/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five Child Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/* DM Sans fontunu kullan */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --bs-body-font-family: 'DM Sans', sans-serif;
    --bs-font-sans-serif: 'DM Sans', sans-serif;
}

html body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Başlıklar için de kullan */
html h1, 
html h2, 
html h3, 
html h4, 
html h5, 
html h6 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

@media (min-width: 1400px) {
    html .container {
        max-width: 1380px;
    }
}

html .container,
html .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

html .row {
    margin-right: -10px;
    margin-left: -10px;
}

html .row > * {
    padding-right: 10px;
    padding-left: 10px;
} 

/* Reset styles */
a{
    text-decoration: none !important;
}

/* Header Styles */
.header-main {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.header-row-1 {
    height: 40px;
    padding: 7px 0;
    background-color: #00031F;
}

.header-phone {
    
}

.header-phone > a {
    display: flex;
    align-items: center;
    color: #fff;
}

.header-phone > a > span {
    margin-left: 6px;
}

.header-phone > a:hover span {
    text-decoration: underline;
}

.header-mail {
    
}

.header-mail > a {
    display: flex;
    align-items: center;
    color: #fff;
}

.header-mail > a > span {
    margin-left: 6px;
}

.header-mail > a:hover span {
    text-decoration: underline;
}

.header-row-2 {
    background-color: #fff;
}

.header-logo {
    padding: 28px 0; 
}

.header-logo > a {
    display: block;
}

/* Header Menu */
.header-menu {
    padding: 10px 0;
}

.header-menu > ul {

}

.header-menu > ul > li {

}

.header-menu li:not(:last-child) {
    margin-right: 32px;
}

.header-menu > ul > li > a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.header-menu > ul > li > a:hover {
    color: #007bff;
}

.btn-call-now > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    font-size: 14px;
    padding: 0 16px;
    border-radius: 60px;
    border: 1px solid #C8052C;
    background-color: #F63A61;
    transition: all 0.2s ease;
}

.btn-call-now > a:hover {
    background-color: #C8052C;
}

/* Home Page Styles */
.hero-section {
    padding: 80px 0;
    background-color: #0A85EA;
    background-image: url('./assets/images/section-1-bg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-section-content {
    text-align: center;
    margin-bottom: 40px;
}

.hero-section-content > div {
    color: #ffff;
    font-size: 44px;
    font-weight: 600;
}

.hero-section-content > span {
    color: #fff;
    font-size: 20px;
}

.hero-section-btn {
    text-align: center;
    margin-top: 24px;
}

.hero-section-btn > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 16px;
    padding: 0 16px;
    border-radius: 60px;
    border: 1px solid #C8052C;
    background-color: #F63A61;
    transition: all 0.2s ease;
}

.hero-section-subtext {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 12px;
}

.hero-section-subtext > span {
    display: inline-block;
    font-size: 14px;
    margin-left: 4px;
}

@media (max-width: 767px) {
    .hero-section {
        padding: 40px 0;
    }
    .hero-section-content > div {
        font-size: 32px;
    }
    .hero-section-content > span {
        font-size: 18px;
    }
}

.info-banners {
    padding: 24px 0;
    background-color: #E6F3FD;
}

.info-banner {
    position: relative;
    border-radius: 4px;
    padding: 0 16px 16px;
    border: 1px solid #E6F3FD;
    background-color: #fff;
}

.info-banner > .info-banner-icon {
    text-align: center;
    margin: 16px 0 8px;
}

.info-banner > .info-banner-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 72px;
    opacity: .3;
    border-radius: 0 0 50px 50px;
}

.info-banner.info-banner-1 > .info-banner-icon:after {
    background-color: #93E7FE;
}

.info-banner.info-banner-2 > .info-banner-icon:after {
    background-color: #FFD978;
}

.info-banner.info-banner-3 > .info-banner-icon:after {
    background-color: #FFA666;
}

.info-banner.info-banner-4 > .info-banner-icon:after {
    background-color: #FAA9E4;
}

.info-banner > .info-banner-icon > svg {
    position: relative;
    z-index: 1;
}

.info-banner > .info-banner-content {
    text-align: center;
}

.info-banner > .info-banner-content > div {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.info-banner.info-banner-1 > .info-banner-content > div {
    color: #005870;
}

.info-banner.info-banner-2 > .info-banner-content > div {
    color: #7C5900;
}

.info-banner.info-banner-3 > .info-banner-content > div {
    color: #9B4100;
}

.info-banner.info-banner-4 > .info-banner-content > div {
    color: #96006D;
}

.info-banner > .info-banner-content > span {
    color: #0F0049;
    font-size: 14px;
    opacity: .6;
}

.visa-countries {
    padding: 80px 0;
}

.visa-countries-title {
    text-align: center;
    margin-bottom: 36px;
}

.visa-countries-title > div {
    color: #0F0049;
    font-size: 40px;
    font-weight: 600;
}

.visa-countries-title > span {
    font-size: 16px;
}

ul#visa-countries-tabs-title {
    padding: 10px;
    border-radius: 4px;
    gap: 10px;
    border: 1px solid #F0F0F0;
    margin-bottom: 28px;
}

ul#visa-countries-tabs-title > li {
    flex: 1 0 0;
   
}

ul#visa-countries-tabs-title.nav-tabs > li > .nav-link {
   width: 100%;
   color: #333;
   font-size: 14px;
   border:none;
   border-radius: 4px;
   background-color: #EFEFEF;
   transition: all 0.3s ease;
}

ul#visa-countries-tabs-title.nav-tabs > li > .nav-link.active {
    color: #fff;
    background-color: #0A85EA;
}

#visa-countries-tabs-content .country-card {
    display: block;
    border:1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #FCFCFC;
    transition: all 0.2s ease;
}

#visa-countries-tabs-content .country-card:hover {
    transform: scale(1.05);
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

#visa-countries-tabs-content .country-flag-and-name {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

#visa-countries-tabs-content .country-card .country-flag {
    height: 20px;
    display: flex;
    align-items: center;
    margin-right: 8px;
}

#visa-countries-tabs-content .country-card .country-flag img {
    max-height: 20px;
    width: auto;
    max-width: 100%;
    border-radius: 4px;
    object-fit: contain;
}

#visa-countries-tabs-content .country-card .country-name {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

#visa-countries-tabs-content .country-card .country-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 14px;
}

#visa-countries-tabs-content .country-card .country-link > h3 {
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.6;
}

#visa-countries-tabs-content .country-card .country-link > .country-link-icon {
    margin-left: 6px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}

#visa-countries-tabs-content .country-card .country-link > .country-link-icon > svg {
    transition: all 0.2s ease;
}

#visa-countries-tabs-content .country-card .country-link > .country-link-icon > svg > path {
    fill: #666;
}

#visa-countries-tabs-content .country-card:hover >  .country-link > .country-link-icon > svg {
    transform: rotate(-45deg);
}

/* Desktop'ta mobil dropdown'u gizle */
.visa-countries-mobile-dropdown {
    display: none;
}

@media (max-width: 767px) {
    .visa-countries {
        padding: 40px 0;
    }
    .visa-countries-title > div {
        font-size: 28px;
    }
    .visa-countries-title > span {
        font-size: 14px;
    }
    
    /* Mobil'de normal tab'ları gizle */
    ul#visa-countries-tabs-title {
        display: none;
    }
    
    /* Mobil dropdown menu */
    .visa-countries-mobile-dropdown {
        display: block !important;
        margin-bottom: 28px;
    }
    
    .mobile-tab-dropdown {
        position: relative;
        width: 100%;
    }
    
    .mobile-tab-dropdown-btn {
        width: 100%;
        padding: 15px 20px;
        background-color: #0A85EA;
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .mobile-tab-dropdown-btn:hover {
        background-color: #0970CC;
    }
    
    .mobile-tab-dropdown-btn .dropdown-arrow {
        transition: transform 0.3s ease;
        font-size: 12px;
    }
    
    .mobile-tab-dropdown-btn.open .dropdown-arrow {
        transform: rotate(180deg);
    }
    
    .mobile-tab-dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        border: 1px solid #E0E0E0;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        max-height: 300px;
        overflow-y: auto;
        display: none;
    }
    
    .mobile-tab-dropdown-menu.show {
        display: block;
    }
    
    .mobile-tab-dropdown-item {
        padding: 15px 20px;
        cursor: pointer;
        border-bottom: 1px solid #F0F0F0;
        transition: background-color 0.2s ease;
        font-size: 15px;
        color: #333;
    }
    
    .mobile-tab-dropdown-item:last-child {
        border-bottom: none;
    }
    
    .mobile-tab-dropdown-item:hover {
        background-color: #F8F9FA;
    }
    
    .mobile-tab-dropdown-item.active {
        background-color: #E3F2FD;
        color: #0A85EA;
        font-weight: 600;
    }
}

.faq-section {
    padding: 80px 0;
    background-color: #EDF3F5;
    background-image: url('./assets/images/section-1-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
}

.faq-section-title {
    text-align: center;
    margin-bottom: 36px;
}

.faq-section-title > h2 {
    color: #0F0049;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 12px;
}

.faq-section-title > span {
    font-size: 16px;
}

#faqAccordionOne .accordion-item,
#faqAccordionTwo .accordion-item {
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

#faqAccordionOne .accordion-item:not(:last-child),
#faqAccordionTwo .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

#faqAccordionOne .accordion-item > .accordion-header > .accordion-button,
#faqAccordionTwo .accordion-item > .accordion-header > .accordion-button {
    height: 70px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
}

#faqAccordionOne .accordion-item > .accordion-header > .accordion-button:focus,
#faqAccordionTwo .accordion-item > .accordion-header > .accordion-button:focus {
   box-shadow: none;
}

#faqAccordionOne .accordion-item > .accordion-header > .accordion-button:after,
#faqAccordionTwo .accordion-item > .accordion-header > .accordion-button:after {
    background-image: url('data:image/svg+xml,<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.63765 8.8134L0.275307 1.41181L1.67963 0L7.63765 5.98978L13.5957 0L15 1.41181L7.63765 8.8134Z" fill="%230F0049"/></svg>');
    background-size: 15px 9px;
    background-position: center center;
}

#faqAccordionOne .accordion-item > .accordion-header > .accordion-button:not(.collapsed),
#faqAccordionTwo .accordion-item > .accordion-header > .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}

#faqAccordionOne .accordion-item > .accordion-collapse > .accordion-body,
#faqAccordionTwo .accordion-item > .accordion-collapse > .accordion-body {
    padding: 10px 24px 24px 24px;
}

@media (max-width: 767px) {
    .faq-section {
        padding: 40px 0;
    }
    .faq-section-title > h2 {
        font-size: 28px;
    }
    .faq-section-title > span {
        font-size: 14px;
    }
}

.customer-reviews {
    padding: 80px 0;
}

.customer-reviews-title {
    text-align: center;
    margin-bottom: 36px;
}

.customer-reviews-title > div {
    color: #0F0049;
    font-size: 40px;
    font-weight: 600;
}

.customer-reviews-title > span {
    font-size: 16px;
}

.customer-review-card {
    text-align: center;
    padding: 40px 20px;
    border-radius: 16px;
    box-shadow: 0px 14.47px 30.78px rgba(21, 21, 21, 0.15);
}

.customer-review-card .customer-review-image {
    margin-bottom: 16px;
}

.customer-review-card .customer-review-image img {
    max-height: 80px;
    border-radius: 50%;
}

.customer-review-card .customer-review-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.customer-review-card .customer-review-rating {
    width: 105px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    background-image: url('data:image/svg+xml, <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0755 2.62908C10.2933 1.95894 11.2414 1.95894 11.4591 2.62908L12.8903 7.0339C12.9877 7.3336 13.267 7.53651 13.5821 7.53651H18.2136C18.9182 7.53651 19.2112 8.43818 18.6411 8.85235L14.8942 11.5747C14.6392 11.7599 14.5326 12.0882 14.6299 12.3879L16.0611 16.7927C16.2789 17.4629 15.5119 18.0201 14.9418 17.606L11.1949 14.8836C10.9399 14.6984 10.5947 14.6984 10.3398 14.8836L6.59281 17.606C6.02275 18.0201 5.25574 17.4629 5.47348 16.7927L6.9047 12.3879C7.00207 12.0882 6.8954 11.7599 6.64046 11.5747L2.8935 8.85235C2.32344 8.43818 2.61641 7.53651 3.32104 7.53651H7.95254C8.26766 7.53651 8.54694 7.3336 8.64432 7.0339L10.0755 2.62908Z" fill="%23EB9D2A"/></svg>');
}

.customer-review-card .customer-review-desc {
    min-height: 135px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .customer-reviews {
        padding: 40px 0;
    }
    .customer-reviews-title > div {
        font-size: 28px;
    }
    .customer-reviews-title > span {
        font-size: 14px;
    }
}

.blog-section {
    padding: 80px 0;
    background-color: #EDF3F5;
}

.blog-section-title {
    text-align: center;
    margin-bottom: 36px;
}

.blog-section-title > div {
    color: #0F0049;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 12px;
}

.blog-section-title > span {
    font-size: 16px;
    color: #666;
}

.blog-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.blog-card-image {
    position: relative;
    overflow: hidden;
    max-height: 200px;
}

.blog-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 50px;
    z-index: 2;
}

.blog-category.category-avrupa {
    color: #005870;
    background-color: #E1F9FF;
}

.blog-category.category-afrika {
    color: #7C5900;
    background-color: #FFF4D8;
}

.blog-category.category-asya {
    color: #96006D;
    background-color: #FFEEFA;
}

.blog-category.category-kuzey-amerika {
    color: #9C4B00;
    background-color: #FFF2E0;
}

.blog-category.category-avustralya-okyanusya {
    color: #2F6C00;
    background-color: #E6FFE6;
}

.blog-card-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-title {
    color: #0F0049;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.4;
}

.blog-title a {
    color: #0F0049;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-title a:hover {
    color: #E83165;
}

.blog-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #0F0049;
    opacity: .5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.blog-read-more {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #F63A61;
    text-decoration: none;
    margin-top: auto;
}

.blog-read-more svg {
    margin-left: 10px;
    transition: transform 0.2s ease;
}

.blog-read-more:hover svg {
    transform: translateX(5px);
}

@media (max-width: 767px) {
    .site-row-7 {
        padding: 40px 0;
    }
    .blog-section-title > div {
        font-size: 28px;
    }
    .customer-reviews-title > span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .blog-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .blog-section-title > div {
        font-size: 32px;
    }
    
    .blog-title {
        font-size: 18px;
    }
}

/* Footer Styles */
.site-footer {
    margin-top: 60px;
}

body.home .site-footer {
    margin-top: 0;
}

.footer-row-1 {
    text-align: center;
    padding: 40px 0;
    background-color: #2261F5;
}

.footer-row-1-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-row-1-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
    border: 1px solid #fff;
    border-radius: 60px;
}

.footer-row-2 {
    padding: 40px 0;
    background-color: #00063F;
}

.footer-contact-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-phone {
    margin-bottom: 12px;
}

.footer-phone > a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.footer-phone > a > span {
    margin-left: 10px;
}

.footer-mail {

}

.footer-mail > a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.footer-mail > a > span {
    margin-left: 10px;
}

.footer-menu {

}

.footer-menu-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-menu-content {

}

.footer-menu-content > ul {
    display: flex;
    flex-direction: column;
}

.footer-menu-content > ul > li {
    margin-bottom: 10px;
}

.footer-menu-content > ul > li > a {
    color: #fff;
    opacity: .5;
    transition: all 0.2s ease;
}

.footer-menu-content > ul > li > a:hover {
    color: #fff;
    opacity: 1;
}

/* Single Post Styles */
/* Tanıtım Alanı */
.promo-area {
    background-color: #0067ff14;  /* Açık yeşil renk */
    padding: 24px 0;
    margin-bottom: 2rem;
    position: relative;
}

.promo-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c2c2c;
}

.promo-description {
    font-size: 15px;
    color: #4a4a4a;
    margin-bottom: 16px;
    line-height: 1.6;
}

.promo-buttons {
    display: flex;
    gap: 12px;
}

.promo-buttons .btn {
    padding: 8px 16px;
    font-weight: 500;
    border-radius: 6px;
}

.promo-area img {
    max-height: 150px;
    border-radius: 50%;
    float: right;
    border: 2px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Temizlendi buraya kadar */

/* Modal Stilleri */
#contactModal .modal-image img {
    border-radius: 6px 0 0 6px;
  }
  
#contactModal .contact-form-container {
    height: 100%;
    padding: 48px 32px;
  }
  
  @media (max-width: 767px) {
    #contactModal .modal-image img {
      border-radius: 6px 6px 0 0;
      max-height: 200px;
      width: 100%;
      object-fit: cover;
    }
}
  
#contactModal .modal-content {
    border-radius: 6px;
    border: none;
    overflow: hidden;
}
  
#contactModal .form-control {
    border: 1px solid #ced4da;
    padding: 10px 15px;
    border-radius: 4px;
}
  
#contactModal label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
}

.site-title {
    margin: 0;
    font-size: 1.5rem;
}

.site-title a {
    color: #333;
    text-decoration: none;
}

.main-navigation .nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation .nav li {
    margin-left: 1.5rem;
}

.main-navigation .nav a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.search-form {
    position: relative;
    display: flex;
    align-items: center;
}

.search-form input {
    width: 240px;
    height: 40px;
    font-size: 14px;
    border: none;
    border-radius: 24px;
    padding: 5px 5px 5px 20px;
}

.search-form button {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 50px;
    height: 32px;
    transform: translateY(-50%);
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 0 5px;
    border-radius: 24px;
    background-color: #ddd;
}

.site-info {
    color: #666;
    font-size: 14px;
}

.copyright {
    margin-bottom: 15px;
}

.legal-disclaimer {
    color: #888;
    font-size: 12px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Yazı İçeriği Stilleri */
.entry-header {
    margin-bottom: 2rem;
}

.entry-title {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem;
}

.entry-subtitle {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    margin: 15px 0 20px;
    padding: 0 5%;
}

.entry-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.entry-content p {
    margin-bottom: 1.5rem;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
}

.entry-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
}

.entry-meta i {
    margin-right: 5px;
}

.entry-meta .categories a {
    color: #666;
    text-decoration: none;
}

.entry-meta .categories a:hover {
    color: #333;
}

.entry-tags {
    display: flex;
    align-items: center;
    gap: 8px;
}

.entry-tags .entry-tags-title {
    font-weight: 500;
    gap: 8px;
}

.entry-tags .entry-tags-content {
   
}

.entry-tags .entry-tags-content > a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #f0f0f0;
    transition: all 0.2s ease;
}

.entry-tags .entry-tags-content > a:hover {
    background-color: #ddd;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .promo-area {
        padding: 2rem 0;
    }
    
    .promo-title {
        font-size: 2rem;
    }
    
    .promo-text {
        font-size: 1rem;
    }
    
    .promo-buttons .btn {
        display: block;
        margin-bottom: 1rem;
    }

    .entry-title {
        font-size: 2rem;
    }

    .entry-content {
        font-size: 1rem;
    }

    .main-navigation .nav {
        flex-direction: column;
        text-align: center;
    }

    .main-navigation .nav li {
        margin: 0.5rem 0;
    }
}

/* Kategori Sayfası Stilleri */
.page-header {
    border-radius: 8px;
    border-bottom: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f8f9fa;
}

.page-title {
    font-size: 28px;
    color: #333;
    margin: 0;
}

.category-description {
    color: #666;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.card {
    transition: transform 0.2s ease;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    height: 350px;
    object-fit: cover;
}

.card-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.card-text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.card-footer {
    border-top: 1px solid #eee;
}

/* Sayfalama Stilleri */
.pagination {
    justify-content: center;
    margin-top: 30px;
}

.pagination .page-numbers {
    padding: 8px 16px;
    margin: 0 5px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.pagination .current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination a:hover {
    background-color: #f8f9fa;
}

/* Sayfa Şablonu Stilleri */
.page .page-header {
    text-align: center;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
    background-color: #f8f9fa;
}

.page .page-title {
    font-size: 28px;
    color: #333;
    margin: 0;
    font-weight: 600;
}

.page .entry-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.page .entry-content p {
    margin-bottom: 20px;
}

.page .entry-content h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    color: #333;
}

.page .entry-content h3 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #444;
}

.page .entry-content ul,
.page .entry-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.page .entry-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.page-links {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.page-links a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    text-decoration: none;
}

.page-links a:hover {
    background-color: #f8f9fa;
    color: #333;
}

/* Arama Sonuçları Stilleri */
.search-header {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.search-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.search-term {
    color: #007bff;
    font-weight: 600;
}

.search-result-count {
    color: #666;
    font-size: 14px;
}

.search-result-item {
    height: 100%;
}

.search-thumbnail img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.entry-type {
    margin-bottom: 10px;
}

.entry-type .badge {
    font-weight: normal;
    font-size: 12px;
    padding: 5px 10px;
    background-color: #f8f9fa !important;
    border: 1px solid #eee;
}

.search-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.search-category {
    color: #007bff;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.search-suggestions {
    margin-top: 30px;
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.search-suggestions h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.search-suggestions ul {
    list-style: none;
    padding: 0;
}

.search-suggestions li {
    color: #666;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.search-suggestions li:before {
    content: "•";
    color: #007bff;
    position: absolute;
    left: 0;
}

/* 404 Sayfası Stilleri */
.error-404 {
    padding: 60px 0;
}

.error-content {
    max-width: 800px;
    margin: 0 auto;
}

.error-title {
    font-size: 120px;
    font-weight: 700;
    color: #007bff;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.error-subtitle {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}

.error-text {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.error-actions .btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.error-search {
    max-width: 500px;
    margin: 0 auto;
}

.error-search h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.error-search .search-form {
    margin-top: 20px;
}

.suggested-posts {
    margin-top: 60px;
}

.suggested-posts h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.suggested-posts .card {
    margin-bottom: 20px;
    transition: transform 0.2s ease;
}

.suggested-posts .card:hover {
    transform: translateY(-5px);
}

.suggested-posts .card-img-top {
    height: 160px;
    object-fit: cover;
}

.suggested-posts .card-title {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .error-404 {
        padding: 40px 0;
    }

    .error-title {
        font-size: 80px;
    }

    .error-subtitle {
        font-size: 24px;
    }

    .error-text {
        font-size: 16px;
    }
}

/* Kategori Sayfası Yazı Kartları */
.post-card {
    transition: transform 0.2s ease;
}

.post-card:hover {
    transform: translateY(-5px);
}

.post-card .card {
    overflow: hidden;
}

.post-card .post-thumbnail {
    display: block;
    height: 100%;
    min-height: 250px;
}

.post-card .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-card .card-title {
    margin-bottom: 15px;
}

.post-card .card-title a:hover {
    color: #007bff !important;
}

.post-card .post-excerpt {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.post-card .post-meta {
    color: #888;
}

.post-card .post-meta a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.post-card .post-meta a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .post-card .post-thumbnail {
        min-height: 200px;
    }
    
    .post-card .card-body {
        padding: 20px;
    }
}

/* Anasayfa Kategori Bölümleri */
.category-section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.category-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.category-header {
    position: relative;
    margin-bottom: 2rem;
}

.category-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: inline-block;
}

.category-header .btn-outline-primary {
    border-color: #007bff;
    color: #007bff;
    transition: all 0.3s ease;
}

.category-header .btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
}

@media (max-width: 767px) {
    .category-section {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }
    
    .category-title {
        font-size: 1.5rem;
    }
}

/* Sözlük Sayfası Stilleri */
.dictionary-sidebar {}

.terms-list {
    height: calc(100vh - 120px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #6c757d #f5f5f5;
}

/* Webkit (Chrome, Safari) için kaydırma çubuğu stilleri */
.terms-list::-webkit-scrollbar {
    width: 8px;
}

.terms-list::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

.terms-list::-webkit-scrollbar-thumb {
    background-color: #6c757d;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
}

.terms-list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.term-item a {
    font-size: 16px;
    display: block;
    padding: 12px 24px;
    border-bottom: 1px solid #ddd;
    color: #000;
    border-left: 4px solid transparent;
    transition: background-color 0.2s ease;
}

.term-item a:hover,
.term-item a.active {
    border-left-color: #007bff;
    background-color: #f8f9fa;
}

#term-detail {
    height: 100%;
    min-height: calc(100vh - 40px);
}

.term-detail .term-title {
    color: #333;
    font-size: 28px;
}

.term-detail .term-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.term-detail .term-content h2 {
    font-size: 24px;
}

.term-detail .term-content h3 {
    font-size: 24px;
}

.term-detail .term-content h4 {
    font-size: 20px;
}

.term-detail .related-terms a {
    color: #666;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.term-detail .related-terms a:hover {
    background-color: #f8f9fa;
    color: #0a58ca;
}

@media (max-width: 768px) {
    .terms-list,
    #term-detail {
        height: auto;
        min-height: auto;
    }
}

/* Sözlük Tekil Sayfa */
.term-single {
    margin-bottom: 2rem;
}

.term-single .term-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #007bff;
}

.term-single .term-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.term-single .term-content p {
    margin-bottom: 1.5rem;
}

.related-terms {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.related-terms h3 {
    color: #333;
    margin-bottom: 1rem;
}

.related-terms a {
    color: #666;
    transition: color 0.2s ease;
}

.related-terms a:hover {
    color: #007bff;
}

.term-navigation {
    font-size: 0.9rem;
}

.term-navigation a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.term-navigation a:hover {
    color: #007bff;
}

@media (max-width: 767px) {
    .term-single .term-title {
        font-size: 1.75rem;
    }

    .term-single .term-content {
        font-size: 1rem;
    }
}

/* İndeks Butonları */
.letter-buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.letter-buttons > div{
    flex: 0 0 auto;
    width: 7.14%;
    max-width: 100%;
    padding: 0 4px;
    margin-bottom: 8px;
}

.letter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 40px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.2s ease;
}

.letter-button:hover {
    background-color: #6c757d;
    color: #fff;
}

.letter-button.active {
    background-color: #6c757d;
    color: #fff;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}

/* Breadcrumb Stilleri */
.breadcrumb {
    padding: 12px 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 25px;
}

.breadcrumb-item a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #000;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #000;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
} 