@charset "utf-8";

@import "compass/css3";
@import url(https://fonts.googleapis.com/css?family=Cuprum);


@font-face {
        font-family: 'Poppins-regular';
        src: url('fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
        font-family: 'Poppins-Light';
        src: url('fonts/poppins/Poppins-Light.ttf');
}

@font-face {
        font-family: 'Poppins-ExtraLight';
        src: url('fonts/poppins/Poppins-ExtraLight.ttf');
}

@font-face {
        font-family: 'Poppins-Bold';
        src: url('fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
        font-family: 'Poppins-ExtraBold';
        src: url('fonts/poppins/Poppins-ExtraBold.ttf');
}

@font-face {
  font-family: 'zrnic-rg';
  src: url('fonts/zrnic-rg.eot'); /* IE9 Compat Modes */
  src: url('fonts/zrnic-rg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/zrnic-rg.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/zrnic-rg.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/zrnic-rg.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/zrnic-rg.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url('fonts/Oswald-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Oswald-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Oswald-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Oswald-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Oswald-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Cuprum';
  src: url('fonts/Cuprum-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/Cuprum-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Cuprum-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Cuprum-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Cuprum-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Cuprum-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'IntegralCF-Regular';
  src: url('fonts/Integral CF/IntegralCF-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/Integral CF/IntegralCF-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Integral CF/IntegralCF-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Integral CF/IntegralCF-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Integral CF/IntegralCF-Regular.otf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Integral CF/IntegralCF-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}




/* RESETS */

html {
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   scroll-behavior: smooth;
}

body { 
	margin: 0; 
	padding: 0; 
	box-sizing:border-box;
	font-family: "Cuprum", sans-serif;
}

/* HEADER and TOP MNEU */
header {
    height: auto;
    z-index: 10;
}

.header-banner {
    background-color: #ffffff;
    width: 100%;
	max-width: 90vw;
    height: 132px;
	margin: auto clamp(0.0rem, 20vw, 1.5vw);
	display: flex;	
/*	border: 1px solid #555555;*/
}

.header-logo {
    background-image: url('images/Logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	display: inline-block;
	position: relative;
/*    width: 200px;*/
	width: clamp(140px, 20vw, 200px);
/*    height: 120px;*/
	height: clamp(90px, 20vw, 120px);
	margin: auto;
	margin-left: 0px;	
}

.mint-container {
	display: inline-block;
	position: relative;
    width: auto;
    height: 140px;
	right: 20px;
	top: 0px;	
}

.header-mint {
    /*background-image: url('images/MinT.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	display: block;
	position: relative;
    width: 200px;
    height: 64px;
	margin: auto;
	margin-right: 0px;
	top: 20px;
}

header h100 {
    /*background-color: rgba(18,72,120, 0.8);*/
    color: rgb(175, 41, 41);
	display: flex;
    position: relative;
    top: -25px; 
	height: auto;
	text-align: left;
	width: auto;
		margin-left: 100px;
/*	margin-left: clamp(-1620px, 160vw, 0px);*/
/*	font-size: 18px;*/
	font-size: clamp(14px, 1.2vw, 18px);
	font-family: "zrnic-rg", sans-serif;
}

.elementor-container {
	display: inline-block;
	position: relative;
    width: auto;
    height: 20px;	
	top: 18px;
	right: 0px;
}

.elementor-icon-list-items {
	list-style-type: none;
  	margin: 0;
	right: 250px;
  	padding: 0;	
  	overflow: hidden;
}

.elementor-icon-list-item {
	text-align: center;
	float: left;
	margin-left: 20px;
	font-size: 13px;
}

.elementor-icon-list-item a {
	display: block;
  	color: black;	
  	text-decoration: none;
}

.icons {
	display: block;
	position: relative;
    width: auto;
    height: auto;	
}

span {
	display:inline;
	vertical-align:top;
	padding-left: 10px;
}


.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}

nav {
    width: 100%;
    height: 70px;
    background: #232323;
    z-index: 10;
}

.site-title {
    color: white;
    font-size: clamp(1.75rem, 1.5vw, 2rem);
    line-height: 70px;
    position: absolute;
    top: 0;
    left: 2%;
    visibility: hidden;
	margin: auto;
}

.visible-title {
    visibility: visible;
}

nav ul { 
    list-style-type: none;
	width: 100%;
    text-align: center;
	margin: auto;
	padding: 0 0;
    max-width: 1200px;
	font-size: 15px;
	font-family: "Poppins-regular", sans-serif;
	display:table;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

nav ul.main-nav li { 
    line-height: 70px;
	padding: 0;
	text-align: center;
	display:table-cell;
	border-right: 1px solid #444; 
	
}

.mainPage_button {
/*	box-shadow: inset 0 -6px 0 #406ebf;*/
}

nav ul.main-nav li a {
    text-decoration: none; 
    color: #fff;
	text-align: center;
	display: block;
}



.menu_text{
/*	font-size : 1.2vw;*/
	font-size: clamp(12px, 1.5vw, 16px);
/*	font-size : 16px;*/
}


 /* Drop Down/Up Arrow for Mega Menu */
  ul.main-nav > li > a.mega-menu > span:after {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    background-color: transparent;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
	
  }

  ul.main-nav > li:hover > a.mega-menu span:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #fff;
  }
 /* Drop Down/Up Arrow for Mega Menu BİTİŞ*/
 
 
nav ul.main-nav li:hover {
  background-color: #000;
}

li.products{ 
    line-height: 70px;
	padding: 0 50px;
	background-image: linear-gradient(to bottom, #4170c3 0%, #1c4997 100%);	
}

li.products:hover { 
	/*background-image: linear-gradient(to bottom, #406ebf 0%, #224785 100%);*/
}


/* Mega Container for Mega Menu */
.mega-container {
  display: flex;
  position: absolute;
  top: 202px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  z-index: -1; 
}

.top-title {
    top: 60px;
}

.mega-container {
  /*display: flex;*/
}

.mega-container-leftContainer {
  display: block;
  position: relative;
  top: 0;
  left: 0;
/*  width: 372px;*/
width: clamp(340px, 10vw, 372px);
  height: 520px;
}

#products-buttons { 
	height: 130px;
}

.products-button { 
	border: none;
  	outline: none;
  	cursor: pointer;
	font-family: "Poppins-regular", sans-serif;
/*  	font-size: 15px;*/
	font-size: clamp(12px, 1.6vw, 15px);
	color: #fff;
	width: 100%;
/*	width: clamp(220px, 20vw, 283px);*/
	height: 100%;
	background: #232323;  
	line-height: 1.6rem;
	border-bottom: 1px solid #444;
	padding: 20px;
	padding: clamp(12px, 1.3vw, 20px);
}

.products-button:hover { 
	background-color: #000;
}

.active { 
	background-image: linear-gradient(to bottom, #4170c3 0%, #1c4997 100%);
}



.mega-container-rightContainer {
  display: flex;
  position: relative;
  top: 0;
  left: 268;
  width: 930px;
  height: 520px;
}

/* Mega Container for Mega Menu BİTİŞ */



/* HOME CONTAINER */

.home-container{ 
    width: 100%;
/*    height: 640px;	*/
	height: clamp(360px, 40vw, 640px);
	background-color: #000;
	top: 140px;
}


.content{ 
    margin: 0 auto;
    padding: 2rem 0;
/*    width: 1200px;*/
	width: clamp(720px, 80vw, 1200px);
    max-width: 100%;
}


.content_text{
  font-family: "Poppins-Light", sans-serif;
  font-size:16px;
  text-align:justify;
  margin: auto;
  margin-bottom: 30px;
}






p img {
    max-width: 100%;
}


.toggle-menu{
	display: none;	
	background-image: url('images/hamburger.png');
    background-position: center;	
    background-repeat: no-repeat;
    background-size: contain;
	width: 28px;
	height:20px;
	margin: auto;
}









.tab-content {
  display: none;
  border: 1px solid #ccc;
  padding: 24px;
  padding: clamp(18px, 2.4vw, 48px);
  border-radius: 0px;
  background: #fff;
  width:100%;
}

/* Show only the targeted tab */
.tab-content.active {
  display: block;
}


.products_menu_header_text {
	width: auto;
	height: auto;
	margin: 0 auto;	
	font-size: clamp(20px, 1.5vw, 28px);
	color:#1a549d;
	display: inline;
	text-align:center;
	max-width: 200px;
	min-width: 100px;
	line-height: clamp(2px, 1.0vw, 6px);
}

b {
	color:#af2929;
}

b2 {
	color:#4170c3;
	margin-right: 16px;
/*	font-size: 32px;*/
	font-size: clamp(24px, 1.0vw, 32px);
}

.products_text{
  	font-family: "Poppins-Light", sans-serif;
/*  	font-size:16px;*/
	font-size: clamp(14px, 1.0vw, 16px);
  	text-align:justify;
  	margin: 0px;
  	line-height: 1.6rem;
}

.products_text_withLink {
  font-family: "Poppins-Light", sans-serif;
/*  font-size: 14px;*/
  font-size: clamp(13px, 1.0vw, 14px);
  color: #1c4997;
  text-align: justify;
  line-height: 1.2rem;     /* satır aralığı */
  padding: 2px 0;          /* üst-alt boşluk */
  margin: 16px 0;           /* dış boşluk */
  text-decoration: none;
  display: block;          /* blok yapıda tutar */
}

.products_text_withLink:link,
.products_text_withLink:visited,
.products_text_withLink:active {
  color: #1c4997;
}

.products_text_withLink:hover {
  color: #000997;
  text-decoration: underline;
}

.products-content-1{
	display: flex;
	width:100%;
/*  	border: 1px solid #000;*/
}

.products-content-2{
	width:50%;
	display: block;
	margin: auto;
/*	border: 1px solid #ccc;*/

}

.products-content-3{
	display: flex;
	justify-content:center;
	align-items: center;
	width:50%;
	margin: auto;
/*  	border: 1px solid #ccc;*/
}

.products-content-image{
width: auto;
/*height: 240px;*/
height: clamp(180px, 16vw, 240px);
display: flex;
/*border: 1px solid #ccc;*/
}





.paragraph_text{
	font-size: clamp(13px, 1.0vw, 18px);
}




.vision_mission_section {
  display: flex;
  width: 100%;
  height: 780px;
  height: clamp(780px, 16vw, 720px);
  font-family: Poppins-regular, sans-serif;
}

.vision,
.mission,
.core-business {
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  overflow: hidden;
}

.vision {
  width: 50%;
  background-image: url('images/our_identity.jpg');
}

.right-side {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.vision_2 {
    padding: 0 30px 0 30px;
}
  

.mission {
  height: 50%;
  background-image: url('images/vision.jpg');
}

.core-business {
  height: 50%;
  background-image: url('images/vision2.jpg');
}

.overlay_vision, 
.overlay_mission, 
.overlay_coreBusiness {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(26, 160, 206, 0.75); /* #1AA0CE, %60 opaklık */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 0 0 20px 0;
}

.overlay_vision {
  background: rgba(9, 24, 33, 0.75); /* #091821, %60 opaklık */
}

.overlay_mission 
{
  background: rgba(7, 114, 91, 0.75); /* #07725b, %60 opaklık */
}

/*
.overlay_vision h2, .overlay_mission h2, .overlay_coreBusiness h2 {
  font-size: 32px;
  font-size: clamp(24px, 1.0vw, 32px);
  margin-bottom: 30px;
	line-height: 0.5;
}
*/

.overlay_vision p, .overlay_mission p, .overlay_coreBusiness p {
/*  font-size: 16px;*/
  font-size: clamp(13px, 1.0vw, 16px);
  line-height: 1.6;
	padding: 0 0 0 20px;
}



.carousel-caption h2 {
/*    font-size: 36px;*/
	font-size: clamp(24px, 2.4vw, 36px);
  }

  .carousel-caption h3 {
/*    font-size: 16px;*/
	font-size: clamp(14px, 1.2vw, 16px);
  }


.vision_mission_section .right-side .icon_box {
    position: relative;
    width: 54px;
    height: 54px;
    top: 0;
    left: -27px;
    display: table;
	display: table-cell;
    vertical-align: middle;
    content: url('images/about_penta_icon.svg');
z-index: 1;
/*	border: 1px solid #ccc;*/
}



.image-row {
  display: flex;
  justify-content: center; /* ortalamak istersen */
  gap: 60px; /* resimler arası boşluk */
  align-items: center;       /* DÜŞEY ortalama */
  margin: 50px auto 20px auto;
}

.image-row img {
  width: auto; /* ihtiyaca göre ayarlayabilirsin */
  height: 20px;
/*  border-radius: 8px;  isteğe bağlı köşe yumuşatma */
  object-fit: cover;
}











.row-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  gap: 20px;
  padding: 20px;
}

.info-box {
  display: block;
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;  
  padding: 10px; 0 10px 0;
}

.info-box:hover {
  transform: translateY(-5px);
}

.info-image {
  flex: 1;  
  background-size: cover;
  background-position: center;
  height: 150px;
  height: clamp(100px, 10vw, 150px);
  width: 180px;
  width: clamp(120px, 12vw, 180px);
  margin: auto;
  justify-content: center; /* yatay ortala */
  align-items: center;     /* dikey ortala */
  text-align: center;      /* çok satırlı metin için */
}

.info-image img {
  width: auto;
  height:  60%;
  display: block;
margin: auto;
}

.info-text {
  flex: 1;
  padding: 0px;
  display: flex;
  align-items: top;
	font-family: "Poppins-Light", sans-serif;
/*  font-size:14px;*/
  font-size: clamp(12px, 1vw, 14px);
}

.info-text ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
}

.info-text li {
  margin-bottom: 8px;
  font-size: 14px;
}






.first_header_text {
	width: auto;
	height: auto;
	margin: 0 auto;	
	color:#1a549d;
	display: inline;
	text-align:center;
	max-width: 200px;
	min-width: 120px;
/*	font-size: 20px;*/
	font-size: clamp(18px, 1.5vw, 24px);
	font-weight: 800;
}

.second_header_text {
	width: auto;
	height: auto;
	margin: 0 auto;	
	color:#1a549d;
	display: inline;
	text-align:center;
	max-width: 200px;
	min-width: 120px;
/*	font-size: 18px;*/
	font-size: clamp(16px, 1.5vw, 20px);
	font-style: italic;
	font-weight: 800;
}











/* Container for the dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}


/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #7D1616;*/
  /*background-color: #232323;*/
  background-color: #1c4997;
  /*background-image: linear-gradient(to bottom, #4170c3 0%, #1c4997 100%);*/
/*  min-width: 160px;*/
	min-width: clamp(140px, 10vw, 160px);
  border-radius: 5px;
  z-index: 9999;
  font-size: clamp(12px, 1vw, 14px);
/*	border: 1px solid #ccc555;*/
	  left: 50%;
  transform: translateX(-50%);
}



/* Dropdown items */
.dropdown-content a {
  color: black;
  padding: 0px 8px 36px;
/*  padding: 0px 8px 0px 28px;*/
	padding: 0px 8px clamp(48px, 20.4vw, 14px) 8px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ddd;
/*  height: 36px;*/
  height: clamp(12px, 2.0vw, 18px);
/*	border: 1px solid #ccc555;*/
}

.dropdown-content a:last-child {
  border-bottom: none;
}

/* Hover styles */
.dropdown-content a:hover {
  background-color: #232323;
}

.dropdown:hover .dropdown-content {
  display: block;
}






/* JS ile eklenen görünürlük sınıfı */
.dropdown-content.show {
  display: block !important;
    overflow: visible;
}



	
	
	
	
	












.footer-section {
  background: #151414;
  position: relative;
	width: 100%;
}
.row{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 0px 0px 20px 0px;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
  padding: 0px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}









h2 {
  color: #fff;
  font-family: "Poppins-ExtraBold", sans-serif;
  font-size: clamp(24px, 2.4vw, 36px);
  text-align:center;
	font-weight: 200;
}

h3 {
  color: #fff;
  font-family: "Poppins-ExtraLight", sans-serif;
  max-width: 800px;
  font-size:16px;
  text-align:center;
  margin: auto;
  margin-bottom: 30px;
}


/* === Auto-generated from inline styles === */
.auto-style-1 {
  box-shadow: inset 0 -6px 0 #406ebf;
}
.auto-style-2 {
  font-weight: 800;
}
.auto-style-3 {
  font-size: clamp(13px, 1.0vw, 16px);
  font-weight: 400;
}
.auto-style-4 {
  text-align: justify;
/*  text-decoration: underline;*/
  font-size: clamp(13px, 1.0vw, 18px);
/*  margin: 30px 20px 10px 30px;*/
  margin: clamp(20px, 1.0vw, 30px) clamp(16px, 1.0vw, 20px) clamp(10px, 1.0vw, 10px) clamp(20px, 1.0vw, 30px);
}

.auto-style-5 {
/*	margin: 0 40px 0 40px;*/
	margin: 0 clamp(20px, 1.0vw, 40px);
}

.auto-style-6 {
/*	font-size: 0.9rem;*/
	font-size: clamp(13px, 1.0vw, 18px);
/*	margin: 0 50px 0 60px;*/
	margin: 0 clamp(42px, 1.0vw, 50px) 0 clamp(36px, 2.0vw, 60px);
	text-align: justify;
}


.auto-style-7 {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 400;
}


.auto-style-8 {
  padding: 0 0;
}

.auto-style-9 {
font-size: clamp(14px, 1.2vw, 18px);
}


.auto-style-10 {
  margin: 20px 0 0 0;
}


/*
#lightbox_BrochureFront, #lightbox_BrochureBack, #lightbox_PressBulletin {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  #lightbox img {
    max-width: 90%;
    max-height: 90%;
  }
*/


.lightbox-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .lightbox-content {
    background: white;
    padding: 10px;
    max-width: 90%;
    max-height: 90%;
  }

  .lightbox-content img {
    width: 100%;
    height: 80vh;
    object-fit: contain;
    border: none;
  }

.lightbox-content iframe {
    width: 80vw;        /* Ekranın %80 genişliği */
    max-width: 800px;    /* İsteğe bağlı maksimum değer */
    height: 80vh;        /* Ekranın %80 yüksekliği */
    border: none;
    overflow: auto;
  }

  .close-lightbox {
    position: absolute;
    top: 20px; right: 20px;
    color: white;
    font-size: 24px;
    cursor: pointer;
  }




.custom-icon {
  fill: #1c4997;
}



.learn-more-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}

.learn-more-content {
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  margin: 5% auto;
  padding: 30px;
  width: 90%;
  max-width: 70vw;
  max-height: 240px;         /* Yüksekliği sınırla */
  overflow-y: auto;         /* Dikey scroll aktif */
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.4s ease;
}

.learn-more-modal.show .learn-more-content {
  transform: translateY(0);
  opacity: 1;
}

.close-btn {
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  transition: color 0.3s ease;
  cursor: pointer;
}

.close-btn:hover {
  color: #1c4997;
}






/* ----------------------------------------
   Responsive Design for Mobile Devices
---------------------------------------- */

@media only screen and (max-width: 760px) {
	
.site-title {
    font-size: 20px;
    line-height: 50px;
    top: 10px;
    left: 10%;
    visibility:visible;
}    

header h100 {
	display: none;
}

.elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.elementor-icon-list-item {
float: none;
  display: block;   /* Alt alta dizilim */
  margin: 10px 0;   /* Elemanlar arası boşluk */
  text-align: left; /* İsteğe bağlı */
  font-size: 13px;
}



 .products-content-1 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
  }

  .products-content-2,
  .products-content-3 {
    width: 100%;
    text-align: center;
  }

  .products-content-image {
    width: 100%;
    height: auto;
    max-width: 100%;
  }


.auto-style-1 {
  box-shadow: none;
}

.toggle-menu {
  height: 60px;
    display: block;
	margin-right: 40px;
  transition-duration: 0.5s;

}
.toggle-menu:hover {
  cursor: pointer;
}


.mega-container {
  top: 130px;
  height: 350px;
}	
	
.mega-container-leftContainer{
  height: 350px;
}
	
#products-buttons { 
	height: 87.5px;
}
	
.products-button { 
	font-size: clamp(12px, 1.6vw, 15px);
	background: #232323;  
	line-height: 1.2rem;
}
	
	
.tab-content {
  padding: 18px;
  padding: clamp(14px, 1.2vw, 24px);
}

	
.menu_text{
	font-size : 14px;
}	
	
	
.products_menu_header_text {
	margin: 12px auto;	
	font-size: 12px;
	display: block;
	line-height: 18px;
	max-width: 600px;
}	
	
	

.products_text{
  	font-size:14px;
/*	font-size : clamp(12px, 1.0vw, 16px);*/
  	text-align:left;
  	margin: 0px;
  	line-height: 18px;
}

.products_text_withLink {
  display: none !important;          /* blok yapıda tutar */
}
	
	
.vision_2 {
    padding: 0 20px 0 20px;
}
	
	
.auto-style-2 {	
	font-size: 18px;
	font-size: clamp(16px, 1.0vw, 18px);
}

	

.paragraph_text{
	font-size: 13px;
	padding: 0 18px;
}
	
.auto-style-7 {
  font-size: clamp(16px, 1.5vw, 20px);
}

.auto-style-8 {
  margin-left: 0px;
 margin-right: 0px;
padding:0;
font-size: clamp(12px, 1.0vw, 16px);
max-width: 100px;
}
	
.auto-style-9 {
font-size: clamp(14px, 1.2vw, 16px);
}


	
.first_header_text {
	margin: 0 20px;	
	font-size: 18px;
}

.second_header_text {
	margin: 0 20px;	
	font-size: 16px;
}	
	
	.info-box {
  margin-top: 20px;
margin-bottom: 20px;
}
	
.image-row {
  gap: 20px; /* resimler arası boşluk */
  margin: 50px auto 20px auto;
}
	
	
h2 {
  margin-left: 20px;
}
	

nav ul.main-nav li { 
    display:block;
	
}
	
	nav ul.main-nav {
/*  overflow: visible;*/
}
	
nav {
  width: 100%;
  height: 480px;
  max-height: 60px;
  transition-duration: 0.5s;
  transition-timing-function: swing;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
}
	
	
nav.open {
  max-height: 480px;
  transition: max-height 0.5s ease-in;
}




nav ul {
  padding-top: 0px;
}
nav ul li {
  list-style: none;
  transition: all 0.5s;
}
nav ul li a {
  display: inline-block;
  text-decoration: none;
}

nav ul li {

}
	
nav ul li:hover a {
  text-decoration: none;
}


.x {
  padding: 0;
  margin: 0;
}
	
	

	
	
.dropdown-content {
    display: none !important;
/*	overflow: visible !important; */
/*	height: max-content;*/
}
	
.dropdown.open {
    position: relative;
/*    overflow: visible !important; */
/*	height: auto !important;*/
  }
	
/*
nav.open {
  overflow: visible; 
	transition: max-height 0.5s ease-in;
}
*/
	
/*
.fixed-header.open {
  overflow: hidden; 
	transition: max-height 0.5s ease-in;
}
*/


.auto-style-10 {
  margin-left: 20px;
margin-right: 20px;
}






	
}





@media only screen and (max-width: 640px) {

.carousel-caption h2 {
/*    font-size: 28px;*/
	font-size: clamp(22px, 2.4vw, 30px);
margin-top: -12px;
  }

.carousel-caption h3 {
/*    font-size: 16px;*/
	font-size: clamp(12px, 1.2vw, 14px);
  }


  .vision_mission_section {
    flex-direction: column;
    height: auto;
  }

 
	
.vision,
  .right-side {
    width: 100%;
    height: auto;
  }
	
	 .vision_2 {
    padding: 0;
  }

.icon_box{
display: none!important;
}



.overlay_vision, 
.overlay_mission, 
.overlay_coreBusiness {
  position: relative;  
}

.header-logo {
    width: 120px;
}
	
.elementor-icon-list-item {
float: none;
  display: block;   /* Alt alta dizilim */
  margin: 10px 0;   /* Elemanlar arası boşluk */
  text-align: left; /* İsteğe bağlı */
  font-size: 11px;
}
	
.row-container {
  display: block;
}
	
	.info-box {
  display: grid;
grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
gap: 20px;

}




	
	
}







/* Geniş ekranlarda hover ile açılma */
@media (min-width: 761px) {
  .dropdown:hover .dropdown-content {
    display: block !important;;
  }
}