/* ==========================================
CUSTOM DEVELOPMENT PAGE
========================================== */


.custom-dev-page{

width:100%;
overflow:hidden;
color:#0f172a;
font-family:inherit;

}


.custom-dev-page *,
.custom-dev-page *::before,
.custom-dev-page *::after{

box-sizing:border-box;

}




/* CONTAINER */


.custom-dev-page .cd-container{

width:100%;
max-width:1200px;
margin:auto;
padding:0 25px;

}




/* ==========================================
HERO
========================================== */


.custom-dev-page .cd-hero{

padding:90px 0;

background:

radial-gradient(
circle at top right,
rgba(37,99,235,.18),
transparent 35%
),

radial-gradient(
circle at bottom left,
rgba(6,182,212,.12),
transparent 35%
),

#fff;

}



.custom-dev-page .cd-grid{

display:grid;

grid-template-columns:

1fr 450px;

gap:60px;

align-items:center;

}




.cd-content{

max-width:650px;

}




.cd-tag{

display:inline-flex;

padding:8px 18px;

border-radius:50px;

background:#eff6ff;

color:#2563eb;

font-weight:700;

font-size:14px;

}





.cd-content h1{

font-size:58px;

line-height:1.12;

letter-spacing:-2px;

margin:25px 0;

}



.cd-content h1 span{

display:block;

background:

linear-gradient(
90deg,
#2563eb,
#06b6d4
);

-webkit-background-clip:text;

color:transparent;

}





.cd-content p{

font-size:18px;

line-height:1.8;

color:#64748b;

}





/* BUTTONS */


.cd-buttons,
.cta-buttons{

display:flex;

gap:20px;

margin-top:35px;

}



.primary-btn,
.secondary-btn{

padding:15px 32px;

border-radius:50px;

font-weight:700;

text-decoration:none;

transition:.3s;

display:inline-flex;

align-items:center;

justify-content:center;

}



.primary-btn{

background:#2563eb;

color:#fff;

}



.primary-btn:hover{

transform:translateY(-4px);

box-shadow:

0 20px 40px rgba(37,99,235,.25);

}



.secondary-btn{

border:1px solid #dbeafe;

color:#2563eb;

background:#fff;

}





/* TRUST */


.cd-trust{

display:flex;

gap:35px;

margin-top:40px;

}



.cd-trust strong{

font-size:30px;

display:block;

}



.cd-trust small{

color:#64748b;

}






/* ==========================================
DASHBOARD
========================================== */


.cd-visual{

position:relative;

display:flex;

justify-content:center;

}



.software-dashboard{

width:380px;

background:white;

border-radius:30px;

box-shadow:

0 40px 80px rgba(15,23,42,.15);

overflow:hidden;

animation:

dashboardFloat 5s infinite ease-in-out;

}





.dashboard-head{

padding:20px;

background:#0f172a;

color:white;

display:flex;

gap:15px;

align-items:center;

}





.dots span{

width:8px;

height:8px;

background:#94a3b8;

border-radius:50%;

display:inline-block;

margin-right:5px;

}





.dashboard-body{

padding:25px;

background:#f8fafc;

}





.project-box{

background:white;

padding:20px;

border-radius:18px;

display:flex;

justify-content:space-between;

}





.active{

color:#16a34a;

}





.analytics-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:15px;

margin-top:20px;

}





.analytics-grid div{

background:white;

padding:20px;

border-radius:18px;

}





.analytics-grid h3{

font-size:28px;

margin:10px 0;

}





.code-window{

height:100px;

background:#0f172a;

border-radius:20px;

margin-top:20px;

padding:20px;

}





.code-window div{

height:8px;

background:#38bdf8;

margin-bottom:12px;

border-radius:10px;

}



.tech-pill{

display:inline-block;

padding:8px 15px;

background:#dbeafe;

border-radius:30px;

margin:10px 5px 0 0;

color:#2563eb;

font-weight:600;

}





/* FLOATING */


.floating-card{

position:absolute;

background:white;

padding:20px;

border-radius:20px;

box-shadow:

0 20px 50px rgba(15,23,42,.12);

z-index:5;

animation:

cardFloat 4s infinite ease-in-out;

}



.card-success{

left:-70px;

top:100px;

}



.card-security{

right:-70px;

bottom:100px;

}







/* ==========================================
COMMON SECTIONS
========================================== */


.cd-services,
.cd-process,
.cd-industries{

padding:90px 0;

background:#f8fafc;

}





.cd-why,
.cd-tech,
.cd-results,
.cd-faq,
.cd-final{

padding:90px 0;

}





.section-heading{

text-align:center;

max-width:800px;

margin:auto;

}



.section-heading span,
.tech-content span{

color:#2563eb;

font-weight:700;

}



.section-heading h2{

font-size:45px;

margin:20px 0;

}



.section-heading p{

color:#64748b;

font-size:18px;

line-height:1.7;

}







/* CARDS */


.service-grid,
.industry-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}



.service-card,
.industry-card,
.process-card,
.faq-card,
.stat-card{

background:white;

padding:35px;

border-radius:25px;

border:1px solid #e2e8f0;

transition:.3s;

}



.service-card:hover,
.industry-card:hover,
.process-card:hover{

transform:translateY(-10px);

box-shadow:

0 25px 60px rgba(15,23,42,.12);

}



.service-icon{

font-size:35px;

margin-bottom:20px;

}



.service-card p,
.industry-card p,
.faq-card p{

color:#64748b;

line-height:1.7;

}





/* WHY */


.why-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}



.why-content h2{

font-size:45px;

}



.why-content li{

list-style:none;

margin-bottom:15px;

color:#334155;

}



.why-stats{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}



.stat-card{

text-align:center;

}



.stat-card h3{

font-size:45px;

background:

linear-gradient(
90deg,
#2563eb,
#06b6d4
);

-webkit-background-clip:text;

color:transparent;

}






/* PROCESS */


.process-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

margin-top:60px;

}



.process-number{

width:55px;

height:55px;

border-radius:50%;

background:

linear-gradient(
135deg,
#2563eb,
#06b6d4
);

color:white;

display:flex;

align-items:center;

justify-content:center;

font-weight:bold;

margin-bottom:20px;

}






/* TECHNOLOGY */


.tech-box{

display:grid;

grid-template-columns:1fr 350px;

gap:60px;

align-items:center;

background:#eff6ff;

padding:60px;

border-radius:35px;

}



.tech-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:15px;

margin-top:30px;

}



.tech-grid div{

background:white;

padding:15px;

border-radius:15px;

text-align:center;

font-weight:600;

}





.tech-circle{

width:250px;

height:250px;

border-radius:50%;

background:

linear-gradient(
135deg,
#2563eb,
#06b6d4
);

color:white;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

}



.tech-circle strong{

font-size:55px;

display:block;

}







/* RESULTS */


.results-box{

background:

linear-gradient(
135deg,
#2563eb,
#06b6d4
);

padding:70px;

border-radius:35px;

color:white;

}



.result-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

margin-top:40px;

}



.result-grid div{

background:rgba(255,255,255,.15);

padding:30px;

border-radius:20px;

text-align:center;

}



.result-grid strong{

font-size:45px;

display:block;

}





/* FAQ */


.faq-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

margin-top:50px;

}







/* CTA */


.cta-box{

text-align:center;

padding:70px 40px;

border-radius:35px;

background:

linear-gradient(
135deg,
#2563eb,
#06b6d4
);

color:white;

}


.cta-box h2{

font-size:48px;

}






/* ==========================================
ANIMATION
========================================== */


@keyframes dashboardFloat{


0%,100%{

transform:translateY(0);

}


50%{

transform:translateY(-15px);

}


}





@keyframes cardFloat{


0%,100%{

transform:translateY(0);

}


50%{

transform:translateY(-12px);

}


}








/* ==========================================
RESPONSIVE
========================================== */


@media(max-width:1200px){


.cd-grid{

grid-template-columns:1fr 380px;

}


.process-grid{

grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:992px){


.cd-grid,
.why-grid,
.tech-box{

grid-template-columns:1fr;

text-align:center;

}



.cd-content{

margin:auto;

}



.floating-card{

display:none;

}



.service-grid,
.industry-grid{

grid-template-columns:repeat(2,1fr);

}


.tech-circle{

margin:auto;

}


}




@media(max-width:768px){


.cd-container{

padding:0 18px;

}



.cd-hero,
.cd-services,
.cd-process,
.cd-industries,
.cd-why,
.cd-tech,
.cd-results,
.cd-faq,
.cd-final{

padding:60px 0;

}



.cd-content h1{

font-size:38px;

}



.cd-buttons,
.cta-buttons{

flex-direction:column;

}



.primary-btn,
.secondary-btn{

width:100%;

}



.cd-trust{

justify-content:center;

}



.software-dashboard{

width:300px;

}



.service-grid,
.industry-grid,
.process-grid,
.faq-grid,
.result-grid{

grid-template-columns:1fr;

}



.tech-grid{

grid-template-columns:1fr;

}



.cta-box h2{

font-size:34px;

}



}


@media(max-width:480px){


.cd-content h1{

font-size:32px;

}



.software-dashboard{

width:260px;

}



.cd-trust{

gap:15px;

}


.cd-trust strong{

font-size:24px;

}


}

/* ==========================================
TRUSTED TECHNOLOGIES
========================================== */

.custom-dev-page .cd-trusted{

    padding:60px 0;
    background:#ffffff;

}


.custom-dev-page .cd-trusted > .cd-container > p{

    text-align:center;
    font-size:16px;
    font-weight:700;
    color:#64748b;
    margin-bottom:35px;

}



.custom-dev-page .tech-company-grid{

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:20px;

    align-items:center;

}



.custom-dev-page .tech-company-grid div{

    background:#f8fafc;

    border:1px solid #e2e8f0;

    padding:22px 15px;

    border-radius:18px;

    text-align:center;

    font-size:17px;

    font-weight:700;

    color:#334155;

    transition:.3s ease;

}



.custom-dev-page .tech-company-grid div:hover{

    transform:translateY(-6px);

    background:#eff6ff;

    color:#2563eb;

    box-shadow:

    0 15px 35px rgba(37,99,235,.12);

}




/* TABLET */

@media(max-width:992px){

    .custom-dev-page .tech-company-grid{

        grid-template-columns:repeat(3,1fr);

    }

}



/* MOBILE */

@media(max-width:576px){

    .custom-dev-page .tech-company-grid{

        grid-template-columns:repeat(2,1fr);

    }


    .custom-dev-page .tech-company-grid div{

        padding:18px 10px;

        font-size:15px;

    }

}



/* Keep anchor text color same on hover */

.custom-dev-page a:hover,
.custom-dev-page a:focus{

    color: inherit !important;

}