@import url(../fonts/glitten/stylesheet.css);

/*font-family: 'Glitten';*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/*font-family: "Lato", sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*  font-family: "Playfair Display", serif;*/

@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap");

/*  font-family: "Old Standard TT", serif;*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

/**/

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

/*  font-family: "Plus Jakarta Sans", sans-serif;*/

body {
  background: #f1f1f1 !important;
  font-family: "Lato", sans-serif;
}

/*Preloader Start*/3304
/* Basic reset/positioning */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-image: url(../images/loder-bg.png);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: transform 1s ease-in-out, opacity 0.8s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
}

#preloader .wrapper {
  position: relative;
  z-index: 1;
  background: none !important;
}

#preloader::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff9e;
}
/* Slide-up state */
#preloader.preloader--hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.preloader-content {
  text-align: center;
  width: 1039px;
  max-width: 100%;
}

.preloader .logo img {
  max-width: 150px;
  margin-bottom: 20px;
  /* optional: animate logo opacity or scale */
}

/* Loading text animation */

.preloader--hidden {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.letters {
  display: inline-block;
}

.letters span {
  font-size: 40px;
  color: #006dc9;
  opacity: 0;
  display: inline-block;
  animation: letterFade 1.5s ease-in-out infinite;
}

.letters span:nth-child(1) {
  animation-delay: 0s;
}
.letters span:nth-child(2) {
  animation-delay: 0.2s;
}
.letters span:nth-child(3) {
  animation-delay: 0.4s;
}
.letters span:nth-child(4) {
  animation-delay: 0.6s;
}
.letters span:nth-child(5) {
  animation-delay: 0.8s;
}
.letters span:nth-child(6) {
  animation-delay: 1s;
}
.letters span:nth-child(7) {
  animation-delay: 1.2s;
}

@keyframes letterFade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/*Preloader End*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 96%;
}

section {
  width: 100%;
  float: left;
}

section.home-page-section {
  width: 100%;
  float: left;
  /* padding: 100px 0 100px; */
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #ffffff;
}
section.home-page-section.home-section-4 .heading-1 {
  margin-bottom: 50px;
}

section.home-page-section.home-section-4 .heading-1 h2 span {
  border-bottom: 1px solid #0074d6;
  padding-bottom: 12px;
}

.heading-1 h2 {
  font-weight: bold;
}

section.home-page-section .container-fluid {
    position: relative;
    margin-right: 0;
}

.section-bg.bg-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.mv-heading {
  display: flex;
  align-items: baseline;
}

/**/
/*Vertical Slide+++++++++++++++++++++++++++++++++++*/

/*Section Slider Start */
.lead {
  font-size: 1.5rem;
  font-weight: 300;
}

/* Demo styles */
#nav-serialscrolling {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 139px;
  float: left;
  z-index: 100;
  height: max-content;
  margin: auto 0;
  padding: 0;
}

#nav-serialscrolling .sub-link {
  position: relative;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: 300ms;
  text-shadow: 0 0 3px #00000000;
  display: inline-block;
  padding-right: 0;
  color: #ff941200;
  text-transform: uppercase;
}

#nav-serialscrolling .sub-link:hover,
#nav-serialscrolling .sub-link.is-current {
  text-shadow: 0 0 3px #00000000;
  color: #1896ff;
}

#nav-serialscrolling .sub-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #9f1533;
  border-radius: 3px;
  transition: all ease-in-out 0.5s;
}

#nav-serialscrolling .sub-link.is-current:before,
#nav-serialscrolling .sub-link.is-current:hover:before {
  width: 100%;
}

[data-serialscrolling-target] {
  display: flex;
  /* justify-content: center; */
  align-items: start;
  /* min-height: unset; */
  /* padding: 0; */
  /* background-color: rgba(255, 255, 255, .05); */
  /* color: rgba(255, 255, 255, .25); */
  /* font-size: 24px; */
  /* font-style: italic; */
  /* text-align: center; */
  flex-direction: column;
}

[data-serialscrolling-target="Section_1"] {
  display: block;
}

/*Section Slider End*/
/*Vertical Slide End+++++++++++++++++++++++++++++++++++*/
/**/

.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 52px;
  color: #0074d6;
  word-spacing: 10px;
}

.about-wrapper .heading-1 {
  margin-bottom: 0;
}

.home-section-2-content-wrapper {
    padding: 100px 0;
}
.about-section-video {
    display: flex;
    height: 100%;
    position: relative;
}

.about-section-video::before {
    content: '';
    position: absolute;
    width: 124px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 20%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
}
.about-section-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.home-section-2-right img {
  width: 100%;
}

.about-wrapper .heading-1 h2 {
  text-align: left;
  font-size: 80px;
}

.normal-text {
  font-weight: 200;
}

.r-more-btn {
  text-decoration: none;
  color: #000;
  position: relative;
  padding-bottom: 6px;
}
.r-more-btn:hover {
  text-decoration: none;
  color: #000;
}
.r-more-btn::before,
.r-more-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #00000030;
  left: 0;
}
.r-more-btn::after {
  width: 0;
  transition: all ease-in-out 0.5s;
  background: #1a2a5c;
}
.r-more-btn:hover::after {
  width: 100%;
}

.wc-btn-group {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding-right: 45px;
  transition: all ease-in-out 0.3s;
}

.wc-btn-group:hover {
  text-decoration: none;
  padding-right: 0;
  padding-left: 45px;
}

.wc-btn-primary {
  background-color: #006dc9;
  color: #ffffff;
  padding: 16px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  border: none;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  height: 45px;
}

.wc-btn-group:hover .arrow-circle {
  right: unset;
  left: 0;
}

.arrow-circle {
  width: 45px;
  height: 45px;
  background-color: #006dc9;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
}

.wc-btn-group:hover .arrow-circle {
  order: 1; /* This pushes the arrow-circle before the button text */
}

.wc-btn-group:hover .wc-btn-primary {
  order: 2; /* Added order here */
}
/* our-philosophy */

section.carousel-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  cursor: grab;
}

.OUR-Philosophy-bottom {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.OUR-Philosophy-bottom img {
  width: 100%;
}

/* Background images */
.sticky-heading {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 10;
  text-align: left;
  padding: 10px;
  width: 100%;
}

section#carousel .heading-1 h2 span {
  color: #0074d6;
  border-bottom: 1px solid #0074d6;
  padding-bottom: 12px;
}

/* .sticky-heading .heading-1 h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #1a2a5c;
} */

.carousel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.carousel-bg img {
  width: 100%;
}

.carousel-bg.active {
  opacity: 1;
  z-index: 1;
}

/* Overlay text for each background */
.carousel-text {
  position: absolute;
  top: 230px;
  /* background: rgba(255, 255, 255, 0.8); */
  color: #000;
  border-radius: 8px;
  display: none;
  z-index: 2;
  width: 100%;
}

.carousel-text.active {
  display: block;
}

.carousel-text h2 {
  font-size: 28px;
  color: #0074d6;
  margin-bottom: 10px;
  text-align: left;
}

.carousel-text.active h2 {
  animation: SlideRight 2s ease 0s 1 normal forwards;
}

/**/
@keyframes SlideRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}
/**/

.carousel-content {
  font-size: 16px;
  line-height: 1.4;
  background: #ffffffc7;
  padding: 15px;
  max-width: 567px;
}

.carousel-text.active .carousel-content {
  animation: SlideLeft 2s ease 0s 1 normal forwards;
}

@keyframes SlideLeft {
  0% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(0);
  }
}

/* Circles */
.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #fff;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease;
  position: relative;
}
.circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, black, transparent);
}
.circle h4 {
  position: absolute;
  bottom: 9px;
  font-size: 15px;
  text-align: center;
  width: 100%;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle span {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  color: #fff;
}

.circle.active {
  transform: scale(1.6);
  border-color: #f5f5f5;
}

/* Gradient Fade Bottom */

.circles-container {
  position: absolute;
  bottom: 43px;
  left: 0;
  /* transform: translateX(-50%); */
  display: flex;
  gap: 35px;
  z-index: 3;
  right: 0;
  width: max-content;
  margin: auto;
  z-index: 100000;
}

/* our-philosophy */

/* our-signature-project */

section.home-page-section.home-section-4 {
  padding: 100px 0 0;
  background: url(../images/sky-background.png);
  background-size: cover;
  position: relative;
  z-index: 1;
}

section.home-page-section.home-section-4 .heading-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more-btn-1 {
  color: #0074d6;
  font-size: 21px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  animation: BounceLeft 2s ease 0s infinite normal both;
  transition: all ease-in-out 0.5s;
}
.more-btn-1 span {
  display: inline-flex;
  width: 65px;
  height: 65px;
  border: 2px solid #0074d6;
  color: #0074d6;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.more-btn-1:hover span {
  color: #fff;
}
.more-btn-1 span i {
  position: relative;
}
.more-btn-1 span::before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  height: 100%;
  background: #0074d6;
  transition: all ease-in-out 0.5s;
}
.more-btn-1:hover span::before {
  width: 100%;
}
.more-btn-1:hover {
  animation: none;
  text-decoration: none;
  color: #fff;
}

@keyframes BounceLeft {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateX(-48px);
  }

  24% {
    opacity: 1;
  }

  40% {
    animation-timing-function: ease-in;
    transform: translateX(-26px);
  }

  65% {
    animation-timing-function: ease-in;
    transform: translateX(-13px);
  }

  82% {
    animation-timing-function: ease-in;
    transform: translateX(-6.5px);
  }

  93% {
    animation-timing-function: ease-in;
    transform: translateX(-4px);
  }

  25%,
  55%,
  75%,
  87%,
  98% {
    animation-timing-function: ease-out;
    transform: translateX(0px);
  }

  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateX(0px);
  }
}

section.home-page-section.home-section-4 .heading-1 h2 {
  position: relative;
  z-index: 10;
}
.projectCarousel-con {
  position: relative;
}

.projectCarousel-con-top-bg,
.projectCarousel-con-btm-bg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

.projectCarousel-con-top-bg img,
.projectCarousel-con-btm-bg img {
  width: 100%;
}

.projectCarousel-con-btm-bg {
  top: unset;
  bottom: -1px;
}

/* Carousel main image */

/* Wavy line wrapper */
.curved-line {
  position: absolute;
  width: 100%;
  /* height: 200px; */
  bottom: 50px;
  z-index: 1000;
}

.curved-line svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.curved-line path {
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 3;
  fill: none;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

/* Circular indicators on curve */

.project-img-main {
  height: 95vh;
  /* display: flex; */
  overflow: hidden;
}

.project-img-main img {
  height: auto;
  max-width: 100%;
}
.slider-curv {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 28px;
  z-index: 1;
}
.slider-curv img {
  width: 100%;
}
.circle-nav {
  width: 100%;
  height: max-content;
  pointer-events: none;
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  align-items: flex-end;
}

.circle-nav button {
  border: none;
  background: none;
  pointer-events: auto;
  position: relative;
  transition: all ease-in-out 0.5s;
}

.project-detail-btm {
    bottom: 126%;
    background: #f5fbff;
    padding: 7px;
    text-align: left;
    border-radius: 10px;
    left: 0;
    right: 0;
    width: max-content;
    z-index: 10;
    opacity: 1;
    margin-top: 0;
    opacity: 1;
    width: 100%;
    text-align: center;
}
section.projects-section-new .swiper-slide button.active {
  border: none;
}

.project-detail-btm a {
  font-size: 7px;
  text-decoration: none;
  color: #0074d6;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
}
.project-detail-btm a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.2px;
  background: #0074d6;
}
.project-detail-btm h4 {
  font-size: 14px;
  margin-bottom: 0;
}

.project-detail-btm p {
  font-size: 8px;
  margin-bottom: 6px;
}

.circle-nav.scrolled-to-bottom button .project-detail-btm {
  top: unset;
  bottom: 126%;
}

.circle-nav.scrolled-to-bottom .project-detail-btm::before {
  transform: rotateY(360deg);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  bottom: unset;
  top: 99%;
}

.circle-nav button:last-child .project-detail-btm {
  left: unset;
  right: 50%;
}

.circle-nav button:last-child .project-detail-btm::before {
  left: unset;
  right: 20px;
  margin: auto;
}

/**/
.circle-nav button:nth-child(1) {
  margin-top: -157px;
  top: -305px;
  z-index: 10;
}
.circle-nav button.active {
  scale: 1.8;
}
.circle-nav button.active .project-detail-btm,
.swiper-slide button.active {
  opacity: 1;
}

.circle-nav button:nth-child(3) {
  position: relative;
  top: -42px;
}

.circle-nav button:nth-child(4) {
  top: -234px;
}
/**/

.circle-nav img,
.swiper-slide button img {
  border-radius: 50%;
  border: 3px solid #1a2a5c;
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s, border-color 0.3s;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.circle-nav img:hover,
.swiper-slide button img:hover {
  transform: scale(1.1);
  border-color: #ff9800;
}

.circle-nav button.active img {
  border-color: #0b5ed7;
  transform: scale(1.15);
}

/* our-signature-project */

/* Wrapper */
section.our-legacy-section.home-section-5 {
  padding: 100px 0;
  background: #f1f1f1;
}
.our-legacy-section {
  text-align: center;
}
.our-legacy-counter-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 160px;
  padding: 0 20px;
}

/* Each counter box */
.our-legacy-counter {
  text-align: center;
}

.our-legacy-content p {
  margin: 0;
  text-transform: uppercase;
}

/* Numbers */
.our-legacy-counter h2 {
  font-size: 90px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  line-height: 1.2;
}

.our-legacy-counter h2 span {
  display: inline-block;
}

/* Labels */
.our-legacy-counter h5 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  margin-top: 8px;
  text-transform: uppercase;
  /* font-family: 'Arial', sans-serif; */
}

/* section.our-leader-section.home-section-6 {
    background: #f5fbff;
    padding: 100px 0;
} */

section.home-page-section.home-section-6 .heading-1 h2 {
  text-align: left;
  color: #0074d6;
}

section.home-page-section.home-section-6 {
  padding: 100px 0;
}

.home-section-6-video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  display: flex;
}
.home-section-6-video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section-6-video-background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffffd9;
}
.leader-speak-card {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  gap: 40px;
  /* background: #f1f1f187; */
  /* padding: 40px; */
  border-radius: 10px;
}

.leader-speak-content {
  flex: 1;
  text-align: justify;
}

.leader-speak-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #001f3f;
}

.leader-speak-content h3 span {
  color: #1c4e80;
  /* accent color for "Desk of Our Leaders" */
}

.leader-speak-content p:nth-last-child(2) {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 0;
}

.leaders-details {
  margin-top: 20px;
  padding-left: 0;
}
.leaders-details h5 {
  font-weight: 700;
  margin: 0;
  color: #1c4e80;
}

.leaders-details h5 {
  font-weight: 700;
  margin: 0;
  color: #1c4e80;
}

.leaders-details h6 {
  font-size: 12px;
  margin: 4px 0 0;
  color: #666;
}

.leader-speak-image {
  flex-shrink: 0;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaderSpeakCarouselContoll button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.leader-speak-image img {
  width: 100%;
  height: 100%;
}

.leaderSpeakCarouselContoll {
  margin-top: 20px;
  display: inline-flex;
  gap: 10px;
}
.leaderSpeakCarouselContoll button {
  color: #1f5081;
  font-size: 24px;
}

.heading-1 h5 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #666;
}
.right-content-wrapper .heading-1 h2 {
  text-align: left;
}

.heading-1 {
  margin-bottom: 30px;
}
.heading-1 h2 {
  font-weight: 700;
  font-size: 52px;
  /* text-transform: capitalize; */
}
.heading-1 h4 {
  text-transform: uppercase;
}
section.home-page-section.home-section-7.aos-init.aos-animate {
  padding: 100px 0 0;
}

.client-building-img img {
  width: 100%;
  height: 100%;
}

.right-content-wrapper {
  padding: 20px;
  padding-left: 51px;
}

.rating-star {
  color: #f7b500;
  margin-bottom: 15px;
}

.client-details-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.client-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.client-details h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.client-details h6 {
  font-size: 13px;
  margin: 2px 0 0;
  color: #777;
}

.testimonial-wrapper {
  background: #fff;
  box-shadow: 0px 0px 2px 0px #b3b3b31f;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.double-quote {
  position: absolute;
  top: 0;
  bottom: 0px;
  height: max-content;
  margin: auto;
  right: -36px;
  background: #004eff;
  padding: 20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  z-index: 1;
}

/* .testimonial-wrapper:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonial-bg.png);
  right: 0px;
  top: 0px;
  z-index: 1;
  background-repeat: no-repeat;
  width: 100px;
  height: 200px;
} */

.testimonial-content p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #333;
}

.testimonial-slider-indicator {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.testimonial-slider-indicator button {
  border: none;
  background: transparent;
  padding: 0;
}

.testimonial-wrapper figure.client-building-img {
  margin: 0;
  /* height: 433px; */
}

.testimonial-slider-indicator img {
  width: 35px;
  height: auto;
}

section.home-page-section.home-section-8 {
  padding: 100px 0;
}
.contact-section {
  position: relative;
}
.contact-section-btm-bg {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.contact-section-btm-bg img {
  width: 100%;
}
.contact-bg {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.contact-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #ffffff, #ffffff61);
}
.contact-bg img {
  width: 100%;
  height: 100%;
}
.contact-form {
  padding-left: 15px;
}
.contact-form form {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
  margin-top: -27px;
}

.contact-form .form-control {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}

.btn-submit {
  display: inline-block;
  width: 100%;
  padding: 12px;
  background: #0065b3;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.btn-submit:hover {
  background: #0056b3;
}

.contact-content {
  position: relative;
}

.contact-content .contact-bg img {
  width: 100%;
  border-radius: 8px;
}

.contact-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #000;
  height: 100%;
  z-index: 10;
  position: relative;
}

.contact-text h2 {
  /* font-size: 32px; */
  margin-bottom: 15px;
}
.contact-text .heading-1 h2 {
  text-align: left;
}

.contact-text p {
  font-size: 15px;
  line-height: 1.6;
}

/* Inner Page Start*/


.inner-page-banner {
    display: flex;
    align-items: center;
    min-height: 100%;
    padding-top: 109px;
    background: #fff;
    flex-direction: column;
    background-image: url(../images/about-us-top-heading.png);
    background-repeat: repeat-x;
    justify-content: center;
}
.page-banner-heading {
  margin-bottom: 30px;
}
.page-banner-heading h2 {
  font-size: 56px;
  text-align: center;
}

.about-section-2 {
  padding: 100px 0;
  width: 100%;
}
.about-section-2 .container-fluid {
  max-width: 100%;
}

.about-section-2 img {
  width: 100%;
}

.about-section-2-left-slider {
  border: 1px solid #f3f3f3;
}

.about-section-2-right {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 15px;
}

.mv-card {
  background: #fbf9f9;
  padding: 30px;
  position: relative;
}

.mv-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/shpaeB.webp);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

.mv-card.mv-card-mission::before {
  background: url(https://crowdytheme.com/wp/arolax/web-design-agencey/wp-content/uploads/sites/15/2024/06/shapeA.png);
  background-repeat: no-repeat;
}

.mv-card.mv-card-mission {
  background: #121212;
  color: #fff;
}

.about-section-2-right-card {
  position: relative;
}
.mv-image {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.mv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section-2-left-slider {
  display: flex;
  height: 100%;
  min-height: 300px;
  position: relative;
}

.about-section-2-left-slider .carousel-inner {
  height: 100%;
}
.about-section-2-left-slider .carousel-inner .carousel-item.active {
  display: flex;
  height: 100%;
  overflow: hidden;
}
.about-section-2-left-slider .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*about page team*/

/*Core Values*/
.core-values-section {
  padding: 100px 0;
}

.value-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.value-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.value-content {
  padding: 30px 25px;
}

.value-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.value-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
/*Core Values End*/

.about-page-team-section {
  width: 100%;
  padding: 100px 0;
  background: #ebf6ff;
}

.profile-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
}

.profile-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.1) 0%,
    rgba(118, 75, 162, 0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.profile-card:hover::before {
  opacity: 1;
}

.profile-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.profile-card:hover .profile-image {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.profile-card:hover .overlay {
  opacity: 1;
}

.profile-info {
  padding: 25px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.profile-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.profile-card:hover .profile-name {
  color: #667eea;
}

.profile-title {
  font-size: 1rem;
  color: #7f8c8d;
  font-weight: 500;
  transition: color 0.3s ease;
}

.profile-card:hover .profile-title {
  color: #764ba2;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.profile-card:hover .social-links {
  opacity: 1;
  transform: translateY(0);
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.social-link svg {
  width: 20px;
  height: 20px;
}

/*Contact Us Page*/
.contact-form-container {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 970px;
  margin: auto;
}
.btn-send {
  background-color: #000;
  color: white;
  padding: 12px 40px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  transition: all 0.3s;
}
.btn-send:hover {
  background-color: #333;
  transform: translateY(-2px);
}
.contact-form-container .form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
.contact-form-container .form-control {
  border: none;
  border-bottom: 2px solid #dee2e6;
  border-radius: 0;
  padding: 10px 0;
  transition: border-color 0.3s;
}
.contact-form-container .form-control:focus {
  box-shadow: none;
  border-bottom-color: #000;
}
.contact-form-container textarea.form-control {
  min-height: 120px;
}
/*NRI Corner*/
.NRI-Corner-questions {
    padding: 0 0 100px;
    width: 100%;
}

.NRI-Corner-questions .nav.nav-tabs {
    justify-content: center;
    margin-top: -45px;
    position: relative;
}

.NRI-Corner-questions .nav-tabs .nav-link {
  background-color: white;
  border: none;
  color: #666;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}

.NRI-Corner-questions .nav-tabs .nav-link:hover {
  color: #0d6efd;
}

.NRI-Corner-questions .nav-tabs .nav-link.active {
  background-color: #0d6efd;
  color: white;
}

.NRI-Corner-questions .tab-content {
  background-color: white;
  padding: 30px;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.NRI-Corner-questions .accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}

.NRI-Corner-questions .accordion-item:last-child {
  border-bottom: none;
}

.NRI-Corner-questions .accordion-button {
  background-color: transparent;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 50px 20px 0;
  box-shadow: none;
  border: none;
}

.NRI-Corner-questions .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #333;
  box-shadow: none;
}

.NRI-Corner-questions .accordion-button:focus {
  box-shadow: none;
  border: none;
}

.NRI-Corner-questions .accordion-button::after {
  content: "+";
  background-image: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 300;
  color: #333;
}

.NRI-Corner-questions .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}

.NRI-Corner-questions .accordion-body {
  padding: 0 0 20px 0;
  color: #666;
  line-height: 1.6;
}

.NRI-Corner-questions .accordion-collapse {
  border: none;
}
/*NRI Corner End*/

/*Blog-Page*/

.blog-page-wrapper {
  padding: 100px 0;
  width: 100%;
  position: relative;
}

/* Featured Cards */
.featured-card {
  position: relative;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.featured-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
}

.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-card:hover .card-bg {
  transform: scale(1.1);
}

.date-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: white;
  padding: 15px 20px;
  border-radius: 15px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.date-badge .day {
  font-size: 32px;
  font-weight: bold;
  color: var(--primary-color);
  line-height: 1;
}

.date-badge .month {
  font-size: 14px;
  color: var(--primary-color);
  text-transform: uppercase;
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: white;
  z-index: 2;
}

.card-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.3;
}

.card-title a {
  color: #fff;
  text-decoration: none;
}

.card-description {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.95;
}

/* Recent Properties Section */
.recent-section {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 20px;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #333;
  border-bottom: 3px solid var(--primary-color);
  padding-bottom: 10px;
}

.recent-item {
  display: flex;
  gap: 15px;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.recent-item:hover {
  background: #f8f9fa;
  transform: translateX(5px);
}

.recent-thumb {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.recent-content {
  flex: 1;
}

.recent-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}
.recent-title a {
  color: #333;
  text-decoration: none;
}

.recent-date {
  font-size: 13px;
  color: #999;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeInUp 0.6s ease-out;
}

/*Blog-Page ENd*/

/*Blog Single*/

.blog-single-page-wrapper {
    width: 100%;
    padding: 100px 0;
}
.single-page-image {
  max-height: 400px;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.single-page-image img {
  width: 100%;
}
.comment-info-wrapper {
  /* background: white; */
  border-radius: 8px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
  overflow: hidden;
  max-width: 600px;
}

.comment-info {
  display: flex;
  align-items: stretch;
}

.info-item {
  flex: 1;
  padding: 20px;
  border-right: 1px solid #e9ecef;
}

.info-item:last-child {
  border-right: none;
}

.info-label {
  font-size: 12px;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  font-weight: 500;
}

.info-value {
  font-size: 16px;
  color: #212529;
  font-weight: 600;
}

.no-comments {
  color: #495057;
}

.author-name {
  color: #212529;
}

.post-date {
  color: #212529;
}

.blog-single-content .blog-container {
  border-radius: 10px;
  max-width: 100%;
  margin: 0 auto;
}

.blog-single-content .post-title {
  font-size: 32px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 30px;
}

.blog-single-content .post-content {
  font-size: 16px;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 30px;
}

.blog-single-content .tags-section {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e9ecef;
}

.blog-single-content .tags-label {
  font-weight: 600;
  color: #212529;
  margin-right: 10px;
}

.blog-single-content .tag-link {
  display: inline-block;
  padding: 6px 15px;
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  transition: all 0.3s;
}

.blog-single-content .tag-link:hover {
  background-color: #212529;
  color: white;
}

.blog-single-content .form-info {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 30px;
}

.blog-single-content form#commentForm {
  max-width: 784px;
}

.blog-single-content.required-mark {
  color: #dc3545;
}

.blog-single-content .form-label {
  font-size: 15px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 8px;
}

.blog-single-content .form-control {
  border: none;
  border-bottom: 2px solid #dee2e6;
  border-radius: 0;
  padding: 12px 0;
  font-size: 15px;
  transition: border-color 0.3s;
}

.blog-single-content .form-control:focus {
  box-shadow: none;
  border-bottom-color: #212529;
  background-color: transparent;
}

.blog-single-content .form-control::placeholder {
  color: #adb5bd;
}

.blog-single-content textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.blog-single-content .btn-submit {
  background-color: #000;
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
  margin-top: 20px;
}

.blog-single-content .btn-submit:hover {
  background-color: #333;
  transform: translateX(5px);
}

.blog-single-content .btn-submit i {
  margin-left: 8px;
}

/*Blog Single Page End*/

/* Inner Page End*/

footer {
  width: 100%;
  float: left;
  background: #e9e9e9;
  position: relative;
}

footer:before {
  position: absolute;
  content: "";
  background-image: url(../images/footer-bg.png);
  background-position: right;
  background-repeat: no-repeat;
  right: 0;
}

.footer-1 {
  padding: 100px 0 100px;
}
.footer-heading {
  margin-bottom: 25px;
}
.footer-project-gallery {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 10px;
}
.footer-project-gallery a img {
  width: 100%;
}

.footer-2 {
  padding: 50px 0 30px;
  border-top: 1px solid #cccccc4a;
}

.footer-box ul {
  padding: 0px;
}

.footer-box ul li {
  list-style: none;
  padding-top: 5px;
}

.footer-box ul li a {
  color: #000;
  text-decoration: none;
}

.footer-map iframe {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0px 2px 14px 0px #918e8ee0;
  height: 219px;
}

.footer-box h4.footer-heading span {
  position: relative;
  display: inline-block;
  padding-right: 26px;
  padding-bottom: 8px;
}
.footer-box h4.footer-heading span:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #0367b4;
  width: 100%;
  height: 2px;
}

.footer-box h4.footer-heading span:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: #0367b4;
  width: 100%;
  height: 2px;
}

.footer-box h4.footer-heading:nth-last-child(1):before {
  width: 30%;
}

/*Home Page==================================================*/

section.home-page-section.home-section-2 {
    background: #fff;
    overflow: clip;
    padding: 0;
}

/* Lime Green Section */
section.home-page-section.home-section-ne-3 {
  background: #f1f9ff;
}
section.home-page-section.home-section-ne-3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
}
section.home-page-section.home-section-ne-3::before {
  content: "";
  position: absolute;
}
.lime-section {
  background: #f1f9ff;
  padding: 4rem 0;
}
.feature-box {
  text-align: left;
  padding: 1.5rem;
  transition: transform 0.3s;
}

.feature-box:hover {
  transform: translateY(-10px);
}

.feature-icon-box {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  transition: all 0.5s ease;
}

.feature-icon-box img {
  width: 76px;
}
.feature-box:hover .feature-icon-box {
  transform: rotateY(360deg) scale(1.1);
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.feature-desc {
  font-size: 0.9rem;
  color: #333;
}

.home-section-ne-3-media {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.home-section-ne-3-media video {
  max-width: 92%;
}

/*Projects Section================*/
section.projects-section-new {
  padding: 0;
}
/**/

section.projects-section-new .swiper-wrapper {
  justify-content: center;
}

section.projects-section-new .swiper-slide {
  justify-content: center;
  height: auto !important;
  overflow: visible !important;
  display: flex;
  /* width: 200px!important; */
  /* max-width: 200px; */
}
section.projects-section-new .swiper-slide button {
  width: 100%;
}
section.projects-section-new .container-fluid {
  max-width: 100%;
}
section.projects-section-new .container-fluid .col-md-12 {
  padding: 0;
}
/**/
.projects-page-wrapper {
    padding: 100px 0;
}
.portfolio-card {
  position: relative;
  cursor: pointer;
  perspective: 1000px;
  margin-bottom: 40px;
}
.portfolio-card:hover {
  z-index: 1;
}

.card-inner {
  position: relative;
  transition: transform 0.1s ease-out;
  transform-style: preserve-3d;
}

.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  background: #000;
}

.image-container img {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(0%);
  width: 100%;
}

.portfolio-card:hover .image-container img {
  transform: scale(1.08);
  filter: grayscale(0%) brightness(1.05);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.portfolio-card:hover .overlay {
  opacity: 1;
}

.glow-effect {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translate(-50%, -50%);
}

.portfolio-card:hover .glow-effect {
  opacity: 1;
}

.content-section {
  padding: 30px 0;
  transition: transform 0.3s ease;
}

.portfolio-card:hover .content-section {
  transform: translateY(-5px);
}

.title-wrapper {
  display: flex;
  align-items: baseline;
  gap: 0;
  margin-bottom: 8px;
}

.title-main {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    transition: color 0.3s ease;
}

.title-main a {
  color: #000;
  text-decoration: none;
}

.title-sub {
  font-size: 36px;
  font-weight: 300;
  color: #000;
  line-height: 1;
  transition: color 0.3s ease;
}

.portfolio-card:hover .title-main,
.portfolio-card:hover .title-sub {
  color: #333;
}

.category {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.portfolio-card:hover .category {
  color: #000;
}

/* Shine effect */
.shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
  transition: left 0.6s ease;
}

.portfolio-card:hover .shine {
  left: 100%;
}

/* Shadow effect on hover */
.image-container {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.4s ease;
}

.portfolio-card:hover .image-container {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/*Projects Section End*/

/**/
section.project-gallery-section {
    padding: 100px 0;
    background: #c9e6ff;
}

.project-gallery-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.project-gallery-details-content p i {
    margin-right: 7px;
}
.project-gallery-details-btn-group {
    display: flex;
    gap: 15px;
}


.project-gallery-details-btn-group .read-more-link:nth-child(2) {
    background-color: #006dc9;
    color: #ffffff;
    border: 2px solid #006dc9;
   }

.project-gallery {
  width: 100%;
  position: relative;
}



.project-gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.project-gallery-slider .swiper-slide {
  width: 100%;
  height: auto;
}
.project-gallery-slider-left-img {
    position: relative;
}

.project-gallery-slider .swiper-slide img {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.project-status {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #004783d9;
    padding: 7px 32px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px 0 0 0;
    font-size: 14px;
}

.project-gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.project-gallery-thumbs .swiper-slide {
  width: 200px;
  height: auto;
  text-align: center;
  overflow: hidden;
  opacity: 0.3;
  cursor: pointer;
  background: #f5fbff;
  border-radius: 5px;
}

.project-gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.project-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: auto;
}
/**/

/*==================================================Home Page*/
/*======Leaders section*/
.leaders-section {
  padding: 100px 0;
  background-color: #f8f9fa;
  position: relative;
}
.leader-section-left {
  position: sticky;
  top: 0;
}

.section-heading {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #fff;
}

.explore-button {
  background-color: #006dc9;
  color: #fff;
  padding: 16px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  border: none;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.explore-button:hover {
  background-color: #c2ed00;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 255, 0, 0.3);
}

.explore-button:hover .arrow-circle {
  background-color: #fff;
}

.arrow-circle svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  transition: transform 0.3s ease;
}
.explore-button:hover .arrow-circle svg {
  transform: translate(3px, -3px);
}

.from-the-desk-Leaders-page {
    padding: 100px 0;
}


.blog-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  position: relative;
  display: flex;
  padding-left: 290px;
  min-height: 388px;
}

.blog-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.author-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-direction: column;
  width: 227px;
  text-align: center;
  position: absolute;
  left: 40px;
  top: 40px;
  bottom: 40px;
  margin: auto;
}

.author-avatar {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.author-details h6 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 2px;
  color: #000;
}

.author-details p {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0;
}

.post-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.meta-badge {
  background-color: #f8f9fa;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.meta-date {
  color: #6c757d;
  font-size: 0.85rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.article-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #000;
}

.article-stats {
  display: flex;
  gap: 15px;
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 25px;
}

.article-stats span {
  font-weight: 500;
}

.read-more-link {
    background-color: #fff;
    color: #000;
    padding: 7px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: 2px solid #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
}
.read-more-link.read-more-video {
  padding: 0;
  height: 48px;
  display: inline-flex;
  width: 48px;
  align-items: center;
  justify-content: center;
  background: #006dc9;
  color: #fff;
  border-color: #006dc9;
}

.read-more-link:hover {
  background-color: #000;
  color: #fff;
  transform: translateX(5px);
  text-decoration: none;
}

.read-more-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.read-more-link:hover svg {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 2.5rem;
  }

  .article-title {
    font-size: 1.5rem;
  }

  .blog-card {
    padding: 25px;
  }

  .post-meta {
    flex-direction: column;
    gap: 10px;
  }
}
/*======Leaders section End*/

/* Testimonials */
.testimonial-section {
  padding: 100px 0;
  background: #f8f8f8;
}

.testimonial-header {
  text-align: center;
  margin-bottom: 3rem;
}

.testimonial-header h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.testimonial-header .bold {
  font-weight: 700;
}

.testimonial-box {
  background: white;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
  transition: all 0.4s ease;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-box:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.quote-mark {
  font-size: 3rem;
  color: #ddd;
  line-height: 1;
  margin-bottom: 1rem;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2rem;
  height: 76px;
  overflow: hidden;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  justify-content: space-between;
}
.author-details-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.author-details h6 {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
}

.author-details p {
  margin: 0;
  font-size: 0.85rem;
  color: #999;
}






/*Footer*/
.contact-section {
  background-color: #002a4d;
  padding: 100px 0 60px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /* background-image: url(../images/footer-bg-shape.webp); */
  background-repeat: no-repeat;
  background-position: right top;
}

.contact-section .heading-1 h2 {
  color: #fff;
}

.main-title {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: -2px;
  color: #fff;
}

.subtitle {
  font-size: 2rem;
  color: #c8e6ff;
  margin-bottom: 80px;
  font-weight: 400;
}

.contact-btn {
  background-color: #006dc9;
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: none;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.contact-btn:hover {
  background-color: #006dc9;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgb(0 109 201);
  text-decoration: none;
  color: #fff;
}

.contact-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.contact-btn:hover svg {
  transform: translate(4px, -4px);
}

.footer-content {
  border-top: 1px solid #ffffff24;
  border-bottom: 1px solid #ffffff24;
  padding-top: 60px;
  margin-top: auto;
}

.footer-section h5 {
  font-size: 1.5rem;
  margin-bottom: 25px;
  font-weight: 600;
  color: #fff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 12px;
}

.footer-section ul li a {
  color: #d6dbdf;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1rem;
}

.footer-section ul li a:hover {
  color: #ffffff;
}

.address {
  color: #d6dbdf;
  line-height: 1.8;
  font-size: 1rem;
}

.email-form {
  position: relative;
  margin-top: 30px;
}

.email-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #fff;
  font-size: 1.5rem;
  padding: 15px 60px 15px 0;
  width: 100%;
  outline: none;
  transition: border-color 0.3s ease;
}

.email-input:focus {
    border-bottom-color: #ffffff;
}

.email-input::placeholder {
  color: #ffffff;
}

.email-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.email-submit svg {
  width: 40px;
  height: 40px;
  stroke: #ffffff;
  transition: stroke 0.3s ease;
  fill: #fff;
}
.email-submit:hover svg {
  stroke: #ffffff;
}

.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  background-color: #006dc9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  z-index: 1000;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgb(0 109 201);
}

.scroll-top svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
}

.copyright {
  color: #d6dbdf;
  font-size: 0.95rem;
  margin-top: 60px;
}

.footer-links {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
  font-weight: 500;
}

.footer-links a:hover {
  color: #c9ff00;
}

.location-dot {
  width: 12px;
  height: 12px;
  background-color: #c9ff00;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  animation: pulse 2s infinite;
}

.project-single-about-content p {
    text-align: justify;
}



.project-video iframe {
    border-radius: 10px;
    width: 100%;
    height: 465px;
}

       /* Project Highlights */

    
        .tm-highlights-section {
            padding: 60px 0;
            background: #f8f9fa;
        }

.project-highlights-icon-card {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.highlights-icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.highlights-icon img {
    width: 90%;
}

.project-highlights-icon-card h5 {
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.project-highlights-with-icon .row {
    row-gap: 30px;
}


        .tm-highlights-title {
            color: #3ab89d;
            font-size: 48px;
            font-weight: 300;
            margin-bottom: 20px;
            letter-spacing: 1px;
            text-align: center;
        }

        .tm-highlights-subtitle {
            color: #666;
            font-size: 16px;
            margin-bottom: 60px;
            line-height: 1.6;
            text-align: center;
        }

        .tm-highlights-carousel-2 .item {
            background: white;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .tm-highlights-carousel-2 .item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .tm-highlights-carousel-2 .item img {
            width: 100%;
            height: 320px;
            object-fit: cover;
            display: block;
        }

        .tm-highlight-content {
            padding: 25px 20px;
            background: white;
        }

        .tm-highlight-content h3 {
            color: #333;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .tm-highlight-content p {
            color: #666;
            font-size: 14px;
            line-height: 1.6;
        }

        /* Custom Owl Carousel Navigation */
        .tm-highlights-carousel-2 .owl-nav {
            display: none;
        }

        /* Custom Progress Bar */
 




@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}



/*Version 4 Template===========================*/
.home-page-slider-video {
    display: flex;
    height: 100%;
}
.home-page-slider-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects-page-wrapper ul#filterTabs {
    justify-content: center;
    margin-top: -62px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 20px 0 0;
}

div#filter_itemsContainer {
    padding: 20px 0 0;
}


img{max-width: 100%;}

/*Inner Page Banner*/

 .demo-cont.inner-page-wrapper-main,
    .demo-cont.inner-page-wrapper-main .fnc-slider {
      height: auto;
    }

    .demo-cont.inner-page-wrapper-main .fnc-slider.example-slider.m--with-autosliding {
      max-height: 100%;
    }

    .inner-page-banner.project-page-banner {
      padding-top: 0;
      display: block;
      position: relative;
    }


    .projects-page-wrapper {
      padding: 0 0 100px;
      background: #fff;
    }

    .projects-page-heading {
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 1;
      padding-bottom: 83px;
      padding-top: 88px;
      background: linear-gradient(360deg, black, transparent);
    }

    .projects-page-heading .page-banner-heading h2 {
      text-align: left;
      color: #fff;
      position: relative;
      padding-left: 60px;
    }

    .projects-page-heading .page-banner-heading h2::before {
      content: '';
      position: absolute;
      width: 50px;
      height: 1px;
      background: #fff;
      top: 36px;
      left: 0;
    }

    .projects-page-heading h5 {
      color: #fff;
    }

    .page-banner-heading p {
    color: #fff;
}


.projects-page-heading.project-single-page-heading .page-banner-heading {
    margin-bottom: 0;
}
.projects-page-heading.project-single-page-heading {
    padding-bottom: 40px;
}

.project-details-single {
    color: #fff;
    margin-top: 19px;
    display: inline-flex;
    gap: 45px;
    border-top: 1px solid #ffffff33;
    padding-top: 15px;
}
/*Inner-Page Banner End*/


/*========================Version 4 Template End*/
/*Project Section Gallery*/

section.tm-gallery-main {
    padding: 100px 0;
}

.tm-image-wrapper a {
    display: block;
    position: relative;
    text-decoration: none;
}

.tm-image-wrapper a:hover{
text-decoration: none;
}

.tm-image-wrapper a h4 {
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.tm-image-wrapper a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, #000000b0, transparent);
    z-index: 1;
}
.tm-image-wrapper a {
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    width: 100%;
}
.tm-image-wrapper:hover a {
  transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
/*Project Section Gallery End*/



/*Project Plans
==============*/

section.tm-plans-wrapper {
    padding: 100px 0;
    background: #fff;
}



section.tm-plans-wrapper .nav-tabs .nav-link {
    border: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #00000000!important;
    padding: 6px 10px;
}

section.tm-plans-wrapper .nav-tabs .nav-item.show .nav-link, section.tm-plans-wrapper .nav-tabs .nav-link.active {
    border: none;
    border-color: #000000!important;
}

section.tm-plans-wrapper ul.nav.nav-tabs.justify-content-center {
    border: none;
}
        .tm-plans-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .tm-plans-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }

        .tm-plans-col {
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0 15px;
        }



        .tm-plans-main {
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .tm-plans-tabs {
            display: flex;
            list-style: none;
            border-bottom: 2px solid #e0e0e0;
            background: #f5f5f5;
            margin: 0;
            padding: 0;
        }

        .tm-plans-tabs li {
            flex: 1;
        }

        .tm-plans-tab-link {
            display: block;
            padding: 20px;
            text-align: center;
            text-decoration: none;
            color: #666;
            font-size: 18px;
            font-weight: 500;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
            cursor: pointer;
        }

        .tm-plans-tab-link:hover {
            background: #fff;
            color: #00897b;
        }

        .tm-plans-tab-link.tm-active {
            background: white;
            color: #00bcd4;
            border-bottom: 3px solid #00bcd4;
        }

        .tm-plans-content-wrapper {
            padding: 40px;
            position: relative;
            min-height: 600px;
        }

        .tm-plans-pane {
            position: absolute;
            top: 40px;
            left: 40px;
            right: 40px;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }

        .tm-plans-pane.tm-active {
            opacity: 1;
            visibility: visible;
            position: relative;
            top: 0;
            left: 0;
            right: 0;
        }

        .tm-plan-image-container {
            text-align: center;
        }

        .tm-plan-image-container a {
            display: inline-block;
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .tm-plan-image-container a:hover {
            transform: scale(1.02);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
        }

        .tm-plan-image-container img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
        }

        .tm-plan-details {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 20px;
            padding: 20px;
            background: #f9f9f9;
            border-radius: 8px;
        }

        .tm-plan-detail-item {
            text-align: center;
        }

        .tm-plan-detail-item .tm-label {
            font-size: 14px;
            color: #666;
            margin-bottom: 5px;
        }

        .tm-plan-detail-item .tm-value {
            font-size: 20px;
            font-weight: 600;
            color: #333;
        }

/*========================Project Plans End*/

/*Project Single Page Map Section*/


section.heart-of-the-city {
    padding: 100px 0;
}

section.single-map-section iframe {
    width: 100%;
    height: 360px;
}
.heart-of-the-city-details-card {
    text-align: center;
}
.heart-of-the-city-details-card  .icon-con {
    width: 76px;
    display: inline-flex;
}

.heart-of-the-city-details .row {
    justify-content: center;
    row-gap: 30px;
}
/*Project Single Page Map Section End*/
@media (max-width: 1600px) {

.page-banner-heading h2 {
    font-size: 40px;
    text-align: center;
}
}


@media (max-width: 768px) {
  .main-title {
    font-size: 3rem;
  }

  .subtitle {
    font-size: 1.1rem;
  }

  .footer-links {
    flex-direction: column;
    gap: 20px;
  }

  .email-input {
    font-size: 1.2rem;
  }
}
/*Footer End*/

@media (max-width: 1900px) {
  .circle-nav button:nth-child(1) {
    top: -247px;
  }
  .circle-nav button:nth-child(4) {
    top: -219px;
  }
}

@media (max-width: 1800px) {
  .about-wrapper .heading-1 h2 {
    font-size: 60px;
  }
}
@media (max-width: 1600px) {
  .circle-nav button:nth-child(1) {
    top: -216px;
  }
  .circle-nav button:nth-child(4) {
    top: -164px;
  }
.article-title {
    font-size: 22px;
}

.author-info {

    width: 205px;
    
}
.blog-card {
    padding-left: 266px;
}
}

@media (max-width: 1400px) {
  .heading-1 h2 {
    font-size: 46px;
  }
}
@media (max-width: 1365px) {
  .about-wrapper .heading-1 h2 {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .heading-1 h2 {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .about-wrapper .heading-1 h2 {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .featured-card {
    height: 400px;
    margin-bottom: 20px;
  }

  .card-title {
    font-size: 22px;
  }

  .recent-section {
    position: relative;
    top: 0;
    margin-top: 20px;
  }

     .tm-highlights-title {
                font-size: 36px;
            }

            .tm-highlights-carousel-2 .item img {
                height: 260px;
            }
}

@media (max-width: 576px) {
  .comment-info {
    flex-direction: column;
  }

  .info-item {
    border-right: none;
    border-bottom: 1px solid #e9ecef;
  }

  .info-item:last-child {
    border-bottom: none;
  }
}
