html {
    scroll-padding-top: 100px;
}

a {
    cursor: pointer;
}

/* Custom*/
.fw-500 {
    font-weight: 500;
}

.wrapper-esim {
    width: 100%;
    background-image: url("../images/esim/esim_background.png");
    background-size: cover;
    font-family: "Manrope", Arial, sans-serif;
    position: relative;
}

img.blue_ethereal_silky_waves {
    position: absolute;
    top: 253px;
    width: 100%;
    max-width: 1920px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
}

.container-esim {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 100px 0;
    max-width: 1340px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.section-esim {
    width: 100%;
    z-index: 1;
}

.header-cta-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    gap: 70px;
}

.header-cta-content {
    width: 100%;
    min-width: 700px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header-cta-content h2 {
    width: 95%;
    height: 226px;
    font-size: 64px;
    line-height: 76px;
    font-weight: 500;
    color: rgba(67, 67, 67, 1);
    display: flex;
    flex-direction: column;
}

.header-cta-section h2.absolute-text {
    position: absolute;
    width: 667px;
    text-align: right;
    top: 88px;
    right: 131px;
}

.highlight-blue {
    background: linear-gradient(225deg, #20E1D8 0%, #085BB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-weight: 600px;
    line-height: 58px;
}

.header-cta-content p {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    margin: 24px 0;
}

.header-cta-image {
    display: flex;
    margin-right: 52px;
}

.header-cta-image img {
    max-width: 420px;
    height: auto;
}

.header-cta-content .btn-browse {
    padding: 18px 65.5px;
    background: rgba(45, 56, 96, 1);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 30px;
    border: none;
    color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(45, 56, 96, 0.24);
}

.header-cta-content .btn-browse:hover {
    background: linear-gradient(225deg, #20E1D8 0%, #085BB9 100%);
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
}

.header-cta-content .reviews {
    margin-top: 94px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #000;
}

.header-cta-content .reviews .trustpilot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    gap: 4px;
}

.header-cta-content .certifications {
    width: 100%;
    max-width: 550px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.header-cta-content .certifications.mobile{
    display: none;
}

.certifications img{
    height: 44px;
}

.certifications_top, .certifications_bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.why-choose-esim {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.why-choose-title h3 {
    background: linear-gradient(225deg, #20E1D8 0%, #085BB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0%;
}

.why-choose-list {
    margin-top: 40px;
    width: 765;
    height: 336;
    border-radius: 24px;
    padding: 24px;
    gap: 24px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0px 6px 12px 0px rgba(45, 56, 96, 0.16);
    position: relative;
    z-index: 1;
}

.why-choose-item {
    width: calc(100% / 3 - 16px);
    color: rgba(67, 67, 67, 1);
}

.why-choose-item .icon {
    display: flex;
    margin-bottom: 16px;
}

.why-choose-item .text strong {
    font-weight: 600!important;
}


.internet-destination {
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.internet-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
}

.internet-title h2 {
    width: 100%;
    background: linear-gradient(225deg, #20E1D8 0%, #085BB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    text-align: left;
}

.internet-title p {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(119, 119, 119, 1);
}

.internet-destination .content {
    width: 100%;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(219, 238, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 24px 24px 0 24px;
}

.internet-destination .destination-list-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.internet-destination .destination-search-bar {
    width: 100%;
    max-width: 420px;
    position: relative;
}

.internet-destination .destination-search-bar img.icon-search {
    position: absolute;
    top: 12px;
    left: 24px;
}

.internet-destination .destination-search-bar img.icon-close {
    position: absolute;
    top: 18px;
    right: 24px;
    display: none;
}

.internet-destination .destination-search-bar input {
    width: 100%;
    border: 1px solid rgba(119, 119, 119, 1);
    border-radius: 30px;
    padding: 12px 24px 12px 64px;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    background-color: transparent;
    height: 48px;
}

.internet-destination .destination-search-bar input:focus {
    border: 1px solid rgba(42, 139, 248, 1);
}

.internet-destination .list-search-container {
    width: 100%;
    position: absolute;
    top: 62px;
    border-radius: 16px;
    border: 1px solid rgba(219, 236, 255, 1);
    max-height: 350px;
    overflow: auto;
}

.internet-destination .list-search-container ul.list-search {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
}

.internet-destination .list-search-container ul.list-search ul {
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid rgba(219, 236, 255, 1);
}

.internet-destination .list-search-container ul.list-search ul:last-child {
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: none;
}

.internet-destination .list-search-container ul.list-search ul li.title {
    width: fit-content;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(67, 67, 67, 1);
    padding: 4px 9px;
    background-color: rgba(238, 246, 254, 1);
    border-radius: 8px;
}

.internet-destination .list-search-container ul.list-search ul li.item-search a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(8, 91, 185, 1);
}

.internet-destination .list-search-container ul.list-search ul li.item-search a span.image img {
    position: relative;
    height: 24px;
    top: 0;
    left: 0;
}

.internet-destination .list-search-container ul.list-search ul.destination li.item-search a span.image img {
    position: relative;
    height: 16px;
    top: 0;
    left: 0;
}

.internet-destination .tabs {
    border-bottom: 1px solid rgba(212, 212, 212, 1)
}

.internet-destination .tabs button {
    width: 148;
    height: 52;
    gap: 10px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    border-bottom-width: 1px;
    border: none;
    background: none;
    color: rgba(212, 212, 212, 1);
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.internet-destination .tabs button.active {
    color: rgba(42, 139, 248, 1);
    border-bottom: 1px solid rgba(42, 139, 248, 1);
}

.destination-list-container .destination-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 40px;
    padding: 0;
}

.destination-list-container .destination-list.area {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
    padding: 0;
}

.destination-list-container .destination-list.area .destination-item img {
    width: 53px;
}

.destination-item {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 16px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 12px 0px rgba(45, 56, 96, 0.16);
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    border-radius: 8px;
    color: rgba(67, 67, 67, 1);
}

.destination-item img {
    width: 32px;
}

.destination-list-container .show-more,
.destination-list-container .show-less {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.destination-list-container .show-more span,
.destination-list-container .show-less span {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: linear-gradient(225deg, #FF8F10 0%, #F36C0C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-to-use-esim h2 {
    background: linear-gradient(225deg, #20E1D8 0%, #085BB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
}

.how-to-use-esim .steps-container {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    background-image: url("../images/esim/how_to_use_background.png");
    background-repeat: no-repeat;
    background-position: center top;
    /* căn giữa ngang, sát lề trên */
    background-size: auto 80%;
}

.how-to-use-esim .steps-container .step {
    width: calc(25% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.how-to-use-esim .steps-container .step .step-image {
    width: 100%;
}

.how-to-use-esim .steps-container .step img {
    width: 100%;
    max-width: 300px;
}

.how-to-use-esim .step .step-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.how-to-use-esim .step .step-content strong {
    text-align: center;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.how-to-use-esim .step .step-content p {
    text-align: center;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.how-to-use-esim .step .step-content p a {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
    color: #085BB9;
}

.know-about-container {
    display: flex;
    position: relative;
}

.know-about-container h2 {
    max-width: 540px;
    position: relative;
    z-index: 1;
}

.know-about-container .know-about-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 950px;
    z-index: 0;
}

.know-about-content {
    width: 100%;
    max-width: 765px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.know-about-content .box {
    width: 100%;
    display: flex;
}

.know-about-content .box:nth-child(odd) {
    justify-content: flex-end;
}

.know-about-content .box:nth-child(even) {
    justify-content: flex-start;
}

.know-about-content .info-box {
    width: 100%;
    max-width: 650px;
    gap: 24px;
    border-radius: 24px;
    padding: 24px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    gap: 24px;
    box-shadow: 0px 1px 24px -1px rgba(0, 0, 0, 0.1);
}

.know-about-content .info-box .text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.know-about-content .info-box .text strong {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.know-about-content .info-box .text p {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.know-about-content .info-box.special-width {
    max-width: 670px;
}

.faq-esim {
    display: flex;
    justify-content: center;
}

.faq-esim-container {
    width: 100%;
    max-width: 1020px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.faq-esim-container h2 {
    text-align: center;
}

.faq-esim-container .faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
}

.faq-esim-container .faq-list .faq-item {
    width: 100%;
    border-radius: 16px;
    padding: 16px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(45, 56, 96, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-esim-container .faq-item .faq-question {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.faq-esim-container .faq-item .faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.2s ease, opacity 0.2s ease;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.stable-esim {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.stable-esim-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stable-esim-title h2 {
    text-align: center;
}

.stable-esim-title p {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(119, 119, 119, 1);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.feature-box {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
}

.feature-box .icon {
    display: flex;
    width: 32px;
}

.feature-box h4 {
    margin-top: 16px;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: rgba(67, 67, 67, 1);
}

.feature-box p {
    margin-top: 8px;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(119, 119, 119, 1);
}

.feature-box:hover {
    background-image: url("../images/esim/stable_hover.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-box:hover .icon img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(331deg) brightness(103%) contrast(102%);
}

.feature-box:hover h4,
.feature-box:hover p {
    color: #fff
}

.consultation-banner {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px 60px;
    background-image: url("../images/esim/contact_background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 100%;
    border-radius: 16px;
}

.phone-contact-container {
    width: 100%;
    max-width: 445px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    border-right: 1px solid rgba(255, 232, 213, 1);
    ;
}

.phone-contact-container .contact-info p {
    display: flex;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.phone-contact-container .contact-info h3 {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}

.consultation-banner .consultation-text {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: 0 80px;
    color: #fff;
}

.consultation-banner .btn-contact {
    width: 100%;
    max-width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 30px;
    border: none;
    outline: none;
    color: #ffffff;
    background-color: rgba(45, 56, 96, 1);
    box-shadow: 0px 8px 16px 0px rgba(45, 56, 96, 0.24);
}

.consultation-banner .btn-contact:hover {
    background: linear-gradient(225deg, #20E1D8 0%, #085BB9 100%);
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
}

@media(max-width: 1200px) {
    .wrapper-esim {
        padding: 52px;
    }

    .header-cta-content {
        min-width: 50%;
    }

    .header-cta-content h2 {
        font-size: 32px;
    }

    .header-cta-section h2.absolute-text {
        right: 0;
    }

    .header-cta-image {
        min-width: 40%;
        margin-right: 0;
    }

    .header-cta-image img {
        width: 100%;

    }

    .header-cta-content p {
        font-size: 18px;
    }

    .why-choose-image {
        width: 40%;
    }

    .why-choose-content {
        width: 60%;
    }

    .why-choose-image img {
        width: 100%;
    }

    .why-choose-list {
        background: #fff;
        gap: 16px 0;
    }

    .why-choose-item {
        font-size: 14px;
        width: calc(100% / 3 - 8px);
    }

    .why-choose-item .icon {
        margin-bottom: 8px;
    }

    .destination-list-container .destination-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .consultation-banner {
        flex-direction: column;
        align-items: center;
    }

    .phone-contact-container {
        max-width: 100%;
        border: none;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255, 232, 213, 1);
    }

    .phone-contact-container .contact-info p {
        font-size: 14px;
    }

    .phone-contact-container .contact-info h3 {
        font-size: 28px;
    }

    .consultation-banner .consultation-text {
        margin-left: 0;
        margin: 16px 0;
    }
}

@media(max-width: 1024px) {
    .wrapper-esim {
        padding: 24px;
    }

    .highlight-blue,
    .why-choose-title h3,
    .internet-title h2,
    .how-to-use-esim h2 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .container-esim {
        padding: 0;
        gap: 48px;
    }

    .header-cta-section {
        padding-top: 48px;
    }

    .header-cta-content {
        width: 100%;
    }

    img.blue_ethereal_silky_waves {
        top: 50px;
    }

    .header-cta-content h2 {
        flex-direction: row;
        justify-content: center;
        width: 100%;
        gap: 8px;
        height: auto;
        font-size: 28px;
        line-height: 32px;
    }

    .header-cta-content h2 span,
    .header-cta-content h2.absolute-text {
        font-size: 28px !important;
        line-height: 32px;
    }

    .header-cta-content h2.absolute-text {
        position: relative;
        width: 100%;
        text-align: left;
        top: 0;
    }

    .header-cta-content p {
        text-align: center;
    }

    .header-cta-image {
        display: none;
    }

    .header-cta-content .reviews {
        margin-top: 40px;
    }

    .why-choose-image {
        display: none;
    }

    .why-choose-content {
        width: 100%;
    }

    .why-choose-list {
        margin-top: 24px;
    }

    .destination-list-container .destination-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}


@media (max-width: 1000px) {

    .steps-container {
        max-width: 100%;
        overflow-x: auto;
    }

    .how-to-use-esim {
        position: relative;
    }

    .how-to-use-esim .steps-container {
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .how-to-use-esim .steps-container::-webkit-scrollbar {
        display: none;
    }

    .how-to-use-esim .steps-container .step {
        min-width: 30%;
    }

    .how-to-use-esim .custom-scrollbar {
        position: absolute;
        bottom: 140px;
        left: 0;
        right: 0;
        height: 4px;
        background: #e6e6e6;
        border-radius: 2px;
        overflow: hidden;
    }

    .how-to-use-esim .custom-scrollbar-thumb {
        height: 100%;
        width: 50px;
        background: rgba(8, 91, 185, 1);
        border-radius: 2px;
        transition: width 0.3s ease, transform 0.3s ease;
    }

    .step-image {
        text-align: center;
    }

    .step-content {
        margin-top: 20px;
    }

    .know-about-container {
        flex-direction: column;
    }

    .know-about-container .know-about-background {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -50px;
    }

    .know-about-background img {
        width: 100%;
    }

    .know-about-content {
        flex-direction: row;
        max-width: 100%;
        overflow-x: auto;
        padding: 13px;
        margin-top: -20px;
    }

    .know-about-content {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .know-about-content::-webkit-scrollbar {
        display: none;
    }

    .know-about-content .box {
        width: 295px;
        flex: 0 0 auto;
    }

    .know-about-content .info-box {
        flex-direction: column;
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .why-choose-item {
        font-size: 14px;
        width: calc(100% / 2 - 8px);
    }

    .wrapper-esim {
        padding: 0;
    }

    .section-esim {
        padding: 0 13px;
    }

    .how-to-use-esim .steps-container .step {
        min-width: 50%;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .consultation-banner {
        padding: 20px 16px;
        background-image: url("../images/esim/contact_background_mb.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 100%;
        border-radius: 16px;
    }

    .destination-list-container .destination-list.area {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}


@media (max-width: 475px) {
    .wrapper-esim {
        background-position-x: 70%;
        overflow: hidden;
    }

    .header-cta-section {
        padding-top: 24px;
    }

    .know-about-container h2 {
        padding: 0 20px;
    }

    .know-about-content {
        align-items: flex-start;
        gap: 16px;
    }

    .how-to-use-esim .steps-container {
        background-size: auto 35%;
    }

    .internet-destination .content {
        background: transparent;
    }

    .why-choose-item {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 12px;
    }

    .why-choose-item .icon {
        display: flex;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .why-choose-item .icon img {
        width: 28px;
    }

    .why-choose-item .text {
        line-height: 20px;
    }

    img.blue_ethereal_silky_waves {
        top: 240px;
        width: 150%;
        transform: translate(-50%, 0) rotate(335deg);
    }

    .header-cta-content h2 {
        font-weight: 600;
    }

    .header-cta-content p {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 24px;
    }

    .header-cta-content .btn-browse {
        width: 100%;
        font-size: 14px;
        padding: 12px 0;
        margin: 32px 0;
    }

    .header-cta-content .reviews {
        margin-top: 0;
        gap: 8px;
    }

    .header-cta-content .reviews .trustpilot {
        gap: 4px;
    }

    .header-cta-content .certifications {
        width: 100%;
        max-width: 349px;
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .header-cta-content .certifications.mobile{
        display: flex;
    }

    .header-cta-content .certifications.desktop{
        display: none;
    }

    .certifications img{
        height: 32px;
    }

    .certifications_top, .certifications_bottom {
        gap: 8px;
    }

    .reviews {
        font-size: 12px;
    }

    .reviews img.five-star {
        width: 108px;
    }

    .reviews .trustpilot img {
        width: 16px;
    }

    .why-choose-list {
        padding: 16px;
    }

    .internet-destination .content {
        padding: 0;
    }

    .internet-title p {
        font-size: 14px;
        line-height: 20px;
    }

    .destination-list-container .destination-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .destination-item {
        font-size: 18px;
    }

    .destination-item img, .destination-list-container .destination-list.area .destination-item img{
        width: 20px;
    }

    .how-to-use-esim {
        padding: 0;
    }

    .how-to-use-esim h2,
    .how-to-use-esim div {
        padding: 0 13px;
    }

    .how-to-use-esim h2 {
        display: flex;
        flex-direction: column;
    }

    .how-to-use-esim .custom-scrollbar {
        bottom: 110px;
        margin: 0 13px;
        padding: 0;
    }

    .how-to-use-esim .steps-container .step {
        min-width: 100%;
    }

    .how-to-use-esim .step .step-content p,
    .how-to-use-esim .step .step-content p a {
        font-size: 14px;
        line-height: 20px;
    }

    .know-about-container .know-about-background {
        width: 115%;
    }

    .know-about-content .info-box .icon{
        display: flex;
    }

    .know-about-content .info-box img{
        width: 48px;
        height: 48px;
    }

    .know-about-content .info-box .text strong {
        font-size: 18px;
        line-height: 26px;
    }

    .know-about-content .info-box .text p {
        font-size: 14px;
        line-height: 20px;
    }

    .internet-destination .tabs button {
        font-size: 18px;
        padding: 12px 16px;
    }

    .faq-esim-container .faq-item .faq-question {
        font-size: 16px;
        line-height: 20px;
    }

    .know-about-esim {
        padding: 0;
    }

    .stable-esim {
        gap: 32px;
        margin-bottom: 40px;
    }

    .stable-esim-title h2,
    .stable-esim-title p {
        text-align: left;
    }

    .stable-esim-title p{
        font-size: 14px;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .feature-box {
        padding: 0;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }

    .feature-box:hover {
        background-image: none;
    }

    .feature-box .icon,
    .feature-box .icon img {
        width: 40px;
    }

    .feature-content h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 0;
    }

    .feature-box p {
        font-size: 14px;
        line-height: 20px;
    }

    .feature-box:hover h4 {
        color: rgba(67, 67, 67, 1);
    }

    .feature-box:hover p {
        color: rgba(119, 119, 119, 1);
    }

    .feature-box:hover .icon img {
        filter: none;
    }

    .faq-esim-container .faq-item .faq-answer p {
        font-size: 14px;
    }

    .phone-contact-container {
        gap: 16px;
    }

    .phone-contact-container .phone-icon img {
        width: 56px;
    }

    .phone-contact-container .contact-info h3 {
        font-size: 20px;
    }

    .consultation-banner .consultation-text {
        font-size: 16px;
        line-height: 24px;
    }

    .consultation-banner .btn-contact {
        width: 185px;
        padding: 12px 0;
        font-size: 14px;
        line-height: 20px;
        height: fit-content;
    }

    .destination-list-container .show-more,
    .destination-list-container .show-less {
        margin-top: 0;
    }
}

/* ESim Detail */
.container-esim-detail {
    width: 100%;
    margin: 0 auto;
    max-width: 1340px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.container-esim-detail nav.breadcrumb {
    position: relative;
    width: 100%;
    max-width: 1218px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    top: 0;
    margin: 0 auto;
}

.container-esim-detail nav.breadcrumb a {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: rgba(119, 119, 119, 1);
}

.container-esim-detail nav.breadcrumb a.active {
    color: rgba(8, 91, 185, 1);
}

.section-esim-detail {
    width: 100%;
    max-width: 1106px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    gap: 36px;
    position: relative;
}

.section-esim-detail .image-section {
    border-radius: 24px;
    width: 100%;
    max-width: 420px;
    height: 420px;
    top: 90px;
    position: sticky;
    overflow: hidden;
    box-shadow: 0px 6px 12px 0px rgba(45, 56, 96, 0.16);
}

.section-esim-detail .image-section img {
    width: 100%;
}

.section-esim-detail .info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.section-esim-detail .info-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-esim-detail .info-section .info-image {
    border-radius: 24px;
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    display: none;
}

.section-esim-detail .title-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
}

.section-esim-detail .title-section .trusted {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.section-esim-detail .price-section {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}

.section-esim-detail .price-section .price {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: rgba(8, 91, 185, 1);
}

.section-esim-detail .price-section .old-price {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: line-through;
    color: rgba(119, 119, 119, 1);
}

.section-esim-detail .price-section .discount {
    width: 68px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(225deg, #FF8F10 0%, #F36C0C 100%);
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 1);
    border-radius: 8px;
}

.data-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.data-section .data-title {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(46, 46, 46, 1);
}

.data-section .plan-options {
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.data-section .plan-options .data-plan {
    width: fit-content;
    padding: 12px 24px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(119, 119, 119, 1);
    border-radius: 24px;
    border: 2px solid rgba(212, 212, 212, 1);
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.data-section .plan-options .data-plan.active {
    position: relative;
    color: rgba(8, 91, 185, 1);
    background-color: rgba(219, 236, 255, 1);
    border: none;
}

.data-section .plan-options .data-plan.active::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 24px;
    background: linear-gradient(225deg, #20E1D8 0%, #085BB9 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}

.section-esim-detail .quantity-number {
    width: 100%;
    max-width: 300px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.section-esim-detail .quantity-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-esim-detail .quantity-section .quantity-title {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(46, 46, 46, 1);
}

.section-esim-detail .quantity-number .decrease,
.section-esim-detail .quantity-number .increase {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
}

.section-esim-detail .quantity-number input {
    border: none;
    width: 100%;
    height: 23px;
    border-bottom: 1px solid rgba(212, 212, 212, 1);
    background-color: transparent;
    text-align: center;
    outline: none;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(46, 46, 46, 1);
    padding: 0;
    margin: 0;
}

.section-esim-detail .quantity-number input[type=number]::-webkit-inner-spin-button,
.section-esim-detail .quantity-number input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.section-esim-detail .quantity-number input[type=number] {
    -moz-appearance: textfield;
}

.submit-action {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-esim-detail .buy-btn {
    width: 100%;
    max-width: 300px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 24px;
    border: none;
    outline: none;
    background-color: transparent;
    background: linear-gradient(225deg, #FAB618 0%, #F36C0C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

.section-esim-detail .buy-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 24px;
    background: linear-gradient(225deg, #FAB618 0%, #F36C0C 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}

.section-esim-detail .buy-btn:hover {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: white;
    box-shadow: 0px 4px 8px 0px rgba(45, 56, 96, 0.24);
}

.section-esim-detail .buy-btn:hover::before {
    -webkit-mask: none;
    mask-composite: none;
    pointer-events: none;
    color: #FFFFFF;
    z-index: -1;
}

.submit-action .note {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #2E2E2E;
}

.section-esim-detail .convenience-section {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 12px 0px rgba(45, 56, 96, 0.16);
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 16px;
    padding: 24px;
}

.section-esim-detail .convenience-title {
    background: linear-gradient(225deg, #65ADFF 0%, #085BB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-esim-detail .reviews {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    color: #000;
}

.section-esim-detail .reviews .trustpilot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.section-esim-detail ul.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-esim-detail ul.benefits-list li img {
    width: 24px;
    height: 24px;
}

.section-esim-detail ul.benefits-list li {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(67, 67, 67, 1);
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(219, 236, 255, 1);
}

.section-esim-detail ul.benefits-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.section-esim-detail .convenience-section .support-text {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgba(67, 67, 67, 1);
}

.section-esim-detail .description-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-esim-detail .description-section .description-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-esim-detail .description-section .description-title h3 {
    background: linear-gradient(225deg, #65ADFF 0%, #085BB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-esim-detail .sub-description-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.section-esim-detail .sub-description-header {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 8px;
    border-radius: 4px;
    background: rgba(226, 239, 255, 1);
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
}

.section-esim-detail .sub-description-header .icon {
    width: 24px;
    height: 24px;
}

.section-esim-detail .sub-description-section .info-list {
    width: 100%;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-esim-detail .sub-description-section .info-list .info-item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.section-esim-detail .sub-description-section .info-list .info-item.column {
    flex-direction: column;
}

.section-esim-detail .sub-description-section .info-list .info-item.column ul {
    list-style-type: disc;
    padding-left: 30px;
}

.section-esim-detail .sub-description-section .info-list .info-term {
    min-width: 190px;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.section-esim-detail .sub-description-section .info-list .info-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.section-esim-detail .sub-description-section .info-list .info-detail .tooltip-icon {
    width: 20px;
    height: 20px;
}

.section-esim-detail .info-list .search-box {
    position: relative;
    width: 100%;
}

.section-esim-detail .info-list .search-box img.icon-search {
    position: absolute;
    top: 20px;
    left: 16px;
    width: 16px;
    height: 16px;
}

.section-esim-detail .info-list .search-box img.icon-close {
    position: absolute;
    top: 20px;
    right: 16px;
    width: 16px;
    height: 16px;
}

.section-esim-detail .info-list .search-box input {
    margin-top: 8px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 48px;
    border-radius: 48px;
    outline: none;
    border: 1px solid rgba(42, 139, 248, 1);
    background-color: transparent;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(67, 67, 67, 1);
}

.section-esim-detail .info-list .country-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 270px;
    overflow-y: auto;
}

.section-esim-detail .info-list .country-list .country-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(219, 236, 255, 1);
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgba(67, 67, 67, 1);
}

.section-esim-detail .info-list .country-list .country-item img {
    width: 24px;
}

.section-esim-detail .info-list .country-list .country-item:last-child {
    border-bottom: none;
}

.section-esim-detail .compatibility-text,
.section-esim-detail .installation-text {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(67, 67, 67, 1);
    padding: 4px 40px;
}

.section-esim-detail .compatibility-text a,
.section-esim-detail .installation-text a {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: rgba(8, 91, 185, 1);
}

.interested-section {
    margin: 40px 0 80px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.interested-section h3 {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    background: linear-gradient(225deg, #20E1D8 0%, #085BB9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.interested-section .list-interested {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.interested-section .list-interested .card-interested {
    width: calc(100% - 120px / 4);
    overflow: hidden;
    position: relative;
    display: flex;
    border-radius: 24px;
    box-shadow: 0px 6px 12px 0px rgba(45, 56, 96, 0.16);
}

.interested-section .list-interested .card-interested img {
    width: 100%;
}

.interested-section .list-interested .card-interested .price-interested {
    position: absolute;
    display: flex;
    flex-direction: column;
    background: linear-gradient(253.66deg, rgba(231, 248, 247, 0) 7.53%, #E0F6FF 65.4%);
    bottom: 92px;
    left: 24px;
    border-radius: 8px;
    padding: 8px;
    gap: 8px;
}

.interested-section .list-interested .card-interested .price-interested img {
    width: 24px;
    height: 24px;
}

.interested-section .list-interested .card-interested .price-interested .tag {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    gap: 4px;
    color: #085BB9;
}

.interested-section .list-interested .card-interested .price-interested .price {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #2A8BF8;
}

.interested-section .list-interested .card-interested .price-interested .tag:hover {
    color: #085BB9;
}

.interested-section .list-interested .card-interested .btn-interested {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 180px;
    height: 36px;
    border-radius: 18px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 24px;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    background: linear-gradient(225deg, #20E1D8 0%, #085BB9 100%);
    border: none;
    outline: none;
}

.tooltip-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-box {
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(102, 102, 102, 1);
    color: rgba(255, 255, 255, 1);
    padding: 15px;
    border-radius: 6px;
    white-space: normal;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 100;
    width: max-content;
    max-width: 300px;
    text-align: left;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.tooltip-icon:hover .tooltip-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.tooltip-box::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: rgba(102, 102, 102, 1) transparent transparent transparent;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
}

.error-esim {
    color: red;
    font-size: 12px
}

@media (max-width: 1200px) {
    .section-esim-detail {
        gap: 20px;
    }

    .section-esim-detail .image-section {
        width: 40%;
        height: fit-content;
    }

    .section-esim-detail .image-section img {
        width: 100%;
    }

    .interested-section .list-interested {
        max-width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .interested-section .list-interested::-webkit-scrollbar {
        display: none;
    }

    .interested-section .list-interested .card-interested {
        min-width: 259px;
    }
}

@media (max-width: 768px) {
    .wrapper-esim.detail {
        padding: 0;
    }

    .container-esim-detail {
        padding: 24px 13px;
    }

    .container-esim-detail nav.breadcrumb {
        display: none;
    }

    .section-esim-detail .image-section {
        display: none;
    }

    .section-esim-detail .info-wrapper {
        width: 100%;
    }

    .section-esim-detail .info-section .info-image {
        display: block;
        width: 100%;
        max-width: 420px;
        height: fit-content;
    }

    .section-esim-detail .info-section .info-image img {
        width: 100%;
        border-radius: 24px;
    }

    .section-esim-detail .sub-description-section .info-list {
        padding: 0 16px;
    }

    .tooltip-icon:hover .tooltip-box {
        opacity: 0;
        visibility: visible;
        pointer-events: auto;
    }

    .tooltip-box {
        max-width: 300px;
        font-size: 12px;
        bottom: 150%;
    }

    .tooltip-box::after {
        left: auto;
        right: 1px;
        top: 98%;
        border-width: 12px;
    }

    .data-section .plan-options .data-plan {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .section-esim-detail .title-section h1 {
        font-size: 20px;
    }

    .section-esim-detail .title-section .trusted p {
        font-size: 14px;
    }

    .wrapper-esim.detail {
        background-position-x: 0;
        background-position-y: -170px;
    }

    .section-esim-detail .description-section .description-title h3{
        font-size: 18px;
    }

    .data-section .plan-options {
        gap: 12px;
    }

    .data-section .data-title, .section-esim-detail .quantity-section .quantity-title{
        font-size: 14px;
    }

    .section-esim-detail .info-section .info-image {
        max-width: 100%;
        text-align: center;
    }

    .data-section .plan-options .data-plan {
        height: 36px;
    }

    .section-esim-detail .quantity-number {
        max-width: 100%;
    }

    .section-esim-detail .quantity-number input {
        height: 30px;
        font-family: "Manrope", Arial, sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

    .section-esim-detail .buy-btn,
    .section-esim-detail .submit-action {
        max-width: 100%;
    }

    .submit-action .note {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .submit-action .note span {
        text-align: center;
    }

    .section-esim-detail .convenience-title {
        text-align: center;
        font-size: 18px;
    }

    .section-esim-detail .convenience-section {
        padding: 24px 16px;
    }

    .section-esim-detail .reviews {
        justify-content: center;
        gap: 8px;
    }

    .section-esim-detail .reviews .trustpilot {
        gap: 4px;
    }

    .section-esim-detail .reviews img.five-star {
        width: 88px;
    }

    .section-esim-detail ul.benefits-list li p,
    .section-esim-detail .convenience-section .support-text {
        font-size: 14px;
    }

    .section-esim-detail .description-section .description-title .description-text,
    .section-esim-detail .sub-description-section .info-list .info-item {
        font-size: 14px;
    }

    .section-esim-detail .sub-description-section .info-list .info-term {
        min-width: 130px;
        font-size: 14px;
    }

    .section-esim-detail .compatibility-text,
    .section-esim-detail .installation-text {
        padding: 0 16px;
    }

    .interested-section {
        margin: 8px 0 24px 0;
        gap: 24px;
    }

    .interested-section h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .section-esim-detail .sub-description-section .info-list .info-detail {
        width: 100%;
        justify-content: space-between;
    }

    .error-esim {
        text-align: center;
    }

    .interested-section .list-interested {
        gap: 24px;
    }

    .interested-section .list-interested .card-interested .btn-interested {
        width: 227px;
    }

    .interested-section .list-interested .card-interested .price-interested {
        left: 16px;
    }
}

/* Popup */
.popup-container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 650px;
    height: fit-content;
    border-radius: 24px;
    background-size: cover;
    background-image: url("../images/esim/background_popup.png");
    box-shadow: 0px 6px 12px 0px rgba(45, 56, 96, 0.16);
    display: none;
    z-index: 2;
}

.popup {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    position: relative;
    padding: 24px 40px;
}

.popup-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: 70vh;
    overflow-y: auto;
}

.popup-content .popup-title {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}

.popup-content p {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(119, 119, 119, 1);
}

.popup-content h4 {
    display: flex;
    flex-direction: row;
    gap: 16px;
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    align-items: center;
}

.popup-content h5{
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #434343;
}

.popup-content ul {
    list-style-type: disc;
    padding-left: 25px;
    color: rgba(119, 119, 119, 1);
}

.popup-content ul li {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #777777;
}


#instructions {
    text-align: center;
    z-index: 1000;
}

#instructions .popup-step {
    position: relative;
}

#instructions .popup-step .popup-step-slide {
    max-width: 305px;
    overflow: hidden;
    margin: 0 auto;
}

.popup-content .steps-container {
    width: 305px;
    display: flex;
    flex-direction: row;
    gap: 0;
    transition: transform 0.4s ease;
}

.popup-content .steps-container .step {
    min-width: 100%;
    display: flex;
    flex-direction: column;
}

.popup-content .steps-container .step .step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.popup-content .steps-container .step .step-image img {
    width: 100%;
}

.popup-content .steps-container .step .step-content strong {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.popup-content .steps-container .step .step-content p {
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(67, 67, 67, 1);
}

.popup-content .steps-container .step .step-content p a {
    color: rgba(8, 91, 185, 1);
    font-weight: 500;
    text-decoration: underline;
}

.popup-content .btn-step {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(234, 234, 234, 1);
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
}

.popup-content .btn-step:hover {
    background-color: rgba(219, 236, 255, 1);
}

.popup-content .btn-step:hover img {
    filter: invert(44%) sepia(88%) saturate(2270%) hue-rotate(194deg) brightness(99%) contrast(96%);
}

.popup-content .btn-step.btn-prev-step {
    left: 0;
}

.popup-content .btn-step.btn-next-step {
    right: 0;
}

.popup-content .btn-step.btn-prev-step img {
    rotate: 90deg;
}

.popup-content .btn-step.btn-next-step img {
    rotate: -90deg;
}

.popup-content .btn-step img {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .popup-container {
        height: 580px;
        max-height: 80%;
        top: 55%;
        overflow: hidden;
    }

    .popup {
        padding: 24px 16px;
    }

    .popup-content .steps-container {
        overflow-x: visible;
    }

    .popup-content .btn-step {
        width: 24px;
        height: 24px;
    }

    .popup-content .btn-step img {
        width: 16px;
        height: 16px;
    }

    .popup-content {
        padding-bottom: 40px;
    }

    #instructions .popup-content {
        gap: 8px;
    }

    .popup-content p {
        font-family: "Manrope", Arial, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .popup-content ul li {
        font-family: "Manrope", Arial, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .popup-content .steps-container .step .step-image img {
        width: 75%;
    }

    .popup-content .step-content {
        margin-top: 0;
    }

    .popup-content .popup-title {
        font-size: 24px;
    }

    .popup-content h4 {
        font-size: 18px;
    }

    .popup-content .steps-container .step .step-content p {
        font-weight: 400;
        font-size: 14px;
    }
}

@media (max-width: 450px) {
    .how-to-use-esim .steps-container {
        display: flex;
        overflow: hidden;
        scroll-behavior: smooth;
        transition: transform 0.3s ease;
    }

    .how-to-use-esim .steps-container .step {
        flex: 0 0 100%;
    }

    .steps-container {
        display: flex;
        scroll-behavior: smooth;
    }

    .step {
        flex: 0 0 100%;
    }

}