/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.gb-accordion__toggle-50147c8f:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus) {
    font-weight: 600;
    padding: 10px 20px;
    border-bottom: 1px solid #979797!important;
}
.gb-accordion__toggle{
padding:10px 20px;
    border-bottom:1px solid #979797!important;
}

.gb-accordion__item {
    margin-bottom: 0em!important;
    border-bottom: 0px solid #979797!important;
    padding: 0em!important;
}
.gb-accordion__content {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    border-bottom-width: 1px;
}
.main-navigation.toggled .main-nav li {
    width: 100%;
    text-align: center;
	margin-bottom: 15px;
}
/*******buraya kadar yeni**/

.login-popup, .logout-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0; left: 0;
  width: 100%; height: 100%;
  justify-content: center;
  align-items: center;
}

.login-popup.active,
.logout-popup.active {
  display: flex;
}

.login-popup-content {
  background: transparent;
  padding: 2rem;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
 /* box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);*/
  text-align: center;
}

.login-popup-content input {
  width: 100%;
  padding: 10px;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
	  color: #333;
}

input[type="password"]:focus {
  color: #333;
}
.login-popup-content input:focus {
  width: 100%;
  padding: 10px;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}
input.emailtext[type="email"]:focus {
  color: #333;
}

.popup-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.popup-buttons button,
.popup-buttons a {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.popup-buttons .btn-logout-confirm {
padding:12px 40px 12px 40px;

gap: 10px;
border-radius: 50px;	 
background-color: var(--light-blue);
color: var(--white);
font-size: 14px;
text-transform:uppercase;
	text-decoration: none;
}
input::placeholder {
  color:  grey;
font-family: Inter;
font-weight: 500;
font-size: 18px;
line-height: 27px;
letter-spacing: 0%;
/* istediğin renk kodunu buraya yaz */
}


.login-popup-content{
	color:#fff;
  font-family: Inter;
font-weight: 500;
font-size: 18px;
line-height: 27px;
letter-spacing: 0%;text-decoration: none;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
/* istediğin renk kodunu buraya yaz */
}
a.login-text{
	color:#fff;
  font-family: Inter;
font-weight: 500;
font-size: 18px;
line-height: 27px;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;
/* istediğin renk kodunu buraya yaz */
}
button.sumbit-btn{
padding-top: 12px;
padding-right: 17px;
padding-bottom: 12px;
padding-left: 17px;
gap: 10px;
border-radius: 50px;	 
background-color: var(--light-blue);
color: var(--white);
font-size: 14px;
text-transform:uppercase;
}
button.popup-close{
padding:12px 40px 12px 40px;
gap: 10px;
font-size: 14px;
text-transform:uppercase;
border-radius: 50px;
background-color: #fff;
color:  var(--light-blue);
}
#resetForm button.sumbit-btn{
padding:12px 40px 12px 40px;
gap: 10px;
border-radius: 50px;	 
background-color: var(--light-blue);
color: var(--white);
font-size: 14px;
text-transform:uppercase;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    align-items: center;
    background-color: var(--light-blue);
    color: var(--white);
    font-size: 20px;
    height: 45px;
    justify-content: center;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 73.5px;
    padding: 10px 40px;
    width: auto;
}




/* Underline on hover (excluding li.light-btn) */
.main-navigation .main-nav ul li:not(.light-btn) > a:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 0.12em; /* More consistent than % */
    text-underline-offset: 0.22em;     /* Adjusts spacing nicely */
    text-underline-position: from-font;
}

/* Underline for the current (active) menu item (excluding li.light-btn) */
.main-navigation .main-nav ul li:not(.light-btn).current-menu-item > a,
.main-navigation .main-nav ul li:not(.light-btn).current_page_item > a,
.main-navigation .main-nav ul li:not(.light-btn).current-menu-ancestor > a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.22em;
    text-underline-position: from-font;
}

.gb-accordion__toggle-icon svg {
  width: 50px !important;
  height: 50px !important;
}

.gb-query-grid.simple  {
    display: inline-flex!important;
    column-gap: 20px!important;
}
	.category-accordion {
    background: #fff;
    margin-bottom: 16px;
}

.category-accordion-summary {
	font-family: Inter;
font-weight: 700;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
    cursor: pointer;
    font-weight: bold;
    padding: 15px;
    position: relative;
	 border-bottom: 1px solid #ddd;
}

.category-accordion-summary .accordion-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-right: 2px solid #0073aa;
    border-bottom: 2px solid #0073aa;
    transform-origin: center;
    transition: 0.2s;
    transform: translateY(-50%) rotate(45deg);
}

.category-accordion[open] .accordion-icon {
    transform: translateY(-50%) rotate(225deg);
}

.gb-post-container {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
    flex-direction: column;
}

.gb-post-icon img,
.no-image {
    width: 40px;
height: 40px;
gap: 10px;
	
}

h4.gb-headline a, a.gb-headline, .gb-post-content h4 a{
    color: #000000;
    margin: 0 0 6px 0;
    font-family: Inter;
font-weight: 700;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
	color:black;

}

.gb-post-excerpt {
       font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 10px;
}

.gb-button {
    font-size: 14px;
    font-weight: 700;
    color: #0073aa;
	text-transform:uppercase;
    text-decoration: none;
}

.category-accordion-summary::-webkit-details-marker {
    display: none;
}

.category-accordion-summary {
    list-style: none;
}

	/* Arama formunun dış kapsayıcısı */
.my-french-search-container {
  width: 100%;
  max-width: 600px; /* Form genişliğini sınırlandırabilirsiniz */
  margin: 20px auto;
}

/* Formun kendisi (mavi arka plan, yuvarlak kenar) */
.my-french-search-form {
  display: flex;
  align-items: center;
  border-radius: 40px;
  box-shadow: 0px 1px 4px 1px #ccc;

}
.select-area {
    display: flex;
    align-items: center;
    background-color: #0db7f2;
    border-radius: 40px 0 0 40px;
    box-sizing: border-box;
	width:150px;
}

.input-area {
    display: contents;
    align-items: center;
    background-color: #ffffff;
   border-radius: 0px 40px 40px 0px;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}
.my-french-search-select {
  /* Varsayılan ok işaretini gizlemek */
  appearance: none;
  -webkit-appearance: none;
  /* Özel arka plan (beyaz ok) eklemek */
  background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2 L5 7 L10 2 Z' fill='%23ffffff'/%3E%3C/svg%3E") 
              no-repeat right 4px center; /* Sağ tarafta, dikey ortada */
  background-size: 10px 10px;
  padding: 14px 19px 13px 22px; /* Ok ile metin çakışmasın diye sağ boşluk */
  border: none;
  outline: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background-color: #37B7FF;
  cursor: pointer;
  
  /* Diğer form stiliniz varsa ekleyin, ör. margin, min-width, vs. */
  min-width: 120px; /* “SÉLECTIONNER” rahat sığsın */
  border-radius: 25px 0px 0 25px;
}
/* Metin kutusu (Mots clefs) */
.my-french-search-input {
 flex: 1;
    border: 0px solid !important;
}
button.my-french-search-button:hover {
    background: transparent;
}

/* Placeholder rengini beyaz/grileştirmek */
.my-french-search-input::placeholder {
  color: #ccc;
  opacity: 0.7; /* Biraz saydamlık ekleyerek gri ton verebilirsiniz */
}

/* Tarayıcının focus outline veya border eklemesini engellemek için */
.my-french-search-input:focus,
.my-french-search-select:focus,
.my-french-search-button:focus {
  outline: none;
  box-shadow: none;
  border: none;
	 /* Varsayılan ok işaretini gizlemek */
  appearance: none;
  -webkit-appearance: none;
  /* Özel arka plan (beyaz ok) eklemek */
  background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2 L5 7 L10 2 Z' fill='%23ffffff'/%3E%3C/svg%3E") 
              no-repeat right 4px center; /* Sağ tarafta, dikey ortada */
  background-size: 10px 10px;
  padding: 14px 19px 13px 22px; /* Ok ile metin çakışmasın diye sağ boşluk */
  border: none;
  outline: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background-color: #37B7FF;
  cursor: pointer;
  
  /* Diğer form stiliniz varsa ekleyin, ör. margin, min-width, vs. */
  min-width: 120px; /* “SÉLECTIONNER” rahat sığsın */
  border-radius: 25px 0px 0 25px;
}

/* Buton (ikon) */
.my-french-search-button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem;
}

.my-french-search-button svg {
  fill: currentColor; /* SVG ikonun rengi butonun metin rengiyle aynı */
  width: 20px;
  height: 20px;
}

/* Sonuç özeti (örneğin: 9 résultats trouvés sur 123) */
.my-french-search-summary {
    margin: 15px 0;
    font-size: 16px;
    color: #0db7f2;
    text-align: center;
    font-weight: 500;
    font-style: italic;
}

/* Sonuç listesi */
.my-french-search-results {
  list-style: none;
  padding: 0;
  margin: 0;
}

.my-french-search-item {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.my-french-search-item a {
   margin: 15px 0;
    font-size: 16px;
    color: #0db7f2;
    text-align: center;
    font-weight: 500;
    font-style: italic;
}

.my-french-search-item a:hover {
  text-decoration: underline;
}

/* Sonuç yoksa */
.my-french-search-no-results {
  color:  #0db7f2;
  margin-top: 10px;
}
input.my-french-search-input {
    width: 50%;
}
.main-navigation .inside-navigation {
    display: grid;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

