@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Manrope:wght@200..800&display=swap');




body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif !important;
}

/* header */
.navbar-brand span {
    font-weight: bold;
    font-size: 30px;
}

.navbar-brand .text-blue {
    color: #0033a0;
}

.navbar-brand .text-red {
    color: #d00000;
}

.get-started-btn {
    background-color: #0033a0;
    color: white;
    border-radius: 50px;
    padding: 6px 25px 6px 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #0033a0;
    transition: all 0.3s ease;
}

.get-started-btn .arrow {
    background: white;
    color: #0033a0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.get-started-btn:hover {
    background-color: white;
    color: #0033a0;
}

.get-started-btn:hover .arrow {
    background-color: #0033a0;
    color: white;
}

.nav-link {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.nav-link:hover {
    color: red !important;
}

@media (max-width: 991.98px) {
    #navbarNav {
        display: none !important;
    }
}












/* front page */

.hero-section {
    position: relative;
    background: url('images/truckss.png') no-repeat center center/cover;

    max-width: 1640px;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    text-align: left;
    border-radius: 40px !important;
    overflow: hidden;
    z-index: 1;
    min-height: 800px
}


.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300% !important;
    /* background: rgba(0, 55, 164, 0.6); */
    /* Blue with transparency */
    z-index: -1;
    margin-bottom: 30px;
    margin-top: 20px;
}


.hero-section .container {
    max-width: 1640px;
    padding: 0 80px;
    margin: 0 auto;
    width: 100%;
}

.hero-content {
    max-width: 900px;
}

.hero-section h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.primary {
    background: white;
    color: #003399;
}

.btn.outline {
    border: 2px solid white;
    color: white;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        justify-content: center;
        padding: 20px;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
}


/* Hero Section */
/* Make carousel arrows visible */

@media (max-width: 991px) {
  .hero-section {
    min-height: 450px; /* smaller on tablets */
  }
  .heading-text {
    font-size: 36px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-buttons-wrap a {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: 350px; /* mobile height */
    background-position: center top;
  }
  .heading-text {
    font-size: 24px;
    line-height: 1.3;
  }
  .hero-description {
    font-size: 14px;
    margin: 10px 0;
  }
  .hero-buttons-wrap a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 8px 0;
    font-size: 14px;
  }
  .hero-wrap_homepage {
    max-width: 100%;
    padding: 0 15px;
  }

  /* Arrows smaller on mobile */
  #heroCarousel .carousel-control-prev-icon,
  #heroCarousel .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
}
.hero-section {
    height: 100vh;
    src: url('images/truck.png');
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.w-layout-blockcontainer {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.container.version-2-padding {
    padding-left: 24px;
    padding-right: 24px;
}

.hero-wrap_homepage {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.heading-wrap-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.heading-text {
    color: white;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2rem;
    padding: 61px 30px 0 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-description {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 520px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    text-align: justify;
}

.hero-buttons-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn-primary-hero {
    background: white;
    color: #1e56a0;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border: none;
    font-size: 1rem;
}

.btn-primary-hero:hover {
    background: #f8f9fa;
    color: #1e56a0;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.25);
}

.btn-primary-hero::after {
    content: "→";
    font-size: 1.25rem;
    font-weight: normal;
}

.btn-outline-hero {
    background: transparent;
    color: white;
    padding: 1rem 2.5rem;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
}

.btn-outline-hero:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border-color: white;
    transform: translateY(-2px);
}

.btn-outline-hero::after {
    content: "→";
    font-size: 1.25rem;
    font-weight: normal;
}




/* Responsive Design */
@media (max-width: 991px) {
    .heading-wrap-left {
        width: 100%;
    }

    .heading-text {
        font-size: 3.5rem;
    }

    .testimonial-section {
        position: static;
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    .heading-text {
        font-size: 2.8rem;
    }

    .hero-buttons-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary-hero,
    .btn-outline-hero {
        justify-content: center;
    }

    .container.version-2-padding {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 480px) {
    .heading-text {
        font-size: 2.2rem;
    }

    .hero-description {
        font-size: 1rem;
    }
}



/* text section */


.logix-hero-complete {
    padding: 256px 70px;
    font-family: 'Manrope', sans-serif;
    margin-top: 100px;
}

.logix-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
    flex-wrap: wrap;
}

.logix-left {
    flex: 1;
    min-width: 300px;
}

.logix-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: flex-end;
}

.logix-label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.logix-label::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #c71f37;
    margin-right: 10px;
}

.logix-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
}

.logix-heading .blue {
    color: #0033a0;
}

.logix-heading .red {
    color: #c71f37;
}

.logix-box {
    background-color: #f1f1f1;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.box-number {
    font-weight: 700;
    color: #c71f37;
    min-width: 80px;
}

.box-number span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.box-text {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    text-align: justify;
}

.truck-img {
    max-width: 100%;
    border-radius: 30px;
    object-fit: cover;
}


@media (max-width: 576px) {
    .logix-heading {
        font-size: 26px;
    }

    .logix-box {
        flex-direction: column;
        gap: 15px;
    }

    .box-number {
        min-width: auto;
    }
}

@media (max-width: 767px) {

    .container,
    .section-container,
    .custom-mobile-padding {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


/* road section  */

.freight-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}

.freight-tag span {
    width: 12px;
    height: 12px;
    background-color: #c7163d;
    border-radius: 50%;
    display: inline-block;
}

.freight-heading {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
}

.text-red {
    color: #c7163d;
}

.text-blue {
    color: #0037a4;
}

.quote-section {
    background-color: #0037a4;
    color: white;
    border-radius: 30px;
    overflow: hidden;
    padding: 40px 30px;
}

.quote-section img {
    border-radius: 20px;
}

.quote-text h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}

.quote-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #d1d1d1;
    text-align: justify;
    padding: 0px 10px 0px 0px;
}


.quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    color: #0037a4;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 16px 10px 20px;
    text-decoration: none;
    font-size: 16px;
    width: fit-content;
    margin-top: 20px;
}

.quote-btn .btn-icon {
    background-color: #0037a4;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    font-size: 14px;
}


.road-heading {
    color: #c7163d;
    /* Red */
    font-weight: 700;
    font-size: 32px;
}

.road-divider {
    width: 80px;
    height: 3px;
    background-color: #c7163d;
    opacity: 1;
    border: none;
}

@media (max-width: 768px) {
    .freight-heading {
        font-size: 36px;
    }

    .quote-text h2 {
        font-size: 24px;
    }
}




/* boxes */

.feature-card {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    overflow: hidden;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tag {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.image-card img {
    max-width: 100%;
    border-radius: 8px;
}

.custom-box {
    width: 100%;
}

.full-wide img {
    width: 100%;
    height: auto;
}

/* Custom box sizes */
.custom-box {
    width: 95%;
    height: 230%;
}

.full-wide {
    width: 100%;
    height: auto;
}

.hero-section {
    border-radius: 0 !important;
    /* margin-top: 100px !important; */

}

.margin2 {
    margin-top: 100px !important;
}

/* .hero-section {
    position: relative;
    background: url('your-image.png') no-repeat center center/cover;
    color: white;
    padding: 120px 15px;
    border-radius: none;
    ;
} */

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#fcfcfc, #0037a4db 57%, #0037a4);
    z-index: 1;

}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.btn-learn {
    margin-left: 700px;
    margin-top: -70px;
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    padding: 12px 30px;
    color: #ffffff !important;
    font-size: 18px;
    transition: background 0.3s, color 0.3s;
}

.btn-learn:hover {
    background-color: #ffffff;
    color: #0f3671;
}

.btn-learn i {
    margin-left: 10px;
    transition: transform 0.3s;
}

.btn-learn:hover i {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .btn-learn {
        width: fit-content;
        margin: 20px auto 0 auto;
    }
}


.btn:hover {
    background: #0b3275 !important;
    color: white !important;
}




/* box */


@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }

    .core-value-box {
        width: 100% !important;
    }
}











.work-section {
    background-color: #0033a0;
    padding: 60px 0;
    color: #ffffff;
    width: 98.8vw;
}

.work-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.work-box {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 40px 20px;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.work-box.active {
    background-color: #ffffff;
    color: #0033a0;
}

.work-number {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.work-image {
    width: 100%;
    height: auto;
    /* max-height: 250px; */
    object-fit: contain;
}

@media (max-width: 767px) {
    .work-title {
        font-size: 2rem;
        text-align: center;
    }

    .work-box {
        text-align: center;
    }
}






.section-title {
    /* text-align: center; */
    margin-bottom: 40px;
    font-size: 3rem !important;
}

.section-title span {
    display: block;
    font-size: 18px;
    color: #555;
}

.section-title h2 {
    font-weight: 700;
    font-size: 36px;
    color: #0037a4;
    line-height: 1.3;
}

.section-title .highlight {
    color: #c8102e;
}

.service-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-box .icon {
    background-color: #ffe5e5;
    border-radius: 15px;
    padding: 15px;
    margin-right: 20px;
    width: 90px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-box .icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.service-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-info h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #003087;
}

.service-info p {
    margin: 0;
    color: #4a4a4a;
    font-size: 15px;
}

.arrow-btn {
    background-color: #0037a4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}




/* .logistics-banner */


.logistics-banner {
    background:
        linear-gradient(135deg, rgba(30, 58, 138, 0.9) 0%, rgba(55, 48, 163, 0.9) 50%, rgba(124, 58, 237, 0.8) 100%),
        url('images/sl1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
}

.logistics-content {
    z-index: 2;
    position: relative;
}

.logistics-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.logistics-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 500px;
}

.quote-btn {
    background: white;
    color: #1e3a8a;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

.quote-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    color: #1e3a8a;
    text-decoration: none;
}

.btn-arrow {
    width: 20px;
    height: 20px;
    background: #1e3a8a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}

.logistics-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 768px) {
    .logistics-heading {
        font-size: 2.5rem;
    }

    .logistics-description {
        font-size: 1rem;
    }

    .logistics-banner {
        min-height: 350px;
        margin: 20px;
    }
}

@media (max-width: 576px) {
    .logistics-heading {
        font-size: 2rem;
    }

    .quote-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

















/* .testimonial-section */


.testimonials-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    font-family: 'Manrope', sans-serif;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #dc3545;
    border-radius: 50%;
}

.main-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 0;
    line-height: 1.1;
}

.subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-top: 20px;
    line-height: 1.6;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: stretch;
}

.testimonial-image {
    flex: 0 0 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 20px;
}

.testimonial-quote {
    font-size: 2rem;
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 25px;
    line-height: 1.3;

}

.testimonial-text {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: justify;
}

.testimonial-author {
    margin-top: auto;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0d47a1;
    margin-bottom: 5px;
}

.author-title {
    font-size: 0.95rem;
    color: #6c757d;
}

.carousel-indicators {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center !important;
    margin-top: 40px !important;
    display: flex !important;
    list-style: none !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: auto !important;
}

.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    border: none !important;
    background-color: #dee2e6 !important;
    margin: 0 6px !important;
    transition: all 0.3s ease !important;
    opacity: 1 !important;
    text-indent: 0 !important;
    cursor: pointer !important;
    flex: none !important;
}

.carousel-indicators li.active {
    background-color: #343a40 !important;
    transform: scale(1.2) !important;
}

.carousel-indicators [data-bs-target] {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    border: none !important;
    background-color: #dee2e6 !important;
    margin: 0 6px !important;
    transition: all 0.3s ease !important;
    opacity: 1 !important;
    text-indent: 0 !important;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #343a40 !important;
    transform: scale(1.2);
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    border: none !important;
    background-color: #dee2e6 !important;
    margin: 0 6px !important;
    transition: all 0.3s ease !important;
    opacity: 1 !important;
    text-indent: 0 !important;
}

.carousel-indicators button.active {
    background-color: #343a40 !important;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 2.5rem;
    }

    .testimonial-card {
        flex-direction: column;
    }

    .testimonial-image {
        flex: 0 0 250px;
    }

    .testimonial-content {
        padding: 30px 20px;
    }

    .testimonial-quote {
        font-size: 1.5rem;
    }
}




/* about us page */

.about-box {
    position: relative;
    background: url('images/trucks1.png') no-repeat right center;
    background-size: cover;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 120px;
}

.about-overlay {
    background: linear-gradient(to right, #0037a4 50%, rgb(167 167 167 / 30%));
    padding: 80px 60px;
    color: white;
    height: 100%;
    border-radius: 40px;
}

.dot {
    width: 14px;
    height: 14px;
    background-color: #d63e3e;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.section-subtext {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e0e0e0 !important;

}


.section-subtexts {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5a5a5a !important;

}


@media (max-width: 768px) {
    .about-overlay {
        padding: 40px 20px;
        background: #0037a4;
        border-radius: 40px;
    }
}






.section-title {
    color: #c3002f;
    font-weight: bold;
}

.main-heading {
    font-size: 2.5rem;
    font-weight: 700;
}

.text-blue {
    color: #0037a4;
}

.text-red {
    color: #c3002f;
}

.info-box {
    background-color: #e7effc;
    padding: 1rem;
    border-bottom: 5px solid #c3002f;
    margin-top: 2rem;
}

.icon-box {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.icon-box i {
    color: #0037a4;
    margin-right: 8px;
}

img.rounded-img {
    border-radius: 20px;
    width: 100%;
}


.stats-card {
    border: 1px solid #a4c1e4;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    background-color: #fff;
    transition: 0.3s ease;
}

.stats-card h2 {
    font-size: 40px;
    font-weight: bold;
    color: #0037a4;
}

.stats-card p {
    margin-top: 10px;
    color: #5a5a5a;
    font-size: 18px;
    line-height: 1.4;
}


.gallery-dot {
    width: 12px;
    height: 12px;
    background-color: #D23F4F;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.gallery-heading {
    color: #0037a4;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.2;
}

.gallery-text {
    font-size: 1.1rem;
    color: #444;
    text-align: justify;
    padding: 0px 10px 0px 0px;


}

.gallery-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
}

.nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    background-color: #0037a4;
    color: #fff;
    border: none;
}

.gallery-section {
    padding: 150px 0;
}

.gallery-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-wrapper {
    overflow: hidden;
}

.carousel-item-custom {
    flex: 0 0 33.3333%;
    padding: 0 10px;
}

@media (max-width: 768px) {
    .carousel-item-custom {
        flex: 0 0 100%;
    }

    .gallery-section {
        padding: 100px 0;
    }


}


.section-dot {
    width: 12px;
    height: 12px;
    background-color: #d23f4f;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.section-subtitle {
    color: #777;
    font-weight: 500;
    letter-spacing: 1px;
}

.sections-title {
    font-size: 3rem;
    font-weight: 600;
    color: #0037a4;
    line-height: 1.2;
    margin-bottom: 30px;
}

.join-btn {
    border: 2px solid #0037a4;
    color: #0037a4;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 50px;
    background: none;
    transition: all 0.3s;
}

.join-btn:hover {
    background-color: #0037a4;
    color: white;
}

.team-member {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.team-member img {
    width: 220px;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
    margin-right: 20px;
}

.team-name {
    font-size: 2.25rem;
    font-weight: 600;
    color: #0037a4;
    margin-bottom: 4px;
}

.team-role {
    color: #888;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .sections-title {
        font-size: 2rem;
    }

    .team-member {
        flex-direction: row;
    }
}

.cargo-section {
    background-image: url('images/img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    padding: 60px 40px;
    color: white;
    position: relative;
    overflow: hidden;
}

.cargo-section .content {
    position: relative;
    z-index: 1;
}

.cargo-img {
    border-radius: 20px;
    width: 100%;
}

.cargo-heading {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.2;
}

.cargo-text {
    font-size: 1.1rem;
    color: white;
}

.cargo-btn {
    background: white;
    color: #0047bb;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-size: 1rem;
    transition: all 0.3s;
}

.cargo-btn:hover {
    background: #003da3;
    color: white;
}

.btn-icon {
    background-color: #0047bb;
    color: white;
    border-radius: 50%;
    padding: 6px 12px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .cargo-heading {
        font-size: 2rem;
        text-align: center;
    }

    .cargo-text {
        text-align: center;
    }

    .cargo-btn {
        display: block;
        margin: 0 auto;
    }

    .img-col {
        text-align: center;
        margin-bottom: 30px;
    }
}

.cargo-wrapper {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .cargo-wrapper {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 60px;
    }
}



/* service page */

.community-section {
    padding: 130px 20px;
}

.community-title span.red {
    color: #d11241;
}

.community-title span.blue {
    color: #062f81;
}

.stat-box {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    height: 100%;
    background-color: white;
}

.stat-box h2 {
    font-size: 48px;
    color: #0f388b;
    margin-bottom: 10px;
}

.stat-box p {
    color: #444;
    font-size: 18px;
    margin-bottom: 0;
}

.btn-outline-primary {
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 500;
    color: #103785 !important;
    border-color: #0037a4 !important;
    transition: all 0.3s;
}

.btn:hover {
    background-color: #0037a4;
    color: white;
}

.logos img {
    max-height: 24px;
    opacity: 8.5;
}

.logos {
    gap: 40px;
}





/* serivce card */





.section-title {
    color: #0037a4;
    font-weight: bold;
}

.section-subtext {
    color: #7a7a7a;
    font-size: 1.05rem;
}

.number {
    font-size: 60px;
    font-weight: bold;
    color: #d0d9f6;
}

.step-title {
    color: #0037a4;
    font-weight: 600;
    font-size: 1.4rem;
}

.step-desc {
    color: #5a5a5a;
    font-size: 1rem;
}

.circle-img {
    /* background-color: #e9efff; */
    border-radius: 20px;
    padding: 20px;
}

.img-fluid {
    border-radius: 10px;
}


.cta-section {
    background: url('images/img.png') no-repeat center center/cover;
    padding: 50px 20px;
    border-radius: 25px;
    color: white;
    text-align: center;
}

.cta-heading {
    font-size: 48px;
    font-weight: 600;
}

.cta-text {
    font-size: 18px;
    margin: 20px 0 40px;
}

.cta-btn {
    background-color: #ffffff;
    color: #0037a4;
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border: none;
    text-decoration: none;
}

.cta-btn:hover {
    background-color: #f1f1f1;
    text-decoration: none;
}

.cta-icon {
    background-color: #0037a4;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

















.unique-logix-section {
    padding: 60px 15px;
    text-align: center;
}

.unique-logix-label {
    color: #6c757d;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.unique-logix-label::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #c3002f;
    border-radius: 50%;
    display: inline-block;
}

.unique-logix-heading {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
}

.unique-logix-heading span.red-text {
    color: #c3002f;
}

.unique-logix-heading span.blue-text {
    color: #0037a4;
}

.unique-logix-description {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 20px;
    color: #555;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .unique-logix-heading {
        font-size: 32px;
    }

    .unique-logix-description {
        font-size: 16px;
    }
}




.margin{
    margin-top: 25px;
    
}

