/* ==========================================
   TYPOGRAPHY SYSTEM - Multiverz Standard
   ========================================== */

/* Base Typography Settings */
* {
  font-family: "Inter Tight", sans-serif;
}

/* Content Typography Override - Montserrat for content areas */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
blockquote,
.content,
.blog-content,
.banner-des,
.quote-box,
.card-description,
.pillar-description,
.info-card p,
.team-member-name,
.team-member-role {
  font-family: "Montserrat", sans-serif;
}

/* Heading Hierarchy - Montserrat */
h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}

h4,
.h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

/* Body Text - Montserrat */
p,
li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

/* Small Text - Montserrat */
small,
.small-text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/* Bold Body Text - Montserrat */
strong,
b,
.bold-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/* Navigation & UI Elements - Inter Tight */
nav,
.nav-menu,
.nav-menu a,
.menu-toggle,
.breadcrumb,
label,
.form-label,
.ui-text {
  font-family: "Inter Tight", sans-serif !important;
}

/* Buttons & CTAs - Montserrat */
button,
.btn,
.button,
.btn-submit,
.btn-info_card,
input[type="submit"],
.wpcf7-submit {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
}

.container {
  padding: 0;
}

hr {
  background-color: black;
  border-color: black;
  opacity: 1;
}

/* Navigation - Inter Tight */
.nav-menu a {
  font-family: "Inter Tight", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff !important;
  transition: color 0.3s;
  letter-spacing: 0.02em;
}

.home-icon-item img {
  height: 20px;
  cursor: pointer;
}

.home-icon-item {
  height: 40px;
  width: 40px;
  background: #fecd0a;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Sticky Header */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  padding: 10px 0 0;
}

.sticky-header .container {
  margin: 0 auto;
  padding: 0;
}

.main-navigation {
  background: #24477f;
  box-shadow: 0px 3px 15px #00000026;
  border-radius: 10px;
  color: #fff !important;
  margin-top: 50px;
}

.menu-toggle,
.menu-overlay {
  display: none;
}

.nav-menu {
  height: 40px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0px 50px;
  justify-content: space-around;
  position: relative;
}

.nav-menu li {
  padding: 7px 20px;
}

.nav-menu li.current_page_item {
  background-color: rgba(250, 250, 250, 0.3);
  border-bottom: 2px solid #fff;
}

/* ==========================================
   SPACING SYSTEM & LAYOUT VARIABLES
   ========================================== */
:root {
  /* SPACING SCALE */
  --space-xs: 8px;
  --space-sm: 12px;
  --space-base: 16px;
  --space-md: 20px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 40px;
  --space-3xl: 60px;
  --space-4xl: 80px;
  --space-5xl: 120px;

  /* CONTAINER SIZES */
  --container-max: 1150px;
  --container-padding-desktop: 20px;
  --container-padding-tablet: 20px;
  --container-padding-mobile: 16px;

  /* SECTION SPACING */
  --section-padding-top: 40px;
  --section-padding-bottom: 40px;
  --section-padding-x: 20px;

  /* BACKGROUND COLORS */
  --bg-white: #ffffff;
  --bg-light: #f8f9fa;
  --bg-lighter: #f5f5f5;
  --bg-dark: #fafafa;

  /* BRAND COLORS */
  --color-primary: #24477f;
  --color-secondary: #fecd0a;
  --color-accent: #05339c;
}

/*== Home Page css starts here ==*/
.hero-section hr,
.page-content hr {
  color: #000000;
}

/* Hero Section Typography - Montserrat */
.hero-section h1 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.hero-section .banner-des p,
.banner-des p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

.hero-row-section{
position:relative;
}

/*=== Footer CSS Startes Here ==*/
.site-footer {
  margin-top: 50px;
  padding: 0px 0px 30px;
  background-color: #ffffff;
  width: 100%;
  color: #0c0c0c;
  height: auto;
  font-family: "Montserrat", sans-serif;
}

.site-footer a {
  color: #0c0c0c;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus {
  opacity: 0.85;
  color: #0c0c0c;
  outline: none;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  /* height: 170px; Removed fixed height to allow natural flow if needed, but keeping it if user wants strict preservation. User said 'Keep everything else unchanged'. But margin:auto depended on it. */
  height: 170px;
  align-items: flex-start;
  border-top: 1px solid #000000;
  /* Changed from default/center to ensure headers align */
}

.footer-col {
  min-width: 355px;
}

/* Column 1: Logo */
.footer-col-logo {
  display: flex;
  align-items: left;
}

.footer-logo-wrapper img,
.footer-logo-img {
  width: 100%;
  height: 110px;
}

.footer-logo-wrapper .custom-logo-link:hover,
.footer-logo-link:hover {
  opacity: 0.85;
}

.footer-logo-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  /* 18px */
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: opacity 0.2s ease, color 0.2s ease;
  display: inline-block;
}

/* Column 2: Contact */
.footer-col-contact {
  text-align: center;
  padding-top: 20px;
  /* Use padding to push down for vertical centering while keeping alignment */
  margin-top: 0;
}

.footer-col-social {
  text-align: left !important;
  padding-top: 20px;
  /* Matches Contact column for heading alignment */
  margin-top: 0;
}

.footer-heading {
  font-family: "Inter Tight", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 0;
  color: #0b0b0b;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
}

.contact-sub-cols {
  text-align: center;
  /* Keep text inside sub-cols left aligned or centered? User didn't specify, but left looks better in cols */
}

.contact-sub-col p {
  font-family: "Montserrat", sans-serif !important;
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #0b0b0b;
}

.contact-sub-col p:last-child {
  margin-bottom: 0;
}

.footer-address {
  font-style: normal;
  margin: 0;
}

.footer-address-text {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #0b0b0b;
}

.footer-contact-item {
  font-family: "Montserrat", sans-serif !important;
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.footer-contact-item:last-child {
  margin-bottom: 0;
}

.footer-link {
  color: #0b0b0b;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  display: inline-block;
}

.footer-link:hover,
.footer-link:focus {
  opacity: 0.85;
  color: #f5f5f5;
  outline: none;
}

/* Column 3: Copyright */
.footer-col-copyright {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  /* To optimize vertical center if needed */
}

.footer-col-copyright p {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
  line-height: 1.5;
}

.footer-copyright-text {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.footer-brand-name {
  font-weight: 600;
  color: #fff;
}



* {
  font-family: "Inter Tight", sans-serif;
}

.main-container {
  max-width: 1200px;
  margin: 50px auto;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Header */
.header {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.logo-container {
  background-color: #fff;
  width: 100%;
}

.logo {
  font-size: 14px;
  color: #333;
  box-shadow: 0px 3px 6px #00000026;
  border-radius: 0px 0px 20px 20px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 10px 21px;
  z-index: 9999;
}

.logo img {
  width: auto;
  height: 30px;
}

.logo a {
  text-decoration: none;
  color: #000;
}

.logo-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #4caf50, #2196f3);
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

/* Hero Section */
.hero-section {
  padding: var(--space-5xl) var(--section-padding-x) var(--section-padding-bottom);
  position: relative;
  overflow: hidden;
  background: var(--bg-white);
}

.hero-section h1 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.banner-des {
  margin-bottom: 50px;
}

.banner-des_talent,
.banner-des_strategy {
  margin-bottom: 50px;
}

.banner-des p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  max-width: 547px;
  width: 100%;
  line-height: 1.7;
}

.banner-des_talent p {
  max-width: 590px;
}

.banner-des_strategy p {
  max-width: 618px;
}

.banner-des_kh p {
  font-weight: 400;
}

.hero-section img {
  width: 512px;
  height: 464px;
  position: absolute;
  right: -12px;
  top: -185px;
}

.hero-section .banner {
  padding-top: 170px;
  padding-bottom: 15px;
}

/* Quote Box */
.quote-box {
  border-left: 4px solid #05339c;
  padding: 0px 20px;
  margin: 30px 0;
}

.quote-box p {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  font-size: 24px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}

.quote-box strong {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}

/* Cards Section */

.info-card {
  text-align: left;
  /* padding: 30px 20px; */
}

.info-card .icon,
.page-content .icon {
  border-radius: 50%;
  margin-bottom: 20px;
}

.info-card h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.4;
}

.info-card p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
}

/* Winner Section */

.winner-section{
	padding-bottom: 20px;
}

.winner-section .container {
  position: relative;
  background: #fafafa;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 2px solid #fecd0a;
  border-bottom: 2px solid #05339c;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #fafafa;
}

.winner-section .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 10px;
  background-color: #fecd0a;
}

.winner-section h2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.winner-section p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
  color: #000;
  width: 100%;
  max-width: 507px;
}

.winner-badges {
  display: flex;
  gap: 30px;
  align-items: center;
}

.badge-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Partners Section */
.partners-section {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
  text-align: center;
  background: var(--bg-white);
}

.partners-section h2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}

.partner-logo {
  height: 180px;
  width: 210px;
  max-width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: white;
  border: 1px solid #b2b2b280;
  margin-bottom: 20px;
}

.partner-logo img {
  max-height: 100%;
  max-width: 100%;
}

/* Testimonials Section */
/* Testimonials Section */
.testimonials-section {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
  text-align: center;
  background: var(--bg-white);
}

.testimonials-section h2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.testimonial-divider {
  width: 300px;
  height: 2px;
  background: #333;
  margin: 10px auto 40px;
}

.testimonial-card {
  background: white;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  position: relative;
  min-height: 300px;
}

/* Decorative dots on left and right */
.testimonial-text {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}

.testimonial-author {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
}

.testimonial-designation {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

/* Carousel Controls Styling */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}

.carousel-control-prev {
  left: -60px;
}

.carousel-control-next {
  right: -60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/* Carousel Indicators (Dots) */
.carousel-indicators {
  bottom: -50px;
  margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  margin: 0 5px;
}

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

/* Carousel Transition */
.carousel-item {
  transition: transform 0.6s ease-in-out;
}



/* Contact Form Section */
.contact-section {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
  background-color: var(--bg-light);
}

.contact-section .form-label {
  font-family: "Inter Tight", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-section h2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}

/* .form-control,
.contact-section .wpcf7-form-control,
.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section textarea {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 10px 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
} */

.form-control {
  font-family: "Montserrat", sans-serif !important;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
}

.form-control:focus {
  box-shadow: none;
  border-bottom-color: #333;
}

.btn-submit,
.btn-info_card {
  font-family: "Montserrat", sans-serif !important;
  background: #24477f;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

/* Footer */
.footer {
  height: 30px;
  background-color: #001f3f;
  width: 100%;
}



/* Process Circle Section */
.process-section {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
  background: var(--bg-white);
}

.process-container {
  position: relative;
}

.process-image {
  max-width: 100%;
  height: auto;
}

.process-list-left {
  text-align: right;
}

.process-list-right {
  list-style: none;
}

.process-item hr {
  margin: 10px 0px 22px 0px;
  color: #000;
}

.process-list-left .process-number::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
}

.process-list-right .process-number::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
  bottom: -4px;
}


.process-list-left,
.process-list-right {
  list-style: none;
  padding: 0;
}

.process-item {
  height: 85px;
  margin-bottom: 34px;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.process-number {
  font-family: "Montserrat", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
      border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 22px;
    position: relative;
}

.process-divider {
  width: 50px;
  height: 2px;
  background: #000;
  margin-bottom: 10px;
}

.process-text {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
}

/* Page Content */
.page-content {
  /* padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom); */
  background: var(--bg-white);
  padding-bottom: 10px !important;
}

.page-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

.page-subtitle {
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.5;
}

.page-divider {
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  margin: 40px 0;
}

.page-content .quote-box {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}

.cards-section {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
  background-color: var(--bg-light);
}

.section-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  text-align: left !important;
  line-height: 1.3;
}

/*== Strategy template css started here ==*/

/* Team Section */
.team-section {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
  background: var(--bg-white);
  position: relative;
}

.team-section .section-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
/*   margin-bottom: 20px; */
  color: #000;
  line-height: 1.3;
}

.team-section .section-subtitle {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  line-height: 1.7;
}

/* Team Member Card */
.team-member {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  padding: 30px 0px 15px 0;
  border-bottom: 1px solid;
  position: relative;
}

.team-section .process-list-right .team-member::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
}

.team-member-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.team-member-info {
  flex: 1;
}

.team-member-name {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  line-height: 1.4;
}

.team-member-role {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 1.5;
}

.strategy-info .info-card {
  text-align: center;
  /* padding: 30px 20px; */
}

.button-section .btn-info_card {
  width: auto;
  padding: 14px 32px;
}



/*==Capital and financing Css Start here ==*/
.capital_quote-box {
  border-left: 3px solid #000;
  padding: 0px 10px;
}

.info-card .desc_info {
  font-weight: 500;
}

.team-section_capital {
  padding-top: 80px;
}

.capital_card .btn-info_card {
  margin-top: 10px;
}

.image-section {
  padding-top: 0 !important;
}

.image-section .capital_section-img {
  display: flex;
  justify-content: center;
	height: 600px;
}

.capital_section-img img {
    width: auto !important;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}


/*== Knowledge hub css startes here ==*/

.team-section_kh {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
  background-color: var(--bg-white);
}

.team_sec-second {
  margin-top: 15px;
}

.team-section_img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 0 20px;
  overflow: hidden;
  display: block;
  position: relative;
  min-height: 200px;
}

/* Support for data-bg-image attribute */
/* .team-section_img[data-bg-image] {
  background-image: url(attr(data-bg-image));
} */

/* Fallback for img tags (if still used elsewhere) */
.team-section_img img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


.info_title p {
  margin-bottom: 0px;
}

.team-section_talent {
  padding-top: 0 !important;
}

.team-section_talent .content_title,
.team-section_kh .content_title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  margin-left: 0px;
}

.team-section_kh .content_text {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  margin-left: 0px;
}

.team-section_kh .cards-btn {
  margin-top: 30px;
}

.arrow_btn {
  background-color: transparent;
  border: none;
  padding: 0px;
}

.arrow_btn img {
  width: 13px;
  height: 21px;
}

.process_hr::after {
  content: "";
  position: absolute;
  bottom: -19px;
  right: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
}

.custom-border {
  border-top: 1px solid #000;
  margin: 1rem 0;
}

.impact-content {
  padding: 20px 30px 40px;
}

.process-sec-imp .info-card p {
  text-align: center;
  width: 1066px;
}

.process-sec-imp {
  padding: 0px 40px 40px;
}

.name-section {
  margin: 50px 40px;
}

.name-section .info-sec {
  margin-bottom: 30px;
}

.section_impact {
  margin-bottom: 20px;
}

/* .imp-content-section {
  margin: 40px 0px 50px 0px;
} */

.box-section {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: var(--bg-white);
}

.box-section p {
  width: 458px;
}

.box-info p {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}

/* Blog Detail Page Styles */
.blog-detail-section {
  padding-top: 40px;
}

/* .back-link-text, .blog-navigation a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}


.back-link-text:hover {
  text-decoration: underline;
  color: #000;
} */

.blog-back-link a {
  text-transform: unset !important;
}

.blog-featured-image {
  width: 100%;
}

.featured-img-placeholder {
  width: 100%;
  height: 350px;
  background-color: #f6f6f6;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.blog-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  margin-top: 20px;
  color: #000;
  line-height: 1.3;
}

.blog-content {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  margin-top: 20px;
}

.blog-content h2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.blog-content p {
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
}

.blog-content h4 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}

/* Blog Content Lists - Explicit Montserrat & 14px */
.blog-content ul,
.blog-content ol {
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
}

.blog-content li {
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.8;
  margin-bottom: 0.6rem;
  padding-left: 0.5rem;
}

/* Blog Content Tables - Explicit Montserrat & 14px */
.blog-content table {
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
}

.blog-content thead th,
.blog-content thead td {
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
}

.blog-content tbody td {
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
}

.blog-navigation a:hover {
  text-decoration: underline;
}

/* Modern Pagination Styles - Plain Black */
.pagination-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.pagination .page-item {
  margin: 0;
  padding: 0;
}

.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #000;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.pagination .page-link:hover {
  background-color: #f5f5f5;
  border-color: #000;
  color: #000;
}

.pagination .page-item.active .page-link {
  background-color: #000;
  color: #fff;
  border-color: #000;
  font-weight: 600;
}

.pagination .page-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.pagination .page-item.disabled .page-link {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}




/* Process SVG Animation */
.process-svg-container svg {
  max-width: 100%;
  height: auto;
}

/* Initially give paths a transition */
.process-svg-container svg path {
  transition: all 0.3s ease;
  /*   opacity: 0.5; */
  cursor: pointer;
}

/* Specific styling for active path */
.process-svg-container svg path.active-process {
  opacity: 1;
  filter: brightness(1.1) drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.3));
  stroke: none;
  z-index: 10;
}

/* Make process list items interactive */
.process-item:hover,
.process-item.active-item {
  transform: translateX(5px);
}

/* Ensure text in SVG doesn't block events */
.process-svg-container text {
  pointer-events: none;
}

/*=== Footer social media CSS starts here==*/
.footer-social-media {
     display: flex;
    justify-content: center; /* centers icons horizontally */
    align-items: center;
    gap: 12px; /* space between icons */

}

.footer-social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer-social-media a:hover {
  transform: translateY(-3px);
  opacity: 0.7;
}

.footer-social-media img {
  width: 42px;
  height: auto;
  object-fit: contain;
}

.footer-copyright-row {
  text-align: center;
}

/* =========================================
   Talent Template Styles (Extracted)
   ========================================= */

.talent-tagline {
  position: relative;
  width: 270px;
  height: 18px;
  text-align: left;
  font: normal normal 600 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  display: inline-block;
}

.capital_quote-box {
  /* Merged with existing class */
  font: normal normal 600 14px/22px Montserrat;
}

.capital_quote-left-1,
.capital_quote-left-2,
.capital_quote-left-3 {
  position: relative;
  width: 711px;
  max-width: 100%;
  text-align: left;
  font: normal normal 600 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
}

.capital_quote-left-1 {
  margin-top: 20px;
}

.capital_quote-left-2,
.capital_quote-left-3 {
  margin-top: 38px;
}

.capital_quote-1,
.capital_quote-2,
.capital_quote-3 {
  position: relative;
  text-align: left;
  font: normal normal 600 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #000000;
}

.capital_quote-1 {
  width: 209px;
  margin-top: 20px;
}

.capital_quote-2 {
  width: 252px;
  margin-top: 38px;
}

.capital_quote-3 {
  width: 236px;
  margin-top: 38px;
}

.desc_info-left,
.desc_info-right {
  position: relative;
  max-width: 100%;
  text-align: left;
  font: normal normal medium 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  margin-left: 0;
}

.desc_info-left {
  width: 539px;
}

.desc_info-right {
  width: 524px;
}

.talent-desc-1,
.talent-desc-2,
.talent-desc-3 {
  position: relative;
  max-width: 100%;
  text-align: left;
  font: normal normal normal 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #000000;
}

.talent-desc-1,
.talent-desc-3 {
  width: 336px;
}

.talent-desc-2 {
  width: 330px;
}

/* Video Container & Straps */
.video-container {
  position: relative;
}

.video-container .left-straps-wrapper,
.video-container .right-straps-wrapper {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  z-index: 0;
}

.video-container .left-straps-wrapper {
  left: 0;
}

.video-container .right-straps-wrapper {
  right: 0;
}

.video-container .left-straps-wrapper:before,
.video-container .left-straps-wrapper:after,
.video-container .right-straps-wrapper:before,
.video-container .right-straps-wrapper:after {
  content: '';
  position: absolute;
  width: 30px;
}

.video-container .left-straps-wrapper:before {
  top: 15%;
  left: -60px;
  background-color: #7a8ead;
  height: 70%;
  border-radius: 50px 0 0 50px;
}

.video-container .left-straps-wrapper:after {
  top: 10%;
  left: -30px;
  height: 80%;
  background-color: #4e6992;
  border-radius: 50px 0 0 50px;
}

.video-container .right-straps-wrapper:after {
  border-radius: 0 50px 50px 0;
  top: 10%;
  height: 80%;
  background-color: #4e6992;
  right: -30px;
}

.video-container .right-straps-wrapper:before {
  border-radius: 0 50px 50px 0;
  top: 15%;
  height: 70%;
  background-color: #7a8ead;
  right: -60px;
}

.sandbox-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* ===== Gutenberg Table Mobile Fix ===== */
.wp-block-table {
  width: 100%;
  overflow-x: auto;
}

/*== Contact form 7 responce output box CSS starts here ==*/
.wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0px;
}

/* Impact Template Styles */
.homepage-layout section {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
}

.impact-hero-section {
  background-color: var(--bg-white);
}

.impact-how-section {
  background-color: var(--bg-light) !important;
}

.impact-what-section {
  background-color: var(--bg-white);
}

.impact-why-section {
  background-color: var(--bg-light) !important;
}

.team-section_kh {
  background-color: var(--bg-white) !important;
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
}

/* .homepage-layout .contact-section {
  background-color: var(--bg-light) !important;
} */

.vision-mission-section {
  background-color: var(--bg-light) !important;
}

/* Center alignment for the page content with ample margins */

.homepage-layout .people-section-title {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}


.homepage-layout .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.homepage-layout .impact-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.homepage-layout .impact-hero-title,
.homepage-layout .people-section-title,
.homepage-layout .vision-mission-title,
.homepage-layout .impact-hero-intro,
.homepage-layout .impact-hero-text,
.homepage-layout .contact-section .wpcf7-form {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Specific Alignment for Rows - matching the h2 width */
.homepage-layout .vision-mission-section .row,
.homepage-layout .team-section_kh .row {
  max-width: 100%;
}

/* Ensure text remains left aligned */
.homepage-layout p,
.homepage-layout h1,
.homepage-layout h2,
.homepage-layout .team-member-name,
.homepage-layout .team-member-role {
  text-align: left;
}

.homepage-layout .vm-label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #24477f;
  /* Brand Color */
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.homepage-layout .vision-mission-text-block {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  border-top: 4px solid #fecd0a;
  /* Yellow Accent */
  transition: transform 0.3s ease;
}

.homepage-layout .vision-mission-text-block:hover {
  transform: translateY(-5px);
}

.homepage-layout .vision-mission-text-block p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0;
}

/* Remove decorative lines and separators */
.impact-logo-line,
.section-separator {
  display: none !important;
}

/* /* Ensure People section row is also constrained for title alignment */
.homepage-layout .team-section_kh {
  padding-top: 60px;
  padding-bottom: 30px;
}

*/ .homepage-layout .team-section_kh .col-md-3 {
  padding-top: 20px;
}

.homepage-layout .team-member-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  min-height: 20px;
}

.homepage-layout .team-member-role {
  font-size: 11px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 400;
  min-height: 32px;
}

/* Contact Section Styles - Underline Design */
.homepage-layout .contact-section {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
  background-color: var(--bg-light);
}

.homepage-layout .contact-section h2 {
  text-align: left;
  max-width: 1200px;

  margin-right: auto;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.homepage-layout .contact-section .wpcf7-form {
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  padding: 60px;
  border-radius: 15px;
}

/* Form Labels */
.homepage-layout .contact-section .form-label,
.homepage-layout .contact-section label {
  display: block;
  text-align: left;
  margin-bottom: 6px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
}

/* Input Fields - Underline Style */
.homepage-layout .contact-section .wpcf7-form-control:not(.wpcf7-submit) {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 8px 0 !important;
  background-color: transparent !important;
  width: 100%;
  color: #000000;
  transition: border-color 0.3s ease;
  box-shadow: none !important;
}

/* Input Focus State */
.homepage-layout .contact-section .wpcf7-form-control:not(.wpcf7-submit):focus {
  outline: none;
  border-bottom-color: #000000 !important;
  box-shadow: none !important;
}

/* Placeholder Styling */
.homepage-layout .contact-section .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 1;
}

/* Textarea Specific */
.homepage-layout .contact-section textarea.wpcf7-form-control {
  min-height: 80px;
  resize: vertical;
  line-height: 1.6;
}

/* Invalid/Error State */
.homepage-layout .contact-section .wpcf7-form-control:not(.wpcf7-submit).wpcf7-not-valid {
  border-bottom-color: #DC2626 !important;
  background-color: transparent !important;
}

.homepage-layout .contact-section .wpcf7-not-valid-tip {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  color: #DC2626;
  margin-top: 8px;
  display: block;
}

/* Submit Button - Full Width Blue with Rounded Corners */
.homepage-layout .contact-section .wpcf7-submit {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #24477f !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 14px 32px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.homepage-layout .contact-section .wpcf7-submit:hover {
  background-color: #1a3459 !important;
  transform: none;
}

.homepage-layout .contact-section .wpcf7-submit:active {
  transform: none;
}

.homepage-layout .contact-section .wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Form Row Spacing */
.homepage-layout .contact-section .wpcf7-form p {
  margin-bottom: 40px;
}

.homepage-layout .contact-section .wpcf7-form p:last-of-type {
  margin-bottom: 0;
}

/* Success Message */
.homepage-layout .contact-section .wpcf7-mail-sent-ok {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  background-color: #DCFCE7 !important;
  border: 1px solid #16A34A !important;
  color: #166534 !important;
  padding: 14px 20px !important;
  border-radius: 0;
  margin-top: 20px;
}

/* Error Message */
.homepage-layout .contact-section .wpcf7-validation-errors,
.homepage-layout .contact-section .wpcf7-mail-sent-ng {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  background-color: #FEF2F2 !important;
  border: 1px solid #DC2626 !important;
  color: #991B1B !important;
  padding: 14px 20px !important;
  border-radius: 0;
  margin-top: 20px;
}

/* Loading Spinner */
.homepage-layout .contact-section .wpcf7-spinner {
  margin-left: 12px;
}

/**==Additional css ==**/
/* MULTIVERZ CARDS SECTION */

.multiverz-cards-section {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
  background-color: var(--bg-light);
}

/* Card Container */
.multiverz-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.multiverz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #d8d8d8;
}

/* Icon Wrapper and Styling */
.card-icon-wrapper {
  margin-bottom: 24px;
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: transform 0.3s ease;
}

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

/* Icon Color Variants */
.blue-icon {
  background-color: #e3f2fd;
  color: #1976d2;
}

.yellow-icon {
  background-color: #fff8e1;
  color: #f57c00;
}

.green-icon {
  background-color: #e8f5e9;
  color: #388e3c;
}

/* If using image icons instead of SVG */
.card-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Card Title */
.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.4;
}

/* Card Description */
.card-description {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .multiverz-cards-section {
    padding: 60px 0;
  }

  .multiverz-card {
    padding: 32px 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .multiverz-cards-section {
    padding: 40px 0;
  }

  .multiverz-card {
    padding: 28px 20px;
  }

  .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .card-description {
    font-size: 14px;
  }
}


/* ==========================================
   ALTERNATIVE: UPDATE EXISTING CARDS STYLING
   Use this if you want to keep your existing structure
   ========================================== */

/* Update your existing .cards-section */
.cards-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

/* Update your existing .info-card */
.info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #d8d8d8;
}

/* Update icon styling */
.info-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

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

/* Add specific icon background colors based on card position */
.strategy-info .col-md-4:nth-child(2) .icon {
  background-color: #e3f2fd;
}

.strategy-info .col-md-4:nth-child(3) .icon {
  background-color: #fff8e1;
}

.strategy-info .col-md-4:nth-child(4) .icon {
  background-color: #e8f5e9;
}

.info-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.4;
}

.info-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

/* Section Title */
.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .cards-section {
    padding: 60px 0;
  }

  .info-card {
    padding: 32px 24px;
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .cards-section {
    padding: 40px 0;
  }

  .info-card {
    padding: 28px 20px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .info-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .info-card p {
    font-size: 14px;
  }
}

/* ==========================================
   TWO COLUMN CARDS SECTION
   ========================================== */

.multiverz-two-col-section {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
  background-color: var(--bg-white);
}

.multiverz-two-col-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Title */
.multiverz-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 48px;
  text-align: left !important;
  line-height: 1.3;
}

/* Info Card Container */
.multiverz-info-card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.multiverz-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #d8d8d8;
  background: #ffffff;
}

/* Icon Wrapper and Styling */
.multiverz-info-card .card-icon-wrapper {
  margin-bottom: 24px;
}

.multiverz-info-card .card-icon {
  width: 56px;
  height: 56px;
  border-radius: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.multiverz-info-card:hover .card-icon {
  transform: scale(1.1);
}

/* Icon Color Variants */
.multiverz-info-card .blue-icon {
  background-color: #e3f2fd;
}

.multiverz-info-card .yellow-icon {
  background-color: #fff8e1;
}

.multiverz-info-card .green-icon {
  background-color: #e8f5e9;
}

.multiverz-info-card .purple-icon {
  background-color: #f3e5f5;
}

.multiverz-info-card .card-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* Card Title */
.multiverz-info-card .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.3;
}

/* Card Description */
.multiverz-info-card .card-description {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 24px;
  flex-grow: 1;
}

/* Card Button/CTA */
.multiverz-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #1976d2;
  text-decoration: none;
  padding: 12px 0;
  transition: all 0.3s ease;
  border: none;
  background: transparent;
  cursor: pointer;
  margin-top: auto;
}

.multiverz-card-btn:hover {
  color: #1565c0;
  gap: 12px;
}

.multiverz-card-btn svg {
  transition: transform 0.3s ease;
}

.multiverz-card-btn:hover svg {
  transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .multiverz-two-col-section {
    padding: 60px 0;
  }

  .multiverz-section-title {
    font-size: 32px;
    margin-bottom: 36px;
  }

  .multiverz-info-card {
    padding: 36px 28px;
    margin-bottom: 20px;
  }

  .multiverz-info-card .card-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .multiverz-two-col-section {
    padding: 40px 0;
  }

  .multiverz-section-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .multiverz-info-card {
    padding: 32px 24px;
  }

  .multiverz-info-card .card-icon {
    width: 48px;
    height: 48px;
  }

  .multiverz-info-card .card-icon img {
    width: 24px;
    height: 24px;
  }

  .multiverz-info-card .card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .multiverz-info-card .card-description {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .multiverz-card-btn {
    font-size: 14px;
  }
}


/* ==========================================
   ALTERNATIVE: UPDATE EXISTING STRUCTURE
   Add these styles to update your existing cards
   ========================================== */

/* Update existing section */
.cards-section {
  padding: 80px 0;
  background-color: #ffffff;
}

/* Update existing title */
.cards-section .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
  line-height: 1.3;
}

/* Update existing info-card */
.cards-section .info-card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cards-section .info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #d8d8d8;
  background: #ffffff;
}

/* Update icon */
.cards-section .info-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.cards-section .info-card:hover .icon {
  transform: scale(1.1);
}

/* Icon backgrounds for two-column layout */
.cards-section .col-md-6:nth-child(2) .icon {
  background-color: #e3f2fd;
}

.cards-section .col-md-6:nth-child(3) .icon {
  background-color: #e8f5e9;
}

.cards-section .info-card .icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* Typography */
.cards-section .info-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.3;
  text-align: left;
}

.cards-section .info-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 24px;
  flex-grow: 1;
}

/* Button styling */
.cards-section .btn-info_card {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #1976d2;
  text-decoration: none !important;
  padding: 12px 0;
  transition: all 0.3s ease;
  margin-top: auto;
}

.cards-section .btn-info_card:hover {
  color: #1565c0;
  gap: 12px;
}

/* Add arrow to button with pseudo-element if SVG not used */
.cards-section .btn-info_card::after {
  content: '→';
  font-size: 18px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.cards-section .btn-info_card:hover::after {
  transform: translateX(4px);
}

/* Responsive for existing structure */
@media (max-width: 991px) {
  .cards-section {
    padding: 60px 0;
  }

  .cards-section .section-title {
    font-size: 32px;
    margin-bottom: 36px;
  }

  .cards-section .info-card {
    padding: 36px 28px;
    margin-bottom: 20px;
  }

  .cards-section .info-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .cards-section {
    padding: 40px 0;
  }

  .cards-section .section-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .cards-section .info-card {
    padding: 32px 24px;
  }

  .cards-section .info-card .icon {
    width: 48px;
    height: 48px;
  }

  .cards-section .info-card .icon img {
    width: 24px;
    height: 24px;
  }

  .cards-section .info-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .cards-section .info-card p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .cards-section .btn-info_card {
    font-size: 14px;
  }
}

/* ==========================================
   PILLAR CARDS SECTION
   ========================================== */

.pillar-cards-section {
  padding: var(--section-padding-top) var(--section-padding-x) var(--section-padding-bottom);
  background-color: var(--bg-light);
}

/* Pillar Card Container */
.pillar-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #d8d8d8;
}

/* Icon Wrapper and Styling */
.pillar-icon-wrapper {
  margin-bottom: 24px;
}

.pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

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

/* Icon Color Variants */
.blue-pillar {
  background-color: #e3f2fd;
}

.yellow-pillar {
  background-color: #fff8e1;
}

.green-pillar {
  background-color: #e8f5e9;
}

.pillar-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Pillar Card Title */
.pillar-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.4;
}

/* Pillar Card Description */
.pillar-description {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .pillar-cards-section {
    padding: 60px 0;
  }

  .pillar-cards-section .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pillar-card {
    padding: 32px 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pillar-cards-section {
    padding: 40px 0;
  }

  .pillar-cards-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pillar-card {
    padding: 28px 20px;
  }

  .pillar-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .pillar-description {
    font-size: 14px;
  }
}


/* ==========================================
   ALTERNATIVE: UPDATE EXISTING CARDS
   Use this if you want to keep .cards-section class
   ========================================== */

/* Update existing cards-section */
.cards-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}


/* Update existing info-card */
.cards-section .info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.cards-section .info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #d8d8d8;
}

/* Update icon styling */
.cards-section .info-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.cards-section .info-card:hover .icon {
  transform: scale(1.1);
}

/* Icon backgrounds based on position */
.cards-section .col-md-4:nth-child(1) .icon {
  background-color: #e3f2fd;
}

.cards-section .col-md-4:nth-child(2) .icon {
  background-color: #fff8e1;
}

.cards-section .col-md-4:nth-child(3) .icon {
  background-color: #e8f5e9;
}

.cards-section .info-card .icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Typography */
.cards-section .info-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.4;
}

.cards-section .info-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin: 5px 0;
}

/* Add row centering */
.cards-section .row {
  max-width: 100%;
  margin: 0 auto;
}

/* Ensure equal height cards */
.cards-section [class*="col-"] {
  display: flex;
}

/* Responsive for existing structure */
@media (max-width: 991px) {
  .cards-section {
    padding: 60px 0;
  }

  .cards-section .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cards-section .info-card {
    padding: 32px 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .cards-section {
    padding: 40px 0;
  }

  .cards-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-section .info-card {
    padding: 28px 20px;
  }

  .cards-section .info-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .cards-section .info-card p {
    font-size: 14px;
  }
}

capital_section-img img {
  width: 100% !important;
  align-items: center;
}

/* Add spacing for capital_quote-box paragraphs */
.capital_quote-box {
  border-left: 3px solid #000;
  padding: 0px 10px;
  margin-top: 16px;
  margin-bottom: 16px;
}

/* First capital_quote-box should have more top margin */
.desc_info+.capital_quote-box {
  margin-top: 24px;
}

/* Last capital_quote-box should have spacing before button */
.capital_quote-box:last-of-type {
  margin-bottom: 24px;
}

/**==Knowledge hub css ==**/
/* ============================= */
/* SANDBOX SECTION */
/* ============================= */

.team-section_kh {
  padding: 50px 20px;
  background: #f7f8fb;
}

.team-section_kh .section-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
/*   margin-bottom: 12px; */
  line-height: 1.3;
}

/* Grid spacing 88 */
.team-section_kh .row {
  row-gap: 24px;
}

/* Image Area 88 */
.team-section_img {
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Content Area */
.content_title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 20px 20px 10px;
  line-height: 1.5;
}

.content_text {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #4a4a6a;
  line-height: 1.7;
  margin: 0 20px 18px;
  flex-grow: 1;
}

/* Arrow Button */
.arrow_btn {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #3a6fbf;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

/*.sandbox-card-link:hover .arrow_btn {
  transform: translateX(4px);
}*/

/* CTA Button */
.cards-btn {
  margin-top: 48px;
}

.btn-info_card {
  font-family: "Montserrat", sans-serif !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #24477f;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-info_card:hover {
  background: #1d2d54;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(21, 32, 64, 0.10);
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1060px) {
  .team-section_kh .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .team-section_kh .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .team-section_kh .section-title {
    font-size: 24px;
  }
}

.sandbox-illus.gaming {
  background: linear-gradient(135deg, #eef4ff, #e0ecff);
}

.sandbox-illus.skills {
  background: linear-gradient(135deg, #f0f7ee, #e2f0de);
}

.sandbox-illus.expert {
  background: linear-gradient(135deg, #fef5e7, #fdecd0);
}

.sandbox-illus.signals {
  background: linear-gradient(135deg, #f3eefb, #e8dff6);
}

/* Card Link Wrapper */
/*.sandbox-card-link {
  background: #ffffff;
  border: 1px solid #e8ecf4;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding-bottom: 20px;
  width: 100%;
}

.sandbox-card-link:hover {
  box-shadow: 0 8px 32px rgba(21, 32, 64, 0.10);
  transform: translateY(-4px);
  border-color: transparent;
}*/

.sandbox-card-link .sandbox-illus{
	border-radius: 12px;
}

/* ==========================================
   TEAM SECTION ALIGNMENT & SIZING (IMPACT PAGE FIXES - REFINED)
   ========================================== */

/* 1. Alignment with Menu Bar */
.homepage-layout .team-section_kh .container {
  /* Standard Bootstrap XL container matches menu */
  width: 100%;
}

/* 2. Force Square Aspect Ratio */
.homepage-layout .team-section_kh .team-section_img {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* Forces height to match width */
  overflow: hidden;
  border-radius: 0 !important;
  /* Forces sharp "In Square" corners */
  background-color: #f0f0f0;
  /* Placeholder bg */
  margin-bottom: 20px;
  border-radius: 12px !important;
}

/* 3. Image Fit - Preventing Cuts */
.homepage-layout .team-section_kh .team-section_img img {
  width: 100%;
  height: 266px !important;
  /* Ensures faces at the top of the frame aren't cut */
  display: block;
}

.team-member-row {
  margin-top: 10px !important;
}

/* 4. Text Alignment */
.homepage-layout .team-member-name,
.homepage-layout .team-member-role {
  text-align: left !important;
  margin-left: 0 !important;
}

.homepage-layout .team-member-name {
  font-size: 1.15rem;
  color: #000;
}

/* ==========================================
   MOBILE RESPONSIVENESS - FOOTER
   ========================================== */
@media screen and (max-width: 768px) {
  .site-footer {
    padding-bottom: 20px;
    height: auto;
  }

  /* Allow footer row to stack and grow vertically */
  .footer-row {
    height: auto !important;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    gap: 40px;
  }

  /* Reset column widths and alignment */
  .footer-col {
    width: 100%;
    min-width: unset;
    text-align: center;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Center Logo */
  .footer-col-logo {
    justify-content: center;
    margin-bottom: 0px;
  }

  /* Constrain logo size on mobile */
  .footer-logo-wrapper img,
  .footer-logo-img {
    height: auto;
    max-height: 80px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
  }

  /* Contact Section Adjustments */
  .footer-col-contact {
    text-align: center;
  }

  .contact-sub-cols {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  

  .contact-sub-col {
    width: 100%;
    text-align: center;
  }

  /* Social Section Adjustments */
  .footer-col-social {
    text-align: center !important;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .footer-social-media {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .footer-heading {
    text-align: center;
    margin-bottom: 15px;
  }

  /* Copyright Adjustments */
  .footer-copyright-row {
    text-align: center;
    margin-top: 20px;
  }

  .footer-copyright-row p {
    text-align: center;
    font-size: 12px;
  }
}
