/*
Theme Name: İlerlet Kurs
Theme URI: https://ilerletkurs.com
Author: İlerlet Kurs
Author URI: https://ilerletkurs.com
Description: İlerlet Kurs için özel olarak tasarlanmış kurumsal WordPress teması. Sayfa bazlı içerik yönetimi, dinamik sidebar ve kurumsal görünüm özellikleri içerir.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ilerlet-tema
Tags: kurumsal, eğitim, responsive, custom-menu, featured-images
*/

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    transition: opacity 0.35s ease;
}

::-moz-selection {
    /* Code for Firefox */
    background: #213A82;
    color: #fff;
}

::selection {
    background: #213A82;
    color: #fff;
}

*:focus {
    outline: none;
}

body {
    scroll-behavior: smooth;
}

/* Sayfa geçiş animasyonu */
body:not(.page-entered) {
    opacity: 0;
}

body.page-exit {
    opacity: 0;
}

body.page-entered {
    opacity: 1;
}

body::-webkit-scrollbar {
    width: 0.6vw;
}

body::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

body::-webkit-scrollbar-thumb {
    background: #213A82;
    border: 0px none #ffffff;
}

body::-webkit-scrollbar-thumb:hover {
    background: #213A82;
}

body::-webkit-scrollbar-thumb:active {
    background: #213A82;
}

body::-webkit-scrollbar-track {
    background: #fff;
    border: 0px none #ffffff;
    opacity: 0;
}

body::-webkit-scrollbar-track:hover {
    background: #FFF;
}

body::-webkit-scrollbar-track:active {
    background: #FFF;
}

body::-webkit-scrollbar-corner {
    background: transparent;
}

ul {
    list-style: none;
    margin: 0;
}

img {
    width: 100%;
    height: auto;
}

a,
a:hover,
a:focus {
    color: #000000;
    text-decoration: none;
}

.abcbtn {
    padding: 5px 15px;
    background: #213A82;
    color: #fff;
    width: max-content;
    align-items: center;
    display: flex;
    gap: 15px;
    font-weight: 500;
    height: 50px;
    font-size: 12px;
    transition: .5s;
}

.abcbtn:Hover {
    background: #fff;
    color: #213A82 !important;
    box-shadow: 0 5px 10px -3px #213A82;
}

.abcbtn i {
    font-size: 14px;
}

.colorabc {
    color: #213A82;
}

/* header */

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5%;
}

header .logo {
    max-width: 180px;
}

header .logo img {
    width: 100%;
    object-fit: contain;
}

header .menu {
    display: block;
    margin: auto;
}

header .menu ul {
    display: flex;
    align-items: center;
    justify-content: center;

}

header .menu li a {
    padding: 10px;
    color: #fff;
    font-weight: 400;
    transition: .5s;
    font-size: 12px;
}

header .menu li:Hover a {
    color: #d5d5d5;
}

/* RightBar */

.burgermenu {
    display: block;
    outline: none !important;
    border: none;
}

.burgermenu {
    display: block !important;
    margin: 10px 0;
    cursor: pointer;
}

.burger {
    position: relative;
    display: block;
    width: 28px;
    height: 4px;
    margin: 0 auto;
    background: #213A82;
    transform: skew(5deg);
    transition: all .275s;
}

.burger:after,
.burger:before {
    content: '';
    display: block;
    height: 100%;
    background: #213A82;
    transition: all .275s;
}

.burger:after {
    transform: translateY(-12px) translateX(-2px) skew(-20deg);
}

.burger:before {
    transform: translateY(-16px) skew(-10deg);
}

.is-open .burger {
    transform: skew(5deg) translateY(-8px) rotate(-45deg);
}

.is-open .burger:before {
    transform: translateY(0px) skew(-10deg) rotate(75deg);
}

.is-open .burger:after {
    transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
}

.burger-text {
    display: block;
    font-size: .675rem;
    letter-spacing: .05em;
    margin-top: .5em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #213A82;
}

.rightbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 6%;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    padding: 20px 0px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.rightbar .righttop .aramabtn {
    text-align: center;
}

.rightbar .aramabtn img {
    width: 20px;
    margin: auto;
}

.rightbar .dilsecenek {
    display: flex;
    margin-top: 4px;
}

.rightbar .dilsecenek li a {
    border-right: 1px solid #eee;
    padding: 0px 5px;
    font-size: 12px;
}

.rightbar .dilsecenek li:last-child a {
    border: none;
}

.rightbar .righttop {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rightbar ul.rightmenu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.rightbar ul.rightmenu li {
    overflow: hidden;
    text-align: left;
    background: #eee;
    padding: 8px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.rightbar ul.rightmenu li.active a {
    color: #fff;
    width: 100%;
}

.rightbar ul.rightmenu li img {
    width: 20px;
    transition: .5s;
}

.rightbar ul.rightmenu li.active img {
    margin-left: auto;
    filter: invert(1);
}

.rightbar ul.rightmenu li i {
    font-size: 26px;
    color: #213A82;
    transition: .5s;
    min-width: 30px;
    text-align: center;
}

.rightbar ul.rightmenu li.active i {
    margin-left: auto;
    color: #fff;
}

.rightbar ul.rightmenu li a {
    display: flex;
    position: relative;
    padding: 12px 0;
    font-size: 13px;
    justify-content: space-between;
    align-items: center;

}

.rightbar ul.rightmenu li.active {
    width: 280px;
    justify-content: space-between;
    background: #213A82;
}

.rightbar ul.rightmenu li a span {
    flex-wrap: wrap;
    position: absolute;
    opacity: 0;
    left: -100%;
    width: 140px;
    transition: .7s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.rightbar ul.rightmenu li.active a span {
    left: 0%;
    opacity: 1;
}


.rightbar ul.rightsocial {
    width: 100%;
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #eee;
}

.rightbar ul.rightsocial li {
    padding: 0 5px;
}

.rightbar ul.rightsocial li img {
    width: 15px;
}

.rightbar ul.rightsocial li i {
    font-size: 18px;
    color: #213A82;
    transition: .3s;
}

.rightbar ul.rightsocial li a:hover i {
    color: #fff;
    transform: scale(1.2);
}

/* Slider */

#slider {
    position: relative;
    height: 100vh;
}

#slider img,
#slider video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#slider .sliderContent {
    position: absolute;
    left: 5%;
    width: 50%;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#slider .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 41.15%, rgba(16, 28, 65, 0.6) 100%);
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}

#slider .sliderContent h1.slideTitle {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

#slider .sliderContent h1.slideTitle b{
    color: #fab233;
}

#slider .sliderContent .slideContent {
    color: #fff;
    font-size: 12px;
}


#slider .sliderHizliMenu {
    position: absolute;
    bottom: 4%;
    z-index: 10;
    right: 10%;
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

#slider .sliderHizliMenu .hizli_item {
    height: 150px;
    width: 150px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: .5s cubic-bezier(0.77, 0, 0.175, 1);
}

/* Renkli border stilleri */
.hizli-item-red {
    border-top: 4px solid #e74c3c;
    border-bottom: 4px solid #e74c3c;
}

.hizli-item-blue {
    border-top: 4px solid #3498db;
    border-bottom: 4px solid #3498db;
}

.hizli-item-green {
    border-top: 4px solid #2ecc71;
    border-bottom: 4px solid #2ecc71;
}

.hizli-item-yellow {
    border-top: 4px solid #f1c40f;
    border-bottom: 4px solid #f1c40f;
}

#slider .sliderHizliMenu .hizli_item .hizli_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(39deg, rgba(10, 21, 48, 0.90) 11.21%, rgba(9, 33, 89, 0.90) 41.82%, rgba(4, 29, 89, 0.90) 64.12%, rgba(13, 29, 67, 0.90) 110.8%);
    padding: 15px;
    border-radius: 10px;
    transition: .5s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#slider .sliderHizliMenu .hizli_item .hizli_content h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

#slider .sliderHizliMenu .hizli_item:hover {
    height: 220px;
}

#slider .sliderHizliMenu .hizli_item:hover .hizli_content {
    background: #fff;
}

#slider .sliderHizliMenu .hizli_item:hover .hizli_content h3 {
    color: #213A82;
}

#slider .sliderHizliMenu .hizli_item .hizli_content p {
    font-size: 0.75rem;
    opacity: 0;
    transition: opacity 0.5s ease, color 0.3s ease;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.4;
}

#slider .sliderHizliMenu .hizli_item:hover .hizli_content p {
    opacity: 1;
    color: #555;
}

#slider .sliderHizliMenu .hizli_item .hizli_content .hizli_btn {
    background: #000;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 0.8rem;
    transition: background 0.3s ease, opacity 0.5s ease, transform 0.5s ease;
    width: fit-content;
    opacity: 0;
    transform: translateY(10px);
}

#slider .sliderHizliMenu .hizli_item:hover .hizli_content .hizli_btn {
    opacity: 1;
    transform: translateY(0);
}

#slider .sliderHizliMenu .hizli_item .hizli_content .hizli_btn:hover {
    background: #333;
}

#slider .sliderHizliMenu .hizli_item .hizli_content .hizli_btn i {
    font-size: 0.7rem;
}

/* Duyurular */

#duyuru {
    padding: 80px 0;
    position: relative;
}

section .sec_title {
    margin-bottom: 20px;
}

section .sec_title span {
    font-size: 12px;
    color: #0B2F83;
    font-weight: 600;
}

section .sec_title h2 {
    color: #222F5D;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    width: max-content;
}

section .sec_title h2:after {
    content: '';
    width: 50%;
    height: 5px;
    display: block;
    background: #222F5D;
    margin-top: 10px;
}

#duyuru .swiper-slide {
    padding: 10px 0px;
}

#duyuru .swiper-slide .duyuru_item {
    background: #eee;
    box-shadow: 0 7px 7px -7px #000;
    transition: .5s;
}

#duyuru .swiper-slide .duyuru_item:hover {
    box-shadow: 0 10px 10px -10px #000 !important;
}

#duyuru .swiper-slide .duyuru_item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

#duyuru .swiper-slide .duyuru_item:Hover img {
    opacity: .8;
}

#duyuru .swiper-slide .duyuru_info {
    position: relative;
    display: block;
    padding: 15px 10px 25px;
}

#duyuru .swiper-slide .duyuru_info ul {
    display: flex;
    margin-bottom: 20px;
}

#duyuru .swiper-slide .duyuru_info ul li {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

#duyuru .swiper-slide .duyuru_info ul li {
    font-size: 11px;
    color: #222F5D;
}

#duyuru .swiper-slide .duyuru_info ul li:after {
    display: flex;
    content: '';
    background: #222F5D;
    height: 3px;
    width: 20px;
}

#duyuru .swiper-slide .duyuru_info ul li:last-child::after {
    content: none;
}

#duyuru .swiper-slide .duyuru_info a h2 {
    font-size: 1rem;
    color: #0B2F83;
    display: block;
    margin: 10px 0;
    font-weight: 700;
    text-align: center;
}

#duyuru .duyurunav {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 15px;
}

#duyuru .duyurunav a {
    background: #0B2F83;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    transition: .5s;
}

#duyuru .duyurunav a i {
    font-size: 18px;
}

#duyuru .duyurunav a.swiper-button-disabled {
    background: #A6BBEE;
    color: #0B2F83;
}

#duyuru .duyurunav a:hover {
    background: #0B2F83 !important;
    color: #fff;
}

/* Etkinlikler */

#etkinlik {
    padding: 80px 0;
    background: #0B2F83;
    position: relative;
    overflow: hidden;
}

#etkinlik:after {
    content: '';
    position: absolute;
    right: 0%;
    top: 0;
    transform: rotate(-6.464deg) scale(1.1);
    width: 50%;
    height: 100%;
    background: url(images/logoetk.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .6;
}

#etkinlik .sec_title h2 {
    color: #fff;
}

#etkinlik .sec_title h2:after {
    background: #fff;
}

#etkinlik .sec_title p {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

#etkinlik .etkinliknav {
    display: flex;
    gap: 10px;
}

#etkinlik .etkinliknav a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 3px 11px -3px #000;
    transition: .5s;
}

#etkinlik .etkinliknav a:Hover {
    background: #0B2F83;
}

#etkinlik .etkinliknav a:Hover i {
    color: #fff;
}

#etkinlik .etkinliknav a i {
    color: #0B2F83;
    font-size: 1rem;
    transition: .5s;
}

#etkinlik .yaklasanetk {
    padding: 15px 0;
}

#etkinlik .yaklasanetk h4 {
    color: #fff;
    font-size: 14px;
}

#etkinlik .yaklasanetk h5 {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

#etkinlik .yaklasantrh {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 1px 0px #fff;
    border-radius: 10px;
    width: max-content;
    margin-top: 15px;
    padding: 10px 25px;
    gap: 15px;
}

#etkinlik .yaklasantrh div {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

#etkinlik .yaklasantrh span {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 300;

}

#etkinlik .etk_item {
    position: relative;
}

#etkinlik .etk_item img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}

#etkinlik .etk_item .etk_info {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(14, 37, 95, 0) 0, rgba(14, 37, 95, .7) 25%, rgba(14, 37, 95, .9) 65%, #0B2F83 100%);
    padding: 15px 10px;
    transition: .5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#etkinlik .etk_item:Hover .etk_info {
    bottom: 0;
}

#etkinlik .etk_item .etk_info h2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

#etkinlik .etk_item .etk_info span {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}

#etkinlik .etk_item .etk_info .etk_link {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    float: right;
}

/* Sertifikalar */

#sertifika {
    padding: 80px 0;
    position: relative;
}

#sertifika ul {
    display: flex;
    gap: auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#sertifika ul li img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* Footer */

footer {
    color: #fff;
    background: #222F5D;
    padding: 80px 0 20px;
}

footer .footerlogo img {
    max-width: 120px;
    display: block;
    margin-bottom: 20px;
}

footer .footeraciklama {
    font-size: 10px;
    font-weight: 300;
    color: #fff;
}

footer .footersocial h5 {
    color: #fff;
    font-size: 13px;
    margin: 20px 0;
    display: block;
}

footer .footersocial ul {
    display: flex;
    gap: 10px;
}

footer .footersocial ul li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: .5s;
}

footer .footersocial ul li a i {
    font-size: 12px;
    transition: .5s;
}

footer .footersocial ul li:Hover a {
    background: #5678C8;
}

footer h3 {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 50px;
}

footer ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    margin: 5px 0;
    transition: .5s;
}

footer ul li:Hover a {
    color: #c0a270;
}


/* Big Menü */
.bigmenu {
    position: fixed;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #213a82;
    padding: 2% 2%;
    left: 100%;
}

.bigmenu .menumain ul li a {
    font-weight: 700;
    margin: 15px 0;
    display: flex;
    gap: 10px;
    color: #fff;
    font-size: 1.6rem;
    transition: .5s;
}

.bigmenu .menumain ul li.dropdown a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    display: block;
    color: #fff;
}

.bigmenu .menumain ul li:hover a {
    color: #c0a270;
}

.bigmenu .menumain ul li ul {
    display: none;
}


.layer {
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: #c0a270;
}

.bigmenu .burgermenu {
    outline: none !important;
    border: none !important;
    background: transparent;
}

.bigmenu .burger:after,
.bigmenu .burger:before,
.bigmenu .burger {
    background-color: #fff;
}

.menumain {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.menuleft {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.menukapat {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-top: 50px;
    text-align: center;
}

.menu_feat {
    color: #fff;
}

.menu_feat h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.menu_feat h4 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.menu_feat .feat_img {
    width: 300px;
    object-fit: contain;
    box-shadow: 0 5px 7px -2px #000;
}

.menu_feat .hizli_erisim_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 600px;
}

.menu_feat .hizli_erisim_item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    transition: .5s;
    text-decoration: none;
}

.menu_feat .hizli_erisim_item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: .5s;
}

.menu_feat .hizli_erisim_item:hover img {
    transform: scale(1.1);
}

.menu_feat .hizli_erisim_item h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.8) 100%);
    padding: 10px;
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.leftsocial li a {
    margin: 10px 0 !important;
}

.leftsocial li a i {
    font-size: 14px;
}


/*


*/

/* Menu Stuff */

.menu {
    opacity: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 50px;
    position: fixed;
    top: -100%;
    align-items: flex-start;
    z-index: 9999;
    background-color: #222F5D;
    transition: top 0.4s ease, opacity 0.35s ease;
}

.menu-container .nav {
    opacity: 1;
    margin-bottom: 0;
}

body.menu-open .menu {
    top: 0;
    opacity: 1;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    gap: 10px
}

.nav-link:hover {
    color: #c0a270;
    transition: all 0.2s ease-in-out;
}

.nav.dropdown {
    position: relative;
}

.nav.dropdown ul {
    max-height: 0;
    overflow: hidden;
    position: relative;
    left: 0;
    background: rgba(33, 58, 130, 0.95);
    padding: 0;
    min-width: 200px;
    margin-top: 0;
    border-radius: 5px;
    z-index: 1001;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}

.nav.dropdown.active ul {
    max-height: 500px;
    padding: 10px 0;
    margin-top: 10px;
}

.nav.dropdown ul li {
    padding: 8px 20px;
    position: relative;
}

.nav.dropdown ul li a {
    color: #fff;
    font-size: 0.9rem;
    transition: all 0.2s ease-in-out;
    display: block;
}

.nav.dropdown ul li:hover a {
    color: #c0a270;
    padding-left: 25px;
}

.nav.dropdown ul li.dropdown {
    position: relative;
}

.nav.dropdown ul li.dropdown ul {
    position: relative;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.nav.dropdown ul li.dropdown.active ul {
    max-height: 300px;
    padding: 10px 0;
}

.nav.dropdown > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    display: inline-block;
    color: #fff;
    margin-left: 5px;
    transition: transform 0.3s;
}

.nav.dropdown.active > a:after {
    transform: rotate(180deg);
}

.background {
    position: absolute;
    font-size: 15rem;
    font-weight: 600;
    color: rgba(235, 235, 235, 0.04);
    user-select: none;
    z-index: 1;
}

.small-number {
    font-size: 1.2rem;
}

.exit {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
}

.menu-close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 10000;
    color: #fff;
    font-size: 2rem;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.menu-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
    color: #c0a270;
}

.menu-close i {
    font-size: 1.5rem;
}

.title {
    font-size: 2rem;
    color: rgb(170, 151, 126);
}

.right {
    padding-right: 100px;
}

.information {
    margin-bottom: 24px;
}

.menu-container {
    z-index: 999;
    width: 100%;
}

.menu-container .options {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
    align-items: flex-start;
}

.menu-container .options > li {
    display: block;
    margin: 0;
    padding: 0;
}

.social-medias>a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* Scroll Animasyonları */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Mini Güven Unsurları */
#guven-unsurlari {
    padding: 60px 0;
    background: #fff;
}

.guven-item {
    text-align: center;
    padding: 0 0 30px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: .3s;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.guven-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #e0e0e0;
}

.guven-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.guven-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.guven-item:hover .guven-image img {
    transform: scale(1.05);
}

.guven-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.guven-icon-overlay i {
    font-size: 28px;
    color: #213A82;
}

.guven-item h3 {
    font-size: 32px;
    font-weight: 700;
    color: #213A82;
    margin-bottom: 8px;
    padding: 0 20px;
}

.guven-item p {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    padding: 0 15px;
}

/* Neden İlerlet Kurs? */
#neden-ilerlet {
    padding: 60px 0;
    background: #f8f9fa;
}

.avantaj-box {
    text-align: center;
    padding: 0 0 25px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: .3s;
    margin-bottom: 30px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.avantaj-box-1 {
    border-bottom: 3px solid #213A82;
}

.avantaj-box-2 {
    border-bottom: 3px solid #FF6B35;
}

.avantaj-box-3 {
    border-bottom: 3px solid #4CAF50;
}

.avantaj-box-4 {
    border-bottom: 3px solid #9C27B0;
}

.avantaj-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.avantaj-box-1:hover {
    box-shadow: 0 4px 12px rgba(33, 58, 130, 0.2);
}

.avantaj-box-2:hover {
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.2);
}

.avantaj-box-3:hover {
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.2);
}

.avantaj-box-4:hover {
    box-shadow: 0 4px 12px rgba(156, 39, 176, 0.2);
}

.avantaj-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #213A82 0%, #2a4ba0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.avantaj-icon i {
    font-size: 36px;
    color: #fff;
}

.avantaj-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
    position: relative;
}

.avantaj-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 2;
}

.avantaj-icon-overlay i {
    font-size: 28px;
    color: #213A82;
}

.avantaj-box-1 .avantaj-icon-overlay i {
    color: #213A82;
}

.avantaj-box-2 .avantaj-icon-overlay i {
    color: #FF6B35;
}

.avantaj-box-3 .avantaj-icon-overlay i {
    color: #4CAF50;
}

.avantaj-box-4 .avantaj-icon-overlay i {
    color: #9C27B0;
}

.avantaj-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    pointer-events: none;
}

.avantaj-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: brightness(0.95);
}

.avantaj-box:hover .avantaj-image img {
    transform: scale(1.05);
    filter: brightness(1);
}

.avantaj-box-1 .avantaj-image::after {
    background: linear-gradient(to bottom, rgba(33, 58, 130, 0.1) 0%, rgba(33, 58, 130, 0.2) 100%);
}

.avantaj-box-2 .avantaj-image::after {
    background: linear-gradient(to bottom, rgba(255, 107, 53, 0.1) 0%, rgba(255, 107, 53, 0.2) 100%);
}

.avantaj-box-3 .avantaj-image::after {
    background: linear-gradient(to bottom, rgba(76, 175, 80, 0.1) 0%, rgba(76, 175, 80, 0.2) 100%);
}

.avantaj-box-4 .avantaj-image::after {
    background: linear-gradient(to bottom, rgba(156, 39, 176, 0.1) 0%, rgba(156, 39, 176, 0.2) 100%);
}

.avantaj-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    min-height: 54px;
    padding: 0 20px;
    transition: color 0.3s ease;
}

.avantaj-box-1 h3 {
    color: #213A82;
}

.avantaj-box-2 h3 {
    color: #FF6B35;
}

.avantaj-box-3 h3 {
    color: #4CAF50;
}

.avantaj-box-4 h3 {
    color: #9C27B0;
}

.avantaj-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    padding: 0 20px;
}

/* Eğitim Programlarımız */
#egitim-programlari {
    padding: 60px 0;
    background: #fff;
}

.program-all-link {
    color: #213A82;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    transition: .3s;
}

.program-all-link:hover {
    color: #2a4ba0;
    gap: 12px;
}

.program-kart {
    background: #fff;
    padding: 0 0 25px 0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: .3s;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.program-kart:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #e0e0e0;
}

.program-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.program-kart:hover .program-image img {
    transform: scale(1.05);
}

.program-kart h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    padding: 0 20px;
}

.program-kart p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
    flex-grow: 1;
    padding: 0 20px;
}

.program-link {
    color: #213A82;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 20px;
    display: inline-block;
    transition: .3s;
}

.program-link:hover {
    color: #2a4ba0;
    text-decoration: underline;
}

/* Başarılarımız / İstatistikler */
#basarilarimiz {
    padding: 0;
    background: #fab233;
}

.istatistik-item {
    text-align: center;
    padding: 50px 20px;
    border-right: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.istatistik-item:last-child {
    border-right: none;
}

.istatistik-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.istatistik-label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* İlerlet Takip Sistemi */
#takip-sistemi {
    padding: 60px 0;
    background: #f8f9fa;
}

.takip-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #213A82;
    margin-bottom: 20px;
}

.takip-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.takip-ozellikler {
    margin-top: 30px;
}

.takip-ozellik-item {
    text-align: left;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: .3s;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.takip-ozellik-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    border-color: #e0e0e0;
}

.takip-ozellik-icon {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .3s;
}

.takip-ozellik-item:hover .takip-ozellik-icon {
    background: #213A82;
}

.takip-ozellik-icon i {
    font-size: 18px;
    color: #213A82;
    transition: .3s;
}

.takip-ozellik-item:hover .takip-ozellik-icon i {
    color: #fff;
}

.takip-ozellik-item span {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
}

.takip-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.takip-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Öğretmen Kadromuz */
#ogretmen-kadro {
    padding: 60px 0;
    background: #fff;
}

.ogretmen-item {
    text-align: center;
    margin-bottom: 30px;
}

.ogretmen-image {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f0f0f0;
    transition: .3s;
}

.ogretmen-item:hover .ogretmen-image {
    border-color: #213A82;
    transform: scale(1.05);
}

.ogretmen-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: .3s;
}

.ogretmen-item:hover .ogretmen-image img {
    filter: grayscale(0%);
}

.ogretmen-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.ogretmen-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Big Menü */
.bigmenu {
    position: fixed;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #213a82;
    padding: 2% 2%;
    left: 100%;
}

.bigmenu .menumain ul li a {
    font-weight: 700;
    margin: 15px 0;
    display: flex;
    gap: 10px;
    color: #fff;
    font-size: 1.6rem;
    transition: .5s;
}

.bigmenu .menumain ul li.menu-item-has-children a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    display: block;
    color: #fff;
}

.bigmenu .menumain ul li:hover a {
    color: #c0a270;
}

.bigmenu .menumain ul li ul {
    display: none;
}

.layer {
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: #c0a270;
}

.bigmenu .burgermenu {
    outline: none !important;
    border: none !important;
    background: transparent;
}

.bigmenu .burger:after,
.bigmenu .burger:before,
.bigmenu .burger {
    background-color: #fff;
}

.menumain {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.menuleft {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.menukapat {
    display: flex;
    align-items: center;
    margin-top: 50px;
    text-align: center;
}

.menu_feat {
    color: #fff;
}

.menu_feat h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.menu_feat h4 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.menu_feat .feat_img {
    width: 300px;
    object-fit: contain;
    box-shadow: 0 5px 7px -2px #000;
}

.leftsocial li a {
    margin: 10px 0 !important;
}

.leftsocial li a i {
    font-size: 14px;
}

/* Menu Stuff */
.bmenu {
    opacity: 0.3;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5% 50px;
    position: fixed;
    top: -150vh;
    align-items: flex-start;
    overflow: auto;
    z-index: 999;
    background-color: #222F5D;
}

.nav {
    opacity: 0;
    margin-bottom: -20px;
}

.menu-item-has-children .nav {
    opacity: 1 !important;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    gap: 10px;
}



.nav-link:hover, .nav-link:focus {
    color: #c0a270;
    transition: all 0.2s ease-in-out;
}

.menu-container .options > li {
     display: block;
     margin: 0;
     padding: 0;
}

.nav.menu-item-has-children {
    display: block !important;
}

.nav.menu-item-has-children ul {
    display: none;
    margin-left: 15px;
}

.nav.menu-item-has-children ul li {
    margin-bottom: 5px;
}

.nav.menu-item-has-children ul li a {
    font-size: 1rem;
}

.nav.menu-item-has-children>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    display: block;
    color: #fff;
    transition: .5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.nav.menu-item-has-children>a.active:after {
    transform: rotateZ(180deg);
}

.background {
    position: absolute;
    font-size: 15rem;
    font-weight: 600;
    color: rgba(235, 235, 235, 0.04);
    user-select: none;
    z-index: 1;
    top: -150vh;
    height: 100vh;
}

.small-number {
    font-size: 1.2rem;
}

.exit {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
}

.title {
    font-size: 2rem;
    color: rgb(170, 151, 126);
}

.right {
    padding-right: 100px;
}

.information {
    margin-bottom: 24px;
}

.menu-container {
    z-index: 999;
}

.social-medias>a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* Hamburger Menü */
.hamburger {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 5px;
}

.hamburger__line {
    width: 30px;
    height: 2px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

.hamburger__line-in {
    width: 200px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.hamburger__line-in::after,
.hamburger__line-in::before {
    width: 60px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: #fff;
}

.hamburger__line-in::before {
    left: -128px;
}

.hamburger__line-in::after {
    left: 0;
}

.hamburger__line--01,
.hamburger__line--02,
.hamburger__line--03 {
    left: 0;
}

.hamburger__line--01 {
    top: 10px;
}

.hamburger__line--02 {
    top: 20px;
}

.hamburger__line--03 {
    top: 30px;
}

.hamburger__line--cross01,
.hamburger__line--cross02 {
    left: 0;
}

.hamburger__line--cross01,
.hamburger__line--cross02 {
    top: 22px;
}

.hamburger__line--cross01 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger__line--cross02 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger__line {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hamburger__line-in {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hamburger__line-in::after,
.hamburger__line-in::before {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.hamburger__line-in--cross01,
.hamburger__line-in--cross02 {
    -webkit-transform: translateX(-33.3%);
    transform: translateX(-33.3%);
}

.hamburger__line-in--01 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.hamburger__line-in--02 {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

.hamburger__line-in--02::after,
.hamburger__line-in--02::before {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}

.hamburger__line-in--03 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.hamburger__line-in--03::after,
.hamburger__line-in--03::before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.hamburger__line-in--cross01 {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.hamburger__line-in--cross02 {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}

.hamburger__line-in--cross02::after,
.hamburger__line-in--cross02::before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.hamburger.is-opened-navi .hamburger__line-in--01,
.hamburger.is-opened-navi .hamburger__line-in--02,
.hamburger.is-opened-navi .hamburger__line-in--03 {
    -webkit-transform: translateX(33.3%);
    transform: translateX(33.3%);
}

.hamburger.is-opened-navi .hamburger__line-in--cross01,
.hamburger.is-opened-navi .hamburger__line-in--cross02 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.hamburger.is-opened-navi .hamburger__line-in--01 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hamburger.is-opened-navi .hamburger__line-in--02 {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}

.hamburger.is-opened-navi .hamburger__line-in--03 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.hamburger.is-opened-navi .hamburger__line-in--cross01 {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

.hamburger.is-opened-navi .hamburger__line-in--cross02 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.hamburger:hover .hamburger__line-in::after,
.hamburger:hover .hamburger__line-in::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.hamburger:hover .hamburger__line-in--01::after,
.hamburger:hover .hamburger__line-in--01::before,
.hamburger:hover .hamburger__line-in--02::after,
.hamburger:hover .hamburger__line-in--02::before,
.hamburger:hover .hamburger__line-in--03::after,
.hamburger:hover .hamburger__line-in--03::before {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.hamburger:hover .hamburger__line-in--cross01::after,
.hamburger:hover .hamburger__line-in--cross01::before,
.hamburger:hover .hamburger__line-in--cross02::after,
.hamburger:hover .hamburger__line-in--cross02::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::before {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.hamburger.is-opened-navi:hover .hamburger__line-in--01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

#bigmenu span {
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    width: 30px;
    display: block;
    font-size: 10px;
}

/* Breadcrumb */
section.breadcrumb {
    position: relative;
    padding: 150px 0 100px;
    color: #fff;
    height: 60vh;
    background-size: cover;
    background-position: bottom;
}

section.breadcrumb:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 41.15%, rgba(16, 28, 65, 0.6) 100%);
}

section.breadcrumb .sec_title {
    font-weight: 800;
    text-transform: uppercase;
}

section.breadcrumb .sec_et {
    font-weight: 800;
    text-transform: none;
}

section.breadcrumb .sec_content {
    position: relative;
    z-index: 10;
}

section.breadcrumb .sec_content ul {
    display: flex;
    padding: 15px 0;
    gap: 15px;
}

section.breadcrumb .sec_content ul li {
    border-right: 4px solid #0B2F83;
    padding-right: 15px;
}

section.breadcrumb .sec_content ul li:last-child {
    border: none !important;
}

section.breadcrumb .sec_content ul li a {
    display: block;
    font-size: 1rem;
    color: #fff;
    transition: .5s;
}

section.breadcrumb .sec_content ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #0B2F83;
    transition: .5s;
}

section.breadcrumb .sec_content ul li a:hover:after {
    width: 100%;
}

/* Media Query */
@media screen and (max-width: 991px) {
    .istatistik-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .istatistik-item:last-child {
        border-bottom: none;
    }
    
    .program-all-link {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .takip-ozellik-item {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 660px) {
    .menu {
        flex-direction: column;
        justify-content: center;
    }

    .bmenu {
        flex-direction: column;
        justify-content: flex-start;
        padding: 15% 50px;
    }

    .right {
        display: none;
    }

    .takip-ozellikler {
        grid-template-columns: 1fr;
    }

    .guven-item,
    .avantaj-box,
    .program-kart {
        margin-bottom: 20px;
    }
    
    .istatistik-number {
        font-size: 36px;
    }
    
    .istatistik-label {
        font-size: 11px;
    }
    
    .ogretmen-image {
        width: 120px;
        height: 120px;
    }
}

/* ==== İç Sayfa Şablonları ==== */
.inner-hero {
    position: relative;
    padding: 170px 0 80px;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.inner-hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(34,47,93,0.85), rgba(34,47,93,0.4));
}

.inner-hero .container {
    position: relative;
    z-index: 2;
}

.inner-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 10px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    background: transparent!important;
    font-size: 0.95rem;
    padding: 10px 0;
    margin: 0!important;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.inner-layout {
    padding: 60px 0;
}

.inner-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
}

.inner-sidebar {
    background: #f7f8fb;
    border: 1px solid #e5e8f0;
    border-radius: 10px;
    padding: 20px;
    position: sticky;
    top: 80px;
}

.inner-sidebar h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.inner-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-sidebar li {
    border-bottom: 1px solid #e5e8f0;
}

.inner-sidebar li:last-child {
    border-bottom: none;
}

.inner-sidebar a {
    display: block;
    padding: 10px 0;
    color: #213A82;
    text-decoration: none;
    font-weight: 500;
}

.inner-sidebar a.active,
.inner-sidebar a:hover {
    color: #c0a270;
}

.inner-sidebar .nav.dropdown {
    position: relative;
}

.inner-sidebar .nav.dropdown > a {
    position: relative;
    padding-right: 25px;
}

.inner-sidebar .nav.dropdown > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.inner-sidebar .nav.dropdown.active > a:after {
    transform: translateY(-50%) rotate(180deg);
}

.inner-sidebar .nav.dropdown ul {
    max-height: 0;
    overflow: hidden;
    padding-left: 20px;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.inner-sidebar .nav.dropdown.active ul {
    max-height: 500px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.inner-sidebar .nav.dropdown ul li {
    border-bottom: none;
    padding-left: 0;
}

.inner-sidebar .nav.dropdown ul li a {
    font-size: 0.95rem;
    padding: 8px 0;
}

.inner-content h2 {
    margin-bottom: 12px;
    font-size: 1.6rem;
}

.inner-content article {
    margin-bottom: 30px;
}

.bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bullet-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.bullet-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c0a270;
}

.pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pill-grid span {
    background: #f1f2f7;
    border: 1px solid #e3e6f0;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 0.95rem;
}

.info-box {
    border: 1px solid #e5e8f0;
    border-radius: 12px;
    padding: 18px 20px;
    background: #fdfdfd;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.contact-card {
    border: 1px solid #e5e8f0;
    border-radius: 12px;
    padding: 16px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn.primary {
    background: #213A82;
    color: #fff;
}

.btn.primary:hover {
    background: #1a2f69;
}

.btn.secondary {
    background: #c0a270;
    color: #fff;
}

.btn.secondary:hover {
    background: #aa8c5f;
}

.btn.outline {
    border: 1px solid #213A82;
    color: #213A82;
    background: #fff;
}

.btn.outline:hover {
    background: #213A82;
    color: #fff;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.sube-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sube-card {
    border: 1px solid #e5e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.sube-image {
    height: 180px;
    background-size: cover;
    background-position: center;
}

.sube-body {
    padding: 16px;
}

.sube-body h2 {
    margin-bottom: 8px;
}

.sube-meta {
    font-size: 0.95rem;
    color: #555;
}

.sube-actions {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.sube-gallery {
    margin-top: 40px;
}

.sube-gallery h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #213A82;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 4/3;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0,0,0,0.15);
}

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Sonuca Odaklan Bölümü */
#sonuc-odak {
    padding: 80px 0;
    background: #f8f9fa;
}

#sonuc-odak h2 {
    font-size: 2.5rem;
    color: #213A82;
    margin-bottom: 30px;
    font-weight: 700;
}

#sonuc-odak h3 {
    font-size: 2rem;
    color: #fab233;
    margin-bottom: 20px;
    font-weight: 700;
}

#sonuc-odak p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

#sonuc-odak img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
    #sonuc-odak .row {
        flex-direction: column-reverse;
    }
    
    #sonuc-odak .col-lg-6:first-child {
        margin-top: 30px;
    }
    
    #sonuc-odak h2 {
        font-size: 2rem;
    }
    
    #sonuc-odak h3 {
        font-size: 1.5rem;
    }
}

/* Form Stilleri */
#sube-basvuru-form input:focus,
#sube-basvuru-form textarea:focus {
    outline: none;
    border-color: #213A82;
}

#sube-basvuru-form input:hover,
#sube-basvuru-form textarea:hover {
    border-color: #c0a270;
}

@media (max-width: 992px) {
    .inner-grid {
        grid-template-columns: 1fr;
    }

    .inner-sidebar {
        position: relative;
        top: 0;
    }

    .inner-hero {
        padding: 100px 0 60px;
    }
}

/* Hızlı Bağlantılar (Slider Sağı) */
.slider-hizli-baglantilar {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    min-width: 200px;
    max-width: 250px;
}

.slider-hizli-baglantilar .widget-title {
    font-size: 1rem;
    font-weight: 600;
    color: #213A82;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hizli-baglantilar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hizli-baglantilar-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hizli-baglanti-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.9rem;
    border-left: 3px solid transparent;
}

.hizli-baglanti-item:hover {
    background: #213A82;
    color: #fff;
    border-left-color: #fab233;
    transform: translateX(5px);
}

.hizli-baglanti-item i {
    font-size: 1.1rem;
    color: #213A82;
    transition: all 0.3s;
}

.hizli-baglanti-item:hover i {
    color: #fab233;
}

@media (max-width: 1200px) {
    .slider-hizli-baglantilar {
        display: none;
    }
}

/* Eğitim Programları Sayfası - Modern Tasarım */
.program-intro {
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}

.program-intro h2 {
    font-size: 36px;
    font-weight: 700;
    color: #213A82;
    margin-bottom: 15px;
}

.intro-text {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.program-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.program-category-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.program-category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #213A82, #2a4ba0);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.program-category-card:hover::before {
    transform: scaleX(1);
}

.program-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #e0e0e0;
}

.category-ortaokul {
    background: linear-gradient(135deg, #fff 0%, #f8f9ff 100%);
}

.category-ortaokul .category-icon {
    background: linear-gradient(135deg, #213A82 0%, #2a4ba0 100%);
    color: #fff;
}

.category-ortaokul:hover {
    border-color: #213A82;
}

.category-lise {
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
}

.category-lise .category-icon {
    background: linear-gradient(135deg, #FF6B35 0%, #ff8555 100%);
    color: #fff;
}

.category-lise:hover {
    border-color: #FF6B35;
}

.category-mezun {
    background: linear-gradient(135deg, #fff 0%, #f5fff5 100%);
}

.category-mezun .category-icon {
    background: linear-gradient(135deg, #4CAF50 0%, #66bb6a 100%);
    color: #fff;
}

.category-mezun:hover {
    border-color: #4CAF50;
}

.category-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.category-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.program-category-card:hover .category-icon {
    transform: scale(1.1) rotate(5deg);
}

.category-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.category-description {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
    min-height: 50px;
}

.category-programs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.program-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.program-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #213A82;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
}

.program-item:hover::before {
    transform: scaleY(1);
}

.program-item:hover {
    background: #fff;
    border-color: #e0e0e0;
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.category-ortaokul .program-item:hover {
    border-color: #213A82;
}

.category-ortaokul .program-item::before {
    background: #213A82;
}

.category-lise .program-item:hover {
    border-color: #FF6B35;
}

.category-lise .program-item::before {
    background: #FF6B35;
}

.category-mezun .program-item:hover {
    border-color: #4CAF50;
}

.category-mezun .program-item::before {
    background: #4CAF50;
}

.program-item .program-grade {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: block;
}

.program-item .program-label {
    font-size: 13px;
    color: #999;
    font-weight: 500;
    display: block;
    margin-top: 4px;
}

.program-item i {
    color: #999;
    font-size: 16px;
    transition: all 0.3s ease;
}

.program-item:hover i {
    color: #213A82;
    transform: translateX(5px);
}

.category-lise .program-item:hover i {
    color: #FF6B35;
}

.category-mezun .program-item:hover i {
    color: #4CAF50;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .program-intro h2 {
        font-size: 28px;
    }
    
    .intro-text {
        font-size: 16px;
    }
    
    .program-categories-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .program-category-card {
        padding: 25px;
    }
    
    .category-header h3 {
        font-size: 24px;
    }
    
    .category-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

/* Eğitim Programları Archive Sayfası */
.archive-filters {
    margin: 40px 0 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #f8f9fa;
    color: #666;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.filter-btn i {
    font-size: 12px;
}

.filter-btn:hover {
    background: #213A82;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(33, 58, 130, 0.2);
}

.filter-btn.active {
    background: #213A82;
    color: #fff;
    border-color: #213A82;
}

.archive-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 0;
}

.archive-title {
    font-size: 32px;
    font-weight: 700;
    color: #213A82;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.archive-title i {
    font-size: 28px;
    color: #fab233;
}

.archive-description {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.programs-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.program-archive-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
}

.program-archive-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #e0e0e0;
}

.program-archive-card.category-ortaokul:hover {
    border-color: #213A82;
}

.program-archive-card.category-lise:hover {
    border-color: #FF6B35;
}

.program-archive-card.category-mezun:hover {
    border-color: #4CAF50;
}

.program-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.program-archive-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}

.program-archive-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.program-archive-card:hover .program-archive-image img {
    transform: scale(1.1);
}

.program-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.program-no-image i {
    font-size: 64px;
    color: #dee2e6;
}

.program-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 58, 130, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.program-archive-card:hover .program-overlay {
    opacity: 1;
}

.view-details {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.view-details i {
    font-size: 18px;
}

.program-archive-content {
    padding: 25px;
}

.program-category-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #f1f2f7;
    color: #213A82;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.program-archive-card.category-ortaokul .program-category-badge {
    background: rgba(33, 58, 130, 0.1);
    color: #213A82;
}

.program-archive-card.category-lise .program-category-badge {
    background: rgba(255, 107, 53, 0.1);
    color: #FF6B35;
}

.program-archive-card.category-mezun .program-category-badge {
    background: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
}

.program-category-badge i {
    font-size: 10px;
    margin-right: 6px;
}

.program-archive-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.program-archive-card:hover .program-archive-title {
    color: #213A82;
}

.program-archive-card.category-lise:hover .program-archive-title {
    color: #FF6B35;
}

.program-archive-card.category-mezun:hover .program-archive-title {
    color: #4CAF50;
}

.program-archive-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.program-archive-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.program-read-more {
    color: #213A82;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.program-archive-card:hover .program-read-more {
    gap: 12px;
}

.program-archive-card.category-lise:hover .program-read-more {
    color: #FF6B35;
}

.program-archive-card.category-mezun:hover .program-read-more {
    color: #4CAF50;
}

.program-read-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.program-archive-card:hover .program-read-more i {
    transform: translateX(5px);
}

/* Pagination */
.archive-pagination {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.archive-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.archive-pagination .page-numbers a,
.archive-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: #f8f9fa;
    color: #666;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.archive-pagination .page-numbers a:hover {
    background: #213A82;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(33, 58, 130, 0.2);
}

.archive-pagination .page-numbers .current {
    background: #213A82;
    color: #fff;
    border-color: #213A82;
}

.archive-pagination .page-numbers .prev,
.archive-pagination .page-numbers .next {
    gap: 6px;
}

/* No Programs Found */
.no-programs-found {
    text-align: center;
    padding: 80px 20px;
    background: #f8f9fa;
    border-radius: 16px;
    margin: 40px 0;
}

.no-programs-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.no-programs-icon i {
    font-size: 48px;
    color: #dee2e6;
}

.no-programs-found h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.no-programs-found p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

/* Archive Responsive */
@media (max-width: 768px) {
    .archive-filters {
        margin: 30px 0 20px;
    }
    
    .filter-buttons {
        justify-content: flex-start;
    }
    
    .filter-btn {
        padding: 10px 18px;
        font-size: 13px;
    }
    
    .archive-title {
        font-size: 24px;
        flex-direction: column;
        gap: 8px;
    }
    
    .archive-title i {
        font-size: 24px;
    }
    
    .archive-description {
        font-size: 14px;
    }
    
    .programs-archive-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .program-archive-image {
        height: 200px;
    }
    
    .program-archive-content {
        padding: 20px;
    }
    
    .program-archive-title {
        font-size: 20px;
    }
    
    .archive-pagination .page-numbers {
        gap: 6px;
    }
    
    .archive-pagination .page-numbers a,
    .archive-pagination .page-numbers span {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        font-size: 13px;
    }
}

/* Şubeler Archive Sayfası */
.sube-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.sube-archive-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.sube-archive-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #e0e0e0;
}

.sube-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.sube-archive-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}

.sube-archive-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sube-archive-card:hover .sube-archive-image img {
    transform: scale(1.1);
}

.sube-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.sube-no-image i {
    font-size: 64px;
    color: #dee2e6;
}

.sube-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 58, 130, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sube-archive-card:hover .sube-overlay {
    opacity: 1;
}

.sube-archive-content {
    padding: 25px;
}

.sube-category-badge {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(33, 58, 130, 0.1);
    color: #213A82;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sube-category-badge i {
    font-size: 10px;
    margin-right: 6px;
}

.sube-archive-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.sube-archive-card:hover .sube-archive-title {
    color: #213A82;
}

.sube-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}

.sube-meta-item i {
    color: #213A82;
    font-size: 16px;
    margin-top: 2px;
    min-width: 20px;
}

.sube-meta-item span {
    flex: 1;
    line-height: 1.6;
}

.sube-archive-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 15px 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sube-archive-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.sube-read-more {
    color: #213A82;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.sube-archive-card:hover .sube-read-more {
    gap: 12px;
}

.sube-read-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.sube-archive-card:hover .sube-read-more i {
    transform: translateX(5px);
}

.no-sube-found {
    text-align: center;
    padding: 80px 20px;
    background: #f8f9fa;
    border-radius: 16px;
    margin: 40px 0;
}

.no-sube-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.no-sube-icon i {
    font-size: 48px;
    color: #dee2e6;
}

.no-sube-found h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.no-sube-found p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

/* Şube Single Sayfası */
.sube-featured-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.sube-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.sube-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.sube-highlights {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid #213A82;
}

.sube-highlights h3 {
    font-size: 22px;
    font-weight: 700;
    color: #213A82;
    margin-bottom: 20px;
}

.sube-sidebar {
    position: sticky;
    top: 20px;
}

.sube-info-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.sube-info-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #213A82;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.sube-info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.sube-info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sube-info-item i {
    color: #213A82;
    font-size: 20px;
    margin-top: 2px;
    min-width: 24px;
}

.sube-info-item strong {
    display: block;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.sube-info-item p {
    margin: 0;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.sube-info-item a {
    color: #213A82;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sube-info-item a:hover {
    color: #2a4ba0;
    text-decoration: underline;
}

.sube-categories {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
}

.sube-categories h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.sube-cta {
    text-align: center;
}

.sube-cta .btn {
    width: 100%;
    justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
    .sube-archive-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .sube-archive-image {
        height: 200px;
    }
    
    .sube-archive-content {
        padding: 20px;
    }
    
    .sube-sidebar {
        position: static;
        margin-top: 30px;
    }
}

/* Neden İlerlet Kurs Single Sayfası */
.neden-ilerlet-featured-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.neden-ilerlet-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.neden-ilerlet-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.neden-ilerlet-categories {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #213A82;
}

.neden-ilerlet-categories h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.neden-ilerlet-sidebar {
    position: sticky;
    top: 20px;
}

.related-posts {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.related-posts h3 {
    font-size: 20px;
    font-weight: 700;
    color: #213A82;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.related-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-posts li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.related-posts li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.related-posts a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
    transition: color 0.3s ease;
    display: block;
}

.related-posts a:hover {
    color: #213A82;
    padding-left: 5px;
}

/* Neden İlerlet Taxonomy Archive Bölümü */
.neden-ilerlet-taxonomy-archive {
    padding: 60px 0;
    background: #f8f9fa;
    margin-top: 50px;
}

.taxonomy-archive-header {
    text-align: center;
    margin-bottom: 40px;
}

.taxonomy-archive-header .archive-title {
    font-size: 32px;
    font-weight: 700;
    color: #213A82;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.taxonomy-archive-header .archive-title i {
    font-size: 28px;
    color: #fab233;
}

.taxonomy-archive-header .archive-description {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.neden-ilerlet-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.neden-ilerlet-archive-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.neden-ilerlet-archive-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #e0e0e0;
}

.neden-ilerlet-archive-card.current-post {
    border-color: #213A82;
    background: linear-gradient(135deg, #fff 0%, #f8f9ff 100%);
}

.neden-ilerlet-archive-card.current-post .neden-ilerlet-archive-title {
    color: #213A82;
}

.neden-ilerlet-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.neden-ilerlet-archive-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}

.neden-ilerlet-archive-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.neden-ilerlet-archive-card:hover .neden-ilerlet-archive-image img {
    transform: scale(1.1);
}

.neden-ilerlet-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.neden-ilerlet-no-image i {
    font-size: 64px;
    color: #dee2e6;
}

.neden-ilerlet-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 58, 130, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.neden-ilerlet-archive-card:hover .neden-ilerlet-overlay {
    opacity: 1;
}

.neden-ilerlet-archive-content {
    padding: 25px;
}

.neden-ilerlet-archive-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.neden-ilerlet-archive-card:hover .neden-ilerlet-archive-title {
    color: #213A82;
}

.neden-ilerlet-archive-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.neden-ilerlet-archive-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.neden-ilerlet-read-more {
    color: #213A82;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.neden-ilerlet-archive-card:hover .neden-ilerlet-read-more {
    gap: 12px;
}

.neden-ilerlet-read-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.neden-ilerlet-archive-card:hover .neden-ilerlet-read-more i {
    transform: translateX(5px);
}

.neden-ilerlet-archive-card.current-post .neden-ilerlet-read-more {
    color: #213A82;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .neden-ilerlet-taxonomy-archive {
        padding: 40px 0;
    }
    
    .taxonomy-archive-header .archive-title {
        font-size: 24px;
        flex-direction: column;
        gap: 8px;
    }
    
    .taxonomy-archive-header .archive-title i {
        font-size: 24px;
    }
    
    .neden-ilerlet-archive-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .neden-ilerlet-archive-image {
        height: 180px;
    }
    
    .neden-ilerlet-sidebar {
        position: static;
        margin-top: 30px;
    }
}

/* Contact Form 7 - Yeni Şube Başvurusu */
.contact-form-wrapper {
    max-width: 600px;
}

.contact-form-wrapper .form-row {
    margin-bottom: 20px;
}

.contact-form-wrapper .form-group {
    margin-bottom: 0;
}

.contact-form-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #213A82;
    font-size: 15px;
}

.contact-form-wrapper .required {
    color: #d32f2f;
}

.contact-form-wrapper .form-control,
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e5e8f0;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.contact-form-wrapper .form-control:focus,
.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper input[type="tel"]:focus,
.contact-form-wrapper textarea:focus {
    outline: none;
    border-color: #213A82;
    box-shadow: 0 0 0 3px rgba(33, 58, 130, 0.1);
}

.contact-form-wrapper textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form-wrapper .btn-primary,
.contact-form-wrapper input[type="submit"],
.contact-form-wrapper .wpcf7-submit {
    background: #213A82;
    color: #fff;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.contact-form-wrapper .btn-primary:hover,
.contact-form-wrapper input[type="submit"]:hover,
.contact-form-wrapper .wpcf7-submit:hover {
    background: #1a2f69;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(33, 58, 130, 0.3);
}

.contact-form-wrapper .wpcf7-response-output {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    font-weight: 500;
}

.contact-form-wrapper .wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.contact-form-wrapper .wpcf7-mail-sent-ng,
.contact-form-wrapper .wpcf7-aborted {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.contact-form-wrapper .wpcf7-spam {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.contact-form-wrapper .wpcf7-validation-errors,
.contact-form-wrapper .wpcf7-not-valid-tip {
    color: #d32f2f;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.contact-form-wrapper .wpcf7-not-valid {
    border-color: #d32f2f !important;
}

.contact-form-wrapper .wpcf7-spinner {
    margin-left: 10px;
}

select.form-control:not([size]):not([multiple]){
    height: 55px!important;
}