.elementor-352 .elementor-element.elementor-element-e4d2cc1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-352 .elementor-element.elementor-element-545aa81 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-352 .elementor-element.elementor-element-58c1cc3 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-352 .elementor-element.elementor-element-58c1cc3:after{content:"0.66";}.elementor-352 .elementor-element.elementor-element-58c1cc3 .elementor-post__thumbnail__link{width:100%;}.elementor-352 .elementor-element.elementor-element-58c1cc3 .elementor-post__meta-data span + span:before{content:"///";}.elementor-352 .elementor-element.elementor-element-58c1cc3{--grid-column-gap:30px;--grid-row-gap:35px;}.elementor-352 .elementor-element.elementor-element-58c1cc3.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-352 .elementor-element.elementor-element-58c1cc3.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-352 .elementor-element.elementor-element-58c1cc3.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}@media(max-width:767px){.elementor-352 .elementor-element.elementor-element-58c1cc3 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-352 .elementor-element.elementor-element-58c1cc3:after{content:"0.5";}.elementor-352 .elementor-element.elementor-element-58c1cc3 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for container, class: .elementor-element-e4d2cc1 */كود جعل اللون ابيض للعوان 
/* تحويل لون العنوان إلى الأبيض إجبارياً */
h1,
.hero-section h1,
.elementor-heading-title,
.entry-title,
article h1 {
    color: #ffffff !important;
}

/* للعناوين الفرعية أيضاً */
.hero-section h1,
.hero-section .subtitle,
.hero-section p {
    color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box
        }

        body {
            font-family: 'Cairo', sans-serif;
            background: #f8fafc;
            color: #1e293b;
            line-height: 1.9
        }

        a {
            text-decoration: none;
            color: inherit
        }

        .container {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px
        }

        /* === Reading Progress Bar === */
        .progress-bar {
            position: fixed;
            top: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #FF9933, #66CCFF);
            z-index: 9999;
            width: 0;
            transition: width .1s linear
        }

        /* === Hero — Animated Gradient === */
        @keyframes heroGradient {
            0% {
                background-position: 0% 50%
            }

            50% {
                background-position: 100% 50%
            }

            100% {
                background-position: 0% 50%
            }
        }

        .hero {
            background: linear-gradient(135deg, #001a33, #003366, #004d99, #003366);
            background-size: 300% 300%;
            animation: heroGradient 8s ease infinite;
            color: #fff;
            padding: 70px 0 80px;
            text-align: center;
            position: relative;
            overflow: hidden
        }

        .hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(102, 204, 255, .08) 0%, transparent 70%);
            animation: heroGradient 12s ease infinite reverse
        }

        .hero h1 {
            font-size: 2.4rem;
            margin-bottom: 15px;
            font-weight: 800;
            text-shadow: 0 2px 10px rgba(0, 0, 0, .2)
        }

        .hero .subtitle {
            font-size: 1.1rem;
            opacity: .95;
            max-width: 700px;
            margin: 0 auto 25px
        }

        .hero-trust {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            margin-top: 20px
        }

        .hero-trust span {
            background: rgba(255, 255, 255, .12);
            backdrop-filter: blur(10px);
            padding: 8px 18px;
            border-radius: 50px;
            font-size: .85rem;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            border: 1px solid rgba(255, 255, 255, .15)
        }

        .hero-trust i {
            color: #FF9933
        }

        .breadcrumb {
            display: flex;
            justify-content: center;
            gap: 10px;
            font-size: .9rem;
            opacity: .85;
            margin-bottom: 25px
        }

        /* === Doctor Widget — Glow Effect === */
        @keyframes glowPulse {

            0%,
            100% {
                box-shadow: 0 0 20px rgba(102, 204, 255, .3)
            }

            50% {
                box-shadow: 0 0 35px rgba(102, 204, 255, .5)
            }
        }

        .doctor-widget {
            background: #fff;
            border-radius: 24px;
            padding: 30px;
            box-shadow: 0 15px 50px rgba(0, 51, 102, .12);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            margin: -55px auto 30px;
            max-width: 620px;
            position: relative;
            z-index: 10;
            border: 2px solid rgba(102, 204, 255, .4);
            transition: transform .3s, box-shadow .3s
        }

        .doctor-widget:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 60px rgba(0, 51, 102, .18)
        }

        .doctor-widget .img-wrapper {
            width: 135px;
            height: 135px;
            border-radius: 50%;
            background: linear-gradient(135deg, #003366, #66CCFF);
            padding: 5px;
            margin-bottom: 15px;
            animation: glowPulse 3s ease-in-out infinite
        }

        .doctor-widget img {
            width: 125px;
            height: 125px;
            border-radius: 50%;
            object-fit: cover
        }

        .doctor-widget h3 {
            color: #003366;
            font-size: 1.25rem
        }

        .doctor-widget p {
            color: #64748b;
            font-size: .95rem
        }

        .doctor-widget .badge {
            color: #003366;
            font-size: .88rem;
            margin-top: 8px;
            font-weight: 600
        }

        .doctor-widget .specialist-badge {
            background: linear-gradient(135deg, #003366, #004d99);
            color: #fff;
            padding: 6px 16px;
            border-radius: 50px;
            font-size: .8rem;
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            white-space: nowrap
        }

        .widget-cta {
            display: flex;
            gap: 10px;
            margin-top: 15px;
            flex-wrap: wrap;
            justify-content: center
        }

        .widget-cta a {
            padding: 10px 22px;
            border-radius: 50px;
            font-size: .85rem;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: all .3s
        }

        .widget-cta .call-btn {
            background: #FF9933;
            color: #fff
        }

        .widget-cta .wa-btn {
            background: #25D366;
            color: #fff
        }

        .widget-cta a:hover {
            transform: translateY(-2px);
            filter: brightness(1.1)
        }

        /* === Entity Def === */
        .entity-def {
            background: linear-gradient(135deg, #f0f8ff, #e8f2ff);
            padding: 30px;
            border-radius: 18px;
            margin-bottom: 30px;
            border-right: 5px solid #003366;
            box-shadow: 0 4px 15px rgba(0, 51, 102, .06)
        }

        .entity-def p {
            font-size: 1.08rem;
            color: #1e293b
        }

        /* === TOC === */
        .toc {
            background: #fff;
            border-radius: 18px;
            padding: 28px;
            margin-bottom: 40px;
            border-right: 5px solid #003366;
            box-shadow: 0 5px 25px rgba(0, 51, 102, .08)
        }

        .toc h2 {
            color: #003366;
            font-size: 1.3rem;
            margin-bottom: 18px
        }

        .toc ol {
            padding-right: 25px;
            counter-reset: toc-counter
        }

        .toc li {
            margin-bottom: 10px;
            padding: 6px 0;
            border-bottom: 1px solid #f0f4f8;
            transition: all .3s
        }

        .toc li:last-child {
            border-bottom: none
        }

        .toc li:hover {
            padding-right: 8px
        }

        .toc a {
            color: #003366;
            transition: all .3s;
            font-weight: 500
        }

        .toc a:hover {
            color: #FF9933
        }

        /* === Article Content === */
        .article-content {
            padding: 40px 0
        }

        .article-content h2 {
            color: #003366;
            font-size: 1.5rem;
            margin: 45px 0 18px;
            padding-bottom: 12px;
            border-bottom: 4px solid transparent;
            border-image: linear-gradient(90deg, #66CCFF, #003366) 1;
            position: relative
        }

        .article-content h3 {
            color: #003366;
            font-size: 1.2rem;
            margin: 28px 0 14px
        }

        .article-content p {
            margin-bottom: 15px;
            color: #374151
        }

        .article-content ul,
        .article-content ol {
            margin-bottom: 20px;
            padding-right: 30px
        }

        .article-content li {
            margin-bottom: 10px;
            color: #374151;
            line-height: 1.8
        }

        /* === AI Answer Box === */
        .ai-answer {
            background: linear-gradient(135deg, #f0f8ff 0%, #e6f4ff 100%);
            padding: 18px 22px;
            border-radius: 14px;
            border-right: 5px solid #66CCFF;
            margin-bottom: 22px;
            box-shadow: 0 3px 12px rgba(0, 51, 102, .06);
            transition: transform .3s
        }

        .ai-answer:hover {
            transform: translateX(-3px)
        }

        .ai-answer p:first-child {
            font-weight: 700;
            color: #003366;
            font-size: 1.05rem;
            margin-bottom: 6px
        }

        /* === Content Boxes with Glass Effect === */
        .highlight-box {
            background: linear-gradient(135deg, rgba(240, 248, 255, .85), rgba(230, 244, 255, .85));
            backdrop-filter: blur(8px);
            border-radius: 18px;
            padding: 25px;
            margin: 25px 0;
            border-right: 5px solid #66CCFF;
            box-shadow: 0 4px 18px rgba(0, 51, 102, .06);
            transition: transform .3s, box-shadow .3s
        }

        .highlight-box:hover {
            transform: translateX(-3px);
            box-shadow: 0 6px 25px rgba(0, 51, 102, .1)
        }

        .highlight-box h4 {
            color: #003366;
            margin-bottom: 15px
        }

        .info-box {
            background: rgba(240, 248, 255, .9);
            backdrop-filter: blur(8px);
            border-radius: 18px;
            padding: 25px;
            margin: 25px 0;
            border-right: 5px solid #003366;
            box-shadow: 0 4px 18px rgba(0, 51, 102, .06);
            transition: transform .3s
        }

        .info-box:hover {
            transform: translateX(-3px)
        }

        .info-box h4 {
            color: #003366;
            margin-bottom: 15px
        }

        .warning-box {
            background: linear-gradient(135deg, #fef2f2, #fff5f5);
            border-radius: 18px;
            padding: 25px;
            margin: 25px 0;
            border-right: 5px solid #dc2626;
            box-shadow: 0 4px 18px rgba(220, 38, 38, .06)
        }

        .warning-box h4 {
            color: #dc2626;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px
        }

        .warning-box p {
            color: #7f1d1d
        }

        /* === Stats Grid — Premium === */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 18px;
            margin: 30px 0
        }

        .stat-card {
            background: #fff;
            border-radius: 18px;
            padding: 22px 15px;
            text-align: center;
            box-shadow: 0 8px 30px rgba(0, 51, 102, .08);
            border-top: 4px solid transparent;
            border-image: linear-gradient(90deg, #003366, #66CCFF) 1;
            transition: transform .3s, box-shadow .3s;
            position: relative;
            overflow: hidden
        }

        .stat-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, transparent 60%, rgba(102, 204, 255, .05));
            pointer-events: none
        }

        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 40px rgba(0, 51, 102, .15)
        }

        .stat-card .number {
            font-size: 1.9rem;
            font-weight: 800;
            background: linear-gradient(135deg, #FF9933, #e68a2e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text
        }

        .stat-card .label {
            color: #003366;
            font-size: .85rem;
            font-weight: 600;
            margin-top: 4px
        }

        /* === Data Tables — Premium === */
        .data-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            margin: 25px 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 51, 102, .1)
        }

        .data-table th {
            background: linear-gradient(135deg, #003366, #004d99);
            color: #fff;
            padding: 16px;
            text-align: right;
            font-weight: 700
        }

        .data-table td {
            padding: 14px 16px;
            border-bottom: 1px solid #eef2f6;
            background: #fff;
            transition: background .3s
        }

        .data-table tr:nth-child(even) td {
            background: #f8fbff
        }

        .data-table tr:hover td {
            background: #e6f4ff
        }

        .data-table tr:last-child td {
            border-bottom: none
        }

        /* === Quote Box === */
        .quote-box {
            background: linear-gradient(135deg, #f0f8ff, #e6f4ff);
            border-radius: 18px;
            padding: 28px;
            margin: 25px 0;
            border-right: 5px solid #66CCFF;
            font-style: italic;
            position: relative;
            box-shadow: 0 4px 18px rgba(0, 51, 102, .06)
        }

        .quote-box::before {
            content: '"';
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 4rem;
            color: rgba(0, 51, 102, .1);
            font-family: serif;
            line-height: 1
        }

        .quote-box .author {
            color: #003366;
            font-weight: 700;
            font-style: normal;
            margin-top: 15px
        }

        /* === FAQ — Smooth Transitions === */
        .faq-section {
            background: linear-gradient(180deg, #f0f8ff, #e8f2ff);
            padding: 60px 0;
            margin-top: 40px
        }

        .faq-item {
            background: #fff;
            border-radius: 16px;
            margin-bottom: 15px;
            box-shadow: 0 5px 25px rgba(0, 51, 102, .06);
            overflow: hidden;
            border: 1px solid rgba(102, 204, 255, .2);
            transition: all .3s
        }

        .faq-item:hover {
            box-shadow: 0 8px 30px rgba(0, 51, 102, .12);
            border-color: rgba(102, 204, 255, .4)
        }

        .faq-question {
            padding: 20px 25px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            color: #003366;
            transition: all .3s;
            gap: 15px
        }

        .faq-question:hover {
            background: rgba(240, 248, 255, .6)
        }

        .faq-question .q-num {
            background: linear-gradient(135deg, #003366, #004d99);
            color: #fff;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: .75rem;
            flex-shrink: 0
        }

        .faq-question i {
            transition: transform .4s ease;
            flex-shrink: 0
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height .4s ease, padding .4s ease;
            padding: 0 25px;
            color: #4b5563
        }

        .faq-item.active .faq-answer {
            max-height: 300px;
            padding: 0 25px 22px
        }

        .faq-item.active .faq-question {
            background: rgba(240, 248, 255, .8);
            color: #003366
        }

        .faq-item.active .faq-question i {
            transform: rotate(180deg)
        }

        .faq-item.active {
            border-color: #66CCFF
        }

        /* === CTA Sections — Pulse Animation === */
        @keyframes ctaPulse {

            0%,
            100% {
                box-shadow: 0 0 0 0 rgba(255, 153, 51, .4)
            }

            70% {
                box-shadow: 0 0 0 12px rgba(255, 153, 51, 0)
            }
        }

        .cta-section {
            background: linear-gradient(135deg, #001a33 0%, #003366 50%, #004d99 100%);
            color: #fff;
            text-align: center;
            padding: 70px 0;
            position: relative;
            overflow: hidden
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(ellipse at 30% 50%, rgba(102, 204, 255, .1), transparent 70%);
            pointer-events: none
        }

        .cta-section h2 {
            font-size: 1.8rem;
            margin-bottom: 15px;
            color: #fff;
            position: relative
        }

        .cta-section p {
            margin-bottom: 25px;
            opacity: .95;
            color: #fff;
            position: relative
        }

        .cta-trust {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
            margin-bottom: 25px
        }

        .cta-trust span {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: .9rem;
            opacity: .9
        }

        .cta-trust i {
            color: #25D366
        }

        .cta-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
            position: relative
        }

        .cta-btn {
            background: #FF9933;
            color: #fff;
            padding: 16px 38px;
            border-radius: 50px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all .3s;
            font-size: 1rem;
            animation: ctaPulse 2s infinite
        }

        .cta-btn:hover {
            transform: translateY(-3px);
            background: #e68a2e;
            filter: brightness(1.1)
        }

        .cta-btn.whatsapp {
            background: #25D366;
            color: #fff;
            animation: none
        }

        .cta-btn.whatsapp:hover {
            background: #1fb855
        }

        /* === Mid CTA === */
        .mid-cta {
            background: linear-gradient(135deg, #003366, #004d99);
            color: #fff;
            text-align: center;
            padding: 40px;
            border-radius: 22px;
            margin: 40px 0;
            box-shadow: 0 10px 40px rgba(0, 51, 102, .2);
            position: relative;
            overflow: hidden
        }

        .mid-cta::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(102, 204, 255, .08), transparent 60%);
            pointer-events: none
        }

        .mid-cta h3 {
            color: #fff;
            margin-bottom: 10px;
            font-size: 1.3rem;
            position: relative
        }

        .mid-cta p {
            color: #fff;
            opacity: .95;
            margin-bottom: 20px;
            position: relative
        }

        /* === Timeline === */
        .timeline-section {
            position: relative;
            margin: 40px 0;
            padding: 20px 0
        }

        .timeline-item {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
            position: relative
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            right: 19px;
            top: 0;
            bottom: -30px;
            width: 2px;
            background: linear-gradient(180deg, #66CCFF, #003366);
            z-index: 0
        }

        .timeline-item:last-child::before {
            display: none
        }

        .timeline-icon {
            width: 42px;
            height: 42px;
            background: linear-gradient(135deg, #003366, #004d99);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            z-index: 1;
            font-size: 1rem;
            font-weight: 700;
            box-shadow: 0 3px 10px rgba(0, 51, 102, .2)
        }

        .timeline-content {
            background: #fff;
            padding: 20px;
            border-radius: 16px;
            flex-grow: 1;
            border-right: 4px solid #66CCFF;
            box-shadow: 0 3px 12px rgba(0, 51, 102, .06);
            transition: transform .3s
        }

        .timeline-content:hover {
            transform: translateX(-3px)
        }

        .timeline-content h4 {
            color: #003366;
            margin-bottom: 5px;
            font-size: 1.05rem
        }

        .timeline-content p {
            font-size: .95rem;
            margin: 0;
            color: #64748b
        }

        /* === Case Study === */
        .case-study {
            background: #fff;
            border-radius: 18px;
            padding: 25px;
            margin: 25px 0;
            box-shadow: 0 8px 30px rgba(0, 51, 102, .08);
            border-right: 5px solid #003366
        }

        .case-study h4 {
            color: #003366;
            margin-bottom: 15px
        }

        .case-study .result {
            background: linear-gradient(135deg, #e6f4ff, #f0f8ff);
            padding: 15px;
            border-radius: 12px;
            margin-top: 15px;
            border-right: 4px solid #66CCFF
        }

        .case-study .result strong {
            color: #003366
        }

        /* === Floating WhatsApp Button === */
        .floating-wa {
            position: fixed;
            bottom: 25px;
            left: 25px;
            width: 60px;
            height: 60px;
            background: #25D366;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            box-shadow: 0 4px 20px rgba(37, 211, 102, .4);
            z-index: 999;
            transition: all .3s;
            cursor: pointer
        }

        .floating-wa:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 30px rgba(37, 211, 102, .5)
        }

        @keyframes waFloat {

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

            50% {
                transform: translateY(-6px)
            }
        }

        .floating-wa {
            animation: waFloat 3s ease-in-out infinite
        }

        .floating-wa:hover {
            animation: none;
            transform: scale(1.1)
        }

        /* === Back to Top === */
        .back-to-top {
            position: fixed;
            bottom: 25px;
            right: 25px;
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #003366, #004d99);
            color: #fff;
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            box-shadow: 0 4px 15px rgba(0, 51, 102, .3);
            z-index: 999;
            transition: all .3s;
            cursor: pointer;
            border: none
        }

        .back-to-top.visible {
            display: flex
        }

        .back-to-top:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 25px rgba(0, 51, 102, .4)
        }

        /* === Booking Steps === */
        .booking-steps {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            margin: 20px 0
        }

        .booking-step {
            background: #fff;
            border-radius: 14px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0, 51, 102, .06);
            border-top: 3px solid #66CCFF;
            transition: transform .3s
        }

        .booking-step:hover {
            transform: translateY(-3px)
        }

        .booking-step .step-num {
            background: linear-gradient(135deg, #003366, #004d99);
            color: #fff;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            margin-bottom: 8px;
            font-size: .9rem
        }

        .booking-step p {
            color: #374151;
            font-size: .9rem;
            margin: 0
        }

        /* === Responsive === */
        @media(max-width:768px) {
            .hero h1 {
                font-size: 1.6rem
            }

            .hero {
                padding: 50px 0 65px
            }

            .hero-trust {
                gap: 10px
            }

            .hero-trust span {
                font-size: .78rem;
                padding: 6px 12px
            }

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

            .doctor-widget {
                margin: -35px 15px 20px;
                padding: 22px 18px
            }

            .data-table {
                font-size: .82rem;
                display: block;
                overflow-x: auto
            }

            .data-table th,
            .data-table td {
                padding: 10px 8px;
                white-space: nowrap
            }

            .cta-btn {
                padding: 14px 28px;
                font-size: .9rem
            }

            .booking-steps {
                grid-template-columns: 1fr
            }

            .floating-wa {
                width: 52px;
                height: 52px;
                font-size: 1.5rem;
                bottom: 20px;
                left: 20px
            }

            .back-to-top {
                width: 42px;
                height: 42px;
                bottom: 20px;
                right: 20px;
                font-size: 1rem
            }

            .faq-question {
                font-size: .95rem;
                padding: 16px 18px
            }
        }

        @media(max-width:480px) {
            .hero h1 {
                font-size: 1.35rem
            }

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

            .stat-card {
                padding: 15px 10px
            }

            .stat-card .number {
                font-size: 1.5rem
            }

            .container {
                padding: 0 15px
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center
            }

            .widget-cta {
                flex-direction: column;
                align-items: center
            }
        }/* End custom CSS */