.btn-primary-shadow {
    box-shadow: 0px 4.62591px 18.5037px rgba(85, 81, 236, 0.4);
}

.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1500px !important;
}

div[role="presentation"]>.destination-link>img {
    width: 30px;
    height: 30px;
}

body {
    font-family: "Urbanist", sans-serif;
    background: var(--background-primary);
    color: var(--text-dark);
}

a {
    color: var(--text-dark);
    text-decoration: none;
}

.m-center {
    margin: 0 auto;
}

body.scroll .header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.header {
    padding-top: 10px;
    position: relative;
    z-index: 99;
}

@media (max-width: 1199px) {
    .header {
        padding-top: 12px;
    }
}

.header .headerWrapper {
    height: 82px;
    padding: 0 37px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: #fff;
    box-shadow: 0px 4px 49px rgba(203, 203, 203, 0.4);
    position: relative;
    z-index: 99;
}

.header .headerWrapper .mobileMenu-toggle {
    display: none;
}

@media (max-width: 991px) {
    .header .headerWrapper {
        height: auto;
        padding: 15px 20px;
    }

    .header .headerWrapper .mobileMenu-toggle {
        display: block;
    }
}

.header .headerWrapper .header__nav.hidden {
    visibility: hidden;
}

.header .headerWrapper .blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

@media (max-width: 991px) {
    .header .headerWrapper .blur {
        display: none;
    }
}

.header .headerWrapper .mobileMenu {
    display: none;
    min-height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 99999;
    background: #fff;
    padding: 1rem;
}

.header .headerWrapper .mobileMenu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.header .headerWrapper .mobileMenu-header .logo a {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
}

.header .headerWrapper .mobileMenu-header .logo a span {
    font-weight: 300;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item {
    margin-bottom: 12px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item:last-child {
    margin-bottom: 0;
    position: fixed;
    bottom: 10px;
    width: calc(100% - 32px);
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 33;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-search {
    position: relative;
    width: 100%;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-search>svg {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-search input {
    width: 100%;
    display: block;
    padding-left: 45px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-user-box {
    background: var(--background-footer);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 9px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-user-box .top {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-user-box .top .icon {
    min-width: 45px;
    height: 45px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: var(--background-footer);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-user-box .top .content .name {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 14px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-user-box .top .content .text {
    font-size: 12px;
    color: var(--text-gray);
    line-height: 14px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-user-box .user-balance {
    background: var(--primary-color);
    padding: 5px 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-user-box .user-balance .count {
    font-size: 14px;
    font-weight: 700;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-myesim {
    padding: 9px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid var(--primary-color);
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-myesim span {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 14px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-list li {
    padding: 10px 0;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-list li a {
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-list .item-list-box {
    display: none;
    margin-top: 10px;
    width: 100%;
    height: 250px;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-list .item-list-box .item-list-box-alt {
    margin-top: 10px;
    padding: 10px 15px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-list .item-list-box .item-list-box-alt:first-child {
    margin-top: 0;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-list .item-list-box .item-list-box-alt .title {
    font-size: 18px;
    font-weight: 800;
    color: var(--text-dark);
    padding: 8px 0 10px 0;
    margin: 0;
    text-align: center;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-list .item-list-box .item-list-box-alt .item-list-box-alt-content a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-gray);
    display: block;
    padding: 10px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-lang .selected-lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 1px solid #e9ecef;
    padding: 12px 16px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    transition: all 0.2s ease;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-lang:hover .selected-lang {
    border-color: var(--primary-color);
    background-color: #f8fafc;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-lang .selected-lang span {
    font-weight: 600;
    color: var(--text-dark);
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .item-lang .currency-symbol {
    color: var(--primary-color) !important;
    font-weight: 700;
}

/* Mobile language selector now uses modern modal - old dropdown styles kept for backward compatibility */
.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .lang-dropdown,
.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .user-box-dropdown {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 333;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .lang-dropdown.active,
.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .user-box-dropdown.active {
    opacity: 1;
    transform: translateY(0);
    display: block;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .lang-dropdown ul,
.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .user-box-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    width: 100%;
    padding: 8px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .lang-dropdown ul li,
.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .user-box-dropdown ul li {
    padding: 10px 5px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .lang-dropdown ul li a,
.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .user-box-dropdown ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .lang-dropdown .cancel-dropdown,
.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .user-box-dropdown .cancel-dropdown {
    margin-top: 10px;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .lang-dropdown .cancel-dropdown a,
.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .user-box-dropdown .cancel-dropdown a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 8px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: var(--primary-color);
    color: #fff;
}

.header .headerWrapper .mobileMenu-body .mobileMenu-body-item .user-box-dropdown {
    width: calc(100% - 32px);
    margin: 0 auto;
    bottom: 10px;
}

.header__logo a {
    font-size: 28px;
    font-weight: 700;
}

.header__logo a span {
    font-weight: 300;
}

.header__nav.hide {
    display: none;
}

@media (max-width: 991px) {
    .header__nav.hide {
        display: block;
    }
}

.header__nav ul li {
    list-style: none;
    padding: 23px 0;
}

@media (max-width: 991px) {
    .header__nav ul li {
        padding: 15px 0;
    }
}

.header__nav ul li a {
    display: inline-block;
    padding: 6px 13px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
    font-weight: 500;
}

.header__nav ul li a:hover {
    background: #ecebfb;
    color: var(--primary-color);
}

@media (max-width: 1199px) {
    .header__nav ul li a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .header__nav {
        display: none;
    }
}

.header__user {
    gap: clamp(10px, 2.5vw, 42px);
}

@media (max-width: 1199px) {
    .header__user {
        gap: 20px;
    }
}

.header__user .user-btn {
    gap: 20px;
}

@media (max-width: 1199px) {
    .header__user .user-btn {
        gap: 10px;
    }
}

.header__user .user-btn .my-esim {
    border: 1px solid var(--primary-color);
}

.header__user .user-btn .my-esim span {
    font-weight: 600;
    color: var(--primary-color);
}

.header__user .user-btn .my-esim:hover {
    background: rgba(85, 81, 236, 0.11);
}

.header__user .user-btn .login {
    font-weight: 700;
    color: var(--primary-color);
}

.header__user .user-btn .sign-up {
    font-weight: 700;
}

@media (max-width: 1199px) {

    .header__user .user-btn .login,
    .header__user .user-btn .sign-up {
        font-size: 14px;
    }
}

.header__user .search {
    cursor: pointer;
    position: relative;
    margin-left: 42px;
}

@media (max-width: 1399px) {
    .header__user .search {
        margin-left: 10px;
    }
}

.header__user .search .second {
    display: none;
}

.header__user .search .search_input {
    display: none;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 600px;
}

.header__user .search .search_input .s-btn {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1399px) {
    .header__user .search .search_input {
        width: 500px;
    }
}

@media (max-width: 1199px) {
    .header__user .search .search_input {
        width: 400px;
    }
}

.header__user .search .search_input input {
    width: 100%;
    display: block;
    padding: 10px 10px 10px 50px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-dark);
    outline: 0;
}

.header__user .search .search_input input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.header__user .lang .dropdown .dropdown-toggle {
    font-weight: 500;
}

.header__user .lang .dropdown .dropdown-toggle::after {
    display: none;
}

@media (max-width: 1199px) {
    .header__user .lang .dropdown .dropdown-toggle .lang-name {
        display: none;
    }
}

.header__user .lang .dropdown .dropdown-menu {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.header__user .lang .dropdown .dropdown-menu.show {
    transform: translate(-20px, 60px) !important;
}

@media (max-width: 991px) {
    .header__user {
        display: none !important;
    }
}

.header .dropdown-menu {
    padding: 8px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    border: none;
    box-shadow: 0px 4px 49px rgba(203, 203, 203, 0.21);
}

.header .dropdown-menu li a {
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-gray);
}

.header .dropdown-menu li a:hover {
    background: var(--background-footer);
}

.header .safe-payment {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
}

.header .dropdown_box {
    display: none;
    min-width: 300px;
    position: absolute;
    top: 115%;
    right: 0;
    z-index: 50;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    list-style: none;
    margin: 0;
    box-shadow: 0px 4px 49px rgba(203, 203, 203, 0.4);
}

@media (max-width: 574px) {
    .header .dropdown_box {
        min-width: 250px;
    }
}

.header .dropdown_box .user-box {
    background: var(--background-footer);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 9px;
    margin-bottom: 16px;
}

.header .dropdown_box .user-box .top {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.header .dropdown_box .user-box .top .icon {
    min-width: 45px;
    height: 45px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: var(--background-footer);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header .dropdown_box .user-box .top .content .name {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 14px;
}

.header .dropdown_box .user-box .top .content .text {
    font-size: 12px;
    color: var(--text-gray);
    line-height: 14px;
}

.header .dropdown_box .user-box .user-balance {
    background: var(--primary-color);
    padding: 5px 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header .dropdown_box .user-box .user-balance .count {
    font-size: 14px;
    font-weight: 700;
}

.header .dropdown_box li {
    padding-bottom: 9px;
    padding-left: 10px;
    margin-bottom: 9px;
    border-bottom: 1px solid rgba(195, 195, 197, 0.3);
}

.header .dropdown_box li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
    letter-spacing: -0.1px;
}

.header .dropdown_box li a:hover {
    color: var(--primary-color);
}

.header .dropdown_box li a:hover svg path {
    stroke: var(--primary-color);
}

.header .dropdown_box li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.searchOpens {
    display: none;
    max-width: 1480px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0px 4px 49px rgba(203, 203, 203, 0.4);
    background: #fff;
    overflow: hidden;
    z-index: 30;
}

#myTab3>div>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .searchOpens {
        display: none !important;
    }
}

.searchOpens__tabs {
    height: 100%;
    padding: 10px;
    background: var(--background-footer);
}

.searchOpens__tabs .searchOpens-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.searchOpens__tabs .searchOpens-list .list-item {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    padding: 25px 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.searchOpens__tabs .searchOpens-list .list-item:last-child {
    margin-bottom: 0;
}

.searchOpens__tabs .searchOpens-list .list-item.active {
    border-color: #00076921;
    background: rgba(85, 81, 236, 0.05);
}

.searchOpens__tabs .searchOpens-list .list-item-alt {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 32px;
}

.searchOpens__tabs .searchOpens-list .list-item-alt li {
    margin-bottom: 10px;
}

.searchOpens__tabs .searchOpens-list .list-item-alt li:last-child {
    margin-bottom: 0;
}

.searchOpens__tabs .searchOpens-list .list-item-alt li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
    line-height: 22px;
}

.searchOpens__tabs .searchOpens-list .list-item-alt li.active a {
    color: var(--primary-color);
}

.searchOpens__tabs .searchOpens-list .list-link {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.searchOpens__tabs .searchOpens-list .list-link span {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 22px;
}

.searchOpens__mainContent .tab-regional .searchOpens__mainContent--title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-gray);
}

.searchOpens__mainContent .tab-regional .searchOpens__mainContent--flex .searchOpens__mainContent--box .nav-item .nav-link {
    padding: 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.searchOpens__mainContent .tab-regional .searchOpens__mainContent--flex .searchOpens__mainContent--box .nav-item .nav-link span {
    margin: 8px 0;
    display: block;
    text-align: center;
}

.searchOpens__mainContent .tab-regional .searchOpens__mainContent--flex .searchOpens__mainContent--box .nav-item .nav-link .img {
    border: 1px solid var(--background-footer);
    border-radius: 10px;
    width: 132px;
    height: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.searchOpens__mainContent .tab-regional .searchOpens__mainContent--flex .searchOpens__mainContent--box .nav-item .nav-link .img img {
    max-width: 100%;
}

.searchOpens__mainContent .tab-regional .searchOpens__mainContent--flex .searchOpens__mainContent--box .nav-item .nav-link:hover,
.searchOpens__mainContent .tab-regional .searchOpens__mainContent--flex .searchOpens__mainContent--box .nav-item .nav-link.active {
    background: none;
}

.searchOpens__mainContent .tab-regional .searchOpens__mainContent--flex .searchOpens__mainContent--box .nav-item .nav-link:hover .img,
.searchOpens__mainContent .tab-regional .searchOpens__mainContent--flex .searchOpens__mainContent--box .nav-item .nav-link.active .img {
    background: #f3f3fe;
}

.searchOpens__mainContent--flex {
    padding: 60px 36px;
}

.searchOpens__mainContent--filter {
    display: flex;
    align-items: center;
    gap: 16px;
}

.searchOpens__mainContent--filter .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-gray);
}

.searchOpens__mainContent--filter .filter-box .filter-box-item {
    padding: 8px 30px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 1px solid var(--text-gray);
    color: var(--text-gray);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.searchOpens__mainContent--filter .filter-box .filter-box-item.active,
.searchOpens__mainContent--filter .filter-box .filter-box-item:hover {
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
}

.searchOpens__mainContent--filter .filter-box .filter-box-item:hover {
    cursor: pointer !important;
}

.searchOpens__mainContent--box {
    margin-top: 35px;
}

#myTab2 {
    --bs-gutter-x: 0.5rem !important
}

.destination-group>div[role="presentation"] {
    min-height: 60px;
}

.searchOpens__mainContent--box .searchOpens__content--box_tabs .nav-item .nav-link {
    display: flex;
    padding: 8px 12px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    align-items: center;
}

.searchOpens__mainContent--box .searchOpens__content--box_tabs .nav-item .nav-link:hover,
.searchOpens__mainContent--box .searchOpens__content--box_tabs .nav-item .nav-link.active {
    background: rgba(238, 238, 253, 0.7);
}

.searchOpens__mainContent--box .searchOpens__content--box_tabs .nav-item .nav-link svg {
    box-shadow: 0px 0px 1px rgba(66, 71, 76, 0.32), 0px 8px 12px rgba(66, 71, 76, 0.08);
    display: inline-block;
}

.searchOpens__mainContent--box .searchOpens__content--box_tabs .nav-item .nav-link span {
    font-size: 16px;
    margin-left: 12px;
    font-weight: 500;
    color: var(--text-gray);
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.searchOpens__mainContent--box .searchOpens__content--box_tabs .see-more {
    max-width: 300px;
    margin: 45px auto 0 auto;
}

.searchOpens__mainContent--box .searchOpens__content--box_tabs .see-more a {
    text-align: center;
    display: inline-block;
    padding: 12px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    width: 100%;
}

.searchOpens__mainContent .altTabContent-box {
    background: rgba(85, 81, 236, 0.1);
    padding: 45px;
}

.searchOpens__mainContent .altTabContent-box .main-tab-flex .main-tab-item {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 35px;
}

.searchOpens__mainContent .altTabContent-box .main-tab-flex .main-tab-item:first-child {
    margin-top: 0;
}

.searchOpens__mainContent .altTabContent-box .main-tab-flex .main-tab-item .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.searchOpens__mainContent .altTabContent-box .main-tab-flex .main-tab-item span {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
}

.searchOpens__mainContent .altTabContent-box.regional .searchOpens__mainContent--item .img {
    max-width: 216px;
    height: 143px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #5043f0;
}

@media (max-width: 1199px) {
    .searchOpens__mainContent .altTabContent-box.regional .searchOpens__mainContent--item .img {
        height: auto;
    }
}

.searchOpens__mainContent .altTabContent-box.regional .searchOpens__mainContent--item .img img {
    object-fit: contain;
}

.searchOpens__mainContent .altTabContent-box.regional .searchOpens__mainContent--item .item-info .title,
.searchOpens__mainContent .altTabContent-box.regional .searchOpens__mainContent--item .item-info .from,
.searchOpens__mainContent .altTabContent-box.regional .searchOpens__mainContent--item .item-info .data,
.searchOpens__mainContent .altTabContent-box.regional .searchOpens__mainContent--item .item-info .network {
    color: #fff;
}

.searchOpens__mainContent .altTabContent-box.regional .searchOpens__mainContent--item .item-info .data svg path {
    fill: #fff;
}

.searchOpens__mainContent .altTabContent-box.regional .searchOpens__mainContent--item .item-info .item-list li span {
    color: #fff;
}

.searchOpens__mainContent .altTabContent-box.regional .searchOpens__mainContent--item .item-info .item-list li svg path {
    fill: #fff;
}

.searchOpens__mainContent--item .img {
    position: relative;
}

.searchOpens__mainContent--item .img .flag {
    position: absolute;
    top: -16px;
    left: -12px;
    z-index: 1;
    width: 60px;
    height: 40px;
}

.searchOpens__mainContent--item .img .flag img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid #fff;
}

.searchOpens__mainContent--item .img>img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.searchOpens__mainContent--item .item-info {
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.searchOpens__mainContent--item .item-info .title {
    font-size: 1.6em;
    font-weight: bold;
    color: var(--text-dark);
}

.searchOpens__mainContent--item .item-info .from,
.searchOpens__mainContent--item .item-info .network {
    font-size: 0.85em;
    font-weight: 400;
    color: var(--text-gray);
    text-decoration: underline;
    text-decoration-color: #000;
}

.searchOpens__mainContent--item .item-info .from {
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    font-size: 0.8em;
}

.searchOpens__mainContent--item .item-info .from span,
.searchOpens__mainContent--item .item-info .network span {
    font-weight: 800;
}

.searchOpens__mainContent--item .item-info .from span {
    font-size: 1.6em;
}

.searchOpens__mainContent--item .item-info .data {
    display: flex;
    align-items: center;
    gap: 4px;
}

.searchOpens__mainContent--item .item-info .item-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.searchOpens__mainContent--item .item-info .item-list li span {
    font-size: 0.8em;
    color: var(--text-gray);
}

@media (max-width: 1199px) {
    .searchOpens {
        max-width: 960px;
    }

    .searchOpens__tabs {
        padding: 30px 15px;
    }

    .searchOpens .altTabContent-box {
        padding: 30px 15px;
    }

    .searchOpens .searchOpens__mainContent--flex {
        padding: 30px 0;
    }

    .searchOpens .searchOpens__mainContent--filter .filter-box .filter-box-item {
        padding: 5px 15px;
    }
}

.dropdown_menu {
    position: absolute;
    top: 180%;
    left: 0;
    width: 100%;
    z-index: 25;
}

@media (max-width: 574px) {
    .dropdown_menu {
        top: 110%;
    }
}

.dropdown_menu.second-alt-item {
    display: none;
    top: 110%;
    max-width: 350px;
}

.dropdown_menu .search_input-box {
    max-height: 386px;
    overflow-y: auto;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px 24px;
    box-shadow: 0px 4px 25px rgba(203, 203, 203, 0.22);
}

.dropdown_menu .search_input-box::-webkit-scrollbar {
    display: none;
}

.dropdown_menu .search_input-box .search_input-item {
    margin-top: 16px;
}

.dropdown_menu .search_input-box .search_input-item:first-child {
    margin-top: 0;
}

.dropdown_menu .search_input-box .search_input-item .title {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

.dropdown_menu .search_input-box .search_input-item .item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 6px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.dropdown_menu .search_input-box .search_input-item .item:hover {
    background: var(--background-footer);
}

.dropdown_menu .search_input-box .search_input-item .item:hover .local,
.dropdown_menu .search_input-box .search_input-item .item:hover .data {
    background: var(--primary-color);
    color: #fff;
}

.dropdown_menu .search_input-box .search_input-item .item .flag {
    display: inline-block;
}

.dropdown_menu .search_input-box .search_input-item .item .flag svg,
.dropdown_menu .search_input-box .search_input-item .item .flag img {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    object-fit: cover;
}

.dropdown_menu .search_input-box .search_input-item .item .name {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    color: var(--text-gray);
    line-height: 24px;
}

.dropdown_menu .search_input-box .search_input-item .item .local,
.dropdown_menu .search_input-box .search_input-item .item .data {
    font-size: 10px;
    font-weight: 500;
    color: var(--text-dark);
    display: inline-block;
    padding: 4px 16px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: rgba(217, 217, 217, 0.4);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.dropdown_menu .search_input-box .search_input-item .item::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: rgba(195, 195, 197, 0.3);
}

.dropdown_menu .search_input-box .search_input-item .item:last-child {
    margin-bottom: 0;
}

.dropdown_menu .search_input-box .search_input-item .item:last-child::after {
    display: none;
}

.first-alt-item {
    display: none;
}

.pageLead .subTitle {
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: -0.01em;
    line-height: 26px;
    font-size: 16px;
}

.pageLead .pageTitle {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--text-dark);
    line-height: 36px;
    letter-spacing: -0.01em;
}

.pageLead .subText {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-gray);
    line-height: 26px;
    letter-spacing: -0.01em;
}

@media (max-width: 1199px) {
    .pageLead .pageTitle {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (max-width: 991px) {
    .pageLead .subTitle {
        font-size: 14px;
        line-height: 22px;
    }

    .pageLead .pageTitle {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .pageLead .pageTitle br {
        display: none;
    }
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 11;
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
    display: none;
}

.swiper .swiper-button-next::before {
    content: "";
    width: 18.41px;
    height: 14.41px;
    background: url(../img/arrow-right.png);
}

.swiper .swiper-button-prev::before {
    content: "";
    width: 18.41px;
    height: 14.41px;
    background: url(../img/arrow-left.png);
}

.main .topContent {
    margin-top: 50px;
}

.main .topContent .topContent-wrapper {
    position: relative;
    z-index: 30;
    background: radial-gradient(121.57% 119.73% at 109.48% -19.73%, var(--bg-color-primary) 10.5%, var(--bg-color-secondary) 100%);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 0 85px;
}

@media (max-width: 991px) {
    .main .topContent .topContent-wrapper {
        padding: 0 25px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    .main .topContent {
        margin-top: 20px;
    }
}

.main .topContent .topContent-wrapper .left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1199px) {
    .main .topContent .topContent-wrapper .left {
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    .main .topContent .topContent-wrapper .left {
        padding: 25px 0;
    }
}

.main .topContent .topContent-wrapper .left .title {
    margin-bottom: 15px;
}

.main .topContent .topContent-wrapper .left .title .h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin: 0;
}

@media (max-width: 1199px) {
    .main .topContent .topContent-wrapper .left .title {
        margin-bottom: 10px;
    }

    .main .topContent .topContent-wrapper .left .title .h1 {
        font-size: 30px;
        line-height: 45px;
    }
}

.main .topContent .topContent-wrapper .left .text {
    margin-bottom: 24px;
}

.main .topContent .topContent-wrapper .left .text p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 26px;
    max-width: 482px;
    margin: 0;
}

@media (max-width: 1199px) {
    .main .topContent .topContent-wrapper .left .text {
        margin-bottom: 15px;
    }

    .main .topContent .topContent-wrapper .left .text p {
        font-size: 14px;
        line-height: 24px;
    }
}

.main .topContent .topContent-wrapper .left .search {
    position: relative;
    margin-bottom: 20px;
}

.main .topContent .topContent-wrapper .left .search input {
    max-width: 350px;
    width: 100%;
    display: block;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: #fff;
    padding: 12px 24px 12px 56px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #e9edf5;
    outline: 0;
}

.main .topContent .topContent-wrapper .left .search input::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

@media (max-width: 1199px) {
    .main .topContent .topContent-wrapper .left .search {
        margin-bottom: 15px;
    }

    .main .topContent .topContent-wrapper .left .search input {
        padding: 8px 24px 8px 56px;
    }
}

@media (max-width: 991px) {
    .main .topContent .topContent-wrapper .left .search input {
        max-width: 100%;
    }
}

.main .topContent .topContent-wrapper .left .search .topContent-svg {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    z-index: 1;
}

.main .topContent .topContent-wrapper .left .destinations-all .subTitle {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.main .topContent .topContent-wrapper .left .destinations-all .dest-item {
    display: inline-block;
    min-width: 106px;
    text-align: center;
    padding: 5px 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.main .topContent .topContent-wrapper .left .destinations-all .dest-item:hover {
    background: #fff;
    color: var(--primary-color);
}

@media (max-width: 1199px) {
    .main .topContent .topContent-wrapper .left .destinations-all .subTitle {
        margin-bottom: 15px;
    }
}

.main .topContent .topContent-wrapper .right {
    position: relative;
}

.main .topContent .topContent-wrapper .right .img {
    pointer-events: none;
}

.main .topContent .topContent-wrapper .right .img img {
    display: block;
    max-width: 100%;
    margin-top: -22px;
}

@media (max-width: 991px) {
    .main .topContent .topContent-wrapper .right .img {
        display: none;
    }
}

.main .topContent .topContent-wrapper .right .icon {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 1199px) {
    .main .topContent .topContent-wrapper .right .icon {
        display: none;
    }
}

.main .topContent .topContent-wrapper .right .icon.icon1 {
    bottom: 120px;
    left: -25px;
    animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1.2);
    }
}

.main .topContent .topContent-wrapper .right .icon.icon2 {
    bottom: 80px;
    right: 55px;
    animation: hithere 1.5s ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(1.1);
    }

    40%,
    60% {
        transform: rotate(-20deg) scale(1.1);
    }

    50% {
        transform: rotate(20deg) scale(1.1);
    }

    70% {
        transform: rotate(0deg) scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.main .topContent .topContent-wrapper .right .icon.icon3 {
    top: 20px;
    right: 20px;
    animation: gelatine 0.5s infinite;
}

@keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

.main .partners {
    margin-top: 60px;
}

.main .partners .partners__title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-right: clamp(20px, 2.5vw, 62px);
}

@media (max-width: 991px) {
    .main .partners .partners__title {
        margin-right: 0;
    }
}

.main .partners .partners-wrapper {
    position: relative;
}

.main .partners .partners-wrapper .gradient {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    pointer-events: none;
}

.main .partners .partners-wrapper .subSlider .swiper-wrapper {
    align-items: center;
}

.main .partners .partners-wrapper .subSlider .swiper-slide .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .partners .partners-wrapper .subSlider .swiper-slide img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .main .partners .partners__title {
        font-size: 16px;
    }
}

.main .from {
    margin-top: 40px;
}

.main .from__top--nav {
    list-style: none;
    display: inline-block;
    padding: 6px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    width: -moz-fit-content;
    width: fit-content;
}

.main .from__top--nav li {
    display: inline-block;
}

.main .from__top--nav li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    color: var(--primary-color);
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.main .from__top--nav li.active a {
    background: var(--primary-color);
    color: #fff;
}

.main .from__top--nav li.active a svg path {
    stroke: #fff;
}

@media (max-width: 1199px) {
    .main .from__top--nav {
        padding: 6px 10px;
    }

    .main .from__top--nav li a {
        padding: 8px 25px;
    }
}

@media (max-width: 991px) {
    .main .from__top--nav {
        padding: 4px 6px;
    }

    .main .from__top--nav li a {
        font-size: 15px;
        padding: 8px 16px;
    }
}

.main .from__top--popular .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    letter-spacing: 0.2px;
}

.main .from__top--popular .tags .tag-item {
    display: inline-block;
    text-align: center;
    padding: 8px 25px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 1px solid var(--text-gray);
    background: transparent;
    color: var(--text-gray);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.main .from__top--popular .tags .tag-item:hover {
    background-color: var(--primary-color);
    color: #fff;
}

@media (max-width: 1199px) {
    .main .from__top--popular .tags .tag-item {
        padding: 5px 20px;
    }
}

.main .from__top--search {
    position: relative;
    margin-bottom: 45px;
    max-width: 428px;
}

.main .from__top--search input {
    display: block;
    width: 100%;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 25px 20px 44px;
    outline: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
}

.main .from__top--search input::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
    .main .from__top--search input {
        padding: 14px 25px 14px 44px;
    }
}

@media (max-width: 991px) {
    .main .from__top--search {
        max-width: 100%;
    }
}

.main .from__top--search span,
.main .from__top--search button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main .from__top--search span {
    left: 15px;
}

.main .from__top--search button {
    background: transparent;
    border: none;
    outline: 0;
    right: 25px;
}

.main .from__top--viewAll a {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

@media (max-width: 1199px) {
    .main .from__top--viewAll a {
        font-size: 14px;
    }
}

.main .from__bottom .swiper {
    padding: 16px 16px 107px 16px;
}

@media (max-width: 1199px) {
    .main .from__bottom .swiper {
        padding: 12px 12px 70px 12px;
    }
}

.main .from__bottom .swiper .swiper-button-next,
.main .from__bottom .swiper .swiper-button-prev {
    top: auto !important;
    bottom: 0 !important;
}

.main .from__bottom .swiper .swiper-button-next::after,
.main .from__bottom .swiper .swiper-button-prev::after {
    display: none;
}

.main .from__bottom .swiper .swiper-button-next {
    right: 0 !important;
}

.main .from__bottom .swiper .swiper-button-prev {
    left: auto !important;
    right: 54px !important;
}

.main .from__bottom .swiper .swiper-pagination {
    text-align: start;
}

.main .from__bottom .swiper .swiper-pagination .swiper-pagination-bullet {
    background: var(--primary-color) !important;
    opacity: 0.2;
}

.main .from__bottom .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.main .from__bottom .fromSlider .fromSlider-item,
.main .from__bottom .fromSlider2 .fromSlider-item {
    position: relative;
}

.main .from__bottom .fromSlider .fromSlider-item .flag,
.main .from__bottom .fromSlider2 .fromSlider-item .flag {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit--moz-transition: all 0.3s ease-in-out;
}

.main .from__bottom .fromSlider .fromSlider-item .flag img,
.main .from__bottom .fromSlider2 .fromSlider-item .flag img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border: 4px solid #fff;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .main .from__bottom .fromSlider .fromSlider-item .flag,
    .main .from__bottom .fromSlider2 .fromSlider-item .flag {
        top: 3px;
        left: 3px;
    }

    .main .from__bottom .fromSlider .fromSlider-item .flag img,
    .main .from__bottom .fromSlider2 .fromSlider-item .flag img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 991px) {
    .main .from__bottom .fromSlider .fromSlider-item .flag,
    .main .from__bottom .fromSlider2 .fromSlider-item .flag {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
}

.main .from__bottom .fromSlider .fromSlider-item:hover .flag,
.main .from__bottom .fromSlider2 .fromSlider-item:hover .flag {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.main .from__bottom .fromSlider .fromSlider-item .img img,
.main .from__bottom .fromSlider2 .fromSlider-item .img img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.main .from__bottom .fromSlider .fromSlider-item .img img {
    min-width: 330px;
    min-height: 225px;
}

.main .from__bottom .fromSlider .fromSlider-item:hover .img img,
.main .from__bottom .fromSlider2 .fromSlider-item:hover .img img {
    transform: scale(1.02);
}

.main .from__bottom .fromSlider .fromSlider-item .name,
.main .from__bottom .fromSlider2 .fromSlider-item .name {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-dark);
    letter-spacing: 0.2px;
    line-height: 28px;
    margin: 15px 0 10px;
}

.main .from__bottom .fromSlider .fromSlider-item .info,
.main .from__bottom .fromSlider2 .fromSlider-item .info {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-gray);
}

.main .from__bottom .fromSlider .fromSlider-item .info span,
.main .from__bottom .fromSlider2 .fromSlider-item .info span {
    font-weight: 800;
}

.main .from__bottom .fromSlider .fromSlider-item .connection,
.main .from__bottom .fromSlider2 .fromSlider-item .connection {
    gap: 4px;
}

.main .from__bottom .fromSlider .fromSlider-item .button a,
.main .from__bottom .fromSlider2 .fromSlider-item .button a {
    display: block;
    width: 100%;
    padding: 12px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center;
}

@media (max-width: 1199px) {

    .main .from__bottom .fromSlider .fromSlider-item .name,
    .main .from__bottom .fromSlider2 .fromSlider-item .name {
        font-size: 20px;
        line-height: 24px;
    }

    .main .from__bottom .fromSlider .fromSlider-item .button a,
    .main .from__bottom .fromSlider2 .fromSlider-item .button a {
        padding: 10px;
    }
}

@media (max-width: 991px) {

    .main .from__bottom .fromSlider .fromSlider-item .name,
    .main .from__bottom .fromSlider2 .fromSlider-item .name {
        font-size: 18px;
    }

    .main .from__bottom .fromSlider .fromSlider-item .button a,
    .main .from__bottom .fromSlider2 .fromSlider-item .button a {
        padding: 8px;
    }
}

.main .from__bottom .regional .fromSlider2 .swiper-slide .fromSlider-item .fromSlider-item-top,
.main .from__bottom .regional .fromSlider-item .fromSlider-item-top {
    padding: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    border: 1px solid var(--background-footer);
    position: relative;
}

.main .from__bottom .regional .fromSlider2 .swiper-slide .fromSlider-item .fromSlider-item-top .continents,
.main .from__bottom .regional .fromSlider-item .fromSlider-item-top .continents {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.main .from__bottom .regional .fromSlider2 .swiper-slide .fromSlider-item .fromSlider-item-top .continents .continents-name,
.main .from__bottom .regional .fromSlider-item .fromSlider-item-top .continents .continents-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
}

.main .from__bottom .regional .fromSlider2 .swiper-slide .fromSlider-item .fromSlider-item-top .continents .countries,
.main .from__bottom .regional .fromSlider-item .fromSlider-item-top .continents .countries {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-gray);
}

.main .from__bottom .regional .fromSlider2 .swiper-slide .fromSlider-item .fromSlider-item-top .img img,
.main .from__bottom .regional .fromSlider-item .fromSlider-item-top .img img {
    max-width: 154px;
    margin: 0 0 0 auto;
}

.main .from__bottom .regional .fromSlider2 .swiper-slide .fromSlider-item .button a,
.main .from__bottom .regional .fromSlider-item .button a {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 600;
}

.main .esims {
    margin-top: 35px;
}

.main .esims .esimSlider {
    padding-top: 100px;
    padding-bottom: 70px;
}

.main .esims .esimSlider .swiper-button-next,
.main .esims .esimSlider .swiper-button-prev {
    top: 52px;
}

.main .esims .esimSlider .swiper-button-prev {
    right: auto !important;
    left: 0 !important;
}

.main .esims .esimSlider .swiper-button-next {
    right: auto !important;
    left: 52px !important;
}

.main .esims__box--item {
    background: var(--background-footer);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
}

.main .esims__box--item .number {
    display: inline-block;
    padding: 4px 35px;
    background: rgba(85, 81, 236, 0.15);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    line-height: 140%;
    font-size: 14px;
    font-weight: 800;
    color: var(--primary-color);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.main .esims__box--item .title {
    font-size: 28px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 38px;
    margin: 10px 0;
}

.main .esims__box--item .text p {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-gray);
    line-height: 26px;
}

.main .esims__box--item .img img {
    width: 100%;
}

.main .esims__box--item .img.esims1 {
    margin-bottom: -69px;
}

.main .esims__box--item .img.esims2 {
    margin-top: -11px;
}

@media (max-width: 1199px) {
    .main .esims__box--item .title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 991px) {
    .main .esims__box--item .title {
        font-size: 20px;
        line-height: 30px;
    }

    .main .esims__box--item .text p {
        font-size: 14px;
    }
}

.main .esims__box:hover .esims__box--item .number {
    background: var(--primary-color);
    color: #fff;
}

.main .covered__item .icon {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 auto;
    background: var(--background-footer);
}

.main .covered__item .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: var(--text-dark);
    margin: 10px 0;
}

.main .covered__item .text p {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 24px;
    margin: 0;
}

.main .customers {
    margin-top: 135px;
}

@media (max-width: 1199px) {
    .main .customers {
        margin-top: 70px;
    }
}

.main .customers .customers-wrapper {
    padding-bottom: 25px;
    position: relative;
}

.main .customers .customers-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 286px;
    z-index: 2;
    background: linear-gradient(180deg, var(--background-primary) 15%, rgba(253, 253, 253, 0) 100%);
}

@media (max-width: 767px) {
    .main .customers .customers-wrapper::before {
        top: -1px;
        height: 200px;
    }
}

.main .customers .customers-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 286px;
    z-index: 2;
    background: linear-gradient(180deg, var(--background-primary) 15%, rgba(253, 253, 253, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

@media (max-width: 767px) {
    .main .customers .customers-wrapper::after {
        height: 200px;
    }
}

.main .customers__item {
    background: #fff;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 40px 35px;
    box-shadow: 0px 18px 24px rgba(118, 118, 118, 0.08);
    margin: 12px 12px;
}

.main .customers__item--title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 15px 0 10px 0;
    line-height: 28px;
}

.main .customers__item--comment {
    padding-bottom: 100px;
}

.main .customers__item--comment p {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-gray);
    line-height: 28px;
    margin: 0;
}

.main .customers__item--userInfo .flag img {
    width: 54px;
    height: 39px;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.main .customers__item--userInfo .user .name {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
}

.main .customers__item--userInfo .user .verified {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    font-size: 8px;
    font-weight: 500;
    color: var(--text-dark);
    border: 1px solid #01ba83;
    line-height: 10px;
}

.main .customers__item--userInfo .plan {
    font-size: 12px;
    color: var(--text-dark);
}

@media (max-width: 1199px) {
    .main .customers__item {
        padding: 25px;
    }

    .main .customers__item--comment {
        padding-bottom: 50px;
    }

    .main .customers__item--comment p {
        font-size: 16px;
        line-height: 24px;
    }

    .main .customers__item--userInfo .flag img {
        width: 45px;
        height: 30px;
    }
}

.main .customers .wander-testimonial-box {
    justify-content: center;
    height: 900px;
}

@media (max-width: 991px) {
    .main .customers .wander-testimonial-box {
        height: 640px;
        overflow: hidden;
        flex-wrap: wrap;
    }
}

.main .customers .testimonial-slider-1,
.main .customers .testimonial-slider-2 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {

    .main .customers .testimonial-slider-1,
    .main .customers .testimonial-slider-2 {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {

    .main .customers .testimonial-slider-1,
    .main .customers .testimonial-slider-2 {
        width: 100%;
    }
}

.main .customers .testimonial-slider-1 .testimonial-wrapper-1 {
    --animation-duration: 10s;
    animation-direction: normal;
    -webkit-animation-direction: normal;
}

.main .customers .testimonial-wrapper-1,
.main .customers .testimonial-wrapper-2 {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    align-items: center;
    animation: scrollY var(--animation-duration, 10s) linear infinite;
    -webkit-animation: scrollY var(--animation-duration, 10s) linear infinite;
}

.main .customers .testimonial-slider-2 .testimonial-wrapper-2 {
    --animation-duration: 10s;
    animation-direction: reverse;
    -webkit-animation-direction: reverse;
}

.main .customers .testimonial-slider-1:hover .testimonial-wrapper-1,
.main .customers .testimonial-slider-2:hover .testimonial-wrapper-2 {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.main .faq {
    margin-top: 75px;
}

@media (max-width: 1199px) {
    .main .faq {
        margin-top: 50px;
    }
}

.main .faq .helpCenter a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 35px;
    background: var(--primary-color);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.main .faq__box .list-item.active .faq__box--item {
    border-color: var(--primary-color);
}

.main .faq__box .list-item.active .faq__box--item .icon svg path {
    stroke: var(--primary-color);
}

.main .faq__box .list-item.active .faq__box--item .title {
    color: var(--primary-color);
}

.main .faq__box--item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 19px 16px;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.main .faq__box--item .title {
    font-size: 16px;
    font-weight: bold;
    color: var(--text-dark);
}

.main .faq__box--item .icon svg {
    display: block;
}

.main .faq__box .accordion .accordion-item {
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border: 1px solid #e4e4e4;
}

.main .faq__box .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    font-weight: bold;
    color: var(--text-dark);
    padding: 21px 16px;
    background: transparent !important;
    border-bottom: none;
    outline: 0;
    box-shadow: none;
}

.main .faq__box .accordion .accordion-item .accordion-header .accordion-button::after {
    content: "";
    background: url(../img/minus.png) no-repeat;
    width: 18px;
    height: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.main .faq__box .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    content: "";
    background: url(../img/plus.png) no-repeat;
    width: 18px;
    height: 18px;
}

.main .faq__box .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: none !important;
}

.main .faq__search {
    margin-top: 110px;
    background: var(--primary-color);
    padding: 30px 20px 40px 20px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.main .faq__search--title {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.main .faq__search--input {
    position: relative;
    max-width: 590px;
    margin: 0 auto;
}

.main .faq__search--input input {
    width: 100%;
    background: #fff;
    border: 1px solid #e9edf5;
    font-size: 16px;
    color: var(--text-dark);
    line-height: 40px;
    padding: 5px 20px 5px 56px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    outline: 0;
}

.main .faq__search--input input::placeholder {
    font-size: 16px;
    color: var(--text-light);
}

.main .faq__search--input svg {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .main .faq__search {
        margin-top: 70px;
    }

    .main .faq__search--title {
        font-size: 22px;
    }

    .main .faq__search--input input {
        line-height: 30px;
    }
}

.main .blog {
    margin-top: 65px;
}

.main .blog__item--img {
    margin-bottom: 26px;
}

.main .blog__item--img img {
    display: block;
    width: 100%;
    max-height: 316px;
    object-fit: cover;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.main .blog__item--content {
    background: rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 30px 25px;
}

.main .blog__item--content .title a {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 30px;
    margin-bottom: 12px;
}

.main .blog__item--content .text {
    margin-bottom: 40px;
}

.main .blog__item--content .text p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: var(--text-gray);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.main .blog__item--content .button a {
    display: inline-block;
    gap: 10px;
    background: #724cf9;
    color: #fff;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

@media (max-width: 1199px) {
    .main .blog__item--content {
        padding: 25px 20px;
    }

    .main .blog__item--content .title a {
        font-size: 18px;
        line-height: 26px;
    }

    .main .blog__item--content .text {
        margin-bottom: 25px;
    }
}

.footer {
    margin-top: 125px;
    padding-top: 45px;
    padding-bottom: 20px;
}

.footer__top--logo {
    font-size: 28px;
    font-weight: 700;
}

.footer__top--logo span {
    font-weight: 300;
}

.footer__top--text {
    margin: 1rem 0;
    max-width: 300px;
}

.footer__top--text p {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-gray);
    line-height: 16px;
}

.footer__top--social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__top--link ul {
    list-style: none;
    gap: clamp(10px, 2.5vw, 40px);
    padding: 0;
    margin: 0;
}

.footer__top--link ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-gray);
}

@media (max-width: 1199px) {
    .footer__top--link ul li a {
        font-size: 14px;
    }
}

.footer__top--link ul li a:hover {
    color: var(--primary-color);
}

.footer__top--link ul li .dropdown-toggle {
    color: var(--text-gray);
}

.footer__top--link ul li .dropdown-toggle::after {
    display: none;
}

@media (max-width: 1199px) {
    .footer__top--link ul li .dropdown-toggle .lang-name {
        display: none;
    }
}

.footer__top--link .dropdown-menu {
    padding: 8px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    border: none;
    box-shadow: 0px 4px 49px rgba(203, 203, 203, 0.21);
}

.footer__top--link .dropdown-menu.show {
    transform: translate(-20px, 35px) !important;
}

.footer__top--link .dropdown-menu li a {
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-gray);
}

.footer__top--link .dropdown-menu li a:hover {
    background: var(--background-footer);
}

.footer__body--nav {
    padding: 35px 0;
    margin: 35px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.footer__body--nav nav .nav-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-gray);
    line-height: 30px;
    margin-bottom: 10px;
}

.footer__body--nav nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__body--nav nav ul li {
    padding-bottom: 10px;
    position: relative;
}

.footer__body--nav nav ul li:last-child {
    padding-bottom: 0;
}

.footer__body--nav nav ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-gray);
    line-height: 30px;
}

.footer__body--nav nav ul li a span {
    color: var(--primary-color);
    font-weight: 600;
}

.footer__body--nav nav ul li a:hover {
    color: var(--primary-color);
}

.footer__body--nav nav ul li .dropdown-box {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}

.footer__body--nav nav ul li.dropdown-hover:hover .dropdown-box {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.footer__body--nav nav ul li.dropdown-hover:hover .dropdown-box li a {
    padding: 0 15px;
}

.footer__body--nav nav ul li.dropdown-hover:hover .dropdown-box li a:hover {
    background-color: #f8f9fa;
}

@media (max-width: 1199px) {
    .footer__body--nav nav .nav-title {
        font-size: 16px;
        line-height: 28px;
    }

    .footer__body--nav nav ul li a {
        font-size: 14px;
        line-height: 24px;
    }
}

.footer__copyright--text {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-gray);
}

.footer__copyright--img ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.detailOne .cardBoxTop .cardBoxTop-wrapper {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .detailOne .cardBoxTop .cardBoxTop-wrapper {
        padding: 50px;
        border-radius: 16px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .detailOne .cardBoxTop .cardBoxTop-wrapper {
        padding: 30px 20px;
    }
}

.detailOne .cardBoxTop__title {
    font-size: 58px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
}

.detailOne .cardBoxTop__title span {
    display: block;
    font-size: 36px;
}

@media (max-width: 991px) {
    .detailOne .cardBoxTop__title {
        text-align: center;
        font-size: 35px;
        line-height: 35px;
    }

    .detailOne .cardBoxTop__title span {
        font-size: 20px;
    }
}

.detailOne .cardBoxTop__card .esim {
    margin: 0 0 0 auto;
}

.cardBoxTop__card .esim {
    position: relative;
    max-width: 435px;
}

@media (max-width: 991px) {
    .cardBoxTop__card .esim {
        margin: 0 auto;
    }
}

.cardBoxTop__card .esim img {
    width: 100%;
    display: block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.cardBoxTop__card .esim .info {
    position: absolute;
    bottom: 20px;
    left: 35px;
    width: calc(100% - 70px);
    z-index: 2;
}

.cardBoxTop__card .esim .info .country {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 991px) {
    .cardBoxTop__card .esim .info .country {
        font-size: 20px;
    }
}

.cardBoxTop__card .esim .info .flag img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    object-fit: fill;
}

@media (max-width: 991px) {
    .cardBoxTop__card .esim .info .flag img {
        width: 35px;
        height: 35px;
    }
}

.dataPlan {
    margin-top: 40px;
}

.dataPlan__box .item-checkbox-wrapper {
    cursor: pointer;
    display: block;
}

.dataPlan__box .item-checkbox-wrapper .item-checkbox-radio {
    display: none;
}

.dataPlan__box .item-checkbox-wrapper .item-checkbox-radio:checked+.dataPlan__box--item {
    border-color: var(--primary-color);
    background: var(--background-footer);
}

.dataPlan__box--item {
    padding: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0px 4px 49px rgba(203, 203, 203, 0.11);
    background: #fff;
    border: 1px solid var(--background-footer);
}

.dataPlan__box--item .top .title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
}

.dataPlan__box--item .top .esim {
    position: relative;
    max-width: 116px;
    margin: 0 0 0 auto;
}

.dataPlan__box--item .top .esim img {
    width: 100%;
    display: block;
}

.dataPlan__box--item .top .esim .info {
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: calc(100% - 20px);
    z-index: 2;
}

.dataPlan__box--item .top .esim .info .country {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}

.dataPlan__box--item .top .esim .info .flag img {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    object-fit: fill;
}

.dataPlan__box--item .content .content-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 20px;
}

.dataPlan__box--item .content .content-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.dataPlan__box--item .content .content-item:last-child .text {
    font-size: 18px;
    font-weight: 700;
}

.dataPlan__box--item .content .content-item .title {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 6px;
}

.dataPlan__box--item .content .content-item .text {
    font-size: 14px;
    font-weight: 800;
    color: var(--text-dark);
}

.dataPlan__box--item .button a {
    display: block;
    border: 1px solid var(--primary-color);
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.dataPlan__box--item .button a:hover {
    background: var(--primary-color);
    color: #fff;
}

.dataPlan__box--order {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0px 4px 49px rgba(203, 203, 203, 0.1);
    border: 1px solid var(--background-footer);
}

.dataPlan__box--order .flag {
    margin-bottom: 20px;
}

.dataPlan__box--order .flag img {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    object-fit: fill;
    display: block;
}

.dataPlan__box--order .order-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 24px;
    margin-bottom: 20px;
}

.dataPlan__box--order .order-info {
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: var(--background-footer);
}

.dataPlan__box--order .order-info .order-info-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dataPlan__box--order .order-info .order-info-item:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}

.dataPlan__box--order .order-info .order-info-item .title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-light);
}

.dataPlan__box--order .order-info .order-info-item .text {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.dataPlan__box--order .order-counter {
    margin: 20px 0;
}

.dataPlan__box--order .order-counter .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
}

.dataPlan__box--order .order-counter .counter {
    gap: 6px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px;
}

.dataPlan__box--order .order-counter .counter button {
    background: transparent;
    border: none;
    outline: 0;
    padding: 0;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background: var(--background-footer);
    padding: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dataPlan__box--order .order-counter .counter .count {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dataPlan__box--order .order-bottom .order-bottom-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dataPlan__box--order .order-bottom .order-bottom-item .name {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
}

.dataPlan__box--order .order-bottom .order-bottom-item .text {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
}

.dataPlan__box--order .order-bottom .order-bottom-item .text.total-price {
    font-size: 18px;
    font-weight: 800;
}

.dataPlan__box--order .order-button a {
    display: block;
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: var(--primary-color);
    text-align: center;
    padding: 12px;
    color: #fff;
    font-weight: 600;
}

.dataPlan__box--tabs {
    margin-top: 50px;
}

.dataPlan__box--tabs ul {
    background: #fff;
    border-color: #ebebeb;
}

.dataPlan__box--tabsItem {
    background: #fff;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 20px 15px;
    gap: 10px;
}

.dataPlan__box--tabsItem .info .name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.dataPlan__box--tabsItem .info .text {
    font-size: 12px;
    color: var(--text-gray);
}

.detailTwo .cardBoxTop-wrapper {
    background: #3c8be5;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 80px 65px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .detailTwo .cardBoxTop-wrapper {
        padding: 50px;
        border-radius: 16px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .detailTwo .cardBoxTop-wrapper {
        padding: 30px 20px;
    }
}

.detailTwo .cardBoxTop__card .esim {
    position: relative;
    max-width: 435px;
    margin: 0 0 0 auto;
}

@media (max-width: 991px) {
    .detailTwo .cardBoxTop__card .esim {
        margin: 0 auto;
    }
}

.detailTwo .cardBoxTop__card .esim img {
    width: 100%;
    display: block;
}

.detailTwo .cardBoxTop__card .esim .info {
    position: absolute;
    bottom: 20px;
    left: 35px;
    width: calc(100% - 70px);
    z-index: 2;
}

.detailTwo .cardBoxTop__card .esim .info .country {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 991px) {
    .detailTwo .cardBoxTop__card .esim .info .country {
        font-size: 20px;
    }
}

.detailTwo .cardBoxTop__card .esim .info .flag img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    object-fit: fill;
}

@media (max-width: 991px) {
    .detailTwo .cardBoxTop__card .esim .info .flag img {
        width: 35px;
        height: 35px;
    }
}

.detailTwo .cardBoxTop__title span {
    font-size: clamp(20px, 22.5vw, 30px);
    font-weight: 700;
    color: #fff;
    line-height: 40px;
}

.detailTwo .cardBoxTop__title .icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #fff;
    cursor: pointer;
}

.detailTwo .cardBoxTop__title .dropdown-menu {
    padding: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #fff;
    box-shadow: 0px 4px 49px rgba(203, 203, 203, 0.1);
}

.detailTwo .cardBoxTop__title .dropdown-menu li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    padding: 10px;
    background: none;
    border-bottom: 1px solid rgba(195, 195, 197, 0.3);
}

.detailTwo .cardBoxTop__title .dropdown-menu li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}

.detailTwo .cardBoxTop__info {
    margin-top: 25px;
    padding: 20px 25px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid var(--background-footer);
    background: #4e96e7;
}

.detailTwo .cardBoxTop__info .info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 30px;
}

.detailTwo .cardBoxTop__info .info-item .info-item-element {
    display: flex;
    align-items: center;
    gap: 6px;
}

.detailTwo .cardBoxTop__info .info-item .info-item-element span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.detailTwo .cardBoxTop__info .info-item .info-item-element.see-detail a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.detailTwo .cardBoxTop__info .info-item .info-data {
    display: flex;
    align-items: center;
    gap: 30px;
}

.detailTwo .cardBoxTop__info .info-item .info-data span {
    font-size: 14px;
    font-weight: 600;
}

.detailTwo .cardBoxTop__info .info-item:last-child {
    padding: 0;
}

.detailTwo .cardBoxTop-setup {
    background: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid var(--background-footer);
    padding: 20px;
}

.detailTwo .cardBoxTop-setup .setup-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detailTwo .cardBoxTop-setup .setup-head .icon {
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--background-footer);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.detailTwo .cardBoxTop-setup .setup-head .text {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
}

.detailTwo .cardBoxTop-setup .setup-head .setup-link a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid var(--primary-color);
    background: transparent;
    line-height: 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.detailTwo .cardBoxTop-setup .setup-head .setup-link a:hover {
    background: var(--primary-color);
    color: #fff;
}

.detailTwo .cardBoxTop-setup .setup-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid var(--background-footer);
    margin-top: 20px;
    cursor: pointer;
}

.detailTwo .cardBoxTop-setup .setup-item .text {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
}

.detailTwo .cardBoxTop-setup .setup-item .text+.icon {
    flex: 1;
    text-align: end;
}

.detailTwo .cardBoxTop-setup .setup-bottom {
    margin-top: 20px;
    background: #fefce9;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #ecb634;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.detailTwo .cardBoxTop-setup .setup-data {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: linear-gradient(263.15deg, #05b6fe -22.61%, var(--bg-color-primary) 55.93%, var(--bg-color-secondary) 110.79%);
    padding: 12px 18px;
}

.detailTwo .cardBoxTop-setup .setup-data .top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detailTwo .cardBoxTop-setup .setup-data .top span {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.detailTwo .cardBoxTop-setup .setup-data .content {
    margin-top: 13px;
}

.detailTwo .cardBoxTop-setup .setup-data .content .title {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.detailTwo .cardBoxTop-setup .setup-data .content .data-text {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
}

.detailTwo .cardBoxTop-setup .setup-data .content .data-text span {
    font-size: 14px;
    font-weight: 800;
}

.detailTwo .cardBoxTop-setup .setup-data .content .data-bar .progress {
    margin: 13px 0;
}

.detailTwo .cardBoxTop-setup .setup-data .content .data-bar .data-bar-text {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.detailTwo .cardBoxTop-setup .setup-data .content .data-status .data-status-item .status-title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.detailTwo .cardBoxTop-setup .setup-data .content .data-status .data-status-item .status-counter {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

#renameModal .modal-dialog {
    max-width: 424px;
}

#renameModal .modal-header {
    border: none;
    padding-bottom: 0;
}

#renameModal .modal-header h1 {
    font-size: 18px;
    color: var(--text-dark);
    font-weight: 600;
}

#renameModal .modal-content {
    border: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

#renameModal .rename-form .title {
    font-size: 12px;
    color: #7b7b7d;
    margin-bottom: 8px;
    display: block;
}

#renameModal .modal-footer {
    border: none;
}

#renameModal .modal-footer .btn {
    width: calc(50% - 10px);
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#renameModal .modal-footer .btn.btn-secondary {
    border: 1px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
}

#renameModal .modal-footer .btn.btn-secondary:hover {
    background: var(--primary-color);
    color: #fff;
}

#renameModal .modal-footer .btn.btn-primary {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

#renameModal .modal-footer .btn.btn-primary:hover {
    opacity: 0.9;
}

#detailModal .modal-dialog {
    max-width: 312px;
    margin: 0 auto;
}

#detailModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

#detailModal .modal-header h1 {
    font-size: 18px;
    color: var(--text-dark);
    font-weight: 600;
}

#detailModal .modal-content {
    border: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

#detailModal .detailModal-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(195, 195, 197, 0.3);
}

#detailModal .detailModal-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#detailModal .detailModal-item .content .title {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-dark);
}

#detailModal .detailModal-item .content .text {
    font-size: 12px;
    color: var(--text-gray);
}

#ekPaket .modal-dialog {
    max-width: 422px;
}

#ekPaket .modal-header {
    border-bottom: none;
}

#ekPaket .modal-header h1 {
    font-size: 18px;
    color: var(--text-dark);
    font-weight: 600;
}

#ekPaket .modal-content {
    border: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

#ekPaket .modal-body .ek-modal-top {
    background: #f8fafc;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 20px;
}

#ekPaket .modal-body .ek-modal-top .ek-card {
    position: relative;
    max-width: 167px;
}

#ekPaket .modal-body .ek-modal-top .ek-card img {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#ekPaket .modal-body .ek-modal-top .ek-card .title {
    position: absolute;
    bottom: 13px;
    left: 13px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

#ekPaket .modal-body .ek-modal-top .ek-state {
    font-size: 12px;
    font-weight: 600;
    color: #20cc69;
    padding: 3px 6px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: rgba(61, 217, 127, 0.2);
}

#ekPaket .modal-body .ek-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 25px 0;
}

#ekPaket .modal-body .ek-item {
    border: 1px solid var(--background-footer);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 25px 13px;
}

#ekPaket .modal-body .ek-item .ek-item-box span {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-gray);
}

#ekPaket .modal-body .ek-item .ek-item-box:last-child span {
    font-weight: 700;
    color: var(--text-dark);
}

#ekPaket .modal-body .ek-item-order {
    margin-top: 20px;
}

#ekPaket .modal-body .ek-item-order span {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
}

#ekPaket .modal-body .ek-item-order span:last-child {
    font-weight: 700;
}

#ekPaket .modal-footer {
    border-top: none;
}

#ekPaket .modal-footer a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 12px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: var(--primary-color);
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
    font-size: 16px;
    font-weight: 600;
}

#ekPaket .modal-footer a:hover {
    opacity: 0.9;
}

.progress {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: rgba(255, 255, 255, 0.1);
}

.progress .progress-bar {
    background: #fff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.account-top .account-top-wrapper {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 55px 40px;
    text-align: center;
    background: radial-gradient(121.57% 119.73% at 109.48% -19.73%, var(--bg-color-primary) 10.5%, var(--bg-color-secondary) 100%);
}

@media (max-width: 991px) {
    .account-top .account-top-wrapper {
        padding: 50px;
        border-radius: 16px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .account-top .account-top-wrapper {
        padding: 20px;
    }

    .account-top .account-top-wrapper .bounce2 svg {
        width: 25px;
        height: 60px;
    }
}

.account-top .account-top-wrapper .title {
    font-size: clamp(25px, 2.5vw, 36px);
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    margin-bottom: 15px;
}

.account-top .account-top-wrapper .text p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .account-top .account-top-wrapper .text p br {
        display: none;
    }
}

.account__side {
    background-color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 20px;
    border: 1px solid var(--background-footer);
}

.account__menu--head {
    background: var(--background-footer);
    padding: 14px 25px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

@media (max-width: 1199px) {
    .account__menu--head {
        padding: 10px 15px;
    }
}

.account__menu--head .icon {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #e9f0f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.account__menu--head .text .name {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
}

.account__menu--head .text .title {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-gray);
}

.account__menu--head .balance {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: var(--primary-color);
}

.account__menu--head .balance span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.account__menu--body {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .account__menu--body {
        margin-top: 15px;
    }
}

.account__menu--body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 7px;
}

.account__menu--body ul li {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .account__menu--body ul li {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
}

.account__menu--body ul li a {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

@media (max-width: 1199px) {
    .account__menu--body ul li a {
        padding: 10px 15px;
    }
}

.account__menu--body ul li a .name {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
}

.account__menu--body ul li.active a,
.account__menu--body ul li:hover a {
    background: var(--background-footer);
}

.account__menu--body ul li.active a svg path,
.account__menu--body ul li:hover a svg path {
    stroke: var(--primary-color);
}

.account__menu--body ul li.active a .name,
.account__menu--body ul li:hover a .name {
    color: var(--primary-color);
}

.account__menu--body ul li:last-child {
    margin: 0;
}

.account__content--form .form-item {
    position: relative;
}

.account__content--form .form-item .title {
    font-size: 14px;
    color: var(--text-black);
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.account__content--form .form-item .edit {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: var(--primary-color);
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px 20px;
    top: 35px;
    right: 7px;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.account__content--form .form-item .edit::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3333 2.00004C11.5084 1.82494 11.7163 1.68605 11.9447 1.59129C12.1731 1.49653 12.4177 1.44775 12.6667 1.44775C12.9156 1.44775 13.1602 1.49653 13.3886 1.59129C13.617 1.68605 13.8249 1.82494 14 2.00004C14.1751 2.17513 14.314 2.383 14.4087 2.61141C14.5035 2.83982 14.5523 3.08444 14.5523 3.33337C14.5523 3.5823 14.5035 3.82692 14.4087 4.05533C14.314 4.28374 14.1751 4.49161 14 4.66671L5 13.6667L1.33333 14.6667L2.33333 11L11.3333 2.00004Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.account__content--form .form-item .edit:hover {
    background: var(--primary-color);
    color: #fff;
}

.account__content--form .form-item .edit:hover::before {
    filter: brightness(0) invert(1);
}

.account__content--form .form-item .edit.cancel {
    color: #ef4444;
    border-color: #ef4444;
}

.account__content--form .form-item .edit.cancel::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L4 12M4 4L12 12' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.account__content--form .form-item .edit.cancel:hover {
    background: #ef4444;
    color: #fff;
}

@media (max-width: 767px) {
    .account__content--form .form-item .edit {
        top: 35px;
        padding: 7px 15px;
        font-size: 12px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }

    .account__content--form .form-item .edit::before {
        width: 14px;
        height: 14px;
    }
}

.account__content--form .form-item .switch_box {
    gap: 10px;
}

.account__content--form .form-item .switch_box label {
    font-size: 14px;
    color: #7b7b7d;
    cursor: pointer;
}

.account__content--form .form-item .switch_box input {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 38px;
    height: 20px;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.account__content--form .form-item .switch_box input:checked {
    background: var(--primary-color);
}

.account__content--form .form-item .switch_box input::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    left: 3px;
    top: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.account__content--form .form-item .switch_box input:checked::after {
    left: calc(100% - 19px);
}

.account__content--form .form-item .form-btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: var(--primary-color);
    outline: 0;
    border: none;
    line-height: 24px;
    padding: 12px 80px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.account__content--form .form-item .form-btn:hover {
    opacity: 0.9;
}

.account__content--data {
    padding: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: linear-gradient(263.15deg, #05b6fe -22.61%, var(--bg-color-primary) 55.93%, var(--bg-color-secondary) 110.79%);
    color: #fff;
}

.account__content--data .cashback {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.account__content--data .cashback .cashback-top {
    margin-bottom: 15px;
}

.account__content--data .cashback .cashback-top .left span {
    font-size: clamp(14px, 2.5vw, 16px);
    font-weight: 600;
    color: var(--primary-color);
    line-height: 24px;
}

.account__content--data .cashback .cashback-top .right span {
    font-size: clamp(14px, 2.5vw, 16px);
    font-weight: 600;
    color: var(--text-gray);
    line-height: 24px;
}

.account__content--data .cashback .cashback-body {
    background: linear-gradient(263.15deg, #05b6fe -22.61%, var(--bg-color-primary) 55.93%, var(--bg-color-secondary) 110.79%);
    padding: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.account__content--data .cashback .cashback-body .title {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
}

.account__content--data .cashback .cashback-body .cash {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.account__content--data .data-cash {
    margin-top: 13px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(121.57% 119.73% at 109.48% -19.73%, rgba(65, 97, 238, 0.1) 10.5%, rgba(103, 15, 242, 0.1) 100%);
    border: 1px solid rgba(61, 57, 218, 0.5);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.account__content--data .data-cash .cash {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.account__content--data .data-cash .text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.account__orders {
    height: 100%;
    overflow-x: auto;
}

.account__orders--item {
    min-width: 695px;
    margin-top: 20px;
    padding: 12px 14px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #fff;
    border: 1px solid var(--background-footer);
}

.account__orders--item:hover {
    background: #0f34f22b;
}

.account__orders--item:first-child {
    margin-top: 10px;
}

.account__orders--item .esim {
    position: relative;
    max-width: 120px;
}

.account__orders--item .esim img {
    width: 100%;
    display: block;
}

.account__orders--item .esim .info {
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: calc(100% - 20px);
    z-index: 2;
}

.account__orders--item .esim .info .country {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.account__orders--item .esim .info .flag img {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    object-fit: fill;
}

.account__orders--item .text .title {
    margin-bottom: 5px;
}

.account__orders--item .text .title a {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 28px;
}

.account__orders--item .text .info span,
.account__orders--item .text .info a {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
    line-height: 20px;
}

.account__orders--item .price span {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 28px;
}

.account__history {
    overflow-x: auto;
}

.account__history table {
    min-width: 650px;
    margin: 0;
}

.account__history table tbody tr td span {
    display: block;
}

.account__history table tbody tr td span:first-child {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.account__history table tbody tr td span:last-child {
    font-size: 16px;
    line-height: 24px;
}

.account__history table tbody tr td .price {
    font-size: 18px;
    font-weight: 600;
    color: #17c591;
}

.account__history table tbody tr:last-child td {
    border-bottom: none;
}

.reward-content table {
    min-width: 650px;
    margin: 0;
}

.reward-content table tbody tr td span {
    display: block;
}

.reward-content table tbody tr td span:first-child {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.reward-content table tbody tr td span:last-child {
    font-size: 16px;
    line-height: 24px;
}

.reward-content table tbody tr td .price {
    font-size: 18px;
    font-weight: 600;
    color: #17c591;
}

.reward-content table tbody tr:last-child td {
    border-bottom: none;
}

.account__delete .content .title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 28px;
}

.account__delete .content .text {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 24px;
}

.account__delete .button a {
    font-size: 14px;
    font-weight: 700;
    color: #ef4444;
    border: 1px solid #ef4444;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 6px 69px;
    line-height: 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.account__delete .button a:hover {
    background: #ef4444;
    color: #fff;
}

.account__refer:first-child .account__refer--item {
    background: var(--background-footer);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 20px;
}

.account__refer--item .refer-content .title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 28px;
    margin-bottom: 15px;
}

.account__refer--item .refer-content .text p {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
    line-height: 20px;
}

.account__refer--item .content {
    background: var(--primary-color);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 20px;
}

.account__refer--item .content .title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 28px;
    margin-bottom: 15px;
}

.account__refer--item .content .text p {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
    line-height: 20px;
}

.account__refer--item .content .side {
    height: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.account__refer--item .content .side .icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid var(--background-footer);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
}

.account__refer--item .content .side .text span:first-child {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.account__refer--item .content .side .text span:last-child {
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    display: block;
}

.account__refer--item .content .side ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: clamp(10px, 2.5vw, 22px);
}

.account__refer--item .content .side .copy {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.account__refer--item .content .side .copy span {
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-color);
}

.account__refer--item .content .side .copy:hover {
    background: var(--primary-color);
}

.account__refer--item .content .side .copy:hover span {
    color: #fff;
}

.account__refer--item .content .side .copy:hover svg path {
    stroke: #fff;
}

.account__refer--item .content .side .copy:active {
    transform: scale(0.9);
}

.account__refer--item .top .title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 28px;
    margin-bottom: 10px;
}

.account__refer--item .top .text {
    margin-bottom: 32px;
}

.account__refer--item .top .text p {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
    line-height: 20px;
    margin: 0;
}

.account__refer--item .reward-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--background-footer);
    margin-bottom: 30px;
}

.account__refer--item .reward-content .not-have .text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 10px;
}

.buy-esim .tab-content .dataPlan__box--item .button {
    display: flex;
    gap: 20px;
}

.buy-esim .tab-content .dataPlan__box--item .button a {
    max-width: 50%;
    width: 100%;
}

.buy-esim .tab-content .dataPlan__box--item .button a.expired {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: none;
}

.buy-esim .tab-content .dataPlan__box--item .button a.details {
    background: var(--primary-color);
    color: #fff;
    border: none;
}

.buy-esim .not-have {
    text-align: center;
}

.buy-esim .not-have .img {
    max-width: 450px;
    margin: 0 auto;
}

.buy-esim .not-have .img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.buy-esim .not-have .text {
    margin: 32px 0;
}

.buy-esim .not-have .text p {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-gray);
}

.buy-esim .not-have .button a {
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
    display: block;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/* Custom Toastr Styling */
.toast-container {
    z-index: 9999;
}

.toast {
    background: #fff !important;
    color: var(--text-dark) !important;
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    box-shadow: 0px 4px 49px rgba(203, 203, 203, 0.4) !important;
    padding: 20px !important;
    opacity: 1 !important;
    border: 1px solid var(--background-footer);
}

.toast-success {
    border-left: 4px solid #17c591 !important;
}

.toast-error {
    border-left: 4px solid #ef4444 !important;
}

.toast-info {
    border-left: 4px solid var(--primary-color) !important;
}

.toast-warning .toast-progress {
    background: #f59e0b !important;
}

@media (max-width: 991px) {
    .toast {
        padding: 15px !important;
    }

    .toast-title {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .toast-message {
        font-size: 12px !important;
        line-height: 20px !important;
    }
}

.paymentPage .payment-lead {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 991px) {
    .paymentPage .payment-lead {
        align-items: flex-start;
        margin-bottom: 10px;
    }
}

.paymentPage .payment-lead .icon {
    min-width: 42px;
    height: 42px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid var(--background-footer);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.paymentPage .payment-lead .content .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.paymentPage .payment-lead .content .text p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-gray);
}

.paymentPage .payment__side {
    background: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid var(--background-footer);
    padding: 20px;
    box-shadow: 0px 4px 49px rgba(203, 203, 203, 0.1);
}

.paymentPage .payment__side--item .title {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-dark);
    display: inline-block;
    margin-bottom: 9px;
}

.paymentPage .payment__side--item input {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-dark);
}

.paymentPage .payment__side--item input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-dark);
}

.paymentPage .payment__side--item .payment-card .checkbox {
    display: block;
    width: 100%;
    position: relative;
}

.paymentPage .payment__side--item .payment-card .checkbox .checkbox__body {
    background: rgba(85, 81, 236, 0.11);
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid var(--primary-color);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
    padding: 14px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.paymentPage .payment__side--item .payment-card .checkbox .checkbox__body::after {
    display: none;
}

.paymentPage .payment__side--item .payment-card .checkbox .checkbox__body span {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
}

.paymentPage .payment__side--item .payment-card .checkbox .checkbox__checkmark {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 24px;
    width: 24px;
    background-color: var(--primary-color);
    transform: translateY(-50%);
    transition: background-color 0.25s ease;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.paymentPage .payment__side--item .payment-card .checkbox .checkbox__checkmark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #fff;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease;
}

.paymentPage .payment__side .card-form .card-wrapper .card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    max-width: 380px;
    width: 100%;
    height: 215px;
    background: linear-gradient(259deg, #03286b 42%, #670ff2 57.41%, #9e81ef 74.93%, #3d69ee 87.61%, #05b6fe 100%);
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.paymentPage .payment__side .card-form .card-wrapper #card-back {
    display: none;
    z-index: 1;
}

.paymentPage .payment__side .card-form .card-wrapper #card-front {
    z-index: 2;
}

.paymentPage .payment__side .card-form .card-wrapper #card-number,
.paymentPage .payment__side .card-form .card-wrapper #card-name,
.paymentPage .payment__side .card-form .card-wrapper #expiry-date,
.paymentPage .payment__side .card-form .card-wrapper #valid-until,
.paymentPage .payment__side .card-form .card-wrapper .chip,
.paymentPage .payment__side .card-form .card-wrapper #visa-logo {
    position: absolute;
    z-index: 5;
    color: #fff;
}

.paymentPage .payment__side .card-form .card-wrapper #card-number,
.paymentPage .payment__side .card-form .card-wrapper #card-name,
.paymentPage .payment__side .card-form .card-wrapper .chip {
    left: 10%;
}

.paymentPage .payment__side .card-form .card-wrapper #card-number {
    top: 50%;
    font-size: 20px;
}

.paymentPage .payment__side .card-form .card-wrapper #card-name {
    bottom: 13%;
}

.paymentPage .payment__side .card-form .card-wrapper #expiry-date,
.paymentPage .payment__side .card-form .card-wrapper #valid-until {
    left: 73%;
}

.paymentPage .payment__side .card-form .card-wrapper #valid-until {
    bottom: 22%;
    font-size: 8px;
    font-style: italic;
}

.paymentPage .payment__side .card-form .card-wrapper #expiry-date {
    bottom: 13%;
    font-size: 14px;
}

.paymentPage .payment__side .card-form .card-wrapper .chip {
    top: 20%;
    width: 50px;
    height: 40px;
    border-radius: 12px;
    background: #fdfff9;
    background: -moz-linear-gradient(-45deg, #fdfff9 0%, #ebeee6 40%, #cfd5cb 100%);
    background: -webkit-linear-gradient(-45deg, #fdfff9 0%, #ebeee6 40%, #cfd5cb 100%);
    background: linear-gradient(135deg, #fdfff9 0%, #ebeee6 40%, #cfd5cb 100%);
}

.paymentPage .payment__side .card-form .card-wrapper .chip-top {
    position: absolute;
    z-index: 10;
    left: 12%;
    top: 24%;
    width: 34px;
    height: 23px;
    background: #d9b48b;
    /* #ccc */
    border-radius: 2px;
}

.paymentPage .payment__side .card-form .card-wrapper #card-back-strip {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 40px;
    background: #45484d;
    background: -moz-linear-gradient(-45deg, #45484d 0%, #191919 100%);
    background: -webkit-linear-gradient(-45deg, #45484d 0%, #191919 100%);
    background: linear-gradient(135deg, #45484d 0%, #191919 100%);
}

.paymentPage .payment__side .card-form .card-wrapper #card-back-box {
    position: absolute;
    left: 4%;
    top: 37%;
    max-width: 240px;
    width: 100%;
    height: 30px;
    background: #fcfffe;
    border: 1px solid #6386c3;
}

@media (max-width: 991px) {
    .paymentPage .payment__side .card-form .card-wrapper #card-back-box {
        max-width: 200px;
    }
}

.paymentPage .payment__side .card-form .card-wrapper #card-back-label {
    position: absolute;
    left: 78%;
    top: 38%;
    font-size: 8px;
    color: #fff;
    font-style: italic;
}

.paymentPage .payment__side .card-form .card-wrapper #card-back-cvv {
    position: absolute;
    font-size: 14px;
    left: 78%;
    top: 44%;
    color: #fff;
}

.paymentPage .payment__side .easymoney-balance {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 14px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: var(--background-footer);
}

.paymentPage .payment__side .easymoney-balance span {
    color: var(--text-dark);
}

.paymentPage .payment__side .warning {
    padding: 12px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background: #fefce9;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #ecb634;
}

.paymentPage .payment__side .disc-code {
    display: flex;
    align-items: center;
    gap: 10px;
}

.paymentPage .payment__side .disc-code input::placeholder {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.paymentPage .payment__side .disc-code .btn-btn-primary {
    background: var(--text-dark);
    color: #fff;
    padding: 12px 37px;
    font-size: 14px;
    font-weight: 600;
}

.paymentPage .payment__side .disc-code .btn-btn-danger {
    background: #cf1a3b;
    color: #fff;
    padding: 12px 37px;
    font-size: 14px;
    font-weight: 600;
}

.paymentPage .payment__side .dataPlan__box--item {
    padding: 0;
    background: none;
    border: none;
}

.paymentPage .payment__side .dataPlan__box--item .content .content-item {
    border: 1px solid rgba(100, 116, 138, 0.8);
    padding: 12px 14px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.paymentPage .payment__side .dataPlan__box--item .content .content-item:last-child .text {
    font-size: 14px;
}

.paymentPage .payment__side .dataPlan__box--item .bottom .title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.paymentPage .payment__side .dataPlan__box--item .bottom .bottom-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

.paymentPage .payment__side .dataPlan__box--item .bottom .bottom-item strong {
    font-size: 18px;
    font-weight: 800;
}

.paymentPage .payment__side .dataPlan__box--item .policy {
    margin: 20px 0;
}

.paymentPage .payment__side .dataPlan__box--item .policy .checkbox {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.paymentPage .payment__side .dataPlan__box--item .policy .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.paymentPage .payment__side .dataPlan__box--item .policy .checkbox input:checked~.checkbox__checkmark {
    background-color: var(--primary-color);
}

.paymentPage .payment__side .dataPlan__box--item .policy .checkbox input:checked~.checkbox__checkmark:after {
    opacity: 1;
}

.paymentPage .payment__side .dataPlan__box--item .policy .checkbox:hover input:checked~.checkbox__checkmark {
    background-color: var(--primary-color);
}

.paymentPage .payment__side .dataPlan__box--item .policy .checkbox .checkbox__checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    transition: background-color 0.25s ease;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.paymentPage .payment__side .dataPlan__box--item .policy .checkbox .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 4px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.paymentPage .payment__side .dataPlan__box--item .policy .checkbox .checkbox__body {
    font-size: 12px;
    font-weight: 400;
}

.paymentPage .payment__side .dataPlan__box--item .policy .checkbox .checkbox__body a {
    font-weight: 700;
}

.paymentPage .payment__side .dataPlan__box--item .button a {
    background: var(--primary-color);
    color: #fff;
}

.paymentPage .payment__side .dataPlan__box--item .button a:hover {
    background: var(--primary-color);
    color: #fff;
}

.paymentPage .payment__side .easymoney.discount {
    background: rgba(85, 81, 236, 0.11);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 6px 13px;
}

.paymentPage .payment__side .easymoney.discount span {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}

.paymentPage .payment__side .easymoney.discount .easymoney-input input {
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    background: transparent;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-color: var(--primary-color);
    box-shadow: none;
}

.paymentPage .payment__side .easymoney.discount .easymoney-input input::placeholder {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
}

.paymentPage .payment__side .easymoney.discount .easymoney-input button {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: var(--primary-color);
    padding: 6px 37px;
    line-height: 20px;
}

.orderDetailPage .account__ordersDetail--top .esim {
    height: 200px;
}

.orderDetailPage .account__ordersDetail--top .esim img {
    height: 100%;
    object-fit: fill;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.orderDetailPage .account__ordersDetail--top .details .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.orderDetailPage .account__ordersDetail--top .details .item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.orderDetailPage .account__ordersDetail--top .details .item .icon {
    display: flex;
    align-items: center;
    gap: 6px;
}

.orderDetailPage .account__ordersDetail--top .details .item .icon span {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-light);
}

.orderDetailPage .account__ordersDetail--top .details .item .text {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.orderDetailPage .account__ordersDetail--item .head .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.orderDetailPage .account__ordersDetail--item .head .button a {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    display: inline-block;
    padding: 6px 37px;
    line-height: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid var(--primary-color);
}

.orderDetailPage .account__ordersDetail--item .item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orderDetailPage .account__ordersDetail--item .item .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.orderDetailPage .account__ordersDetail--item .item .total {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.orderDetailPage .account__ordersDetail--item .item .data {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.orderDetailPage .account__ordersDetail--item .item .data span {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.paymentSuccess .success-icon {
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--background-footer);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.paymentSuccess .success-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.paymentSuccess .success-text p {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-gray);
    line-height: 24px;
    margin: 0;
}

.paymentSuccess .esim-side {
    background-color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 20px;
    border: 1px solid var(--background-footer);
    box-shadow: 0px 4px 49px rgba(203, 203, 203, 0.1);
}

.paymentSuccess .esim-btn {
    text-align: center;
}

.paymentSuccess .esim-btn span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    padding: 14px 35px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid var(--primary-color);
    background: rgba(85, 81, 236, 0.11);
}

.paymentSuccess .esim-item .buttons a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    padding: 13px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.paymentSuccess .esim-item .buttons a:first-child {
    color: var(--primary-color);
}

.paymentSuccess .esim-item .buttons a:last-child {
    color: #fff;
    background: var(--primary-color);
}

.paymentSuccess .esim-side .esim-side-head {
    margin-bottom: 20px;
}

.paymentSuccess .esim-side .esim-side-head .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.paymentSuccess .esim-side .esim-side-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.paymentSuccess .esim-side .esim-side-item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.paymentSuccess .esim-side .esim-side-item .icon span {
    font-size: 14px;
    font-weight: 500;
}

.paymentSuccess .esim-side .esim-side-item .text {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.paymentSuccess .esim-side .esim-side-item .text span {
    font-size: 18px;
    font-weight: 700;
}

.destinationPage .account-top .dest-search {
    position: relative;
    max-width: 505px;
    width: 100%;
    margin: 0 auto;
}

.destinationPage .account-top .dest-search input {
    width: 100%;
    padding: 15px 20px 15px 56px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border: none;
    outline: none;
}

.destinationPage .account-top .dest-search input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.2);
}

.destinationPage .account-top .dest-search svg {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.appSection {
    margin-top: 95px;
}

@media (max-width: 991px) {
    .appSection {
        margin-top: 50px;
    }
}

.appSection__side {
    background: var(--background-footer);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    height: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

@media (max-width: 991px) {
    .appSection__side {
        height: auto;
    }
}

.appSection__side--title {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .appSection__side--title {
        font-size: 28px;
        line-height: 38px;
    }

    .appSection__side--title br {
        display: none;
    }
}

.appSection__side--text {
    max-width: 373px;
}

.appSection__side--text p {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-gray);
    line-height: 28px;
}

@media (max-width: 767px) {
    .appSection__side--text p {
        font-size: 16px;
        line-height: 26px;
    }
}

.appSection__side--links a {
    background: #000;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 8px 32px;
    display: inline-block;
}

.appSection__side--links a span {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

@media (max-width: 767px) {
    .appSection__side--links a {
        margin-bottom: 10px;
    }

    .appSection__side--links a:last-child {
        margin: 0;
    }
}

.appSection__side--img img {
    margin-top: -30px;
    max-width: 100%;
    display: block;
}

.blogDetail .blogTop__banner {
    height: 400px;
}

@media (max-width: 991px) {
    .blogDetail .blogTop__banner {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .blogDetail .blogTop__banner {
        height: 150px;
    }
}

.blogDetail .blogTop__banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

@media (max-width: 991px) {
    .blogDetail .blogTop__banner img {
        border-radius: 16px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
    }
}

.blogDetail .blogD .blogD-wrapper {
    padding: 42px 40px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: #fff;
    box-shadow: 0px 4px 49px rgba(203, 203, 203, 0.1);
}

.blogDetail .blogD .blogD-wrapper a {
    font-weight: bold !important;
    text-decoration: underline !important;
    color: var(--primary-color) !important;
}

@media (max-width: 767px) {
    .blogDetail .blogD .blogD-wrapper {
        padding: 30px 20px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }
}

.blogDetail .blogD__title {
    font-size: clamp(25px, 2.5vw, 36px);
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 34px;
}

@media (max-width: 767px) {
    .blogDetail .blogD__title {
        margin-bottom: 20px;
    }
}

.blogDetail .blogD__subTitle {
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: 700;
    margin-bottom: 34px;
}

@media (max-width: 767px) {
    .blogDetail .blogD__subTitle {
        margin-bottom: 15px;
    }
}

.blogDetail .blogD__text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-gray);
    line-height: 24px;
}

@media (max-width: 767px) {
    .blogDetail .blogD__text p {
        font-size: 14px;
    }
}

.blogDetail .blogD__share {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.blogDetail .blogD__share .title {
    font-size: 15px;
    font-weight: 700;
}

.blogDetail .blogD__share ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.blogDetail .blogD__share ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 1px solid rgba(68, 91, 120, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .blogDetail .blogD__share ul li a {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
}

.blogDetail .blogD__info .author,
.blogDetail .blogD__info .author-date {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: var(--background-footer);
}

.blogDetail .blogD__info .author span,
.blogDetail .blogD__info .author-date span {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-gray);
}

@media (max-width: 767px) {

    .blogDetail .blogD__info .author,
    .blogDetail .blogD__info .author-date {
        padding: 6px 20px;
    }

    .blogDetail .blogD__info .author span,
    .blogDetail .blogD__info .author-date span {
        font-size: 14px;
    }

    .blogDetail .blogD__info .author svg,
    .blogDetail .blogD__info .author-date svg {
        width: 20px;
        height: 20px;
    }
}

.blogDetail .blog {
    position: relative;
}

.blogDetail .blog .blogSlider .blog__item .blog__item--content .button a {
    background: var(--primary-color);
}

.blogDetail .blog .blogSlider .swiper-button-next,
.blogDetail .blog .blogSlider .swiper-button-prev {
    top: 23px;
}

.blogDetail .blog .blogSlider .swiper-button-prev {
    left: auto !important;
    right: 66px !important;
}

.blogPage .blog .pagination li {
    margin-right: 16px;
}

.blogPage .blog .pagination li:last-child {
    margin-right: 0;
}

.blogPage .blog .pagination li a {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--text-dark);
    font-size: 10px;
    font-weight: 700;
}

.blogPage .blog .pagination li.active a {
    background: var(--primary-color);
    color: #fff;
}

.blogPage .blog .pagination li:last-child a,
.blogPage .blog .pagination li:first-child a {
    background: var(--background-footer);
}

.contactPage .contact-banner {
    margin: 130px 0 70px 0;
}

@media (max-width: 991px) {
    .contactPage .contact-banner {
        margin: 100px 0 50px 0;
    }
}

@media (max-width: 767px) {
    .contactPage .contact-banner {
        margin: 50px 0 50px 0;
    }
}

.contactPage .contact-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contactPage .contact-top-item {
    text-align: center;
    border: 1px solid rgba(195, 195, 197, 0.5);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 65px 25px;
}

.contactPage .contact-top-item:hover {
    border-color: var(--primary-color);
}

.contactPage .contact-top-item .icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 auto;
    background: var(--background-footer);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactPage .contact-top-item .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.contactPage .contact-top-item .text p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    color: var(--text-gray);
}

.contactPage .contact-top-item .text.partner-text {
    max-width: 250px;
    margin: 0 auto;
}

.contactPage .contact-top-item .text.partner-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@media (max-width: 991px) {
    .contactPage .contact-top-item {
        padding: 40px 25px;
    }
}

@media (max-width: 767px) {
    .contactPage .contact-top-item {
        padding: 25px 15px;
    }

    .contactPage .contact-top-item .icon {
        width: 50px;
        height: 50px;
    }

    .contactPage .contact-top-item .icon svg {
        width: 24px;
        height: 24px;
    }
}

.contactPage .contact-top-item .contact {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-gray);
}

.contactPage .contactForm {
    margin-top: 90px;
}

@media (max-width: 991px) {
    .contactPage .contactForm {
        margin-top: 50px;
    }
}

.contactPage .contactForm__social {
    position: relative;
    z-index: 2;
}

.contactPage .contactForm__social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.contactPage .contactForm__social ul li {
    padding-bottom: 18px;
}

.contactPage .contactForm__social ul li:last-child {
    padding: 0;
}

.contactPage .contactForm__social ul li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #b7b7b7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactPage .contactForm__social ul li:hover a {
    border-color: var(--primary-color);
}

.contactPage .contactForm__social ul li:hover a svg path {
    stroke: var(--primary-color);
}

@media (max-width: 767px) {
    .contactPage .contactForm__social ul {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
        justify-content: flex-start;
        margin: 15px 0;
    }

    .contactPage .contactForm__social ul li a {
        width: 30px;
        height: 30px;
    }
}

.contactPage .contactForm__item .title {
    font-size: 12px;
    color: #7b7b7d;
    margin-bottom: 8px;
    display: inline-block;
}

.contactPage .contactForm__item input {
    font-size: 16px;
    color: var(--text-dark);
}

.contactPage .contactForm__item input::placeholder {
    font-size: 16px;
    color: var(--text-dark);
}

.contactPage .contactForm__item textarea {
    min-height: 190px;
    resize: none;
}

.contactPage .contactForm__btn {
    margin-top: 23px;
}

.contactPage .contactForm__btn button {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: var(--primary-color);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 12px 47px;
}

.aboutSteps__item {
    text-align: end;
    border: 1px solid rgba(195, 195, 197, 0.5);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 90px 88px;
}

@media (max-width: 991px) {
    .aboutSteps__item {
        padding: 50px 25px;
        text-align: center;
        margin-top: 24px;
    }
}

.aboutSteps__item .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.aboutSteps__item .text p {
    margin: 0;
    font-weight: 500;
    color: var(--text-gray);
}

.aboutSteps__img {
    max-width: 400px;
    margin: 0 auto;
}

.aboutSteps__img img {
    display: block;
    width: 100%;
}

.loginPage .login {
    padding: 32px 0;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loginPage .login__side {
    padding: 55px 50px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    height: 100%;
    background: var(--background-footer);
}

.loginPage .login__side--top .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.loginPage .login__side--top .text p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-gray);
}

.loginPage .login__side--body .form-item input {
    background: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-dark);
}

.loginPage .login__side--body .form-item input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-dark);
}

.loginPage .login__side--body .form-item .position-relative .hide {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    padding: 0;
    outline: 0;
    border: none;
}

.loginPage .login__side--body .form-item .forgot-pass a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
}

.loginPage .login__side--body .form-item .form-btn a,
.loginPage .login__side--body .form-item .form-btn button {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background: var(--primary-color);
}

.loginPage .login__side--body .form-item .form-btn.start-btn a,
.loginPage .login__side--body .form-item .form-btn.start-btn button {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    max-width: 200px;
    margin: 0 auto;
}

.loginPage .login__side--body .form-item .form-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.loginPage .login__side--body .form-item .form-social ul li a {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.loginPage .login__side--body .form-item .sign-up {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-gray);
}

.loginPage .login__side--body .form-item .sign-up a {
    font-weight: 700;
    color: var(--primary-color);
}

.loginPage .login__side--body .continue {
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.loginPage .login__side--body .continue::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - 70px);
    height: 1px;
    background: rgba(0, 0, 0, 0.11);
    left: 0;
}

.loginPage .login__side--body .continue::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(50% - 70px);
    height: 1px;
    background: rgba(0, 0, 0, 0.11);
}

.loginPage .login__side--bottom {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-gray);
}

.loginPage .login__left {
    flex-direction: column;
    justify-content: space-between;
}

.loginPage .login__left .login__side--bottom {
    flex-direction: column;
    justify-content: flex-end;
}

.loginPage .login__right {
    background-color: var(--primary-color);
    color: #fff;
    position: relative;
    padding: 55px 0;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .loginPage .login__right {
        display: none;
    }
}

.loginPage .login__right::after {
    content: "";
    background: url(../img/login-mask.png) no-repeat;
    background-position: left bottom;
    position: absolute;
    width: 648px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.loginPage .login__right .swiper {
    position: relative;
    z-index: 15;
    height: 100%;
}

.loginPage .login__right .swiper .swiper-slide {
    height: 100%;
}

.loginPage .login__right .swiper .swiper-slide .login__right--content {
    height: 100%;
    background: rgba(183, 233, 246, 0.25);
    backdrop-filter: blur(13px);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    position: relative;
    z-index: 3;
    padding: 55px 0 0 35px;
    max-width: calc(100% - 100px);
    margin: 0 auto;
}

.loginPage .login__right .swiper .swiper-slide .login__right--content .right-title {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    max-width: 190px;
    line-height: 40px;
    position: relative;
    z-index: 5;
}

.loginPage .login__right .swiper .swiper-slide .login__right--content .right-img {
    text-align: end;
    position: absolute;
    bottom: 0;
    right: -20px;
    z-index: 2;
}

.loginPage .login__right .swiper .swiper-slide .login__right--content .right-img img {
    max-width: 100%;
    margin-right: -20px;
    object-fit: cover;
}

.loginPage .login__right .swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #f7f7f7;
}

.loginPage .login__right .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 48px;
    background: #fff;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.loginPage .login__right .swiper .swiper-pagination {
    padding-left: 84px;
    padding-bottom: 15px;
    text-align: start;
}

.loginPage .login .switch_box {
    gap: 10px;
}

.loginPage .login .switch_box label {
    font-size: 12px;
    color: #7b7b7d;
    cursor: pointer;
}

.loginPage .login .switch_box input {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 38px;
    height: 20px;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.loginPage .login .switch_box input:checked {
    background: var(--primary-color);
}

.loginPage .login .switch_box input::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    left: 3px;
    top: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.loginPage .login .switch_box input:checked::after {
    left: calc(100% - 19px);
}

.loginPage.sign-success .login__left {
    padding-top: 200px;
}

.how-it-works .esims {
    margin-top: 90px;
}

@media (max-width: 991px) {
    .how-it-works .esims {
        margin-top: 50px;
    }
}

.how-it-works .esims .how-tabs {
    position: relative;
    z-index: 33;
    max-width: 600px;
    margin: 0 0 -50px auto;
}

.how-it-works .esims .how-tabs ul li.active a svg path {
    fill: #fff;
}

.how-it-works .esims .how-tabs ul li a svg path {
    fill: var(--primary-color);
}

.how-it-works .esims .esimSlider2,
.how-it-works .esims .esimSlider1 {
    padding-top: 70px;
    padding-bottom: 55px;
}

.how-it-works .esims .esimSlider2 .swiper-button-next,
.how-it-works .esims .esimSlider1 .swiper-button-next,
.how-it-works .esims .esimSlider2 .swiper-button-prev,
.how-it-works .esims .esimSlider1 .swiper-button-prev {
    top: 23px;
    z-index: 33;
}

@media (max-width: 767px) {

    .how-it-works .esims .esimSlider2 .swiper-button-next,
    .how-it-works .esims .esimSlider1 .swiper-button-next,
    .how-it-works .esims .esimSlider2 .swiper-button-prev,
    .how-it-works .esims .esimSlider1 .swiper-button-prev {
        display: none;
    }
}

.how-it-works .esims .esimSlider2 .swiper-button-prev,
.how-it-works .esims .esimSlider1 .swiper-button-prev {
    right: auto !important;
    left: 0 !important;
}

.how-it-works .esims .esimSlider2 .swiper-button-next,
.how-it-works .esims .esimSlider1 .swiper-button-next {
    right: auto !important;
    left: 52px !important;
}

.errorPage {
    height: 100vh;
    background: url(../img/404.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
}

@media (max-width: 767px) {
    .errorPage {
        background-size: auto;
    }
}

.errorPage .main {
    height: calc(100% - 202px);
}

.error {
    padding-top: 112px;
    text-align: center;
    height: 100%;
}

.error__title {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-gray);
}

.error__number {
    font-size: 120px;
    font-weight: 800;
    color: #ced1e0;
    line-height: 87px;
    margin-top: 30px;
}

.error__text {
    margin-top: 30px;
}

.error__text p {
    font-weight: 600;
    color: #444;
    line-height: 24px;
    margin: 0;
}

.error__btn {
    text-align: center;
    margin-top: 30px;
}

.error__btn a {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    padding: 12px 60px;
    background: var(--primary-color);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.mobileModal .modal-dialog {
    max-width: 648px;
    width: 100%;
}

.mobileModal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 16px 20px 0 20px;
}

.mobileModal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--text-dark);
}

.mobileModal .modal-dialog .modal-content .modal-body {
    padding: 20px;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-top {
    text-align: center;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-top .mobileModal-nav {
    list-style: none;
    display: inline-block;
    padding: 9px 13px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-top .mobileModal-nav li {
    display: inline-block;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-top .mobileModal-nav li a {
    font-size: 16px;
    font-weight: 600;
    color: #ababab;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-top .mobileModal-nav li.active a {
    background: var(--primary-color);
    color: #fff;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body {
    margin-top: 20px;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .warning {
    padding: 12px 24px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(207, 26, 59, 0.11);
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .warning .text p {
    font-size: 14px;
    font-weight: 500;
    color: #cf1a3b;
    margin: 0;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .brand-select .brand-navs {
    list-style: none;
    display: inline-block;
    padding: 9px 13px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .brand-select .brand-navs li {
    display: inline-block;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .brand-select .brand-navs li a {
    font-size: 16px;
    font-weight: 600;
    color: #ababab;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit--moz-transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .brand-select .brand-navs li.active a {
    background: rgba(61, 57, 218, 0.1);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .brand-select .modal-qr {
    margin-top: 20px;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .brand-select .modal-qr .qr {
    max-width: 300px;
    width: 100%;
    max-height: 200px;
    height: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: var(--background-footer);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .brand-select .modal-qr .qr .manual-code-title {
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .brand-select .modal-qr .qr .manual-code {
    color: var(--content-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    overflow-wrap: anywhere;
    display: flex;
    justify-content: space-between;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .brand-select .modal-qr .qr-list ol {
    padding: 0;
    margin: 0;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .brand-select .modal-qr .qr-list ol li {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-gray);
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .modal-data .data {
    margin-top: 20px;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .modal-data .data .data-box {
    background: var(--background-footer);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px 8px;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .modal-data .data .data-box .data-box-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(195, 195, 197, 0.3);
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .modal-data .data .data-box .data-box-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .modal-data .data .data-box .data-box-item .content .title {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-dark);
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .modal-data .data .data-box .data-box-item .content .text {
    font-size: 12px;
    color: var(--text-gray);
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .modal-data .data .data-list ol {
    padding: 0;
    margin: 0;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .modal-data .data .data-list ol li {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-gray);
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .modal-side {
    padding: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    margin-top: 20px;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .modal-nof .icon {
    min-width: 42px;
    height: 42px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .modal-nof .content .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 20px;
}

.mobileModal .modal-dialog .modal-content .modal-body .mobileModal-body .modal-nof .content .text p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: var(--text-gray);
    line-height: 20px;
}

.mobileModal .modal-dialog .modal-content .modal-footer {
    border: none;
}

@keyframes scrollY {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@-webkit-keyframes scrollY {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-50%);
    }
}

@keyframes scrollX {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@-webkit-keyframes scrollX {
    0% {
        -webkit-transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
    }
}

/* Delete Account Modal Styling */
#deleteAccountModal {
    background: rgba(0, 0, 0, 0.5);
}

#deleteAccountModal .modal-dialog {
    max-width: 460px;
    margin: 1.75rem auto;
}

#deleteAccountModal .modal-content {
    border: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 49px rgba(0, 0, 0, 0.08);
}

#deleteAccountModal .modal-header {
    border-bottom: none;
    padding: 20px 20px 0;
    position: relative;
}

#deleteAccountModal .modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23434D56' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/24px auto no-repeat;
}

#deleteAccountModal .modal-header .modal-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 28px;
}

#deleteAccountModal .modal-body {
    padding: 20px;
}

#deleteAccountModal .icon {
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#deleteAccountModal .content {
    flex: 1;
}

#deleteAccountModal .content .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 24px;
    margin-bottom: 4px;
}

#deleteAccountModal .content .text {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 20px;
}

#deleteAccountModal .btn-delete {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #ef4444;
    border: 1px solid #ef4444;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 12px 69px;
    line-height: 20px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

#deleteAccountModal .btn-delete:hover {
    background: #dc2626;
    border-color: #dc2626;
}

/* Delete Account Button Styling */
.account__delete .button a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #ef4444;
    text-decoration: none;
    padding: 12px 24px;
    border: 1px solid #ef4444;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.account__delete .button a:hover {
    background: #ef4444;
    color: #fff;
}

@media (max-width: 991px) {
    #deleteAccountModal .modal-dialog {
        margin: 1rem;
    }

    #deleteAccountModal .modal-content {
        border-radius: 15px;
    }

    #deleteAccountModal .modal-header .modal-title {
        font-size: 16px;
        line-height: 24px;
    }

    #deleteAccountModal .content .title {
        font-size: 14px;
        line-height: 20px;
    }

    #deleteAccountModal .content .text {
        font-size: 12px;
        line-height: 18px;
    }

    #deleteAccountModal .btn-delete {
        padding: 10px 40px;
    }
}

.original-price {
    font-size: 0.9em;
    color: #6c757d;
}

.sale-price {
    font-weight: 800;
    color: var(--text-dark);
}

.paymentPage .payment__side--item .future-usage .checkbox {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.paymentPage .payment__side--item .future-usage .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.paymentPage .payment__side--item .future-usage .checkbox input:checked~.checkbox__checkmark {
    background-color: var(--primary-color);
}

.paymentPage .payment__side--item .future-usage .checkbox input:checked~.checkbox__checkmark:after {
    opacity: 1;
}

.paymentPage .payment__side--item .future-usage .checkbox:hover input:checked~.checkbox__checkmark {
    background-color: var(--primary-color);
}

.paymentPage .payment__side--item .future-usage .checkbox .checkbox__checkmark {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    transition: background-color 0.25s ease;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.paymentPage .payment__side--item .future-usage .checkbox .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 4px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.paymentPage .payment__side--item .future-usage .checkbox .checkbox__body {
    font-size: 16px;
    font-weight: 400;
}

.paymentPage .payment__side--item .future-usage .checkbox .checkbox__body a {
    font-weight: 700;
}

.payment-method-selector {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.payment-method-selector .form-select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    font-size: 14px;
    color: var(--text-dark);
    background-color: #fff;
}

.payment-method-selector .title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
}

/* Button shake animation */
@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-2px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(2px);
    }
}

.shake {
    animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) both;
}

.saved-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.payment-card-item {
    position: relative;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.payment-method-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.payment-card-label {
    display: block;
    padding: 1.25rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-method-radio:checked+.payment-card-label {
    border-color: #4A6CF7;
    background-color: #F8FAFF;
}

.card-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.card-brand {
    font-size: 24px;
    color: #4A6CF7;
}

.card-details {
    flex: 1;
}

.card-number {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.card-expiry {
    font-size: 14px;
    color: #666;
}

.card-holder {
    font-size: 14px;
    color: #666;
    margin-left: auto;
}

.new-card .card-brand {
    color: #666;
}

.new-card-text {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.payment-card-item:hover .payment-card-label {
    border-color: #4A6CF7;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(74, 108, 247, 0.1);
}

.billing-type-selector {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.billing-type-item {
    flex: 1;
    position: relative;
}

.billing-type-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.billing-type-label {
    display: block;
    padding: 1.25rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.billing-type-radio:checked+.billing-type-label {
    border-color: #4A6CF7;
    background-color: #F8FAFF;
}

.type-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.type-icon {
    font-size: 24px;
    color: #4A6CF7;
}

.type-details {
    flex: 1;
}

.type-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
}

.billing-type-item:hover .billing-type-label {
    border-color: #4A6CF7;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(74, 108, 247, 0.1);
}

.billing-form {
    margin-top: 2rem;
}

.billing-form .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 14px;
    transition: all 0.3s ease;
}

.billing-form .form-control:focus {
    border-color: #4A6CF7;
    box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.1);
}

.billing-accordion .billing-header {
    cursor: pointer;
    user-select: none;
}

.billing-accordion .billing-header:hover {
    opacity: 0.8;
}

.billing-toggle-icon {
    transition: transform 0.3s ease;
    color: #666;
}

.billing-accordion.active .billing-toggle-icon {
    transform: rotate(180deg);
}

.billing-content {
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Mevcut billing form stilleri korunacak */

.country-select,
.city-select {
    appearance: none;
    background-image: url("data:image/svg+xml,...");
    /* Dropdown arrow icon */
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.city-select:disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.pagination {
    gap: 10px;
    align-items: center;
}

.pagination .page-item .page-link {
    padding: 8px 16px;
    color: var(--text-gray);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.pagination .page-item:hover .page-link {
    color: var(--primary-color);
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    color: white;
    border-radius: 8px;
}

.pagination .page-item.disabled .page-link {
    opacity: 0.5;
    cursor: not-allowed;
}

.header.checkout-header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header.checkout-header .header__wrapper {
    justify-content: space-between;
}

.header.checkout-header .header__secure-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    flex-grow: 1;
    margin: 0 20px;
}

.header.checkout-header .safe-payment {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
}

.header.checkout-header .header__logo {
    flex-shrink: 0;
}

.header.checkout-header .user-btn {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .header.checkout-header .header__secure-payment {
        display: none;
    }

    .header.checkout-header .header__wrapper {
        justify-content: space-between;
    }
}

.coverage-list {
    max-height: 500px;
    overflow-y: auto;
    padding: 15px;
}

.coverage-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.coverage-item:last-child {
    border-bottom: none;
}

.networks-list {
    margin-top: 8px;
}

.networks-list .badge {
    font-size: 0.9em;
    padding: 6px 12px;
}

#coverageSearch {
    border-radius: 20px;
    padding: 10px 20px;
}

.coverage-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.coverage-btn:hover {
    transform: translateY(-2px);
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.1),
        -7px -7px 15px rgba(255, 255, 255, 0.9);
}

.coverage-btn:active {
    transform: translateY(1px);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1),
        inset -2px -2px 5px rgba(255, 255, 255, 0.5);
}

.coverage-btn__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.coverage-btn__count {
    font-size: 0.75em;
    opacity: 0.7;
    margin-top: 2px;
}

/* Hover animation for icon */
.coverage-btn:hover .coverage-btn__icon {
    animation: rotate3d 1s ease-in-out;
}

.coverage-area-btn {
    display: flex;
    border: 2px solid;
    align-items: center;
    padding: 2px 5px;
    border-radius: 7px;
}

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .coverage-btn {
        background: var(--primary-color);
        border-color: rgba(255, 255, 255, 0.05);
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2),
            -5px -5px 10px rgba(255, 255, 255, 0.05);
        color: #ffffff;
    }

    .coverage-btn:hover {
        box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3),
            -7px -7px 15px rgba(255, 255, 255, 0.05);
    }

    .coverage-btn:active {
        box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3),
            inset -2px -2px 5px rgba(255, 255, 255, 0.05);
    }
}

.coverage-modal {
    padding: 1rem;
}

.coverage-modal .modal-dialog {
    margin: 0 auto;
    max-height: calc(100vh - 2rem);
    display: flex;
    align-items: center;
}

.coverage-modal .modal-content {
    max-height: calc(100vh - 4rem);
    border: none;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.coverage-modal .modal-header {
    padding: 1.5rem;
    border-bottom: 1px solid #f1f3f5;
    background: #ffffff;
    border-radius: 24px 24px 0 0;
}

.coverage-modal .modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e2022;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.coverage-modal .modal-title i {
    color: var(--primary-color);
    font-size: 1.5rem;
}

.coverage-modal .btn-close {
    opacity: 0.5;
    transition: all 0.3s ease;
}

.coverage-modal .btn-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.coverage-modal .modal-body {
    overflow-y: auto;
    padding: 1.5rem;
    scroll-behavior: smooth;
}

.coverage-modal .search-box {
    position: relative;
    margin-bottom: 1.5rem;
}

.coverage-modal .search-box i {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.coverage-modal #coverageSearch {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 3rem;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    font-size: 0.95rem;
    background: #ffffff;
    transition: all 0.3s ease;
}

.coverage-modal #coverageSearch:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(74, 108, 247, 0.1);
}

.coverage-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.coverage-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.25rem;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.coverage-item:hover {
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.country-info {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.country-flag {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
}

.country-name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #1e2022;
    margin: 0;
}

.networks-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.network-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #495057;
    transition: all 0.2s ease;
}

.network-badge:hover {
    background: var(--primary-color);
    color: #ffffff;
}

/* Custom Scrollbar */
.coverage-modal .modal-body::-webkit-scrollbar {
    width: 6px;
}

.coverage-modal .modal-body::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 3px;
}

.coverage-modal .modal-body::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 3px;
}

.coverage-modal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}

@media (max-width: 768px) {
    .coverage-modal {
        padding: 0;
    }

    .coverage-modal .modal-dialog {
        margin: 0;
        max-height: 100vh;
        width: 100%;
    }

    .coverage-modal .modal-content {
        max-height: 100vh;
        border-radius: 20px 20px 0 0;
        margin: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .coverage-modal .modal-header {
        padding: 1rem;
        border-radius: 20px 20px 0 0;
    }

    .coverage-modal .modal-title {
        font-size: 1.1rem;
    }

    .coverage-modal .modal-body {
        padding: 1rem;
    }

    .coverage-item {
        padding: 0.875rem;
        border-radius: 10px;
    }

    .country-info {
        margin-bottom: 0.5rem;
    }

    .country-flag {
        width: 28px;
        height: 28px;
    }

    .country-name {
        font-size: 1rem;
    }

    .networks-list {
        gap: 0.375rem;
    }

    .network-badge {
        padding: 0.375rem 0.75rem;
        font-size: 0.85rem;
        border-radius: 6px;
    }

    .coverage-modal #coverageSearch {
        padding: 0.75rem 1rem 0.75rem 2.5rem;
        font-size: 0.9rem;
    }

    .coverage-modal .search-box i {
        left: 1rem;
    }

    .coverage-modal .search-box {
        margin-bottom: 1rem;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="url"],
    textarea,
    select {
        font-size: 16px;
    }
}

/* iPhone SE gibi küçük ekranlar için ek optimizasyon */
@media (max-width: 375px) {
    .coverage-modal .modal-title {
        font-size: 1rem;
    }

    .coverage-item {
        padding: 0.75rem;
    }

    .network-badge {
        padding: 0.25rem 0.625rem;
        font-size: 0.8rem;
    }
}

.cardBoxTop-wrapper {
    position: relative;
    min-height: 200px;
    padding: 1.5rem;
    border-radius: 1rem;
    overflow: hidden;
}

.cardBoxTop__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.cardBoxTop__background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cardBoxTop__title {
    position: relative;
    z-index: 1;
}

/* Responsive ayarlar */
@media (max-width: 768px) {
    .cardBoxTop-wrapper {
        min-height: 150px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cardBoxTop-wrapper {
        min-height: 200px;
    }
}

@media (min-width: 1025px) {
    .cardBoxTop-wrapper {
        min-height: 300px;
    }
}

.country-flag {
    width: 40px;
    height: auto;
    object-fit: contain;
}

.cardBoxTop__title h1 {
    /* Mobile first typography */
    font-size: 1.5rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .cardBoxTop__title h1 {
        font-size: 2rem;
    }
}

/* Overlay katmanı */
.cardBoxTop-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    /* Koyu katman */
    z-index: 1;
    pointer-events: none;
    border-radius: 20px;
}

/* İçerikler overlay'in üstünde görünsün */
.cardBoxTop .row {
    position: relative;
    z-index: 2;
}

/* Başlık yazıları okunaklı olsun */
.cardBoxTop__title {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.cardBoxTop__title span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 0.5rem;
}

/* Kart kısmı da düzgün görünsün */
.cardBoxTop__card .esim {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Desktop Box Style */
.plan-grid {
    margin-bottom: 30px;
}

.plan-box {
    background: #fff;
    border-radius: 16px;
    padding: 20px 15px;
    position: relative;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    overflow: hidden;
    max-width: 240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.plan-box.selected {
    border-color: var(--bg-color-primary);
    box-shadow: 0 4px 12px rgba(0, 10, 200, 0.15);
}

.checkmark-corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: var(--bg-color-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 12px 0;
}

.plan-box-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    text-align: center;
}

.plan-data-info {
    text-align: center;
    margin-bottom: 10px;
}

.plan-box .plan-data {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #333;
}

.plan-box .plan-duration {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.plan-price-container {
    text-align: center;
}

.plan-box .plan-price {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.original-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 400;
    opacity: 0.7;
}

.sale-price,
.regular-price {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

/* İndirimli plan kartları için eski ve yeni fiyatın yan yana dizilişi */
.plan-box.has-sale .plan-price {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
}

.plan-box.has-sale .original-price {
    font-size: 14px;
}

/* Adjust grid layout */
.plan-grid .row {
    margin: 0 -8px;
}

.plan-grid .col-lg-4,
.plan-grid .col-md-6,
.plan-grid .col-12 {
    padding: 0 8px;
    margin-bottom: 16px;
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .plan-box {
        max-width: 220px;
    }

    .plan-box .plan-data {
        font-size: 24px;
    }

    .plan-box .plan-price {
        font-size: 16px;
    }
}

/* Mobile List Style */
.esim-plan-card {
    display: flex;
    flex-direction: column;
    background: #f2f4f8;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 12px;
    position: relative;
    transition: all 0.2s ease;
}

.esim-plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.country-info {
    display: flex;
    align-items: center;
}

.country-info img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.country-name {
    font-size: 12px;
    font-weight: 500;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.network-info {
    display: flex;
    gap: 4px;
}

.network-info span {
    font-size: 12px;
    color: #666;
}

.esim-plan-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.plan-data-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.plan-data {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.1;
}

.plan-duration {
    font-size: 13px;
    color: #6c757d;
}

.plan-price-section {
    display: flex;
    align-items: center;
}

.plan-price {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.original-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.buy-button {
    display: flex;
    justify-content: space-between;
    background-color: #000;
    color: #fff;
    padding: 11px 16px;
    border-radius: 16px;
    font-weight: 500;
    text-decoration: none;
    min-width: 130px;
    transition: all 0.2s ease;
}

.buy-button:hover {
    background-color: #222;
}

.button-price {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.button-text {
    color: #4ADE80;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

.esim-plan-card {
    display: flex;
    flex-direction: column;
    background: #f2f4f8;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
}

.esim-plan-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

/* Cart Summary Styles - Updated */
.cart-summary {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.cart-summary .country-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 4px;
}

.cart-summary .country-info img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    display: block;
}

.cart-summary .country-info h4 {
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2;
}

.cart-summary .country-flag {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 12px;
    flex-shrink: 0;
    /* Prevent flag from shrinking */
}

/* Add some spacing between sections */
.cart-summary .summary-item {
    margin-bottom: 15px;
}

/* Push checkout button to bottom */
.cart-summary .checkout-button {
    margin-top: auto;
    padding-top: 15px;
}

/* Summary Item Styles */
.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.item-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-weight: 500;
}

.item-value {
    display: flex;
    align-items: center;
    text-align: right;
    font-weight: 600;
}

/* Coverage Item Specific Styles */
.coverage-item {
    display: flex;
    align-items: center;
}

.coverage-count {
    font-size: 0.85em;
    color: #666;
    margin-left: 4px;
    font-weight: normal;
}

.coverage-details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.coverage-details-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Price and Total Styles */
.price-info,
.total-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.total-price {
    border-top: 1px solid #f0f0f0;
    margin-top: 8px;
    font-weight: bold;
}

.price-value,
.total-value {
    font-size: 1.2em;
    font-weight: 700;
}

.item-label svg,
.item-label .icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    /* Prevent icon from shrinking */
    display: block;
    /* Ensure proper display */
}

.item-label span {
    font-size: 14px;
    white-space: nowrap;
    /* Prevent text wrapping */
}

.item-value {
    font-weight: 600;
    color: #333;
}

.price-info,
.total-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.total-price {
    border-top: 1px solid #f0f0f0;
    margin-top: 5px;
}

.price-label,
.total-label {
    font-size: 16px;
    color: #666;
}

.price-value,
.total-value {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.total-value {
    font-size: 20px;
    color: #00c853;
}

.checkout-button {
    margin-top: 25px;
}

.btn-checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 16px 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-checkout:hover {
    background: #222;
}

.btn-checkout .buy-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

#checkout-price {
    font-size: 18px;
    font-weight: 700;
}

/* eSIM Info Section */
.esim-features-block {
    padding: 3rem 0;
}

.esim-features-block .section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000;
}

.feature-box {
    padding: 2rem;
    border-radius: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f5f7f6;
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box .feature-icon {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: #000;
}

.feature-box .feature-icon svg {
    width: 3rem;
    height: 3rem;
}

.feature-box .feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000;
}

.feature-box .feature-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    color: #333;
}

/* Dark card variant */
.feature-box.theme-dark {
    background-color: #1a1a1a;
}

.feature-box.theme-dark .feature-title,
.feature-box.theme-dark .feature-description {
    color: #fff;
}

.feature-box.theme-dark .feature-icon {
    color: #fff;
}

/* Primary (purple) card variant */
.feature-box.theme-purple {
    background-color: #430cf745;
}

.feature-box.theme-purple .feature-title {
    color: #000;
}

.feature-box.theme-purple .feature-description {
    color: #333;
}

/* Green card variant */
.feature-box.theme-emerald {
    background-color: #00c85345;
}

.feature-box.theme-emerald .feature-title {
    color: #000;
}

.feature-box.theme-emerald .feature-description {
    color: #333;
}

/* Orange card variant */
.feature-box.theme-amber {
    background-color: #ff980045;
}

.feature-box.theme-amber .feature-title {
    color: #000;
}

.feature-box.theme-amber .feature-description {
    color: #333;
}

/* Blue card variant */
.feature-box.theme-azure {
    background-color: #2196f345;
}

.feature-box.theme-azure .feature-title {
    color: #000;
}

.feature-box.theme-azure .feature-description {
    color: #333;
}

@media (max-width: 991.98px) {
    .esim-features-block .section-heading {
        font-size: 2rem;
    }

    .feature-box {
        margin-bottom: 1.5rem;
    }
}

/* eSIM Setup Guide */
.esim-setup-guide {
    padding: 60px 0;
}

.setup-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}

/* Öncelikle ana container için */
.setup-tabs {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    /* Tab'lar arası boşluk */
}

/* Tab'lar için */
.setup-tab {
    display: flex !important;
    align-items: flex-start !important;
    padding: 24px !important;
    background-color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    opacity: 1 !important;
    visibility: visible !important;
    gap: 16px !important;
    /* İkon ile içerik arası boşluk */
}

/* Aktif tab için özel stil */
.setup-tab.active {
    background-color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-2px);
}

/* Tab içeriği için */
.setup-tab .tab-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1;
}

/* Tab içindeki metin içerikleri için */
.setup-tab .tab-content h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* Tab açıklaması için */
.setup-tab .tab-content p {
    font-size: 14px !important;
    color: #666 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

/* İkon container'ı için */
.tab-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
}

.tab-icon.green {
    background-color: rgba(81, 195, 87, 0.1);
    color: #51C357;
}

.tab-icon.blue {
    background-color: rgba(65, 137, 230, 0.1);
    color: #4189E6;
}

.tab-icon.yellow {
    background-color: rgba(255, 193, 7, 0.1);
    color: #FFC107;
}

.tab-icon svg {
    width: 24px;
    height: 24px;
}

/* Content kısmı - Sadece active olanı görünür */
.setup-content {
    height: 100%;
}

.tab-panel {
    display: none;
    height: 100%;
}

.tab-panel.active {
    display: block;
}

.panel-content {
    height: 100%;
    background-color: #f7fafc;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
}

.panel-content img {
    max-width: 280px;
    width: 100%;
    height: auto;
    border-radius: 25px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.panel-content.blue-bg {
    background-color: #e6f4ff;
}

.panel-content.yellow-bg {
    background-color: #fff8e6;
}

@media (max-width: 991px) {
    .setup-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .setup-content {
        margin-top: 30px;
    }

    .panel-content {
        padding: 20px;
    }

    .panel-content img {
        max-width: 220px;
    }
}

@media (max-width: 575px) {
    .panel-content img {
        max-width: 200px;
    }
}

/* eSIM Features Section Styles */
.esim-features-section {
    position: relative;
    z-index: 1;
}

.esim-features-grid {
    --esim-feature-gap: 1.5rem;
    margin: 0;
    padding: 0;
}

.esim-features-grid.row {
    --bs-gutter-y: 1.5rem;
    --bs-gutter-x: 1.5rem;
}

.esim-feature-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem;
    background-color: var(--esim-feature-card-bg, #fff);
    border-radius: var(--esim-feature-card-radius, 12px);
    box-shadow: var(--esim-feature-card-shadow, 0 4px 12px rgba(0, 0, 0, 0.08));
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.esim-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--esim-feature-card-shadow-hover, 0 8px 16px rgba(0, 0, 0, 0.12));
}

.esim-feature-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--esim-feature-icon-size, 56px);
    height: var(--esim-feature-icon-size, 56px);
    border-radius: var(--esim-feature-icon-radius, 12px);
    flex-shrink: 0;
}

.esim-feature-icon-wrapper svg {
    width: var(--esim-feature-icon-inner-size, 28px);
    height: var(--esim-feature-icon-inner-size, 28px);
    color: var(--esim-feature-icon-color, #fff);
}

.esim-feature-content {
    flex: 1;
    min-width: 0;
}

.esim-feature-title {
    font-size: var(--esim-feature-title-size, 1.125rem);
    font-weight: var(--esim-feature-title-weight, 600);
    color: var(--esim-feature-title-color, #1A1A1A);
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
}

.esim-feature-description {
    font-size: var(--esim-feature-desc-size, 0.875rem);
    color: var(--esim-feature-desc-color, #4A5568);
    line-height: 1.6;
    margin: 0;
}

/* Feature Card Background Colors */
.esim-feature-icon-wrapper.bg-orange {
    background-color: var(--esim-feature-orange, #FF6B35);
}

.esim-feature-icon-wrapper.bg-yellow {
    background-color: var(--esim-feature-yellow, #FFA800);
}

.esim-feature-icon-wrapper.bg-blue {
    background-color: var(--esim-feature-blue, #2F80ED);
}

.esim-feature-icon-wrapper.bg-green {
    background-color: var(--esim-feature-green, #27AE60);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .esim-feature-card {
        padding: 1.25rem;
        gap: 1rem;
    }

    .esim-feature-icon-wrapper {
        width: var(--esim-feature-icon-size, 48px);
        height: var(--esim-feature-icon-size, 48px);
    }

    .esim-feature-icon-wrapper svg {
        width: var(--esim-feature-icon-inner-size, 24px);
        height: var(--esim-feature-icon-inner-size, 24px);
    }
}

/* Tablet ve mobil için ek düzenlemeler */
@media (max-width: 767px) {
    .esim-features-grid.row {
        --bs-gutter-y: 1rem;
    }

    .esim-feature-card {
        padding: 1rem;
    }

    .esim-feature-title {
        font-size: 1rem;
    }
}

.social-btn {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
}

.google-btn {
    background-color: #f8f9fa;
    color: #3c4043;
    border: 1px solid #dadce0;
}

.google-btn:hover {
    background-color: #f1f3f4;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3);
}

.apple-btn {
    background-color: #000;
    color: #fff;
}

.apple-btn:hover {
    background-color: #1a1a1a;
}

/* Currency Selector Styles */
.currency-selector .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-dark);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.currency-selector .dropdown-toggle:hover {
    color: var(--primary-color);
}

.currency-selector .currency-symbol {
    font-size: 1rem;
    font-weight: 600;
}

.currency-selector .currency-code {
    font-size: 0.875rem;
    font-weight: 600;
}

.currency-selector .dropdown-menu {
    min-width: 12rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.currency-selector .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: var(--text-dark);
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.currency-selector .dropdown-item:hover {
    background-color: #f9fafb;
    color: var(--primary-color);
}

.currency-selector .dropdown-item.active {
    background-color: #eff6ff;
    color: var(--primary-color);
    font-weight: 600;
}

.currency-selector .dropdown-item:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.currency-selector .currency-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.currency-selector .currency-name {
    font-size: 0.75rem;
    color: var(--text-gray);
}

.currency-selector .dropdown-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}


/* Language & Currency Modal - 2025 Modern Design */

/* CSS Custom Properties - Design System */
:root {
    /* Color System - Professional 2025 Palette */
    --modal-primary: #2563eb;
    --modal-primary-hover: #1d4ed8;
    --modal-primary-light: #dbeafe;
    --modal-secondary: #64748b;
    --modal-secondary-light: #f1f5f9;

    /* Surface Colors */
    --modal-surface: #ffffff;
    --modal-surface-elevated: #fefefe;
    --modal-surface-hover: #f8fafc;
    --modal-border: #e2e8f0;
    --modal-border-light: #f1f5f9;

    /* Text Colors */
    --modal-text-primary: #0f172a;
    --modal-text-secondary: #475569;
    --modal-text-tertiary: #94a3b8;
    --modal-text-inverse: #ffffff;

    /* Status Colors */
    --modal-success: #059669;
    --modal-success-light: #d1fae5;

    /* Glassmorphism */
    --modal-glass-bg: rgba(255, 255, 255, 0.95);
    --modal-glass-border: rgba(255, 255, 255, 0.2);
    --modal-glass-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    --modal-backdrop-blur: blur(20px);

    /* Shadows - Layered Shadow System */
    --modal-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --modal-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --modal-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --modal-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

    /* Typography Scale */
    --modal-font-xs: 0.75rem;
    --modal-font-sm: 0.875rem;
    --modal-font-base: 1rem;
    --modal-font-lg: 1.125rem;
    --modal-font-xl: 1.25rem;

    /* Spacing Scale */
    --modal-space-1: 0.25rem;
    --modal-space-2: 0.5rem;
    --modal-space-3: 0.75rem;
    --modal-space-4: 1rem;
    --modal-space-5: 1.25rem;
    --modal-space-6: 1.5rem;
    --modal-space-8: 2rem;
    --modal-space-10: 2.5rem;

    /* Border Radius */
    --modal-radius-sm: 0.375rem;
    --modal-radius-md: 0.5rem;
    --modal-radius-lg: 0.75rem;
    --modal-radius-xl: 1rem;
    --modal-radius-2xl: 1.5rem;

    /* Transitions */
    --modal-transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --modal-transition-normal: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    --modal-transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
    --modal-transition-bounce: 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Header Button Styling */
.language-currency-selector .btn {
    border-color: #dee2e6;
    color: var(--text-dark);
    transition: all 0.2s ease;
}

.language-currency-selector .btn:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: white;
}

.language-currency-selector .currency-symbol {
    color: var(--primary-color);
}

/* Modal Container & Backdrop */
.language-currency-modal {
    max-width: 440px;
    margin: var(--modal-space-6) auto;
}

.language-currency-modal .modal-content {
    border: none;
    border-radius: var(--modal-radius-2xl);
    background: var(--modal-glass-bg);
    backdrop-filter: var(--modal-backdrop-blur);
    -webkit-backdrop-filter: var(--modal-backdrop-blur);
    box-shadow: var(--modal-glass-shadow);
    overflow: hidden;
    position: relative;
}

/* Enhanced backdrop with glassmorphism */
#languageCurrencyModal.modal.fade .modal-dialog {
    transform: scale(0.9) translateY(-20px);
    transition: all var(--modal-transition-bounce);
}

#languageCurrencyModal.modal.show .modal-dialog {
    transform: scale(1) translateY(0);
}

/* Header Design */
.language-currency-header {
    padding: var(--modal-space-6) var(--modal-space-6) var(--modal-space-4);
    border-bottom: 1px solid var(--modal-border-light);
    background: linear-gradient(135deg, var(--modal-surface) 0%, var(--modal-surface-elevated) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.language-currency-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--modal-border) 50%, transparent 100%);
}

.language-currency-title {
    font-size: var(--modal-font-xl);
    font-weight: 700;
    color: var(--modal-text-primary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: var(--modal-space-3);
    letter-spacing: -0.025em;
}

.title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--modal-primary) 0%, var(--modal-primary-hover) 100%);
    border-radius: var(--modal-radius-lg);
    color: var(--modal-text-inverse);
    box-shadow: var(--modal-shadow-md);
}

.language-currency-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    background: var(--modal-surface-hover);
    border-radius: var(--modal-radius-lg);
    color: var(--modal-text-secondary);
    cursor: pointer;
    transition: all var(--modal-transition-fast);
}

.language-currency-close:hover {
    background: var(--modal-primary-light);
    color: var(--modal-primary);
    transform: scale(1.05);
}

/* Navigation Tabs */
.language-currency-nav {
    position: relative;
    background: var(--modal-surface-hover);
    padding: var(--modal-space-1);
    margin: 0 var(--modal-space-6);
    border-radius: var(--modal-radius-lg);
}

.nav-container {
    display: flex;
    position: relative;
    z-index: 2;
}

.nav-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--modal-space-2);
    padding: var(--modal-space-3) var(--modal-space-4);
    border: none;
    background: transparent;
    color: var(--modal-text-secondary);
    font-size: var(--modal-font-sm);
    font-weight: 600;
    border-radius: var(--modal-radius-md);
    cursor: pointer;
    transition: all var(--modal-transition-normal);
    position: relative;
}

.nav-tab.active {
    color: var(--modal-primary);
    background: var(--modal-surface);
    box-shadow: var(--modal-shadow-sm);
    transform: translateY(-1px);
}

.nav-tab:hover:not(.active) {
    color: var(--modal-text-primary);
    background: rgba(255, 255, 255, 0.7);
}

.tab-icon {
    display: flex;
    align-items: center;
    transition: transform var(--modal-transition-fast);
}

.nav-tab.active .tab-icon {
    transform: scale(1.1);
}

/* Content Body */
.language-currency-body {
    padding: var(--modal-space-6);
    min-height: 300px;
    max-height: 400px;
    overflow-y: auto;
}

.tab-panel {
    display: none;
    animation: fadeInUp 0.3s ease-out;
}

.tab-panel.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Panel Headers */
.panel-header {
    margin-bottom: var(--modal-space-6);
    text-align: center;
}

.panel-title {
    font-size: var(--modal-font-lg);
    font-weight: 700;
    color: var(--modal-text-primary);
    margin: 0 0 var(--modal-space-2);
    letter-spacing: -0.025em;
}

.panel-subtitle {
    font-size: var(--modal-font-sm);
    color: var(--modal-text-secondary);
    margin: 0;
    line-height: 1.5;
}

/* Options Container */
.options-container {
    display: flex;
    flex-direction: column;
    gap: var(--modal-space-2);
}

/* Option Items */
.option-item {
    display: flex;
    align-items: center;
    gap: var(--modal-space-4);
    padding: var(--modal-space-4);
    border: 1.5px solid var(--modal-border);
    border-radius: var(--modal-radius-lg);
    background: var(--modal-surface);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.option-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--modal-primary-light), transparent);
    opacity: 0;
    transition: opacity var(--modal-transition-normal);
}

.option-item:hover {
    border-color: var(--modal-primary);
    transform: translateY(-2px);
    box-shadow: var(--modal-shadow-lg);
}

.option-item:hover::before {
    opacity: 0.1;
}

.option-item.active {
    border: 2px solid var(--modal-primary);
    background: var(--modal-primary-light);
    box-shadow:
        0 4px 20px rgba(37, 99, 235, 0.25),
        0 0 0 1px rgba(37, 99, 235, 0.1),
        0 0 20px rgba(37, 99, 235, 0.15);
    transform: translateY(-1px);
    position: relative;
    z-index: 2;
}

.option-item.active::before {
    opacity: 0.15;
}

/* Option Elements */
.option-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 24px;
    border-radius: var(--modal-radius-sm);
    overflow: hidden;
    box-shadow: var(--modal-shadow-sm);
    position: relative;
    z-index: 1;
}

.option-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.currency-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--modal-primary-light);
    color: var(--modal-primary);
    font-weight: 700;
    font-size: var(--modal-font-lg);
    border-radius: var(--modal-radius-md);
    position: relative;
    z-index: 1;
}

.option-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--modal-space-1);
    position: relative;
    z-index: 1;
}

.option-label {
    font-size: var(--modal-font-base);
    font-weight: 600;
    color: var(--modal-text-primary);
    line-height: 1.2;
}

.option-sublabel {
    font-size: var(--modal-font-sm);
    color: var(--modal-text-secondary);
    line-height: 1.2;
}

.option-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--modal-success);
    color: var(--modal-text-inverse);
    opacity: 0;
    transform: scale(0.8);
    transition: all var(--modal-transition-normal);
    position: relative;
    z-index: 1;
}

.option-item.active .option-check {
    opacity: 1;
    transform: scale(1);
}

/* Remove backdrop */
#languageCurrencyModal + .modal-backdrop,
.modal-backdrop.show {
    display: none !important;
}

/* Responsive Design */
@media (max-width: 480px) {
    .language-currency-modal {
        margin: var(--modal-space-4) auto;
        max-width: calc(100vw - 2rem);
    }

    .language-currency-header,
    .language-currency-nav,
    .language-currency-body {
        padding-left: var(--modal-space-4);
        padding-right: var(--modal-space-4);
    }

    .option-item {
        padding: var(--modal-space-3);
        gap: var(--modal-space-3);
    }

    .panel-title {
        font-size: var(--modal-font-base);
    }
}
