html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0;
  overflow-x: hidden;
}

/* === Eğlenceli Pastel Blob/Dalga Arka Plan === */
.site-bg-blobs {
    position: fixed;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    top: 0; left: 0;
    pointer-events: none;
    overflow: hidden;
}
.site-bg-blobs svg {
    position: absolute;
    width: 40vw;
    height: 40vw;
    opacity: 0.25;
    filter: blur(2px);
}
.site-bg-blobs .blob1 { left: -10vw; top: -8vw; }
.site-bg-blobs .blob2 { right: -12vw; top: 10vw; }
.site-bg-blobs .blob3 { left: 20vw; bottom: -10vw; }

/* === HEADER === */
.header-main {
    background: linear-gradient(90deg, #6ec1e4 0%, #f7b267 100%);
    box-shadow: 0 4px 24px rgba(110,193,228,0.10);
    padding: 0.4rem 0;
    position: static;
    width: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    transition: none;
    backdrop-filter: blur(8px);
    transform: none !important;
}
.navbar {
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
}
.navbar-brand {
    padding: 0;
}
.main-logo {
    height: 50px;
    width: auto;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    border-radius: 18px;
    background: #fff8;
    padding: 0.2rem 0.5rem;
}
.main-logo-large {
    height: 80px;
    width: auto;
}
.main-logo:hover, .main-logo-large:hover {
    transform: scale(1.08) rotate(-4deg);
}
.nav-link {
    color: #fff !important;
    font-weight: 700;
    padding: 0.5rem 1rem !important;
    margin: 0 0.3rem;
    border-radius: 2rem;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    font-size: 1rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    letter-spacing: 0.01em;
    background: rgba(255,255,255,0.10);
}
.nav-link:hover, .nav-link.active {
    background: #fff;
    color: #6ec1e4 !important;
    transform: translateY(-2px) scale(1.08);
    box-shadow: 0 4px 16px rgba(110,193,228,0.10);
}
.header-social-links {
    display: flex;
    gap: 0.8rem;
    margin-left: 1.5rem;
}
.header-social-links .social-link {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    background: #fff;
    color: #6ec1e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 2px 8px rgba(110,193,228,0.10);
    border: 2px solid #f7b26733;
}
.header-social-links .social-link:hover {
    background: #f7b267;
    color: #fff;
    transform: scale(1.18) rotate(-8deg);
    box-shadow: 0 6px 24px rgba(247,178,103,0.18);
}

/* === HERO === */
.hero-section {
    background: none;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, #6ec1e4 0%, #f7b267 100%);
    opacity: 0.12;
    z-index: 1;
}
.hero-section {
    background-image: url('../images/_DSC7919.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 2rem;
    background: transparent !important;
    backdrop-filter: none !important;
    border-radius: 32px;
    box-shadow: none;
    position: relative;
    z-index: 2;
}
.hero-logo {
    max-width: 240px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    position: relative;
    z-index: 2;
}
.hero-logo-glow {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(20px);
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, #f7b26755 0%, #6ec1e455 60%, transparent 100%);
    filter: blur(32px);
    opacity: 0.85;
    z-index: 1;
    pointer-events: none;
}
.hero-title, .hero-section .display-4 {
    color: #fff;
    text-shadow: 0 2px 16px rgba(0,0,0,0.32), 0 1px 0 #222;
    font-weight: 800;
    letter-spacing: 0.01em;
}
.hero-section .lead, .hero-section p {
    color: #fff;
    text-shadow: 0 1px 8px rgba(0,0,0,0.22), 0 1px 0 #222;
    font-size: 1.25rem;
}
.hero-section .btn-primary {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 2px 12px rgba(110,193,228,0.10);
    border-radius: 2rem;
    background: linear-gradient(90deg, #f7b267 0%, #6ec1e4 100%);
    border: none;
    color: #fff;
    transition: all 0.2s cubic-bezier(.4,0,.2,1);
}
.hero-section .btn-primary:hover {
    background: linear-gradient(90deg, #6ec1e4 0%, #f7b267 100%);
    color: #fff;
    transform: scale(1.08);
}
.hero-section .hero-desc-black {
    color: #000000 !important;
    background: none !important;
    border-radius: 0;
    padding: 0;
    font-size: 1.35rem;
    font-weight: 800;
    display: block;
    box-shadow: none;
    text-shadow: none !important;
    margin-bottom: 2.2rem;
    margin-top: 0.5rem;
}

/* === FOOTER === */
.footer-main {
    background: linear-gradient(90deg, #6ec1e4 0%, #f7b267 100%);
    color: #fff;
    padding: 4rem 0 2rem 0;
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 -4px 24px rgba(110,193,228,0.10);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    margin-bottom: 0;
}
.footer-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f7b267, #6ec1e4);
}
.footer-logo {
    height: 90px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    border-radius: 18px;
    background: #fff8;
    padding: 0.2rem 0.5rem;
}
.footer-logo:hover {
    transform: scale(1.08) rotate(4deg);
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    padding: 0.7rem 1.2rem;
    border-radius: 2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    background: rgba(255,255,255,0.10);
}
.footer-links a:hover {
    background: #fff;
    color: #f7b267;
    transform: translateX(5px) scale(1.08);
    box-shadow: 0 4px 16px rgba(110,193,228,0.10);
}
.social-links {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    margin-top: 2rem;
}
.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #fff;
    color: #6ec1e4;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    font-size: 1.4rem;
    box-shadow: 0 2px 8px rgba(110,193,228,0.10);
    border: 2px solid #f7b26733;
}
.social-link:hover {
    background: #f7b267;
    color: #fff;
    transform: translateY(-5px) rotate(5deg) scale(1.18);
    box-shadow: 0 8px 24px rgba(247,178,103,0.18);
}
.footer-main, .footer-links, .footer-links a, .social-link {
    text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.footer-links a:visited {
    color: #fff;
}

/* === Responsive === */
@media (max-width: 900px) {
    .site-bg-blobs svg { width: 60vw; height: 60vw; }
    .main-logo-large { height: 70px; }
    .footer-logo { height: 60px; }
}
@media (max-width: 768px) {
    .main-logo-large { height: 50px; }
    .footer-links { margin: 2rem 0; }
    .footer-links a { font-size: 1rem; }
    .social-link { width: 40px; height: 40px; font-size: 1.1rem; }
    .header-main, .footer-main { border-radius: 0; }
    .hero-section {
        min-height: 70vh;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .hero-content {
        padding: 1.5rem 1rem;
    }
    .hero-logo {
        max-width: 200px;
        margin-bottom: 1rem;
    }
    .hero-logo-glow {
        width: 260px;
        height: 260px;
    }
    .hero-title, .hero-section .display-4 {
        font-size: 1.8rem;
    }
    .hero-section .lead, .hero-section p {
        font-size: 1.1rem;
    }
    .hero-section .hero-desc-black {
        font-size: 1.2rem;
        margin-bottom: 1.8rem;
    }
}
@media (max-width: 480px) {
    .hero-section {
        min-height: 60vh;
    }
    .hero-logo {
        max-width: 180px;
    }
    .hero-logo-glow {
        width: 220px;
        height: 220px;
    }
    .hero-title, .hero-section .display-4 {
        font-size: 1.6rem;
    }
    .hero-section .lead, .hero-section p {
        font-size: 1rem;
    }
    .hero-section .hero-desc-black {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
}

/* Background Colors */
.bg-light {
    background-color: #f8f9fa !important;
}

/* Logo Styles */
.dostoys-logo {
    height: 30px;
    width: auto;
}

/* Responsive Logo Styles */
@media (max-width: 768px) {
    .dostoys-logo {
        height: 25px;
    }
}

/* Utility Classes */
.text-primary {
    color: #3498db !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.rounded {
    border-radius: 0.5rem !important;
}

/* Özellikler (feature) kartları büyük ve renkli */
.features-list {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
    margin-top: 2rem;
}
.feature-item {
    background: linear-gradient(120deg, #f7b267 0%, #6ec1e4 100%);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px rgba(110,193,228,0.10);
    padding: 2rem 2.5rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    min-width: 260px;
    transition: transform 0.2s cubic-bezier(.4,0,.2,1), box-shadow 0.2s;
    margin-bottom: 0;
}
.feature-item i {
    font-size: 2.2rem;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.10));
}
.feature-item:hover {
    transform: translateY(-8px) scale(1.04) rotate(-2deg);
    box-shadow: 0 8px 32px rgba(110,193,228,0.18);
}

/* Sağdaki görsele floating animasyonu */
.floating-animation {
    animation: floatY 3s ease-in-out infinite !important;
}
@keyframes floatY {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-18px); }
    100% { transform: translateY(0px); }
}

@media (max-width: 900px) {
    .features-list { flex-direction: column; gap: 1.2rem; }
    .feature-item { min-width: 0; width: 100%; justify-content: flex-start; }
}

.ichi-orange { color: #f7b267; font-weight: 900; letter-spacing: 0.01em; }
.ichi-blue { color: #1a4b8c; font-weight: 800; letter-spacing: 0.01em; }
.ichi-blue-light { color: #6ec1e4; font-weight: 700; letter-spacing: 0.01em; text-shadow: 0 1px 8px rgba(0,0,0,0.10); }
.hero-desc { color: #6ec1e4; font-weight: 600; letter-spacing: 0.01em; text-shadow: 0 1px 8px rgba(0,0,0,0.10); }

.wide-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
    padding-right: 0;
    background: none;
}
.wide-section .row {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 2vw;
    padding-right: 2vw;
}
@media (max-width: 1200px) {
    .wide-section .row { max-width: 100vw; padding-left: 1vw; padding-right: 1vw; }
}
@media (max-width: 900px) {
    .wide-section { padding-left: 0; padding-right: 0; }
    .wide-section .row { padding-left: 0.5vw; padding-right: 0.5vw; }
}

.about-desc-black {
    color: #111 !important;
    font-weight: 600;
    font-size: 1.18rem;
    letter-spacing: 0.01em;
    text-shadow: none !important;
    margin-bottom: 2.2rem;
}
.wide-section #about .row.align-items-center {
    gap: 5vw;
}
.wide-section #about .col-md-6:first-child {
    padding-left: 4vw;
}
.wide-section #about .col-md-6:last-child {
    padding-right: 4vw;
}
.features-list {
    margin-left: 0.5vw;
}
.wide-section .gallery-item img {
    max-width: 480px;
    max-height: 380px;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    object-fit: contain;
}
.wide-section .g-4, .wide-section .gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw;
    justify-items: center;
    align-items: stretch;
}
.wide-section .gallery-item {
    min-width: 0;
    max-width: 520px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 1.5rem;
    box-shadow: 0 4px 32px rgba(110,193,228,0.10);
    background: #fff;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    min-height: 380px;
    transition: transform 0.25s cubic-bezier(.4,0,.2,1), box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}
.wide-section .gallery-item:hover {
    transform: translateY(-12px) scale(1.04);
    box-shadow: 0 12px 48px rgba(110,193,228,0.18);
    z-index: 2;
}
.wide-section .gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.5rem 1.5rem 2.2rem 1.5rem;
    background: linear-gradient(180deg, rgba(30,80,150,0.10) 0%, rgba(30,80,150,0.72) 100%);
    color: #fff;
    text-align: center;
    margin: 0;
    opacity: 0.92;
    box-shadow: 0 8px 32px rgba(30,80,150,0.10);
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    transition: opacity 0.25s, transform 0.25s, box-shadow 0.25s;
    transform: translateY(30px);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.wide-section .gallery-item:hover .gallery-caption {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 16px 48px 0 rgba(30,80,150,0.18), 0 0 32px 0 #f7b26755;
    background: linear-gradient(180deg, rgba(30,80,150,0.18) 0%, rgba(30,80,150,0.92) 100%);
}
.wide-section .gallery-caption h5 {
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 12px #0008, 0 1px 0 #222;
}
.wide-section .gallery-caption p {
    font-size: 1.18rem;
    font-weight: 600;
    margin-bottom: 0;
    text-shadow: 0 1px 8px #0006, 0 1px 0 #222;
}
.wide-section .gallery-item img {
    z-index: 1;
}
@media (max-width: 1200px) {
    .wide-section .g-4, .wide-section .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1vw;
    }
}
@media (max-width: 900px) {
    .wide-section .g-4, .wide-section .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 0.5vw;
    }
}

.about-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    background: linear-gradient(90deg, #d97a00 0%, #1a4b8c 100%);
    color: #fff;
    padding: 4rem;
    border-radius: 2rem;
    box-shadow: 0 8px 48px rgba(0,0,0,0.1);
}
.about-left {
    flex: 1.2 1 0%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}
.about-right {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 520px;
    height: 100%;
    background: transparent;
    box-shadow: none;
}
.about-right img {
    width: 100%;
    max-width: 650px;
    max-height: 620px;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0 12px 48px rgba(0,0,0,0.25), 0 0 0 6px #fff8;
    border-radius: 2rem;
}
@media (max-width: 1200px) {
    .about-flex { gap: 2vw; padding-left: 1vw; padding-right: 1vw; }
    .about-right { min-height: 320px; }
    .about-right img { max-width: 320px; max-height: 220px; }
}
@media (max-width: 900px) {
    .about-flex { flex-direction: column; gap: 2rem; padding-left: 0.5vw; padding-right: 0.5vw; }
    .about-left, .about-right { align-items: center; justify-content: center; width: 100%; }
    .about-right { min-height: 120px; }
    .about-right img { max-width: 100%; max-height: 120px; }
}

.gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw;
    justify-items: center;
    align-items: stretch;
}
.gallery-item {
    position: relative;
    width: 100%;
    max-width: 520px;
    aspect-ratio: 4/3;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(110,193,228,0.10);
    background: #fff;
    transition: box-shadow 0.25s, transform 0.25s;
    cursor: pointer;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}
.gallery-item:hover img {
    transform: scale(1.08);
    filter: brightness(0.7) blur(1px);
}
.gallery-caption {
    position: absolute;
    left: 0; right: 0; bottom: 0; top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.02);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, background 0.3s;
    z-index: 2;
    text-shadow: 0 2px 12px #222, 0 1px 0 #222;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
    background: linear-gradient(0deg, rgba(26,75,140,0.92) 80%, rgba(110,193,228,0.7) 100%);
    pointer-events: auto;
}
.gallery-caption h5 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #fff;
}
.gallery-caption p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 1200px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 1vw; }
    .gallery-item { max-width: 320px; }
}
@media (max-width: 900px) {
    .gallery-grid { grid-template-columns: 1fr !important; gap: 0.5vw; }
    .gallery-item { max-width: 100%; aspect-ratio: 4/3; }
}

.header-logo-links .footer-logo, .header-logo-link img {
    filter: brightness(0) invert(1);
    height: 48px;
    width: auto;
    border-radius: 18px;
    background: #fff8;
    padding: 0.2rem 0.5rem;
    transition: transform 0.3s ease;
    margin-left: 1.5rem;
}
.header-logo-links .footer-logo:hover, .header-logo-link img:hover {
    transform: scale(1.08) rotate(-4deg);
}

@media (max-width: 600px) {
    .hero-logo-glow {
        width: 220px;
        height: 220px;
        filter: blur(18px);
    }
}

.about-left .section-title {
    color: #fff;
}

.about-left .about-desc-black {
    color: #fff;
}

.about-flex .features-list .feature-item {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.about-flex .features-list .feature-item i {
    color: #fff;
}