.font-yellow {
    color: #FFCA06;
}

.bg-yellow {
    background-color: #FFCA06;
}

.blue-heading {
    color: #054A76; 
    font-weight: 900;
    font-size: 32px;
        
        line-height: 1.1;
        font-family: 'Roboto', sans-serif;
}
.description p {
    font-size: 36px;
    line-height: 1.5;
    color: #021927;
    font-family: 'Franklin Gothic Medium Cond', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
}

.imei-section label {
    color: var(--Main-Blue---500, #0877BC);
text-align: center;

/* General Text/SH 2 (Bold) */
font-family: "Franklin Gothic Demi Cond";
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.imei-section a{
    color: var(--Main-Blue---500, #0877BC);
text-align: center;

/* Interactive Text Fields/Links */
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
        .blue-heading-modal {
        font-size: 36px !important;    /* Reduced from ~32px */
        line-height: 1.4;
        margin-bottom: 1.5rem !important;
        color: #054A76; 
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.description-modal p {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    color: #021927;
    font-family: 'Franklin Gothic Medium Cond', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
}
.description span{
    color: #07639D;
    font-weight: 500;
}
.font-dark-blue {
    color: #054A76;
}

.font-medium-dark-blue {
    color: #07639D;
}

.franklin-family {
    font-family: 'Franklin Gothic Medium Cond', 'Arial Narrow', Arial, sans-serif;
}

.roboto-family {
    font-family: 'Roboto', sans-serif;
}

.text-brown {
    color: #524000;
}

.text-blue-2 {
    color: #03324E;
}

/* hero banner */
.hero-banner p {
    font-size: 36px;
}

.underline-link {
    text-decoration: underline;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color:#07639D;
    font-size:30px;
    font-weight:600;
}

.banner-icon-1 {
    width: 150px;
}
.blue-heading {
    font-size: 55px;
}

.btn:hover {
    background-color: #FFD333;
}

.blue-heading-modal{
    font-size: 48px;
}

.hero-banner h1 {
    font-size: 88px;
}

#claim-offer-btn {
    font-size: 36px;
    padding: 12px 30px;
}

/* bubbles promocionales */
.promo-details {
    overflow: hidden;
    /* Evita que las ondas se salgan del contenedor */
}

.promo-bubble {
    position: absolute;
    padding: 30px 30px;
    border-radius: 15px;

    color: #003d6b;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Posicionamiento exacto sobre el teléfono */
.bubble-blue {
    background-color: #87CEFA;
    top: 20%;
    right: -15%;
    font-weight: 800;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1.8px;
    z-index: 2;
}

.bubble-blue::after {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #87CEFA;
}

.bubble-yellow {
    background-color: #FFF2B2;
    bottom: 25%;
    right: -10%;
    z-index: 1;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1.8px;
}

.bubble-yellow::after {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #FFF2B2;
}

/* bogo deal section */
/* Bordes extra redondeados como en la imagen */
.rounded-5 {
    border-radius: 30px !important;
}

/* Efecto para el cuadro de 12GB */
.plan-info-box {
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-color: #ffc107 !important;
}

/* Ajustes de tipografía */
/* .bogo-section h2 {
    font-family: 'franklin-family', 'Franklin Gothic Medium Cond', Arial, sans-serif;
} */

/* Estilo para los botones circulares */
.btn-light.rounded-circle {
    background: #fdf8e4;
    color: #ffc107;
    font-weight: bold;
    border: none;
}

/* Estilo general de la tarjeta derecha */
.bogo-main-card {
    border-radius: 30px !important;
}





/* Botón de "+" circular con sombra suave */
.plus-btn {
    width: 40px;
    height: 40px;
    background-color: #fdf8e1;
    color: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Sombras y bordes adicionales */
.rounded-5 {
    border-radius: 2rem !important;
}





.pricing-box {
    position: relative;
    width: 171px;
    height: 171px;
    background: #FFF8E7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* Create all borders with box-shadow + mask technique */
    box-shadow:
        inset 12px 0 0 0 #F4C430,
        /* Left border */
        inset -12px 0 0 0 #F4C430,
        /* Right border */
        inset 0 12px 0 0 #F4C430,
        /* Top border */
        inset 0 -12px 0 0 #F4C430;
    /* Bottom border */
}

/* Mask out the gaps using pseudo-elements */
.pricing-box::before {
    content: '';
    position: absolute;
    left: 20%;
    width: 30%;
    height: 12px;
    background: #FFF8E7;
    /* Same as box background */
}

.pricing-box::after {
    content: '';
    position: absolute;
    left: 45%;
    width: 30%;
    height: 12px;
    background: #FFF8E7;
    /* Same as box background */
}

.pricing-box::before {
    top: 0;
}

.pricing-box::after {
    bottom: 0;
}

footer h6 {
    font-size: 24px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 2;
}

footer li {
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 1.5;
}

/* Burbujas celestes de la derecha */
.info-bubble {
    background-color: #cceeff;
    /* El celeste del mockup */
    border-radius: 25px;
    transition: transform 0.2s ease;
}

.info-bubble:hover {
    transform: translateX(10px);
}

.info-bubble h3 {
    color: #07639D;
    font-size: 48px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    line-height: 1.1;
}

/* Botón de círculo amarillo con "+" */
.plus-icon-btn {
    width: 45px;
    height: 45px;
    background-color: #fdf8e4;
    /* Crema suave */
    color: #ffc107;
    /* Amarillo */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    flex-shrink: 0;
}

/* Redondeado extra para la tarjeta izquierda */
.rounded-5 {
    border-radius: 40px !important;
}

/* Estilo para el hover del dropdown */
.custom-destination-dropdown .dropdown-item:hover {
    background-color: #f0f8ff;
    color: #0076bd;
}

/* CHECKOUT PAGE */
.white-bg {
    background-color: #fff;
}

.gray-bg {
    background-color: #EFEFEF;
}

#oreview-mobile{
    display: none;
}

#checkout-form{
    padding-top: 3rem !important;
}

#LinkupmobileOrder label {
    position: absolute;
    margin-top: -13px;
    color: #828282;
    background-color: #fff;
    margin-left: 7px;
    padding-right: 5px;
    padding-left: 5px;
}

 .paypal-button>.paypal-button-label-container>* {
     vertical-align: top;
     height: 100%;
     text-align: left;
 }

 .paypal-button-logo {
     padding: 0;
     display: inline-block;
     background: none;
     border: none;
     width: auto;
 }

 #zoid-outlet {
     width: 100% !important;
 }

.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.text-danger {
    color: #dc3545;
    display: block;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    #oreview-mobile {
        display: block;
    }
    #oreview-desk{
        display: none;
    }

    #checkout-form {
        padding-top: 1rem !important;
    }
}

.order-card, .summary-card, .order-card, .shipping-card, .billing-card,.customer-card, .payment-card {
    border: 1px solid #e9ecef;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.icon-box {
    width: 110px;
    height: 110px;
    border-radius: 12px;
    background: #f3f6ff;
    border: 1px solid #e8eefc;
}

.qty-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.qty-input {
    width: 56px;
    height: 40px;
    border-radius: 10px;
}

.chevron {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
}
.plan-img{
    max-width: 70%;
}
.pay-btn{
    padding: .7rem;
}
.badge-pending {
    background-color: #e0e0e0;
    color: #333;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #ccc;
    display: inline-block;
}
.gohome-btn{
        border-radius: 14px;
        background: #FFCA06;
        color: #054A76;
        text-align: center;
        font-family: "Roboto";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
}
.gohome-btn:hover{
    background: #FFCA06;
}
.thankyou-title{
        color: #054A76;
        text-align: center;
        font-family: Roboto;
        font-size: 48px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
}
.error{
    color: rgb(220 50 69) !important;
}

/* Estilo Why Linkup */
.custom-carousel {
    border-radius: 40px !important;
}

/* Estilo de los puntitos (indicadores) */
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    /* border-radius: 50%; */
    border-radius: 0;
    clip-path: polygon(50% 0%,
            /* punta superior */
            61% 38%,
            /* lado derecho arriba */
            100% 38%,
            /* extremo derecho */
            69% 62%,
            /* lado derecho abajo */
            82% 100%,
            /* punta inferior derecha */
            50% 75%,
            /* centro inferior */
            18% 100%,
            /* punta inferior izquierda */
            31% 62%,
            /* lado izquierdo abajo */
            0% 38%,
            /* extremo izquierdo */
            39% 38%
            /* lado izquierdo arriba */
        );
    margin: 0 5px;
    border: none;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
}

/* Ajuste de las flechas amarillas */
.carousel-controls-wrapper i {
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.carousel-controls-wrapper i:hover {
    transform: scale(1.2);
}

.carousel-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.44px;
}





/* Versión Mobile: Ajustes de texto */
@media (max-width: 768px) {
    /* .custom-carousel h2 {
        font-size: 1.8rem !important;
    }
    .carousel-item div {
        flex-direction: column;
        text-align: center;
        padding: 3rem 1rem !important;
    } */
}

:root {
            --brand-blue: #0099e5;
            --dark-blue: #0077b6;
            --brand-yellow: #ffcc00;
        }

.testimonial-section {
    background-color: var(--brand-blue);
    padding: 50px 0;
    color: white;
    overflow: hidden;
    border-radius: 40px;
    /* Como en la imagen */
    margin: 20px;
}

/* Contenedor del Slider */
.swiper {
    width: 100%;
    padding-bottom: 25px !important;
}

.swiper-slide {
    transition: opacity 0.3s ease;
    opacity: 0.4;
    /* Opacidad para los slides no activos */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.swiper-slide-active {
    opacity: 1;
    /* El slide central es totalmente visible */
}

/* La Burbuja de Texto (Speech Bubble) */
.speech-bubble {
    background-color: var(--dark-blue);
    border-radius: 35px;
    padding: 40px;
    position: relative;
    /* min-height: 250px; */
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    width: 100%;
}

/* Borde amarillo solo para el activo */
.swiper-slide-active .speech-bubble {
    border-color: var(--brand-yellow);
}

/* La flecha de la burbuja */
.speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 60px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--dark-blue);
    z-index: 1;
}

/* Borde amarillo para la flecha del activo */
.swiper-slide-active .speech-bubble::before {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 58px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid var(--brand-yellow);
    z-index: 0;
}

/* Información del Cliente */
.client-info {
    margin-top: 30px;
    padding-left: 55px;
    /* Alineado con la flecha */
    text-align: left;
}

.client-name {
    color: var(--brand-yellow);
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

.client-city {
    font-weight: 500;
    font-size: 1.1rem;
}

/* Controles Personalizados */
.controls-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    position: static !important;
    color: white !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px !important;
    font-weight: bold;
}

/* Estilo de los Dots (Paginación) */
.swiper-pagination {
    position: static !important;
    width: auto !important;
}

.swiper-pagination-bullet {
    background: white !important;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    /* Forma de estrella opcional como los dots */
}

.swiper-pagination-bullet-active {
    background: var(--brand-yellow) !important;
}



/* Wrapper to center the banner and allow space for the overlapping image */
.support-banner-wrapper {
  display: flex;
  justify-content: center;
  padding: 80px 20px; 
  font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}

/* The main blue banner */
.support-banner {
  background-color: #57B5F3; 
  border-radius: 45px;
  width: 100%;
  max-width: 1240px;
  min-height: 350px; 
  display: flex;
  position: relative;
  padding: 50px 60px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}

/* Left Content Container */
.support-content {
  width: 55%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

/* Heading */
.support-title {
  color: #ffffff;
  font-weight: 800;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.5px;
  font-size: 48px; /* Restored original desktop size */
}

/* Subtitle paragraph */
.support-text {
  color: #1a2a3a;
  font-weight: 700;
  margin: 0 0 30px 0;
  line-height: 1.4;
  font-size: 24px; /* Restored original desktop size */
}

/* The yellow button */
.support-button {
  background-color: #FFC600;
  color: #00467f;
  font-weight: 800;
  padding: 15px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 332px; 
  min-height: 81px; 
  font-size: 26px; /* Restored original desktop size */
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-button:hover {
  background-color: #e6b800;
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(212, 162, 0, 0.8);
}

/* Right Image Container */
.support-image-container {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%); 
  width: 40%;
  max-width: 350px;
  pointer-events: none;
  z-index: 1;
}

/* The hands and emojis image */
.support-image {
  width: 100%;
  height: auto;
  transform: scale(1.3); 
}

/* --- Tablet Responsiveness --- */
@media (max-width: 992px) {
  .support-content {
    width: 60%;
  }
  .support-banner {
    padding: 40px;
  }
}

/* --- Mobile Responsiveness (Scaled down side-by-side) --- */
@media (max-width: 768px) {
  .support-banner-wrapper {
    padding: 30px 10px; 
  }

  .support-banner {
    padding: 20px; 
    min-height: auto;
    border-radius: 24px; 
  }

  .support-content {
    width: 60%; 
  }

  /* Override fonts for mobile */
  .support-title {
    font-size: clamp(16px, 4.5vw, 24px); 
    margin-bottom: 8px;
  }

  .support-text {
    font-size: clamp(11px, 3vw, 14px); 
    margin-bottom: 15px;
  }

  .support-button {
    min-height: 40px; 
    padding: 8px 12px;
    font-size: clamp(10px, 2.5vw, 14px); /* Scaled down for mobile */
    width: 100%;
    max-width: 160px; 
  }

  .support-image-container {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    max-width: 140px; 
  }

  .m-negative{
    padding: 1.5rem;
    max-width: 250px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin: auto;
  }
  .support-image {
    transform:none;

  }
}


/* Definición de la base del texto */
.plan-details-content {
    color: #054A76;   /* El color --Blue---700 */
    font-size: 24px;  /* Ajustado para mejor lectura, puedes subir a 32px si lo prefieres */
    line-height: 1.2;
    text-align: left;
}

.plan-features-list li {
    margin-bottom: 8px; /* Espaciado entre beneficios */
}

/* Variaciones de la tipografía Franklin Gothic */
.fw-demi {
    font-family: 'Franklin Gothic Demi Cond', sans-serif;
    font-weight: 400; /* Demi suele ser un peso específico */
}

.fw-medium {
    font-family: 'Franklin Gothic Medium Cond', sans-serif;
    font-weight: 600;
}

.header-logo {
    max-height: 64px;
    /* Ajusta según el espacio disponible en el header */
}

/* Ajuste responsivo para móviles */
@media (max-width: 768px) {
    .plan-details-content {
        font-size: 1.2rem;
        padding-left: 1rem;
    }
}


.broadband-label-card {
    max-width: 450px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    color:#021927;
    font-size:12px;
    text-align: left;
    /*border: 2px solid #000 !important;*/
}

.header-premium {
    background-color: #0076bd;
}

.fw-black {
    font-weight: 900;
    font-size: 2.2rem;
    letter-spacing: -1px;
}

.x-small-text {
    font-size: 0.75rem;
}

/* Clases para imitar el grosor de la etiqueta real */
.border-bottom-8 { border-bottom-width: 8px !important; }
.border-top-8 { border-top-width: 8px !important; }
.border-5 { border-bottom-width: 5px !important; }
.border-top-5 { border-top-width: 5px !important; }
.border-bottom-5 { border-bottom-width: 5px !important; }
.border-4 { border-bottom-width: 4px !important; }
.border-bottom-3 { border-bottom-width: 3px !important; }
.border-top-3 { border-top-width: 3px !important; }

.border-bottom-2 { border-bottom-width: 2px !important; }
.border-top-2 { border-top-width: 2px !important; }

/* Ajuste para que las tablas no tengan padding excesivo */
.table-sm>:not(caption)>*>* {
    padding: 0.1rem 0;
}

.broadband-label-card a {
    text-decoration: underline;
    color: #0076bd;
    word-break: break-all;
}

.broadband-label-card h1{
    font-size: 36px;
    text-align: left;
}

.broadband-label-card hr{
    margin: 2px 0 0 0;
    background: #000;
    height: 1px;
    /* color: #000; */
    border: none;
    opacity: 100;
}

.bubble-expanded{
    background: #89CFFA !important;
}

.bubble-text {
    font-size: 32px;
    line-height: 1.4;
    color: #021927;
    font-family: 'Franklin Gothic Medium Cond', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
}

.m-negative {
    margin-top: -50px;
    margin-bottom: -50px;
}