@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Manrope&display=swap');



:root {
    --background-color: #ffffff;
    --default-color: #000000;
    --heading-color: #2d465e;
    --accent-color: #0092d8;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
}

/* Nav Menu Colors  */
:root {
    --nav-color: #212529;
    --nav-mobile-background-color: #ffffff;

}

body {
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    overflow-x: hidden;
    background-color: rgb(0, 0, 0);



}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 2rem;
        /* Smaller heading on mobile */
    }

    .hero-text p {
        font-size: 1rem;
        /* Smaller paragraph text on mobile */
    }

    .home-services-card {
        width: 100%;
        /* Full width on small screens */
    }

    .header-container {
        align-items: center;
        padding: 10px;
    }

    .navmenu {
        margin-top: 15px;

    }

    .video-container {
        width: 50%;
        height: auto;
        /* Video takes full width and auto height */
    }

    .btn {
        font-size: 0.9rem;
        /* Adjust button size */
    }
}

/* Larger Screens Adjustments */
@media (min-width: 1200px) {
    .home-services-card {
        width: 200px;

        /* Adjust card size for larger screens */
    }
}


/* Header Styles */
.header {
    background-color: #000;
    padding: 10px 0;
    transition: all 0.5s;
    z-index: 1000;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

/* Header Container */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    /* Reduce max-width for better layout */
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}

/* Logo Styling */
.header .logo img {
    max-height: 100px;
    margin-left: -10px;
    margin-right: 50px;
    /* Reduce logo size for better fit */
}

.navmenu {
    text-align: center;
    margin-left: 20px;
    margin-right: 30px;
    /* Reduce space between logos and menu */


}

.navmenu ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;

    margin: 0;
}

.navmenu li {
    margin: 0 25px;
    /* Reduce spacing */
}

/* Navigation Links */
.navmenu a {

    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    /* Reduce font size for better fit */
    font-weight: bold;
    transition: color 0.3s ease-in-out;

}

/* Arabic Button Styling */
.language-toggle {
    color: #d60000 !important;
    font-weight: bold;
}

.navmenu a:hover {
    color: red;
}

/* Mobile Menu Styles */
.menu-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 26px;
    cursor: pointer;
    display: none;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #000;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}


.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.mobile-menu li {
    padding: 8px 0px;
    width: 100%;
}

.mobile-menu a {
    color: white;
    font-size: 16px;
    text-decoration: none;
    display: block;
}

/* Responsive Fix */
@media (max-width: 991px) {
    .navmenu {
        display: none;
        padding: 0 30px;
    }

    .menu-toggle {
        display: block;
        padding-left: 10px;
        padding-right: 40px;

    }

    .mobile-menu {
        display: none;
    }

    .mobile-menu.active {
        display: block;
        width: 100%;
        text-align: left;
    }

    .mobile-menu a {
        color: white;
        font-size: 16px;
        text-decoration: none;
        display: block;
    }


    .mobile-menu a:hover {
        color: red;
    }


    .header-container {
        padding: 0 30px;
        max-width: 100%;
    }

    .header .logo img {
        max-height: 60px;
        margin: 10px;
    }
}

/* Prevent Horizontal Scrollbar */
html,
body {
    overflow-x: hidden;
}



.car-size-guide {
    text-align: center;
    padding: 50px 0;
    padding-top: 150px;
}

.car-size-guide h2 {
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    color: white
}

.car-size-guide h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #fff;
    margin: 10px auto;
}

.car-category {
    text-align: center;
}

.car-category img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 15px;
}




/* Footer */
.footer {
    background-color: #000000;
    color: #fff;
    padding: 60px 0;
    box-shadow: 0 -5px 15px rgba(255, 165, 0, 0.1);
    font-family: "Cairo", sans-serif;
}

/* Logo */


.footer .footer-about .sekk-logo img {
    max-height: 110px;

}

.num {
    font-size: 16px;
    /* Adjust size if needed */

    /* Space between logo and number */
    color: #eebf03;


}

.footer .footer-about .HEXA-logo img {
    max-height: 110px;

}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: color-mix(in srgb, #eebf03, transparent 20%);
    margin-right: 20px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: #eebf03;

}


.quicklinksh {

    text-align: left;
}



.footer .social-links-mob a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: color-mix(in srgb, #eebf03, transparent 20%);
    margin-right: 20px;
    transition: 0.3s;
}

.footer .social-links-mob a:hover {
    color: #eebf03;

}

/* Section Titles */
.footer h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: red;
}

.footer .footer-links {
    padding-left: 50px;
    text-align: left;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.footer .footer-links ul li a {
    display: block;
    padding: 6px 0;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .footer-links ul li a:hover {
    color: red;
}

/* Map Section */
.maph {
    text-align: left;
}

.footer-map .map-container iframe {
    border-radius: 10px;
}

/* Copyright */
.footer .copyright {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 165, 0, 0.3);
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* Hide second logo by default */
.mobile-logo {
    display: none !important;
}

/* Show second logo only on mobile */
@media (max-width: 768px) {
    .mobile-logo {
        display: flex !important;
        /* Ensure it's visible only in mobile */
    }

    .sekk-logo {
        display: none !important;


    }

    .footer {
        padding: 40px 5%;
    }

    .footer .footer-about img {
        max-height: 90px;
        margin-bottom: 30px;
    }


    .footer .footer-links ul {

        margin-left: 0px;
        text-align: center;
    }

    .quicklinksh {

        text-align: center;
    }

    .maph {

        text-align: center;
    }

    .footer-map .map-container iframe {
        border-radius: 10px;


        text-align: center;
    }

    .footer .footer-about .HEXA-logo img {
        max-height: 100px;

    }

    .numb-mob {
        margin-top: -40px;
    }

    .num {
        font-size: 16px;
        /* Adjust size if needed */
        /* Space between logo and number */
        color: #eebf03;


    }

    .footer .social-links a {

        display: none;
    }

    .numb {
        display: none;

    }
}

/* Responsive Design */
@media (max-width: 480px) {
    .footer {
        padding: 40px 5%;
    }

    .footer .footer-about img {
        max-height: 90px;
        margin-bottom: 30px;
    }


    .footer .footer-links ul {

        margin-left: 0px;
        text-align: center;
    }

    .HEXA-logo-GER {
        display: none !important;

    }

    .quicklinksh {

        text-align: center;
    }

    .footer .footer-links {
        padding-right: 40px;
        text-align: left;
    }

    .maph {

        text-align: center;
    }

    .footer-map .map-container iframe {
        border-radius: 10px;


        text-align: center;
    }

    .num {
        font-size: 16px;
        /* Adjust size if needed */
        /* Space between logo and number */
        color: #eebf03;


    }

    .footer .social-links a {

        display: none;
    }

    .numb {
        display: none;

    }
}


/* WhatsApp Floating Button */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-btn img {
    width: 40x;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
    margin-bottom: 25px;
}

.whatsapp-btn img:hover {
    transform: scale(1.1);
}