/* Start custom CSS for html, class: .elementor-element-dd972a4 */.services-hero{

padding:120px 8%;

background:linear-gradient(135deg,#ffffff,#eef4ff,#f6f2ff);

}

.services-hero .container{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:70px;

}

.badge{

display:inline-block;

padding:12px 24px;

background:#EEF2FF;

border-radius:50px;

color:#6C63FF;

font-weight:700;

margin-bottom:25px;

}

.services-hero h1{

font-size:60px;

line-height:1.15;

margin-bottom:25px;

color:#111827;

}

.services-hero p{

font-size:19px;

line-height:34px;

color:#64748B;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

gap:20px;

}

.primary-btn{

padding:18px 36px;

background:linear-gradient(135deg,#6C63FF,#5B8CFF);

color:#fff;

border-radius:50px;

text-decoration:none;

font-weight:700;

}

.secondary-btn{

padding:18px 36px;

border:2px solid #6C63FF;

border-radius:50px;

text-decoration:none;

color:#6C63FF;

font-weight:700;

}

.hero-right img{

width:100%;

border-radius:30px;

box-shadow:0 25px 60px rgba(0,0,0,.12);

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edfbfa4 *//* ==========================================
        DETAILED SERVICES
========================================== */

.service-showcase{

    padding:120px 8%;
    background:linear-gradient(180deg,#F8FAFF,#FFFFFF);

}

.service-row{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
    margin-top:100px;

}

.service-row.reverse{

    direction:rtl;

}

.service-row.reverse>*{

    direction:ltr;

}

.service-image img{

    width:100%;
    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.service-label{

    display:inline-flex;
    width:60px;
    height:60px;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:linear-gradient(135deg,#6C63FF,#5B8CFF);
    color:#fff;
    font-weight:700;
    margin-bottom:25px;

}

.service-content h3{

    font-size:40px;
    margin-bottom:20px;
    color:#111827;

}

.service-content p{

    color:#64748B;
    line-height:32px;
    margin-bottom:25px;
    font-size:17px;

}

.service-content ul{

    list-style:none;
    margin-bottom:35px;

}

.service-content ul li{

    margin-bottom:15px;
    color:#475569;
    font-size:16px;

}

.service-btn{

    display:inline-block;
    padding:16px 32px;
    background:linear-gradient(135deg,#6C63FF,#5B8CFF);
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:700;
    transition:.3s;

}

.service-btn:hover{

    transform:translateY(-3px);
    box-shadow:0 20px 40px rgba(108,99,255,.25);

}

@media(max-width:991px){

.service-row,
.service-row.reverse{

grid-template-columns:1fr;
direction:ltr;

}

}

@media(max-width:768px){

.service-showcase{

padding:80px 6%;

}

.service-content h3{

font-size:32px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b7d8ab *//* =======================================================
        WHY DIGICRACK DELIVERS BETTER RESULTS
======================================================= */

.why-results{

    padding:120px 8%;
    background:linear-gradient(180deg,#ffffff,#F7F9FF);

}

.results-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin-top:70px;

}

.result-card{

    background:#fff;
    padding:40px;
    border-radius:28px;
    text-align:center;

    box-shadow:0 20px 45px rgba(15,23,42,.08);

    transition:.35s;

    border:1px solid rgba(108,99,255,.08);

}

.result-card:hover{

    transform:translateY(-10px);

    box-shadow:0 35px 70px rgba(108,99,255,.16);

}

.result-icon{

    width:90px;
    height:90px;

    margin:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:40px;

    border-radius:24px;

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

    color:#fff;

    margin-bottom:30px;

}

.result-card h3{

    font-size:28px;
    margin-bottom:18px;
    color:#111827;

}

.result-card p{

    color:#64748B;
    line-height:30px;
    font-size:16px;

}

@media(max-width:1100px){

.results-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-results{

padding:80px 6%;

}

.results-grid{

grid-template-columns:1fr;

}

.result-card{

padding:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71ce82a *//* =====================================================
            INDUSTRIES WE SERVE
====================================================== */

.industries{

    padding:120px 8%;
    background:linear-gradient(180deg,#F8FAFF,#FFFFFF);

}

.industry-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:70px;

}

.industry-card{

    background:#fff;
    padding:35px;
    border-radius:24px;
    text-align:center;

    border:1px solid rgba(108,99,255,.08);

    box-shadow:0 15px 40px rgba(15,23,42,.06);

    transition:.35s;

}

.industry-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(108,99,255,.16);

}

.industry-icon{

    width:80px;
    height:80px;

    margin:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:20px;

    font-size:38px;

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

    color:#fff;

    margin-bottom:25px;

}

.industry-card h3{

    font-size:24px;
    color:#111827;
    margin-bottom:15px;

}

.industry-card p{

    color:#64748B;
    line-height:28px;
    font-size:15px;

}

@media(max-width:1100px){

.industry-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.industries{

padding:80px 6%;

}

.industry-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c9e25a *//* =====================================================
                SERVICE FAQ SECTION
====================================================== */

.service-faq{

    padding:120px 8%;
    background:linear-gradient(180deg,#ffffff,#F7F9FF);

}

.faq-list{

    max-width:950px;
    margin:70px auto 0;

}

.faq-item{

    background:#fff;
    border-radius:22px;
    margin-bottom:22px;

    box-shadow:0 15px 40px rgba(15,23,42,.06);

    overflow:hidden;

    transition:.3s;

}

.faq-item:hover{

    box-shadow:0 25px 50px rgba(108,99,255,.12);

}

.faq-question{

    width:100%;
    padding:28px 32px;

    background:none;
    border:none;

    display:flex;
    justify-content:space-between;
    align-items:center;

    font-size:20px;
    font-weight:700;

    color:#111827;

    cursor:pointer;

}

.faq-question span{

    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#EEF2FF;
    color:#6C63FF;

    font-size:24px;

    transition:.3s;

}

.faq-answer{

    max-height:0;
    overflow:hidden;

    transition:max-height .4s ease;

}

.faq-answer p{

    padding:0 32px 32px;

    color:#64748B;

    line-height:30px;

}

.faq-item.active .faq-answer{

    max-height:260px;

}

.faq-item.active .faq-question span{

    transform:rotate(45deg);

    background:#6C63FF;
    color:#fff;

}

@media(max-width:768px){

.service-faq{

padding:80px 6%;

}

.faq-question{

font-size:17px;
padding:22px;

}

.faq-answer p{

padding:0 22px 22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b9d186 *//*======================================
      TOOL STACK
=======================================*/

.tool-stack{

padding:120px 8%;

background:linear-gradient(180deg,#ffffff,#F7F9FF);

}

.tools-grid{

margin-top:70px;

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.tool-card{

background:#fff;

padding:40px 30px;

text-align:center;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.06);

transition:.35s;

border:1px solid rgba(108,99,255,.08);

}

.tool-card:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(108,99,255,.18);

}

.tool-card img{

width:65px;

height:65px;

margin-bottom:25px;

}

.tool-card h3{

font-size:24px;

margin-bottom:15px;

color:#111827;

}

.tool-card p{

color:#64748B;

line-height:28px;

}

@media(max-width:1100px){

.tools-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.tool-stack{

padding:80px 6%;

}

.tools-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-627eb3d *//* ==========================================
        WHY PARTNER WITH DIGICRACK
========================================== */

.partner-section{

    padding:120px 8%;
    background:linear-gradient(180deg,#F7F9FF,#FFFFFF);

}

.partner-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:70px;

}

.partner-card{

    background:#fff;
    padding:35px;
    border-radius:24px;
    text-align:center;
    border:1px solid rgba(108,99,255,.08);
    box-shadow:0 15px 40px rgba(15,23,42,.06);
    transition:.35s;

}

.partner-card:hover{

    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(108,99,255,.15);

}

.partner-icon{

    width:80px;
    height:80px;
    margin:0 auto 25px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:20px;
    font-size:36px;

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);
    color:#fff;

}

.partner-card h3{

    font-size:24px;
    color:#111827;
    margin-bottom:15px;

}

.partner-card p{

    color:#64748B;
    line-height:28px;

}

.partner-banner{

    margin-top:80px;
    padding:50px;
    border-radius:30px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);
    color:#fff;

    box-shadow:0 25px 60px rgba(92,108,255,.25);

}

.partner-banner h3{

    font-size:34px;
    margin-bottom:15px;

}

.partner-banner p{

    line-height:30px;
    max-width:650px;

}

.partner-btn{

    display:inline-block;
    padding:18px 36px;

    background:#fff;
    color:#6C63FF;

    border-radius:50px;
    text-decoration:none;
    font-weight:700;

    white-space:nowrap;
    transition:.3s;

}

.partner-btn:hover{

    transform:translateY(-4px);

}

@media(max-width:1100px){

.partner-grid{

grid-template-columns:repeat(2,1fr);

}

.partner-banner{

flex-direction:column;
text-align:center;

}

}

@media(max-width:768px){

.partner-section{

padding:80px 6%;

}

.partner-grid{

grid-template-columns:1fr;

}

.partner-banner h3{

font-size:28px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-480ae45 *//* ==========================================
        CLIENT SUCCESS STORIES
========================================== */

.case-studies{

    padding:120px 8%;
    background:linear-gradient(180deg,#FFFFFF,#F7F9FF);

}

.case-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin-top:70px;

}

.case-card{

    background:#fff;
    padding:40px;
    border-radius:28px;
    border:1px solid rgba(108,99,255,.08);
    box-shadow:0 20px 45px rgba(15,23,42,.06);
    transition:.35s;

}

.case-card:hover{

    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(108,99,255,.15);

}

.case-card.featured{

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);
    color:#fff;

}

.case-tag{

    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#EEF2FF;
    color:#6C63FF;
    font-size:13px;
    font-weight:700;
    margin-bottom:20px;

}

.case-card.featured .case-tag{

    background:#fff;
    color:#6C63FF;

}

.case-card h3{

    font-size:28px;
    margin-bottom:15px;

}

.case-desc{

    line-height:30px;
    margin-bottom:35px;
    color:#64748B;

}

.case-card.featured .case-desc{

    color:rgba(255,255,255,.9);

}

.metrics{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;

}

.metric{

    text-align:center;
    padding:15px;
    border-radius:18px;
    background:#F8FAFF;

}

.case-card.featured .metric{

    background:rgba(255,255,255,.15);

}

.metric h4{

    font-size:24px;
    margin-bottom:8px;
    color:#6C63FF;

}

.case-card.featured .metric h4{

    color:#fff;

}

.metric span{

    font-size:14px;
    color:#64748B;

}

.case-card.featured .metric span{

    color:#fff;

}

.case-cta{

    margin-top:90px;
    text-align:center;
    padding:60px;
    border-radius:30px;
    background:linear-gradient(135deg,#6C63FF,#5B8CFF);
    color:#fff;

}

.case-cta h3{

    font-size:40px;
    margin-bottom:20px;

}

.case-cta p{

    max-width:700px;
    margin:0 auto 35px;
    line-height:30px;

}

.case-btn{

    display:inline-block;
    padding:18px 40px;
    background:#fff;
    color:#6C63FF;
    text-decoration:none;
    font-weight:700;
    border-radius:50px;
    transition:.3s;

}

.case-btn:hover{

    transform:translateY(-4px);

}

@media(max-width:1100px){

.case-grid{

grid-template-columns:1fr;

}

.metrics{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:768px){

.case-studies{

padding:80px 6%;

}

.metrics{

grid-template-columns:1fr;

}

.case-cta h3{

font-size:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcb751f *//* ==========================================
        CLIENT TESTIMONIALS
========================================== */

.testimonials{

    padding:120px 8%;
    background:linear-gradient(180deg,#F8FAFF,#FFFFFF);

}

.testimonial-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin-top:70px;

}

.testimonial-card{

    background:#fff;
    padding:40px;
    border-radius:28px;
    border:1px solid rgba(108,99,255,.08);
    box-shadow:0 20px 45px rgba(15,23,42,.06);
    transition:.35s;

}

.testimonial-card:hover{

    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(108,99,255,.15);

}

.testimonial-card.featured{

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);
    color:#fff;

}

.stars{

    font-size:22px;
    margin-bottom:25px;

}

.review{

    line-height:32px;
    font-size:17px;
    margin-bottom:35px;
    color:#64748B;

}

.testimonial-card.featured .review{

    color:#fff;

}

.client{

    display:flex;
    align-items:center;
    gap:18px;

}

.client img{

    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;

}

.client h4{

    font-size:20px;
    margin-bottom:6px;

}

.client span{

    color:#64748B;

}

.testimonial-card.featured .client span{

    color:#EAEAFF;

}

.testimonial-summary{

    margin-top:80px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;

}

.summary-box{

    background:#fff;
    padding:30px;
    border-radius:22px;
    text-align:center;
    box-shadow:0 15px 35px rgba(15,23,42,.06);

}

.summary-box h3{

    font-size:40px;
    color:#6C63FF;
    margin-bottom:10px;

}

.summary-box p{

    color:#64748B;

}

@media(max-width:1100px){

.testimonial-grid{

grid-template-columns:1fr;

}

.testimonial-summary{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.testimonials{

padding:80px 6%;

}

.testimonial-summary{

grid-template-columns:1fr;

}

}/* End custom CSS */