/*
Theme Name: Maramia
Author: OG
Version: 1.0
*/




:root {
    --primary-color: #55510c;
    --primary-light: #b7b78a; /* Decorative lines and borders */
    --bg-beige: #f7f5f1;
    --bg-dark-beige:  #e4dfd4;
    --bg-green: #e5e0d5;
    --text-dark: #2b2b2b;
}

body {
  background-color: var(--bg-beige);
}

html {
  scroll-behavior: smooth;
}


@font-face {
  font-family: 'Cherlav';
  src: url('assets/fonts/CHERLAV-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('assets/fonts/Urbanist-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}




/*=====================================================
========================== Hero Styles 
=================================================*/

.hero-section {
    height: 100vh;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), 
                url('https://maramiamarrakech.com/wp-content/uploads/2026/02/simple-brown-product-backdrop-with-shadow-background-scaled.jpg') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.navbar { padding: 2rem 5%; }

.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 1rem;
}


.social-icons.desktop-only {
  display: flex;
  gap: 20px;
}


.maramia-logo {
    width: 200px;
}

.nav-links {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 80px;
}


.nav-links a { 
  position: relative; /* مهم بزاف */
  color: white; 
  text-decoration: none; 
  text-transform: uppercase; 
  font-size: 16px; 
}

/* underline */
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 1px;
  background-color: white; /* بدلناها باش تبان */
  transition: width 0.3s ease;
}

/* hover */
.nav-links a:hover::after {
  width: 100%;
}


.hero-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-body h2 { font-size: 3.5rem; letter-spacing: 3px; font-weight: 400; }

/* Off-Canvas Logic */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

/* Off-Canvas Container */
.off-canvas {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--bg-dark-beige); /* Matches the image color */
    z-index: 9999;
    transition: 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    padding: 2rem 5%;
}

.off-canvas.active { right: 0; }

/* Header Row: Logo Left, Close Right */
.off-canvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--primary-color);
    width: 100%;
}



.close-btn {
    background: none;
    border: none;
    color: var(--primary-color);
    font-size: 3rem;
    cursor: pointer;
    line-height: 1;
}

/* Body: Centered Column Layout */
.off-canvas-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; /* Align text to left as per image */
    gap: 2rem;
    margin-top: 40px;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-nav a {
    color: var(--primary-color);
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize;
}

.mobile-socials {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.mobile-socials a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
}



.mobile-phone {
    color: var(--primary-color);
    font-size: 16px;
}

p.mobile-phone {
    padding: 0px;
}

/* Fix for Hero on Mobile */
@media (max-width: 768px) {
    .menu-toggle { 
        display: block; 
        order: 3; 
    }

    .maramia-logo {
        width: 140px;
    }
  
    
}

@media (max-width: 768px) {
    .desktop-only { display: none !important; }
    .menu-toggle { display: block; order: 3; }
    .hero-body h2 { font-size: 2rem; }
}



/*=======================================================
  =================== LOGO BANNER
  =======================================================*/

.footer-banner-section {
    position: relative;
    width: 100%;
    margin-bottom: -4px; 
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: flex-start; 
}


@media (min-width: 1200px) {
  img.footer-banner-logo2 {
    width: 400px;
  }
}

@media (max-width: 900px) {
  img.footer-banner-logo2 {
    width: 50%;
  }
}

.banner-logo-wrapper {
    position: absolute;
    /* Centers the logo in the pocket of the curve */
    top: 12%; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.footer-banner-logo {
    width: 90px; /* Slightly larger now that text is gone */
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

/* Hover effect for a touch of interactivity */
.footer-banner-logo:hover {
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .banner-logo-wrapper {
        top: 8%;
    }
}

@media (max-width: 768px) {
    .footer-banner-section {
        margin-top: -40px;
    }
    .banner-logo-wrapper {
        top: 4%;
    }
    .footer-banner-logo {
        width: 65px;
    }
}






/* ==========================================================================
   2. BRAND STORY SECTION 
   ========================================================================== */


.brand-story-section {
    position: relative;
    overflow: hidden;
    margin: 60px 0;
    text-align: center;
}


.brand-story-content {
    max-width: 800px;
    margin: 0 auto 80px;
}

/* Dark Green Background Pattern */
.brand-story-bg-pattern {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45%;
    background-image: url("https://maramiamarrakech.com/wp-content/uploads/2026/02/contact-background-scaled.jpg");
    z-index: -1;
    background-size: cover;
}

/* Images Container - Desktop Staggered Style */
.brand-story-images {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
    padding: 0 24px;
    margin-bottom: 60px;
}

.brand-story-images img {
    width: 260px;
    height: auto;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

/* The staggered "Up and Down" effect for Desktop */
.brand-story-images img:nth-child(1),
.brand-story-images img:nth-child(3) {
    transform: translateY(64px);
}

.brand-story-bottom {
    position: relative;
    color: #ffffff;
    margin-top: 140px;
    letter-spacing: 0.05em;
}

/* ================= RESPONSIVE (MOBILE) ================= */
@media (max-width: 767px) {
    .brand-story-images {
        flex-direction: column; /* Stack images one below the other */
        align-items: center;
        gap: 30px;
        padding: 0 20px;
    }

    .brand-story-images img {
        width: 100%; 
        height: auto;
    }

    /* Remove the staggered effect on mobile */
    .brand-story-images img:nth-child(1),
    .brand-story-images img:nth-child(3) {
        transform: translateY(0);
    }

    .brand-story-bottom {
        margin-top: 60px;
        padding: 0 20px 40px;
    }
    
    .brand-story-bg-pattern {
        height: 10%; /* Increase background height to cover stacked images */
    }

    .brand-story-content {
    max-width: 100%;
    margin: 20px;
}
}












/* ==========================================================================
   3. ABOUT SECTION
   ========================================================================== */

.about-section {
    display: flex;
    max-width: 1200px;
    margin: 60px auto;
    position: relative;
    gap: 40px;
}

.about-image {
    width: 50%;
    position: relative;
    z-index: 2;
}

.about-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-section::before {
    content: "";
    position: absolute;
    left: -25px;
    top: -25px;
    width: 45%;
    height: 100%;
    border: 1px solid var(--primary-color);
    z-index: 1;
}

.about-content {
    width: 55%;
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-content-image {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.about-content-image img {
    width: 100%;
    height: auto;
}


@media (max-width: 991px) {
    /* Hero/Nav Responsive */
    .desktop-only { 
        display: none !important; 
    }
    
    .menu-toggle { 
        display: block; 
    }
    

    /* About Responsive Stack */
    .about-section {
        flex-direction: column;
        margin: 60px 20px;
        gap: 50px;
    }

    .about-image, 
    .about-content {
        width: 100%;
        padding: 0;
    }

    .about-section::before {
        display: none; /* Hide decorative border on small screens for clarity */
    }

    .about-content {
        text-align: center;
    }
}







/* ==========================================================================
   4. MENU SLIDE SECTION 
   ========================================================================== */
.menu-slider-section {
    margin: 60px 0;
    text-align: center;
}

.menu-slider-header-content{
    background-color: var(--bg-dark-beige);
}

.menu-slider-header {
    max-width: 1200px;
    margin: 0 auto 0px;
    padding: 40px 20px;
}


.menu-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
}

.menu-track-wrapper {
    overflow: hidden;
    width: 100%;
}

.menu-track {
    display: flex;
    transition: transform 0.5s ease;
}

.menu-slide {
    flex: 0 0 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}

.menu-slide img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
}

/* Arrows */
.menu-arrow {
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #6b6b2f;
    width: 60px;
}

/* Tablet */
@media (max-width: 1024px) {
    .menu-slide {
        flex: 0 0 50%;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .menu-slide {
        flex: 0 0 100%;
    }
}


.slider-container {
    position: relative;   
    z-index: 1;
}

.slider-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--bg-dark-beige); 
    z-index: -1;
}


.menu-slide h3 {
    color: var(--primary-color);
    padding-bottom: 20px;
    font-size: 20px;
    font-family: 'Cherlav' !important;
}












/* ==========================================================================
   4. EXPERIENCE SECTION 
   ========================================================================== */

   .experience-section{
  margin: 60px 0px;
}

.experience-header {
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    gap: 0px;
}

.experience-header {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}


.experience-header p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
  line-height: 1.7;
}

.experience-content {
  position: relative;
  margin: 40px 0px;
}

/* Horizontal line (desktop only) */
.experience-line {
  display: none;
}

@media (min-width: 768px) {
  .experience-line {
    display: block;
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    border-top: 1px solid #b7b78a;
    z-index: 0;
  }

  .experience-header {
        padding: 0 20px;
    }
}

.experience-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  position: relative;
  z-index: 2;
}

/* Responsive */
@media (max-width: 992px) {
  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .experience-item p {
    margin-top: 8px;
    }
}

@media (max-width: 576px) {
  .experience-grid {
    grid-template-columns: 1fr;
  }
}


.experience-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.experience-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--bg-beige);
  display: flex;
  align-items: center;
  justify-content: center;
}

.experience-icon img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.experience-item p {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
  max-width: 190px;
  line-height: 1.6;
}











/* ==========================================================================
   4. REVIEW SECTION 
   ========================================================================== */

.review-section {
    background: var(--bg-dark-beige);
    margin: 60px 0;
    overflow: hidden;
}

.review-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}


.review-image-side {
    height: 100%;
    z-index: 3;
}

/* LEFT IMAGE SIDE */
.review-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* RIGHT CONTENT SIDE */
.review-content-side {
    padding: 0px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.review-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margine: 16px 0;
    position: relative;
}

/* CARD LOGIC */
.review-card {
    position: relative;
    width: 85%;
    max-width: 420px;
    z-index: 2;
}

/* STAGGERED ALIGNMENT */
.card-start { align-self: flex-start; }
.card-center { align-self: center; }
.card-end { align-self: flex-end; }

/* THE DECORATIVE LINE: Starts from image end to section end */
.review-card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -50vw; /* Extends back toward the image side */
    right: -50vw; /* Extends to the end of the section */
    height: 1px;
    background: #b7b78a;
    z-index: -1; /* Behind the card content */
}

.review-card-inner {
    background: #e4e0cf;
    padding: 40px 30px;
    border-radius: 0 45px;
    border: 1px solid var(--primary-color);
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.02);
}

.review-stars {
    color: #b7a75a;
    letter-spacing: 3px;
    font-size: 24px;
}

.review-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    text-align: justify;
}

.review-author {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 20px;
}



@media (max-width: 1100px) {
    /* 1. GLOBAL & LAYOUTS */
    .desktop-only { display: none !important; }
    .about-section, 
    .review-container {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
    }

    /* 2. NAVIGATION */
    .menu-toggle { display: block; }
    

    /* 3. ABOUT SECTION */
    .about-section {
        margin: 60px 20px;
        gap: 50px;
    }
    .about-image, .about-content { width: 100%; padding: 0; }
    .about-section::before { display: none; }

    /* 4. BRAND STORY */
    .brand-story-images {
        flex-direction: column; 
        align-items: center;
        gap: 30px;
    }
    .brand-story-images img {
        width: 100%;
        max-width: 400px;
        height: 100%;
        transform: translateY(0) !important; /* Removes stagger */
    }

    /* 5. EXPERIENCE GRID */
    .exp-line-divider { display: none; }
    .exp-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 20px;
    }

    /* 6. REVIEWS SECTION (CONTINUOUS LINE) */
    .review-image-side { height: auto; }
    
    .review-content-side { padding: 60px 20px; }

    .review-cards-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    /* The Continuous Vertical Line */
    .review-cards-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        background: #b7b78a; /* Brand color */
        z-index: 0; /* Behind cards */
    }

    .review-card {
        position: relative;
        z-index: 1; /* Above wrapper line */
        width: 100%;
        max-width: 500px;
        align-self: center;
        margin: 0;
    }

    .review-card::after { display: none; } /* Remove horizontal desktop lines */

    .review-card-inner {
        position: relative;
        z-index: 2; /* Hides line passing behind */
        background: #e4e0cf; /* Solid color to block line */
        padding: 30px 20px;
    }
}

/* 7. SMALLER MOBILE DEVICES (Max-width: 767px) */
@media (max-width: 767px) {
    .exp-grid { grid-template-columns: 1fr; }
    .menu-swiper { max-width: 90%; }
    .swiper-button-next, .swiper-button-prev { display: none; }
}











/* ==========================================================================
   6.GALLERY SECTION
   ========================================================================== */

.gallery-section {
    padding-bottom: 80px;
    margin: 60px 0px;
    position: relative;
    overflow: hidden; /* Prevents decorative line from causing horizontal scroll */
}

/* Decorative background line */
.gallery-line {
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #b7b78a;
    z-index: 0;
}

.gallery-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
    text-align: center;
}


.gallery-description {
    max-width: 1200px;
    margin: 0 auto 30px auto;
    color: #555;
    line-height: 1.7;
}

/* ================= GALLERY GRID (DESKTOP) ================= */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 220px);
    gap: 20px;
    grid-template-areas:
        "a b c d"
        "a f c h"
        "e f g h";
}

/* Grid Area Placement */
.item-1 { grid-area: a; } 
.item-2 { grid-area: b; } 
.item-3 { grid-area: c; } 
.item-4 { grid-area: d; } 
.item-5 { grid-area: e; } 
.item-6 { grid-area: f; } 
.item-7 { grid-area: g; } 
.item-8 { grid-area: h; } 

.gallery-item {
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}



/* ================= GALLERY RESPONSIVE (MOBILE) ================= */

@media (max-width: 992px) {
    .gallery-line {
        display: none;
    }

    .gallery-grid {
        /* Forces items to stack one below the other */
        grid-template-columns: 1fr; 
        /* Disables desktop layout areas */
        grid-template-areas: none; 
        /* Allows height to be determined by content/aspect-ratio */
        grid-auto-rows: auto; 
        gap: 20px;
    }

    .gallery-item {
        /* Resets the desktop span logic */
        grid-area: auto !important; 
        height: 100%;
        aspect-ratio: 4 / 3; 
        width: 100%;
    }
    
    .gallery-section {
        padding: 0px 20px;
    }
    
    .gallery-title {
        font-size: 24px;
    }

    .gallery-item img {
        height: 100%;   
    }

}





/* reservation form */
.cf7-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* FULL WIDTH TEXTAREA */
.cf7-full-width {
    grid-column: span 2;
    margin-bottom: 10px;
}

/* INPUT STYLE */
.cf7-group input,
.cf7-group select,
.cf7-full-width textarea {
    width: 100%;
    padding: 16px 18px;
    background: transparent;
    border: 1px solid #6b6b1e; /* olive */
    color: #333;
    font-size: 15px;
    font-family: inherit;
    outline: none;
    
}

/* REMOVE CF7 DEFAULT STYLE */
.wpcf7-form-control-wrap {
    display: block;
}

/* TEXTAREA HEIGHT */
.cf7-full-width textarea {
    height: 180px;
    resize: none;
}

/* PLACEHOLDER COLOR */
::placeholder {
    color: #555;
    opacity: 1;
}

/* SELECT CUSTOM ARROW */
.cf7-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%236b6b1e' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
}

/* SUBMIT BUTTON */
.cf7-submit {
    text-align: center;
}

.cf7-submit input[type="submit"] {
    background: #6b6b1e; /* olive */
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.cf7-submit input[type="submit"]:hover {
    opacity: 0.85;
}

/* MOBILE */
@media (max-width: 768px) {
    .cf7-grid {
        grid-template-columns: 1fr;
    }

    .cf7-full-width {
        grid-column: span 1;
    }
    
    .cf7-submit input[type="submit"],
    .cf7-group input,
    .cf7-group select,
    .cf7-full-width textarea {
        border-radius: 0px !important;

    }
}





/*=====================================================
  RESERVATION SECTION
  ===================================================*/


.maramia-reservation-section {
    display: flex;
    max-width: 1200px;
    margin: 30px auto;
    position: relative;
}

/* ===== LEFT IMAGE SIDE ===== */
.reservation-image {
    width: 45%;
    z-index: 1;
}

.reservation-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Decorative border behind image */
.maramia-reservation-section::before {
    content: "";
    position: absolute;
    left: -25px;
    top: -25px;
    width: 45%;
    height: 100%;
    border: 1px solid var(--primary-color);
    z-index: 1;
}

/* ===== RIGHT CONTENT SIDE ===== */
.reservation-content {
    width: 55%;
    background: var(--bg-dark-beige); 
    padding: 0px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {

    .maramia-reservation-section {
        flex-direction: column;
        margin: 60px 20px;
    }

    .reservation-image,
    .reservation-content {
        width: 100%;
    }

    .maramia-reservation-section::before {
        display: none;
    }

    .reservation-content {
        padding: 20px 10px;
    }

    .reservation-content h2 {
        text-align: center;
        width: 100%;
    }
}











/*=====================================================
  CONTACT SECTION
  ===================================================*/




.contact-section{
    margin-top: 140px;
    position: relative;
    background-image: url('https://maramiamarrakech.com/wp-content/uploads/2026/02/contact-background-scaled.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-section .overlay{
    position: absolute;
    inset: 0;
    background: rgba(60, 70, 20, 0.55);
}

.banner-content{
    padding: 100px 0 140px;
    width: 500px;
    position: relative;
    color: #fff;
    max-width: 700px;
}


.contact-title {
  color:white;
  display: flex;
  flex-direction: column;
  line-height: 0.85; /* Tightly packed lines */
  letter-spacing: -0.02em;
}

.line-1 {
    text-align: left;
}

.line-2 {
  text-align: right;
    margin-top: 10px;
    line-height: 0.9;
    padding-right: 5%;
}




.banner-btn {
    margin-top: 40px;
    position: relative;
    display: inline-block;
    padding: 12px 35px;
    color: #fff; /* Your brand gold/green */
    border: 1px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 16px;
    overflow: hidden; /* Important: keeps the background inside the button */
    z-index: 1;
    transition: color 0.4s ease; /* Transition for text color change */
}


.banner-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Fill color */
    z-index: -1; /* Sits behind the text */
    
    /* Start the background completely off-side to the left */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

/* Hover State */
.banner-btn:hover {
    color: var(--primary-color); /* Text changes to white */
}

.banner-btn:hover::before {
    /* Slides the background to fill the button */
    transform: scaleX(1);
}

.contact-section .footer-banner-section {
    position: absolute;
    bottom: 2px;
}

@media (max-width: 991px) {
    .banner-content{
        padding: 40px 20px 80px;
        width: 100%;
        max-width: 100%;
    }

    .line-1 {
        text-align: center;
    }

    .line-2 {
        text-align: center;
        margin-top: 10px;
        padding-right: 0% !important;
    }
}



/*==========================================================
 ====================== FOTTER
 ============================================================*/

.footer{
  background: var(--bg-green) ;
  color:#2b2b2b;
}

/* TOP */

.footer-top{
  text-align:center;
  padding:60px 20px;
}



.footer-desc{
  max-width:600px;
  margin:auto;
  font-size:14px;
  line-height:1.7;
}

/* NAV */

.footer-nav{
  border-bottom:1px solid var(--primary-color);
  border-top:1px solid var(--primary-color);
}

.footer-nav ul{
  display:flex;
  justify-content:center;
  gap:80px;
  padding:20px;
  list-style:none;
}


.footer-bottom a,
.footer-nav a{
  position: relative;
  text-decoration:none;
  color: var(--primary-color);
  font-size:16px;
  transition:.3s;
}


.footer-bottom a::after,
.footer-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 1px;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}


.footer-bottom a:hover::after,
.footer-nav a:hover::after {
  width: 100%;
}

.footer-nav a:hover{
  color: var(--primary-color);
}

/* INFO */

.footer-info{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  text-align:center;
}

.info-box{
  padding:40px 20px;
  border-right:1px solid var(--primary-color);
}

.footer-info p{
    padding: 0px !important;
}


.footer-socials {
        display: flex;
        gap: 10px !important;
        margin-top: 0.5rem;
        justify-content: center !important;
    }



/* BOTTOM */

.footer-bottom{
  border:1px solid var(--primary-color);
  display:flex;
  justify-content:center;
  gap:40px;
  padding:15px;
  font-size:14px;
}



.copyright{
  text-align:center;
  padding:50px 0px;
  font-size:13px;
}



@media(max-width:900px){
    

  .footer-top {
        padding: 20px 20px;
    }

  .footer-nav ul{
    flex-wrap:wrap;
    gap:20px;
  }

  .footer-info{
    grid-template-columns:1fr;
  }

  .info-box{
    border-right:none;
    border-bottom:1px solid #b8ad9b;
  }

  .info-box:last-child{
    border-bottom:none;
  }

  .footer-bottom{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:10px;
  }

}







/* INFO */


.info-box:last-child{
  border-right:none;
}


.info-box p{
  font-size:14px;
  line-height:1.6;
}

/* SOCIAL */


.socials a:hover{
  color:#6a6a2f;
}

/* BOTTOM */

.footer-bottom{
  border-top:1px solid var(--primary-color);
  display:flex;
  justify-content:center;
  gap:40px;
  padding:15px;
  font-size:14px;
}




.copyright{
  text-align:center;
  padding-bottom:25px;
  font-size:13px;
}


/* ✅ RESPONSIVE */

@media(max-width:900px){

  .footer-nav ul{
    flex-wrap:wrap;
    gap:20px;
  }

  .footer-info{
    grid-template-columns:1fr;
  }

  .info-box{
    border-right:none;
    border-bottom:1px solid var(--primary-color);
  }

  .info-box:last-child{
    border-bottom:none;
  }

  .footer-bottom{
    gap:10px;
  }

}




/*==============================================================
  ==================== TITLES
  ============================================================== */
h1 {
  font-family: 'Cherlav' !important;
  font-size: 36px !important;
}


h2 {
  font-family: 'Cherlav' !important;
  font-size: 30px !important;
  padding: 16px 0px;
}

h3 {
      font-family: 'Cherlav' !important;
    }

.section-title {
  text-align: center;
  color: var(--primary-color);
}



@media(max-width:768px){

    h2 {
        font-size: 24px !important;
        padding: 16px 0px;
    }

    h3 {
      font-size: 20px !important;
    }

}

/*==============================================================
  ==================== PARAGRAPHES
  ============================================================== */

p {
  padding: 16px;
  font-family: 'Urbanist' !important;
  font-size: 16px;
}

.about-section p{
    text-align: justify;
  }

@media(max-width:768px){

  .about-section p, .gallery-section p , .experience-header p , .review-section p, .footer-desc , .menu-slider-section p , .brand-story-section p{
    text-align: justify;
  }

}

/*==============================================================
  ==================== BUTTONS
  ============================================================== */



.btn {
    margin-top: 20px;
    position: relative;
    display: inline-block;
    padding: 12px 35px;
    color: var(--primary-color); 
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 16px;
    overflow: hidden; 
    z-index: 1;
    transition: color 0.4s ease; 
}

/* The background that slides in */
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color); /* Fill color */
    z-index: -1; /* Sits behind the text */
    
    /* Start the background completely off-side to the left */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

/* Hover State */
.btn:hover {
    color: #ffffff; /* Text changes to white */
}

.btn:hover::before {
    /* Slides the background to fill the button */
    transform: scaleX(1);
}





svg {
    width: 20px;
}


select,
text::placeholder,
input::placeholder,
textarea::placeholder {
    color: var(--primary-color) !important;
}

.wpcf7-spinner {
    display: none !important;
  }