.container, ol, ul {
    padding: 0
}



#navheader .container, .hero_banner .container {
    max-width: 1350px !important
}

.btn_default .cus-btn .text i, .modal-close {
    line-height: .5rem
}

*, .chat-widget {
    font-family: var(--primary_font)
}

.about_img, .about_usImage, .blog_image, .card_blog, .chat-window, .dropdown_menunav, .elmentor_box, .servises_image, .video_banner, footer, section {
    overflow: hidden
}

.form-header, .promotion_text, .welcome-message {
    text-align: center
}

:root {
    --primary_color: #0395F3;
    --main-bg-color: #3754C7;
    --accent_color: #093d69;
    --third_color: #dfeef8;
    --primary_light: #0373f31a;
    --accent_light: #0420381a;
    --bg_section: #f4f4f4;
    --text_color: #45474f;
    --white_color: #ffffff;
    --dark_color: #1e1f20;
    --primary_font: "Raleway",sans-serif;
    --transition: 0.3s ease-in-out;
    --border_radius: 10px;
    --light_color: #fafafa;
    --border_color: #eee
}

.container, .modal-close {
    transition: var(--transition)
}

html {
    scroll-behavior: smooth;
    scroll-margin-top: 150px
}

body {
    overflow-x: hidden
}

footer, section {
    scroll-margin-top: 100px;
    position: relative
}

a, button {
    text-decoration: none !important;
    outline: 0;
    border: 0
}

ol, ul {
    list-style: none;
    margin: 0
}

.modal-content {
    background: var(--white_color) !important;
    border: 1px solid var(--border_color) !important;
    border-radius: var(--border_radius) !important
}

.feitem_icon img, .modal-close {
    border-radius: var(--border_radius)
}

.modal-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 !important
}

#nav_item, .modal-close {
    font-weight: 400;
    align-items: center
}

.modal-close {
    margin: 0 !important;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    color: var(--white_color) !important;
    font-size: 20px;
    text-shadow: none !important;
    box-shadow: none !important;
    opacity: .9 !important
}

#nav_item, .dropdwon_item {
    display: flex;
    position: relative;
    text-transform: capitalize
}

.card_servises, .servises_image {
    box-shadow: 0 10px 30px -10px #09131a1a
}

.form_data {
    border: 1px solid var(--border_color);
    padding: 20px;
    border-radius: var(--border_radius);
    background: var(--white_color)
}

.lable_form {
    font-size: 17px;
    font-weight: 500
}

.custom-select, .dropdwon_item, .form-control {
    font-size: 14px;
    transition: var(--transition)
}

.lable_form span {
    font-size: 11px
}

.custom-select, .form-control {
    padding: 10px 15px;
    border: 1px solid var(--border_color);
    border-radius: var(--border_radius);
    font-weight: 600;
    color: var(--text_color);
    margin: 0 0 15px;
    height: 40px
}

#nav_item, #navheader.stickedNav #nav_item, .dropdwon_item {
    color: var(--dark_color)
}

.custom-select:focus, .form-control:focus {
    border-color: var(--primary_color);
    box-shadow: 0 0 5px #0395F31a
}

.btn_default.btn_second, .btn_default:hover {
    box-shadow: 0 2px 7px #aed6f773
}

#navheader {
    background: 0 0;
    padding: 0 15px;
    transition: var(--transition);
    background: var(--white_color)
}

    #navheader.stickedNav {
        background: var(--white_color);
        box-shadow: 0 0 2px 0 #4c4c4c52
    }

    #navheader::before {
        position: absolute;
        left: -28px;
        top: 0;
        width: 35%;
        height: 100%;
        background: #3754c7;
        transform: skew(-30deg)
    }

    #navheader .container {
        padding: 15px 0;
        transition: var(--transition)
    }

    #navheader.stickedNav .container {
        padding: 7px 0
    }

#logo img {
    max-width: 150px;
    width: 100%;
    transition: var(--transition)
}

.ul_navLogo {
    background: #dbf1ff
}

#nav_item {
    font-size: 17px;
    justify-content: space-between;
    gap: 4px;
    transition: var(--transition);
    gap: 5px
}

    #nav_item i {
        line-height: .4rem
    }

.dropdown_menunav {
    border: 1px solid var(--border_color);
    border-radius: var(--border_radius);
    padding: 0;
    min-width: 12rem;
    margin-bottom: 15px
}

.dropdwon_item {
    background: var(--white_color) !important;
    font-weight: 600;
    align-items: center;
    justify-content: start;
    padding: 7px 10px
}

    .dropdwon_item:not(:last-child) {
        border-bottom: 1px solid var(--border_color)
    }

    .dropdwon_item:hover {
        padding-left: 15px
    }

.hero_banner {
    padding: 60px 0 0;
    align-content: center;
    transition: var(--transition);
    background: #3754c7;
    position: relative
}

.btn_default .cus-btn, .subtitle_banerHero, .subtitle_head {
    display: inline-flex;
    align-items: center;
    background: var(--primary_color)
}

.hero_image_abs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%
}

.col_bgwhite {
    padding-left: 0;
    padding-right: 50px
}

.subtitle_banerHero, .subtitle_head {
    justify-content: center;
    gap: 5px;
    padding: 10px 24px;
    border-radius: calc(var(--border_radius) * .5);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white_color);
    margin-bottom: 25px
}

    .subtitle_banerHero i, .subtitle_head i {
        color: var(--white_color)
    }

.fret_title, .title_bannerhero, .title_section {
    font-size: clamp(29px, 2.5vw, 169px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 25px;
    color: var(--dark_color)
}

.title_bannerhero {
    font-weight: 300;
    font-size: 60px;
    color: var(--white_color)
}

.serviceArea_articte h2, .serviceArea_articte h3, .serviceArea_articte h4, .serviceArea_articte h5, .serviceArea_articte h6, .title_section {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: clamp(28px, 1.5vw, 50px)
}

.title_sm {
    padding: 0 10px;
    font-size: 35px
}

.fret_title {
    font-size: clamp(22px, 2.5vw, 30px);
    color: var(--primary_color);
    margin-bottom: 15px
}

.desc_bannerhero, .description_bannerhero, .secription_des, .serviceArea_articte p {
    color: var(--text_color);
    font-size: clamp(15px, 1vw, 35px);
    font-style: normal;
    font-weight: 500;
    line-height: 175%
}

.description_bannerhero {
    font-weight: 500;
    color: var(--third_color);
    font-size: 16px
}

.banner_image2 {
    animation: 1s linear infinite alternate-reverse both righttoleftinf
}

.video_banner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

    .video_banner video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.btn_default {
    border-radius: calc(var(--border_radius) * .5);
    border-right: 2px solid var(--primary_color);
    border-left: 2px solid var(--primary_color);
    padding: 0 4px;
    background-color: transparent;
    transition: box-shadow .5s;
    position: relative;
    display: inline-block;
    max-width: max-content
}

.blog_image, .blog_image img, .card_blog, .card_servises, .footer_about, .servises_desc, .servises_image, .social_link, .title_servises {
    transition: var(--transition)
}

.btn_default .cus-btn {
    border-radius: 4px;
    padding: 18px 16px;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.btn_second .cus-btn, .partners_sec {
    background: var(--light_color)
}

.btn_default.btn_second {
    border-right: 2px solid var(--white_color);
    border-left: 2px solid var(--white_color)
}

.btn_default .cus-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--light_color);
    transition: .5s ease-in-out;
    z-index: 0
}

.btn_second .cus-btn::before {
    background: var(--primary_color);
    right: -100%;
    left: auto !important
}

.btn_default:hover .cus-btn::before {
    left: 0
}

.btn_second:hover .cus-btn::before {
    right: 0
}

.btn_default .cus-btn .text {
    font-style: normal;
    font-weight: 500;
    color: var(--light_color);
    font-size: clamp(18px, 1vw, 50px);
    transition: .5s ease-in-out;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: .5rem
}


.btn_default .cus-btn svg {
    width: clamp(16px,1.042vw,40px);
    height: clamp(16px,1.042vw,40px);
    position: relative;
    z-index: 2;
    transition: .5s ease-in-out
}

.btn_call i {
    animation: .6s infinite alternate-reverse both buble_call
}
#nav_item:hover, #navheader.stickedNav #nav_item:hover, .btn_default:hover .cus-btn .text, .btn_second .cus-btn .text, .card_blog:hover .title_servises, .card_servises:hover .title_servises, .dropdwon_item:hover, .form-group label i, .listed_features li strong, .modal-title, .serviceArea_articte a:hover, .serviceArea_item a:hover, .title_bannerhero span, .title_section span {
    color: var(--primary_color)
}
.btn_default.btn_second:hover .cus-btn .text {
    color: var(--light_color)
}

.partners_sec {
    position: relative;
    padding: 40px 0
}

.card_partner {
    background: transparent;
}
    .card_partner img{
        max-width: 100%;
    }
    .aboutUs_sec, .feature_sec {
        background-color: var(--white_color);
        background-image: url(../Img/me-watermark.webp);
        background-position: center left;
        background-repeat: no-repeat
    }

.aboutUs_sec {
    padding: 100px 0
}

.about_usImage {
    border-radius: calc(var(--border_radius) * 3)
}

.feture_item {
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    color: var(--text_color);
    margin: 10px 0
}

    .feture_item span {
        color: var(--primary_color);
        font-size: 18px;
        font-weight: 600;
        display: block
    }

.feitem_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .feitem_icon img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border: 5px solid var(--bg_section)
    }

.feature_sec {
    padding: 50px 0
}

.feature_sec1 {
    background-position: center right;
    background-color: var(--light_color)
}

.image_desc {
    color: var(--text_color);
    font-size: 12px;
    font-style: normal;
    font-weight: 600
}

.image_feature img {
    border-radius: var(--border_radius);
    box-shadow: 0 10px 30px -10px #0395F31a
}

.cta_section {
    padding: 10px 0;
    background: linear-gradient(180deg,var(--primary_color),var(--accent_color))
}

    .cta_section .container, .reviews_sec .container, .servises_sec .container {
        max-width: 1350px
    }

    .cta_section .cta_image {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px
    }

        .cta_section .cta_image img {
            width: 100%;
            height: auto
        }

    .cta_section h2 {
        font-size: clamp(20px, 2.2vw, 36px);
        margin: 0 0 8px;
        font-weight: 600;
        color: var(--white_color)
    }

    .cta_section p {
        margin: 0 0 16px;
        color: var(--white_color);
        line-height: 1.6
    }

.servises_sec {
    background: var(--white_color);
    padding: 50px 0
}

.card_servises {
    border: 1px solid var(--border_color);
    border-radius: calc(var(--border_radius) * 1.5);
    padding: 20px
}

    .card_servises:hover {
        box-shadow: none;
        transform: scale(1.04)
    }

.servises_image {
    width: 120px;
    height: 120px;
    padding: 5px;
    border-radius: 50%;
    border: 5px solid var(--border_color);
    margin: auto auto 20px
}

.card_servises:hover .servises_image {
    border-color: var(--primary_color);
    border-width: 3px
}

.servises_image img {
    max-width: 100%;
    border-radius: 50%;
    height: 100%
}

.title_servises {
    font-size: 23px;
    font-weight: 600;
    color: var(--dark_color);
    margin-bottom: 20px;
    position: relative
}

.title_steps {
    font-size: 20px
}

.link_abs {
    position: absolute;
    inset: 0
}

.servises_desc {
    display: flex;
    gap: 10px;
    color: var(--text_color);
    font-size: 16px;
    font-weight: 600
}

.footer_about, .steps_desc {
    font-weight: 500
}

.servises_desc i {
    line-height: .4rem;
    margin-top: 3px;
    color: var(--primary_color);
    font-size: 20px
}

.Steps_sec {
    padding: 50px 0
}

    .Steps_sec .container, .aboutUs_sec .container, .elmentor_element .container, .feature_sec .container, .footer_section .container {
        max-width: 1500px
    }

.card_blog {
    border: 1px solid var(--border_color);
    border-radius: calc(var(--border_radius) * 1.7);
    padding: 15px
}

    .card_blog:hover {
        border-color: var(--primary_color)
    }

    .card_blog .link_abs {
        z-index: 9
    }

.blog_image {
    border-radius: calc(var(--border_radius) * 1.7);
    position: relative;
    height: 280px;
    margin-bottom: 15px
}

.badge_date, .social_link {
    background: var(--primary_color);
    border-radius: var(--border_radius)
}

.badge_date {
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--white_color);
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    z-index: 2
}

.blog_image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card_blog:hover .blog_image img {
    transform: scale(1.05) rotate(2deg)
}

.footer_section {
    position: relative;
    padding: 50px 0 20px
}

.footer_brand {
    max-width: 200px
}

    .border_link:hover::before, .footer_brand img, .serviceArea_articte a:hover::before, .serviceArea_item a:hover::before, .servicearea_tab.active::before, .servicearea_tab:hover::before {
        width: 100%
    }

.footer_about {
    color: var(--text_color);
    font-size: 20px
}

.footer_socials {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap
}

.social_link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white_color);
    width: 40px;
    height: 40px;
    font-size: 20px;
    box-shadow: 0 1px 5px #10232f1a;
    border: 1px solid var(--primary_color)
}

    .social_link:hover {
        color: var(--primary_color);
        background: var(--white_color)
    }

.footer_title {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary_color)
}

.contact_links, .footer_links a {
    color: var(--text_color);
    transition: var(--transition);
    display: inline-flex;
    padding: 5px;
    font-size: 18px;
    font-weight: 400
}

    .contact_links:hover, .footer_links a:hover {
        color: var(--primary_color);
        padding-left: 10px
    }

.footer_contact i {
    font-size: 20px;
    color: var(--primary_color)
}

.footer_copy {
    position: relative;
    border-top: 10px solid var(--primary_color);
    padding: 40px 0 20px
}

    .footer_copy:before {
        content: url(../Img/me-accent.svg);
        top: -54px;
        left: auto;
        right: 10%;
        position: absolute;
        width: 120px;
        height: 54px;
        z-index: 1
    }

.border_link::before, .serviceArea_articte a::before, .serviceArea_item a::before, .servicearea_tab::before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background: var(--primary_color);
    transition: var(--transition)
}

.footer_copytext a, .servicearea_tab.active, .servicearea_tab:hover {
    color: var(--primary_color) !important
}

.footer_copytext {
    font-size: 16px;
    font-weight: 400
}

.banner {
    padding: 100px 0 70px;
    background-color: var(--main-bg-color);
    color: var(--white_color)
}

.banner-h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 300
}

.banner-h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px
}

.promotion_right h3 {
    font-size: 2.3rem;
    font-weight: 600
}

.promotion_right p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 30px
}

.promotion_text p {
    color: #000;
    font-weight: 500;
    font-size: 1.2rem
}

.colorful-text {
    font-size: 4rem;
    font-weight: 600;
    color: var(--primary_color)
}

.elmentor_element {
    padding: 100px 0
}

.elmentor_box {
    border-radius: 10px;
    height: fit-content;
    box-shadow: 5px 8px 20px rgba(0,0,0,.3)
}

.elementor_img img {
    width: 100%;
    object-fit: cover
}

.elementor_text {
    background-color: #3754c7;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
    gap: 15px
}

    .elementor_text h2 {
        font-size: 35px;
        font-weight: 600
    }

.about_hero {
    background-color: var(--main-bg-color);
    color: #fff;
    padding: 60px 0
}

    .about_hero .container {
        max-width: 1700px !important
    }

.about_img {
    border-radius: 15px
}

.about_text h1 {
    font-size: 4rem;
    font-weight: 300
}

.about_text p {
    font-size: 1.3rem;
    line-height: 30px
}

.request_quoteSection {
    padding: 60px 0;
    position: relative
}

.card_requestpage {
    border-radius: var(--border_radius);
    border: 1px solid var(--border_color)
}

.title_career {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary_color)
}

.subtitle_career {
    color: var(--text_color);
    transition: var(--transition);
    font-size: 18px;
    font-weight: 500
}

.border_link, .serviceArea_articte a, .serviceArea_item a {
    color: var(--primary_color) !important;
    font-size: 17px;
    border-bottom: 2px solid var(--border_color);
    position: relative;
    display: inline-block;
    line-height: normal;
    padding-bottom: 2px
}

.border_link, .serviceArea_articte a {
    font-weight: 700
}

    .border_link::before, .serviceArea_articte a::before, .serviceArea_item a::before {
        bottom: 0;
        width: 0
    }

.servises_areaSec {
    background-color: var(--white_color);
    background-image: url(../Img/me-watermark.webp);
    background-position: center left;
    background-repeat: no-repeat
}

.servicearea_listedtabs {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    max-width: max-content;
    gap: 15px
}

.servicearea_tab {
    color: var(--dark_color);
    border: 0 !important;
    border-bottom: 2px solid var(--border_color) !important;
    padding: 3px 2px !important;
    background: 0 0 !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.chat-toggle-btn, .title_widget, .widget_des {
    color: var(--white_color)
}

.servicearea_tab::before {
    bottom: -2px;
    width: 0%
}

.listed_serviceAreas {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px
}

.serviceArea_item a {
    font-weight: 500
}

.serviceArea_articte {
    max-width: 1000px;
    padding: 30px 0 10px
}

    .serviceArea_articte img, .servicearea_deatImage {
        max-width: 100%;
        border-radius: var(--border_radius);
        box-shadow: 0 10px 30px -10px #0395F31a;
        width: 100%;
        height: auto
    }

.widget_sidebar {
    padding: 15px;
    background: var(--main-bg-color);
    border-radius: var(--border_radius)
}

.title_widget {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px
}

.widget_des {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

.listed_features li, .serviceArea_articte li {
    color: var(--text_color);
    font-size: clamp(15px, 1vw, 35px);
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    list-style-type: decimal
}

    .serviceArea_articte li::marker {
        color: var(--main-bg-color)
    }

.serviceArea_articte ol, .serviceArea_articte ul {
    padding-left: 20px;
    margin: 20px 0
}

.serviceArea_articte img {
    margin: 10px 0
}

.listed_features {
    padding-left: 25px !important;
    margin: 20px 0
}

    .listed_features li::marker {
        color: var(--main-bg-color)
    }

.accessibility_sec {
    padding: 100px 0 !important
}

.faq-section {
    background-color: #f8f9fa;
    padding: 4rem 0
}

    .faq-section .faq-title {
        font-size: 1.75rem;
        font-weight: 600;
        color: #212529;
        text-align: center;
        margin-bottom: 2rem
    }

.faq-accordion .card {
    border: 1px solid #dee2e6;
    border-radius: 0;
    margin-bottom: .5rem;
    background-color: #fff
}

.faq-accordion .card-header {
    background-color: #f8f9fa;
    border: none;
    border-bottom: 1px solid transparent;
    padding: 1rem 1.25rem
}

    .faq-accordion .card-header:not(.collapsed) {
        border-bottom-color: #007bff;
        background-color: #fff
    }

    .faq-accordion .card-header .btn-link {
        color: #004085;
        font-weight: 500;
        font-size: 1rem;
        text-decoration: none !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        text-align: left;
        padding: 0
    }

        .faq-accordion .card-header .btn-link:hover {
            color: #002752
        }

        .faq-accordion .card-header .btn-link .fa-chevron-down, .faq-accordion .card-header .btn-link .fa-chevron-up {
            font-size: .875rem;
            color: #007bff;
            flex-shrink: 0;
            margin-left: .5rem
        }

.faq-accordion .card-body {
    color: #6c757d;
    font-size: .9375rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid #dee2e6
}

.faq-accordion .card-header[aria-expanded=false] .fa-chevron-up, .faq-accordion .card-header[aria-expanded=true] .fa-chevron-down {
    display: none
}

.sponser-icon {
    width: 200px
}

.reviews_sec {
    background: var(--light_color);
    padding: 50px 0
}

    .reviews_sec .swiper_reviews {
        padding: 20px 0 50px;
        overflow: visible
    }

    .reviews_sec .swiper-slide {
        height: auto
    }

.card_review {
    background: var(--white_color);
    border: 1px solid var(--border_color);
    border-radius: calc(var(--border_radius) * 1.5);
    padding: 24px;
    box-shadow: 0 10px 30px -10px var(--accent_light);
    transition: var(--transition)
}

    .card_review:hover {
        border-color: var(--primary_color);
        box-shadow: 0 12px 40px -10px var(--primary_light)
    }

.review_stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    color: var(--primary_color);
    font-size: 18px
}

.review_text {
    color: var(--text_color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px
}

.review_author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--border_color)
}

.chat-toggle-btn, .review_avatar {
    border-radius: 50%;
    display: flex;
    align-items: center
}

.review_avatar {
    width: 48px;
    height: 48px;
    background: var(--third_color);
    color: var(--main-bg-color);
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0
}

.review_info {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.review_name {
    font-size: 17px;
    font-weight: 600;
    color: var(--dark_color)
}

.review_location {
    font-size: 14px;
    color: var(--text_color);
    font-weight: 500
}

@keyframes buble_call {
    0%,40%,80% {
        transform: scale(1.3) rotate(15deg)
    }

    20%,60% {
        transform: scale(1.3) rotate(-15deg)
    }

    100% {
        transform: scale(1) rotate(0)
    }
}

@media (max-width:1400px) {
    .col_bgwhite {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:1199px) {
    .hero_imagehouses {
        position: relative
    }

    .title_bannerhero {
        font-size: 45px
    }
}

@media (max-width:991px) {
    #navbar_content.collapse_content_shadow:not(.show), #navbar_content:not(.show) {
        flex-direction: column;
        transform: translateX(-100%);
        display: flex !important;
        top: 0
    }

    #navbar_content:not(.show) {
        position: fixed;
        height: 100vh;
        overflow: auto
    }

    #navbar_content, #navbar_content.collapse_content_shadow {
        position: fixed;
        transition: transform .4s,visibility .4s;
        will-change: transform,visibility;
        overflow: auto;
        left: 0;
        transform: translateX(0);
        padding: 0;
        z-index: 99
    }

        #navbar_content.collapse_content_shadow:not(.show) {
            position: fixed;
            overflow: auto;
            left: 0;
            height: 100%;
            background: #000000cc
        }

        #navbar_content.collapse_content_shadow {
            height: 100%;
            background: #000000cc;
            overflow-x: hidden !important;
            -webkit-box-shadow: .5px -.5px 8px 4px rgba(56,56,56,.05);
            -moz-box-shadow: .5px -.5px 8px 4px rgba(56,56,56,.05);
            box-shadow: .5px -.5px 8px 4px rgba(56,56,56,.05);
            max-width: 100%
        }

        #navbar_content .navbar-nav {
            width: 100%
        }

    #navbar_content {
        flex-direction: column;
        display: flex !important;
        top: 0;
        max-width: 320px;
        width: 100%;
        height: 100vh;
        overflow-x: hidden !important;
        background: var(--white_color);
        -webkit-box-shadow: .5px -.5px 8px 4px rgba(56,56,56,.05);
        -moz-box-shadow: .5px -.5px 8px 4px rgba(56,56,56,.05);
        box-shadow: .5px -.5px 8px 4px rgba(56,56,56,.05);
        text-align: right
    }

    #nav_item {
        border-bottom: 1px solid var(--border_color);
        padding: 10px;
        color: var(--dark_color)
    }

        #nav_item:hover {
            padding-left: 15px
        }

        #nav_item i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 25px;
            height: 25px;
            border-radius: var(--border_radius)
        }

    #Btnnav_toggler {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary_color);
        border: 1px solid var(--primary_color);
        background: 0 0;
        transition: var(--transition);
        border-radius: calc(var(--border_radius));
        width: 40px;
        height: 40px
    }

        #Btnnav_toggler:hover {
            color: var(--white_color);
            background: var(--primary_color)
        }

        #Btnnav_toggler i {
            line-height: .4rem
        }

    .elmentor_element {
        padding: 40px 0
    }

    .elementor_text {
        padding: 0 50px
    }

        .elementor_text h2 {
            font-size: 30px
        }

        .elementor_text p {
            font-size: 1.2rem;
            line-height: 30px
        }

    .banner-h1, .about_text h1 {
        font-size: 2.7rem;
        font-weight: 500
    }
}

@media (max-width:767.98px) {
    #navheader::before {
        left: -28px;
        width: 50%
    }

    .cta_section {
        padding: 15px 0
    }

        .cta_section .cta_image {
            margin-bottom: 18px
        }

            .cta_section .cta_image img {
                max-width: 320px
            }

        .cta_section h2, .cta_section p {
            text-align: center
        }

        .cta_section .btn_default {
            display: flex;
            justify-content: center;
            margin: 0 auto
        }

    .servises_sec {
        padding-bottom: 10px
    }

    .title_sm {
        font-size: 28px
    }

    .aboutUs_sec {
        padding-top: 20px
    }

    .title_bannerhero {
        margin-bottom: 15px
    }
}

@media (max-width:567px) {
    #logo img {
        max-width: 100px
    }

    .title_bannerhero {
        font-size: 35px
    }

    #navheader .container {
        padding: 15px 0
    }

    #Btnnav_toggler {
        font-size: 17px;
        width: 35px;
        height: 35px
    }

    .btn_default.btn_call .cus-btn {
        padding: 10px 8px
    }

        .btn_default.btn_call .cus-btn .text, .desc_bannerhero, .description_bannerhero {
            font-size: 14px
        }

            .btn_default.btn_call .cus-btn .text i {
                display: none
            }

    .btn_default .cus-btn {
        padding: 14px 12px
    }

        .btn_default .cus-btn .text, .title_steps {
            font-size: 15px
        }

    .fret_title {
        font-size: clamp(16px, 2.5vw, 23px)
    }

    .card_servises {
        padding: 15px 10px
    }

    .servises_image {
        width: 90px;
        height: 90px
    }

    .title_servises {
        font-size: 19px
    }

    .servises_desc {
        font-size: 13px
    }

    .title_sm {
        font-size: 22px
    }

    .contact_links, .footer_links a {
        font-size: 16px
    }

    .form_data, .modal-body {
        padding: 15px 10px !important
    }

    .elementor_img img {
        object-position: top -50px right 0
    }

    .elementor_text {
        padding: 30px
    }

    .elementor_img {
        max-height: 60vh !important
    }

    .banner-h1, .about_text h1 {
        font-size: 2.2rem;
        font-weight: 500
    }

    .banner-h5 {
        font-size: 1.1rem
    }

    .gallery_items {
        flex-wrap: wrap
    }

    .gallery_item {
        width: 50%
    }

    .title_career {
        font-size: 18px
    }
}

@media (max-width:425px) {
    .banner-h1, .about_text h1 {
        font-size: 20px;
        font-weight: 700
    }

    #navheader {
        padding: 0 10px
    }

    .banner-h5 {
        font-size: .9rem;
        line-height: 25px
    }

    .banner {
        padding: 50px 10px
    }

    .elementor_img {
        max-height: 40vh !important
    }

        .elementor_img img {
            object-position: top -30px right 0
        }
}

.chat-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999
}

.chat-toggle-btn {
    width: 70px;
    height: 70px;
    background-color: var(--primary_color);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(3,149,243,.3);
    justify-content: center;
    font-size: 28px;
    transition: var(--transition);
    position: relative
}

.chat-header, .notification-badge {
    display: flex;
    align-items: center;
    color: var(--white_color)
}

.chat-toggle-btn:hover, .send-btn:hover {
    background-color: var(--accent_color);
    transform: scale(1.05)
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff5722;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    justify-content: center;
    font-size: 12px;
    font-weight: 700
}

.chat-window {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 380px;
    height: 600px;
    background-color: var(--white_color);
    border-radius: var(--border_radius);
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    display: none;
    flex-direction: column;
    border: 1px solid var(--border_color)
}

    .chat-form.active, .chat-interface.active, .chat-window.active {
        display: flex
    }

.chat-header {
    background: linear-gradient(135deg,var(--primary_color),var(--main-bg-color));
    padding: 15px 20px;
    justify-content: space-between;
    flex-shrink: 0
}

.company-info, .company-logo {
    align-items: center;
    display: flex
}

.company-info {
    gap: 12px
}

.company-logo {
    background-color: rgba(255,255,255,.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    font-size: 20px
}

.company-details h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

.status {
    margin: 3px 0 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #4caf50;
    border-radius: 50%;
    display: inline-block
}

.form-group input, .submit-btn {
    width: 100%;
    font-family: var(--primary_font);
    transition: var(--transition)
}

.chat-form, .chat-interface {
    height: 100%;
    overflow: hidden
}

.close-btn {
    background: 0 0;
    border: none;
    color: var(--white_color);
    font-size: 20px;
    cursor: pointer;
    transition: var(--transition)
}

.submit-btn, .welcome-message p:first-child {
    font-size: 16px;
    font-weight: 600
}

.close-btn:hover {
    transform: rotate(90deg)
}

.chat-form {
    padding: 25px;
    display: none;
    flex-direction: column
}

.form-header {
    margin-bottom: 25px
}

    .form-header h4 {
        color: var(--dark_color);
        margin: 0 0 8px;
        font-size: 20px
    }

    .form-header p {
        color: var(--text_color);
        margin: 0;
        font-size: 14px
    }

.form-group {
    margin-bottom: 18px
}

    .form-group label {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
        color: var(--accent_color);
        font-size: 14px;
        font-weight: 500
    }

    .form-group input {
        padding: 12px 15px;
        border: 1px solid var(--border_color);
        border-radius: var(--border_radius);
        font-size: 14px;
        box-sizing: border-box
    }

        #messageInput:focus, .form-group input:focus {
            outline: 0;
            border-color: var(--primary_color);
            box-shadow: 0 0 0 2px var(--primary_light)
        }

.form-footer {
    margin-top: auto;
    padding-top: 15px
}

.submit-btn {
    padding: 14px;
    background: linear-gradient(135deg,var(--primary_color),var(--main-bg-color));
    color: var(--white_color);
    border: none;
    border-radius: var(--border_radius);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

    .submit-btn:hover {
        background: linear-gradient(135deg,var(--accent_color),var(--primary_color));
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(3,149,243,.2)
    }

.chat-interface {
    display: none;
    flex-direction: column
}

.chat-messages-container {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    position: relative
}

.chat-messages {
    max-height: 358px;
    min-height: 200px;
    padding: 20px;
    overflow-y: auto;
    background-color: var(--light_color);
    display: flex;
    flex-direction: column;
    gap: 15px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary_color) var(--border_color)
}

    .chat-messages::-webkit-scrollbar {
        width: 8px
    }

    .chat-messages::-webkit-scrollbar-track {
        background: var(--border_color);
        border-radius: 4px
    }

    .chat-messages::-webkit-scrollbar-thumb {
        background-color: var(--primary_color);
        border-radius: 4px
    }

        .chat-messages::-webkit-scrollbar-thumb:hover {
            background-color: var(--accent_color)
        }

.message {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    animation: .3s ease-in-out fadeIn
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.message.bot {
    align-self: flex-start;
    background-color: var(--white_color);
    border: 1px solid var(--border_color);
    border-bottom-left-radius: 5px;
    color: var(--text_color)
}

.message.user, .quick-reply-btn:hover {
    background-color: var(--primary_color)
}

.message.user {
    align-self: flex-end;
    color: var(--white_color);
    border-bottom-right-radius: 5px
}

.welcome-message {
    background-color: var(--primary_light);
    border: 1px solid rgba(3,149,243,.2);
    color: var(--accent_color);
    padding: 15px;
    border-radius: var(--border_radius);
    margin-bottom: 10px
}

    .welcome-message p {
        margin: 8px 0
    }

.quick-replies {
    padding: 10px;
    border-top: 1px solid var(--border_color);
    background-color: var(--white_color);
    flex-shrink: 0
}

    .quick-replies p {
        margin: 0 0 10px;
        color: var(--text_color);
        font-size: 13px;
        font-weight: 500
    }

.quick-reply-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 3px
}

.quick-reply-btn {
    background-color: var(--primary_light);
    color: var(--primary_color);
    border: 1px solid rgba(3,149,243,.3);
    border-radius: 20px;
    padding: 8px;
    font-size: 10px;
    cursor: pointer;
    transition: var(--transition)
}

    .quick-reply-btn:hover {
        color: var(--white_color)
    }

.chat-input-area {
    padding: 15px 20px;
    border-top: 1px solid var(--border_color);
    background-color: var(--white_color);
    flex-shrink: 0
}

.input-wrapper {
    display: flex;
    gap: 10px
}

#messageInput {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid var(--border_color);
    border-radius: 25px;
    font-family: var(--primary_font);
    font-size: 14px;
    transition: var(--transition)
}

.send-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary_color);
    color: var(--white_color);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: var(--transition)
}

@media (max-width:480px) {
    .chat-widget {
        bottom: 20px;
        right: 20px
    }

    .chat-window {
        width: 300px;
        height: auto
    }

    .chat-messages {
        padding: 15px
    }
}
