/*-----------------------------------------------------------------------------------

    Theme Name: Doccure - Doctor Appointment HTML Template
    Description: Home Sixteen Stylesheet

-----------------------------------------------------------------------------------*/
:root,
.theme-16,
.hero-section-sixteen,
.about-section-sixteen,
.slider-section-sixteen,
.whychoose-section-sixteen,
.services-section-sixteen,
.team-section-sixteen,
.video-section-sixteen,
.company-section-sixteen,
.testimonial-section-sixteen,
.blog-section-sixteen,
.header-sixteen {
    --primary: #2D5E47;
    --primary-100: #D4A57433;
    --primary-200: #13452D;
    --primary-300: #56806C;
    --primary-400: #728B7F;
    --primary-500: #F4F6F81A;
    --secondary: #D4A574;
    --primary-gradient: linear-gradient(90deg, #2D5E47 0%, #D4A574 100%) !important;
    --primary-gradient-100: linear-gradient(90deg, #2D5E47 0%, #A29067 100%);
    --secondary-gradient: linear-gradient(360deg, #2D5E47 0%, #002B17 100%);
    --linear-gradient: linear-gradient(90deg, #143C29 0%, rgba(33, 93, 65, 0.5) 50%, #143E2B 100%);
    --dark-gradient: linear-gradient(267.9deg, #04423C 28.13%, #1F7168 79.05%);
    --light-500: #F4F6F81A;
    --light-gradient: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    --light-100: #FFFFFF66;
    --light-200: #FFFFFF1A;
    --light-500: #FFFFFF0D;
    --light-600: #FFFFFF33;
    --light-700: #FFF5EA;
    --light-800: #F4F6F8;
    --dark-100: #00000040;
}

.header-sixteen {
    background: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 111;
}

.header-sixteen .header-nav {
    background: transparent !important;
    border: 0;
    position: relative;
    height: 90px;
    margin-bottom: 0;
    padding: 0;
    justify-content: space-between;
}

.header-sixteen .header-nav .navbar-brand {
    margin-right: 0px;
}

@media (max-width: 1199.98px) {
    .header-sixteen .header-nav .navbar-brand {
        margin-right: 0px;
    }
}

.header-sixteen .header-nav .navbar-header .white-logo {
    display: none;
}

.header-sixteen .header-nav .main-nav {
    padding: 0px 14px;
    background: var(--light-500) !important;
    border-radius: 50px;
}

@media (max-width: 991.98px) {
    .header-sixteen .header-nav .main-nav {
        background: transparent !important;
    }
}

.header-sixteen .header-nav .main-nav>li {
    margin: 0px 6px;
    padding: 12px 0px;
}

@media (max-width: 1199.98px) {
    .header-sixteen .header-nav .main-nav>li {
        margin: 0px 2px;
    }
}

.header-sixteen .header-nav .main-nav>li>a {
    color: #fff !important;
    padding: 0 4px !important;
    border-radius: 30px;
    background: transparent;
    line-height: unset;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .header-sixteen .header-nav .main-nav>li>a {
        padding: 6px 1px !important;
        font-size: 15px;
    }
}

@media (max-width: 991.98px) {
    .header-sixteen .header-nav .main-nav>li>a {
        color: var(--gray-900) !important;
        padding: 0 !important;
    }
}

.header-sixteen .header-nav .main-nav>li>a:hover {
    color: var(--secondary) !important;
}

@media (max-width: 991.98px) {
    .header-sixteen .header-nav .main-nav>li>a:hover {
        background: transparent;
        color: var(--primary) !important;
    }
}

.header-sixteen .header-nav .main-nav>li>a span {
    font-size: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-sixteen .header-nav .main-nav>li>a::after {
    content: "";
    background: var(--secondary);
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.5s;
}

.header-sixteen .header-nav .main-nav>li.active>a,
.header-sixteen .header-nav .main-nav>li.current-menu-item>a,
.header-sixteen .header-nav .main-nav>li.current-menu-ancestor>a,
.header-sixteen .header-nav .main-nav>li.current_page_item>a {
    background: transparent;
    color: var(--secondary) !important;
}

.header-sixteen .header-nav .main-nav>li.active>a::after,
.header-sixteen .header-nav .main-nav>li.current-menu-item>a::after,
.header-sixteen .header-nav .main-nav>li.current-menu-ancestor>a::after,
.header-sixteen .header-nav .main-nav>li.current_page_item>a::after {
    content: "";
    opacity: 1 !important;
}

@media (max-width: 991.98px) {

    .header-sixteen .header-nav .main-nav>li.active>a::after,
    .header-sixteen .header-nav .main-nav>li.current-menu-item>a::after,
    .header-sixteen .header-nav .main-nav>li.current_page_item>a::after {
        content: unset;
    }
}

@media (max-width: 1399.98px) {
    .header-sixteen .header-nav .main-nav li {
        margin-right: 2px !important;
    }
}

@media (max-width: 1199.98px) {
    .header-sixteen .header-nav .header-navbar-rht .theme-16-btn {
        padding: 12px 12px;
        font-size: 15px;
    }
}

.header-sixteen.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: #ffffff !important;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08) !important;
}

.header-sixteen.fixed .header-nav .main-nav {
    background: transparent !important;
}

.header-sixteen.fixed .header-nav .main-nav>li>a {
    color: #212529 !important;
}

.header-sixteen.fixed .header-nav .main-nav>li>a:hover,
.header-sixteen.fixed .header-nav .main-nav>li.active>a,
.header-sixteen.fixed .header-nav .main-nav>li.current-menu-item>a,
.header-sixteen.fixed .header-nav .main-nav>li.current_page_item>a {
    color: var(--secondary) !important;
}

.header-sixteen #menu-primary-menu .current-menu-item a {
    color: var(--secondary) !important;
}

@media (max-width: 991.98px) {
    .doccure_header.header-sixteen {
        background: transparent !important;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 15px 0 !important;
        box-shadow: none !important;
    }

    .header-sixteen .header-nav {
        background: transparent !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .header-sixteen .header-nav .navbar-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .header-sixteen #mobile_btn {
        width: 40px !important;
        height: 40px !important;
        background: #ffffff !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #13452D !important;
        font-size: 18px !important;
        border: none !important;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
        margin: 0 !important;
    }

    .header-sixteen #mobile_btn i {
        color: #13452D !important;
    }

    .header-sixteen .header-nav .navbar-brand {
        margin: 0 !important;
        padding: 0 !important;
    }

    .header-sixteen .header-nav .navbar-brand img {
        max-height: 40px !important;
        width: auto !important;
        float: right;
    }

    .header-sixteen.fixed {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background: #ffffff !important;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08) !important;
        padding: 10px 0 !important;
        z-index: 9999 !important;
    }

    .header-sixteen .header-nav .main-menu-wrapper {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 320px !important;
        max-width: 85vw !important;
        z-index: 1060 !important;
        background-color: #ffffff !important;
        color: #212529 !important;
        transform: translateX(-100%) !important;
        -webkit-transform: translateX(-100%) !important;
        transition: transform 0.4s ease !important;
        -webkit-transition: -webkit-transform 0.4s ease !important;
        overflow-y: auto !important;
        padding: 20px 15px !important;
        box-shadow: 4px 0 25px rgba(0, 0, 0, 0.15) !important;
    }

    .menu-opened .header-sixteen .header-nav .main-menu-wrapper,
    html.menu-opened .header-sixteen .header-nav .main-menu-wrapper,
    body.menu-opened .header-sixteen .header-nav .main-menu-wrapper,
    .header-sixteen .header-nav .main-menu-wrapper.opened {
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
    }

    .header-sixteen .header-nav .menu-header {
        background-color: #ffffff !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 0 15px 0 !important;
        border-bottom: 1px solid #f0f0f0 !important;
        margin-bottom: 15px !important;
    }

    .header-sixteen .header-nav .menu-header .menu-logo img {
        max-height: 35px !important;
        width: auto !important;
    }

    .header-sixteen .header-nav .menu-header .menu-close {
        background: transparent !important;
        border: none !important;
        color: #212529 !important;
        font-size: 18px !important;
        cursor: pointer !important;
        padding: 5px !important;
    }

    .header-sixteen .header-nav .main-nav {
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
    }

    .header-sixteen .header-nav .main-nav>li {
        border-bottom: 1px solid #f0f0f0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .header-sixteen .header-nav .main-nav>li>a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 12px 5px !important;
        color: #212529 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    .header-sixteen .header-nav .main-nav>li.active>a,
    .header-sixteen .header-nav .main-nav>li.current-menu-item>a,
    .header-sixteen .header-nav .main-nav>li.current_page_item>a {
        color: var(--secondary, #D4A574) !important;
    }

    .header-sixteen .header-nav .main-nav>li>a span {
        display: inline-flex !important;
        align-items: center !important;
        font-size: 14px !important;
        color: #aaa !important;
    }

    .header-sixteen .header-nav .main-nav li .submenu,
    .header-sixteen .header-nav .main-nav li .sub-menu,
    .header-sixteen .header-nav .main-nav li ul {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        float: none !important;
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        padding: 5px 0 5px 15px !important;
        background: #f9f9f9 !important;
        border-radius: 6px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        display: none;
    }

    .header-sixteen .header-nav .main-nav li .submenu li,
    .header-sixteen .header-nav .main-nav li .sub-menu li,
    .header-sixteen .header-nav .main-nav li ul li {
        border-bottom: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .header-sixteen .header-nav .main-nav li .submenu li a,
    .header-sixteen .header-nav .main-nav li .sub-menu li a,
    .header-sixteen .header-nav .main-nav li ul li a {
        padding: 8px 10px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #444444 !important;
        border-bottom: none !important;
        display: block !important;
    }

    .header-sixteen .header-nav .main-nav li .submenu li a:hover,
    .header-sixteen .header-nav .main-nav li .sub-menu li a:hover,
    .header-sixteen .header-nav .main-nav li ul li a:hover {
        color: var(--secondary, #D4A574) !important;
    }

    .header-sixteen .header-items {
        display: block !important;
        margin-top: 20px !important;
        padding-top: 15px !important;
        border-top: 1px solid #f0f0f0 !important;
    }

    .header-sixteen .header-items .about-popup-item .title {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #13452D !important;
        margin-bottom: 15px !important;
    }

    .header-sixteen .header-items .support-item {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        margin-bottom: 15px !important;
    }

    .header-sixteen .header-items .support-item .avatar.bg-primary {
        width: 42px !important;
        height: 42px !important;
        background-color: #13452D !important;
        color: #ffffff !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 18px !important;
        flex-shrink: 0 !important;
    }

    .header-sixteen .header-items .support-item .title {
        font-size: 12px !important;
        color: #777777 !important;
        margin: 0 !important;
        font-weight: 400 !important;
    }

    .header-sixteen .header-items .support-item .link,
    .header-sixteen .header-items .support-item h5 {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #212529 !important;
        margin: 0 !important;
    }

    .header-sixteen .header-items .social-iyem {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .header-sixteen .header-items .social-iyem .social-icon {
        width: 38px !important;
        height: 38px !important;
        border-radius: 50% !important;
        background: #f4f6f8 !important;
        color: #212529 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 14px !important;
        transition: all 0.3s ease !important;
    }

    .header-sixteen .header-items .social-iyem .social-icon:hover {
        background: #13452D !important;
        color: #ffffff !important;
    }

    .header-sixteen .header-items-button {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin-top: 25px !important;
    }

    .header-sixteen .header-items-button .btn {
        width: 100% !important;
        padding: 12px 20px !important;
        border-radius: 30px !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
    }

    .header-sixteen .header-items-button .login-button {
        background-color: #2D5E47 !important;
        color: #ffffff !important;
        border: none !important;
        display: flex !important;
    }

    .header-sixteen .header-items-button .register-button {
        background-color: #D4A574 !important;
        color: #ffffff !important;
        border: none !important;
        display: flex !important;
    }

    .header-sixteen.fixed #mobile_btn {
        background: #f3f5f4 !important;
        color: #080808 !important;
    }

    .header-sixteen.fixed #mobile_btn i {
        color: #080808 !important;
    }

    .sidebar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1050;
    }

    .sidebar-overlay.opened,
    html.menu-opened .sidebar-overlay {
        display: block !important;
    }
}

.footer-sixteen {
    background: url(../img/bg/service-bg.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0px 30px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .footer-sixteen {
        padding: 75px 0px 30px;
    }
}

.footer-sixteen::before {
    content: "";
    background: transparent;
    height: 20px;
    border-top: 2px solid var(--white);
    border-bottom: 3px solid var(--white);
    width: 100%;
    position: absolute;
    top: 18px;
}

.footer-sixteen::after {
    content: "";
    height: 12px;
    border-top: 3px solid var(--white);
    width: 100%;
    position: absolute;
    top: 6px;
}

.footer-sixteen .container {
    position: relative;
    z-index: 1;
}

.footer-sixteen .element-one {
    position: absolute;
    bottom: 0;
    left: -30px;
    top: 0;
    margin: auto;
}

@media (max-width: 767.98px) {
    .footer-sixteen .element-one {
        width: 25%;
    }
}

.footer-sixteen .element-two {
    position: absolute;
    bottom: 0;
    right: -90px;
    top: 0;
    margin: auto;
}

@media (max-width: 767.98px) {
    .footer-sixteen .element-two {
        width: 25%;
    }
}

@media (max-width: 991.98px) {
    .footer-sixteen .footer-logo {
        text-align: center;
    }
}

.footer-sixteen .footer-widget .footer-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 0px !important;
}

.footer-sixteen .footer-widget .footer-title::before {
    content: "";
    background: var(--secondary);
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.footer-sixteen .footer-widget .footer-title span {
    color: var(--secondary);
}

.footer-sixteen .footer-widget .footer-menu li {
    margin-bottom: 16px;
}

.footer-sixteen .footer-widget .footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-sixteen .footer-widget .footer-menu li a,
.footer-sixteen .footer-widget ul li a,
.footer-sixteen .footer-widget .widget_nav_menu li a {
    font-size: 16px;
    color: var(--light-800) !important;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s;
}

.footer-sixteen .footer-widget .footer-menu li a:hover,
.footer-sixteen .footer-widget ul li a:hover,
.footer-sixteen .footer-widget .widget_nav_menu li a:hover {
    color: var(--secondary) !important;
}

.footer-sixteen .footer-widget .footer-menu li a::before,
.footer-sixteen .footer-widget ul li a::before,
.footer-sixteen .footer-widget .widget_nav_menu li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--secondary, #D4A574);
    flex-shrink: 0;
    display: inline-block;
}

.footer-sixteen .footer-widget .footer-menu li a .icon {
    display: none !important;
}

.footer-sixteen .footer-subscribe .description {
    color: var(--light-800);
    margin-bottom: 24px;
}

.footer-sixteen .footer-subscribe form {
    background: var(--light-200);
    border: 1px solid var(--light-200);
    border-radius: 60px;
    padding: 12px 12px 12px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-sixteen .footer-subscribe form .form-control {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
}

.footer-sixteen .footer-subscribe form .form-control::placeholder {
    color: #fff;
}

.footer-sixteen .footer-subscribe form .btn-icon {
    position: unset;
    width: 50px;
    height: 50px;
    background: var(--secondary);
    border: none;
    outline: none;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--gray-900) !important;
    transition: all 0.5s;
    padding: 0;
    flex-shrink: 0;
}

@media (max-width: 575.98px) {
    .footer-sixteen .footer-subscribe form .btn-icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

.footer-sixteen .footer-subscribe form .btn-icon:hover {
    background: var(--primary);
    color: #fff !important;
}

/* Dynamic Newsletter Widget Styling in Footer Layout 5 */
.footer-sixteen #newsletter-widget-area,
.footer-sixteen #newsletter-widget-area .widget,
.footer-sixteen .footer-widget .widget {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #ffffff !important;
}

.footer-sixteen #newsletter-widget-area .widget-title,
.footer-sixteen #newsletter-widget-area .widgettitle,
.footer-sixteen #newsletter-widget-area .widget>h2,
.footer-sixteen #newsletter-widget-area .widget>h3,
.footer-sixteen #newsletter-widget-area .widget>h4,
.footer-sixteen #newsletter-widget-area .widget>h5,
.footer-sixteen #newsletter-widget-area .widget>h6 {
    display: none !important;
}

.footer-sixteen #newsletter-widget-area form,
.footer-sixteen .footer-widget form,
.footer-sixteen .footer-widget .mc4wp-form-fields,
.footer-sixteen .footer-widget .tnp-subscription,
.footer-sixteen .subscribe-form {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 60px !important;
    padding: 5px 5px 5px 20px !important;
    position: relative !important;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    box-sizing: border-box !important;
    margin-top: 15px !important;
    overflow: hidden !important;
}

.footer-sixteen #newsletter-widget-area form p,
.footer-sixteen #newsletter-widget-area form div,
.footer-sixteen .footer-widget form p,
.footer-sixteen .footer-widget form div {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    border: none !important;
    background: transparent !important;
    height: auto !important;
    float: none !important;
    flex: 1 1 auto !important;
}

.footer-sixteen #newsletter-widget-area form input[type="email"],
.footer-sixteen #newsletter-widget-area form input[type="text"],
.footer-sixteen .footer-widget form input[type="email"],
.footer-sixteen .footer-widget form input[type="text"] {
    flex: 1 1 auto !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #ffffff !important;
    font-size: 15px !important;
    padding: 0 10px 0 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    height: 38px !important;
}

.footer-sixteen #newsletter-widget-area form input::placeholder,
.footer-sixteen .footer-widget form input::placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}

.footer-sixteen #newsletter-widget-area form button[type="submit"],
.footer-sixteen #newsletter-widget-area form input[type="submit"],
.footer-sixteen .footer-widget form button[type="submit"],
.footer-sixteen .footer-widget form input[type="submit"],
.footer-sixteen .subscribe-form button[type="submit"],
.footer-sixteen .subscribe-form input[type="submit"] {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    border-radius: 50% !important;
    background-color: var(--secondary, #D4A574) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: none !important;
    outline: none !important;
    color: transparent !important;
    font-size: 0 !important;
    cursor: pointer !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.3s ease !important;
}

.footer-sixteen #newsletter-widget-area form button[type="submit"]:hover,
.footer-sixteen #newsletter-widget-area form input[type="submit"]:hover,
.footer-sixteen .footer-widget form button[type="submit"]:hover,
.footer-sixteen .footer-widget form input[type="submit"]:hover {
    background-color: #13452D !important;
}

.footer-sixteen .footer-copyrights {
    background: var(--light-200);
    border: 1px solid var(--light-200);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px;
    margin: 40px 0px 30px;
}

@media (max-width: 575.98px) {
    .footer-sixteen .footer-copyrights {
        padding: 12px;
        text-align: center;
        justify-content: center;
    }
}

.footer-sixteen .footer-copyrights .copyright {
    color: var(--light-800);
    margin-bottom: 0;
}

.footer-sixteen .footer-copyrights .copyright a {
    transition: all 0.6s;
    color: var(--light-800);
}

.footer-sixteen .footer-copyrights .copyright a:hover {
    color: var(--secondary);
}

.footer-sixteen .footer-copyrights .social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-sixteen .footer-copyrights .social-icon .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.4s;
}

.footer-sixteen .footer-copyrights .social-icon .icon:hover {
    background: var(--dark-gradient);
}

.footer-sixteen .slide-sixteen.three .services-slide {
    white-space: nowrap;
}

.footer-sixteen .slide-sixteen.three .services-slide::before {
    content: unset;
}

.footer-sixteen .slide-sixteen.three .services-slide:hover .title {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.footer-sixteen .slide-sixteen.three .services-slide .title {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 0;
    transition: all 0.4s;
    background: linear-gradient(180deg, #FFFFFF 0%, #AAABFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

@media (max-width: 575.98px) {
    .footer-sixteen .slide-sixteen.three .services-slide .title {
        font-size: 50px;
    }
}

.blog-item-sixteen {
    padding: 10px;
    border: 1px solid var(--gray-200);
    background: var(--white);
    border-radius: 12px;
    position: relative;
    transition: all 0.4s;
}

.blog-item-sixteen:hover {
    transform: translateY(-5px);
}

.blog-item-sixteen:hover .blog-overlay .blog-img {
    transform: scale(1.2) rotate(4deg);
}

.blog-item-sixteen .blog-overlay {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.blog-item-sixteen .blog-overlay .blog-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 30px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    transition: all 0.4s;
    z-index: 1;
}

.blog-item-sixteen .blog-overlay .blog-tag:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.blog-item-sixteen .blog-overlay .blog-img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.blog-item-sixteen .blog-content {
    padding-top: 20px;
}

.blog-item-sixteen .blog-content .blog-info {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray-200);
}

.blog-item-sixteen .blog-content .blog-info .custom-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item-sixteen .blog-content .blog-info .custom-title a {
    transition: all 0.4s;
}

.blog-item-sixteen .blog-content .blog-info .desc {
    margin-bottom: 0;
}

.blog-item-sixteen .blog-content .blog-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

@media (max-width: 767.98px) {
    .blog-item-sixteen .blog-content .blog-author {
        flex-wrap: wrap;
    }
}

.blog-item-sixteen .blog-content .blog-author .author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-item-sixteen .blog-content .blog-author .author .author-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-item-sixteen .blog-content .blog-author .author .author-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199.98px) {
    .blog-item-sixteen .blog-content .blog-author .author .author-name {
        width: 100px;
    }
}

.blog-item-sixteen .blog-content .blog-author .blog-date {
    font-size: 16px;
    color: var(--gray-900);
}

.blog-section-sixteen .blog-row-sixteen .col-lg-4 {
    position: relative;
}

.blog-section-sixteen .blog-row-sixteen .col-lg-4:hover::before {
    bottom: -1px;
}

@media (max-width: 1399.98px) {
    .blog-section-sixteen .blog-row-sixteen .col-lg-4:hover::before {
        bottom: 2px;
    }
}

.blog-section-sixteen .blog-row-sixteen .col-lg-4::before {
    content: "";
    background: var(--primary-gradient);
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 9px;
    width: 93%;
    border-radius: 0px 0px 50px 50px;
    margin: auto;
    transition: all 0.4s;
}

@media (max-width: 1199.98px) {
    .blog-section-sixteen .blog-row-sixteen .col-lg-4::before {
        width: 91%;
    }
}

.about-section-sixteen .section-header-sixteen {
    text-align: start;
}

@media (max-width: 1199.98px) {
    .about-section-sixteen .section-header-sixteen {
        text-align: center;
    }
}

.about-section-sixteen .section-header-sixteen .sub-title {
    margin: 0px 0px 12px;
}

@media (max-width: 1199.98px) {
    .about-section-sixteen .section-header-sixteen .sub-title {
        margin: 0px auto 12px;
    }
}

.about-section-sixteen .section-header-sixteen .description {
    margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
    .about-section-sixteen .section-header-sixteen .description {
        text-align: center;
    }
}

@media (max-width: 1199.98px) {
    .about-section-sixteen .section-header-sixteen.one {
        margin-bottom: 24px;
    }
}

.about-section-sixteen .slide-list {
    white-space: nowrap;
}

.about-section-sixteen .slide-list .services-slide {
    width: 630px;
    height: 405px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 12px;
    padding-right: 0;
}

@media (max-width: 575.98px) {
    .about-section-sixteen .slide-list .services-slide {
        width: 420px;
        height: 280px;
    }
}

.about-section-sixteen .slide-list .services-slide:hover .about-img-one {
    transform: scale(1.05);
}

.about-section-sixteen .slide-list .services-slide::before {
    content: unset;
}

.about-section-sixteen .slide-list .services-slide .about-img-one {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.company-section-sixteen .slick-list {
    margin: 0px -12px;
}

.company-section-sixteen .company-slider-sixteen .slide-item .company-item-sixteen,
.company-section-sixteen .company-slider .slide-item .company-item-sixteen,
.company-section-sixteen .company-item-sixteen {
    background: var(--white);
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid var(--gray-200);
    box-shadow: 0px 4px 14px 0px rgba(226, 237, 255, 0.25);
    margin: 0px 12px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    min-height: 75px;
}

.company-section-sixteen .company-item-sixteen img {
    max-height: 40px !important;
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain;
}

.company-section-sixteen .owl-nav,
.company-section-sixteen .owl-dots {
    display: none !important;
}

.company-section-sixteen .slide-item .company-item-sixteen:hover {
    box-shadow: 0px 4px 44px 0px rgba(187, 187, 187, 0.25);
}

.dark-mode .header-sixteen.fixed {
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.3607843137);
}

.dark-mode .section-header-sixteen .sub-title {
    color: #fff;
}

.dark-mode .services-section-sixteen .section-header-sixteen .sub-title {
    color: #fff;
}

.dark-mode .services-section-sixteen .section-header-sixteen .section-title {
    color: #fff;
}

.dark-mode .choose-item-sixteen,
.dark-mode .team-item-sixteen {
    background: rgba(25, 24, 24, 0.4);
}

.dark-mode .team-item-sixteen .team-overlay {
    background: #0f0f0f;
}

.dark-mode .company-item-sixteen {
    box-shadow: unset !important;
}

.services-section-sixteen {
    background: url(../images/service-bg.jpg);
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    padding: 80px 0px 120px !important;
}

@media (max-width: 991.98px) {
    .services-section-sixteen {
        padding: 50px 0px 90px !important;
    }
}

@media (max-width: 575.98px) {
    .services-section-sixteen {
        padding: 50px 0px 80px !important;
    }
}

.services-section-sixteen::before {
    content: "";
    background: transparent;
    height: 20px;
    border-top: 2px solid var(--white);
    border-bottom: 3px solid var(--white);
    width: 100%;
    position: absolute;
    bottom: 14px;
}

.services-section-sixteen::after {
    content: "";
    height: 12px;
    border-top: 3px solid var(--white);
    width: 100%;
    position: absolute;
    bottom: -5px;
}

.services-section-sixteen .container {
    position: relative;
    z-index: 1;
}

.services-section-sixteen .section-header-sixteen .sub-title {
    color: var(--white);
    background: var(--light-600);
}

.services-section-sixteen .section-header-sixteen .section-title {
    color: var(--white);
}

.services-section-sixteen .section-header-sixteen .section-title span {
    color: var(--secondary);
}

.services-section-sixteen .services-nav-sixteen {
    padding-right: 90px;
}

@media (max-width: 1199.98px) {
    .services-section-sixteen .services-nav-sixteen {
        padding-right: 30px;
    }
}

.services-section-sixteen .services-link-sixteen {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.services-section-sixteen .services-link-sixteen:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.services-section-sixteen .services-link-sixteen:last-child::before {
    content: unset;
}

.services-section-sixteen .services-link-sixteen::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--linear-gradient);
}

.services-section-sixteen .services-link-sixteen .title {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-300);
    margin-bottom: 4px;
    display: flex;
    align-items: start;
    gap: 8px;
}

@media (max-width: 575.98px) {
    .services-section-sixteen .services-link-sixteen .title {
        font-size: 18px;
    }
}

.services-section-sixteen .services-link-sixteen .title .serial {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.services-section-sixteen .services-link-sixteen .description {
    color: var(--primary-400);
    margin-bottom: 4px;
}

.services-section-sixteen .services-link-sixteen.active .title {
    color: #fff;
}

.services-section-sixteen .services-link-sixteen.active .description {
    color: #fff;
}

.services-section-sixteen .tab-pane.fade {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.services-section-sixteen .tab-pane.fade.show {
    opacity: 1;
    transform: translateY(0);
}

.services-section-sixteen .element-one {
    position: absolute;
    left: -58px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.services-section-sixteen .element-two {
    position: absolute;
    right: -76px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.services-item-sixteen {
    padding: 20px;
    background: var(--light-500);
    border: 1px solid var(--light-200);
    border-radius: 12px;
    backdrop-filter: blur(20px);
    transition: all 0.5s;
}

.services-item-sixteen:hover {
    transform: translateY(-4px);
}

.services-item-sixteen:hover .services-overlay .service-img {
    transform: scale(1.1);
}

.services-item-sixteen .services-overlay {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 280px;
}

.services-item-sixteen .services-overlay .service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s;
}

.services-item-sixteen .services-overlay .services-icon {
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 16px;
    right: 16px;
    transition: all 0.5s;
}

.services-item-sixteen .services-overlay .services-icon:hover {
    background: var(--secondary);
}

.services-item-sixteen .services-overlay .services-icon:hover i {
    color: var(--white);
}

.services-item-sixteen .services-overlay .services-icon i {
    font-size: 22px;
    font-weight: 700;
    transition: all 0.5s;
}

.services-item-sixteen .services-content {
    padding-top: 20px;
}

.services-item-sixteen .services-content .title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.services-item-sixteen .services-content .description {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.services-item-sixteen .services-content .description:last-child {
    margin-bottom: 0;
}

.services-item-sixteen .services-content .description span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--secondary);
}

.slider-section-sixteen {
    padding: 40px 0px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .slider-section-sixteen {
        position: absolute;
        bottom: 0;
    }
}

.slider-section-sixteen .slide-list {
    white-space: nowrap;
}

.slider-section-sixteen .slide-list .services-slide {
    padding: 8px 20px;
    background: var(--light-500);
    border: 1px solid var(--light-200);
    border-radius: 50px;
    backdrop-filter: blur(20px);
}

.slider-section-sixteen .slide-list .services-slide::before {
    content: unset;
}

.slider-section-sixteen .slide-list .services-slide .title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.slider-section-sixteen.one {
    background: var(--primary);
    padding: 60px 0px 20px;
    position: relative;
    backdrop-filter: unset;
}

.slider-section-sixteen.one::before {
    content: "";
    background: transparent;
    height: 20px;
    border-top: 2px solid var(--white);
    border-bottom: 3px solid var(--white);
    width: 100%;
    position: absolute;
    top: 18px;
}

.slider-section-sixteen.one::after {
    content: "";
    height: 12px;
    border-top: 3px solid var(--white);
    width: 100%;
    position: absolute;
    top: 6px;
}

.slider-section-sixteen.one .slide-list .services-slide {
    background: transparent;
    padding: 0;
    border: unset;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-section-sixteen.one .slide-list .services-slide .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.slider-section-sixteen.one .slide-list .icon {
    font-size: 30px;
    color: var(--secondary);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-section-sixteen.two {
    background: var(--primary);
    padding: 40px 0px 70px;
    position: relative;
    backdrop-filter: unset;
}

@media (max-width: 575.98px) {
    .slider-section-sixteen.two {
        padding: 20px 0px 55px;
    }
}

.slider-section-sixteen.two::before {
    content: "";
    background: transparent;
    height: 20px;
    border-top: 2px solid var(--white);
    border-bottom: 3px solid var(--white);
    width: 100%;
    position: absolute;
    bottom: 14px;
}

.slider-section-sixteen.two::after {
    content: "";
    height: 12px;
    border-top: 3px solid var(--white);
    width: 100%;
    position: absolute;
    bottom: -5px;
}

.slider-section-sixteen.two .slide-list {
    gap: 70px;
}

@media (max-width: 575.98px) {
    .slider-section-sixteen.two .slide-list {
        gap: 35px;
    }
}

.slider-section-sixteen.two .slide-list .services-slide {
    background: transparent;
    padding: 0;
    border: unset;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: unset;
}

.slider-section-sixteen.two .slide-list .services-slide:hover .title {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.slider-section-sixteen.two .slide-list .services-slide .title {
    font-size: 80px;
    font-weight: 700;
    color: var(--primary-500);
    margin-bottom: 0;
    transition: all 0.4s;
}

@media (max-width: 575.98px) {
    .slider-section-sixteen.two .slide-list .services-slide .title {
        font-size: 40px;
    }
}

.video-section-sixteen {
    background: var(--primary-gradient-100);
    padding: 24px 0px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

@media (max-width: 991.98px) {
    .video-section-sixteen {
        border-radius: 20px;
        padding: 8px 0px;
    }
}

@media (max-width: 575.98px) {
    .video-section-sixteen {
        border-radius: 0;
    }
}

.video-section-sixteen img {
    border-radius: 50px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .video-section-sixteen img {
        border-radius: 20px;
    }
}

@media (max-width: 575.98px) {
    .video-section-sixteen img {
        border-radius: 0;
    }
}

.animate-button2 {
    cursor: pointer;
    background: var(--dark);
    color: var(--gray-900);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    display: grid;
    place-content: center;
    transition: background 300ms, transform 200ms;
    font-weight: 600;
    border: 3px solid var(--white);
    position: relative;
}

.animate-button2:hover .button-circle {
    background: var(--white);
    color: var(--primary);
}

.animate-button2 .button-text2 {
    position: absolute;
    inset: 0;
    animation: text-rotation 8s linear infinite;
    margin: 0 !important;
}

.animate-button2 .button-text2>span {
    position: absolute;
    inset: 25px;
    transform: rotate(calc(var(--angle) * var(--index) * 1deg));
    transform-origin: center 65px;
    left: 26px;
    top: 9px;
    display: flex;
    justify-content: center;
    color: var(--white);
}

.animate-button2 .button-circle {
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.8s;
    font-size: 24px;
    font-weight: 400;
}

@keyframes text-rotation {
    to {
        rotate: 360deg;
    }
}

.video-section-sixteen .video-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-section-sixteen .video-btn .animate-button2 {
    background: var(--primary-gradient);
    border: 4px solid var(--white);
    width: 150px;
    height: 150px;
}

.video-section-sixteen .video-btn .animate-button2:hover .button-circle {
    color: var(--gray-900);
}

@media (max-width: 575.98px) {
    .video-section-sixteen .video-btn .animate-button2 {
        width: 125px;
        height: 125px;
    }
}

.video-section-sixteen .video-btn .animate-button2 .button-text2>span {
    left: 24px;
    top: 6px;
    color: #fff;
}

@media (max-width: 575.98px) {
    .video-section-sixteen .video-btn .animate-button2 .button-text2>span {
        left: 26px;
        top: 3px;
        transform-origin: center 56px;
    }
}

.video-section-sixteen .video-btn .animate-button2 .button-circle {
    color: #fff;
    transition: all 0.5s;
}

.ready-section-eighteen .two .slide-list .services-slide .company-item-sixteen {
    padding: 50px;
    border-left: 1px solid var(--gray-200);
    border-top: 1px solid var(--gray-200);
    width: 260px;
    background: var(--white);
    position: relative;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .ready-section-eighteen .two .slide-list .services-slide .company-item-sixteen {
        padding: 26px;
    }
}

.ready-section-eighteen .two .slide-list .services-slide .company-item-sixteen:hover img {
    filter: unset;
}

.ready-section-eighteen .two .slide-list .services-slide .company-item-sixteen img {
    filter: grayscale(20);
    transition: all 0.4s;
}

.banner-section-sixteen {
    padding-top: 60px;
    position: relative;
}

@media (max-width: 575.98px) {
    .banner-section-sixteen {
        padding-top: 30px;
    }
}

.banner-section-sixteen .banner-content .title {
    font-size: 140px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 18px;
}

@media (max-width: 1399.98px) {
    .banner-section-sixteen .banner-content .title {
        font-size: 105px;
    }
}

@media (max-width: 1199.98px) {
    .banner-section-sixteen .banner-content .title {
        font-size: 100px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-sixteen .banner-content .title {
        font-size: 72px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-sixteen .banner-content .title {
        font-size: 56px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-sixteen .banner-content .title {
        font-size: 32px;
    }
}

.banner-section-sixteen .banner-content .title span {
    color: var(--secondary);
}

.banner-section-sixteen .banner-content .banner-text {
    position: relative;
    z-index: 11;
}

@media (max-width: 991.98px) {
    .banner-section-sixteen .banner-content .banner-text {
        text-align: center;
    }
}

.banner-section-sixteen .banner-content .banner-text .description {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
}

.banner-section-sixteen .element-one {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.banner-item-sixteen {
    background: var(--light-500);
    border: 1px solid var(--light-200);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    max-width: 280px;
    transform: rotate(4deg);
    position: relative;
    z-index: 11;
}

@media (max-width: 991.98px) {
    .banner-item-sixteen {
        transform: unset;
        margin: 10px auto 25px;
        display: none;
    }
}

.banner-item-sixteen .banner-overlay {
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
}

.banner-item-sixteen .banner-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-item-sixteen .banner-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.banner-item-sixteen .banner-description {
    color: #fff;
    margin-bottom: 16px;
}

.banner-item-sixteen .banner-link {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    text-decoration: underline;
    transition: all 0.4s;
}

.banner-item-sixteen .banner-link:hover {
    color: var(--secondary);
}

.whychoose-section-sixteen {
    position: relative;
    padding: 80px !important;
}

.whychoose-section-sixteen .element-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.whychoose-section-sixteen .element-two {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.choose-item-sixteen {
    padding: 40px;
    border-radius: 12px;
    background: var(--light-100);
    border: 1px solid var(--gray-200);
    backdrop-filter: blur(20px);
    text-align: center;
    transition: all 0.4s;
}

.choose-item-sixteen:hover {
    transform: translateY(-6px);
}

.choose-item-sixteen:hover .choose-icon::before {
    content: "";
    transform: rotate(360deg);
}

.choose-item-sixteen .choose-icon {
    margin: 0 auto 24px;
    width: 88px;
    height: 88px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: 4px solid var(--white);
}

.choose-item-sixteen .choose-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    background: var(--primary-gradient);
    -webkit-mask: linear-gradient(var(--white) 0 0) content-box, linear-gradient(var(--white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: all 1.9s;
}

.choose-item-sixteen .choose-content .choose-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 12px;
}

.choose-item-sixteen .choose-content .description {
    margin-bottom: 0;
}

.help-section-eighteen .help-content-sixteen {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.help-section-eighteen .help-content-sixteen .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 64px;
    font-weight: 700;
    color: var(--gray-900);
    margin: 0;
    transition: 0.4s ease;
}

@media (max-width: 1199.98px) {
    .help-section-eighteen .help-content-sixteen .title {
        font-size: 46px;
    }
}

@media (max-width: 991.98px) {
    .help-section-eighteen .help-content-sixteen .title {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .help-section-eighteen .help-content-sixteen .title {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .help-section-eighteen .help-content-sixteen .title {
        font-size: 16px;
    }
}

.help-section-eighteen .help-content-sixteen .title:hover {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: 0.5s ease;
}

.help-section-eighteen .help-content-sixteen .element-one {
    flex-shrink: 0;
}

@media (max-width: 1399.98px) {
    .help-section-eighteen .help-content-sixteen .element-one {
        max-width: 210px;
    }
}

@media (max-width: 1199.98px) {
    .help-section-eighteen .help-content-sixteen .element-one {
        max-width: 185px;
    }
}

@media (max-width: 991.98px) {
    .help-section-eighteen .help-content-sixteen .element-one {
        max-width: 140px;
    }
}

@media (max-width: 767.98px) {
    .help-section-eighteen .help-content-sixteen .element-one {
        max-width: 120px;
    }
}

@media (max-width: 575.98px) {
    .help-section-eighteen .help-content-sixteen .element-one {
        max-width: 54px;
    }
}

.team-section-sixteen {
    position: relative;
    padding: 80px !important;
}

.team-section-sixteen .element-one {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

@media (max-width: 1399.98px) {
    .team-section-sixteen .element-one {
        left: -150px;
    }
}

@media (max-width: 1199.98px) {
    .team-section-sixteen .element-one {
        left: -240px;
        top: 115px;
    }
}

@media (max-width: 767.98px) {
    .team-section-sixteen .element-one {
        display: none;
    }
}

.team-section-sixteen .slick-slide {
    margin: 0px 12px;
    padding: 32px 0px;
}

@media (max-width: 767.98px) {
    .team-section-sixteen .slick-slide {
        padding: 0;
    }
}

.team-section-sixteen .slick-track .slick-slide:nth-child(even) {
    margin-top: -40px;
}

@media (max-width: 767.98px) {
    .team-section-sixteen .slick-track .slick-slide:nth-child(even) {
        margin-top: 0px;
    }
}

.team-item-sixteen {
    padding: 20px;
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    background: var(--light-100);
    backdrop-filter: blur(20px);
    margin: 10px 0 0;
    transition: all 0.6s ease-in-out;
}

@media (max-width: 575.98px) {
    .team-item-sixteen {
        margin: 0px 8px;
    }
}

.team-item-sixteen:hover .team-overlay .social-icon {
    opacity: 1;
    transform: translateY(0%);
}

.team-item-sixteen .team-overlay {
    background: var(--light-700);
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 12px;
    padding-top: 20px;
}

.team-item-sixteen .team-overlay .experience {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 30px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
}

.team-item-sixteen .team-overlay .social-icon {
    background: var(--white);
    position: absolute;
    top: 0;
    right: 16px;
    border-radius: 0px 0px 50px 50px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.team-item-sixteen .team-overlay .social-icon .icon {
    width: 40px;
    height: 40px;
    background: var(--light);
    border-radius: 50px 26px 50px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.6s ease-in-out;
    color: var(--primary);
}

.team-item-sixteen .team-overlay .social-icon .icon:hover {
    background: var(--primary);
    color: #fff;
    transition: all 0.6s ease-in-out;
}

.team-item-sixteen .team-overlay .img-one {
    margin: auto;
}

.team-item-sixteen .team-content {
    padding-top: 20px;
}

.team-item-sixteen .team-content .team-info {
    margin-bottom: 20px;
}

.team-item-sixteen .team-content .team-info .team-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 4px;
}

.team-item-sixteen .team-content .team-info p {
    margin-bottom: 0;
}

.team-item-sixteen .team-content .team-special .specialties-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: 8px;
}

.team-item-sixteen .team-content .team-special .specialties-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.team-item-sixteen .team-content .team-special .specialties-list .badge {
    color: var(--gray-900);
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    background-color: var(--light);
    border: 1px solid var(--gray-200);
    border-radius: 30px;
    transition: all 0.6s ease-in-out;
}

@media (max-width: 991.98px) {
    .team-item-sixteen .team-content .team-special .specialties-list .badge {
        padding: 6px 8px;
    }
}

.team-item-sixteen .team-content .team-special .specialties-list .badge:hover {
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
    transition: all 0.6s ease-in-out;
}

.testimonial-section-sixteen {
    position: relative;
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}

.testimonial-section-sixteen .element-one {
    position: absolute;
    top: -150px;
    right: 0;
    z-index: -1;
}

.testimonial-slider-sixteen {
    width: 100%;
    display: flex;
    gap: 8px;
}

.testimonial-slider-sixteen .testimonial-img-wrap {
    overflow: hidden;
    width: 100%;
    max-width: 200px;
    padding: 0px 10px;
}

@media (max-width: 991.98px) {
    .testimonial-slider-sixteen .testimonial-img-wrap {
        display: none;
    }
}

.testimonial-slider-sixteen .testimonial-img-wrap .slick-list {
    height: fit-content !important;
}

.testimonial-slider-sixteen .testimonial-img-wrap .slick-list .slick-track {
    height: fit-content !important;
}

.testimonial-slider-sixteen .testimonial-img-wrap .slick-slide {
    transition: all 0.3s ease-in-out;
}

.testimonial-slider-sixteen .testimonial-img-wrap .slick-slide .slide-item {
    width: 200px;
    transition: all 0.3s ease-in-out;
}

.testimonial-slider-sixteen .testimonial-img-wrap .slick-slide .testimonial-user {
    width: 100%;
    height: 112px;
    overflow: hidden;
    border-radius: 12px;
    border: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    max-width: 200px;
}

@media (max-width: 1199.98px) {
    .testimonial-slider-sixteen .testimonial-img-wrap .slick-slide .testimonial-user {
        height: 140px;
    }
}

.testimonial-slider-sixteen .testimonial-img-wrap .slick-slide .testimonial-user .user-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.testimonial-slider-sixteen .testimonial-img-wrap .slick-slide.slick-current .testimonial-user {
    border-color: var(--primary);
    height: 200px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199.98px) {
    .testimonial-slider-sixteen .testimonial-img-wrap .slick-slide.slick-current .testimonial-user {
        height: 238px;
    }
}

.testimonial-slider-sixteen .testimonial-content-wrap {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.testimonial-slider-sixteen .testimonial-content-wrap .slick-slide {
    width: 67%;
}

.testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content {
    background: rgba(var(--white), 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    padding: 40px;
    outline: none;
    margin: 0px 24px;
    position: relative;
}

@media (max-width: 575.98px) {
    .testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content {
        padding: 24px;
        text-align: start;
    }
}

.testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content .rating-star {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
}

.testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content .rating-star i {
    font-size: 20px;
    color: var(--warning);
}

.testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content .testimonial-text {
    margin-bottom: 24px;
}

.testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content .testimonial-text .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--primary);
    margin-bottom: 12px;
}

@media (max-width: 767.98px) {
    .testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content .testimonial-text .title {
        font-size: 20px;
    }
}

.testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content .testimonial-text .description {
    margin-bottom: 0;
}

.testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content .testimonial-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content .testimonial-author .author-info .author-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 4px;
}

.testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content .testimonial-author .author-info .author-name a {
    color: var(--gray-900);
    text-decoration: none;
}

.testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content .testimonial-author .author-info .author-name a:hover {
    color: var(--primary);
}

.testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content .testimonial-author .author-info .author-location {
    font-size: 14px;
    color: var(--gray-500);
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .testimonial-slider-sixteen .testimonial-content-wrap .testimonial-content .testimonial-author .quatation-icon {
        position: absolute;
        top: 20px;
        right: 20px;
        max-width: 34px;
    }
}

.testimonial-slider-sixteen .testimonial-nav-buttons {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--gray-200);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.testimonial-slider-sixteen .testimonial-nav-buttons .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid var(--gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-900);
    transition: all 0.3s ease;
}

.testimonial-slider-sixteen .testimonial-nav-buttons .btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.testimonial-section-sixteen {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.testimonial-section-sixteen .element-one {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -1;
    width: 320px;
    pointer-events: none;
}

@media (max-width: 1199.98px) {
    .testimonial-section-sixteen .element-one {
        width: 250px;
        top: -40px;
    }
}

@media (max-width: 991.98px) {
    .testimonial-section-sixteen .element-one {
        display: none;
    }
}

.counter-item-sixteen {
    text-align: end;
}

@media (max-width: 1199.98px) {
    .counter-item-sixteen {
        text-align: center;
    }
}

.counter-item-sixteen .count {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
}

.counter-item-sixteen p {
    margin-bottom: 0;
}

.section-header-sixteen {
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .section-header-sixteen {
        margin-bottom: 30px;
    }
}

.section-header-sixteen .sub-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    padding: 4px 16px;
    border-radius: 50px;
    background: var(--primary-100);
    width: fit-content;
    margin: 0px auto 12px;
}

@media (max-width: 575.98px) {
    .section-header-sixteen .sub-title {
        font-size: 16px;
    }
}

.section-header-sixteen .section-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .section-header-sixteen .section-title {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .section-header-sixteen .section-title {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .section-header-sixteen .section-title {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .section-header-sixteen .section-title {
        font-size: 25px;
    }
}

.section-header-sixteen .section-title span {
    color: var(--primary);
    font-style: italic;
}

.section-header-sixteen .description {
    margin-bottom: 0;
}

.hero-section-sixteen {
    background: var(--secondary-gradient);
    position: relative;
    overflow: hidden;
    padding-top: 60px;
}

.hero-section-sixteen .banner-img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 1399.98px) {
    .hero-section-sixteen .banner-img {
        max-width: 530px;
    }
}

@media (max-width: 1199.98px) {
    .hero-section-sixteen .banner-img {
        max-width: 490px;
    }
}

@media (max-width: 991.98px) {
    .hero-section-sixteen .banner-img {
        max-width: 220px;
        position: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 36px;
    }
}

.hero-section-sixteen .shadow-one {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 575.98px) {
    .hero-section-sixteen .shadow-one {
        max-width: 25%;
    }
}

.hero-section-sixteen .shadow-two {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 575.98px) {
    .hero-section-sixteen .shadow-two {
        max-width: 25%;
    }
}

.hero-section-sixteen .shadow-three {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

/* Theme 16 Button & Bubble Animation */
.theme-16-btn {
    padding: 12px 20px;
    border-radius: 60px;
    background: var(--primary);
    font-weight: 600;
    color: var(--white);
    border: 1px solid var(--secondary);
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

.theme-16-btn .text {
    display: inline-flex;
    align-items: center;
    transition: all 0.6s ease;
    gap: 8px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.theme-16-btn .buble {
    height: 100%;
    filter: url(#goo);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -3px;
    right: -1px;
    background-color: var(--secondary);
    width: 34%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: scale(1.4) translateY(125%) translateZ(0);
    transition: all 700ms ease;
}

.theme-16-btn .buble.buble-1 {
    left: -5%;
}

.theme-16-btn .buble.buble-2 {
    left: 30%;
    transition-delay: 60ms;
}

.theme-16-btn .buble.buble-3 {
    left: 65%;
    transition-delay: 120ms;
}

.theme-16-btn:hover {
    color: var(--white);
}

.theme-16-btn:hover .buble {
    transform: scale(1.4) translateY(0) translateZ(0);
}

/* Horizontal Slide Marquee Ticker */
.horizontal-slide {
    overflow: hidden;
}

.horizontal-slide[data-direction=right] {
    --_animation-direction: reverse;
}

.horizontal-slide[data-direction=left] {
    --_animation-direction: forwards;
}

.horizontal-slide[data-speed=fast] {
    --_animation-duration: 30s;
}

.horizontal-slide[data-speed=slow] {
    --_animation-duration: 120s;
}

.horizontal-slide .slide-list {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}

.horizontal-slide .slide-list:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

.about-section-sixteen {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.company-section-sixteen {
    padding-top: 80px !important;
}

.blog-section-sixteen {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.header-sixteen .login-button {
    background-color: #D4A574 !important;
    border-radius: 30px;
    border: none;
    color: white;
    width: auto !important
}


.header-sixteen .register-button {
    background-color: #D4A574 !important;
    color: white;
    width: auto !important
}

@media (max-width: 1199.98px) {
    .header-sixteen .login-button {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-sixteen ul#menu-primary-menu li a {
        color: black !important;
        border: none !important;
    }
}

.footer-sixteen #newsletter-widget-area ul,
.footer-sixteen #newsletter-widget-area .widget ul {
    display: none !important;
}

@media (max-width: 991px) {
    .whychoose-section-sixteen {
        padding: 0px !important;
    }
}

@media (max-width: 991.98px) {
    .section {
        padding: 50px 0px !important;
    }
}

@media (max-width: 991.98px) {
    .header-sixteen .header-nav .main-nav>li>a::after {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .banner-section-sixteen .banner-content {
        text-align: center;
        padding-bottom: 0px;
    }
}

.footer-menu {
    padding-left: 0px !important;
}