.elementor-4694 .elementor-element.elementor-element-412c5e2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-412c5e2 */.timeseo-esim-top{
  display:grid;
  grid-template-columns:minmax(320px, 520px) minmax(320px, 1fr);
  gap:32px;
  align-items:start;
}

.timeseo-esim-image-holder img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
}

.timeseo-esim-meta-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin:16px 0 20px;
}

.timeseo-esim-box{
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:20px;
}

.timeseo-esim-group + .timeseo-esim-group{
  margin-top:18px;
}

.timeseo-esim-label{
  margin-bottom:10px;
  font-weight:600;
}

.timeseo-esim-options{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.timeseo-option-btn{
  appearance:none;
  background:transparent;
  border:1px solid currentColor;
  padding:10px 14px;
  border-radius:999px;
  cursor:pointer;
  font:inherit;
  color:inherit;
}

.timeseo-option-btn.is-active{
  outline:2px solid currentColor;
  outline-offset:1px;
}

.timeseo-option-btn:disabled{
  opacity:.35;
  cursor:not-allowed;
}

#timeseo-add-to-cart-form{
  margin-top:20px;
}

#timeseo-add-to-cart-form .quantity{
  margin-bottom:12px;
}

#timeseo-qty{
  max-width:100px;
}

.timeseo-selection-note{
  margin-top:12px;
  opacity:.8;
  font-size:.95em;
}

.timeseo-esim-content{
  margin-top:40px;
}

@media (max-width: 1024px){
  .timeseo-esim-top{
    grid-template-columns:1fr;
  }
}
.timeseo-country-intro,
.timeseo-info-grid,
.timeseo-steps,
.timeseo-benefits,
.timeseo-faq,
.timeseo-support-box{
  margin-top:40px;
}

.timeseo-info-grid,
.timeseo-steps-grid,
.timeseo-benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.timeseo-info-card,
.timeseo-step-card,
.timeseo-benefit-card,
.timeseo-support-box,
.timeseo-faq-list details{
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:20px;
}

.timeseo-step-card span{
  display:inline-block;
  margin-bottom:10px;
  font-weight:700;
}

.timeseo-faq-list{
  display:grid;
  gap:14px;
}

.timeseo-faq-list summary{
  cursor:pointer;
  font-weight:600;
}

.timeseo-support-box{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

@media (max-width: 1024px){
  .timeseo-info-grid,
  .timeseo-steps-grid,
  .timeseo-benefits-grid{
    grid-template-columns:1fr;
  }

  .timeseo-support-box{
    flex-direction:column;
    align-items:flex-start;
  }
}
.timeseo-esim-wrap{
  --ts-border:#e8e8ec;
  --ts-soft:#f4fbf8;
  --ts-soft-2:#eef6ff;
  --ts-soft-3:#fff8ef;
  --ts-text:#111827;
  --ts-muted:#5b6472;
  --ts-radius:20px;
}

.timeseo-esim-top,
.timeseo-connection-box,
.timeseo-steps-wrap,
.timeseo-benefits-section,
.timeseo-related-packs,
.timeseo-faq-wrap,
.timeseo-support-banner,
.timeseo-esim-content{
  margin-top:40px;
}

.timeseo-esim-top{
  display:grid;
  grid-template-columns:minmax(320px,520px) minmax(320px,1fr);
  gap:36px;
  align-items:start;
}

.timeseo-esim-image-holder img{
  width:100%;
  display:block;
  border-radius:20px;
}

.timeseo-esim-meta-list{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:18px 0 22px;
}

.timeseo-esim-meta-list div{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--ts-text);
  font-size:14px;
}

.timeseo-esim-meta-list i{
  color:#17b26a;
}

.timeseo-esim-box{
  border:1px solid #b7efcf;
  background:linear-gradient(180deg,#f7fffb 0%, #f1fff8 100%);
  border-radius:20px;
  padding:22px;
}

.timeseo-esim-group + .timeseo-esim-group{
  margin-top:18px;
}

.timeseo-esim-label{
  margin-bottom:10px;
  font-weight:700;
  color:var(--ts-text);
}

.timeseo-esim-options{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.timeseo-option-btn{
  appearance:none;
  background:#fff;
  border:1px solid #d8dde6;
  padding:11px 16px;
  border-radius:999px;
  cursor:pointer;
  font:inherit;
  color:var(--ts-text);
  transition:.2s ease;
}

.timeseo-option-btn:hover{
  transform:translateY(-1px);
}

.timeseo-option-btn.is-active{
  border-color:#17b26a;
  box-shadow:0 0 0 3px rgba(23,178,106,.12);
}

.timeseo-option-btn:disabled{
  opacity:.35;
  cursor:not-allowed;
}

#timeseo-add-to-cart-form{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:20px;
  flex-wrap:wrap;
}

#timeseo-add-to-cart-form .quantity{
  margin:0;
}

#timeseo-qty{
  width:90px;
  min-height:46px;
}

.timeseo-selection-note{
  margin-top:12px;
  color:var(--ts-muted);
  font-size:14px;
}

.timeseo-connection-box{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;
  background:#fff;
  border:1px solid var(--ts-border);
  border-radius:24px;
  padding:28px;
}

.timeseo-feature-list{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.timeseo-feature-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.timeseo-feature-list i{
  color:#17b26a;
  margin-top:3px;
}

.timeseo-soft-card{
  background:var(--ts-soft-2);
  border-radius:20px;
  padding:22px;
  height:100%;
}

.timeseo-app-icons{
  display:flex;
  gap:14px;
  margin-top:16px;
  font-size:20px;
}

.timeseo-steps-wrap{
  background:#eef5ff;
  border-radius:26px;
  padding:30px;
}

.timeseo-steps-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:18px;
}

.timeseo-step-card{
  background:#fff;
  border:1px solid #dbe7fb;
  border-radius:20px;
  padding:22px;
  position:relative;
}

.timeseo-step-card.active{
  background:#f8fbff;
  border-color:#b7d4ff;
}

.timeseo-step-no{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:999px;
  background:#eff6ff;
  font-weight:700;
  margin-bottom:12px;
}

.timeseo-step-card i{
  font-size:22px;
  margin-bottom:14px;
  display:block;
}

.timeseo-benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.timeseo-benefit-card{
  border-radius:20px;
  padding:22px;
  border:1px solid var(--ts-border);
  background:#fff;
}

.timeseo-benefit-card.mint{
  background:#e9faf3;
  border-color:#c8efdb;
}

.timeseo-benefit-card i{
  font-size:22px;
  margin-bottom:14px;
  display:block;
}

.timeseo-related-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.timeseo-related-card{
  background:#fff;
  border:1px solid var(--ts-border);
  border-radius:20px;
  overflow:hidden;
}

.timeseo-related-thumb img{
  width:100%;
  display:block;
  aspect-ratio:1/1;
  object-fit:cover;
}

.timeseo-related-content{
  padding:16px;
}

.timeseo-related-content h3{
  font-size:16px;
  line-height:1.4;
  margin:0 0 10px;
}

.timeseo-related-content .price{
  margin-bottom:12px;
}

.timeseo-faq-wrap{
  background:#eef8ff;
  border-radius:26px;
  padding:30px;
}

.timeseo-faq-list{
  display:grid;
  gap:14px;
  margin-top:16px;
}

.timeseo-faq-list details{
  background:#fff;
  border:1px solid #dce9f5;
  border-radius:16px;
  padding:16px 18px;
}

.timeseo-faq-list summary{
  cursor:pointer;
  font-weight:700;
}

.timeseo-faq-list p{
  margin:12px 0 0;
}

.timeseo-support-banner{
  background:linear-gradient(90deg,#fdf1d6 0%, #f9ebf3 100%);
  border-radius:26px;
  padding:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

@media (max-width: 1024px){
  .timeseo-esim-top,
  .timeseo-connection-box{
    grid-template-columns:1fr;
  }

  .timeseo-steps-grid,
  .timeseo-benefits-grid,
  .timeseo-related-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width: 767px){
  .timeseo-steps-grid,
  .timeseo-benefits-grid,
  .timeseo-related-grid{
    grid-template-columns:1fr;
  }

  .timeseo-support-banner{
    flex-direction:column;
    align-items:flex-start;
  }
}
.timeseo-country-intro{
  margin-top:18px;
  padding:14px 18px;
  border:1px solid #e9edf3;
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff 0%, #fafcff 100%);
  color:#334155;
}

.timeseo-device-check{
  margin-top:18px;
}

.timeseo-device-open{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:14px 18px;
  border:1px solid #dce6f3;
  border-radius:16px;
  background:linear-gradient(180deg,#f7fbff 0%, #edf6ff 100%);
  color:#0f172a;
  font:inherit;
  font-weight:600;
  cursor:pointer;
  transition:.2s ease;
}

.timeseo-device-open:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 30px rgba(15,23,42,.08);
}

.timeseo-device-open i{
  color:#2563eb;
}

.timeseo-device-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  opacity:0;
  visibility:hidden;
  transition:.25s ease;
}

.timeseo-device-modal.is-open{
  opacity:1;
  visibility:visible;
}

.timeseo-device-overlay{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.45);
  backdrop-filter:blur(3px);
}

.timeseo-device-dialog{
  position:relative;
  width:min(680px, calc(100% - 24px));
  margin:8vh auto 0;
  background:#fff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 30px 80px rgba(0,0,0,.18);
  z-index:2;
}

.timeseo-device-close{
  position:absolute;
  top:14px;
  right:14px;
  width:40px;
  height:40px;
  border:none;
  border-radius:999px;
  background:#f3f4f6;
  color:#111827;
  cursor:pointer;
}

.timeseo-device-header h3{
  margin:0 0 8px;
  font-size:24px;
}

.timeseo-device-header p{
  margin:0;
  color:#667085;
}

.timeseo-device-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:22px;
}

.timeseo-device-field label{
  display:block;
  margin-bottom:8px;
  font-weight:600;
}

.timeseo-device-field select{
  width:100%;
  min-height:48px;
  border:1px solid #d0d5dd;
  border-radius:14px;
  padding:0 14px;
  background:#fff;
  font:inherit;
}

.timeseo-device-result{
  margin-top:20px;
}

.timeseo-device-success{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:18px;
  border-radius:18px;
  background:linear-gradient(180deg,#ecfdf3 0%, #dff7ea 100%);
  border:1px solid #b7ebc6;
}

.timeseo-device-success i{
  color:#16a34a;/* End custom CSS */