.cs_form_field {
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 15px 20px;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease;
}

.cs_form_field:focus {
    border-color: #2e7d32;
    background-color: #fff;
}

/* Language Switcher Fixes */
.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover {
    background-color: #2e7d32;
    color: #fff;
}

/* WhatsApp Floating Button */
.cs_whatsapp_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #0B402B;
    /* WhatsApp brand color - keeping it as is, or maybe #0B402B? */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: all 0.3s ease;
}

.dropdown-item:active {
    background-color: #0B402B;
}

.cs_btn.cs_style_1 {
    background-color: #0B402B;
}

.cs_gradient_color_1 {
    background: linear-gradient(90deg, #0B402B 0%, #C5A028 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.cs_whatsapp_btn:hover {
    transform: scale(1.1);
    color: #fff;
}

[dir="rtl"] .cs_whatsapp_btn {
    right: auto;
    left: 30px;
}

[dir="rtl"] .dropdown-menu-end {
    left: 0;
    right: auto;
}

.cs_brand_panel {
    padding: 12px 18px;
    border-radius: 18px;
    background: rgba(249, 251, 243, 0.92);
    box-shadow: 0 14px 30px rgba(11, 64, 43, 0.12);
    backdrop-filter: blur(6px);
}

.cs_brand_panel img {
    max-height: 54px;
    width: auto;
}

.cs_site_header.cs_style_1 .cs_main_header_in {
    gap: 24px;
}

.cs_site_header.cs_style_1.cs_sticky_active .cs_brand_panel {
    background: rgba(249, 251, 243, 0.98);
}

.cs_footer_logo {
    max-width: 150px;
    width: 100%;
    flex: 0 0 auto;
}

.cs_footer.cs_style_1 .cs_footer_row .cs_footer_col {
    max-width: 180px;
}

.cs_footer.cs_style_1 .cs_footer_row .cs_footer_col:first-child {
    max-width: none;
}

.cs_footer.cs_style_1 .cs_text_widget {
    align-items: flex-start;
}

.cs_footer_brand {
    gap: 24px;
}

.cs_footer_logo_box {
    background: #fff;
    border-radius: 18px;
    padding: 14px 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.cs_footer.cs_style_1 .cs_text_widget p {
    max-width: 460px;
}

.cs_footer_contact_list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.cs_footer_contact_list i {
    width: 16px;
    margin-top: 6px;
}

.cs_footer_contact_list a,
.cs_footer_contact_list span {
    line-height: 1.7;
}

.cs_home_intro .cs_img_box img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
}

.cs_home_feature_card {
    min-height: 100%;
}

.cs_intro_section {
    position: relative;
}

.cs_stats_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.cs_stat_card {
    background: #f4f8f1;
    border: 1px solid rgba(11, 64, 43, 0.08);
    border-radius: 20px;
    padding: 28px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cs_stat_number {
    color: #0B402B;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
}

.cs_stat_label {
    color: rgba(11, 64, 43, 0.8);
    font-size: 18px;
    line-height: 1.5;
}

.cs_soft_bg {
    background: linear-gradient(180deg, rgba(225, 236, 227, 0.5) 0%, rgba(249, 251, 243, 0) 100%);
}

.cs_faq_list {
    display: grid;
    gap: 20px;
}

.cs_faq_item {
    border: 1px solid rgba(11, 64, 43, 0.1);
    border-radius: 20px;
    padding: 24px 28px;
    background-color: #fff;
}

.cs_faq_item h3 {
    margin-bottom: 10px;
}

.cs_page_heading.cs_style_1 {
    position: relative;
}

.cs_page_heading.cs_style_1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 64, 43, 0.55) 0%, rgba(11, 64, 43, 0.82) 100%);
}

.cs_page_heading.cs_style_1 .container {
    position: relative;
    z-index: 1;
}

.cs_hero_slide {
    min-height: 760px;
    position: relative;
    display: flex;
    align-items: center;
}

.cs_hero.cs_style_1 {
    min-height: 760px;
}

.cs_hero_slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 64, 43, 0.76) 0%, rgba(11, 64, 43, 0.38) 45%, rgba(11, 64, 43, 0.22) 100%);
}

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

.cs_hero_kicker {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(249, 251, 243, 0.14);
    border: 1px solid rgba(249, 251, 243, 0.24);
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cs_hero_slide .cs_hero_title {
    max-width: 760px;
    -webkit-text-fill-color: initial !important;
    background: none !important;
}

.cs_card_1_group .cs_card.cs_style_1 .cs_card_title {
    white-space: nowrap;
}

.cs_card_1_group .cs_card.cs_style_1.active .cs_card_title {
    font-size: clamp(40px, 4.2vw, 64px);
}

.cs_nav_list a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.cs_site_header.cs_style_1 .cs_main_header {
    background: rgba(11, 64, 43, 0.28);
    backdrop-filter: blur(12px);
}

.cs_site_header.cs_style_1.cs_sticky_active .cs_main_header {
    background: rgba(11, 64, 43, 0.92);
}

.cs_site_header.cs_style_1 .cs_main_header_in {
    min-height: 112px;
}

.cs_header_icon_btn {
    color: #fff;
}

.cs_hero.cs_style_1,
.cs_hero_slide {
    min-height: 860px;
}

.cs_hero.cs_style_1 .cs_hero_in {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 860px;
}

.cs_hero.cs_style_1 .cs_hero_text {
    max-width: 760px;
    padding: 0px 0 0px;
}

.cs_hero_slide .cs_hero_title {
    max-width: 860px;
    font-size: clamp(48px, 5.8vw, 92px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.cs_hero_subtitle {
    max-width: 640px;
    color: rgba(249, 251, 243, 0.88);
}

.cs_hero_kicker {
    margin-bottom: 22px;
}

.cs_pagination_1_wrap {
    bottom: 52px;
}

.cs_slider_number.cs_style_1 {
    font-size: 22px;
}

.cs_home_heading_compact {
    align-items: end;
    gap: 24px 40px;
}

.cs_home_heading_compact .cs_section_title {
    font-size: clamp(42px, 4.6vw, 72px) !important;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.cs_home_intro .cs_img_box {
    border-radius: 28px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .cs_brand_panel {
        padding: 10px 14px;
        border-radius: 14px;
    }

    .cs_brand_panel img {
        max-height: 44px;
    }

    .cs_stats_grid {
        grid-template-columns: 1fr;
    }

    .cs_footer.cs_style_1 .cs_footer_row .cs_footer_col {
        max-width: none;
        width: 100%;
    }

    .cs_home_intro .cs_img_box img {
        min-height: 340px;
    }

    .cs_hero_slide {
        min-height: 640px;
    }

    .cs_hero.cs_style_1 {
        min-height: 640px;
    }

    .cs_card_1_group .cs_card.cs_style_1 .cs_card_title,
    .cs_card_1_group .cs_card.cs_style_1.active .cs_card_title {
        white-space: normal;
        font-size: 32px;
    }
}

.cs_home_feature_card {
    padding: 28px;
}

.cs_home_feature_card p {
    line-height: 1.7;
}

.cs_soft_bg .cs_iconbox.cs_style_2,
.cs_home_intro .cs_iconbox.cs_style_2 {
    min-height: 100%;
    padding: 32px 28px;
}

.cs_card_3_wrap .cs_card.cs_style_3 .cs_card_in {
    padding-right: 20px;
}

.cs_card_3_wrap .cs_card.cs_style_3 h3,
.cs_card_3_wrap .cs_card.cs_style_3 p {
    max-width: 320px;
}

.cs_card_1_group .cs_card.cs_style_1 {
    justify-content: flex-end;
}

.cs_card_1_group .cs_card.cs_style_1 .cs_arrow_btn {
    top: 28px;
    right: 28px;
}

.cs_card_1_group .cs_card.cs_style_1 .cs_card_bottom {
    margin-top: auto;
    padding-top: 96px;
    max-width: 420px;
}

.cs_service_card_label {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(249, 251, 243, 0.14);
    border: 1px solid rgba(249, 251, 243, 0.24);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cs_card_1_group .cs_card.cs_style_1 .cs_card_subtitle,
.cs_card_1_group .cs_card.cs_style_1.active .cs_card_subtitle {
    height: auto;
    max-width: 420px;
}

.cs_cta.cs_style_1 {
    position: relative;
    overflow: hidden;
}

.cs_cta.cs_style_1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 64, 43, 0.82) 0%, rgba(11, 64, 43, 0.62) 42%, rgba(11, 64, 43, 0.54) 100%);
    z-index: 0;
}

.cs_cta.cs_style_1 .container {
    position: relative;
    z-index: 1;
}

.cs_cta.cs_style_1 .cs_cta_in {
    max-width: 760px;
}

.cs_cta.cs_style_1 .cs_cta_title,
.cs_cta.cs_style_1 p {
    color: #fff;
}

.cs_faq_accordion {
    display: grid;
    gap: 18px;
}

.cs_faq_accordion .accordion-item {
    border: 1px solid rgba(11, 64, 43, 0.1);
}

.cs_faq_accordion .accordion-button {
    border-radius: 20px;
    background: #fff;
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 700;
    padding: 28px 32px;
    box-shadow: none;
}

.cs_faq_accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--heading-color);
    box-shadow: none;
}

.cs_faq_accordion .accordion-button::after {
    filter: hue-rotate(40deg);
}

.cs_faq_accordion .accordion-body {
    padding: 0 32px 28px;
    color: rgba(11, 64, 43, 0.76);
    line-height: 1.75;
}

.cs_faq_accordion .cs_faq_item {
    padding: 0;
    overflow: hidden;
}

.cs_footer_logo {
    max-width: 180px;
}

.cs_footer.cs_style_1 .cs_footer_row .cs_footer_col {
    max-width: 220px;
}

.cs_footer.cs_style_1 .cs_footer_row .cs_footer_col.cs_footer_col_brand {
    max-width: 420px;
}

.cs_footer_brand {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.cs_footer_brand p {
    margin: 0;
}

.cs_footer_widget_menu li + li {
    margin-top: 10px;
}

.cs_footer_widget_title {
    margin-bottom: 22px;
}

.cs_page_heading.cs_style_1 {
    min-height: 420px;
    display: flex;
    align-items: end;
}

.cs_page_heading.cs_style_1 .container {
    padding-top: 180px;
    padding-bottom: 80px;
}

@media (max-width: 1199px) {
    .cs_site_header.cs_style_1 .cs_main_header_in {
        min-height: 96px;
    }

    .cs_hero.cs_style_1,
    .cs_hero_slide,
    .cs_hero.cs_style_1 .cs_hero_in {
        min-height: 760px;
    }

    .cs_hero.cs_style_1 .cs_hero_text {
        padding: 170px 0 120px;
    }

    .cs_footer_brand {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .cs_site_header.cs_style_1 .cs_main_header {
        background: rgba(11, 64, 43, 0.92);
    }

    .cs_hero.cs_style_1,
    .cs_hero_slide,
    .cs_hero.cs_style_1 .cs_hero_in {
        min-height: 680px;
    }

    .cs_hero.cs_style_1 .cs_hero_text {
        padding: 150px 0 110px;
    }

    .cs_home_heading_compact {
        align-items: flex-start;
    }

    .cs_card_1_group .cs_card.cs_style_1 .cs_card_bottom {
        padding-top: 74px;
        max-width: none;
    }

    .cs_cta.cs_style_1::before {
        background: linear-gradient(180deg, rgba(11, 64, 43, 0.84) 0%, rgba(11, 64, 43, 0.68) 100%);
    }

    .cs_faq_accordion .accordion-button {
        padding: 22px 22px;
        font-size: 18px;
    }

    .cs_faq_accordion .accordion-body {
        padding: 0 22px 22px;
    }

    .cs_page_heading.cs_style_1 .container {
        padding-top: 150px;
        padding-bottom: 60px;
    }
}

.cs_page_heading.cs_style_1 {
    min-height: 360px;
}

.cs_page_heading.cs_style_1 .container {
    padding-top: 156px;
    padding-bottom: 56px;
}

.cs_page_heading.cs_style_1 .cs_page_title {
    margin-bottom: 12px;
    font-size: clamp(44px, 5vw, 72px);
}

.cs_page_heading.cs_style_1 .breadcrumb {
    margin-bottom: 0;
}

.cs_page_heading.cs_style_1 .breadcrumb-item,
.cs_page_heading.cs_style_1 .breadcrumb-item a {
    color: rgba(249, 251, 243, 0.78);
}

.cs_inner_intro {
    max-width: 760px;
    display: grid;
    gap: 18px;
}

.cs_inner_intro_narrow {
    max-width: 720px;
}

.cs_inner_intro .cs_section_title {
    max-width: 760px;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}

.cs_inner_copy {
    display: grid;
    gap: 16px;
    max-width: 720px;
}

.cs_inner_copy p {
    margin: 0;
    line-height: 1.8;
}

.cs_inner_media {
    border-radius: 28px;
    overflow: hidden;
}

.cs_inner_media img {
    width: 100%;
    min-height: 620px;
    object-fit: cover;
}

.cs_inner_info_card {
    height: 100%;
    padding: 28px;
    border-radius: 24px;
    background: #f4f8f1;
    border: 1px solid rgba(11, 64, 43, 0.08);
}

.cs_inner_info_card p {
    line-height: 1.75;
}

.cs_contact_info_stack {
    display: grid;
    gap: 18px;
}

.cs_contact_panel {
    max-width: 460px;
}

.cs_contact_info_card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.cs_contact_info_icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(11, 64, 43, 0.08);
    color: var(--heading-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    font-size: 18px;
}

.cs_form_shell {
    padding: 36px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(11, 64, 43, 0.08);
    box-shadow: 0 18px 40px rgba(11, 64, 43, 0.08);
}

.cs_form_label {
    display: block;
    margin-bottom: 10px;
    color: var(--heading-color);
    font-weight: 700;
}

.cs_form_field {
    border-radius: 16px;
    border-color: rgba(11, 64, 43, 0.08);
    background: #fbfcf8;
}

.cs_map_embed {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(11, 64, 43, 0.08);
    min-height: 380px;
}

.cs_map_embed iframe {
    width: 100%;
    min-height: 380px;
    display: block;
    border: 0;
}

.cs_gallery_card {
    position: relative;
    display: block;
    border-radius: 24px;
    overflow: hidden;
    min-height: 320px;
}

.cs_gallery_card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cs_gallery_card_overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
    padding: 24px;
    color: #fff;
    background: linear-gradient(180deg, rgba(11, 64, 43, 0.05) 20%, rgba(11, 64, 43, 0.78) 100%);
}

.cs_gallery_card_overlay strong,
.cs_gallery_card_overlay small {
    position: relative;
    z-index: 1;
}

.cs_gallery_card_overlay small {
    color: rgba(249, 251, 243, 0.8);
    font-size: 14px;
}

.cs_gallery_card:hover img {
    transform: scale(1.06);
}

.cs_inner_project_card,
.cs_inner_service_card {
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(11, 64, 43, 0.08);
    box-shadow: 0 18px 36px rgba(11, 64, 43, 0.06);
}

.cs_inner_project_thumb,
.cs_inner_service_thumb {
    display: block;
}

.cs_inner_project_thumb img,
.cs_inner_service_thumb img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.cs_inner_project_body,
.cs_inner_service_body {
    padding: 28px;
}

.cs_inner_project_body p,
.cs_inner_service_body p {
    line-height: 1.75;
}

.cs_inner_project_label {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(11, 64, 43, 0.08);
    color: var(--heading-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cs_text_btn {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    font-weight: 700;
    color: var(--heading-color);
    border-bottom: 1px solid currentColor;
}

.cs_text_btn:hover {
    color: var(--secondary-color);
}

.cs_detail_gallery {
    display: grid;
    gap: 16px;
}

.cs_detail_gallery_main {
    border-radius: 28px;
    overflow: hidden;
}

.cs_detail_gallery_main img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.cs_detail_gallery_thumbs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.cs_detail_thumb_btn {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    padding: 0;
    background: transparent;
    opacity: 0.58;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.cs_detail_thumb_btn img {
    width: 100%;
    height: 112px;
    object-fit: cover;
    display: block;
}

.cs_detail_thumb_btn.active,
.cs_detail_thumb_btn:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.cs_detail_content p {
    line-height: 1.8;
}

.cs_detail_sidebar {
    display: grid;
    gap: 20px;
}

.cs_detail_sidebar_card {
    padding: 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(11, 64, 43, 0.08);
}

.cs_detail_sidebar_card.cs_heading_bg {
    border-color: transparent;
}

.cs_detail_meta_list,
.cs_detail_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cs_detail_meta_list li {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 0;
}

.cs_detail_meta_list li + li {
    border-top: 1px solid rgba(249, 251, 243, 0.18);
}

.cs_detail_meta_list span {
    color: inherit;
    opacity: 0.72;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cs_detail_meta_list strong {
    font-size: 20px;
    font-weight: 700;
}

.cs_detail_list li {
    position: relative;
    padding-left: 24px;
    line-height: 1.7;
}

.cs_detail_list li + li {
    margin-top: 12px;
}

.cs_detail_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--secondary-color);
}

.cs_detail_cta {
    background: #f4f8f1;
}

@media (max-width: 1199px) {
    .cs_inner_media img {
        min-height: 520px;
    }

    .cs_detail_gallery_main img {
        height: 460px;
    }
}

@media (max-width: 991px) {
    .cs_page_heading.cs_style_1 {
        min-height: 300px;
    }

    .cs_page_heading.cs_style_1 .container {
        padding-top: 140px;
        padding-bottom: 44px;
    }

    .cs_inner_media img {
        min-height: 380px;
    }

    .cs_inner_intro .cs_section_title {
        font-size: clamp(32px, 7vw, 44px);
    }

    .cs_form_shell,
    .cs_detail_sidebar_card,
    .cs_inner_project_body,
    .cs_inner_service_body,
    .cs_inner_info_card {
        padding: 24px;
    }

    .cs_gallery_card,
    .cs_gallery_card img {
        min-height: 260px;
        height: 260px;
    }

    .cs_detail_gallery_main img {
        height: 360px;
    }

    .cs_detail_gallery_thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cs_detail_thumb_btn img {
        height: 84px;
    }
}

@media (max-width: 575px) {
    .cs_contact_info_card {
        flex-direction: column;
    }

    .cs_inner_project_thumb img,
    .cs_inner_service_thumb img {
        height: 240px;
    }

    .cs_detail_gallery_main img {
        height: 280px;
    }
}
