 @import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap');
 
.mulish-<uniquifier> {
 font-family: "Mulish", sans-serif;
 font-optical-sizing: auto;
 font-weight: <weight>;
 font-style: normal;
}

body {
	font-family: "Mulish", serif;
	padding:0;
	margin:0;
	font-size:13px;
	/*overflow-y: hidden; /* Hide vertical scrollbar */
  	overflow-x: hidden; /* Hide horizontal scrollbar */
}

.clear {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
a {
	text-decoration:none;
	color:#333333;
}
.clear {
	clear:both;
}
.mb8 {
	margin-bottom:8px;
}
.fl25 {
	padding-left:25px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt20 {
	padding-top:20px;
}
.pt25 {
	padding-top:25px;
}
.pt30 {
	padding-top:30px;
}
.pt35 {
	padding-top:35px;
}
.pt70 {
	padding-top:70px;
}
.pt50 {
	padding-top:50px;
}
.pl5 {
	padding-left:5px;
}
.pl10 {
	padding-left:10px;
}
.p20 {
	padding:20px;
}
.pr5 {
	padding-right:5px;
}
.pr10 {
	padding-right:10px;
}
.pr30 {
	padding-right:30px;
}
.pb20 {
	padding-bottom:20px;
}
.pb10 {
	padding-bottom:10px;
}
.pb15 {
	padding-bottom:15px;
}
.pr9 {
	padding-right:4px;
}
.pb5 {
	padding-bottom:5px;
}
.pb3 {
	padding-bottom:3px;
}
.pb2 {
	padding-bottom:2px;
}
.pl20 {
	padding-left:20px;
}
.mr20 {
	margin-right:20px;
}
.p10 {
	padding:10px;
}
.pr9 {
	padding-right:9px;
}
.pr20 {
	padding-right:20px;
}
.ml5 {
	margin-left:5px;
}
.ml8 {
	margin-left:8px;
}
.ml10 {
	margin-left:10px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml50 {
	margin-left:50px;
}
.mr5 {
	margin-right:5px;
}
.mr6 {
	margin-right:6px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:40px;
}
.mt3 {
	margin-top:3px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt12 {
	margin-top:12px;
}
.mt20 {
	margin-top:20px;
}
.mt27 {
	margin-top:27px;
}
.mt30 {
	margin-top:30px;
}
.mt42 {
	margin-top:42px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mr25 {
	margin-right:25px;
}
.pt2 {
	padding-top:2px;
}
.mr3 {
	margin-right:3px;
}
.page {
	max-width:1570px;
	margin:auto;
	padding:0 15px 0 15px;
	display:block;
}
.logo {
	float:left;
	display:block;
}
.top-right {
	float:right;
	margin:8px 0 0 0;
	display:block;
}
.ssc {
	display:block;
	float:left;
	margin:5px 10px 0 0;
}
.lang-bg {
	background-color:#c52227;
	float:left;
	width:100px;
	line-height:35px;
	color:#fff;
	font-size:13px;
	text-align:center;
	margin-left:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.lang-bg a {
	color:#fff;
}
.menu {
	float:right;
	display:block;
}
.pagemn {
	display:none;
}

@media only screen and (min-width:310px) and (max-width:1000px) {

.menu {
	float:right;
	display:none;
}
.pagemn {
	display:block;
}


}


.hero-slider {
	width: 100%;
	height: 640px;
	position: relative;
	overflow: hidden;
	margin-top:20px;
}
.slides {
	width: 100%;
	height: 100%;
	position: relative;
}
.slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.8s ease;
}
 .slide::after {
 content: "";
 position: absolute;
 inset: 0;
 background: rgba(0, 0, 0, 0.35);
}
.slide.active {
	opacity: 1;
	z-index: 1;
}
.slide-content {
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	z-index: 2;
	max-width: 600px;
}
.slide-content .subtitle {
	font-size: 28px;
	margin-bottom: 10px;
	opacity: .9;
}
.slide-content h1 {
	font-size: 52px;
	font-weight: 700;
	line-height: 1.2;
}
.slide-content h1 span {
	color: #e31e24;
}
/* Navigasyon Noktalari */
.slider-dots {
	position: absolute;
	bottom: 80px;
	left: 8%;
	display: flex;
	gap: 10px;
	z-index: 3;
}
.slider-dots span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .4);
	cursor: pointer;
 transition: all .3s ease;
}
.slider-dots span.active {
	width: 22px;
	border-radius: 20px;
	background: #e31e24;
}

/* Responsive */
@media(max-width: 768px) {
 .hero-slider {
 height: 500px;
}
 .slide-content {
 left: 5%;
 right: 5%;
}
 .slide-content h1 {
 font-size: 36px;
}
 .slide-content .subtitle {
 font-size: 20px;
}
 .slider-dots {
 bottom: 50px;
}
}
 @media(max-width: 414px) {
 .hero-slider {
 height: 420px;
}
 .slide-content h1 {
 font-size: 28px;
}
}
/* CONTAINER-about */
.container-about {
	width: 90%;
	max-width: 1595px;
	margin: auto;
}
/* SECTION */
.about {
	background: #f3f4f6;
	padding: 80px 0;
}
/* WRAPPER */
.about-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}
/* CONTENT */
.about-content {
	flex: 1;
}
.about-content h2 {
	font-size: 42px;
	font-weight: 700;
	color: #1e3a5f;
	margin-bottom: 20px;
}
.about-content .lead {
	font-size: 20px;
	font-weight: 600;
	color: #1e3a5f;
	margin-bottom: 20px;
	line-height: 1.5;
}
.about-content .desc {
	font-size: 16px;
	color: #444;
	line-height: 1.7;
	margin-bottom: 30px;
}
/* BUTTONS */
.about-btn {
	display: flex;
	align-items: center;
	gap: 15px;
}
.btn-primary {
	background: #e11d2e;
	color: #fff;
	padding: 14px 28px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
}
.btn-primary:hover {
	background: #b91c1c;
}
.btn-circle {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 20px;
	transition: 0.3s;
	cursor:pointer;
}
.btn-circle:hover {
	transform: translateX(5px);
}
/* IMAGE */
.about-image {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.about-image img {
	width: 100%;
	max-width: 500px;
	border-radius: 0 60px 0 60px;
	object-fit: cover;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 1024px) {
 .about-wrapper {
 gap: 40px;
}
 .about-content h2 {
 font-size: 34px;
}
}
 @media (max-width: 768px) {
 .about-wrapper {
 flex-direction: column-reverse;
 text-align: center;
}
 .about-image {
 justify-content: center;
}
 .about-image img {
 max-width: 100%;
 border-radius: 30px;
}
 .about-btn {
 justify-content: center;
}
 .about-content h2 {
 font-size: 28px;
}
 .about-content .lead {
 font-size: 18px;
}
}
 @media (max-width: 480px) {
 .about {
 padding: 50px 0;
}
 .about-content .desc {
 font-size: 14px;
}
}
/* REYONLAR */

/* ================= SECTION ================= */
.categories {
	padding: 80px 0;
}
/* ================= CONTAINER ================= */
.container-reyon {
	max-width: 1596px;
	margin: auto;
	padding: 0 24px;
}
/* ================= TOP AREA ================= */
.top-area {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 40px;
	margin-bottom: 24px;
}
/* LEFT TEXT */
.left h2 {
	font-size: 56px;
	font-weight: 800;
	color: #0b2e5e;
	margin:0 0 10px 0;
}
.left p {
	font-size: 16px;
	line-height: 1.6;
	color: #444;
	margin-bottom: 32px;
}
.btn-all {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 28px;
	background: #0b2e5e;
	color: #fff;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
 transition: .3s;
}
.btn-all span {
	width: 32px;
	height: 32px;
	background: #fff;
	color: #0b2e5e;
	border-radius: 50%;
	display: grid;
	place-items: center;
}
.btn-all:hover {
	transform: translateY(-3px);
}
/* ================= GRIDS ================= */
.top-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.bottom-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}
/* ================= BOX ================= */
.box {
	height: 280px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
 transition: .4s;
	position: relative;
	overflow: hidden;
}
.box img {
	max-width: 170px;
	opacity: .85;
 transition: transform .4s;
}
.box span {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.box:hover {
	transform: translateY(-10px);
}
.box:hover img {
	transform: scale(1.12);
}
/* ================= COLORS ================= */
.orange {
	background:#f47920;
}
.darkgreen {
	background:#0a5a3b;
}
.green {
	background:#8cab3f;
}
.lightorange {
	background:#ffc26c;
}
.yellow {
	background:#ffe300;
}
.red {
	background:#f0444e;
}
.navy {
	background:#262a7a;
}
.gold {
	background:#ffb01f;
}
.pink {
	background:#f56d7a;
}
.yellow span {
	color:#000;
}
/* ================= REVEAL ================= */
.reveal {
	opacity: 0;
	transform: translateY(40px);
 transition: .6s ease;
}
.reveal.show {
	opacity: 1;
	transform: translateY(0);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1200px) {
 .top-area {
 grid-template-columns: 1fr;
}
 .top-grid {
 grid-template-columns: repeat(3, 1fr);
}
 .bottom-grid {
 grid-template-columns: repeat(3, 1fr);
}
}
 @media (max-width: 768px) {
 .top-grid, .bottom-grid {
 grid-template-columns: repeat(2, 1fr);
}
}
 @media (max-width: 400px) {
 .top-grid, .bottom-grid {
 grid-template-columns: 1fr;
}
}
/* MAP ALAN */
.stores-section {
	background: url("../images/maps.jpg") center/cover no-repeat;
	padding: 80px 20px;
	min-height: 600px;
	position: relative;
}
.containe-maps {
	max-width: 1596px;
	margin: 0 auto;
	position: relative;
}
/* KART */
.store-card {
	width: 420px;
	background: #c41f25;
	color: #fff;
	padding: 30px;
	border-radius: 18px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
 transition: .4s ease;
}
.store-card:hover {
	transform: translateY(-10px);
}
.store-card h2 {
	text-align: center;
	margin-bottom: 25px;
	font-size: 22px;
	letter-spacing: 1px;
}
/* GÖRSEL */
.store-image {
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 20px;
}
.store-image img {
	width: 100%;
	display: block;
 transition: .5s ease;
}
.store-card:hover img {
	transform: scale(1.08);
}
/* YAZI */
.store-card p {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
}
/* BUTON */
.store-btn {
	background: #0a2d5f;
	color: #fff;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
 transition: .3s;
}
.store-btn:hover {
	background: #08306b;
	transform: scale(1.05);
}
/* SCROLL ANiMASYON */
.reveal {
	opacity: 0;
	transform: translateY(50px);
}
.reveal.show {
	opacity: 1;
	transform: translateY(0);
	transition: 1s ease;
}
/* Info section */


.info-section {
	padding: 60px 20px;
	max-width: 1596px;
	margin: auto;
}
.container-in {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
/* CARD */
.card {
	background: transparent;
	padding: 20px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.6s ease;
}
.card.active {
	opacity: 1;
	transform: translateY(0);
}
.card h3 {
	color: #d71920;
	font-size: 20px;
	margin-bottom: 10px;
}
.card p {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}
/* BUTTON */
.btn-group {
	display: flex;
	align-items: center;
	margin-top: 20px;
	gap: 10px;
}
.btn {
	background: #d71920;
	color: #fff;
	padding: 10px 25px;
	border-radius: 25px;
	text-decoration: none;
	transition: 0.3s;
}
.arrow {
	width: 40px;
	height: 40px;
	background: #d71920;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 18px;
	transition: 0.3s;
}
/* HOVER EFFECT */
.card:hover .btn, .card:hover .arrow {
	background: #000;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
 .container-in {
 grid-template-columns: repeat(2, 1fr);
}
}
 @media (max-width: 600px) {
 .container-in {
 grid-template-columns: 1fr;
}
 .card {
 text-align: center;
}
 .btn-group {
 justify-content: center;
}
}
.news-section {
	background: #f3f4f6;
	padding: 30px 20px;
	text-align: center;
}
.news-section h2 {
	color: #d71920;
	letter-spacing: 3px;
	font-size:28px;
	margin-bottom: 40px;
}
/* CARD */
.news-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	text-align: left;
	transition: 0.4s;
}
.news-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.content {
	padding: 20px;
}
.date {
	font-size: 13px;
	color: #888;
}
.content p {
	font-size: 15px;
	font-weight: 600;
	margin: 10px 0;
	color: #1f2937;
}
.content a {
	color: #d71920;
	font-size: 14px;
	text-decoration: none;
}
/* HOVER */
.news-card:hover {
	transform: translateY(-10px);
}
/* SWIPER */
.swiper {
	padding-bottom: 60px;
	max-width: 1596px;
	margin: auto;
}
/* OKLAR ALT ORTA */
.nav-wrapper {
	position: absolute;
	top:158px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 15px;
}
.swiper-button-prev, .swiper-button-next {
	position: static;
	width: 45px;
	height: 45px;
	background: #d71920;
	border-radius: 50%;
	color: #fff;
}
 .swiper-button-prev::after, .swiper-button-next::after {
 font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
 .news-card img {
 height: 200px;
}
}
 @media (max-width: 768px) {
 .news-section {
 padding: 40px 15px;
}
}
/* Footer Blm */


.footer {
	padding: 60px 20px 20px;
	color: #1f2937;
	border-top:2px solid #FF0000;
}
.footer .container-ft {
	max-width: 1590px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap: 50px;
	flex-wrap: wrap;
}
/* LEFT */
.footer-left {
	flex: 1;
	min-width: 280px;
}
.footer-left h3 {
	font-size: 22px;
	margin-bottom: 15px;
}
.footer-left p {
	font-size: 15px;
	color: #4b5563;
	line-height: 1.6;
	margin-bottom: 25px;
}
/* SOCIAL */
.social {
	display: flex;
	gap: 20px;
	margin-bottom:45px;
	cursor:pointer;
}
.social a {
	font-size: 22px;
	color: #1f2937;
	transition: 0.3s;
	transform: translateY(0);
	cursor:pointer;
}
.social a:hover {
	color: #d71920;
	transform: translateY(-5px) scale(1.1);
	cursor:pointer;
}
/* RIGHT */
.footer-right {
	display: flex;
	gap: 320px;
}
.footer-right ul {
	list-style: none;
	padding: 0;
}
.footer-right li {
	margin-bottom: 30px;
}
.footer-right a {
	text-decoration: none;
	color: #1f2937;
	font-weight: 500;
	transition: 0.3s;
	position: relative;
	font-size:22px;
}

/* underline animasyon */
.footer-right a::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: -3px;
 width: 0%;
 height: 2px;
 background: #d71920;
 transition: 0.3s;
}
.footer-right a:hover {
	color: #d71920;
}
 .footer-right a:hover::after {
 width: 100%;
}
/* ALT */
.footer-bottom {
	border-top: 1px solid #ddd;
	margin-top: 40px;
	max-width: 1590px;
	margin: auto;
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #6b7280;
}

/* RESPONSIVE */
@media (max-width: 992px) {
 .footer .container-ft {
 flex-direction: column;
 gap: 40px;
}
 .footer-right {
 justify-content: space-between;
}
}
 @media (max-width: 600px) {
 .footer-left h3 {
 font-size: 18px;
}
 .footer-right {
 flex-direction: column;
 gap: 20px;
}
 .footer-bottom {
 flex-direction: column;
 gap: 10px;
 text-align: center;
}
 .social {
 flex-wrap: wrap;
}
}
.copy {
	float:left;
	display:block;
	color:#000;
	margin:25px 0 0 0;
	padding-bottom:25px;
}
.grimor {
	float:right;
	margin:25px 0 0 0;
	display:block;
	color:#000;
}
.grimor a {
	display:block;
	color:#000;
}
.brd-rd {
	border-bottom:1px solid #FF0000;
	padding:15px 0 15px 0;
	display:block;
}
/* ALT SAYFALAR */

.ust-bg {
	background-image:url(../images/ust-img.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:310px;
	display:block;
	margin-top:15px;
}
.break-bg {
	background-color:#f2f3f5;
	min-height:60px;
	width:100%;
}
.break {
	color:#959bac;
	font-weight:600 !important;
	font-size:18px;
	padding:18px 0 0 0;
}
.break a {
	color:#231f20;
}
.text-blm {
	line-height:28px;
	font-size:18px;
	color:#231f20;
	font-weight:500;
	padding:0px 0 50px 0;
}
.text-blm h1 {
	color:#e71d29;
	font-size:30px;
	font-weight:600;
	padding:20px 0 20px 0;
}
.text-blm span {
	font-size:28px;
	font-weight:300;
	margin-bottom:10px;
}

.krm-img {
	float:right !important;
	padding:0 0 20px 30px!important;
	display:block!important;
}
.krm-img-sl {
	float:left !important;
	margin:0 30px 20px 0px!important;
	display:block!important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* SECTION */
.category-section {
	padding: 20px 10px;
}
/* CONTAINER */
.container-ryn {
	max-width: 1596px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
/* CARD = LINK */
.category-card {
	display: block;
	background: #fff;
	border: 1px solid #eee;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	transform: translateY(40px);
	opacity: 0;
	transition: all 0.6s ease;
}
/* SCROLL GELME */
.category-card.show {
	transform: translateY(0);
	opacity: 1;
}
/* IMAGE */
.category-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: 0.4s ease;
}
/* TITLE */
.category-title {
	padding: 18px;
	font-size: 18px;
	font-weight: 600;
	color: #d32f2f;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.category-title span {
	transition: 0.3s;
}
/* HOVER */
.category-card:hover img {
	transform: scale(1.08);
}
.category-card:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.category-card:hover .category-title span {
	transform: translateX(6px);
}
/* CLICK EFFECT */
.category-card:active {
	transform: scale(0.98);
}

/* TABLET */
@media (max-width: 1024px) {
 .container-ryn {
 grid-template-columns: repeat(2, 1fr);
}
}

/* MOBILE */
@media (max-width: 600px) {
 .container-ryn {
 grid-template-columns: 1fr;
}
 .category-card img {
 height: 200px;
}
}
/* CONTAINER */
.stats-section {
	padding: 50px 20px;
}
.stats-container {
	max-width: 1596px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
/* CARD */
.stat-box {
	background: #e9e9e9;
	border-radius: 20px;
	padding: 40px 30px;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* NUMBER */
.stat-number {
	font-size: 64px;
	font-weight: 800;
	color: #d32f2f;
}
/* SMALL UNIT */
.stat-number small {
	font-size: 28px;
}
/* LINE */
.stat-line {
	height: 1px;
	background: #999;
	margin: 10px 0;
}
/* TEXT */
.stat-text {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

/* TABLET */
@media (max-width: 1024px) {
 .stats-container {
 grid-template-columns: repeat(2, 1fr);
}
}

/* MOBILE */
@media (max-width: 600px) {
 .stats-container {
 grid-template-columns: 1fr;
}
 .stat-number {
 font-size: 48px;
}
}
.faq-container {
	max-width: 1594px; /* Genis ekran uyumu */
	margin: 0 auto;
	border-top: 1px solid var(--border-color);
	
}
.faq-item {
	border-bottom: 1px solid var(--border-color);
	overflow: hidden;
}
.faq-question {
	width: 100%;
	padding: 25px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	background: #fafafa;
	transition: background 0.2s ease;
}
.faq-question span {
	font-size: 18px;
	font-weight: 600; /* Gorseldeki kalinlik */
	color: var(--text-dark);
	padding-right: 20px;
}
/* iKON TASARIMI (+ ve X) */


.faq-icon {
	position: relative;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
 .faq-icon::before, .faq-icon::after {
 content: "";
 position: absolute;
 background-color: #b5b5b5;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 border-radius: 2px;
}

    /* Yatay cizgi */
.faq-icon::before {
 width: 100%;
 height: 1.5px;
}

    /* Dikey cizgi */
.faq-icon::after {
 width: 1.5px;
 height: 100%;
 transition: opacity 0.3s ease;
 margin-right:20px;
}
/* AKTiF DURUMDA iKON */

.faq-item.active .faq-icon {
	transform: rotate(180deg);
}
 .faq-item.active .faq-icon::after {
 opacity: 0; /* Dikey cizgiyi gizle, sadece yatay kalsin (-) */
}
/* icerik alani (Akici Gecis) */

.faq-answer {
	max-height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.3s ease;
	pointer-events: none;
}
.faq-item.active .faq-answer {
	max-height: 300px; /* icerige gore genisler */
	opacity: 1;
	padding-bottom: 25px;
	pointer-events: auto;
	transition: max-height 0.6s cubic-bezier(1, 0, 1, 0), opacity 0.5s ease;
}
.faq-answer p {
	margin: 0;
	font-size: 15px;
	color: var(--text-gray);
	line-height: 1.5;
}

/* MOBiL UYUMLULUK */

@media (max-width: 768px) {
 .faq-question span {
 font-size: 16px;
}
 .faq-question {
 padding: 20px 10px;
}
}
/* Magazalar adres */

.contact-section {
	width: 100%;
	padding: 60px 20px;
	display: flex;
	justify-content: center;
}
.contact-container {
	width: 100%;
	max-width: 1596px;
	display: flex;
	gap: 40px;
}
/* Sol Kolon */
.contact-info-list {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 45px;
}
.branch-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.branch-title {
	color: #1a4a8d; /* Lacivert tonu */
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 5px;
}
 .branch-title::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 40px;
 height: 2px;
 background-color: #d32f2f; /* ince kirmizi alt cizgi */
}
.info-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}
.info-item img {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-top: 2px;
}
.info-item p {
	color: #444;
	font-size: 14px;
	line-height: 0.3;
	font-weight: 500;
}
/* Sag Kolon: Harita */
.contact-map {
	flex: 1;
	min-height: 600px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #f5f5f5;
}

/* RESPONSIVE KIRILIMLAR */

/* 1200px alti */
@media (max-width: 1200px) {
 .contact-container {
 gap: 30px;
}
 .contact-map {
 min-height: 500px;
}
}

/* 992px (Tablet) */
@media (max-width: 992px) {
 .contact-section {
 padding: 40px 15px;
}
 .contact-container {
 flex-direction: column-reverse; /* Mobilde harita üste veya alta alinabilir, gorsele gore alt ideal */
}
 .contact-map {
 width: 100%;
 min-height: 400px;
}
}

/* 768px */
@media (max-width: 768px) {
 .branch-title {
 font-size: 16px;
}
 .info-item p {
 font-size: 13.5px;
}
}

/* 414px / 320px (Mobile) */
@media (max-width: 414px) {
 .contact-section {
 padding: 30px 10px;
}
 .contact-info-list {
 gap: 35px;
}
 .info-item {
 gap: 10px;
}
 .contact-map {
 min-height: 300px;
}
 .branch-title {
 line-height: 1.4;
}
}
.gallery-section {
	display: flex;
	justify-content: center;
	padding: 40px 20px;
}
.main-container {
}
/* Üst Satir Tasarimi */
    .top-row {
	display: grid;
	grid-template-columns: 1fr 1fr; /* 50% - 50% bolünme */
	gap: 40px;
	margin-bottom: 40px;
	align-items: start;
}
.top-image img {
	width: 80%;
	border-radius: 35px; /* Gorseldeki yumusak koseler */
	object-fit: cover;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.top-content {
	padding-top: 10px;
}
.top-content .description {
	font-size: 15px;
	color: #555;
	margin-bottom: 20px;
	text-align: justify;
}
.top-content .sub-title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}
/* Alt Galeri Grid Tasarimi */
 .bottom-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr); /* 3 sütun */
	gap: 25px;
}
.grid-item {
	width: 100%;
	overflow: hidden;
	border-radius: 25px;
	transition: transform 0.3s ease;
}
.grid-item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 4 / 3; /* Gorsellerin oranini korur */
}

    /* Hover Efekti (Desktop icin) */
    @media (min-width: 993px) {
 .grid-item:hover {
 transform: translateY(-5px);
}
}

    /* --- RESPONSIVE KIRILIMLAR --- */

    /* 1200px alti */
    @media (max-width: 1200px) {
 .top-row {
gap: 30px;
}
 .bottom-grid {
gap: 20px;
}
}

    /* 992px (Tablet) */
    @media (max-width: 992px) {
 .top-row {
 grid-template-columns: 1fr; /* Metin ve gorsel alt alta */
 gap: 20px;
}
 .bottom-grid {
 grid-template-columns: repeat(2, 1fr); /* 2 sütuna düser */
}
 .top-image img {
border-radius: 15px;
}
 .grid-item {
border-radius: 15px;
}
}

    /* 768px */
    @media (max-width: 768px) {
 .top-content .description {
font-size: 14px;
}
 .bottom-grid {
gap: 15px;
}
}

    /* 414px (Mobil) */
    @media (max-width: 414px) {
 .gallery-section {
padding: 20px 15px;
}
 .bottom-grid {
 grid-template-columns: 1fr; /* Tüm gorseller tek sütun */
}
 .top-content .sub-title {
font-size: 16px;
}
}

    /* 320px (Kücük Mobil) */
    @media (max-width: 320px) {
 .top-content .description {
font-size: 13px;
}
}

.brochure-section {
	padding: 50px 0;
	display: flex;
	justify-content: center;
}
/* Grid Sistemi: Masaüstünde 6 sütun */
    .brochure-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}
.brochure-card {
	background-color:#f3f4f8;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	transition: var(--transition);
	border: 1px solid transparent;
}
/* Gorseldeki gibi ilk kartin secili olma durumu */
.brochure-card.active {
	background-color:#cce0ff;
}
.brochure-card:hover {
	background-color:#cce0ff;
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.image-wrapper {
	padding: 15px; /* Resim etrafindaki bosluk */
	display: flex;
	justify-content: center;
	align-items: center;
}
.image-wrapper img {
	width: 100%;
	height: auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Brosürün kendi golgesi */
	object-fit: contain;
}
.card-footer {
	padding: 20px 10px;
	text-align: center;
}
.date-text {
	font-size: 16px;
	font-weight: 600;
	color: var(--text-color);
}

    /* --- RESPONSIVE KIRILIMLAR --- */

    /* 1200px (Desktop L) */
    @media (max-width: 1200px) {
 .brochure-grid {
grid-template-columns: repeat(4, 1fr);
}
}

    /* 992px (Tablet) */
    @media (max-width: 992px) {
 .brochure-grid {
grid-template-columns: repeat(3, 1fr);
}
}

    /* 768px (Mobile L) */
    @media (max-width: 768px) {
 .brochure-grid {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
 .date-text {
font-size: 14px;
}
}

    /* 414px / 320px (Mobile S) */
    @media (max-width: 450px) {
 .brochure-grid {
grid-template-columns: 1fr;
}
 .container {
padding: 0 40px;
} /* Mobilde tekli kartlar cok genislemesin */
}




/* GRID */
.news {
  padding: 20px 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.news-card {
  background: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.news-card:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.news-image {
  overflow: hidden;
}

.news-image img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.news-card:hover img {
  transform: scale(1.08);
}

/* CONTENT */
.news-content {
  padding: 10px;
}

.date {
  font-size: 15px;
  color: #888;
  display: block;
  margin-bottom: 12px;
}

.title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.link {
  font-size: 13px;
  color: #e60023;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}

.link:hover {
  opacity: 0.7;
}

/* =========================
   RESPONSIVE
========================= */

/* 1200px */
@media (max-width: 1200px) {
  .news-grid {
    gap: 30px;
  }
}

/* 992px */
@media (max-width: 992px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 768px */
@media (max-width: 768px) {
  .news {
    padding: 40px 0;
  }

  .news-grid {
    gap: 20px;
  }

  .title {
    font-size: 15px;
  }
}

/* 414px */
@media (max-width: 414px) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-content {
    padding: 16px;
  }
}

/* 320px */
@media (max-width: 320px) {
  .title {
    font-size: 14px;
  }
}


.iletisim-2a{ background-color:#FFFFFF;width:58%; float:left; display:block;  }
.harita-blm-2a{width:40%; float:right; margin-right:20px; display:block; padding: 30px 60px 0px 0px; }
.harita-2a{float:left; width:52%; display:block; position:relative;}

@media only screen and (min-width:1082px) and (max-width:1540px) {
.iletisim-2a{ background-color:#FFFFFF;width:45%; float:left; margin-right:20px; display:block; padding: 35px 25px 50px 25px; }
.harita-blm-2a{width:45%; float:right; margin-right:20px; display:block; padding: 30px 60px 0px 0px; }
.harita-2a{float:left; width:52%; display:block; position:relative;}
}

@media only screen and (min-width:475px) and (max-width:1000px) {
.iletisim-2a{ background-color:#FFFFFF;width:100%; float:left; margin-right:20px; display:block;}
.harita-blm-2a{width:100%; float:left; margin-right:20px; display:block;}
.harita-2a{width:98%; display:block; position:relative; padding:5px;}
}

@media only screen and (min-width:300px) and (max-width:475px) {
.iletisim-2a{ background-color:#FFFFFF;width:100%; float:left; margin-right:20px; display:block;}
.harita-blm-2a{width:100%; float:left; margin-right:20px; display:block;}
.harita-2a{width:98%; display:block; position:relative; padding:5px;}
}


.instagram-section {
	text-align: center;
	background-color: #fff;
	padding: 20px 10px 40px 10px;
	display:block;
}
.instagram-section h2 {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
}
.instagram-section .subtitle {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}
.insta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #000;
	color: #000;
	padding: 10px 20px;
	border-radius: 10px 0px;
	font-size: 15px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}
/*.insta-btn i {
	font-size: 18px;
}
.insta-btn:hover {
	background-color: #000;
	color: #fff;
}*/
/* Gorsel Galeri */
.insta-gallery {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	margin-top: 40px;
}
.insta-gallery img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	transition: transform 0.3s ease;
}
.insta-gallery img:hover {
	transform: scale(1.03);
}

/* Mobil Uyumluluk */
@media (max-width: 992px) {
 .insta-gallery {
 grid-template-columns: repeat(3, 1fr);
}
}
 @media (max-width: 600px) {
 .insta-gallery {
 grid-template-columns: repeat(2, 1fr);
}
 .instagram-section h2 {
 font-size: 22px;
}
 .insta-btn {
 font-size: 14px;
 padding: 8px 16px;
}
}