@charset "utf-8";



@font-face {
  font-family: 'GeorgiaPro';
  src: url('fonts/GeorgiaPro-Regular.woff2') format('woff2'),
       url('fonts/GeorgiaPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



html, body {
  overscroll-behavior-x: none;
  overflow-x: hidden;
  touch-action: pan-y;
}





@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Jost,sans-serif;color:#111}

.header{
  position:fixed;top:0;width:100%;
  padding:24px 40px;
  display:flex;justify-content:space-between;
  color:#fff;z-index:10
}

.menu-btn{font-size:26px;cursor:pointer}

.side-menu{
  position:fixed;top:0;right:-100%;
  width:320px;height:100%;
  background:#4e5cc6;
  padding:40px;color:#fff;
  transition:.4s;z-index:20
}
.side-menu a{display:block;margin:14px 0;color:#fff;text-decoration:none}
.side-menu .sub{margin-left:15px;font-size:14px}
.close{font-size:28px;cursor:pointer}



.hero {
  position: relative;
  height: 100vh;
  background: url("images/hero.jpg") center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

/* EXACT POSITIONING */
.hero-inner {
  position: absolute;
  left: 96px;          /* 👈 LIVE SITE LEFT OFFSET */
  top: 50%;
  transform: translateY(-48%); /* 👈 thora upar */
  max-width: 820px;
  color: #fff;
}

/* HEADING */
.hero-inner h1 {
  font-family: 'GeorgiaPro', serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 70px;
  color: #ffffff;
  margin-bottom: 22px;
}

/* SUB TEXT */
.hero-inner p {
  font-family: 'Jost', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  color: rgba(255,255,255,0.95);
  max-width: 620px;
}












.light{padding:120px 20px;background:#f5f4f2}
.light h2{
  font-family:GeorgiaPro,serif;
  font-size:42px;max-width:900px
}
small{letter-spacing:2px;font-size:12px}

.btn-blue{
  display:inline-block;margin-top:30px;
  background:#4e5cc6;color:#fff;
  padding:10px 24px;border-radius:30px
}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.card{height:220px;background:#333;color:#fff;display:flex;align-items:end;padding:20px}

.blue{
  background:#4e5cc6;color:#fff;
  padding:140px 40px;text-align:center
}

.btn-outline{
  display:inline-block;margin-top:30px;
  border:1px solid #fff;padding:10px 24px;border-radius:30px
}

.cols{display:grid;grid-template-columns:1fr 1fr;gap:60px}

.community{
  height:420px;
  background:url(images/community.jpg) center/cover no-repeat;
  position:relative
}
.community-text{
  position:relative;color:#fff;
  padding:120px 40px;max-width:800px
}

.footer{
  background:#4e5cc6;color:#fff;
  display:grid;grid-template-columns:repeat(3,1fr);
  padding:80px 40px
}








/* =========================
   MOBILE RESPONSIVE (LIVE SITE MATCH)
========================= */
@media (max-width: 768px) {

  .hero-inner {
    left: 24px;                 /* 👈 mobile left gutter */
    right: 24px;
    max-width: none;
    top: 50%;
    transform: translateY(-50%);
  }

  .hero-inner h1 {
    font-size: 40px;             /* 👈 live mobile feel */
    line-height: 48px;
    margin-bottom: 16px;
  }

  .hero-inner p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}

.hero-subtext {
  font-family: 'Jost', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.95);
  max-width: 620px;
}


@media (max-width: 768px) {
  .hero-subtext {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}














/* ===== FORCE HERO SUBTEXT (FINAL) ===== */
.hero .hero-inner .hero-subtext {
  font-family: 'Jost', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
  color: rgba(255, 255, 255, 0.95) !important;
  max-width: 620px;
}

















/* WE ARE SECTION TYPOGRAPHY */

/* WE ARE (small text) */
.light small {
  font-family: 'Jost', sans-serif;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: 2px;
   line-height: 16px !important;
}

/* Main heading */
.light h2 {
  font-family: 'GeorgiaPro', serif;
  font-size: 45px !important;
  font-weight: 500;
   font-style: normal;
  letter-spacing: 1px;
   line-height: 52px !important;
 
}



/* BLUE BUTTON FONT */
.btn-blue {
  font-family: 'Jost', sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  letter-spacing: 2px;
   line-height: 16px !important;
}












.btn-blue {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;

  padding: 12px 20px;
  border-radius: 999px;

  background: #20c5b5;
  color: #fff;
  text-decoration: none;

  transition: background 0.25s ease;
}

/* ARROW */
.btn-blue .arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

/* HOVER EFFECT */
.btn-blue:hover {
  background: #17b3a4;
}

.btn-blue:hover .arrow {
  transform: translateX(4px);
}








/* FORCE BUTTON HOVER COLOR */
a.btn-blue {
  background-color: #2f3db6;
  color: #fff;
  transition: background-color 0.25s ease;
}

a.btn-blue:hover,
a.btn-blue:focus {
  background-color:#0abfa9;
  color: #fff;
}

/* ARROW MOVE */
a.btn-blue .arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

a.btn-blue:hover .arrow {
  transform: translateX(4px);
}





/* =========================
   MOBILE RESPONSIVE FIX
========================= */
@media (max-width: 768px) {

  /* CONTAINER */
  .container {
    padding: 0 20px;
  }

  section {
    padding: 64px 0;
  }

  /* WE ARE */
  .light h2 {
    font-size: 28px;
    line-height: 1.35;
    max-width: 100%;
  }

  .light small {
    font-size: 11px;
    margin-bottom: 12px;
  }

  /* BUTTON */
  .btn-blue {
    margin-top: 24px;
  }

  /* WHAT WE DO */
  .cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card {
    height: 200px;
    font-size: 18px;
  }

  /* VALUES (BLUE SECTION) */
  .blue {
    text-align: center;
  }

  .blue h2 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 24px;
  }

  /* TWO COLUMN → SINGLE COLUMN */
  .cols {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* COMMUNITY */
  .community-text h2 {
    font-size: 26px;
    line-height: 1.4;
  }

}



/* BUTTON KE NEECHE GAP FIX */
.btn-blue {
  margin-bottom: 0;
}

/* WE ARE SECTION GAP FIX */
.light {
  padding-bottom: 40px;   /* pehle zyada tha */
}

/* WHAT WE DO TOP GAP FIX */
.light + .light {
  padding-top: 40px;
}












/* DIFFERENT SECTION */
.different {
  padding: 90px 8%;
}

.section-label {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #000;
}

/* TWO COLUMNS */
.cols-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: flex-start;
}

/* ICON */
.col-item .icon {
  display: inline-block;
  font-size: 26px;
  margin-bottom: 18px;
  color: #000;
}

/* HEADING */
.col-item h3 {
  font-family: 'GeorgiaPro', serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 16px;
}

/* TEXT */
.col-item p {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  max-width: 420px;
  color: #111;
}


/* =========================
   HOW WE ARE DIFFERENT
   (EXACT MATCH)
========================= */

.different-section {
  background: #f6f4ef;
  padding: 120px 0 140px;
}

/* TOP HEADING */
.different-title {
  display: block;
  max-width: 1200px;
  margin: 0 auto 70px;
  padding: 0 80px;

  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

/* TWO COLUMNS */
.different-cols {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 140px;
  align-items: flex-start;
}

/* COLUMN HEADING */
.different-item h3 {
  font-family: 'GeorgiaPro', serif;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 18px;
  color: #000;
}

/* COLUMN TEXT */
.different-item p {
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #111;
  max-width: 420px;
}

/* MOBILE */
@media (max-width: 768px) {
  .different-section {
    padding: 80px 0 100px;
  }

  .different-title {
    padding: 0 24px;
    margin-bottom: 50px;
  }

  .different-cols {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 24px;
  }

  .different-item h3 {
    font-size: 28px;
  }
}




/* =========================
   COMMUNITY IMPACT SECTION
========================= */

.community-impact {
  position: relative;
  background: url("images/community.jpg") center/cover no-repeat;
  padding: 140px 0;
  color: #fff;
}

.community-impact-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.community-impact-content {
  position: relative;
  max-width: 820px;
  padding-left: 96px;   /* live site style */
}

.community-impact h2 {
  font-family: 'GeorgiaPro', serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 24px;
}

.community-impact p {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  max-width: 620px;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.95);
}

/* BUTTON */
.btn-outline-white {
  display: inline-block;
  margin-top: 28px;
  padding: 12px 24px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  transition: background 0.25s ease, color 0.25s ease;
}

.btn-outline-white:hover {
  background: #fff;
  color: #000;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 768px) {

  .community-impact {
    padding: 96px 0;
  }

  .community-impact-content {
    padding: 0 24px;
  }

  .community-impact h2 {
    font-size: 28px;
    line-height: 1.35;
  }

  .community-impact p {
    font-size: 15px;
  }
}

/* COMMUNITY IMPACT TYPOGRAPHY FIX */

.community-impact h2 {
  font-family: 'GeorgiaPro', serif;
  font-weight: 400;
}

.community-impact p {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
}


/* COMMUNITY IMPACT – BLACK BACKGROUND */
.community-impact {
  background: #000;
  color: #fff;
}

/* Heading */
.community-impact h2 {
  font-family: 'GeorgiaPro', serif;
  font-weight: 400;
  color: #fff;
}

/* Paragraph */
.community-impact p {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
}














/* =========================
   FOOTER BUTTON HOVER (LIVE STYLE)
========================= */

.footer a.btn-outline,
.footer a.footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #fff;
  text-decoration: none;

  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.6);

  background: transparent;
  transition: all 0.3s ease;
}

/* ARROW */
.footer a.btn-outline span,
.footer a.footer-btn span {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* HOVER EFFECT */
.footer a.btn-outline:hover,
.footer a.footer-btn:hover {
  background: #ffffff;
  color: #4e5cc6; /* footer blue */
  border-color: #ffffff;
}

/* ARROW MOVE ON HOVER */
.footer a.btn-outline:hover span,
.footer a.footer-btn:hover span {
  transform: translateX(4px);
}




/* =========================
   FOOTER LINK HOVER (LIVE STYLE)
========================= */

.footer a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  display: inline-block;
  margin: 4px 0;
  font-family: 'Jost', sans-serif;
  transition: color 0.25s ease, transform 0.25s ease;
}

/* HOVER EFFECT */
.footer a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

/* STRONG HEADING */
.footer strong {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
  color: #ffffff;
}





/* =========================
   FOOTER BOTTOM BAR
========================= */

.footer-bottom {
  grid-column: 1 / -1;          /* full width */
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.2);

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;

  font-family: 'Jost', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
}

/* LINKS */
.footer-bottom a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: color 0.25s ease;
}

/* HOVER */
.footer-bottom a:hover {
  color: #ffffff;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}












/* =========================
   LIVE STYLE SIDE MENU
========================= */

.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 420px;
  max-width: 100%;
  height: 100vh;
  background: #4e5cc6;
  padding: 48px 40px;
  color: #fff;
  transition: right 0.4s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.side-menu .close {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 32px;
  cursor: pointer;
}

.menu-link {
  font-family: 'GeorgiaPro', serif;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 14px 0;
  display: block;
}

.menu-link:hover {
  opacity: 0.8;
}

/* GROUP */
.menu-group {
  width: 100%;
}

/* TOGGLE ARROW FEEL */
.menu-link.toggle::after {
  content: "⌄";
  float: right;
  font-size: 16px;
  margin-top: 8px;
}

/* SUB MENU */
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 14px;
}

.submenu a {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  color: #e9ebff;
  text-decoration: none;
  display: block;
  padding: 6px 0;
}

/* ACTIVE */
.menu-group.active .submenu {
  max-height: 200px;
}

/* FOOTER LINK */
.menu-footer {
  margin-top: auto;
  padding-top: 40px;
}

.menu-footer .linkedin {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 768px) {
  .side-menu {
    width: 100%;
    padding: 40px 28px;
  }

  .menu-link {
    font-size: 22px;
  }
}




/* ===== MOBILE SIDE MENU (LIVE STYLE) ===== */

.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 360px;
  height: 100vh;
  background: #4e5cc6;
  padding: 32px;
  transition: right .45s ease;
  z-index: 9999;
}

.side-menu .close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

/* NAV */
.menu-nav {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* MAIN LINKS */
.menu-link,
.menu-toggle {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: none;
  border: none;
  padding: 12px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.95;
}

.menu-link.active {
  font-weight: 500;
}

/* DIVIDER LINE */
.menu-link,
.menu-toggle {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* ARROW */
.menu-toggle .chev {
  font-size: 14px;
  transition: transform .3s ease;
}

/* SUBMENU */
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  padding-left: 16px;
}

.submenu a {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  padding: 8px 0;
  text-decoration: none;
}

/* ACTIVE SUBMENU */
.menu-toggle.active + .submenu {
  max-height: 300px;
}

.menu-toggle.active .chev {
  transform: rotate(180deg);
}

/* FOOTER */
.menu-footer {
  margin-top: 40px;
}

.menu-footer a {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  text-decoration: underline;
}





/* =========================
   MOBILE MENU – TYPOGRAPHY FIX (LIVE MATCH)
========================= */

.side-menu {
  background: #4e5cc6;
}

/* MAIN MENU ITEMS */
.menu-link,
.menu-toggle {
  font-family: 'GeorgiaPro', serif !important;
  font-weight: 400 !important;
  font-size: 27px !important;
  line-height: 33px !important;
  color: #ffffff !important;

  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

/* ARROW */
.menu-toggle .chev {
  font-size: 14px;
  margin-left: 8px;
  transform-origin: center;
}

/* SUB MENU WRAP */
.submenu {
  padding-left: 0 !important;
  margin-top: 6px;
}

/* SUB MENU LINKS */
.submenu a {
  font-family: 'GeorgiaPro', serif !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 30px !important;

  color: rgba(255,255,255,0.65) !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

/* ACTIVE DROPDOWN */
.menu-toggle.active .chev {
  transform: rotate(180deg);
}

/* REMOVE EXTRA GAPS */
.menu-nav {
  gap: 0 !important;
}

/* FOOTER LINK */
.menu-footer a {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}







/* ===== LIVE STYLE CHEVRON ===== */
.menu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: 0;
  padding: 14px 0;
  cursor: pointer;
}

/* Chevron shape (PURE CSS) */
.menu-toggle .chev {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  margin-left: 12px;
}

/* Rotate when open */
.menu-toggle.active .chev {
  transform: rotate(-135deg);
}

/* Submenu spacing like live site */
.submenu a {
  padding-left: 0;
}




/* ===== COMMON CONTAINER (LIVE WIDTH) ===== */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 96px;
}

/* ===== WE ARE ===== */
.we-are {
  padding: 140px 0 110px;
}

.we-are small {
  display: block;
  margin-bottom: 24px;
}

.we-are h2 {
  max-width: 820px;
  margin-bottom: 32px;
}

/* ===== WHAT WE DO ===== */
.what-we-do {
  padding: 90px 0 140px;
}

.what-we-do .intro {
  max-width: 520px;
  margin: 24px 0 48px;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #111;
}

/* ===== CARDS ===== */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.card {
  position: relative;
  height: 260px;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  background-size: cover;
  background-position: center;
}

/* Dark overlay */
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.card-title,
.card-arrow {
  position: relative;
  z-index: 2;
}

/* Title */
.card-title {
  font-family: 'GeorgiaPro', serif;
  font-size: 22px;
  font-weight: 400;
}

/* Arrow */
.card-arrow {
  margin-left: auto;
  font-size: 20px;
}

/* Background images (change paths if needed) */
.card.fund {
  background-image: url("images/fund.jpg");
}

.card.exchange1 {
  background-image: url("images/exchange.jpg");
}

.card.capital1 {
  background-image: url("images/capital.jpg");
}


.card.finance1 {
  background-image: url("images/finance.jpg");
}


.card.factoring1 {
  background-image: url("images/factoring.jpg");
}

.card.digital1 {
  background-image: url("images/digital.jpg");
}

.card.services1 {
  background-image: url("images/services.jpg");
}

.card.banking1 {
  background-image: url("images/banking.jpg");
}

.card.custodians1 {
  background-image: url("images/custodians.jpg");
}






















/* Hover like live site */
.card:hover::before {
  background: rgba(0,0,0,0.25);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  .container {
    padding: 0 24px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .card {
    height: 220px;
  }
}









/* =========================
   FOOTER – MOBILE (LIVE STYLE)
========================= */
@media (max-width: 768px) {

  .footer {
    background: #4e5cc6;
    color: #fff;
    padding: 40px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .footer > div {
    width: 100%;
  }

  /* Top description text */
  .footer > div:first-child {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 24px;
    opacity: 0.95;
  }

  /* Section headings */
  .footer strong {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  /* Footer links */
  .footer a {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.95;
  }

  .footer a:hover {
    opacity: 1;
    text-decoration: underline;
  }

  /* Office block spacing */
  .footer div:nth-child(3) {
    font-size: 15px;
    line-height: 26px;
  }

  /* Bottom copyright area */
  .footer-bottom {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.2);
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    line-height: 22px;
  }

  .footer-policies {
    display: block;
  }

  .footer-policies a {
    display: inline;
    font-size: 13px;
    line-height: 22px;
  }

}


/* ===============================
   FOOTER MOBILE – GAP FIX (FINAL)
================================ */

@media (max-width: 768px) {

  .footer {
    padding: 32px 20px;
  }

  /* Description text */
  .footer > div:first-child {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 28px;
  }

  /* Section headings */
  .footer strong {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  /* ALL footer links – REMOVE GAP */
  .footer a {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 22px;   /* 👈 tight like live */
    margin: 0;           /* 👈 IMPORTANT */
    padding: 0;          /* 👈 IMPORTANT */
    opacity: 0.95;
  }

  /* Remove extra space between links */
  .footer-links a + a {
    margin-top: 4px;     /* 👈 live jaisa */
  }

  /* Office block spacing */
  .footer div:nth-child(3) {
    margin-top: 26px;
    font-size: 15px;
    line-height: 22px;
  }

  /* Footer bottom */
  .footer-bottom {
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.25);
    text-align: center;
    gap: 6px;
  }

  .footer-bottom span,
  .footer-bottom a {
    font-size: 12px;
    line-height: 18px;
  }

  /* Policies inline */
  .footer-policies {
    display: block;
    margin-top: 6px;
  }
}




/* =========================
   FOOTER BASE
========================= */
.footer {
  background: #5661c9;
  color: #fff;
  padding: 24px 16px;
  font-family: 'Jost', sans-serif;
}

/* Top paragraph */
.footer > div:first-child {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

/* =========================
   FOOTER TITLES
========================= */
.footer strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 6px;   /* 🔥 gap control */
}

/* =========================
   FOOTER LINKS (NO EXTRA GAP)
========================= */
.footer-links a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 6px 0;        /* 🔥 same as live */
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.95;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* =========================
   OUR OFFICE BLOCK (TIGHT)
========================= */
.footer div:nth-of-type(3) {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.footer div:nth-of-type(3) a {
  display: block;
  margin-top: 2px;
  color: #fff;
  text-decoration: none;
}

/* =========================
   FOOTER BOTTOM (ONE LINE MOBILE)
========================= */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.25);
  padding-top: 12px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

/* copyright text */
.footer-bottom span {
  display: inline;
}

/* policy links INLINE */
.footer-policies {
  display: inline;
}

.footer-policies a {
  display: inline;
  font-size: 12px;
  white-space: nowrap;   /* 🔥 ek hi line */
  color: #fff;
  text-decoration: none;
}

.footer-policies a:hover {
  text-decoration: underline;
}





























/* ===== WE ARE SECTION ===== */
.we-are {
  background: #f7f5f2;   /* live site jaisa off-white */
  padding: 50px 20px;
}

.we-are .container {
  max-width: 680px;      /* live mobile width feel */
  margin: 0 auto;
}

.we-are small {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #111;
}

/* MAIN HEADING */
.we-are h2 {
  font-family: 'GeorgiaPro', serif;
  font-weight: 400;
  font-size: 20px;   /* ❌ yeh thora zyada hai */
  line-height: 38px;
  color: #111;
}

/* BUTTON */
.we-are .btn-blue {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: #4f5fd1;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 999px;
  text-decoration: none;
}

.we-are .btn-blue .arrow {
  font-size: 16px;
  line-height: 1;
}

/* ===== DESKTOP ADJUST ===== */
@media (min-width: 768px) {
  .we-are {
    padding: 90px 40px;
  }

  .we-are h2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 760px;
  }
}












/* DESKTOP ONLY */


/* ===============================
   WE ARE – FINAL WORKING CSS
   =============================== */

/* MOBILE FIRST (LIVE WEBSITE SIZE) */
.we-are h2 {
  font-family: 'GeorgiaPro', serif;
  font-weight: 400;
  font-size: 26px;      /* ✅ mobile perfect */
  line-height: 34px;    /* ✅ same as live */
  color: #111;
  margin: 0 0 22px 0;
}

/* DESKTOP ONLY */
@media (min-width: 768px) {
  .we-are h2 {
    font-size: 26px;
    line-height: 48px;
    max-width: 760px;
  }
}








/* =====================================
   🔒 WE ARE – FORCE MOBILE FIX (FINAL)
   ===================================== */

/* MOBILE ONLY */
@media (max-width: 767px) {

  section.we-are h2 {
    font-family: 'GeorgiaPro', serif !important;
    font-weight: 535 !important;
	color:#000000;

    font-size: 38px !important;     /* 🔥 yahan size control */
    line-height: 38px !important;   /* 🔥 yahan spacing control */

    max-width: 100% !important;
    margin: 0 0 10px 0 !important;
  }

}



@media (max-width: 767px) {
  .we-are .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}



/* ===============================
   VALUES / BLUE SECTION
   MOBILE ONLY – FINAL
   =============================== */

@media (max-width: 768px) {

  .blue {
    padding: 44px 20px;        /* left/right gap kam */
    text-align: left;         /* live site jaisa */
    background: #4e5cc6;
  }

  .blue h2 {
    font-family: 'GeorgiaPro', serif;
    font-weight: 400;
    font-size: 37px;          /* ✅ exact mobile size */
    line-height: 44px;        /* ✅ same as live */
    color: #ffffff;

    max-width: 680px;
    margin: 0 0 28px 0;
  }

   /* Button default */
  .blue .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;

    padding: 12px 22px;
    border-radius: 999px;

    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.7);
    background: transparent;
    text-decoration: none;

    transition: background-color 0.25s ease,
                color 0.25s ease,
                border-color 0.25s ease;
  }

  /* ✅ HOVER / TAP → GREEN (LIVE SITE STYLE) */
  .blue .btn-outline:hover,
  .blue .btn-outline:active,
  .blue .btn-outline:focus {
    background-color: #20c5b5;   /* green */
    border-color: #20c5b5;
    color: #ffffff;
  }
}

/* ===============================
   MOVE COMPLETE BLUE SECTION
   MOBILE ONLY – FINAL SAFE FIX
================================ */
@media (max-width: 768px) {

  /* section before blue (WHAT WE DO) */
  .what-we-do {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* COMPLETE blue section movement */
  .blue {
    margin-top: 40px !important;   /* 👈 poora section neeche */
    padding-top: 64px !important;  /* 👈 internal spacing */
    padding-bottom: 64px !important;
  }

}





/* ===============================
   WE ARE – DESKTOP FIX (SAFE)
   =============================== */
@media (min-width: 1024px) {

  .we-are {
    padding: 120px 40px;   /* desktop spacing */
  }

  .we-are .container {
    max-width: 1200px;     /* full width like before */
    padding: 0 40px;
  }

  .we-are h2 {
    max-width: none;       /* 🔥 yeh sab se important */
    font-size: 25px;       /* original desktop size */
    line-height: 52px;
  }
}







/* ===============================
   FOOTER – DESKTOP LIVE MATCH
=============================== */
@media (min-width: 1024px) {

  footer.footer {
    padding: 80px 0 40px;
  }

  footer.footer > div:not(.footer-bottom),
  footer.footer .footer-links {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 96px;
    padding-right: 96px;
  }

  /* Grid layout like live site */
  footer.footer {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 80px;
  }

  /* Footer description */
  footer.footer > div:first-child {
    font-size: 16px;
    line-height: 26px;
    max-width: 420px;
  }

  /* Footer bottom bar */
  .footer-bottom {
    grid-column: 1 / -1;
    max-width: 1280px;
    margin: 40px auto 0;
    padding: 24px 96px 0;
  }
}















/* ======================
   HERO SLIDER – FINAL
====================== */

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* SLIDER */
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slider .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
}

.hero-slider .slide.active {
  opacity: 1;
}

/* DARK OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 2;
}

/* TEXT */
.hero-inner {
  position: absolute;
  left: 96px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 820px;
  z-index: 3;
  color: #fff;
}

/* HEADING ANIMATION */
.hero-title {
  font-family: 'GeorgiaPro', serif;
  font-size: 61px;
  line-height: 70px;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(20px);
  animation: textFade 1.2s ease forwards;
}

/* SUBTEXT ANIMATION */
.hero-subtext {
  font-family: 'Jost', sans-serif;
  font-size: 19px;
  line-height: 29px;
  max-width: 620px;
  color: rgba(255,255,255,0.95);
  opacity: 0;
  transform: translateY(20px);
  animation: textFade 1.2s ease forwards;
  animation-delay: 0.4s;
}

/* TEXT KEYFRAMES */
@keyframes textFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-inner {
    left: 24px;
    right: 24px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-subtext {
    font-size: 16px;
    line-height: 26px;
  }
}












/* ===============================
   WHAT WE DO – PREMIUM CARDS
=============================== */

.what-we-do {
  padding: 100px 0 140px;
}

/* Intro text */
.what-we-do .intro {
  max-width: 520px;
  margin: 20px 0 56px;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #111;
}

/* Cards grid */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Card base */
.card {
  position: relative;
  height: 280px;
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  padding: 24px;

  background-size: cover;
  background-position: center;

  transition: transform 0.4s ease;
}

/* Dark overlay */
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  transition: background 0.4s ease;
}

/* Text above overlay */
.card-title,
.card-arrow {
  position: relative;
  z-index: 2;
}

/* Title */
.card-title {
  font-family: 'GeorgiaPro', serif;
  font-size: 22px;
  font-weight: 400;
}

/* Arrow */
.card-arrow {
  font-size: 20px;
  transition: transform 0.4s ease;
}

/* ===============================
   DESKTOP HOVER EFFECT
=============================== */
@media (hover: hover) {

  .card:hover {
    transform: translateY(-6px);
  }

  .card:hover::before {
    background: rgba(0,0,0,0.25);
  }

  .card:hover .card-arrow {
    transform: translateX(6px);
  }

  /* Zoom image */
  .card:hover {
    background-size: 108%;
  }
}

/* ===============================
   BACKGROUND IMAGES
=============================== */
.card.fund {
  background-image: url("images/fund.jpg");
}

.card.equity {
  background-image: url("images/equity.jpg");
}

.card.realestate {
  background-image: url("images/realestate.jpg");
}

/* ===============================
   MOBILE – HIGHLY INTERACTIVE
=============================== */
@media (max-width: 768px) {

  .cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .card {
    height: 240px;
  }

  /* Touch feedback */
  .card:active {
    transform: scale(0.98);
  }

  .card:active::before {
    background: rgba(0,0,0,0.2);
  }

  .card:active .card-arrow {
    transform: translateX(6px);
  }
}














/* ===============================
   CREATIVE CARD IMAGE ANIMATION
   (KEN BURNS STYLE)
=============================== */

.card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 280px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px;

  text-decoration: none;
  color: #fff;

  background-size: cover;
  background-position: center;
}

/* IMAGE LAYER */
.card::after {
  content: "";
  position: absolute;
  inset: -10%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  z-index: 0;

  transform: scale(1) translate(0, 0);
  transition:
    transform 2.4s cubic-bezier(0.19, 1, 0.22, 1);
}

/* DARK OVERLAY */
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.15)
  );
  z-index: 1;
  transition: background 0.6s ease;
}

/* CONTENT ABOVE IMAGE */
.card-title,
.card-arrow {
  position: relative;
  z-index: 2;
}

/* ===============================
   DESKTOP HOVER – CREATIVE FEEL
=============================== */
@media (hover: hover) {

  .card:hover::after {
    transform: scale(1.18) translate(-2%, -2%);
  }

  .card:hover::before {
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.35),
      rgba(0,0,0,0.05)
    );
  }

  .card:hover .card-arrow {
    transform: translateX(6px);
  }
}

/* ARROW */
.card-arrow {
  font-size: 20px;
  transition: transform 0.4s ease;
}

/* ===============================
   MOBILE TOUCH – SMOOTH FEEDBACK
=============================== */
@media (max-width: 768px) {

  .card {
    height: 240px;
  }

  .card:active::after {
    transform: scale(1.12) translate(-1%, -1%);
  }

  .card:active::before {
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.3),
      rgba(0,0,0,0.1)
    );
  }

  .card:active .card-arrow {
    transform: translateX(6px);
  }
}











/* ===============================
   SHINE / GLOSSY LAYER
=============================== */
.card::marker { display: none; } /* safety */

.card .shine {
  position: absolute;
  inset: -60%;
  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(255,255,255,0.35) 50%,
    transparent 60%
  );
  transform: translateX(-100%) rotate(25deg);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition:
    transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.6s ease;
}

/* ===============================
   DESKTOP HOVER – SHINE TRIGGER
=============================== */
@media (hover: hover) {
  .card:hover .shine {
    transform: translateX(100%) rotate(25deg);
    opacity: 1;
  }
}

/* ===============================
   MOBILE TOUCH – SHINE
=============================== */
@media (max-width: 768px) {
  .card:active .shine {
    transform: translateX(100%) rotate(25deg);
    opacity: 1;
  }
}














































/* ==================================
   WE ARE – FINAL FONT FIX (JOST)
================================== */

/* MOBILE */
@media only screen and (max-width: 767px) {
  section.we-are h2 {
    font-family: 'Jost', sans-serif !important;
    font-size: 17px !important;
	font-weight: 400;
text-shadow: 0 0 0.6px rgba(0,0,0,0.0);
    line-height: 23px !important;
	font-style:normal;
	
  }
}

/* DESKTOP */
@media only screen and (min-width: 768px) {
  section.we-are h2 {
    font-family: 'Jost', sans-serif !important;
    font-size: 25px !important;
    line-height: 32px !important;
    max-width: 1050px;
  }
}





/* =====================================
   REMOVE GAP BETWEEN WE ARE & WHAT WE DO
===================================== */

/* DESKTOP */
@media (min-width: 768px) {
  .we-are {
    padding-bottom: 40px !important;
    margin-bottom: 0 !important;
  }

  .what-we-do {
    padding-top: 40px !important;
    margin-top: 0 !important;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .we-are {
    padding-bottom: 24px !important;
    margin-bottom: 0 !important;
	
  }

  .what-we-do {
    padding-top: 24px !important;
    margin-top: 0 !important;

  }
}


/* WHO WE ARE – small text light bold */
.we-are small {
  font-weight: 600;   /* 👈 halka bold */
  font-size: 20px !important;
}

/* WHAT WE DO – small heading style */
.what-we-do small {
  font-weight: 600;          /* halka bold */
  font-size: 20px !important;
  
}

@media (max-width: 767px) {
  .what-we-do small,
  .what-we-do .intro {
    padding-left: 8px;
  }
}


/* ===============================
   WE ARE – MOBILE TEXT JUSTIFY FIX
=============================== */

@media (max-width: 767px) {
  .we-are h2 {
    text-align: justify;
    text-justify: inter-word;

    /* gap fix magic */
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;

    word-spacing: normal;
  }
}






















/* ===============================
   PREMIUM BLUE CTA SECTION
=============================== */

.premium-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #4e5cc6, #3f4bb5);
  padding: 140px 0;
  color: #fff;
}

/* BACKGROUND IMAGE LAYER */
.premium-cta .cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("images/cta.jpg"); /* 👈 classy image */
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  transform: scale(1.05);
}

/* CONTENT */
.premium-cta .cta-content {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 96px;
  text-align: center;
}

/* HEADING */
.premium-cta h2 {
  font-family: 'GeorgiaPro', serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  margin-bottom: 40px;
}

/* BUTTON */
.premium-cta .btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 999px;

  font-family: 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #fff;
  border: 1px solid rgba(255,255,255,0.7);
  background: transparent;
  text-decoration: none;

  transition: all 0.35s ease;
}

/* HOVER */
.premium-cta .btn-outline:hover {
  background: #20c5b5;
  border-color: #20c5b5;
  color: #fff;
  transform: translateY(-2px);
}









@media (max-width: 768px) {

  .premium-cta {
    padding: 96px 0;
  }

  .premium-cta .cta-content {
    padding: 0 24px;
    text-align: left; /* 🔥 mobile premium feel */
  }

  .premium-cta h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .premium-cta .btn-outline {
    margin-top: 20px;
  }
}







/* ===============================
   PREMIUM INTERACTIVE CTA (REAL)
=============================== */

.premium-cta {
  position: relative;
  min-height: 50vh;           /* 🔥 full-screen feel */
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #4e5cc6, #3c48a8);
  overflow: hidden;
}

/* PARALLAX IMAGE */
.cta-parallax {
  position: absolute;
  inset: -30%;
  background-image: url("images/cta.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  transform: translateY(0);
  transition: transform 0.2s linear;
}

/* CONTENT */
.cta-inner {
  position: relative;
  max-width: 900px;
  padding: 0 96px;
  color: #fff;

  opacity: 0;
  transform: translateY(60px);
  transition: all 1s ease;
}

/* REVEAL */
.reveal-section.active .cta-inner {
  opacity: 1;
  transform: translateY(0);
}

/* TEXT */
.premium-cta h2 {
  font-family: 'GeorgiaPro', serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  margin-bottom: 36px;
}

/* BUTTON */
.premium-cta .btn-outline {
  padding: 14px 30px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.7);
  color: #fff;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  letter-spacing: 2px;
  transition: all 0.35s ease;
}

.premium-cta .btn-outline:hover {
  background: #20c5b5;
  border-color: #20c5b5;
  transform: translateY(-3px);
}









@media (max-width: 768px) {

  .premium-cta {
    min-height: 65vh;       /* 🔥 mobile drama */
  }

  .cta-inner {
    padding: 0 24px;
  }

  .premium-cta h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
















/* =====================================
   WHAT WE DO – STRONG INTERACTIVE CARDS
   (FINAL OVERRIDE – GUARANTEED EFFECT)
===================================== */

.what-we-do .cards a.card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  padding: 28px !important;
  background-size: 100% !important;
  background-position: center !important;
  transition: transform 0.4s ease, background-size 0.6s ease !important;
}

/* STRONG DARK OVERLAY */
.what-we-do .cards a.card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.45) 45%,
    rgba(0,0,0,0.15) 75%
  ) !important;
  z-index: 1 !important;
}

/* GLASS LIGHT STRIP (REAL SHINE) */
.what-we-do .cards a.card::after {
  content: "" !important;
  position: absolute !important;
  top: -60% !important;
  left: -120% !important;
  width: 200% !important;
  height: 200% !important;
  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(255,255,255,0.25) 50%,
    transparent 60%
  ) !important;
  transform: rotate(25deg) !important;
  transition: left 1.2s ease !important;
  z-index: 2 !important;
}

/* TEXT LAYER */
.what-we-do .card-title,
.what-we-do .card-arrow {
  position: relative !important;
  z-index: 3 !important;
}

/* TITLE – MORE PREMIUM */
.what-we-do .card-title {
  font-family: 'GeorgiaPro', serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  letter-spacing: 0.4px !important;
  color: #ffffff !important;
  text-shadow: 0 10px 30px rgba(0,0,0,0.7) !important;
  transition: transform 0.35s ease !important;
}

/* ARROW */
.what-we-do .card-arrow {
  font-size: 18px !important;
  opacity: 0.7 !important;
  transition: transform 0.35s ease, opacity 0.35s ease !important;
}

/* ===== DESKTOP HOVER ===== */
@media (hover:hover) {

  .what-we-do .cards a.card:hover {
    transform: translateY(-8px) !important;
    background-size: 112% !important;
  }

  .what-we-do .cards a.card:hover::after {
    left: 120% !important;
  }

  .what-we-do .cards a.card:hover .card-title {
    transform: translateY(-4px) !important;
  }

  .what-we-do .cards a.card:hover .card-arrow {
    transform: translateX(8px) !important;
    opacity: 1 !important;
  }
}

/* ===== MOBILE TOUCH ===== */
@media (max-width: 768px) {

  .what-we-do .card-title {
    font-size: 20px !important;
  }

  .what-we-do .cards a.card:active {
    transform: scale(0.97) !important;
    background-size: 108% !important;
  }

  .what-we-do .cards a.card:active::after {
    left: 120% !important;
  }

  .what-we-do .cards a.card:active .card-arrow {
    transform: translateX(6px) !important;
    opacity: 1 !important;
  }
}



/* ===============================
   WHAT WE DO – MOBILE FONT BOOST
=============================== */

@media (max-width: 768px) {

  .what-we-do .card-title {
    font-size: 26px !important;     /* pehle 20px tha */
    line-height: 28px !important;
  }

  .what-we-do .card-arrow {
    font-size: 20px !important;
  }

}














body {
  margin: 0;
  font-family: 'GeorgiaPro', serif;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}

.menu-btn {
  font-size: 26px;
  cursor: pointer;
}

/* SIDE MENU */
.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 380px;
  height: 100vh;
  background: #4e5cc6;
  padding: 32px 24px;
  transition: right 0.45s ease;
  z-index: 9999;

  /* 🔥 IMPORTANT FIX */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.side-menu::-webkit-scrollbar {
  width: 4px;
}

.side-menu::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.3);
}

/* CLOSE */
.side-menu .close {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 30px;
  cursor: pointer;
}

/* NAV */
.menu-nav {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
}

/* MAIN ITEMS – FONT SIZE FIX */
.menu-link,
.menu-toggle {
  font-size: 20px;      /* 🔥 PEHLE 27px THA */
  line-height: 28px;
  color: #fff;
  background: none;
  border: none;
  padding: 12px 0;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* SUBMENU */
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

/* SUBMENU LINKS – FONT FIX */
.submenu a {
  font-size: 16px;      /* 🔥 balanced */
  line-height: 24px;
  padding: 8px 0;
  display: block;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
}

/* ACTIVE */
.menu-toggle.active + .submenu {
  max-height: 600px;    /* 🔥 FIX: saari services visible */
}

/* CHEVRON */
.menu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chev {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.menu-toggle.active .chev {
  transform: rotate(-135deg);
}

/* MOBILE SMALLER */
@media (max-width: 360px) {
  .menu-link,
  .menu-toggle {
    font-size: 18px;
  }
}






























/* =========================
   HOW WE ARE DIFFERENT – PREMIUM GRID
========================= */

.different-section {
  background: #f7f5f2;
  padding: 120px 0;
}

.different-title {
  display: block;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 24px;

  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #111;
}

/* GRID */
.different-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;

  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

/* COLUMN */
.different-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* ITEM */
.different-item {
  position: relative;
  padding-left: 32px;
}

/* LEFT LINE */
.different-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 2px;
  height: 100%;
  background: #4e5cc6;
  opacity: 0.6;
}

/* NUMBER */
.diff-index {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #4e5cc6;
  margin-bottom: 8px;
}

/* HEADING */
.different-item h3 {
  font-family: 'GeorgiaPro', serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #111;
}

/* TEXT */
.different-item p {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  max-width: 420px;
}

/* CENTER IMAGE */
.different-image img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

/* =========================
   MOBILE – STACKED & ELEGANT
========================= */
@media (max-width: 768px) {

  .different-section {
    padding: 80px 0;
  }

  .different-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .different-image {
    order: -1;
  }

  .different-item h3 {
    font-size: 24px;
  }

  .different-item p {
    font-size: 15px;
  }
}





/* =========================
   DIFFERENT SECTION – MOBILE ORDER FIX
========================= */

@media (max-width: 768px) {

  /* Grid ko simple column bana do */
  .different-grid {
    display: flex;
    flex-direction: column;
  }

  /* LEFT COLUMN (01, 02) */
  .different-col:first-child {
    order: 1;
  }

  /* IMAGE AFTER 2 POINTS */
  .different-image {
    order: 2;
    margin: 40px 0;
  }

  /* RIGHT COLUMN (03, 04) */
  .different-col:last-child {
    order: 3;
  }
}






/* =========================
   LOGO SIZE – MOBILE FIX
========================= */

@media (max-width: 768px) {
  .logo {
    font-size: 22px;        /* pehle chhota tha */
    font-weight: 500;      /* thora strong feel */
    letter-spacing: 1px;   /* premium spacing */
	margin-top: 6px;   /* 👈 top se neeche */
  }
}

/* =========================
   LOGO SIZE + POSITION (ALL SCREENS)
========================= */

.logo {
  font-size: 26px;        /* 🔥 desktop + mobile dono ke liye better */
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 6px;        /* 🔥 top se neeche */
}








/* =========================
   STICKY HEADER SCROLL EFFECT
========================= */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;

  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* LOGO DEFAULT (TOP) */
.logo {
  color: #ffffff;
  transition: color 0.3s ease;
}

/* MENU ICON DEFAULT */
.menu-btn {
  color: #ffffff;
  transition: color 0.3s ease;
}

/* ===== SCROLLED STATE ===== */
.header.scrolled {
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* LOGO DARK BLUE */
.header.scrolled .logo {
  color: #2f3db6;   /* dark blue */
}

/* MENU ICON DARK BLUE */
.header.scrolled .menu-btn {
  color: #2f3db6;
}






















/* =========================
   INNER PAGE HERO
========================= */

.inner-hero {
  background: #0f1b3d; /* dark finance blue */
  padding: 180px 0 120px;
}

.inner-hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 96px;
  color: #ffffff;
}

.inner-hero h1 {
  font-family: 'GeorgiaPro', serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 20px;
}

.inner-hero p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  line-height: 28px;
  max-width: 720px;
  color: rgba(255,255,255,0.9);
}

/* =========================
   INNER PAGE CONTENT
========================= */

.inner-content {
  background: #f7f5f2;
  padding: 100px 0;
}

.inner-content .container {
  max-width: 1200px;
}

.inner-content .lead {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  line-height: 28px;
  max-width: 820px;
  margin-bottom: 60px;
  color: #111;
}

/* Section heading */
.inner-content h2 {
  font-family: 'GeorgiaPro', serif;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 48px;
  color: #111;
}

/* Grid */
.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 80px;
}

.content-block h3 {
  font-family: 'GeorgiaPro', serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #111;
}

.content-block p {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #333;
}

/* =========================
   MOBILE FIX
========================= */

@media (max-width: 768px) {

  .inner-hero {
    padding: 120px 0 80px;
  }

  .inner-hero-content {
    padding: 0 24px;
  }

  .inner-hero h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .inner-hero p {
    font-size: 16px;
  }

  .inner-content {
    padding: 64px 0;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .inner-content h2 {
    font-size: 28px;
  }
}
















.section-title {
  font-family: 'GeorgiaPro', serif;
  font-size: 36px;
  margin-bottom: 50px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.service-card {
  padding: 32px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.service-card h3 {
  font-family: 'GeorgiaPro', serif;
  font-size: 22px;
  margin-bottom: 12px;
}

.service-card p {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #444;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* MOBILE */
@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}

.about-image-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin: 120px 0;
}

.about-image-content h2 {
  font-family: 'GeorgiaPro', serif;
  font-size: 34px;
  margin-bottom: 20px;
}

.about-image-content p {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.about-image-box {
  height: 360px;
  background: #eaeaea;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-family: 'Jost', sans-serif;
  letter-spacing: 2px;
}

/* MOBILE */
@media (max-width: 768px) {
  .about-image-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}



/* ===============================
   DIGITAL & EXCHANGE INFRASTRUCTURE
=============================== */

.alt-section {
  background: #f7f5f2;
  padding: 120px 0;
}

.infra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.infra-card {
  background: #ffffff;
  padding: 36px 32px;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.infra-card h3 {
  font-family: 'GeorgiaPro', serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 14px;
  color: #111;
}

.infra-card p {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #444;
}

/* Hover (Desktop only) */
@media (hover: hover) {
  .infra-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .infra-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .alt-section {
    padding: 80px 0;
  }
}


.about-image-box{
  margin-top:60px;
  height:320px;
  background:#eaeaea;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#777;
  letter-spacing:2px;
}




/* ===============================
   INNER CONTENT – GLOBAL FIX
=============================== */
.inner-content {
  padding: 80px 0;
}

.inner-content.alt-bg {
  padding: 80px 0;
  background: #faf8f4;
}

/* ===============================
   SECTION TITLE – LIGHT & PREMIUM
=============================== */
.section-title {
  font-family: 'GeorgiaPro', serif;
  font-size: 36px;
  font-weight: 400;          /* 🔥 less bold */
  line-height: 44px;
  margin-bottom: 40px;
  color: #111;
}

/* ===============================
   SERVICE GRID – SAME FOR BOTH
=============================== */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* CARD */
.service-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: transform .35s ease, box-shadow .35s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.service-card h3 {
  font-family: 'GeorgiaPro', serif;
  font-size: 18px;
  font-weight: 500;   /* 🔥 medium, not bold */
  margin-bottom: 10px;
}

.service-card p {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #555;
}

/* ===============================
   IMAGE PLACEHOLDER – GAP FIX
=============================== */
.about-image-box {
  margin: 60px 0 0;     /* 🔥 TOP GAP FIX */
  background: #ececec;
  border-radius: 10px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-family: 'Jost', sans-serif;
  letter-spacing: 1px;
}

/* ===============================
   MOBILE RESPONSIVE
=============================== */
@media (max-width: 768px) {

  .inner-content,
  .inner-content.alt-bg {
    padding: 56px 0;
  }

  .section-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 28px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-image-box {
    height: 220px;
    margin-top: 40px;
  }
}






/* ======================
   INNER HERO – COMMON
====================== */
.inner-hero {
  position: relative;
  height: 60vh;
  min-height: 420px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Dark overlay */
.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* Content */
.inner-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding-left: 96px;
  color: #ffffff;
}

.inner-hero-content h1 {
  font-family: 'GeorgiaPro', serif;
  font-size: 48px;
  font-weight: 400;   /* 👈 less bold (client style) */
  line-height: 58px;
  margin-bottom: 18px;
}

.inner-hero-content p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  line-height: 28px;
  max-width: 620px;
  color: rgba(255,255,255,0.95);
}

/* ======================
   ABOUT PAGE IMAGE
====================== */
.about-hero {
  background-image: url("images/hero.jpg");
}


@media (max-width: 768px) {

  .inner-hero {
    height: 55vh;
    min-height: 360px;
  }

  .inner-hero-content {
    padding: 0 24px;
  }

  .inner-hero-content h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .inner-hero-content p {
    font-size: 16px;
    line-height: 26px;
  }
}



.logo img{
  height: 60px;
  width: auto;
  display: block;
}








/* ===============================
   CTA – FINAL GUARANTEED FIX
=============================== */

.premium-cta {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #4e5cc6, #3c48a8);
}

/* Parallax background */
.premium-cta .cta-parallax {
  position: absolute;
  inset: 0;
  background-image: url("images/cta.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  z-index: 1;
}

/* Dark overlay */
.premium-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 30, 90, 0.75);
  z-index: 2;
}

/* TEXT – FORCE SHOW */
.premium-cta .cta-inner {
  position: relative;
  z-index: 5 !important;
  opacity: 1 !important;
  transform: none !important;
  max-width: 900px;
  padding: 0 96px;
  color: #fff;
}

/* Heading */
.premium-cta h2 {
  font-family: 'GeorgiaPro', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  color: #fff;
  margin-bottom: 28px;
}

/* Button */
.premium-cta .btn-outline {
  border: 1px solid rgba(255,255,255,0.7);
  color: #fff;
  padding: 14px 30px;
  border-radius: 999px;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all .3s ease;
}

.premium-cta .btn-outline:hover {
  background: #20c5b5;
  border-color: #20c5b5;
}

/* MOBILE */
@media (max-width: 768px) {
  .premium-cta {
    min-height: 300px;
  }

  .premium-cta .cta-inner {
    padding: 0 24px;
  }

  .premium-cta h2 {
    font-size: 26px;
    line-height: 36px;
  }
}






















/* ===============================
   CONTACT FORM – CORPORATE STYLE
=============================== */

.contact-form {
  max-width: 720px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 56px;
  border-radius: 14px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* ROW */
.contact-form .form-row {
  margin-bottom: 28px;
}

/* INPUTS */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #111;

  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background: #fafafa;

  transition: border-color 0.25s ease,
              box-shadow 0.25s ease,
              background 0.25s ease;
}

/* PLACEHOLDER */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #888;
}

/* FOCUS */
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  background: #ffffff;
  border-color: #4e5cc6;
  box-shadow: 0 0 0 3px rgba(78,92,198,0.15);
}

/* TEXTAREA */
.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

/* SUBMIT BUTTON */
.contact-form button {
  margin-top: 10px;
  padding: 14px 34px;

  font-family: 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #ffffff;
  background: #4e5cc6;
  border: none;
  border-radius: 999px;
  cursor: pointer;

  transition: background 0.3s ease,
              transform 0.3s ease,
              box-shadow 0.3s ease;
}

/* BUTTON HOVER */
.contact-form button:hover {
  background: #20c5b5;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(32,197,181,0.35);
}

/* ===============================
   MOBILE RESPONSIVE
=============================== */

@media (max-width: 768px) {

  .contact-form {
    padding: 40px 24px;
    border-radius: 12px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
    padding: 14px 16px;
  }

  .contact-form button {
    width: 100%;
    text-align: center;
  }
}









/* ===============================
   ASSET EXCHANGE – GAP REDUCTION
=============================== */

/* Section top & bottom gap */
.compact-section {
  padding: 60px 0 !important;   /* pehle 100+ tha */
}

/* Desktop layout */
.asset-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Text spacing */
.asset-text h2 {
  margin-bottom: 14px;   /* heading ke neechay gap kam */
}

.asset-text p {
  margin-top: 0;
  line-height: 26px;
}

/* Image box */
.asset-image {
  background: #ececec;
  height: 300px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  letter-spacing: 2px;
}

/* ===============================
   MOBILE – EVEN TIGHTER
=============================== */
@media (max-width: 768px) {

  .compact-section {
    padding: 40px 0 !important;
  }

  .asset-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .asset-image {
    height: 220px;
  }
}

/* ===============================
   ASSET EXCHANGE – PARAGRAPH FONT FIX
   (MATCH INDEX PAGE)
=============================== */

.asset-text p {
  font-family: 'Jost', sans-serif !important;
  font-size: 16px;
  line-height: 26px;
  color: #111;
  font-weight: 400;
}




/* Layout */
.asset-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

/* Image Card */
.asset-image {
  flex: 0 0 520px;        /* 🔴 DESKTOP FIX */
  max-width: 520px;
  background: #ffffff;
  border: 1px solid #d6dbe1;

  border-radius: 14px;
  overflow: hidden;      /* 🔴 MUST */
}

/* Image inside card */
.asset-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {

  .asset-layout {
    flex-direction: column;
    gap: 24px;
  }

  .asset-image {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}








.footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  padding: 60px 40px;
  background: #0f1b2d;
  color: #ffffff;
}

.footer strong {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
}

.footer-address p {
  margin: 0 0 10px;
  line-height: 1.6;
  color: #d1d5db;
}

.footer-email a {
  color: #9db4ff;
  text-decoration: none;
}

.footer-email a:hover {
  text-decoration: underline;
}





/* =========================
   GOOGLE MAP FIX (BOXED)
========================= */

.map-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 420px;
  margin: 20px auto 0;
  border-radius: 16px;
  overflow: hidden;
  background: #f1f1f1;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.map-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .map-wrapper {
    height: 300px;
    border-radius: 12px;
  }
}



/* =========================
   CONTACT MAP SPACING FIX
========================= */

.inner-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Map container */
.map-wrapper {
  margin-top: 10px;   /* yahan se gap control hoga */
  margin-bottom: 0;
}








.form-message{
  max-width: 700px;
  margin: 0 auto 30px;
  padding: 18px 22px;
  border-radius: 10px;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}

.form-message.success{
  background: #eaf6ef;
  color: #1d6b3a;
  border: 1px solid #bfe3cd;
}

.form-message.error{
  background: #fdecec;
  color: #8a1f1f;
  border: 1px solid #f3b6b6;
}








