/* Minimal placeholder styles. Replace with compiled CSS from prototype build. */
:root {
  --primary: #0ea5e9;
  --secondary: #1e293b;
  --accent: #22c55e;
  --muted: #64748b;
}

/* Local Font Faces */
@font-face {
  font-family: "Marion";
  :root {
    --primary: #081928;
    --secondary: #27394b;
    --accent: #22c55e;
    --muted: #64748b;
    --card-shadow: 0 16px 48px -8px rgba(8, 25, 40, 0.12);
  }
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue.ttc") format("truetype-variations");
  font-weight: 400;
  font-style: normal;

  @font-face {
    font-family: "Helvetica Neue Custom";
    src: url("../fonts/HelveticaNeue.ttc") format("truetype-variations");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
}
body {
  font-family: "Helvetica Neue Custom", "Helvetica Neue", "Inter", "Outfit",
    system-ui, -apple-system, sans-serif;
  color: #1f2a3a;
  margin: 0;
  background: #ffffff;
  line-height: 1.6;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5b7c99;
  margin: 0;
  background: #ffffff;
}
header,
footer {
  padding: 20px;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.container-custom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.hero {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}
.grid {
  display: grid;
  gap: 28px;
}
.hero h1 {
  font-family: "Marion", serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 4.5rem;
  margin: 0 0 12px;
  color: #08182B;
  letter-spacing: -0.5px;
}
.card {
  border: 1px solid #fff;
  border-radius: 28px;
  padding: 22px;
  background: #fff;
  box-shadow: var(--card-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
}
.btn-primary {
  background: #0f172a;
  color: #fff;
  font-weight: 600;
  border-radius: 0.7rem;
  padding: 15px 40px;
  font-size: 1rem;
  transition: all 0.5s ease !important;
}

.services {
  padding: 96px 0;
}
.why {
  padding: 96px 0;
}
.strategy {
  padding: 96px 0;
}
.mission {
  padding: 96px 0;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 4rem 0;
}

.stat {
  background: #0818260d;
  border: 1px solid #0818261a;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}
.market {
  background: #f8fafc !important;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.market .spark {
  height: 55px;
  margin: 15px 0;
  border-radius: 10px;
  text-align: center;
}

.services_head_small_text{
    color: #081826;
    font-weight: 600;
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: Helvetica Neue Custom, system-ui, sans-serif;
}

.hike_parent {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  width: 100%;
}

.pulse_p {
  color: #456687;
  font-size: .75rem;
}

.demo_ico {
  background: #ef43431a;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  display: flex
;
  align-items: center;
  border-radius: 9px;
}

.demo_ico svg {
  width: 16px;
  color: #ef4343;
}


.market .spark svg {  width: 100%;
  height: 100%;
}


.services-grid {
  gap: 28px;
}
.services .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 54px -10px rgba(8, 25, 40, 0.16);
  border: 1px solid #dae1e780;
}
.ticker .tick-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
}
.why.features-dark {
  background: #0f172a;
  color: #e2e8f0;
  padding: 96px 0;
}
.ticker .tick-item em {
  font-style: normal;
  color: #64748b;
}
.why.features-dark .card {
  background: #0b1220;
  border-color: #1f2937;
  color: #cbd5e1;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}
.ticker .tick-item.down em {
  color: #ef4343;
}
.features-grid {
  gap: 28px;
}
.why .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 54px -10px rgba(0, 0, 0, 0.32);
  background: #ffffff0d;
}
.why {
  padding: 72px 0;
}
.cta {
  padding: 96px 0;
  color: #fff;
  border-radius: 24px;
  margin: 80px 0;
}
.mission {
  padding: 72px 0;
}
.cta {
  padding: 72px 0;
  color: #fff;
  border-radius: 24px;
  margin: 64px 0;
}
.cta .container {
  align-items: start;
}
.cta h2 {
    font-family: 'Marion', serif;
    font-size: 3rem;
    margin: 0 0 18px;
    color: #081826;
    font-weight: 700;
}
.cta p {
  color: #0f172a;
  font-weight: 600;
  margin: 0 0 12px;
}

.contact_h6 {
font-weight: 500;
    color: #456687;
    font-family: "Helvetica Neue Custom", "Helvetica Neue", "Inter", "Outfit", system-ui, -apple-system, sans-serif;
    font-size: 16px;
    max-width: 675px;
    margin: 1rem auto 3.5rem;
}

.contact_h2 {
    color: #081826 !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}


.contact-section {
  color: #0f172a;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: start;
}

.contact-card {
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    border: 1px solid #dae1e780;
    box-shadow: 0 0 13px 4px #00000005;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.from_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

input::placeholder {
    color: #456687;
    opacity: 1;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.contact-form label {
    font-size: .875rem;
    color: #081826;
    font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  font-size: 14px;
}

.send-message-btn {
    background: #0f172a;
    font-size: 1rem;
    height: 3.5rem;
    border-radius: 18px;
    margin-top: 2.4rem;
    
    display: flex;
    align-items: center;
}

.send-message-btn svg{
    width: 16px;
    height: 16px;
}


.contact-card p {
    display: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 110px;
}
.contact-info-card {
    color: #fff;
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    border: 1px solid #dae1e780;
    box-shadow: 0 0 13px 4px #00000005;
}

.contact-info-card h3 {
    margin: 0 0 18px;
    color: #081826 !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}

.contact-info-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: start;
}
.contact-info-row:last-child {
  margin-bottom: 0;
}

.hover-lift {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 54px -10px rgba(8, 25, 40, 0.16);
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(8, 25, 40, 0.12);
}
.cta .btn-primary {
  background: #0f172a;
  color: #fff;
  width: 100%;
  align-self: flex-start;
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #e2e8f0;
  color: #475569;
}

.icon-circle {
  display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      border-radius: 20px;
      background: #0818261a;
      color: #0ea5e9;
      margin-bottom: 12px;
}

.icon-circle svg {
  width: 20px;
  height: 20px;
     color: #081928 !important;
}

.pillar-card:hover .pillar-icon svg {
    color: #fff !important;
}


.icon-circle.inverse {
  background: #64748b57;
  color: #fff;
}

.contact-section {
  color: #0f172a;
}


.contact-info-row strong {
    color: #456687;
    font-size: .875rem;
    font-weight: 500;
}

.contact-info-row p {
    color: #081826;
    font-weight: 500 !important;
}

.icon.icon-circle.inverse {
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    border-radius: 20px;
    background: #0818261a;
    margin-bottom: 12px;
}

/*.contact-info-row:hover .icon.icon-circle.inverse:hover {*/
/*  background: #0f172a;*/
/*}*/

/*.contact-info-row:hover .icon.icon-circle.inverse svg {*/
/*  color: #fff;*/
/*}*/

.icon-text {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  color: currentColor;
}

/* Header */
#header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  /* border-bottom: 1px solid #e2e8f0; */
  padding: 5px 0;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
#header .brand {
  flex: 0 0 auto;
}
#header .brand a {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 8px;
}
#header .primary-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  justify-content: center;
}
#header .primary-nav .menu {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}
#header .primary-nav .menu a {
  color: #5b7c99;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
  padding: 0;
}
#header .primary-nav .menu a:hover {
  color: #0f172a;
}
#header .primary-nav .btn {
  margin-left: 16px;
  padding: 10px 20px;
}

/* Market cards */
.market .card {
  background: #fff;
}
.market .card strong {
  color: #081826;
    font-family: Marion, serif;
    font-weight: 700;
}

/* Services cards */
.services .card .icon {
  font-size: 20px;
}
.services .card h3 {
  font-weight: 700;
  color: #0f172a;
  margin: 15px 0 15px;
  font-size: 1.25rem;
}
.services .desc {
  color: #456687;
  margin: 0;
  font-size: .875rem;
  line-height: 1.625;
}
.service-card {
  min-height: 190px;
  border: 1px solid #dae1e780;
}
.services-grid {
  gap: 24px;
}

/* Why features (dark section) */
.why.features-dark {
  background: #0f172a;
  color: #e2e8f0;
  padding: 72px 0;
}
.why.features-dark h2 {
  color: #fff;
}
.why.features-dark .card {
  background: #0818260d;
  border-color: #0818260d;
  color: #cbd5e1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.feature-card {
  min-height: 200px;
  background: #0818260d;
  border: 1px solid #0818261a;
  border-radius: 12px;
  padding: 22px;
  transition: all 0.5s ease;
  display: flex;
  align-items: flex-start;
}

.features-grid {
  gap: 24px;
}

/* Contact form */
.cta form input,
.cta form textarea {
    width: 100%;
    padding: .5rem .75rem;
    border: 1px solid #dae1e7;
    border-radius: 18px;
    background: #fff;
    height: 48px;
}
.cta .btn-primary {
  background: #0f172a;
}
.cta aside {
  backdrop-filter: saturate(120%) blur(2px);
}

/* Buttons */
.btn {
  transition: transform 0.06s ease;
}
.btn:hover {
  transform: translateY(-1px);
}




/**sp css**/
.banner_top_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e5e6e8;
    border: 1px solid #b9bdc1;
    padding: 7px 16px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.banner_para {
  color: #486888;
  font-size: 1.25rem;
  max-width: 575px;
  margin: 1.5rem 0 2rem;
}


.exp_count {
  font-family: "Marion", serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #081826;
}

.exp_bot_text {
  font-size: .875rem;
  color: #456687;
}

.market_small_text {
    color: #081826;
    font-weight: 600;
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.market_p {
  color: #456687;
  font-size: 16px;
  font-family: Helvetica Neue Custom, system-ui, sans-serif;
  font-weight: 400;
}

.price_hike {
  color: #081826;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Marion, serif;
}

.services_header {
  text-align: center;
  margin-bottom: 3rem;
}
.services_header h2{
  color: #08182B;
    font-size: 3rem;
    font-weight: 700;
    font-family: Marion, serif;
}

.services_header p{
color: #456687;
font-size: 16px;
font-family: Helvetica Neue Custom, system-ui, sans-serif;
font-weight: 400;
margin-top: 1rem;
}


.icon-circle {
  transition: all 0.5s ease;
}

.service-card:hover .icon-circle {
  background: #0f172a;
}

.service-card:hover .icon-circle svg{
    color: #fff !important;
}

.service-card:hover .icon-circle svg {
    color: #fff;
}

#menu-primary li {
    margin: 0px 4px;
}


.why_head_text {
  margin: 0 0 22px;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
}

.why_head_small_text {
  font-size: .875rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
  font-family: Helvetica Neue Custom, system-ui, sans-serif;
  text-transform: uppercase;
}

.why_head_p{
  color: #ffffffb3;
  font-size: 1.125rem;
  font-weight: 500;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.stat_conut_txt {
  font-family: "Marion", serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
}

.stat_count_p {
  font-size: .875rem;
  color: #fff9
}

i.fa-solid.fa-play {
  margin-right: 0.5rem;
  font-size: 12px;
}

i.fa-solid.fa-arrow-left {
  transform: rotate(180deg);
  margin-left: 10px;
  font-size: 12px;
}

.icon.icon-circle-darK {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 20px;
  background: #0818261a;
  color: #0ea5e9;
  margin-bottom: 12px;
}

.icon.icon-circle-darK svg{
    color: #fff !important;
}

.equirise {
  width: calc(100% - 20%);
  margin-left: 20px;

}

.equirise h3 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.equirise p {
  font-size: .875rem;
  color: #ffffffb3;
}

.feature-card:hover .icon.icon-circle-darK {
  background: #081826;
}























.ticker {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.ticker {
  display: flex;
}

.ticker .line_move {
    display: inline-flex;
    align-items: center;
    gap: 45px;
    padding: 0 25px;
    animation: tickerMove 25s linear infinite;
}


@keyframes tickerMove {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}





section#philosophy {
  background: #0818260a;
  padding: 30px 0px;
}

.left_cont h5 {
  font-size: .875rem;
  color: #081826;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: Helvetica Neue Custom, system-ui, sans-serif;
  text-transform: uppercase;
}

.left_cont h1{
  margin: 0 0 22px;
  font-size: 3rem !important;
  color: #081826;
  margin-bottom: 1.5rem !important;
}

.why_head_p {
  color: #dae1e7;
  font-size: 1.125rem;
  font-weight: 500;
  max-width: 750px;
  margin: 0 auto;
}

.left_cont p span {
  display: block;
  font-weight: 500;
  color: #081826;
  margin: 18px 0px;
}

.brain_flex {
  display:flex;
  align-items:center;
  gap:10px;
}

.brain_flex h3 {
  color: #081826;
  font-size: 1.25rem !important;
  font-weight: 700;
}

.brain_flex p {
  font-size: 16px;
  color: #456687;
  margin-top: 8px;
}

.counter_section {
  display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px;padding-top:32px;border-top:1px solid #e0e7f1;
}

.started-button.mobile-only {
  display: none;
}

.started-button.deaktop-only .mobile-btn{
  padding: .5rem 1.5rem !important;
}

.booking-card {
  background: linear-gradient(135deg, hsl(208 67% 9%) 0%, hsl(210 32% 22%) 100%);;
  border-radius: 18px;
  padding: 2rem;
  margin-top: 1rem;
}

.booking_h1 {
  color: #fff;
  font-size: 1.25rem;
}

.booking_p {
  color: #fffc !important;
  font-size: .875rem;
  font-weight: 500 !important;
  line-height: 1.25rem;
  margin: 15px 0 !important;
  max-width: 450px;
}

.book_call_btn {
  background: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: .75rem;
  padding: .5rem 1.5rem;
  color: #fff;
  align-items: center;
  display: flex;
  gap: 5px;
  font-size: .875rem;
  font-weight: 600;
}

.book_call_btn {
  background: #fff3;
}


.book_call_btn svg{
    width: 15px;
}


.price_Flex {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  justify-content: space-between;
}

.price_Flex .text-sm{ 
  font-size: .875rem;
  font-weight: 600;
  color: #ef4343;
}

.price_Flex .text-xs{ 
  font-size: .75rem;
  font-weight: 400;
  color: #ef4343;
}








.build_wealth_parent {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

/* LEFT CONTENT */
.left_cont {
  flex: 1;
}

.left_cont h1 {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.left_cont p {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

.left_cont p span {
  display: block;
  margin: 18px 0;
  font-weight: 600;
  color: #0f172a;
}

/* RIGHT CONTENT */
.right_cont {
  flex: 1;
}

/* CARD GRID */
.right_cont .grid-3 {
  display: flex;
      gap: 24px;
      flex-direction: column;
}

/* CARD STYLE */
.right_cont .card {
  background: #ffffff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: transform .3s ease, box-shadow .3s ease;
}

.right_cont .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 35px rgba(0,0,0,0.08);
}

.grid {
  display: grid;
  gap: 24px;
}

/* 3-column grid */
.template_four {
  grid-template-columns: repeat(4, 1fr);
}




/* responsive start */
/* Tablet */
@media (max-width: 991px) {
  .build_wealth_parent {
      flex-direction: column;
      gap: 40px;
  }

  .right_cont .grid-3 {
      grid-template-columns: repeat(2, 1fr);
  }

  .left_cont h1 {
      font-size: 32px;
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
}
}

/* Mobile */
@media (max-width: 575px) {
  .right_cont .grid-3 {
      grid-template-columns: 1fr;
  }

  .left_cont h1 {
      font-size: 26px;
  }

  .build_wealth_parent {
      padding: 50px 15px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
}

.btn-primary {
  width: 100%;
  text-align: center;
  
  font-size: 12px !important;
letter-spacing: 1px;
}

.btn-secondary {
  width: 100%;
  text-align: center;
    font-size: 12px !important;
}

.bullet-points li {
    width: 100% !important;
}

}



.hero-media img {
    border-radius: 28px !important;
}

.btn-primary:hover {
    box-shadow: 0 0 50px hsla(160, 84%, 39%, .4) !important;
    transform: translateY(-3px);
}

.top_success_rate {
    position: absolute;
    top: -25px;
    right: -32px;
    background: #fffc;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    animation: floatUp 3s ease-in-out infinite 1s;
    z-index: 20;
    backdrop-filter: blur(15px);
}

.success_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.success_icon {
    width: 2.5rem;
    height: 2.5rem;
    background: #3c54681a;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3c5468;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
}

.success_info p {
    font-size: .75rem;
    color: #456687;
    margin: 0 0 4px 0;
    font-weight: 600;
}

.success_info h6 {
    font-family: Helvetica Neue Custom, system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #081928;
    margin: 0;
}



.portfolio-growth-badge {
  position: absolute;
  bottom: -16px;
  left: -32px;
  background: #fffc;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation: floatDown 3s ease-in-out infinite;
  z-index: 20;
  backdrop-filter: blur(15px);
}

.portfolio-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.portfolio-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: #3c54681a;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3c5468;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
}

.portfolio-info p {
    font-size: .75rem;
    color: #456687;
    margin: 0 0 4px 0;
    font-weight: 600;
}

.portfolio-info h6 {
    font-family: Helvetica Neue Custom, system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #081928;
    margin: 0;
}

.mission-checklist li svg {
        width: 20px;
    height: 20px;
}

.footer-info li {
    align-items: center !important;
}

.footer-info li svg {
    width: 18px;
    height: 18px;
}

.footer_social_x a span{
    display: flex;
}
.footer_social_x a span svg {
    width: 18px;
    height: 18px;
}

a.btn.btn-primary.mobile-btn {
    padding: .7rem 1.4rem !important;
    transition: all 0.5s ease !important;
    font-size: .875rem !important;
}

.footer_flex_cont {
    align-items: center;
}

.footer_flex_qq {
    display: flex;
    align-items: center;
}

.powred_by a {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 0.5rem;
}

.powred_by a span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.wian_logo {
    height: 30px !important;
    margin-left: 0.4rem;
}

.service-card .read-more-link {
    display: flex !important;   
    align-items: center;
}
.read-more-link svg {
    width: 15px;
    height: 15px;
    margin-left: 0.5rem;
}






/* ========================================
   Our Team Section Styles
   ======================================== */
.team {
  padding: 96px 0;
  background-color: #f5f6f6;
}

.team-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.team-subhead {
  color: #081826;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: 'Helvetica Neue Custom', system-ui, sans-serif;
  text-align: center;
}

.team-title {
  color: #08182B;
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Marion', serif;
  text-align: center;
  margin: 0 0 1.5rem;
}

.team-intro {
  color: #456687;
  font-size: 1rem;
  font-family: 'Helvetica Neue Custom', system-ui, sans-serif;
  font-weight: 400;
  max-width: 750px;
  margin: 0 auto 3rem;
  text-align: center;
}

.team-intro p {
  margin: 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 48px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.team-member {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(8, 24, 40, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  position: relative;
}

.team-member:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 48px rgba(8, 24, 40, 0.15);
}

.team-member-image {
  width: 100%;
  height: 380px;
  overflow: hidden;
  background: #e8e9ea;
  position: relative;
}

.team-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease;
}

.team-member:hover .team-member-image img {
  transform: scale(1.05);
}

.team-member-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #cbd5e1;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.team-member-content {
    padding: 20px 28px 25px;
    background: rgb(32, 49, 67);
    color: #0f172a00;
    text-align: center;
}

.team-member-name {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 6px;
  font-family: 'Marion', serif;
  line-height: 1.3;
}

.team-member-position {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  font-family: 'Helvetica Neue Custom', system-ui, sans-serif;
}

.team-member-bio {
  color: #456687;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0 0 20px;
  display: none; /* Hidden to match design */
}

.team-member-social {
  display: flex;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}

.team-member-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #a3b8cc;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.team-member-social a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.team-member-social a i {
  font-size: 18px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  
  .team-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
    
.team-member-content {
    text-align: center;
}
    
  .team {
    padding: 64px 0;
  }
  
  .team-title {
    font-size: 2rem;
  }
  
  .team-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 400px;
  }
  
  .team-member-image {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .team-inner {
    padding: 0 20px;
  }
  
  .team-title {
    font-size: 1.75rem;
  }
  
  .team-intro {
    font-size: 0.9375rem;
  }
  
  .team-member-content {
    padding: 24px;
  }
  
  .team-member-image {
    height: 380px;
  }
  
  .team-member-name {
    font-size: 1.25rem;
  }
  
  .team-member-position {
    font-size: 0.875rem;
  }
}
