@media (max-width: 1300px) and (min-width: 992px){
	.content-section__wrapper{
		align-items:center;
	}
	.brands_banner .brands_banner-box img{
		width:60%;
		margin:0 auto;
	}
	.brands_banner .video-banner-field{
		margin-top:40px;
	}
	.brands_banner .video-banner-field video{
		max-height:60vh;
	}
	.tab-section__tabs{
		gap:20px;
	}
	.tab-section__tab-item{
		width: calc(25% - 15px);
		padding: 20px 16px;
	}
	.tab-section__tab-title{
		font-size:17px;
	}
	.tab-section__content-item p{
		font-size:19px;
	}
	.tab-section {
		margin-bottom: 60px;
	}
	.services-section {
		margin-bottom: 70px;
	}
	.services-steps{
		padding-top:40px;
	}
	.services-steps__line{
		top: calc(40px + 29px);
	}
	.services-steps{
		gap:10px;
	}
	.services-step__text h3{
		font-size:19px;
	}
	.services-step__text p{
		font-size:17px;
	}
	.projects-slide__heading{
		font-size:21px;
	}
	.projects-slide__desc{
		font-size:14px;
	}
	.projects-slide__right-content{
		gap:30px;
	}
	.projects-slide__content{
		padding-top:20px;
	}
	.faq-section{
		margin:70px 0;
	}
	.faq-section__header {
		margin-bottom: 30px;
	}
	.faq-section__title{
		font-size:25px;
	}
	.faq-section__subtitle{
		font-size:14px;
	}
	.faq-accordion{
		gap:10px;
	}
	.faq-accordion__item{
		padding: 16px 100px 16px 30px;
	}
	.footer-content{
		padding: 0 30px 0px;
	}
	.footer-info-box, .footer-form-field{
		width:45%
	}
	.footer-logo {
		margin-bottom: 20px;
	}
	.footer-content .adress p{
		font-size:14px;
	}
	.text-field a.see-to-map{
		padding:8px 25px;
		font-size: 17px;
		margin-bottom: 20px;
	}
	.projects-section {
		padding-top: 40px;
		margin-bottom: 60px;
	}
	.projects-section__wrapper{
		margin:0 20px;
	}
	.projects-section__title{
		margin-top:40px;
	}

}



/* ============================================
992px ve Altı - Tablet ve Küçük Ekranlar
============================================ */
@media (max-width: 992px) {

	.sectors-card:hover {
		transform: translateY(0);
	}
	/* Container */
	.container,
	.container-secondary {
		padding: 0 20px;
	}
	
	.sectors-card__back{
		padding:10px;
	}
	
	.sectors-card__back-content{
		gap:6px;
	}
	
	.sectors-card__back-title{
		font-size:18px;
	}
	
	.sectors-card__image{
		margin-bottom:10px;
	}
	
	.sectors-card__text{
		font-size:14px;
	}

	/* Video */
	.mobile-video {
		display: block;
		width:100%;
		object-fit:cover;
	}
	.desktop-video {
		display: none;
	}

	/* Hero Section */
	section.hero {
		height: 80vh;
	}
	.hero-content {
		bottom: 5%;
		left: 5%;
	}
	.hero-content__title {
		font-size: 24px;
	}

	.main-header__mobile-toggle {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 30px;
		height: 24px;
		background: transparent;
		border: none;
		cursor: pointer;
		padding: 0;
		z-index: 1001;
		position: relative;
	}

	.header-box {
		flex-wrap: wrap;
		padding-top: 30px;
		padding-bottom: 15px;
		position: relative;
		align-items:center;
	}

	.main-header__logo-wrapper {
		width: auto;
		padding-right: 15px;
	}

	.main-header__logo-wrapper::after {
		display: none;
	}

	.main-header__menu {
		width: 75%;
		order: 3;
		display: none;
		margin-top: 0;
		padding-top: 20px;
		border-top: 1px solid #e0e0e0;
		position: absolute;
		top: 100%;
		left: auto;
		right: 0;
		background: #ffffff;
		z-index: 1000;
		padding: 20px;
		box-sizing: border-box;
	}

	.main-header__menu.menu-active {
		display: block;
		right:-20px;
	}

	.main-header__menu .main-header__menu-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		width: 100%;
		margin-bottom: 20px;
	}

	.main-header__menu-item a {
		font-size: 16px;
		padding-top:10px;
		display: block;
		width: 100%;
	}

	.main-header__actions {
		display: none;
	}

	.main-header__actions--mobile {
		display: flex;
		align-items: flex-start;
		gap: 15px;
		width: 100%;
	}

	.main-header__actions--mobile .main-header__phone-btn {
		width: 40px;
		height: 40px;
		padding: 10px;
	}

	.main-header__actions--mobile .main-header__language-code {
		font-size: 15px;
	}

	.main-header__actions::before {
		display: none;
	}

	.main-header__phone-btn {
		width: 40px;
		height: 40px;
		padding: 10px;
	}

	/* Content Section */
	.content-section {
		padding: 20px 0;
	}

	.content-section__wrapper {
		flex-direction: column;
		gap: 40px;
	}

	.content-section__text,
	.content-section__image {
		width: 100%;
	}

	/* Projects Section */
	.projects-section__title-field {
		padding: 0 20px;
	}

	.projects-section__title {
		font-size: 24px;
	}

	.swiper-projects{
		padding-bottom:50px;
	}

	.projects-section__box {
		padding: 30px 20px;
	}

	.projects-slide {
		flex-direction: column;
		gap: 30px;
	}

	.projects-slide__main-image {
		width: 100%;
		max-width:400px;
	}

	.projects-slide__right-content {
		width: 100%;
		gap: 20px;
	}

	.projects-slide__thumbnails {
		gap: 20px;
		justify-content:center;
	}

	.projects-slide__thumbnail {
		width: 30%;
	}

	.swiper-navigation-projects{
		bottom:5%;
	}

	.projects-slide__heading {
		font-size: 22px;
	}

	.projects-slide__desc {
		font-size: 18px;
	}

	/* Tab Section */
	.tab-section__tabs {
		gap: 20px;
		flex-wrap: wrap;
	}

	.tab-section__tabs::before {
		display: none;
	}

	.tab-section__tabs.swiper-tabs {
		overflow: hidden;
		width:100%;
		display: block;
	}

	.tab-section__content-item p{
		font-size:18px;
		line-height:1.3;
	}

	.tab-section__tabs.swiper-tabs .swiper-wrapper {
		display: flex;
		width: auto;
	}

	.tab-section__tab-item {
		width: calc(50% - 10px);
		min-width: 200px;
	}

	.projects-section__wrapper{
		margin:0 10px;
		gap:20px;
	}

	.tab-section__tab-item.swiper-slide {
		width: auto;
		min-width: 200px;
		flex-shrink: 0;
	}

	/* Gallery */
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	/* Sectors */
	.sectors-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.sectors-grid.swiper-sectors {
		display: block;
		overflow: hidden;
		position: relative;
		padding-bottom: 60px;
	}

	.sectors-grid.swiper-sectors .swiper-wrapper {
		display: flex;
		width: auto;
	}

	.sectors-grid.swiper-sectors .sectors-card.swiper-slide {
		width: calc(50% - 7.5px);
		flex-shrink: 0;
		margin-right: 15px;
	}

	.swiper-navigation-sectors {
		display: none;
		gap: 20px;
		justify-content: center;
		margin-top: 30px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
	}

	.sectors-grid.swiper-sectors .swiper-navigation-sectors {
		display: flex;
	}

	.swiper-navigation-sectors .swiper-button-next,
	.swiper-navigation-sectors .swiper-button-prev {
		position: relative;
		width: 40px;
		height: 40px;
		margin: 0;
		background-color: #F5F5F5;
		border-radius: 50%;
		color: #1a1a1a;
		transition: background-color 0.3s ease;
	}

	.swiper-navigation-sectors .swiper-button-next:hover,
	.swiper-navigation-sectors .swiper-button-prev:hover {
		background-color: #E8E8E8;
	}

	.swiper-navigation-sectors .swiper-button-next::after,
	.swiper-navigation-sectors .swiper-button-prev::after {
		font-size: 16px;
		font-weight: bold;
	}

	/* Services Steps */
	.services-steps {
		flex-wrap: wrap;
		gap: 30px;
	}

	.services-step {
		width: calc(50% - 15px);
		min-width: 200px;
		cursor: default;
	}

	/* Info Section */
	.info_section-wrapper {
		gap: 20px;
	}

	.info_section-item {
		width: calc(50% - 12px);
	}

	/* Instagram */
	.instagram-item {
		width: calc(33.333% - 10px);
	}

	/* Footer */
	.footer-content {
		flex-direction: column;
		gap: 40px;
		padding: 0 30px 0px;
	}

	.footer-info-box {
		width: 100%;
	}

	.footer-form-field {
		width: 100%;
		min-width: auto;
	}

	.footer-form-field form {
		width: 100%;
	}

	.footer-down-background{
		height:100px;
	}
	.tab-section .container-secondary {
		padding-right: 0;
	}
	.tab-section .container-secondary .tab-section__content{
		padding-right:20px;
		min-height:auto;
	}
}

/* ============================================
768px ve Altı - Mobil Cihazlar
============================================ */
@media (max-width: 768px) {

	.glightbox-container .ginner-container{
		padding:0 20px;
	}

	.glightbox-container .gprev{
		left:30%;
	}

	.glightbox-container .gnext{
		right:30%;
	}

	.glightbox-container .gclose{
		filter:invert(1);
		background:transparent;
		top:20px;
		right:20px;
	}

	.glightbox-container .gnext, .glightbox-container .gprev{
		top:75%;
	}

	.glightbox-container .gnext, .glightbox-container .gprev{
		box-shadow:none;
		background:transparent;
	}

	.glightbox-container .gnext:hover, .glightbox-container .gprev:hover{
		background:transparent;
		box-shadow: none;
	}

	.glightbox-mobile .goverlay{
		background: #00000063;
		backdrop-filter: blur(6px);
	}

	.footer-content .company-name{
		margin-bottom:0;
		font-size:16px;
	}

	.footer-content .adress p{
		font-size:14px;
	}

	.text-field a.see-to-map{
		padding: 6px 25px;
		margin-bottom: 0px;
		margin-top: 0;
	}

	.container,
	.container-secondary {
		padding: 0 20px;
	}

	.hero-content {
		bottom: 10%;
		left: 5%;
		right: 5%;
	}

	.hero-content__title {
		font-size: 20px;
	}

	.header-box {
		padding-top: 20px;
		padding-bottom: 15px;
	}

	.main-header__logo-wrapper {
		width: auto;
		max-width: 120px;
	}

	.main-header__logo-img {
		max-width: 100%;
		height: auto;
	}

	.main-header__mobile-toggle {
		width: 28px;
		height: 22px;
	}

	.main-header__actions {
		gap: 10px;
		justify-content: start;
		align-items:center;
		padding:0;
	}

	.main-header__phone-btn {
		width: 36px;
		height: 36px;
		padding: 8px;
	}

	.main-header__language-code {
		font-size: 15px;
	}

	/* Text Banner */
	.text-banner-section {
		margin-top: -30px;
	}

	.text-banner-section .text-banner {
		padding: 15px 20px;
		max-width: 90%;
	}

	.text-banner-section .text-banner h2 {
		font-size: 18px;
	}

	.text-banner-section .text-banner .desc {
		font-size: 16px;
	}

	/* Brands Banner */
	.brands_banner .brands_banner-box .text-field {
		margin-top: -40px;
		gap: 12px;
	}

	.brands_banner .brands_banner-box .text-field h2 {
		font-size: 24px;
	}

	.brands_banner .brands_banner-box .text-field .desc {
		font-size: 18px;
	}

	.content-section {
		padding: 20px 0;
		margin:10px 0;
	}

	.content-section__text {
		gap: 15px;
	}

	.content-section__paragraph {
		font-size: 18px;
	}

	.content-section__button {
		font-size: 17px;
		padding: 8px 20px;
	}

	/* Tab Section */
	.tab-section {
		margin-bottom: 60px;
	}

	.tab-section__tabs {
		gap: 15px;
	}

	.tab-section__tab-item {
		width: 100%;
		padding: 20px 15px;
	}

	.tab-section__content-text {
		font-size: 18px;
	}

	.projects-section {
		padding-top: 40px;
		margin-bottom: 50px;
	}

	.projects-section__title {
		font-size: 22px;
		margin-top: 40px;
	}

	.projects-section__box {
		padding: 0px 15px;
	}

	.projects-slide {
		gap: 20px;
	}

	.projects-slide__thumbnails {
		gap: 20px;

	}

	.projects-slide__thumbnail {
		width: 25%;
	}

	.projects-slide__content {
		flex-direction: column;
		gap: 15px;
		padding-top: 30px;
	}

	.projects-slide__heading,
	.projects-slide__desc {
		width: 100%;
	}

	.projects-slide__heading {
		font-size: 18px;
	}

	.projects-slide__desc {
		font-size: 16px;
	}

	.swiper-navigation-projects {
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 0px;
		justify-content: center;
	}

	.gallery-grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.gallery-section__wrapper {
		padding:0;
	}

	.sectors-section__wrapper {
		padding: 0 20px;
	}

	.sectors-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.sectors-grid.swiper-sectors {
		display: block;
		overflow: hidden;
		position: relative;
		padding-bottom: 60px;
	}

	.sectors-grid.swiper-sectors .swiper-wrapper {
		display: flex;
		width: auto;
	}

	.sectors-grid.swiper-sectors .sectors-card.swiper-slide {
		width: calc(50% - 7.5px);
		flex-shrink: 0;
		margin-right: 15px;
	}

	.swiper-navigation-sectors {
		display: none;
		gap: 20px;
		justify-content: center;
		margin-top: 30px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
	}

	.sectors-grid.swiper-sectors .swiper-navigation-sectors {
		display: flex;
	}

	.swiper-navigation-sectors .swiper-button-next,
	.swiper-navigation-sectors .swiper-button-prev {
		position: relative;
		width: 40px;
		height: 40px;
		margin: 0;
		background-color: #F5F5F5;
		border-radius: 50%;
		color: #1a1a1a;
		transition: background-color 0.3s ease;
	}

	.swiper-navigation-sectors .swiper-button-next:hover,
	.swiper-navigation-sectors .swiper-button-prev:hover {
		background-color: #E8E8E8;
	}

	.swiper-navigation-sectors .swiper-button-next::after,
	.swiper-navigation-sectors .swiper-button-prev::after {
		font-size: 16px;
		font-weight: bold;
	}

	.sectors-card__title {
		font-size: 18px;
	}

	.services-section {
		margin-bottom: 60px;
	}

	.container-services {
		padding: 0 20px;
	}

	.services-section__title-field {
		margin-bottom: 40px;
	}

	.services-steps {
		gap: 10px;
		padding-top: 20px;
	}

	.services-step {
		width:calc(50% - 10px);
		cursor: default;
		min-width:auto;
		text-align:start;
	}

	.services-step__marker{
		font-size:20px;
		width:45px;
		height:45px;
		margin: 0 0 15px;
	}

	.services-step__text h3{
		font-size:18px;
		margin-bottom:6px;
	}

	.services-step__text p{
		font-size:15px;
	}

	.services-steps__line {
		display: none;
	}

	.info_section {
		margin-bottom: 40px;
	}

	.info_section .title-field {
		margin-bottom: 40px;
	}

	.info_section .title-field h2 {
		font-size: 24px;
	}

	.info_section-wrapper {
		gap: 15px;
	}

	.info_section-item {
		width: calc(50% - 7.5px);
	}

	.info_section-item h3 {
		font-size: 16px;
	}

	.faq-section {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.sectors-card__image img{
		aspect-ratio:160/220;
	}

	.faq-section__title {
		font-size: 24px;
	}

	.faq-section__subtitle {
		font-size: 14px;
	}

	.faq-accordion__item {
		padding: 14px 20px 14px 20px;
		padding-right: 50px;
	}

	.faq-accordion__question {
		font-size: 15px;
	}

	.faq-accordion__toggle {
		width: 30px;
		height: 30px;
		right: 10px;
		top:10px;
	}

	.brands_banner .video-banner-field{
		margin-top:30px;
		padding:0;
	}

	.brands_banner .video-banner-field video{
		max-height:60vh;
	}

	.faq-accordion__text p {
		font-size: 14px;
	}

	.instagram-section .title-field {
		margin-bottom: 30px;
	}

	.instagram-section .title-field h2 {
		font-size: 24px;
	}

	.instagram-item {
		width: calc(50% - 7.5px);
	}

	/* Footer */
	.main-footer {
		padding: 0 10px 0px;
	}

	.footer-box {
		padding-top: 50px;
	}

	.footer-content {
		padding: 0 20px 0px;
		flex-direction: column;
		gap: 30px;
	}

	.footer-logo {
		margin-bottom: 20px;
	}

	.footer-logo img {
		max-width: 150px;
	}

	.text-field {
		gap: 15px;
	}

	.company-name {
		font-size: 16px;
	}

	.adress {
		font-size: 14px;
	}

	.social-box {
		gap: 6px;
		margin-top: 10px;
	}

	.social-box a {
		width: 32px;
		height: 32px;
	}

	.footer-form-field {
		min-width: auto;
		width: 100%;
	}

	.footer-form-field form input {
		font-size: 15px;
	}

	.footer-form-field form button {
		padding: 8px 40px;
		font-size: 17px;
	}

	.footer-partners-section {
		margin-top: 20px;
		margin-right:auto;
		width:90%;
	}

	.footer-slogan {
		font-size: 22px;
		margin-top:-30px;
	}

	.footer-bottom-bar {
		height: 60px;
	}
	.footer-partners-box{
		margin-bottom:-40px;
	}
	.footer-partners-box::before{
		left: 0px;
		bottom: 0px;
		border-width: 40px 0px 0px 40px;
	}
	.footer-partners-box::after{
		content: '';
		position: absolute;
		right: 0px;
		bottom: 0px;
		z-index: 0;
		border-style: solid;
		border-width: 40px 40px 0px 0px;
		border-color: transparent #12242C transparent transparent;
	}
	.footer-down-background{
		height:70px;
	}
}

/* ============================================
480px ve Altı - Küçük Mobil Cihazlar
============================================ */
@media (max-width: 480px) {

	.hero-content__title {
		font-size: 18px;
	}

	.main-header__logo-wrapper {
		max-width: 100px;
	}

	.text-banner-section .text-banner {
		padding: 12px 15px;
	}

	.tab-section__content-item p{
		font-size:15px;
	}

	.services-section .title-field h2,
	.sectors-section__title{
		font-size:22px;
	}

	.sectors-section__title-field {
		margin-bottom: 20px;
	}

	.sectors-section__wrapper{
		padding:0;
	}

	.brands_banner{
		margin-bottom:30px;
	}

	.text-banner-section .text-banner h2 {
		font-size: 16px;
	}

	.text-banner-section .text-banner .desc {
		font-size: 14px;
		margin-bottom:0;
	}

	.brands_banner .brands_banner-box .text-field h2 {
		font-size: 20px;
	}

	.brands_banner .brands_banner-box .text-field .desc {
		font-size: 16px;
	}

	.sectors-grid {
		grid-template-columns: 1fr;
	}

	.sectors-grid.swiper-sectors {
		display: block;
		overflow: hidden;
		position: relative;
		padding-bottom: 40px;
	}

	.sectors-grid.swiper-sectors .swiper-wrapper {
		display: flex;
		width: auto;
	}

	.sectors-grid.swiper-sectors .sectors-card.swiper-slide {
		width: calc(50% - 7.5px);
		flex-shrink: 0;
		margin-right: 15px;
	}

	.swiper-navigation-sectors {
		display: none;
		gap: 25px;
		justify-content: center;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
	}

	.sectors-grid.swiper-sectors .swiper-navigation-sectors {
		display: flex;
	}

	.swiper-navigation-sectors .swiper-button-next,
	.swiper-navigation-sectors .swiper-button-prev {
		position: relative;
		width: 36px;
		height: 36px;
		margin: 0;
		background-color: #F5F5F5;
		border-radius: 50%;
		color: #1a1a1a;
		transition: background-color 0.3s ease;
	}

	.swiper-navigation-sectors .swiper-button-next:hover,
	.swiper-navigation-sectors .swiper-button-prev:hover {
		background-color: #E8E8E8;
	}

	.swiper-navigation-sectors .swiper-button-next::after,
	.swiper-navigation-sectors .swiper-button-prev::after {
		font-size: 14px;
		font-weight: bold;
	}

	.info_section-item {
		width: 100%;
	}

	.instagram-item {
		width: 100%;
	}

	.tab-section__tab-item {
		padding: 18px 12px;
	}

	.tab-section__tab-title {
		font-size: 14px;
		font-weight:400;
	}

	.footer-content {
		padding: 0 15px 0px;
	}

	.footer-slogan {
		font-size: 18px;
	}
	.tab-section__tab-icon img {
		max-width: 50px;
		height: 50px;
	}
}
