/* CSC ACF Content Blocks */
.csc-content-blocks {
  width: 100%;
}

.csc-block {
/*   margin: 0 0 48px;  */
  box-sizing: border-box;
}
.csc-block:last-child {
  margin-bottom: 0;
}
.csc-block__heading {
  margin: 0 0 24px;
}

.csc-btn {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
}
.csc-btn:focus,
.csc-card__link:focus {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

/* Full-width Feature */
.csc-block--feature {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fff;
}
.csc-block__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}
.csc-block__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px;
  box-sizing: border-box;
  display: flex;
}
.csc-block--feature-left .csc-block__inner {
  justify-content: flex-start;
  text-align: left;
}
.csc-block--feature-center .csc-block__inner {
  justify-content: center;
  text-align: center;
}
.csc-block--feature-right .csc-block__inner {
  justify-content: flex-end;
  text-align: right;
}
.csc-block--feature .csc-block__content {
  max-width: 650px;
}
.csc-block--feature h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.08;
}
.csc-block--feature p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.6;
}

/* Split */
.csc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 380px;
}
.csc-split__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
  box-sizing: border-box;
}
.csc-split__content h2 {
  margin: 0 0 18px;
  font-size: 38px;
  line-height: 1.15;
}
.csc-split__image {
  min-height: 380px;
}
.csc-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.csc-block--split-left .csc-split__content {
  order: 2;
}
.csc-block--split-left .csc-split__image {
  order: 1;
}

/* Statistic */
.csc-statistic {
  text-align: center;
  padding: 60px 24px;
  background: #f5f5f5;
}
.csc-statistic__number {
  font-size: clamp(52px, 8vw, 96px);
  line-height: 1;
  font-weight: 800;
  margin-bottom: 18px;
}
.csc-statistic h2 {
  margin: 0 0 12px;
  font-size: 30px;
}
.csc-statistic p {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Cards */
.csc-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.csc-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ddd;
  height: 100%;
}
.csc-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.csc-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.csc-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.csc-card__body h3 {
  margin: 0 0 12px;
  font-size: 23px;
}
.csc-card__body p {
  margin: 0 0 18px;
  line-height: 1.55;
}
.csc-card__link {
  margin-top: auto;
  font-weight: 700;
}

/* Video */
.csc-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}
.csc-video iframe,
.csc-video video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.csc-video__caption {
  margin: 16px 0 0;
  font-weight: 600;
}
.csc-video__description {
  margin-top: 10px;
}

/* Free text */
.csc-block--free-text {
  max-width: 900px;
}
.csc-block--free-text h2 {
  margin: 0 0 18px;
}
.csc-richtext {
  line-height: 1.7;
}
.csc-richtext > *:first-child {
  margin-top: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .csc-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .csc-split {
    grid-template-columns: 1fr;
  }
  .csc-block--split-left .csc-split__content,
  .csc-block--split-left .csc-split__image {
    order: initial;
  }
  .csc-split__image {
    min-height: 300px;
  }
}
@media (max-width: 640px) {
  .csc-cards {
    grid-template-columns: 1fr;
  }
  .csc-block--feature {
    min-height: 360px;
  }
  .csc-block__inner {
    padding: 40px 20px;
  }
  .csc-split__content {
    padding: 35px 20px;
  }
  .csc-split__image {
    min-height: 240px;
  }
  .csc-block {
    margin-bottom: 32px;
  }
}
.color-card-container .blue-card .card-content-container h5,
.color-card-container .blue-card .card-content-container p {
  color: #212529 !important;
}
.color-card-container .green-card .card-content-container h5,
.color-card-container .green-card .card-content-container p {
  color: #212529 !important;
}

/* Full width hero section styles */
.hero {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(24, 24, 24, 0.95) 0%,
    rgba(3, 3, 99, 0.8) 30%,
    rgba(3, 3, 99, 0.4) 55%,
    rgba(3, 3, 99, 0.05) 80%,
    rgba(3, 3, 99, 0) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #fff;
}

/* LEFT */
.hero-left .hero-content {
  text-align: left;
}

/* CENTER */
.hero-center .hero-content {
  text-align: center;
}

.hero-center .hero-content h1,
.hero-center .hero-content p {
  margin-left: auto;
  margin-right: auto;
}

/* RIGHT */
.hero-right .hero-content {
  text-align: right;
}

.hero-right .hero-content h1,
.hero-right .hero-content p {
  margin-left: auto;
  margin-right: 0;
}

.hero-content h1 {
  max-width: 620px;
  margin-bottom: 16px;
  font-size: clamp(40px, 5vw, 50px);
  line-height: 55px;
}

.hero-content p {
  max-width: 550px;
  font-size: 18px;
  color: #efefef;
  line-height: 1.6;
}

.hero-cta {
  margin-top: 28px;
}
/* Fixed Hero section container */
.fixed-hero-container {
  width: 1140px;
  margin: 0 auto;
}

/* Split content section styles */
.split-content-title-badge {
  text-transform: uppercase;
  font-size: 16px;
  color: #212529;
}

.split-content-title {
  font-size: 34px;
  color: #212529;
  line-height: 40px;
}
.split-content-txt {
  color: #555555;
  font-size: 18px;
  line-height: 1.6;
}
.split-content-image {
  border-radius: 20px;
  object-fit: cover;
}
.split-container-full-width {
  width: 100%;
  padding-block: 3rem;
  background-color: #f1f4fe;
}
.split-content-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

.split-content-video {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 16 / 9;
}

.split-content-video iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
  border: 0;
}

/* Stastics section styles */
.stastics-section {
  padding: 40px !important;
  background-color: #7915a2;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.statics-section-badge {
  text-transform: uppercase;
  color: #edbf1e;
  font-size: 16px;
  margin: 0 !important;
}
.statics-count {
  margin: 0 !important;
  font-weight: bold;
  color: #fff;
  font-size: 70px;
}
.stastics-section {
  font-weight: 600;
  color: #ffff;
}
.stastics-section h3 {
  color: #fff !important;
}
.stastics-section-content {
  font-size: 18px;
  text-align: center;
  color: #efefef;
  opacity: 93.73%;
  font-weight: normal;
}

.statics-cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  font-size: 16px;
  border-radius: 8px;
  background: #ffff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border: 0;
  border-radius: 30px;
}
/* Card section styles here */
.card-container {
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  .card-content-container {
    padding: 24px;
    h5 {
      color: #212529;
      font-size: 20px;
    }
    p {
      margin: 0 !important;
      font-size: 16px;
      color: #555555;
    }
  }
}

.card-container-img {
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
  object-position: top;
}
.card-cta-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  background: #7915a2;
  color: #ffff;
  text-decoration: none;
  font-weight: 600;
  border: 0;
  border-radius: 30px;
}
/* Color card styles */
/* .color-card-container {
  .blue-card {
    background-color: #52a6e0;
    .card-content-container {
      h5 {
        color: #ffff !important;
      }
      p {
        color: #f7f7f7 !important ;
      }
      .card-cta-btn {
        background-color: #2f6a9c !important;
      }
    }
  }
  .green-card {
    background-color: #45ad45;
    .card-content-container {
      h5 {
        color: #ffff !important;
      }
      p {
        color: #f7f7f7 !important ;
      }
      .card-cta-btn {
        background-color: #2d7530 !important;
      }
    }
  }
  .yellow-card {
    background-color: #edbf1e;
    .card-content-container {
      h5 {
        color: #ffff !important;
      }
      p {
        color: #f7f7f7 !important ;
      }
      button {
        background-color: #cda310;
      }
    }
  }
} */
.color-card-container .blue-card {
  background-color: #52a6e0;
}
.color-card-container .blue-card .card-content-container h5 {
  color: #ffff !important;
}
.color-card-container .blue-card .card-content-container p {
  color: #f7f7f7 !important;
}
.color-card-container .blue-card .card-content-container .card-cta-btn {
  background-color: #2f6a9c !important;
}

.color-card-container .green-card {
  background-color: #45ad45;
}
.color-card-container .green-card .card-content-container h5 {
  color: #ffff !important;
}
.color-card-container .green-card .card-content-container p {
  color: #f7f7f7 !important;
}
.color-card-container .green-card .card-content-container .card-cta-btn {
  background-color: #2d7530 !important;
}

.color-card-container .yellow-card {
  background-color: #edbf1e;
}
.color-card-container .yellow-card .card-content-container h5 {
  color: #ffff !important;
}
.color-card-container .yellow-card .card-content-container p {
  color: #f7f7f7 !important;
}
.color-card-container .yellow-card .card-content-container .card-cta-btn {
  background-color: #cda310 !important;
}

/* Free text section styles */
.free-text-container {
  background-color: #f1f4fe;
  border: 1px solid #efefef;
  border-radius: 12px;
	text-align: center;
  padding: 32px;
}
.free-text-title-badge {
  text-transform: uppercase;
  font-size: 16px;
  color: #212529;
}
.free-text-content-title {
  font-size: 34px;
  color: #212529;
  line-height: 40px;
}
.free-text-content-txt {
  color: #555555;
  font-size: 18px;
  line-height: 28px;
}

/* Responsive Style here */
@media (min-width: 768px) and (max-width: 991px) {
  .split-container-left-img-section {
    .row {
      div:first-child {
        margin-bottom: 30px;
      }
    }
  }
  .split-full-width-container {
    div:first-child {
      margin-bottom: 30px;
    }
  }
  .card-section {
    .row {
      justify-content: center;
    }
  }
  .color-card-container {
    justify-content: center;
  }
  .container {
    min-width: 100% !important;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .split-container-section {
    .row {
      div:first-child {
        order: 1;
        margin-top: 30px;
      }
    }
  }
  .split-container-left-img-section {
    .row {
      div:first-child {
        margin-bottom: 30px;
      }
    }
  }
  .split-full-width-container {
    div:first-child {
      margin-bottom: 30px;
    }
  }
  .card-section {
    .row {
      justify-content: center;
    }
  }
  .color-card-container {
    justify-content: center;
  }
  .container {
    min-width: 100% !important;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .stastics-section {
    padding: 20px;
    h3 {
      text-align: center;
    }
  }
  .split-container-section {
    .row {
      div:first-child {
        order: 1;
        margin-top: 30px;
      }
    }
  }
  .split-container-left-img-section {
    .row {
      div:first-child {
        margin-bottom: 30px;
      }
    }
  }
  .split-full-width-container {
    div:first-child {
      margin-bottom: 30px;
    }
  }
}
section.csc-content-blocks {
	padding: 0;
}
@media (max-width: 767px) {
	.hero-content h1{
		font-size: 40px !important;
    line-height: 45px !important;
	}
	.hero-image {

    object-position: -144px;
}

}