/* ==========================================
   Preston Daub Mobile Responsive Overrides
   ========================================== */

/* Global Mobile Fixes */
@media (max-width: 991px) {

  .container-1524,
  .container-1800,
  .containers {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* 1. Global Navigation & Spacing Overrides */
@media (max-width: 767px) {

  section,
  div {

    /* Smooth out padding for section grids */
    &[style*="padding: 100px"],
    &[style*="padding-top: 100px"],
    &[style*="padding-bottom: 100px"] {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
    }

    &[style*="padding: 80px"],
    &[style*="padding-top: 80px"],
    &[style*="padding-bottom: 80px"] {
      padding-top: 40px !important;
      padding-bottom: 40px !important;
    }
  }
}

/* 2. Index Page Responsiveness */

/* Header & logo — all pages using this stylesheet */
@media (max-width: 991px) {
  .tp-header-logo img {
    max-width: 200px !important;
  }

  .tp-header-lg-spacing {
    padding: 12px 0 !important;
  }
}

@media (max-width: 575px) {
  .tp-header-logo img {
    max-width: 160px !important;
  }
}

/* Hero */
@media (max-width: 991px) {
  .hero-bg-cover {
    padding: 130px 0 100px !important;
    background-image:
      linear-gradient(to bottom,
        #ffffff 0%,
        #ffffff 55%,
        rgba(255, 255, 255, 0.92) 72%,
        rgba(255, 255, 255, 0.55) 100%),
      url("../img/hero/index-hero.png") !important;
    background-position: center bottom !important;
    background-size: cover !important;
  }

  .tp-hero-cst-content h1 {
    font-size: 42px !important;
    line-height: 1.25 !important;
  }

  .hero-desc {
    font-size: 16px !important;
    max-width: 100% !important;
  }

  .hero-card-wrapper {
    margin: 40px auto 0 !important;
    max-width: 100% !important;
  }

  .hero-card {
    padding: 24px 22px !important;
  }

  .hero-bottom-swoosh {
    height: 140px !important;
  }

  .tp-hero-area {
    margin-bottom: 28px !important;
  }
}

@media (max-width: 767px) {
  .hero-bg-cover {
    padding: 110px 0 85px !important;
    background-image:
      linear-gradient(to right,
        #ffffff 38%,
        rgba(255, 255, 255, 0.75) 55%,
        rgba(255, 255, 255, 0) 85%),
      url("../img/hero/index-hero.png") !important;
    background-position: 68% center !important;
    background-size: cover !important;
  }

  .tp-hero-cst-content {
    margin-bottom: 10px !important;
    max-width: 85% !important;
    text-align: left !important;
  }

  .tp-hero-cst-content h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
    max-width: 220px !important;
    text-align: left !important;
  }

  .hero-accent-line {
    margin: 12px 0 18px !important;
  }

  .hero-desc {
    font-size: 14px !important;
    margin-bottom: 28px !important;
    max-width: 210px !important;
    text-align: left !important;
  }

  .hero-desc br {
    display: none !important;
  }

  .hero-btn-group {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .hero-btn-primary,
  .hero-btn-outline {
    width: 230px !important;
    height: 46px !important;
    padding: 0 40px 0 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
  }


  .hero-btn-icon {
    position: absolute !important;
    right: 20px !important;
    margin-left: 0 !important;
  }

  .hero-card-wrapper {
    margin-top: 32px !important;
    margin-bottom: 20px !important;
  }

  .tp-hero-area {
    margin-bottom: 36px !important;
  }

  .hero-card-label {
    font-size: 16px !important;
  }

  .hero-bottom-swoosh {
    height: 110px !important;
  }

  /* Mobile Trust Badges styling (new classes, no specificity conflicts) */
  .hero-mobile-badges {
    background-color: #ffffff;
    padding: 20px 0 30px;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    /* seamless connection with swoosh bg */
  }

  .mobile-badge-list {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-top: none;
  }

  .mobile-badge-item {
    display: flex;
    align-items: center;
    padding: 16px 5px;
    border-bottom: 1.5px solid #eceff4;
    background: #ffffff;
  }

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

  .mobile-badge-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: rgba(192, 57, 43, 0.08);
    border-radius: 50%;
    flex-shrink: 0;
    color: #c0392b;
  }

  .mobile-badge-icon-wrapper svg {
    width: 22px;
    height: 22px;
  }

  .mobile-badge-icon-wrapper svg path,
  .mobile-badge-icon-wrapper svg circle {
    stroke: currentColor;
  }

  /* Specific fix for material SVG path fill */
  .mobile-badge-icon-wrapper svg[fill="#C0392B"] {
    fill: currentColor;
    stroke: none;
  }

  .mobile-badge-icon-wrapper svg[fill="#C0392B"] path {
    fill: currentColor;
    stroke: none;
  }

  .mobile-badge-label {
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #0a1a3b;
    margin-left: 16px;
  }
}

@media (max-width: 575px) {
  .hero-bg-cover {
    padding: 100px 0 75px !important;
  }

  .tp-hero-cst-content h1 {
    font-size: 30px !important;
  }

  .tp-hero-area {
    margin-bottom: 40px !important;
  }

  .service-section-compact {
    margin-top: 52px !important;
  }
}

/* Service slider */
@media (max-width: 991px) {
  .service-section-compact {
    margin-top: 32px !important;
  }

  .service-section-compact .tp-hero-cst-bottom-slider,
  .service-section-compact #service-bg-img {
    height: 440px !important;
  }

  .service-overlay-title br {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .service-section-compact {
    height: auto !important;
    min-height: auto !important;
    margin-top: 44px !important;
  }

  .service-section-compact .tp-hero-cst-bottom-slider,
  .service-section-compact #service-bg-img {
    height: 380px !important;
  }

  .tp-hero-cst-bottom-slider .service-overlay-content {
    padding: 24px 20px 40px;
    justify-content: center;
  }

  .service-overlay-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
  }

  .service-overlay-desc {
    font-size: 14px !important;
    margin-bottom: 18px !important;
    max-width: 100% !important;
  }

  .service-overlay-btn {
    padding: 10px 22px !important;
    font-size: 14px !important;
  }

  .tp-hero-cst-bottom-slider .service-slider-arrow {
    display: none;
  }

  .service-slider-dots {
    bottom: 14px !important;
  }

  .service-slider-dot {
    width: 10px !important;
    height: 10px !important;
  }
}

@media (max-width: 575px) {

  .service-section-compact .tp-hero-cst-bottom-slider,
  .service-section-compact #service-bg-img {
    height: 340px !important;
  }

  .service-overlay-title {
    font-size: 20px !important;
  }
}

/* Solutions / pillars section (index) */
@media (max-width: 991px) {
  .tp-about-solutions-area {
    padding-top: 60px !important;
    padding-bottom: 10px !important;
  }

  .tp-about-solutions-area .row.mb-60 {
    margin-bottom: 36px !important;
  }

  .solutions-heading {
    font-size: 32px !important;
  }

  .solutions-heading br {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .tp-about-solutions-area {
    padding-top: 48px !important;
  }

  .tp-about-solutions-area .row.mb-60 {
    margin-bottom: 24px !important;
  }

  .tp-about-solutions-area .mb-40 {
    margin-bottom: 24px !important;
  }

  .pillar-icon-box {
    width: 52px !important;
    height: 52px !important;
    margin-right: 14px !important;
  }

  .pillar-icon-box svg {
    width: 22px !important;
    height: 22px !important;
  }

  .tp-about-solutions-area .row.mb-50 {
    margin-bottom: 28px !important;
  }

  .solutions-heading {
    font-size: 28px !important;
  }

  .solutions-view-all {
    width: 100% !important;
    justify-content: flex-start !important;
    margin-top: 8px !important;
  }

  .solution-card-content {
    padding: 22px 20px 24px !important;
  }

  .solution-card-custom:hover {
    transform: none !important;
  }
}

/* Stats banner (index) */
@media (max-width: 991px) {
  .tp-stats-banner-wrap {
    padding: 10px 0 40px !important;
  }

  .tp-stats-banner {
    padding: 32px 20px !important;
    border-radius: 18px !important;
  }
}

@media (max-width: 767px) {
  .tp-stat-item {
    justify-content: flex-start !important;
    gap: 14px !important;
    padding: 8px 0 !important;
  }

  .tp-stat-icon svg {
    width: 48px !important;
    height: 48px !important;
  }

  .tp-stat-number {
    font-size: 30px !important;
  }

  .tp-stat-label {
    font-size: 14px !important;
  }

  .tp-stat-col:not(:last-child) .tp-stat-item {
    padding-bottom: 18px !important;
    margin-bottom: 18px !important;
  }
}

/* Testimonials (index) */
@media (max-width: 991px) {
  .tp-testimonial-area.pt-120 {
    padding-top: 70px !important;
  }

  .tp-testimonial-area.pb-120 {
    padding-bottom: 70px !important;
  }
}

@media (max-width: 767px) {
  .tp-testimonial-area.pt-120 {
    padding-top: 50px !important;
  }

  .tp-testimonial-area.pb-120 {
    padding-bottom: 50px !important;
  }

  .tp-testi-left {
    margin-bottom: 24px !important;
    text-align: center !important;
  }

  .tp-testi-title {
    font-size: 28px !important;
  }

  .tp-testi-title br {
    display: none !important;
  }

  .tp-testi-arrows-col {
    margin-top: 8px !important;
  }

  .tp-testi-arrows {
    justify-content: center !important;
    margin-top: 0 !important;
  }

  .tp-testi-card {
    min-height: auto !important;
    padding: 28px 22px !important;
  }

  .tp-testi-text {
    font-size: 14px !important;
  }
}

/* CTA section (index) */
@media (max-width: 991px) {
  .tp-service-details-area.pt-100 {
    padding-top: 60px !important;
  }

  .tp-service-details-area.pb-100 {
    padding-bottom: 60px !important;
  }

  .cst-cta-card {
    border-radius: 20px !important;
  }
}

@media (max-width: 767px) {
  .tp-service-details-area.pt-100 {
    padding-top: 48px !important;
  }

  .tp-service-details-area.pb-100 {
    padding-bottom: 48px !important;
  }

  .cst-cta-left {
    padding: 32px 22px !important;
    border-bottom-right-radius: 0 !important;
  }

  .cst-cta-title {
    font-size: 28px !important;
  }

  .cst-cta-desc {
    font-size: 15px !important;
    margin-bottom: 28px !important;
  }

  .cst-plane-decoration {
    display: none !important;
  }

  .cst-form-wrap {
    padding: 28px 20px 32px !important;
  }

  .mosaic-submit-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Footer spacing on mobile */
@media (max-width: 767px) {
  .tp-footer-area {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .tp-footer-area.pt-100 {
    padding-top: 60px !important;
  }

  .tp-footer-wd-widget.ml-45,
  .tp-footer-wd-widget.ml-60 {
    margin-left: 0 !important;
  }

  .tp-footer-cst-dec br {
    display: none !important;
  }

  .tp-footer-copyright.text-md-end {
    text-align: left !important;
  }
}

/* 3. Financing Solution Pages (.sba-) */
@media (max-width: 767px) {
  .sba-hero-title {
    font-size: 36px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.5px !important;
  }

  .sba-hero-desc {
    font-size: 15px !important;
  }

  .sba-hero-collage {
    position: relative !important;
    height: 290px !important;
    min-height: auto !important;
    width: 100% !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    display: block !important;
  }

  .sba-img-top {
    position: absolute !important;
    top: 10px !important;
    right: 15px !important;
    left: auto !important;
    width: 82% !important;
    height: 170px !important;
    border-radius: 16px !important;
    border: 4px solid #ffffff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
    z-index: 4 !important;
    display: block !important;
  }

  .sba-img-bottom {
    position: absolute !important;
    top: 135px !important;
    left: 15px !important;
    right: auto !important;
    width: 48% !important;
    height: 120px !important;
    border-radius: 16px !important;
    border: 4px solid #ffffff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
    z-index: 5 !important;
    display: block !important;
    object-fit: cover !important;
  }

  .sba-img-mid {
    position: absolute !important;
    top: 165px !important;
    right: 15px !important;
    left: auto !important;
    width: 48% !important;
    height: 120px !important;
    border-radius: 16px !important;
    border: 4px solid #ffffff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
    z-index: 6 !important;
    display: block !important;
    object-fit: cover !important;
  }

  .sba-dot-pattern {
    display: none !important;
  }

  .sba-hero-features {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-top: 10px !important;
    padding-top: 25px !important;
    border-top: 1px solid #e5e7eb !important;
  }

  .sba-hero-feature-item {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 16px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding-bottom: 16px !important;
    margin-bottom: 16px !important;
  }

  .sba-hero-feature-item:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .sba-hero-feature-icon {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    margin-bottom: 0 !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    font-size: 22px !important;
    background-color: #fee2e2 !important;
    color: #c0392b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .sba-hero-feature-title {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0a1a3b !important;
    margin-bottom: 4px !important;
    text-align: left !important;
  }

  .sba-hero-feature-text {
    grid-column: 2 !important;
    grid-row: 2 !important;
    font-size: 14px !important;
    color: #4b5563 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    text-align: left !important;
  }
}

/* 4. Prospera Page Responsiveness */
@media (max-width: 991px) {
  .prospera-offering-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .prospera-process-container {
    flex-direction: column !important;
    gap: 25px !important;
  }

  .prospera-process-arrow {
    transform: rotate(90deg) !important;
    margin: 8px 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .hero-overline-wrap {
    margin-bottom: 20px !important;
  }

  .hero-overline-text {
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
  }

  .hero-title-cst {
    font-size: 38px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
  }

  .hero-desc-cst {
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #4b5563 !important;
    margin-bottom: 30px !important;
  }

  .tp-team-details-title-wrap .d-flex.gap-3.flex-wrap {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .hero-btn-secondary {
    width: 100% !important;
    justify-content: center !important;
    padding: 14px 24px !important;
    font-size: 15px !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .hero-graphic-wrap {
    position: relative !important;
    width: 100% !important;
    height: 320px !important;
    min-height: auto !important;
    margin-top: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero-image-clip-container {
    position: absolute !important;
    top: 45px !important;
    left: 8% !important;
    width: 84% !important;
    height: 220px !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    border-radius: 24px !important;
    border: 6px solid #ffffff !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
    z-index: 2 !important;
    display: block !important;
  }

  .hero-image-clip-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .hero-bg-red-shape {
    position: absolute !important;
    left: -5% !important;
    top: 165px !important;
    width: 95% !important;
    height: 180px !important;
    background: #d61a21 !important;
    border-radius: 0 0 0 24px !important;
    clip-path: polygon(0 0, 100% 100%, 0 100%) !important;
    z-index: 1 !important;
    display: block !important;
  }

  .hero-bg-blue-shape {
    position: absolute !important;
    right: 3% !important;
    top: 50px !important;
    width: 95% !important;
    height: 280px !important;
    border-radius: 0 0 40px 0 !important;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%) !important;
    z-index: 1 !important;
    display: block !important;
  }

  .hero-dot-pattern {
    position: absolute !important;
    top: 255px !important;
    left: 20% !important;
    width: 160px !important;
    height: 50px !important;
    background-image: radial-gradient(#0752c5 1.5px,
        transparent 1.5px) !important;
    background-size: 15px 15px !important;
    z-index: 0 !important;
    opacity: 0.25 !important;
    display: block !important;
  }

  .hero-support-badge {
    position: absolute !important;
    top: 15px !important;
    right: 2% !important;
    background: #d61a21 !important;
    color: #ffffff !important;
    padding: 10px 16px !important;
    border-radius: 12px !important;
    z-index: 3 !important;
    box-shadow: 0 10px 20px rgba(214, 26, 33, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: auto !important;
  }

  .support-badge-icon {
    font-size: 20px !important;
    display: flex !important;
    align-items: center !important;
  }

  .support-badge-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .support-badge-number {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  .support-badge-label {
    font-size: 8px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-top: 1px !important;
    opacity: 0.9 !important;
  }

  .prospera-offering-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .prospera-check-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .prospera-card-blue,
  .prospera-card-red,
  .prospera-tags-card {
    padding: 30px 20px !important;
  }

  /* === Prospera Page — Mobile Spacing Overrides === */

  /* Hero section */
  .prospera-hero-area {
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }

  .prospera-hero-area .tp-team-details-title-wrap.mb-40 {
    margin-bottom: 20px !important;
  }

  /* All body sections with inline padding: 80px 0 or 100px 0 */
  .prospera-section-anchor {
    padding: 50px 0 40px !important;
  }

  /* Section headings — inline 42px/46px headings */
  .prospera-section-anchor h2[style*="font-size: 42px"],
  .prospera-section-anchor h2[style*="font-size: 46px"] {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  /* Section sub-headings — inline 36px/32px/26px headings */
  .prospera-section-anchor h2[style*="font-size: 36px"],
  .prospera-section-anchor h3[style*="font-size: 32px"],
  .prospera-section-anchor h3[style*="font-size: 26px"] {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  /* Row gutters & bottom margins inside sections */
  .prospera-section-anchor .row.mb-70 {
    margin-bottom: 40px !important;
  }

  .prospera-section-anchor .row.mb-40 {
    margin-bottom: 24px !important;
  }

  .prospera-section-anchor .mb-60 {
    margin-bottom: 36px !important;
  }

  /* Offerings card compact */
  .prospera-offering-card {
    padding: 20px !important;
    gap: 14px !important;
  }

  /* Process cards */
  .prospera-process-card {
    padding: 24px 14px 20px !important;
  }

  .prospera-process-card h5 {
    font-size: 14px !important;
  }

  .prospera-process-card p {
    font-size: 11px !important;
  }

  /* Bordered detail cards */
  .prospera-bordered-card {
    padding: 28px 20px !important;
  }

  .prospera-bordered-card h3 {
    font-size: 20px !important;
  }

  .prospera-bordered-card p {
    font-size: 14px !important;
    margin-bottom: 18px !important;
  }

  /* Tax Advisory card — extra top padding for COMING SOON badge */
  #tax-advisory .prospera-bordered-card {
    padding-top: 50px !important;
  }

  /* Fee structure section */
  #fee-structure {
    padding: 50px 0 !important;
  }

  .prospera-fee-card {
    padding: 28px 20px !important;
  }

  .prospera-fee-card h4 {
    font-size: 18px !important;
  }

  .prospera-fee-icon {
    width: 60px !important;
    height: 60px !important;
    font-size: 26px !important;
    margin-bottom: 18px !important;
  }

  /* CTA / Contact section */
  .prospera-cta-section {
    padding: 40px 0 !important;
  }

  .prospera-cta-section .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .prospera-cta-section .row {
    --bs-gutter-x: 16px !important;
  }

  .prospera-cta-section h2[style*="font-size: 44px"] {
    font-size: 28px !important;
    margin-bottom: 14px !important;
  }

  .prospera-cta-section .cst-form-wrap {
    padding: 24px 16px !important;
    border-radius: 16px !important;
  }

  .prospera-cta-section h3[style*="font-size: 24px"] {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }

  /* Images inside sections — keep aspect ratio, limit height */
  .prospera-section-anchor div[style*="min-height: 400px"] {
    min-height: auto !important;
    height: 280px !important;
  }

  .prospera-section-anchor div[style*="min-height: 400px"] img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* Tags card */
  .prospera-tags-card h4[style*="font-size: 22px"] {
    font-size: 18px !important;
  }

  /* Asymmetric process steps */
  .prospera-asym-step {
    padding: 12px !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
  }

  .prospera-asym-step h5 {
    font-size: 14px !important;
  }

  .prospera-asym-step p {
    font-size: 12px !important;
  }
}

/* 5. Commercial Real Estate Page Responsiveness */
@media (max-width: 991px) {
  .cre-stats-overlap {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }

  .cre-stats-bar .row {
    row-gap: 20px !important;
  }
}

@media (max-width: 767px) {
  .cre-hero-section {
    padding-top: 100px !important;
    padding-bottom: 0px !important;
  }

  .cre-hero-title {
    font-size: 42px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
  }

  .cre-hero-eyebrow {
    margin-bottom: 12px !important;
  }

  .cre-hero-eyebrow-text {
    font-size: 12px !important;
  }

  .cre-hero-desc {
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 20px !important;
  }

  .cre-hero-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .cre-hero-btn-primary,
  .cre-hero-btn-secondary {
    width: 100% !important;
    justify-content: center !important;
    padding: 14px 28px !important;
    font-size: 15px !important;
    border-radius: 12px !important;
  }

  .cre-hero-right {
    position: relative !important;
    width: calc(100% + 30px) !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    height: 280px !important;
    margin-top: 25px !important;
    z-index: 1 !important;
  }

  .cre-hero-border-line {
    display: block !important;
    position: absolute !important;
    top: -4px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #c0392b !important;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%) !important;
    z-index: 1 !important;
  }

  .cre-hero-image-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    clip-path: polygon(0 13.5%, 100% 1.5%, 100% 100%, 0 100%) !important;
    border-radius: 0 !important;
    z-index: 2 !important;
  }

  .cre-stats-overlap {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    z-index: 10 !important;
    padding: 0 15px !important;
  }

  .cre-stats-bar {
    background: #0a1a3b !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    padding: 6px !important;
    box-shadow: 0 15px 35px rgba(10, 26, 59, 0.3) !important;
  }

  /* 2x2 grid so every cell shares the row height, whatever the title wraps to */
  .cre-stats-bar .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin: 0 !important;
  }

  .cre-stats-bar .col-md-6 {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
    padding: 16px 14px !important;
    box-sizing: border-box !important;
    border: 0 !important;
  }

  /* Dividers drawn as a single cross, not per-cell borders */
  .cre-stats-bar .col-md-6:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .cre-stats-bar .col-md-6:nth-child(1),
  .cre-stats-bar .col-md-6:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  /* Icon above the copy: gives the title the full cell width instead of
     roughly half of it, which is what forced the 3-line wraps */
  .cre-stat-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    height: 100% !important;
  }

  .cre-stat-item>div:last-child {
    min-width: 0 !important;
    width: 100% !important;
    flex: 1 !important;
  }

  .cre-stat-icon {
    width: 36px !important;
    height: 36px !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
  }

  .cre-stat-value {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    min-height: 0 !important;
    margin-bottom: 4px !important;
    overflow-wrap: break-word !important;
  }

  .cre-stat-label {
    font-size: 11px !important;
    line-height: 1.35 !important;
    color: rgba(255, 255, 255, 0.6) !important;
    display: block !important;
    overflow-wrap: break-word !important;
  }

  .cre-approach-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .cre-collage-wrap {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }

  .cre-collage-img-1 {
    width: 100% !important;
    border: 4px solid #ffffff !important;
  }

  .cre-collage-badge {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    margin-top: 20px !important;
    max-width: 100% !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
  }
}

/* 6. Sports Investments Page Responsiveness */
@media (max-width: 991px) {
  .sports-hero-grid-wrapper {
    margin-top: 40px !important;
  }

  .sports-hero-row-1 {
    flex-wrap: wrap !important;
  }

  .sports-hero-row-1>div {
    flex: 0 0 calc(50% - 5px) !important;
  }

  .sports-hero-row-2 {
    padding: 0 !important;
  }

  .sports-hero-row-2>div {
    flex: 1 !important;
    min-width: 0 !important;
  }
}

/* Sports hero title: main.css hides `.tp-section-ai-title br` below 1400px,
   which ran "Sports" and "Investments" together on one overflowing line.
   Restore the break on mobile only, scoped to this one heading so the
   template rule still applies everywhere else. */
@media (max-width: 767px) {
  h1.cst-style-6a104644 br {
    display: block !important;
  }

  h1.cst-style-6a104644 {
    overflow-wrap: break-word !important;
  }
}

@media (max-width: 767px) {
  .portfolio-horizontal-card {
    flex-direction: column !important;
    height: auto !important;
    border-radius: 20px !important;
  }

  .portfolio-card-left-accent,
  .portfolio-card-img-left,
  .portfolio-card-img-right,
  .portfolio-card-content {
    width: 100% !important;
    clip-path: none !important;
    height: auto !important;
  }

  .portfolio-card-img-left,
  .portfolio-card-img-right {
    height: 220px !important;
  }

  .portfolio-card-content {
    padding: 25px 20px !important;
  }

  .portfolio-stats-group {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-left: 0 !important;
  }

  .stat-divider {
    display: none !important;
  }

  .floating-badge {
    display: none !important;
  }
}

/* 7. Contact Us & Apply Now Forms */
@media (max-width: 767px) {
  .cst-cta-left {
    padding: 30px 20px !important;
  }

  .cst-cta-title {
    font-size: 28px !important;
  }

  .cst-form-wrap {
    padding: 20px 16px !important;
  }

  .cst-form-wrap .row>.col-md-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cst-form-wrap .mb-15 {
    margin-bottom: 12px;
  }

  .cst-form-wrap .mosaic-form-label {
    font-size: 11px;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
  }

  .cst-form-wrap .mosaic-form-input,
  .cst-form-wrap .mosaic-form-select {
    padding: 8px 12px !important;
    font-size: 13.5px !important;
    border-radius: 8px !important;
    height: 40px !important;
  }

  .cst-form-wrap .mosaic-form-select {
    padding-right: 36px !important;
    background-position: right 12px center !important;
  }

  .cst-form-wrap textarea.mosaic-form-input {
    height: 70px !important;
    padding: 8px 12px !important;
  }

  .cst-form-wrap .mosaic-submit-btn {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 8px;
  }
}

/* --- EXTRACTED RESPONSIVE STYLES --- */
@media (max-width: 991px) {
  .cre-hero-section {
    padding: 125px 0 60px;
    min-height: auto;
  }

  .cre-hero-right {
    position: relative;
    width: 100%;
    height: 380px;
    margin-top: 40px;
  }

  .cre-hero-image-container {
    clip-path: none;
    border-radius: 24px;
  }

  .cre-hero-border-line {
    display: none;
  }

  .cre-hero-desc {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cre-stats-bar {
    padding: 25px;
  }
}

@media (min-width: 992px) {
  .cre-stats-col:last-child {
    border-right: none;
  }
}

/* Tablet: 2 columns via Bootstrap's col-md-6, so only the first row
   gets a bottom divider and only the left column a right divider. */
@media (min-width: 768px) and (max-width: 991px) {
  .cre-stats-col {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .cre-stats-col:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .cre-stats-col:nth-child(3),
  .cre-stats-col:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .cre-why-col {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .cre-why-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .cre-industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

@media (max-width: 991px) {
  .cre-cta-banner {
    padding: 32px 24px;
  }

  .cre-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .cre-cta-text h2 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .cre-cta-divider {
    display: none;
  }
}

@media (max-width: 991px) {
  .cre-cta-actions {
    width: 100%;
    min-width: 0;
  }
}

/* News detail page — had no mobile rules at all. The article <h1> carries no
   utility class, so it fell through to the theme base of 70px. */
@media (max-width: 991px) {
  .article-detail-hero {
    min-height: 240px;
  }

  .article-detail-hero h1 {
    font-size: 30px;
  }

  .article-detail-hero-content {
    padding: 32px 18px;
  }

  .article-content-wrapper,
  .article-state {
    margin: 40px auto;
  }

  .article-body {
    font-size: 16px;
    line-height: 1.7;
  }

  .article-body h2 {
    font-size: 23px;
    margin: 28px 0 12px;
  }

  .article-body h3 {
    font-size: 19px;
  }

  .article-cover-image {
    max-height: 260px;
    margin-bottom: 24px;
  }

  .related-articles {
    padding: 40px 16px;
    margin-top: 48px;
  }

  .related-articles h2 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .article-detail-hero h1 {
    font-size: 24px;
  }

  .article-detail-meta {
    gap: 10px;
    font-size: 13px;
  }

  .article-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin: 32px 0;
  }

  /* auto-fit minmax(280px,1fr) still overflows a 320px viewport once the
     wrapper padding is counted */
  .related-grid {
    grid-template-columns: 1fr;
  }
}

/* About page section headings: same markup pattern as .ms-section-heading
   below, but it had no mobile treatment at all — 12 headings on about.html
   were rendering at the full desktop 42px. */
@media (max-width: 991px) {
  .ab-section-heading {
    margin-bottom: 34px;
  }

  .ab-section-heading h2 {
    font-size: 32px;
  }

  .ab-section-heading-inner {
    gap: 12px;
  }

  .ab-section-heading-line {
    width: 30px;
  }

  .ab-section-subtitle {
    font-size: 15px;
    line-height: 1.65;
  }
}

@media (max-width: 575px) {
  .ab-section-heading h2 {
    font-size: 27px;
  }

  .ab-cta-text h2 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .ms-section-heading h2 {
    font-size: 32px;
  }

  .ms-section-heading-inner {
    gap: 12px;
  }

  .ms-section-heading-line {
    width: 30px;
  }

  .ms-overview-title {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .ms-demo-section .cst-cta-left {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (max-width: 1199px) {
  .hero-title-cst {
    font-size: 56px;
  }
}

@media (max-width: 991px) {
  .hero-title-cst {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .hero-graphic-wrap {
    margin-top: 60px;
    min-height: 350px;
  }

  .hero-bg-blue-shape {
    right: -4%;
    width: 85%;
  }

  .hero-support-badge {
    top: 2%;
    right: 0;
    padding: 12px 18px;
  }

  .support-badge-number {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .prospera-offering-card {
    flex: 1 1 calc(33.333% - 16px);
    max-width: 320px;
  }

  .prospera-process-container {
    flex-direction: column;
    gap: 32px;
  }

  .prospera-process-arrow {
    transform: rotate(90deg);
    height: auto;
    margin: -10px 0;
  }
}

@media (max-width: 767px) {
  .prospera-offering-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .cst-form-wrap .row>.col-md-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  .portfolio-horizontal-card {
    flex-direction: column !important;
    height: auto !important;
  }

  .portfolio-card-left-accent {
    width: 100% !important;
    height: auto !important;
    clip-path: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 25px !important;
  }

  .accent-num {
    font-size: 50px !important;
    margin-bottom: 0 !important;
  }

  .portfolio-card-img-left,
  .portfolio-card-img-right {
    width: 100% !important;
    height: 320px !important;
    clip-path: none !important;
  }

  .portfolio-card-content {
    width: 100% !important;
    padding: 35px 25px !important;
    height: auto !important;
  }

  .floating-badge {
    position: absolute !important;
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    min-width: 140px !important;
  }

  .portfolio-horizontal-card.even-card {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 1199px) {
  .ab-why-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }

  .ab-why-item {
    border-right: none;
    padding: 0 16px;
  }

  .ab-why-item:nth-child(1),
  .ab-why-item:nth-child(2),
  .ab-why-item:nth-child(4),
  .ab-why-item:nth-child(5) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ab-why-item:nth-child(3),
  .ab-why-item:nth-child(6) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .ab-why-grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  .ab-why-item {
    border-right: none !important;
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .ab-hero-card {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 400px;
    margin: 48px auto 0;
  }

  .ab-hero-inner {
    min-height: auto;
  }

  .ab-industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ab-values-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .ab-value-item {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }
}

@media (max-width: 991px) {
  .ab-hero {
    padding: 125px 0 80px;
  }

  .ab-hero-right {
    display: none;
  }

  .ab-hero-title {
    font-size: 40px;
  }

  .ab-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .ab-cta-divider {
    display: none;
  }

  .ab-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .ab-cta-section .ab-cta-btn-red,
  .ab-cta-section .ab-cta-btn-outline {
    width: 100%;
    justify-content: center;
  }

  .ab-cta-dots-left,
  .ab-cta-dots-right {
    opacity: 0.3;
  }

  .ab-industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ab-transform-content {
    padding-left: 0;
    margin-top: 20px;
  }

  .ab-transform-title {
    font-size: 32px;
  }

  .ab-transform-img img {
    min-height: 300px;
  }
}

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

@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .news-header h2 {
    font-size: 36px;
  }

  .news-card-content {
    padding: 20px;
  }

  .news-card-title {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .category-filter-wrapper {
    flex-wrap: nowrap;
    overflow: visible;
    position: relative;
  }

  .category-filters-container {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    padding: 8px 0;
    flex: 1;
    max-width: 100%;
    min-width: 0;
  }

  /* Smooth horizontal scroll */
  .category-filters-container {
    scrollbar-width: thin;
    scrollbar-color: #0b0ea8 rgba(0, 0, 0, 0.05);
  }

  /* Webkit scrollbar styling */
  .category-filters-container::-webkit-scrollbar {
    height: 6px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
  }

  .category-filters-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
  }

  .category-filters-container::-webkit-scrollbar-thumb {
    background: #0b0ea8;
    border-radius: 10px;
    transition: background 0.3s;
  }

  .category-filters-container::-webkit-scrollbar-thumb:hover {
    background: #080a7a;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .category-filter-wrapper {
    flex-wrap: wrap;
    gap: 12px;
  }

  .category-filters-container {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .category-filter-wrapper {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .category-filters-container {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
    padding: 8px 0;
  }
}

@media (max-width: 768px) {
  .category-filter-btn {
    padding: 9px 16px;
    font-size: 12px;
    min-height: 34px;
  }
}

@media (max-width: 480px) {
  .category-filter-btn {
    padding: 8px 14px;
    font-size: 11px;
    min-height: 32px;
  }
}

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

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .team-header h2 {
    font-size: 36px;
  }

  .team-card-content {
    padding: 20px;
  }

  .team-card-name {
    font-size: 16px;
  }

  .team-card-image {
    height: 200px;
  }
}

@media (max-width: 1199px) {
  .sba-other-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .sba-other-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sba-other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .sba-other-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .sba-other-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sba-other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .sba-hero-title {
    font-size: 44px;
  }

  .sba-hero-collage {
    min-height: 480px;
    margin-top: 40px;
  }

  .sba-hero-section .hero-bottom-swoosh {
    width: 100%;
    bottom: 0px;
    height: 300px;
  }

  .sba-cta-box {
    flex-direction: column;
  }

  .sba-cta-left {
    max-width: 100%;
    padding: 50px 30px;
  }

  .sba-cta-right {
    max-width: 100%;
    min-height: 320px;
  }

  .sba-cta-slash {
    display: none;
  }
}

@media (max-width: 575px) {
  .sba-hero-title {
    font-size: 36px;
  }

  .sba-hero-features {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 1199px) {
  .sba-other-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .sba-other-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sba-other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .sba-other-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .sba-other-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sba-other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .sba-hero-title {
    font-size: 44px;
  }

  .sba-hero-collage {
    min-height: 480px;
    margin-top: 40px;
  }

  .sba-hero-section .hero-bottom-swoosh {
    width: 100%;
    bottom: 0px;
    height: 300px;
  }

  .sba-cta-box {
    flex-direction: column;
  }

  .sba-cta-left {
    max-width: 100%;
    padding: 50px 30px;
  }

  .sba-cta-right {
    max-width: 100%;
    min-height: 320px;
  }

  .sba-cta-slash {
    display: none;
  }
}

@media (max-width: 575px) {
  .sba-hero-title {
    font-size: 36px;
  }

  .sba-hero-features {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 1199px) {
  .sba-other-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .sba-other-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sba-other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .sba-other-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .sba-other-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sba-other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .sba-hero-title {
    font-size: 44px;
  }

  .sba-hero-collage {
    min-height: 480px;
    margin-top: 40px;
  }

  .sba-hero-section .hero-bottom-swoosh {
    width: 100%;
    bottom: 0px;
    height: 300px;
  }

  .sba-cta-box {
    flex-direction: column;
  }

  .sba-cta-left {
    max-width: 100%;
    padding: 50px 30px;
  }

  .sba-cta-right {
    max-width: 100%;
    min-height: 320px;
  }

  .sba-cta-slash {
    display: none;
  }
}

@media (max-width: 575px) {
  .sba-hero-title {
    font-size: 36px;
  }

  .sba-hero-features {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 1199px) {
  .sba-other-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .sba-other-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sba-other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .sba-other-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .sba-other-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sba-other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .sba-hero-title {
    font-size: 44px;
  }

  .sba-hero-collage {
    min-height: 480px;
    margin-top: 40px;
  }

  .sba-hero-section .hero-bottom-swoosh {
    width: 100%;
    bottom: 0px;
    height: 300px;
  }

  .sba-cta-box {
    flex-direction: column;
  }

  .sba-cta-left {
    max-width: 100%;
    padding: 50px 30px;
  }

  .sba-cta-right {
    max-width: 100%;
    min-height: 320px;
  }

  .sba-cta-slash {
    display: none;
  }
}

@media (max-width: 575px) {
  .sba-hero-title {
    font-size: 36px;
  }

  .sba-hero-features {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 1199px) {
  .sba-other-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .sba-other-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sba-other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .sba-other-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .sba-other-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sba-other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .sba-hero-title {
    font-size: 44px;
  }

  .sba-hero-collage {
    min-height: 480px;
    margin-top: 40px;
  }

  .sba-hero-section .hero-bottom-swoosh {
    width: 100%;
    bottom: 0px;
    height: 300px;
  }

  .sba-cta-box {
    flex-direction: column;
  }

  .sba-cta-left {
    max-width: 100%;
    padding: 50px 30px;
  }

  .sba-cta-right {
    max-width: 100%;
    min-height: 320px;
  }

  .sba-cta-slash {
    display: none;
  }
}

@media (max-width: 575px) {
  .sba-hero-title {
    font-size: 36px;
  }

  .sba-hero-features {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 1199px) {
  .sba-other-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .sba-other-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sba-other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .sba-other-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .sba-other-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .sba-other-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .sba-hero-title {
    font-size: 44px;
  }

  .sba-hero-collage {
    min-height: 480px;
    margin-top: 40px;
  }

  .sba-hero-section .hero-bottom-swoosh {
    width: 100%;
    bottom: 0px;
    height: 300px;
  }

  .sba-cta-box {
    flex-direction: column;
  }

  .sba-cta-left {
    max-width: 100%;
    padding: 50px 30px;
  }

  .sba-cta-right {
    max-width: 100%;
    min-height: 320px;
  }

  .sba-cta-slash {
    display: none;
  }
}

@media (max-width: 575px) {
  .sba-hero-title {
    font-size: 36px;
  }

  .sba-hero-features {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}