 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 body {
     font-family: Arial, sans-serif;

 }

 p{
     line-height: 30px !important;
   
 }

 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 300 !important;
    letter-spacing: 1px !important;
 }


 html,
 body {
     height: 100%;
     margin: 0;
     scroll-behavior: auto !important;
     /* disable default smooth scroll */
 }


 header {
     position: fixed;
     /* makes it stick while scrolling */
     top: 0;
     left: 0;
     width: 100%;
     padding: 6px 40px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     background: #fff;
     /* background so content doesn't overlap */
     border-bottom: 1px solid #eee;
     z-index: 1000;
     /* keeps it above other content */
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
     /* subtle shadow */
     scroll-behavior: smooth;
 }



 header {
     width: 100%;
     padding: 6px 40px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     background: #fff;
     border-bottom: 1px solid #eee;
     scroll-behavior: smooth;
 }

 .nav-left,
 .nav-right {
     display: flex;
     align-items: center;
     gap: 43px;
 }

 .nav-left a,
 .nav-right a {
     text-decoration: none;
     color: #333;
     font-size: 18px;
     transition: color 0.3s;
 }

 .nav-left a:hover,
 .nav-right a:hover {
     color: #0d47a1;
 }

 .logo {
     font-size: 22px;
     font-weight: bold;
     text-align: center;
     width: 150px;

     img {
         width: 100%;
     }
 }

 .logo span {
     color: #0d47a1;
     /* PURVA in blue */
 }

 /* Mobile Menu */
 .menu-toggle {
     display: none;
     font-size: 26px;
     cursor: pointer;
 }

 .mobile-menu{
    display: none !important;
 }

 @media (max-width: 992px) {
     header {
         padding: 15px 20px;
     }

     .mobile-menu{
    display: flex !important;
 }

     .desktop-menu{
        display: none;
     }

     .ammi-img {
         width: 100% !important;
     }

     .nav-left,
     .nav-right {
         display: none;
         position: absolute;
         top: 98px;
         left: 0;
         width: 100%;
         flex-direction: column;
         background: #fff;
         border-top: 1px solid #eee;
         padding: 20px 0;
     }

     .nav-left.active,
     .nav-right.active {
         display: flex;
     }

     .menu-toggle {
         display: block;
     }
 
 }

 .menu-banner {
     width: 100%;
     margin-top: 80px;
 }

 .banner-img {
     width: 100%;
     height: auto;
     display: block;
 }

 @media (max-width: 992px) {
     .desktop-ban {
         display: none !important;
     }

     .menu-banner {
         margin-top: 100px !important;
     }

     .nav-left,
     .nav-right {
         gap: 20px;
     }

      .info-section{
         flex-direction: column !important;
         flex-wrap: nowrap !important;
     }

     .footer-col {
    img {
       
        width: 58%  !important;
    }
}
 }

 @media (min-width: 992px) {
     .mobile-ban {
         display: none !important;
     }

    
 }


 .info-section {
     display: grid;
     grid-template-columns: repeat(5, 1fr);
     gap: 20px;
     background: #e6e6e6;
     padding: 30px 10%;
     text-align: center;
 }

 .info-box h3 {
     font-size: 18px;
     font-weight: 400;
     margin-bottom: 6px;
     color: #000;
 }

 .info-box p {
     font-size: 16px;
     color: #797979;
     margin: 0;
 }

 /* Responsive */
 @media (max-width: 992px) {
     .info-section {
         grid-template-columns: repeat(2, 1fr);
         gap: 25px;
         padding: 20px;
     }
 }

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


 .about-section {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 40px;
     /* padding: 60px 10%; */
     flex-wrap: wrap;
 }

 .about-text {
     flex: 1;
     min-width: 300px;
 }

 .about-text h2 {
     font-size: 28px;
     color: #2d3e50;
     margin-bottom: 10px;
 }

 .about-text .sub-title {
     color: #6782a6;
     font-size: 18px;
     margin: 0;
 }

 .about-text .highlight {
  font-size: 30px;
    font-weight: 300;
    color: #2c4d8f;
    margin: 5px 0 15px;
 }

 .about-text p {
     font-size: 18px;
     color: #444444;
     margin-bottom: 15px;
    line-height: 32px !important;
 }

 .about-text a {
     color: #2c4d8f;
     text-decoration: none;
 }

 .btn-brochure {
     display: inline-flex;
     align-items: center;
     gap: 0px;
     background: #1d3c6a;
     color: #fff;
     padding: 12px 20px;
     border-radius: 30px;
     text-decoration: none;
     font-size: 15px;
     font-weight: 500;
     transition: 0.3s ease;
 }

 .btn-brochure span {
     font-size: 16px;
    font-weight: 400;
 }

 .btn-brochure:hover {
     background: #0f2a4b;
 }

 .about-video {
     flex: 1;
     min-width: 320px;
     text-align: center;
 }

 .about-video iframe {
     border-radius: 10px;
     box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
 }

 .video-caption {
     font-size: 15px;
     color: #777;
     margin-top: 10px;
     text-align: center;
 }

 /* Responsive */
 @media (max-width: 768px) {
     .about-section {
         flex-direction: column;
         /* padding: 40px 20px; */
     }
 }


 .about-section {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     gap: 40px;
     /* padding: 60px 10%; */
     position: relative;
     flex-wrap: wrap;
 }

 .about-text {
     flex: 1;
     min-width: 300px;
 }

 .about-text h2 {
     font-size: 28px;
     color: #2d3e50;
     margin-bottom: 10px;
 }

 .about-text .sub-title {
     color: #999;
     font-size: 18px;
     margin: 0;
 }

 

 .about-text a {
     color: #2c4d8f;
     text-decoration: none;
 }

 /* Video */
 .about-video {
     flex: 1;
     min-width: 320px;
     text-align: center;
 }

 .video-frame {
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
 }

 .video-caption {
     font-size: 15px;
     color: #777;
     margin-top: 10px;
 }


 /* Responsive */
 @media (max-width: 768px) {
     .about-section {
         flex-direction: column;
         /* padding: 40px 20px; */
     }

     .about-text .highlight{
             font-size: 24px !important;
     }

     
 .section-title h2{
    font-size: 26px !important;
 }

 }

 .section-p {
     padding: 50px 0;
 }

 .section-title {
     text-align: center;
     margin-bottom: 40px;

     h2 {
     font-size: 34px;
         font-weight: 300 !important;
         color: #2c4d8f;
         margin: 5px 0 15px;
         
     }
 }



 /* Thumbnail container */
 .video-thumbnail {
     position: relative;
     display: inline-block;

 }

 .video-thumbnail img {
     width: 100%;
     max-width: 100%;
     border-radius: 10px;
     box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
 }

 /* Play button overlay */
 .play-button {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     font-size: 60px;
     color: white;
     opacity: 0.8;
     text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
 }

 /* Caption */
 .video-caption {
     margin-top: 10px;
     font-size: 18px;
     color: #666;
 }

 /* Modal styles */
 .modal {
     display: none;
     position: fixed;
     z-index: 1000;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.9);
 }

 .modal-content {
     position: relative;
     margin: 5% auto;
     width: 80%;
     max-width: 800px;
 }

 .modal-content iframe {
     width: 100%;
     height: 450px;
     border-radius: 10px;
 }

 .close {
     position: absolute;
     top: -40px;
     right: -10px;
     color: #fff;
     font-size: 35px;
     font-weight: bold;
     cursor: pointer;
 }

 .close:hover {
     color: red;
 }



 .btn-brochure {
     display: inline-flex;
     align-items: center;
     justify-content: space-between;
     background: #1d3c6a;
     color: #fff;
     padding: 12px 22px;
     border-radius: 50px;
     text-decoration: none;
     font-size: 15px;
     font-weight: 500;
     transition: background 0.3s ease;
     overflow: hidden;
 }

 .btn-brochure span {
     display: flex;
     align-items: center;
     color: #fff;
 }

 .btn-brochure .icon {
     background: #fff;
     color: #1d3c6a;
     width: 28px;
     height: 28px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     margin-left: 10px;
     font-size: 14px;
 }

 .btn-brochure:hover {
     background: #0f2a4b;
 }


 

 




 .swiper {
     width: 100%;
     max-width: 100%;
     padding-bottom: 50px;
 }

 .swiper-slide {
     display: flex;
     justify-content: center;
 }

 .card {
     background: #fff;
     border: 4px solid #19407d !important;
     border-radius: 10px;
     width: 100%;
     padding: 20px;
     text-align: center;
     box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
     justify-content: center;
     align-items: center;
     border-bottom-width: 40px !important;
 }

 

 .card h3 {
     font-size: 20px;
     margin-bottom: 10px;
     color: #444;
 }

 .card p {
     font-size: 20px;
    font-weight: 500;
    margin: 0 0 8px;
    color: #494949;
 }

 .color-box {
     width: 120px;
     height: 20px;
     margin: 0 auto 20px;
     border-radius: 4px;
 }

 .btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     background: #0a2e67;
     color: #fff;
     border: none;
     border-radius: 30px;
     padding: 10px 20px;
     font-size: 15px;
     font-weight: bold;
     cursor: pointer;
     text-decoration: none;
 }

 .btn i {
     margin-left: 8px;
     background: #fff;
     color: #0a2e67;
     /* padding: 5px; */
     border-radius: 50%;
     width: 25px;
     height: 25px;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 /* Swiper nav buttons */
 .swiper-button-next,
 .swiper-button-prev {
     color: #0a2e67;
 }


 .arrow-btns {
     position: absolute;
     bottom: 10px;
     left: 50%;
     transform: translateX(-50%);
     display: flex;
     gap: 10px;
     z-index: 10;
 }

 .arrow-btns .swiper-button-next,
 .arrow-btns .swiper-button-prev {
     position: static;
     width: 40px;
     height: 40px;
     border-radius: 4px;
        background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 16px;
 }

 .arrow-btns .swiper-button-next::after,
 .arrow-btns .swiper-button-prev::after {
     font-size: 18px;
     font-weight: bold;
     rotate: 180deg;
 }

 .swiper {
      padding-bottom: 100px !important;
 }



 /* Modal Background */
 .modalBox_x9a3 {
     display: none;
     position: fixed;
     z-index: 1000;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
 }

 /* Modal Box */
 .modalContent_p8t7 {
     background: #fff;
     margin: 10% auto;
     padding: 20px;
     border-radius: 10px;
     width: 475px;
     text-align: center;
     display: flex;
     flex-direction: column;
     gap: 15px;
     position: relative;
 }
 @media (max-width: 768px) {
    .modalContent_p8t7 {
        width: 90%;
    }
}
 /* Close Button */
 .closeBtn_r21 {
     float: right;
     font-size: 20px;
     cursor: pointer;
     position: absolute;
     right: 20px;
     color: red;
     font-size: 23px;
     border: 1px solid red;
     /* padding: 5px; */
     border-radius: 50%;
     width: 26px;
     height: 26px;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 /* Inputs */
 form input,
 form select,
 form button {
     width: 100%;
     padding: 10px;
     margin: 10px 0;
     border-radius: 6px;
     border: 1px solid #ddd;
 }

 /* Submit */
 form button {
     background: #0a2e67;
     color: white;
     cursor: pointer;
     border: none;
     font-size: 20px !important;
 }


 .term-condtion {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 10px;

     input {
         width: auto !important;
     }

     span {
         width: auto !important;
     }
 }







 .accordion {
     width: 100%;
     border-radius: 6px;
 }

 .accordion-item {
     border-bottom: 1px solid #ddd;
 }

 .accordion-header {
     width: 100%;
     background: none;
     border: none;
     outline: none;
     text-align: left;
     padding: 15px 0;
     font-size: 16px;
     font-weight: 600;
     cursor: pointer;
     position: relative;
 }
 

.accordion-header::after {
    content: '\f078'; /* fa-chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    transition: transform 0.3s;
}

.accordion-header.active::after {
    content: '\f077'; /* fa-chevron-up */
}

 .accordion-content {
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.4s ease;
     padding: 0 15px;
 }

 .accordion-content ul {
     margin: 10px 0;
     padding: 0 0 10px 20px;

     li {
         margin-bottom: 10px;
     }
 }




 .img-gallery {
     background: #fff;
     border-radius: 10px;
     width: 387px;

     img {
         border-radius: 15px;
         width: 100%;
         height: 400px;
     }
 }


 .btn-center {
     display: flex;
     justify-content: center;
     margin: 35px 0;
 }



 .contact-form {
     border: 1px solid gray;
     border-radius: 15px;

     .modalContent_p8t7 {
         margin: 0;
         border-radius: 15px;
         background: aliceblue;
         width: 100%;
     }
 }

 .contact-section {
     align-items: center;
     gap: 10px !important;

     img {
         width: 100%;
         border-radius: 15px;
         height: 100%
     }
 }



 .cta-section {
     background: #e9e9e9;
     /* light gray like in your screenshot */
     padding: 60px 20px;
     text-align: center;
 }

 .cta-section .container {
     max-width: 900px;
     margin: 0 auto;
 }

 .cta-section h2 {
     font-size: 28px;
     font-weight: 600;
     color: #2d4373;
     /* dark blue tone */
     margin-bottom: 20px;
 }

 .cta-section p {
     font-size: 16px;
     color: #333;
     line-height: 1.8;
     margin-bottom: 15px;
 }

 .cta-btn {
     display: inline-block;
     background: #1e3a8a;
     /* blue button */
     color: #fff;
     padding: 12px 25px;
     border-radius: 30px;
     font-weight: 600;
     text-decoration: none;
     transition: 0.3s;
     border: 1px solid #999;
 }

 .cta-btn span {
     margin-left: 8px;
 }

 .cta-btn:hover {
     background: #102752;
     /* darker blue on hover */
 }



.footer {
    background: #ffffff; /* dark blue */
    color: #fff;
    padding: 50px 20px 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-col h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

.footer-col h4 {
    font-size: 14px;
    margin: 10px 0;
    font-weight: bold;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.footer-col ul li {
    margin: 12px 0;
}

.footer-col ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #ffd700; /* gold highlight */
}

.footer-col p {
    font-size: 16px;
    margin: 12px 0;
    line-height: 1.5;
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #000;
}

.social-icons a {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 30px;
        color: #000000;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #ffd700;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    border-top: 1px solid rgb(59 59 61);
    padding-top: 15px;

    p{
        color: #000;
    }
    
}

.footer-bottom a {
     color: #000;
    margin: 0 8px;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #ffd700;
}

 

@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr !important; /* stack in 1 column */
         
    }

    .footer-col {
        margin-bottom: 20px;
    }

    .footer-col p {
              display: flex;
        align-items: baseline;
        gap: 10px;
    }

    .social-icons {
        justify-content: center;
    }
}


 
 /* Responsive */
 @media (max-width: 900px) {
     .footer-container {
         grid-template-columns: 1fr 1fr;
     }

     .contact-section {
         img {
             width: 100% !important;
         }

         .modalContent_p8t7 {
             width: 100% !important;
         }
     }

     .card {
         width: 100% !important;
     }

     .img-gallery {
         width: 334px !important;

         img {
             width: 100%;
             height: 100% !important;
         }
     }

     .swiper {
         padding: 0px 20px;
     }


     .video-thumbnail img {
         margin-top: 30px;
     }

     .section-space {
         padding: 50px 20px !important;
     }
 }


 .footer-col {
     img {
         /* filter: brightness(0) invert(1); */
         width: 68%;
     }

     .social-title {
         margin-top: 12px;
     }
 }







 /* Vertical Book Now Button */
 .book-btn {
     position: fixed;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
     background: #2f2f83;
     color: #fff;
     padding: 25px 8px;
     font-size: 16px;
     font-weight: bold;
     cursor: pointer;
     border-radius: 8px 0 0 8px;
     writing-mode: sideways-lr;
     text-orientation: mixed;
     transition: background 0.3s;
     z-index: 1000;
 }

 .book-btn:hover {
     background: #2f2f83;
 }

 /* Side Form */
 .side-form {
     position: fixed;
     top: 20%;
     right: -350px;
     /* hidden initially */
     width: 350px;
     max-height: fit-content;
     background: #fff;
     box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
     padding: 30px;
     transition: right 0.4s ease;
     z-index: 999999;
     border-radius: 15px 0px 0px 15px;
 }

 .side-form.active {
     right: 0;
 }

 .side-form h2 {
     margin-top: 0;
     font-size: 22px;
     text-align: center;
 }

 .side-form input,
 .side-form textarea,
 .side-form button {
     width: 100%;
     margin: 10px 0;
     padding: 10px;
     border-radius: 5px;
     border: 1px solid #ccc;
     font-size: 15px;
 }

 .side-form button {
     background: #2f2f83;
     color: #fff;
     border: none;
     font-weight: bold;
     cursor: pointer;
 }

 .side-form button:hover {
     background: #2f2f83;
 }

 /* Close button */
 .close-btn {
     position: absolute;
     top: 12px;
     right: 15px;
     font-size: 20px;
     cursor: pointer;
     color: #ff0000;
     border: 2px solid red;
     border-radius: 50%;
     width: 30px;
     height: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
 }





 .ammi-box {
     /* display: flex; */
     flex-wrap: wrap;
     gap: 8px;

     .ammi-img {
         width: 100%;
         padding: 0px;
         border: 1px solid #d4d4d4;
         border-radius: 15px;
         margin-bottom: 20px;
         background: #fcfeff;

         img {
             width: 100%;
             border-radius: 15px;
             height: 265px;
         }

         h1 {
             text-align: center;
             margin-top: 10px;
             padding: 20px;
         }
     }
 }


 .ammi-img {
     height: 100% !important;
 }

 /* .amm-section {
     margin-left: 370px;
 } */


 /* .amm-section .arrow-btns {
     left: 4%;
 } */


 .btn-plot {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     background: #19407d;
     color: #fff;
     border: none;
     border-radius: 30px;
    padding: 10px 10px;
     font-size: 15px;
  
     cursor: pointer;
     text-decoration: none;
     max-width: fit-content;
         font-weight: 500;
 }


 .cta-contact .modalContent_p8t7 {
     max-width: 540px !important;
     border: 1px solid gray;
     backdrop-filter: blur(4px) !important;
     background-color: #ffffff26 !important;
     gap: 0 !important;

     h2 {
         color: #fff !important;
     }
 }

 .cta-contact .contact-form {
     border: 0 !important;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .cta-contact {
     padding: 85px 0;
     background: url(assets/img/amm/Booking-Page-Background.jpg);
     background-size: cover;
     background-repeat: no-repeat;
 }


 .section-space {
     padding: 90px 0;
 }