/* FONT DÜZENİ */

body{
    font-family: 'Poppins', sans-serif;
}

/* BAŞLIK DÜZENİ */

.section-title h2,
.section-title h3{
    text-transform:none;
    line-height:1.35;
}

/* MENU FIX */

.header-four .mainmenu ul#nav li{
    position:relative;
}

/* SUBMENU */

.header-four .mainmenu ul#nav > li ul.sub-menu{
    top:100%;
}

.footer-area {
    background: #2c5413 !important;
}

.subscribe-container {
    background: #2c5413 !important;
}

.footer-info-container {
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.footer-container {
    border-top: 1px solid rgba(255,255,255,0.2) !important;
}
.subscribe-form {
    background: #ea9a46 !important;
}

.subscribe-container input {
    color: #ffffff !important;
}

.subscribe-container input::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.subscribe-container button {
    color: #ffffff !important;
}
/* ABOUT PAGE - HERO/BREADCRUMB BANNER HEIGHT OVERRIDE */
.breadcrumb-banner-area.about-banner {
    min-height: 390px;
    padding: 185px 0 35px;
    background-position: center center;
}

/* GENEL FONT BOYUTU BUYUTME - TEMA OVERRIDE */
body {
    font-size: 14px;
}

/* MENU YAZILARI */
.mainmenu ul#nav > li > a {
    font-size: 15px;
}

/* DROPDOWN MENU */
.mainmenu ul#nav li ul.sub-menu > li a {
    font-size: 14px;
}

/* SECTION BASLIK ACIKLAMALARI */
.section-title > p {
    font-size: 15px;
}

/* BUTON YAZILARI */
.button-default,
.register-btn,
.login-btn {
    font-size: 14px;
}

/* GENEL PARAGRAF ALANLARI */
.single-activity > p,
.class-des > p,
.single-blog-text > p,
.about-text-container > p,
.teacher-column-carousel-text > p,
.blog-post-details-text > p,
.contact-area-container > p,
.contact-text > p,
.footer-widget-list li a,
.footer-container span {
    font-size: 14px;
}

/* KART / IC BASLIKLAR */
.single-activity h4,
.class-des a,
.single-blog-text h4 a,
.single-service-text > h4,
.small-services-text > h4,
.teacher-column-carousel-text h4,
.testimonial-text-slider h2,
.widget-infos h4 a,
.contact-text > h4 {
    font-size: 17px;
}
/* ANASAYFA - ABOUT/SKILL TAB MENU DUZENLEME */
.skill-bar-menu .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    align-items: center;
}

.skill-bar-menu .nav-tabs li {
    margin: 0 !important;
}

.skill-bar-menu li a span {
    margin-right: 8px;
}

/* OKULLAR ICIN SAYFASI */
.schools-banner {
    background-image: url('/theme/img/banner/82.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.school-intro-text .section-title-wrapper:before,
.school-intro-text .section-title-wrapper:after {
    left: 0;
    right: auto;
    margin: 0;
}

.school-intro-text .section-title {
    text-align: left;
}

.school-intro-text p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 16px;
}

.school-feature-list {
    margin-top: 18px;
}

.school-feature-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.8;
}

.school-feature-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #2c5413;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 13px;
}

.school-intro-image img {
    border-radius: 6px;
    width: 100%;
}

.school-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    padding: 30px 25px;
    margin-bottom: 30px;
    min-height: 250px;
    transition: all 0.3s ease;
}

.school-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    border-color: #e7e7e7;
}

.school-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 6px;
    background: rgba(44, 84, 19, 0.08);
    color: #2c5413;
    font-size: 22px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 18px;
}

.school-card h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #333333;
}

.school-card p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 0;
}

.process-item {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    padding: 28px 22px;
    text-align: left;
    margin-bottom: 30px;
    min-height: 220px;
}

.process-number {
    display: inline-block;
    color: #f5b120;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 16px;
}

.process-item h4 {
    font-size: 17px;
    margin-bottom: 10px;
    color: #333333;
}

.process-item p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 0;
}

.school-cta-box {
    background: #f8f8f8;
    border-radius: 6px;
    padding: 45px 30px;
}

.school-cta-box h3 {
    font-size: 28px;
    margin-bottom: 14px;
}

.school-cta-box p {
    font-size: 14px;
    line-height: 1.9;
    max-width: 850px;
    margin: 0 auto 20px;
}
.teachers-banner{
background-image:url('/theme/img/banner/teacher.jpg');
background-position:center;
background-size:cover;
background-repeat:no-repeat;
}
.families-banner{
background-image:url('/theme/img/banner/family.jpg');
background-position:center;
background-size:cover;
background-repeat:no-repeat;
}
/* FAMILIES PAGE - SUPPORT AREA */
.family-support-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 28px 24px;
    margin-bottom: 30px;
    min-height: 210px;
    transition: all 0.3s ease;
}

.family-support-card:hover {
    border-color: rgba(44, 84, 19, 0.18);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
    transform: translateY(-4px);
}

.family-support-head {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.family-support-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: rgba(44, 84, 19, 0.08);
    color: #2c5413;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
}

.family-support-card h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: #333333;
}

.family-support-card p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 0;
}

.family-cta-box {
    background: linear-gradient(135deg, #f8f8f8 0%, #fcfcfc 100%);
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 35px 30px;
    margin-top: 10px;
}

.family-cta-text h3 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #333333;
}

.family-cta-text p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 0;
}

.family-cta-box .button-default {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .family-cta-box {
        text-align: center;
    }

    .family-cta-box .button-default {
        margin-top: 20px;
    }
}
/* EĞİTİM LİDERLERİ SAYFASI HERO */
.leaders-banner{
    background-image: url('/theme/img/banner/leader.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* CONTACT HERO */
.contact-banner {
    background-image: url('/theme/img/banner/83.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* CONTACT MAP BOX */
.contact-map-box {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.contact-map-box #googleMap {
    display: block;
}
.skill-and-experience-area {
    padding-bottom: 60px;
}
.advertise-area h2 {
    margin-bottom: 22px;
}
.advertise-area.section-gray {
    padding-bottom: 70px;
}

.gallery-area.gallery-fullwidth {
    padding-top: 30px;
}
.blog-detail-banner {
    background: #c8d6b1 ;
    background-image: none !important;
}
.header-four .header-top {
    background: #2c5413 !important;
}
.subscribe-message {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #2c5413;
    background: #f3f8ef;
    border: 1px solid #d7e8cc;
    border-radius: 6px;
    padding: 10px 14px;
}

.breadcrumb-banner-area.blog {
    background-image: url('/theme/img/banner/701.png') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}