@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --white: #fff;
    --light-white: #fffc;
    --blue: #0F172A;
    --blue-light: #F1F5F9;
    --gray: #475569;
    --blue-header: #1E293B;
    --small-header: #334155;
    --small-header-bg: #E2E8F0;
    --bs-primary-rgb: 15, 23, 42;
    --bs-success: #065f46;
    --bs-success-bg-subtle: #ECFDF5;
    --bs-primary-text-emphasis: #94A3B8;
    --bs-secondary-text-emphasis: var(--blue-header);
    --bs-border-radius-xl: 0.813rem;
    --bs-box-shadow-lg: 0px 4px 4px 0px #00000040;
}

/* ================================================ COMMON CSS ===================================================== */
body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

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

a,
button {
    transition: all 0.5s ease;
}

.btn-white,
.btn-white-outline,
.btn-grey-outline,
.btn-blue {
    border: 1px solid var(--white);
    font-weight: 600;
    box-shadow: 0px 25px 50px -12px #00000040;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
}

.btn-white {
    background: var(--white);
    color: var(--blue);
}

.btn-white:hover,
.btn.btn-white:active {
    border: 1px solid var(--white);
    color: var(--white);
}

.btn-white-outline {
    color: var(--white);
}

.btn-white-outline:hover,
.btn.btn-white-outline:active {
    background: #ffffff36;
    border: 1px solid var(--white);
    color: var(--white);
}

.btn-grey-outline {
    border: 1px solid var(--gray);
    color: var(--gray);
}

.btn-grey-outline:hover,
.btn.btn-grey-outline:active {
    background: var(--gray);
    color: var(--white);
    border: 1px solid var(--gray);
}

.btn-blue {
    background: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white);
}

.btn-blue:hover,
.btn.btn-blue:active {
    border: 1px solid var(--blue);
    background: var(--white);
    color: var(--blue);
}

.small-header {
    background: var(--small-header-bg);
    color: var(--small-header);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 9999px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 12px;
}

.small-header.white {
    background: #FFFFFF1A;
    color: #FFFFFFE5;
    border: 1px solid #FFFFFF33;
}

.small-header.yellow {
    background: #F59E0B;
    color: var(--white);
}

.main-htxt {
    color: var(--blue-header);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.para-col {
    color: var(--gray);
}

.ls-05 {
    letter-spacing: 0.5px;
}

.common-banner {
    background: var(--blue);
    padding-top: 100px;
}

.common-banner .main-htxt {
    color: #94A3B8;
}

.common-banner .fs-18 {
    color: #FFFFFFCC;
}

.custom-ui {
    display: grid;
    gap: 0.5rem;
    list-style: none;
    padding-left: 0;
}

.custom-ui li {
    position: relative;
    padding-left: 28px;
}

.custom-ui li::before {
    content: "\f058";
    font-family: "Font Awesome 7 Free";
    position: absolute;
    left: 0;
    color: #02BC7D;
}

.custom-solution-section {
    background: linear-gradient(135deg, #1E293B 0%, #334155 50%, #1E293B 100%);
}

.common-quote-form {
    background: var(--blue-header);
    color: var(--white);
}

.common-quote-form .icon-bg-common {
    background: var(--white);
    color: var(--blue);
}

.common-quote-form .form-control,
.common-quote-form .form-select {
    border: 2px solid #D9D9D9;
    border-radius: 8px;
    padding: 0.65rem;
    color: var(--blue);
    box-shadow: none !important;
    outline: none;
    margin-bottom: 3px;
}

.common-quote-form label {
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

/* ================================================ HEADER CSS ===================================================== */
.main-header .nav-link {
    color: var(--white) !important;
    font-size: 16px;
}

.main-header .nav-link a {
    text-decoration: none;
}

.main-header .nav-link.active,
.main-header .nav-link:hover {
    text-decoration: underline;
}

.main-header.bg-blue-header {
    background: var(--blue);
}

/* ================================================ FOOTER CSS ===================================================== */
.main-footer {
    background: var(--blue);
}

.main-footer .footer-heading {
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--white);
}

.text-primary-blue {
    color: #237CCA;
    font-weight: 600;
}

.main-footer .footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 35px;
    height: 2px;
    background-color: currentColor;
}

.main-footer .footer-links a,
.main-footer .copyright-link a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.main-footer .copyright-link a:hover {
    color: var(--white);
}

.main-footer .footer-links a:hover {
    color: var(--white);
    padding-left: 5px;
}

.main-footer .footer-text,
.main-footer .footer-text a {
    color: #ffffffd6;
    font-size: 14px;
    transition: all 0.3s ease;
}

.main-footer .contact-info a:hover {
    color: var(--white) !important;
}

.main-footer .border-secondary {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* ================================================ HOME CSS ===================================================== */
.homepage .home-banner {
    position: relative;
}

.homepage .banner-img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 860px;
}

.homepage .home-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.8) 50%, rgba(15, 23, 42, 0.6) 100%);
    z-index: 0;
}

.homepage .home-banner-content {
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    z-index: 1;
    color: var(--white);
    padding-top: 60px;
}

.homepage .home-banner-content .light-white {
    color: var(--light-white);
}

.homepage .home-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}

.homepage .home-box {
    backdrop-filter: blur(2px);
    border: 1px solid #FFFFFF1A;
    border-radius: 12px;
    background: #FFFFFF1A;
}

.homepage .home-box .p-txt {
    color: var(--light-white);
}

.homepage .icon-bg {
    background: #ffffff20;
    width: 23px;
    height: 23px;
    padding: 10px;
    border-radius: 8px;
}

.homepage .icon-bg.blue {
    background: var(--blue-light);
    color: var(--gray);
}

.homepage .banner-info-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
    background: var(--white);
    text-align: center;
    box-shadow: 0px 25px 50px -12px #00000040;
    border: 1px solid #F1F5F9;
    border-radius: 16px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.homepage .banner-info-box .header {
    color: var(--blue-header);
    font-weight: 700;
}

.homepage .banner-info-box .p-text {
    color: var(--gray);
}

.logistics-solution {
    background: var(--blue-light);
}

.logistics-solution .solution-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.logistics-solution .solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.logistics-solution .solution-card-img-wrap {
    position: relative;
    height: 205px;
}

.logistics-solution .solution-card-img-wrap img {
    height: 100%;
    object-fit: cover;
}

.logistics-solution .solution-card-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0.2) 50%, rgba(15, 23, 42, 0) 100%);
    z-index: 1;
}

.logistics-solution .card-img-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: transparent;
    pointer-events: none;
}

.logistics-solution .card-icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: var(--white);
}

.logistics-solution .card-icon,
.trusted-partner .control-tower-box .icon-wrap,
.icon-bg-common {
    z-index: 2;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF4D;
    backdrop-filter: blur(4px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.logistics-solution .solution-list {
    color: var(--gray);
    font-size: 14px;
}

.logistics-solution .solution-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.logistics-solution .solution-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #94A3B8;
}

.logistics-solution .learn-more-link {
    color: var(--blue-header);
    font-size: 16px;
}

.logistics-solution .learn-more-link:hover {
    color: #475569;
}

.logistics-solution .arrow-icon {
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.trusted-partner .trusted-img-wrap {
    box-shadow: 0px 4px 10px 3px #00000040;
}

.trusted-partner .trusted-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(15, 23, 42, 0.36) 0%, rgba(15, 23, 42, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.trusted-partner .icon-bg-common {
    background: var(--white);
    box-shadow: 0px 1px 2px 0px #0000000D;
}

.trusted-partner .control-tower-box {
    z-index: 2;
}

.trusted-partner .trust-box {
    background: #F8FAFC;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.trusted-partner .trust-box:hover,
.sector-expertise .trust-box:hover {
    transform: translateY(-5px);
    border-color: #e2e8f0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.trusted-partner .text-blue {
    color: var(--blue-header);
}

.trusted-partner .text-blue-header {
    color: var(--blue-header);
    line-height: 1.3;
}

.sector-expertise {
    background: var(--blue);
    color: var(--white);
}

.sector-expertise .trust-box {
    backdrop-filter: blur(4px);
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF0D;
    transition: all 0.3s ease;
}

.trusted-by-leaders .card-bg {
    background: var(--blue-light);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    height: 100%;
    align-content: center;
}

.testimonial-slider .testimonial-card {
    box-shadow: 0px 8px 10px -6px #0000001A;
    background: #F8FAFC;
    border: 1px solid #F1F5F9;
}

.testimonial-slider .quote-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #E2E8F0;
    opacity: 0.6;
    z-index: 0;
}

.testimonial-slider .avatar {
    width: 48px;
    height: 48px;
    background: var(--blue);
    font-size: 16px;
    flex: none;
}

.testimonial-slider .w-custom {
    width: 93%;
}

.text-blue-header {
    color: var(--blue-header);
}

.testimonial-slider .owl-theme .owl-nav [class*="owl-"] {
    background: var(--white);
}

.testimonial-slider .owl-theme .owl-nav [class*="owl-"],
.releted-blog-slider .owl-theme .owl-nav [class*="owl-"] {
    color: var(--blue-header);
    border: 1px solid #E2E8F0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.releted-blog-slider .owl-theme .owl-nav [class*="owl-"] {
    background: var(--light-white);
}

.testimonial-slider .owl-theme .owl-nav [class*="owl-"]:hover,
.releted-blog-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--blue-header);
    color: var(--white);
    border-color: var(--blue-header);
}

.testimonial-slider .owl-dots {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-slider .owl-theme .owl-dots .owl-dot,
.releted-blog-slider .owl-theme .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #CBD5E1;
    margin: 5px 3px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.releted-blog-slider .owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.testimonial-slider .owl-theme .owl-dots .owl-dot.active,
.releted-blog-slider .owl-theme .owl-dots .owl-dot.active {
    width: 26px;
    background: var(--blue);
}

.supply-chain {
    background: linear-gradient(135deg, var(--blue-header) 0%, #334155 50%, var(--blue-header) 100%);
}

.supply-chain .contact-card {
    backdrop-filter: blur(4px);
    border: 1px solid #FFFFFF33;
    background: #FFFFFF1A;
}

.supply-chain .contact-card .icon-wrap {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.supply-chain .operations-card {
    background: #10B98133;
    border: 1px solid #10B9814D;
    backdrop-filter: blur(4px);
}

.supply-chain .status-dot {
    width: 10px;
    height: 10px;
    background: #34d399;
    border-radius: 50%;
    display: inline-block;
}

.supply-chain .text-success-custom {
    color: #34d399;
}

.d2d-service-section,
.bg-d2d-section {
    background: #F9FAFB;
}

.service-information .bg-grey {
    background: #D9D9D9;
}


/* ================================================ CAREER DETAIL CSS ===================================================== */
.career-detail-section {
    padding-top: 53px;
    padding-bottom: 44px;
    font-size: 1rem;
    font-weight: 400;
    color: #5A5A5A;

    .boder-right-color {
        border-right-color: #E5E5E5 !important;
    }
}

.career-detail-section h2 {
    font-size: 24px;
    font-weight: 500;
    color: var(--blue);
    margin-bottom: 15px;
}

.career-detail-section ul {
    padding-left: 1.2rem;
}

.career-detail-section ul li {
    color: #5A5A5A;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}

.career-detail-form .form-control,
.career-detail-form .form-select {
    padding-block: 9.5px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    color: #5A5A5A;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: none;
}

.career-detail-form .form-control::placeholder {
    color: #5A5A5A;
    font-weight: 400;
}

.career-detail-form textarea.form-control {
    padding-block: 10px;
}

.career-detail-form .form-label-custom {
    color: #5A5A5A;
    font-size: 1rem;
    font-weight: 400;
    min-width: 160px;
    margin-bottom: 0;
}

.career-detail-form .form-check-label {
    color: #5A5A5A;
    font-size: 1rem;
    font-weight: 400;
}

.career-detail-form .form-check-input {
    border-color: #E5E5E5;
}

.career-detail-form .form-check-input:checked {
    background-image: none !important;
    background-color: #0F172A;
    border-color: #0F172A;
}

.career-detail-form input[type=number]::-webkit-inner-spin-button,
.career-detail-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.career-detail-form input[type=number] {
    -moz-appearance: textfield;
}

.btn-submit-dark {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 4px;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
}

.btn-submit-dark:hover {
    background-color: #1e293b;
    color: var(--white);
}

.career-detail-form .select-custom-150 {
    max-width: 150px;
}

.career-detail-form .input-custom-250 {
    max-width: 250px;
}

.career-detail-form .select-custom-120 {
    max-width: 120px;
}

.career-detail-form .submit-arrow {
    transform: rotate(-45deg);
    display: inline-block;
}

/* ================================================ SERVICES CSS ===================================================== */


/* Custom CSS for About Page */
.about-hero {
    background: linear-gradient(90deg, #0F172A 0%, #0F172A 100%);
    color: #ffffff;
    padding: 140px 0 80px;
}

.about-pill {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
}

.about-hero h1 {
    font-weight: 700;
    font-size: 3.75rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-hero h1 span {
    color: var(--bs-primary-text-emphasis);
}

.about-hero p {
    color: #d1d5db;
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 800px;
}

.vision-mission-section {
    padding: 60px 0;
}

.vision-card {
    border-radius: 12px;
    padding: 40px;
    height: 100%;
    border: 1px solid #e5e7eb;
    transition: transform 0.3s ease;
}

.vision-card:hover {
    transform: translateY(-5px);
}

.vision-card.light {
    background: rgba(248, 250, 252, 1);
    color: #1a2238;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
}

.vision-card.dark {
    background-color: #2c354f;
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.vision-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(26, 34, 56, 0.05);
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 25px;
}

.vision-card.light .vision-icon {
    background-color: rgba(30, 41, 59, 1);
    color: #ffffff;
}

.vision-card.dark .vision-icon {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.vision-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.vision-card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

.values-section {
    background-color: #f8f9fa;
}

.section-pill {
    background-color: #e9ecef;
    color: #495057;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.section-title {
    font-weight: 700;
    color: #1a2238;
    margin-bottom: 40px;
}

.value-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f3f5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.value-icon {
    width: 45px;
    height: 45px;
    background-color: rgba(13, 110, 253, 0.05);
    color: #1a2238;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.value-card h6 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a2238;
}

.value-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.6;
}

.team-section {
    padding: 80px 0;
}

.team-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    position: relative;
    transition: transform 0.3s ease;
    background-color: #1a2238;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.team-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
}

.team-info {
    background-color: #1a2238;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    position: relative;
}

.team-info h6 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}

.team-info p {
    font-size: 13px;
    color: #adb5bd;
    margin-bottom: 0;
}

.linkedin-btn {
    position: absolute;
    top: -15px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-color: #0a66c2;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease;
}

.linkedin-btn:hover {
    color: #ffffff;
    background-color: #004182;
}

/* .btn-white {
    background-color: #ffffff;
    color: #1a2238;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-white:hover {
    background-color: #f8f9fa;
    color: #000;
} */

/* Industries Section Start */
.industry-img-col {
    min-height: 260px;
    background-size: cover;
    background-position: center;
}

.industry-img-overlay {
    background-color: rgba(30, 41, 59, 0.8);
}

.industry-icon-box {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    color: #ffffff;
}

.challenge-number {
    width: 24px;
    height: 24px;
    background-color: #fee2e2;
    color: #ef4444;
    font-size: 13px;
    border-radius: 50%;
}

.solution-check {
    color: #10b981;
}

.text-sm {
    font-size: 0.9rem;
}

.industry-right-col {
    background-color: #F8FAFC;
}

.cta-industry {
    background-color: rgba(30, 41, 59, 0.8);
}

/* Industries Section End */

/* A2A Service Section Start */
.a2a-title {
    color: var(--blue);
    font-size: 2.5rem;
}

.a2a-title-sub {
    color: var(--blue);
    font-size: 2.188rem;
}

.a2a-para {
    color: #4F5660;
}

.a2a-badge {
    display: inline-block;
    padding: 0.35rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.a2a-badge.priority {
    background-color: #F59E0B;
    color: #ffffff;
}

.a2a-badge.cost-effective {
    background-color: #F59E0B;
    color: #ffffff;
}

.a2a-feature-icon-box {
    width: 48px;
    height: 48px;
    font-size: 22px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a2a-feature-icon-box.green {
    background-color: #E5FFEF;
    color: #00ff64;
}

.a2a-feature-icon-box.blue {
    background-color: #dbeafe;
    color: #2563eb;
}

.best-suited-box {
    background-color: #F9FAFB;
    border-radius: 8px;
    padding: 0.875rem 2rem;
}

.quote-dark-section {
    background-color: #0F172A;
    color: #ffffff;
}

.quote-benefit-icon {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #0f172a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.quote-form-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    color: #0f172a;
}

.quote-btn {
    background-color: var(--blue);
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding: 12px 14px;
    border-color: var(--blue);
    border-radius: 7px;
    transition: all 0.3s ease;
    text-decoration: none;

    &:hover {
        background-color: rgba(15, 23, 42, 0.9);
    }
}

.r-input {
    padding-block: .719rem
}

/* A2A Service Section End */

/* Custom CSS for Technology Page Sections */
.tech-section-badge {
    font-size: 1rem;
    letter-spacing: 0.5px;
    background: rgba(226, 232, 240, 1);
    color: rgba(30, 41, 59, 1);
}

.tech-text-navy {
    color: rgba(30, 41, 59, 1);
}

.fw-500 {
    font-weight: 500;
}

.tech-text-relaxed {
    line-height: 1.7;
}

.tech-icon-box-sm {
    width: 44px;
    height: 44px;
    font-size: 20px;
    color: var(--blue-header);
}

.tech-fs-18 {
    font-size: 18px;
}

.tech-img-control-tower {
    height: 480px;
}

.tech-floating-badge {
    bottom: -23px;
    left: 0px;
    background-color: #1e2638;
    color: white;
    padding: 24px;
    border-radius: 12px;
    min-width: 260px;
    z-index: 10;
}

.tech-live-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    box-shadow: 0 0 0 2px rgba(25, 135, 84, 0.25);
}

.tech-fs-13 {
    font-size: 13px;
}

.tech-bg-light-gray {
    background-color: rgba(248, 250, 252, 1);
}

.tech-feature-card {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.tech-icon-box-md {
    width: 48px;
    height: 48px;
    color: var(--blue-header);
}

.tech-text-feature {
    line-height: 1.6;
}

.technologypage .text-secondary {
    color: rgba(30, 41, 59, 1) !important;
}

.technologypage .text-secondary-2 {
    color: rgba(71, 85, 105, 1) !important;
}


/* Custom CSS for Career Page Sections */
.careerpage .career-section-badge {
    font-size: 1rem;
    letter-spacing: 0.5px;
    background-color: rgba(226, 232, 240, 1);
    color: rgba(30, 41, 59, 1);
    border-radius: 28px;
}

.careerpage .text-secondary {
    color: rgba(30, 41, 59, 1) !important;
}

.careerpage .text-secondary-2 {
    color: rgba(71, 85, 105, 1) !important;
}

.careerpage .career-text-navy {
    color: #0f172a;
}

.careerpage .career-feature-card {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.careerpage .career-feature-card:hover {
    transform: translateY(-5px);
}

.careerpage .career-text-feature {
    line-height: 1.6;
}

.careerpage .career-bg-light-gray {
    background-color: rgba(248, 250, 252, 1);
}

.careerpage .career-job-card {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.careerpage .career-job-card:hover {
    border-color: #cbd5e1 !important;
}

.careerpage .career-btn-dark {
    background-color: #1e293b;
    border-color: #1e293b;
    font-size: 14px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.careerpage .career-btn-dark:hover {
    background-color: #0f172a;
    border-color: #0f172a;
}


/* Responsive tweaks */
@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 2.2rem;
    }

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

}

.contact-card {
    background: #F7F9FB;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.ftxt-18 {
    font-size: 18px;
}

.career-feature-card {
    background: #F8FAFC;
}

.bg-section-gray {
    background: #F8FAFC;
}

.blue-sec-header {
    color: var(--blue-header);
}

.contact-icon-bg {
    backdrop-filter: blur(4px);
    background: #F1F5F9;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

/* ====================================================== BLOG STYLE =========================================== */
.blog-main .group,
.blog-detail-main .group {
    display: flex;
    align-items: center;
}

.blog-main .group .form-control {
    border-radius: 10px;
    padding: 0.85rem 7.25rem 0.85rem 0.85rem;
    box-shadow: none !important;
}

.blog-detail-main .form-control {
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
    box-shadow: none !important;
}

.blog-main .group .btn {
    margin: 5px;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-main .blog-card {
    border-bottom: 1px solid #ddd;
}

.blog-main .pagination .item {
    padding: 3px 6px;
}

.blog-main .pagination .link {
    text-decoration: none;
    color: #ccc;
    font-size: 18px;
    outline: none;
}

.blog-main .pagination .link.active {
    color: var(--blue);
    font-weight: 600;
}

.blog-main .pagination .btn {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-detail-main .tag-bg {
    background: #F2F2F2;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 14px;
}

.blog-detail-main .article-img {
    width: 130px;
    height: 70px;
    object-fit: cover;
    flex: none;
    border-radius: 6px;
}

.blog-detail-main .bottom-border:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
}

.blog-detail-main .category-ul {
    list-style: none;
}

.blog-detail-main .a-link {
    text-decoration: none;
    color: #237CCA;
}

.blog-detail-main .a-link:hover {
    text-decoration: underline;
}

.font-18 {
    font-size: 18px;
}

.releted-blog-slider .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}

.releted-blog-slider .owl-prev {
    position: relative;
    left: -65px;
}

.releted-blog-slider .owl-next {
    position: relative;
    right: -65px;
}

.marquee-track {
    display: flex;
    height: 54px;
}

.marquee-track img {
    display: inline-block;
    max-width: 700px;
    height: auto;
}


/* submenu tree css start */
.dropdown-submenu {
    position: relative;
}

/* arrow styling */
.submenu-arrow {
    font-size: 12px;
    margin-left: 10px;
}

/* rotate arrow when open */
.dropdown-submenu.open>a .submenu-arrow {
    transform: rotate(90deg);
}

/* smooth rotation */
.submenu-arrow {
    transition: transform 0.2s ease;
}

.logo-link {
    background-color: transparent !important;
    aspect-ratio: auto !important;
}

/* =========================
   Desktop
========================= */

@media (min-width: 992px) {

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

/* =========================
   Mobile
========================= */

@media (max-width: 991px) {

    .dropdown-submenu>.dropdown-menu {

        display: none !important;
        position: static !important;
        transform: none !important;

        width: 100%;
        margin: 0;
        padding-left: 15px;

        border: 0;
        box-shadow: none;
        background: transparent;
    }

    .dropdown-submenu.open>.dropdown-menu {
        display: block !important;
    }

    .submenu-arrow i {
        transition: 0.3s ease;
    }

    .dropdown-submenu.open .submenu-arrow i {
        transform: rotate(90deg);
    }

    .dropdown-item {
        padding: 10px 0;
    }
}

/* submenu tree css end */

/* ================================================ PTL SERVICES NEW SECTIONS ===================================================== */

/* Section 1: Portfolio */
.ptl-hero {
    padding: 138px 0 88.87px 0;
    background-color: #0f172a;
}

.ptl-hero h1 {
    margin-bottom: 26px;
}

.ptl-hero h1 span {
    color: #cccccc !important;
}

.ptl-hero .highlight-panel {
    background-color: #fff;
    border-radius: 4px;
    color: #0f172a;
    padding: 12px 18px;
    font-size: 20px;
    font-weight: 600;
    line-height: 21.6px;
    width: 100%;
    max-width: 618.28px;
    margin-bottom: 25.81px;
}

.ptl-hero .highlight-panel-2 p:nth-child(1) {
    max-width: 687px;
    width: 100%;
    font-size: 15.5px;
    line-height: 27.1px;
    margin-bottom: 26px;
}

.ptl-hero .highlight-panel-2 p:nth-child(2) {
    max-width: 533.12px;
    width: 100%;
    font-size: 15.5px;
    font-weight: 500;
    font-style: italic;
    line-height: 27.1px;
    margin-bottom: 0;
}

.ptl-portfolio-section {
    padding: 3.438rem 0 2.656rem 0;
    background-color: #f4f6f8;

    @media (min-width: 768px) {
        padding: 6.875rem 0 5.326rem 0;
    }
}

.ptl-portfolio-title-pill {
    background-color: #0a2540;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 4px;
    padding: 0.875rem 3rem;
    display: inline-block;
    letter-spacing: 0.3px;
    margin-bottom: 38px;
}

.ptl-portfolio-card {
    background: var(--white);
    border-radius: 10px;
    padding: 1.75rem 1.5rem;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
    height: 100%;
    text-align: center;
}

.ptl-portfolio-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.08),
        0 4px 6px -2px rgba(0, 0, 0, 0.04);
}

.ptl-portfolio-icon-wrap {
    width: 52px;
    height: 52px;
    background-color: #e8f0f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.125rem;
    color: #0a2540;
    font-size: 1.4rem;
}

.ptl-portfolio-card-title {
    font-size: 0.844rem;
    font-weight: 600;
    color: #0a2540;
    margin-bottom: 0;
    line-height: 1.4;
}

.ptl-img-container {
    border-radius: 20px;
}

.ptl-img-container img {
    min-height: 100%;
}

/* Image with badges styling */
.ptl-img-badge-top {
    position: absolute;
    top: 17px;
    left: 0;
    background-color: #0f172a;
    color: #fff;
    padding: 0.625rem 1.625rem;
    font-weight: 600;
    font-size: 0.969rem;
    letter-spacing: 0.5px;
}

.ptl-img-badge-bottom {
    position: absolute;
    bottom: 32px;
    right: 0;
    background-color: #0f172a;
    color: #fff;
    padding: 15px 26px 10px 26px;
    text-align: left;
}

.ptl-img-badge-number {
    font-size: 1.731rem;
    font-weight: 600;
    line-height: 18.9px;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.ptl-img-badge-text {
    font-size: 0.969rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
}

/* Hubs Bar */
.ptl-hubs-bar {
    background-color: #0f172a;
    padding: 1.531rem 0;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ptl-hubs-text {
    margin: 0;
    font-size: 0.938rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.ptl-hubs-label {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}

.ptl-hubs-text .ptl-hubs-list {
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    align-items: center;

    .hub+.hub::before {
        content: "|";
        margin: 0 15px;
        font-size: 1rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.4);
    }
}
@media (max-width: 575px) {
    .hub::before {
        display: none;
    }
}
/* Section 2: Why PTL */
.ptl-why-section {
    padding: 1.438rem 0 3.75rem 0;
    background-color: #0f172a;
    border-bottom: 6px solid #fff;
}

.ptl-why-pill-title {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 50rem;
    padding: 1rem 2rem;
    font-weight: 900;
    font-size: 1.625rem;
    display: inline-block;
    margin-bottom: 48px;
    @media (min-width: 576px) {
        padding: 1.5rem 3.563rem;
    }
}

.ptl-why-card {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    cursor: pointer;
    padding: 1.813rem 1.688rem;
    height: 100%;
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.ptl-why-card:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.ptl-why-icon-wrap {
    width: 44px;
    height: 44px;
    background-color: var(--white);
    color: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.ptl-why-card-title {
    color: #fff;
    font-size: 1.063rem;
    font-weight: 700;
    margin-bottom: 0.938rem;
}

.ptl-why-list {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.ptl-why-list li {
    position: relative;
    padding: 0.563rem 0.938rem 0.563rem 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.844rem;
    line-height: 20.93px;
}

.ptl-why-list li::marker {
    font-size: 1.4rem;
    color: #fff;
}

/* PTL CTA */
.ptl-cta {
    background-color: #1e293b;
    padding: 55px;

    h2 {
        font-size: 41px;
        line-height: 53px;
        margin-bottom: 15px;
    }

    p {
        font-size: 15px;
        margin-bottom: 24px;
        color: rgba(255, 255, 255, 0.8);
    }

    a {
        border-radius: 4px;
        box-shadow: 0px 25px 50px -12px #00000040;
    }
}

/* ================================================ FTL SERVICES NEW SECTIONS ===================================================== */

/* Section 1: Highlights */
.ftl-hero {
    padding: 138px 0 71px 0;
    background-color: #0f172a;
}

.ftl-hero h1 {
    line-height: 1.2;
    margin-bottom: 33px;
    @media(min-width: 576px){
        line-height: 69px;
    }
}

.ftl-hero p {
    font-size: 17px;
    line-height: 28.9px;
    max-width: 600px;
    width: 100%;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
}

.ftl-inner-row {
    --bs-gutter-x: 17px;
    row-gap: 43px;
}

.ftl-highlights-section {
    padding: 3.813rem 0 1.688rem 0;
    background-color: #f4f6f8;
    border-bottom: 1px solid #e2e8f0;
}

.ftl-highlight-card {
    background: var(--white);
    border-radius: 10px;
    cursor: pointer;
    padding: 1.813rem 1.438rem;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
    height: 100%;
    column-gap: 18px;
}

.ftl-highlight-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.08),
        0 4px 6px -2px rgba(0, 0, 0, 0.04);
}

.ftl-highlight-icon-wrap {
    width: 48px;
    height: 48px;
    background-color: #0a2540;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;

}

.ftl-highlight-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 20.8px;
    color: #0a2540;
    margin-bottom: 0;
}

/* Section 2: Comparison Cards */
.ftl-comparison-section {
    padding: 80px 0;
    background-color: var(--white);
}

.ftl-compare-card {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}

.ftl-compare-card-header {
    background-color: #0a2540;
    padding: 1.375rem 1.75rem;
}

.ftl-compare-card-title {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.ftl-compare-card-body {
    background-color: var(--white);
    padding: 1.75rem;
}

.ftl-compare-list {
    padding-left: 1rem;
    margin-bottom: 0;
}

.ftl-compare-list li {
    position: relative;
    padding-block: 0.75rem;
    color: #4a5568;
}

.ftl-compare-list li::marker {
    font-size: 1.4em;
    color: #0f172a;
}

.ftl-compare-list li:last-child {
    margin-bottom: 0;
}

/* Section 3: Transform Grid */
.ftl-transform-section {
    padding: 80px 0 63px 0;
    background-color: var(--blue);
    border-bottom: 6px solid #fff;
}

.ftl-transform-pill-title {
    background-color: var(--white);
    color: #0a2540;
    border-radius: 50rem;
    padding: 1.625rem 3rem;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 1.5rem;
    display: inline-block;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}

.ftl-transform-card {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    cursor: pointer;
    padding: 1.563rem 1.313rem;
    height: 100%;
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.ftl-transform-card:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.ftl-transform-icon-wrap {
    width: 44px;
    height: 44px;
    background-color: #fff;
    color: #1d2537;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.ftl-transform-card-title {
    color: var(--white);
    font-size: 14.5px;
    font-weight: 700;
    line-height: 18.85px;
    margin-bottom: 11.84px;
}

.ftl-transform-card-desc {
    color: #94a3b8;
    /* Meets WCAG contrast 4.5:1 on dark background */
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.ftl-transform-footer-txt {
    margin-top: 66.17px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

/* ================================================ RAILWAY SECTIONS ===================================================== */
.railway-hero h1 {
    font-weight: 800;
    margin-bottom: 40px;
    @media (min-width: 576px) {
        font-size: 46px;
       line-height: 52.9px;
    }
}

.railway-hero p {
    color: #ffffffd9;
    font-size: 17px;
    font-weight: 400;
    line-height: 28.9px;
    letter-spacing: 0;
    margin-bottom: 49px;
}

.railway-hero a:first-child,
.railway-hero a:last-child {
    border-radius: 8px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.3px;
    padding: 17px 32px;
}

.railway-hero a:first-child {
    background-color: #fff;
    border: 1px solid #fff;

    &:hover,
    &:focus-visible {
        background-color: transparent;
        color: #fff;
    }
}

.railway-hero a:last-child {
    background-color: #ffffff1a;
    border: 1px solid #ffffff4d;
    color: #fff;
    backdrop-filter: blur(10px);
    text-decoration: none;

    &:hover,
    &:focus-visible {
        background-color: #fff;
        color: #0f172a;
    }
}

.railway-perks {
    background-color: #f4f6f8;
    border-bottom: 1px solid #e2e8f0;
    padding-block: 35px;

    .card {
        background-color: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        padding: 29px 14px 29px 18px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;

        .icon-wrapper {
            background-color: #0a2540;
            border-radius: 50%;
            color: #fff;
            width: 56px;
            height: 56px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;

            svg {
                width: 30px;
                height: 30px;
                display: block;
                fill: currentColor;
            }
        }

        p {
            color: #0a2540;
            font-weight: 700;
            font-size: 16px;
            line-height: 20.8px;
            margin-bottom: 0;
        }
    }
}

.modern-indias-supply-chain {
    padding: 40px 0 40px 0;

    @media (min-width: 768px) {
        padding: 80px 0 40px 0;
    }

    h2 {
        color: #0a2540;
        font-weight: 700;
        font-size: 36px;
        line-height: 43.2px;
        letter-spacing: -1px;
        margin-bottom: 27px;
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            background-color: #f7fafc;
            border-left: 3px solid #0a2540;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
            color: #4a5568;
            font-weight: 400;
            font-size: 15px;
            line-height: 24px;
            position: relative;
            padding: 12px 38px;
            margin-bottom: 18px;

            &::before {
                content: "•";
                position: absolute;
                left: 15px;
                top: 15px;
                font-size: 20px;
                line-height: 1;
                color: #4a5568;
            }
        }
    }
}

.ethics-express-rail-movements {
    border-bottom-width: 10.67px !important;
    padding-block: 70px !important;

    @media (min-width: 575px) {
        padding-block: 70px 125px !important;
    }

    .ptl-why-icon-wrap {
        background: #ffffff33;
        width: 48px;
        height: 48px;
    }

    h3 {
        margin-bottom: 27px;
    }

    p {
        color: rgba(255, 255, 255, 0.82);
        font-weight: 400;
        font-size: 13.5px;
        line-height: 20.93px;
    }
}

.service-tiers {
    padding-block: 40px 58px;

    @media(max-width: 575px){
        padding-top: 0;
    }

    .gutter {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    h2 {
        color: #0a2540;
        font-weight: 700;
        font-size: 36px;
        line-height: 43.2px;
        letter-spacing: -1px;
        text-align: center;
        margin-bottom: 44px;
    }

    .card {
        border-radius: 12px;
        border: 1px solid #e2e8f0;
        cursor: pointer;
        padding: 29px 27px;
        transition: all 0.3s ease-in;

        .icon-wrapper {
            background-color: #e8f0f6;
            color: #0a2540;
            font-size: 22px;
            border-radius: 12px;
            width: 52px;
            height: 52px;
            margin-bottom: 16px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.2s ease-in;
        }

        &:hover {
            background-color: #f4f6f8;
            border: 1px solid #0f172a;

            .icon-wrapper {
                background-color: #0f172a;
                color: #fff;

                img {
                    filter: brightness(0) invert(1);
                }
            }
        }

        span {
            color: #0f172a;
            font-weight: 700;
            font-size: 13px;
            line-height: 20.8px;
            letter-spacing: 1.2px;
            vertical-align: middle;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

        h3 {
            color: #0a2540;
            font-weight: 700;
            font-size: 18px;
            line-height: 21.6px;
            letter-spacing: -0.3px;
            margin-bottom: 13.59px;
        }

        p {
            color: #4a5568;
            font-weight: 400;
            font-size: 13.5px;
            line-height: 22.28px;
        }
    }
}

.operational-timeline {
    background-color: #0f172a;
    padding-block: 47px 41px;
}

.timeline-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
}

.timeline-badge {
    background-color: #f7fafc;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 3px solid #0a2540;
    padding: 15px 38px;
    font-size: 24px;
    font-weight: 500;
    color: #4a5568;
    /* min-width: 441px; */
    text-align: center;
}

.timeline-badge strong {
    font-weight: 700;
}

.potential-partners {
    padding-block: 59px 40px;
}

.partners-tabs-wrapper {
    background-color: #f4f6f8;
    border-left: 4px solid #0a2540;
    border-radius: 10px;
    padding: 24px 32px;
    display: flex;
    gap: 5px;

    p {
        color: #0f172a;
        font-weight: 700;
        line-height: 22.4px;
        margin-bottom: 0;
    }
}

.partners-tabs {
    white-space: nowrap;
}

.partners-tabs span {
    color: #4a5568;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 0.3px;
    flex-shrink: 0;
}

/* service inquiry modal */
.service-modal .modal-content { background: #071527; color: #fff; border: none; border-radius: 12px; min-height: 384px; }
.service-modal .modal-header { border-bottom: none; padding-bottom: 0.5rem; }
.service-modal .modal-title { font-weight: 700; }
.service-modal .form-control { background: #fff; border-radius: 8px; padding: .5rem 1rem; }
.service-modal .form-select { background: #fff; border-radius: 8px; }
.service-modal .modal-body { padding-top: .5rem; }
.service-modal .btn-submit { background:#f8f9fb; color:#071527; border-radius:6px; padding:.3rem 2rem; }
.service-modal .btn-submit:hover { font-weight: 500; font-size: 1rem; }
.service-modal .modal-dialog { max-width: 625px; }
@media (max-width: 576px) {
    .service-modal .modal-dialog { margin: 1rem; max-width: calc(100% - 2rem); }
}
/* service inquiry modal end */

/* ================================================ TRACKING CSS ===================================================== */
/* Hero Section */
.track-hero {
    background-color: #0f172a;
    padding: 107px 0 47px;
    position: relative;
    overflow: hidden;
}

.awb-search-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);
}

.track-map-card {
    width: 100%;
}

.track-map-card img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 1920px) {
    .track-map-card {
        width: 132%;
        max-width: unset;
        position: relative;
        right: -24px;
    }
}
@media (max-width: 1680px) {
    .track-map-card {
        width: 116%;
    }
}
@media (max-width: 1440px) {
    .track-map-card {
        width: 100%;
    }
}
@media (max-width: 1366px) {
    .track-map-card {
        width: 108%;
    }
}

@media (min-width: 320px) and (max-width: 1280px) {
    .track-map-card {
        width: 100%;
        right: 0;
    }
}
.search-container-wrapper {
    background-color: #b5b5b5;
    padding: 29px 24px 34px 20px;
    box-shadow: 0px 10px 20px 0px #00000021;
    display: flex;
    align-items: center;
}

.search-container-wrapper .form-control {
    background-color: #ffffff;
    border: none;
    height: 42px;
    font-size: 15px;
    color: #0f172a;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none !important;
}

.search-container-wrapper .form-control::placeholder {
    color: #7b7a8b;
    font-weight: 400;
}

.search-container-wrapper .btn-search-dark {
    background-color: #0f172a;
    color: #ffffff;
    border: none;
    height: 42px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.search-container-wrapper .btn-search-dark:hover {
    background-color: #1e293b;
    color: #ffffff;
}

/* Tracking Details Section */
.track-details-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.track-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #585858;
}

.track-table thead th {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important; /* line-height-12 */
    background-color: #0f172a !important;
    color: #ffffff !important;
    text-align: center;
    padding: 12px 16px;
    border: 1px solid #585858 !important;
    text-transform: none;
}

.track-table tbody td {
    font-size: 14px;
    font-weight: 500;
    color: #0f172a !important;
    text-align: center;
    padding: 14px 16px;
    border: 1px solid #585858 !important;
    vertical-align: middle;
    background-color: #ffffff;
}
.table-one {
    margin-bottom: 82px;
}
.table-two {
    margin-bottom: 71px;
}
.line-height-12 {
    line-height: 1.2 !important;
}

/* Button Get Details */
.btn-track-action {
    background-color: #0f172a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 5px;
    border: 1px solid #0f172a;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.btn-track-action:hover {
    background-color: #0f172aee;
    color: contrast-color(#0f172aee);
}

/* Progress Tracker Styling */
.tracker-line-container {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tracker-progress-line {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #cbd5e1;
    z-index: 0;
    width: 99%;

    @media (max-width: 460px) {
        width: 96%;
    }
}

.tracker-progress-line.completed {
    background-color: #585858;
}

.tracker-step {
    position: relative;
    z-index: 2;
    text-align: center;
}
.tracker-step.active .tracker-icon-circle img {
    filter: brightness(0) invert(1);
}
.tracker-icon-circle {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: #f0f8ff;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.tracker-step.active .tracker-icon-circle {
    background-color: #0f172a;
    color: #ffffff;
    border-color: #ffffff;
}

.tracker-step-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
    color: #0f172a;
    transition: color 0.3s ease;
}

.tracker-step.active .tracker-step-title {
    color: #0f172a;
}

.track-tabs {
    border-bottom: 2px solid #e2e8f0;
    margin-bottom: 24px;
    display: flex;
    gap: 20px;
}

.track-tab-btn {
    background: none;
    border: none;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 600;
    color: #64748b;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
}

.track-tab-btn:hover {
    color: #0f172a;
}

.track-tab-btn.active {
    color: #0f172a;
}

.track-tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0f172a;
}

.details-table-wrap {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

.details-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
}

.details-table td {
    padding: 14px 20px;
    font-size: 14px;
    border: 1px solid #cbd5e1;
    vertical-align: middle;
}

.details-table td.detail-key {
    background-color: #0f172a !important;
    color: #ffffff !important;
    font-weight: 600;
    width: 30%;
}

.details-table td.detail-val {
    background-color: #ffffff !important;
    color: #0f172a !important;
    font-weight: 500;
}

.btn-download-pod {
    background-color: #0f172a;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 4px;
    border: 1px solid #0f172a;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 24px;
}

.btn-download-pod:hover {
    background-color: #ffffff;
    color: #0f172a;
    border-color: #0f172a;
}
.awb-data .nav-link {
    border: 0;
    padding: 0 0 10px 0;
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    line-height: 12px;
}
.awb-data .nav-link.active {
    border-bottom: 2px solid #585858;
}
.awb-details-table,
.status-scan-table {
    border: 2px solid #585858;
}
.awb-details-table th,
.awb-details-table td {
    width: 50%;
    border: 2px solid #585858;
}
.awb-details-table td {
    color: #0f172a;
    padding-left: 33px;
}
.status-scan-table th,
.status-scan-table td {
    border: 2px solid #585858;
}
.status-scan-table td {
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
}
.awb-details-table th,
.status-scan-table th {
    background-color: #0f172a;
    color: #fff;
    padding: 8px 24px;
    font-size: 15px;
}

/* ================================================ TRACKER TRUCK DYNAMICS ===================================================== */
.tracker-truck-icon {
    position: absolute;
    top: 28px;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition:
        left 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease,
        visibility 0.3s ease;
}
.tracker-step.step-shipped.active ~ .tracker-step.step-transit.active ~ .tracker-truck-icon {
    left: 75%;
}

.tracker-step.step-delivered.active ~ .tracker-truck-icon {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
