/*=================================================
HASAN REPAIR SERVICE
Premium Landing Page CSS
Version : 1.0
==================================================*/

:root{

--primary:#D71920;
--secondary:#111827;
--accent:#FDB913;
--light:#F8F9FA;
--white:#ffffff;
--text:#4b5563;
--border:#ececec;
--shadow:0 15px 40px rgba(0,0,0,.08);
--radius:18px;
--transition:.35s ease;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;
background:#fff;
color:var(--text);
overflow-x:hidden;

}

img{

max-width:100%;
display:block;

}

a{

text-decoration:none;
transition:.3s;

}

ul{

list-style:none;
padding:0;
margin:0;

}

.section-padding{

padding:100px 0;

}

/*==================================
TOPBAR
===================================*/

.topbar{

background:var(--secondary);
color:#fff;
    font-size: 18px;
    padding: 10px 0px;

}

.topbar i{

color:var(--accent);
margin-right:8px;

}

/*==================================
NAVBAR
===================================*/

.navbar{

padding:16px 0;
background:#fff!important;
transition:.4s;
z-index:999;

}

.navbar-brand{

display:flex;
align-items:center;
font-size:22px;
font-weight:700;
color:#111;

}

.navbar-brand img{

border-radius:50%;
margin-right:10px;

}

.navbar-brand small{

font-size:13px;
font-family:'Cairo',sans-serif;
display:block;

}

.nav-link{

font-size:15px;
font-weight:600;
margin:0 10px;
color:#222!important;
position:relative;

}

.nav-link:after{

content:"";
position:absolute;
left:0;
bottom:-5px;
width:0%;
height:2px;
background:var(--primary);
transition:.35s;

}

.nav-link:hover:after{

width:100%;

}

.btn-danger{

background:var(--primary);
border:none;
padding:12px 28px;
border-radius:50px;
font-weight:600;
box-shadow:0 10px 30px rgba(215,25,32,.25);

}

.btn-danger:hover{

background:#b80007;
transform:translateY(-2px);

}

.btn-outline-dark{
    color: #fff;
    border-color: #fff;
padding:12px 28px;
border-radius:50px;
font-weight:600;

}

/*==================================
HERO SECTION
===================================*/

.hero-section{

padding:110px 0;
/* background:linear-gradient(to right,#fff 50%,#fff5f5); */
  background:
        linear-gradient(rgb(18 18 18 / 36%), rgb(18 18 18 / 83%)), url(img/bg.png) center center / cover no-repeat;
background-size: cover;
position:relative;
overflow:hidden;

}

.hero-section::before{

content:"";
position:absolute;
right:-120px;
top:-100px;
width:450px;
height:450px;
background:rgba(215,25,32,.06);
border-radius:50%;

}

.hero-content{

position:relative;
z-index:10;

}

.hero-content .badge{

padding:12px 20px;
font-size:14px;
border-radius:30px;

}

.hero-content h1{

font-size:55px;
font-weight:800;
line-height:1.2;
color:#fff;
margin-bottom:20px;

}

.hero-content h1 span{

display:block;
color:var(--primary);

}

.hero-content p{
color: #e0dfdf;
font-size:18px;
line-height:1.9;
margin-bottom:30px;

}

.hero-list{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;

}

.hero-list div{

background:#fff;
padding:16px;
border-radius:14px;
box-shadow:var(--shadow);
font-weight:600;
transition:.3s;

}

.hero-list div:hover{

transform:translateY(-5px);

}

.hero-list i{

color:green;
margin-right:10px;

}

/*==================================
TECHNICIAN IMAGE
===================================*/

.hero-technician{

border-radius:25px;
box-shadow:0 30px 60px rgba(0,0,0,.12);
transition:.4s;

}

.hero-technician:hover{

transform:translateY(-10px);

}

/*==================================
ENQUIRY FORM
===================================*/

.form-box{

background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 30px 60px rgba(0,0,0,.10);
position:relative;
z-index:10;

}

.form-box h4{

font-weight:700;
color:#111;
margin-bottom:25px;

}

.form-control,
.form-select{

height:56px;
border-radius:12px;
border:1px solid #ddd;
padding-left:18px;
font-size:15px;

}

textarea.form-control{

height:auto;
padding-top:14px;

}

.form-control:focus,
.form-select:focus{

box-shadow:none;
border-color:var(--primary);

}

.form-box button{

height:56px;
font-size:16px;
font-weight:700;
border-radius:12px;

}

/*==================================
BUTTONS
===================================*/

.btn{

transition:.35s;

}

.btn:hover{

transform:translateY(-3px);

}

/*==================================
UTILITY
===================================*/

.shadow-lg{

box-shadow:0 30px 60px rgba(0,0,0,.08)!important;

}

.text-primary{

color:var(--primary)!important;

}

.bg-primary{

background:var(--primary)!important;

}

.rounded-20{

border-radius:20px;

}

/*==================================
ANIMATION
===================================*/

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

.hero-technician{

animation:float 5s ease-in-out infinite;

}

/*==================================
SCROLLBAR
===================================*/

::-webkit-scrollbar{

width:8px;

}

::-webkit-scrollbar-thumb{

background:var(--primary);
border-radius:20px;

}

::-webkit-scrollbar-track{

background:#eee;

}

/*==================================
SECTION TITLE
===================================*/

.section-title{

text-align:center;
margin-bottom:70px;

}

.section-title span{

color:var(--primary);
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
font-size:15px;

}

.section-title h2{

font-size:42px;
font-weight:800;
color:#111;
margin-top:12px;

}

.section-title p{

max-width:700px;
margin:auto;
margin-top:18px;
line-height:1.9;

}

/*=================================================
PART 2
Services | About | Why Choose Us
=================================================*/

/*==============================
SECTION BACKGROUND
===============================*/

.gray-bg{
    background:#f8fafc;
}

.red-bg{
    background:linear-gradient(135deg,#d71920,#b60f16);
}

.dark-bg{
    background:#111827;
}

/*==============================
SERVICE SECTION
===============================*/

.service-section{
    padding:100px 0;
    background:#fff;
}

.service-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
    position:relative;
}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 35px 80px rgba(0,0,0,.12);
}

.service-image{
    height:240px;
    overflow:hidden;
}

.service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.service-card:hover .service-image img{
    transform:scale(1.08);
}

.service-body{
    padding:30px;
}

.service-icon{
    width:70px;
    height:70px;
    background:rgba(215,25,32,.08);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    color:var(--primary);
    font-size:28px;
}

.service-title{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}

.service-body p{
    line-height:1.8;
    margin-bottom:25px;
}

.service-card ul{
    margin-bottom:25px;
}

.service-card ul li{
    margin-bottom:10px;
    font-size:15px;
}

.service-card ul i{
    color:green;
    margin-right:8px;
}

.service-btn{
    border-radius:50px;
    padding:12px 25px;
    font-weight:600;
}

/*==============================
ABOUT
===============================*/

.about-section{
    padding:110px 0;
    background:#f8fafc;
}

.about-image{
    position:relative;
}

.about-image img{
    border-radius:24px;
    box-shadow:0 35px 70px rgba(0,0,0,.10);
}

.experience-box{
    position:absolute;
    bottom:25px;
    right:-20px;
    background:#d71920;
    color:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(215,25,32,.35);
}

.experience-box h2{
    font-size:42px;
    font-weight:800;
}

.about-content h6{
    color:var(--primary);
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.about-content h2{
    font-size:45px;
    font-weight:800;
    color:#111;
    margin:15px 0;
}

.about-content p{
    line-height:2;
    margin-bottom:20px;
}

.about-list{
    margin-top:30px;
}

.about-list li{
    margin-bottom:15px;
    font-size:16px;
    font-weight:500;
}

.about-list i{
    color:green;
    margin-right:10px;
}

/*==============================
WHY CHOOSE US
===============================*/

.why-section{
    padding:100px 0;
    background:#fff;
}

.why-card{
    background:#fff;
    border-radius:20px;
    text-align:center;
    padding:40px 25px;
    transition:.4s;
    box-shadow:0 20px 40px rgba(0,0,0,.06);
    height:100%;
}

.why-card:hover{
    background:#d71920;
    color:#fff;
    transform:translateY(-10px);
}

.why-card:hover h4,
.why-card:hover p,
.why-card:hover i{
    color:#fff;
}

.why-icon{
    width:85px;
    height:85px;
    margin:auto;
    border-radius:50%;
    background:#fff5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#d71920;
    margin-bottom:25px;
    transition:.3s;
}

.why-card h4{
    font-weight:700;
    margin-bottom:15px;
    color:#111;
}

.why-card p{
    line-height:1.8;
}

/*==============================
COUNTER
===============================*/

.counter-section{
    background:linear-gradient(135deg,#d71920,#b50d14);
    padding:90px 0;
    color:#fff;
}

.counter-box{
    text-align:center;
}

.counter-icon{
    font-size:48px;
    margin-bottom:20px;
}

.counter-number{
    font-size:55px;
    font-weight:800;
}

.counter-text{
    font-size:18px;
    opacity:.9;
}

/*==============================
PROCESS
===============================*/

.process-section{
    padding:100px 0;
    background:#fff;
}

.process-card{
    text-align:center;
    position:relative;
    padding:25px;
}

.process-number{
    width:75px;
    height:75px;
    margin:auto;
    border-radius:50%;
    background:#d71920;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.process-card h5{
    font-weight:700;
    margin-bottom:15px;
}

.process-card::after{
    content:"";
    position:absolute;
    width:70%;
    height:2px;
    background:#ddd;
    right:-35%;
    top:36px;
}

.process-card:last-child::after{
    display:none;
}

/*==============================
CTA SECTION
===============================*/

.cta-section{
    padding:90px 0;
    background:url("https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=1600&q=80") center center;
    background-size:cover;
    position:relative;
}

.cta-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.70);
}

.cta-content{
    position:relative;
    z-index:10;
    text-align:center;
    color:#fff;
}

.cta-content h2{
    font-size:50px;
    font-weight:800;
    margin-bottom:20px;
}

.cta-content p{
    max-width:750px;
    margin:auto;
    line-height:1.9;
    margin-bottom:35px;
}

.cta-content .btn{
    padding:15px 38px;
    border-radius:50px;
}

/*==============================
IMAGE EFFECTS
===============================*/

.zoom-img{
    overflow:hidden;
    border-radius:20px;
}

.zoom-img img{
    transition:.6s;
}

.zoom-img:hover img{
    transform:scale(1.1);
}

/*==============================
ICON BOX
===============================*/

.icon-box{
    display:flex;
    align-items:flex-start;
    margin-bottom:25px;
}

.icon-circle{
    width:65px;
    height:65px;
    min-width:65px;
    border-radius:50%;
    background:#fff5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d71920;
    font-size:28px;
    margin-right:18px;
}

.icon-content h5{
    font-weight:700;
    color:#111;
    margin-bottom:8px;
}

.icon-content p{
    margin:0;
    line-height:1.8;
}

/*==============================
GLASS CARD
===============================*/

.glass-card{
    background:rgba(255,255,255,.75);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.35);
    border-radius:22px;
    box-shadow:0 30px 60px rgba(0,0,0,.08);
    padding:35px;
}

/*=================================================
PART 3
Testimonials | FAQ | Contact | Footer
==================================================*/

/*=================================
TESTIMONIAL SECTION
==================================*/

.testimonial-section{
    padding:100px 0;
    background:#f8fafc;
}

.testimonial-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.testimonial-card:hover{
    transform:translateY(-8px);
}

.testimonial-stars{
    color:#ffc107;
    font-size:18px;
    margin-bottom:20px;
}

.testimonial-card p{
    line-height:1.9;
    font-size:15px;
}

.client{
    display:flex;
    align-items:center;
    margin-top:25px;
}

.client img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    margin-right:18px;
}

.client h5{
    margin-bottom:4px;
    color:#111;
    font-weight:700;
}

.client span{
    font-size:14px;
    color:#777;
}

/*=================================
FAQ
==================================*/

.faq-section{
    padding:100px 0;
    background:#fff;
}

.accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:16px !important;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.accordion-button{
    padding:22px;
    font-size:18px;
    font-weight:600;
    color:#111;
    background:#fff;
}

.accordion-button:not(.collapsed){
    background:#d71920;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-body{
    padding:25px;
    line-height:1.9;
}

/*=================================
CONTACT
==================================*/

.contact-section{
    padding:100px 0;
    background:#f8fafc;
}

.contact-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 20px 40px rgba(0,0,0,.07);
    height:100%;
}

.contact-info{
    display:flex;
    margin-bottom:30px;
}

.contact-icon{
    width:65px;
    height:65px;
    min-width:65px;
    border-radius:50%;
    background:#fff5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d71920;
    font-size:26px;
    margin-right:18px;
}

.contact-text h5{
    font-weight:700;
    margin-bottom:8px;
}

.contact-map iframe{
    border-radius:20px;
    width:100%;
    height:420px;
}

/*=================================
FORM
==================================*/

.contact-form .form-control,
.contact-form .form-select{

    height:58px;
    border-radius:12px;
    border:1px solid #ddd;
    margin-bottom:18px;

}

.contact-form textarea{

    height:170px!important;
    resize:none;

}

.contact-form button{

    height:60px;
    border-radius:50px;
    font-size:17px;
    font-weight:700;

}

/*=================================
FOOTER
==================================*/

.footer{
    background:#111827;
    color:#cbd5e1;
    padding-top:80px;
}

.footer-logo{
    display:flex;
    align-items:center;
    margin-bottom:20px;
}

.footer-logo img{
    width:55px;
    margin-right:12px;
}

.footer h5{
    color:#fff;
    margin-bottom:25px;
    font-weight:700;
}

.footer p{
    line-height:1.9;
}

.footer ul li{
    margin-bottom:14px;
}

.footer ul li a{
    color:#cbd5e1;
}

.footer ul li a:hover{
    color:#fff;
    padding-left:8px;
}

.footer-contact i{
    color:#d71920;
    margin-right:10px;
}

.social-icons{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.social-icons a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#1f2937;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.social-icons a:hover{
    background:#d71920;
    transform:translateY(-5px);
}

.footer-bottom{
    margin-top:60px;
    border-top:1px solid rgba(255,255,255,.08);
    padding:25px 0;
    text-align:center;
}

/*=================================
WHATSAPP
==================================*/

.whatsapp-btn{

    position:fixed;
    bottom:25px;
    left:25px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:32px;
    z-index:999;
    box-shadow:0 15px 30px rgba(0,0,0,.18);
    animation:pulse 2s infinite;

}

.whatsapp-btn:hover{
    color:#fff;
}

/*=================================
CALL BUTTON
==================================*/

.call-btn{

    position:fixed;
    bottom:95px;
    left:25px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#d71920;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    z-index:999;

}

/*=================================
BACK TO TOP
==================================*/

.scroll-top{

    position:fixed;
    right:25px;
    bottom:25px;
    width:55px;
    height:55px;
    background:#111827;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:999;

}

.scroll-top.active{

    opacity:1;
    visibility:visible;

}

.scroll-top:hover{

    background:#d71920;
    color:#fff;

}

/*=================================
PRELOADER
==================================*/

.preloader{

    position:fixed;
    inset:0;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:99999;

}

.loader{

    width:70px;
    height:70px;
    border-radius:50%;
    border:6px solid #eee;
    border-top-color:#d71920;
    animation:spin 1s linear infinite;

}

@keyframes spin{

100%{

transform:rotate(360deg);

}

}

@keyframes pulse{

0%{

box-shadow:0 0 0 0 rgba(37,211,102,.5);

}

70%{

box-shadow:0 0 0 18px rgba(37,211,102,0);

}

100%{

box-shadow:0 0 0 0 rgba(37,211,102,0);

}

}

/*=================================
UTILITY
==================================*/

.radius-20{
border-radius:20px;
}

.radius-30{
border-radius:30px;
}

.shadow-custom{
box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.bg-light-red{
background:#fff5f5;
}

.text-red{
color:#d71920;
}

.border-red{
border-color:#d71920!important;
}

.hover-up{
transition:.35s;
}

.hover-up:hover{
transform:translateY(-8px);
}

.transition{
transition:.35s;
}

.fw-700{
font-weight:700;
}

.fw-800{
font-weight:800;
}

.mb-30{
margin-bottom:30px;
}

.mt-30{
margin-top:30px;
}

.py-100{
padding:100px 0;
}




/* ********************************************** */


/*==========================================
Responsive CSS
Hasan Repair Service
==========================================*/

/* ===============================
Large Devices (1400px)
================================ */

@media (max-width:1400px){

.hero-content h1{
    font-size:48px;
}

.section-title h2{
    font-size:38px;
}

.about-content h2{
    font-size:40px;
}

.cta-content h2{
    font-size:42px;
}

}

/* ===============================
Laptop
================================ */

@media (max-width:1200px){

.hero-section{
    padding:80px 0;
}

.hero-content h1{
    font-size:42px;
}

.hero-list{
    grid-template-columns:1fr;
}

.form-box{
    margin-top:40px;
}

.about-content{
    margin-top:40px;
}

.process-card::after{
    display:none;
}

.counter-number{
    font-size:45px;
}

}

/* ===============================
Tablet Landscape
================================ */

@media (max-width:992px){

.navbar{
    padding:12px 0;
}

.counter-section .col-md-6{
    width: 50%;
}

.navbar-collapse{
    background:#fff;
    padding:20px;
    margin-top:15px;
    border-radius:15px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.nav-link{
    margin:10px 0;
}

.hero-section{
    text-align:center;
}

.hero-content{
    margin-bottom:50px;
}

.hero-content h1{
    font-size:38px;
}

.hero-content p{
    font-size:16px;
}

.hero-list{
    grid-template-columns:repeat(2,1fr);
}

.hero-technician{
    max-width:420px;
    margin:40px auto;
}

.form-box{
    max-width:550px;
    margin:40px auto 0;
}

.about-image{
    margin-bottom:50px;
}

.about-content{
    text-align:center;
}

.about-list{
    text-align:left;
}

.experience-box{
    right:20px;
}

.section-title h2{
    font-size:34px;
}

.counter-box{
    margin-bottom:40px;
}

.contact-card{
    margin-bottom:30px;
}

.contact-map{
    margin-top:40px;
}

.footer{
    text-align:center;
}

.footer-logo{
    justify-content:center;
}

.social-icons{
    justify-content:center;
}

}

/* ===============================
Tablet Portrait
================================ */

@media (max-width:768px){

.section-padding,
.hero-section,
.about-section,
.service-section,
.why-section,
.process-section,
.faq-section,
.contact-section,
.testimonial-section{
    padding:70px 0;
}

.hero-content h1{
    font-size:34px;
}

.hero-content p{
    font-size:15px;
}

.hero-list{
    grid-template-columns:1fr;
}

.hero-list div{
    text-align:left;
}

.section-title h2{
    font-size:30px;
}

.about-content h2{
    font-size:32px;
}

.cta-content h2{
    font-size:34px;
}

.counter-number{
    font-size:40px;
}

.service-image{
    height:220px;
}

.service-body{
    padding:25px;
}

.process-card{
    margin-bottom:30px;
}

.process-number{
    margin-bottom:15px;
}

.process-card::after{
    display:none;
}

.contact-map iframe{
    height:320px;
}

}

/* ===============================
Mobile
================================ */

@media (max-width:576px){

.topbar{
    font-size:12px;
    text-align:center;
    color: #fff;
}

.navbar-brand{
    font-size:18px;
}

.navbar-brand img{
    width:45px;
}

.hero-section{
    padding-top:50px;
}

.hero-content h1{
    font-size:28px;
    line-height:1.4;
}

.hero-content p{
    font-size:14px;
}

.hero-content .btn{
    width:100%;
    margin-bottom:15px;
}

.hero-content .btn-outline-dark{
    margin-left:0!important;
}

.hero-technician{
    max-width:100%;
}

.form-box{
    padding:25px;
}

.form-box h4{
    font-size:22px;
}

.form-control,
.form-select{
    height:50px;
}

.btn-danger{
    padding:12px 20px;
}

.section-title h2{
    font-size:26px;
}

.section-title p{
    font-size:14px;
}

.service-card{
    margin-bottom:25px;
}

.service-image{
    height:200px;
}

.service-title{
    font-size:22px;
}

.about-content h2{
    font-size:28px;
}

.experience-box{
    position:relative;
    right:0;
    bottom:0;
    margin-top:20px;
}

.counter-section{
    padding:60px 0;
}

.counter-number{
    font-size:36px;
}

.counter-text{
    font-size:15px;
}

.why-card{
    margin-bottom:25px;
}

.testimonial-card{
    margin-bottom:25px;
}

.client{
    flex-direction:column;
    text-align:center;
}

.client img{
    margin-right:0;
    margin-bottom:15px;
}

.contact-info{
    flex-direction:column;
    text-align:center;
}

.contact-icon{
    margin:auto;
    margin-bottom:15px;
}

.contact-map iframe{
    height:250px;
}

.footer{
    padding-top:60px;
}

.footer h5{
    margin-top:30px;
}

.footer-bottom{
    font-size:14px;
}

.whatsapp-btn,
.call-btn{
    width:55px;
    height:55px;
    font-size:24px;
}

.scroll-top{
    width:50px;
    height:50px;
}

}

/* ===============================
Extra Small Devices
================================ */

@media (max-width:400px){

.hero-content h1{
    font-size:24px;
}

.hero-content p{
    font-size:13px;
    color: #fff;
}

.section-title h2{
    font-size:22px;
}

.about-content h2{
    font-size:24px;
}

.cta-content h2{
    font-size:26px;
}

.form-box{
    padding:20px;
}

}

/* ===============================
Landscape Phones
================================ */

@media (orientation:landscape) and (max-height:600px){

.hero-section{
    padding:60px 0;
}

.hero-technician{
    max-width:300px;
}

}











/* ==========================================================================
   CARD BASE LAYOUT (Ref: image_fdfa29.png)
   ========================================================================== */
:root {
    --gold-theme: #dfa837;
    --green-badge: #007a43;
    --card-dark-bg: #061f14;
    --transition-curve: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-interactive-card {
    position: relative;
    height: 500px; /* Slight height increase to cleanly accommodate open mobile content */
    border-radius: 32px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border: 4px solid #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: var(--transition-curve);
    z-index: 1;
}

.service-interactive-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(76 6 6) 0%, rgb(36 2 2 / 59%) 55%, rgba(15, 23, 42, 0.15) 100%);
    z-index: -1;
    transition: var(--transition-curve);
}

.service-interactive-card .icon-badge-box {
    position: absolute;
    top: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-interactive-card .icon-badge-box i {
    color: var(--light);
    font-size: 1.35rem;
}

.service-interactive-card .card-main-content {
    padding: 24px;
    width: 100%;
}

.service-interactive-card .card-title {
    font-weight: 800;
    font-size: 1.45rem;
    color: #ffffff;
    margin-bottom: 4px;
}

.service-interactive-card .card-arabic-subtitle {
    color: var(--gold-theme);
    font-weight: 700;
    font-size: 1.1rem;
}

.service-interactive-card .hover-description {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    border-left: 2.5px solid var(--gold-theme);
    padding-left: 12px;
    margin-top: 12px;
    margin-bottom: 14px;
}

.green-pill-badge {
    background-color: var(--green-badge);
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 50px;
    display: inline-block;
}

.btn-call-expert {
    background-color: var(--primary);
    color: var(--light);
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* ==========================================================================
   RESPONSIVE DISPLAY ENGINE
   ========================================================================== */

/* 1. MOBILE & TABLET VIEWports (Force Content to stay 100% visible) */
@media (max-width: 991.98px) {
    .service-interactive-card .card-arabic-subtitle {
        margin-bottom: 10px;
    }
    .service-interactive-card .hover-details-block {
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .service-interactive-card {
        height: auto;
        min-height: 490px;
    }
}

/* 2. DESKTOP VIEWports ONLY (Hover disclosure turns back on) */
@media (min-width: 992px) {
    .service-interactive-card .card-arabic-subtitle {
        margin-bottom: 0px;
        transition: var(--transition-curve);
    }
    
    .service-interactive-card .hover-details-block {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: var(--transition-curve);
    }

    /* Desktop Hover Trigger Actions */
    .service-interactive-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px rgba(6, 31, 20, 0.35);
    }
    
    .service-interactive-card:hover .card-arabic-subtitle {
        margin-bottom: 10px;
    }
    
    .service-interactive-card:hover .hover-details-block {
        max-height: 300px;
        opacity: 1;
        visibility: visible;
    }
    
    .btn-call-expert {
        transition: var(--transition-curve);
    }
    
    .btn-call-expert:hover {
        background-color: #ffffff;
        color: #000000;
    }
}