@import url(./all.min.css);

/*@import url('https://fonts.googleapis.com/css2?family=manroperegular:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=manroperegular:wght@200..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');*/

@font-face {
    font-family: 'manroperegularbold';
    src: url('../fonts/manroperegular-bold-webfont.woff2') format('woff2'),
         url('../fonts/manroperegular-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'manropethin';
    src: url('../fonts/manrope-thin-webfont.woff2') format('woff2'),
         url('../fonts/manrope-thin-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;

}


@font-face {
    font-family: 'manroperegularregular';
    src: url('../fonts/manroperegular-regular-webfont.woff2') format('woff2'),
         url('../fonts/manroperegular-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
   font-display: swap;
}


@font-face {
    font-family: 'nunito_sansregular';
    src: url('../fonts/nunitosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/nunitosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
   font-display: swap;
}



html { margin: 0; padding:0; overflow-x:hidden;}
body {
   font-family: 'nunito_sansregular';
    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%;  padding-top: 100px;
}
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:700; line-height:1; font-family: "manroperegular", sans-serif;}

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;}
}


.navi-blue-color{ color: #132852;}


.tp-book-button{ border-radius: 30px; padding: 10px; color: #fff !important; background: #132852;}
.call-button{ color: #000 !important; top: -3px; font-size: 23px !important; font-weight: 800 !important;}
.call-button i{ font-size: 30px;}
.color-orange{color: #cd3f0d !important;}
.nav-link-cus{padding: 5px 14px !important; color: #000; font-weight: 700; font-size: 17px;}
#banner-area{ background:url(../images/banner.webp) no-repeat; background-size: cover; padding: 70px 0 35px;}
.banner-oddo-button-1{ background: #e95521; color: #fff; padding: 10px; border-radius: 10px; font-size: 15px; font-weight: 400; display: block; overflow: hidden; width: 280px; text-align: center; transition: all 0.3s ease-in-out;}
.banner-oddo-button-1 i{ margin-right: 12px;}
.banner-oddo-button-1:hover{ background: #e38204; box-shadow: 0px -2px 22px -4px rgba(233,85,33,0.62);
-webkit-box-shadow: 0px -2px 22px -4px rgba(233,85,33,0.62);
-moz-box-shadow: 0px -2px 22px -4px rgba(233,85,33,0.62);}
.banner-heading { font-size: 80px; color: #132852; line-height: 85px; margin: 20px 0; font-family: 'manropethin'; font-optical-sizing: auto; font-weight: 200;}
.banner-heading span{ font-weight: 900; font-style: italic;  font-family: 'roboto-bold';}
#banner-area p{ color: #000; margin: 25px 0; font-size: 19px;}
.banner-oddo-button-2{ background: #e95521; color: #fff; padding: 10px; border-radius: 10px; font-size: 15px; font-weight: 400; display: block; overflow: hidden; width: 280px; text-align: center; transition: all 0.3s ease-in-out;}
.banner-oddo-button-2 i{ margin-left: 12px;}
.banner-oddo-button-2:hover{ background: #e38204; box-shadow: 0px -2px 22px -4px rgba(233,85,33,0.62);
-webkit-box-shadow: 0px -2px 22px -4px rgba(233,85,33,0.62);
-moz-box-shadow: 0px -2px 22px -4px rgba(233,85,33,0.62);}
.banner-txt-st{ position: relative; padding-left: 35px;}
.banner-txt-st i{ position: absolute; content: ""; left: 0; top: 3px; color: #ffffff; background: #48b02c; border-radius: 100%; padding: 5px; font-size: 10px; width: 20px;}
ul.banner-footer-point{ text-align: left; display: flex;}
ul.banner-footer-point li{ float: left; margin-right: 10px; background: #132852; color: #fff; border-radius: 10px; padding: 5px 15px; font-size: 20px; font-weight: 700;}
ul.banner-footer-point li i { color: #ffc324;}
.banner-form{ background: #e95521; padding: 25px; border-radius: 20px; border: none;}
.banner-form p{ margin: 10px 0 30px!important;}
.banner-form h3{ font-size: 35px; margin-bottom: 0; font-family: "manroperegular", sans-serif;}
.custom-select {
  color: #999; /* selected placeholder color */
}

.custom-select option {
  color: #000; /* dropdown option color */ padding-left: 0px;
}

.custom-select:valid {
  color: #fff; /* selected value color after choosing */ padding-left: 10px;
}
.banner-butt{ display: inline-block; padding: 0.75rem 1.25rem; border-radius: 70px; color: #000; font-size: 1.5rem; transition: all 0.3s; position: relative; overflow: hidden; z-index: 1; background-color: #ffc408; font-weight: 600; margin-top: 30px;}
.spe-input{ background: transparent !important; color: #fff !important; border: none !important; border-bottom: 1px solid #ffffffbd !important; border-radius: 0; padding-left: 10px;}
.spe-input:focus { box-shadow: none;}
.spe-select{background-color: transparent !important; border: none !important; border-bottom: 1px solid #ffffffbd !important; border-radius: 0; padding-left: 0px;}
.spe-select:focus { box-shadow: none;}
.spe-select:option{ color: #000 !important;}
.form-select {
    --bs-form-select-bg-img: url(../images/arrow.webp);
    background-size: 25px 25px;
    
}
.right-15{right: 15px !important;}
/*.banner-butt:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #151f3b; border-radius: 10px; z-index: -2;}
.banner-butt:before {content: ""; position: absolute; bottom: 0; left: 0; width: 0%; height: 100%; background-color: #042fa7; transition: all 0.3s; border-radius: 10px; z-index: -1;}*/
.banner-butt:hover {color: #fff; background-color: #151f3b;}
.banner-butt:hover:before {width: 100%;}

ul.banner-second-point{ text-align: left; margin-bottom: 10px; clear: both; display: block; overflow: hidden;}
ul.banner-second-point li{ text-align: left; font-size: 40px; font-weight: 900; color: #e75e2a; position: relative; width: 30%; float: left; margin-right: 18px; border-right: 2px solid #e75e2a; font-family: "manroperegular", sans-serif;}
ul.banner-second-point li span{ position: absolute; line-height: 25px; font-size: 20px; top: 7px; right: 0px; color: #000;  font-weight: 500; width: 108px;}
ul.banner-second-point li:last-child{ margin-right: 0; border-right: none;}
.spe-right{ right: 28px !important;}
ul.form-point{ text-align: left; margin: 15px 10px 0;}
ul.form-point li{ margin-right: 10px; display: inline-block; color: #fff; }
ul.form-point li img{ width: 20px; margin-right: 10px;}

#orange-area{ background: #fff; width: 100%; position: relative;padding: 30px 0; border-bottom: 2px solid #dadada;}
ul.orange-area-point{ text-align: center; display: block; font-family: 'roboto'; margin: 10px 0 0;}
ul.orange-area-point li{ display: inline-block;
    margin-right: 30px;
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    position: relative;
 }
 ul.orange-area-point li img {
  filter: grayscale(0%);
  transition: filter 0.5s ease; /* Adds a smooth fade effect */
}

/* Hover state: Image turns black and white */
ul.orange-area-point li img:hover {
  filter: grayscale(100%);
}

ul.orange-area-point li h5{ clear: both; display: block; font-size: 20px; font-weight: 500;}
#Business{ background: linear-gradient(to bottom,  #f2fbff 0%,#ffffff 100%); width: 100%; padding: 40px 0 20px; position: relative; overflow: hidden;}
#Business h3{ font-size: 2.5em; width: 670px; margin: auto; line-height: 50px;}
.orange-text{ color: #e75e2a;}
.spe-h4{font-weight: 700; line-height: 50px; font-size: 20px; margin: 0 0 0; color: #e75e2a;}
.round-icon{ padding: 15px; width: 60px; height: 60px; text-align: center; font-size: 20px; margin-top: 12px;}
.sp-padding-left-30{ padding-left: 24px;}
.sp-border-redius{ border-radius: 20px;}
.w-30{ width: 30px;}

#Business .card{ transition: all 0.2s ease-in-out; margin-bottom: 25px; border: 2px solid #ced6d9 !important; background: transparent; border-radius: 20px; padding: 10px; height: 320px; position: relative; z-index: 1;}
#Business .card:hover{ border-top: 5px solid #e65925 !important;}
#Business .card-title{ font-size: 20px; line-height: 30px; margin-top: 15px; font-family: "manroperegular", sans-serif;}
.margin-top20{ margin-top: 20px;}

.sp-banner-butt{ display: inline-block; padding: 0.75rem 1.25rem; border-radius: 10px; color: #fff; font-size: 1rem; transition: all 0.1s; position: relative; overflow: hidden; z-index: 1; background-color: #e8501a;}
/*.sp-banner-butt:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #e8501a; border-radius: 10px; z-index: -2;}
.sp-banner-butt:before {content: ""; position: absolute; bottom: 0; left: 0; width: 0%; height: 100%; background-color: #151f3b; transition: all 0.5s; border-radius: 10px; z-index: -1;}*/
.sp-banner-butt:hover {color: #fff;}
.sp-banner-butt:hover:before {width: 100%;}

.sp-banner-butt2{ display: inline-block; padding: 0.75rem 1.25rem; border-radius: 10px; color: #fff; font-size: 1rem; transition: all 0.5s; position: relative; overflow: hidden; z-index: 1; background-color: #e8501a;}
/*.sp-banner-butt2:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #e8501a; border-radius: 10px; z-index: -2;}
.sp-banner-butt2:before {content: ""; position: absolute; bottom: 0; left: 0; width: 0%; height: 100%; background-color: #ee8731; transition: all 0.5s; border-radius: 10px; z-index: -1;}*/
.sp-banner-butt2:hover {color: #fff;}
.sp-banner-butt2:hover:before {width: 100%;}


#third-area{ width: 100%; padding: 20px 0; border-top: 2px solid #dadada; background-image: url("../images/thired-lft-bg.png"), url("../images/thired-rht-bg.png"); background-repeat: no-repeat, no-repeat;
background-position: left bottom, right bottom;}
#third-area h3{ font-size: 2.5em; width: 670px; margin: auto; line-height: 50px;}
#third-area ul{ text-align: center;}
#third-area ul li{ position: relative; padding-left: 26px; margin: 20px 0;}
#third-area ul li i{ position: absolute; left: 0; top: 5px; content: ""; color: #e65925; font-size: 20px;}

ul.orange-area-point2{ text-align: center; display: block;}
ul.orange-area-point2 li{ display: inline-block;
    margin-right: 0px;
    font-size: 3.2em;
    color: #e95521;
    font-weight: 700;
    padding: 0 36px;
    line-height: 45px;
    position: relative;
    border-left: 1px solid #000; text-align: center;
    
    }


.counter-count,
.orange-area-point2 li span {
    float: none !important;
    display: inline-block;
    vertical-align: top;
}

ul.orange-area-point2 li:last-child{ margin-right: 0;}
ul.orange-area-point2 li:first-child{ border-left: none;}
/*ul.orange-area-point2 li span{position: absolute; top: 0; right: 82px;}*/
.iu{right: 78px;
    position: absolute;
    top: 0;
    font-size: 50px;}
ul.orange-area-point2 li h5{ clear: both; display: block; font-size: 18px; font-weight: 500; color: #000;}

#Services{width: 100%; padding: 40px 0 50px;}
#Services h3 {
    font-size: 2.5em;
    width: 770px;
    margin: auto;
    line-height: 50px;
}
.bg-light-pink{ background: #ffe3d9;}
.bg-light-blue{ background: #d9f4ff;}
.round-icon2{ padding: 15px; background: #e8501a; border-radius: 100%; width: 60px; height: 60px; text-align: center; font-size: 20px; color: #fff; margin-top: 12px;}
#Services .card{ margin: 30px 0 0; transition: all 0.5s ease-in-out; background: #e9f6ff; height: 165px;}
#Services .card .card-title{ font-size: 20px;}
#Services .card:hover{ -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(228,228,228,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(228,228,228,0); transform: translateY(-5px);}


#Pricing{ width: 100%; padding: 60px 0; background: #f3f3f3; border-top: 2px solid #dadada; border-bottom: 2px solid #dadada;}
#Pricing .card{ height: 560px;}
#Pricing h3 {
    font-size: 2.5em;
   margin: auto;
    line-height: 50px;
}
.pricing-table{
        width:100%;
        margin:20px 0;
        border-radius:30px;
        overflow:hidden;
        border:1px solid #d9d9d9;
        border-collapse:separate;
        border-spacing:0;
        background:#fff;
    }

    .pricing-table thead{
        background:#13004b;
        color:#fff;
    }

    .pricing-table th{
        padding:22px 30px;
        font-size:20px;
        font-weight:600;
        text-align:left;
    }

    .pricing-table td{
        padding:18px 30px;
        font-size:22px;
        font-weight:700;
    }

    .pricing-table tbody tr:nth-child(odd){
        background:#dcdcdc;
    }

    .pricing-table tbody tr:nth-child(even){
        background:#ffffff;
    }

    .orange{
        color:#f26a2e;
    }

    .blue{
        color:#16004d;
    }

    .green{
        color:#b80066;
    }

    .center{
        text-align:center;
    }
.gg{background: #132852; overflow: hidden; padding: 5px 10px; color: #fff !important; border-radius: 5px; font-size: 16px;}
.quotetext{ background: #f7f6f3; padding: 15px; font-style: italic; height: 100px;}
.sp-border{ border-color: #ebe8e3; position: relative; border-left: 5px #e4612e solid;}
.sp-border .card-title{ margin: 10px 0; line-height: 35px; height: 120px;}

#sixth-area{ width: 100%; padding: 40px 0 30px; background: #f3f3f3;}
.round-icon3{ padding: 15px; background: #e8501a; border-radius: 100%; width: 60px; height: 60px; text-align: center; font-size: 30px !important; color: #fff; margin-top: 12px; font-weight: 600; line-height: 30px;}
#sixth-area .card-title{ margin-bottom: 20px;}
#sixth-area .card{ overflow: hidden; border: 1px solid #ffffff36; height: 320px;}
#sixth-area h3 {
    font-size: 2.5em;
    
    line-height: 50px;
}

#sixth-area h5 {
    font-size: 2.0em;
    line-height: 30px;
}

.timeline{
        position:relative;
        max-width:700px;
        margin:auto;
    }

    /* Vertical Line */
    .timeline::before{
        content:"";
        position:absolute;
        left:20px;
        top:0;
        width:2px;
        height:88%;
        background:#f26722;
    }

    .timeline-item{
        position:relative;
        display:flex;
        gap:25px;
        margin-bottom:25px;
    }

    /* Number Circle */
    .timeline-number{
        min-width:40px;
        height:40px;
        background:#f26722;
        color:#fff;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:28px;
        font-weight:700;
        position:relative;
        z-index:2;
    }

    .timeline-content h3{
        margin:0 0 10px;
        color:#f26722;
        font-size:20px;
        font-weight:700;
    }

    .timeline-content p{
        margin:0;
        color:#1d1d3b;
        font-size:16px;
        line-height:1.4;
        max-width:500px;
    }



.btn-4 {
  overflow: hidden;
  position: relative;
}
.btn-4 span {
  z-index: 20;
}
.btn-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.btn-4:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-4:hover{ background: #e8501a; transform: scale(1.02);}

.btn-5 {
  overflow: hidden;
  position: relative;
}
.btn-5 span {
  z-index: 20;
}
.btn-5:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.btn-5:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-5:hover{ background: #151f3b; transform: scale(1.02);}

.btn-6 {overflow: hidden; position: relative; padding: 10px 25px !important; background: #ffc408; color: #000 !important; font-weight: 800; font-size: 17px; width: 100%; display: block; border-radius: 10px; margin-top: 50px;}
.btn-6:hover{ background: #151f3b; transform: scale(1.02); color: #ffc408 !important;}

.btn-7 {overflow: hidden; position: relative; padding: 10px 25px !important; background: #ff793f; color: #fff!important; font-weight: 800; font-size: 17px; width: 100%; display: block; border-radius: 10px;}
.btn-7:hover{ background: #000043; transform: scale(1.02); color: #fff !important;}

.btn-8 {overflow: hidden; position: relative; padding: 10px 25px !important; background: #000043; color: #fff!important; font-weight: 800; font-size: 17px; width: 100%; display: block; border-radius: 10px;}
.btn-8:hover{ background: #ff793f; transform: scale(1.02); color: #000043 !important;}


#Testimonials{ width: 100%; padding: 40px 0;}
#Testimonials h3 {
    font-size: 2.5em;
    line-height: 50px;
}
#Testimonials .card{ background: #fff; transition: all 0.5s ease-in-out;}
#Testimonials .card:hover{ background: #e8501a; color: #fff;}
.swiper-wrapper{ margin-bottom: 30px;}
.testimonial-section{
        max-width:1200px;
        margin:auto;
    }

    .swiper{
        padding-bottom:60px;
    }

    .testimonial-card{
        background:#f7eeee;
        border-radius:16px;
        padding:22px;
        height:100%;
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        min-height:400px;
    }

    /* Stars */
    .stars{
        text-align:right;
        color:#f5be22;
        font-size:22px;
        margin-bottom:20px;
    }

    /* Testimonial Text */
    .testimonial-text{
        color:#171544;
        font-size:18px;
        line-height:1.4;
        margin-bottom:30px; height: 350px;
    }

    /* Bottom Area */
    .testimonial-footer{
        margin-top:auto;
    }

    .line{
        width:100%;
        height:1px;
        background:#f26a2e;
        margin-bottom:16px;
    }

    .name{
        font-size:20px;
        font-weight:700;
        color:#000;
        margin-bottom:8px;
    }

    .designation{
        font-size:17px;
        color:#222;
    }

    /* Pagination */
    .swiper-pagination{
        bottom:0 !important;
    }

    .swiper-pagination-bullet{
        width:12px;
        height:12px;
        background:#d9c7c7;
        opacity:1;
    }

    .swiper-pagination-bullet-active{
        background:#000;
    }

    /* Responsive */
    @media(max-width:991px){
        .testimonial-text{
            font-size:16px;
        }

        .name{
            font-size:24px;
        }

        .designation{
            font-size:16px;
        }
    }

    @media(max-width:767px){
        

        .testimonial-card{
            min-height:auto;
        }

        .testimonial-text{
            font-size:15px; height: auto;
        }

        .name{
            font-size:22px;
        }
    }
#eight-area2{
    width: 100%; padding: 40px 0 30px;
    background:#f3f3f3; border-top: 2px solid #dadada;
    border-bottom: 2px solid #dadada;
}

#eight-area2 h3 {
    font-size: 2.5em;
    line-height: 50px;
}

.case-card{
        width:100%;
        background:#fff;
        border-radius:18px;
        padding:22px;
    }

    /* Icon */
    .card-icon img{
        width:60px;
        margin-bottom:18px;
    }

    /* Category */
    .category{
        color:#f26a2e;
        font-size:14px;
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:0.5px;
        margin-bottom:14px;
    }

    /* Title */
    .title{
        font-size:22px;
        line-height:1.15;
        font-weight:700;
        color:#111;
        margin-bottom:16px; height: 50px;
    }

    /* Description */
    .description{
        font-size:17px;
        line-height:1.4;
        color:#222;
        margin-bottom:28px;
    }

    /* Divider */
    .divider{
        width:100%;
        height:2px;
        background:#000043;
        margin-bottom:14px;
    }

    /* Footer */
    .footer{
        display:flex;
        gap:14px;
        flex-wrap:wrap;
        align-items:center;
        font-size:14px;
        color:#333;
    }

    .footer span{
        display:flex;
        align-items:center;
        gap:6px;
    }

    /* Responsive */
    @media(max-width:480px){

        .title{
            font-size:18px; height: auto;
        }

        .description{
            font-size:15px;
        }

        .case-card{
            padding:18px; margin-bottom: 30px;
        }
    }

.accordion { display: flex; flex-direction: column; gap: 12px; }
  .acc-item {
    border: 1px solid #e8e4de;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s;
  }
  .acc-item.open { border-color: #EEEEEE; }
  .acc-trigger {
    width: 100%;
    background: #f1f1f1;
    border: none;
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    gap: 16px;
    
  }
  .acc-trigger:hover { background: var(--off-white); }
  .acc-item.open .acc-trigger { background: #f1f1f1; }
  .acc-q { font-size: 16px; font-weight: 700; color: var(--navy); line-height: 1.4; }
  .acc-icon {
    width: 28px; height: 28px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #FC7B48;
    flex-shrink: 0;
    transition: all 0.3s;
  }
  .acc-item.open .acc-icon {
    background: #fff;
    color: #FC7B48;
    transform: rotate(45deg);
  }
  .acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  .acc-body-inner {
    padding: 0 24px 24px;
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-muted);
  }



  #nine-area{ width: 100%; padding: 40px 0 60px;}
  #nine-area h3 {
    font-size: 2.5em;
    line-height: 50px;
}
  /* ================================ */
/* FAQ — objection handling         */
/* ================================ */
.faq{padding:90px 0;border-top:1px solid var(--navy-border)}
.faq-header{text-align:center;max-width:540px;margin:0 auto 44px}
.faq-header h2{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:10px}
.faq-grid{max-width:720px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--navy-border)}
.faq-q{padding:15px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:1.2rem;font-weight:600;color:var(--light-gray);transition:color .2s;user-select:none; border-bottom: 2px solid #00000021;}
.faq-q:hover{color:var(--orange)}
.faq-q .icon{width:26px;height:26px;border-radius:50%;background:#e56632;border:1px solid var(--navy-border);display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0;transition:all .3s ease;color:#fff;}
.faq-item.open .faq-q{color:var(--orange)}
.faq-item.open .faq-q .icon{background:var(--orange);color:var(--white);border-color:var(--orange);transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-item.open .faq-a{max-height:300px}
.faq-a p{font-size:.88rem;color:var(--mid-gray);line-height:1.75;}

#sky-area{ background: #f4f9fc; width: 100%; padding: 40px 0 30px; border-top: 2px solid #dadada;}
#sky-area h3 {
    font-size: 2.5em;
    line-height: 50px; width: 520px; margin: auto;
}

  #footer{ background: #080e1e; width: 100%; padding: 60px 0 15px; color: #fff;}
  #footer h6{ line-height: 25px;}
  #footer ul{ text-align: left;}
  #footer ul li{ text-align: left; margin-bottom: 5px;}
  #footer ul li a{ color: #acb0bc;}
  #footer ul li a:hover{ color: #fff; text-decoration: underline;}
  #footer p{ color: #acb0bc;}

  .footer-bottom{border-top: 1px solid #ffffff3b; padding-top: 20px;}
  .jj{ text-align: right !important; float: right;}
  .jj li{ float: left; margin-right: 20px;}
  .jj li:last-child{ margin-right: 0px;}

  #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: #e65925;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #232954;
}


.text-break-down{ display: block; clear: both; font-size: 42px;}
.font-17{ font-size: 17px;}

/* Box Shadow Inset 
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); transition: all 0.5s ease-in-out;
  /* Hack to improve aliasing on mobile/tablet devices 
}
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5); background-color: #e8501a; transition: all 0.3s ease-in-out;
  /* Hack to improve aliasing on mobile/tablet devices 
}*/

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #5172cfec;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

.text-break-down-3 {
    display: block;
    clear: both;
    
}



.service-imageContent-section {
    display: flex;
    justify-content: space-between;
    gap: 146px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; position: relative;
}

.service-imageContent-section .image-area {
    position: sticky;
    top: 140px;
    flex: 0 0 40%;
    height: min-content;
    overflow: hidden;
    height:fit-content;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition-delay: 0s;
    -ms-transition: all 1s ease;
    visibility: visible;
}

.image-area2{position: absolute !important;
    right: 0px;
    top: 0 !important;
    width: 50% !important;
    padding-right: 0 !important;
    }

.service-imageContent-section2 {
    display: flex;
    justify-content: space-between;
    gap: 146px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-imageContent-section2 .image-area {
    position: sticky;
    top: 140px;
    flex: 0 0 40%;
    height: min-content;
    overflow: hidden;
    height:fit-content;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition-delay: 0s;
    -ms-transition: all 1s ease;
    visibility: visible;
}



.facing-issue-section-right img {
    padding: 20px;
    background: #eceaf7;
    border-radius: 10px;
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center top
}

.digital-transformation-section .section-title p span {
    position: relative;
    z-index: 9;
    font-weight: 700
}

.title-border {
    width: 45px;
    height: 4px;
    background: #ffc33d;
    /* display: block; */
    margin-bottom: 12px;
    display: none;
}










.service-imageContent-section .image-area-item a img {
    display: none;
}

.service-imageContent-section .image-area-item a.active img {
    display: block !important;
    background: #b1c4ec;
    padding: 0px;
    border-radius: 25px;
    /*height: 500px;*/
    width: 100%;
    object-fit: cover;
    object-position: top left;
    
}

.service-imageContent-section .image-area-item a.active .con-matter{ position: absolute; bottom: 0; left: 0; color: #fff; padding: 20px 30px 0px; border-radius: 0px 0px 25px 25px;}

.service-imageContent-section .image-area-item a .con-matter {
    display: none;
}

.service-imageContent-section .image-area-item a.active .con-matter {
    display: block;
}


.service-imageContent-section .image-area-item2 a img {
    display: none;
}

.service-imageContent-section .image-area-item2 a.active img {
    display: block !important;
    background: #b1c4ec;
    padding: 0px;
    /*border-radius: 35px 0 0 35px;
    height: 500px;*/
    width: 100%;
    object-fit: cover;
    object-position: top left;
    
}



.service-imageContent-section .image-area-item2 a.active .con-matter{ position: absolute; bottom: 0; left: 0; color: #fff; padding: 20px 30px 0px;}

.service-imageContent-section .image-area-item a .con-matter {
    display: none;
}

.service-imageContent-section .image-area-item2 a.active .con-matter {
    display: block;
}




/*---------------- ---------Facing-Issues -------------------------------- */
.facing-issue-section .owl-carousel .owl-item img {
    height: 400px;
    object-fit: cover;
    object-position: center center;
}



.rt-image {
    position: absolute;
    bottom: 55px;
    left: 90px;
}

/* .facing-issue-block {
    background-color: #f2f1fd;
    border-radius: 24px;
    padding: 60px 50px;
    } */
.facing-issue-right h3 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 700;
    color: #fff;
}

.facing-issue-right {
    padding: 0 30px;
}

#facing-issue-list {
    margin-top: 20px;
}

.facing-issue-block {
    position: relative;
}

.facing-issue-section .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: -3%;
    right: -3%;
    transform: translateY(-50%);
    z-index: 5;
}

.facing-issue-section .owl-carousel .owl-nav button.owl-next,
.facing-issue-section .owl-carousel .owl-nav button.owl-prev {
    font-size: 33px;
    line-height: 100px;
    transition: ease-in-out0.2s;
    padding: 0;
    background: transparent;
    color: #1053F3;
    z-index: 100;
    margin: 0;
    line-height: 27px;
}

.facing-issue-section .owl-carousel .owl-nav button.owl-next {
    right: 0%;
    position: absolute;
}

.facing-issue-item {
    border-radius: 30px;
    background: #1053F3;
    overflow: hidden;
}




/* facing-issue-list */
#facing-issue-list {
    display: none;
}

.facing-issue-section .service-imageContent-section .content-section ul li.active {
    background: #132852;
    border-radius: 6px; padding: 12px; position: relative;
}

.facing-issue-section .service-imageContent-section .content-section ul li.active::before {
    position: absolute;
    content: "";
    left: -19px;
    top: 9px;
    background: #1c2451;
    width: 20px;
    height: 20px;
    height: 35px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  

    
}

.facing-issue-section .service-imageContent-section .content-section ul li.active i{
    color: #FD733D;
   
}

.facing-issue-section .service-imageContent-section .content-section ul li.active .content-box span {
    color: #fff;
}

.facing-issue-section .challenge-desktop {
    margin-top: 20px;
}

.facing-issue-section .service-imageContent-section .content-section ul li {
    background: #e6edfe;
    margin-bottom: 10px;
    border-radius: 6px; padding: 12px;
    font-size: 20px;
    font-weight: 700; text-transform: capitalize;
}

.facing-issue-section .service-imageContent-section .image-area-item a.active img {
    object-position: center center;
}

.facing-issue-section .service-imageContent-section .image-area-item2 a.active img {
    object-position: center center;
}


/*---------------- ---------Facing-Issues -------------------------------- */
.facing-issue-section .owl-carousel .owl-item img {
    height: 400px;
    object-fit: cover;
    object-position: center center;
}



.rt-image {
    position: absolute;
    bottom: 55px;
    left: 90px;
}

/* .facing-issue-block {
    background-color: #f2f1fd;
    border-radius: 24px;
    padding: 60px 50px;
    } */
.facing-issue-right2 h3 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 700;
    color: #fff;
}

.facing-issue-right2 {
    padding: 0 30px;
}

#facing-issue-list2 {
    margin-top: 20px;
}

.facing-issue-block2 {
    position: relative;
}

.facing-issue-section2 .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    left: -3%;
    right: -3%;
    transform: translateY(-50%);
    z-index: 5;
}

.facing-issue-section2 .owl-carousel .owl-nav button.owl-next,
.facing-issue-section2 .owl-carousel .owl-nav button.owl-prev {
    font-size: 33px;
    line-height: 100px;
    transition: ease-in-out0.2s;
    padding: 0;
    background: transparent;
    color: #1053F3;
    z-index: 100;
    margin: 0;
    line-height: 27px;
}

.facing-issue-section2 .owl-carousel .owl-nav button.owl-next {
    right: 0%;
    position: absolute;
}

.facing-issue-item2 {
    border-radius: 30px;
    background: #1053F3;
    overflow: hidden;
}




/* facing-issue-list */
#facing-issue-list2 {
    display: none;
}

.facing-issue-section2 .service-imageContent-section .content-section ul li.active {
    background: #132852 !important;
    border-radius: 6px; padding: 12px; position: relative;
}

.facing-issue-section2 .service-imageContent-section .content-section ul li.active::before {
    position: absolute;
    content: "";
    left: -19px;
    top: 9px;
    background: #1c2451;
    width: 20px;
    height: 20px;
    height: 35px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  

    
}


#facing-issue-list3 {
    display: none;
}

.facing-issue-section3 .service-imageContent-section .content-section ul li.active {
    background: #d9d9d975 !important;
    border-radius: 6px; padding: 12px; position: relative;
}



.facing-issue-section3 .service-imageContent-section .content-section ul li.content-section-item3 {
    border-bottom: 1px solid #B2B0B0; padding: 12px;
}

.spe-content ul li.active::before{ display: none;}


.facing-issue-section2 .service-imageContent-section .content-section ul li.active i{
    color: #FD733D;
   
}

.facing-issue-section2 .service-imageContent-section .content-section ul li.active .content-box span {
    color: #fff;
}

.facing-issue-section2 .challenge-desktop {
    margin-top: 20px;
}

.facing-issue-section2 .service-imageContent-section .content-section ul li {
    background: #e6edfe;
    margin-bottom: 10px;
    border-radius: 6px; padding: 12px;
    font-size: 20px;
    font-weight: 700; text-transform: capitalize;
}

.facing-issue-section2 .service-imageContent-section .content-section ul li.content-section-item2{
    background:transparent;
    
}

.facing-issue-section2 .service-imageContent-section .image-area-item a.active img {
    object-position: center center;
}

/*.facing-issue-section2 .service-imageContent-section .image-area-item2 a.active img {
    object-position: center center;
}*/

.image-area-item3 img{ border-radius: 20px;} 

.image-area-item2 a {
    display: none;
   
    
}

.image-area-item2 a.active {
    display: block;
    
}

.image-area-item3 a {
    display: none;
   
    
}

.image-area-item3 a.active {
    display: block;
    
}

.content-box2{ position: relative;}
.content-box2 i{ position: absolute; right: 0; top: 0; font-size: 27px;}

.sky-bg{ background: #F6F9FF; border-radius: 30px; position: relative; padding: 30px; margin-top: 30px;}
.oddo-image{ position: absolute;
    right: 0;
    top: 0;
    width: 578px;}

.oddo-image img{ border-radius: 50px;}    
.card-text{ height: auto;}
.testi-head{ height: 90px;}
.spe-content { width: 80%; margin: 0 0 0 12%; padding: 48px 0;}

.white-circle{ background: #1c2451; position: relative;
    border-radius: 100%;
    padding: 7px 0;
    color: #fff;
    font-size: 36px;
    width: 70px;
    height: 70px;
    text-align: center;}

.white-circle:after{ position: absolute;
    left: 30px;
    bottom: -220px;
    content: "";
    width: 8px;
    height: 230px;
    background: #1c2451;} 
    
.white-circle:before{left: 35px; position: absolute;
    left: 18px;
    position: absolute;
    bottom: -224px;
    content: "";
    width: 30px;
    border-radius: 100%;
    height: 30px;
    background: #1c2451;} 

.blue-circle{ background: #1c2451; position: relative;
    border-radius: 100%;
    padding: 7px 0;
    color: #fff;
    font-size: 36px;
    width: 70px;
    height: 70px;
    text-align: center; top: 85%;} 

.blue-circle:before{ position: absolute;
    left: 30px;
    top:-230px;
    content: "";
    width: 8px;
    height: 230px;
    background: #1c2451;} 
    
.blue-circle:after{left: 35px; 
    left: 18px;
    position: absolute;
    top: -230px;
    content: "";
    width: 30px;
    border-radius: 100%;
    height: 30px;
    background: #1c2451;}     
    


.pr-0{ padding-right: 0;}  

.card-b-dy-txt{ height: 179px;}

.con-matter{ background: #132852ad;}    



.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgb(223 239 249 / 47%);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}















@media all and (max-width: 300px) {
body {
  font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
  font-size: 1.5em;
}

.testim .cont div p {
  line-height: 25px;
}

}


.btn-9 {
    overflow: hidden;
    position: relative;
    padding: 10px 25px !important;
    background: #ffc408;
    color: #000 !important;
    font-weight: 800;
    font-size: 17px;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin: 20px 0; z-index: 1;
}

.btn-9:hover{ background: #151f3b; transform: scale(1.02); color: #ffc408 !important;}
.consult-btn{ display: none;}
.odoo-card{ display: none;}
.stats-wrapper{ display: none;}

.sticky-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    
    transition: all 0.4s ease;
}

.sticky-header.scrolled{
    padding: 0px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.logo-responsive{
    max-height: 90px;
    transition: all 0.4s ease;
}

.sticky-header.scrolled .logo-responsive{
    max-height: 60px;
}

.navbar-nav .nav-link{
    transition: all 0.3s ease;
}

.sticky-header.scrolled .navbar-nav .nav-link{
    padding-top: 5px;
    padding-bottom: 5px;
}

#sixth-area { width: 100%; background: #f3f3f3; border-top: 2px solid #dadada; border-bottom: 2px solid #dadada;}
 


 
/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1366px) and (max-width: 1500px) {
      #Services {
        padding-bottom: 50px !important;
    }

ul.orange-area-point2 li { padding: 0 17px;}  
ul.orange-area-point2 li h5 { font-size: 17px;}  
.btn-6 { margin-top: 10px;}
#Services h3 { width: 770px;}

ul.orange-area-point li { font-size: 2.2em; line-height: 24px;}
.jj li { float: left; margin-right: 14px; }
ul.orange-area-point li span{position: absolute; top: 0; right: 80px;}
.iu{right: 70px; position: absolute; top: 0; font-size: 40px;}
#orange-area { padding: 20px 20px;}
#Pricing .card {
    height: 570px;
}
.sp-border .card-title {
    margin: 10px 0;
    line-height: 30px;
    height: 110px;
    font-size: 25px;
}
#Testimonials .card {
    background: #fff;
    transition: all 0.5s ease-in-out;
    min-height: 180px;
}
#Business .card-title {
    font-size: 17px;
    line-height: 26px;
}

.banner-heading { font-size: 72px; line-height: 71px;}
.nav-link-cus { padding: 5px 9px !important; font-size: 17px;}
ul.banner-footer-point li { margin-right: 4px;}
.banner-form h3 { font-size: 32px;}
ul.orange-area-point li h5 { font-size: 17px; }
.oddo-image {
    position: absolute;
    right: 0;
    top: 40px;
    width: 528px;
}

#third-area {
    width: 100%;
    
}

.spe-content {
    width: 80%;
    margin: 0 0 0 12%;
    padding: 25px 0 23px;
}



#sixth-area .card-title {
    margin-bottom: 20px;
    font-size: 20px;
}
.testi-head {
    height: 90px;
    font-size: 25px;
}

.blue-circle:before { top: -219px;}
.blue-circle:after { top: -220px;}
.image-area-item3 img { width: 100%;}
.st-underline:after { bottom: -18px; left: 0;}
ul.banner-second-point li { font-size: 30px; width: 31%; margin-right: 18px; line-height: 60px;}
#banner-area { padding: 50px 0;}
ul.banner-second-point li span { right: -8px;}
.spe-right { right: 22px !important;}
.right-15 {
    right: 8px !important;
}

.call-button i {
    font-size: 20px;
}

.call-button {
    font-size: 18px !important;
}


.testimonial-text {height: 410px;}
.title {font-size: 18px;}

}

@media (max-width: 450px) {
  

}



@media (min-width: 1200px) and (max-width: 1365px) {
  
ul.orange-area-point li { font-size: 2.2em; line-height: 44px;}
.jj li { float: left; margin-right: 14px; }
ul.orange-area-point li span{position: absolute; top: 0; right: 80px;}
.iu{right: 70px; position: absolute; top: 0; font-size: 40px;}
#orange-area { padding: 20px 20px;}
#Pricing .card {
    height: 570px;
}
.sp-border .card-title {
    margin: 10px 0;
    line-height: 30px;
    height: 110px;
    font-size: 25px;
}
#Testimonials .card {
    background: #fff;
    transition: all 0.5s ease-in-out;
    min-height: 180px;
}
#Business .card-title {
    font-size: 17px;
    line-height: 26px;
}

.banner-heading { font-size: 72px; line-height: 71px;}
.nav-link-cus { padding: 5px 9px !important; font-size: 15px;}
ul.banner-second-point li span { top: 7px; right: -18px; line-height: 22px;}
.right-15{right: 0px !important;}
ul.banner-second-point li { width: 31%; font-size: 36px;}
.spe-right { right: 10px !important;}
ul.form-point li { margin-right: 3px; font-size: 14px;}
#banner-area { padding: 50px 0 40px;}
ul.banner-footer-point li { margin-right: 4px;}
.banner-form h3 { font-size: 32px;}
ul.orange-area-point li h5 { font-size: 17px; }
.oddo-image {
    position: absolute;
    right: 0;
    top: 40px;
    width: 528px;
}

#third-area {
    width: 100%;
    padding: 30px 0;
}

.spe-content {
    width: 80%;
    margin: 0 0 0 12%;
    padding: 25px 0 23px;
}

/*#Services {padding: 10px 0 50px;}*/

#sixth-area .card-title {
    margin-bottom: 20px;
    font-size: 20px;
}
.testi-head {
    height: 90px;
    font-size: 25px;
}

.blue-circle:before { top: -219px;}
.blue-circle:after { top: -220px;}
.image-area-item3 img { width: 100%;}
.st-underline:after { bottom: -18px; left: 0;}
#Business .card { height: 340px;}
ul.orange-area-point2 li { font-size: 3em; padding: 0 26px;}
ul.orange-area-point2 li h5 { font-size: 17px;}
#third-area ul li { padding-left: 26px;}
#sixth-area { width: 100%; padding: 40px 0 20px; background: #f3f3f3;}
.btn-6 {margin-top: 20px;}
ul.banner-second-point li span {
    position: absolute;
    line-height: 25px;
    font-size: 20px;
    top: 7px;
    right: -18px;}

.call-button i {
    font-size: 20px;
}

.call-button {
    font-size: 18px !important;
}

.testimonial-text{ min-height:420px;}
.title {font-size: 18px;}
}

@media (min-width: 1000px) and (max-width: 1199px){

ul.orange-area-point li { margin-right: 0; font-size: 2em; line-height: 25px; position: relative; padding: 0 16px;}
ul.orange-area-point li h5 { font-size: 16px;}
ul.orange-area-point li span { right: 58px;}
.margin-left50 { margin-left: -30px;}
ul.banner-footer-point li { padding: 5px 13px; font-size: 10px;}
.banner-heading { margin: 15px 0; font-size: 61px; color: #132852; font-weight: 900; line-height: 62px;}
#banner-area p { margin: 14px 0 !important; font-size: 16px;}
.banner-form { padding: 32px;}
#Business .card-title { font-size: 16px; line-height: 25px;}
.logo-responsive{ width: 290px !important;}
.nav-link-cus { font-size: 14px; padding: 5px 10px !important;}
.dashboard-mockup { width: 100%; }
#sixth-area .card-title { margin-bottom: 20px; font-size: 18px;}
.text-break-down2 {
    display: contents;
    clear: both;
}
.sp-border .card-title {
    margin: 10px 0;
    line-height: 30px;
    height: 130px;
    font-size: 25px;
}

#Testimonials .card {
    background: #fff;
    transition: all 0.5s ease-in-out;
    min-height: 180px;
}

.text-break-down {
    display:contents;
    clear: both;
}

#Services .card {
    margin: 30px 0 0;
    transition: all 0.5s ease-in-out;
    height: 240px;
}

#Pricing .card {
    height: 700px;
}

#sixth-area .card {
    height: 380px;
}

.sp-banner-butt2 {
    display: inline-block;
    padding: 0.75rem 0.25rem;}

.banner-form h3 { font-size: 30px;}
.st-underline:after {bottom: -27px;}
.iu { right: 55px; top: -2px; font-size: 37px;}
#third-area { padding: 20px 0;}
.oddo-image { width: 468px;}
.testi-head { height: auto;}
.card-text { height: auto;}
.quotetext { height: auto;}
.image-area-item3 img { width: 100%;}
.call-button { top: -3px; font-size: 14px !important;}
.call-button i {
    font-size: 20px;
}
ul.banner-second-point li span {
    position: absolute;
    line-height: 16px;
    font-size: 13px;
    top: 8px;
    right: 0px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 69px;
}

ul.banner-second-point li {
    text-align: left;
    font-size: 32px;
    font-weight: 900;
    color: #e75e2a;
    position: relative;
    width: 31%;
    float: left;
    margin-right: 18px;
    border-right: 2px solid #e75e2a;
    font-family: "DM Sans", sans-serif;
}

#Business .card { height: 410px;}
ul.orange-area-point2 li h5 { font-size: 14px;}
ul.orange-area-point2 li { padding: 0 16px;}
.title { height: 80px;}
.testimonial-text{ height: 550px;}
.btn-6 {padding: 10px 15px !important; margin-top: 0;}
.btn-9 { padding: 10px 15px !important;}
}


@media (min-width: 768px) and (max-width: 999px){

ul.orange-area-point li { margin-right: 0px; font-size: 1.8em; line-height: 10px; position: relative; padding: 20px 2px 0;}
ul.orange-area-point li h5 { font-size: 12px;}
ul.orange-area-point li span { right: 38px; top: 20px;}
.banner-heading { font-size: 40px; line-height: 60px; margin-bottom: 0; margin-top: 0;}
#banner-area p { margin: 5px 0 20px;}
.banner-form { padding: 15px;}
.banner-form h3 { font-size: 25px; margin-bottom: 0;}
ul.banner-footer-point li {margin-right: 5px;
        padding: 5px 13px;
        font-size: 16px;
        margin-bottom: 20px;}
.margin-left50 { margin-left: -30px;}
#orange-area {padding: 20px 0;}
.spe-h2 {  line-height: 35px; font-size: 28px; margin: 0px 0 12px;}
.dashboard-mockup { width: 100%; }
#Pricing .card{ margin-bottom: 20px;}
.logo-responsive { width: 290px !important; }
.navbar-brand{ width: 89%;}
.sp-banner-butt {
    display: inline-block;
    padding: 0.75rem 0.25rem;}  
    
#Pricing .card {
    height: auto;
} 

.sp-border .card-title {
    margin: 10px 0;
    line-height: 35px;
    height: auto;
}

.quotetext {
    background: #f7f6f3;
    padding: 15px;
    font-style: italic;
    height: auto;
}

.sp-banner-butt2 {
    padding: 0.75rem 0.15rem;
    font-size: 0.8rem;}

.st-underline:after{ display: none;}
.sm-underline:after{ display: none;}
.iu {
    right: 35px;
    position: absolute;
    top: 19px;
    font-size: 35px;
}

.text-break-down {
    display: block;
    clear: both;
    font-size: 28px;
}

.btn-6 {
    padding: 10px 23px !important;
    font-weight: 500;
    font-size: 14px; margin-top: 20px;
}

.oddo-image { position: relative; width: 100%;}
#Pricing { width: 100%; padding: 30px 0;}
.testi-head { height: auto;}
.card-text { height: auto;}
/*#Services { padding-top: 30px; margin-top: 30px;}*/
#Business .card { padding: 0px; height: auto;}
#Services .card { height: auto;}
.sp-padding-left-30 { padding-left: 34px;}
.title { height: auto;}

.right-15 {
    right: 0px !important;
}

.spe-right {
    right: 20px !important;
}
ul.banner-second-point li span { right: -15px;}
#Services h3 { margin: auto; width: 100%;}
.btn-9 { font-size: 14px;}

#banner-area {padding: 40px 0 35px;}

}  



@media only screen and (max-width: 767px) {
  
.logo-responsive { width: 220px !important; }
.tp-book-button { text-align: center;}
#banner-area { padding: 20px 0; background-size: 100% 100%;}
.nav-link-cus { padding: 5px 10px !important; font-size: 14px; display: block; margin-bottom: 5px;}
.banner-heading { font-size: 38px; line-height: 40px; margin: 10px 0;}
#banner-area p { margin: 5px 0 15px;}
ul.banner-footer-point li { padding: 5px 15px; font-size: 16px; margin-bottom: 10px; width: 100%;}
.banner-form h3 { font-size: 26px;}
.banner-form {padding: 15px;  margin-top: 30px;}
ul.orange-area-point li { font-size: 2.5em;
        line-height: 20px;
        margin-bottom: 15px;
        margin-right: 0;
        padding-bottom: 20px;
        display: block;
        border-left: none;
        border-bottom: 1px solid #00000026;}
ul.orange-area-point li h5 { font-size: 16px;}
ul.orange-area-point li span { right: 110px;}
.margin-left50 { margin-left: -30px;}
.spe-h2 { font-weight: 500; line-height: 34px !important; font-size: 30px !important; margin: 5px 0;}
.sp-padding-left-30 { padding-left: 0;}
#Business .card-title { font-size: 17px; line-height: 22px;}
.dashboard-mockup { margin: 30px 0 0; width: 100%;}
#Services .card .card-title { font-size: 18px; line-height: 25px;}
#Pricing .card{ margin-bottom: 20px; height: auto;}
.sp-border .card-title { margin: 10px 0; line-height: 28px;}
.jj { float: none; margin-top: 20px;}
#footer { padding: 30px 0 20px; color: #fff;}
.iu {
    right: 110px; font-size: 40px;
    position: absolute;
    top: 0;
}

.sm-underline:after{ display: none;}
#Business {padding: 20px 0 20px;}
.text-break-down { font-size: 32px;}
.facing-issue-section .owl-nav { top: 25%; }
.oddo-image { position: relative; width: 100%;}
#Pricing { padding: 30px 0;}
.testi-head { height: auto;}
.card-text { height: auto;}
.quotetext { height: auto;}
.white-circle:after{ display: none;}
.white-circle:before{ display: none;}
.blue-circle:before{display: none;}
.blue-circle:after{display: none;}
.blue-circle { top: 0;}
.card-b-dy-txt { height: auto;}
#sixth-area .card { height: auto; border-bottom: 1px solid #00000033 !important; margin-right: 20px; }
#sixth-area { padding: 30px 0;}
#Testimonials { background: #F6F9FF; padding: 20px 0 0;}

.facing-issue-section2 .owl-nav{ display: none;}
.white-circle { width: 50px; height: 50px; top: 10px; font-size: 26px;}
.blue-circle { width: 50px; height: 50px; top: 10px; font-size: 26px;}
ul.banner-second-point li span { left: 124px;}
ul.banner-second-point li { width: 100%; border-right: none;}
#Business h3 { font-size: 2em; width: 100%; line-height: 39px; font-weight: 500;}
#Business .card { height: auto;}
#third-area h3 { font-size: 2em; width: 100%; line-height: 39px; font-weight: 500;}
#Services h3 {font-size: 2em; width: 100%; line-height: 39px; font-weight: 500;}
ul.orange-area-point2 li { border-left: none;}
#third-area ul li { margin: 10px 0 0;}
#third-area{ background-image: none;}
#Pricing h3 { font-size: 2em; width: 100%; line-height: 39px;}
#sky-area h3 { font-size: 2em; width: 100%; line-height: 39px;}
.btn-7 { margin-bottom: 20px;}
#Services .card { height: auto;}
.timeline { margin: 50px auto;}
ul.banner-second-point li span { top: 17px; right: 22px; width: 100%;}
.banner-heading span { clear: both; display: block; font-size: 35px;}
#Services .card:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateY(0px); 
}

.gradient-text {
    background: linear-gradient(
        90deg,
        #ff6b00,
        #ff3d7f,
        #7b61ff
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 4s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

.consult-btn{
    width: 100%;
        padding: 5px 28px 15px;;
        border-radius: 14px;
        background: linear-gradient(90deg, #ff6200 0%, #ff4f5e 45%, #c74aa7 100%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        font-family: sans-serif;
        box-shadow: 0 10px 25px rgba(255, 98, 0, 0.25);
        transition: 0.3s ease;
}

.consult-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(199, 74, 167, 0.35);
}

.consult-btn .arrow{
    font-size: 42px;
    line-height: 1; top: 5px;
        position: relative;
}

.stats-wrapper{
    display:flex;
    gap:18px;
    justify-content:center;
    flex-wrap:wrap;
}

.stat-card{
        width: 160px;
        background: #fff;
        border-radius: 14px;
        padding: 10px 10px;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
        transition: 0.3s ease;
    }


.stat-card:hover{
    transform:translateY(-5px);
}

.icon-box{
    width:60px;
    height:60px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#fff3ee;
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-box i{
    font-size:24px;
    color:#f26522;
}

.stat-number{
    font-size:52px;
    font-weight:700;
    color:#f26522;
    line-height:1;
    margin-bottom:15px;
}

.stat-text{
    font-size: 15px;
    line-height: 1.2;
    color:#1f2340;
    font-weight:500;
}

.stats-wrapper{
        gap:14px; margin: 20px 0;
    }

    .stat-card{
        width:100%;
        max-width:100px;
    }

    .stat-number{
        font-size:30px;
    }

ul.banner-second-point{ display: none;}   
.odoo-card{
    margin:auto;
    background:linear-gradient(135deg,#14004d 0%, #1d0468 50%, #0d0036 100%);
    border-radius:28px;
    padding:15px 15px;
    position:relative;
    overflow:hidden;
    color:#fff; display: block;
}

/* Background Glow */

.odoo-card::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,0.04);
    border-radius:50%;
    top:-120px;
    right:-100px;
}

/* Dotted Map Style */

.map-bg{
    position:absolute;
    right:-20px;
    top:20px;
    width:220px;
    opacity:0.25;
}

/* Content */

.odoo-content{
    position:relative;
    z-index:2;
    display:flex;
    align-items:flex-start;
    gap:25px;
}

.logo-box{
    width:80px;
    height:80px;
    background:#fff;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.logo-box img{
    width:60px;
}

.info h4{
    margin:0;
    font-size:22px;
    font-weight:600;
}

.highlight{
    font-size:52px;
    font-weight:700;
    line-height:1.1;
    margin:8px 0;
    background:linear-gradient(90deg,#ff7a18,#ff4d88,#b66dff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.users{
    font-size:24px;
    font-weight:600;
    margin-bottom:8px;
}

.line{
    width:230px;
    height:1px;
    background:rgba(255,255,255,0.5);
    margin-bottom:8px;
}

.bottom-text{
    font-size:15px;
    line-height:1.6;
    color:#f1f1f1;
}

.bottom-text span{
    color:#ff8a2b;
    font-weight:700;
}

.odoo-content{
       
    }

    .highlight{
        font-size: 28px;
        margin: 8px 0 0;
    }

    .users{
        font-size:22px;
    }

    .line{
        width:100%;
    }

.mobile-none{ display: none;}    
.consult-btn{ display: block;}
.pricing-table th {
    padding: 22px 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

body {
     padding-top: 74px;
}

.round-icon { margin-top: 0;}
.pricing-table td { font-size: 18px;}

}

