@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}
:root {
    --bs-fontfamily: "Barlow", sans-serif;
    --bs-fw700: 700;
    --bs-fw600: 600;
    --bs-fw500: 500;
    --bs-fw400: 400;
    --bs-fw300: 300;
    --bs-fw200: 200;
    --bs-red: rgba(133, 208, 188, 1);
    --bs-blue: rgba(33, 55, 104, 1);
    --bs-color: rgba(65, 65, 65, 1);
    --bs-lineheight: 1.15;
    --bs-border0: 0;
    --bs-h1: 60px;
    --bs-h2: 50px;
    --bs-h3: 26px;
    --bs-h4: 21px;
    --bs-h50: 40px;
    --bs-h40: 34px;
    --bs-fs26: 23px;
    --bs-fs24: 21px;
    --bs-fs22: 20px;
    --bs-fs20: 18px;
    --bs-fs18: 16px;
    --bs-fs100: 70px;
    --bs-fsbody: 18px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body{
    font-family: var(--bs-fontfamily);
    font-weight: var(--bs-fw400);
    color: var(--bs-color);
    font-size: var(--bs-fsbody);
    line-height: 1.4;
}
body.hidden {
    overflow: hidden;
}
h1, h2, h3, h4{
    font-family: inherit;
    color: inherit;
    font-weight: var(--bs-fw700);
    line-height: var(--bs-lineheight);
}
h1 {
    font-size: var(--bs-h1);
    margin-bottom: 15px;
    line-height: 1.2;
}
h2 {
    font-size: var(--bs-h2);
    color: var(--bs-red);
}
h3{
    font-size: var(--bs-h3);
    font-weight: var(--bs-fw600);
}
h4{
    font-size: var(--bs-h4);
    font-weight: var(--bs-fw600);
}
.sub_title {
    font-size: var(--bs-h3);
    text-transform: uppercase;
    color: var(--bs-blue);
    font-weight: var(--bs-fw500);
    letter-spacing: 2px;
}
.fw_light {
    font-weight: var(--bs-fw300);
}
.fw_medium {
    font-weight: var(--bs-fw500);
}
.fw_semibold {
    font-weight: var(--bs-fw600);
}
.fw_bold {
    font-weight: var(--bs-fw700);
}
strong {
    font-weight: var(--bs-fw700);
}
p{
    font-size: inherit;
    color: inherit;
}
a{
    text-decoration: none;
    color: inherit;
}
.small, small {
    font-size: 80%;
}
ul {
    padding: 0;
}
ul li{
    list-style: none;
}
img {
    max-width: 100%;
}
.red {
    color: var(--bs-red);
}
.btn_block{
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
}
.button {
    min-width: 100px;
    width: auto;
    display: inline-block;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    border-radius: 0;
    padding: inherit;
    box-shadow: none;
    border: var(--bs-border0);
    background: transparent;
    text-decoration: none !important;
    outline: none !important;
    line-height: normal;
    text-align: center;
    transition: .5s all;
}
.red_btn {
    background: var(--bs-red);
    color: #fff;
    padding: 12px 30px 14px;
    font-weight: var(--bs-fw500);
    font-size: var(--bs-f22);
}

/*---- Header Style -----*/
.navbar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 9;
}
.navbar.sticky {
    box-shadow: 0 1px 10px rgb(0 0 0 / 5%);
}
.navbar {
.navbar-brand {
    max-width: 200px;
    transition: .5s all;
    padding: 0;
}
.navbar-nav a.nav-link {
    font-size: var(--bs-fs22);
    font-weight: var(--bs-fw600);
    color: rgba(65, 65, 65, 1);
    padding: 10px 0;
}
}




/*---- Page Style -----*/
.wi_full {
    width: 100%;
    display: inline-block;
}
.py_3 {
    padding-top: 4rem;
    padding-bottom: 4rem;    
}
.mt_3 {
    margin-top: 2rem;
}
.mt_col {
    margin-top: 1.5rem;
}
.page-content {
    padding-top: 110px;
}
.max_width {
    max-width: 800px;
    margin: 0 auto;
}
.banner_section {
    padding-top: 3rem;
    padding-bottom: 2rem;
    h1 span {
    background: var(--bs-red);
    display: block;
    padding: 0 10px;
    color: #fff;
    width: max-content;
    max-width: 100%;
}
.form_wrapper {
    background: #fff;
    width: 100%;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(234, 237, 242, 1);
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%); 
    margin-bottom: 20px;  
}
.banner_logos {
    background: #fff;
    width: 100%;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(234, 237, 242, 1);
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
}
}
.bg_grey {
    background: rgba(251, 251, 251, 1);
}
section h2 span {
    color: var(--bs-blue);
}
.made_easy_sec img {
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
}
.bull_list ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 35px;
}
.bull_list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    height: 25px;
    background: url(../images/list-icon.png) no-repeat center;
    background-size: contain;
}
.tick_list ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 30px;
}
.tick_list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(../images/tick-list.svg) no-repeat center;
    background-size: contain;
}
.why_choose_wrapper img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}
.service_carousel .item {
    margin: 15px;
}
.service_carousel .item_inner {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(234, 237, 242, 1);
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
}
.service_carousel .item_inner img {
    width: 70px !important;
    height: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}
.owl_center .owl-nav button {
    width: 45px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    border-radius: 50%;
}
.service_carousel .owl-stage, .client_carousel .owl-stage {
    display: flex;
}
.service_carousel .owl-stage .item {
   height: calc(100% - 40px);
}
.service_carousel .item, .client_carousel .item {
    margin: 15px;
    margin-top: 60px;
}
.service_carousel .owl-stage .item, .client_carousel .owl-stage .item {
   height: calc(100% - 80px);
}
.client_carousel img.profile_img {
    width: 100px !important;
    margin: -50px auto 0;
}
.client_carousel .item_inner {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 0 25px 25px;
    border-radius: 20px;
    border: 1px solid rgba(234, 237, 242, 1);
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
    text-align: center;
}
.testimonial_data {
    h4 {
        text-transform: uppercase;
    }
    .rating_img {
        width: 120px !important;
        margin: 16px auto;
    }
}
.client_carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.client_carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    background: #d5d5d5;
    margin: 5px;
    border-radius: 50%;
    transition: .5s all;
}
.client_carousel .owl-dots .owl-dot.active span {
    background: var(--bs-red);
    transform: scale(1.25);
}
.price_sec {
    .price_iner {
        background: #fff;
        width: 100%;
        height: 100%;
        padding: 25px;
        border-radius: 20px;
        border: 1px solid rgba(234, 237, 242, 1);
        box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
        position: relative;

    img.prc_vwhicle {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 45%;
    }
}
.price_text_area {
    padding-right: 200px;
  	
  h3 {
        font-size: var(--bs-h50);
        font-weight: var(--bs-fw700);
        margin-bottom: 8px;
    }
    p {
        margin-bottom: 8px;
    }
    h4 {
        font-size: var(--bs-fs26);
        font-weight: var(--bs-fw500);
        margin-bottom: 8px;
    }
    .old_prc {
        font-size: var(--bs-h50);
        font-weight: var(--bs-fw500);
        text-decoration: line-through;
        text-decoration-color: #a61e24;
    }
    .main_price {
        font-size: var(--bs-fs100);
        font-weight: var(--bs-fw700);
        line-height: 1;
        small {
            display: block;
            color: var(--bs-color);
            line-height: 1;
            font-size: var(--bs-fs22);
            font-weight: var(--bs-fw400);
            margin-top: 5px;
            padding-left: 20px;
        }
    }}
}


.accordion .card {
    border-radius: 0;
    margin: 1em 0 0;
    border: 1px solid rgba(228, 228, 228, 1);
    border-left: 3px solid var(--bs-red);
    overflow: hidden;
}
.accordion .card:has(.card-header > .collapsed) {
    border-left: 1px solid rgba(228, 228, 228, 1);
}
.accordion .card .card-header {
    background: transparent;
    margin-bottom: 0;
    border: 0;
}
.accordion .card-header a {
    width: 100%;
    display: inline-block;
    padding: 14px 15px;
    padding-right: 50px;
    position: relative;
    background: #fff;
    font-weight: var(--bs-fw500);
    color: #161615;
    border-radius: 0;
    font-size: var(--bs-fs24);
}
.accordion .card-header a:before {
    content: ' ';
    position: absolute;
    right: 8px;
    top: 10px;
    width: 35px;
    height: 35px;
    background-image: url(../images/accordion-cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
}
.accordion .card-header a.collapsed:before {
    background-image: url(../images/accordion-plus.svg);
}
.accordion .card-body {
    padding-top: 0;
}
.accordion .card-body p:last-child {
    margin-bottom: 0;
}

.tab_container {
    ul.nav-tabs {
        position: relative;
        padding: 15px 50px;
        background: #fff;
        border-radius: 50px;
        border: 1px solid var(--bs-red);
        li a {
            font-size: var(--bs-fs22);
            font-weight: var(--bs-fw500);
            color: rgba(65, 65, 65, 1);
            width: 100%;
            display: block;
            text-align: center;
            &.active {
                color: var(--bs-red);
            }
        }
        .owl-nav button {
            position: absolute;
            width: 35px;
            top: -4px;
            left: -43px;
            box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
            border-radius: 50%;
        }
        .owl-nav button.owl-next {
            right: -43px;
            left: auto;
        }
    }
    .tab_inner {
    padding-top: 1rem;
}
.tab_inner.bull_list {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.tab_inner.bull_list ul {
    width: calc(100% / 3);
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
    li:before {
        top: -2px;
    }
}
}

footer {
padding-top: 3rem;
.ftr_block {
    margin-bottom: 1.5rem;
}
h3 {
    position: relative;
    padding-top: 5px;
    margin-bottom: 1.25rem;
    &:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 35px;
        height: 3px;
        background: var(--bs-red);
    }
}
ul li {
    margin: 8px 0;
}
img.ftr_logo {
    width: 250px;
    margin-bottom: 1.5rem;
}
.footr_scl ul li a {
    position: relative;
    padding-left: 45px;
    display: inline-flex;
    align-items: center;
    min-height: 45px;
    img {
        width: 38px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
.footer_copyright {
    border-top: 1px solid rgba(187, 187, 187, 1);
    padding: 15px 0;
}
a:hover {
    color: var(--bs-red);
}
}



form {
    margin-top: 2rem;
    .form-group {
        margin-bottom: 1.25rem;
    }
    .form-control {
        outline: none !important;
        box-shadow: none !important;
        width: 100%;
        height: 48px;
        padding: 8px 0;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid var(--bs-red);
        font-size: var(--bs-fsbody);
    }
input[type=checkbox] {
    position: relative;
    border: 2px solid var(--bs-red);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    top: 2px;
    -webkit-appearance: none;
}
input[type=checkbox]:checked {
    background-color: var(--bs-red);
    opacity: 1;
}
input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px 0px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
}

span.select2.select2-container {
    width: 100% !important;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
}
.select2-container .select2-selection{
    font-size: inherit;
    font-weight: 400;
    text-align: left;
    background: #fff url(../images/down-arrow.svg) no-repeat right 10px center !important;
    background-size: 15px !important;
    padding: 13px 30px 9px 0;
    width: 100%;
    height: 48px !important;
    color: #000;
    border: 0 !important;
    border-bottom: 1px solid #a61e24 !important;
    border-radius: 0 !important;
    outline: none;
    box-shadow: none;
}
.select2-container--default .select2-results__option{
    font-size: 14px;
    padding: 8px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #faf9fb !important;
    border: 0 !important;
    border-radius: 4px !important;
    cursor: default !important;
    float: left !important;
    margin-right: 5px !important;
    margin-top: 0 !important;
    padding: 0 5px !important;
    color: #8F8F8F;
    height: 30px;
    line-height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span{
    color: #8F8F8F !important;
    margin-right: 5px !important;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0 !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #faf9fb !important;
    color: #000 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--bs-red) !important;
    color: #fff !important;
}
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #ececec !important;
}
.select2-dropdown{
    z-index: 99999 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    line-height: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.why_choose_sec {

    position: relative;
}

.why_choose_sec img {

    position: absolute;
    left:0;
    max-width: 710px !important;
}

.phone_cll {
    display:none;
}

header a.header_phone_cll {
    display: flex;
    align-items: center;
    background: var(--bs-red);
    padding: 10px;
    color: white;
}

header a.header_phone_cll .phone-img {
    background-color: white;
    padding: 9px;
    width: 40px;
    margin-right: 10px;
}

.process-section {
    padding: 80px 0;
    background-color: white;
}

.process-step {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.process-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.process-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--bs-red);
}

/* Why Choose Us Section */
.benefits-section {
    background-color: #EDF4FA;
    padding: 80px 0;
}

.benefit-card {

    background-color: white;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    font-size: 2.5rem;
    color: var(--bs-red);
    margin-bottom: 20px;
}

.expect-card {
    border-left: 4px solid var(--bs-red);
    transition: all 0.3s;
    background-color: white;
    border-radius: 0 8px 8px 0;
}

.expect-card:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.expect-icon {
    width: 60px;
    height: 60px;
    background-color: var(--bs-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-right: 20px;
    flex-shrink: 0;
}

.bg-custom-dark {
    background-color: var(--dark-bg);
}

.section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--bs-red);
}

.pro-tip {
    border-left: 4px solid var(--bs-red);
    background-color: #F8F9FA;
}

.prc_van {

    height: 100%;
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;

}
