    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        width: 150px;
        height: 250px;
    }

    .price-box {
        padding: 30px 30px;
        height: 450px;
    }

    .pricing-card {
        background-color: #e7edf5;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin: 20px;
        padding: 50px;
        overflow: hidden;
    }

    .pricing-title {
        text-align: center;
        background-color: #aed049;
        color: #fff;
        padding: 50px 50px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    }

    .pricing-table {
        width: 100%;
        border-collapse: collapse;
        margin: 30px 0;

    }

    thead tr {
        background-color: #aed049;
        color: #e7edf5;


    }

    th,
    td {
        padding: 18px 25px;
        margin-right: 20px;
        text-align: center;
        font-weight: 400;


    }


    td :nth-child(1) {
        border-radius: 50px;
    }

    .pricing-table tr:last-child td:nth-child(1) {
        border-bottom-left-radius: 50px;
    }

    .pricing-table tr:last-child td:nth-child(3) {
        border-bottom-right-radius: 50px;
    }

    tr:nth-child(even) {
        background-color: #e7edf5;
    }


    .green {
        color: #28a745;
    }

    .red {
        color: #dc3545;
    }

    .warning {
        color: #dc3545;
        font-weight: bold;
    }


    .pricing-table th:nth-child(2),
    .pricing-table td:nth-child(2) {
        font-size: 1.5em;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    }

    .benefit-card {
        border: 2px solid #ccc;
        border-radius: 10px;
        padding: 20px;
        min-height: 150px;
        width: 200px !important;

    }

    table {
        border-collapse: collapse;
        position: relative;
        border: 1px solid #e7edf5;
        overflow: hidden;
    }

    .dry-ice-row {
        background-color: #f8f8f8;
        transform: scale(1.1);
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 1;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;

    }


    .dry-ice-row>td {
        position: relative;
        overflow: visible;
        z-index: 104;

    }

    .dropdown button {
        background-color: #253849;
        min-width: 130px;
        width: max-content;
        height: 40px;
        border-radius: 5px;
        color: white;
        padding: 10px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        justify-content: space-evenly;
    }

    .dropdown button img {
        margin: 0 5px 0 0;
    }

    .dropdown button img,
    .dropdown-content li img {
        width: 28px;
    }

    .dropdown button,
    .dropdown-content li {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-family: "Noto Sans JP", sans-serif;
        font-family: "Noto Sans Arabic", sans-serif;
        font-family: "Noto Sans KR", sans-serif;
        font-weight: 500;
    }

    .arrow-down {
        width: 0;
        height: 0;
        display: inline-block;
        vertical-align: middle;
        border-style: solid;
        border-width: 4px 4px 0 4px;
        border-color: #fff transparent transparent transparent;
        margin: 0 0 0 5px;
    }

    .dropdown button:hover {
        cursor: pointer;
        background-color: #3c5b77;
    }

    /* Style for the dropdown content */
    .dropdown-content {
        display: none;
        position: absolute;
        margin: 1px 0 0 0;
        padding: 0;
        background-color: #f5f5f5;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 5px;
        overflow-y: scroll;
        max-height: 315px;
    }

    /* Style for the dropdown content items */
    .dropdown-content li {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        justify-content: end;
    }

    .dropdown-content li img {
        margin: 0 20px 0px 20px;
    }

    /* Style for the dropdown content items on hover */
    .dropdown-content li:hover {
        background-color: #f1f1f1;
        cursor: pointer;
        color: blue;
        border-radius: 5px;
    }

    /* Show the dropdown content when the dropdown button is clicked */
    .dropdown:focus-within .dropdown-content {
        display: block;
    }

    /* Animate the dropdown content */
    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .dropdown-content {
        animation: slideIn 0.3s ease-out;
    }

    /* Scrollbar styles */
    ::-webkit-scrollbar {
        width: 8px;
        height: 10px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: #c2c9d2;
    }

    .overlay-image {
        position: relative;
        display: inline-block;
    }

    .overlay-image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.3);
        /* White overlay with 70% opacity */
        z-index: 1;
    }

    .overlay-image img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 2;
    }

    /*
table .tbody {
    .tr:first-child{
        margin: 0 calc(1.2em*1.25);
        font-size: 1.125em;
        width: calc(100% + 1.2em*3);
        border: 1px solid #e7edf5
    }
}
*/
    .comparison .table-responsive {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        overflow-x: auto;
    }

    .comparison table {
        width: 1000px;
        min-width: 700px;
        table-layout: fixed;
    }

    @media (max-width: 767.98px) {
        .comparison .table-responsive {
            border: 0;
        }

        .comparison table {
            border: 0;
            min-width: 100%;
        }

        .comparison thead {
            display: none;
        }

        .comparison tbody tr {
            display: block;
            margin-bottom: 1.5rem;
            border: 1px solid #e7edf5;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            background: #fff;
            padding: 1rem;
        }

        .comparison tbody td {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: .5rem 0;
            border: none;
            font-size: 1em;
        }

        .comparison tbody td:before {
            content: attr(data-label);
            font-weight: bold;
            color: #001D77;
            flex-basis: 55%;
            text-align: center;
        }
    }

    #navbar-navlist {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #navbar-navlist .nav-link {
        display: block;
        width: 100%;
        word-break: break-word;

        white-space: normal;
    }

    #navbar-navlist .nav-item {
        flex: 1 1 0;
        text-align: center;
        min-width: 120px;
    }

    .btn-outline-black {
        color: #aed047 !important;
        border-color: #aed047 !important;
        background-color: transparent !important;
        transition: all 1.3s cubic-bezier(.4, 2, .6, 1);
    }

    .btn-outline-black:hover,
    .btn-outline-black:focus {
        color: #fff !important;
        background-color: #aed047 !important;
        border-color: #aed047 !important;
        transform: translateY(-6px);
        box-shadow: 0px 8px 20px -6px rgba(240, 80, 80, 0.6);
        box-shadow: 0 8px 24px rgba(174, 208, 71, 0.18);
    }

    .guide-hero {
        background: linear-gradient(105deg, rgba(0, 29, 119, 0.85), rgba(37, 56, 73, 0.75)), url('../images/Aero2_UltraSeries_Warehouse_HeroShot-web-2.jpg') center/cover;
        color: #fff;
        min-height: 420px;
        display: flex;
        align-items: center;
        position: relative;
        margin-top: 95px;
        padding: 80px 0;
    }

    .guide-hero .badge-guide {
        background: rgba(255, 255, 255, 0.15);
        color: #aed047;
        backdrop-filter: blur(4px);
        letter-spacing: 0.12em;
        text-transform: uppercase;
        font-size: 0.75rem;
        padding: 0.45rem 1rem;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }

    .guide-hero .badge-guide span {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #aed047;
        box-shadow: 0 0 12px rgba(174, 208, 71, 0.65);
    }

    .guide-hero h1 {
        font-size: clamp(2.2rem, 4vw, 3.45rem);
        font-weight: 700;
        line-height: 1.15;
        margin-bottom: 1rem;
    }

    .guide-hero p.lead {
        font-size: 1.1rem;
        max-width: 620px;
    }

    .guide-hero .cta-group {
        margin-top: 2rem;
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .guide-hero .cta-group .btn-outline-light {
        border-color: rgba(255, 255, 255, 0.6);
        color: #fff;
    }

    .guide-hero .cta-group .btn-outline-light:hover {
        background: #fff;
        color: #001d77;
    }

    .guide-hero .info-card,
    .guide-hero .info-card p {
        color: #3b4c63;
    }

    .guide-hero .info-card li span+span {
        color: inherit;
    }

    .guide-intro {
        background: #f7f9fc;
        padding: 70px 0;
    }

    .guide-intro .intro-wrapper {
        background: #fff;
        border-radius: 24px;
        box-shadow: 0 24px 60px rgba(0, 29, 119, 0.08);
        padding: 3rem;
    }

    .guide-intro .intro-label {
        text-transform: uppercase;
        letter-spacing: 0.18em;
        color: #96a5ba;
        font-weight: 700;
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .guide-intro h2 {
        color: #001d77;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }

    .guide-intro p {
        color: #3b4c63;
        line-height: 1.7;
    }

    .guide-intro .intro-highlight {
        background: linear-gradient(135deg, rgba(174, 208, 71, 0.12), rgba(0, 29, 119, 0.08));
        border-left: 4px solid #aed047;
        border-radius: 18px;
        padding: 1.5rem;
        margin-top: 1.75rem;
    }

    .guide-intro .intro-card {
        background: #f1f5fb;
        border-radius: 18px;
        padding: 2rem;
        border: 1px solid rgba(0, 29, 119, 0.08);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    }

    .guide-intro .intro-card h3 {
        color: #001d77;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }

    .guide-icon {
        float: left;
        width: 75px;
        height: auto;
        clip-path: circle(60%);
        shape-outside: circle(50%);
        margin-right: 10px;
        /* object-fit: contain; */
    }

    .info-circle{
        float: right;
        width: 90%;
        height: auto;
        clip-path: circle(60%);
        shape-outside: (65%);
        object-fit: cover;
        margin-bottom: 10px;
    }

    .intro-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        gap: 0.75rem;
    }

    .intro-list li {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        color: #30445d;
        line-height: 1.6;
    }

    .intro-list li::before {
        content: "\2022";
        font-size: 1.4rem;
        color: #aed047;
        line-height: 1;
        transform: translateY(2px);
    }

    .intro-list li strong {
        color: #001d77;
    }

    .guide-body {
        background: #f5f7fa;
        padding: 80px 0;
    }

    .guide-body .guide-wrapper {
        position: relative;
    }

    .guide-sidebar {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 16px 45px rgba(0, 29, 119, 0.08);
        padding: 2rem;
        position: sticky;
        top: 110px;
    }

    .guide-sidebar h2 {
        font-size: 1.05rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        color: #001d77;
        margin-bottom: 1.5rem;
    }

    .guide-nav button {
        background: transparent;
        border: none;
        width: 100%;
        text-align: left;
        padding: 0.75rem 0;
        color: #445b75;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ecf0f5;
        transition: color 0.25s ease, transform 0.25s ease;
    }

    .guide-nav button .mdi {
        opacity: 0;
        transform: translateX(-8px);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    .guide-nav button.active,
    .guide-nav button:hover {
        color: #001d77;
        transform: translateX(6px);
    }

    .guide-nav button.active .mdi,
    .guide-nav button:hover .mdi {
        opacity: 1;
        transform: translateX(0);
    }

    .guide-content {
        background: #fff;
        border-radius: 24px;
        box-shadow: 0 25px 60px rgba(0, 29, 119, 0.06);
        padding: 3rem;
    }

    .guide-section {
        display: none;
        animation: fadeIn 0.45s ease;
    }

    .guide-section.active {
        display: block;
    }

    .guide-section h3 {
        color: #001d77;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .guide-section h4 {
        color: #001d77;
        font-weight: 600;
    }

    .guide-section p {
        color: #3b4c63;
        line-height: 1.7;
    }

    .guide-content .guide-cta {
        display: flex;
        justify-content: center;
    }

    .guide-content a.link-primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.55rem;
        background: #aed047;
        color: #001d77;
        font-weight: 700;
        padding: 0.65rem 1.5rem;
        border-radius: 999px;
        text-decoration: none;
        box-shadow: 0 12px 28px rgba(0, 29, 119, 0.12);
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
        margin-inline: auto;
        text-align: center;
    }

    .guide-content a.link-primary,
    .guide-content a.link-primary:visited,
    .guide-content a.link-primary:hover,
    .guide-content a.link-primary:focus,
    .guide-content a.link-primary:active {
        color: #001d77 !important;
    }

    .guide-content a.link-primary::after {
        content: "\2192";
        font-size: 1.05rem;
        line-height: 1;
        transition: transform 0.2s ease;
    }

    .guide-section figure {
        margin: 2rem 0;
        background: #f0f4fb;
        padding: 1.25rem;
        border-radius: 16px;
        text-align: center;
    }

    .guide-section figure img {
        border-radius: 12px;
        max-height: 280px;
        object-fit: cover;
    }

    .guide-section figure figcaption {
        margin-top: 1rem;
        font-size: 0.85rem;
        color: #5a6f87;
    }

    .quote-highlight {
        background: linear-gradient(135deg, rgba(0, 29, 119, 0.08), rgba(174, 208, 71, 0.14));
        border-left: 4px solid #aed047;
        padding: 1.5rem;
        border-radius: 16px;
        font-style: italic;
        color: #001d77;
        box-shadow: 0 18px 38px rgba(0, 29, 119, 0.08);
    }

    .quote-highlight footer {
        margin-top: 0.75rem;
        font-size: 0.9rem;
        font-style: normal;
        color: #3b4c63;
    }

    .guide-points {
        list-style: none;
        padding: 0;
        margin: 2rem 0;
        display: grid;
        gap: 1rem;
    }

    .guide-points li {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        background: #f7faf1;
        border-radius: 14px;
        padding: 1rem 1.25rem;
        color: #30445d;
    }

    .guide-points li .mdi {
        font-size: 1.4rem;
        color: #aed047;
    }

    .highlight-callout {
        border-left: 4px solid #aed047;
        background: linear-gradient(120deg, rgba(174, 208, 71, 0.12), rgba(0, 29, 119, 0.08));
        border-radius: 14px;
        padding: 1.5rem;
        margin: 2rem 0;
    }

    .highlight-callout strong {
        color: #001d77;
    }

    .info-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
        gap: 1.25rem;
    }

    .info-card {
        background: #fff;
        padding: 1.5rem;
        border-radius: 18px;
        box-shadow: 0 16px 40px rgba(0, 29, 119, 0.05);
        border: 1px solid rgba(0, 29, 119, 0.06);
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }

    .info-card .mdi {
        font-size: 1.75rem;
        color: #aed047;
    }

    .info-card h4 {
        font-size: 1rem;
        color: #001d77;
        margin: 0;
    }

    .mini-divider {
        width: 48px;
        height: 3px;
        border-radius: 99px;
        background: #aed047;
    }

    .section-title {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.95rem;
        letter-spacing: 0.22em;
        color: #96a5ba;
        margin-bottom: 0.85rem;
    }

    .map-wrapper {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 18px 55px rgba(0, 29, 119, 0.08);
    }

    .support-card {
        background: linear-gradient(135deg, rgba(0, 29, 119, 0.95), rgba(26, 45, 83, 0.85));
        color: #fff;
        border-radius: 22px;
        padding: 2.5rem;
        box-shadow: 0 20px 48px rgba(0, 29, 119, 0.35);
    }

    .support-card h3 {
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .support-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        gap: 0.85rem;
    }

    .support-card ul li {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .support-card ul li .mdi {
        color: #aed047;
    }

    .why-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .why-card {
        background: #fff;
        border-radius: 18px;
        padding: 1.75rem;
        border: 1px solid rgba(0, 29, 119, 0.08);
        box-shadow: 0 16px 42px rgba(0, 29, 119, 0.06);
        display: grid;
        gap: 0.6rem;
    }

    .why-card h4 {
        margin: 0;
        color: #001d77;
    }

    .contact-section {
        background: linear-gradient(120deg, rgba(0, 29, 119, 0.95), rgba(37, 56, 73, 0.85));
        color: #fff;
        padding: 80px 0;
    }

    .contact-section .contact-card {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 22px;
        padding: 2.5rem;
        backdrop-filter: blur(6px);
        box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
    }

    .contact-section label {
        font-weight: 600;
        margin-bottom: 0.35rem;
    }

    .contact-section input,
    .contact-section textarea {
        border-radius: 12px;
        border: none;
        padding: 0.75rem 1rem;
        width: 100%;
        margin-bottom: 1rem;
    }

    .contact-section textarea {
        min-height: 120px;
    }

    .contact-section .btn {
        background: #aed047;
        color: #001d77;
        font-weight: 700;
        border-radius: 999px;
        padding: 0.75rem 1.75rem;
        border: none;
    }

    .contact-section .btn:hover {
        background: #c7e26d;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 991.98px) {
        .guide-hero {
            margin-top: 80px;
            padding: 70px 0;
        }

        .guide-intro .intro-wrapper {
            padding: 2.25rem;
        }

        .guide-hero .cta-group {
            width: 100%;
        }

        .guide-sidebar {
            position: static !important;
            margin-bottom: 2rem;
        }

        .guide-content {
            padding: 2.25rem;
        }
    }

    @media (max-width: 575.98px) {
        .guide-hero {
            padding: 60px 0;
        }

        .guide-intro {
            padding: 60px 0;
        }

        .guide-intro .intro-wrapper {
            padding: 1.75rem;
        }

        .guide-content {
            padding: 1.75rem;
        }

        .guide-nav button {
            font-size: 0.95rem;
        }
    }