:root {
  --brand-red: #e60000;
  --brand-dark: #111111;
  --brand-soft: #fff4f4;
  --text: #222222;
  --muted: #666666;
  --radius: 24px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  line-height: 1.7;
}

html {
  scroll-behavior: smooth;
}

.top-offer {
  background: var(--brand-dark);
  color: #ffffff;
  font-size: 14px;
}

.navbar .nav-link {
  font-weight: 600;
  color: var(--brand-dark);
  margin: 0 6px;
  font-size: larger;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--brand-red);
}

.section-padding {
  padding: 85px 0;
}



.section-title h2 {
  font-weight: 800;
  color: var(--brand-dark);
}

.section-title p {
  max-width: 760px;
  margin: 10px auto 0;
  color: var(--muted);
}




.badge-offer,
.tag {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--brand-red);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
}

.plan-head span {
  color: var(--muted);
  font-size: 14px;
}

.plan-head h3,
.elife-card h3,
.step-box h3 {
  font-weight: 800;
  margin-top: 8px;
  margin-top: 0px;
}

.plan-price {
  color: var(--brand-red);
  font-size: 36px;
  font-weight: 900;
  margin: 22px 0 0;
}

.plan-price small {
  font-size: 16px;
  color: var(--muted);
  font-weight: 600;
}

.small-price {
  font-size: 25px;
}

.vat,
.form-note {
  color: var(--muted);
  font-size: 14px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.feature-list li {
  margin-bottom: 12px;
  font-weight: 600;
}

.feature-list i {
  color: var(--brand-red);
  margin-right: 8px;
}

.speed {
  font-size: 38px;
  font-weight: 900;
  color: var(--brand-red);
  margin: 18px 0 4px;
}



.footer {
  background: #090909;
  color: #ffffff;
}

.footer p,
.footer a,
.footer li {
  color: rgba(255, 255, 255, 0.72);
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #ffffff;
  font-size: 28px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  z-index: 999;
  text-decoration: none;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }

  .display-4 {
    font-size: 42px;
  }

  .hero-card {
    padding: 34px;
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .top-offer {
    font-size: 12px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .navbar-brand span:last-child {
    font-size: 15px;
  }

  .display-4 {
    font-size: 34px;
  }

  .plan-price {
    font-size: 30px;
  }
}


.hero-banner{
    padding: 10px 0 30px;
}

.hero-box{
    background: #ed0012;
    border-radius: 28px;
    padding: 8px;
    overflow: hidden;
}

.hero-content{
    padding: 35px 35px;
    color: #fff;
}

.hero-content h1{
    font-size: 23px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 25px;
}

.hero-content h2{
    font-size: 35px;
    line-height: 1.18;
    font-weight: 800;
    margin-bottom: 28px;
}

.hero-btn{
    display: inline-block;
    background: #fff;
    color: #ed0012;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.hero-btn:hover{
    background: #111;
    color: #fff;
}

.hero-img-wrap{
    height: 100%;
}

.hero-img{
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    padding: 1px;
}

/* Tablet */
@media(max-width: 991px){
    .hero-box{
        max-width: 690px;
        margin: auto;
    }

    .hero-content{
        padding: 45px 28px;
    }

    .hero-content h1{
        font-size: 28px;
    }

    .hero-content h2{
        font-size: 52px;
    }

    .hero-img{
        min-height: auto;
        height: auto;
    }
}

/* Mobile */
@media(max-width: 575px){
    .hero-banner{
        padding: 8px 0 25px;
    }

    .hero-box{
        border-radius: 22px;
        padding: 7px;
    }

    .hero-img{
        border-radius: 17px;
    }

    .hero-content{
        padding: 38px 20px 35px;
    }

    .hero-content h1{
        font-size: 28px;
        margin-bottom: 24px;
    }

    .hero-content h2{
        font-size: 50px;
        line-height: 1.15;
        margin-bottom: 25px;
    }

    .hero-btn{
        font-size: 23px;
        padding: 15px 38px;
    }
}

@media(max-width: 420px){
    .hero-content h2{
        font-size: 42px;
    }

    .hero-content h1{
        font-size: 25px;
    }
}


.wireless-heading-section{
    padding: 20px 0;
    text-align: center;
}

.section-title{
    font-size: 2rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
}

.section-description{
    max-width: 1000px;
    margin: auto;
}

.section-description p,
.section-description .seo-keyword{
    display: inline;
    font-size: 1rem;
    line-height: 1.4;
    color: #666;
    font-weight: 400;
    margin: 0;
}

.section-description .seo-keyword{
    color: #666;
    font-weight: 400; /* looks like paragraph */
}

@media (max-width: 768px){

    .section-title{
        font-size: 2rem;
    }

    .section-description p,
    .section-description .seo-keyword{
        font-size: 1.125rem;
    }

}


.wireless-plans-section{
    padding: 50px 0;
    background: #fff;
}

.wireless-text{
    padding-top: 10px;
}

.main-heading{
    font-size: 41px;
    line-height: 1.15;
    font-weight: 500;
    color: #212529;
    margin-bottom: 15px;
}

.seo-text p,
.seo-text h2{
    display: inline;
    font-size: 16px;
    line-height: 1.55;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.seo-text h2{
    font-weight: 400;
}

.card-footer-area{
    margin-top: auto;
}

.plan-card{
    border: 1px solid #111;
    border-radius: 7px;
    padding: 18px 16px 16px;
    display: flex;
    flex-direction: column;
    min-height: 690px;
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
}
.plan-card h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.commitment{
    font-size: 13px;
    color: #000;
    margin-bottom: 8px;
}

.price{
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.price span{
    color: #888;
    text-decoration: line-through;
    font-size: 17px;
    font-weight: 400;
}

.vat{
    font-size: 13px;
    margin-bottom: 12px;
}

.offer{
    background: #ff3040;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 10px;
}

.card-title-bar{
    background: #f5f6f8;
    margin: 0 -16px 22px;
    padding: 14px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

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

.features li{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}

.features li span{
    width: 38px;
    font-size: 30px;
    text-align: center;
    color: #000;
    flex-shrink: 0;
}

.features b{
    font-size: 16px;
    font-weight: 700;
}

.green-icon{
    background: #11b512;
    color: #fff !important;
    border-radius: 8px;
    font-size: 26px !important;
    height: 38px;
    line-height: 38px;
}

.unlimited{
    color: #ff0015;
    font-size: 13px;
    margin-top: auto;
    margin-bottom: 12px;
}

.plan-btn{
    display: block;
    width: 155px;
    margin: 0 auto;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.plan-btn:hover{
    background: #ed0012;
    color: #fff;
}

@media(max-width: 991px){
    .main-heading{
        font-size: 38px;
    }

    .wireless-text{
        margin-top: 20px;
    }
}

@media(max-width: 767px){
    .wireless-plans-section{
        padding: 35px 0;
    }

    .plan-card{
        min-height: auto;
    }

    .main-heading{
        font-size: 34px;
    }

    .seo-text p,
    .seo-text h2{
        font-size: 18px;
    }
}

@media(max-width: 420px){
    .main-heading{
        font-size: 30px;
    }
}


/*-------elife plans cards---------*/

.elife-plans-section{
    padding: 50px 0;
    background: #fff;
}

.elife-card{
    position: relative;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 32px 18px 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

.badge-top{
    position: absolute;
    top: -18px;
    left: 28px;
    background: #ff2637;
    color: #fff;
    padding: 8px 22px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 15px;
}

.elife-card h3{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.plan-block{
    margin-bottom: 0px;
}

.plan-block p{
    margin: 0 0 3px;
    color: #000;
    font-size: 14px;
}

.plan-block strong{
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #000;
}

.plan-block small{
    display: block;
    color: #ff0015;
    font-size: 14px;
    margin-top: 4px;
}

.speed-line{
    width: 100%;
    height: 8px;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 4px;
}

.speed-line span{
    display: block;
    height: 100%;
    background: #ff0015;
    margin-left: auto;
    border-radius: 20px;
}

.app-icons{
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.app-icons img{
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 8px;
}

.promo-box{
    background: linear-gradient(135deg, #ff1414, #ff5b64);
    color: #fff;
    margin: 5px -18px 8px;
    padding: 18px;
    min-height: 112px;
}

.promo-box strong{
    display: block;
    margin-bottom: 0px;
}

.promo-box p{
    margin: 0 0 0px;
    font-size: 14px;
}

.price-area{
    margin-bottom: 0px;
}

.price-area p{
    margin: 0 0 4px;
    font-size: 13px;
    color: #000;
}

.price-area h4{
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 4px;
    color: #000;
}

.price-area del{
    color: #000;
    font-weight: 500;
    margin-right: 4px;
    font-size: 16px;
}

.price-area span{
    font-size: 14px;
    color: #000;
}

.special-offer{
    background: #ff2637;
    color: #fff;
    text-align: center;
    padding: 9px 12px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.invisible-text{
    visibility: hidden;
}

.card-footer-area{
    margin-top: auto;
}

.elife-btn{
    display: block;
    width: 175px;
    margin: 0 auto;
    background: #000;
    color: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.elife-btn:hover{
    background: #ed0012;
    color: #fff;
}

@media(max-width: 991px){
    .elife-section-title{
        font-size: 34px;
    }
}

@media(max-width: 575px){
    .elife-plans-section{
        padding: 35px 0;
    }

    .elife-section-title{
        font-size: 28px;
    }
}


@media (max-width: 575.98px){

    .mobile-card-spacing{
        padding-left: 47px;
        padding-right: 47px;
    }
    .mobile-card-spacings{
        padding-left: 15px;
        padding-right: 15px;
    }

}

.package-keyword{
    display:block;
    font-size:11px;
    font-weight: bold;
    color:#666;
    margin-bottom:0px;
}


/*----------------contact us-----------------*/

.contact-section{
    background: linear-gradient(
        90deg,
        #120304 0%,
        #3a0000 25%,
        #720000 55%,
        #b00000 80%,
        #e00000 100%
    );
    padding: 90px 0;
}

/* LEFT CONTENT */

.small-title{
    display:block;
    color:#fff;
    font-size:20px;
    font-weight:600;
    margin-bottom:1px;
}

.contact-title{
    color:#fff;
    font-size:45px;
    line-height:1.15;
    font-weight:800;
    margin-bottom:25px;
}

.contact-seo{
    margin-bottom:25px;
}

.contact-seo p,
.contact-seo .seo-keyword{
    display:inline;
    font-size:20px;
    line-height:1.8;
    margin:0;
}

.contact-seo p{
    color:rgba(255,255,255,.85);
}

.contact-seo .seo-keyword{
    color:#fff;
    font-weight:700;
}

/* POINTS */

.contact-points{
    list-style:none;
    padding:0;
    margin:30px 0;
}

.contact-points li{
    position:relative;
    padding-left:40px;
    margin-bottom:0px;
    color:#f3f3f3;
    font-size:20px;
    line-height:1.7;
}

.contact-points li strong{
    color:#fff;
}

.contact-points li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:4px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#ff3b4d;
    color:#fff;
    text-align:center;
    line-height:24px;
    font-size:14px;
    font-weight:700;
}

/* BUTTONS */

.contact-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-outline-custom{
    min-width:190px;
    padding:16px 25px;
    text-align:center;
    text-decoration:none;
    border:1px solid #fff;
    color:#fff;
    border-radius:8px;
    font-size:20px;
    font-weight:700;
}

.btn-fill-custom{
    min-width:190px;
    padding:16px 25px;
    text-align:center;
    text-decoration:none;
    background:#ff3b4d;
    color:#fff;
    border-radius:8px;
    font-size:20px;
    font-weight:700;
}

/* FORM */

.form-heading h3{
    color:#fff;
    font-size:20px;
    font-weight:600;
    margin-bottom:5px;
}

.form-heading h4{
    color:#fff;
    font-size:32px;
    font-weight:800;
    margin-bottom:25px;
}

.contact-form-wrapper{
    background:#fff;
    border-radius:16px;
    padding:35px;
}

.custom-input{
    height:58px;
    border-radius:10px;
    margin-bottom:20px;
    font-size:18px;
}

textarea.custom-input{
    height:auto;
}

.form-note{
    font-size:15px;
    color:#666;
    line-height:1.6;
    margin-bottom:20px;
}

.submit-btn{
    width:100%;
    border:none;
    background:#e53245;
    color:#fff;
    padding:16px;
    border-radius:40px;
    font-size:24px;
    font-weight:700;
}

/* RESPONSIVE */

@media(max-width:991px){

    .contact-title{
        font-size:42px;
    }

    .form-heading{
        text-align:left !important;
    }

}

@media(max-width:767px){

    .contact-section{
        padding:60px 0;
    }

    .contact-title{
        font-size:34px;
    }

    .contact-seo p,
    .contact-seo .seo-keyword{
        font-size:18px;
    }

    .contact-points li{
        font-size:17px;
    }

    .contact-form-wrapper{
        padding:22px;
    }

    .form-heading h4{
        font-size:26px;
    }

    .btn-outline-custom,
    .btn-fill-custom{
        width:100%;
    }

}


/*----------------3 steps--------------*/

.steps-timeline-section{
    padding: 70px 0;
    background: #fff;
}

.steps-main-title{
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin-bottom: 40px;
}

.timeline-wrapper{
    position: relative;
    min-height: 380px;
}

.timeline-wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 155px;
    height: 2px;
    background: #b88a45;
}

.timeline-wrapper::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    height: 12px;
    background:
        radial-gradient(circle, #b88a45 0 6px, transparent 7px) left center / 12px 12px no-repeat,
        radial-gradient(circle, #b88a45 0 6px, transparent 7px) right center / 12px 12px no-repeat;
}

.timeline-step{
    position: absolute;
    width: 33.333%;
    text-align: center;
}

.step-one{
    left: 0;
    top: 0;
}

.step-two{
    left: 33.333%;
    top: 0;
}

.step-three{
    left: 66.666%;
    top: 0;
}

.step-icon img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.step-number{
    position: absolute;
    top: 121px;
    left: 50%;
    transform: translateX(-50%);
    width: 74px;
    height: 74px;
    border: 5px solid #b88a45;
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    line-height: 64px;
    font-weight: 500;
    color: #000;
    z-index: 2;
}

.step-number::before{
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 65px;
    background: #b88a45;
    transform: translateX(-50%);
    z-index: -1;
}

.step-one .step-number::before,
.step-three .step-number::before{
    bottom: 70px;
}

.step-two .step-number::before{
    top: 70px;
}

.step-one .step-number::after,
.step-two .step-number::after,
.step-three .step-number::after{
    content: "";
    position: absolute;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #b88a45;
    border-radius: 50%;
    transform: translateX(-50%);
}

.step-one .step-number::after,
.step-three .step-number::after{
    bottom: 138px;
}

.step-two .step-number::after{
    top: 138px;
}

.step-content{
    position: absolute;
    width: 100%;
    text-align: left;
}

.step-one .step-content{
    top: 225px;
    text-align: left;
    padding-left: 15px;
}

.step-two .step-content{
    top: 20px;
}

.step-three .step-content{
    top: 225px;
    padding: 0 35px;
}

.step-two .step-icon{
    position: absolute;
    top: 225px;
    left: 50%;
    transform: translateX(-50%);
}

.step-three .step-icon{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.step-content h2{
    font-size: 12px;
    margin: 0 0 0px;
    color: #333;
    font-weight: 600;
}

.step-content h3{
    font-size: 30px;
    color: #2a3038;
    font-weight: 700;
    margin-bottom: 0px;
}

.step-content p{
    font-size: 14px;
    line-height: 1.45;
    color: #2a3038;
    margin: 0;
}



/* Mobile */
@media(max-width: 767px){

    .steps-timeline-section{
        padding: 45px 0;
    }

    .steps-main-title{
        font-size: 28px;
        margin-bottom: 35px;
    }

    .timeline-wrapper{
        min-height: auto;
        padding-left: 52px;
    }

    .timeline-wrapper::before{
        left: 28px;
        right: auto;
        top: 0;
        bottom: 0;
        width: 2px;
        height: auto;
    }

    .timeline-wrapper::after{
        display: none;
    }

    .timeline-step{
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        min-height: 155px;
        text-align: left;
        display: grid;
        grid-template-columns: 70px 1fr;
        column-gap: 16px;
        align-items: center;
        margin-bottom: 10px;
    }

    .step-number{
        top: 50%;
        left: -52px;
        transform: translateY(-50%);
        width: 38px;
        height: 38px;
        border: 3px solid #b88a45;
        font-size: 16px;
        line-height: 32px;
    }

    .step-number::before,
    .step-number::after{
        display: none;
    }

    .step-icon,
    .step-two .step-icon,
    .step-three .step-icon{
        position: static;
        transform: none;
        grid-column: 1;
        grid-row: 1;
        text-align: center;
    }

    .step-icon img{
        width: 68px;
        height: 68px;
    }

    .step-content,
    .step-one .step-content,
    .step-two .step-content,
    .step-three .step-content{
        position: static;
        grid-column: 2;
        grid-row: 1;
        padding: 0;
        text-align: left;
        width: auto;
    }

    .step-content h2{
        font-size: 12px;
        margin-bottom: 2px;
    }

    .step-content h3{
        font-size: 16px;
        margin-bottom: 5px;
    }

    .step-content p{
        font-size: 12px;
        line-height: 1.45;
    }
}


/*--------footer-------------*/

.site-footer{
    background:#050505;
    color:#fff;
    padding:30px 0 25px;
}

.footer-logo{
    width:100%;
    max-width:330px;
    background:#fff;
    display:block;
    margin-bottom:0px;
}

.footer-links{
    color:#ff0000;
    font-size:17px;
    margin-bottom:1px;
}

.footer-links a{
    color:#ff0000;
    text-decoration:none;
}

.footer-links a:hover,
.verify-text a:hover{
    text-decoration:underline;
}

.verify-text{
    color:#fff;
    font-size:15px;
    line-height:1.5;
    margin:0;
}

.verify-text a{
    color:#ff0000;
    text-decoration:underline;
}

.footer-about-card{
    background:#fff;
    color:#07101f;
    padding:22px;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(255,255,255,0.08);
}

.footer-about-card h3{
    font-size:30px;
    font-weight:800;
    margin-bottom:7px;
}

.footer-about-card p{
    line-height:1.55;
    margin:0;
}

.footer-contact{
    color:#fff;
    font-size:23px;
    line-height:1.55;
}

.footer-phone{
    display:inline-block;
    color:#ff0000;
    font-size:30px;
    font-weight:800;
    text-decoration:none;
    margin-bottom:42px;
}

.footer-contact p{
    margin:0;
    font-size: large;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.25);
    margin-top:45px;
    padding-top:25px;
    color:#fff;
    font-size:15px;
}

/* Mobile */
@media(max-width:767px){

    .site-footer{
        padding:40px 0 25px;
    }

    .footer-about-card{
        padding:24px;
    }

    .footer-about-card h3{
        font-size:25px;
    }

    .footer-about-card p,
    .verify-text,
    .footer-contact{
        font-size:18px;
    }

    .footer-phone{
        font-size:24px;
        margin-bottom:20px;
    }

    .footer-bottom{
        font-size:17px;
        text-align:center;
    }
}


/*----------------------*/
/*    Popup form        */
/*----------------------*/

/* Overlay */
#offerPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  font-family: "Arial", sans-serif;
}

/* Popup Box */
.popup-box {
  background: linear-gradient(135deg, #ffffff, #f4f4f4, #eaeaea);
  border-radius: 0px;
  max-width: 340px;
  width: 90%;
  /* padding: 22px; */
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  animation: slideUp 0.5s ease;
  max-height: 90vh;
  overflow-y: auto;
  border: 2px solid #E60000; /* red outline */
}

/* Close Button */
.close-btn {
position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    color: rgb(241, 7, 7);
    background: #fff;
    border: 2px solid rgb(241, 7, 7);
    border-radius: 8px;
    cursor: pointer;
    transition: .25s ease;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
}

.close-btn:hover {
  color: #e60000;
}

/* TEXT STYLE LIKE SCREENSHOT */
.popup-promos{
  text-align: center;
  margin-top: 12px;
}

.popup-promos .promo-item,
.popup-promos .promo-badge{
  display: none; /* disable old card look */
}

/* Big heading */
.promo-titl{
  font-size: 25px;
  font-weight: 900;
  margin: 0 0 10px;
  color:#000;
  line-height: 1.05;
}

/* Two-line offer text */
.promo-lines{
  font-size: 13px;
  font-weight: 500;
  color:#111;
  line-height: 1.35;
  margin: 0;
}

/* Mobile tune */
@media(max-width:420px){
  .promo-titl{ font-size: 32px; }
  .promo-lines{ font-size: 16px; }
}
/* Consent exactly like screenshot */
.consent-row{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0 14px;
  text-align: left;
}

.consent-row input[type="checkbox"]{
  width: 18px;
  height: 18px;
  margin-top: 3px;   /* aligns with first line */
  flex: 0 0 18px;
}

.consent-text{
  font-size: 11px;
  line-height: 1.35;
  color: #444;
  margin: 0;
  cursor: pointer;   /* clickable */
  display: block;
}

/* Logo */
.popup-logo {
  margin-bottom: 8px;
}
.popup-logo img {
  height: 180px;
}

/* Heading */
.popup-heading {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: left;
}

/* Divider */
.divider {
  border: none;
  height: 2px;
  background: #eee;
  margin: 10px 0 14px;
}

/* Inputs */
.popup-box input,
.popup-box select {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

/* Main Button */
.popup-box button {
  width: 100%;
  padding: 14px;
  background: #e60000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.popup-box button:hover {
  background: #cc0000;
}

/* WhatsApp Button */
.whatsapp-box {
  margin-top: 12px;
  margin-bottom: 12px;
}
.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 15px;
  transition: 0.3s;
}
.whatsapp-btn img {
  margin-right: 8px;
}
.whatsapp-btn:hover {
  background: #1ebe5c;
}