/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://example.com/
 Description:  Child theme for Twenty Twenty-One
 Author:       the WordPress team
 Template:     twentytwentyone
 Version:      1.0
*/
html {
  scroll-behavior: smooth;
}
img {
  width: 100%;
  height: auto !important;
}
.mb-0 p {margin-bottom: 0 !important;}

/* // Sticky Header CSS */
/* ================= HEADER BASE ================= */
.sticky-header {
  position: fixed !important;
  width: 100% !important;
  top: 0;
  left: 0;
  z-index: 999 !important;
  background: transparent;
  transition: all 0.3s ease !important;
}

/* ================= MENU ================= */
/* Default menu (white) */
.sticky-header .elementor-nav-menu a {
  transition: color 0.3s ease;
}

/* ================= BUTTON ================= */
/* Default button */
.sticky-header .elementor-button {
  background: #0D4745;
  color: #fff;
  transition: all 0.3s ease;
}

/* On scroll button */
.sticky-header.scrolled .elementor-button {
  background: #fff !important;
  color: #0D4745;
}

/* ================= SCROLLED STATE ================= */
.sticky-header.scrolled {
  background: #0D4745 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
	border-bottom: 1px solid #fff;
}

header ul.elementor-nav-menu--dropdown a {border-inline-start: 0 !important;}
/* // End Sticky Header CSS */

.funds-accordion {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  margin: 0 auto;
  max-width: 600px;
  font-family: 'Manrope', sans-serif;
}
.home-hero-video {max-height: 100dvh !important;}

.centralize-btn {transform: translatex(-50%) !important;}
.button-arrow svg {transform: rotate(-45deg); transition: all 0.3s;}
.button-arrow a:hover svg {transform: rotate(0deg);}
.text-align p {text-align: center;}
.our-edge-wrap img {width: 85% !important; max-width: 85% !important;}
.our-edge-wrap .our-edge-cards:hover h4.elementor-heading-title {color: #fff;}
.our-edge-wrap .our-edge-cards:hover.our-edge-card1 svg path, .our-edge-wrap .our-edge-cards:hover.our-edge-card2 svg path, .our-edge-wrap .our-edge-cards:hover.our-edge-card3 svg path, .our-edge-wrap .our-edge-cards:hover.our-edge-card4 svg path, .our-edge-wrap .our-edge-cards:hover.our-edge-card5 svg path {fill: #fff;}
.our-edge-wrap .our-edge-cards:hover.our-edge-card6 svg path {stroke: #fff;}
.value-icon-box {transition: all 0.3s;}
.value-icon-box:hover .elementor-icon-box-title, .value-icon-box:hover .elementor-icon-box-description {color: #fff !important;}
.value-icon-box .value-prop-icon {background-color: #0D4745 !important; border-radius: 50px; display: inline-flex; max-width: fit-content !important;}
.value-icon-box .value-prop-icon svg {padding: 15px;}
.value-icon-box:hover .value-prop-icon {background-color: #fff !important;}
.value-icon-box:hover.value-icon-box1 .value-prop-icon svg path, .value-icon-box:hover.value-icon-box3 .value-prop-icon svg path, .value-icon-box:hover.value-icon-box4 .value-prop-icon svg path {fill: #0D4745;}
.value-icon-box:hover.value-icon-box3 .value-prop-icon svg rect {stroke: #0D4745;}
.value-icon-box:hover.value-icon-box2 .value-prop-icon svg path {stroke: #0D4745;}
.value-icon-box {background-size: 100% 100% !important;}

/* // FAQ CSS */
.funds-acc-wrap.funds-accordion {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  margin: 0 auto;
  max-width: 600px;
  font-family: 'Manrope', sans-serif;
}

.acc-card {
  --circle-r: 13px;
  --big-circle-r: 30px;
  --pillar-size: max(34px, var(--circle-r));
  --card-color-solid: #ffffff;
  /* White for non-active */

  --circle-d: calc(var(--circle-r) * 2);
  --circles-space: calc(var(--big-circle-r) + var(--pillar-size));
  --circle-extend-inset: calc(var(--circle-r) + var(--circles-space));

  position: relative;
  border-top-right-radius: 0;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.08));

  background:
    radial-gradient(circle closest-side, var(--card-color-solid) 100%, transparent calc(100% + 1px)) calc(100% - var(--circles-space)) 0 / var(--circle-d) var(--circle-d) no-repeat,
    linear-gradient(0deg, var(--card-color-solid) 100%, var(--card-color-solid) 100%) 0px 0px / calc(100% - var(--circle-extend-inset)) var(--circle-d) no-repeat,
    linear-gradient(0deg, var(--card-color-solid) 100%, var(--card-color-solid) 100%) 0px var(--circle-r) / calc(100% - var(--circles-space)) calc(100% - var(--circle-r)) no-repeat,
    radial-gradient(circle closest-side, var(--card-color-solid) 100%, transparent calc(100% + 1px)) 100% var(--circles-space) / var(--circle-d) var(--circle-d) no-repeat,
    linear-gradient(0deg, var(--card-color-solid) 100%, var(--card-color-solid) 100%) 100% var(--circle-extend-inset) / var(--circle-d) 100% no-repeat,
    linear-gradient(0deg, var(--card-color-solid) 100%, var(--card-color-solid) 100%) 0 var(--circles-space) / calc(100% - var(--circle-r)) 100% no-repeat,
    radial-gradient(circle at 100% 0%, transparent var(--big-circle-r), var(--card-color-solid) calc(var(--big-circle-r) + 1px)) 0px var(--pillar-size) / calc(100% - var(--pillar-size)) 100% no-repeat;

  padding: 30px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
}

.acc-card.open {
  --card-color-solid: #4A9493;
  /* Specified active color */
}

.acc-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f8fbfb;
  /* Light teal tint for visibility on white card */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0eaea;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.acc-card.open .acc-btn {
  background: #4A9493;
  /* Specified active arrow background */
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.acc-read-more {
  background: #fff;
  color: #0D4745;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 100px;
}

.acc-btn svg {
  width: 20px;
  height: 20px;
  stroke: #4A9493;
  /* Teal arrow on white background */
  transition: stroke 0.3s ease;
}

.acc-card.open .acc-btn svg {
  stroke: #ffffff;
  /* White arrow on teal background */
}

.acc-header {
  padding-right: 56px;
}

.acc-title {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  /* Dark grey for better contrast on white card */
  margin: 0 0 4px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.acc-card.open .acc-title {
  color: #ffffff;
}

.acc-subtitle {
  font-size: 14px;
  color: #ffffff;
  /* White color as requested */
  margin: 0;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.acc-card.open .acc-subtitle {
  color: #ffffff;
}

.acc-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
  opacity: 0;
}

.acc-card.open .acc-body {
  max-height: 400px;
  opacity: 1;
}

.acc-img {
  margin-top: 16px;
  width: 100%;
  height: 180px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0a2a5e 0%, #1565c0 50%, #00838f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 20px;
  height: 100%;
}

.bar {
  width: 22px;
  border-radius: 4px 4px 0 0;
  background: rgba(100, 200, 255, 0.7);
  position: relative;
}

.bar::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 10px;
  background: rgba(100, 220, 255, 0.9);
}

.acc-stats {
  margin-top: 14px;
  display: flex;
  gap: 10px;
}

.stat-pill {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  color: #fff;
}

/* // Why Modulus Card CSS */
.why-modulus-grid-wrapper {
    font-family: 'Manrope', sans-serif;
    max-width: 950px;
    width: 100%;
}

.why-modulus-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}
/* Hide scrollbar for Chrome, Safari */
.why-modulus-cards-grid::-webkit-scrollbar {
    display: none;
}

.why-modulus-card {
    background: #ffffff;
    border: 1px solid #e6eded;
    border-radius: 36px;
    padding: 25px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    z-index: 1;
}
/* Hover/Active states */
.why-modulus-card::before {
    /* Background image layer */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: none;
    /* Defined in variations below */
    opacity: 0;
    z-index: -2;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s ease;
    transform: scale(1);
}

.why-modulus-card::after {
    /* Overlay layer */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgba(8, 77, 80, 0.98) 0%, rgba(8, 77, 80, 0.75) 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-modulus-card:hover::before {
    opacity: 1;
    transform: scale(1.1);
    background-color: #084d50;
}

.why-modulus-card:hover::after {
    opacity: 1;
}

/* Typography & Icons */
.why-modulus-card .why-modulus-card-title {
    font-size: 20px;
    font-weight: 400;
    color: #084d50;
    line-height: 1.25;
    max-width: 95%;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-modulus-icon-box {
    align-self: flex-end;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-modulus-card svg {
    width: 100px;
    height: 100px;
    fill: none;
    stroke-width: 1.5;
    transition: stroke 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* White text/icon on hover */
.why-modulus-card:hover .why-modulus-card-title {
    color: #ffffff;
}

.why-modulus-card:hover .why-modulus-icon-box svg path.st1, .why-modulus-card:hover .why-modulus-icon-box svg path.st0 {fill: #fff; stroke: #fff;}

.why-modulus-card:hover {
    border-color: transparent;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

/* Distinct Background variations for each card */
.why-modulus-card:nth-child(1)::before {
    background-image: url('https://images.unsplash.com/photo-1590283603385-17ffb3a7f29f?q=80&w=2070');
}

.why-modulus-card:nth-child(2)::before {
    background-image: url('/wp-content/uploads/2026/04/card_2.jpg');
}

.why-modulus-card:nth-child(3)::before {
    background-image: url('/wp-content/uploads/2026/04/card_3.jpg');
}

.why-modulus-card:nth-child(4)::before {
    background-image: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=2070');
}

.why-modulus-card:nth-child(5)::before {
    background-image: url('https://images.unsplash.com/photo-1554224154-26032ffc0d07?q=80&w=2071');
}

.why-modulus-card:nth-child(6)::before {
    background-image: url('https://images.unsplash.com/photo-1543286386-2e659306cd6c?q=80&w=2070');
}
.why-modulus-leftsection, .whoweare-img, .funds-overview-left, .ourfund-about {position: sticky !important; overflow-y: auto !important; top: 110px; max-height: max-content; /* Hide scrollbar - Chrome, Safari */
  scrollbar-width: none;          /* Firefox */
  -ms-overflow-style: none; }
.why-modulus-leftsection::-webkit-scrollbar,
.whoweare-img::-webkit-scrollbar,
.funds-overview-left::-webkit-scrollbar,
.ourfund-about::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.fund-III-img {background-color: #000000;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/wp-content/uploads/2026/04/home-about-final.webp);
  background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;}


/* Newsletter Form CSS */
.newsletter-form .input-wrapper {
  position: relative;
  width: 100%;
}

.newsletter-form .input-wrapper input {
  width: 100%;
  padding-right: 40px; /* space for icon */
  height: 45px;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	border-width: 0px 0px 1px 0px;
}
.newsletter-form .input-wrapper input::placeholder {color: #ffffff7a; font-size: 16px;}

/* Icon */
.newsletter-form .email-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  pointer-events: none;

  /* Option 1: SVG icon */
 background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23C0FFFE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="5" width="18" height="14" rx="2" ry="2"/><path d="M3 7l9 6 9-6"/></svg>') no-repeat center;
  background-size: contain;
}
.newsletter-form .input-submit {display: none;}

/* // Scroll DOwn CSS */
.scroll-down a { color: white; text-decoration: none; border: 1px solid #fff; border-radius: 30px; padding: 10px 7px; width: max-content;}

.scroll-down .arrow {
  text-align: center;
  margin: 8% 0;
}
.scroll-down .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* About page css */
.about-values-cards:hover h3.elementor-heading-title, .about-values-cards:hover h4.elementor-heading-title {color: #fff !important;}
.about-values-cards:hover svg .st0, .about-values-cards:hover svg .st1, .about-values-cards:hover svg .st2, .about-values-cards:hover.about-values-card1 svg path {fill: #fff !important;}
.about-rupee-img img {width: 65% !important;}

/* About Accordion */
/* I highly recommend importing a clean Font like Inter to match the image accurately */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

.about-investment-sec .custom-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* Hides the radio buttons completely */
.about-investment-sec .accordion-item input[type="radio"] {
  display: none;
}

/* The label styles act as the overall wrapper card */
.about-investment-sec .accordion-label {
  display: flex !important;
  align-items: center; /* This automatically vertically centers the icon naturally! */
  padding: 16px 20px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: 80px; 
}

.about-investment-sec .icon-col {
  margin-right: 20px;
  flex-shrink: 0; 
}

.about-investment-sec .icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #124b45; /* Dark Teal Base */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;           /* Icon color base */
  transition: all 0.3s ease;
}

.about-investment-sec .icon-circle svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
}

.about-investment-sec .content-col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-investment-sec .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-investment-sec .title {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  color: #124b45;
  transition: color 0.3s ease;
  font-family: 'Manrope', sans-serif !important;
}

.about-investment-sec .arrow-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #f1f5f9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #124b45;
  flex-shrink: 0;
}

.about-investment-sec .arrow-circle svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
}

/* 
  Utilizing CSS grid allows us to smoothly transition the content block
  from a closed height smoothly to an open height without arbitrary magic max-height numbers. 
*/
.about-investment-sec .content-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

.about-investment-sec .content-inner {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.about-investment-sec .content-inner p {
  margin: 0;
  padding-top: 10px;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9); /* A slightly muted white just like the image */
}

/* =========================================
   ACTIVE / OPEN STATES 
   ========================================= */

/* Dark green active background */
.about-investment-sec input[type="radio"]:checked + .accordion-label {
  background-color: #124b45;
  border-color: #124b45;
}

/* Invert colors on the icon circle */
.about-investment-sec input[type="radio"]:checked + .accordion-label .icon-circle {
  background-color: #ffffff;
  color: #124b45;
}

/* Update Title to White */
.about-investment-sec input[type="radio"]:checked + .accordion-label .title {
  color: #ffffff;
}

/* Hide the arrow completely when active (per your requirements!) */
.about-investment-sec input[type="radio"]:checked + .accordion-label .arrow-circle {
  display: none;
}

/* Open the grid block container and fade in */
.about-investment-sec input[type="radio"]:checked + .accordion-label .content-body {
  grid-template-rows: 1fr;
}

.about-investment-sec input[type="radio"]:checked + .accordion-label .content-inner {
  opacity: 1;
  transition: opacity 0.4s ease-in 0.15s; 
}


/* Where We Invest CSS */
.wherewe-invest-sec .industry-slider {
    width: min(1180px, 100%);
}

.wherewe-invest-sec .slider-shell {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr) 43px;
    align-items: center;
    gap: 18px;
}

.wherewe-invest-sec .industry-swiper {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.wherewe-invest-sec .industry-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    aspect-ratio: 0.78;
    min-height: 330px;
    cursor: pointer;
}

.wherewe-invest-sec .industry-card img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.wherewe-invest-sec .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 55%,
        rgba(6, 64, 60, 0.7) 75%,
        rgba(6, 64, 60, 0.95) 100%
    );
    opacity: 1;
    transition: background 0.4s ease, transform 0.4s ease;
}

.wherewe-invest-sec .industry-card h2 {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translate(-50%, 0);
    width: calc(100% - 28px);
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.15rem, 1rem + 0.55vw, 1.55rem);
    font-weight: 500;
    line-height: 1.15;
    text-align: center;
    text-wrap: balance;
    z-index: 1;
    opacity: 0.92;
    transition: bottom 0.45s ease, transform 0.45s ease, opacity 0.35s ease;
}

.wherewe-invest-sec .industry-card:hover img {
    transform: scale(1.06);
    filter: saturate(0.95);
}

.wherewe-invest-sec .industry-card:hover .card-overlay {
   background: linear-gradient(360deg, rgba(0, 51, 51, 0.9), rgba(13, 70, 69, 0.8), rgba(25, 128, 128, 0.8));
    transform: scale(1.02);
}
button:focus {outline: unset !important;}
.wherewe-invest-sec .industry-card:hover h2 {
    bottom: 50%;
    transform: translate(-50%, 50%);
    opacity: 1;
}

.wherewe-invest-sec .slider-nav {
    position: relative;
    top: auto !important;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 40px;
    height: 40px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background-color: #C9CBCB !important;
    color: #000 !important;
    box-shadow: 0 8px 18px rgba(4, 49, 44, 0.08);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	padding: 0;
}
.wherewe-invest-sec .slider-nav svg {width: 20px; height: 20px;}
.wherewe-invest-sec .slider-nav:hover {
	background-color: #0D4745 !important;
    color: #fff !important;
	transform: scale(1.04);
}
.wherewe-invest-sec .slider-nav::after {
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.wherewe-invest-sec .slider-nav.swiper-button-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
.wherewe-invest-sec .swiper-wrapper {
    transition-timing-function: linear !important;
}

@media (max-width: 1024px) {
    .wherewe-invest-sec .industry-card {
        min-height: 300px;
    }
}

@media (max-width: 767px) {

    .wherewe-invest-sec .slider-shell {
        grid-template-columns: 30px minmax(0, 1fr) 30px;
        gap: 10px;
    }

    .wherewe-invest-sec .slider-nav {
        width: 30px;
        height: 30px;
    }
	.wherewe-invest-sec .slider-nav::after {font-size: 18px;}
}


.team-section-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

/* Tabs */
.team-tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.team-tab {
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #a2a9b0 !important;
  cursor: pointer;
  border: none;
  background-color: unset !important;
  position: relative;
  transition: color 0.2s;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.team-tab::after {
  content: '';
  position: absolute;
  bottom: -1.5px;
  left: 0;
  right: 0;
  height: 2px;
  background: #1a4a3a;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.team-tab.active {
  color: #0D4745 !important;
  font-weight: 600;
}

.team-tab.active::after {
  transform: scaleX(1);
}

.team-tab:hover {
  color: #1a4a3a;
}

/* Grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Card */
.team-card {
  border-radius: 14px;
  overflow: hidden;
  background: #EAEAEA;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
	border: 1px solid #ddd;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
}

.team-card-photo {
  width: 100%;
  height: 78%;
  object-fit: cover;
  object-position: top center;
  display: block;
  background: #d0c9bc;
}

/* Photo placeholder */
.team-photo-placeholder {
  width: 100%;
  height: 310px;
  overflow: hidden;
  background: linear-gradient(160deg, #d4cdc0 0%, #c5bfb3 100%);
  display: flex;
  align-items: start;
  justify-content: center;
  font-size: 38px;
  color: #a09890;
  user-select: none;
}

.team-photo-placeholder img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  object-position: top;
}

.team-card-info {
  padding: 30px 10px;
  background: #EAEAEA;
  text-align: center;
}

.team-card-info .team-name {
  font-size: 18px;
  font-weight: 600;
  color: #0D4745;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-card-info .team-role {
  font-size: 14px;
  color: #474747;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hover Button */
.team-card-btn-wrap {
  padding: 0 14px 18px;
  text-align: center;
}

.team-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 15px;
  border-radius: 100px;
  background-color: #0D4745 !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.team-card:hover .team-card-btn {
  opacity: 1;
  transform: translateY(0);
}

.team-card-btn:hover {
  background-color: #fff !important;
  color: #0D4745 !important;
  border-color: #0D4745 !important;
}

.team-card-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #fff;
  transition: transform 0.2s;
}
.team-card-btn:hover .btn-arrow {
  color: #0D4745;
}
.team-card-btn .btn-arrow svg {
  width: 80%;
  height: 80%;
  display: block;
}

.team-card-btn:hover .btn-arrow {
  transform: translate(2px, -2px);
}

/* hidden */
.team-card[data-hidden="true"] {
  display: none;
}

/* Modal Overlay */
.team-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}

.team-modal-overlay.active {
  display: flex;
}

/* Modal Content */
.team-modal {
  background: #fff;
  width: 100%;
  max-width: 900px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  animation: modalFadeIn 0.3s ease;
}

.portfolio-cards .elementor-flip-box__front, .portfolio-cards .elementor-flip-box__back {border-radius: 30px !important;}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Modal Left - Image */
.team-modal-left {
  width: 45%;
  flex-shrink: 0;
  background: #d4cdc0;
}

.team-modal-left img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  object-position: top;
}

/* Modal Right - Info */
.team-modal-right {
  width: 55%;
  padding: 50px 40px;
  overflow-y: auto;
  max-height: 80vh;
  color: #333;
}

.team-modal-name {
  font-size: 28px;
  font-weight: 600;
  color: #0D4745;
  margin-bottom: 6px;
  line-height: 1.2;
}

.team-modal-role {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 24px;
}

.team-modal-bio {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.team-modal-bio p {
  margin-bottom: 15px;
}
.team-modal-social {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.team-linkedin-btn {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

/* Close Button */
.team-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background-color: #0D4745 !important;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  font-size: 18px;
  z-index: 10;
  transition: background 0.2s;
  padding: 0;
}

.team-modal-close:hover {
  background: #0D4745;
}

/* Contact Form CSS */
.contact-form-wrap, .careers-form-wrap {display: flex; flex-direction: column; gap: 15px; width: 100%;}
.contact-form-wrap input[type=text], .contact-form-wrap input[type=email], .contact-form-wrap input[type=tel], .contact-form-wrap textarea, .careers-form-wrap input[type=text], .careers-form-wrap input[type=email], .careers-form-wrap input[type=tel], .careers-form-wrap textarea, .careers-form-wrap select, .careers-form-wrap input[type=file] {border: 0 !important; border-radius: 5px !important; width: 100% !important; padding: 10px;}
.careers-form-wrap input[type=text], .careers-form-wrap input[type=email], .careers-form-wrap input[type=tel], .careers-form-wrap textarea, .careers-form-wrap select {border: 1px solid #e0e0e0 !important;}
.careers-form-wrap p {width: 100%;}
.contact-form-wrap input[type=radio] {border: 1px solid #D3DDDD !important;}
.contact-form-wrap input[type=radio]::after {top: 27%; left: 28%;}
.contact-form-wrap input[type=radio]:checked {border: 2px solid #0D4745 !important;}
.contact-form-wrap label, .contact-form-wrap .wpcf7-list-item label, .careers-form-wrap label {font-size: 16px; color: #000;}
.contact-form-wrap .wpcf7-list-item label {display: flex; gap: 5px; align-items: center;}
.redcolor {color: #E02A48;}
.contact-form-wrap .wpcf7-list-item {margin: 0 !important;}
.contact-form-wrap .wpcf7-form-control.wpcf7-radio {display: flex !important; flex-wrap: wrap !important; gap: 10px !important;}
.contact-form-wrap .name-contact-wrap, .careers-form-wrap .careers-field-wrap {display: flex; gap: 10px;}
.contact-form-wrap textarea, .careers-form-wrap textarea {height: 100px;}
.contact-form-wrap input[type=submit], .careers-form-wrap input[type=submit] {width: 100%; background-color: #0C4746 !important; color: #fff; font-size: 18px; border-radius: 5px; border: 0; padding: 10px;}
.contact-form-wrap input[type=submit]:hover, .careers-form-wrap input[type=submit]:hover {background-color: #0C4746 !important; color: #fff;}

/* Media CSS */
.media-img img {
	height: 200px !important;
    object-fit: cover;
    object-position: top;
}

.media-tabs-wrap .e-n-tabs-heading .e-n-tab-title-text, .media-tabs-wrap .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {color: #000 !important;}
.media-kit-img img {max-width: 100% !important;}
.fund-portfolio-wrap:hover .elementor-heading-title, .our-funds-tab .e-n-tab-title {color: #0D4745 !important;} 
.fund-portfolio-wrap:hover svg path {fill: #0D4745 !important;}
.our-funds-tab .e-n-tab-title[aria-selected="true"], .our-funds-tab .e-n-tab-title:hover {color: #fff !important;}
#ourfund-strengths-sec.about-investment-sec .icon-circle svg {width: 100%; height: 100%;}
#ourfund-strengths-sec.about-investment-sec .icon-circle svg path {fill: #fff;}
#ourfund-strengths-sec.about-investment-sec input[type="radio"]:checked + .accordion-label .icon-circle svg path {fill: #0D4745;}
#ourfund-strengths-sec.about-investment-sec .accordion-item4 .icon-circle svg {width: 70%; height: 70%;}

.three-pillars-card:hover h3.elementor-heading-title, .three-pillars-card:hover h4.elementor-heading-title {color: #000 !important;}

.ct-text-block {display: none !important;}



@media (max-width: 767px) {
  .team-modal-overlay {
    padding: 10px;
  }

  .team-modal {
    flex-direction: column;
    max-height: 90vh;
    width: 100%;
    overflow-y: scroll;
  }

  .team-modal-left {
    width: 100%;
    height: 400px;
    flex-shrink: 0;
  }

  .team-modal-right {
    width: 100%;
    padding: 25px 20px;
    max-height: unset;
    overflow-y: visible;
  }

  .team-modal-name {
    font-size: 24px;
  }
  .contact-form-wrap .name-contact-wrap, .careers-form-wrap .careers-field-wrap {flex-direction: column;}
}

@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .team-card .team-card-btn {opacity: 1;}
}

@media (max-width: 767px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-card-info {
    padding: 20px 10px;
  }

  .team-tab {
    padding: 8px 10px;
    font-size: 16px;
  }

  .team-tabs {
    gap: 5px;
    margin-bottom: 30px;
  }
}

@media (max-width: 570px) {
  .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .team-card-info {
    padding: 10px;
  }

  .team-tab {
    padding: 5px;
    font-size: 16px;
  }

  .team-tabs {
    gap: 5px;
    margin-bottom: 20px;
  }
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}


@media (max-width: 1024px) {
	.why-modulus-card svg {width: 60px; height: 60px;}
	.why-modulus-cards-grid {
        grid-template-columns: 1fr 1fr;
		gap: 15px;
    }

    .why-modulus-card {
        min-height: 230px;
        padding: 20px;
		border-radius: 20px;
    }

    .why-modulus-card .why-modulus-card-title {
        font-size: 18px;
    }
	.fund-objective-wrap {overflow: auto !important;}
	.acc-card {padding: 20px;}
	.value-icon-box .value-prop-icon svg {padding: 10px; width: 50px; height: 50px;}
	.scroll-down a {font-size: 16px;}
	.about-rupee-img img {
    	width: 45% !important;
	}
}

@media (max-width: 767px) {
	.why-modulus-leftsection, .whoweare-img, .funds-overview-left {position: unset !important; overflow-y: unset !important;}
/* 	.home-hero-video, .home-hero-video video {height: 350px !important;} */
	.why-modulus-card svg {width: 50px; height: 50px;}
	.why-modulus-card { min-height: 210px; padding: 12px;}
	.why-modulus-card .why-modulus-card-title , .acc-title {
        font-size: 16px;
    }
	.scroll-down a {font-size: 14px; padding: 8px 5px;}
	.acc-card {
       padding: 15px;
    }
	.our-edge-wrap .our-edge-cards svg {width: 50px; width: 50px;}
	.whoweare-img, .whoweare-img img {height: 400px !important; object-fit: contain;}
  .about-investment-sec .title {font-size: 16px;}
  .about-investment-sec .accordion-label {padding: 12px;}
  .about-investment-sec .icon-circle {width: 45px; height: 45px;}
  .about-investment-sec .icon-col {margin-right: 12px;}
  .about-investment-sec .arrow-circle svg {
    width: 22px;
    height: 22px;
  }
  .about-investment-sec .arrow-circle {
    width: 28px;
    height: 28px;
  }
}