body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f4f6f8;
    color: #222;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
header {
    background: linear-gradient(to right, #6184b8 0%, #011f3d 100%);
    color: #fff;
    padding: 0;
    margin-bottom: 32px !important;
}
.logo {
    font-size: 2rem;
    font-weight: bold;
    color: #003366;
    padding: 20px 0;
    width: 120px;
    margin-bottom: 24px;
}
.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}
nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
}
nav a {
    color: #fff; /* Yeni renk */
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-bottom 0.2s;
    display: block;
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    max-width: 100%;
    font-size: 1rem;
    padding: 8px 12px;
    box-sizing: border-box;
    background: none;
    border: none;
    color: inherit;
    text-decoration: none;
}
nav a:hover, nav a.active {
    color: #ffcc00;
    border-bottom: 2px solid #ffcc00;
}
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding: 0 0 0 0;
}
.logo-area {
    display: flex;
    align-items: center;
    gap: 12px;
}
.logo-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #003366;
    letter-spacing: 1px;
}
.header-contact-btn {
    background: #ffcc00;
    color: #003366;
    padding: 10px 26px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: background 0.2s, color 0.2s;
    margin-left: 24px;
}
.header-contact-btn:hover {
    background: #ffd633;
    color: #002244;
}
.header-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #003366 0%, #ffcc00 100%);
    opacity: 0.12;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.hero {
  position: relative !important;
  overflow: hidden !important;
  width: 100vw !important;
  height: 600px !important;
  max-height: 600px !important;
  min-height: 600px !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 900px) {
  .hero {
    height: 36vh !important;
    min-height: 180px !important;
    padding-top: 60px !important;
  }
}
@media (max-width: 600px) {
  .hero {
    height: 28vh !important;
    min-height: 120px !important;
    padding-top: 40px !important;
  }
}
.hero-content {
  position: static !important;
  margin-top: 24px !important;
  margin-bottom: 0 !important;
}
.hero-content + .features,
.hero-content + section,
.hero-content + div {
  margin-top: 18px !important;
}
.hero-content, .features, .hero-content + .features, .hero-content + section.features {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.hero-content + .features {
  margin-top: 30px !important;
}
@media (max-width: 600px) {
  .hero {
    min-height: 36vh !important;
    height: 36vh !important;
  }
  .hero-content {
    margin-top: 16px !important;
  }
}
.features {
    background: #f8fafc;
    padding: 60px 0;
    margin-top: 0 !important;
}
.features-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px !important;
    justify-content: center;
    align-items: stretch;
}

/* Mobil ve tablet için otomatik olarak 1 veya 2 kutuya düşsün */
@media (max-width: 900px) {
    .features-flex {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .features-flex {
        grid-template-columns: 1fr;
    }
}
.feature-box {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 32px rgba(0,48,102,0.08);
    padding: 5px 5px;
    flex: 1 1 340px;
    min-width: 340px;
    max-width: 420px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature-box:hover {
    box-shadow: 0 12px 36px rgba(0,48,102,0.16);
    transform: translateY(-6px) scale(1.03);
}
.feature-icon-circle {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #003366 60%, #ffcc00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    margin-top: 18px;
    box-shadow: 0 2px 12px rgba(0,48,102,0.10);
}
.feature-icon {
    font-size: 2.2rem;
    color: #fff;
}
.features h3 {
    margin: 10px 0 8px 0;
    color: #003366;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.features p {
    color: #444;
    font-size: 1.05rem;
    margin: 0;
    line-height: 1.6;
}
.btn {
    background: #ffcc00;
    color: #003366;
    padding: 12px 32px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.2s;
}
.btn:hover {
    background: #ffd633;
}
footer {
    background: linear-gradient(to right, #6184b8 0%, #011f3d 100%);
    color: #fff;
    padding: 0;
    min-height: 64px;
    display: flex;
    align-items: center;
}
footer .footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 1em;
}
footer .footer-left, footer .footer-center, footer .footer-right {
    min-width: 160px;
    color: #fff;
    opacity: 0.95;
}
footer .footer-center a, footer .footer-right a {
    color: #ffcc00;
    text-decoration: none;
    transition: color 0.2s;
}
footer .footer-center a:hover, footer .footer-right a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .footer-right {
    text-align: right;
    font-size: 0.97em;
}
.footer-simple {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    padding: 0 10px;
}

@media (max-width: 600px) {
    .footer-simple {
        flex-direction: column;
        gap: 2px;
        font-size: 0.98em;
    }
}
@media (max-width: 700px) {
    .footer-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .footer-right {
        text-align: left;
    }
}
@media (max-width: 768px) {
    header {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 10px 0 !important;
    }
    header .logo {
        margin-bottom: 10px !important;
        text-align: left !important;
        width: 100% !important;
    }
    header nav,
    header .menu {
        width: 100% !important;
        text-align: left !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    header nav ul,
    header .menu ul {
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 !important;
    }
    header nav ul li,
    header .menu ul li {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }
    header .contact,
    header .iletisim {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
    }
}
@media (max-width: 900px) {
    .header-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    nav {
        gap: 18px;
    }
    .header-contact-btn {
        margin-left: 0;
        margin-top: 8px;
    }
    .hero-content {
        flex-direction: column;
        text-align: center;
    }
    .hero-img {
        margin: 30px 0 0 0;
        width: 90%;
        max-width: 350px;
    }
    .header-actions {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    .lang-switcher {
        margin-left: 0;
    }
    .stats-flex {
        gap: 18px;
    }
    .stat-box {
        min-width: 120px;
        max-width: 100%;
        padding: 18px 10px 14px 10px;
    }
    .stat-value {
        font-size: 1.3rem;
    }
}
@media (max-width: 700px) {
    .container { width: 98%; }
    nav { float: none; text-align: center; padding: 10px 0; }
    nav a { margin: 0 10px; display: inline-block; }
    .logo { display: block; text-align: center; }
}
    /* Removed stray gap: 8px; property that was outside of a selector */
.lang-option:hover {
    background: #f0f4fa;
    color: #00509e;
}
.lang-flags {
    display: flex;
    gap: 8px;
    align-items: center;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.lang-flag-link {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.15s;
}
.lang-flag-link:hover {
    transform: scale(1.12) rotate(-3deg);
}
.lang-flag {
    width: 26px;
    height: 18px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.10);
    border: 1.5px solid #fff;
    transition: border 0.2s;
}
.lang-flag-link:hover .lang-flag,
.lang-flag-link.active .lang-flag {
    border: 1.5px solid #ffcc00;
}
.stats {
    background: #fff;
    padding: 48px 0 40px 0;
}
.stats-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}
.stat-box {
    background: #f8fafc;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,48,102,0.06);
    padding: 28px 24px 20px 24px;
    min-width: 160px;
    text-align: center;
    margin: 0 4px;
    flex: 1 1 160px;
    max-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
}
.stat-box:hover {
    box-shadow: 0 6px 24px rgba(0,48,102,0.13);
    transform: translateY(-4px) scale(1.04);
}
.stat-value-group {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    font-size: 2.1rem;
    font-weight: 800;
    color: #003366;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.stat-value {
    display: inline-block;
    vertical-align: middle;
}
.stat-suffix {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 2px;
    color: #003366;
}
.stat-label {
    font-size: 1.05rem;
    color: #00509e;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    color: #00509e;
    margin-bottom: 10px;
    margin-top: 2px;
}
.blog-news {
    background: #f8fafc;
    padding: 56px 0 48px 0;
}
.blog-title {
    font-size: 2rem;
    color: #003366;
    font-weight: 700;
    margin-bottom: 32px;
    text-align: center;
    letter-spacing: 0.5px;
}
.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
}
.blog-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,48,102,0.07);
    padding: 24px 20px 18px 20px;
    max-width: 350px;
    min-width: 260px;
    flex: 1 1 260px;
    display: flex;
    flex-direction: column;
    margin: 0 6px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.blog-item:hover {
    box-shadow: 0 6px 24px rgba(0,48,102,0.13);
    transform: translateY(-4px) scale(1.03);
}
.blog-item h3 {
    font-size: 1.15rem;
    color: #00509e;
    margin-bottom: 10px;
    font-weight: 700;
}
.blog-item p {
    color: #333;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}
.blog-item a {
    color: #003366;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s;
}
.blog-item a:hover {
    color: #ffcc00;
}
.blog-img {
    width: 100%;
    max-width: 100%;
    height: 130px; /* Daha kısa, yatayda geniş */
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    margin-bottom: 14px;
    background: #eaeaea;
    display: block;
}

/* Yatay taşmayı kesin engelle */
html, body {
    overflow-x: hidden;
    width: 100vw;
}

/* Hero bölümü ve video için taşmayı engelle */
.hero, .hero .container, .hero-content {
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Responsive: Mobilde linkler alt alta gelsin ve taşma olmasın */
@media (max-width: 900px) {
    header .container.header-flex {
        flex-direction: column;
        align-items: stretch;
    }
    header nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 0;
    }
    header nav a {
        width: 100%;
        text-align: left;
        font-size: 17px;
        white-space: normal;
        padding: 12px 0;
        margin: 0;
        border-bottom: 1px solid #eee;
    }
}

/* 400px ve altı için fontu küçült, taşmayı kesin engelle */
@media (max-width: 400px) {
    header nav a {
        font-size: 15px;
        padding: 10px 0;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 1000px;
        padding: 0 20px;
    }
}
@media (max-width: 992px) {
    .container {
        max-width: 750px;
        padding: 0 15px;
    }
    .row {
        flex-direction: column;
        align-items: stretch;
    }
}
@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .row {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .col, [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px;
    }
    header {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 10px 0 !important;
    }
    header .logo {
        margin-bottom: 10px !important;
        text-align: left !important;
        width: 100% !important;
    }
    header nav,
    header .menu {
        width: 100% !important;
        text-align: left !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    header nav ul,
    header .menu ul {
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 !important;
    }
    header nav ul li,
    header .menu ul li {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }
}
@media (max-width: 480px) {
    body {
        font-size: 15px;
    }
    .container {
        padding: 0 5px;
    }
    header, .footer {
        padding: 5px 0;
    }
}

/* 1200px altı için container genişliği */
@media (max-width: 1200px) {
    .container {
        max-width: 1000px;
        padding: 0 20px;
    }
}

/* 992px altı için container ve satır düzeni */
@media (max-width: 992px) {
    .container {
        max-width: 750px;
        padding: 0 15px;
    }
    .row {
        flex-direction: column;
        align-items: stretch;
    }
}

/* 768px altı için tam genişlik ve header düzeni */
@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .row {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .col, [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px;
    }
    header {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 10px 0 !important;
    }
    header .logo {
        margin-bottom: 10px !important;
        text-align: left !important;
        width: 100% !important;
    }
    header nav,
    header .menu {
        width: 100% !important;
        text-align: left !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    header nav ul,
    header .menu ul {
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 !important;
    }
    header nav ul li,
    header .menu ul li {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }
}

/* 480px altı için font ve padding ayarı */
@media (max-width: 480px) {
    body {
        font-size: 15px;
    }
    .container {
        padding: 0 5px;
    }
    header, .footer {
        padding: 5px 0;
    }
    header {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    header .logo {
        width: 100% !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }
    header nav,
    header .menu {
        width: 100% !important;
        text-align: left !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    header nav ul,
    header .menu ul {
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 !important;
    }
    header nav ul li,
    header .menu ul li,
    header .contact,
    header .iletisim {
        /* Metnin kısaltılmasını engelle */
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    /* Gerekirse font boyutunu da küçült */
    header nav ul li,
    header .menu ul li {
        font-size: 16px !important;
    }
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  text-align: center;
}
html[lang="en"] .content,
html[lang="de"] .content {
  align-items: flex-start;
  text-align: left;
}
.offer-btn {
  padding: 12px 32px;
  font-size: 1rem;
  background: #0078d4;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
/* Hero ve video taşmasını kesin engelle */
.hero,
.hero .container,
.hero-content {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Video'nun taşmasını ve scroll'u engelle, ama orantılı büyüsün */
.video-bg {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}
.video-bg video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: cover !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hero içeriği sabit kalsın, yukarı-aşağı oynamasın */
.hero-content {
    align-items: center !important;
    justify-content: center !important;
    min-height: 450px !important;
    height: 60vh !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

/* Sayfa genelinde yatay scroll'u kesin engelle */
html, body {
    overflow-x: hidden !important;
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Butonun küçük ekranlarda kaybolmasını engelle */
.btn, .hero-content .btn {
    min-width: 140px;
    min-height: 44px;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    vertical-align: middle;
}

/* Çok küçük ekranlarda butonun görünürlüğünü artır */
@media (max-width: 200px) {
    .btn, .hero-content .btn {
        font-size: 0.98rem;
        padding: 10px 8px;
        min-width: 110px;
        min-height: 38px;
    }
}
.left-list {
  text-align: left;
  margin-left: 0;
  padding-left: 1.5em;
}
.about-section {
  background: #fff url('images/bg-pattern-light.jfif') top right no-repeat;
  overflow: hidden;
  border: 1.5px solid #e0e0e0;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  margin: 32px auto;
  max-width: 700px;
  padding: 36px 32px 32px 32px;
  text-align: center;
  position: relative;
}
.about-section::before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px 16px 0 0;
}
.about-section.bg-blue::before { background: linear-gradient(90deg, #0078d4 60%, #00b4d8 100%); }
.about-section.bg-green::before { background: linear-gradient(90deg, #43b581 60%, #a8e063 100%); }
.about-section.bg-orange::before { background: linear-gradient(90deg, #ff9800 60%, #ffc371 100%); }
.about-section.bg-purple::before { background: linear-gradient(90deg, #7b2ff2 60%, #f357a8 100%); }
.about-section.bg-grey::before { background: linear-gradient(90deg, #6c757d 60%, #adb5bd 100%); }

.about-section {
  background-size: 300px 300px;
  background-blend-mode: lighten;
}
.about-section .section-icon {
  font-size: 2.5rem;
  color: #0078d4;
  margin-bottom: 12px;
  display: block;
}
.about-section h1,
.about-section h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 18px;
}
.about-section ul.left-list {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  padding-left: 1.5em;
}
@media (max-width: 800px) {
  .about-section {
    padding: 24px 8px 24px 8px;
    max-width: 98vw;
  }
}
.feature-box {
  background: #fff url('images/bg-pattern-light.jfif') top right no-repeat;
  border: 1.5px solid #e0e0e0;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  margin: 32px auto;
  max-width: 700px;
  padding: 36px 32px 32px 32px;
  text-align: center;
  position: relative;
  background-size: 300px 300px;
  background-blend-mode: lighten;
  overflow: hidden;
}
.feature-box::before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px 16px 0 0;
}
.feature-box.bg-blue::before { background: linear-gradient(90deg, #0078d4 60%, #00b4d8 100%); }
.feature-box.bg-green::before { background: linear-gradient(90deg, #43b581 60%, #a8e063 100%); }
.feature-box.bg-orange::before { background: linear-gradient(90deg, #ff9800 60%, #ffc371 100%); }
.feature-box.bg-purple::before { background: linear-gradient(90deg, #7b2ff2 60%, #f357a8 100%); }
.feature-box.bg-grey::before { background: linear-gradient(90deg, #6c757d 60%, #adb5bd 100%); }
@media (max-width: 800px) {
  .feature-box {
    padding: 24px 8px 24px 8px;
    max-width: 98vw;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.1rem;
  }
  p {
    font-size: 0.95rem;
  }
  .btn {
    font-size: 0.95rem;
    padding: 5px 14px !important;
  }
}
@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 1.3rem !important;
    margin-bottom: 14px;
  }
  .hero-content p {
    font-size: 1rem !important;
    margin-bottom: 18px;
  }
}
/* Blog kutuları için renkli üst şeritler */
.blog-item.bg-blue::before { background: linear-gradient(90deg, #0078d4 60%, #00b4d8 100%); }
.blog-item.bg-green::before { background: linear-gradient(90deg, #43b581 60%, #a8e063 100%); }
.blog-item.bg-orange::before { background: linear-gradient(90deg, #ff9800 60%, #ffc371 100%); }
.blog-item.bg-purple::before { background: linear-gradient(90deg, #7b2ff2 60%, #f357a8 100%); }
.blog-item.bg-grey::before { background: linear-gradient(90deg, #6c757d 60%, #adb5bd 100%); }

.blog-item.bg-blue::before,
.blog-item.bg-green::before,
.blog-item.bg-orange::before,
.blog-item.bg-purple::before,
.blog-item.bg-grey::before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px 12px 0 0;
}
.blog-item {
  position: relative;
}

/* İletişim formu kutuları için modern ve şık stil */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    max-width: 95%;
    padding: 12px 14px;
    border: 1.5px solid #d1d9e6;
    border-radius: 10px;
    background: #f7f9fa;
    font-size: 1em;
    color: #222;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0,48,102,0.06);
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    outline: none;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
    border-color: #00509e;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,80,158,0.10);
}
.contact-form label {
    font-weight: 600;
    color: #003366;
    margin-bottom: 6px;
    display: block;
}
.contact-form .form-group {
    margin-bottom: 18px;
}
.contact-form button.btn {
    width: 100%;
    padding: 12px 0;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 700;
    background: linear-gradient(90deg, #00509e 0%, #0074d9 100%);
    color: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(0,48,102,0.08);
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
.contact-form button.btn:hover {
    background: linear-gradient(90deg, #003366 0%, #00509e 100%);
    box-shadow: 0 4px 16px rgba(0,80,158,0.12);
}
.contact-form-box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.contact-info-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,48,102,0.06);
    margin-top: 24px;
}
.contact-info-box h2 {
    text-align: center;
    font-size: 1.35em;
    font-weight: 700;
    color: #003366;
    margin-bottom: 24px;
}
.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}
.contact-info-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.08em;
    color: #222;
    background: #f0f4f8;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(0,48,102,0.04);
}
.contact-info-list li i {
    color: #00509e;
    font-size: 1.2em;
    min-width: 22px;
    text-align: center;
}
.contact-info-list a {
    color: #00509e;
    text-decoration: none;
    font-weight: 500;
}
.contact-info-list a:hover {
    text-decoration: underline;
}
.contact-map-link {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}
.contact-map-link .btn.btn-grey {
    background: linear-gradient(90deg, #e0e7ef 0%, #f7f9fa 100%);
    color: #003366;
    font-weight: 700;
    border-radius: 8px;
    padding: 12px 28px;
    font-size: 1.08em;
    box-shadow: 0 2px 8px rgba(0,48,102,0.08);
    border: none;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-map-link .btn.btn-grey:hover {
    background: linear-gradient(90deg, #d1d9e6 0%, #e0e7ef 100%);
    color: #00509e;
}
.contact-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 14px;
    margin: 18px 0 10px 0;
}
.contact-social a {
    font-size: 2.3em;
    width: 54px;
    height: 54px;
    margin: 0 4px 10px 4px;
}
.contact-social a i.fab.fa-linkedin { color: #0077b5; }
.contact-social a i.fab.fa-instagram { color: #e4405f; }
.contact-social a i.fab.fa-facebook-f { color: #1877f3; }
.contact-social a i.fab.fa-twitter { color: #1da1f2; }
.contact-social a i.fab.fa-youtube { color: #ff0000; }
.contact-social a i.fab.fa-pinterest { color: #e60023; }
.contact-social a i.fab.fa-whatsapp { color: #25d366; }

.contact-social a {
    color: inherit;
}
.contact-social a:hover i {
    filter: brightness(1.2) drop-shadow(0 2px 8px rgba(0,0,0,0.08));
}
.contact-form-box h2 {
    text-align: center;
}
.contact-form textarea {
    font-size: 1.2em;
}
@media (max-width: 900px) {
  .contact-flex {
    flex-direction: column;
    gap: 32px;
  }
  .contact-form-box, .contact-info-box {
    max-width: 95% !important;
    width: 95% !important;
    margin: 0 auto;
    padding: 24px 4vw;
    box-sizing: border-box;
    overflow-x: auto;
  }
  .container {
    max-width: 100vw;
    padding: 0 0;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .contact-form-box, .contact-info-box {
    padding: 12px 2vw;
    border-radius: 10px;
  }
  .contact-form input, .contact-form textarea {
    font-size: 1em;
    padding: 10px 8px;
  }
  .contact-info-list li {
    font-size: 0.98em;
    padding: 10px 8px;
  }
  .contact-social a {
    width: 40px;
    height: 40px;
    font-size: 1.4em;
  }
  .video-bg, .video-bg video {
    height: 60vh !important;
    max-height: 60vh !important;
    min-height: 0 !important;
  }
}
.hero-content > div {
  text-align: center;
}
.hero-content .btn {
  padding: 25px 18px !important;
  font-size: 1.05rem !important;
  min-width: 0 !important;
}
.hero-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.features,
.features .container,
.features-flex {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.hero-content + .features {
  margin-top: 30px !important;
}
.hero-content,
.hero-content > div,
.hero-content h1,
.hero-content p,
.hero-content a {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
  height: auto !important;
}
.hero-content h1 {
  color: #003366 !important;
  text-shadow: 0 4px 18px rgba(0,48,102,0.18), 0 1px 0 #fff, 0 0 16px #0078d4;
  animation: floatGlow 2.5s ease-in-out infinite alternate;
  font-size: 2.6rem !important;
}
.hero-content p {
  text-shadow: 0 2px 8px rgba(0,48,102,0.12), 0 0 8px #0078d4;
  animation: floatGlowP 2.5s ease-in-out infinite alternate;
  font-size: 1.45rem !important;
}
@keyframes floatGlow {
  0% { transform: translateY(0); text-shadow: 0 4px 18px rgba(0,48,102,0.18), 0 1px 0 #fff, 0 0 16px #0078d4; }
  50% { transform: translateY(-8px); text-shadow: 0 8px 24px #0078d4, 0 1px 0 #fff, 0 0 32px #003366; }
  100% { transform: translateY(0); text-shadow: 0 4px 18px rgba(0,48,102,0.18), 0 1px 0 #fff, 0 0 16px #0078d4; }
}
@keyframes floatGlowP {
  0% { transform: translateY(0); text-shadow: 0 2px 8px rgba(0,48,102,0.12), 0 0 8px #0078d4; }
  50% { transform: translateY(-4px); text-shadow: 0 6px 18px #0078d4, 0 0 16px #003366; }
  100% { transform: translateY(0); text-shadow: 0 2px 8px rgba(0,48,102,0.12), 0 0 8px #0078d4; }
}
@media (max-width: 600px) {
  .hero-content h1,
  .hero-content p {
    animation: none !important;
    text-shadow: none !important;
  }
}

/* Header ile slider arasında boşluk olmasın */
.header-divider {
    /* ...existing code... */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hero-slider {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Hero slider görseli responsive olsun */
.hero-slider img {
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    min-height: 180px;
    max-height: 675px;
    object-fit: cover !important;
    display: block;
    margin: 0 auto;
    transition: opacity 0.7s;
}

/* Mobilde yüksekliği kısıtla ve orantılı göster */
@media (max-width: 900px) {
    .hero-slider img {
        height: 38vw !important;
        min-height: 120px;
        max-height: 300px;
    }
}
@media (max-width: 600px) {
    .hero-slider img {
        height: 48vw !important;
        min-height: 100px;
        max-height: 220px;
    }
    .hero-slider {
        height: auto !important;
        min-height: 100px !important;
        max-height: 220px !important;
    }
}


