
/* main.css */
@import url('allCommon.css');

* {
  padding: 0;
  margin: 0;
}

.banner-faq {
  height: 464px;
  display: flex;

  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../images/happy-healthcare.png), #89520033;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-textxx h1 {
  font-family: Manrope;
  font-size: 3rem;
 /* font-style: italic;*/
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  color: var(--main-color);
}

.faq-textxx {
  padding: 75px 150px 0 150px;
}

.tabs {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 43px 0;
}

.tabs li {
  position: relative;
  font-family: Manrope;
  padding: 10px 20px;
  cursor: pointer;
}
.tabs li a.active {
  text-decoration: underline;
}

.tabs li:hover::after,
.tabs li:active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: rgba(93, 186, 36, 1); /* Green underline color */
  transition: width 0.3s ease-in-out;
}

.tabs li.active::after {
  width: 60%;
  margin: auto;
}

.tabs li:hover::after {
  width: 60%;
  margin: auto;
  transition: width 0.3s ease-in-out;
}

.tabs li a:hover {
  text-decoration: none;
  transition: width 0.3s ease-in-out;
}

.tabs li a {
  color: rgba(22, 22, 22, 1);
  font-size: 1.125rem;
  font-family: Manrope;
  font-weight: 500;
}

.top-heads-text h1 {
  font-family: Manrope;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  color: var(--main-color);
}

/* Custom styles */
.card-header {
  padding: 0;
  border: none;
  background-color: none !important;
}
.tab-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 20px;
  color: rgba(33, 37, 41, 1);
  font-family: Manrope;

  font-weight: 500;
  text-decoration: none;
  background-color: #fff !important;
  border-radius: 0;
}
.tab-button:hover {
  text-decoration: none !important;
  color: rgba(33, 37, 41, 1);
}
.tab-button:focus {
  text-decoration: none;
}
.card {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.card-body {
  padding: 20px;
  border-top: none;
  color: rgba(33, 37, 41, 1);
  font-size: 1rem;
}
.accordion .card:not(:last-child) {
  margin-bottom: 10px;
}
/* Rotate the icon when collapsed */
.fa-chevron-down {
  transition: transform 0.3s ease;
}
.collapsed .fa-chevron-down {
  transform: rotate(-180deg);
}

.tab-button {
  cursor: pointer;
  text-decoration: none;
  color: rgba(33, 37, 41, 1);
  font-size: 1.125rem;
}
.tab-button:hover {
  text-decoration: none;
}

.how-do .content-section h1 {
  font-family: Manrope;
  padding: 0 136px 0 0;
  font-size: 4rem;
/*  font-style: italic;*/
  font-weight: 600;
  line-height: 4rem;
  text-align: left;
  color: rgba(51, 95, 144, 1);
}
.how-do .content-section p {
  font-family: Manrope;
  margin-top: 35px;

  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.how-do .content-section .features ul li {
  list-style: none;
  display: flex;
  gap: 16px;

  line-height: 70px;

  align-items: center;
}

.how-do .content-section .features ul {
  margin: 0;
}

.how-do .content-section .features {
  display: flex;
  justify-content: space-between;
  /* flex-direction: column; */
}

.how-do .image-section img {
  width: 100%;
  border-radius: 1.25rem;
}

.how-do .image-section {
  background: rgba(227, 240, 255, 1);
  border-radius: 1.25rem;
}

.getstartedBtn {
  background: var(--step-btn-color);
  padding: 16px 2rem 16px 2rem;
  border-radius: 12px;
  color: #ffffff;
  font-family: Manrope;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  margin: 15px 0px;
  display: block;
  max-width: fit-content;
  text-decoration: none;
  margin-top: 55px;
}
.getstartedBtn:hover,
.getstartedBtn:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  text-decoration: none;
}
.couple-image a:hover {
  text-decoration: none;
  color: #ffffff;
}

/* .couple-image {
  padding: 0 0 0 50px;
  margin-top: 37px;
} */

.imgagecouple img {
  width: 400px;
}

.content-section {
  padding: 0 87px 0 0;
}
.how-do {
  margin-bottom: 50px;
}

.faq-accordian {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .how-do .content-section h1 {
    padding: 0;
    text-align: center;
    font-size: 48px;
    line-height: 55px;
  }
  .couple-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content-section {
    padding: 0;
  }
  .how-do .content-section p {
    text-align: center;
  }
  .how-do .content-section .features {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
  }
  .tab-button {
    font-size: 1rem;
  }
  .how-do .content-section .features ul li {
    flex-direction: column;
    gap: 0;
  }
  .imgagecouple img {
    width: 100%;
  }

  .imgagecouple {
    margin-top: 4.735rem;
  }
  .getstartedBtn {
    background: #5dba24;
    padding: 16px 32px 16px 32px;
    border-radius: 12px;
    color: #ffffff;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin: 15px 0px;
    display: block;
    max-width: fit-content;
    text-decoration: none;
    margin-top: 65px;
  }

  .faq-textxx {
    padding: 0;
  }

  .banner-faq {
    height: auto;
    display: flex;
    justify-content: center;
    padding: 0;
    align-items: center;
    text-align: center;
    background: url(../images/happy-healthcare.png), #89520033;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .tabs {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 43px 0;
  }
  .faq-textxx h1 {
    font-size: 3rem;
    line-height: 60px;
  }
  .banner-faq {
    height: 400px;
  }
  .top-heads-text h1 {
    font-family: Manrope;
    font-size: 3rem;
    font-style: italic;
    font-weight: 600;
    line-height: 55.98px;
    text-align: center;
    color: rgba(51, 95, 144, 1);
  }
  .tab-button {
    font-size: 16px;
    padding: 15px;
    text-wrap: wrap;
  }
  .tabs li a {
    color: rgba(22, 22, 22, 1);
    font-size: 18px;
    font-family: Manrope;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1400px !important;
  }
}

/* @media (max-width: 992px) {
  .container {
    max-width: 832px !important;
  }
} */

@media (max-width: 480px) {
  .banner-faq {
    height: 321px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(../images/happy-healthcare-mobile.png),
    #89520033;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .faq-textxx h1 {
    font-family: Manrope;
    font-size: 3rem;
  /*  font-style: italic;*/
     font-weight: 700; 
    line-height: 53px;
    text-align: center;
    color: var(--main-color);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .how-do .content-section h1 {
    padding: 0;
  }
  .content-section {
    padding: 0;
  }
}
.imgagecouple img {
  width: 100% !important;
}

/* For Retina displays */
@media only screen and (min-resolution: 192dpi) {
  .banner-faq {
    background-image: url(../images/happy-healthcare-banner-2x.png);
  }
}

/* For 4K and higher displays */
@media only screen and (min-resolution: 384dpi) {
  .banner-faq {
    background-image: url(../images/happy-healthcare-banner-3x.png);
  }
}
.tab-button::before {
  content: "";
  background-image: url(../images/accordionArrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 14px;
  height: 20px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.tab-button.collapsed::before {
  transform: rotate(0deg);
}

@media (max-width: 1024px) {
  .couple-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .how-do .content-section h1 {
    padding: 0;
    /* text-align: left; */
    font-size: 3rem;
    line-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .how-do .content-section .features ul li {
    flex-direction: column;
    gap: 0;
    justify-content: center;
  }
}
/* @media (min-width: 992px) {
  .container {
    max-width: 1050px;
  }
} */

@media (max-width: 400px) {
  .banner-faq {
    background-image: url(../images/happy-healthcare-mobile.png);
    background-size: cover;
    background-position: center;
  }
}
.faq-accordian {
  padding-bottom: 30px;
}

.faq-aq {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .how-do .content-section h1 {
    text-align: center;
  }
  .how-do .content-section p {
    text-align: center;
  }
  .how-do .content-section .features {
    flex-direction: column;
  }
  .imgagecouple {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .getstartedBtn {
    margin: 0;

    /* margin-top: 37px; */
  }
}

@media (max-width: 600px) {
  .banner-faq {
    background-image: url(../images/happy-healthcare-mobile.png);
    background-size: cover;
    background-position: center;
  }
}
