/* =========================
   Fixed Animated Header
========================= */

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-image: url(../../assets/images/track-bg.webp);
    background-size: 100%;
    background-position: 0px 36em;
    background-repeat: no-repeat;
}

img {
    height: auto;
}

a {
    text-decoration: none;
}

/* Header base */
.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 5px 0;
    transition: all 0.3s ease-in-out;
    background-color: rgb(21 132 163 / 73%);
}

/* On scroll */
.main-header.scrolled {
  background: linear-gradient(90.09deg, #08B1A3 -34.03%, #2354A2 112.03%);
  padding: 0px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Logo */
.navbar-brand img {
  width: 160px;
  height: auto;
  transition: all 0.3s ease;
}

/* Logo shrink on scroll */
.main-header.scrolled .navbar-brand img {
  width: 130px;
}





/* =========================
   HAMBURGER BUTTON
========================= */
.menu-toggle {
  width: 40px;
  height: 30px;
  background: none;
  border: none;
  position: relative;
  z-index: 1200;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  margin: 6px 0;
  transition: all 0.4s ease;
}

.menu-toggle.active span {
  background: #fff;
}

/* Hamburger → X */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* =========================
   FULLSCREEN MENU
========================= */
.fullscreen-menu {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 61%);
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreen-menu.collapse:not(.show) {
  display: none;
}

/* =========================
   CLOSE BUTTON
========================= */
.menu-close {
  position: absolute;
  top: 25px;
  right: 30px;
  background: none;
  border: none;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}

.menu-close:hover {
  color: #f4c430;
}

/* =========================
   MENU ITEMS
========================= */
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu-list li {
  margin: 20px 0;
}

.menu-list a {
  font-size: 28px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-list a:hover {
  color: #f4c430;
}
/*.menu-list a.active {
  color: #f4c430;
  font-weight: 600;
}*/





/* Hero Video Section */
    .hero-video {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-QR-code {
    position: absolute;
    z-index: 9;
    bottom: 3%;
    right: 15px;
    margin: 0;
}

.hero-QR-code.two {
    bottom: 2%;
}

.hero-video .video-bg {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    object-fit: cover;
    z-index: 1;
    height: 55.9vw;
}
.hero-video iframe {
  width: 100%;
  height: 100%;
  pointer-events: none; /* prevents clicks */
}


.hero-video .video-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  position: relative;
  background: rgba(0, 0, 0, 0.35);
}

.hero-video .video-overlay h1,
.hero-video .video-overlay p {
  color: #fff;
}

.hero-video .btn {
  z-index: 3;
}
.hero-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(233, 102, 73, 0.72);
    width: 62%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 10px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}



.section-padding {
    padding: 6em 0;
}
h2.section-title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 27px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 3px;
}

h2.section-title:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(244, 138, 103, 1);
    bottom: -7px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
}


ul#desktop_contact_nav {
    margin-left: auto;
    padding-right: 25px;
    margin-bottom: 0;
}

ul#desktop_contact_nav li a {
    background-color: #ffd44f;
    margin-left: 17px;
    text-decoration: none;
    padding: 8px 20px;
    display: block;
    color: #000;
    transition: 1s;
    border-radius: 18px;
}

ul#desktop_contact_nav li a:hover {
    background-color: #fff;
}


/* Main Form */
.enquire-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right bottom;
    background: #0d6efd;
    color: #fff;
    padding: 12px 22px;
    border: none;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    z-index: 1050;
}



form .mb-3 {
    position: relative;
}

.main-form {
    position: absolute;
    top: 25%;
    right: 2%;
    z-index: 99;
    padding: 25px;
    background-color: rgb(255 255 255 / 71%);
    width: 300px;
}
button#submitBtn {
    background-color: #2354a2;
    border-color: #2354a2;
    padding: 12px 0;
    margin-top: 30px;
}
.invalid-feedback {
    position: absolute;
    font-size: 13px;
    bottom: -20px;
}

button#Popup_submitBtn {
    background-color: #2354a2;
    border-color: #2354a2;
    padding: 12px 0;
    margin-top: 30px;
}



/* Project Overview */
.sub-head {
    font-weight: 600;
    font-size: 27px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: 3px;
}
#project-overview {
    position: relative;
    padding-bottom: 3em;
}
#project-overview p {
    margin-bottom: 2em;
}
img.w-100.project-overview-vector {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}


figure.project-overview-thumb-wrapper {
    margin-bottom: 7em;
    margin-top: 4em;
}
figure.project-overview-thumb-wrapper img.w-100 {
    height: 450px;
    object-fit: cover;
    border-radius: 100px;
}

#project-overview .content-wrapper {
    width: 83%;
    margin: 0 auto;
}

#project-overview p.price {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
}



img#vector-1, 
img#vector-2,
img#vector-3,
img#vector-4,
img#vector-5,
img#vector-6 {
    position: absolute;
}

img#vector-1, 
img#vector-2,
img#vector-4 {
    animation: floatY 3s ease-in-out infinite;
}

img#vector-1 {
    top: 7%;
    right: 17%;   
}
img#vector-2 {
    bottom: 0;
    left: 0;
    width: 10%;
}
img#vector-3 {
    z-index: 9;
    right: -263px;
    top: -390px;
    transform: translateY(-1.5%);
    max-width: 380px;
    height: auto;
}
img#vector-4 {
    bottom: 4%;
    z-index: 99;
    width: 17%;
    left: 0;
    z-index: 999;
}
img#vector-5 {
    bottom: -6%;
    right: -24%;
    width: 30%;
    transform: translateY(29%);
}
img#vector-6 {
    top: -60px;
    left: 6%;
    transform-origin: 50% 0%;
    animation: swingBall 4s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

img#vector-ball {
    position: absolute;
    width: 70px;
    top: -75%;
    right: 13%;
    animation: floatY 3s ease-in-out infinite;
}

img#vector-7 {
    position: absolute;
    right: 0;
    bottom: -13em;
    z-index: 99;
    width: 200px;
    animation: floatY 3s ease-in-out infinite;
}
img#vector-8 {
    position: absolute;
    bottom: -4em;
    right: 13%;
    width: 60px;
    animation: floatY 3s ease-in-out infinite;
}


img#man-vector {
    position: absolute;
    left: 9%;
    top: 34%;
}


/* Keyframes */
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Keyframes */
@keyframes swingBall {
  0% { transform: rotate(0deg) translateY(0); }
  25% { transform: rotate(8deg) translateY(12px); }
  50% { transform: rotate(0deg) translateY(0); }
  75% { transform: rotate(-8deg) translateY(12px); }
  100% { transform: rotate(0deg) translateY(0); }
}


/* Champion Features */
section#Champion_Features {
    padding: 2em 0 0;
    height: 430px;
    position: relative;
}
section#Champion_Features h2.section-title:after {
    opacity: 0;
}

img.w-100.Champion-Features-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 140%;
}

ul#Features_List {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 4em;
}
ul#Features_List li {
    width: 14%;
    margin: 0 auto;
}
ul#Features_List li h4 {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: Roboto;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}
ul#Features_List li h4 span {
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

ul#Features_List figure {
    height: 80px;
}
ul#Features_List figure img {
    width: 70px;
}
ul#Features_List li p {
    font-size: 17px;
    color: #fff;
}


/* Sports */
section#sports {
    position: relative;
    overflow: hidden;
}
section#sports h2.section-title:after {
    border-color: rgba(255, 212, 79, 1);
}

section#sports h4.sub-head {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
}

.sports-wrapper {
    background: rgba(8, 177, 163, 1);
    padding: 7em 0 4em;
    border-radius: 100px;
    color: #fff;
    margin-bottom: 0;
}

.sports-wrapper p.bottom-text {
    margin-top: 2em;
    position: relative;
    top: 35px;
}

.sports-wrapper .sports-sub-wrapper {
    width: 67%;
    margin: 0 auto;
}

.sports-list-wrapper {
    position: relative;
}

.sports-list-wrapper:after {
    content: "";
    position: absolute;
    /* left: 0; */
    /* right: -20vw; */
    top: -30px;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0.36);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.7px);
    -webkit-backdrop-filter: blur(5.7px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100vw;
    transform: translateX(-50%);
}

/* --------- Sports List Base --------- */
ul#sports_list,
ul#sports_list-2 {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

ul#sports_list {
    width: 97%;
    margin: 5em auto 0;
}

ul#sports_list-2 {
    width: 97%;
    margin: 0 auto;
}

/* --------- Sport Card --------- */
ul#sports_list li,
ul#sports_list-2 li {
    background-color: rgba(8, 177, 163, 1);
    box-shadow: 4px 4px 19.3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding-bottom: 0;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
    cursor: pointer;

    /* Smooth hover transition */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

ul#sports_list li:hover,
ul#sports_list-2 li:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.25); /* premium shadow */
}

/* Width for each card */
ul#sports_list li { width: 18%; }
ul#sports_list-2 li { width: 18%; }


ul#sports_list li figure,
ul#sports_list-2 li figure { overflow: hidden; }

ul#sports_list li:hover figure img,
ul#sports_list-2 li:hover figure img {
    transform: scale(1.1);
}

/* --------- Image inside card --------- */
ul#sports_list li figure img,
ul#sports_list-2 li figure img {
    border-radius: 25px;
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
    transform: scale(1);
}

/* Hover image effect */
ul#sports_list li:hover figure img,
ul#sports_list-2 li:hover figure img {
    transform: scale(1.08) rotate(1deg); /* subtle zoom + tilt */
}

/* --------- Caption inside card --------- */
ul#sports_list li p, ul#sports_list-2 li p {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    padding: 12px 10px;
    transition: transform 0.4s ease, color 0.4s ease;
    font-weight: 500;
}

/* --------- Figure margin --------- */
ul#sports_list li figure,
ul#sports_list-2 li figure {
    margin: 0;
}




/* Amenity */
section#amenities {
    position: relative;
    padding-top: 10em;
    color: #fff;
    overflow: hidden;
    padding-bottom: 12em;
    z-index: 99;
}
section#amenities h2.section-title:after {
    border-color: rgba(86, 179, 229, 1);
}
img.amenities-top-vector.w-100 {
    position: absolute;
    top: 0;
    z-index: -1;
}
section#amenities .text-center {
    position: relative;
    top: 3em;
}

.amenitiesSwiper {
    overflow: unset;
}
.amenities-slider-wrapper {
    position: relative;
    max-width: 100%;
    margin-top: 5%;
}
.amenities-card {
    background: transparent;
    padding-bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    background: linear-gradient(90.09deg, #08B1A3 -34.03%, #2354A2 112.03%);
    width: 70%;
    margin: 0 auto;
    border-radius: 60px;
}
.amenities-card img {
    width: 45%;
    object-fit: cover;
    border-radius: 60px;
}
.amenities-info {
    color: #fff;
    text-align: center;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 600;
    width: 54%;
    padding: 0 30px 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.amenities-info ul.d-flex {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    margin: 0 auto;
    position: relative;
    top: 0;
    padding: 0;
    justify-content: space-between;
}
.amenities-info ul.d-flex li {
    padding: 0 25px;
    position: relative;
    margin-bottom: 40px;
    font-size: 17px;
    width: 50%;
    text-align: left;
    padding-left: 0;
}

.amenities-info ul.d-flex.three li { width: 47%; }
    
    
.amenities-info ul.d-flex li:last-child {
    margin-bottom: 0;
}


img.amenities-bottom-vector.w-100 {
    position: absolute;
    bottom: -20px;
}



.amenities-list-wrapper {
    margin-top: 8em !IMPORTANT;
    position: relative;
}

ul#amenitiesTab {
    border: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
ul#amenitiesTab li.nav-item {
    width: 33%;
}
.amenities-tabs .nav-link {
    background: transparent;
    color: #fff;
    border: 0;
    padding: 20px 22px;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    letter-spacing: 2px;
}
.amenities-tabs .nav-link:not(.active)::after {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate(45deg);
    position: relative;
    left: 25px;
}
.amenities-tabs .nav-link.active::after {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    position: relative;
    left: 25px;
}





.amenities-tabs .nav-link.active {
    background: #1a8da0;
    color: #fff;
}
.amenities-content {
    background: #1a8da0;
    color: #fff;
}
.amenities-content .content-wrapper {
    padding: 50px 50px;
    min-height: 580px;
}


.amenities-content ul {
  padding-left: 18px;
}


.amenities-content li {
  margin-bottom: 20px;
}

.object-fit-cover {
  object-fit: cover;
}

div#township figure {
    margin: 0;
    position: relative;
    height: 100%;
}
.glightbox-amenities-lightbox .gprev,
.glightbox-amenities-lightbox .gnext {
    display: none !important;
}




/* Custom navigation arrows */
.slider-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.slider-nav i {
    font-size: 44px;
    color: #fff;
}

.slider-nav.prev { left: 10%; }
.slider-nav.next { right: 10%; }




/* Gallery */
section#gallery {
    height: 88vh;
    position: relative;
}
section#gallery:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10em;
    background: linear-gradient(180deg, rgb(6 6 6 / 30%) 29.2%, rgb(104 62 17 / 3%) 71.28%);
    height: 36vh;
    width: 100%;
    z-index: 9;
}

section#gallery .tab-content a.d-block i.fa-solid.fa-magnifying-glass-plus {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    top: 30%;
    font-size: 44px;
    color: #fff;
    opacity: 0;
    transition: 1s;
}
section#gallery .tab-content a.d-block:hover i.fa-solid.fa-magnifying-glass-plus {
    opacity: 1;
    top: 41%;
}


section#gallery.floor-active:before {
    opacity: 0;
}
h2#gallerySubHead.floorActive {
    color: #000 !important;
}

section#gallery .container {
    position: relative;
    z-index: 9;
}
section#gallery .container .sub-head {
    color: #fff;
}
ul#galleryTabs {
    border: 0;
    display: flex;
    justify-content: center;
}

ul#galleryTabs button.nav-link.active {
    border-color: rgba(245, 137, 103, 1);
    background-color: rgba(245, 137, 103, 1);
    color: #fff;
}

ul#galleryTabs button.nav-link {
    border: 1px solid #000;
    border-radius: 8px;
    margin: 0 15px;
    color: #000;
    background-color: #fff;
}

img.gallery-bottom-vector.w-100 {
    left: 0;
    right: 0;
    height: 180px;
    object-fit: cover;
    object-position: top;
    position: absolute;
    bottom: 0;
    z-index: 99;
}
section#gallery .tab-content {
    position: relative;
    top: -15em;
}

section#gallery .slider-nav {
    top: 50%;
}

.floorSwiper .swiper-slide {
    height: 140vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
}

.floorSwiper img.w-100 {
    width: 64% !IMPORTANT;
    margin: 0 auto;
    display: block;
}

.sub-head.floor-active {
    color: #000 !IMPORTANT;
}




/* School */
section#school {
    position: relative;
    color: #fff;
    height: 110vh;
}
section#school:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: -137px;
    width: 100%;
    height: 58vh;
    z-index: 1;
    background-image: url(../../assets/images/school-bg-new.webp);
    background-color: rgba(0, 0, 0, 0.25);
    object-position: bottom;
    display: none;
}
section#school .text-center {
    position: absolute;
    z-index: 999;
    top: 1em;
    left: 0;
    right: 0;
    overflow: hidden;
}
img.school-bg-img {
    object-fit: cover;
    width: 100%;
    height: 170vh;
    object-position: bottom;
    position: relative;
    top: -170px;
    z-index: 99;
}
section#school .text-center .col-lg-8.col-md-10 {
    width: 56%;
}




/* testimonial */

section#testimonial {
    margin-top: 23em;
    position: relative;
    z-index: 99;
    height: 71vh;
}
.testimonial-wrapper {
    background: linear-gradient(1.79deg, #08B1A3 -32.63%, #2354A2 133.16%);
    padding: 100px 60px;
    border-radius: 60px;
    color: #fff;
    text-align: center;
}

img.play_circle {
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    margin: 0 auto;
    top: 34%;
}
.testimonial-wrapper  h3.mb-4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 26px;
}

section#testimonial .slider-nav {
    top: auto;
    bottom: -90px;
    width: 70%;
}

section#testimonial h2.sub-head.mb-5 {
    margin-bottom: 3em !important;
}




/* Download Brochure */
section#DB_section {
    padding: 2em 0 0;
    height: 380px;
    position: relative;
    margin-top: 15%;
    margin-bottom: 17em;
    color: #000;
}
section#DB_section h2.section-title:after {
    border-color: #08B1A3;
}

section#DB_section h4.sub-head {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 27px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 15%;
    text-align: center;
    text-transform: uppercase;
}

section#location h4.sub-head {
font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 27px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 15%;
    text-align: center;
    text-transform: uppercase;
}


img.db-bg-img {
    position: absolute;
    height: 140%;
    width: 100%;
    z-index: -1;
}

section#DB_section .container.text-center {
    height: 150%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a#btn_db {
    background: #08B1A3;
    width: 390px;
    margin: 30px auto 0;
    padding: 25px 25px;
    display: flex;
    align-items: center;
    border-radius: 112px;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #08B1A3;
    transition: 0.5s;
    color: #fff;
}


button#frm_btn_db {
    background-color: #2354a2;
    border-color: #2354a2;
    padding: 12px 0;
    margin-top: 30px;
}
#brochureForm .mb-4 {
    position: relative;
}




/* Location */
section#location {
    position: relative;
    top: -6em;
    color: #fff;
    height: 88vh;
}
img.location-bg-img {
    width: 100%;
    position: absolute;
    top: -20%;
    bottom: 0;
    height: 138vh;
}

section#location .text-center.one {
    width: 100%;
    background: transparent;
    border-radius: 60px;
    position: relative;
    top: 0;
    padding: 3em 0;
    color: #000;
    width: 95%;
    margin: 0 auto;
}

section#location h2.section-title:after {
    border-bottom: 1px solid rgba(255, 222, 0, 1);
}

section#location h4.sub-head, section#location p {
    color: #fff;
}


.key-distance-wrapper.text-center {
    position: relative;
    top: -2em;
}

.loc-item {
      text-align: center;
      color: #fff;
      padding: 20px 10px;
      position: relative;
    }

    .loc-item h6 {
      font-size: 13px;
      letter-spacing: 1px;
      margin: 0;
    }

    .plus {
      font-size: 22px;
      margin-top: 6px;
      display: inline-block;
      cursor: pointer;
      user-select: none;
      transition: transform 0.3s ease;
    }

    .loc-list {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: max-height 0.45s ease, opacity 0.3s ease;
        margin-top: 10px;
        background: rgb(0 0 0 / 13%);
        border-radius: 6px;
        text-align: left;
        padding: 0 14px;
    }

    .loc-list ul {
      margin: 12px 0;
      padding-left: 18px;
    }

    .loc-list li {
      font-size: 12px;
      padding: 4px 0;
    }

    .loc-item.active .loc-list {
    max-height: 300px;
    opacity: 1;
    width: 135%;
}
.loc-item.active .loc-list.last {
    width: 100%;
}

    .loc-item.active .plus {
      transform: rotate(45deg);
    }

.map-vector {
    position: relative;
}

#location iframe {
    width: 100%;
    margin: 0;
    display: block;
    border-radius: 60px;
    box-shadow: 0px 8px 5.3px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    bottom: 0;
}




    
.connectivity-accordion .accordion-item {
    border: 0;
    border-radius: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    background: linear-gradient(117.09deg, #0F9AA2 -0.22%, #2060A2 116.62%);
}

.connectivity-accordion .accordion-button {
  background: transparent;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: none;
}

.connectivity-accordion .accordion-button:not(.collapsed) {
  background: transparent;
}

.connectivity-accordion .accordion-button::after {
  margin-left: auto;
  filter: brightness(0) invert(1);
}

.connectivity-accordion .acc-icon {
    width: 40px;
    height: 40px;
    margin: 0;
    flex-shrink: 0;
}

.connectivity-accordion .acc-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.connectivity-accordion .accordion-body {
    color: #fff;
    padding: 10px 28px 30px;
}

.connectivity-accordion ul {
  padding-left: 18px;
  margin: 0;
}

.connectivity-accordion ul li {
    font-size: 16px;
    margin-bottom: 6px;
}


/* About GLC */
section#about-glc {
    padding-top: 0;
    position: relative;
    top: 0px;
    margin-top: 10em;
}



/* Footer */
footer.site-footer {
    padding: 8em 0;
    /* background-image: url(../../assets/images/footer-bg.webp); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: top; */
    color: #fff;
    position: relative;
}

footer.site-footer .container {
    position: relative;
    top: 6em;
}

img.footer-bg-img.w-100 {
    position: absolute;
    height: 600px;
    z-index: -1;
    top: 0;
}   




footer.site-footer h2.section-title {
    margin-left: unset;
}


.social-media-wrapper {
    padding-left: 2em;
}

.social-media-wrapper ul li {
    padding-right: 12px;
}

.social-media-wrapper ul li a {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    justify-content: center;
}

.social-media-wrapper h5 {
    font-size: 17px;
    margin-bottom: 15px;
}

.social-media-wrapper ul {
    margin: 0;
}

.contact-wrapper figure {
    margin: 0;
    position: relative;
}

.contact-wrapper figure:after {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    top: 5px;
    bottom: -5px;
    right: -11px;
}


.maharera-wrapper {
    position: relative;
}

.maharera-wrapper .text {
    width: 65%;
}
.maharera-wrapper .text h5 {
    font-size: 17px;
    line-height: 24px;
}

.maharera-wrapper:after {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    top: 0;
    bottom: 0;
    right: 5px;
}
.maharera-wrapper figure img {
    width: 91%;
}

.disclaimer-wrapper p {
    font-size: 11px !IMPORTANT;
    margin: 0;
}

.disclaimer-wrapper h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    padding-top: 10px;
}