@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --brown: #562A1D;
    --dark: #111;
    --grey: #7a7a7a;
    --green: #7CB23E;
    --bg: #f9f7f6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Lexend", sans-serif; */
    font-family: "Inter", sans-serif;

}

p,
span,
li {
    color: #333;
    font-size: 19px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark);
    font-weight: 600;
    line-height: 1.1;
    font-family: "Jost", sans-serif;
}

h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.4;

}

img.img-fluid {
    border-radius: 15px;
}

h3 {
    font-size: 36px;
}

.logo {
    width: 120px;
}

.con_line {
    font-weight: 500;
}

.mb_0 {
    margin-bottom: 0;
}

.main_banner {
    background: url(../images/bg_main.jpg);
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main_banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
}

.main_banner p {
    font-size: 19px;
}

.text_white {
    color: #fff;
}

.main_banner .bann_con {
    position: relative;
    z-index: 99;
}

.nav_menu a {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 15px;

}

.bg-danger,
.btn-danger {
    background: var(--brown) !important;
}

.btn-primary {
    background: var(--brown) !important;
    border-color: var(--brown) !important;
}

.text-success {
    color: var(--green) !important;
}

.btn {
    padding: 10px 25px;
    border-radius: 30px;
}

.con_btn .btn {
    padding: 10px 35px;
}


.section {
    margin-top: 80px;
}

.bgsection {
    background: var(--bg);
    padding: 60px 0;
}
.under_bann{
    background: var(--bg);
}
.under_bann p {
    font-size: 32px;
    font-family: "Jost", sans-serif;
    font-weight: 500;

}
.table_area{
    background: var(--bg);
    padding: 70px 0;
}
.table_area table th, .table_area table td{
    background: var(--bg);
    padding: 30px 10px;
    text-align: center;
    border: 1px solid #dfdfdf;
}
.table_area table i{
    font-size: 22px;
}
.table_area table tr td:first-child{
    text-align: left;
}
.review_slider_card i{
    color: gold;
}
.review_slider .item{
    background: var(--bg);
    padding: 30px;
    border-radius: 15px;
}
.review_profile{
    margin-bottom:20px;
}
.review_profile img{
    border-radius: 50%;
}
.counter_sec{
    background: url('../images/bg_main.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:70px 0;
    background-attachment: fixed;
    position: relative;
}
.counter_sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
}
.cont_con{
    position: relative;
    z-index: 1
}
.count_box {
    color:#fff;
    text-align: center;
    background: #ffffff21;
    border: 2px solid;
    padding: 30px 20px;
}
.count_box  i{
    font-size: 60px;
    margin-bottom: 30px;
}
.count_box h5{
    color:#fff;
    font-size: 32px;
    margin-bottom: 15px;
}
.count_box p{
    color:#fff;
}
.main_footer{
    background:var(--brown);
}
.bottom_bar{
    background: #42271f;
    border-top: 1px solid #747474;
}
.bottom_bar p{
    margin-bottom: 0;
}
.footer_menu li{
    list-style: none;
}
.main_footer a{
    font-size:15px;
    color:#fff;
    text-decoration: none;
}

.qodef-before-image{
    height: 100%;
}
.qodef-before-after-image-holder {
    position: relative;
    max-width: 500px;
    width:100%;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
}

.qodef-before-image img,
.qodef-after-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qodef-after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 0 50%);
}

.qodef-slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background-color: #000;
    cursor: ew-resize;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qodef-slider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.qodef-slider .drag-text {
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    font-size: 17px;
    font-weight: bold;
    color: #000;
    z-index: 2;
    pointer-events: none;
}

.con_banner{
    background: url('../images/con_bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.con_list .icon_box i{
    font-size:24px;
    background: var(--brown);
    color: #fff;
    padding:10px;
    border-radius: 10px;
    
}
.con_list .icon_box{
    /* background: var(--grey); */
    margin-bottom: 20px;
}
.img_box p{
    margin-bottom: 0;
    font-size: 16px;
}
.img_box .count_box {
    padding: 25px 15px;
    min-height: 248px;
}
.img_box .count_box h5{
    font-size: 23px;
    margin-bottom: 10px;
}
.img_box .count_box i {
    font-size: 42px;
    margin-bottom: 20px;
}
.title_box_list .title_box{
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    overflow: hidden;
}
.title_box_list .title_box img{
    width: 35px;
}
.title_box_img{
    position: relative;
}
.title_box_img::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 170px;
    background: #000;
    top: 40px;
    left: 50%;
}
.sticky_box{
    position: sticky;
    top: 30px;
}
.accordion-header button{
    font-size: 20px;
    font-weight: 500;
}
.accordion-button:not(.collapsed){
    background: var(--brown);
    color: #fff;
}


.mission_box i {
    font-size: 18px;
    margin-bottom: 20px;
    border: 2px solid;
    padding: 9px 10px;
    border-radius: 50%;
}

.mission_box {
    min-height: 235px;
}

.mission_box p {
    margin-bottom: 0;
}
.soc_i{
    display: flex;
    gap: 10px;
}
.soc_i i{
    font-size: 26px;
    color: var(--brown);
}
.ser_box{
    padding:15px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ser_box a{
    text-decoration: none;
}
.pro_box img{ 
    min-height: 300px;
    border-radius: 10px;
    object-fit: cover;
}
.pro_box{
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pro_box h3 {
    font-size: 28px;
}
.pro_box .pro_con{
    padding: 20px;
}
@media(min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

@media(max-width:768px) {
    .section {
        margin-top: 50px;
    }

    .bottom_mobile_space {
        margin-bottom: 40px;
    }

    .container {
        max-width: 700px;
    }

    .bottom_mobile_space_small {
        margin-bottom: 30px;
    }
    .table_area{
        padding: 50px 0;
    }

    h1 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }

    body {
        overflow-x: hidden;
    }

    p,
    span,
    li {
        font-size: 17px;
    }
    .partner_sec .col-lg-3{
        text-align: center;
    }
    .counter_sec .count_box{
        margin-bottom: 20px;
    }
    .mobile_order{
        order: 2;
    }
    .qodef-before-after-image-holder {
        height: 250px;
        border-radius: 15px;
    }
    ul.nav_menu{
        margin-top: 20px;
    }
    .table_area table th, .table_area table td{
        padding: 5px;
        font-size: 13px;
    }
    ul.footer_menu{
        padding-left: 0;
    }
}