html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'UTM Neo Sans Intel';
    src: url('../fonts/UTM-NEO-SANS-INTEL.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Neo Sans Intel';
    src: url('../fonts/UTM-NEO-SANS-INTEL-ITALIC.TTF') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'UTM Neo Sans Intel';
    src: url('../fonts/UTM-NEO-SANS-INTELBOLD.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Neo Sans Intel';
    src: url('../fonts/UTM-NEO-SANS-INTELBOLD-ITALIC.TTF') format('truetype');
    font-weight: 700;
    font-style: italic;
}

.data-plan-title,
.guide-title,
.payment-title,
.support-devices-title,
.faq-title,
.confirmation-title {
    font-family: 'UTM Neo Sans Intel', 'Open Sans', sans-serif;
}

.block-767 {
    display: none;
}

.hidden-767 {
    display: block;
}

.logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-small {
    width: 980px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.data-wrap {
    padding: 65px 0 100px;
}

.rounded-icon {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 6px #E1E1E1;
}

.box-item {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 284px;
}

.box-title {
    font-size: 22px;
    font-weight: bold;
    color: #00717A;
    text-align: center;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 8px;
}

.box-text {
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.box-end-wrap {
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 80px;
}

.data-plan-title {
    color: #00717A;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    margin-bottom: 36px;
}

.data-plan p {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin-bottom: 36px;
}

.data-plan-list {
    margin-bottom: 24px;
}

.data-plan-item {
    border: 1px solid #00AFA3;
    border-radius: 5px;
    background: #FDFFE7;
}

.data-plan-item-title {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    background: #00AFA3;
    height: 48px;
    align-content: center;
}

.data-plan-item-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 18px;
}

.data-plan-item-price {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 30px;
}

.data-plan-item-price .small-text {
    font-size: 22px;
}

.data-plan-item-name {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 26px;
    margin-top: 8px;
}

.data-plan-item-value {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 26px;
}

.btn-orange {
    background-color: #FA9B5C;
    height: 48px;
    border-radius: 27px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 298px;
}

.btn-orange:hover {
    background-color: #FAB05C;
}

.information {
    background-image: url(../img/bg-green.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.payment .row {
    margin-left: -5px;
    margin-right: -5px;
}

.payment-img {
    padding-left: 5px;
    padding-right: 5px;
}

.payment-img img {
    width: 100%;
    height: auto;
}

.guide {
    padding: 80px 0;
}

.guide-list {
    list-style: none;
    padding-left: 0;
    max-width: max-content;
}

.guide-list li {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #FFFFFF;
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
}

.guide-list li:last-child {
    margin-bottom: 0;
}

.guide-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.guide-list li:nth-child(1)::before {
    background-image: url('../img/icon/icon-step-1.svg');
}

.guide-list li:nth-child(2)::before {
    background-image: url('../img/icon/icon-step-2.svg');
}

.guide-list li:nth-child(3)::before {
    background-image: url('../img/icon/icon-step-3.svg');
}

.guide-list li:nth-child(4)::before {
    background-image: url('../img/icon/icon-step-4.svg');
}

.guide-title,
.payment-title,
.support-devices-title {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    margin-bottom: 35px;
}

.support-devices {
    padding: 80px 0 100px 0;
}

.support-devices-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 35px;
}

.text-red {
    color: #CB0000;
}

.faq {
    padding-top: 85px;
}

.faq-title {
    font-size: 50px;
    font-weight: bold;
    color: #00717A;
    text-align: center;
    line-height: 60px;
    margin-bottom: 32px;
}

.faq-item {
    border: 1px solid #D6D6D6;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: box-shadow 0.2s ease;
}

.faq-item:hover,
.faq-item:focus,
.faq-item:active {
    box-shadow: 0 0 5px #9e9e9e80;
    cursor: pointer;
}

.faq-item:has(+ .text-center) {
    margin-bottom: 35px;
}

.faq-q {
    line-height: 1.4;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 34px;
    padding: 12px 0;
    padding-right: 0;
    border-bottom: 2px dotted #c1c1c1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-q[aria-expanded="false"] {
    border-bottom: none;
}

.faq-q .faq-q-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-q-icon:after {
    content: url(../img/icon/icon-plus.svg);
    width: 16px;
    height: 16px;
    display: block;
}

.faq-q[aria-expanded="true"] .faq-q-icon:after {
    content: url(../img/icon/icon-minus.svg);
}

.faq-a {
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    color: #333;
    padding: 16px 34px 24px 34px;
}

.faq-a a {
    color: #007bff;
    text-decoration: underline !important;
}

.faq-a a:hover {
    color: #2348A0;
}

.faq-a ul li {
    list-style: disc;
    margin: 0 24px;
}

.faq-a ul li:last-child {
    margin-bottom: 0;
}

.btn-green {
    background-color: #1BB7AD;
    height: 48px;
    border-radius: 27px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 274px;
}

.btn-green:hover {
    background-color: #22CEC3;
}

.confirmation {
    padding-top: 80px;
    padding-bottom: 125px;
}

.confirmation-title {
    font-size: 50px;
    font-weight: bold;
    color: #00717A;
    text-align: center;
    line-height: 60px;
    margin-bottom: 32px;
}

.confirmation-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Open Sans';
    color: #333;
    text-align: center;
    margin-bottom: 42px;
}

.confirmation-buttons {
    display: flex;
    justify-content: space-around;
    row-gap: 15px;
}

.confirmation-buttons button {
    max-width: 274px;
    width: 100%;
}


#supportedDevicesModal .modal-dialog {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.supported-devices-modal {
    padding: 0 54px;
}

.supported-devices-modal .modal-header {
    border-bottom: 1px solid #ADADAD;
    padding: 0;
}

.supported-devices-modal .modal-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 60px;
    color: #333;
    text-align: center;
    margin: 20px 0 15px;
    flex: 1;
}

.supported-devices-modal .modal-body {
    padding: 0;
    overflow-x: hidden;
}

.supported-devices-modal-label {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 30px 0 20px;
    text-align: center;
}

.supported-devices-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 8px;
    max-width: 100%;
}

.supported-devices-grid .device-btn {
    border: 1px solid #42B7AD;
    border-radius: 5px;
    background: #fff;
    color: #42B7AD;
    font-size: 16px;
    padding: 12px 36px;
    line-height: 20px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 0;
    max-width: 100%;
    text-align: center;
}


.supported-devices-modal .btn-close-modal:hover {
    border-color: #B2DFDD;
    background: #EAF9F9;
}

.supported-devices-grid .device-btn:hover,
.supported-devices-grid .device-btn:focus,
.supported-devices-grid .device-btn:active {
    background: #1BB7AD;
    color: #fff;
}

.compatibility-check-message {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 30px 0 20px;
    justify-content: center;
}

.compatibility-check-icon {
    width: 38px;
    height: 38px;
    background: url(../img/icon/icon-check.svg) no-repeat center center;
    background-size: contain;
}

.compatibility-check-text {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.compatibility-check-notes {
    background: #E7F7F6;
    border-radius: 3px;
    padding: 30px;
}

.compatibility-check-notes-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 16px;
    text-align: center;
}

.compatibility-check-notes li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    list-style: none;
    padding-left: 14px;
    position: relative;
}

.compatibility-check-notes li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #006F75;
}

.compatibility-check-notes li:last-child {
    margin-bottom: 0;
}

.supported-devices-modal .modal-footer {
    border: 0;
    padding: 46px 0 52px 0;
    justify-content: center;
}

.supported-devices-modal .btn-close-modal {
    background: #F7F7F7;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 70px;
    border-radius: 27px;
    border: 1px solid #D5D5D5;
}

.modal {
    padding: 0 15px !important;
}

.modal-header .close {
    position: absolute;
    right: 54px;
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
}

.modal-header .close:focus {
    outline: none;
}

@media (max-width: 767px) {

    .data-plan-title,
    .guide-title,
    .payment-title,
    .support-devices-title,
    .faq-title,
    .confirmation-title {
        font-size: 40px;
    }

    .information {
        background-image: url(../img/bg-green-mb.jpg);
    }

    .data-plan-list>[class*="col-"] {
        margin-bottom: 15px;
    }

    .data-plan-list>[class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .payment .row {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .payment-img {
        padding: 5px;
    }

    .supported-devices-modal .modal-title {
        font-size: 25px;
        margin: 16px 0;
    }

    .supported-devices-modal {
        padding: 0 15px;
        margin: 15px 0;
    }

    .modal-header .close {
        right: 22px;
    }

    .supported-devices-grid .device-btn {
        padding: 12px 30px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .box-title {
        font-size: 20px;
    }

    .rounded-icon {
        width: 124px;
        height: 124px;
    }

    .rounded-icon img {
        width: 50%;
        height: 50%;
        object-fit: contain;
    }
}

@media (max-width: 767px) {
    .hidden-767 {
        display: none;
    }

    .block-767 {
        display: block;
    }

    .rounded-icon {
        min-width: 60px;
        min-height: 60px;
        width: 60px;
        height: 60px;
    }

    .box-item {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .box-content {
        margin-left: 18px;
    }

    .box-title,
    .box-text {
        text-align: left;
    }

    .data-wrap {
        padding: 30px 0 90px;
    }

    .box-title {
        margin-top: 0;
        font-size: 18px;
    }

    .box-text {
        font-size: 16px;
        line-height: 20px;
    }

    .box-end-wrap {
        gap: 0px;
        margin-top: 0;
        margin-bottom: 60px;
    }

    .data-plan-title {
        font-size: 35px;
    }

    .guide-title,
    .payment-title,
    .support-devices-title,
    .faq-title,
    .confirmation-title {
        font-size: 35px;
        line-height: 1.4;
    }

    .guide-list {
        margin: 0;
    }

    .confirmation-buttons {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .confirmation {
        padding-bottom: 118px;
    }

    .faq-q {
        margin: 0 15px;
    }

    .faq-a {
        padding: 16px 15px 24px 15px;
    }

    .compatibility-check-message {
        flex-direction: column;
    }

    .compatibility-check-notes-title {
        line-height: 1.2;
        text-align: left;
    }

    .compatibility-check-text {
        text-align: center;
        padding: 0 30px;
        line-height: 24px;
    }
}

@media (max-width: 374px) {
    .supported-devices-modal .modal-title {
        font-size: 6vw;
        line-height: 1.2;
    }

    .supported-devices-modal-label {
        font-size: 5vw;
        margin: 20px 0 10px;
    }

    .supported-devices-grid .device-btn {
        padding: 8px 12px;
        font-size: 14px;
    }

    .supported-devices-modal .modal-footer {
        padding: 20px 0 24px 0;
    }

    .supported-devices-modal .btn-close-modal {
        padding: 8px 60px;
        font-size: 14px;
    }
}




/*-----Purchase btn sticky-----*/
#purchase-btn {
    position: relative;
    bottom: 0;
    z-index: 9;
    padding: 15px 0;
    background: #0E5C62;
    display: none;
}

#purchase-btn .btn-cta {
    height: 48px;
    width: 298px;
    background-color: #FA9B5C;
    border-radius: 27px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    align-content: center;
}

#purchase-btn .btn-cta:hover {
    background-color: #fba572;
    text-decoration: none;
}

.sticky {
    position: sticky !important;
}

#purchase-btn .box__wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}

@media (max-width: 767px) {
    #purchase-btn .box__wrap {
        gap: 0px;
    }

    #purchase-btn .box__wrap img {
        display: none;
    }
}