
.section-cta {
    overflow: hidden;
    position:relative;
}
.section-cta .row-1 {
    position: relative;
    border-radius: var(--br-24);
    background: var(--border-color-dark-2);
    box-shadow: inset 6px 6px 6px rgba(15, 118, 110, 0.08), inset -6px -6px 20px rgba(255, 255, 255, 0.75), 8px 6px 18px rgba(0, 0, 0, 0.1);
    /*background-color: var(--global-color-darkest-blue-primary);
    background-image: linear-gradient(90deg, rgba(59, 130, 246, 0.07) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(rgba(59, 130, 246, 0.07) 1px, rgba(0, 0, 0, 0) 1px);*/
}
.section-cta .row-1 .col-a {
    position: relative;
    padding: 40px 20px;
    z-index: 1;
}
.section-cta .row-1 .col-a .details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.section-cta .row-1 .col-a .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.section-cta .row-1 .details .points ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 40px;
    padding-top: 20px;
}
.section-cta .row-1 .details .points ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-15);
    font-weight: var(--fw-500);
    line-height: var(--lh-lg);
}
.section-cta .row-1 .details .points ul li svg {
    width: 14px;
    height: 14px;
}
.section-cta .row-1 .details .points ul li svg path {
    fill: var(--global-color-green-light);
}
@media (min-width: 768px){
    .section-cta .row-1 .col-a {
        padding: 32px;
    }
}

@media (min-width: 992px){
    .section-cta .row-1 .col-a {
        padding: 48px;
    }
}

@media (min-width: 1200px){
    .section-cta .row-1 .col-a {
        padding: 60px;
    }
}

@media (min-width: 1440px){
    .section-cta .row-1 .col-a {
        padding: 90px;
    }
}
.section-footer {
  position: relative;
  background: var(--background-special-radial-1);
  z-index: 0;
}
.section-footer .row-1 {
  padding: 100px 0;
}
.section-footer .row-1 .row-bg {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  z-index: -1;
}
.section-footer .row-1 .row-bg .bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
}
.section-footer .row-1 .row-bg .bg img {
  max-width: 1100px;
  -webkit-mask-image: var(--image-mask-vertical);
  mask-image: var(--image-mask-vertical);
}
.section-footer .row-1 .col-a .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 15px;
  margin: auto;
  border-radius: var(--br-10);
  background: var(--background-button-blue-linear);
}
.section-footer .row-1 .col-a .image-container img {
  max-width: 45px;
  filter: brightness(0) invert(1);
}
.section-footer .row-1 .col-a .content {
  max-width: 500px;
  margin: 50px auto 20px;
}
.section-footer .row-1 .col-a .content h2 {
  margin-bottom: 20px;
}
.section-footer .social-links {
  display: flex;
  gap: 10px 24px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section-footer .social-links .card {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.section-footer .social-links .card .card-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: var(--br-50pr);
  box-shadow: var(--box-shadow-buttons-3d);
  background: var(--background-blue-dark-linear);
}
.section-footer .social-links .card .card-content {
  display: none;
}
.section-footer .social-links .card:hover .card-icon .icon {
  background: var(--background-text-yellow-linear);
  box-shadow:var(--box-shadow-button-yellow-3d);
}
.section-footer .row-2 {
  position: relative;
  padding: 40px 0;
  gap: 12px;
}
.section-footer .row-2:before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--background-divider-linear);
}
.section-footer .row-2 .col-a {
  order: 2;
}
.section-footer .row-2 .col-c{
  order: 3;
}
.section-footer .row-2 .col .menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  font-family: var(--font-family-heading);
  font-weight: var(--fw-600);
  font-size: var(--fs-16);
  text-transform: capitalize;
}
.section-footer .row-2 .col.menu ul li {
  transition: color 0.3s ease;
}
.section-footer .row-2 .col .menu ul li:hover a {
  color: var(--global-color-yellow-primary);
}
.section-footer .row-2 .col-c menu ul {

}
.section-footer .row-2 .col-b p {
  text-align: center;
  font-size: var(--fs-15);
  font-weight: var(--fw-500);
}

@media screen and (min-width: 768px) {
  .section-footer .row-2 .col .menu ul {
    justify-content: flex-start;
  }
  .section-footer .row-2 .col-c .menu ul {
    justify-content: flex-end;
  }
  .section-footer .row-2 .col-b p {
   
  }
}

@media screen and (min-width: 992px) {
  .section-footer .social-links .card {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    max-width: 223px;
    padding: 20px 40px;
    border-radius: var(--br-24);
    background-color: var(--white);
    box-shadow: var(--box-shadow-button-white-3d);
  }
  .section-footer .social-links .card .card-content {
    display: flex;
    color: var(--global-color-blue-primary);
    font-family: var(--font-family-heading);
    font-weight: var(--fw-600);
    letter-spacing: 0.5px;
  }
  .section-footer .social-links .card:hover .card-content {
    color: var(--global-color-yellow-primary);
  }
}
@media screen and (min-width: 1200px) {
  .section-footer .row-2 .col-b {
    order: 2;
  }
  .section-footer .row-2 .col-c{
    order: 3;
  }
} 