* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-padding: 150px;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.logo-sub {
  width: 70px;
  display: none;
}

.navbar-brand img {
  width: 230px;
}

a {
  text-decoration: none;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.navbar > .container {
  align-items: end;
}

.navbar-nav {
  align-items: center;
}

.custom-dropdown {
  position: relative;
}

.nav-top {
  margin-bottom: 10px;
}

.nav-social {
  font-size: 20px;
}

.help-desk {
  color: #000;
}

.custom-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 220px;
  padding: 8px 0;
  margin: 0;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.04);
}

@media (min-width: 992px) {
  .custom-dropdown:hover .custom-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .custom-dropdown::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
  }
}

.dropdown-item {
  padding: 10px 20px;
  color: #333;
  font-weight: 500;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  font-size: 12px;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #0d6efd;
  padding-left: 28px;
}

.dropdown-item:hover::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #0d6efd;
  border-radius: 50%;
}

.nav-link {
  font-weight: 500;
  padding: 8px 12px !important;
  font-size: 13px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #0d6efd !important;
}

.nav-link.active {
  color: #0d6efd !important;
  font-weight: 600;
}

/* Mobile dropdown tap */
.custom-dropdown.show-menu .custom-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------- */
/* ------------Banner-2------------ */
/* --------------------------------- */
.baner-2 {
  background: url(../images/banner-1.webp) no-repeat;
  background-size: cover;
  background-position: center right;
  height: 90vh;
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.baner-2 .banner-position {
  text-align: left;
  max-width: 600px;
  margin-top: 120px;
  margin-left: 60px;
}

.baner-2 .main-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  background: linear-gradient(90deg, #1d1c5a, #0d6aa8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.baner-2 .title-main-sub {
  font-size: 18px;
  margin-top: 12px;
  opacity: 0.95;
  color: #1d1c5a;
}

.start-invest {
  background-color: #0d6aa8;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  display: inline-block;
  transition: 0.3s ease;
}

.start-invest:hover {
  transform: scale(1.05);
  background-color: #0b5a90;
}

/* --------------------------------- */
/* ------------Banner-------------- */
/* ------------------------------- */
.banner {
  padding-top: 60px;
}

.banner .container-fluid {
  padding-left: 0px !important;
}

.banner h3 {
  font-size: 38px;
  font-weight: 400;
  color: #262364;
  line-height: 1.2;
}

.banner-subtitle {
  margin-top: 10px;
  font-size: 16px;
  color: #1176bb;
}

.right-side-content-banner {
  padding-left: 40px;
  max-width: 550px;
}

.banner-btn {
  font-size: 15px;
  color: #1176bb;
  font-family: inherit;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: lowercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.banner-btn:focus,
.banner-btn:hover {
  color: #1176bb;
}

.banner-btn:focus:after,
.banner-btn:hover:after {
  width: 100%;
  left: 0%;
}

.banner-btn:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #1176bb;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

/* --------------------------------------- */
/* -------------Foucs-area--------------- */
/* ------------------------------------- */

.focus-area {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.cars-focus {
  position: relative;
  background: #fff;
  padding: 22px;
  border-radius: 12px;
  min-height: 190px;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cars-focus:hover {
  transform: translateY(-6px);
  box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.15);
}

.box-1 {
  background: #262364;
}

.box-2 {
  background: #1176bb;
}

.box-3 {
  background: #2c2a77;
}

.box-4 {
  background: #0d6aa8;
}

.cars-focus h5 {
  font-weight: 600;
  font-size: 17px;
  margin: 0;
}

.cars-focus p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  opacity: 0.9;
}

.cars-focus .icon {
  position: absolute;
  right: 14px;
  bottom: 12px;
  font-size: 32px;
  opacity: 0.5;
  width: 43px;
  height: 48px;
}

/* ------------------------------------------ */
/* ------------About-company-section-------- */
/* ---------------------------------------- */

.about-tru {
  padding: 60px 0;
}

.about-tru .values,
.about-tru .vision-box,
.about-tru .mission-box {
  margin-bottom: 30px;
}

.about-tru h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.3px;

  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 50%, #1d1c5a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-tru p {
  line-height: 1.7;
  color: #555;
  font-weight: 400;
}

.values,
.vm {
  padding-left: 40px;
  padding-right: 40px;
}

.years-trust {
  padding: 0;
}

.banner-btn {
  margin-top: 10px;
  display: inline-block;
}

.shak-hand {
  position: relative;
  right: 6px;
}

.vm h5 {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 50%, #1d1c5a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* ----------------------------- */
/* -----------Footer----------- */
/* --------------------------- */

.footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.footer-links li a {
  font-size: 14px;
  text-decoration: none;
}

.footer-links li a:hover {
  color: #ffffff;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
  color: #ccc;
}

.footer-link {
  color: #ccc;
}

.policy-links a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
  font-weight: 500;
}

.policy-links a:hover {
  color: #fff;
}

.back-to-top {
  font-weight: 600;
}

.back-to-top:hover {
  color: #ffd700;
}

.footer-section .nav-social i {
  font-size: 20px;
  margin-top: 20px;
}

.footer-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-section > .col-lg-3 {
  margin-bottom: 16px;
}

/* ----------------------------------- */
/* -----------Insights---------- */
/* --------------------------------- */

.truestate-bento {
  padding-bottom: 80px;
}

.bento-heading {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: center;
  background: linear-gradient(97deg, #1d1c5a 29% 0%, #0d6aa8 50%, #1d1c5a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bento-sub {
  text-align: center;
  color: #1d1c5a;
  margin-bottom: 50px;
  font-size: 18px;
}

/* GRID: 2 COLUMNS */
.bento-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 25px;
}

/* BASE CARD */
.bento-box {
  background: #f4f7fb;
  padding: 25px;
  border-radius: 16px;
  border-left: 6px solid #0d6aa8;
  transition: 0.3s ease;
}

.bento-box:hover {
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

/* BIG LEFT CARD SPANNING 2 ROWS */
.big-left {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* TEXT */
.bento-box h3 {
  color: #1d1c5a;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.bento-box p {
  color: #333;
  line-height: 1.6;
}

/* BUTTON */
.view-more-btn {
  margin-top: 15px;
  background: #1d1c5a;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.view-more-btn:hover {
  background: #0d6aa8;
}

/* -------------------- */

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #48c859;
}

.whatsapp i {
  font-size: 30px;
}

.social-item {
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

/* ---------------------------- */
/*    services page css */
/* --------------------------- */

/* services page hero section */

.sub-page-hero {
  opacity: 2.7;
  inset: 0 0 0 0;
  background: linear-gradient(145deg, #000428, #004e92);
  padding: 100px 0 80px 0;
  position: relative;
  color: #ffffff;
}

.sub-page-hero .hero-content {
  text-align: center;
}

.breadcrumb-container {
  margin-top: 15px;
  font-size: 15px;
  opacity: 0.8;
  text-align: center;
}

.breadcrumb-link {
  color: #f1f1f1;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-link:hover {
  color: #0d6aa8;
}

.breadcrumb-separator {
  margin: 0 8px;
  color: #f1f1f1;
}

.breadcrumb-current {
  font-weight: 600;
  color: #ffffff;
}

/* Services page hero section */

.services-tru-estate {
  padding: 60px 0;
  background: #f9f9f9;
}
.service-headline-row h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
  text-align: center;
}

.service-headline-row p {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  text-align: center;
}

.service-detail-section {
  padding: 40px;
}

.service-section-merger {
  padding-top: 20px !important;
}

.service-detail-row h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
}

.service-detail-row p {
  font-size: 15.8px;
  line-height: 1.75;
  color: #444;
}

.service-list li {
  font-size: 15.8px;
  line-height: 1.75;
  color: #444;
  list-style: url(../images/company-profile/pointer.png);
  margin-left: 25px;
}

.service-text-box-left {
  padding-left: 20px;
  transition: all 0.4s ease;
  border-left: 5px solid transparent;
}

.service-detail-row .service-text-box-left:hover {
  border-left: 5px solid #0d6aa8;
  background-color: #fcfcfc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.service-text-box-right {
  padding-left: 20px;
  transition: all 0.4s ease;
  border-left: 5px solid transparent;
}

.service-detail-row .service-text-box-right:hover {
  border-right: 5px solid #0d6aa8;
  background-color: #fcfcfc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.service-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.service-list i {
  font-size: 20px;
  margin-right: 12px;
  min-width: 25px;
  text-align: center;
}

.cta-section {
  padding: 60px 0;
  background-color: #0d6aa8;
  color: #ffffff;
}

.cta-title {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.cta-text {
  font-size: 18px;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.cta-button {
  font-size: 16px;
  padding: 12px 28px;
  font-weight: 600;
  background-color: #ffffff;
  color: #0d6aa8;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #1d1c5a;
  color: #ffffff;
  border-color: #1d1c5a;
}

/* service page ending */

/* css for who we are section  */

.company-profile {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}

.company-profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
}

.company-profile-text {
  font-size: 15.8px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 20px;
}

/* ------------------- */

/* --------our focus----- */

/* .our-focus {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
} */

/* .our-focus-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
}
 */

.focus-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.focus-card i {
  font-size: 30px;
  color: #0d6aa8;
  margin-bottom: 12px;
  transition: 0.3s;
}

.focus-card:hover i {
  color: #1d1c5a;
  text-shadow: 0 0 15px rgba(13, 106, 168, 0.4);
}

.focus-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.focus-card p {
  font-size: 15.8px;
  line-height: 1.75;
  color: #444;
}

/* ------------- */

/* SECTION */
.vission-mission {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}

.vision .vision-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
  padding: 26px 0 0 10px;
}

.vision-colum {
  background-color: #0d6aa8;
  padding: 30px;
}

.vision-title img {
  width: 70px;
  margin: 10px 0 0 10px;
}

.vision-content {
  font-size: 15.8px;
  line-height: 1.75;
  color: #ffffff;
  padding: 20px;
}

/* mission */

.mission .mission-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
  padding: 26px 0 0 10px;
}

.mission-colum {
  background-color: #1d1c5a;
  padding: 30px;
}

.mission-title img {
  width: 70px;
  margin: 10px 0 0 10px;
}

.mission-content {
  font-size: 15.8px;
  line-height: 1.75;
  color: #ffffff;
  padding: 20px;
}

/* --------------------------------- */
/* -------------core values section */
/* ------------------------------- */

.core-values {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}

.core-values .container-fluid {
  padding: 0px;
}

.corevalues-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
}

.core-values-abstract {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 15.8px;
  line-height: 1.75;
  color: #444;
}

.values-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 60px;
}

.value-box {
  padding: 50px 28px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease;
}

.values-box p {
  font-size: 15.8px;
  line-height: 1.75;
}

.value-box:hover {
  transform: translateY(-8px);
}

/* ICON */
.value-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.value-box:hover .value-icon {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15),
    0 0 22px rgba(255, 255, 255, 0.35);
  transform: scale(1.08);
}

/* icon pulse on scroll */

@keyframes pulseOnce {
  0% {
    transform: scale(0.85);
    opacity: 0;
  }

  60% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
  }
}

/* Trigger pulse when AOS activates */
[data-aos].aos-animate .value-icon {
  animation: pulseOnce 0.6s ease-out;
}

.value-icon i {
  font-size: 38px;
  color: #fff;
}

/* TEXT */
.value-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

.value-box p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.95;
}

/* COLOR VARIANTS for corevalue  */
.bg-1 {
  background: linear-gradient(180deg, #1d1c5a, #2c2a77);
}

.bg-2 {
  background: linear-gradient(180deg, #0d6aa8, #1176bb);
}

.bg-3 {
  background: linear-gradient(180deg, #1f3c88, #274b9f);
}

.bg-4 {
  background: linear-gradient(180deg, #0b4f6c, #0d6aa8);
}

.bg-5 {
  background: linear-gradient(180deg, #23395d, #2f4f7f);
}

/* --------------------------- */
/* ------why truestate --------*/
/* --------------------------- */

.why-truestate {
  padding-top: 80px;
  padding-bottom: 0px;
  background: #ffffff;
}

.why-truestate-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
}

.why-truestate-slogan {
  font-size: 30px;
  line-height: 1.75;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.why-points-row {
  padding: 25px 0 30px 0;
}

.why-points-row li {
  padding: 10px;
  font-size: 15.8px;
  line-height: 1.75;
  color: #444;
  list-style: url(../images/company-profile/pointer.png);
}

/* ---------contact page---------- */

.contact-hero {
  padding: 120px 0 90px;
  background: linear-gradient(135deg, #000428, #004e92);
  color: #fff;
}

.contact-hero h1 {
  font-size: 42px;
  font-weight: 600;
}

.contact-hero p {
  max-width: 700px;
  margin: 15px auto 0;
  color: rgba(255, 255, 255, 0.85);
}

.contact-info-section {
  background: #f4f8fd;
  padding: 70px 0;
}

.info-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  text-align: center;
  height: 100%;
  transition: 0.3s ease;
}

.info-card i {
  font-size: 26px;
  color: #0d6aa8;
  margin-bottom: 14px;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.contact-form-section {
  padding: 90px 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.contact-form button {
  background: #0d6aa8;
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  border: none;
  font-weight: 500;
}

.map-box iframe {
  width: 90%;
  height: 420px;
  border-radius: 16px;
  border: 0;
}

.contact-cta {
  padding: 60px 0;
  background-color: #0d6aa8;
  color: #fff;
}

.contact-btn h2 {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.contact-cta p {
  font-size: 18px;
  opacity: 0.9;
}

.contact-cta .cta-btn {
  display: inline-block;
  margin-top: 20px;
  background: #fff;
  color: #0d6aa8;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
}

.contact-cta .cta-btn:hover {
  background-color: #1d1c5a;
  color: #ffffff;
  border-color: #1d1c5a;
}

/* ----------------- */

/* -----oppurtunities (residencial) */

.residential-hero {
  padding: 130px 0 90px;
  background: linear-gradient(135deg, #000428, #004e92);
  color: #fff;
}

.residential-hero h1 {
  font-size: 42px;
  font-weight: 600;
  margin-top: 15px;
}

.residential-hero p {
  max-width: 750px;
  margin: 15px auto 0;
  color: rgba(255, 255, 255, 0.85);
}

.breadcrumb-container {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-container a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-container span {
  margin: 0 4px;
}

.breadcrumb-container .active {
  font-weight: 600;
}

/* residential cards section */

.residential-properties {
  padding: 60px 0;
  background: #f4f8fd;
}

.property-card {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.property-card:hover {
  transform: translateY(-8px);
}

.property-img {
  position: relative;
}

.property-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.property-img .tag {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #0d6aa8;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 6px;
}

.property-card .property-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.property-img .ready {
  background: #1d1c5a;
}

.property-content {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.property-content h4 {
  font-size: 20px;
  font-weight: 600;
}

.location {
  color: #777;
  font-size: 14px;
  margin-bottom: 18px;
}

.property-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.property-info span {
  font-size: 13px;
  color: #777;
}

.property-info strong {
  display: block;
  color: #1d1c5a;
}

.property-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

/* 
.property-actions a {
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}

.property-actions a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0d6aa8, #1d1c5a);
  transition: left 0.4s ease;
  z-index: 0;
}


.property-actions a:hover::before {
  left: 0;
}

.property-actions a:hover {
  color: #fff;
}


.property-actions a {
  z-index: 1;
}

.property-actions a span {
  position: relative;
  z-index: 2;
}
 */
.btn-insights {
  color: #0d6aa8;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  background: transparent;
}

.btn-insights:hover {
}

.residential-why {
  padding: 80px 0;
}

.residential-why h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
}

.why-box {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.why-box i {
  font-size: 30px;
  color: #0d6aa8;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.why-box h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.why-box p {
  font-size: 15.8px;
  line-height: 1.75;
  color: #444;
}

.why-box:hover i {
  color: #1d1c5a;
  text-shadow: 0 0 10px rgba(13, 106, 168, 0.5),
    0 0 20px rgba(13, 106, 168, 0.4);
  transform: scale(1.1);
}

.residential-cta {
  padding: 60px 0;
  background-color: #0d6aa8;
  color: #fff;
}

.residential-cta .cta-btn {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #0d6aa8;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  display: inline-block;
}

.residential-cta h2 {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.residential-cta p {
  font-size: 18px;
  opacity: 0.9;
}

.residential-cta .cta-btn:hover {
  background-color: #1d1c5a;
  /* Dark blue on hover */
  color: #ffffff;
  border-color: #1d1c5a;
}

/* ----------------------- */

/* -------investor relation------- */

.investor-hero {
  padding: 130px 0 90px;
  background: linear-gradient(135deg, #000428, #004e92);
  color: #fff;
}

.investor-hero h1 {
  font-size: 42px;
  font-weight: 600;
}

.investor-hero p {
  max-width: 750px;
  margin: 15px auto 0;
  color: rgba(255, 255, 255, 0.85);
}

.investor-intro {
  padding: 60px 0;
}

.investor-intro h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
}

.investor-intro p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

.investor-image img {
  width: 100%;
  border-radius: 16px;
}

.investor-platform {
  background: #f4f8fd;
  padding: 70px 0;
}

.investor-platform h3 {
  color: #1d1c5a;
}

.investor-platform i {
  font-size: 36px;
  color: #0d6aa8;
  margin-bottom: 15px;
}

.investor-commitment {
  padding: 60px 0;
}

.investor-commit-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
}

.commitment-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.commitment-card i {
  font-size: 30px;
  color: #0d6aa8;
  margin-bottom: 12px;
  transition: 0.3s;
}

.commitment-card:hover i {
  color: #1d1c5a;
  text-shadow: 0 0 15px rgba(13, 106, 168, 0.4);
}

.commitment-card h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.investor-trust {
  background: linear-gradient(135deg, #0d6aa8, #1d1c5a);
  color: #fff;
  padding: 60px 0;
}

.investor-cta {
  padding: 60px 0;
  background: #f4f8fd;
}

.investor-cta h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1d1c5a;
  margin-bottom: 15px;
}

.investor-cta p {
  font-size: 18px;
  opacity: 0.9;
}

.investor-cta .cta-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 12px 28px;
  border-radius: 10px;
  background: #0d6aa8;
  color: #fff;
  transition: all 0.3s ease;
}

.investor-cta .cta-btn:hover {
  background-color: #1d1c5a;
  color: #ffffff;
  border-color: #1d1c5a;
}

/* ---------------------- */

/* insights and opinion */

.hero {
  padding: 130px 0 90px;
  background: linear-gradient(135deg, #000428, #004e92);
  color: #fff;
}

.hero h1 {
  font-size: 42px;
  font-weight: 600;
  margin-top: 10px;
}

.hero p {
  max-width: 720px;
  margin: 15px auto 0;
  opacity: 0.85;
}

.insights-intro {
  padding: 70px 0;
}

.insights-intro h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
}

.insights-intro p {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
}

/* insights cards */
.insights-cards-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
}

.insights-cards {
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}

.insights-card {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.insights-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.insights-cards:hover .insights-card-image {
  transform: scale(1.15);
  filter: brightness(70%);
}

.insights-cards-text {
  background-color: #f1f1f1;
  padding: 15px 15px 25px;
  height: 250px;
}

.insights-cards-text h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.insights-cards-text p {
  font-size: 15.8px;
  line-height: 1.75;
  color: #444;
}

.insights-btn {
  border-radius: 0px;
  background-color: #1d1c5a;
  color: #ffffff;
  padding: 10px 10px;
  margin-top: 10px;
}

.insights-btn:hover {
  background-color: #0d6aa8;
}

.insights-cta {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #0d6aa8;
  color: #ffffff;
}

.insights-cta .cta-btn {
  display: inline-block;
  margin-top: 20px;
  background: #fff;
  color: #0d6aa8;
  padding: 14px 34px;
  border-radius: 30px;
  font-weight: 600;
}

.insights-cta .cta-btn:hover {
  background-color: #1d1c5a;
  color: #ffffff;
  border-color: #1d1c5a;
}

.blogs-banner {
  background-color: #fbf5f56e;
  margin: 60px 0 60px 0;
}

/* -------------------- */

/* founder massage page */

.leadership-hero {
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #000428, #004e92);
  color: #fff;
}

.leadership-hero .mini-title {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.leader-name {
  font-size: 56px;
  font-weight: 700;
  margin-top: 10px;
}

.leader-role {
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.85);
}

.leader-img {
  width: 100%;
  max-width: 460px;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.founder-hero-split {
  width: 100%;
}

.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.founder-text {
  padding: 80px 70px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0d6aa8;
}

.quote-mark {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1;
}

.founder-text h2 {
  font-size: 38px;
  font-weight: 600;
  margin: 15px 0 20px;
}

.founder-text p {
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 15px;
}

.founder-name {
  margin-top: 25px;
}

.founder-name strong {
  font-size: 16px;
}

.founder-name span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.founder-image-wrap {
  position: relative;
  overflow: hidden;
}

.founder-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* GLASS CARD */
/* .founder-glass {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(12px);
  padding: 20px 26px;
  border-radius: 14px;
  color: #fff;
}

.founder-glass h4 {
  margin: 0;
  font-size: 18px;
}

.founder-glass span {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
} */

/* -----responsive------- */

@media (max-width: 991px) {
  .founder-grid {
    grid-template-columns: 1fr;
  }

  .founder-text {
    padding: 60px 30px;
    text-align: center;
  }

  .founder-image-wrap {
    height: 420px;
  }

  .founder-glass {
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
  }
}

/* TEAM SECTION */

.team-section {
  padding: 90px 0;
  background: #f4f8fd;
}

.team-section .section-header h2 {
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.team-section .section-header p {
  margin-top: 10px;
  color: #555;
}

/* Team Card */

.team-card {
  background: #fff;
  padding: 25px 20px 30px;
  border-radius: 14px;
  text-align: center;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.team-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 18px;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}

.team-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.team-card span {
  font-size: 13px;
  color: #0d6aa8;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.team-card p {
  font-size: 14px;
  color: #666;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.team-card:hover img {
  filter: grayscale(0%);
}

/* responsive */

@media (max-width: 767px) {
  .team-card img {
    height: 220px;
  }
}

/* LEADERSHIP PROFILE */

.leadership-profile {
  padding: 100px 0;
  background: #ffffff;
}

.section-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0d6aa8;
  font-weight: 600;
  margin-bottom: 10px;
}

.leadership-profile h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
}

.designation {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  margin-bottom: 22px;
}

.leadership-profile p {
  font-size: 15.8px;
  line-height: 1.75;
  color: #444;
}

/* Highlights */

.leadership-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
}

.highlight i {
  color: #0d6aa8;
  font-size: 16px;
}

.leader-image-box {
  position: relative;
  overflow: hidden;
}

.leader-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .leadership-highlights {
    grid-template-columns: 1fr;
  }
}

.team-title {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(135deg, #1d1c5a 0%, #0d6aa8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: none;
}

.team-card img {
  width: 150px;
  height: 150px;
}

/* ---------------------------------------- */
/* --------------Modal-------------------- */
/* -------------------------------------- */

.enquiry-btn {
  background-color: var(--primary);
  border: none;
  padding: 10px 22px;
  font-weight: 500;
}

.enquiry-btn:hover {
  background-color: #0b5c92;
}

.enquiry-modal {
  border-radius: 8px;
  border: none;
}

.enquiry-modal .modal-header {
  border-bottom: 1px solid #eee;
}

.enquiry-modal .modal-title {
  color: var(--primary);
  font-weight: 600;
}

.enquiry-modal .form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.enquiry-modal .form-control {
  border-radius: 6px;
  font-size: 14px;
  padding: 10px;
}

.enquiry-modal .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.15rem rgba(13, 106, 168, 0.25);
}

.enquiry-submit {
  background-color: #0b5c92;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  border-radius: 6px;
  border: none;
}

.enquiry-submit:hover {
  background-color: #0b5c92;
}
