@import url(./all.min.css);

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;

}










html { margin: 0; padding:0; overflow-x:hidden;}
body {
    font-family: "Manrope", sans-serif;
    font-weight: normal;
    padding: 0;
    color: #132852;
    font-weight: 400;
    padding-right: 0 !important;
    overflow-x: hidden;
    background: #fff;
    position: relative;
    font-size: 17px;
    line-height: 1.5;
    min-height: 100%;  
}
body:before{position:absolute; left:0; right:0; height:1px; background:#fff; content:''; display:block; z-index:-1;}

/*	--------------------------------------------------
Global Reset & Standards
-------------------------------------------------- */

a:focus, .active{outline: none !important; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0)!important;}

:root{--red:#ff1e00; --dark:#1a0101; --blue:#2ca8df; --yellow:#fde81e; --light:#f4e7e0;}

img{border:0;}
a{color:var(--red); text-decoration:none;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
a:hover{text-decoration:none; color:var(--blue);}


h1, h2, h3, h4, h5{margin:0 0 15px; padding:0; font-weight:900; line-height:1;}

a:focus, .active{outline: none !important; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0)!important;}

ul{ margin: 0; padding: 0; list-style: none;}

.margin-left-10{ margin-left: 10px;}
.margin-right-10{ margin-right: 10px;}
.margin-left13{ margin-left: -13px;}
.margin-left50{ margin-left: -50px;}

.spe-input::placeholder {
  color: #fff;
  opacity: 0.6; /* Firefox */
}

.spe-input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}



@keyframes blinker {
  50% { opacity: 0.2;}
}


.scroll-downs {
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 3%;
  margin: auto;
  width :28px;
  height: 25px;
  z-index:100; cursor:pointer;
}

.mousey {
  width: 3px;
  padding: 7px 12px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: var(--red);
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

.banner-area{
    position: relative;
    background: url(../images/banner_image_1-1.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden; top: -105px; margin-bottom: -105px;
}

.menu-area{position: relative; z-index: 3; padding: 15px 0;}


.nav-link-cus{ color: #fff; text-transform: uppercase; font-size: 15px; padding-right: 5px !important; padding-left: 5px !important;}
.color-orange{ color: #fc8a23;}
.color-orange2{ color: #fc8a23 !important;}
.call-button{ font-weight: 700; font-size: 18px; line-height: 20px;}
.tp-book-button{ display: inline-block; border-radius: 30px; padding: 0px 30px; color: #fff !important; background: #FF8400;}
.tp-book-button i{ transform: rotate(33deg); margin-left: 8px;}
.nav-item{ margin-right: 10px;}
.video-btn{
    margin: 200px 0 40px;
}

.video-btn a{
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.video-btn i{
    width: 45px;
    height: 45px;
    border: 2px solid #ff8c00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff8c00;
    font-size: 18px;
}

.banner-content h1{
    font-size: 75px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    max-width: 1100px;
    margin-bottom: 30px;
}

.banner-content p{
    color: #fff;
    font-size: 28px;
    max-width: 1000px;
    line-height: 1.4;
}

.circle-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 100px;
}

.circle-btn a{
    width: 220px;
    height: 220px;
    background: #ff8c00;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    transition: 0.3s;
}

.circle-btn a span{
    font-size: 60px;
    margin-bottom: 0px;
}

.circle-btn a:hover{
    transform: scale(1.05);
}

.banner-content{padding-bottom: 190px; position: relative;}

/* Responsive */

@media(max-width:991px){

    .banner-content h1{
        font-size: 55px;
    }

    .banner-content p{
        font-size: 22px;
    }

    .circle-btn{
        position: static;
        margin-top: 50px;
    }
}

@media(max-width:576px){

    .banner-content h1{
        font-size: 38px;
    }

    .banner-content p{
        font-size: 18px;
    }

    .circle-btn a{
        width: 170px;
        height: 170px;
        font-size: 18px;
    }

    .circle-btn a span{
        font-size: 40px;
    }
}


.logo-slider{
    overflow:hidden;
    white-space:nowrap;
    position:relative;
    width:100%;
    padding:20px 0;
}

.logo-track{
    display:flex;
    width:max-content;
    animation:scroll 20s linear infinite;
}

.logo-item{
    width:220px;
    height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 20px;
    background:#fff;
    border-radius:10px;
    flex-shrink:0;
}

.logo-item img{
    max-width:80%;
    max-height:70px;
    object-fit:contain;
    filter:grayscale(100%);
    transition:0.3s;
}

.logo-item img:hover{
    filter:grayscale(0%);
    transform:scale(1.05);
}

@keyframes scroll{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}

.creative-text{
    font-size:60px;
    line-height:1.3;
    color:#fff;
    overflow:hidden;
}

/* EACH LETTER EFFECT */
.creative-text{
    animation:revealText 4s ease-in-out infinite;
}

/* TEXT REVEAL */
@keyframes revealText{

    0%{
        clip-path: inset(0 100% 0 0);
        opacity:0;
    }

    20%{
        clip-path: inset(0 0 0 0);
        opacity:1;
    }

    80%{
        clip-path: inset(0 0 0 0);
        opacity:1;
    }

    100%{
        clip-path: inset(0 0 0 100%);
        opacity:0;
    }
}



.heading-01{ font-size: 3em; line-height: 60px; width: 850px;}
.home-about-area{ background: url(../images/bg.png) no-repeat; background-size: cover;}
.experience-section{
        position:relative;
        width:520px;
        padding:20px;
    }

    

 .about-section{
    position:relative;
    
    padding:80px 0 70px;
   
}



/* LEFT SIDE */
.left-area{
    position:relative;
    flex:1;
    min-width:320px;
}

/* Background Circle */
.left-area::before{
    content: "";
    position: absolute;
    top: 30px;
    left: 340px;
    width: 320px;
    height: 320px;
    /* border: 2px solid #ececec; */
    border-radius: 50%;
    z-index: 0;
    color: #f9f9f9;
    font-size: 32em;
    line-height: 0;
}

/* Plus Pattern */
.plus-pattern{
    position:absolute;
    left:-110px;
    top:50px;
    color:#e8e8e8;
    font-size:55px;
    line-height:55px;
    z-index:0;
    font-weight:300;
}

/* Main Image */
.main-image{
    position:relative;
    z-index:2;
    width:100%;
    max-width:540px;
}

.main-image img{
    width:100%;
    border-radius:30px;
    display:block;
    
}

/* Small Floating Image */
.small-image{
    position: absolute;
    right: 0px;
    top: -120px;
    width: 340px;
    
}

.small-image img{
    width:100%;
    border-radius:28px;
    
}

/* Counter Box */
.counter-box{
    position:absolute;
    left:-20px;
    bottom:0;
    width:190px;
    height:150px;
    background:#696464;
    border-radius:22px;
    z-index:2;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    color:#fff;

    box-shadow:0 12px 20px rgba(0,0,0,0.15);
}

.counter-number{
    font-size:64px;
    font-weight:700;
    line-height:1;
}

.counter-plus{
    font-size:64px;
    font-weight:700; line-height: 0;
}

.counter-text{
    margin-top:10px;
    font-size:28px;
    font-weight:600;
}

.counter-sub{
    font-size:16px;
    margin-top:5px;
}

/* RIGHT SIDE */
.right-area{
    flex:1;
    min-width:320px; position: relative;
    top: 0;
}

.right-area p{
    font-size:18px;
    line-height:1.9;
    color:#3d3d3d;
    margin-bottom:18px;
}

.erp-btn{
    display:inline-block;
    margin-top:25px;
    background:#f7941d;
    color:#fff;
    text-decoration:none;
    padding:20px 38px;
    border-radius:50px;
    font-size:20px;
    font-weight:700;
    transition:0.3s; position: relative;
}

.erp-btn:hover{
    background:#e17f08;
}

/* Background Text */
.bg-text{
    position: absolute;
    bottom: -110px;
    left: 55%;
    transform: translateX(-50%);
    font-size: 250px;
    font-weight: 700;
    color: #f9f9f9;
    z-index: 1;
    pointer-events: none;
    text-transform: lowercase;
}

/* RESPONSIVE */
@media(max-width:991px){

    
    .right-area{
        margin-top:0;
    }

    .bg-text{
        font-size:100px; display: none;
    }

    .small-image{
        width:170px;
        right:0;
    }

    .counter-box{
        width:150px;
        height:130px;
    }

    .counter-number,
    .counter-plus{
        font-size:48px;
    }

    .counter-text{
        font-size:22px;
    }
}

@media(max-width:576px){

    .main-image{
        max-width:100%;
    }

    .small-image{
        width:130px;
        bottom:60px;
    }

    .counter-box{
        width:130px;
        height:110px;
        left:20px;
    }

    .counter-number,
    .counter-plus{
        font-size:38px;
    }

    .counter-text{
        font-size:18px;
    }

    .counter-sub{
        font-size:13px;
    }

    .erp-btn{
        width:100%;
        text-align:center;
        font-size:14px;
        padding:18px 20px;
    }

    .bg-text{
        font-size:70px;
    }
}




.apps-section{
    padding:70px 0;
}

/* LEFT IMAGE */
.app-image{
    text-align:center;
    position:relative;
}

.app-image img{
    max-width:100%;
    transition:0.4s ease;
}

/* TAB MENU */
.app-tabs{
    list-style:none;
    padding:0;
    margin:0;
}

.app-tabs li{
    display:flex;
    align-items:flex-start;
    gap:25px;
    margin-bottom:15px;
    cursor:pointer;
    transition:0.3s;
}

.app-tabs li.active h2{
    color:#f68b1f;
}

.app-tabs li.active .tab-content-box{
    display:block;
}

.tab-number{
    font-size:34px;
    color:#707070;
    min-width:80px;
    line-height:1;
    font-weight:300;
}

.tab-text h2{
    font-size:50px;
    font-weight:700;
    margin-bottom:20px;
    transition:0.3s;
}

/* Pills */
.tag-list{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:10px;
}

.tag-list span{
    border:1px solid #000;
    border-radius:50px;
    padding:8px 18px;
    font-size:13px;
}

/* Description */
.tab-content-box{
    display:none;
}

.tab-content-box p{
    font-size:18px;
    line-height:1.8;
    color:#222;
    max-width:650px;
}

.learn-btn{
    display:inline-block;
    text-decoration:none;
    color:#000;
    font-size:20px;
    font-weight:700;
}

.learn-btn:hover{
    color:#f68b1f;
}

/* Responsive */
@media(max-width:1200px){

    .tab-text h2{
        font-size:50px;
    }
}

@media(max-width:991px){

    .apps-section{
        padding:0 0;
    }

    .tab-text h2{
        font-size:40px;
    }

    .tab-number{
        font-size:28px;
    }

    .app-image{
        margin-bottom:50px;
    }
}

@media(max-width:576px){

    .app-tabs li{
        gap:15px;
        margin-bottom:15px;
    }

    .tab-text h2{
        font-size:23px;
    }

    .tab-number{
        font-size:22px;
        min-width:50px;
    }

    .tag-list span{
        font-size:14px;
        padding:6px 12px;
    }

    .tab-content-box p{
        font-size:15px;
    }

    .learn-btn{
        font-size:17px;
    }
}



.services-section{
    padding:40px 0;
}

.services-box{
    background:#0e0e0e;
    border-radius:60px;
    overflow:hidden;
    color:#fff;
}

/* TOP AREA */
.top-area{
    padding:70px 0px 40px;
    border-bottom:1px solid rgba(255,255,255,0.2);
}

.top-title{
    font-size:60px;
    font-weight:700;
    line-height:1;
    margin-bottom:30px;
}

.discover-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#f7931e;
    color:#fff;
    text-decoration:none;
    padding:18px 40px;
    border-radius:50px;
    font-size:24px;
    font-weight:700;
    transition:0.3s;
}

.discover-btn:hover{
    background:#ff8400;
}

.top-content p{
    font-size:22px;
    line-height:1.4;
    color:#d7d7d7;
    max-width:700px;
    font-weight:600;
}

/* BOTTOM AREA */
.bottom-area{
    padding:0;
}

.services-tabs{
    border-right:1px solid rgba(255,255,255,0.2);
    height:100%;
    padding:45px 5px;
}

.services-tabs ul{
    list-style:none;
    padding:0;
    margin:0;
}

.services-tabs li{
    font-size:22px;
    font-weight:600;
    margin-bottom:18px;
    color:#d7d7d7;
    cursor:pointer;
    transition:0.3s;
    position:relative;
    padding-left:16px;
}

.services-tabs li:hover{
    color:#f7931e;
}

.services-tabs li.active{
    color:#f7931e;
}

.services-tabs li.active::before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:4px;
    height:30px;
    background:#f7931e;
}

/* RIGHT CONTENT */
.service-content{
    padding:20px;
}

.service-image img{
    width:100%;
    border-radius:30px;
}

.service-info{
    padding-left:30px;
}

.service-number{
    color:#f7931e;
    font-size:40px;
    font-weight:300;
}

.service-title{
    font-size:38px;
    font-weight:700;
    margin-bottom:20px;
}

.service-text{
    font-size:22px;
    line-height:1.6;
    color:#d7d7d7;
    margin-bottom:30px;
}

.service-list{
    list-style:none;
    padding:0;
}

.service-list li{
    margin-bottom:16px;
    font-size:20px;
    color:#d7d7d7;
}

.service-list li i{
    color:#f7931e;
    margin-right:12px;
}

/* RESPONSIVE */
@media(max-width:1200px){

    .top-title{
        font-size:55px;
    }

    .service-title{
        font-size:55px;
    }
}

@media(max-width:991px){

    .top-area{
        padding:40px 30px;
    }

    .top-title{
        font-size:42px;
    }

    .top-content{
        margin-top:30px;
    }

    .services-tabs{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,0.2);
    }

    .service-content{
        padding:30px;
    }

    .service-info{
        padding-left:0;
        padding-top:30px;
    }

    .service-title{
        font-size:42px;
    }
}

@media(max-width:576px){

    .services-box{
        border-radius:30px;
    }

    .top-title{
        font-size:34px;
    }

    .discover-btn{
        font-size:18px;
        padding:15px 25px;
    }

    .top-content p{
        font-size:18px;
    }

    .services-tabs li{
        font-size:18px;
    }

    .service-title{
        font-size:32px;
    }

    .service-text{
        font-size:18px;
    }

    .service-list li{
        font-size:17px;
    }
}

        


        

        .about-text p{
            color:#444;
            line-height:1.8; padding-top: 25px;
        }

        .discover-btn{
            background:#ff8c1a;
            color:#fff;
            border:none;
            padding:14px 35px;
            border-radius:50px;
            font-weight:600;
            text-decoration:none;
            display:inline-flex;
            align-items:center;
            gap:10px;
            transition:0.3s;
        }

        .discover-btn:hover{
            background:#e97805;
            color:#fff;
        }

        .about-img img{
            width:100%;
            border-radius:20px;
            object-fit:cover;  padding-top: 25px;
        }

        .info-card{
            background:#fff;
            padding:30px 25px;
            border-top:4px solid #ff8c1a;
            box-shadow:0 4px 15px rgba(0,0,0,0.08);
            height:100%;
            transition:0.3s;
        }

        .info-card:hover{
            transform:translateY(-5px);
        }

        .info-top{
            display:flex;
            justify-content:space-between;
            align-items:center;
            margin-bottom:15px;
        }

        .info-top i{
            color:#ff8c1a;
            font-size:22px;
        }

        .info-top .arrow{
            color:#222;
            font-size:20px;
        }

        .info-number{
            font-size:48px;
            font-weight:700;
            color:#222;
            line-height:1;
        }

        .info-card h5{
            margin-top:15px;
            font-weight:700;
        }

        .info-card p{
            color:#666;
            margin-bottom:0;
            font-size:15px;
        }

        @media (max-width: 991px){
            .about-text{
                margin-bottom:30px;
            }

            .about-img{
                margin-bottom:30px;
            }
        }
    

.industries-section {
        background: #0d0d0d;
        overflow: hidden; margin: 60px 0; padding: 80px 0;
    }

    .industry-title {
        color: #fff;
        font-size: 3em;
        font-weight: 800;
        line-height: 1;
    }

    .industry-text {
        color: #d5d5d5;
        max-width: 700px;
        font-size: 18px;
        line-height: 1.7;
    }

    .discover-btn {
        background: #ff8c1a;
        color: #fff;
        text-decoration: none;
        padding: 16px 34px;
        border-radius: 50px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        transition: .4s;
    }

    .discover-btn:hover {
        background: #fff;
        color: #000;
        transform: translateY(-3px);
    }

    .industry-border {
        border-top: 1px solid rgba(255,255,255,0.15);
    }

    .industry-card {
        background: #fff;
        border-radius: 14px;
        overflow: hidden;
        height: 100%;
        transition: .4s;
    }

    .industry-card:hover {
        transform: translateY(-8px);
    }

    .industry-image {
        position: relative;
        height: 220px;
        overflow: hidden;
    }

    .industry-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .6s;
    }

    .industry-card:hover img {
        transform: scale(1.08);
    }

    .industry-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1));
    }

    .industry-heading {
        position: relative;
        left: 20px;
        right: 20px;
        bottom: 46px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        z-index: 2;
    }

    .industry-image i {
        font-size: 28px;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    }

    .industry-content {
        padding: 25px 20px;
    }

    .industry-content p {
        color: #666;
        line-height: 1.7;
        margin-bottom: 25px; height: 100px;
    }

    .learn-more {
        color: #111;
        text-decoration: none;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: .3s;
    }

    .learn-more i {
        color: #ff8c1a;
    }

    .industry-content:hover .learn-more i {
        color: #fff;
    }

    .industry-content:hover .learn-more{
        color: #fff;
    }

    .custom-arrow {
        width: 55px;
        opacity: 1;
    }

    .custom-arrow span {
        width: 50px;
        height: 50px;
        background: #ff8c1a;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom-arrow i {
        color: #fff;
        font-size: 22px;
    }

    @media(max-width: 991px) {

        .industry-title {
            font-size: 48px;
        }

        .industry-text {
            font-size: 16px;
        }

        .industry-image {
            height: 200px;
        }

        .custom-arrow {
            display: none;
        }
    }

    @media(max-width: 576px) {

        .industry-title {
            font-size: 36px;
        }

        .discover-btn {
            width: 100%;
            justify-content: center;
        }

        .industry-content {
            padding: 20px 18px;
        }
    }



.testimonial-section {
        overflow: hidden; margin-bottom: 4rem;
    }

    .testimonial-title {
        font-size: 3em;
        font-weight: 800;
        color: #111;
        margin-bottom: 60px;
        line-height: 1;
    }

    .testimonial-logos {
        border-top: 1px solid #ddd;
        padding: 0px 0 20px;
        
    }

    .logo-box {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .logo-box img {
        max-width: 120px;
        object-fit: contain;
    }

    .logo-box h6 {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 700;
        color: #111;
    }

    .logo-box p {
        margin: 0;
        font-size: 13px;
        color: #777;
    }

    .testimonial-wrapper {
        background: #efefef;
        border-radius: 28px;
        padding: 60px;
        position: relative;
    }

    .testimonial-image img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        border-radius: 12px;
    }

    .testimonial-content {
        padding-left: 20px;
    }

    .quote-icon {
        font-size: 60px;
        line-height: 1;
        color: #111;
        margin-bottom: 15px;
    }

    .testimonial-text {
        font-size: 18px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 35px;
        font-weight: 400;
    }

    .testimonial-content h5 {
        font-size: 28px;
        font-weight: 700;
        color: #111;
        margin-bottom: 5px;
    }

    .testimonial-content span {
        color: #777;
        font-size: 18px;
    }

    /* Indicators */
    .testimonial-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        gap: 18px;
    }

    .testimonial-indicators button {
        width: auto !important;
        height: auto !important;
        text-indent: 0 !important;
        background: transparent !important;
        border: none;
        color: #777;
        font-weight: 700;
        font-size: 18px;
        opacity: 1 !important;
        position: relative;
        padding: 0 5px;
    }

    .testimonial-indicators button.active {
        color: #111;
    }

    .testimonial-indicators button.active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 2px;
        background: #111;
    }

    /* Responsive */
    @media(max-width: 1199px) {

        .testimonial-title {
            font-size: 56px;
        }

        .testimonial-text {
            font-size: 22px;
        }
    }

    @media(max-width: 991px) {

        .testimonial-wrapper {
            padding: 40px 30px 80px;
        }

        .testimonial-content {
            padding-left: 0;
        }

        .testimonial-image img {
            height: 280px;
        }

        .testimonial-text {
            font-size: 18px;
            line-height: 1.7;
        }

        .testimonial-content h5 {
            font-size: 24px;
        }
    }

    @media(max-width: 767px) {

        .testimonial-title {
            font-size: 42px;
        }

        .testimonial-wrapper {
            border-radius: 20px;
            padding: 30px 20px 80px;
        }

        .logo-box {
            justify-content: center;
            text-align: center;
            flex-direction: column;
        }

        .testimonial-image img {
            height: 240px;
        }

        .quote-icon {
            font-size: 45px;
        }

        .testimonial-text {
            font-size: 16px;
        }

        .testimonial-content h5 {
            font-size: 20px;
        }

        .testimonial-content span {
            font-size: 15px;
        }

        .testimonial-indicators {
            gap: 12px;
        }
    }



.case-study-section {
        background: #0d0d0d;
        border-radius: 40px;
        overflow: hidden;
        padding: 80px 0;
    }

    .case-title {
        color: #fff;
        font-size: 3em;
        font-weight: 800;
        line-height: 1;
        margin: 0 0 40px 0;
    }

    /* Tabs */
    .case-tabs {
        gap: 12px;
    }

    .case-tabs .nav-link {
        background: transparent;
        border: 1px solid rgba(255,255,255,0.15);
        color: #fff;
        border-radius: 50px;
        padding: 10px 18px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        transition: .4s;
    }

    .case-tabs .nav-link.active {
        background: #ff8c1a;
        border-color: #ff8c1a;
        color: #fff;
    }

    .case-tabs .nav-link:hover {
        background: #ff8c1a;
        border-color: #ff8c1a;
    }

    .all-case-btn {
        background: #ff8c1a;
        color: #fff;
        text-decoration: none;
        padding: 15px 30px;
        border-radius: 50px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-weight: 700;
        transition: .4s;
    }

    .all-case-btn:hover {
        background: #fff;
        color: #111;
        transform: translateY(-3px);
    }

    .case-divider {
        border-top: 1px solid rgba(255,255,255,0.12);
    }

    /* Cards */
    .case-card {
        background: transparent;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        padding-bottom: 30px;
        transition: .4s;
    }

    .case-image {
        overflow: hidden;
        border-radius: 14px;
        margin-bottom: 25px;
    }

    .case-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .6s;
    }

    .large-card .case-image img {
        height: 420px;
    }

    .small-card .case-image img {
        height: 320px;
    }

    .case-card:hover img {
        transform: scale(1.06);
    }

    .case-content span {
        color: rgba(255,255,255,0.65);
        font-size: 14px;
        letter-spacing: 1px;
        display: block;
        margin-bottom: 15px;
    }

    .case-content h3 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
    }

    .small-card .case-content h3 {
        font-size: 40px;
    }

    .arrow-btn {
        color: #fff;
        font-size: 42px;
        transition: .4s;
        flex-shrink: 0;
    }

    .case-card:hover .arrow-btn {
        color: #ff8c1a;
        transform: rotate(45deg);
    }

    /* Stats */
    .stats-box {
        background: #000;
        border-radius: 18px;
        padding: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .stats-number {
        color: #ff8c1a;
        font-size: 72px;
        font-weight: 800;
        line-height: 1;
    }

    .stats-text {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.3;
        border-left: 1px solid rgba(255,255,255,0.2);
        padding-left: 30px;
    }

    /* Responsive */
    @media(max-width: 1400px) {

        

        .case-content h3 {
            font-size: 34px;
        }

        .small-card .case-content h3 {
            font-size: 30px;
        }

        .stats-number {
            font-size: 55px;
        }

        .stats-text {
            font-size: 22px;
        }
    }

    @media(max-width: 991px) {

        .case-study-section {
            padding: 60px 0;
            border-radius: 25px;
        }

        .case-title {
            font-size: 48px;
        }

        .large-card .case-image img,
        .small-card .case-image img {
            height: 320px;
        }

        .case-content h3,
        .small-card .case-content h3 {
            font-size: 30px;
        }

        .stats-box {
            padding: 30px;
        }

        .stats-number {
            font-size: 45px;
        }

        .stats-text {
            font-size: 18px;
            padding-left: 20px;
        }
    }

    @media(max-width: 767px) {

        .case-study-section {
            margin: 10px;
            padding: 40px 0;
        }

        .case-title {
            font-size: 38px;
        }

        .case-tabs {
            gap: 8px;
        }

        .case-tabs .nav-link {
            font-size: 10px;
            padding: 8px 14px;
        }

        .all-case-btn {
            width: 100%;
            justify-content: center;
        }

        .large-card .case-image img,
        .small-card .case-image img {
            height: 250px;
        }

        .case-content h3,
        .small-card .case-content h3 {
            font-size: 24px;
        }

        .arrow-btn {
            font-size: 28px;
        }

        .stats-box {
            flex-direction: column;
            text-align: center;
            gap: 15px;
        }

        .stats-text {
            border-left: 0;
            padding-left: 0;
        }
    }


.text-black{ color: #000;}

.blog-card{
        background:#fff;
        border-radius:10px;
        overflow:hidden;
        box-shadow:0 4px 15px rgba(0,0,0,0.08);
    }

    .blog-image{
        position:relative;
        width:100%;
        height:190px;
        overflow:hidden;
    }

    .blog-image img{
        width:100%;
        object-fit:cover;
        display:block;
    }

    .blog-content{
        padding:20px;
    }

    .meta{
        display:flex;
        align-items:center;
        gap:15px;
        margin-bottom:18px;
        flex-wrap:wrap;
    }

    .category{
        background:#ff9d2f;
        color:#fff;
        font-size:12px;
        padding:6px 12px;
        border-radius:20px;
        font-weight:600;
    }

    .date{
        font-size:13px;
        color:#666;
        font-weight:600;
        text-transform:uppercase;
    }

    .title{
        font-size:24px;
        line-height:1.05;
        font-weight:800;
        color:#111;
        margin-bottom:15px;
        text-transform:uppercase;
    }

    .author{
        font-size:16px;
        color:#555;
        font-weight:600;
    }

    .author span{
        color:#000;
        font-weight:700;
    }

    @media(max-width:480px){

        .blog-card{
            width:95%;
        }

        .title{
            font-size:32px;
        }
    }


    .blog-section{ margin: 50px 0;}

.contact-section{
      padding:80px 0; background: #000; position: relative;
    }

    .contact-title{
      font-size:50px;
      font-weight:700;
      line-height:1.1;
      margin-bottom:25px; color: #fff;
    }

    .contact-text{
      font-size:22px;
      color:#d0d0d0;
      line-height:1.7;
      margin-bottom:40px;
      max-width:520px;
    }

    .contact-info{
      display:flex;
      align-items:flex-start;
      gap:15px;
      margin-bottom:30px;
    }

    .icon-box{
      width:50px;
      height:50px;
      border:2px solid #ff9800;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#ff9800;
      font-size:22px;
      flex-shrink:0;
    }

    .info-label{
      font-size:14px;
      color:#aaa;
      text-transform:uppercase;
      margin-bottom:5px;
      letter-spacing:1px;
    }

    .info-text{
      font-size:36px;
      font-weight:700;
      color:#fff;
      line-height:1.2;
    }

    .benefit-title{
      font-size:30px;
      font-weight:700;
      margin-top:50px;
      margin-bottom:25px; color: #fff;
    }

    .benefit-list{
      list-style:none;
      padding:0;
      margin:0;
    }

    .benefit-list li{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:18px;
      font-size:22px;
      color:#ddd;
    }

    .benefit-list i{
      color:#ff9800;
      font-size:18px;
    }

    .form-title{
      font-size:50px;
      font-weight:700;
      line-height:1.1;
      margin-bottom:50px; color: #fff;
    }

    .custom-input{
      background:#1f1f1f;
      border:1px solid #333;
      border-radius:40px;
      padding:18px 25px;
      color:#fff;
      height:65px;
    }

    .custom-input::placeholder{
      color:#999;
    }

    .custom-input:focus{
      background:#1f1f1f;
      border-color:#ff9800;
      color:#fff;
      box-shadow:none;
    }

    textarea.custom-input{
      height:80px;
      resize:none;
      border-radius:30px;
    }

    .checkbox-text{
      font-size:14px;
      color:#aaa;
      line-height:1.7;
    }

    .checkbox-text a{
      color:#ff9800;
      text-decoration:none;
    }

    .send-btn{
      background:#ff9800;
      color:#fff;
      border:none;
      padding:16px 40px;
      border-radius:40px;
      font-size:16px;
      font-weight:700;
      transition:0.3s;
    }

    .send-btn:hover{
      background:#e68a00;
    }

    @media(max-width:991px){

      .contact-title,
      .form-title{
        font-size:42px;
      }

      .info-text{
        font-size:28px;
      }

      .benefit-title{
        font-size:32px;
      }

      .benefit-list li{
        font-size:18px;
      }
    }

    @media(max-width:767px){

      .contact-section{
        padding:50px 0;
      }

      .contact-title,
      .form-title{
        font-size:34px;
      }

      .contact-text{
        font-size:18px;
      }

      .info-text{
        font-size:24px;
      }

      .send-btn{
        width:100%;
      }
    }


.footer-area{
      padding:70px 0 0;
      background:#f5f5f5; position: relative;
    }

    .footer-title{
      font-size:25px;
      font-weight:700;
      color:#111;
      margin-bottom:25px;
      text-transform:uppercase;
    }

    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
    }

    .footer-links li{
      margin-bottom:18px;
    }

    .footer-links li a{
      text-decoration:none;
      color:#333;
      font-size:18px;
      transition:0.3s;
    }

    .footer-links li a:hover{
      color:#f7941d;
    }

    .location-item{
      display:flex;
      gap:18px;
      margin-bottom:40px;
      align-items:flex-start;
    }

    .flag{
      line-height: 3;
    width: 40px;
    height: 40px;
    }

  .flag img{ width: 100%;}


    .location-name{
      font-size:25px;
      font-weight:600;
      color:#111;
      margin-bottom:8px;
    }

    .location-address{
      font-size:18px;
      color:#444;
      line-height:1.6;
    }

    .social-icons{
      display:flex;
      gap:14px;
      margin-bottom:45px;
      flex-wrap:wrap;
    }

    .social-icons a{
      width:38px;
      height:38px;
      border:2px solid #f7941d;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#111;
      font-size:18px;
      text-decoration:none;
      transition:0.3s;
    }

    .social-icons a:hover{
      background:#f7941d;
      color:#fff;
    }

    .contact-item{
      display:flex;
      gap:18px;
      align-items:flex-start;
      margin-bottom:22px;
    }

    .contact-item i{
      font-size:24px;
      color:#222;
      margin-top:6px;
    }

    .contact-item span{
      font-size:21px;
      color:#333;
      line-height:1.5;
    }

    @media(max-width:991px){

      .footer-title{
        font-size:28px;
      }

      .footer-links li a{
        font-size:20px;
      }

      .location-name{
        font-size:28px;
      }

      .location-address{
        font-size:20px;
      }

      .contact-item span{
        font-size:20px;
      }
    }

    @media(max-width:767px){

      .footer-area{
        padding:50px 0;
      }

      .footer-title{
        margin-top:20px;
      }

      .footer-links li a{
        font-size:18px;
      }

      .location-name{
        font-size:24px;
      }

      .location-address{
        font-size:18px;
      }

      .contact-item span{
        font-size:18px;
      }
    }

.bottom{ width: 100%; background: #000; padding: 10px 0 0; color: #fff;}

.sticky-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background: #000;
    transition: all 0.4s ease;

    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}






/* Accounting Page */

.accountingpage-banner-area{
    position: relative;
    background: url(../images/accounting-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden; background-attachment: fixed; position: relative;
    top: -106px; margin-bottom: -106px;
}

.accountingpage-banner-content{position: relative; text-align: center; padding: 200px 0 50px;}
.creative-text2{ font-size:60px; line-height:1.3; color:#fff; overflow:hidden;}
.creative-text2 span{ color:#FF8400;}
.rounded-butt{ background: #FF8400; color: #fff; border-radius: 100px; padding: 20px; display: block; text-align: center; font-size: 22px; margin-bottom: 60px;} 
.rounded-butt:hover{ background: #fff; color: #000;} 
.rounded-butt2{ background: #000; color: #fff; border-radius: 100px; padding: 20px; display: block; text-align: center; font-size: 22px; margin-bottom: 60px; border: 2px solid #fff;} 
.rounded-butt2:hover{ background: #fff; color: #000;} 

.heading-02 { font-size: 3em; line-height: 60px;}
.round-heading{display: inline-block; border: 2px solid #FF8400; padding: 10px 50px; border-radius: 100px; font-size: 20px; font-weight: 600;}
.problem-card{
    background:#f5f5f5;
    border-radius:10px;
    padding:45px 42px;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
    transition:0.4s;
}

.problem-card:hover{
    transform:translateY(-8px);
}

.problem-icon{
    font-size:70px;
    color:#f58a1f;
    margin-bottom:15px;
    line-height:1;
}

.problem-title{
    font-size:26px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:10px;
    color:#111;
}

.problem-text {
    font-size: 18px;
    line-height: 1.6;
    color: #222;
    text-align: justify;
}
/* Tablet */
@media(max-width:991px){

    .problem-card{
        padding:35px 28px;
    }

    .problem-title{
        font-size:23px;
    }

    .problem-text{
        font-size:20px;
    }

}

/* Mobile */
@media(max-width:767px){

    .problem-icon{
        font-size:55px;
    }

    .problem-title{
        font-size:22px;
    }

    .problem-text{
        font-size:18px;
        line-height:1.8;
    }

}


.margin-top-120{ margin-top: 120px;}
.currency-card{
    background:#f5f5f5;
    border-radius:10px;
    padding:30px 22px;
    box-shadow:0 10px 25px rgba(0,0,0,0.12); margin-top: 30px;
    gap:25px;
    max-width:900px; transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.currency-icon{
    color:#f58a1f;
    
}

.currency-title{
    font-size:25px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
}

.currency-card:hover .currency-text{ color:#fff;}

.currency-card:hover .currency-title{ color:#fff;}

.currency-text{
    font-size:17px;
    line-height:1.7;
    color:#222;
    margin:0; height: 170px;
}

.currency-card:hover{
    background:#2F2F2F;
    border-radius:10px;
    padding:30px 22px;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
    gap:25px;
    max-width:900px; color: #fff; 
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Tablet */
@media(max-width:991px){

    .currency-title{
        font-size:28px;
    }

    .currency-text{
        font-size:22px; height: auto;
    }

}

/* Mobile */
@media(max-width:767px){

    .currency-card{
        flex-direction:column;
        padding:30px 25px;
    }

    .currency-icon{
        font-size:45px;
    }

    .currency-title{
        font-size:26px;
    }

    .currency-text{
        font-size:18px;
    }

}



.comparison-table {
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }

        .comparison-table thead th {
            background: #f7931e;
            color: #fff;
            font-size: 2rem;
            font-weight: 700;
            text-align: center;
            padding: 20px 20px;
            border: 1px solid rgba(0,0,0,0.2);
        }

        .comparison-table tbody th {
            background: #666;
            color: #fff;
            font-size: 1.2rem;
            font-weight: 600;
            padding: 15px 24px;
            vertical-align: middle;
            border: 1px solid rgba(0,0,0,0.2);
            width: 35%;
        }

        .comparison-table tbody td {
            background: #ececec;
            color: #111;
            font-size: 1.15rem;
            padding: 15px 24px;
            vertical-align: middle;
            border: 1px solid rgba(0,0,0,0.2);
            text-align: center;
        }

        .check {
            color: #000;
            font-weight: bold;
        }

        .cross {
            color: #000;
            font-weight: bold;
        }

        @media (max-width: 768px) {

            .comparison-table thead th {
                font-size: 1.2rem;
                padding: 16px 10px;
            }

            .comparison-table tbody th,
            .comparison-table tbody td {
                font-size: 0.95rem;
                padding: 16px 12px;
            }
        }

.process-wrapper{
      padding:40px 0 0;
    }

    .process-item{
      position:relative;
      text-align:center;
      padding:0 25px;
    }

    /* top line */
    .process-item::after{
      content:"";
      position:absolute;
      top:20px;
      right:-50%;
      width:100%;
      height:2px;
      background:#cfcfcf;
      z-index:0;
    }

    .process-item:last-child::after{
      display:none;
    }

    .step-number{
      width:46px;
      height:46px;
      background:#f7931e;
      border-radius:50%;
      color:#fff;
      font-size:24px;
      font-weight:700;
      display:flex;
      align-items:center;
      justify-content:center;
      margin:0 auto 20px;
      position:relative;
      z-index:2;
    }

    .step-title{
      color:#f7931e;
      font-size:22px;
      font-weight:700;
      margin-bottom:28px;
    }

    .step-text{
      font-size: 17px;
    line-height: 1.6;
      color:#333;
      max-width:320px;
      margin:0 auto;
    }

    @media(max-width:991px){

      .process-item{
        margin-bottom:50px;
      }

      .process-item::after{
        display:none;
      }

      .step-text{
        max-width:100%;
      }
    }


.faq-section{
            padding:40px 0;
        }

        .accordion-item{
            border:none;
            border-radius:12px !important;
            overflow:hidden;
            margin-bottom:18px;
            box-shadow:0 4px 12px rgba(0,0,0,0.12);
        }

        .accordion-button{
            background:#fff;
            padding:18px 30px;
            font-size:22px;
            font-weight:500;
            color:#333;
            box-shadow:none !important;
        }

        .accordion-button:not(.collapsed){
            background:#fff;
            color:#333;
        }

        /* Remove default icon */
        .accordion-button::after{
            display:none;
        }

        /* Custom Plus Icon */
        .faq-icon{
            width:42px;
            height:42px;
            min-width:42px;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:40px;
            color:#f7931e;
            margin-right:20px;
            font-weight:300;
            line-height:1;
        }

        .accordion-body{
            padding:0 30px 25px 92px;
            font-size:16px;
            color:#666;
            line-height:1.8;
            background:#fff;
        }

        @media(max-width:768px){
            .accordion-button{
                font-size: 18px;
        padding: 10px;
        line-height: 24px;
            }

            .faq-icon{
                margin-right:15px;
                font-size:32px;
            }

            .accordion-body{
                padding:0 20px 20px 75px;
            }
        }

.crm-section{ background: #fff2e5; margin: 5em 7em; padding: 30px}
.crm-title{ color: #fc8c21; line-height: 42px;}




/* Odoo CRM Page */

.odoo-cem-banner-area{ background: url(../images/odoo-crm-banner.jpg) no-repeat center center; background-size: cover; overflow: hidden; background-attachment: fixed; position: relative;
    top: -106px; margin-bottom: -106px;}

.crm-wrapper{
      padding: 60px 0;
    }

    .left-content{
      padding-right: 60px;
      border-right: 1px solid #cfcfcf;
      height: 100%;
    }

    .left-content p{
      font-size: 18px;
      line-height: 1.9;
      color: #111;
      text-align: justify;
      margin-bottom: 40px;
    }

    .solution-btn{
      display: inline-block;
      background: #ff8c1a;
      color: #fff;
      text-decoration: none;
      padding: 18px 50px;
      border-radius: 50px;
      font-size: 22px;
      font-weight: 700;
      transition: all 0.3s ease;
    }

    .solution-btn:hover{
      background: #e97700;
      color: #fff;
    }

    .right-content{
      padding-left: 30px;
    }

    .problem-card2{
      background: #f6e7d0;
      border-radius: 6px;
      padding: 24px 28px;
      margin-bottom: 18px;
      display: flex;
      gap: 22px;
      align-items: flex-start;
    }

    .problem-icon{
      font-size: 42px;
      line-height: 1;
      min-width: 50px; height: 70px;
    }

    .problem-card2 h4{
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #111;
    }

    .problem-card2 p{
      font-size: 18px;
      color: #222;
      line-height: 1.7;
      margin-bottom: 0;
    }

    @media (max-width: 991px){

      .left-content{
        border-right: none;
        padding-right: 0;
        margin-bottom: 40px;
      }

      .right-content{
        padding-left: 0;
      }
    }

    @media (max-width: 768px){

      .left-content p,
      .problem-card2 p{
        font-size: 16px;
      }

      .problem-card2 h4{
        font-size: 20px;
      }

      .solution-btn{
        font-size: 18px;
        padding: 15px 35px;
      }

      .problem-card2{
        padding: 20px;
      }

      .problem-icon{
        font-size: 34px; height: auto;
      }
    }


    .pipeline-section{
            padding:60px 0;
        }

        .custom-tabs{
            border-right:1px solid #cfcfcf;
            height:100%;
        }

        .custom-tabs .nav-link{
            border:none;
            background:none;
            color:#666;
            font-size:20px;
            font-weight:700;
            text-align:left;
            padding:14px 20px;
            border-left:3px solid transparent;
            border-radius:0;
            transition:0.3s;
        }

        .custom-tabs .nav-link:hover{
            color:#ff7a00;
        }

        .custom-tabs .nav-link.active{
            color:#ff7a00;
            background:transparent;
            border-left:3px solid #ff7a00;
        }

        .tab-content-area{
            padding-left:40px;
        }

        .tab-title{
            font-size:42px;
            font-weight:700;
            color:#ff7a00;
            margin-bottom:25px;
        }

        .tab-text{
            font-size:20px;
            line-height:1.6;
            color:#333;
            max-width:900px;
        }

        .tab-image{
            width:100%;
            border:4px solid #ff7a00;
            border-radius:18px;
            overflow:hidden;
        }

        .tab-image img{
            width:100%;
            display:block;
            object-fit:cover;
        }

        /* Responsive */
        @media(max-width:991px){

            .custom-tabs{
                border-right:none;
                border-bottom:1px solid #ddd;
                margin-bottom:30px;
            }

            .tab-content-area{
                padding-left:0;
            }

            .custom-tabs .nav{
                flex-direction:row !important;
                overflow-x:auto;
                flex-wrap:nowrap;
                gap:10px;
            }

            .custom-tabs .nav-link{
                white-space:nowrap;
                border-left:none;
                border-bottom:3px solid transparent;
                font-size:16px;
                padding:12px 16px;
            }

            .custom-tabs .nav-link.active{
                border-left:none;
                border-bottom:3px solid #ff7a00;
            }

            .tab-title{
                font-size:30px;
            }

            .tab-text{
                font-size:17px;
            }
        }

        @media(max-width:576px){

            .pipeline-section{
                padding:40px 0;
            }

            .tab-title{
                font-size:24px;
            }

            .tab-text{
                font-size:15px;
            }

            .custom-tabs .nav-link{
                font-size:14px;
            }
        }


.crm-section{
      padding:60px 0;
    }

    .crm-wrapper{
      background:#000;
      border-radius:35px;
      overflow:hidden; margin-top: 40px;
    }

    .crm-top{
      padding:50px 50px 40px;
      border-bottom:1px solid rgba(255,255,255,0.15);
    }

    .crm-badge{
      display:inline-block;
      padding:8px 18px;
      border:1px solid #ff8c00;
      border-radius:50px;
      color:#fff;
      font-size:20px;
      letter-spacing:1px;
      margin-bottom:25px;
    }

    .crm-title2{
      color:#fff;
      font-size:60px;
      line-height:1.1;
      font-weight:700;
      max-width:950px;
      margin-bottom:20px;
    }

    .crm-text{
      color:#d7d7d7;
      font-size:20px;
      line-height:1.7;
      max-width:1000px;
      margin:0;
    }

    .crm-features{
      padding:40px 50px 50px;
    }

    .feature-card{
      background:#f7f7f7;
      border-radius:6px;
      padding:30px 25px;
      height:100%;
      transition:0.3s;
    }

    .feature-card:hover{
      transform:translateY(-5px);
    }

    .feature-icon{
      font-size:36px;
      margin-bottom:25px;
    }

    .feature-title{
      color:#ff8c00;
      font-size:24px;
      line-height:1.3;
      font-weight:700;
      margin-bottom:18px;
    }

    .feature-text{
      color:#333;
      font-size:15px;
      line-height:1.7;
      margin:0;
    }

    /* Laptop */
    @media(max-width:1199px){

      .crm-title{
        font-size:48px;
      }

      .crm-text{
        font-size:18px;
      }

    }

    /* Tablet */
    @media(max-width:991px){

      .crm-top{
        padding:40px 30px;
      }

      .crm-features{
        padding:30px;
      }

      .crm-title{
        font-size:40px;
      }

      .crm-text{
        font-size:17px;
      }

      .feature-title{
        font-size:21px;
      }

    }

    /* Mobile */
    @media(max-width:767px){

      .crm-section{
        padding:25px 0;
      }

      .crm-wrapper{
        border-radius:20px;
      }

      .crm-top{
        padding:30px 20px;
      }

      .crm-features{
        padding:20px;
      }

      .crm-title{
        font-size:30px;
      }

      .crm-text{
        font-size:15px;
        line-height:1.6;
      }

      .feature-card{
        padding:25px 20px;
      }

      .feature-title{
        font-size:19px;
      }

      .feature-text{
        font-size:14px;
      }

    }


 .odoo-card{
      background:#fff;
      border:1px solid #8e8e8e;
      padding:35px 28px;
      height:100%;
      transition:0.3s ease;
    }

    .odoo-card:hover{
      transform:translateY(-5px);
    }

    .odoo-icon{
      margin-bottom:35px;
    }

    .odoo-icon img{
      width:58px;
      height:auto;
    }

    .odoo-title{
      color:#ff7a00;
      font-size:20px;
      font-weight:500;
      margin-bottom:30px;
    }

    .odoo-text{
      color:#111;
      font-size:16px;
      line-height:1.5;
      margin:0;
    }

    /* Tablet */
    @media(max-width:991px){

      .odoo-apps-section{
        padding:45px 0;
      }

      .odoo-card{
        padding:30px 22px;
      }

      .odoo-title{
        font-size:18px;
        margin-bottom:22px;
      }

      .odoo-text{
        font-size:15px;
      }

    }

    /* Mobile */
    @media(max-width:767px){

      .odoo-apps-section{
        padding:30px 0;
      }

      .odoo-card{
        padding:25px 20px;
      }

      .odoo-icon{
        margin-bottom:25px;
      }

      .odoo-icon img{
        width:48px;
      }

      .odoo-title{
        font-size:18px;
        margin-bottom:18px;
      }

      .odoo-text{
        font-size:14px;
        line-height:1.6;
      }

    }



 .benefit-section{
      padding:60px 0;
    }

    .tabs-section{
    max-width:1300px;
    margin:50px auto;
}

.tabs-wrapper{
    display:flex;
    gap:40px;
    align-items:flex-start;
}

/* LEFT SIDE */

.tabs-left{
    width:50%;
    max-height:700px;
    padding-right:10px;
}



.tab-btn{
    width:100%;
    border:none;
    cursor:pointer;
    background:#fff;
    margin-bottom:18px;
    border-radius:8px;
    padding:12px 28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:20px;
    font-weight:700;
    color:#111;
    box-shadow:0 4px 12px rgba(0,0,0,0.12);
    transition:0.3s;
}

.tab-btn:hover{
    transform:translateY(-2px);
}

.tab-btn.active{
    background:#ff8c1a;
    color:#fff;
}

.arrow{
    width:40px;
    height:40px;
    border-radius:50%;
    /*background:#000;*/
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    flex-shrink:0;
}

.tab-btn.active .arrow{
    background:#fff;
    color:#ff8c1a;
}

/* RIGHT SIDE */

.tabs-right{
    width:50%;
    border-left:1px solid #cfcfcf;
    padding-left:35px;
}

.tab-content2{
    display:none;
}

.tab-content2.active{
    display:block;
}

.content-card{
    background:#ff8c1a;
    border-radius:14px;
    overflow:hidden;
}

.content-image{
    padding:12px;
}

.content-image img{
    width:100%;
    display:block;
    border-radius:12px;
    border:4px solid #fff;
    object-fit:cover;
}

.content-text{
    color:#fff;
    padding:10px 30px 35px;
    font-size:18px;
    line-height:1.7;
}

/* TABLET */

@media(max-width:991px){

    .tabs-wrapper{
        flex-direction:column;
    }

    .tabs-left{
        width:100%;
        max-height:unset;
        overflow-x:auto;
        overflow-y:hidden;
        display:flex;
        gap:15px;
        padding-bottom:10px;
    }

    .tab-btn{
        min-width:320px;
        margin-bottom:0;
        font-size:18px;
        padding:18px 20px;
    }

    .tabs-right{
        width:100%;
        border-left:none;
        padding-left:0;
        padding: 20px;
    }
    

}

/* MOBILE */

@media(max-width:576px){

    
    .tab-btn{
        min-width: 250px;
        font-size: 16px;
        padding: 16px 18px;
        line-height: 26px !important;
    }

    .arrow{
        width:34px;
        height:34px;
        font-size:22px;
    }

    .content-text{
        padding:20px;
        font-size:15px;
        line-height:1.6;
    }

}


.industry-section{
      padding:30px 0;
    }

    .industry-card{
      background:#fff;
      padding:40px 30px;
      min-height:300px;
      box-shadow:0 8px 20px rgba(0,0,0,0.12);
      transition:all .4s ease;
      cursor:pointer;
    }

    .industry-card:hover{
      background:#ff8c1a;
      transform:translateY(-8px);
    }

    .industry-card:hover h4,
    .industry-card:hover p,
    .industry-card:hover .icon{
      color:#fff;
    }

    .industry-card .icon{
      font-size:40px;
      margin-bottom:25px;
      display:inline-block;
      transition:.3s;
    }

    .industry-card h4{
      font-size:26px;
      font-weight:700;
      color:#2d2d2d;
      margin-bottom:30px;
      line-height:1.3;
      transition:.3s;
    }

    .industry-card p{
      color:#222;
      font-size:18px;
      line-height:1.5;
      transition:.3s;
      margin-bottom:0;
    }

    @media(max-width:991px){
      .industry-card{
        min-height:auto;
      }

      .industry-card h4{
        font-size:26px;
      }

      .industry-card p{
        font-size:18px;
      }
    }


.crm-section2{
      border-top:1px solid #d8d8d8; margin-top: 30px;
    }

    .left-area{
      padding:25px 20px;
      border-right:1px solid #d0d0d0;
      height:100%;
    }

    .left-area h2{
      color:#f68b1f;
      font-size:34px;
      font-weight:700;
      line-height:1.3;
      margin-bottom:20px;
    }

    .left-area p{
      color:#333;
      font-size:18px;
      line-height:1.7;
      margin-bottom:30px;
    }

    .custom-input{
      height:55px;
      border:1px solid #999;
      border-radius:40px;
      background:transparent;
      padding:0 20px;
      margin-bottom:18px;
      box-shadow:none !important;
    }

    .demo-btn{
      background:#f68b1f;
      color:#fff;
      border:none;
      border-radius:40px;
      height:58px;
      font-weight:700;
      width:100%;
      transition:0.3s ease;
    }

    .demo-btn:hover{
      background:#df770d;
    }

    .stats-wrapper{
      padding:35px;
    }

    .stat-card{
      background:#fff;
      min-height:230px;
      padding:35px 25px;
      position:relative;
      box-shadow:0 10px 25px rgba(0,0,0,0.12);
      display:flex;
      flex-direction:column;
      justify-content:center;
      overflow:hidden;
    }

    .stat-card::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:8px;
      height:100%;
      background:#f68b1f;
    }

    .stat-card.dark-line::before{
      background:#333;
    }

    .stat-number{
      font-size:58px;
      font-weight:800;
      line-height:1;
      margin-bottom:10px;
      color:#2d2d2d;
    }

    .orange{
      color:#f68b1f;
    }

    .stat-text{
      font-size:22px;
      font-weight:700;
      color:#333;
      line-height:1.3;
    }

    @media(max-width:991px){

      .left-area{
        border-right:none;
        border-bottom:1px solid #d0d0d0;
        padding:40px 25px;
      }

      .left-area h2{
        font-size:30px;
      }

      .left-area p{
        font-size:16px;
      }

      .stats-wrapper{
        padding:25px;
      }

      .stat-card{
        min-height:190px;
      }

      .stat-number{
        font-size:46px;
      }

      .stat-text{
        font-size:20px;
      }
    }

    @media(max-width:576px){

      .left-area{
        padding:30px 20px;
      }

      .stats-wrapper{
        padding:20px;
      }

      .stat-card{
        min-height:170px;
        padding:25px 20px;
      }

      .stat-number{
        font-size:38px;
      }

      .stat-text{
        font-size:18px;
      }

      .demo-btn{
        height:52px;
      }
    }

.process-section{
      overflow:hidden;
    }

    .process-wrapper{
      position:relative;
    }

    

    .process-item{
      position:relative;
      text-align:center;
      padding:0 15px;
      z-index:2;
    }

    .step-circle{
      width:42px;
      height:42px;
      background:#f68b1f;
      color:#fff;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      font-weight:700;
      margin:0 auto 25px;
      position:relative;
      z-index:2;
    }

    .process-title{
      font-size:18px;
      font-weight:700;
      color:#f68b1f;
      line-height:1.4;
      margin-bottom:18px;
      min-height:55px;
    }

    .process-text{
      font-size:16px;
      line-height:1.5;
      color:#333;
    }

    /* Tablet */
    @media(max-width:991px){

      .process-section{
        padding:0px 0;
      }

      .process-wrapper::before{
        display:none;
      }

      .process-item{
        margin-bottom:0px;
      }

      .process-title{
        min-height:auto;
      }
    }

    /* Mobile */
    @media(max-width:576px){

      .process-section{
        padding:50px 0;
      }

      .step-circle{
        width:38px;
        height:38px;
        font-size:20px;
      }

      .process-title{
        font-size:20px;
      }

      .process-text{
        font-size:15px;
      }
    }


.services-section{
      padding:60px 0;
    }

    .service-card{
      border-radius:4px;
      padding:35px 30px;
      min-height:220px;
      box-shadow:0 8px 20px rgba(0,0,0,0.12) !important;
      transition:all 0.35s ease;
      cursor:pointer;
      display:flex;
      flex-direction:column;
      justify-content:center; margin-top: 20px;
    }

    .service-icon{
      font-size:34px;
      margin-bottom:18px;
      transition:0.35s ease;
    }

    .service-title{
      font-size:17px;
      font-weight:700;
      line-height:1.4;
      color:#111;
      margin:0;
      transition:0.35s ease;
    }

    /* Hover Effect */
    .service-card:hover{
      background:#f68b1f;
      transform:translateY(-5px);
    }

    .service-card:hover .service-title,
    .service-card:hover .service-icon{
      color:#fff;
    }

    
    

    /* Responsive */
    @media(max-width:991px){

      .service-card{
        min-height:190px;
        padding:30px 25px;
      }

      .service-title{
        font-size:18px;
      }
    }

    @media(max-width:576px){

      .services-section{
        padding:40px 0;
      }

      .service-card{
        min-height:auto;
        padding:5px 20px;
      }

      .service-icon{
        font-size:30px;
        margin-bottom:15px;
      }

      .service-title{
        font-size:17px;
      }
    }

.odoo-crm-service-title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px; line-height: 25px;
    height: 60px;
}
.odoo-crm-service-title:hover {
    color: #fff;
}



/* Odoo Manufactuning */

.feature-section{
      padding:30px 0;
    }

    .feature-card{
      background:#f4ede3;
      padding:30px 28px;
      min-height:210px;
      box-shadow:0 8px 20px rgba(0,0,0,0.12);
      transition:all 0.35s ease;
      border-radius:4px;
      height:100%;
    }

    .feature-card:hover{
      transform:translateY(-5px);
    }

    /* Active Card */
    .feature-card:hover{
      background:#f68b1f;
      color:#fff;
    }

    .feature-card:hover .feature-title,
    .feature-card:hover .feature-text,
    .feature-card:hover .feature-icon{
      color:#fff;
    }

    .feature-top{
      display:flex;
      align-items:flex-start;
      gap:18px;
      margin-bottom:15px;
    }

    .feature-icon{
      font-size:34px;
      line-height:1;
      color:#111;
      flex-shrink:0;
    }

    .feature-title{
      font-size:20px;
      font-weight:700;
      color:#111;
      margin-bottom:14px;
      line-height:1.3;
    }

    .feature-text{
      font-size:17px;
      line-height:1.7;
      color:#222;
      margin:0;
    }

    /* Bottom row center align */
    .bottom-row{
      margin-top:30px;
      justify-content-center;
    }

    /* Responsive */
    @media(max-width:991px){

      .feature-card{
        min-height:auto;
      }

      .bottom-row{
        margin-top:0;
      }

      .feature-title{
        font-size:19px;
      }

      .feature-text{
        font-size:16px;
      }
    }

    @media(max-width:576px){

      .feature-section{
        padding:40px 0;
      }

      .feature-card{
        padding:25px 20px;
      }

      .feature-top{
        gap:14px;
      }

      .feature-icon{
        font-size:28px;
      }

      .feature-title{
        font-size:18px;
      }

      .feature-text{
        font-size:15px;
        line-height:1.6;
      }
    }

.service-section{
      padding:0 0;
    }

    .left-content{
      padding-right:40px;
      border-right:1px solid #cfcfcf;
      height:100%;
    }

    .left-content ul{
      padding-left:20px;
      margin:0;
    }

    .left-content li{
      margin-bottom:35px;
      color:#222;
      line-height:1.8;
      font-size:18px;
    }

    .right-content{
      padding-left:40px;
    }

    .service-title{
      color:#f58220;
      font-size:42px;
      font-weight:700;
      margin-bottom:30px;
    }

    .service-box{
      background:#f5eadb;
      padding:35px;
      border-radius:8px;
      margin-bottom:30px;
    }

    .service-box ul{
      list-style:none;
      padding:0;
      margin:0;
    }

    .service-box li{
      margin-bottom:22px;
      font-size:22px;
      font-weight:700;
      color:#2d2d2d;
      display:flex;
      align-items:center;
      gap:15px;
    }

    .service-box li:last-child{
      margin-bottom:0;
    }

    .service-box i{
      color:#2d2d2d;
      font-size:24px;
    }

    .bottom-text{
      font-size:20px;
      color:#222;
      line-height:1.8;
    }

    /* Responsive */
    @media (max-width: 991px){

      .left-content{
        border-right:none;
        padding-right:0;
        margin-bottom:40px;
      }

      .right-content{
        padding-left:0;
      }

      .service-title{
        font-size:34px;
      }

      .service-box li{
        font-size:20px;
      }

      .bottom-text{
        font-size:18px;
      }
    }

    @media (max-width: 575px){

      .service-section{
        padding:40px 0;
      }

      .left-content li{
        font-size:16px;
        margin-bottom:25px;
      }

      .service-title{
        font-size:25px;
      }

      .service-box{
        padding:25px 20px;
      }

      .service-box li{
        font-size:17px;
        gap:10px;
        align-items:flex-start;
      }

      .service-box i{
        font-size:18px;
        margin-top:4px;
      }

      .bottom-text{
        font-size:16px;
      }
    }

.feature-text2 { height: 120px;}
.color-black{ color: #000;}
.spe-padding{ padding: 10px 0;}
.tab-title-odoo-manufacturing { font-size: 30px; font-weight: 700; color: #ff7a00; margin-bottom: 25px;}
/* =========================
       UNIQUE TESTIMONIAL SLIDER
    ========================== */

    .envertis-testimonial-section{
      padding:60px 15px;
    }

    .envertis-testimonial-wrapper{
      
      padding:40px 30px;
      position:relative;
      overflow:hidden;
    }

    .envertis-testimonial-slider{
      position:relative;
    }

    .envertis-testimonial-item{
      display:none;
      animation:fadeEffect 0.5s ease;
    }

    .envertis-testimonial-item.active{
      display:block;
    }

    @keyframes fadeEffect{
      from{
        opacity:0;
        transform:translateY(10px);
      }
      to{
        opacity:1;
        transform:translateY(0);
      }
    }

    .envertis-testimonial-text{
      font-size:32px;
      line-height:1.5;
      color:#333;
      margin-bottom:35px;
      font-weight:400;
    }

    .envertis-testimonial-author{
      color:#f58220;
      font-size:24px;
      font-weight:700;
      line-height:1.5;
      margin-bottom:40px;
    }

    /* Dots */

    .envertis-slider-dots{
      display:flex;
      align-items:center;
      gap:12px;
    }

    .envertis-dot{
      width:14px;
      height:14px;
      border:1px solid #777;
      border-radius:50%;
      cursor:pointer;
      transition:0.3s;
      background:transparent;
    }

    .envertis-dot.active{
      background:#666;
      border-color:#666;
    }

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

    @media (max-width:991px){

      .envertis-testimonial-text{
        font-size:26px;
      }

      .envertis-testimonial-author{
        font-size:20px;
      }
    }

    @media (max-width:767px){

      .envertis-testimonial-wrapper{
        padding:30px 20px;
      }

      .envertis-testimonial-text{
        font-size:20px;
        margin-bottom:25px;
      }

      .envertis-testimonial-author{
        font-size:17px;
        margin-bottom:30px;
      }

      .envertis-dot{
        width:12px;
        height:12px;
      }
    }




/* Odoo Pos Page */


.odoo-pos-banner-area {
    position: relative;
    background: url(../images/odoo-pos-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px;
}

.rounded-butt-pos {
    background: #FF8400;
    color: #fff;
    border-radius: 100px;
    padding: 20px;
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
}

.envr-pos-section{
            
            padding: 40px 0;
        }

        .envr-left-content{
            padding-right: 40px;
            border-right: 1px solid #d8d8d8;
            height: 100%;
        }

        .envr-left-content p{
            font-size: 18px;
            line-height: 1.9;
            color: #222;
            margin-bottom: 35px;
        }

        .envr-feature-box{
            background: #d9d9d9;
            padding: 28px 28px;
            border-radius: 8px;
            display: flex;
            gap: 20px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
        }

        .envr-feature-box:hover{
            transform: translateY(-5px);
            background: #ececec;
        }

        .envr-feature-icon{
            min-width: 40px;
        }

        .envr-feature-icon i{
            font-size: 34px;
            color: #ff8400;
            font-weight: bold;
        }

        .envr-feature-content h4{
            font-size: 24px;
            font-weight: 700;
            color: #2c2c2c;
            margin-bottom: 12px;
        }

        .envr-feature-content p{
            font-size: 18px;
            line-height: 1.7;
            color: #333;
            margin-bottom: 0;
        }

        /* Responsive */
        @media (max-width: 991px){

            .envr-left-content{
                border-right: none;
                padding-right: 0;
                margin-bottom: 40px;
            }

            .envr-feature-content h4{
                font-size: 22px;
            }

            .envr-feature-content p,
            .envr-left-content p{
                font-size: 16px;
            }
        }

        @media (max-width: 575px){

            .envr-feature-box{
                flex-direction: column;
                gap: 12px;
                padding: 22px;
            }

            .envr-feature-icon i{
                font-size: 28px;
            }

            .envr-feature-content h4{
                font-size: 20px;
            }
        }

 .odx-pos-section{
      padding: 10px 0;
      
    }

    .odx-pos-wrapper{
      overflow: hidden;
      border-radius: 45px 45px 0 0;
      box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }

    /* Header */
    .odx-pos-head{
      background: #ff8c1a;
      color: #fff;
      font-weight: 700;
      font-size: 22px;
      text-align: center;
    }

    .odx-pos-head .col-md-6{
      padding: 26px 20px;
    }

    .odx-pos-head .col-md-6:first-child{
      border-right: 2px solid rgba(0,0,0,0.25);
    }

    /* Rows */
    .odx-pos-row{
      border-top: 1px solid rgba(0,0,0,0.25);
    }

    .odx-left-box{
      background: #666363;
      color: #fff;
      padding: 22px 32px;
      height: 100%;
      border-right: 2px solid rgba(0,0,0,0.25);
    }

    .odx-right-box{
      background: #e7e7e7;
      color: #333;
      padding: 22px 32px;
      height: 100%;
    }

    .odx-left-box h4,
    .odx-right-box h4{
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px;
      line-height: 1.4;
    }

    .odx-left-box p,
    .odx-right-box p{
      font-size: 17px;
      line-height: 1.6;
      margin-bottom: 0;
    }

    /* Responsive */
    @media (max-width: 991px){

      .odx-pos-head{
        font-size: 18px;
      }

      .odx-left-box,
      .odx-right-box{
        padding: 20px;
      }

      .odx-left-box h4,
      .odx-right-box h4{
        font-size: 18px;
      }

      .odx-left-box p,
      .odx-right-box p{
        font-size: 15px;
      }
    }

    @media (max-width: 767px){

      .odx-pos-wrapper{
        border-radius: 25px 25px 0 0;
      }

      .odx-pos-head .col-md-6:first-child{
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.25);
      }

      .odx-left-box{
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
      }

      .odx-pos-head .col-md-6{
        padding: 18px 15px;
      }

      .odx-pos-head{
        font-size: 17px;
      }
    }

.feature-text3 {
    height: 170px;
}

.tabs-right2 {
    width: 50%;
    border-right: 1px solid #cfcfcf;
    padding-right: 35px;
    padding-left: 0; line-height: 36px;
}

.tab-btn2 {
    align-items: flex-start; justify-content: flex-start; line-height: 36px;}

.arrow2{ margin-right: 20px;}    
.tab-content2,
.tab-content3{
    display: none;
}

.tab-content2.active,
.tab-content3.active{
    display: block;
}

.tab-btn3 {
    width: 100%;
    border: none;
    cursor: pointer;
    background: #fff;
    margin-bottom: 18px;
    border-radius: 8px;
    padding: 12px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
}

.tab-btn3.active {
    background: #ff8c1a;
    color: #fff;
}



/* odoo-purchase-page  */
.odoo-purchase-banner-area {
    position: relative;
    background: url(../images/odoo-purchase-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px;
}

 .prmx-section{
      padding: 70px 0;
    }

    .prmx-card{
      border-radius: 6px;
      padding: 38px 38px;
      height: 100%;
      box-shadow: 0 10px 18px rgba(0,0,0,0.12);
      transition: all 0.35s ease;
    }

    .prmx-card:hover{
      transform: translateY(-8px);
      box-shadow: 0 16px 28px rgba(0,0,0,0.16);
    }

    .prmx-icon{
      margin-bottom: 30px;
    }

    .prmx-icon i{
      font-size: 48px;
      color: #ff8a00;
      line-height: 1;
    }

    .prmx-card h3{
      font-size: 34px;
      font-weight: 700;
      color: #111;
      margin-bottom: 28px;
      line-height: 1.4;
    }

    .prmx-card p{
      font-size: 18px;
      line-height: 1.7;
      color: #222;
      margin-bottom: 0;
      text-align: justify;
    }

    /* Tablet */
    @media (max-width: 991px){

      .prmx-card{
        padding: 30px;
      }

      .prmx-card h3{
        font-size: 28px;
      }

      .prmx-card p{
        font-size: 18px;
      }

      .prmx-icon i{
        font-size: 42px;
      }
    }

    /* Mobile */
    @media (max-width: 767px){

      .prmx-section{
        padding: 50px 0;
      }

      .prmx-card{
        padding: 25px;
      }

      .prmx-card h3{
        font-size: 24px;
        margin-bottom: 18px;
      }

      .prmx-card p{
        font-size: 16px;
        line-height: 1.7;
      }

      .prmx-icon{
        margin-bottom: 20px;
      }

      .prmx-icon i{
        font-size: 36px;
      }
    }

.odx-cta-btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #f7931e;
      color: #ffffff;
      text-decoration: none;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 18px 38px;
      border-radius: 50px;
      transition: all 0.3s ease;
      font-family: Arial, sans-serif;
      letter-spacing: 0.3px;
      text-align: center;
      width: auto;
      max-width: 100%;
    }

    .odx-cta-btn:hover{
      background: #e67e00;
      color: #fff;
      transform: translateY(-2px);
    }

    /* Responsive */
    @media (max-width: 767px){

      .odx-cta-btn{
        font-size: 14px;
        padding: 15px 24px;
        width: 100%;
      }

    }

.evp-purchase-section{
      padding: 30px 0;
      
    }

    /* LEFT CONTENT */
    .evp-left-content{
      padding-right: 40px;
      border-right: 1px solid #d3d3d3;
      height: 100%;
    }

    .evp-left-content p{
      font-size: 18px;
      line-height: 1.9;
      color: #111;
      margin-bottom: 28px;
      text-align: justify;
    }

    .evp-feature-list{
      padding-left: 18px;
      margin-top: 35px; list-style: unset;
    }

    .evp-feature-list li{
      font-size: 16px;
      line-height: 1.8;
      color: #111;
      margin-bottom: 16px;
      font-weight: 600;
    }

    /* RIGHT CARDS */
    .evp-status-card{
      background: #ffffff;
      border-radius: 6px;
      padding: 18px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.12);
      transition: all 0.3s ease;
      height: 100%;
    }

    .evp-status-card:hover{
      transform: translateY(-4px);
    }

    .evp-card-left{
      display: flex;
      align-items: center;
      gap: 18px;
      flex: 1;
    }

    .evp-card-icon{
      font-size: 34px;
      color: #888;
      line-height: 1;
      min-width: 40px;
    }

    .evp-card-content h4{
      font-size: 20px;
      font-weight: 700;
      color: #111;
      margin-bottom: 8px;
      line-height: 1.4;
    }

    .evp-card-content p{
      font-size: 18px;
      color: #333;
      margin-bottom: 0;
      line-height: 1.6;
    }

    .evp-status-badge{
      background: #f7931e;
      color: #fff;
      padding: 8px 20px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 500;
      white-space: nowrap;
      min-width: 110px;
      text-align: center;
    }

    /* RESPONSIVE */
    @media (max-width: 991px){

      .evp-left-content{
        border-right: none;
        padding-right: 0;
        margin-bottom: 40px;
      }

      .evp-left-content p,
      .evp-feature-list li,
      .evp-card-content p{
        font-size: 16px;
      }

      .evp-card-content h4{
        font-size: 20px;
      }
    }

    @media (max-width: 767px){

      .evp-status-card{
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
      }

      .evp-card-left{
        width: 100%;
      }

      .evp-status-badge{
        margin-left: 58px;
      }

      .evp-card-content h4{
        font-size: 18px;
      }

      .evp-card-content p{
        font-size: 15px;
      }

      .evp-card-icon{
        font-size: 28px;
      }

      .evp-left-content p{
        text-align: left;
      }
    }
.why-card{
    position: relative;
   border-radius: 20px;
    padding: 35px 30px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: all 0.35s ease;
}

.why-card::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 8px;
    background: #ff8400;
    transition: width 0.4s ease-in-out;
}

.why-card:hover::after{
    width: 100%;
}

.why-card:hover{
    transform: translateY(-5px);
}

.why-number{
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    color: #ff8400;
    min-width: 80px;
}

.why-title{
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.why-text{
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px){
    .why-title{
        font-size: 26px;
    }

    .why-number{
        font-size: 48px;
        min-width: 65px;
    }
}

/* Mobile */
@media (max-width: 576px){

    .why-card{
        padding: 25px 20px;
    }

    .why-card .d-flex{
        flex-direction: column;
        gap: 15px !important;
    }

    .why-number{
        font-size: 42px;
        min-width: auto;
    }

    .why-title{
        font-size: 22px;
    }

    .why-text{
        font-size: 15px;
    }
}

.process-title2 {
    font-size: 18px;
    font-weight: 700;
    color: #f68b1f;
    line-height: 1.4;
    margin-bottom: 18px;
   
}
.process-text2 {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.process-item2 {
    position: relative;
    text-align: center;
    padding: 0 15px;
    z-index: 2;
}
.process-item2::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -35%;
    width: 70%;
    height: 2px;
    background: #cfcfcf;
    z-index: 0;
}

.process-item3::after{ display: none;}



/* odoo-sales-page  */

.odoo-sales-banner-area {
    position: relative;
    background: url(../images/odoo-sales-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px;
}

.sales-feature-section{
    background:#fff;
}

/* LEFT CARD */
.sales-stats-card{
    background:#ff8c1a;
    padding:35px 30px;
    border-radius:25px;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.sales-progress-item{
    margin-bottom:30px;
}

.sales-progress-item:last-child{
    margin-bottom:0;
}

.sales-progress-item h6{
    color:#fff;
    font-size:16px;
    margin-bottom:12px;
}

.sales-progress-item h2{
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin-top:12px;
    margin-bottom:0;
}

.sales-progress{
    height:10px;
    border-radius:30px;
    background:#fff;
}

.sales-progress .progress-bar{
    background:#333;
    border-radius:30px;
}

/* DIVIDER */
.sales-divider{
    width:1px;
    height:100%;
    min-height:550px;
    background:#d6d6d6;
}

/* RIGHT BOXES */
.feature-box{
    position:relative;
    display:flex;
    gap:20px;
    align-items:flex-start;
    background:#f3f3f3;
    padding:25px;
    border-radius:8px;
    margin-bottom:16px;
    overflow:hidden;
    transition:.35s ease;
}

.feature-box::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:5px;
    background:#ff8c1a;
    transition:width .4s ease;
}

.feature-box:hover::after{
    width:100%;
}

.feature-box:hover{
    transform:translateY(-4px);
}

.feature-icon{
    font-size:34px;
    line-height:1;
    min-width:45px;
}

.feature-box h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:8px;
    color:#111;
}

.feature-box p{
    margin:0;
    color:#444;
    line-height:1.7;
    font-size:17px;
}

/* Tablet */
@media (max-width:991px){

    .sales-divider{
        display:none;
    }

    .feature-box h4{
        font-size:24px;
    }

    .sales-progress-item h2{
        font-size:38px;
    }
}

/* Mobile */
@media (max-width:576px){

    .sales-stats-card{
        padding:25px 20px;
    }

    .feature-box{
        flex-direction:column;
        gap:15px;
        padding:20px;
    }

    .feature-box h4{
        font-size:20px;
    }

    .feature-box p{
        font-size:15px;
    }

    .sales-progress-item h2{
        font-size:32px;
    }

    .feature-icon{
        font-size:28px;
    }
}

.feature-icon-txt{ font-size: 70px; color: #fc8c21; font-weight: 700;}
.feature-card-odoo-sales:hover .feature-title,
    .feature-card:hover .feature-text, .feature-card:hover .feature-title
    .feature-card:hover .feature-icon{
      color:#fff;
    }
.feature-card-odoo-sales:hover .feature-icon-txt{ color: #fff;}
.crm-title3{ color: #fff; font-size: 60px; line-height: 1.1; font-weight: 700; margin-bottom: 20px;}
.odoo-sales-feature-title {
    color: #ff8c00;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 18px;
}

.feature-card-odoo-sales:hover .odoo-sales-feature-title { color: #fff;}
.odoo-sales-title { font-size: 18px; font-weight: 700; color: #f68b1f; line-height: 1.4; margin-bottom: 18px;}



/* odoo-construction-page */

.odoo-construction-banner-area {
    position: relative;
    background: url(../images/odoo-construction-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px;
}

.construction-section{
    
}

.problem-box{
    background:#2f2f2f;
    color:#fff;
    border-radius:6px;
    padding:18px 20px;
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:14px;
    box-shadow:0 4px 12px rgba(0,0,0,.15);
}

.problem-box i{
    color:#ff8c00;
    font-size:24px;
    flex-shrink:0;
}

.problem-box span{
    font-size:20px;
    font-weight:600;
    line-height:1.3;
}

/* Image Section */

.construction-gallery{
    position:relative;
    min-height:550px;
}

.construction-gallery img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:22px;
}

.img-top{
    width:70%;
    height:450px;
    margin-left:auto;
    border:5px solid #ff8c00;
    border-radius:25px;
    overflow:hidden;
}

.img-bottom{
    position:absolute;
    left:0;
    bottom:20px;
    width:48%;
    height:310px;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.20);
    border:5px solid #fff;
}

.img-side{
    position:absolute;
    right:0;
    bottom:55px;
    width:38%;
    height:220px;
    border-radius:22px;
    overflow:hidden;
    border:5px solid #ff8c00;
}

/* Mobile */

@media(max-width:991px){

    .construction-gallery{
        min-height:auto;
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .img-top,
    .img-bottom,
    .img-side{
        position:static;
        width:100%;
        height:250px;
        margin:0;
    }

    .problem-box span{
        font-size:16px;
    }
}

.ev-construction-feature-section{
    
}

.ev-construction-content{
    font-size:18px;
    line-height:1.8;
    color:#222;
}

.ev-construction-content p{
    margin-bottom:28px;
}

.ev-feature-btn{
    background:#f7931e;
    color:#fff;
    border-radius:40px;
    padding:14px 40px;
    font-weight:700;
    border:none;
    transition:.3s;
}

.ev-feature-btn:hover{
    background:#e67e00;
    color:#fff;
}

.ev-feature-divider{
    border-left:1px solid #cfcfcf;
}

.ev-feature-card{
    display:flex;
    gap:20px;
    align-items:flex-start;
    background:#fff;
    border:1px solid #6b6b6b;
    border-radius:4px;
    padding:15px;
    margin-bottom:12px;
    box-shadow:0 6px 18px rgba(0,0,0,.12);
    transition:.3s;
}

.ev-feature-card:hover{
    transform:translateY(-3px);
}

.ev-feature-icon{
    font-size:30px;
    min-width:42px;
    line-height:1;
}

.ev-feature-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:8px;
    color:#333;
}

.ev-feature-card p{
    margin:0;
    color:#555;
    line-height:1.7;
    font-size:17px;
}

/* Tablet */
@media (max-width:991px){

    .ev-feature-divider{
        border-left:none;
        padding-left:0 !important;
    }

    .ev-construction-content{
        padding-right:0 !important;
    }
}

/* Mobile */
@media (max-width:767px){

    .ev-feature-card{
        padding:16px;
        gap:15px;
    }

    .ev-feature-card h4{
        font-size:20px;
    }

    .ev-feature-card p{
        font-size:15px;
    }

    .ev-construction-content{
        font-size:16px;
    }

    .ev-feature-btn{
        width:100%;
        text-align:center;
    }
}

.ev-const-module-section{
    
}

.ev-const-module-card{
    height:100%;
    padding:24px 22px;
    background:#fff;
    border:1px solid #6e6e6e;
    border-radius:6px;
    transition:all .3s ease;
}

.ev-const-module-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.ev-const-module-icon{
    font-size:34px;
    margin-bottom:18px;
    line-height:1;
}

.ev-const-module-card h3{
    color:#f58220;
    font-size:22px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:18px;
}

.ev-const-module-card p{
    color:#222;
    font-size:16px;
    line-height:1.6;
    margin-bottom:0;
}

/* Tablet */
@media (max-width:991px){

    .ev-const-module-card h3{
        font-size:24px;
    }

    .ev-const-module-card p{
        font-size:16px;
    }
}

/* Mobile */
@media (max-width:767px){

    .ev-const-module-card{
        padding:20px;
    }

    .ev-const-module-icon{
        font-size:30px;
    }

    .ev-const-module-card h3{
        font-size:22px;
    }

    .ev-const-module-card p{
        font-size:15px;
        line-height:1.5;
    }
}

.ev-whyus-section{
    background:#ffffff;
}

.ev-whyus-card{
    background:#fff;
    border:1px solid #d8d8d8;
    border-radius:6px;
    padding:28px;
    display:flex;
    gap:20px;
    height:100%;
    transition:all .3s ease;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.ev-whyus-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.ev-whyus-icon{
    flex-shrink:0;
}

.ev-whyus-icon i{
    font-size:42px;
    color:#3d3d3d;
    line-height:1;
}

.ev-whyus-content h3{
    color:#f58220;
    font-size:22px;
    font-weight:700;
    line-height:1.25;
    margin-bottom:18px;
}

.ev-whyus-content p{
    margin:0;
    color:#222;
    font-size:17px;
    line-height:1.8;
    
}

/* Tablet */

@media (max-width:991px){

    .ev-whyus-content h3{
        font-size:26px;
    }

    .ev-whyus-content p{
        font-size:16px;
    }
}

/* Mobile */

@media (max-width:767px){

    .ev-whyus-card{
        flex-direction:column;
        padding:22px;
        gap:15px;
    }

    .ev-whyus-icon i{
        font-size:36px;
    }

    .ev-whyus-content h3{
        font-size:22px;
    }

    .ev-whyus-content p{
        font-size:15px;
        line-height:1.7;
    }
}


/* odoo-wholesale-distribution-page */

.odoo-construction-banner-area {
    position: relative;
    background: url(../images/odoo-wholesale-distribution-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px;
}

.odoo-lead-section{
   
    position:relative;
}

.odoo-lead-content-box{
    background:#fff;
    padding:35px;
    border-radius:10px;
    box-shadow:0 2px 12px rgba(0,0,0,.12);
}

.odoo-lead-list{
    padding-left:20px;
    margin:0; list-style: disc;
}

.odoo-lead-list li{
    font-size:20px;
    color:#333;
    margin-bottom:22px;
    line-height:1.5;
}

.odoo-lead-input{
    height:50px;
    border:1px solid #cfcfcf;
}

.odoo-lead-btn{
    height:50px;
    background:#f7941d;
    color:#fff;
    font-weight:700;
    border:none;
    border-radius:4px;
}

.odoo-lead-btn:hover{
    background:#e6850f;
    color:#fff;
}

.odoo-lead-feature-wrap{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.odoo-lead-feature-box{
    background:#2f2f2f;
    color:#fff;
    min-height:80px;
    border-radius:4px;
    display:flex;
    align-items:center;
    padding:15px 20px;
    box-shadow:0 4px 12px rgba(0,0,0,.15);
}

.odoo-lead-feature-box h4{
    margin:0;
    font-size:20px;
    font-weight:700;
}

.odoo-lead-icon{
    width:32px;
    height:32px;
    border:2px solid #f7941d;
    border-radius:50%;
    color:#f7941d;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:16px;
    flex-shrink:0;
    font-size:18px;
}

/* Vertical Divider */
.odoo-lead-divider{
    position:absolute;
    top:0;
    bottom:0;
    left:58.333%;
    width:1px;
    background:#d7d7d7;
    transform:translateX(-50%);
}

/* Tablet */
@media (max-width:991px){

    .odoo-lead-list li{
        font-size:18px;
        margin-bottom:16px;
    }

    .odoo-lead-feature-box h4{
        font-size:18px;
    }

    .odoo-lead-divider{
        display:none;
    }
}

/* Mobile */
@media (max-width:767px){

    .odoo-lead-content-box{
        padding:25px;
    }

    .odoo-lead-list li{
        font-size:16px;
    }

    .odoo-lead-feature-box{
        min-height:70px;
        padding:15px;
    }

    .odoo-lead-feature-box h4{
        font-size:16px;
    }
}

.env-fail-reasons-section{
    
    position:relative;
}

.env-fail-content{
    padding-right:40px;
}

.env-fail-content p{
    font-size:18px;
    line-height:1.9;
    color:#222;
    margin-bottom:30px;
    text-align:justify;
}

.env-fail-right{
    padding-left:30px;
}

.env-fail-title{
    color:#f68b1f;
    font-size:30px;
    font-weight:700;
    line-height:1.25;
    margin-bottom:35px;
}

.env-fail-card{
    background:#fff;
    border-radius:4px;
    box-shadow:0 3px 10px rgba(0,0,0,.15);
    display:flex;
    align-items:center;
    padding:18px 25px;
    margin-bottom:14px;
}

.env-fail-icon{
    color:#f68b1f;
    font-size:42px;
    font-weight:700;
    line-height:1;
    margin-right:20px;
    flex-shrink:0;
}

.env-fail-text{
    font-size:20px;
    font-weight:700;
    color:#111;
    line-height:1.25;
}

/* Vertical Divider */
.env-fail-divider{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0.5px;
    background: #fff;
    transform: translateX(-50%);
    width: 1px;
    display: block;
    overflow: hidden;
    border-left: 1px solid #dbd9d9;
}

/* Large Screens */
@media (max-width:1399px){

    .env-fail-title{
        font-size:34px;
    }

    .env-fail-text{
        font-size:18px;
    }
}

/* Tablet */
@media (max-width:991px){

    .env-fail-content{
        padding-right:0;
    }

    .env-fail-right{
        padding-left:0;
    }

    .env-fail-title{
        font-size:30px;
        margin-bottom:25px;
    }

    .env-fail-divider{
        display:none;
    }
}

/* Mobile */
@media (max-width:767px){

    .env-fail-content p{
        font-size:16px;
        line-height:1.8;
        text-align:left;
    }

    .env-fail-title{
        font-size:24px;
    }

    .env-fail-card{
        padding:15px;
    }

    .env-fail-icon{
        font-size:32px;
        margin-right:15px;
    }

    .env-fail-text{
        font-size:16px;
    }
}

.erp-process-section{
    
}

.erp-process-timeline{
    position:relative;
    justify-content:space-between;
    margin-bottom:30px;
    padding:0 8%;
}

.erp-process-line{
    position:absolute;
    top:18px;
    left:10%;
    right:10%;
    height:2px;
    background:#cfcfcf;
    z-index:1;
}

.erp-process-step-number{
    width:38px;
    height:38px;
    background:#f7931e;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    position:relative;
    z-index:2;
}

.erp-process-card{
    background:#fff;
    border:1px solid #8d8d8d;
    border-radius:8px;
    padding:20px 15px;
    text-align:center;
    height:100%;
    box-shadow:0 3px 10px rgba(0,0,0,.12);
    transition:.3s;
}

.erp-process-card:hover{
    transform:translateY(-5px);
}

.erp-process-card h4{
    color:#f7931e;
    font-size:20px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}

.erp-process-card p{
    font-size:16px;
    line-height:1.7;
    margin-bottom:0;
    color:#444;
}

@media (max-width:991px){

    .erp-process-card h4{
        font-size:24px;
    }

    .erp-process-card{
        padding:25px 20px;
    }
}

@media (max-width:767px){

    .erp-process-card h4{
        font-size:22px;
    }

    .erp-process-card p{
        font-size:15px;
    }
}
.wdx-tab-content-panel{
    max-width:1400px;
    margin:0 auto;
}

.wdx-grid-layout{
    display:flex;
    gap:50px;
    align-items:flex-start;
}

/* LEFT SIDE */
.wdx-left-content{
    flex:1;
    padding-right:40px;
}

.wdx-heading-block{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:40px;
}

.wdx-heading-line{
    width:4px;
    min-width:4px;
    height:60px;
    background:#f5a623;
    margin-top:5px;
}

.wdx-main-heading{
    color:#f5a623;
    font-size:32px;
    font-weight:700;
    line-height:1.3;
    margin:0;
}

.wdx-feature-list{
    display:flex;
    flex-direction:column;
    gap:28px;
}

.wdx-feature-item{
    font-size:28px;
    font-weight:700;
    line-height:1.25;
    color:#fff;
}

/* RIGHT SIDE */
.wdx-right-content{
    flex:1;
    border-left:1px solid rgba(255,255,255,0.25);
    padding-left:50px;
}

.wdx-right-heading{
    color:#f5a623;
    font-size:32px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:20px;
}

.wdx-description{
    font-size:24px;
    line-height:1.6;
    color:#ffffff;
    margin-bottom:30px;
}

.wdx-image-holder img{
    width:100%;
    display:block;
    border:3px solid rgba(255,255,255,0.8);
    border-radius:8px;
    height:auto;
}

/* =========================
   TABLET
========================= */
@media (max-width:1024px){

    .wdx-grid-layout{
        gap:30px;
    }

    .wdx-main-heading,
    .wdx-right-heading{
        font-size:26px;
    }

    .wdx-feature-item{
        font-size:22px;
    }

    .wdx-description{
        font-size:18px;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width:768px){

    .wdx-section-wrapper{
        padding:40px 20px;
    }

    .wdx-grid-layout{
        flex-direction:column;
    }

    .wdx-left-content{
        padding-right:0;
    }

    .wdx-right-content{
        border-left:none;
        border-top:1px solid rgba(255,255,255,0.25);
        padding-left:0;
        padding-top:30px;
    }

    .wdx-main-heading,
    .wdx-right-heading{
        font-size:22px;
    }

    .wdx-feature-item{
        font-size:18px;
    }

    .wdx-description{
        font-size:16px;
        line-height:1.7;
    }

    .wdx-heading-line{
        height:50px;
    }
}

.wdx-distribution-section {
    background: #000;
    padding: 60px 20px;
    color: #fff;
    width: 100%;
}

.wdx-container {
    max-width: 1400px;
    margin: auto;
    width: 100%;
}

.wdx-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* Left Tabs */
.wdx-tabs {
    width: 45%;
    
}

.wdx-tab-btn {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    color: #fff;
    padding: 0px 0 20px 28px;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    transition: .3s;
    line-height: 1.4;
}

.wdx-tab-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 28px;
    background: transparent;
    transition: .3s;
}

.wdx-tab-btn.active {
    color: #f39c12;
}

.wdx-tab-btn.active::before {
    background: #f39c12;
}

/* Right Content */
.wdx-content-area {
    width: 55%; border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 40px;
}

.wdx-tab-content {
    display: none;
}

.wdx-tab-content.active {
    display: block;
}

.wdx-tab-content h3 {
    color: #f39c12;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.wdx-tab-content p {
    color: #fff;
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.wdx-tab-content img {
    width: 100%;
    display: block;
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,.25);
}

/* Tablet */
@media (max-width: 991px) {

    .wdx-wrapper {
        flex-direction: column;
    }

    .wdx-tabs,
    .wdx-content-area {
        width: 100%;
    }

    .wdx-tabs {
        border-right: none;
        padding-right: 0;
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 15px;
    }

    .wdx-tab-btn {
        white-space: nowrap;
        min-width: max-content;
        border: 1px solid rgba(255,255,255,.15);
        padding: 14px 20px;
        border-radius: 6px;
        font-size: 16px;
    }

    .wdx-tab-btn::before {
        display: none;
    }

    .wdx-tab-btn.active {
        background: #f39c12;
        color: #000;
    }

    .wdx-tab-content h3 {
        font-size: 26px;
    }

    .wdx-tab-content p {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .wdx-distribution-section {
        padding: 40px 15px;
    }

    .wdx-tab-content h3 {
        font-size: 22px;
    }

    .wdx-tab-content p {
        font-size: 16px;
        line-height: 1.6;
    }
}

.whosale-para-txt{ background: #f7ebd8; padding: 25px; margin-top: 30px;}

.evp-section {
    
    padding: 80px 0 0;
    overflow: hidden;
}

.evp-form-title,
.evp-promise-title,
.evp-industry-box h3 {
    color: #f78b1f;
    font-weight: 700;
}

.evp-form-title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.evp-form-desc {
    color: #333;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.evp-input {
    border: 1px solid #999;
    border-radius: 50px;
    height: 55px;
    padding: 0 20px;
    box-shadow: none !important;
}

.evp-btn {
    width: 100%;
    background: #f78b1f;
    color: #fff;
    border: none;
    border-radius: 50px;
    height: 56px;
    font-weight: 700;
    transition: .3s;
}

.evp-btn:hover {
    background: #e47608;
    color: #fff;
}

.evp-promise-title {
    font-size: 35px;
    margin-bottom: 25px;
}

.evp-promise-box {
    background: #efe4d7;
    padding: 35px;
    border-radius: 4px;
}

.evp-promise-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}

.evp-promise-item:last-child {
    margin-bottom: 0;
}

.evp-icon {
    flex-shrink: 0;
    font-size: 22px;
    
}

.evp-industry-box {
    padding-right: 40px;
    border-right: 1px solid #cfcfcf;
}

.evp-industry-box h3 {
    font-size: 35px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.evp-industry-box ul {
    padding-left: 20px;
    margin: 0; list-style: disc;
}

.evp-industry-box li {
    margin-bottom: 18px;
    font-size: 18px;
    color: #333;
}

.evp-stat-card {
    background: #fff;
    padding: 40px 30px;
    min-height: 220px;
    position: relative;
    box-shadow: 0 12px 25px rgba(0,0,0,.12);
}

.evp-orange-left::before,
.evp-black-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
}

.evp-orange-left::before {
    background: #f78b1f;
}

.evp-black-left::before {
    background: #222;
}

.evp-stat-card h3 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #222;
}

.evp-orange-text {
    color: #f78b1f !important;
}

.evp-stat-card p {
    font-size: 22px;
    color: #444;
    margin: 0;
}

/* Tablet */
@media (max-width: 991px) {

    .evp-promise-title {
        font-size: 38px;
    }

    .evp-form-title {
        font-size: 34px;
    }

    .evp-industry-box {
        border-right: none;
        padding-right: 0;
    }

    .evp-promise-item {
        font-size: 22px;
    }

    .evp-stat-card h3 {
        font-size: 52px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .evp-section {
        padding: 50px 0;
    }

    .evp-form-title,
    .evp-promise-title,
    .evp-industry-box h3 {
        font-size: 28px;
    }

    .evp-promise-box {
        padding: 20px;
    }

    .evp-promise-item {
        font-size: 18px;
        gap: 12px;
    }

    .evp-stat-card {
        min-height: auto;
        padding: 30px 20px;
    }

    .evp-stat-card h3 {
        font-size: 42px;
    }

    .evp-stat-card p {
        font-size: 18px;
    }
}




/* Odoo Implementation Sydney Page */

.odoo-implementation-sydney-area {
    position: relative;
    background: url(../images/odoo-implementation-sydney-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px;
}

.envr-feature-box2 { background:transparent; border: 2px solid #000;}

.ods-services-section {
    padding: 0 0;
    border-top: 1px solid #d6d6d6; margin-top: 30px;
}

.ods-service-card {
    height: 100%;
    padding: 50px 30px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    transition: all .3s ease;
}

.ods-service-card:hover {
    background: #fff;
}

.ods-service-icon {
    font-size: 48px;
    margin-bottom: 25px;
    line-height: 1;
}

.ods-service-title {
    font-size: 25px;
    font-weight: 700;
    color: #f58220;
    margin-bottom: 20px;
    line-height: 1.2;
}

.ods-service-text {
    font-size: 18px;
    color: #222;
    line-height: 1.7;
    margin: 0;
}

/* Desktop Last Column Border Remove */
@media (min-width: 992px) {

    .col-lg-4:nth-child(3n) .ods-service-card {
        border-right: none;
    }

    .col-lg-4:nth-last-child(-n+3) .ods-service-card {
        border-bottom: none;
    }
}

/* Tablet */
@media (max-width: 991px) {

    .ods-service-card {
        padding: 40px 25px;
    }

    .ods-service-title {
        font-size: 24px;
    }

    .ods-service-text {
        font-size: 16px;
    }

    .col-md-6:nth-child(2n) .ods-service-card {
        border-right: none;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .ods-services-section {
        padding: 50px 0;
    }

    .ods-service-card {
        border-right: none;
        padding: 35px 20px;
    }

    .ods-service-icon {
        font-size: 40px;
    }

    .ods-service-title {
        font-size: 22px;
    }

    .ods-service-text {
        font-size: 15px;
        line-height: 1.6;
    }
}

.odoo-sales-title-implementation-sydney {
    font-size: 18px;
    font-weight: 700;
    color: #f68b1f;
    line-height: 1.4;
    margin-bottom: 18px;
    height: 70px;
}

.evp-stats-wrapper-2{ border-left: 1px solid #cfcfcf; padding-left: 60px;}
.sydney-padding-left-0{ padding-left: 0;}
.sydney-padding-right-0{ padding-right: 0;}




/* Odoo Implementation Brisbane Page */

.odoo-implementation-brisbane-area {
    position: relative;
    background: url(../images/odoo-implementation-brisbane-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px;
}

.brisbane-content-image { padding: 12px; height: 560px;}
.brisbane-content-image img { width: 100%; display: block; border-radius: 12px; border: 4px solid #fff; object-fit: cover; height: 100%;}
.brisbane-feature-card {padding: 30px 28px; min-height: 210px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); transition: all 0.35s ease; border-radius: 4px; height: 100%;}
.brisbane-feature-card:hover { background: #2F2F2F; color: #fff; transform: translateY(-5px);}
.brisbane-feature-card:hover .feature-icon-txt{ color: #f68b1f;}
.brisbane-feature-card:hover .odoo-sales-feature-title{ color: #fff;}
.brisbane-feature-card:hover .feature-text{ color: #fff;}
.brisbane-content-image2{ height: 470px;}
.brisbane-content-image2 img { width: 100%; display: block; border-radius: 12px; border: 4px solid #fff; object-fit: cover; height: 100%;}
.brisbane-tab-btn {
    width: 100%;
    border: none;
    cursor: pointer;
    background: #fff;
    margin-bottom: 18px;
    border-radius: 8px;
    padding: 12px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
}

.brisbane-tab-btn.active {
    background: #ff8c1a;
    color: #fff;
}
.brisbane-tab-content.active, .brisbane-tab-content.active {
    display: block;
}

.brisbane-tab-content{
    display: none;
}

.brisbane-learn-more { color: #111; text-decoration: none; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; transition: .3s; margin-top: 20px;}
.feature-card:hover .brisbane-learn-more { color: #fff;}

.brisbane-services-tabs { border-right: 1px solid rgba(255, 255, 255, 0.2); height: 100%; padding: 15px 5px;}
.brisbane-services-tabs ul { list-style: none; padding: 0; margin: 0;}
.brisbane-services-tabs li.active { color: #f7931e;}
.brisbane-services-tabs li { font-size: 22px; font-weight: 600; margin-bottom: 18px; color: #000; cursor: pointer; transition: 0.3s; position: relative; padding-left: 16px;}
.brisbane-services-tabs li.active::before { content: ""; position: absolute; left: 0; top: 5px; width: 4px; height: 30px; background: #f7931e;}

.brisbane-tab-btn2 {
    width: 100%;
    border: none;
    cursor: pointer;
    background: #fff;
    margin-bottom: 18px;
    border-radius: 8px;
    padding: 12px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
}

.brisbane-tab-btn2.active {
    background: #ff8c1a;
    color: #fff;
}
.brisbane-tab-content2.active, .brisbane-tab-content2.active {
    display: block;
}

.brisbane-tab-content2{
    display: none;
}

/* About Us Page */

.aboutus-area {
    position: relative;
    background: url(../images/aboutus-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px;
}

.brisbane-business-section{
    background:#fff;
}

.brisbane-content-box{
    border-right:1px solid #d9d9d9;
    height:100%;
}

.brisbane-content-text{
    font-size:18px;
    line-height:1.9;
    color:#222;
    text-align:justify;
}

.brisbane-image-box{
    overflow:hidden;
    border-radius:20px;
}

.brisbane-main-image{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:20px;
}

.brisbane-stat-card{
    padding-bottom:15px;
    border-bottom:2px solid #f59a23;
    height:100%;
}

.brisbane-stat-icon{
    font-size:24px;
    color:#f59a23;
}

.brisbane-stat-number{
    font-size:42px;
    font-weight:700;
    color:#111;
    line-height:1;
}

.brisbane-arrow{
    font-size:26px;
    color:#555;
    transition:all .3s ease;
}

.brisbane-stat-card:hover .brisbane-arrow{
    transform:translate(4px,-4px);
    color:#f59a23;
}

.brisbane-stat-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
    color:#222;
}

.brisbane-stat-desc{
    font-size:13px;
    line-height:1.7;
    color:#777;
    margin-bottom:0;
}

@media (max-width: 767px){

    .brisbane-stat-number{
        font-size:30px;
    }

    .brisbane-stat-icon{
        font-size:20px;
    }

    .brisbane-arrow{
        font-size:22px;
    }
}
.melbourne-partner-section{
    background:#fff;
}

/* CTA Banner */

.melbourne-cta-banner{
    position:relative;
    background:url(../images/cta-bg.jpg) center center/cover no-repeat;
    background-color:#000;
    padding: 90px 0;
    border-radius:28px;
    overflow:hidden;
    margin-bottom: 70px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.melbourne-cta-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.melbourne-overlay-content{
    position:relative;
    z-index:2;
    max-width:1200px;
    padding:30px;
}

.melbourne-cta-title{
    color:#fff;
    font-size:60px;
    font-weight:700;
    line-height:1.15;
    margin-bottom:15px;
}

.melbourne-cta-subtitle{
    color:#d8d8d8;
    margin-bottom:25px;
}

.melbourne-cta-btn{
    background:#f7931e;
    color:#fff;
    border-radius:50px;
    padding:14px 40px;
    font-weight:600;
}

.melbourne-cta-btn:hover{
    background:#e67e00;
    color:#fff;
}

/* Section Intro */

.melbourne-tag{
    display:inline-block;
    padding:8px 18px;
    border:1px solid #f7931e;
    border-radius:30px;
    font-size:14px;
    color:#555;
    margin-bottom:20px;
}

.melbourne-main-heading{
    font-size:64px;
    font-weight:700;
    color:#333;
    line-height:1.1;
    margin-bottom:20px;
    max-width:850px;
}

.melbourne-main-text{
    color:#555;
    font-size:17px;
    line-height:1.8;
    max-width:850px;
}

/* Cards */

.melbourne-feature-card{
    background:#fff;
    padding:35px 30px;
    height:100%;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
    transition:.3s;
}

.melbourne-feature-card:hover{
    transform:translateY(-5px);
}

.melbourne-feature-icon{
    font-size:50px;
    color:#f7931e;
    margin-bottom:20px;
}

.melbourne-feature-title{
    font-size:32px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.melbourne-feature-text{
    color:#666;
    line-height:1.8;
    margin-bottom:0;
}

/* Responsive */

@media(max-width:991px){

    .melbourne-cta-title{
        font-size:42px;
    }

    .melbourne-main-heading{
        font-size:48px;
    }
}

@media(max-width:767px){

    .melbourne-cta-banner{
        min-height:260px;
    }

    .melbourne-cta-title{
        font-size:30px;
    }

    .melbourne-main-heading{
        font-size:34px;
    }

    .melbourne-feature-title{
        font-size:24px;
    }

    .melbourne-feature-card{
        padding:25px;
    }
}

/* Contact Us Page */

.contactus-area {
    position: relative;
    background: url(../images/contactuss-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px; padding-top: 180px;
    padding-bottom: 50px;
}

.custom-contact-section{
    padding:80px 0;
}

.custom-contact-wrapper{
    position:relative;
    height:650px;
    max-width:1100px;
    margin:auto;
}

/* Center Image */

.custom-contact-image{
    width:420px;
    margin:auto;
}

.custom-contact-image img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:35px;
}

/* Left Card */

.custom-office-card{
    

    border-radius:35px;

    padding:35px 30px;

    
}

.contactgpage-banner-content {
    position: relative;
    text-align: left;
    
}



.custom-office-item{
    display:flex;
    gap:15px;
    margin-bottom:22px;
}

.custom-office-item:last-child{
    margin-bottom:0;
}

.custom-office-item img{
    width:48px;
    height:48px;
    border-radius:50%;
}

.custom-office-item h4{
    color:#ff9228;
    margin-bottom:5px;
    font-size:22px;
    font-weight:700;
}

.custom-office-item p{
    color:#fff;
    margin:0;
    line-height:1.5;
}

/* Right Form */

.custom-contact-form{
    

    background:#fff;

    padding:22px;

    border-radius:25px;

    border:1px solid #ff7a2f;

    z-index:4;

    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.custom-contact-form .form-control{
    height:48px;
    border-radius:25px;
    margin-bottom:14px;
}

.custom-contact-form textarea{
    height:90px !important;
    resize:none;
}

.custom-btn-submit{
    width:100%;
    background:#f7931e;
    color:#fff;
    border:none;
    border-radius:30px;
    height:52px;
    font-weight:600;
}

/* Mobile */

@media(max-width:991px){

    .custom-contact-wrapper{
        height:auto;
        display:flex;
        flex-direction:column;
        gap:25px;
    }

    .custom-office-card,
    .custom-contact-form{
        position:static;
        width:100%;
    }

    .custom-contact-image{
        width:100%;
        max-width:420px;
    }

    .custom-contact-image img{
        height:auto;
    }
}

.map-area{ width: 100%; margin: 0 0;}

.ev_blog_card{
    height:100%;
}

.ev_blog_img_wrap{
    overflow:hidden;
    border-radius:18px;
}

.ev_blog_img{
    width:100%;
    border-radius:18px;
    transition:all .4s ease;
}

.ev_blog_card:hover .ev_blog_img{
    transform:scale(1.05);
}

.ev_blog_content{
    padding:20px 10px 0;
}

.ev_blog_title{
    font-size:27px;
    font-weight:500;
    line-height:1.1;
    color:#111;
    margin:0;
    flex:1;
}

.ev_blog_arrow{
    color:#f7931e;
    transition:.3s;
    flex-shrink:0;
}

.ev_blog_arrow:hover{
    color:#d97706;
    transform:translate(5px,-5px);
}

.ev_blog_desc{
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
    color: #222;
}

/* Tablet */
@media (max-width:991px){

    .ev_blog_title{
        font-size:32px;
    }

    .ev_blog_desc{
        font-size:18px;
    }
}

/* Mobile */
@media (max-width:767px){

    .ev_blog_content{
        padding:15px 0 0;
    }

    .ev_blog_title{
        font-size:28px;
    }

    .ev_blog_arrow svg{
        width:28px;
        height:28px;
    }

    .ev_blog_desc{
        font-size:16px;
        line-height:1.6;
    }
}



/* Odoo Perth Page */

.odoo-sysney-area {
    position: relative;
    background: url(../images/odoo-sydney-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px;
}

.odoo-sysney{ background: #fff;}
.odoo-sysney:hover .feature-icon-txt{ color: #fff;}
.odoo-sysney:hover .odoo-sales-feature-title{ color: #fff;}
.erp_advantage_section{
   
}

/* LEFT BOX */

.erp_advantage_progress_box{
    background:#f7901e;
    border-radius:25px;
    padding:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.erp_advantage_item{
    margin-bottom:18px;
}

.erp_advantage_label{
    color:#fff;
    font-size:15px;
    margin-bottom:10px;
    font-weight:500;
}

.erp_advantage_item h3{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-top:8px;
    margin-bottom:0;
}

/* Progress Bar */

.erp_advantage_progress{
    height:8px;
    background:#f2f2f2;
    border-radius:30px;
    overflow:hidden;
    position:relative;
}

.erp_advantage_fill{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:0;
    background:#2f3136;
    border-radius:30px;
    animation:erpBarLoad 2s ease forwards;
}

/* Loading Animation */

@keyframes erpBarLoad{
    from{
        width:0;
    }
    to{
        width:var(--width);
    }
}

/* RIGHT CARDS */

.erp_advantage_card{
    background:#fff;
    border:1px solid #d7d7d7;
    border-radius:6px;
    padding:18px 22px;
    display:flex;
    gap:18px;
    align-items:flex-start;
    margin-bottom:12px;
    box-shadow:0 5px 12px rgba(0,0,0,.08);
    transition:.3s;
}

.erp_advantage_card:hover{
    transform:translateY(-3px);
}

.erp_advantage_icon{
    font-size:32px;
    min-width:50px;
    text-align:center;
}

.erp_advantage_card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:8px;
    color:#333;
}

.erp_advantage_card p{
    margin:0;
    color:#555;
    line-height:1.7;
    font-size:17px;
}

/* Tablet */

@media(max-width:991px){

    .erp_advantage_card h4{
        font-size:22px;
    }

    .erp_advantage_card p{
        font-size:15px;
    }
}

/* Mobile */

@media(max-width:767px){

    .erp_advantage_progress_box{
        padding:20px;
    }

    .erp_advantage_item h3{
        font-size:32px;
    }

    .erp_advantage_card{
        flex-direction:column;
        text-align:center;
    }

    .erp_advantage_icon{
        margin:auto;
    }

    .erp_advantage_card h4{
        font-size:20px;
    }
}


/* Odoo Adelaide Page */

.odoo-adelaide-area {
    position: relative;
    background: url(../images/odoo-adelaide-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px;
}

.odv-business-section{
    border-top: 1px solid #e1e0e0; margin: 70px 0 0;
}

.odv-business-content p{
    font-size:18px;
    line-height:1.8;
    color:#222;
    margin-bottom:15px;
}

.odv-business-title{
    font-size:38px;
    font-weight:700;
    line-height:1.15;
    color:#2d2d2d;
}

.odv-feature-card{
    background:#f3f3f3;
    border-radius:6px;
    min-height:84px;
    padding:20px 18px;
    display:flex;
    align-items:center;
    gap:18px;
    transition:all .3s ease;
}

.odv-feature-card:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.odv-feature-card img{
    width:42px;
    height:42px;
    object-fit:contain;
    flex-shrink:0;
}

.odv-feature-card span{
    font-size:20px;
    font-weight:600;
    color:#111;
    line-height:1.3;
}

.odv-business-right{border-left: 1px solid #dbdbdb; padding-left: 40px;}

@media (max-width: 1199px){

    .odv-business-title{
        font-size:40px;
    }

    .odv-feature-card span{
        font-size:20px;
    }
}

@media (max-width: 991px){

    .odv-business-title{
        font-size:34px;
        margin-top:15px;
    }

    .odv-business-content p{
        font-size:16px;
    }
}

@media (max-width: 767px){

    .odv-business-title{
        font-size:28px;
    }

    .odv-feature-card{
        min-height:auto;
        padding:16px;
    }

    .odv-feature-card img{
        width:36px;
        height:36px;
    }

    .odv-feature-card span{
        font-size:18px;
    }
}


.ods-adelaide-title {
    font-size: 23px;
    font-weight: 700;
    color: #f58220;
    margin-bottom: 20px;
    line-height: 1.2;
}

.ods-adelaide-icon {
    
    margin-bottom: 25px;
    line-height: 1;
    height: 50px;
}

.ods-adelaide-arrow { width: 40px; height: 40px; margin-right: 20px;}
.ods-adelaide-arrow img{ width: 100%;}
.ods-adelaide-tab-btn {
    width: 100%;
    border: none;
    cursor: pointer;
    background: #fff;
    margin-bottom: 18px;
    border-radius: 8px;
    padding: 12px 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
    transition: 0.3s;
}
.ods-adelaide-tab-btn.active {
    background: #2F2F2F !important;
    color: #fff;
}
.ods-adelaide-content-image {
    padding: 0px;
}
.ods-adelaide-content-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
    border: 8px solid #fc8c21;
    object-fit: cover;
}

.ods-adelaide-content-card {
    background: #2f2f2f;
    border-radius: 14px;
    overflow: hidden;
}

.ods-adelaide-process-item2::after { position:relative;}

.ods-adelaide-process-item2::after {
    content:none !important;
    
}



/* Odoo Melbourne Page */

.odoo-melbourne-area {
    position: relative;
    background: url(../images/odoo-melbourne-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px; background-position: center -290px;
}


/* Odoo Brisbane Page */

.odoo-brisbane-area {
    position: relative;
    background: url(../images/odoo-brisbane-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px;
}

.odoo-brisbane-tab-text h2 { font-size: 42px !important;}

.erpf-process-section{
   
}

.erpf-process-wrapper{
    position:relative;
}

.erpf-process-item{
    position:relative;
    text-align:center;
    padding:0 20px;
}

.erpf-process-number{
    width:52px;
    height:52px;
    margin:0 auto 20px;
    background:#f68b1f;
    color:#fff;
    border-radius:50%;
    font-size:28px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:2;
}

.erpf-process-line{
    position:absolute;
    top:26px;
    left:65%;
    width:75%;
    height:1px;
    background:#cfcfcf;
}

.erpf-process-line-last{
    width: 35%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    height: 356px;
    top: 26px;
    background: transparent;
}

.erpf-process-item h3{
    color:#f68b1f;
    font-size:25px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:18px; height: 50px;
}

.erpf-process-item p{
    color:#333;
    font-size:18px;
    line-height:1.6;
    max-width:330px;
    margin:0 auto;
}

/* Large Desktop */
@media (max-width:1399px){

    .erpf-process-item h3{
        font-size:26px;
    }

    .erpf-process-item p{
        font-size:16px;
    }
}

/* Tablet */
@media (max-width:991px){

    .erpf-process-line,
    .erpf-process-line-last{
        display:none;
    }

    .erpf-process-item{
        background:#fff;
        padding:25px;
        border-radius:12px;
        height:100%;
        box-shadow:0 5px 20px rgba(0,0,0,.05);
    }

    .erpf-process-item h3{
        font-size:24px;
    }
}

/* Mobile */
@media (max-width:767px){

    .erpf-process-number{
        width:46px;
        height:46px;
        font-size:22px;
    }

    .erpf-process-item h3{
        font-size:22px;
    }

    .erpf-process-item p{
        font-size:15px;
        line-height:1.7;
    }
}






/* Blog Details Page */

.blog-details-area {
    position: relative;
    background: url(../images/blog-details-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px; min-height: 500px;
}


.odbx-blog-details-section{
    
}

/* Banner */
.odbx-blog-banner{
    border:3px solid #006dff;
    margin-bottom:-120px;
    z-index:1;
    position:relative;
}

.odbx-blog-banner img{
    min-height:320px;
    object-fit:cover;
}

.odbx-blog-banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

/* Main Card */
.odbx-blog-card{
    background:#fff;
    border-radius:30px;
    padding:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    position:relative;
    z-index:2; margin-bottom: 30px;
}

.odbx-blog-title{
    font-size:32px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:15px;
}

.odbx-blog-meta{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    font-size:14px;
    color:#777;
    margin-bottom:20px;
}

.odbx-feature-image{
    width:100%;
    border-radius:8px;
    margin-bottom:25px;
}

.odbx-content-image{
    width:100%;
    margin:25px 0;
}

.odbx-blog-content p{
    font-size:16px;
    line-height:1.9;
    color:#444;
    margin-bottom:18px;
}

/* Sidebar */
.odbx-sidebar-sticky{
    position:sticky;
    top:100px;
}

.odbx-cta-box{
    background:linear-gradient(180deg,#7129a3,#9d2f87);
    color:#fff;
    border-radius:20px;
    padding:25px;
    margin-bottom:25px;
    overflow:hidden;
}

.odbx-cta-box h5{
    font-size:14px;
}

.odbx-cta-box h3{
    font-size:32px;
    font-weight:700;
    margin:10px 0;
}

.odbx-cta-btn{
    display:inline-block;
    background:#ffb100;
    color:#fff;
    text-decoration:none;
    padding:12px 20px;
    font-size:13px;
    font-weight:700;
    margin-top:10px;
}

.odbx-recent-post-box{
    background:#fff;
    border-radius:15px;
    padding:25px;
    box-shadow:0 5px 25px rgba(0,0,0,.08); margin-bottom: 30px;
}

.odbx-sidebar-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.odbx-recent-post-item{
    display:flex;
    gap:12px;
    margin-bottom:18px;
    align-items:center;
}

.odbx-recent-post-item img{
    width:80px;
    height:60px;
    object-fit:cover;
    border-radius:6px;
}

.odbx-recent-post-item small{
    color:#ff8a00;
    display:block;
    margin-bottom:4px;
}

.odbx-recent-post-item h6{
    font-size:14px;
    line-height:1.4;
    margin:0;
}

/* Responsive */
@media(max-width:991px){

    .odbx-blog-banner{
        margin-bottom:30px;
    }

    .odbx-sidebar-sticky{
        position:relative;
        top:auto;
    }

    .odbx-blog-title{
        font-size:26px;
    }

    .odbx-blog-card{
        padding:25px;
    }
}

@media(max-width:767px){

    .odbx-blog-title{
        font-size:22px;
    }

    .odbx-blog-card{
        padding:20px;
        border-radius:20px;
    }

    .odbx-blog-meta{
        gap:10px;
        font-size:13px;
    }

    .odbx-sidebar-title{
        font-size:22px;
    }

    .odbx-cta-box h3{
        font-size:26px;
    }
}


.odbx-sidebar-sticky{
    position: sticky;
    top: 100px;
    align-self: flex-start;
}


.blog-main-content{ position: relative; top: -260px;  margin-bottom: -260px;}

.blog-case-study {
    display: block !important;
    padding: 50px 34px 8px;
    border-radius: 25px;
    position: relative;
    background: var(--wpr-bg-6578c95f-9a77-46f4-bf8f-a55155b6548e) no-repeat center;
    background-size: cover;
    background-position: bottom center; margin-bottom: 50px; 
}

.blog-case-study {
    --wpr-bg-6578c95f-9a77-46f4-bf8f-a55155b6548e: url(../images/blog-side-panel-image_bg.png);
}
.blog-case-study p {
    font-size: 18px;
    color: #fff !important;
}

.blog-case-study .c-btn {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    background: #FEA21F;
    border-radius: 4px;
    font-size: 16px;
    line-height: 40px;
    border: 2px solid #FEA21F;
    padding: 0 25px;
    z-index: 9;
    position: relative;
    text-transform: uppercase;
    margin-top: 16px;
}

.side-blog-bg {
    margin-top: 25px;
}




/* Odoo Sydney Page */

.odoo-sydney-area {
    position: relative;
    background: url(../images/odoo-sydney-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed; position: relative; top: -105px; margin-bottom: -105px; min-height: 500px;
}









 
/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1366px) and (max-width: 1500px) {
      
.nav-link-cus { padding: 5px 2px !important; font-size: 13px;}
.video-btn { margin: 60px 0 40px;}
.banner-content h1 { font-size: 65px;}
.banner-content p { max-width: 840px;}
.banner-content { padding-bottom: 90px;}
.bg-text { bottom: -80px; font-size: 200px;}
.tab-text h2 { font-size: 46px;}
.tag-list span { padding: 8px 10px;}
.apps-section { padding: 70px 0 0;}
.discover-btn { padding: 16px 24px; font-size: 18px;}
.contact-title { font-size: 45px;color: #fff;}
.form-title { font-size: 45px;}
.send-btn { padding: 16px 30px;}

}

@media (max-width: 450px) {
  

}



@media (min-width: 1200px) and (max-width: 1365px) {
  

.nav-link-cus { padding: 5px 2px !important; font-size: 13px;}
.video-btn { margin: 150px 0 40px;}
.banner-content h1 { font-size: 62px;}
.banner-content p { font-size: 23px; width: 880px;}
.bg-text { bottom: -60px; font-size: 180px; color: #f8f8f8;}
.apps-section { padding: 30px 0;}
.tag-list span { padding: 8px 10px;}
.tab-text h2 { font-size: 45px; margin-bottom: 10px;}
.service-text { font-size: 20px;}
.discover-btn { padding: 16px 20px; font-size: 18px; transition: .4s;}
.contact-title { font-size: 40px;}
.form-title { font-size: 40px;}
.contact-text { font-size: 18px;}
.send-btn { padding: 16px 30px;}
.benefit-list li { font-size: 18px; color: #ddd;}
.footer-title { font-size: 20px;}
.social-icons a { width: 32px; height: 32px; font-size: 12px;}
.social-icons { gap: 10px;}
.location-name { font-size: 22px;}
.location-address { font-size: 16px;}
.location-item { margin-bottom: 20px;}
.small-image { width: 290px;}
.contact-item span { font-size: 18px;}
.accountingpage-banner-content { padding: 150px 0 50px;}
.rounded-butt { font-size: 20px;}
.rounded-butt2 { padding: 19px; font-size: 20px;}
.problem-title { font-size: 22px;}
.currency-text { height: 230px;}
.currency-title { font-size: 27px;}
.creative-text2 { font-size: 50px;}
.tabs-section { max-width: 1100px; margin: 50px auto;}
.rounded-butt-pos {padding: 24px 0; font-size: 18px;}
.feature-text3 { height: 220px;}
.prmx-icon img{ width: 50px;}
.prmx-card h3 { font-size: 28px; margin-bottom: 14px;}
.margin-top-120 { margin-top: 60px;}


}

@media (min-width: 1000px) and (max-width: 1199px){



}


@media (min-width: 768px) and (max-width: 999px){

.left-area{ display: none;}
.heading-01 { width: 100%; font-size: 2em; line-height: 50px;}
.about-section { padding: 0 0 70px;}
.about-img img {display: none;}
.industry-content p { height: auto;}
.navbar-toggler { background-color: #fff;}
.for-small-version { width: 100%;}
.menu-area { background: #000;}
.banner-content { padding-bottom: 0;}
.blog-image { height: auto;}
.accountingpage-banner-content { padding: 130px 0 50px;}
.creative-text2 { font-size: 50px;}
.rounded-butt { margin-bottom: 20px;}
.heading-02 { font-size: 2em; line-height: 50px;}
.odoo-crm-service-title { height: auto;}
.crm-section { margin: 20px 0; padding: 30px;}
.margin-top-120 { margin-top: 50px;}
.tab-title-odoo-manufacturing { margin-bottom: 25px; margin-top: 25px;}
.tabs-right2 { width: 100%; padding: 20px;}
.crm-title2 { font-size: 40px; max-width: 100%;}
.process-item2::after{ display: none;}
.crm-title3 { font-size: 40px;}

}  



@media only screen and (max-width: 767px) {
  
.industry-content p {height: auto;}
.accountingpage-banner-content { padding: 130px 0 50px;}
.creative-text2 { font-size: 30px;}
.rounded-butt { margin-bottom: 20px;}
.heading-02 { font-size: 2em; line-height: 40px;}
.menu-area{ background: #000;}
.banner-content { padding-bottom: 0;}
.video-btn { margin: 140px 0 40px;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show { color: #fff !important;}
.navbar-toggler { background-color: #fff;}
.heading-01 { font-size: 2em; width: 100%; line-height: 40px;}
.for-small-version{ width: 100%;}
.odoo-crm-service-title { height: auto;}
.crm-title2 { font-size: 30px; max-width: 100%;}
.margin-top-120 { margin-top: 40px;}
.rounded-butt-pos { margin-bottom: 20px;}
.tabs-section { max-width: 100%;}
.tabs-right2 { width: 100%; padding: 20px;}
.tab-btn3 { padding: 2px 18px; font-size: 17px;}
.crm-title3 { font-size: 40px;}
.feature-icon-txt { font-size: 50px;}
.odoo-sales-feature-title { font-size: 20px;}
.process-item2::after { display: none;}
.sydney-padding-left-0 { padding-left: 10px;}
.evp-stats-wrapper-2 { padding-left: 10px;}
.brisbane-content-image { height: auto;}
.odoo-melbourne-area { background-position: center;}
.odv-business-right { border-left: none; padding-left: 0;}
.odoo-brisbane-tab-text h2 { font-size: 25px !important;}
.odbx-blog-article{ margin-bottom: 30px;}

}












.nav-link-cus:hover{ color: #ff8c1a;}
@media (min-width: 992px) {

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

}

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

.navbar .dropdown {
    position: relative;
}

/* Default Hidden State */
.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .35s ease;
    margin-top: 0;
    border: 0;
    border-radius: 16px;
    background: #111;
    padding: 12px;
    min-width: 260px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25); 
}

/* Show Dropdown */
.navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown Items */
.navbar .dropdown-item {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 18px;
    border-radius: 10px;
    transition: all .3s ease;
}

/* Hover Effect */
.navbar .dropdown-item:hover {
    background: #ff8400;
    color: #fff;
    transform: translateX(5px);
}

/* Dropdown Arrow Animation */
.navbar .dropdown-toggle::after {
    transition: transform .3s ease;
}

/*.navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .submenu {
    display: none;
}

/* Desktop */
@media (min-width: 992px) {
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .submenu {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
    }

    .dropdown-submenu:hover > .submenu {
        display: block;
    }
}

/* Mobile */
@media (max-width:991px){

    .submenu{
        display:none !important;
        position:static !important;
        width:100%;
        margin-left:15px;
        border:none;
        box-shadow:none;
    }

    .submenu.show{
        display:block !important;
    }

}






/* Nav Link */
.navbar .nav-link {
    transition: .3s;
}

/* Nav Link Hover */
.navbar .nav-link:hover {
    color: #ff8400 !important;
}

/* Main dropdown */
.navbar .dropdown-menu{
    border-radius: 0;
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

/* Submenu Parent */
.dropdown-submenu{
    position: relative;
}

/* Hide submenu by default */
.dropdown-submenu > .dropdown-menu{
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    margin-top: 0;
}

/* Show only on hover */
.dropdown-submenu:hover > .dropdown-menu{
    display: block;
}

/* Right Arrow */
.dropdown-submenu > .dropdown-toggle::after{
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none;
    float: right;
}

.submenu{
    position:absolute;
    left:100%;
    top:0;
    display:none; background: #111;
}

.dropdown-submenu:hover .submenu{
    display:block;
}

/* MOBILE VERSION */
@media(max-width: 991px){

    .navbar .dropdown-menu{
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        background: #1a1a1a;
        margin-top: 10px;
    }

    .navbar .dropdown-menu.show{
        display: block; min-width: 310px;
    }

}