 .logo-container {
      position: relative;
      display: inline-block;
      overflow: hidden;
    }

        .shine {
      position: absolute;
      top: 0;
      left: -100%;
      width: 350px; /* Parlaklık şeridinin kalınlığı */
      height: 100%;
      background: linear-gradient(
        65deg, /* Çapraz şerit açısı */
        transparent 30%,
        rgba(255, 255, 255, 0.144) 50%,
        transparent 60%
      );
      transform: skewX(-45deg); /* Şeridi çapraz yapacak eğim */
      animation: shine 10s infinite;
    }

    @keyframes shine {
      0% {
        left: -250%;
      }
      50% {
        left: 150%;
      }
      100% {
        left: 200%;
      }
    }

.navbar-nav li a.active {
 box-shadow: rgb(39, 241, 255) 0px 5px 15px;
  transition: top 0.2s ease;
  z-index: 999;
 
}


.icon-bar {
    position: fixed;
    opacity: 0.9;
    z-index: 5000;
    top:10%;
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    color: white;
    font-size: 20px;
    width: 70px;
    transition: width 1s, padding 1s, transform 2s;
  }
  
  @media (max-width: 1805px) {
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 10px;
        color: white;
        width: 40px;
        font-size: 20px;
      }
    }
    @media (max-width: 1075px) {
        .icon-bar a {
            display: block;
            text-align: center;
            padding: 5px;
            color: white;
            width: 30px;
            font-size: 15px;
          }
        }



  .icon-bar a:hover {
   
    color: white;
    transform: rotate(1deg);
    width: 200px;
  }
  
  .facebook {
    background: #3b5898b9;
    color: white;
  }
  
  .twitter {
    background: #55ACEE;
    color: white;
  }
  
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  }
  

  .instagram {
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), 
      radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), 
      radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), 
      radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), 
      radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), 
      radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), 
      radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), 
      linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
      color: white;
  }
  
  





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

html, body {
  margin: 0;
      padding: 0;
      height: 100%;
} 
.page-container {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: white;
    background-color: #222222;
    line-height: 1.5;
    
}

a {
	color: #9F6;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
	color: #3CF;
}

p {
    line-height: 1.7;
}

h2 {
    font-size: 1.8rem;
}

.highlight {
    color: #99FF66;
}

.page-container {
    display: flex;
    flex-direction: column;
    justify-content: top;
 
}

.container-fluid {
   width: 100%;
}

.btn {
    font-size: 1.3rem;
    padding: 13px 23px;
    border-radius: 0;
}

.btn-primary {
    background-color: white;
    border: none;
    color: #333;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #5cac38;
    background-color: white;
}

/* Style the video: 100% width and height to cover the entire window */


#tm-nav {
    z-index: 1000;
}





.circle {
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    width: 20px;
    height: 20px; 
    background-color: white;
    border-radius: 50%;
}

.tm-border-bottom {
    border-bottom: 1px solid white;
    padding-bottom: 48px;
}

.tm-border-top {
    border-top: 1px solid white;
    padding-top: 48px;
}





.tm-link-white {
    color: white;
}

.tm-link-white:hover,
.tm-link-white:focus {
    color: #99FF66;
}

.cd-hero-slider {
    padding: 10px 0;
}

.cd-hero-slider li { 
    list-style: none;
}

.content-pad {
    padding: 40px 30px;
}

.page-width-1 {
    max-width: 810px;
}

.page-width-2 {
    max-width: 912px;
}
.page-width-3 {
    max-width: 1800px;
}
.page-width-4 {
    max-width: 1500px;
}
.page-left {
    margin-left: 100px;
}

.page-right {
    margin-right: 100px;
    margin-left: auto;
}

.tm-bg-dark {
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
}

.intro-left {
    margin-right: 20px;
    padding: 30px 40px;
    max-width: 505px;    
}

.intro-img-1 {
    margin-bottom: 20px;
}

.intro-circle-1 {
    left: -20px;
    top: -10px;
}

.intro-circle-2 {
    right: -20px;
    top: -10px;
    left: auto;
}

.intro-circle-3 {
    right: -20px;
    bottom: -10px;
    left: auto;
}

.intro-circle-4 {
    left: -20px;
    bottom: -10px;
}

.tm-intro-btn {
    margin-top: 25px;
}

.tm-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* Gallery page */
.gallery-container {
    max-width: 1300px;
}

.slick-dots {
    bottom: -80px;
}

.gallery-slider figure {
	position: relative;
	float: left;
    overflow: hidden;
    margin: 0;
    max-width: 240px;
    margin-left: 10px;
    margin-right: 10px;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.gallery-slider figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.gallery-slider figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-slider figure figcaption::before,
.gallery-slider figure figcaption::after {
	pointer-events: none;
}

.gallery-slider figure figcaption,
.gallery-slider figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gallery-slider figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.gallery-slider figure h2 {
	word-spacing: -0.15em;
  font-weight: 300;
  font-size: 28px;
}

.gallery-slider figure h2 span {
	font-weight: 800;
}

.gallery-slider figure h2,
.gallery-slider figure p {
	margin: 0;
}

.gallery-slider figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.gallery-section {
  background-color: #99ccff;
}

.gallery-section .title {
  padding-right: 13px;
  margin-bottom: 80px;
}

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	display: flex;
  align-items: center;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.gallery-slider .slick-dots li.slick-active, 
.gallery-slider .slick-dots li:hover {
    background-color: #3CCDFF;
}

.gallery-slider .slick-dots li {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0 10px;
    transition: all 0.3s ease;
}

/* About page */
.tm-about-container {
    border-top: 1px solid white;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid white;
}

/* Contact page */
.tm-contact-left {
    padding-right: 55px;
}

.form-control {
    font-size: 1.2rem;
    padding: 15px 0;
}

#birinci {
  scroll-margin-top: 100px; /* header yüksekliği kadar */
}
#ikinci {
  scroll-margin-top: 100px; /* header yüksekliği kadar */
}


.form-control,
.form-control:focus {
    color: white;
    background-color: transparent;
}

.form-control:focus {
    border-bottom: 1px solid #99FF66;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }

.tm-mb-30 {
    margin-bottom: 30px;
}

.tm-mb-45 {
    margin-bottom: 45px;
}
.divs3{
    margin-left: auto; 
    margin-right: auto; 
      text-align: center;
      background-color: rgba(3, 0, 44, 0.651); 
      padding: 5px; 
      border-radius: 10px;
    margin-bottom: 5px;
    max-width: 250px;
}
.divs{
    margin-left: auto; 
    margin-right: auto; 
    max-width: 250px;
     text-align: center;
      background-color: rgba(131, 131, 131, 0.658); 
      padding: 5px; 
      border-radius: 10px;
    margin-bottom: 5px;
    margin-top: -10px;
}
.divs2{
    margin-left: auto; 
    margin-right: auto; 
     text-align: center;
      background-color: rgba(82, 82, 82, 0.959); 
      padding: 5px; 
      max-width: 550px;
      border-radius: 10px;
     
}
.tm-btn-pad-2 {
    padding: 10px 38px;
}


.gmap-canvas {
    overflow:hidden;
    background:none!important;
    border-radius: 10px;
    max-height:600px;
}

.map-outer,
.gmap-canvas {
  margin-top: 20px;
    width:100%;
}

.tm-footer-right {
    text-align: right;
}


@media (max-width: 834px) {
    .intro-left {
        width: 65%;
    }
    
    .intro-right {
        width: 35%;
    }
}

@media (max-width: 767px) and (min-height: 600px){
  #birinci {
  scroll-margin-top: -200px; /* header yüksekliği kadar */
}
#ikinci {
  scroll-margin-top: -1200px; /* header yüksekliği kadar */
}
}
@media (max-width: 767px) {

    .tm-contact-left {
        padding-right: 15px;
        margin-bottom: 50px;
    }
    
    .tm-footer-right {
        text-align: left;
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .intro-left,
    .intro-right {
        width: 100%;
    }

    .intro-left {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: none;
    }

    .intro-right {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .intro-container {
        flex-direction: column;
    }

    .intro-img-1 {
        margin-right: 4%;
        margin-bottom: 0;
        width: 48%
    }

    .intro-img-2 {
        width: 48%;
    }
}


.navbar-toggler{
    border-color: #0a2f47 !important;
    border-width: 5px;
    background-color: #ffffff5e;
}

  
.navbar{
    background: linear-gradient(to bottom, #1c1e22, rgba(59, 59, 59, 0.877));
    text-align: center;
   justify-content: center;
   align-items: center;
   max-height: 100px;

}
.nav-item{
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    border-radius: 10px;
min-width: 150px;
    min-height: 50px;


}
.nav-item a{
    color: white !important;
     border-radius: 10px;
     box-shadow: rgb(255, 255, 255) 0px 5px 15px;
    padding: 15px;
}
.nav-item a:hover{
      border-radius: 10px;
      box-shadow: rgb(31, 248, 255) 0px 5px 15px;
      color: white !important;
      transition: color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.navbar-nav{
 
    padding: 0;
    
}

.selected a{
    background-color: #0000006e;
    color: #ffffff !important;
    border-radius: 10px;
}

.box {
    --border-angle: 0deg;
  
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 4px hsla(0, 0%, 0%, 0.089);
    animation: border-angle-rotate 5s infinite linear;
    
    position: fixed;
  
    &.a {
      background: linear-gradient(white, white) padding-box,
        conic-gradient(
            from var(--border-angle),
            oklch(100% 100% 0deg),
            oklch(100% 100% 45deg),
            oklch(100% 100% 90deg),
            oklch(100% 100% 135deg),
            oklch(100% 100% 180deg),
            oklch(100% 100% 225deg),
            oklch(100% 100% 270deg),
            oklch(100% 100% 315deg),
            oklch(100% 100% 360deg)
          )
          border-box;
    }
  
    &.b {
      background: linear-gradient(rgba(0, 0, 0, 0.959), rgba(255, 255, 255, 0.014)) ,
        conic-gradient(
            from var(--border-angle),
            var(--bg) 15%,
          rgb(65, 65, 65)
          )
      
    }
  
    &.c {
      border-radius: 100%;
      background: radial-gradient(circle, var(--bg) 60%, transparent 60%);
  
      &:before,
      &:after {
        content: "";
        display: block;
        position: absolute;
        inset: 4px;
        border-radius: 100%;
        animation: border-angle-rotate 4s infinite linear;
        z-index: -1;
      }
  
      &:before {
        inset: 0;
        background: repeating-conic-gradient(
            from var(--border-angle),
            var(--bg),
            var(--bg) 30deg,
            oklch(100% 50% 190deg) calc(360deg / 6)
          )
          border-box;
      }
  
      &:after {
        background: repeating-conic-gradient(
            from calc(var(--border-angle) * -1),
            oklch(100% 40% 50deg),
            black 60deg
          )
          border-box;
      }
    }
  }
  
  @keyframes border-angle-rotate {
    from { --border-angle: 0deg; }
    to { --border-angle: 360deg; }
  }
  /** boilerplate **/
body {
    --bg: hsla(0, 0%, 0%, 0.719);
  }
  
  @property --border-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }

  .img-logo{
        height: 80px; 
        width: 200px; 
        border-radius: 5px; 
        
    }

  @media (max-width: 1220px) {
    .img-logo{
        height: 80px; 
        width: 200px; 
        border-radius: 5px; 
       
    }
    .navbar-nav {
        margin-top: 10px;
        padding-bottom: 20px;
        padding-top: 10px;
      border-radius: 16px;
      background: rgba(25, 25, 27, 0.856);
       box-shadow: rgb(168, 168, 168) 0px 20px 30px -10px;
    }
    .nav-item a:hover{
        border-radius: 10px;
        box-shadow: rgb(31, 248, 255) 0px 5px 15px;
        color: white !important;
        transition: color .2s ease-in-out, box-shadow .2s ease-in-out;
     }
    .gmap-canvas {
        overflow:hidden;
        background:none!important;
        border-radius: 10px;
        max-height:400px;
     }
    .selected a{
        background-color: #5a5a5ada;
        color: #ffffff !important;
        border-radius: 10px;
     }
  

  }

@media (max-width: 1382px) {
  .abc{
    max-width:900px; 
}
  }

@media (max-width: 975px) {
    .abc{
      max-width:500px; 
  }
    }


  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');



.container{
    transform-style: preserve-3d;
}

.container .box{
    position: relative;
    width: 350px;
    height: 350px;
    margin: 20px;
    transform-style: preserve-3d;
    cursor: pointer;
 
}

.container .box .body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.9s ease;
}



.container .box .body .imgContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.container .box .body .imgContainer img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container .box .body .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #011f2b;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.container .box:hover .body{
    transform: rotateY(180deg);
}

.container .box .body .content div{
    transform-style: preserve-3d;
    padding: 20px;
    background: linear-gradient(45deg, #4edcff,#fffea6);
    transform: translateZ(100px);
}

.container .box .body .content div h3{
    letter-spacing: 1px;
}

video {
    max-width: 100% !important;
    max-height: auto !important;
  }
  
  .uls {
            list-style-position: inside;
            padding: 0;
           text-align: center;
        }

        .uls li {
            position: relative;
            padding: 8px 0;
            font-size: 18px;
        }

   
.card-container {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    /* align-content: center; */
    /* text-align: center; */
    margin: auto;
    margin-bottom: 20px;
    gap: 20px;
    justify-content: center;
    /* margin: 20px; */
}

.card {
     width: 250px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: rgba(255, 255, 255, 0.658) 0px 5px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: default;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  cursor: pointer;
  box-shadow: rgba(85, 147, 255, 0.911) 0px 5px 15px;
 
}

.card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: filter 0.3s ease;
  position: relative;
  z-index: 1;
}

.card:hover .card-image {
  filter: blur(1.5px) brightness(1.15); /* Güçlü blur ve parlama */
}

/* Hafif ışık efekti görsel üzerine */
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.1), transparent);
  z-index: 2;
  pointer-events: none;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.card:hover .card-overlay {
  opacity: 1;
}

.card-overlay a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  background-color: rgba(255,255,255,0.2);
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  transition: 
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* Hover animasyonu */
.card-overlay a:hover {
  background-color: rgba(255,255,255,0.4);
  transform: scale(1.1); /* Büyüme efekti */
  box-shadow: 0 0 10px rgba(255,255,255,0.6); /* Hafif parlama */
}

.card-content {
  background-color: #222d3e;
  padding: 5px;
  color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-title {
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
}

.card-subtitle {
  font-size: 12px;
  color: #cce6ff;
  text-align: center;
}


.about-section {
  max-width: 82%;
  margin: 50px auto 0;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  background-color: #3535359f;
  text-align: center;
  justify-content: center;
}

.about-section h2 {
  font-size: 30px;
  color: #3982ff;
  margin-bottom: 15px;
}

.about-section p {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.6;
}     
@media (max-width: 600px) {
  .card {
    width: 90%;
  }
    .card-image {
    height: 250px;
  }
  .about-section {
    max-width: 90%;
  margin:auto;
}
}

@media (max-width: 760px) {
   .about-section {
    max-width: 90%;
  margin:auto;
}
}
/* Scrollbar genişliği ve arka planı */
::-webkit-scrollbar {
  width: 1px;
}

/* Scrollbar tutamacı */
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

/* Hover efekti */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Scrollbar renkleri */
.scrollable-element {
  scrollbar-color: #888 #f0f0f0;
  scrollbar-width: thin;
}

.modern-footer {
  background-color: #1c1e22;
  color: #e0e0e0;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  margin-top: 20px;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.4);
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* İçerikleri eşit yükseklikte hizala */
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
 
}

/* 🧩 İLETİŞİM KUTUSU */
.footer-contact {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* İçeriği dikeyde ortala */
  background: linear-gradient(135deg, #112233, #1a2a3a);
  padding: 25px;
  border-radius: 12px;
   box-shadow: 0 0 10px rgb(150, 150, 150);
  transition: transform 0.3s ease;
}
.iletisimsayfa h4 {
   font-family: Helvetica;
  text-align: center !important;
  border: 0 !important;
}

.iletisimsayfa li{
 text-align: center;
 display: block !important;
}


.footer-contact h4 {
  font-size: 24px;
  margin-bottom: 18px;
  color: #00eaff;
  border-left: 4px solid #00eaff;
  padding-left: 10px;
}

.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  margin-bottom: 14px;
  font-size: 16px;
  color: #e0f7fa;
  display: flex;
  
  gap: 12px;
  position: relative;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer-contact li:hover {
  color: #ffffff;
  text-shadow: 0 0 8px #00eaff, 0 0 16px #00eaff;
}

.footer-contact i {
  color: #00eaff;
  font-size: 18px;
  min-width: 20px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer-contact li:hover i {
  color: #ffffff;
  text-shadow: 0 0 8px #00eaff, 0 0 16px #00eaff;
}

.footer-iletisim {

  min-width: 280px;
  background: linear-gradient(40deg, #0028558e, #00406bb6);
   font-family: Courier, monospace;
  padding: 25px;
  text-align: center;
   box-shadow: 0 0 80px rgba(2, 162, 255, 0.301);
  transition: transform 0.3s ease;
}


.footer-iletisim h4 {
    margin: auto !important;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5 !important;
}


/* 🧭 HARİTA BÖLÜMÜ */
.footer-map {
  flex: 1;
  min-width: 280px;
  display: flex;
  align-items: center;       /* iframe’i dikeyde ortala */
  justify-content: center;   /* iframe’i yatayda ortala */
}

.footer-map iframe {
  width: 100%;
  height: 250px;
  max-height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(150, 150, 150);
  border: none;
}
.map-iletisim {
  flex: 1;
  min-width: 280px;
  display: flex;
  align-items: center;       /* iframe’i dikeyde ortala */
  justify-content: center;   /* iframe’i yatayda ortala */
}

.map-iletisim iframe {
  width: 100%;
  height: 400px;
  max-height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(150, 150, 150);
  border: none;
}

.uls a{
  color: rgb(115, 250, 255) !important;
}
.uls a:hover{
  color: rgb(109, 111, 255) !important;
}


 .page-title {
    margin-top:90px ;
    margin-bottom: -90px;
   /* görsel dosyasını buraya ekle */
  background-size: 100% 100%;
   background-repeat: no-repeat;
   background-position: center;
opacity: 0.7;
 box-shadow: rgba(255, 255, 255, 0.493) 0px 20px 80px -10px;
  text-align: center;
  position: relative;
  color: #fff;
  min-width: 100%;
   border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden; /* Radius dışına taşan görseli kırpar */
}


.title-overlay {
  min-width: 100%;
  background: rgba(0, 0, 0, 0.089); /* arka planı hafif karartarak kontrast sağlar */
  display: inline-block;
  padding: 50px 10px;

  backdrop-filter: blur(3px); /* mobilde şıklık + okunabilirlik */
   text-shadow: 0 0 3px #000000, 0 0 16px rgb(0, 0, 0), 0 0 24px rgb(0, 0, 0), 0 0 32px rgb(0, 0, 0);
}

.page-title h1 {
  font-size: 2.5rem;
  margin: 0;
}

.page-title p {
  font-size: 1.2rem;
  margin-top: 10px;
}
.page-title h4 a {
  margin: 0;
  color: white;
}
.page-title h4 a:hover {
   filter: drop-shadow(0 0 4px rgb(255, 255, 255));
}
.link-icon {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #00f;
  text-decoration: none;
}

.link-icon::after {
  content: '🔗';
  font-size: 0.9em;
  color: inherit;
  transition: filter 0.3s ease;
}

.link-icon:hover::after {
  filter: drop-shadow(0 0 4px rgb(255, 255, 255));
}



/* 📱 MOBİL GÖRÜNÜM */
@media (max-width: 1100px) {
  .footer-container {
    flex-direction: column;
  }


  .footer-map iframe {
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border: none;
    display: block;
  }
.map-iletisim iframe {
    max-width: 100%;
    height: 180px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border: none;
    display: block;
  }

  .footer-contact h4 {
    font-size: 20px;
  }
  .footer-iletisim h4 {
  font-size: 14px;
  color: #ffffff;
}

.title-overlay {
  padding: 20px 10px;
}

.page-title h1 {
  font-size: 1.5rem;
  margin: 0;
}


}  



 