 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 html {
     overflow-x: hidden;
 }

 body {
     color: #333;
     line-height: 1.6;
     overflow-x: hidden;
     font-family: "Lato", sans-serif;
 }


 .container {
     padding: 0 20px;
 }

 /* Header Styles */
 header {
     background-color: #fff;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     position: fixed;
     width: 100%;
     top: 0;
     z-index: 1000;
 }

 .header-container {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 30px 20px;
 }

 .logo {
     font-family: 'Playfair Display', serif;
     font-size: 28px;
     font-weight: 700;
     color: #2a5c3d;
     text-decoration: none;
 }

 .logo img {
     max-width: 180px;
 }

 .nav-links {
     display: flex;
     list-style: none;
     margin: 0;
 }

 .nav-links li {
     margin-left: 25px;
 }

 .nav-links a {
     text-decoration: none;
     color: #333;
     font-weight: 400;
     font-size: 16px;
     transition: color 0.3s;
 }

 .nav-links a:hover {
     color: #2a5c3d;
 }

 .nav-links a i {
     font-size: 20px;
 }

 .nav-links li:nth-child(1) {
     position: relative;
 }

 .nav-links li:nth-child(1)::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 1.5px;
     background: #000;

 }

 .nav-links li:nth-child(3) {
     margin-left: 15px;
 }

 .enquire_btn {
     background-color: #91c13e;
     color: #fff !important;
     padding: .9rem 2.2rem;
     border-radius: 2rem;
     transition: all .5s ease-in-out !important;
 }

 .enquire_btn:hover {
     background-color: #000;
 }

 .mobile-menu-btn {
     display: none;
     background: none;
     border: none;
     font-size: 24px;
     color: #2a5c3d;
     cursor: pointer;
 }

 /* Hero Section */
 .hero {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     color: white;
     margin-top: 70px;
 }

 .block-background__image {
     position: absolute;
     top: 0px;
     left: 0px;
     z-index: 0;
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
 }


 .block-background__overlay {
     position: absolute;
     top: 0px;
     left: 0px;
     z-index: 2;
     width: 100%;
     height: 100%;
     background-color: rgb(29, 30, 32);
     opacity: 0.45;
 }

 .hero-content {
     max-width: 825px;
     padding: 0 20px;
     z-index: 9;
     height: 727px;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: center;
     margin-right: auto;
     text-align: left;
     margin-left: 10rem;
 }

 .hero h1 {
     font-family: 'Albra Black Regular', serif;
     font-size: 68px;
     margin-bottom: 0px;
     font-weight: 700;
 }

 .hero p {
     font-size: 19px;
     /* font-family: 'Albra Grotesk Regular'; */
     margin-bottom: 30px;
     font-weight: 400;
     line-height: 1.5;
 }

 .cta-button {
     background-color: #91C13E;
     color: #fff !important;
     padding: .9rem 4rem;
     border-radius: 2rem;
     transition: all .5s ease-in-out !important;
     text-decoration: none;
     font-size: 16px;
 }


 /* About Section */
 .section {
     padding: 100px 0;
 }

 .about {
     background-color: #fefaf6;
     padding-top: 125px;
 }

 .section-title {
     font-family: 'Playfair Display', serif;
     font-size: 48px;
     text-align: left;
     margin-bottom: 20px;
     color: #c5705d;
     font-weight: 700;
 }

 .section-subtitle {
     text-align: left;
     font-size: 18px;
     color: #666;
     margin: 0 auto 50px;
 }


 .about-content {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 50px;
 }

 .about-text {
     flex: 1;
 }



 .about-text h3 {
     font-size: 24px;
     margin-bottom: 20px;
     color: #2a5c3d;
 }

 .about-text p {
     margin-bottom: 20px;
     color: #555;
 }

 .about-image {
     flex: 1;
     border-radius: 25px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .about-image img {
     width: 100%;
     height: auto;
     display: block;
 }

 .form-container {
     background: #f8ede3;
     border-radius: 1.5rem;
     position: absolute;
     top: -10%;
     right: -6%;
     width: 50%;
     padding: 32px;
 }

 .form-group label {
     font-size: 0.9rem;
     margin-bottom: 5px;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     gap: 10px;
 }

 .select-input__input {
     width: inherit !important;
 }

 /* section */

 #section {
     background: url('./imgs/background.png');
     background-attachment: fixed;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .rows1 {
     justify-content: space-between;
     margin-bottom: 8rem;
 }

 .rows1 img {
     border-radius: 1.5rem;
 }

 .rows1 h2 {
     font-family: 'Albra Black Regular';
     font-weight: 700;
     font-size: 60px;
 }

 .rows1 p {
     font-size: 16px;
     font-weight: 500;
     color: gray;
 }

 .rows2 {
     justify-content: space-between;
     margin-top: 2rem;
     align-items: center;
 }

 .rows2 .images_face {
     position: relative;
 }

 .images_face img {
     border-radius: 1.5rem;
 }

 .rows2 h2 {
     font-family: 'Albra Black Regular';
     font-weight: 700;
     font-size: 50px;
 }

 .rows2 p {
     font-size: 16px;
     font-weight: 500;
     color: gray;
     margin-bottom: 3rem;
 }

 .rows2 a {
     border: 1px solid #000;
     border-radius: 2rem;
     padding: 1rem 3rem;
     font-size: 16px;
     text-decoration: none;
     color: #000;
 }

 .images_face img:nth-child(2) {
     position: absolute;
     top: 50%;
     right: 0;
     width: 60%;
     transform: translate(45%, -50%);
 }

 /* Services Section */
 .services {
     background-color: #f8ede3;
 }


 .services .section-title {
     font-family: 'Playfair Display', serif;
     font-size: 48px;
     text-align: center;
     margin-bottom: 20px;
     color: #c5705d;
     font-weight: 800;
 }

 .services .section-subtitle {
     text-align: center;
     font-size: 16px;
     color: #000000;
     margin: 0 auto 50px;
     font-weight: 600;
 }

 .services-container {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
     gap: 25px;
 }

 .service-card {
     border-radius: 10px;
     overflow: hidden;
 }


 .service-image {
     height: 200px;
     overflow: hidden;
 }

 .service-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.5s;
     border-radius: 1rem;
 }

 .service-content {
     padding: 30px;
 }

 .service-content h3 {
     font-size: 20px;
     margin-bottom: 15px;
     color: #000;
     text-align: center;
     font-weight: 700;
     font-family: 'Albra Semi Bold';
 }

 .service-content p {
     color: #000000;
     font-size: 16px;
     margin-bottom: 20px;
     line-height: 1.5;
     text-align: justify;
 }

 .service-content p {
     font-size: 14px;
 }

 .content_third p:nth-child(3) {
     font-weight: 700;
     font-size: 14px;
 }

 .content_third p:nth-child(4) {
     font-weight: 700;
     font-family: 'Albra\ Semi\ Bold';
     font-size: 14px;
 }

 .content_third p:nth-child(5) {
     font-weight: 700;
     font-family: 'Albra\ Semi\ Bold';
     font-size: 14px;
 }

 .service-content h6 {
     font-size: 18px;
     margin-bottom: 1rem;
     line-height: 1.5;
 }

 .service-content span {
     border-bottom: 1px solid #000;
     font-style: oblique;
     font-weight: 700;
 }

 .service-link {
     color: #d4a762;
     text-decoration: none;
     font-weight: 600;
     display: inline-flex;
     align-items: center;
 }

 .service-link i {
     margin-left: 5px;
     transition: transform 0.3s;
 }

 .service-link:hover i {
     transform: translateX(5px);
 }

 /* transform */

 #transform {
     background: url('./imgs/transform.jpg');
     background-attachment: fixed;
     background-size: cover;
     background-repeat: no-repeat;
     padding: 150px 0;
 }

 #transform h1 {
     font-family: Baskerville BT Bold Italic;
     font-weight: 500;
     font-size: 3.2rem;
     font-style: oblique;
     color: #fff;
     text-align: center;
 }

 /* Gallery Section */
 .gallery-container {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
     gap: 20px;
 }

 #gallery {
     background: #f8ede3;
 }

 #gallery .section-title {
     font-family: 'Playfair Display', serif;
     font-size: 48px;
     text-align: center;
     margin-bottom: 20px;
     color: #c5705d;
     font-weight: 700;
 }

 #gallery .section-subtitle {
     text-align: center;
     font-size: 16px;
     color: #666;
     margin: 0 auto 50px;
     font-weight: 500;
 }

 .gallery-item {
     border-radius: 10px;
     overflow: hidden;
     min-height: 250px;
     position: relative;
 }

 .gallery-item img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.5s;
 }

 .gallery-item:hover img {
     transform: scale(1.1);
 }

 .gallery-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(42, 92, 61, 0.8);
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     transition: opacity 0.3s;
 }

 .gallery-item:hover .gallery-overlay {
     opacity: 1;
 }

 .gallery-overlay i {
     color: white;
     font-size: 30px;
 }


 /* instagram */
 #instagram {
     background-color: #f8ede3;
 }

 .media-wrapper {
     width: 280px;
 }

 .media-item {
     object-fit: cover;
     height: 280px;
     width: 100%;
 }


 #instagram .section-title {
     font-family: 'Playfair Display', serif;
     font-size: 48px;
     text-align: center;
     margin-bottom: 10px;
     color: #c5705d;
     font-weight: 700;
 }

 #instagram .section-subtitle {
     text-align: center;
     font-size: 18px;
     color: #000000;
     margin: 0 auto 50px;
     font-weight: 500;
 }

 /* Contact Section */
 .contact {
     background-color: #2a5c3d;
     color: white;
 }

 .contact .section-title {
     color: white;
 }

 .contact .section-subtitle {
     color: #ddd;
 }

 .contact-container {
     display: flex;
     gap: 50px;
 }

 .contact-info {
     flex: 1;
 }

 .contact-info-item {
     display: flex;
     align-items: flex-start;
     margin-bottom: 30px;
 }

 .contact-icon {
     background-color: #d4a762;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 20px;
     flex-shrink: 0;
 }

 .contact-icon i {
     font-size: 20px;
 }

 .contact-details h3 {
     font-size: 20px;
     margin-bottom: 5px;
 }

 .contact-details p {
     color: #ddd;
 }

 .contact-form {
     flex: 1;
     background-color: rgba(255, 255, 255, 0.1);
     padding: 30px;
     border-radius: 10px;
 }

 .form-group {
     margin-bottom: 20px;
 }

 .form-group input,
 .form-group textarea {
     width: 100%;
     padding: 12px 15px;
     border: none;
     border-radius: 5px;
     background-color: rgba(255, 255, 255, 0.9);
     font-family: 'Poppins', sans-serif;
     font-size: 14px;
 }

 .form-group textarea {
     height: 150px;
     resize: vertical;
 }

 .submit-btn {
     background-color: #91C13E;
     color: white;
     border: none;
     padding: 15px 40px;
     border-radius: 50px;
     font-weight: 600;
     font-size: 16px;
     cursor: pointer;
     transition: background-color 0.3s;
     width: inherit;
 }

 .submit-btn:hover {
     background-color: #edbf27;
 }

 /* Footer */
 footer {
     background-color: #1a3d27;
     color: white;
     padding: 60px 0 30px;
 }

 .footer-container {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     gap: 40px;
     margin-bottom: 40px;
 }

 .footer-column {
     flex: 1;
     min-width: 250px;
 }

 .footer-column:nth-child(3) {
     margin-top: 2rem;
 }

 .footer-column h3 {
     font-size: 14px;
     margin-bottom: 20px;
     font-family: 'Albra Black Regular';
     font-weight: 600;
     text-transform: uppercase;
 }

 .footer-column p {
     color: #ffffff;
     margin-bottom: 20px;
     font-family: 'Albra Semi Bold';
     font-weight: 400;
 }

 .social-links {
     display: flex;
     gap: 15px;
 }

 .social-links a {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     color: white;
     text-decoration: none;
     transition: background-color 0.3s;
 }

 .social-links a:hover {
     color: #d4a762;
 }

 .footer-links {
     list-style: none;
     padding: 0;
 }

 .footer-container .form-group input {
     outline: none;
     background: #fff;
 }

 .footer-container .form-group {
     margin-bottom: 10px;
 }

 .footer-container .submit-btn {
     background-color: #91C13E;
     color: white;
     border: none;
     padding: 10px 35px;
     border-radius: 50px;
     font-weight: 500;
     font-size: 14px;
     cursor: pointer;
     transition: background-color 0.3s;
     width: inherit;
 }

 .footer-links li {
     margin-bottom: 10px;
 }

 .footer-links a {
     color: #ffffff;
     text-decoration: none;
     transition: color 0.3s;
 }

 .footer-links a:hover {
     color: #d4a762;
 }

 .copyright {
     text-align: center;
     padding-top: 30px;
     border-top: 1px solid rgba(255, 255, 255, 0.1);
     color: #bbb;
     font-size: 14px;
 }


 /* whatsapp float */

 .whatsapp_float {
     position: fixed;
     bottom: 6%;
     right: 2%;
     width: 60px;
     height: 60px;
     background-color: #25D366;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 2.3rem;
 }

 /* Responsive Styles */


 @media (max-width: 1024px) {
     .logo img {
         max-width: 170px;
     }

     .hero-content {
         max-width: 825px;
         padding: 0 20px;
         z-index: 9;
         height: 700px;
         display: flex;
         flex-direction: column;
         align-items: flex-start;
         justify-content: center;
         margin-right: auto;
         text-align: left;
         margin-left: 3rem;
     }

     .form-container {
         background: #f8ede3;
         border-radius: 1.5rem;
         position: absolute;
         top: -10%;
         right: -3%;
         width: 50%;
         padding: 32px;
     }

     .rows1 h2 {
         font-family: 'Albra Black Regular';
         font-weight: 700;
         font-size: 45px;
     }

     .rows1 {
         justify-content: space-between;
         margin-bottom: 5rem;
     }

     .rows2 h2 {
         font-family: 'Albra Black Regular';
         font-weight: 700;
         font-size: 40px;
     }

     #transform {
         padding: 90px 0;
     }

     #transform h1 {
         font-family: Baskerville BT Bold Italic;
         font-weight: 500;
         font-size: 2.5rem;
         font-style: oblique;
         color: #fff;
         text-align: center;
     }

     .gallery-container {
         display: grid;
         grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
         gap: 20px;
     }

     .footer-column {
         flex: 1;
         min-width: 170px;
     }

     .footer-container .submit-btn {
         background-color: #91C13E;
         color: white;
         border: none;
         padding: 10px 24px;
         border-radius: 50px;
         font-weight: 500;
         font-size: 14px;
         cursor: pointer;
         transition: background-color 0.3s;
         width: inherit;
     }
 }


 @media (max-width: 992px) {
     .about-content {
         flex-direction: column;
     }

     .contact-container {
         flex-direction: column;
     }
 }

 @media screen and (max-width: 768px) {
     .nav-links {
         display: none;
         position: absolute;
         top: 100%;
         left: 0;
         width: 100%;
         background-color: white;
         flex-direction: column;
         padding: 20px;
         box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
     }

     .nav-links.active {
         display: flex;
     }

     .nav-links li {
         margin: 10px 0;
         width: auto;
         margin-left: auto;
     }

     .nav-links li:nth-child(3) {
         margin-left: auto;
     }

     .hero-content {
         max-width: 570px;
         padding: 0 20px;
         z-index: 9;
         height: 395px;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         margin-right: auto;
         text-align: center;
         margin-left: unset;
         margin: auto;
         margin-top: 4rem;
     }

     .mobile-menu-btn {
         display: block;
     }

     .hero h1 {
         font-size: 32px;
     }

     .hero p {
         font-size: 14px;
     }

     .section {
         padding: 70px 0;
     }

     .form-container {
         background: #f8ede3;
         border-radius: 1.5rem;
         position: static;
         top: -10%;
         right: -3%;
         width: 100%;
         padding: 32px;
         opacity: 0.9;
         margin-top: 1rem;
     }

     .images_face img:nth-child(2) {
         position: static;
         top: 50%;
         right: 0;
         width: 60%;
         transform: translate(45%, -50%);
     }

     .about_wellness {
         margin-top: -9rem;
     }


     /* .order_down {
         order: 0;
     }

     .order_up {
         order: 1;
         margin-bottom: 1rem;
     } */

     .submit-btn {
         background-color: #91C13E;
         color: white;
         border: none;
         padding: 15px 25px;
         border-radius: 50px;
         font-weight: 500;
         font-size: 12px;
         cursor: pointer;
         transition: background-color 0.3s;
         width: inherit;
     }

     .rows1 h2 {
         font-family: 'Albra Black Regular';
         font-weight: 700;
         font-size: 34px;
     }

     .rows2 h2 {
         font-family: 'Albra Black Regular';
         font-weight: 700;
         font-size: 36px;
     }

     .rows1 p {
         font-size: 14px;
         font-weight: 500;
         color: gray;
     }

     .rows2 p {
         font-size: 14px;
         font-weight: 500;
         color: gray;
         margin-bottom: 2rem;
     }

     .rows2 a {
         border: 1px solid #000;
         border-radius: 2rem;
         padding: 1rem 2rem;
         font-size: 14px;
         text-decoration: none;
         color: #000;
     }

     .services .section-subtitle {
         text-align: center;
         font-size: 14px;
         color: #000000;
         margin: 0 auto 40px;
         font-weight: 600;
     }

     #transform h1 {
         font-family: Baskerville BT Bold Italic;
         font-weight: 500;
         font-size: 2rem;
         font-style: oblique;
         color: #fff;
         text-align: center;
     }

     #gallery .section-title {
         font-family: 'Playfair Display', serif;
         font-size: 36px;
         text-align: center;
         margin-bottom: 20px;
         color: #c5705d;
         font-weight: 700;
     }

     #gallery .section-subtitle {
         text-align: center;
         font-size: 14px;
         color: #666;
         margin: 0 auto 50px;
         font-weight: 500;
     }

     .gallery-container {
         display: grid;
         grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
         gap: 15px;
     }

     #instagram .section-title {
         font-family: 'Playfair Display', serif;
         font-size: 40px;
         text-align: center;
         margin-bottom: 10px;
         color: #c5705d;
         font-weight: 700;
     }

     .footer-column:nth-child(4) {
         flex: 1;
         min-width: 265px;
     }

     .logo img {
         max-width: 130px;
     }
 }


 @media screen and (max-width: 450px) {

     .hero h1 {
         font-size: 28px;
     }

     .hero p {
         font-size: 12px;
     }

     .cta-button {
         padding: .5rem 2rem;
         font-size: 13px;
     }

     .section-title {
         font-size: 36px;
         text-align: center;
     }

     .section-subtitle {
         text-align: left;
         font-size: 14px;
         color: #666;
         margin: 0 auto 30px;
         text-align: center;
     }

     .rows1 h2 {
         font-family: 'Albra Black Regular';
         font-weight: 700;
         font-size: 28px;
         text-align: center;
     }

     .rows1 p {
         font-size: 14px;
         font-weight: 500;
         color: gray;
         text-align: center;
     }

     .rows1 {
         justify-content: space-between;
         margin-bottom: 2rem;
     }

     .rows2 h2 {
         font-family: 'Albra Black Regular';
         font-weight: 700;
         font-size: 33px;
         text-align: center;
         margin-top: - 6rem;
     }

     .rows2 p {
         font-size: 14px;
         font-weight: 500;
         color: gray;
         margin-bottom: 2rem;
         text-align: center;
     }

     .rows2 .col-lg-4 {
         text-align: center;
     }

     .about_wellness {
         margin-top: -6rem;
     }

     .whatsapp_float {
         position: fixed;
         bottom: 6%;
         right: 6%;
         width: 60px;
         height: 60px;
         background-color: #25D366;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         color: #fff;
         font-size: 2.3rem;
     }

     .services .section-title {
         font-family: 'Playfair Display', serif;
         font-size: 36px;
         text-align: center;
         margin-bottom: 15px;
         color: #c5705d;
         font-weight: 800;
     }

     .services .section-subtitle {
         text-align: center;
         font-size: 13px;
         color: #000000;
         margin: 0 auto 40px;
         font-weight: 600;
     }

     .service-content {
         padding: 20px;
     }

     #transform {
         padding: 75px 0;
     }

     #transform h1 {
         font-family: Baskerville BT Bold Italic;
         font-weight: 500;
         font-size: 1.75rem;
         font-style: oblique;
         color: #fff;
         text-align: center;
     }

     #gallery .section-title {
         font-family: 'Playfair Display', serif;
         font-size: 32px;
         text-align: center;
         margin-bottom: 16px;
         color: #c5705d;
         font-weight: 700;
     }

     #gallery .section-subtitle {
         text-align: center;
         font-size: 13px;
         color: #666;
         margin: 0 auto 35px;
         font-weight: 500;
     }

     #gallery .section-subtitle {
         text-align: center;
         font-size: 13px;
         color: #666;
         margin: 0 auto 35px;
         font-weight: 500;
     }

     .footer-column:nth-child(1) img {
         width: 225px;
     }

     .footer-column:nth-child(2) {
         margin-top: 0rem;
         order: 2;
     }

     .footer-column:nth-child(3) {
         margin-top: 0rem;
         order: 0;
     }

     .footer-column:nth-child(4) {
         margin-top: 0rem;
         order: 1;
     }

     .footer-column {
         flex: 1;
         min-width: 170px;
         text-align: center;
     }

     .social-links {
         display: flex;
         gap: 15px;
         align-items: center;
         justify-content: center;
     }

     .form-container {
         background: #f8ede3;
         border-radius: 1.5rem;
         position: static;
         top: -10%;
         right: -3%;
         width: 100%;
         padding: 30px;
         opacity: 1;
         margin-top: 1rem;
     }

     .images_face img:nth-of-type(2) {
         position: static;
         top: 50%;
         right: 29%;
         width: 60%;
         transform: translate(30%, -50%);
     }
 }