 :root {
            /* Define text color if you plan to use it consistently */
            --text-color: #333; 
        }

        * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }

        body {
            background: #fffeff;
            color: var(--text-color);
            font-family: 'Gagalin', sans-serif;
        }
        header {
background: white;
            
            text-align: center;
            font-size: 38px;
            font-weight: bold;
            
            
            z-index: 1000;
        }

        .header-content {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            height: 70px;
            padding: 0 20px; /* Adjusted padding */
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
        }

        .logo {
           font-family: 'Brittany Signature', cursive;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 900px;
            font-size: 25px;
            border-radius: 25px;
            border: none;
            padding: 0.6rem 1.2rem;
            color: #c0b283;
        }
        /* --- Navigation Styles (Desktop Default) --- */
        nav {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .nav-links {
            list-style: none;
            display: flex;
            gap: 1.5rem;
            align-items: center;
        }

     
        
        .btn {
            font-family: 'Brittany Signature', cursive;
            display: flex;
            cursor: pointer;
            font-size: 18px;
            font-weight: 600;
            border-radius: 25px;
            border: 2px solid c0b283;
            padding: 0.6rem 1rem;
            align-items: center;
            gap: 0.2rem;
            transition: all 0.3s;
            color: #c0b283;
        }
        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 4px 4px 8px #c0b283;
        }

        /* Burger Menu (Hidden on Desktop) */
        .burger {
            display: none;
            cursor: pointer;
            flex-direction: column;
            gap: 5px;
        }

        .burger div {
            width: 28px;
            height: 4px;
            background: #c0b283;
            border-radius: 2px;
            transition: all 0.3s;
        }
         /* --- HERO SECTION --- */
        .hero {
            background: url('img/pa.jpg') no-repeat center center/cover;
            box-shadow: 0 4px 8px #c0b283;
            height: 500px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            
            
        }

        

        .hero-content {
            position: relative;
            z-index: 1;
            padding: 2rem;
        }

        .hero h1 {
            font-family: 'Brittany Signature', cursive;
              font-size: 45px;
      font-weight: bold;
      color: rgb(255, 255, 255);
        }

  
        .hero p {
            font-family: 'Brittany Signature', cursive;
            font-size: 25px;
            color: rgb(255, 255, 255);
            font-style: italic;
        }
        
        .main-box {
        width: 90%;
        border: 3px solid #c0b283;
        border-radius: 15px;
        border-right: 10px solid #c0b283;
        padding: 30px;
        display: flex;
        flex-direction: row;
        gap: 40px;
        align-items: center;
        backdrop-filter: blur(5px);
        margin: 20px;
       margin-left: 70px;
       box-shadow: 0 0 20px #c0b283;
    }
    .service h2{
        
        font-weight: bold;
      color: #c0b283;
        text-align: center;
        margin-top: 20px;
        font-size: 50px;
    }
    .about {
        background: #c0b283;
        border: 3px solid #c0b283;
        border-radius: 15px;
        border-top: 10px solid #c0b283;
        padding: 30px;
        gap: 40px;
        align-items: center;
        backdrop-filter: blur(5px);
       margin: 20px;
       box-shadow: 0 0 20px #c0b283;
    }
    .about h3{
        font-family: 'Brittany Signature', cursive;
        text-align: center;
        margin: 15px;
        font-size: 25px;
        color: white;
    }
    .about p{
        font-family: 'Brittany Signature', cursive;
        text-align: center;
    }
    /* Left Side Box */
    .left-box {
        width: 230px;
        height: 230px;
        border-radius: 20px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Image on top of border */
    .left-box img {
        width: 250px;
        height: 250px;
        border-radius: 15px;
        
        object-fit: cover;
        border: 3px solid white;
        box-shadow: 0 0 20px #c0b283;
    }

    /* Right Side Content */
    .content {
        color: rgb(0, 0, 0);
        font-size: 20px;
        line-height: 1.6;
        text-align: center;
        font-family: 'Brittany Signature', cursive;
    }
     /* --- GALLERY --- */
        .gallery {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            padding: 20px;
            background:#c0b283 ;
            max-width: 1200px;
            margin: 0 auto; /* Center the gallery */
            border-radius: 20px;
            margin-top: 20px;
        }

        .gallery-item {
            position: relative;
            width: 100%; /* Use 100% of grid cell */
            max-width: 250px; /* Set a max width for large screens */
            height: 300px;
            border: 4px solid #fafafa;
            border-radius: 14px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
            justify-self: center; /* Center item in grid cell */
            box-shadow: 0 0 20px #fdfdfc;
        }
          h2 {
        font-weight: bold;
      color: #c0b283;
        text-align: center;
        margin-top: 20px;
        font-size: 50px;
    }
    h4{
        font-weight: bold;
      color: #c0b283;
        text-align: center;
        margin-top: 20px;
        font-size: 50px;
    }
        .gallery-item:hover {
            transform: scale(1.07);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
          /* --- LOCATIONS BUTTONS --- */
        .locations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1rem;
            padding: 20px 0;
            margin: 20px;
        }
        .location-btn {
            background: #c0b283;
            font-family: 'Brittany Signature', cursive;
            border: none;
            padding: 1rem;
            border-radius: 10px;
            color: white;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }
        .location-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px #c0b283;
        }
         /* features Section */
        
        .features-grid {
            display: flex;
            flex-direction: rows;
            gap: 2rem;
           
             padding: 100px;
            background:#c0b283 ;
            
            
            
            margin-top: 20px;
        }
        .icon{
            color: #c0b283;
            font-size: 40px;
            margin-bottom: 10px;
        }

        .features-card {
            border-radius: 12px;
            padding: 1.5rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            text-align: center;
            background: white;
            transition: transform 0.3s, box-shadow 0.3s;
            
            box-shadow: 0 0 20px #fdfdfc;
        }

        .features-card p {
            font-style: italic;
            margin-bottom: 1rem;
            color: black;
        }

        .features-card h3 {
            font-weight: 900;
            color:#c0b283 ;
            margin-bottom: 10px;
        }
          /* FAQs Section */
        .faq-item {
            margin: 20px;
            margin-bottom: 1.5rem;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 0 20px #c0b283;
            
        }

        .faq-question {
            padding: 1.2rem;
            cursor: pointer;
            background: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s;
            color: black;
        }

        .faq-question:hover {
            background: #c0b283;
        }

        .faq-answer {
            padding: 1.2rem;
            display: none;
            background: white;

        }

        .faq-answer.active {
            display: block;
        }
         .footer {
        
           background: #c0b283;
            padding: 2.5rem 1.5rem;
            text-align: center;
        }

        .footer p {
            
            color: white;
        }
              /* Responsive Design */
        @media (max-width: 768px) {
         .hero-content{
            width: auto;

         }
         .services-grid {
            
            grid-template-columns: repeat(2,1fr);
            
        }
.service h2 {
    font-size: 40px;
}
 h2 , h4{
    font-size: 30px;
}
        .img-grid {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            gap: 2rem;
        }
        .features-grid {
            display: grid;
            grid-template-columns: repeat(1,1fr);
            gap: 2rem;
        }
         .nav-links {
                display: none;
                position: absolute;
                top: 70px;
                left: 0;
                width: 100%;
                background: white;
                flex-direction: column;
                padding: 1.5rem;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            }

            .nav-links.active {
                display: flex;
            }

            .nav-buttons {
                flex-direction: column;
                gap: 1.2rem;
                width: 100%;
            }

            .nav-buttons button {
                width: 100%;
                margin-left: 0;
                padding: 0.8rem;
                font-size: 1.1rem;
            }

            .burger {
                display: flex;
            }

            .burger.active .line1 {
                transform: rotate(45deg) translate(6px, 6px);
            }

            .burger.active .line2 {
                opacity: 0;
            }

            .burger.active .line3 {
                transform: rotate(-45deg) translate(6px, -6px);
            }
  .swiper-button-next:after, .swiper-button-prev:after {
    
    font-size: 22px;
    
   
}
.swiper-button-next, .swiper-button-prev {
    width: 55px;

}
            /* ABOUT BOXES */
            .main-box {
                flex-direction: column;
                text-align: center;
                margin-left: 20px;
            }

            .left-box img {
                width: 100%;
        height: 100%;
            }

            /* GALLERY */
            .gallery {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }
}
  @media (max-width: 480px) {

            .hero {
                height: 350px;
            }

            .hero h1 {
                font-size: 26px;
            }

            h1 {
                font-size: 32px;
            }

            .gallery {
                grid-template-columns: repeat(1, 1fr);
            }
        }
        /* -------------------------- */
/* RESPONSIVE FOR TABLETS     */
/* (Max width: 1024px)        */
/* -------------------------- */

@media (max-width: 1024px) {

    .header-content {
        padding: 0 15px;
    }

    .logo {
        font-size: 18px;
    }

    .btn {
        font-size: 16px;
        padding: 0.5rem 1rem;
    }

    /* Hero Section */
    .hero {
        height: 380px;
    }

    .hero h1 {
        font-size: 40px;
    }

    /* About Boxes */
    .main-box {
        flex-direction: column;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        gap: 20px;
        padding: 20px;
    }

    .left-box img {
        width: 200px;
        height: 200px;
    }

    .content {
        font-size: 18px;
        padding: 0 10px;
    }
.features-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 100px;
    background: #c0b283;
    margin-top: 20px;
}
    /* Gallery */
    

    .gallery-item {
        max-width: 220px;
        height: 260px;
    }
}