html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: #f5f6fa;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.orbitz-header {
    background: #002244 !important;
    color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

    .orbitz-header .nav-link {
        color: #fff !important;
        font-weight: 500;
        margin-right: 1rem;
    }

        .orbitz-header .nav-link.active {
            border-bottom: 2px solid #00a4e4;
            color: #00a4e4 !important;
        }

    .orbitz-header .btn-light {
        background: #fff;
        color: #002244;
        border-radius: 20px;
        font-weight: 500;
    }

.orbitz-footer {
    background: #f5f6fa !important;
    color: #6c757d;
    font-size: 0.95rem;
    border-top: 1px solid #e0e0e0;
}

    .orbitz-footer h6 {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .orbitz-footer a {
        color: #002244;
        text-decoration: none;
    }

        .orbitz-footer a:hover {
            text-decoration: underline;
        }

/* Search bar section */
form .form-control {
    border-radius: 12px;
    border: 1px solid #cfd8dc;
    box-shadow: none;
}

form .btn-primary {
    background: #00a4e4;
    border: none;
    border-radius: 12px;
    font-weight: 600;
}

    form .btn-primary:hover {
        background: #0077b6;
    }

/* Feature highlights */
.row.text-center .bg-light {
    background: #fff !important;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #e0e0e0;
}

/* Cards */
.card {
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.card-img-top, .card-img {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    object-fit: cover;
}

.card-body {
    background: #fff;
}

/* Nav pills/tabs */
.nav-pills .nav-link {
    border-radius: 20px;
    color: #002244;
    font-weight: 500;
    margin-right: 0.5rem;
}

    .nav-pills .nav-link.active {
        background: #00a4e4;
        color: #fff !important;
    }

/* Help section */
.border.rounded.p-3 {
    background: #fff;
    border-radius: 18px !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

/* Traveling tips cards */
.card.text-white .card-img-overlay {
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.1) 100%);
    border-radius: 0 0 18px 18px;
}

/* Section headings */
h4 {
    font-weight: 700;
    color: #002244;
    margin-top: 2.5rem;
}

/* Responsive tweaks for all pages */
@media (max-width: 1199px) {
    .row.row-cols-1.row-cols-md-5 .col, .row.row-cols-1.row-cols-md-4 .col, .row.row-cols-1.row-cols-md-2 .col {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 991px) {
    .orbitz-header .container-fluid, .orbitz-footer .container {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1rem;
    }

    .orbitz-header .d-flex.align-items-center {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem;
    }

    .row.row-cols-1.row-cols-md-5 .col, .row.row-cols-1.row-cols-md-4 .col, .row.row-cols-1.row-cols-md-2 .col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .more-dest-accordion .accordion-item {
        border-left: none;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .orbitz-header, .orbitz-footer {
        text-align: center;
    }

        .orbitz-header .container-fluid, .orbitz-footer .container {
            flex-direction: column !important;
            align-items: center !important;
            gap: 0.5rem;
        }

        .orbitz-header .d-flex.align-items-center {
            flex-direction: column !important;
            align-items: center !important;
            gap: 0.5rem;
        }

    .row.text-center .col-md-4, .row.row-cols-1.row-cols-md-5 .col, .row.row-cols-1.row-cols-md-4 .col, .row.row-cols-1.row-cols-md-2 .col {
        margin-bottom: 1rem;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .more-destinations-section {
        padding-left: 0;
        padding-right: 0;
    }

    .more-dest-accordion .accordion-button {
        font-size: 1rem;
        padding-right: 1rem;
    }

    h4 {
        font-size: 1.2rem;
        margin-top: 1.5rem;
    }

    .card-img-top, .card-img {
        height: 180px !important;
    }
}

@media (max-width: 575px) {
    .orbitz-header .container-fluid, .orbitz-footer .container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .container, .container-fluid {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .card-img-top, .card-img {
        height: 120px !important;
    }

    .more-dest-accordion .accordion-button {
        font-size: 0.95rem;
        padding-right: 0.5rem;
    }
}

/* More destinations section */
.more-destinations-section {
    margin-top: 0;
    margin-bottom: 2rem;
}

    .more-destinations-section .fw-bold {
        font-size: 1.1rem;
        font-weight: 700;
        color: #222;
        letter-spacing: 0.01em;
        background: none;
    }

    .more-destinations-section .border-bottom {
        border-bottom: 1px solid #e0e0e0 !important;
    }

    .more-destinations-section ul {
        margin-top: 0.5rem;
        margin-bottom: 0;
        padding-left: 0;
    }

    .more-destinations-section li {
        margin-bottom: 0.25rem;
    }

    .more-destinations-section a {
        color: #0066c8;
        text-decoration: none;
        transition: color 0.2s;
    }

        .more-destinations-section a:hover {
            color: #002244;
            text-decoration: underline;
        }

    .more-destinations-section .mb-3 {
        padding-bottom: 0.5rem;
    }

    .more-destinations-section .float-end {
        font-size: 1.1em;
        color: #888;
    }

@media (max-width: 991px) {
    .more-destinations-section .col {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 767px) {
    .more-destinations-section .col {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* More destinations accordion custom styles */
.more-dest-accordion .accordion-item {
    border: none;
    background: transparent;
}

.more-dest-accordion .accordion-button {
    background: transparent;
    color: #222;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: none;
    border: none;
    padding-left: 0;
    padding-right: 1.5rem;
    transition: border-color 0.2s, color 0.2s;
}

    .more-dest-accordion .accordion-button:not(.collapsed) {
        color: #222;
        border-bottom: 2px solid #222;
        box-shadow: none;
    }

    .more-dest-accordion .accordion-button:after {
        content: '\25BC';
        float: right;
        margin-left: auto;
        font-size: 0.9em;
        color: #888;
        background: none;
        transform: rotate(0deg);
        transition: transform 0.2s;
    }

    .more-dest-accordion .accordion-button.collapsed:after {
        transform: rotate(-90deg);
    }

.more-dest-accordion .accordion-collapse {
    border: none;
}

.more-dest-accordion .accordion-body {
    padding-left: 0.5rem;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: transparent;
}

.more-dest-accordion ul {
    margin-bottom: 0;
}

.more-dest-accordion .accordion-item {
    border-left: 1px solid #e0e0e0;
    margin-left: -1px;
    padding-left: 1rem;
}

    .more-dest-accordion .accordion-item:first-child {
        border-left: none;
        padding-left: 0;
    }

@media (max-width: 991px) {
    .more-dest-accordion .accordion-item {
        border-left: none;
        padding-left: 0;
    }
}

/* Pixel-perfect Expedia-style footer */
.footer-rounded {
    background: #f5f6fa;
    border-radius: 20px 20px 0 0;
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
}

.orbitz-footer-main .container {
    max-width: 1200px;
}

.orbitz-footer-main .row {
    align-items: flex-start !important;
}

.orbitz-footer-main .fw-bold {
    font-size: 1.08rem;
    color: #222;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.orbitz-footer-main ul {
    margin-bottom: 0;
    padding-left: 0;
}

.orbitz-footer-main a {
    color: #0066c8;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 1rem;
}

    .orbitz-footer-main a:hover {
        color: #002244;
        text-decoration: underline;
    }

.orbitz-footer-main .footer-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin-top: 2.2rem;
    margin-bottom: 0.7rem;
}

.orbitz-footer-main .text-muted {
    color: #6c757d !important;
}

.orbitz-footer-main img[alt="Expedia Group"] {
    display: block;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}

.orbitz-footer-main .col-6, .orbitz-footer-main .col-md-2, .orbitz-footer-main .col-md-3 {
    min-width: 160px;
}

@media (max-width: 991px) {
    .footer-rounded {
        border-radius: 0;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 1.5rem;
    }

    .orbitz-footer-main .row > div {
        margin-bottom: 1.5rem;
    }

    .orbitz-footer-main .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .footer-rounded {
        border-radius: 0;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        padding-top: 1rem;
    }

    .orbitz-footer-main .row > div {
        margin-bottom: 1rem;
    }

    .orbitz-footer-main .fw-bold {
        font-size: 1rem;
    }

    .orbitz-footer-main a {
        font-size: 0.98rem;
    }
}

.footer-rounded-box {
    background: #f5f6fa;
    border-radius: 20px;
    max-width: 1240px;
    margin: 2rem auto 2.5rem auto;
    box-shadow: 0 2px 16px 0 rgba(60,60,60,0.06);
    padding: 0;
    display: block;
}

.orbitz-footer-main .container {
    padding-bottom: 0.5rem;
}

.orbitz-footer-main .footer-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin-top: 2.2rem;
    margin-bottom: 0.7rem;
    width: 100%;
}

.orbitz-footer-main .text-center.small.text-muted.pb-2 {
    padding-bottom: 1.2rem !important;
}

@media (max-width: 1300px) {
    .footer-rounded-box {
        max-width: 98vw;
    }
}

@media (max-width: 991px) {
    .footer-rounded-box {
        border-radius: 14px;
        margin: 1rem auto 1.5rem auto;
    }
}

@media (max-width: 767px) {
    .footer-rounded-box {
        border-radius: 8px;
        margin: 0.5rem auto 1rem auto;
    }
}

/* Responsive enhancements for Flights page */
@media (max-width: 991px) {
    .row.row-cols-2.row-cols-md-6 .col {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .row.row-cols-1.row-cols-md-3 .col, .row.row-cols-1.row-cols-md-3.g-3 .col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .row.row-cols-1.row-cols-md-3.row-cols-lg-4 .col {
        max-width: 50%;
        flex: 0 0 50%;
    }

        .row.row-cols-1.row-cols-md-3.row-cols-lg-4 .col:nth-child(n+3) {
            margin-top: 1rem;
        }

    .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-4, .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-5, .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .row.row-cols-2.row-cols-md-6 .col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .row.row-cols-1.row-cols-md-3 .col, .row.row-cols-1.row-cols-md-3.g-3 .col, .row.row-cols-1.row-cols-md-3.row-cols-lg-4 .col {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

    .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-4, .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-5, .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .card-img-top, .card-img {
        height: 140px !important;
    }

    .bg-white.p-4.rounded.shadow-sm.mb-4.border {
        padding: 1rem !important;
    }

    .nav.nav-pills.mb-3 {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .nav.nav-pills .nav-link {
        margin-bottom: 0.5rem;
    }

    .form-control {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .card-img-top, .card-img {
        height: 100px !important;
    }

    .bg-white.p-4.rounded.shadow-sm.mb-4.border {
        padding: 0.5rem !important;
    }

    .nav.nav-pills .nav-link {
        font-size: 0.95rem;
        padding: 0.3rem 0.7rem;
    }
}

/* Responsive enhancements for Cars page (same as Flights) */
@media (max-width: 991px) {
    .row.row-cols-2.row-cols-md-6 .col {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .row.row-cols-1.row-cols-md-3 .col, .row.row-cols-1.row-cols-md-3.g-3 .col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-4, .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-5, .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .row.row-cols-2.row-cols-md-6 .col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .row.row-cols-1.row-cols-md-3 .col, .row.row-cols-1.row-cols-md-3.g-3 .col {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

    .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-4, .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-5, .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .card-img-top, .card-img {
        height: 140px !important;
    }

    .bg-white.p-4.rounded.shadow-sm.mb-4.border {
        padding: 1rem !important;
    }

    .nav.nav-pills.mb-3 {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .nav.nav-pills .nav-link {
        margin-bottom: 0.5rem;
    }

    .form-control {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .card-img-top, .card-img {
        height: 100px !important;
    }

    .bg-white.p-4.rounded.shadow-sm.mb-4.border {
        padding: 0.5rem !important;
    }

    .nav.nav-pills .nav-link {
        font-size: 0.95rem;
        padding: 0.3rem 0.7rem;
    }
}

/* Responsive enhancements for Packages page (same as Flights/Cars) */
@media (max-width: 991px) {
    .row.row-cols-2.row-cols-md-6 .col {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .row.row-cols-1.row-cols-md-3 .col, .row.row-cols-1.row-cols-md-3.g-3 .col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-4, .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-5, .row.g-0.mb-4.rounded.shadow-sm.bg-white.align-items-center.p-3 > .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .row.row-cols-2.row-cols-md-6 .col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .row.row-cols-1.row-cols-md-3 .col, .row.row-cols-1.row-cols-md-3.g-3 .col {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

    .card-img-top, .card-img {
        height: 140px !important;
    }

    .bg-white.p-4.rounded.shadow-sm.mb-4.border {
        padding: 1rem !important;
    }

    .nav.nav-pills.mb-3 {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .nav.nav-pills .nav-link {
        margin-bottom: 0.5rem;
    }

    .form-control {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .card-img-top, .card-img {
        height: 100px !important;
    }

    .bg-white.p-4.rounded.shadow-sm.mb-4.border {
        padding: 0.5rem !important;
    }

    .nav.nav-pills .nav-link {
        font-size: 0.95rem;
        padding: 0.3rem 0.7rem;
    }
}

/* Header Logo Responsive and Large */
.etickets-logo-header {
    height: 96px !important;
    max-width: 320px !important;
    width: auto !important;
    object-fit: contain;
    display: block;
}

@media (max-width: 991.98px) {
    .etickets-logo-header {
        height: 80px !important;
        max-width: 220px !important;
    }
}

@media (max-width: 767.98px) {
    .etickets-logo-header {
        height: 80px !important;
        max-width: 90vw !important;
        margin-bottom: 0.5rem;
    }

    .orbitz-header .container-fluid {
        flex-direction: column !important;
        align-items: center !important;
        min-height: unset !important;
    }

    .orbitz-header nav {
        width: 100%;
        justify-content: center !important;
        margin-top: 0.5rem;
    }

    .orbitz-header .nav {
        flex-wrap: wrap !important;
        gap: 0.5rem !important;
        justify-content: center !important;
    }

    .orbitz-header .d-flex.align-items-center.flex-shrink-0 {
        width: 100%;
        justify-content: center !important;
        margin-bottom: 0.5rem;
    }
}

.orbitz-header .d-flex.align-items-center.flex-shrink-0 {
    justify-content: flex-start !important;
    align-items: center !important;
    width: auto;
}

.orbitz-header .container-fluid {
    justify-content: space-between !important;
    align-items: center !important;
}

.orbitz-header nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.orbitz-header .nav {
    justify-content: center !important;
    width: 100%;
}

@media (max-width: 575.98px) {
    .etickets-logo-header {
        height: 64px !important;
        max-width: 98px !important;
        margin-bottom: 0.5rem;
    }
}

.login-modal-content {
    border-radius: .5rem;
    overflow: hidden;
    min-height: 500px;
}

.login-modal-img {
    min-height: 500px;
    background: linear-gradient(120deg,#b16cea,#ff5e69 60%,#ff8a56 80%,#ffa84b);
}

@media (max-width: 767.98px) {
    .login-modal-img {
        display: none !important;
    }

    .login-modal-content {
        min-height: unset;
    }
}
@media (max-width: 767.98px) {
    .footer-logos-row {
        gap: 1.5rem 2.5rem;
    }

        .footer-logos-row .footer-logo-img {
            flex: 0 0 45%;
            max-width: 45%;
            margin-left: auto;
            margin-right: auto;
        }
}

@media (max-width: 767.98px) {
    .orbitz-header .btn.btn-outline-primary.d-md-none {
        display: block;
        border: none;
        background: transparent;
        font-size: 2rem;
        padding: 0.25rem 0.75rem;
        box-shadow: none;
    }
    .orbitz-header .navbar-toggler-icon {
        display: inline-block;
        width: 2em;
        height: 2em;
        vertical-align: middle;
        background-image: url('../images/icons8-menu-48.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 63% 66%;
    }
}

@media (min-width: 768px) {
    .orbitz-header .btn.btn-outline-primary.d-md-none {
        display: none !important;
    }
}


.offcanvas.offcanvas-start {
    background: #002244;
    color: #fff;
}
.offcanvas .offcanvas-header {
    background: #002244;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.offcanvas .offcanvas-title {
    color: #fff;
}
.offcanvas .btn-close {
    filter: invert(1) grayscale(1);
}
.offcanvas .nav-link {
    color: #fff !important;
    font-weight: 500;
    border-radius: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.offcanvas .nav-link.active,
.offcanvas .nav-link.active.text-primary {
    color: #00a4e4 !important;
    background: rgba(0,164,228,0.08);
}
.offcanvas .dropdown-menu {
    background: #002244;
    color: #fff;
    border: 1px solid #003366;
}
.offcanvas .dropdown-item {
    color: #fff;
}
.offcanvas .dropdown-item:hover,
.offcanvas .dropdown-item:focus {
    background: #003366;
    color: #00a4e4;
}
.offcanvas hr {
    border-color: rgba(255,255,255,0.15);
}
.offcanvas .btn-primary,
.offcanvas .btn-outline-primary {
    border-radius: 0.375rem;
}
@media (max-width: 767.98px) {
    .orbitz-header .container-fluid.header-bar-mobile {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
}

/* Call for Phone Deals mobile header styles */
@media (max-width: 767.98px) {
    .call-phone-mobile {
        min-width: 0;
        flex: 1 1 auto;
        justify-content: center !important;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .call-deals-link {
        background: #101c2c;
        border: 2px solid #1ec773;
        border-radius: 2rem;
        padding: 0.25rem 0.9rem 0.25rem 0.25rem;
        align-items: center;
        min-width: 0;
        max-width: 100%;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        display: flex;
        flex-direction: row;
        height: 48px;
    }
    .call-agent-img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid #fff;
        background: #fff;
        flex-shrink: 0;
    }
    .call-deals-label {
        color: #fff;
        font-size: 0.95rem;
        font-weight: 600;
        line-height: 1.1;
        text-align: left;
        margin-bottom: 0;
    }
    .call-deals-number {
        color: #1ec773;
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: 0.5px;
        text-align: left;
        margin-bottom: 0;
    }
    .call-deals-link .d-flex.flex-column {
        justify-content: center;
        align-items: flex-start;
        min-width: 0;
    }
}

