/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five Child Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/* DM Sans fontunu kullan */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

:root {
    --bs-body-font-family: "DM Sans", sans-serif;
    --bs-font-sans-serif: "DM Sans", sans-serif;
}

html body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Başlıklar için de kullan */
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

@media (min-width: 1400px) {
    html .container {
        max-width: 1380px;
    }
}

html .container,
html .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

html .row {
    margin-right: -10px;
    margin-left: -10px;
}

html .row > * {
    padding-right: 10px;
    padding-left: 10px;
}

/* Reset styles */
a {
    display: block;
    text-decoration: none !important;
}

/* Header Styles - VISTAHAVEN Style */
.header-main {
    /* position: sticky;
    top: 0; */
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 12px 0;
    transition: all 0.3s ease;
}

/* Logo */
.header-logo {
    display: flex;
    align-items: center;
}

.header-logo img {}

/* Navigation Menu */
.header-menu {}

.header-menu > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 48px;
}

.header-menu > ul > li {
    margin: 0;
}

.header-menu > ul > li > a {
    color: #1a202c;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
}

.header-menu > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s ease;
}

.header-menu > li > a:hover::after {
    width: 100%;
}

/* Contact Button */
.header-contact-btn {
    display: flex;
    align-items: center;
}

.header-contact-btn > a {
    display: flex;
    align-items: center;
    background: #000;
    color: white;
    padding: 12px 8px 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    border: none;
}

.header-contact-btn > a > div {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.header-contact-btn > a > div > .green-dot {
    width: 8px;
    height: 8px;
    background: #32cd32;
    border-radius: 50%;
    flex-shrink: 0;
}

.header-contact-btn > a > div > span {
    flex: 1;
    text-align: center;
    font-size: 16px;
}

.header-contact-btn > a > div > .arrow-icon {
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #1a202c;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover span {
    background: #667eea;
}

/* Mobile Menu */
.mobile-menu {
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    padding: 16px 0;
}

.mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-menu li {
    margin: 0;
}

.mobile-nav-menu a {
    display: block;
    padding: 12px 0;
    color: #1a202c;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.mobile-nav-menu a:hover {
    color: #667eea;
    padding-left: 16px;
}

/* Responsive */
@media (max-width: 991px) {
    .header-main {
        padding: 12px 0;
    }

    .header-contact-btn > a {
        padding: 10px 1.32px;
        font-size: 14px;
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .site-row-7 {
        padding: 40px 0;
    }
}

.site-footer {
    margin-top: 60px;
}

body.home .site-footer {
    margin-top: 0;
}

.footer-row-1 {
    text-align: center;
    padding: 40px 0;
    background-color: #2261f5;
}

.footer-row-1-title {
    margin-bottom: 40px;
}

.footer-row-1-title div {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 6px;
}

.footer-row-1-title span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer-row-1-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-row-1-buttons > a {
    display: flex;
    align-items: center;
    padding: 6px 24px;
    gap: 8px;
    color: #000;
    font-weight: 600;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.footer-row-1-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
    border: 1px solid #fff;
    border-radius: 60px;
}

.footer-row-2 {
    padding: 40px 0;
    background-color: #00063f;
}

.footer-contact-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-phone {
    margin-bottom: 12px;
}

.footer-phone > a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.footer-phone > a > span {
    margin-left: 10px;
}

.footer-mail {
}

.footer-mail > a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.footer-mail > a > span {
    margin-left: 10px;
}

.footer-menu {
}

.footer-menu-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-menu-content {
}

.footer-menu-content > ul {
    display: flex;
    flex-direction: column;
}

.footer-menu-content > ul > li {
    margin-bottom: 10px;
}

.footer-menu-content > ul > li > a {
    color: #fff;
    opacity: 0.5;
    transition: all 0.2s ease;
}

.footer-menu-content > ul > li > a:hover {
    color: #fff;
    opacity: 1;
}

/* Single Post Styles */
/* Tanıtım Alanı */
.promo-area {
    background-color: #0067ff14; /* Açık yeşil renk */
    padding: 24px 0;
    margin-bottom: 32px;
    position: relative;
}

.promo-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c2c2c;
}

.promo-description {
    font-size: 15px;
    color: #4a4a4a;
    margin-bottom: 16px;
    line-height: 1.6;
}

.promo-buttons {
    display: flex;
    gap: 12px;
}

.promo-buttons .btn {
    padding: 8px 16px;
    font-weight: 500;
    border-radius: 6px;
}

.promo-area img {
    max-height: 150px;
    border-radius: 50%;
    float: right;
    border: 2px solid #fff;

}

/* Temizlendi buraya kadar */

.contact-form-container {
    padding: 32px;
    background: white;
}

#contactModal .modal-content {
    border-radius: 6px;
    border: none;
    overflow: hidden;
}

#contactModal .form-control {
    border: 1px solid #ced4da;
    padding: 10px 15px;
    border-radius: 4px;
}

#contactModal label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
}

.site-title {
    margin: 0;
    font-size: 24px;
}

.site-title a {
    color: #333;
    text-decoration: none;
}

.main-navigation .nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation .nav li {
    margin-left: 24px;
}

.main-navigation .nav a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.search-form {
    position: relative;
    display: flex;
    align-items: center;
}

.search-form input {
    width: 240px;
    height: 40px;
    font-size: 14px;
    border: none;
    border-radius: 24px;
    padding: 5px 5px 5px 20px;
}

.search-form button {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 50px;
    height: 32px;
    transform: translateY(-50%);
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 0 5px;
    border-radius: 24px;
    background-color: #ddd;
}

.site-info {
    color: #666;
    font-size: 14px;
}

.copyright {
    margin-bottom: 15px;
}

.legal-disclaimer {
    color: #888;
    font-size: 12px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Yazı İçeriği Stilleri */
.entry-header {
    margin-bottom: 32px;
}

.entry-title {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}

.entry-subtitle {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    margin: 15px 0 20px;
    padding: 0 5%;
}

.entry-content {
    font-size: 1.16px;
    line-height: 1.8;
    color: #333;
}

.entry-content p {
    margin-bottom: 24px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin: 32px 0;
}

.entry-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
}

.entry-meta i {
    margin-right: 5px;
}

.entry-meta .categories a {
    color: #666;
    text-decoration: none;
}

.entry-meta .categories a:hover {
    color: #333;
}

.entry-tags {
    display: flex;
    align-items: center;
    gap: 8px;
}

.entry-tags .entry-tags-title {
    font-weight: 500;
    gap: 8px;
}

.entry-tags .entry-tags-content {
}

.entry-tags .entry-tags-content > a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #f0f0f0;
    transition: all 0.2s ease;
}

.entry-tags .entry-tags-content > a:hover {
    background-color: #ddd;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .promo-area {
        padding: 32px 0;
    }

    .promo-title {
        font-size: 32px;
    }

    .promo-text {
        font-size: 16px;
    }

    .promo-buttons .btn {
        display: block;
        margin-bottom: 16px;
    }

    .entry-title {
        font-size: 32px;
    }

    .entry-content {
        font-size: 16px;
    }

    .main-navigation .nav {
        flex-direction: column;
        text-align: center;
    }

    .main-navigation .nav li {
        margin: 8px 0;
    }
}

/* Kategori Sayfası Stilleri */
.page-header {
    border-radius: 8px;
    border-bottom: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f8f9fa;
}

.page-title {
    font-size: 28px;
    color: #333;
    margin: 0;
}

.category-description {
    color: #666;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.card {
    transition: transform 0.2s ease;
    border: none;
}

.card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    height: 350px;
    object-fit: cover;
}

.card-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.card-text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.card-footer {
    border-top: 1px solid #eee;
}

/* Sayfalama Stilleri */
.pagination {
    justify-content: center;
    margin-top: 30px;
}

.pagination .page-numbers {
    padding: 8px 16px;
    margin: 0 5px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.pagination .current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination a:hover {
    background-color: #f8f9fa;
}

/* Sayfa Şablonu Stilleri */
.page-header {
    text-align: center;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
    background-color: #f8f9fa;
}

.page-title {
    font-size: 28px;
    color: #333;
    margin: 0;
    font-weight: 600;
}

.page .entry-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.page .entry-content p {
    margin-bottom: 20px;
}

.page .entry-content h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    color: #333;
}

.page .entry-content h3 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #444;
}

.page .entry-content ul,
.page .entry-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.page .entry-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-links {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.page-links a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    text-decoration: none;
}

.page-links a:hover {
    background-color: #f8f9fa;
    color: #333;
}

/* Arama Sonuçları Stilleri */
.search-header {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.search-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.search-term {
    color: #007bff;
    font-weight: 600;
}

.search-result-count {
    color: #666;
    font-size: 14px;
}

.search-result-item {
    height: 100%;
}

.search-thumbnail img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.entry-type {
    margin-bottom: 10px;
}

.entry-type .badge {
    font-weight: normal;
    font-size: 12px;
    padding: 5px 10px;
    background-color: #f8f9fa !important;
    border: 1px solid #eee;
}

.search-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.search-category {
    color: #007bff;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.search-suggestions {
    margin-top: 30px;
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.search-suggestions h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.search-suggestions ul {
    list-style: none;
    padding: 0;
}

.search-suggestions li {
    color: #666;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.search-suggestions li:before {
    content: "•";
    color: #007bff;
    position: absolute;
    left: 0;
}

/* 404 Sayfası Stilleri */
.error-404 {
    padding: 60px 0;
}

.error-content {
    max-width: 800px;
    margin: 0 auto;
}

.error-title {
    font-size: 120px;
    font-weight: 700;
    color: #007bff;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.error-subtitle {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}

.error-text {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.error-actions .btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.error-search {
    max-width: 500px;
    margin: 0 auto;
}

.error-search h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.error-search .search-form {
    margin-top: 20px;
}

.suggested-posts {
    margin-top: 60px;
}

.suggested-posts h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.suggested-posts .card {
    margin-bottom: 20px;
    transition: transform 0.2s ease;
}

.suggested-posts .card:hover {
    transform: translateY(-5px);
}

.suggested-posts .card-img-top {
    height: 160px;
    object-fit: cover;
}

.suggested-posts .card-title {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .error-404 {
        padding: 40px 0;
    }

    .error-title {
        font-size: 80px;
    }

    .error-subtitle {
        font-size: 24px;
    }

    .error-text {
        font-size: 16px;
    }
}

/* Kategori Sayfası Yazı Kartları */
.post-card {
    transition: transform 0.2s ease;
}

.post-card:hover {
    transform: translateY(-5px);
}

.post-card .card {
    overflow: hidden;
}

.post-card .post-thumbnail {
    display: block;
    height: 100%;
    min-height: 250px;
}

.post-card .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-card .card-title {
    margin-bottom: 15px;
}

.post-card .card-title a:hover {
    color: #007bff !important;
}

.post-card .post-excerpt {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.post-card .post-meta {
    color: #888;
}

.post-card .post-meta a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.post-card .post-meta a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .post-card .post-thumbnail {
        min-height: 200px;
    }

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

/* Anasayfa Kategori Bölümleri */
.category-section {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #eee;
}

.category-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.category-header {
    position: relative;
    margin-bottom: 32px;
}

.category-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: inline-block;
}

.category-header .btn-outline-primary {
    border-color: #007bff;
    color: #007bff;
    transition: all 0.3s ease;
}

.category-header .btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
}

@media (max-width: 767px) {
    .category-section {
        margin-bottom: 32px;
        padding-bottom: 24px;
    }

    .category-title {
        font-size: 24px;
    }
}

/* Sözlük Sayfası Stilleri */
.dictionary-sidebar {
}

.terms-list {
    height: calc(100vh - 120px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #6c757d #f5f5f5;
}

/* Webkit (Chrome, Safari) için kaydırma çubuğu stilleri */
.terms-list::-webkit-scrollbar {
    width: 8px;
}

.terms-list::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

.terms-list::-webkit-scrollbar-thumb {
    background-color: #6c757d;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
}

.terms-list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.term-item a {
    font-size: 16px;
    display: block;
    padding: 12px 24px;
    border-bottom: 1px solid #ddd;
    color: #000;
    border-left: 4px solid transparent;
    transition: background-color 0.2s ease;
}

.term-item a:hover,
.term-item a.active {
    border-left-color: #007bff;
    background-color: #f8f9fa;
}

#term-detail {
    height: 100%;
    min-height: calc(100vh - 40px);
}

.term-detail .term-title {
    color: #333;
    font-size: 28px;
}

.term-detail .term-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.term-detail .term-content h2 {
    font-size: 24px;
}

.term-detail .term-content h3 {
    font-size: 24px;
}

.term-detail .term-content h4 {
    font-size: 20px;
}

.term-detail .related-terms a {
    color: #666;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.term-detail .related-terms a:hover {
    background-color: #f8f9fa;
    color: #0a58ca;
}

@media (max-width: 768px) {
    .terms-list,
    #term-detail {
        height: auto;
        min-height: auto;
    }
}

/* Sözlük Tekil Sayfa */
.term-single {
    margin-bottom: 32px;
}

.term-single .term-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #007bff;
}

.term-single .term-content {
    font-size: 1.16px;
    line-height: 1.8;
    color: #444;
}

.term-single .term-content p {
    margin-bottom: 24px;
}

.related-terms {
    background: #f8f9fa;
    padding: 24px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.related-terms h3 {
    color: #333;
    margin-bottom: 16px;
}

.related-terms a {
    color: #666;
    transition: color 0.2s ease;
}

.related-terms a:hover {
    color: #007bff;
}

.term-navigation {
    font-size: 14px;
}

.term-navigation a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.term-navigation a:hover {
    color: #007bff;
}

@media (max-width: 767px) {
    .term-single .term-title {
        font-size: 28px;
    }

    .term-single .term-content {
        font-size: 16px;
    }
}

/* İndeks Butonları */
.letter-buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.letter-buttons > div {
    flex: 0 0 auto;
    width: 7.14%;
    max-width: 100%;
    padding: 0 4px;
    margin-bottom: 8px;
}

.letter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 40px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.2s ease;
}

.letter-button:hover {
    background-color: #6c757d;
    color: #fff;
}

.letter-button.active {
    background-color: #6c757d;
    color: #fff;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}

/* Breadcrumb Stilleri */
.breadcrumb {
    padding: 12px 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 25px;
}

.breadcrumb-item a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #000;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #000;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
}

/* ===================================
   MODERN EMLAK SİTESİ ANA SAYFA STİLLERİ
   =================================== */

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 60vh;
    padding: 32px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 32px;
    margin: 20px;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("https://framerusercontent.com/images/rQXeeWMbrXXzxko63WI4Z1ZVIk.jpg?scale-down-to=1024")
        center 30% / cover no-repeat;
    border-radius: 20px;
    animation: backgroundZoomOut 1.5s ease-out;
}

.hero-overlay-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(50% 50% at 50% 50%, #0000000a, #00000042);
    border-radius: 20px;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.hero-title {
    font-family: 'DM Serif Display', serif;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.8s ease-out;
}

.text-gradient {
    background: #ffd700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 32px;
    opacity: 0.95;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.8s ease-out 0.2s both;
    max-width: 600px;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.hero-buttons > a {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

/* Explore Button - Görseldeki gibi */
.hero-buttons > .hero-explore-btn {
    padding: 8px 5px 8px 24px;
    background: #fff;
}

.hero-buttons > .hero-explore-btn > span {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.hero-buttons > .hero-explore-btn > div {
    width: 32px;
    height: 32px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.hero-buttons > .hero-explore-btn > div > svg {
    width: 20px;
    height: 20px;
}

.hero-buttons > .hero-contact-btn {
    padding: 8px 5px 8px 24px;
    background-color: #fff;
   
}

.hero-buttons > .hero-contact-btn > span {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.hero-buttons > .hero-contact-btn > div {
    width: 32px;
    height: 32px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.hero-buttons > .hero-contact-btn > div > svg {
    width: 20px;
    height: 20px;
}

.hero-stats {
    display: flex;
    gap: 24px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.hero-stat-number {
    font-size: 32px;
    font-weight: 500;
    display: block;
}

.hero-stat-label {
    font-size: 13px;
    opacity: 0.8;
}

/* Floating Cards */
.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 10px 20px 10px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    z-index: 999;
}

.floating-card.card-1 {
    top: 10%;
    right: 10%;
    animation: float 6s ease-in-out infinite;
}

.floating-card.card-2 {
    bottom: 25%;
    right: 15%;
    animation: float2 6s ease-in-out infinite;
}

.floating-card.card-3 {
    top: 50%;
    right: 35%;
    animation: float3 8s ease-in-out infinite;
}

.floating-card .card-image {
    width: 45px;
    height: 45px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.floating-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.floating-card .card-content {
    flex: 1;
}

.floating-card .card-title {
    font-weight: 600;
    font-size: 14px;
}

.floating-card .card-price {
    font-size: 13px;
    opacity: 0.8;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes float2 {
    0%,
    100% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0px);
    }
}

@keyframes float3 {
    0%,
    100% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0px);
    }
}

/* Featured Projects */
.featured-projects {
    padding: 80px 0;
    background: #f8fafc;
}

.section-header {
    margin-bottom: 48px;
}

.section-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 48px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1a202c;
    text-align: center;
    margin-bottom: 16px;
}

.section-title p {
    font-weight: 400;
    font-size: 18px;
    color: #333;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

.project-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.project-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.project-card {
    cursor: pointer;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.project-card:hover {
    border-color: #000;
}

.project-image {
    position: relative;
    height: 350px;
    overflow: hidden;
}

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

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

.project-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #000000;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.project-price-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    padding: 8px 16px;
    border-radius: 20px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    backdrop-filter: blur(10px);
    background: #fff;
}

.project-content {
    padding: 24px;
}

.project-title {
    font-size: 24px;
    color: #1a202c;
    font-weight: 600;
    margin-bottom: 8px;
}

.project-price {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}

.project-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 16px;
    margin-bottom: 16px;
}

.project-location svg {
    width: 8px;
    height: 8px;
}

.project-features {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.feature {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #f1f5f9;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 14px;
    color: #475569;
    font-weight: 500;
}

.feature svg {
    width: 6px;
    height: 6px;
}

/* Vertical Project Card Styles */
.project-card-vertical {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-image-container {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.project-image {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    background: #f3f4f6;
    display: block;
}

.project-card-vertical:hover .project-image {
    transform: scale(1.05);
}

.status-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #059669;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.status-dot {
    width: 6px;
    height: 6px;
    background: #059669;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.project-content-vertical {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project-header {
    margin-bottom: 20px;
}

.project-title-vertical {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.project-location-vertical {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.project-price-main {
    font-size: 16px;
    font-weight: 500;
    color: #059669;
    background: #f0fdf4;
    padding: 8px 12px;
}

.project-features-vertical {
    margin-bottom: 24px;
    flex: 1;
}

.feature-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.feature-row:last-child {
    margin-bottom: 0;
}

.feature-row-three {
    gap: 12px;
}

.feature-row-three .feature-item-vertical {
    flex: 1;
    min-width: 0;
}

.feature-row-two {
    gap: 16px;
}

.feature-row-two .feature-item-vertical {
    flex: 1;
}

.feature-item-vertical {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: #f9fafb;
    border-radius: 10px;
    transition: background-color 0.2s ease;
}

.feature-item-vertical:hover {
    background: #f3f4f6;
}

.feature-icon-svg {
    width: 20px;
    height: 20px;
    color: #6b7280;
    flex-shrink: 0;
}

.feature-icon-svg svg {
    width: 100%;
    height: 100%;
}

.feature-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.feature-label {
    font-size: 11px;
    color: #6b7280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-value {
    font-size: 13px;
    color: #1f2937;
    font-weight: 600;
    line-height: 1.2;
}

.project-footer {
    border-top: 1px solid #e5e7eb;
    padding-top: 16px;
    text-align: center;
}

.view-more {
    color: #2563eb;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.project-card-vertical:hover .view-more {
    color: #1d4ed8;
}

/* Services Section */
.services-section {
    padding: 80px 0;
    background: white;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.service-card {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 32px;
    text-align: left;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    display: none;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px 0;
    color: black;
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
}

.service-icon svg {
    width: 32px;
    height: 32px;
    color: black;
}

.service-card:hover .service-icon {
    transform: scale(1.05);
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 16px;
}

.service-description {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 24px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-link svg {
    width: 8px;
    height: 8px;
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: #764ba2;
}

.service-link:hover svg {
    transform: translateX(5px);
}

/* Stats Section */
.stats-section {
    padding: 80px 0;
    background: #f5f5f5;
    color: #333;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
}

.stat-card {
    text-align: center;
    padding: 32px 16px;
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #333;
}

.stat-icon svg {
    width: 28px;
    height: 28px;
}

.stat-number {
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    opacity: 0.7;
    color: #666;
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.testimonial-card {
    height: 100%;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    background: #fff;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    border-color: #000;
}

.testimonial-rating {
    width: 120px;
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.testimonial-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

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

.author-name {
    color: #333;
    font-weight: 600;
}

.author-title {
    color: #888;
    font-size: 16px;
    font-weight: 300;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-title {
        font-size: 40px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-stats {
        justify-content: center;
    }

    .floating-card {
        display: none;
    }

    .search-card {
        margin: 0 16px;
    }

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

@media (max-width: 767px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

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

    .hero-stats {
        gap: 16px;
    }

    .hero-stat-number {
        font-size: 24px;
    }

    .stat-label {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-buttons .btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    .project-card {
        margin-bottom: 24px;
    }

    .service-card {
        padding: 32px 16px;
        margin-bottom: 24px;
    }

    .testimonial-card {
        padding: 24px;
        margin-bottom: 24px;
    }
}

/* Modal Backdrop */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

/* Modal Animation */
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(-50%, -50%) scale(0.8);
}

.modal.show .modal-dialog {
    transform: translate(-50%, -50%) scale(1);
}

/* Responsive Modal */
@media (max-width: 767px) {
    .modal-dialog {
        max-width: 95%;
        max-height: 95%;
    }

    .modal-image img {
        max-height: 200px;
        border-radius: 20px 20px 0 0;
    }

    .contact-form-container {
        padding: 24px;
    }
}

/* Hero Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes underlineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes backgroundZoomOut {
    from {
        transform: scale(1.2);
        opacity: 0.8;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* View All Projects Button */
.view-all-projects-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    color: #1a1a1a;
    padding: 16px 24px;
    border-radius: 32px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    min-width: 200px;
    z-index: 10;
}

.view-all-projects-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    color: #1a1a1a;
}

.view-all-projects-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
    color: #1a1a1a;
}

.view-all-projects-btn:hover svg {
    transform: translateX(4px);
}

/* Responsive for View All Projects Button */
@media (max-width: 768px) {
    .view-all-projects-btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 32px;
        border-radius: 12px;
        min-width: auto;
        width: 100%;
        justify-content: center;
        gap: 12px;
    }
}

/* Latest News Section - Card Design */
.latest-news-section {
    background: #ffffff;
    padding: 80px 0;
}

.news-header {
    text-align: center;
    margin-bottom: 60px;
}

.news-title {
    font-size: 48px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.news-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.news-cards {
    width: 100%;
    margin: 0 auto 60px;
}

.news-card {
    background: #f8f9fa;
    border-radius: 12px;
    margin-bottom: 24px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    overflow: hidden;
}

.news-card:hover {
    background: #f1f3f4;
}

.news-image {
    flex: 0 0 200px;
    height: 140px;
    overflow: hidden;
}

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

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

.news-content-wrapper {
    flex: 1;
    padding: 24px;
    position: relative;
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
}

.news-category {
    color: #f97316;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-dot {
    color: #9ca3af;
    font-size: 12px;
}

.news-date {
    color: #9ca3af;
    font-weight: 400;
}

.news-content {
    margin-bottom: 20px;
}

.news-excerpt {
    color: #1e293b;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    transition: text-decoration 0.3s ease;
}

.news-card:hover .news-excerpt {
    text-decoration: underline;
}

.news-arrow {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #9ca3af;
    transition: all 0.3s ease;
}

.news-card:hover .news-arrow {
    color: #f97316;
}

.news-arrow svg {
    width: 20px;
    height: 20px;
}

.news-cta {
    text-align: center;
}

.view-all-news-btn {
    display: inline-block;
    background: #1e293b;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid #1e293b;
}

.view-all-news-btn:hover {
    background: #0f172a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(30, 41, 59, 0.2);
}

.no-news {
    text-align: center;
    padding: 60px 20px;
    color: #64748b;
    font-size: 16px;
}

/* Responsive Cards */
@media (max-width: 768px) {
    .latest-news-section {
        padding: 60px 0;
    }

    .news-title {
        font-size: 36px;
    }

    .news-subtitle {
        font-size: 16px;
    }

    .news-card {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .news-image {
        flex: none;
        width: 100%;
        height: 200px;
    }

    .news-content-wrapper {
        padding: 20px;
    }

    .news-arrow {
        top: 20px;
        right: 20px;
    }

    .news-excerpt {
        font-size: 15px;
    }

    .view-all-news-btn {
        padding: 14px 28px;
        font-size: 15px;
    }
}

/* Projects Slider Section */
.projects-slider-section {
    padding: 80px 0 0 0;
    background: #f8fafc;
    overflow: hidden;
}

.projects-slider-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 20px;
}

.projects-slider-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
    line-height: 1.2;
}

.projects-slider-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.projects-slider-container {
    position: relative;
    margin: 0 -20px;
}

.projects-slider {
    display: flex;
    gap: 2px;
    padding: 0 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    animation: slideLeft 60s linear infinite;
}

.projects-slider:hover {
    animation-play-state: paused;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.projects-slider::-webkit-scrollbar {
    display: none;
}

.project-slide {
    flex: 0 0 350px;
    overflow: hidden;
    border-top: none;
    transition: all 0.3s ease;
    margin-right: 0;
}

.project-slide:hover img {
    transform: scale(1.1);
}

.project-slide-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.project-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-slide:hover .project-slide-image img {
    transform: scale(1.05);
}

.project-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
}

.project-slide-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #000000;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.project-slide-price {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    padding: 8px 16px;
    border-radius: 20px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    backdrop-filter: blur(10px);
    background: #fff;
}



.view-all-projects-slider-btn {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid #000000;
}

.view-all-projects-slider-btn:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.no-projects {
    text-align: center;
    padding: 60px 20px;
    color: #64748b;
    font-size: 16px;
}

/* Projects Slider Responsive */
@media (max-width: 768px) {
    .projects-slider-section {
        padding: 60px 0 0 0;
    }

    .projects-slider-title {
        font-size: 36px;
    }

    .projects-slider-subtitle {
        font-size: 16px;
    }

    .project-slide {
        flex: 0 0 300px;
    }

    .project-slide-image {
        height: 200px;
    }



    .view-all-projects-slider-btn {
        padding: 14px 28px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .project-slide {
        flex: 0 0 280px;
    }

    .projects-slider-title {
        font-size: 32px;
    }
}
