@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body {
    overflow-x: hidden;
    font-family: "Montserrat", "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #004A94;
    font-family: "Montserrat";
}

p,
a,
ul,
li,
span {
    font-family: "Open Sans";
}

.nav-link {
    font-weight: 600;
    color: rgb(255, 255, 255);

    text-decoration: none;
    transition: color 0.3s ease;
    font-family: "Open Sans";
    padding: 10px 15px !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: #be0b31;
}

/* .btn-red {
    display: inline-block;
    padding: 0.75em 1.5em;
    font-weight: 600;
    color: #fff;
    background-color: #004A94;
    border: none;
    border-radius: 0px;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
} */

.btn-red:hover,
.btn-red:focus {
    background-color: #cc001f;
    transform: translateY(-2px);
    color: #fff;

}

.btn-red:active {
    background-color: #b8001b;
    transform: translateY(0);
    color: #fff;

}

.title-header {
    color: #fff;
}



.title-header {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 500;
    letter-spacing: 5px;
}

.title-header span {
    color: #e10030;
    font-weight: 600;
}

.features-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 400px;
    margin-left: auto;
    /* Pushes to right */
    text-align: left;
}

.features-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    line-height: 2.3;
}

.features-list li::before {
    content: '★';
    color: #be0b31;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
    line-height: 1.5;

}

@media (max-width: 768px) {
    .features-list {
        margin: 0 auto;
        text-align: left;
    }
}

.header-content {
    margin: 8rem 0 0;
    display: grid;
    grid-template-columns: 59% 32%;
    gap: 7%;
    position: relative;
    z-index: 1;
}

/* SECTION: Header with Video */
.header {
    position: relative;
    width: 100%;
    height: 100vh;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
}

/* Optional dark overlay */
.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: -1;
    background: linear-gradient(90deg, rgb(16 33 60 / 78%), rgba(15, 49, 58, .2) 99.99%, rgba(15, 49, 58, 0));
}

.navbar-brand img {
    width: 120px;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    color: #ffffff;
}


/* .image-section {
    width: 100%;
    height: 100vh;

} */


/* .image-section {
    background: url("./image.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}



.image-wrapper {
    background: url("./image.png") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
} */

.section-quote {
    background: #004A94;
    padding: 4.5rem 1rem;
}

.section-quote .heading h1 {
    color: white;
    font-size: 2.4rem;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.quote-banner-bar {
    width: 100%;
 /* display: flex;
    justify-content: center; */
 /* position: relative;
    bottom: 3.2rem; */
}

.quote-bar-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  /* max-width: 1250px; */
    gap: 1rem;
    align-items: flex-end;
}

.input-group {
    flex: 1 1 20%;
    min-width: 180px;
}

.quote-bar-form input[type="text"] {
    width: 100%;
    font-size: 1rem;
    color: white;
    padding: 0.75rem;
    border-width: 1px;
    border-style: solid;
    border-color: #b0c4de;
    border-image: initial;
    border-radius: 0px;
    transition: border-color 0.3s;
    background: rgb(0, 74, 148);
}

label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
}

.quote-bar-form input[type="text"]:focus {
    outline: none;
    box-shadow: none;
}

.quote-bar-form input::placeholder {
    color: #b0c4de;
    font-size: 0.95rem;
    opacity: 1;
}

.select-carrier {
    display: flex;
    gap: 1rem;
    color: white;
    font-size: 0.95rem;
    justify-content: flex-start;
}

.select-carrier input[type="radio"] {
    margin-right: 0.3rem;
}

.group-carrier {}

.quote-bar-form .btn-red {
    width: 310px;
}

.btn-red {
    background-color: #be0b31;
    color: white;
    border: none;
    padding: 0.85rem 2rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
    border: none;
    border-radius: 0px;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-red:hover {
    background-color: #9d0828;
}

@media (max-width: 768px) {
    .quote-bar-form {
        flex-direction: column;
        align-items: stretch;
    }

    .input-group,
    .btn-red {
        width: 100%;
    }

    .select-carrier {
        justify-content: flex-start;
    }
}

/* From Uiverse.io by Xtenso */
.filter-switch {
    border: 2px solid #ffffff;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    height: 53px;
    width: 270px;
    overflow: hidden;
}

.filter-switch input {
    display: none;
}

.filter-switch label {
    flex: 1;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}

.filter-switch .background {
    position: absolute;
    width: 48%;
    height: 38px;
    background-color: #ffffff;
    top: 6px;
    left: 6px;
    border-radius: 30px;
    transition: left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

#option2:checked~.background {
    left: 50%;
}

#option1:checked+label[for="option1"] {
    color: #002f5f;
    font-weight: bold;
}

#option2:checked+label[for="option2"] {
    color: #002f5f;
    font-weight: bold;
}

#option1:not(:checked)+label[for="option1"],
#option2:not(:checked)+label[for="option2"] {
    color: #b0c4de;
}

.features-carousel {
    max-width: 900px;
}

.feature-slide {
    min-height: 200px;
    padding: 0rem 8rem 0rem 0rem;
}

.Features {
    padding: 6rem 0;
}
.img-ft {
    max-width: 100%;
    height: 650px;
    object-fit: cover
}
p {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 2rem;
    color: #6b6f92;
}

.heading h1 {
    font-size: 3.7rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 0.3rem;
    line-height: 1;
}

.feature-slide h4 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 1.3rem;
    color: #be0b31;
    line-height: 1;
}

.img-ft-2 {
    max-width: 100%;
    height: 341px;
    object-fit: cover
}

.Features .heading {
    margin-bottom: 2rem;
}

.counter-number {
    font-size: 4.5rem;
    font-weight: bold;
    color: #be0b31;
    font-family: "Open Sans";
    line-height: 0.9;
}

.counter-label {
    font-size: 30px;
    color: #1a1a1a;
    font-weight: 700;
    font-family: "Open Sans";

}

.set-mid {
    display: grid;
    grid-template-columns: 65% 32%;
    gap: 3%;
}

.faq-accordion {
    padding: 2rem 0;
}

.Features h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    font-family: "Open Sans";
}

.faq-accordion .accordion-button {
    padding: 2.3rem 4rem;
    background-color: #f8f9fa00;
    border: none;
    font-weight: 600;
    font-size: 26px;
    box-shadow: none;
    position: relative;
    font-family: "Open Sans";
    transition: background-color 0.3s ease;
}

.faq-accordion .accordion-button span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;

}

.accordion-button .text-set {
    color: #be0b31;
    font-size: 26px !important;
    margin: 0 10px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #004A94;
    color: #fff;
    border-radius: 0px !important;
}

.faq-accordion .accordion-button::after {
    content: '+';
    font-size: 1.5rem;
    color: #999;
    position: absolute;
    right: 1.25rem;
    transition: transform 0.2s ease;
    background-image: none;
}

.faq-accordion .accordion-button:not(.collapsed) .text-set {
    color: #ffffff;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    content: '−';
    color: #fff;
    transform: rotate(180deg);
}

.faq-accordion .accordion-item {
    border: 0px;
    border-bottom: 2px solid #00000045;
    transition: border-color 0.3s;
}

.faq-accordion .accordion-item:hover {
    border-color: #dee2e6;
}

.faq-accordion .accordion-body {
    padding: 1.25rem 4rem;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 2rem;
    color: #6b6f92;
}

.routes {
    padding: 8rem 0;
}

#route {
    overflow-x: auto;
}

#route h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
    text-align: center;
    color: #2c3e50;
}

#route table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#route thead {
    background-color: #2c3e50;
    color: #ffffff;
}

#route th,
#route td {
    padding: 20px 16px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

#route tr:hover {
    /* background-color: #f1f1f1; */
}

@media screen and (max-width: 768px) {
    #route table,
    #route thead,
    #route tbody,
    #route th,
    #route td,
    #route tr {
        display: block;
    }

    #route tr {
        margin-bottom: 1em;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
        padding: 10px;
    }

    #route td {
        text-align: right;
        position: relative;
        padding-left: 50%;
    }

    #route td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        color: #333;
        text-align: left;
    }

    #route thead {
        display: none;
    }
}

.costing-section {
    padding: 10rem 0 0;
}

.costing-section .heading h1 {
    font-size: 2.7rem;
    letter-spacing: 1px;
    margin-bottom: 1.3rem;
}

.heading span {
    color: #b8001b;
}

.costing-section .bg {
    position: absolute;
    top: -58px;
    left: -48px;
    width: 100%;
    height: 100%;
    background-color: #b8001b;
    z-index: 0;
}

.costing-section .col-md-6 img {
    position: relative;
    z-index: 1;
    height: 550px;
    object-fit: cover;
}

.costing-section .heading {
    padding-right: 15rem;
}

.factors {
    background-color: #004A94;
    padding: 5rem 0;
}

.factors .heading h1 {
    font-size: 3.2rem;
    padding-bottom: 2.3rem;
    color: #ffffff;
    line-height: 1.1;
}

.title-factors h2 {
    color: white;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
}

.para-factors p {
    color: white;
    font-size: 16px;
    line-height: 1.7;
}

.factors-titled {
    padding: 3rem 0px;
    border-bottom: 1px solid grey;
    color: #ffffff;

}


.section-title h1 {
    font-size: 2.5rem;
    color: #fff;
}

.nav-link.left-setting {
    color: #fff;
    transition: all 0.3s ease;
    margin: 0rem 0px 3rem 0;
    padding: 8px 3rem !important;
}

.nav-link.left-setting.active,
.nav-link.left-setting:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-bottom: 3px solid #ffffff;
    color: #fff;
}

.set-box-content {
    transition: opacity 0.3s ease;
}

.set-box-content ul {
    color: #c3c3c3;

    padding-left: 20px;
}

.set-box-content p {
    color: #c3c3c3;
}

.set-box-content ul li {
    color: #c3c3c3;

    list-style-type: disc;
    margin-bottom: 10px;
}

.factors h3 {
    color: #d3c6c6;
    font-size: 21px;
    margin: 0px;
}

.Features .heading h1 {
    margin-bottom: 1.3rem;
    font-size: 3.4rem;
}

.img-factors {
    max-width: 100%;
    height: 360px;
    width: 645px;
    object-fit: cover;
    object-position: bottom;
}

.content-bottom h5 {
    color: #ffffff;
}

.content-bottom {
    margin-top: 2rem;
}

.tip-box {
    background: #fff;
    padding: 25px;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tip-box h4 {
    font-weight: 600;
}

.tip-box:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: #b8001b;
    color: #fff;
}

.tip-box:hover h4,
.tip-box:hover p {
    color: #fff;
}

.tip-box:hover .tip-icon {
    color: white;
    transform: skewX(12deg);
}

.tip-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 45px;
    transition: color 0.3s ease, transform 0.3s ease;
    color: #004A94;
}


.shipping-tips .heading h1 {
    font-size: 2.7rem;
    margin-bottom: 3.3rem;
}

.tip-box p {
    font-size: 16px;
    line-height: 1.9;
}

.shipping-tips {
    padding: 6rem 0;
    background: aliceblue;
}

.shipping-steps {
    padding: 8rem 0 5rem;
}

.shipping-steps .heading h1 {
    font-size: 3.2rem;
    margin-bottom: 1.3rem;
}

.step-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 60px 0 0;
    animation: fadeInUp 1s ease-in-out both;
    gap: 12rem;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.step {
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease;
    background: #e5e5e5;
    padding: 2rem;
    height: 260px;
    display: flex;
    flex-direction: column;
     border: 1px solid #e3e3e3;
    justify-content: center;
}

.step:hover {
    transform: translateY(-8px);
}

/* Step title */
.step h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.step-icon {
    width: 70px;
    height: 70px;
    border: 2px solid #004A94;
    border-radius: 59%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    background-color: #004A94;
    color: #ffffff;
    font-size: 40px;
    transition: transform 0.3s ease, background-color 0.3s, box-shadow 0.3s;
}

.step-icon:hover {
    transform: scale(1.2) rotate(5deg);
    background-color: #b8001b;
    border: #b8001b;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.step-line {
    position: absolute;
    top: 50%;
    left: 16%;
    right: 16%;
    height: 2px;
    border-top: 2px dotted #004A94;
    z-index: 0;
    animation: drawLine 1.5s ease-out;
}

@keyframes drawLine {
    from {
        width: 0%;
        opacity: 0;
    }

    to {
        width: 100%;
        opacity: 1;
    }
}

.step h6 {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    margin-top: 22px;
}

.video-set video {
    width: 100%;
    height: 300px;
}

.video-set {
    position: relative;
    width: 100%;
    height: 480px;
}

.video-set video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Makes video act like background */
    display: block;
}

.video {
    padding: 0 0 8rem;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease;
}

.play-button::before {
    content: '';
    position: absolute;
    left: 40%;
    top: 30%;
    width: 0;
    height: 0;
    border-left: 24px solid #be0b31;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    z-index: 3;
}

/* Glowing ring animation using ::after */
.play-button::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 1;
    animation: ringPulse 1.8s infinite;
}

@keyframes ringPulse {
    0% {
        transform: scale(0.9);
        opacity: 0.6;
    }

    70% {
        transform: scale(1.4);
        opacity: 0;
    }

    100% {
        transform: scale(0.9);
        opacity: 0;
    }
}

video::-webkit-media-controls {
    opacity: 0;
    transition: opacity 0.3s ease;
}

video[controls]::-webkit-media-controls {
    opacity: 1;
}

.rating {
    background-color: #004A94;
}


.rating-logo {
    height: 30px;
    margin-bottom: 0.4rem;
    filter: brightness(0) invert(1);
}

.stars {
    font-size: 18px;
    color: #ffffff;
    /* green stars */
    margin-bottom: 0.3rem;
}

.score {
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
}

.stars i {
    padding-right: 4px;
}

.rating-marquee-wrapper {
    overflow: hidden;
    width: 100%;
}

.rating-marquee {
    display: flex;
    gap: 2rem;
    width: max-content;
    animation: scrollLeft 20s linear infinite;
}

.rating-badge {
    flex: 0 0 auto;
    padding: 1rem 1.5rem;
    white-space: nowrap;
    display: flex;
    gap: 22px;
    flex-direction: row;
    align-items: center;
}

/* Keyframes for leftward scroll */
@keyframes scrollLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.shipping-section {
    padding: 8rem 0 3rem;
    background: #f5f7fa;
    font-family: 'Segoe UI', sans-serif;
    color: #1a1a1a;
}

.factors-grid {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

/* Stack on mobile */
@media (max-width: 768px) {
    .factors-grid {
        grid-template-columns: 1fr;
    }
}

/* Factor Box */
.factor-box {
    background: #fff;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s;
    position: relative;
}

.factor-box:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.factor-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
    background: #004A94;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 52%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* animation: pulse 2s infinite; */
    width: 65px;
}

.factor-box h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
}


/* @keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(32, 64, 122, 0.4);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(32, 64, 122, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(32, 64, 122, 0);
  }
} */

.set-icons {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.factor-box p {
    font-size: 16px;
    line-height: 1.8;
}

.benefit-list {
    list-style: none;
    padding-left: 0;
    margin: 2rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 11px;
}

.benefit-list li {
    background: #004A94;
    color: white;
    padding: 1rem 1.2rem;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 1.3rem;
    transition: transform 0.3s ease, background 0.3s;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;

}

.benefit-list li:hover {
    transform: scale(1.02);
    background: aliceblue;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.benefit-list span {
    font-size: 22px;
    color: #ffffff;
}

.benefit-list li:hover {
    color: #1a1a1a;
}

.benefit-list li:hover span i {
    color: #be0b31;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.choose-us {
    padding: 4rem 0;
}

.choose-us .heading h1 {
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    line-height: 1;
}

.section-benefits .heading h2 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 0.3rem;
    line-height: 1;
}

.section-benefits {
    margin: 2rem 0 0;
}


.blog-card {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog {
    padding: 2rem 0 6rem;
}

.blog-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.blog-category {
    color: #be0b31;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary);
    margin: 0;
}

.blog-readmore {
    margin-top: auto;
    color: #be0b31;

    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.blog-readmore:hover {
    color: #004A94;

}


.blog .heading h1 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2.3rem;
    line-height: 1;
}


.blog-snippet {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.7;
    color: #6b6f92;
}

.faqs-section {
    padding: 4rem 0 8rem;
}

.faqs-section .heading h1 {
    font-size: 2.7rem;
    letter-spacing: 2px;
}


.faqs-section .faq-accordion .accordion-button {
    padding: 1rem;
    font-size: 18px;
}

.faqs-section .accordion-button .text-set {
    font-size: 18px !important;
}


.faqs-section .faq-accordion .accordion-body {
    padding: 1.25rem 1rem;
    font-size: 16px;
    line-height: 1.7;
}


.faqs-section .faq-accordion {
    padding: 1rem 0;
}

.faq-quote {
    padding: 3rem 3rem;
    background: #004A94;
    height: 387px;
    margin-bottom: 2rem;
}

.faq-quote h4 {
    color: white;
    font-size: 2.8rem;
    font-weight: 600;
}

.faq-quote p {
    margin-bottom: 2rem;
    color: #b9b9b9;
}

.faq-quote .btn-red {
    background-color: #be0b31;
}

.split-row {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
    gap: 3rem;
    align-items: center;
}


.split-image {
    flex: 1 1 20%;
}


.split-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.split-text {
    flex: 1 1 50%;
}

.split-text .set-top {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.split-text .step-badge {
    display: inline-block;
    background-color: #b8001b;
    color: #fff;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.split-text h3 {
    font-size: 1.9rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.split-text p {
    font-size: 1rem;
}

.transport-info {
    padding: 0 0 6rem;
}

.need-to-know {
    background: aliceblue;
    padding: 4rem 2rem;
}



.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 2rem;
    margin: 3rem 0 0;
}

.reviews-highlight {
    text-align: left;
    padding: 8rem 0;
}



.reviews-text {
    flex: 1 1 40%;
}

.reviews-text h1 {
    font-size: 2rem;
}

.reviews-text p {
    font-size: 1rem;
}

.reviews-text a {
    color: #be0b31;
    text-decoration: underline;
    font-weight: 500;
}

.reviews-text blockquote {
    font-style: italic;
    color: #be0b31;
    margin: 1.5rem 0 4px;
    font-weight: 500;
    font-size: 1.1rem;
}



.reviews-image {
    flex: 1 1 40%;
    position: relative;
}

.reviews-image img {
    max-width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.reviews-image .badge {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    background: #be0b31;
    color: white;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border-radius: 4px;
}

.slogan {
    font-size: 1.5rem;
    font-weight: bold;
    color: #be0b31;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .reviews-content {
        flex-direction: column;
    }

    .reviews-image .badge {
        font-size: 0.9rem;
    }

    .slogan {
        font-size: 1.2rem;
    }
}

.popular-routes {
    text-align: center;
    padding: 4rem 0;
}

.popular-routes h2 {
    font-size: 2rem;
}

.popular-routes p {
    max-width: 800px;
    margin: 0 auto 2rem auto;
}

.route-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    /* max-width: 1054px; */
    margin: auto;
}

.route-card {
    background-color: white;
    border-left: 6px solid #be0b31;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #002f5f;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

footer.bg-dark {
    background-color: #004A94 !important;
}

footer p {
    font-size: 14px;
    line-height: 1.7;
    color: #ffffff;
}


footer {
    background-color: #004A94;
    color: #ffffff;
}


footer h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: bold;
}

footer p i {
    font-size: 18px;
    padding-right: 9px;
}

footer a {
    text-decoration: none !important;
}

.icon-footer i {
    font-size: 25px;
}

footer li {
    padding-bottom: 7px;
}

footer li {
    padding-bottom: 7px;
    font-size: 13px;
}

footer li:hover a {
    text-decoration: underline !important;
}