.roaming-landing {
    --rl-blue: #064F92;
    --rl-dark-blue: #003f73;
    --rl-yellow: #DFE70E;
    --rl-text: #111827;
    --rl-muted: #687385;
    --rl-line: #d7dde7;
    --rl-soft: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
    color: var(--rl-text);
    background: #fff;
}

.roaming-landing a {
    text-decoration: none;
}

.rl-hero {
    background:url("../images/roaming-redesign/hero-plane.webp") center / cover no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 35px 0 45px;
}

.rl-hero-content {
    max-width: 620px;
    margin: 0 auto;
}

.rl-hero h1 {
    margin: 0 0 8px;
    color: var(--rl-yellow);
    font-size: 36px;
    font-weight: 600
}

.rl-hero p {
    margin: 0 auto 22px;
    color: #fff;
    font-size: 16px !important;
}

.rl-search-card {
    width: min(100%, 620px);
    margin: 0 auto;
    padding: 20px 60px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 16px 35px rgba(0, 30, 60, .18);
}

.rl-search-card h2 {
    margin: 0 0 18px;
    font-size: 28px;
    font-weight: 600;
}

.rl-select-wrap {
    position: relative;
}
.rl-select-wrap .select2 {
    width: 100% !important;
}
.rl-select-wrap i {
    position: absolute;
    top: 50%;
    left: 18px;
    color: #12a5df;
    font-size: 20px;
    transform: translateY(-50%);
    z-index: 2;
}

.rl-select-wrap .form-select {
    height: 56px;
    padding-left: 50px;
    border-radius: 4px;
    color: #3d4653;
    font-size: 13px;
    box-shadow: none;
}
.rl-select-wrap .select2-selection__rendered{
    border: 1px solid #D1D1D1 !important;
    background: #F5F5F5 !important;
    border-radius: 4px !important;
    padding-left: 15px !important;
}
.rl-select-wrap .select2-container--default .select2-selection--single{
    border:0 !important;
}
.rl-select-wrap .img-flag{
    border: 0 !important;
}
.rl-flag-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    font-size: 20px;
}

.rl-section {
    padding: 44px 0;
}

.rl-section-title {
    margin: 0 auto 26px;
    text-align: center;
}

.rl-section-title span {
    display: block;
    color: var(--rl-blue);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.rl-section-title h2 {
    margin: 0 0 10px;
    font-weight: 700;
}

.rl-section-title p {
    margin: 0;
    color: #545454;
    font-size: 18px;
}

.rl-dynamic-rates {
    padding: 24px 0 0;
}

.rl-dynamic-rates .container {
    max-width: 1160px;
}

.rl-dynamic-rates .newsNote {
    align-items: center;
    gap: 12px;
    max-width: 960px;
    margin: 0 auto 24px;
    padding: 14px 18px;
    border-radius: 8px;
    background: #eaf7ff;
}

.rl-dynamic-rates .newsNote[style*="display: block"] {
    display: flex !important;
}

.rl-dynamic-rates .newsNote img {
    width: 34px;
    height: 34px;
}

.rl-dynamic-rates .newsNote p {
    margin: 0;
    color: #123;
    font-size: 13px;
}

.rl-dynamic-rates .newsNote span {
    font-weight: 800;
}

.rl-dynamic-rates .roamingPackageTitle {
    text-align: center;
}

.rl-dynamic-rates .roamingPackageTitle h2 {
    font-size: 24px;
    font-weight: 800;
}

.rl-dynamic-rates .roamingPackageTitle p {
    color: var(--rl-muted);
}

.rl-dynamic-rates .roamingDataCalLRates {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 1320px;
    margin: 20px auto 36px;
}

.rl-dynamic-rates .roamingDataCalLRates[style*="display: block"] {
    display: grid !important;
}

.rl-dynamic-rates .romaingRatesList {
    padding: 20px;
    border: 1px solid #dce3ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 55, 110, .08);
}

.rl-dynamic-rates .romaingRatesList h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: var(--rl-blue);
    font-weight: 800;
}

.rl-dynamic-rates .romaingRatesInnerList {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #edf0f4;
}

.rl-dynamic-rates .romaingRatesInnerList p {
    margin: 0;
    font-size: 13px;
}

.rl-destination-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 1320px;
    margin: 0 auto;
}

.rl-destination-card {
    overflow: hidden;
    border: 1px solid #d8dfea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(16, 24, 40, .08);
    padding: 8px;
}

.rl-destination-card img {
    width: 100%;
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
    display: block;
}

.rl-destination-info {
    padding: 8px 0 0;
}

.rl-destination-info strong {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.rl-destination-info .rl-add-on-info {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
    margin-top: -4px;
}
.rl-destination-info .rl-add-on-info span{
    color: var(--rl-blue);
    font-size: 13px;
    background: #EEF4FF;
    padding: 2px 6px;
}
.rl-destination-info  i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 34px;
    border-radius: 999px;
    color: #fff;
    background: var(--rl-blue);
    font-size: 16px;
}

.rl-activation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1320px;
    margin: 0 auto;
    border-radius: 20px;
    background: #f1f1f1;
}

.rl-device-card {
    position: relative;
    padding: 45px 20px 42px 82px;
    min-height: 210px;
    border-radius: 20px;
}

.rl-device-card > i,
.rl-device-card svg {
    position: absolute;
    left: 24px;
    top:38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 24px;
}
.rl-device-card svg path{
    fill: #fff;
}
.rl-device-card svg .rl-ios-icon{
    fill: #000;
}
.rl-device-card > i {
    color: #fff;
    background: #000;
}

.rl-android-card > i {
    color: var(--rl-blue);
    background: var(--rl-yellow);
}
.rl-device-card:hover{
    background: var(--rl-blue);
    box-shadow: -20px 0px 24px #064F9229;
    border-radius: 20px;
    color: #fff;
    h3{
        color: var(--rl-yellow);
    }
    svg path{
    fill: #000;
}
    svg .rl-ios-icon{
    fill: var(--rl-yellow);
}
}
.rl-ios-card > i {
    color: #fff;
    background: #000;
}

.rl-android-card {
    border-radius: 12px;
    
}

.rl-android-card > i {
    color: var(--rl-blue);
    background: var(--rl-yellow);
}

.rl-device-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 600;
}


.rl-device-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rl-device-card li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 32px;
    font-size: 18px;
    font-weight: 500;
}

.rl-device-card li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
}

.rl-check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    max-width: 1320px;
    margin: 0 auto;
}

.rl-plus-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 17px 0;
    border: 0;
    border-bottom: 1px solid #d6dce5;
    color: #08142b;
    background: transparent;
    text-align: left;
    font-size: 16px;
    font-weight: 800;
}

.rl-plus-title i {
    display: none;
}

.rl-plus-title:after {
    content: "\2b";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 16px;
    border: 1px solid var(--rl-blue);
    border-radius: 50%;
    color: var(--rl-blue);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    flex: 0 0 auto;
}

.rl-plus-title[aria-expanded="true"]:after {
    content: "\f068";
}

.rl-check-feature p {
    margin: 16px 0 0;
    color: #000000;
    font-size: 14px !important;
}

.rl-cta , .rl-activation{
    padding: 10px 0 30px;
}

.rl-cta-card {
    display: grid;
    grid-template-columns: 1fr 340px;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    background: url("../images/roaming-redesign/beach-cta.webp") center / cover no-repeat;
}

.rl-cta-card div {
    padding: 26px 58px 30px;
}

.rl-cta-card h2 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 36px !important;
    font-weight: 700;
}

.rl-cta-card p {
    margin: 0 0 15px;
    color: var(--rl-yellow);
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.rl-cta-card a {
    display: inline-flex;
    padding: 12px 20px;
    color: #111827 !important;
    background: var(--rl-yellow);
    border-radius: 4px;
    font-size: 16px;
}

.rl-cta-card img {
    width: 100%;
    height: 132px;
    object-fit: cover;
}

.rl-faq-menu {
    max-width: 1320px;
    margin: 0 auto;
}

.rl-faq .faq-wrap {
    margin: 0;
}

.rl-faq .faq-answer p {
    margin: 0;
}

.rl-app-strip {
    padding: 36px 0;
    background: #f3f3f3;
}

.rl-app-grid {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 42px;
    max-width: 1320px;
    margin: 0 auto;
}

.rl-app-copy,
.rl-app-download {
    display: flex;
    align-items: center;
    gap: 18px;
}



.rl-app-copy h2 {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 32px !important;
}
.rl-app-download h3 {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 22px !important;
}
.rl-app-copy h2 {
    font-size: 28px !important;
}

.rl-app-copy p {
    margin: 0;
    font-size: 18px !important;
}
.rl-app-download p{
    margin: 0;
    font-size: 15px;
    width: 183px;
    line-height: 15px;
}
.rl-app-download img {
    width: 95px;
    height: 95px;
}

.rl-store-buttons {
    display: none;
    gap: 8px;
}

.rl-store-buttons img {
    height: 34px;
}

.rl-detail-hero {
    min-height: 278px;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: linear-gradient(180deg, rgba(6, 79, 146, 0.82), rgb(0 0 0 / 65%)), var(--detail-hero-desktop-image, url("../images/roaming-redesign/detail-page-banner.webp"));
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rl-detail-hero h1 {
    margin: 0 0 8px;
    color: var(--rl-yellow);
    font-size: 36px;
    font-weight: 700;
    span{
        color: #fff;
    }
}

.rl-detail-hero p {
    margin: 0;
    color: #fff;
    font-size: 16px !important;
}

.rl-detail-tabs {
    padding: 34px 0 44px;
}

.rl-tab-switch {
    width: fit-content;
    margin: 0 auto 28px;
    padding: 3px;
    border-radius: 999px;
    background: #fff;
    gap: 10px;
    margin-bottom: 20px !important;
}

.rl-tab-switch .nav-link {
    width: 200px;
    padding: 9px 18px;
    border-radius: 999px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    border: 1px solid #DCDCDC;
}

.rl-tab-switch .nav-link.active {
    color: #fff;
    background: var(--rl-blue);
}

.roaming-detail .packagesGrid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.rl-detail-addon-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.rl-detail-addon-grid .packageItemOuter {
    display: block !important;
    border: 2px solid #DBF2FA;
    border-radius: 12px;
    background: #DBF2FA;
    overflow: hidden;
}

.rl-detail-addon-grid .packageItemOuter.rl-addon-hidden {
    display: none !important;
}

.roaming-detail .packageItemInner {
    position: relative;
    height: 100%;
    padding: 22px 40px 86px !important;
    border: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

.roaming-detail .packageItemInner h5 {
    margin: 0 0 5px;
    color: #888888;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.roaming-detail .packageItemInner h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px;
    color: #252525;
    font-size: 40px !important;
    font-weight: 700;
}

.roaming-detail .packageItemInner h2 span {
    color: #2096D3;
    font-size: inherit;
}

.roaming-detail .packageItemInner p {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 5px;
    color: #545454;
    font-size: 16px !important;
    font-weight: 500;
    padding-left: 0px;
}

.roaming-detail .packageItemInner p i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #545454;
    font-size: 16px;
}

.roaming-detail .packageFooter {
    position: absolute;
    bottom: 25px;
    left: 40px;
    width: calc(100% - 80px);
    text-align: center;
}

.roaming-detail .packageFooter .buyNow,
.rl-blue-deal a {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 12px 18px;
    border: 0;
    border-radius: 6px;
    color: #111827;
    background: var(--rl-yellow);
    font-size: 16px;
    font-weight: 600;
}

.rl-view-all {
    text-align: center;
    margin: 18px 0 0;
    a{
        text-decoration: underline;
    }
}

.rl-view-all a,
.rl-more-guides > a,
.rl-view-country {
    color: #2096D3;
    font-size: 16px;
    font-weight: 900;
}

.rl-holiday-deals {
    margin-top: 36px;
    padding: 42px 0 50px;
    background: #f5f5f5;
    box-shadow: 0 0 0 100vmax #f5f5f5;
    clip-path: inset(0 -100vmax);
}

.roaming-detail .rl-blue-deal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.rl-blue-deal {
    position: relative;
    padding: 22px 30px 86px;
    border: 2px solid var(--rl-blue);
    border-radius: 12px;
    color: #fff;
    background: #064F92;
    box-shadow: 0 18px 36px rgba(6, 79, 146, 0.18);
}

.rl-blue-deal span {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.rl-blue-deal h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px;
    color: var(--rl-yellow);
    font-size: 36px !important;
    font-weight: 700;
}

.rl-blue-deal h3 strong {
    color: #fff;
    font-size: inherit;
}

.rl-blue-deal p {
    position: relative;
    margin: 0 0 5px;
    padding-left: 30px;
    color: #fff;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.4;
}

.rl-blue-deal p:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--rl-yellow);
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 900;
}

.rl-blue-deal a {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
    color: #000 !important;
}

.rl-payg-rates {
    max-width: 1000px;
    margin: 0 auto;
}

.rl-payg-heading,
.rl-payg-group {
    margin-bottom: 8px;
    padding: 18px 22px;
    border-radius: 6px;
    background: #F5F5F5;
}

.rl-payg-heading,
.rl-payg-group div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.rl-payg-rates h3 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px !important;
    font-weight: 600;
}
.rl-payg-rates strong span{
    color: #848484;
}
.rl-payg-rates i {
    color: var(--rl-blue);
}
.rl-payg-group h3{
    margin-bottom:10px;
}
.rl-payg-group div {
    padding: 10px 0 10px 0;
    font-size: 16px;
    margin-left: 36px;
    color: #252525;
    border-bottom: 1px dashed #D1D1D1;
}
.rl-payg-group div:last-child {
    border-bottom: 0;
}
.rl-free-tag {
    padding: 4px 12px;
    border-radius: 4px;
    background: var(--rl-yellow);
    font-size: 14px;
}

.rl-guide {
    padding: 10px 0 42px;
}

.rl-guide .container {
    max-width: 1320px;
}

.rl-guide {
    color: #374151;
    font-size: 16px;
}

.rl-guide h2,
.rl-guide h3 {
    color: #111827;
    font-weight: 700;
}

.rl-guide h2 {
    margin: 4px 0 18px;
    text-align: center;
    font-size: 24px;
}

.rl-guide h3 {
    margin: 28px 0 12px;
    font-size: 22px !important;
}

.rl-view-country {
    display: block;
    text-align: center;
}

.rl-guide-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px;
}

.rl-guide-pills a {
    padding: 10px 24px;
    border-radius: 999px;
    color: #000;
    background: #dff5ff;
    font-size: 16px;
    font-weight: 600;
}

.rl-info-table {
    margin: 20px 0 30px;
    border-top: 1px solid #e5e7eb;
}

.rl-info-table > div {
    display: grid;
    grid-template-columns: 250px 1fr;
    border-bottom: 1px solid #e5e7eb;
}

.rl-info-table span,
.rl-info-table strong {
    padding: 14px 6px 14px 0px;
    font-weight: 400;
}

.rl-info-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #111827;
    font-size: 14px;
}

.rl-info-table th,
.rl-info-table td {
    padding: 13px 0;
    border-bottom: 1px dotted #e5e7eb;
    text-align: left;
    vertical-align: top;
}

.rl-info-table th {
    border-bottom-style: solid;
    font-weight: 700;
}

.rl-info-table th:first-child,
.rl-info-table td:first-child {
    width: 240px;
    padding-right: 5px;
}

.rl-info-table th:nth-child(2),
.rl-info-table td:nth-child(2) {
    padding-left: 10px;
    border-left: 1px dotted #e5e7eb;
}

.rl-more-guides {
    text-align: center;
    margin-top: 30px;
}

.rl-more-guides div {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .rl-hero {
        align-items: flex-start;
        background: url("../images/roaming-redesign/hero-plane-mobile.webp") center / cover no-repeat;
        padding: 30px 0 15px;
    }

    .rl-hero-content {
        padding: 5px 0 30px;
    }

    .rl-hero h1 {
        font-size: 28px;
    }

    .rl-hero p {
        font-size: 16px;
    }

    .rl-search-card {
        padding: 22px 20px 19px;
    }

    .rl-search-card h2 {
        font-size: 20px;
    }

    .rl-destination-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .rl-activation-grid,
    .rl-check-grid,
    .rl-app-grid {
        grid-template-columns: 1fr;
    }

    .rl-activation-grid {
        gap: 24px;
        background: transparent;
    }
    .rl-device-card > i, .rl-device-card svg{
        width: 66px;
        height: 66px;
        left: 50%;
        top: -33px;
        transform: translateX(-50%);
    }

    .rl-device-card {
        padding: 55px 22px 26px;
        border-radius: 12px;
        margin-top: 30px;
    }

    .rl-ios-card, .rl-device-card {
        background: #f2f2f2;
    }

    .rl-device-card > i {
        left: 50%;
        top: -18px;
        width: 62px;
        height: 62px;
        font-size: 38px;
        transform: translateX(-50%);
    }

    .rl-device-card ul {
        text-align: left;
    }

    .rl-check-grid {
        gap: 0;
    }

    .rl-cta {
        background: url("../images/roaming-redesign/beach-cta-mobile.webp") center / cover no-repeat;
        padding: 30px 0;
        margin: 15px 0;
    }
    
    .rl-cta-card {
        background: fixed;
        display: block;
        min-height: auto;
        border-radius: 0;
        text-align: center;
    }

    .rl-cta-card div {
        padding: 0 20px;
    }

    .rl-cta-card h2 {
        font-size: 22px !important;
        margin-bottom: 8px;
    }

    .rl-cta-card img {
        display: none;
    }

    .rl-app-strip {
        background: #dff5ff;
        text-align: center;
    }

    .rl-app-copy,
    .rl-app-download,
    .rl-store-buttons {
        justify-content: center;
    }
.rl-app-grid{
    gap: 10px
}
    .rl-app-copy {
        display: block;
    }

    .rl-app-copy svg {
        display: block;
        margin:0 auto 15px;
        font-size: 46px;
    }

    .rl-app-copy h2 {
        font-size: 26px !important;
    }
    .rl-app-copy p, .rl-device-card li{
        font-size: 16px !important;
    }
    .rl-app-download {
        display: none;
    }

    .rl-store-buttons {
        display: flex;
    }

    .rl-dynamic-rates .roamingDataCalLRates {
        grid-template-columns: 1fr;
        max-width: 390px;
    }

    .rl-detail-hero {
        min-height: 180px;
    }

    .rl-detail-hero h1 {
        font-size: 22px;
    }

    .rl-detail-hero p {
        margin: 0 auto;
    }

    .rl-detail-addon-grid,
   .roaming-detail .rl-blue-deal-grid {
        grid-template-columns: 1fr;
    }

    .roaming-detail .packageItemInner,
    .rl-blue-deal {
        padding: 18px 20px 78px !important;
    }

    .roaming-detail .packageFooter,
    .rl-blue-deal a {
        left: 20px;
        width: calc(100% - 40px);
    }

    .rl-payg-rates {
        max-width: 390px;
    }

    .rl-guide .container {
        max-width: 420px;
    }

    .rl-guide-pills {
        gap: 8px;
    }

    .rl-guide-pills a {
        padding: 9px 14px;
        font-size: 14px;
    }

    .rl-info-table > div {
        grid-template-columns:170px 1fr;
        font-size: 16px;
    }

    .rl-info-table {
        overflow-x: auto;
    }

    .rl-info-table span:first-child,
    .rl-info-table strong:first-child {
        border-right: 0;
    }
    .rl-guide p{
        font-size: 16px !important;
    }
    .rl-info-table th:first-child, .rl-info-table td:first-child{
        width: 160px;
    }
    .rl-info-table th, .rl-info-table td{
        white-space: normal
    }
}

@media (max-width: 575px) {
    .rl-hero {
        padding: 25px 0 0px;
    }
    .rl-hero h1 {
        font-size: 22px;
    }
    .rl-hero p{
        letter-spacing: 1.3px !important;
    }
    .rl-section {
        padding: 15px 0;
    }

    .rl-section-title {
        margin-bottom: 20px;
    }
    .rl-guide-pills a {
        text-align: center;
    }
    .rl-section-title h2 {
        font-size: 20px !important;
    }
    .rl-destination-card{
        padding:5px
    }
    .rl-section-title p {
        margin: 0 auto;
        font-size: 16px !important;
    }

    .rl-hero .container,
    .rl-section .container,
    .rl-dynamic-rates .container,
    .rl-cta .container,
    .rl-app-strip .container {
        padding-left: 14px;
        padding-right: 14px;
    }



    .rl-flag-row {
        gap: 7px;
        font-size: 14px;
    }


    .rl-destination-info .rl-add-on-info span {
        font-size: 12px;
    }

    .rl-destination-info i {
        width: 34px;
        height: 21px;
        font-size: 14px;
        position: relative;
        top:-10px
    }
    .rl-destination-info .rl-add-on-info{
        margin-top: 5px;
    }




    .rl-tab-switch {
        width: 100%;
    }

    .rl-tab-switch .nav-item {
        flex: 1;
    }
    .rl-detail-tabs {
        padding: 25px 0 10px;
    }
    .rl-holiday-deals{
        margin-top: 25px;
        padding: 30px 0 30px;
    }
    .rl-guide-pills{
        display:grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .rl-tab-switch .nav-link {
        width: 100%;
        min-width: 0;
        padding: 12px 8px;
        font-size: 14px;
    }

    .rl-payg-heading,
    .rl-payg-group {
        padding: 15px 14px;
    }


    .roaming-detail .packageItemInner h5,
    .rl-blue-deal span {
        font-size: 13px !important;
    }

    .roaming-detail .packageItemInner h2,
    .rl-blue-deal h3 {
        margin-bottom: 8px;
        font-size: 30px !important;
    }

    .roaming-detail .packageItemInner p,
    .rl-blue-deal p {
        font-size: 14px !important;
    }

    .rl-guide {
        font-size: 12px;
    }

    .rl-guide h3 {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .rl-detail-hero {
        background-image: linear-gradient(90deg, rgba(6, 79, 146, 0.82), rgba(39, 50, 64, 0.72)), var(--detail-hero-mobile-image, var(--detail-hero-desktop-image, url("../images/roaming-redesign/detail-page-banner.webp")));
    }
}
