body {
  background-color: #e3e9ee;
  font-size: larger;
  font-weight: bold;
}

.form-container {
  max-width: 800px;
  margin: 50px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.form-title {
  text-align: center;
  color: #c5346c;
  margin-bottom: 25px;
}

/* HEADER */
.top-header-premium{
  background:white;
  padding:14px 0;
  border-bottom:1px solid #f0f0f0;
  box-shadow:0 3px 14px rgba(0,0,0,.04);
}

/* logo */
.brand-logo img{
  height:125px;
  width: auto;
}

.top-phone{
  text-decoration:none;
  color:black;
  font-size:18px;
  margin-top:4px;
}

.top-phone i{
  color:#c5346c;
  margin-right:6px;
}

/* social */
.social-box{
  display:flex;
  justify-content:center;
  gap:12px;
}

.social-circle{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#f4cccc;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#c5346c;
  text-decoration:none;
  font-size:18px;
  transition:.3s;
}

.social-circle:hover{
  background:#c5346c;
  color:#fff;
  transform:translateY(-3px);
}

/* dil */
/* dil buton */
.lang-btn{
  background:#c0c0c0;
  color:black;
  border:none;
  border-radius:12px;
  padding:10px 16px;
  font-weight:700;
  min-width:150px;
  display:flex;
  align-items:center;
  gap:10px;
}

.lang-btn:hover{
  background:#c5346c;
  color:white;
}

/* dropdown */
.lang-menu{
  border:none;
  border-radius:14px;
  padding:8px;
  box-shadow:0 12px 24px rgba(0,0,0,.12);
}

.lang-menu .dropdown-item{
  border-radius:10px;
  padding:10px 14px;
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
}

.lang-menu .dropdown-item:hover{
  background:#f4cccc;
  color:#c5346c;
}


/* cv */
.premium-cv-btn{
  background:#c5346c;
  color:#fff;
  border-radius:12px;
  padding:11px 20px;
  font-weight:700;
  border:none;
  transition:.3s;
}

.premium-cv-btn i{
  margin-right:7px;
}

.premium-cv-btn:hover{
  background:#a52757;
  color:#fff;
  transform:translateY(-2px);
}

/* NAVBAR */
.custom-navbar {
  background-color: #c5346c;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-brand img {
  height: 100px;
  width: auto;
}

/* DROPDOWN PANEL */
.dropdown-menu {
  background-color: #c5346c;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-link:focus,
.nav-link:active,
.dropdown-toggle:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.cv-btn {
  background: #ffffff;
  color: #c5346c;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 6px;
  border: none;
}

.cv-btn:hover {
  background: #c0c0c0;
  color: black;
}

/* ITEM'lar */
.dropdown-item {
  background: transparent;
  color: #ffffff;
  border-radius: 6px;
  padding: 10px 15px;
}

/* HOVER */
.dropdown-item:hover {
  background: #c0c0c0;
  color: black;
}

/* ACTIVE (tıklanınca) */
.dropdown-item:active {
  background: #c5346c;
  color: #ffffff;
}

/* MENÜ KUTULARI */
.menu-box {
  background: #c5346c;
  margin-right: 10px;
  border-radius: 6px;
  transition: 0.3s;
}

/* LINK TAM ALANI KAPLAR */
.menu-box .nav-link {
  color: white !important;
  font-size: 18px;
  padding: 10px 20px;
  display: block;
}

/* HOVER -> KARE DEĞİŞİR */
.menu-box:hover {
  background: #c0c0c0;
}

/* HOVER YAZI RENGİ */
.menu-box:hover .nav-link {
  color: black !important;
}
/* INPUTLAR */
.form-control {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

/* LABEL */
.form-label {
  font-weight: 500;
}

/* RADIO */
input[type="radio"] {
  margin-right: 5px;
}

/* BUTON */
.submit-btn {
  background: #c5346c;
  color: white;
  border-radius: 8px;
  padding: 10px;
  border: none;
  font-weight: 600;
}

.submit-btn:hover {
  background: #c0c0c0;
  color: black;
}

/* BUTON */

.basvur-btn{
  background-color: white;
  color: #2F2F2F;
}

.basvur-btn:hover{
  background-color: #c5346c;
  color: white;
}

/* HERO */
.hero {
  background:
    linear-gradient(to right, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.1) 70%),
    url('/image/hero.png');

  background-size: cover;
  background-position: center;
  height: 75vh;
  display: flex;
  align-items: center;
  color: white;
}

.hero h1 {
  font-size: 54px;
  font-weight: 700;
}

.hero p {
  font-size: 20px;
  opacity: 0.9;
}

.services-slider-section{
  background:#fff;
  overflow:hidden;
}

.services-top-area{
  text-align:center;
  margin-bottom:35px;
}

.section-title-main{
  font-size:36px;
  font-weight:800;
  color:#c5346c;
}

.services-slider-box{
  position:relative;
  padding:0 38px; /* oklar için iç boşluk */
}

.services-wrapper{
  overflow:hidden;
  width:100%;
}

.services-track{
  display:flex;
  gap:24px;
  align-items:stretch;   /* hepsi aynı yükseklik */
  will-change:transform;
}

.service-card{
  width:calc((100% - 0px) / 3);     /* sabit genişlik */
  min-width:calc((100% - 0px) / 3);
  max-width:calc((100% - 0px) / 3);

  background:#fff;
  border-radius:18px;
  overflow:hidden;
  flex-shrink:0;

  border:2px solid #c5346c;
  box-shadow:0 10px 25px rgba(0,0,0,.08);

  display:flex;
  flex-direction:column;   /* içerik alta uzar */

  transition:.3s;
}
/* resim alanı */
.service-img-box{
  width:100%;
  height:210px;
  overflow:hidden;
}

/* resim otomatik kırpılır */
.service-img-box img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.service-img-box img{
 transition:.4s;
}

.service-card:hover img{
 transform:scale(1.08);
}

.service-content{
  padding: 12px;;
  display:flex;
  flex-direction:column;
  flex:1;
}

.service-content h4{
  color:#c5346c;
  font-size:22px;
  font-weight:700;
  margin-bottom:14px;

  word-break:break-word;
}

.service-content p{
  color:#555;
  line-height:1.8;
  margin:0;

  word-break:break-word;
}

.service-card h4{
  color:#c5346c;
  font-weight:700;
  margin-bottom:14px;
}

.service-card p{
  color:#555;
  line-height:1.7;
  margin:0;
}

/* OKLAR */
.slider-btn{
  width:54px;
  height:54px;
  border:none;
  border-radius:50%;
  background:#f4cccc;
  color:#c5346c;
  font-size:28px;
  font-weight:700;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;
  transition:all .25s ease;
  box-shadow:0 8px 18px rgba(0,0,0,.10);
}

.slider-btn:hover{
  background:#c5346c;
  color:#fff;
}

.side-left{
  left:-18px;
}

.side-right{
  right:-18px;
}

/* tablet */
@media(max-width:991px){
  .service-card{
  width:calc((100% - 24px) / 2);
  min-width:calc((100% - 24px) / 2);
  max-width:calc((100% - 24px) / 2);
}
}

/* mobil */
@media(max-width:767px){

  .services-slider-box{
    padding:0 12px;
  }

  .service-card{
  width:100%;
  min-width:100%;
  max-width:100%;
}

  .side-left{
    left:-8px;
  }

  .side-right{
    right:-8px;
  }
}

/* KARTLAR */
.card {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

/* METİN ORTALAMA */
.equal-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
}

/* SEKTÖR KART */
.home-sector-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  background: #ffffff;
}

/* HOVER EFEKTİ */
.sector-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* RESİM */
.home-sector-card img {
  height: 180px;
  object-fit: cover;
}

/* VİZYON SAYFASI */

/* HERO ALANI */
.page-hero {
  background:
    linear-gradient(to right, rgba(0,0,0,0.9) 35%, rgba(0,0,0,0.4) 75%),
    url('/image/banner.png');

  background-size: cover;
  background-position: center;
  color: white;
  padding: 90px 0;
  filter: saturate(0.9) brightness(0.9);
}

.page-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #f5f5f5);
}

.page-hero h1 {
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

.page-hero p {
  opacity: 0.8;
  font-size: 15px;
}

.breadcrumb-text {
  margin-top: 10px;
  animation: fadeUp 0.9s ease;  
}

.breadcrumb-text a {
  color: white;
  text-decoration: none;
}

.breadcrumb-text a:hover{
  color: #c5346c;
}

/* SOL MENÜ */
.side-menu {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  position: sticky;
  top: 20%;
  
  max-height: calc(100vh - 240px); /* ekran yüksekliği - boşluk */
  overflow-y: auto;

  padding-right: 5px; /* scrollbar için boşluk */
}

.active-indicator {
  position: absolute;
  left: 0;
  top: 10px; /* padding ile hizala */
}

.side-menu::-webkit-scrollbar {
  width: 6px;
}
.side-menu::-webkit-scrollbar-thumb {
  background: #c5346c;
  border-radius: 10px;
}
.side-menu::-webkit-scrollbar-track {
  background: #f4cccc;
}

.side-menu a {
  display: block;
  padding: 12px;
  margin-bottom: 8px;
  background: #c5346c;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.side-menu a:hover {
  background: #c0c0c0;
  color: black;
}

.side-menu a.active {
  background: #c0c0c0;
  color: black;
  font-weight: 600;
  border-left: 10px solid #c5346c;
  padding-left: 10px;
}

.side-menu-head{
  background-color: #293133 !important;
  color: white !important;
}

h2[id] {
  scroll-margin-top: 300px;
}

.values-float-img{
  float:right;
  width:320px;
  max-width:45%;
  margin-left:25px;
  margin-bottom:20px;

  border-radius:18px;
  box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.sector-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.sector-card p {
  line-height: 1.7;
  color: #555;
}

/* Hafif arka plan efekti */
.sector-card::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: #ff4d8d20;
  border-radius: 50%;
  background: radial-gradient(circle, #ff4d8d40, transparent);
}

/* Başlık */
.sector-title {
  font-size: 36px;
  font-weight: 700;
  color: #c5346c;
  margin-bottom: 20px;
}

/* Badge */
.sector-badge {
  display: inline-block;
  background: #ffe3ef;
  color: #c5346c;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

/* Button */
.sector-btn {
  background: linear-gradient(135deg, #ff4d8d, #ff7aa8);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  transition: 0.3s;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.sector-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 77, 141, 0.3);
}

/* Görsel */
.img-wrapper {
  width: 100%;
  max-width: 820px;
  height: 280px; /* oran kontrol */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-wrapper:hover img {
  transform: scale(1.05);
}

@media(max-width:768px){

.values-float-img{
  float:right;
  width:340px;
  max-width:50%;
  margin-left:15px;
  margin-bottom:10px;
  margin-top:100px;

  display:block;
}

}

/* ANİMASYON */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* aktif sayfa */
.current-page{
  color:#fff !important;
  font-weight:700;
  pointer-events:none;
  cursor:default;
}

/* ana başlık */
.main-title{
  font-size:34px;
  font-weight:800;
  color:#c5346c;
  text-align:center;
  margin-bottom:25px;
}

/* bölüm başlıkları */
.section-title{
  background:#f4cccc;
  color:#c5346c;
  font-size:24px;
  font-weight:700;
  padding:14px 20px;
  border-left:6px solid #c5346c;
  border-radius:12px;
  margin-bottom:18px;
}

/* içerik kutuları kart hissi azalır */
.content-box{
  background:#fff;
  border-radius:14px;
  padding:28px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}

.premium-footer{
  background:linear-gradient(135deg,#c5346c,#a82757);
  color:#fff;
  padding:65px 0 25px;
  margin-top:auto;
}

/* logo alanı */
.footer-brand img{
  height:58px;
  margin-bottom:18px;
}

.footer-brand h4{
  font-size:24px;
  font-weight:800;
  margin-bottom:14px;
}

.footer-brand p{
  color:rgba(255,255,255,.88);
  line-height:1.8;
  margin:0;
}

/* başlık */
.footer-title{
  font-size:20px;
  font-weight:800;
  margin-bottom:18px;
}

/* linkler */
.footer-links,
.footer-contact{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-links li,
.footer-contact li{
  margin-bottom:12px;
}

.footer-links a{
  color:rgba(255,255,255,.92);
  text-decoration:none;
  transition:.3s;
}

.footer-links a:hover{
  color:#f4cccc;
  padding-left:6px;
}

/* sosyal medya */
.footer-social{
  display:flex;
  gap:12px;
  margin-top:18px;
}

.footer-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(255,255,255,.15);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:18px;
  transition:.3s;
}

.footer-social a:hover{
  background:#fff;
  color:#c5346c;
  transform:translateY(-3px);
}

/* alt çizgi */
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.18);
  margin-top:40px;
  padding-top:22px;
  text-align:center;
  color:rgba(255,255,255,.85);
  font-size:15px;
}

.contact-btn {
  background: linear-gradient(135deg, #ff4d8d, #ff7aa8); /* pembe gradient */
  color: #fff;
  border: none;
  padding: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background: linear-gradient(135deg, #e8437d, #ff5c99);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 77, 141, 0.3);
}

.contact-btn:active {
  transform: scale(0.98);
}

.form-control:focus {
  border-color: #ff4d8d;
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 141, 0.25);
}

.form-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.form-popup-box {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  width: 350px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  animation: popupShow 0.3s ease;
}

.popup-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff4d8d, #ff7aa8);
  color: white;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.form-popup-box h4 {
  color: #c5346c;
  margin-bottom: 10px;
}

.form-popup-box p {
  font-size: 14px;
  color: #555;
}

.form-popup-box button {
  margin-top: 20px;
  padding: 10px 25px;
  border: none;
  border-radius: 25px;
  background: linear-gradient(135deg, #ff4d8d, #ff7aa8);
  color: white;
  cursor: pointer;
}

@keyframes popupShow {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* mobil */
@media(max-width:991px){

.footer-brand,
.footer-title,
.footer-links,
.footer-contact{
  text-align:center;
}

.footer-social{
  justify-content:center;
}

}

/* yazı + resim yan yana */
.content-side-layout{
  display:flex;
  align-items:flex-start;
  gap:28px;
}

/* yazı alanı */
.content-text{
  flex:1;
}

/* resim */
.content-side-img{
  width:320px;
  height:230px;
  object-fit:cover;
  border-radius:16px;
  flex-shrink:0;
}

/* yazılar */
.content-text p{
  line-height:1.9;
  margin-bottom:18px;
}

/* ANA SAYFA POP-UP */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease;
}

.popup-box h5 {
  color: #c5346c;
  margin-bottom: 15px;
}

.popup-box p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.popup-btn {
  margin-top: 20px;
  background: linear-gradient(135deg, #ff4d8d, #ff7aa8);
  border: none;
  padding: 10px 25px;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

@media(max-width:768px){

.content-side-layout{
  flex-direction:column;
}

.content-side-img{
  width:100%;
  height:240px;
}

}

/* OFFICE WRAPPER */
.office-wrapper{
  padding:18px;
}

/* OFFICE CARD */
.office-card {

  width:100%;
  height:220px;

  border-radius:14px;
  overflow:hidden;

  position:relative;

  background-image:url("../image/antalya.png");
  background-size:cover;
  background-position:center;

  display:flex;
  align-items:center;

  transition:.3s ease;
}

/* HOVER */
.office-card:hover{
  transform:translateY(-3px);
  box-shadow:0 15px 35px rgba(0,0,0,.15);
}

/* DARK OVERLAY */
.office-card::before{
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      to right,
      rgba(0,0,0,.72) 28%,
      rgba(0,0,0,.42) 48%,
      rgba(0,0,0,.18) 70%,
      rgba(0,0,0,0) 100%
    );
}

/* CONTENT */
.office-content{
  position:relative;
  z-index:2;

  color:#fff;

  padding:34px 40px 24px;

  max-width:420px;
}

/* TITLE */
.office-content h2{
  font-size:22px;
  font-weight:700;
  margin-bottom:14px;
  line-height:1.2;
}

/* TEXT */
.office-content p{
  margin-bottom:8px;

  font-size:15px;

  line-height:1.5;

  color:rgba(255,255,255,.92);

  font-weight:500;
}

/* EMAIL */
.email{
  color:#ff6ea7;
  text-decoration:none;
  font-weight:600;
}

.email:hover{
  text-decoration:underline;
}

/* BUTTON */
.office-btn{
  display:inline-block;

  margin-top:6px;

  padding:9px 18px;

  background:#e91e63;
  color:#fff;

  border-radius:8px;

  text-decoration:none;

  font-weight:600;

  font-size:14px;

  transition:.3s;
}

.office-btn:hover{
  background:#ff408b;
}

/* MOBILE */
@media(max-width:768px){

  .office-card{
    height:auto;
    min-height:240px;
  }

  .office-content{
    padding:24px;
    max-width:100%;
  }

  .office-content h2{
    font-size:26px;
  }

}

/* HEADER FLEX FIX */
.header-flex{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  gap:20px;
}

.top-center{
  flex:1;
}

.top-right{
  flex-shrink:0;
}

/* MOBIL */
@media(max-width:768px){

  .header-flex{
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
  }

  .top-left,
  .top-center,
  .top-right{
    width:100%;
  }

  .top-left{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    width:100%;
    margin:0 auto;
  }

  .brand-logo{
    display:flex;
    justify-content:center;
    width:100%;
  }

  .brand-logo img{
    display:block;
    margin:0 auto;
  }

  .top-phone{
    white-space:nowrap;
    font-size:18px;
    padding-top:12px !important;
  }

  .top-right{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:14px;
    margin-left:0 !important;
  }

  .social-box{
    justify-content:center;
    flex-wrap:wrap;
  }

  .lang-btn{
    min-width:180px;
    justify-content:center;
  }

  .premium-cv-btn{
    width:auto;
  }

  body{
    overflow-x:hidden;
  }

}

@media(max-width:768px){

  .top-header-premium{
    position: relative;
  }

  .top-left{
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: auto !important;
    z-index: 10;
  }

  .brand-logo img{
    height: 70px;
    display: block;
  }

  .header-flex{
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}

@media(max-width:768px){

  .navbar-collapse{
    background:#c5346c;
    padding:15px 0;
  }

  .navbar-nav{
    gap:10px;
  }

  .menu-box{
    margin-right:0;
    width:100%;
  }

  .menu-box .nav-link{
    padding:12px 18px;
  }

  .dropdown-menu{
    position:static !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;

    display:none;
    margin-top:8px;

    background:#b12c61;
    box-shadow:none;
  }

  .dropdown-menu.show{
    display:block;
  }

}