: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: 25px;
        padding-right: 25px;
    }
    .mobile-card-spacings{
        padding-left: 11px;
        padding-right: 11px;
    }

}

.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:40px;
    line-height:1.15;
    font-weight:800;
    margin-bottom:15px;
}

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

.contact-seo p,
.contact-seo .seo-keyword{
    display:inline;
    font-size:17px;
    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:16px;
    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:17px;
    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:8px;
    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: 2px;
}

.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:#281d1d;
    color:#fff;
    padding:30px 0 25px;
}

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

.footer-links{
    color:#ff0000;
    font-size:14px;
    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:12px;
    line-height:1.5;
    margin:0;
}

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

.footer-about-card{
    background:#ececec;
    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:24px;
    font-weight:800;
    text-decoration:none;
    margin-bottom:22px;
}

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

.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;
    }
    .footer-logo{
    width:80%;
    max-width:200px;
    background:#fff;
    display:block;
    margin-bottom:0px;
}
}


/*----------------------*/
/*    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: 7px 0 7px;
}

/* Inputs */
.popup-box input,
.popup-box select {
  width: 100%;
  padding: 12px;
  margin-bottom: 5px;
  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;
}

/* Preloader Overlay */
#preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #fff; /* background color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* Loader Animation (spinner) */
.loaders {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #e60000; /* red spinner */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* Overlay */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* background fade */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Hide initially */
.hidden {
  display: none;
}

/* Loader box */
.loader-box {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

/* Spinner */
.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #e60000; /* red */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}



/* ==========================================
   GLOBAL DESIGN UTILITIES
   ========================================== */
.container-hw {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
}

.section-tag-hw {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
    color: #e70a28;
    letter-spacing: 1.5px;
    margin-bottom: 2px;
}

.section-title-hw {
    font-size: 2.2rem;
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 2px;
    line-height: 1.3;
}

.section-subtitle-hw {
    color: #64748b;
    font-size: 1rem;
    max-width: 700px;
    margin-bottom: 20px;
}

/* ==========================================
   SECTION 1: ABOUT US
   ========================================== */
.about-section-hw {
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
}

.about-grid-hw {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.about-text-hw p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    color: #334155;
    line-height: 1.6;
}

.trust-card-hw {
    background: #ffffff;
    border-left: 5px solid #e70a28;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    text-align: center;
}

.partner-logos-hw {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #0f172a;
}

.badge-status-hw {
    background: #e0f2fe;
    color: #e70a28;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.trust-card-hw h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #0f172a;
}

.trust-link-hw {
    color: #e70a28;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.trust-link-hw:hover {
    text-decoration: underline;
}

/* ==========================================
   SECTION 2: SERVICES WE PROVIDE
   ========================================== */
.services-section-hw {
    background-color: #ffffff;
    text-align: center;
}

.services-section-hw .section-subtitle-hw {
    margin-left: auto;
    margin-right: auto;
}

.services-grid-hw {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.service-card-hw {
    background: #f8fafc;
    padding: 40px 30px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    text-align: left;
}

.service-card-hw:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-color: #e70a28;
}

.service-icon-hw {
    width: 50px;
    height: 50px;
    background: #e0f2fe;
    color: #e70a28;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.service-card-hw h3 {
    font-size: 1.3rem;
    color: #0f172a;
    margin-bottom: 12px;
}

.service-card-hw p {
    font-size: 0.95rem;
    color: #64748b;
}

/* ==========================================
   SECTION 3: OUR MISSION
   ========================================== */
.mission-grid-hw {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.compliance-box-hw {
    margin-top: 30px;
    padding: 20px;
    background: #f0fdf4;
    border-radius: 12px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    border: 1px solid #bbf7d0;
    text-align: left;
}

.compliance-icon-hw {
    color: #10b981;
    font-size: 1.3rem;
    font-weight: bold;
}

.compliance-text-hw p {
    font-size: 0.95rem;
    color: #166534;
    margin: 0;
}

.values-stack-hw {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.value-item-hw {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: left;
}

.value-number-hw {
    font-size: 1.8rem;
    font-weight: 800;
    color: #e70a28;
}

.value-info-hw h4 {
    font-size: 1.15rem;
    color: #0f172a;
    margin-bottom: 5px;
}

.value-info-hw p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}

/* ==========================================
   SECTION 4: WHERE WE SERVE
   ========================================== */
.coverage-section-hw {
    background-color: #ffffff;
    text-align: center;
}

.coverage-section-hw .section-subtitle-hw {
    margin-left: auto;
    margin-right: auto;
}

.location-container-hw {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1000px;
    margin: 0 auto;
}

.location-tag-hw {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.location-tag-hw:hover {
    background: #0f172a;
    color: #ffffff;
    transform: scale(1.05);
}

.location-tag-hw::before {
    content: "📍";
    font-size: 0.9rem;
}

/* ==========================================
   SECTION 5: CTA CONVERTOR
   ========================================== */
.cta-section-hw {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.cta-section-hw h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ffffff;
}

.cta-section-hw p {
    font-size: 1.1rem;
    color: #94a3b8;
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-group-hw {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-hw {
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.05rem;
}

.btn-primary-hw {
    background: #e70a28;
    color: #ffffff;
}

.btn-primary-hw:hover {
    background: #026ca3;
    box-shadow: 0 5px 15px rgba(2, 132, 199, 0.4);
}

.btn-secondary-hw {
    background: #10b981;
    color: #ffffff;
}

.btn-secondary-hw:hover {
    background: #059669;
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.4);
}

/* ==========================================
   RESPONSIVE MEDIA QUERIES
   ========================================== */
@media (max-width: 968px) {
    .about-grid-hw, .mission-grid-hw {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .cta-section-hw h2 {
        font-size: 2rem;
    }
}

/* ==========================================
   GLOBAL RULES & THEME VARIABLES
   ========================================== */
:root {
    --primary-red-hw: #da3340;
    --dark-text-hw: #0f172a;
    --light-text-hw: #64748b;
    --bg-light-hw: #f4f4f2;
    --white-hw: #ffffff;
    --transition-hw: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.container-hw {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.section-tag-hw {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary-red-hw);
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.btn-hw {
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-hw);
    font-size: 1rem;
    border: none;
    cursor: pointer;
}

/* ==========================================
   HERO / ABOUT SECTION STYLING
   ========================================== */
.hero-section-hw {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 80px 0;
    border-bottom: 1px solid #e2e8f0;
}

.hero-grid-hw {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.hero-title-hw {
    font-size: 2.8rem;
    color: var(--dark-text-hw);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.hero-desc-hw {
    font-size: 1.1rem;
    color: var(--light-text-hw);
    line-height: 1.6;
    margin-bottom: 25px;
}

.hero-features-hw {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.feat-item-hw {
    background: #fff1f2;
    color: var(--primary-red-hw);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.hero-btns-hw {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary-hw {
    background: var(--primary-red-hw);
    color: var(--white-hw);
}

.btn-primary-hw:hover {
    background: #be2531;
    transform: translateY(-2px);
}

.btn-outline-hw {
    background: transparent;
    border: 2px solid #cbd5e1;
    color: var(--dark-text-hw);
}

.btn-outline-hw:hover {
    border-color: var(--dark-text-hw);
    background: #f1f5f9;
}

.partner-card-hw {
    background: var(--white-hw);
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-top: 4px solid var(--primary-red-hw);
}

.badge-status-hw {
    display: inline-block;
    background: #f1f5f9;
    color: var(--light-text-hw);
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.partner-card-hw h3 {
    margin: 0 0 15px 0;
    font-size: 1.3rem;
    color: var(--dark-text-hw);
}

.partner-card-hw p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--light-text-hw);
    line-height: 1.6;
}

/* ==========================================
   CONTACT HEADER & LAYOUT OVERHAUL
   ========================================== */
.contact-section-hw {
    background-color: var(--white-hw);
}

.contact-header-hw {
    background-color: var(--bg-light-hw);
    text-align: center;
    padding: 50px 0;
}

.contact-header-hw h2 {
    font-size: 2.2rem;
    color: var(--dark-text-hw);
    margin: 0 0 10px 0;
    font-weight: 800;
}

.contact-header-hw p {
    color: #555555;
    margin: 0;
    font-size: 1.1rem;
}

.contact-grid-hw {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Left Side Content */
.info-intro-hw h3 {
    font-size: 1.8rem;
    margin: 0 0 5px 0;
    color: var(--dark-text-hw);
}

.info-intro-hw p {
    color: var(--primary-red-hw);
    font-weight: 600;
    margin: 0 0 30px 0;
}

.info-cards-container-hw {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.info-card-hw {
    background: var(--white-hw);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: var(--transition-hw);
}

.info-card-hw:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.info-icon-hw {
    width: 40px;
    height: 40px;
    background: #fff1f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.info-card-hw h4 {
    margin: 0 0 4px 0;
    font-size: 1rem;
    color: var(--dark-text-hw);
    font-weight: 700;
}

.info-card-hw a, .info-card-hw p {
    font-size: 0.95rem;
    color: var(--light-text-hw);
    text-decoration: none;
    margin: 0;
    line-height: 1.4;
}

.info-card-hw a:hover {
    color: var(--primary-red-hw);
}

.side-action-btns-hw {
    display: flex;
    gap: 15px;
}

.btn-wa-fill-hw {
    background: transparent;
    border: 1px solid var(--primary-red-hw);
    color: var(--primary-red-hw);
    flex: 1;
}

.btn-wa-fill-hw:hover {
    background: #fff1f2;
}

.btn-call-fill-hw {
    background: var(--primary-red-hw);
    color: var(--white-hw);
    flex: 1;
}

.btn-call-fill-hw:hover {
    background: #be2531;
}

/* Right Side Callback Form Box */
.contact-form-side-hw {
    position: relative;
}

.form-wrapper-hw {
    background: var(--white-hw);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.form-title-area-hw {
    text-align: center;
    margin-bottom: 5px;
}

.form-title-area-hw h3 {
    color: var(--primary-red-hw);
    font-size: 1.4rem;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.form-title-area-hw p {
    font-size: 0.9rem;
    color: var(--dark-text-hw);
    margin: 0;
    font-weight: 600;
}

.callback-form-element-hw {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group-hw input,
.form-group-hw select,
.form-group-hw textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    font-size: 0.95rem;
    color: var(--dark-text-hw);
    background: var(--white-hw);
    box-sizing: border-box;
    transition: var(--transition-hw);
}

.form-group-hw input:focus,
.form-group-hw select:focus,
.form-group-hw textarea:focus {
    outline: none;
    border-color: var(--primary-red-hw);
    box-shadow: 0 0 0 3px rgba(218, 51, 64, 0.1);
}

.form-disclaimer-hw {
    font-size: 0.78rem;
    color: #666666;
    line-height: 1.5;
    margin: 5px 0;
}

.form-submit-btn-hw {
    background: var(--primary-red-hw);
    color: var(--white-hw);
    border: none;
    padding: 14px;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: var(--transition-hw);
}

.form-submit-btn-hw:hover {
    background: #be2531;
}

/* ==========================================
   RESPONSIVE MEDIA QUERIES
   ========================================== */
@media (max-width: 992px) {
    .hero-grid-hw {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .hero-title-hw {
        font-size: 2.2rem;
    }
    .contact-grid-hw {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .hero-features-hw {
        flex-direction: column;
        gap: 10px;
    }
    .side-action-btns-hw {
        flex-direction: column;
    }
    .form-wrapper-hw {
        padding: 25px 20px;
    }
}

/* ==========================================
   CONTACT HERO DESIGN STYLES
   ========================================== */
.contact-hero-section-hw {
    position: relative;
    /* Clean fallback background color matching your theme */
    background-color: #0f172a; 
    /* Set your background banner image path here */
    background-image: url('banner (1).webp'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Dark professional overlay to make text highly readable over any background image */
.contact-hero-overlay-hw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.9) 100%);
    z-index: 1;
}

.contact-hero-content-hw {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.contact-tag-hw {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #da3340; /* Etisalat Red */
    letter-spacing: 2px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.contact-main-heading-hw {
    font-size: 3.5rem;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}

.contact-subheading-hw {
    font-size: 1.2rem;
    color: #cbd5e1; /* Clean light gray text */
    line-height: 1.6;
    margin: 0 auto 35px auto;
    max-width: 650px;
}

/* Buttons container ko row layout dene ke liye */
.contact-hero-btns-hw {
    display: flex;
    flex-direction: row; /* Buttons ko ek line mein layega */
    gap: 15px;          /* Buttons ke beech ka gap */
    justify-content: flex-start; /* Left alignment ke liye (jaise image_510303.png mein hai) */
    flex-wrap: wrap;    /* Agar screen bohot choti ho to design toote na */
}

/* Ensure karein ke desktop par buttons width block na karein */
.btn-hw {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    width: auto; /* Width auto rakhna zaroori hai taaki dono ek row mein fit ho sakein */
}
.btn-icon-hw {
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Call Button - Bright Etisalat Red */
.contact-btn-call-hw {
    background-color: #da3340;
    color: #ffffff;
    border: 2px solid #da3340;
}

.contact-btn-call-hw:hover {
    background-color: #be2531;
    border-color: #be2531;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(218, 51, 64, 0.3);
}

/* WhatsApp Button - Premium White / Bordered Minimalist Style */
.contact-btn-wa-hw {
    background-color: #ffffff;
    color: #0f172a;
    border: 2px solid #ffffff;
}

.contact-btn-wa-hw:hover {
    background-color: #f1f5f9;
    border-color: #f1f5f9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
}

/* ==========================================
   RESPONSIVE LAYOUT FOR SMARTPHONES
   ========================================== */
@media (max-width: 768px) {
    .contact-hero-section-hw {
        padding: 70px 0;
    }
    
    .contact-main-heading-hw {
        font-size: 2.6rem;
    }
    
    .contact-subheading-hw {
        font-size: 1.05rem;
        margin-bottom: 25px;
    }
    
  @media (max-width: 768px) {
    .contact-hero-btns-hw {
        flex-direction: row; /* Mobile par bhi column ki jagah row rakhega */
        justify-content: flex-start;
        max-width: 100%;
    }
    
    .btn-hw {
        width: calc(50% - 8px); /* Dono buttons ko barabar 50% width dega minus gap */
        font-size: 12px;     /* Choti screen par text fit karne ke liye */
        padding: 6px 5px;
    }
}
}


/* ==========================================
   AREAS WE SERVE DESIGN STYLES
   ========================================== */
.serving-areas-section-hw {
    background-color: #ffffff;
    padding: 60px 0;
    text-align: left;
}

.container-hw {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.section-tag-hw {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #da3340; /* Official Etisalat Red */
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section-title-hw {
    font-size: 2.4rem;
    color: #0f172a; /* Slate Dark Title */
    font-weight: 800;
    margin: 0 0 15px 0;
}

.section-subtitle-hw {
    font-size: 1.05rem;
    color: #64748b; /* Clean supporting text color */
    max-width: 650px;
    /* margin: 0 auto 40px auto; */
    line-height: 1.6;
    text-align: left;
}

/* Flexbox/Grid alignment for separate emirate listings */
.emirates-grid-hw {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 16px;
    margin: 0 auto;
}

/* Individual Emirates Badge Elements */
.emirate-badge-hw {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.emirate-badge-hw:hover {
    border-color: #da3340;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(218, 51, 64, 0.08);
}

/* The Red Circled Arrow Element */
.arrow-circle-hw {
    width: 24px;
    height: 24px;
    background-color: #da3340; /* Red fill */
    color: #ffffff; /* White internal arrow */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: bold;
    flex-shrink: 0;
}

.emirate-name-hw {
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
}

/* ==========================================
   RESPONSIVE DESIGN FOR SMARTPHONES
   ========================================== */
@media (max-width: 768px) {
    .serving-areas-section-hw {
        padding: 50px 0;
    }
    .section-title-hw {
        font-size: 1.9rem;
    }
    .emirates-grid-hw {
        gap: 12px;
    }
    .emirate-badge-hw {
        padding: 8px 18px;
        width: calc(50% - 12px); /* Fits cleanly in two rows on mobile */
        justify-content: flex-start;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .emirate-badge-hw {
        width: 100%; /* Stacks nicely on tiny phone screens */
    }
}



/* ==========================================
   MINIMAL ONE-ROW COVERAGE DESIGN
   ========================================== */
.minimal-coverage-ribbon-hw {
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
    border-radius: 12px;
    padding: 14px 20px;
    max-width: 1100px;
    margin: 25px auto;
    text-align: left;
    font-family: sans-serif;
}

/* Above Heading Line Design */
.coverage-header-line-hw {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

/* Green soft signal pulse badge for security feel */
.live-status-dot-hw {
    width: 6px;
    height: 6px;
    background-color: #b92f10; /* Premium Active Green */
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.coverage-header-line-hw p {
    margin: 0;
    font-size: 0.88rem;
    color: #475569;
    font-weight: 600;
    letter-spacing: -0.2px;
}

/* The horizontal one-row grid alignment */
.emirates-minimal-row-hw {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    width: 100%;
}

/* Micro Elegant Badge Styling */
.mini-emirate-badge-hw {
    flex: 1;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 6px 4px;
    border-radius: 6px;
    white-space: nowrap; /* Stops text wrapping into multiple rows */
    text-align: center;
    transition: all 0.2s ease;
}

/* Light hovering tint effect */
.mini-emirate-badge-hw:hover {
    border-color: #da3340; /* Red emphasis accent on active */
    background-color: #fff1f2;
    color: #da3340;
}

/* ==========================================
   MOBILE SCROLL RESPONSIVENESS
   ========================================== */
@media (max-width: 900px) {
    /* If screen size is small, it safely transforms into a sleek horizontal slider 
       instead of breaking rows or getting messy */
    .emirates-minimal-row-hw {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 6px;
        -webkit-overflow-scrolling: touch;
    }
    
    .mini-emirate-badge-hw {
        padding: 6px 14px;
        flex-shrink: 0; /* Keeps them in one line horizontally */
    }
    
    /* Hide scrollbar tracks for modern look */
    .emirates-minimal-row-hw::-webkit-scrollbar {
        height: 3px;
    }
    .emirates-minimal-row-hw::-webkit-scrollbar-thumb {
        background-color: #cbd5e1;
        border-radius: 10px;
    }
}


/* ==========================================
   CLEAN MODULAR FAQ ACCORDION STYLES
   ========================================== */
.faq-section-hw {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.faq-container-hw {
    max-width: 950px;
    margin: 0 auto;
}

.faq-title-hw {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

/* Border Wrap matching image_f4f7a1.png */
.faq-accordion-hw {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.02);
}

/* Individual Row */
.faq-item-hw {
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
    transition: background-color 0.2s ease;
}

.faq-item-hw:last-child {
    border-bottom: none;
}

/* Interactive Trigger Button */
.faq-question-hw {
    width: 100%;
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    transition: color 0.2s ease;
}

.faq-question-hw:hover {
    color: #da3340; /* Highlight color on hover */
    background-color: #f8fafc;
}

/* Smooth Chevron Icon Structure */
.faq-icon-hw {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-left: 20px;
}

.faq-icon-hw::before,
.faq-icon-hw::after {
    content: '';
    position: absolute;
    background-color: #64748b;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Creating chevron shape using basic vector lines */
.faq-icon-hw::before {
    top: 7px;
    left: 1px;
    width: 9px;
    height: 2px;
    transform: rotate(45deg);
}

.faq-icon-hw::after {
    top: 7px;
    right: 1px;
    width: 9px;
    height: 2px;
    transform: rotate(-45deg);
}

/* Active State Arrow Rotations */
.faq-item-hw.active .faq-icon-hw::before {
    transform: rotate(-45deg);
    background-color: #da3340;
}

.faq-item-hw.active .faq-icon-hw::after {
    transform: rotate(45deg);
    background-color: #da3340;
}

.faq-item-hw.active .faq-question-hw {
    color: #da3340;
    background-color: #fff1f2;
}

/* Dynamic Panel Transition Box */
.faq-answer-hw {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1); /* Keeps sliding actions natural */
    background-color: #ffffff;
}

.faq-answer-hw p {
    margin: 0;
    padding: 0 28px 24px 28px;
    font-size: 0.98rem;
    color: #475569;
    line-height: 1.6;
}

.faq-answer-hw code {
    background-color: #f1f5f9;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    color: #0f172a;
}

/* Mobile Responsive Tweaks */
@media (max-width: 768px) {
    .faq-title-hw {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    .faq-question-hw {
        padding: 18px 20px;
        font-size: 1rem;
    }
    .faq-answer-hw p {
        padding: 0 20px 18px 20px;
        font-size: 0.92rem;
    }
}

/* ==========================================
   3 STEPS CARD LAYOUT STYLES
   ========================================== */
.steps-section-hw {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.steps-container-hw {
    max-width: 1200px;
    margin: 0 auto;
}

.steps-main-title-hw {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 50px;
    text-align: left; /* Aligns clean just like image_8d24a3.png */
}

/* 3-Column Responsive Grid Grid layout */
.steps-grid-hw {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Individual Card Structure */
.step-card-hw {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 35px 25px 25px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card-hw:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}

/* Floating Red Badge Badge Numbers */
.step-number-hw {
    position: absolute;
    top: -20px;
    left: 25px;
    background-color: #da3340; /* Vibrant high-visibility action red color */
    color: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(218, 51, 64, 0.3);
}

.step-heading-hw {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    line-height: 1.3;
}

.step-text-hw {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.step-text-hw strong {
    color: #0f172a;
}

/* Tablet & Mobile Layout Shifts */
@media (max-width: 991px) {
    .steps-grid-hw {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 25px;
    }
}

@media (max-width: 650px) {
    .steps-main-title-hw {
        font-size: 1.6rem;
        margin-bottom: 40px;
        text-align: center;
    }
    .steps-grid-hw {
        grid-template-columns: 1fr;
        gap: 45px 0;
    }
    .step-card-hw {
        padding: 30px 20px 20px 20px;
    }
    .step-number-hw {
        left: 50%;
        transform: translateX(-50%); /* Centers step bubbles perfectly on mobile */
    }
    .step-heading-hw {
        text-align: center;
        margin-top: 10px;
    }
    .step-text-hw {
        text-align: center;
    }
}