body {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.cssbuttons-io-button {
    background: white;
    color: var(--bg-color);
    font-family: var(--font-semibold);
    padding: 30px;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 70px;
    cursor: pointer;
}

.cssbuttons-io-button .icon {
    background: #28326E;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 10px;
    right: 25px;
    transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
    width: calc(95% - 0em);
    height: 80%;
    right: 2.5%;
    border-radius: 10px;
}

.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: white;
}

.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}

.cssbuttons-io-button1 {
    background: var(--bg-color);
    color: white;
    font-family: var(--font-semibold);
    padding: 30px;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 70px;
    cursor: pointer;
}

.cssbuttons-io-button1 .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 10px;
    right: 25px;
    transition: all 0.3s;
}

.cssbuttons-io-button1:hover .icon {
    width: calc(95% - 0em);
    height: 80%;
    right: 2.5%;
    border-radius: 10px;
}

.cssbuttons-io-button1 .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: var(--bg-color);
}

.cssbuttons-io-button1:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button1:active .icon {
    transform: scale(0.95);
}

.header .top {
    background-color: #FF4A4D;
    padding: 15px 0;
}

.header .top h2 {
    font-family: var(--font-bold-italic);
    color: white;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.navbar-brand img {
    width: auto;
    height: 80px;
}

.navbar .order-2 {
    display: block;
    width: 400px;
}

.navbar .order-2 .img {
    width: 50px;
    height: 50px;
    background-color: #EEF0FF;
    border-radius: 25px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .order-2 .img img {
    width: auto;
    height: 18px;
}

.navbar .order-2 h2 {
    font-family: var(--font-semibold);
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #000000;
}

.navbar .order-2 p a, .navbar .order-2 p{
    font-family: var(--font-regular);
    font-size: 16px;
    margin: 0;
    padding: 0;
    min-width: 146px;
    display: block;
    color: var(--bg-color);
}

.nav-link {
    margin: 0 15px;
    font-family: var(--font-medium);
    font-size: 16px;
    color: var(--bg-color);
    letter-spacing: 0.7px;
}

.navbar .order-2 .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.banner {
    width: 100%;
    height: auto;
    background-image: url(../images/banner-bg.webp);
    background-size: cover;
    background-position: center;
    padding-top: 25px;
}

.banner .col-md-4 img {
    width: 100%;
    height: auto;
}

.banner .col-md-6 img {
    width: auto;
    height: 75px;
}

.banner .position {
    position: relative;
    height: 100%;
}

.banner .position img {
    position: absolute;
    width: auto;
    height: 200px;
    right: -60px;
    bottom: -250px;
}

.banner .row {
    width: 100%;
    height: auto;
}

.banner h3 {
    color: #FFCC00;
    font-family: var(--font-heavy);
    font-size: 16px;
}
.banner-content-new span{
    color: #FFCC00;
    margin: 10px 0;
}

.banner h2, .banner-content-new {
    color: white;
    font-family: var(--font-bold-italic);
    font-size: 32px;
}

.title h3 {
    font-family: var(--font-afacad);
    font-size: 20px;
}

.title h2,
.title h1 {
    font-family: var(--font-bold);
    font-size: 32px;
    color: var(--bg-color);
}

.margin {
    margin: 30px 0;
    padding: 30px 0;
}

.about-section {
    margin-top: 100px;
}

.about-section .title h3,
.why-us .title h3,
.our-doctor .title h3,
.cure-at-home .title h3,
.partners .title h3,
.gallery .title h3,
.faq .title h3,
.contact .title h3{
    color: #31B9CF;
}

.about-section img {
    width: 100%;
    height: auto;
}

.cta-1 .container {
    width: 100%;
    height: auto;
    background-image: url(../images/cta-1-bg.webp);
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    padding: 45px 70px;
}

.cta-1 .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.cta-1 .border {
    border-right: 1px solid #d4d4d4;
    padding-right: 30px;
}

.cta-1 .card-body {
    padding: 0;
    padding-left: 15px;
    margin-top: 15px;
}

.cta-1 .white {
    background-color: white;
    border-radius: 10px;
    padding: 10px 15px;
}

.cta-1 .col-9 p {
    font-family: var(--font-bold);
    font-size: 20px;
    color: var(--bg-color);
    margin: 0;
    padding: 0;
}

.cta-1 .col-3 p {
    font-family: var(--font-black);
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: var(--bg-color);
}

.cta-1 .card-body p {
    font-family: var(--font-regular);
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 0 0 white;
}

.why-us li {
    font-family: var(--font-regular);
    font-size: 16px;
    margin: 10px 0;
}

.why-us .col-lg-4 p {
    font-family: var(--font-medium);
    font-size: 16px;
}

.why-us .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.why-us .card img {
    width: 100%;
    height: auto;
}

.why-us .card {
    padding: 15px;
    border-radius: 15px;
    height: 100%;
}

.why-us .card-body {
    padding: 0;
    margin-top: 10px;
    min-height: 100px;
}

.why-us p {
    padding: 0;
    margin: 0;
    font-family: var(--font-regular);
    font-size: 16px;
    color: #7C7C7C;
}

.why-us .card-head {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px 0;
    font-family: var(--font-semibold);
    font-size: 18px;
}

.why-us hr {
    margin: 0 !important;
}

.trusted .container {
    background-color: #31B9CF;
    border-radius: 25px;
    padding: 35px;
}

.trusted .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.trusted .card-img img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.trusted .card {
    border-radius: 15px;
    padding: 15px;
}

.trusted .card-head {
    font-family: var(--font-semibold);
    color: #28326E;
    font-size: 20px;
}

.trusted .card-body {
    padding: 0;
    margin: 5px 0 10px;
    font-family: var(--font-regular);
    color: #7C7C7C;
    min-height: 200px;
}

.our-doctor .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.our-doctor .grid .item {
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.our-doctor .item img {
    width: 90%;
    height: auto;
    transition: 0.3s ease-in-out;
    border-radius: 70px;
}

.our-doctor .item.active img {
    border: 2px solid #31B9CF;
    padding: 10px;
}

.our-doctor .item.active {
    position: relative;
}

.our-doctor .item.active::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/our-doctor-outline-img.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    top: -25px;
    left: 38%;
}

.our-doctor .card.d-none {
    display: none;
}

.our-doctor .col-lg-8 .card {
    width: 95%;
    margin-left: 5%;
    background-color: #F4F6FF;
    border-radius: 20px;
    box-shadow: 0 0 10px 4px #dbdbdbad;
    border: none;
    padding: 20px 40px;
}

.our-doctor .card-head {
    font-family: var(--font-bold);
    font-size: 24px;
}

.our-doctor .experience {
    font-family: var(--font-medium);
    color: #28326E;
    font-size: 16px;
    margin: 4px 0;
}

.our-doctor span {
    font-family: var(--font-medium);
    font-size: 16px;
}

.our-doctor p {
    /*font-family: var(--font-light);*/
    font-size: 16px;
    margin: 2px 0;
    padding: 0;
}

.cure-at-home img {
    width: 100%;
    height: auto;
}

.cta-2 .container {
    width: 100%;
    height: auto;
    background-color: var(--bg-color);
    padding: 30px 15px;
    border-radius: 30px;
}

.partners img {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.testimonial .container {
    width: 100%;
    height: auto;
    background-color: var(--bg-color);
    padding: 50px;
    border-radius: 25px;
}

.testimonial .position {
    position: relative;
    height: 350px;
}

.testimonial .position img {
    position: absolute;
    width: auto;
    height: 60px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: grayscale(100%) brightness(0.7);
    z-index: 1;
    transform: scale(1);
    border-radius: 30px;
    box-shadow: none;
}

.testimonial .position img.active {
    /* .testimonial .position img:hover { */
    height: 80px;
    border-radius: 40px;
    border: 2px solid #FF6800;
    filter: none;
    z-index: 2;
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.testimonial .img-1 {
    left: 15%;
    top: 50px;
}

.testimonial .img-2 {
    left: 7%;
    top: 150px;
}

.testimonial .img-3 {
    left: 15%;
    top: 240px;
}

.testimonial .img-4 {
    left: 36%;
    top: 30px;
}

.testimonial .img-5 {
    left: 30%;
    top: 120px;
}

.testimonial .img-6 {
    left: 35%;
    top: 215px;
}

.testimonial .img-7 {
    left: 50%;
    top: 90px;
}

.testimonial .img-8 {
    left: 53%;
    top: 180px;
}

.testimonial .img-9 {
    left: 70%;
    top: 145px;
}

.testimonial .img-10 {
    left: 70%;
    top: 240px;
}

.testimonial .img-11 {
    left: 50%;
    top: 290px;
}

.testimonial .card {
    background-color: white;
    border-radius: 20px;
    width: 95%;
    margin-left: 5%;
    position: relative;
    padding: 25px;
}

.testimonial .card-top img {
    width: auto;
    height: 30px;
}

.testimonial p {
    font-family: var(--font-medium);
    color: black;
    font-size: 16px;
    font-style: italic;
    margin-top: 15px;
}

.testimonial .heading {
    font-family: var(--font-urban-black);
    font-size: 20px;
    color: #363539;
}

.testimonial .role {
    font-family: var(--font-urban-regular);
    font-size: 16px;
    color: #9192A6;
}

.testimonial .card::after {
    position: absolute;
    bottom: -15px;
    right: 50px;
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../images/comma.webp);
    background-repeat: no-repeat;
    background-size: 100%;
}

/* Fade animation for testimonial card */
.testimonial .card.fade {
    opacity: 0;
    transition: opacity 0.3s;
}

.testimonial .card {
    transition: opacity 0.3s;
}

.gallery img {
    width: 100%;
    height: auto;
}

.accordion-button:focus {
    outline: none;
}


.faq li {
    list-style: none;
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 10px 15px 15px;
    cursor: pointer;
    align-items: center;
    border: 1px solid #b3b3b3;
    margin: 5px 0;
    border-radius: 5px;
    font-family: var(--font-medium);
}

.symbol img {
    width: auto;
    height: 20px;
}

.answer-item {
    background-color: #F4F6FF;
    padding: 20px 35px;
    border-radius: 10px;
    font-family: var(--font-regular);
    font-size: 16px;
    min-height: 150px;
}

.faq .any-question .heading {
    font-family: var(--font-bold);
    font-size: 24px;
}

.faq .any-question p {
    font-family: var(--font-medium);
    font-size: 16px;
}

.faq label {
    font-family: var(--font-medium);
    margin-bottom: 5px;
    margin-left: 5px;
}

.faq input {
    width: 100%;
    border-radius: 35px;
    border: 1px solid #b1b1b1;
    padding: 10px 20px;
    position: relative;
}

.faq .input-wrapper {
    position: relative;
}

.faq .input-wrapper::after {
    content: '\00D7';
    position: absolute;
    right: 15px;
    bottom: 12px;
    font-size: 26px;
    color: #000;
    text-align: center;
    line-height: 25px;
    font-weight: 800;
}

.faq ul {
    padding-left: 0;
}

.contact img {
    width: 100%;
    height: auto;
}

.contact input,
.contact textarea {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 10px;
}

.contact button, input[type=submit] {
    background-color: #31B9CF;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: white;
    font-family: var(--font-bold);
    text-transform: uppercase;
}

.contact .d-block .heading {
    font-family: var(--font-semibold);
    text-transform: uppercase;
    font-size: 18px;
}

.contact .d-block p a{
    color: #31B9CF;
    font-size: 16px;
    text-decoration: none;
}

.contact .d-block img {
    width: auto;
    height: 30px;
    margin-right: 10px;
}

.cta-bottom .container {
    width: 100%;
    height: auto;
    background-image: url(../images/cta-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    text-align: center;
    padding: 60px 0;
    position: relative;
    z-index: 999;
}

.cta-bottom {
    height: 120px;
}

footer {
    background-color: #2B2626;
    width: 100%;
    height: auto;
    /* padding-top: 200px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px; */
    padding: 200px 15px 25px;
}

footer .social-media a {
    margin-left: 20px;
    background-color: white;
    width: 50px;
    height: 50px;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

footer .social-media img {
    width: 80%;
    height: auto;
}

footer .col-lg-4 p {
    color: white;
    font-family: var(--font-medium);
    font-style: italic;
    margin: 15px 0;
}

footer .heading {
    color: white;
    font-family: var(--font-bold);
    font-size: 20px;
}

footer ul {
    padding-left: 0;
}

footer li a {
    color: white;
    text-decoration: none;
    font-family: var(--font-regular);
}

footer li {
    margin: 10px 0;
}

footer .col-lg-3 p {
    color: white;
    font-family: var(--font-regular);
    font-size: 16px;
}

footer .col-lg-3 p b {
    font-family: var(--font-semibold);
}

footer .col-lg-3 img {
    width: 100%;
    height: auto;
}

.navbar.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: white;
    /* Or your preferred background */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s, background 0.3s;
}

body.navbar-fixed-padding {
    padding-top: 80px;
    /* Adjust this value to match your navbar height */
}

.why-us p b {
    color: black;
}


.widgets {
    position: fixed;
    width: auto;
    height: auto;
    right: 20px;
    bottom: 75px;
    z-index: 999
}

.contact-widget,
.whatsapp {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%
}

.contact-widget img,
.whatsapp img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999
}

.contact-widget {
    background-color: var(--bg-color);
    padding: 15px;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, .2)
}

.whatsapp {
    background-color: #38a64e;
    padding: 10px;
    margin-top: 25px
}

.thank-you-sorry{
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thank-you-sorry h1{
    text-align: center;
}

.partners .dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding-top: 10%;
}

.partners .card {
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
    width: 90%;
    margin: auto;
}

.partners ul{
    padding-left: 15px;
}

.partners p, .partners li{
    font-family: var(--font-regular);
    font-size: 16px;
}

.navbar.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 10px 5px #00000033;
    background-color: #fff;
}

.mobile-widgets {
    position: fixed;
    bottom: 0;
    display: flex;
    background-color: white;
    width: 100%;
    padding: 10px 0;
    z-index: 9999;
    box-shadow: 0 0 10px 4px #00000012;
}

.popup-overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.popup-overlay h3{
    color: var(--primary-color);
}
.popup-overlay p{
    padding:10px 0px;
}
.popup-content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 10% auto;
  padding: 0px 0px 20px;
  background: white;
  border-radius: 15px;
  text-align: center;
}

.popup-close {
  position: absolute;
    top: -12px;
    right: 8px;
    font-size: 40px;
    cursor: pointer;
}
.popup-header{
    color: var(--bs-white);
}
.popup-header img{
    width:100%;
    height:auto;
    border-radius: 15px;
}
.popup-call-btn:before{
    content: url(../images/popup-call.webp);
    vertical-align: middle;
    padding: 0px 10px 0px 0px;
}
.popup-call-btn {
    padding: 8px 35px;
    font-size: 16px;
    cursor: pointer;
    background-color: #C32A3C;
    border: 1px solid #C32A3C;
    color: var(--bs-white);
    text-decoration: none;
    border-radius: 5px;
    margin: auto;
    display: block;
    width: fit-content;
}
.popup-call-btn:hover{
    background-color: var(--bs-white);
    border: 1px solid #C32A3C;
    color: #C32A3C;
}
.popup-call-btn:hover::before{
    filter: brightness(0) saturate(100%) invert(27%) sepia(46%) saturate(3841%) hue-rotate(335deg) brightness(79%) contrast(93%);
}