@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap');

:root {
    --main-color: #2fa89a;
    --main-color-2: #1c7d72;
    --color-3: #6fbf73;
    --dark: #14305c;
    --background-color: #f5fbfa;
    --cosmetic-color: #14305c;
    --light: #d7f0ea7d;
}

* {
    box-sizing: border-box;
    margin: 0;
    font-family: 'Montserrat', arial;
}

body {
    background-color: var(--background-color);
    width: 100%;

}

.logo {

    text-decoration: none;

}

.logo h1 {
    font-size: 50px;
    color: var(--cosmetic-color);
    margin: 0;
    padding: 0;
    font-weight: bold;
    margin-top: 14px;
}

.logo img{
    width: 100px;
    padding: 10px 0;
}
.top-contact {
    display: flex;
    align-items: center;
}

.s2 {
    padding: 30px 0;
}

.top-contact>a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 30px 10px;
    font-weight: 400;
    font-size: 18px;
}

.top-bar {
    background: #fff;
}

.imageContainer {
    padding: 10px;
}

.xrewrdf .slick-arrow.slick-prev,
.baslider .slick-arrow.slick-prev {
    left: -45px;
}

.xrewrdf .slick-arrow.slick-next,
.baslider .slick-arrow.slick-next {
    right: -45px;
}

.xrewrdf .slick-arrow,
.baslider .slick-arrow,
.gallery-slider .slick-arrow {
    background: var(--main-color);
    padding: 10px;
    width: auto;
    height: auto;
    border-radius: 50%;
}

.gallery-section .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--main-color-2);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 7px 18px;
    border-radius: 50px;
    background: var(--light);
    border: 1px solid rgba(28, 125, 114, 0.25);
}

.gallery-section h2 {
    color: var(--cosmetic-color);
}

.gallery-slider {
    margin: 0 -10px;
}

.gallery-item {
    padding: 0 10px;
}

.gallery-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.gallery-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 16px;
    cursor: pointer;
    transition: 300ms;
    box-shadow: 0 10px 25px rgba(20, 48, 92, 0.12);
}

.gallery-img:hover {
    transform: scale(1.04);
    box-shadow: 0 15px 35px rgba(20, 48, 92, 0.22);
}

.gallery-slider .slick-dots li button:before {
    color: var(--main-color-2);
    opacity: 0.4;
}

.gallery-slider .slick-dots li.slick-active button:before {
    color: var(--main-color-2);
    opacity: 1;
}

.gallery-slider .slick-slide {
    outline: none;
}

.modal-content.gallery-lightbox-content {
    background: transparent;
    border: none;
    box-shadow: none;
}

.gallery-lightbox-content img {
    width: 100%;
    border-radius: 12px;
}

.gallery-lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    padding: 10px;
}

.hero {
    background: var(--background-color);
    padding-top: 30px;
}

.f2xx {
    padding: 40px;
}

.hero img {
    height: auto;
}

.section {
    padding: 60px 0;
}

.about-doctor .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--main-color-2);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding: 7px 18px;
    border-radius: 50px;
    background: var(--light);
    border: 1px solid rgba(28, 125, 114, 0.25);
}

.about-doctor .eyebrow::before {
    content: "\f0f0";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
}

.about-doctor h2 {
    color: var(--cosmetic-color);
    position: relative;
    padding-bottom: 14px;
}

.about-doctor h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--main-color), var(--color-3));
}

.credential-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
}

.credential-item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #22323f;
    background: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid #e6f0ee;
    border-left: 4px solid var(--main-color);
    box-shadow: 0 8px 20px rgba(20, 48, 92, 0.06);
    transition: 200ms;
}

.credential-item:hover {
    transform: translateX(4px);
    box-shadow: 0 10px 24px rgba(20, 48, 92, 0.1);
}

.credential-icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--main-color), var(--main-color-2));
    color: #fff;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(28, 125, 114, 0.3);
}

.about-doctor-text {
    color: #555;
    line-height: 1.8;
    text-align: justify;
}

.doctor-photo-frame {
    position: relative;
    isolation: isolate;
}

.doctor-photo-frame::before {
    content: "";
    position: absolute;
    inset: -18px -18px auto auto;
    top: -18px;
    right: -18px;
    width: 70%;
    height: 70%;
    background: linear-gradient(135deg, var(--main-color), var(--color-3));
    border-radius: 20px;
    z-index: -1;
}

.doctor-photo-frame img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(20, 48, 92, 0.18);
    width: 100%;
}

.form-control:focus {
    border-color: var(--dark);
}

.form-control,
.btn {
    box-shadow: none !important;
    border-radius: 0;
}

.s2 {
    background-color: var(--main-color-2);
}

.section-min {
    padding: 30px 0;
}

.features {
    background-color: var(--dark);
    color: white;

}

.features {
    padding-top: 30px;
}

.img {
    border: 2px solid white;
}

.img img {
    width: 50px;
}

.img {
    display: inline-block;
    border-radius: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.fea {
    padding: 20px 0;
    border-right: 1px solid #adadad59;
    height: 100%;
}

.xrxerxss {
    transition: 300ms;
    padding: 24px;
    height: 100%;
}

.xrxerxss img {
    height: 300px;
    width: 100%;
    object-fit: cover
}

.uttr {
    width: 100%;
    height: 350px;
}

.uttr {
    margin-bottom: -6px;
}

.bg-light {
    background-color: #e6f7f3 !important;
}

.xrxerxss h5 {
    font-size: 24px;
    margin-bottom: 10px !important;
}

.xrxerxss:hover {
    transform: translateY(-20px);
}

.fea p {
    margin-bottom: 0;
}

.whychoose-section {
    max-width: 100%;
    margin: auto;
    background-color: var(--light);
    padding: 40px;
}

.why-choose .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--main-color-2);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 7px 18px;
    border-radius: 50px;
    background: var(--light);
    border: 1px solid rgba(28, 125, 114, 0.25);
}

.why-choose h2 {
    color: var(--cosmetic-color);
}

.why-stat {
    background: #fff;
    height: 100%;
    padding: 30px 18px;
    border-radius: 16px;
    border: 1px solid #eef3f2;
    box-shadow: 0 10px 30px rgba(20, 48, 92, 0.06);
    transition: 250ms;
}

.why-stat:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(20, 48, 92, 0.12);
}

.why-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--main-color), var(--main-color-2));
    color: #fff;
    font-size: 20px;
    margin-bottom: 14px;
    box-shadow: 0 6px 16px rgba(28, 125, 114, 0.3);
}

.why-stat h3 {
    color: var(--cosmetic-color);
    font-size: 18px;
}

.why-stat p {
    color: #667;
    font-size: 14px;
    margin-bottom: 0;
}

.why-cta-btn {
    background: linear-gradient(90deg, var(--main-color), var(--main-color-2));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 34px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: 250ms;
}

.why-cta-btn:hover {
    background: var(--cosmetic-color);
    color: #fff;
}

.xxzae {
    transition: 300ms;
}

.xxzae:hover {
    background-color: var(--main-color-2);
    color: white;
}

ul {}

ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

.bg-primary {
    background-color: var(--main-color-2) !important;
    color: white;
}

.youtube {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.retf {
    width: 100%;
    border-radius: 8px;
    height: 435px;

}

.fwr {
    padding: 0 10px;
}

.review-slider .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.review-slider .card:hover {
    transform: translateY(-5px);
}

.slick-dots li button:before {
    font-size: 12px;
    color: #333;
}

.slick-dots li.slick-active button:before {
    color: var(--main-color);
}

.review-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 80px;
    /* optional, to keep height consistent */
}

.review-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: unset;
}

.read-more {
    cursor: pointer;
}

.accordion-button {
    box-shadow: none !important;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background-color: var(--cosmetic-color);
    border-color: var(--cosmetic-color);
    color: white;
}

.accordion {
    max-width: 60%;
    margin: auto;
}

.appointment-section .cta_en {
    background: linear-gradient(150deg, var(--cosmetic-color) 0%, var(--main-color-2) 100%);
    color: white;
    padding: 50px;
    border-radius: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.appointment-section .cta_en::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1.5px, transparent 1.5px);
    background-size: 20px 20px;
    pointer-events: none;
}

.appointment-section .cta_en .text-white {
    position: relative;
    z-index: 1;
}

.cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 22px;
    color: var(--color-3);
    margin-bottom: 18px;
}

.cta-eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    font-weight: 700;
    color: var(--color-3);
    margin-bottom: 10px;
}

.cta-heading {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 14px;
}

.cta-heading span {
    color: var(--color-3);
    font-style: normal;
}

.cta-sub {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    margin-bottom: 22px;
}

.cta-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 22px;
}

.cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 50px;
    transition: 250ms;
}

.cta-phone:hover {
    background: #fff;
    color: var(--cosmetic-color);
}

.appointment-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(20, 48, 92, 0.1);
}

.appointment-form-card .eyebrow {
    display: inline-block;
    color: var(--main-color-2);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.appointment-form-card h2 {
    color: var(--cosmetic-color);
    margin-bottom: 6px;
}

.appointment-form-card p i {
    color: var(--main-color-2);
    width: 16px;
}

.af-icon-input {
    position: relative;
}

.af-icon-input i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-color-2);
    font-size: 15px;
    pointer-events: none;
}

.af-icon-input .form-control,
.af-icon-input .form-select {
    padding-left: 42px;
    border: 1px solid #e0e6e5;
    background: #f8fbfa;
}

.af-icon-input .form-control:focus,
.af-icon-input .form-select:focus {
    border-color: var(--main-color);
    background: #fff;
}

.appointment-submit-btn {
    background: linear-gradient(90deg, var(--main-color), var(--main-color-2));
    color: #fff;
    border: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: 250ms;
}

.appointment-submit-btn:hover {
    background: var(--cosmetic-color);
    color: #fff;
}

@media (max-width: 767px) {
    .cta-heading {
        font-size: 30px;
    }

    .appointment-form-card {
        margin-top: 24px;
    }
}

.form-control-lg {
    font-size: 16px;
}

.form {
    padding-left: 50px;
}

.rer p {
    font-size: 15px;
}

.drf {
    background-color: var(--main-color-2);
    color: white;
}

.top-bar-mobile {
    display: none;
}

.footer-statix {
    display: none;
}

.whatsappFixed {
    position: fixed;
    bottom: 84px;
    right: 20px;
}

.phoneFixed {
    bottom: 148px;
}

.phoneFixed img {
    width: 55px;
}




.get-in-touch {
    background: var(--dark);
}

.get-in-touch h2 {
    color: #fff;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 20px;
    height: 100%;
}

.contact-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--main-color), var(--color-3));
    color: #fff;
    font-size: 17px;
}

.contact-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-3);
    margin-bottom: 4px;
}

.contact-item p,
.contact-item p a {
    font-size: 15px;
    color: #e6efed;
}

.clinic-hours-bar {
    text-align: center;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.clinic-hours-bar h6 {
    color: #fff;
}

.clinic-hours-bar h6.fw-normal {
    color: #c9dbd7;
}

.footer-credit {
    background: linear-gradient(120deg, var(--dark) 0%, var(--main-color-2) 100%);
    padding: 26px 0;
    position: relative;
    overflow: hidden;
}

.footer-credit::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 18px 18px;
    pointer-events: none;
}

.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px;
    text-align: center;
}

.footer-bottom-badge {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--color-3);
    font-size: 16px;
}

.footer-bottom-text {
    font-size: 15px;
    letter-spacing: 0.2px;
}

.footer-bottom-name {
    font-weight: 700;
}

.footer-bottom-divider {
    margin: 0 10px;
    opacity: 0.4;
}

.footer-bottom-copy {
    font-size: 13px;
    color: #cfe6e1;
    padding-left: 18px;
    margin-left: 4px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 576px) {
    .footer-bottom-copy {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
    }
}




/* model */

.modal-content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(20, 48, 92, 0.25);
}

.modal-header {
    background: linear-gradient(120deg, var(--cosmetic-color) 0%, var(--main-color-2) 100%);
    border-bottom: none;
    padding: 24px 28px;
}

.modal-eyebrow {
    display: block;
    color: var(--color-3);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.modal-title {
    color: #fff;
    font-weight: 700;
}

.modal-body {
    padding: 28px;
    background: #fff;
}

.modal .forem .icon-input {
    position: relative;
}

.modal .forem span {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: var(--main-color-2);
}

.modal .forem textarea ~ span {
    top: 20px;
    transform: none;
}

.modal .forem .form-control {
    background-color: #f8fbfa;
    padding: 12px 18px 12px 42px;
    box-shadow: none;
    border: 1px solid #e0e6e5;
    border-radius: 10px;
    margin-bottom: 4px;
    font-size: 15px;
    transition: 200ms;
}

.modal .forem .form-control:focus {
    background-color: #fff;
    border-color: var(--main-color);
}

.modal .forem .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 30px;
    background: linear-gradient(90deg, var(--main-color), var(--main-color-2));
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 10px;
    transition: 250ms;
}

.modal .forem .btn:hover {
    background: var(--cosmetic-color);
    color: #fff;
}



.header-btn {
    background-color: var(--main-color);
    color: #fff;
    transition: all 0.3s ease;
}

.header-btn:hover {
    background-color: var(--cosmetic-color);
    color: #fff;
}


#treatment {
    padding: 60px 0px;

}

#treatment h1 {
    color: var(--cosmetic-color);
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

#results h1 {
    color: var(--cosmetic-color);
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}


.services .row{
    justify-content: center;
}

.eyebrow-dark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-3);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 7px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-card {
    background: #fff;
    height: 100%;
    padding: 40px 26px 34px;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: 300ms;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

.service-circle {
    width: 170px;
    height: 170px;
    margin: 0 auto 22px;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(135deg, var(--main-color), var(--color-3));
}

.service-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    display: block;
}

.service-card h3 {
    color: var(--cosmetic-color);
    font-size: 21px;
    margin-bottom: 10px;
}

.service-card p {
    color: #667;
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 68px;
}

.service-btn {
    display: inline-block;
    border: 2px solid var(--main-color-2);
    color: var(--main-color-2);
    background: transparent;
    border-radius: 50px;
    padding: 9px 26px;
    font-weight: 600;
    font-size: 15px;
    transition: 250ms;
}

.service-btn:hover {
    background: var(--main-color-2);
    color: #fff;
}

.service-card-active {
    background: linear-gradient(150deg, var(--main-color-2) 0%, var(--main-color) 100%);
}

.service-card-active .service-circle {
    background: rgba(255, 255, 255, 0.6);
}

.service-card-active .service-circle img {
    border-color: #fff;
}

.service-card-active h3,
.service-card-active p {
    color: #fff;
}

.service-card-active .service-btn {
    border-color: #fff;
    color: #fff;
}

.service-card-active .service-btn:hover {
    background: #fff;
    color: var(--main-color-2);
}


.you-tube iframe{
    width: 100%;
    height: 350px;
}




/* whatapp */
.quickcontact {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.qc-btn {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.qc-btn:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.qc-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  font-size: 30px;
}

.qc-call {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.qc-call i {
  animation: qc-ring 2s ease-in-out infinite;
}

/* pulse ring */
.qc-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: inherit;
  z-index: -1;
  animation: qc-pulse 2s ease-out infinite;
}

.qc-call::before {
  animation-delay: 1s;
}

/* hover label */
.qc-label {
  position: absolute;
  right: 68px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: #fff;
  color: #222;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.qc-label::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #fff;
}

.qc-btn:hover .qc-label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@keyframes qc-pulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.6); opacity: 0; }
}

@keyframes qc-ring {
  0%, 50%, 100% { transform: rotate(0); }
  10%, 30% { transform: rotate(-15deg); }
  20%, 40% { transform: rotate(15deg); }
}