/* بەشی ناڤبار و نەیڤیگەیشن - Navbar Section */
#mainNavbar {
    transition: all 0.3s ease;
    background: #f8f9fa; /* Light background for the main navbar */
    z-index: 1030;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 0; /* No padding as the gradient container will define height */
}
#mainNavbar.scrolled {
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
#mainNavbar.scrolled .navbar-nav .nav-link,
#mainNavbar.scrolled .navbar-brand,
#mainNavbar.scrolled .form-select,
#mainNavbar.scrolled .btn,
#mainNavbar.scrolled button {
    transition: color 0.3s ease;
}
#mainNavbar.transparent {
    background: rgba(0,0,0,0.1) !important; /* تەواو شەفاف بە ڕەنگێکی تۆخ - Almost completely transparent with darker background */
    box-shadow: none;
}

/* ستایلی بەشە جیاوازەکانی ناڤبار لە حاڵەتی شەفاف - Styling navbar elements in transparent mode */
#mainNavbar.transparent .nav-link,
#mainNavbar.transparent .navbar-brand,
#mainNavbar.transparent .form-select,
#mainNavbar.transparent a,
#mainNavbar.transparent .nav-item,
#mainNavbar.transparent .dropdown-toggle,
#mainNavbar.transparent button,
#mainNavbar.transparent .btn {
    color: white !important;
}

#mainNavbar.transparent .form-select {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: white !important;
}

#mainNavbar.transparent .form-select option {
    color: #333; /* ڕەنگی دەق لە لیستی هەڵبژاردن - Option text color in dropdown */
}

/* ستایلی لۆگۆ - Logo styling */
.navbar-logo {
    height: auto;
    width: 120px; /* Larger logo */
    margin: 0 auto; /* Center the logo */
    display: block; /* Needed for centering */
    transition: all 0.3s ease;
}

/* ستایلی گۆڕەری زمان لە مۆبایل - Language selector styling in mobile */
.form-select.lang {
    min-width: 65px;
    padding-right: 25px;
}

#mainNavbar.transparent .menu-toggle-btn span {
    background-color: white !important; /* ڕەنگی هێڵەکانی دوگمەی مێنیو - Color of menu button lines */
}

#mainNavbar.transparent .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


/* شێوازی لینکەکانی ناڤبار - Navbar Links Styling */
.navbar-nav .nav-link {
    font-weight: 500;
    color: #222;
    position: relative;
    transition: color 0.2s;
}
.navbar-nav .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: transparent;
    transition: background 0.2s;
}
.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
    background: #0b5345; /* خەتێکی سەوز لە ژێر لینکەکە دەردەکەوێت کاتێک دەچیتە سەری - Green underline appears on hover */
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #0b5345;
}

/* حاڵەتی هۆڤەر بۆ لینکەکان لە ناڤباری شەفاف - Hover state for links in transparent navbar */
#mainNavbar.transparent .navbar-nav .nav-link:hover,
#mainNavbar.transparent .navbar-nav .nav-link.active,
#mainNavbar.transparent a:hover,
#mainNavbar.transparent .btn:hover,
#mainNavbar.transparent button:hover,
#mainNavbar.transparent .form-select:hover {
    color: rgba(255, 255, 255, 0.85) !important;
}

#mainNavbar.transparent .navbar-nav .nav-link.active::after,
#mainNavbar.transparent .navbar-nav .nav-link:hover::after {
    background: white; /* هێڵی ژێر لینک بە ڕەنگی سپی - White underline for links when navbar is transparent */
}
.navbar-brand img {
    width: 90%;
    max-width: 120px;
    min-width: 60px;
    filter: brightness(1);
}

/* تێنەر کردنی لۆگۆ لە حاڵەتی شەفاف - Brighten logo in transparent mode */
#mainNavbar.transparent .navbar-brand img {
    filter: brightness(2); /* زیادکردنی ڕووناکی بۆ لۆگۆ لە ناڤباری شەفاف - Increase brightness for logo in transparent navbar */
}

/* شێوازی لۆگۆ لە مۆبایل و تابلێت - Logo styles for mobile and tablet */
@media (max-width: 991.98px) {
    .navbar-brand img {
        width: auto;
        height: 45px;
    }
}
/* شێوازی ڕسپۆنسیڤ بۆ شاشەی بچووک - Responsive Design for Small Screens */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #fff;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    }

    /* حاڵەتی ناڤباری شەفاف بۆ مۆبایل - Transparent navbar state for mobile */
    #mainNavbar.transparent .navbar-collapse {
        background: rgba(0, 0, 0, 0.8);
    }

    #mainNavbar.transparent .navbar-collapse .nav-link {
        color: white !important;
    }

    #mainNavbar.transparent .d-lg-none .form-select {
        color: white !important;
        background-color: transparent !important;
    }

    #mainNavbar.transparent .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5) !important;
    }

    #mainNavbar.transparent .d-lg-none {
        background-color: transparent !important;
    }

    /* شێوازەکانی مۆبایل بۆ RTL - Mobile/iPad RTL specific styles */
    .ku-lang .navbar-brand {
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    .ku-lang .navbar-toggler {
        margin-right: auto !important;
        margin-left: 0.5rem !important;
        order: 1;
    }

    /* لۆگۆ لە دەستی چەپ بێت - Logo on the left in RTL mode */
    .ku-lang .navbar > .container-fluid {
        flex-direction: row !important;
    }

    /* زمان و توگڵ بەیەکەوە بن - Language and toggle together */
    .ku-lang .mobile-language-container {
        display: flex !important;
        justify-content: flex-start !important;
        position: absolute;
        top: 12px;
        left: 15px;
        width: auto !important;
        padding: 0 !important;
        margin-top: 0 !important;
        z-index: 100;
    }

    /* شێوازی نوێ بۆ ڕێکخستنی زمان لە مۆبایل - New styles for language layout in mobile */
    .mobile-language-container {
        margin-top: -5px;
    }

    /* فیکس کردنی ڕەنگی سپی لە حاڵەتی شەفاف - Fix white color in transparent mode */
    #mainNavbar.transparent .mobile-language-container .form-select {
        color: white !important;
    }

    /* پشتگیری بۆ ئایپاد - iPad specific support */
    @media (min-width: 768px) and (max-width: 991.98px) {
        .ku-lang .navbar-brand img {
            max-width: 80px;
        }

        .ku-lang .navbar-toggler {
            margin-left: 1rem !important;
        }
    }
}

/* گۆڕەری زمان لە حاڵەتی شەفاف - Language switcher in transparent mode */
#mainNavbar.transparent .form-select {
    border-color: rgba(255, 255, 255, 0.3) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

#mainNavbar.transparent .form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

/* ڕەنگی سپی بۆ لینکی میدیاکانی کۆمەڵایەتی - White color for social media icons in transparent mode */
#mainNavbar.transparent .social-icons a {
    color: white;
}

/* پارێزگاری لە ڕەنگی سپی کاتێک سکرۆڵ دەکرێت - Protection for white text color during scroll transition */
#mainNavbar.transparent.scrolling {
    background: rgba(0,0,0,0.5) !important;
    transition: background 0.3s;
}

/* شێوازی ناڤباری مۆبایل لە حاڵەتی شەفاف - Transparent mobile navbar styling */
@media (max-width: 991.98px) {
    #mainNavbar.transparent .navbar-toggler {
        color: white !important;
        border-color: rgba(255, 255, 255, 0.5) !important;
    }

    #mainNavbar.transparent .navbar-brand img {
        filter: brightness(2);
    }

    #mainNavbar.transparent .d-lg-none .form-select {
        color: white !important;
        background-color: transparent !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    }
}

/* بەشی سەرەکی ناوەڕۆک - Main Content Area */
#mainContent {
    margin-top: 76px; /* بۆشایی سەرەوە بە قەدەر بەرزی ناوبار - Space for navbar height */
}

/* شێوازی سلایدەر و ڤیدیۆی پڕ شاشە - Fullscreen slider/video styles */
.slider-fullscreen {
    width: 100% !important;
    max-width: 1920px !important;
    margin: 0 auto;
    border-radius: 0 !important;
    position: relative;
    height: auto !important; /* بەرزی سلایدەر بە گوێرەی نیسبەتی قیاسەکە - Appropriate height based on aspect ratio */
    max-height: 1080px !important; /* زۆرترین بەرزی - Maximum height */
    overflow: hidden;
    z-index: 1;
    aspect-ratio: 16/9; /* نیسبەتی قیاسی 1920*1080 - 16:9 aspect ratio */
}
.slider-fullscreen img,
.slider-fullscreen video {
    height: auto !important;
    max-height: 1080px !important;
    width: 100% !important;
    max-width: 1920px !important;
    object-fit: cover !important; /* وێنە و ڤیدیۆ بە تەواوی شاشەکە دادەپۆشێت - Images and video will cover the entire area */
    border-radius: 0 !important;
    display: block;
    aspect-ratio: 16/9; /* نیسبەتی قیاسی 1920*1080 - 16:9 aspect ratio */
}
body > #mainContent {
    position: relative;
    z-index: 2;
    margin-top: 0 !important; /* ناوەڕۆکی سەرەکی دوای سلایدەر دێت - Main content appears after the slider */
}
/* شێوازەکانی تایبەت بە ڤیدیۆ و شاردنەوەی دوگمەکانی کۆنترۆڵ - Video specific styles and hiding video controls */
.slider-fullscreen video {
    object-fit: cover !important;
    width: 100% !important;
    max-width: 1920px !important;
    height: auto !important;
    max-height: 1080px !important;
    border-radius: 0 !important;
    display: block;
}
.slider-fullscreen video::-webkit-media-controls-panel,
.slider-fullscreen video::-webkit-media-controls-play-button,
.slider-fullscreen video::-webkit-media-controls-timeline,
.slider-fullscreen video::-webkit-media-controls-current-time-display,
.slider-fullscreen video::-webkit-media-controls-time-remaining-display,
.slider-fullscreen video::-webkit-media-controls-volume-slider,
.slider-fullscreen video::-webkit-media-controls-mute-button,
.slider-fullscreen video::-webkit-media-controls-fullscreen-button {
    display: none !important; /* شاردنەوەی هەموو دوگمەکانی کۆنترۆڵی ڤیدیۆ - Hide all video player controls */
}
.slider-fullscreen video::-webkit-media-controls {
    opacity: 0 !important;
    pointer-events: none !important;
}
.slider-fullscreen video {
    outline: none !important;
}

/* هەڵگری سلایدەر - Slider container */
.slider-container {
    width: 100%;
    overflow: hidden;
    background-color: #000; /* پاشخانی ڕەش بۆ کاتێک وێنە یان ڤیدیۆکە چوارگۆشە نیە - Black background for non-square images or videos */
}

/* بەشی مێنیوی پڕ شاشە - Fullscreen menu overlay */
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0b5345; /* دەریای شین تاریک - Deep blue background like in the image  004456*/

    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden; /* بە شێوەی سەرەتایی شاراوەیە - Initially hidden */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    padding: 30px 0;
}

.fullscreen-menu.active {
    opacity: 1;
    visibility: visible; /* کاتێک کلیک دەکەین لەسەر دوگمەی مێنیو دەردەکەوێت - Shown when menu button is clicked */
}

.fullscreen-menu-container {
    width: 100%;
    max-width: 1200px;
    padding: 50px 20px;
    position: relative;
}

/* دوگمەی داخستنی مێنیوی پڕ شاشە - Close button for fullscreen menu */
.fullscreen-menu .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    background: transparent;
    z-index: 10;
}



/* شێوازی بەشەکانی مێنیو - Menu sections styling */
.menu-sections-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.menu-section {
    flex: 0 0 calc(20% - 20px);
    margin-bottom: 40px;
    padding: 0 15px;
}

.menu-section .section-title {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.menu-section .section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    height: 1px;
    background-color: #ffffff;
}

/* شێوازی لینکەکان - Section links styling */
.section-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-links li {
    margin-bottom: 14px;
}

.section-links a {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.section-links a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

/* چاکبوونی کاردانەوەی کاتێک دەچیتە سەر لینکەکان - Better hover effect for links */
.section-links a:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background-color: #ffffff;
    transition: width 0.3s ease;
    opacity: 0;
}

.section-links a:hover:before {
    width: 6px;
    opacity: 1;
}

/* گۆڕەری زمان لە مێنیوی پڕ شاشە - Language switcher in fullscreen menu */
.fullscreen-menu-language {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.fullscreen-menu-language select {
    font-size: 18px;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 20px;
    padding: 8px 15px;
    text-align: center;
    cursor: pointer; /* نیشاندەری دەبێتە دەست لەکاتی لەسەربوون - Cursor becomes pointer on hover */
    background-color: transparent;
}

/* پشتگیری مۆبایل - Responsive support for mobile */
@media (max-width: 991.98px) {
    .menu-section {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 767.98px) {
    .menu-section {
        flex: 0 0 100%;
    }
}

/* پشتگیری زمانی کوردی - RTL support for Kurdish language */
.ku-lang .menu-section .section-title:after {
    left: auto;
    right: 0;
}

.ku-lang .section-links a {
    padding-left: 0;
    padding-right: 0;
}

.ku-lang .section-links a:hover {
    transform: translateX(-5px);
}

.ku-lang .section-links a:before {
    left: auto;
    right: -10px;
}

.ku-lang .fullscreen-menu .close-btn {
    right: auto;
    left: 20px;
}

.fullscreen-menu-language select option {
    background-color: #0b5345;
    color: white; /* ڕەنگی دەقی هەڵبژاردنەکان - Text color for options */
}

/* دوگمەی پیشاندانی مێنیوی پڕ شاشە - Fullscreen menu toggle button */
.menu-toggle-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    padding: 0;
    margin-left: 15px;
}

.menu-toggle-btn span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #0b5345; /* ڕەنگی هێڵەکانی دوگمەی مێنیو - Color of menu button lines */
    border-radius: 3px;
    transition: all 0.3s;
}

.menu-toggle-btn:hover span {
    background-color: #333; /* ڕەنگی هێڵەکان دەگۆڕێت کاتێک دەچیتە سەری - Line color changes on hover */
}

/* حاڵەتی دوگمەی مێنیو لە ناڤباری شەفاف - Menu button in transparent navbar */
#mainNavbar.transparent .menu-toggle-btn span {
    background-color: white !important;
}

#mainNavbar.transparent .menu-toggle-btn:hover span {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

/* شێوازەکانی بەشی دەربارە - About Section Styles */
.about-section {
    padding: 120px 0;
    background-color: #fbfbfb;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

/* شێوازە ڕازاندنەوەی پشتەوەی بەشی دەربارە - Decorative background elements */
.about-section:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(11,83,69,0.03);
    top: -150px;
    left: -150px;
    z-index: -1; /* بازنەیەکی سەوزی کاڵ لە پشتەوەی بەشەکە - Light green circle in the background */
}

.about-section:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(11,83,69,0.03);
    bottom: -100px;
    right: -100px;
    z-index: -1; /* بازنەیەکی تری سەوزی کاڵ لە پشتەوەی بەشەکە - Another light green circle in the background */
}

.section-title {
    font-size: 2.5rem;
    font-weight: 400;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
}

.section-title .highlight {
    color: #0b5345;
}

/* دیزاینی هێدەری بەشی دەربارە - About Header Design */
.about-header {
    text-align: left;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.header-design {
    position: relative;
    height: 30px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-design:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, rgba(11,83,69,1) 0%, rgba(11,83,69,0.3) 100%);
    top: 50%;
    left: 30px;
}

.header-design .dot {
    position: relative;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 3px solid #0b5345;
    border-radius: 50%;
    display: inline-block;
    z-index: 1;
    box-shadow: 0 0 0 4px rgba(11,83,69,0.2);
}

.header-design .line {
    display: none;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
}


.section-title:before {
    /* content: '';
    position: absolute;
    width: 40%;
    height: 8px;
    background-color: rgba(11,83,69,0.1);
    bottom: 5px;
    left: 15px;
    z-index: -1; */
}

/* .section-title:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #0b5345;
    bottom: -5px;
    left: 15px;
} */


.section-title .highlight {
    color: #0b5345;
    position: relative;
}

.section-title .highlight:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0b5345;
    bottom: -5px;
    left: 0;
}

/* For RTL support */
.ku-lang .about-header {
    direction: rtl;
    text-align: right;
}

.ku-lang .header-design {
    justify-content: flex-end;
}

.ku-lang .header-design:before {
    left: auto;
    right: 30px;
    background: linear-gradient(90deg, rgba(11,83,69,0.3) 0%, rgba(11,83,69,1) 100%);
}

.ku-lang .section-title:before {
    left: auto;
    right: 15px;
}

.ku-lang .section-title:after {
    left: auto;
    right: 15px;
}

/* شێوازەکانی دەقی بەشی دەربارە - About text styles */
.about-text {
    padding-right: 30px;
}

.about-text h3 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

/* هێڵی ژێر ناونیشانی بچووک - Underline for subheading */
.about-text h3:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #0b5345;
    bottom: 0;
    left: 0; /* هێڵێکی کورت لە ژێر ناونیشان - Short line under the heading */
}

.about-text .lead {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #444;
}

.about-text p {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.8;
}

/* تایبەتمەندییەکانی بەشی دەربارە - About features section */
.about-features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.feature {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
    transition: transform 0.3s;
}

/* کاریگەری هۆڤەر بۆ تایبەتمەندییەکان - Hover effect for features */
.feature:hover {
    transform: translateY(-5px); /* بەرزبوونەوەی بچووک کاتێک دەچیتە سەری - Slight lift on hover */
}

/* ئایکۆنەکان بە بازنەی سەوز - Icons with green circular background */
.feature i {
    font-size: 1.5rem;
    color: #fff;
    margin-right: 12px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0b5345 0%, #107a65 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(11, 83, 69, 0.2);
}

.feature span {
    font-weight: 600;
    color: #333;
}

/* دوگمەی زیاتر بزانە - Learn More button */
.btn-primary {
    background: linear-gradient(135deg, #0b5345 0%, #107a65 100%);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* کاریگەری گۆڕانی ڕەنگ بۆ دوگمە - Color change effect for button */
.btn-primary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #107a65 0%, #0b5345 100%);
    transition: all 0.5s;
    z-index: -1; /* کاریگەری گۆڕانی ڕەنگ لە چەپەوە بۆ ڕاست - Color change effect from left to right */
}

.btn-primary:hover:before {
    width: 100%;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(11, 83, 69, 0.3); /* سێبەری گەورەتر کاتێک دەچیتە سەری - Larger shadow on hover */
}

/* بەشی وێنە لە بەشی دەربارە - Image container in About section */
.about-image-container {
    position: relative;
    padding: 15px;
    border-radius: 20px;
    overflow: hidden;
}

/* ڕازاندنەوەی بازنەی گەورە بۆ پشتەوە - Large circle decoration for background */
.about-image-container:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(11,83,69,0.1);
    border-radius: 50%;
    top: -40px;
    right: -40px;
    z-index: 1; /* بازنەیەکی گەورە لە گۆشەی سەرەوەی ڕاست - Large circle in top-right corner */
}

/* ڕازاندنەوەی بازنەی بچووک بۆ پشتەوە - Small circle decoration for background */
.about-image-container:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(11,83,69,0.05);
    border-radius: 50%;
    bottom: 30px;
    right: 30px;
    z-index: 1; /* بازنەیەکی بچووک لە گۆشەی خوارەوەی ڕاست - Small circle in bottom-right corner */
}

.about-image {
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
    transition: transform 0.5s;
}

/* کاریگەری هۆڤەر بۆ وێنە - Hover effect for image */
.about-image:hover {
    transform: scale(1.02); /* گەورەبوونی بچووک کاتێک دەچیتە سەری - Slight enlargement on hover */
}

/* باجی ئەزموون لەسەر وێنە - Experience badge on image */
.experience-badge {
    position: absolute;
    bottom: 30px;
    left: 0;
    background: linear-gradient(135deg, #0b5345 0%, #107a65 100%);
    color: white;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(11, 83, 69, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transform: translateX(-15px); /* جووڵاندنی باج بۆ دەرەوەی وێنەکە - Move badge outside the image container */
}    /* کاریگەری بلور بۆ باج - Blur effect for badge */
    .experience-badge:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #0b5345 0%, #107a65 100%);
        top: 0;
        left: 0;
        opacity: 0.5;
        filter: blur(10px);
        z-index: -1;
        border-radius: 10px; /* سێبەری بلور بۆ باج - Blurred shadow for badge */
    }

    /* چاککردنی توگڵ و زمان لەباری مۆبایل و RTL - Fix toggle and language in mobile RTL mode */
    @media (max-width: 991.98px) {
        .ku-lang .navbar-toggler {
            margin-left: 0 !important;
        }

        /* ستایلی تایبەت بۆ دوگمەکان و هێڵەکان لەباری مۆبایل بۆ RTL - Mobile buttons and line styling for RTL */
        .ku-lang .navbar-toggler-icon {
            margin-right: -5px;
        }
    }

/* ژمارەی ساڵەکانی ئەزموون - Years number */
.experience-badge .years {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

/* دەقی خوارەوەی ژمارە - Text below number */
.experience-badge .text {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* شێوازەکانی ڕسپۆنسیڤ بۆ شاشەی ناوەند - Responsive styles for medium screens */
@media (max-width: 991.98px) {
    .about-text {
        padding-right: 0;
        text-align: center;
    }

    .about-features {
        justify-content: center;
    }

    .feature {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .experience-badge {
        bottom: 30px;
        left: 30px;
    }
}

/* پشتگیری زمانی کوردی (ڕاست بۆ چەپ) - RTL support for Kurdish language */
.ku-lang .about-text {
    padding-right: 0;
    padding-left: 30px;
    text-align: right;
}

.ku-lang .about-text h3:after {
    left: auto;
    right: 0; /* هێڵی ناونیشان بۆ لای ڕاست دەچێت - Heading line moves to right side */
}

.ku-lang .feature {
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: 2rem;
}

.ku-lang .feature i {
    margin-right: 0;
    margin-left: 12px; /* ئایکۆن بۆ لای چەپی دەق دەچێت - Icon moves to left of text */
}

.ku-lang .experience-badge {
    left: auto;
    right: 0;
    transform: translateX(15px); /* باج بۆ لای ڕاست دەچێت - Badge moves to right side */
}

.ku-lang .about-features {
    justify-content: flex-end;
}

.ku-lang .about-image-container:before {
    right: auto;
    left: -40px; /* بازنەی ڕازاندنەوە بۆ لای چەپ دەگوازرێتەوە - Decorative circle moves to left */
}

.ku-lang .about-image-container:after {
    right: auto;
    left: 30px;
}

/* شێوازەکانی ڕسپۆنسیڤ بۆ شاشەی زۆر بچووک و مۆبایل - RTL responsive styles for small screens */
@media (max-width: 991.98px) {
    .ku-lang .about-text {
        padding-left: 0;
        text-align: center;
    }

    .ku-lang .about-features {
        justify-content: center;
    }

    .ku-lang .experience-badge {
        right: 30px;
    }
}

/* شێوازەکانی ڕسپۆنسیڤ بۆ شاشەی مۆبایل - Responsive styles for mobile screens */
@media (max-width: 767.98px) {
        .about-section {
        padding: 60px 0; /* بۆشایی کەمتر لە شاشەی بچووک - Less padding on small screens */
    }

    .section-title {
        font-size: 2rem; /* فۆنتی بچووکتر بۆ شاشەی بچووک - Smaller font on small screens */
    }
}

/* شێوازەکانی ڕسپۆنسیڤ بۆ سلایدەر بە قیاسی 1920x1080 - Responsive styles for 1920x1080 slider */
@media (max-width: 1920px) {
    .slider-fullscreen,
    .slider-fullscreen img,
    .slider-fullscreen video {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .slider-fullscreen {
        aspect-ratio: 16/10; /* نیسبەتی قیاسی کەمێک بەرزتر بۆ شاشەی بچووک - Slightly taller aspect ratio for small screens */
    }
}

/* شێوازەکانی بەشی بینین - Vision Section Styles */
.vision-section {
    position: relative;
    overflow: hidden;
    background-color: #004456;
    margin-top: 50px;
}

.vision-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.vision-content {
    padding: 80px 50px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vision-label {
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.vision-label:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: -40px;
}

.vision-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
}

.vision-read-more {
    margin-top: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: 600;
    transition: color 0.3s;
    display: inline-flex;
    align-items: center;
}

.vision-read-more:hover {
    color: rgba(255, 255, 255, 0.8);
}

.vision-read-more i {
    margin-left: 8px;
    font-size: 1.2rem;
}

.vision-quote {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
}

/* RTL Support for Vision Section */
.ku-lang .vision-label:before {
    left: auto;
    right: -40px;
}

.ku-lang .vision-read-more i {
    margin-left: 0;
    margin-right: 8px;
}

/* Responsive styles */
@media (max-width: 991.98px) {
    .vision-image-container {
        height: 300px;
        overflow: hidden;
    }

    .vision-content {
        padding: 50px 30px;
    }
}

/* شێوازەکانی بەشی چالاکییەکان - Activities Section Styles */
.activities-section {
    background-color: #f8f9fa;
    padding: 120px 0;
    position: relative;
}

/* فێتچەرد ئەکتیڤیتی - Featured Activity styles */
.featured-activity {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-activity:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.featured-activity-image {
    overflow: hidden;
    border-radius: 10px;
    height: 400px;
}

.activity-date-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #0b5345;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    min-width: 60px;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* پشتگیری سیستەمی نووسینی کوردی (RTL) - RTL support for Kurdish language */
.ku-lang .activity-date-badge {
    right: auto;
    left: 20px;
}

.activity-date-badge .day {
    font-size: 1.5rem;
    line-height: 1;
    display: block;
}

.activity-date-badge .month {
    font-size: 0.9rem;
    display: block;
    text-transform: uppercase;
}

.featured-activity-content {
    padding: 30px;
}

.activity-category .badge {
    padding: 8px 12px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.activity-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* شێوازەکانی سلایدەری چالاکییەکان - Activities Slider Styles */
.activities-subtitle {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}

.ku-lang .activities-subtitle {
    padding-left: 0;
    padding-right: 15px;
}

.activities-subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 25px;
    background-color: #0b5345;
    border-radius: 3px;
}

.ku-lang .activities-subtitle:before {
    left: auto;
    right: 0;
}

.activity-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer; /* Show pointer cursor to indicate it's clickable */
    position: relative;
}

.activity-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(11, 83, 69, 0);
    transition: background-color 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.activity-card:hover:after {
    background-color: rgba(11, 83, 69, 0.05);
}

/* Highlight effect for when an activity is set as featured */
.featured-activity.highlight-effect {
    animation: highlightFeatured 1s ease;
}

@keyframes highlightFeatured {
    0% {
        box-shadow: 0 0 0 rgba(11, 83, 69, 0);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 30px rgba(11, 83, 69, 0.3);
        transform: scale(1.01);
    }
    100% {
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        transform: scale(1);
    }
}

.activity-card .card-body {
    padding: 20px;
}

.activity-card .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3.4em;
}

.activity-card .card-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.5em;
}

.activity-card .btn-link {
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.activity-card .btn-link:hover {
    transform: translateX(5px);
}

.ku-lang .activity-card .btn-link:hover {
    transform: translateX(-5px);
}

.activity-card .btn-link i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.activity-card .btn-link:hover i {
    transform: translateX(3px);
}

.ku-lang .activity-card .btn-link:hover i {
    transform: translateX(-3px);
}

/* کۆنترۆڵەکانی سلایدەر - Carousel Controls */
.activities-control {
    width: 50px;
    height: 50px;
    background-color: rgba(11, 83, 69, 0.7);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.activities-control.carousel-control-prev {
    left: -25px;
}

.activities-control.carousel-control-next {
    right: -25px;
}

.activities-control:hover {
    background-color: #0b5345;
}

/* سازگارکردن بۆ مۆبایل و تابلێت - Responsive adjustments for mobile and tablet */
@media (max-width: 991.98px) {
    .featured-activity-image {
        height: 300px;
        margin-bottom: 20px;
    }

    .activity-date-badge {
        top: 15px;
        right: 15px;
    }

    .ku-lang .activity-date-badge {
        right: auto;
        left: 15px;
    }

    .activities-control.carousel-control-prev {
        left: 0;
    }

    .activities-control.carousel-control-next {
        right: 0;
    }
}

@media (max-width: 767.98px) {
    .featured-activity-image {
        height: 250px;
    }

    .activities-section {
        padding: 60px 0;
    }

    .activity-title {
        font-size: 1.5rem;
    }
}

/* شێوازەکانی بەشی تیم - Team Section Styles */
.team-section {
    background-color: #f8f9fa;
    padding: 120px 0;
    position: relative;
}

.team-description {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.8;
}

.team-member-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.team-member-image {
    position: relative;
    overflow: hidden;
}

.team-member-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-member-card:hover .team-member-image img {
    transform: scale(1.05);
}

.team-social-links {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    transition: bottom 0.3s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 20px 0 10px;
}

.team-member-card:hover .team-social-links {
    bottom: 0;
}

.social-link {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #0b5345;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #0b5345;
    color: white;
    transform: translateY(-3px);
}

.team-member-info {
    padding: 25px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.member-name {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.member-position {
    color: #0b5345;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

/* .member-position:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: #0b5345;
} */

.member-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-top: auto;
}

/* پشتگیری سیستەمی نووسینی کوردی (RTL) - RTL support for Kurdish language */
.ku-lang .team-member-position:after {
    right: 50%;
    left: auto;
    transform: translateX(50%);
}

/* سازگارکردن بۆ مۆبایل و تابلێت - Responsive adjustments for mobile and tablet */
@media (max-width: 991.98px) {
    .team-section {
        padding: 80px 0;
    }

    .team-description {
        font-size: 1.1rem;
    }
}

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

    .team-member-image img {
        height: 250px;
    }

    .team-description {
        font-size: 1rem;
    }
}

/* Service Section Styles */
.service-section {
    background: linear-gradient(120deg, #f8f9fa 60%, #e8f6f3 100%);
    padding: 100px 0 80px 0;
    position: relative;
}
.service-section .about-header {
    margin-bottom: 30px;
}
.service-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0b5345;
    margin-bottom: 1.5rem;
}
.service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}
.service-list li {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.service-description {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
}
.service-main-img {
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(11,83,69,0.10);
    transition: transform 0.3s, box-shadow 0.3s;
}
.service-main-img:hover {
    transform: scale(1.03) rotate(-1deg);
    box-shadow: 0 16px 40px rgba(11,83,69,0.18);
}
.service-text {
    background: rgba(255,255,255,0.85);
    border-radius: 16px;
    padding: 32px 28px 24px 28px;
    box-shadow: 0 2px 12px rgba(11,83,69,0.04);
}
@media (max-width: 991.98px) {
    .service-section {
        padding: 60px 0 40px 0;
    }
    .service-main-img {
        max-height: 250px;
    }
    .service-text {
        padding: 22px 12px 16px 12px;
    }
}
@media (max-width: 767.98px) {
    .service-section {
        padding: 40px 0 20px 0;
    }
    .service-title {
        font-size: 1.3rem;
    }
    .service-main-img {
        max-height: 180px;
    }
}

/* Background styles for sections */
.section-bg-about {
    background: linear-gradient(135deg, #f8fafc 0%, #e3e9f6 100%);
}
.section-bg-vision {
    background: linear-gradient(135deg, #fffbe7 0%, #ffe6e6 100%);
}
.section-bg-service {
    background: linear-gradient(135deg, #e6f7ff 0%, #d0f0c0 100%);
}
.section-bg-activities {
    /* background: linear-gradient(135deg, #f9f6ff 0%, #e6e6fa 100%); */
    background-color: white;
}
.section-bg-team {
    /* background: linear-gradient(135deg, #f5fafd 0%, #e0f7fa 100%); */
        background-color: white;
}

/* Optional: add padding and border-radius for extra polish */
.section-bg-about,
.section-bg-vision,
.section-bg-service,
.section-bg-activities,
.section-bg-team {
    padding: 60px 0;
    border-radius: 24px;
    margin-bottom: 32px;
}

.activity-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.activity-image-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.activity-card:hover .activity-image-container img {
    transform: scale(1.05);
}

.activity-date.small-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: bold;
    z-index: 2;
}

/* RTL support for small badge */
.ku-lang .activity-date.small-badge {
    right: auto;
    left: 10px;
}
