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

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Header */
/* .header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 240px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
}

.logo img{
    flex: 1;
}

.logo img + img{
    border-left: 1px solid rgb(0 0 0 / 20%);
    padding-left: 10px;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-contact a {
    color: var(--primary-color);
    font-weight: 500;
}

.menu-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--primary-color);
} */

/* 
.readmore{
  margin-top: 2rem;
}

.readmore.d-flex{
  flex-wrap: wrap;
  gap: 1rem;
}

.readmore {
  .button {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    padding: 1rem 2rem;
    text-decoration: none;
    overflow: hidden;
    vertical-align: middle;
    z-index: 1;
    border: 0;
    background-color: var(--clr, var(--tertiary-color, #FFC548));
    transition: color 0.3s ease;
    line-height: 1;
    
    

    &:hover{
      color: var(--white) !important;
    }
  }
}

.readmore .button::before,
.readmore .button::after {
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  height: 110%;
  left: -20%;
  transform: skewX(-35deg);
  z-index: -1;
}

.readmore .button::before {
  background: var(--primary-color);
  transition: all 0.6s;
}

.readmore .button::after {
  background: var(--blue);
  transition: all 0.45s;
}

.readmore .button:hover::before,
.readmore .button:hover::after {
  width: 140%;
}


.readmore .button.sm {
  min-width: 130px;
  padding: .75rem 1rem;
  font-size: 14px;
}

.readmore.lightReadmore .button {
  color: #fff;
}

.readmore.lightReadmore .button:hover {
  color: #000;
}

.readmore.whiteReadmore .button {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.readmore.whiteReadmore .button:hover {
  color: #000;
}

.readmore.whiteReadmore .button::before {
  background: #fff;
}
.readmore.whiteReadmore .button::after {
  background: rgb(255 255 255 / 0.5);
}

.readmore.darkReadmore .button {
  box-shadow: inset 0 0 0 2px #000;
  color: #000;
}

.readmore.darkReadmore .button:hover {
  color: #fff;
}

.readmore.darkReadmore .button::before {
  background: #000;
}
.readmore.darkReadmore .button::after {
  background: rgb(0 0 0 / 0.5);
} */

/* customize swiper */
div[class^="swiper-button"] {
  color: var(--white);
  background-color: var(--secondary-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
  transition: all 300ms linear;
}

div[class^="swiper-button"].bg-primary,
div[class^="swiper-button"]:hover {
  background-color: var(--primary-color);
}

div[class^="swiper-button"]::after {
  font-size: 16px;
}

div[class^="swiper-button"].bg-primary:hover {
  background-color: var(--secondary-color) !important;
  color: var(--white);
}

.bottomControls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.bottomControls.position-absolute {
  bottom: 2rem;
  width: 100%;
  z-index: 2;
}

.bottomControls div[class^="swiper-"] {
  position: static;
  margin: 0 !important;
}

.bottomControls .swiper-pagination {
  width: max-content;
}

.rotate-90 {
  transform: rotate(90deg);
}
.rotate-n90 {
  transform: rotate(-90deg);
}
/* customize swiper */

/*header*/
.header {
  padding: 10px;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 300ms ease-in-out;
  background-color: #000;
}

.header.fixed {
  padding-top: 5px;
  background-color: var(--primary-color);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.header .d-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: all 300ms ease-in-out;
}

.header.fixed .d-grid {
  grid-template-columns: 120px 1fr;
}

.header ul,
.topDetails ul {
  display: flex;
  align-items: center;
}
.topDetails ul {
  justify-content: flex-end;
}

.navi ul li {
  margin-right: 40px;
}

.navi ul li:last-child,
.topDetails ul li:last-child {
  margin-right: 0px;
}

.header li,
.menuBtn {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
}

.header a,
.menuBtn {
  display: table;
  color: #fff;
  height: 26px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 300ms ease-in-out;
  position: relative;
}

.header a div,
.menuBtn div {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-in-out;
}

/* .header a .link-hover-hover,
.menuBtn .link-hover-hover {
  left: 0;
  position: absolute;
  transform: translateY(40px);
  color: var(--brown);
}

.header a:hover .link-hover-text,
.menuBtn:hover .link-hover-text {
  transform: translateY(-40px);
}

.header a:hover .link-hover-hover,
.menuBtn:hover .link-hover-hover {
  transform: translateY(0px);
} */
.menuBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  position: relative;
  cursor: pointer;
}

.header.fixed .menuBtn {
  width: 40px;
  height: 40px;
}

.menuBtn div {
  position: relative;
  width: 26px;
  padding-right: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  transition: all 300ms ease-in-out;
}

.menuBtn span {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  margin: 3px 0;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menuBtn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--body-color);
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menuBtn.closeMenuBtn span#menuLine1 {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}

.menuBtn.closeMenuBtn span#menuLine2 {
  right: 100px;
}

.menuBtn.closeMenuBtn span#menuLine3 {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
}

.menuContainer {
  position: fixed;
  inset: 0;
  padding-top: 74px;
  z-index: 995;
  background-color: rgb(0 123 255 / 13%);
  backdrop-filter: blur(5px);
  display: none;
}

.menuContainer .inner {
  padding: 5px 15px;
  width: 100%;
  visibility: hidden;
  background: #000000;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 16%);
  transition: all 300ms ease-in-out;
}

.header.fixed + .menuContainer {
  padding-top: calc(1rem + 67px);
}

.menuContainer.active .inner {
  visibility: visible;
}

.menuContainer a {
  color: #fdfdfd;
  transition: all 300ms ease-in-out;
}

.mainMenu li:not(:last-child) a {
  border-bottom: 1px solid #ffffff38;
}

.mainMenu a {
  padding: 10px 0;
  font-weight: 700;
  display: block;
  position: relative;
}

/* .mainMenu li.active>a,
.mainMenu li:hover>a {
  padding: 10px;
  background-color: #fff;
  color: var(--primary-color);
} */

.mainMenu a i {
  font-size: 75%;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  transition: all 300ms ease-in-out;
}

.mainMenu li.active > a i,
.mainMenu li:hover > a i {
  right: 10px;
}

.mainMenu li.active > a i {
  transform: rotate(540deg);
}

.menuDrop {
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}

.mainMenu ul ul li:last-child a {
  border-bottom: 0;
}

.menuBtn div {
  /* padding-right: 25px; */
}

i.arrow-down {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
}

i.arrow-down.arrow-up {
  transform: rotate(135deg);
  top: 5px;
}

.logo {
  position: relative;
  min-height: 1px;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}

.logo a {
  height: 100%;
  padding: 0;
  display: block;
}

.logo a img {
  transition: all 300ms ease-in-out;
}

.enqBtn a {
  padding: 0;
  border-radius: 40px;
  background: var(--gradient);
  color: #fff;
}
.enqBtn a div {
  padding: 10px 20px;
}

.header .enqBtn a div {
}

.topDetails ul li {
  margin-right: 10px;
}

.callBtn,
.socialBtn {
  max-width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.callBtn a,
.socialBtn,
.socialBtn ol li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.callBtn a {
  background-color: rgb(255 255 255 / 15%);
  color: var(--clr);
}

.callBtn a:hover {
  color: var(--primary-color);
  background-color: var(--light);
}

.socialBtn {
  background-color: var(--secondary-color);
  color: var(--body-color);
  transition: all 400ms ease;
}
.socialBtn:hover {
  background-color: #fff;
  color: var(--body-color);
}

.socialBtn ol {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.socialBtn:hover ol {
  pointer-events: auto;
}

.socialBtn ol li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(10px * var(--i)));
  transition: all calc(150ms * var(--i)) ease-in-out;
}

.socialBtn:hover ol li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin: 5px 0;
}

.socialBtn ol li a {
  display: block;
  background-color: #fff;
  color: var(--body-color);
  transition: all 300ms ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.27);
}
.socialBtn ol li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
/*header*/

/* Hero Section */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  padding-top: 93px;
  background-color: #000;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("./images/banner.webp") center/cover;
  /* opacity: 0.45; */
}

.hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    rgb(0 0 0 / 80%),
    transparent,
    transparent,
    rgb(0 0 0 / 60%)
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  height: 100%;
}

.hero-left {
  display: grid;
  color: white;
  align-items: end;
}

.hero-title {
  font-size: 48px;
  font-weight: 100;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.6;
  opacity: 0.9;
}

.hero-features {
  /* display: flex; */
  gap: 15px;
  /* font-size: 1rem; */
  margin-bottom: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
}

.hero-features .feature-item:not(:last-child) {
  /* border-right: 1px solid rgba(255, 255, 255, 0.5); */
  padding-right: 15px;
}

/* hero-right */
.hero-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.feature-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}

/* Contact Form */
.contact-form {
  background: white;
  padding: 1.125rem;
  width: 290px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contact-form h3 {
  color: var(--primary-color);
  font-size: 1rem;
  letter-spacing: normal;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3;
}

.submit-btn {
  background-color: var(--secondary-color);
  background: var(--border-gradient);
  color: var(--body-color);
  padding: 12px 20px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.submit-btn:hover {
  background: var(--body-color);
  color: white;
}

.contact-form .immediate {
  position: absolute;
  inset: auto 5px -10px;
  transform: translateY(50%);
  background-color: var(--secondary-color-light);
  border: 1px solid var(--secondary-color);
  padding: 0.5rem;
}
.contact-form .immediate small {
  font-weight: 700;
  letter-spacing: normal;
}

/* Property Details */
.property-details {
  padding: 40px 0;
  background: var(--gradient);
  border-bottom: 1px solid #e0e0e0;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.detail-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 1rem;
}

.detail-item + .detail-item {
  border-left: 1px solid rgba(53, 53, 53, 0.2);
}

.detail-item strong {
  font-size: 1.1475rem;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}

.detail-item span {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.275rem;
}

/* global-hospitality */
.global-hospitality {
  background: var(--gradient);
  /* border-bottom: 1px solid #e0e0e0; */
  border-bottom: 2px solid #e0e0e0;
}

.global-hospitality .hospitalityBox {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
}
.global-hospitality .hospitalityBox .inner {
      display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}

.global-hospitality .hospitalityBox .titleBox {
  font-size: 1rem;
  color: white;
  font-weight: 300;
}

.global-hospitality .hospitalityBox .inner span {
  font-size: 2rem;
  /* color: white; */
}

.global-hospitality img{
  padding: 2rem;
}

/* About Section */
/* .about-section {
    padding: 80px 0;
    background: white;
} */

/* .about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.about-left p {
    
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.about-features {
    list-style: none;
    margin: 30px 0;
}

.about-features li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    color: #555;
}

.about-features li:before {
    content: "âœ“";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
} */

/* .video-section {
    position: relative;
}

.video-placeholder {
    width: 100%;
    min-height: 300px;
    background: url('./images/overview-img.webp') center/cover;
    position: relative;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    color: white;
    text-align: center;
    margin-bottom: 2rem;
}

.video-overlay h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.video-overlay p {
    
    margin-bottom: 20px;
    line-height: 1.4;
} */

/* Features Section */
.about-section {
  background: #f8f9fa;
}

.about-section .headtitle {
  font-size: 4rem;
  color: white;
}

.about-section .headtitle .smTitle {
  color: var(--secondary-color);
}

.about-section .aboutMainbox {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
}

.about-section .aboutMainbox h3 {
  font-weight: 300;
  margin-bottom: 2rem;
}

/* .about-section .overviewIconBox */
.about-section .overviewIconBox {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* grid-template-rows: repeat(1, 1fr); */
}
.about-section .overviewIconBox .iconBox {
  padding: 0 1rem;
  margin: 4rem 0;
}

.about-section .overviewIconBox .iconBox:not(:last-child) {
  border-right: 1px solid rgba(201, 155, 83, 0.25);
}

.about-section .overviewIconBox .iconBox .icon {
  width: 40px;
  margin: 0 auto;
}
.about-section .overviewIconBox .iconBox {
  color: #fff;
}

.about-section .overviewIconBox span {
  margin-top: 1rem;
  display: block;
  text-align: center;
}

.aboutImgBox {
  margin-top: 2rem;
}

.aboutImgBox p {
  margin-top: 1rem;
  color: #fff;
  text-align: center;
}

/* Gallery */
/* Infrastructure */
/* .gallery-section::before,
.gallery-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 4px solid red;
}

.gallery-section::after {
  background-image: linear-gradient(#fff, transparent);
}

.gallery-section::before {
  background: url(../images/schoolbg.png);
  filter: invert(1) opacity(0.1);
} */

/* .gallery-section .heading{
  position: relative;
  z-index: 1;
  padding: 1.4rem 0;
  margin-bottom: 3rem;
}

.gallery-section .heading .upperGallBox,
.gallery-section .heading .lowerGallBox {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 99;
  width: 70%;
  border-top: 1px solid rgba(201, 155, 83, 0.25);
  border-bottom: 1px solid rgba(201, 155, 83, 0.25);
  transform: translateX(-50%);
  left: 50%;
}


.gallery-section .heading .upperGallBox::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 99;
  width: 40%;
  height: 6px;
  border-top: 1px solid rgba(201, 155, 83, 0.25);
  border-bottom: 1px solid rgba(201, 155, 83, 0.25);
  transform: translateX(-50%);
  left: 50%;
  background-color: var(--secondary-color);
} */

.mainHeading .heading{
  position: relative;
  z-index: 1;
  padding: 1.4rem 0;
  margin-bottom: 3rem;
}

.mainHeading .heading .upperGallBox,
.mainHeading .heading .lowerGallBox {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 99;
  width: 70%;
  border-top: 1px solid rgba(201, 155, 83, 0.25);
  border-bottom: 1px solid rgba(201, 155, 83, 0.25);
  transform: translateX(-50%);
  left: 50%;
}


.mainHeading .heading .upperGallBox::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 99;
  width: 40%;
  height: 6px;
  border-top: 1px solid rgba(201, 155, 83, 0.25);
  border-bottom: 1px solid rgba(201, 155, 83, 0.25);
  transform: translateX(-50%);
  left: 50%;
  background-color: var(--secondary-color);
}

.gallery-slide {
  width: 80%;
}

.gallery-slide .inner {
  position: relative;
  overflow: hidden;
}

.gallery-slide .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5));
  z-index: 1;
  transition: all 300ms ease-in-out;
}

.gallery-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.gallery-slide .caption {
  position: absolute;
  inset: auto 0 1.5rem;
  color: var(--white);
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  letter-spacing: 2px;
  padding: 0 2rem;
  text-transform: uppercase;
  /* font-weight: 700; */
  line-height: 1;
  text-align: center;
  transition: all 0.3s linear 1.5s;
  transform: translateY(100%);
  opacity: 0;
  z-index: 2;
}
.gallery-slide.swiper-slide-active .caption {
  transform: translateY(0);
  opacity: 1;
}

/* Gallery */

/* townshipLayoutImg */
.townshipLayoutImg img {
  width: 100%;
  height: auto;
  display: block;
}
/* townshipLayoutImg */

/* ---------------------------------------------------------
why-stand-apart
----------------------------------------------------------- */
.why-stand-apart {
  background: #1a1718;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.why-stand-apart .heading .subHeading {
  /* color:#c99b53; */
  color: var(--secondary-color);
  letter-spacing: 5px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.why-stand-apart .heading h2 {
  font-size: 35px;
  line-height: 1.3;
}

.why-stand-apart .heading h2 span {
  display: inline;
  color: var(--secondary-color);
  letter-spacing: 0;
  text-transform: none;
}

.why-stand-apart .feature-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #241d18;
  border: 1px solid rgba(201, 155, 83, 0.25);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  min-height: 135px;
}

.why-stand-apart .icon {
  width: 72px;
  height: 72px;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d8b06a;
  font-size: 28px;
  flex-shrink: 0;
}

.why-stand-apart .feature-box h4 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}

.why-stand-apart .feature-box p {
  color: #b7b7b7;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.why-stand-apart .center-circle {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px solid var(--secondary-color);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.why-stand-apart .center-circle::before {
  content: "";
  position: absolute;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  border: 2px solid rgba(201, 155, 83, 0.2);
}

.why-stand-apart .circle-inner {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #201712;
  border: 2px solid var(--secondary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.why-stand-apart .circle-inner .ManagedIcon {
  width: 40px;
}
.why-stand-apart .circle-inner .ManagedIcon img {
  width: 100%;
}

.why-stand-apart .circle-inner small {
  color: #b8b8b8;
  margin: 8px 0 8px;
}

.why-stand-apart .circle-inner h5 {
  color: var(--secondary-color);
}

/* Connector Lines */
.whyStandWrapper:first-child .feature-box::after {
  content: "";
  position: absolute;
  right: -75px;
  top: 50%;
  width: 75px;
  height: 1px;
  background: var(--secondary-color);
}

.whyStandWrapper:last-child .feature-box::before {
  content: "";
  position: absolute;
  left: -75px;
  top: 50%;
  width: 75px;
  height: 1px;
  background: var(--secondary-color);
}

/* Layout Plans */

.plans-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.tab-btn {
  background: #f8f9fa;
  border: 1px solid #ddd;
  padding: 12px 30px;
  cursor: pointer;

  font-weight: 300;
  transition: all 0.3s;
}

.tab-btn.active {
  background: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Location Advantages */
.mapBox img {
  object-position: left;
}

/* Location */
.mapBox iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.mapBox .map-marker {
  position: absolute;
  left: 48%;
  top: 45%;
  width: 90px;
  z-index: 2;
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.location-wrapper .inner {
  max-width: 750px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.connectivity {
  margin-top: 2rem;
  padding-top: 2rem;
  border-width: 1px 0 0 !important;
}

.connectivity-box .in {
  display: flex;
  text-align: left;
  padding: 1.4rem;
  border: 1px solid rgba(201, 155, 83, 0.25);
  align-items: center;
}

.connectivity-box .in .img-fluid {
  max-width: 36px;
  flex: 0 0 36px;
  margin-right: 1.5rem;
  /* max-width: 50px;
  flex: 0 0 50px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid var(--primary-color); */
}

.connectivity-box .in .h5 {
  margin-bottom: 0.25rem;
  font-family: var(--serif);
}

.connectivity-box .location-text {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(201, 155, 83, 0.25);
}

/* Location */

.advantage-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.advantage-card {
  background: white;
  padding: 30px;

  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.advantage-card h3 {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.advantage-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

/* Contact Section */
.contact-section {
  border-width: 1px 0 !important;
}

.contact-content {
  text-align: center;
}

.contact-content p {
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.contact-btn {
  background: #17a2b8;
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;

  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-btn:hover {
  background: #138496;
}

/* Footer */
.footer-dark {
  background: #000000;
  color: white;
  padding: 60px 0;
}

.footer-content {
  text-align: center;
}

.footer-content h3 {
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: 200;
}

.footer-contact {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.footer-bottom {
  background: #ffffff;
  color: white;
  padding: 40px 0;
}

.footer-info p {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #000;
}

.company-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.company-info h4 {
  font-weight: 200;
  margin-bottom: 10px;
}

.company-info p {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.5;
}

.copyright {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgb(0 0 0 / 25%);
}

.copyright p {
  font-size: 12px;
  margin-bottom: 0;
}

/* Sticky Bottom Form */
.sticky-form {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--border-gradient);
  padding: 15px 0;
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
}

.sticky-form.show {
  transform: translateY(0);
}

.sticky-form-content {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.sticky-form-title {
  color: white;
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
  margin-right: 20px;
}

.sticky-form-inputs {
  display: flex;
  gap: 15px;
  flex: 1;
}

.sticky-form input {
  flex: 1;
  padding: 12px 15px;
  border: none;

  outline: none;
  max-width: 200px;
}

.sticky-form input::placeholder {
  color: #999;
}

.sticky-form-btn {
  background: var(--body-color);
  color: white;
  padding: 12px 25px;
  border: none;

  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s;
}

.sticky-form-btn:hover {
  background: var(--third-color);
}

.sticky-form-close {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  margin-left: 10px;
  position: absolute;
  right: 1rem;
  top: 10px;
}

.footer-enquiryBtn {
  border-radius: 10px;
  position: fixed;
  bottom: 2px;
  left: 2px;
  right: 2px;
  justify-content: space-between;
  z-index: 99;
  background-color: #161313;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  text-align: center;
}

.footer-enquiryBtn a {
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 8px 5px;
  border-radius: 0 10px 10px 0;
  border: 1px solid rgb(255 255 255 / 34%);
  width: 33%;
  border-left: 0;
}

.footer-enquiryBtn a:hover {
  color: #e2e0e0;
}
.footer-enquiryBtn a.whatsCall {
  background: linear-gradient(45deg, #0db634, #015c16);
  border: 0;
  border-radius: 10px;
  color: #fff;
}
