body {
    margin: 0;
    padding: 0;
    font-family: "Parkinsans", sans-serif;
}
.hero {
    background-color: #e8f6f3; /* Soft health-related greenish-blue */
    color: #004d40; /* Complementary dark green for text */
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    flex: 1;
}
.hero h1 {
    font-size: 4rem;
    font-weight: bold;
    flex: 1;
    text-transform: uppercase;
}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
     position: relative; /* Menü için referans konum */
}

@media (max-width: 992px) {	
    /* Mobilde açılır menü tam ekran görünüm */
    .navbar-collapse {
        position: absolute;
        top: 100%; /* Header'ın hemen altına yerleştir */
        right: 0;

        background-color: #f8f9fa;
        border-top: 1px solid #ddd;
        padding: 10px 0;
        z-index: 5; /* Header'ın üstünde kalması için */
    }

    /* Mobil menü linkleri düzenle */
    .navbar-nav .nav-link {
        padding: 10px 20px;
        text-align: center;
    }		
    
    


    .navbar_menu {
        order: 3; /* Menü en ortada kalır */
    }

    .navbar_btn {
        order: 2; /* Buton sola geçer */
    }

    .navbar_logo {
        order: 1; /* Hamburger menü sağa geçer */
    }
    
    .navbar_btn
    {
        display:none;
    }
    .gallery_img
    {
        width:30% !important;
    }
    .home_short_desc
    {
        height:auto !important;
    }
    .hero-content {
        flex-direction: column; /* Yataydan dikeye değiştir */
        align-items: flex-start; /* Sol hizala */
    }
    .hero h1 {
        margin-bottom: 20px; /* Başlık ile diğer içerik arasında boşluk ekle */
        margin-top: 30px; /* Başlık ile diğer içerik arasında boşluk ekle */
        font-size:3rem;
    }
}		



header .logo {
     font-family: "Sour Gummy", serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    
}
header .menu {
    display: flex;
    gap: 20px;
}
header .menu a {
    text-decoration: none;
    color: #004d40;
    font-weight: 500;
}        
header .menu a:hover {
    color:#004d4082 !important;
}


.default_btn
{
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 20px;
    background-color: #004d40;
    color: white;
    text-decoration: none;
}


.modal_content_area
{
    background-color: #a5ac90;;
}
/*
.modal_content_area input, textarea
{
    background-color: #a8ad97;
}
*/
.default_btn:hover
{
    transform:scale(1.02);
}

.carousel {
    flex: 1;
    max-width: 500px;
}
.yaptiklarimiz {
    background-color: #f9f9f9; /* Neutral light gray */
    color: #333; /* Standard text color */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 50px;
}
.yaptiklarimiz h2 {
    text-align: center;
    margin-bottom: 110px;
    font-size: 3rem;
    font-weight: bold;
}

.yaptiklarimiz .feature {
    text-align: center;

}
.yaptiklarimiz .feature i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #007bff;
}
footer {
    background-color: #004d40;
    color: #fff;
    padding: 50px;

    text-align: center;
}

footer h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.slider_img
{
    border-radius: 4%;
}

.site_logo
{
    width:55%;
}


.home_short_desc {
    background-color: #bad9c4;/* Neutral light gray */
    color: #333; /* Standard text color */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 50px;
}
.home_short_desc h2 {
    text-align: center;
    margin-bottom: 110px;
    font-size: 3rem;
    font-weight: bold;
}

.gallery_section {
    background-color: #68e2e9;/* Neutral light gray */
    color: #333; /* Standard text color */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 50px;
}
.gallery_section h2 {
    text-align: center;
    margin-bottom: 110px;
    font-size: 3rem;
    font-weight: bold;
}
.gallery_img
{
    width:15% ;
    margin:5px;
}
.gallery_img:hover
{
    transform:scale(1.08);
}

.wa_icon
{
    font-size:1.54rem !important;
    font-weight:600 !important;;
    color:#358535 !important;

}
.wa_icon:hover
{
    color:#358535b3 !important;   
}