@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", "sans-serif";
    font-size: .938rem;
    background-color: hsla(220, 100%, 100%, 1.00);
    color: hsla(240,5%,38%,1.00);
    line-height: 1.618;
}
.body {
	display: flex;
	flex-direction: column;
}
.container{width: 100%;max-width: clamp(1024px, 80vw, 1536px);margin-inline: auto;padding-inline: clamp(16px, 0vw, 40px);}
ul{list-style: none;}
a{text-decoration: none;}
.header {
    width: 100%;
    height: 80px;
	top: 0px;
    background-color: #fff;
    position: fixed;
    box-shadow: 0 2px 8px hsla(220, 68%, 12%, 0.1);
    z-index: 10000;
}
.main {
    z-index: 1000;
}
.sayfa_baslik {
    margin-top: 80px;
    background-color: #00ACEA;
    width: 100%;
	height: 60px;
}
.sayfa_baslik > p {
	color: #fff;
	font-size: 1rem;
	text-align: center;
}
.ceivd {
    height: 22px;
}
.icerik {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    align-items: flex-start;
}
.side-nav {
    margin-top: 2rem;
    min-width: 324px;
    background-color: #F2FBFE;
}
.urun_icerik {
    margin-top: 2rem;
    margin-left: clamp(0.5rem, -0.5rem + 2.08vw, 2rem);
    margin-right: clamp(0.5rem, -0.5rem + 2.08vw, 2rem);
    width: 100%;
    padding: 0;
    background-color: #fff;
}
/*======= FOOTER =======*/
footer {
	width: 100%;
	background-color: #fff;
    margin: 0 auto;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    color: #333;
    text-decoration: underline;
}
footer ul{
    list-style: none;
}
/*--- Sosyal Medya ---*/
.social, .bilgi {
	border-bottom: 1px solid #ddd;
    width: 100%;
}
.social_urun_icerik {
	display: flex;
	justify-content: center;
	column-gap: 1rem;
	padding: 4rem 0;
}
.social__icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	z-index: 2;
}
.icon-1 {
	background-color: #128C7E;
}
.icon-2 {
	background-color: #0077B5;
}
.icon-3 {
	background: linear-gradient(to bottom right, #6600cc 24%, #ff6600 77%);
}
.social__icon i {
	font-size: 24px;
	color: #fff;
    padding: 20px;
}
.social__icon a:hover {
    text-decoration: none;
}
/*--- sosyal medya sonu ---*/
/*--- bilgiler ---*/
.bilgi_urun_icerik {
	display: flex;
	justify-content: space-between;
	padding: 4rem 0;
	color: #888;
	text-align: center;
}
.aciklama, .sirket, .adres {
	display: flex;
	flex-direction: column;
	width: 33.3%;
	align-items: center;
	align-content: center;
	
}
.aciklama > p {
	padding-top: 2rem;
}
.aciklama, .sirket {
	border-right: solid 1px #ddd;
}
.aciklama, .adres {
	padding: 0 2rem
}
.aciklama img {
	height: 32px;
}
.bilgi_urun_icerik h3 {
    color: #333;
	padding-bottom: 1.6rem;
}
.aciklama h3 {
    padding-bottom: 1rem;
}
.sirket ul li {
	padding-bottom: .36rem;
}
.sirket a {
	color: #999;
	
}
.telif {
	color: #999;
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 2rem 0;
    
}
.telif__tasarim {
	display: flex;
	align-content: flex-end;
	justify-content: center;
	column-gap: .5rem;
	color: #999;
    
}
.telif__tasarim_txt {
    font-weight: 100;
}
.telif__tasarim img {
	height: 17px;
    margin-top: 5px;
}
.baslik2 {
    color: hsla(212,76%,27%,1.00);
    font-size: 3rem;
    font-weight: 200;
    padding-left: 1rem;
    border-left: solid 4px #00ACEA;
    line-height: 3rem;
    margin-bottom: 2rem;
}
/*/////----- hakkimizda-----/////*/
.kurumsal_icerik {
    width: 100%;
    padding-right: 2rem;
    display: flex;
}

.foto img {
    border: solid 4px #000;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7%;
    object-fit: fill;
}
.yazi {
    padding-left: 2rem;
    width: 100%;
}


.etik {
    color: hsla(212,76%,27%,1.00);
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
}
h4 {
    color: #00ACEA;
    font-size: 1rem;
}
.urun_icerik p {
    font-weight: 400;
    font-size: .938rem;
    line-height: 1.618;
    padding-bottom: 1.618rem;
}

/*sertifikalar / kurumsal*/
.sertifika_imajlar, .kurumsal_imajlar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sertifika-imaj, .kurumsal-imaj {
    width: 30%;
    min-width: 300px;
    display: inline-block;
    overflow: hidden;
    align-content: top;
    justify-content: center;
}
.sertifika-imaj img, .kurumsal-imaj img {
    width: 100%;
}

.kurumsal-imaj, .urun {
    padding: 1rem;
    margin-bottom: 2rem;
    border: solid 1px #f9f9f9;
    border-radius: 1rem;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); 
}
.kurumsal-imaj img {
    border-radius: .75rem;
}
.kurumsal-imaj h3 {
    padding-top: 1rem;
    padding-bottom: .5rem;
}
.tam_sayfa {
    margin-top: calc(80px + 2rem);
}
/*/////// ÜRÜN SAYFALARI ///////*/
.urun_sayfalari {
    width: 100%;
    padding-left: 2rem;
    padding-top: 2rem;
}
.urun_listesi {
    width: 100%;
    display: flex;
    align-content:space-around;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2rem;
}
.urun {
    width: 250px;
    height:auto;
    display: block;
}
.urun img {
    width: 100%;
}

/*=============== SEARCH FORM ===============*/
.search, .login {
    position: fixed;
    overflow-y: auto;        /* ✅ içerik uzarsa dikey scroll */
  overflow-x: hidden;      /* ✅ yatay taşmayı engelle */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: hsla(230, 75%, 15%, .1);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px); /* For safari */
    padding: 8rem 1.5rem 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s;
    
}
.result-box{
  max-width: 450px;
  margin-inline: auto;

  opacity: 0;
  max-height: 0;
  overflow: hidden;

  transition: opacity .2s ease, max-height .25s ease;
  will-change: opacity, max-height; /* Safari hint */
}

/*.result-box {
    width: 100%;
    display: none;
}*/
.search__form {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: .5rem;
  background-color: #fff;
  box-shadow: 0 8px 32px hsla(230, 75%, 15%, .2);
  padding-inline: 1rem;
  border-radius: .5rem;
  transform: translateY(-1rem);
  transition: transform .4s;
}
.search__icon {
  font-size: 1.25rem;
  color: hsla(230, 75%, 15%, 1);
}
.search__input {
  width: 100%;
  padding-block: 1rem;
  background-color: #fff;
  border:0!important;
  color: #333;
}
.search__input:focus {
	outline: 0;
}
.search__input::placeholder {
  color:#333;
}

form button.search__ara {
    padding: 0rem;
    background: #ff00f0;
    font-size: 1rem;
    border: 0;
    outline: 0;
    cursor: pointer;
    width: 0px;
    margin: 0px 2rem 0 0px;
    border-radius: none;
    transition: none;
}
form button:hover {
    box-shadow: none !important;
}

.result-box ul {
    border-top: 1px solid #999;
    padding: 1rem .5rem;
    background-color: #fff;
    box-sizing: border-box;
    max-height: calc(100vh - 13rem); /* ✅ form + padding sonrası kalan alan */
  overflow-y: auto;                /* ✅ sadece sonuçlar kayar */
  overflow-x: hidden;
}
.result-box ul li {
    list-style: none;
    border-radius: 3px;
    padding: 1rem .5rem;
    cursor: pointer;
}
.result-box ul li:hover {
    background: #e9f3ff;
    white-space: normal;          /* ✅ alt satıra insin */
  overflow-wrap: anywhere;      /* ✅ çok uzun kelime/URL varsa kır */
  word-break: break-word;       /* ✅ ekstra güvenlik */
}
.result-box ul li a{
  display: block;               /* ✅ link satırı blok olsun */
  text-decoration: none;
  color: inherit;
}
/* Show search */
.show-search {
  opacity: 1;
  pointer-events: initial;
}

.show-search .search__form {
  transform: translateY(0);
}
.result-box.has-results{
  display: block;
}
.result-box.is-open{
  opacity: 1;
  max-height: 70vh;   /* Safari kesin hesaplayabiliyor */
}
.search__close, .login__close {
  font-size: 1.25rem;
  color: var(--baslik_rengi);
  cursor: pointer;
}
.search{
  isolation: isolate; /* Safari stacking fix */
}

/*=============== LOGIN FORM ===============*/
.login__form, 
.login__group {
  display: grid;
}

.login__form {
  background-color: #fff;
  padding: 2rem 1.5rem 2.5rem;
  box-shadow: 0 8px 32px hsla(230, 75%, 15%, .2);
  border-radius: 1rem;
  row-gap: 1.25rem;
  text-align: center;
  transform: translateY(-1rem);
  transition: transform .4s;
}
.map {
    width: 100%;
    align-content: center;
    align-items: center;
    text-align: center;
}
.login__image {
    width: 80%;
    height: auto;
    opacity: .5;
    transition: opacity .4s;
}
.login__image:hover {
    opacity: 1;
}

.login__title {
  font-size: 1.65rem;
  color: var(--baslik_rengi);
}
.login__button {
      display: inline-block;
      background-color: #fff;
      width: 30%;
      color: var(--baslik_rengi);
      font-weight: var(--font-orta);
      padding: 1rem;
      border-radius: .5rem;
      border:solid 1px rgba(187,187,187,1.00);
      cursor: pointer;
      transition: box-shadow .4s;
      line-height: 1.25rem;
}
.login__button .bayrak__img {
    height: 24px;
}
.login__button:hover {
  box-shadow: 0 4px 24px hsla(230, 75%, 40%, .4);
}

/* Show login */
.show-login {
  opacity: 1;
  pointer-events: initial;
}

.show-login .login__form {
  transform: translateY(0);
}
.login__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}
.search__form {
    max-width: 450px;
    margin-inline: auto;
  }
.login__form {
    max-width: 450px;
    margin-inline: auto;
  }
.result-box ul {
    max-width: 450px;
    margin-inline: auto;
}



/*/////// SERVİS ///////*/
.servis_sayfa {
    width: 100%;
    margin: 0 auto;
	
}
.servis_sayfa > .rklm {
    padding-bottom: 4rem;
    font-size: 1.6rem;
    font-style: italic;
    text-indent: 0rem;
    
}
.servis_sayfalari {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 2rem;
    flex-wrap: wrap;
}
.servis_sayfa_icerik, .servis_sayfa_icerik-foto {
   
    width: 30%;
    border: solid 1px #f9f9f9;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); 
}
 
.servis_sayfa_icerik h3 {
    display: flex;
    column-gap: .5rem;
    color: #00BCD4;
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: .5rem;
    align-items: center;
}
.servis_sayfa_icerik h3 i {
    font-size: 2rem;
}
.servis_sayfa_icerik p {
   padding: 1rem 0;
}
.servis_sayfa_resim img {
    width: 100%;
    border-radius: .5rem;
}
/*////////// İLETİŞİM //////////*/
h3.etik {
    padding-bottom: 1rem;
}
.yazi > p{
    padding-bottom: 2rem;
}
.iletisim_sayfa {
    display: flex;
    flex-direction: column;
    width: 100%;
	padding-top: 4rem;
}
.iletisim_ust, .iletisim_alt {
    padding: 2rem;
    width: 100%;
    border: solid 1px #eee;
    border-radius: .5rem;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 4rem;
}

.iletisim_ust {
    display: flex;
    
}
.iletisim_adres {
    width: 49%;
    padding: 1rem 2rem;
    border-right: solid 1px #eee;
}
.iletisim_form {
    padding: .5rem;
    width: 50%;
}
.iletisim_sayfa h4 {
    padding: 0 0 2rem 0;
}
.iletisim_sayfa p {
    display: flex;
    align-content: space-between;
    column-gap: 1rem;
}
form {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    width: 100%;
}
form input, form textarea {
    border:0;
    margin: 5px 0;
    padding: 10px;
    outline: none;
    background: #f5f5f5;
    font-size: .875rem;
    border-radius: 1rem;
}
form button {
    padding: 10px;
    background: hsla(199,98%,48%,1.00);
    color: #fff;
    font-size: 1rem;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 150px;
    margin: 20px auto 0;
    border-radius: 30px;
    transition: box-shadow .5s;
}
form button:hover {
    box-shadow: 3px 3px 20px 10px hsla(215,100%,90%,1.00);
}

/*===== MEDYA QUERY =====*/
@media only screen and (min-width: 768px) {
    .bilgi_urun_icerik {
        padding: clamp(1rem, -2.827rem + 7.97vw, 4rem);
    }
}
@media only screen and (max-width: 1213px) {
    /*.container {
        width: clamp(46rem, -2.108rem + 100.22vw, 73.875rem);
    }*/
	.urun_icerik {
		width: 100%;
	}
	.sag_menu {
		width: clamp(9.375rem, -1.412rem + 22.47vw, 15.625rem);
        min-width: 100px;
	}
    .side-nav {
		width: clamp(9.563rem, -8.882rem + 38.43vw, 20.25rem);
        min-width: 200px;
	}
    .kurumsal_icerik {
        width: 100%;
        /*padding-left: 2rem;*/
        display: flex;
		flex-direction: column;
    }
    .foto img {
        border: solid 4px #000;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 7%;
        object-fit: fill;
    }
    .yazi {
        padding: 2rem 2rem 0 0;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .servis_sayfa_icerik, .servis_sayfa_icerik-foto {
         width: 45%
    }
    .header {
    height: 96px;
	}
    .sayfa_baslik {
    margin-top: 96px;
    }
}
@media only screen and (max-width: 767px) {
    .header {
        height: 60px;
    }
    .icerik {
        flex-direction: column;
    }
    .side-nav {
        display: none;
    }
    .bilgi_urun_icerik {
	    flex-direction: column;
        padding: 0;
    }
    .aciklama, .sirket, .adres {
        width: 100%;
        padding: 2rem 2rem;
    }
    .aciklama, .sirket {
	    border-right: none;
        border-bottom: solid 1px #ddd;
    }
    .aciklama, .adres {
	}
    .telif {
	padding: 2rem 2rem;
    }
    .servis_sayfalari {
        padding-right: 1.6rem;
    }
    .servis_sayfa_icerik, .servis_sayfa_icerik-foto {
         width: 100%
    }
    
    .iletisim_ust {
        flex-direction: column;
    }
    .iletisim_adres {
        width: 100%;
        
        border-right: none;
    }
    .iletisim_form {
        
        width: 100%;
    }
}


.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}