/* Global fix for horizontal scroll issues */
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

* {
    box-sizing: border-box;
}

/* Container wrapper for all sections to prevent overflow */
.container-wrapper {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

/* Ensure main containers don't exceed viewport width */
.header,
.statistics-section,
.financial-infrastructure-section,
.pricing-packages-section,
.business-support-section,
.guarantee-section,
.ceo-blog-section,
.booking-section,
.multi-step-form-section,
.footer-section {
    width: 100%;
    max-width: min(1440px, 100vw);
    margin-left: auto;
    margin-right: auto;
}

/* Medium-Large screens - 20% smaller fonts for 1440px */
@media (max-width: 1440px) {
    /* Header and Navigation */
    .header .cta-button-small {
        font-size: 12.8px; /* 16px * 0.8 */
        line-height: 19.2px; /* 24px * 0.8 */
    }

    .header ul li a {
        font-size: 12.8px; /* 16px * 0.8 */
        line-height: 19.2px; /* 24px * 0.8 */
    }

    /* Hero Section */
    .hero-title,
    .hero-title span {
        font-size: 64px; /* 80px * 0.8 */
        line-height: 76.8px; /* 96px * 0.8 */
    }

    .hero-subtitle {
        font-size: 19.2px; /* 24px * 0.8 */
    }

    .hero-description {
        font-size: 14.4px; /* 18px * 0.8 */
        line-height: 25.6px; /* 32px * 0.8 */
    }

    .cta-button-main {
        font-size: 14.4px; /* 18px * 0.8 */
        line-height: 19.2px; /* 24px * 0.8 */
    }

    /* Statistics Section */
    .statistics-title,
    .statistics-title span {
        font-size: 51.2px; /* 64px * 0.8 */
        line-height: 57.6px; /* 72px * 0.8 */
    }

    .statistics-description {
        font-size: 19.2px; /* 24px * 0.8 */
    }

    .stat-number {
        font-size: 44.8px; /* 56px * 0.8 */
    }

    .stat-label {
        font-size: 14.4px; /* 18px * 0.8 */
    }

    /* Case Studies Section */
    .case-studies-title {
        font-size: 51.2px; /* 64px * 0.8 */
        line-height: 57.6px; /* 72px * 0.8 */
    }

    .case-title {
        font-size: 25.6px; /* 32px * 0.8 */
    }

    .case-description p {
        font-size: 16px; /* 20px * 0.8 */
        line-height: 19.2px; /* 24px * 0.8 */
    }

    /* Financial Infrastructure Section */
    .financial-infrastructure-title {
        font-size: 51.2px; /* 64px * 0.8 */
    }

    .financial-infrastructure-description p {
        font-size: 14.4px; /* 18px * 0.8 */
    }

    .service-title {
        font-size: 25.6px; /* 32px * 0.8 */
    }

    .service-text {
        font-size: 14.4px; /* 18px * 0.8 */
    }

    /* Pricing Section */
    .pricing-packages-title {
        font-size: 51.2px; /* 64px * 0.8 */
    }

    .pricing-packages-description p {
        font-size: 14.4px; /* 18px * 0.8 */
    }

    .pricing-card-title {
        font-size: 19.2px; /* 24px * 0.8 */
    }

    .pricing-card-subtitle {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    .pricing-card-target {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    .feature-label {
        font-size: 12px; /* 16px * 0.8 */
        white-space: nowrap;
    }

    .pricing-card-button {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    /* Business Support Section */
    .business-support-title {
        font-size: 51.2px; /* 64px * 0.8 */
    }

    .business-support-description {
        font-size: 14.4px; /* 18px * 0.8 */
    }

    .service-number {
        font-size: 16px; /* 20px * 0.8 */
    }

    .service-text {
        font-size: 14.4px; /* 18px * 0.8 */
    }

    .content-title {
        font-size: 32px; /* 40px * 0.8 */
    }

    .content-card p {
        font-size: 14.4px; /* 18px * 0.8 */
    }

    .content-button {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    /* Guarantee Section */
    .guarantee-title {
        font-size: 51.2px; /* 64px * 0.8 */
    }

    .guarantee-description {
        font-size: 14.4px; /* 18px * 0.8 */
    }

    .guarantee-card-title {
        font-size: 19.2px; /* 24px * 0.8 */
    }

    .guarantee-card-description {
        font-size: 14.4px; /* 18px * 0.8 */
    }

    /* Form Section */
    .form-main-title {
        font-size: 51.2px; /* 64px * 0.8 */
    }

    .form-main-description {
        font-size: 19.2px; /* 24px * 0.8 */
    }

    .step-title {
        font-size: 19.2px; /* 24px * 0.8 */
    }

    .step-subtitle {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    .form-group label {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    .form-group input,
    .radio-text,
    .checkbox-text {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    .form-btn {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    /* CEO Blog Section */
    .ceo-blog-title {
        font-size: 51.2px; /* 64px * 0.8 */
    }

    .ceo-blog-description p {
        font-size: 14.4px; /* 18px * 0.8 */
    }

    .blog-card-title {
        font-size: 22.4px; /* 28px * 0.8 */
    }

    .blog-card-description {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    .blog-card-link {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    /* Booking Section */
    .booking-title {
        font-size: 51.2px; /* 64px * 0.8 */
    }

    .booking-description p {
        font-size: 14.4px; /* 18px * 0.8 */
    }

    /* Footer */
    .footer-address p {
        font-size: 18px; /* 16px * 0.8 */
    }

    .footer-nav-column a {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    .footer-phone {
        font-size: 22.4px; /* 28px * 0.8 */
    }

    .footer-email {
        font-size: 11.2px; /* 14px * 0.8 */
    }

    .footer-cta-button {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    .footer-bottom p,
    .footer-bottom a {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    /* Additional Elements */
    .step-text {
        font-size: 11.2px; /* 14px * 0.8 */
    }

    .radio-option,
    .checkbox-option {
        font-size: 12.8px; /* 16px * 0.8 */
    }

    /* Badge and miscellaneous */
    .financial-infrastructure-badge span,
    .pricing-packages-badge span,
    .business-support-badge span,
    .guarantee-badge span,
    .ceo-blog-badge span,
    .booking-badge span {
        font-size: 11.2px; /* 14px * 0.8 */
    }
}

* {
    transition: all 0.3s ease;
}

/* Smooth scrolling for the entire page */
html {
    scroll-behavior: smooth;
}

/* Scroll offset for anchor links to account for header spacing */
#request-form {
    scroll-margin-top: 20px;
}

.header {
    max-width: 1440px;
    margin: 10px auto;
    box-sizing: border-box;
    padding-bottom:0;
}
.header .cta-button-small {
    display: flex;
height: 64px;
padding: var(--py-3, 12px) 32px;
    justify-content: center;
    align-items: center;
    gap: var(--paddings-gaps-p-2, 8px);
    border-radius: 100px;
    background: #fff;
    color: #212833;

font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.header ul li a {
    color: #212833;

text-align: right;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}
.header .cta-button-small:hover {
    background: #BBD4FF;
}
.hero {
    justify-content: space-between;
}
.hero-title {
    color: #212833;

font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 80px;
font-style: normal;
font-weight: 500;
line-height: 96px; /* 120% */
letter-spacing: -1px;
}

.hero-title span {
    background: linear-gradient(90deg, #0061FE 0%, #609CFF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 80px;
font-style: normal;
font-weight: 500;
line-height: 96px;
letter-spacing: -1px;
}
.hero-subtitle {
    color: #0061FE;

font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -1px;
display: flex;
max-width: 482px; /* Changed from width to max-width */
width: fit-content; /* Added for responsive behavior */
padding: 8px 24px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 100px;
background: rgba(0, 97, 254, 0.16);
margin-top: 32px;
}

.hero-description {
    color: #212833;

font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
    margin-top: 64px;
}

.cta-button-main {
    display: inline-block;
    border-radius: 100px;
background: linear-gradient(90deg, #0061FE 0%, #609CFF 100%);

padding: 16px 48px;
cursor: pointer;
justify-content: center;
align-items: center;
gap: var(--paddings-gaps-p-2, 8px);
color: #FFF;

font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 133.333% */
margin-top: 56px;
margin-bottom:62px;
}
.cta-button-main:hover {
    background: linear-gradient(90deg, #0A49AE 0%, #0059E8 100%);
}
.statistics-section {
    max-width: 1440px;
    margin: 120px auto 0;
    box-sizing: border-box;
    padding-bottom:0;
    padding: 0 40px;
}
.statistics-section .statistics-container {
   justify-content: space-between; 
}
.statistics-title {
    color: #212833;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px; /* 112.5% */
    letter-spacing: -1px;
}
.statistics-content {
    display: flex;
    flex:1;
    flex-direction: column;
    justify-content: space-between;
}
.statistics-title span {
    color: #0061FE;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -1px;
}
.statistics-description {
    color: #212833;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.statistics-description p {
    margin-bottom: 24px;;
}
.statistics-cards .stat-card {
    display: flex;
padding: 32px;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
gap: 10px;
height: 342px;
max-width: 425px; 
border-radius: 24px;
background: #E8F1FF;
}
.stat-number {
    color: #212833;

leading-trim: both;

text-edge: cap;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.stat-label {
    color: #637899;

font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.stat-card:hover {
    background: linear-gradient(57deg, #0061FE 0.22%, #609CFF 99.78%);
}
.stat-card:hover .stat-number,
.stat-card:hover .stat-label {
    color: #fff;
}
.divider {
    width:100%;
    background: url(img/divider.svg) no-repeat center center;
    height:167px;
    margin:120px 0;
    background-size: 100%;
}

/* Case Studies Section */
.case-studies-section {
  background: #ffffff;
  padding: 80px 0;
  width: 100%;
}

.case-studies-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

/* Left Content */
.case-studies-left {
  flex: 1;
}

.case-studies-title {
  color: #212833;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

.case-studies-title .highlight {
  color: #0061FE;
}

.case-image-container {
  position: relative;
  width: 100%;
  height: 720px;
  margin-bottom: 72px;
  overflow: hidden;
  border-radius: 12px;
}

.case-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.case-image.active {
  opacity: 1;
}

/* Right Content */
.case-studies-right {
  flex: 1;
}

.case-item {
  position: relative;
  display: flex;
  gap: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.case-item:last-child {
  border-bottom: none;
}

.case-item:hover {
  background: transparent;
}

.case-stripe {
    background: rgba(99, 120, 153, 0.30);
        width: 4px;
    margin-right: 100px;
}
.case-item.active .case-stripe {
    background: #0061FE;
}
.case-number {
color: #637899;
font-family: Onest;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
width: 32px;
}

.case-content {
  flex: 1;
}

.case-title {
    color: #212833;
    font-family: Onest;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
  padding-bottom: 32px;
}

.case-description {
  color: #637899;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 70px;
}

.case-description p {
  margin-bottom: 16px;
}

.case-description p:last-child {
  margin-bottom: 0;
}

/* CTA Button - matching the main design */
.case-studies-left .cta-button-main.no-mobile {
  display: inline-block !important;
}
.case-studies-left .cta-button-main {
  display: inline-block;
  border-radius: 100px;
  background: linear-gradient(90deg, #0061FE 0%, #609CFF 100%);
  padding: 16px 48px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  text-decoration: none;
  border: none;
}

.case-studies-left .cta-button-main:hover {
  background: linear-gradient(90deg, #0A49AE 0%, #0059E8 100%);
  transform: none;
  box-shadow: none;
}

/* Divider - keep original styling */
.divider {
  width: 100%;
  background: url(img/divider.svg) no-repeat center center;
  height: 167px;
  margin: 120px 0;
}

.mobile-only {
  display: none !important;
}
.no-mobile {
  display: block !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .case-studies-container {
    flex-direction: column;
    gap: 60px;
    padding: 0 20px;
  }
  
  .mobile-only {
    display: block !important;
  }
  .mobile-only.financial-infrastructure-badge {
    display: flex !important;
  }
  .no-mobile {
    display: none !important;
  }
  .case-studies-left,
  .case-studies-right {
    width: 100%;
  }
  
  .case-studies-title {
    font-size: 48px;
    line-height: 56px;
  }
  
  .case-image-container {
    height: 300px;
  }

}

@media (max-width: 768px) {
  .case-studies-section {
    padding: 60px 0 0;

  }
  
  .case-studies-container {
    flex-direction: column;
    gap: 0;
    padding: 0 20px;
  }
  
  .case-studies-title {
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    margin-bottom: 40px;
  }
  
  /* Mobile Image Container - Single Image Display */
  .case-image-container {
    height: 300px;
    border-radius: 16px;
    margin-bottom: 40px;
  }
  
  /* Mobile Case Items Layout */
  .case-studies-right {
    width: 100%;
  }
  
  .case-item {
    flex-direction: column;
    gap: 0;
    padding: 32px 0;
    border-bottom: none;
  }
  
  .case-item:last-child {
    border-bottom: none;
  }
  
  .case-number {
    font-size: 20px;
    margin-bottom: 16px;
    color: #637899;
  }
  
  .case-stripe {
    display: none; /* Hide stripe on mobile */
  }
  
  .case-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  
  .case-description {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0;
  }
  
  .case-description p {
    margin-bottom: 12px;
  }
  
  /* CTA Button Mobile */
  .cta-button-main {
    margin-top: 20px;
    margin-bottom: 0;

  }
}

/* Financial Infrastructure Section */
.financial-infrastructure-section {
    border-radius: 32px;
    background: linear-gradient(109deg, #0061FE 0.71%, #609CFF 99.29%);
      padding: 120px 0;
  max-width: 1440px;
  margin: 120px auto 0;
}

.financial-infrastructure-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Header Content */
.financial-infrastructure-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}

.financial-infrastructure-title {
  color: #FFFFFF;
  font-family: Onest;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1px;
  flex: 1;
  max-width: 600px;

}
.fin-inf-desc {
    max-width: 700px;
}
.business-support-title {
    max-width: 582px;
}
@media (max-width: 1024px) {
  .financial-infrastructure-title {
    max-width: 100%;
  }
  .business-support-title {
    max-width: 100%;
  }
  .fin-inf-desc {
    max-width: 100%;
  }
}

.financial-infrastructure-title .highlight {
  color: rgba(255, 255, 255, 0.6);
}

.financial-infrastructure-badge.no-mobile {
  display: flex !important;
}
.financial-infrastructure-badge {
    display: flex;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #FFF;
  padding: 8px 16px;
  color: #FFFFFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  align-items: center;
  font-weight: 500;
  line-height: 24px;
  margin-top: 8px;
  margin-right: 80px;
width: fit-content;
}

.financial-infrastructure-description {
    color: #FFF;

    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.financial-infrastructure-description p {
  margin-bottom: 24px;
}

.financial-infrastructure-description p:last-child {
  margin-bottom: 0;
}

/* Services Grid */
.financial-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.financial-service-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.financial-service-card:hover {
  background: linear-gradient(135deg, #0061FE 0%, #609CFF 100%);
}

.financial-service-card:hover .service-title,
.financial-service-card:hover .service-subtitle,
.financial-service-card:hover .service-text {
  color: #FFFFFF;
}


.service-content {
  flex: 1;
}

.service-title {
  color: #212833;
  font-family: Onest;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 24px;
  transition: color 0.3s ease;
}

.service-description {
  margin-top: 24px;
}

.service-subtitle {
  color: #0061FE;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
  transition: color 0.3s ease;
}

.service-text {
    color: #212833;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
}

.service-icon {
  flex-shrink: 0;
  margin-right:-48px;
}

.service-icon img {
  width: 200px;
  height: 200px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .financial-infrastructure-section {
    padding: 80px 0;
    margin-top: 80px;
  }
  
  .financial-infrastructure-container {
    padding: 0 20px;
  }
  
  .financial-infrastructure-header {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
  
  .financial-infrastructure-title {
    font-size: 48px;
    line-height: 56px;
  }
  
  .financial-infrastructure-badge {
    align-self: flex-start;
    margin-right: 0;
  }
  
  .financial-infrastructure-description {
    max-width: 100%;
  }
  
  .financial-services-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .financial-service-card {
    padding: 32px;
  }
  
  .service-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.stat-card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 768px) {
    .stat-card-content {
        gap: 4px;
    }
    .statistics-cards .stat-card {
        flex-direction: row;
        height:auto;
        min-height: auto;
        justify-content: space-between;
        align-items: end;
    }
    .statistics-cards .stat-card.experience-card, .statistics-cards .stat-card.clients-card{
        flex-direction: row-reverse;
    }
    .stat-label {
        font-size: 14px;
        width: 72%;

    }
    .stat-number {
        font-size: 32px;
        width: 72%;
    }
    .statistics-cards .stat-card {
        padding: 16px;
    }
    .stat-chart img {
        height: 98px;
    }
    .statistics-cards .stat-card.experience-card .stat-chart img, .statistics-cards .stat-card.clients-card .stat-chart img {
        height: 52px;
    }
    .statistics-cards .stat-card.experience-card .stat-label, .statistics-cards .stat-card.clients-card .stat-label {
        width: 100%;
    }
    .financial-service-card:hover, .financial-service-card:hover .service-title, .financial-service-card:hover .service-subtitle, .financial-service-card:hover .service-text {
        background: #FFFFFF;
        color: #212833 !important;
    }
  .financial-infrastructure-section {
    padding: 60px 0;
    margin-top: 60px;
  }
  
  .financial-infrastructure-title {
    font-size: 40px;
    line-height: 48px;
  }
  
  .financial-service-card {
    flex-direction: column-reverse;
    gap: 24px;
    padding: 24px;
  }
  
  .service-content {
    max-width: 100%;
  }
  
  .service-icon {
    margin-left: 0;
    align-self: flex-start;
  }
  
  .service-icon img {
    width: 100px;
    height: 100px;
  }
  
  .service-title {
    font-size: 24px;
    line-height: 32px;
  }
  .pricing-navigation.mobile-only {
    display: flex !important;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 40px;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 0;
    position: relative;
  }
  .pricing-navigation.mobile-only .nav-arrow {
    width: 56px;
    height: 40px;
    padding: 8px;
  }
  .business-support-badge {
    margin-bottom: 32px;;
  }
  .business-support-description {
    padding-top: 32px !important;
  }
}

.pricing-packages-section {
    max-width: 1440px;
    margin: 120px auto 0;
    padding: 0 40px;
}
.service-text {
    padding-bottom: 10px;
}
.pricing-packages-container {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.pricing-packages-header {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.pricing-packages-badge {
    color: #637899;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
display: flex;
padding: 8px 16px;
align-items: center;
gap: 10px;
border-radius: 16px;
border: 1px solid #637899;
width: fit-content;
}
.pricing-packages-title {
    color: #212833;
leading-trim: both;
text-edge: cap;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 64px;
font-style: normal;
font-weight: 500;
line-height: 72px; /* 112.5% */
letter-spacing: -1px;
}
.pricing-packages-title .highlight {
    color: #0061FE;

}
.pricing-packages-description {
    color: #637899;

font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top:32px;
}

.pricing-cards-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: auto; /* Changed from hidden to auto for proper scrolling */
    overflow-y: hidden;
    padding: 0 40px;
    position: relative;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
    scrollbar-width: none; /* Hide scrollbar on Firefox */
    -ms-overflow-style: none; /* Hide scrollbar on IE/Edge */
}

/* Hide scrollbar on Webkit browsers */
.pricing-cards-wrapper::-webkit-scrollbar {
    display: none;
}

.pricing-cards-container {
    display: flex;
    gap: 16px;
    transition: transform 0.3s ease;
    width: max-content;
    min-width: 100%; /* Ensure it doesn't shrink below container */
}

.pricing-card {
    flex: 0 0 min(572px, calc(100vw - 120px)); /* Responsive flex basis */
    display: flex;
    flex-direction: column;
    width: min(572px, calc(100vw - 120px)); /* Responsive width */
    height: 674px;
    padding: 48px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 24px;
    background: #E8F1FF;
}

/* Responsive pricing card sizing */
@media (max-width: 1400px) {
    .pricing-card {
        flex: 0 0 450px;
        width: 450px;
    }
    
    .pricing-cards-wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .pricing-card {
        flex: 0 0 400px;
        width: 400px;
    }
}

@media (max-width: 768px) {
    .pricing-card {
        flex: 0 0 320px;
        width: 320px;
        height: auto;
        padding: 32px;
    }
    .pricing-packages-section {
        margin:40px 0;
    }
    
    .pricing-cards-wrapper {
        padding: 0 20px;
        margin-top: 20px;
    }
    .pricing-packages-badge {
        margin-bottom: 20px;
    }
    .pricing-packages-header {
        width: 100%;
        gap: 0;
    }
    
}
.pricing-card-header {
    display: flex;
    gap: 10px;
}
.pricing-card-header img {
    width: 96px;
    height: 96px;
}
.pricing-card-title-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pricing-card-title {
    color: #212833;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 48px; /* 120% */
text-transform: uppercase;
}
.pricing-card-icon {
    width: 96px;
    height: 96px;
    border-radius: 32px;
background: #D9E8FF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing-card-icon img {
    width: 64px;
    height: 64px;
}
.pricing-card-subtitle {
    color: #0061FE;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */
}
.pricing-card-target {
    color: #49505C;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
padding: 12px 24px;
align-items: center;
gap: 10px;
align-self: stretch;
border-radius: 32px;
background: #D9E8FF;
margin-top: 24px;
margin-bottom: 24px;
}
.pricing-card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.pricing-card-info {
    flex: 1;
}
.pricing-feature {
    padding-bottom: 20px;
    border-bottom: 1px solid #C7D3E6;
    margin-top:20px;
    color: #212833;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.pricing-card-features {
    margin-top:40px;
}
.pricing-card-button {
    display: flex;
padding: 16px 48px;
justify-content: center;
align-items: center;
gap: var(--paddings-gaps-p-2, 8px);
color: #0061FE;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 18px;
white-space: nowrap;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 133.333% */
border-radius: 100px;
border: 2px solid #0061FE;
margin-top:50px;
stroke: #0061FE;
}
.pricing-card-button:hover svg {
    stroke: white !important;
}
.pricing-card-button:hover {
    border-radius: 100px;
background: linear-gradient(90deg, #0061FE 0%, #609CFF 100%);
color: white;

}
.nav-arrow {
    border-radius: 100px;
border: 1px solid #0061FE;
display: flex;
width: 72px;
height: 56px;
padding: 12px 16px;
justify-content: center;
align-items: center;
gap: var(--paddings-gaps-p-2, 8px);
cursor: pointer;
}
.pricing-navigation {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: -120px;
    margin-bottom: 120px;
}
.nav-arrow:hover {
    color: #fff;
    background: linear-gradient(90deg, #0061FE 0%, #609CFF 100%);
}
.pricing-card:hover {
    background: #212833;
    color: #fff !important;
}
.pricing-card:hover .pricing-card-title {
    color: #fff !important;
}
.pricing-card:hover .pricing-feature {
    color: #fff !important;
}
.pricing-card:hover .pricing-card-icon {
    background: #161B24;
}
.pricing-card:hover .pricing-card-subtitle, .pricing-card:hover .pricing-card-target {
    color: #fff !important;
}
.pricing-card:hover .pricing-card-target {
    background: #161B24;
}

/* Business Support Section */
.business-support-section {
    padding: 120px 0;
    max-width: 1440px;
    margin: 120px auto 0;
}

.business-support-container {
    padding: 0 40px;
}

.business-support-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
    flex-direction: column;
}

.business-support-badge {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    padding: 8px 16px;
    color: #637899;
    font-family: Onest;
    font-size: 16px;
    margin-bottom: 24px;
    font-weight: 500;
}

.business-support-main-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.business-support-title {
    color: #212833;
    font-family: Onest;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.1;
}

.business-support-title .highlight {
    color: #0061FE;
}

.business-support-description {
    color: #637899;
    font-family: Onest;
    font-size: 18px;
    line-height: 1.6;
    max-width: 46%;
    padding-top: 10px;
    max-width: 866px;
    padding-right: 10%;
    box-sizing: border-box;
}
@media (max-width: 1024px) {
  .business-support-description {
    max-width: 100%;
    padding-right: 0;

  }
}

.business-support-body {
    display: flex;
    gap: 80px;
}

.service-list {
    width:50%;
    display: flex;
    flex-direction: column;
}

.service-item {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #E0E0E0;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-number {
    font-family: Onest;
    font-size: 14px;
    color: #637899;
    width: 40px;
    margin-right: 40px;
}

.service-text {
    font-family: Onest;
    font-size: 20px;
    font-weight: 500;
    color: #212833;
    flex-grow: 1;
    transition: transform 0.3s ease;
}

.service-arrow {
    font-size: 24px;
    color: #212833;
    transition: transform 0.3s ease, color 0.3s ease;
}

.service-item:hover .service-text,
.service-item:hover .service-arrow {
    transform: translateX(10px);
    color: #0061FE;
}
.service-item .service-arrow svg{
    stroke: #212833;
}

.service-item.active .service-text,
.service-item.active .service-arrow,
.service-item.active .service-arrow svg {
    color: #0061FE;
    stroke: #0061FE;
}

.content-display {
    flex: 1;
    position: relative;
    background: #F0F6FF;
    border-radius: 24px;
    padding: 40px;
    min-height: 600px;
}

.content-card {
    opacity: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
}

.content-card.active {
    opacity: 1;
    pointer-events: auto;
}

.content-title {
    font-family: Onest;
    font-size: 23px;
    font-weight: 600;
    color: #0061FE;
    margin-bottom: 24px;
}

.content-card p {
    font-family: Onest;
    font-size: 16px;
    line-height: 1.6;
    color: #212833;
    margin-bottom: 24px;
    max-width: 450px;
}

.content-button {
    background: #0061FE;
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 100px;
    font-size: 16px;
    width: fit-content;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
}

.content-button:hover {
    background: #004AB6;
}

.content-image {
    position: absolute;
    bottom: 0; /* Changed from -40px to 0 to prevent overflow */
    right: -40px;
    z-index: 1;
    max-width: 250px;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.content-card.active .content-image {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
    margin-bottom: -40px;
}

@media (max-width: 1024px) {
    .business-support-body {
        flex-direction: column;
    }
    .content-card.active .content-image {
        margin-bottom: -40px;
        right: -10px;
    }
    
}

/* Guarantee Section */
.guarantee-section {
    background: #F0F6FF;
    border-radius: 32px;
    padding: 120px 40px;
    max-width: 1440px;
    margin: 120px auto 0;
}

.guarantee-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 80px;
}

.guarantee-header-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.guarantee-badge {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #C7D3E6;
    padding: 8px 16px;
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
    color: #637899;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
}

.guarantee-title {
    color: #212833;
    font-family: Onest;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.1;
    max-width: 796px;
}
@media (max-width: 1024px) {
  .guarantee-title {
    max-width: 100%;
  }
}

.guarantee-title .highlight {
    color: #0061FE;
}

.guarantee-header-right {
    max-width: 614px;
    padding-top: 90px;
}

.guarantee-description {
    color: #637899;
    font-family: Onest;
    font-size: 24px;
    line-height: 1.6;
}

.guarantee-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.guarantee-card {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.guarantee-section.in-view .guarantee-card {
    opacity: 1;
    transform: translateY(0);
}

.guarantee-section.in-view .guarantee-card:nth-child(1) {
    transition-delay: 0.1s;
}
.guarantee-section.in-view .guarantee-card:nth-child(2) {
    transition-delay: 0.2s;
}
.guarantee-section.in-view .guarantee-card:nth-child(3) {
    transition-delay: 0.3s;
}
.guarantee-section.in-view .guarantee-card:nth-child(4) {
    transition-delay: 0.4s;
}

.guarantee-card:hover {
    background: #212833;
    color: #FFFFFF;
}

.guarantee-cards-grid .guarantee-card:nth-child(even) {
    margin-top:40px;
    margin-bottom:-40px;
}

.guarantee-card:hover .guarantee-card-description {
    color: rgba(255, 255, 255, 0.7);
}

.guarantee-card-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 2px solid rgba(99, 120, 153, 0.12);
}
.guarantee-card:hover .guarantee-card-icon {
border: 2px solid #0061FE;
}

.guarantee-card-icon img {
    width: 32px;
    height: 32px;
}

.guarantee-card-title {
    font-family: Onest;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    flex-grow: 1;
}

.guarantee-card-description {
    font-family: Onest;
    font-size: 16px;
    line-height: 1.5;
    color: #637899;
}

@media (max-width: 1024px) {
    .guarantee-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .guarantee-header {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .guarantee-cards-grid {
        grid-template-columns: 1fr;
    }
    .service-list {
        width: 100%;
    }
    .business-support-description {
        max-width: 100%;
    }
    .business-support-header {
        margin-bottom: 40px;
    }
    .service-number {
        width: 24px;
        margin-right: 12px;
    }
    .pricing-card-target {
        font-size:12px;
    }
    .pricing-card-target.sm {
        font-size:10.5px;
    }
}

/* CEO Blog Section */
.ceo-blog-section {
    max-width: 1440px;
    margin: 120px auto 0;
    padding: 0 40px;
}

.ceo-blog-container {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.ceo-blog-header {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.ceo-blog-badge {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #C7D3E6;
    padding: 8px 16px;
    color: #637899;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
}

.ceo-blog-title {
    color: #212833;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -1px;
    max-width:414px;
}
@media (max-width: 1024px) {
  .ceo-blog-title {
    max-width: 100%;
  }
}

.ceo-blog-title .highlight {
    color: #0061FE;
}

.ceo-blog-description {
    color: #637899;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 532px;
}
@media (max-width: 1024px) {
  .ceo-blog-description {
    max-width: 100%;
  }
}

.ceo-blog-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    gap: 10px;
}

.ceo-blog-cards-container {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start; /* Changed from space-between */
    transition: transform 0.3s ease;
    width: 100%;
    max-width: 100%;
    scrollbar-width: none; /* Hide scrollbar on Firefox */
    -ms-overflow-style: none; /* Hide scrollbar on IE/Edge */
}

/* Hide scrollbar on Webkit browsers */
.ceo-blog-cards-container::-webkit-scrollbar {
    display: none;
}

.ceo-blog-card {
    flex: 0 0 min(572px, calc(100vw - 120px)); /* Responsive flex basis */
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 24px;
    width: min(572px, calc(100vw - 120px)); /* Responsive width */
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 24px;
border: 1px solid rgba(99, 120, 153, 0.16);

}

.ceo-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.blog-card-image {
    width: 100%;
    height: 280px;

    padding: 10px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.ceo-blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-grow: 1;
}

.blog-card-title {
    color: #212833;
    font-family: Onest;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.blog-card-description {
    color: #637899;
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    flex-grow: 1;
}

.blog-card-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0061FE;
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-card-link:hover {
    color: #004AB6;
    transform: translateX(4px);
}

.blog-card-link svg {
    transition: transform 0.3s ease;
}

.blog-card-link:hover svg {
    transform: translateX(4px);
}

.blog-read-all {
    flex: 0 0 min(572px, calc(100vw - 120px)); /* Responsive flex basis */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.blog-read-all-button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    border-radius: 100px;
    border: 2px solid #0061FE;
    color: #0061FE;
    font-family: Onest;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.blog-read-all-button:hover {
    background: #0061FE;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.blog-read-all-button:hover svg {
    transform: translateX(4px);
}

/* Responsive Design for CEO Blog */
@media (max-width: 1024px) {
    .ceo-blog-section {
        margin-top: 80px;
        padding: 0 20px;
    }
    
    .ceo-blog-header {
        gap: 32px;
    }
    
    .ceo-blog-title {
        font-size: 48px;
        line-height: 56px;
    }
    
    .ceo-blog-description {
        font-size: 20px;
    }
    
    .ceo-blog-navigation {
        position: relative;
        top: auto;
        right: auto;
        align-self: flex-end;
        margin-top: -40px;
    }
    
    .ceo-blog-card {
        flex: 0 0 350px;
    }
    
    .blog-read-all {
        flex: 0 0 350px;
    }
}

@media (max-width: 768px) {
    .ceo-blog-title {
        font-size: 40px;
        line-height: 48px;
    }
    
    .ceo-blog-description {
        font-size: 18px;
    }
    
    .ceo-blog-navigation {
        margin-top: -20px;
    }
    
    .ceo-blog-card {
        flex: 0 0 300px;
    }
    .content-display {
        min-height: 800px;
    }
    .content-button {
        width: 100%;
        margin-top: 20px;
    }
    .guarantee-header {
        margin-bottom:40px !important;
    }
    .guarantee-cards-grid {
        gap:0;
    }
    .guarantee-card {
        opacity: 1;
        margin-bottom:0 !important;
        margin-top:8px !important;
    }
    .guarantee-header-right {
        padding-top:24px;
    }
    
    .blog-read-all {
        flex: 0 0 300px;
    }
    .business-support-main-content {
        flex-direction: column;
    }
    
    .blog-card-content {
        padding: 24px;
        gap: 16px;
    }
    
    .blog-card-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .blog-card-description {
        font-size: 14px;
        line-height: 20px;
    }
    
    .blog-card-link {
        font-size: 14px;
    }
}

/* Booking/Meeting Section */
.booking-section {
    max-width: 1440px;
    margin: 120px auto 0;
    padding: 0 40px;
}

.booking-container {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.booking-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.booking-badge {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #C7D3E6;
    padding: 8px 16px;
    color: #637899;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
}

.booking-title {
    color: #212833;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -1px;
}

.booking-title .highlight {
    color: #0061FE;
}

.booking-description {
    color: #637899;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.booking-calendar {
    flex: 2;
}

.calendar-placeholder {
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid rgba(99, 120, 153, 0.16);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.calendar-header {
    padding: 32px;
    border-bottom: 1px solid #E8F1FF;
}

.consultant-info {
    display: flex;
    gap: 16px;
    align-items: center;
}

.consultant-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background: #E8F1FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consultant-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consultant-details h4 {
    color: #212833;
    font-family: Onest;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.consultant-details h3 {
    color: #212833;
    font-family: Onest;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.meeting-duration {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6B7280;
    font-family: Onest;
    font-size: 14px;
    font-weight: 500;
}

.calendar-widget {
    padding: 40px 32px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9FAFB;
}

.calendar-notice {
    text-align: center;
    color: #6B7280;
}

.calendar-notice p {
    font-family: Onest;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 8px 0;
}

.calendar-note {
    font-family: Onest;
    font-size: 14px;
    font-weight: 400;
    color: #9CA3AF !important;
}

/* Responsive Design for Booking Section */
@media (max-width: 1024px) {
    .booking-section {
        margin-top: 80px;
        padding: 0 20px;
    }
    
    .booking-container {
        flex-direction: column;
        gap: 60px;
    }
    
    .booking-title {
        font-size: 48px;
        line-height: 56px;
    }
    
    .booking-description {
        font-size: 20px;
    }
    
    .booking-calendar {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .booking-section {
        margin-top: 60px;
    }
    
    .booking-container {
        gap: 40px;
    }
    
    .booking-title {
        font-size: 40px;
        line-height: 48px;
    }
    
    .booking-description {
        font-size: 18px;
    }
    
    .calendar-header {
        padding: 24px;
    }
    
    .calendar-widget {
        padding: 32px 24px;
        min-height: 300px;
    }
    
    .consultant-details h3 {
        font-size: 20px;
    }
    
    .consultant-details h4 {
        font-size: 16px;
    }
}

/* Multi-Step Form Section */
.multi-step-form-section {
    max-width: 1440px;
    margin: 120px auto 0;
    border-radius: 32px;
    overflow: hidden;
}

.multi-step-form-container {
    position: relative;
    width: 100%;
}

/* Blue Background with Header and Camel */
.form-blue-background {
    background: linear-gradient(135deg, #0061FE 0%, #609CFF 100%);
    padding: 80px 60px;
    color: white;
    position: relative;
    display: flex;
    flex-direction: row;
}

.form-header-content {
    margin-bottom: 60px;
    z-index: 2;
    position: relative;
    width:100%;
}

.form-main-title {
    font-family: Onest;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.form-main-description {
    font-family: Onest;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.form-camel-image {
    position: absolute;
    bottom: 0;
    left: 60px;
    z-index: 1;
}

.form-camel-image img {
    max-width: 464px;
    height: auto;
    object-fit: contain;
}

/* White Form Card Overlay */
.form-card-overlay {
    width: 100%;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 3;
    overflow-y: auto;
}

/* Progress Indicator */
.form-progress {
    margin-bottom: 32px;
}

.step-indicator {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.step-text {
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    color: #637899;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #E8F1FF;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #0061FE 0%, #609CFF 100%);
    border-radius: 4px;
    transition: width 0.3s ease;
    width: 25%; /* Default for step 1 */
}

/* Form Steps */
.multi-step-form {
    display: flex;
    flex-direction: column;
}

.form-step {
    display: none;
    flex-direction: column;
    gap: 24px;
}

.form-step.active {
    display: flex;
}

.step-title {
    font-family: Onest;
    font-size: 28px;
    font-weight: 600;
    color: #212833;
    margin-bottom: 4px;
}

.step-subtitle {
    font-family: Onest;
    font-size: 14px;
    color: #637899;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Form Groups */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    color: #212833;
}

/* Input Fields */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
    padding: 12px 16px;
    border: 2px solid #E8F1FF;
    border-radius: 12px;
    font-family: Onest;
    font-size: 16px;
    color: #212833;
    transition: border-color 0.3s ease;
    background: #FFFFFF;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus {
    outline: none;
    border-color: #0061FE;
}

.form-group input::placeholder {
    color: #98A2B3;
}

/* Radio Groups */
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 8px 0;
}

.radio-option input[type="radio"] {
    display: none;
}

.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #C7D3E6;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.radio-option input[type="radio"]:checked + .radio-custom {
    border-color: #0061FE;
    background: #0061FE;
}

.radio-option input[type="radio"]:checked + .radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
}

.radio-text {
    font-family: Onest;
    font-size: 16px;
    color: #212833;
}

/* Checkbox Groups */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    padding: 8px 0;
}

.checkbox-option input[type="checkbox"] {
    display: none;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #C7D3E6;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 2px;
}

.checkbox-option input[type="checkbox"]:checked + .checkbox-custom {
    border-color: #0061FE;
    background: #0061FE;
}

.checkbox-option input[type="checkbox"]:checked + .checkbox-custom::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
}

.checkbox-text {
    font-family: Onest;
    font-size: 16px;
    color: #212833;
    line-height: 1.5;
}

.agreement-checkbox .checkbox-text {
    font-size: 14px;
    color: #637899;
}

.agreement-checkbox .checkbox-text a {
    color: #0061FE;
    text-decoration: underline;
}

/* Form Navigation */
.form-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #E8F1FF;
}

.form-btn {
    padding: 12px 24px;
    border-radius: 100px;
    font-family: Onest;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-back {
    background: transparent;
    color: #637899;
    border: 2px solid #E8F1FF;
}

.btn-back:hover {
    background: #E8F1FF;
    color: #212833;
}

.btn-next,
.btn-submit {
    background: linear-gradient(90deg, #0061FE 0%, #609CFF 100%);
    color: #FFFFFF;
    border: 2px solid transparent;
}

.btn-next:hover,
.btn-submit:hover {
    background: linear-gradient(90deg, #0A49AE 0%, #0059E8 100%);
}

.btn-next:disabled,
.btn-submit:disabled {
    background: #C7D3E6;
    color: #98A2B3;
    cursor: not-allowed;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .form-blue-background {
        padding: 60px 40px;
        min-height: 600px;
    }
    
    .form-card-overlay {
        position: static;
        width: 100%;
        margin-top: 40px;
        border-radius: 24px;
    }
    
    .form-camel-image {
        position: relative;
        left: auto;
        bottom: auto;
        margin-bottom: 0;
        text-align: center;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: -20px;;
    }
    .form-header-content {
        margin-bottom: 20px;
    }
    
    .form-main-title {
        font-size: 36px;
    }
    
    .step-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .multi-step-form-section {
        margin: 60px 20px 0;
    }
    
    .form-blue-background {
        padding: 40px 24px;
        text-align: center;
        min-height: auto;
    }
    
    .form-card-overlay {
        padding: 24px;
        margin-top: 20px;
    }
    
    .form-main-title {
        font-size: 28px;
    }
    
    .form-main-description {
        font-size: 16px;
    }
    
    .step-title {
        font-size: 20px;
    }
    
    .form-camel-image img {
        width: 250px;
        height: 250px;
    }
    
    .form-navigation {
        flex-direction: column;
        gap: 12px;
    }
    
    .form-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .form-blue-background {
        padding: 32px 20px;
    }
    
    .form-card-overlay {
        padding: 20px;
    }
    
    .form-main-title {
        font-size: 24px;
        text-align: left;
    }
    .form-main-description {
        text-align: left;
    }
    
    .step-title {
        font-size: 18px;
    }
}

/* Footer Section */
.footer-section {
    background: #212833;
    color: #FFFFFF;
    max-width: 1440px;
    margin: 120px auto 0;
    border-radius: 32px;

}

.footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 40px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    padding-bottom: 80px;
}

.footer-left {
    flex: 1;
    max-width: 300px;
}

.footer-logo {
    margin-bottom: 32px;
}

.footer-logo img {
    width: 128px;
    height: auto;
}
.nav-actions {
    justify-content: center;
    align-items: center;
}
.language-selector {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-address {
    color: rgba(255, 255, 255, 0.8);
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.footer-address p {
    margin: 0;
}

.footer-nav {
    display: flex;
    gap: 80px;
    flex: 1;
}

.footer-nav-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-nav-column h4 {
    color: #FFFFFF;
    font-family: Onest;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.footer-nav-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-nav-column ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-nav-column ul li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer-right {
    flex: 1;
    max-width: 300px;
    display: flex;
    justify-content: flex-end;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
    text-align: right;
}

.footer-phone {
    color: #FFF;

text-align: right;
leading-trim: both;

text-edge: cap;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -1px;
}

.footer-email {
    color: #FFF;

    text-align: right;
    leading-trim: both;
    
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
}

.footer-cta-button {
    background: #FFFFFF;
    color: #212833;
    border: none;
    border-radius: 100px;
    padding: 16px 32px;
    font-family: Onest;
    font-size: 16px;
    font-weight: 600;
    margin-top:20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-cta-button:hover {
    background: #E8F1FF;
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    gap: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom-left {
    width: 300px;
}
.footer-bottom-left p {
    color: rgba(255, 255, 255, 0.6);
    font-family: Onest;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.footer-bottom-center {
    flex: 1;
}
.footer-bottom-center a,
.footer-bottom-right a {
    color: rgba(255, 255, 255, 0.8);
    font-family: Onest;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-bottom-center a:hover,
.footer-bottom-right a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/* Responsive Design for Footer */
@media (max-width: 1024px) {
    .footer-container {
        padding: 60px 20px 0;
    }
    .pricing-card-title {
        font-size:22px;
        line-height: 1.2;
    }
    .pricing-card-subtitle {
        font-size:18px;
        line-height: 1.2;
    }
    .footer-content {
        flex-direction: column;
        gap: 60px;
        padding-bottom: 60px;
    }
    
    .footer-left,
    .footer-right {
        max-width: 100%;
    }
    
    .footer-nav {
        gap: 60px;
    }
    
    .footer-right {
        justify-content: flex-start;
    }
    
    .footer-contact {
        align-items: flex-start;
        text-align: left;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        text-align: left ;
    }
}

@media (max-width: 768px) {
    .footer-container {
        padding: 40px 20px 0;
    }
    
    .footer-content {
        gap: 40px;
        padding-bottom: 40px;
    }
    
    .footer-nav {
        flex-direction: row;
        gap: 40px;
    }
    
    .footer-phone {
        font-size: 20px;
    }
    
    .footer-email {
        font-size: 16px;
    }
    
    .footer-bottom {
        padding: 24px 0;
    }
}

/* Burger Menu Styles */
.burger-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 24px;
    padding: 0;
    z-index: 1001;
}

.burger-line {
    width: 100%;
    height: 3px;
    background: #212833;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.burger-menu.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.burger-menu.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: #FFFFFF;
    padding: 80px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateX(0);
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.mobile-nav-link {
    color: #212833;
    font-family: Onest;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mobile-nav-link.active,
.mobile-nav-link:hover {
    color: #0061FE;
}

.mobile-nav-actions {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

.mobile-language-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #637899;
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
}

.mobile-language-selector img {
    width: 20px;
    height: 20px;
}

.mobile-cta-button {
    display: inline-block;
    padding: 16px 32px;
    background: linear-gradient(90deg, #0061FE 0%, #609CFF 100%);
    color: #FFFFFF;
    font-family: Onest;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 100px;
    transition: all 0.3s ease;
}

.mobile-cta-button:hover {
    background: linear-gradient(90deg, #0A49AE 0%, #0059E8 100%);
}
.pricing-navigation.no-mobile {
    display: flex !important;
}
.ceo-blog-navigation.no-mobile {
    display: flex !important;
}
/* Mobile Layout Improvements */
@media (max-width: 768px) {
    /* Header and Hero */
    .pricing-navigation.no-mobile {
        display: none !important;
    }
    .ceo-blog-navigation.no-mobile {
        display: none !important;
    }
    .header {
        padding: 16px 20px;
        margin: 5px auto;
    }
    .guarantee-section {
        padding-left: 10px;
        padding-right: 10px;
      }
    
    .nav-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    /* Hide desktop navigation */
    .nav-menu,
    .nav-actions {
        display: none;
    }
    
    /* Show burger menu */
    .burger-menu {
        display: flex;
    }
    
    .logo img {
        width: 100px;
    }
}

@media (max-width: 480px) {
    /* Mobile Header Styles */
    .header {
        padding: 12px 16px;
        margin: 3px auto;
    }
    
    .logo img {
        width: 90px;
    }
    
    .burger-menu {
        width: 28px;
        height: 20px;
    }
    
    .mobile-menu-content {
        padding: 60px 24px 24px;
        max-width: 100%;
    }
    
    .mobile-nav-menu {
        gap: 24px;
    }
    
    .mobile-nav-link {
        font-size: 20px;
    }
    
    .mobile-cta-button {
        padding: 14px 28px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
    
    .mobile-nav-actions {
        gap: 20px;
        width: 100%;
    }

    .hero-title {
        font-size: 36px;
        line-height: 44px;
    }
    
    .statistics-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .nav-menu {
        flex-direction: column;
        gap: 8px;
    }
    
    .stat-card {
        padding: 20px;
        min-height: 200px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .hero-image img {
        max-width: 250px;
    }
    
    /* Additional 480px Mobile Styles */
    .pricing-packages-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .pricing-packages-description {
        font-size: 16px;
    }
    
    .business-support-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .guarantee-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .service-text {
        font-size: 16px;
    }
    
    .content-title {
        font-size: 18px;
    }
    
    .guarantee-card {
        padding: 24px;
    }
    
    .guarantee-card-title {
        font-size: 16px;
    }
    
    .ceo-blog-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .booking-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .booking-description {
        font-size: 16px;
    }
    
    /* Mobile Spacing and Layout Fixes */
    .divider {
        margin: 80px 0;
        height: 120px;
    }
    
    /* Mobile Pricing Card Icon Fixes */
    .pricing-card-icon {
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
    }
    .business-support-section {
        padding-top: 0;
        margin-top: 50px;
        padding-bottom: 0;
    }
    .guarantee-section {
        margin-top: 50px;
    }
    .pricing-card-icon img {
        width: 56px;
        height: 56px;
    }
    
    /* Mobile Form Adjustments */
    .multi-step-form-section {
        margin: 80px 0 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Mobile Footer Adjustments */
    .footer-section {
        margin-top: 80px;
    }
    
    .footer-phone {
        font-size: 24px;
    }
    
    .footer-email {
        font-size: 24px;
    }
}

/* Large screens - max width 1880px for screens bigger than 1920px */
@media (min-width: 1920px) {
    .hero-title,
    .header,
    .statistics-section,
    .financial-infrastructure-section,
    .pricing-packages-section,
    .business-support-section,
    .booking-section,
    .footer-section,
    .statistics-section .statistics-container,
    .case-studies-container,
    .financial-infrastructure-container,
    .pricing-packages-container,
    .pricing-cards-wrapper,
    .business-support-container,
    .guarantee-section,
    .ceo-blog-container,
    .booking-container,
    .footer-container,
    .multi-step-form-section,
    .ceo-blog-section {
        max-width: 1880px;
    }
    
    /* Ensure no horizontal overflow on large screens */
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    /* Center content properly */
    .pricing-cards-wrapper,
    .ceo-blog-cards-container {
        justify-content: center;
    }
}

/* Tablet and medium screen adjustments */
@media (max-width: 1024px) and (min-width: 769px) {
    .header {
        padding: 20px 30px;
    }
    
    .nav-menu {
        gap: 16px;
        padding: 16px 24px;
        font-size: 14px;
    }
    
    .nav-actions {
        gap: 12px;
    }
    
    .cta-button-small {
        padding: 10px 24px;
        font-size: 14px;
    }
    
    .logo img {
        width: 110px;
    }
}

/* Small tablet adjustments */
@media (max-width: 900px) and (min-width: 769px) {
    .nav-menu {
        gap: 12px;
        padding: 12px 20px;
    }
    
    .nav-menu li a {
        font-size: 13px;
    }
    
    .cta-button-small {
        padding: 8px 20px;
        font-size: 13px;
    }
}

/* Mobile Layout Improvements */
@media (max-width: 480px) {
    .header {
        padding: 12px 16px;
        margin: 3px auto;
    }
    
    .logo img {
        width: 90px;
    }
    
    .burger-menu {
        width: 28px;
        height: 20px;
    }
    
    .mobile-menu-content {
        padding: 60px 24px 24px;
        max-width: 100%;
    }
    
    .mobile-nav-menu {
        gap: 24px;
    }
    
    .mobile-nav-link {
        font-size: 20px;
    }
    
    .mobile-cta-button {
        padding: 14px 28px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
    
    .mobile-nav-actions {
        gap: 20px;
        width: 100%;
    }

    .hero-title, .hero-title span {
        line-height: 1.2;
        font-size: 48px;
    }
    .hero-subtitle {
        font-size: 16px;
        width: fit-content;
    }
    .hero-image.flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom:-12px;
    }
    .statistics-container.flex.gap-10 {
        flex-direction: column;
    }
    .statistics-title {
        color: #212833;

leading-trim: both;

text-edge: cap;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Onest;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 125% */
        letter-spacing: -1px;
        margin-bottom:48px;
    }
    .statistics-title .highlight {
        font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 125% */

    }
    .statistics-cards.grid.grid-cols-2.gap-4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .statistics-cards .stat-card {
        gap:2px;
    }
    .stat-number {
        font-size:48px;
    }
    .divider {
        background-size: auto 100%;
        background-position: center;
    }
    
   .statistics-section {
    padding-left:20px;
    padding-right:20px;
    margin-left:0;
    margin-right:0;
   } 
   .pricing-packages-section, .business-support-container {
    padding-left:20px;
    padding-right:20px;
   }
    .nav-menu {
        flex-direction: column;
        gap: 8px;
    }
    
    .stat-card {
        padding: 20px;
        min-height: 200px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .hero-image img {
        max-width: 250px;
    }
    .hero {
        flex-direction: column;

    }
}

/* Desktop vs Mobile Images */
.case-image.mobile-image {
  display: none;
}

.case-image.desktop-image {
  display: block;
}

@media (max-width: 768px) {
.form-blue-background {
    flex-direction: column;
  }
  .case-image.desktop-image {
    display: none;
  }
  
  .case-image.mobile-image {
    display: block;
  }
}

/* CEO Blog Mobile Layout Improvements */
@media (max-width: 768px) {
    /* CEO Blog Mobile Layout */
    .ceo-blog-section {
        margin-top: 80px;
        padding: 0 20px;
    }
    
    .ceo-blog-container {
        gap: 40px;
    }
    
    .ceo-blog-header {
        gap: 32px;
        text-align: center;
    }
    
    .ceo-blog-title {
        font-size: 40px;
        line-height: 48px;
        text-align: left;
        width: 100%;
    }
    .ceo-blog-description {
        text-align: left;
        width: 100%;
    }
    .ceo-blog-navigation.mobile-only {
        display: flex !important;
        gap: 16px;
        padding: 8px;
        margin-top: 40px;
    }
    .pricing-card-button.blog {
        margin-left:0 !important;
        margin-top: 40px !important;
    }
    
    .ceo-blog-description {
        font-size: 18px;
    }
    
    .ceo-blog-navigation {
        position: relative;
        top: auto;
        right: auto;
        align-self: center;
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    /* Mobile Blog Cards - Stack Layout */
    .ceo-blog-cards-container {
        gap: 24px;
    }
    
    .ceo-blog-card {
        flex: none;
        width: 100%;
        max-width: 100%;
    }
    
    .blog-card-image {
        height: 200px;
    }
    
    .blog-card-content {
        padding: 24px;
        gap: 16px;
    }
    
    .blog-card-title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .blog-card-description {
        font-size: 14px;
        line-height: 20px;
    }
    
    .blog-card-link {
        font-size: 14px;
    }
    
    /* Hide slider functionality on mobile */
    .blog-read-all {
        flex: none;
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    
    .blog-read-all-button {
        width: 100%;
        justify-content: center;
        padding: 16px 32px;
        font-size: 16px;
    }
}

/* --- BLOG SLIDER FIX FOR MOBILE --- */
.ceo-blog-cards-container {
  display: flex;
  gap: 32px;
  overflow-x: inherit;
  overflow-y: inherit;
  justify-content: flex-start; /* Changed from space-between */
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 100%;
  scrollbar-width: none; /* Hide scrollbar on Firefox */
  -ms-overflow-style: none; /* Hide scrollbar on IE/Edge */
}

/* Hide scrollbar on Webkit browsers */
.ceo-blog-cards-container::-webkit-scrollbar {
    display: none;
}

@media (min-width: 768px) {
  .ceo-blog-card {
    min-width: 50%;
  }
  
}
@media (min-width: 1024px) {
  .ceo-blog-card {
    min-width: 33.3333%;
  }
}
/* --- END BLOG SLIDER FIX --- */

@media (max-width: 768px) {
  .content-display {
    display: none !important;
  }
  .content-card.mobile-only {
    display: none;
    margin: 0 0 16px 0;
    background: #F8FAFF;
    border-radius: 16px;
    padding: 20px 16px 16px 16px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.04);
    transition: max-height 0.3s, opacity 0.3s;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  .content-card.mobile-only.active {
    display: block !important;
    opacity: 1;
    min-height: 750px;
    position: relative;
    margin-bottom: 100px;
    left: 0;
  }
}
@media (min-width: 769px) {
  .content-card.mobile-only {
    display: none !important;
  }
}

/* Modal Overlay */
.modal-overlay {
  position: fixed;
  z-index: 10000;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(33, 40, 51, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

/* Modal Card */
.modal-form-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 40px 0 rgba(33, 40, 51, 0.18);
  padding: 40px 32px 32px 32px;
  max-width: 400px;
  width: 100%;
  position: relative;
  font-family: 'Onest', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.modal-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  font-size: 32px;
  color: #0061FE;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 1;
}
.modal-close-btn:hover {
  color: #212833;
}

.modal-form-title {
  font-size: 28px;
  font-weight: 600;
  color: #212833;
  margin-bottom: 24px;
  text-align: center;
}

.modal-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.modal-form-group label {
  font-size: 16px;
  color: #49505C;
  margin-bottom: 8px;
}
.modal-form-group input[type="text"],
.modal-form-group input[type="tel"] {
  border-radius: 16px;
  border: 1px solid #C7D3E6;
  padding: 12px 16px;
  font-size: 18px;
  font-family: inherit;
  color: #212833;
  background: #F6F8FB;
  outline: none;
  transition: border 0.2s;
}
.modal-form-group input[type="text"]:focus,
.modal-form-group input[type="tel"]:focus {
  border: 1.5px solid #0061FE;
}

.modal-form-submit {
  background: #0061FE;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 14px 0;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
  width: 100%;
}
.modal-form-submit:hover {
  background: #0050c7;
}

.modal-form-success {
  color: #1ca14a;
  font-size: 18px;
  text-align: center;
  margin-top: 24px;
}
.modal-form-error {
  color: #e53935;
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
}

@media (max-width: 600px) {
  .modal-form-card {
    padding: 24px 8px 24px 8px;
    max-width: 95vw;
  }
  .modal-form-title {
    font-size: 22px;
  }
}
