/*
Theme Name: Endoskopi Ticaret
Theme URI: https://endoskopi.com.tr
Author: CİAR MEDYA
Author URI: https://ciarmedya.com
Description: Endoskopi Medikal Ticaret A.Ş. kurumsal web sitesi WordPress teması
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: endoskopi-theme
Tags: corporate, medical, custom-menu, custom-logo, featured-images, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

:root{
    --primary-color:#de1515;
    --secondary-color:#b40a0a;
    --text-color: #800027;
    --dark-color: #333;

    --montserrat-font: 'Montserrat', sans-serif;
    --lato-font: 'Lato', sans-serif;
    --cabin-font: 'Cabin', sans-serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}
a{
    text-decoration: none;
    display: inline-block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong,b{
    font-weight: 700;
}

/* General Styles */
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h2{
    color: #353535;
    letter-spacing: 6px;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    padding: 30px 0 30px 0;
    font-family: var(--montserrat-font);
}

.img-responsive{
    width: 100%;
    height: auto;
    display: block;
}

.accordion {
    width:100%;
    margin: 30px 0px;
    border-radius: 8px;
    overflow: hidden;
}
.accordion-item {
    border-bottom: 1px solid #ccc;
}
.accordion-item:last-child {
    border-bottom: none;
}
.accordion-header {
    position: relative;
    width: 100%;
    padding: 1rem 0rem;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    color: #881629;
    font-weight: 400;
    font-size: 24px;
    font-family: var(--montserrat-font);
}

.accordion-header::before {
    content: "";
    width: 37px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    background: #881629;
}

.accordion-header::after {
    content: "";
    height: 37px;
    width: 2px;
    right: 17px;
    position: absolute;
    background: #881629;
    transition: all .2s ease-in-out;
}

.accordion-header[aria-expanded="true"]::after {
    height: 0;
}

.accordion-panel {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background: #fff;
}
.accordion-panel p {
    margin: 1rem 0;
}
.accordion-panel.open {
    max-height: 500px;
}
.separator {
    border-top: 1px dashed #ccc;
    margin: 1rem 0;
}
.main-title {
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 1.5rem;
    background: #e8e8e8;
    margin: 0;
    border-bottom: 2px solid #ccc;
}

.btn{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 190px;
    line-height: 52px;
    display: block;
    margin: 1em 0;
    background-color: #871628;
    color: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    border: 1px solid;
    cursor:pointer;
    text-decoration: none;
    transition: all 0.4s ease;
    backface-visibility: hidden;
}
.btn:before{
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn:hover{
    color: #fff;
    border-color: #6b141c;
}

.catalog-link{
    color: #383838;
    font-size: 14px;
    line-height: 38px;
    display: flex;
    margin: 15px 0 0 0;
    align-items: center;
    gap: 10px;
}

.brands-list{
    padding: 0;
    margin: 15px 0px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.brands-list li{
    list-style-type: none;
}

.contact-list li{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.contact-list li img{
    filter: invert(1) brightness(0.196);
}


/* Header */
header{
    background: rgb(128, 0, 39, .9);
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 100%;
    z-index: 9;
}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.header__logo img{
    margin-top: 10px;
    margin-bottom: 6px;
}

.header__contact {
    display: flex;
    gap: 15px;
    padding-left:10px;
    border-left: 3px solid #fff;
}
.header__contact a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.lang{
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 13px 10px;
}
.lang a{
    color: var(--text-color);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    background: none;
}
.lang button{
    background: none;
    border: none;
    cursor: pointer;
}

/* Desktop Navigation */
.desktop-nav ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}

.desktop-nav li{
    position: relative;
}
.desktop-nav li:hover{
    background-color: #fff;
}
.desktop-nav li:hover > a{
    color: var(--text-color);
}

.desktop-nav a{
    display: block;
    line-height: 35px;
    padding: 0 9px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    margin-right: 7px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

/* Arrow for items with submenu on desktop */
.desktop-nav li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 10px;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.desktop-nav li:hover > a::after {
    transform: rotate(180deg);
}

.desktop-nav ul ul{
    display: none;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    z-index: 100;
    min-width: 200px;
    flex-direction: column;
    transition: all .3s ease;
}

.desktop-nav li:hover > ul{
    display: block;
}

.desktop-nav ul ul li{
    margin: 5px 0;
}
.desktop-nav ul ul li:hover{
    background-color: #eee;
}

.desktop-nav ul ul a{
    font-weight: normal;
    font-size: 13px;
    white-space: nowrap;
    color: #333;
    text-transform: capitalize;
}

.desktop-nav ul ul ul{
    left: 100%;
    top: 0;
    z-index: 101;
}

/* Mobile Navigation - Hidden by default */
.mobile-nav {
    display: none;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
}

.mobile-nav .submenu,
.mobile-nav .sub-menu {
    display: none;
    background: rgba(180, 10, 10, 0.95);
    position: static !important;
}

.mobile-nav .submenu.active,
.mobile-nav .sub-menu.active {
    display: block;
}

/* Level 1 submenu items */
.mobile-nav .submenu li a,
.mobile-nav .sub-menu li a {
    padding-left: 40px;
    font-size: 13px;
}

/* Level 2 submenu items */
.mobile-nav .submenu-depth-1 li a,
.mobile-nav .sub-menu .sub-menu li a {
    padding-left: 60px;
    font-size: 12px;
}

/* Level 3 submenu items - deeper nesting */
.mobile-nav .submenu-depth-2 li a,
.mobile-nav .sub-menu .sub-menu .sub-menu li a {
    padding-left: 80px;
    font-size: 11px;
    font-style: italic;
}

/* Level 4 submenu items - deepest nesting */
.mobile-nav .submenu-depth-3 li a,
.mobile-nav .sub-menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 100px;
    font-size: 10px;
    font-style: italic;
    opacity: 0.8;
}

.mobile-nav .menu-item {
    display: block;
    padding: 0;
    position: relative;
}

.mobile-nav .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 12px;
    margin-left: 8px;
    float: right;
    margin-top: 3px;
    width: 20px;
    text-align: center;
}

.mobile-nav .menu-item.open .arrow {
    transform: rotate(90deg);
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header {
        flex-wrap: wrap;
        padding: 0;
    }
    
    .header__logo {
        order: 1;
        padding: 10px 20px;
    }
    
    .header__logo img {
        max-height: 50px;
        width: auto;
    }
    
    .menu-toggle {
        display: block;
        order: 2;
        padding: 15px 20px;
    }
    
    .desktop-nav {
        display: none;
    }
    
    .mobile-nav {
        display: none;
        order: 3;
        width: 100%;
        background: rgba(42, 42, 42, 0.97);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
    
    .mobile-nav.active {
        display: block;
        max-height: 600px;
    }
    
    .mobile-nav ul {
        flex-direction: column;
        background: transparent;
        padding: 0;
        margin: 0;
    }
    
    .mobile-nav li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
    }

    .mobile-nav .menu-item {
        display: block;
        padding: 0;
    }
    
    .mobile-nav a {
        padding: 15px 20px;
        margin: 0;
        line-height: 1.4;
        font-size: 13px;
        font-weight: 600;
    }
    
    .mobile-nav .submenu,
    .mobile-nav .sub-menu {
        position: static !important;
        display: none;
        background: rgba(99, 96, 96, 0.95);
        padding: 0;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
    }
    
    .mobile-nav .submenu.active,
    .mobile-nav .sub-menu.active {
        display: block;
    }
    
    .mobile-nav .submenu li,
    .mobile-nav .sub-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        margin: 0;
    }
    
    .mobile-nav .submenu a,
    .mobile-nav .sub-menu a {
        padding-left: 40px;
        font-weight: normal;
    }

    .mobile-nav .submenu-depth-1 a,
    .mobile-nav .sub-menu .sub-menu a {
        padding-left: 60px;
        font-size: 12px;
    }

    .mobile-nav .submenu-depth-2 a,
    .mobile-nav .sub-menu .sub-menu .sub-menu a {
        padding-left: 80px;
        font-size: 11px;
        font-style: italic;
    }
    
    
    .mobile-nav .submenu-depth-3 a,
    .mobile-nav .sub-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 100px;
        font-size: 10px;
        font-style: italic;
        opacity: 0.8;
    }

    /* Header contact on mobile */
    .header__contact {
        order: 4;
        width: 100%;
        justify-content: center;
        border-left: none;
        padding: 10px 0;
        border-top: 1px solid rgba(255,255,255,0.3);
        margin-top: 10px;
    }
    
    .lang {
        order: 5;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        height: auto;
        padding: 10px;
        gap: 20px;
        background-color: rgba(255,255,255,0.95);
    }
}


/* Slider */
.swiper {
    width: 100%;
    height: 100vh;
}
.swiper .swiper-slide-img{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Adjust slider height on smaller devices */
@media (max-width: 768px) {
    .swiper,
    .swiper .swiper-slide-img {
        height: 70vh;
    }
}

@media (max-width: 576px) {
    .swiper,
    .swiper .swiper-slide-img {
        height: 50vh;
    }
}

/* Search Area */
#search{
    position: fixed;
    right:  calc((100vw - 1215px) / 2);
    top: 96px;
    padding: 10px 0px 10px 10px;
    width: 270px;
    background-color: rgba(25, 25, 25, 0.9);
    z-index: 99;
    display: none;
}
#search span{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--montserrat-font);
    margin-right: 10px;
    padding-top: 5px;
    margin-bottom: 8px;
}
#search .search-form{
    display: flex;
    margin-top: 10px;
    align-items: center;
}
#search .search-form input{
    border: none;
    font-family: arial;
    background-repeat: no-repeat;
    display: block;
    width: 220px;
    height: 30px;
    color: #2b2b2b;
    font-size: 11px;
    font-weight: 400;
    padding: 0 4px 0 7px;
    background-color: rgba(255, 255, 255);
}
#search .search-form button{
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/* Responsive search box */
@media (max-width: 1215px) {
    #search {
        right: 20px;
    }
}

@media (max-width: 768px) {
    #search {
        top: 80px;
        width: calc(100% - 40px);
        right: 20px;
        left: 20px;
        padding: 15px;
        box-sizing: border-box;
    }
    
    #search .search-form input {
        width: 100%;
    }
}

/* Tabs Section */
.tabs-section {
    padding: 40px 0;
}

.tabs-container {
    margin: 0 auto;
    /* padding: 0 20px; */
}

.tabs-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    height: 117px;
    overflow: hidden;
}

.tab-btn {
    background: #fff;
    border: none;
    border-right: 2px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
    position: relative;
}
.tab-btn:hover span {
    color: #800027;
}
.tab-btn:hover::after {
    position: absolute;
    bottom: 0;
    content: '\f0d7';
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #800027;
    margin-top: 5px;
}

.tab-btn img{
    height: 50px;
    margin-bottom: 10px;
}

.tab-btn span {
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
}


.tab-btn.active::after {
    position: absolute;
    bottom: 0;
    content: '\f0d7';
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #800027;
    margin-top: 5px;
}

.tab-btn.active span {
    color: var(--text-color);
}

.tabs-content {
    position: relative;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.tab-content-section{
    background-color: #ddd;
}

.tab-content-inner {
    display: flex;
    gap: 100px;
    background: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.tab-text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: justify;
    font-weight: 300;
    padding: 40px;
}
.tab-text-content h2 {
    font-size: 20px;
    color: var(--text-color);
    font-family: var(--cabin-font);
    letter-spacing: normal;
    text-align: left;
}

.tab-text-content p {
    color: #000;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: justify;
    font-weight: 300;
}

.tab-text-content ul {
    margin-top: 20px;
    padding-left: 20px;
}

.tab-text-content ul li {
    margin-bottom: 10px;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.tab-text-content ul li::before {
    content: "•";
    color: var(--primary-color);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.tab-image-content {
    display: flex;
    flex: 1;
    /* border-radius: 8px; */
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.tab-image-content img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.tab-image-content img:hover {
    transform: scale(1.05);
}

/* Responsive Tabs */
@media (max-width: 992px) {
    .tab-content-inner {
        flex-direction: column;
        text-align: center;
    }

    .tab-text-content {
        width: 100%;
    }

    .tab-image-content {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .tabs-nav {
        height: auto;
        overflow: visible;
        gap: 8px;
    }

    .tab-btn {
        min-width: 100px;
        padding: 12px 15px;
        border-right: none;
        border-bottom: 2px solid #ddd;
    }

    .tab-btn i {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .tab-btn span {
        font-size: 12px;
    }

    .tab-content-inner {
        padding: 20px;
        gap: 20px;
    }

    .tab-text-content{
        padding: 0 !important;
    }

    .tab-text-content h2 {
        font-size: 24px;
        text-align: center;
    }
    
    .tab-text-content p {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .tabs-nav {
        flex-direction: column;
        align-items: stretch;
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .tab-btn {
        margin: 5px 0;
        min-width: auto;
    }

    .tab-content-inner {
        padding: 15px;
    }
}


/* Homepage Content */
.homepage-content{
    max-width: 995px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}
.homepage-content h3{
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 25px;
    line-height: 27px;
}
.homepage-content p{
    font-weight: 500;
    color: #272727;
    line-height: 27px;
}

/* Location Section */
.location-section{
    padding: 40px 20px;
    background-color: #545454;
    margin-top: 30px;
}
.location-section .location-section-content{
    display: flex;
    gap: 30px;
}
.location-section .location-section-content p{
    margin-top: 10px;
    width: 400px;
    float: left;
    margin: 17px 0 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
}

@media (max-width: 768px){
    .location-section .location-section-content{
        flex-direction: column;
        align-items: center;
    }
    .location-section .location-section-content p{
        width: 100%;
        text-align: center;
        float: none;
    }
}

/* Products Carousel */
.products .product-card{
    background-color: #000;
}
.products .product-card h3{
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background-color: var(--secondary-color);
    margin: 0;
    padding: 30px 20px;
    transition: all .2s ease-in-out;
}
.products .product-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: opacity 0.3s ease;
}
.products .product-card:hover h3{
    background-color: var(--dark-color);
}
.products .product-card:hover img{
    opacity: 0.8;
}

/* Center navigation buttons vertically on mobile and tablet */
@media (max-width: 768px) {
    .products-carousel .swiper-button-next,
    .products-carousel .swiper-button-prev {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
    }
    
    .products-carousel .swiper-button-prev {
        left: 10px !important;
    }
    
    .products-carousel .swiper-button-next {
        right: 10px !important;
    }
}

@media (max-width: 576px) {
    .products-carousel .swiper-button-next,
    .products-carousel .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
    
    .products-carousel .swiper-button-prev {
        left: 5px !important;
    }
    
    .products-carousel .swiper-button-next {
        right: 5px !important;
    }
}

/* News Section */
.news{
    padding: 40px 0;
    text-align: center;
}
.news .news-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.news .news-list .news-card{
    width: 278px;
    margin: 0;
    height: 450px;
    border: 1px dotted #ccc;
    display: flex;
    flex-direction: column;
}
.news .news-list .news-card .news-card-content{
    padding: 10px;
    color: #3a3939;
    line-height: 18px;
}
.news .news-list .news-card .news-card-content p{
    font-size: 14px;
    font-weight: 400;
    height: 120px;
}
.news .news-list .news-card h4{
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0px 15px 0px;
    height: 41px;
}
.news .news-list .news-card .news-card-footer{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: auto;
    color: #800027;
    font-size: 13px;
}
.news .news-list .news-card .news-card-footer a{
    font-weight: 500;
    font-size: 13px;
    line-height: 38px;
    padding: 25px 0 0 0;
    float: left;
}

/* Responsive News */
@media (max-width: 768px) {
    .news .news-list {
        gap: 15px;
    }
    .news .news-list .news-card {
        width: calc(50% - 20px);
        min-width: 260px;
        height: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .news .news-list .news-card {
        width: 100%;
        max-width: 300px;
    }
}

/* Support Section */
.support{
    background-color: #f6f6f6;
    padding: 40px 20px;
}
.support .support-content{
    display: flex;
    gap: 40px;
    align-items: center;
}
.support .support-content > img{
    flex: 1; 
    min-width: 0;
    max-width: 50%;
}
@media(max-width: 768px){
    .support .support-content > img{
        display: none;
    }
}
.support .support-content .support-text{
    flex: 1; 
    min-width: 0;
}
@media(max-width: 768px){
    .support .support-content .support-text{
        text-align: center;
    }
}
.support .support-content .support-text h3{
    color: #800027;
    font-size: 33px;
    font-weight: 300;
    margin-bottom: 35px;
}
.support .support-content .support-text p{
    color: #181818;
    font-size: 16px;
    line-height: 28px;
}

/* Newsletter Section */
.newsletter{
    padding: 40px 20px;
}
.newsletter .newsletter-content{
    display: flex;
    gap: 30px;
    align-items: center;
}
@media(max-width: 768px){
    .newsletter .newsletter-content{
        flex-direction: column;
        text-align: center;
    }
}
.newsletter .newsletter-content .newsletter-buttons{
    display: flex;
    gap: 20px;
    padding: 40px;
    background-color: var(--text-color);
    position: relative;
}
.newsletter .newsletter-content .newsletter-buttons button{
    border: 1px solid #eee;
    position: relative;
    background: transparent;
}
.newsletter .newsletter-content .newsletter-buttons button i{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 23px;
    transition: all 0.3s ease;
}
.newsletter .newsletter-content .newsletter-buttons button:hover i{
    top: 110%;
}

/* Responsive Newsletter */
@media (max-width: 768px) {
    .newsletter .newsletter-content .newsletter-buttons {
        padding: 30px 20px;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Footer */
footer{
    border-top: 3px solid #58001a;
    padding-top: 30px;
}
footer .footer-content{
    display: flex;
    gap:15px;
    flex-wrap: wrap;
    justify-content: space-around;
}
footer .footer-content .footer-widget{
    margin-top: 30px;
    min-width: 200px;
}
footer .footer-content .footer-widget h3{
    color: #6B141C;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
}
footer .footer-content .footer-widget .footer-links a{
    color: #646363;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}

footer .bottom-footer{
    border-top: 1px solid #b2b2b2;
    padding: 20px 20px;
    margin-top: 20px;
}
footer .bottom-footer .bottom-footer-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}
footer .bottom-footer .bottom-footer-content .footer-contact-widget{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    max-width: 290px;
    text-align: center;
}
footer .bottom-footer .bottom-footer-content .footer-contact-widget a{
    color: #646363;
    font-size: 13px;
    font-weight: 500;
}
footer .bottom-footer .bottom-footer-content .footer-contact-widget span{
    text-align: center;
    color: #231f20;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

footer .bottom-footer .footer-social{
    display: flex;
    gap: 15px;
    margin-top: 60px;
}
footer .bottom-footer .footer-social a{
    color: #646363;
    font-size: 14px;
    transition: all 0.3s ease;
}
footer .bottom-footer .footer-social a:hover{
    color: var(--primary-color);
}

footer .bottom-menu{
    background-color: #f5f5f5;
    min-height: 60px;
    padding: 0 20px;
}
footer .bottom-menu .bottom-menu-list{
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}
footer .bottom-menu .bottom-menu-list a{
    margin: 25px 0 0 0;
    color: #231f20;
    font-weight: 600;
    font-size: 13px;
}
footer .bottom-menu .bottom-menu-list a:hover{
    color: #333;
}
footer .bottom-menu .bottom-menu-list li:not(:last-child)::after {
    content: '|';
    margin-left: 15px;
    color: #000;
}

footer .copyright{
    background-color: #fffafb;
    padding: 20px 20px;
}
footer .copyright-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .copyright-content .copyright-info a{
    display: block;
    color: #6b141c;
    font-weight: 600;
    font-size: 13px;
    margin-top: 7px;
}
footer .copyright-content .copyright-ciar span,
footer .copyright-content .copyright-ciar a{
    display: block;
    font-size: 12px;
    color: #6b141c;
    text-align: right;
    line-height: 22px;
    font-weight: 500;
}

/* Responsive Footer */
@media (max-width: 992px) {
    footer .bottom-footer .bottom-footer-content {
        flex-direction: column;
        align-items: center;
    }
    
    footer .bottom-footer .footer-social {
        margin-top: 30px;
        justify-content: center;
    }
}

@media (max-width: 768px) {

    h2{
        font-size: 22px;
    }

    header{
        position: relative;
        transform: none;
        left: 0;
    }
    header .header{
        position: relative;
        align-items: normal;
    }
    header .header__contact{
        display: none;
    }
    header .menu-toggle{
        margin-left: auto;
        margin-right: 20px;
    }
    header .lang{
        position: relative;
        right:10px;
        width: auto;
    }
    header #searchButton{
        display: none;
    }
    header .mobile-nav{
        position: absolute;
        top: 89px;
    }

    footer .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    footer .footer-widget {
        width: 100%;
        max-width: 300px;
    }
    
    footer .bottom-menu .bottom-menu-list {
        justify-content: center;
    }
    
    footer .bottom-menu .bottom-menu-list li:not(:last-child)::after {
        content: '';
        margin-left: 0;
    }
    
    footer .bottom-menu .bottom-menu-list {
        gap: 10px 20px;
    }
    
    
    
    .breadcrumb .breadcrumb-list {
        flex-wrap: wrap;
        line-height: normal;
        gap: 2px;
    }

    .breadcrumb .breadcrumb-list li {
        line-height: normal !important;
        padding: 5px 0;
        font-size: 11px;
    }

    .breadcrumb .breadcrumb-list li:not(:last-child)::after {
        content: '›';
        margin-left: 3px;
        font-size: 12px;
        line-height: normal !important;
    }

    
    footer .copyright-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    footer .copyright-content .copyright-ciar span,
    footer .copyright-content .copyright-ciar a {
        text-align: center;
    }
}


/* Page Sections*/
.hero{
    /* margin-top: 96px; */
    max-height: 600px;
    overflow: hidden;
}
.hero img{
    object-fit: cover;
}
.hero::before{
    content: ' ';
    display: block;
    height:93px;
    width: 100%;
    background: #fff;
}
@media(max-width: 768px){
    .hero::before{
        display: none;
    }
}

.breadcrumb{
    background-color: #f5f5f5;
}
.breadcrumb .breadcrumb-list{
    display: flex;
    gap: 5px;
}
.breadcrumb .breadcrumb-list li{
    color: C;
    font-size: 13px;
    padding: 0px 0px 0px 5px;
    color: #242424;
    line-height: 50px;
    font-weight: 600 !important;
    font-size: 12px;
    a{
        color: #333;
    }
}
.breadcrumb .breadcrumb-list li:not(:last-child)::after {
    content: '>';
    margin-left: 5px;
    color: #333;
}

.content{
    padding: 40px 20px;
    min-height: 250px;
    line-height: 20px;
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    text-align: justify;
    padding: 5px 0 30px 0;
    line-height: 28px;
}
.content h1{
    color: #800027;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0 30px 0;
}
.content p{
    margin-bottom: 20px;
}
.content::after{
    content:" ";
    clear: both;
    display: block;
}
.content .page-sidebar{
    display: flex;
}
@media(max-width: 768px){
    .content .page-sidebar{
        flex-direction: column;
    }
}
.content .page-sidebar .sidebar{
    display: block;
    flex-shrink: 0;
    width:280px;
    margin: 5px 10px 25px 0px;
}
@media(max-width: 768px){
    .content .page-sidebar .sidebar{
        width: 100%;
        margin: 0 0 20px 0;
    }
}
.content .page-sidebar .sidebar .sidebar-menu a{
    background-color: #fbfafa;
    color: #000;
    font-size: 14px;
    display: block;
    font-weight: 600;
    padding: 10px 0 10px 10px;
    letter-spacing: 0px; 
    border-bottom: 1px solid #e8e7e7;
    transition: all 0.3s ease;
}
.content .page-sidebar .sidebar .sidebar-menu a:hover{
    color: #fff;
    background-color: #800027;
}

/* WordPress specific */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    text-align: center;
}

/* ========================
   PDF Documents Section
   ======================== */


.pdf-documents-section .pdf-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 20px;
    font-family: var(--montserrat-font);
    letter-spacing: 2px;
}

.pdf-documents-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pdf-documents-list a.dokuman-vers-1 {
    width: 520px;
    border: 1px solid #800027;
    display: block;
    margin-top: 15px;
    color: #383838;
    font-size: 16px;
    line-height: 52px;
}

/* .pdf-documents-list a.dokuman-vers-1:hover {
    background: var(--primary-color);
    color: #fff;
}

.pdf-documents-list a.dokuman-vers-1 img {
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.pdf-documents-list a.dokuman-vers-1::after {
    content: '';
    display: table;
    clear: both;
} */
