.hero-section {
  background: #082352;
  position: relative;
  color: #fff;
}

.hero-img img {
  object-fit: cover;
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
}

.hero-wrapper {
  min-height: 650px;
}

.hero-title {
  padding-top: 110px;
  font-size: 18px;
  font-family: 'Futura Md BT';
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  margin: 0;
}

.hero-title:after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #fff;
  display: block;
  clear: both;
  margin: 16px 0px 0px;
}

.hero-description {
  padding-top: 15px;
  padding-right: 20px;
  display: block;
}

.hero-description p {
  font-size: 20px !important;
  line-height: 1.5;
}

.hero-description p {
  margin-bottom: 25px;
}

.hero-description p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .hero-img img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .hero-title {
    padding-top: 30px;
  }

  .hero-wrapper {
    min-height: 50px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .hero-description {
    padding-right: 0px;
  }

  .hero-description p {
    font-size: 18px !important;
  }

  .section-header p {
    font-size: 18px !important;
  }
}

.pt-80 {
  padding-top: 80px
}

.pb-80 {
  padding-bottom: 80px
}

.section-header {
  padding-bottom: 20px;
}

.section-header h2 {
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  position: relative;
  margin: 0;
  color: #082352;
}

.section-header p {
  font-size: 20px;
  margin-bottom: 0;
  color: #082352;
}

/*======================= eligibility start section ======================== */

.eligibility-content ul {
  margin: 0;
  padding: 0;
}

.eligibility-content li {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 16px;
  background: linear-gradient(180deg, #EB008B 0%, #963C96 100%);
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4
}

.eligibility-content li span {
  display: block;
  font-family: 'Futura Md BT';
  width: 44px;
  min-width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  color: #963C96;
  line-height: 44px;
}

.eligibility-img img {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 25px 0px rgb(50 50 50 / 20%);
  display: block;
}

/*======================= eligibility stop section ======================== */

/*======================= process start section ======================== */

.process-section {
  background: #082352;
}

.process-section .section-header h2,
.process-section .section-header p {
  color: #fff;
}

.process-section .row {
  display: flex;
  grid-row-gap: 15px;
}

.process-section .white-bg {
  padding: 26px 30px;
  border-top: 10px solid #0F9EDA;
  height: 100%;
  background: #fff;
}

.process-section .step-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.step-icon {
  background: #F5F7FA;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  text-align: center;
  padding: 8px;
}

.step-icon img {
  max-width: 22px;
  height: auto;
}

.step-label {
  font-size: 12px;
  font-weight: 700;
  color: #001B2C;
}

.step-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #0D2240;
  font-family: 'Futura Md BT';
  font-weight: 400;
}

.step-desc {
  padding-top: 14px;
}

.step-desc p:last-child {
  margin: 0;
}

/*=======================  process stop section ======================== */

/* ========================  tab start section ========================== */
.tab-pane {
  display: none;
  margin-top: 0px;
}

.tab-pane.active {
  display: block;
}


.tabs-nav {
  display: flex;
  column-gap: 20px;
  margin-bottom: 30px;
}

.pill-btn {
  display: inline-block;
  padding: 12px 18px;
  background: #806E80;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.25s ease;
}

a.pill-btn:hover {
  background: #775F77;
  text-decoration: none;
  color: white;
}

a.pill-btn:focus {
  background: #963C97;
  text-decoration: none;
  color: white;
}

.tabs-nav .active a {
  background: #963C97;
}

.tab-pane {
  padding-top: 0px;
}

.tabs-content .white-bg {
  background: #fff;
  padding: 40px 30px 30px 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 80px;
  position: relative;
}

.tabs-content .white-bg::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 10px;
  background: #963C97;
  position: absolute;
  left: -2px;
  top: -2px;
}

.tabs-content h2 {
  margin: 0;
  font-family: 'Futura Md BT';
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  position: relative;
  margin: 0;
  color: #082352;
}

.tabs-content li {
  margin: 0;
  padding: 0 0 10px 30px;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5664 10.9766H3.92578C3.38633 10.9766 2.94922 10.5395 2.94922 10C2.94922 9.46055 3.38633 9.02344 3.92578 9.02344H15.5664C16.1059 9.02344 16.543 9.46055 16.543 10C16.543 10.5395 16.1059 10.9766 15.5664 10.9766Z" fill="black"/><path d="M11.0942 15.5957C10.8321 15.5957 10.5703 15.4906 10.3778 15.2832C10.011 14.8879 10.0344 14.2699 10.4297 13.9031L14.6278 10.0098L10.3028 6.10588C9.90236 5.74455 9.87072 5.12697 10.2321 4.72658C10.5934 4.32619 11.211 4.29455 11.6113 4.65588L16.7285 9.27502C16.932 9.45861 17.0488 9.71916 17.0508 9.99338C17.0528 10.2676 16.9395 10.5297 16.7383 10.716L11.7578 15.3352C11.5699 15.5094 11.3317 15.5957 11.0942 15.5957Z" fill="black"/></svg>') no-repeat left 1px;
}

.tabs-content li:last-child {
  padding-bottom: 0;
}

/* ======================== tab stop section ========================== */

/* ========================  benefits list start section ========================== */
.icon-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  padding: 0px;
}

.icon-list-wrapper .item p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.icon-list-wrapper .item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 2px solid #963C97;
  border-radius: 8px;
  transition: 0.3s;
}

/* Hover effect (optional) */
.icon-list-item:hover {
  background: #faf5fa;
  border-color: #8e3a8e;
}

.icon-list-wrapper .item div {
  background: #963C97;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  min-width: 44px;
}

.icon-list-wrapper .item div img {
  height: 100% !important;
  width: 100% !important;
}

/* ======================== benefits list stop section ========================== */

/*========================== faq start section  ==================================== */
.faq-item {
  overflow: hidden;
  border: 2px solid #dbe3fa;
  border-radius: 12px;
  margin-top: 10px;
  background: rgba(242, 246, 255, 0.8);
}

.faq-question {
  width: 100%;
  padding: 17px 55px 17px 20px;
  background: rgba(242, 246, 255, 0.8);
  text-align: left;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  color: #656363;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  border: 0;
}

.faq-answer {
  display: none;
  padding: 0px 20px;
  color: #525252;
}

.faq-answer p {
  margin-bottom: 15px
}

.faq-item.active .faq-answer {
  display: block;
}

/* PLUS by default */
.faq-question::after {
  content: "";
  background: url("https://tx-ydsrn.swmed.org/themes/custom/cdrc/images/accordion-plus.svg") no-repeat center;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  background-color: white;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 1px 1px 2px #e9e9e9;
  cursor: pointer;
}

/* MINUS when active */
.faq-item.active .faq-question::after {
  background: url("https://tx-ydsrn.swmed.org/themes/custom/cdrc/images/accordion-minus.svg") no-repeat center;
  background-color: white;
}

.faq-section .section-header {
  padding-bottom: 10px;
}

.faq-section .section-header h2 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dropdown-icon {
  width: 32px;
  height: 32px;
  background: #963C96;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.view-faq {
  border: none;
  background: no-repeat;
}

/* Chevron icon */
.dropdown-icon span {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;

  transform: rotate(45deg);
  /* down arrow */
  margin-top: -4px;
  transition: all linear 0.3s;
}

/* when active → flip up */
.view-faq.active .dropdown-icon span {
  margin-top: 6px;
  transform: rotate(-135deg);
  /* up */
}








/*========================== faq stop section  ==================================== */

/*========================== map start section  ==================================== */
#Layer_8 .st4 {
  fill: #eb008c;
}

#Layer_11 .st1 {
  fill: #f5821e;
}

#Layer_12 .st0 {
  fill: #8fc73f;
}

#Layer_10 .st2 {
  fill: #39b54a;
}

#Layer_2 .st10 {
  fill: #468b84;
}

#Layer_4 .st8 {
  fill: #00599a;
}

#Layer_5 .st7 {
  fill: #78618a;
}

#Layer_6 .st6 {
  fill: #963c97;
}

#Layer_7 .st5 {
  fill: #F18BE2;
}

#Layer_3 .st9 {
  fill: #2b7dc1;
}

#Layer_9 .st3 {
  fill: #109eda;
}

.maps-section {
  position: relative;
}

.maps-section .mapboxmain path {
  stroke-width: 2px;
}

.maps-section .mapboxmain .active-click path {
  stroke-width: 4px;
}

.maps-section .custom-node-div-right {
  color: #FFF;
  float: right;
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1;
  width: 35%;
  border: 1px solid #082352;
  background: #ffffff;
  padding-bottom: 10px;
}

.maps-section .custom-node-div-right .circle-badge {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: 0;
  font-family: 'Futura Md BT';
  font-size: 18px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  line-height: 44px;
  text-shadow: 0 0 6px #000;
}

.maps-section .custom-all-node-div .node-details {
  margin-bottom: 14px;
  align-items: center;
}

.maps-section .node-layer-1 {
  background: #EB008C;
}

.maps-section .node-layer-2 {
  background: #E8710A;
}

.maps-section .node-layer-3 {
  background: #719F30;
}

.maps-section .node-layer-4 {
  background: #38A647;
}

.maps-section .node-layer-5 {
  background: #468B84;
}

.maps-section .node-layer-6 {
  background: #109EDA;
}

.maps-section .node-layer-7 {
  background: #2B7DC1;
}

.maps-section .node-layer-8 {
  background: #00599A;
}

.maps-section .node-layer-9 {
  background: #00599A;
}

.maps-section .node-layer-10 {
  background: #7861AA;
}

.maps-section .node-layer-11 {
  background: #963C97;
}

.maps-section .node-layer-12 {
  background: #E841CF;
}

.maps-section .custom-all-node-div {
  max-height: 100%;
  overflow: hidden;
  padding-left: 0;
}

.maps-section .custom-all-node-div .node-details {
  margin-bottom: 14px;
}

.maps-section .custom-all-node-div .node-details p {
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
}

.maps-section .custom-node-div-right {
  background: #ffffff;
  border: 1px solid black;
}

.maps-section .mapboxmain .circle-badge {
  width: 30px;
  height: 30px;
  display: block;
  background: #082351;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
}

.maps-section .mapmaindivbox {
  background: #082352;
}

.maps-section .custom-left-map {
  padding: 0px !important
}

.maps-section .mapboxrightin {
  height: 731px;
}

.maps-section .maptool-details {
  width: 33%;
  background: #FFF;
  color: #000;
  float: right;
  max-height: 729px;
  position: absolute;
  right: 16px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow-y: auto;
  overflow-x: hidden !important;
  z-index: 2;
  margin-top: 1px;
  padding: 20px;
}

.maps-section .maptool8 {
  top: 33%;
  right: 22%;
}

.maps-section .maptool11 {
  right: 31%;
  top: 32%;
}

.maps-section .maptool9 {
  top: 36%;
  right: 12%;
}

.maps-section .maptool2 {
  top: 53%;
  left: 24%;
}

.maps-section .mapboxmain .tooltip {
  text-decoration: none;
}

.maps-section .maptool2 {
  top: 53%;
  left: 24%;
}

.maps-section .maptool5 {
  top: 34%;
  left: 42%;
}

/*========================== map stop section  ==================================== */


@media only screen and (max-width: 991px) {
  .pt-80 {
    padding-top: 40px
  }

  .pb-80 {
    padding-bottom: 40px
  }

  .eligibility-content {
    padding-top: 20px;
  }

  .tabs-content .white-bg {
    margin-bottom: 40px;
  }

}

@media only screen and (max-width:767px) {

  .section-header h2,
  .tabs-content h2 {
    font-size: 22px !important;
  }

  .eligibility-content li {
    padding: 15px;
    gap: 16px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.2
  }

  .eligibility-content li span {
    width: 34px;
    min-width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .icon-list-wrapper .item p {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) {
  .mapboxmain .tooltip {
    width: 30px;
    height: 30px;
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .maps-section .maptool5 {
    top: 28%;
    left: 42%;
  }

  .maps-section .maptool2 {
    top: 52%;
    left: 27%;
  }

  .maps-section .maptool6 {
    bottom: 30%;
    right: 40%;
  }

  .maps-section .maptool7 {
    bottom: 12%;
    left: 59%;
  }

  .maps-section .maptool10 {
    bottom: 29%;
    right: 24%;
  }

  .maps-section .maptool3 {
    top: 56%;
    right: 18%;
  }

  .maps-section .maptool1 {
    top: 56%;
    right: 34%;
  }

  .maps-section .maptool4 {
    top: 49%;
    right: 27%;
  }

  .maps-section .maptool12 {
    top: 52%;
    right: 13%;
  }

  .maps-section .maptool9 {
    top: 37%;
    right: 16%;
  }

  .maps-section .maptool8 {
    top: 32%;
    right: 25%;
  }

  .maps-section .maptool11 {
    right: 34%;
    top: 31%;
  }
}

@media (min-width: 568px) and (max-width:900px) {
  .maps-section .maptool5 {
    top: 29%;
    left: 42%;
  }

  .maps-section .maptool2 {
    top: 52%;
    left: 24%;
  }

  .maps-section .maptool6 {
    bottom: 33%;
    right: 40%;
  }

  .maps-section .maptool7 {
    bottom: 17%;
    left: 59%;
  }

  .maps-section .maptool10 {
    bottom: 33%;
    right: 22%;
  }

  .maps-section .maptool1 {
    top: 54%;
    right: 33%;
  }

  .maps-section .maptool12 {
    top: 51%;
    right: 9%;
  }

  .maps-section .maptool3 {
    top: 55%;
    right: 14%;
  }

  .maps-section .maptool4 {
    top: 47%;
    right: 25%;
  }

  .maps-section .maptool9 {
    top: 37%;
    right: 13%;
  }

  .maps-section .maptool8 {
    right: 23%;
  }

  .maps-section .maptool8 {
    right: 23%;
  }

  .maps-section .maptool11 {
    right: 33%;
    top: 33%;
  }
}

@media (max-width: 650px) {
  .maps-section .mapboxrightin {
    height: 530px;
  }

  .maps-section .mapboxmain .circle-badge {
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 12px;
  }

  .maps-section .maptool5 {
    top: 34%;
    left: 40%;
  }

  .maps-section .maptool2 {
    top: 51%;
    left: 24%;
  }

  .maps-section .maptool7 {
    bottom: 28%;
    left: 58%;
  }

  .maps-section .maptool6 {
    bottom: 36%;
    right: 42%;
  }

  .maps-section .maptool7 {
    bottom: 16%;
    left: 58%;
  }

  .maps-section .maptool10 {
    bottom: 31%;
    right: 23%;
  }

  .maps-section .maptool3 {
    top: 54%;
    right: 15%;
  }

  .maps-section .maptool12 {
    top: 50%;
    right: 9%;
  }

  .maps-section .maptool9 {
    top: 37%;
    right: 14%;
  }

  .maps-section .maptool8 {
    right: 24%;
  }

  .maps-section .maptool11 {
    right: 34%;
    top: 33%;
  }

}

@media (max-width: 540px) {
  .maps-section .mapboxrightin {
    height: 430px;
  }

  .maps-section .mapboxmain .circle-badge {
    width: 20px;
    height: 20px;
    line-height: 17px;
    font-size: 12px;
    border-width: 1px;
  }

  .maps-section .maptool8 {
    top: 34%;
  }

  .maps-section .maptool4 {
    top: 47%;
  }

  .maps-section .maptool1 {
    top: 53%;
  }

  .maps-section .maptool3 {
    right: 17%;
  }

  .maps-section .maptool12 {
    right: 11%;
  }
}

@media (max-width: 440px) {
  .maps-section .mapboxrightin {
    height: 340px;
  }

  .maps-section .maptool11 {
    top: 31%;
  }

  .maps-section .maptool8 {
    top: 32%;
    right: 24%;
  }

  .maps-section .maptool9 {
    right: 16%;
  }

  .maps-section .maptool10 {
    bottom: 31.5%;
    right: 23.5%;
  }

  .maps-section .maptool5 {
    top: 31%;
  }
}