﻿/********** Template CSS **********/
:root {
    --primary: #13C5DD;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

    .btn:hover {
        -webkit-box-shadow: 0 8px 6px -6px #555555;
        -moz-box-shadow: 0 8px 6px -6px #555555;
        box-shadow: 0 8px 6px -6px #555555;
    }

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--primary);
    }

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: url(/image/Ana-Sayfa-Arkaplan.png) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

    .service-item .service-icon {
        width: 150px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--primary);
        border-radius: 50%;
        transform: rotate(-14deg);
    }

        .service-item .service-icon i {
            transform: rotate(15deg);
        }

    .service-item a.btn {
        position: absolute;
        width: 60px;
        bottom: -48px;
        left: 50%;
        margin-left: -30px;
        opacity: 0;
    }

    .service-item:hover a.btn {
        bottom: -24px;
        opacity: 1;
    }

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .price-carousel .owl-nav .owl-prev,
    .price-carousel .owl-nav .owl-next {
        position: relative;
        margin: 0 5px;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        background: #FFFFFF;
        font-size: 22px;
        border-radius: 45px;
        transition: .5s;
    }

        .price-carousel .owl-nav .owl-prev:hover,
        .price-carousel .owl-nav .owl-next:hover {
            color: var(--dark);
        }

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

    .team-carousel .owl-nav .owl-prev,
    .team-carousel .owl-nav .owl-next {
        position: relative;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: var(--primary);
        border-radius: 45px;
        font-size: 22px;
        transition: .5s;
    }

        .team-carousel .owl-nav .owl-prev:hover,
        .team-carousel .owl-nav .owl-next:hover {
            background: var(--dark);
        }

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

    .testimonial-carousel .owl-dot.active {
        width: 40px;
        height: 40px;
        background: var(--primary);
    }

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}
/*FORM ÖZELLİKLERİ*/
        .inputBos{border:solid 1px #cc0000 !important;}
        .fade:not(.show) { opacity:1}
        .form-control, form-select{border-color: #13C5DD;box-shadow: none !important;outline: 0;min-height:50px;}
            .form-control:focus, .form-select:focus {border-color:#1D2A4D;box-shadow: none !important;outline: 0;}
        /*POPUP MODAL ÖZELLİKLERİ*/
        .LihkabModal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.4);padding-top:100px;}
            .LihkabModal .modal-content{background-color:#fefefe;margin:5% auto 15% auto;border:1px solid #888;width:80%;max-width:550px;min-width:358px;position:relative;border-radius:10px;}
                .imgcontainer{text-align:left;height:90px;background-color:#1D2A4D;border-top-left-radius:10px;border-top-right-radius:10px;}
                    .imgcontainer h1{color:#fff;font-size:20px;padding:10px 8px;margin-left:15px;}
                #popuppen .container{width:auto;min-height:150px;max-height:450px;overflow-y:auto; background:#fff;padding:12px;box-sizing:border-box;-webkit-box-shadow:2px 5px 16px 2px rgba(16,16,16,.18);-moz-box-shadow:2px 5px 16px 2px rgba(16,16,16,.18);box-shadow:2px 5px 16px 2px rgba(16,16,16,.18);margin:-2.5em 1em 1em;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}
                    #popuppen .container::-webkit-scrollbar {width:6px;}
                    #popuppen .container::-webkit-scrollbar-track {background:#f1f1f1;border-radius:10px;}
                    #popuppen .container::-webkit-scrollbar-thumb {background:#005a96;border-radius:10px;}
                    #popuppen .container::-webkit-scrollbar-thumb:hover {background:#13C5DD;}
                #popuppen .conteiner2{background-color:#f1f1f1;height:15px;}
                #pMetin{min-height:150px;color:#111;}  
                    .imgcontainer .close{position:absolute;right:15px;top:0;color:#999;font-size:35px;font-weight:700}
                    .imgcontainer .close:focus,.imgcontainer .close:hover{color:#fff;cursor:pointer}
                    .animate{-webkit-animation:animatezoom .6s;animation:animatezoom .6s}
                    @-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)}to{-webkit-transform:scale(1)}}@keyframes animatezoom{from{transform:scale(0)}to{transform:scale(1)}}
        /*HTML İÇERİK ÖZELLİKLERİ*/
        .sm-html{font-size:1.1rem;color:#222;font-family:Arial, Helvetica, sans-serif;}
            .sm-html p, .sm-html h1,.sm-html h2, .sm-html h3, .sm-html h4{text-indent:28pt}
            .sm-html table{border-collapse:collapse;width:100%;}
                .sm-html table tr:hover {background-color: #fafafa;}
                .sm-html table th {padding-top:8px;padding-bottom:8px;text-align:left;background-color:#56a2cf;color:white;}
                .sm-html table td, .sm-html table th{border: 1px solid #ddd;padding:8px;text-align:left;}
                .sm-html .fright{float:right}
            /*Genel tanımlar*/
            .sm-html .konuFoto, .sm-html img{width:80%;min-width:640px;text-align:center;cursor:pointer;display:block;margin-left:auto;margin-right:auto}
            .sm-html iframe{width :80%;min-width:640px;display:block;margin-left:auto;margin-right:auto}
                @media (max-width:768px) {.sm-html .konuFoto, .sm-html img, .sm-html iframe{min-width:100%;max-width:100%;}}
            /*Yorumlar Summernode*/
            #byListe .konuFoto{width:80%;min-width:640px;text-align:center;cursor:pointer;display:block;margin-left:auto;margin-right:auto}
            #byListe iframe{width :80%;min-width:640px;display:block;margin-left:auto;margin-right:auto}
                @media (max-width:768px) {#byListe .konuFoto, #byListe iframe{min-width:100%;max-width:100%;}}
            #byListe a.auto-link {color: #cc0000;text-decoration: none !important;font-weight:300;position: relative;display: inline;white-space: nowrap;padding: 1px 4px;border-radius:4px;transition: all 0.25s ease-in-out;z-index: 1;}
            #byListe a.auto-link:hover {color: #f00 !important;background-color: #fff0f0 !important;}
            .sm-html pre::-webkit-scrollbar {background-color:#DED7E6;height:10px;}
                .sm-html pre::-webkit-scrollbar-thumb {background:#9684A3;border-top-right-radius:10px;}
                .sm-html pre {background: #eee;border-left: 10px solid #9684A3;border-radius: 10px;padding: 10px;letter-spacing:.5px;font-size: 1.2em;width:90%;margin:50px auto;color: #000;}
            @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
            .sm-html blockquote{font-size: 1.4em;width:90%;margin:50px auto;font-family:Open Sans;font-style:italic;color:#555555;padding:1.2em 30px 1.2em 75px;border-left:8px solid #13C5DD ;line-height:1.6;position: relative;background:#EDEDED;}
                .sm-html blockquote::before{font-family:Arial;content: "\201C";color:#13C5DD;font-size:4em;position:absolute;left: 10px;top:-10px;}
                .sm-html blockquote::after{content: '';}
                .sm-html blockquote span{display:block;color:#333333;font-style: normal;font-weight: bold;margin-top:1em;}        
            /* Otomatik Oluşturulan İç Link */
            .sm-html a.auto-link {color: #13C5DD;text-decoration: none !important;font-weight: 600;position: relative;display: inline;white-space: nowrap;padding: 1px 4px;border-radius:4px;transition: all 0.25s ease-in-out;z-index: 1;}
                .sm-html a.auto-link::after {content: '';position: absolute;width: 100%;transform: scaleX(0);height: 2px;bottom: -2px;left: 0;background-color: #0284c7;transform-origin: bottom right;transition: transform 0.25s ease-out;}
                .sm-html a.auto-link:hover {color: #0369a1 !important;background-color: rgba(19, 197, 221, 0.08);}
                .sm-html a.auto-link::after {transform: scaleX(1);transform-origin: bottom left;}
                .sm-html a.auto-link:active {transform: scale(0.97);}
            /* Odaklanacak yorum kutusuna eklenecek geçici efekt */
            .yorum-odaklama {
                position: relative;
                border: 2px solid #06A3DA !important; /* Portal imza renginde net bir çizgi */
                box-shadow: 0 0 15px rgba(6, 163, 218, 0.4); /* Dışa doğru hafif kurumsal mavi parlama */
                background-color: #f0faff !important; /* Kutunun içini çok hafif tonlama */
                transition: all 0.5s ease-in-out;
            }
        /*Popup İmages*/
        .rclose{position:fixed;top:15px;right:15px;z-index:999;padding:0px;cursor:pointer;color:#fff;background-color:#444;padding:7px;border-radius:7px;}
        #kmp4 {position: fixed;top: 0px;bottom: 0px;left: 0px;right: 0px;overflow: hidden;padding: 0;margin: 0;background-color:#000;opacity: 0.9;z-index: 9998;}
        #kmp5 { position :fixed ;display :flex; justify-content :center;align-items:center; margin:auto;text-align:center;width:100%;max-height:100%;height:100%; z-index :9999;}
        .rimg{border-radius:0px;object-fit: contain;max-width:100%;max-height:100%;}

/* Ana Yorum */
.ana-yorum {
    border-radius: 8px; /* Yumuşak köşeler */
    padding: 15px;
    border-left: 4px solid #00bcd4; /* Şık bir renk vurgusu */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* Çok hafif derinlik */
}

/* Cevaplar (Soft Hali) */
.cevap-alani {
    margin-left: 20px;
    background-color: #f8f9fa; /* Hafif bir arka plan rengi kutu hissini yumuşatır */
    border-radius: 6px;
    padding: 10px;
    border: none; /* Border'ı kaldırıp sadece arka planla gruplamak en temizidir */
}
.fs-9 {
    font-size: 0.7rem;
}

/* Butonun üzerine gelindiğinde sağ ok ikonunun hafif kayması ve parlaması */
.cta-btn {
    transition: all 0.3s ease;
}

    .cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3) !important;
    }

    .cta-btn i {
        transition: transform 0.2s ease;
    }

    .cta-btn:hover i {
        transform: translate(3px, 0px) rotate(270deg); /* Oku sağa doğru iter */
    }

/* "Yeni Hizmet" rozetinin hafifçe yanıp sönerek dikkat çekmesi */
@keyframes pulseAnimation {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.animate-pulse {
    animation: pulseAnimation 2s infinite ease-in-out;
}

/* İkon kutusunun arka plan efekti */
.cta-icon-box {
    transition: background-color 0.3s ease;
}

.card:hover .cta-icon-box {
    background-color: rgba(13, 110, 253, 0.15) !important;
}
@media screen and (max-width: 480px) {
    .g-recaptcha {
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: 10px;
    }
    .hero-header{margin-top:-50px;}
}