body {font-family: "Outfit", serif;background-color: #fff;position: relative;letter-spacing: 1px;box-sizing: border-box;
}
body:before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5);-webkit-transition: .3s all ease;-o-transition: .3s all ease;transition: .3s all ease;opacity: 0;visibility: hidden;z-index: 1;}
body.offcanvas-menu:before {opacity: 1;z-index: 1002;visibility: visible; }
p {margin: 0;padding: 0;box-sizing: border-box;}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {margin: 0;padding: 0;box-sizing: border-box;}
a .a{-webkit-transition: .3s all ease; -o-transition: .3s all ease;transition: .3s all ease; }
a, a:hover {text-decoration: none !important; }
.hero {height: 100vh;width: 100%;background-size: cover; background-position: center center;background-repeat: no-repeat;}
.site-navbar {margin-bottom: 0px;z-index: 1999;position: absolute;top: 10%;width: 100%;padding-top: 0px;}
.site-navbar .toggle-button {position: absolute;right: 14%; top: 38%;}
.site-navbar .site-logo {margin: 0; padding: 0;font-size: 1.7rem; }
.site-navbar .site-logo a {color: #89ba16;text-transform: lowercase; }
.site-navbar .site-navigation.border-bottom {border-bottom: 1px solid white !important; }
.site-navbar .site-navigation .site-menu {margin: 0;padding: 0;margin-bottom: 0; }
.site-navbar .site-navigation .site-menu .active {color: #89ba16 !important; }
.site-navbar .site-navigation .site-menu a {text-decoration: none !important;display: inline-block; }
.site-navbar .site-navigation .site-menu > li {display: inline-block; }
.site-navbar .site-navigation .site-menu > li > a {margin-left: 15px; margin-right: 15px;padding: 20px 7px; color: black !important;display: inline-block;text-decoration: none !important; font-size: 18px;line-height: inherit;}
.site-navbar .site-navigation .site-menu > li > a:hover {color: #89ba16;}
.site-navbar .site-navigation .site-menu > li.active > a {color: black !important; }
.site-navbar .site-navigation .site-menu .has-children {position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {position: relative;padding-right: 20px; }
.site-navbar .site-navigation .site-menu .has-children > a:before {position: absolute; content: "\e313";font-size: 16px;top: 50%;
 right: 0;webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);font-family: 'icomoon';}
.site-navbar .site-navigation .site-menu .has-children .dropdown {visibility: hidden;opacity: 0;top: 100%;position: absolute;text-align: left;   border-top: 2px solid #89ba16;-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);       padding: 0px 0; margin-top: 20px; margin-left: 0px; background: #fff;  -webkit-transition: 0.2s 0s; -o-transition: 0.2s 0s; transition: 0.2s 0s;}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top { position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {display: none;bottom: 100%;left: 20%;border: solid transparent;content: " ";height: 0;width: 0;  position: absolute; pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before { border-color: rgba(136, 183, 213, 0);border-bottom-color: #fff;border-width: 10px;margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {text-transform: none; letter-spacing: normal; -webkit-transition: 0s all;
 -o-transition: 0s all; transition: 0s all; color: #000 !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {color: #89ba16 !important;background: #f8f9fa; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {list-style: none;padding: 0;margin: 0; min-width: 200px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {padding: 9px 20px;display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {background: #f8f9fa;color: #ced4da; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {content: "\e315";right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {left: 100%;top: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
background: #f8f9fa;color: #ced4da; }
 .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {color: #89ba16; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active { cursor: pointer;}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown { -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s;margin-top: 0px;visibility: visible;opacity: 1;}
.site-mobile-menu { width: 100%;position: fixed; right: 0; z-index: 2000; padding-top: 20px; background: #fff; height: calc(100vh); -webkit-transform: translateX(110%); -ms-transform: translateX(110%); transform: translateX(110%); -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1); box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1); -webkit-transition: .3s all ease-in-out; -o-transition: .3s all ease-in-out;  transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {-webkit-transform: translateX(0%);-ms-transform: translateX(0%);transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header { width: 100%; float: left; padding-left: 20px; padding-right: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {float: right; margin-top: 8px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {font-size: 30px;  display: inline-block; padding-left: 10px;       padding-right: 0px; line-height: 1; cursor: pointer; -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {color: #ced4da; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {float: left;margin-top: 10px;margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {display: inline-block;text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img { max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {overflow-y: scroll;-webkit-overflow-scrolling: touch;position: relative;padding: 0 20px 20px 20px;height: calc(100vh - 52px);padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {padding: 0;margin: 0;list-style: none;position: relative; }
.site-mobile-menu .site-nav-wrap a {padding: 12px 20px;display: block;position: relative;color: #212529; }
.site-mobile-menu .site-nav-wrap a:hover {color: black; }
.site-mobile-menu .site-nav-wrap li {position: relative;display: block;}
.site-mobile-menu .site-nav-wrap li .nav-link.active {color: #89ba16; }
.site-mobile-menu .site-nav-wrap li.active > a {color: black;}
.site-mobile-menu .site-nav-wrap .arrow-collapse { position: absolute;right: 0px; top: 10px; z-index: 20; width: 36px; height: 36px; text-align: center; cursor: pointer;border-radius: 50%;}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {background: #f8f9fa;}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {font-size: 12px; z-index: 20; font-family: "icomoon";content: "\f078"; position: absolute; top: 50%;left: 50%; -webkit-transform: translate(-50%, -50%) rotate(-180deg); -ms-transform: translate(-50%, -50%) rotate(-180deg);   transform: translate(-50%, -50%) rotate(-180deg);-webkit-transition: .3s all ease;
 -o-transition: .3s all ease;transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {display: block;position: relative;float: left;width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {padding-left: 15px;font-size: 18px; }
.site-mobile-menu .site-nav-wrap > li > ul {padding: 0;margin: 0;list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li { display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {padding-left: 40px;font-size: 16px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {padding: 0;margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {font-size: 16px;padding-left: 60px; }
.site-mobile-menu .site-nav-wrap[data-class="social"] {float: left;width: 100%;margin-top: 30px;padding-bottom: 5em; }
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {width: auto; }
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {padding-left: 15px !important; }
.sticky-wrapper {position: relative;z-index: 100;width: 100%;top: 0; }
.sticky-wrapper .site-navbar {-webkit-transition: .3s all ease; -o-transition: .3s all ease;transition: .3s all ease;}
.sticky-wrapper .site-navbar {background-color: transpart;}    
.sticky-wrapper .site-navbar ul li a {color: rgba(0, 0, 0, 0.7) !important; }
.sticky-wrapper .site-navbar ul li a.active { color: #000 !important; }
.sticky-wrapper.is-sticky .site-navbar {background: white;-webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {color: #89ba16;}
.sticky-wrapper.is-sticky .site-navbar ul li a {color: #000 !important;}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {color: #89ba16 !important;}
.sticky-wrapper .shrink {padding-top: 0px !important;padding-bottom: 0px !important;}
.sticky-wrapper.sticky-wrapper{height: 130px !important;}

.cityproject {
    max-height: 350px;  /* adjust height for approx 7 items */
    overflow-y: auto;
}

.cityproject::-webkit-scrollbar {
    width: 3px;
}

.cityproject::-webkit-scrollbar-thumb {
    background: #999;   /* scrollbar thumb color */
    border-radius: 3px;
}

.cityproject::-webkit-scrollbar-track {
    background: #f1f1f1; /* optional track color */
}

/*jana*/
.i5housing{padding: 0px 300px;}
.top-bar{padding-top: 20px;
  padding-bottom: 20px;background-color:#428655;}
span.i5housecall{color: white;font-size: 17px;}
span.i5housecall a{color: white;font-size: 17px;}
.i5housingco{padding: 0px 315px;}
.header-car-cnt{padding: 0px 210px !important;}
 .slider-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px; /* Add space so overlap won't get cut off */
}

    .slider-track {
      display: flex;
      transition: transform 0.6s ease-in-out;
    }

    .banner, .mob-slide {
      min-width: 100%;
    }

    .banner img, .mob-slide img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* Pagination */
    .pagination {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 2;
    }

    .dot {
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
    }

    .dot-fill {
      width: 0%;
      height: 100%;
      background: yellow;
      transition: width 0.4s ease-in-out;
    }

    /* Arrows */
    .nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 15px;
      font-size: 20px;
      cursor: pointer;
    }

    .prev-btn { left: 10px; }
    .next-btn { right: 10px; }
.i5housingco a{color: white;}
.i5toph{line-height: 0;}

.custom-pills {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 15px;
  position: absolute;
  bottom: 1%; /* 👈 This makes it float over bottom of image */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
}

.custom-pills .dot {
  position: relative;
  background-color: #428655; /* Dark green */
  color: #fff;
  font-weight: 500;
  padding: 35px 75px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  width: fit-content;
}

.custom-pills .dot:hover {
  background-color: #428655; /* Lighter green on hover */
}

.custom-pills .dot-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0%;
  background: yellow;
  border-radius: 12px;
  transition: width 0.4s ease-in-out;
}

/*counter pic*/

.stats-bar-wrapper {
  display: none;
  justify-content: center;
  align-items: flex-end; /* Align to top */
  gap: 70px;
  padding: 60px 20px;
  flex-wrap: wrap;
	width: 100%;
}

.stat-bar {
  position: relative;
  width: 95px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  color: white;
  text-align: center;
}

.stat-circle {
  position: absolute;
  top: -4px;
  width: 95px;
  height: 95px;
  background: rgba(0,0,0,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 25px;
  color: white;
  z-index: 1;
}

.stat-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 20px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

/* Specific Colors */
.green    { background-color: #90be49;position: relative;top: 70px;height: 260px; }
.pink     { background-color: #df4a7b;height: 260px;}
.red      { background-color: #eb5c4a;height:350px;}
.yellow   { background-color: #f0a330;height: 260px;  }
.blue     { background-color: #4aa3df;position: relative; top: 70px;height: 260px;}

.green .stat-circle  { background-color: #3e8e3e; }
.pink .stat-circle   { background-color: #b33660; }
.red .stat-circle    { background-color: #c8432d; }
.yellow .stat-circle { background-color: #c67f1b; }
.blue .stat-circle   { background-color: #2c80ad; }

.stat-bar.green::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  width: 95px;
  height: 110px;
  background-color: #64b24c;
  z-index: -1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.stat-bar.pink::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  width: 95px;
  height: 110px;
  background-color: #c99bc7;
  z-index: -1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.stat-bar.red::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  width: 95px;
  height: 110px;
  background-color: #e56d66;
  z-index: -1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.stat-bar.yellow::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  width: 95px;
  height: 110px;
  background-color: #f4b82b;
  z-index: -1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.stat-bar.blue::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  width: 95px;
  height: 110px;
  background-color: #64b24c;
  z-index: -1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


.i5cont h2{ font-family: "Tinos", serif;font-size:40px;font-weight:bold;}
.i5cont span{font-family: "Tangerine", cursive;font-size:40px;padding-top: 10px;padding-bottom: 20px;display: inline-block;}
.i5cont label{padding: 0px 325px;font-size: 18px;line-height: 34px;}
.i5cont p{padding: 10px 218px;font-size: 18px;line-height: 34px;}



.btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 1.1em;
  padding: 8px 15px;
  background-color: #00447e;
  color: #fff;
  border-radius: 50px;
  margin: auto;
  border: 2px solid white;
  text-decoration: none;
  position: relative;
    transform: scale(0.9);
}

.btn:hover {
  transform: scale(0.9);
  background-color: transparent;
  color: #000;
  border-color: #00447e;
}

.btn:hover .ico {
  transform: rotate(360deg);
  background-color: #ffc600;
  color: #000;
}

.btn:active {
  background-color: #E94751;
  color: white;
}

.ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffc600;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.5s ease;
}
.i5cont{padding-top: 30px;padding-bottom: 30px;}
a.knowmorebuti5{padding-top:25px;padding-bottom:25px;}
.counteri5hs {
  position: relative;
  z-index: 1;
padding: 50px 300px;
	padding-bottom: 0;
}

/* .counteri5hs::before {
  content: "";
  position: absolute;
  top: 13%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/about-tree.webp');
  background-size: 45% auto;
  background-repeat: no-repeat;
  background-position: center;
	z-index: -1;

} */
.homeslicon{z-index: 99;}
.homeslicon h3{font-size: 40px;font-family: "Tinos", serif;font-weight: bold;}
.homeslicon p{font-size: 18px;padding-top: 10px;padding-bottom: 10px;}

.ongoi5{padding: 50px 300px;position: relative;z-index:99;padding-bottom: 0;}

.home-ongoing-slider .ongoing-slide img.custom-img{width: 100%;height: 600px;object-fit: cover;margin: 0 auto;    will-change: transform;}
.ongoing.custom-arrow {position: absolute;top: 50%;transform: translateY(-50%);z-index: 10;cursor: pointer;width: fit-content;
  height: fit-content;}
.ongoing.custom-arrow.slick-prev.custom-arrow {left: -25px;}
.ongoing.custom-arrow.slick-next.custom-arrow {right: -25px;}
.ongoing.custom-arrow.custom-arrow img {width: 45px;height: auto;background-color: #00447e; border-radius: 50%; padding: 10px;}
.ongoing.custom-arrow.slick-prev.custom-arrow:before {display: none;}
.ongoing.custom-arrow.slick-next.custom-arrow:before {display: none;}
.ongoing.custom-arrow.slick-next, .slick-prev {width:inherit;height:inherit;}
.home-ongoing-slider{padding-top:25px;padding-bottom:0px;position: relative;}
.ongoing-svg{position: absolute;top: 0px; left: 0px;}
.ongoing-svg img.custom-imgg{width:229px; height:26px;}
.ongoingsec1 img.custom-img{width:200px;height: 100px;}
.ongoingsec{padding: 50px 300px;position: relative;top: -40px; z-index: 99;padding-top: 0;padding-bottom: 0;}
.ongoingsec1 .img-wrapper{background-color: #efefef;padding: 20px;}
.ongoingsec2{background-color: #002f56;position: relative;padding: 0;}
.ongo3{color: white;padding:50px;text-align: left;}
.ongo3 img.custom-img{width: 28px;height: 28px;vertical-align: sub;}
.ongo3 h4{padding-top: 10px;padding-bottom: 0px;font-size: 37px;}
.ongo3 span{font-size: 30px;padding: 10px 10px;display: inline-block;}
.ongo3 p{font-size: 18px;padding-top: 10px;padding-bottom: 0;position: relative;}
.ongo3 p::after {
    content: "";
    display: block;
    width: 100%; /* or 100% for full width */
    height: 2px; /* thickness of the line */
    background-color: #0b385d; /* your desired color */
    margin: 15px auto 0 auto; /* center the line horizontally */
}
.ongo3 p:last-child::after {
    content: none;
}


.ongoingsec2::after {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;

    background-image: url('../images/shadow.webp'); /* replace with your image path */
    background-size: cover;            
    background-position: center;       
    background-repeat: no-repeat;      

    opacity: 0.1;
    pointer-events: none; /* ensures clicks pass through */
    z-index: 0; /* ensure it stays behind content */
}

.btnns {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 1.1em;
  padding: 10px 25px;
  background-color: transparent;
  color: #fff;
  border-radius: 50px;
  margin: auto;
  text-decoration: none;
  position: relative;
}

.btnns:hover {
  transform: scale(1.03);
  background-color: transparent;
  color: #000;
  border-color: #00447e;
}

.btnns:hover .iconns {
  transform: rotate(360deg);
  background-color: #ffc600;
  color: #000;
}

.btnns:active {
  background-color: #E94751;
  color: white;
}

.iconns {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffc600;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.5s ease;
}
a.knowmorebuti55{padding: 0;position: absolute;bottom: -7%; right: 15%;}
.ongoingsec1{padding: 0;}
.hfgi5{padding: 0px 15px;}
.hfhf{display: flex;}

.i5comp{padding: 50px 300px;background-color: #072b49;position: relative;}
.i5comp::before{content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 90%;
  background-image: url('../images/building-background.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;}

.homecom h3{font-size: 40px;font-family: "Tinos", serif;font-weight: bold;color: white;}

.home-completed-slider .completed-slide img.custom-img{width: 100%; height: 366px; object-fit: cover;}
.home-completed-slider .completed-slide{padding: 30px;margin-top: 30px;}
.completed-svg{position: absolute;top: 23px;right: 48px;}
.completed-svg img.custom-imgg{width:229px; height:26px;}
.completed-project-svg{position: relative; bottom: 30px;}
.completed-project-svg img.custom-iimg{background: white;padding: 20px;width: 200px;}
.content{color: white;}
.content h3{font-size: 30px;}
.content p{font-size:18px;}
.content-area{display:block;padding:0px 10px;line-height: 34px;    margin-top: 14px;}
.amount{color: white;padding-top: 20px;display: flex;flex-wrap: inherit;}
.amount span{color:#ffcc00;font-size: 50px;}
.amount .content-area{display:block;padding:0px 10px;line-height: 34px;}
.amount p{font-size: 18px;}
.knowmore-wrapper{padding-top: 0px;padding-bottom: 0px;}
.btn.completed {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 1.1em;
  padding: 8px 15px;
  background-color: #00447e;
  color: #fff;
  border-radius: 50px;
  margin: auto;
 border:2px solid #00447e;
  text-decoration: none;
  position: relative;
    transform: scale(0.9);
}

.btn.completed:hover {
transform: scale(1);
  background-color: white;
  color: #000;
  border-color: #fff;
    transform: scale(0.9);
}

.btn.completed:hover .ico {
  transform: rotate(360deg);
  background-color: #ffc600;
  color: #000;
}

.btn.completed:active {
  background-color: #E94751;
  color: white;
}

.ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffc600;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.5s ease;
}
.homenri{padding: 30px 300px;}
.nrico h3{color:#494949;font-size: 40px;font-family: "Tinos", serif; font-weight: bold;padding: 0px 293px;}
.nrico p{font-size: 18px;line-height: 34px;padding: 15px 80px;padding-bottom: 0;}
.nrico label{font-size: 18px;line-height: 34px;padding: 20px 180px;display: inline-block;}

.homenri{position: relative;padding: 50px 300px;}
.homenri::before{
content: "";
	position: absolute;
  top: 1%;
  left: 7%;
  width: 79%;
  height: 100%;
  background-image: url('../images/world.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;}

.hhomet{background-color:#25005c;padding: 50px 300px 100px;}
.hometesi h3{color:white;  font-size: 40px;  font-family: "Tinos", serif;  font-weight: bold;}
.hometesi{padding-top:0px;padding-bottom:0px;}

.testi-slide{padding: 5px;}

.testi-slider {
    max-width: 100%;
    margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.testi-slider .testi-content {
    background-color: white;
    border: 1px solid  #7f7f7f;
    padding: 50px 45px;
    position: relative;
    text-align: left;
}


.testi-slider .testi-content p {
    font-size: 18px;
  line-height: 34px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.testi-slider .namesplace{
	
	display: inline-block;
}

.testi-slider .namesplace h2{font-size: 20px;}
.testi-slider .namesplace p{padding: 0;font-size: 17px;}
.testi-slider .google-verified {
    width: 120px;
	margin: auto 0 0 auto;
}

.testi-slider .quote-icon {
    width: 45px;
    position: absolute;
}

.testi-slider .quote-top {
    top: 20px;
    left: inherit;
}

.testi-slider .quote-bottom {
    bottom: 35%;
    right: 6%;
}

.testi-slider .custom-arrow img {
    width: 40px;
    cursor: pointer;
	
}

.ongoing.custom-arrow.tesi img{background-color: #ff8c30 !important;}
.testi-slider .slick-dots li button:before {
    color: #fff;
    font-size: 12px;
}
.testi-slider .slick-dots li{border-radius: 50%;border: 1px solid white;}
.testi-slider .slick-dots li button::before {width: 18px;height: 18px;}
.testi-slider .slick-dots li.slick-active button::before {opacity: inherit;}
.testi-slider .slick-dots{bottom: 0px;}
.testi-slider.slick-dotted.slick-slider{margin-bottom: 0px;}

.testi-slider .slick-prev.testi.custom-arrow,
.testi-slider .slick-next.testi.custom-arrow {
    top: 45%;
}

.testi-slider .slick-prev.testi.custom-arrow {
    left: -50px;
}

.testi-slider .slick-next.testi.custom-arrow {
    right: -50px;
}

.hhomet{position: relative;}
.hhomet::before{content: "";
  position: absolute;
  top: 1%;
  left: 7%;
  width: 79%;
  height: 100%;
  background-image: url('../images/testi-background.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;}

.site-navbar .site-navigation .site-menu .has-children.ss{position:static;}
.site-navbar .site-navigation .site-menu .has-children.ss .dropdown.arrow-top{width: 100%;position:absolute;left:0;padding-top: 10px;
}
.cityview h2{font-size: 20px; background-color: #428655; color: white; width: fit-content;height: fit-content; padding: 5px 15px;  border-radius: 5px;}
.cityproject{padding-top:20px;padding-bottom: 20px;display: grid;}
.cityproject a{padding: 0px 30px 0 0;line-height: 45px; font-size: 17px; letter-spacing: 1px !important;position: relative;}
.cityproject a::before {
    font-family: 'IcoMoon'; /* replace with your IcoMoon font family name if different */
    content: "\f192"; /* replace with your IcoMoon icon's Unicode */
    font-size: 1em;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.cityview{display: flex;flex-wrap: wrap;align-items: center; gap: 10px;}
.cityview dotlottie-wc{width: 50px;height: 50px;}

.homebnigser{ position: relative;
   background-image: url('../images/home-big-background.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	height: 90vh;
	align-content: center;
}
.overlay h3{color: white;font-size: 40px;}
.overlay span{color: white;font-size: 20px;padding-top: 20px; padding-bottom: 20px; display: inline-block;}
.overlay p{color: white;font-size: 60px;padding-top: 40px;padding-bottom: 40px;}
.overlay{width: 100%;padding: 0px 300px;}
.overlay .voe{background-color: rgba(23, 0, 56, 0.7);	align-content: center;padding: 100px;}
.voe a{color: white;text-decoration-line: underline !important;}
.homefaq h5{color: #494949;font-size: 40px;font-family: "Tinos", serif; font-weight: bold;padding: 0px 337px;}
.homefsw{padding:50px 300px;}


.faqi5 .card-header {
    background-color: #535353;
    cursor: pointer;
	color: white;
}
.faqi5 .card-header h5 {
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-weight: 400;
}
.faqi5 .card-body {
    border-top: 1px solid #ddd;
	font-size: 17px;
  line-height: 34px;
	font-weight: 300;
	background-color: #535353;
	color: white;
    text-align: left;
	
}
.accordion.faqi5 > .card .card-header{padding: 20px;}
.accordion > .card{margin-bottom: 30px;}
.faqi5 .icon {
    font-size: 1rem;
    transition: transform 0.3s ease;
}
#faqAccordion.accordion.faqi5{width:100%;text-align:left;padding-top: 40px;padding-bottom: 0px;}
.button-container.id5de{margin:20px auto;display: block;width: fit-content;}

.footerbg{background-color: #094f57;padding:50px 300px;position: relative;}
.footerlink {color: white; padding-top: 15px; padding-bottom: 15px; border-top: 1px solid #84a5a9;  border-bottom: 1px solid #84a5a9;}
.footerlink a {color: white; font-size: 18px; padding: 0px 20px;position: relative;}
.footerlink a::before{content: "- "; color: white; font-weight: bold;position: absolute;left: 0;top: -3px;}


.fnhden{padding-top: 40px;padding-bottom: 40px;display: flex;flex-wrap: wrap;align-items: center;}
.mmenjhd{display: flex;flex-wrap: wrap;}
.nav-tabs{border-bottom: 0;}
.nav-tabs .nav-link{border-radius: 0px;}
.nav-tabs .nav-item{margin-top: 10px; margin-bottom: 10px;}
.nav-tabs .nav-link.active{border-color: #ffb62a;}

.tabs-left > li {
  float: none;
  position: relative;
  margin: 0;
}

.tabs-left > li > a {
  display: block;
  padding: 10px 15px;
  background: #fff; /* Default white */
  color: #000;
  border: 1px solid transparent;
  border-radius: 0;
  text-align: left;
  transition: background 0.3s;
}

.tabs-left > li > a:hover {
  background: #f5f5f5;
}

/* Active tab */
.tabs-left > li > a.active {
  background: #f90;
  color: #000;
  border: 1px solid #f90;
}

/* Arrow for active tab */
.tabs-left > li > a.active::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffb62a;
}
.nav-tabs .nav-link.active{background-color: #ffb62a;color:black;}
.overalllink a{color: white;position: relative;font-size: 18px;  line-height: 45px;padding: 0px 5px;}
.overalllink a::before{content: "- "; color: white; font-weight: bold;}
.tabs-left > li > a{font-size:18px;}

.overalllink{position: relative;}
.overalllink {
  position: relative;
}

.ongoing-footers {
  position: relative;
}

.ongoing-footers::after {
  content: '';
  position: absolute;
  top: 0;
  right: -100px;
  width: 2px;
  height: 100%; 
  background-color: #ffb62a; 
}

.i5housingg h2{font-size: 20px;color: #ffb62a;padding-top: 10px;padding-bottom: 10px;}
.i5housingg p{font-size: 18px; color: white;line-height: 33px;}
.location{display: flex;flex-wrap:wrap;padding-top: 15px; padding-bottom: 15px;}
.location img{padding: 0px 20px;width: 75px; height: 30px;}
.location p{text-decoration-line: underline;}
.location p a{color: white;}
.hdfbgg{display: flex;flex-wrap: wrap;}
.i5housingg .contat img{background-color: #ffb62a; padding: 0px 9px; border-radius: 50%; width: 35px; height: 35px;}
.i5housingg .contat img{background-color: #ffb62a; padding: 0px 9px; border-radius: 50%; width: 35px;  height: 35px;}
.i5housingg .contat{display: flex;flex-wrap: wrap;gap: 10px;align-items: center;justify-content: center;padding-bottom: 10px;}
.i5housingg p a{color: white;}
.pinimage img{width: 28px; height: 28px; vertical-align: sub;}
.ruppesimage img{width: 28px; height: 28px; vertical-align: sub;}
.contat img{width:30px;height:30px;}
.followus .fb{border-radius: 50px;  padding: 7px;}
.followus .in{border-radius: 50px;  padding: 7px;}
.followus .tw{border-radius: 50px;  padding: 7px;}
.followus .li{border-radius: 50px;  padding: 7px;}
/* .followus img{width: 27px;height: 20px;} */
.followus{display: flex; flex-wrap: wrap; gap: 12px;  justify-content: center;position:relative;}
.footerlink.glint p{font-size: 18px;}
.lastff{padding-top: 30px;padding-bottom: 0}
.footerlink.glint a{padding:0;}
.footerlink.glint a::before{content:'';}
.content-area h4{font-size: 30px;}
.overlay p{padding-top: 20px;padding-bottom: 20px;font-size: 40px;}
.homebnigser{height: 65vh;}
.footerlink.glint img{width: 20px; height: 20px; margin: 5px; vertical-align: middle;position: relative;
  top: -3px;}
/* Scroll to Top Button Styles */
.scroll-to-top {position: fixed;bottom: 13%;right: 29px;width: 50px;height: 50px;background-color: #121212;/* Black Background */ border-radius: 50%;display: flex;justify-content: center;align-items: center;z-index: 1000;cursor: pointer;display: none;/* Hidden initially */}
.scroll-to-top:hover {background-color: #1e1e1e;}
/* Progress Circle Styles */
.progress-circle {position: absolute;top: 0;left: 0;transform: rotate(-90deg);/* Rotate for progress */}
.progress-circle circle {fill: none;stroke: #ebd669; stroke-width: 5;stroke-dasharray: 283; stroke-dashoffset: 283; transition: stroke-dashoffset 0.3s linear;}

.banner img {
      width: 100%;
      height: auto;
      display: block;
    }

.project{padding: 50px 300px;}
.projectimg img.custom-img{width: 300px;height: 150px;}
.projectimg h1{color: #494949;font-family: "Tinos", serif; font-weight: bold; padding: 30px 224px; font-size: 40px;}
.projectimg .grenvox{background-color: #005d0b; color: white; padding: 25px;font-family: "Tinos", serif;border-radius:50px;display: flex; flex-wrap: wrap; justify-content: center;gap:50px;}
.projectimg .grenvox p { position: relative; margin: 0;  padding: 0 20px;font-size: 25px;}
.projectimg .grenvox p:not(:last-child)::after { content: ""; position: absolute;right: -9%; top: 50%; transform: translateY(-50%);  height: 30px;
  width: 2px;background-color: white;}
.projectoverview h2{color: #494949;font-family: "Tinos", serif;font-size: 40px;font-weight: bold;}
.projecttove{padding: 50px 300px;}
.projectoverview p{font-size: 18px;line-height: 34px;padding-top: 20px;padding-bottom: 20px;}
.projectoverview{text-align: left;}
.nchhd{display: flex;flex-wrap: wrap;align-items: center;}

.project-highlights {
  padding: 50px 300px;
  background-color: #fff;
}

.project-highlights h2 {
color: #494949;
  font-family: "Tinos", serif;
  font-size: 40px;
  font-weight: bold;
}


.highlights-table td {

  font-size: 18px;
  color: #333;
}

.highlights-table th,
.highlights-table td {
  padding: 15px;
  border: 1px solid #ddd;
}
/* First column header */
.highlights-table th:first-child {
  background-color: #25005c;
  color: white;
}

/* All first column <td>s */
.highlights-table td:first-child {
  background-color: #25005c;
  color: white;
  width: 35%;
}

.project-highlights .table-responsive{padding-top: 40px;padding-bottom: 0px;}
.project-highlights .table thead th{text-align: center;font-size: 18px;font-weight: normal;padding: 25px;}

.projectlocation h2{color: #494949; font-family: "Tinos", serif; font-size: 40px; font-weight: bold;}
.projectlocation p{font-family: "Tinos", serif;font-size:30px;}
.locatiopnadv{padding: 50px 300px;}
.gogolemap{display:flex;flex-wrap:wrap;padding-top: 40px; padding-bottom: 0px;align-items: center;}
.locacontet{text-align: left;}
.locacontet p{font-size:18px;line-height:34px;padding-top:15px;padding-bottom:15px;border-bottom: 2px solid #e0e0e0;}
.locacontet p:last-child {
 border-bottom:none;
}

.whyini5{padding: 50px 300px;}
.whyinvest h2{color: #494949; font-family: "Tinos", serif; font-size: 40px; font-weight: bold;}


.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px 0;
}

.feature-item {
  color: white;
  border-radius: 15px;
  width: 242px;
  padding: 0px 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-text {
  color: #000;
  text-align: center;
  margin-top: 10px;
	font-size: 18px;
}

.lottie-box {
  width: 90px;
  height:90px;
  margin-bottom: 15px;
}

.projectgallery h2{color: #494949; font-family: "Tinos", serif; font-size: 40px; font-weight: bold;}
.projeetga{padding: 50px 300px;}



.gallery.custom-arrow {position: absolute;top: 57%;transform: translateY(-50%);z-index: 10;cursor: pointer;}
.gallery.custom-arrow.slick-prev.custom-arrow {left: -25px;}
.gallery.custom-arrow.slick-next.custom-arrow {right: -25px;}
.gallery.custom-arrow.custom-arrow img {width: 45px;height: auto;background-color: #dcdcdc; border-radius: 50%; padding: 10px;}
.gallery.custom-arrow.slick-prev.custom-arrow:before {display: none;}
.gallery.custom-arrow.slick-next.custom-arrow:before {display: none;}
.gallery.custom-arrow.slick-next, .slick-prev {width:inherit;height:inherit;}
.gallery-slie{padding: 40px 10px 0;}
.gallerys{padding-top: 30px;padding-bottom: 30px;}
.gallery-slie img{width: 100%;height: 420px;object-fit: cover;}

.investf{padding: 50px 300px;}
.invesdtpro h2{color: #494949; font-family: "Tinos", serif; font-size: 40px; font-weight: bold;}
.invesdtpro p{font-family: "Tinos", serif;font-size:30px;}

.grdocn {
  background-color: #005d0b; /* dark green */
  border-radius: 15px;
  height: 100%;
  display: flex;
  align-items: center;
	margin: 10px;
  justify-content: center;
}

.jsjj{align-content: center;padding:15px 0 15px 0;}
.grdocn p{color: white; font-size: 18px; line-height: 30px; padding: 30px;}
.jfuhfnh{padding: 15px 140px 0;display:flex;flex-wrap: wrap;}
.footerbg::before{content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/footer-background.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;}

.site-menu-toggle img{width:30px;height:30px;}


.projsg{padding: 50px 300px;}
.breadcrumb {
  background-color: transparent;margin-bottom: 0;
}
.breadcrumb-item a {
  color: #555; 
font-size:18px;
}
.breadcrumb-item.active {
  color: #007bff; 
	font-size:18px;
}
.rws h2{font-family: "Tinos", serif; font-size: 40px; font-weight: bold;color: #494949;}
.rws p { font-size: 18px; line-height: 34px; margin:20px 0;}
.area-list a{color: white; font-size: 18px; background-color: red;padding: 10px;}
.area-list{padding-top: 20px; padding-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center;gap:10px;}
.nav.nav-tabs.projectpage{border-bottom: 2px solid #d8d8d8;padding-top: 20px;padding-bottom: 20px;}
.nav-tabs.projectpage .nav-link{color: black;font-size: 18px;}
.nav-tabs.projectpage .nav-item{margin-bottom: 10px;margin-top: 10px;}
.bdbgujsg{padding-top: 40px;padding-bottom: 0px;}
.bdbgujsg .card-body img.custom-img{width:167px;height:100px;}
.bdbgujsg .card-body{text-align: left;}
.bdbgujsg .card-body p{font-size: 18px;line-height: 34px; margin:0;}
.pricelo{padding-top: 20px;}

.plotsins .btn{transform: scale(0.9);float: right;}
.plotsins .btn::hover{transform: scale(0.9);}
.knowmore-wrapper.sew{padding-top: 15px;padding-bottom: 15px;}
.layoutjd{padding: 50px 300px;}
.nav.nav-tabs.tabsdjk{border-bottom: 2px solid #d8d8d8;padding-top: 20px;padding-bottom: 20px;display: flex;flex-wrap: wrap;justify-content: center;}
.nav-tabs.tabsdjk .nav-link{color: black;font-size: 18px;}
.nav-tabs.tabsdjk .nav-item{margin-bottom: 10px;margin-top: 10px;}
.amentiapr{padding: 50px 300px;position: relative;}
.amenties h2{color: #494949; font-family: "Tinos", serif; font-size: 40px;  font-weight: bold;}
.amenity {
      border: 1px solid #ddd;
      border-radius: 30px;
      padding: 20px;
      text-align: center;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
      animation: fadeIn 1s ease-in-out;
    }

    .amenity img {
      max-width: 80px;
      margin-bottom: 10px;
    }

    .amenity:hover {
      transform: translateY(-5px);
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
.amenity p{padding: 10px 5px;font-size:18px;color: black;}
.amenties-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding: 40px 20px 0;
}

.amenity{
  width: 360px;
  padding: 30px 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*.amentiapr::before{content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/amenities-back.webp');
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
	z-index: -1;
}
*/
.aparloit{padding:50px 300px;}
.floor h2{color: #494949;font-family: "Tinos", serif;font-size: 40px; font-weight: bold;}
.nav.nav-tabs.aprtg{border-bottom: 2px solid #d8d8d8;padding-top: 20px;padding-bottom: 20px;display: flex;flex-wrap: wrap;justify-content: center;}
.nav-tabs.aprtg .nav-link{color: black;font-size: 18px;}
.nav-tabs.aprtg .nav-item{margin-bottom: 10px;margin-top: 10px;}

.floor.custom-arrow {position: absolute;top: 57%;transform: translateY(-50%);z-index: 10;cursor: pointer;}
.floor.custom-arrow.slick-prev.custom-arrow {left: 0px;}
.floor.custom-arrow.slick-next.custom-arrow {right: 0px;}
.floor.custom-arrow.custom-arrow img {width: 45px;height: auto;background-color: #00447e; border-radius: 50%; padding: 10px;}
.floor.custom-arrow.slick-prev.custom-arrow:before {display: none;}
.floor.custom-arrow.slick-next.custom-arrow:before {display: none;}
.floor.custom-arrow.slick-next, .slick-prev {width:inherit;height:inherit;}
.floor-slie{padding: 40px 10px;}
.floor-slie img{width: 100%;  height: 600px; object-fit: contain;}
.towmjf h2{color: #494949;font-family: "Tinos", serif;font-size: 40px; font-weight: bold;}
.towmjf p{font-size: 18px;  padding: 10px 200px;  line-height: 34px;}
.towmjf{padding-top: 30px;}
.pricng h2{color: #494949; font-family: "Tinos", serif; font-size: 40px; font-weight: bold;}
.prinf{padding:50px 300px;}
.price-card {
    background-color: #0b1a57; /* Dark blue */
    color: #fff;
    border-radius: 15px;
    text-align: center;
}
.price-card-inner {
    padding: 75px 150px;
}
.highlight-box {
    background: #fff;
    color: #0b1a57;
    border-radius: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
	padding: 30px;
	position: relative;
}

.highlight-box::after{content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  height: 75px;
  width: 2px;
 background-color: #8793b6;
}

.highlight-item {
    padding: 10px 20px;
}
.highlight-item-title {
    font-size: 14px;
    font-weight: normal;
    color: #011a63;
}
.highlight-item-value {
    font-size: 30px;
    font-weight: bold;
    color: #0b1a57;
}
.price-info {
    margin-top: 20px;
    font-size: 18px;
}
.price-info p {
    margin: 5px 0;
	padding-bottom: 10px;
}
.btn-yellow {
    background-color: #ffe590;
    color: #000;
    border-radius: 25px;
    font-weight: initial;
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    margin-top: 20px;
	font-size: 18px;
}
.btn-yellow:hover {
    background-color: #ffe590;
    color: #000;
    text-decoration: none;
}
.rds{padding: 40px 150px 0;width: 100%;}
.highlight-item span{font-size: 18px;font-weight: initial;}


.galleryeer{padding:50px 300px;}
.glar h2{color: #494949;font-family: "Tinos", serif;font-size: 40px; font-weight: bold;}
.nav.nav-tabs.galer{border-bottom: 2px solid #d8d8d8;padding-top: 20px;padding-bottom: 20px;display: flex;flex-wrap: wrap;justify-content: center;}
.nav-tabs.galer .nav-link{color: black;font-size: 18px;text-transform: capitalize;}
.nav-tabs.galer .nav-item{margin-bottom: 10px;margin-top: 10px;}

.tabg.custom-arrow {position: absolute;top: 57%;transform: translateY(-50%);z-index: 10;cursor: pointer;}
.tabg.custom-arrow.slick-prev.custom-arrow {left: 0px;}
.tabg.custom-arrow.slick-next.custom-arrow {right: 0px;}
.tabg.custom-arrow.custom-arrow img {width: 45px;height: auto;background-color: #dcdcdc; border-radius: 50%; padding: 10px;}
.tabg.custom-arrow.slick-prev.custom-arrow:before {display: none;}
.tabg.custom-arrow.slick-next.custom-arrow:before {display: none;}
.tabg.custom-arrow.slick-next, .slick-prev {width:inherit;height:inherit;}
.tab-slie{padding: 40px 10px;}
.tab-slie img{width: 100%;  height: 600px; object-fit: contain;}
.bocers h2{color:black;font-size:25px;font-weight:bold;text-transform:uppercase;}
.bocers p{font-size:36px;color:#c6203b;text-transform:uppercase;}
.bocers span{font-size:36px;font-weight:bold;color:#c6203b;text-transform:uppercase;}
.volapr{padding-top: 30px;padding-bottom:30px;}
.bocers{border: 1px solid #737985;}
.fldjs{display: flex;flex-wrap: wrap;padding-top:40px;padding-bottom:0px;}
.bocers img{width: 100%;height:295px;object-fit: cover;}
.bocersa p{font-size:22px;font-weight:500;padding-top: 30px;}
.bocersa img.img-fluid{width:72px;height:72px;margin-top: 20px;}
.bocersa {
  position: relative;
  padding: 16px 82px;
}

.bocersa::after {
  content: '';
  position: absolute;
  top: 100%;               /* stays at the top */
  left: 50%;            /* move to the middle */
  transform: translateX(-50%); /* center align */
  width: 50%;           /* adjust width as needed */
  height: 1px;
  background-color: #737985;
}
.bocersa:last-child::after{display:none;}
button.btnred{background-color: #c6203b;color:white;border:none;font-size:20px;padding: 10px 20px;letter-spacing: 1px;margin-top: 40px;}
.lottie-box.pin{width: 50px;height: 50px;margin-bottom: 0;}
.ruppes{display: flex;
  flex-wrap: inherit;
  align-content: center;
  align-items: center;
  margin-bottom: 5px;
  gap: 4px;}
.lottie-box.money{width:50px;height:50px;margin-bottom:0;}
.lottie-box.map{width:50px;height:50px;margin-bottom:0;}
.map{display: flex; flex-wrap: inherit; align-content: center; align-items: center;margin-bottom: 5px;
  gap: 4px;}
.pinimage{background-color: white;padding: 5px;border-radius:50px;}
.ruppesimage{background-color: white;padding: 5px;border-radius:50px;}
.accordion > .card.low{margin-bottom:0;}
.faqi5 .card-header.low{background-color:#f7f7f7;color:black;}
.faqi5 .card-body.low{background-color: #428655;}
.faqi5 .card-body.low ul{margin-bottom:0;padding: 0px 15px;}
.faqi5 .card-body.low ul li{line-height:36px;}
#faqAccordionloc.accordion.faqi5{width:100%;text-align:left;padding-top: 40px;padding-bottom: 0px;}
.broc{
   position: fixed;
top: 30%;
left: 0;
transform: rotate(90deg) translateY(-50%);
transform-origin: left center;
z-index: 99;

    
  }
.do{background-color: #428655;
  color: white;
  padding: 10px 25px;
  align-content: center;
  display: inline-block;
  font-size: 18px;
	border: none;
  border-radius: 4px;
}
.do:hover{color:white;}

.joifhab{padding:50px 300px;}
.aboutc h1{font-family: "Tinos", serif; font-size: 40px; font-weight: bold;padding:0px 251px;line-height:55px;}
.aboutc span{font-family: "Tinos", serif; font-size: 30px; padding: 30px 0; display: inline-block;}
.aboutc p{font-size: 18px;line-height:34px;padding: 0px 155px;}


.abovi{padding: 100px 300px 0;position: relative;}

/* Vision Section */
.vision-box {
    color: white;
    border-radius: 20px;
	padding: 30px;
}

.sdfgvvx{position: absolute;z-index: 99;top: 0;}

.vision-box::after{content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-image: url('../images/about-green.png'); 
	background-size: cover;
	background-position: center; 
	background-repeat: no-repeat; 
	pointer-events: none; 
	z-index: -1;
	border-radius: 20px;
}
.vision-box h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.vision-box p {
    font-size: 18px;
    line-height: 34px;
}

/* Mission Section */

.dghd{display:flex;flex-wrap:wrap;text-align: center;padding-top: 20px;}
.asdcsd{background-color: #fff0d8;  position: relative;  padding-top: 200px;  padding-bottom: 50px;  padding-left: 0;  padding-right: 0;}
.missionbox h2{font-size: 30px;
  font-weight: bold;
  color:#00600b;}
.missionbox{padding-top: 40px;text-align: center;padding-bottom: 20px;}
.asdcsd::after{content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/about-mission.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;}
.df h5{font-size: 22px;font-weight: 500;padding-bottom: 10px;}
.df p{font-size: 18px;line-height: 34px;padding: 0px 41px;}
.df{position: relative;}
.df::after{content: ""; position: absolute; right: 0%;  top: 50%;  transform: translateY(-50%);  height: 100%;  width: 2px;  background-color: #fbdeaf;}
.df:last-child::after{display: none;}
.aboutjor{padding: 50px 300px;}
.abouh h2{font-family: "Tinos", serif;font-size: 40px;font-weight: bold;}
.abouh p{font-size: 18px;line-height: 34px;padding-top: 20px;}
.abouh{text-align:left;}
.dddfghjg{display: flex;flex-wrap: wrap;}
.fghta{align-content: center;}
.ddwhyd{padding: 50px 300px;}
.aboutwhy h2{font-family: "Tinos", serif; font-size: 40px; font-weight: bold;padding: 0px 436px;line-height: 60px;}
.exab{background-color: #25005c;margin: 10px;padding: 30px 48px;border-radius: 15px;min-height: 234px;position: relative;}
/*.exab::after{content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/about-why-pattern.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;}*/
.exab label{font-size: 20px;color: white;}
.exab p{color:white;font-size:18px;line-height:34px;padding: 0px 114px;}
.fffgass{display: flex;flex-wrap: wrap;padding-top: 30px;}
.fgb{padding: 0;}
.ffsca{padding: 50px 300px;}
.aboouir h3{font-family: "Tinos", serif; font-size: 40px; font-weight: bold;}
.aboouir p{font-size: 18px;line-height: 34px;padding: 15px 210px;}
.allovewhy{background-color: #ffe9c4;padding: 40px 55px;min-height: 229px;}
.allovewhy h4{padding-bottom:15px;}
.allovewhy p{line-height:34px;font-size:18px;}
.frewqq{display: flex;flex-wrap: wrap;padding-top:20px;}
.llkjh{padding: 100px 465px;}
.aboutfoco{position: relative;}
.aboutfoco::after{content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/about-commit.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;}
.llkjh h3{font-family: "Tinos", serif; font-size: 40px; font-weight: bold;color:white;padding-bottom: 30px;}
.llkjh p{color:white;font-size:18px;line-height:34px;}
.contactu{padding: 50px 300px;}
.contc h3{font-family: "Tinos", serif; font-size: 40px; font-weight: bold;padding-bottom: 40px;}
.contcwes h4{font-size: 30px;color:#0e40a8;padding-bottom: 15px;}
.contcwes.fs h4{font-size: 25px;color:#0e40a8;padding-bottom: 15px;}
.contcwes p{font-size:18px;line-height: 34px;padding: 0 69px 0 0;}
.contcwes{text-align: left;padding-top:20px;padding-bottom: 20px;}
.coph img{width: 40px;  height: 40px;}
.coph{position:relative;text-align: left;display: flex;flex-wrap: wrap;align-items: center;gap: 10px;padding-top: 20px; padding-bottom: 20px;}
.coph p{font-size: 18px;color: black;line-height: 34px;}
.ghsd img{width: 40px;height: 40px;}
.ghsd p{font-size: 18px;}
.ghsd{display: flex; flex-wrap: wrap; align-items: center; gap: 10px;padding-top: 20px; padding-bottom: 20px;}
.follow img{width: 40px; height: 40px;}
.follow{display: flex;flex-wrap: wrap;gap: 20px;}
.rrttyuiop{display: flex;flex-wrap: wrap;padding:15px; background-color: #d9edff;}
.wedidwn{background-color: white;}
.jfhdbsds{padding: 30px 30px;}
.conform{text-align: left;}
.conform .form-group label{font-size: 18px;margin-bottom: 15px;}
.conform .form-group{margin-bottom:30px;}
.conform .form-control{height: 50px; border: none;border-radius: 30px;}
textarea.form-control {height: auto !important; min-height: calc(1.5em * 6);border-radius:25px;}
button.confform{background-color: #0e40a8; color: white; border: none; padding: 10px 30px; font-size: 18px; border-radius: 50px;  text-align: center;  width: fit-content;  margin: 0 auto;  display: block;  letter-spacing: 1px;}
.jfhdbsds.ff{padding: 30px 140px 30px 15px;}
.iti--separate-dial-code .iti__selected-flag{background-color:white;border-radius: 50px;}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:white;border-radius:50px;}
.form-control:focus{box-shadow:none;}
.iti{width:100%;}
.conmap{position: relative;}
.conmap h5{font-size: 25px;position: relative;}
.conmap h5::after{position: absolute; content: ''; width: 40%; height: 2px; background-color: #ca0000; left: 0;  bottom: -10px;}
.cnonhsdf{padding: 50px 300px;}
.loca{padding-top: 40px;}
.sendmes{padding-top: 20px;padding-bottom: 20px;}
.sendmes h4{font-size: 30px; color: #0e40a8;text-align: left;}
.mathbu{display: flex;flex-wrap: wrap;column-gap: 6px;}
.merthbu{font-size: 17px; background-color: #0e40a8; color: white; border: none; padding: 5px 15px;border-radius: 50px;}
input#captchaInput.form-control{flex: 0 0 70%;}
span#captchaMsg{padding-top: 30px;padding-bottom: 0px;}
.form-control:disabled, .form-control[readonly]{background-color: white;}
.footer__Container-sc-c5b178b6-1.gDIsNk{display: none;}
.bhgrsds{padding: 50px 300px;}
.blogs h2{font-size:40px;}
.blogs p{font-size: 18px; line-height: 36px; padding: 30px 20px 0;}
.klojre{padding:0 300px 50px;}
.contantb h2{font-size: 20px;padding-top: 10px; padding-bottom: 10px;line-height: 34px;color: #428655;
          text-align: left !important;min-height: 138px;}
.contantb p{font-size:18px;line-height: 34px;text-align: left !important;padding-left: 0;
            padding-right: 0px !important;padding-top: 18px;min-height: 130px;}
.contantb{border:2px solid #d5d5d5;padding:15px;min-height: 694px;}
.contantb label{padding-top: 20px; display: inline-block;text-align: left !important;}
.contantb button.blogknow{background-color: #157d00;color:white;border:none;padding: 5px 15px;margin-top: 20px;
  font-size: 17px; letter-spacing: 1px;}
.contantb img{width: 100%;height:auto;}
.blogfetail {padding: 230px 300px;}
.bloginer h1{font-size: 32px;line-height: 50px;color: #373737;}
.bloginer img{padding-top: 30px; padding-bottom: 30px;}
.bbbsscont{padding: 30px 0px;text-align: left;}
.bbbsscont p{font-size: 18px;line-height: 34px;padding-top:10px;padding-bottom:10px;}
.btnbackblog.icon-angle-double-left{font-size: 18px; color: #ee3537; border: none; background-color: white; border-bottom: 1px solid #f7adae;font-style: italic;margin: 0 0 0 auto; display: block;}
button:focus{outline:none;}
strong{font-weight: normal;}
.breadcrumb {padding: 20px 0 20px;}
.bbbsscont ul{padding: 0px 15px;margin-bottom: 0;}
.bbbsscont ul li p{padding-top: 5px;padding-bottom: 5px;}
.bbbsscont h1,.bbbsscont h2,.bbbsscont h3,.bbbsscont h4,.bbbsscont h5,.bbbsscont h6 { padding-top: 20px;}
.bbbsscont h2{font-size: 25px; line-height: 40px;}
.bbbsscont h3{font-size: 20px;}
.testimo h2{font-family: "Tinos", serif; font-size: 40px; font-weight: bold;color:white;}
.testdbfmg{background-color: #001a65;padding: 50px 300px;}
.fdfbhdfee span{color: white;font-size: 30px;padding-bottom: 20px; display: inline-block;font-weight: bold;}
.fdfbhdfee p{color: white;font-size: 18px;line-height: 36px;padding: 0 149px 0 0;}
.fdfbhdfee{text-align: left;align-content: center;}
.hfgeb{display: flex;flex-wrap: wrap;padding-top: 40px;}
.tesip.vgd{text-align: center;}
.breadcrumb-item.hfrd a{color: white;}
.breadcrumb-item.hfrd.active {color: #ee3537;}
.testimo{padding-top: 30px;}
.testdbfmg{position: relative;}
.testdbfmg::after{content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/testi-pattern.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
	opacity: 0.4;
}

.senja-embed{padding: 50px 300px;}
.blogs{padding-top: 30px;}
.btn.blogwe{font-size: 16px;}
span.ico.blogw{width: 35px;height: 35px;}
.tests h3{font-size: 40px;padding: 0 0 0 0;text-align: left;}
.tests p{font-size:18px;line-height:36px;text-align:left;padding-top: 20px;}
.testdoimg{padding: 50px 300px;}
img.dfef{border-radius:10px;}


/* Enquiry Popup start*/
.enquiry-popup-form.modal-content {
    border-radius: 20px;
    background: #ffffff; /* single color background */
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border: none;
    transition: all 0.3s ease;
}

/* Smooth fade-in animation for modal */
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.4s ease-out;
}
.modal.show .modal-dialog {
    transform: translateY(0);
}

/* Center modal title */
.enquiry-popup-form .modal-header {
    display: flex;
    justify-content: center; /* Center horizontally */
    position: relative;      /* Keep close button on right */
}

.enquiry-popup-form .modal-header .close {
    position: absolute;
   right: 5%;
  top: 70%;
    transform: translateY(-50%);
}
.enquiry-popup-form .modal-title{font-size: 25px;}

.enquiry-popup-form .form-group {
    margin-bottom: 20px; /* Even spacing between inputs */
}

.enquiry-popup-form .form-control {
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 17px;
    border: 1px solid #ddd;
    background: #fefefe;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.enquiry-popup-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0,123,255,0.2);
}

.enquiry-popup-form .btn-submit {
    border-radius: 12px;
    background-color: #007bff; /* single solid color */
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
	width: fit-content;
	text-align: center;
  display: block;
}

.enquiry-popup-form .btn-submit:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,123,255,0.25);
}

/* Close Button X - red by default */
.enquiry-popup-form .close span {
    font-size: 2rem;
    color: black; /* red */
    font-weight: bold;
}

.enquiry-popup-form .close span:hover {
    color: black;
}
button.enquiry-popup-form-but{
padding: 12px 25px;
border: none;
background-color: #428655;
color: #fff;
font-size: 18px;
border-radius: 15px 15px 0 0;
cursor: pointer;
transition: 0.3s ease;
font-weight: 500;
position: fixed;
top: 30%;
right: 0; /* move to right */
transform: rotate(-90deg) translateY(-50%); /* rotate clockwise */
transform-origin: right center; /* adjust origin to right */
z-index: 999;
}
.modal{align-content: center;}
.modal-body.enquiry{padding: 30px;}
.enquiry-popup-form .form-control{height: 50px;}
.modal-dialog{width: 400px;}
/* Enquiry Popup start*/


button.show-price-btn{padding: 5px 10px; color: #fff; background-color: #00447e; border: none; border-radius: 5px;}
.gallery{background-color: #3d0400;padding-top: 50px;padding-bottom: 50px;}
.gallery{position: relative;}
.gallery::after{content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/testi-pattern.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
	opacity: 0.4;
}
.singlegallery{padding:30px;}
.gallerytbas{padding: 50px 300px;}
a.bigsec{padding:5px;}
.gallery-slide img{padding: 5px;}
.galleryvt h2{font-family: "Tinos", serif; font-size: 40px; font-weight: bold; color: white;padding-bottom: 40px;}
.galleryslidr{position: relative;padding:50px 300px;}
.galleryslidr::after{content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery-video-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
z-index: -1;
}

.gallerywefj.custom-arrow {position: absolute;top: 50%;transform: translateY(-50%);z-index: 10;cursor: pointer;}
.gallerywefj.custom-arrow.slick-prev.custom-arrow {left: -25px;}
.gallerywefj.custom-arrow.slick-next.custom-arrow {right: -25px;}
.gallerywefj.custom-arrow.custom-arrow img {width: 55px;height: auto;background-color: #dcdcdc; border-radius: 50%; padding: 10px;}
.gallerywefj.custom-arrow.slick-prev.custom-arrow:before {display: none;}
.gallerywefj.custom-arrow.slick-next.custom-arrow:before {display: none;}
.gallerywefj.custom-arrow.slick-next, .slick-prev {width:inherit;height:inherit;}
.gallery-single-slider img.custom-img{width: 100%;object-fit: cover;margin: 0 auto;}
.dxws{margin-bottom: 30px;}
.nricon h2{font-weight: bold; font-size: 40px; color:#494949; line-height: inherit;}
.nricon p{font-size: 18px;line-height: 34px;padding-top: 25px;}
.nricon{text-align: left;}
img.custom-check{width:25px;height:25px;}
.vdhdsf{display: flex; flex-wrap: wrap; align-content: center; align-items: center;gap:10px;}
.nriocncheck h3{color: black; font-size: 20px;}
.nriocncheck ul li{list-style-type: none; padding-bottom: 5px; padding-top: 5px; font-size: 17px;display: flex;gap: 10px;}
.nriocncheck{padding-top: 30px;text-align: left;}
.nriichkul ul{padding: 0;padding-top: 25px; padding-bottom: 25px;margin-bottom: 0;}
.nriichkul span{font-size: 18px; padding-top: 30px; display: block; color: black;}
.doubleickdisabe img{width:25px;height: 25px;}
.sdfsdvfff{padding:0;}
.homefsw.sdffvf{padding:40px 0;padding-bottom: 0;}
.nriimg{padding-top:100px;padding-bottom: 40px;}
.nriimg{display: flex;flex-wrap: wrap;}
.shdfsg h3{font-size: 24px;padding: 0px 56px 0 0;line-height: 34px;}
.sdfdv{display: flex;flex-wrap: wrap;}
.safc{padding-top: 50px;padding-bottom: 50px;display: grid;}
.safc span{font-size:18px;}
.sdfdv .fde{align-content: center;padding: 0;}
.safc p{padding-top: 10px;font-size:18px;font-weight: 500;}
.safc a {color: black;}
.safc img{width: 60px;height: 60px;border: 5px solid white; border-radius: 50%;}

.safc.dd::before{content: ""; position: absolute; top: 33%; left: 11%; width: 70%; height: 55px; background-color: #25d366; z-index: -1; border-bottom-right-radius: 50px;  border-top-right-radius: 50px;}
.iti--separate-dial-code .iti__selected-flag{background-color:white !important;}
.safc.dd label{color: white;
  position: absolute;
  padding: 0px 93px;
  text-align: center;
  top: 35%;
  left: 0;margin-bottom:0;}
.safc h6{background-color: #ff9c00;color:white;}
.bhaad label{background-color: #ff9c00; margin-bottom: 0; color: white; padding: 15px; border-radius: 10px;}
.scrollable-container__ScrollableContainer-sc-ff9b770a-0.footer__ScrollableContent-sc-bbd9e71e-3.dqllTB.jwZjRV{display: none !important;}
a[href*="elfsight.com"] {
    clip-path: inset(100%) !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
.bhaad label a{color: black;}
.homefaq{padding-top: 30px;padding-bottom: 30px;}
.privs h1{font-family: "Tinos", serif; font-size: 40px;font-weight: bold;text-align: center;}
.privhbhm{padding: 50px 300px;}
.privs p{font-size: 18px; line-height: 34px;padding: 25px 0px;}
.privs.fd ul{padding: 0px 15px;padding-top: 20px;margin-bottom: 0;}
.privs.fd ul li{text-align: left;font-size: 17px; line-height: 34px;}
.privs.fd span{font-weight: 600; font-size: 18px;}
.privs.fd h6{font-size: 20px; margin-bottom: 15px;}
.privs.fd{padding-top: 30px;padding-bottom: 30px;}
.foud{padding: 50px 300px;position: relative;color: white;}
.foud:before{content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/founder-patch.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;}
 .founderab.adf{text-align: left !important;}
.founderab h1{font-family: "Tinos", serif;font-size: 40px; font-weight: bold;}
.founderab.adf h1{color:white;}
.founderab span{font-family: "Tinos", serif; font-size: 30px; padding: 10px 0 30px; display: inline-block;}
.founderab p{font-size: 18px; line-height: 34px; padding: 0px 105px 30px 0;}
.vam{padding:50px 300px;}
.visionmission h2{color: #494949;
  font-weight: 600;
  font-size: 40px;
  font-family: "Tinos", serif;}
.visvgb p{font-size: 18px;line-height: 34px;}
.visvgb{padding: 30px 57px;border-radius: 20px;margin:0 0px;box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;}
.twocs{padding: 30px 0px;display: flex;flex-wrap: wrap;padding-bottom: 0;}
.visvgb h4{padding-bottom: 20px;margin-top: 20px;}
#lottie-15.lottie-vision{width: 30%; height:auto; margin: 0px auto 15px auto;}
#lottie-16.lottie-mission{width: 30%; height:auto; margin: 0px auto 15px auto;}
.coreva h2{color: #494949;font-weight: 600; font-size: 40px; font-family: "Tinos", serif;}
.dxws .card{box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.crofs{padding: 50px 300px;}
.sdfhzd {display: flex;flex-wrap: wrap;padding-top: 50px; padding-bottom: 0px;}
#lottie-17.lottie-feedback{width: 30%; height:auto; margin: 0px auto 15px auto;}
#lottie-18.lottie-approved{width: 30%; height:auto; margin: 0px auto 15px auto;}
#lottie-19.lottie-professionality{width: 30%; height:auto; margin: 0px auto 15px auto;}
#lottie-20.lottie-time{width: 30%; height:auto; margin: 0px auto 15px auto;}
.ffsdasdz p{font-size: 18px;line-height: 34px;}
.leadseesgip h2{color: white; font-weight: 600; font-size: 40px; font-family: "Tinos", serif;}
.xvkhlead{padding: 50px 300px;position: relative;color: white;}
.dgsdv h2{color: #494949; font-weight: 600; font-size: 40px; font-family: "Tinos", serif;}
.xvkhlead:before{content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/founder-patch.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;}
#lottie-21.lottie-leadership{width: 95px;height:auto;}
#lottie-22.lottie-planning{width: 95px;height:auto;}
#lottie-23.lottie-mission1{width: 95px;height:auto;}
#lottie-24.lottie-expand{width: 95px;height:auto;}
.dfdfv{background-color: white; display: flex; align-items: center; padding: 0px 21px; text-align: left; margin: 15px; height: 140px;border-radius: 5px;}
.dfdfv p{color: black; font-size: 18px; padding: 0px 15px;line-height: 34px;}
.sdfhkdf {display:flex;flex-wrap:wrap;padding-top: 50px;}
.vbdf{padding: 0;}
#lottie-25.lottie-award{width: 95px;height:auto;}
.bdfbfmdaqq{padding: 0;}
.fdgniga{text-align: left;}
.arfol{display: flex;flex-wrap: wrap;padding-top: 50px;padding-bottom: 50px;}
.lottie-award{width: 120px;height: auto;}
.abnhf{display: flex; align-items: center; padding-bottom: 50px;padding-top: 50px;}
.abnhf span{color: #da0000;display: flex;}
.abnhf p{font-size: 18px;font-weight:500;}
.dgsdv h2{color: #494949; font-weight: 600; font-size: 40px; font-family: "Tinos", serif;}
.mdncsg{padding-top: 50px;padding-bottom: 50px;}
.sdfvd{border-right: 1px solid #9da9bc; border-bottom: 1px solid #9da9bc;padding: 0;}
.sdevd{border-right: 1px solid #9da9bc;padding: 0;}
.dsdhs{border-bottom: 1px solid #9da9bc;padding: 0;}
.dshhs{padding: 0;}
.awrdss{padding: 0 300px 0 0;}

.gotuo h2{color: white;
  font-weight: 600;
  font-size: 40px;
  font-family: "Tinos", serif;}
.gourkfsn{padding: 50px 300px; position: relative;}
.gourkfsn:before{content: ""; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-image: url('../images/founder-patch.png'); background-size: cover;  background-position: center;  background-repeat: no-repeat; pointer-events: none;}
.defnhik{display: flex;flex-wrap: wrap;padding-top: 50px;justify-content: center;}
.nahdfs p{color: white;font-size: 18px; padding: 20px 53px; line-height: 34px;}
.nahdfs img{border-radius: 5px;}
.efnk h2{color: #494949; font-weight: 600; font-size: 40px; font-family: "Tinos", serif;}
.efnk p{color: #494949; font-weight: 400; font-size: 27px; font-family: "Tinos", serif; padding-top: 10px;}
.corhe{padding: 50px 300px;}
.dfg img{border: 1px solid red;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.senja-embed.ss{padding:0;}
.mdlast{padding:50px 300px;}
.mdcont{display:flex;flex-wrap:wrap;background-color: #ffe9c0;border-radius: 10px;padding-top: 35px; padding-bottom: 35px;}
.family img{background-color: white;padding: 8px; border-radius:10px;}
.mdfav h2{color: #494949; font-weight: 600; font-size: 40px; font-family: "Tinos", serif;}
.mdfav p{color: #494949; font-size: 25px; font-family: "Tinos", serif; padding: 10px 74px 0 0; text-align: left;line-height: 34px;}
.mdfav{text-align: left;}
.callmd img{background-color: #ffb62a;
  padding: 0px 9px;
  border-radius: 50%;
  width: 35px;
  height: 35px;}
.callmd a{color: #494949; align-content: center; font-weight: 500;font-size: 18px;}
.callmd{background-color: white; padding: 20px; display: flex; flex-wrap: wrap; align-content: center; gap: 26px; justify-content: left; width: 75%;margin-top:30px;}
.callmd span{color: #494949; align-content: center; font-weight: 500; font-size: 18px;}

/*whatsapp pluse effect*/
.whats.floating_btn {
  position: fixed;
  bottom: 30px;
  left: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.whats.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.whats.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
/*whatsapp pluse effect*/

/* Target Elfsight floating button */
button.ButtonBase__ButtonContainer-sc-d92f04e7-3 {width: 60px !important;height: 60px !important;}
.kimcfv{right:10px !important;}

.error-message{display: block; color: red; margin-top: 10px; margin-bottom: 10px; font-size: 14px;}


/* ============================== vijai 22-11-2025 */
.hone_ong_prj_logo{height: auto;width: 100%;}
.hone_ong_prj_logo_img{width: 200px !important;height: auto !important;}
.ongoingsec_home{padding-left: 15px !important;padding-right: 15px !important;}
.custom_img_ong_prj_home{height: 28px !important;width: 28px !important;margin: 0% !important;}
.ong_prj_home_blu_bx{padding-left: 30px !important;}
.home_ongoing{top: 19% !important;}
.ongoing_prj_home_sec1{width: 500px;}
.completed-project-svg img.custom-iimg{padding: 8px;}
.ong_prj_down{display: flex;align-items: center;justify-content: space-between;}
.faqlink{color: rgb(140, 215, 255) !important;}
.custom_img_ong_prj_home{height: 30px !important;width: 30px !important;}
.custom_img_home_ong{width: 100% !important;height: auto !important;object-fit: contain !important;}
.site_villa_bg{padding-left: 10px !important;padding-right: 10px !important;}
.villa_ong_ovr p{padding-left: 20px !important; padding-right: 15px !important;}
.villa_why_inv{padding-left: 20px !important; padding-right: 15px !important;}
.villa_flex_payment{display: flex !important;justify-content: center;align-items: center;gap: 30px;flex-wrap: wrap;}
.villa_btn_red{display: flex;align-items: center;justify-content: center;}
.ind_villa_head{font-size: 28px !important;text-align: center;margin-top: 40px;margin-bottom: 30px;font-weight: 500;}
.icon-whatsapp::before{content:'\f232' !important;}
.dxws .card {min-height: -webkit-fill-available;}
.header_mob_bg{display:none;}
.banner_btn_bg{max-width: 1000px; margin-left: auto;margin-right: auto;padding-left: 0 20px;margin-top: -50px;z-index: 9;
              position: relative;display: flex;align-items: center;justify-content: center;gap: 16px;}
.banner_btn_bg a div{background-color: #428655;padding: 30px 40px;border-radius: 8px;}
.banner_btn_bg a div p{text-transform: uppercase;color: white;text-align: center;font-size: 20px;font-weight: 500;}
.awards_img{margin-left: 20px;margin-right: 14px;}
.gourkfsn:before {background-image: url(../images/founder-patch-red.jpg) !important;}

.home_ong_bg{margin-top: 0px;}
.tabs-section{width: 100%;}
.tabs-container {overflow: hidden;}
.tabs-nav {display: flex; gap: 12px;flex-wrap: wrap;list-style: none;margin: 0;padding: 0;}
.tab { text-align: center;border: solid 1px #5a5a5a;cursor: pointer;color: #5a5a5a;font-weight: 400;transition: background 0.3s;
  display: flex;align-items: center;justify-content: center;padding: 10px 20px;border-radius: 4px;font-size: 20px;}
.tab:hover {background-color: #31008a;color: white; border: solid 1px #31008a;}
.tab.active {background-color: #31008a;font-weight: 400;color: white;border: solid 1px #31008a;}
.tab-pane {position: relative;max-height: 0;overflow: hidden;opacity: 0;transform: translateY(20px);}
.tab-pane.active {position:  relative !important;max-height: max-content; opacity: 1;transform: translateY(0);}
.tab-pane h2 {font-size: 1.8rem;margin-bottom: 1rem;color: #333;}
.tab-pane p {font-size: 1rem;line-height: 1.6;color: #555;}
.tabs-nav{margin-top: 20px;}

.home_ong_prj_slider_title{text-align: left !important;margin-top: 12px;margin-bottom: 14px;color: #353535;}
.home_ong_prj_slider_location_bg{display: flex;align-items: center;justify-content: start;gap: 4px;
                              margin: 14px 0;}
.home_ong_prj_slider_location_bg p{font-size: 20px;color: #353535;text-align: left;}
.home_ong_prj_slider_btn_bg{display: flex;align-items: center;justify-content: end;margin-top: 28px;}
.home_ong_prj_slider_btn_bg a button{border:solid 1px transparent ;font-size: 18px;padding: 8px 16px;border-radius: 40px;
  background-color: #31008a;color: white;}
.home_ong_slider_btn{display: flex;align-items: center;justify-content: end;gap: 10px;}
.home_ong_slider_btn button{border: solid 1px transparent;border-radius: 50px;background-color: #31008a;padding: 6px 7px;}
.home_prj_border{border: solid 1px rgb(237, 237, 237);padding-bottom: 14px;margin-top: 15px;margin-bottom: 15px;
                padding: 14px;box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
                    background-color: white;}
.home_ong_prj_slider_location_bg svg{height: 24px;width: 24px;}
.custom-logo{width: 188px;margin-top: 14px;height: 90px;}
.home_ong_prj_slider_location_bg p b{font-weight: 500;color: #434343;}
.home_ong_prj_slider{margin-bottom: 60px;}
.home_ong_bg{background-color: rgb(247, 247, 247);width: 100%;}
.home_ong_prj_slider_location_bgheight{min-height: 80px;}
.home_ong_img{box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.home_ong_slider_btn3{opacity: 0;}

.header_desk_bg_full{position: fixed;top: 60px;width: 100%;background-color: white;top: 0px;z-index: 999;}
.header_desk_bg{display: flex;justify-content: space-between;align-items: baseline;padding-top: 10px;padding-bottom: 10px;}
.header_desk_ul{display: flex;align-items: center;justify-content: end;gap: 30px;}
.header_desk_ul li{text-decoration: none;color: #353535;list-style: none;}
.header_desk_ul li a{text-decoration: none;color: #353535;font-size: 16px;}
.header_desk_bg_full{transition: all 0.3s ease;}
.mobile_header_bg{height: 100%;position: fixed;right: -100%;z-index: 999;background-color: white;padding-left: 8px;padding-right: 180px;
                  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;top: 0;transition: all 0.5s ease;}
.mobile_header_bg_ul{list-style: none;text-decoration: none;margin-top: 80px;}
.mobile_header_bg_ul li{margin: 30px 0;}
.mobile_header_bg_ul li a{font-size: 18px;color: #353535;}
.header_close{position: relative;}
.header_close img{position: absolute;    right: -112px;top: -50px;cursor: pointer;  }
.mobile_header_bg.hamburger_active{right: 0;z-index: 9999999999999999999999999999;}
.hmburger_desktop{cursor: pointer;}

.desktop_prj_type_bg{position: relative;}
.desktop_prj_type{position: absolute;background-color: white;top: 78px;display: flex;
                  justify-content: center;left: 50%;transform: translateX(-50%);
                  gap: 0px;box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 3px 0px;height: 0;overflow-y: hidden;transition: all 0.3s ease;
                  flex-direction: column;}
.header_prj_title{cursor: pointer;font-size: 16px;color: #353535;}
.desktop_prj_type.desktop_prj_type_active{height: 225px;}                  
.header_type_submenu_parent{position: relative;margin-top: 0px;}
.header_type_submenu{position: absolute;top: 14px;background-color: white;display: flex;padding-left: 14px;padding-right: 14px;
                    justify-content: start;max-height: 0px;overflow-y: hidden;transition: all 0.3s ease;flex-direction: column;width: max-content;}
.header_type_submenu_plot{left: 100%;z-index: 999;}
.header_type_submenu_villa{left:100% !important;}
.header_type_submenu_apartment{left:100% !important;}
.header_type_submenu_farmland{left: 100% !important;}
.header_type_submenu_cnt{margin-top: 20px;}
.header_type_submenu_cnt a{font-size: 18px;margin: 14px 0;display: block;}
.header_type_submenu_loc_title{font-size: 18px !important;font-weight: 500;margin-top: 24px;display: inline-block;background-color:#31008a;
                              padding: 4px 8px;border-radius: 4px;color: white !important;}
.header_type_submenu_cnt a::before{content: "•";margin-right: 4px;}
.header_type_submenu_plot, .header_type_submenu_villa{box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 3px 0px;}
.header_type_submenu_parent_plot:hover .header_type_submenu_plot{max-height: 400px;transition: all 0.6s ease;padding-bottom: 30px;overflow-y: scroll;}
.header_type_submenu_parent_villa:hover .header_type_submenu_villa{max-height: 400px;transition: all 0.6s ease;padding-bottom: 30px;overflow-y: scroll}
.header_type_submenu_parent_plot, .header_type_submenu_parent_villa{padding-bottom: 10px;border-bottom: solid 1px #d9d9d9;padding-top: 10px;}
.plots_hover_sbmenu{padding-left: 20px;padding-right: 20px;display: flex;align-items: center;justify-content: space-between;gap: 6px;}
.plots_hover_sbmenu p{font-size: 16px;}
.header_container_bg{box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
.header_prj_title::before{content: "\e313";position: absolute;right: -20px;font-size: 20px;font-family: 'icomoon';}
.banner img{margin-top: 180px;}
.header_type_submenu_parent_plot:hover{padding-bottom: 6px;}
.mob_header_prj_title{display: flex;align-items: center;justify-content: start;gap: 6px;}
.mob_header_prj_title p{font-size: 18px;}
.mob_prj_type{display: none;}
/* .header_type_submenu_parent_villa{padding-bottom: 14px;} */
/* Projects container */
.header_accordion_content {max-height: 0;overflow: hidden;transition: max-height 0.5s ease, opacity 0.5s ease, margin-top 0.5s ease;opacity: 0;margin-left: 10px;}
.header_accordion.header_accordion_open .header_accordion_content {max-height: 1000px; opacity: 1;margin-top: 18px;margin-left: 10px;}
.header_accordion_body {max-height: 0;overflow-y: hidden;transition: all 0.4s ease; opacity: 0; list-style: none; margin: 5px 0 10px 34px;padding: 0 16px 0 0;}
.header_accordion_item.header_accordion_open .header_accordion_body {max-height: 242px; opacity: 1;overflow-y: scroll;}

.header_accordion_title {cursor: pointer;font-size: 18px;margin-left: 10px;}
.header_accordion_body li{margin-top: 12px;margin-bottom: 12px;}
.header_accordion_header p{font-size: 18px;}
.header_accordion_title::after{content: "\e313";position: absolute;right: 20px;font-size: 20px;font-family: 'icomoon';color: #2e2e2e;}
.header_mob_sub_loc_title{padding: 4px 12px;background-color:#31008a;display: inline-block;margin-top: 12px !important;border-radius: 5px;}
.header_mob_sub_loc_title a{color: white !important;}
.popup-overlay {position: fixed;inset: 0;background: rgba(0, 0, 0, 0.6);display: flex;align-items: center;justify-content: center;
z-index: 9999;opacity: 0;visibility: hidden;transition: opacity 0.3s ease;}
.popup-overlay.active {opacity: 1;visibility: visible;}
.popup-box {background: #ffffff;padding: 25px;width: 90%;max-width: 420px;border-radius: 10px;position: relative;
  transform: translateY(20px);transition: transform 0.3s ease;}
.popup-overlay.active .popup-box {transform: translateY(0);}

.popup-close {position: absolute;top: 0px;right: 0px;background: none;border: none;font-size: 24px;cursor: pointer;background-color: white;}
.mobileSliderpopup{padding-bottom: 10px !important;}
#randomBanner > div {display: none;}
.slider-wrapper{padding-bottom: 0px !important;}
.home_test_slider_bg{background-color: white;padding: 24px;position: relative;display: flex;flex-direction: column;align-items: start;
  justify-content: start;border-radius: 10px;margin-left: 14px;margin-right: 14px;}
.test-quote{position: absolute;right: 20px;bottom: 20px;}
.testi_cnt{font-size: 18px;line-height: 34px;text-align: left;margin-top: 16px;min-height: 180px;}
.testi_pfp_bg{display: flex;gap: 16px;align-items: center;margin-top: 30px;}
.popformbanner{margin-bottom: 14px;}
.amen-title{    color: #494949;font-family: "Tinos", serif;font-size: 40px;font-weight: bold;text-align: center;margin-bottom: 30px;}
.amen-desc{font-size: 18px;line-height: 34px;text-align: center;min-height: 110px;}
.amen_cnt_bg{display: flex;align-items: center;justify-content: center;flex-direction: column;gap: 10px;margin-top: 14px;}
.visbg{display: flex;align-items: center;justify-content: center;gap: 10px;}
.missttle p{font-size: 24px;color: white;background-color:#ff6712;border-top-left-radius: 16px;border-top-right-radius: 16px;
            padding-top: 6px;padding-bottom: 6px;}
.vissttle P{background-color: #01a314 !important;}

.index-banner-desk{margin-top: 0px;}

.header_car_bg{height: 57px;width: 100%;background-color: #31008a;}
.header-car-cnt div img{margin-top: 4px;}
.header-car-cnt{display: flex;align-items: center;justify-content: end;gap: 45px;}
.header_moving_car_bg{position: absolute;transition: all 12s linear;top: 0px;width: 500px;}
/* .header_moving_car_bg_cnt{/} */
@keyframes carMoving {
  0%{
    right:-560px;
  }
  100%{
    
    right: 580px;
  }
}
.header_moving_car_bg_cnt{position: relative;width: 576px;    margin-top:0px;overflow-x: hidden;height: 62px;}
.header_moving_car_bg {animation: carMoving 12s linear  infinite;display: flex;gap: 20px;align-items: center;}
.header_moving_car_bg p{font-size: 18px;color: white;}
.header_moving_car_bg{display: flex;}
.head-socials{width: 50%;margin-top: -2px;}
.brochure_bg{display: flex;justify-content: center;}
h1{color:#494949;}
.wcnri_border{border: solid 1px rgb(163, 163, 163);border-radius: 14px;display: flex;justify-content: start;
              align-items: center;gap: 14px;padding: 40px;margin-top: 15px;margin-bottom: 15px;}
.wcnri_border p{font-size: 18px;min-height: 80px;}
.abt_inf_bg{display: flex;align-items: center;justify-content: center;}
.abt_bx_bg{padding-top: 30px;padding-left: 14px;padding-right: 14px;padding-bottom: 30px;
border-right: solid 1px white;}
.abt_cnt_num{display: flex;align-items: center;justify-content: center;gap: 3px;}
.abt_cnt_num p{padding: 0 !important;font-size: 70px !important;font-weight: 700;color: white;}
.abt_cnt_num span{font-size: 70px !important;font-family: "Outfit", serif;padding: 0 !important;font-weight: 800;color: white;}
.abt_yellow_bg{background-color: #ffc540;background-image: url("../images/abt-yl-bg.jpg");background-position: center;
background-repeat: no-repeat;background-size: cover;}
.abt_red_bg{background-color:#da3c53;;background-image: url("../images/abt-red-bg.jpg");background-position: center;
background-repeat: no-repeat;background-size: cover;}
.abt_orange_bg{background-color:#fd6e2c;background-image: url("../images/abt-org-bg.jpg");background-position: center;
background-repeat: no-repeat;background-size: cover;}
.abt_blue_bg{background-color:#2f69a1;background-image: url("../images/abt-bl-bg.jpg");background-position: center;
background-repeat: no-repeat;background-size: cover;}
.abt_purple_bg{background-color:#841595;background-image: url("../images/abt-prl-bg.jpg");background-position: center;
background-repeat: no-repeat;background-size: cover;}
.abt_bx_bg{position: relative;height: 330px;width: 100%;}
.abt-traingle{position: absolute;right: -52px;top: 50%;transform: rotate(90deg);z-index: 99;}
.abt_txt{font-size: 28px !important;color: white;margin-top: 0px;font-weight: 500;text-align: center !important;
line-height: 42px !important;}
.abt_bx_bg p{padding: 0 !important;}
.abt_circle{height: 130px;width: 130px;border-radius: 100px;border: solid 8px white;margin-left: 50%;
  transform: translateX(-50%);margin-top: 40px;display: flex;align-items: center;justify-content: center;}
.abt_red_bg_circ_img{margin-right: 14px;margin-bottom: 4px;}
.abt-know-more{margin-top: 40px;}
.abt_org_bg_circ_img{margin-bottom: 10px;margin-left: 3px;}
.abt-text-two{margin-top: 68px !important;}
.icon-call::before{content: '\f095' !important;margin-top: 4px;transform: translateY(12px);}
.head-icon{margin-right: -10px;}
.head-icon-call{margin-top: 4px;margin-right: 3px !important;margin-left: 18px;}
.soe-cnt-txt{font-size: 18px;line-height: 34px;margin-top: 20px;margin-bottom: 20px;}
.blg_btn{display: flex;justify-content: start;}
.blg_btn a{font-size: 18px;background-color: #31008a;color: white !important;padding: 8px 16px;margin-top: 0px;}
.bbbsscont ul li{margin: 4px 0;font-size: 18px;}
.bbbsscont p{font-size: 18px;}
.bbbsscont p b{font-weight: 500;font-size: 18px;}
.seo-cnt-bg{max-width: 1200px;margin: 0 auto;padding: 0 20px;text-align: center;}
.bkstvsbg{display: inline-flex;align-items: center;margin-left: 10px;}
.phTxt{font-size: 22px;text-align: center;margin-bottom: 30px;font-weight: 600;color: #484848;}
.phaseDisplay br{display: none;}
.carr_title{text-align: center;margin-bottom: 12px;}
.thah{font-size: 20px;color: #2d2d2d;margin-bottom: 30px;}
.pn{font-size: 28px;color: #428655;margin-top: 18px;font-weight: 600;}
.car-list{padding-left: 14px;font-size: 20px;}
.car-list li{margin: 10px 0;}
.wii{font-size: 20px;color: #343434;margin-top: 20px;}
.carr_card_bg{border: solid 1px rgb(246, 246, 246);padding: 14px 28px;border-radius: 10px;
              box-shadow: rgba(99, 99, 99, 0.) 0px 2px 8px 0px;}
.role_card_bg{display: flex;align-items: center;justify-content: space-between;}
.loc_bg{font-size: 20px;margin-top: 18px;text-align: left;}
.role_card_bg p{font-size: 30px;font-weight: 500;}
.role_card_bg span{color: white;background-color: #0056b3;padding: 2px 8px;border-radius: 4px;font-size: 15px;}
.carr-btn{font-size: 20px;margin-top: 10px;}
.loc_bg img{height: 26px;width: 26px;}
.carr-btn a{background-color: #0056b3;padding: 6px 16px;border-radius: 6px;font-size: 20px;display: inline-block;}
.carr-btn a{color: white;}
.carr-date{font-size: 18px;color: #343434;margin-top: 10px;border-bottom: solid 1px grey;display: inline-block;
          margin-bottom: 10px;}
.carr-date b{font-weight: 700;}
.carerr{margin-bottom: 80px;}
.car-app-bg{display: flex;flex-wrap: wrap;align-items: center;gap: 14px;}
.apptitle{font-size: 22px;margin-top: 20px;font-weight: 500;}
.carr-btna a img{filter: invert(1);height: 24px;width: 24px;transform: translateY(-3px);margin-right: 6px;}
.cont_num{display: flex;flex-wrap: wrap;}

.home_ong_img{min-height: 200px;}
.normal_class .msbot-list-li{font-size: 13px !important;}
.business_frm{display: none;}
.comp_prj_title{color: white;text-align: center;margin: 30px 0;}
.comp_prj_cnt{margin-top: 20px;}
.completed-slide{margin: 20px 0;}
.location-heading{width: 100%;margin-top: 40px;margin-bottom: 10px;padding-left: 15px;border-left: 4px solid #f5a623;}
.location-heading h2{color: white;font-size: 22px;font-weight: 700;margin: 0;}

.tv_title h2{color: #494949;font-size: 40px;font-family: "Tinos", serif;font-weight: bold;text-align: center;
            margin-top: 40px;}
.test_video_slider{padding: 10px;}
.tv_btn a{display: flex;align-items: center;justify-content: center;}
.tv_btn a p{background-color: #31008a;color: white;padding: 8px 16px;border-radius: 50px;}
.comp_prj_nme p{font-size: 18px;color: white !important;margin-top: 8px;}
.comp_prj_nme_loc h3{font-size: 18px !important;font-weight: 400 !important;color: white;}
.comp_prj_nme_loc h3{padding: 0px !important;    margin-top: 0px !important;}
.tab-pane-nri{    overflow: visible;}
.hero-video{width: 100%;margin-top: 180px;}
.comp_prj{display: flex;}
.comp_prj p{color: white;}
.comp_prj ul li{color: white;}
.comp_image{max-width: 100%;min-height: auto;margin-top: 40px;}
.floating-social {
  position: fixed;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9998;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floating-social__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.floating-social__btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  color: #fff;
}
.floating-social__btn--phone    { background: #FFC107; }
.floating-social__btn--facebook { background: #0777ff; }
.floating-social__btn--instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.floating-social__btn--whatsapp { background: #80ea2f; }
.floating-social__label {
  position: absolute;
  left: calc(100% + 12px);
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.floating-social__btn:hover .floating-social__label {
  opacity: 1;
  transform: translateX(0);
}