

/* HERO */

.odoo-hero{
    padding:80px 0;
    background:url("../images/odoo-solutions/hero-bg.png");
    /*background:
    linear-gradient(rgba(26,7,57,.75),rgba(26,7,57,.75)),
    url("../images/odoo-solutions/hero-bg.png");*/
    background-size:cover;
    background-position:center;
}

.odoo-hero span {
    padding: 5px 15px;
    background: #714b675c;
    border-radius: 44px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F5F2F7;
}

.odoo-hero h1{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 52px;

color: #FFFFFF;


}

.odoo-hero p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #D2D2D2;
    margin-bottom: 30px;
}

.odoo-hero img.odoo-silver {
    height: 200px;
    width: auto;
}

/* ==================================
LOGO WRAPPER
================================== */

.odoo-logo-wrap{

    position: relative;

    width: 500px;
    height: 500px;

    margin: auto;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==================================
LOGO
================================== */

.odoo-silver{

    position: relative;
    z-index: 10;

    max-width: 100%;

    animation: logoFloat 5s ease-in-out infinite;

    filter:
    drop-shadow(0 0 20px rgba(138,92,246,.25));
}

/* ==================================
CENTER GLOW
================================== */

.odoo-glow{

    position: absolute;

    width: 250px;
    height: 250px;

    border-radius: 50%;

    background:
    radial-gradient(
        circle,
        rgba(138,92,246,.45),
        transparent 70%
    );

    filter: blur(60px);

    animation: glowPulse 4s ease-in-out infinite;
}

/* ==================================
RINGS
================================== */

.ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(5px);
    background: transparent !important;
}

/* OUTER */

.ring-1{

    width: 520px;
    height: 520px;

    animation:
    rotateClockwise 20s linear infinite;
}

/* MIDDLE */

.ring-2{

    width: 420px;
    height: 420px;

    border-style: dashed;

    animation:
    rotateAnti 15s linear infinite;
}

/* INNER */

.ring-3{

    width: 320px;
    height: 320px;

    animation:
    rotateClockwise 10s linear infinite;
}

/* ==================================
ANIMATION
================================== */

@keyframes rotateClockwise{

    from{
        transform: rotate(0deg);
    }

    to{
        transform: rotate(360deg);
    }

}

@keyframes rotateAnti{

    from{
        transform: rotate(360deg);
    }

    to{
        transform: rotate(0deg);
    }

}

@keyframes logoFloat{

    0%,100%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-18px);
    }

}

@keyframes glowPulse{

    0%,100%{

        opacity: .6;

        transform:
        scale(1);
    }

    50%{

        opacity: 1;

        transform:
        scale(1.15);
    }

}

.ring-1{
    border:2px dashed rgba(138,92,246,.35);
}

.ring-2 {
    border: 2px dashed rgba(255,255,255,.12);
}

.ring-3{
    border:2px dotted rgba(138,92,246,.25);
}

/* PACKAGE */

.odoo-packages{

padding: 60px 0px;
background: #f7f3ff;

}

.odoo-packages .section-title h2{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 52px;
color: #181D27;


}

.odoo-packages .package-card {
    background: #FFFFFF;
    border: 1px solid #DFDEE1;
    border-radius: 16px;
    padding: 20px;
    margin-top: 25px;
    height: 100%;
}
.odoo-packages .package-card h4{
 

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;

color: #181D27;


}

.odoo-packages .package-card p{

font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #8E8E93;
}

.odoo-packages .package-card a{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #25144A;

}

.odoo-packages .package-card img{
    width:100%;
    margin-top:25px;
    border-radius:16px;
}

/* SERVICES */

.odoo-services{
    padding:70px 0;
    background:url("../images/odoo-solutions/service-bg.png");
    background-size: cover;
    background-position: center;
}

.odoo-services .section-center h2{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 44px;
color: #FFFFFF;

}

.odoo-services .section-center p{


font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #D2D2D2;


}

.odoo-services .service-box{
   /* padding:30px;
    border-radius:20px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.1);
    height:100%;*/

padding: 20px;
isolation: isolate;
border-radius: 10px;


}

.odoo-services .service-box .service-icon{
   /* width:55px;
    height:55px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#c7b4ff,#7b49ff);
    margin-bottom:20px;*/
width: 48px;
height: 48px;
background: radial-gradient(76.25% 76.25% at 50% 50%, #BBB2FF 0%, #714B67 65.38%);
border-radius: 8px;
margin-bottom: 25px;
}

.odoo-services .service-box .service-icon i {
    color: #fff;
    padding: 12px;
}

.odoo-services  .service-box h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.odoo-services  .service-box p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #D2D2D2;
     margin-bottom: 10px;
}

.odoo-services  .service-box a{

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;

color: #FFFFFF;

}

/* =========================================
OUR APPROACH
========================================= */

.our-approach{
    background:#f5f2f7;
    padding:100px 0;
    overflow:hidden;
}

.our-approach .section-title{
    margin-bottom:80px;
}

.our-approach .section-title h2{
    font-family:'Inter';
    font-weight:700;
    font-size:42px;
    line-height:52px;
    color:#181D27;
    margin-bottom:18px;
}

.our-approach .section-title p{
    max-width:650px;
    margin:auto;
    color:#8E8E93;
    line-height:28px;
    font-size:16px;
}

/* =========================================
VERTICAL TIMELINE
========================================= */

/*.vertical-timeline{
    position:relative;
    max-width:1200px;
    margin:auto;
}*/

/* CENTER LINE */

/*.vertical-timeline::before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:4px;
    height:100%;
    background:linear-gradient(
        to bottom,
        #714B67,
        #9476D9,
        #714B67
    );
    border-radius:30px;
}*/

/* TIMELINE ITEM */

/*.our-approach .timeline-item{
    position:relative;
    width:100%;
    display:flex;
    align-items:center;
    margin-bottom:80px;
}*/

/* LEFT */

/*.timeline-item.left{
    justify-content:flex-start;
}

.timeline-item.left .timeline-content{
    margin-right:auto;
    text-align:right;
}*/

/* RIGHT */

/*.timeline-item.right{
    justify-content:flex-end;
}

.timeline-item.right .timeline-content{
    margin-left:auto;
    text-align:left;
}*/

/* CONTENT BOX */

/*.timeline-content{
    width:44%;
    background:#ffffff;
    padding:35px;
    border-radius:24px;

    border:1px solid rgba(113,75,103,0.12);

    box-shadow:
    0 10px 40px rgba(0,0,0,0.05);

    position:relative;
    transition:0.4s ease;
}

.timeline-content:hover{
    transform:translateY(-8px);
    box-shadow:
    0 20px 50px rgba(113,75,103,0.15);
}*/

/* TITLE */

/*.timeline-content h5{
    font-family:'Inter';
    font-weight:700;
    font-size:22px;
    line-height:32px;
    color:#181D27;
    margin-bottom:15px;
}*/

/* CONTENT */

/*.timeline-content p{
    font-family:'Inter';
    font-weight:400;
    font-size:15px;
    line-height:28px;
    color:#8E8E93;
    margin:0;
}*/

/* ICON */

/*.timeline-icon{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);

    width:74px;
    height:74px;

    border-radius:50%;

    background:
    linear-gradient(135deg,#714B67,#9476D9);

    display:flex;
    align-items:center;
    justify-content:center;

    z-index:2;

    border:6px solid #f5f2f7;

    box-shadow:
    0 10px 30px rgba(148,118,217,0.35);
}*/

/* ICON */

/*.timeline-icon i{
    color:#fff;
    font-size:26px;
}*/

/* GLOW */

/*.timeline-icon::before{
    content:'';
    position:absolute;
    inset:-10px;
    border-radius:50%;

    border:1px solid rgba(148,118,217,0.25);

    animation:pulseGlow 2s linear infinite;
}
*/
/* ANIMATION */

/*@keyframes pulseGlow{

    0%{
        transform:scale(0.9);
        opacity:1;
    }

    100%{
        transform:scale(1.3);
        opacity:0;
    }

}*/

/* =========================================
RESPONSIVE
========================================= */

/*@media(max-width:991px){

    .vertical-timeline::before{
        left:25px;
    }

    .timeline-item{
        justify-content:flex-start !important;
        padding-left:80px;
    }

    .timeline-content{
        width:100%;
        text-align:left !important;
        margin:0 !important;
    }

    .timeline-icon{
        left:25px;
        width:60px;
        height:60px;
    }

    .timeline-icon i{
        font-size:20px;
    }

}

@media(max-width:767px){

    .our-approach{
        padding:70px 0;
    }

    .our-approach .section-title h2{
        font-size:34px;
        line-height:44px;
    }

    .timeline-content{
        padding:28px;
    }

}*/

/* APPLICATION */

/*.odoo-applications{
    padding: 60px 0px;
    background: #ffffff;
}

.odoo-applications .app-tabs{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.odoo-applications .app-tab{
    border:none;
    background:none;
    text-align:left;
    font-weight:600;
    color:#777;
    padding:0;
}

.odoo-applications .app-tab.active{
    color:#6f46d9;
}

.odoo-applications .app-content{
    display:none;
    animation:fadeUp .5s ease;
}

.odoo-applications .app-content.active{
    display:block;
}

.odoo-applications .app-image-box{
    position:relative;
}

.odoo-applications .app-image-box img{
    width:100%;
    border-radius:24px;
}

.odoo-applications .app-info{
    position:absolute;
    left:30px;
    bottom:30px;
    background:#fff;
    padding:25px;
    border-radius:20px;
    width:400px;
}

.odoo-applications .app-list{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-top:20px;
}

.odoo-applications .app-list span{
    font-size:14px;
}*/

.odoo_application .retail-tab-content h4 {

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
color: #181D27;
margin-bottom: 15px;

    }

    .odoo_application .retail-tab-content a {

font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #714B67;


    }

.odoo_application .retail-tab-content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.odoo_application .retail-tab-content ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
}

.odoo_application .retail-tab-content ul li img {
    height: 25px;
    width: 25px;
    /* border-radius: 10px; */
    filter: invert(1);
}

/* WHY */

.why-choose-odoo-solution{
background: #fff;
padding: 60px 0px;
}

.why-choose-odoo-solution h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    color: #181D27;
}

.why-choose-odoo-solution p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #8E8E93;
}

.why-choose-odoo-solution .why-image {
    width: 80%;
    border-radius: 24px;
    display: flex;
    margin: auto;
    /* justify-content: center; */
    /* border: 2px solid #714b67; */
    /* box-shadow: 5px 5px 5px 5px #714b6736; */
    transition: all .5s ease;
}

/*.why-choose-odoo-solution .why-image:hover {
    transform: scale(1.1);
    transition: 1s;
}*/

.why-choose-odoo-solution .why-image:hover{
    transform: translateY(-8px);

    box-shadow:
    0 20px 50px rgba(124,58,237,.25),
    0 0 40px rgba(124,58,237,.15);

    border: 1px solid rgba(124,58,237,.25);
}

.why-choose-odoo-solution .why-box{
    /*padding:25px;
    border-radius:20px;
    background:#fff;
    border:1px solid #eee;
    height:100%;*/
}

.why-choose-odoo-solution .why-box i {
    width: 40px;
    height: 40px;
    background: radial-gradient(76.25% 76.25% at 50% 50%, #CBB2FF 0%, #714B67 65.38%);
    border-radius: 8px;
    color: #fff;
    padding: 7px;
    font-size: 25px;
    margin-bottom: 15px;
}

.why-choose-odoo-solution .why-box h5{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
color: #181D27;
}

.why-choose-odoo-solution .why-box p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #8E8E93;
}


/* TESTIMONIAL */

/*.odoo-testimonials{
    padding:100px 0;
    background:#170430;
}

.odoo-testimonials .section-center h2,
.odoo-testimonials .section-center p{
    color:#fff;
}

.testimonial-slider{
    overflow:hidden;
    margin-top:50px;
}*/

/*.testimonial-track{
    display:flex;
    gap:30px;
    animation:slideTestimonial 14s linear infinite;
}*/

/*.testimonial-card{
    min-width:500px;
    border:1px solid rgba(255,255,255,.1);
    padding:40px;
    border-radius:20px;
    color:#fff;
}

.quote-icon{
    font-size:50px;
    opacity:.2;
    margin-bottom:20px;
}*/

/* FAQ */

/*.faq-item{
    border-bottom:1px solid #ddd;
    padding:20px 0;
}

.faq-q{
    display:flex;
    justify-content:space-between;
    cursor:pointer;
    font-weight:600;
}

.faq-a{
    max-height:0;
    overflow:hidden;
    transition:.4s ease;
    color:#777;
}*/

/* ANIMATION */

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes slideTestimonial{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}

/* MOBILE */

@media(max-width:991px){

    .odoo-hero h1{
        font-size:42px;
    }

    .timeline-grid{
        grid-template-columns:1fr;
    }

    ..timeline-line{
        display:none;
    }

    .app-info{
        position:relative;
        width:100%;
        left:0;
        bottom:0;
        margin-top:20px;
    }

    .testimonial-card{
        min-width:320px;
    }

}

@media(max-width:767px){

    .section-title h2,
    .section-center h2{
        font-size:34px;
    }

    .odoo-hero{
        padding:110px 0;
    }

    .odoo-hero h1{
        font-size:34px;
    }

}

.retail-overlay-content ul li{

    display:flex;
    align-items:center;
    gap:12px;
}

.retail-overlay-content ul li i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgb(103 67 92 / 23%);
    color: #67435c;
    font-size: 18px;
    flex-shrink: 0;
}

.retail-overlay-content ul li p{
    margin:0;
}