﻿
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #191919;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    /*overflow-x: hidden;*/
}

a {
    color: #191919;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    a:hover {
        color: #191919;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        text-decoration: none;
    }

.mt-6 {
    margin-top: 4rem;
}

.btn-outline-light-blue {
    color: #155288;
    border-color: #29a7e1;
}

    .btn-outline-light-blue:hover {
        color: #fff;
        background-color: #29a7e1;
        border-color: #29a7e1;
    }


.btn-light-blue {
    color: #ffffff;
    border-color: #29a7e1;
    background-color: #29a7e1;
}

    .btn-light-blue:hover {
        color: #29a7e1;
        background-color: transparent;
        border-color: #29a7e1;
    }


.btn-outline-light-white {
    color: #ffffff;
    border-color: #ffffff;
}

    .btn-outline-light-white:hover {
        color: #29a7e1;
        background-color: #ffffff;
        border-color: #ffffff;
    }



.border-light-blue {
    border-color: #29a7e1;
}


.form-control {
    background-color: transparent;
    color: #29a7e1 !important;
}

    .form-control:focus {
        color: #155288;
        background-color: transparent;
        border-color: #155288;
        outline: 0;
        box-shadow: none;
    }

.btn.focus, .btn:focus {
    box-shadow: none;
}

button.close, .navbar-light .navbar-toggler {
    outline: none;
}


.form-control::-webkit-input-placeholder {
    color: #29a7e1;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    color: #29a7e1;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    color: #29a7e1;
    font-size: 14px;
}

.form-control:-moz-placeholder {
    color: #29a7e1;
    font-size: 14px;
}

.header-top {
    position: relative;
    float: right;
    height: 28px;
    line-height: 28px;
}

.phone-no {
    border-right: 1px solid #29a7e1;
    height: 20px;
    margin-top: 4px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
}

.header-top a {
    color: #155288;
}

    .header-top a:hover {
        color: #29a7e1;
    }

.social-media {
    font-size: 14px;
}

.header-menu {
    background-color: #e3f2fd;
    border-top: 1px solid rgba(21, 82, 136, 0.30);
    border-bottom: 1px solid rgba(21, 82, 136, 0.30);
}

    .header-menu .navbar-light .navbar-nav .active .nav-link {
        color: #29a7e1;
        padding: 26px 16px;
        border-bottom: 2px solid #29a7e1;
    }

    .header-menu .navbar-light .navbar-nav .nav-link {
        color: #155288;
        padding: 26px 16px;
    }

        .header-menu .navbar-light .navbar-nav .nav-link:hover {
            color: #29a7e1;
        }

.navbar {
    padding: 0px;
}

.navbar-brand {
    padding: 0px;
}

.default-slider {
    padding-bottom: 40px;
}

.swiper-wrapper {
    height: auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* Yeni */
.referanslar .swiper-container {
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 100%;
    max-width: auto;
    height: auto;
    margin: 0 auto; 
}

.referanslar .swiper-wrapper {
    display: flex;
    justify-content: center; 
    height: auto;
}

.referanslar .swiper-slide {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: auto !important;
    height: 250px !important;
}

    .referanslar .swiper-slide img {
        width: auto;
        height: 250px;
        object-fit: cover;
        display: block;
    }
/* Yeni*/
@media (max-width: 576px) {
    .referanslar .swiper-container,
    .referanslar .swiper-slide,
    .referanslar .swiper-slide img {
        width: 100% !important;
        height: auto !important;
    }
}


.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 10px;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    border-radius: 0px;
    background: #29a7e1;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #155288;
}

.title-gen h1 {
    font-size: 36px;
    display: inline-block;
    font-weight: 300;
    border-bottom: 1px solid #29a7e1;
}

.hizmet-slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+65,000000+100&0+65,0.9+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 65%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 65%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 65%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

.hizmetler-slider:hover .hizmet-slider-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+65,000000+100&0+65,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 65%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 65%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 65%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.hizmetler-slider .card-img-overlay {
    bottom: 0px !important;
    top: auto !important;
}

.urunler .card-title {
    font-weight: 200;
    height: 52px;
    margin-bottom: 1.5rem;
    font-size: 20px;
    overflow: hidden;
}

.urunler .card {
    transition: 0.25s ease;
}

    .urunler .card:hover {
        transform: translate(0, -15px);
        box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    }

.square::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.e-bulten {
    background-color: rgba(41, 167, 225, 0.10);
}

    .e-bulten h2 {
        font-size: 30px;
        font-weight: 200;
    }

.footer {
    background-color: #e7e7e7;
}

    .footer h2 {
        font-size: 18px;
        font-weight: 500;
    }

    .footer ul {
        padding-left: 0px;
    }

        .footer ul li {
            font-size: 16px;
            font-weight: 300;
            list-style: none;
        }

.footer-iletisim b {
    font-weight: 500;
}

.footer-iletisim i {
    font-size: 24px;
    color: #155288;
}


.copyright {
    font-size: 12px;
}




@media screen and (min-width : 992px) and (max-width :1150px) {

    .header-menu .navbar-light .navbar-nav .nav-link {
        padding: 26px 7px;
        font-size: 14px;
    }

    .header-menu .navbar-light .navbar-nav .active .nav-link {
        padding: 26px 7px;
    }
}

@media screen and (min-width : 0px) and (max-width :991px) {
    .header-menu .navbar-light .navbar-nav .active .nav-link {
        border-bottom: none;
        padding: 10px 0px;
    }

    .header-menu .navbar-light .navbar-nav .nav-link {
        padding: 10px 0px;
    }

    .navbar-brand {
        padding: 10px 0px;
    }

    .swiper-pagination-bullet {
        width: 30px;
    }
}

@media screen and (min-width : 0px) and (max-width :560px) {
    .title-gen h1 {
        font-size: 26px;
    }
}

.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    padding: .75rem 0rem;
}

    .breadcrumb a {
        color: #29a7e1;
    }

.urun-kategori-menu {
    background-color: #e3f2fd;
    border: 1px solid rgba(21, 82, 136, 0.30);
}

    .urun-kategori-menu h2 {
        font-size: 20px;
        padding: 20px 20px;
        border-bottom: 1px solid rgba(21, 82, 136, 0.30);
        font-weight: 500;
    }

    .urun-kategori-menu ul {
        margin-top: 20px;
        list-style: none;
        font-size: 18px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(21, 82, 136, 0.30);
        margin-bottom: 0px;
    }

        .urun-kategori-menu ul li {
            margin-left: -20px;
            margin-bottom: 5px;
        }

            .urun-kategori-menu ul li a:hover {
                color: #155288;
            }

        .urun-kategori-menu ul a span {
            font-size: 13px;
            color: #29a7e1;
            margin-left: 5px;
        }

    .urun-kategori-menu .active a {
        color: #155288;
        padding-left: 10px;
    }

        .urun-kategori-menu .active a:before {
            position: absolute;
            content: "\f0da";
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            color: #155288;
            margin-left: -10px;
        }

.filter-menu ul {
    border-bottom: none;
}

.page-item.active .page-link {
    background-color: #155288;
    border: 1px solid #29a7e1;
}

.page-link {
    color: #29a7e1;
    border: 1px solid #29a7e1;
}

    .page-link:focus {
        color: #29a7e1;
        background-color: transparent;
        border-color: none;
        outline: 0;
        box-shadow: none;
    }

    .page-link:hover {
        z-index: 2;
        color: #29a7e1;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #29a7e1;
    }

.urun-detay-aciklama h1 {
    font-size: 26px;
}

.urun-detay-aciklama h2 {
    font-size: 20px;
    color: #155288;
    border-bottom: 1px solid #155288;
    margin-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.urun-detay-aciklama h3 {
    font-size: 16px;
}

.gallery-top {
    height: auto;
    width: 100%;
}

.gallery-thumbs {
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
}

    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }


.iletisim h3 {
    font-size: 22px;
    color: #155288;
}

.iletisim ul li b {
    color: #155288;
    font-weight: 500;
}

.iletisim ul li a:hover {
    color: #29a7e1;
    text-decoration: underline;
}

.hakkimizda img, .hizmet-detay img, .kampanyalar-detay img {
    width: 100%;
}

.hizmet-detay h2, .kampanyalar-detay h2, .referanslar-detay h2 {
    font-size: 22px;
    color: #155288;
}

.referanslar-detay .row {
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(21, 82, 136, 0.30);
}

    .referanslar-detay .row:last-child {
        padding-bottom: 0rem;
        border-bottom: none;
    }





/* REFERANSLAR SAYFASI STİLLERİ - BAŞLANGIÇ */
.referans-wrapper {
    padding: 15px;
    display: flex;
    justify-content: center;
}

.referans-card {
    padding: 15px 0;
    width: 100%;
    max-width: 500px;
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

    .referans-card:hover {
        transform: translateY(-5px);
    }

.referans-img {
    margin-bottom: 15px; 
    width: 100%;
    height: 280px;
    object-fit: contain;
    display: block;
    background-color: transparent;
    padding-top: 15px;
    box-sizing: border-box;
}

.referans-desc {
    padding: 0 15px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #444;
    line-height: 1.6;
    text-align: center;
    word-break: break-word;
    background-color: transparent;
}

@media (max-width: 768px) {
    .referans-card {
        max-width: 100%;
    }

    .referans-img {
        height: 240px;
        padding-top: 15px;
    }

    .referans-desc {
        padding: 12px;
    }
}
/* REFERANSLAR SAYFASI STİLLERİ - BİTİŞ */