/*home wishlist and cart*/
.product_detail_social_float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:100px;
    right:16px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.product_detail_social_my_float{
    margin-top:16px;
}
.product-box {
        position: relative;
    }

    .img-block {
        position: relative;
    }

    .cart-info {
        opacity: 1;
        position: absolute;
        bottom: 79px;
        left: 0;
        display: flex;
        gap: 5px; /* Adjust the gap as needed */
    }

    .cart-info a {
        width: 35px;
        height: 35px;
        background-color: #fff;
        /* padding: 5px; */
        border-radius: 50%;
        text-decoration: none;
        color: #000;

    }

    .wishlist-icon {
        position: absolute;
        bottom: 20px; /* Adjust the distance from the bottom as needed */
        left: 0;
        /*background-color: #fff;*/
        padding: 5px;
        border-radius: 50%;
        text-decoration: none;
        color: #000;
    }


/*social media footer*/
.social-media-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container {
    text-align: center;
    margin: 0 10px; /* Adjust the margin as needed */
}

.icon-container a {
    width:50px;
    height:50px;
    display: block;
    background: #FFFFFF;
    text-decoration: none;
    color: #6b4d8f; /* Adjust the color as needed */
}

.icon-title {
    font-weight: bold;
    position: relative;
    top: -8px;
    display: block;
    font-size: 8px; 
}



/*lines in home across catgoery title*/
.title-basic {
    position: relative;
}

.line-left,
.line-right {
    position: absolute;
    top: 20%;
    border-top: 2px solid black;
    width: 40%;
}

.line-left {
    left: 0;
    transform: translate(0, -50%);
}

.line-right {
    right: 0;
    transform: translate(0, -50%);
}
@media (max-width: 767px) {
    .line-left,
    .line-right {
        width: 100px; /* Adjust the width for smaller screens */
    }
}

.top-navbar {
    background-color:pink;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add box-shadow here */
}
    /* Style the dropdown button */
/* Style the dropdown button */
.dropbtn {
    background-color: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;  
}


/* Rest of the styles remain unchanged */
/* ... */


/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Style the dropdown links */
.dropdown-content a {
    color: #333;
    padding: 12px 7px;
    text-decoration: none;
    display: block;
    width: 70px;
}

/* Change color on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.badge_count
{
   border-radius: 50% !important;
  color: #fff;
  background-color: #eaab73 !important;
}
.input-group-prepend
{
    z-index:0!important;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Fallback color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;

}

/*#preloader::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url('../../../system_images/logo_background.png') center center no-repeat;*/
/*    background-size: cover;*/
/*    opacity: 0.15;  */
/*    z-index: 1;*/
/*}*/

#preloader-content {
    position: relative;
    z-index: 2;
}

/*#preloader {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url('../../../system_images/logo_background.png') center center no-repeat, rgba(255, 255, 255, 0.3);*/
/*    background-size: cover;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    z-index: 9999;*/
/*}*/
 #preloader-img img {
    width: 150px; /* Adjust as needed */
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) scale(1);
    }
    40% {
        transform: translateY(-20px) scale(1.2);
    }
    60% {
        transform: translateY(-10px) scale(0.8);
    }
}
 
.notification-bar {
  background-color: #6b4d8f;
  /*box-shadow: 0px 1px 11px #8b4e4e;*/
  /*border-radius: 3px;*/
  /*width:80%;*/

}

.field-label{
        color:#241e20;

}

label {
    color:#241e20;
}

.notification-bar p {
    color: white;
/*    font-weight: bold;
*/    font-size: 13px;
    
    

  
}

/*img {*/
/*      border-radius: 8px;*/
/*}*/


.service-banner .row > div:nth-child(2n+1) .service-box {
    /*background-color: #000000;*/
    background-color:#000000;
    
/*    box-shadow: -3px 1px 5px #c5c1c1;
*/}

.service-banner .service-box p {
    color: black;
    font-weight: bold;
    font-size: 12px;

}

.product-box .product-info h5 {
    color: #000;
}

.category .category-block .category-content h5 {
    color: #000;
}

/*footer .sub-footer .payment-card-bottom {*/
/*        color: #444ca1;*/

/*}*/

footer .subscribe-section {
    background-color:#000000;
}

footer.footer-2 .sub-footer {
    background-color: #000;;
}


.category .category-block:hover {
    background-color: #cdcee1;
 
}

footer .call-text .call-no {
    color: #000;

}

.service-banner .row > div:nth-child(2n) .service-box {
    /*background-color: #000000;*/
    background-color: #000000;
    font-weight: bold;
    /*box-shadow: -3px 1px 5px #c5c1c1;
*/}



.img-fluid bg-img {
height: 300px;  

}

.product-box .img-block .cart-details i, .product-box .img-block .cart-wrap i {
    color: #ffffff;
    
}


header .search-bar .search-icon {

background-color: #eaab73;

}

footer .footer-social ul li a i {
    font-size: 22px;
    color: #000000;
    
}

.tap-top {
color: #000000;
background: #ffffff;

    }



footer.footer-2 .sub-footer {
    background-color: #000000;
    font-weight: bold;
    color : white;
/*    box-shadow: 0px 1px 11px gray;
*/
}
.btn
{
    border-radius:0px!important;
}
footer .sub-footer p {
    color: black;
  
}

footer .subscribe-section {
    /*background-color: #000000;*/
    background-color: #000000;
    color:#000000;
}

.btn-solid {

color: #fff;
background-color: #f3743c;
}

footer.footer-2 .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    background-color: #000000;
    color:#ffffff;
}

.add_to_cart .cart-inner .cart_media li .buttons a {
    font-size: 16px;
    color: #fff;
}

header .toggle-nav {
/*    display: none;
*/}

/*slider.home-fix .slider-contain {
    height: 70px;

height: 0px;
}*/

header.header-4 .brand-logo img {
    width:116px;
}

.home-slider.home-fix .home, .home-slider.home-fix .slider-contain {
    height: 0vh;
}

.bg-gradient {
    background: #000000;

}




.product-buttons {
            color: #000000;

}


.img-fluid {
  /*max-width: 100%;*/
  height: auto;
  }
  
  .img-fluid1 {
      
  }
  
  
  .service-banner .row > div:nth-child(2n+1) .service-box {
      background-color: #000000;
  }
  
  
  .service-banner .row > div:nth-child(2n) .service-box {
    background-color: #000000;
     
    
  }
  
  footer .call-text h3 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: -68px;
}

footer .call-us, footer .callus {
    border:none;   
}
  
  
.title-basic {
    top: 16px;
}
  
  
  
.slick-slide slick-current slick-active {
    width: 100px!important;
}
  
.mobile_logo
{
    display:none;
}
.announce_bar
{
    display:block;
}
.brand-logo
{
    display:block;
}
.lang_nav_mobile
{
    display:none;
}



















/*another footer css*/
 .new-footer {
    background-color: #5b1433;
    padding: 30px 20px 10px; 
  }

  .new-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    text-align: left;
  }

  .footer-section {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
  }

  .new-footer-logo {
    text-align: center;
  }

  .new-footer-logo h1 {
    color: #eaab73;
    margin: 0;
  }

  .new-footer-text {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
  }

  .new-footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .new-footer-social a {
    font-size: 20px;
    color: #fff;
    transition: color 0.3s;
  }

  .new-footer-social a:hover {
    color: #eaab73;
  }

  .new-footer-payments {
    text-align: center;
    margin: 10px 0;
  }

  .new-footer-payments img {
    /*width: 40px;*/
    margin: 0 5px;
  }

  .new-footer hr {
    margin: 20px 0 10px;
    border: 0;
    height: 1px;
    background-color: #ccc;
  }

  .new-footer-copy {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin: 0;
  }

  /* Mobile View */
    @media (max-width: 768px) {
      .new-footer-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
      }
    
      .footer-section {
        margin-bottom: 20px;
        text-align: center;
      }
    
      .new-footer-logo {
        order: -1; /* move to top */
      }
    
      .new-footer-social {
        justify-content: center;
      }
    }
    
    
    
    /*new thing for product boxes*/
    .product-box {
      transform: scale(1.0); /* Zoom out */
      transition: transform 0.3s ease-in-out;
    }
    
    .product-box:hover {
      transform: scale(1.05);
      
      
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*header css*/
  
.bk-header {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    direction: ltr;
    font-family: inherit;
}

.bk-container {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
}

/* Top Bar */
.bk-top {
    height: 42px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
}

.bk-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bk-contact-info {
    display: flex;
    align-items: center;
    gap: 22px;
    direction: ltr;
}

.bk-contact-info a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.bk-contact-info i {
    font-size: 13px;
}

.bk-top-tools {
    display: flex;
    align-items: center;
    gap: 28px;
}

.bk-top-btn {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bk-top-btn img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 0;
}

.bk-dropdown {
    position: relative;
}

.bk-dropdown-menu {
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 150px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.2s ease;
    z-index: 2000;
}
.bk-dropdown-menu1
{
    right: 0!important;
    left: unset;
}

.bk-dropdown:hover .bk-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bk-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.bk-dropdown-menu a:hover {
    background: #f7f7f7;
}

.bk-dropdown-menu img {
    width: 18px;
    height: 13px;
    object-fit: cover;
}

/* Desktop Main Header */
.bk-main {
    background: #fff;
        padding: 5px 0 7px;
}

.bk-main-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
}

.bk-search {
    width: 100%;
    max-width: 525px;
    justify-self: start;
    position: relative;
}

.bk-search form {
    width: 100%;
    margin: 0;
}

.bk-search input {
    width: 100%;
    height: 54px;
    border: 1px solid #eee;
    background: #fff;
    padding: 0 24px 0 52px;
    outline: none;
    color: #000;
    font-size: 15px;
    /*letter-spacing: 0.3px;*/
}

.bk-search input::placeholder {
    color: #b7b2c7;
}

.bk-search button {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #111;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
}

.bk-logo {
    text-align: center;
}

.bk-logo img {
    max-height: 68px;
    max-width: 270px;
    object-fit: contain;
}

.bk-icons {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 20px;
    direction: ltr;
}

.bk-icon-btn {
    position: relative;
    color: #000 !important;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bk-count {
    position: absolute;
    top: -11px;
    right: -13px;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Desktop Black Navigation */
.bk-nav {
    background: #000;
    height: 55px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bk-nav-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-width: none;
}

.bk-nav-scroll::-webkit-scrollbar {
    display: none;
}

.bk-menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    min-width: 0;
    width: 94%;
    max-width: 1280px;
    flex-wrap: wrap;
}

.bk-menu > li {
    position: relative;
}

.bk-menu > li > a {
    min-height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 0 18px;
    /*letter-spacing: -0.3px;*/
    white-space: nowrap;
    text-transform: uppercase;
}

.bk-menu > li > a:hover {
    background: #111;
    color: #fff;
}

.bk-menu > li.has-child > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    margin-right: 9px;
    margin-top: 4px;
}

.bk-submenu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 230px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.22s ease;
    z-index: 2500;
    list-style: none;
    margin: 0;
}

.bk-menu > li:hover .bk-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bk-submenu li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 11px 16px;
    font-size: 15px;
    white-space: nowrap;
}

.bk-submenu li a:hover {
    background: #f6f6f6;
}

/* Mobile Header */
.bk-mobile {
    display: none;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.bk-mobile-main {
    height: 62px;
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
}

.bk-mobile-btn {
    border: 0;
    background: transparent;
    color: #000;
    font-size: 23px;
    padding: 0;
    cursor: pointer;
    line-height: 1;
}

.bk-mobile-logo {
    text-align: center;
}

.bk-mobile-logo img {
    max-height: 38px;
    max-width: 170px;
    object-fit: contain;
}

.bk-mobile-icon {
    position: relative;
    color: #000 !important;
    font-size: 23px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
}

.bk-mobile-count {
    position: absolute;
    top: -12px;
    right: -10px;
    min-width: 23px;
    height: 23px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Black Menu */
.bk-mobile-nav {
    height: 48px;
    background: #000;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.bk-mobile-nav::-webkit-scrollbar {
    display: none;
}

.bk-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding: 0 14px;
    margin: 0 auto;
    list-style: none;
    min-width: 100%;
    height: 48px;
    text-align: center;
}

.bk-mobile-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
}

/* Improved Sidebar */
.bk-sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.48);
    z-index: 2999;
}

.bk-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.3s ease;
    z-index: 3000;
    box-shadow: -10px 0 30px rgba(0,0,0,0.18);
}

.bk-sidebar-head {
    min-height: 74px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.bk-sidebar-head h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.bk-sidebar-close {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.25);
    background: transparent;
    color: #000;
    font-size: 25px;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
}

.bk-sidebar-menu {
    padding: 12px 14px 30px;
    margin: 0;
    list-style: none;
}

.bk-sidebar-menu li {
    display: block;
    width: 100%;
    margin: 0 0 8px;
    border-bottom: 0;
}

.bk-sidebar-menu li a {
    text-align:right;
    display: block;
    width: 100%;
    padding: 14px 16px;
    color: #111;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    transition: 0.2s ease;
}

.bk-sidebar-menu li a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.bk-sidebar-menu > li > a::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 12px;
    color: #f3743c;
}

.bk-sidebar-menu li a:hover::before {
    color: #fff;
}

.bk-sidebar-menu ul {
    display: block;
    width: 100%;
    padding: 7px 12px 2px;
    margin: 0;
    list-style: none;
}

.bk-sidebar-menu ul li {
    display: block;
    width: 100%;
    margin: 0 0 6px;
}

.bk-sidebar-menu ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 11px 14px;
    background: #fff;
    color: #555;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
}

.bk-sidebar-menu ul li a:hover {
    background: #f5f5f5;
    color: #000;
    border-color: #e8e8e8;
}

.bk-sidebar-menu ul li a::before {
    content: "";
    display: none;
}

/* Search Overlay */
.bk-search-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 3500;
    background: rgba(255,255,255,0.98);
}

.bk-search-close {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 36px;
    color: #000;
    cursor: pointer;
}

.bk-search-overlay-box {
    width: 90%;
    max-width: 650px;
    margin: 115px auto 0;
    position: relative;
}

.bk-search-overlay-box input {
    width: 100%;
    height: 58px;
    border: 1px solid #ddd;
    padding: 0 20px 0 55px;
    font-size: 16px;
    outline: none;
}

.bk-search-overlay-box button {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    font-size: 22px;
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .bk-top,
    .bk-main,
    .bk-nav.desktop-nav {
        display: none;
    }

    .bk-mobile {
        display: block;
    }
}

@media (max-width: 575px) {
    .bk-mobile-main {
        height: 62px;
        grid-template-columns: auto auto 1fr auto auto;
        gap: 10px;
        padding: 0 14px;
    }

    .bk-mobile-logo img {
        max-width: 155px;
        max-height: 36px;
    }

    .bk-mobile-btn,
    .bk-mobile-icon {
        font-size: 22px;
    }

    .bk-mobile-menu {
        gap: 22px;
        padding: 0 12px;
        justify-content: center;
    }

    .bk-mobile-menu li a {
        font-size: 13px;
    }
}

@media (max-width: 390px) {
    .bk-mobile-main {
        gap: 9px;
        padding: 0 12px;
    }

    .bk-mobile-logo img {
        max-width: 140px;
    }

    .bk-mobile-btn,
    .bk-mobile-icon {
        font-size: 21px;
    }

    .bk-mobile-menu {
        gap: 18px;
    }

    .bk-mobile-menu li a {
        font-size: 12px;
    }
}






.bk-search {
    position: relative;
}

.bk-search form,
.bk-search-overlay-box form {
    position: relative;
}

.bk-search-results,
.search_result_box,
.search_result,
.result_search,
.autocomplete-results {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    z-index: 99999;
    max-height: 360px;
    overflow-y: auto;
    display: block;
}

.bk-search-results:empty,
.search_result_box:empty {
    display: none;
}

.bk-search-results a,
.search_result_box a,
.search_result a,
.result_search a,
.autocomplete-results a {
    display: block;
    padding: 12px 15px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
}

.bk-search-results a:hover,
.search_result_box a:hover,
.search_result a:hover,
.result_search a:hover,
.autocomplete-results a:hover {
    background: #f8f8f8;
}

.bk-search-overlay-box .bk-search-results,
.bk-search-overlay-box .search_result_box {
    top: calc(100% + 10px);
}










/* jQuery UI Autocomplete Fix */
.ui-autocomplete {
    position: absolute !important;
    z-index: 999999 !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 14px 35px rgba(0,0,0,0.16) !important;
    max-height: 320px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    direction: rtl;
}

.ui-autocomplete .ui-menu-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ui-autocomplete .ui-menu-item-wrapper {
    display: block !important;
    padding: 12px 16px !important;
    color: #111 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: right !important;
}

.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-state-active {
    background: #f3743c1f !important;
    color: bkack !important;
    border: none !important;
    margin: 0 !important;
}

















/*FOOTER CSS*/
.latest_footer {
            background: #000000;
            color: #fff;
            direction: ltr;
            padding: 42px 0 22px;
            font-family: inherit;
        }

        .latest_footer * {
            box-sizing: border-box;
        }

        .latest_footer_container {
            width: 94%;
            max-width: 1280px;
            margin: 0 auto;
        }

        .latest_footer_desktop {
            display: grid;
            grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
            gap: 55px;
            align-items: flex-start;
        }

        .latest_footer_logo_text h2 {
            color: #fff;
            font-size: 34px;
            font-weight: 400;
            /*letter-spacing: 7px;*/
            margin: 0 0 24px;
            text-transform: uppercase;
        }

        .latest_footer_note {
            color: #fff;
            font-size: 18px;
            line-height: 2;
            margin: 0;
            max-width: 430px;
            white-space: pre-line;
        }

        .latest_footer_title {
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            /*letter-spacing: 2px;*/
            text-transform: uppercase;
            margin: 0 0 24px;
        }

        .latest_footer_links {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .latest_footer_links li {
            text-align:left;
            display: block;
            margin-bottom: 15px;
        }

        .latest_footer_links li a {
            display: inline-block;
            color: #fff;
            font-size: 17px;
            line-height: 1.4;
            text-decoration: none;
            transition: 0.2s ease;
        }

        .latest_footer_links li a:hover {
            color: #eaab73;
        }

        .latest_footer_contact_item {
            color: #fff;
            font-size: 17px;
            margin-bottom: 16px;
            direction: ltr;
            text-align: left;
        }

        .latest_footer_contact_item a {
            color: #fff;
            text-decoration: underline;
        }

        .latest_footer_social {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-top: 22px;
        }

        .latest_footer_social a {
            color: #fff;
            font-size: 22px;
            text-decoration: none;
            transition: 0.2s ease;
        }

        .latest_footer_social a:hover {
            color: #eaab73;
        }

        .latest_footer_bottom {
            width: 94%;
            max-width: 1280px;
            margin: 38px auto 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 25px;
            border-top: 1px solid rgba(255,255,255,0.15);
            padding-top: 22px;
        }

        .latest_footer_copy {
            color: #fff;
            font-size: 16px;
            margin: 0;
        }

        .latest_footer_copy a {
            color: #fff;
            text-decoration: underline;
        }

        .latest_footer_payments {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            justify-content: flex-end;
        }

        .latest_footer_payments img {
            height: 30px;
            width: auto;
            background: #fff;
            border-radius: 4px;
            padding: 3px;
        }

        .latest_footer_mobile {
            display: none;
        }

        .latest_footer_mobile_accordion {
            border-top: 1px solid rgba(255,255,255,0.18);
            margin-bottom: 34px;
        }

        .latest_footer_mobile_item {
            border-bottom: 1px solid rgba(255,255,255,0.18);
        }

        .latest_footer_mobile_btn {
            width: 100%;
            height: 60px;
            background: transparent;
            border: 0;
            padding: 0;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 15px;
            /*letter-spacing: 2px;*/
            text-transform: uppercase;
            cursor: pointer;
        }

        .latest_footer_mobile_btn i {
            transition: 0.25s ease;
        }

        .latest_footer_mobile_item.latest_active .latest_footer_mobile_btn i {
            transform: rotate(90deg);
        }

        .latest_footer_mobile_content {
            display: none;
            padding: 0 0 14px;
        }

        .latest_footer_mobile_item.latest_active .latest_footer_mobile_content {
            display: block;
        }

        .latest_footer_mobile_content ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .latest_footer_mobile_content li {
            display: block;
            text-align:right;
            margin-bottom: 12px;
        }

        .latest_footer_mobile_content a {
            display: block;
            color: #fff;
            font-size: 15px;
            text-decoration: none;
            padding: 4px 0;
        }

        .latest_footer_mobile_brand h2 {
            color: #fff;
            font-size: 32px;
            font-weight: 400;
            letter-spacing: 7px;
            margin: 0 0 20px;
            text-transform: uppercase;
        }

        .latest_footer_mobile_note {
            color: #fff;
            font-size: 16px;
            line-height: 1.8;
            margin: 0 0 26px;
            white-space: pre-line;
        }

        .latest_footer_mobile_payments {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            margin-bottom: 24px;
        }

        .latest_footer_mobile_payments img {
            height: 34px;
            width: auto;
            background: #fff;
            border-radius: 4px;
            padding: 3px;
        }

        .latest_footer_mobile_social {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 22px;
            margin: 22px 0;
        }

        .latest_footer_mobile_social a {
            color: #fff;
            font-size: 22px;
            text-decoration: none;
        }

        .latest_footer_mobile_copy {
            text-align: center;
            color: #fff;
            font-size: 15px;
            margin: 0;
        }

        .latest_footer_mobile_copy a {
            color: #fff;
            text-decoration: underline;
        }

        @media (max-width: 991px) {
            .latest_footer {
                padding: 34px 0 28px;
            }

            .latest_footer_desktop,
            .latest_footer_bottom {
                display: none;
            }

            .latest_footer_mobile {
                display: block;
            }
        }

        @media (max-width: 575px) {
            .latest_footer_container {
                width: 88%;
            }

            .latest_footer_mobile_brand h2 {
                font-size: 28px;
                letter-spacing: 6px;
            }

            .latest_footer_mobile_note {
                font-size: 15px;
            }
        }
        
        
        
        
        
        
        
        
        
        
        
        
        /*home*/
        
/* ================================
   HOME PAGE DESIGN
   All custom classes start home_
================================ */

.home_page {
    background: #fff;
    overflow: hidden;
}

.home_container {
    width: 94%;
    max-width: 1360px;
    margin: 0 auto;
}

/* ================================
   General Lazy Loader
================================ */

.home_lazy_box {
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
}

.home_lazy_box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        #eeeeee 0%,
        #f8f8f8 45%,
        #eeeeee 100%
    );
    background-size: 220% 100%;
    animation: home_lazy_wave 1.25s linear infinite;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.home_lazy_box.home_loaded::before {
    opacity: 0;
    visibility: hidden;
}

.home_lazy_img {
    opacity: 0;
    transition: opacity 0.45s ease, transform 0.35s ease;
}

.home_lazy_img.home_img_loaded {
    opacity: 1;
}

@keyframes home_lazy_wave {
    0% {
        background-position: 220% 0;
    }
    100% {
        background-position: -220% 0;
    }
}

/* ================================
   Slider Fixed Design
================================ */

.home_slider_wrap {
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    padding-top: 0px !important;
}

.home_slider_wrap #main-carousel {
    width: 100%;
    height: 620px;
    overflow: hidden;
    background: #f8f8f8;
    padding-top: 0px !important;
}

.home_slider_wrap .carousel-inner {
    width: 100%;
    height: 620px;
    overflow: hidden;
    padding-top: 0px !important;
}

.home_slider_wrap .carousel-item {
    width: 100%;
    height: 620px;
    overflow: hidden;
    background: #f8f8f8;
    padding-top: 0px !important;
}

.home_slider_wrap .carousel-item.active,
.home_slider_wrap .carousel-item-next,
.home_slider_wrap .carousel-item-prev {
    display: block;
}

.home_slider_image_box {
    width: 100%;
    height: 620px;
    border-radius: 0 !important;
}

.home_slider_image {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0 !important;
}

.home_slider_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.16),
        rgba(0,0,0,0.02),
        rgba(0,0,0,0.12)
    );
    pointer-events: none;
    z-index: 2;
}

.home_slider_wrap .carousel-indicators {
    bottom: 22px;
    margin-bottom: 0;
    z-index: 5;
}

.home_slider_wrap .carousel-indicators li {
    width: 34px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255,255,255,0.65);
    border: 0;
    opacity: 1;
    margin: 0 4px;
}

.home_slider_wrap .carousel-indicators li.active {
    background: #fff;
}

.home_slider_arrow {
    width: 46px;
    height: 46px;
    background: rgba(255,255,255,0.86);
    color: #111;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: 0.25s ease;
    z-index: 6;
}

.home_slider_arrow:hover {
    background: #000;
    color: #fff;
}

.home_slider_arrow span {
    filter: invert(1);
}

/* ================================
   Section Header
================================ */

.home_section {
    padding: 48px 0 20px;
}

.home_section_header {
    /*text-align: center;*/
    margin-bottom: 26px;
}

.home_section_title {
    color: #111;
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    /*letter-spacing: -0.5px;*/
}

.home_section_subtitle {
    color: #777;
    font-size: 14px;
    margin: 8px 0 0;
}

/* ================================
   Product Cards
================================ */

.home_products_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.home_product_card {
    position: relative;
    background: #fff;
}

.home_product_image_box {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #f7f7f7;
    aspect-ratio: 3 / 4;
}

.home_product_image_link {
    display: block;
    width: 100%;
    height: 100%;
}

.home_product_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.home_product_card:hover .home_product_image.home_img_loaded {
    transform: scale(1.035);
}

.home_product_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffe9ec;
    color: #e93644;
    border-radius: 6px;
    padding: 5px 9px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.home_product_sold {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    background: #f00;
    color: #fff;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 700;
}

.home_product_cart {
    position: absolute;
    right: 12px;
    bottom: 14px;
    z-index: 4;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #fff;
    color: rgb(243 116 60);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.10);
    transition: 0.25s ease;
}

.home_product_cart:hover {
    background: #fff;
    color: #f3743c;
}

.home_product_dots {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 3;
}

.home_product_dots span {
    width: 7px;
    height: 7px;
    background: rgba(255,255,255,0.78);
    border-radius: 50%;
}

.home_product_dots span:first-child {
    background: #333;
}

.home_product_info {
    padding: 12px 0 0;
}

.home_product_brand {
    color: #000;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 4px;
}

.home_product_brand a {
    color: #000;
    text-decoration: none;
}

.home_product_name {
    color: #161616;
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_product_name a {
    color: #161616;
    text-decoration: none;
}

.home_product_price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #101010;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.home_product_old_price {
    color: #777;
    font-weight: 500;
    text-decoration: line-through;
    opacity: 0.75;
}

.home_view_more_wrap {
    text-align: center;
    margin-top: 34px;
}

.home_view_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 46px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    transition: 0.25s ease;
}

.home_view_more:hover {
    color: #fff;
    background: #333;
}

/* ================================
   Categories Improved
================================ */

.home_categories_section {
    padding: 50px 0 65px;
    background: linear-gradient(180deg, #fff 0%, #faf7f3 100%);
}

.home_categories_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.home_category_card {
    display: block;
    text-decoration: none;
    color: #111;
    position: relative;
}

.home_category_image_box {
    width: 100%;
    height: 380px;
    border-radius: 34px;
    overflow: hidden;
    background: #f7f3ef;
    border: 2px solid #d8b57f;
    position: relative;
    box-shadow: 0 14px 35px rgba(0,0,0,0.08);
    transition: 0.35s ease;
}

.home_category_image_box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.02) 0%,
        rgba(0,0,0,0.05) 48%,
        rgba(0,0,0,0.45) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.home_category_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.home_category_card:hover .home_category_image_box {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.14);
}

.home_category_card:hover .home_category_image.home_img_loaded {
    transform: scale(1.045);
}

.home_category_title_box {
    position: absolute;
    right: 18px;
    left: 18px;
    bottom: 18px;
    z-index: 3;
    min-height: auto;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.home_category_title {
    width: 100%;
    color: #111;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(8px);
    font-size: 22px;
    font-weight: 800;
    margin: 0 auto !important;
    line-height: 1.3;
    text-align: center !important;
    padding: 12px 14px;
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

/* ================================
   Responsive
================================ */

@media (max-width: 1199px) {
    .home_products_grid,
    .home_categories_grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }

    .home_category_image_box {
        height: 330px;
    }
}

@media (max-width: 991px) {
    .home_container {
        width: 94%;
    }

    .home_slider_wrap #main-carousel,
    .home_slider_wrap .carousel-inner,
    .home_slider_wrap .carousel-item,
    .home_slider_image_box,
    .home_slider_image {
        height: 460px;
    }

    .home_products_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .home_categories_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .home_category_image_box {
        height: 330px;
        border-radius: 26px;
    }

    .home_category_title {
        font-size: 19px;
        padding: 10px 12px;
    }
}

@media (max-width: 575px) {
    .home_slider_wrap #main-carousel,
    .home_slider_wrap .carousel-inner,
    .home_slider_wrap .carousel-item,
    .home_slider_image_box,
    .home_slider_image {
        height: 390px;
    }

    .home_slider_image {
        object-fit: cover;
        object-position: center;
    }

    .home_slider_wrap .carousel-indicators {
        bottom: 14px;
    }

    .home_slider_wrap .carousel-indicators li {
        width: 22px;
        height: 4px;
    }

    .home_slider_arrow {
        display: none;
    }

    .home_section {
        padding: 34px 0 10px;
    }

    .home_section_header {
        margin-bottom: 20px;
    }

    .home_section_title {
        font-size: 23px;
    }

    .home_section_subtitle {
        font-size: 13px;
    }

    .home_products_grid {
        gap: 14px;
    }

    .home_product_image_box {
        border-radius: 12px;
        aspect-ratio: 3 / 4.25;
    }

    .home_product_brand {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .home_product_name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .home_product_price {
        font-size: 14px;
        gap: 5px;
    }

    .home_product_badge {
        font-size: 11px;
        padding: 4px 7px;
    }

    .home_product_sold {
        font-size: 10px;
        padding: 5px 7px;
        top: 8px;
        left: 8px;
    }

    .home_product_cart {
        width: 32px;
        height: 32px;
        right: 8px;
        bottom: 10px;
        border-radius: 10px;
        font-size: 13px;
    }

    .home_product_dots {
        bottom: 10px;
        gap: 5px;
    }

    .home_product_dots span {
        width: 6px;
        height: 6px;
    }

    .home_categories_section {
        padding: 36px 0 48px;
    }

    .home_categories_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 13px;
    }

    .home_category_image_box {
        height: 270px;
        border-radius: 22px;
        border-width: 1.5px;
    }

    .home_category_image {
        object-fit: cover;
        object-position: center top;
    }

    .home_category_title_box {
        right: 10px;
        left: 10px;
        bottom: 10px;
    }

    .home_category_title {
        font-size: 14px;
        padding: 9px 8px;
        border-radius: 999px;
        text-align: center !important;
    }
}

@media (max-width: 390px) {
    .home_slider_wrap #main-carousel,
    .home_slider_wrap .carousel-inner,
    .home_slider_wrap .carousel-item,
    .home_slider_image_box,
    .home_slider_image {
        height: 360px;
    }

    .home_products_grid {
        gap: 11px;
    }

    .home_category_image_box {
        height: 250px;
    }

    .home_category_title {
        font-size: 13px;
        padding: 8px 7px;
        text-align: center !important;
    }
}

        
/*geeral css*/
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

 
.latest_footer,
.home_page,
.home_slider_wrap {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe {
    max-width: 100%;
}












/*currency and langauge*/
.bk-sidebar-settings {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 15px;
    background: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
}

.bk-sidebar-select-box {
    min-width: 0;
}

.bk-sidebar-select-box label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 7px;
    color: #555;
    font-size: 12px;
    font-weight: 600;
}

.bk-sidebar-select-box label i {
    color: #111;
    font-size: 12px;
}

.bk-custom-select {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    padding: 0 11px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 6px;
    overflow: hidden;
}

.bk-custom-select img {
    width: 22px;
    height: 15px;
    margin-left: 7px;
    border-radius: 2px;
    object-fit: cover;
    flex-shrink: 0;
}

.bk-custom-select select {
    width: 100%;
    height: 100%;
    padding: 0 0 0 22px;
    color: #222;
    background: transparent;
    border: 0;
    outline: 0;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bk-select-arrow {
    position: absolute;
    left: 10px;
    color: #777;
    font-size: 11px;
    pointer-events: none;
}

.bk-language-icon {
    margin-left: 7px;
    color: #222;
    font-size: 17px;
    flex-shrink: 0;
}

/* Prevent iPhone zoom when selecting */
@media (max-width: 767px) {
    .bk-custom-select select {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .bk-sidebar-settings {
        grid-template-columns: 1fr;
    }
}


























/* NAYA header — Design 1. All custom styling uses naya_ classes. */
.naya_header {--naya_orange:#F3743C;--naya_deep:#B94922;--naya_green:#F3743C;--naya_lime:#BED967;--naya_cream:#FFF9F5;--naya_text:#292929;color:var(--naya_text);background:#fff;font-family:inherit;box-shadow:0 3px 18px rgba(50,30,15,.07)}
.naya_header *,.naya_header *::before,.naya_header *::after{box-sizing:border-box}
.naya_header a{text-decoration:none}
.naya_header .naya_container{width:94%;max-width:1420px;margin:auto}
/* Identical solid green utility bar for desktop and mobile */
.naya_header .naya_top,.naya_header .naya_mobile_top{background:#f3743c!important;color:#fff!important;border:0!important}
.naya_header .naya_top_inner{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:44px}
.naya_header .naya_contact_info{display:flex;align-items:center;gap:23px}
.naya_header .naya_contact_info a,.naya_header .naya_mobile_contact a{color:#fff!important;font-size:13px;font-weight:600;display:block;align-items:center;gap:8px}
.naya_header .naya_contact_info i,.naya_header .naya_mobile_contact i{color:#fff!important}
.naya_header .naya_top_tools,.naya_header .naya_mobile_top_tools{display:flex;align-items:center;gap:17px}
.naya_header .naya_top_btn{color:#fff!important;background:transparent!important;border:0!important;display:inline-flex;align-items:center;gap:7px;padding:7px 0;cursor:pointer;font-size:13px}
.naya_header .naya_top_btn img{width:22px;height:15px;object-fit:cover}
.naya_header .naya_dropdown{position:relative}
.naya_header .naya_dropdown_menu{background:#fff!important;border:1px solid #e6edcf;border-radius:8px;box-shadow:0 9px 25px rgba(0,0,0,.12);z-index:9999}
.naya_header .naya_dropdown_menu a{color:#333!important}
.naya_header .naya_dropdown_menu a:hover{background:#f3743c1f!important;color:var(--naya_deep)!important}
/* White logo/search row */
.naya_header .naya_main{background:#fff!important;padding:13px 0!important}
.naya_header .naya_main_inner{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px;min-height:100px}
.naya_header .naya_search{width:100%;max-width:490px;position:relative;z-index:5}
.naya_header .naya_search form{position:relative;width:100%}
.naya_header .naya_search input{width:100%;height:51px;border:1.5px solid #F1D6C7!important;background:#FFFCFA!important;border-radius:50px!important;padding:0 58px 0 20px;color:#292929;font-size:14px;outline:none}
.naya_header .naya_search input:focus{border-color:var(--naya_orange)!important;box-shadow:0 0 0 3px rgba(190,217,103,.2)}
.naya_header .naya_search button{position:absolute;right:9px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--naya_deep);font-size:19px;width:38px;height:38px;cursor:pointer}
.naya_header .naya_logo{text-align:center;justify-self:center}
.naya_header .naya_logo a,.naya_header .naya_mobile_logo a{display:inline-flex;align-items:center;justify-content:center}
.naya_header .naya_brand_image{display:block!important;width:225px!important;height:77px!important;max-width:none!important;max-height:none!important;object-fit:cover!important;border-radius:15px;}
.naya_header .naya_icons{display:flex;justify-content:flex-end;align-items:center;gap:13px}
.naya_header .naya_icon_btn,.naya_header .naya_mobile_btn,.naya_header .naya_mobile_icon{display:inline-flex!important;align-items:center;justify-content:center;background:#fff!important;color:#f3743c!important;border:1px solid #F4DED1!important;border-radius:50%!important;cursor:pointer;position:relative}
.naya_header .naya_icon_btn{width:46px;height:46px;font-size:20px}
.naya_header .naya_icon_btn:hover,.naya_header .naya_mobile_btn:hover,.naya_header .naya_mobile_icon:hover{background:#f4f9e8!important;border-color:var(--naya_green)!important}
.naya_header .naya_count,.naya_header .naya_mobile_count{position:absolute;top:-6px;right:-7px;background:var(--naya_orange)!important;color:white!important;border:2px solid white;border-radius:50%;min-width:22px;height:22px;font-size:11px;display:flex;align-items:center;justify-content:center}
/* Cream navigation, green bottom accent */
.naya_header .naya_nav,.naya_header .naya_mobile_nav{background:var(--naya_cream)!important;border:0!important;border-bottom:3px solid #F3743C !important}
.naya_header .naya_nav_scroll{overflow:visible}
.naya_header .naya_menu{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;margin:0 auto;padding:0;max-width:1300px;list-style:none}
.naya_header .naya_menu>li{position:relative}
.naya_header .naya_menu>li>a{display:flex;align-items:center;justify-content:center;min-height:57px;padding:0 13px;font-size:14px;font-weight:700;color:#2d2925!important;background:transparent!important;position:relative}
.naya_header .naya_menu>li>a:hover,.naya_header .naya_menu>li:first-child>a{color:var(--naya_deep)!important}
.naya_header .naya_menu>li>a:hover::after,.naya_header .naya_menu>li:first-child>a::after{content:"";position:absolute;bottom:5px;left:14px;right:14px;height:3px;background:var(--naya_green);border-radius:3px}
.naya_header .naya_submenu{background:#fff;border-top:3px solid var(--naya_green);box-shadow:0 9px 22px rgba(0,0,0,.12);z-index:100}
.naya_header .naya_submenu a:hover{color:var(--naya_deep)!important;background:#fff8f3}
.naya_header .naya_search_results{z-index:99;background:#fff;box-shadow:0 9px 25px rgba(0,0,0,.1)}
/* Mobile utility bar */
.naya_header .naya_mobile_top{display:none;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;min-height:42px}
.naya_header .naya_mobile_contact{display:flex;align-items:center;gap:11px;min-width:0}
.naya_header .naya_mobile_contact a{font-size:10px;gap:5px;white-space:nowrap}
.naya_header .naya_mobile_top_tools{gap:8px}
.naya_header .naya_mobile_top_tools .naya_top_btn{font-size:10px;gap:3px;padding:2px 0}
.naya_header .naya_mobile_top_tools .naya_top_btn img{width:16px;height:11px}
.naya_header .naya_mobile{background:#fff!important}
.naya_header .naya_mobile_main{display:flex!important;align-items:center;gap:9px;min-height:78px;padding:9px 13px;background:#fff!important}
.naya_header .naya_mobile_btn,.naya_header .naya_mobile_icon{width:39px;height:39px;flex:0 0 39px;font-size:17px;padding:0}
.naya_header .naya_mobile_logo{flex:1;min-width:0;text-align:center;display:flex;align-items:center;justify-content:center}
.naya_header .naya_mobile_logo .naya_brand_image{width:56px!important;height:56px!important;border-radius:11px}
.naya_header .naya_mobile_menu{display:flex;align-items:center;justify-content:space-around;gap:4px;margin:0;padding:0 8px;list-style:none}
.naya_header .naya_mobile_menu li{min-width:0}
.naya_header .naya_mobile_menu a{display:block;padding:12px 2px;color:#302b27!important;font-weight:700;font-size:10px;white-space:nowrap}
.naya_header .naya_mobile_menu a:hover,.naya_header .naya_mobile_menu li:first-child a{color:var(--naya_deep)!important}
.naya_header .naya_mobile_menu li:first-child a{border-bottom:2px solid var(--naya_green)}
/* Existing drawer and mobile search remain functional */
.naya_header .naya_sidebar{background:#fffefa!important;box-shadow:6px 0 28px rgba(0,0,0,.16)}
.naya_header .naya_sidebar_head{background:#f3743c12!important;border-bottom:3px solid #f3743c!important}
.naya_header .naya_sidebar_head h4{color:var(--naya_deep)!important}
.naya_header .naya_sidebar_menu li>a:hover{background:#f4f9e8!important;color:var(--naya_deep)!important}
.naya_header .naya_sidebar_menu li ul{border-left:2px solid var(--naya_green)}
.naya_header .naya_search_overlay{background:rgba(35,30,24,.67)}
.naya_header .naya_search_overlay_box input{border-radius:40px;border:1px solid var(--naya_green)}
@media(min-width:992px){.naya_header .naya_mobile{display:none!important}}
@media(max-width:991px){.naya_header .naya_top,.naya_header .naya_main,.naya_header .naya_nav{display:none!important}.naya_header .naya_mobile{display:block!important}.naya_header .naya_mobile_top{display:flex!important}}
@media(max-width:680px){.naya_header .naya_mobile_top{flex-wrap:wrap;justify-content:center;row-gap:5px}.naya_header .naya_mobile_contact{justify-content:center;flex-wrap:wrap}.naya_header .naya_mobile_top_tools{justify-content:center}.naya_header .naya_mobile_main{gap:6px;padding:9px 8px}.naya_header .naya_mobile_btn,.naya_header .naya_mobile_icon{width:34px;height:34px;flex-basis:34px;font-size:15px}.naya_header .naya_mobile_logo .naya_brand_image{width:160px!important;height:49px!important}}
@media(max-width:365px){.naya_header .naya_mobile_main{gap:3px;padding:7px 5px}.naya_header .naya_mobile_btn,.naya_header .naya_mobile_icon{width:31px;height:31px;flex-basis:31px}.naya_header .naya_mobile_menu a{font-size:9px}}
@media(prefers-reduced-motion:reduce){.naya_header *{transition:none!important}}

/* FINAL ALIGNMENT FIX: same green and left/right groups on every screen */
.naya_header .naya_top,
.naya_header .naya_mobile_top { background:#f3743c!important; }
.naya_header .naya_top_inner { width:100%;display:flex!important;justify-content:space-between!important;align-items:center!important; }
.naya_header .naya_contact_info { margin-right:auto!important;justify-content:flex-start!important; }
.naya_header .naya_top_tools { margin-left:auto!important;justify-content:flex-end!important; }
.naya_header .naya_mobile_top { width:100%;display:flex;flex-wrap:nowrap!important;justify-content:space-between!important;align-items:center!important;gap:6px!important; }
.naya_header .naya_mobile_contact { margin-right:auto!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:9px!important; }
.naya_header .naya_mobile_top_tools { margin-left:auto!important;justify-content:flex-end!important;flex-wrap:nowrap!important;gap:7px!important; }
.naya_header .naya_mobile_contact a { white-space:nowrap!important; }
.naya_header .naya_mobile_top_tools .naya_dropdown {flex-shrink:0;}
/* Desktop: place search button inside input at the RIGHT, overriding legacy bk-search rules */
.naya_header .naya_search form {display:block!important;position:relative!important;}
.naya_header .naya_search input.get_product {display:block!important;box-sizing:border-box!important;padding:0 58px 0 21px!important;text-align:left!important;}
.naya_header .naya_search form > button[type="submit"] {position:absolute!important;left:auto!important;right:8px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;float:none!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#B94922!important;z-index:2!important;}
.naya_header .naya_search form > button[type="submit"] i {position:static!important;transform:none!important;margin:0!important;}
@media(max-width:680px){
 .naya_header .naya_mobile_top {padding:7px 8px!important;}
 .naya_header .naya_mobile_contact {gap:7px!important;}
 .naya_header .naya_mobile_contact a {font-size:9px!important;gap:3px!important;}
 .naya_header .naya_mobile_top_tools {gap:5px!important;}
 .naya_header .naya_mobile_top_tools .naya_top_btn {font-size:13px!important;gap:2px!important;}
 .naya_header .naya_mobile_top_tools .naya_top_btn img {width:15px!important;height:10px!important;}
}
@media(max-width:390px){
 .naya_header .naya_mobile_top {padding:6px 5px!important;gap:3px!important;}
 .naya_header .naya_mobile_contact {gap:5px!important;}
 .naya_header .naya_mobile_contact a {font-size:8px!important;}
 .naya_header .naya_mobile_top_tools .naya_top_btn {font-size:8px!important;}
}

    



















/* Isolated NAYA footer styles; no changes to global theme selectors */
.naya_footer{--naya_orange:#F3743C;--naya_green:#BED967;--naya_cream:#FFF3E8;--naya_ink:#292929;--naya_muted:#695c54;--naya_line:#f0ded0;background:#fffcf8;color:var(--naya_ink);font-family:inherit;position:relative;overflow:hidden}
.naya_footer *{box-sizing:border-box}
.naya_footer a{text-decoration:none;transition:color .2s,background .2s,transform .2s}
.naya_footer a:focus-visible,.naya_footer button:focus-visible{outline:3px solid var(--naya_green);outline-offset:3px}
.naya_footer_topline{height:5px;background:#F3743C;  74% 100%)}
.naya_footer_wrap{max-width:1280px;margin:auto;padding:65px 26px 44px}
.naya_footer_grid{display:grid;grid-template-columns:minmax(240px,1.45fr) minmax(150px,.8fr) minmax(160px,.9fr) minmax(230px,1.15fr);gap:46px}
.naya_footer_brand_link{display:inline-flex;align-items:center;justify-content:center;margin:0 0 17px;line-height:0}
.naya_footer_brand_logo{display:block;width:190px;height:110px;object-fit:contain;border-radius:18px}

.naya_footer_description{max-width:310px;color:var(--naya_muted);font-size:14px;line-height:1.9;margin:0}
.naya_footer_heading{font-size:15px;font-weight:800;color:var(--naya_ink);margin:4px 0 24px;line-height:1.5;text-transform:none;letter-spacing:.015em}
.naya_footer_heading:after{content:'';display:block;width:28px;height:3px;background:#F3743C;border-radius:2px;margin-top:10px}
.naya_footer_list{padding:0;margin:0;list-style:none;display:grid;gap:13px}
.naya_footer_list li{display:block;margin:0;padding:0}
.naya_footer_list a{color:var(--naya_muted);font-size:14px;line-height:1.6;overflow-wrap:anywhere}
.naya_footer_list a:hover{color:var(--naya_orange)}
.naya_footer_contact{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}
.naya_footer_contact_icon{flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:var(--naya_cream);display:flex;align-items:center;justify-content:center;color:var(--naya_orange)}
.naya_footer_contact_text{min-width:0}
.naya_footer_contact_label{display:block;font-size:12px;color:var(--naya_muted);margin-bottom:4px}
.naya_footer_contact_text a{font-size:14px;color:var(--naya_ink);overflow-wrap:anywhere}
.naya_footer_contact_text a:hover{color:var(--naya_orange)}
.naya_footer_social{display:flex;align-items:center;gap:10px;margin-top:23px}
.naya_footer_social a{width:41px;height:41px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:12px;background:#fff;border:1px solid var(--naya_line);color:var(--naya_ink);font-size:18px;overflow:hidden;padding:0;line-height:1}
.naya_footer_social a:hover{background:var(--naya_cream);border-color:var(--naya_orange);transform:translateY(-2px);color:var(--naya_orange)}
/*.naya_footer_social .naya_footer_instagram{background:transparent;border:0}*/
.naya_footer_social .naya_footer_instagram img{display:block;width:100%;height:100%;object-fit:cover;border-radius:11px}
.naya_footer_social .naya_footer_instagram:hover{background:transparent}
.naya_footer_bottom{border-top:1px solid var(--naya_line);background:var(--naya_cream)}
.naya_footer_bottom_inner{max-width:1280px;margin:auto;padding:20px 26px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.naya_footer_copyright{margin:0;color:var(--naya_muted);font-size:12px;line-height:1.7}
.naya_footer_copyright a{color:var(--naya_orange);font-weight:700}
.naya_footer_payments{display:flex;align-items:center;gap:10px}
.naya_footer_payments img{height:30px;width:auto;max-width:65px;object-fit:contain;background:#fff;border:1px solid var(--naya_line);border-radius:6px;padding:3px}
.naya_footer_mobile_sections{display:none}
@media(max-width:900px){.naya_footer_wrap{padding:42px 24px 34px}.naya_footer_grid{grid-template-columns:1.2fr 1fr;gap:34px}}
@media(max-width:640px){
.naya_footer_wrap{padding:35px 20px 27px}
.naya_footer_grid{display:block}
.naya_footer_brand{padding:0 0 26px;text-align:center}
.naya_footer_brand_logo{width:150px;height:94px;border-radius:16px}.naya_footer_brand_link{margin-bottom:13px}

.naya_footer_description{max-width:410px;margin:auto;font-size:13px;line-height:1.85}
.naya_footer_desktop_sections{display:none!important}
.naya_footer_mobile_sections{display:block;border-top:1px solid var(--naya_line)}
.naya_footer_details{border-bottom:1px solid var(--naya_line)}
.naya_footer_details summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;padding:18px 2px;font-size:15px;font-weight:700;color:var(--naya_ink)}
.naya_footer_details summary::-webkit-details-marker{display:none}
.naya_footer_details summary:after{content:'+';font-size:23px;font-weight:400;color:var(--naya_orange);line-height:1}
.naya_footer_details[open] summary:after{content:'−'}
.naya_footer_details .naya_footer_list{padding:0 3px 21px;gap:12px}
.naya_footer_mobile_contact{padding:24px 0 4px}
.naya_footer_mobile_contact .naya_footer_heading{text-align:center;margin-bottom:22px}
.naya_footer_mobile_contact .naya_footer_heading:after{margin:9px auto 0}
.naya_footer_contact{max-width:350px;margin:0 auto 15px}
.naya_footer_social{justify-content:center;margin-top:24px;gap:15px}
.naya_footer_social a{width:45px;height:45px}
.naya_footer_bottom_inner{flex-direction:column;gap:14px;padding:20px 16px;text-align:center}
.naya_footer_payments{order:-1}
}
@media(prefers-reduced-motion:reduce){.naya_footer a{transition:none}}

























/* =========================================
   NAYA ABOUT US PAGE
========================================= */

.naya_about_page {
    --naya_orange: #F3743C;
    --naya_orange_dark: #B94922;
    --naya_green: #BED967;
    --naya_text: #292929;
    --naya_muted: #716A65;
    --naya_border: #F0E6DD;

    background: #FFFCF8;
    color: var(--naya_text);
    direction: rtl;
    text-align: right;
    padding-bottom: 85px;
}

.naya_about_page * {
    box-sizing: border-box;
}

/* =========================================
   PAGE HEADING
========================================= */

.naya_about_hero {
    background: linear-gradient(
        135deg,
        #FFF0E5 0%,
        #FFFCF8 100%
    );

    padding: 52px 20px;
    text-align: center;
    border-bottom: 3px solid #F3743C;

}

.naya_about_hero h1 {
    color: var(--naya_orange_dark);
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 15px;
}

.naya_about_hero p {
    color: var(--naya_muted);
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

/* BREADCRUMB */

.naya_about_breadcrumb {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.naya_about_breadcrumb a {
    color: var(--naya_orange_dark);
    text-decoration: none;
}

.naya_about_breadcrumb a:hover {
    color: var(--naya_orange);
}

.naya_about_breadcrumb span {
    color: var(--naya_muted);
}

/* =========================================
   MAIN CONTENT
========================================= */

.naya_about_container {
    max-width: 1200px;
    margin: 65px auto 0;
    padding: 0 20px;
}

.naya_about_layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 55px;
    align-items: center;
}

/* =========================================
   TEXT SECTION
========================================= */

.naya_about_content {
    position: relative;
    padding: 20px 0;
}

.naya_about_small_title {
    display: inline-block;
    background: #F3743C1F;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 30px;
    margin-bottom: 22px;
}

.naya_about_title {
    font-size: 32px;
    font-weight: 800;
    color: var(--naya_orange_dark);
    line-height: 1.5;
    margin: 0 0 18px;
}

.naya_about_title_line {
    display: block;
    width: 65px;
    height: 5px;
    background: #F3743C;
    border-radius: 10px;
    margin-bottom: 25px;
}

.naya_about_description {
    font-size: 16px;
    line-height: 2.2;
    color: var(--naya_muted);
    overflow-wrap: anywhere;
}

/* Support paragraphs stored in the database */

.naya_about_description p {
    margin-bottom: 20px;
    line-height: 2.2;
}

.naya_about_description p:last-child {
    margin-bottom: 0;
}

/* =========================================
   IMAGE SECTION
========================================= */

.naya_about_image_wrapper {
    position: relative;
    padding: 18px;
}

/* Decorative background */

.naya_about_image_wrapper::before {
    content: "";
    position: absolute;
    width: 65%;
    height: 65%;
    background: #F1F7DD;
    border-radius: 25px;
    top: 0;
    left: 0;
    z-index: 0;
}

.naya_about_image_wrapper::after {
    content: "";
    position: absolute;
    width: 35%;
    height: 35%;
    background: #FFF0E5;
    border-radius: 25px;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.naya_about_image_card {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    border: 7px solid #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(65, 39, 22, 0.10);
}

.naya_about_image_card img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.naya_about_image_card:hover img {
    transform: scale(1.035);
}

/* Decorative badge */

.naya_about_image_badge {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: var(--naya_orange);
    color: #FFFFFF;
    padding: 15px 25px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(243, 116, 60, 0.22);
    font-size: 15px;
    font-weight: 700;
}

/* =========================================
   BOTTOM BRAND MESSAGE
========================================= */

.naya_about_bottom {
    margin-top: 70px;
    background: linear-gradient(
        135deg,
        #FFF0E5,
        #F6F9EB
    );

    border: 1px solid var(--naya_border);
    border-radius: 22px;
    padding: 38px 30px;
    text-align: center;
}

.naya_about_bottom_icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    background: var(--naya_orange);
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--naya_green);
    font-size: 25px;
}

.naya_about_bottom h3 {
    color: var(--naya_orange_dark);
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 15px;
}

.naya_about_bottom p {
    color: var(--naya_muted);
    font-size: 15px;
    line-height: 2;
    max-width: 700px;
    margin: auto;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .naya_about_layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .naya_about_container {
        margin-top: 40px;
    }

    .naya_about_image_wrapper {
        max-width: 650px;
        width: 100%;
        margin: auto;
    }

    .naya_about_image_card img {
        height: 400px;
    }

    .naya_about_bottom {
        margin-top: 45px;
    }

}

@media (max-width: 600px) {

    .naya_about_page {
        padding-bottom: 45px;
    }

    .naya_about_hero {
        padding: 38px 15px;
    }

    .naya_about_hero h1 {
        font-size: 27px;
    }

    .naya_about_container {
        padding: 0 16px;
        margin-top: 30px;
    }

    .naya_about_content {
        padding: 10px 0;
    }

    .naya_about_title {
        font-size: 25px;
    }

    .naya_about_description {
        font-size: 14px;
        line-height: 2;
    }

    .naya_about_image_wrapper {
        padding: 12px;
    }

    .naya_about_image_card {
        border-radius: 16px;
        border-width: 5px;
    }

    .naya_about_image_card img {
        height: 310px;
    }

    .naya_about_image_badge {
        font-size: 12px;
        padding: 12px 16px;
        border-radius: 10px;
    }

    .naya_about_bottom {
        margin-top: 35px;
        padding: 28px 20px;
        border-radius: 16px;
    }

    .naya_about_bottom h3 {
        font-size: 20px;
    }

    .naya_about_bottom p {
        font-size: 13px;
    }

}

























/* =========================================
   NAYA ARABIC CONTACT PAGE
========================================= */

.naya_contact_page {
    --naya_orange: #F3743C;
    --naya_orange_dark: #B94922;
    --naya_green: #F3743C;
    --naya_text: #292929;
    --naya_muted: #716A65;
    --naya_border: #F0E6DD;

    background: #FFFCF8;
    color: var(--naya_text);
    direction: rtl;
    text-align: right;
    padding-bottom: 85px;
}

.naya_contact_page * {
    box-sizing: border-box;
}

/* PAGE HEADING */

.naya_contact_hero {
    background: linear-gradient(135deg, #FFF0E5, #FFFCF8);
    padding: 52px 20px;
    text-align: center;
    border-bottom: 3px solid #F3743C;
}

.naya_contact_hero h1 {
    color: var(--naya_orange_dark);
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 15px;
}

.naya_contact_hero p {
    color: var(--naya_muted);
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

.naya_contact_breadcrumb {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.naya_contact_breadcrumb a {
    color: var(--naya_orange_dark);
    text-decoration: none;
}

.naya_contact_breadcrumb span {
    color: var(--naya_muted);
}

/* MAIN LAYOUT */

.naya_contact_container {
    max-width: 1200px;
    margin: 55px auto 0;
    padding: 0 20px;
}

.naya_contact_layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
    gap: 30px;
    align-items: start;
}

/* FORM CARD */

.naya_contact_form_card {
    background: #FFFFFF;
    padding: 38px;
    border: 1px solid var(--naya_border);
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(55, 34, 18, 0.05);
}

.naya_contact_section_title {
    font-size: 24px;
    font-weight: 800;
    color: var(--naya_text);
    margin: 0 0 12px;
}

.naya_contact_title_line {
    display: block;
    width: 48px;
    height: 5px;
    background: var(--naya_green);
    border-radius: 10px;
    margin-bottom: 16px;
}

.naya_contact_intro {
    color: var(--naya_muted);
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 28px;
}

/* FORM INPUTS */

.naya_contact_field {
    margin-bottom: 23px;
}

.naya_contact_field label {
    display: block;
    color: var(--naya_text);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.naya_contact_field input,
.naya_contact_field textarea {
    display: block;
    width: 100%;
    background: #FFFCFA;
    border: 1.5px solid #EADFD7;
    border-radius: 11px;
    padding: 14px 16px;
    color: var(--naya_text);
    font-size: 14px;
    outline: none;
    box-shadow: none;
    transition: 0.25s ease;
}

.naya_contact_field input {
    height: 52px;
}

.naya_contact_field textarea {
    min-height: 150px;
    resize: vertical;
}

.naya_contact_field input:focus,
.naya_contact_field textarea:focus {
    background: #FFFFFF;
    border-color: var(--naya_orange);
    box-shadow: 0 0 0 4px rgba(190, 217, 103, 0.18);
}

.naya_contact_field input::placeholder,
.naya_contact_field textarea::placeholder {
    color: #A29A94;
}

/* SUBMIT BUTTON */

.naya_contact_submit {
    width: 100%;
    min-height: 53px;
    background: var(--naya_orange);
    color: #FFFFFF;
    border: 0;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
}

.naya_contact_submit:hover {
    background: var(--naya_orange_dark);
    color: #FFFFFF;
    transform: translateY(-2px);
}

.naya_contact_submit i {
    margin-left: 9px;
}

/* CONTACT INFORMATION */

.naya_contact_info_card {
    background: #FFFFFF;
    padding: 35px 28px;
    border: 1px solid var(--naya_border);
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(55, 34, 18, 0.05);
}

.naya_contact_info_item {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 20px 0;
    border-bottom: 1px solid var(--naya_border);
}

.naya_contact_info_item:last-child {
    border-bottom: none;
}

.naya_contact_info_icon {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    background: #FFF1E8;
    color: var(--naya_orange);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.naya_contact_info_content {
    min-width: 0;
}

.naya_contact_info_content h4 {
    color: var(--naya_text);
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 9px;
}

.naya_contact_info_content a {
    color: var(--naya_muted);
    font-size: 14px;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.naya_contact_info_content a:hover {
    color: var(--naya_orange);
}

/* EXTRA INFORMATION */

.naya_contact_help {
    margin-top: 22px;
    background: #FFF1E8;
    border: 1px solid #E3EDC6;
    padding: 25px;
    border-radius: 16px;
}

.naya_contact_help h4 {
    color: #465D24;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
}

.naya_contact_help p {
    color: #65734F;
    font-size: 13px;
    line-height: 1.9;
    margin: 0;
}

/* SUCCESS MESSAGE */

.naya_contact_success {
    background: #F1F9E3;
    color: #49652A;
    border: 1px solid var(--naya_green);
    border-radius: 11px;
    padding: 16px;
    margin-bottom: 25px;
    font-size: 14px;
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .naya_contact_layout {
        grid-template-columns: 1fr;
    }

    .naya_contact_container {
        margin-top: 35px;
    }
}

@media (max-width: 600px) {

    .naya_contact_hero {
        padding: 38px 15px;
    }

    .naya_contact_hero h1 {
        font-size: 27px;
    }

    .naya_contact_container {
        padding: 0 15px;
    }

    .naya_contact_form_card {
        padding: 25px 19px;
        border-radius: 15px;
    }

    .naya_contact_info_card {
        padding: 25px 19px;
    }

    .naya_contact_section_title {
        font-size: 21px;
    }

    .naya_contact_page {
        padding-bottom: 45px;
    }
}













/* Shared NAYA hero: include once in template/head.php or a shared CSS file */
.naya_hero{--naya_orange:#F3743C;--naya_dark:#B94922;--naya_green:#f3743c;position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(110deg,#FFF0E5,#FFFCF8 70%);border-bottom:3px solid var(--naya_green);padding:44px 16px;text-align:center;margin:0 0 38px}
.naya_hero:before,.naya_hero:after{content:"";position:absolute;border-radius:50%;z-index:-1;pointer-events:none}
.naya_hero:before{width:230px;height:230px;background:rgba(243,116,60,.085);left:-90px;top:-115px}
.naya_hero:after{width:170px;height:170px;background:#f3743c17;right:-65px;bottom:-110px}
.naya_hero_inner{max-width:1160px;margin:0 auto}
.naya_hero_tag{display:inline-block;background:#fff;color:var(--naya_dark);border:1px solid #F2D7C9;border-radius:50px;padding:7px 17px;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}
.naya_hero_title{color:#B94922;font-size:clamp(25px,3vw,36px);line-height:1.3;font-weight:800;margin:0 0 11px}
.naya_hero_text{color:#73665F;font-size:14px;line-height:1.8;margin:0 auto 15px;max-width:650px}
.naya_hero_crumbs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none;font-size:13px;color:#72665F}
.naya_hero_crumbs li{display:inline-flex;align-items:center;gap:10px}
.naya_hero_crumbs li+li:before{content:"/";color:#D69B7B}
.naya_hero_crumbs a{color:#B94922;text-decoration:none;font-weight:700}
.naya_hero_crumbs a:hover{color:#F3743C;text-decoration:underline}
.naya_hero--success{background:linear-gradient(110deg,#F2F9E4,#FFFCF8 75%)}
.naya_hero--success .naya_hero_title{color:#486B24}
.naya_hero--error{background:linear-gradient(110deg,#FFF0E8,#FFFCF8 75%)}
.naya_hero--error .naya_hero_title{color:#B94922}
.naya_hero[dir=rtl] .naya_hero_crumbs{direction:rtl}
@media(max-width:767px){.naya_hero{padding:30px 15px;margin-bottom:25px}.naya_hero_text{font-size:13px}.naya_hero_tag{font-size:11px}}









