/* Reset and Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    background: #ffffff;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

/* Common Classes */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 9;
}

.pt-100 {
    padding-top: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-100 {
    padding: 200px 0 70px;
}

.ptb-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.bg-f9f9f9 {
    background: #f9f9f9;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
}

.section-title .sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #ff3131;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Buttons */
.boxed-btn {
    display: inline-block;
    background: #ff3131;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.boxed-btn:hover {
    background: #ff3131;
    color: #ffffff;
}

.boxed-btn.blank {
    background: transparent;
    border: 2px solid #ff3131;
    color: #ffffff;
    padding: 10px 28px;
}

.boxed-btn.blank:hover {
    background: #ff3131;
    color: #222222;
}

.default-btn {
    display: inline-block;
    background: transparent;
    color: #ff3131;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 50px;
    border: 2px solid #ff3131;
    text-transform: capitalize;
}

.default-btn:hover {
    background: #ff3131;
    color: #222222;
}


/* Slider Area */
.slider-area {
    position: relative;
    padding: 90px 0 0px;
}

.single-slider {
    background: url('../images/img_74.jpg') no-repeat center/cover;
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.single-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(39 43 47 / 30%);
    z-index: 1;
}

.slider-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.slider-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.slider-content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 500px;
}

.slider-btn .boxed-btn {
    margin-right: 15px;
}

.slider-img img {
    border-radius: 10px;
}

.stats-area {
    position: relative;
    z-index: 2;
    background: #ff3131;
    padding: 30px;
    border-radius: 10px;
    margin-top: 50px;
}

.mb-15 {
    margin-bottom: 25px !important;
}

.single-counter h3 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.single-counter p {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

/* Service Area */
.service-area .service-item {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.service-area .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.service-item .service-icon {
    margin-bottom: 20px;
}

.service-item .service-icon i {
    font-size: 40px;
    color: #ff3131;
}

.service-item .service-img img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.service-item h4 {
    font-size: 22px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 15px;
}

.service-item p {
    font-size: 16px;
    color: #666666;
}

/* About Area */
.about-area .about-image img {
    border-radius: 10px;
}

.about-area .about-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
}

.about-area .about-content p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

/* Testimonials Area */
.testimonials-area .testimonials-item {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    margin: 0 15px;
}

.testimonials-item p {
    font-size: 16px;
    font-style: italic;
    color: #666666;
    margin-bottom: 20px;
}

.testimonials-item h5 {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.testimonials-slider .slick-dots {
    margin-top: 30px;
    text-align: center;
}

.testimonials-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.testimonials-slider .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    background: #ff3131;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.testimonials-slider .slick-dots li.slick-active button {
    background: #ff3131;
}

/* Footer */
.footer-area {
    padding: 60px 0 30px;
}

.footer-area h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-area p,
.footer-area ul li a {
    font-size: 16px;
}

.footer-area ul {
    list-style: none;
}

.footer-area ul li {
    margin-bottom: 10px;
}

.footer-area ul li a:hover {
    color: #ff3131;
}

.footer-area .social-icons a {
    font-size: 24px;
    color: #ff3131;
    margin: 0 10px;
}

.footer-area .text-center p {
    font-size: 14px;
    margin-top: 30px;
}

.footer-area .text-center a {
    color: #ff3131;
}

.footer-area .text-center a:hover {
    text-decoration: underline;
}

.card-style-one .icon i {
    font-size: 40px;
    color: #ff3131;
}

/* Responsive Design */
@media (max-width: 991px) {
    .header-area {
        background: #ff3131;
    }

    .navbar-nav {
        padding: 15px;

    }

    .navbar-nav .nav-item {
        margin: 5px 0;
    }

    .slider-content h1 {
        font-size: 36px;
    }

    .slider-content p {
        font-size: 16px;
    }

    .slider-area {
        padding: 120px 0 80px;
    }

    .single-slider {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .slider-content h1 {
        font-size: 28px;
    }

    .slider-content p {
        font-size: 14px;
    }

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

    .single-counter h3 {
        font-size: 24px;
    }

    .single-counter p {
        font-size: 12px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .service-item,
    .testimonials-item {
        margin-bottom: 20px;
    }

    .about-content h2 {
        font-size: 24px;
    }

    .slider-area {
        padding: 100px 0 60px;
    }

    .single-slider {
        min-height: 400px;
    }
}

@media (max-width: 575px) {
    .stats-area .col-6 {
        margin-bottom: 15px;
    }

    .slider-content h1 {
        font-size: 24px;
    }

    .slider-btn .boxed-btn {
        display: block;
        margin-bottom: 10px;
    }
}

ul.animate__animated li {
    list-style: none;
}

/* Track Shipment Area */
.track-shipment-area .track-form h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 30px;
    text-align: center;
}

.track-shipment-area .track-form .form-group {
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.track-shipment-area .track-form label {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    display: block;
    margin-bottom: 5px;
}

.track-shipment-area .track-form .form-control {
    border-radius: 50px;
    border: 1px solid #dddddd;
    padding: 12px 20px;
    font-size: 16px;
    width: 100%;
}

.track-shipment-area .track-form .boxed-btn {
    display: block;
    width: 200px;
    margin: 20px auto 0;
    background: #f7c948;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: none;
}

.track-shipment-area .track-form .boxed-btn:hover {
    background: #ff3131;
    color: #ffffff;
}

.track-shipment-area .track-result {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.track-shipment-area .track-result h3 {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
}

.track-shipment-area .track-result p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.track-shipment-area .track-result p strong {
    color: #222222;
}

/* Responsive Design for Track Shipment */
@media (max-width: 767px) {
    .track-shipment-area .track-form .form-group {
        max-width: 100%;
    }

    .track-shipment-area .track-form .boxed-btn {
        width: 100%;
    }

    .track-shipment-area .track-result {
        max-width: 100%;
    }
}

/* Franchise Area */
.franchise-area {
    background: linear-gradient(to bottom, #f9f9f9, #ffffff);
}

.franchise-area .franchise-image img {
    border-radius: 10px;
}

.franchise-area .franchise-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    text-align: center;
}

.franchise-area .franchise-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #222222;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.franchise-area .franchise-content .lead {
    font-size: 18px;
    color: #666666;
    margin-bottom: 30px;
    text-align: center;
}

.franchise-area .franchise-content p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.franchise-area .franchise-content ul {
    list-style: none;
    padding-left: 0;
}

.franchise-area .franchise-content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #666666;
}

.franchise-area .franchise-content ul li strong {
    color: #222222;
}

.franchise-card {
    border-left: 4px solid #ff3131;
    transition: all 0.3s ease;
}

.franchise-card:hover {
    box-shadow: 0 8px 20px rgba(0, 74, 173, 0.2);
    transform: translateY(-5px);
}

.franchise-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ff3131;
    margin-bottom: 15px;
}

.franchise-card ul.list-unstyled li {
    display: flex;
    align-items: center;
}

.franchise-card ul.list-unstyled li i {
    margin-right: 10px;
}

/* Responsive Design for Franchise Area */
@media (max-width: 767px) {
    .franchise-area .franchise-content h2 {
        font-size: 28px;
    }

    .franchise-area .franchise-content h3 {
        font-size: 22px;
    }

    .franchise-area .franchise-content .lead {
        font-size: 16px;
    }

    .franchise-area .franchise-content p {
        font-size: 14px;
    }

    .franchise-area .franchise-content ul li {
        font-size: 14px;
    }

    .franchise-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .franchise-area .franchise-content h2 {
        font-size: 24px;
    }

    .franchise-area .franchise-content h3 {
        font-size: 20px;
    }

    .franchise-area .franchise-content .lead {
        font-size: 14px;
    }
}

.text-success {
    color: #f7c948 !important;
}

.text-primary {
    color: rgb(255 49 49) !important;
}




.text-justify {
    text-align: justify;
}

.gallery-box {
    margin-bottom: 30px;
    border: 1px solid #eee;
}