@font-face {
    font-family: 'Montserrat';
    src: url('../../../fonts/montserrat/Montserrat-Light.woff2') format('woff2');
    font-weight: 300; /* Light ağırlık */
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../../fonts/montserrat/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400; /* Regular ağırlık */
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../../fonts/montserrat/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500; /* Medium ağırlık */
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../../fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600; /* Semi-bold ağırlık */
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../../fonts/montserrat/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700; /* Bold ağırlık */
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* ***** Global ***** */
:root {
	--lqd-container-width: 1140px;
	--lqd-container-width-md: 970px;
	--lqd-container-width-sm: 750px;
	--lqd-row-gutter-x: 20px;
	--lqd-row-gutter-y: 20px;

	--lqd-body-text-color: #000000;
	--lqd-color-primary: #fff;
	--lqd-color-secondary: #5b7bfb;
	--lqd-color-link: #5b7bfb;
	--lqd-color-link-hover: #181b31;
	--lqd-color-dark: #292929;
	--lqd-color-gradient-start: #007fff;
	--lqd-color-gradient-stop: #ff4d54;
	--lqd-color-accent: #F7F8FA;
	--lqd-color-blue-300: #39374D;
	--lqd-color-blue-900: #10131d;
	--lqd-color-green-100: rgba(0, 34, 44, 0.43);
	--lqd-color-green-600: rgba(17, 48, 46, 0.9);
	--lqd-color-green-700: #143331;
	--lqd-color-blue-700: #112446;
	--lqd-color-gray-100: #FCFAF9;
	--lqd-color-gray-200: #F4F4F4;
	--lqd-color-gray-300: #e5e3df;
	--lqd-color-gray-400: #909197;
	--lqd-color-gray-500: #7F8284;
	--lqd-color-slate-200: #F7F8F8;
	--lqd-color-slate-700: #3B4B53;
	--lqd-color-slate-900: #222232;
	--lqd-color-yellow-100: #F8F5F3;

	--lqd-body-font-family: 'Montserrat', sans-serif;
	--lqd-body-font-size: 17px;
	--lqd-body-line-height: 1.64em;

	--lqd-heading-font-family: "Montserrat", Sans-serif;
	--lqd-heading-font-weight: 400;
	--lqd-heading-line-height: 1.25em;
	--lqd-heading-color: #5b7bfb;
	--lqd-h1-font-size: 42px;
	--lqd-h2-font-size: 40px;
	--lqd-h3-font-size: 35px;
	--lqd-h4-font-size: 28px;
	--lqd-h5-font-size: 20px;
	--lqd-h5-line-height: 1.5em;
	--lqd-h6-font-size: 16px;
	--lqd-h6-line-height: 1.5em;

	--lqd-sticky-header-height: 72px;
}
.consulturk-titles {
    font-family:Montserrat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 80% !important;
    word-break: pre;
    color: white;
    font-size: 18px;
    font-weight: 600;
    z-index:99999;
}
.entry-title{
    font-weight: 600 !important;
}
/* Button & Link */
button,
input[type="button"],
input[type="submit"],
.btn,
.font-heading {
	font-family: var(--lqd-heading-font-family);
}

.btn-md {
	--btn-pt: 17px;
	--btn-pe: 55px;
	--btn-pb: 17px;
	--btn-ps: 55px;
}

/* ***** Main Header ****** */
.main-header .main-nav {
	--lqd-menu-items-top-padding: 25px;
	--lqd-menu-items-right-padding: 15px;
	--lqd-menu-items-bottom-padding: 6px;
	--lqd-menu-items-left-padding: 15px;
}

.main-header .main-nav>li>a {
	font-family: var(--lqd-heading-font-family);
    text-transform:uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.main-header .nav-item-children a {
	font-size: 1em;
	font-weight: 500;
}

.is-stuck .main-nav {
	--lqd-menu-items-bottom-padding: 12px;
}

/* ***** Header Sticky ***** */
.is-stuck .module-header {
	background-color: #fff;
}

.is-stuck .navbar-collapse .main-nav>li>a,
.is-stuck .module-header h6 {
	color: #102020;
}

/* ***** Mobile Header ***** */
.lqd-mobile-sec .main-nav>li>a {
	font-family: var(--lqd-body-font-family);
}

/* ***** Titlebar ***** */
.titlebar-inner h1 {
	font-weight: 700;
}

.titlebar-inner p {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

.accordion-active-has-fill .accordion-item.active .accordion-title a {
	background-color: var(--lqd-color-secondary);
	color: #fff;
}

.has-accordion .accordion-item.active .accordion-expander {
	color: #FFFFFF;
}
/* Genel Buton Stili */
.blog-btn {
    display: inline-flex; /* Icon ve text yan yana hizalama */
    align-items: center; /* Dikey hizalama */
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #fff; /* Arka plan beyaz */

    border: 1px solid #e0e0e0; /* İnce gri çerçeve */
    transition: background-color 0.3s ease, transform 0.3s ease;
    gap: 10px; /* İkon ve yazı arasında boşluk */
}

.blog-btn:hover {
    background-color: #f8f9fa; /* Hover arka plan rengi */
    color: #495057; /* Hover text secondary daha koyu */
    transform: scale(1.05); /* Hafif büyüme efekti */
}

/* Arrow İkonları */
.blog-btn .icon {
    font-size: 16px;
}

/* Genel Düzenleme */
.w-full {
    width: 100%;
}

.blog-btn-flex{
    display: flex;
}

.justify-between {
    justify-content: space-between;
}


.blog-btn-spacing {
    gap: 40px; /* Butonlar arasında boşluk */
}
@media (max-width: 768px) {
    .blog-btn-flex {
        flex-direction: column; /* Dikey hizalama */
        align-items: stretch; /* Tam genişlik */
        gap: 15px; /* Butonlar arasında dikey boşluk */
    }

    .blog-btn {
        justify-content: center; /* İkon ve metni ortala */
        text-align: center;
    }

    .blog-btn .icon {
        margin: 0; /* Mobilde ikonda ekstra boşluk olmaması için */
    }
}.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.pagination a {
    padding: 10px 15px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    border-radius: 50px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 14px; /* Varsayılan yazı boyutu */
}

.pagination a:hover {
    background-color: #f0f0f0;
    color: #007bff;
}

.pagination a.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

/* Tablet cihazlar (768px ve altı) */
@media (max-width: 768px) {
    .pagination {
        gap: 8px; /* Butonlar arasındaki boşluğu azalt */
    }

    .pagination a {
        padding: 12px 18px; /* Butonları biraz büyüt */
        font-size: 13px; /* Yazı boyutunu küçült */
    }
}

/* Mobil cihazlar (480px ve altı) */
@media (max-width: 480px) {
    .pagination {
        flex-wrap: wrap; /* Butonları satır bazında diz */
        gap: 6px; /* Daha küçük boşluk */
    }

    .pagination a {
        padding: 5px 7px; /* Daha küçük butonlar */
        font-size: 10px; /* Daha küçük yazı */
        letter-spacing: 0;
    }

    
}
 /* Arama Formu Konteyneri */
 .search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

/* Arama Kutusu */
.search-container {
    display: flex;
    width: 100%;
    max-width: 600px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Girdi Alanı */
.search-input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    border-radius: 5px 0 0 5px;
}

.search-input::placeholder {
    color: #aaa;
    font-style: italic;
	font-size:12px;
}

/* Arama Butonu */
.search-button {
    padding: 10px 20px;
    background-color: #2c3d63;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.search-button:hover {
    background-color: #007bff;
}

/* Mobil Görünüm */
@media (max-width: 768px) {
    .search-container {
        width: 90%;
    }
}
.consulturk-whatsapp-wrapper {
    position: fixed;
    bottom: 50px;
    left: 25px;
    z-index: 100;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.consulturk-whatsapp-icon {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.consulturk-whatsapp-icon img {
    transition: all 0.3s ease-in-out;
}

.consulturk-whatsapp-wrapper:hover .consulturk-whatsapp-icon {
    transform: scale(1.1);
}

.consulturk-whatsapp-text {
    margin-left: 10px;
    background-color: #fff;
    color: #25d366;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 25px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.consulturk-whatsapp-wrapper:hover .consulturk-whatsapp-text {
    opacity: 1;
    visibility: visible;
    margin-left: 15px;
}
.mega-menu-container {
    position: relative;
}

/* Mega Menü Varsayılan */
.mega-menu {
    position: absolute;
    top: 100%;

    transform: translateX(-50%); /* Sol referansı ortalamak için hizalanıyor */
    display: none;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
    width: 90vw; /* Sayfanın %90'ı kadar genişlik */
    max-width:871px; /* Maksimum genişlik */
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Hover veya Tıklama ile Açıldığında */
.mega-menu-container:hover .mega-menu,
.mega-menu.open { /* JavaScript ile 'open' sınıfı eklenirse çalışır */
    display: flex;
    opacity: 1;
    visibility: visible;
}

/* Kolonlar */
.mega-menu-column {
    margin-right: 20px;
    min-width: 230px;
    position: relative;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* Son Kolonun Çizgisini Kaldır */
.mega-menu-column:last-child {
    border-right: none;
    padding-right: 0;
}

/* Hizmet Başlıkları */
.mega-menu-column h3 {
    text-align: center;
    font-size: 16px;
    align-items: center; /* İkon ve metni hizalar */
    font-weight: 500;
    margin-bottom: 10px;
    color: #5b7bfb;
}

/* Liste İçeriği */
.mega-menu-column ul {
    list-style: none;
    padding: 0;
}
/* Yukarı Ok */
.mega-menu::before {
    content: '';
    position: absolute;
    top: -5px; /* Menüden 10px yukarıda */
    left: 57%;
    transform: translateX(-50%);
    width: 0;
    
 
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff; /* Menü arka planıyla aynı renk */
    z-index: 1001; /* Menüden önde */
}
.mega-menu-column ul li {
    margin-bottom: 8px;
}

.mega-menu-column ul li a {
    display: flex;
    font-weight:400;
    align-items: center; /* İkon ve metni hizalar */
    color: #555;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.mega-menu-column ul li a i {
    margin-right: 10px; /* Metin ile ikon arası boşluk */
    font-size: 14px;
    color: #828282; /* İkon rengi */
}
.mega-menu-column ul li a:hover i {
    margin-right: 10px; /* Metin ile ikon arası boşluk */
    font-size: 14px;
    color: #5b7bfb; /* İkon rengi */
}
.mega-menu-column ul li span{
    margin-right: 5px; /* Metin ile ikon arası boşluk */
    font-size: 24px;
font-weight:bold;
}

/* Hover Efekti */
.mega-menu-column ul li a:hover {
    color: #5b7bfb;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .mega-menu {
        flex-direction: column;
        position: static;
        width: 100%;
        max-width: none;
        padding: 10px;
    }

    .mega-menu-column {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        margin-bottom: 15px;
    }

    .mega-menu-column ul li a {
        font-size: 16px;
    }
}
.mega-menu-container:hover .mega-menu,
.mega-menu.open { /* JavaScript ile tetiklenebilir */
    transform: translateX(-50%) scaleY(1); /* Açık */
    opacity: 1;
    visibility: visible;
}
/* YYS Görseli için Stil */
.mega-menu-column .yys-image {
    margin-top: 20px; /* Liste ile görsel arasına boşluk ekle */
    text-align: center; /* Görseli ortala */
}

.mega-menu-column .yys-image img {
    max-width: 100%; /* Görsel genişliğini konteynere göre ayarla */
    height: 200px; /* Görsel oranını koru */
    border-radius: 5px; /* Görsele hafif yuvarlak köşe */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
}
.titlebar.scheme-light {
  
    background-blend-mode: exclusion;
}
@media (max-width: 768px) {
    .titlebar-inner p {
   margin-top:5px;
        font-size: 14px;
   
        line-height: 21px;
    }
    
    .main-header {

        background: rgba(0, 0, 0, 0.5); /* Siyah yarı saydam katman */
        background-size: cover;
    }
        .titlebar-col p{
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
}.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
}
/* Genel arka plan ve yerleşim */
.search-popup-content {
    background: #ffffff;
    padding: 20px;
    width: 90%;
   
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* X Close Butonu */
.close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #5b7bfb;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.close-button:hover {
    background: #e50500;
    transform: scale(1.1);
}

/* Arama Input */
.search-input {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border-bottom: 2px solid #ddd;
    
    outline: none;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.search-result-icon{
    border-right: 2px solid black;
}
.search-input:focus {
    border-color: #ddd;
    box-shadow: 0 0 5px #ddd;
}

/* Placeholder */
.search-input::placeholder {
    color: #b0b0b0;
    font-size: 14px;
}

/* Ara Butonu (isteğe bağlı eklenirse) */
.search-button {

    padding: 10px 20px;
    background: #5b7bfb;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.search-button:hover {
    background: #0056b3;
}
/* Scrollable düzen */
.search-results {
    margin-top: 20px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}

/* Her bir sonuç için düzen */
.search-result-item {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.2s ease;
}

.search-result-item:hover {
    background-color: #f8f8f8;
}

/* Sol ve sağ kolon düzeni */
.search-result-item img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-right: 20px;
    border-radius: 4px;
    object-fit: cover;
}
.result-icon {
    width: 20%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
    position: relative;
}

.result-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    border-left: 2px solid #e0e0e0;
}

.result-content strong {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}

.result-content strong .result-type {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    margin-left: 10px;
    font-style: italic;
}

.result-content p {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.result-icon-container {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Badge düzeni */
.badge {
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 5px;
    color: #fff;
}

.badge-service {
    background-color: #5b7bfb;
}

.badge-blog {
    background-color: #e50500;
}

.result-content p {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0;
}

/* Smooth geçiş animasyonu */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

#cg-language-selector {
    background-color: #F4F4F4;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Buton hover veya aktif olduğunda */
#cg-language-selector:hover,
.language-selector.hover-active #cg-language-selector {
    background-color: #39527d;
    color: #FFFFFF;
}

/* Butonun içindeki ikonların hover efekti */
#cg-language-selector:hover .btn-icon,
.language-selector.hover-active #cg-language-selector .btn-icon {
    color: #e41313;
    fill: #e41313;
}

/* Dil dropdown menüsü */
.language-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 10px;
    border-radius: 25px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    display: none;
    min-width: 120px;
    margin-top: 5px;
    white-space: nowrap;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Dropdown ok işareti */
.language-dropdown::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
/* Menü Açıldığında */
.language-selector.hover-active .language-dropdown {
    opacity: 1;
    visibility: visible;
}
/* Dropdown içindeki linkler */
.language-dropdown li {
    list-style: none;
    padding: 10px;
    text-align: center;
}

.language-dropdown li a {
    color: black;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: color 0.3s ease-in-out;
}

/* Hover efekti */
.language-dropdown li a:hover {
    color: #e41313;
}

/* Mobilde dropdown taşmasını önleme */
@media screen and (max-width: 400px) {
    .language-dropdown {
        left: auto;
        right: 0;
        transform: none;
    }
}/* Grid Konteyner */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Kolonlar dinamik olarak ayarlanır */
    gap: 20px; /* Hücreler arası boşluk */
    padding: 20px;
    background-color: #f9f9f9; /* Genel arka plan rengi */
}

/* Grid Hücreleri */
.grid-item {
    background-color: #fff; /* Beyaz arka plan */
    border-radius: 10px; /* Köşeleri yuvarlat */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Gölge efekti */
    padding: 20px;
    text-align: center; /* Ortala */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Efekti */
.grid-item:hover {
    transform: translateY(-5px); /* Hover'da yukarı kaydır */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Gölgeyi büyüt */
}

/* İkonlar */
.grid-item i {
    font-size: 36px; /* İkon boyutu */
    color: #5b7bfb; /* İkon rengi */
    margin-bottom: 10px; /* İkon ile başlık arası boşluk */
}

/* Başlık */
.grid-item h3 {
    font-size: 18px;
    color: #2c3d63;
    font-weight: bold;
    margin: 0;
}#banner-area{
    margin-right:120px !important;
}