@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('../fonts/BricolageGrotesque-Variable.woff2') format('woff2-variations'),
        url('../fonts/BricolageGrotesque-Variable.woff2') format('woff2');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --tg-heading-font-family: 'Bricolage Grotesque', sans-serif;
    --tg-body-font-family: 'Bricolage Grotesque', sans-serif;
    --tg-body-color: #14176c;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden !important;
}

.font-bricolage {
    font-family: 'Bricolage Grotesque', sans-serif;
}

.tgmenu__nav .logo img {
    max-height: 80px;
}

@media(max-width: 768px) {
    .tgmenu__action {
        margin-right: 15px;
    }
}



@media(max-width: 768px) {
    .tgmenu__nav .logo img {
        max-height: 60px;

    }
}

.tgmenu__navbar-wrap>ul>li a:hover {

    color: #14176c !important;
}

.tgmenu__navbar-wrap>ul>li a {
    font-weight: bold;
}


.sticky-menu .tgmenu__navbar-wrap>ul>li a {
    font-weight: bold;
}


.footer__top-two {
    background: #382C8A;
}

.footer__top-two .footer-link-list .list-wrap li a {
    color: #fff;
}

.footer-info-two .list-wrap li .content a {
    color: #fff;
}

.footer-info-two .list-wrap li .icon {
    color: #fff;
}

.footer__social-two .list-wrap li a {
    color: #fff;
}

.tg-header__area-five {
    background: #fff !important;
}

p {
    font-size: 18px !important;
    text-align: justify;

}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.footer__area-two {
    background: #382C8A;
}

.footer__social-two .list-wrap li a {
    background: #95b10a;
}

.tg-header__top {
    background: #382C8A;
    padding: 12px 0;
}

.tg-header__top-info li i {
    color: #fff;
}

.tg-header__top-info li a {
    color: #fff;
}

.tg-header__top-info li a:hover {
    color: #fff;
}

.tg-header__top-right li a {
    color: #fff;
}

.tg-header__top-right li a:hover {
    color: #fff;
}

.tg-header__top-right li i {
    color: #fff;
}

.tg-header__top-right li i:hover {
    color: #1ba580;
}


.footerlogo img {
    height: 80px !important;
    width: auto !important;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.blog__post-bg-two {
    background-size: cover;
    background-position: center;
    padding: 40px 0 40px !important;
    position: relative;
    z-index: 1;
}

.about__bg {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.card-services-type-01 .card-info h5 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
}

.card-services-type-01 {
    padding: 10px;
}

.whyusimg {
    width: 500px;
    position: relative;
    z-index: 1;
    margin-left: 30px;
    margin-top: 50px;
}

.team__area-three {
    padding: 50px 0 50px;
}

.about__img-wrap-two>img {
    border-left: 4px solid #00684d;
}

.about__img-wrap-two::before {

    background: #f66f2c;

}

.section-title .sub-title {
    color: #95b10a;
}

.services__area-two {
    background: #00684d;
}

.about__list-box .list-wrap li i {
    background: #f66f2c;
}


/* Background Sections */
.orange-section {
    background:
        linear-gradient(rgba(251, 146, 60, 0.06) 3px, transparent 3px),
        linear-gradient(90deg, rgba(251, 146, 60, 0.06) 3px, transparent 3px),
        linear-gradient(135deg,
            #fffaf5 0%,
            #ffedd5 50%,
            #fed7aa 100%);

    background-size: 50px 50px, 50px 50px, cover;
}

.light-green-section {
    background: #D3E5CC;
    background-size: auto;
    background-size: 50px 50px, 50px 50px, cover;
}

.green-section {
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 104, 77, .08) 2px, transparent 3px),
        radial-gradient(circle at 80% 80%, rgba(0, 104, 77, .08) 2px, transparent 3px),
        linear-gradient(135deg, #ffffff 0%, #f4fff8 35%, #dcfce7 100%);

    background-size: 80px 80px, 80px 80px, cover;
}

.orange-hexa {
    background:
        linear-gradient(30deg, rgba(246, 111, 44, .04) 12%, transparent 12.5%, transparent 87%, rgba(246, 111, 44, .04) 87.5%),
        linear-gradient(150deg, rgba(246, 111, 44, .04) 12%, transparent 12.5%, transparent 87%, rgba(246, 111, 44, .04) 87.5%),
        linear-gradient(135deg,
            #ffffff 0%,
            #fff7f0 45%,
            #ffe1c7 100%);

    background-size: 80px 140px, 80px 140px, cover;
}

.green-bubbles {
    background:
        radial-gradient(circle at 15% 20%, rgba(0, 104, 77, .06) 60px, transparent 61px),
        radial-gradient(circle at 85% 30%, rgba(34, 197, 94, .05) 80px, transparent 81px),
        radial-gradient(circle at 75% 80%, rgba(0, 104, 77, .05) 100px, transparent 101px),
        linear-gradient(135deg, #ffffff 0%, #f0fff4 50%, #dcfce7 100%);
}

.greenbg {
    background: linear-gradient(135deg,
            #f7fffc 0%,
            #e6faf2 40%,
            #d4f3e6 75%,
            #c1ebda 100%);

}

.orangebg {
    background:
        radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.08) 2px, transparent 2px),
        radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.08) 2px, transparent 2px),
        radial-gradient(circle at 60% 15%, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        repeating-linear-gradient(45deg,
            rgba(255, 255, 255, 0.035) 0px,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px,
            transparent 28px),
        linear-gradient(135deg,
            #ffb347 0%,
            #ff9736 22%,
            #f66f2c 50%,
            #e85a00 78%,
            #c94b00 100%);
    background-size:
        180px 180px,
        220px 220px,
        120px 120px,
        40px 40px,
        100% 100%;
}


.orange-stripes {
    background:
        repeating-linear-gradient(-45deg,
            rgba(246, 111, 44, .03),
            rgba(246, 111, 44, .03) 2px,
            transparent 2px,
            transparent 25px),
        linear-gradient(135deg,
            #ffffff 0%,
            #fff7f1 100%);
}


.green-pattern-bg {
    background: linear-gradient(135deg, #0f5132, #146c43);
    position: relative;
    overflow: hidden;
}

.green-pattern-bg:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.green-pattern-bg:after {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    filter: blur(80px);
}

.hearingcare-bg {
    background-color: #f7f9ee;
    background-image:
        /* Subtle geometric dot matrix pattern */
        radial-gradient(rgba(149, 177, 10, 0.18) 1.5px, transparent 1.5px),
        /* Soft directional glowing tint */
        radial-gradient(circle at 100% 0%, rgba(149, 177, 10, 0.12) 0%, transparent 50%),
        /* Smooth base ambient gradient */
        linear-gradient(135deg, #ffffff 0%, #f4f7e6 50%, #edf2d8 100%);

    /* Grid sizing & position */
    background-size: 24px 24px, 100% 100%, 100% 100%;
    background-position: 0 0, 0 0, 0 0;


}

.kedarbg {
    background: radial-gradient(circle at 50% 30%,
            #ffffff 0%,
            #f3f1fc 45%,
            #e2def7 80%,
            #cfc9f0 100%);
}


/* bg end */


.card-services-type-01 {

    border: 1px solid #382C8A;
}


.blog__post-content-two {
    padding: 20px 20px;
    /*text-align: center;*/
    background: #382C8A;
    color: #fff !important;
}

.blog__post-content-two h2 {
    font-size: 20px !important;
    color: #fff !important;
}

.blog__post-content-two h2,
.blog__post-content-two h2 a {
    color: #fff !important;
}



.banner__area-four {
    padding-top: 50px !important;
    padding-bottom: 20px;
}


.banner__area-four.home-12 .hero-home-12 .phone-center {
    margin-bottom: 0;
}

.breadcrumb__content .breadcrumb-item {
    color: #000;
}

.text-justify {
    text-align: justify !important;
}


.services__details-thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    min-height: 0 !important;
    object-fit: cover;
}



.brand-area {
    background: #fff;
}

.brand-item {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 15px;
    padding: 20px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.brand-item:hover {
    transform: translateY(-8px);
    border-color: #f66f2c;
    box-shadow: 0 15px 40px rgba(246, 111, 44, .18);
}

.brand-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    transition: all .4s ease;
}

.brand-item:hover img {
    transform: scale(1.08);
}

.btn {
    background-color: #382C8A !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;

}

.btn:hover {
    background: #382C8A !important;
    color: #fff !important;

}

.card-services-type-01 .card-icon i,
.card-services-type-01 .card-icon img,
.card-services-type-01 .card-icon svg {
    color: #95b10a !important;
}




.blog__post-content-two a {
    font-weight: bold;
}

.blog__post-content-three a {
    font-weight: bold;
}

.text-white {
    color: #fff !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-30 {
    padding: 30px !important;

}

.mt-0 {
    margin-top: 0 !important;
}


.sidebar__post-content a {
    color: #00684d !important;
}


.breadcrumb__content .title {
    margin-bottom: 10px;
    font-size: 28px;
}

.copyright-text {
    display: flex;
    justify-content: start;
    color: #b6b6b6 !important;
    font-weight: 100;
    /*background: #f66f2c;*/


    position: relative;
    padding: 5px 0;
    z-index: 1;
}

.copyright-text::before {

    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    /*background: #f66f2c;*/
    z-index: -1;
}


.amfi-text {
    font-weight: 700 !important;
    font-size: 14px !important;
}

.commission-text {
    font-weight: 400 !important;
    font-size: 16px !important;
    justify-content: end;
    text-align: justify;
}

.font-14 {
    font-size: 14px !important;
}

.footer__bottom-two .copyright-text p,
.footer__bottom-two .copyright-text a {
    color: #fff !important;
}

.services__details-content>.title {
    font-size: 30px !important;
}

.vmbg {
    background: linear-gradient(135deg,
            #009970 0%,
            #00684d 35%,
            #00563f 70%,
            #003d2d 100%);
}

.testimonial-two-button-prev,
.testimonial-two-button-next {
    background-color: #f66f2c;
    color: #fff;
}

.footer__social-two .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

/** Appointment Widget **/
.appointment-widget {
    position: fixed;
    right: 35px;
    bottom: 215px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
}

.appointment-widget a {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #382C8A 0%, #5a47cf 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(56, 44, 138, 0.4);
    transition: .35s;
    animation: appointmentPulse 2s infinite;
}

.appointment-widget a i {
    font-size: 24px;
    margin-right: 0;
}


.appointment-widget a:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 25px rgba(56, 44, 138, 0.6);
    background: linear-gradient(135deg, #4b3bb8 0%, #6d5be6 100%);
    color: #fff;
}

.appointment-tooltip {
    background: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    min-width: max-content;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: .35s;
    border-left: 4px solid #382C8A;
}

.appointment-tooltip strong {
    display: block;
    color: #382C8A;
    font-size: 15px;
    margin-bottom: 0;
}

.appointment-widget:hover .appointment-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@keyframes appointmentPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(56, 44, 138, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(56, 44, 138, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(56, 44, 138, 0);
    }
}

/** Whatsapp Widget **/
.whatsapp-widget {
    position: fixed;
    right: 35px;
    bottom: 150px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
}

.whatsapp-widget a {
    width: 50px;
    height: 50px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    transition: .35s;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-widget a:hover {
    transform: scale(1.08);
    color: #fff;
}

.whatsapp-tooltip {
    background: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    min-width: max-content;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: .35s;
    border-left: 4px solid #25D366;
}

.whatsapp-tooltip strong {
    display: block;
    color: #00684d;
    font-size: 15px;
    margin-bottom: 0;
}

.whatsapp-tooltip span {
    color: #666;
    font-size: 13px;
}

.whatsapp-widget:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .6);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/** Call Widget **/
.call-widget {
    position: fixed;
    right: 35px;
    bottom: 85px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
}

.call-widget a {
    width: 50px;
    height: 50px;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    transition: .35s;
    animation: callPulse 2s infinite;
}

.call-widget a:hover {
    transform: scale(1.08);
    color: #fff;
}

.call-tooltip {
    background: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    min-width: max-content;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: .35s;
    border-left: 4px solid #007bff;
}

.call-tooltip strong {
    display: block;
    color: #00684d;
    font-size: 15px;
    margin-bottom: 0;
}

@keyframes callPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, .6);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(0, 123, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.scroll__top {
    right: 40px !important;
}

.scroll__top.open {
    bottom: 30px !important;
}

@media(max-width:768px) {

    .scroll__top {
        right: 25px !important;
    }

    .scroll__top.open {
        bottom: 15px !important;
    }

    .appointment-widget {
        right: 20px;
        bottom: 165px;
    }

    .appointment-widget a {
        width: 40px;
        height: 40px;
    }

    .appointment-widget a i {
        font-size: 20px;
        margin-right: 0;
    }

    .appointment-tooltip {
        display: none;
    }

    .whatsapp-widget {
        right: 20px;
        bottom: 115px;
    }

    .whatsapp-tooltip {
        display: none;
    }

    .whatsapp-widget a {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .call-widget {
        right: 20px;
        bottom: 60px;
    }

    .call-widget a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

}

.dmtimg {
    border: 10px solid #00684d !important;
}

/*.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}*/

.footer__bottom-two {
    border-top: 1px solid #95b10a;
    padding: 40px 0;
}

/*
.hb {
   border-right: 1px solid #e0e0e0 !important;
    padding-right: 20px;

}
*/
.about__list-box .list-wrap li {
    font-size: 18px !important;
}


.font-30 {
    font-size: 30px !important;
}

.font-16 {
    font-size: 16px !important;
}

.contact__info .list-wrap li {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;

}

.sidebar__cat-list-two .list-wrap li a:hover,
.sidebar__cat-list-two .list-wrap li a.active {
    background: #ff5722 !important;
    color: #fff !important;
}

.sidebar__cat-list-two .list-wrap li a i:hover,
.sidebar__cat-list-two .list-wrap li a.active i {
    color: #fff !important;
}

.counter-area {
    background: #fff;
}


/** Counter **/
.stats-section {
    background: #fff;
    padding: 80px 0;
}

.stats-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}

.stat {
    position: relative;
    text-align: left;
}

.stat .line {
    display: block;
    width: 45px;
    height: 4px;
    background: #d97706;
    margin-bottom: 25px;
    transition: .35s;
}

.stat h2 {
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
    color: #165b36;
    margin: 0;
    transition: .35s;
}

.stat h6 {
    margin-top: 18px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--tg-body-color);
    line-height: 1.7;
}

.stat small {
    color: #d97706;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.stat:hover .line {
    width: 80px;
}

.stat:hover h2 {
    color: #d97706;
}

.stat::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
}

.stat:last-child::after {
    display: none;
}

@media (min-width: 992px) {

    .whatsapp-widget .whatsapp-tooltip,
    .appointment-widget .appointment-tooltip {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}

@media(max-width:991px) {

    .stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat::after {
        display: none;
    }

    .whatsapp-widget .whatsapp-tooltip,
    .appointment-widget .appointment-tooltip {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(0) !important;
    }

    .appointment-tooltip,
    .whatsapp-tooltip {
        display: block;
        padding: 9px 10px;
    }

}

@media(max-width:576px) {

    .stats-wrapper {
        grid-template-columns: 1fr;
    }

    .stat {
        text-align: center;
    }

    .stat .line {
        margin: 0 auto 20px;
    }

}

.tg-header__area-five {
    position: relative;
    z-index: 99;
    box-shadow: 0px 5px 4px rgba(28, 28, 27, 0.3) !important;
}

.tg-header__area-five.sticky-menu {
    position: fixed;
}

/* Floating Social Media Widget - Academic Style */
.academic-social-widget {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
    background: #ffffff;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.08);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border: 1px solid #e0e0e0;
    border-left: none;
    transition: all 0.3s ease;
}

.academic-social-widget .widget-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 13px;
    font-weight: 700;
    color: #00684d;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-top: 5px;
    font-family: 'Barlow', sans-serif;
    border-top: 2px solid #f66f2c;
}

.academic-social-widget .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.academic-social-widget .social-icon.facebook {
    background: #1877F2;
}

.academic-social-widget .social-icon.twitter {
    background: #1DA1F2;
}

.academic-social-widget .social-icon.instagram {
    background: #E4405F;
}

.academic-social-widget .social-icon.youtube {
    background: #FF0000;
}

.academic-social-widget .social-icon.linkedin {
    background: #0a66c2;
}

.academic-social-widget .social-icon:hover {
    transform: translateX(5px);
}

.academic-social-widget .social-icon.facebook:hover {
    box-shadow: 0 4px 10px rgba(24, 119, 242, 0.4);
}

.academic-social-widget .social-icon.twitter:hover {
    box-shadow: 0 4px 10px rgba(29, 161, 242, 0.4);
}

.academic-social-widget .social-icon.instagram:hover {
    box-shadow: 0 4px 10px rgba(228, 64, 95, 0.4);
}

.academic-social-widget .social-icon.youtube:hover {
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.4);
}

.academic-social-widget .social-icon.linkedin:hover {
    background: #004182;
}

@media(max-width: 768px) {
    .academic-social-widget {
        padding: 10px 8px;
        gap: 10px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .academic-social-widget .widget-title {
        display: none;
    }

    .academic-social-widget .social-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

/* Mobile Header Strip */
.mobile-header-strip {
    background: #382C8A;
    padding: 10px 0;
}

.mobile-header-strip .mobile-strip-link {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-header-strip .mobile-strip-link:hover {
    color: #fff;
    opacity: 0.8;
}

.mobile-header-strip .mobile-strip-divider {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
}

.mobile-contact-info {
    font-size: 13px;
    color: #fff;
    flex-wrap: wrap;
}

.mobile-contact-item a {
    color: #fff;
    text-decoration: none;
}

.mobile-contact-item i {
    margin-right: 5px;
    font-size: 13px;
    color: #fff;
}

.tgmobile__menu .nav-logo img {
    max-height: 64px;
}

@media (max-width: 767.98px) {

    .slider__area .testimonial__nav-four {
        margin-top: 35px !important;
    }

    .slider__area .testimonial__nav-four .testimonial-two-button-prev,
    .slider__area .testimonial__nav-four .testimonial-two-button-next {
        width: 24px !important;
        height: 24px !important;
        font-size: 16px !important;
    }
}

/* Premium Experience Badge Re-design */
.premium-experience-badge {
    position: absolute;
    bottom: 20px;
    right: -20px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 15px 25px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(56, 44, 138, 0.08);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
    animation: premiumFloat 5s ease-in-out infinite;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.premium-experience-badge:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 20px 45px rgba(56, 44, 138, 0.15);
    border-color: #95b10a;
}

.premium-experience-badge .badge-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #95b10a;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(149, 177, 10, 0.3);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.premium-experience-badge:hover .badge-icon-wrap {
    background: #382C8A;
    box-shadow: 0 8px 20px rgba(56, 44, 138, 0.3);
    transform: rotate(360deg);
}

.premium-experience-badge .premium-icon {
    color: #ffffff;
    width: 24px;
    height: 24px;
}

.premium-experience-badge .badge-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.premium-experience-badge .badge-content .title {
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 2px 0;
    color: #382C8A;
    display: flex;
    align-items: baseline;
    letter-spacing: -1px;
}

.premium-experience-badge .badge-content .title .plus {
    font-size: 22px;
    color: #95b10a;
}

.premium-experience-badge .badge-content p {
    font-size: 13px !important;
    font-weight: 700;
    color: #888;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@keyframes premiumFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .premium-experience-badge {
        right: 0px;
        bottom: 10px;
    }
}

@media (max-width: 768px) {
    .premium-experience-badge {
        right: 15px;
        bottom: 15px;
        padding: 10px 15px;
        gap: 12px;
    }

    .premium-experience-badge .badge-icon-wrap {
        width: 38px;
        height: 38px;
    }

    .premium-experience-badge .premium-icon {
        width: 20px;
        height: 20px;
    }

    .premium-experience-badge .badge-content .title {
        font-size: 26px;
    }

    .premium-experience-badge .badge-content .title .plus {
        font-size: 16px;
    }

    .premium-experience-badge .badge-content p {
        font-size: 10px !important;
    }
}

@media (max-width: 575px) {
    .premium-experience-badge {
        bottom: -20px;
        right: 50%;
        transform: translateX(50%);
        width: max-content;
        animation: premiumFloatMobile 4s ease-in-out infinite;
    }
}

@keyframes premiumFloatMobile {
    0% {
        transform: translateX(50%) translateY(0);
    }

    50% {
        transform: translateX(50%) translateY(-10px);
    }

    100% {
        transform: translateX(50%) translateY(0);
    }
}

/* ==========================================================================
   Hearing Aid Features Section 
   ========================================================================== */
.hearing-features-area {
    background-color: #f4f8fb;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.hearing-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 50px;
    transition: transform 0.3s ease;
}

.hearing-feature-item:last-child {
    margin-bottom: 0;
}

.hearing-feature-item:hover {
    transform: translateY(-5px);
}

.hearing-feature-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #382C8A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #382C8A;
    background: transparent;
    flex-shrink: 0;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(56, 44, 138, 0.05);
}

.hearing-feature-item:hover .hearing-feature-icon {
    background-color: #382C8A;
    color: #fff;
    box-shadow: 0 10px 25px rgba(56, 44, 138, 0.2);
    border-color: #382C8A;
    transform: scale(1.05);
}

.hearing-feature-item:hover .hearing-feature-icon i {
    animation: bounceIcon 0.5s ease;
}

@keyframes bounceIcon {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.hearing-feature-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #382C8A;
    margin-bottom: 12px;
    padding-bottom: 15px;
    position: relative;
    transition: color 0.3s;
    line-height: 1.3;
}

.hearing-feature-content h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #e0e0e0;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.hearing-feature-item:hover .hearing-feature-content h4 {
    color: #95b10a;
}

.hearing-feature-item:hover .hearing-feature-content h4::after {
    width: 80px;
    background-color: #95b10a;
}

.hearing-feature-content p {
    font-size: 15px !important;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
    text-align: left;
}

/* Center Image Container */
.hearing-feature-center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
}

.hearing-feature-center-bg {
    position: absolute;
    width: 90%;
    padding-bottom: 90%;
    border: 2px dashed #95b10a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotateDashed 30s linear infinite;
    z-index: 1;
}

@keyframes rotateDashed {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.hearing-feature-center-img {
    position: relative;
    z-index: 2;
    width: 80%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(56, 44, 138, 0.15);
    background: #fff;
    padding: 15px;
}

.hearing-feature-center-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    transition: transform 0.6s ease;
}

.hearing-feature-center:hover .hearing-feature-center-img img {
    transform: scale(1.08);
}

@media (max-width: 991px) {
    .hearing-feature-center {
        margin: 50px 0;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .hearing-feature-center {
        width: 80%;
    }

    .hearing-feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hearing-feature-content h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .hearing-feature-content p {
        text-align: center;
    }
}

/* ==========================================================================
   Branches Strip Section
   ========================================================================== */
.branches-strip-area {
    background-color: #fcfcfc;
    background-image: radial-gradient(#e5e5e5 1px, transparent 1px);
    background-size: 20px 20px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

/* Branches Card Redesign */
.branch-info-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.branch-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #95b10a;
}

.branch-card-header {
    background-color: #382C8A;
    padding: 15px 20px;
    text-align: center;
}

.branch-card-header .branch-title {
    color: #ffffff;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.branch-map-embed iframe {
    display: block;
    width: 100%;
}

.branch-card-content {
    padding: 20px;
}

.branch-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.branch-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.branch-contact-list li:last-child {
    margin-bottom: 0;
}

.branch-contact-list li .icon {
    flex: 0 0 35px;
    height: 35px;
    width: 35px;
    background: rgba(149, 177, 10, 0.1);
    color: #95b10a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.branch-info-card:hover .branch-contact-list li .icon {
    background: #95b10a;
    color: #ffffff;
}

.branch-contact-list li .text {
    flex: 1;
}

.branch-contact-list li .text p,
.branch-contact-list li .text a {
    margin: 0;
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.branch-contact-list li .text a:hover {
    color: #95b10a;
}

.branch-contact-list li .text p {
    font-size: 15px !important;
}

/* Testimonials Section Styles */
.testimonials-section-area {
    background-color: #f8f9fa;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.testimonials-accent-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #382C8A 0%, #95b10a 100%);
}

.testimonials-title-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.testimonials-title-badge img {
    width: 20px;
    margin-right: 8px;
}

.testimonials-title-badge span {
    font-weight: 600;
    color: #5f6368;
    font-size: 14px;
}

.testimonials-title-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.testimonials-title-header h2 {
    color: #382C8A;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonials-view-all-btn {
    background-color: #95b10a;
    color: #fff !important;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(149, 177, 10, 0.3);
    transition: all 0.3s ease;
}

.testimonials-view-all-btn:hover {
    background-color: #382C8A;
    color: #fff !important;
}

.google-reviews-slider-wrapper {
    position: relative;
    padding: 0 50px;
}

.swiper-container.google-reviews-slider {
    overflow: hidden;
    padding: 15px 0;
}

/* Google Review Card Styles */
.google-review-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #e8eaed;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    height: 100%;
    font-family: Roboto, Arial, sans-serif;
    transition: box-shadow 0.3s ease;
}

.google-review-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.google-review-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.google-review-avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

.google-review-avatar-text {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #382C8A;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    margin-right: 12px;
}

.google-review-info {
    flex-grow: 1;
}

.google-review-name {
    font-weight: 500;
    color: #202124;
    font-size: 15px;
    line-height: 20px;
}

.google-review-location {
    color: #70757a;
    font-size: 13px;
    line-height: 16px;
    margin-top: 2px;
}

.google-review-logo {
    width: 18px;
    height: 18px;
}

.google-review-stars-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.google-review-stars {
    color: #fbbc04;
    font-size: 16px;
    line-height: 1;
}

.google-review-verified {
    font-size: 12px;
    color: #95b10a;
    font-weight: 500;
    margin-left: 10px;
    background: rgba(149, 177, 10, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
}

.google-review-text {
    color: #3c4043;
    font-size: 14px;
    line-height: 22px;
    word-wrap: break-word;
}

.testimonials-empty {
    color: #5f6368;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

/* Slider Navigation Buttons */
.google-reviews-slider-prev,
.google-reviews-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #382C8A;
    border: 1px solid #e8eaed;
}

.google-reviews-slider-prev {
    left: 0px;
}

.google-reviews-slider-next {
    right: 0px;
}

/* Professional Counter Section */
.professional-counter-section {
    background-color: #382C8A;
    padding-top: 40px;
    padding-bottom: 40px;
}

.professional-stat-col {
    position: relative;
}

@media (min-width: 992px) {
    .professional-stat-col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 20%;
        right: 0;
        height: 60%;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.3);
    }
}

.professional-stat-item {
    padding: 10px 5px;
    gap: 15px;
}

.professional-stat-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #382C8A;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.professional-stat-text {
    text-align: left;
}

.professional-stat-text h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: -2px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.professional-stat-text h2 .odometer {
    font-size: inherit;
    line-height: 1;
}

.stat-accent {
    color: #95b10a;
    font-weight: 700;
    margin-left: 2px;
}

.professional-stat-label {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.95;
    text-transform: capitalize;
}

.accordion-button {
    background: #382C8A;
}

.accordion-button:not(.collapsed) {
    background-color: #382C8A !important;
}

.accordion-button.collapsed {
    background-color: #382C8A !important;
}

.accordion-button::after {
    background-color: #382C8A !important;
}

.accordion-collapse .accordion-body {
    background-color: #382C8A !important;
}

.list-group-item span {
    color: #382C8A !important;
}

/* Appointment Page Layout */
.appointment-area-wrap {
    padding-top: 0;
    margin-top: 0;
}

.appointment-img-container {
    height: 100%;
    position: relative;
    min-height: 600px;
}

.appointment-img-left-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.appointment-form-gradient {
    padding: 80px 10%;
    height: 100%;
    background: linear-gradient(135deg, #1c183a 0%, #382C8A 100%);
}

.appointment-form-label {
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: #fff;
}

.appointment-form-input {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #333;
}

.appointment-submit-btn {
    background-color: #95b10a;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.appointment-submit-btn:hover {
    background-color: #7a9208;
}

.contact__form-wrap {
    margin-left: 0px !important;
    border-radius: 0px !important;
}

/* Stunning Contact Cards */
.stunning-contact-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.02);
    height: 100%;
}

.stunning-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1c183a 0%, #382C8A 100%);
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease;
}

.stunning-contact-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(28, 24, 58, 0.25);
    border-color: transparent;
}

.stunning-contact-card:hover::before {
    opacity: 1;
}

.stunning-icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background: #f9f9fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #95b10a;
    box-shadow: 0 10px 20px rgba(149, 177, 10, 0.15);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.stunning-contact-card:hover .stunning-icon-box {
    background: #95b10a;
    color: #ffffff;
    transform: scale(1.1) rotateY(360deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.stunning-contact-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1c183a;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.stunning-contact-card:hover h4 {
    color: #ffffff;
}

.stunning-contact-card p,
.stunning-contact-card a {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    text-decoration: none;
    transition: all 0.4s ease;
    display: block;
    margin-bottom: 0;
}

.stunning-contact-card:hover p,
.stunning-contact-card:hover a {
    color: #e0e0e0;
}

.stunning-contact-card a:hover {
    color: #95b10a !important;
}

.blog-post-thumb img {
    height: 100% !important;
}

.blog__post-thumb-three {
    margin-bottom: 10px !important;
}

.testimonial__nav-four .testimonial-two-button-next,
.testimonial__nav-four .testimonial-two-button-prev {
    background: #382C8A;
}

.flaticon-right-arrow:before {
    color: #fff;
}

.blog__post-area-four .testimonial__nav-four .testimonial-two-button-next,
.blog__post-area-four .testimonial__nav-four .testimonial-two-button-prev {
    background: #95b10a;
}

.blog__post-area-four .btn {
    background-color: #95b10a !important;

}

/* Header Book Appointment Button Styling */
.tg-header__top-right li.hb a,
.mobile-strip-link {
    background-color: #95b10a !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
    border-radius: 5px !important;
    display: inline-block !important;
}

/* Contact Page Styles */
.contact-map {
    width: 100%;
    height: 450px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .contact-border-x {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0 20px;
    }

    .contact-pl-20 {
        padding-left: 20px;
    }
}

.contact-info-block {
    word-break: break-word;
}

@media (max-width: 991px) {
    .contact-info-flex {
        justify-content: flex-start !important;
    }

    .contact-strip-area .col-md-6 {
        margin-bottom: 25px;
    }

    .contact-strip-area .col-md-6:last-child {
        margin-bottom: 0;
    }
}

/* Contact Strip Details */
.contact-strip-area {
    background: linear-gradient(135deg, #1c183a 0%, #382C8A 100%);
    padding: 60px 0;
}

.contact-strip-area .icon-wrap {
    width: 65px;
    height: 65px;
    background: rgba(149, 177, 10, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #95b10a;
    font-size: 26px;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-strip-area .content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-strip-area .content p,
.contact-strip-area .content>div {
    color: #d1d1d1;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.5;
}

.contact-strip-area .content a {
    color: #d1d1d1;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-strip-area .content a:hover {
    color: #95b10a !important;
}

.branch-map-embed iframe {
    border: 0;
}

.footer__top-two .row>*:nth-child(3) .footer-widget {
    margin-left: 0px !important;
}

/* Floating Social Media Widget - Premium Glassmorphism */
.academic-social-widget {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.academic-social-widget:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.academic-social-widget .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.academic-social-widget .social-icon:hover {
    transform: scale(1.15) translateX(5px);
    color: #ffffff;
}

/* Brand Colors on Hover */
.academic-social-widget .social-icon.facebook:hover {
    background: #1877F2;
    box-shadow: 0 5px 20px rgba(24, 119, 242, 0.4);
}

.academic-social-widget .social-icon.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0 5px 20px rgba(214, 36, 159, 0.4);
}

.academic-social-widget .social-icon.youtube:hover {
    background: #FF0000;
    box-shadow: 0 5px 20px rgba(255, 0, 0, 0.4);
}

.academic-social-widget .social-icon.linkedin:hover {
    background: #0077b5;
    box-shadow: 0 5px 20px rgba(0, 119, 181, 0.4);
}

/* Tooltip on Hover */
.academic-social-widget .social-icon::after {
    content: attr(class);
    position: absolute;
    left: 60px;
    background: rgba(28, 24, 58, 0.9);
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.academic-social-widget .social-icon.facebook::after {
    content: 'Facebook';
}

.academic-social-widget .social-icon.instagram::after {
    content: 'Instagram';
}

.academic-social-widget .social-icon.youtube::after {
    content: 'YouTube';
}

.academic-social-widget .social-icon.linkedin::after {
    content: 'LinkedIn';
}

.academic-social-widget .social-icon:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .academic-social-widget {
        left: 10px;
        padding: 10px 8px;
        gap: 10px;
        border-radius: 30px;
    }

    .academic-social-widget .social-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .academic-social-widget .social-icon::after {
        display: none;
    }

    .academic-social-widget .social-icon:hover {
        transform: scale(1.1) translateX(3px);
    }
}


.appointment-submit-btn {
    background: #95b10a !important;
}

/* Hide floating widgets when mobile menu is open */
body.mobile-menu-visible .appointment-widget,
body.mobile-menu-visible .whatsapp-widget,
body.mobile-menu-visible .call-widget,
body.mobile-menu-visible .scroll__top {
    z-index: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

@media (max-width: 768px) {
    .box-button-slider-bottom {}
}

/* Premium Sidebar Styling */
.premium-sidebar {
    background: var(--tg-theme-primary, #382C8A);
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.premium-sidebar .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    color: #ffffff;
}

.premium-sidebar .widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #95b10a;
    border-radius: 2px;
}

.premium-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.premium-cat-list li {
    margin-bottom: 5px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.premium-cat-list li a {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: transparent;
}

.premium-cat-list li a i {
    margin-right: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.premium-cat-list li:hover a {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transform: translateX(4px);
}

.premium-cat-list li:hover a i {
    color: #95b10a;
}

.premium-cat-list li.active a {
    background: #95b10a;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(149, 177, 10, 0.3);
}

.premium-cat-list li.active a i {
    color: #ffffff;
}

/* Premium Product Card Styling */
.premium-product-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0, 0, 0, 0.02);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.premium-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.premium-product-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

.premium-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
    padding: 20px;
}

.premium-product-card:hover .premium-product-img img {
    transform: scale(1.08);
}

.premium-product-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.premium-product-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.3;
}

.premium-product-subtitle {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.premium-btn-read {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--tg-theme-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.premium-btn-read i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.premium-btn-read:hover {
    color: #222;
}

.premium-btn-read:hover i {
    transform: translateX(5px);
}

.section-title-premium {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.section-title-premium::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: var(--tg-theme-primary);
    border-radius: 2px;
}

.product-card {
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 198, 255, 0.3);
    background: linear-gradient(135deg, #0072ff 0%, #00c6ff 100%) !important;
}

.product-card img {
    max-width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.product-card:hover img {
    transform: scale(1.05);
}

.product-card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.product-card-subtitle {
    font-size: 14px;
    margin-bottom: 25px;
    opacity: 0.9;
    flex-grow: 1;
}

.product-card-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #26c6da;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    border: none;
}

.product-card-btn:hover {
    background-color: #00bcd4;
    color: #fff;
}

/* Background Colors */
.bg-blue {
    background-color: #0052D4;
}

.bg-yellow {
    background-color: #fbc02d;
}

.bg-green {
    background-color: #4caf50;
}

.bg-red {
    background-color: #f44336;
}

.bg-purple {
    background-color: #9c27b0;
}

.bg-yellow .product-card-btn,
.bg-green .product-card-btn,
.bg-red .product-card-btn,
.bg-purple .product-card-btn {
    /*background-color: #17c6c4;*/
    background-color: #382C8A;
    /* Matching the cyan color from screenshot */
}

.bg-yellow .product-card-btn:hover,
.bg-green .product-card-btn:hover,
.bg-red .product-card-btn:hover,
.bg-purple .product-card-btn:hover {
    /*background-color: #13a5a4;*/
    background-color: #95b10a;
}