:root{
            --g50: #f0faf6;
            --g100: #cceadb;
            --g200: #99d5b7;
            --g400: #2ea87b;
            --g500: #1d9e75;
            --g600: #0f7a5a;
            --g700: #0a5a42;
            --g800: #073d2d;
            --n0: #fff;
            --n50: #f7f9f8;
            --n100: #eef1ef;
            --n200: #dde3df;
            --n400: #94a89d;
            --n600: #4a6358;
            --n800: #1a2e24;
            --n900: #0d1a13;
            --gold: #b8841e;
            --gold-l: #e8a83a;
            --gold-bg: #fef8ec;
            --red: #c0392b;
            --blue: #2563a8;
            --r-sm: 8px;
            --r-md: 14px;
            --r-lg: 20px;
            --r-xl: 28px;
            --r-2xl: 36px;
            --sh-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 8px rgba(0, 0, 0, .04);
            --sh-md: 0 4px 16px rgba(0, 0, 0, .08);
            --sh-lg: 0 12px 40px rgba(0, 0, 0, .10);
        }
.dropdown{
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            background: var(--n0);
            border: 1px solid var(--n100);
            border-radius: var(--r-md);
            box-shadow: var(--sh-lg);
            padding: .5rem;
            min-width: 220px;
            z-index: 300
        }
.dropdown a{
            display: block;
            padding: .55rem 1rem;
            font-size: 13px;
            color: var(--n600);
            border-radius: var(--r-sm);
            transition: all .15s
        }
.dropdown a:hover{
            background: var(--g50);
            color: var(--g600)
        }
.btn{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: .5rem;
            font-family: 'Cairo', sans-serif;
            font-weight: 700;
            border-radius: var(--r-md);
            cursor: pointer;
            border: none;
            transition: all .2s;
            text-decoration: none;
            line-height: 1
        }
.btn-sm{
            font-size: 13px;
            padding: .5rem 1.1rem
        }
.btn-md{
            font-size: 14px;
            padding: .65rem 1.5rem
        }
.btn-lg{
            font-size: 15px;
            padding: .85rem 2rem
        }
.btn-xl{
            font-size: 16px;
            padding: 1rem 2.4rem
        }
.btn-green{
            background: var(--g500);
            color: #fff;
            box-shadow: 0 3px 12px rgba(29, 158, 117, .28)
        }
.btn-green:hover{
            background: var(--g600);
            transform: translateY(-1px)
        }
.btn-outline{
            background: transparent;
            color: var(--g600);
            border: 1.5px solid var(--g200)
        }
.btn-outline:hover{
            border-color: var(--g500);
            background: var(--g50)
        }
.btn-ghost{
            background: transparent;
            color: var(--n600);
            border: 1.5px solid var(--n200)
        }
.btn-ghost:hover{
            background: var(--n50)
        }
.btn-white{
            background: #fff;
            color: var(--g700);
            box-shadow: var(--sh-md)
        }
.btn-white:hover{
            background: var(--g50);
            transform: translateY(-1px)
        }
.container{
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 2rem
        }
.section{
            padding: 5rem 0
        }
.section-sm{
            padding: 3rem 0
        }
.eyebrow{
            display: inline-flex;
            align-items: center;
            gap: .4rem;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
            padding: 4px 12px;
            border-radius: 100px;
            margin-bottom: .85rem
        }
.ey-green{
            background: var(--g50);
            color: var(--g600);
            border: 1px solid var(--g100)
        }
.ey-white{
            background: rgba(255, 255, 255, .15);
            color: rgba(255, 255, 255, .9);
            border: 1px solid rgba(255, 255, 255, .2)
        }
.h1{
            font-family: 'Tajawal', sans-serif;
            font-weight: 900;
            font-size: clamp(2.4rem, 5vw, 3.8rem);
            line-height: 1.08;
            color: var(--n900)
        }
.h2{
            font-family: 'Tajawal', sans-serif;
            font-weight: 900;
            font-size: clamp(1.9rem, 3.5vw, 2.8rem);
            line-height: 1.15;
            color: var(--n900)
        }
.h3{
            font-family: 'Tajawal', sans-serif;
            font-weight: 700;
            font-size: 1.2rem;
            color: var(--n900)
        }
.lead{
            font-size: 1.05rem;
            color: var(--n600);
            line-height: 1.9;
            font-weight: 300
        }
.body-t{
            font-size: .92rem;
            color: var(--n600);
            line-height: 1.8;
            font-weight: 300
        }
.accent{
            color: var(--g500)
        }
.page-hero{
            background: var(--n50);
            padding: 4rem 0;
            position: relative;
            overflow: hidden;
            border-bottom: 1px solid var(--n100)
        }
.hero-dots{
            position: absolute;
            inset: 0;
            background-image: radial-gradient(var(--n200) 1px, transparent 1px);
            background-size: 28px 28px;
            opacity: .5
        }
.hero-glow{
            position: absolute;
            top: -80px;
            right: -80px;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(29, 158, 117, .07), transparent 65%)
        }
.breadcrumb{
            display: flex;
            align-items: center;
            gap: .4rem;
            font-size: 13px;
            color: var(--n400);
            margin-bottom: 1.25rem
        }
.breadcrumb a{
            color: var(--g500)
        }
.breadcrumb span{
            color: var(--n200)
        }
.methods-grid{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.25rem;
            margin-bottom: 4rem
        }
.method-card{
            background: var(--n0);
            border: 1px solid var(--n100);
            border-radius: var(--r-xl);
            padding: 1.75rem;
            text-align: center;
            transition: all .25s;
            cursor: default
        }
.method-card:hover{
            box-shadow: var(--sh-md);
            transform: translateY(-4px);
            border-color: var(--g200)
        }
.method-card.primary{
            background: var(--g500);
            border-color: transparent;
            box-shadow: 0 4px 20px rgba(29, 158, 117, .25)
        }
.method-card.primary:hover{
            box-shadow: 0 8px 32px rgba(29, 158, 117, .35)
        }
.mc-icon{
            font-size: 2.2rem;
            margin-bottom: .85rem
        }
.mc-title{
            font-family: 'Tajawal', sans-serif;
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: .3rem
        }
.mc-white .mc-title{
            color: #fff
        }
.mc-desc{
            font-size: .83rem;
            color: var(--n400);
            margin-bottom: .85rem;
            line-height: 1.6
        }
.mc-white .mc-desc{
            color: rgba(255, 255, 255, .65)
        }
.mc-value{
            font-size: .92rem;
            font-weight: 700;
            color: var(--g600)
        }
.mc-white .mc-value{
            color: #fff
        }
.mc-hours{
            font-size: .78rem;
            color: var(--n400);
            margin-top: .25rem
        }
.mc-white .mc-hours{
            color: rgba(255, 255, 255, .5)
        }
.contact-main{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: start
        }
.contact-form-card{
            background: var(--n0);
            border: 1px solid var(--n100);
            border-radius: var(--r-xl);
            padding: 2.5rem;
            box-shadow: var(--sh-sm)
        }
.form-title{
            font-family: 'Tajawal', sans-serif;
            font-weight: 900;
            font-size: 1.3rem;
            color: var(--n900);
            margin-bottom: .35rem
        }
.form-sub{
            font-size: .88rem;
            color: var(--n400);
            margin-bottom: 1.75rem
        }
.fg{
            margin-bottom: 1rem
        }
.fg label{
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: var(--n800);
            margin-bottom: .4rem
        }
.required{
            color: var(--red);
            margin-right: .2rem
        }
.fg input,
        .fg select,
        .fg textarea{
            width: 100%;
            background: var(--n50);
            border: 1.5px solid var(--n100);
            border-radius: var(--r-sm);
            padding: .7rem 1rem;
            font-family: 'Cairo', sans-serif;
            font-size: 14px;
            color: var(--n900);
            outline: none;
            transition: border-color .15s;
            direction: rtl
        }
.fg input:focus,
        .fg select:focus,
        .fg textarea:focus{
            border-color: var(--g400);
            background: var(--n0)
        }
.fg textarea{
            height: 110px;
            resize: vertical
        }
.form-row{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem
        }
.subject-opts{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: .5rem;
            margin-top: .4rem
        }
.subject-opt{
            display: flex;
            align-items: center;
            gap: .5rem;
            padding: .5rem .75rem;
            background: var(--n50);
            border: 1.5px solid var(--n100);
            border-radius: var(--r-sm);
            cursor: pointer;
            transition: all .15s;
            font-size: .85rem;
            color: var(--n600)
        }
.subject-opt:hover,
        .subject-opt.selected{
            border-color: var(--g400);
            background: var(--g50);
            color: var(--g700)
        }
.subject-opt input[type=radio]{
            accent-color: var(--g500);
            width: 14px;
            height: 14px;
            flex-shrink: 0
        }
.submit-btn{
            width: 100%;
            background: var(--g500);
            color: #fff;
            border: none;
            padding: 1rem;
            border-radius: var(--r-md);
            font-family: 'Cairo', sans-serif;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: all .2s;
            margin-top: .75rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: .5rem
        }
.submit-btn:hover{
            background: var(--g600);
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(29, 158, 117, .3)
        }
.submit-btn:disabled{
            opacity: .7;
            cursor: wait;
            transform: none;
            box-shadow: none
        }
.form-status{
            display: none;
            margin-top: .9rem;
            padding: .8rem 1rem;
            border-radius: var(--r-sm);
            font-size: 13px;
            line-height: 1.8;
            border: 1px solid transparent
        }
.form-status.show{
            display: block
        }
.form-status.error{
            color: #8c2f24;
            background: #fff5f3;
            border-color: #f3c5be
        }
.form-status.success{
            color: var(--g700);
            background: var(--g50);
            border-color: var(--g200)
        }
.form-guarantee{
            display: flex;
            align-items: center;
            gap: .5rem;
            justify-content: center;
            font-size: 12px;
            color: var(--n400);
            margin-top: .75rem
        }
.success-state{
            display: none;
            text-align: center;
            padding: 2.5rem 1rem
        }
.success-state.show{
            display: block
        }
.success-circle{
            width: 80px;
            height: 80px;
            background: var(--g50);
            border: 3px solid var(--g200);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            margin: 0 auto 1.25rem
        }
.success-title{
            font-family: 'Tajawal', sans-serif;
            font-weight: 900;
            font-size: 1.4rem;
            color: var(--g700);
            margin-bottom: .5rem
        }
.success-text{
            font-size: .9rem;
            color: var(--n600);
            line-height: 1.8;
            margin-bottom: 1.5rem
        }
.success-ref{
            background: var(--n50);
            border: 1px solid var(--n100);
            border-radius: var(--r-md);
            padding: .75rem 1.25rem;
            font-size: .85rem;
            font-weight: 700;
            color: var(--n800);
            margin-bottom: 1.25rem
        }
.info-panel{
            display: flex;
            flex-direction: column;
            gap: 1.5rem
        }
.info-block{
            background: var(--n50);
            border: 1px solid var(--n100);
            border-radius: var(--r-xl);
            padding: 1.75rem
        }
.ib-title{
            font-family: 'Tajawal', sans-serif;
            font-weight: 700;
            font-size: 1rem;
            color: var(--n900);
            margin-bottom: 1.1rem;
            display: flex;
            align-items: center;
            gap: .5rem
        }
.ib-icon{
            font-size: 1.1rem
        }
.contact-detail{
            display: flex;
            align-items: center;
            gap: .85rem;
            padding: .7rem 0;
            border-bottom: 1px solid var(--n100)
        }
.contact-detail:last-child{
            border-bottom: none;
            padding-bottom: 0
        }
.cd-icon{
            width: 38px;
            height: 38px;
            border-radius: 10px;
            background: var(--g50);
            border: 1px solid var(--g100);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 17px;
            flex-shrink: 0
        }
.cd-label{
            font-size: 12px;
            color: var(--n400)
        }
.cd-value{
            font-size: .9rem;
            font-weight: 700;
            color: var(--n800)
        }
.cd-value a{
            color: var(--g600);
            transition: color .15s
        }
.cd-value a:hover{
            color: var(--g500)
        }
.hours-table{
            width: 100%
        }
.hours-row{
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: .5rem 0;
            border-bottom: 1px solid var(--n100);
            font-size: .88rem
        }
.hours-row:last-child{
            border-bottom: none
        }
.hours-day{
            color: var(--n700);
            font-weight: 600
        }
.hours-time{
            color: var(--g600);
            font-weight: 700
        }
.hours-time.closed{
            color: var(--n400);
            font-weight: 400
        }
.today-badge{
            font-size: 10px;
            background: var(--g50);
            color: var(--g600);
            border: 1px solid var(--g100);
            padding: 1px 7px;
            border-radius: 100px;
            font-weight: 700
        }
.quick-links{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: .65rem
        }
.ql-item{
            display: flex;
            align-items: center;
            gap: .6rem;
            padding: .65rem .85rem;
            background: var(--n0);
            border: 1px solid var(--n100);
            border-radius: var(--r-md);
            transition: all .15s;
            font-size: .85rem;
            font-weight: 700;
            color: var(--n700)
        }
.ql-item:hover{
            border-color: var(--g200);
            background: var(--g50);
            color: var(--g700)
        }
.ql-icon{
            font-size: 1.1rem
        }
.ql-arrow{
            margin-right: auto;
            color: var(--g400);
            font-size: 12px
        }
.map-section{
            background: var(--n50);
            border-top: 1px solid var(--n100)
        }
.map-inner{
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 3rem;
            align-items: center
        }
.map-frame{
            background: var(--n0);
            border: 1px solid var(--n100);
            border-radius: var(--r-xl);
            overflow: hidden;
            box-shadow: var(--sh-md);
            height: 320px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative
        }
.map-placeholder{
            text-align: center;
            padding: 2rem
        }
.map-pin{
            font-size: 3rem;
            margin-bottom: .75rem
        }
.map-address{
            font-family: 'Tajawal', sans-serif;
            font-weight: 700;
            font-size: 1.05rem;
            color: var(--n900);
            margin-bottom: .35rem
        }
.map-city{
            font-size: .9rem;
            color: var(--n600)
        }
.map-btn{
            margin-top: 1.25rem
        }
.faq-section{
            background: var(--n0)
        }
.faq-list{
            display: flex;
            flex-direction: column;
            gap: .75rem;
            max-width: 760px
        }
.faq-item{
            background: var(--n50);
            border: 1px solid var(--n100);
            border-radius: var(--r-lg);
            overflow: hidden
        }
.faq-q{
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.1rem 1.5rem;
            cursor: pointer;
            font-family: 'Tajawal', sans-serif;
            font-weight: 700;
            font-size: .98rem;
            color: var(--n900);
            transition: background .15s;
            gap: 1rem
        }
.faq-q:hover{
            background: var(--n100)
        }
.faq-chevron{
            color: var(--g500);
            font-size: 1rem;
            transition: transform .25s;
            flex-shrink: 0
        }
.faq-item.open .faq-chevron{
            transform: rotate(180deg)
        }
.faq-a{
            display: none;
            padding: 0 1.5rem 1.25rem;
            font-size: .9rem;
            color: var(--n600);
            line-height: 1.8
        }
.faq-item.open .faq-a{
            display: block
        }
.cta-box{
            background: linear-gradient(135deg, var(--g700), var(--g800));
            border-radius: var(--r-2xl);
            padding: 4rem 3rem;
            text-align: center;
            position: relative;
            overflow: hidden
        }
.cta-bg{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 600px;
            height: 300px;
            background: radial-gradient(ellipse, rgba(29, 158, 117, .15), transparent 65%)
        }
.cta-rel{
            position: relative;
            z-index: 2
        }
.cta-title{
            font-family: 'Tajawal', sans-serif;
            font-weight: 900;
            font-size: clamp(1.8rem, 3.5vw, 2.6rem);
            color: #fff;
            margin-bottom: .75rem
        }
.cta-sub{
            color: rgba(255, 255, 255, .55);
            margin-bottom: 2rem;
            max-width: 460px;
            margin-left: auto;
            margin-right: auto
        }
.cta-actions{
            display: flex;
            gap: .75rem;
            justify-content: center;
            flex-wrap: wrap
        }
@keyframes fadeUp{
            from {
                opacity: 0;
                transform: translateY(18px)
            }
            to {
                opacity: 1;
                transform: translateY(0)
            }
        }
.a1{
            animation: fadeUp .5s .05s both
        }
.a2{
            animation: fadeUp .5s .15s both
        }
@media(max-width:1024px){
.methods-grid{
                grid-template-columns: 1fr 1fr
            }
.contact-main,
            .map-inner{
                grid-template-columns: 1fr
            }
}
@media(max-width:768px){
.methods-grid{
                grid-template-columns: 1fr 1fr
            }
.form-row,
            .subject-opts,
            .quick-links{
                grid-template-columns: 1fr
            }
}
