

.theme-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 100px;
    background: linear-gradient(90deg, #F8B133 0%, #F6C56F 100%);
    color: #111;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    font-size: 20px;
}

.theme-btn:hover{
    transform: translateY(-3px);
    color: #111;
}

.section-title span{
    color: #7A4EF4;
    font-size: 14px;
    font-weight: 600;
}

.section-title h2{
    font-size: 44px;
    font-weight: 700;
    margin-top: 10px;
    color: #1C1C28;
}

.section-title p{
    color: #6E6E7A;
    margin-top: 12px;
}

/* HERO */

.services-hero{
    padding: 120px 0px;
    background: url('../images/odoo-solutions/hero-bg.png');
    background-size: cover;
    color: #fff;
}

.services-hero .sub-title{
    /*padding: 8px 14px;
    background: rgba(255,255,255,.12);
    border-radius: 30px;
    font-size: 13px;*/
background: #3E227E;
border: 1px solid #6941C6;
border-radius: 24px;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 18px;
color: #E8E5FF;
padding: 8px 14px

}

.services-hero h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    /* display: flex; */
    /* align-items: center; */
    color: #FFFFFF;
    margin: 20px 0px;
}

.services-hero h1 span{
    color: #F8B133;
}

.services-hero p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #D2D2D2;
}

/* WHY */

.why-services {
    background: #fff;
    padding: 60px 0px;
}

.why-left h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 25px;
    color: #181D27;
}

.why-left p{

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 25px;
color: #666666;

}

.why-right{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.why-mini-card {
    display: flex;
    align-items: baseline;
    /* justify-content: center; */
    gap: 18px;
    background: #25144a;
    padding: 18px 22px;
    border-radius: 14px;
    transition: .4s;
}

.why-mini-card:hover{
    transform: translateX(10px);
}

.why-mini-card .icon {
    width: 50px;
    height: 50px;
    background: #9476D9;
    border-radius: 50%;
    color: #fff;
    padding: 10px 13px;
}

.why-mini-card p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

/* FRAMEWORK */

.framework {
    background: #f5f2f7;
    padding: 60px 0px;
}

.framework .value-box i{ background: transparent;}

.framework .value-box:hover i , .framework .value-box:hover h4 , .framework .value-box:hover ul li { color:#fff }


.framework .section-title span{

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
letter-spacing: 0.32px;
color: #6941C6;

}

.framework .section-title h2{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 45px;
text-align: center;
}

.framework .section-title p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 28px;
text-align: center;

}


.framework-card{
    /*background: #fff;
    border-radius: 22px;
    padding: 35px;
    height: 100%;
    transition: .4s;*/
    background: #FFFFFF;
    border: 1px solid rgba(127, 86, 217, 0.2);
    border-radius: 15px;
     padding: 35px;
     height: 100%;

}

.framework-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.framework-icon{
    /*width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg,#8A5CFF,#5E2BCF);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 25px;*/

    /* Container */
    width: 60px;
    height: 60px;
padding: 0px 14px;
background: radial-gradient(91.92% 91.92% at 35% 35%, #BBB2FF 0%, #6941C6 65%);
border-radius: 12px;
color: #fff;
font-size: 20px;
padding: 10px;




}

.framework-icon i {
    color: #fff;
    font-size: 30px;
    padding: 5px;
}

.framework-card h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    color: #000;
    margin: 10px 0px;
}

.framework-card p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #535862;
}

.framework-card ul {
    margin-top: 20px;
    padding-left: 0;
}

.framework-card ul li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13.7143px;
    line-height: 21px;
    color: #555;
    list-style-type: none;
    position: relative;
    margin: 10px 0px;
}

.framework-card ul li::before{
    content: "\f058";
    font: var(--fa-font-solid);
    font-weight: 900;
    position: relative;
    /*left: 0;
    top: 0;*/
    color: #7A4EF4;
    margin-right: 10px;
}

/* DELIVERABLES */


.deliverables-business{
    padding: 100px 0px;
    background: url(../images/contact/bg2.png);
    background-size: cover;
    background-position: center;
}

/*.deliverables{
    padding: 100px 0px;
    background: linear-gradient(180deg,#2B0B5E,#4B248A);
}*/

.deliverable-title h2{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 49px;
color: #FFFFFF;

}

.deliverable-title p{

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16.6531px;
line-height: 28px;
color: #D2D2D2;

}

.deliver-card{
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    height: 100%;
}

.deliver-card .framework-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #F9F5FF 0%, #E9D7FE 100%);
    border: 2px solid #C9BAEC;
    border-radius: 12px;
}

.deliver-card .framework-icon i {
    color: #6941c6;
    font-size: 30px;
    padding: 5px;
}

.deliver-card h4{
    font-size: 24px;
    font-weight: 700;
}

.deliver-card ul {
    margin-top: 5px;
    padding-left: 0;
}

.deliver-card li {
    /* padding-left: 24px; */
    position: relative;
    margin-bottom: 12px;
    list-style-type: none;
    font-size: 15px;
}

.deliver-card li::before {
    content: "\f00c";
    font: var(--fa-font-solid);

    font-weight: 900;
    position: relative;
    /* left: 0; */
    color: #7A4EF4;
    margin-right: 10px;
    /* padding-right: 10px; */
}

/* INTEGRATION */

.integration{
    
    padding: 100px 0px 0px;
}

.integration-img img{
    border-radius: 24px;
}

.integration-content{
    padding-left: 40px;
}

.integration-content h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.integration-content p{

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16.6531px;
line-height: 28px;
color: #D2D2D2;

}

.integration-box {
    display: flex;
    align-items: baseline;
    padding: 0px 0px 0px 19.5918px;
    gap: 15.67px;
    background: rgba(127, 86, 217, 0.12);
    border: 0.979592px solid rgba(127, 86, 217, 0.2);
    border-radius: 11.7551px;
    padding: 15px 20px;
    margin-bottom: 18px;
    transition: .4s;
}

.integration-box:hover{
    transform: translateX(8px);
}

.integration-box i {
    padding: 7px;
    background: linear-gradient(135deg, #7F56D9 0%, #9476D9 100%);
    border-radius: 9.79592px;
    color: #fff;
    font-size: 17px;
    height: 30px;
    width: 30px;
}

.integration-box p{

font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 15.6735px;
line-height: 24px;
color: #D2D2D2;


}

/* IMPACT */

.impact-section {
    padding: 60px 0px;
    background: url(../images/service/line3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.impact-box{
    /*background: linear-gradient(90deg,#2A0A59,#5D36BB);
    border-radius: 26px;
    padding: 50px;*/
padding: 56px;

isolation: isolate;
/*background: conic-gradient(from 90deg at 50% 50%, #0C041B 0deg, #3D2961 301.65deg, #0C041B 360deg), conic-gradient(from 90deg at 50% 50%, #3D2961 -58.35deg, #0C041B 198deg, #3D2961 301.65deg, #0C041B 558deg);*/
backdrop-filter: blur(32px);
border-radius: 20px;

}

.impact-box h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.impact-box p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #D2D2D2;
}

.impact-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin: 35px 0px;
}

.impact-item{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.impact-box i {
    width: 32px;
    height: 32px;
    background: radial-gradient(76.25% 76.25% at 50% 50%, #BBB2FF 0%, #6941C6 65.38%) ;
    border-radius: 5px;
    padding: 8px;
    font-size: 15px;
    color: #fff;
}

.impact-box span{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #D2D2D2;

}

.impact-box p{
    color: #DDD;
}

/* SUCCESS */

.success-story{
padding: 80px 135px;
isolation: isolate;
background: url(../images/service/section-last.png);
background-size: cover;
background-position: center;
}

.success-story .section-title span{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
letter-spacing: 0.32px;
color: #6941C6;
}

.success-story .section-title h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #252B37;
}

.success-box{
    margin-top: 50px;
    background: #fff;
    border-radius: 26px;
    padding: 40px;
}

.success-box img{
    border-radius: 20px;
}

.success-box .tag {
    padding: 4px 14px;
    background: #3E227E;
    border: 1px solid #6941C6;
    border-radius: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #E8E5FF;
    max-width: 200px;
}

.success-box h3 {
    margin-top: 20px;
font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}

.success-box p {
   
    color: #666;
    margin-top: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
}

.success-box ul{
    margin-top: 25px;
}

.success-box li {
    /* padding-left: 28px; */
    position: relative;
    margin-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    list-style-type: none;
}

.success-box li::before{
    content: "\f058";
    /*font-family: "Font Awesome 6 Free";*/
    font: var(--fa-font-solid);
    font-weight: 900;
    margin-right: 10px;
    color: #F8B133;
}

/* CTA */

.service-cta{
    padding: 0px 0px 100px;
    background: #F6F4FA;
}

.service-cta .cta-box {
    background: url('../images/service/section-cta.png');
    background-size: cover;
    background-position: center;
    border-radius: 26px;
    padding: 80px;
    margin-top: 0;
}

.service-cta .cta-box h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.service-cta .cta-box p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 32px;
color: #D2D2D2;
}

/* RESPONSIVE */

@media(max-width:991px){

    .services-hero h1{
        font-size: 42px;
    }

    .section-title h2,
    .integration-content h2,
    .why-left h2,
    .deliverable-title h2,
    .cta-box h2{
        font-size: 34px;
    }

    .integration-content{
        padding-left: 0;
        margin-top: 40px;
    }

    .impact-grid{
        grid-template-columns: repeat(2,1fr);
    }

    .cta-box{
        padding: 50px 30px;
    }
}

@media(max-width:767px){

    .section-padding{
        padding: 70px 0px;
    }

    .services-hero{
        padding: 90px 0px;
    }

    .services-hero h1{
        font-size: 34px;
    }

    .impact-grid{
        grid-template-columns: 1fr;
    }

    .success-box{
        padding: 25px;
    }

    .cta-box h2{
        font-size: 30px;
    }
}

.roadmap-title h3 {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 36px;
}

/* =========================
DESKTOP HIDE
========================= */

.roadmap-mobile{
    display:none;
}


/* =========================
MOBILE
========================= */

@media(max-width:991px){

    .mobile-activity-content{
    display:none;
}

.mobile-activity-content.active{
    display:block;
}

.roadmap-section .row{
    display:none;
}

.roadmap-mobile{
    display:block;
}

.mobile-phase{
    background:#12002b;
    border-radius:20px;
    margin-bottom:15px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
}

.mobile-phase.active{
    border:2px solid #f9a826;
    box-shadow:0 0 25px rgba(249,168,38,.25);
}

.mobile-phase-head{
    padding:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
}

.mobile-phase-head span{
    font-size:12px;
    letter-spacing:2px;
    color:#b29cf5;
}

.mobile-phase-head h5{
    color:#fff;
    margin-top:5px;
    margin-bottom:0;
    font-size:18px;
}

.mobile-phase-head i{
    color:#9c6bff;
    transition:.3s;
}

.mobile-phase.active .mobile-phase-head i{
    /*transform:rotate(180deg);*/
}

.mobile-phase-body{
    display:none;
    padding:0 15px 15px;
}

.mobile-phase.active .mobile-phase-body{
    display:block;
}

.mobile-card{
    background:#180037;
    border-radius:15px;
    padding:15px;
    margin-top:15px;
}

.mobile-card h4{
    color:#fff;
    font-size:18px;
    margin-bottom:15px;
}

.mobile-card h4 i{
    color:#9c6bff;
    margin-right:10px;
}

.mobile-card p{
    color:#ddd;
    margin-bottom:0;
}

.mobile-timeline{
    display:flex;
    gap:15px;
    overflow-x:auto;
    padding-bottom:10px;
}

.mobile-timeline::-webkit-scrollbar{
    display:none;
}

.mobile-week{
    min-width:90px;
    text-align:center;
    background:#22004c;
    padding:12px;
    border-radius:12px;
}

.mobile-week.active{
    border:2px solid #f9a826;
}

.mobile-week span{
    display:block;
    color:#fff;
    font-weight:700;
    font-size:18px;
}

.mobile-week small{
    color:#bdbdbd;
    font-size:11px;
}

.mobile-activity-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.mobile-activity{
    background:#22004c;
    border-radius:12px;
    padding:12px;
    color:#fff;
    font-size:13px;
}

.mobile-activity i{
    display:block;
    color:#9c6bff;
    margin-bottom:8px;
}

}








.odoo-page .why-mini-card {
   
    background: #714b67;
   
}

.odoo-page .why-mini-card .icon {
   
    background: #ffffff;
   
    color: #714b67;
   
}

.odoo-page .framework-icon {
   
    background: radial-gradient(91.92% 91.92% at 35% 35%, #714b678a 0%, #714b67 65%);
    
    color: #ffffff;
    
}

.odoo-page  .framework-icon i {
    color: #ffffff;
    font-size: 30px;
    padding: 0px;
    line-height: 40px;
    margin-left: -5px;
}

.odoo-page .framework-card ul li::before {
    content: "\f058";
    font: var(--fa-font-solid);
    font-weight: 900;
    position: relative;
    color: #7a5670;
    margin-right: 10px;
}

.odoo-page .deliver-card .framework-icon {
  
    background: linear-gradient(135deg, #714b679c 0%, #714b67 100%);
    border: 2px solid #8f7288;
    
}

.odoo-page .deliver-card .framework-icon i {
    color: #ffffff;
    
    line-height: 30px;
    margin-left: 0px;
}

.odoo-page .deliver-card li::before {
    content: "\f00c";
    font: var(--fa-font-solid);

    
    color: #93768b;
        
}


.odoo-page .impact-box i {
    
    background: radial-gradient(76.25% 76.25% at 50% 50%, #BBB2FF 0%, #886880 65.38%);
    
    color: #fff;
}