.carousel img {
  margin-top: 5rem;
}
#amenities h2, #plans h2, #location h2, #gallery h2,#galleryy h2, #map h2 {
  font-size: 2.5rem !important;
  margin-bottom: 1.5rem !important;

}
section { scroll-margin-top: 100px; padding-top: 60px; }


p {
  font-size: 17px !important;
  line-height: 1.7rem !important;
}
.row_padding {
  padding: 2rem 0 !important;
}
.rowbox_padding {
  padding: 4rem 0 !important;
}
.HeadingH1 {
  font-size: 27px !important;
  margin-bottom: 1rem !important;
}
.remFlx {
  white-space: nowrap;
  overflow: unset;
  text-overflow: ellipsis;
  margin: 0;
  padding-left: 8px;
}
.loadData {
  margin-bottom: 1.4rem;
}
.plan-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
    justify-content: space-between;
  }

  .plan-image {
    flex: 1 1 40%;
    padding: 1rem;
    text-align: center;
    border: 3px solid #0F4988;
    border-radius: 6px;
    margin-bottom: 1rem;
  }

  .plan-image img {
    max-width: 100%;
    height: auto;
  }

  .plan-label {
    font-weight: bold;
    margin-top: 0.75rem;
    font-size: 1.1rem;
    text-align: center !important;
  }

  .plan-table {
    flex: 1 45%;
    width: 100%;
    padding: 1rem;
  }

  .plan-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: "futura-medium";
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .plan-table th {
    background-color: #0F4988;
    color: #fff;
    text-align: center;
    padding: 14px;
    font-size: 1rem;
    font-weight: 600;
  }

  .plan-table td {
    padding: 14px;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: middle;
  }

  .plan-table tr {
    transition: background-color 0.3s ease;
    cursor: pointer;
    height: 4rem;
  }

  .plan-table tr:hover {
    background-color: #f1f7fa;
  }

  .plan-table button {
    background-color: #0F4988;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }

  .plan-table button:hover {
    background-color: #08414c;
  }
 .location-section {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Segoe UI', sans-serif;
  }

  .map-side {
    flex: 1 1 48%;
    min-width: 300px;
  }

  .map-side img {
    width: 80%;
  }

  .accordion-side {
    flex: 1 1 48%;
    min-width: 300px;
  }

  .accordion {
    background: #ffffff;
    color: #333;
    margin-bottom: 12px;
    border-radius: 8px;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
  }

  .accordion:hover {
    background-color: #f7fafa;
  }

  .accordion i {
    transition: transform 0.3s ease;
    color: #0F4988;
  }

  .accordion.active i {
    transform: rotate(45deg);
  }
  

  .panel {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-left: 4px solid #003366;
    border-radius: 0 0 8px 8px;
    padding: 0 20px;
    margin-bottom: 1rem;
    transition: max-height 0.4s ease;
  }

  .panel p {
    margin: 0;
    padding: 12px 0;
    font-size: 15px;
    color: #444;
    border-bottom: 1px dashed #ddd;
  }
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    font-size: 21px;
    color: #003366;
}

  .panel p:last-child {
    border-bottom: none;
  }
  .adarsh-footer {
    background-color: #0e0e0e;
    color: #d0d0d0;
    font-size: 14px;
    padding: 30px 20px;
    border-top: 2px solid #cfa85e;
  }

  .footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
  }

  .footer-line {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
  }

  .footer-line a {
    color: #bfbfbf;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
  }

  .footer-line a:hover {
    color: #000000;
  }

  .footer-line span.separator {
    color: #666;
  }

  .footer-line .powered {
    font-weight: 600;
    color: #bfbfbf;

  }
.powered a{
    color: #cfa85e;

}
.powered a:hover{
    color: #cfa85e;

}
 .mobile_view{
        display: none !important;
    }
    .desktop_view{
        display: block !important;
    }
  @media (max-width: 600px) {
    .footer-line {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .footer-container{
        justify-content: space-evenly !important;
    }
  }
  .call-to-action1 {
    display: none;
  }
  /* Responsive */
  @media (max-width: 768px) {
    .call-to-action1 {
    position: fixed;
    width: 100%;
    padding: 0 !important;
    margin: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    text-align: center;
    display: block !important;
    background: #003366;
}
.call-to-action1 .col-6 {
    float: right;
    width: 50% !important;
}
.call-to-action1 p {
    font-size: 17px;
    margin-bottom: 0px;
    padding: 10px;
    background: #003366;
    color: #fff;
}
        .chat-screen .chat-body {
        min-height: 300px !important;
        max-height: 300px !important;
    }
    .textImgGrid .textImgDiv .textDiv .ContentText .headingH1{
        text-align: left;
    }
    .remFlx {
    white-space: unset !important;
    }
 
    .mobile_view{
        display: block !important;
    }
    .desktop_view{
        display: none !important;
    }
    .rowbox_padding {
    padding: 2rem 0 !important;
}
/* .mobile-left{
        margin-left: -25px !important;
} */
/* .mb_minus_mob{
    margin-top: -4rem !important;
} */
.mob-text{
    padding: 0 10px !important;
}
p {
    font-size: 18px !important;
    line-height: 1.7rem !important;
    text-align: left !important;
}
.map-side img{
    width: 100%;
}
    .text-alt{
        padding-right: 0 !important;
    }
    .row {
      flex-direction: column;
    }

    .plan-image, .plan-table {
      max-width: 100%;
    }
  }

@media screen and (max-width: 768px) {
  .carousel img {
    margin-top: 4rem;
  }
  .enquireFormmob {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px; /* Optional: adds space between icon and text */
}

}
@media (min-width: 992px) {
  .head-div {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }

  .linksUl li a {
    padding: 10px 15px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
  }

  .enquireBtn a {
    font-weight: 600;
    display: flex;
    font-size: 19px;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #000;
  }

  .enquireBtn img {
    width: 20px;
    height: 20px;
  }
}

/* Mobile Nav Panel */
.burgerMenu {
  position: fixed; /* or sticky */
  top: 0px;
    right: 2px;
  z-index: 1001;
}

.mobile-nav {
  position: fixed;
  top: 75px; /* below the header */
  right: 0;
  background: #fff;
  width: 100%;
  display: none;
  padding-bottom: 1rem;
  z-index: 1000;
}

.mobile-nav.open {
  display: block !important;
}

.mobile-nav ul li {
  padding: 12px 20px;
  text-align: center;
}

.mobile-nav ul li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

/* Animate burger */
.burgerMenu.active span:nth-child(1) {
  transform: rotate(45deg) translateY(6px);
}
.burgerMenu.active span:nth-child(2) {
  opacity: 0;
}
.burgerMenu.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px);
}
/* By default Swiper acts like grid on desktop */
@media (min-width: 768px) {
  .responsiveGallerySlider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .responsiveGallerySlider .swiper-slide {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }

  .responsiveGallerySlider .swiper-pagination {
    display: none;
  }
}

/* Swiper style only active on mobile */
@media (max-width: 767px) {
  .responsiveGallerySlider .swiper-wrapper {
    display: flex;
  }

  .responsiveGallerySlider .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .responsiveGallerySlider .swiper-pagination {
    display: block;
  }
}
.styled-plan-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
}

.styled-plan-table th,
.styled-plan-table td {
  padding: 20px 16px;
  text-align: center;
  border: 1px solid #ddd;
}

.styled-plan-table thead {
  background-color: #f4f4f4;
  font-weight: 600;
}

.styled-plan-table tbody tr:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

/* Master Plan Row */
.master-plan-row {
  background-color: #dddddd4c;
  font-weight: bold;
  color: #000;
  transition: all 0.3s ease;
}

.master-plan-row:hover {
  background-color: #F6F6F6;
  transform: scale(1.01);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .listDiv {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .textListDiv .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .loadData ul {
    padding-left: 0;
  }

  .loadData li {
    margin-bottom: 15px;
  }

  .loadData li div {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .loadData img {
    width: 24px;
    height: 24px;
  }

  .remFlx {
    margin: 0;
    font-size: 14px;
  }
}

.is-close-bt{
    display:none !important;
}
.fancybox__content button{
    display: none !important;
}
