@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('/wp-content/themes/teba-child/assets/css/exchange_header.css');
:root {
  --color-primary: #ffc322;
  --color-text-dark: #212121;
  --color-text-light: #ffffff;
  --color-text-muted: #616161;
  --color-text-subtle: #909090;
  --color-background-dark: #1a1919;
  --color-background-light: #ffffff;
  --color-background-light-yellow: #fff4d7;
  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

#loading {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-template-exchange h1{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
.page-template-exchange h2{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
.page-template-exchange h3{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
.page-template-exchange h4{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
.page-template-exchange h5{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
.page-template-exchange h6{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
p,a,span{
    font-family: "DM Sans", sans-serif !important;
}




.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: hidden;
}

.container {
  width: 100% !important;
  /* max-width: 1240px; */
  margin: 0 auto;
  padding: 0 70px !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  margin: 0;
  font-weight: 700;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-text-dark);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
}

.btn-primary:hover {
  opacity: 0.9;
}

.text-gradient {
  background: linear-gradient(90deg, #FFC322 0%, #F24389 80.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* CSS from section:hero */
.hero-section {
  padding-top: 11px;
  padding-bottom: 22px;
  background-color: var(--color-background-light);
  position: relative;
}
.hero-section::before{
    content: "";
    position: absolute;
    background: url("/wp-content/themes/teba-child/assets/images/exchangebanner.svg");
    background-size: 100%;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.hero-content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 501px;
}
.hero-bg-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 103%;
  height: 104%;
  z-index: 1;
  pointer-events: none;
}
.hero-bg-rect {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 240, 204, 0.4);
  border-radius: 24px;
  backdrop-filter: blur(1px);
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
  padding: 20px;
}
.hero-content h1 {
  font-size: 42px;
  line-height: 1.26;
  color: var(--color-text-dark);
  max-width: 1029px;
  font-weight: 700;
}
.bookademo{
    background: #FFC322;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    margin-top: 20px;
    color: #000;
}
.hero-subtitle {
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-text-dark);
}
.hero-subtitle strong {
  font-weight: 700;
}
.hero-agent-line {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-text-dark);
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 32px;
  }
  .hero-subtitle, .hero-agent-line {
    font-size: 16px;
  }
}

/* CSS from section:stats */
.stats-section {
  padding: 85px 0;
  position: relative;
}
.stats-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.stat-item {
  text-align: center;
  flex: 1;
  min-width: 200px;
}
.stat-number {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.26;
  margin-bottom: 10px;
  color: #212121;
}
.stat-label {
  font-size: 20px;
  line-height: 1.3;
  max-width: 200px;
  margin: 0 auto;
  color: #212121;
}
.stats-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.stats-decorations > div {
    position: absolute;
    /* background-color: #8896ff; */
}
.deco-1 {     
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 20px solid #8896FF;
    right: 1%;
    top: 50%;
}
.deco-2 { 
    top: 30%;
    left: 27%;
    transform: rotate(20deg);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 27px solid #8896FF;
}
.deco-3 { 
        width: 26px;
    height: 31px;
    /* background-color: #ffc1b2; */
    top: 63%;
    left: 55%;
    transform: rotate(24deg);
    /* transform: rotate(17deg); */
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 27px solid #ffc1b2;
}
.deco-4 { 
    width: 26px;
    height: 31px;
    top: 55%;
    left: 4%;
    transform: rotate(17deg);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 27px solid #ffc1b2;
}
.deco-5 {
    width: 20px;
    height: 25px;
    top: 25%;
    left: 72%;
    transform: rotate(90deg);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 27px solid #92edff;
 }

@media (max-width: 992px) {
  .stats-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .stat-item {
    flex-basis: 40%;
  }
}
@media (max-width: 576px) {
  .stats-section {
    padding: 50px 0;
  }
  .stat-item {
    flex-basis: 80%;
  }
}

/* CSS from section:features */
.features-section {
  padding: 38px 0 112px;
}
.features-title {
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 70px;
}

/* ===== WHOLE SECTION STICKY FEATURES ===== */

/* Wrapper that creates the scroll distance */
.features-wrapper {
    height: 400vh; /* 4x viewport height = scroll distance */
    position: relative;
}

/* The actual section that sticks */
.features-section {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.features-title {
    position: absolute;
    top: 60px;
    left: 0;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    color: #1e293b;
    max-width: 100%;
    z-index: 10;
    margin: 0;
    width: 100%;
}

.features-content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    height: 100%;
    padding-top: 140px;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.feature_head{
  display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
}
.feature_head h3{
  font-size: 24px;
  margin: 0;
  color: #909090;
}
.feature-item {
    display: flex;
    gap: 15px;
    padding: 10px 0px 10px 20px;
    position: relative;
    flex-direction: column;
}
.feature-item::before{
  position: absolute;
  content: "";
  border-left: 4px solid transparent;
  left: 0;
  top: 0;
  width: 4px;
  height: 100px;
  border-radius: 10px;
}
.feature-item.feature_active::before {
    /* opacity: 1;
    transform: translateY(0) scale(1); */
    border-left-color: #FFC322;
}

.feature-icon-wrapper {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: #E1E1E1;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.feature_active .feature-icon-wrapper {
    transform: scale(1.1);
    /* box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4); */
}

.feature-icon-wrapper img {
    width: 24px;
    height: 24px;
    /* filter: brightness(0) invert(1);
    transition: all 0.3s ease; */
}

.feature-text h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}


.feature-text p {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* ===== ILLUSTRATION SECTION ===== */
/* .features-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.features-illustration img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
} */

/* ===== PROGRESS INDICATOR ===== */
.features-progress {
    position: fixed;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.progress-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    cursor: pointer;
}

.progress-dot.active {
    background: #3b82f6;
    border-color: #3b82f6;
    transform: scale(1.3);
}

.progress-dot:hover {
    background: rgba(59, 130, 246, 0.7);
    border-color: #3b82f6;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    .features-content {
        gap: 60px;
    }
    
    .features-illustration img {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .features-wrapper {
        height: 300vh; /* Shorter on mobile */
    }
    
    .features-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-top: 100px;
    }
    
    .features-title {
        font-size: 2rem;
        top: 20px;
        padding: 0 20px;
    }
    
    .features-illustration {
        order: -1;
    }
    
    .features-illustration img {
        max-width: 300px;
    }
    
    .features-progress {
        right: 20px;
    }
    
    .feature-item {
        opacity: 1;
        transform: none;
    }
    
    .features-list {
        gap: 30px;
    }
}
/* .features-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 147px;
  align-items: center;
} */

/* .features-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

.features-list {
  flex: 1;
}
.feature-item {
  padding: 20px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}
.feature-item.feature_active {
  border-left: 4px solid #0073e6;
  background: #f9f9f9;
}

.features-illustration {
  flex: 1;
  position: sticky;
  top: 100px; 
}

.features-illustration img {
  max-width: 100%;
  transition: opacity 0.3s ease;
} */
/* .features-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
} */
/* .features-list::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #e1e1e1;
  z-index: -1;
} */
/* .feature-item {
  padding: 5px 0px 25px 24px;
  border-radius: 4px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border: 1px solid transparent;
  position: relative;
}
.feature-item::before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #e1e1e1;
  transition: background-color 0.3s ease;
  height: 106px;
}
.feature-item.active {
  border-color: #ffffff; /* This is from the design, but seems invisible. Let's use a subtle color 
  border-color: #f0f0f0;
}
.feature-item.active::before {
  background-color: var(--color-primary);
} */
.feature-item .feature-icon-wrapper img{
    opacity: .2;
}
.feature-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #e1e1e1;
}
.feature-item.active .feature-icon-wrapper {
  background-color: var(--color-background-light-yellow);
}
.feature_active .feature-icon-wrapper img{
    opacity: 1;
}
.feature-text h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
  color: var(--color-text-subtle);
}
.feature-item.active .feature-text h3 {
  color: var(--color-text-dark);
}
.feature-text p {
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-text-subtle);
}
.feature-item.active .feature-text p {
  color: var(--color-text-dark);
}

.features-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.features-illustration img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3); */
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* .features-illustration {
  position: relative;
  width: 100%;
  aspect-ratio: 526 / 392;
} */
.feature_active .feature-icon-wrapper{
    background: #FFF4D7;
}
.feature_active h3{
    color: #212121;
}
.feature_active p{
    color: #212121;
}
.feature_active::before{
    background-color: #FFC322;
}
@media (max-width: 992px) {
  .features-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  /* .features-illustration {
    max-width: 526px;
    margin: 0 auto;
  } */
}

/* CSS from section:ai-features */
.ai-features-section {
  padding: 114px 0;
}
.ai-features-wrapper {
  background-color: var(--color-background-dark);
  color: var(--color-text-light);
  border-radius: 100px;
  padding: 69px 80px;
}
.ai-features-wrapper h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 80px;
  color: #fff;
}
.ai-features-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  align-items: flex-start;
}
.ai-agent-info {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.ai-agent-logo {
  width: 139px;
  height: 90px;
}
.ai-agent-info h3, .ai-how-it-works h3 {
  font-size: 24px;
  line-height: 1.25;
      color: #fff;
}
.ai-agent-info p, .ai-how-it-works ul {
  font-size: 20px;
  line-height: 1.3;
}
.ai-how-it-works {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ai-how-it-works ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ai-how-it-works ul li {
  line-height: 1.5;
}
.ai-more {
  font-size: 20px;
  line-height: 1.3;
  align-self: flex-end;
}
@media (max-width: 992px) {
  .ai-features-wrapper {
    border-radius: 50px;
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .ai-features-wrapper {
    border-radius: 30px;
    padding: 40px 20px;
  }
  .ai-features-wrapper h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .ai-features-content {
    gap: 40px;
  }
  .container{
    padding: 0 15px !important;
  }
  .journey-header p{
    display: inline !important;
  }
  .tab-content.active{
        grid-template-columns: 100% !important;
  }
  h2.programs-title{
        margin-bottom: 20px !important;
  }
}

/* CSS from section:journey */
.journey-section { padding: 60px 0; }
.journey-header { text-align: center; margin-bottom: 54px; }
.journey-header h2 { font-size: 32px; line-height: 1.25; margin-bottom: 16px; }
.journey-header p { font-size: 20px; line-height: 1.3; color: var(--color-text-muted); max-width: 871px; margin: 0 auto; display: flex;align-items: center;}
.journey-header p strong { 
        font-size: 32px;
    color: #616161;
    vertical-align: middle;
    font-weight: 500;
    margin: 0px 3px;
 }
.journey-component-header { display: flex; align-items: center; gap: 40px; margin-bottom: 20px; }
.journey-role-title h3 { font-family: var(--font-body); font-size: 36px; font-weight: 600; margin: 0;}
/* .journey-nav-arrows { display: flex; gap: 16px; }
.arrow-btn { width: 40px; height: 40px; border-radius: 8px; background-color: #e1e1e1; border: none; cursor: pointer; display: flex; justify-content: center; align-items: center; }
.arrow-btn.active { background-color: var(--color-primary); } */
/* .arrow-btn img[alt="Next"] { transform: rotate(180deg); } */
.journey-component-body { background-color: var(--color-background-dark); border-radius: 24px; padding: 40px; color: var(--color-text-light); }
.journey-component-body {
  display: none;
}

.journey-nav-arrows { 
            display: flex; 
            gap: 16px; 
        }

        .arrow-btn { 
            width: 40px; 
            height: 40px; 
            border-radius: 8px; 
            background-color: #e1e1e1; 
            border: none; 
            cursor: pointer; 
            display: flex; 
            justify-content: center; 
            align-items: center;
            transition: all 0.3s ease;
        }

        .arrow-btn.active { 
            background-color: var(--color-primary); 
        }

        .arrow-btn.disabled {
            background-color: #e1e1e1;
            cursor: not-allowed;
            opacity: 0.6;
        }

        .arrow-btn svg {
            width: 20px;
            height: 20px;
            fill: #666;
        }

        .arrow-btn.active svg {
            fill: #000;
        }

.journey-component-body.active {
  display: block;
  background: var(--color-background-dark);
}
.journey-bodies{
  background: var(--color-background-dark);
  border-radius: 24px;
}

.jessica-quote { display: flex; align-items: center; gap: 20px; margin-bottom: 15px; }
.avatar { width: 64px; height: 64px; border-radius: 50%; }
.jessica-name { font-size: 24px; font-weight: 500; }
.jessica-quote blockquote { font-size: 20px; font-weight: 600; color: #f5f5f5; margin-left: auto; max-width: 863px; }
.before-jiffy { margin-bottom: 32px; }
.before-jiffy ul li{
  font-weight: 300;
}
.before-jiffy h4 { font-size: 20px; font-weight: 700; color: #f5f5f5; margin-bottom: 16px; }
.before-jiffy p { font-size: 16px; line-height: 1.3; color: #e1e1e1; max-width: 868px; }
.after-jiffy { background-color: #313131; border: 1px solid var(--color-background-light-yellow); border-radius: 24px; padding: 30px; }
.after-jiffy h4 { text-align: center; font-size: 20px; font-weight: 700; color: #f5f5f5; margin-bottom: 40px; }
.after-jiffy-content { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-bottom: 40px; }
.after-jiffy ul { display: flex; flex-direction: column; gap: 1em; color: #f5f5f5; font-size: 16px; line-height: 1.3; }
.after-jiffy ul li { padding-left: 1em; position: relative; font-weight: 300; line-height: 22px;}

.after-jiffy ul li::before { content: ''; position: absolute; left: 0; }
.jia-take-control { display: flex; flex-direction: column; gap: 10px; }
.jia-take-control img { width: 91px; height: 59px; }
.jia-take-control h5 { font-size: 20px; font-weight: 700; color: #f5f5f5; }
.jia-take-control p { font-size: 16px; color: #f5f5f5; line-height: normal;}
.after-jiffy-footer { display: flex; justify-content: flex-end; }
.btn-learn-more { font-family: 'Lato', sans-serif; background-color: var(--color-primary); color: var(--color-text-dark); padding: 8px 24px; border-radius: 4px; font-size: 14px; }
.journey-pagination { display: flex; justify-content: flex-end; align-items: center; gap: 25px; margin-top: 0;
    padding-bottom: 20px;
    padding-right: 40px;}
.journey-pagination span { font-size: 18px; color: #e1e1e1; }
@media (max-width: 992px) {
  .jessica-quote { flex-direction: column; text-align: center; gap: 10px; }
  .jessica-quote blockquote { margin-left: 0; }
  .after-jiffy-content { grid-template-columns: 1fr; gap: 30px; }
}

/* CSS from section:programs */
.programs-section { padding: 94px 0; }
.programs-title { text-align: center; font-size: 32px; line-height: 1.25; margin-bottom: 94px; }
.programs-nav ul { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 88px; }
.programs-nav a {     background: transparent;    font-weight: 300;display: block; padding: 5px 20px; font-size: 18px; line-height: 1.3; color: var(--color-text-dark); border-radius: 12px; border: 1px solid transparent; transition: all 0.3s ease; }
.programs-nav a.active { font-weight: 700;
    border-bottom: 3px solid var(--color-primary);
    border-radius: 0; }
.programs-content { display: grid; grid-template-columns: 6fr 7fr; gap: 38px; align-items: flex-start; }
.program-description { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.program-description h3 { font-size: 48px; line-height: 1.25; }
.program-description p { font-size: 20px; line-height: 1.3; color: var(--color-text-muted); }
.btn-learn-more-small { font-family: 'Lato', sans-serif; background-color: var(--color-primary); color: var(--color-text-dark); padding: 4px 24px; border-radius: 4px; font-size: 14px; }
.program-features ul { display: flex; flex-direction: column; gap: 2px; font-size: 18px; line-height: 1.3; padding-top: 38px; }
.program-features li { padding-left: 10px; position: relative;color: #212121; font-weight: 400;}
/* .program-features li::before { content: '•'; position: absolute; left: 0; color: var(--color-primary); } */


.tab-content {
  display: none;
}
.tab-content.active{
    display: grid;
    grid-template-columns: 43% 52%;
    gap: 60px;
    align-items: flex-start;
    background: transparent;
}

@media (max-width: 992px) {
  .programs-content { grid-template-columns: 1fr; gap: 40px; }
  .program-description h3 { font-size: 36px; }
  .program-features ul { padding-top: 0; }
}
@media (max-width: 768px) {
  .programs-nav ul { gap: 10px; margin-bottom: 20px;}
  .programs-nav a { padding: 12px 16px; font-size: 16px; }

}

/* CSS from section:operating-model */
.operating-model-section { padding: 136px 0; }
.model-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(100px, auto); gap: 22px; color: #212121;}
.model-card { border-radius: 8px; padding: 30px; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12); }
.card-header { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; justify-content: center;}
.card-header h4 { font-size: 28px; line-height: 1.25; }
.card-subtitle { font-size: 16px; line-height: 1.3; margin-bottom: 30px; text-align: center;    font-style: italic;    font-weight: 400;}
.card-perfect-for { font-size: 16px; font-weight: 700; line-height: 1.3; margin-bottom: 16px; text-align: center; }
.card-description { font-size: 16px; line-height: 1.3; text-align: center; }
.b2c { background-color: #92edff; grid-column: 1 / 5; grid-row: 1 / 3; }
.b2b { background-color: #acb6ff; grid-column: 5 / 13; grid-row: 1 / 2; }
.title-card { background-color: #fafbfc; grid-column: 5 / 9; grid-row: 2 / 3; display: flex; justify-content: center; align-items: center; text-align: center; }
.title-card h4 { font-size: 32px; }
.full-service { background-color: #d8efa2; grid-column: 9 / 13; grid-row: 2 / 4; }
.self-service { background-color: #ffc1b2; grid-column: 1 / 9; grid-row: 3 / 4; }
@media (max-width: 1200px) {
  .model-grid { display: flex; flex-direction: column; }
}

/* CSS from section:pricing */
.pricing-section { padding: 84px 0; }   
.pricing-header { text-align: center; margin-bottom: 55px; }
.pricing-header h2 { font-size: 32px; font-weight: 600; line-height: 1.25; margin-bottom: 16px; }
.pricing-header p { font-size: 20px; line-height: 1.3; }
.pricing-content-wrapper { background-color: var(--color-background-light-yellow); border: 1px solid var(--color-primary); border-radius: 8px; padding: 40px 45px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 90px; align-items: center; }
.pricing-info { text-align: center; }
.pricing-info h3 { font-family: var(--font-body); font-size: 28px; font-weight: 700; line-height: 1.3; margin-bottom: 24px; }
.pricing-info p { font-family: 'Poppins', sans-serif; font-size: 20px; line-height: 1.5; color: #212121;}
.pricing-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-family: 'Lato', sans-serif; font-size: 14px; color: var(--color-text-dark); line-height: normal;
    margin: 0; font-weight: 300;}
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 10px; background-color: var(--color-background-light); border: 1px solid var(--color-text-subtle); border-radius: 4px; font-family: inherit; font-size: 16px;font-weight: 400;
    color: #212121; }
.form-group textarea { min-height: 109px; resize: vertical; }
.select-wrapper { position: relative; }
.select-wrapper select { appearance: none; -webkit-appearance: none; padding-right: 50px; }
.select-arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.select-info { position: absolute; right: -20px; top: 3px; }
.form-submit-btn { align-self: flex-end; font-size: 16px; font-weight: 500; }
.pricing_btn{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
@media (max-width: 992px) {
  .pricing-content-wrapper { grid-template-columns: 1fr; gap: 40px; padding: 40px; }
  .form-row { grid-template-columns: 1fr; gap: 26px; }
}

/* CSS from section:contactform */
.contactform-section { padding: 86px 0 115px; }
.contactform-title { text-align: center; font-size: 32px; font-weight: 600; margin-bottom: 95px; }
.contactform-content { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.contact-info-card { background-color: var(--color-background-light-yellow); border: 1px solid var(--color-primary); border-radius: 8px; padding: 48px; display: flex; flex-direction: column; }
.contact-info-card h3 { font-size: 24px; font-weight: 600; margin-bottom: 40px; }
.contact-info-card address { font-style: normal; display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 8px; }
.contact-item img { width: 24px; height: 24px; flex-shrink: 0; margin-top: 2px; }
.contact-item p, .contact-item a { font-size: 16px; line-height: 1.3; letter-spacing: 0.27px; }
.social-links { margin-top: auto; padding-top: 40px; display: flex; justify-content: flex-start; gap: 15px; }
.social-links a { display: block; }
.social-links img { width: 32px; height: 32px; }
.contactform-form-card { background-color: #f5f5f5; border: 1px solid var(--color-primary); border-radius: 8px; padding: 29px 48px; display: flex; flex-direction: column; align-items: center; gap: 30px; }
.contactform-logo { width: 137px; height: 64px; }
.contactform-form { width: 100%; display: flex; flex-direction: column; gap: 30px; }
@media (max-width: 992px) {
  .contactform-content { grid-template-columns: 1fr; }
}


/*faq css start */

.faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-header {
            /* background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); */
            /* color: white; */
            text-align: center;
            padding: 40px 20px;
        }

        .faq-header h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
            /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); */
        }

        .faq-header p {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        .search-container {
            padding: 30px;
            background: white;
        }

        .search-box {
            width: 100%;
            padding: 15px 20px;
            border: 2px solid #e0e0e0;
            border-radius: 50px;
            font-size: 1rem;
            outline: none;
            transition: all 0.3s ease;
        }

        .search-box:focus {
            border-color: #4facfe;
            box-shadow: 0 0 0 3px rgba(79, 172, 254, 0.1);
        }

        .faq-list {
            padding: 0 30px 30px;
        }

        .faq-item {
            margin-bottom: 15px;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            overflow: hidden;
            transition: all 0.3s ease;
            background: white;
        }

        .faq-item:hover {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }

        .faq-item.active {
            border-color: #ffc322;
            box-shadow: 0 5px 20px rgba(79, 172, 254, 0.2);
        }

        .faq-question {
            padding: 10px 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            font-size: 16px;
            color: #333;
            transition: all 0.3s ease;
            user-select: none;
        }

        .faq-question:hover {
            background: #f8f9fa;
            color: #ffc322;
        }

        .faq-item.active .faq-question {
            background: linear-gradient(135deg, #ffc322 0%, #ffd871 100%);
            color: white;
        }

        .faq-icon {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #ffc322;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            transition: all 0.3s ease;
            flex-shrink: 0;
            margin-left: 15px;
        }

        .faq-item.active .faq-icon {
            background: #fff;
            color: #ffc322;
            transform: rotate(180deg);
        }

        .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s ease;
            background: #f8f9fa;
        }

        .faq-item.active .faq-answer {
            padding: 20px;
            max-height: 300px;
        }

        .faq-answer p {
            color: #555;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .faq-answer p:last-child {
            margin-bottom: 0;
        }

        .no-results {
            text-align: center;
            padding: 40px;
            color: #666;
            font-size: 1.1rem;
            display: none;
        }

        .no-results i {
            font-size: 3rem;
            margin-bottom: 15px;
            opacity: 0.3;
        }

        @media (max-width: 768px) {
            .faq-container {
                margin: 10px;
                border-radius: 15px;
            }

            .faq-header h1 {
                font-size: 2rem;
            }

            .search-container,
            .faq-list {
                padding: 20px;
            }

            .faq-question {
                padding: 15px;
                font-size: 1rem;
            }

            .faq-answer {
                padding: 0 15px;
            }

            .faq-item.active .faq-answer {
                padding: 15px;
            }
            .operating-model-section{
              padding: 0;
            }
            .pricing_form form{
              display: block !important;
            }
        }

        /* Highlight matching text */
        .highlight {
            background: yellow;
            padding: 2px 4px;
            border-radius: 3px;
        }


        .pricing_form form{
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 20px;
          margin-top: 30px;
          margin-bottom: 0;
        }
        .pricing_form form p{
          margin: 0;
        }
        .pricing_form form input[type="text"]{
              background: #fff;
              border: 1px solid #909090;
              border-radius: 4px;
        }
        .pricing_form form input[type="email"]{
              background: #fff;
              border: 1px solid #909090;
              border-radius: 4px;
        }
          .pricing_form form  select{
            background: #fff;
            border: 1px solid #909090;
            border-radius: 4px;
            }
            .pricing_form form  textarea{
            background: #fff;
            border: 1px solid #909090;
            border-radius: 4px;
            }
        .pricing_form form label{
          color: #212121;
        }
        .pricing_message{
              grid-column: 1 / -1;
             width: 100%;
        }
        .pricing_submit{
              display: flex;
              justify-content: flex-end;
        }
        .pricing_submit input[type="submit"]{
            width: 100px;
            padding: 0;
            color: #212121;
        }
        .exchange_contact_form form{
          display: flex;
          flex-direction: column;
        }
        .exchange_contact_form input[type="submit"]{
              width: 100px;
              padding: 0;
              color: #212121;
        }

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

#loading.fade-out {
    opacity: 0;
    visibility: hidden;
}

.loading-wrap {
    text-align: center;
    color: white;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.loader_txt {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dots {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    animation: dotPulse 1.5s infinite ease-in-out;
    margin: 0 2px;
}

.dots:nth-child(2) { animation-delay: 0.1s; }
.dots:nth-child(3) { animation-delay: 0.2s; }
.dots:nth-child(4) { animation-delay: 0.3s; }
.dots:nth-child(5) { animation-delay: 0.4s; }
.dots:nth-child(6) { animation-delay: 0.5s; }
.dots:nth-child(7) { animation-delay: 0.6s; }

@keyframes dotPulse {
    0%, 60%, 100% {
        opacity: 0.3;
        transform: scale(0.8);
    }
    30% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/* Optional: Add fade-in effect to main content */
.page-content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.page-content.loaded {
    opacity: 1;
    transform: translateY(0);
}