/* ==============================================
              Global CSS
==================================================*/
@font-face {
  font-family: Optima-Normal;
  src: url("../build/fonts/Optima-Normal.ttf");
}

@font-face {
  font-family: Optima-Medium;
  src: url("../build/fonts/Optima-Medium.ttf");
}

@font-face {
  font-family: Optima-Bold;
  src: url("../build/fonts/Optima-Bold.ttf");
}

@font-face {
  font-family: OpenSans-Bold;
  src: url("../build/fonts/OpenSans-Bold.ttf");
}

@font-face {
  font-family: OpenSans-Light;
  src: url("../build/fonts/OpenSans-Light.ttf");
}

@font-face {
  font-family: OpenSans-Medium;
  src: url("../build/fonts/OpenSans-Medium.ttf");
}

@font-face {
  font-family: OpenSans-Regular;
  src: url("../build/fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: OpenSans-SemiBold;
  src: url("../build/fonts/OpenSans-SemiBold.ttf");
}

@font-face {
  font-family: OpenSans-ExtraBold;
  src: url("../build/fonts/OpenSans-ExtraBold.ttf");
}

@font-face {
  font-family: 'Roboto';
  src: url('roboto.woff2') format('woff2');
  font-display: swap;
}

a {
  text-decoration: unset;
  color: #3f3f3f;
}

p {
  font: 16px 'poppins';
  color: #1c1c1c;
  margin: 0;
}

h1 {
  font: clamp(40px, 4vw, 64px) 'Optima-Medium';
  color: #000000;
}

h2 {
  font: clamp(32px, 4vw, 56px) 'Optima-Medium';
  color: #F5F5F5;
}

h3 {
  font: clamp(36px, 4vw, 62px) 'Optima-Medium';
  color: #000000;
}

h4 {
  font: clamp(34px, 4vw, 46px) 'Optima-Medium';
  color: #000000;
}

h5 {
  font: clamp(24px, 4vw, 32px) 'Optima-Medium';
}

h6 {
  font: clamp(20px, 4vw, 24px) 'Optima-Medium';
}

.feature-padding {
  padding-left: 7rem !important;
}

.font-20 {
  font-size: 20px;
}

.grey {
  color: #595959;
}

.blue {
  color: #274F9A !important;
}

.black {
  color: #222222;
}

.orange {
  color: #FF9914;
}

.open-medium {
  font-family: 'OpenSans-Medium';
}

.sec-title {
  font: 16px 'Optima-Medium';
  color: #1c1c1c;
}

.w-65 {
  width: 65%;
}

.w-85 {
  width: 85%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: visible !important;
}

/* ==============================================
              Nav bar Section
==================================================*/
/* header */
.header {
  display: block;
  width: 100%;
  z-index: 99;
}

/* Header styling */
#main-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
  box-shadow: none;
  padding: 1rem 0rem;
  background: #ffffff;
}

/* Sticky class added by JS */
#main-header.sticky {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: .7rem 12rem;
}

.header .item-left {
  flex: 0 0 19%;
}

.header .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}

.header .item-center {
  flex: 0 0 67%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .item-right {
  flex: 0 0 13%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  display: inline-block;
  transition: color 0.3s ease;
}

.header .menu>ul>li {
  display: inline-block;
  line-height: 50px;
}

.header .menu>ul>li>a {
    font: 16px 'Optima-Medium';
    padding: 13px 11px;
    color: #274F9A;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

@media(min-width: 992px) {
  .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}

.header .menu>ul>li .sub-menu>ul>li {
  line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
  display: inline-block;
  padding: 10px 0;
  font: 16px 'Inter-Medium';
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
  line-height: 1;
  display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
  flex: 0 0 25%;
  padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
  font-size: 16px;
  color: #ea4636;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
  text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
  color: #000000;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media(max-width: 1024px) {
  .header {
    padding: .8rem 1rem;
  }

  #main-header {
    padding: .8rem 1rem;
  }

  /* Sticky class added by JS */
  #main-header.sticky {
    padding: .7rem 1rem;
  }

  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .header .item-left,
  .header .item-right {
    flex: 0 0 15%;
  }

  .v-center {
    justify-content: space-between;
  }

  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #000000;
    width: 24px;
    position: relative;
  }

  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
  }

  .head-second .mobile-menu-trigger span,
  .head-second .mobile-menu-trigger span:before,
  .head-second .mobile-menu-trigger span:after {
    background-color: #333333;
  }

  .header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .header .menu.active {
    transform: translate(0%);
  }

  .header .menu>ul>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu>ul>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    color: #152B55;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header .menu>ul>li>a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }

  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }

  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header .menu>ul>li .sub-menu.mega-menu,
  .header .menu>ul>li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }

  .header .menu>ul>li .sub-menu.active {
    display: block;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }

    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    margin-top: 0;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    margin-bottom: 20px;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 100%;
    padding: 0px;
  }

  .header .menu>ul>li .sub-menu>ul>li>a,
  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

@media(max-width: 850px) {

  .header .item-left,
  .header .item-right {
    flex: 0 0 17%;
  }
}

@media(max-width: 540px) {

  .header .item-left,
  .header .item-right {
    flex: 0 0 32%;
  }
}

.header-btn {
  font: 16px 'OpenSans-SemiBold';
  width: 155px;
  height: 43px;
  color: #fff;
  border: 2px solid #274F9A;
  background-image: -webkit-linear-gradient(30deg, #274F9A 50%, transparent 50%);
  background-image: linear-gradient(30deg, #274F9A 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.header-btn:hover {
  background-position: 100%;
  color: #274F9A;
}

.header-btn2 {
  font: 16px 'OpenSans-SemiBold';
  width: 155px;
  height: 43px;
  color: #274F9A;
  border: 2px solid #ffffff;
  background-image: -webkit-linear-gradient(30deg, #ffffff 50%, #274f9a 50%);
  background-image: linear-gradient(30deg, #ffffff 50%, #274f9a 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.header-btn2:hover {
  background-position: 100%;
  color: #ffffff;
}

/* ==============================================
             Footer  Section
==================================================*/
.footer-banner-sec {
  background: #274F9A;
  height: 160px;
  display: flex;
  align-items: center;
}

.footer-left {
  flex: 0 0 19%;
  border-right: 1px solid #fff;
  padding: 10px;
}

.footer-center {
  flex: 0 0 15%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer-right {
  flex: 0 0 62%;
  display: flex;
  justify-content: right;
  align-items: center;
}

.f-sec {
  padding: 80px 0 0px;
}

.footer-menu {
  list-style: none;
  font: 16px 'OpenSans-SemiBold';
  color: #575757;
  display: flex;
  justify-content: center;
  padding: 50px 0 40px;
  flex-direction: column;
  position: relative;
}

.footer-title {
  font: 24px 'Optima-Medium';
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}

.bottom-line::after {
  content: "";
  position: absolute;
  top: 115%;
  left: 0;
  width: 121px;
  height: 2px;
  background-color: #0000004b;
}

.footer-menu li {
  padding: 5px 0;
}

.footer-location {
  list-style: none;
  font: 16px 'OpenSans-SemiBold';
  color: #575757;
  display: flex;
  justify-content: center;
  padding: 50px 0 40px;
  flex-direction: column;

}

.footer-location .bottom-line::after {
  content: "";
  position: absolute;
  top: 105%;
  left: 0;
  width: 135px;
  height: 1.3px;
  background-color: #0000004b;
}

.footer-menu .bottom-line::after {
  content: "";
  position: absolute;
  top: 105%;
  left: 0;
  width: 121px;
  height: 1.3px;
  background-color: #0000004b;
}

.footer-location li {
  padding: 5px 0;
  text-indent: -24px;
  margin-left: 24px;
}

.footer-address {
  list-style: none;
  font: 16px 'OpenSans-SemiBold';
  color: #575757;
  display: flex;
  justify-content: center;
  padding: 50px 0 40px;
  flex-direction: column;
  position: relative;
}

.footer-address-two {
  list-style: none;
  font: 16px 'OpenSans-SemiBold';
  color: #575757;
  display: flex;
  justify-content: center;
  padding: 50px 0 40px;
  flex-direction: column;
  position: relative;
  margin-top: 50px;
}

.footer-address-two li {
  padding: 2px 0;
}

.footer-address .bottom-line::after {
  content: "";
  position: absolute;
  top: 92%;
  left: 0;
  width: 135px;
  height: 1.3px;
  background-color: #0000004b;
}

.footer-address li {
  padding: 5px 0;
}

.search-sec {
  background: #f7f7f7;
  padding: 50px 0 20px;
}

.trending-title {
  font: 24px 'Optima-Medium';
  color: #274F9A;
  margin-bottom: 20px;
}

.search-bottom::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 10px;
  width: 220px;
  height: 1px;
  background-color: #ffffff;
}

.search-sec ul {
  list-style: none;
  font: 16px 'OpenSans-Regular';
  color: #203C70;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}

.search-sec ul li {
  padding: 0px 0;
}

ul.copyrights {
  list-style: none;
  font: 14px 'OpenSans-Regular';
  color: #7C7C7C;
  display: flex;
  padding: 0 10px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* ==============================================
             Home Page CSS
==================================================*/

.carousel-control-next {
  position: absolute;
  top: unset;
  bottom: 35%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000000;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
}

.carousel-control-prev {
  position: absolute;
  top: unset;
  bottom: 66%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000000;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
}

.carousel-control-prev,
.carousel-control-next {
  right: 76px;
  left: unset;
  width: 24px;
  height: 24px;
}

.carousel-control-prev-icon {
  background: url(../build/img/icons/top.png) no-repeat center/cover !important;
  width: 24px;
  height: 24px;
}

.carousel-control-next-icon {
  background: url(../build/img/icons/down.png) no-repeat center/cover !important;
  width: 24px;
  height: 24px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 12%;
  left: 15%;
  color: #fff;
  text-align: center;
  padding: 1.25rem 13.5rem;
}

.carousel-caption-2 {
  position: absolute;
  right: 15%;
  top: 65%;
  left: 15%;
  color: #fff;
  text-align: center;
  padding: 1.25rem 13.5rem;
}

.carousel-caption-3 {
  position: absolute;
  right: 45%;
  top: 35%;
  left: 4%;
  color: #fff;
  text-align: left;
  padding: 1.25rem 4.5rem;
}

.carousel-indicators {
  bottom: 10px;
  left: 685px;
}

.bg-indicators {
  background: #00000099;
  width: 20%;
  border-radius: 15px;
}

/*.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 40%;
  left: 91%;
  z-index: 2;
  display: flex;
  padding: 0px;
  margin-right: unset;
  margin-bottom: unset;
  margin-left: unset;
  list-style: none;
  width: 7%;
  flex-direction: column;
  align-items: center;
}

.carousel-indicators button.active {
  opacity: 1;
  width: 50px;
  height: 0px;
  transition: all .5s ease;
  background-color: #fff;
  color: #000000;
  transform: scale(1.2);
}*/

/*.carousel-indicators button {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  color: #31313188;
  font-weight: bold;
  font: 24px 'OpenSans-Medium';
  border-radius: 50%;
  margin: 15px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}*/

/*.carousel-indicators [data-bs-target] {
  text-indent: 0;
  height: 0;
}
.carousel-indicators {
  position: absolute;
  bottom: 20px;             
  left: 50%;
  transform: translateX(-50%);
  display: flex !important; 
  flex-direction: row;      
  justify-content: center;
  align-items: center;
  gap: 8px;                 
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  flex: 0 0 auto;
  width: 40px;              
  height: 6px;              
  background-color: #aaa;
  border: none;
  border-radius: 3px;
  opacity: 0.5;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.carousel-indicators .active {
  background-color: #fff;   
  opacity: 1;
}

.carousel-indicators {
  display: flex;
  justify-content: center; 
  gap: 8px;                
  bottom: 20px;            
}

.carousel-indicators [data-bs-target] {
  flex: 0 0 auto;
  width: 30px;              
  height: 6px;              
  background-color: #aaa;   
  border: none;
  border-radius: 3px;       
  opacity: 0.5;
}

.carousel-indicators .active {
  background-color: #fff;   
  opacity: 1;
}*/

.sub-title {
  font: clamp(16px, 4vw, 20px) 'OpenSans-Regular';
}

/* Counter Section */
.counter-sec {
  background: #EBF0FE;
  padding: 20px 0;
}

.counter-logo img {
  background: #ffffff;
  position: absolute;
  width: auto;
  top: -20%;
  padding: 20px;
  border-radius: 25px 25px 0 0;
  z-index: 9;
}

.counter {
  color: #fff;
  font-family: 'Dosis', sans-serif;
  text-align: center;
  position: relative;
  z-index: 1;
}

.counter .counter-icon {
  font-size: 35px;
  margin: 0 0 15px;
}

.counter-title {
  font: 20px 'Optima-Medium';
  color: #274F9A;
}

.counter .counter-value {
  font: clamp(46px, 5vw, 64px) 'OpenSans-Medium';
  color: #274F9A;
}

@media screen and (max-width:990px) {
  .counter {
    margin-bottom: 40px;
  }
}

.plus {
  color: #274F9A;
  font-size: 20px;
  position: absolute;
}

.counter-text {
  font: clamp(30px, 4vw, 40px) 'OpenSans-Medium';
  color: #274F9A;
  margin-left: 10px;
}

/* Featured Properties */
.feature-sec {
  position: relative;
  padding: 70px 0;
}

.line::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 23.5%;
  width: 70%;
  height: 1px;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0) -80%, rgba(102, 102, 102, 0) 100%);
}

#controls-container {
  background: url(../build/img/home/feature-bg.png)no-repeat center/cover;
  padding: 35px 75px 30px 30px;
  height: 740px;
  margin-left: 50px;
}

.control {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #8f8f8f;
  margin-top: 50px;
  margin-bottom: 20px;
}

.control-btn {
  cursor: pointer;
  color: #2d2d2d;
  font: 20px 'OpenSans-Regular';
  transition: all .3s linear;
  padding: 5px 0;
  text-align: center;
  position: relative;
}

.right-line::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 150%;
  width: 1px;
  height: 35px;
  background-color: #000000;
}

.control-btn:hover {
  font: 22px 'Optima-Medium';
  color: #274F9A;
  transition: all .3s linear;
  border-bottom: 2px solid #274F9A !important;
}

.control-btn.active-btn {
  font: 22px 'Optima-Medium';
  color: #274F9A;
  transition: all .3s linear;
  border-bottom: 2px solid #274F9A !important;
}

.image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
  transition: all .5s;
}

.image[data-active="active"] {
  display: block;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  ;
  gap: 25px;
  padding: 75px 40px 75px 75px;
}

.project-grid .grid-items {
  border: 1px solid #B7B7B7;
}

ul.project-des {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 10px 15px 15px;
  justify-content: space-between;
  gap: 20px 0;
  align-items: center;
  margin: 0;
}

.link {
  font: 16px 'OpenSans-Medium';
  color: #274F9A;
  text-align: right;
}

/* who we are section */
.who-sec {
  position: relative;
  background: url(../build/img/home/who-bg.png)no-repeat center/cover;
  padding-bottom: 50px;
}

.line2::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15.5%;
  width: 31%;
  height: 1px;
  background: #000000;
  background: linear-gradient(260deg, rgba(0, 0, 0) -80%, rgba(102, 102, 102, 0) 100%);
}

.line2::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 53.5%;
  width: 31%;
  height: 1px;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0) -80%, rgba(102, 102, 102, 0) 100%);
}

.who-des {
  font: clamp(18px, 4vw, 20px) 'OpenSans-Regular';
  line-height: 30px;
}

.who-img {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
}

/* Enquiry Section */
.enquiry-sec {
  position: relative;
  margin: 70px 0 30px;
}

.visit-bg {
  background: #EBF0FE;
  padding: 20px 0;
  position: relative;
  margin-top: 7.5rem;
}

.enquiry-img {
  position: absolute;
  bottom: 0%;
  right: 47%;
}

/* Enquiry Form CSS */

.form-sec {
  padding: 100px 0;
}

.form-title {
  color: #274F9A;
  font: clamp(26px, 3.5vw, 40px) 'OpenSans-SemiBold';
}

.iti {
  width: 100%;
}

.iti__selected-flag {
  padding: 15px 5px 0 15px !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: unset !important;
}

form :is(input, textarea, select).errorform {
  border-bottom: 1px solid red !important;
}

input[placeholder],
[placeholder],
*[placeholder] {
  color: #363636 !important;
}

#contact_form .form-group {
  margin-bottom: 3.5rem;
}

#contact select {
  margin-bottom: 0px;
}

.form-control {
  display: block;
  padding: 2rem 1rem .5rem;
  font: 18px 'OpenSans-Regular';
  background-color: transparent !important;
  background-clip: padding-box;
  border: unset;
  border-radius: 0;
  border-bottom: 2px solid #274F9A !important;
}

.check-text {
  font: 13px 'OpenSans-Regular';
  
}

.form-control:focus {
  box-shadow: unset !important;
}

.submit_btn {
  background: #274F9A;
  border: unset;
  padding: 6px 32px;
  color: #fafafa;
  transition: all .2s linear;
}

.submit_btn:hover {
  transform: scale(1.1);
  transition: all .2s linear;
}

/* Circle Scroll Section  */

.scroll-sec {
  padding: 50px 0 20px;
  background: url(../build/img/home/scroll-bg.png) no-repeat center/cover;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.border-line {
  content: "";
  position: absolute;
  width: 62%;
  top: 110px;
  height: 1.5px;
  background: #000000;
}

#main {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  scroll-behavior: smooth;
  position: relative;
  z-index: 1;
}

#main section {
  height: 100vh;
  scroll-snap-align: start;
  display: flex;
  align-items: stretch;
  font-size: 3rem;
  color: #1c1c1c;
  flex-direction: column;
  justify-content: center;
  width: 810px;
}

.scroll-title {
  border-radius: 0px 28px 28px 0px;
  background: #274F9A;
  color: #ffffff;
  padding: 28px 0;
  text-align: center;
}

.scroll-des {
  color: #1C1C1C;
  font: clamp(18px, 4vw, 24px) "OpenSans-Medium";
  text-align: end;
}

.circle-nav {
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translate(-2%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.circle-nav::before {
  content: '';
  position: absolute;
  top: -20rem;
  right: -23rem;
  border: 2px solid #000000;
  border-radius: 50%;
  z-index: 0;
  width: 760px;
  height: 760px;
}

.circle-nav .item {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  font-weight: bold;
  user-select: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  transform: scale(0.5);
}

.mobile-scroll-sec {
  padding: 0px 0 20px;
  background: url(../build/img/home/scroll-bg.png) no-repeat center/cover;
}

.mobile-scroll-sec .swiper-container {
  padding: 0px 0 70px;
}

.mobile-scroll-sec .swiper-slide {
  text-align: center;
}

.mobile-scroll-sec .scroll-title {
  border-radius: 28px;
  background: #274F9A;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  margin-top: 1rem;
}

.mobile-scroll-sec .swiper-button-next,
.mobile-scroll-sec .swiper-button-prev {
  top: 92%;
  width: 22px;
  height: 16px;
}

.mobile-scroll-sec .swiper-button-prev {
  background: url(../build/img/about/left-arrow.svg) no-repeat center/cover;
  left: 40%;
  right: auto;
}

.mobile-scroll-sec .swiper-button-next {
  background: url(../build/img/about/right-arrow.svg) no-repeat center/cover;
  right: 40%;
  left: auto;
}

/* ==============================================
             About Us Page CSS
==================================================*/
.about-banner-sec {
  background: url(../build/img/about/about-banner.png) no-repeat center/cover;
  height: 950px;
  display: flex;
  align-items: center;
}

/* Story Section */
.story-sec {
  padding: 50px 0;
  position: relative;
}

.story-sec .line::after {
  top: 60px;
  left: 14%;
}

/* Vision Section */
.vision-bg {
  background: url(../build/img/about/vision-bg.png) no-repeat center/cover;
  padding: 50px 0;
}

#vision .line::after {
  top: 60px;
  left: 16.5%;
}

.box-border {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 1px solid #c7c7c7; */
  background: #ffffff;
  width: 58%;
  margin: 20px 0;
  text-align: center;
  padding: 0;
  border-radius: 0 110px 110px 0;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.box-border:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
  border-radius: 110px 0 0 110px;
}

.box-text {
  flex: 1;
  padding: 0 20px;
}

.box-title {
  font: clamp(30px, 4vw, 50px) 'Optima-Medium';
  color: #000000;
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.vision-line::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 41.5%;
  width: 86px;
  height: 3px;
  background: #274F9A;
  border-radius: 10px;
}

.box-des {
  font: clamp(18px, 4vw, 20px) 'OpenSans-Regular';
  color: #5D5D5D
}

.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
  .box-border {
    flex-direction: column;
    text-align: center;
  }

  .box-border:nth-child(odd) {
    flex-direction: column;
  }

  .box-icon {
    margin-bottom: 20px;
  }
}

/* Why Choose Section */
.choose-sec {
  padding: 50px 0 0;
  background: url(../build/img/about/choose-bg.png) no-repeat center/cover;
}

.choose-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 4rem;
}

.choose-grid .grid-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.choose-box {
  background: #274F9A;
  text-align: center;
  box-shadow: rgb(100 100 111 / 60%) 4px 4px 27px 0px;
  margin: 25px 0;
  padding: 10px 15px;
  border-radius: 14px;
  width: 328px;
  transition: transform 0.5s ease;
}

.choose-box:hover {
  transform: scale(1.2);
  transition: transform 0.5s ease;
}

.choose-title {
  font: 17px 'OpenSans-Regular';
  color: #ffffff;
}

.choose-value {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 24px;
}

/* Our Team Section */
.team-sec {
  padding: 50px 0 0;
  position: relative;
}

.team-sec .line::after {
  top: 60px;
  left: 16.5%;
}

.team-sec .swiper-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.team-slider .swiper-button-next,
.team-slider .swiper-button-prev {
  position: absolute;
  top: 96%;
  width: 22px;
  height: 16px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.modal-header {
  display: flex;
  flex-direction: column;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0 !important;
}

.team-slider .swiper-button-prev {
  background: url(../build/img/about/left-arrow.svg) no-repeat center/cover;
  left: 43%;
  right: auto;
}

.team-slider .swiper-button-next {
  background: url(../build/img/about/right-arrow.svg) no-repeat center/cover;
  right: 43%;
  left: auto;
}

.team-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transform: scale(1) !important;
  margin: 0 10px !important;
}

.team-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
}

.team-slider .swiper-pagination {
  bottom: 30px !important;
  width: auto !important;
  left: auto !important;
}

.popup-arrow {
  background: #E8F0FF;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  width: 55px;
  margin-left: 10px;
  transition: all .2s linear;
}

.popup-arrow:hover {
  transform: scale(.8);
  transition: all .2s linear;
}

.team-slider .swiper-slide {
  align-items: center;
}

/* Time And Achievements Section */

.time-sec {
  padding: 50px 0 0;
  position: relative;
}

.time-sec .line2::before {
  top: 62px;
  left: 7.5%;
  width: 35%;
}

.time-sec .line2::after {
  content: "";
  top: 62px;
  left: 57.5%;
  width: 35%;
}

.time-bg {
  background: #EBF0FE;
  padding: 45px 0;
}

.timeline-bg {
  background: url(../build/img/about/time-bg.png) no-repeat center/cover;
  padding: 50px 0;
  height: 660px;
}

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.timeline-event {
  position: relative;
  text-align: center;
  flex: 1;
  min-width: 140px;
}

.polygon {
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%);
  background: #274899;
  width: 220px;
  height: 96px;
}

.year-top,
.year-bottom {
  color: #ffffff;
  font: clamp(20px, 4vw, 48px) 'Optima-Medium';
  position: absolute;
  padding: 0px 3.5rem;
}

.year-top {
  top: -90px;
}

.year-bottom {
  bottom: -90px;
}

.event-title {
  font: 20px 'OpenSans-Regular';
  color: #ffffff;
  margin: 10px 0;
}

.event-top,
.event-bottom {
  position: absolute;
  width: 280px;
  left: 60%;
  transform: translateX(-50%);
  z-index: 9;
}

.event-top {
  top: -200px;
}

.timeline-event:last-child .event-top {
    top: -203px;
}

.event-bottom {
  bottom: -215px;
}


/* Responsive adjustments */
@media(max-width: 768px) {
  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .event-top,
  .event-bottom {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }

  .arrow {
    clip-path: none;
    border-radius: 25px;
  }
}

/* Enquiry Section */
.enquiry-label-sec {
  margin-top: 15rem;
}

.enquiry-bg {
  background: url(../build/img/about/enquiry-img.png) no-repeat center/cover;
  height: 310px;
  display: flex;
  align-items: center;
  padding: 0 50px;
  position: relative;
}

.enquiry-des {
  font: clamp(24px, 4vw, 30px) 'Optima-Bold';
  color: #ffffff;
  line-height: 60px;
}

.equiry-img {
  position: absolute;
  bottom: 0%;
}

.csr-sec {
  padding: 50px 0 30px;
  position: relative;
}

.csr-sec .line::after {
  top: 60px;
  left: 16.5%;
}

.csr-sec .swiper-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 50px 0 100px;
}

.csr-slider .swiper-slide {
  border-radius: 0;
}

.csr-slider .swiper-button-next,
.csr-slider .swiper-button-prev {
  position: absolute;
  top: 96%;
  width: 22px;
  height: 16px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.csr-slider .swiper-button-prev {
  background: url(../build/img/about/left-arrow.svg) no-repeat center/cover;
  left: 43%;
  right: auto;
}

.csr-slider .swiper-button-next {
  background: url(../build/img/about/right-arrow.svg) no-repeat center/cover;
  right: 43%;
  left: auto;
}

.csr-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transform: scale(1) !important;
  margin: 0 10px !important;
}

.csr-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
}

.csr-slider .swiper-pagination {
  bottom: 22px !important;
  width: 100px !important;
  left: auto !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: translateX(0%) !important;
}

/* Awards Section */
.award-sec {
  padding: 50px 0 30px;
  background: url(../build/img/about/award-bg.png) no-repeat center/cover;
  position: relative;
  height: 800px;
}

.award-sec .line::after {
  top: 60px;
  left: 12.5%;
}

.award-sec .swiper-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0px 0 100px;
}

.award-slider .swiper-wrapper {
  align-items: flex-end;
}

.award-slider .swiper-slide {
  border-radius: 10px;
  border: 2px solid #00000038;
  background: #ffffff;
  padding: 5px 15px;
  text-align: center;
  transform: scale(0.8) !important;
  height: 450px;
  transition: all .5s linear;
}

.award-slider .swiper-slide img {
  margin-bottom: 30px;
  width: 250px;
  height: 250px;
  object-fit: contain;

}

.award-slider .swiper-slide-active {
  transform: scale(1) !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 5px;
  height: 500px;
  width: 376px !important;
  transition: all .5s linear;
}

.award-slider .swiper-slide-active img {
  margin-bottom: 0;

}

.award-slider .swiper-button-next,
.award-slider .swiper-button-prev {
  position: absolute;
  top: 93%;
  width: 22px;
  height: 16px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.award-slider .swiper-button-prev {
  background: url(../build/img/about/left-arrow.svg) no-repeat center/cover;
  left: 44%;
  right: auto;
}

.award-slider .swiper-button-next {
  background: url(../build/img/about/right-arrow.svg) no-repeat center/cover;
  right: 44%;
  left: auto;
}

.award-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transform: scale(1) !important;
  margin: 0 10px !important;
}

.award-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
}

.award-slider .swiper-pagination {
  bottom: 30px !important;
  width: 100px !important;
  left: auto !important;
}

.award-slider .swiper-slide .a_img {
  opacity: 0;
}

.award-slider .swiper-slide-active .a_img {
  position: absolute;
  bottom: 10px;
  right: 15px;
  opacity: 1;
}

.award-slider .swiper-slide .watermark {
  display: none;
}

.award-slider .swiper-slide-active .watermark {
  font: 130px 'OpenSans-Bold';
  color: #3767c069;
  display: inline;
  position: absolute;
  right: 4%;
  top: 70%;
}

/* ==============================================
             Project Page CSS
==================================================*/
.project-banner-sec {
  background: url(../build/img/project/project-banner.png) no-repeat center/cover;
  height: 845px;
}

.banner-des {
  text-align: center;
  margin-top: 10rem;
}

.project-sec {
  background: url(../build/img/project/project-bg.png) no-repeat center/cover;
  height: 440px;
  position: relative;
  padding: 20px 0;
}

.project-sec .line::after {
  top: 30px;
  left: 28.5%;
  width: 60%;
}

.warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-sec {
  z-index: 99;
  position: relative;
  margin: -14rem 0 4rem;
}

.grid-sec .tabs {
  background: #274F9A;
  padding: 4px;
}

.grid-sec .tab {
  cursor: pointer;
  padding: 5px 10px;
  margin: 0px 2px;
  display: inline-block;
  color: #D8E5FF;
  font: 20px 'OpenSans-Regular';
}

.panels {
  overflow: hidden;
  margin-top: 3rem;
}

.grid-sec .panel {
  display: none;
  animation: fadein .8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.radio {
  display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel {
  display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font: 24px 'OpenSans-Regular';
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.property-grid .grid-items {
  border: 1px solid #B7B7B7;
  text-align: center;
}

ul.property-des {
  list-style: none;
  display: flex;
  padding: 10px 0px;
  justify-content: space-between;
  gap: 20px 0;
  margin: 0px 10px;
  border-top: 1px solid #cccccca1;
  border-bottom: 1px solid #cccccca1;
}

.down-btn {
  background: #274F9A;
  color: #ffffff !important;
  border: unset;
  font: 16px 'OpenSans-SemiBold';
  padding: 10px 15px;
  margin: 15px 0;
}

.vertic-img {
  position: absolute;
  top: 47%;
  left: 0%;
}

/* Marquee Section */
.marquee-sec {
  background: url(../build/img/project/marquee-bg.png)no-repeat center/cover;
  position: relative;
  height: 950px;
  display: flex;
  align-items: center;
}

.marquee-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.marquee-wrap,
.marquee-wrap ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.marquee-wrap>li {
  display: flex;
  align-items: center;
  width: var(--scroller-size);
  will-change: transform;
  animation: text-scroller 15000ms linear 0ms normal infinite;
  text-indent: 0;
  justify-content: space-around;
  -webkit-transition: all 3000ms linear 0ms;
  -moz-transition: all 3000ms linear 0ms;
  -ms-transition: all 3000ms linear 0ms;
  -o-transition: all 3000ms linear 0ms;
  transition: all 3000ms linear 0ms;
  white-space: nowrap;

}

@keyframes text-scroller {
  100% {
    transform: translateX(calc(var(--scroller-size)*-0.5));
  }
}

.marquee-wrap>li:nth-child(2) {
  animation-direction: reverse;
  color: blue;
}

.marquee-wrap>li>ul li {
  display: inline-block;
  padding: 4vw 5vw;
  font: 130px 'OpenSans-ExtraBold';
  color: transparent;
  -webkit-text-stroke: 2px #274F9A;
  letter-spacing: -2px;
}

:root {
  --scroller-size: 150vw;
}

@media only screen and (max-width: 600px) {
  :root {
    --scroller-size: 200vw;
  }
}

.marquee-img {
  position: absolute;
  z-index: 9;
  top: 2%;
  left: 30%;
  right: auto;
}

/* Founder Section */
.founder-sec {
  padding: 10px 0 145px;
  background: url(../build/img/home/founder-bg.png)no-repeat center/cover;
  position: relative;
}

.line3::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15.5%;
  width: 29%;
  height: 1px;
  background: #000000;
  background: linear-gradient(260deg, rgba(0, 0, 0, .5) -80%, rgba(102, 102, 102, 0) 100%);
}

.line3::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 55.5%;
  width: 29%;
  height: 1px;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, .5) -80%, rgba(102, 102, 102, 0) 100%);
}

.founder-sub {
  font: clamp(30px, 4vw, 40px) 'Optima-Medium';
  color: #515151;
  padding: 50px 0;
}

.founder-sub::before {
  content: "❝";
  position: absolute;
  left: 21%;
  top: 10%;
  color: #274F9A;
  font: clamp(34px, 4vw, 72px) 'OpenSans-SemiBold';
}

.founder-sub::after {
  content: "❞";
  position: absolute;
  right: 21%;
  top: 50%;
  color: #274F9A;
  font: clamp(34px, 4vw, 72px) 'OpenSans-SemiBold';
}

.founder-img {
  position: absolute;
  top: 15%;
  left: 22%;
}

.logo-vertical {
  position: absolute;
  width: auto;
  left: 0;
}

/* properties Location Section */
.location-sec {
  position: relative;
  padding: 50px 0 80px;
}

.line4::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 7.5%;
  width: 100%;
  height: 1px;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0) -80%, rgba(102, 102, 102, 0) 100%);
}

/* Main Tabs */
.top-tabs-container {
  border: 1px solid #000000;
  border-radius: 12px;
  margin-top: 20px;
}

.location-sec label {
  color: #000000;
  display: inline-block;
  cursor: pointer;
  padding: 12px 20px;
  font: 14px 'OpenSans-Regular';
  margin: 0;
}

/* Active state styling */
label.active {
  color: #FF9914 !important;
  /* Active text color */
}

label:hover {
  color: #FF9914;
}

label:active {
  color: #dce775;
}

.tab-radio {
  display: none;
}

.sub-tab-content,
.tab-content {
  display: none;
}

.tab-radio:checked+.tab-content,
.tab-radio:checked+.sub-tab-content {
  display: flex;
}

.sub-tab-content {
  width: 82%;
  border-right: 1px solid #8b8b8b;
}

/* Sub-tabs */
.Sub-tabs-title {
  font: 20px 'OpenSans-Regular';
}

.sub-tabs-container {
  width: 18%;
  text-align: center;
}

.sub-tabs-container label {
  color: #030700;
  min-width: 170px;
  height: 30px;
  text-align: center;
  font: 20px 'OpenSans-Regular';
  padding: 0;
  margin-top: 15px;
}

.sub-tabs-container label:active {
  color: #37474f;
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.3);
}

.sub-tabs-container label:hover {
  background-color: #FF9914;
  border-radius: 12px;
  color: #ffffff;
}

/* Tab Content */
.tab-content {
  padding: 10px;
  background-color: #ffffff;
  margin-top: 2rem;
}

.sub-grid {
  display: grid;
  grid-template-columns: 28% 28% 38%;
  column-gap: 25px;
}

/* Testimonials Section */
.testy-sec {
  padding: 10px 0 145px;
  background: url(../build/img/home/testy-bg.png) no-repeat center / cover;
  position: relative;
}

.testy-sec .line2::before {
  top: 20px;
  left: 14.5%;
}

.testy-sec .line2::after {
  top: 20px;
  left: 54.5%;
}

.highlight {
  color: #2a57c7;
}

.swiper {
  width: 100%;
  /* max-width: 1000px; */
  margin: auto;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}

.swiper-thumbs {
  margin-top: 30px;
}

.swiper-thumbs .swiper-slide {
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #2a57c7;
}

/* ======================== ACTIVE STATE HIGHLIGHTS ======================== */

/* Main Tab Active */
#main-tab-1:checked+.top-tabs-container label[for="main-tab-1"],
#main-tab-2:checked+.top-tabs-container label[for="main-tab-2"],
#main-tab-3:checked+.top-tabs-container label[for="main-tab-3"] {
  background-color: #FF9914;
  color: white;
  border-radius: 12px;
}

/* Sub-tabs for each main tab */
#sub-tab-1:checked~.sub-tabs-container label[for="sub-tab-1"],
#sub-tab-2:checked~.sub-tabs-container label[for="sub-tab-2"],
#sub-tab2-1:checked~.sub-tabs-container label[for="sub-tab2-1"],
#sub-tab2-2:checked~.sub-tabs-container label[for="sub-tab2-2"],
#sub-tab3-1:checked~.sub-tabs-container label[for="sub-tab3-1"],
#sub-tab3-2:checked~.sub-tabs-container label[for="sub-tab3-2"] {
  background-color: #FF9914;
  color: white;
  border-radius: 12px;
}

/* ==============================================
        scroll-up, side enquiry, call button
==================================================*/
.to-top {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  display: none;
}

.to-top a.back-to-top {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #000000;
  font-size: 2em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #f9ca85;
  transition: 0.3s;
}

.back-to-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #6b7c9c;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.back-to-top:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #6b7c9c;
}

.call_float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 19px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  z-index: 100;
}

.call_float::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00984A;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.call_float:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #00984A;
}



/* Careers CSS Start */

.common-banner {
  background: url(../build/img/careers/careers-banner-great-place-work.webp) no-repeat center/cover;
  height: 690px;
}

.mt-85 {
  margin-top: 85px;
}

.banner-title {
  color: #274F9A;
  margin-top: 200px;
}

.banner-description {
  font-size: clamp(18px, 2.2vw, 26px);
}

.core-sec {
  padding: 50px 0;
}

.core-sec .tab-content {
  display: block;
}

.core-sec .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: unset;
  --bs-nav-tabs-border-width: 0px;
}

.core-sec .nav-item {
  border-right: 2px solid #a3a3a3;
}

.core-sec .tab-content>.active {
  display: block;
  border: 1px solid #a3a3a3;
  padding: 40px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  margin: 0px 25px;
  color: #274f9a;
  font: 18px 'OpenSans-SemiBold';
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #274f9a;
  border-radius: 0;
}

.core-sec ul li {
  margin-top: 15px;
  font: 16px 'OpenSans-Regular';
}

.culture-h {
  color: #000000;
  font-size: 46px;
}

.culture-p {
  color: #000000;
  font-size: 40px;
}

.culture-head {
  padding: 0px 320px 0px 320px;
  display: flex;
  align-items: baseline;
}

.culture {
  background: url(../build/img/careers/culture.png) no-repeat center/cover;
  padding-bottom: 50px;
}

.slide-container {
  margin: 0 30px;
  overflow: hidden;
}

.card-wrapper .swiper-slide {
  text-align: center;
}

.circle-box {
  width: 210px;
  height: 210px;
  border: 15px solid #1b3e7c;
  /* Blue border */
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  transition: border-color 0.3s ease;
}

.circle-box:hover {
  border-color: #EBF0FE;
  /* Gray on hover */
}

.circle-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-navBtn {
  color: #000;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
}

/* .swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
} */
.swiper-pagination-bullet {
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}

.culture {
  position: relative;
}

.culture .swiper-button-next:after,
.culture .swiper-button-prev:after {
  font-family: none;
  font-size: 0px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 0;
}

.culture .swiper-button-next {
  top: 91%;
  left: 94%;
  width: 50px;
  height: 50px;
  right: auto;
  background: url(../build/img/careers/arrow-right.png)no-repeat !important;
  background-position: center;
  background-size: cover;
}

.culture .swiper-button-prev {
  position: absolute;
  top: 91%;
  left: 90%;
  width: 50px;
  height: 50px;
  right: auto;
  background: url(../build/img/careers/arrow-left.png)no-repeat !important;
  background-position: center;
  background-size: cover;
}


.swiper-containe1,
.swiper-containe2 {

  height: 550px;
  overflow: hidden;
  position: relative;
}

.swiper-containe2 {
  background: url(../build/img/careers/a-bg.png)no-repeat center/cover !important;
}

.swiper-containe1 {
  background-color: #EBF0FE;
  padding: 50px 0px;
}

.team-sec .swiper-slide {
  display: flex;
  /* justify-content: center;
  align-items: center; */
  /* background: tomato; */
  width: 100%;
  border-radius: 0px;
  flex-direction: column;
}


.grid {
  display: grid;
  grid-template-columns: 60% 40%;
}

.team-sec {
  position: relative;
}

.swiper-btn-prev {
  position: absolute;
  top: 64%;
  left: 8%;
  width: 35px;
  height: 35px;
  right: auto;
  background: url(../build/img/careers/white-left.png)no-repeat center/cover !important;
  z-index: 999;
}

.swiper-btn-next {
  position: absolute;
  top: 64%;
  right: 75% !important;
  width: 35px;
  height: 35px;
  right: auto;
  background: url(../build/img/careers/white-right.png)no-repeat center/cover !important;
  z-index: 999;
}

.teamsec-btn {
  font: 16px 'OpenSans-SemiBold';
  width: 155px;
  height: 43px;
  background: #ffffff;
  color: #274F9A;
  border: unset;
  margin-left: 3rem;
  margin-top: 2rem;
  border-radius: 7px;
  transition: all .2s linear;
}

.teamsec-btn:hover {
  transform: scale(1.1);
  transition: all .2s linear;
}

.team-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000069;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.team-popup-content {
  background: rgba(255, 255, 255, 0.08);
  padding: 42px;
  max-width: 60%;
  height: 80%;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  color: #fff;
  text-align: center;
}

.team-popup-content .swiper-slide img {
  width: 600px !important;
  height: 500px !important;
  object-fit: cover;
}

.team-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: #274F9A;
  color: white;
  padding: 3px 9px;
  border-radius: 50%;
  cursor: pointer;
}

.team .swiper {
  width: 100%;
  height: 100%;
}

.team .swiper-slide img {
  width: 100%;
  border-radius: 8px;
}

.swiper-popbutton-prev {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 35px;
  height: 35px;
  right: auto;
  background: url(../build/img/careers/white-left.png)no-repeat center/cover !important;
  z-index: 999;
}

.swiper-popbutton-next {
  position: absolute;
  top: 50%;
  right: 3% !important;
  width: 35px;
  height: 35px;
  right: auto;
  background: url(../build/img/careers/white-right.png)no-repeat center/cover !important;
  z-index: 999;
}

.infra-tabs {
  margin-bottom: 30px;
  text-align: center;
}

.infra-tab {
  padding: 10px 30px;
  border: none;
  margin: 0 30px;
  background-color: #eaf0ff;
  color: #002265;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}

.infra-tab.active {
  background-color: #274F9A;
  color: white;
}

.infra-tab.active p {
  color: white !important;
}

.infra-gallery {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  margin: 0 auto;
}

.infra-gallery.active {
  display: grid;
}

.infra-gallery img {
  width: 100%;
  height: auto;
}

.career-section {
  width: 100%;
  padding: 80px 0;
  background: url(../build/img/careers/jobs-bg.png)no-repeat center/cover !important;
  background-size: cover;
}



.career-heading {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #002265;
}



/* Accordion styles */
.accordion {
  background: transparent;
  border: none;
  /* border-bottom: 1px solid #444; */
  padding: 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  width: 95%;
  position: relative;
  outline: none;
}

.career-section .accordion {
  border-bottom: 1px solid #444;
}

.accordion p {
  color: #363636;
}

.career-section {
  padding-bottom: 50px;
}

.career-section .accordion::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #002265;
  border-bottom: 2px solid #002265;
  transition: transform 0.3s ease;
}

.accordion.active::after {
  transform: translateY(-50%) rotate(225deg);
}

.career-section .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #f9f9f9;
  padding: 0 20px;
}

.panel p {
  margin: 15px 0;
}

/* Form styles */
.career-form {
  background: white;
  padding: 30px 50px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.career-form h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.career-form input,
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #274F9A !important;
  outline: none;
}

.career-form select {
  background: url(../build/img/down-arrow.png) no-repeat;
  background-position: 95% 80%;
}

.career-form :is(input, textarea, select).errorform {
  border-bottom: 1px solid red !important;
}

.career-form .iti__selected-flag {
  padding: 15px 5px 15px 15px !important;
}

.career-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #363636;
  opacity: 1;
  /* Firefox */
}

.career-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #363636;
}

.career-form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #363636;
}

.career-form input[type="file"] {
  border: none;
}

.career-form button {
  text-align: center;
}

.see-all {
  color: #002265;
  font-weight: 500;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}

/* Careers CSS End */



/* Blogs CSS Start */


.blogs-banner {
  background: url(../build/img/blogs/banner-new1.jpg) no-repeat center/cover;
  height: 600px;
  display: flex;
  align-items: center;
  text-align: center;
}

.parent-grid {
  display: grid;
  row-gap: 30px;
  column-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-right: 2rem;
}

.recent-grid {
  display: grid;
  gap: 30px;
}

.recent-grid .grid-items,
.parent-grid .grid-items {
  display: flex;
  flex-direction: column;
  background-color: #EFEFEF;
  border-radius: 10px;
}

.parent-grid .grid-items img {
  width: 410px;
  height: 272px;
  object-fit: cover;
}

.blog-content {
  display: flex;
  margin: 10px 0px 0px 10px;
  justify-content: space-between;
  align-items: center;
}

h5.blog-heading {
  font-size: 20px;
}

.blog-des {
  margin-left: 10px;
  margin-bottom: 15px;
  font-family: OpenSans-Regular;
  margin-right: 10px;
}

.date {
  font-size: 12px;
  margin-right: 10px;
  font-family: OpenSans-Regular;
}

h5.blog-heading {
  font-size: 20px;
  margin-right: 5px;
  font-family: OpenSans-Regular;
}

.recent-grid .grid-items:hover,
.parent-grid .grid-items:hover {
  background-color: #274F9A;
  box-shadow: 0 8px 20px rgb(0 0 0 / 61%);
  transition: 0.3s;
  color: #fff;
}

.blogs-sec {
  padding: 50px 0px;
}

/* Blogs CSS End */



/* Blogs Single CSS Start */

.blog-single {
  background: url(../build/img/blogs-single/blogs-bg.png) no-repeat center/cover;
  height: auto;
  padding-top: 200px;
  padding-bottom: 100px;
}

.blog-buttons {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}

/* Blogs Single CSS End */



/* News and Events CSS Start */
.news-banner {
  background-color: #f0f0f0;
  background: url(../build/img/news/new-banner.jpg) no-repeat center / cover;
  padding: 200px 0px;
  margin-top: 75px;
}

.articles-sec {
  background: url(../build/img/news/articles-bg.png) no-repeat center/cover;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}


.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.news-header h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
}

.view-all {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.articles-sec .swiper-slide {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.articles-sec .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.news-caption {
  background: #7D7D7D;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* Arrow customization */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
  bottom: -30px;
  top: auto;
}

/* Position arrows bottom centered */
.swiper-button-next {
  right: 45%;
}

.swiper-button-prev {
  left: 45%;
}

.swiper-pagination {
  bottom: -20px !important;
}

.row.news-slide {
  margin: 0px 100px;
}

.articles-sec .swiper-button-next {
  top: 98%;
  left: 54%;
  width: 50px;
  height: 50px;
  right: auto;
  background: url(../build/img/careers/arrow-right.png)no-repeat !important;
  background-position: center;
  background-size: cover;
}

.articles-sec .swiper-button-prev {
  position: absolute;
  top: 98%;
  left: 42%;
  width: 50px;
  height: 50px;
  right: auto;
  background: url(../build/img/careers/arrow-left.png)no-repeat !important;
  background-position: center;
  background-size: cover;
}

.articles-sec .swiper-button-next:after,
.articles-sec .swiper-button-prev:after {
  content: '';
}

.articles-sec .myNewsSwiper {
  padding-bottom: 80px;
}


.newsrelease-filter-area {
  background: #ffffff;
  padding: 0px 20px 40px 0px;
}

.newsrelease-filter {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.filter-group {
  display: flex;
  flex-direction: column;
}

.filter-label {
  font-size: 21px;
  margin-bottom: 8px;
  color: #222;
}

.newsrelease-filter select {
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  min-width: 180px;
}

/* ⚫ Grey Background Bottom Grid Section */
.newsrelease-grid-area {
  padding: 40px 20px;
}

.section-title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #000;
}

.newsrelease-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.newsrelease-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.newsrelease-card img {
  width: 100%;
  height: auto;
  display: block;
}

.newsrelease-filter select {
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;

  padding: 10px 40px 10px 15px;
  /* space for arrow */
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;

  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px;
}

section.newsrelease-section {
  padding: 50px 0px;
}

.magazine {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.magazine-card {
  display: flex;
  align-items: stretch;
  width: calc(50% - 10px);
  border: 1px solid #ddd;
  background: #fff;
}

.magazine-card img {
  width: 50%;
  height: auto;
  object-fit: cover;
}

.magazine-content {
  padding: 20px;
  width: 50%;
}

.magazine-content h4 {
  margin: 0 0 10px;
  font-weight: bold;
  font-family: 'Opensan-Medium' !important;
  font-size: 24px;
}

.magazine-content p {
  margin: 0;
}

.cta-section {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
}

.cta-section button {
  margin-top: 10px;
  padding: 8px 20px;
  background-color: #2c5aa0;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.magazine-sec {
  padding: 50px 0px;
}

/* News and Events CSS End */




/* Contact Us CSS Start */

.contact-banner {
  background: url(../build/img/contact/new-banner3.webp) no-repeat center/cover;
  height: 600px;
  display: flex;
  align-items: center;
  text-align: center;
}

.contact-sec {
  background: url(../build/img/contact/form-bg.png) no-repeat center/cover;
  padding: 60px 0px;
}

.info-section {
  padding: 30px;
  flex: 1;
  /*margin-left: 80px;*/
}

.heading-with-icons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.heading-with-icons h2 {
  font-size: 35px;
  margin: 0;
  line-height: 1.3;
  color: #000;
}

.social-icons {
  display: flex;
  gap: 25px;
  margin-top: 5px;
}

.social-icons a img {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.social-icons a img:hover {
  opacity: 0.7;
}

.info-section p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin: 20px 0;
}

.contact-details p {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.contact-details .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.contact-details {
  display: flex;
  justify-content: space-between;
}

.office-locations {
  padding: 60px 20px;
  text-align: center;
  background-color: #fff;
}

.office-locations h2 {
  font-size: 45px;
  margin-bottom: 40px;
  color: #000;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.office-box {
  padding: 0 15px;
  border-right: 1px solid #ddd;
}

.office-locations iframe {
  width: 1200px;
  height: 500px;
}

.office-box:last-child {
  border-right: none;
}

.location-icon {
  width: 32px;
  height: auto;
  margin-bottom: 15px;
}

.office-box h3 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 30px;
}

.office-box h4 {
  font-size: 18px;
  color: #274f9a;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
}

.office-locations h5 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 35px;
  margin-top: 70px;
}

.office-box p {
  font-size: 14px;
  color: #274f9a;
  line-height: 1.6;
}

/* Contact Us CSS End */



/* ==================================================== */
/* NRI-SECTIONS */
/* ==================================================== */
.nri-banner-sec {
  background: url(../build/img/nri/banner-nri-new1.webp) no-repeat center/cover;
  height: 905px;
  display: flex;
  align-items: center;
}

.nri-section-title {
  font-weight: 400;
  font: 64px "Optima-Medium";
  line-height: 80px;
  letter-spacing: 0%;
}

.stat-title {
  font: 24px "Optima-Medium";
  font-weight: 400;
  line-height: 100%;
  color: #464646;
}

.stat-value {
  font: 80px "OpenSans-Regular";
  font-weight: 400;
  letter-spacing: -12%;
  line-height: 100%;
  color: #274f9a;
  margin: 0;
}

.stat-value sup {
  font-size: 20px;
  font-weight: 400;
  color: #274f9a;
  top: -2.5rem;
}

.stat-subtext {
  font: 50px "Inter-regular";
  color: #464646;
  font-weight: 100 !important;
  letter-spacing: 0%;
  line-height: 100%;
}

.nri-count-hr {
  margin-top: 0%;
  width: 200px;
}

/* ============== */
.nri-smart-investments-sec {
  background: #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.nri-bg-light {
  background-color: #ebf0fe;
}

.nri-investment-title {
  font: clamp(32px, 4vw, 42px) "Optima-Medium";
  font-weight: 120%;
  letter-spacing: 0%;
  color: #000;
  font-size: 47px;
}

.nri-investment-subtitle {
  font: 23px "OpenSans-Regular";
  color: #161616;
  line-height: 1.5;
  width: 133%;
}

.nri-object-fit-cover {
  object-fit: cover;
}

.nri-icons-bar {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 25px;
  background-color: #0d3b72;
  padding: 45px 40px;
}

.nri-icon-item {
  color: #0d3b72;
  text-align: center;
}

.bussiness-women-img {
  position: relative;
  top: 250px;
}

.nri-icon-img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}

.nri-icon-item p {
  font-size: 12px;
  margin: 0;
  color: white;
}

.nri-whychoose-title {
  font: 16px "Inter-Medium";
  max-width: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}

/* =================================== */
.nri-gateway-sec .nri-gateway-border {
  width: 327px;
  height: 225px;
  border: solid 1px #274f9a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nri-gateway-border p {
  color: #274f9a;
}

.bg-blue {
  background-color: #274f9a;
  position: relative;
  z-index: 1;
}

.building-img {
  position: relative;
  background-color: white;
  margin-top: 50px;
  margin-bottom: -250px;
  z-index: 2;
}

.gateway-header {
  background-color: #ebf0fe;
  height: 174px;
  text-align: center;
  display: flex;
  justify-content: center;
  /* horizontal centering */
  align-items: center;
}

.gateway-header p {
  font: clamp(34px, 4vw, 61px) "Optima Medium";
  font-weight: 400;
  line-height: clamp(36px, 4vw, 75px);
  margin: 0 auto;
  color: #274f9a;
}

@media (max-width: 767.98px) {
  .nri-gateway-sec .nri-gateway-border {
    width: 90%;
    height: auto;
    padding: 20px 0;
  }

  .nri-gateway-sec .row>div {
    margin-bottom: 20px;
  }

  .building-img {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bg-blue .nri-gateway-border {
    width: 90%;
  }

  .bg-blue .row>div {
    margin-bottom: 20px;
  }

  .bg-blue p.desc {
    padding: 0 15px;
    text-align: center;
  }
}

/* ============================================ */
.properties-subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  color: #555;
}

.properties-title {
  font-size: clamp(34px, 4vw, 64px);
  color: #274f9a;
  margin: 10px 0;
}

.properties-view {
  font-size: 18px;
  color: #656565;
  margin: 20px 0;
}

.location-filters {
  border: 1px solid #7d7d7d;
  width: 500px;
  margin: 0 auto;
  border-radius: 10px;
}

.location-btn {
  border: none;
  background: none;
  color: #000000;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 500;
}

.location-btn.active {
  color: #FF9914;
  border-radius: 5px;
}

.property-card {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
  background: #fff;
}

.property-card:hover {
  transform: translateY(-5px);
}

.property-details h5 {
  color: #000;
  margin-bottom: 10px;
}

.property-info small {
  color: #777;
}

.property-info strong {
  color: #333;
}

.load-more {
  color: #274f9a;
  text-decoration: none;
  font-weight: 500;
}

.load-more:hover {
  text-decoration: underline;
}

/* .location-btn.active {
  background: #f60;
  color: #fff;
  border-radius: 5px;
} */

.property-card {
  display: block;
  /* default show */
}

.nri-form-sec {
  background: url("../build/img/nri/nri-form-bg.png") no-repeat center/cover;
  height: 878px;
  position: relative;
}

.form-img {
  position: absolute;
  top: 0px;
}

.nri-form input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.nri-form input:-ms-input-placeholder {
  color: #ffffff;
}

.nri-form input::-ms-input-placeholder {
  color: #ffffff;
}

.nri-form .form-control {
  display: block;
  padding: 2rem 1rem .5rem;
  font: 18px 'OpenSans-Regular';
  background-color: transparent !important;
  background-clip: padding-box;
  border: unset;
  border-radius: 0;
  border-bottom: 2px solid #ffffff !important;
}

.nri-form-btn {
  background-color: white;
  color: #274f9a;
}

.nri-form-btn-enquire {
  background-color: #274f9a;
  color: white;
}

.nri-form input[type="date"]::placeholder {
  color: #ffffff;
  opacity: 1;
}

.nri-form input[type="date"]::-webkit-datetime-edit {
  color: #ffffff;
}

.nri-form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* ============================================ */
.nri-growth-sec {
  background-image: url("../build/img/nri/nri-bg-growth.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  color: #fff;
}

.nri-growth-header {
  font: clamp(34px, 4vw, 64px) "Optima Medium";
  font-weight: 400;
  line-height: clamp(40px, 4vw, 75px);
  text-align: center;
}

.nri-des {
  font: 20px "Optima Medium";
  font-weight: 400px;
  line-height: clamp(40px, 4vw, 75px);
  text-align: center;
}

.growth-image-wrapper {
  position: relative;
  display: inline-block;
}

/* Base for all positioned items */
.growth-item {
  position: absolute;
  width: 160px;
  height: 140px;
  cursor: pointer;
  z-index: 10;
}

.growth-item::after {
  content: attr(data-label);
  position: absolute;
  bottom: 150%;
  left: 30%;
  transform: translateX(-50%);
  background: #274F9A;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  max-width: 240px;
  width: max-content;
  white-space: normal;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  text-align: left;
}

/* Optional arrow pointer */
.growth-item::before {
  content: "";
  position: absolute;
  bottom: 138%;
  left: 30%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #274F9A transparent transparent transparent;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 999;
}

.growth-item:hover::after,
.growth-item:hover::before {
  opacity: 1;
}

/* ==================== */
/* .testy-sec {
  background-color: #f9f9f9;
  padding: 60px 0 100px;
  position: relative;
} */

.section-subtitle {
  font-size: 14px;
  color: #888;
  letter-spacing: 2px;
}

.nri-section-title {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: bold;
  font-weight: 700;
  color: black;
  line-height: 100%;
}

.section-title .highlight {
  font-family: Arial, Helvetica, sans-serif;
  color: #246bfd;
}

.section-title .double-bang {
  color: #246bfd;
  font-size: 22px;
}

.nav-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.play-btn {
  border: none;
  border-radius: 50%;
  padding: 0;
}

.testy-sec .swiper-button-next,
.testy-sec .swiper-button-prev {
    position: absolute !important;
    top: 92%;
    width: 53px;
    height: 18px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.testy-sec .swiper-button-prev {
  background: url(../build/img/about/left-arrow.svg) no-repeat center/cover;
  left: 45%;
  right: auto;
}

.testy-sec .swiper-button-next {
  background: url(../build/img/about/right-arrow.svg) no-repeat center/cover;
  right: 45%;
  left: auto;
}

.testy-sec .swiper-pagination {
  bottom: 42px !important;
  width: auto !important;
  left: auto !important;
}

.testy-sec .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
}

.testy-sec .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transform: scale(1) !important;
  margin: 0 10px !important;
}

/* Curved Thumbnail Wrapper */
.thumb-curve-wrapper {
  position: relative;
  width: 100%;
  height: 140px;
  margin: 0 auto 140px;
  max-width: 850px;
}

.thumb {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.thumb img {
  width: 68px;
  height: 68px;
  object-fit: cover;
}

/* Curved positioning */
.thumb1 {
  top: 70px;
  left: 15%;
  transform: scale(1.2);
}

.thumb2 {
  top: 90px;
  left: 30%;
  transform: scale(1.2);
}

.thumb3 {
  top: 100px;
  left: 47%;
  z-index: 2;
  transform: scale(1.2);
}

.thumb4 {
  top: 90px;
  left: 63%;
  transform: scale(1.2);

}

.thumb5 {
  top: 70px;
  left: 79%;
  transform: scale(1.2);
}

.thumb6 {
  top: 70px;
  left: 79%;
  transform: scale(1.2);
}

.thumb7 {
  top: 40px;
  left: 94%;
  transform: scale(1.2);
}

/* Swiper Styles */
.main-swiper {
  padding: 0 15px;
}

.main-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-swiper .swiper-slide img {
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* Navigation */
.nav-arrows button {
  background: none;
  border: none;
  font-size: 28px;
  margin: 0 10px;
  cursor: pointer;
  color: #246bfd;
}

.desc {
  font-size: 14px;
  color: #333;
}

.thumb.active {
  border-color: #274f9a;
  transform: scale(1.3);
  border-width: 3px;
  transition: all .2s linear;
}

/* marquee section */
.marquee-sec {
  background: url(../build/img/project/marquee-bg.png) no-repeat center/cover;
  position: relative;
  height: 1050px;
  display: flex;
  align-items: center;
}

.marquee-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.marquee-wrap,
.marquee-wrap ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.marquee-wrap>li {
  display: flex;
  align-items: center;
  width: var(--scroller-size);
  will-change: transform;
  animation: text-scroller 15000ms linear 0ms normal infinite;
  text-indent: 0;
  justify-content: space-around;
  -webkit-transition: all 3000ms linear 0ms;
  -moz-transition: all 3000ms linear 0ms;
  -ms-transition: all 3000ms linear 0ms;
  -o-transition: all 3000ms linear 0ms;
  transition: all 3000ms linear 0ms;
  white-space: nowrap;
}

@keyframes text-scroller {
  100% {
    transform: translateX(calc(var(--scroller-size) * -0.5));
  }
}

.marquee-wrap>li:nth-child(2) {
  animation-direction: reverse;
  color: blue;
}

.marquee-wrap>li>ul li {
  display: inline-block;
  padding: 4vw 5vw;
  font: clamp(80px, 4vw, 130px) "OpenSans-ExtraBold";
  color: transparent;
  -webkit-text-stroke: 2px #274f9a;
  letter-spacing: -2px;
}

:root {
  --scroller-size: 150vw;
}

@media only screen and (max-width: 600px) {
  :root {
    --scroller-size: 200vw;
  }
}

.marquee-img {
  position: absolute;
  z-index: 9;
  top: 2%;
  left: 30%;
  right: auto;
}

.nri-sec-faq {
  padding: 80px 0;
  font-family: "Segoe UI", sans-serif;
  background: url(../build/img/nri/faq-bg.png) no-repeat center/cover;
}

.nri-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.nri-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.nri-col-left {
  flex: 1 1 40%;
}

.nri-col-right {
  flex: 1 1 55%;
}

.nri-heading {
  font-size: 48px;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 52px;
  color: black;
}

.nri-heading span {
  display: inline-block;
  margin-top: 5px;
}

.nri-text {
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 16px;
}

.nri-more-faqs {
  text-decoration: none;
  font-weight: 500;
  color: #0044cc;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.nri-more-faqs span {
  margin-left: 8px;
}

.nri-faq-item {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  cursor: pointer;
}

.nri-faq-question {
  font-weight: 600;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nri-faq-answer {
  margin-top: 10px;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  display: none;
}

.nri-faq-item.nri-open .nri-faq-answer {
  display: block;
}

.nri-faq-item .nri-icon {
  font-size: 24px;
  font-weight: bold;
}

.nri-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  margin-top: 0;
}

.nri-faq-item.nri-open .nri-faq-answer {
  max-height: 500px;
  /* Set high enough to fit full content */
  opacity: 1;
  margin-top: 10px;
}

/* ==================================================================== */
/* property section */
/* ======================================================================= */
.property-banner-sec {
  background: url(../build/img/property/properties-banner-bg.png) no-repeat center/cover;
  height: 905px;
  display: flex;
  align-items: center;
}

.property-banner-sec {
  background-color: #fff;
  position: relative;
}

.project-title {
  font: 69.61px "Optima-Normal";
  font-weight: 550;
  line-height: 110.00000000000001%;
  letter-spacing: -3%;
  color: #161616;
}

.project-subtitle {
  font: 30px "OpenSans-Medium";
  color: #333;
  margin-top: 10px;
}

.property-banner-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.banner-info {
  min-width: 145px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-label {
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 500;
}

.info-value {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.banner-image {
  max-width: 100%;
  height: auto;
  margin-top: 10rem;
}

/* slider */
.property-sec-slider {
  background-color: white;
  max-width: 100%;
  height: auto;
}

.property-sec-slider .line::after {
  top: 39px;
  left: 17.5%;
}

.property-slider {
  background: #e7ebfd;
  height: 443px;
  padding: 30px 10px;
  margin-bottom: 22rem;
}

.property-text-white {
  padding: 30px 0px;
  font-size: 16px;
  color: #333;
}

.property-section-title {
  font: clamp(40px, 4vw, 64px)"Optima-Normal";
  line-height: 56px;
  color: #1e1e1e;
}

.property-section-desc {
  font-size: 20px;
  font-family: "OpenSans-Medium";
  color: #333;
}

.property-section-title-sub {
  font-size: clamp(40px, 4vw, 48px);
  font-family: "Optima-Medium";
  color: #000;
}

.completed-sec {
  background: #e7ebfd;
  padding: 30px 10px;
  margin-bottom: -1rem;
  position: relative;
}

.completed-sec .line::after {
  top: 39px;
  left: 17.5%;
}

.completed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  ;
  gap: 25px;
}

/* property-sec-acc & map*/
.property-sec-acc {
  background-image: url(../build/img/property/property-acc-bg.png);
  background-color: #ebf0fe;
}

.property-head-sec {
  background-color: #274f9a;
}

.property-hr {
  width: 120px;
  height: 3px;
  background-color: #007bff;
  border: none;
  margin: 30px auto;
  border-radius: 2px;
}

/* dynamicslider-sec */
.amenities-heading {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  color: #000;
}

.large-a {
  font-size: 60px;
  color: #274f9a;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.amenities-section .line::after {
  top: 59px;
  left: 10.5%;
}

.amenities-desc {
  margin: 15px;
  font-size: 16px;
  color: #444;
}

.amenities-tabs {
  margin-top: 20px;
  margin-right: -40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tab-btn {
  background: none;
  border: none;
  font-weight: bold;
  width: 150px;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
  padding: 10px 22px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  background: #274f9a;
  color: #ffffff;
}

.tab-btn.active {
  background-color: #f3f3f3;
  color: black;
}

.amenities-swiper {
  display: none;
  margin-top: 20px;
}

.amenities-swiper.active {
  display: block;
}

.amenity-caption {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
}

.amenities-bg {
  background-image: url(../build/img/property/amendities-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto;
  padding: 0 1rem 7rem 4rem;
}

.amendities-swiper-bg {
  background-color: #f3f3f3;
  padding: 0 25px 20px;
}

/* siteplan-sec */
/* .site-plan-sec p {
  font: 58.26px "Optima-Medium";
} */
.site-plan-sec .sub-head {
  font: 24px "Optima-Medium";
  text-decoration: underline;
  color: #274f9a;
}

.wireframe-container {
  display: grid;
  place-items: center;
  min-height: 80vh;
}

.wireframe-inner-container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
}

.wireframe-image-container {
  max-width: 1800px;
  max-height: 500px;
  aspect-ratio: 1.6/1;
}

.wireframe-slider-image {
  width: 1800px;
  height: 500px;
  object-fit: cover;
  object-position: left;
  display: block;
  max-width: 100%;
}

.wireframe-image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: grayscale(100%)
}

.wireframe-slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.wireframe-slider:focus-visible~.slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.wireframe-slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #000;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.wireframe-slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

.site-sec {
  position: relative;
  background: url(../build/img/property/site-dwd.png) no-repeat center center;
  background-size: cover;
  height: 805px;
}

.plan-title {
  background: #fff;
  color: #000000;
  display: flex;
  justify-content: center;
  margin: 0 auto -25px;
  z-index: 9;
  position: relative;
  width: 40%;
  font: clamp(20px, 4vw, 42px) 'Optima-Medium';
}

.rocket-img {
  position: absolute;
  right: 23.5%;
  top: 0%;
  z-index: 99;
}

.feature-box {
  position: absolute;
  top: 325px;
  left: 30px;
  height: 420px;
  overflow-y: scroll;
}

.property-sec-acc .accordion {
  width: 85%;
  float: right;
  margin-right: 25px;
}

.property-sec-acc .accordion-button {
  background: #3C3C3C !important;
  margin-bottom: 20px;
  border-radius: 10px !important;
  padding: 12px 40px;
  color: #ffffff;
  font: 20px 'OpenSans-Regular';
}

.property-sec-acc .accordion-item {
  background: unset;
  border: unset;
}

.property-sec-acc .accordion-body {
  background: #F6F6F6;
  margin-top: -20px;
  margin-bottom: 15px;
  border-radius: 0px 0px 10px 10px;
}

.property-sec-acc .accordion-button::after {
  background: url(../build/img/property/plus.svg) no-repeat center/cover;
}

/* Popup Form */
#formModal .modal-dialog {
  transform: none;
  max-width: 1240PX;
}

#formModal .modal-content {
  background-color: #d8d8d8;
  border-radius: 0;
}

#formModal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}

#formModal .btn-close {
  padding: 0.5em 0.5em;
  opacity: 1;
  margin-left: auto;
}

.form-bg {
  background: #274F9A;
  padding: 40px 30px;
}

#formModal .form-control {
  padding: 2rem .5rem .5rem;
  border-bottom: 1px solid #ffffff !important;
}

#formModal .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.653);
  opacity: 1;
  /* Firefox */
}

#formModal .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.653);
}

#formModal .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.653);
}

#formModal .iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  color: rgba(255, 255, 255, 0.653);
}

#formModal .iti__arrow {
  border-top: 4px solid rgba(255, 255, 255, 0.653);
}

/* #formModal input[placeholder],
[placeholder],
*[placeholder] {
  color: #ffffff !important;
}*/

#formModal :is(input, textarea, select).errorform {
  border-bottom: 1px solid red !important;
}

#formModal option {
  color: #000000;
  padding: 0 10px;
}

.submit_pop {
  background: #ffffff;
  border: unset;
  color: #274F9A;
  font: 20px 'OpenSans-Medium';
  width: 135px;
  height: 38px;
  margin-top: 12px;
}

#formModal .marquee-wrap>li>ul li {
  padding: 0vw 2vw;
}

.popup-bg {
  background: url(../build/img/home/popup-bg.png) no-repeat center/cover;
  height: 75px;
  margin: 0;
}

.popup-contact {
  list-style: none;
  font: 24px 'OpenSans-Regular';
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}

#nri .line::after {
  top: 28px;
  left: 14.5%;
}

#why .line::after {
  top: 28px;
  left: 19.5%;
}

#value .line::after {
  top: 28px;
  left: 15.5%;
}

#faq .line::after {
  top: 28px;
  left: 10.5%;
}

#locate .line::after {
  top: 60px;
  left: 20.5%;
}

#sites .line2::before {
  top: 35px;
  left: 3.5%;
  width: 43%;
}

#sites .line2::after {
  top: 35px;
  left: 53.5%;
  width: 43%;
}

.arrow-rtl {
  animation: pulse 3s ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
    transform: translateX(10px);
  }

  100% {
    opacity: 0.7;
  }
}

.right-border-custom-height::after {
  content: "";
  position: absolute;
  top: -13px;
  right: -10px;
  width: 1px;
  height: 72px;
  background-color: #161616;
}

/* Terms And Conditions Page */
.term-banner {
  background: #f0f0f0;
  padding: 50px 0px;
  margin-top: 80px;
  text-align: center;
}

.terms-sec {
  padding: 50px 0;
}

.terms-sec p {
  margin-bottom: 10px;
  line-height: 28px;
}

.fs-45px {
  font-size: 48px;
}

.text-blue {
  color: #274f9a;
}

/* NRI Counter Section */
.nri-counter-sec {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  width: 100%;
  background: url('../build/img/nri/bg-sec3.webp') no-repeat center bottom / cover;
  padding: 60px 0;
}


.nri-counter-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(255 255 255 / 71%);
  z-index: 0;
}


.nri-counter-sec .container {
  position: relative;
  z-index: 1;
}

/* Title Styling */
.nri-counter-sec h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}

/* Counter Box */
.nri-counter-box {
  text-align: center;
  padding: 30px 20px;
}

.nri-counter-box h3 {
  font-size: 50px;
  font-weight: 700;
  color: #274f99;
  margin-bottom: 10px;
}

.nri-counter-box p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .nri-counter-sec h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .nri-counter-box h3 {
    font-size: 36px;
  }

  .nri-counter-box p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .nri-counter-sec {
    padding: 40px 0;
    min-height: auto;
  }

  .nri-counter-sec h2 {
    font-size: 28px;
  }

  .nri-counter-box {
    padding: 20px 10px;
  }

  .nri-counter-box h3 {
    font-size: 28px;
  }

  .nri-counter-box p {
    font-size: 14px;
  }
}

/* Stats Box Styling */
.stat-box {
  background: #f9f9f9;
  border: 2px solid #fefefe;
  border-radius: 12px;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 6px 8px 13px 0px rgb(0 0 0 / 26%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.nri-india-bg {
  position: relative;
  min-height: 915px;
  display: flex;
  align-items: center;
  width: 100%;
  background: url(../build/img/nri/india-map-new.webp) no-repeat center bottom / cover;
  padding: 59px 0 0px 0px;
}

.pt-415px {
  padding-top: 415px;
}

.nri-bg-benefits {
  position: relative;
  min-height: 740px;
  display: flex;
  align-items: center;
  width: 100%;
  background: url('../build/img/nri/banner-nri-benefits.jpg') no-repeat center bottom / cover;
  padding: 60px 0px 0px 0px;
}

.slides {
  display: flex;
  height: 55vh;
  width: 100%;
  overflow: hidden;
}

.slidess {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  transition: all 0.6s ease;
  cursor: pointer;
  overflow: hidden;
}

/* dark overlay on images */
.slidess::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 58, 138, 0.55);
  /* bluish overlay */
  z-index: 1;
}

.slidess h2 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

/* arrow at bottom */
.slidess .arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}

.details {
  position: absolute;
  inset: 0;
  background: #f9f9f9;
  display: grid;
  grid-template-columns: 60px 1fr 1.5fr;
  /* strip | image | text */
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  z-index: 3;
  padding: 0px 20px 0px 0px;
}

/* vertical strip */
.details .vertical-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  background: #274f99;
  padding: 15px 0 0 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* image */
.details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* text */
.details .text {
  width: 100%;
}

.details h3 {
  font-size: 24px;
  color: #1e3a8a;
  margin-bottom: 15px;
}

.details p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .details {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .details .vertical-title {
    writing-mode: horizontal-tb;
    transform: none;
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 8px;
  }

  .details img {
    width: 100%;
    height: 250px;
  }

  .details .text {
    text-align: center;
  }
}


/* When hovering a slide, expand fully */
.slidess:hover {
  flex: 1 1 100%;
  z-index: 10;
}

/* Hide all other slides */
.slides:hover .slidess:not(:hover) {
  flex: 0;
  opacity: 0;
  visibility: hidden;
}

.slidess:hover h2,
.slidess:hover .arrow {
  opacity: 0;
}

.slidess:hover .details {
  opacity: 1;
  visibility: visible;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .slides {
    flex-direction: column;
    height: auto;
  }

  .slidess {
    height: 250px;
  }

  .details {
    flex-direction: column;
    padding: 20px;
  }

  .details img {
    width: 100%;
  }

  .details .text {
    width: 100%;
  }
}

.font-open-sans {
  font-family: 'Open Sans' !important;
  letter-spacing: 1.5px;
}

/* about-coporate-banner */
.banner {
  position: relative;
  height: 92vh;
  overflow: hidden;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures full coverage */
  z-index: -1;
}

.pulse_logo_anima,
.header-overlay {
  position: relative;
  z-index: 2;
  /* keep content above video */
}

.header-overlay {
  background: rgba(0, 0, 0, 0.3);
  /* optional dark overlay for readability */
}

.nri-smart {
  background-image: url(../build/img/nri/banner-sec2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px 0px 0px;
  color: #fff;
}

.bg-blue {
  background: #274f99 !important;
}

.font-optima {
  font-family: 'Optima-Medium' !important;
}

body {
  overflow-x: hidden;
}

.culture-section {
  position: relative;
  color: #fff;
  padding: 80px 20px;
  overflow: hidden;
}

.culture-section .title {
  font-size: 48px;
  font-weight: 800;
  color: #274f99;
}

.culture-section .desc {
  max-width: 800px;
  margin: 20px auto 40px;
  font-size: 18px;
  line-height: 1.6;
}

.video-wrapper {
  max-width: 900px;
  margin: 0 auto 60px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  padding-bottom: 39.25% !important;
}

.outline-text {
  font-size: 100px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #aaa;
  text-transform: uppercase;
}

.video-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  z-index: 3;
}

.play-icon {
  width: 50px;
  height: 50px;
  background: #274f99;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.play-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 4px;
}

.video-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.pt-215 {
  padding-top: 215px;
}

/* Container for each feature */
.feature-box1 {
  margin: 10px 0;
  position: relative;
}

/* Circle behind icon */
.icon-circle {
  background: #e5e5e5 !important;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.icon-circle img {
  width: 30px;
  height: 30px;
}

/* Blue pill background with text */
.feature-pill {
  background: #1f3c88;
  /* dark blue */
  color: #fff;
  padding: 15px 35px 15px 45px;
  /* extra left padding for circle overlap */
  border-radius: 40px;
  margin-left: -25px;
  /* overlap circle on pill */
  font-weight: 500;
  font-size: 16px;
  z-index: 1;
  white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .col-md-6 {
    justify-content: center !important;
    margin-bottom: 20px;
  }
}

.why-adissia {
  position: absolute;
  top: -138px;
  left: 500px;
}

.why-adissia-2 {
  position: absolute;
  top: -76px;
  left: 500px;
}

.choice {
  font-size: large;
  line-height: 1.5;
}

.accordion1-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.accordion1-header {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;

}

.accordion1-header h1 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #333;
}

.accordion1-text-blue {
  color: #274f99;
}

.accordion1-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.accordion1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  transition: all .3s ease;
}

.accordion1-item.active {
  border-color: #274f99;
  box-shadow: 0 2px 8px rgba(0, 123, 255, .1);
}

.accordion1-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
  background: white;
}

.accordion1-content.active {
  max-height: 500px;
  padding: 25px;
}

.accordion1-content-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion1-content-text h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.3;
}

.accordion1-content-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.accordion1-header-btn {
  position: relative;
  padding: 40px 25px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url('../build/img/nri/metro.png') !important;
  background-size: cover;
  background-position: center;
  min-height: 110px;
  text-orientation: mixed;
}

.accordion1-header-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #27459980 !important;
  transition: background .3s ease;
}

.accordion1-header-btn:hover::before {
  background: rgba(0, 0, 0, .6);
}

.accordion1-header-btn h2 {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 600;
}

@media(max-width:768px) {
  .accordion1-container {
    padding: 0 10px;
  }

  .accordion1-header {
    padding: 15px;
    margin-bottom: 20px;
  }

  .accordion1-header h1 {
    font-size: 24px;
    line-height: 1.2;
  }

  .accordion1-header p {
    font-size: 14px;
  }

  .accordion1 {
    gap: 10px;
  }

  .accordion1-header-btn {
    padding: 20px 15px;
  }

  .accordion1-header-btn h2 {
    font-size: 20px;
  }

  .accordion1-content.active {
    padding: 20px 15px;
  }

  .accordion1-content-inner {
    gap: 15px;
  }

  .accordion1-content-text h3 {
    font-size: 18px;
  }

  .accordion1-content-text p {
    font-size: 14px;
  }
}

@media(max-width:480px) {
  .accordion1-header h1 {
    font-size: 20px;
  }

  .accordion1-header-btn h2 {
    font-size: 18px;
  }

  .accordion1-content-text h3 {
    font-size: 16px;
  }
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 494px;
  padding: 14px 20px 20px 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #274f9a;
  z-index: 1000;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border-radius: 8px;
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu li a {
  text-decoration: none;
  color: #000;
  display: block;
}

.dropdown-menu li strong {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.dropdown.open .dropdown-menu {
  display: grid;
}

.f-8rem {
  font-size: 0.9rem;
}

.dropdown-menu li {
  list-style: none;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}

.dropdown-menu li:last-child {
  border-right: none;
  padding-right: 0;
}

.drop-down-font {
  font: 16px 'Optima-Medium'
}

.fw-14px {
  font-size: 12.5px;
}

/* events */
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 4rem;
  margin-top: 2rem;
}

.event-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(39, 79, 154, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.event-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(39, 79, 154, 0.3);
}

.event-thumbnail {
  width: 100%;
  height: 200px;
  background: linear-gradient(45deg, #274f9a, #4a6bb5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.event-thumbnail.times {
  background: url("../build/img/events/times/img5.jpg") center/cover no-repeat;
}


.event-thumbnail.realty {
  background: url("../build/img/events/realty/img3.jpg") center/cover no-repeat;
}


.event-thumbnail.vinayagar {
  background: url("../build/img/events/Foundersday/image1.jpg") center/cover no-repeat;
}

.event-thumbnail.onam {
  background: url("../build/img/events/jalikattu-3.webp") center/cover no-repeat;
}

.event-thumbnail.founders {
  background: url("../build/img/events/etnow/banner.jpeg") center/cover no-repeat;
}

.event-thumbnail.hr {
  background: url("../build/img/events/oneworld-launch/pic-1.jpg") center/cover no-repeat;
}

.event-thumbnail.echovalley {
  background: url("../build/img/events/Echo Valley/pic-3.jpg") center/cover no-repeat;
}

.event-thumbnail.ficci {
  background: url("../build/img/events/ficci/image-2.JPG") center/cover no-repeat;
}


.event-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}

.event-thumbnail .icon {
  font-size: 3rem;
  color: white;
  z-index: 1;
}

.event-info {
  padding: 1.5rem;
}

.event-date {
  color: #274f9a;
  font-weight: 500;
  font-size: 0.9rem;

}

/* 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;
  max-height: 90%;
  margin: 2% auto;
  background: white;
  border-radius: 21px;
  overflow: hidden;
}

.modal .modal-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background: #274f9a !important;
  color: white !important;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.close {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

.close:hover {
  opacity: 0.7;
}

/* Carousel Styles */
.carousel-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.carousel-slide {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-slide.active {
  display: block;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(39, 79, 154, 0.8);
  color: white;
  border: none;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.carousel-nav:hover {
  background: #274f9a;
}

.carousel-next {
  right: 1rem;
  border-radius: 35px;
  width: 57px;
}

.carousel-prev {
  left: 1rem;
  border-radius: 35px;
  width: 57px;
}

.carousel-indicators {
  position: absolute;
  bottom: 2rem;
  left: 52%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: white;
}

.carousel-counter {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .header h1 {
    font-size: 2rem;
  }

  .events-grid {
    grid-template-columns: 1fr;
  }

  .modal-content {
    max-width: 95%;
    margin: 5% auto;
  }

  .carousel-container {
    height: 300px;
  }
}

.header {
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem 0;
  text-align: center;
  box-shadow: 0 2px 20px rgba(39, 79, 154, 0.3);
}

.header h1 {
  color: #274f9a;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.header p {
  color: #666;
}

.fs-20px {
  font-size: 20px;
}

.card-design {
  background: #f4f4f4;
  border-radius: 20px;
  padding: 20px;
}

.w-30 {
  width: 30%;
}

.g-2rem {
  gap: 2rem;
}

.fs-18px {
  font-size: 18px;
}

.news-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  padding: 20px 0;
}

.news-card {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(39, 79, 154, 0.8) 100%);
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(39, 79, 154, 0.3);
}

.card-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: 0;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(39, 79, 154, 0.7) 0%, rgba(39, 79, 154, 0.9) 100%);
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: white;
}

.card-category {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  align-self: flex-start;
  backdrop-filter: blur(10px);
}

.card-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  flex-grow: 1;
}

.card-description {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
  margin-bottom: 20px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.card-date {
  font-size: 12px;
  opacity: 0.8;
}

.card-arrow {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.card-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.card-arrow svg {
  width: 20px;
  height: 20px;
  fill: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .news-container {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 10px;
  }

  .card-content {
    padding: 20px;
  }

  .card-title {
    font-size: 18px;
  }

}

@media (max-width: 480px) {
  .card-content {
    padding: 15px;
  }

  .card-title {
    font-size: 16px;
  }

  .card-description {
    font-size: 13px;
  }
}

/* Loading animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.news-card {
  animation: fadeInUp 0.6s ease forwards;
}

.news-card:nth-child(2) {
  animation-delay: 0.1s;
}

.news-card:nth-child(3) {
  animation-delay: 0.2s;
}

.search-container {
  background: white;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(39, 79, 154, 0.1);
  border: 1px solid rgba(39, 79, 154, 0.1);
}

.search-box {
  position: relative;
  width: 100%;
}

.search-input {
  width: 100%;
  padding: 15px 50px 15px 20px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.search-input:focus {
  border-color: #274F9A;
  background: white;
  box-shadow: 0 0 0 3px rgba(39, 79, 154, 0.1);
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #274F9A;
  font-size: 1.2rem;
}

.clear-search {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  font-size: 1.1rem;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.2s ease;
  display: none;
}

.clear-search:hover {
  background: #e9ecef;
  color: #274F9A;
}

.faq-container {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(39, 79, 154, 0.1);
  border: 1px solid rgba(39, 79, 154, 0.1);
}

.faq-item {
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item.hidden {
  display: none;
}

.faq-question {
  padding: 20px;
  background: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #274F9A;
  transition: all 0.3s ease;
  position: relative;
}

.faq-question:hover {
  background: #f8f9fa;
  transform: translateX(5px);
}

.faq-question.active {
  background: #274F9A;
  color: white;
}

.faq-question.active:hover {
  background: #1e3f7a;
  transform: none;
}

.question-text {
  flex: 1;
  margin-right: 15px;
  font-size: 1rem;
  line-height: 1.4;
}

.toggle-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  min-width: 20px;
  text-align: center;
}

.faq-question.active .toggle-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.faq-answer.active {
  max-height: 500px;
}

.answer-content {
  padding: 20px;
  color: #495057;
  line-height: 1.6;
  font-size: 0.95rem;
}

.no-results {
  text-align: center;
  padding: 40px 20px;
  color: #6c757d;
  display: none;
}

.no-results.show {
  display: block;
}

.no-results-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  opacity: 0.5;
}

.search-stats {
  text-align: center;
  margin: 15px 0;
  color: #6c757d;
  font-size: 0.9rem;
  display: none;
}

.search-stats.show {
  display: block;
}

.highlight {
  background: linear-gradient(120deg, rgba(39, 79, 154, 0.2) 0%, rgba(39, 79, 154, 0.1) 100%);
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }

  h1 {
    font-size: 2rem;
  }

  .search-container,
  .faq-container {
    border-radius: 10px;
  }

  .faq-question {
    padding: 15px;
  }

  .answer-content {
    padding: 15px;
  }

  .question-text {
    font-size: 0.95rem;
  }
}

.location-button {
    width: 24%;
    padding: 10px;
    background: #274f9a;
    margin-bottom: 9px;
    margin-right: auto;
    margin-left: auto;
    color: white;
    border-radius: 12px !important;
}

.modal-backdrop.show {
  /* opacity: var(--bs-backdrop-opacity); */
}

.modal-backdrop.fade {
  opacity: 0;
}

.fade {
  transition: visibility 0s .2s, opacity .8s linear;
}

.modal-backdrop {
  --bs-backdrop-zindex: none;
  --bs-backdrop-bg: none;
  --bs-backdrop-opacity: none;
  position: none;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: none;
  height: none;
  background-color: none;
}

.data-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.data-header {
  background: linear-gradient(135deg, #274F9A 0%, #1e3d7a 100%);
  color: white;
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 4px 20px rgba(39, 79, 154, 0.3);
}

.data-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.data-header .data-app-name {
  font-size: 1.2rem;
  opacity: 0.9;
  font-weight: 400;
}

.data-form-container {
  background: white;
  padding: 40px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.data-intro-text {
  background: #f0f4ff;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #274F9A;
  margin-bottom: 30px;
  font-size: 14px;
  color: #555;
}

.data-form-group {
  margin-bottom: 25px;
}

.data-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #274F9A;
  font-size: 14px;
}

.data-required {
  color: #e74c3c;
}

.data-input[type="text"],
.data-input[type="email"],
.data-select,
.data-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.data-input[type="text"]:focus,
.data-input[type="email"]:focus,
.data-select:focus,
.data-textarea:focus {
  outline: none;
  border-color: #274F9A;
  box-shadow: 0 0 0 3px rgba(39, 79, 154, 0.1);
}

.data-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23274F9A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}

.data-textarea {
  resize: vertical;
  min-height: 120px;
}

.data-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 25px;
}

.data-checkbox-group .data-checkbox {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #274F9A;
}

.data-checkbox-group .data-label {
  font-weight: 400;
  margin-bottom: 0;
  color: #555;
  font-size: 14px;
}

.data-submit-btn {
  background: linear-gradient(135deg, #274F9A 0%, #1e3d7a 100%);
  color: white;
  border: none;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.data-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(39, 79, 154, 0.3);
}

.data-submit-btn:active {
  transform: translateY(0);
}

.data-privacy-link {
  color: #274F9A;
  text-decoration: none;
  font-weight: 600;
}

.data-privacy-link:hover {
  text-decoration: underline;
}

.data-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.data-help-text {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .data-container {
    padding: 10px;
  }

  .data-header {
    padding: 30px 15px;
  }

  .data-header h1 {
    font-size: 2rem;
  }

  .data-form-container {
    padding: 25px 20px;
  }

  .data-form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .data-submit-btn {
    padding: 14px 30px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .data-header h1 {
    font-size: 1.7rem;
  }

  .data-header .data-app-name {
    font-size: 1rem;
  }

  .data-form-container {
    padding: 20px 15px;
  }

  .data-input[type="text"],
  .data-input[type="email"],
  .data-select,
  .data-textarea {
    font-size: 16px;
  }
}

.data-success-message {
  display: none;
  background: #d4edda;
  color: #155724;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #c3e6cb;
  margin-bottom: 20px;
}

.phone {
  width: 100%;
  padding: 12px;
  border-radius: 7px;
  border: 2px solid #e1e8ed;
}

/* Section */
.tt-section {
  background: #274F9A;
  height: 50vh;
  min-height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  width: 100%;
}

/* Left - Images */
.tt-images {
  background: #f8fafc;
  overflow: hidden;
  position: relative;
}

.tt-images .tt-swiper1 {
  width: 100%;
  height: 100%;
}

.tt-images .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right - Content */
.tt-content {
  background: #274F9A;
  display: flex;
  flex-direction: column;
  padding: 2rem 3rem 1.5rem;
  position: relative;
}

.tt-content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tt-content-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
}

.tt-swiper2 {
  width: 100%;
  height: auto;
}

.tt-swiper2 .swiper-slide {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.tt-swiper2 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.tt-swiper2 .swiper-slide h5 {
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.6rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tt-swiper2 .swiper-slide .tt-subtitle {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.tt-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0.8rem 1.8rem;
  border-radius: 0;
  /* Removed border radius */
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  outline: none;
  backdrop-filter: blur(10px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tt-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Navigation arrows */
.tt-nav-container {
  position: absolute;
  bottom: 1.5rem;
  right: 3rem;
  display: flex;
  gap: 0.8rem;
}

.tt-prev,
.tt-next {
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  /* Removed border radius */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  backdrop-filter: blur(10px);
}

.tt-prev:hover,
.tt-next:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}

.tt-prev:after {
  content: '←';
}

.tt-next:after {
  content: '→';
}

/* Popup */
.tt-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(8px);
}

.tt-popup.active {
  display: flex;
}

.tt-popup-content {
  position: relative;
  width: 90vw;
  max-width: 800px;
  height: 70vh;
  background: #1a1a1a;
  border-radius: 0;
  /* Removed border radius */
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.tt-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.7);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0;
  /* Removed border radius */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 300;
  transition: all 0.3s ease;
}

.tt-close:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

.tt-swiper-popup {
  width: 100%;
  height: 100%;
}

.tt-swiper-popup .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
}

.tt-swiper-popup .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tt-pop-prev,
.tt-pop-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  /* Removed border radius */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  z-index: 10;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.tt-pop-prev:hover,
.tt-pop-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.tt-pop-prev {
  left: 1.5rem;
}

.tt-pop-next {
  right: 1.5rem;
}

.tt-pop-prev:after {
  content: '←';
}

.tt-pop-next:after {
  content: '→';
}

/* Responsive */
@media (max-width: 768px) {
  .tt-section {
    height: 70vh;
    min-height: 500px;
  }

  .tt-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 40% 60%;
  }

  .tt-content {
    padding: 1.5rem 1.5rem 1.5rem;
  }

  .tt-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }

  .tt-nav-container {
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .tt-popup-content {
    width: 95vw;
    height: 75vh;
  }
}

@media (max-width: 480px) {
  .tt-content {
    padding: 1.5rem 1rem 1rem;
  }

  .tt-content h3 {
    font-size: 1.8rem;
  }

  .tt-swiper2 .swiper-slide h5 {
    font-size: 1.4rem;
  }

  .tt-nav-container {
    gap: 0.6rem;
  }

  .tt-prev,
  .tt-next {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
}

/* Team & Triumphs Section - Remove All Border Radius Override */

/* Override button border radius */
.tt-btn {
  border-radius: 0 !important;
}

/* Override navigation arrows border radius */
.tt-prev,
.tt-next {
  border-radius: 0 !important;
}

/* Override popup content border radius */
.tt-popup-content {
  border-radius: 0 !important;
}

/* Override close button border radius */
.tt-close {
  border-radius: 0 !important;
}

/* Override popup navigation arrows border radius */
.tt-pop-prev,
.tt-pop-next {
  border-radius: 0 !important;
}

/* Additional override for any other elements in the Team & Triumphs section */
.tt-section * {
  border-radius: 0 !important;
}

/* Specific overrides for common elements that might have border-radius */
.tt-section .swiper-slide,
.tt-section .swiper-wrapper,
.tt-section .swiper-container,
.tt-section img,
.tt-section button,
.tt-section div,
.tt-popup *,
.tt-popup-content *,
.tt-swiper-popup *,
.tt-swiper-popup .swiper-slide,
.tt-swiper-popup .swiper-slide img {
  border-radius: 0 !important;
}

/* Override any Bootstrap or framework border-radius */
.tt-section .btn,
.tt-section .card,
.tt-section .modal,
.tt-section .modal-content,
.tt-popup .btn,
.tt-popup .card,
.tt-popup .modal,
.tt-popup .modal-content {
  border-radius: 0 !important;
}

/* Override any rounded classes */
.tt-section .rounded,
.tt-section .rounded-sm,
.tt-section .rounded-md,
.tt-section .rounded-lg,
.tt-section .rounded-xl,
.tt-section .rounded-2xl,
.tt-section .rounded-3xl,
.tt-section .rounded-full,
.tt-popup .rounded,
.tt-popup .rounded-sm,
.tt-popup .rounded-md,
.tt-popup .rounded-lg,
.tt-popup .rounded-xl,
.tt-popup .rounded-2xl,
.tt-popup .rounded-3xl,
.tt-popup .rounded-full {
  border-radius: 0 !important;
}

/* Override any radius utility classes */
.tt-section [class*="radius"],
.tt-section [class*="round"],
.tt-popup [class*="radius"],
.tt-popup [class*="round"] {
  border-radius: 0 !important;
}

/* Make sure images are sharp-cornered */
.tt-section img,
.tt-popup img,
.tt-swiper-popup img {
  border-radius: 0 !important;
  overflow: hidden;
}

/* Override any inherited border-radius */
.tt-section,
.tt-grid,
.tt-images,
.tt-content,
.tt-content-area,
.tt-swiper1,
.tt-swiper2,
.tt-nav-container,
.tt-popup,
.tt-popup-content,
.tt-swiper-popup {
  border-radius: 0 !important;
}



.heart-window {
  width: 220px;
  height: 200px;
  margin-bottom: 30px;
  position: relative;
}

.heart-shape {
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: path('M12,21.35L10.55,20.03C5.4,15.36 2,12.27 2,8.5C2,5.41 4.42,3 7.5,3C9.24,3 10.91,3.81 12,5.08C13.09,3.81 14.76,3 16.5,3C19.58,3 22,5.41 22,8.5C22,12.27 18.6,15.36 13.45,20.03L12,21.35Z');
  transform: scale(5);
  position: relative;
  overflow: hidden;
}

.sky-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #87CEEB 0%, #B0E0E6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
}

.woman-image {
  position: relative;
  z-index: 2;
}

.woman-image img {
  max-width: 280px;
  height: auto;
}

.tagline {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.floating-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

/*.icon {
  position: absolute ;
  font-size: 40px;
  animation: float 3s ease-in-out infinite;
  opacity: 0.8;
}*/

.icon:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.icon:nth-child(2) {
  top: 20%;
  right: 15%;
  animation-delay: 0.5s;
}

.icon:nth-child(3) {
  bottom: 20%;
  left: 15%;
  animation-delay: 1s;
}

.icon:nth-child(4) {
  bottom: 15%;
  right: 10%;
  animation-delay: 1.5s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}


/* Countdown Timer Section */
.countdown-section {
  background: linear-gradient(135deg, #274f9a 0%, #1a3a70 100%);
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

/*.countdown-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
}*/

.countdown-title {
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
}

.countdown-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 40px;
  text-align: center;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 45px;
  flex-wrap: wrap;
}

.bloc-time {
  text-align: center;
}

.count-title {
  display: block;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.figures {
  display: flex;
  gap: 10px;
}

.figure {
  position: relative;
  height: 110px;
  width: 100px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2), inset 2px 4px 0 0 rgba(255, 255, 255, .08);
}

.figure>span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 5.94rem;
  font-weight: 700;
  color: #264c93;
  line-height: 107px;
}

.top,
.bottom-back {
  overflow: hidden;
}

.top::after,
.bottom-back::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.top {
  z-index: 3;
  background-color: #f7f7f7;
  height: 50%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  transform-origin: 50% 100%;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.bottom {
  overflow: hidden;
  position: absolute;
  bottom: 3px;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.bottom>span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}

.bottom::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, .02);
}

.bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 10px 10px 0 0;
  position: absolute;
  width: 100%;
}

.bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top-back {
  z-index: 4;
  bottom: 0;
  height: 50%;
  overflow: hidden;
  background-color: #fff;
  transform-origin: 50% 0;
  transform: perspective(200px) rotateX(180deg);
  border-radius: 0 0 10px 10px;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
}

.top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .countdown-title {
    font-size: 2rem;
  }

  .countdown-subtitle {
    font-size: 1rem;
  }

  .figure {
    width: 70px;
    height: 80px;
  }

  .figure>span {
    font-size: 4rem;
    line-height: 80px;
  }

  .countdown {
    gap: 25px;
  }

  .figures {
    gap: 5px;
  }
}

/* Offers Section */
/* Modern Offers Section Styling */
.exclusive-offers-section {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-header {
  margin-bottom: 60px;
}

.festive-badge-wrapper {
  margin-bottom: 20px;
}


.offers-main-title {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

.offers-subtitle {
  font-size: 18px;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}

/* Modern Card Styling */
.offers-grid-wrapper {
  position: relative;
}

.modern-offer-card {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.modern-offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.gradient-card-1 {
  border-left: 5px solid #274f9a;
}

.gradient-card-2 {
  border-left: 5px solid #274f9a;
}

.offer-badge {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;
}

.offer-badge.hot-deal {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%);
  color: white;
}

.offer-badge.free-service {
  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
  color: white;
}

.card-inner {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.offer-icon-wrapper {
  flex-shrink: 0;
}

.icon-circle {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.gradient-card-1 .icon-circle {
  background: linear-gradient(135deg, #274f9a 0%, #274f9a 100%);
}

.gradient-card-2 .icon-circle {
  background: linear-gradient(135deg, #274f9a 0%, #274f9a 100%);
}

.icon-emoji {
  font-size: 40px;
}

.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.offer-content-wrapper {
  flex: 1;
}

.offer-title {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 12px;
  line-height: 1.4;
}

.offer-benefit-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  margin-bottom: 10px;
  border-radius: 2px;
}

.gradient-card-1 .offer-benefit-line {
  background: linear-gradient(90deg, #274f9a 0%, #274f9a 100%);
}

.gradient-card-2 .offer-benefit-line {
  background: linear-gradient(90deg, #274f9a 0%, #274f9a 100%);
}

.offer-description {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

/* Decorative Pattern */
.card-decoration-pattern {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 8px;
  opacity: 0.1;
}

.pattern-dot {
  width: 8px;
  height: 8px;
  background: #2c3e50;
  border-radius: 50%;
}

/* CTA Section */
.offers-cta {
  margin-top: 50px;
}

.cta-text {
  font-size: 16px;
  color: #495057;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 991px) {
  .offers-main-title {
    font-size: 32px;
  }

  .modern-offer-card {
    padding: 30px;
  }

  .card-inner {
    flex-direction: column;
    text-align: center;
  }

  .offer-benefit-line {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .offers-main-title {
    font-size: 28px;
  }

  .offer-title {
    font-size: 18px;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
  }

  .icon-emoji {
    font-size: 32px;
  }
}

/* Header Styles */
.festive-badge-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.badge-festive {
  display: inline-block;
  padding: 10px 30px;
  background: linear-gradient(135deg, #274f9a 0%, #1e3a6f 100%);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 2px;
  border-radius: 6px;
  text-transform: uppercase;
  box-shadow: 0 6px 20px rgba(39, 79, 154, 0.3);
  position: relative;
}

.badge-festive::before,
.badge-festive::after {
  content: '★';
  position: absolute;
  color: #ffc107;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.badge-festive::before {
  left: -30px;
}

.badge-festive::after {
  right: -30px;
}

.offers-main-title {
  font-size: 48px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.2;
}

.offers-subtitle {
  font-size: 18px;
  color: #5a6c7d;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Premium Offer Cards */
.offers-wrapper {
  margin-top: 60px;
}

.premium-offer-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 45px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(39, 79, 154, 0.12);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  border: 2px solid transparent;
}

.premium-offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(39, 79, 154, 0.2);
  border-color: #274f9a;
}

.left-card {
  background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
}

.right-card {
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
}

/* Card Decorations */
.card-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.decoration-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 79, 154, 0.1) 0%, transparent 70%);
}

.circle-1 {
  width: 250px;
  height: 250px;
  top: -100px;
  right: -80px;
}

.circle-2 {
  width: 150px;
  height: 150px;
  bottom: -50px;
  left: -50px;
  background: radial-gradient(circle, rgba(30, 58, 111, 0.08) 0%, transparent 70%);
}

/* Ribbon */
.offer-ribbon {
  position: absolute;
  top: 25px;
  right: -35px;
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  color: #1a1a1a;
  padding: 8px 45px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  transform: rotate(45deg);
  box-shadow: 0 4px 10px rgba(255, 193, 7, 0.4);
  z-index: 2;
}

/* Card Content */
.card-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.icon-container {
  display: flex;
  justify-content: center;
}

.icon-bg {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #274f9a 0%, #1e3a6f 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(39, 79, 154, 0.3);
  position: relative;
  transform: rotate(-5deg);
  transition: transform 0.4s ease;
}

.premium-offer-card:hover .icon-bg {
  transform: rotate(0deg) scale(1.05);
}

.offer-icon {
  font-size: 50px;
  display: block;
  transform: rotate(5deg);
}

/* Offer Details */
.offer-details {
  text-align: center;
}

.offer-tag {
  font-size: 24px;
  font-weight: 700;
  color: #274f9a;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.currency {
  font-size: 32px;
  font-weight: 700;
  color: #274f9a;
}

.amount {
  font-size: 56px;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1;
  font-family: 'OpenSans-SemiBold';
}

.discount-label {
  display: inline-block;
  padding: 6px 15px;
  background: #274f9a;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  border-radius: 6px;
  letter-spacing: 1px;
}

.offer-subtext {
  font-size: 18px;
  color: #5a6c7d;
  font-weight: 600;
  margin-bottom: 25px;
}

/* Benefit List */
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: inline-block;
}

.benefit-list li {
  font-size: 15px;
  color: #4a5568;
  margin-bottom: 10px;
  padding-left: 5px;
}

/* Bottom Banner */
.offers-banner {
  margin-top: 50px;
  background: linear-gradient(135deg, #274f9a 0%, #1e3a6f 100%);
  border-radius: 16px;
  padding: 35px 40px;
  box-shadow: 0 15px 40px rgba(39, 79, 154, 0.25);
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.banner-icon {
  font-size: 48px;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.banner-text {
  flex: 1;
  color: #fff;
}

.banner-text h4 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 5px;
}

.banner-text p {
  font-size: 15px;
  opacity: 0.9;
  margin: 0;
}

.btn-action {
  padding: 16px 40px;
  background: #fff;
  color: #274f9a;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.btn-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.btn-action .arrow {
  transition: transform 0.3s ease;
  font-weight: 900;
}

.btn-action:hover .arrow {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .offers-main-title {
    font-size: 38px;
  }

  .premium-offer-card {
    padding: 35px 30px;
    margin-bottom: 20px;
  }

  .amount {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .exclusive-offers-section {
    padding: 60px 0;
  }

  .offers-main-title {
    font-size: 32px;
  }

  .offers-subtitle {
    font-size: 16px;
  }

  .badge-festive::before,
  .badge-festive::after {
    font-size: 16px;
    left: -25px;
  }

  .badge-festive::after {
    right: -25px;
  }

  .premium-offer-card {
    padding: 30px 25px;
  }

  .icon-bg {
    width: 80px;
    height: 80px;
  }

  .offer-icon {
    font-size: 40px;
  }

  .offer-tag {
    font-size: 20px;
  }

  .amount {
    font-size: 40px;
  }

  .banner-content {
    flex-direction: column;
    text-align: center;
  }

  .banner-text h4 {
    font-size: 22px;
  }

  .btn-action {
    width: 100%;
    justify-content: center;
  }
}



/* Why Choose Section */

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
  margin-top: 60px;
}

.feature-item {
  text-align: center;
  padding: 40px 30px;
  background: #fafafa;
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: 9px 8px 20px -6px #8080809c;
}

.feature-item:hover {
  background: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.feature-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.feature-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

/* Benefits Section */
.benefits-section {
  padding: 6rem 3rem;
  background: #f8f9fa;
}

.benefits-container {
  max-width: 1000px;
  margin: 0 auto;
}


.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #274f9a, #5a87d9);
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
  position: relative;
}

.timeline-item:nth-child(odd) .timeline-content {
  grid-column: 1;
  text-align: right;
}

.timeline-item:nth-child(odd) .timeline-empty {
  grid-column: 2;
}

.timeline-item:nth-child(even) .timeline-empty {
  grid-column: 1;
}

.timeline-item:nth-child(even) .timeline-content {
  grid-column: 2;
  text-align: left;
}

.timeline-content {
  background: white;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}

.timeline-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #274f9a, #3d6bc6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 5px 20px rgba(39, 79, 154, 0.3);
  z-index: 10;
}

.timeline-content h3 {
  font-size: 1.6rem;
  color: #274f9a;
  margin-bottom: 1rem;
  font-weight: 800;
}

.timeline-content p {
  color: #666;
  line-height: 1.7;
}

/* CTA Section */
.cta-section1 {
  background: linear-gradient(135deg, #274f9a 0%, #1a3a7a 100%);
  color: white;
  text-align: center;
  padding: 64px 0;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.2;
}

.cta-text {
  font-size: 1rem;
  margin-bottom: 30px;
  opacity: 0.95;
  line-height: 1.6;
  color: white;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 10px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.cta-btn-primary {
  background: white;
  color: #274f9a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.cta-btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.cta-btn-secondary:hover {
  background: white;
  color: #274f9a;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .hero {
    height: 70vh;
    min-height: 500px;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1.1rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .countdown-timer {
    gap: 15px;
  }

  .time-unit {
    min-width: 100px;
    padding: 20px 25px;
  }

  .time-number {
    font-size: 2.5rem;
  }

  .project-content-wrapper {
    grid-template-columns: 1fr;
  }

  .project-image {
    height: 300px;
  }

  .project-details {
    padding: 40px 30px;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-btn {
    width: 100%;
    max-width: 300px;
  }
}

/* Features Section */
.adissia-trust-showcase {
  position: relative;
  padding: 100px 20px;
  background-image: url('../build/img/plot-fest/bg-features.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.trust-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.92));
  z-index: 1;
}

.trust-bg-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(59, 130, 246, 0.1), transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(168, 85, 247, 0.1), transparent 50%);
}

.trust-content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.trust-header-block {
  text-align: center;
  margin-bottom: 70px;
}

.trust-badge-label {
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 8px 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  backdrop-filter: blur(10px);
}

.trust-main-title {
  color: white;
  font-size: 2.75rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.trust-title-underline {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  margin: 0 auto;
  border-radius: 2px;
}

.trust-cards-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.trust-feature-card {
  perspective: 1000px;
}

.trust-card-inner {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  overflow: hidden;
}

.trust-card-inner:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.trust-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(168, 85, 247, 0.2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.trust-card-inner:hover .trust-icon-wrapper {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(168, 85, 247, 0.3));
  transform: scale(1.1) rotate(5deg);
}

.trust-icon-symbol {
  font-size: 2rem;
}

.trust-card-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 14px 0;
}

.trust-card-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

.trust-card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.trust-card-inner:hover .trust-card-accent {
  transform: scaleX(1);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .trust-main-title {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  .adissia-trust-showcase {
    padding: 60px 15px;
    background-attachment: scroll;
  }

  .trust-main-title {
    font-size: 1.875rem;
  }

  .trust-header-block {
    margin-bottom: 50px;
  }

  .trust-cards-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .trust-card-inner {
    padding: 30px 25px;
  }

  .trust-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .trust-icon-symbol {
    font-size: 1.75rem;
  }

  .trust-card-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .adissia-trust-showcase {
    padding: 40px 10px;
  }

  .trust-badge-label {
    font-size: 0.75rem;
    letter-spacing: 2px;
    padding: 6px 16px;
  }

  .trust-main-title {
    font-size: 1.5rem;
  }

  .trust-card-inner {
    padding: 25px 20px;
  }
}

/* Overview Section */

.overview-section {
  padding: 1rem 0rem 0rem;
}

.overview-container {
  max-width: 1400px;
  margin: 0 auto;
}

.overview-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.overview-left {
  display: flex;
  flex-direction: column;
}

.section-label {
  display: inline-block;
  color: #274f9a;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.section-heading {
  font-size: 3rem;
  color: #1a1a1a;
  font-weight: 900;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.overview-text {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 2rem;
}

.overview-text p {
  margin-bottom: 1.5rem;
}

.overview-highlights {
  background: white;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e3f2fd;
}

.highlight-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.highlight-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.highlight-info h4 {
  font-size: 1.1rem;
  color: #274f9a;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.highlight-info p {
  font-size: 0.9rem;
  color: #666;
}

.overview-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.trisha-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .overview-content {
    gap: 3rem;
  }

  .section-heading {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .overview-section {
    padding: 6rem 2rem 4rem;
  }

  .overview-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .section-heading {
    font-size: 2rem;
  }

  .overview-text {
    font-size: 1rem;
  }

  .overview-highlights {
    padding: 2rem;
  }

  .image-container {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .overview-section {
    padding: 4rem 1.5rem 3rem;
  }

  .section-heading {
    font-size: 1.75rem;
  }

  .section-label {
    font-size: 0.75rem;
  }

  .overview-highlights {
    padding: 1.5rem;
  }

  .highlight-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .highlight-info h4 {
    font-size: 1rem;
  }

  .highlight-info p {
    font-size: 0.85rem;
  }
}

/* Projects Grid */
.projects-section {
  padding: 6rem 3rem;
  background: white;
}

.projects-grid {
  max-width: 1400px;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.project-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border: 2px solid #f0f0f0;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: #274f9a;
}

.project-image {
  height: 280px;
  background: linear-gradient(135deg, #274f9a, #5a87d9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  overflow: hidden;
}

.project-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
}

.project-info {
  padding: 2rem;
}

.project-location {
  display: inline-block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}

.project-name {
  font-size: 1.7rem;
  color: #1a1a1a;
  font-weight: 800;
  margin-bottom: 1rem;
}

.project-description {
  color: #666;
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.project-tags {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.project-tag {
  padding: 0.5rem 1rem;
  background: #e3f2fd;
  color: #274f9a;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}

.bg-sky {
  background: url(../build/img/plot-fest/bg-sky.png) no-repeat center center !important;
  background-size: cover !important;
  z-index: 1;
  position: relative;
}

.bg-sky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(244 244 244 / 89%) !important;
  z-index: -1;
}

.bg-sky::before {
  background: transparent;
}

/* Countdown Timer Section - Responsive */
@media (max-width: 992px) {
  .countdown-section {
    padding: 50px 20px;
  }

  .countdown-title {
    font-size: 1.75rem;
  }

  .countdown-subtitle {
    font-size: 1rem;
  }

  .countdown-timer {
    gap: 20px;
  }

  .time-unit {
    min-width: 110px;
    padding: 20px 30px;
  }

  .time-number {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .countdown-section {
    padding: 40px 15px;
  }

  .countdown-title {
    font-size: 1.5rem;
  }

  .countdown-subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .countdown-timer {
    gap: 15px;
  }

  .time-unit {
    min-width: 100px;
    padding: 20px 25px;
  }

  .time-number {
    font-size: 2.5rem;
    margin-bottom: 8px;
  }

  .time-label {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .countdown-section {
    padding: 30px 10px;
  }

  .countdown-title {
    font-size: 1.25rem;
  }

  .countdown-subtitle {
    font-size: 0.85rem;
  }

  .countdown-timer {
    gap: 10px;
  }

  .time-unit {
    min-width: 70px;
    padding: 15px 10px;
  }

  .time-number {
    font-size: 2rem;
  }

  .time-label {
    font-size: 0.7rem;
  }
}

/* General Section - Responsive */
@media (max-width: 992px) {
  section {
    padding: 70px 20px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 50px 15px;
  }

  .section-header {
    margin-bottom: 50px;
  }

  .section-badge {
    font-size: 0.75rem;
    padding: 6px 20px;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  section {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 0.9rem;
  }
}

/* Offers Section - Responsive */
@media (max-width: 992px) {
  .offers-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .offers-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 40px;
  }

  .offer-card {
    padding: 25px 30px;
  }

  .offer-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .offer-title {
    font-size: 1.75rem;
  }

  .offer-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .offer-card {
    padding: 20px 25px;
  }

  .offer-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }

  .offer-title {
    font-size: 1.5rem;
  }

  .offer-description {
    font-size: 0.95rem;
  }
}

/* Hero Section */
.overview-hero {
  background: linear-gradient(135deg, #274F9A 0%, #1a3666 100%);
  padding: 100px 20px 80px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.overview-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

.overview-hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease;
  font-weight: 700;
}

.overview-hero p {
  font-size: 1.3rem;
  animation: fadeInUp 1s ease 0.3s backwards;
  line-height: 1.8;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Stats Section */
.stats-section {
  background: white;
  padding: 60px 20px;
  margin-top: -50px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.stat-card {
  text-align: center;
  padding: 35px 25px;
  border-radius: 15px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #274F9A, #1a3666);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.stat-card:hover::before {
  transform: scaleX(1);
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(39, 79, 154, 0.2);
  border-color: #274F9A;
}

.stat-number {
  font-size: 3rem;
  font-weight: bold;
  color: #274F9A;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 1.1rem;
  color: #666;
  font-weight: 500;
}

/* Info Section */
.info-section {
  padding: 80px 20px;
  background: white;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #274F9A;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  font-weight: 700;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #274F9A, #1a3666);
  border-radius: 2px;
}

.section-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 50px;
}

.info-content {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
  color: #555;
}

.info-content p {
  margin-bottom: 25px;
  font-size: 1.05rem;
  text-align: justify;
}

.info-content strong {
  color: #274F9A;
  font-weight: 600;
}

.highlight-box {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
  padding: 35px;
  border-radius: 15px;
  margin: 40px 0;
  border-left: 5px solid #274F9A;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.highlight-box h3 {
  color: #274F9A;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

.highlight-box p {
  text-align: left;
  margin-bottom: 0;
}

/* Features Section */
.features-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.feature-card {
  background: white;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(39, 79, 154, 0.15);
  border-color: #274F9A;
}

.feature-icon {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #274F9A 0%, #1a3666 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 2.2rem;
}

.feature-title {
  font-size: 1.4rem;
  color: #274F9A;
  margin-bottom: 15px;
  font-weight: 600;
}

.feature-text {
  color: #666;
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Gallery Section */
.gallery-section {
  padding: 80px 20px;
  background: white;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.gallery-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 320px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.03);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(135deg, #274F9A 0%, #1a3666 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  padding: 30px;
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(39, 79, 154, 0.95), transparent);
  padding: 25px;
  color: white;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

.gallery-overlay h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.gallery-overlay p {
  font-size: 0.95rem;
  opacity: 0.95;
}

/* Connectivity Section */
.connectivity-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
}

.connectivity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 50px;
}

.connectivity-card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  border-left: 5px solid #274F9A;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}



.connectivity-icon {
  font-size: 2.2rem;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  display: block;
}

.connectivity-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.connectivity-distance {
  font-size: 1.05rem;
  opacity: 0.9;
}

/* Investment Section */
.investment-section {
  padding: 80px 20px;
  background: white;
}

.investment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.investment-card {
  background: linear-gradient(135deg, #274F9A 0%, #1a3666 100%);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(39, 79, 154, 0.3);
  transition: all 0.3s ease;
  color: white;
}

.investment-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(39, 79, 154, 0.4);
}

.investment-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
}

.investment-value {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.investment-label {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.95;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #274F9A 0%, #1a3666 100%);
  padding: 80px 20px;
  text-align: center;
  color: white;
}

.cta-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-text {
  font-size: 1.2rem;
  margin-bottom: 35px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: white;
  color: #274F9A;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  background: #f8f9fa;
}

/* Responsive Design */
@media (max-width: 768px) {
  .overview-hero {
    padding: 80px 20px 60px;
  }

  .overview-hero h1 {
    font-size: 2rem;
  }

  .overview-hero p {
    font-size: 1.1rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .stats-grid,
  .features-grid,
  .gallery-grid,
  .connectivity-grid,
  .investment-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cta-title {
    font-size: 1.8rem;
  }

  .stats-section {
    margin-top: -30px;
    padding: 40px 20px;
  }

  .info-content p {
    text-align: left;
    font-size: 1rem;
  }

  .feature-icon {
    width: 65px;
    height: 65px;
    font-size: 2rem;
  }

  .gallery-item {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .overview-hero {
    padding: 60px 15px 50px;
  }

  .overview-hero h1 {
    font-size: 1.7rem;
  }

  .overview-hero p {
    font-size: 1rem;
  }

  .features-section,
  .gallery-section,
  .connectivity-section,
  .investment-section,
  .info-section,
  .cta-section {
    padding: 50px 15px;
  }

  .cta-button {
    padding: 15px 35px;
    font-size: 1rem;
  }

  .highlight-box {
    padding: 25px;
  }

  .stat-card {
    padding: 25px 20px;
  }
}

/* Projects Section - Responsive */
@media (max-width: 1200px) {
  .projects-section {
    padding: 70px 20px;
  }

  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .projects-grid {
    gap: 1.5rem;
  }

  .project-image {
    height: 250px;
  }

  .project-name {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .projects-section {
    padding: 50px 15px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }

  .project-card {
    margin-bottom: 0;
  }

  .project-content-wrapper {
    grid-template-columns: 1fr;
  }

  .project-image {
    height: 300px;
  }

  .project-details {
    padding: 40px 30px;
  }

  .project-info {
    padding: 1.5rem;
  }

  .project-name {
    font-size: 1.5rem;
  }

  .project-description {
    font-size: 0.9rem;
  }

  .project-location {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .project-image {
    height: 220px;
    font-size: 1.5rem;
  }

  .project-info {
    padding: 1.25rem;
  }

  .project-name {
    font-size: 1.35rem;
  }

  .project-description {
    font-size: 0.85rem;
  }

  .project-details {
    padding: 30px 20px;
  }

  .project-tags {
    gap: 0.5rem;
  }

  .project-tag {
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
  }
}

/* Features Section - Responsive */
@media (max-width: 1200px) {
  .features-section {
    padding: 70px 20px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .features-section {
    padding: 50px 15px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }

  .feature-item {
    padding: 30px 25px;
  }

  .feature-box2 {
    padding: 1.5rem;
  }

  .feature-box-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .feature-box2 h3 {
    font-size: 1.2rem;
  }

  .feature-box2 p {
    font-size: 0.9rem;
  }

  .feature-icon {
    font-size: 2.5rem;
  }

  .feature-title {
    font-size: 1.2rem;
  }

  .feature-text {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .feature-item {
    padding: 25px 20px;
  }

  .feature-box2 {
    padding: 1.25rem;
  }

  .feature-icon {
    font-size: 2rem;
  }

  .feature-box-icon {
    font-size: 2rem;
  }

  .feature-title {
    font-size: 1.1rem;
  }

  .feature-box2 h3 {
    font-size: 1.1rem;
  }
}

/* Benefits Timeline - Responsive */
@media (max-width: 1024px) {
  .benefits-section {
    padding: 70px 20px;
  }

  .timeline-item {
    gap: 3rem;
  }

  .timeline-content {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .benefits-section {
    padding: 50px 15px;
  }

  .timeline::before {
    left: 30px;
  }

  .timeline-item {
    grid-template-columns: 60px 1fr;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .timeline-item:nth-child(odd) .timeline-content,
  .timeline-item:nth-child(even) .timeline-content {
    grid-column: 2;
    text-align: left !important;
  }

  .timeline-empty {
    display: none;
  }

  .timeline-icon {
    position: static;
    transform: none;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .timeline-content {
    padding: 1.5rem;
  }

  .timeline-content h3 {
    font-size: 1.3rem;
  }

  .timeline-content p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .benefits-section {
    padding: 40px 15px;
  }

  .timeline::before {
    left: 25px;
  }

  .timeline-item {
    grid-template-columns: 50px 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .timeline-icon {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
  }

  .timeline-content {
    padding: 1.25rem;
  }

  .timeline-content h3 {
    font-size: 1.15rem;
  }

  .timeline-content p {
    font-size: 0.85rem;
  }
}

/* CTA Section - Responsive */
@media (max-width: 992px) {
  .cta-section1 {
    padding: 70px 20px;
  }

  .cta-title {
    font-size: 2.5rem;
  }

  .cta-text {
    font-size: 1.15rem;
  }
}

@media (max-width: 768px) {
  .cta-section1 {
    padding: 50px 15px;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-text {
    font-size: 1rem;
    margin-bottom: 35px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .cta-btn {
    width: 100%;
    max-width: 300px;
    padding: 15px 35px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .cta-section1 {
    padding: 40px 15px;
  }

  .cta-title {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }

  .cta-text {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .cta-btn {
    padding: 14px 30px;
    font-size: 0.95rem;
  }
}

/* FAQ Section - Responsive */
@media (max-width: 992px) {
  .nri-sec-faq {
    padding: 70px 20px;
  }

  .nri-row {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .nri-sec-faq {
    padding: 50px 15px;
  }

  .nri-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nri-col-left {
    text-align: center;
  }

  .nri-heading {
    font-size: 2rem;
  }

  .nri-text {
    font-size: 0.95rem;
  }

  .nri-faq-question {
    padding: 15px 20px;
    font-size: 0.95rem;
  }

  .nri-faq-answer {
    padding: 0 20px;
    font-size: 0.9rem;
  }

  .nri-faq-item.nri-open .nri-faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .nri-sec-faq {
    padding: 40px 15px;
  }

  .nri-heading {
    font-size: 1.75rem;
  }

  .nri-text {
    font-size: 0.9rem;
  }

  .nri-faq-question {
    padding: 12px 15px;
    font-size: 0.9rem;
  }

  .nri-faq-answer {
    padding: 0 15px;
    font-size: 0.85rem;
  }

  .nri-faq-item.nri-open .nri-faq-answer {
    padding: 12px 15px;
  }

  .nri-icon {
    font-size: 1.25rem;
  }
}

/* Container Utilities - Responsive */
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .projects-container,
  .overview-container,
  .benefits-container,
  .features-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Background Image - Responsive */
@media (max-width: 768px) {
  .bg-sky {
    background-size: cover !important;
    background-position: center !important;
  }

  .bg-trisha {
    background-size: cover !important;
    background-position: center !important;
  }
}

.pb-100px {
  padding-bottom: 100px;
}

.pricing-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  padding: 20px;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  border-radius: 10px;
}

.price-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-header {
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.price-display {
  display: flex;
  align-items: center;
  gap: 10px;
}

.starts-from {
  color: white;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
}

.price-value {
  display: flex;
  align-items: baseline;
  color: white;
  font-weight: 700;
  position: relative;
}

.price-value.strikethrough::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background-color: #ef4444;
  transform: translateY(-50%) rotate(-5deg);
}

.price-value.highlight {
  color: #fbbf24;
}

.price-value .currency {
  font-size: 20px;
  margin-right: 2px;
}

.price-value .number {
  font-size: 48px;
  line-height: 0.9;
  font-weight: 800;
}

.price-value .rate {
  font-size: 16px;
  line-height: 1.2;
  margin-left: 3px;
  font-weight: 600;
}

.price-value .unit {
  font-size: 12px;
  font-weight: 600;
}

.vertical-divider {
  width: 2px;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 10px;
}

.approval-info {
  background: white;
  color: #1e3a8a;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .pricing-banner {
    padding: 15px;
  }

  .price-value .number {
    font-size: 40px;
  }

  .price-header {
    font-size: 12px;
  }
}

.plotfest-banner {
  background-color: #f0f0f0;
  background: url(../build/img/plot-fest/plot-fest-banner.webp) no-repeat center / cover;
  padding: 200px 0px;
  margin-top: 75px;
}

.bg-indicators1 {
  background: #00000099;
  width: 10%;
  border-radius: 15px;
}

/* Events*/
.events-banner {
  background-color: #f0f0f0;
  background: url(../build/img/news/events-banner.webp) no-repeat center / cover;
  padding: 340px 0px;
  margin-top: 75px;
}

.prbanner {
  background-color: #f0f0f0;
  background: url(../build/img/news/prarticle-banner.webp) no-repeat center / cover;
  padding: 340px 0px;
  margin-top: 75px;
}

.w-40 {
  width: 40%;
}

.modal-header1 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #274f9a;
  padding: 20px;

}

.bg-trisha {
  background: url(../build/img/plot-fest/trisha-banner.webp) no-repeat center center;
  background-size: cover !important;
  z-index: 1;
  position: relative;
  height: 87vh;
}

.bg-trisha::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-trisha::before {
  background: transparent;
}

.ms-70px {
  margin-left: 75px;
}

.w-99 {
  width: 99%;
}

.plot-fest-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: all 0.3s ease;
}

.fest-offer-tag {
  display: inline-block;
  padding: 4px 12px;
  background: #274f9a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(39, 79, 154, 0.3);
  transition: all 0.3s ease;
  position: relative;
}

/* Hover effect on the button */
.plot-fest-btn:hover .fest-offer-tag {
  background: #1e3a6f;
  box-shadow: 0 4px 12px rgba(39, 79, 154, 0.5);
  transform: translateY(-2px);
}

/* Add a subtle glow effect */
.fest-offer-tag::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  border-radius: 6px;
  pointer-events: none;
}

/* Optional: Add a small arrow/triangle pointer */
.fest-offer-tag::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #274f9a;
  transition: border-top-color 0.3s ease;
}

.plot-fest-btn:hover .fest-offer-tag::before {
  border-top-color: #1e3a6f;
}

.w-80 {
  width: 80%;
}

/* Section Base */
.developments-section {
  background-color: #f9fafc;
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #274f99;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
}

/* Grid Layout */
.developments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 30px;
}

/* Project Card */
.development-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.development-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Image */
.image-wrap img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

/* Details */
.details-wrap {
  padding: 20px;
}

.location {
  color: #274f99;
  font-size: 15px;
  font-weight: 500;
}

.project-title {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0 15px;
  color: #1a1a1a;
}

/* Price Section */
.price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.price-block {
  flex: 1;
  min-width: 140px;
  background: #f1f4fb;
  border-radius: 10px;
  padding: 10px 15px;
  text-align: center;
}

.price-block.old-price {
  background: #f9dada;
}

.price-block.new-price {
  background: #dff6e3;
}

.price-label {
  display: block;
  font-size: 13px;
  color: #555;
  margin-bottom: 5px;
  font-weight: 600;
}

.price-text {
  font-size: 18px;
  font-weight: 700;
}

.price-text.strikethrough {
  text-decoration: line-through;
  color: #b32a2a;
}

.price-text.highlight {
  color: #1f7a1f;
}

.approval-text {
  font-size: 14px;
  color: #555;
  margin-top: 15px;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .price-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .price-block {
    width: 100%;
  }

  .section-title {
    font-size: 26px;
  }
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.article-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}

.article-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.article-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.article-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.article-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.5;
  flex-grow: 1;
  min-height: 75px;
}

.read-btn {
  display: inline-block;
  background-color: #274f9a;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-bottom: 20px;
  text-transform: uppercase;
}


.article-author {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 5px;
}

.article-author::before {
  content: "By:";
  font-weight: 600;
}

.article-author a {
  color: #999;
  text-decoration: none;
}

.article-author a:hover {
  color: #f5a623;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
  padding: 20px;
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.pagination a {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
}

.pagination a:hover {
  background-color: #274f9a;
  color: #fff;
  border-color: #274f9a;
}

.pagination .active {
  background-color: #274f9a;
  color: #fff;
  border: 1px solid #274f9a;
}

.pagination .prev,
.pagination .next {
  background-color: #666;
  color: #fff;
  border: 1px solid #666;
}

.pagination .prev:hover,
.pagination .next:hover {
  background-color: #444;
  border-color: #444;
}

.pagination .dots {
  background: transparent;
  border: none;
  color: #666;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 992px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .header h1 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .articles-grid {
    grid-template-columns: 1fr;
  }


  .article-content {
    padding: 15px;
  }

  .article-title {
    font-size: 15px;
    min-height: auto;
  }

  .pagination {
    margin-top: 40px;
    gap: 6px;
  }

  .pagination a,
  .pagination span {
    min-width: 35px;
    height: 35px;
    font-size: 13px;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {


  .pagination {
    gap: 4px;
    flex-wrap: wrap;
  }

  .pagination a,
  .pagination span {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
    padding: 0 8px;
  }
}

/* Projects Section */
.main-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.image-section {
  position: relative;
  text-align: center;
}

.image-section img {
  width: 99%;
  height: auto;
  border-radius: 20px;

}

.firework-left {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
}

.firework-right {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
}

.content-section {

  padding-bottom: 46px;
}

.header-tag {
  color: #2c3e50;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-title {
  font-size: 52px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 30px;
}

.description {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.8;
  margin-bottom: 25px;
}

.offer-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 25px 30px;
  border-radius: 15px;
  margin-top: 30px;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.offer-box p {
  font-size: 17px;
  line-height: 1.6;
}

.project-card {
  background: white;
  border: 2px solid #e0e7ff;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.project-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  justify-content: center;
}

.project-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.adissia-text {
  font-size: 18px;
  color: #2c3e50;
  font-weight: 600;
}

.one-world {
  font-size: 22px;
  font-weight: 700;
  color: #1e3a8a;
}

.circle-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.project-location {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
}

.location-pin {
  color: #ef4444;
  font-size: 24px;
}

.location-name {
  font-size: 25px;
  font-weight: 600;
  color: #1f2937;
}

.location-subtitle {
  font-size: 18px;
  color: #274f9a;
  letter-spacing: 1px;
  font-weight: 600;
}

.pricing {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 15px;
}

.pricing-label {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}

.price {
  font-size: 36px;
  font-weight: 700;
  color: #1e3a8a;
}

.price-unit {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 968px) {
  .main-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .main-title {
    font-size: 38px;
  }

  .firework-left,
  .firework-right {
    display: none;
  }
}

@media (max-width: 640px) {
  .main-title {
    font-size: 32px;
  }

  .price {
    font-size: 28px;
  }

  .one-world {
    font-size: 18px;
  }
}

.bg-new {
  background-image: url(../build/img/plot-fest/bg-diwali.jpg);
  margin-top: 0px;
  background-size: cover;
  height: 84vh;
}

.image-card {
  border: 2px solid #274f9a;
  padding: 20px;
}

.fs-60px {
  font-size: 60px;
}

.banner-plot {
  background-color: #f0f0f0;
  background: url(../build/img/plot-fest/plot-fest-banner.webp) no-repeat center / cover;
  padding: 416px 0px;
  margin-top: 75px;
}

.right-section {

  background: #274f9a;
  padding: 30px;

}

.left-section {
  width: 70%;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-kalapatti {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-amount {
  font-size: 85px;
  color: #ffd43a;
  font-weight: 500;
}

.price-amount1 {
  font-size: 50px;
  color: white;
  font-weight: 500;
}

.rupee-symbol {
  color: white;
  font-size: 75px;
}

.font-poppins {
  font-family: "poppins";
}

.tick-list {
  list-style: none;
  padding-left: 0;
}

.tick-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.tick-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  /* Green color */
  font-weight: bold;
  font-size: 1.2em;
}

/* Nav design */

.badge-offer {
  position: absolute;
  top: 4px;
  right: 335px;
  background: linear-gradient(135deg, #FFEB3B, #FFEB3B);
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.h-92vh {
  height: 92vh;
}

/* Center alignment styles */
.hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.stats-container {
  display: flex;
  gap: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.stat-item {
  flex: 1;
  padding: 50px 40px;
  position: relative;
  transition: all 0.3s ease;
  border-right: 2px solid #e5e9f0;
}

.stat-item:last-child {
  border-right: none;
}

.stat-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #274F9A 0%, #1a3a6e 100%);
  transition: height 0.4s ease;
}

.stat-item:hover::before {
  height: 100%;
}

.stat-item:hover {
  background: #f8f9fb;
  transform: translateY(-2px);
}

.stat-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 25px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);
  transition: all 0.3s ease;
}

.stat-item:nth-child(1) .stat-icon {
  background: linear-gradient(135deg, #274F9A15 0%, #274F9A25 100%);
}

.stat-item:nth-child(2) .stat-icon {
  background: linear-gradient(135deg, #3d6bb315 0%, #3d6bb325 100%);
}

.stat-item:nth-child(3) .stat-icon {
  background: linear-gradient(135deg, #5286cc15 0%, #5286cc25 100%);
}

.stat-item:hover .stat-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(39, 79, 154, 0.15);
}

.stat-title {
  font-size: 30px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  text-align: center;
}

.stat-number {
  font-size: 64px;
  font-weight: 800;
  color: #274F9A;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
}

.stat-item:nth-child(2) .stat-number {
  color: #274d92;
}

.stat-item:nth-child(3) .stat-number {
  color: #274c90;
}

.stat-item:hover .stat-number {
  transform: scale(1.05);
}

.stat-description {
  font-size: 15px;
  color: #94a3b8;
  text-align: center;
  font-weight: 500;
}

.stat-label {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 40px;
  background: #f1f5f9;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  text-align: center;
}

.stat-item:nth-child(1) .stat-label {
  background: #274F9A15;
  color: #274F9A;
}

.stat-item:nth-child(2) .stat-label {
  background: #3d6bb315;
  color: #3d6bb3;
}

.stat-item:nth-child(3) .stat-label {
  background: #5286cc15;
  color: #5286cc;
}



/* Responsive Design */
@media (max-width: 992px) {
  .stats-container {
    flex-direction: column;
  }

  .stat-item {
    border-right: none;
    border-bottom: 2px solid #e5e9f0;
    padding: 40px 30px;
  }

  .stat-item:last-child {
    border-bottom: none;
  }

  .stat-item::before {
    width: 0;
    height: 4px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .stat-item:hover::before {
    width: 100%;
    height: 4px;
  }
}

@media (max-width: 768px) {
  .stat-number {
    font-size: 48px;
  }

  .stat-item {
    padding: 35px 25px;
  }

  .stat-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .stat-number {
    font-size: 40px;
  }

  .stat-title {
    font-size: 12px;
  }

  .stat-description {
    font-size: 14px;
  }
}

.bg-navy {
  background-color: #1b1851;
}

.hero-banner {
  background: url(../build/img/plot-fest/trisha-banner.webp) no-repeat center center;
  background-size: cover !important;
  z-index: 1;
  position: relative;
  height: 87vh;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-banner::before {
  background: transparent;
}

.banner-tv {
  background-color: #f0f0f0;
  background: url(../build/img/plot-fest/logo-tv.webp) no-repeat center / cover;
  padding: 416px 0px;
  margin-top: 75px;
}

.countdown-section {
  pointer-events: auto;
}

.kalapatti-banner {
  background-color: #f0f0f0;
  background: url(../build/img/kalapatti/oneworld-new.jpg) no-repeat center / cover;
  padding: 166px 0px;
  margin-top: 83px;
}

.image-section1 {
  position: relative;
  text-align: center;
}

.image-section1 {
  width: 100%;
  border-radius: 20px;
}

.w-20 {
  width: 20%;
  background: #ffffff;
  color: #274f9a;
  font-weight: 500;
  border: 2px solid #274f9a;
}

.kalapatti-banner {
  display: flex;
  align-items: center;
}

.form-wrapper {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-left: 400px;
}

.pannimadai-banner {
  background-color: #f0f0f0;
  background: url(../build/img/Pannimadai/banner-hero.webp) no-repeat center / cover;
  padding: 84px 0px;
  margin-top: 75px;
  display: flex;
  align-items: center;
}


.w-button {
  width: 105px;
}

.kalapatti-prime-section {
  background: #ffffff;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.kalapatti-prime-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="1" fill="rgba(39,79,154,0.05)"/></svg>');
  opacity: 0.5;
}

.kalapatti-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.kalapatti-heading-block {
  text-align: center;
  margin-bottom: 60px;
}

.kalapatti-heading-block h1 {
  color: #274f9a;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}


.kalapatti-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.kalapatti-feature-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 35px 30px;
  box-shadow: 0 5px 20px rgba(39, 79, 154, 0.15);
  border: 1px solid rgba(39, 79, 154, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.kalapatti-feature-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #274f9a, #274f9a);
  transition: width 0.3s ease;
}

.kalapatti-feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.kalapatti-feature-box:hover::before {
  width: 100%;
  opacity: 0.1;
}

.feature-badge {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: #274f9a;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  box-shadow: 0 4px 10px rgba(39, 79, 154, 0.3);
}

.feature-heading {
  color: #274f9a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-right: 60px;
}

.feature-text {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.7;
}

.text-emphasis {
  color: #274f9a;
  font-weight: 600;
}

@media (max-width: 768px) {
  .kalapatti-prime-section {
    padding: 60px 15px;
  }

  .kalapatti-features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .kalapatti-feature-box {
    padding: 30px 25px;
  }

  .feature-heading {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {

  .feature-badge {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
}

.fs-15px {
  font-size: 15px;
}

.kpl-hero-banner {
  background: linear-gradient(135deg, #274f9a 0%, #1a3a6e 100%);
  color: white;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.kpl-hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.3;
}

.kpl-main-title {
  font-size: 3rem;
  margin-bottom: 20px;
  position: relative;
  animation: slideFromTop 1s ease;
}

.kpl-hero-subtitle {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  animation: slideFromBottom 1s ease 0.3s both;
}

@keyframes slideFromTop {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFromBottom {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kpl-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.kpl-content-block {
  padding: 60px 20px;
  animation: fadeIntoView 1s ease;
}

@keyframes fadeIntoView {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.kpl-content-block:nth-child(even) {
  background: #f8f9fa;
}

.kpl-section-heading {
  color: #274f9a;
  font-size: 2.5rem;
  margin-bottom: 15px;
  text-align: center;
}

.kpl-section-subheading {
  color: #274f9a;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
}

.kpl-feature-cards {
  margin-top: 40px;
}

.kpl-info-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(39, 79, 154, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #274f9a;
}

.kpl-info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(39, 79, 154, 0.2);
}

.kpl-card-title {
  color: #274f9a;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.kpl-card-text {
  color: #666;
  line-height: 1.7;
}

.kpl-data-table-wrapper {
  width: 100%;
  margin-top: 40px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.kpl-data-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}

.kpl-table-header {
  background: #274f9a;
  color: white;
  padding: 20px;
  text-align: left;
  font-size: 1.1rem;
}

.kpl-table-cell {
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.kpl-data-table-wrapper tr:hover {
  background: #f8f9fa;
}

.kpl-tech-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.kpl-badge-item {
  background: linear-gradient(135deg, #274f9a, #3a6bc4);
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(39, 79, 154, 0.3);
  transition: transform 0.3s ease;
}

.kpl-badge-item:hover {
  transform: scale(1.05);
}

.kpl-amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.kpl-amenity-box {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.kpl-amenity-heading {
  color: #274f9a;
  margin-bottom: 15px;
  font-size: 1.2rem;
  border-bottom: 2px solid #274f9a;
  padding-bottom: 10px;
}

.kpl-amenity-list {
  list-style: none;
  padding-left: 0;
}

.kpl-list-item {
  padding: 8px 0;
  color: #555;
  position: relative;
  padding-left: 25px;
}

.kpl-list-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #274f9a;
  font-weight: bold;
}

.kpl-stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.kpl-stat-display {
  background: linear-gradient(135deg, #274f9a, #3a6bc4);
  color: white;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(39, 79, 154, 0.3);
  transition: transform 0.3s ease;
}

.kpl-stat-display:hover {
  transform: scale(1.05);
}

.kpl-stat-number {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: white;
}

.kpl-stat-label {
  font-size: 1rem;
  opacity: 0.9;
}

.kpl-cta-banner {
  background: linear-gradient(135deg, #274f9a 0%, #1a3a6e 100%);
  color: white;
  padding: 80px 20px;
  text-align: center;
  margin-top: 60px;
}

.kpl-cta-heading {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.kpl-action-btn {
  display: inline-block;
  background: white;
  color: #274f9a;
  padding: 18px 50px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.kpl-action-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.kpl-location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.kpl-tag-pill {
  background: #f8f9fa;
  color: #274f9a;
  padding: 12px 25px;
  border-radius: 25px;
  border: 2px solid #274f9a;
  font-weight: 500;
}

.kpl-intro-text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  color: #666;
}

.kpl-white-box {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.kpl-box-title {
  color: #274f9a;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.kpl-box-content {
  color: #666;
  line-height: 1.8;
}

.kpl-highlight-box {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
  border-left: 5px solid #274f9a;
}

.kpl-feature-section {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}

.kpl-centered-title {
  color: #274f9a;
  margin-bottom: 20px;
  font-size: 2.3rem;
  text-align: center;
}

.kpl-featured-box {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 10px;
  margin-top: 40px;
  border: 3px solid #274f9a;
}

.kpl-featured-title {
  color: #274f9a;
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: center;
}

.kpl-featured-text {
  color: #666;
  line-height: 1.8;
  text-align: center;
}

.kpl-investment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.kpl-investment-item h5 {
  color: #274f9a;
  margin-bottom: 10px;
}

.kpl-investment-item p {
  color: #666;
}

.kpl-page-footer {
  background: #1a3a6e;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.kpl-footer-text {
  margin-top: 10px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .kpl-main-title {
    font-size: 2rem;
  }

  .kpl-hero-subtitle {
    font-size: 1.1rem;
  }

  .kpl-section-heading {
    font-size: 2rem;
  }

  .kpl-section-subheading {
    font-size: 1.4rem;
  }

  .kpl-feature-cards,
  .kpl-amenity-grid {
    grid-template-columns: 1fr;
  }

  .kpl-data-table-wrapper {
    overflow-x: auto;
  }

  .kpl-stat-number {
    font-size: 2rem;
  }

  .kpl-cta-heading {
    font-size: 2rem;
  }

  .kpl-action-btn {
    padding: 15px 40px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .kpl-hero-banner {
    padding: 60px 15px;
  }

  .kpl-content-block {
    padding: 40px 15px;
  }

  .kpl-info-card,
  .kpl-amenity-box {
    padding: 20px;
  }
}

.fs-24px {
  font-size: 24px;
}

.fs-60px {
  font-size: 60px;
}

.fs-24px {
  font-size: 24px;
}

.section-title {
  width: 100%;
  color: #274f9a;
  font-weight: 500;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.section-title span {
  font-family: "Chronicle Display", Georgia, serif;
  white-space: nowrap;
}

.icon-sec2 {
  background: #D4C9BE;
  padding: 25px 25px 25px 25px;
  text-align: center;
  border-radius: 140px;
}

.w-198px {
  width: 198px;
}

.ms-70px {
  margin-left: 70px;
}

.w-120 {
  width: 120%;
}

.trisha-address {
  top: 401px;
  right: 675px;
}

.bg-grey {
  background: #efefef !important;
}

.mt-86px {
  margin-top: 86px;
}

#projectTabs {
  border-radius: 40px;
  background: #fff;
  padding: 0.5rem 1rem;
}

.property-tab-nav {
  background-color: #ffffff;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tab-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.tab-list-item {
  margin: 5px;
}

.tab-link {
  display: inline-block;
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}

.tab-link:hover {
  color: #274F9A;
  background-color: rgba(39, 79, 154, 0.05);
}

.tab-link.is-active {
  color: #ffffff;
  background-color: #274F9A;
}

.tab-link.is-active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #274F9A;
}

.tab-content-area {
  padding: 60px 20px;
  min-height: 500px;
  display: none;
}

.tab-content-area.is-visible {
  display: block;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-inner {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.content-inner h2 {
  color: #274F9A;
  margin-bottom: 20px;
  font-size: 32px;
}

.content-inner p {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .tab-list {
    flex-direction: column;
    align-items: stretch;
  }

  .tab-list-item {
    width: 100%;
  }

  .tab-link {
    width: 100%;
    text-align: center;
  }

  .content-inner {
    padding: 20px;
  }
}

.nav-tab.active {
  background-color: #274f99;
  /* Example active color */
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
  transition: all 0.3s;
}

/* Keep existing banner as is */
.vadavalli-banner {
  /* Your existing banner styles */
  min-height: 400px;
  background-size: cover;
  background-position: center;
}

/* Navigation Tabs */
.vadavalli-navigation-wrapper {
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
  box-shadow: 0 4px 20px rgba(39, 79, 154, 0.1);
  overflow: hidden;
}

.vadavalli-tabs-menu {
  display: flex;
  justify-content: center;
  padding: 0;
  max-width: 1350px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.vadavalli-tabs-menu::-webkit-scrollbar {
  display: none;
}

.vadavalli-nav-button {
  flex: 1 0 auto;
  min-width: 150px;
  padding: 15px 23px;
  background: white;
  border: none;
  border-bottom: 3px solid transparent;
  color: #274F9A;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.vadavalli-nav-button:hover {
  background: rgba(39, 79, 154, 0.05);
  border-bottom-color: #274F9A;
}

.vadavalli-nav-button.vadavalli-active-tab {
  background: #274F9A;
  color: white;
  border-bottom-color: #274F9A;
}

/* Content Container */
.vadavalli-main-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(39, 79, 154, 0.02) 100%);
}

.vadavalli-panel-content {
  display: none;
  animation: fadeIn 0.6s ease;
}

.vadavalli-panel-content.vadavalli-visible {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vadavalli-content-box {
  background: white;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(39, 79, 154, 0.08);
}

.vadavalli-heading-primary {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #274F9A;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  font-weight: 300;
  letter-spacing: 1px;
}

.vadavalli-heading-primary::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #274F9A, transparent);
  border-radius: 2px;
}

.vadavalli-description-text {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 30px;
  text-align: justify;
}

.vadavalli-feature-banner {
  background: linear-gradient(135deg, #274F9A 0%, #1a3567 100%);
  padding: 40px;
  border-radius: 15px;
  margin: 40px 0;
  box-shadow: 0 15px 40px rgba(39, 79, 154, 0.25);
  position: relative;
  overflow: hidden;
}

.vadavalli-feature-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: shimmer 8s ease-in-out infinite;
}
.vadavalli-text {
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: #274F9A;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  font-weight: 300;
  letter-spacing: 1px;
}

@keyframes shimmer {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-30px, -30px);
  }
}

.vadavalli-feature-banner p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.text-white {
  color: white !important;
}

/* Grid Layouts */
.vadavalli-facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.vadavalli-facility-block {
  background: linear-gradient(135deg, rgba(39, 79, 154, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 35px;
  border-radius: 20px;
  border: 2px solid rgba(39, 79, 154, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.vadavalli-facility-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #274F9A 0%, #1a3567 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.vadavalli-facility-block:hover::before {
  opacity: 1;
}

.vadavalli-facility-block:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(39, 79, 154, 0.2);
  border-color: #274F9A;
}

.vadavalli-facility-block>* {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

.vadavalli-facility-block:hover h3,
.vadavalli-facility-block:hover li {
  color: white;
}

.vadavalli-facility-block h3 {
  color: #274F9A;
  font-size: 1.5rem;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.vadavalli-facility-block ul {
  list-style: none;
  padding: 0;
}

.vadavalli-facility-block li {
  padding: 12px 0;
  padding-left: 30px;
  position: relative;
  color: #555;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}

.vadavalli-facility-block li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #274F9A;
  font-weight: bold;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.vadavalli-facility-block:hover li::before {
  color: white;
  transform: translateX(5px);
}

/* Investment Cards */
.vadavalli-investment-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}

.vadavalli-investment-card {
  background: white;
  padding: 40px;
  border-radius: 20px;
  border-left: 6px solid #274F9A;
  box-shadow: 0 8px 25px rgba(39, 79, 154, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.vadavalli-investment-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(39, 79, 154, 0.1) 0%, transparent 70%);
  transition: all 0.4s ease;
}

.vadavalli-investment-card:hover {
  transform: translateX(15px);
  box-shadow: 0 15px 45px rgba(39, 79, 154, 0.2);
  border-left-width: 10px;
}

.vadavalli-investment-card:hover::before {
  width: 200px;
  height: 200px;
}

.vadavalli-investment-card h3 {
  color: #274F9A;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.vadavalli-investment-card p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 18px;
  font-size: 1.05rem;
}

.vadavalli-investment-card strong {
  color: #274F9A;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 968px) {
  .vadavalli-tabs-menu {
    justify-content: flex-start;
    gap: 10px;
    padding: 0 10px;
  }

  .vadavalli-nav-button {
    flex: 0 0 auto;
    min-width: 180px;
    font-size: 1rem;
    padding: 15px 20px;
    border-bottom: 3px solid transparent;
    border-left: none;
  }

  .vadavalli-nav-button.vadavalli-active-tab {
    border-bottom-color: #274F9A;
    border-left: none;
  }

  .vadavalli-content-box {
    padding: 35px 25px;
  }

  .vadavalli-facilities-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .vadavalli-main-container {
    padding: 40px 15px;
  }

  .vadavalli-tabs-menu {
    padding: 0 5px;
    gap: 8px;
  }

  .vadavalli-nav-button {
    min-width: 160px;
    font-size: 0.95rem;
    padding: 12px 18px;
  }

  .vadavalli-content-box {
    padding: 30px 20px;
  }

  .vadavalli-heading-primary {
    font-size: 1.8rem;
  }

  .vadavalli-description-text {
    font-size: 1rem;
  }

  .vadavalli-feature-banner {
    padding: 30px 20px;
  }

  .vadavalli-facility-block {
    padding: 25px 20px;
  }

  .vadavalli-investment-card {
    padding: 25px 20px;
  }
}

@media (max-width: 480px) {
  .vadavalli-nav-button {
    min-width: 140px;
    padding: 12px 15px;
    font-size: 0.85rem;
  }

  .vadavalli-content-box {
    padding: 25px 15px;
    border-radius: 15px;
  }

  .vadavalli-heading-primary {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }

  .vadavalli-description-text {
    font-size: 0.95rem;
    text-align: left;
  }

  .vadavalli-feature-banner {
    padding: 25px 15px;
  }

  .vadavalli-feature-banner p {
    font-size: 1rem;
  }

  .vadavalli-facility-block h3 {
    font-size: 1.3rem;
  }

  .vadavalli-facility-block li {
    font-size: 0.95rem;
    padding: 10px 0 10px 25px;
  }

  .vadavalli-investment-card h3 {
    font-size: 1.3rem;
  }

  .vadavalli-investment-card p {
    font-size: 0.95rem;
  }
}

.article-image1 {
  width: 100%;
  padding: 67px;
  object-fit: cover;
}

.blog-style {
  text-align: center;
  margin-right: 0px;
  font-size: 18px;
  font-family: 'Poppins';
}

/* vadavalli banner */
.vadavalli-banner {
  background: url(../build/img/vivaana/Vivaana-banner.webp) no-repeat center / cover;
  height: 840px;
}

.mt-4rem {
  margin-top: 4rem;
}

.fs-48px {
  font-size: 48px;
}

.kpl-image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.kpl-image-gallery img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kpl-image-gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* YouTube Video Section with Animated Background */
.youtube-section {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #ffffff 100%);
  padding: 80px 20px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.youtube-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(39, 79, 154, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(39, 79, 154, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 40% 20%, rgba(39, 79, 154, 0.06) 0%, transparent 50%);
  animation: pulse 15s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.youtube-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(39, 79, 154, 0.05), transparent);
  animation: shimmer 8s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 200%;
  }
}

.youtube-section .text-center {
  position: relative;
  z-index: 1;
}

.youtube-section h5 {
  color: #666;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.youtube-section h4 {
  color: #274F9A;
  font-size: 42px;
  margin-bottom: 60px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.video-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  position: relative;
}

.video-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(39, 79, 154, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.video-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 60px rgba(39, 79, 154, 0.4);
}

.video-card:hover::before {
  opacity: 1;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  margin-bottom: 0px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-info {
  padding: 30px;
  background: white;
  position: relative;
  z-index: 2;
}

.video-title {
  color: #274F9A;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.video-description {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 2;
}

.video-card:hover .play-overlay {
  transform: translate(-50%, -50%) scale(1.1);
  background: white;
}

.play-overlay::after {
  content: '▶';
  color: #274F9A;
  font-size: 30px;
  margin-left: 5px;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: white;
  margin: 5% auto;
  padding: 0;
  border-radius: 12px;
  position: relative;
}

.modal-header1 {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title {
  color: #274F9A;
  font-size: 24px;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

.carousel-container {
  position: relative;
}

.carousel-slide {
  display: none;
}

.carousel-slide.active {
  display: block;
}

.carousel-slide img {
  width: 100%;
  border-radius: 8px;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(39, 79, 154, 0.7);
  color: white;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.carousel-nav:hover {
  background-color: #274F9A;
}

.carousel-prev {
  left: 30px;
}

.carousel-next {
  right: 30px;
}

.carousel-counter {
  text-align: center;
  margin-bottom: 15px;
  color: #666;
  font-size: 14px;
}

@media (max-width: 768px) {
  .events-grid {
    grid-template-columns: 1fr;
  }

  .video-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fs-45px {
    font-size: 32px;
  }

  .youtube-section h4 {
    font-size: 28px;
  }

  .carousel-nav {
    padding: 10px 15px;
    font-size: 16px;
  }

  .video-title {
    font-size: 18px;
  }
}

.job-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.job-card h4 {
  color: #333;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.job-card .location {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.job-card .location i {
  margin-right: 8px;
  color: #6875E2;
}

.job-card .job-description h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.job-card .job-description p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.job-card .job-description ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.job-card .job-description ul li {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.job-card .btn-primary {
  background-color: #274f9a;
  border-color: #274f9a;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
}

.job-card .btn-primary:hover {
  background-color: #274f9a;
  border-color: #274f9a;
}

.job-card .location i {
  margin-right: 8px;
  color: #274f9a;
}

.job-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  position: relative;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.hiring-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #3b8a3e;
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.4);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.job-card h4 {
  color: #333;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 600;
  padding-right: 120px;
}

.job-card .location {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}



.job-card .job-description h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.job-card .job-description p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
}




/* Responsive adjustments */
@media (max-width: 768px) {
  .job-card h4 {
    padding-right: 0;
    margin-top: 35px;
  }

  .hiring-badge {
    top: 10px;
    right: 10px;
    font-size: 11px;
    padding: 5px 12px;
  }
}

.mt-60px {
  margin-top: 20px;
}

.lh-1rem {
  line-height: 30px;
}

.banner-rera {
  background-color: #f0f0f0;
  background: url(../build/img/rera/banner-rera.webp) no-repeat center / cover;
  padding: 433px 0px;
  margin-top: 83px;
}



.font-new {
  font: clamp(20px, 0vw, 14px) 'Optima-Medium';
}

.bg-new-sec {
  background-color: #f0f0f0;
  background: url(../build/img/rera/white-bg-sec.jpg) no-repeat center / cover;
  padding: 0px;
  margin-top: 38px;
}

.border-radius-40 {
  border-radius: 40px;
}

.border-right-grey {
  border-right: 2px dashed grey;
}

.lh-2rem {
  line-height: 2.9rem;
}

.bg-tn {
  background-color: #f0f0f0;
  background: url(../build/img/rera/tn-banner.jpg) no-repeat center / cover;
  padding: 0px;
  margin-top: 38px;
}

.padding-custom {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-benefits {
  background-color: #f0f0f0;
  background: url(../build/img/rera/benefits-banner.jpg) no-repeat center / cover;
  padding: 0px;
}

.benefits-col {
  background: white;
  padding: 21px;
  border-radius: 10px;
}

.w-28 {
  width: 25%;
}

.gap-20px {
  gap: 20px;
}

.fs-20px {
  font-size: 20px;
}

.bottom-90px {
  bottom: 90px;
}

.right-13 {
  right: 13px;
}

.fs-14px {
  font-size: 13px;
}

.lh-30px {
  line-height: 30px;
}

.thudiyalur-banner {
  background: url(../build/img/home/echovalley-desktop-new.webp) no-repeat center / cover;
  height: 951px;
}

.saravanampatti-banner {
  background: url(../build/img/home/address-banner-desk-new.png) no-repeat center / cover;
  height: 951px;
}

.mt-360 {
  margin-top: 0px;
}

.emi-container {
  max-width: 1200px;
  margin: 0 auto;
}

.emi-header {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.emi-card-wrapper {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(39, 79, 154, 0.15);
  overflow: hidden;
}

.emi-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 50px;
}

.emi-input-container {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.emi-field-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.emi-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.emi-label-text {
  font-weight: 700;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.emi-input-box {
  background: #274F9A;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 600;
  color: white;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 4px 12px rgba(39, 79, 154, 0.2);
}

.emi-input-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(39, 79, 154, 0.3);
}

.emi-input-box input {
  background: transparent;
  border: none;
  color: white !important;
  font-weight: 600;
  font-size: inherit;
  outline: none;
  text-align: right;
  min-width: 100px;
}

.emi-input-box input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.emi-slider-track {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(to right, #274F9A 0%, #274F9A 50%, #e0e0e0 50%, #e0e0e0 100%);
  outline: none;
  -webkit-appearance: none;
  cursor: grab;
  transition: background 0.1s ease;
}

.emi-slider-track:active {
  cursor: grabbing;
}

.emi-slider-track::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  cursor: grab;
  box-shadow: 0 3px 10px rgba(39, 79, 154, 0.4);
  border: 3px solid #274F9A;
  transition: all 0.2s ease;
}

.emi-slider-track::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 5px 15px rgba(39, 79, 154, 0.6);
}

.emi-slider-track::-webkit-slider-thumb:active {
  cursor: grabbing;
}

.emi-slider-track::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  cursor: grab;
  border: 3px solid #274F9A;
  box-shadow: 0 3px 10px rgba(39, 79, 154, 0.4);
  transition: all 0.2s ease;
}

.emi-slider-track::-moz-range-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 5px 15px rgba(39, 79, 154, 0.6);
}

.emi-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #999;
  margin-top: 8px;
  font-weight: 500;
}

.emi-results-panel {
  background: #274F9A;
  border-radius: 15px;
  padding: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(39, 79, 154, 0.3);
}

.emi-results-title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  opacity: 0.95;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.emi-display-amount {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 800;
  margin-bottom: 35px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.emi-breakdown-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.emi-breakdown-box {
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  padding: 20px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.emi-breakdown-box:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.emi-breakdown-label {
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 8px;
  font-weight: 600;
}

.emi-breakdown-number {
  font-size: 1.6rem;
  font-weight: 700;
}

.emi-apply-button {
  background: white;
  color: #274F9A;
  border: none;
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.emi-apply-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.emi-apply-button:active {
  transform: translateY(-1px);
}

.emi-info-section {
  margin: 30px 50px 35px 30px;
  padding: 20px;
  background: #f8f9fa;
  border-left: 5px solid #274F9A;
  border-radius: 8px;
}

.emi-info-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
  font-size: 15px;
}

.emi-info-text {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .emi-content-grid {
    gap: 30px;
    padding: 40px;
  }

  .emi-display-amount {
    font-size: 3rem;
  }

  .emi-header {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .emi-content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 20px;
  }

  .emi-header {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .emi-display-amount {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }

  .emi-input-container {
    gap: 25px;
  }

  .emi-field-group {
    gap: 12px;
  }

  .emi-results-panel {
    padding: 30px 25px;
  }

  .emi-breakdown-grid {
    gap: 15px;
    margin-bottom: 20px;
  }

  .emi-breakdown-box {
    padding: 15px;
  }

  .emi-breakdown-number {
    font-size: 1.4rem;
  }

  .emi-info-section {
    margin: 25px 20px 0;
    padding: 15px;
  }

  .emi-info-title {
    font-size: 14px;
  }

  .emi-info-text {
    font-size: 13px;
  }

  .emi-label-text {
    font-size: 15px;
  }

  .emi-input-box {
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
  .emi-header {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .emi-content-grid {
    gap: 25px;
    padding: 20px 15px;
  }

  .emi-input-container {
    gap: 20px;
  }

  .emi-display-amount {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .emi-results-panel {
    padding: 25px 20px;
  }

  .emi-breakdown-grid {
    grid-template-columns: 1fr;
  }

  .emi-breakdown-label {
    font-size: 12px;
  }

  .emi-breakdown-number {
    font-size: 1.3rem;
  }

  .emi-apply-button {
    padding: 14px 28px;
    font-size: 15px;
  }

  .emi-info-section {
    margin: 20px 15px 0;
    padding: 12px;
  }

  .emi-label-text {
    font-size: 14px;
  }
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.08);
  padding: 30px;
  height: 473px !important;
  max-width: 600px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fs-13px {
  font-size: 15px;
}

.fs-14 {
  font-size: 18px;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

/* dubai */
.bg-new-dubai {
  background-color: #f0f0f0;
  background: url(../build/img/dubai/beach-sec2.webp) no-repeat center / cover;
  padding: 0px;
  height: 130vh;
}

.banner-dubai {
  background-color: #f0f0f0;
  background: url(../build/img/dubai/banner-dubai.webp) no-repeat center / cover;
  padding: 480px 0px;
  margin-top: 83px;
}

.pt-390px {
  padding-top: 390px;
}

.carousel-indicators-1 button {
  opacity: 1;
  transition: background-color 0.3s ease;
}

.carousel-indicators-1 button:not(.active) {
  background-color: #ccc !important;
}

.carousel-indicators-1 button.active {
  background-color: #274F9A !important;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.carousel-indicators-1 {
  left: 50%;
}

.nri-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.nri-title {
  font-size: 32px;
  font-weight: 600;
}

.text-blue {
  color: #274F9A;
}

.accordion-button {
  color: #333;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  background-color: #274F9A;
  color: #fff;
}

.carousel-indicators button {
  background-color: #274F9A;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(32%) sepia(50%) saturate(800%) hue-rotate(189deg) brightness(90%) contrast(90%);
}

.nri-img img {
  max-width: 100%;
  height: auto;
}

.w-22 {
  width: 22%;
}

.card-design-1 {
  background: #f4f4f4;
  border-radius: 0px;
  padding: 20px;
}

.bg-nri {
  background-color: #f0f0f0;
  background: url(../build/img/dubai/kovai1.jpg) no-repeat center / cover;
  padding: 0px;
  height: 70vh;
}

.p-30px {
  padding: 30px;
}

.g-1rem {
  gap: 1.5rem;
}

.lh-4rem {
  line-height: 3.9rem;
}

.bg-adissia-one-app {
  background-color: #f0f0f0;
  background: url(../build/img/dubai/bg-adissia-one-app.jpg) no-repeat center / cover;
  padding: 0px;
}

.bg-grey {
  background: #f5f5f5 !important;
}

.nri-primary-color {
  color: #274F9A;
}

.nri-section-header {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.nri-section-header p {
  margin: 0;
  padding-right: 1rem;
  white-space: nowrap;
  color: #333;
}

.nri-section-header hr {
  flex-grow: 1;
  border: none;
  border-top: 2px solid #000000;
  margin: 0;
}

/* Fix for accordion item structure */
.nri-accordion-wrapper {
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
}

.nri-accordion-wrapper .accordion-header {
  margin-bottom: 0;
}

.nri-accordion-toggle {
  background: transparent;
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 1.25rem 0;
  box-shadow: none;
  border: none;
  width: 100%;
  text-align: left;
}

.nri-accordion-toggle:not(.collapsed) {
  background: transparent;
  color: #274F9A;
  box-shadow: none;
}

.nri-accordion-toggle:focus {
  box-shadow: none;
  border: none;
}

.nri-accordion-toggle::after {
  width: 1.5rem;
  height: 1.5rem;
  background-image: none;
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 300;
  color: #274F9A;
  flex-shrink: 0;
  margin-left: auto;
}

.nri-accordion-toggle:not(.collapsed)::after {
  content: '−';
  transform: none;
}

/* Fix for accordion body positioning */
.accordion-collapse {
  border: none;
}

.nri-accordion-content {
  padding: 0 0 1.5rem 0;
  color: #666;
  line-height: 1.6;
  background: transparent;
}

.nri-carousel-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.nri-nav-button {
  width: 40px;
  height: 40px;
  border: 2px solid #274F9A;
  border-radius: 50%;
  background: white;
  color: #274F9A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.nri-nav-button:hover {
  background: #274F9A;
  color: white;
}

.nri-nav-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.nri-slide-indicators {
  display: flex;
  gap: 0.5rem;
}

.nri-slide-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s;
}

.nri-slide-dot.active-slide {
  background: #274F9A;
}

.nri-visual-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 500px;
}

.nri-visual-section img {
  max-width: 83%;
  height: auto;
}

@media (max-width: 991px) {
  .nri-visual-section {
    margin-top: 3rem;
    min-height: 400px;
  }
}

@media (max-width: 576px) {
  .nri-accordion-toggle {
    font-size: 1rem;
    padding: 1rem 0;
  }

  h4 {
    font-size: 1.5rem;
  }
}

.border-white {
  border-top: 2px solid white;
}

.bg-light-blue {
  background: #f9fbff;
}

.text-blue-fair-pro {
  color: white;
}

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  transform: none !important;
}

.fs-16px {
  font-size: 16px !important;
}

.border-lightgrey {
  border: 1px solid #f2f2f2;
}

.bg-lightgrey {
  background-color: #f2f2f2 !important;
}


.perspective-wrapper {
  max-width: 1400px;
  width: 100%;
  perspective: 2000px;
  margin: 0 auto;
}

.carousel-wrapper {
  position: relative;
}

.carousel-container {
  overflow: hidden;
  width: 100%;
}

.investment-cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
  padding: 20px 0;
}

.investment-card {
  width: 340px;
  height: 280px;
  background: linear-gradient(135deg, #1e3a5f 0%, #0f2540 100%);
  border-radius: 0px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  transform-style: preserve-3d;
  backface-visibility: visible;
  overflow: hidden;
  flex-shrink: 0;
}

.investment-card:hover {
  transform: scale(1.05) !important;
  z-index: 10;
}

.investment-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: 0;
}

.growth-card {
  transform: perspective(1000px) rotateY(31deg) translateX(0px) translateZ(-50px);
  transform-origin: right center;
}

.growth-card::before {
  background-image:
    url('../build/img/dubai/business-growth-concept.jpg'),
    url('data:image/svg+xml,<svg ...>');
  background-size: cover, contain;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}


.rental-card {
  transform: scale(1.15) translateZ(50px);
  z-index: 5;
  background: linear-gradient(135deg, #0f3d3e 0%, #081f1f 100%);
}

.rental-card::before {
  background-image:
    url('../build/img/dubai/close-up-green-arrow-pointing-chart-generative-ai.jpg'),
    url('data:image/svg+xml,<svg ...>');
  background-size: cover, contain;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.nri-card {
  transform: perspective(1000px) rotateY(-35deg) translateX(0px) translateZ(-50px);
  transform-origin: left center;
}

.nri-card::before {
  background-image:
    url('../build/img/dubai/competition-computer-computing-perspective-sky.jpg'),
    url('data:image/svg+xml,<svg ...>');
  background-size: cover, contain;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.card-4,
.card-5 {
  background: linear-gradient(135deg, #1e3a5f 0%, #0f2540 100%);
}

.card-4::before,
.card-5::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><defs><linearGradient id="grid" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23ffffff;stop-opacity:0.1"/><stop offset="100%" style="stop-color:%23ffffff;stop-opacity:0.05"/></linearGradient></defs><rect width="400" height="300" fill="url(%23grid)"/><line x1="50" y1="250" x2="50" y2="150" stroke="%23ffffff" stroke-width="3" opacity="0.3"/><line x1="100" y1="250" x2="100" y2="120" stroke="%23ffffff" stroke-width="3" opacity="0.3"/><line x1="150" y1="250" x2="150" y2="100" stroke="%23ffffff" stroke-width="3" opacity="0.3"/><line x1="200" y1="250" x2="200" y2="80" stroke="%23ffffff" stroke-width="3" opacity="0.3"/><line x1="250" y1="250" x2="250" y2="60" stroke="%23ffffff" stroke-width="3" opacity="0.3"/><line x1="300" y1="250" x2="300" y2="40" stroke="%23ffffff" stroke-width="3" opacity="0.3"/><polyline points="50,150 100,120 150,100 200,80 250,60 300,40" fill="none" stroke="%23ffffff" stroke-width="2" opacity="0.4"/></svg>');
}

.investment-card>* {
  position: relative;
  z-index: 1;
}

.card-icon-container {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.card-svg-icon {
  width: 50px;
  height: 50px;
  stroke: #ffffff;
  stroke-width: 2;
  fill: none;
}

.card-description {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  max-width: 280px;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.indicator.active {
  background: #1e3a5f;
  width: 32px;
  border-radius: 6px;
  border: 2px solid #1e3a5f;
}

.indicator:hover {
  background: rgba(30, 58, 95, 0.6);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .investment-card {
    width: 300px;
    height: 260px;
    padding: 35px 25px;
  }

  .growth-card {
    transform: perspective(1000px) rotateY(30deg) translateX(30px) translateZ(-40px);
  }

  .nri-card {
    transform: perspective(1000px) rotateY(-30deg) translateX(-30px) translateZ(-40px);
  }
}

@media (max-width: 992px) {
  .investment-cards-container {
    flex-direction: column;
    gap: 30px;
  }

  .investment-card {
    width: 100%;
    max-width: 450px;
    height: auto;
    min-height: 240px;
    transform: none !important;
  }

  .growth-card,
  .rental-card,
  .nri-card,
  .card-4,
  .card-5 {
    transform: none !important;
  }

  .rental-card {
    transform: scale(1) !important;
  }
}

@media (max-width: 576px) {
  .investment-card {
    padding: 30px 20px;
  }

  .card-icon-container {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .card-svg-icon {
    width: 45px;
    height: 45px;
  }

  .card-description {
    font-size: 14px;
  }
}

/* land aggregation*/
.property-showcase-area {
  background-color: #1a1a3e;
  color: #ffffff;
  padding: 60px 20px;
}

.property-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.property-header-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
  align-items: center;
}

.property-details-block {
  display: flex;
  align-items: center;
  gap: 30px;
}

.property-map-graphic {
  flex-shrink: 0;
}

.property-map-graphic svg {
  width: 100px;
  height: 100px;
}

.parcel-specifications h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
}

.parcel-specifications h3 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.2;
}

.parcel-specifications p {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.purchase-option-badge {
  background-color: #f4e9c3;
  color: #1a1a3e;
  padding: 12px 24px;
  font-size: 1.3rem;
  font-weight: 700;
  display: inline-block;
}

.city-locations-panel {
  text-align: right;
}

.city-locations-panel h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.cities-display-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.map-marker-icon svg {
  width: 60px;
  height: 60px;
  fill: #f4d35e;
}

.cities-text-list {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
}

.assurance-benefits-area {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
}

.benefits-layout-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
  align-items: center;
}

.brand-promise-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.brand-name-text {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 2px;
}

.brand-accent-color {
  color: #f4d35e;
}

.attention-badge-circle {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a3e;
  position: relative;
}

.promises-display-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.promise-single-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.check-icon-badge {
  width: 40px;
  height: 40px;
  background-color: #f4d35e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.check-icon-badge svg {
  width: 20px;
  height: 20px;
}

.promise-description-text {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .parcel-specifications h2 {
    font-size: 1.6rem;
  }

  .parcel-specifications h3 {
    font-size: 2rem;
  }

  .city-locations-panel h2 {
    font-size: 2rem;
  }

  .cities-text-list {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .property-header-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .city-locations-panel {
    text-align: left;
  }

  .cities-display-group {
    justify-content: flex-start;
  }

  .promises-display-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-layout-grid {
    gap: 30px;
  }

  .brand-name-text {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .property-showcase-area {
    padding: 40px 15px;
  }

  .property-details-block {
    flex-direction: column;
    text-align: center;
  }

  .property-map-graphic svg {
    width: 80px;
    height: 80px;
  }

  .parcel-specifications h2 {
    font-size: 1.4rem;
  }

  .parcel-specifications h3 {
    font-size: 1.8rem;
  }

  .purchase-option-badge {
    font-size: 1.1rem;
    padding: 10px 20px;
  }

  .city-locations-panel h2 {
    font-size: 1.8rem;
  }

  .cities-text-list {
    font-size: 1rem;
  }

  .map-marker-icon svg {
    width: 50px;
    height: 50px;
  }

  .benefits-layout-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .brand-promise-block {
    justify-content: center;
  }

  .brand-name-text {
    font-size: 2rem;
  }

  .promises-display-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .promise-description-text {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .parcel-specifications h2 {
    font-size: 1.2rem;
  }

  .parcel-specifications h3 {
    font-size: 1.5rem;
  }

  .parcel-specifications p {
    font-size: 1rem;
  }

  .purchase-option-badge {
    font-size: 1rem;
  }

  .city-locations-panel h2 {
    font-size: 1.5rem;
  }

  .cities-text-list {
    font-size: 0.9rem;
  }

  .brand-name-text {
    font-size: 1.6rem;
  }

  .check-icon-badge {
    width: 35px;
    height: 35px;
  }
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.hero-banner {
  background: linear-gradient(135deg, #f5f5f5 0%, #fff 100%);
  padding: 40px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.hero-title {
  font-size: 2.5rem;
  color: #274F9A;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.hero-tag {
  background: #e8e8e8;
  display: inline-block;
  padding: 8px 16px;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 25px;
  border-radius: 4px;
}

.hero-heading {
  font-size: 2rem;
  color: #274F9A;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.acres-badge {
  background: #274F9A;
  color: white;
  padding: 15px 25px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 20px;
}

.purchase-options {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.location-section {
  margin-top: 25px;
}

.location-title {
  font-size: 0.9rem;
  color: #274F9A;
  font-weight: 600;
  margin-bottom: 10px;
}

.location-box {
  border: 2px solid #ddd;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}

.hero-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-pic img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* Guarantee Section */
.guarantee-banner {
  background: #274F9A;
  color: white;
  padding: 30px;
  border-radius: 8px;
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.guarantee-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.guarantee-point::before {
  content: "✓";
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
}

.guarantee-point span {
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Stats Section */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin: 50px 0;
  text-align: center;
}

.metric-card {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}

.metric-value {
  font-size: 2rem;
  font-weight: 700;
  color: #274F9A;
}

.metric-label {
  font-size: 0.85rem;
  color: #666;
  margin-top: 8px;
  line-height: 1.4;
}

/* Why Choose Section */
.benefits-area {
  margin: 50px 0;
}

.benefits-title {
  font-size: 1.8rem;
  color: #274F9A;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.benefits-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.benefit-card {
  padding: 20px;
  background: white;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  border-color: #274F9A;
  box-shadow: 0 5px 15px rgba(39, 79, 154, 0.1);
}

.benefit-card strong {
  display: block;
  font-size: 1.1rem;
  color: #274F9A;
  margin-bottom: 8px;
}

.benefit-card span {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

/* Footer/CTA Section */

.contact-banner h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}

.phone-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 1.1rem;
}

.phone-display::before {
  content: "📞";
  font-size: 1.5rem;
}

.qr-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.qr-placeholder {
  background: white;
  padding: 15px;
  border-radius: 8px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #274F9A;
  font-weight: 600;
  text-align: center;
}

.website-link {
  color: white;
  text-decoration: none;
  font-size: 0.95rem;
}

.website-link:hover {
  text-decoration: underline;
}

.credai-badge {
  font-size: 0.85rem;
  color: #ffd700;
  font-weight: 700;
  margin-top: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-heading {
    font-size: 1.5rem;
  }

  .acres-badge {
    font-size: 1rem;
    padding: 12px 20px;
  }

  .guarantee-banner {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .benefits-container {
    grid-template-columns: 1fr;
  }

  .hero-title,
  .hero-heading,
  .benefits-title {
    font-size: 1.5rem;
  }

}

@media (max-width: 480px) {
  .wrapper {
    padding: 0 15px;
  }

  .hero-banner {
    padding: 20px 0;
    min-height: auto;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .hero-heading {
    font-size: 1.2rem;
  }

  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .metric-value {
    font-size: 1.5rem;
  }

  .contact-banner {
    padding: 25px;
  }

  .contact-banner h2 {
    font-size: 1.3rem;
  }
}


#toast {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 12px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.5s ease, bottom 0.5s ease;
}

#toast.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.fs-40px {
  font-size: 40px;
}

.fs-80px {
  font-size: 80px;
}

.h-300px {
  height: 300px;
}

.bg-lightblue {

  background: #e7ebfd;

}

.qr-bg {
  background-color: #f0f0f0;
  background: url(../build/img/Outdoor-brand/one-choice-desk.webp) no-repeat center / cover;
  padding: 190px 0px;
  margin-top: 88px;
}

.w-73 {
  width: 73%;
}

.icon-style {
  background: #f2f2f2;
  width: 17%;
  padding: 18px;
  border-radius: 143px;
}

.w-23 {
  width: 23%;
}

.curve-dotted {
  top: 576px;
  right: 509px;
}

.w-880px {
  width: 892px;
}

.w-14 {
  width: 14%;
}

.bg-patta {
  background-color: #f0f0f0;
  background: url(../build/img/patta-page/bg-patta.png) no-repeat center / cover;
  padding: 0px;
}

.bs-grey {
  box-shadow: 4px 14px 4px -9px #c2c2c2;
}

.bg-lightg {
  background: #f6f6f6;
}

.w-60 {
  width: 60%;
}

.ms-90px {
  margin-left: 90px;
}

.ms-157px {
  margin-left: 157px;
}

.ms-230px {
  margin-left: 230px;
}

.ms-300px {
  margin-left: 300px;
}

.bg-chitta {
  background-color: #f0f0f0;
  background: url(../build/img/patta-page/bg-chitta.png) no-repeat center / cover;
  padding-top: 50px;
}

.curvy-line {
  top: 76px;
  right: 543px;
  z-index: -53;
}

.w-25 {
  width: 25%;
}

.banner-patta {
  background-color: #f0f0f0;
  background: url(../build/img/patta-page/banner-patta.webp) no-repeat center / cover;
  padding: 433px 0px;
  margin-top: 83px;
}

.vector-map {
  top: 194px;
  left: 346px;
  z-index: -9;
}

.card-grey {
  background: #f6f6f6;
  padding: 25px;
  border-radius: 12px;
}

.gap-30px {
  gap: 30px;
}

/* guidance layout */

.alert-kovai-wrapper {
  max-width: 1200px;
  width: 100%;
}

.property-guidance-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
}

.main-visual-section {
  position: relative;
  z-index: 2;
  text-align: center;
}

.main-visual-section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Placeholder for your image */
.visual-placeholder {
  width: 350px;
  height: 500px;
  background: #2d3e8f;
  border-radius: 50% 50% 0 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  position: relative;
}

.left-content-column,
.right-content-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature-card {
  background: #f6f6f6;
  padding: 6px 25px 2px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 968px) {
  .property-guidance-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .main-visual-section {
    order: 1;
  }

  .left-content-column {
    order: 0;
  }

  .right-content-column {
    order: 2;
  }

  .left-content-column .feature-card::after,
  .right-content-column .feature-card::before {
    display: none;
  }

  .visual-placeholder {
    width: 280px;
    height: 400px;
  }
}

@media (max-width: 480px) {
  .feature-card {
    padding: 20px;
    font-size: 14px;
  }

  .visual-placeholder {
    width: 240px;
    height: 350px;
  }
}

.mt-65px {
  margin-top: 65px;
}

.mt-100px {
  margin-top: 100px;
}

.info-section {
  /*padding: 60px 0;*/
  background: #f7f9fc;
}

.info-container {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.info-box {
  flex: 1;
  background: #ffffff;
  border: 2px solid #1b4ea3;
  border-radius: 18px;
  padding: 25px;
  text-align: left;
  position: relative;
}

.info-box .icon {
  font-size: 32px;
  margin-bottom: 10px;
  color: #1b4ea3;
}

.info-box h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #000;
}

.info-box p {
  font-size: 14px;
  color: #555;
}

/* Connector line effect */
.info-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 24px;
  height: 2px;
  background: #1b4ea3;
}

.info-box:last-child::after {
  display: none;
}

/* Responsive */
@media (max-width: 991px) {
  .info-container {
    flex-direction: column;
  }

  .info-box::after {
    display: none;
  }
}

.icon-common {
  background: white;
  width: 20%;
  text-align: center;
  padding: 10px;
  border-radius: 70px;
}

.mt-n140 {
  margin-top: -140px;
}

.bg-whycbe {
  background-color: #f0f0f0;
  background: url(../build/img/nri-investment/bg-whycbe.png) no-repeat center / cover;
  padding: 40px;
}

.img-icon {
  background: #ebebeb;
  padding: 14px;
  border-radius: 50px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.my-form select {
  background: url(./build/img/down-arrow.png) no-repeat;
  background-position: 95% 80%;
}

.nri-main-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.nri-top-section {
  display: flex;
  justify-content: center;
}

.nri-hero-img {
  width: 38%;
  height: 437px;
  object-fit: cover;
  object-position: top;
  border-radius: 140px 140px 0 0;
}

.nri-features-container {
  border-radius: 160px 160px 0px 0px;
  padding: 80px 60px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  background: #274f9a;
}

.nri-features-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(59, 130, 246, 0.3), transparent 50%);
  pointer-events: none;
}

.nri-features-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 60px 121px;
  position: relative;
  z-index: 1;
}

.nri-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
}

.nri-icon-wrapper {
  width: 90px;
  height: 90px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.nri-feature-item:hover .nri-icon-wrapper {
  transform: translateY(-5px);
}

.nri-icon-wrapper svg {
  width: 45px;
  height: 45px;
  stroke: #1e40af;
  stroke-width: 2;
  fill: none;
}

.nri-feature-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.nri-feature-text {
  font-size: 15px;
  line-height: 1.6;
  color: #dbeafe;
}

@media (max-width: 1200px) {
  .nri-features-container {
    padding: 60px 40px;
  }

  .nri-features-layout {
    gap: 50px 30px;
  }
}

@media (max-width: 768px) {
  .nri-main-wrapper {
    padding: 40px 15px;
  }

  .nri-hero-img {
    width: 220px;
    height: 220px;
  }

  .nri-features-container {
    border-radius: 60px;
    padding: 50px 30px;
  }

  .nri-features-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .nri-feature-heading {
    font-size: 18px;
  }

  .nri-feature-text {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .nri-features-container {
    border-radius: 40px;
    padding: 40px 20px;
  }

  .nri-icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .nri-icon-wrapper svg {
    width: 40px;
    height: 40px;
  }
}

.bg-dotted {
  background-color: #f0f0f0;
  background: url(../build/img/nri-investment/dotted-bg.svg) no-repeat center / cover;
  padding: 40px;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden !important;
  }

  .font-new {
    font-size: 11px !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
  }

  .font-poppins {
    font-size: 14px !important;
  }

  /* Container & Layout */
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100% !important;
  }

  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


  /* Spacing Utilities */
  .pt-5,
  .py-5 {
    padding-top: 2.5rem !important;
  }

  .pb-5,
  .py-5 {
    padding-bottom: 2.5rem !important;
  }

  .mt-3 {
    margin-top: 1rem !important;
  }

  .mt-4 {
    margin-top: 1.5rem !important;
  }

  .mt-5 {
    margin-top: 2rem !important;
  }

  .mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-3 {
    margin-bottom: 1rem !important;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .p-3 {
    padding: 1rem !important;
  }

  .p-4 {
    padding: 1.25rem !important;
  }

  .p-30px {
    padding: 1.25rem !important;
  }

  /* Width Utilities */
  .w-73 {
    width: 100% !important;
    padding: 0 10px !important;
  }

  .w-30 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    margin-bottom: 1rem !important;
  }

  .w-22 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 1rem !important;
  }

  .w-100 {
    width: 100% !important;
  }

  /* Line Height */
  .lh-1rem {
    line-height: 1.6 !important;
  }

  .lh-4rem {
    line-height: 1.4 !important;
  }

  .lh-30px {
    line-height: 1.5 !important;
  }

  /* Spacing */
  .ms-2 {
    margin-left: 0.5rem !important;
  }

  .ms-3 {
    margin-left: 0 !important;
  }

  .ms-4 {
    margin-left: 0 !important;
  }

  .g-1rem {
    gap: 1rem !important;
  }

  /* Banner Section */
  .banner-patta {
    min-height: auto !important;
    padding: 0 !important;
  }

  .mt-4rem {
    margin-top: 70px !important;
  }

  .mt-n140 {
    margin-top: 1rem !important;
  }

  .d-flex.align-items-center {
    justify-content: center !important;
    margin-bottom: 1rem !important;
  }

  /* Why Coimbatore Section */
  .bg-whycbe {
    padding: 2rem 1rem !important;
  }

  .bg-whycbe .container {
    padding: 0 15px !important;
  }

  .bg-whycbe .text-center img {
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 2rem !important;
  }

  .bg-whycbe .row {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }

  .bg-whycbe .col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 0 1rem 0 !important;
  }

  .bg-whycbe .d-flex {
    flex-direction: column !important;
    text-align: center !important;
  }

  .bg-whycbe h6 {
    margin-top: 0.5rem !important;
    font-size: 0.95rem !important;
    line-height: 1.3 !important;
  }

  .bg-whycbe h6 br {
    display: none !important;
  }

  .bg-whycbe p {
    font-size: 13px !important;
    padding: 0 5px !important;
  }

  .bg-whycbe p br {
    display: none !important;
  }

  .img-icon {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 0.5rem !important;
  }

  /* Featured Properties Section */
  .feature-sec {
    padding: 2rem 0 !important;
  }

  .feature-sec .container-fluid {
    padding: 0 15px !important;
  }

  .feature-padding {
    padding: 0 !important;
  }

  .feature-sec .row {
    flex-direction: column-reverse !important;
  }

  .feature-sec .col-lg-7,
  .feature-sec .col-lg-5 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .feature-sec .col-lg-5 {
    margin-bottom: 2rem !important;
  }

  #images-container {
    width: 100% !important;
    overflow: hidden !important;
  }

  .image[data-active="active"] {
    display: block !important;
  }

  .project-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    padding: 0 10px !important;
  }

  .grid-items {
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .project-des {
    padding: 1rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .project-des li {
    font-size: 12px !important;
    padding: 0.25rem !important;
    flex: 1 1 45% !important;
  }

  .project-des li:first-child {
    flex: 1 1 100% !important;
  }

  .project-des h6 {
    font-size: 20px !important;
  }

  .project-des .px-3 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  #controls-container {
    padding: 1.5rem 1rem !important;
    margin-bottom: 2rem !important;
  }

  #controls-container h1 {
    font-size: 1.75rem !important;
    margin-bottom: 1rem !important;
  }

  .control {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    margin: 1.5rem 0 !important;
    justify-content: space-between !important;
  }

  .control-btn {
    min-width: 90px !important;
    padding: 0.6rem 0.5rem !important;
    font-size: 17px !important;
    text-align: center !important;
    cursor: pointer !important;
  }

  .right-line {
    border-right-width: 1px !important;
  }

  #controls-container p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-top: 1rem !important;
  }

  .link {
    margin-top: 1.5rem !important;
  }

  .link a {
    font-size: 14px !important;
  }

  /* Location Highlights */
  .container-fluid.p-0 {
    padding: 0 !important;
  }

  /* NRI Benefits Section */
  .nri-top-section {
    padding: 0 !important;
    margin: 0 !important;
  }

  .nri-hero-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .nri-features-container {
    padding: 2rem 1rem !important;
  }

  .nri-features-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
  }

  .nri-feature-item {
    width: 100% !important;
    padding: 1.5rem !important;
    text-align: center !important;
  }

  .nri-icon-wrapper {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .nri-icon-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .nri-feature-heading {
    font-size: 1.1rem !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.3 !important;
  }

  .nri-feature-text {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .nri-feature-text br {
    display: none !important;
  }

  /* Why Adissia Cards */
  .card-design-1 {
    width: 100% !important;
    padding: 1.5rem 1rem !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
  }

  .card-design-1 p.fw-bold {
    margin-bottom: 0.5rem !important;
    font-size: 1.5rem !important;
  }

  .card-design-1 p:last-child {
    font-size: 13px !important;
    margin-bottom: 0 !important;
  }

  .bg-nri {
    display: none !important;
  }

  /* Adissia One App Section */
  .bg-adissia-one-app {
    padding: 2rem 1rem !important;
  }

  .bg-adissia-one-app .container {
    padding: 0 15px !important;
  }

  .bg-adissia-one-app .row {
    flex-direction: column !important;
  }

  .bg-adissia-one-app .col-md-4,
  .bg-adissia-one-app .col-md-8 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 2rem !important;
  }

  .bg-adissia-one-app img {
    max-width: 250px !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .bg-grey {
    padding: 1.5rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .bg-grey ul {
    padding-left: 1.5rem !important;
    margin-bottom: 1rem !important;
    width: 100% !important;
  }

  .bg-grey ul:last-child {
    margin-bottom: 0 !important;
  }

  .bg-grey li {
    font-size: 14px !important;
    margin-bottom: 0.5rem !important;
  }

  /* FAQ Section */
  .nri-sec-faq {
    padding: 2rem 1rem !important;
  }

  .nri-container {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .nri-row {
    display: flex !important;
    flex-direction: column !important;
  }

  .nri-col-left,
  .nri-col-right {
    width: 100% !important;
    max-width: 100% !important;
  }

  .nri-col-left {
    margin-bottom: 2rem !important;
  }

  .nri-heading {
    font-size: 1.75rem !important;
    margin-bottom: 1rem !important;
    line-height: 1.3 !important;
  }

  .nri-heading span {
    display: inline !important;
  }

  .nri-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .nri-faq-item {
    margin-bottom: 1rem !important;
    overflow: hidden !important;
  }

  .nri-faq-question {
    padding: 1rem !important;
    font-size: 14px !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .nri-icon {
    font-size: 1.5rem !important;
    min-width: 30px !important;
    text-align: center !important;
  }

  .nri-faq-answer {
    padding: 0 1rem !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  .nri-faq-item.nri-open .nri-faq-answer {
    padding: 1rem !important;
    max-height: 500px !important;
  }

  /* Remove unnecessary breaks */
  br {
    display: none !important;
  }



  /* Images */


  /* Flexbox adjustments */
  .d-flex {
    display: flex !important;
  }

  .justify-content-center {
    justify-content: center !important;
  }

  .align-items-center {
    align-items: center !important;
  }

  /* Position */
  .position-relative {
    position: relative !important;
  }
}

/* Tablet Styles (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {

  .w-30 {
    width: 48% !important;
    flex: 0 0 48% !important;
  }

  .w-22 {
    width: 48% !important;
    flex: 0 0 48% !important;
  }

  .control-btn {
    flex: 1 1 auto !important;
  }

  .bg-grey {
    flex-direction: row !important;
  }

  .bg-grey ul {
    width: 50% !important;
  }
}

/* Small Desktop (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {

  .nri-features-layout {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
  }


}

.banner-nri-investment {
  background-color: #f0f0f0;
  background: url(../build/img/nri-investment/banner-nri-investment.webp) no-repeat center / cover;
  padding: 433px 0px;
  margin-top: 83px;
}

.banner-nri-retirement {
  background-color: #f0f0f0;
  background: url(../build/img/nri-retirement/banner-desktop.webp) no-repeat center / cover;
  padding: 433px 0px;
  margin-top: 83px;
}

.visionary-custom {
  font-size: 3.75rem;
  font-family: 'Optima-Medium';
}

.f-optima {
  font-family: 'Optima-Medium';
}

/* ================================
   TRENDING SEARCHES – TOUCH FIX
   ================================ */

@media (max-width: 768px) {

  .search-sec ul li {
    margin-bottom: 8px;
    /* spacing between links */
  }

  .search-sec ul li a {
    display: flex;
    align-items: center;
    line-height: 1.4;
    border-radius: 6px;
  }

  .search-sec ul li a:active {
    background-color: #f5f5f5;
  }
}

/* Improve small text links */
.fw-14px {
  font-size: 14px;
  display: inline-block;
}

@media (max-width: 768px) {

  .copyrights li a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 8px 12px;
  }

}

/* ================================
   TRENDING SEARCHES – FINAL FIX
   PASSES DESKTOP + MOBILE
   ================================ */

.search-sec ul li {
  margin-bottom: 8px;
}

.search-sec ul li a {
  display: inline-flex;
  align-items: center;
  min-height: 15px;
  padding: 4px 7px;
  line-height: 1.4;
  border-radius: 6px;
}

/* Keep visual size same */
.fw-14px {
  font-size: 14px;
}

.copyrights li a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 12px;
}

/* ================================
   ACCESSIBILITY – CONTRAST FIX
   ================================ */

/* Section background stays same */
.search-sec {
  background: #f7f7f7;
}

/* Section title */
.search-sec .trending-title {
  color: #111827;
  /* near-black – AAA safe */
}

/* Trending search links */
.search-sec ul li a {
  color: #1f2937;
  /* dark slate – WCAG AA+ */
}

/* Hover/focus (still accessible) */
.search-sec ul li a:hover,
.search-sec ul li a:focus {
  color: #0f172a;
  text-decoration: underline;
}

/* Copyright text */
.copyrights li {
  color: #111827;
}

.copyrights li a {
  color: #1f2937;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.service-item {
  border-radius: 12px;

}

.icon-wrapper {
  width: 64px;
  height: 64px;
  background: #274F9A;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-wrapper img {
  width: 36px;
  height: 36px;
  filter: brightness(0) invert(1);
}

.service-item h3 {
  font-size: 1.25rem;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.service-item p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .heading-block h2 {
    font-size: 2rem;
  }

  .services-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-item {
    padding: 25px 20px;
  }
}

.property-guidance-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: repeat(3, auto);
  align-items: center;
  column-gap: 60px;
}

.left-content-column,
.right-content-column {
  display: contents;
}


/* LEFT & RIGHT COLUMNS */
.left-content-column,
.right-content-column {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 80px;

}

.left-content-column {
  justify-items: end;
}

.right-content-column {
  justify-items: start;
}

.feature-card {
  background: #f4f4f4;
  padding: 14px 18px;
  border-radius: 6px;
  max-width: 280px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

.left-content-column .feature-card::after {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  width: 32px;
  height: 1px;
  background: #3b6fd8;
}

.right-content-column .feature-card::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  width: 32px;
  height: 1px;
  background: #3b6fd8;
}

/* CENTER IMAGE */
.main-visual-section img {
  max-width: 360px;
  display: block;
}

@media (max-width: 991px) {
  .property-guidance-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .left-content-column,
  .right-content-column {
    justify-items: center;
  }

  .feature-card::before,
  .feature-card::after {
    display: none;
  }
}

.feature-card:nth-child(1) {
  grid-row: 1;
}

.feature-card:nth-child(2) {
  grid-row: 2;
}

.feature-card:nth-child(3) {
  grid-row: 3;
}

.main-visual-section {
  grid-row: 1 / -1;
  display: flex;
  align-items: center;
}

.main-visual-section img {
  max-width: 360px;
}

.mt-90px {
  margin-top: 90px !important;
}

.w-35 {
  width: 35px !important;
}

/* Neelambur banner */
.neelambur-banner {
  background: url(../build/img/neelambur/banner-neelambur.webp) no-repeat center / cover;
  height: 960px;
  margin-top: 45px;
}

.ls-1px {
  letter-spacing: 1px;
}

.img-icon-build {
  background: #eeeeee;
  padding: 19px;
  border-radius: 44px;
  width: 14%;
}

.service-item {
  position: relative;
  padding-left: 0;
}

.service-item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.service-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 42px;
  top: 86px;
  bottom: -40px;
  width: 2px;
  border-left: 2px dashed #ccc;
}

.icon-wrapper {
    width: 85px;
    height: 85px;
    background-color: #274f9a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}



.text-blue {
  color: #1a4d8f;
  font-weight: 600;
}

.fs-24px {
  font-size: 24px;
}

.fs-18px {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.image-container img {
  max-width: 100%;
  height: auto;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .service-item:not(:last-child) {
    margin-bottom: 2rem;
  }

 
    .service-item:not(:last-child)::after {
        left: 185px;
        top: 101px;
        bottom: -44px;
        z-index: 998;
    }


  

  
  .fs-24px {
    font-size: 20px;
  }

  .fs-18px {
    font-size: 16px;
  }

  .image-container {
    margin-top: 3rem;
  }
}

@media (max-width: 576px) {
  

  .fs-24px {
    font-size: 18px;
  }

  .fs-18px {
    font-size: 15px;
  }
}
.bg-what-we-do{
  background: url(../build/img/home/bg-what-we-do.png) no-repeat center / cover;
  padding: 0px;
}
.voice-bg {
    background-color: #f0f0f0;
    background: url(../build/img/home/voice-bg-desk.webp) no-repeat center / cover;
    padding: 450px 0px;
    margin-top: 83px;
}
.footer-banner-sec {
    background-color: #1e4a8a; /* Adjust to match your blue */
    padding: 20px 0;
}

.footer-center a {
    display: inline-block;
    transition: transform 0.3s ease;
}

.footer-center a:hover {
    transform: scale(1.1);
}

.footer-center img {
    width: 32px;
    height: 32px;
}

.footer-right .header-btn2 {
    white-space: nowrap;
    padding: 10px 20px;
}

.footer-banner-sec {
    padding: 15px 0;
}

.footer-logo,
.gptw-logo {
    max-height: 65px;
}

.social-icons img {
    width: 26px;
}

.header-btn2 {
    font-size: 14px;
    padding: 10px;
}
.card-img-wrap {
  position: relative;
  overflow: hidden;
}

.ribbon-new {
    position: absolute;
    top: 30px;
    right: -75px;
    background: linear-gradient(45deg, #ff7a18, #ffb347);
    color: #fff;
    padding: 6px 65px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(45deg);
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}
.w-70{
  width: 70%;
}
.build-companion-btn {
    background-color: #274F9A;
    color: #ffffff;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}

.build-companion-btn:hover {
    background-color: #1f3f7a;
    color: #ffffff;
}
 @media (max-width: 360px) {
            .carousel-wrapper {
                gap: 0.25rem;
            }

            .property-nav-prev,
            .property-nav-next {
                width: 30px;
                height: 30px;
                border-width: 1px;
            }
        }
        @media (max-width: 768px) {
      .banner-vivaana {
        background: url(../build/img/home/banner-vivaana-mble.webp) no-repeat center center !important;
        background-size: cover;
        height: 588px;
    }}
    .banner-vivaana {
    background: url(../build/img/home/banner-vivaana.webp) no-repeat center center;
    background-size: cover;
    height: 720px;
    display: flex;
    align-items: center;
}
.banner-build-comapnaion {
    background-color: #f0f0f0;
    background: url(../build/img/BuildCompanion/banner-desktop.webp) no-repeat center / cover;
    padding: 370px 0px;
    margin-top: 83px;
}
/* Mobile timeline fix */
@media (max-width: 767px) {

    .service-item {
        text-align: center;
        position: relative;
        padding-left: 0;
        margin-bottom: 50px;
    }

    .icon-wrapper {
        margin: 0 auto 16px;
    }

    /* Center dotted line under icon */
    .timeline-line {
        position: absolute;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
        height: 60px;
        border-left: 2px dashed #d0d6e2;
    }

    /* Remove line for last item */
    .service-item:last-child .timeline-line {
        display: none;
    }

    .service-item p {
        padding: 0 16px;
    }
}
