:root {
  --kal-floating-bg: rgba(255, 255, 255, 0.92);
  --kal-floating-border: rgba(0, 0, 0, 0.08);
  --kal-overlay-backdrop: rgba(10, 23, 43, 0.62);
  --kal-overlay-surface: #ffffff;
  --kal-overlay-shadow: 0 24px 80px rgba(15, 23, 42, 0.22);
}

#apply { scroll-margin-top: 96px; }

.kal-honey {
  position: absolute !important;
  left: -9999px !important;
  top: 0 !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
}

.navbar-logo-left {
  position: relative !important;
  top: auto !important;
  box-shadow: none !important;
}

.navbar-logo-left {
  background-color: #1a3d6d;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.w-nav-button {
  display: none !important;
}

.navbar-logo-left .site-logo {
  filter: brightness(0) invert(1);
}

/* Hero Section Layout - Reorganized */
.hero-section .container-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.hero-section .container-hero > img:first-child,
.hero-section .container-hero > h1:first-of-type,
.hero-section .container-hero > p:first-of-type {
  text-align: center;
  max-width: 900px;
  width: 100%;
}

.hero-section .container-hero > img:first-child {
  margin-bottom: 20px;
}

.hero-section .container-hero > p:first-of-type {
  margin-bottom: 32px;
}

.hero-p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.kal-hero-content {
  text-align: center;
  max-width: 900px;
  width: 100%;
  order: 1;
}

.kal-hero-badge {
  margin-bottom: 20px;
}

.kal-hero-trust {
  margin-top: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  gap: 12px;
}

.kal-hero-form-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  order: 2;
}

.kal-hero-layout {
  display: block;
  width: 100%;
}

/* Hide the old left side if it still exists */
.kal-hero-left {
  display: none !important;
}

.kal-hero-image-wrapper {
  margin-top: 40px;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.kal-hero-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Section images layout */
.kal-info-section-with-image,
.kal-cta-section,
.kal-who-section {
  gap: 48px;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.kal-info-content,
.kal-cta-content,
.kal-who-content {
  flex: 1 1 0;
  min-width: 0;
}

.sub-heading {
  font-size: 16px !important;
  font-weight: 500;
  padding: 10px 16px;
}

.kal-info-image,
.kal-cta-image,
.kal-who-image {
  flex: 0 0 45%;
  max-width: 500px;
}

.kal-section-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 991px) {
  .kal-hero-image-wrapper {
    margin-top: 32px;
  }
  
  .kal-info-section-with-image,
  .kal-cta-section,
  .kal-who-section {
    flex-direction: column;
    gap: 32px;
  }
  
  .kal-info-image,
  .kal-cta-image,
  .kal-who-image {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
  
  .kal-info-content .section-heading.align-left,
  .kal-cta-content .section-heading,
  .kal-who-content .section-heading {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .kal-hero-image-wrapper {
    margin-top: 24px;
  }
  
  .kal-info-section-with-image,
  .kal-cta-section,
  .kal-who-section {
    gap: 24px;
  }
}

/* Dark Footer Design - Beautiful and Anchoring */
.footer-section {
  background: linear-gradient(135deg, #1a3d6d 0%, #162f54 50%, #0f1f3a 100%);
  position: relative;
  overflow: hidden;
  padding-top: 80px !important;
  padding-bottom: 60px !important;
  margin-top: 0;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse 1200px 600px at 20% 30%, rgba(46, 133, 122, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse 1000px 500px at 80% 70%, rgba(26, 61, 109, 0.2) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.footer-section > .w-layout-blockcontainer {
  position: relative;
  z-index: 1;
}

.footer-wraper {
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  padding-bottom: 32px;
  margin-bottom: 40px;
}

.footer-top-left {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.footer-logo {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.footer-slogen {
  color: rgba(255, 255, 255, 0.9) !important;
  border-left: 3px solid #2e857a !important;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-mid {
  padding-right: 0 !important;
  margin-bottom: 40px;
  gap: 60px;
}

.footer-mid-col-1 {
  width: auto !important;
  flex: 1 1 0;
  min-width: 0;
  margin-right: 0 !important;
}

.footer-discription {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 15px;
  line-height: 1.6;
  max-width: 500px;
}

.footer-mid-col-2 {
  width: auto !important;
  flex: 0 0 auto;
  min-width: 150px;
}

.footer-menu-title {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.footer-menu-link {
  color: rgba(255, 255, 255, 0.7) !important;
  display: block;
  text-decoration: none;
  font-size: 15px;
  padding: 8px 0;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}

.footer-menu-link:hover {
  color: #2e857a !important;
  padding-left: 8px;
  border-bottom-color: rgba(46, 133, 122, 0.3);
}

.footer-menu-link.w--current {
  color: #2e857a !important;
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
  margin-top: 0;
}

.copyright {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 14px;
}

/* Responsive footer */
@media screen and (max-width: 991px) {
  .footer-section {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }
  
  .footer-mid {
    flex-direction: column;
    gap: 40px;
  }
  
  .footer-mid-col-1,
  .footer-mid-col-2 {
    width: 100% !important;
    flex: 1 1 auto;
  }
  
  .footer-discription {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .footer-section {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
  
  .footer-top {
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
  
  .footer-slogen {
    font-size: 16px;
    padding-left: 16px;
  }
  
  .footer-mid {
    gap: 32px;
    margin-bottom: 32px;
  }
  
  .footer-discription {
    font-size: 14px;
  }
  
  .footer-menu-title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .footer-menu-link {
    font-size: 14px;
    padding: 6px 0;
  }
  
  .copyright {
    font-size: 13px;
  }
}

.kal-hero-left {
  flex: 1 1 auto;
  min-width: 0;
}

.kal-hero-right {
  flex: 0 0 420px;
  min-width: 320px;
}

.kal-form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  position: relative;
  z-index: 2;
}

.kal-form-card .form-title {
  margin-bottom: 6px;
}

.kal-form-card .form-discription {
  margin-bottom: 14px;
}

.kal-helper {
  margin-top: 6px;
}

.kal-consent {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.4;
}

.kal-field-error {
  border-color: #d93025 !important;
  box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.12);
  background-color: #fff7f7;
}

.kal-consent.kal-field-error {
  border: 1px solid rgba(217, 48, 37, 0.45);
  border-radius: 10px;
  padding: 6px;
}

.kal-consent.kal-field-error input[type="checkbox"] {
  border-color: #d93025;
}

.kal-consent input[type="checkbox"] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-top: 2px;
  margin-right: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  border: 2px solid #2e857a;
  border-radius: 6px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.kal-consent input[type="checkbox"]:hover {
  border-color: #16a6a4;
  box-shadow: 0 0 0 3px rgba(46, 133, 122, 0.1);
}

.kal-consent input[type="checkbox"]:checked {
  background-color: #2e857a;
  border-color: #2e857a;
}

.kal-consent input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
}

.kal-consent input[type="checkbox"]:focus {
  outline: 3px solid rgba(46, 133, 122, 0.3);
  outline-offset: 2px;
}

.kal-consent input[type="checkbox"]:checked:hover {
  background-color: #16a6a4;
  border-color: #16a6a4;
}

.kal-consent .w-form-label {
  margin-left: 12px;
  line-height: 1.5;
  cursor: pointer;
}

.kal-post {
  margin-top: 10px;
}

.kal-step-header {
  margin: 4px 0 10px;
}

.kal-field-row {
  gap: 10px;
  align-items: flex-start;
}

.kal-field-row > .w-layout-vflex {
  flex: 1 1 0;
  min-width: 0;
}

.kal-step-actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.kal-form-step[data-kal-step="2"] .kal-step-actions {
  justify-content: space-between;
}

body.kal-modal-open {
  overflow: hidden;
}

.kal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: var(--kal-overlay-backdrop);
  z-index: 9999;
}

.kal-overlay.is-open {
  display: flex;
}

.kal-overlay-card {
  width: min(520px, 100%);
  background: var(--kal-overlay-surface);
  border-radius: 18px;
  box-shadow: var(--kal-overlay-shadow);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 18px 18px 16px;
  position: relative;
  transform: translateY(6px) scale(0.99);
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.kal-overlay.is-open .kal-overlay-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.kal-overlay-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kal-overlay-close:focus {
  outline: 3px solid rgba(0, 168, 157, 0.35);
  outline-offset: 2px;
}

.kal-overlay-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 168, 157, 0.12);
  margin-bottom: 10px;
}

.kal-overlay-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.kal-overlay-body {
  color: rgba(15, 23, 42, 0.78);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.kal-overlay-meta {
  color: rgba(15, 23, 42, 0.58);
  font-size: 12px;
  line-height: 1.4;
}

.kal-overlay-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0 8px;
}

.kal-overlay-btn {
  flex: 1 1 auto;
  text-align: center;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(0, 168, 157, 0.22);
  background: #00a89d;
  color: #ffffff;
  cursor: pointer;
}

.kal-overlay-btn:hover {
  filter: brightness(0.97);
}

.kal-overlay-btn.kal-overlay-btn-secondary {
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.14);
}

.kal-overlay-btn.kal-overlay-btn-secondary:hover {
  background: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .kal-overlay-card,
  .kal-overlay.is-open .kal-overlay-card {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

.kal-trust-list {
  gap: 12px;
  margin-top: 12px;
}

.kal-trust-item {
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  transition: all 0.2s ease;
}

.kal-trust-item:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 168, 157, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.kal-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(0, 168, 157, 0.08);
  border: 1px solid rgba(0, 168, 157, 0.16);
}

.kal-consent .w-checkbox-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #00a89d;
  border-radius: 6px;
}

.kal-consent .w-form-label {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(15, 23, 42, 0.76);
}

.kal-field-unit {
  flex: 0 0 130px;
}

@media (max-width: 767px) {
  .kal-field-unit {
    flex: 1 1 0;
  }
  .kal-overlay-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.kal-trust-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 168, 157, 0.2));
}

.kal-trust-item .body-base {
  line-height: 1.5;
  margin: 0;
}

.kal-bullet-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}

.kal-bullet-card {
  padding: 14px 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 600;
  text-align: left;
}

.kal-center-cta {
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  width: 100%;
}

.kal-center-cta .primary-button {
  margin: 0 auto;
}

.kal-footer-mid {
  align-items: flex-start;
}

.grid-4cl-1r.archivement-section {
  transform: none !important;
  margin-top: 24px;
  margin-bottom: 60px;
}

/* Remove negative margin from hero-section to prevent overlap */
.hero-section {
  margin-bottom: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #dcefff;
}

.hero-section + .section {
  padding-top: 60px;
}

/* Ensure sections have proper spacing - no negative margins */
.section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Add bottom padding to "Why This Works When Others Don't" section */
.kal-why-works-section {
  padding-bottom: 80px !important;
}

/* Target the section that comes after "Why People Use This Service" and before bg3 - this is "Why This Works" */
section.section:not(.bg3):not(.hero-section) + section.section:not(.bg3) {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .hero-section .container-hero {
    gap: 32px;
  }
  
  .kal-hero-content {
    margin-bottom: 32px;
    padding-top: 0;
  }
  
  .kal-hero-trust {
    margin-top: 24px;
    gap: 10px;
  }
  
  .kal-hero-form-wrapper {
    max-width: 100%;
    width: 100%;
  }
  
  .kal-form-card {
    padding: 16px;
  }
  
  .kal-hero-layout {
    flex-direction: column;
  }

  .kal-hero-right {
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
  }

  .kal-hero-image {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .hero-section .container-hero {
    gap: 24px;
  }
  
  .kal-hero-content {
    margin-bottom: 24px;
  }
  
  .kal-hero-trust {
    margin-top: 20px;
    gap: 8px;
  }
  
  .kal-trust-item {
    padding: 10px 12px;
  }
  
  .kal-form-card {
    padding: 14px;
  }
}

@media screen and (max-width: 479px) {
  .kal-field-row {
    flex-direction: column;
  }

  .kal-form-step[data-kal-step="2"] .kal-step-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (min-width: 992px) {
  .kal-hero-layout {
    flex-direction: row;
  }

  .kal-hero-left {
    order: 1;
  }

  .kal-hero-right {
    order: 2;
  }

  .kal-bullet-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Lending Partners Section */
.kal-lending-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 16px;
}

.kal-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffa500;
  display: inline-block;
  flex-shrink: 0;
}

.kal-lending-heading {
  position: relative;
  margin-bottom: 20px;
}

.kal-lending-heading::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #ffa500, #ff8c00);
  border-radius: 2px;
}

.kal-lending-description {
  max-width: 800px;
  margin: 0 auto 48px;
  line-height: 1.6;
}

.kal-lenders-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.kal-lender-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}

.kal-lender-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.kal-lender-card img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0%);
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.kal-lender-card:hover img {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .kal-lenders-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .kal-lender-card {
    min-height: 100px;
    padding: 20px;
  }
  
  .kal-lender-card img {
    max-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .kal-lenders-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .kal-lender-card {
    min-height: 90px;
    padding: 16px;
  }
  
  .kal-lending-description {
    margin-bottom: 32px;
  }
}

/* Testimonials Section Styling */
.kal-testimonials-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.kal-testimonials-intro {
  max-width: 700px;
  margin: 0 auto 48px;
  line-height: 1.6;
}

.testimonials-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.testimonial-box {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 32px 28px;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.testimonial-box:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.testimonial-stars {
  gap: 4px;
  justify-content: center;
  margin-bottom: 20px;
}

.testimonial-stars img {
  width: 20px;
  height: 20px;
  opacity: 0.9;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  color: var(--black);
  font-style: italic;
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
  padding: 0 8px;
}

@media screen and (max-width: 991px) {
  .testimonials-flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .kal-testimonials-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 479px) {
  .testimonials-flex {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .testimonial-box {
    padding: 24px 20px;
  }
  
  .testimonial-text {
    font-size: 16px;
  }
  
  .kal-testimonials-intro {
    margin-bottom: 32px;
  }
}

/* Temporarily hide How It Works section */
.kal-how-it-works {
  display: none !important;
}

@media screen and (min-width: 1200px) {
}

/* Section bg3 styling with gradient background and centered content */
.section.bg3 {
  background: linear-gradient(135deg, #d1ebe8 0%, #c8dde8 30%, #b8d4e5 60%, #a8cbe2 100%);
  position: relative;
  overflow: hidden;
  padding: 60px 20px !important;
  display: flex;
  align-items: center;
  min-height: auto;
}

.section.bg3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 1000px 800px at 15% 40%, rgba(46, 133, 122, 0.2) 0%, transparent 55%),
    radial-gradient(ellipse 1000px 800px at 85% 60%, rgba(26, 61, 109, 0.18) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.section.bg3 > .w-layout-blockcontainer {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg3 .flex-horizontal {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.section.bg3 .content-left {
  align-items: center;
  text-align: center;
}

.section.bg3 .content-left .sub-heading,
.section.bg3 .content-left .section-heading,
.section.bg3 .content-left .body-base {
  text-align: center;
}

.section.bg3 .content-left .section-heading {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .section.bg3 .flex-horizontal {
    flex-direction: column-reverse;
    gap: 32px;
  }
  
  .section.bg3 .content-left {
    width: 100%;
    max-width: 100%;
  }
  
  .section.bg3 .image-right {
    width: 100%;
    max-width: 100%;
  }
}
