.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}
.bg-black
 {
  background-color: rgb(0 0 0 / 55%);
}
.bg-pantone{
  background-color: #0F3D23;
}
.before\:bg-pantone::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 68 / var(--tw-bg-opacity));
}
.bg-customGray{
  background-color: #f1f4f6;
}
.text-pantone{
  color: #0F3D23;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex
;
}
.z-50 {
    z-index: 50;
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.h-screen {
    height: 100vh;
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.inset-0 {
    inset: 0px;
}
.fixed {
    position: fixed;
}
.block {
    display: block;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.m-10{
  margin: 10px;
}
.bg-fill {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; /* force stretch */
}
input[type="text" i] {
    padding-block: 1px;
    padding-inline: 2px;
}
textarea {
    resize: vertical;
}
.p-4 {
    padding: 1rem;
}
.hidden{
  display: none !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
#edit-keys{    padding: 5px 9px;
    font-size: 15px;}
#language-switcher div div ul,#header-top-menu ul,#header-main-menus ul li{
  position: relative;
}
#mobile-language-switcher ul a,#mobile-header-top-menu ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #fff;
}
#language-switcher div div ul,#header-top-menu ul,#header-main-menus ul,#mobile-language-switcher ul{
  display: flex;
  white-space: normal;
}
#header-top-menu nav h2,#header-main-menus nav h2{
  display: none;
}
#header-top-menu div, #header-main-menus div{
  display: flex;
}
#header-top-menu div nav, #header-main-menus div nav{
  display: flex;
  align-items: center;
}
#header-top-menu ul li > ul, #header-main-menus ul li > ul{
  display: flex;
  flex-direction: column;
  position: absolute;
	top:100%;
  width: 290px;
  background-color: #0B2E1C;
  border-radius: 0px;
  display: none;
  z-index: 99;
}
#header-top-menu ul li:hover ul, #header-main-menus ul li:hover ul{
  display: block;
}
#header-top-menu ul li ul li a, #header-main-menus ul li ul li a{
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #fff;
}
#language-switcher div div ul li a, #header-top-menu ul a,#header-main-menus ul li a{
  padding-left: 0.50rem;
  padding-right: 0.50rem;
  color: #e9dfc7;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: block;
}
#header-main-menus ul li a{
  color: #ffffff;
  font-weight: 600;
}
#mobile-header-top-menu ul li ul{
  padding: 10px;
}
#mobile-header-main-menus ul li ul{
  padding: 10px;
}

#mobile-header-main-menus ul li ul li a{
  display: block;
  padding: 5px 0;
  font-weight: normal;
}
/* Tabs */
.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabs li{
  display: inline-block;
  margin:0;
  padding: 10px 20px 5px 20px;
  cursor: pointer;
  font-size:1.2em;
  line-height:2em;
  color:#FFF;
}
.tabs li button:hover {
  background:#c2992d;
  }
.tabs li.current button{
  background: #c2992d;
  color: #FFF;
}
.tabs li.current button span{
  background: #c2992d;
  color: #FFF;
}
.tab-content{
  display: none;
  background: #f2f2f2;
  padding: 15px;
  line-height:1.4;
}
.tab-content.current{
  display: inherit;
}
.accordion {
  width: 100%;
  margin: 20px auto;
 
}
.accordion-item {
  border-bottom: 1px solid #ccc;
}
.accordion-header {
  /* padding: 15px; */
  /* background: #f0f0f0; */
  cursor: pointer;
}
.accordion-content {
  display: none;
  padding: 15px;
  background: #ffffff;
}
.accordion-header.active svg{
    transform: rotate(180deg);
  /* background: #0B2E1C;
  color: white; */
}
#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 30%;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 8px;
}
#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#popup-close {
  float: right;
  cursor: pointer;
  font-weight: bold;
}
#popup-content p{
padding: 5px;
}
#popup-content img{
  margin: auto;    width: 50%;
}
#custom-grid div{
  border: 1px solid #ccc;
  padding-bottom: 25px;
  padding-top: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#custom-grid div a img{
  width: 172px;
  margin: auto;
  height: 172px;
}
#custom-grid div p{
  
}
.error{
  color: red;
  display: block;
  margin: 10px;
}
.modal {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); 
  align-items: center;
  justify-content: center;
  z-index: 9999; 
}
.modal-content {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 55%;
  max-width: 1200px; 
  overflow: hidden;
}
#galleryImages {
  display: flex;
  flex-direction: row;
  transition: transform 0.3s ease-in-out; 
}
.gallery-image {
  width: 100%;
  object-fit: contain; 
  max-height: 600px; 
  display: block;
}
#galleryImages {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
#galleryImages img {
    width: 100%;
    object-fit: contain;
    max-height: 80vh; 
    margin: 0 10px;
}
.modal.hidden {
    display: none !important; 
}
#imageModal {
    display: flex;
    align-items: center;
    justify-content: center;
}#edit-submit{display: none;}
#block-upm-headertopmenu ul li a:hover{
	background-color: #f0f0f0;
  color: #0B2E1C !important;
	border: 1px solid #0B2E1C;
}
#block-upm-headertopmenu ul li a.is-active{
	background: #0B2E1C !important;
	color: #ffffff !important;
	border: none;
	padding: 0.75rem 0.75rem;}
#block-upm-mainnavigation ul li a:hover{
	background: #ffffff !important;
	color: #0B2E1C !important;
	border: none;
	/* border-radius: 5px; */
}
#block-upm-mainnavigation ul li a.is-active{
	background: #ffffff;
	color: #0B2E1C !important;
	border: none;}
#block-upm-mainnavigation ul li a.is-active{
	border-radius: 0px !important;}
#block-upm-mainnavigation ul li a.is-active:hover{
	border: 2px solid customTeal !important;}
#footer-redirection .footer-link:hover, #footer-redirectiontwo .footer-link:hover{
	background: #ffffff;
	color: #0B2E1C;
	border: none;
	padding: 5px; }
#block-upm-mainnavigation ul li{
  position: relative;
}
#block-upm-mainnavigation ul li a:hover > ul {
  display: block; 
}
li > ul > li {
  position: relative;
}
li > ul > li:hover {
  background-color: #f0f0f0;
  color: #0B2E1C !important;
}
li > ul > li > ul {
  left: 85% !important;  
  top: 0;
  display: none;  
  margin-left: 10px;  
}
li > ul > li:hover > ul {
  display: block !important; 
}
li > ul li a,
li > ul > li > ul li a {
  padding: 10px;
  text-decoration: none;
  display: block;
}
li > ul li a:hover,
li > ul > li > ul li a:hover {
  background-color: #f0f0f0;
  color: #0B2E1C !important;
}
li > a {
  text-decoration: none;
  display: block;
  padding: 10px;
}
li:hover > a {
  background-color: #f0f0f0;
  color: #0B2E1C !important;
}
/* #block-upm-mainnavigation ul li > ul li > ul {
  display: none !important;
  top: 0%;
  left: 90% !important;
  width: 74%;
} */
#block-upm-mainnavigation ul li > ul li > ul {
  display: none !important;
  top: 0;
  left: 80% !important;
  width: 154px; 
  position: absolute;
  z-index: 25;
  white-space: wrap;
}
#block-upm-mainnavigation ul li > ul li:hover ul {
  display: block !important;
}
#block-upm-mainnavigation > ul > li:nth-child(1)
  > ul > li:nth-child(1)
  > ul > li:nth-child(1)
  > ul > li:nth-child(2) a {
    top: 0;
    left: 100% !important;
    width: 220px; 
    position: absolute;
    white-space: wrap; 
    z-index: 26;
}
/* Search-Page */
/* #block-upm-content ol{
  padding: 10px;
  width: 750px;
  margin: auto;
}
#block-upm-content ol li{
  margin: 20px;
  list-style-type: disc !important;
} */
#search-form #edit-keys{
  border: 2px solid #c2992d;
  margin: 20px;
}
#search-form #edit-help-link {
  border: none;
  background-color: #0B2E1C;
  margin: 20px;
  margin-left: 0px;
  color: #ffffff;
  padding: 10px;
}
/* Pagination */
.pager__items{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager__item{
  background-color: #0B2E1C;
  margin: 6px;
  color: #fff;
  font-size: 18px;
}
.pager__item.is-active{
  background-color: #fff;
  color: #000;
}
#search-wrapper {
  /* margin: 25px !important; */
  width: 80% !important;
  /* margin: 15px auto; */
}
.search-head {
  margin: 0px !important;
  /* width: 80% !important; */
  font-size: 18px;
  font-weight: 600;
}
#search-form {
  width: 80%;
  margin: 30px auto;
  padding-top: 50px;
}
/* User Login Form */
#user-login-form{
  width: 60%;
  margin: 40px auto;
  padding: 30px 0px;
  text-align: center;
  border: 2px solid #0B2E1C;
}
#user-login-form div{
  margin: 20px 0px;
}
#user-login-form input{
  border: 2px solid #0B2E1C;
  padding: 4px;
  padding-left: 6px;
  display: inline-block !important;
}
#edit-actions #edit-submit{
  background-color: #0B2E1C;
  color: #fff;
  padding: 5px;
}
#display-error{
  width: 100%;
    text-align: center;
    margin: 4px auto;
    position: absolute;
    bottom: -45px;
}
.svg-icon{
  background-color: transparent;
}
.svg-icon:hover{
  background-color: transparent !important;
}
.svg-icon svg{
  transition: transform 0.3s ease-in-out;
}
.svg-icon svg:hover{
  transform: scale(1.2);
}
.justify-items-center{
  justify-items: center;
}
#chatbot-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 1000;
  display: block;
}
#chatbot-icon img {
  width: 100%;
  height: auto;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}
#chat-input{
  border: 2px solid #0B2E1C;
    padding-left: 8px !important;
    padding: 2px;
}
#chat-submit{
  width: 50%;
    background: #0B2E1C;
    margin: 10px auto;
    padding: 4px;
    color: white;
    border-radius: 5px;
}
.close-btn {
  position: absolute;
  top: -40px;
  right: 0px;
}
.close-btn button {
  border: 2px solid #c2992d;
  background: #c2992d;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  border-radius: 50%;
  color: white;
}
#chatbot-icon::after {
  content: "Hi, I am Sanad, How may I help you?";
  position: absolute;
  bottom: 35%; /* Adjusted to appear above */
  right: 90%;
  transform: translateX(2%);
  background-color: white;
  color: black;
  padding: 8px 12px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0 0 20px rgba(15, 10, 0, 0.5);
}
#chatbot-icon:hover::after {
  opacity: 1;
  visibility: visible;
}
#chat-log p.user-message{
  margin: 10px 0px;
  background: none !important;
  padding: 0px !important;
}
#chat-log p{
  margin: 10px 0px;
  padding-bottom: 10px;
  background: #cdc2c24a;
  padding: 10px;
  border-radius: 5px;
  color: #000000;
}
.bot-message p {
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.5;
}
.loading {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  font-style: italic;
  color: #888;
}

.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#contact-message-complaints-and-suggestions-form{
  width: 75%;
  margin: 10px auto;
  padding-top: 50px;
}
#edit-subject-0-value, #edit-field-full-name-0-value, #edit-field-email-address-0-value, #edit-field-phone-number-0-value, #edit-field-subject-0-value, #edit-field-complaint-description-0-value, #edit-field-file-attachment-0-upload, #edit-field-preferred-contact-method, #edit-message-0-value, .form-text, .form-email{
  width: 100%;
  padding: 3px;
  border: 2px solid #00a69c;
  background-color: transparent;
  border-radius: 0.375rem;    height: 50px;
}
.js-form-item{
  /* margin-bottom: 25px; */
}
.js-form-itemlabel label, .js-form-required, label.edit-field-phone-number-0-value, label.edit-field-file-attachment-0-upload{
  font-weight: 600;
}
#edit-preview{
  background-color: #c2992d;
  padding: 0.75rem;
  color: white;
  border: none;
  width: 100px;
  border-radius: 1rem;
}
#edit-actions{
  /* margin: 50px auto;
  text-align: center; */
}
@media only screen and (max-width: 768px) {
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  li {
    position: relative;
  }
  ul ul {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out;
  }
  li:hover > ul {
    max-height: 500px; 
    opacity: 1;
    visibility: visible;
  }
  #block-upm-mainnavigation ul li > ul li > ul {
    left: auto !important;
    position: relative !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 450px) {
  #edit-keys{
    display: none;
  }
  .flex-column{
    flex-direction: column !important;
  }
  .full-width{
    width: 100% !important;
  }
  #popup{
    width: 75% !important;
    height: 75% !important;
    overflow: scroll;
  }
  .justify-items-center{
    justify-items: stretch;
  }
 /* تكسيـر النص داخل عناصر القائمة */
  .menu--main .dropdown-menu .dropdown-item,
  .menu--main .dropdown-menu a,
  .navbar-nav .dropdown-menu .dropdown-item {
    display: block;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  /* توسيع عرض صندوق القائمة المنسدلة */
  .menu--main .dropdown-menu,
  .navbar-nav .dropdown-menu {
    width: max-content;     /* يوسع نفسه قد طول النص */
    min-width: 360px;       /* أقل عرض معقول */
    max-width: 90vw;        /* ما يتعدى عرض الشاشة */
  }


}

/* ===== Mobile Header Fix - Added =====
   Fixes mobile header overlap by hiding desktop menus and showing burger menu. */
@media (max-width: 1023px) {
  header,
  .site-header,
  #header,
  .region-header {
    height: 80px !important;
    min-height: 80px !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  header::before,
  .site-header::before,
  #header::before,
  .region-header::before {
    height: 28px !important;
  }

  header > div,
  .site-header > div,
  #header > div,
  .region-header > div {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  #language-switcher,
  #header-top-menu,
  #header-main-menus,
  .region-secondary-menu,
  .language-switcher,
  .region-primary-menu {
    display: none !important;
  }

  .header-logo img,
  .site-logo img,
  .logo img,
  header > div > div:first-child img,
  header > div > a:first-child img {
    max-width: 72px !important;
    max-height: 64px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .burger-menu {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 60 !important;
  }

  .burger-menu-nav {
    position: fixed !important;
    top: 80px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: calc(100vh - 80px) !important;
    overflow-y: auto !important;
    background: #0B2E1C !important;
    transform: scaleY(0) !important;
    transform-origin: top !important;
    z-index: 50 !important;
  }

  .burger-menu-open .burger-menu-nav {
    transform: scaleY(1) !important;
  }

  #mobile-language-switcher ul,
  #mobile-header-top-menu ul,
  #mobile-header-main-menus ul {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
  }
}

@media (min-width: 1024px) {
  #language-switcher,
  #header-top-menu,
  #header-main-menus {
    display: flex !important;
  }

  .burger-menu {
    display: none !important;
  }
}

#header-top-menu ul li.menu-item--sustain {
  display: flex;
  align-items: center;
}
 
.menu-icon-sustain {
  height: 30px;
  width: auto;
  max-width: 100px;
  object-fit: contain;
  margin-inline-end: 10px;
  vertical-align: middle;
}

.slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .6s;
    background: #000;
    display: block; /* جديد */
}
.slide.active {
    opacity: 1;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* =========================================================
   Saudi National Day 96 — Header identity (UPM Themes)
   ========================================================= */
:root{
  --nd-fabric-dark: #0B2E1C;
  --nd-sadu-green:  #2F6B3F;
  --nd-cream:       #e9dfc7;
  --nd-cream-dim:   #cfc4a6;
}

/* نسيج نقشة السدو - أي بلوك بخلفية خضراء (customTeal / pantone)
   شعار الرؤية على الجانب (مو بالنص) عشان ما يتعارض مع العناوين:
   يسار بالإنجليزي (LTR)، يمين بالعربي (RTL) - حسب اتجاه الصفحة. */
.bg-customTeal,
.bg-pantone{
  background-image:
    url('../images/vision20.png'),
    linear-gradient(rgba(11,46,28,0.6), rgba(11,46,28,0.6)),
    url('../images/sadu-pattern.png') !important;
  background-repeat: no-repeat, repeat, repeat !important;
  background-position: left 24px center, center, center !important;
  background-size: 90px auto, auto, 220px auto !important;
}
html[dir="rtl"] .bg-customTeal,
html[dir="rtl"] .bg-pantone{
  background-position: right 24px center, center, center !important;
}

/* الفوتر: شعار رؤية 2030 بالركن السفلي الأيمن (بعيد عن أعمدة النص) بدل المنتصف اللي كان يتعارض مع "Career Service..." */
footer{
  background-image:
    url('../images/vision20.png'),
    linear-gradient(rgba(11,46,28,0.6), rgba(11,46,28,0.6)),
    url('../images/sadu-pattern.png') !important;
  background-repeat: no-repeat, repeat, repeat !important;
  background-position: right 90px bottom 210px, center, center !important;
  background-size: 90px auto, auto, 220px auto !important;
}

/* الهيدر: بدون شعار الرؤية كخلفية عائمة، لأنه أصبح صورة بارزة في منتصف الهيدر (hdr-vision-badge) */
header.bg-customTeal{
  background-image:
    linear-gradient(rgba(11,46,28,0.6), rgba(11,46,28,0.6)),
    url('../images/sadu-pattern.png') !important;
  background-repeat: repeat, repeat !important;
  background-position: center, center !important;
  background-size: auto, 220px auto !important;
}

/* شعار رؤية 2030 - بجانب نص "Innovate Your Future" / "ابتكر مستقبلك" مباشرة (بنفس السطر)،
   بحجم كبير. عنصر عادي داخل الفليكس (مو absolute) عشان يشتغل صح بالعربي (RTL) والإنجليزي (LTR)
   بدون أي حسابات مواقع. */
.hdr-vision-badge{
  height: 56px;
  width: auto;
  flex-shrink: 0;
  margin-inline-end: 10px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.5));
}
@media (min-width: 1024px){
  .hdr-vision-badge{ height: 70px; }
}
@media (min-width: 1280px){
  .hdr-vision-badge{ height: 82px; }
}
@media (min-width: 1536px){
  .hdr-vision-badge{ height: 100px; }
}

/* الشريط العلوي المسنن (سدو) */
header.bg-customTeal::before{
  height: 10px !important;
  background-color: var(--nd-fabric-dark) !important;
  background-image:
    linear-gradient(-45deg, var(--nd-sadu-green) 5px, transparent 0) 0 5px,
    linear-gradient(45deg, var(--nd-sadu-green) 5px, transparent 0) 0 5px;
  background-repeat: repeat-x !important;
  background-size: 10px 10px !important;
  z-index: 1;
  pointer-events: none;
}

/* الشريط السفلي المسنن (سدو) */
header.bg-customTeal::after{
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 10px;
  z-index: 1;
  pointer-events: none;
  background-color: var(--nd-fabric-dark);
  background-image:
    linear-gradient(-45deg, var(--nd-sadu-green) 5px, transparent 0) 0 5px,
    linear-gradient(45deg, var(--nd-sadu-green) 5px, transparent 0) 0 5px;
  background-repeat: repeat-x;
  background-size: 10px 10px;
}

/* زر تسجيل الدخول بستايل outline ذهبي */
header .bg-customGold{
  background-color: transparent !important;
  border: 1.5px solid var(--nd-sadu-green) !important;
  color: var(--nd-cream) !important;
}
header .bg-customGold:hover{
  background-color: var(--nd-sadu-green) !important;
}

/* صندوق البحث */
header .search-box{
  background: rgba(233,223,199,0.08) !important;
  border: 1px solid rgba(233,223,199,0.25) !important;
}
header .search-box input{
  background: transparent !important;
  color: var(--nd-cream) !important;
}
header .search-box input::placeholder{
  color: var(--nd-cream-dim) !important;
}
