@import url("./theme.css");

/* header css */

.logo {
    width: 100%;
    max-width: 175px;
}

header {
    background-color:rgba(250, 250, 250, 0.95);
    border: 1px solid var(--bs-primary-border-subtle);
    box-shadow: var(--shadow-cards);
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 1;

}

header .navbar-nav {
    gap: 2rem;
}

header .navbar-nav .nav-link {
    padding: 0 !important;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover
{
    color: var(--bs-primary);
    text-decoration: none;
}
/* banner code starts here */

.banner {
    /* background-image: 
    linear-gradient(122.01deg, rgba(61, 118, 92, 0.9) 0%, rgba(86, 143, 118, 0.7) 50%, rgba(89, 166, 117, 0.5) 100%),
    url("../images/banner.png"); */
    background-image: url('../images/banner-home-.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.spacing-common{
 padding: 5rem 0 5rem 0;
}

.banner-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    max-width: 47.5rem;
    margin: 0 auto;
}

.banner-content-wrapper h1 {
    font-size: 4.5rem;
    font-weight: 700;
    color: var(--bs-white);
    line-height: 4.5rem;
}

.banner-content-wrapper p {
    font-weight: 400;
    font-size: 1.5rem;
    color: var(--bs-white);
    opacity: 0.9;
}

.banner-content-wrapper .key-points {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    margin-top: 1rem;
}

.banner-content-wrapper .key-points h4 {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--bs-white);
    opacity: 0.8;
    font-size: .875rem;
    font-weight: 500;
}

.cta-btn-row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.375rem;
}
.cta-btn-row .btn-primary {
    padding: 1.375rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--bs-white);
    display: flex;
    gap: 1rem;
    align-items: center;
    border-radius: 1rem;
    box-shadow: 0px 8px 30px -8px #3D765C33;
    border: 1px solid var(--primary);

}

.cta-btn-row .btn-primary img {
  filter: brightness(0) invert(1);
}

.cta-btn-row .btn-secondary {
    box-shadow: 0px 1px 2px 0px #0000000D;
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1.3125rem 2.5rem;
     border-radius: 1rem;
     color: var(--bs-white);
     font-size: 1.125rem;
     font-weight: 600;
}

.feature-stats-row{
    display: flex;
    align-items: end;
    gap: 3.875rem;
    justify-content: center;
    margin-top: 1.375rem;
}

.feature-stats-row .feature-stats-text h4{
     color: var(--bs-white);
     font-size: 1.875rem;
     font-weight: 700;
     margin-bottom: .5rem;
}

.feature-stats-row .feature-stats-text p{
     color: var(--bs-white);
     font-size: .875rem;
     font-weight: 400;
     opacity: 0.8;
}

.feature-stats-row .feature-stats-text span{
     color: var(--bs-white);
     font-size: .75rem;
     font-weight: 400;
     opacity: 0.8;
}

/* why choose use css starts here */

.why-choose-us{
    background-color: #fafafa;
}

.why-choose-us .text-wrapper{
    max-width: 46.875rem;
    margin: 0 auto;
}

.gradient-text{
      background: linear-gradient(91.67deg, #3D765C 0%, #568F76 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
  font-size: 1.875rem;
  font-weight: 700;
}

.title-lg{
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.75rem;
}

.feature-cards-row {
    gap: 2rem;
    margin-top: 4.25rem;
}

.feature-cards-wrapper {
    width: calc(33.33% - 1.3313rem);
    background-color: var(--bs-white);
    border-radius: 1rem;
    border: 1px solid var(--border-cards);
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 1.5625rem;
    display: flex;
    gap: 1rem;
    align-items: start;
}

.common-gradient-box{
        border-radius: .75rem;
    background: linear-gradient(135deg, #3D765C 0%, #568F76 100%);
    height: 3rem;
    min-width: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.feature-cards-wrapper .img-col img{
    width: 100%;
    max-width: 1.5rem;  
}

.feature-cards-wrapper .text-col h5{
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: .625rem;
}

.feature-cards-wrapper .text-col p{
    font-size: .875rem;
    font-weight: 400;
    color: var(--text-para);
}


/* our mission code starts here */


.our-mission{
    padding-top: 0;
    background-color: var(--bs-bg-light);
}

.wrapper-bg-hover{
        max-width: 85.5rem;
    margin: 0 auto;
    padding: 3.0625rem;
    border-radius: 1rem;
    border: 1px solid #DCE0E5;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
linear-gradient(135deg, #FFFFFF 0%, rgba(232, 238, 235, 0.3) 100%);
    transition: 0.4s;

}

.wrapper-bg-hover:hover{
   box-shadow: 0 4px 20px -4px hsl(153 32% 35% / .15);
}

.our-mission-wrapper .text-wrapper{
    gap: 1.75rem;
    max-width: 54.25rem;
    margin: 0 auto;
}

 .title-md{
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--primary);
}

.our-mission-wrapper .features-row{
     max-width: 54.25rem;
    margin:3.25rem auto 0 auto;
}

.our-mission-wrapper .features-col h5{
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: .5rem;
}

.our-mission-wrapper .features-col p{
    font-size: .875rem;
    font-weight: 400;
    color: var(--text-para);
}

/* how its works starts here */

.number-text{
    height: 4rem;
    width: 4rem;
    margin-bottom: 1rem;
}

.number-text h4{
    font-size: 1.25rem;
    color: var(--bs-white);
    font-weight: 700;
    line-height: normal;
}

.how-its-works{
    background-color: var(--bs-gray);
}

.how-its-works .steps-row {
    gap: 1.25rem;
}

.how-its-works .steps-row .steps-col{
    width: calc(20% - 7px);
}

.how-its-works .steps-col h5{
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: .5625rem;
}

.how-its-works .steps-col p{
    font-size: .875rem;
    font-weight: 400;
    color: var(--text-para);
}

.how-its-works .content-wrapper{
    gap: 3rem;
}

.how-its-works .btn-col{
    padding: 1.125rem 2rem;
}

.how-its-works .btn-col button{
    transition: 0.4s;
}

.how-its-works .btn-col button:hover{
    transition: 0.4s;
    transform: scale(1.05);
    box-shadow:  0 0 40px hsl(153 32% 35% / .3);
}

/* confidence section css */

.confidence-metrics{
    margin-bottom: 5rem;
}

.confidence-stats-row{
    gap: 1.25rem;
}

.confidence-stats-col{
    width: calc(25% - 21px);
}

.confidence-metrics .content-wrapper{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.confidence-stats-col h4{
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: .5rem;

}

.rating-row{
    margin-top: 1.75rem;
}

.para-sm{
    font-size: .875rem;
    font-weight: 400;
    color: var(--text-para);
}


.para-common{
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-para);
}

/* specialized treatment section starts here */

.treatments{
    background-color: var(--bs-bg);
}

.treatment-cards-row{
    margin-top: 4.25rem;
    gap: 2rem;
}

.cards-common{
     border: 1px solid var(--bs-primary-border-subtle);
    background-color: var(--bs-white);
    border-radius: 1rem;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 1.5625rem;
    transition: 0.4s;
}

.cards-common:hover{
    box-shadow:  0 4px 20px -4px hsl(153 32% 35% / .15);
    transition: 0.4s;
}

.treatment-cards-col{
    width: calc(50% - 16px);
    gap: 1.6875rem;
}

.treatments .cards-common:hover button{
    background-color: var(--bs-primary) ;
    transition: 0.4s;
    color: var(--bs-white);
}

.treatments .cards-common:hover .img-col{
    transform: scale(1.1);
    transition: 0.4s;
}

.treatment-cards-col .top-content{
    gap: 1rem;
}

.treatment-cards-col .top-content .img-col{
   height: 4rem;
   width: 4rem;
   transition: 0.4s;
}

.treatment-cards-col .top-content .img-col img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.treatment-cards-col .top-content h4{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
}

.treatment-cards-col .tags-label{
 font-size: .875rem;
 font-weight: 600;
 color: var(--text-primary);
 margin-bottom: .75rem;
}

.conditions-tag-row{
    gap: .5rem;
}

.conditions-tag-row span{
    font-size: .75rem;
    color: var(--bs-primary);
    font-weight: 500;
    padding: .3125rem .75rem;
    border: 1px solid rgba(61, 118, 92, 0.2);
    background: rgba(61, 118, 92, 0.1);
    border-radius: 1.875rem;
}

.title-lg{
    font-size: 2.25rem;
}

.para-main-text{
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--text-para);
    max-width: 44.3125rem;
    margin: 0 auto;
}

/* testimonials cards container */

.testimonials{
    background-color: var(--bs-bg-light);
}

.testimonial-cards-row{
    gap: 2rem;
    margin-top: 4.25rem;
}

.testimonial-cards-col{
    width: calc(33.33% - 22px);
    gap: 1.125rem;
    padding: 1.25rem;
}

.profile-details-row{
    margin-top: .5625rem;
    gap: .75rem;
}

.testimonial-cards-col .profile-img-wrapper{
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    border: 2px solid rgba(61, 118, 92, 0.2);
}

.testimonial-cards-col .profile-desc h4{
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
}

.testimonial-cards-col .profile-desc span{
    font-size: .75rem;
    font-weight: 400;
    color: var(--text-para);
}

.testimonial-cards-col .profile-desc p{
    font-size: .75rem;
    font-weight: 500;
    color: var(--bs-primary);
}

.rating {
  direction: rtl; /* right to left for selection */
}

.rating input {
  display: none;
}

.rating label {
  width: 28px;
  height: 28px;
  background: url("../images/star.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(84%) sepia(7%) saturate(15%) hue-rotate(166deg) brightness(106%) contrast(98%); /* #fafafa */
  transition: filter 0.2s;
  height: 1rem;
  width: 1rem;
}

.rating input:checked ~ label,
.rating input:checked ~ label ~ label {
  filter: brightness(0) saturate(100%) invert(73%) sepia(89%) saturate(982%) hue-rotate(358deg) brightness(103%) contrast(102%); /* yellow */
}

.rating label:hover,
.rating label:hover ~ label {
  filter: brightness(0) saturate(100%) invert(73%) sepia(89%) saturate(982%) hue-rotate(358deg) brightness(103%) contrast(102%);
}



.choose-dr-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.choose-doctor-card-items {
    background-color: var(--bs-white);
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
    transition: 0.4s;
    cursor: pointer;
}

.choose-doctor-card-items:hover {
    transition: 0.4s;
    transform: translateY(-4px);
}

.tick-icon{
    position: absolute;
    right: 0.625rem;
    top: 0.9375rem;
}

.choose-doctor-header {
    max-width: 672px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.choose-doctor-header h3 {
    margin-bottom: 1rem;
}

.choose-doctor-header p {
    font-size: 1.25rem;
    color: var(--bs-white);
    opacity: 0.9;
}

.dr-initials .dr-name {
    color: var(--text-primary);
    font-size: 1.25rem;
    font-weight: 600;
}

.dr-designation {
    color: var(--bs-green);
    font-size: 0.875rem;
    font-weight: 500;
}

.doctor-img-item {
    width: 6rem;
    height: 6rem;
    border-radius: 1rem;
    border: 4px solid #20c99638;
    margin: 0 auto;
}

.doctor-img-item img {
    width: 100%;
    height: 100%;
    border-radius: 0.75rem;
    object-fit: cover;
}

.doctor-text-items .text-detail {
    color: var(--text-para);
    font-size: 0.875rem;
    text-align: center;
}

.choose-dr-footer-item {
    background: #3D765C1A;
    border-radius: 3.125rem;
    padding: 0.25rem 0.75rem;
}

.choose-dr-footer-item p {
    color: var(--bs-green);
    font-size: .75rem;
    text-align: center;
}

/* Dr Details */

.dr-details-block {
    max-width: 42rem;
    width: 100%;
    margin: 0 auto;
    background-color: var(--bs-white);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.875rem;
}

.dr-inner-details{
    display: flex;
    flex: 1;
    gap: 0.625rem;
    align-items: center;
}

.dr-details-image {
    width: 4rem;
    height: 4rem;
    border-radius: 0.625rem;
}

.dr-details-image img {
    width: 100%;
    height: 100%;
    border-radius: 0.625rem;
    object-fit: cover;
}

.dr-details-text .user-name{
    font-size: 1rem;
    color: var(--text-primary);
    font-weight: 600;
}

.dr-detail-rating p{
    font-size: 0.875rem;
    color: var(--text-para);
}

.dr-consultation-details h3{
    color: var(--bs-green);
    font-size: 1.5rem;
    font-weight: 700;
}

.dr-consultation-details p{
    font-size: 0.75rem;
    color: var(--text-para);
}

/* finalize scheduling */


.finalize-scheduling-outer{
    max-width: 72rem;
    margin: 0 auto;
}

.finalize-scheduling {
    padding: 1rem 0;
    text-align: center;
    margin-bottom: 0.625rem;
}

.finalize-scheduling-wrapper{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.finalize-scheduling h3 {
    color: var(--bs-white);
    font-weight: 700;
    font-size: 2.25rem;
}

.finalize-scheduling p {
    font-size: 1.25rem;
    color: var(--bs-white);
}

.scheduling-list-col li{
    list-style: none;
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: .875rem;
    color: var(--text-primary);
    padding: 4px 0;
}

.scheduling-list-col li::before{
    content: "";
    background-image: url('../images/check-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: 1rem;
    width: 1rem;
     filter: invert(43%) sepia(94%) saturate(5472%) hue-rotate(128deg) brightness(92%) contrast(90%);
}

.payment-btn img{
    height: 1rem;
    width: 1rem;
     filter: brightness(0) invert(1);
}

.para-xs{
    font-size: .75rem;
}

/* Finalize schedulins cards */

.finalize-scheduling-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.finalize-scheduling-card-items {
    background-color: var(--bs-white);
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
}

.scheduling-header img{
    filter: invert(38%) sepia(21%) saturate(470%) hue-rotate(113deg) brightness(90%) contrast(90%);
}

.scheduling-header p {
    font-size: 1.125rem;
    color: var(--text-para);
    font-weight: 600;
}

.finalize-scheduling-cards label{
    font-size: .875rem;
}

/* Tabs */

.nav-pills .nav-link {
    border: 2px solid var(--bs-primary-border-subtle);
    border-radius: var(--bs-radius);
    padding: 1.25rem 0.625rem;
    background-color: unset;
    color: var(--text-primary);
    font-size: 0.75rem;
    font-weight: 500;
    flex: 1;
    width: 100%;
}

.nav-pills .nav-link img{
      filter: brightness(0) saturate(100%);
      height: 1.25rem;
      width: 1.25rem;
}

.nav-item {
    flex: 1;
}

.nav-pills .nav-link.active {
    background-color: #3D765C1A;
    color: var(--bs-green);
     border: 2px solid var(--bs-green) !important;
}

.nav-pills .nav-link.active img{
     filter: invert(38%) sepia(21%) saturate(470%) hue-rotate(113deg) brightness(90%) contrast(90%);
}


.nav.nav-pills {
    gap: 0.9375rem;
    justify-content: space-between;
}

.payment-secure {
    background-color: var(--bs-bg-light);
    color: var(--bs-secondary-color);
    padding: 1rem;
    border-radius: 0.5rem
}

.payment-secure img{
    height: 1rem;
    width: 1rem;
    filter: invert(53%) sepia(2%) saturate(374%) hue-rotate(202deg) brightness(95%) contrast(86%);
}

/* PIX */

.qr-block {
    height: 12rem;
    width: 12rem;
    margin: 2.5rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f4f6;

    color: var(--text-para);
    border-radius: var(--bs-radius);
}

.scheduling-qr p {
    font-size: 0.875rem;
    color: var(--text-para);
    text-align: center;
    margin: 0.625rem 0;
}

.copy-action button {
    background-color: var(--bs-white);
    border: 1px solid var(--text-para);
    color: var(--text-para);
    font-size: 0.875rem;
    padding: 0.625rem;
    border-radius: 0.5rem;
    margin: 0 auto;
}

/* Dr Resume */

.dr-resume-img {
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
}

.dr-resume-img img {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}

.dr-resume-detail,
.border-bottom {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--bs-primary-border-subtle);
}

.dr-resume-detail h3 {
    font-size: 1rem;
    color: var(--text-primary);
}

.dr-resume-detail p {
    font-size: 0.875rem;
    color: var(--bs-primary);
}


.border-bottom svg {
    stroke: var(--bs-green);
}

.resume-text {
    font-size: 0.875rem;
    color: var(--text-para);
}

.fees-heading h3 {
    font-size: 1.125rem;
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.top-text-row img{
    height: 1.25rem;
    width: 1.25rem;
 filter: invert(38%) sepia(21%) saturate(470%) hue-rotate(113deg) brightness(90%) contrast(90%);
}

.fees-heading p {
    font-size: 0.75rem;
    color: var(--text-para);
}

.rate p {
    color: var(--bs-green);
    font-size: 1.375rem;
    font-weight: 600;
}

.dr-resume-text p{
    color: var(--bs-green);
}


/* footer css starts here */

footer {
    background-color: var(--bs-primary);
    padding: 3rem 0;
}

.footer-main-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-main-row .footer-text-col {
    padding-right: .375rem;
}


.footer-main-row .footer-nav-col,
.footer-main-row .footer-text-col {
    width: calc(25% - 1.5rem);
}

.footer-main-row .logo-text {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    color: var(--bs-white);
    text-decoration: none;
    margin-bottom: 1.0625rem;
    display: block;
}

.footer-main-row p {
    font-size: .875rem;
    font-weight: 400;
    color: var(--bs-white);
    opacity: 0.8;
}

.footer-nav-col h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bs-white);
    margin-bottom: .75rem;
}

.footer-nav-col ul {
    display: flex;
    flex-direction: column;
    gap: .625rem
}

.footer-nav-col li {
    list-style: none;
    line-height: normal;
}

.footer-nav-col li a {
    font-size: .875rem;
    font-weight: 400;
    line-height: normal;
    color: var(--bs-white);
    opacity: 0.8;
    text-decoration: none;
    transition: 0.4s;
}

.footer-nav-col li a:hover {
    opacity: 1;
    transition: 0.4s;
}

.copyright-text {
    font-size: .875rem;
    font-weight: 400;
    line-height: normal;
    color: var(--bs-white);
    opacity: 0.6;
    text-align: center;
    margin-top: 2rem;
}

.insta-icon{
    height: 1rem;
    width: 1rem;
     filter: brightness(0) invert(1);
}

/* stepper section */

.stepper-form-bg{
      background: linear-gradient(
        135deg,
        rgb(61, 118, 92),
        rgb(86, 143, 118),
        rgb(89, 166, 117)
      ) ;
      padding: 1rem;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
}

.progress{
    --bs-progress-height: .5rem;
    transition: 0.4s;
}

.progress-bar{
    transition: width 0.5s ease-in-out;
}

.progress-wrapper{
    margin-bottom: 2rem;
}

.progress-text{
    margin-top: .5rem;
}

.steps-form-wrapper .para-sm{
    color: var(--para-sm-light);
}

.stepper-form {
  display: none;
}
.stepper-form.active {
  display: block;
}


.steps-form-wrapper{
    max-width: 42rem;
    margin: 0 auto;
}

.steps-form-card{
    padding: 1.5rem;
    background-color: var(--bs-white);
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    gap: 1rem;
}

.steps-form-title{
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--text-primary);
}

.steps-form-card .icon-col{
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    border-radius: 1rem;
}

.steps-form-card .icon-col img{
    height: 2.5rem;
    width: 2.5rem;
    object-fit: cover;
    filter: brightness(0) invert(1);
}

.steps-form-card .text-wrapper{
    gap: .5rem;
}

.steps-form-card .btn-bottom-row{
    margin-top: 1rem;
}

.steps-form-card .input-wrapper{
    margin-top: 1rem;
}

.steps-form-card button{
        padding: 1.25rem 2rem;
}
.steps-form-card .btn-back{
    border: none;
    color: var(--bs-primary);
    transition: 0.4s;
    box-shadow: none;
}

.steps-form-card .btn-back:hover{
    transition: 0.4s;
    background-color: #e8eeeb;
}

.steps-form-card .btn-back img{
    height: 1rem;
    width: 1rem;
   filter: invert(46%) sepia(13%) saturate(934%) hue-rotate(103deg) brightness(92%) contrast(89%);display: block;
   margin-right: .5rem;
   display: block;
}

.steps-form-card .btn-back.disabled{
   color: var(--btn-disabled-text);
}

.steps-form-card .btn-next img,
#check-email-btn img,
#dob-next-btn img {
    height: 1rem;
    width: 1rem;
    transform: scaleX(-1);
    filter: brightness(0) invert(1);
    display: block;
    margin-left: .5rem;
}

.radio-card {
      border: 1px solid var(--border-cards);
      border-radius: .625rem;
      padding: .75rem 1rem;
      margin-bottom: .75rem;
      display: flex;
      align-items: center;
      cursor: pointer;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .radio-card:hover {
      border-color: var(--bs-primary);
    }
    .radio-card input[type="radio"] {
      margin-right: 10px;
    }
    .radio-card input[type="radio"]:checked + span {
      color: var(--bs-primary);
    }

    .form-check-input:checked{
            background-color: var(--bs-primary);
    border-color: var(--border-cards);
    box-shadow: none;
    }

/* login and sign up page starts here */

.auth-wrapper{
background-color: var(--bs-bg-light);
min-height: 100vh;
}

.auth-card-wrapper{
    padding: 1.5rem;
    background-color: var(--bs-white);
    border-radius: var(--bs-radius);
    box-shadow: var(--shadow-cards);
    max-width: 28rem;
    margin: 0 auto;
    gap: 1rem;
    border: 1px solid var(--bs-primary-border-subtle);
}


.auth-card-wrapper .text-wrapper h4{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

/*  choose date page css */

.choose-date-inner{
    max-width: 56rem;
}

.choose-date-row .steps-form-card{
    max-width: 27rem;
}

.date-cards-inner{
    max-height: 20rem;
    overflow-y: auto;
}

.choose-date-wrapper .arrow-icon{
    filter: brightness(0) invert(1);
    transform: scaleX(-1);
}

.choose-date-wrapper .cta-btn-row{
    margin-top: 2rem;
}

.choose-date-wrapper .cta-btn-row .btn-secondary{
    font-size: .875rem;
}


.choose-date-wrapper .dr-resume-detail{
    margin-bottom: 1.875rem;
}

.choose-date-wrapper .dr-resume-detail .dr-resume-img{
    height: 3rem;
    width: 3rem;
    object-fit: cover;
    border: 2px solid #fff3;
}


.choose-date-row .steps-form-card h3{
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    gap: .5rem;
    margin-bottom: .5rem;
}

.choose-date-row .steps-form-card h3 img{
   height: 1.25rem;
   width: 1.25rem;
   filter: invert(37%) sepia(12%) saturate(1190%) hue-rotate(103deg) brightness(91%) contrast(89%);
}

.choose-date-row .date-btn-row{
    gap: .75rem;
}

.date-btn{
    padding: 1rem !important;
    border-radius: var(--bs-radius);
    border: 2px solid var(--bs-primary-border-subtle);
    background-color: var(--bs-white);
}

.date-btn .day-text{
    font-size: .875rem;
    font-weight: 500;
    color: var(--text-primary);
}

.date-btn .date-text{
    font-size: .75rem;
    font-weight: 400;
    color: var(--text-para);
}

.time-btn{
    padding: 1rem !important;
    border-radius: var(--bs-radius);
    border: 2px solid var(--bs-primary-border-subtle);
    background-color: var(--bs-white);
    /* width: calc(33.33% - 8px); */
}


/* choose doctor css starts here */

.choose-doctor-inner{
    max-width: 72rem;
    margin: 0 auto;
}

.choose-doctor-wrapper .text-wrapper{
    max-width: 41.875rem;
    margin: 0 auto 3rem auto;
}

.choose-doctor-wrapper .text-wrapper p{
   font-size: 1.25rem;
}

.choose-doctor-wrapper .choose-doctor-row {
    gap: 2rem !important;
 }

 /* modal css */

 .modal-btn-row{
    gap: .5rem
 }

 .modal-btn-row img{
    height: .875rem;
    width: .875rem;
    display: block;
    margin-bottom: .75rem;
    filter: invert(38%) sepia(21%) saturate(470%) hue-rotate(113deg) brightness(90%) contrast(90%);
 }

 .modal-btn-row{
    text-decoration: none !important;
    padding: 1.5rem;
    border-radius: var(--bs-radius);
    border: 1px solid var(--border-cards);
    box-shadow: var(--shadow-cards);
    transition: 0.4s;
 }

 .modal-btn-row:hover{
    background-color: #e8eeeb;
    transform: scale(1.05);
    transition: 0.4s;
 }

 .modal .btn-close{
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    height: .75rem !important;
    width: .75rem !important;
 }

 .modal-header h4{
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1.5rem;

 }

 .modal-content{
    padding: 1.5rem;
    max-width: 28rem;
    border-radius: var(--bs-radius);
 }

  .modal-btn-row p{
    font-size: .875rem;
    font-weight: 600;
    color: var(--text-primary);
 }

   .modal-btn-row span{
    font-size: 12px;
    font-weight: 400;
    color: var(--text-para);
 }


/* media queries start here */

@media screen and (max-width: 1199px) {
    header .navbar-nav {
        gap: 1rem;
    }

    .footer-main-row {
        gap: 1rem;
    }

     .choose-dr-cards{
        gap: 1.25rem;
    }

     .finalize-scheduling-cards {
        gap: 1.5rem;
    }

}

@media screen and (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        background: var(--bs-white);
        width: 100%;
        left: 0;
        top: 3.625rem;
        padding: 1.25rem;
        border: 1px solid var(--border-cards);
        border-radius: var(--bs-radius);
        box-shadow: var(--shadow-cards);
    }

    .navbar-toggler:focus{
        outline: none;
        box-shadow: none;
        border: 1px solid var(--primary);

    }

    .nav-btn-col {
        margin-top: 1rem;
    }

    .footer-main-row {
        row-gap: 1.5rem;
    }

    .footer-main-row .footer-nav-col,
    .footer-main-row .footer-text-col {
        width: calc(50% - 1.5rem);
    }

    .feature-cards-wrapper{
        width: calc(50% - 1rem);
    }

    .testimonial-cards-col{
       width: calc(50% - 16px);
    }
       .choose-dr-cards{
        grid-template-columns: repeat(2,1fr);
    }

      .finalize-scheduling-cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }
}

@media screen and (max-width: 768px){
    .banner-content-wrapper h1{
        font-size: 2rem;
        line-height: normal;
    }

    .banner-content-wrapper p {
        font-size: 1.125rem;
    }

    .feature-stats-row{
        flex-direction: column;
        gap: 1.25rem;
        align-items: center;
    }

    .feature-cards-row{
        gap: 1.25rem;
        margin-top: 2rem;
    }

      .feature-cards-wrapper{
        width: 100%;
    }

    .treatment-cards-row {
        margin-top: 1.25rem;
        gap: 1rem;
    }

    .treatment-cards-col{
        width: 100%;
    }

    .how-its-works .content-wrapper{
        gap: 1.25rem;
    }

    .how-its-works .steps-row .steps-col{
        width: 100%;
    }

    .testimonial-cards-row{
        margin-top: 1.25rem;
    }

    .testimonial-cards-col{
        width: 100%;
    }

    .confidence-stats-col{
        width: calc(50% - 21px);
    }

    .confidence-stats-col h4{
        font-size: 1.5rem;
    }

      .choose-dr-cards{
        grid-template-columns: repeat(1,1fr);
    }
}

@media screen and (max-width: 576px) {


    .footer-main-row .footer-nav-col,
    .footer-main-row .footer-text-col {
        width: calc(100% - 1.5rem);
    }

    .banner-content-wrapper .key-points{
        flex-direction: column;
        gap: 1.25rem;
    }

    .banner .cta-btn-row{
        flex-direction: column;
    }

    .banner .cta-btn-row button{
        width: 100%;
    }

    .spacing-common{
        padding: 2.5rem 0;
    }

    .feature-stats-row .feature-stats-text h4 {
        font-size: 1.5rem;
    }

    .title-lg{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .title-md{
        font-size: 1.375rem;

    }

    .para-main-text{
        font-size: 1rem;
    }

    .wrapper-bg-hover{
        padding: 1.25rem;
    }

    .our-mission-wrapper .text-wrapper{
        gap: 1rem;
    }

    .our-mission-wrapper .features-row{
        gap: 1.25rem;
        margin-top: 1.25rem;
    }

      .confidence-stats-col{
        width: 100%;
    }

     .banner-content-wrapper h1{
        font-size: 1.75rem
    }

    .confidence-metrics{
        margin-bottom: 2.5rem;
    }

        .dr-details-block{
        flex-direction: column;
        gap: 0.625rem;
        align-items: center;
        justify-content: center;
    }
    .dr-consultation-details{
        text-align: center;
    }

    .steps-form-card .icon-col{
        height: 3rem;
        width: 3rem;
    }

     .steps-form-card .icon-col img,
     .steps-form-card .icon-col svg
     {
        height: 1.5rem;
        width: 1.5rem;
    }

    .radio-card span{
        font-size: .875rem;
    }

    .stepper-form-bg{
        padding: 1.25rem 0;
    }

    .steps-form-title{
        font-size: 1.375rem;

    }


}


 /* plugin css fix */

 .form-control.iti__tel-input{
    padding-left: 80px ;
}

 .input-wrapper{
    display: flex;
    flex-direction: column;
 }

 /* page not found css */

 .error-img{
    max-width: 18.75rem;
    width: 100%;
    margin: 0 auto;
 }

 .not-found-wrapper{
    max-width: 37.5rem;
    margin: 0 auto;
 }

 .not-found-wrapper .btn-secondary{
    max-width: 18.75rem;
    margin: 0 auto;
 }

  .not-found-wrapper .btn-secondary:hover{
    border: 1px solid var(--border-cards) !important;
    color: var(--bs-white);
    transition: 0.4s;
 }


 @media screen and (max-width: 576px) {

    .error-img{
    max-width: 15.625rem
 }
    
 }

 .steps-form-card input#telefone {
     padding-left: 80px !important;
}

.pointer {
    cursor: pointer;
}

.date-btn.active,
.time-btn.active {
    border-color: black;
}

.time-btn:disabled {
    cursor: not-allowed;
    pointer-events: auto;
    border-color: #ccc;
}

.time-btn:hover {
    transition: none !important; 
    transform: none !important;
}
.testimonial-img {
    height: 50px;
    width: 50px;
}
#pills-home.fade:not(.show),
#pills-contact.fade:not(.show) {
    display:none;
}
input.error {
    border: 1px solid red;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
    box-shadow: 3px 3px 5px #666;
    text-decoration: none;
    color: white;
  }

  .whatsapp-float svg {
    width: 32px;
    height: 32px;
  }

  @media (max-width: 768px) {
    .whatsapp-float {
      width: 50px;
      height: 50px;
      bottom: 15px;
      right: 15px;
    }

    .whatsapp-float svg {
      width: 28px;
      height: 28px;
    }
  }
  .btn:hover {
    text-decoration: none;
    font-weight: bold;
  }