﻿:root {
    --font-body-scale: 1.0; /* Your defined value */
}
html {
    font-size: calc(var(--font-body-scale) * 62.5%);
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/* 1.1 typography */
@font-face {
    font-family: 'futura_icgregular';
    src: url("./fonts/futuraicg-webfont.woff2") format("woff2"), url("./fonts/futuraicg-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    line-height: 26px;
    font-family: "futura_icgregular";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

p, .paragraph {
    font-weight: 400;
    color: #3f434e;
    font-size: 14px;
    line-height: 26px;
    font-family: "futura_icgregular";
}
.form-control{
    font-size:1.4rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #3f434e;
    font-family: "futura_icgregular";
    font-weight: 400;
}
.h2, h2 {
    font-size: 2.5rem;
}
h4, .h4 {
    font-size: 20px;
}
h5 {
    font-size: 1.7rem;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.top-header {
    padding: 5px 40px;
    background: #212329;
}
.text-primary {
    color: #CB040E;
}
a.text-info:hover, a.text-info:focus {
    color: #0b90a8 !important;
}

.text-info {
    color: #0a24f4 !important;
}
a {
    color: #3f434e;
}
/*.btn-dark:focus, .btn-dark.focus {
    box-shadow: none;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}*/
.btn {
    font-size: 15px;
    font-family: "futura_icgregular";
    text-transform: uppercase;
    padding: 16.5px 45px;
    font-weight: 400;
    border: 0;
    border-radius: 40px;
    position: relative;
    transition: .2s ease;
}

    .btn:focus {
        outline: 0;
        box-shadow: none !important;
    }

    .btn:active {
        box-shadow: none;
    }

.btn-primary {
    background: #ff4135;
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    background: #eeee;
}

.btn-primary:active {
    background: #ff4135 !important;
}

.btn-primary:hover {
    background: #ff7168;
    border-color: transparent;
}

.btn-light {
    background: #fff;
    color: #3f434e;
}

    .btn-light:active {
        background: #fff !important;
    }

    .btn-light:hover {
        background: #ff4135;
        color: #fff;
    }

.btn-dark {
    background: #212329;
    color: #fff;
}

    .btn-dark:active {
        background: #212329 !important;
    }

    .btn-dark:hover {
        background: #ff4135;
    }

.btn-outline-primary {
    background: transparent;
    color: #898a8f;
    border: 1px solid #e5e5e5;
}

    .btn-outline-primary:hover {
        border-color: #ff4135;
        color: #ff4135;
        background: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #ff4135;
        background-color: transparent;
        border-color: #ff4135;
    }

.btn-sm {
    padding: 7px 20px;
    font-size: 12px;
}

@media (max-width: 400px) {
    .btn-mobile {
        padding: 10px 20px;
    }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #FFEDF5;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #37517e;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.br {
    display: block;
    margin-bottom: 0.5rem;
}

a:hover {
    text-decoration: none;
}

.buy-sim {
    font-size: 1.2em;
    color: white;
    padding: 12.5px 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0px 18px 30px -12px rgba(118, 182, 61, 0.6);
    background: #57A314;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 40px;
}
/* style.css */
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');*/

.middle-layer-container h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; /* Redundant if only bold is imported, but good practice */
}
/*--------------------------------------------------------------
# Home Promo Box
--------------------------------------------------------------*/

#promo-box-two {
}

    #promo-box-two span {
        text-align: center;
        color: #000;
        display: block;
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    #promo-box-two .div-left, #promo-box-two .div-right {
        min-height: 300px;
        padding: 30px;
    }

    #promo-box-two .div-left {
        background: #28CAE0;
        min-height: 350px;
    }

    #promo-box-two .div-right {
        background: #E71F77;
    }

    #promo-box-two .promo-container {
        display: flex; /* Enables flexbox */
        align-items: center; /* Vertical centering */
        gap: 2rem; /* Space between image and text */
        max-width: 1200px;
        margin: 0 auto;
    }

    #promo-box-two .promo-image-country {
        flex: 1; /* Takes 50% width */
        padding-top: 30px;
        /*background: url('/themes/JapanEsim/img/home/japan_map.jpg');*/
        border-radius: 8px;
    }

    #promo-box-two .promo-image {
        flex: 1; /* Takes 50% width */
        padding-top: 30px;
        /*min-height: 300px;
        background: url('/themes/JapanEsim/img/bg_home_smilies.png') ;
        background-repeat:no-repeat;*/
        border-radius: 8px;
    }

    #promo-box-two .promo-text {
        flex: 1; /* Takes 50% width */
        padding: 1rem;
    }

@media (max-width: 576px) {
    #promo-box-two .div-left,
    #promo-box-two .div-right {
        min-height: 250px; /* Smaller height on mobile */
    }
}

/* Responsive: stacks on mobile */
@media (max-width: 768px) {
    #promo-box-two .promo-container {
        flex-direction: column;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1.25em;
    }
    /* #promo-box-two .promo-image {
        width: 100%;
        min-height: 200px;
    }*/
}

/* =====Navigation ============== */

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 1.5em;
}

.navbar-brand-centered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* Ensure it's above other elements if they overflow */
    z-index: 10;
}

    .navbar-brand-centered img {
        max-height: 60px; /* Adjust as needed */
        width: auto;
    }

/* Adjust padding for the navbar-toggler-icon to avoid logo overlap on collapse */
.navbar-toggler {
    margin-right: 1rem; /* Adjust if needed */
}

/* Custom CSS for a Fullscreen Modal in Bootstrap 4 */
.modal.modal-fullscreen .modal-dialog {
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.modal.modal-fullscreen .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
}

.modal.modal-fullscreen .modal-header,
.modal.modal-fullscreen .modal-footer {
    flex-shrink: 0;
}

.modal.modal-fullscreen .modal-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
}

.left-nav {
    margin-left: 0px;
}

#navbarNav ul.navbar-nav {
    margin-left: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #3f434e;
    transition: .2s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; /* Medium weight (adjust as needed) */
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #ff4135;
    }

#navbarNav ul.navbar-nav a.nav-link {
    padding-left: 10px;
    padding-right: 10px;
}

/*@media (max-width: 991.98px) { 
    .navbar .navbar-brand:not(.navbar-brand-centered):not(.navbar-brand-mobile) {
        display: none;
    }

}*/

#section-header {
    box-shadow: 0 3px 6px #00000029;
}

/* ===== End Navigation ============== */
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / 1);
}

.text-black-200 {
    color: #222222;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.bg-light-pink-100 {
    background: #f1eafb;
}

.bg-light-pink-200 {
    background: rgb(238, 241, 255);
}

.bg-color-E9EAE6 {
    background: #E9EAE6;
}

.bg-gray-f2f3f582 {
    background: #f2f3f582;
}
/*.bg-light-pink-300 {
    background: #FFEDF5;
}
*/
.bg-light-pink-400 {
    background: #FFEDF5;
}

.bg-light-pink-300 {
    background: #E1EBFF;
}

.features-list {
    list-style: none; /* Remove default ul bullets */
    margin-top: 20px;
}

    .features-list li {
        margin-bottom: 15px;
        width: 100%;
        align-items: center;
        color: #1B2024;
        font-weight: 400;
    }

        .features-list li svg {
            color: #28a745;
            margin-right: 10px;
            width: 30px;
            height: 30px;
            flex-shrink: 0;
        }

.product-attr-options.list-inline li {
    height: 100%;
}

.product-attrs label {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0px;
}

/* Override Bootstrap's container-lg */
.custom-lg-90 {
    max-width: 90vw !important; /* Force override */
    width: 90%; /* Fallback */
}

.popular a:hover {
    text-decoration: none;
}

.h-56 {
    height: calc(.25rem * 56);
}

.object-cover {
    object-fit: cover;
}

.color-navy {
    color: #030a18;
}

.bg-primary {
    background: #ff4135 !important;
}

.bg-gray {
    background: #f2f3f5;
}

.rounded-1_5 {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.bg-light-pink {
    background-color: #f1eafb;
}

.btn-primary {
    background: #ff4135;
    border-color: #ff4135;
    color: #fff;
}

.top-header .list-inline {
    margin: 0px;
}

.top-header ul li a {
    color: #fff;
    font-size: 12px;
}

.top-header ul li {
    margin: 0;
    border-right: 1px solid #4d4f54;
    padding: 0 20px;
    position: relative;
}

    .top-header ul li:last-child {
        border: 0;
    }

    .top-header ul li a:hover, .top-header ul li a.active {
        color: #ff4135;
    }

.country, .language {
    background: transparent;
    color: #fff;
    border: 0;
    padding-left: 0;
    line-height: unset;
    float: none;
    height: unset;
    font-size: 12px;
}

    .country ul, .language ul {
        background: #212329 !important;
    }

        .country ul li:hover, .country ul li.selected, .language ul li:hover, .language ul li.selected {
            color: #fff;
            background: #000 !important;
        }
/*.navbar {
    padding: 0 40px;
}
.navbar .nav-item .nav-link {
    padding: 25px;
    display: inline-block;
}*/
.main-nav {
    min-height: unset;
    margin-bottom: 0px;
    border: none;
}

    .main-nav .dropdown-menu {
        border-top: solid 2px coral;
    }

.carousel-caption {
    right: 15%;
}

    .carousel-caption h3, .carousel-caption h1 {
        width: fit-content;
    }

    .carousel-caption p {
        color: #fff;
        line-height: unset;
        background: #c9253c;
        width: fit-content;
        padding: 10px 20px;
        font-weight: 600 !important;
        font-size: 2rem;
    }

.carousel-item .img-fluid {
    height: 250px;
    width: 100%;
}

/* Search form*/
.search-form {
    margin-top: 10px;
}

    .search-form input {
        max-width: unset;
    }

    .search-form.input-group {
        background-color: #ffff;
        border-radius: 100px;
        padding: 5px;
    }

    .search-form input[type="search"] {
        border: 0;
        box-shadow: none;
        margin-top: 1px;
        margin-bottom: 0;
    }

    .search-form .btn {
        font-size: 15px;
        font-family: "futura_icgregular";
        text-transform: uppercase;
        padding: 12.5px 45px;
        font-weight: 400;
        border: 0;
        border-radius: 40px;
        position: relative;
        transition: .2s ease;
    }

.input-group-text {
    background-color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
    padding: 0px;
}

/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    font-weight: normal;
    color: #3f434e;
}

.ui-widget.ui-widget-content {
    background-color: #fff;
    border: 1px solid #f3f4f6;
    max-height: 200px;
    overflow-y: auto;
}

.ui-widget {
    color: #3f434e;
    font-family: "futura_icgregular";
    font-size: 1em;
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
}*/

/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    font-weight: normal;
    color: #3f434e;
}

.ui-widget.ui-widget-content {
    background-color: #fff;
    border: 1px solid #f3f4f6;
    max-height: 200px;
    overflow-y: auto;
}

.ui-widget {
    color: #3f434e;
    font-family: "futura_icgregular";
    font-size: 1em;
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
}*/
/*End search form*/
.h-15 {
    height: 15% !important;
}

.h-56 {
    height: calc(4px * 56);
}

.rounded-full {
    border-radius: 9999px;
}

ul.top-destination li a {
    border: 1px solid #eeee;
    padding: 5px 15px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    /*    background: rgb(229 231 235 / 1);*/
    color: #3f434e;
    font-size: 12px;
    font-weight: 400;
}

    ul.top-destination li a:hover {
        background: #ff7168;
        color: #fff;
        border-color: transparent;
    }
/* toggle*/
.btn-group-toggle {
    border: none;
    border-radius: 18px;
    padding: 5px;
    background: rgb(229 231 235 / 1);
}

.btn-primary:hover {
    background: #ff7168;
    border-color: transparent;
}

.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #ff7168;
    border-color: #ff4135;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff4135;
    border-color: #ff4135;
}

    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ff7168;
    border-color: #ff7168;
}
/* Product Grid*/
.skeleton {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite linear;
    border-radius: 4px;
}

.skeleton-text {
    width: 100%;
    height: 16px;
    margin-bottom: 8px;
}

.skeleton-box {
    width: 100%;
    height: 50px;
    margin-bottom: 12px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr)); /* Responsive grid */
    grid-gap: 20px;
}
    /* Shimmer Animation */
    .product-grid::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent); /* Shimmer effect */
        transform: translateX(-100%); /* Start off-screen to the left */
        animation: shimmer 1.5s infinite; /* Animation duration and loop */
        z-index: 1; /* Ensure it's above the grey placeholders */
    }

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%); /* Move across the card to the right */
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.z-50 {
    z-index: 50;
}

.how-it-works {
    position: relative;
    padding-top: 80px;
    padding-bottom: 30px;
}

    .how-it-works img {
        max-height: 400px;
        width: 100% !important;
        -o-object-fit: contain;
        object-fit: contain;
        margin-bottom: 15px;
    }

    .how-it-works h2 {
        font-size: 32px;
        font-weight: 600;
        max-width: 500px;
        margin: 0px auto 70px;
        line-height: 44px;
        color: #3a3a3a;
    }

    .how-it-works .title {
        margin-bottom: 20px;
        text-align: center;
    }

    .how-it-works::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #344b4c;
        height: 43%;
        left: 0;
    }

.faq {
    padding-top: 80px;
    padding-bottom: 30px;
}

    .faq h2 {
        font-size: 32px;
        font-weight: 600;
        margin: 0px auto 70px;
        line-height: 44px;
        color: #3a3a3a;
    }

    .faq .card, .faq .card-header {
        background-color: #fff;
        /* color: #dedede;*/
    }

    .faq .card-header, .faq .card-body {
        border: none;
    }

    .faq .card .btn {
        padding: 10px 1px;
        color: #4d4f54;
        text-transform: none;
        font-weight: 500;
    }

    .faq .card-body {
        padding-top: 0px;
    }

.faq-inner {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 50px;
}

.accordion > .card {
    border: none;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.text-color {
    color: #3f434e !important;
}

.text-gray {
    color: #898a8f;
}

.btn-dark {
    background: #212329;
    color: #fff;
}

.form-control {
    height: 55px;
    width: 100%;
}

    .form-control:not([data-no-padding]) {
        padding: 0.2rem 1rem;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: #ff4135;
    }

.btn {
    font-size: 15px;
    font-family: "futura_icgregular";
    text-transform: uppercase;
    padding: 12.5px 40px;
    font-weight: 400;
    border: 0;
    border-radius: 40px;
    position: relative;
    transition: .2s ease;
}

.btn-outline-primary {
    background: transparent;
    color: #898a8f;
    border: 1px solid #e5e5e5;
    text-transform: none;
}

    .btn-outline-primary:hover {
        border-color: #ff4135;
        color: #ff4135;
        background: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #ff4135;
        background-color: transparent;
        border-color: #ff4135;
    }

.plan-tab-btns .btn-outline-primary {
    border-radius: 15px !important;
    padding: 3px 35px;
    border: none;
    color: #3f434e;
    font-weight: 400;
}

    .plan-tab-btns .btn-outline-primary:hover {
        background-color: rgb(229 231 235 / 1);
        border-color: rgb(229 231 235 / 1);
    }

.plan-tab-btns .btn {
    cursor: pointer; /* Force pointer cursor on hover */
    transition: all 0.3s ease; /* Smooth hover effects */
}

.plan-tab-btns .btn-outline-primary:not(:disabled):not(.disabled):active, .plan-tab-btns .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff4135;
    border-color: #ff4135;
}

.hero-banner .form-control {
    height: unset;
    width: unset;
}


.btn-dark:hover {
    background: #ff4135;
}

/*
  

.plan-tab-btns .btn {
    margin: 0 -19px; 
    border-width: 2px;
    box-shadow: 0 0 0 2px white; 
}

    .plan-tab-btns .btn:first-child {
        margin-left: 0;
    }

    .plan-tab-btns .btn:last-child {
        margin-right: 0;
    }
*/


.atm-card-img {
    max-width: 40px;
}
/* breadcrumb */
.breadcrumb {
    background-color: #f2f3f5;
}

.breadcrumb-item a {
    color: #3f434e;
}

.modal-body .img-fluid {
    width: 200px;
}

.why-choose {
    position: relative;
    background: url('/themes/SampleThemeOne/img/shape-dotted-light.svg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .why-choose .card {
        min-height: 300px;
    }

    .why-choose .card-img {
        padding-top: 20px;
        height: 50px;
        margin-bottom: 80px;
    }

/*Searh container*/

.country-search-container {
    margin-top: 30px;
    width: 100%;
}

.search-box {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
}

.country-suggestions {
    display: none; /* Will show with JS when typing */
    position: absolute;
    width: 94%;
    margin: 5px auto 0;
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    color: #333;
    background-color: #fff;
    border: 1px solid #f3f4f6;
    max-height: 200px;
    overflow-y: auto;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s;
    gap: 10px;
}

    .suggestion-item:hover {
        background: #f5f5f5;
    }

.popular-label {
    color: #ff4135;
}

.sub-heading {
    background-color: #ff4135; /*rgb(103 80 164 / 1);*/
    padding: 2px 20px;
    margin-bottom: 5px;
}

.popular-countries {
    margin-top: 25px;
}

.suggestion-item .suggestion-flag {
    width: 20px;
    height: 15px;
    margin-right: 8px;
}

.no-results {
    padding: 10px 15px;
    color: #666;
    font-style: italic;
}

.device-compatibility a {
    text-decoration: underline;
}

.manage-account input {
    max-width: 100%;
}

.address.btn {
    text-transform: none;
}

.accountNav .btn-outline-primary {
    border: 2px solid #ff4135;
    text-transform: uppercase;
    color: #3f434e;
}

    .accountNav .btn-outline-primary:hover {
        background: #ff4135;
        color: #fff;
    }

.cart-btn {
    height: 45px;
    padding: 0 25px;
    line-height: 45px;
    font-size: 13px;
    border: 0;
    border-radius: 40px;
    background: #f2f3f5;
}

.btco-hover-menu a, .navbar > li > a {
    text-transform: uppercase;
    padding: 2px 15px;
}

.cart-table.table th {
    border-top: 0;
}

.cart-table .btn {
    height: 30px;
    padding: 0 10px;
    background: transparent;
    color: #3f434e;
    border: 1px solid #e5e5e5;
}

.shopping .form-control {
    border-radius: 40px;
    padding: 0 30px;
    height: 55px;
    width: 100%;
}

.cart-table .form-control {
    height: 30px;
    width: 40px;
    padding: 0 5px;
    flex: none;
}

.shopping.cart .product-list .product-remove {
    color: red;
    font-size: 20px;
}

.border-box {
    border: 1px solid #dfdfdf;
}

.checkout .block {
    padding: 15px;
    margin-bottom: 10px;
}

.shopping .widget-title {
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.product-checkout-details .product-card h4 {
    font-weight: 400;
    font-size: 14px;
    color: #3f434e;
}

.product-checkout-details .product-card .price {
    margin-top: 15px;
    color: #898a8f;
}

.product-checkout-details .product-card .remove {
    font-size: 12px;
    cursor: pointer;
}

.product-checkout-details .discount-code {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0 10px;
    padding: 10px 0;
}

    .product-checkout-details .discount-code p {
        margin: 0;
        color: #3f434e;
    }

        .product-checkout-details .discount-code p a {
            font-weight: 400;
            color: #222222;
        }

.product-checkout-details .summary-prices {
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 0px 0 1px 0;
    padding-bottom: 10px;
}

.product-checkout-details .summary-total {
    margin-top: 5px;
}

.product-checkout-details .verified-icon {
    margin-top: 25px;
}

.product-checkout-details .summary-prices li {
    padding: 5px 0;
}

.product-checkout-details .product-card > a {
    padding-right: 20px;
}

.product-checkout-details .product-card .media-object {
    width: 80px;
}
/*.shopping .btn-outline-primary {
    text-transform: uppercase;
}*/



/*=======-carousel=============*/
/*===================*/

#section-install-esim {
}

    #section-install-esim .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, #section-install-esim .nav-tabs .nav-link {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid 1px rgba(228, 115, 170, 0.4);
        background: #fff;
        color: rgba(228, 115, 170, 0.7);
        font-size: 1.2rem;
    }

    #section-install-esim .nav-tabs .nav-link {
        border-bottom: solid 1px rgba(228, 115, 170, 0.4);
        background: #fff;
        color: rgba(228, 115, 170, 0.7);
    }

        #section-install-esim .nav-tabs .nav-link.active {
            border-bottom: solid 3px rgba(228, 115, 170, 1);
            background: #FFEDF5;
            color: #E473AA;
            font-weight: 700;
        }

.installation-steps-carousel {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: grid;
    background: radial-gradient(circle, #ebebeb, #ebebeb);
}

    /* The viewport/window that only shows 3 steps */
    .installation-steps-carousel .steps-viewport {
        overflow: hidden;
        width: 100%;
        min-height: 280px;
    }

    /* The inner track that slides */
    .installation-steps-carousel .steps-track {
        display: flex;
        transition: transform 0.5s ease-in-out; /* Smooth sliding animation */
    }

    /* Individual step item */
    .installation-steps-carousel .step-item {
        flex: 0 0 calc(100% / 3); /* Each item takes 1/3 of the viewport width */
        max-width: calc(100% / 3); /* Ensure it doesn't exceed 1/3 */
        box-sizing: border-box; /* Include padding/border in width calculation */
        padding: 15px;
        text-align: center;
        background: radial-gradient(circle, #ebebeb, #ebebeb);
        border: 1px solid #e9ecef;
        border-radius: 8px;
        margin: 0 10px; /* Space between steps */
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Adjust margin for the track to account for step item margins */
    .installation-steps-carousel .steps-track .step-item:first-child {
        margin-left: 0;
    }

    .installation-steps-carousel .steps-track .step-item:last-child {
        margin-right: 0;
    }

.step-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 8px;
    margin-top: 20px;
}

.step-description {
    font-size: 0.9em;
    color: #6c757d;
    line-height: 1.5;
}

.step-image-box img {
    max-height: 500px;
}

.step-image-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.step-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 10px 0 5px;
}

.step-description {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #555;
}

/* Carousel controls */
.installation-steps-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.steps-viewport {
    overflow: hidden;
    width: 100%;
}

.steps-track {
    display: flex;
    transition: transform 0.3s ease;
}

/* Tablet and larger */
@media (min-width: 768px) {
    .installation-steps-carousel .step-item {
        min-width: 50%;
    }

    .step-title {
        font-size: 1.2rem;
    }

    .step-description {
        font-size: 1rem;
    }
}

/*================*/
/* Container for the entire banner */
.travel-tip-banner {
    position: relative; /* Allows absolute positioning of children */
    width: 100%;
    margin-bottom: 30px; /* Space below the banner */
    overflow: hidden; /* Ensures nothing spills out */
    border-radius: 8px; /* Slightly rounded corners for the banner */
    box-shadow: 0 6px 15px rgba(0,0,0,0.15); /* Subtle shadow */
}

    /* Style for the banner image */
    .travel-tip-banner .banner-image {
        display: block; /* Remove extra space below image */
        width: 100%;
        height: auto;
        object-fit: cover; /* Ensures image covers the area, might crop */
        /* If you want image to always fit completely, use 'contain' but it might leave gaps */
        min-height: 250px; /* Minimum height for the banner */
        max-height: 450px; /* Maximum height to prevent it from being too tall */
    }

    /* Overlay for text */
    .travel-tip-banner .banner-overlay {
        position: absolute; /* Positioned relative to .travel-tip-banner */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1); /* Semi-transparent dark overlay */
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Center content vertically */
        align-items: center; /* Center content horizontally */
        text-align: center;
        padding: 20px;
        box-sizing: border-box; /* Include padding in width/height */
    }

        .travel-tip-banner .banner-overlay .overlay-title {
            font-size: 2.8em;
            font-weight: bold;
            margin-bottom: 15px;
            background-color: rgba(0, 0, 0, 0.5);
            line-height: 1.2;
            color: #fff;
            padding: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.4); /* Adds depth to text */
        }

.explore-travel-tips .banner-overlay .overlay-title {
    font-size: 2.8em;
    font-weight: bold;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    color: #fff;
    padding: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4); /* Adds depth to text */
}

.travel-tip-banner .banner-overlay .overlay-text {
    font-size: 1.4em;
    max-width: 70%; /* Limit text width for readability */
    line-height: 1.5;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .travel-tip-banner .banner-overlay .overlay-title, .explore-travel-tips .banner-overlay .overlay-title {
        font-size: 2em;
    }

    .travel-tip-banner .banner-overlay .overlay-text {
        font-size: 1.1em;
        max-width: 90%;
    }

    .travel-tip-banner .travel-tip-banner .banner-image {
        min-height: 200px; /* Adjust height for mobile */
    }
}

@media (max-width: 576px) {
    .travel-tip-banner .banner-overlay .overlay-title, .explore-travel-tips .banner-overlay .overlay-title {
        font-size: 1.6em;
    }

    .travel-tip-banner .banner-overlay .overlay-text {
        font-size: 1em;
        max-width: 95%;
    }

    .travel-tip-banner .btn-lg {
        padding: .5rem 1rem; /* Smaller button for small screens */
        font-size: 1rem;
    }
}

.faq-section {
    background: linear-gradient(119.43deg, rgb(245, 247, 255) 28.53%, rgb(237, 240, 255) 65.74%);
}


/* Base style for the loading span */
.sim-table span {
    animation: pulseText 1.5s infinite ease-in-out;
    color: #007bff;
}

@keyframes pulseText {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    100% {
        opacity: 0.7;
        transform: scale(1);
    }
}
/* Articles */
.article-body {
    padding-top: 30px;
    max-width: 550px;
    /*margin: 0 auto;*/
}

    /*.page-section {
    background-color: #ececec82;
}
*/
    .article-body ul li {
        border-bottom: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        padding: 0.7em;
        list-style: none;
    }

.fullscreen-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .fullscreen-loader.active {
        opacity: 1;
        visibility: visible;
    }

.loader-content {
    text-align: center;
}

.loader-text {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #333;
}

.order-table .productinfo {
    max-width: 400px;
}

.ot-1 {
    padding-top: 10px;
}

@media screen and (max-width: 761px) {
    /* .order-table .qrcode {
        margin:0 auto;
        width:60%;
    }*/
    h2, .h2 {
        font-size: 1.5rem;
    }

    .order-table .productinfo {
        max-width: 100%;
    }

    .order-table thead {
        display: none;
    }

    .order-table table, .order-table tbody, .order-table tr, .order-table td {
        display: block;
        width: 100%;
    }

    .order-table tr {
        margin-bottom: 1rem;
        border: 1px solid #ccc;
        padding: 1rem;
    }

    .order-table td {
        text-align: left;
        border-bottom: 1px solid #eee;
        padding: 0.5rem 0;
    }

    .order-table tr td:last-child {
        border-bottom: none;
    }
}

.payment-method {
   
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 17px 5px 15px;
    margin-bottom: 25px;
    text-align: center;
}

.btn-order {
    background: #18ba9b;
    padding: 8px 43px;
    font-size: 13px;
    color: #fff;
    width: 100%;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    width: 240px;
}

footer a:hover {
    text-decoration: underline;
}

button:focus {
    outline: none;
}

.go-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFEDF5; /* Dark blue-gray */
    color: slateblue;
    border: none;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .go-to-top.visible {
        opacity: 1;
    }

    .go-to-top:hover {
        background: #CB0510; /* Bright blue */
        color: #fff;
        transform: translateY(-3px);
    }

.social-icons.circled a {
    background: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .social-icons.circled a:hover {
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
/*------------------------------------------------------------------
[NAV]
-------------------------------------------------------------------*/
@media (min-width: 992px) {
    .mobile-menu {
        display: none !important;
    }

    .menu-overlay {
        display: none !important;
    }

    /* Show regular navbar menu */
    .navbar-collapse {
        display: flex !important;
    }
}

.search-btn {
    height: 45px;
    width: 45px;
    padding: 0;
    line-height: 45px;
    font-size: 17px;
    margin-right: 10px;
    border: 0;
    border-radius: 40px;
    background: #f2f3f5;
}

navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Ensure other nav items don't overlap */
.navbar-nav.mr-auto,
.navbar-nav.ml-auto {
    position: relative;
    z-index: 1;
}

.navbar .container {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust as needed */
}

ul.navbar-nav li {
    padding-left: 2rem;
}
.dropdown-menu {
    font-size:1.3rem;
    min-width: 14rem;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0 2px 5px #0000000d;
}


@media (max-width: 767.98px) {
    .dropdown-menu {
        right: auto !important;
        left: 5px !important;
        width: 95%;
        transform: none !important;
    }
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@media (max-width: 991.98px) {
    .mobile-menu {
        position: fixed;
        top: 0;
        left: -280px; /* Hidden by default */
        width: 280px;
        height: 100vh;
        background: white;
        z-index: 1050;
        transition: transform 0.3s ease-out;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        padding-top: 56px; /* Space for toggle button */
    }

    .navbar-brand.mx-auto {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top:10px;
    }

    .mobile-menu.open {
        transform: translateX(280px); /* Slides in */
        border-top: 1px solid #eee;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 1040;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

        .menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }

    .navbar-toggler {
        position: relative;
        z-index: 1060;
    }

    .nav-link-with-arrow {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        transition: all 0.2s;
    }



    .nav-arrow {
        transition: transform 0.2s;
    }

    .nav-link-with-arrow:hover .nav-arrow {
        transform: translateX(3px);
    }



    .mobile-menu .nav {
        border-top: 1px solid #eee;
        margin-top: 40px;
    }

    .mobile-menu .nav-link a {
        color: #3f434e;
        transition: .2s ease;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 1.4rem;
    }

    .mobile-menu .nav .nav-link-with-arrow, .nav-link-with-arrow {
        color: #3f434e;
        transition: .2s ease;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 1.4rem;
    }

    .navbar-light .mobile-menu .nav-link:hover {
        color: #ff4135;
    }
    /* Active state */
    .nav-item.active .nav-link-with-arrow {
        font-weight: 600;
    }

    .nav-link-with-arrow:hover {
        background-color: #f8f9fa;
        color: #ff4135;
    }

    .navbar {
        height: 100px;
    }

    .navbar-brand {
        padding-top: 0px;
    }
}


/*------------------------------------------------------------------
[LANGUAGE]
-------------------------------------------------------------------*/

.lang-currency-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1300;
}

.popup-content {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

    .popup-header h3 {
        margin: 0;
        font-size: 1.7rem;
    }

.close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.popup-body {
    padding: 20px;
}

#langCurrencyPopup .section h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.option {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

    .option.selected {
        border: 1px solid rgb(51, 32, 162);
    }

    .option img.flag {
        width: 20px;
        height: 15px;
        margin-right: 5px;
        vertical-align: middle;
    }

.divider {
    height: 1px;
    background: #eee;
    margin: 20px 0;
}

.popup-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    text-align: right;
}

#langCurrencyPopup .section {
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-max {
    min-height: 350px;
}

.home-ban-text {
    font-size: 100px;
    margin-top: 120px;
    color: red
}
@media (max-width: 768px) {
    .popup-content {
        background: white;
        border-radius: 8px;
        width: 100%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .section-max {
        min-height: 250px;
    }

    .home-ban-text {
        font-size: 70px;
        margin-top: 120px;
        color: red
    }

}

.header {
    text-align: center;
    max-width: 130rem;
}

.page-container {
    max-width: 130rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.section-header{
    padding:5px 0;
}
@media screen and (min-width: 750px) {
    .page-container {
        padding: 0 5rem;
    }
}
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.1em;
    }
    .header {
        margin: 0 auto;
        width: 100%;
        padding: 0 5rem;
    }

    .header1 {
        width: 100%;
    }

    ul.navbar-nav li {
        padding-left: 1.4rem;
    }
}
.product-attrs label:hover {
    border: 1px solid #000;
}

.esim-header {
    display: flex;
    align-items: center;
    gap: 12px; /* Space between circle and text */
}

.product-name-rounded {
    display: inline-block;
    width: 24px; /* Circle size */
    height: 24px; /* Circle size */
    background: linear-gradient( 135deg, #CB040E 0%, #FF6B6B 100% );
    border-radius: 50%; /* Makes it round */
    flex-shrink: 0; /* Prevents shrinking */
    box-shadow: 0 2px 4px rgba(203, 4, 14, 0.3);
    flex-shrink: 0;
}

    .product-name-rounded.pulse {
        animation: pulse 2s infinite;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

