/* Start custom CSS for html, class: .elementor-element-e889d0a *//*==========================
SERVICES PAGE
==========================*/

.services-section{

padding:100px 0;

background:#F8FAFC;

}

.section-header{

text-align:center;

max-width:750px;

margin:auto auto 70px;

}

.section-header span{

display:inline-block;

padding:10px 22px;

background:#FFF2EA;

color:#FF6B1A;

border-radius:50px;

font-weight:600;

margin-bottom:20px;

}

.section-header h2{

font-size:46px;

line-height:1.3;

margin-bottom:20px;

color:#222;

}

.section-header h2 span{

color:#FF6B1A;

}

.section-header p{

font-size:18px;

line-height:30px;

color:#666;

}

/* GRID */

.services-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

}

/* CARD */

.service-card{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.35s;

}

.service-card:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.icon{

width:75px;

height:75px;

background:#FF6B1A;

color:#fff;

border-radius:18px;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

margin-bottom:25px;

}

.service-card h3{

font-size:28px;

margin-bottom:15px;

color:#222;

}

.service-card p{

color:#666;

line-height:28px;

margin-bottom:20px;

}

.service-card ul{

margin-bottom:25px;

padding-left:20px;

}

.service-card li{

margin-bottom:10px;

color:#555;

}

.service-card a{

text-decoration:none;

color:#FF6B1A;

font-weight:600;

}

.service-card a:hover{

color:#F05500;

}

/* RESPONSIVE */

@media(max-width:992px){

.services-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.services-section{

padding:70px 0;

}

.section-header h2{

font-size:34px;

}

.section-header p{

font-size:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec976ee *//*=========================
SOLUTIONS SECTION
=========================*/

.solutions-section{

padding:100px 0;

background:#fff;

}

.section-title{

text-align:center;

max-width:700px;

margin:0 auto 80px;

}

.section-title span{

display:inline-block;

padding:10px 22px;

background:#FFF2EA;

color:#FF6B1A;

border-radius:50px;

font-weight:600;

margin-bottom:20px;

}

.section-title h2{

font-size:46px;

color:#222;

margin-bottom:20px;

}

.section-title p{

color:#666;

line-height:30px;

}

/* Solution Box */

.solution-box{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:70px;

margin-bottom:100px;

}

.reverse .solution-image{

order:2;

}

.reverse .solution-content{

order:1;

}

.solution-image img{

width:100%;

border-radius:20px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.solution-content span{

color:#FF6B1A;

font-weight:700;

letter-spacing:1px;

}

.solution-content h3{

font-size:38px;

margin:20px 0;

color:#222;

}

.solution-content p{

color:#666;

line-height:30px;

margin-bottom:25px;

}

.solution-content ul{

list-style:none;

padding:0;

margin-bottom:35px;

}

.solution-content ul li{

margin-bottom:15px;

font-size:17px;

color:#444;

}

.btn-orange{

display:inline-block;

padding:15px 35px;

background:#FF6B1A;

color:#fff;

text-decoration:none;

border-radius:10px;

font-weight:600;

transition:.3s;

}

.btn-orange:hover{

background:#F25500;

transform:translateY(-3px);

}

/* Responsive */

@media(max-width:991px){

.solution-box{

grid-template-columns:1fr;

gap:40px;

}

.reverse .solution-image,

.reverse .solution-content{

order:unset;

}

}

@media(max-width:768px){

.solutions-section{

padding:70px 0;

}

.section-title h2{

font-size:34px;

}

.solution-content h3{

font-size:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff46565 *//*==============================
OUR PROCESS
===============================*/

.process-section{

    padding:100px 0;

    background:#F8FAFC;

}

.section-title{

    text-align:center;

    max-width:700px;

    margin:auto auto 70px;

}

.section-title span{

    display:inline-block;

    background:#FFF2EA;

    color:#FF6B1A;

    padding:10px 24px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:20px;

}

.section-title h2{

    font-size:46px;

    color:#222;

    margin-bottom:20px;

}

.section-title p{

    color:#666;

    line-height:30px;

}

/* GRID */

.process-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

/* CARD */

.process-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    position:relative;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

}

.process-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.step-number{

    position:absolute;

    top:20px;

    right:20px;

    font-size:14px;

    font-weight:700;

    color:#FF6B1A;

}

.process-icon{

    width:80px;

    height:80px;

    background:#FF6B1A;

    color:#fff;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:10px auto 25px;

    font-size:34px;

}

.process-card h3{

    font-size:24px;

    color:#222;

    margin-bottom:15px;

}

.process-card p{

    color:#666;

    line-height:28px;

}

/* RESPONSIVE */

@media(max-width:991px){

.process-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.process-section{

padding:70px 0;

}

.section-title h2{

font-size:34px;

}

.process-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a811c7a *//*=========================
INDUSTRIES
=========================*/

.industries{
    padding:100px 0;
    background:#ffffff;
}

.section-header{
    text-align:center;
    max-width:750px;
    margin:0 auto 70px;
}

.section-header span{
    display:inline-block;
    background:#FFF2EA;
    color:#FF6B1A;
    padding:10px 24px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.section-header h2{
    font-size:46px;
    color:#222;
    margin-bottom:20px;
    line-height:1.2;
}

.section-header h2 span{
    color:#FF6B1A;
}

.section-header p{
    color:#666;
    line-height:30px;
    font-size:18px;
}

/* Grid */

.industry-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* Card */

.industry-card{
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s;
    border:1px solid #f4f4f4;
}

.industry-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.industry-icon{
    width:80px;
    height:80px;
    background:#FF6B1A;
    color:#fff;
    border-radius:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 25px;
    font-size:34px;
}

.industry-card h3{
    font-size:24px;
    color:#222;
    margin-bottom:15px;
}

.industry-card p{
    color:#666;
    line-height:28px;
}

/* Responsive */

@media(max-width:992px){

.industry-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.industries{
    padding:70px 0;
}

.section-header h2{
    font-size:34px;
}

.section-header p{
    font-size:16px;
}

.industry-grid{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d087a58 *//*=========================
WHY DEVDIGITAL
==========================*/

.why-devdigital{

    padding:100px 0;

    background:#F8FAFC;

}

.why-devdigital .container{

    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:70px;

    align-items:center;

}

.section-badge{

    display:inline-block;

    background:#FFF2EA;

    color:#FF6B1A;

    padding:10px 22px;

    border-radius:40px;

    font-weight:600;

    margin-bottom:20px;

}

.why-left h2{

    font-size:48px;

    color:#222;

    margin-bottom:20px;

    line-height:1.2;

}

.why-left p{

    color:#666;

    line-height:30px;

    margin-bottom:40px;

}

/* LIST */

.why-list{

    display:flex;

    flex-direction:column;

    gap:30px;

}

.why-item{

    display:flex;

    gap:20px;

    align-items:flex-start;

}

.why-item .icon{

    width:65px;

    height:65px;

    min-width:65px;

    background:#FF6B1A;

    color:#fff;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

}

.why-item h4{

    margin-bottom:10px;

    font-size:22px;

    color:#222;

}

.why-item p{

    margin:0;

}

/* BUTTON */

.btn-primary{

    display:inline-block;

    margin-top:45px;

    background:#FF6B1A;

    color:#fff;

    text-decoration:none;

    padding:16px 38px;

    border-radius:12px;

    transition:.3s;

    font-weight:600;

}

.btn-primary:hover{

    background:#F25500;

}

/* RIGHT */

.stats-card{

    background:#fff;

    padding:50px;

    border-radius:25px;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.stat{

    text-align:center;

    padding:25px;

    border-radius:15px;

    background:#FFF7F2;

}

.stat h3{

    color:#FF6B1A;

    font-size:42px;

    margin-bottom:10px;

}

.stat p{

    color:#555;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.why-devdigital .container{

grid-template-columns:1fr;

}

.stats-card{

margin-top:40px;

}

}

@media(max-width:768px){

.why-devdigital{

padding:70px 0;

}

.why-left h2{

font-size:34px;

}

.stats-card{

grid-template-columns:1fr;

padding:30px;

}

.why-item{

flex-direction:column;

text-align:center;

}

.why-item .icon{

margin:auto;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cbdf68b *//*==============================
TOOLS SECTION
==============================*/

.tools-section{

    padding:100px 0;

    background:#ffffff;

}

.section-heading{

    text-align:center;

    max-width:750px;

    margin:0 auto 70px;

}

.section-heading span{

    display:inline-block;

    background:#FFF2EA;

    color:#FF6B1A;

    padding:10px 24px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:20px;

}

.section-heading h2{

    font-size:46px;

    margin-bottom:20px;

    color:#222;

}

.section-heading p{

    color:#666;

    line-height:30px;

}

.tools-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.tool-card{

    background:#fff;

    padding:40px 25px;

    text-align:center;

    border-radius:20px;

    border:1px solid #eee;

    box-shadow:0 10px 35px rgba(0,0,0,.05);

    transition:.35s;

}

.tool-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.tool-card img{

    width:65px;

    height:65px;

    margin-bottom:20px;

}

.tool-card h3{

    font-size:22px;

    color:#222;

    margin-bottom:12px;

}

.tool-card p{

    color:#666;

    line-height:28px;

}

/*==============================
Responsive
==============================*/

@media(max-width:992px){

.tools-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.tools-section{

padding:70px 0;

}

.section-heading h2{

font-size:34px;

}

.tools-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-676d888 *//*=========================
CASE STUDIES
=========================*/

.case-study-section{

padding:100px 0;

background:#F8FAFC;

}

.case-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:40px;

}

.case-card{

background:#fff;

border-radius:22px;

overflow:hidden;

box-shadow:0 15px 45px rgba(0,0,0,.08);

transition:.35s;

}

.case-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 70px rgba(0,0,0,.15);

}

.case-image{

position:relative;

}

.case-image img{

width:100%;

height:280px;

object-fit:cover;

}

.category{

position:absolute;

top:20px;

left:20px;

background:#FF6B1A;

color:#fff;

padding:10px 18px;

border-radius:30px;

font-size:14px;

font-weight:600;

}

.case-content{

padding:35px;

}

.case-content h3{

font-size:30px;

margin-bottom:15px;

color:#222;

}

.case-content p{

line-height:30px;

color:#666;

margin-bottom:30px;

}

.results{

display:flex;

gap:30px;

margin-bottom:30px;

}

.results div{

flex:1;

background:#FFF5EF;

padding:20px;

border-radius:15px;

text-align:center;

}

.results h4{

font-size:34px;

color:#FF6B1A;

margin-bottom:5px;

}

.results span{

color:#555;

font-size:15px;

}

.case-content a{

text-decoration:none;

color:#FF6B1A;

font-weight:600;

transition:.3s;

}

.case-content a:hover{

color:#F25500;

}

/* Responsive */

@media(max-width:991px){

.case-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.case-study-section{

padding:70px 0;

}

.results{

flex-direction:column;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-434f2df *//*=========================
PRICING SECTION
=========================*/

.pricing-section{

    padding:100px 0;

    background:#ffffff;

}

.pricing-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.pricing-card{

    background:#fff;

    border-radius:25px;

    padding:45px;

    position:relative;

    text-align:center;

    border:1px solid #eee;

    box-shadow:0 20px 50px rgba(0,0,0,.06);

    transition:.35s;

}

.pricing-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(0,0,0,.12);

}

.featured{

    background:#FF6B1A;

    color:#fff;

    transform:scale(1.05);

}

.featured h3,
.featured .plan-name,
.featured .duration,
.featured li{

    color:#fff;

}

.popular{

    position:absolute;

    top:-15px;

    left:50%;

    transform:translateX(-50%);

    background:#222;

    color:#fff;

    padding:8px 20px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}

.plan-name{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.pricing-card h3{

    font-size:52px;

    color:#FF6B1A;

    margin-bottom:10px;

}

.duration{

    display:block;

    margin-bottom:30px;

    color:#666;

}

.pricing-card ul{

    list-style:none;

    padding:0;

    margin-bottom:35px;

}

.pricing-card li{

    padding:12px 0;

    border-bottom:1px solid #eee;

    color:#555;

}

.pricing-card i{

    color:#FF6B1A;

    margin-right:10px;

}

.featured i{

    color:#fff;

}

.price-btn{

    display:inline-block;

    background:#FF6B1A;

    color:#fff;

    padding:16px 35px;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.featured .price-btn{

    background:#fff;

    color:#FF6B1A;

}

.price-btn:hover{

    opacity:.9;

}

/* Responsive */

@media(max-width:991px){

.pricing-grid{

grid-template-columns:1fr;

}

.featured{

transform:none;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b631756 *//*==========================
FAQ SECTION
==========================*/

.faq-section{

padding:100px 0;

background:#F8FAFC;

}

.faq-wrapper{

max-width:900px;

margin:auto;

}

.faq-item{

background:#fff;

margin-bottom:20px;

border-radius:18px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.05);

transition:.3s;

}

.faq-item.active{

box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.faq-question{

width:100%;

padding:28px 30px;

display:flex;

justify-content:space-between;

align-items:center;

background:none;

border:none;

cursor:pointer;

font-size:20px;

font-weight:600;

color:#222;

text-align:left;

}

.faq-question i{

color:#FF6B1A;

transition:.3s;

}

.faq-item.active i{

transform:rotate(45deg);

}

.faq-answer{

max-height:0;

overflow:hidden;

transition:max-height .4s ease;

padding:0 30px;

}

.faq-item.active .faq-answer{

max-height:250px;

padding:0 30px 30px;

}

.faq-answer p{

color:#666;

line-height:30px;

}

/* Responsive */

@media(max-width:768px){

.faq-section{

padding:70px 0;

}

.faq-question{

font-size:18px;

padding:22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-538f066 *//*===================================
CONTACT SECTION
===================================*/

.contact-section{

padding:100px 0;

background:#ffffff;

}

.contact-wrapper{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:start;

}

.section-tag{

display:inline-block;

background:#FFF2EA;

color:#FF6B1A;

padding:10px 22px;

border-radius:40px;

font-weight:600;

margin-bottom:20px;

}

.contact-info h2{

font-size:48px;

line-height:1.2;

margin-bottom:20px;

color:#222;

}

.contact-info p{

color:#666;

line-height:30px;

margin-bottom:35px;

}

.info-box{

display:flex;

gap:20px;

margin-bottom:30px;

align-items:center;

}

.info-icon{

width:65px;

height:65px;

background:#FF6B1A;

color:#fff;

border-radius:18px;

display:flex;

justify-content:center;

align-items:center;

font-size:22px;

}

.info-box h4{

margin-bottom:5px;

font-size:20px;

color:#222;

}

/* Form */

.contact-form{

background:#fff;

padding:45px;

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.contact-form h3{

font-size:30px;

margin-bottom:30px;

color:#222;

}

.contact-form form{

display:flex;

flex-direction:column;

gap:18px;

}

.contact-form input,

.contact-form select,

.contact-form textarea{

width:100%;

padding:16px 20px;

border:1px solid #ddd;

border-radius:12px;

font-size:16px;

outline:none;

transition:.3s;

font-family:inherit;

}

.contact-form input:focus,

.contact-form select:focus,

.contact-form textarea:focus{

border-color:#FF6B1A;

box-shadow:0 0 0 4px rgba(255,107,26,.15);

}

.contact-form textarea{

resize:none;

}

.contact-form button{

background:#FF6B1A;

color:#fff;

padding:18px;

border:none;

border-radius:12px;

font-size:17px;

font-weight:600;

cursor:pointer;

transition:.3s;

}

.contact-form button:hover{

background:#F25500;

transform:translateY(-3px);

}

/* Responsive */

@media(max-width:991px){

.contact-wrapper{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.contact-section{

padding:70px 0;

}

.contact-info h2{

font-size:36px;

}

.contact-form{

padding:30px;

}

}/* End custom CSS */