/*==================================
        GOOGLE FONT
==================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*==================================
        ROOT
==================================*/

:root{

    --primary:#d62828;
    --primary-dark:#b91c1c;

    --dark:#1f1f1f;
    --dark-2:#2c2c2c;

    --light:#ffffff;
    --gray:#6c757d;

    --bg:#f8f9fa;

    --radius:18px;

    --shadow:0 10px 30px rgba(0,0,0,.08);

}

/*==================================
        RESET
==================================*/

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

body{

    font-family:'Poppins',sans-serif;
    color:#333;
    line-height:1.7;
    overflow-x:hidden;

}

a{

    text-decoration:none;

}

img{

    width:100%;
    display:block;

}

.section-padding{

    padding:90px 0;

}

/*==================================
        NAVBAR
==================================*/

.navbar{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    z-index: 999;

    background: rgba(33, 33, 33, 0.95);
    backdrop-filter: blur(10px);

    padding: 12px 0;

    transition: all .35s ease;

    box-shadow: 0 5px 20px rgba(0,0,0,.15);

}

/* Logo */

.navbar-brand img{

    width: 75px;
    transition: .3s;

}

.navbar-brand img:hover{

    transform: scale(1.05);

}

/* Navbar Links */

.navbar-nav{

    gap: 10px;

}

.navbar-nav .nav-link{

    position: relative;

    color: #fff;

    font-size: 16px;

    font-weight: 500;

    padding: 10px 18px !important;

    transition: .3s;

}

/* Hover */

.navbar-nav .nav-link:hover{

    color: #dc3545;

}

/* Active Link */

.navbar-nav .nav-link.active{

    color: #dc3545;

}

/* Underline Animation */

.navbar-nav .nav-link::after{

    content: "";

    position: absolute;

    left: 50%;
    bottom: 4px;

    width: 0;
    height: 2px;

    background: #dc3545;

    transition: .35s;

    transform: translateX(-50%);

}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{

    width: 65%;

}

/*==================================
        DROPDOWN
==================================*/

.dropdown-menu{

    border: none;

    border-radius: 15px;

    overflow: hidden;

    margin-top: 15px;

    padding: 10px 0;

    background: #fff;

    box-shadow: 0 15px 40px rgba(0,0,0,.12);

}

.dropdown-item{

    padding: 12px 22px;

    font-size: 15px;

    font-weight: 500;

    transition: .3s;

}

.dropdown-item:hover{

    background: #dc3545;

    color: #fff;

}

.dropdown-item.active{

    background: #dc3545;

    color: #fff;

}

/* Dropdown Icon */

.dropdown-icon{

    font-size: 12px;

    transition: .3s;

}

.dropdown:hover .dropdown-icon{

    transform: rotate(180deg);

}

/*==================================
        BOOK SERVICE BUTTON
==================================*/

.nav-btn{

    background: #dc3545;

    color: #fff;

    padding: 12px 28px;

    border-radius: 50px;

    font-weight: 600;

    transition: .35s;

}

.nav-btn:hover{

    background: #b91c1c;

    color: #fff;

    transform: translateY(-2px);

}

/*==================================
        MOBILE NAVBAR
==================================*/

.navbar-toggler{

    border: none;

    box-shadow: none !important;

}

.navbar-toggler:focus{

    box-shadow: none;

}

.navbar-toggler-icon{

    filter: brightness(0) invert(1);

}

@media (max-width:991px){

    .navbar{

        padding: 10px 0;

    }

    .navbar-collapse{

        background: #212121;

        margin-top: 15px;

        border-radius: 15px;

        padding: 20px;

    }

    .navbar-nav{

        gap: 0;

    }

    .navbar-nav .nav-link{

        padding: 12px 0 !important;

        margin-left: 0;

    }

    .dropdown-menu{

        background: transparent;

        box-shadow: none;

        border: none;

        margin-top: 0;

        padding-left: 15px;

    }

    .dropdown-item{

        color: #fff;

        padding: 10px 0;

    }

    .dropdown-item:hover{

        background: transparent;

        color: #dc3545;

    }

    .nav-btn{

        width: 100%;

        margin-top: 20px;

        text-align: center;

    }

}

/*==================================
        HERO
==================================*/

.service-hero{

    position:relative;

    min-height:85vh;

    display:flex;
    align-items:center;

    background:url("../images/Services/Compliance.jpg")
    center center/cover no-repeat;

}

.service-hero .overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.65);

}

.hero-content{

    position:relative;

    z-index:2;

    max-width:900px;

    margin:auto;

    text-align:center;

    color:#fff;

}

.service-badge{

    display:inline-block;

    background:var(--primary);

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    margin-bottom:20px;

    font-size:14px;

}

.hero-content h1{

    font-size:55px;

    font-weight:700;

    margin-bottom:20px;

}

.hero-content p{

    font-size:18px;

    color:#ddd;

    margin-bottom:35px;

}

.hero-btn .btn{

    padding:14px 35px;

    border-radius:40px;

    font-weight:600;

    margin-right:15px;

}

/*==================================
        BUTTONS
==================================*/

.btn-danger{

    background:var(--primary);
    border:none;

}

.btn-danger:hover{

    background:var(--primary-dark);

}

.btn-outline-light{

    border:2px solid #fff;

}

.btn-outline-light:hover{

    color:#000;

}

/*==================================
        BREADCRUMB
==================================*/

.breadcrumb-section{

    background:#f4f4f4;

    padding:18px 0;

}

.breadcrumb{

    margin:0;

}

.breadcrumb a{

    color:var(--primary);

    font-weight:500;

}

/*==================================
        SECTION TITLE
==================================*/

.section-subtitle{

    color:var(--primary);

    text-transform:uppercase;

    letter-spacing:2px;

    font-weight:600;

    font-size:14px;

}

h2{

    font-size:42px;

    font-weight:700;

    margin:15px 0;

}

.service-about p{

    text-align: justify;

}

/*==================================
        ABOUT SECTION
==================================*/

.service-about img{

    border-radius:20px;

    box-shadow:var(--shadow);

}

.service-about p{

    color:#666;

    margin-bottom:15px;

}

.feature-box{

    background:#fff;

    padding:15px 18px;

    border-radius:12px;

    box-shadow:var(--shadow);

    margin-bottom:18px;

    transition:.35s;

    font-weight:500;

}

.feature-box:hover{

    transform:translateY(-8px);

}

.feature-box i{

    color:var(--primary);

    margin-right:10px;

}

/*==================================
        REPAIR TYPES
==================================*/

.repair-types{

    background:#202020;

    color:#fff;

}

.repair-types h2{

    color:#fff;

}

.repair-types p{

    color:#bbb;

}

.repair-card{

    background:#2b2b2b;

    border-radius:18px;

    padding:40px 25px;

    text-align:center;

    transition:.4s;

    height:100%;

}

.repair-card:hover{

    transform:translateY(-10px);

    background:var(--primary);

}

.repair-card i{

    font-size:45px;

    margin-bottom:20px;

    color:#fff;

}

.repair-card h5{

    font-size:20px;

    margin:0;

}

/*==================================
        COMMON PROBLEMS
==================================*/

.problem-card{

    background:#fff;

    border-radius:18px;

    padding:30px;

    box-shadow:var(--shadow);

    text-align:center;

    transition:.4s;

    height:100%;

}

.problem-card:hover{

    transform:translateY(-10px);

}

.problem-card i{

    font-size:45px;

    color:var(--primary);

    margin-bottom:18px;

}

.problem-card h5{

    font-weight:600;

    margin-bottom:12px;

}

.problem-card p{

    color:#666;

    margin:0;

}

/*==================================
        SERVICE LIST
==================================*/

.service-list{

    list-style:none;

    padding:0;

}

.service-list li{

    background:#fff;

    margin-bottom:18px;

    padding:18px 22px;

    border-radius:12px;

    box-shadow:var(--shadow);

    transition:.3s;

}

.service-list li:hover{

    transform:translateX(10px);

}

.service-list i{

    color:var(--primary);

    margin-right:12px;

}

/*==================================
        BRANDS
==================================*/

.brand-card{

    background:#fff;

    text-align:center;

    padding:35px;

    border-radius:16px;

    box-shadow:var(--shadow);

    font-size:22px;

    font-weight:600;

    transition:.35s;

}

.brand-card:hover{

    background:var(--primary);

    color:#fff;

    transform:translateY(-8px);

}

/*==================================
        WHY CHOOSE US
==================================*/

.why-us{

    background:#f8f9fa;

}

.why-card{

    background:#fff;

    border-radius:18px;

    padding:40px 30px;

    text-align:center;

    box-shadow:var(--shadow);

    transition:.35s;

    height:100%;

}

.why-card:hover{

    transform:translateY(-10px);

}

.why-card i{

    width:80px;
    height:80px;

    line-height:80px;

    border-radius:50%;

    background:rgba(214,40,40,.1);

    color:var(--primary);

    font-size:34px;

    margin-bottom:25px;

}

.why-card h5{

    font-size:22px;

    margin-bottom:15px;

    font-weight:600;

}

.why-card p{

    color:#666;

    margin:0;

}

/*==================================
        REPAIR PROCESS
==================================*/

.repair-process{

    background:#fff;

}

.process-card{

    position:relative;

    background:#fff;

    padding:50px 25px;

    border-radius:20px;

    box-shadow:var(--shadow);

    transition:.35s;

    height:100%;

}

.process-card:hover{

    transform:translateY(-10px);

}

.step-number{

    width:45px;

    height:45px;

    line-height:45px;

    background:var(--primary);

    color:#fff;

    border-radius:50%;

    font-weight:700;

    margin:0 auto 25px;

}

.process-card i{

    font-size:48px;

    color:var(--primary);

    margin-bottom:20px;

}

.process-card h5{

    font-weight:600;

    margin-bottom:15px;

}

.process-card p{

    color:#666;

}

/*==================================
        FAQ
==================================*/

.faq-section{

    background:#f8f9fa;

}

.accordion-item{

    border:none;

    border-radius:14px !important;

    overflow:hidden;

    margin-bottom:18px;

    box-shadow:var(--shadow);

}

.accordion-button{

    padding:22px;

    font-size:18px;

    font-weight:600;

    background:#fff;

}

.accordion-button:not(.collapsed){

    background:var(--primary);

    color:#fff;

}

.accordion-button:focus{

    box-shadow:none;

}

.accordion-body{

    padding:22px;

    color:#666;

    line-height:1.8;

}

/*==================================
        CTA
==================================*/

.cta-section{

    background:linear-gradient(rgba(0,0,0,.75),
    rgba(0,0,0,.75)),
    url("../images/services/cta-bg.jpg")
    center center/cover;

    color:#fff;

    padding:100px 0;

}

.cta-section h2{

    font-size:46px;

    margin-bottom:20px;

}

.cta-section p{

    max-width:700px;

    margin:0 auto 35px;

    color:#ddd;

}

.cta-section .btn{

    padding:15px 38px;

    border-radius:40px;

    font-weight:600;

}

/*==================================
        FOOTER
==================================*/

.footer{

    background:#1f1f1f;

    color:#ddd;

    padding:90px 0 25px;

}

.footer-info h2{

    color:#fff;

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

}

.footer-info>p{

    color:#bdbdbd;

    line-height:1.8;

    margin-bottom:35px;

}

/* Footer Contact Item */

.footer-item{

    display:flex;

    align-items:flex-start;

    gap:18px;

    margin-bottom:28px;

}

.footer-icon{

    width:55px;

    height:55px;

    min-width:55px;

    background:rgba(220,53,69,.12);

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.35s;

}

.footer-item:hover .footer-icon{

    background:#dc3545;

    transform:translateY(-3px);

}

.footer-icon i{

    color:#dc3545;

    font-size:22px;

    transition:.35s;

}

.footer-item:hover .footer-icon i{

    color:#fff;

}

.footer-item h5{

    color:#fff;

    font-size:18px;

    margin-bottom:5px;

    font-weight:600;

}

.footer-item p{

    margin:0;

    color:#c9c9c9;

    line-height:1.7;

}

.footer-item a{

    color:#c9c9c9;

    transition:.3s;

}

.footer-item a:hover{

    color:#dc3545;

}

/*==================================
        FOOTER FORM
==================================*/

.footer-form{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 15px 45px rgba(0,0,0,.15);

}

.footer-form h3{

    color:#222;

    font-size:34px;

    font-weight:700;

    margin-bottom:15px;

}

.footer-form p{

    color:#666;

    margin-bottom:30px;

}

.footer-form .form-control,
.footer-form .form-select{

    height:55px;

    border-radius:12px;

    border:1px solid #ddd;

    box-shadow:none;

    padding:12px 18px;

    transition:.3s;

}

.footer-form textarea.form-control{

    height:auto;

    resize:none;

}

.footer-form .form-control:focus,
.footer-form .form-select:focus{

    border-color:#dc3545;

    box-shadow:none;

}

.send-btn{

    width:100%;

    background:#dc3545;

    color:#fff;

    border:none;

    border-radius:50px;

    padding:15px;

    font-size:17px;

    font-weight:600;

    transition:.35s;

}

.send-btn:hover{

    background:#b91c1c;

    transform:translateY(-2px);

}

/*==================================
        COPYRIGHT
==================================*/

.footer hr{

    border-color:#444;

    margin:60px 0 25px;

}

.copyright{

    text-align:center;

}

.copyright{

    color:#bdbdbd;

    margin:0;

    font-size:15px;

}

/*==================================
        SCROLL TOP
==================================*/

.scroll-top{

    position:fixed;

    right:25px;

    bottom:25px;

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:#dc3545;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    cursor:pointer;

    transition:.35s;

    z-index:999;

}

.scroll-top:hover{

    background:#b91c1c;

    transform:translateY(-5px);

}

/*==================================
        RESPONSIVE
==================================*/

@media (max-width:991px){

    .footer{

        padding:70px 0 25px;

    }

    .footer-form{

        margin-top:20px;

    }

}

@media (max-width:767px){

    .footer-info h2{

        font-size:34px;

    }

    .footer-form{

        padding:25px;

    }

    .footer-form h3{

        font-size:28px;

    }

    .footer-item{

        gap:15px;

    }

    .footer-icon{

        width:50px;

        height:50px;

        min-width:50px;

    }

    .copyright{

        text-align:center;

    }

}

/* ===============================
   FLOATING CONTACT
================================== */

.floating-contact{

    position:fixed;

    right:20px;

    bottom:25px;

    display:flex;

    align-items:center;

    gap:12px;

    z-index:9999;

}

/* Contact Button */

.contact-btn{

    background:#fff;

    color:#2E313D;

    padding:12px 22px;

    border-radius:30px;

    text-decoration:none;

    font-size:16px;

    font-weight:600;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

    transition:.3s;

}

.contact-btn:hover{

    background:#D91E2E;

    color:#fff;

}

/* WhatsApp Button */

.whatsapp-btn{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#25D366;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    font-size:34px;

    box-shadow:0 10px 25px rgba(0,0,0,.35);

    transition:.3s;

}

/* Hover */

.whatsapp-btn:hover{

    transform:scale(1.1);

    color:#fff;

}

/* Pulse Animation */

.whatsapp-btn::before{

    content:"";

    position:absolute;

    width:60px;

    height:60px;

    border-radius:50%;

    background:#25D366;

    animation:pulse 2s infinite;

    z-index:-1;

}

@keyframes pulse{

    0%{

        transform:scale(1);

        opacity:.7;

    }

    100%{

        transform:scale(1.8);

        opacity:0;

    }

}

/* Mobile */

@media(max-width:768px){

    .floating-contact{

        right:15px;

        bottom:15px;

    }

    .contact-btn{

        padding:10px 18px;

        font-size:14px;

    }

    .whatsapp-btn{

        width:55px;

        height:55px;

        font-size:30px;

    }

}

/*==================================
        SCROLL TO TOP
==================================*/

.scroll-top{

    position:fixed;

    left:25px;

    bottom:25px;

    width:50px;

    height:50px;

    background:var(--primary);

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:20px;

    z-index:999;

    transition:.35s;

}

.scroll-top:hover{

    background:var(--primary-dark);

    transform:translateY(-5px);

    color:#fff;

}

/*==================================
        RESPONSIVE
==================================*/

@media (max-width:991px){

    .hero-content{

        text-align:center;

        margin:auto;

    }

    .hero-content h1{

        font-size:42px;

    }

    h2{

        font-size:34px;

    }

    .hero-btn .btn{

        margin-bottom:15px;

    }

    .service-about img{

        margin-bottom:35px;

    }

}

@media (max-width:767px){

    .section-padding{

        padding:70px 0;

    }

    .hero-content h1{

        font-size:34px;

    }

    .hero-content p{

        font-size:16px;

    }

    h2{

        font-size:30px;

    }

    .repair-card,
    .problem-card,
    .brand-card,
    .why-card,
    .process-card{

        padding:30px 20px;

    }

    .cta-section{

        padding:70px 20px;

    }

    .cta-section h2{

        font-size:32px;

    }

    .footer{

        text-align:center;

    }

}

@media (max-width:576px){

    .hero-content h1{

        font-size:30px;

    }

    .hero-btn .btn{

        width:100%;

        margin-right:0;

    }

    .service-badge{

        font-size:13px;

    }

    .process-card{

        margin-bottom:20px;

    }

}
