/* Ana Sayfa */
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
}

.container-wrapper {
    position: relative;
    width: 1920px;
    margin: 0 auto;
}

/* =========================
   HERO & HEADER SECTION
   ========================= */

/* Hero Section */
/* Index Hero Section */
.index-hero-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 1000px;
    margin: 0 auto;
}

.index-hero-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Group 16044 & Rectangle 29 */
.index-hero-bg-rect {
    position: absolute;
    width: calc(100% - 40px);
    max-width: 1880px;
    height: 883px;
    left: 20px;
    right: 20px;
    top: 70px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
                linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
                linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.65) 38.67%, rgba(0, 0, 0, 0) 69.63%, rgba(0, 0, 0, 0) 88.94%), 
                url('/images/hero.webp');
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

/* Legacy support - will be removed */
.hero-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 1000px;
    margin: 0 auto;
}

.hero-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-bg-rect {
    position: absolute;
    width: calc(100% - 40px);
    max-width: 1880px;
    height: 883px;
    left: 20px;
    right: 20px;
    top: 70px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
                linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
                linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.65) 38.67%, rgba(0, 0, 0, 0) 69.63%, rgba(0, 0, 0, 0) 88.94%), 
                url('/images/hero.webp');
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

/* Header Wrapper */
.header-wrapper {
    position: absolute;
    width: 1720px;
    height: 102px;
    left: 100px;
    top: 10px;
    z-index: 2000;
}

/* Header */
.figma-header {
    position: absolute;
    width: 1720px;
    height: 102px;
    left: calc(50% - 1720px/2);
    top: 10px;
    background: #FFFFFF;
    border-radius: 50px;
}

.logo-container {
    position: absolute;
    width: 216px;
    height: 85px;
    left: 35px;
    top: 10px;
}

.logo-container a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.logo-obj {
    position: relative;
    width: 100%;
    height: 100%;
    left: 20px;
}

/* Frame 61490 - Navigation */
.nav-frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 38px;
    position: absolute;
    width: 549px;
    height: 20px;
    left: calc(50% - 549px/2);
    top: 41px;
}

.nav-link-item {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #2A2A2A;
    text-decoration: none;
    white-space: nowrap;
}

.nav-link-item.has-icon {
    display: flex;
    align-items: center;
    gap: 3px;
}

/* Icon */
.icon-v {
    width: 16px;
    height: 16px;
}

/* Navigation Arrow - Daha ince ok */
.nav-arrow {
    width: 16px;
    height: 8px;
}

.nav-arrow svg {
    stroke-width: 1.5;
}

/* Hizmetler Dropdown */
.nav-dropdown {
    position: relative;
}

.nav-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.nav-dropdown:hover .nav-arrow {
    transform: rotate(180deg);
}

.nav-arrow {
    transition: transform 0.25s ease;
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    min-width: 220px;
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.nav-dropdown-item {
    display: block;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #2A2A2A;
    text-decoration: none;
    padding: 10px 20px;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}

.nav-dropdown-item:hover {
    background: rgba(101, 128, 4, 0.08);
    color: #658004;
}

/* =========================
   HEADER LANGUAGE SELECTOR (TR & OK)
   ========================= */

/* Group 16047 */
.lang-group {
    position: absolute;
    width: 39.64px;
    height: 20px;
    left: 1295.21px;
    top: 41px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

/* TR */
.tr-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    width: 23px;
    height: 20px;
}

/* Vector 168 */
.lang-arrow {
    width: 20px;
    height: 10px;
    transition: transform 0.3s ease;
}

/* Dil seçici üzerine gelince ok dönsün (opsiyonel şıklık) */
.lang-group:hover .lang-arrow {
    transform: rotate(180deg);
}

/* Frame 61480 - Action Buttons */
.action-frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 17px;
    position: absolute;
    width: 291px;
    height: 56px;
    left: 1406px;
    top: 23px;
}

/* Frame 61477 - Contact Button */
.btn-contact {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
    gap: 10px;
    width: 132px;
    height: 56px;
    background: #658004;
    border-radius: 66px;
    border: none;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s;
}

.btn-contact:hover {
    opacity: 0.9;
    color: #FFFFFF;
}

/* Frame 61479 - Login Button */
.btn-login {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 13px;
    gap: 7px;
    width: 142px;
    height: 56px;
    background: #F1F1F1;
    border-radius: 56px;
    cursor: pointer;
}

/* user-profile-02 */
.user-icon-circle {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.user-icon-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-login span {
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #0C0C0C;
    white-space: nowrap;
}

/* =========================
   HERO CONTENT PIXEL PERFECT
   ========================= */

/* Hero Kapsayıcıyı temizliyoruz */
.hero-content-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block; /* Flex yapısını bozup absolute hizzalamaya geçiyoruz */
}

/* DAMA Başlığı (Figma: 991.19px x 217px) */
.hero-main-title {
    position: absolute;
    width: 991.19px !important;
    height: 217px !important;
    left: 464px !important;
    top: 514px !important;
    
    font-family: 'Radio Canada Big', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 101.719px !important;
    line-height: 108px !important;
    text-align: center !important;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    margin: 0;
    z-index: 10;
    visibility: visible;
    opacity: 1;
}

/* Başvuru Yap Butonu (Figma: 301px x 79.16px) */
.hero-apply-btn {
    position: absolute !important;
    width: 301px !important;
    height: 79.16px !important;
    left: 810px !important;
    top: 767.42px !important;
    
    background: #658004 !important;
    border-radius: 46.56px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    
    font-family: 'Inter', sans-serif;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    z-index: 10;
    visibility: visible;
    opacity: 1;
}

/* 1800px altında başlık ve butonu biraz sola al */
@media (max-width: 1800px) {
    .hero-main-title {
        left: 400px !important;
    }
    
    .hero-apply-btn {
        left: 750px !important;
    }
}

/* Frame 61507 - Social Media */
.hero-social-frame {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 15px;
    position: absolute;
    width: 270px;
    height: 42px;
    right: 120px;
    top: 831px;
}

/* Social Circle */
.hero-social-circle {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 57px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
}

.hero-social-circle:hover {
    background: #658004;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-social-circle img {
    width: 22px;
    height: 22px;
}

/* Frame 61484 - Dots */
.hero-dots-frame {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    gap: 10px;
    position: absolute;
    width: 131px;
    height: 60px;
    left: calc(50% - 131px/2 + 0.5px);
    top: 923px;
    background: #FFFFFF;
    border-radius: 124px;
    margin: 0;
}

/* Dots */
.hero-dot {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #B4B4B4;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    margin: 0 5px;
    padding: 0;
    text-indent: 0;
}

.hero-dot.active {
    background: #658004;
    border: none;
}

/* Bootstrap Carousel Overrides */
#heroCarousel.carousel {
    position: relative;
}

#heroCarousel .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

#heroCarousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1000px;
}

#heroCarousel .carousel-item .index-hero-bg-rect,
#heroCarousel .carousel-item .hero-content-frame,
#heroCarousel .carousel-item .hero-social-frame {
    position: absolute;
}

#heroCarousel .carousel-indicators {
    position: absolute;
    width: 131px;
    height: 60px;
    left: calc(50% - 131px/2 + 0.5px);
    top: 923px;
    bottom: auto;
    margin: 0;
    padding: 20px 10px;
    background: #FFFFFF;
    border-radius: 124px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#heroCarousel .carousel-indicators button {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #B4B4B4;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    margin: 0;
    padding: 0;
    text-indent: 0;
    flex-shrink: 0;
}

#heroCarousel .carousel-indicators button.active {
    background: #658004;
    border: none;
}

/* =========================
   SERVICES SECTION
   ========================= */

.services-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Frame 61512 */
.services-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 68px;
    position: relative;
    width: 1462px;
    max-width: 1462px;
    height: 825px;
    margin: 0 auto;
    left: 0;
    transform: none;
}

/* Frame 61508 */
.services-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 904px;
    width: 1462px;
    max-width: 1462px;
    height: 85px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

/* Heading 2 → Our Services */
.section-title {
    width: 391px;
    height: 85px;
    font-family: 'Radio Canada Big';
    font-style: normal;
    font-weight: 600;
    font-size: 62px;
    line-height: 84px;
    color: #000000;
    margin: 0;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Frame 61485 */
.btn-show-all {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 1px;
    gap: 10px;
    width: 165px;
    height: 52px;
    border: 1px solid #000000;
    border-radius: 66px;
    background: transparent;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #658004;
    cursor: pointer;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-decoration: none;
}

/* Frame 61511 */
.services-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
    width: 1462px;
    max-width: 1462px;
    height: 672px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

/* Frame 61509 & 61510 */
.services-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 1462px;
    min-height: 321px;
    height: auto;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    flex-wrap: nowrap;
}

.services-row:first-child {
    order: 0;
}

.services-row:last-child {
    order: 1;
}

/* Border - Service Card */
.service-card {
    box-sizing: border-box;
    width: 721px;
    min-width: 721px;
    height: 321px;
    min-height: 321px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    position: relative;
    flex: none;
    flex-grow: 0;
    flex-shrink: 0;
}

.services-row .service-card:first-child {
    order: 0;
}

.services-row .service-card:last-child {
    order: 1;
}

/* Background+Border - Icon Circle */
.service-icon {
    box-sizing: border-box;
    position: absolute;
    width: 140px;
    height: 140px;
    left: 41px;
    top: 51px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon.green-bg {
    background: #658004;
}

.service-icon.light-bg {
    background: #F0FFF0;
}

.service-icon img {
    position: absolute;
    width: 78px;
    height: 78px;
    left: 31px;
    top: 31px;
}

.service-icon.green-bg img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(8%) saturate(1500%) hue-rotate(60deg) brightness(1.05);
}

.service-icon.light-bg img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(8%) saturate(1500%) hue-rotate(60deg) brightness(1.05);
}

/* Icon Hover Efekti - Icon arka planı açık yeşil, icon görseli koyu yeşil */
.service-card:hover .service-icon.green-bg,
.service-card:hover .service-icon.light-bg {
    background: #F0FFF0;
}

.service-card:hover .service-icon.green-bg img,
.service-card:hover .service-icon.light-bg img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(98%) saturate(1200%) hue-rotate(60deg) brightness(0.6);
    opacity: 1;
}

/* Heading 4 → Link */
.service-title {
    position: absolute;
    width: 354.31px;
    height: 39px;
    left: 241px;
    top: 47px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0;
}

/* Description */
.service-desc {
    position: absolute;
    width: 370.92px;
    left: 241px;
    top: 113px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #3D3D3D;
}

.service-list {
    position: absolute;
    width: 370.92px;
    left: 241px;
    top: 113px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 28px;
    color: #3D3D3D;
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-weight: 300 !important;
}

.service-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #658004;
    font-weight: bold;
}

/* Link */
.service-link {
    position: absolute;
    width: 171px;
    height: 35px;
    left: 241px;
    top: 227px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1.5px solid #658004;
    padding-bottom: 2px;
}

.service-link span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.05px;
    text-transform: capitalize;
    color: #000000;
}

.service-link img {
    width: 32px;
    height: 16px;
    position: relative;
}

/* =========================
   STATS SECTION (Frame 61498)
   ========================= */
.stats-section {
    display: flex;
    flex-direction: column;
    align-items: center; /* Merkeze hizalar */
    padding: 80px 0; /* Figma padding: 80px 209px (Geniş ekran uyumu için 0 yapıldı) */
    width: 100%;
    max-width: 1880px;
    margin: 80px auto;
    background: #F0FFF0;
    border-radius: 16px;
    position: relative;
}

.stats-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 82px;
    width: 1461px; /* Figma Width */
    max-width: 90%; /* Mobilde taşmaması için */
}

/* Header (Frame 61493) */
.stats-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto; /* Esnek yükseklik */
    position: relative;
}

.stats-main-title {
    width: 801px;
    font-family: 'Radio Canada Big';
    font-weight: 600;
    font-size: 62px;
    line-height: 81px;
    color: #000000;
    margin: 0;
}

.stats-description-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 493px;
}

.stats-description {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #3D3D3D;
    margin: 0;
}

.btn-more-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 30px;
    background: #658004;
    border-radius: 66px;
    border: none;
    color: #FFFFFF;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.3s;
    text-decoration: none;
}

.btn-more-info:hover {
    opacity: 0.9;
}

/* Grid Area (Frame 61494) */
.stats-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 20px; /* Esneklik için gap eklendi */
}

.stat-card {
    width: 375px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.stat-label {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 24px 0;
}

.stat-divider {
    width: 100%;
    height: 1.5px;
    background: rgba(101, 128, 4, 0.24);
    margin-bottom: 30px;
}

.stat-value {
    font-family: 'Radio Canada Big';
    font-weight: 500;
    font-size: 96px;
    line-height: 110px;
    color: #000000;
    margin: 0 0 20px 0;
}

.stat-text {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #000000;
    margin: 0;
}

/* =========================
   FUNCTIONS SECTION
   ========================= */

.functions-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 500px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

/* Frame 61497 */
.functions-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 844px;
    position: absolute;
    width: 1460px;
    height: 85px;
    left: 230px;
    top: 0;
}

.functions-header .section-title {
    width: 478px;
    height: 85px;
    font-family: 'Radio Canada Big';
    font-style: normal;
    font-weight: 600;
    font-size: 62px;
    line-height: 84px;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Frame 61496 */
.function-arrows {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 136px;
    height: 60px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Button */
.arrow-btn {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border: 2px solid #0D0D0D;
    border-radius: 30px;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    flex-grow: 0;
}

.arrow-btn:nth-child(1) {
    order: 0;
}

.arrow-btn:nth-child(2) {
    order: 1;
}

.arrow-btn img {
    width: 30px;
    height: 16px;
}

/* Frame 61513 */
.functions-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 0;
    position: absolute;
    width: 1460px;
    height: 321px;
    left: 230px;
    top: 147px;
    overflow: hidden;
}

/* Slider Wrapper */
.functions-slider-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(350px * 4 + 20px * 3); /* 4 cards + 3 gaps */
    height: 100%;
    gap: 20px;
    transition: transform 0.5s ease;
}

/* Function Card Border */
.function-card {
    box-sizing: border-box;
    width: 350px;
    height: 321px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    position: relative;
    flex: none;
    flex-grow: 0;
    overflow: hidden;
}

.function-card:nth-child(1) { order: 0; }
.function-card:nth-child(2) { order: 1; }
.function-card:nth-child(3) { order: 2; }
.function-card:nth-child(4) { order: 3; }

.function-title {
    position: absolute;
    width: 348px;
    max-width: 348px;
    height: auto;
    min-height: 32px;
    left: 1px;
    top: 257px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #658004;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.function-title.dark {
    color: #2A3602;
}

.function-icon {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 125px;
    top: 80px;
}

/* =========================
   WHY CHOOSE US SECTION
   ========================= */

.why-choose-section {
    position: relative;
    width: 1880px;
    max-width: calc(100% - 40px);
    height: 859px;
    margin: 140px auto;
    border-radius: 16px;
    
    /* Arka Plan Görseli ve Gradient Overlay */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
                url('/images/neden-biz.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.why-choose-content {
    width: 1029px;
    height: auto !important;
    min-height: auto;
    position: relative;
    left: calc(50% - 730px);
    background: #F0FFF0;
    border-radius: 20px;
    padding: 60px 108px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    transition: height 0.3s ease;
}

.why-choose-title {
    font-family: 'Radio Canada Big', sans-serif;
    font-weight: 600;
    font-size: 62px;
    line-height: 80px;
    color: #000000;
    margin: 0;
}

.why-choose-main-title {
    font-family: 'Radio Canada Big';
    font-weight: 700;
    font-size: 62px;
    color: #FFFFFF;
    text-align: left;
    position: absolute;
    top: 100px;
    left: calc(50% - 730px + 108px);
    z-index: 2;
    width: auto;
    max-width: calc(100% - 40px);
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

.why-slider-container {
    overflow: hidden;
    width: 100%;
    cursor: grab;
    user-select: none;
}

.why-slider-container:active {
    cursor: grabbing;
}

.why-slider-wrapper {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-slide-item {
    min-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    height: auto;
    min-height: auto;
}

.why-icon-box {
    width: 20px;
    height: 20px;
    background: #658004;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 12px;
}

.why-icon-box img {
    width: 12px;
    filter: brightness(0) invert(1);
}

.why-slide-text {
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #2B2B2B;
    margin: 0;
    height: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Dots */
.why-slider-dots {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.why-dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: rgba(101, 128, 4, 0.2);
    cursor: pointer;
    transition: all 0.3s;
}

.why-dot.active {
    width: 30px;
    background: #658004;
}

/* Legacy styles - keeping for backward compatibility */
.why-choose-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.why-choose-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.check-icon-box {
    width: 20px;
    height: 20px;
    background: #658004;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 5px;
}

.check-icon-box img {
    width: 12px;
    height: 12px;
}

.why-choose-list li p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2B2B2B;
    margin: 0;
}

/* =========================
   MOBİL UYUMLULUK (RESPONSIVE)
   ========================= */

/* MOBİL (KARTIN GENİŞLİĞİNİ %90 YAPAR) */
@media (max-width: 1100px) {
    .why-choose-section {
        height: auto !important;
        min-height: 500px;
        padding: 100px 0 40px !important;
    }
    
    .why-choose-main-title {
        font-size: 28px !important;
        color: #FFFFFF !important;
        top: 40px !important;
        left: 5% !important;
        transform: none !important;
        padding-left: 30px !important;
    }
    
    .why-choose-content {
        width: 90% !important;
        left: 5% !important;
        padding: 40px 30px !important;
        position: relative !important;
    }
    .why-slide-text {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
}

/* =========================
   FAQ SECTION
   ========================= */

/* Section */
/* FAQ Bölümü - Footer (1460px) ile Tam Hizalama */
.faq-section {
    position: relative !important;
    width: 1460px !important;    /* Footer genişliği ile aynı */
    margin: 100px auto !important; /* Sayfanın tam ortasına matematiksel olarak sabitler */
    left: auto !important;        /* Varsa eski kaydırma değerlerini sıfırlar */
    transform: none !important;    /* Yamukluğa sebep olan transformu iptal eder */
    padding: 0 !important;        /* Kenar boşluklarını sıfırlayarak tam hizaya oturtur */
    min-height: 754px;
}

/* FAQ Başlığı */
.faq-section h2 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    font-family: 'Radio Canada Big';
    font-size: 62px;
    line-height: 84px;
    color: #000000;
    height: auto;
    margin-top: 0;
}

/* Akordiyon Kutuları */
.faq-accordion {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
}

/* Heading 2 → Button */
.faq-item {
    box-sizing: border-box;
    position: relative;
    min-height: 96px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    background: #FFFFFF;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Button */
.faq-button {
    position: relative;
    width: 100%;
    height: 96px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

/* Question Text */
.faq-button span {
    position: absolute;
    height: 34px;
    left: 21px;
    top: calc(50% - 34px/2 + 1.55px);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000000;
}

/* Background - Plus Icon */
.faq-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 21px;
    top: calc(50% - 40px/2);
    background: #000000;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon Container */
.faq-icon i {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    transition: transform 0.3s ease;
}

/* Vector - Plus Sign (Horizontal Line) */
.faq-icon i::before {
    content: '';
    position: absolute;
    left: 25%;
    right: 25%;
    top: calc(50% - 1px);
    width: 50%;
    height: 2px;
    background: #FFFFFF;
}

/* Vector - Plus Sign (Vertical Line) */
.faq-icon i::after {
    content: '';
    position: absolute;
    left: calc(50% - 1px);
    top: 25%;
    bottom: 25%;
    width: 2px;
    height: 50%;
    background: #FFFFFF;
}

.faq-item.active .faq-icon i {
    transform: matrix(1, 0, 0, -1, 0, 0) rotate(45deg);
}

/* Content */
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 21px;
}

.faq-item.active .faq-content {
    max-height: 500px;
    padding: 0 21px 30px 21px;
}

.faq-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6B6B6B;
}

/* =========================
   BLOG SECTION
   ========================= */

/* Rectangle 32 */
.blog-bg-section {
    position: relative;
    width: 100%;
    max-width: 1879px;
    height: 992px;
    margin: 80px auto;
    background: #F0FFF0;
    border-radius: 16px;
}

/* Frame 61524 */
/* Blog Bölümü - PC Hizalama */
.blog-container {
    position: absolute !important;
    width: 1460px !important; /* Footer genişliği ile aynı */
    left: 50% !important;
    transform: translateX(-50%) !important; /* Tam ortalar */
    top: 112px;
    display: flex;
    flex-direction: column;
    gap: 62px;
}

/* Frame 61523 */
.blog-header {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important; /* Başlığı sola, butonu sağa yaslar */
    align-items: center;
    gap: 0 !important;
}

/* Heading 2 → Blog */
.blog-header h2 {
    width: 127px;
    height: 85px;
    font-family: 'Radio Canada Big';
    font-style: normal;
    font-weight: 600;
    font-size: 62px;
    line-height: 84px;
    text-align: center;
    color: #000000;
    margin: 0;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Frame 61486 */
.btn-all-blogs {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 1px;
    gap: 10px;
    width: 165px;
    height: 52px;
    background: #658004;
    border-radius: 66px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-decoration: none;
}

/* Frame 61522 */
.blog-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 36px;
    width: 1460px;
    height: 621px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

/* Background - Blog Cards */
.blog-card {
    width: 712px;
    min-height: 621px;
    border-radius: 30px;
    position: relative;
    flex: none;
    flex-grow: 0;
    background: #FFFFFF;
    transition: background 0.3s ease;
    cursor: pointer;
    padding-bottom: 30px;
    overflow: hidden;
}

.blog-card:nth-child(1) {
    order: 0;
}

.blog-card:nth-child(2) {
    order: 1;
}

.blog-card:hover {
    background: #658004;
}

.blog-card:hover .blog-card-title {
    color: #FFFFFF;
}

.blog-card:hover .blog-category-link {
    color: rgba(255, 255, 255, 0.76);
}

.blog-card:hover .blog-date {
    background: #658004;
}

/* blog */
.blog-image-wrapper {
    position: absolute;
    height: 372.92px;
    left: 30px;
    right: 30px;
    top: 30px;
    border-radius: 20px;
}

.blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Link - Date Badge */
.blog-date {
    position: absolute;
    height: 40px;
    left: 7.35%;
    right: 77.14%;
    top: 35px;
    background: #000000;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-date::after {
    content: attr(data-date);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

/* Link - Category */
.blog-category-link {
    position: absolute;
    width: auto;
    height: 34px;
    left: 30px;
    top: 432.92px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16.7344px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    transition: color 0.3s ease;
}

/* Heading 4 → Link */
.blog-card-title {
    position: absolute;
    width: 579.94px;
    min-height: 93.8px;
    left: 30px;
    top: 480.92px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    margin: 0;
    color: #000000;
    transition: color 0.3s ease;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* =========================
   CTA SECTION
   ========================= */

/* Frame 61525 */
.cta-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    gap: 24px;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/* Siz de hemen bizimle iletişime geçin. */
.cta-section .cta-title {
    width: 1023px;
    height: 72px;
    font-family: 'Radio Canada Big';
    font-style: normal;
    font-weight: 600;
    font-size: 62px;
    line-height: 72px;
    display: flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    color: #000000;
    margin: 0;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Link */
.cta-section .btn-cta {
    box-sizing: border-box;
    width: 204.56px;
    height: 62px;
    background: #658004;
    border-radius: 38px;
    border: none;
    position: relative;
    flex: none;
    order: 1;
    flex-grow: 0;
    cursor: pointer;
}

/* İLETİŞİME GEÇ */
.cta-section .btn-cta::before {
    content: 'İLETİŞİME GEÇ';
    position: absolute;
    width: 119px;
    height: 23px;
    left: calc(50% - 119px/2 + 0.06px);
    top: 19.09px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

/* =========================
   FOOTER SECTION
   ========================= */

/* Footer */
.footer-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-height: 450px;
    margin: 80px auto 0;
}

/* Footer Top Container */
.footer-content {
    position: relative;
    width: 1460px;
    min-height: 355px;
    margin: 0 auto;
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* Logo */
.footer-left .footer-logo {
    position: absolute;
    margin: 0;
    width: 210.77px;
    height: 90px;
    top: 50px;
}

/* Description */
.footer-left .footer-desc {
    position: absolute;
    width: 550px;
    left: 15px;
    top: 151.64px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18.4375px;
    line-height: 36px;
    color: #000000;
}

/* Footer Links */
.footer-left .footer-links {
    display: flex;
    gap: 41px;
    position: absolute;
    left: 15px;
    top: 272px;
}

.footer-links a {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    text-decoration: none;
}

/* Newsletter - Sağ Taraf */
.footer-right {
    position: absolute;
    width: 612.5px;
    right: 0;
    bottom: 150px;
}

.footer-right h5 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    margin: 0 0 30px 24.5px;
}

.newsletter-form {
    position: relative;
    height: 65px;
}

.newsletter-form input {
    box-sizing: border-box;
    position: absolute;
    height: 65px;
    left: 24.5px;
    right: 175px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 10px;
    padding-left: 30px;
    font-family: 'Inter';
    font-size: 16px;
    color: #000000;
}

.newsletter-form button {
    position: absolute;
    width: 155px;
    height: 65px;
    right: 0;
    top: 0;
    background: #658004;
    border-radius: 6px;
    border: none;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

/* Frame 61507 - Social Media */
.footer-center {
    position: absolute;
    right: 0;
    top: 191px;
}

.footer-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 15px;
    width: 270px;
    height: 42px;
}

/* Frame 61501, 61504, 61502, 61503, 61506 */
.footer-social a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 42px;
    height: 42px;
    border: 1px solid #658004;
    border-radius: 57px;
    text-decoration: none;
    flex: none;
    flex-grow: 0;
}

.footer-social a:nth-child(1) { order: 0; }
.footer-social a:nth-child(2) { order: 1; }
.footer-social a:nth-child(3) { order: 2; }
.footer-social a:nth-child(4) { order: 3; }
.footer-social a:nth-child(5) { order: 4; }

/* Social Icons */
.footer-social a img {
    width: 22px;
    height: 22px;
    flex: none;
    order: 0;
    flex-grow: 0;
    filter: brightness(0);
}


/* Footer Bottom */
.footer-bottom {
    position: relative;
    width: 1460px;
    height: 95px;
    margin: 0 auto;
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.copyright {
    position: absolute;
    left: 0;
    top: 35px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    margin: 0;
}

.footer-bottom-links {
    position: absolute;
    right: 0;
    top: 35px;
    display: flex;
    gap: 40px;
}

.footer-bottom-links a {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    text-decoration: none;
}

/* =========================
   HAMBURGER MENU & MOBILE SIDEBAR
   ========================= */

/* Hamburger Button - Hidden on Desktop */
.hamburger-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.hamburger-btn span {
    width: 25px;
    height: 3px;
    background: #658004;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-btn.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Sidebar */
.mobile-sidebar {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1002;
    transition: transform 0.3s ease;
    overflow-y: auto;
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    border-radius: 0;
}

.mobile-sidebar.active {
    transform: translateX(0) !important;
    visibility: visible;
    margin: 0 !important;
    padding: 0 !important;
    top: -50px !important;
    left: -10px !important;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
}

.sidebar-header a {
    display: block;
    text-decoration: none;
}

.sidebar-logo {
    height: 40px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 36px;
    color: #000;
    cursor: pointer;
    line-height: 1;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
}

.sidebar-link {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-link.has-submenu {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-arrow {
    width: 14px;
    height: 8px;
    transition: transform 0.25s ease;
}

.sidebar-item-with-sub.open .sidebar-arrow {
    transform: rotate(180deg);
}

.sidebar-item-with-sub {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sidebar-submenu {
    display: none;
    flex-direction: column;
    padding-left: 16px;
    margin-top: 4px;
    gap: 4px;
    border-left: 2px solid rgba(101, 128, 4, 0.3);
    margin-left: 4px;
}

.sidebar-item-with-sub.open .sidebar-submenu {
    display: flex;
}

.sidebar-submenu-link {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 15px;
    color: #4A4A4A;
    text-decoration: none;
    padding: 8px 0;
    transition: color 0.2s;
}

.sidebar-submenu-link:hover {
    color: #658004;
}

.sidebar-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}

.sidebar-btn-contact {
    background: #658004;
    border-radius: 40px;
    border: none;
    padding: 12px 24px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: opacity 0.3s;
}

.sidebar-btn-contact:hover {
    opacity: 0.9;
    color: #FFFFFF;
}

.sidebar-btn-login {
    background: #FFFFFF;
    border: 1px solid #658004;
    border-radius: 40px;
    padding: 12px 24px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.sidebar-btn-login img {
    width: 20px;
    height: 20px;
}

/* Overlay */
.sidebar-overlay {
    position: fixed;
    top: -50px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* =====================================================
   MOBILE & TABLET (FINAL – CLASS MATCHED)
   ===================================================== */

/* ---------- ≤ 1920px (Desktop Responsive) ---------- */
@media (max-width: 1920px) {
    .header-wrapper {
        width: calc(100% - 40px);
        max-width: 1720px;
        left: 50%;
        transform: translateX(-50%);
    }

    .figma-header {
        width: 100%;
        max-width: 1720px;
        left: 50%;
        transform: translateX(-50%);
    }

    .logo-container {
        left: 20px;
    }

    /* Ekran küçüldükçe dil seçicinin sağa yapışık kalması için */
    .lang-group {
        left: auto;
        right: 385px; /* Action frame (291px) + gap (94px) */
    }

    .nav-frame {
        left: 50%;
        transform: translateX(-50%);
    }

    /* Ekran küçüldükçe dil seçicinin sağa yapışık kalması için */
    .lang-group {
        left: auto;
        right: 385px; /* Action frame (291px) + gap (94px) */
    }

    .action-frame {
        right: 20px;
        left: auto;
    }
}

/* ---------- ≤ 992px (Tablet + Mobile) ---------- */
@media (max-width: 992px) {
    /* Genel düzenlemeler - Yatay scroll'u önlemek için */
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .container-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Mobile Sidebar - Varsayılan olarak gizli */
    .mobile-sidebar {
        left: -100% !important;
        visibility: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .mobile-sidebar.active {

        visibility: visible !important;
        
    }

    /* ================= HEADER ================= */
    .nav-frame,
    .action-frame {
        display: none;
    }

    /* Mobilde header sadeleştiği için dil seçiciyi gizliyoruz (veya sidebar'a ekleyebilirsin) */
    .lang-group {
        display: none !important;
    }

    .header-wrapper {
        width: calc(100% - 32px);
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        height: 80px;
        position: relative;
    }

    .figma-header {
        position: relative;
        width: 100%;
        height: 80px;
        left: 0;
        top: -30px;
        transform: none !important;
        padding: 0 20px;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .hamburger-btn {
        display: flex !important;
        position: relative !important;
        right: auto !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        z-index: 1001;
        margin-left: auto;
    }

    .logo-container {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        height: 56px;
    }

    .logo-container a {
        width: auto;
        height: 100%;
    }

    .logo-obj {
        height: 56px;
        width: auto;
    }

    /* ================= HERO ================= */
    .index-hero-section {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        min-height: 600px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .index-hero-bg-rect {
        position: absolute;
        width: 100%;
        height: 500px;
        left: 0;
        right: 0;
        top: -50px;
        border-radius: 0px;
    }

    /* Legacy support */
    .hero-section {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        min-height: 600px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-bg-rect {
        position: absolute;
        width: 100%;
        height: 500px;
        left: 0;
        right: 0;
        top: 40px;
        border-radius: 0 0 12px 12px;
    }

    .hero-content-frame {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        height: auto !important;
        padding-top: 100px;
        left: 0 !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .hero-main-title {
        position: relative !important;
        width: 90% !important;
        height: auto !important;
        left: 0 !important;
        top: 0 !important;
        font-size: 28px !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    .hero-apply-btn {
        position: relative !important;
        width: 200px !important;
        height: 55px !important;
        left: 0 !important;
        top: 15px !important;
        font-size: 16px !important;
        margin: 0 !important;
    }

    .hero-social-frame {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: 320px;
        width: auto;
        margin: 0;
        justify-content: center;
        gap: 12px;
    }

    .hero-social-circle {
        width: 40px;
        height: 40px;
    }

    .hero-social-circle img {
        width: 20px;
        height: 20px;
    }

    .hero-dots-frame {
        display: none;
    }

    #heroCarousel .carousel-indicators {
        display: none !important;
    }

    .hero-container {
        height: auto !important;
    }

    #heroCarousel .carousel-inner {
        height: auto !important;
    }

    #heroCarousel .carousel-item {
        min-height: auto !important;
        height: auto !important;
    }

    /* ================= SERVICES ================= */
    .services-section {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }

    .services-container,
    .services-header,
    .services-grid,
    .services-row {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        overflow: visible;
    }
    
    .services-grid {
        padding: 0;
        margin: 0;
    }

    .services-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 0 20px;
    }

    .services-row {
        flex-direction: column;
        gap: 24px;
        padding: 0 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .service-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        height: auto;
        padding: 28px 24px;
        margin: 0;
        box-sizing: border-box;
    }

    .service-icon {
        position: relative;
        left: 0;
        top: 0;
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .service-icon img {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 50px !important;
        height: 50px !important;
    }

    .service-title {
        position: relative;
        left: 0;
        top: 0;
        font-size: 24px;
        line-height: 32px;
        width: 100%;
        margin-bottom: 12px;
    }

    .service-desc {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .service-list {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .service-list li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
    }

    .service-list li::before {
        content: "•";
        position: absolute;
        left: 0;
        color: #658004;
        font-weight: bold;
    }

    .service-link {
        position: relative;
        left: 0;
        top: 0;
    }

    /* ================= STATS ================= */
    .stats-container {
        width: 100%; 
        padding: 0 20px; 
        gap: 40px; 
    }

    .stats-header {
        flex-direction: column; 
        gap: 30px; 
    }
    
    .stats-main-title { 
        width: 100%; 
        font-size: 36px; 
        line-height: 44px; 
    }
    
    .stats-description-container {
        width: 100%; 
    }
    
    .stats-grid { 
        flex-direction: column; 
        gap: 50px; 
    }
    
    .stat-card { 
        width: 100%; 
    }
    
    .stat-value { 
        font-size: 72px; 
        line-height: 80px; 
    }

    /* ================= FUNCTIONS ================= */
    .functions-section {
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        left: 0 !important;
        transform: none !important;
        margin: 40px 0 20px 0;
        padding: 0 20px;
    }

    .functions-header {
        position: relative;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0 20px;
        gap: 20px;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .functions-header .section-title {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        left: 0;
        font-size: 42px;
        line-height: 50px;
        text-align: center;
        margin: 0;
    }

    .function-arrows {
        display: none !important;
    }

    .functions-grid {
        position: relative;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 321px;
        padding: 0;
        flex-direction: row;
        gap: 0;
        top: 0px;
        overflow-x: visible;
        overflow-y: hidden;
    }

    .functions-slider-wrapper {
        display: flex;
        flex-direction: row;
        width: auto;
        height: 100%;
        gap: 15px;
        transition: transform 0.2s ease-out;
        padding: 0 20px;
    }

    .function-card {
        position: relative;
        height: 321px;
        min-height: 280px;
        left: 0;
        flex-shrink: 0;
        overflow: hidden;
    }

    .function-card {
        width: 100% !important;
        min-width: 80% !important;
        max-width: 100% !important;
    }

    .function-icon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50px;
        width: 80px;
        height: 80px;
    }

    .function-title {
        position: absolute;
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        height: auto;
        left: 20px;
        bottom: 30px;
        top: auto;
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 20px;
        line-height: 28px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    /* ================= FAQ ================= */
    /* Ana Bölüm Düzenlemesi */
    .faq-section {
        width: 100% !important;
        max-width: 100% !important;
        padding: 40px 20px !important;
        margin: 40px auto !important;
        min-height: auto !important;
    }

    /* FAQ Başlığı */
    .faq-section h2 {
        font-size: 32px !important;
        line-height: 1.2 !important;
        height: auto !important;
        max-width: 100% !important;
        margin-bottom: 40px !important;
    }

    /* Akordiyon Kapsayıcısı */
    .faq-accordion {
        margin-top: 0 !important;
        gap: 15px !important;
    }

    /* FAQ Butonu (Soru Kısmı) */
    .faq-button {
        height: auto !important; /* Sabit yüksekliği iptal et */
        min-height: 80px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 20px !important;
        text-align: left !important;
    }

    /* Soru Metni (Absolute'tan kurtarma) */
    .faq-button span {
        position: relative !important; /* Metnin kutuyu itmesini sağlar */
        left: 0 !important;
        top: 0 !important;
        height: auto !important;
        width: calc(100% - 50px) !important; /* İkon için pay bırakır */
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    /* Plus İkonu */
    .faq-icon {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        flex-shrink: 0 !important; /* İkonun daralmasını engeller */
    }

    /* Cevap İçeriği */
    .faq-content p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    /* ================= NEDEN INNOCON (YENİ) ================= */
    .why-choose-content {
        width: 90% !important;
        left: 5% !important;
        padding: 40px 30px !important;
    }
    .why-slide-text {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
    .why-choose-main-title {
        font-size: 24px !important;
        color: #FFFFFF !important;
        margin-bottom: 30px !important;
    }
    /* ================= BLOG ================= */
    /* 1. Arka plan ve ana kapsayıcı yüksekliğini otomatiğe çekin */
    .blog-bg-section {
        width: calc(100% - 40px) !important;
        max-width: calc(100% - 40px) !important;
        height: auto !important;
        padding: 60px 20px !important;
        margin: 40px 20px !important;
    }

    .blog-container {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        left: 0px !important;
        top: 0 !important;
        transform: none !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 40px !important;
    }

    /* 2. Başlık ve "Tüm Bloglar" butonunu merkeze alın */
    .blog-header {
        flex-direction: column !important;
        height: auto !important;
        gap: 20px !important;
        text-align: center !important;
        width: 100% !important;
    }

    .blog-header h2 {
        width: 100% !important;
        font-size: 36px !important;
        line-height: 1.2 !important;
    }

    /* 3. Kartları alt alta dizin (Flex-direction: column) */
    .blog-grid {
        flex-direction: column !important;
        height: auto !important;
        gap: 30px !important;
        width: 100% !important;
    }

    /* 4. Kartların içindeki mutlak konumlandırmaları iptal edin */
    .blog-card {
        width: 100% !important;
        height: auto !important;
        min-height: unset !important;
        padding: 20px !important;
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* Kart içindeki tüm elemanları doğal akışa döndürün */
    .blog-image-wrapper,
    .blog-category-link,
    .blog-card-title {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .blog-image-wrapper {
        height: 250px !important; /* Görsel yüksekliğini mobilde kısıtlayın */
    }

    .blog-card-title {
        font-size: 22px !important;
        line-height: 1.4 !important;
        min-height: unset !important;
    }

    /* Tarih badge'ini görselin üzerinde tutun */
    .blog-date {
        top: 15px !important;
        left: 15px !important;
        width: 100px !important;
        height: 34px !important;
    }

    /* ================= WHY CHOOSE US ================= */
    .why-choose-section {
        width: 100% !important;
        height: auto !important;
        min-height: 400px !important;
        margin: 40px 0 !important;
        padding: 80px 15px 40px !important;
        display: flex !important;
        align-items: center !important;
    }

    .why-choose-main-title {
        color: #FFFFFF !important;
        top: 30px !important;
        font-size: 24px !important;
        left: 5% !important;
        transform: none !important;
        padding-left: 15px !important;
    }

    .why-choose-content {
        width: 90% !important;
        max-width: 90% !important;
        height: auto !important;
        margin: 0 auto !important;
        padding: 20px 15px !important;
        left: 0 !important;
        position: relative !important;
    }

    .why-choose-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    .why-choose-list {
        gap: 18px !important;
    }

    .check-icon-box {
        width: 18px !important;
        height: 18px !important;
        margin-top: 3px !important;
    }

    .check-icon-box img {
        width: 10px !important;
        height: 10px !important;
    }

    .why-choose-list li p {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    /* ================= CTA SECTION ================= */
    .cta-section {
        width: 100% !important;
        max-width: 100% !important;
        padding: 60px 20px !important;
        height: auto !important;
        text-align: center !important;
    }

    .cta-section .cta-title {
        width: 100% !important; /* 1023px genişliği iptal eder */
        height: auto !important;
        font-size: 32px !important; /* Başlığı mobilde küçültür */
        line-height: 1.3 !important;
        white-space: normal !important; /* Metnin alt satıra geçmesini sağlar */
        justify-content: center !important;
        margin-bottom: 20px !important;
    }

    .cta-section .btn-cta {
        position: relative !important;
        margin: 0 auto !important;
        width: 220px !important;
        height: 60px !important;
    }

    /* ================= FOOTER SECTION ================= */
    .footer-section {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding-bottom: 20px !important;
    }

    .footer-content {
        width: 100% !important; /* 1460px genişliği iptal eder */
        height: auto !important;
        display: flex !important;
        flex-direction: column !important; /* Sol ve sağ sütunu alt alta dizer */
        padding: 40px 20px !important;
        gap: 40px !important;
        border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .footer-left {
        width: 100% !important;
        text-align: center !important;
    }

    .footer-left .footer-logo {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: 0 auto 20px !important;
        display: block !important;
    }

    .footer-left .footer-desc {
        position: relative !important; /* Absolute konumlandırmayı iptal eder */
        width: 100% !important; /* 550px genişliği iptal eder */
        left: 0 !important;
        top: 0 !important;
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 30px !important;
    }

    .footer-left .footer-links {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        flex-wrap: wrap !important; /* Linklerin sığmadığında alt satıra geçmesini sağlar */
        justify-content: center !important;
        gap: 15px 25px !important;
    }

    .footer-links a {
        font-size: 16px !important;
    }

    /* Sağ Taraf - Newsletter */
    .footer-right {
        position: relative !important; /* Absolute konumlandırmayı iptal eder */
        width: 100% !important;
        right: auto !important;
        bottom: auto !important;
        text-align: center !important;
    }

    .footer-right h5 {
        margin: 0 0 20px 0 !important;
        font-size: 22px !important;
    }

    .newsletter-form {
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }

    .newsletter-form input {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        height: 55px !important;
    }

    .newsletter-form button {
        position: relative !important;
        width: 100% !important;
        height: 55px !important;
        right: auto !important;
        top: auto !important;
    }

    .footer-center {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        margin-top: 30px !important;
        display: flex !important;
        justify-content: center !important;
    }

    /* Footer Bottom (Copyright) */
    .footer-bottom {
        width: 100% !important;
        height: auto !important;
        padding: 30px 20px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
        text-align: center !important;
    }

    .copyright {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }

    .footer-bottom-links {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        justify-content: center !important;
    }
}

/* ---------- ≤ 480px (Small Mobile) ---------- */
@media (max-width: 480px) {
    /* ================= HEADER ================= */
    .header-wrapper {
        width: calc(100% - 24px);
        height: 70px;
    }

    .figma-header {
        height: 70px;
        padding: 0 15px;
        border-radius: 35px;
    }

    .logo-container {
        height: 48px;
    }

    .logo-container a {
        width: auto;
        height: 100%;
    }

    .logo-obj {
        height: 48px;
    }

    .hamburger-btn {
        position: relative !important;
        right: auto !important;
        margin-left: auto !important;
        padding: 8px;
    }

    .hamburger-btn span {
        width: 22px;
        height: 2.5px;
    }

    /* ================= HERO ================= */
    .hero-section {
        min-height: 500px;
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .hero-bg-rect {
        position: absolute;
        width: 100%;
        height: 450px;
        left: 0;
        right: 0;
        top: -50px;
        border-radius: 0;
    }


    .hero-dots-frame {
        display: none;
    }

    .section-title {
        font-size: 28px;
    }

    /* ================= STATS ================= */
    .stats-section {
        width: calc(100% - 24px);
        padding: 35px 15px;
    }

    .stats-header {
        gap: 6px;
    }

    .stats-main-title {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 6px 0;
    }

    .stats-description-container {
        margin: -4px 0 0 0;
    }

    .stats-description {
        font-size: 14px;
        line-height: 24px;
    }

    .stats-grid {
        gap: 10px;
    }

    .stat-card {
        padding: 18px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .stat-label {
        width: 100%;
        max-width: 100%;
        font-size: 13px;
        line-height: 20px;
        margin: 0 0 10px 0;
        padding: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .stat-card::after {
        width: 100%;
        height: 1.5px;
        background: rgba(101, 128, 4, 0.24);
        margin: 10px 0;
        content: '';
        display: block;
    }

    .stat-value {
        width: 100%;
        max-width: 100%;
        font-size: 56px;
        line-height: 1;
        margin: 10px 0;
        padding: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .stat-text {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0 0 0;
        padding: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* ================= FUNCTIONS ================= */
    .functions-section {
        width: calc(100% - 24px);
        margin: 30px 0 15px 0;
    }

    .functions-header {
        padding: 0 15px;
        gap: 15px;
        margin-bottom: 15px;
    }   

    .functions-header .section-title {
        font-size: 32px;
        line-height: 40px;
    }

    .functions-grid {
        padding: 0;
        height: 300px;
        overflow: hidden;
    }

    .functions-slider-wrapper {
        width: calc(100% * 4);
        gap: 15px;
    }

    .function-card {
        width: calc(100% / 4 - 11.25px);
        min-width: calc(100% / 4 - 11.25px);
        max-width: calc(100% / 4 - 11.25px);
        height: 300px;
        min-height: 260px;
        flex-shrink: 0;
        overflow: hidden;
    }

    .function-icon {
        width: 70px;
        height: 70px;
        top: 40px;
    }

    .function-title {
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        left: 15px;
        bottom: 25px;
        font-size: 18px;
        line-height: 26px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    /* ================= WHY CHOOSE US ================= */
    .why-choose-section {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 400px !important;
        margin: 40px 0 !important;
        padding: 80px 0 40px !important;
        display: flex !important;
        align-items: center !important;
    }

    .why-choose-main-title {
        color: #FFFFFF !important;
        top: 30px !important;
        font-size: 28px !important;
        left: 0 !important;
        transform: none !important;
        padding-left: 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .why-choose-content {
        width: 100% !important;
        height: auto !important;
        min-height: 300px !important;
        margin: 0 auto !important;
        padding: 30px 20px !important;
        position: relative !important;
    }

    .why-slide-text {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    .why-slider-dots {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 20px !important;
        width: 100% !important;
    }

    .why-choose-title {
        font-size: 36px !important;
        line-height: 1.2 !important;
    }

    .why-choose-list {
        gap: 25px !important;
    }

    .why-choose-list li p {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
}

/* ---------- ≤ 320px (Extra Small Mobile) ---------- */
@media (max-width: 320px) {
    /* ================= HEADER ================= */
    .header-wrapper {
        width: calc(100% - 20px) !important;
        max-width: 100% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        height: 65px;
    }

    .figma-header {
        height: 65px;
        padding: 0 12px;
        border-radius: 32px;
    }

    .logo-container {
        height: 45px;
    }

    .logo-container a {
        width: auto;
        height: 100%;
    }

    .logo-obj {
        height: 45px;
    }

    .hamburger-btn {
        position: relative !important;
        right: auto !important;
        margin-left: auto !important;
        padding: 6px;
    }

    .hamburger-btn span {
        width: 20px;
        height: 2px;
    }

    /* ================= HERO ================= */
    .hero-section {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        min-height: 450px;
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .hero-bg-rect {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        height: 450px;
        top: -50px;
    }


    .hero-dots-frame {
        display: none;
    }

    /* ================= SERVICES ================= */
    .services-container {
        padding: 0;
    }

    .section-title {
        font-size: 26px;
    }

    .service-card {
        padding: 30px 20px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
    }

    .service-icon img {
        width: 25px !important;
        height: 25px !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }

    .service-title {
        font-size: 20px;
        line-height: 28px;
    }

    .service-desc {
        font-size: 13px;
        line-height: 22px;
    }

    /* ================= STATS ================= */
    .stats-section {
        width: calc(100% - 20px);
        padding: 25px 12px;

    }

    .stats-header {
        gap: 5px;
    }

    .stats-main-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .stats-description-container {
        margin: -3px 0 0 0;
    }

    .stats-description {
        font-size: 13px;
        line-height: 22px;
    }

    .stats-grid {
        gap: 8px;
    }

    .stat-card {
        padding: 15px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .stat-label {
        width: 100%;
        max-width: 100%;
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 8px 0;
        padding: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .stat-card::after {
        width: 100%;
        height: 1.5px;
        background: rgba(101, 128, 4, 0.24);
        margin: 8px 0;
        content: '';
        display: block;
    }

    .stat-value {
        width: 100%;
        max-width: 100%;
        font-size: 48px;
        line-height: 56px;
        margin: 8px 0;
        padding: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .stat-text {
        width: 100%;
        max-width: 100%;
        font-size: 13px;
        line-height: 20px;
        margin: 8px 0 0 0;
        padding: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* ================= FUNCTIONS ================= */
    .functions-section {
        width: calc(100% - 20px);
        margin: 25px 0 12px 0;
    }

    .functions-header {
        padding: 0 12px;
        gap: 12px;
        margin-bottom: 12px;
    }

    .functions-header .section-title {
        font-size: 28px;
        line-height: 36px;
    }

    .functions-grid {
        height: 280px;
    }

    .functions-slider-wrapper {
        gap: 12px;
    }
    
    .function-card {
        width: calc(100% / 4 - 9px);
        min-width: calc(100% / 4 - 9px);
        max-width: calc(100% / 4 - 9px);
        height: 280px;
        min-height: 240px;
    }

    .function-icon {
        width: 60px;
        height: 60px;
        top: 35px;
    }

    .function-title {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        left: 12px;
        bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    /* ================= WHY CHOOSE US ================= */
    .why-choose-section {
        padding: 60px 10px 30px !important;
        margin: 20px 0 !important;
    }

    .why-choose-main-title {
        font-size: 20px !important;
        top: 20px !important;
        padding-left: 10px !important;
    }

    .why-choose-content {
        width: calc(100% - 20px) !important;
        padding: 20px 15px !important;
        min-height: auto !important;
        height: auto !important;
    }

    .why-slide-text {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .why-icon-box {
        width: 16px !important;
        height: 16px !important;
        flex-shrink: 0 !important;
    }

    .why-icon-box img {
        width: 12px !important;
        height: 12px !important;
    }

    .why-slide-item {
        gap: 12px !important;
    }

    .why-choose-title {
        font-size: 26px !important;
    }

    .why-choose-list li p {
        font-size: 14px !important;
    }

    /* ================= FAQ ================= */
    .faq-section h2 {
        font-size: 26px !important;
    }

    .faq-button span {
        font-size: 14px !important;
    }

    .faq-icon {
        width: 32px !important;
        height: 32px !important;
    }

    .faq-icon i {
        position: absolute !important;
        width: 32px !important;
        height: 32px !important;
        left: 0px !important;
        top: 0px !important;
        transform: matrix(1, 0, 0, -1, 0, 0) !important;
    }

    .faq-icon i::before {
        content: '' !important;
        position: absolute !important;
        left: 25% !important;
        right: 25% !important;
        top: calc(50% - 1px) !important;
        width: 50% !important;
        height: 2px !important;
        background: #FFFFFF !important;
    }

    .faq-icon i::after {
        content: '' !important;
        position: absolute !important;
        left: calc(50% - 1px) !important;
        top: 25% !important;
        bottom: 25% !important;
        width: 2px !important;
        height: 50% !important;
        background: #FFFFFF !important;
    }

    .faq-item.active .faq-icon i {
        transform: matrix(1, 0, 0, -1, 0, 0) rotate(45deg) !important;
    }

    /* ================= BLOG ================= */
    .blog-header h2 { 
        font-size: 26px !important; 
    }
    .blog-card-title { 
        font-size: 18px !important; 
    }
    .blog-image-wrapper { 
        height: 200px !important; 
    }

    /* ================= CTA ================= */
    .cta-section {
        padding: 30px 12px;
    }

    .cta-title {
        font-size: 22px;
        line-height: 30px;
    }

    .btn-cta {
        width: 180px;
        height: 50px;
    }

    /* ================= FOOTER ================= */
    .footer-content {
        padding: 25px 12px;
    }

    .footer-left .footer-logo {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 120px !important;
        height: auto !important;
        margin: 0 auto 15px !important;
        display: block !important;
    }

    .footer-left .footer-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .footer-links a {
        font-size: 13px;
    }

    .footer-right h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .newsletter-form input {
        height: 48px;
        font-size: 13px;
        padding-left: 15px;
    }

    .newsletter-form button {
        height: 48px;
        font-size: 13px;
    }

    .footer-social a {
        width: 34px;
        height: 34px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
    }

    .footer-social a img {
        width: 18px;
        height: 18px;
        position: relative !important;
        margin: 0 !important;
    }

    .copyright {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-bottom-links a {
        font-size: 12px;
    }
}

