@font-face {
  font-display: swap;
}
/* breadcrump */
.breadcrumb-section {
            background: linear-gradient(135deg, #2b5d96ff 0%, #001e48 100%);
            padding: 80px 0;
        }
        
        .breadcrumb {
            background: transparent;
            margin: 0;
        }
        
        .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
        }
        
        .breadcrumb-item a:hover {
            color: white;
        }
        
        .breadcrumb-item.active {
            color: white;
        }
        .slide-left {
    animation: slideFromLeft 1s ease-out;
}

.slide-right {
    animation: slideFromRight 1s ease-out;
}

@keyframes slideFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

        /* Breadcrumb slide-up animation */
.breadcrumb li,h2 {
    opacity: 0;
    transform: translateY(15px);
    animation: breadcrumbUp .45s ease-out forwards;
}

.breadcrumb li:nth-child(2) {
    animation-delay: .10s;
}


/* Keyframes */
@keyframes breadcrumbUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.feature-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.icon-wrap {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background-color: #f1f5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.icon-wrap i {
    font-size: 30px;
    color: #fd0d2d;
    transition: all 0.3s ease-in-out;
}

.feature-card:hover .icon-wrap {
    background-color: #fd0d2d;
}

.feature-card:hover .icon-wrap i {
    color: #ffffff;
    transform: scale(1.15);
}
.bike-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Restore Bootstrap column behavior */
.bike-img,
.bike-img + .col-lg-8 {
    position: static;
    float: none;
    visibility: visible;
}
.image-car {
    position: static;
    float: none;
    max-width: 100%;
}

.image-car img {
    width: 100%;
    height: auto;
    display: block;
}
/* Ensure Bootstrap flexbox layout stays intact */
.row {
    display: flex;
    flex-wrap: wrap;
}


/* service home */
.services-section {
            padding: 40px 0;
            background-color: #f8f9fa;
        }
        
        
.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    display: block;
}
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
        }
        
        .section-description {
            color: #666;
            font-size: 1.1rem;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto 60px;
        }
        
        .service-icon {
            width: 70px;
            height: 70px;
            background-color: #dc3545;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .service-icon:hover {
            background-color: #b02a37;
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(220, 53, 69, 0.3);
        }
        
        .service-icon i {
            font-size: 1.8rem;
            color: white;
            transition: all 0.3s ease;
        }
        
        .service-icon:hover i {
            transform: scale(1.1);
        }
        
        .service-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
        }
        
        .service-description {
            color: #666;
            line-height: 1.6;
            font-size: 0.95rem;
        }
        
        .service-item {
            padding: 20px;
            transition: all 0.3s ease;
        }
        
        .service-item:hover {
            transform: translateY(-5px);
        }
        
        .delivery-person {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }
        .darkcolor{
            color: #1c2431;
        }
        .delivery-person-container {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            
            .service-icon {
                width: 60px;
                height: 60px;
            }
            
            .service-icon i {
                font-size: 1.5rem;
            }
            
            .service-title {
                font-size: 1.2rem;
            }
            
            .services-section {
                padding: 50px 0;
            }
            
            .delivery-person-container {
                margin: 30px 0;
            }
        }
        
        @media (max-width: 576px) {
            .section-title {
                font-size: 1.8rem;
            }
            
            .service-item {
                text-align: center;
                margin-bottom: 30px;
            }
        }

        .btn-call,
.btn-video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 30px; /* keep your pill shape */
}
.feature-title {
  font-size: 1rem;   /* same as Bootstrap h6 */
  line-height: 1.2;
}
.trusted-title {
  font-size: 1.25rem; /* same as h5 */
  line-height: 1.2;
}
.service-title {
  font-size: 1rem;   /* Bootstrap h6 size */
  line-height: 1.2;
}

.service-title {
  font-size: 1.25rem; /* Bootstrap h5 size */
  line-height: 1.2;
}
.section-title {
  font-size: 1rem;   /* Bootstrap h6 size */
  line-height: 1.2;
}
.process-title {
  font-size: 1rem;   /* Bootstrap h6 */
  line-height: 1.2;
}
.testimonial-name {
  font-size: 1rem;   /* Bootstrap h6 size */
  line-height: 1.2;
}



        /* shifting process */
        .process-section { background-color: #ffe5e5; padding: 2rem 0 !important; }
.process-row > div { flex: 1; min-width: 0; margin: 0 10px; text-align: center; }
      .icon-circle { width:80px; height:80px; }
      .icon-size { font-size:48px; }
      .arrow-size { font-size:40px; }
      .border-warning { border-color:#dc3545 !important; }
      .text-warning, .text-danger { color:#dc3545 !important; }
      .icon-hover span { transition: transform 0.3s ease; }
      .icon-hover span:hover { transform: scale(1.12); }
      /* Minimal internal CSS: only for hover effects & small visual tweaks */
      .process-section { padding: 3rem 0; }
      .process-card {
        border: 0;
        transition: transform 0.28s ease, box-shadow 0.28s ease;
        will-change: transform;
      }
      .process-card:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 12px 30px rgba(0,0,0,0.12);
      }
      .process-icon {
        width: 64px;
        height: 64px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #f1f5f9;
        font-weight: 600;
        margin-bottom: 0.75rem;
      }
      .card-body { padding: 1.5rem; }
      .step-number {
        font-size: 0.85rem;
        color: #6b7280;
        letter-spacing: 0.06em;
      }
      /* Make sure cards are equal height */
      .card.h-100 { border-radius: 0.6rem; }
          .icon-hover span {
        transition: transform 0.3s ease;
      }
      .icon-hover span:hover {
        transform: scale(1.12);
      }
      .process-section { padding: 2.5rem 0 !important; }
      /* sloder form */
      