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

@media (min-width: 1536px) {
    .container {
        max-width: 1216px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/*  --------------------------- Hero Section ------------------------- */

.hero {
    background-color: #25726E;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hero-heading-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.heading-first {
    color: #BBD3D2;
    text-align: center;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    padding-bottom: 24px;
}

.heading-second {
    color: #FFF;
    font-size: 52px;
    font-weight: 700;
    font-family: 'Inter';
    max-width: 770px;
    text-align: center;
    line-height: 56px;
    padding-bottom: 48px;
    letter-spacing: -1.04px;
}

.quote-btn {
    display: flex;
    height: 46px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background-color: #000000;
    outline: none;
    border: none;
    margin-bottom: 64px;
}

.quote-btn a {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
}

.pills-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.pills {
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: center;
    border-radius: 500px;
    padding: 12px 14px;
    gap: 8px;
    height: 42px;
}

.pills p {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    text-align: center;
    font-style: normal;
    line-height: 18px;
}

.pills img {
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
}

.fbfb-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 100px 238px 100px 238px
}

.fbfb-img-wrapper img {
    width: 956px;
    height: 488px;
}

.fbfb-img-wrapper p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 32px !important;
    margin-bottom: 0;
}

.broad-reach-link {
    color: #FFF;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.broad-reach-link:hover {
    color: #FFF;
}

.ship-packages-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 64px;
}

.ship-packages-heading {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.packages-cards-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.packages-cards {
    background-color: #4A8A87;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 389.33px;
}

.packages-cards img {
    display: flex;
    width: 118px;
    padding: 0px 5.015px 3px 10.378px;
    justify-content: flex-end;
    align-items: center;
}

.card-desc-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.card-point {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.point-num {
    background-color: #25726E;
    color: #ffffff;
    padding: 4px;
    border-radius: 40px;
    width: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Inter';
}

.point-desc {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Inter';
    color: #ffffff;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 0 !important;
}

.card-desc {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    color: #F3F4F6;
    max-width: 341.33px;
    margin-bottom: 0;
}

.card-desc-2,
.card-desc-3 {
    padding-bottom: 24px;
}

.packages-quote-btn {
    display: flex;
    height: 46px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background-color: #000000;
    outline: none;
    border: none;

}

.packages-quote-btn a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    font-family: 'Inter';
    text-align: center;
}


/* ------------------------ Services Section ---------------------------- */

.services {
    padding-top: 100px;
    padding-bottom: 100px;
}

.services::before {
    content: url("/assets/images/international-shipping/lightning-large.png");
    position: absolute;
    top: 17%;
    left: -20.2%;
    transform: scale(0.25);
}

.bg-lightning {
    position: absolute;
    width: 326px;
    top: 38.6%;
    left: 18.5%;
    z-index: -1;
    transform: scale(0.53);
}

.services-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-content-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.services-content-heading {
    color: #111827;
    font-size: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.services-desc-text {
    color: #374151;
    font-size: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 623px;
    padding-top: 24px;
    margin-bottom: 0;
}

.services-img-container img {
    width: 518px;
}

.services-text-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
    z-index: 1;
}

.services-list-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.services-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.services-list img {
    width: 24px;
}

.services-list-desc {
    color: #374151;
    font-size: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


/*  --------------------------- Add-ons Section ------------------------- */

.add-ons {
    padding-bottom: 100px;
    padding: 0 112px;
}

.wrapper-add-ons {
    background: #F9FAFB;
    border-radius: 20px;
    padding: 32px;
}

.insurance-wrapper {
    border-bottom: 1px solid #D1D5DB;
}

.insurance-wrapper,
.dimensions-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.heading-insurance-wrapper,
.heading-dimensions-wrapper {
    display: flex;
    padding: 16px 24px;
    align-items: flex-start;
    gap: 12px;
}

.heading-insurance,
.heading-dimensions {
    color: #111827;
    font-size: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    width: 239px;
    margin-bottom: 0;
}

.insurance-desc,
.dimensions-desc {
    color: #374151;
    font-size: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 380px;
    max-width: 334.5px;
    padding: 16px;
}


.insurance-list-wrapper,
.dimensions-list-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 380px;
    padding: 16px;
}

.insurance-list,
.dimensions-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.insurance-list img,
.dimensions-list img {
    width: 20px;
}

.insurance-list-desc,
.dimensions-list-desc {
    color: #374151;
    font-size: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.hidden-hr {
    display: none;
}

/*  ---------------------- Prohibited Items Section ---------------------- */
.prohibited-items {
    padding-bottom: 100px;
    padding-top: 100px;

}

.prohibited-items-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-direction: column;
}

.prohibited-desc-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.heading-prohibited {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.64px;
    padding-bottom: 16px;
    font-family: "Inter";
    margin-bottom: 0;
}

.desc-prohibited {
    color: #374151;
    text-align: center;
    font-size: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 843px;
    padding-bottom: 24px;
    margin-bottom: 0;
}

.cbsa-btn {
    border-radius: 8px;
    border: 1px solid rgba(17, 24, 39, 0.20);
    display: flex;
    height: 46px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: #FFF;
}

.cbsa-btn img {
    width: 18px;
    height: 18px;
    margin-top: -4px;
}

.cbsa-btn a {
    color: #111827;
    text-align: center;
    font-size: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.prohibited-cards-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prohibited-card {
    display: flex;
    width: 202px;
    height: 336px;
    padding: 36px 24px 36px 29px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 22px;
    position: relative;
}

.prohibited-card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.prohibited-card-content img {
    width: 108.59px;
}

.prohibited-card-heading {
    text-align: center;
    font-size: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-width: 123px;
}

.prohibited-card-desc {
    text-align: center;
    font-size: 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 149px;
    margin-bottom: 0;
}

.prohibited-card-heading-black {
    color: #000;
}

.prohibited-card-desc-black {
    color: #111827;
}

.prohibited-card-heading-white {
    color: #FFF;
}

.prohibited-card-desc-white {
    color: #FFF;
}

.prohibted-card-1 {
    background-color: #A0C4C4;
}

.prohibted-card-1 .prohibited-img-horizontal,
.prohibted-card-2 .prohibited-img-horizontal,
.prohibted-card-3 .prohibited-img-horizontal,
.prohibted-card-4 .prohibited-img-horizontal {
    position: absolute;
    width: 23px;
    top: 42%;
    left: 94%;
    z-index: 10;
}

.prohibted-card-2 {
    background-color: #F9FAFB;
}

.prohibted-card-3 {
    background-color: #111827;
}

.prohibted-card-4 {
    background-color: #5E9EA0;
}

.prohibted-card-5 {
    background-color: #FF6C55;
}

.prohibited-img-vertical {
    display: none;
}

/*  ----------------- Frequently Asked Questions Section ----------------- */

.questions-accordion-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    padding: 100px 320px;
    background: #F9FAFB;
}

.questions-accordion-heading {
    color: #111827;
    text-align: center;
    font-size: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.accordion {
    display: flex;
    width: 800px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.accordion-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px !important;
    border: 1px solid #E5E7EB !important;
    background: #FFF;
    width: 768px;
}

.faq-btn {
    border-radius: 8px;
    border-bottom: 0 !important;
    padding: 0;
    background: #FFF;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.accordion-button {
    padding: 16px 16px 16px 16px;
}

.accordion-button:not(.collapsed) {
    color: #111827;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    background-color: #FFF !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    padding-bottom: 12px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("/assets/images/international-shipping/cheveron-down.png");
}

.accordion-button::after {
    background-image: url("/assets/images/international-shipping/cheveron-down.png");
    width: 20px;
    height: 20px;
}

.accordion-body {
    padding: 0 30px 16px 16px !important;
    color: #6B7280;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 768px;
}

.prohibited-item-accordion-body {
    color: #6B7280;
    font-family: 'Inter';
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.accordion-body div {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}

.accordion-body div {
    margin-top: 24px;

}

.accordion-body div a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-decoration: underline;
    color: #6B7280 !important;

}

.accordion-body div a:hover {
    color: #111827;

}

.accordion-body div a:visited {
    color: #111827;

}

/*  ----------------------- Ship Smarter Section ------------------------- */

.ship-smarter-content {
    position: relative;
}

.ship-smarter .skyline-img {
    width: 100%;
    height: 294px;
}

.desc-text-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 684px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.desc-text {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.skyline-mobile {
    display: none;
}

.btn-quote-transparent {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    display: flex;
    height: 46px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: transparent;
    margin-top: 16px;

}

.btn-quote-transparent a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}


@media (min-width: 320px) and ((max-width: 767px)) {
    .container {
        max-width: 360px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*  --------------------------- Header ------------------------- */

    .reach-header-wrapper {
        padding: 24px !important;
        max-width: none !important;
    }

    /*  --------------------------- Hero Section ------------------------- */

    .hero {
        position: relative;
    }

    .hero-heading-wrapper {
        padding: 0 16px;
    }

    .heading-first {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        width: 343px
    }

    .heading-second {
        font-size: 44px;
        max-width: 323px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.88px;
        padding-bottom: 32px;
    }

    .pills-wrapper {
        display: none;
    }

    .quote-btn {
        width: 343px;
        margin-bottom: 64px;
    }

    .quote-btn a {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

    .fbfb-img-wrapper {
        margin: 0 16px 100px 16px;
    }

    .fbfb-img-wrapper img {
        width: 343px;
        height: 174px;
    }

    .fbfb-img-wrapper p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

    .ship-packages-wrapper {
        gap: 32px
    }

    .ship-packages-heading {
        max-width: 335px;
        font-family: 'Inter';
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.72px;
        padding-bottom: 0;
    }

    .packages-cards-wrapper {
        flex-direction: column;
    }

    .packages-cards {
        width: 343px;
        height: auto;
    }

    .bg-lightning{
        width: 326px;
        top: 27.9%;
        left: 5.3%;
        z-index: -1;
        transform: scale(0.34);
    }
   

    .packages-quote-btn {
        display: none;
    }

    /*  ------------------------ Services Section ------------------------ */

    .services {
        height: 1110px;
        padding: 100px 16px;
    }

    .services::before {
        top: 14%;
        right: 75%;
        transform: scale(0.17);
    }

    .services-content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .services-content-heading {
        font-size: 36px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.72px;
    }

    .services-content-heading,
    .services-desc-text {
        width: 343px;
    }

    .services-list {
        align-items: flex-start;
    }

    .services-list-wrapper,
    .services-img-container img {
        width: 343px;
    }

    .services-text-wrapper::before {
        top: 29.8%;
        left: 19%;
        transform: scale(0.75);
    }

    .services-img-container {
        padding-top: 64px;
    }

    /*  ------------------------- Add-ons Section ------------------------ */
    .add-ons {
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding: 0 16px;
    }

    .wrapper-add-ons {
        background: none;
        border-radius: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .heading-insurance-wrapper,
    .heading-dimensions-wrapper {
        display: block;
        padding: 0;
    }

    .insurance-wrapper {
        border-bottom: none;
    }

    .insurance-wrapper,
    .dimensions-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 32px;
        border-radius: 20px;
        background: #F9FAFB;
    }

    .insurance-list-wrapper,
    .dimensions-list-wrapper {
        width: auto;
        padding: 0;
    }

    .visible-hr {
        display: none;
    }

    .hidden-hr {
        display: block;
        height: 1px;
        width: 279px;
        background: #E5E7EB;
        margin: 0;
    }

    .insurance-desc,
    .dimensions-desc {
        max-width: 269px;
        padding: 0;
    }

    /*  --------------------- Prohibited Items Section ------------------- */

    .prohibited-items {
        padding: 100px 16px;
    }

    .cbsa-btn {
        width: 343px;
        padding: 0;
    }

    .prohibited-desc-wrapper {
        text-align: center;
    }

    .prohibited-cards-wrapper {
        flex-direction: column;
    }

    .heading-prohibited {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: -0.56px;
        padding-bottom: 12px;
        margin-bottom: 0;
    }

    .desc-prohibited {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding-bottom: 16px;
    }

    .prohibited-card {
        width: 236px;
        align-items: center;
        padding: 20px 12px 20px 12px;
        height: auto;

    }

    .prohibited-card-heading {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .prohibited-card-desc {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .prohibited-card-heading,
    .prohibited-card-desc {
        max-width: 212px;
    }

    .prohibited-img-horizontal {
        display: none;
    }

    .prohibited-img-vertical {
        position: absolute;
        width: 23px;
        height: 10px;
        z-index: 10;
        bottom: -4%;
        left: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .prohibited-card-content img {
        width: 57.29px;
    }

    /*  ------------- Frequently Asked Questions Section ---------------  */

    .questions-accordion-wrapper {
        padding: 100px 16px;
    }

    .questions-accordion-heading {
        color: #111827;
        text-align: center;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.72px;
    }

    .accordion {
        width: 375px;
        overflow: hidden;
    }

    .accordion-item {
        width: 343px;
    }

    .accordion-body {
        width: 281px;
    }

    /*  --------------------- Ship Smarter Section ----------------------  */

    .desc-text-wrapper {
        width: 375px;
        padding: 100px 16px;
    }

    .desc-text {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.48px;
    }

    .skyline-mobile {
        display: block;
        width: 100%;
        height: 294px;
    }

    .skyline-img {
        display: none;
    }

    .btn-quote-transparent {
        height: 46px;
        padding: 14px 20px;
        width: 343px;
    }

    .btn-quote-transparent a {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

    /* ----------------------------------Footer------------------------------ */
    .footer-list-wrapper {
        padding: 0 16px;
    }
}

@media (min-width: 768px) and ((max-width: 1023px)) {
    .container {
        max-width: 736px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*  --------------------------- Header ------------------------- */
    .ship-with-reach-nav {
        padding: 3px;
    }

    .ship-with-reach-nav .right-nav {
        margin-right: 55px;
    }

    /*  --------------------------- Hero Section ------------------------- */

    .hero {
        position: relative;
    }

    .hero-heading-wrapper {
        padding: 0 16px;
    }

    .pills-wrapper {
        flex-direction: column;
        display: grid;
        grid-template-columns: 300px 300px;
    }

    .heading-first {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .heading-second {
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.88px;
        padding-bottom: 32px;
    }

    .quote-btn {
        margin-bottom: 64px;
    }

    .quote-btn a {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

    .fbfb-img-wrapper p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

    .ship-packages-wrapper {
        gap: 0px
    }

    .ship-packages-heading {
        font-family: 'Inter';
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.72px;
        padding-bottom: 32px;
    }

    .packages-cards-wrapper {
        flex-direction: column;
    }

    .packages-cards {
        width: 343px;
    }

    .packages-quote-btn {
        display: none;
    }

    /*  ------------------------ Services Section ------------------------ */

    .services {
        height: 1110px;
    }

    .services-content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .services::before {
        top: 21%;
        right: 70%;
        transform: scale(0.2);
    }

    .services-text-wrapper::before {
        top: 36.5%;
        left: 33%;
        transform: scale(0.8);
    }

    .services-text-wrapper,
    .services-content-wrapper,
    .services-content-desc {
        align-items: center;
    }

    .services-desc-text {
        max-width: 463px;
        margin-right: auto;
        margin-left: auto;
        text-align: justify;
    }

    .services-content-heading {
        font-size: 36px;
        font-weight: 700;
        line-height: 44px;
    }

    .services-img-container {
        padding-top: 64px;
    }

    /*  ----------------------- Add-ons Section ------------------------ */
    .add-ons {
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding: 0;

    }

    .insurance-wrapper,
    .dimensions-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-left: auto;
        margin-right: auto;
    }

    .visible-hr {
        display: none;
    }

    .hidden-hr {
        display: block;
        height: 1px;
        width: 279px;
        background: #E5E7EB;
        margin: 0;
    }

    .insurance-list-wrapper,
    .dimensions-list-wrapper {
        width: auto;
    }

    /*  -------------------- Prohibited Items Section -------------------- */
    .prohibited-cards-wrapper {
        flex-direction: column;
    }

    .prohibited-desc-wrapper {
        text-align: center;
    }

    .prohibited-card {
        width: 436px;
        align-items: center;
        padding: 20px 12px 20px 12px;
        height: auto;
    }

    .prohibited-card-content {
        padding: 20px 12px;
    }

    .prohibited-card-content img {
        width: 57.29px;
    }

    .prohibited-img-horizontal {
        display: none;
    }

    .prohibited-img-vertical {
        position: absolute;
        width: 23px;
        height: 10px;
        z-index: 10;
        bottom: -4%;
        left: 47%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .prohibited-card-content img {
        width: 57.29px;
    }

    .heading-prohibited {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: -0.56px;
        padding-bottom: 12px;
        margin-bottom: 0;
    }

    .desc-prohibited {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding-bottom: 16px;
    }

    .prohibited-card-heading {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .prohibited-card-desc {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .prohibited-card-heading,
    .prohibited-card-desc {
        max-width: 212px;
    }


    /*  -------------- Frequently Asked Questions Section ---------------  */
    .questions-accordion-container {
        width: 738px;
    }

    .questions-accordion-heading {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.72px;
    }

    .questions-accordion-header-text {
        text-align: left;
    }

    .questions-accordion-desc-text {
        max-width: 738px;
        text-align: left;
    }

    /*  --------------------- Ship Smarter Section ----------------------  */
    .desc-text-wrapper {
        left: 51%;
    }

    .desc-text-wrapper {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .desc-text {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.48px;
    }

    .btn-quote-transparent {
        height: 46px;
        padding: 14px 20px;
        width: 303px;
    }

    .btn-quote-transparent a {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

}

@media (min-width: 1024px) and ((max-width: 1200px)) {
    .container {
        max-width: 976px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*  --------------------------- Hero Section ------------------------- */
    .hero {
        position: relative;
    }

    .hero-heading-wrapper {
        padding: 0 16px;
    }

    .pills-wrapper {
        display: grid;
        grid-template-columns: 300px 300px;
    }

    .quote-btn {
        width: 303px;
        margin-bottom: 64px;
    }

    .quote-btn a {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

    .fbfb-img-wrapper p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

    .ship-packages-wrapper {
        gap: 0px
    }

    .ship-packages-heading {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.72px;
        padding-bottom: 32px;
    }

    .packages-cards {
        width: 343px;
    }

    .packages-quote-btn {
        display: none;
    }

    /*  ------------------------ Services Section ------------------------ */

    .services {
        height: 1110px;
    }

    .services-content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .services::before {
        top: 14%;
        right: 72%;
        transform: scale(0.2);
    }

    .services-text-wrapper::before {
        top: 32%;
        left: 36.5%;
        transform: scale(0.8);
    }

    .services-text-wrapper,
    .services-content-wrapper,
    .services-content-desc {
        align-items: center;
    }

    .services-desc-text {
        max-width: 463px;
        margin-right: auto;
        margin-left: auto;
        text-align: justify;
    }

    .services-content-heading {
        font-size: 36px;
        font-weight: 700;
        line-height: 44px;
    }

    .services-img-container {
        padding-top: 64px;
    }

    /*  ----------------------- Add-ons Section ------------------------ */
    .add-ons {
        display: flex;
        justify-content: center;
        gap: 32px;
        padding: 0;

    }

    .insurance-wrapper,
    .dimensions-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .visible-hr {
        display: none;
    }

    .hidden-hr {
        display: block;
        height: 1px;
        width: 279px;
        background: #E5E7EB;
        margin: 0;
    }

    .insurance-list-wrapper,
    .dimensions-list-wrapper {
        width: auto;
    }

    /*  -------------------- Prohibited Items Section -------------------- */
    .prohibited-cards-wrapper {
        flex-direction: column;
    }

    .prohibited-desc-wrapper {
        text-align: center;
    }

    .prohibited-card {
        width: 436px;
        align-items: center;
        padding: 20px 12px 20px 12px;
        height: auto;
    }

    .prohibited-card-content {
        padding: 20px 12px;
    }

    .prohibited-card-content img {
        width: 57.29px;
    }

    .prohibited-img-horizontal {
        display: none;
    }

    .prohibited-img-vertical {
        position: absolute;
        width: 23px;
        height: 10px;
        z-index: 10;
        bottom: -4%;
        left: 47%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .prohibited-card-content img {
        width: 57.29px;
    }

    .heading-prohibited {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: -0.56px;
        padding-bottom: 12px;
        margin-bottom: 0;
    }

    .desc-prohibited {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding-bottom: 16px;
    }

    .prohibited-card-heading {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .prohibited-card-desc {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .prohibited-card-heading,
    .prohibited-card-desc {
        max-width: 212px;
    }


    /*  -------------- Frequently Asked Questions Section ---------------  */
    .questions-accordion-container {
        width: 800px;
    }

    .questions-accordion-heading {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.72px;
    }

    .questions-accordion-header-text {
        text-align: left;
    }

    .questions-accordion-desc-text {
        max-width: 738px;
        text-align: left;
    }

    /*  --------------------- Ship Smarter Section ----------------------  */

    .ship-smarter {
        padding-bottom: 64px;
    }

    .desc-text-wrapper {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .desc-text {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.48px;
    }

    .btn-quote-transparent {
        height: 46px;
        padding: 14px 20px;
        width: 303px;
    }

    .btn-quote-transparent a {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }
}

@media (min-width: 1201px) and ((max-width: 1535px)) {

    /*  --------------------- Services Section ----------------------  */
    .services::before {
        top: 17.4%;
        right: 68%;
        transform: scale(0.25);
    }

    .services-text-wrapper::before {
        top: 41.4%;
        left: 13.7%;
        transform: scale(1);
    }
}
