@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spectral+SC:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Ibarra+Real+Nova:ital@1&family=Jost&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200;0,300;1,300&family=Poppins:wght@100;200;300;400;500;600;700;800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Titillium+Web:wght@400;700&display=swap');

/*
✅ Mutfak Dolapları ve Dekorasyonu
✅ Kitaplıklar ve Özel Raf Sistemleri
✅ Portmanto ve Giyinme Odaları
✅ TV Üniteleri ve Medya Duvarları
✅ Ahşap İşleri (MVT Wild Ahşap dahil)
✅ Amerikan Kapı ve Ahşap Kaplama
✅ İç Mimarlık & Özel Tasarım Çözümleri
✅ Ofis Mobilyaları ve Dekorasyonu
✅ Çocuk ve Genç Odası Tasarımı
✅ Oturma Odası & Salon Dekorasyonu
✅ Bahçe Mobilyaları ve Ahşap Pergolalar
✅ Cafe, Restoran ve Mağaza Dekorasyonu
✅ Özel Ölçü Dolap ve Depolama Çözümleri
✅ Masa, Sehpa ve Özel Ahşap Ürünler
✅ Yatak Odası Takımları ve Başlıklar
✅ Ahşap Merdiven ve Korkuluk Sistemleri
✅ Rustik & Modern Mobilya Üretimi
unutma bunları
*/
.fixed-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: rgba(000, 000, 000, 0.9); /* Hafif şeffaflık */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.arka-plan-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    filter: brightness(40%);
}

.icerik {
    position: relative;
    max-width: 600px;
    padding: 116px;
    margin-top: 80px;
}

.icerik h1 {
    font-size: 90px;
    font-weight: bold;
    color: white;
    line-height: 90px;
}

.icerik p {
    font-size: 16px;
    margin-top: 20px;
    color: white;
    line-height: 1.5;
    opacity: 0.8;
}

.buton-hemenara {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 30px;
    font-size: 14px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
}

.buton-hemenara::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.2);
    transition: width 0.4s ease, height 0.4s ease, top 0.4s ease, left 0.4s ease;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.buton-hemenara:hover::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
}

.buton-hemenara:hover {
    background: white;
    color: black;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4);
}


#stickyHeader {
    position: relative;
    z-index: 3;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 500px;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    display: none;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    transition: 0.3s ease-in-out;
}


.sidebar ul li {
    width: 100%;
}

.sidebar ul li a {
    width: 100%;
}

.sidebar ul li {
    list-style-type: none;
}

.sidebar ul li a {
    color: gray;
    text-decoration: none;
    font-family: 'Jakarta', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    padding: 10px;
    transition: 0.3s ease-in-out;
}

.sidebar ul li a:hover {
    color: #289C28;
    transition: 0.3s ease-in-out;
}


.menu-ac ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.menu-ac ul li {
    margin: 0;
    list-style-type: none;

}

.menu-ac ul li i {
    list-style-type: none;
    color: #ffffff;
    font-size: 18px;
    margin: 20px;

}

.menu-mobile-button {
    display: flex;

}

.menu-ac ul li a {
    text-decoration: none;
}

.menu-ac ul li a i {
    text-decoration: none;
}


.menu-close ul li a {
    margin-left: 380px;
}

.menu-close a {
    text-decoration: none;
    color: #333;
    font-size: 1.5rem;
}

.renklensin {
    position: relative;
    height: 100px;
    bottom: 0;
    width: 100%;
}

.menu-logo img {
    width: 100px;
    height: auto;
}

.yan-alt-baslik {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: gray;
}

.contact-info p {
    color: gray;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
}

.where-to-find-us {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #000000;
    font-style: normal;
}

.info-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    margin-top: 5px;
}

.menu {
    text-align: center;
}

.menu ul {
    display: flex;
    justify-content: center;
    margin: 25px;
}

.menu ul li {
    list-style-type: none;
    transform-origin: center center;
}

.menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    display: flex;
    align-items: center;
    padding: 20px;
    transition: 0.3s ease-in-out;
    position: relative;
}

.menu ul li a span {
    font-size: 15px;
    line-height: 15px;
    width: 12px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    margin-left: 5px;
}

.menu ul li a:hover {
    color: #289C28;
    transition: .3s ease-in-out;
}

.menu ul li.active a {
    color: #289C28;
    transition: .3s ease-in-out;
}


.menu-giris a i {
    color: #ffffff;
    font-size: 18px;
}

.menu-giris a {
    color: #000000;
    text-decoration: none;
    margin-left: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 21px;
}

.menu-giris a i:hover {
    color: #289C28;
}

.shopping {
    position: relative;
    display: inline-block;
}

.badge {
    position: absolute;
    top: -10px;
    right: -15px;
    background-color: #ff6f54;
    color: white;
    border-radius: 50%;
    padding: 3px 5px;
    font-size: 10px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}

.menu-giris a.login-link:hover {
    text-decoration: underline;
    color: #289C28;
}

.menu-giris {
    position: relative;
    display: flex;
    align-items: center;
}

#aramaKapsayici {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: opacity 0.5s ease;

}

.arama-icerik {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

#aramaGirisi {
    padding: 15px;
    font-size: 24px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    outline: none;
    border: none !important;
}

.arama-kapat a {
    text-decoration: none;
    list-style-type: none;
}

.arama-kapat {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 1;
}

.arama-kapat i {
    font-size: 40px;
    color: #999999;
}

#aramaAc {
    cursor: pointer;
}

#aramaKapat {
    cursor: pointer;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 999;
    display: none;
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.dropdown-menu {
    width: 190px;
    height: auto;
}

.menu ul li ul.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.menu ul li:hover ul.dropdown-menu {
    display: block;
}

.menu ul li ul.dropdown-menu li {
    padding: 5px;
}

.menu ul li ul.dropdown-menu li a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 8px 25px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.menu ul li ul.dropdown-menu li a:hover {
    background-color: #f1f1f1;
    color: #289C28;
}


.dropdown-content .dropdown-item:hover {
    background-color: transparent !important;
}

.menu ul li ul.dropdown-content li a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 8px 25px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.dropdown-item {
    text-align: center;
    transition: 0.3s ease-in-out;
}

.dropdown-item img {
    transition: 0.3s all;
    display: block;
    width: 90%;
    height: auto;
    border: none;
}

.dropdown-item p {
    margin: 5px 0;
    font-weight: bold;
}

.dropdown-item span {
    font-size: 12px;
    color: gray;
}

.dropdown-item:hover img {
    border: 3px solid #289C28;
    transition: 0.3s all;
}

.dropdown-content, .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
}

.dropdown-content {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    height: auto;
    padding: 10px;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu ul li ul.dropdown-content {
    display: none;
    position: absolute;
    width: 1240px;
    height: 580px;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-33%);
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.menu ul li:hover ul.dropdown-content {
    display: flex;
}


.menu ul li ul.dropdown-content li a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 8px 25px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.btn-drop {
    position: absolute;
    margin-top: -70px;
    margin-left: -110px;
    font-size: 14px;
    font-weight: 700;
    color: #f9f9f9;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 21px;
    background-color: #289C28;
    border-radius: 4px 4px 4px 4px;
    padding: 15px 45px;
    border: none;
    transition: 0.3s ease-in-out;
}

.btn-drop:hover {
    background-color: #198754;
    transition: 0.3s ease-in-out;
}

.menu-icon {
    font-size: 25px;
    color: #000;
    text-decoration: none;
}

#aramaAc {
    cursor: pointer;
}

#aramaKapat {
    cursor: pointer;
}

/*--------------------------AREA-1---------------------------------------------*/
.modal-renk {
    height: 850px;
    background: white;
}

.model-1 img {
    position: relative;
    width: 100%;
    margin-top: 45px;
    display: block;
    filter: brightness(50%);

}

.model-1 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.model-bilgi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 15px;
    width: 80%;
    border-radius: 10px;
}


.model-bilgi h3 {
    font-family: 'Ibarra Real Nova', serif;
    font-size: 40px;
    margin: 0 0 10px;
    font-weight: 600;
}

.model-bilgi p {

    font-size: 14px;
    margin: 0;
}

/*--------------------------AREA-1---------------------------------------------*/
.area-bg {
    background-color: #222;
}

.area-1 img {
    width: 100%;
    margin-top: 25px;
}

.area-2 img {
    width: 80%;
    margin-top: 25px;

}

.hizmetler-kapsayici {
    padding: 60px;
    margin-top: 90px;
    margin-left: 50px;
    max-width: 500px;
}

.hizmetler-kapsayici2 {
    padding: 60px;
    margin-top: 0px;
}

.hizmetler-kapsayici h2 {
    color: white;
    font-size: 44px;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
}

.hizmetler-kapsayici2 h2 {
    color: white;
    text-align: center;
    font-size: 44px;
    margin-bottom: 45px;
    font-family: 'Raleway', sans-serif;
}

.hizmetler-item {
    color: white;
    list-style-type: disc;
    margin: 8px 0;
    font-size: 16px;
}

.bilgi-buton {
    display: block;
    background-color: #9c8c7c;
    color: black;
    border: none;
    padding: 15px 80px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s;
}

.bilgi-buton:hover {
    background-color: #b3a89c;
}

/*------------------------------AREA-2-------------------------------*/

.imkanlar {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #222;
    width: 1321px;
    height: 300px;
    margin-top: -50px;
}

.premium-imkan {
    margin-left: 80px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.baslik-icon i {
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
}

.premium-baslik {
    margin-top: 30px;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-family: 'Spectral SC', serif;
    font-size: 20px;
    margin-bottom: 5px;
}

.premium-bilgi {
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 758px) {
    .icerik h1 {
        font-size: 60px;
    }
    .imkanlar {
        flex-direction: column;
        align-items: center;
        height: 800px;
        top: 120px;
    }

    .premium-imkan {
        margin: 20px 35px;
        width: 80%;
        max-width: none;

    }

    .baslik-icon i {
        font-size: 3em;
        margin-top: 30px;
    }

    .premium-baslik {
        margin-top: 30px;
        font-size: 1.2em;

    }

    .premium-bilgi {
        font-size: 0.9em;
    }
}

/*--------------------------------BLOG AREA--------------------*/
.shop {
    position: relative;
}

.shop img {
    filter: brightness(40%);
    display: block;
    width: 100%;
    height: 240px;
}

.text-overlay-uc {
    position: absolute;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 60px;
    font-weight: 700;
    top: 0;
    left: 35px;
    color: white;
    padding: 60px;
}

.subtext-iki a {
    text-decoration: none;
    list-style-type: none;
    color: #ffffff;
}

.subtext-iki {
    position: absolute;
    top: 80px;
    left: 35px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 60px;
}

.shop-detay {
    position: relative;
}

.shop-detay img {
    display: block;
    width: 100%;
    height: 81px;
}

.subtext-uc a {
    text-decoration: none;
    color: #ffffff;
}

.subtext-uc {
    position: absolute;
    top: 0;
    left: 78px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 30px;
}

@media (max-width: 758px) {
    .text-overlay-uc {
        position: absolute;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 60px;
        font-weight: 700;
        top: 0;
        left: 35px;
        color: white;
        padding: 17px;
    }

    .subtext-iki {
        position: absolute;
        top: 80px;
        left: 35px;
        color: white;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Plus Jakarta Sans', sans-serif;
        padding: 20px;
    }

    .subtext-uc {
        top: -20px;
        left: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .shop-detay {
        width: 100%;
    }

    .shop img {
        filter: brightness(40%);
        display: block;
        width: 100%;
        height: 140px;
    }

}

/*-----------------------------------------------*/

.blog-container {
    background: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    padding: 20px;
}

.blog-card {
    position: relative;
    width: 320px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.blog-content {
    padding: 20px;
    background-color: white;
    text-align: center;
}

.blog-content h2 {
    font-size: 20px;
    margin: 0 0 10px;
}

.blog-content p {
    font-size: 14px;
    color: #666;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    background-color: #222;
    border-radius: 5px;
    transition: background 0.3s;
}

.read-more:hover {
    background-color: #555;
}

.blog-card.hovered img {
    filter: brightness(0.7);
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
}

/*--------------------------FOOOOOTEEEEEEEEEERRR-------------------------*/

/*------------------FOOTER-----------*/
.footer-the-end {
    background: #ffffff;
    margin-top: 70px;
}

.footer-logo img {
    margin-top: 90px;
}

.iletisim {
    display: flex;
    margin-top: 35px;
}

.iletisim a {
    margin-left: 25px;
    text-decoration: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #289C28;
}

.iletisim i {
    margin-top: 6px;
    font-weight: 700;
    font-size: 26px;
    color: #ff6f54;
}

.adress {
    margin-top: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.footer-bilgiler {
    margin-left: 80px;
}

.footer-baslik {
    font-size: 16px;
    margin-top: 90px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: rgba(153, 153, 153);
}

.footer-alt-siralama {
    margin-top: 30px;
}

.footer-alt-siralama ul {
    padding: 0;
    margin: 0;
}

.footer-alt-siralama ul li {
    list-style: none;
}

.footer-alt-siralama ul li a {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none;
    color: #6c757d;
    transition: 0.3s ease-in-out;
}

.footer-alt-siralama ul li a:hover {
    transition: 0.3s ease-in-out;
    color: #289C28;
}

.footer-alt {
    margin-top: 140px;
}

.footer-alt ul {
    padding: 0;
    margin: 0;
}

.footer-alt ul li {
    list-style: none;
}

.footer-alt ul li a {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none;
    color: #6c757d;
    transition: 0.3s ease-in-out;
}

.footer-alt ul li a:hover {
    transition: 0.3s ease-in-out;
    color: #e04e02;
}

.social-media-icon {
    justify-content: start;
}

.social-media-icon li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
}

.social-media-icon a {
    text-decoration: none;
    color: white;
    background-color: #ff5e00;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    transition: transform 0.3s ease, background 0.3s ease;

}

.social-media-icon a:hover {
    transform: scale(1.1);
    background: #e04e00;
}

.social-media-icon i {
    font-size: 20px;
    line-height: 23px;
}

.soci {
    margin-right: auto;
}

@media (max-width: 758px) {
    .footer-logo img {
        margin-left: 120px;
    }

    .iletisim {
        display: block;
        text-align: center;
    }

    .adress {
        display: block;
        text-align: center;
    }

    .footer-baslik {
        display: block;
        text-align: center;
        margin-right: 70px;
        margin-top: 12px;
    }

    .footer-alt-siralama ul li a {
        display: block;
        text-align: center;
        margin-right: 70px;
        margin-top: -5px;
    }

    .footer-alt {
        margin-top: -8px;
    }

    .footer-alt ul li a {
        display: block;
        text-align: center;
        margin-top: -5px;
    }

    .soci {
        margin-left: 70px;
        justify-content: center;
        align-items: center;
    }

    .social-media-icon {
        justify-content: end;
        margin-right: 25px;
    }

    .social-media-icon li {
        margin-right: 23px;
    }

}

/*--------------------MOBİLE-ROW CSS ALANI--------------------*/

#btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    font-weight: 700;
    color: #f9f9f9;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 21px;
    background-color: #289C28;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 15px;
    border: none;
    transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
    #btn {
        display: none;
    }
}

.hidden {
    display: none;
}

/*-------------------------WHATSAPP ------------------------------*/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
}

.whatsapp-button img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button:hover img {
    transform: scale(1.1);
    box-shadow: 0px 4px 10px rgba(0, 255, 0, 0.5);
}

/*---------------------İLETİŞİM--------------------------------*/
.contact-container {
    display: flex;
    height: 600px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.contact-map {
    width: 100%;
    height: 100%;
}

.contact-info2 {
    width: 90%;
    height: 600px;
    background: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.contact-info2 h2 {
    color: #222;
    font-size: 38px;
    margin-bottom: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-info2 p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact-info2 p i {
    font-size: 18px;
    color: #ff5e00;
    margin-right: 10px;
}

.contact-info2 a {
    text-decoration: none;
    color: #ff5e00;
    font-weight: bold;
}

.contact-info2 a:hover {
    text-decoration: underline;
}

.social-icons {
    margin-top: 50px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 50%;
    background: #ff5e00;
    color: #fff;
    font-size: 20px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.1);
    background: #e04e00;
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
    }

    .contact-map {
        width: 100%;
    }

    .contact-map iframe {
        width: 100%;
        height: 550px;
        border-radius: 10px;
    }

    .contact-info2 {
        width: 100%;
        padding: 20px;
        background: #f9f9f9;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-info2 h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
        color: #333;
    }

    .contact-info2 p {
        margin-top: 5px;
    }

    .contact-info2 i {
        font-size: 20px;
        color: #ff6600;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }

    .social-icons a {
        color: white;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }

    .social-icons a:hover {
        background: #e65c00;
        color: white;
        transform: scale(1.1);
    }
}

/*-------------------HİZMETLER--------------------------*/


.hizmet-resim {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hizmet-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.hizmet-card img {
    transition: transform 1.3s ease-in-out;
}

.hizmet-card:hover img {
    transform: scale(1.1);
}

.stretched-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/*----------------------------------------*/

#carouselGallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
    padding-top: 60px;
}

.carousel-inner img {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
}

/* Sağ üstte kapat butonu */
#closeGallery {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    border: none;
    font-size: 1.5rem;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10000;
}

#closeGallery:hover {
    background-color: red;
}
