.rd-navbar-nav>li.rd-nav-item>a.rd-nav-link {
    width: 95px;
    height: 40px
}

.rd-navbar-nav>li.rd-nav-item>a.rd-nav-link:hover {
    text-decoration: none
}

/* Home page */
#hero-section{padding:60px 0;background:#f0f9ff}
.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:100px;background:#e0f2fe;color:#0369a1;font-size:13px;font-weight:600;margin-bottom:20px;}
html[dir="rtl"] .hero-badge{display:flex;width:max-content;margin-left:auto;margin-right:0;direction:rtl;text-align:right}
.hero-title{font-size:clamp(30px,3.5vw,48px);line-height:1.1;font-weight:800;color:#0f172a;margin:0 0 16px}
.hero-title span{color:#0ea5e9}
.hero-subtitle{font-size:16px;line-height:1.7;color:#475569;margin:0 0 20px}
.hero-tags{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}
.hero-tag{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:12px;background:#fff;border:1px solid #bae6fd;font-size:14px;font-weight:600;color:#0f172a}
.hero-tag i{color:#0ea5e9;font-size:15px}
.hero-description{font-size:15px;line-height:1.7;color:#64748b;margin:0 0 24px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.btn-get-started{background:#0ea5e9;color:#fff!important;padding:13px 26px;border-radius:100px;font-size:15px;font-weight:700;text-decoration:none}
.btn-provider{background:#0f172a;color:#fff!important;padding:13px 26px;border-radius:100px;font-size:15px;font-weight:700;text-decoration:none}
.hero-img-wrap{width:100%;border-radius:22px;overflow:hidden;border:1px solid #bae6fd;line-height:0}
.hero-img-wrap img{width:100%;object-fit:cover;display:block}

/* feature section*/
.features-section{padding:40px 0;background:#fff;border-top:1px solid #e0f2fe;border-bottom:1px solid #e0f2fe}
.feature-item{padding:20px 24px;border-radius:16px;background:#f8fcff;border:1px solid #e0f2fe;height:100%;transition:.2s}
.feature-item:hover{border-color:#0ea5e9;transform:translateY(-2px)}
.feature-icon-wrapper{width:52px;height:52px;border-radius:14px;background:#e0f2fe;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feature-icon-wrapper i{font-size:22px;color:#0ea5e9}
.feature-title{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 4px}
.feature-subtitle{font-size:13px;color:#64748b;margin:0; font-weight: 500;}

/* about section */
.about-section{padding:70px 0;background:#fff}
.about-img-wrap{border-radius:22px;overflow:hidden;border:1px solid #bae6fd;line-height:0}
.about-img-wrap img{width:100%;height:480px;object-fit:cover;display:block}
.about-tagline{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:100px;background:#e0f2fe;color:#0369a1;font-size:13px;font-weight:600;margin-bottom:16px}
.about-title{font-size:clamp(26px,3vw,40px);font-weight:800;color:#0f172a;line-height:1.15;margin:0 0 16px}
.about-title span{color:#0ea5e9}
.about-desc{font-size:15px;line-height:1.8;color:#64748b;margin:0 0 28px}
.about-features{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}
.about-feat{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border-radius:14px;background:#f8fcff;border:1px solid #e0f2fe}
.about-feat-icon{width:46px;height:46px;border-radius:12px;background:#e0f2fe;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.about-feat-icon i{font-size:20px;color:#0ea5e9}
.about-feat h4{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 3px}
.about-feat p{font-size:13px;color:#64748b;margin:0;line-height:1.6}
.about-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-hire{background:#0ea5e9;color:#fff!important;padding:13px 26px;border-radius:100px;font-size:15px;font-weight:700;text-decoration:none}
.btn-more{background:#0f172a;color:#fff!important;padding:13px 26px;border-radius:100px;font-size:15px;font-weight:700;text-decoration:none}

/* === STATS SECTION === */
.stats-section{padding:50px 0;background:#0ea5e9}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,0.2);border-radius:20px;overflow:hidden}
.stat-card{padding:36px 20px;background:#0ea5e9;text-align:center;transition:.2s}
.stat-card:hover{background:#0284c7}
.stat-number{font-size:clamp(32px,4vw,48px);font-weight:800;color:#fff;line-height:1;margin-bottom:8px}
.stat-label{font-size:14px;color:rgba(255,255,255,0.85);font-weight:500;line-height:1.4}
/* === CTA SECTION === */
.cta-section{padding:70px 0;background:#f0f9ff}
.cta-row{border-radius:24px;background:#0ea5e9;overflow:hidden}
.cta-content{display:flex;align-items:stretch;min-height:420px}
.cta-text-content{flex:1;padding:52px 48px;display:flex;flex-direction:column;justify-content:center}
.trust-tagline{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:100px;background:rgba(255,255,255,0.2);color:#fff;font-size:13px;font-weight:600;margin-bottom:16px;width:fit-content}
.trust-title{font-size:clamp(24px,3vw,38px);font-weight:800;color:#fff;line-height:1.2;margin:0 0 24px}
.trust-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px}
.trust-item{display:flex;align-items:center;gap:12px;font-size:15px;color:rgba(255,255,255,0.92);font-weight:500}
.trust-item::before{content:"";width:22px;height:22px;border-radius:50%;flex-shrink:0;background:rgba(255,255,255,0.25) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/14px no-repeat}
.btn-hire-now{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#0ea5e9!important;padding:13px 28px;border-radius:100px;font-size:15px;font-weight:700;text-decoration:none;width:fit-content}
.btn-hire-now:hover{background:#f0f9ff}
.cta-image-inner{flex:0 0 380px;max-width:380px;overflow:hidden;line-height:0}
.cta-image-inner img{width:100%;height:100%;object-fit:cover;display:block}
/* === TEAM CTA SECTION === */
.team-section{padding:70px 0;background:#f0f9ff}
.cta-bg{border-radius:24px;background:#0f172a;overflow:hidden;padding:0}
.cta-bg .row{margin:0;align-items:stretch}
.cta-bg .col-lg-6:first-child{padding:52px 48px;display:flex;flex-direction:column;justify-content:center}
.cta-subtitle{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:100px;background:rgba(14,165,233,0.15);color:#38bdf8;font-size:13px;font-weight:600;margin-bottom:18px;width:fit-content}
.cta-title{font-size:clamp(26px,3vw,40px);font-weight:800;color:#fff;line-height:1.2;margin:0 0 32px}
.text-gradient{background:linear-gradient(90deg,#0ea5e9,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.btn-team-hire{display:inline-flex;align-items:center;gap:8px;background:#0ea5e9;color:#fff!important;padding:13px 24px;border-radius:100px;font-size:15px;font-weight:700;text-decoration:none;transition:.2s}
.btn-team-hire:hover{background:#0284c7}
.btn-team-pricing{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.08);color:#fff!important;padding:13px 24px;border-radius:100px;font-size:15px;font-weight:700;text-decoration:none;border:1px solid rgba(255,255,255,0.15);transition:.2s}
.btn-team-pricing:hover{background:rgba(255,255,255,0.14)}
.btn-arrow{width:16px;height:16px;flex-shrink:0}
.image-wrapper{height:100%;min-height:380px;overflow:hidden}
.team-img{width:100%;height:100%;object-fit:cover;display:block;min-height:380px}
/* === Testimonials Section === */
.testimonials-section{padding:70px 0;background:#fff}
.section-tag{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:100px;background:#00AFF0;color:#fff;font-size:13px;font-weight:600;margin-bottom:14px}
.section-title{font-size:clamp(26px,3vw,38px);font-weight:800;color:#0f172a;line-height:1.2;margin:0}
.testimonial-card{padding:28px 24px;border-radius:20px;background:#f8fcff;border:1px solid #e0f2fe;height:100%;display:flex;flex-direction:column;gap:16px;transition:.2s}
.testimonial-card:hover{border-color:#0ea5e9;transform:translateY(-3px)}
.testimonial-stars{display:flex;gap:3px;color:#f59e0b;font-size:15px}
.testimonial-quote{font-size:15px;line-height:1.75;color:#475569;margin:0;flex:1;font-weight: 500;}
.testimonial-quote::before{content:"\201C";font-size:28px;color:#0ea5e9;line-height:0;vertical-align:-10px;margin-right:4px;font-style:normal}
.testimonial-divider{width:40px;height:2px;background:#e0f2fe;border-radius:2px}
.testimonial-author{display:flex;align-items:center;gap:12px}
.testimonial-img-wrapper{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid #bae6fd;flex-shrink:0}
.testimonial-img{width:100%;height:100%;object-fit:cover;display:block}
.testimonial-name{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 2px}
.testimonial-title{font-size:12px;color:#64748b;margin:0;font-weight:500}
/* how it's work */
.how-it-works{padding:70px 0;background:#f0f9ff}
.how-it-works .section-title{font-size:clamp(26px,3vw,38px);font-weight:800;color:#0f172a;margin:0 0 48px}
.how-it-works .section-title span{color:#0ea5e9}
.step-btn{display:flex;align-items:flex-start;gap:16px;padding:18px 20px;border-radius:16px;border:1px solid transparent;cursor:pointer;transition:.25s;margin-bottom:10px;background:transparent}
.step-btn:hover{background:#fff;border-color:#bae6fd}
.step-btn.active{background:#fff;border-color:#0ea5e9;box-shadow:0 4px 20px rgba(14,165,233,0.1)}
.step-number{width:40px;height:40px;border-radius:12px;background:#e0f2fe;color:#0369a1;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.25s}
.step-btn.active .step-number{background:#0ea5e9;color:#fff}
.step-title{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 4px}
.step-desc{font-size:13px;color:#64748b;margin:0;line-height:1.6; font-weight:500}
.image-panel{border-radius:22px;overflow:hidden;border:1px solid #bae6fd;position:relative;height:460px;background:#e0f2fe}
.step-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s ease}
.step-image.active{opacity:1}
.step-img-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px 24px;background:linear-gradient(0deg,rgba(15,23,42,0.7) 0%,transparent 100%)}
.step-img-label{color:#fff;font-size:14px;font-weight:600;margin:0}
/* blog section */
.blog-section{padding:70px 0;background:#fff}
.blog-section-title{font-size:clamp(26px,3vw,38px);font-weight:800;color:#0f172a;margin:0}
.blog-section-title .highlight{color:#0ea5e9}
.blog-card{border-radius:20px;overflow:hidden;border:1px solid #e0f2fe;background:#fff;transition:.25s;height:100%}
.blog-card:hover{border-color:#0ea5e9;transform:translateY(-3px);box-shadow:0 8px 28px rgba(14,165,233,0.1)}
.blog-card a{text-decoration:none;display:flex;flex-direction:column;height:100%;color:inherit}
.blog-img{width:100%;height:200px;object-fit:cover;display:block}
.blog-body{padding:20px;display:flex;flex-direction:column;flex:1;gap:10px}
.blog-tag{display:inline-flex;padding:4px 12px;border-radius:100px;background:#e0f2fe;color:#0369a1;font-size:12px;font-weight:600;width:fit-content}
.blog-title{font-size:16px;font-weight:700;color:#0f172a;margin:0;line-height:1.5;flex:1}
.blog-card:hover .blog-title{color:#0ea5e9}
.horizontal-line{height:1px;background:#e0f2fe;margin:4px 0}
.blog-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}
.blog-meta{font-size:12px;color:#94a3b8;margin:0;font-weight:500}
.blog-arrow{width:32px;height:32px;border-radius:50%;background:#e0f2fe;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.2s}
.blog-card:hover .blog-arrow{background:#0ea5e9}
.blog-card:hover .blog-arrow svg path{stroke:#fff}
.blog-arrow svg{width:16px;height:16px}
.btn-see-more{display:inline-flex;align-items:center;gap:8px;background:#0ea5e9;color:#fff!important;padding:13px 32px;border-radius:100px;font-size:15px;font-weight:700;text-decoration:none;transition:.2s}
.btn-see-more:hover{background:#0284c7}
/* trusted-section */
.trusted-section{padding:60px 0;background:#f0f9ff}
.trusted-card{border-radius:24px;background:#0f172a;padding:48px 40px}
.trusted-title{font-size:clamp(22px,2.5vw,34px);font-weight:800;color:#fff;line-height:1.2;margin:0}
.trusted-title .highlight{color:#0ea5e9}
.rating-item{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:18px;padding:24px 26px}
.rating-label{font-size:13px;color:rgba(255,255,255,0.6);font-weight:500;margin-bottom:12px}
.stars{display:flex;gap:4px;margin-bottom:10px}
.star{width:20px;height:20px;border-radius:3px;background:#00b67a;position:relative;overflow:hidden}
.star::after{content:"★";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px}
.star.google-star{background:none}
.star.google-star::after{color:#f59e0b;font-size:18px}
.star.half{background:linear-gradient(90deg,#00b67a 50%,rgba(255,255,255,0.15) 50%)}
.rating-score{font-size:28px;font-weight:800;color:#fff;margin-bottom:4px}
.rating-source{font-size:13px;color:rgba(255,255,255,0.5);margin-bottom:14px}
.source-logo{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:15px}
.source-logo.trustpilot{color:#00b67a}
.source-logo.trustpilot .star{width:18px;height:18px;flex-shrink:0}
.source-logo.google span:nth-child(1){color:#4285f4}
.source-logo.google span:nth-child(2){color:#ea4335}
.source-logo.google span:nth-child(3){color:#fbbc05}
.source-logo.google span:nth-child(4){color:#4285f4}
.source-logo.google span:nth-child(5){color:#34a853}
.source-logo.google span:nth-child(6){color:#ea4335}

/* RTL home page */
html[dir="rtl"] #hero-section,
html[dir="rtl"] .features-section,
html[dir="rtl"] .about-section,
html[dir="rtl"] .cta-section,
html[dir="rtl"] .team-section,
html[dir="rtl"] .testimonials-section,
html[dir="rtl"] .how-it-works,
html[dir="rtl"] .blog-section,
html[dir="rtl"] .trusted-section{
    direction:rtl;
    text-align:right;
}

html[dir="rtl"] .hero-title,
html[dir="rtl"] .hero-subtitle,
html[dir="rtl"] .hero-description,
html[dir="rtl"] .about-title,
html[dir="rtl"] .about-desc,
html[dir="rtl"] .trust-title,
html[dir="rtl"] .cta-title,
html[dir="rtl"] .testimonial-quote,
html[dir="rtl"] .testimonial-name,
html[dir="rtl"] .testimonial-title,
html[dir="rtl"] .step-title,
html[dir="rtl"] .step-desc,
html[dir="rtl"] .blog-title,
html[dir="rtl"] .blog-meta,
html[dir="rtl"] .trusted-title,
html[dir="rtl"] .rating-label,
html[dir="rtl"] .rating-source{
    text-align:right;
}

html[dir="rtl"] .testimonials-section .text-center,
html[dir="rtl"] .blog-section .text-center{
    text-align:right!important;
}

html[dir="rtl"] .hero-badge,
html[dir="rtl"] .about-tagline,
html[dir="rtl"] .trust-tagline,
html[dir="rtl"] .cta-subtitle,
html[dir="rtl"] .section-tag,
html[dir="rtl"] .blog-tag,
html[dir="rtl"] .btn-see-more,
html[dir="rtl"] .btn-hire-now{
    margin-left:auto;
    margin-right:0;
}

html[dir="rtl"] .hero-tags,
html[dir="rtl"] .about-features,
html[dir="rtl"] .trust-list,
html[dir="rtl"] .testimonial-card,
html[dir="rtl"] .blog-body{
    direction:rtl;
}

html[dir="rtl"] .hero-tag,
html[dir="rtl"] .feature-item,
html[dir="rtl"] .about-feat,
html[dir="rtl"] .trust-item,
html[dir="rtl"] .testimonial-stars,
html[dir="rtl"] .testimonial-author,
html[dir="rtl"] .step-btn,
html[dir="rtl"] .blog-footer,
html[dir="rtl"] .stars,
html[dir="rtl"] .source-logo{
    text-align:right;
}

html[dir="rtl"] .hero-buttons,
html[dir="rtl"] .about-btns,
html[dir="rtl"] .cta-bg .d-flex{
    justify-content:flex-start;
}

html[dir="rtl"] .testimonial-divider{
    margin-left:auto;
}

html[dir="rtl"] .testimonial-quote::before{
    content:"\201D";
    margin-right:0;
    margin-left:4px;
}

html[dir="rtl"] .step-img-overlay{
    left:0;
    right:0;
    text-align:right;
}

html[dir="rtl"] .blog-arrow svg,
html[dir="rtl"] .btn-see-more i,
html[dir="rtl"] .btn-arrow{
    transform:scaleX(-1);
}

html[dir="rtl"] .text-gradient{
    background:linear-gradient(270deg,#0ea5e9,#38bdf8);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

@media (max-width: 992px){
    html[dir="rtl"] .mission-content,
    html[dir="rtl"] .why-title,
    html[dir="rtl"] .why-desc{
        text-align:right;
    }
}

/* about page */
.ab{padding:70px 0;background:#fff}
.ab-wrap{max-width:1180px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.ab-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(0,175,240,.09);border:1px solid rgba(0,175,240,.25);color:#007bbf;font-size:10.5px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;padding:4px 13px;border-radius:20px;margin-bottom:16px}
body[dir=rtl] .ab-badge{font-size:12px;letter-spacing:0;text-transform:none}
.ab-badge-dot{width:6px;height:6px;border-radius:50%;background:#00AFF0;flex-shrink:0}
.ab-h2{font-size:clamp(26px,3vw,40px);font-weight:800;color:#0a1628;line-height:1.15;letter-spacing:-.6px;margin:0 0 10px}
body[dir=rtl] .ab-h2{letter-spacing:0}
.ab-rule{width:44px;height:3px;background:linear-gradient(90deg,#00AFF0,#87CEFA);border-radius:2px;margin-bottom:24px}
body[dir=rtl] .ab-rule{margin-left:auto}
.ab p{font-size:15px;color:#4a6580;line-height:1.8;margin:0 0 14px}
body[dir=rtl] .ab p{font-size:16px}
.ab-subh{font-size:15px;font-weight:700;color:#0a1628;margin:8px 0 4px;display:flex;align-items:center;gap:8px}
.ab-subh::before{content:'';width:4px;height:15px;background:#00AFF0;border-radius:2px;flex-shrink:0}
.ab-video{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:16/10;background:#0a1628;box-shadow:0 16px 48px rgba(10,22,40,.16)}
.ab-thumb{position:absolute;inset:0;background-size:cover;background-position:center}
.ab-thumb::after{content:'';position:absolute;inset:0;background:rgba(10,22,40,.45)}
.ab-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2}
.ab-play-btn{width:64px;height:64px;border-radius:50%;background:#00AFF0;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 6px 20px rgba(0,0,0,.3);transition:background .2s,transform .2s}
.ab-play-btn:hover{background:#007bbf;transform:scale(1.08)}
.ab-play-btn svg{margin-left:4px}
/* about-story-us */
.story{padding:70px 0;background:#f8fbfe;position:relative;overflow:hidden}
.story-wrap{max-width:1180px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.story-img-wrap{position:relative}
.story-img-wrap img{width:100%;max-height:520px;object-fit:cover;border-radius:16px;box-shadow:0 16px 48px rgba(10,22,40,.13);border:6px solid #fff;display:block}
.story-h2{font-size:clamp(24px,3vw,38px);font-weight:800;color:#0a1628;line-height:1.2;letter-spacing:-.5px;margin:0 0 8px}
body[dir=rtl] .story-h2{letter-spacing:0}
.story-h2 span{color:#00AFF0}
.story-rule{width:44px;height:3px;background:linear-gradient(90deg,#00AFF0,#87CEFA);border-radius:2px;margin-bottom:22px}
body[dir=rtl] .story-rule{margin-left:auto}
.story-lead{font-size:16px;font-weight:600;color:#0a1628;line-height:1.7;margin-bottom:12px}
body[dir=rtl] .story-lead{font-size:17px}
.story p{font-size:15px;color:#4a6580;line-height:1.8;margin:0 0 12px}
body[dir=rtl] .story p{font-size:16px}
.tl{margin-top:32px;position:relative;padding-left:20px}
body[dir=rtl] .tl{padding-left:0;padding-right:20px}
.tl::before{content:'';position:absolute;left:7px;top:6px;bottom:6px;width:2px;background:linear-gradient(180deg,#00AFF0,rgba(0,175,240,.1));border-radius:2px}
body[dir=rtl] .tl::before{left:auto;right:7px}
.tl-item{display:flex;gap:18px;margin-bottom:28px;position:relative}
body[dir=rtl] .tl-item{flex-direction:row-reverse}
.tl-dot{width:16px;height:16px;border-radius:50%;background:#00AFF0;border:3px solid #fff;box-shadow:0 0 0 2px #00AFF0;flex-shrink:0;margin-top:3px}
.tl-body h6{font-size:13.5px;font-weight:800;color:#00AFF0;margin:0 0 4px;letter-spacing:.2px}
body[dir=rtl] .tl-body h6{font-size:14.5px;letter-spacing:0}
.tl-body p{font-size:14px;color:#4a6580;line-height:1.7;margin:0}
body[dir=rtl] .tl-body p{font-size:15px}
/* who-we-serve */
.who-we-serve { overflow: hidden;}
.serve-card{display:flex;align-items:flex-start;gap:16px;background:#fff;padding:20px;border-radius:14px;box-shadow:none;transition:none}.serve-card:hover{transform:none;box-shadow:none}
.icon-box{width:58px;height:58px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.icon-box.towing{background:#415a20}
.icon-box.fuel{background:#0080B4}.icon-box.battery{background:#ff9800}.serve-title{font-size:22px;font-weight:600;margin-bottom:8px;color:#222}
.serve-text{font-size:15px;color:#666;line-height:1.7}.service-image img{width:100%;height:500px;object-fit:cover;border-radius:20px}
/* road-assistance-section */
.road-assistance-section{background:#f8f9fa;overflow:hidden}
.section-badge{display:inline-block;background:#00AFF0;color:#fff;padding:8px 18px;border-radius:30px;font-size:14px;font-weight:600;margin-bottom:18px}
.mission-title{font-size:40px;font-weight:700;margin-bottom:20px;line-height:1.3}.mission-text{color:#666;font-size:15px;line-height:1.8;margin-bottom:16px}
.service-btn{display:inline-block;background:#00AFF0;color:#fff;text-decoration:none;padding:14px 30px;border-radius:10px;font-weight:600;transition:.3s ease;margin-top:10px}
.service-btn:hover{background:#00AFF0;color:#fff}.service-steps{display:flex;flex-direction:column;gap:20px}
.step-card{display:flex;align-items:flex-start;gap:18px;background:#fff;padding:24px;border-radius:18px;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:.3s ease}
.step-content h4{font-size:22px;font-weight:600;color:#222;margin-bottom:10px}
.step-content p{font-size:15px;color:#666;line-height:1.7;margin-bottom:0}
/* why-choose-section */
.why-choose-section{background:#f8f9fa;overflow:hidden}
/* .section-tag{display:inline-block;background:#00AFF0;padding:6px 16px;border-radius:30px;font-size:13px;font-weight:600;margin-bottom:15px} */
.why-title{font-size:38px;font-weight:700;margin-bottom:20px;line-height:1.3}
.why-list{list-style:none;padding:0;margin:0}.why-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:16px;color:#333}
.check-icon{width:24px;height:24px;background:#00AFF0;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-top:2px}
.why-desc{margin-top:18px;font-size:16px;font-weight:600;color:#222;line-height:1.7}
.why-image img{width:100%;height:450px;object-fit:cover;border-radius:20px;box-shadow:0 4px 18px rgba(0,0,0,.08)}
/* help page */
.info-section{background:#fff}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}
.info-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:30px;text-align:center;transition:.25s ease}
.info-card:hover{transform:translateY(-6px);border-color:#00AFF0;box-shadow:0 10px 25px rgba(0,175,240,.12)}
.info-icon{width:60px;height:60px;margin:0 auto 15px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#00AFF0;background:rgba(0,175,240,.08);border-radius:50%}
.info-title{font-size:20px;font-weight:700;margin-bottom:10px}.info-title a{color:#1a1a1a;text-decoration:none;transition:.2s}
.info-title a:hover {color: #00AFF0;}
.info-text{font-size:14px;color:#4b5563;line-height:1.6}

/* RTL inner public pages */
html[dir="rtl"] .breadcrumbs-custom,
html[dir="rtl"] .ab,
html[dir="rtl"] .story,
html[dir="rtl"] .who-we-serve,
html[dir="rtl"] .road-assistance-section,
html[dir="rtl"] .why-choose-section,
html[dir="rtl"] .help,
html[dir="rtl"] .info-section{
    direction:rtl;
    text-align:right;
}

html[dir="rtl"] .breadcrumbs-custom-title{
    text-align:right;
}

html[dir="rtl"] .breadcrumbs-custom-path{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:8px;
    padding-right:0;
}

html[dir="rtl"] .ab-badge,
html[dir="rtl"] .section-badge,
html[dir="rtl"] .section-tag{
    margin-left:auto;
    margin-right:0;
}

html[dir="rtl"] .ab-h2,
html[dir="rtl"] .ab p,
html[dir="rtl"] .story-h2,
html[dir="rtl"] .story-lead,
html[dir="rtl"] .story p,
html[dir="rtl"] .serve-title,
html[dir="rtl"] .serve-text,
html[dir="rtl"] .mission-title,
html[dir="rtl"] .mission-text,
html[dir="rtl"] .step-content h4,
html[dir="rtl"] .step-content p,
html[dir="rtl"] .why-title,
html[dir="rtl"] .why-list li,
html[dir="rtl"] .why-desc,
html[dir="rtl"] .help h3,
html[dir="rtl"] .info-title,
html[dir="rtl"] .info-text{
    text-align:right;
}

html[dir="rtl"] .ab-rule,
html[dir="rtl"] .story-rule{
    margin-left:auto;
    margin-right:0;
}

html[dir="rtl"] .ab-subh,
html[dir="rtl"] .serve-card,
html[dir="rtl"] .step-card,
html[dir="rtl"] .why-list li{
    direction:rtl;
}

html[dir="rtl"] .tl{
    padding-left:0;
    padding-right:20px;
}

html[dir="rtl"] .tl::before{
    left:auto;
    right:7px;
}

html[dir="rtl"] .rd-mailform.form-inline{
    justify-content:flex-start;
}

html[dir="rtl"] .form-input{
    direction:rtl;
    text-align:right;
}

html[dir="rtl"] .info-card{
    text-align:right;
}

html[dir="rtl"] .info-icon{
    margin-left:0;
    margin-right:0;
}

@media (max-width: 992px) {
    .cta-content{flex-direction:column}
    .cta-image-inner{flex:none;max-width:100%;height:280px}
    .cta-text-content{padding:36px 28px}
    .cta-bg .col-lg-6:first-child{padding:36px 28px}
    .image-wrapper,.team-img{min-height:280px}
    /* about page */
    .ab-wrap{grid-template-columns:1fr;gap:44px}.ab-visual-wrap{order:-1}.ab-stat{display:none}
    .story-wrap{grid-template-columns:1fr;gap:44px}.story-img-wrap{order:-1}
    .service-image img{height:350px;margin-top:20px}
    .mission-title{font-size:32px}.mission-content{text-align:center}
    .why-title{font-size:30px;text-align:center}
    .why-list li{font-size:15px}.why-desc{text-align:center}
}

@media(max-width:768px) {
    
    /* home page */
    #hero-section{padding:28px 0 36px}
    .hero-img-wrap img{height:240px}
    .hero-tags{grid-template-columns:1fr}
    .hero-buttons{flex-direction:column}
    .btn-get-started,.btn-provider{text-align:center}
    .about-section{padding:36px 0}
    .about-img-wrap img{height:260px}
    .about-btns{flex-direction:column}
    .btn-hire,.btn-more{text-align:center}
    .stats-row{grid-template-columns:repeat(2,1fr)}
    .stat-card{padding:28px 16px}
    .how-it-works{padding:36px 0}
    .image-panel{height:260px;margin-top:24px}
    .step-btn{padding:14px 16px}
    .blog-section{padding:36px 0}
    .blog-img{height:180px}
    .trusted-card{padding:28px 20px}
    .trusted-section{padding:36px 0}
    .info-grid { grid-template-columns: 1fr;}
    /* old */
    .booking-body {
        padding: 25px
    }

    .wizard-step {
        font-size: 12px;
        padding: 8px 3px
    }

    .wizard-step {
        margin: 5px 4px
    }

    .map-container {
        height: 300px
    }

    .input-control-wrapper {
        gap: 15px
    }

    .input-control {
        width: 100%
    }
}

/* end new style */

.banner-head {
    color: #fff;
    margin-top: 70px;
    line-height: 50px;
    font-family: sans-serif;
    font-size: 35px;
    font-weight: 600
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.box-shadow {
    box-shadow: 0 0 20px #dcdade;
    padding: 20px;
    border-radius: 5px;
    height: 370px
}

.card-content {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    font-family: "ClanPro-Book", sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: .1px
}

.icon img {
    width: 60px
}

.icon-img {
    height: 50px
}

.full-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 95%;
    background-size: cover;
    background-position: center center
}

.footer {
    background-color: #183398
}

.wallet .amount span.txt {
    margin-right: 1.5em;
    padding-top: 9px
}

.table-custom th {
    padding: 16px 24px
}

#wrapper.toggled #sidebar-wrapper {
    width: 20% !important
}

.custom-btn-bg-color {
    background-color: #2a4696 !important
}


.bg {
    background-image: url(https://cdn.pixabay.com/photo/2016/08/03/09/04/universe-1566161_960_720.jpg);
    height: 50%;
    opacity: .7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.login-register-padding {
    padding-top: 0;
    padding-bottom: 0
}

.help {
    text-align: center
}

@media (min-width:992px) {
    .help {
        padding-left: 30%
    }
}

.form-inline-1 .form-in-process {
    background: white !important
}

.service-title::after {
    content: "";
    display: block;
    width: 190px;
    margin: 8px auto 0;
    border-bottom: 3px solid #fdce03;
    border-radius: 20px
}

.custom-list {
    list-style: none;
    padding: 0
}

.custom-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 55px
}

.custom-list li::before {
    content: counter(list-item) ". ";
    counter-increment: list-item;
    position: absolute;
    left: 7px;
    color: #FDCE03;
    font-weight: 700
}

.custom-span-list {
    counter-reset: span-item;
    padding-left: 0
}

.custom-span-list span {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px
}

.card-title a:active,
.card-title a.collapsed {
    color: #fff
}

:root {
    --primary-gradient: linear-gradient(135deg, #fdce03 0%, #ffe75e 100%);
    --secondary-gradient: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    --accent-color: #fdce03;
    --light-accent: #ffe75e;
    --dark-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --light-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.booking-container {
    background: var(--secondary-gradient);
    min-height: 100vh;
    padding: 40px 0;
    font-family: 'Poppins', sans-serif
}

.booking-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--dark-shadow);
    overflow: hidden;
    margin-bottom: 30px;
    transform: translateY(0);
    transition: all 0.3s ease
}

.booking-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25)
}

.booking-header {
    background: var(--primary-gradient);
    color: #fff;
    text-align: center;
    padding: 20px
}

.booking-header h2 {
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgb(0 0 0 / .1)
}

.booking-body {
    padding: 40px
}

.form-group {
    margin-bottom: 30px;
    position: relative
}

.form-control {
    height: 52px;
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    padding-left: 15px;
    font-size: 15px;
    transition: all 0.3s
}

.form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgb(253 206 3 / .2)
}

textarea.form-control {
    height: 120px;
    padding-top: 15px
}

.btn-book,
.btn-next,
.btn-prev,
.btn-primary {
    background: var(--primary-gradient);
    border: none;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0 10px
}

.btn-book:hover,
.btn-next:hover,
.btn-prev:hover,
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(253 206 3 / .2)
}

.btn-prev {
    background: #6c757d
}

.service-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.service-option {
    cursor: pointer;
    transition: all 0.3s
}

.service-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #2d3748;
    font-weight: 500
}

.service-option:hover .service-label {
    border-color: var(--accent-color);
    background-color: var(--light-accent);
    transform: translateY(-2px)
}

.service-option input:checked+.service-titles {
    font-weight: 700;
    color: var(--accent-color)
}

.service-option input:checked+.service-label {
    border-color: var(--accent-color);
    background-color: var(--light-accent);
    box-shadow: 0 2px 4px rgb(253 206 3 / .1)
}

.service-label.active {
    border-color: var(--accent-color);
    background-color: var(--light-accent);
    box-shadow: 0 4px 6px -1px rgb(253 206 3 / .1), 0 2px 4px -1px rgb(253 206 3 / .06)
}

.service-titles {
    font-weight: 500;
    color: #2d3748
}

.map-container {
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 2px solid #e2e8f0;
    box-shadow: var(--light-shadow)
}

.input-group-number {
    display: flex;
    align-items: center;
    border-radius: 20px
}

.input-group-number .form-control {
    text-align: center;
    border-radius: 0;
    border-left: none;
    border-right: none;
    width: 100px;
    height: 50px;
    font-weight: 700
}

.input-group-number .btn {
    background: var(--primary-gradient);
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.input-group-number .btn:hover {
    background: linear-gradient(135deg, #e0b703 0%, #ffd700 100%)
}

.input-group-number .btn:disabled {
    background: #e2e8f0;
    cursor: not-allowed
}

.input-control-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

.input-control {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 .25rem .5rem rgb(0 0 0 / .05);
    width: 300px
}

.input-control label {
    font-weight: 600;
    margin-bottom: 10px;
    color: #444
}

.image-upload {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px
}

.image-preview {
    width: 88px;
    height: 88px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px dashed #cbd5e0;
    transition: all 0.3s
}

.image-preview:hover {
    transform: scale(1.05)
}

.upload-btn {
    width: 88px;
    height: 88px;
    border-radius: 12px;
    border: 2px dashed var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--accent-color);
    font-size: 28px;
    background-color: #faf5ff;
    transition: all 0.3s
}

.upload-btn:hover {
    background-color: var(--light-accent);
    transform: scale(1.05)
}

.schedule-toggle {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 34px;
    margin-right: 15px
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 34px
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgb(0 0 0 / .2)
}

input:checked+.slider {
    background: var(--primary-gradient)
}

input:checked+.slider:before {
    transform: translateX(30px)
}

.schedule-fields {
    display: none;
    margin-top: 20px;
    animation: fadeIn 0.5s ease
}

.schedule-active .schedule-fields {
    display: block
}

.wizard-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative
}

.wizard-step {
    flex: 1;
    text-align: center;
    padding: 12px 5px;
    background: #e2e8f0;
    border-radius: 8px;
    margin: 0 5px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    min-width: 60px;
    color: #64748b;
    font-weight: 500
}

.wizard-step.active {
    background: var(--primary-gradient);
    color: #fff;
    font-weight: 600;
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgb(79 70 229 / .3)
}

.btn-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.card-form {
    display: none;
    margin-top: 20px
}

.StripeElement {
    box-sizing: border-box;
    height: 52px;
    padding: 15px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s
}

.StripeElement--focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgb(253 206 3 / .2)
}

.StripeElement--invalid {
    border-color: #fa755a
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important
}

#saveCard {
    margin-left: 0
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.custom-card {
    width: 100%;
    padding: 5px 5px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(10 10 10 / .3);
    position: relative;
    transition: background-color 0.3s ease;
    background-color: #fff
}

.custom-card:hover {
    background-color: #4879F7
}

.custom-card:hover h4.title a,
.custom-card:hover p.card-text,
.custom-card:hover a[href="#"] {
    color: #fff
}

.card-img-top {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px
}

.card-img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.more-service a {
    border-radius: 30px
}

.blue-container {
    background-color: blue;
    padding: 20px
}

@media only screen and (max-width:767px) {
    .custom-button {
        background-color: #fff;
        color: #000;
        padding: 21px 38px;
        border-radius: 21px;
        transition: background-color 0.3s ease;
        margin-top: 10px
    }
}

.custom-button {
    background-color: #fff;
    color: #000;
    padding: 21px 38px;
    border-radius: 75px;
    transition: background-color 0.3s ease
}

.custom-button:hover {
    background-color: #FBD12D;
    color: #000
}

@media only screen and (min-width:768px) {
    #bolgs_card {
        width: 50%
    }
}

@media only screen and (min-width:992px) {
    #bolgs_card {
        width: 33.33%
    }
}

@media only screen and (min-width:1200px) {
    #bolgs_card {
        width: 25%
    }
}

@media (min-width:768px) {
    .button-container {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 20px
    }

    .button-container:before,
    .button-container:after {
        content: "";
        flex: 1
    }

    #button1,
    #button2,
    #button3 {
        position: absolute;
        width: calc(33.33% - 10px);
        left: calc(33.33% - 10px);
        top: 25px
    }

    #button1 {
        left: 0
    }

    #button2 {
        left: calc(33.33% + 10px)
    }

    #button3 {
        left: calc(66.66% + 15px)
    }

    .clicked {
        border-radius: 20px 65px
    }

    .read_more_btn:hover {
        color: #000
    }
}

@media(max-width:576px){
  .team-section{padding:36px 0}
  .cta-bg .col-lg-6:first-child{padding:28px 20px}
  .image-wrapper,.team-img{min-height:220px}
  .ab-wrap{padding:0 20px}.ab{padding:50px 0}
  .story-wrap{padding:0 20px}.story{padding:50px 0}
  .serve-card{padding:16px;gap:12px}.icon-box{width:50px;height:50px;font-size:20px}
  .serve-title{font-size:18px}.serve-text{font-size:14px}.service-image img{height:260px}
  .step-card{padding:18px;gap:14px}.step-number{min-width:50px;height:50px;font-size:18px}
  .step-content h4{font-size:18px}.step-content p{font-size:14px}.mission-title{font-size:26px} 
  .why-title{font-size:24px}.why-image img{height:280px}.why-list li{font-size:14px}
}

@media(max-width:480px){
  .cta-section{padding:36px 0}
  .cta-text-content{padding:28px 20px}
  .cta-image-inner{height:220px}
}
