/* ==================================
   WEBSITE DEVELOPMENT HERO
================================== */


.webdev-hero{

    padding:140px 20px 100px;

    background:#19272B;

    overflow:hidden;

}



.webdev-hero-container{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:60px;

}



.webdev-badge{

    color:#00E5FF;

    font-size:14px;

    letter-spacing:3px;

    font-weight:700;

}



.webdev-hero-content h1{

    color:#fff;

    font-size:58px;

    line-height:1.15;

    margin:20px 0;

}



.webdev-hero-content p{

    color:#B8C7CC;

    font-size:18px;

    line-height:1.8;

    max-width:600px;

}



.webdev-buttons{

    display:flex;

    gap:20px;

    margin-top:40px;

}



.webdev-primary-btn,
.webdev-secondary-btn{

    padding:16px 35px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

}



.webdev-primary-btn{

    background:linear-gradient(90deg, #4F8CFF, #00E5FF);

    color:#19272B;

}

.webdev-primary-btn:hover{
        transform:translateY(-5px);

    box-shadow:
    0 15px 40px rgba(0,229,255,.35);
    
    color:#fff;
}



.webdev-secondary-btn{

    border:1px solid #00E5FF;

    color:#fff;

}

.webdev-secondary-btn:hover{

    background:linear-gradient(90deg, #4F8CFF, #00E5FF);

    color:#19272B;

}


.webdev-hero-image{

    display:flex;

    justify-content:center;

}



.webdev-card{

    width:350px;

    height:350px;

    background:#243135;

    border-radius:40px;

    border:1px solid rgba(0,229,255,.2);

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    text-align:center;

    box-shadow:0 30px 80px rgba(0,0,0,.4);

}



.webdev-card i{

    font-size:80px;

    color:#00E5FF;

    margin-bottom:25px;

}



.webdev-card h3{

    color:#fff;

    font-size:25px;

}



.webdev-card p{

    color:#B8C7CC;

}



@media(max-width:900px){


.webdev-hero-container{

    grid-template-columns:1fr;

    text-align:center;

}


.webdev-hero-content p{

    margin:auto;

}


.webdev-buttons{

    justify-content:center;

}


.webdev-hero-content h1{

    font-size:40px;

}


}

/* ==================================
   WHY CHOOSE WEB DEVELOPMENT
================================== */


.webdev-why-section{

    padding:100px 20px;

    background:#243135;

}



.webdev-section-heading{

    max-width:800px;

    margin:0 auto 70px;

    text-align:center;

}



.webdev-section-heading span{

    color:#4F8CFF;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

}



.webdev-section-heading h2{

    color:#fff;

    font-size:48px;

    margin:20px 0;

}



.webdev-section-heading p{

    color:#B8C7CC;

    font-size:18px;

    line-height:1.8;

}



.webdev-why-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}



.webdev-why-card{

    background:#19272B;

    padding:35px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}



.webdev-why-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

}



.webdev-why-icon{

    width:65px;

    height:65px;

    background:#243135;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}



.webdev-why-icon i{

    color:#00E5FF;

    font-size:28px;

}



.webdev-why-card h3{

    color:#fff;

    font-size:22px;

    margin-bottom:15px;

}



.webdev-why-card p{

    color:#B8C7CC;

    line-height:1.8;

}



@media(max-width:991px){


.webdev-why-grid{

    grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:768px){


.webdev-why-grid{

    grid-template-columns:1fr;

}



.webdev-section-heading h2{

    font-size:34px;

}


}

/* ==================================
   WEBSITE TYPES SECTION
================================== */


.webdev-types-section{

    padding:100px 20px;

    background:#19272B;

}



.webdev-types-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}



.webdev-type-card{

    background:#243135;

    padding:35px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}



.webdev-type-card:hover{

    transform:translateY(-10px);

    border-color:#00E5FF;

    box-shadow:0 20px 40px rgba(0,0,0,.3);

}



.webdev-type-icon{

    width:65px;

    height:65px;

    background:#19272B;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}



.webdev-type-icon i{

    color:#00E5FF;

    font-size:28px;

}



.webdev-type-card h3{

    color:#fff;

    font-size:22px;

    margin-bottom:15px;

}



.webdev-type-card p{

    color:#B8C7CC;

    line-height:1.8;

}



@media(max-width:991px){


.webdev-types-grid{

    grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:768px){


.webdev-types-grid{

    grid-template-columns:1fr;

}


}

/* ==================================
   WEBSITE DEVELOPMENT PROCESS
================================== */


.webdev-process-section{

    padding:100px 20px;

    background:#243135;

}



.webdev-process-wrapper{

    max-width:900px;

    margin:auto;

    position:relative;

}



.webdev-process-wrapper::before{

    content:"";

    position:absolute;

    left:35px;

    top:0;

    height:100%;

    width:2px;

    background:rgba(0,229,255,.25);

}



.webdev-process-item{

    display:flex;

    gap:35px;

    position:relative;

    margin-bottom:45px;

}



.webdev-process-number{

    width:70px;

    height:70px;

    min-width:70px;

    border-radius:50%;

    background:#00E5FF;

    color:#19272B;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    font-weight:800;

    z-index:2;

}



.webdev-process-content{

    background:#243135;

    padding:30px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    flex:1;

    transition:.35s;

}

.webdev-process-content:hover{

    transform:translateX(10px);

    border-color:#00E5FF;
    cursor:pointer;

}



.webdev-process-content h3{

    color:#fff;

    font-size:24px;

    margin-bottom:15px;

}



.webdev-process-content p{

    color:#B8C7CC;

    line-height:1.8;

}



@media(max-width:768px){


.webdev-process-wrapper::before{

    left:25px;

}


.webdev-process-item{

    gap:20px;

}


.webdev-process-number{

    width:50px;

    height:50px;

    min-width:50px;

    font-size:16px;

}


.webdev-process-content{

    padding:20px;

}


.webdev-process-content h3{

    font-size:20px;

}


}

/* ==================================
   WEBSITE FEATURES SECTION
================================== */


.webdev-features-section{

    padding:100px 20px;

    background:#19272B;

}



.webdev-features-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}



.webdev-feature-card{

    background:#243135;

    padding:30px;

    border-radius:20px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}



.webdev-feature-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

}



.webdev-feature-icon{

    width:60px;

    height:60px;

    background:#19272B;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:20px;

}



.webdev-feature-icon i{

    font-size:25px;

    color:#00E5FF;

}



.webdev-feature-card h3{

    color:#fff;

    font-size:20px;

    margin-bottom:12px;

}



.webdev-feature-card p{

    color:#B8C7CC;

    line-height:1.7;

    font-size:15px;

}



@media(max-width:1100px){


.webdev-features-grid{

    grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:768px){


.webdev-features-grid{

    grid-template-columns:1fr;

}


}

/* ==================================
   TECHNOLOGY SECTION
================================== */


.webdev-tech-section{

    padding:100px 20px;

    background:#243135;

}



.webdev-tech-grid{

    max-width:1000px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}



.webdev-tech-card{

    background:#19272B;

    padding:30px 20px;

    border-radius:20px;

    border:1px solid rgba(255,255,255,.08);

    text-align:center;

    transition:.35s;

}



.webdev-tech-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

}



.webdev-tech-card img{

    width:45px;

    height:45px;

    object-fit:contain;

    margin-bottom:20px;

}



.webdev-tech-card h3{

    color:#fff;

    font-size:18px;

    margin:0;

}



@media(max-width:991px){


.webdev-tech-grid{

    grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:768px){


.webdev-tech-grid{

    grid-template-columns:1fr 1fr;

}


}

/* ==================================
   WEB DEVELOPMENT FAQ
================================== */


.webdev-faq-section{

    background:#19272B;

    padding-top:100px;

    padding-bottom:100px;

}

/* ==================================
   WEB DEVELOPMENT CTA
================================== */


.webdev-cta{

    padding-top:100px;

    padding-bottom:100px;

}