@media (min-width: 991px) and (max-width: 1200px) {
        .choose-us-one__thumb img {
            margin-left: -554px;

        }

        .funfact-one__inner2 {
            margin-top: -240px;
        }
    }

    @media (max-width: 768px) {

        /* ...existing responsive styles... */
        #element3 {
            width: 100% !important;
            max-width: 100% !important;
            /* font-size: 42px !important; */
            white-space: normal !important;
            word-break: break-word !important;
        }
    }

    .modern-card {
        position: relative;
        border-radius: 20px;
        padding: 40px 30px;
        min-height: 380px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        color: white;
    }

    /* Gradient Backgrounds - Main Change */
    .modern-card.card-1 {
        background: linear-gradient(135deg, #26D07C 0%, #20B86F 100%);
    }

    .modern-card.card-2 {
        background: linear-gradient(135deg, #008CBA 0%, #005F87 100%);
    }

    .modern-card.card-3 {
        background: linear-gradient(135deg, #DA5AC8 0%, #9C27B0 100%);
    }

    /* Card Background Decorations - 3D/Organic Graphics */
    .card-decoration {
        position: absolute !important;
        pointer-events: none !important;
        z-index: 1 !important;
        transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    }

    /* Card 1: Green Card - Diagonal Capsule/Pill Shapes */
    .card-1 .deco-1 {
        width: 140px;
        height: 50px;
        background: rgba(255, 255, 255, 0.12);
        border-radius: 25px;
        transform: rotate(-45deg);
        top: 25%;
        left: -30px;
    }

    .card-1 .deco-2 {
        width: 180px;
        height: 60px;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 30px;
        transform: rotate(-45deg);
        bottom: 15%;
        right: -30px;
    }

    .card-1:hover .deco-1 {
        transform: rotate(-45deg) translate(8px, -8px) scale(1.1);
        background: rgba(255, 255, 255, 0.18);
    }

    .card-1:hover .deco-2 {
        transform: rotate(-45deg) translate(-8px, 8px) scale(1.1);
        background: rgba(255, 255, 255, 0.12);
    }

    /* Card 2: Blue Card - Wavy Horizontal Ripple Lines */
    .card-2 .deco-1 {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.15;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='30' viewBox='0 0 100 30'%3E%3Cpath d='M 0,15 Q 25,5 50,15 T 100,15' fill='none' stroke='rgba(255,255,255,0.7)' stroke-width='2.5'/%3E%3C/svg%3E");
        background-size: 80px 24px;
        background-repeat: repeat;
    }

    .card-2 .deco-2 {
        width: 100%;
        height: 100%;
        top: 12px;
        left: -15px;
        opacity: 0.08;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='30' viewBox='0 0 100 30'%3E%3Cpath d='M 0,15 Q 25,5 50,15 T 100,15' fill='none' stroke='rgba(255,255,255,0.7)' stroke-width='2.5'/%3E%3C/svg%3E");
        background-size: 80px 24px;
        background-repeat: repeat;
    }

    .card-2:hover .deco-1 {
        transform: translate(5px, 0);
        opacity: 0.22;
    }

    .card-2:hover .deco-2 {
        transform: translate(-5px, 0);
        opacity: 0.12;
    }

    /* Card 3: Purple Card - Liquid Blob/Organic Bubble Shapes */
    .card-3 .deco-1 {
        width: 160px;
        height: 160px;
        background: rgba(255, 255, 255, 0.10);
        border-radius: 43% 57% 51% 49% / 45% 42% 58% 55%;
        top: 15%;
        right: -30px;
    }

    .card-3 .deco-2 {
        width: 120px;
        height: 120px;
        background: rgba(255, 255, 255, 0.07);
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
        bottom: 10%;
        left: -20px;
    }

    .card-3:hover .deco-1 {
        transform: scale(1.12) rotate(15deg);
        background: rgba(255, 255, 255, 0.15);
    }

    .card-3:hover .deco-2 {
        transform: scale(1.12) rotate(-15deg);
        background: rgba(255, 255, 255, 0.10);
    }

    /* Ensure content stays readable above the decorations */
    .card-content, .card-btn {
        position: relative !important;
        z-index: 5 !important;
    }

    /* ═══════════════════════════════════════
       3D FLOATING ICON SYSTEM
    ═══════════════════════════════════════ */

    .card-icon-container {
        position: absolute;
        top: -28px;
        right: 22px;
        width: 90px;
        height: 90px;
        border-radius: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
        overflow: visible;
        /* 3D tilt */
        transform: perspective(450px) rotateX(12deg) rotateY(-10deg);
        animation: floatIcon 2.8s ease-in-out infinite;
    }

    /* ── Card 1: Cyan-Teal 3D cube ── */
    .card-1 .card-icon-container {
        background: linear-gradient(145deg, #43E8D8 0%, #00C8F0 55%, #0077FF 100%);
        /* box-shadow:
            5px 5px 0 #00a8d0,
            10px 10px 0 #006fa0,
            15px 15px 0 rgba(0,100,150,0.25),
            0 30px 55px rgba(0,200,240,0.60),
            inset 0 3px 10px rgba(255,255,255,0.55); */
    }

    /* ── Card 2: Fiery Orange-Red 3D cube ── */
    .card-2 .card-icon-container {
        background: linear-gradient(145deg, #FF6B6B 0%, #FF8E40 55%, #FFC200 100%);
        /* box-shadow:
            5px 5px 0 #d95025,
            10px 10px 0 #a83510,
            15px 15px 0 rgba(160,60,20,0.25),
            0 30px 55px rgba(255,130,60,0.60),
            inset 0 3px 10px rgba(255,255,255,0.55); */
    }

    /* ── Card 3: Violet-Pink 3D cube ── */
    .card-3 .card-icon-container {
        background: linear-gradient(145deg, #B44FFF 0%, #E040FB 55%, #FF6B8A 100%);
        /* box-shadow:
            5px 5px 0 #9020e0,
            10px 10px 0 #6a00b8,
            15px 15px 0 rgba(100,0,160,0.25),
            0 30px 55px rgba(180,80,255,0.60),
            inset 0 3px 10px rgba(255,255,255,0.55); */
    }

    /* Glass shine on top-left corner */
    .card-icon-container::before {
        content: '';
        position: absolute;
        top: 7px;
        left: 9px;
        width: 52%;
        height: 34%;
        background: linear-gradient(135deg,
            rgba(255,255,255,0.72) 0%,
            rgba(255,255,255,0.00) 100%);
        border-radius: 12px 12px 0 0;
        pointer-events: none;
        z-index: 3;
    }

    /* Bottom reflection glow */
    .card-icon-container::after {
        content: '';
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 14px;
        border-radius: 50%;
        background: rgba(0,0,0,0.18);
        filter: blur(8px);
        pointer-events: none;
    }

    /* Float + keep 3D perspective in animation */
    @keyframes floatIcon {
        0%, 100% {
            transform: perspective(450px) rotateX(12deg) rotateY(-10deg) translateY(0px);
        }
        50% {
            transform: perspective(450px) rotateX(12deg) rotateY(-10deg) translateY(-14px);
        }
    }

    /* Icon font – glowing white with pulse */
    .card-icon {
        font-size: 44px;
        color: #fff;
        position: relative;
        z-index: 4;
        animation: iconGlow 2.8s ease-in-out infinite;
        /* subtle drop to enhance 3D depth */
        filter: drop-shadow(0 5px 8px rgba(0,0,0,0.30));
    }

    @keyframes iconGlow {
        0%, 100% {
            filter: drop-shadow(0 5px 8px rgba(0,0,0,0.30))
                    drop-shadow(0 0 12px rgba(255,255,255,0.30));
        }
        50% {
            filter: drop-shadow(0 5px 8px rgba(0,0,0,0.30))
                    drop-shadow(0 0 28px rgba(255,255,255,0.85));
        }
    }

    .card-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .card-description {
        font-size: 15px;
        line-height: 1.6;
        opacity: 0.95;
        margin-bottom: 25px;
    }

    .card-btn {
        display: inline-block;
        background: rgba(255, 255, 255, 0.25);
        color: white;
        padding: 12px 28px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        font-size: 13px;
        border: 2px solid rgba(255, 255, 255, 0.4);
        transition: all 0.3s ease;
        backdrop-filter: blur(5px);
    }

    .card-btn:hover {
        background: rgba(255, 255, 255, 0.35);
        border-color: rgba(255, 255, 255, 0.6);
        transform: translateX(5px);
    }

    /* Hover Effect - NEW */
    .modern-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    }

    /* Layout - Using CSS Grid instead of Bootstrap Row */
    .modern-cards-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
    }

    /* Comprehensive animation suite */

    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translateY(-30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes slideUp {
        from {
            opacity: 0;
            transform: translateY(40px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Staggered animations for cards */
    .modern-card {
        animation: slideUp 0.6s ease forwards;
    }

    .modern-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .modern-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .modern-card:nth-child(3) {
        animation-delay: 0.3s;
    }

    /* Smooth transitions for interactive elements */
    .modern-card {
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .card-btn {
        transition: all 0.3s ease;
    }

    .card-icon-container {
        transition: all 0.4s ease;
    }

    @media (max-width: 768px) {
        .testimonials-twooo .sec-title__title {
            font-size: 32px;
            /* Down from 48px */
        }

        .modern-cards-container {
            grid-template-columns: 1fr;
            /* Single column */
            gap: 25px;
        }

        .modern-card {
            min-height: 320px;
            /* Down from 380px */
            padding: 35px 25px;
            /* Down from 40px 30px */
        }

        .card-icon-container {
            width: 70px;
            /* Down from 80px */
            height: 70px;
        }

        .card-icon {
            font-size: 32px;
            /* Down from 40px */
        }

        .card-title {
            font-size: 18px;
            /* Down from 20px */
            padding-right: 75px;
        }
    }

    .card-content {
        position: relative;
        z-index: 2;
        /* padding-top: 80px; extra room for the popped-out icon */
    }

    .modern-card {
        overflow: visible;
    }

    .card-title {
        padding-right: 90px;
    }

    .card-icon-container {
        z-index: 20;
    }

    .card-description {
        color: white;
    }

.testimonials-twooo {
        padding: 60px 0px;
        position: relative;
        z-index: 1;
        margin-top: 50px;
        /*background: linear-gradient(177deg, #ffefef 44%, #f0d0d0 63%);*/
        background-color: #f7f280e0;
        background-image: url('../../images/backgrounds/what-we-need-pattern.png?v=4');
        background-blend-mode: multiply;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .choose-us-one1 {
        position: relative;
        background: transparent !important;
        padding: 100px 0;
        z-index: 1;
        overflow: hidden;
    }

    .choose-us-one1::after {
        background-color: #ccdf92 !important;
        background-image: url('../../images/backgrounds/why-choose-us-pattern.png') !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .center-img {
        max-width: 480px;
        border-radius: 15px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
            rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
            rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        position: relative;
        z-index: 2;
        width: 100%;
        height: auto;
    }

    .zoom-hover {
        transition: transform 0.4s ease;
    }

    .zoom-hover:hover {
        transform: scale(1.1);
        /* zoom in effect */
    }


    /* .feature-card {
    position: absolute;
    width: 350px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    z-index: 3;
    transition: all 0.4s ease-in-out;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    margin-top:45px;
    animation: fadeIn 1.2s ease forwards;
    } */

    .feature-card {
        position: absolute;
        z-index: 3;
        width: 380px;
        height: 200px;
        background: #f8f9fa;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 0 15px rgba(14, 189, 50, 0.2);
        /* Initial soft glow */
        transition: all 0.4s ease-in-out;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.6;
        color: #000;
        margin-top: 45px;
        animation: fadeIn 1.2s ease forwards;
        animation: glow-shadow 6s ease infinite;
    }

    .feature-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 19px;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        padding: 2px;
        background: linear-gradient(135deg, #0ebd32, #21d4fd, #0ebd32);
        background-size: 200% 200%;
        animation: glow-border 4s ease infinite;
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
        pointer-events: none;
        box-shadow: 0 0 15px #0ebd32, 0 0 30px #21d4fd, 0 0 45px #0ebd32;
        opacity: 0.9;
    }

    /* Animated border keyframes */
    @keyframes glow-border {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    /* Animated shadow effect */
    @keyframes glow-shadow {
        0% {
            box-shadow: 0 0 15px rgba(14, 189, 50, 0.2);
        }

        50% {
            box-shadow: 0 0 25px rgba(14, 189, 50, 0.4);
        }

        100% {
            box-shadow: 0 0 15px rgba(14, 189, 50, 0.2);
        }
    }


    .feature-card h5 {
        font-size: 16px;
        font-weight: 600;
        color: #021936;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .feature-card i {
        font-size: 18px;
        color: #0ebd32;
        background: rgba(14, 189, 50, 0.1);
        padding: 6px;
        border-radius: 50%;
        transition: background 0.3s ease;
    }

    .feature-card:hover i {
        background: rgba(14, 189, 50, 0.2);
    }

    .top-left .topright {
        margin-top: 15px;
    }

    .feature-card h5 {
        font-size: 16px;
        font-weight: 600;
        color: #0ebd32;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .feature-card p {
        margin: 0;
        text-align: justify;
        font-family: sans-serif, arial;
    }

    .top-left {
        top: 8%;
        left: 0%;
    }

    .top-right {
        top: 8%;
        right: 0%;
    }

    .bottom-left {
        bottom: 0%;
        left: 0%;
    }

    .bottom-right {
        bottom: 0%;
        right: 0%;
    }

    .choose-us-one__link__btn {
        background: linear-gradient(45deg, #ef3bfb, #003768c4);
        color: #fff;
        font-size: 0.9rem;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 30px;
        padding: 10px 30px;
        text-decoration: none;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
            rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
            rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        transition: background 0.3s ease, box-shadow 0.3s ease;
    }

    .choose-us-one__link__btn:hover {
        background: #0ebd32;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        color: #fff;
    }

    .choose-us-one__funfact__count {
        color: #0ebd32;
        font-size: 48px;
        font-weight: 700;
    }

    .choose-us-one__funfact__text {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-top: 5px;
    }

    /* Heading underline animation */
    .underline-animate {
        position: relative;
        display: inline-block;
    }

    .underline-animate::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0;
        height: 3px;
        background: #f53a9e;
        transition: width 1s ease;
    }

    .underline-animate.fade-in::after {
        width: 100%;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 991px) {
        .feature-card {
            position: static;
            width: 100%;
            margin: 20px auto;
        }

        .center-img {
            max-width: 100%;
        }

        .choose-us-one__link {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .choose-us-one__funfact {
            justify-content: center;
        }
    }

/* .choose-us-one {
        padding: 80px 0;
        background-color: #f8f9fa;
    }

    .choose-us-one__left {
        padding: 20px;
        background-color: transparent;
        box-shadow: none;
    }

    .choose-us-one__right {
        padding: 0;
        margin-top: 24px;
    }

    .choose-us-one__thumb img {
        width: 664px;
    height: 100%;
    margin-left: -821px;
    object-fit: fill;
    }

    .choose-us-one__link__btn {
        display: inline-block;
        padding: 10px 20px;
        background: linear-gradient(45deg, #ef3bfb, #003768c4);
        color: #fff;
        border-radius: 30px;
        font-size: 0.9rem;
        text-transform: uppercase;
        font-weight: 600;
        text-decoration: none;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

    .choose-us-one__link__btn:hover {
        background-color: #0ebd32;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .choose-us-one__funfact {
        margin-top: 20px;
        text-align: center;
    }

    .choose-us-one__funfact__text {
        font-size: 1rem;
        color: #555;
    }

    @media (max-width: 768px) {

        .choose-us-one__left,
        .choose-us-one__right {
            margin-bottom: 20px;
        }

    }

    @media (max-width: 991px) {
        .choose-us-one__thumb img {
            margin-left: 0;
            margin-top: -18px;
            border-radius: 10px;
        }
    }

    @media (min-width: 991px) and (max-width: 1023px) {
        .choose-us-one__thumb img {
            margin-left: -554px;

        }


    }

    @media (min-width:1024px) and (max-width: 1200px) {
        .choose-us-one__thumb img {
            margin-left: -648px;

        }


    } */

    /* @media (min-width:1000px) and (max-width: 1326px) {
    .choose-us-one__thumb img {
        margin-left: -650px;
       
    }

 
} */

    /* .funfact-one__inner2 {
        margin-top: -220px;
    } */


    /* --- Zoom In Animation --- */
    /* Zoom In Animation for image */
    @keyframes zoomIn {
        0% {
            transform: scale(0.8);
            opacity: 0;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    .zoom-in-animate {
        animation: zoomIn 1s ease forwards;
    }

    /* Slide in animations for feature cards */
    @keyframes slideFromTopLeft {
        0% {
            transform: translate(-50%, -50%);
            opacity: 0;
        }

        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }

    @keyframes slideFromTopRight {
        0% {
            transform: translate(50%, -50%);
            opacity: 0;
        }

        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }

    @keyframes slideFromBottomLeft {
        0% {
            transform: translate(-50%, 50%);
            opacity: 0;
        }

        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }

    @keyframes slideFromBottomRight {
        0% {
            transform: translate(50%, 50%);
            opacity: 0;
        }

        100% {
            transform: translate(0, 0);
            opacity: 1;
        }
    }

    .feature-card {
        opacity: 0;
        transition: transform 0.4s ease;
        cursor: pointer;
    }

    .feature-card.animate-top-left {
        animation: slideFromTopLeft 1s ease forwards;
    }

    .feature-card.animate-top-right {
        animation: slideFromTopRight 1s ease forwards;
    }

    .feature-card.animate-bottom-left {
        animation: slideFromBottomLeft 1s ease forwards;
    }

    .feature-card.animate-bottom-right {
        animation: slideFromBottomRight 1s ease forwards;
    }

    .feature-card:hover {
        transform: scale(1.05);
    }

    .choose-us-center-img img {
        transition: transform 0.4s ease;
        display: inline-block;
    }

    .choose-us-center-img img:hover {
        transform: scale(1.1);
    }

    /* ── Why Choose Us – Half-Moon Arc ── */
    .choose-us-one1 {
        padding: 80px 0 90px;
        background: transparent !important;
        position: relative;
        overflow: visible;
    }

    .choose-us-one1::after {
        background-color: #e6f4d8 !important;
        background-image: url('../../images/backgrounds/why-choose-us-pattern.png') !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    /* Left image – bigger & pulled further left */
    .round-image-wrapper {
        display: inline-block;
        padding: 14px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 20px 50px rgba(0,0,0,0.14);
        margin-left: -60px;          /* pull left */
        position: relative;
        z-index: 2;
        left: 8rem;
    }

    .round-doctor-img {
        width: 540px;
        height: 540px;
        object-fit: cover;
        border-radius: 50%;
        border: 7px solid #0ebd32;
        transition: transform 0.5s ease;
        display: block;
    }
    .round-doctor-img:hover { transform: scale(1.04); }

    /* Arc container – fixed height, relative positioning */
    .bubbles-arc {
        position: relative;
        width: 100%;
        height: 700px;   
        left: 15rem;
                /* tall enough for 4 bubbles */
    }

    /* ── Hover: ripple rings via pseudo-elements ── */
    .circle-bubble {
        position: absolute;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: rgba(255,255,255,0.96);
        box-shadow: 0 14px 32px rgba(14,189,50,0.18),
                    inset 0 0 22px rgba(255,255,255,0.7);
        border: 3px solid #0ebd32;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px;
        transition: all 0.45s cubic-bezier(0.175,0.885,0.32,1.275);
        backdrop-filter: blur(8px);
        overflow: visible;
    }

    /* Both pseudo-elements used for the double ripple ring */
    .circle-bubble::before,
    .circle-bubble::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50%;
        border: 2.5px solid #0ebd32;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: none;
    }

    /* On hover: launch ripple rings */
    .circle-bubble:hover::before {
        animation: rippleRing 0.8s ease-out forwards;
    }
    .circle-bubble:hover::after {
        animation: rippleRing 0.8s 0.22s ease-out forwards;
    }

    @keyframes rippleRing {
        0%   { transform: scale(1);    opacity: 0.75; }
        100% { transform: scale(1.65); opacity: 0;    }
    }

    /* Bubble lift + glow + gradient wash on hover */
    .circle-bubble:hover {
        transform: scale(1.12) translateY(-10px);
        background: linear-gradient(145deg, #ffffff 30%, #d4f7df 100%);
        box-shadow:
            0 0 0 6px rgba(14,189,50,0.12),
            0 0 24px 6px rgba(14,189,50,0.28),
            0 32px 55px rgba(14,189,50,0.22);
        border-color: #09a829;
        z-index: 10;
    }

    /* Spinning glow ring — separate element driven by JS (see below) */
    .bubble-spin-ring {
        position: absolute;
        inset: -8px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #0ebd32;
        border-right-color: #09a829;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
        animation: spinRing 1.2s linear infinite;
    }
    .circle-bubble:hover .bubble-spin-ring {
        opacity: 1;
    }
    @keyframes spinRing {
        to { transform: rotate(360deg); }
    }

    /* Icon: bounce + color flip on hover */
    .bubble-icon {
        font-size: 36px;
        color: #0ebd32;
        margin-bottom: 10px;
        display: block;
        transition: transform 0.4s cubic-bezier(0.36,0.07,0.19,0.97),
                    color 0.35s ease,
                    text-shadow 0.35s ease;
    }
    .circle-bubble:hover .bubble-icon {
        transform: scale(1.35) rotate(-8deg);
        color: #07951f;
        text-shadow: 0 0 18px rgba(14,189,50,0.55);
        animation: iconBounce 0.5s cubic-bezier(0.36,0.07,0.19,0.97);
    }
    @keyframes iconBounce {
        0%   { transform: scale(1)    rotate(0deg);  }
        30%  { transform: scale(1.45) rotate(-12deg);}
        60%  { transform: scale(1.2)  rotate(5deg);  }
        100% { transform: scale(1.35) rotate(-8deg); }
    }

    /* Title + text color shift on hover */
    .circle-bubble h5 {
        font-size: 1.1rem;
        font-weight: 700;
        color: #021936;
        margin-bottom: 6px;
        transition: color 0.35s ease;
    }
    .circle-bubble:hover h5 { color: #07951f; }

    .circle-bubble p {
        font-size: 0.82rem;
        line-height: 1.45;
        margin: 0;
        color: #555;
        transition: color 0.35s ease;
    }
    .circle-bubble:hover p { color: #333; }

    .bubble-content { text-align: center; color: #333; }

    /* Responsive */
    @media (max-width: 991px) {
        .choose-us-one1 { padding: 50px 0; }
        .round-image-wrapper { margin-left: 0; }
        .round-doctor-img { width: 280px; height: 280px; }
        .bubbles-arc { height: 520px; }
        .circle-bubble { width: 150px; height: 150px; }
        .bubble-1 { top:   0px; left: 10px; }
        .bubble-2 { top: 110px; left: 130px; }
        .bubble-3 { top: 260px; left: 130px; }
        .bubble-4 { top: 370px; left:  10px; }
    }
    @media (max-width: 575px) {
        .bubbles-arc { display: flex; flex-wrap: wrap; height: auto; gap: 18px; justify-content: center; }
        .circle-bubble { position: static; width: 140px; height: 140px; }
    }

    .round-image-wrapper {
        position: relative;
        display: inline-block;
        padding: 15px;
        background: linear-gradient(145deg, #ffffff, #f0f8e8);
        border-radius: 50%;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
            inset 0 0 30px rgba(255, 255, 255, 0.8);
    }

    .round-doctor-img {
        width: 540px;
        height: 540px;
        object-fit: cover;
        border-radius: 50%;
        border: 8px solid #fff;
        box-shadow: 0 10px 30px rgba(14, 189, 50, 0.2);
        transition: transform 0.5s ease;
    }

    .round-doctor-img:hover {
        transform: scale(1.05);
    }

    /* Bubble Cards */
    .bubbles-container {
        position: relative;
        max-width: 620px;
        margin: 0 auto;
    }

    .bubble-card {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 30px;
        padding: 28px 32px;
        margin-bottom: 28px;
        box-shadow: 0 15px 35px rgba(14, 189, 50, 0.15),
            0 5px 15px rgba(0, 0, 0, 0.08);
        border: 2px solid rgba(14, 189, 50, 0.15);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
    }

    .bubble-card:hover {
        transform: translateY(-12px) scale(1.03);
        box-shadow: 0 25px 50px rgba(14, 189, 50, 0.25);
    }

    .bubble-card h5 {
        font-size: 1.35rem;
        font-weight: 700;
        color: #0ebd32;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .bubble-card p {
        color: #333;
        line-height: 1.65;
        font-size: 1.02rem;
    }

    /* Arc Positioning – desktop */
    .bubble-1 { top:   0px; left:  10px; }
    .bubble-2 { top: 140px; left: 165px; }
    .bubble-3 { top: 320px; left: 165px; }
    .bubble-4 { top: 460px; left:  10px; }

    @media (max-width: 991px) {
        .round-doctor-img {
            width: 260px;
            height: 260px;
        }

        .bubble-card {
            margin-left: 0 !important;
            transform: none !important;
        }
    }

    .choose-us-one1 {
        padding: 70px 0 60px;
        /* Reduced height */
        background: transparent !important;
        position: relative;
        overflow: hidden;
    }

    .choose-us-one1::after {
        background-color: #e6f4d8 !important;
        background-image: url('../../images/backgrounds/why-choose-us-pattern.png') !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .round-image-wrapper {
        display: inline-block;
        padding: 12px;
        background: white;
        border-radius: 50%;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }

    .round-doctor-img {
        width: 540px;
        height: 540px;
        object-fit: cover;
        border-radius: 50%;
        border: 6px solid #0ebd32;
        transition: 0.4s;
    }

    .round-doctor-img:hover {
        transform: scale(1.05);
    }

    /* Circular Bubbles */
    .bubbles-arc {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
        align-items: center;
    }

    .circle-bubble {
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 15px 30px rgba(14, 189, 50, 0.18),
            inset 0 0 25px rgba(255, 255, 255, 0.8);
        border: 3px solid #0ebd32;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        transition: all 0.4s ease;
        backdrop-filter: blur(8px);
    }

    .circle-bubble:hover {
        transform: scale(1.08) translateY(-10px);
        box-shadow: 0 25px 45px rgba(14, 189, 50, 0.3);
    }

    .bubble-content {
        text-align: center;
        color: #333;
    }

    .bubble-icon {
        font-size: 42px;
        color: #0ebd32;
        margin-bottom: 12px;
    }

    .circle-bubble h5 {
        font-size: 1.35rem;
        font-weight: 700;
        color: #021936;
        margin-bottom: 10px;
    }

    .circle-bubble p {
        font-size: 0.95rem;
        line-height: 1.5;
        margin: 0;
        color: #444;
    }

    /* Arc / Staggered Effect – desktop override */
    .bubble-1 { top:   0px; left:  10px; }
    .bubble-2 { top: 140px; left: 165px; }
    .bubble-3 { top: 320px; left: 165px; }
    .bubble-4 { top: 460px; left:  10px; }

    @media (max-width: 991px) {
        .choose-us-one1 {
            padding: 50px 0;
        }

        .circle-bubble {
            width: 220px;
            height: 220px;
        }

        .round-doctor-img {
            width: 240px;
            height: 240px;
        }
    }

@keyframes bubbleFloat {

        0%,
        100% {
            transform: translateY(0) rotate(var(--rot));
        }

        50% {
            transform: translateY(-15px) rotate(var(--rot));
        }
    }

    .bubble-card {
        --rot: 0deg;
        animation: bubbleFloat 6s ease-in-out infinite;
    }

    .bubble-1 {
        --rot: -4deg;
    }

    .bubble-2 {
        --rot: 3deg;
    }

    .bubble-3 {
        --rot: -2deg;
    }

    .bubble-4 {
        --rot: 4deg;
    }

/* --- Element Custom Styles --- */

.about-custom-1 {
    background-size: cover; background-position: center; padding: 94px 0; position: relative;
}

.about-custom-2 {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1;
}

.about-custom-3 {
    position: relative; z-index: 2;
}

.about-custom-4 {
    border-radius: 10px; margin-top: 29px; object-fit: cover;
}

.about-custom-5 {
    margin-top: 47px;
}

.about-custom-6 {
    text-align:center;
}

.about-custom-7 {
    font-size: 28px;
    word-break: break-word;
    text-align: center;
    margin-bottom: 5px !important;
    line-height: 1.2 !important;
}

.about-custom-8 {
    font-size: 38px;
    word-break: break-word;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
}

.about-custom-9 {
    color: #059523; font-weight: 600;
}

.about-custom-10 {
    display: inline-block; width: 20px; height: 3px; background: #059523;
}

.about-custom-11 {
    background: linear-gradient(90deg, #FFA526 0%, #F53A9E 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom:4rem;
}

.about-custom-12 {
    font-size: 15px; font-weight: 600;
}

.about-custom-13 {
    background: linear-gradient(90deg, #FFA526 0%, #F53A9E 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 2.2rem;
}

/* Fix background-clip text rendering/wrapping bug on subtitles */
.page-header__subtitle_about {
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
    color: #ffffff !important;
    display: block !important;
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
}

/* ═══════════════════════════════════════
   MOBILE & TABLET RESPONSIVENESS OVERRIDES
   ═══════════════════════════════════════ */

/* Tablets & Mobile Screens (< 991px) */
@media (max-width: 991px) {
    .page-header__subtitle_about {
        font-size: 1.5rem !important;
    }

    /* Why Choose Us - Reset Positions & Image Wrap */
    .round-image-wrapper {
        left: 0 !important;
        margin-left: 0 !important;
        display: inline-block !important;
        margin-bottom: 30px !important;
        padding: 10px !important;
    }
    
    .round-doctor-img {
        width: 280px !important;
        height: 280px !important;
        border-width: 5px !important;
    }

    .bubbles-arc {
        left: 0 !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        padding: 0 15px !important;
    }

    /* Convert Circular Bubbles to Rounded Row Cards */
    .circle-bubble {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 20px !important;
        padding: 25px 20px !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        text-align: left !important;
        gap: 20px !important;
        box-shadow: 0 10px 30px rgba(14,189,50,0.1) !important;
    }

    .circle-bubble:hover {
        transform: translateY(-5px) !important;
        background: linear-gradient(145deg, #ffffff 30%, #d4f7df 100%) !important;
    }

    .circle-bubble::before,
    .circle-bubble::after {
        border-radius: 20px !important;
    }

    .bubble-spin-ring {
        display: none !important; /* Hide spin ring as it fits circles better */
    }

    .bubble-content {
        text-align: left !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .bubble-icon {
        margin-bottom: 0 !important;
        font-size: 32px !important;
        flex-shrink: 0 !important;
    }

    .circle-bubble h5 {
        font-size: 1.2rem !important;
        margin-bottom: 6px !important;
    }

    .circle-bubble p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }
}

/* Mobile Screens (< 767px) */
@media (max-width: 767px) {
    /* Reset banner margin and center text */
    .banner-text {
        margin-left: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: center !important;
    }

    .page-header__subtitle_about {
        font-size: 1.3rem !important;
        line-height: 1.4 !important;
    }

    /* About Us - Typed element and image spacing */
    #element {
        font-size: 24px !important;
        line-height: 1.35 !important;
    }
    
    .about-two__top__text {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
    
    .about-custom-4 {
        margin-top: 15px !important;
        width: 100% !important;
        height: auto !important;
        max-height: 320px !important;
        object-fit: cover !important;
    }

    /* Corporate Ethics - Dynamic background, Headers & Cards */
    .join-us-tow {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    .join-us-tow__top {
        padding-bottom: 20px !important;
    }

    .join-us-tow__item {
        margin-top: 45px !important;
        border-radius: 15px !important;
    }

    .join-us-tow__content {
        padding: 15px 20px 20px 20px !important;
        padding-top: 45px !important;
        border-radius: 15px !important;
        height: auto !important;
    }

    .join-us-tow__icon {
        margin-top: -35px !important;
        width: 70px !important;
        height: 84px !important;
        font-size: 36px !important;
        margin-bottom: 12px !important;
        background: linear-gradient(135deg, #02f0e5, #085f90) !important;
    }

    .join-us-tow__title {
        font-size: 18px !important;
        margin-bottom: 8px !important;
        font-weight: 700 !important;
    }

    .join-us-tow__text {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .join-us-tow__shape {
        display: none !important;
    }

    .join-us-purple-bg {
        top: 95px !important;
        bottom: 30px !important;
        height: auto !important;
    }
    
    .about-custom-7, #element1 {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }
    
    .about-custom-8, #element3 {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    /* What We Need Cards - Horizontal Scroll & Smaller */
    .modern-cards-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 20px !important;
        padding: 40px 15px 25px 15px !important; /* Top padding for floating icon, sides for peak spacing */
    }

    /* Custom scrollbar for horizontal card scrolling */
    .modern-cards-container::-webkit-scrollbar {
        height: 6px !important;
    }
    .modern-cards-container::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, #00c8f0 0%, #da5ac8 100%) !important;
        border-radius: 10px !important;
    }
    .modern-cards-container::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.05) !important;
        border-radius: 10px !important;
    }

    .modern-card {
        width: 290px !important;
        flex-shrink: 0 !important;
        scroll-snap-align: center !important;
        min-height: 290px !important;
        padding: 45px 20px 20px 20px !important; /* Shrunk padding */
        border-radius: 16px !important;
    }

    .card-icon-container {
        width: 60px !important;
        height: 60px !important;
        top: -20px !important;
        right: 15px !important;
    }

    .card-icon {
        font-size: 30px !important;
    }
    
    .card-title {
        padding-right: 55px !important; /* Clear the absolute floating icon */
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    
    .card-description {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }

    .card-btn {
        padding: 8px 20px !important;
        font-size: 12px !important;
    }

    /* Testimonials - Author block positioning & scaling */
    .testimonials-one__item {
        position: relative !important;
    }

    .testimonials-one__author {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 12px !important;
        margin-top: -70px !important;
        position: absolute !important;
        left: 20px !important;
        right: 20px !important;
        width: calc(100% - 40px) !important;
    }

    .testimonials-one__author__thumb {
        width: 80px !important;
        height: 80px !important;
        margin-right: -35px !important;
        flex-shrink: 0 !important;
        border-radius: 50% !important;
    }

    .testimonials-one__author__content {
        padding: 10px 20px 10px 45px !important;
        margin-bottom: 0 !important;
        border-radius: 0 10px 10px 0 !important;
    }

    .testimonials-one__author__name {
        font-size: 15px !important;
    }

    .testimonials-one__author__deg {
        font-size: 11px !important;
    }

    .testimonials-one__content {
        padding: 50px 20px 25px 20px !important;
    }

    .testimonials-one__text {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /* Partners / Logo Slider */
    .our-partners {
        padding-top: 60px !important;
        padding-bottom: 20px !important;
    }

    .our-partners .owl-nav {
        display: none !important;
    }
    
    .client-carousel__one__item {
        height: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .client-carousel__one__item img {
        max-height: 45px !important;
        width: auto !important;
        object-fit: contain !important;
    }
}

/* Small Mobile Screens (< 575px) */
@media (max-width: 575px) {
    /* Page Header Banner subtitle font-size */
    .page-header__subtitle_about {
        font-size: 1.15rem !important;
        line-height: 1.5 !important;
        white-space: normal !important;
    }

    /* Why Choose Us - Cards text alignment */
    .circle-bubble {
        padding: 20px 15px !important;
    }
}

/* 4 distinct premium pastel gradients and matching hover glow/ripple rings for the Why Choose Us bubbles */

/* Bubble 1: Commitment (Purple) */
.bubble-1 {
    border-color: #7c24d6 !important;
    background: linear-gradient(135deg, #e7d1ff 0%, #f4e8ff 100%) !important;
    box-shadow: 0 14px 32px rgba(124, 36, 214, 0.12) !important;
}
.bubble-1 .bubble-icon {
    color: #7c24d6 !important;
}
.bubble-1::before,
.bubble-1::after {
    border-color: #7c24d6 !important;
}
.bubble-1 .bubble-spin-ring {
    border-top-color: #7c24d6 !important;
    border-right-color: #a85cfc !important;
}
.bubble-1:hover {
    background: linear-gradient(145deg, #ebd6ff 0%, #e2c2ff 100%) !important;
    border-color: #6712bc !important;
    box-shadow:
        0 0 0 6px rgba(124, 36, 214, 0.12),
        0 0 24px 6px rgba(124, 36, 214, 0.28),
        0 32px 55px rgba(124, 36, 214, 0.22) !important;
}
.bubble-1:hover .bubble-icon {
    color: #6712bc !important;
    text-shadow: 0 0 18px rgba(124, 36, 214, 0.55) !important;
}
.bubble-1:hover h5 {
    color: #7c24d6 !important;
}

/* Bubble 2: Excellence (Pink) */
.bubble-2 {
    border-color: #e52b88 !important;
    background: linear-gradient(135deg, #ffcde9 0%, #ffebf6 100%) !important;
    box-shadow: 0 14px 32px rgba(229, 43, 136, 0.12) !important;
}
.bubble-2 .bubble-icon {
    color: #e52b88 !important;
}
.bubble-2::before,
.bubble-2::after {
    border-color: #e52b88 !important;
}
.bubble-2 .bubble-spin-ring {
    border-top-color: #e52b88 !important;
    border-right-color: #f768b2 !important;
}
.bubble-2:hover {
    background: linear-gradient(145deg, #ffd3eb 0%, #ffbae1 100%) !important;
    border-color: #c91870 !important;
    box-shadow:
        0 0 0 6px rgba(229, 43, 136, 0.12),
        0 0 24px 6px rgba(229, 43, 136, 0.28),
        0 32px 55px rgba(229, 43, 136, 0.22) !important;
}
.bubble-2:hover .bubble-icon {
    color: #c91870 !important;
    text-shadow: 0 0 18px rgba(229, 43, 136, 0.55) !important;
}
.bubble-2:hover h5 {
    color: #e52b88 !important;
}

/* Bubble 3: Safety (Green) */
.bubble-3 {
    border-color: #0ebd66 !important;
    background: linear-gradient(135deg, #c0f9d4 0%, #e4fdf0 100%) !important;
    box-shadow: 0 14px 32px rgba(14, 189, 102, 0.12) !important;
}
.bubble-3 .bubble-icon {
    color: #0ebd66 !important;
}
.bubble-3::before,
.bubble-3::after {
    border-color: #0ebd66 !important;
}
.bubble-3 .bubble-spin-ring {
    border-top-color: #0ebd66 !important;
    border-right-color: #4ce79c !important;
}
.bubble-3:hover {
    background: linear-gradient(145deg, #c7fad9 0%, #a4f7be 100%) !important;
    border-color: #08a355 !important;
    box-shadow:
        0 0 0 6px rgba(14, 189, 102, 0.12),
        0 0 24px 6px rgba(14, 189, 102, 0.28),
        0 32px 55px rgba(14, 189, 102, 0.22) !important;
}
.bubble-3:hover .bubble-icon {
    color: #08a355 !important;
    text-shadow: 0 0 18px rgba(14, 189, 102, 0.55) !important;
}
.bubble-3:hover h5 {
    color: #0ebd66 !important;
}

/* Bubble 4: Innovation (Orange) */
.bubble-4 {
    border-color: #ff8f1c !important;
    background: linear-gradient(135deg, #ffddb3 0%, #fff1df 100%) !important;
    box-shadow: 0 14px 32px rgba(255, 143, 28, 0.12) !important;
}
.bubble-4 .bubble-icon {
    color: #ff8f1c !important;
}
.bubble-4::before,
.bubble-4::after {
    border-color: #ff8f1c !important;
}
.bubble-4 .bubble-spin-ring {
    border-top-color: #ff8f1c !important;
    border-right-color: #ffbc75 !important;
}
.bubble-4:hover {
    background: linear-gradient(145deg, #ffe0bb 0%, #ffcf94 100%) !important;
    border-color: #e57200 !important;
    box-shadow:
        0 0 0 6px rgba(255, 143, 28, 0.12),
        0 0 24px 6px rgba(255, 143, 28, 0.28),
        0 32px 55px rgba(255, 143, 28, 0.22) !important;
}
.bubble-4:hover .bubble-icon {
    color: #e57200 !important;
    text-shadow: 0 0 18px rgba(255, 143, 28, 0.55) !important;
}
.bubble-4:hover h5 {
    color: #ff8f1c !important;
}

