/* Base styles for mobile-first design */
.bannerarea {
    background-color: var(--color4);
    padding: 10px 0;
}

.bannercontent {
    margin-top: 50px;
}

.bannercontent .herotext {
    font-size: 28px;
    font-weight: 200;
    line-height: 1.3;
    color: #212529;
    padding-bottom: 8px;
}

.bannercontent .herotext span {
    font-weight: 400;
    color: #0B0F59;
}

.bannercontent p {
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    color: #525252;
}

.bannercontent .bannerbutton {
    display: flex;
    margin: 40px 0 0;
    flex-wrap: wrap;
    gap: 20px;
}

.bannercontent .bannerbutton a {
    background-color: var(--color1);
    color: var(--color2);
    display: block;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.bannercontent .bannerbutton .patient-transformation {
    background-color: #f2d338;
    color: var(--color1);
}

@media(max-width: 575px) {
    .bannercontent .bannerbutton {
        justify-content: center;
    }
}

.bannercontent .bannerbutton .patient-transformation:hover {
    background-color: var(--color1);
    color: #f2d338;
}


.bannercontent .bannerbutton a:hover {
    background-color: var(--color2);
    color: var(--color1);
}

.compreshmainhead {
    text-align: center;
    margin: 140px 0;
}

.comprehensive {
    padding: 0;
}

.compreshmainhead h2 {
    font-size: 30px;
    font-weight: 500;
    color: #161C2D;
}

.compreshmainhead h3 {
    font-size: 24px;
    font-weight: 500;
}

.compreshmainhead p {
    font-size: 18px;
    font-weight: 500;
    color: #161C2D;
}

.compreshboxs {
    background-color: var(--color3);
    padding: 210px 0px 80px 50px;
    position: relative;
}

.shadow-bottom {
    box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.2);
}

.comprehensivecontent h2 {
    font-size: 36px;
    font-weight: 500;
    color: var(--color6);
    margin: 0 0 15px;
}

.comprehensivecontent p {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--color6);
}

.comprebtn {
    display: flex;
    align-items: flex-start;
    margin: 30px 0 0;
}

.comprebtn a {
    border: 1px solid var(--color2);
    color: var(--color2);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.comprebtn a:hover {
    color: var(--color3);
    background-color: var(--color2);
}

.compreshboxs::after {
    content: '';
    background-image: url(../../images/Aesthetic.png);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    width: 700px;
    height: 94%;
    background-size: cover;
    background-repeat: no-repeat;
}

.comprehtags {
    margin: 55px 0 0;
}

.comprehtags a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.comprehtags a:hover {
    color: var(--color2);
}

.comprehtags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.comprehtags ul li {
    color: var(--color6);
    font-size: 16px;
    font-weight: 300;
}

.lightbackground .comprehtags ul li a:hover {
    color: var(--color2);
    font-weight: 500;
}

.lightbackground {
    background-color: rgb(250 246 225 / 57%);
    padding: 100px 50px;
}

.lightbackground::after {
    display: none;
}

.lightbackground .comprehensivecontent h2 {
    color: #161C2D;
    font-size: 36px;
    line-height: 58px;
}

.lightbackground .comprehensivecontent .comprehtags a {
    color: #2540D9;
}

.lightbackground .comprehensivecontent p {
    color: #000000;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    opacity: 70%;
}

.lightbackground .comprebtn a {
    border-color: var(--color7);
    color: var(--color7);
}

.lightbackground .comprehtags ul li {
    color: var(--color5);
}

.generalcompres::after {
    background-image: url(../../images/General.png);
    width: 500px;
}

.technologies {
    background-color: var(--color8);
    padding: 50px 4px;
}

.technologiesheading {
    text-align: center;
    line-height: 72px;
    font-size: 48px;
    font-weight: 400;
}

.technologiesheading h2 {
    max-width: 1200px;
    color: var(--color6);
    font-size: 48px;
    line-height: 1.5;
}

.technolgyimg {
    height: auto;
    width: 230px;
    background-color: var(--color6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    margin: 0 0 15px;
}

.technolgyimg img {
    height: 126px;
    width: 100%;
    object-fit: contain;
}

.technologiesgrid {
    margin: 30px 0 0;
}

.technologycontent h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--color6);
}

.technologycontent p {
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    color: var(--color6);
}

@media screen and (max-width: 576px) {
    .bannerimg {
        width: 250px;
        height: auto;
        margin-top: 15px;
    }

    .imgcontainer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .technologiesheading h2 {
        font-size: 25px;
    }

    .compreshboxs::after,
    .compreshboximg {
        display: none;
    }

    .compreshboxs {
        padding: 25px;
    }

    .comprehensivecontent h2 {
        text-align: center;
        font-size: 24px;

    }

    .comprehensivecontent p {
        text-align: center;
        font-size: 14px;
        line-height: 28px;
    }

    .comprebtn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px 0 0;
    }

    .lightbackground .comprehensivecontent p {
        line-height: 28px;
    }

}

/* Small (sm) */
@media screen and (min-width: 576px) {

    .bannerarea {
        padding: 10px 0;
    }

    .bannercontent .herotext {
        font-size: 45px;
        line-height: 1.2;
    }

    .bannercontent p {
        font-size: 19px;
    }

    .comprehensive {
        padding: 30px 0;
    }


    .compreshboxs {
        padding: 30px 15px 50px 15px;
    }

    .comprehensivecontent h2 {
        font-size: 24px;
        text-align: center;

    }

    .comprehensivecontent p {
        font-size: 14px;
        line-height: 28px;
        text-align: center;
    }

    .comprebtn {
        flex-direction: column;
    }

    .comprebtn a {
        margin-bottom: 10px;
        text-align: center;
    }

    .comprehtags {
        margin: 15px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .comprehtags ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .comprehtags ul li {
        font-size: 14px;
    }

    .technologies {
        padding: 40px 20px;
    }

    .technologiesheading h2 {
        font-size: 32px;
    }

    .technologiesgrid {
        grid-template-columns: 1fr;
    }


    .lightbackground {
        padding: 50px 20px;
    }

    .lightbackground .comprehensivecontent h2 {
        font-size: 40px;
    }

    .lightbackground .comprehensivecontent p {
        font-size: 14px;
    }

    .lightbackground .comprehtags ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .imgcontainer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bannerimg {
        width: 300px;
        height: auto;
        margin-top: 15px;
    }

}

@media screen and (max-width: 768px) {
    .comprehtags ul {
        flex-direction: column;
    }

    .comprehtags li:nth-child(2),
    .comprehtags li:nth-child(4) {
        display: none;
    }
}

/* Medium (md) */
@media screen and (min-width: 768px) {

    .bannerarea {
        padding: 20px 0;
    }

    .bannercontent .herotext {
        font-size: 60px;
    }

    .bannercontent p {
        font-size: 18px;
    }

    .compreshmainhead h2 {
        font-size: 34px;
    }

    .compreshmainhead h3 {
        font-size: 22px;
    }

    .compreshboxs {
        padding: 180px 30px 70px 30px;
    }

    .comprehensivecontent h2 {
        font-size: 30px;
        text-align: center;
    }


    .bannerimg {
        width: 350px;
        height: auto;
        margin-top: 15px;
    }

    .imgcontainer {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 992px) {
    .technologiesgrid {
        margin: 30px 0 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .lightbackground .comprehensivecontent h2 {
        font-size: 27px;
        text-align: center;
    }

    .lightbackground .comprehensivecontent p {
        text-align: center;
        line-height: 28px;
    }

    .compreshboxs::after {
        display: none;
    }

    .compreshboxs {
        padding: 50px 15px;
    }

    .comprebtn {
        display: flex;
        align-items: center;
        margin: 30px 0 0;
    }

    .compreshmainhead {
        text-align: center;
        margin: 60px 0;
    }

    .comprehensivecontent p {
        font-size: 15px;
        text-align: center;
        line-height: 28px;
    }
}

/* Large (lg) */
@media screen and (min-width: 992px) {

    .bannerarea {
        padding: 25px 0;
    }

    .bannercontent .herotext {
        font-size: 65px;
    }

    .compreshmainhead h2 {
        font-size: 36px;
    }

    .compreshboxs {
        padding: 220px 50px 90px 50px;
    }

    .comprehensivecontent h2 {
        font-size: 34px;
        text-align: left;
    }

    .comprehensivecontent p {
        font-size: 18px;
        text-align: left;
    }

    .comprehtags ul {
        margin-top: 20px;
    }

    .bannerimg {
        width: 450px;
    }

    .technologies {
        background-color: var(--color8);
        padding: 60px 120px !important;
    }

    .compreshboxs::after {
        width: 510px;
        height: 80%;
    }
}

/* Extra Large (xl) */
@media screen and (min-width: 1200px) {
    .bannerarea {
        padding: 0 0 40px 35px;
    }

    .bannercontent .herotext {
        font-size: 70px;
        line-height: 1.4;
    }

    .compreshmainhead h2 {
        font-size: 48px;
    }

    .compreshmainhead h3 {
        font-size: 24px;
    }

    .compreshmainhead p {
        font-size: 24px;
    }

    .compreshboxs {
        padding: 150px 80px 100px 80px;
    }

    .compreshboxs::after {
        width: 575px;
        height: 85%;
    }

    .generalcompres::after {
        width: 780px;
        height: 90%;
    }

    .comprehensivecontent h2 {
        font-size: 40px;
    }

    .comprehensivecontent p {
        font-size: 16px;
        line-height: 32px;
    }

    .comprehtags {
        margin: 80px 0 0 0;
    }

    .comprehtags ul li {
        font-size: 18px;
    }

    .bannerimg {
        width: 500px;
    }

    .comprehensive {
        padding: 25px 0 30px 0;
    }

    .technologiesheading h2 {
        font-size: 43px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1400px) {

    .bannerarea {
        padding: 0 0 40px 35px;
    }

    .bannercontent .herotext {
        font-size: 80px;
        line-height: 1.4;
    }

    .compreshmainhead h2 {
        font-size: 48px;
    }

    .compreshmainhead h3 {
        font-size: 24px;
    }

    .compreshmainhead p {
        font-size: 24px;
    }

    .compreshboxs {
        padding: 170px 80px 100px 80px;
    }

    .compreshboxs::after {
        width: 625px;
        height: 92%;
    }

    .generalcompres::after {
        width: 710px;
        height: 86%;
    }

    .comprehensivecontent h2 {
        font-size: 40px;
    }

    .comprehensivecontent p {
        font-size: 16px;
        line-height: 32px;
    }

    .comprehtags {
        margin: 80px 0 0 0;
    }

    .comprehtags ul li {
        font-size: 18px;
    }

    .bannerimg {
        width: 550px;
    }

    .comprehensive {
        padding: 25px 0 30px 0;
    }

    .lightbackground .comprehensivecontent h2 {
        color: #161C2D;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .lightbackground .comprehensivecontent p {
        color: #000000;
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 50px;
    }

    .technologiesheading h2 {
        font-size: 50px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

}

/* Homepage Blog Section */
.blogsection {
    background-color: var(--color4);
    padding: 80px 0;
}

.blogheading {
    text-align: center;
    margin-bottom: 50px;
}

.blogheading h2 {
    font-size: 48px;
    font-weight: 600;
    color: var(--color1);
    margin-bottom: 20px;
}

.blogheading p {
    font-size: 18px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.blogcard {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.blogcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.blogimg {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.blogimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blogcard:hover .blogimg img {
    transform: scale(1.05);
}

.blogcontent {
    padding: 25px 20px;
}

.blogcategory {
    font-size: 14px;
    font-weight: 600;
    color: var(--color5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 10px;
}

.blogcontent h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color1);
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.blog-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-dots .dot.active {
    background-color: var(--color5);
    transform: scale(1.2);
}

.blog-dots .dot:hover {
    background-color: var(--color3);
}

/* Homepage Contact Section */
.contactsection {
    background-color: var(--color8);
    padding: 80px 0;
}

.contactheading {
    text-align: center;
    margin-bottom: 50px;
}

.contactheading h2 {
    font-size: 36px;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
}

.contactheading p {
    font-size: 18px;
    color: #ccc;
}

.contactheading .kurla-link {
    color: var(--color2);
    text-decoration: none;
    font-weight: 600;
}

.contactheading .kurla-link:hover {
    color: white;
}

.contactform {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.contactform input,
.contactform textarea {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contactform input::placeholder,
.contactform textarea::placeholder {
    color: #ccc;
}

.contactform input:focus,
.contactform textarea:focus {
    outline: none;
    border-color: var(--color2);
    background: rgba(255, 255, 255, 0.15);
}

.recaptcha-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.recaptcha-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.recaptcha-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
}

.recaptcha-checkbox label {
    color: white;
    font-size: 16px;
    margin: 0;
}

.recaptcha-logo img {
    height: 30px;
    width: auto;
}

.submitbtn {
    background: linear-gradient(135deg, var(--color2) 0%, #e6c332 100%);
    color: var(--color1);
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.submitbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(242, 211, 56, 0.4);
}

.mapcontainer {
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.mapcontainer iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.mapcontainer:hover iframe {
    filter: grayscale(0%);
}

.clinicinfo {
    margin-top: 60px;
}

.clinicdetails {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
}

.clinicdetails h4 {
    color: var(--color2);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.clinic-address {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.clinic-address i {
    color: var(--color2);
    font-size: 18px;
    margin-top: 2px;
    min-width: 20px;
}

.clinic-address p {
    color: #ccc;
    margin: 0;
    line-height: 1.6;
}

.clinic-contact p {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ccc;
    margin-bottom: 10px;
}

.clinic-contact i {
    color: var(--color2);
    font-size: 16px;
    min-width: 20px;
}

@media (max-width: 992px) {
    .contactsection {
        padding: 60px 0;
    }

    .contactheading h2 {
        font-size: 28px;
    }

    .contactform {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .contactsection {
        padding: 50px 0;
    }

    .contactheading h2 {
        font-size: 24px;
    }

    .contactheading p {
        font-size: 16px;
    }

    .contactform {
        padding: 25px 15px;
        margin-bottom: 30px;
    }

    .mapcontainer {
        height: 300px;
    }

    .clinicinfo {
        margin-top: 40px;
    }

    .clinicdetails {
        padding: 20px;
    }

    .clinicdetails h4 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .contactheading h2 {
        font-size: 20px;
    }

    .contactform input,
    .contactform textarea {
        padding: 12px 15px;
        font-size: 14px;
    }

    .recaptcha-container {
        padding: 12px 15px;
    }

    .submitbtn {
        padding: 12px 30px;
        font-size: 14px;
    }
}