@font-face {
    font-family: style;
    src: url("../fonts/Agbalumo/Agbalumo-Regular.ttf");
}

@font-face {
    font-family: fogala;
    src: url("../fonts/Fjalla_One/FjallaOne-Regular.ttf");
}

@font-face {
    font-family: regular;
    src: url("../fonts/ArefRuqaa-Regular.ttf");
}

@font-face {
    font-family: st;
    src: url("../fonts/ADLaM_Display/ADLaMDisplay-Regular.ttf");
}

@font-face {
    font-family: light;
    src: url("../fonts/Poppins/Poppins-Light.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* Added for better responsiveness */
}

li {
    list-style: none;
    margin: 0 25px;
}

.inner a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 25px;
    color: #000;
    font-family: regular;
}

.inner .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner .logo img {
    width: 100px;
    cursor: pointer;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 1px 14px 14px rgba(0, 0, 0, 0.1019607843);
}

header .navbar {
    padding: 20px;
    box-shadow: 1px 14px 14px rgba(0, 0, 0, 0.1019607843);
}

.inner a:hover {
    color: rgb(255, 0, 221);
}

.inner h2 {
    text-transform: uppercase;
    padding: 23px 0 0 18px;
    font-family: regular;
    font-size: 2rem;
    font-weight: 100;
    word-spacing: 22px;
}

/* Updated Nav/Menu Styles for Mobile */
header ul {
    text-align: center;
    /* float: right; Removed float */
    width: 100%; /* Make it full width on mobile */
    padding: 10px 0; /* Adjusted padding */
    height: auto; /* Adjusted height */
    box-shadow: none; /* Removed heavy box-shadow for clarity */
    background: #fff;
}

header li {
    margin: 10px 0; /* Vertical spacing in mobile menu */
}

.inner nav {
    align-items: stretch;
}

.inner h1 {
    font-family: style;
    font-size: 10rem;
    font-weight: 900;
    line-height: 1em;
    text-shadow: -10px 36px 50px rgba(0, 0, 0, 0.21);
    text-transform: capitalize;
    transform: rotate(-8deg);
    padding: 0 55px;
}

.inner .flex {
    display: flex;
    gap: 100px;
    align-items: center;
    padding: 10rem 20px 0 20px;
}

.inner .menu-icon {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 20px;
}

.inner .video {
    width: 30%;
}

.inner video {
    width: 100%;
}

.inner p {
    font-family: st;
    color: rgba(0, 0, 0, 0.5803921569);
    font-size: 24px;
    line-height: 44px;
}

.inner button {
    padding: 20px 30px;
    background: transparent;
    font-size: 22px;
    margin: 40px 10px;
    cursor: pointer;
    font-family: st;
    transition: all ease 0.5s;
}

.inner button:hover {
    background-color: rgba(91, 42, 42, 0.2666666667);
    color: #fff;
    border: none;
}

.banner {
    padding: 7rem 0;
}

.inner .banner {
    position: relative;
}

.inner .banner::before {
    content: "";
    opacity: 0.1;
    background-size: cover;
    background-position: center;
    background-image: url("../images/banner.jpg");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.inner .content {
    position: relative;
    z-index: 2;
}

.inner .banner-2 {
    padding: 7rem 0;
}

.inner h3 {
    font-size: 74px;
    text-align: center;
    font-family: "style";
}

.inner .banner-2 p {
    margin: 4rem 0;
}

.inner .contain {
    padding: 0 55px;
}

.inner .grid {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.inner .grid .images {
    width: 30%;
    height: 333px;
}

.inner .flexbox {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.inner .product {
    width: calc(100%/3 - 30px);
    margin-bottom: 30px; /* Added spacing between products */
}

.inner .product .image {
    height: 300px;
}

.inner .info {
    padding: 15px 0;
}

.inner .info h6 {
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    font-family: st;
}

.inner .info h5 {
    font-size: 22px;
    font-weight: 100;
    font-family: style;
}

.inner .info button {
    margin: 10px 0;
    padding: 10px 15px;
    border: none;
    background-color: #dadada;
    font-size: 14px;
}

.inner .info button:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

.inner .cart {
    width: 18px;
    position: relative;
    top: 3px;
}

.inner .banner-4 {
    padding-bottom: 5rem;
}
.inner .banner-3 .flexbox{
    padding-top: 3rem;
}

.inner .banner-4 p {
    text-align: center;
    margin: 50px;
}

.inner .block {
        background-color: #f7f7f7;
    max-width: 1000px;
    margin: 0 auto;
    cursor: pointer;
    padding: 25px;
    font-weight: 100;
}

.inner .arow {
    width: 20px;
}

.inner .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner .question h4 {
    font-family: st;
    color: rgba(73, 73, 73, 0.8784313725);
}

.inner .jsconst {
    max-width: 900px;
    margin: 0 auto;
    color: rgba(73, 73, 73, 0.8784313725);
    margin-top: 20px;
    display: none;
    font-family: st;
    line-height: 30px;
    padding: 0 10px; /* Added padding */
}

.inner .blocker {
    display: block;
}

.inner .rotate {
    transform: rotate(180deg);
    transition: 0.5s;
}

.inner .bloker {
    padding: 10px;
}

.inner footer {
    background-color: #202020;
    color: #fff;
    font-family: light;
    padding: 5rem 0;
}

.inner footer a {
    color: #fff;
    font-family: light;
}

.inner .align {
    display: flex;
}

.inner footer ul {
    display: block;
    color: #fff;
    font-size: 22px;
}

.inner footer li a {
    font-size: 15px !important;
}

.inner .sec-1 {
    width: 25%;
}

.inner .copy {
    text-align: center;
    padding: 30px;
    margin-top: 50px;
}

.inner .logos {
    width: 200px !important;
}

.inner .m {
    width: 15px;
}

.inner .n {
    width: 22px;
    position: relative;
    top: 7px;
    left: -5px;
}

.inner .close-icon {
    width: 26px;
}

.inner .active {
    position: fixed;
    right: 0;
    top: 0;
}

#nav-links {
    position: fixed;
    right: -100%;
    top: 120px !important;
    width: 100% !important;
    height: 100vh !important;
    transition: all 0.5s ease;
    z-index: 1000;
}

.inner #nav-links.active {
  
}

.inner .naver {
   

    padding: 0 10px;
}

.inner header {
    margin-top: 20px !important;
}

.banner-5 {
    background-color: #202020;
    padding: 2rem 0;
    color: #fff;
}

.banner-5 a {
    color: #fff !important;
    font-family: light !important;
    font-size: 14px !important;
    line-height: 30px;

}

.inner header ul,
.inner header {
       margin: 0 10px;
}

/* Site feature additions: search, sidebar layout, hero animation, image hover, back-to-top, textarea wordcount */
/* Keeping site-feature styles untouched as they are supplementary */
.search-wrapper {
    display: flex;
    align-items: center;
    gap: 8px
}

.search-wrapper button {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer
}

.search-wrapper input {
    width: 0;
    border: 1px solid #ddd;
    padding: 6px 8px;
    border-radius: 6px;
    transition: width .28s ease;
    opacity: 0
}

.search-open .search-wrapper input {
    width: 220px;
    opacity: 1
}

/* Grid layout: left sidebar, main content, right ad */
body.site-grid {
    display: grid;
    grid-template-columns: 240px 1fr 300px;
    grid-template-rows: auto 1fr;
    grid-template-areas: "nav nav nav" "sidebar main ad";
    min-height: 100vh
}

header.site-nav {
    grid-area: nav
}

.left-sidebar {
    grid-area: sidebar;
    padding: 20px;
    position: sticky;
    top: 80px
}

.main-content {
    grid-area: main;
    padding: 24px
}

.right-ad {
    grid-area: ad;
    padding: 20px
}

/* Hero animation */
.hero {
    overflow: hidden
}

.hero .headline {
    transform: translateY(12px);
    opacity: 0;
    transition: transform .6s ease, opacity .6s ease
}

.hero.show .headline {
    transform: none;
    opacity: 1
}

@media (prefers-reduced-motion: reduce) {
    .hero .headline {
        transition: none
    }
}

/* Image hover zoom */
.card {
    overflow: hidden
}

.card img {
    transition: transform .35s ease;
    display: block;
    width: 100%
}

.card:hover img {
    transform: scale(1.08)
}

/* Back to top */
#backToTop {
    position: fixed;
    right: 18px;
    bottom: 18px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #111;
    color: #fff;
    border: none;
    display: none;
    z-index: 999
}

/* Textarea wordcount */
.wordcount {
    font-size: 13px;
    color: #666;
    margin-top: 6px
}

/* Focus styles for accessibility */
:focus {
    outline: 3px solid #1a73e8;
    outline-offset: 2px
}

.register-form input {
    padding: 10px 15px !important;
}


/*
---------------------------------------------
RESPONSIVENESS (Media Queries)
---------------------------------------------
*/

/* Tablet Styles (Max-width: 1024px) */
@media (max-width: 1024px) {
    /* Header/Navigation */
    .inner header ul {
        line-height: normal; /* Normal line-height for mobile/tablet list items */
        width: 70%; /* Give the nav links more space */
        right: -70%;
    }
    .inner #nav-links.active {
        right: 0;
    }
    .inner header {
        margin: 0 20px;
    }

    /* Banner 1 (Hero) */
    .inner h1 {
        font-size: 8rem; /* Reduced font size */
    }
    .inner .flex {
        gap: 50px;
        padding: 5rem 20px 0 20px;
    }
    .inner .video {
        width: 40%;
    }
    .inner p {
        font-size: 20px;
        line-height: 36px;
    }

    /* Banner 2 (Image Grid) */
    .inner .grid {
        flex-direction: column; /* Stack images vertically */
        align-items: center;
    }
    .inner .grid .images {
        width: 70%; /* Wider images */
        margin-bottom: 30px;
        height: 400px;
    }

    /* Banner 3 (Products) */
    .inner .product {
        width: calc(50% - 20px); /* Two columns */
    }

    /* Footer (Banner 5) */
    .inner .sec-1 {
        width: 50%; /* Two columns per row */
        margin-bottom: 30px;
    }
    .inner .align {
        flex-wrap: wrap;
        padding: 0 20px;
    }
}

/* Mobile Styles (Max-width: 768px) */
@media (max-width: 768px) {
    .inner header {
        margin: 0;
    }
    .inner .logo img {
        width: 80px;
    }
    .main{
      text-align: center !important;
    }
    /* Banner 1 (Hero) */
    .inner h2 {
        font-size: 1.5rem;
        word-spacing: 10px;
        padding: 23px 0 0 10px;
    }
    .inner h1 {
        font-size: 5rem;
        padding: 0 10px;
        transform: rotate(0deg); /* Remove rotation for better fit */
        text-align: center;
    }
    .inner .flex {
        flex-direction: column; /* Stack video and text */
        gap: 30px;
        padding: 3rem 10px 0 10px;
    }
    .inner .video {
        width: 90%; /* Full width video */
    }
    .inner .pera {
        text-align: center;
    }
    .inner p {
        font-size: 18px;
        line-height: 30px;
    }
    .inner button {
        padding: 15px 20px;
        margin: 20px 0;
        font-size: 18px;
    }

    /* Banner 2 */
    .inner h3 {
        font-size: 40px;
    }
    .inner .contain {
        padding: 0 20px;
    }
    .inner .grid .images {
        width: 90%; /* Nearly full width */
        height: 300px;
    }

    /* Banner 3 (Products) */
    .inner .product {
        width: 90%; /* Single column product layout */
    }

    /* Footer (Banner 5) */
    .inner .align {
        flex-direction: column; /* Stack all sections vertically */
        padding: 0 20px;
    }
    .inner .sec-1 {
        width: 100%;
        text-align: center;
    }
    .inner footer ul {
        padding: 0;
        margin-bottom: 20px;
    }
    .inner .pera {
        margin-bottom: 20px;
    }

    /* Mobile Menu Overlay adjustment */
    #nav-links {
        top: 80px !important; /* Adjust based on fixed header height */
    }
}

/* Small Mobile Adjustments (Max-width: 480px) */
@media (max-width: 480px) {
    .inner h1 {
        font-size: 4rem;
    }
    .inner h3 {
        font-size: 30px;
    }
    .inner .banner-4 p {
        margin: 30px 10px;
        font-size: 16px;
    }
    .user-menu-popup {
        right: -128px !important;
    }
}
/* Default (hidden) for small screens */
#nav-links {
 
}

/* When menu is toggled open */
#nav-links.open {
  display: flex;
}

/* Show normal nav for desktop */
@media (min-width: 768px) {
 
}
    .inner header{
      margin: 0 10px;
    }
    .product .image img{
        height: 100% !important;
    }
   
        /* ================================== */
        /* === CAPTCHA AND FORM VALIDATION STYLES (Existing) === */
        /* ================================== */
        .input-error {
            border-color: #dc3545 !important;
        }

        .error-message {
            color: #dc3545;
            font-size: 12px;
            margin-top: 5px;
            margin-bottom: 5px;
            text-align: left;
            text-transform: none;
        }

        .password-group {
            position: relative;
        }

        /* Captcha Checkbox Styles */
        .captcha-container {
            margin-bottom: 15px;
            text-align: left;
            text-transform: none;
        }

        .captcha-label {
            display: flex;
            align-items: center;
            cursor: pointer;
            font-family: regular;
            color: #555;
            font-size: 16px;
        }

        .captcha-checkbox-display {
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            border-radius: 3px;
            margin-right: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
            flex-shrink: 0;
            background-color: white;
        }

        .captcha-checkbox-display.checked {
            background-color: #f7c5c1;
            border-color: #f7c5c1;
            color: white;
        }

        .captcha-checkbox-display i {
            font-size: 14px;
            display: none;
        }

        .captcha-checkbox-display.checked i {
            display: block;
        }

        /* NEW CAPTCHA MODAL STYLES (Existing) */
        #captchaModalOverlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1001;
        }

        .captcha-modal-box {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            width: 90%;
            max-width: 350px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            text-align: center;
        }

        .captcha-prompt {
            font-family: regular;
            font-size: 16px;
            margin-bottom: 10px;
            color: #222;
        }

        .captcha-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 5px;
            margin: 0 auto 10px;
        }

        .captcha-image-item {
            cursor: pointer;
            overflow: hidden;
            border: 2px solid transparent;
            border-radius: 3px;
            transition: border-color 0.2s;
        }

        .captcha-image-item img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            aspect-ratio: 1 / 1;
        }

        .captcha-image-item:hover {
            border-color: #f9b4af;
        }

        .captcha-image-item.selected {
            border-color: #2ee05d;
            box-shadow: 0 0 5px rgba(46, 224, 93, 0.5);
        }

        /* ADD TO CART POPUP STYLES (Existing) */
        .cart-notification-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .cart-notification-box {
            background-color: #fff;
            padding: 30px 40px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            text-align: center;
            max-width: 300px;
            transform: scale(0.9);
            opacity: 0;
            transition: all 0.3s ease-in-out;
        }

        .cart-notification-box.show {
            transform: scale(1);
            opacity: 1;
        }

        .cart-notification-box h4 {
            color: #28a745;
            font-size: 1.4em;
            margin-bottom: 15px;
            font-family: bold;
        }

        .cart-notification-box p {
            color: #333;
            margin-bottom: 20px;
            font-size: 1em;
        }

        .cart-notification-box a {
            display: inline-block;
            padding: 10px 20px;
            background-color: #f7c5c1;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-family: bold;
            transition: background-color 0.2s;
        }

        .cart-notification-box a:hover {
            background-color: #f5a9a4;
        }

        /* Cart Counter (Existing) */
        .cart-icon-container {
            position: relative;
            display: inline-block;
        }
        
        #cart-count {
            position: absolute;
            top: -5px;
            right: -5px;
            background-color: #f7c5c1;
            color: white;
            border-radius: 50%;
            padding: 2px 6px;
            font-size: 0.75em;
            min-width: 10px;
            text-align: center;
            line-height: 1;
            display: none;
        }
        
        /* Scroll Buttons (Existing) */
        .scroll-btns {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 9990;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .ad-close-btn:hover{
             background-color: #ea5a0c !important;
        }
        .hero5__cta:hover{
            color: #fff !important;
        }
        .scroll-btn {
            background-color: #ea5a0c91; /* Theme Color */
            color: white;
            border: none;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            font-size: 18px;
            cursor: pointer;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            transition: background-color 0.3s, opacity 0.3s;
        }

        .scroll-btn:hover {
            background-color: #f5a9a4;
        }
        
        #scrollUpBtn {
            opacity: 0; /* Hidden by default */
            pointer-events: none;
        }
        
        #scrollUpBtn.show {
            opacity: 1;
            pointer-events: auto;
        }
        
        /* Image Hover Zoom (Existing) */
        .product .image {
            overflow: hidden;
            position: relative;
        }

        .product .image img {
            transition: transform 0.4s ease-in-out;
            width: 100%;
            height: auto;
            display: block;
        }

        .product:hover .image img {
            transform: scale(1.1);
        }
        
        /* ================================== */
        /* === UPDATED: RIGHT ADVERTISEMENT POPUP === */
        /* ================================== */
        .ad-popup {
            position: fixed;
            bottom: 100px; 
            right: 20px;
            width: 200px; 
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
            z-index: 1 !important; 
            overflow: hidden;
            display: none; 
            transition: transform 0.3s ease-out, opacity 0.3s ease-out;
            transform: translateX(100%); 
            opacity: 0;
        }

        .ad-popup.show {
            transform: translateX(0); 
            opacity: 1;
        }
        
        /* Wrapper to contain image and overlay text */
        .ad-content-wrapper {
            position: relative;
            width: 100%;
            height: auto;
            display: block;
        }

        .ad-popup .ad-image {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 8px; 
        }
        
        /* NEW: Text Overlay Style */
        .ad-text {
          position: absolute;
    top: 84%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'regular';
    font-size: 1.2em;
    text-align: center;
    /* background: rgba(247, 197, 193, 0.75); */
    border-radius: 5px;
    max-width: 94%;
    line-height: 1.2;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }


        .ad-close-btn {
            position: absolute;
            top: 5px;
            right: 5px;
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            font-size: 18px;
            line-height: 1;
            cursor: pointer;
            text-align: center;
            padding: 0;
            z-index: 9996;
            transition: background 0.2s;
        }

        .ad-close-btn:hover {
            background: #f5a9a4; 
            color: white;
        }
        .shadow-sm{
            margin-bottom: 3rem !important;
        }
        .inner footer li .flexbox-1{
            font-size: 10px !important;
        }
      .inner footer li .flexbox-1{
        display: flex;
      align-items: center;
      margin-top: 10px;
        gap: 0 10px;
        
      }  
      .modal-overlay{
        z-index: 1000299999999999999999999 !important;
      }
      .modal-box{
        width: 95% !important;
      }
       @media (max-width: 789px)
        {
              .active {
                top: 105px !important;
            }
        }
        body{
            font-family: light !important;
        }
         @media (max-width: 789px)
        {
              .active {
                top: 105px !important;
            }
            .hero5{
                padding: 20px;
                
            }
           .hero5__headline,.hero5__content{
            display: flex !important;
            align-items: center;
            flex-direction: column;
           }
            .hero5__copy{
                text-align: center !important;
            }
            .hero5__copy p:last-child{
                width: 100% !important;
            }
        }
          @media(max-width: 767px) {
         .product-layout {
             display: flex;
             flex-direction: column;
         }
         .image-column,.smallimages{
            position: relative;
         }
     }
     .ad-text {
    position: absolute;
    top: 20%;
    left: 31%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: 'regular';
    font-size: 1.2em;
    text-align: center;
    /* background: rgba(247, 197, 193, 0.75); */
    border-radius: 5px;
    max-width: 100%;
    line-height: 1.2;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
     }
     #cookie-consent-banner{
        padding: 45px 30px !important;
        
     }
      #cookie-consent-banner p{
        margin: 10px 0 30px 0 !important;
      }
       .activeate{
    display: block !important;
   }
   .inner h1{
    width: fit-content !important;
   }
   .topbar .flex{
    display: flex;
    justify-content: space-between;
    padding: 5px 30px;
   }
   .topbar .text{
    font-family: regular !important;
    font-size: 16px !important;
   }
   .topbar img{
   width: 10px;
    cursor: pointer;
   }
   .topbar{
    background-color: #f7c5c1;
    color: #000;
    font-size: 14px;
    max-width: 1220px;
    margin: 0 auto;
    font-weight: 500;
   }
   .topbar a{
    text-decoration: none !important;
    color: #111;
   }
