/* ---------- HERO SLIDER ---------- */
body {
    font-family: 'Oxygen', sans-serif !important;
    font-size: 16px !important;
    color: #403f4c !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px !important;
    }
}

p {
    font-family: 'Oxygen', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #403f4c !important;
}

.hero-slider {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: #f0f0f0;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slider .slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}

.slide-content {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    color: #ff6600;
    max-width: 500px;
    text-align: left;
    z-index: 3;
    animation: slideInRight 0.8s ease-out;
}

.slide-content p {
    line-height: 1.6;
    font-size: 15px;
    margin: 15px 0;
    margin-top: 85px;
    color: #ffffff;
}

.slide-content1 {
    position: absolute;
    font-size: 93.75%;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: #ffffff;
    max-width: 500px;
    text-align: left;
    z-index: 3;
    animation: slideInLeft 0.8s ease-out;
}

.slide-content1 p {
    line-height: 1.6;
    font-size: 15px;
    margin: 15px 0;
    margin-top: 85px;
    color: #ffffff;
    font-weight: 500;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

.btn-slide {
    background: #e94c01 !important;
    padding: 10px 30px !important;
    color: #fff !important;
    display: inline-block;
    margin-top: 20px;
    border-radius: 10px !important;
    text-decoration: none;
    font-weight: 400 !important;
    font-size: 14px !important;
    border: none;
    width: fit-content;
    margin: 15px auto 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-slide:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.5);
    text-decoration: none;
    color: #fff;
}

.btn-slide:active {
    transform: translateY(-1px);
}

.slide-content h2 {
    color: #ff6600;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.slide-content1 h2 {
    color: #ff6600;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s ease;
    color: #ff6600;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn:hover {
    background: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-50%) scale(1.1);
    color: #ff6600;
}

.slider-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.hero-slider:hover .slider-btn {
    opacity: 1;
}

/* MINI RIGHT BOX IN SLIDER */
.slide-mini-box {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    width: 340px;
    background: rgba(255, 255, 255, 0.95);
    padding: 28px 30px;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    text-align: left;
    z-index: 10;
    backdrop-filter: blur(10px);
    animation: slideInRight 0.8s ease-out 0.2s backwards;
}

.slide-mini-box p {
    margin: 0 0 12px 0;
    font-size: 15px;
    color: #403F4C;
    line-height: 1.5;
}

.slide-mini-box .mini-top {
    /* font-weight: 700; */
    color: #403F4C;
    font-size: 16px;
}

.slide-mini-box .mini-mid {
    color: #403F4C;
    /* font-weight: 500; */
}



.slide-mini-box .btn-slide {
    display: block;
    margin: 20px auto 0 auto;
    /* top auto bottom auto */
    width: fit-content;
    /* so button keeps its size */
    text-align: center;
    /* optional, for text inside button */
}

.slide1-mini-box .btn-slide {
    display: block;
    margin: 20px auto 0 auto;
    /* top auto bottom auto */
    width: fit-content;
    /* so button keeps its size */
    text-align: center;
    /* optional, for text inside button */
}

.slide-mini-box .mini-bottom {
    color: #000;
    /* font-weight: 600; */
    font-size: 16px;
    margin-top: 15px;
}

.slide1-mini-box {
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    width: 340px;
    background: rgba(255, 255, 255, 0.95);
    padding: 28px 30px;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    text-align: left;
    z-index: 10;
    backdrop-filter: blur(10px);
    animation: slideInLeft 0.8s ease-out 0.2s backwards;
}

.slide1-mini-box p {
    margin: 0 0 12px 0;
    font-size: 15px;
    color: #403F4C;
    line-height: 1.5;
}

.slide1-mini-box .mini-top {
    /* font-weight: 700; */
    color: #403F4C;
    font-size: 16px;
}

.prev {
    left: 24px;
}

.next {
    right: 24px;
}

/* ---------- SERVICES ---------- */
.section-title {
    font-size: 34px !important;
    font-weight: 900 !important;
    color: #403F4C !important;
    font-family: 'Oxygen', sans-serif !important;
    text-align: center;
    margin-bottom: 30px !important;
}

.service-box {
    text-decoration: none;
    color: #403F4C;
    display: block;
    padding: 30px 10px;
    border: 1px solid #ddd;
    transition: all .3s ease;
    background: #fff;
}

.service-box:hover {
    background: #fafafa;
}

.service-box img {
    transition: .3s;
    height: 120px;
}

.service-box:hover img {
    transform: scale(1);
}

/* Ensure equal height columns */
.service-box h4 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #403F4C;
}

/* Remove double borders between columns */
.row.g-0 .col-md-4,
.row.g-0 .col-6 {
    padding: 0 !important;
}

.partner-box {
    background: white;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 8px;
    height: 100%;
    transition: 0.3s;
}

.partner-box img {
    height: 80px;
    /* adjust as you like */
    object-fit: contain;
}

.partner-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #403F4C;
    margin-top: 15px;
    margin-bottom: 0;
}

.partner-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}


/* ---------- TESTIMONIALS ---------- */
.testimonial-section {
    background: #f1f2f7;
    padding: 80px 0;
    position: relative;

}

.testimonial-wrapper {
    max-width: 1300px;
    /* Adjust width that matches example */
    margin: 0 auto;
}

.testimonial {
    background: #fff;
    padding: 50px 60px;
    border-radius: 20px;
    border: 2px solid #dcdcdc;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.testimonial p {
    font-size: 20px;
    color: #403F4C;
    font-style: italic;
}

.testimonial h5 {
    margin-top: 20px;
    font-size: 18px;
}

.testimonial h5 span {
    color: #e57200;
    font-size: 14px;
}

/* ARROWS */
.testimonial-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 45px;
    color: #555;
    cursor: pointer;
    z-index: 10;
}

/* This spacing matches your screenshot */
.prev-test {
    left: 60px;
}

.next-test {
    right: 60px;
}



/* ---------- TOP BAR ---------- */
.top-bar {
    background: #E94C01 !important;
    color: #fff !important;
    padding: 10px 0 !important;
    font-size: 15px !important;
    font-family: 'Oxygen', sans-serif !important;
    font-weight: 600 !important;
    width: 100%;
    box-sizing: border-box;
}

.top-bar-inner {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}

.top-bar .left span {
    margin-right: 30px;
    font-weight: 600 !important;
    font-family: 'Oxygen', sans-serif !important;
}

.top-bar .right a {
    margin-left: 30px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-family: 'Oxygen', sans-serif !important;
}



/* ---------- PRIVACY POLICY ---------- */
.policy-section {
    background: #ffffff;
}

.policy-title {
    color: #f57c00;
    text-align: center;
    letter-spacing: 1px;
}

.policy-content {
    max-width: 950px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    color: #403F4C;
    text-align: justify;
}

.policy-content p {
    text-align: justify;
    /* force justify */
}

.policy-heading {
    color: #f57c00;
    /* font-weight: 600; */
}





/* ---------- FOOTER ---------- */
/* ===========================
   FOOTER MAIN WRAPPER
=========================== */
.footer-wrapper {
    background: #f8f8f8;
    padding: 50px 0;
    /* font-family: Arial, sans-serif; */
    color: #403F4C;
}

/* ===========================
   TOP HEADER SECTION
=========================== */
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.footer-top img {
    max-width: 240px;
}

.footer-top h4 {
    font-size: 30px !important;
    font-weight: 400 !important;
    margin: 0;
    color: #f16624 !important;
    font-family: Calibri, sans-serif !important;
}


.footer-columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding: 20px 0;
}

.footer-column {
    flex: 1;
}

.footer-column:last-child {
    flex: 1.5;
    max-width: 350px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #403F4C;
}

.footer-column ul li b {
    font-weight: 600;
}

/* Optional: make other columns slightly smaller */
.footer-column:not(:last-child) {
    flex: 1;
    /* default size */
}

/* ===========================
   SOCIAL ICONS
=========================== */
.footer-bottom {
    width: 100%;
    padding: 15px 0;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
}

.footer-social {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-social .social-icon {
    width: 32px;
    height: 32px;
    background: #f16624;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s ease;
}

.footer-social .social-icon:hover {
    background: #d1551d;
}

.footer-social .social-icon i {
    font-size: 14px;
}

/* Centered copyright */
.footer-bottom p {
    margin: 0;
    color: #403F4C;
    font-size: 14px;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 992px) {
    .mega-menu {
        width: 400px;
    }

    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-columns {
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer-column {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .footer-top {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}




.store-btn {
    height: 50px;
    cursor: pointer;
}

.app-box {
    /* background: #ff8c00; */
    height: 480px;
    border-radius: 4px;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-phone {
    max-height: 380px;
    width: auto;
    position: absolute;
    top: 40px;
}

/* bottom text */
.bottom-text {
    bottom: 20px;
    left: 30px;
    font-size: 20px;
}

.divider {
    width: 2px !important;
    height: 50px !important;
    background-color: #f16624 !important;
}

.footer-wrapper h4 {
    font-size: 30px !important;
    color: #E94C01 !important;
    font-weight: 400 !important;
}

/* Ensure dropdown box sits centered below menu */
.mega-dropdown {
    position: relative !important;
    /* menu aligns to this item */
}

.mega-menu {
    position: absolute;
    top: 100%;
    /* exactly below the text */
    left: 0;
    /* start under the text */
    width: 750px !important;
    /* matched to WP 751px */
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    z-index: 9999;
    display: none;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}


/* Show on hover */
.mega-dropdown:hover .mega-menu {
    display: block;
}

/* Grid layout for items */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    text-align: center;
}

/* Mobile responsive mega-menu */
@media (max-width: 991px) {
    .mega-menu {
        position: relative !important;
        top: auto !important;
        left: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        padding: 15px !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        margin-top: 10px;
    }
    .menu-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile to fit nicely */
        gap: 15px;
    }
    .menu-item img, .menu-item i {
        width: 60px !important;
        height: 60px !important;
    }
    .mega-icon-override {
        font-size: 40px !important;
        line-height: 60px !important;
    }
}

/* Icon boxes */
.menu-item img,
.menu-item i {
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto 10px !important;
    object-fit: contain;
    color: #f36a20;
}

.menu-item span,
.menu-item p {
    font-size: 16px;
    font-weight: 500;
}

/* Prevent Bootstrap dropdown shrinking */
.navbar .dropdown-menu {
    position: static;
}

.navbar-nav .nav-link {
    white-space: nowrap !important;
    padding: 15px 10px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-family: 'Oxygen', sans-serif !important;
    color: rgb(64, 63, 76) !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #f16624 !important;
}

.navbar-nav .nav-item {
    margin-right: 2px;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.navbar {
    min-height: 105px !important;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 !important;
    position: relative;
    z-index: 1050;
}

.navbar .container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-brand {
    min-width: 160px !important;
    flex-shrink: 0;
}

.navbar-brand img {
    max-width: 225px !important;
    height: auto;
}


/* Membership-benefits SECTION */



/* INTRO PARAGRAPH */
.benefit-intro {
    text-align: center;
    max-width: 950px;
    padding: 40px 0;
    font-size: 16px;
    color: #403F4C;
}

/* BENEFITS GRID */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding-bottom: 40px;
}

.benefit-box {
    background: #fff;
    border-radius: 25px;
    padding: 25px;
    width: 360px;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.benefit-box .icon {
    font-size: 40px;
    color: #f16624;
    margin-bottom: 10px;
}

.benefit-box h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #f16624;
    font-weight: 600;
}

.benefit-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #403F4C;
}

/* BUSINESS SOLUTIONS PAGE CSS */

/* INTRO SECTION */
.business-intro {
    text-align: justify;
    max-width: 950px;
    padding: 30px 0 10px 0;
    font-size: 17px;
    color: #403F4C;
    margin: auto;
    /* margin-bottom: 10px; */
}

.business-content {
    max-width: 950px;
    margin: auto;
    padding: 20px 0;
}

.business-content .row {
    display: flex;
    gap: 40px;
    /* spacing between sections */
}

.business-content .col-md-6 {
    flex: 1;
}

.business-content p {
    text-align: justify;
    font-size: 17px;
    line-height: 1.7;
    color: #403F4C;
}


/* TITLE */
.section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    /* margin-bottom: 10px; */
    margin-top: 10px;
}


/* HERO SECTION */


.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.hero-title-box {
    position: absolute;
    top: 50%;
    /* Vertical center */
    left: 70px;
    /* Keep left spacing */
    transform: translateY(-50%);
    /* Adjust only vertically */
    background: rgba(233, 76, 1, 0.66);
    padding: 12px 30px;
    border-radius: 6px;
    z-index: 10;
}

.hero-title-box h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    margin: 0;
}

/* ABOUT SECTION */
.about-section {
    padding: 60px 0;
}

.about-heading {
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
}

.about-section p {
    color: #403F4C;
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 20px;
}



.highlight-text {
    color: #E94C01A8 !important;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.review-logo-box {
    text-align: center;
    margin-top: 40px;
}

.review-logo-box img {
    max-width: 550px;
}

/* NEED HELP */
.need-help {
    background: #f7f7f7;
    padding: 50px 20px;
    text-align: center;
}

.need-help h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.contact-btn {
    border: 1px solid #333;
    padding: 10px 25px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 12px;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #333;
    color: #fff;
}



.home-hero {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.hero-text {
    position: absolute;
    top: 40%;
    left: 80px;
    transform: translateY(-50%);
    color: white;
}







.hero-text span {
    color: #ff6f00;
    font-weight: 700;
}



.blog-section {
    width: 80%;
    margin: 60px auto;
}


.blog-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.blog-card {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    align-items: flex-start;
    /* FIX */
}

.blog-card img {
    width: 200px;
    height: 150px;
    /* FIX */
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    /* FIX */
}

.blog-content h3 {
    margin: 0 0 10px 0;
}

.blog-content p {
    color: #403F4C;
    margin-bottom: 10px;
}

.read-more {
    color: #ff6f00;
    font-weight: 600;
    text-decoration: none;
}



/* ORANGE CONTACT US BOX */
.hero-text-box {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    z-index: 3;
}

.hero-text-box h1 {
    background: #E94C01A8;
    padding: 25px 40px;
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
    border-radius: 10px;
}


/* CONTACT INFO SECTION */
.contact-info-section {
    padding: 50px 0px;
}



.orange-title {
    color: #E94C01A8;
    font-weight: 700;
    text-transform: uppercase;
}




/* ICONS */
.icon-fa {
    font-size: 45px;
    color: #E94C01A8;
    margin-right: 20px;
    min-width: 55px;
    text-align: center;
}

/* LEFT COLUMN ROW STYLE */
.info-row {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

/* LABEL TEXT */
.info-row label {
    font-weight: 700;
    font-size: 20px;
    color: #403F4C;
    margin-bottom: 3px;
}

/* TEXT BELOW LABEL */
.info-row p {
    margin: 0;
    font-size: 15px;
    color: #403F4C;
}

/* HOURS RIGHT COLUMN */
.hours-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 20px;
}

.hours-list li.closed span,
.hours-list li.closed strong {
    color: #E94C01A8;
}







/* CONTACT FORM */
.contact-form-section {
    padding: 60px 20px;
    max-width: 900px;
    margin: auto;
}

.contact-form label {
    display: block;
    margin-top: 25px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-top: 5px;
}

.send-btn {
    margin-top: 25px;
    padding: 12px 34px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.send-btn:hover {
    background: #000;
}



/* cars */


html {
    overflow-x: hidden;
}

body {
    font-family: 'Oxygen', Arial, sans-serif;
    color: #403F4C;
    margin: 0;
    overflow-x: hidden;
    font-size: 15px;
}

p {
    font-size: 15px;
}

.container {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

/* --- HERO BANNER --- */
.hero {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.hero-text {
    position: absolute;
    top: 50%;
    /* vertical center */
    left: 70px !important;
    /* distance from left edge - matched to WP */
    transform: translateY(-50%);
    /* offset for true vertical centering */
    color: #fff;
    max-width: 600px !important;
    text-align: center !important;
}


.hero-text h1 {
    background: rgba(233, 76, 1, 0.66) !important;
    padding: 30px 40px !important;
    color: #fff !important;
    font-size: 52px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    border-radius: 12px !important;
    text-transform: uppercase !important;
}

.check-weight-hero {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.hero-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.check-weight-button-container {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-weight-btn {
    background-color: #F07F09 !important;
    color: #fff !important;
    padding: 20px 50px !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    border: 2px solid #F07F09 !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

.check-weight-btn:hover {
    background-color: #fff !important;
    color: #F07F09 !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4) !important;
}

@media (max-width: 768px) {
    .check-weight-button-container {
        right: 20px;
    }
    
    .check-weight-btn {
        padding: 15px 35px !important;
        font-size: 18px !important;
    }
}

/* --- FEATURES --- */
.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 40px 0;
    text-align: center;
}

.features .feature img {
    width: 60px;
    margin-bottom: 10px;
}

.features .feature h4 {
    margin: 10px 0;
}

/* --- PLANS TABLE --- */
.plan-table {
    border-collapse: collapse;
    margin: 0 auto;
    /* center table */
    table-layout: auto;
    /* lets table shrink naturally */
    font-size: 0.95rem;
    max-width: 1100px;
    /* controls max size for <=4 columns */
    width: auto;
    /* allows shrink */
}


.plan-table th,
.plan-table td {
    border: 1px solid #ddd;
    /* 🔥 full visible border lines */
    padding: 12px;
    text-align: center;
    vertical-align: middle;
}

/* HEADER CELLS */
.plan-table th {
    background: #fff;
    color: #F07F09;
    font-weight: 700;
}

/* FIRST COLUMN ORANGE */
.plan-table th:first-child,
.plan-table td:first-child {
    background: #F07F09;
    color: #fff;
    /* font-weight: bold; */
}

/* FOOTER BUTTON CELLS */
.plan-table tfoot td:first-child {
    background: #fafafa;
}

/* PRICE */
.price {
    /* font-weight: bold; */
    margin-bottom: 8px;
    display: block;
}


/* Ensure the button appears as a box */
.btn.orange-btn {
    display: inline-block;
    /* block-level box */
    padding: 12px 28px;
    /* size of box */
    background-color: #F07F09;
    /* orange box background */
    color: #fff;
    /* white text */
    /* font-weight: bold; */
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #F07F09;
    transition: 0.3s;
}

/* Hover effect */
.btn.orange-btn:hover {
    background-color: #fff;
    color: #F07F09;
}


.plan-table tfoot td:first-child {
    background: #fff !important;
    color: #403F4C !important;
    font-weight: bold;
}



/* --- NOTES --- */
.notice-box {
    background-color: #f5a476;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    width: 100%;
    max-width: 1100px;
    /* 🔥 SAME AS TABLE */
    margin: 20px auto;
    /* 🔥 center it */
    padding: 20px;
}

/* Outer rounded white box */
.terms-outer-box {
    background: #ffffff;
    width: 100%;
    max-width: 1100px;
    /* adjust if table width differs */
    margin: 20px auto 20px auto;
    padding: 20px 0;
    /* spacing inside the box */
    border-radius: 25px;
    /* rounded corners (matches screenshot) */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    /* soft shadow like screenshot */
    text-align: center;
}

/* Button */
.terms-btn {
    background-color: #f7931e;
    color: #fff;
    border: none;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.terms-btn:hover {
    background-color: #e67f12;
}

.cars-intro {
    text-align: justify;
    max-width: 950px;
    padding: 40px 10px;
    font-size: 17px;
    color: #403F4C;
}

/* articles*/

.main-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 30px;
    padding: 0 20px 40px 20px;
}

/* Article Content */
.article-content {
    flex: 3;
    background: white;
    padding: 30px 40px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    overflow-wrap: break-word;
}

.article-content p {
    margin-bottom: 18px;
    font-size: 16px;
}

.article-content strong {
    font-weight: 600;
}

/* Tags */
.tags {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.tags h4 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
}

.tags ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tags ul li {
    background: #ef6c00;
    color: white;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 14px;
    cursor: default;
}

/* Sidebar */
.sidebar {
    flex: 1;
    background: #fff;
    border-radius: 6px;
    padding: 20px 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    height: fit-content;
    position: sticky;
    top: 20px;
}

/* Search Box */
.search-box {
    display: flex;
    margin-bottom: 30px;
}

.search-box input[type="text"] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    outline: none;
}

.search-box button {
    background: #ef6c00;
    border: none;
    color: white;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    font-weight: 700;
    font-size: 14px;
}

/* Categories */
.categories-box h4 {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #403F4C;
}

.category-btn {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    padding: 10px 0;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 14px;
    text-align: center;
    background: #ef6c00;
}



/* WRAPPER */
.contactbox-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

/* FLOATING BUTTON */
.contactbox-button {
    width: 60px;
    height: 60px;
    background: #ff7f00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.contactbox-button img {
    width: 32px;
    height: 32px;
}

/* POPUP BOX */
.contactbox-popup {
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 230px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    padding: 0;
    display: none;
    overflow: hidden;
}

/* POPUP ITEMS */
.contactbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s ease;
}

.contactbox-item:last-child {
    border-bottom: none;
}

.contactbox-item:hover {
    background: #fafafa;
}

.contactbox-item .icon {
    font-size: 20px;
    color: #ff7f00;
}

/* --------- RESPONSIVE SLIDER --------- */
@media (max-width: 768px) {
    .mega-menu {
        width: 320px;
    }

    .menu-grid {
        grid-template-columns: 1fr;
    }

    .navbar-brand img {
        max-width: 140px !important;
    }

    .navbar-nav .nav-link {
        font-size: 12px !important;
    }

    .hero-slider {
        height: 500px;
    }

    .hero-slider .slide img {
        height: 500px;
    }

    .slide-content h2,
    .slide-content1 h2 {
        font-size: 32px;
    }

    .slide-content,
    .slide-content1 {
        max-width: 90%;
        right: auto;
        left: 5%;
    }

    .slide-content p,
    .slide-content1 p {
        font-size: 14px;
    }

    .slide-mini-box,
    .slide1-mini-box {
        width: 280px;
        padding: 20px 20px;
        right: 5%;
        left: auto;
    }

    .slide-mini-box p,
    .slide1-mini-box p {
        font-size: 13px;
    }

    .slider-btn {
        padding: 10px 14px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .hero-slider {
        height: 400px;
    }

    .hero-slider .slide img {
        height: 400px;
    }

    .slide-content h2,
    .slide-content1 h2 {
        font-size: 24px;
    }

    .slide-content,
    .slide-content1 {
        max-width: 85%;
        top: 45%;
    }

    .slide-content p,
    .slide-content1 p {
        font-size: 12px;
        margin: 10px 0;
    }

    .btn-slide {
        padding: 10px 24px;
        font-size: 13px;
        margin-top: 10px;
    }

    .slide-mini-box,
    .slide1-mini-box {
        display: none;
    }

    .slider-btn {
        padding: 8px 12px;
        font-size: 16px;
    }

    .prev {
        left: 12px;
    }

    .next {
        right: 12px;
    }
}

.check-weight-hero-banner {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3f5a 100%);
}

.banner-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 5;
}

.banner-logo-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-title {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.2;
}

.check-text {
    display: block;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.weight-text {
    display: block;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-logo-right {
    text-align: right;
}

.roadservices-text {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.banner-join-button {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
}

.join-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 22px 55px;
    font-size: 24px;
    font-weight: 800;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    border: 3px solid #fff;
}

.join-btn:hover {
    background-color: #fff;
    color: #000;
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
}

.banner-sign {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    text-align: center;
}

.sign-box {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
}

.sign-image {
    height: 60px;
    width: auto;
}

.sign-text {
    margin: 0;
    padding: 0;
    color: #d32f2f;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
}

@media (max-width: 1024px) {
    .check-weight-hero-banner {
        height: 600px;
    }

    .banner-header {
        padding: 20px 30px;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-logo-right {
        font-size: 11px;
    }

    .banner-join-button {
        right: 30px;
    }

    .join-btn {
        padding: 18px 40px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .check-weight-hero-banner {
        height: 500px;
    }

    .banner-header {
        padding: 15px 20px;
    }

    .banner-title {
        font-size: 22px;
    }

    .roadservices-text {
        font-size: 10px;
    }

    .banner-join-button {
        right: 20px;
    }

    .join-btn {
        padding: 15px 30px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .banner-sign {
        bottom: 20px;
    }

    .sign-box {
        padding: 10px 15px;
    }

    .sign-image {
        height: 45px;
    }

    .sign-text {
        font-size: 11px;
    }
}

.intro-heading {
    font-size: 32px;
    font-weight: 700;
    color: #F07F09;
    margin-bottom: 20px;
    text-align: center;
}

.cars-intro p {
    margin-bottom: 0;
    line-height: 1.8;
}

.customer-info-section {
    background-color:#f5a476;
    padding: 50px 20px;
    margin: 40px 0;
}

.customer-info-container {
    max-width: 1200px;
    margin: 0 auto;
}

.customer-info-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.customer-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}

.required {
    color: #d32f2f;
}

.form-group input {
    padding: 12px 15px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    font-family: 'Oxygen', sans-serif;
}

.form-group input::placeholder {
    color: #999;
}

.form-group input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.form-contact-preference {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-contact-preference > label {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 30px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox-item label {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
}

.form-next-btn {
    background-color: #2c5aa0;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
    margin-top: 20px;
    width: 100%;
}

.form-next-btn:hover {
    background-color: #1e3f5a;
}

.terms-conditions-section {
    background-color: #FFC107;
    padding: 30px 20px;
}

.terms-conditions-section h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 768px) {
    .customer-info-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .checkbox-group {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .form-next-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}