.page-seo-content{
	max-height: 650px!important;
	overflow: auto!important;
}

.page-seo-content::-webkit-scrollbar-track{
	background-color: unset;
	border-radius: 10px;
}

.page-seo-content::-webkit-scrollbar{
	width: 16px;
	background-color: unset;
}

.page-seo-content::-webkit-scrollbar-thumb{
	border: 5px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-radius: 9999px;
	background-color: #AAAAAA;
}

/* Post grid a etiketlerini pasifleştirme */

.a-link-cancel a{
	pointer-events: none;  /* tıklamayı engeller */
    cursor: default;       /* imleç değişir */
    text-decoration: none; /* alt çizgi kalkar */
    color: inherit;        /* renk değişmez */
}


/* Kısa Kod İçerikleri */

.flex-title-container img {
    height: 30px;
}

.flex-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
	gap:5px;
	margin-bottom: 10px;
}

.flex-title-container h5{
    margin: 0!important;
	color: #a71c49;
	font-size: 18px;
}

.flex-content-item{
	border:2px solid #f5f5f5;
	border-radius: 15px;
	padding: 15px;
}

.item-content *{
	font-size: 14px!important;
}

.ilgili-okullar-title{
	font-size: var(--wp--preset--font-size--xx-large);
	text-align: center;
	margin: 20px 0px 0px 0px!important;
}

.okul-bilgilendirme{
	font-style: italic;
    font-size: medium;
	text-align: center;
	max-width: 800px;
}

.okul-flex-item{
	border: 2px solid #f5f5f5;
	border-radius:15px;
	overflow: hidden;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 10px;
	position: relative;
}

.okul-flex-last-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(226deg, rgb(247, 183, 51) 0%, rgb(252, 74, 26) 100%);
    border: none !important;
    text-align: center;
}

.okul-flex-last-item-text{
	font-size: x-large;
    font-weight: 600;
    line-height: normal;
    margin: 0 !important;
    color: white;
}

.okul-flex-item img {
    width: 100%;
    height: 170px;
    max-height: 200px;
    object-fit: contain;
	border-bottom: 2px solid #f5f5f5;
}

.okul-title{
	width: 100%;
    text-align: center;
    padding: 0px 10px;
	font-weight: 600;
}

.okul-sehirler {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    flex-wrap: wrap;
}

span.okul-sehir {
    background-color: #a71c49;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 100px;
    color: white;
}

.sss-baslik{
	font-size: var(--wp--preset--font-size--xx-large);
	text-align: center;
	margin: 40px 0px 0px 0px!important;
}

.sss-container li {
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #f5f5f5;
    border-radius: 15px;
}

.sss-container ol{
	padding:0px!important;
	list-style-type: none!important;
}

.sss-soru{
	font-weight: 600;
}

.sss-yanit{
	
}

/* Ülkeler Post Grid CSS */

.pfy-countries-postgrid article{
	transform: scale(1);
    transition: transform 0.35s ease-in-out!important;
}

.pfy-countries-postgrid article img{
	border-radius: 15px;
}

.pfy-countries-postgrid article:hover{
	transform: scale(1.05);
}

/*  Header Menü */


.header-menu ul.wp-block-navigation__container > li > a{
	padding: 4px 10px!important;
	font-weight: 500;
    color: #303030;
    border: 1px solid #bcbcbc;
    border-radius: 100px;
    line-height: normal;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.header-menu ul.wp-block-navigation__container > li:hover > a{
	background-color: #a71c49!important;
    color: white!important;
    border: 1px solid #a71c49;
}

.header-menu ul.wp-block-navigation__container > li:hover > ul {
    border-radius: 10px;
    overflow: hidden !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{
	padding-top: 10px!important;
	gap: 10px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{
	font-size: medium!important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: 30px;
}

/* Öğrenci Yorumları Slider CSS */

li.student-comment {
    border: 2px solid #f6f6f6;
    border-radius: 15px;
	padding:15px;
	height: 280px;
	background-color:white;
}

li.student-comment > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
	gap: 5px;
	margin-bottom: 10px;
}

li.student-comment > div > img {
    width: 60px;
    height: 60px;
    object-fit: cover;
	border-radius: 200px;
}

li.student-comment > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

li.student-comment > div > div > p {
    font-weight: 500;
    margin: 0;
	line-height: normal;
}

li.student-comment > div > div span {
    font-size: 14px;
    font-weight: 400;
}

.glide__arrows {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

button.glide__arrow {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

button.glide__arrow:hover {
    background-color: #a71c49;
	cursor: pointer;
}

button.glide__arrow:hover svg {
    fill:white;
}

/* Header Mobile Menu CSS */

nav.header-menu-mobile > div ul.wp-block-navigation__container{
	display: flex!important;
    width: 100%!important;
    align-items: flex-start!important;
    gap: 10px!important;
	align-items: stretch!important;
}


nav.header-menu-mobile > div ul.wp-block-navigation__container li{
	display: flex!important;
    flex-direction: column!important;
    align-items: stretch!important;
}

nav.header-menu-mobile > div ul.wp-block-navigation__container > li > ul{
	display: none!important;
    flex-direction: column!important;
    align-items: flex-start!important;
}

nav.header-menu-mobile > div ul.wp-block-navigation__container > li{
	gap: 10px!important;
    border: 2px solid #f6f6f6!important;
    border-radius: 6px!important;
    padding: 5px 10px!important;
	position: relative!important;
}

nav.header-menu-mobile > div ul.wp-block-navigation__container > li ul{
	padding: 0 !important;
	gap: unset !important;
}

nav.header-menu-mobile > div ul.wp-block-navigation__container > li > a{
	font-size: 1.2em!important;
    font-weight: 500!important;
	color: #4b4b4b!important;
}

nav.header-menu-mobile > div ul.wp-block-navigation__container > li > ul > li > a{
	font-size: 1.1em !important;
    font-weight: 400 !important;
	line-height: 30px!important;
}

nav.header-menu-mobile span.mobile_menu_arrow {
    position: absolute!important;
    right: 10px!important;
    top: 8px!important;
    color: var(--wp--preset--color--primary) !important;
}

nav.header-menu-mobile > div ul.wp-block-navigation__container > li.header-menu-mobile-title{
	border: none !important;
	background-color: #a71c49 !important;
}

nav.header-menu-mobile > div ul.wp-block-navigation__container > li.header-menu-mobile-title:not(:first-child){
	margin-top: 40px!important;
}

nav.header-menu-mobile > div ul.wp-block-navigation__container > li.header-menu-mobile-title > a{
	border: none !important;
	background-color: #a71c49 !important;
}

nav.header-menu-mobile > button{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

nav.header-menu-mobile > button::after {
  content: "Menü";
  display: inline-block; /* metin gibi davranması için */
  font-size: 14px;       /* istediğin boyut */
  color: #000;           /* istediğin renk */
}

.header-menu-mobile-title a{
	pointer-events: none;  /* tıklamayı engeller */
    cursor: default;       /* imleç değişir */
    text-decoration: none; /* alt çizgi kalkar */
    color: inherit; 	
}

.header-menu-mobile-title a span{
	color:white!important;
}

/* Cookie Consent Css */

.cookie-banner{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background-color: #1960c6;
	position: fixed;
	top: unset;
	bottom: 0;
	left: 0;
	right: unset;
	padding: 20px 20px 80px 20px;
	display: flex;
	flex-direction: column;
	border-radius: 20px 20px 0px 0px;
	z-index: 999999;
}

.cookie-banner-desc{
	color: white;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}

.cookie-banner-desc a{
	color: white;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}

.cookie-banner-buttons{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 15px;
}

.cookie-banner-buttons a{
	min-width: 150px;
	color: black;
	background-color: white;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

/*Banner bitti yapılandırma başladı*/


.cookie-configure-overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	right: unset;
	bottom: unset;
	z-index: 9999999;
}

.cookie-configure{
	background-color: white;
	width: 90%;
	max-width: 800px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 30px auto;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
}

.cookie-configure-header{
	width: 100%;
	box-sizing: border-box;
	background-color: #1960c6;
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	flex-wrap: nowrap;
	padding: 20px;
}

.cookie-configure-header *{margin:0;}

.cookie-configure-header p{
	flex-grow: 1;
	font-size: 16px;
	font-weight: 600;
	color: white;
}

.cookie-configure-header a{
	background-color: white;
	color: black;
	cursor: pointer;
	width: 28px;
	height: 28px;
	border-radius: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-shrink: 0;
}

.cookie-configure-content-scroll{
	width: 100%;
	box-sizing: border-box;
	max-height: 40vh;
	overflow: auto;
	margin: 15px 0px;
}

.cookie-configure-content{
	padding: 20px;
}

.cookie-configure-content h3{
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: 700;
	color: black;
}

.cookie-configure-content p{
	margin: 0 0 0 0;
	font-size: 13px;
	font-weight: 400;
	color: black;
}

.cookie-configure-content hr{
	margin: 20px 0 20px 0;
	font-size: 13px;
	font-weight: 400;
}

.cookie-configure-inputs{
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 5px;
}

.cookie-configure-inputs input{
	width: 20px;
	height: 20px;
	margin: 0;
}

.cookie-configure-inputs label{
	font-size: 16px;
	color: black;
}

.cookie-configure-buttons{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #1960c6;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;

}

.cookie-configure-buttons a{
	min-width: 180px;
	color: black;
	background-color: white;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

@media (max-width: 820px) {
	.cookie-configure-buttons{
		flex-direction: column;
		align-items: stretch;
		flex-wrap: nowrap;
	}

	.cookie-banner-buttons{
		flex-direction: column;
		align-items: stretch;
		flex-wrap: nowrap;
	}

	.cookie-configure-content-scroll{
		max-height: 30vh;
	}
}

/* Cookie Consent Css Bitti */

/* Öğrenci Yorumu Css */
.ogrenci-yorumu-single-content h2:not(.not-custom-styles *,.not-custom-styles){
    font-size: x-large;
    margin-top: 40px!important;
    margin-bottom: 10px!important;
}

.ogrenci-yorumu-single-content h3:not(.not-custom-styles *,.not-custom-styles){
    font-size: x-large;
    margin-top: 40px!important;
    margin-bottom: 10px!important;
}
/* Öğrenci Yorumu Css Bitti */

/* Yoast Breadcrumb Css */

.yoast-breadcrumbs span {
    color: #a8a8a8;
}
.yoast-breadcrumbs span a {
    font-weight: 700;
    color: #888888;
}

.yoast-breadcrumbs * {
    font-size: small;
}

/* Yoast Breadcrumb Css Bitti*/
