/*! -----------------------------------------------------------------------------------
    Template Name: Custom Admin
    Description: This is Admin theme customization
    Author: Procode Creation
    Author URI: https://procodecreations.com/
----------------------------------------------------------------------------------- !*/
.main-header .header-upper .logo-box .logo {
    max-width: 300px;
}

.sticky-header .logo {
    max-width: 220px;
}

.preloader {
    background-color: #ffffff80;
    background-image: url(../images/icons/preloader.svg);
}

.main-header .header-upper .logo-box:before {
    background-color: #d8e9e8;
}

.feedback-section .title-box,
.fact-counter-section,
.feedback-section-two {
    background-color: #5ba49c;
    background-image: linear-gradient(to bottom left, #83cec6, #428e85, #5ba49c);
}

.main-footer .news-widget-block .widget-inner {
    padding-left: 0;
}

.pb-top {
    position: none;
    padding-left: 0px !important;
    padding-top: 50px;
}

.fact-counter .count-outer .count-text {
    color: #fff;
}

.page-title {
    padding: 115px 0px 115px;
}

ul.option-box {
    display: none;
}

@media only screen and (max-width: 767px) {
    .main-header .outer-box .option-box>li {
        font-size: 36px;
    }

    .window-tab-section .image-column .plus-box {
        display: initial;
    }

    .main-header.header-style-two .header-upper .upper-right {
        display: none;
    }

    .main-header .header-upper .logo-box .logo {
        max-width: 100%;
    }

    .main-header .header-upper .logo-box .logo img {
        max-width: 150px;
    }

    .main-menu .navbar-collapse>.navigation {
        border: none;
    }

    .main-menu .navbar-collapse>.navigation>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
        border-top: 0 !important;
    }

    ul.option-box {
        display: initial;
    }
}

.services-section-three-2 {
    top: 0px;
    margin-bottom: 0px;
}

.underline-title {
    position: relative;
    padding-bottom: 10px;
}

.underline-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    /* Adjust the width to your desired underline length */
    height: 2px;
    /* Adjust the height to make the underline thin */
    background-color: #fff;
    /* Change color to match your design */
}

/* Hide the default file input */

/* Style the label to look like the button */
.appointment-form-two .custom-file-upload {
    position: relative;
    display: inline-block;
    padding: 10px 18px;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #848484;
    line-height: 33px;
    background: #ffffff;
    border: 1px solid #eef2ed;
    cursor: pointer;
    text-align: left;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* Hover effect */
.appointment-form-two .custom-file-upload:hover {
    background: #f5f5f5;
}

.appointment-form-two .custom-file-upload {
    position: relative;
    color: #848484 !important;
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 10px;
    font-family: "Stack Sans Notch", serif;
}

.whatsapp-button {
    position: fixed;
    bottom: 80px;
    /* Adjust to position it above the scroll button */
    right: 20px;
    background-color: #25d366;
    color: white;
    padding: 10px;
    border-radius: 20%;
    font-size: 24px;
    z-index: 1000;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.whatsapp-button:hover {
    color: white;
    background-color: #128c7e;
}

.text-success {
    color: #658e37 !important;
}

.no-arrow-text .ms-nav-next::before,
.no-arrow-text .ms-nav-prev::before {
    content: " " !important;
}

.editor-box li {
    position: relative;
    color: #7c7b7b;
    font-size: 14px;
    padding-left: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.editor-box li::before {
    position: absolute;
    content: "\f1b1";
    left: 0px;
    top: -1px;
    color: #5ba49c;
    font-weight: 600;
    font-family: "Flaticon";
}

.choosing-section .inner-section-custom {
    position: relative;
    padding-left: 0px !important;
}

.slick-slide .icon-box span img {
    display: initial;
    max-width: 40px;
}

.custom-btn {
    background-color: rgb(18 168 157) !important;
    background-image: linear-gradient(to bottom left, #317d78, #26b1a7, #10baae) !important;
    padding: 10px 20px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 0px !important;
}

.f_size_30 {
    font-size: 30px !important;
}

a:hover,
.news-widget-block .widget-inner h3 a:hover {
    color: #93ad4d !important;
}
.main-header .header-upper .outer-container {
    padding: 0px 30px;
}
.main-menu .navigation > li {
    margin-right: 20px;
}

.main-header .header-upper .logo-box {
    margin-right: 100px;
}