/*general reset*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

body.popup-open {
    overflow: hidden;
}


/*hero section*/
.hero{
    background-image: url(front-wallpaper.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-attachment: fixed;

    animation: heroZoom 12s ease-in-out infinite alternate;
    
}

/*dark overlay*/
.overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.62) 0%,
        rgba(0,0,0,0.35) 38%,
        rgba(0,0,0,0.10) 75%,
        rgba(0,0,0,0.2) 100%
    );
    z-index: 1;
}

/*navbar*/
.navbar{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 110px;
    top: 0;
    left: 0;
    padding: 15px 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(215, 211, 211, 0.468);
    backdrop-filter: blur(7px);
    border: 1px solid rgba(225, 225, 225, 0.07);
    border-radius: 12px;
    box-shadow:  0 5px 20px rgba(39,39,162,0.15);
}

/* ================================= */
/* MOBILE MENU */
/* ================================= */

.menu-toggle{
    display: none;
}


/* HAMBURGER */

.menu-button{
    display: none;

    width: 32px;
    height: 32px;

    align-items: center;
    justify-content: center;

    flex-direction: column;

    gap: 5px;

    cursor: pointer;

    border: none;
    outline: none;

    background: transparent;
    padding: 0;

    z-index: 1002;
}


.menu-button span{
    display: block;
    width: 24px;
    height: 2px;

    background: white;

    border-radius: 2px;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}


/* MOBILE NAV */

.mobile-nav{

    display: none;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-name {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #168cff;
}

.auto {
    color: yellow;
}
.techniks{
    color: rgb(39,39,162);
}
.diag{
    color: rgb(39,39,162);
}

.brand-service {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    color: white;
    margin-top: 5px;
}

.brand-motto {
    font-size: 8px;
    letter-spacing: .5px;
    color: #ddd;
    margin-top: 5px;
}

.brand-motto span {
    color: #168cff;
    font-weight: 700;
}

/*logo*/
.logo{
    width: 110px;
    height: 80px;
    position: relative;
}

/*navlinks*/
.desktop-nav{
    display: flex;
    align-items: center;
    gap: 37px;
    margin-top: 1%;
}

.desktop-nav a{
    text-decoration: none;
    color: whitesmoke;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
}

.desktop-nav a:hover{
    color: rgb(39, 120, 255);
}
.desktop-nav a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: rgb(39, 120, 255);
    transition: width 0.3s ease;
}
.desktop-nav a:hover::after{
    width: 100%;
}

/*button*/
.btn {
    font-size: 14px;
    font-weight: 600;
    background-color:rgb(39, 120, 255);
    padding: 11px 21px;
    border-radius: 4px;
    display: inline-block;
    color: whitesmoke;
    transition: transform 0.15s ease,
                box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}
.btn i{
    color: whitesmoke;
}

.btn::before{
    content: "";

    position: absolute;

    top: 0;
    left: -100%;

    width: 50%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );

    transform: skewX(-20deg);

    transition: 0.6s;
}

.btn:hover::before{
    left: 130%;
}

.btn:hover{
    transform: translateY(-3px);

    box-shadow:    0 8px 25px rgba(39,39,162,0.45);

    color: rgb(214, 227, 233);
    
}
.btn:active{
    transform: scale(0.94);
}

/* ================================= */
/* VEHICLE BRAND MARQUEE */
/* ================================= */

.brand-marquee{

    position: absolute;

    top: 105px;
    left: 0;

    width: 100%;

    height: 85px;

    z-index: 5;

    background: rgba(5, 12, 25, 0.82);

   

    backdrop-filter: blur(8px);

    display: flex;

    align-items: center;

    overflow: hidden;
}


/* ================================= */
/* TITLE */
/* ================================= */

.brand-title{

    position: relative;

    z-index: 5;

    min-width: 190px;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    background: rgba(0,0,0,0.45);

    border-right: 1px solid rgba(255,255,255,0.08);

    padding: 0 20px;
}


.brand-title p{

    color: rgba(255,255,255,0.75);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    white-space: nowrap;

}


.brand-title span{

    width: 4px;

    height: 4px;

    border-radius: 50%;

    background: rgb(39,120,255);

    box-shadow:
        0 0 8px rgba(39,120,255,0.8);
}


/* ================================= */
/* MARQUEE WRAPPER */
/* ================================= */

.marquee-wrapper{

    flex: 1;

    height: 100%;

    overflow: hidden;

    position: relative;
}


/* ================================= */
/* FADE EFFECTS */
/* ================================= */

.marquee-wrapper::before,
.marquee-wrapper::after{

    content: "";

    position: absolute;

    top: 0;

    width: 100px;

    height: 100%;

    z-index: 3;

    pointer-events: none;
}


.marquee-wrapper::before{

    left: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.65),
            transparent
        );
}


.marquee-wrapper::after{

    right: 0;

    background:
        linear-gradient(
            270deg,
            rgba(0,0,0,0.65),
            transparent
        );
}


/* ================================= */
/* MOVING TRACK */
/* ================================= */

.marquee-track{

    height: 100%;

    width: max-content;

    display: flex;

    align-items: center;

    gap: 65px;

    padding: 0 40px;

    animation:
        brandScroll 28s linear infinite;
}


/* ================================= */
/* BRAND LOGOS */
/* ================================= */

.brand-logo{

    width: 120px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    opacity: 0.75;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}


.brand-logo img{

    max-width: 95px;

    max-height: 52px;

    width: auto;

    height: auto;

    object-fit: contain;


    transition:
        filter 0.3s ease,
        transform 0.3s ease;
}


/* ================================= */
/* HOVER */
/* ================================= */

.brand-logo:hover{

    opacity: 1;

    transform: translateY(-2px) scale(1.08);

}


.brand-logo:hover img{

    filter:
        brightness(0)
        invert(1)
        drop-shadow(
            0 0 8px
            rgba(39,120,255,0.8)
        );

}






/* ================================= */
/* ANIMATION */
/* ================================= */

@keyframes brandScroll{

    from{

        transform: translateX(0);

    }

    to{

        transform: translateX(-50%);

    }

}

/*hero-content*/
.hero-content{
    z-index: 2;
    position: relative;
    padding-top: 145px;
    margin: 85px 4% 50px;
    width: 52%;
}
.hero-content h5{
    color: rgb(39, 120, 255);
    
    font-weight: 600;
    animation: fadeUp 0.8s ease forwards;
}
.hero-content h1{
    color: whitesmoke;
    font-size: 71px;
    margin-bottom: 5px;
    animation: fadeUp 1s ease 0.15s forwards;
    opacity: 0;
}
.hero-content span{
    color: rgb(39, 120, 255);
}
.hero-content h6{
    color: whitesmoke;
    margin-bottom: 50px;
    font-weight: 700;
    animation: fadeUp 1s ease 0.3s forwards;
    opacity: 0;
}
.hero-content > div:not(.icon-containers){
    animation: fadeUp 1s ease 0.6s forwards;
    opacity: 0;
}

.hero-content .btn{
    
    margin-bottom: 55px;
}

@keyframes fadeUp{
    from{
        opacity: 0;
        transform: translateY(25px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}


/*icons*/
i {
    color: rgb(39, 120, 255);
    
}
.icon-containers{
    display: flex;
    justify-content: space-between;
    padding: 7px 25px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    align-items: center;
    border:   1px solid rgba(225, 225, 225, 0.15);
    
}
.icon-flex {
    align-items: center;
    display: flex;
    gap: 15px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background 0.3s ease,
                transform 0.3s ease;
}

.icon-flex i {
    color: rgb(39, 120, 255);
    font-size: 30px;
    transition: transform 0.3s ease,
                filter 0.3s ease;
}


.line{
    height: 50px;
    width: 2px;
    background-color: rgba(150, 150, 150, 0.5);
    margin-left: 30px;
}
.icon-containers h6{
    font-weight: 500;
    font-size: 12px;
    color: whitesmoke;
    margin: 0;

}

/*scroll-indicator*/
.scroll-indicator{
    position: fixed;
    bottom: 25px;
    right: 5%;
    display: flex;
    align-items: center;
    gap: 12px;

    z-index: 5;
    opacity: 0.7;
}

.scroll-indicator span{
    width: 25px;
    height: 40px;

    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 20px;
    position: relative;
}

.scroll-indicator span::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 8px;
    background: rgb(39, 120, 255);
    border-radius: 5px;
    left: 50%;
    top: 7px;
    transform: translateX(-50%);
    animation: scrollDot 1.5s infinite;

}

.scroll-indicator p{
    font-size: 9px;
    letter-spacing: 2px;
    color: white;
}

@keyframes scrollDot{
    0%{
     transform: translate(-50%, 0);
     opacity: 1;
    }
    100%{
        transform: translate(-50%, 18px);
        opacity: 0;
    }
}

/* ============================= */
/* ABOUT SECTION */
/* ============================= */

.about-section{
    position: relative;
    
    width: 100%;
    min-height: 100vh;

    padding: 100px 3.5%;

    background:
        radial-gradient(
            circle at 80% 30%,
            rgba(39, 39, 162, 0.12),
            transparent 35%
        ),
        #050b12;

    overflow: hidden;
}


/* ============================= */
/* ABOUT MAIN CONTAINER */
/* ============================= */

.about-container{
    width: 100%;
    max-width: 1250px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.85fr 1.15fr;

    gap: 70px;

    align-items: center;
}


/* ============================= */
/* ABOUT TEXT */
/* ============================= */

.about-content{
    position: relative;
    z-index: 5;
}


.section-tag{
    color: rgb(39, 120, 255);

    font-size: 15px;
    font-weight: 700;

    letter-spacing: 1px;

    margin-bottom: 15px;
}


.about-content h2{
    color: whitesmoke;

    font-size: clamp(38px, 4vw, 58px);

    line-height: 0.98;

    font-weight: 800;

    margin-bottom: 20px;
}


.about-content h2 span{
    display: block;

    color: rgb(39, 120, 255);
}


/* small blue line */

.about-line{
    width: 55px;
    height: 3px;

    background: rgb(39, 120, 255);

    margin-bottom: 25px;

    box-shadow:
        0 0 12px rgba(39, 120, 255, 0.5);
}


/* description */

.about-description{
    max-width: 500px;

    color: rgba(255,255,255,0.75);

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 35px;
}

/* ============================= */
/* IMAGE COLLAGE */
/* ============================= */

.about-images{
    position: relative;

    width: 100%;

    height: 500px;
}


/* all images */

.about-img{
    position: absolute;

    overflow: hidden;

    border-radius: 14px;

    border: 1px solid rgba(255,255,255,0.15);

    background: #0b1118;

    box-shadow:
        0 20px 50px rgba(0,0,0,0.4);
}


.about-img img{
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition:
        transform 0.6s ease,
        filter 0.6s ease;
}


.about-img:hover img{
    transform: scale(1.06);

    filter: brightness(1.1);
}


/* ============================= */
/* MAIN IMAGE */
/* ============================= */

.about-img-main{
    left: 5%;
    top: 30px;

    width: 58%;
    height: 430px;

    z-index: 3;

    transform: rotate(-2deg);
}


/* ============================= */
/* TOP RIGHT IMAGE */
/* ============================= */

.about-img-top{
    right: 0;
    top: 0;

    width: 42%;
    height: 205px;

    z-index: 4;

    transform: rotate(1deg);
}


/* ============================= */
/* BOTTOM RIGHT IMAGE */
/* ============================= */

.about-img-bottom{
    right: 4%;
    bottom: 5px;

    width: 43%;
    height: 205px;

    z-index: 4;

    transform: rotate(-1deg);
}


/* ============================= */
/* BLUE DECORATION */
/* ============================= */

.about-blue-shape{
    position: absolute;

    width: 150px;
    height: 150px;

    left: 0;
    top: 5px;

    background: rgb(39, 120, 255);

    border-radius: 20px;

    transform: rotate(-25deg);

    opacity: 0.7;

    z-index: 1;

    filter: blur(1px);
}


/* ============================= */
/* HIGHLIGHTS */
/* ============================= */

.about-highlights{
    width: 100%;
    max-width: 1250px;

    margin: 80px auto 0;

    padding: 28px 30px;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    background: rgba(3, 9, 15, 0.8);

    border: 1px solid rgba(255,255,255,0.15);

    border-radius: 15px;

    backdrop-filter: blur(10px);

    box-shadow:
        0 15px 40px rgba(0,0,0,0.3);
}


/* individual highlight */

.about-highlight{
    display: flex;

    align-items: center;

    gap: 18px;

    padding: 10px 25px;

    border-right: 1px solid rgba(255,255,255,0.15);

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.about-highlight:last-child{
    border-right: none;
}





/* icon */

.highlight-icon{
    min-width: 55px;
    height: 55px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(39,120,255,0.5);

    border-radius: 10px;

    background: rgba(39,120,255,0.08);
}


.highlight-icon i{
    color: rgb(39, 120, 255);

    font-size: 25px;

    transition:
        transform 0.3s ease,
        filter 0.3s ease;
}




/* highlight heading */

.about-highlight h3{
    color: white;

    font-size: 15px;

    margin-bottom: 7px;
}


/* highlight paragraph */

.about-highlight p{
    color: rgba(255,255,255,0.6);

    font-size: 12px;

    line-height: 1.5;

    margin: 0;
}


/* ========================================= */
/* RESPONSIVE DESIGN */
/* ========================================= */


/* ---------- TABLETS ---------- */

@media (max-width: 900px){

    /* NAVBAR */

    .navbar{
        height: 90px;
        padding: 10px 5%;
    }

    .logo{
        width: 90px;
        height: 70px;
    }

    nav{
        gap: 20px;
        margin-top: 0;
    }

    nav a{
        font-size: 13px;
    }

    nav .btn{
        padding: 11px 15px;
    }


    /* HERO */

    .hero-content{
        width: 90%;
        margin: 0 5%;
        padding-top: 130px;
    }

    .hero-content h1{
        font-size: clamp(48px, 7vw, 65px);
    }

    .hero-content h6{
        font-size: 13px;
        margin-bottom: 35px;
    }


    /* FEATURE BAR */

    .icon-containers{
        padding: 12px 15px;
    }

    .icon-flex{
        gap: 8px;
        padding: 6px;
    }

    .icon-flex i{
        font-size: 24px;
    }

    .icon-containers h6{
        font-size: 10px;
    }

    .line{
        height: 40px;
        margin-left: 10px;
    }


    /* ABOUT */

    .about-section{
        padding: 80px 5% 60px;
    }

    .about-container{
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-content{
        text-align: center;
    }

    .about-line{
        margin: 0 auto 20px;
    }

    .about-description{
        margin-left: auto;
        margin-right: auto;
    }

    .about-images{
        height: 450px;
    }

    .about-highlights{
        grid-template-columns: 1fr;
    }

    .about-highlight{
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .about-highlight:last-child{
        border-bottom: none;
    }

}

@media (max-width: 768px) {

    .nav-brand {
        gap: 7px;
    }

    .nav-brand .logo {
        width: 55px;
    }

    .brand-name {
        font-size: 15px;
        letter-spacing: .5px;
    }

    .brand-service {
        font-size: 7px;
        letter-spacing: 2px;
        margin-top: 3px;
    }

    .brand-motto {
        font-size: 6px;
        margin-top: 3px;
    }

}


/* ---------- PHONES ---------- */

@media (max-width: 600px){


/* ============================= */
/* NAVBAR - MOBILE */
/* ============================= */

.navbar {
    height: 72px;
    padding: 8px 4.5%;

    border-radius: 0 0 10px 10px;

    position: fixed;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Hide desktop menu */

.desktop-nav {
    display: none;
}


/* Show hamburger */

.menu-button {
    display: flex;
}


/* ============================= */
/* MOBILE DROPDOWN */
/* ============================= */

.mobile-nav {
    position: absolute;

    top: 72px;
    right: 4%;

    width: 210px;

    display: none;

    flex-direction: column;

    align-items: stretch;

    gap: 0;

    margin: 0;

    padding: 10px;

    background: rgba(5, 11, 18, 0.97);

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 10px;

    backdrop-filter: blur(15px);

    box-shadow: 0 15px 40px rgba(0,0,0,0.45);

    z-index: 1001;
}


/* Show menu when hamburger is clicked */

.menu-toggle:checked ~ .mobile-nav {
    display: flex;
}


/* Mobile links */

.mobile-nav a {
    display: block;

    width: 100%;

    padding: 13px 14px;

    color: white;

    text-decoration: none;

    font-size: 13px;

    font-weight: 600;

    margin: 0;

    border-radius: 6px;

    transition: background 0.2s ease,
                color 0.2s ease;
}


/* Hover */

.mobile-nav a:hover {
    background: rgba(39,120,255,0.12);

    color: rgb(39,120,255);
}


/* Book Now */

.mobile-nav .mobile-book {
    margin-top: 6px;

    background: rgb(39,120,255);

    color: white;

    text-align: center;
}

.mobile-nav .mobile-book:hover {
    color: white;

    background: rgb(30,105,230);
}

.logo{
        width: 107px;
        height: 77px;
        object-fit: contain;
        padding: 6px;
    }



    /* HERO */

    .hero{
        background-attachment: scroll;
    }

    .hero-content{
        width: 90%;
        margin: 0 5%;
        padding-top: 225px;
    }

    .hero-content h5{
        font-size: 12px;
        margin-bottom: 10px;
    }

    .hero-content h1{
        font-size: clamp(38px, 11vw, 52px);
        line-height: 1;
        margin-bottom: 15px;
    }

    .hero-content h6{
        font-size: 11px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .hero-content .btn{
        padding: 12px 16px;
        font-size: 12px;
        margin-bottom: 30px;
    }


    /* HERO FEATURE BOX */

    .icon-containers{
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 8px;

        padding: 12px;

        border-radius: 12px;
    }

    .icon-flex{
        justify-content: flex-start;
        display: flex;
        align-items: center;

        gap: 9px;
        min-width: 0;

        padding: 10px 7px;
    }

    .icon-flex i{
        font-size: 22px;
        min-width: 28px;
        text-align: center;
    }

    .icon-containers h6{
        font-size: 9px;
        line-height: 1.25;
        margin: 0;
    }

    .line{
        display: none;
    }


    /* SCROLL INDICATOR */

    .scroll-indicator{
        display: flex;
        bottom: 12px;
        right: 4%;
        gap: 7px;
        opacity: 0.8;
    }

    .scroll-indicator::before{
        width: 3px;
        height: 6px;
    }

    .scroll-indicator p{
        font-size: 7px;
        letter-spacing: 1.3px;
    }

    .scroll-indicator span{
        width: 19px;
        height: 30px;
    }


    /* ABOUT */

    .about-section{
        padding: 70px 5% 50px;

        scroll-margin-top: 75px;
    }

    .about-container{
        gap: 35px;
    }

    .section-tag{
        font-size: 12px;
    }

    .about-content h2{
        font-size: clamp(36px, 10vw, 48px);
        line-height: 0.95;
        margin-bottom: 18px;
    }

    .about-description{
        font-size: 13px;
        line-height: 1.7;
    }

    .about-btn{
        padding: 12px 17px;
        font-size: 12px;
    }


    /* IMAGE COLLAGE */

    .about-images{
        height: 350px;
    }

    .about-img-main{
        left: 0;
        top: 25px;

        width: 60%;
        height: 300px;
    }

    .about-img-top{
        right: 0;
        top: 0;

        width: 43%;
        height: 145px;
    }

    .about-img-bottom{
        right: 3%;
        bottom: 0;

        width: 43%;
        height: 145px;
    }

    .about-blue-shape{
        width: 100px;
        height: 100px;
    }


    /* ABOUT HIGHLIGHTS */

    .about-highlights{
        margin-top: 25px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 10px;
        
    }

    .about-highlight{
        padding: 15px 8px;

        gap: 12px;
    }

    .highlight-icon{
        min-width: 45px;
        height: 45px;
    }

    .highlight-icon i{
        font-size: 20px;
    }

    .about-highlight h3{
        font-size: 13px;
    }

    .about-highlight p{
        font-size: 10px;
    }

}



/* ================================= */
/* SERVICES SECTION */
/* ================================= */

.services-section{
    position: relative;

    width: 100%;

    padding: 110px 5% 80px;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(39,120,255,0.10),
            transparent 30%
        ),
        #050b12;

    overflow: hidden;

    scroll-margin-top: 110px;
}


/* ================================= */
/* SERVICES HEADER */
/* ================================= */

.services-header{
    max-width: 1000px;

    margin: 0 auto 55px;

    text-align: center;
}


.services-tag{
    color: rgb(39,120,255);

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 4px;

    margin-bottom: 15px;
}


.services-header h2{
    color: whitesmoke;

    font-size: clamp(38px,5vw,65px);

    line-height: 1;

    font-weight: 800;

    margin-bottom: 20px;
}


.services-header h2 span{
    color: rgb(39,120,255);
}


.services-intro{
    color: rgba(255,255,255,0.65);

    font-size: 15px;

    line-height: 1.6;

    max-width: 600px;

    margin: auto;
}


/* ================================= */
/* FEATURED SERVICE */
/* ================================= */

.featured-service{
    max-width: 1250px;

    min-height: 330px;

    margin: 0 auto 18px;

    display: grid;

    grid-template-columns: 0.8fr 1.2fr;

    background: rgba(0,0,0,0.55);

    border: 1px solid rgba(255,255,255,0.15);

    border-radius: 14px;

    overflow: hidden;

    position: relative;

    transition: transform 0.4s ease,
                border-color 0.4s ease;
}


.featured-service:hover{
    transform: translateY(-5px);

    border-color: rgba(39,120,255,0.5);
}


.featured-content{
    padding: 40px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    position: relative;

    z-index: 2;
}


.service-number{
    color: rgb(39,120,255);

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 10px;
}


.featured-content h3{
    color: white;

    font-size: 36px;

    line-height: 1;

    margin-bottom: 18px;
}


.service-line{
    width: 45px;

    height: 3px;

    background: rgb(39,120,255);

    margin-bottom: 18px;
}


.featured-content p{
    color: rgba(255,255,255,0.68);

    font-size: 14px;

    line-height: 1.7;

    max-width: 450px;

    margin-bottom: 20px;
}


/* ================================= */
/* FEATURED IMAGE */
/* ================================= */

.featured-image{
    height: 100%;

    min-height: 330px;

    overflow: hidden;
}


.featured-image img{
    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 0.6s ease,
                filter 0.6s ease;
}


.featured-service:hover .featured-image img{
    transform: scale(1.04);

    filter: brightness(1.1);
}


/* ================================= */
/* LEARN MORE */
/* ================================= */

.learn-more{
    display: inline-flex;

    align-items: center;

    gap: 12px;

    width: fit-content;

    color: rgb(39,120,255);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

    cursor: pointer;

    transition: color 0.3s ease;
}


.learn-more i{
    color: rgb(39,120,255);

    transition: transform 0.3s ease;
}


.learn-more:hover{
    color: white;
}


.learn-more:hover i{
    transform: translateX(6px);
}


/* ================================= */
/* SERVICE GRID */
/* ================================= */

.services-grid{
    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 18px;
}


/* ================================= */
/* SERVICE CARD */
/* ================================= */

.service-card{
    background: rgba(0,0,0,0.55);

    border: 1px solid rgba(255,255,255,0.15);

    border-radius: 12px;

    overflow: hidden;
    min-width: 0;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


.service-card:hover{
    transform: translateY(-7px);

    border-color: rgba(39,120,255,0.6);

    box-shadow:
        0 15px 35px rgba(0,0,0,0.35);
}


/* card image */

.service-image{
    height: 165px;

    overflow: hidden;
}


.service-image img{
    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}


.service-card:hover .service-image img{
    transform: scale(1.07);

    filter: brightness(1.1);
}


/* card content */

.service-card-content{
    padding: 20px;
}


/* icon */

.service-icon{
    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(39,120,255,0.1);

    border: 1px solid rgba(39,120,255,0.4);

    border-radius: 8px;

    margin-bottom: 15px;
}


.service-icon i{
    color: rgb(39,120,255);

    font-size: 19px;
}


/* card number */

.service-card .service-number{
    display: block;

    font-size: 14px;

    margin-bottom: 8px;
}


.service-card h3{
    color: white;




    margin-bottom: 15px;



    font-size: 36px;

    line-height: 1;

    margin-bottom: 18px;
}


.service-card .service-line{
    width: 35px;

    height: 2px;

    margin-bottom: 15px;
}


.service-card p{
    color: rgba(255,255,255,0.62);

    font-size: 12px;

    line-height: 1.6;

    min-height: 60px;

    margin-bottom: 18px;
}


/* ================================= */
/* CTA */
/* ================================= */

.services-cta{
    max-width: 1250px;

    margin: 30px auto 0;

    padding: 25px 30px;

    display: flex;

    align-items: center;

    gap: 20px;

    background:
        linear-gradient(
            90deg,
            rgba(39,120,255,0.12),
            rgba(39,120,255,0.03)
        );

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 12px;
}


.cta-icon{
    min-width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(0,0,0,0.4);

    border-radius: 10px;
}


.cta-icon i{
    color: rgb(39,120,255);

    font-size: 25px;
}


.cta-text{
    flex: 1;
}


.cta-text h3{
    color: white;

    font-size: 18px;

    margin-bottom: 5px;
}


.cta-text p{
    color: rgba(255,255,255,0.6);

    font-size: 13px;
}


.cta-button{
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 14px 20px;

    background: rgb(39,120,255);

    color: white;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    border-radius: 5px;

    transition: all 0.3s ease;
}


.cta-button i{
    color: white;
}


.cta-button:hover{
    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(39,120,255,0.3);
}


/* ================================= */
/* POPUP SYSTEM */
/* ================================= */


/* hide checkbox */

.popup-toggle{
    display: none;
}


/* popup itself */

.service-popup{
    position: fixed;

    inset: 0;

    z-index: 5000;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px;

    visibility: hidden;

    opacity: 0;

    pointer-events: none;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}


/* dark background */

.popup-overlay{
    position: absolute;

    inset: 0;

    background: rgba(0,0,0,0.78);

    backdrop-filter: blur(8px);

    cursor: pointer;
}


/* popup box */

.popup-box{
    position: relative;

    z-index: 2;

    width: min(600px, 100%);

    padding: 40px;

    background:
        radial-gradient(
            circle at top right,
            rgba(39,120,255,0.15),
            transparent 35%
        ),
        #081019;

    border: 1px solid rgba(39,120,255,0.35);

    border-radius: 15px;

    box-shadow:
        0 30px 80px rgba(0,0,0,0.6);

    transform: translateY(30px) scale(0.95);

    transition: transform 0.35s ease;
}


/* show popup */

.popup-toggle:checked + .service-popup{
    visibility: visible;

    opacity: 1;

    pointer-events: auto;
}


.popup-toggle:checked + .service-popup .popup-box{
    transform: translateY(0) scale(1);
}


/* close */

.popup-close{
    position: absolute;

    top: 18px;

    right: 18px;

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,0.08);

    cursor: pointer;

    transition: all 0.3s ease;
}


.popup-close i{
    color: white;

    font-size: 15px;
}


.popup-close:hover{
    background: rgb(39,120,255);

    transform: rotate(90deg);
}


/* popup icon */

.popup-icon{
    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(39,120,255,0.1);

    border: 1px solid rgba(39,120,255,0.4);

    border-radius: 10px;

    margin-bottom: 20px;
}


.popup-icon i{
    color: rgb(39,120,255);

    font-size: 25px;
}


/* popup small heading */

.popup-box > span{
    color: rgb(39,120,255);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


/* popup heading */

.popup-box h3{
    color: white;

    font-size: 32px;

    line-height: 1.05;

    margin: 12px 0 20px;
}


/* popup text */

.popup-box p{
    color: rgba(255,255,255,0.68);

    font-size: 14px;

    line-height: 1.7;

    margin-bottom: 15px;
}


/* popup button */

.popup-button{
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 10px;

    padding: 13px 18px;

    background: rgb(39,120,255);

    color: white;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    border-radius: 5px;

    transition: all 0.3s ease;
}


.popup-button i{
    color: white;
}


.popup-button:hover{
    transform: translateY(-3px);

    box-shadow:
        0 8px 25px rgba(39,120,255,0.35);
}
/* ================================= */
/* SERVICES RESPONSIVE */
/* ================================= */

@media (max-width: 1000px){

    .services-grid{
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
    }

    .featured-service{
        grid-template-columns: 1fr 1fr;
    }

}


@media (max-width: 700px){

    .services-section{
        padding: 80px 5% 60px;

        scroll-margin-top: 80px;
    }


    .services-header{
        margin-bottom: 35px;
    }


    .services-header h2{
        font-size: 38px;
    }


    .services-intro{
        font-size: 13px;
    }


    /* FEATURED */

    .featured-service{
        grid-template-columns: 1fr;

        min-height: auto;
    }


    .featured-content{
        padding: 30px 25px;
    }


    .featured-content h3{
        font-size: 30px;
    }


    .featured-image{
        height: 230px;

        min-height: 230px;

        order: -1;
    }


    /* CARDS */

    .services-grid{
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .service-image{
        height: 130px;
    }

    .service-card-content{
        padding: 16px;
    }

    .service-card h3{
        font-size: 30px;
    }

    .service-card p{
        font-size: 11px;
        line-height: 1.5;
        min-height: auto;
        margin-bottom: 14px;
    }

    /* CTA */

    .services-cta{
        flex-wrap: wrap;

        padding: 22px;

        gap: 15px;
    }


    .cta-text{
        width: calc(100% - 75px);
    }


    .cta-button{
        width: 100%;

        justify-content: center;
    }


    /* POPUP */

    .popup-box{
        padding: 30px 25px;
    }


    .popup-box h3{
        font-size: 27px;
    }


    .popup-box p{
        font-size: 13px;
    }

}


@media (max-width: 450px){

    .services-header h2{
        font-size: 33px;
    }


    .featured-content h3{
        font-size: 27px;
    }


    .service-card h3{
        font-size: 27px;
    }


    .popup-box{
        padding: 25px 20px;
    }


    .popup-box h3{
        font-size: 24px;
    }

}

/* ================================= */
/* TABLET */
/* ================================= */

@media (max-width: 900px){

    .brand-marquee{

        top: 95px;

        height: 78px;

    }


    .brand-title{

        min-width: 155px;

        padding: 0 15px;

    }


    .brand-title p{

        font-size: 9px;

        letter-spacing: 1.5px;

    }


    .marquee-track{

        gap: 40px;

        animation-duration: 25s;

    }


    .brand-logo{

        width: 80px;

    }


    .brand-logo img{

        max-width: 65px;

        max-height: 35px;

    }

}

/* ================================= */
/* MOBILE */
/* ================================= */

@media (max-width: 600px){

    .brand-marquee{

        top: 72px;

        height: 78px;
        background: rgba(255,255,255,0.12);
       

    }


    .brand-title{

        min-width: 125px;

        padding: 0 10px;

        gap: 5px;

    }


    .brand-title p{

        font-size: 8px;

        letter-spacing: 1px;

    }


    .brand-title span{

        width: 3px;

        height: 3px;

    }


    .marquee-track{

        gap: 30px;

        padding: 0 20px;

        animation-duration: 22s;

    }


    .brand-logo{

        width: 95px;

        height: 75px;
        opacity: 1;

    }


    .brand-logo img{

        max-width: 80px;

        max-height: 50px;

    }


    .marquee-wrapper::before,
    .marquee-wrapper::after{

        width: 50px;

    }
    .marquee-track{
        gap: 38px;
    }
}

@media (max-width: 400px){

    .navbar{
        padding: 7px 2%;
    }
    .logo{
        width: 75px;
        height: 60px;
    }

    nav{
        gap: 8px;
    }

    nav a{
        font-size: 9px;
    }

    nav a .btn{
        padding: 8px 8px;
        font-size: 8px;
    }
    .brand-marquee{

        top: 82px;

        height: 65px;

    }


    .brand-title{

        min-width: 105px;

        padding: 0 7px;

    }


    .brand-title p{

        font-size: 7px;

        letter-spacing: 0.8px;

    }


    .marquee-track{

        gap: 25px;

        animation-duration: 20s;

    }


    .brand-logo{

        width: 60px;

    }


    .brand-logo img{

        max-width: 52px;

        max-height: 31px;

    }

}


/* MOBILE ABOUT HIGHLIGHTS FIX */

@media (max-width: 600px) {

    .about-highlights {
        width: 100%;
        max-width: 100%;
        margin: 25px 0 0;
        display: grid;
        grid-template-columns: 1fr;
        padding: 10px;
        gap: 0;
        overflow: hidden;
    }

    .about-highlight {
        width: 100%;
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 18px 10px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .about-highlight:last-child {
        border-bottom: none;
    }

    .highlight-icon {
        flex: 0 0 45px;
        width: 45px;
        min-width: 45px;
        height: 45px;
    }

    .highlight-icon i {
        font-size: 20px;
    }

    .about-highlight > div:last-child {
        min-width: 0;
        flex: 1;
    }

    .about-highlight h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .about-highlight p {
        font-size: 11px;
        line-height: 1.5;
        margin: 0;
        overflow-wrap: break-word;
    }

}

/* ================================= */
/* REPAIR WORK CATALOGUE */
/* ================================= */

.catalogue-section{

    position: relative;

    width: 100%;

    padding: 110px 5% 80px;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(39,120,255,0.10),
            transparent 30%
        ),
        #050b12;

    overflow: hidden;

    scroll-margin-top: 110px;
}


/* ================================= */
/* CATALOGUE HEADER */
/* ================================= */

.catalogue-header{

    max-width: 850px;

    margin: 0 auto 55px;

    text-align: center;
}


.catalogue-tag{

    color: rgb(39,120,255);

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 4px;

    margin-bottom: 15px;
}


.catalogue-header h2{

    color: whitesmoke;

    font-size: clamp(40px,5vw,65px);

    line-height: 1;

    font-weight: 800;

    margin-bottom: 20px;
}


.catalogue-header h2 span{

    color: rgb(39,120,255);
}


.catalogue-intro{

    max-width: 600px;

    margin: auto;

    color: rgba(255,255,255,0.65);

    font-size: 15px;

    line-height: 1.7;
}


/* ================================= */
/* GALLERY */
/* ================================= */

.catalogue-gallery{

    width: 100%;

    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 14px;
}


/* ================================= */
/* IMAGE */
/* ================================= */

.catalogue-item{

    position: relative;

    height: 260px;

    overflow: hidden;

    border-radius: 12px;

    border: 1px solid rgba(255,255,255,0.14);

    background: #0b1118;

    cursor: pointer;

    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}


.catalogue-item img{

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.6s ease,
        filter 0.6s ease;
}


/* ================================= */
/* HOVER */
/* ================================= */

.catalogue-item::after{

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(0,0,0,0.55)
        );

    opacity: 0;

    transition: opacity 0.4s ease;
}


.catalogue-item:hover{

    transform: translateY(-6px);

    border-color: rgba(39,120,255,0.6);

    box-shadow:
        0 18px 40px rgba(0,0,0,0.4);
}


.catalogue-item:hover img{

    transform: scale(1.07);

    filter: brightness(1.08);
}


.catalogue-item:hover::after{

    opacity: 1;
}


/* ================================= */
/* CATALOGUE CTA */
/* ================================= */

.catalogue-cta{

    max-width: 1250px;

    margin: 35px auto 0;

    padding: 25px 30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    background:
        linear-gradient(
            90deg,
            rgba(39,120,255,0.12),
            rgba(39,120,255,0.03)
        );

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 12px;
}


.catalogue-cta h3{

    color: white;

    font-size: 18px;

    margin-bottom: 6px;
}


.catalogue-cta p{

    color: rgba(255,255,255,0.6);

    font-size: 13px;
}


.catalogue-button{

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 14px 20px;

    background: rgb(39,120,255);

    color: white;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    border-radius: 5px;

    white-space: nowrap;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.catalogue-button i{

    color: white;

    transition: transform 0.3s ease;
}


.catalogue-button:hover{

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(39,120,255,0.3);
}


.catalogue-button:hover i{

    transform: translateX(5px);
}


/* ================================= */
/* TABLET */
/* ================================= */

@media (max-width: 900px){

    .catalogue-section{

        padding: 90px 5% 70px;

        scroll-margin-top: 90px;
    }


    .catalogue-gallery{

        grid-template-columns: repeat(2, 1fr);

        gap: 12px;
    }


    .catalogue-item{

        height: 230px;
    }


    .catalogue-cta{

        padding: 22px;

    }

}


/* ================================= */
/* MOBILE */
/* ================================= */

@media (max-width: 600px){

    .catalogue-section{

        padding: 75px 5% 55px;

        scroll-margin-top: 75px;
    }


    .catalogue-header{

        margin-bottom: 35px;
    }


    .catalogue-tag{

        font-size: 11px;

        letter-spacing: 3px;

        margin-bottom: 12px;
    }


    .catalogue-header h2{

        font-size: clamp(34px,10vw,45px);

        line-height: 0.95;

        margin-bottom: 18px;
    }


    .catalogue-intro{

        font-size: 12px;

        line-height: 1.7;
    }


    /* TWO PHOTOS PER ROW */

    .catalogue-gallery{

        grid-template-columns: repeat(2, 1fr);

        gap: 9px;
    }


    .catalogue-item{

        height: 165px;

        border-radius: 9px;
    }


    /* CTA */

    .catalogue-cta{

        margin-top: 25px;

        padding: 20px;

        flex-direction: column;

        align-items: flex-start;

        gap: 18px;
    }


    .catalogue-cta h3{

        font-size: 15px;
    }


    .catalogue-cta p{

        font-size: 11px;
    }


    .catalogue-button{

        width: 100%;

        justify-content: center;

        padding: 13px 15px;

        font-size: 11px;
    }

}


/* ================================= */
/* SMALL PHONES */
/* ================================= */

@media (max-width: 400px){

    .catalogue-gallery{

        gap: 7px;
    }


    .catalogue-item{

        height: 145px;

        border-radius: 8px;
    }


    .catalogue-header h2{

        font-size: 32px;
    }

}


/* ============================= */
/* BOOKING POPUP */
/* ============================= */

.booking-overlay {
    position: fixed;
    inset: 0;

    display: none;

    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(0, 0, 0, 0.7);

    backdrop-filter: blur(6px);

    z-index: 2000;
}


/* Show popup */

.booking-overlay.active {
    display: flex;
}


/* Popup box */

.booking-popup {
    position: relative;

    width: 100%;
    max-width: 500px;
    max-height: 90vh;

    overflow-y: auto;

    padding: 30px;

    background: #ffffff;

    border-radius: 16px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);

    animation: bookingPopupIn 0.2s ease;
}


/* Popup animation */

@keyframes bookingPopupIn {
    from {
        opacity: 0;
        transform: translateY(15px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* Close button */

.booking-close {
    position: absolute;

    top: 12px;
    right: 15px;

    width: 35px;
    height: 35px;

    border: none;

    background: transparent;

    font-size: 28px;

    line-height: 1;

    cursor: pointer;

    color: #333;
}


/* Heading */

.booking-popup h2 {
    margin: 0 35px 6px 0;

    font-size: 25px;

    color: #111;
}


.booking-popup > p {
    margin: 0 0 22px;

    color: #666;

    font-size: 14px;
    
}


/* Form */

.form-group {
    margin-bottom: 16px;
}


.form-group label {
    display: block;

    margin-bottom: 6px;

    font-size: 13px;

    font-weight: 600;

    color: #222;
}


.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    box-sizing: border-box;

    padding: 12px 13px;

    border: 1px solid #ddd;

    border-radius: 8px;

    font-family: inherit;

    font-size: 14px;

    outline: none;
}


.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: rgb(39, 120, 255);
}


.form-group textarea {
    min-height: 90px;

    resize: vertical;
}


/* WhatsApp button */

.booking-submit {
    width: 100%;

    padding: 13px;

    border: none;

    border-radius: 8px;

    background: rgb(39, 120, 255);

    color: white;

    font-size: 14px;

    font-weight: 700;

    cursor: pointer;
}


.booking-submit:hover {
    background: rgb(30, 105, 230);
}


/* ============================= */
/* MOBILE POPUP */
/* ============================= */

@media (max-width: 600px) {

    .booking-overlay {
        padding: 15px;
    }

    .booking-popup {
        padding: 24px 20px;

        max-height: 88vh;

        border-radius: 14px;
    }

    .booking-popup h2 {
        font-size: 22px;
    }

}

/* ============================= */
/* CONTACT + FOOTER */
/* ============================= */

.site-footer {
    width: 100%;
    background: #050b12;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.footer-container {
    width: 92%;
    max-width: 1200px;
    margin: auto;

    padding: 70px 0 55px;

    display: grid;

    grid-template-columns:
        1.5fr
        0.8fr
        1.4fr;

    gap: 70px;
}


/* ============================= */
/* BRAND */
/* ============================= */

.footer-brand img {
    width: 125px;
    height: auto;

    object-fit: contain;

    margin-bottom: 15px;
}


.footer-brand h2 {
    margin: 0 0 10px;

    font-size: 20px;

    font-weight: 700;
}


.footer-description {
    max-width: 330px;

    margin: 0;

    color: rgba(255, 255, 255, 0.65);

    font-size: 14px;

    line-height: 1.7;
}


/* ============================= */
/* SOCIAL */
/* ============================= */

.footer-social {
    margin-top: 22px;
}


.footer-social a {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: white;

    background: rgba(255, 255, 255, 0.08);

    text-decoration: none;

    transition: 0.3s ease;
}


.footer-social a:hover {
    background: rgb(39, 120, 255);

    transform: translateY(-3px);
}


/* ============================= */
/* HEADINGS */
/* ============================= */

.footer-links h3,
.footer-contact h3 {
    margin: 0 0 22px;

    font-size: 16px;

    font-weight: 700;
}


/* ============================= */
/* QUICK LINKS */
/* ============================= */

.footer-links {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


.footer-links a {
    margin-bottom: 12px;

    color: rgba(255, 255, 255, 0.65);

    text-decoration: none;

    font-size: 14px;

    transition: 0.25s ease;
}


.footer-links a:hover {
    color: rgb(39, 120, 255);

    transform: translateX(3px);
}


/* ============================= */
/* CONTACT */
/* ============================= */

.contact-item {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 17px;

    color: rgba(255, 255, 255, 0.7);

    text-decoration: none;

    font-size: 13px;

    line-height: 1.6;
}


.contact-item i {
    width: 18px;

    margin-top: 3px;

    color: rgb(39, 120, 255);

    text-align: center;

    flex-shrink: 0;
}


a.contact-item:hover {
    color: white;
}


/* ============================= */
/* FOOTER BUTTONS */
/* ============================= */

.footer-buttons {
    display: flex;

    gap: 10px;

    margin-top: 22px;
}


.footer-buttons a {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 10px 14px;

    border-radius: 7px;

    font-size: 12px;

    font-weight: 600;

    text-decoration: none;

    transition: 0.25s ease;
}


.footer-whatsapp {
    background: rgb(39, 120, 255);

    color: white;
}


.footer-whatsapp:hover {
    background: rgb(30, 105, 230);

    transform: translateY(-2px);
}


.footer-directions {
    border: 1px solid rgba(255, 255, 255, 0.18);

    color: white;
}


.footer-directions:hover {
    background: rgba(255, 255, 255, 0.08);

    transform: translateY(-2px);
}


/* ============================= */
/* COPYRIGHT */
/* ============================= */

.footer-bottom {
    width: 92%;
    max-width: 1200px;

    margin: auto;

    padding: 20px 0;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    text-align: center;
}


.footer-bottom p {
    margin: 0;

    color: rgba(255, 255, 255, 0.45);

    font-size: 12px;
}


/* ============================= */
/* MOBILE */
/* ============================= */

@media (max-width: 768px) {

    .footer-container {
        grid-template-columns: 1fr;

        gap: 40px;

        padding: 50px 0 40px;
    }


    .footer-brand img {
        width: 110px;
    }


    .footer-brand h2 {
        font-size: 18px;
    }


    .footer-links h3,
    .footer-contact h3 {
        margin-bottom: 17px;
    }


    .footer-buttons {
        flex-wrap: wrap;
    }


    .footer-bottom {
        padding: 18px 0;
    }

}


/* =========================================
   SCROLL REVEAL
========================================= */

.scroll-reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================
   CATALOGUE IMAGE VIEWER
========================================= */

.catalogue-item img {
    cursor: pointer;
}

.gallery-viewer {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.94);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: opacity 0.3s ease;

    z-index: 99999;
}

.gallery-viewer.active {
    opacity: 1;
    visibility: visible;
}

.gallery-content {
    max-width: 90%;
    max-height: 90vh;
    text-align: center;
}

.gallery-image {
    max-width: 90vw;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 4px;
}

.gallery-counter {
    color: white;
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 1px;
}


/* CLOSE BUTTON */

.gallery-close {
    position: absolute;
    top: 25px;
    right: 30px;

    background: none;
    border: none;

    color: white;
    font-size: 40px;

    cursor: pointer;
}


/* PREVIOUS / NEXT */

.gallery-prev,
.gallery-next {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 50px;
    height: 50px;

    border-radius: 50%;
    border: none;

    background: rgba(255, 255, 255, 0.12);
    color: white;

    cursor: pointer;

    font-size: 18px;
}

.gallery-prev {
    left: 25px;
}

.gallery-next {
    right: 25px;
}

.gallery-prev:hover,
.gallery-next:hover {
    background: rgba(255, 255, 255, 0.25);
}


/* =========================================
   BACK TO TOP
========================================= */

.back-to-top {
    position: fixed;

    right: 25px;
    bottom: 25px;

    width: 48px;
    height: 48px;

    border: none;
    border-radius: 50%;

    background: #ffffff;
    color: #111111;

    font-size: 16px;

    cursor: pointer;

    z-index: 9990;

    opacity: 0;
    visibility: hidden;

    transform: translateY(15px);

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-4px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .gallery-close {
        top: 15px;
        right: 18px;
        font-size: 32px;
    }

    .gallery-prev,
    .gallery-next {
        width: 42px;
        height: 42px;
    }

    .gallery-prev {
        left: 12px;
    }

    .gallery-next {
        right: 12px;
    }

    .gallery-image {
        max-width: 82vw;
        max-height: 72vh;
    }

    .back-to-top {
        right: 18px;
        bottom: 18px;
        width: 44px;
        height: 44px;
    }

}
.cccc{
    color: #ffffff;
}
.space{
    margin-top: 2.5%;
}
.flexx{
    display: flex;
    gap: 5%;
}
.btnflex{
    display: flex;
    justify-content: space-between;
}
.xx{
    display: flex;
    gap: 5px;
}