@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    font-family: 'Open Sans';
    box-sizing: border-box;
}

a,
button,
.btn,
i {
    cursor: pointer !important;
}

body {
    overflow-x: hidden;
    width: 100%;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

::selection {
    background-color: #d1af68;
    color: #102b52;
}

a {
    text-decoration: none;
}

/*Üst Menu css*/
.ustMenu {
    background-color: rgb(224 228 231);
}

.Logo {
    width: 95%;
    box-sizing: border-box;
}

.LogoLink {
    width: 90px;
}

#wpButon {
    background-color: #102b52;
    color: whitesmoke;
    border: 1px solid #102b52;
    border-radius: 35px;
}

/*Renkli bölüm css*/
#Renkli_kisim {

    display: flex;
    height: 700px;
    background: linear-gradient(135deg, #102b52 0%, whitesmoke 50%, #d1af68 100%);
    background-attachment: fixed;
    margin: 0;
}

#renkli_yazi {

    display: flex;
    align-items: center;
    justify-content: center;
}

.Yazi_butonlari {
    text-align: center;
}

.butonlar {
    display: flex;
    width: 50%;
    margin: 0px auto;
    justify-content: space-around;
}

h1 strong {
    color: #102b52;
}

h1 strong strong {
    color: #d1af68;
}

#yazi_buton {
    background-color: #102b52;
    color: whitesmoke;
    border: 1px solid #102b52;
    border-radius: 35px;
}

#renkli_foto {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
}

#renkli_foto img {
    width: 80%;
    border-radius: 35px;
}


@media (max-width: 992px) {
    #Renkli_kisim {
        height: auto;
        padding: 50px 0;
        display: block;
    }

    #renkli_yazi {
        padding: 20px;
        margin-bottom: 30px;
    }

    h1 {
        font-size: 1.8rem;
    }

    .butonlar {
        width: 100%;
        flex-direction: column;
        gap: 15px;
    }

    #yazi_buton,
    .btn-outline-warning {
        width: 100%;
        margin: 0;
    }

    #renkli_foto {
        width: 100%;
    }

    #renkli_foto img {
        width: 70%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1080px) {
    #Renkli_kisim {
        height: 600px;
        padding: 0 20px;
    }

    h1 {
        font-size: 2.2rem;
        line-height: 1.3;
    }

    p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .butonlar {
        width: 80%;
        justify-content: space-between;
        gap: 10px;
    }

    #yazi_buton,
    .btn-lg {
        padding: 10px 15px;
        font-size: 0.95rem;
    }

    #renkli_foto img {
        width: 90%;
    }
}

@media (min-width: 766px) and (max-width: 992px) {
    #Renkli_kisim {
        height: auto;
        padding: 50px 0;
        display: block;
    }

    #renkli_yazi {
        width: 100%;
        padding: 0 30px;
        margin-bottom: 40px;
        display: block;
    }

    h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    p {
        font-size: 1.2rem;
        max-width: 80%;
        margin: 0 auto 30px auto;
    }

    .butonlar {
        width: 60%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    #yazi_buton,
    .btn-lg {
        width: auto;
        padding: 15px 25px;
    }

    #renkli_foto {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #renkli_foto img {
        width: 50%;
        max-width: 400px;
    }
}
@media (max-width: 767px) {
    #Renkli_kisim {
        height: auto !important; 
        padding: 50px 15px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    #renkli_yazi {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 40px !important;
    }

    h1 {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
    }

    .Yazi_butonlari {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .butonlar {
        display: flex !important;
        flex-direction: column !important;
        width: 85% !important;
        gap: 15px !important;
    }

    #yazi_buton, .btn-lg {
        width: 100% !important;
        padding: 18px 25px !important;
        font-size: 1.1rem !important;
        margin: 0 !important;
        display: inline-block !important;
    }

    #renkli_foto {
        width: 100% !important;
        margin-top: 30px !important;
    }

    #renkli_foto img {
        width: 75% !important;
        max-width: 320px !important;
        height: auto !important;
    }
}


/*Hakkımızda bölüm css*/
.Hakkimizda_container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.baslik {
    color: #102b52;
    font-size: 40px;
    margin-bottom: 10px;
}

.alt_baslik {
    color: #555;
    margin-bottom: 50px;
}

.kartlar {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.kart {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    flex: 1;
    min-width: 280px;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.kart:hover {
    transform: translateY(-10px);
}

.ikon_kutusu {
    background-color: #e0e7ff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 20px;
    font-size: 25px;
    color: #102b52;
}

.kart h3 {
    color: #102b52;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.kart p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/*İletişim bölüm css*/
.iletisim_container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.iletisim_alani {
    padding: 80px 0;
    text-align: center;
}

.iletisim_buton_grubu {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.iletisim_btn {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.1rem;
    color: white !important;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
}

.iletisim_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    opacity: 0.95;
}

.iletisim_icon {
    margin-right: 12px;
    font-size: 1.4rem;
}

.iletisim_btn_whatsapp {
    background-color: #25d366;
}

.iletisim_btn_instagram {
    background: #e4405f;
}


.iletisim_baslik {
    color: #102b52;
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 2.2rem;
}

.iletisim_alt_baslik {
    max-width: 650px;
    margin: 0 auto;
    color: #555;
    line-height: 1.6;
    font-size: 1.05rem;
}

/*randevu ve harita bölüm css*/
.randevu_container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.randevu_bolumu {
    padding: 60px 0;
}

.randevu_ust_metin {
    text-align: center;
    margin-bottom: 40px;
}

.randevu_baslik {
    color: #102b52;
    font-weight: 700;
    font-size: 2rem;
}

.randevu_alt_baslik {
    color: #666;
    margin-top: 10px;
}

.randevu_ana_kutu {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.randevu_bilgi_kutu {
    flex: 1;
    background: #102b52;
    color: white;
    padding: 40px;
    border-radius: 20px;
    min-width: 280px;
    display: flex;
    align-items: center;
}

.randevu_bilgi_icerik h3 {
    margin-bottom: 20px;
}

.randevu_bilgi_icerik p {
    margin-bottom: 15px;
    opacity: 0.9;
}

.randevu_harita_kapsayici {
    text-align: center;
}

.randevu_harita_baslik {
    color: #102b52;
    margin-bottom: 20px;
}

.randevu_harita_cerceve {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .randevu_ana_kutu {
        flex-direction: column;
    }

    .randevu_form_kutu,
    .randevu_bilgi_kutu {
        width: 100%;
    }
}

.randevu_ek_bilgi {
    flex: 1;
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 300px;
}

.randevu_saatler h4,
.randevu_not h4 {
    color: #102b52;
    margin-bottom: 15px;
    border-bottom: 2px solid #d1af68;
    display: inline-block;
}

.randevu_saatler ul {
    list-style: none;
    padding: 0;
}

.randevu_saatler li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    color: #555;
}

.randevu_saatler li span {
    font-weight: 600;
}

.randevu_not p {
    font-style: italic;
    color: #777;
    font-size: 0.95rem;
}

.randevu_bilgi_kutu {
    background: #102b52 !important;
}




/*Footer bölüm css*/
.footer_bolumu {
    background-color: #0b1a31;
    color: whitesmoke;
    padding: 60px 0 20px 0;
    position: relative;
}

.footer_container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer_ust {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.footer_sutun {
    flex: 1;
    min-width: 200px;
}

.footer_baslik {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #d1af68;
}

.footer_altbaslik {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer_metin {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 10px;
}

.footer_liste {
    list-style: none;
    padding: 0;
}

.footer_liste li {
    margin-bottom: 10px;
}

.footer_liste a {
    color: whitesmoke;
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.8;
    transition: 0.3s;
}

.footer_liste a:hover {
    opacity: 1;
    color: #d1af68;
}

.footer_alt {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    font-size: 0.85rem;
    opacity: 0.6;
}

.footer_yukari_cik {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: #d1af68;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 768px) {
    .footer_ust {
        flex-direction: column;
        text-align: center;
    }
}