.dubai-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;}

.hero--kuwait-city { background-image: url('../images/buy-domain-hosting.webp'); }  


.dubai-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;}
.dubai-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    padding: 0 20px;
    text-align: center; 
    color: #fff;}
.dubai-hero-content h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    opacity:0;
    transform:translate3d(0,45px,0);
    filter:blur(10px);
    animation:heroHeading .95s cubic-bezier(.16,1,.3,1) forwards;
    animation-delay:.15s;}
.dubai-hero-content p {
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
    line-height: 1.6;
    opacity:0;
    transform:translate3d(0,35px,0);
    filter:blur(6px);
    animation:heroText .95s cubic-bezier(.16,1,.3,1) forwards;
    animation-delay:.38s;}
.dubai-btn {
    display: inline-block;
    padding: 16px 34px;
    background: linear-gradient(135deg, #1b6fff, #3b89ff);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 0 20px rgba(59, 137, 255, .55);
    opacity:0;
    transform:translate3d(0,28px,0) scale(.96);
    animation:heroButton .9s cubic-bezier(.16,1,.3,1) forwards;
    animation-delay:.62s;
    transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;}
.dubai-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(59, 137, 255, .7); filter: brightness(1.08);}
@keyframes heroHeading{
    0%{
        opacity:0;
        transform:translate3d(0,45px,0);
        filter:blur(10px);
    }
    60%{
        opacity:1;
    }
    100%{
        opacity:1;
        transform:translate3d(0,0,0);
        filter:blur(0);
    } }
@keyframes heroText{
    0%{
        opacity:0;
        transform:translate3d(0,35px,0);
        filter:blur(6px);
    }
    100%{
        opacity:1;
        transform:translate3d(0,0,0);
        filter:blur(0);
    } }
@keyframes heroButton{
    0%{
        opacity:0;
        transform:translate3d(0,28px,0) scale(.96);
    }
    100%{
        opacity:1;
        transform:translate3d(0,0,0) scale(1);
    } }
@media (max-width:1199px) {
    .dubai-hero-content h1{ font-size:52px;}
    .dubai-hero-content p{ font-size:17px;}}
@media (max-width:991px) {
    .dubai-hero{ height:90vh; }
    .dubai-hero-content{  max-width:700px; }
    .dubai-hero-content h1{  font-size:44px; }
    .dubai-hero-content p{ font-size:16px; }
    .dubai-btn{  padding:14px 30px;  font-size:15px; } }
@media (max-width:767px) {
    .dubai-hero{
        height:85vh;
        background-position: center top; }
    .dubai-hero-content h1{
        font-size:36px;
        line-height:1.2; }
    .dubai-hero-content p{
        font-size:15px;
        margin-bottom:25px; }
    .dubai-btn{
        padding:14px 26px;
        font-size:14px; } }
@media (max-width:575px) {
    .dubai-hero{
        height:80vh;}
    .dubai-hero-content{
        padding:0 16px; }
    .dubai-hero-content h1{
        font-size:30px;}
    .dubai-hero-content p{
        font-size:14px;
        line-height:1.5; }
    .dubai-btn{
        padding:12px 22px;
        font-size:13px;} }
@media (max-width:480px) {
    .dubai-hero{
        height:75vh; }
    .dubai-hero-content h1{
        font-size:26px; }
    .dubai-hero-content p{
        font-size:13px;} }
@media (max-width:360px) {
    .dubai-hero-content h1{
        font-size:24px;
    }
    .dubai-hero-content p{
        font-size:12.5px;
    }
    .dubai-btn{
        padding:11px 20px;
        font-size:12px;} }
@media (max-width:320px) {
    .dubai-hero{
        height:70vh;
    }
    .dubai-hero-content h1{
        font-size:22px;
    }
    .dubai-hero-content p{
        font-size:12px;
        line-height:1.4;
    }
    .dubai-btn{
        padding:10px 18px;
        font-size:11.5px;} 
}



/* Main Section */

.domain-search-section{
    padding:60px 0;
    background: #FAFAFA

}

/* Section Heading */

.domain-section-title{
    text-align:center;
}

.domain-tag{
    display:inline-block;
    color:#2B7CFF;
    font-size:16px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:25px;
}

.domain-title{
    font-size:60px;
    line-height:1;
    font-weight:900;
    margin-bottom:25px;
}

.domain-filled-black {
    color: #1a1a1a;
}

.domain-outline-orange {
    color: transparent ;
    letter-spacing: 1.5px;
    -webkit-text-stroke: 2px #ED1B24;  
}

.domain-filled-orange {
    color: #2B7CFF;
  
}

.domain-desc{
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    
}



.domain-search-wrapper{
    display:flex;
    justify-content:center;
    margin-top:40px;
    margin-bottom:30px;

}

.domain-search-box{
    width:100%;
    max-width:850px;
    display:flex;
    align-items:center;
    background:#ffffff;
    border:1px solid #E2E8F0;
    padding:10px;
    border-radius:16px;
    box-shadow:0 15px 35px rgba(15,23,42,.08);
}

.domain-search-box input{
    flex:1;
    border:none;
    outline:none;
    padding:18px 22px;
    font-size:16px;
    color:#0F172A;
}

.domain-search-box input::placeholder{
    color:#94A3B8;

}



.domain-search-box input:-webkit-autofill,
.domain-search-box input:-webkit-autofill:hover,
.domain-search-box input:-webkit-autofill:focus,
.domain-search-box input:-webkit-autofill:active {

    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #0F172A !important;

    transition: background-color 9999s ease-in-out 0s;
}


/* Firefox autofill */
.domain-search-box input:autofill {

    background-color:#ffffff !important;
    color:#0F172A !important;

}

.domain-search-box button{

    background: linear-gradient(135deg,#1b6fff, #3b89ff);
    box-shadow: 0 0 20px rgba(59, 137, 255, .25);
    color: white;
    border:none;
    padding:16px 32px;
    border-radius:12px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.domain-search-box button:hover{
   
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(59, 137, 255, 0.7);
    filter: brightness(1.1);

}


/* Large Tablets */
@media (max-width:1024px){

    .domain-search-section{
        padding:50px 0;
    }


    .domain-title{
        font-size:48px;
        line-height:1.1;
    }


    .domain-tag{
        font-size:15px;
        margin-bottom:20px;
    }


    .domain-desc{
        font-size:17px;
    }


    .domain-search-wrapper{
        margin-top:35px;
    }


    .domain-search-box{
        max-width:750px;
    }

}



/* Small Laptops / Large Tablets */
@media (max-width:992px){

    .domain-search-section{
        padding:45px 0;
    }


    .domain-title{
        font-size:44px;
    }


    .domain-outline-orange{
        -webkit-text-stroke:1.6px #ED1B24;
        letter-spacing:1px;
    }


    .domain-desc{
        font-size:16px;
    }


    .domain-search-box input{
        padding:16px 18px;
        font-size:15px;
    }


    .domain-search-box button{
        padding:15px 28px;
        font-size:14px;
    }

}



/* Tablets */
@media (max-width:768px){

    .domain-search-section{
        padding:40px 0;
    }


    .domain-tag{
        font-size:14px;
        margin-bottom:18px;
    }


    .domain-title{
        font-size:36px;
        line-height:1.15;
        margin-bottom:20px;
    }


    .domain-outline-orange{
        -webkit-text-stroke:1.3px #ED1B24;
        letter-spacing:.8px;
    }


    .domain-desc{
        font-size:15px;
        line-height:1.6;
        padding:0 15px;
    }


    .domain-search-wrapper{
        margin-top:30px;
    }


    .domain-search-box{

        flex-direction:column;
        padding:10px;
        border-radius:14px;

    }


    .domain-search-box input{

        width:100%;
        padding:16px 18px;
        text-align:center;

    }


    .domain-search-box button{

        width:50%;
        margin-top:10px;
        padding:15px 20px;
        border-radius:50px;

    }

}



/* Mobile Phones */
@media (max-width:480px){

    .domain-search-section{
        padding:35px 0;
    }


    .domain-tag{
        font-size:13px;
        letter-spacing:.8px;
    }


    .domain-title{
        font-size:30px;
        line-height:1.2;
    }


    .domain-outline-orange{
        -webkit-text-stroke:1px #ED1B24;
    }


    .domain-desc{
        font-size:14px;
    }


    .domain-search-box{

        border-radius:12px;

    }


    .domain-search-box input{

        font-size:14px;
        padding:14px 15px;

    }


    .domain-search-box button{

        font-size:14px;
        padding:14px 18px;

    }

}



/* Very Small Phones */
@media (max-width:360px){

    .domain-search-section{
        padding:30px 0;
    }


    .domain-title{
        font-size:26px;
    }


    .domain-tag{
        font-size:12px;
    }


    .domain-desc{
        font-size:13px;
    }


    .domain-search-box input{
        font-size:13px;
    }


    .domain-search-box button{

        font-size:13px;
        padding:12px 15px;

    }

}



.domain-extension-section {

    padding: 50px 0;
    background: #FAFAFA;

}

.domain-extension-title{
    font-size:55px;
    line-height:1;
    font-weight:900;
    margin-bottom:50px;
}

.extension-filled-black {
    color: #1a1a1a;
}

.extension-outline-orange {
    color: transparent ;
    letter-spacing: 1.5px;
    -webkit-text-stroke: 2px #ED1B24;  
}

.extension-filled-orange {
    color: #2B7CFF;
  
}

/* Space between cards */
.domain-extension-section .row {
    row-gap: 22px;

}

.domain-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    padding: 38px 20px;
    text-align: center;
    
    height: 100%;
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 22px rgba(0,0,0,.05);
    
    
}

/* Active card (.tech) */
.domain-box.active{
    border:2px solid #2B7CFF;
    box-shadow:0 10px 25px rgba(43,124,255,.12);
}

.domain-box:hover {
    transform: translateY(-5px);
    border-color:#2B7CFF;
    box-shadow:0 12px 28px rgba(43,124,255,.18);
    
}

.domain-box strong {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1;
}

.domain-box small {
    display: block;
    font-size: 0.95rem;
    font-weight: 400;
    color: #6b7280;
    line-height: 1.6;
}

@media (max-width:1024px){

    .domain-extension-section{
        padding:45px 0;
    }


    .domain-extension-title{
        font-size:48px;
        line-height:1.1;
        margin-bottom:40px;
    }


    .extension-outline-orange{
        -webkit-text-stroke:1.6px #ED1B24;
        letter-spacing:1px;
    }


    .domain-box{
        padding:32px 18px;
        min-height:120px;
    }


    .domain-box strong{
        font-size:1.8rem;
    }


    .domain-box small{
        font-size:.9rem;
    }

}



/* Small Laptops / Large Tablets */
@media (max-width:992px){

    .domain-extension-section{
        padding:40px 0;
    }


    .domain-extension-title{
        font-size:44px;
        margin-bottom:35px;
    }


    .extension-outline-orange{
        -webkit-text-stroke:1.5px #ED1B24;
    }


    .domain-box{
        padding:30px 15px;
    }


    .domain-box strong{
        font-size:1.7rem;
    }

}



/* Tablets */
@media (max-width:768px){

    .domain-extension-section{
        padding:35px 0;
    }


    .domain-extension-title{
        font-size:36px;
        line-height:1.15;
        margin-bottom:30px;
    }


    .extension-outline-orange{
        -webkit-text-stroke:1.3px #ED1B24;
        letter-spacing:.8px;
    }


    .domain-extension-section .row{
        row-gap:18px;
    }


    .domain-box{
        padding:28px 15px;
        min-height:115px;
        border-radius:16px;
    }


    .domain-box strong{
        font-size:1.6rem;
        margin-bottom:8px;
    }


    .domain-box small{
        font-size:.85rem;
        line-height:1.5;
    }

}



/* Mobile Phones */
@media (max-width:480px){

    .domain-extension-section{
        padding:30px 0;
    }


    .domain-extension-title{
        font-size:30px;
        line-height:1.2;
        margin-bottom:25px;
    }


    .extension-outline-orange{
        -webkit-text-stroke:1px #ED1B24;
        letter-spacing:.5px;
    }


    .domain-extension-section .row{
        row-gap:15px;
    }


    .domain-box{
        padding:25px 12px;
        border-radius:14px;
        min-height:105px;
    }


    .domain-box strong{
        font-size:1.5rem;
    }


    .domain-box small{
        font-size:.8rem;
    }

}



/* Very Small Phones */
@media (max-width:360px){

    .domain-extension-section{
        padding:25px 0;
    }


    .domain-extension-title{
        font-size:26px;
    }


    .domain-box{
        padding:22px 10px;
        min-height:100px;
    }


    .domain-box strong{
        font-size:1.35rem;
    }


    .domain-box small{
        font-size:.75rem;
    }

}





/* =====================================================
   HOSTING PLANS SECTION
   TechDigitalLabs
===================================================== */


/* Main Section */

.plans-section {

    padding:60px 0;
    background:#FAFAFA;

}


/* Section Title */

.plans-title{

    font-size:55px;
    line-height:1;
    font-weight:900;
    margin-bottom:50px;

}


.plans-filled-black {

    color:#1a1a1a;

}


.plans-outline-orange {

    color:transparent;
    letter-spacing:1.5px;
    -webkit-text-stroke:2px #ED1B24;

}


.plans-filled-orange {

    color:#2B7CFF;

}



/* =====================================================
   PLAN CARD
===================================================== */


.plan-card {

    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:relative;
    transition:.3s ease;

}


.plan-card:hover {

    transform:translateY(-10px);

}



/* Plan Name */

.plan-card strong{

    display:block;
    font-size:26px;
    font-weight:800;
    color:#111827;
    margin-bottom:15px;

}


/* Price */

.plan-card > span:not(.badge){

    display:block;
    font-size:32px;
    font-weight:800;
    color:#2B7CFF;
    margin-bottom:20px;

}



/* =====================================================
   FEATURES LIST
===================================================== */


.plan-card ul {

    padding:0;
    list-style:none;
    margin:25px 0;

}


.plan-card ul li {

    padding:10px 0;
    border-bottom:1px solid #eee;
    color:#555;
    font-size:16px;

}



/* =====================================================
   BUTTON
===================================================== */


.plan-card .plan-btn {

    display:inline-flex;
    align-items:center;
    gap:10px;

    background:linear-gradient(135deg,#1b6fff,#3b89ff);

    box-shadow:0 0 20px rgba(59,137,255,.35);

    color:white;

    border:none;
    border-radius:50px;

    padding:12px 35px;

    text-decoration:none;

    font-size:1rem;
    font-weight:600;

    cursor:pointer;

    transition:.3s ease;

}


.plan-card .plan-btn:hover{

    transform:translateY(-3px);

    box-shadow:
    0 10px 25px rgba(59,137,255,.7);

    filter:brightness(1.1);

}



/* =====================================================
   POPULAR PLAN
===================================================== */


.plan-card.popular {

    border:3px solid #2B7CFF;

}



.plan-card .badge {

    position:absolute;

    top:-15px;
    left:50%;

    transform:translateX(-50%);

    background:#2B7CFF;

    color:#fff;

    padding:8px 25px;

    border-radius:50px;

    font-size:14px;
    font-weight:600;

}


/* =====================================================
   RESPONSIVE HOSTING PLANS SECTION
===================================================== */


/* Large Tablets */
@media (max-width:1024px){

    .plans-section{
        padding:50px 0;
    }


    .plans-title{
        font-size:48px;
        line-height:1.1;
        margin-bottom:40px;
    }


    .plans-outline-orange{
        -webkit-text-stroke:1.6px #ED1B24;
        letter-spacing:1px;
    }


    .plan-card{

        padding:35px 25px;
        border-radius:18px;

    }


    .plan-card ul li{

        font-size:15px;

    }


    .plan-card .plan-btn{

        padding:12px 30px;
        font-size:15px;

    }

}



/* Small Laptops / Large Tablets */
@media (max-width:992px){

    .plans-section{
        padding:45px 0;
    }


    .plans-title{

        font-size:44px;

    }


    .plan-card{

        padding:30px 20px;

    }


    .plan-card ul{

        margin:20px 0;

    }


    .plan-card ul li{

        padding:9px 0;
        font-size:15px;

    }


    .plan-card .badge{

        padding:7px 22px;
        font-size:14px;

    }

}



/* Tablets */
@media (max-width:768px){

    .plans-section{

        padding:40px 0;

    }


    .plans-title{

        font-size:36px;
        line-height:1.15;
        margin-bottom:35px;

    }


    .plans-outline-orange{

        -webkit-text-stroke:1.3px #ED1B24;
        letter-spacing:.8px;

    }


    .plan-card{

        margin-bottom:25px;
        padding:35px 25px;

    }


    .plan-card:hover{

        transform:translateY(-5px);

    }


    .plan-card ul li{

        font-size:15px;

    }


    .plan-card .plan-btn{

        padding:12px 28px;

    }


    .plan-card .badge{

        top:-14px;

    }

}



/* Mobile Phones */
@media (max-width:480px){

    .plans-section{

        padding:35px 0;

    }


    .plans-title{

        font-size:30px;
        line-height:1.2;
        margin-bottom:30px;

    }


    .plans-outline-orange{

        -webkit-text-stroke:1px #ED1B24;

        letter-spacing:.5px;

    }


    .plan-card{

        padding:30px 20px;
        border-radius:16px;

    }


    .plan-card ul{

        margin:20px 0;

    }


    .plan-card ul li{

        padding:8px 0;
        font-size:14px;

    }


    .plan-card .plan-btn{

        padding:12px 25px;
        font-size:14px;

    }


    .plan-card .badge{

        font-size:13px;
        padding:7px 20px;

    }

}



/* Very Small Phones */
@media (max-width:360px){

    .plans-section{

        padding:30px 0;

    }


    .plans-title{

        font-size:26px;

    }


    .plan-card{

        padding:25px 15px;

    }


    .plan-card ul li{

        font-size:13px;

    }


    .plan-card .plan-btn{

        padding:11px 22px;
        font-size:13px;

    }


    .plan-card .badge{

        font-size:12px;
        padding:6px 18px;

    }

}



/* =====================================================
   WHY CHOOSE US SECTION
   Tech Digital Labs
===================================================== */


.why-choose-section{
    padding:50px 0;
    background:#FAFAFA;

}


.why-tag{
    display:inline-block;
    color:#2B7CFF;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:25px; 
}


.why-title{
   font-size:55px;
    line-height:1.1;
    font-weight:900;
    margin-bottom:25px; 

}

.why-black{
    color:#1a1a1a;

}

.why-outline{
    color:transparent;
    -webkit-text-stroke:2px #ED1B24;
    letter-spacing:1.5px;

}

.why-blue{
    color:#2B7CFF;
}

.why-description{
    max-width:700px;
    margin:auto;
    color: #666;
    font-size:18px;
    line-height:1.7;

}

.why-choose-section .row{
    row-gap:5px;
}

.why-card{

    height:100%;
    padding:40px 30px;
    background:#fff;
    border-radius:20px;
    border:1px solid #E5E7EB;
    box-shadow:
    0 10px 30px rgba(15,23,42,.06);
    position:relative;
    overflow:hidden;
    transition:.35s ease;

}




/* Top Gradient Line */

.why-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:
    linear-gradient(
        90deg,
        #2B7CFF,
        #3B89FF
    );
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s ease;

}

.why-card:hover::before{
    transform:scaleX(1);
}


.why-card:hover{
    transform:translateY(-10px);
    box-shadow:
    0 20px 45px rgba(43,124,255,.15);
    border-color:#D6E5FF;


}


.why-icon{
   
    width: 56px;
    height: 56px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    font-size:1.5rem;
    margin-bottom:25px;
    background: rgba(1, 119, 191, 0.08);
    border-radius: 14px;
    color: #2B7CFF;
    flex-shrink: 0;
}

.why-icon i{
    line-height:1;
}

.why-card strong{
    display:block;
    color:#1a1a1a;
    font-size:19px;
    font-weight:700;
    line-height:1.5;
    margin-bottom:15px;

}
.why-card p{
    margin:0;
    color:#6B7280;
    color: #777;
    font-size: 0.92rem; 
    line-height:1.6;
}

.why-card{
    opacity:0;
    transform:translateY(40px);
    animation:whyFade .8s ease forwards;


}

.why-card:nth-child(1){
    animation-delay:.1s;

}

.why-card:nth-child(2){
    animation-delay:.2s;

}

.why-card:nth-child(3){
    animation-delay:.3s;

}

.why-card:nth-child(4){
    animation-delay:.4s;

}


.why-card:nth-child(5){
    animation-delay:.5s;

}

.why-card:nth-child(6){
    animation-delay:.6s;

}

@keyframes whyFade{


    from{

        opacity:0;

        transform:translateY(40px);

    }


    to{


        opacity:1;

        transform:translateY(0);

    }


}


@media (max-width:992px){


    .why-choose-section{

        padding:45px 0;

    }


    .why-tag{

        font-size:15px;

        margin-bottom:22px;

    }


    .why-title{

        font-size:44px;

        line-height:1.1;

    }


    .why-outline{

        -webkit-text-stroke:1.6px #ED1B24;

        letter-spacing:1px;

    }


    .why-description{

        font-size:17px;

        line-height:1.6;

    }


    .why-choose-section .row{

        row-gap:25px;

    }


    .why-card{

        padding:35px 25px;

        border-radius:18px;

    }


    .why-icon{

        width:55px;

        height:55px;

        font-size:1.4rem;

        margin-bottom:20px;

    }


    .why-card strong{

        font-size:18px;

        margin-bottom:12px;

    }


    .why-card p{

        font-size:14.5px;

        line-height:1.6;

    }


}

@media (max-width:768px){


    .why-choose-section{

        padding:40px 0;

    }



    .why-tag{

        font-size:14px;

        letter-spacing:.8px;

        margin-bottom:20px;

    }



    .why-title{

        font-size:36px;

        line-height:1.15;

        margin-bottom:20px;

    }



    .why-outline{

        -webkit-text-stroke:1.3px #ED1B24;

        letter-spacing:.8px;

    }



    .why-description{

        font-size:16px;

        padding:0 15px;

    }



    .why-choose-section .row{

        row-gap:22px;

    }



    .why-card{

        padding:35px 25px;

        border-radius:18px;

    }



    .why-card:hover{

        transform:translateY(-6px);

    }



    .why-icon{

        width:55px;

        height:55px;

        font-size:1.3rem;

        border-radius:14px;

    }



    .why-card strong{

        font-size:18px;

    }



    .why-card p{

        font-size:14px;

    }


}

@media (max-width:480px){


    .why-choose-section{

        padding:35px 0;

    }



    .why-tag{

        font-size:13px;

        letter-spacing:.6px;

        margin-bottom:18px;

    }



    .why-title{

        font-size:30px;

        line-height:1.2;

    }



    .why-outline{

        -webkit-text-stroke:1px #ED1B24;

    }



    .why-description{

        font-size:14px;

        line-height:1.6;

        padding:0 10px;

    }



    .why-choose-section .row{

        row-gap:20px;

    }



    .why-card{

        padding:30px 20px;

        border-radius:16px;

    }



    .why-icon{

        width:52px;

        height:52px;

        font-size:1.2rem;

        margin-bottom:18px;

    }



    .why-card strong{

        font-size:17px;

        line-height:1.4;

    }



    .why-card p{

        font-size:13.5px;

        line-height:1.55;
    }
}

@media (max-width:360px){


    .why-choose-section{

        padding:30px 0;

    }



    .why-tag{

        font-size:12px;

    }



    .why-title{

        font-size:26px;

    }



    .why-description{

        font-size:13px;

    }



    .why-card{

        padding:25px 18px;

    }



    .why-icon{

        width:48px;

        height:48px;

        font-size:1.1rem;

    }



    .why-card strong{

        font-size:16px;

    }



    .why-card p{

        font-size:13px;

    }


}


/* =====================================================
   HOW IT WORKS SECTION
===================================================== */


.how-process-section{

    padding:50px 0;
    background:#FAFAFA;

}



/* Header */


.how-process-tag{

    display:inline-block;
    color:#2B7CFF;
    font-size:16px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:25px;

}


.how-process-title{

    font-size:55px;
    line-height:1.1;
    font-weight:900;
    margin-bottom:25px;

}



.process-black{

    color:#1a1a1a;

}


.process-outline{

    color:transparent;
    -webkit-text-stroke:2px #ED1B24;
    letter-spacing:1.5px;

}


.process-blue{

    color:#2B7CFF;

}



.how-process-description{

    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.7;

}





/* =====================================================
   PROCESS TIMELINE
===================================================== */


.process-wrapper{

    margin-top:70px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    position:relative;

}



.process-wrapper::before{

    content:"";
    position:absolute;

    top:45px;
    left:12%;
    right:12%;

    height:2px;

    background:
    linear-gradient(
        90deg,
        #2B7CFF,
        #DCE8FF,
        #2B7CFF
    );

    z-index:0;

}



.process-item{

    text-align:center;
    position:relative;
    padding:0 20px;

}



/* Icon */


.process-icon{

    width:90px;
    height:90px;

    margin:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#fff;

    border:2px solid #2B7CFF;

    color:#2B7CFF;

    font-size:35px;

    position:relative;

    z-index:2;

    box-shadow:
    0 10px 25px rgba(43,124,255,.15);

    transition:.35s ease;

}



.process-icon:hover{

    transform:translateY(-8px);

    background:#2B7CFF;

    border-color:#2B7CFF;

    color:#fff;

}





.process-number{

    position:absolute;

    top:-15px;
    right:0;

    font-size:18px;

    font-weight:800;

    color:#ED1B24;

}





/* Content */


.process-item strong{

    display:block;

    margin-top:25px;

    font-size:20px;

    font-weight:700;

    color:#1a1a1a;

}



.process-item p{

    margin-top:12px;

    color:#777;

    font-size:15px;

    line-height:1.6;

}





/* =====================================================
   ANIMATION
===================================================== */


.process-item{

    opacity:0;

    transform:translateY(35px);

    animation:processFade .8s ease forwards;

}



.process-item:nth-child(1){

    animation-delay:.1s;

}


.process-item:nth-child(2){

    animation-delay:.2s;

}


.process-item:nth-child(3){

    animation-delay:.3s;

}


.process-item:nth-child(4){

    animation-delay:.4s;

}





@keyframes processFade{


    from{

        opacity:0;

        transform:translateY(35px);

    }


    to{

        opacity:1;

        transform:translateY(0);

    }


}


@media (max-width:992px){


    .how-process-section{

        padding:45px 0;

    }


    .how-process-title{

        font-size:45px;

    }


    .how-process-description{

        font-size:17px;

        max-width:650px;

    }



    .process-wrapper{

        grid-template-columns:repeat(2,1fr);

        gap:60px 30px;

        margin-top:60px;

    }



    /* Remove horizontal line */

    .process-wrapper::before{

        display:none;

    }



    .process-icon{

        width:85px;

        height:85px;

        font-size:32px;

    }



    .process-item strong{

        font-size:19px;

    }



    .process-item p{

        font-size:15px;

    }



}

@media (max-width:768px){


    .how-process-section{

        padding:40px 0;

    }



    .how-process-tag{

        font-size:14px;

        margin-bottom:20px;

    }



    .how-process-title{

        font-size:38px;

        line-height:1.2;

    }



    .process-outline{

        -webkit-text-stroke:1.5px #ED1B24;

    }



    .how-process-description{

        font-size:16px;

        line-height:1.6;

        padding:0 15px;

    }



    .process-wrapper{

        grid-template-columns:1fr;

        gap:45px;

        margin-top:50px;

    }



    .process-icon{

        width:80px;

        height:80px;

        font-size:30px;

    }



    .process-number{

        font-size:16px;

        top:-12px;

    }



    .process-item strong{

        font-size:18px;

        margin-top:20px;

    }



    .process-item p{

        max-width:300px;

        margin:10px auto 0;

        font-size:14px;

    }



}

@media (max-width:576px){


    .how-process-section{

        padding:35px 0;

    }



    .how-process-tag{

        font-size:13px;

        letter-spacing:.8px;

    }



    .how-process-title{

        font-size:30px;

    }



    .process-outline{

        -webkit-text-stroke:1px #ED1B24;

    }



    .how-process-description{

        font-size:15px;

        padding:0 10px;

    }



    .process-wrapper{

        margin-top:40px;

        gap:40px;

    }



    .process-icon{

        width:70px;

        height:70px;

        font-size:26px;

    }



    .process-number{

        font-size:14px;

        top:-10px;

        right:-3px;

    }



    .process-item strong{

        font-size:17px;

    }



    .process-item p{

        font-size:14px;

        line-height:1.5;

        padding:0 15px;

    }



}

@media (max-width:400px){


    .how-process-title{

        font-size:26px;

    }



    .how-process-description{

        font-size:14px;

    }



    .process-icon{

        width:65px;

        height:65px;

        font-size:24px;

    }



    .process-item strong{

        font-size:16px;

    }

}

@media (max-width:360px){


    .how-process-section{

        padding:30px 0;

    }



    .how-process-tag{

        font-size:12px;

        letter-spacing:.5px;

    }



    .how-process-title{

        font-size:24px;

        line-height:1.25;

    }



    .process-outline{

        -webkit-text-stroke:1px #ED1B24;

    }



    .how-process-description{

        font-size:14px;

        line-height:1.5;

        padding:0 8px;

    }



    .process-wrapper{

        margin-top:35px;

        gap:35px;

    }



    .process-icon{

        width:62px;

        height:62px;

        font-size:22px;

    }



    .process-number{

        font-size:13px;

        top:-9px;

        right:-2px;

    }



    .process-item{

        padding:0 10px;

    }



    .process-item strong{

        font-size:16px;

        margin-top:18px;

    }



    .process-item p{

        font-size:13px;

        line-height:1.5;

        padding:0 10px;

    }


}




/* =====================================================
   FINAL CTA SECTION
===================================================== */

.final-cta-section{
    padding:50px 0;
    background:#FAFAFA;

}

.final-cta-box{
    position:relative;
    overflow:hidden;
    padding:70px 40px;
    border-radius:30px;
    background:
    linear-gradient(
        135deg,
        #0F172A,
        #1D4ED8
    );
    text-align:center;
    box-shadow:
    0 20px 50px rgba(15,23,42,.18);

}

/* Background Glow */

.final-cta-box::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:
    rgba(255,255,255,.08);
    border-radius:50%;
    top:-150px;
    left:-100px;

}

.final-cta-box::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:
    rgba(43,124,255,.25);
    border-radius:50%;
    bottom:-150px;
    right:-80px;
}

.final-cta-content{
    position:relative;
    z-index:2;

}

/* Tag */

.final-cta-tag{
    display:inline-block;
    color:#FFFFFF;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:25px;
    opacity:.9;

}

/* Title */

.final-cta-title{
    color:#FFFFFF;
    display:block;
    font-size:50px;
    line-height:1.2;
    font-weight:900;
    margin-bottom:25px;

}

.final-cta-title span{
    color:#60A5FA;

}

/* Description */


.final-cta-description{
    max-width:850px;
    margin:0 auto 35px;
    color:#E5E7EB;
    font-size:18px;
    line-height:1.7;

}

/* Buttons */


.final-cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;

}

.cta-primary,
.cta-secondary{
    padding:15px 35px;
    border-radius:50px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.35s ease;
}

.cta-primary{
    background:#FFFFFF;
    color:#1D4ED8;

}

.cta-primary:hover{
    transform:translateY(-5px);
    background:#EFF6FF;
    color:#1D4ED8;

}

.cta-secondary{
    border:2px solid rgba(255,255,255,.6);
    color:#FFFFFF;

}

.cta-secondary:hover{
    background:#FFFFFF;
    color:#1D4ED8;
    transform:translateY(-5px);

}

/* =====================================================
   FINAL CTA RESPONSIVE DESIGN
===================================================== */


/* Large Tablets / Small Laptops */
@media (max-width: 992px){

    .final-cta-box{
        padding:60px 35px;
        border-radius:25px;
    }


    .final-cta-title{
        font-size:42px;
    }


    .final-cta-description{
        max-width:700px;
        font-size:17px;
    }


    .cta-primary,
    .cta-secondary{
        padding:14px 30px;
        font-size:15px;
    }


    .final-cta-box::before{
        width:280px;
        height:280px;
    }


    .final-cta-box::after{
        width:240px;
        height:240px;
    }

}



/* Tablets */
@media (max-width: 768px){

    .final-cta-section{
        padding:40px 0;
    }


    .final-cta-box{
        padding:50px 25px;
        border-radius:22px;
    }


    .final-cta-tag{
        font-size:14px;
        margin-bottom:20px;
    }


    .final-cta-title{
        font-size:34px;
        line-height:1.25;
        margin-bottom:20px;
    }


    .final-cta-description{
        font-size:16px;
        line-height:1.6;
        margin-bottom:30px;
    }


    .final-cta-buttons{
        gap:15px;
    }


    .cta-primary,
    .cta-secondary{
        padding:13px 28px;
    }


}



/* Mobile Phones */
@media (max-width: 576px){

    .final-cta-section{
        padding:35px 0;
    }


    .final-cta-box{
        padding:45px 20px;
        border-radius:20px;
    }


    .final-cta-tag{
        font-size:13px;
        letter-spacing:.8px;
    }


    .final-cta-title{
        font-size:28px;
        line-height:1.3;
    }


    .final-cta-description{
        font-size:15px;
        line-height:1.6;
    }


    .final-cta-buttons{
        flex-direction:column;
        align-items:center;
    }


    .cta-primary,
    .cta-secondary{
        width:100%;
        max-width:260px;
        text-align:center;
        padding:13px 20px;
    }


    .final-cta-box::before{
        width:200px;
        height:200px;
        top:-100px;
        left:-80px;
    }


    .final-cta-box::after{
        width:180px;
        height:180px;
        bottom:-90px;
        right:-60px;
    }

}



/* Small Mobile Devices */
@media (max-width: 360px){

    .final-cta-box{
        padding:40px 15px;
    }


    .final-cta-title{
        font-size:25px;
    }


    .final-cta-description{
        font-size:14px;
    }


    .final-cta-tag{
        font-size:12px;
    }


    .cta-primary,
    .cta-secondary{
        max-width:230px;
        font-size:14px;
    }

}


.apple-faq-section {
     background: #FAFAFA;
     padding: 60px 7% 120px 7%; }
 .apple-faq-top {
     text-align: center;
     max-width: 950px;
     margin: 0 auto 80px; }
 .apple-faq-tag {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: #2B7CFF;
     font-size: 20px;
     font-weight: 700;
     letter-spacing: 1px;
     margin-bottom: 24px ;
     gap: 14px;
     letter-spacing: 1px; }

 .apple-faq-title {
     font-size: 70px;
     line-height: 0.95;
     font-weight: 900;
     color: #1a1a1a;
     margin-bottom: 35px; }
 .faq-text-red {
     color: transparent;
     -webkit-text-stroke: 2px var(--red); }
 .faq-text-blue {
     color: #2B7CFF !important; }
 .faq-left,
 .faq-right {
     display: inline-block;
     opacity: 0;
     filter: blur(8px);
     transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),  transform 1.1s cubic-bezier(0.16, 1, 0.3, 1),  filter 1.1s cubic-bezier(0.16, 1, 0.3, 1); }
 .faq-left {
     transform: translateX(-80px); }
 .faq-right {
     transform: translateX(80px); }
 .faq-left.active,
 .faq-right.active {
     opacity: 1;
     transform: translateX(0);
     filter: blur(0); }
 .apple-faq-description {
     font-size: 20px;
     line-height: 1.2;
     color: #666;
     max-width: 760px;
     margin: auto; }
 .apple-faq-wrapper {
     width: 100%;
     max-width: 1100px;
     margin: auto; } 
 .apple-faq-item {
     border-top: 1px solid #d2d2d7;
     padding: 35px 0;
     transition: 0.35s ease; }
 .apple-faq-item:last-child {
     border-bottom: 1px solid #d2d2d7; }
 .apple-faq-question {
     display: flex;
     align-items: flex-start;
     gap: 30px;
     cursor: pointer; }
 .faq-number {
     min-width: 55px;
     color: #2c2c2e;
     font-size: 18px;
     font-weight: 600;
     margin-top: 6px; }
 .apple-faq-question strong {
     flex: 1;
     color: #1d1d1f;
     font-size: 30px;
     line-height: 1.3;
     font-weight: 600;
     letter-spacing: -1px; }
 .faq-icon {
     width: 46px;
     height: 46px;
     border-radius: 50%;
     border: 1px solid #d2d2d7 !important;
     background: #fff !important;
     color: #1d1d1f !important;
     font-size: 24px;
     font-weight: 500;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     transition: 0.35s ease; }
 .active-faq .faq-icon {
     background: #2B7CFF !important;
     border-color: #2B7CFF !important;
     color: #fff !important;
     transform: rotate(45deg); }
 .apple-faq-answer {
     max-height: 0;
     overflow: hidden;
     opacity: 0;
     margin-left: 85px;
     transition: max-height 0.45s ease,  opacity 0.35s ease,  margin-top 0.35s ease; }
 .active-faq .apple-faq-answer {
     max-height: 500px;
     opacity: 1;
     margin-top: 20px; }
 .apple-faq-answer p {
     max-width: 850px;
     color: #6e6e73;
     font-size: 19px;
     line-height: 1.5; }
 .apple-faq-item:hover {
     padding-left: 10px;}
 @media(max-width:1200px) {
    .apple-faq-section { padding:70px 5% 90px; }
    .apple-faq-top { margin-bottom:65px;}
    .apple-faq-title {  font-size:58px;}
    .apple-faq-description { font-size:18px; }
    .apple-faq-question strong { font-size: 30px; } }
 @media (max-width: 992px) {
    .apple-faq-section { padding:65px 4% 80px; }
    .apple-faq-top {margin-bottom:55px;}
    .apple-faq-tag { font-size:17px;}
    .apple-faq-title { font-size: 47px;  line-height:1.1; }
    .apple-faq-description {font-size:17px; line-height:1.6;}
    .apple-faq-question { gap:20px; }
    .apple-faq-question strong { font-size: 26px; }
    .faq-number { min-width:45px; font-size:17px; }
    .apple-faq-answer { margin-left: 65px; } 
    .apple-faq-answer p { font-size:18px; } }
 @media (max-width: 768px) {
    .apple-faq-section { padding:60px 20px 70px; }
    .apple-faq-top { margin-bottom: 45px; }
    .apple-faq-tag {  font-size: 16px; }
    .apple-faq-title { font-size:38px; line-height:1.2; margin-bottom:25px; }
    .faq-text-red {-webkit-text-stroke:1.5px var(--red); }
    .apple-faq-description { font-size:15px; line-height:1.7; }
    .apple-faq-item { padding:25px 0; }
    .apple-faq-question { gap: 15px; }
    .apple-faq-question strong { font-size: 20px; line-height: 0; }
    .faq-number { min-width: 38px; font-size: 15px; }
    .faq-icon { width: 40px; height: 40px; font-size: 20px; }
    .apple-faq-answer { margin-left: 55px; }
    .apple-faq-answer p { font-size: 17px; }
    .apple-faq-item:hover {padding-left: 0; } }
 @media (max-width: 576px) {
    .apple-faq-section {  padding:50px 15px 60px; }
    .apple-faq-top { margin-bottom: 50px; }
    .apple-faq-title { font-size: 32px; line-height: 1.1; }
    .faq-text-red { -webkit-text-stroke:1px var(--red); }
    .apple-faq-description { font-size: 16px; }
    .apple-faq-item { padding: 25px 0; }
    .apple-faq-question { gap: 12px; }
    .faq-number { min-width: 32px; font-size: 14px; margin-top: 2px; }
    .apple-faq-question strong { font-size: 19px; line-height: 1.5; }
    .faq-icon { width: 38px; height: 38px; font-size: 20px; }
    .apple-faq-answer { margin-left: 47px; }
    .apple-faq-answer p { font-size: 15px; line-height: 1.7; } }
 @media (max-width: 480px) {
    .apple-faq-title { font-size: 28px; }
    .apple-faq-tag { font-size: 14px; }
    .apple-faq-description { font-size: 15px; }
    .apple-faq-question strong { font-size: 18px; }
    .faq-icon { width: 34px; height: 34px; font-size: 18px; }
    .apple-faq-answer { margin-left: 0; margin-top: 15px; }
    .active-faq .apple-faq-answer { margin-top: 15px; }
    .apple-faq-answer p { font-size: 14px;} }
 @media (max-width: 360px) {
    .apple-faq-section { padding: 25px 4% 40px; }
    .apple-faq-title { font-size: 24px; line-height: 1.15; }
    .apple-faq-tag { font-size: 13px; letter-spacing: 0.5px; }
    .apple-faq-description { font-size: 14px; }
    .apple-faq-question { gap: 10px; }
    .faq-number { min-width: 26px; font-size: 13px; }
    .apple-faq-question strong { font-size: 16px; line-height: 1.5; }
    .faq-icon { width: 30px; height: 30px; font-size: 16px; }
    .apple-faq-answer p { font-size: 13px; line-height: 1.7; } }
@media (max-width:320px){
    .apple-faq-title { font-size:22px; }
    .apple-faq-description { font-size:12px; }
    .apple-faq-question strong{ font-size:14px; }
    .apple-faq-answer p { font-size:12px; }
}


/* =========================================
   paragraph section
   ========================================= */

.paragraph {
    width: 100%;
    padding: 40px 20px;
    background: #FAFAFA;
    box-sizing: border-box;
}


.paragraph .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.paragraph-title {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;

    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    
}

.paragraph-tag{
    display:inline-block;
    color:#2B7CFF;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:25px; 
}


.paragraph-filled-black {
    color: #1a1a1a;
}

.paragraph-filled-orange {
    color: #2B7CFF;
}

.paragraph-outline-orange {
    color: transparent;
    letter-spacing: 1px;
    -webkit-text-stroke: 1.5px #ED1B24;
}


.paragraph-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.paragraph-content p {
    margin: 0 0 22px;
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

.paragraph-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {

    .paragraph {
        padding: 40px 25px;
    }

    .paragraph .container {
        max-width: 900px;
    }

    .paragraph-title {
        font-size: 44px;
        margin-bottom: 32px;
    }
    
    .paragraph-tag{
        font-size:15px;
        margin-bottom:22px;
    }

    .paragraph-content {
        max-width: 850px;
    }

    .paragraph-content p {
        font-size: 17px;
        line-height: 1.65;
    }
}

@media (max-width: 768px) {
    .paragraph {
        padding: 35px 20px;
    }

    .paragraph .container {
        max-width: 100%;
    }

    .paragraph-title {
        font-size: 38px;
        line-height: 1.25;
        margin-bottom: 28px;
    }
    
    .paragraph-tag{
        font-size:14px;
        letter-spacing:.8px;
        margin-bottom:20px;
    }

    .paragraph-outline-orange {
        -webkit-text-stroke: 1.3px #ED1B24;
    }

    .paragraph-content {
        max-width: 100%;
        background:#fff;
        border-radius:20px;
        text-align:center;
        box-shadow:0 10px 30px rgba(0,0,0,.08);
    }

    .paragraph-content p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .paragraph {
        padding: 32px 18px;
    }

    .paragraph-title {
        font-size: 34px;
        line-height: 1.25;
        margin-bottom: 25px;
    }
    
    .paragraph-tag{
        font-size:13px;
        letter-spacing:.6px;
        margin-bottom:18px;
    }

    .paragraph-outline-orange {
        letter-spacing: 0.7px;
        -webkit-text-stroke: 1.2px #ED1B24;
    }

    .paragraph-content p {
        font-size: 15.5px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {

    .paragraph {
        padding: 30px 15px;
    }

    .paragraph-title {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 24px;
    }
    
    .paragraph-tag{
        font-size:12px;
    }

    .paragraph-outline-orange {
        letter-spacing: 0.5px;
        -webkit-text-stroke: 1px #ED1B24;
    }

    .paragraph-content p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 18px;
        text-align: left;
    }

    .paragraph-content p:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 375px) {

    .paragraph {
        padding: 28px 14px;
    }

    .paragraph-title {
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 22px;
    }
    
    .paragraph-tag{
        font-size:12px;
    }

    .paragraph-outline-orange {
        letter-spacing: 0.3px;
        -webkit-text-stroke: 0.9px #ED1B24;
    }

    .paragraph-content p {
        font-size: 14px;
        line-height: 1.7;
    }
}

@media (max-width: 320px) {

    .paragraph {
        padding: 25px 12px;
    }

    .paragraph-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    .paragraph-tag{
        font-size:12px;
    }

    .paragraph-outline-orange {
        letter-spacing: 0;
        -webkit-text-stroke: 0.8px #ED1B24;
    }

    .paragraph-content p {
        font-size: 13.5px;
        line-height: 1.65;
    }
}

/* =========================================
   HARO TYPES SECTION
========================================= */

.challenge-section {
    padding: 80px 0 90px;
    background: #FAFAFA;
    overflow: hidden;
}

/* Header */
.challenge-header {
    max-width: 900px;
    margin: 0 auto 55px;
}

.challenge-tag {
    display: inline-block;
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 700;
    color: #2B7CFF;
}

.challenge-heading {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 0;
}

.challenge-heading span {
    display: inline;
}

.challenge-heading-text-black {
    color: #1a1a1a;
}

.challenge-heading-text-red {
    color: transparent;
    -webkit-text-stroke: 2px #c5141b;
}

.challenge-heading-text-blue {
    color: #2B7CFF;
}


/* =========================================
   CARD GRID
========================================= */

.challenge-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
}


/* Individual Card */
.challenge-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 28px 30px;

    background: #ffffff;
    border: 1px solid rgba(43, 124, 255, 0.14);
    border-radius: 16px;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;

    overflow: hidden;
}


/* Small blue accent on left */
.challenge-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;

    background: #2B7CFF;

    transform: scaleY(0);
    transform-origin: bottom;

    transition: transform 0.35s ease;
}


/* Icon */
.challenge-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(43, 124, 255, 0.08);
    border: 1px solid rgba(43, 124, 255, 0.16);
    border-radius: 50%;

    transition: 0.35s ease;
}

.challenge-icon i {
    font-size: 24px;
    color: #2B7CFF;
    transition: 0.35s ease;
}


/* Content */
.challenge-content {
    flex: 1;
}

.challenge-item span {
    display: block;
    margin-bottom: 8px;

    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;

    color: #1a1a1a;
}

.challenge-item p {
    margin: 0;
    padding: 0;

    font-size: 16px;
    line-height: 1.65;

    color: #666;
}


/* =========================================
   HOVER
========================================= */

.challenge-item:hover {
    transform: translateY(-5px);

    border-color: rgba(43, 124, 255, 0.35);

    box-shadow: 0 15px 35px rgba(20, 40, 80, 0.08);
}

.challenge-item:hover::before {
    transform: scaleY(1);
}

.challenge-item:hover .challenge-icon {
    background: #2B7CFF;
    border-color: #2B7CFF;
    transform: scale(1.05);
}

.challenge-item:hover .challenge-icon i {
    color: #ffffff;
}


/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1200px) {

    .challenge-section {
        padding: 70px 0 75px;
    }

    .challenge-heading {
        font-size: 52px;
    }

    .challenge-list {
        max-width: 1000px;
    }

    .challenge-item {
        padding: 25px;
    }

    .challenge-item span {
        font-size: 20px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 992px) {

    .challenge-section {
        padding: 70px 0 65px;
    }

    .challenge-header {
        margin-bottom: 40px;
    }

    .challenge-heading {
        font-size: 44px;
        line-height: 1.15;
    }

    .challenge-tag {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .challenge-list {
        gap: 18px;
    }

    .challenge-item {
        padding: 22px;
        gap: 15px;
    }

    .challenge-icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
    }

    .challenge-icon i {
        font-size: 22px;
    }

    .challenge-item span {
        font-size: 18px;
    }

    .challenge-item p {
        font-size: 15px;
        line-height: 1.6;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .challenge-section {
        padding: 60px 20px 50px;
    }

    .challenge-header {
        margin-bottom: 35px;
    }

    .challenge-heading {
        font-size: 38px;
        line-height: 1.2;
    }

    .challenge-tag {
        font-size: 16px;
    }

    .challenge-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .challenge-item {
        padding: 20px;
    }

    .challenge-item span {
        font-size: 17px;
    }

    .challenge-item p {
        font-size: 15px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 576px) {

    .challenge-section {
        padding: 55px 15px 45px;
    }

    .challenge-heading {
        font-size: 32px;
        line-height: 1.25;
    }

    .challenge-tag {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .challenge-item {
        padding: 18px;
        gap: 13px;
        border-radius: 14px;
    }

    .challenge-icon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
    }

    .challenge-icon i {
        font-size: 20px;
    }

    .challenge-item span {
        font-size: 16px;
        line-height: 1.4;
    }

    .challenge-item p {
        font-size: 14px;
        line-height: 1.6;
    }
}


/* =========================================
   VERY SMALL DEVICES
========================================= */

@media (max-width: 480px) {

    .challenge-section {
        padding: 45px 12px 40px;
    }

    .challenge-heading {
        font-size: 28px;
    }

    .challenge-item {
        padding: 16px;
    }

    .challenge-item span {
        font-size: 15px;
    }

    .challenge-item p {
        font-size: 13.5px;
    }
}


@media (max-width: 360px) {

    .challenge-section {
        padding: 40px 10px 35px;
    }

    .challenge-heading {
        font-size: 25px;
    }

    .challenge-tag {
        font-size: 13px;
    }

    .challenge-item span {
        font-size: 14px;
    }

    .challenge-item p {
        font-size: 12.5px;
    }
}


@media (max-width: 320px) {

    .challenge-heading {
        font-size: 22px;
    }

    .challenge-item span {
        font-size: 13px;
    }

    .challenge-item p {
        font-size: 12px;
    }
}