
/* =============================================
   INDIA INVEST SECTION — wii- prefixed styles
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;1,300;1,400&family=Montserrat:wght@300;400;500&display=swap');

.wii-section {
  background-image: url('../images/new-img/bg-img.png'); /* replace with your path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1a1a;
  padding: 90px 0px 80px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  width: 100%;
  float: left;
}

/* ---- Top centered heading ---- */
.wii-header {
  text-align: center;
  /* max-width: 720px; */
  margin: 0 auto 60px auto;
}

.wii-heading {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 48px;
    line-height: 42px;
    letter-spacing: 5px;
    color: #ffffff;
    margin: 0 0 22px 0;
    text-transform: uppercase;
}

.wii-desc {
  font-family: "Poppins";
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0px;
    margin-bottom: 35px;
    float: none;
}

/* ---- 4-column cards ---- */
.wii-cards{
    width:78%;
    margin:0 auto;float: none !important;
     height:100%;
}

.wii-card {
    background-color: #ffffff;
    padding: 40px 32px 44px 32px;
    box-sizing: border-box;
    text-align: left;
    height: 450px!important;
    display: flow-root;
}

.owl-item{
    height: auto !important;
}

.owl-carousel{float: left;}

/* ---- Icon ---- */
.wii-card-icon {
  /*width: 26px;*/
  height: 26px;
  margin: 0 auto;
}

.wii-card-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #1a1a1a;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---- Stat ---- */
.wii-card-stat {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  margin: 10px 0 25px 0;
  display: block;
  text-align: center;
}

/* ---- Card title ---- */
.wii-card-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #1a1a1a;
  text-transform: uppercase;
  margin: 0 0 0 0;
  text-align: center;
}

.wii-card-title::after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #c9b98a;
    margin-top: 14px;
    /* margin-bottom: 18px; */
    margin: 15px auto;
}

/* ---- Body text ---- */
.wii-card-text {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  color: #7a7570;
  margin: 0;
  letter-spacing: 0.01em;
  text-align: center;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .wii-section { padding: 70px 40px 60px; }
  .wii-heading { font-size: 38px; }
  .wii-card { padding: 32px 24px 38px; }
  .wii-card-stat { font-size: 42px; }
}

@media (max-width: 768px) {
  .wii-section { padding: 60px 28px 50px; }
  .wii-header { margin-bottom: 40px; }
  .wii-heading { font-size: 32px; }
  .wii-cards { grid-template-columns: repeat(2, 1fr); }
  .wii-card-icon {   float: left;}
}



/* =============================================
   COMMERCIAL RE SECTION — cre- prefixed styles
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;1,300;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

.cre-section {
  background-color: #ffffff;
  padding: 90px 0px 90px 0px;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  float: left;
}

/* ---- Header ---- */
.cre-header {
    text-align: center;
    /* max-width: 680px; */
    margin: 0 auto 52px auto;
    width: 62%;
}

.cre-heading {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}


.cre-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  color: #8a8278;
  margin: 0;
  letter-spacing: 0.01em;
  float: none;
  font-family: "Poppins";
}

/* ---- Cards grid ---- */
.cre-cards-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  width: 78%;
  margin: 0 auto 35px auto;
}

.cre-cards-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  width: 78%;
  margin: 0 auto;
}

.cre-card {
  background-color: #f5f4f1;
  padding: 32px 32px 36px 32px;
  box-sizing: border-box;
}

.cre-card-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 22px;
}

.cre-card-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #c9a96e;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cre-card-title {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #000000;
  margin: 0 0 12px 0;
}

.cre-card-text {
  font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #000000;
    margin: 0;
    letter-spacing: 0.01em;
}

.cre-table-header h3{
      font-family: "Poppins";
}

/* ---- Asset Class Table Section ---- */
/* ---- Asset Class Table Section ---- */
.cre-table-section {
  width: 78%;
  margin: 52px auto 0 auto;
  box-sizing: border-box;
  background-color: #1a2340;
  border: #d9d9d9 1px solid;
}

/* Dark navy header block */
.cre-table-header {
  background-color: #1a2340;
  padding: 32px 44px 24px 44px;
}

.cre-table-subtitle {
  font-size: 11px;
  font-weight: 300;
  color: #8a94b0;
  letter-spacing: 0.02em;
  margin: 0 0 24px 0;
}


.cre-table-subtitle {
  font-family: 'Poppins';
  font-size: 11px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0 0 24px 0;
}

/* Column heading row — also inside dark block */
.cre-table {
  width: 100%;
  border-collapse: collapse;
}

.cre-table thead {
    background-color: #e7e8ea;
}

.cre-table thead tr {
  border-top: 1px solid #2e3a5a;
}

.cre-table thead th {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000013;
  padding: 14px 0 14px 0;
  text-align: left;
  font-family: 'Poppins';
}

.cre-table thead th:first-child,
.cre-table tbody td:first-child {
  padding-left: 44px;
}

.cre-table thead th:last-child,
.cre-table tbody td:last-child {
  padding-right: 44px;
}

/* White rows */
.cre-table tbody {
      background-color: #f3f4f6;
}

.cre-table tbody tr {
  border-bottom: 1px solid #2e3a5a;
}


.cre-table tbody tr:last-child {
  border-bottom: none;
}

.cre-table tbody td {
  font-size: 12px;
  font-weight: 400;
  color: #000013;
  padding: 18px 0;
  letter-spacing: 0.02em;
}

/* Asset class name — dark, bold */
.cre-table tbody td:first-child {
  font-family: 'Poppins';
  font-weight: 600;
  color: #1f2638;
  font-size: 12px;
  letter-spacing: 0.02em;
}

h3
 {
    font-size: 26px;
    color: #fff;
}



/* Volatility dot + label */
.cre-vol {
  display: flex;
  align-items: center;
  gap: 7px;
}

.cre-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.cre-dot--low    { background-color: #4caf82; }
.cre-dot--medium { background-color: #e0a040; }
.cre-dot--high   { background-color: #d94f4f; }

/* Responsive */
@media (max-width: 768px) {
  .cre-table-header {
    padding: 28px 24px 0 24px;
  }

  .cre-table thead th:first-child,
  .cre-table tbody td:first-child {
    padding-left: 24px;
  }

  .cre-table thead th:last-child,
  .cre-table tbody td:last-child {
    padding-right: 24px;
  }

  .cre-table-section {
    overflow-x: auto;
  }

  .cre-table {
    min-width: 520px;
  }
}








/* =============================================
   MFC SECTION — mfc- prefixed styles
   ============================================= */

/* =============================================
   MFC SECTION — mfc- prefixed styles
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Montserrat:wght@300;400;500&display=swap');

.mfc-section {
  background-image: url('../images/new-img/bg-img.png'); /* replace with your path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  width: 100%;
  float: left;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  padding: 5% 0%;
}

.mfc-section * {
  box-sizing: border-box;
}

/* ================================================
   TOP HALF — left text + right image
   ================================================ */
.mfc-top {
  display: flex;
  align-items: center; /* Changed from flex-start to center for vertical alignment */
  gap: 0;
  padding: 80px 0px 70px 0px;
  width: 78%;
  margin: 0 auto; /* Center the section */
}

/* Left column — flexible width */
.mfc-left {
  flex: 1;
  padding-right: 50px;
  max-width: 55%; /* Slightly adjusted */
}

.mfc-heading {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 48px; /* Slightly larger */
  line-height: 1.15;
  letter-spacing: 0.04em;
  color: #C5A059;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.mfc-desc {
  font-family: 'Poppins';
  font-size: 18px; /* Slightly larger */
  font-weight: 300;
  line-height: 1.85;
  color: #ffffff;
  margin: 0 0 36px 0;
  letter-spacing: 0.01em;
  max-width: 90%; /* Prevent text from stretching too wide */
}

/* Stats — improved grid */
.mfc-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  width: 100%;
  margin: 0; /* Remove auto margin if causing issues */
}

.mfc-stat {
  border-left: 2px solid #b89a5a;
  padding-left: 16px;
}

/* BFSI spans full width */
.mfc-stat--full {
  grid-column: 1 / -1;
  text-align: left; /* Keep left alignment as per design */
}

.mfc-stat-value {
  font-family: 'Poppins';
  display: block;
/*  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
   */font-weight:500;
 font-size: 20px; /* Slightly larger */
  letter-spacing: 0.04em;
  color: #b89a5a;
  margin-bottom: 4px;
  line-height: 1.3;
}

.mfc-stat-label {
  font-family: 'Poppins';
  display: block;
  font-size: 10px; /* Slightly larger */
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
}

/* Right column — image */
.mfc-right {
  flex: 0 0 40%; /* Fixed width for image */
}

.mfc-right img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* ================================================
   BOTTOM HALF — quote + 4 cards
   ================================================ */
.mfc-bottom {
  width: 78%;
  margin: 0 auto; /* Center the section */
}

.mfc-quote {
  font-family: 'Poppins';
  text-align: center;
  font-size: 18px; /* Slightly larger */
  font-weight: 300;
  line-height: 1.85;
  color: #ffffff;
  letter-spacing: 0.01em;
  width: 100%; /* Wider to accommodate text */
  margin: 0 auto 50px auto; /* Center the quote */
}

/* 4 image cards — equal columns, full width */
.mfc-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; /* Slightly larger gap */
  width: 100%;
}

.mfc-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /* aspect-ratio: 3 / 4; */
  /* border: 2px solid transparent;
  transition: border-color 0.3s ease; */
}

/* .mfc-card.mfc-active {
  border-color: #b89a5a;
} */

.mfc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.mfc-card:hover img {
  transform: scale(1.04);
}

.mfc-card-overlay {
  position: absolute;
  /* inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.80) 100%); */
  pointer-events: none;
}

.mfc-card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 16px;
  text-align: left;
}

.mfc-card-country {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #C5A059;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.mfc-card-city {
  display: block;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

/* ================================================
   RESPONSIVE
   ================================================ */

/* Tablet and smaller screens */
@media (max-width: 1024px) {
  .mfc-top,
  .mfc-bottom {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .mfc-top {
    gap: 30px;
  }

  .mfc-left {
    max-width: 60%;
    padding-right: 30px;
  }

  .mfc-right {
    flex: 0 0 35%;
  }

  .mfc-stats {
    gap: 15px 25px;
    max-width: 100%;
  }

  .mfc-desc {
    max-width: 100%;
  }
}

/* Mobile screens */
@media (max-width: 820px) {
  .mfc-top {
    flex-direction: column;
    gap: 36px;
    padding: 60px 36px 50px;
    align-items: flex-start; /* Reset alignment for mobile */
  }

  .mfc-left {
    flex: none;
    max-width: 100%;
    padding-right: 0;
  }

  .mfc-right {
    flex: none;
    width: 100%;
  }

  .mfc-right img {
    height: auto;
    max-height: 300px;
    object-fit: cover;
  }

  .mfc-bottom {
    padding: 40px 36px 70px;
  }

  .mfc-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .mfc-quote {
    font-size: 13px;
    padding: 0 20px;
  }
}

/* Small mobile screens */
@media (max-width: 500px) {
  .mfc-top {
    padding: 40px 16px 30px;
  }

  .mfc-bottom {
    padding: 30px 16px 50px;
  }

  .mfc-heading {
    font-size: 28px;
  }

  .mfc-desc {
    font-size: 13px;
    text-align: center;
  }

  .mfc-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mfc-stat {
    padding-left: 12px;
  }

  .mfc-stat-value {
    font-size: 18px;
  }

  .mfc-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .mfc-quote {
    font-size: 12px;
    padding: 0 10px;
    max-width: 100%;
  }

  .mfc-card-label {
    padding: 12px 10px;
  }

  .mfc-card-city {
    font-size: 14px;
  }

  .mfc-card-country {
    font-size: 8px;
  }
}

/* Extra small screens */
@media (max-width: 380px) {
  .mfc-cards {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
  
  .mfc-card {
    aspect-ratio: 2/3;
  }
}


/* =============================================
   NEXT CHAPTER SECTION — nc- prefixed styles
   ============================================= */

.next-chapter-section {
  background-image: url('../images/new-img/bg-img.png');
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.next-chapter-section * {
  box-sizing: border-box;
}

.nc-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.nc-row {
  display: flex;
  gap: 80px;
  align-items: center;
}

.nc-col {
  flex: 1;
  min-width: 0;
}

.nc-left {
  flex: 0 0 45%;
  max-width: 45%;
}

.nc-right {
  flex: 0 0 55%;
  max-width: 55%;
}

.nc-subtitle {
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 28px);
  color: #b89a5a;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nc-title {
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(32px, 3vw, 48px);
  color: #b89a5a;
  margin: 5px 0 25px 0;
  display: block;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nc-highlight-box {
  border-left: 2px solid #b89a5a;
  background: rgba(184, 154, 90, 0.07);
  padding: 20px 24px;
  margin: 30px 0;
  border-radius: 0 4px 4px 0;
}

.nc-hb-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #b89a5a;
  margin: 0 0 8px 0;
  letter-spacing: 0.02em;
}

.nc-hb-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.6;
  color: #d1d1d1;
  margin: 0;
}

.nc-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 24px;
  margin-top: 40px;
}

.nc-feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.nc-feature-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.nc-feature-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #b89a5a;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nc-feature-content {
  flex: 1;
}

.nc-feature-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  margin: 0 0 4px 0;
  letter-spacing: 0.01em;
}

.nc-feature-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
  color: #a0a0a0;
  margin: 0;
}

.nc-map-wrapper {
  width: 100%;
  position: relative;
}

.nc-map-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .next-chapter-section {
    padding: 80px 0;
  }
  .nc-row {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .next-chapter-section {
    padding: 60px 0;
  }
  .nc-row {
    flex-direction: column;
    gap: 50px;
  }
  .nc-left, .nc-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .nc-container {
    padding: 0 20px;
  }
  .nc-features-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .nc-title {
    margin-bottom: 20px;
  }
  .nc-highlight-box {
    margin: 20px 0;
    padding: 16px 20px;
  }
}


/* =============================================
   NEW FOOTER STYLES — footer-new- prefixed
   ============================================= */

.footer {
    background-color: #1a1a1a;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.footer-new-wrap {
    /* max-width: 1300px; */
    margin: 0 auto;
    padding: 50px 60px 30px 60px;
    box-sizing: border-box;
}

/* Top row: left (logos + desc) | right (policy links + copyright) */
.footer-new-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* LEFT */
.footer-new-left {
    flex: 0 0 55%;
    max-width: 55%;
}

.footer-logos {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.footer-logo-img {
    height: auto;
    width: auto;
    object-fit: contain;
    /* filter: brightness(0) invert(1);
    opacity: 0.9; */
}

.footer-logo-labdhi {
    height: 30px;
}

.footer-logo-divider {
    color: rgba(255,255,255,0.35);
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
}

.footer-desc {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(255,255,255,0.60);
    margin: 0;
    letter-spacing: 0.01em;
    font-family: 'Montserrat', sans-serif;
}

/* RIGHT */
.footer-new-right {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

.footer-policy-links {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-policy-links a {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    letter-spacing: 0.04em;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.2s;
}

.footer-policy-links a:hover {
    color: #b89a5a;
}

.footer-copyright {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,0.50);
    margin: 0;
    letter-spacing: 0.02em;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
}

/* Disclaimer */
.footer-disclaimer {
    margin-top: 22px;
}

.footer-disclaimer p {
    font-size: 10.5px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255,255,255,0.32);
    margin: 0;
    letter-spacing: 0.01em;
    font-family: 'Montserrat', sans-serif;
}

/* Responsive */
@media (max-width: 900px) {
    .footer-new-wrap {
        padding: 40px 36px 24px 36px;
    }
    .footer-new-top {
        flex-direction: column;
        gap: 28px;
    }
    .footer-new-left,
    .footer-new-right {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    .footer-new-right {
        align-items: flex-start;
    }
    .footer-policy-links {
        justify-content: flex-start;
    }
    .footer-copyright {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .footer-new-wrap {
        padding: 32px 20px 20px 20px;
    }
    .footer-policy-links {
        gap: 16px;
    }
    .footer-logo-img {
        height: 28px;
    }
}




/* =============================================
   BKC SECTION — bkc- prefixed styles
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

.bkc-section {
  background-color: #ffffff;
  padding: 80px 0px 90px 0px;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  float: left;
}

.bkc-section * {
  box-sizing: border-box;
}

/* ---- Header ---- */
.bkc-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px auto;
}

.bkc-heading {
  font-family: "Poppins";
  font-weight: 600;
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 1.15;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}

.bkc-subtitle {
  font-family: 'Poppins';
  font-size: 13px;
  font-weight: 300;
  color: #1a1a1a;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin: 0;
  text-align: center;
    width: 100%;
}

/* ---- 3 Stat Cards ---- */
.bkc-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 35px;
}


.bkc-stats1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-bottom: 35px;
}


.bkc-stat-card {
  background-color: #f5f4f1;
  padding: 36px 32px 40px 32px;
}

.bkc-stat-number {
    /* font-family: 'Cormorant Garamond', serif; */
    /* font-style: normal; */
    font-family: "Poppins";
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    color: #1a1a1a;
    display: block;
    margin-bottom: 20px;
}

.bkc-stat-label {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a1a1a;
  display: block;
  margin-bottom: 12px;
}

.bkc-stat-text {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 0;
}

/* ---- Bottom 2 Panels ---- */
.bkc-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

/* ---- Left: Infrastructure ---- */
.bkc-infra {
  background-color: #f5f4f1;
  padding: 36px 36px 40px 36px;
}

.bkc-panel-title {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #000000;
    margin: 0 0 28px 0;
}

.bkc-infra-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
}

.bkc-infra-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.bkc-infra-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
}

.bkc-infra-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #b89a5a;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bkc-infra-item-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.02em;
  margin: 0 0 6px 0;
  display: block;
}

.bkc-infra-item-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
  color: #43474EB2;
  margin: 0;
}

/* ---- Right: Ecosystem (dark) ---- */
.bkc-eco {
  background-image: url(../images/new-img/bg-img.png);
  padding: 36px 36px 40px 36px;
}

.bkc-eco .bkc-panel-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  color: #FFDEA6;
  margin-bottom: 32px;
}

.bkc-eco-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 16px;
  margin-bottom: 28px;
}

.bkc-eco-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.bkc-eco-icon {
  width: 28px;
  height: 28px;
}

.bkc-eco-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #FFDEA6;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bkc-eco-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
}

.bkc-eco-note {
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  border-top: 1px solid #ffffff;
  padding-top: 20px;
  float: none;
}

.bkc-bg{
  width: 78%;
  margin: 0 auto;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .bkc-section {
    padding: 60px 40px 70px;
  }

  .bkc-stats {
    grid-template-columns: 1fr;
  }

  .bkc-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .bkc-section {
    padding: 50px 20px 60px;
  }

  .bkc-heading {
    font-size: 24px;
  }

  .bkc-infra-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bkc-eco-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
  }
}

/* =============================================
   CONTACT SECTION — CSS STYLES
   ============================================= */

.contact-section {
  background-color: #ffffff;
  padding: 100px 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 10;
}

.contact-container {
max-width: 78% !important;
  margin: 0 auto !important;
  padding:80px 0px !important;
  display: flex !important;
  gap: 80px !important;
  align-items: center !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.contact-left {
  flex: 0 0 45% !important;
  max-width: 45% !important;
  width: 45% !important;
  float: none !important;
}

.contact-heading {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 48px !important;
  line-height: 1.1 !important;
  letter-spacing: 0.05em !important;
  color: #1a1a1a !important;
  margin: 0 0 24px 0 !important;
  text-transform: uppercase !important;
}

.contact-desc {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.7 !important;
  color: #777777 !important;
  margin: 0 0 40px 0 !important;
  letter-spacing: 0.01em !important;
  text-align: left !important;
  width: auto !important;
}

.contact-info-list {

  flex-direction: column;
  gap: 30px;
}

.contact-info-item {

  align-items: center;
  gap: 20px;
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}

.contact-info-icon-box {
  width: 46px;
  height: 46px;
  background-color: #f1f3f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex-shrink: 0;
  color: #1a1a1a;float: left;
}

.contact-info-icon-box svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.contact-info-content {
  display: flex;
  flex-direction: column;
  gap: 4px;float: left;
  width: 87%;
  margin: 0 0px 0 20px;
}

.contact-info-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  margin: 0 !important;
  text-align: left !important;
  width: auto !important;
}

.contact-info-detail {
  font-size: 13px !important;
  color: #666666 !important;
  margin: 0 !important;
  font-weight: 300 !important;
  text-align: left !important;
  width: auto !important;
  line-height: 1.4 !important;
}

.contact-right {
  flex:0 0 50% !important;
  max-width: 55% !important;
  width: 55% !important;
  float: none !important;
}

.contact-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.04);
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact-form-row {
  display: flex;
  gap: 20px;
}

.contact-form-row .contact-form-group {
  flex: 1;
}

.contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form-label {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  text-transform: uppercase;
}

.contact-form-input,
.contact-form-select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13.5px;
  box-sizing: border-box;
  color: #1a1a1a;
  background-color: #ffffff;
  transition: border-color 0.2s ease;
}

.contact-form-input:focus,
.contact-form-select:focus {
  border-color: #1a1a1a;
  outline: none;
}

.phone-field-wrap {
  width: 100%;
  display: block;
}
 
.iti {
  width: 100% !important;
  display: block !important;
  position: relative;
}


.phone-input{ width: 100% !important; padding-left:100px !important ;}

.iti input {
  width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
  display: block;
}

.iti__country-list {
  z-index: 99999;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.contact-form-btn {
  background-color: #111524;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: 10px;
  width: 100%;
}

.contact-form-btn:hover {
  background-color: #1c223a;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .contact-container {
    flex-direction: column;
    gap: 50px;
    padding: 0 24px;
  }

  .contact-left,
  .contact-right {
    max-width: 100%;
    flex: none;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .contact-section {
    padding: 60px 0;
  }

  .contact-container {
    padding: 0 16px;
  }

  .contact-card {
    padding: 24px 20px;
  }

  .contact-form-row {
    flex-direction: column;
    gap: 22px;
  }

  .contact-heading {
    font-size: 34px;
  }
}


/* =============================================
   BKC NEXT CHAPTER H-BLOCK SECTION
   ============================================= */
.hblock-section {
  background-image: url(../images/new-img/bg-img.png);
  background-repeat: no-repeat;
  padding: 80px 0 80px 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  background-size: cover;
  background-position: center;
}

.hblock-container {
  max-width: 78%;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.hblock-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.hblock-left {
  flex: 1;
  max-width: 600px;
}

.hblock-title-wrap {
  margin-bottom: 50px;
}

.hblock-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b89a5a;
  letter-spacing: 0.15em;
  display: block;
}

.hblock-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  margin: 10px 0 0 0;
}

.hblock-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}

.hblock-feature-item {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.hblock-feature-bar {
  width: 2px;
  background-color: #b89a5a;
  flex-shrink: 0;
  border-radius: 1px;
}

.hblock-feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hblock-feature-title {
  font-family: "Poppins";
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 500;
  line-height: 1.35;
  color: #ffffff;
  margin: 0;
}

.hblock-feature-desc {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    margin: 6px 0 0 0;
}


.hblock-right {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

.hblock-map-wrap {
  position: relative;
  width: 100%;
  max-width: 550px;
}

.hblock-map-img {
  width: 100%;
  height: auto;
  display: block;
}

.hblock-map-circle {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  overflow: hidden;
  bottom: -60px;
  right: -20px;
  background-color: #ffffff;
}

.hblock-map-circle-img {
  width: 280%;
  height: 280%;
  position: absolute;
  top: -120%;
  left: -80%;
  object-fit: cover;
}

/* ---- Responsive Styles ---- */
@media (max-width: 991px) {
  .hblock-row {
    flex-direction: column;
    gap: 60px;
  }
  .hblock-left {
    max-width: 100%;
    width: 100%;
  }
  .hblock-right {
    width: 100%;
    justify-content: center;
  }
  .hblock-map-wrap {
    max-width: 500px;
  }
  .hblock-map-circle {
    width: 160px;
    height: 160px;
    bottom: -40px;
    right: -10px;
  }
}

@media (max-width: 575px) {
  .hblock-section {
    padding: 70px 0 100px 0;
  }
  .hblock-container {
    padding: 0 20px;
  }
  .hblock-features {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .hblock-map-circle {
    width: 130px;
    height: 130px;
    bottom: -30px;
    right: 0px;
  }
}


@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .opp-heading {text-align: center;}
  .opp-price-label {text-align: center;}
  .opp-price {text-align: center !important;}
  .wii-section { padding: 50px 20px 40px; }
  .wii-heading { font-size: 28px; }
  .wii-cards { grid-template-columns: 1fr; width: 95%;}
  .wii-card-stat { font-size: 30px; }
  .wii-card-icon {   float: left;}
  .wii-card-title{ float: left;  width: 100%;}
  .cre-table-subtitle { text-align: center; }
.cre-heading {  font-size: 25px;}
.cre-section {  padding: 90px 5% 90px 5%;}
.cre-card-icon { width: 32px;  height: 32px;  margin-bottom: 22px; margin: 0 auto;}
.cre-card {  padding: 32px 32px 36px 32px; width: 100%;}
.cre-cards-top {  display: grid;  grid-template-columns: repeat(1, 1fr);  gap: 35px;  width: 95%;  margin: 0 auto 35px auto;}
.cre-card-text{text-align: center;}
.cre-cards-bottom { grid-template-columns: repeat(1, 1fr);  width: 95%;  margin: 0 auto;}
.cre-table-section{  width: 95%;}
.mfc-cards {    grid-template-columns: repeat(1, 1fr);}
.bkc-bottom {  display: block;}
.bkc-bg {  width: 100%;}
  .bkc-header {   margin: 0 auto 100px auto;}
    .bkc-stats {   margin: 0;  display: block;    float: left;}
.bkc-panel-title{text-align: center;}
.bkc-eco-grid {    grid-template-columns: repeat(2, 1fr);}
.bkc-stats1 {   display: block;
    float: left;
    margin: 0 0 50px 0;}
.cre-desc {
  font-size: 14px; 
  line-height: 25px;}
.cre-header { 
  margin: 0 auto 52px auto;
  width: 88%;
}.bkc-stat-card { 
  padding: 36px 32px 0px 32px;
  margin-bottom: 0px;
  height: fit-content;
  float: left;
  text-align: center;
}

.mfc-stat-value {
  text-align: center;
}
.mfc-stat-label {
  text-align: center;
}
.mfc-heading {
  text-align: center;
}
    .contact-right {  flex: 0 0 100% !important;  max-width: 100% !important;  width: 100% !important;}
  .contact-left {  flex: 0 0 100% !important; max-width: 100% !important;  width: 100% !important;}
.hblock-title {   font-size: 23px; text-align: center;}
  .contact-info-content {  width: 75%;}
  .contact-heading { font-size: 30px !important;  margin: 0 0 10px 0 !important;}
  .contact-container {  max-width: 78% !important;  padding: 20px 0px 10px !important;  gap: 30px !important;}
  }



@media only screen and (min-width: 1001px) and (max-width: 1100px) {
.wii-cards{width: 95%;}
.cre-heading{font-size: 35px;}
.wii-card-stat {    font-size: 30px;}
    .cre-cards-top {   width: 88%;}
  .cre-cards-bottom {    width: 88%;}
  .cre-table-section {  width: 88%;}
  .mfc-top {  display: flex;     padding-right: 0px !important;    padding-left: 0px !important;  width: 88%;}
  .mfc-bottom {  width: 97%;}
  .bkc-bg {width: 88%;}
  .hblock-container {max-width: 88%;}
  .hblock-title {   font-size: 35px;}
  .contact-info-content {  display: flex;  flex-direction: column;  gap: 4px;  float: left;  width: 80%;}
  .contact-container {  max-width: 88% !important;}
  .contact-heading{   font-size: 35px !important;}
  .contact-desc {  font-size: 12px !important;}
}


@media only screen and (min-width: 1101px) and (max-width: 1200px) {
.wii-cards{width: 91%;}
.cre-heading{font-size: 35px;}
.wii-card-stat {    font-size: 30px;}
    .cre-cards-top {   width: 91%;}
  .cre-cards-bottom {    width: 91%;}
  .cre-table-section {  width: 91%;}
  .mfc-top {  display: flex;     padding-right: 0px !important;    padding-left: 0px !important;  width: 91%;}
  .mfc-bottom {  width: 91%;}
  .bkc-bg {width: 91%;}
  .hblock-container {max-width: 91%;}
  .hblock-title {   font-size: 35px;}
  .contact-info-content {  display: flex;  flex-direction: column;  gap: 4px;  float: left;  width: 80%;}
  .contact-container {  max-width: 91% !important;}
  .contact-heading{   font-size: 35px !important;}
  .contact-desc {  font-size: 12px !important;}
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
.wii-cards{width: 91%;}
.cre-heading{font-size: 35px;}
.wii-card-stat {    font-size: 30px;}
    .cre-cards-top {   width: 91%;}
  .cre-cards-bottom {    width: 91%;}
  .cre-table-section {  width: 91%;}
  .mfc-top {  display: flex;     padding-right: 0px !important;    padding-left: 0px !important;  width: 91%;}
  .mfc-bottom {  width: 91%;}
  .bkc-bg {width: 91%;}
  .hblock-container {max-width: 91%;}
  .hblock-title {   font-size: 35px;}
  .contact-info-content {  display: flex;  flex-direction: column;  gap: 4px;  float: left;  width: 80%;}
  .contact-container {  max-width: 91% !important;}
  .contact-heading{   font-size: 35px !important;}
  .contact-desc {  font-size: 12px !important;}
}


@media only screen and (min-width: 1301px) and (max-width: 1400px) {
.wii-cards{width: 91%;}
.cre-heading{font-size: 35px;}
.wii-card-stat {    font-size: 30px;}
    .cre-cards-top {   width: 91%;}
  .cre-cards-bottom {    width: 91%;}
  .cre-table-section {  width: 91%;}
  .mfc-top {  display: flex;     padding-right: 0px !important;    padding-left: 0px !important;  width: 91%;}
  .mfc-bottom {  width: 91%;}
  .bkc-bg {width: 91%;}
  .hblock-container {max-width: 91%;}
  .hblock-title {   font-size: 35px;}
  .contact-info-content {  display: flex;  flex-direction: column;  gap: 4px;  float: left;  width: 80%;}
  .contact-container {  max-width: 91% !important;}
  .contact-heading{   font-size: 35px !important;}
  .contact-desc {  font-size: 12px !important;}
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
.cre-heading{font-size: 35px;}
.wii-card-stat {    font-size: 30px;}
  .mfc-top {  display: flex;     padding-right: 0px !important;    padding-left: 0px !important; }
  .hblock-title {   font-size: 35px;}
  .contact-info-content {  display: flex;  flex-direction: column;  gap: 4px;  float: left;  }
  .contact-heading{   font-size: 35px !important;}
  .contact-desc {  font-size: 12px !important;}
}


@media only screen and (min-width: 1501px) and (max-width: 1600px) {
.cre-heading{font-size: 35px;}
.wii-card-stat {    font-size: 30px;}
  .mfc-top {  display: flex;     padding-right: 0px !important;    padding-left: 0px !important; }
  .hblock-title {   font-size: 35px;}
  .contact-info-content {  display: flex;  flex-direction: column;  gap: 4px;  float: left;  }
  .contact-heading{   font-size: 35px !important;}
  .contact-desc {  font-size: 12px !important;}
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
.cre-heading{font-size: 35px;}
.wii-card-stat {    font-size: 30px;}
  .mfc-top {  display: flex;     padding-right: 0px !important;    padding-left: 0px !important; }
  .hblock-title {   font-size: 35px;}
  .contact-info-content {  display: flex;  flex-direction: column;  gap: 4px;  float: left;  }
  .contact-heading{   font-size: 35px !important;}
  .contact-desc {  font-size: 12px !important;}
}



/* =============================================
   OPPORTUNITY SECTION — opp- prefixed styles
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

.opp-section {
    background-color: #eeece8;
    padding: 80px 0px 80px 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    float: left;
}

.opp-section * {
  box-sizing: border-box;width: 100%;display: block;
}

.opp-section p span{ text-align: center; width: 100%; font-size: 14px;     margin: 3% 0 0 0}

/* ================================================
   TOP: left content + right image
   ================================================ */
.opp-top {
    display: flex;
    align-items: center;
    gap: 60px;
    /* margin-bottom: 70px; */
    width: 80%;
    margin: 0 auto;
}

/* Left */
.opp-left {
  width: 50%;
}

.opp-heading {
  font-family: "Poppins";
  font-weight: 600;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: 0.06em;
  color: #1a1a1a;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  line-height: 1.1;
}

.opp-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
}

.opp-bullets li {
  font-family: "Poppins";
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3a3530;
  line-height: 1.5;
  margin-bottom: 13px;
}

.opp-bullets li::before {
  content: '•';
  color: #3a3530;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 1px;
}

.opp-price-label {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b89a5a;
    display: block;
    margin-bottom: 20px;
}

.opp-price {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 60px;
    letter-spacing: 0.04em;
    color: #b89a5a;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

/* Right — image */
.opp-right {
  width: 50%;
}

.opp-right img {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* ================================================
   BOTTOM: 3 stats row
   ================================================ */
.opp-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 80px;
    width: 80%;
    margin: 0 auto;
}

.opp-stat {
  padding: 0 40px;
  border-right: 1px solid #d4cfc8;
}

.opp-stat:first-child {
  padding-left: 0;
}

.opp-stat:last-child {
  border-right: none;
}

.opp-stat-number {
  display: block;
  font-family: "Poppins";
  font-weight: 600;
  font-size: clamp(36px, 4vw, 58px);
  letter-spacing: 0.02em;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 10px;
}

.opp-stat-label {
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8278;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .opp-section {
    padding: 70px 50px;
  }

  .opp-right img {
    height: 300px;
  }

  .opp-stat {
    padding: 0 28px;
  }
}

@media (max-width: 820px) {
  .opp-section {
    padding: 60px 36px;
  }

  .opp-top {
    flex-direction: column;
    gap: 36px;
    margin-bottom: 50px;
  }

  .opp-left {
    flex: none;
    max-width: 100%;
  }

  .opp-right img {
    height: 260px;
  }

  .opp-stats {
    grid-template-columns: 1fr;
    gap: 30px;
    border-top: 1px solid #d4cfc8;
  }

  .opp-stat {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #d4cfc8;
    padding-bottom: 28px;
    text-align: center;
  }

  .project06 h2 {
    text-align: center;
  }

      .project06 p {
        text-align: center;
      }

  .opp-stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 500px) {
  .opp-section {
    padding: 50px 20px;
  }

  .opp-heading {
    font-size: 28px;
  }

  .opp-stats {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {

  .contact-info-title {
        text-align: center !important;
    }

  .opp-left {
    width: 100%;
}

.opp-top {
    width: 90%;
} 

.opp-price {
    font-size: 34px;
}

.opp-right {
    width: 100%;
}

.opp-stats {
    padding-top: 30px;
}

.contact-info-content {
    gap: 4px;
    float: none;
}

.contact-info-item {
    display: flex;
}
.wii-card{
height: auto !important;
}

.project06 p{text-align: left !important;}

.contact-info-title{text-align: left !important;}
}

 

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

.project06 h2 {margin: 0 0 20px;padding: 0 0px 0 0px;
    /* text-transform: uppercase; */
    font-size: 14px;
    color: #fff;
    font-weight: normal;position: relative;
    font-family: "Poppins";
  font-weight: 600;
   
}

