
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body Styling */
body {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    line-height: 1.6;
}

/* Default Navbar Styling */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 10px 20px;
    width: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

/* Sticky Navbar Styles */
.navbar.sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.nav-img {
    width: 120px; /* Adjust logo size */
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
}

.nav-links li {
    margin: 0 10px;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
}

.nav-links a:hover {
    color: #d70006;
}

/* Responsive Styles */
.menu-icon {
    display: none;
    font-size: 24px;
    color: black;
    cursor: pointer;
}



@media screen and (max-width: 768px) {
    
html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


    .nav-links {
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 144px;
        width: 65%;
        background-color: white;
        text-align: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        display: none;

    }

    .nav-links.active {
        display: flex;
    }

    .menu-icon {
        display: block;
    }

    .nav-links a {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 768px) {

    .faq-question {
        margin-left: 17px;
    }

    .fa-plus,
    .fa-minus {
        display: none !important; /* Ensure they are completely hidden */
    }
    #divider {
        display: none;
    }
    #divider-a {
        display: none;
    }


    #elementor-divider-separator{
        display: none;
    }
}

 p{
line-height: 27px;
}

.button-banner {
    border: 2px #d70006 solid;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #D70006;
    border-radius: 0px 0px 0px 0px;
    padding: 21px 42px 20px 42px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.button-banner:hover{
    background-color: #0F1B24;
    border: 2px #0F1B24 solid;

}



.slider-container{
    background-color: #0f1b24;
    padding-top: 155px;
}

.slider-container h4{
    font-size: 27px;
    padding: 40px 0;
    color: white;
}

.slider-container h2{
    font-size: 71px;
    font-weight: 700;
    padding-bottom: 40px;
    color: white;
}

.slider-container p{
    padding: 22px 0;
    font-size: 21px;
    color: white;
}

.head-txt{
    padding: 93px 0;
}

.head-img-1{
    border-radius: 50%;
    margin-left: 167px;
}
.head-img-2 {
    position: relative;
    z-index: 1;
    max-width: 71%;
    margin-top: -378px;
    border-radius: 50%;
    animation: rotateAndMoveRightToLeft 1s ease-in-out 1; 

}


@keyframes rotateAndMoveRightToLeft {
    0% {
        transform: translateX(100%) rotate(0deg); /* Start from the right (outside the container) and not rotated */
    }
    /* 50% {
        transform: translateX(0) rotate(180deg);
    } */
    100% {
        transform: translateX(0) rotate(360deg); /* Ends at the original position and rotated 360 degrees */
    }
}

@media screen and (max-width: 768px) {
    .head-img-1 {
        display: none;
    }

    .head-img-2 {
        display: none;
    }
}

@media screen and (max-width: 480px) {
      
html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
    .head-img-1 {
        margin-left: 20px; /* Further adjustment for very small screens */
    }

    .head-img-2 {
        max-width: 100%; /* Maximize the image width */
        margin-top: -150px; /* Adjust margin-top */
    }
}

.head-circle-2{
    margin-left: -33%;
    margin-top: -33%;
    max-width: 29%;
    animation: rotate 5s linear infinite;
    

}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.head-circle-1{
    transform: rotate(124deg);
    max-width: 36%;
    margin-top: -237px;
    margin-left: -208px;
    /* background-image: url('../image/header/circle-shape2.png'); */
}

.head-set{
    margin-top: -102px;
}

.header-upper{
   font-weight: 700;
   padding: 10px 0 0;
    font-size: 17px;
    color: white;
    background-color: #d70006;
}

/* About */

.title{
    color: #d70006;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2px;
}

.sub-title{
    font-weight: 700;
    padding-top: 3px;
    font-size: 43px;
}



.elementor-divider {
    padding-top: 2px;
    padding-bottom: 30px;
    position: relative;  /* Ensure proper positioning for pseudo-elements */
}

#divider{
    left: 47%;
    
}

.elementor-divider-separator {
    /* left: 45%; */
    border: 2px solid red;
    width: 90px;
    position: relative; 
    top: 21px;
}

.elementor-divider-separator::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    /* width: 28px; */
    border-bottom: solid #fff 2px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}

.elementor-divider-separator::after {
    background-color: white;
    content: "❯❯";
    color: #d70006;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: -10px;
    font-size: 17px;
    letter-spacing: -1px;
    height: 20px;
    width: 26px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    transform: translateX(-50%); /* Center the icon */
    animation: heading-move 7s infinite linear; /* Animation for the icon */
}

@keyframes heading-move {
    0% {
        transform: translateX(-50%) translateX(-20px); /* Start from left */
    }
    50% {
        transform: translateX(-50%) translateX(20px); /* Move to the right */
    }
    100% {
        transform: translateX(-50%) translateX(-20px); /* Move back to the left */
    }
}


.about-image {
    height: 78%;
    width: 138%;
animation: moveUpDown 3s ease-in-out infinite; 
transform-origin: 50% 50%;
}

/* General Keyframes */
@keyframes moveUpDown {

0% {
transform: translateY(0); /* Start position */
}
50% {
transform: translateY(-20px); /* Move up */
}
100% {
transform: translateY(0); /* Return to start position */
}
}

.about-image-truck{
    left: 441px;
    position: relative;
    top: -213px;
    max-width: 72%;
}
@media screen and (max-width: 768px) {
    .about-image-truck {
        left: 200px; /* Adjust left positioning for tablets */
        top: -150px; /* Adjust top positioning */
        max-width: 85%; /* Increase max-width for better scaling */
    }
    .truck-1 {
        display: none;
    }

    .about-image {
        display: none;
}

.about-image-truck {
    display: none;
    }
}
/* Responsive design for mobile screens */
@media screen and (max-width: 480px) {
    .about-image-truck {
        left: 50px; /* Further adjust left positioning for smaller screens */
        top: -100px; /* Adjust top positioning */
        max-width: 95%; /* Allow almost full width for smaller screens */
    }
    .truck-1 {
        display: none;
    }
    .about-image {
        display: none;
}

.about-image-truck {
display: none;
}
}


@media screen and (max-width: 768px) {
    .elementor-divider-c {
        margin-left: -49%;}
      
.image-fluid-b{
    display: none;
}

}


/* Responsive design for mobile screens */
@media screen and (max-width: 430px) {
    .elementor-divider-c {
        margin-left: -49%;
     }
.image-fluid-b{
    display: none;
}

.banner-check{
    display: none;
}
.men-delivery{
    display: none;
}
}


@media (max-width: 768px) {
    .banner-check{
        display: none;
    }

    .men-delivery{
        display: none;
    }
    .footer-bottom {
        padding: 12px 10px; /* Adjust padding for smaller screens */
        font-size: 14px; /* Optional: Adjust font size */
    }
    .contact-img {
        display: none;
    }
    .elementor-divider-b {
        margin-left: 38%;
    }
    .image-fluid-a {
        display: none;
    }
    #card{
        width: 100%;
    }
}

@media (max-width: 420px) {
    #card{
        width: 100%;
    }
    .footer-bottom {
        flex-direction: column; 
        padding: 12px 5px; 
    }
    .contact-img {
        display: none;
    }
    .elementor-divider-b {
        margin-left: 38%;
    }

    .image-fluid-a {
        display: none;
    }
}


.p-text{
    font-size: 22px
}

.section-banner{
    padding: 90px 0;
}

/* contact   */
form {
    max-width: 600px;
    margin: 0 auto; 
    padding: 20px;
    border-radius: 8px;
}

form .half-col {
    margin-bottom: 15px;
}

form .form-control {
    width: 100%;
    padding: 20px 25px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

form .form-control:focus {
    border-color: #0a0a0a;
    box-shadow: 0 0 0px rgba(0, 123, 255, 0);
}

form textarea {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    resize: vertical; /* Allows vertical resizing only */
    min-height: 100px;
}

form button {
    display: inline-block;
    background-color: #080808;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

form button:hover {
    background-color: #090909;
    transform: scale(1.05);
}

form button:active {
    transform: scale(1);
}

#address{
    padding: 22px 20px 75px;
}


/* Optional: Styling for AOS animation */
[data-aos] {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

.form-banner{
    background-color: #fbf0f0;
    padding: 51px 38px;
}

.contact-img{
    margin-left: -12px;
}

/* counter */

.section-banner-a {
    padding-top: 190px;
    margin-bottom: -36px;
    position: relative;
    overflow: hidden;
}

.counter-section {
    height: 48vh; /* Adjust as needed */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    animation: bg-move 25s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px; /* Add rounded corners */
    overflow: hidden; /* Ensure the content inside respects the border-radius */
}

.counter-section::before {
    content: '';
    position: absolute;
    top: 191px;
    left: 0;
    border-radius: 500px;
    width: 100%;
    height: 52%;
    background-color: rgba(0, 0, 0, 0.5); /* Change to desired color and opacity */
    z-index: 1; /* Places the overlay above the image */
    pointer-events: none; /* Ensures the overlay doesn’t block interactions */
}

@keyframes bg-move {
    0% {
        background-position: center top; /* Start at the top */
    }
    50% {
        background-position: center bottom; /* Move to the bottom */
    }
    100% {
        background-position: center top; /* Return to the top */
    }
}

.text{
    line-height: 40px;
}
.container-a{
    position: relative;
    top: -272px;
    z-index: 2; 
}

.container-a {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}
.counter{
    font-size: 57px;
    font-weight: 600;
}

.counter-item {
    display: inline-block; 
    position: relative; 
    padding: 0 90px;
    color: white;
}

.counter-a{
    
    font-size: 24px;
color: #d8dee3;
}

.counter-item::after {
    content: "";
    position: absolute;
    top: -150px;
    left: 470px;
    width: 2px; /* Line thickness */
    height: 214%; /* Full height of the parent container */
    background-color: #ccc; /* Line color */
}


.counter-item:last-child::after {
    display: none;
}


    .counter-item-a {
        left: -145px;
        display: inline-block;
        position: relative;
        padding: 0 90px;
        color: white;
    
}

.counter-item-b {
    left: 149px;
    display: inline-block;
    position: relative;
    padding: 0 90px;
    color: white;
}
.counter-icon{
    position: relative;
    top: -69px;
    color: #d70006;
    font-size: 78px;
}




@media (max-width: 768px) {
    .counter-item::after {
        display: none;
    }
    .counter-section::before {
display: none;
    }
    .counter-section {
        display:  none;
    }

   

    .container-a {
        top: -160px;
    }
}

@media (max-width: 576px) {
#menu-icon{
font-size: 35px;
    margin-right: 39px;
    }

    .counter-item::after {
        display: none;
    }
    .counter-section::before {
        display: none;
    }
   

    .container-a {
        display: none;
    }
}



@media (max-width: 768px) {
#menu-icon{
font-size: 35px;
    margin-right: 39px;
    }
    .header-upper {
        font-size: 14px;
        padding: 5px 0 0;
    }

    .d-flex {
        justify-content: center; /* Center-align content */
        flex-direction: column; /* Stack content vertically */
    }

    .d-flex p {
        text-align: center;
        margin-bottom: 5px;
    }
}

@media (max-width: 576px) {


#menu-icon{
font-size: 35px;
    margin-left: -76px;
    }
    .header-upper {
        font-size: 13px;
        padding: 4px 0 0;
    }

    .d-flex {
        justify-content: center;
        flex-direction: column;
    }

    .d-flex p {
        text-align: center;
        margin-bottom: 5px;
    }
}

.footer-banner {
    background-image: url(../image/bg/footer-img-1.png);
    background-color: black;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    animation: p-bg-img 20s linear infinite;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@keyframes p-bg-img {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.imge-logo-footer{
    width: 30%;
}

.p-footer{
    line-height: 24px;
    font-size: 16px;
}

.footer-bottom{
    background-color: #212323;
    padding: 8px 1px;
    color: white;
}

.footer-icon{
    font-size: 27px;
}
.footer-p{
    font-size: 18px;
}

.breadcrum{
    padding: 105px 0px;
    background-color: black;
    color: white; 
}

.breadcrum-h2{
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 49px;
}

.breadcrum-i{
    color: #d70006;
}

.img-contact{
    background-image: url('../image/contact/map-arrow-1-1.jpg');
    background-repeat: no-repeat;
}

.contact-icon{
    border-radius: 67px;
    padding: 23px 27px;
    background-color: #d70006;
    font-size: 28px;
    color: white;
    transition: transform 0.5s ease-in-out; /* Add a smooth transition effect */
}

.contact-icon:hover {
    transform: rotateY(180deg); /* Flip the icon horizontally */
    color: #f9f7f6; /* Optional: Change color on hover */
    background-color: #080808;
}

.contact-icon-a{
    border-radius: 93px;
    padding: 23px 23px;
    background-color: #d70006;
    font-size: 28px;
    color: white;
    transition: transform 0.5s ease-in-out; /* Add a smooth transition effect */
}

.contact-icon-a:hover {
    transform: rotateY(180deg); /* Flip the icon horizontally */
    color: #f9f7f6; /* Optional: Change color on hover */
    background-color: #080808;
}

.contact-h5{
    font-weight: 600;
    font-size: 22px;
    padding: 29px 0 3px;
}

.contact-p{
    color: #3d3f3e;
    line-height: 29px;
    font-size: 16px;
}

.card-body{
    padding: 18px;
}

/* .banner{
    left: 35%;
    position: relative;
} */

.banner-a{
    
    padding-left: 32px;
    position: relative;
}

.button-banner-a {
    border: 2px #d70006 solid;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #D70006;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 25px 12px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* tracking */

.search-bar {
    text-align: center;
  }
  
  .tracking-bar-container {
    width: 100%;
    background-color: #e0e0e0;
    height: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  
  .tracking-bar {
    height: 100%;
    width: 0%;
    background-color: #ff1a1a;
    text-align: center;
    color: white;
    line-height: 30px;
    border-radius: 15px;
  }
  
  /* Timeline Styles */
  
  .timeline {
    position: relative;
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
  }
  
  .timeline-item {
    position: relative;
    padding: 20px 0;
  }
  
  .timeline-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 36px;
    width: 2px;
    height: 100%;
    background-color: #ff1a1a;
    transform: translateX(-50%);
  }
  
  .timeline-item .timeline-icon {
    position: absolute;
    left: 50%;
    top: 22px;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background-color: #ff1a1a;
    border-radius: 50%;
    border: 2px solid white;
  }
  
  .timeline-item .timeline-content {
    position: relative;
    padding-left: 60px;
  }
  
  .timeline-item .timeline-content h6 {
    font-size: 18px;
    margin-bottom: 5px;
    right: 121px;
    position: relative;
  }
  
  .timeline-item .timeline-content p {
    text-align: start;
    font-size: 16px;
    left: 51%;
    top: -26px;
    position: relative;
  }
  
  .timeline-item:last-child::before {
    content: none;
  }
  
  
  @media (max-width: 767px) {
    .timeline-item::before {
        left: 40px;
    }
  
    .timeline-item .timeline-icon {
        left: 40px;
    }
    .elementor-divider-b{
        margin-left: 37%;
    }  
}
  
  .banner-check {
    height: 36px;
    width: 36px;
    margin-top: 14px;
    margin-left: 390px;
}

.section-content{
    font-size: 20px;
    padding-top: 19px;
    padding-left: 38px;
    color: white;
}


.service-banner-a{
    background-color: #0f1b24;
    /* padding: 80px; */
    padding: 98px 0 98px 0px;
}

/* .service-banner-a::before{
    background-image: url('../image/bg/12.png');
    position: relative;
    z-index: 0;
} */

.truck-1{
    top: 266px;
    position: relative;
    width: 337%;

}

.men-delivery{
    position: relative;
    width: 36%;
    top: 125px;
    left: 24%;
    animation: moveUpDown 3s ease-in-out infinite;
    transform-origin: 50% 50%;
}

@keyframes moveUpDown {

    0% {
    transform: translateY(0); 
    }
    50% {
    transform: translateY(-20px); 
    }
    100% {
    transform: translateY(0); 
    }
    }

.image-fluid-b{
    animation: moveUpDown 3s ease-in-out infinite;
    transform-origin: 50% 50%;
}
#divider-a{
    position: relative;
    right: -31%;
    
}

/* .elementor-divider-separator-a {
    right: -31%;
    margin-left: 142px;
    border: 2px solid red;
    width: 90px;
    position: relative;
} */
.elementor-divider-separator-a{
    top: 21px;
    right: -36%;
    margin-left: 142px;
    border: 2px solid red;
    width: 90px;
    position: relative;
 }

.elementor-divider-separator-a::after {
    background-color: rgb(15 27 36);
    content: "❯❯";
    color: #d70006;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: -10px;
    font-size: 17px;
    letter-spacing: -1px;
    height: 20px;
    width: 26px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    transform: translateX(-50%);
    animation: heading-move 7s infinite linear;
}

.image-fluid-a{
    z-index: 1;
    top: 31px;
    left: 148px;
    position: relative;
    width: 19%;
    animation: zoomInOut 3s infinite ease-in-out;
}

@keyframes zoomInOut {
    0% {
      transform: scale(1); /* Original size */
    }
    50% {
      transform: scale(1.2); /* Zoom in by 20% */
    }
    100% {
      transform: scale(1); /* Back to original size */
    }
  }
.contact-details{
    font-size: 20px;
}

.section-a{
    background-color: #fff6f6;
}

/* .elementor-divider-b{
    position: relative;
    margin-left: 47%;
    left: 0px;
} */

.card-a{
    width: 67%;
    border-radius: 30px;
}


  .section-sliders{
    background-color: #0F1B24;
  }


  .elementor-divider-c {
    position: relative;
    padding-top: 17px;
    left: 8%;
 }

  .swiper-button-next{
    padding-right: 183px;
    padding-top: 126px;
  }

  .swiper-button-prev{
    padding-top: 126px;
    padding-left: 137px;
  }

  .swiper {
    margin-left: 117px;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after  {
    content: 'next';
    font-weight: 900;
    color: #d70006;
    font-size: 20px;
    border-radius: 47px;
    padding: 10px 19px 4px 17px;
    background-color: white;
    display: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after  {
    content: 'next';
    content: 'next';
    font-weight: 900;
    color: #d70006;
    font-size: 20px;
    border-radius: 47px;
    padding: 9px 20px 5px 14px;
    background-color: white;
    display: none;

}

p{
    font-size: 20px;
}

.faq-section {
    padding: 90px 15px;
    background-color: #f9f9f9;
}

.section-title {
    
    font-size: 32px;
    margin-bottom: 30px;
    color: #333;
}

#faqs-text{
    padding-top: 60px;
}
.faq-item {
    font-size: 0px;
    padding: 0;
    margin-bottom: 0px;
    /* border-bottom: 1px solid #ddd; */
    background: #fbdfdf;
}


.faq-question {
    padding: 17px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #060606;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #00050a;
}

.faq-answer {
    font-size: 20px;
    color: #555;
    margin-top: 10px;
    display: none;
}
.faq-item.active .faq-answer {
    background: #f7c5c521;
    padding: 9px 76px 31px 30px;
    display: block;
}
.toggle-icon {
    font-size: 20px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .toggle-icon {
    transform: rotate(182deg); /* Rotate the icon when active */
}

.toggle-icon{
    position: relative;
    left: 95%;
}

.footer-link{
    color: rgb(41, 115, 252);
}