        .footer {
            background-color: #20285d;
            color: white;
            padding: 40px 20px 20px;
        }

        .footer-container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            border-bottom: 2px solid #c81b32;
            padding-bottom: 30px;
        }

        .footer-left {
            flex: 1 1 55%;
            display: flex;
            gap: 20px;
        }

        .footer-logo {
            width: 80px;
            height: auto;
        }

        .footer-description {
            max-width: 500px;
            font-size: 14px;
            line-height: 1.6;
        }

        .footer-right {
            flex: 1 1 40%;
            display: flex;
            justify-content: space-between;
            gap: 20px;
        }

        .quick-links h4,
        .contact-info h4 {
            color: #ff5e63;
            margin-bottom: 10px;
        }

        .quick-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .quick-links li {
            margin-bottom: 6px;
        }

        .contact-info p {
            margin: 5px 0;
        }

        .login-btn {
            margin-top: 10px;
            background-color: #ff3636;
            color: white;
            border: none;
            padding: 10px 20px;
            font-weight: bold;
            border-radius: 5px;
            cursor: pointer;
        }

        .footer-bottom {
            text-align: center;
            font-size: 12px;
            margin-top: 20px;
            padding-top: 10px;
            /* border-top: 1px solid #c81b32; */
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .footer-bottom a {
            color: #ff5e63;
            text-decoration: underline;
        }

        .feature-card {
            transition: box-shadow 0.3s ease;
            background-color: #fff;
            border-radius: 10px;
            padding: 25px 20px;
            /* box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05); */
            text-align: center;
            height: 100%;
        }

        .feature-card:hover {
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); /* smooth drop shadow */
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            margin-bottom: 15px;
            background-color: #fdeaea;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .feature-icon img {
            width: 24px;
            height: 24px;
        }

        .truck-img {
            position: relative;
            right: 0;
        }

        .no-container-right {
            padding-right: 0 !important;
        }

        @media (max-width: 991.98px) {
            .truck-img {
                margin-top: 40px;
                position: static;
            }
        }

        .store-section {
            position: relative;
            overflow: hidden;
            height: 550px;
        }

        .left-image {
            position: absolute;
            bottom: 0;
            left: -40px;
            max-width: 290px;
        }

        .top-right-image {
            position: absolute;
            top: -70px;
            right: 0px;
            max-width: 140px;
        }

        .bottom-right-image {
            position: absolute;
            bottom: 0;
            right: 80px;
            max-width: 260px;
        }

        .btn-outline-danger {
            border: 2px solid #f44336;
            color: #f44336;
        }

        .btn-outline-danger:hover {
            background-color: #f44336;
            color: white;
        }

        @media (max-width: 768px) {

            .left-image,
            .top-right-image,
            .bottom-right-image {
                position: static;
                display: block;
                margin: 20px auto;
            }
        }

        .carrier-section {
            position: relative;
            background-color: #fff;
            padding: 4rem 1rem;
        }

        .left-truck {
            position: absolute;
            bottom: -50px;
            left: 0px;
            height: 500px;
            max-width: 320px;
        }

        .top-right-truck {
            position: absolute;
            top: 0;
            right: 10px;
            max-width: 180px;
        }

        @media (max-width: 768px) {

            .left-truck,
            .top-right-truck {
                position: static;
                display: block;
                margin: 20px auto;
            }
        }

        .carrier-section h2 {
            font-weight: bold;
            color: #1b2451;
        }

        .carrier-section p {
            font-size: 14px;
            color: #333;
        }

        .feature-title {
            font-weight: 600;
            color: #1b2451;
        }

        .btn-hover {
            color: #e32228;
        }

        .btn-hover:hover {
            background-color: #e32228;
            color: white;
        }

        .hover-effect:hover {
            cursor: pointer;
            transform: scale(1.0575);
            /* background-color: #e32228; */
            /* color: white; */
        }

        .cards-effect:hover {
            cursor: pointer;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
            /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
            /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
        }

        .feature-cards-effect {
            padding: 10px;                         /* Equal padding on all sides */
            border-radius: 10px;                   /* Optional: rounded corners */
            height: 100%;                          /* Let all cards match height */
            transition: box-shadow 0.3s ease;
            background-color: #ffffff;
        }

        .feature-cards-effect:hover p,
        .feature-cards-effect:hover h6 {
            color: white !important;
        }
        .feature-cards-effect:hover{
             box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5); /* smooth drop shadow */
             background-color: #20285d;
             border-radius: 5px;
        }

        .btns-hover {
            background-color: white;
            color: black;
        }

        .btns-hover:hover {
            background-color: #e32228;
            color: white;
        }

        .shop-btn-effect {
            color: #e32228;
            border: 2px solid #e32228;
        }

        .shop-btn-effect:hover {
            background-color: #e32228;
            color: white;
        }

        .second-card-effect:hover {
            cursor: pointer;
            transform: scale(1.0575);
            box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        }

        .cards-effect-3:hover {
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        }

        .dropdown {
            position: relative;
            display: inline-block;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: white;
            min-width: 180px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            padding: 8px 0;
            z-index: 1;
        }

        .dropdown-content a {
            color: #333;
            padding: 8px 16px;
            text-decoration: none;
            display: block;
            font-size: 16px;
        }

        .dropdown-content a:hover {
            background-color: #f2f2f2;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }
        .swiper-slide {
            display: flex;
            justify-content: center;
        }

        .swiper {
            overflow: hidden !important;
        }

        .feature-title-effect{
            font-size: 12px !important;
        }