/* Base styles */
:root {
  --navy: #03356B;
  --accent: #ff8a00;
  --muted: #6c7785;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

* {
  box-sizing: border-box
}

body {
  font-family: 'Poppins', system-ui, Arial, Helvetica, sans-serif;
  color: #1a2b3b;
  overflow-x: hidden !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); 
}

/* Optional: smooth transition for shadow appearance */
.site-header.sticky {
  transition: all 0.3s ease;
}

.site-header .navbar-brand .brand-text {
  font-weight: 700;
  color: var(--navy);
  font-size: 1.05rem
}

.navbar {
  padding: 0.6rem 0
}

.navbar-toggler{
  border: none;
  padding: 8px;
  padding-right: 0px;
}
.navbar-toggler:focus{
  border: none;
  box-shadow: none;
}
.bundle-icon-mb{
  display: none;
}

.dropdown-menu{
  margin: 0;
  padding: 0;
}
.dropdown-item{
  /* margin-bottom: 4px; */
    border-bottom: 1px solid #ccc;
    padding: 8px 20px 8px ;
}
.dropdown-item:hover{
  background-color: var(--accent);
  color: #fff;
}
.dropdown-item li:last-child{
  border: none;
}
/* Hero */
.hero-section {
   min-height: 630px;
  position: relative;
}
.hero-section.sign-In{
  min-height: 621px;
}
.hero-section.listing{
  min-height: max-content;
}
.hero-section.commercial{
  min-height: max-content;
}
.hero-section.provider{
  min-height: max-content;
}
/* Ellipse overlay */
.hero-ellipse {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 942px;
  height: 380px;
  background: #03356B;
  opacity: 0.67;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  mix-blend-mode: multiply;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: 
        radial-gradient(circle, rgb(4 32 63) 0%, rgba(3, 53, 107, 0) 70%),
        url('../assets/img/banner-adobestock.png') center/cover no-repeat;
  background-color: #03356B;
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) saturate(0.9);
   top: 0; left: 0;
  width: 100%;
  height: 100%; 
}
.hero-bg-signIn {
  position: absolute;
  inset: 0;
  background: 
        radial-gradient(circle, rgb(4 32 63) 0%, rgba(3, 53, 107, 0) 70%),
        url('../assets/img/modern-office-space-with-desks-desktops-with-modern-computers-created-with-generative-ai-technology\ 1.png') center/cover no-repeat;
  /* background-image: linear-gradient(rgba(6, 18, 35, 0.55), rgba(6, 18, 35, 0.55)), url('../assets/img/banner_adobestock.png'); */
  background-color: #03356B;
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) saturate(0.9);
   top: 0; left: 0;
  width: 100%;
  height: 100%;
}
.sign-in-content{
  display: flex;
  align-items: center;
}
.sign-in-content .button{
  display: flex;
  gap: 12px;
}

.hero-content {
  position: relative;
  /* padding-top: 70px; */
  padding-top: 145px;
  padding-bottom: 80px
}

.hero-content h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}

.sub-title {
  font-size: 20px;
  font-weight: 600;
}
#search-section-header .sub-title {
  padding: 0 60px;
}
.sub-title.custom{
  font-weight: 300;
}

/* Base style (neutral) */
.hero-buttons .btn {
  position: relative;
  border-radius: 0;
  padding: 12px 24px;
  min-width: 235px;
  height: auto;
  /* margin: 0 6px; */
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Pipe separator between buttons */
.hero-buttons .btn-hero-2:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 70%;
  transform: translateY(-50%);
  width: 3px;
  height: 40%;
  background-color: rgba(255, 255, 255, 0.6);
  /* white divider */
}

/* Orange arrow under active button */
.btn-hero.active::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid var(--accent, #f7941d);
}

/* Default (blue) */
.btn-hero-2 {
  background: transparent;
  border-bottom: 4px solid #ffffff77;
  color: #fff;
  margin: 0;
}

.btn-hero-2:hover {
  background: #02294f;
  border-bottom: 4px solid #ffffff77;
}
.btn-hero-m {
  background: transparent;
  border-bottom: 4px solid #ffffff77;
  color: #02294f;
  margin: 0;
}

.btn-hero-m:hover {
  background: #fff;
  border-bottom: 4px solid #ffffff77;
}
.btn-hero-modal {
  background: transparent;
  border-bottom: 4px solid #ffffff77;
  color: #000;
  margin: 0;
}

.btn-hero-modal:hover {
  background: #02294f;
  border-bottom: 4px solid #ffffff77;
}

/* Active (orange + arrow) */
.btn-hero.active {
  /* background: var(--accent, #f7941d); */
  border-bottom: 4px solid var(--accent) !important;
  border-radius: 0;
  color: #fff;
  border-color: transparent;
}
.btn-hero-m.active {
  /* background: var(--accent, #f7941d); */
  border-bottom: 4px solid var(--accent) !important;
  border-radius: 0;
  color: var(--accent);
  border-color: transparent;
}

.btn-outline-light {
  color: #707070;
  font-size: 16px;
  border: 1px solid #707070;
  min-width: 170px;
  padding: 10px;
}

.btn-outline-light:hover {
  background-color: var(--accent) ;
  color: #fff ;
  font-weight: 600;
  /* border-bottom: 4px solid var(--accent); */
}

.btn-outline-light.active {
  color: #fff;
  background-color: var(--accent);
  font-weight: 700;
}

.search-card {
  max-width: 940px;
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  /* margin-top: 20px; */
  box-shadow: 0 8px 30px rgba(29, 39, 54, 0.12);

}

.search-box{
  display: none;
}
.select-city-div{
  align-items: center;
}
#virtual-button .select-city-div{
  margin-top: 0;
}

/* form select */
.form-select-sm {
  font-size: 15px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  color: #707070;
}

/* input with search icon */
.search-icon {
  width: 18px;
  height: 18px;
}

.form-control-sm {
  font-size: 15px;
  padding: 8px 10px;
  border: 1px solid transparent !important;
  border-radius: 6px;
}

.search-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

/* button */
.btn-primary-cust {
  border: 1px solid #03356B;
  color: #fff;
  min-width: 192px;
  border-radius: 10px;
  padding: 10px;
  background-color: #03356B;
}

.btn-primary-cust:hover {
  background: #fff;
  color: #03356B;
  font-weight: 700;
  border-color: #03356B;
}


.btn-primary-cust.btn-sm{
  border: 1px solid #03356B;
  color: #fff;
  min-width: 160px;
  border-radius: 10px;
  padding: 10px;
  background-color: #03356B;
}
.btn-primary-cust.btn-sm:hover {
  background: #fff;
  color: #03356B;
  font-weight: 700;
  border-color: #03356B;
}

.btn-primary-cust-card {
  border: 1px solid #03356B;
  color: #fff;
  min-width: 130px;
  border-radius: 10px;
  font-size: 14px;
  /* padding: 10px; */
  background-color: #03356B;
}

.btn-primary-cust-card:hover {
  color: #03356B;
  border: 1px solid #03356B;
  background-color: #fff;
  font-weight: 600;
}
.btn-primary-consult-card.active {
  border: 1px solid #03356B;
  color: #fff;
  min-width: 130px;
  border-radius: 6px;
  font-size: 14px;
  /* padding: 10px; */
  background-color: #03356B;
}
.btn-primary-consult-card.active:hover{
  border: 1px solid #03356B;
  color: #03356B;
  background-color: #fff;
}
.btn-primary-consult-card {
  border: 1px solid #03356B;
  color: #03356B;
  min-width: 130px;
  border-radius: 6px;
  font-size: 14px;
  /* padding: 10px; */
  background-color: transparent;
}
.btn-primary-consult-card:hover{
  border: 1px solid #1f4f82;
  color: #fff;
  background-color: #03356B;
}
.btn-outline-primary {
  border: 1px solid #03356B;
  color: #03356B;
  min-width: 192px;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px;
}

.btn-outline-primary:hover {
  background: #03356B;
  color: #fff;
}

.search-card .btn-outline-light {
  border-radius: 999px
}

.popular-spaces .btn-outline-light {
  border-radius: 999px
}

.popular-spaces .spaces-opt {
  display: flex;
  flex-wrap: wrap;
}

/* base reset for arrow buttons */
.arrow-class {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-end;
}

.arrow-class .btn {
  border: none !important;
  background: transparent;
  padding: 6px;
  box-shadow: none !important;
  outline: none !important;
}

.arrow-class .btn img {
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
}

.arrow-class .btn:focus {
  outline: none;
  box-shadow: none;
}

.arrow-class .btn:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.arrow-class .btn:focus-visible {
  outline: 3px solid rgba(3, 53, 107, 0.12);
  border-radius: 6px;
  box-shadow: none;
}

.support-icon {
  position: absolute;
  right: 25px;
  /* adjust spacing from right */
  bottom: 10px;
  /* adjust spacing from bottom */
  border-radius: 50%;
  padding: 12px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.support-icon img {
  width: 50px;
  /* icon size */
  height: 50px;
}

.support-icon:hover {
  transform: scale(1.1);
}

/* Section titles */
.section-title {
  font-size: 40px;
  font-weight: 600;
  color: var(--navy);
}

.sub-title2 {
  font-size: 35px;
  font-weight: 600;
  color: var(--navy);
}

/* Cards */
.space-card {
  border-radius: 12px;
  overflow: hidden;
  background-color: #EDF1F5;
  border: 0;
  min-width: 320px;
  margin-bottom: 24px;
}

.space-card img {
  height: 160px;
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.3s;
}

.space-card:hover img {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.cards-wrapper {
  position: relative;
  overflow: hidden;
}

.cards-container {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Firefox */
}

.cards-container::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.cards-container .card {
  flex: 0 0 260px;
  /* fixed card width */
  border-radius: 12px;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #03356B;
  text-align: center;
}

.card-body p {
  font-size: 14px;
  color: #363739;
  text-align: center;
}

.details .sub-heading{
  text-align: start;
}

.card-divider {
  border: 0;
  height: 1px;
  background-color: #fff;
  /* your color */
  opacity: 1;
  /* optional: softer look */
  margin: 12px 0 0;
  /* spacing */
}

.card-divider2 {
  border: 0;
  height: 1px;
  background-color: #707070;
  /* your color */
  /* opacity: 1; optional: softer look */
  margin: 12px 0 0;
  /* spacing */
}

.price span {
  font-size: 16px;
  font-weight: 700;
  color: #363739;
}

/* new css */
/* Photo Gallery */
.photo-gallery {
  /* max-width: 1200px; */
  margin-bottom: 40px;
  /* padding: 0 15px; */
}

.photo-gallery.mobile-view{
  display: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 15px;
  align-items: stretch;
  margin: 15px 0px
}

.gallery-grid-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
  align-items: stretch;
  margin-bottom: 20px;
}

.gallery-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  align-items: stretch;
  margin-bottom: 20px;
}

.gallery-grid-4 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  align-items: stretch;
  margin-bottom: 20px;
}

.gallery-column-cust {
  max-height: 240px;
}

.gallery-column-cust img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin-bottom: 15px;
}

/* Middle Column with 2 Stacked Images */
.gallery-column.double {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.gallery-column.double img {
  flex: 1;
  /* Split height equally */
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.gallery-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin-bottom: 15px;
}

.gallery-column img:last-child {
  margin-bottom: 0;
}

/* View All Button */
.btn-wrapper {
  text-align: right;
  margin-top: 10px;
}

.btn-view {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333;
  font-weight: 400;
  transition: all 0.3s ease;
}

.btn-view:hover {
  background: #f7941d;
  color: #fff;
}

/* Wrap image to allow absolute positioning */
.img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* Overlay Button */
.img-wrapper .btn-view {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 8px 20px;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.img-wrapper .btn-view:hover {
  background: #f7941d;
  color: #fff;
}

/* Responsive: Tablet */
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .hero-ellipse{
    display: none;
  }
}

/* Responsive: Mobile */
@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .btn-wrapper {
    text-align: center;
    margin-top: 15px;
  }

  .hero-ellipse{
    display: none;
  }
  .photo-gallery{
    display: none;
    margin: 0px !important;
  }
  .photo-gallery.mobile-view{
    display: block;
  }
  .photo-gallery.mobile-view .carousel-img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 14px;
    
  }
}

.solutions-section {
  background: #fff;
  padding: 78px 0 62px 0;
}

.solutions-section .content {
  margin: 0 auto;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.solutions-section .content .section-title {
  font-size: 35px;
  font-weight: 600;
}

.solutions-section .content .section-title p {
  font-size: 18px;
  color: #363739;
  font-weight: 400;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  gap: 20px;
}

.solution-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 140px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 0.3s;
  padding: 14px;
}
.solution-card .next-btn{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  z-index: 3;
  margin-top: auto;
}
.solution-card:hover .next-btn {
  opacity: 1;
  visibility: visible;
}

.solution-card:hover {
  transform: translateY(-5px);
}

.solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, rgb(3 53 107) 100%);
}

.solution-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; 
}

.solution-content {
  position: relative;
  z-index: 2;
  /* padding: 15px; */
  text-align: left;
}

.solution-content h5 {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

.solution-content span {
  font-weight: 400;
  color: #fff;
  display: block;
  /* text-align: end; */
}

.Space-details h5 {
  font-size: 20px;
  color: #03356B;
  font-weight: 700;
  margin-bottom: 0;
}

.property-card .img-div {
  overflow: hidden;  
  /* width: auto; */
}

.property-card .img-div img {
  min-height: 180px;
  max-width: auto;
  object-fit: cover;
  transition: transform 0.3s;
}

.property-card:hover .img-div img {
  transform: scale(1.1);
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25); */
}

.property-card-2 .img-div {
  overflow: hidden;  
}

.property-card-2 .img-div img {
    min-height: 190px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: tranform 0.4s;
    aspect-ratio: 16 / 9;
}

.property-card-2:hover .img-div img {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.property-card .property-prices {
  border-radius: 14px;
  padding: 18px 0;
}

.property-card-2 .property-prices {
  flex-direction: column;
  background-color: #EDF1F5;
  border-radius: 14px;
  padding: 18px;
  width: 90%;
  margin-top: 20px;
}

.property-card .proprty-details p {
  text-align: start;
}

.property-card-2 .proprty-details p {
  text-align: start;
}

.property-card-2 .property-prices .old-price {
  color: #6c757d;
  /* muted gray text */
  font-size: 14px;
  text-decoration: line-through;
  text-decoration-color: #FF0004;
  /* red strike-through line */
}

.property-card-2 .property-prices .sale-label {
  text-align: start;
  color: #FF0004;
  font-weight: 700;
  font-size: 14px;
}

.condition-label {
  font-weight: 400;
  color: #363739;
  font-size: 14px;
}

/* General Details */
/* General section */
.general-details {
  margin-top: 30px;
}

.general-details .section-title {
  font-weight: 600;
  color: var(--navy);
  /* blue tone */
  margin-bottom: 16px;
}

.details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.details-list li {
  font-size: 14px;
  margin-bottom: 12px;
  color: #363739;
}

.details-list li span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #363739;
}

.details-list li a {
  font-size: 16px;
  font-weight: 600;
  color: #363739;
}

/* Card wrapper */
.image-card {
  width: auto;
  height: 255px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: auto;
}

/* Image container */
.detail-image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Image itself */
.detail-image img {
  width: 100%;
  height: 100%;
  object-fit: none;
  /* keeps proportions, fills area */
  display: block;
  border-radius: 16px;
}

/* Overlay for hover effect */
.overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.detail-image:hover .overlay {
  opacity: 1;
}

/* Button */
.btn-view {
  background: #0a2a66;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

/* CoFynd */
/* Card Container */
.why-choose-us-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FAF9F7 url('/assets/img/DeWatermark.ai_1752254986778.png') no-repeat right bottom;
  background-size: contain;
  border-radius: 16px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 40px;
  max-width: 100%;
  margin: 40px auto;
}
.virtual-ofc-details-card{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 16px;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.25);
  padding: 40px;
  max-width: 100%;
  margin-bottom: 30px;
}
.image-section{
  display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.image-section .img-title{
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #03356B;
}
.image-section .img-title p{
  margin-top: 10px;
}
.arrow-img-cls{
  margin-bottom: 85px;
}
.why-choose-us-card-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  padding: 40px;
  max-width: 100%;
  margin: 40px auto;
}

/* Left text section */
.why-choose-us-content {
  max-width: 62%;
}
.virtual-ofc-content{
  width: 100%;
}
.virtual-ofc-content .details-line {
  flex: 1;
  height: 1px;
  background-color: #707070;
  /* light grey line */
  opacity: 30%;
}
.virtual-ofc-content .details-header {
  display: flex;
  align-items: center;
  gap: 25px;
}

.virtual-ofc-content .details-title {
  font-size: 20px;
  font-weight: 600;
  color: #03356B;
  /* white-space: nowrap; */
  margin: 0;
}

.price-row {
    display: flex;
    flex-wrap: nowrap !important; /* prevent wrapping */
    align-items: center;
    justify-content: space-between;
}
.why-choose-us-card-2 .why-choose-us-content-2 {
  width: 100%;
}
.price-month{
  border-right: 1px solid #707070;
 font-size: 15px;
  margin-right: -24px;
}
.price-year{
   font-size: 15px;
}
/* Title */
.why-choose-us-content .why-choose-us-title {
  font-size: 20px;
  font-weight: 700;
  color: #03356b;
  margin-bottom: 20px;
}

.why-choose-us-content-2 .why-choose-us-title {
  font-size: 35px;
  font-weight: 600;
  color: #03356b;
  margin-bottom: 40px;
}
.kyc-subtitle{
  font-size: 16px;
  font-weight: 700;
}
.proprty-details ol{
  margin-top: 10px;
  padding-left: 16px;
}
.proprty-details ol li{
  font-size: 16px;
}
/* Feature row */
.feature {
  display: flex;
  /* align-items: center; */
  margin-bottom: 12px;
}
 
.feature-2 {
  display: flex;
  align-items: start;
  margin-bottom: 12px;
  gap: 20px;
}

.feature-2 .feature-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #03356B;
}

.feature-2 .feature-content p {
  font-size: 18px;
  font-weight: 400;
  color: #363739;
}

.feature img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.feature p {
  margin: 0;
  font-size: 14px;
  color: #363739;
  font-weight: 400;
}

.why-choose-us-card-2 .why-choose-us-content-2 img {
  width: 33px;
  height: 33px;
  margin-right: 0;
}

.why-choose-us-card-2 .why-choose-us-content-2 .icon-div {
  border-radius: 50px;
  border: 1px solid orange;
  padding: 10px;
}

/* Excella Section */
.details-card {
 /* margin-top: 9px;
    padding: 9px 0px; */
    padding-bottom: 24px;
}

.details-card .details-header {
  display: flex;
  align-items: center;
  gap: 25px;
}

.details-card .details-title {
  font-size: 20px;
  font-weight: 700;
  color: #03356B;
  /* white-space: nowrap; */
  margin: 0;
}

.details-card .details-line {
  flex: 1;
  height: 1px;
  background-color: #707070;
  /* light grey line */
  opacity: 30%;
}

.details-card .details-desc {
  font-size: 16px;
  color: #363739;
  line-height: 1.6;
  margin-top: 12px;
}


.people-img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  margin-top: -140px;
}

/* why choose */
.why-choose {
  background-color: #252525;
  /* position: absolute; */
  inset: 0;
  background-image: linear-gradient(rgba(17, 7, 2, 0.71), rgba(5, 14, 28, 0.605)), url(../assets/img/office-Image9.png);
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) saturate(0.9);
  padding: 82px 0px 51px 0px;
}

.why-choose-design{
  background-color: #252525;
  /* position: absolute; */
  inset: 0;
  background-image: linear-gradient(rgba(17, 7, 2, 0.71), rgba(5, 14, 28, 0.605)), url(../assets/img/office-Image2.png);
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) saturate(0.9);
  padding: 90px 0px;
  margin-bottom: 20px;
}

.why-choose-2 .img-div {
  width: 100%;
  height: 450px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-2 .img-div img {
  max-width: 95%;
  height: auto;
  border-radius: 50%;
  object-fit: contain;
  box-shadow: #F6931C 10.4px 5.4px 1.2px;
  border-radius: 999px;
}

.why-choose h3, .why-choose-design h3 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 18px;
}

.why-choose .WchPTxt, .why-choose-design .WchPTxt{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  max-width: 85%;
}

.why-choose .Wch-title, .why-choose-design .Wch-title{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.why-choose .WchSub-title, .why-choose-design .WchSub-title{
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

/* .view-amenities{
  display: none;
} */

/* brands */
.brands{
  padding: 51px 0px 80px 0px;
}
.brands h5 {
  font-size: 35px;
  color: #03356B;
  font-weight: 600;
}

.brands p {
  font-size: 18px;
  color: #707070;
  font-weight: 400;
}

.brand-track .brand-logo {
  min-width: 190px;
  padding: 10px 10px;
  text-align: center;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #03356B;
  height: 80px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-track .brand-logo img {
  max-height: 40px;
  max-width: 100%;
  object-fit: contain;
}

.brand-row {
  /* overflow: hidden; */
  white-space: nowrap;
  position: relative;
}

.brand-track {
  display: inline-flex;
  gap: 30px;
  animation: scroll-left 60s linear infinite !important;
}

.brand-row.scroll-right .brand-track {
  animation: scroll-right 12s linear infinite;
}

.trusted-brands {
  overflow: hidden;
}

/* Animations */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

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

/* stats */
.stats-section {
  background: #03356b url("/assets/img/world_image.png") no-repeat right center;
  background-size: contain;
  /* keep world map proportional */
  padding: 80px 0;
}

.stats-section h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}

.stats-section .counter {
  color: var(--accent);
  font-size: 35px;
  font-weight: 600;
}

.stats-section p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.stats-section .content {
  max-width: 50%;
  /* keeps text on left side */
}

.stats-section .worldimg-mobile{
  display: none;
}

.stats-list h4 {
  font-size: 28px;
  /* text-align: center; */
  margin-bottom: 0;
}

/* FAQ */
/* FAQ Section */
.FAQ-cust .accordion{
  width: 580px;
}

.accordion-button {
  background: #EDF1F5;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  box-shadow: none !important;
  border: none;
  border-radius: 6px;
  margin-bottom: 20px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: #EDF1F5;
  color: #707070;
  margin-bottom: 0;
}

.accordion-item {
  border: none;
}

.accordion-body {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  margin-top: -8px;
  padding: 20px;
  font-size: 16px;
  color: #707070;
  margin-bottom: 10px;
}

/*  */
.consultant-card {
  background-color: #EDF1F5;
  border-radius: 20px;
  border: none;
  overflow: hidden;
  padding: 14px;
}
.consultant-card .card-body .card-title{
  text-align: start;
}
.consultant-card .card-body .proprty-details p{
  text-align: start;
}
.consultant-card .card-body .proprty-details .sub-heading{
  font-size: 16px;
  color: #363739;
}
.consultant-card .card-body .proprty-details .label{
  font-size: 14px;
  color: #363739;
}
.consultant-card .card-body .proprty-details .customDatePicker{
  padding: 8px;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  color: #707070;
  width: 35%;
}
.consultant-card .card-body .proprty-details .customFormSelect{
  padding: 8px;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  color: #707070;
  width: 35%;
}
.consultant-card .property-prices{
      flex-direction: column;
    background-color: #fff;
    border-radius: 14px;
    padding: 6px;
    width: 90%;
    /* margin-bottom: 20px; */
}
.consultant-card .property-prices small{
  font-size: 20px;
  font-weight: 500;
  color: #363739;
}
.consultant-card .property-prices .pricing{
  font-size: 20px;
  font-weight: 700;
  color: #363739;
}
/* Header section (white background with image overlap) */
.consultant-header {
    background: #fff;
    /* padding: 20px 20px 20px 20px; */
    position: relative;
    border-radius: 12px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    height: 70px;
    margin-left: 10px;
    margin-top: 10px;
}


@media (max-width: 1024px) {
  .consultant-header {
    padding-left: 5px !important;
  }
}

.consultant-card .book-now{
  padding: 0 14px;
}
/* Image overlaps left edge */
.passport-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -15px;
    left: -10px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

/* Shift text to the right of image */
.consultant-info {
  margin-left: 35% ;/* image width + padding */
}

.consultant-role {
  color: #03356B;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 4px;
}

.consultant-subtitle .consultant-name {
  font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    display: flex;
    align-items: center
}

/* Contact Buttons */
.contact-btn {
  background-color: #03356B;
  color: #fff;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 10px;
  border: none;
  transition: 0.3s ease;
}

.contact-btn:hover {
  background-color: #fff;
  border: 1px solid #03356B;
  color: #03356B;
}

.share-options-popout .contact-btn2 i {
  margin-right: 6px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-btn2{
  color: #03356B;
  font-size: 14px;
  padding: 6px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-btn2:hover {
  background-color: #fff;
  border: 1px solid #03356B;
  color: #03356B;
}
/* Feature List */
.features-list li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
  display: flex;
  align-items: center;
}
.features-list h6{
  font-size: 18px;
  color: #03356B;
  font-weight: 600;
}
.features-list li img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.enquiry-card{
  background-color: #EDF1F5;
  border-radius: 12px;
  border: none;
  overflow: hidden;
  padding: 14px;
}
.enquiry-card.custom{
  padding: 30px;
  border-radius: 16px;
}
.enquiry-card h5{
  font-size: 30px;
  color: #03356B;
  font-weight: 600;
}
.enquiry-card.custom h5{
  font-size: 30px;
  text-align: start;
  margin-left: 4px;
}
.enquiry-card label{
  font-size: 16px;
  font-weight: 500;
  color: #232323;
  margin: 0 8px 4px;
}
.enquiry-card p{
  font-size: 14px;
  color: #363739;
}

.enquiry-card-transparent{
  background-color: rgb(255 255 255 / 20%); /* Light white with transparency */
  backdrop-filter: blur(0px); /* Blurs the background behind it */
  -webkit-backdrop-filter: blur(0px); /* Safari support */
  border-radius: 14px;
  overflow: hidden;
  padding: 35px;
}
.enquiry-card-transparent h5{
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.enquiry-card-transparent p{
  font-size: 16px;
  color: #363739;
}
@media (max-width: 576px) {
  .consultant-info {
    margin-left: 90px;
    /* text-align: center; */
  }

  .consultant-subtitle .consultant-name {
    margin-left: 0;
    margin-top: 30px;
  }

  .passport-img {
    position: absolute;
    display: block;
    /* margin: 0 auto; */
    left: -10px;
  }

  .consultant-header {
    text-align: center;
    /* padding-top: 50px; */
  }

   /* .enquiry-card{
    display: none;
  } */

  .enquiry-card h5 {
    font-size: 20px;
    text-align: center;
  }
  .enquiry-card p{
     font-size: 12px;
    margin-bottom: 8px;
  }
  .enquiry-card .btn-primary-cust.btn-sm{
    margin-top: 8px !important;
  }
  .consultant-card.CTA {
    border-radius: 0;
  }
  .consultant-card .card-body .proprty-details .customDatePicker {
    width: auto;
  }
  .consultant-card .card-body .proprty-details .customFormSelect{
    width: 100%;
  }
  .consultant-card .property-prices{
     margin: 10px 0;
    width: 66%;
  }
  .consultant-card .property-prices small{
    font-size: 14px;
  }
  .consultant-card .property-prices .pricing {
    font-size: 16px;
  }
  .btn-primary-consult-card{
    width: auto;

  }
  .enquiry-card-transparent h5{
    font-size: 23px;
  }
  .image-section{
    overflow: scroll;
  }
   .FAQ-cust .accordion{
  width: 100%;
}
.price-month{
  margin-right: -12px;
}
}

.form-control,
.form-select {
  border-radius: 6px;
  font-size: 14px;
  border: none;
  color: #707070;
  min-height: 44px;
}

/* Custom dropdown styling */
  .custom-dropdown-menu {
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    background: white;
    width: 550px; 
    left: auto !important;
  }
  .custom-dropdown-menu li{
    width: 190px; cursor: pointer;
    display: flex;
    align-items: center;
    /* d-flex align-items-center  */
  }

  .custom-dropdown-menu li img{
    width: 24px;
    height: 24px;
  }
  .custom-dropdown-menu li:hover {
    background-color: #f8f9fa;
    border-radius: 4px;
  }

  /* Remove default padding for dropdown ul */
  .custom-dropdown-menu > div {
    padding: 0;
  }

.custom-dropdown {
  position: relative;
  border-right: 2px solid #70707070;
}
.mobile-view .custom-dropdown{
  text-align: start;
}
.custom-search-dropdown{
  position: relative;
  width: 100%;
  text-align: start;
}
.custom-dropdown .selected {
    background-color: #fff;
    border: none;
    color: #707070;
    border-radius: 12px;
    padding: 8px 13px;
    font-size: 16px;
    cursor: pointer;
}
.mobile-view .custom-dropdown .selected {
      background-color: #fff;
    border: none;
    color: #707070;
    border-radius: 12px;
    /* padding: 12px 13px; */
    /* font-size: 14px; */
    cursor: pointer;
    /* display: flex; */
    /* justify-content: space-between; */
}
.custom-search-dropdown .selected-location {
      background-color: #fff;
    border: none;
    color: #707070;
    border-radius: 12px;
    padding: 8px 13px;
    font-size: 16px;
    cursor: pointer;
}
.mobile-view .custom-search-dropdown .selected-location {
      background-color: #fff;
    border: none;
    color: #707070;
    border-radius: 12px;
    padding: 8px 13px;
    font-size: 12px;
    cursor: pointer;
}

.selected img,
.selected-location img{
  margin-right: 10px;
}
.dropdown-list {
  position: absolute;
  top: 165%;
  left: -18px;
  right: 0;
  color: #707070;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 100;
  width: 150%;
}

.dropdown-list li {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.dropdown-list li img {
  height: 18px;
  margin-right: 8px;
}

.dropdown-list li:hover {
  background-color: #f1f5f9;
}

.custom-dropdown.active .dropdown-list {
  display: block;
}

.btn-primary {
  background: #0b3560;
  border: none;
  border-radius: 6px;
}


.dropdown-list-2 {
  display: none;
  position: absolute;
  top: 165%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 8px 0;
  z-index: 150;
  width: 100%;
}

.dropdown-list-2 li{
  border: 1px solid #707070;
  border-radius: 30px;
}
.dropdown-list-2.show {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
}

.btn-primary:hover {
  background: #072540;
}

.FAQ h4 {
  font-size: 35px;
  color: #03356B;
  font-weight: 600px;
}

.FAQ h5 {
  font-size: 35px;
  color: #03356B;
  font-weight: 600;
}

/* responsive tweaks */
@media (max-width:767px) {
  .hero-section {
    min-height: 600px
  }

  .hero-bg {
    background-position: top;
     height: 550px;
    background: radial-gradient(circle, rgb(4 32 63) 0%, rgba(3, 53, 107, 0) 100%), url('../assets/img/banner-adobestock.png') center/cover no-repeat;
    background-color: #03356B;
    filter: contrast(1.05) saturate(0.9);  }

  .search-card {
    padding: 12px
  }

}


.counter {
  font-weight: 700;
  font-size: 1.5rem;
}


/* Frame 1 page */
.hero-card {
  position: relative;
  /* border-radius: 14px; */
  overflow: hidden;
  max-height: 352px;
}

.hero-inner {
  position: relative;
  width: 100%;
  padding-top: 35%;
  /* aspect ratio */
}

.hero-bg-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg-wrapper {
  position: absolute;
  inset: 0;
}

.hero-bg-frame-2 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
  filter: contrast(1.05) saturate(0.9);
}

.hero-bg-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle,
    rgb(4 32 63) 0%,
    rgba(3, 53, 107, 0) 75%
  );
  pointer-events: none;
  left: -57% !important;

}


/* Ellipse overlay in CSS */
.hero-overlay {
  position: absolute;
  top: 42%;
  left: 18%;
  width: 942px;
  height: 380px;
  background: #03356B;
  opacity: 0.67;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  z-index: 2;
  /* above image, behind text */
}

.hero-overlay-2 {
  position: absolute;
  top: 42%;
  left: 18%;
  width: 942px;
  height: 380px;
  background: #03356B;
  opacity: 0.40;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  z-index: 2;
  /* above image, behind text */
}

.hero-content-2 {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 40%;
  color: #fff;
}

.hero-content-2 h1 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.hero-content-2 p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

/* Side by side dropdowns */
.dropdown-row {
  display: flex;
  gap: 12px;
  /* space between dropdowns */
}

.dropdown-row .form-select {
  flex: 1;
  /* equal width */
  min-width: 0;
}

/* Responsive: stack on mobile */
@media (max-width: 576px) {
  .dropdown-row {
    flex-direction: column;
  }

  .overlay {
    opacity: 1;
  }
  .dropdown-list li{
    font-size: 12px;
    padding: 8px 10px;
  }
  .hero-bg-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle,
    rgb(4 32 63) 0%,
    rgba(3, 53, 107, 0) 100%
  );
  pointer-events: none;
  left: 0% !important;
}

}

.dropdown .btn,
.btn-warning {
  border-radius: 50px;
  /* padding: 6px 28px; */
  font-size: 14px;
  font-weight: 500;
  min-height: 45px;
}

.dropdown .btn-outline-secondary {
  border: 1px solid #bbb;
  color: #707070;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
}

.dropdown .btn-outline-secondary:hover,
.dropdown .btn-outline-secondary:focus {
  background: #f9f9f9;
  border-color: #333;
}

.btn-warning {
  background: #F6931C;
  border: none;
  color: #fff;
  padding: 6px 20px;
}

/* Remove Bootstrap default caret */
.dropdown-toggle::after {
  display: none !important;
}

/* Custom arrow with SVG */
.dropdown-toggle {
  position: relative;
  padding-right: 2.5rem;
  /* space for arrow */
  display: inline-flex;
  align-items: center;/
}

.dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 16px;
  height: 16px;
  background: url('/assets/icons/down_arrow_sm_svg.svg') no-repeat center;
  background-size: 100% auto;
  transition: transform 0.3s ease;
  pointer-events: none;
  /* display: block; */
}

/* Rotate arrow when dropdown is open */
.dropdown-toggle[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(180deg);
}

.property-list .scrollabel-list{
  max-height: 750px;
  overflow-y: scroll;
  scrollbar-width: none;
}

@media (max-width: 768px) {
  .property-list .scrollabel-list {
    max-height: unset;
  }
}

/* Property card */
.property-card {
  border: none;
  border-radius: 14px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.property-card-2 {
  border: none;
  border-radius: 14px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}


.provider-journey .property-card-2{
  background-color: #EDF1F5;
  /* max-height: 250px; */
}
.provider-journey .property-card-2 .img-div img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: none;
}
.provider-journey .property-card-2 .card-title {
  font-size: 20px;
}
.provider-journey .property-card-2 .card-body{
  height: auto;
  padding: 20px;
}

/* Title */
.property-card .card-title {
  font-size: 20px;
  color: #03356B;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: start;
}

.property-card-2 .card-title {
  font-size: 18px;
  color: #03356B;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: start;
}

/* Property details */
.property-card .proprty-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.property-card-2 .proprty-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.property-table{
  border: 1px solid #70707070;
  border-radius: 14px;
  padding: 10px;
}
.property-table .col{
  font-size: 12px;
  color: #707070;
}
.property-table .col a{
  font-size: 12px;
  color: #707070;
  text-decoration: none;
}
.property-table .col.border-right{
  border-right: 1px solid #70707070;
}
.lkCZvm {
  position: absolute;
  top: 16px;
  display: flex;
  text-transform: capitalize;
  cursor: pointer;
}

.lkCZvm .preferred-label {
  border-radius: 0px 4px 4px 0px;
  background: radial-gradient(78.57% 78.57%, rgb(250, 233, 207) 0%, rgb(250, 180, 73) 99.99%);
  padding: 4px 8px;
  color: rgb(41, 45, 50);
  font-size: 10px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.lkCZvm .preferred-label img {
  max-height: 12px;
  max-width: 12px;
  margin-right: 6px;
}

.property-prices {
  /* d-flex justify-content-between align-items-center */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.property-prices p {
  text-align: start;
}

/* Heart button */
.property-card .btn-like {
  position: absolute;
  /* top: 10px;
  right: 10px; */
  background: #03356B;
  /* opacity: 20%; */
  border: none;
  /* border-radius: 50%; */
  padding: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-like {
  position: absolute;
  top: 0;
  right: 0;
  background: #E9F0F9;
  border: none;
  border-radius: 0 12px 0 40px;
  padding: 10px 14px;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100;
}

.btn-like img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.btn-like .icon-active {
  opacity: 0;
}

.btn-like.active .icon-default {
  opacity: 0;
}

.btn-like.active .icon-active {
  opacity: 1;
}


/* Divider */
.card-divider2 {
  margin: 0.75rem 0;
  height: 1px;
  background-color: #707070;
  width: 100%;
  opacity: 20%;

}

/* Price text */
.property-card p span {
  font-size: 16px;
  color: #000;
}

/* View Details button */
.property-card .btn-primary {
  background: #03356B;
  border: none;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

/* Map */
.map-container {
 min-height: 740px;
  border-radius: 12px;
  overflow: hidden;
}
.map-container-space {
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.tabs {
      display: flex;
      /* border-bottom: 1px solid #ccc; */
      margin-bottom: 20px;
    }

        .tab {
          display: flex;
          align-items: flex-start;
          gap: 8px;
          font-size: 12px;
          color: #999;
          cursor: pointer;
          border-bottom: 3px solid #70707070;
          flex-direction: column;
          padding-bottom: 4px;
          width: 100%;
          padding-left: 10px;
        }

    .tab.active {
      color: #003366;
      /* font-weight: 600; */
      border-bottom: 3px solid #003366;
    }

    .tab i {
      font-size: 16px;
    }

    .nearby-list {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .place-row {
      display: flex;
      justify-content: space-between;
    }

    .place-name {
      font-weight: 600;
      color: #363739;
      font-size: 14px;
    }

    .place-info {
      font-size: 14px;
      color: #363739;
    }

/* Work Space CSS */
.heading-section {
  background: #03356b;
  padding: 15px 0;
}

.heading-section h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.heading-section .property-prices {
  color: #fff;
  justify-content: end;
}

.heading-section .property-prices .pricing {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.heading-section .property-prices .share-icon{
  
}
.heading-section .property-prices .share-options {
    
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 10;
}

.heading-section .property-prices .share-options button {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: none;
    background: none;
    text-align: center;
    cursor: pointer;
}

.heading-section .property-prices .share-options button:hover {
    background-color: #f0f0f0;
}
.share-options-popout {
    position: absolute;
    top: 150px;
    right: 88px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 10px;
    margin-top: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: flex;
    flex-direction: row;
    gap: 8px;
    min-width: 160px;
}

.d-none {
    display: none !important;
}
/* Mobile  */
@media (max-width: 576px) {
  .heading-section h3 {
    font-size: 27px;
    margin-bottom: 0;
    /* text-align: center; */
  }

  .heading-section .property-prices {
    justify-content: normal;
    margin-top: 8px;
  }

  .heading-section .property-prices br {
    display: none;
  }
  .tabs{
    overflow: scroll;
    scrollbar-width: none;
  }
  .tab{
    min-width: 125px;
  }
  .share-options-popout {
    right: 0px;
    top: 129px;
    }
  .general-details{
    padding: 10px;
  }  
}

/* Tablet (≥768px) */
@media (min-width: 768px) {
  .heading-section h3 {
    font-size: 32px;
    margin-bottom: 0;
  }

  .heading-section .property-prices .pricing {
    font-size: 18px;
  }

  .footer .Follow {
    font-size: 14px;
    margin: 0 !important;
  }
}

/* Desktop (≥1024px) */
@media (min-width: 1024px) {
  .heading-section h3 {
    font-size: 38px;
  }

  .heading-section .property-prices .pricing {
    font-size: 18px;
  }
  .navbar-nav .nav-item.bundle-icon{
    display: flex;
  }
}

/* Responsive behavior */
@media (max-width: 992px) {

  /* Tablets */
  .hero-buttons {
    flex-direction: row;
    justify-content: center;
  }

  .hero-buttons .btn {
    min-width: 160px;
    font-size: 15px;
  }

  .btn-outline-primary {
    border: 1px solid #03356B;
    color: #03356B;
    min-width: 150px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    padding: 10px;
  }

  .property-card-2 .img-div img {
    min-height: 180px;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 576px) {

  /* Mobiles */
  .hero-content {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .hero-buttons {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }

  .hero-content h1 {
    font-size: 35px;
  }

  .hero-content .title.custom {
    font-size: 27px;
  }
  .enquiry-card.custom{
    margin-top: 20px;
  }
  .enquiry-card.custom h5{
    font-size: 21px;
  }

  .sub-title {
    font-size: 14px;
    padding: 0px !important;
  }

  .sub-title2 {
    font-size: 25px;
    text-align: center;
  }
  .popular-spaces .btn-outline-light{
    border-radius: 12px;
  }

  .hero-buttons .btn {
    width: 100%;
    min-width: unset;
    font-size: 10px;
    padding: 5px 10px;

  }

  .search-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .btn-outline-light {
    font-size: 12px;
    min-width: 100px;
    border-radius: 14px;
  }

  .stats-section {
    background: #03356b;
  }

  .stats-section h3 {
    font-size: 25px;
    font-weight: 500;
  }

  .stats-list {
    display: flex;
    flex-direction: row;
   text-align: start;
    margin-left: 10px;
  }
  .stats-list h4{
    text-align: start;
  }
  .stats-section .content {
    max-width: 100%;
  }

  .stats-section .counter {
    font-size: 25px;
  }
   .icon img{
    height: 30px;
    width: 30px;
  }
  .WchSub-title{
    font-size: 12px;
  }
  .view-amenities{
    display: block;
  }

  .FAQ h5 {
    font-size: 25px;
  }

  .property-card img {
    border-radius: 0px;
    max-height: 250px;
  }

  .property-card-2 img {
    border-radius: 0px;
    max-height: 250px;
  }
  .provider-journey .property-card-2{
    /* margin: 20px; */
  }

  /* .property-prices{
  flex-direction: column;
} */
  .property-prices p {
    text-align: start;
  }

  .property-card-2 .property-prices {
    flex-direction: column;
    background-color: #EDF1F5;
    border-radius: 14px;
    padding: 18px;
    margin: 20px auto;
    width: 90%;
    margin-top: 0;
  }

  .popular-spaces .spaces-opt {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    /* padding-bottom: 8px; */
  }

  .cards-container {
    gap: 15px;
  }

  .btn-like {
    border-radius: 0 0 0 40px;
  }

  .why-choose h3 {
    font-size: 25px;
  }

  .why-choose .WchPTxt {
    font-size: 14px;
  }

  .why-choose .WchSub-title {
    font-size: 14px;
  }

  .brands h5 {
    font-size: 25px;
  }

  .brands p {
    font-size: 14px;
  }
  .accordion-button {
    font-size: 18px;
  }

  .accordion-body {
    font-size: 14px;
  }

  .property-card .img-div img {
    min-height: 180px;
    max-width: 100%;
    object-fit: cover;
  }

  .property-card .property-prices {
    flex-direction: row;
    background-color: #EDF1F5;
    border-radius: 14px;
    padding: 20px;
    width: 100%;
    gap: 5px;
  }

  .property-card-2 .img-div img {
    min-height: 180px;
    max-width: 100%;
    object-fit: cover;
  }

  .property-card p span {
    font-size: 14px;
    color: #000;
  }
}

.ultimate-img {
  /* Default desktop size */
  width: 100%;
  /* Keeps it responsive */
  height: auto;
}

@media (max-width: 1024px) {
  .ultimate-img {
    max-width: 940px;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .ultimate-img {
    max-width: 750px;
  }

  .property-card .img-div img {
    min-height: 180px;
    max-width: 100%;
    object-fit: cover;

  }
}

/* Mobile */
@media (max-width: 576px) {
  .ultimate-img {
    max-width: 399px;
  }

  .section-title {
    font-size: 25px;
  }
}

@media (max-width: 992px) {
  .arrow-class {
    display: none !important;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .stats-list h4 {
    font-size: 28px;
  }

  .stats-list p {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .stats-list h4 {
    font-size: 24px;
  }

  .stats-list p {
    font-size: 14px;
  }

  .property-card .img-fluid {
    width: 100%;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .hero-content-2{
        width: 50%;
  }

  .hero-content-2 h1 {
    font-size: 31px;
  }

  .hero-content-2 p {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hero-inner {
    height: 60vh;
  }

  .hero-content-2 {
    text-align: center;
    padding: 10px;
    width: 90%;
     top: 110px;
  }

  .hero-content-2 h1 {
    font-size: 24px;
  }

  .hero-content-2 p {
    font-size: 14px;
  }

  .hero-overlay-2 {
    top: 46%;
    left: -33%;
  }

  .hero-section {
    min-height: 230px;
  }

  .hero-overlay {
    top: 46%;
    left: -33%;
  }
}

/* Modal pop up */
#cityModal {
  display: flex;
  /* change to none to hide */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 10px;
}

/* Overlay */
.city-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 53, 107, 0.70);
  backdrop-filter: blur(2px);
}

#quote-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* Box */
.city-modal-box {
  position: relative;
  background: transparent;
  padding: 30px 20px;
   min-width: 450px;
  text-align: center;
  z-index: 10000;
  color: #fff;
  overflow-y: auto;
  max-height: 90vh;
}

/* Close button */
.city-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 32px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* Title */
.city-modal-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* City grid */
.city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.city-card {
  background: #fff;
  color: #333;
  border-radius: 12px;
  padding: 20px 10px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.city-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.city-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.city-card p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #03356B;
}

/* Other cities */
.other-cities-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.other-cities-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.city-pill {
  background: #fff;
  color: #03356B;
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.view-more-btn {
  background: #f7941d;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  min-width: 106px;
}

.view-more-btn:hover {
  background: #e57d0c;
}

/* Responsive Design */

/* Tablets */
@media (max-width: 992px) {
  .city-modal-title {
    font-size: 1.5rem;
  }

  .city-card {
    padding: 15px;
  }

  .city-card img {
    width: 35px;
    height: 35px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .city-modal-box {
    padding: 20px 15px;
    max-height: 95vh;
    min-width: 340px;
  }

  .city-modal-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .city-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .city-card {
    padding: 12px 8px;
  }

  .city-card img {
    width: 28px;
    height: 28px;
  }

  .city-card p {
    font-size: 0.85rem;
  }

  .other-cities-list {
    gap: 6px;
  }

  .city-pill,
  .view-more-btn {
    font-size: 0.8rem;
    padding: 6px 12px;
  }

    .city-modal-close {
      font-size: 26px;
      top: 10px;
      right: 15px;
      z-index: 10005;
    }
}

/* new hero  */
/* Left panel */
#customCarousel .carousel-item .col-md-6:first-child {
  background: #033b73;
  color: #fff;
  padding: 50px 40px;
  min-height: 320px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
#customCarousel .carousel-inner {
  border-radius: 14px;
}

#customCarousel .carousel-item h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

#customCarousel .carousel-item p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}

/* Right image */
#customCarousel .carousel-item .col-md-6:last-child {
  display: flex;
  align-items: stretch;
}

/* Make image always fill panel height */
#customCarousel .carousel-item img {
  width: 100%;
  /* height: 100%; */
  min-height: 320px;
  object-fit: cover;
  /* fills without distortion */
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Indicators inside left panel */
#customCarousel .carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 40px;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

#customCarousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s ease;
}

#customCarousel .carousel-indicators .active {
  background-color: #fff;
}

/* Responsive */
@media (max-width: 768px) {

  #customCarousel .carousel-item h2 {
    font-size: 1.5rem;
  }

  #customCarousel .carousel-item p {
    font-size: 0.9rem;
  }

  #customCarousel .carousel-indicators {
    position: static;
    justify-content: center;
    margin-top: 15px;
  }

  #customCarousel .carousel-indicators button {
    background-color: #00000099;
  }

  #customCarousel .carousel-indicators .active {
    background-color: #02294f;
  }

  /* Stack panels */
  #customCarousel .carousel-item .col-md-6:first-child {
    /* border-radius: 12px 12px 0 0; */
    padding: 25px 20px;
    text-align: center;
    min-height: 220px;
  }

  #customCarousel .carousel-item .col-md-6:last-child {
    display: block;
  }

  #customCarousel .carousel-item img {
    /* border-radius: 0 0 12px 12px; */
    width: 100%;
    min-height: 220px;
    /* fixed responsive height */
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  #customCarousel .carousel-item .col-md-6:first-child {
     border-radius: 0px;
    min-height: 160px;
  }

#customCarousel .carousel-inner {
  border-radius: 0;
}
  #customCarousel .carousel-item img {
    min-height: 180px;
    border-radius: 0px;
  }

   #customCarousel .mobile-position{
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Modal Header Align */
#filterModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
  padding: 15px 20px;
}

/* Mobile full screen effect */
@media (max-width: 768px) {
  #filterModal .modal-dialog {
    margin: 0;
    height: 100%;
  }

  #filterModal .modal-content {
    border-radius: 0;
    height: 100%;
  }

  #filterModal .modal-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 15px;
  }
}

/* Overlay css */
/* --- Filter Chips --- */
.ivGFTN {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.ivGFTN .display-filter {
  display: flex;
  flex-wrap: nowrap;
}

.more-filter-logo {
  height: 20px;
  width: 20px;
}

.hNlweV {
  width: fit-content;
  height: 40px;
  padding: 10px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #03356B;
}

.hNlweV:hover {
  border: 2px solid #03356B;
  font-weight: 600;
}

.filter-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;

}

/* --- Overlay Modal --- */
.fwOofd {
  position: fixed;
  bottom: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3500;
  visibility: hidden;
  transition: bottom 0.3s ease-in-out, visibility 0.3s;
}

.fwOofd.open {
  bottom: 0;
  visibility: visible;
}

.fwOofd .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}

.fwOofd .white-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  background: #fff;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
}

.fwOofd .header {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.fwOofd .header .title {
  font-size: 18px;
  font-weight: bold;
}

.fwOofd .header .close-btn {
  position: absolute;
  left: 20px;
  cursor: pointer;
}

.fwOofd .header .right-btn {
  position: absolute;
  right: 20px;
  font-size: 14px;
  color: #777;
  cursor: pointer;
}

.modal-content {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  border-radius: 0;
}
.modal-content .custom-dropdown{
  position: relative;
    border: 1px solid #70707070;
    border-radius: 10px;
}
.modal-header{
  border: none;
  padding: 10px;
}
.modal-header button{
  font-size: 10px;
}

/* --- Options --- */
.hcTgdk {
  width: 100%;
  padding: 0px 20px;
}

.hcTgdk .title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.option-container .option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.option .radio-button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin-right: 10px;
}

.option.active .radio-button {
  border: 6px solid #ff8a00;
}

.option.active .label {
  color: #ff8a00;
}

/* --- Chips --- */
.locality-chip-container {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.locality-chip-container .bAAIWL {
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  color: #707070;
  font-weight: 400;
  font-size: 14px;
}

.locality-chip-container .bAAIWL:hover {
  background-color: var(--accent);
  color: #fff;
  font-weight: 600;
}


.cQemuq {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.cQemuq .label {
  font-size: 16px;
  line-height: 21px;
  color: rgb(0, 0, 0);
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: 600;
}

.eoiENE .hide-scrollbar {
  scrollbar-width: none;
}

.cQemuq .locality-chip-container {
  display: flex;
  overflow: auto;
}

.bAAIWL {
  border-radius: 100vw;
  height: 30px;
  white-space: nowrap;
  background-color: rgb(255, 255, 255);
  border: 0.6px solid rgb(232, 232, 232);
  color: rgb(41, 45, 50);
  font-size: 12px;
  line-height: 10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 10px;
  flex: 0 0 auto;
  margin-right: 5px;
}

.fgAmGy:last-child {
  margin-right: 0px;
}

.fgAmGy {
  border-radius: 100vw;
  height: 30px;
  white-space: nowrap;
  background-color: rgb(221, 242, 245);
  border: 0.6px solid rgb(221, 242, 245);
  color: rgb(41, 45, 50);
  font-size: 12px;
  line-height: 10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 10px;
  flex: 0 0 auto;
  margin-right: 13px;
}


/* --- Bottom Button --- */
.bottom-btn-box {
  padding: 16px;
  border-top: 1px solid #eee;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .ivGFTN {
    flex-direction: column;
    margin-top: 0px;
  }
   .navbar-nav .nav-item.bundle-icon{
    display: none ;
  }
  .bundle-icon-mb{
    display: flex;
    margin-left: auto;
    margin-right: 3px;
  }
}

/* Sticky Filter Bar */
.sticky-filter-bar {
  position: fixed;
  bottom: -100px;
  /* hidden initially */
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  height: 40px;
  padding: 0 20px;
  border-radius: 45px;
  box-shadow: 0px 4px 36px #60c3ad;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 500;
  z-index: 1020;
  transition: bottom 0.4s ease-in-out, opacity 0.4s;
  opacity: 0;
}

#stickyFilterBar {
  display: none;
}

/* Show state */
.sticky-filter-bar.show {
  bottom: 25px;
  opacity: 1;
}

.sticky-filter-bar div {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sticky-filter-bar img {
  height: 20px;
  width: 20px;
}

/* Responsive */
@media (max-width: 600px) {
  .sticky-filter-bar {
    font-size: 12px;
    gap: 12px;
    padding: 0 14px;
  }

  #stickyFilterBar {
    display: flex;
  }
}

/* Design and build */
/* Hero Section */
.hero-section-3 {
  position: relative;
  /* border-radius: 18px; */
  overflow: hidden;
  color: #fff;
  margin: auto;
  /* max-width: 1300px; */
  background: #03356B;
  min-height: 520px;
}

.hero-ellipse-3 {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 1200px;
  height: 600px;
  background: radial-gradient(circle, rgba(3, 53, 107, 1) 30%, rgba(255, 255, 255, 1) 61%);
  opacity: 0.67;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  mix-blend-mode: multiply;
}

/* Background Image + Gradient Overlay */
.hero-bg-3 {
  position: absolute;
  inset: 0;
  background-image: url(/assets/img/banner-image3.png);
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) saturate(0.9);
  z-index: 0;
}

/* Content */
.hero-content-3 {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 90px 50px;
  max-width: 700px;
}

.hero-title-3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.hero-subtitle-3 {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 30px;
  letter-spacing: 1px;
  line-height: 1.4;
}

.hero-btn-3 {
  display: inline-block;
  padding: 12px 25px;
  background-color: #F6931C;
  color: #fff;
  font-weight: 400;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s ease;
  margin-top: 20px;
  margin-bottom: 10px;
}

.hero-btn-3:hover {
  background-color: #e66b00;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section-3 {
    margin: 0 25px;
  }

  .hero-content-3 {
    padding: 60px 30px;
  }

  .hero-title-3 {
    font-size: 32px;
  }

  .hero-subtitle-3 {
    font-size: 16px;
  }

  .why-choose-us-card-2 {
    margin: 0;
  }

  .why-choose-us-content-2 .why-choose-us-title {
    text-align: center;
  }

}

@media (max-width: 576px) {
  .hero-section-3 {
    margin: 0 15px;
  }

  .hero-title-3 {
    font-size: 24px;
  }

  .hero-subtitle-3 {
    font-size: 14px;
  }

  .why-choose-us-card-2 {
    margin: 0;
    padding-top: 0;
  }

  .why-choose-us-content-2 .why-choose-us-title {
    font-size: 30px;
  }

  .feature-2 .feature-content h3 {
    font-size: 18px;
  }

  .feature-2 .feature-content p {
    font-size: 14px;
  }
  .why-choose-us-content {
    max-width: 100%;
    /* margin-bottom: 30px; */
}
  .why-choose-us-card{
    /* background-size:cover; */
   /* background: #FAF9F7; */
    height: 365px;
    background: #FAF9F7 url('/assets/img/DeWatermark.ai_1752254986778.png') no-repeat left bottom;
    background-position: left 120px bottom -18px;
    background-size: 315px 218px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }
  
  .feature p{
  font-size: 12px;
  width: 80%;
}
#scrollButtons {
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        scroll-behavior: smooth;
        width: 95%;
        align-items: center;
    }

        #scrollButtons::-webkit-scrollbar {
          display: none;
        }
    
        #scrollButtons button {
          white-space: normal;
          text-align: center;
          line-height: 1.2;
          height: 50px;
        }
    
        #scrollButtons .btn::before {
          content: "";
        }

    .scroll-btn-left,
    .scroll-btn-right {
        position: absolute;
        top: 50%;
        transform: translateY(-60%);
        background: transparent;
        color: #999;
        border: none;
        padding: 3px 5px;
        border-radius: 4px;
        font-size: 20px;
        z-index: 10;
    }

    .scroll-btn-left {
        left: 0;
    }

    .scroll-btn-right {
        right: 0;
    }

}


/* Business */
.business {
  background-color: #03356B;
  padding-top: 40px;
  padding-bottom: 100px;
}

.business .business-row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}

.business-logo {
  margin-left: 20px;
}

.business.trusted-business{
  background: 
  linear-gradient(rgb(3 53 107 / 83%), rgb(3 53 107 / 74%)),
  url(/assets/img/handshake-businessmen.png);
  background-size: cover;
  background-position: center;
  background-color: #03356B;
  text-align: center;
  background-repeat: no-repeat;
}
.business .title{
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
}
.business .sub-title{
  color: #fff;
  font-size: 19px;
  font-weight: 400;
      padding: 0 286px;
}

.counter-section .container {
  background: #EDF1F5;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgb(0 0 0 / 17%);
  margin-top: -75px;
  /* pushes it up into the blue section */
  margin-bottom: 40px;
  /* spacing before gallery */
  padding: 40px 20px;
  position: relative;
  z-index: 10;
}

.counter-number {
  font-size: 55px;
  font-weight: 600;
  color: #03356B;
  /* deep blue */
  margin-bottom: 0.5rem;
}

.counter-section p {
  margin: 0;
  font-size: 20px;
  color: #363739;
  font-weight: 600;
}

@media (max-width: 576px) {
  .counter-section .container {
    padding: 15px 20px;
  }

  .counter-section {
    margin: 0 20px;
  }

  .counter-number {
    font-size: 34px;
  }

  .counter-section p {
    font-size: 14px;
  }

  .solutions-section {
    padding: 0;
  }

  .solutions-section .content {
    width: 80%;
  }

  .solutions-section .content .section-title {
    font-size: 22px;
  }

  .solutions-section .content p {
    font-size: 14px;
  }

  .people-img {
    margin-top: 0;
  }

  .business .title{
    font-size: 25px;
  }
  .business .sub-title{
    font-size: 15px;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .counter-number {
    font-size: 34px;
  }

  .counter-section p {
    font-size: 14px;
  }

   .business .title{
    font-size: 30px;
  }
  .business .sub-title{
    padding: 0 20px;
    font-size: 15px;
  }

  /* .solutions-section {
    padding: 50px 0 0px 0;
  } */
}
.FAQ-cust {
  background-image: radial-gradient(circle at left, rgb(3 53 107 / 48%) 0%,
      rgb(0 0 0 / 54%) 30%,
      rgb(3 53 107 / 0%) 70%), url(/assets/img/banner_image3.png);
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  background-color: #03356b45;
}

/* Overlay */
.FAQ-cust::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 34, 68, 0.7);
  /* dark overlay */
  z-index: 1;
}

.FAQ-cust .container {
  position: relative;
  z-index: 2;
}

.FAQ-cust h2 {
  font-size: 35px;
  font-weight: 600;
}

.FAQ-cust p {
  font-size: 18px;
  font-weight: 400;
}

.FAQ-cust .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
}

.FAQ-cust .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  box-shadow: none !important;
  margin-bottom: 0;
  padding-left: 0;
}

.FAQ-cust .accordion-button::after {
  filter: invert(1);
  /* makes arrow white */
}

.FAQ-cust .accordion-button:not(.collapsed) {
  color: #f77f00;
  /* highlight active question */
  background: transparent;
}

.FAQ-cust .accordion-body {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  border: none;
  padding-left: 0;
}

@media (max-width: 768px) {
  .FAQ-cust h2 {
    font-size: 1.6rem;
  }
}

/* About us  */
/* Hero Section */
.about-section-3 {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  margin: auto;
  margin-bottom: 0 !important;
  max-width: 1300px;
  background: #03356B;
  margin-bottom: 80px;
  /* min-height: 520px; */
}

.about-ellipse-3 {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 1200px;
  height: 600px;
  background: radial-gradient(circle, rgba(3, 53, 107, 1) 30%, rgba(255, 255, 255, 1) 61%);
  opacity: 0.67;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  mix-blend-mode: multiply;
}

/* Background Image + Gradient Overlay */
.about-bg-3 {
  position: absolute;
  inset: 0;
  background-image: url(/assets/img/banner-image4.png);
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) saturate(0.9);
  z-index: 0;
}

/* Content */
.about-content-3 {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 90px 50px;
  max-width: 700px;
}

.new-buttons .btn-primary-cust {
  border: 1px solid #FFFFFF;
  color: #fff;
  min-width: 192px;
  border-radius: 10px;
  padding: 10px;
  background-color: #03356B;
  font-size: 14px;
}

.new-buttons .btn-primary-cust:hover {
  background: #fff;
  color: #03356B;
  font-weight: 700;
  border-color: #03356B;
}

.about-title-3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.about-subtitle-3 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 30px;
  letter-spacing: 1px;
  line-height: 1.4;
}

.about-btn-3 {
  display: inline-block;
  padding: 12px 25px;
  background-color: #F6931C;
  color: #fff;
  font-weight: 400;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s ease;
  margin-top: 20px;
}

.about-btn-3:hover {
  background-color: #e66b00;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .about-content-3 {
    padding: 60px 30px;
  }

  .about-title-3 {
    font-size: 32px;
  }

  .about-subtitle-3 {
    font-size: 16px;
  }

}

.about-us-section {
  /* padding: 60px 0; */
}

.detail-div {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.detail-div-text {
  padding-right: 80px;
}

.detail-div-text2 {
  padding-left: 50px;
}

.about-us-section h6 {
  color: var(--accent);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.about-us-section h2 {
  font-weight: 600;
  font-size: 40px;
  color: #03356B;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.about-us-section p {
  color: #363739;
  font-size: 18px;
  line-height: 1.6;
}

.about-img img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.new-buttons{
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .about-section-3 {
    margin: 25px;
  }

  .about-us-section h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .about-us-section p {
    font-size: 14px;
  }
}


/* Our Values  */

.our-values {
  background: #EDF1F5;
}

.our-values h5 {
  font-size: 40px;
  color: #03356B;
  font-weight: 600;
}

.our-values p {
  font-size: 18px;
  color: #363739;
  font-weight: 400;
}


.custom-card {
  background: #fff;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border: none;
}

.custom-card .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  justify-content: space-between;
}

.custom-card .section-title {
  font-weight: 600;
  font-size: 30px;
  color: #03356B;
  display: flex;
  align-items: center;
}

.custom-card .section-title p {
  font-size: 18px;
  color: 363739;
  font-weight: 400;
}

.custom-card .card-line {
  flex: 1;
  height: 1px;
  background-color: #707070;
  opacity: 30%;
  max-width: 65%;
}

.custom-card .card-line-lg {
  flex: 1;
  height: 1px;
  background-color: #707070;
  opacity: 30%;
  max-width: 75%;
}

.value-item {
  padding-right: 90px;
}

.value-item h6 {
  font-size: 22px;
  color: #03356b;
  font-weight: 600;
}

.value-item p {
  font-size: 18px;
  color: #363739;
  font-weight: 400;
}

@media (max-width: 576px) {
  .detail-div-text {
    padding-left: 50px;
  }

  .detail-div-text2 {
    padding-right: 40px;
  }

  .our-values h5 {
    font-size: 28px;
  }

  .our-values p {
    font-size: 15px;
  }

  .custom-card .card-header {
    margin-bottom: 25px;
  }

  .custom-card .card-header img {
    height: 45px;
    width: 45px;
  }

  .custom-card .section-title {
    font-size: 25px;
    margin: 0 10px;
  }

  .custom-card .card-line {
    width: 40%;
  }

  .value-item {
    padding-right: 20px;
  }

  .new-buttons{
  display: flex;
  gap: 20px;
  flex-direction: column;
}
}

/* New Footer */
.officefnd-footer {
  background-color: #03356B;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.officefnd-footer-mb {
  display: none;
}
.officefnd-footer img {
  vertical-align: middle;
}

.officefnd-footer .footer-logo {
  max-width: 180px;
}
.officefnd-footer .footer-logo-signIn {
  max-width: 100%;
}
.officefnd-footer .tagline {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.9;
}

.officefnd-footer .join-text {
  font-weight: 700;
  font-size: 20px;
  text-align: start;
}

.officefnd-footer .newsletter {
  width: 100%;
  max-width: 330px;
  height: 30%;
    gap: 15px;
}

.officefnd-footer .newsletter input {
  flex: 1;
  padding: 6px 12px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 14px;
}

.officefnd-footer .newsletter button {
  background-color: #fcb900;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 15px;
  cursor: pointer;
  font-weight: 500;
}

.officefnd-footer .newsletter button:hover {
  background-color: #e2a700;
}

.officefnd-footer .download-text {
  font-size: 16px;
  font-weight: 700;
}

.officefnd-footer .app-buttons a img {
  height: auto;
}

.officefnd-footer .footer-divider {
  border: none;
  border-top: 1px solid #fff;
  opacity: 0.3;
  margin: 1.5rem 0;
}

.officefnd-footer .Address {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.officefnd-footer .phone-email {
  font-size: 15px;
  font-weight: 300;
}

.officefnd-footer .phone-email img {
  height: 18px;
  margin-right: 6px;
}

.officefnd-footer h6 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.officefnd-footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.officefnd-footer a:hover {
  color: #fcb900;
}

.officefnd-footer .social-icons {
  margin-top: 20px;
  display: flex;
}

.officefnd-footer .social-icons span {
  margin-right: 8px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 8px;
}

.officefnd-footer .social-icons a img {
  height: 22px;
  margin-right: 8px;
}

.officefnd-footer .copyright {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.officefnd-footer .all-solutions{
  min-width: 264px;
}

/* -------------------
   Responsive Styling
------------------- */
@media (max-width: 992px) {
  .officefnd-footer .newsletter {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 100%;
  }

  .officefnd-footer .newsletter input {
    width: 100%;
  }

  .officefnd-footer .newsletter button {
    width: 100%;
  }

  .officefnd-footer .app-buttons {
    justify-content: center !important;
  }

  .officefnd-footer .app-buttons img {
    margin: 5px;
  }

  /* .officefnd-footer .Address,
  .officefnd-footer .phone-email {
    text-align: center;
  } */

  .officefnd-footer .social-icons {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .officefnd-footer h6 {
    margin-top: 20px;
  }

  .officefnd-footer .join-text,
  .officefnd-footer .download-text {
    font-size: 14px;
  }

  .officefnd-footer .tagline {
    font-size: 13px;
  }
  .officefnd-footer .Address {
    font-size: 15px;
    text-align: start;
  }
  .officefnd-footer .contact-details{
    display: flex;
    justify-content: space-around;
  }
  .officefnd-footer .social-icons{
    justify-content: center;
    margin-top: 0;
  }
}

/* New Footer Mobile*/

@media (max-width: 576px) {
  /* .footer-section{
    padding-left: 20px;
  } */
  .footer-section .head{
    display: flex;
    align-items: center;
  }
  .footer-section .head .footer-line{
    width: 60%;
    margin-top: 10px;
  }
  .footer-section .head-list{
    /* margin-left: 0; */
  }
  .footer-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
  
  .officefnd-footer{
    display: none;
  }
   .officefnd-footer.sign-In{
    display: block;
  }
  .sign-in-content{
    flex-direction: column;
  }
  .sign-in-content .button{
    flex-direction: column;
  }
  .officefnd-footer-mb img {
  vertical-align: middle;
}

.officefnd-footer-mb .footer-logo {
  max-width: 180px;
}

.officefnd-footer-mb .tagline {
  display: none;
}

.officefnd-footer-mb .join-text {
  font-size: 18px;
  /* text-align: center; */
}

.officefnd-footer-mb .newsletter {
  width: 100%;
  height: 30%;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    margin-top: 14px;
}
.officefnd-footer-mb .newsletter .contact-footer{
  margin: 0px;
}
.officefnd-footer-mb .newsletter input {
  flex: 1;
  padding: 6px 12px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 14px;
  margin-right: 10px;
}

.officefnd-footer-mb .newsletter button {
  background-color: #fcb900;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 15px;
  cursor: pointer;
  font-weight: 500;
}

.officefnd-footer-mb .newsletter button:hover {
  background-color: #e2a700;
}

.officefnd-footer-mb .download-text {
  font-size: 16px;
  font-weight: 600;
}
.officefnd-footer-mb .app-buttons{
  display: flex;
  align-items: center;
        justify-content: flex-start;
        gap: 10px;
}
.officefnd-footer-mb .app-buttons a img {
  height: auto;
}

.officefnd-footer-mb .footer-divider {
  border: none;
  border-top: 1px solid #fff;
  opacity: 0.3;
  margin: 5px 0;
}

.officefnd-footer-mb .Address {
  display: none;
}

.officefnd-footer-mb .phone-email {
  font-size: 15px;
  font-weight: 300;
}

.officefnd-footer-mb .phone-email img {
  height: 18px;
  margin-right: 6px;
}

.officefnd-footer-mb h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.officefnd-footer-mb a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.officefnd-footer-mb a:hover {
  color: #fcb900;
}

.officefnd-footer-mb .social-icons {
  /* margin-left: 20px; */
  display: flex;
  justify-content: start;
}

.officefnd-footer-mb .social-icons span {
  margin-right: 8px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 8px;
}

.officefnd-footer-mb .social-icons a img {
  height: 22px;
  margin-right: 8px;
}

.officefnd-footer-mb .copyright {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0;
}
.officefnd-footer-mb .all-solutions{
  min-width: 264px;
}
  .officefnd-footer-mb {
  display: block;
  background-color: #03356B;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
  .officefnd-footer-mb h6 {
    margin-top: 20px;
  }

  .officefnd-footer-mb .contact-details{
    display: flex;
    /* justify-content: space-around; */
  }
}

.timeslot-legend {
  font-size: 14px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.timeslot-legend .box {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  border-radius: 2px;
}

.box.available {
  background-color: #fff;
}

.box.selected {
  background-color: #4CAF50;
}

.box.unavailable {
  background-color: #ccc;
}

.timeslot-grid {
  display: flex;
  border: 1px solid #707070;
  border-radius: 4px;
  overflow: hidden;
}

.timeslot {
  min-width: 80px;      
  flex: 1 0 auto;       
  height: 40px;
  border-right: 1px solid #707070;
  cursor: pointer;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeslot-labels {
  display: flex;
  width: 100%;           
}

.timeslot-labels span {
  min-width: 80px;       
  flex: 1 0 auto;      
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
}

.timeslot-section{
  padding: 0 28px;
}
.timeslot:last-child {
  border-right: none;
}

.timeslot.available {
  background-color: #fff;
}

.timeslot.selected {
  background-color: #4CAF50;
}

.timeslot.unavailable {
  background-color: #ccc;
  cursor: not-allowed;
}

.timeslot-labels span {
  font-size: 12px;
  flex: 1;
  text-align: center;
}
.slot-blocks span{
  margin-left: 10px;
}

@media (max-width: 576px) {
  .timeslot-legend {
    flex-direction: column;
    gap: 10px;
  }
  .slot-blocks span {
    margin-left: 2px;
  }
}

.provider-journey {
  /* padding: 60px 0; */
    /* padding-bottom: 24px; */
}

.provider-journey .section-title {
  font-size: 40px;
  font-weight: 600;
  color: #083863;
}
.provider-journey .section-title.custom {
  font-size: 16px;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  /* padding: 0 20px; */
  margin-bottom: 20px;
}

.journey-grid.CTA {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  /* padding: 0 20px; */
  margin-top: 20px;
}

.journey-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  padding: 5px 24px 20px;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
}


.journey-card.CTA {
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  padding:  0px !important;
  text-align: center;
  position: relative;
}

.journey-card.CTA:not(:last-child) {
  border-right: 3px solid #fff;
  height: 80%;
}

.journey-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.journey-card.CTA:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
}
#officeFeatures .journey-card:hover {
  transform: none !important;
  box-shadow: none !important;
}
#officeFeatures .journey-card {
  transition: none !important;
}
#officeFeatures .journey-card img {
  transition: transform 0.3s ease;
}
#officeFeatures .journey-card:hover img {
  transform: translateY(-5px);
}
.journey-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 10px; */
}
.journey-card.CTA .card-header {
  display: flex;
  justify-content:center;
  align-items: center;
  /* margin-bottom: 10px; */
}

.journey-card img {
  width: 40px;
  height: 40px;
}

.journey-card .step-number {
  font-size: 69px;
  font-weight: 700;
  color: #E1EAF3;
}

.journey-card h4 {
  font-size: 26px;
  font-weight: 600;
  color: #03356B;
  margin-bottom: 5px;
}

.journey-card p {
  font-size: 14px;
  color: #363739;
  /* line-height: 1.5; */
}
.journey-card.CTA p {
  font-weight: 400;
}

/* Responsive */
@media (max-width: 768px) {
  .provider-journey .section-title {
    font-size: 1.5rem;
  }
  .journey-card {
    padding: 26px;
  }
  .journey-card .step-number {
    font-size: 55px;
  }
  .journey-card h4 {
    font-size: 24px;
  }
  .journey-card p {
    font-size: 16px;
  }
  .provider-journey .section-title.custom{
    font-size: 21px;
  }
}

/* --- OVERLAPPING FORM --- */
.hero-form {
  position: absolute;
  top: 90%;
  right: 192px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  width: 410px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  z-index: 3;
}

.hero-form h3 {
  color: #083863;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 30px;
}

.hero-form form input,
.hero-form form textarea {
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 12px;
  border: 1px solid #dcdcdcbe;
  border-radius: 12px;
  font-size: 0.99rem;
}

.hero-form form textarea {
  height: 80px;
  resize: none;
}

/* --- BENEFITS SECTION --- */
.benefits-section {
  background: #fff;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  gap: 80px;
  text-align: center;
  flex-wrap: wrap;
}

.benefit {
  max-width: 250px;
  text-align: start;
  padding-left: 30px;
}

.benefit img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.benefit h4 {
  color: #083863;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.benefit p {
  color: #4a5568;
  font-size: 0.95rem;
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {

  .hero-form {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
  }

  .benefits-section {
    gap: 40px;
    padding: 0 30px;
    margin-top: 35px;
  }
}

.nav-link-spacing {
  padding-right: 35px !important;
}

.drop-down-list{
  max-height: 15rem;
}

.max-w-650 {
  max-width: 650px;
}

.max-h-70vh {
  max-height: 70vh;
}

@media (max-width: 320px){
.officefnd-footer-mb .app-buttons{
  flex-direction: column;
}
}
 @media (min-width: 320px) and (max-width: 576px) {
  .custom-dropdown-menu{
    width: auto;
  }
  .dropdown-list {
    left: 0px;
    top: 110%;
    width: 100%;
  }
 .custom-search-dropdown .selected-location-2{
    font-size: 13px;
    border: 1px solid;
    color: #707070;
    border-radius: 25px;
    padding: 8px 13px;
    background: #fff;
  }
  .filter .container{
    overflow: auto;
    /* padding-left: 120px; */
  }
  .hNlweV {
    width: max-content;
  }
 .search-card{
    display: none;
  }
  .search-box{
    display: block;
  }
  .hero-buttons .btn-hero-2:not(:last-child)::after {
    display: none;
  }
  .solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 20px;
}
.solution-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 150px;
  background-size: cover;
  background-position: center;
  display: flex;
align-items: center;
  flex-direction: column-reverse;
    justify-content:center;
  cursor: pointer;
  transition: transform 0.3s;
}
.solution-content h5{
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}
.solution-content span{
  text-align: center;
  font-weight: 400;
}
.solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
 background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, rgb(3 53 107) 100%);
}
.solution-card .next-btn{
  margin-left: auto;
}
.solution-card .next-btn img{
  height: 35px;
}

.stats-section .worldimg-mobile{
  display: block;
}
.stats-section .worldimg-mobile img{
  max-width: 100%;
  margin-bottom: 20px;
}
}

.breadcrumb-section{
  background: #EDF1F5;
  padding: 10px 0;
}
.breadcrumb{
  margin-bottom: 0;
}
.breadcrumb-item a{
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.breadcrumb-section .sub p{
  font-size: 14px;
  color: #7E7E7E;
  margin-bottom: 0;
  margin-top: 5px;
}
.breadcrumb-section.commercial-bread{
  background: none;
}
.breadcrumb-section .hero-card{
  background-color: #EDF1F5;
  padding: 30px 14px 8px;
  bottom: 30px;
  z-index: -1;
}

/* -----Sticky Bar------- */
.sticky-interest-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #eaeff5;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

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

.interest-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.interest-content h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #0b3b78;
}

.enquire-btn {
    background: #0b3b78;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.enquire-btn:hover {
    background: #072a57;
}

/* --------------------------RESPONSIVE FOR MOBILE------------------------ */

/* Responsive: keep items on same row */
@media (max-width: 600px) {

    .sticky-interest-bar {
        padding: 12px 0;
    }

    .interest-content {
        flex-direction: row; 
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        gap: 10px;
    }

    .interest-content h3 {
        font-size: 16px;
        flex: 1;        
        margin: 0;
    }

    .enquire-btn {
        font-size: 14px;
        padding: 10px 18px;
        white-space: nowrap;    
        border-radius: 8px;
    }
}

.popup {
    width: 340px;
    margin: 50px auto;
    display: none;
}
.popup-content {
    background: #fff;
    border-radius: 24px;
    text-align: center;
    padding-top: 25px;
    padding: 32px 24px 10px; 
    box-shadow: 0px 10px 30px rgba(0,0,0,0.06);
    width: auto;
}

.icon-check {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    position: relative;
}


.popup-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #03356B;
    font-weight: 700;
}

.popup-content p {
    font-size: 18px;
    color: #03356B;
    line-height: 1.5;
    padding: 0 21px;
}

.popup-content .assist-box {
    background: #EDF1F5;
    padding: 20px 20px 30px;
    border-radius: 24px 24px;
    margin-top: 25px;
}

.popup-content .assist-title {
    font-weight:700;
    margin-bottom: 15px;
    font-size: 18px;
}

.popup-content .assist-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.popup-content .assist-btn {
    background: #062b5a;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 15px;
}

.modal-wrapper {
  background: #f4f4f4 !important;
  border-radius: 16px;
}

/* Dropdown */
/* .custom-dropdown .selected {
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  font-size: 15px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

/* Hero section */
.hero-btn {
  background: transparent;
  border: none;
  font-size: 13px;
  width: 33%;
}

.hero-btn.active {
  border-bottom: 3px solid #ff9800;
  position: relative;
}

.hero-btn.active::after {
  content: "";
  width: 12px;
  height: 8px;
  background: #ff9800;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

/* Space type buttons */
.btn-space {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 8px 12px;
  flex: 1;
}

.btn-space.active {
  background: #ff9800;
  color: #fff;
  border-color: #ff9800;
}

/* WRAPPER */
.location-dropdown {
    width: 100%;
    position: relative;
}

/* TOP SELECT BOX */
.location-dropdown-btn {
    width: 100%;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 14px 16px;
    color: #444;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* Dropdown arrow */
.ld-arrow {
    width: 16px;
    height: 16px;
}

/* DROPDOWN MENU */
.search-wrapper{
  background-color: #FFFFFF;
  border-radius: 12px;
}
.location-dropdown-menu {
    width: 100%;
    list-style: none;
    padding: 14px;
    background: #ffffff;
    border-radius: 0 0  12px 12px;
    display: none;
}

.location-dropdown.open .location-dropdown-menu {
    display: block;
}

/* OPTION ROW */
.location-option {
    padding: 6px 0;
}

/* LABEL – clickable full row */
.location-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* HIDE ACTUAL RADIO */
.location-label input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    opacity: 0;
}

/* CUSTOM DOT = Exact Image 2 dot */
.location-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #eaeaea;
    border: 2px solid #eaeaea;
    display: inline-block;
    transition: 0.2s;
}

/* ACTIVE STATE */
.location-label input[type="radio"]:checked + .location-dot {
    background: #0a3d62;    /* or match your accent color */
    border-color: #0a3d62;
}
.CTA-section .adv-card-2 {
    background-color: #00376B; /* Dark Blue BG */
    border-radius: 15px;
    padding: 0px 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    min-height: 85px;
}

/* Image section */
.CTA-section .img-div img {
    width: 140px;
    height: 85px;
    object-fit: cover;
    border-radius: 15px;
}

/* Text area */
.CTA-section .proprty-details {
    flex: 1;
    padding: 0 20px;
    color: #fff;
}

.CTA-section .proprty-details h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.CTA-section .proprty-details p {
    color: #fff;
    font-size: 14px;
    margin: 4px 0 0 0;
    font-weight: 400;
}

/* Button section */
.CTA-section .button {
    display: flex;
    align-items: center;
}

.btn-primary-cust {
    background: white;
    color: #000000;
    border-radius: 8px;
    padding: 6px 18px;
    font-size: 14px;
    border: none;
}

/* Responsive */
@media (max-width: 768px) {
    .CTA-section .adv-card-2 {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .CTA-section .img-div img {
        margin-bottom: 15px;
    }

    .CTA-section .proprty-details {
        padding: 0;
    }

    .CTA-section .button {
        margin-top: 15px;
        justify-content: center;
    }
}
.scroll-arrow {
  background: none;
  border: none;
  font-size: 48px;
  color: #7a7a7a;
  cursor: pointer;
  padding: 0;
  margin-top: -5px;
  user-select: none;
}

.sub-nav {
  display: none;              
  gap: 40px;
  padding: 14px 24px;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;

  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 100;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.sub-nav.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.cust-container{
  display: flex;
  gap: 40px;
}

/* Links */
.sub-nav-link {
  text-decoration: none;
  font-size: 15px;
  color: #4b5966;
  font-weight: 400;
  padding-bottom: 8px;
  position: relative;
}

/* Active */
.sub-nav-link.active {
  color: #0f2c5c;
  font-weight: 600;
  /* border-bottom: 2px solid var(--accent); */
}

/* Active underline */
.sub-nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 3px;
  background: #1f3bb3;
  border-radius: 2px;
}

/* Sections (demo spacing) */
.page-section {
  padding: 80px 24px;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .cust-container{
  display: flex;
  gap: 5px;
}

  .sub-nav {
    overflow-x: auto;
    white-space: nowrap;
    gap: 4px;
    padding: 8px 0px;
    top:60px;
  }
  .sub-nav-link {
    font-size: 10px;
  }
  .sub-nav::-webkit-scrollbar {
    display: none;
  }
  .sub-nav-link.active::after {
    bottom: 0px;
  }
}

.icon-check img, .icon-danger img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-danger {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    position: relative;
    display: flex;
}
.status-modal {
   display:none;
   cursor: pointer;

}
.status-modal .show {
    display:block;
    cursor: pointer;
}
.icon-danger img{
  width: 100px !important;
}
.status-modal-size{
  max-width: "400px";
}
.popup{
  display: block !important;
}