/*
Theme Name: Kentsel Sarj
Theme URI: https://kentselsarj.com/
Author: TORA
Description: Kentsel Sarj için Yapılmış bir Tema
Version: 0.2
*/



/* Özel Stil Düzenlemeleri */
/* Hero Bölümündeki yazılara gölge ekleme */
.shadow-text {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* Yazıya gölge ekler */
}

/* Hero section için opsiyonel genel stil */
.hero {
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Siyah yarı saydam katman */
    z-index: 1; /* Katman yazıların arkasında kalacak */
}

.container {
    z-index: 2; /* Yazılar katmanın üstünde olacak */
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: #f06c00;
}

/* Icon Box Stil */
.icon-box-left {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 10px;

}

.icon-box-right {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: right;
    border-radius: 10px;
 
}

@media only screen and (max-width: 768px) {
    /* 768px genişlikten küçük ekranlar için CSS */
	/* Icon Box Stil */
.icon-box-left {
   
    justify-content: center;
  
}

.icon-box-right {
    
    justify-content: center;
   
}
}

.icon-box-left img, .icon-box-right img {
    max-width: 100%;
    width: 250px;
    height: auto;
}
/*
.content-box {
    padding-left: 30px;
}*/

h2 {
    color: #e7a272;
    font-size: 2.5rem;
    font-weight: bold;
}

p {
    font-size: 1.1rem;
    line-height: 1.8;
}




footer {
    background-color: #343a40; /* Arka plan rengini koyu yap */
}

footer h5 {
    color: #e7a272; /* Başlıkları turuncu renkle belirginleştir */
    margin-bottom: 20px;
}

footer a {
    text-decoration: none;
    color: #f8f9fa; /* Link rengi */
}

footer a:hover {
    color: #e7a272; /* Link üzerine gelindiğinde renk değişimi */
}

footer p, footer a {
    font-size: 14px;
}

footer .bi {
    font-size: 20px; /* İkon boyutu */
    transition: color 0.3s ease;
}

footer .bi:hover {
    color: #e7a272; /* İkon üzerine gelindiğinde renk değişimi */
}

footer img {
    margin-bottom: 20px;
}

 /* Form Design */
.form-container {
    padding: 30px;
    border-radius: 10px;
}
.form-control, .form-select {
    border: 2px solid #e7a272;
    border-radius: 5px;
}
.btn-custom {
    background-color: #e7a272;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
}
.btn-custom:hover {
    background-color: #e9985e;
}

/* Contact Form 7 ve Bootstrap 5 ile uyumlu CSS */
.wpcf7-form .form-container {
    padding: 30px;
    border-radius: 10px;
}

.wpcf7-form .form-control, 
.wpcf7-form .form-select {
    border: 2px solid #e7a272;
    border-radius: 5px;
    padding: 10px;
}

.wpcf7-form .form-label {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.wpcf7-form .btn-custom {
    background-color: #e7a272;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
}

.wpcf7-form .btn-custom:hover {
    background-color: #e9985e;
}


/* btn */

.btn-kentselsarj {
    background-color: #e7a272;
    color: white;
    border-color: #e7a272;
}



/* Gizlilik */

/* Gizlilik Politikası Bölümü */
.privacy-policy-section {
    background-color: #f8f9fa; /* Hafif gri arka plan */
}

.privacy-policy-section h3, .privacy-policy-section h4 {
    color: #333;
}

.privacy-policy-section p {
    color: #555;
    line-height: 1.8;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .privacy-policy-section h3, .privacy-policy-section h4 {
        text-align: center;
    }
}
