@charset "utf-8";
/* CSS Document */


body
{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  overflow-x: hidden;

    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #303236;
    background-color: var(--bg-dark);
    overscroll-behavior-block: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a
{
  text-decoration: none;
}


.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table;  margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { display:inline-block; padding:10px 10px ; }
.social_footer_ul li i {  width:25px; height:20px; text-align:center; }

.card1 {
  width: 250px;
  height: 300px;
  margin: 1rem auto;
  perspective: 1000px;
  cursor: pointer;
  

}
.card1 img{
  border-radius: 24px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;


}

.card1:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.card-front {

  
}

.card-back {

  color: white;
  transform: rotateY(180deg);
}
.baslik
{
    font-size: 50px;
    text-align: center;
    text-indent: 65px;
    font-weight: bold;
    color: black;
    font-family: Noto Sans ;
    margin-top: 30px;
    margin-bottom: 20px;
}
.button1 {
  
  border-radius: 4px;
  background-color: #f1bc31;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 12 px;
  padding: 12px;
  width: 120px;
  transition: all 0.5s;
  cursor: pointer;
  float: right;
 
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}
.button1 a 
{
  background-color: #f1bc31;
    color: #fff;
}

.button1{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: 12px;
  right: -20px;
  transition: 0.5s;
}

.button1:hover{
  padding-right: 20px;
  padding-left:11px;
}

.button1:hover:after {
  opacity: 1;
  right: 10px;
}
.menu
{
list-style:none;
margin:0; padding:0;
display:inline-block;
}
.menu li
{
margin:5px;
}
			  
.menu a
{
text-decoration:none;
color:#000;
font-weight:bold;
border:1px solid #f1bc31;
display:block;
padding:5px;
background:#f1bc31;
border-left:5px solid #000;
width:245px;
line-height:25px;
}
			  
.menu a:hover
{
margin-left:5px;
border-left:5px solid #000;
color:#fff;
}
.menuana
{
  text-decoration:none;
color:#FFF;
font-weight:bold;
border:1px solid ;
display:block;
padding:5px;
background:#ff9712;
border-left:5px solid #ff9508;
width:230px;
line-height:25px;
}

.gradient-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 30px;
  @media screen and (max-width: 991px) {
    grid-template-columns: 1fr;
  }
}

.container-title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 40px;
  font-size: 40px;

  font-weight: 600;
  line-height: 60px;
}

.card {
  max-width: 550px;
  border: 0;
  width: 100%;
}

.container-card 
{
  position: relative;
  border: 2px solid transparent;


  border-radius: 45px;
  padding: 40px;
  img {
    margin-bottom: 32px;
  }
}



.card-title {
  font-weight: 600;

  letter-spacing: -0.02em;
  line-height: 40px;
  font-style: normal;
  font-size: 28px;
  padding-bottom: 8px;
}

.card-description {
  font-weight: 600;
  line-height: 32px;
  font-size: 16px;
  max-width: 470px;
}
.card a{
  color: white;
}



.container-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.container-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 45px;
    background: linear-gradient(
        120deg,
        transparent 30%,
        rgba(255, 255, 255, 0.25) 50%,
        transparent 70%
    );
    background-size: 200% 100%;
    background-position: 200% 0;
    transition: background-position 0.6s ease;
}

.container-card:hover::after {
    background-position: -200% 0;
}

.container-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.25),
        0 0 0 2px rgba(255, 255, 255, 0.3);
}

.container-card:hover img {
    animation: wiggle 0.5s ease;
}

@keyframes wiggle {
    0%   { transform: rotate(0deg) scale(1);    }
    25%  { transform: rotate(-8deg) scale(1.1); }
    50%  { transform: rotate(8deg) scale(1.1);  }
    75%  { transform: rotate(-4deg) scale(1.05);}
    100% { transform: rotate(0deg) scale(1);    }
}

.haber 
{
    font-family: Open Sans;
    font-size: 18px;
    margin-bottom: 20px;
    color: black;

}
.iletisimyazi
{
    font-family: comic sans ms;
    font-size: 18px;
    margin-bottom: 20px;
    color: black;

}
.baslik
{
  text-decoration: none;
  color: black;  
  font-weight: 500;
}
.hizmet
{
font-style: italic;
font-size: 32px;

}
.aciklama
{

}
.uzunyazi {
    background-image: url("../images/kurumsal/banneralan.jpg");
    background-color: #cccccc;
    background-size: cover;      
    background-position: center;   
    background-repeat: no-repeat;  
    height: 120px;
    width: 100%;
    font-size: 37px;
    line-height: 120px;
    text-indent: 20px;
    font-weight: 700;
    color: black;
    margin-bottom: 70px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.contain {
  max-width: 40em;
  color: black;
}

.contain p {
  color: black;
  font-weight: 300;
  line-height: 2em;
  
  a {
    display: inline-block;
    position: relative;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    
    transition: color .3s ease;

    &::after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      left: 0;
      bottom: .125em;
      height: 1px;
      background: linear-gradient(90deg, #ff7800 0%, #ff0000 50%, #ff00fe 100%);
      transition: bottom .3s ease;
    }

    &:hover {
      color: rgba(white, .8);

      &::after {
        bottom: 0;
      }
    }
  }
}
.hakbaslik
{
  text-align: left;

    font-size: 50px;
    font-weight: 400;
    color: black;
    font-family: Noto Sans ;
}
.vizyon1
{
  font-family: Reddit Sans Condensed;
   margin: auto;
}
.iletisimkutu1
{
  width: 450px;
  min-height: 600px;
  font-family: comic sans ms;
  color: black;
  border-radius: 30px;

}
.iletisimkutubas
{
  font-size: 32px;
  text-indent: 20px;
  font-weight: 700;
  width: 500px;
  background-color: blue;
}
.iletisimkutuyazi
{
  font-size: 20px;
}

.iletisimkutu2
{
  width:400px;
  min-height: 80px;
  border: 1px solid;
  border-color: #e7e7e7 ;
  border-radius: 30px;
  font-size: 24px;
  margin-bottom: 20px;
}


.link {
    text-decoration: none;
    color: #b7b7b7;
    margin: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(28, 28, 28);
    border-radius: 10px;
    position: relative;
    transition: 0.4s;
}

.link:hover {
    transform: rotate(45deg);
}

.link::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #373737;
    border-radius: 10px;
    transition: opasity 0.2s;
}

.link:hover::before {
    opacity: 0.4;
}

.link:nth-child(1)::before {
    background: #c32aa3;
}

.link:nth-child(2)::before {
    background: #1da1f2;
}

.link:nth-child(3)::before {
    background: #25d366;
}

.link:nth-child(4)::before {
    background: #0a66c2;
}

.link:hover::before {
    transform: translate(-4px, -4px);
    filter: blur(10px);
}

.link i {
    font-size: 1.7em;
    transition: all 0.4s;
}

.link:hover i {
    color: #c8c8c8;
    transform: rotate(-45deg);
}

.link:hover i.instagram {
    color: #c32aa3;
}

.link:hover i.twitter {
    color: #1da1f2;
}

.link:hover i.whatsapp {
    color: #25d366;
}

.link:hover i.message {
    color: #0a66ca;
}
.effect-lily a {
  outline: none;
  color: #3498db;
  text-decoration: none;

}

.effect-lily a:hover, a:focus {
  color: #528cb3;

}

.effect-lily section {
  padding: 1em;
  text-align: center;

}

.content {
  margin: 0 auto;
  max-width: 1000px;
}

.content > h2 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;

}

.content > h2:first-child {
  padding-top: 0em;
}

/* Header */
.codrops-header {
  margin: 0 auto;
  padding: 4em 1em;
  text-align: center;
}

.codrops-header h1 {
  margin: 0;
  font-weight: 800;
  font-size: 4em;
  line-height: 1.3;
}

.codrops-header h1 span {
  display: block;
  padding: 0 0 0.6em 0.1em;
  color: #74777b;
  font-weight: 300;
  font-size: 45%;
}

/* Demo links */
.codrops-demos {
  clear: both;
  padding: 1em 0 0;
  text-align: center;
}

.content + .codrops-demos {
  padding-top: 5em;
}

.codrops-demos a {
  display: inline-block;
  margin: 0 5px;
  padding: 1em 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
  background: #3c414a;
  color: #fff;
}

/* To Navigation Style */
.codrops-top {
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.69em;
  line-height: 2.2;
}

.codrops-top a {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  letter-spacing: 1px;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  display: block;
  float: left;
}

.codrops-icon:before {
  margin: 0 4px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'codropsicons';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
  content: "\e001";
}

.codrops-icon-prev:before {
  content: "\e004";
}

/* Related demos */
.related {
  clear: both;
  padding: 6em 1em;
  font-size: 120%;
}

.related > a {
  display: inline-block;
  margin: 20px 10px;
  padding: 25px;
  border: 1px solid #4f7f90;
  text-align: center;
}

.related a:hover {
  border-color: #39545e;
}

.related a img {
  max-width: 100%;
  opacity: 0.8;
}

.related a:hover img,
.related a:active img {
  opacity: 1;
}

.related a h3 {
  margin: 0;
  padding: 0.5em 0 0.3em;
  max-width: 300px;
  text-align: left;
}

@media screen and (max-width: 25em) {
  .codrops-header {
    font-size: 75%;
  }
  .codrops-icon span {
    display: none;
  }
  .content {
    padding: 0 10px;
    text-align: center;
  }
}

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px,0, 0);
  transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255,255,255,0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.grid1 {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid1 figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  height: auto;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.grid1 figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid1 figure figcaption {
  padding: 2em;
  color:#fd7e14;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid1 figure figcaption::before,
.grid1 figure figcaption::after {
  pointer-events: none;
}

.grid1 figure figcaption,
.grid1 figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
.grid1 figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid1 figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid1 figure h2 span {
  font-weight: 800;
}

.grid1 figure h2,
.grid1 figure p {
  margin: 0;
}

.grid1 figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.full-page-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column; /* Yazıları resmin altına atar */
}

/* FOTOĞRAF ALANI */
.image-section {
    width: 100%;
    height: 70vh; /* Ekranın %70'ini kaplar */
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

/* YAZI ALANI */
.content-section {
    padding: 40px 10%; /* Yanlardan %10 boşluk bırakarak ortalar */
    flex-grow: 1;
}

.text-top-row {
    display: flex;
    justify-content: space-between; /* Başlık ve C250i'yi iki uca yayar */
    align-items: baseline;
    margin-bottom: 15px;
}

.main-title {
    font-size: 48px;
    font-weight: 300;
    color: #333;
}

.model-name {
    font-size: 24px;
    color: #008eb0;
}

.shipping-notice {
    font-size: 18px;
    color: #888;
    margin-bottom: 30px;
}

.description-text {
    font-size: 20px;
    line-height: 1.6;
    color: #444;
    max-width: 1200px;
}
    .box {
        width: 300px;
        padding: 20px;

    }

    .title {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .desc {
        font-size: 16px;
        margin-bottom: 20px;
        color: black;
    }

.box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.box li {
        font-size: 18px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        color: black;
    }

.box li::before {
        content: "✓";
        color: orange;
        font-size: 22px;
        margin-right: 10px;
        font-weight: bold;
    }

.hoverig
{
  color: #FBFBF3;
}
.hoverig:hover{
  -webkit-transition: all 180ms ease-in;
  color: #bb3389;
}

.hoverwp
{
  color: #FBFBF3;
}
.hoverwp:hover{
    -webkit-transition: all 180ms ease-in;
  color: #4ecd5c;
}

.hoverkonum
{
  color: #FBFBF3;
}
.hoverkonum:hover{
    -webkit-transition: all 180ms ease-in;
  color: #4267b2;
}



.cardana {
  background-color: #ffffff;
  padding: 40px 20px;
  width: 300px;
  text-align: center;
  border-radius: 12px;
  /* Başlangıçtaki hafif gölge */
  margin: auto;
  
  /* Animasyonun hızı */
  transition: all 0.3s ease-in-out;
}

.cardana:hover {
  /* Yukarı doğru kayma efekti */
  transform: translateY(-10px);
  /* Hover durumunda daha belirgin gölge */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.icon-box {
  margin-bottom: 20px;
  font-size: 40px;
  color: #d32f2f; /* Kırmızımsı ton */
}

.reveal-item {
  opacity: 0;
  transform: translateY(20px);
  /* 0.6s yerine 0.4s veya 0.3s yapalım. 
     'cubic-bezier' kullanarak daha profesyonel bir duruş katabiliriz */
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* ===== VIRTUAL OFFICE - MOBİL UYUMLU ===== */

.virtual-office {
  padding: 3rem 0; /* 10rem yerine */
}

.vo-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .vo-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.vo-mockup {
  position: relative;
  height: 260px; /* Mobilde daha küçük */
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a3e 0%, #2d1b4e 50%, #1a2a4e 100%);
}

@media (min-width: 768px) {
  .vo-mockup {
    height: 486px;
    margin-top: 60px;
  }
}

.vo-mockup-header {
  position: absolute;
  top: 12px; left: 12px;
  color: #fff;
  z-index: 5;
}
.vo-mockup-header h4 { font-size: 14px; opacity: 0.9; }
.vo-mockup-header span {
  font-size: 10px; opacity: 0.6;
  display: flex; align-items: center; gap: 6px; margin-top: 2px;
}

.vo-participants {
  position: absolute;
  right: 2%; top: 2%;
  width: 21%;
  display: flex;
  flex-direction: column;
  gap: 4%;
}

.vo-participant {
  aspect-ratio: 1;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  position: relative;
  overflow: hidden;
}
.vo-participant::after {
  content: attr(data-name);
  position: absolute;
  bottom: 6%; left: 5%;
  font-size: 10px;
  color: rgba(255,255,255,0.8);
}
.vo-participant .cam-btn {
  position: absolute;
  right: 5%; top: 6%;
  width: 18%; height: 18%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cam-btn.on  { background: #3d7eff; }
.cam-btn.off { background: rgba(11,13,16,0.2); }

.vo-controls {
  position: absolute;
  bottom: 14px;
  left: 0; right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 5;
}
.vo-ctrl-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .vo-controls { bottom: 20px; gap: 14px; }
  .vo-ctrl-btn  { width: 44px; height: 44px; }
}

.vo-ctrl-btn.gray { background: #686868; }
.vo-ctrl-btn.red  { background: var(--accent-red); }
.vo-ctrl-btn svg  { width: 14px; height: 14px; }

/* ===== QUOTE ===== */
.vo-quote {
  font-size: 16px;         /* Mobil */
  font-weight: 500;
  max-width: 100%;
  margin-top: 30px;
  line-height: 1.4;
  color: var(--text-dark);
}

@media (min-width: 768px) {
  .vo-quote {
    font-size: 20px;
    max-width: 42rem;
    margin-top: 66px;
  }
}

/* ===== FEATURES GRID ===== */
.vo-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .vo-features {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 2.5rem;
  }
}

/* ===== FEATURE ICON ===== */
.vo-feature-icon {
  width: 56px; height: 56px;   /* Mobilde daha küçük */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .vo-feature-icon { width: 80px; height: 80px; }
}

/* ===== FEATURE BAŞLIK & PARAGRAF (TEK TANIM) ===== */
.vo-feature h3 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 0.75rem;
  max-width: 100%;
  line-height: 1.2;
  color: black;
}

@media (min-width: 992px) {
  .vo-feature h3 {
    font-size: 22px;
    margin-top: 1.25rem;
  }
}

.vo-feature p {
  font-size: 12px;
  font-weight: 300;
  max-width: 100%;
  margin-top: 8px;
  line-height: 1.5;
  color: var(--text-body);
}

@media (min-width: 992px) {
  .vo-feature p {
    font-size: 15px;
    max-width: 204px;
    margin-top: 14px;
  }
}

/* ===== SECTION BAŞLIKLAR ===== */
h2.section-title {
  font-size: clamp(28px, 5.5vw, 80px);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.05;
}

.section-desc {
  font-size: clamp(14px, 3vw, 18px);
  max-width: 100%;
  margin-top: 1rem;
  line-height: 1.6;
  color: var(--text-body);
}

@media (min-width: 992px) {
  .section-desc { max-width: 705px; margin-top: 1.5rem; }
}

/* --- MOBİL GÖRÜNÜM --- */

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px); 
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.hizmet-kart-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding: 40px 0;
}
.hizmet-kart-grid a {
    display: block;
    width: 320px; /* hizmet-card ile aynı genişlik */
    text-decoration: none;
}

@media (max-width: 768px) {
    .hizmet-kart-grid a {
        width: 100%;
    }
    
    .hizmet-card {
        width: 100%;
    }
}
.hizmet-card {
    position: relative;
    width: 320px;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hizmet-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hizmet-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    transition: background 0.3s ease;
}

.hizmet-content h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.hizmet-content p {
    color: #f0f0f0;
    font-size: 13px;
    margin: 5px 0 0 0;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}


.hizmet-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.hizmet-card:hover img { transform: scale(1.1); }
.hizmet-card:hover .hizmet-content p { opacity: 1; transform: translateY(0); }

#ftco-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    
}

#ftco-navbar.navbar-visible {
    transform: translateY(0);
}

.effect-lily h2
{
  -webkit-text-stroke: 3px #7A3803;
  paint-order: stroke fill; /* kontur arkada kalır, yazı üstte */

}