/* --------------Leadership Section------------------- */

.content-photo-section .container {
  max-width: 1280px;
  margin: auto;
}

.content-photo-section {
  padding: 50px 0;
  background: #f1f5f9;
}

.content-photo-section .leadership-label {
  /* color: #1392ec;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin-bottom: 15px; */
  display: inline-block;
  padding: 0.375rem 1rem;
  background-color: #1392ec33;
  border: 1px solid #1392ec4d;
  color: #1392ec;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .content-photo-section {
    padding: 80px 0;
  }

  .content-photo-section .leadership-label {
    letter-spacing: 0.1em;
  }
}

.content-photo-section .leadership-title {
  /* font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px; */
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .content-photo-section .leadership-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 900;
  }
}

.content-photo-section .leadership-desc {
  font-size: 16px;
  color: #475569;
  margin-bottom: 30px;
  line-height: 1.7;
}

.content-photo-section .leadership-feature {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}


/* .feature-icon{
background:rgba(59,130,246,0.15);
padding:10px;
border-radius:50%;
color:#1392ec;
} */

.content-photo-section .feature-icon {
  min-width: 40px;
  height: 40px;
  background: rgba(59, 130, 246, 0.15);
  /* light blue background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .content-photo-section .feature-icon {
    min-width: 60px;
    height: 60px;
  }
}

.content-photo-section .feature-icon span {
  color: #1392ec;
  font-size: 24px;
}

.content-photo-section .feature-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.content-photo-section .feature-content p {
  color: #64748b;
  margin: 0;
}

.content-photo-section .leadership-image-wrapper {
  position: relative;
}

.content-photo-section .leadership-image-wrapper img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.content-photo-section .leadership-stat {
  position: absolute;
  bottom: -25px;
  left: -25px;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  max-width: 260px;
}

.content-photo-section .stat-number {
  font-size: 40px;
  font-weight: 900;
  color: #1392ec;
  margin-bottom: 5px;
}

.content-photo-section .stat-desc {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

.content-photo-section .leadership-video {
  position: relative;
  padding-top: 56.25%;
  border-radius: 20px;
  overflow: hidden;
}

.content-photo-section .leadership-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* -------------Card-Grid-section------------------- */

.card-grid-section .container {
  max-width: 1280px;
  margin: auto;
}

.card-grid-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  /* background: #e5e7eb; */
  background: #eaf4ff;
}

@media (min-width: 768px) {
  .card-grid-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.card-grid-section .head-wrap {
  margin-bottom: 4rem;
  text-align: center;
}

.card-grid-section .head-wrap .label-div {
  text-align: center;
  margin-bottom: 0.5rem;
}

.card-grid-section .head-wrap h2 {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .card-grid-section .head-wrap h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 900;
  }
}

.card-grid-section .head-wrap p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 30px;
  line-height: 1.7;
  margin: 0px;
}

.card-grid-section .head-wrap .bottom-line {
  width: 5rem;
  height: 0.25rem;
  margin: 1rem auto 0px;
  background-color: #f97224;
}

.card-grid-section .why-cards {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #f3f4f6;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-grid-section .why-cards::after {
  content: "";
  width: 100%;
  /* background-color: #003366; */
  height: 0.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.card-grid-section .why-cards .card-header {
  /* display: flex; */
  margin-bottom: 1.5rem;
  align-items: center;
}

.card-grid-section .why-cards .card-icon {
  border-radius: 9999px;
  padding: 0.5rem;
  display: flex;
  margin-right: 0.75rem;
  justify-content: center;
  align-items: center;
  background-color: #eff6ff;
  width: 45px;
  height: 45px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
      transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1); */
}

.card-grid-section .why-cards .card-icon svg {
  font-size: 1.4rem;
  line-height: 2.25rem;
}

.card-grid-section .why-cards .card-icon svg path {
  fill: #003366;
  transition: fill 300ms ease;
}

.card-grid-section .why-cards:hover {
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.18);
  /* transform: translateY(-4px); */
}


/* .card-grid-section .why-cards:hover .card-icon {
      background-color: #f97224;
      fill: #fff;
    } */


/* .card-grid-section .why-cards:hover .card-icon svg path {
      fill: #fff;
    } */

.card-grid-section .why-cards:hover {
  border: 1px solid #1392ec;
}

.card-grid-section .why-cards h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #003366;
  font-weight: 700;
  margin: 0px;
  margin-top: 7px;
}

.card-grid-section .why-cards p {
  color: #4b5563;
}

.card-grid-section .cta-btn {
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1e3a8a;
  transition: 0.3s;
}

.card-grid-section .cta-btn:hover {
  transform: translateX(4px);
}


/* -------------RFA-section------------------- */

.rfa-section .container {
  max-width: 1280px;
  margin: auto;
}

.rfa-section {
  background: #f1f5f9;
  padding: 50px 0;
}

.rfa-title {
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .rfa-section {
    padding: 80px 0px;
  }

  .rfa-title {
    font-size: 36px;
  }
}

.rfa-description {
  color: #64748b;
  font-size: 16px;
  max-width: 500px;
  margin: 0px;
}

.rfa-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
}

.rfa-card:hover {
  transform: translateY(-5px);
}

.rfa-card-title {
  color: #1392ec;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.rfa-card-text {
  font-size: 14px;
  color: #64748b;
}


/* -------------RFA-slider-section------------------- */

.rfa-conditions-section .container {
  max-width: 1280px;
  margin: auto;
}

.rfa-conditions-section {
  /* padding:80px 0; */
  padding-bottom: 50px;
  background: #f1f5f9;
}

.rfa-conditions-title {
  font-weight: 700;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .rfa-conditions-section {
    padding-bottom: 80px;
  }

  .rfa-conditions-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}

.rfa-condition-card {
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 110px;
  width: 100%;
}


/* .rfa-condition-card{
height:100%;
min-height:110px;
} */

.condition-icon {
  font-size: 30px;
  color: #0d6efd;
  margin-bottom: 10px;
}

.condition-title {
  font-size: 13px;
  font-weight: 600;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
}


/* -------------esi-slider-section------------------- */

.esi-conditions-section .container {
  max-width: 1280px;
  margin: auto;
}

.esi-conditions-section {
  /* padding:80px 0; */
  padding-bottom: 50px;
  background: #fff;
}

@media (min-width: 768px) {
  .esi-conditions-section {
    padding-bottom: 80px;
  }
}

.esi-conditions-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}

.esi-condition-card {
  padding: 20px;
  background: #f8fafc;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 110px;
  width: 100%;
}

.condition-icon {
  font-size: 30px;
  color: #0d6efd;
  margin-bottom: 10px;
}

.condition-title {
  font-size: 13px;
  font-weight: 600;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
}


/* -------------content-video-section------------------- */

.esi-section .container {
  max-width: 1280px;
  margin: auto;
}

.esi-video iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border-radius: 20px;
}

.esi-section {
  padding: 50px 0;
  background: #fff;
}

.esi-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .esi-section {
    padding: 80px 0;
  }

  .esi-title {
    font-size: 40px;
  }
}

.esi-description {
  color: #64748b;
  font-size: 16px;
  margin-bottom: 25px;
}

.esi-feature-list {
  list-style: none;
  padding: 0;
}

.esi-feature-item {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.esi-feature-item:last-of-type {
  margin: 0px
}

.feature-icon {
  color: #0d6efd;
  font-size: 24px;
}

.feature-title {
  font-size: 16px;
  font-weight: 700;
}

.feature-text {
  font-size: 14px;
  color: #64748b;
}

.esi-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.esi-video img {
  width: 100%;
  display: block;
}

.esi-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #0d6efd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
}

.esi-video-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-weight: 600;
}


/* -------------insurance-section------------------- */

.insurance-section .container {
  max-width: 1280px;
  margin: auto;
}

.insurance-section {
  padding: 50px 0px;
  background: #f5f9ff;
}

.insurance-box {
  background: #fff;
  border-radius: 24px;
  padding: 25px;
  border: 1px solid rgba(13, 110, 253, 0.2);
}

.insurance-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1392ec;
  font-weight: 600;
  margin-bottom: 15px;
}

.insurance-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.insurance-description {
  font-size: 16px;
  color: #64748b;
}

.insurance-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.insurance-list {
  padding-left: 15px;
}

.insurance-list li {
  margin-bottom: 6px;
  color: #64748b;
}

.insurance-private-text {
  color: #64748b;
  font-size: 14px;
}

.insurance-cta {
  background: #1392ec;
  color: #fff;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
}

.insurance-cta h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.insurance-btn {
  display: block;
  background: #fff;
  color: #1392ec;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  margin-top: 15px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .insurance-section {
    padding: 80px 0px;
  }

  .insurance-box {
    padding: 50px;
  }

  .insurance-title {
    font-size: 40px;
  }

  .insurance-cta {
    padding: 35px;
  }
}

.accessibility-info {
  padding: 0px;
  background: #eaf4ff;
}

.accessibility-info .accessibility-highlight {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  margin-top: 0px;
}

.accessibility-info .accessibility-highlight span {
  font-size: 42px;
  color: #1392ec;
  margin-right: 15px;
}

.accessibility-info .accessibility-highlight p {
  margin: 0px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .accessibility-info .accessibility-highlight p {
    font-size: 14px;
  }
}

.section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.section-head h2 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 0rem;
}

.section-head .highlight {
  color: #1392ec;
}

.section-head p {
  color: #64748b;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0px;
}

@media (min-width: 768px) {
  .section-head {
    margin-bottom: 4rem;
  }

  .section-head h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.cordion-item {
  /* border-bottom: 1px solid #eee;
  padding: 15px 0; */
  background: #f7f8fb;
  padding: 4px 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #222;
  transition: 0.3s;
}

.cordion-item:last-of-type {
  margin-bottom: 0px;
}

.cordion-header {
  cursor: pointer;
}

.cordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 50px;
}

.cordion-content ul {
  margin: 0;
  padding-left: 20px;
}

.arrow {
  transition: transform 0.3s ease;
}

.cordion-item.active .cordion-content {
  /* will be controlled via JS */
}

.cordion-item.active .arrow {
  transform: rotate(180deg);
}

.cordion-header .feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  /* background: #1392ec1a; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #1392ec;
}

.cordion-content .link-card {
  background: #f7f8fb;
  padding: 4px 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #222;
  transition: 0.3s;
}

.cordion-header .title h4 {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
}