:root {
    --primary-color: #e31a1c;
    --text-dark: #030303;
    --text-light: #4d4d4d;
    --background-light: #ffffff;
    --background-grey: #f0f0f0;
    --gradient-overlay: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #4d4d4d 69.35%);
}
@import url('/webfonts/stylesheet.css');

body {
    margin: 0;
    font-family: 'Afterglow', sans-serif;
    background-color: var(--background-light);
    color: var(--text-dark);
    overflow-x: hidden;
}

.container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

section {
    padding: 60px 0;
}

.title-group {
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}

.title-bg {
    font-family: 'Poppins', 'Gordita', sans-serif;
    font-weight: 900;
    font-size: clamp(4rem, 10vw, 10rem);
    line-height: 1;
    color: var(--primary-color);
    opacity: 0.1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    white-space: nowrap;
}

.title-fg {
    font-family: 'Dancing Script', cursive;
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    color: #000000;
    line-height: 1.2;
    margin: 0;
    position: relative;
    display: inline-block;
}

.title-underline {
    border: 1px solid var(--primary-color);
    width: 120px;
    margin-top: 16px;
}

@media (max-width: 768px) {
    section {
        padding: 40px 0;
    }
    .title-bg {
        font-size: 3rem;
    }
    .title-fg {
        font-size: 2rem;
    }
}


        body {
            font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        }

        .hero {
            position: relative;
            min-height: 70vh;
            display: flex;
            align-items: center;
            color: #fff;
            background-size: cover;
            background-position: center;
        }

        .hero::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, .45);
        }

        .hero>.container {
            position: relative;
            z-index: 2;
        }

        .service-card-img {
            height: 260px;
            object-fit: cover;
        }

        .logo-grid img {
            max-height: 64px;
            width: auto;
            object-fit: contain;
        }

        .wapp-fab {
            position: fixed;
            right: 2rem;
            bottom: 4rem;
            z-index: 1040;
        }

        .carousel-caption {
            text-align: left;
            padding: 1rem;
        }


        .slider-ilk-satir {
            font-size: 80px;
            margin-bottom: -33px;
        }

        .slider-ikinci-satir {
            font-size: 80px;
            font-weight: 600;
            margin-left: 50px
        }

        /* Carousel indicators: aktif kırmızı, diğerleri beyaz */
        .carousel-indicators [data-bs-target] {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ffffff;
            opacity: 1;
            border: 0;
            margin: 0 6px;
        }

        .carousel-indicators .active {
            background-color: #ff2d2d;
        }

        .solid-front-text {
            font-family: 'Afterglow', sans-serif;
            color: var(--text-dark);
            font-size: 2rem;
            z-index: : 10;
            opacity: 1;
        }

        .solid-front-text2 {
            font-family: 'Afterglow', sans-serif;
            color: var(--text-dark);
            font-size: 2rem;
            z-index: : 10;
            opacity: 1;
            display: block;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 70px;
        }

        h2.bg-outline-text
        {
            color: #fff;
            -webkit-text-stroke: 2px red;
            z-index: 0;
            opacity: 0.15;
            font-size: 5.5rem;
            margin-top: -75px;
            font-family: 'Gordita', sans-serif;
            font-weight: 900;
        }

        h2.bg-outline-text2
        {
            color: #fff;
            -webkit-text-stroke: 1px #f00;
            z-index: 0;
            opacity: 1;
            font-size: 5.5rem;
            font-family: 'Gordita', sans-serif;
            font-weight: 900;
            display: block;
            text-align: center;
        }

        .linear-zemin {
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: -70px;
    text-align: center;
    padding: 10px 40px 0 40px;
    height: 70px;
    display: flex
;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.linear-zemin h4 {
    font-size: 1.2rem;
    color: #fff;
}
.servis-alt-icon {
    opacity: 1;
}
.services-list-item {
    text-align: left;
    background-repeat: no-repeat;
    background-position: right calc(100% - 10px); /* alttan 10px yukarı */
    background-size: 150px;
    min-height: 220px;
    padding: 30px 40px 10px 40px;
}
h4.card-title {
    margin: 10px 5px 10px 0px;
    font-size: 1.1rem;
    font-weight: 600;
}

/*
#metinalani css kodları
*/

/* Hizmet Listesi Stilleri */
#metinalani ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

#metinalani li {
    background-color: #d6d8db;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    font-family: 'Gordita', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    position: relative;
    transition: all 0.3s ease;
}

#metinalani li:last-child {
    margin-bottom: 0;
}

#metinalani li:hover {
    background-color: #ced0d4;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#metinalani li::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #e31a1c;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.banner-kategori-ismi {
    font-size: 2em;
    padding: 10px 350px 10px 30px;
    background-color: rgba(255, 0, 0, 0.3);
    font-weight: 500;
    font-family: ui-serif;
    width: fit-content;
    font-family: 'Gordita', sans-serif;
}

.carousel-item{
                 background-size: cover;
                 background-position: center;
                 height: 91vh;
                 background-repeat: no-repeat;
                 }


                 .belge img{
                    border: 10px solid #ABABAB;
                 }

/* Mobil Responsive Düzenlemeler */
@media (max-width: 768px) {
    .slider-ilk-satir {
        font-size: 2.5rem;
        margin-bottom: -10px;
    }

    .slider-ikinci-satir {
        font-size: 2.5rem;
        font-weight: 600;
        margin-left: 0;
    }

    h2.bg-outline-text {
        font-size: 3rem;
        margin-top: -40px;
    }

    h2.bg-outline-text2 {
        font-size: 3rem;
    }

    .banner-kategori-ismi {
        font-size: 1.5em;
        padding: 10px 20px;
        width: 100%;
        text-align: center;
    }

    .services-list-item {
        background-size: 100px;
        min-height: 180px;
        padding: 20px 20px 10px 20px;
    }

    .linear-zemin {
        padding: 10px 20px 0 20px;
        height: auto;
        min-height: 70px;
    }

    .linear-zemin h4 {
        font-size: 1rem;
    }

    #metinalani li {
        font-size: 16px;
        padding: 8px;
    }

    #metinalani li::before {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin-right: 15px;
    }

    .carousel-caption {
        padding: 1rem;
        bottom: 20px;
    }

    .wapp-fab {
        right: 1rem;
        bottom: 1rem;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .belge img {
        border: 5px solid #ABABAB;
    }

    /* Navbar mobil optimizasyonu */
    .navbar-brand img {
        height: 50px !important;
    }

    .navbar-nav .nav-link {
        padding: 0.5rem 0;
        font-size: 1rem;
    }

    /* Carousel mobil optimizasyonu */
    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }

    .carousel-indicators {
        bottom: 10px;
    }

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
}

@media (max-width: 576px) {
    .slider-ilk-satir {
        font-size: 2rem;
    }

    .slider-ikinci-satir {
        font-size: 2rem;
    }

    h2.bg-outline-text {
        font-size: 2.5rem;
        margin-top: -30px;
    }

    h2.bg-outline-text2 {
        font-size: 2.5rem;
    }

    .solid-front-text,
    .solid-front-text2 {
        font-size: 1.5rem;
    }

    .services-list-item {
        background-size: 80px;
        min-height: 160px;
        padding: 15px 15px 10px 15px;
    }

    .linear-zemin h4 {
        font-size: 0.9rem;
    }

    #metinalani li {
        font-size: 14px;
        padding: 6px;
    }

    #metinalani li::before {
        width: 25px;
        height: 25px;
        font-size: 14px;
        margin-right: 10px;
    }

    .carousel-item {
        height: 60vh;
    }

    .carousel-caption {
        padding: 0.5rem;
        bottom: 10px;
    }

    /* Navbar çok küçük ekranlar için */
    .navbar-brand img {
        height: 40px !important;
    }

    .navbar-nav .nav-link {
        font-size: 0.9rem;
    }

    /* Footer mobil optimizasyonu */
    .footer iframe {
        height: 250px;
    }

    /* Form mobil optimizasyonu */
    .form-control {
        font-size: 16px; /* iOS zoom önleme */
    }

    /* WhatsApp butonu çok küçük ekranlar için */
    .wapp-fab {
        right: 0.5rem;
        bottom: 0.5rem;
    }
}
h2.solid-front-text{
position: relative;
  display: inline-block; /* Yazıya göre çizgiyi hizalar */
  font-size: 32px;
  font-weight: bold;
}
h2.solid-front-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px; /* Yazının altından boşluk */
  width: 75px;  /* Yazı uzunluğu kadar */
  height: 2px;  /* Çizgi kalınlığı */
  background-color: #e74c3c; /* Çizgi rengi */
}
.social-icon:hover{
    color: #e74c3c;
    transition: all 0.3s ease;
    transform: scale(1.5);
}
