﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
   
}


body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff !important;
    color: #000;
}

.bg-default {
    background-color: #08384f !important;
}

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
   
}

    .header .top-menu {
        background: rgba(255, 255, 255, 0.1);
    }

    .header .header-menu {
        background: rgba(255, 255, 255, 0.1);
       
       
    }
    .header .logo-img {
       height:120px;
   
    } 
    .header .social-icons a {
        color: white;
        /* background-color: white; */
        padding: 7px 10px;
        border-radius: 100%;
        margin-left: 5px;
    }

    .header .collapse {
        justify-content: end;
    }
    .header .navbar-nav { color:#fff; font-weight:600px;}


    /*hoverdropdwnmenu*/
    /* =========================
   SUB MENU FIX (2-3. seviye)
   3. seviye AŞAĞI açılır
   ========================= */

    /* 2. seviye dropdown */
    .header .navbar-nav .dropdown-menu {
        min-width: 240px;
        padding: 10px 0;
        margin-top: 8px;
        border: 0;
        border-radius: 12px;
        background: rgba(8,56,79,.98);
        backdrop-filter: blur(8px);
        box-shadow: 0 18px 40px rgba(0,0,0,.25);
    }

        /* 2. seviye linkler */
        .header .navbar-nav .dropdown-menu > li > a.dropdown-item,
        .header .navbar-nav .dropdown-menu > li > a.menu-link {
            color: #fff;
            padding: 10px 14px;
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        /* hover */
        .header .navbar-nav .dropdown-menu > li > a:hover {
            background: rgba(255,255,255,.10);
            color: #fff;
        }

    /* submenu-item (3. seviye kapsayıcı) */
    .header .navbar-nav .submenu-item {
        position: relative;
   
    }

    /* 3. seviye toggle */
    .header .navbar-nav .submenu-toggle {
        cursor: pointer;
    
    }

    /* =========================
   3. SEVİYE (AŞAĞI AÇILIR)
   ========================= */

    .header .navbar-nav .submenu-list {
        display: none;
        position: static; /* ❗ yana açılmayı kapattık */
        padding: 6px 0 6px 14px;
        margin: 4px 0 6px 0;
        list-style: none;
        border-left: 2px solid rgba(255,255,255,.15);
            background-color: #20a8d3;
    }

        /* 3. seviye linkler */
        .header .navbar-nav .submenu-list a {
            color: #fff;
            padding: 8px 12px;
            display: block;
            white-space: normal;
            font-size: 14px;
        }

            .header .navbar-nav .submenu-list a:hover {
                background: rgba(255,255,255,.10);
            }

/* =========================
   AÇILMA DAVRANIŞI
   ========================= */

/* Desktop: hover ile aç */
@media (min-width: 992px) {
    .header .navbar-nav .submenu-item:hover > .submenu-list {
        display: block;
    }

    .header .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

/* Mobile: click için open class */
@media (max-width: 991.98px) {
    .header .navbar-nav .submenu-item.open > .submenu-list {
        display: block;
    }
}

    .dmenu {
        display: inline-block;
    }

    .dmenu .languagebtn {
        /* background-color: white; */
        color: white;
        padding: 7px 10px;
        border-radius: 100%;
    }

        .dmenu .languagebtn:focus {
            border: 0;
        }

    .dmenu .dropdown-menu {
        min-width: 3rem;

    }

        .dmenu .dropdown-menu a {
            margin: auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.dropdown-toggle::after {
    display: none;
}


/*hoverdropdwnmenu*/

.second {
    position: relative;
}

.header .header-menu img {
    width: 200px;
}

.header .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    border: 0 !important;
    outline: 0 !important;
    color: white;
}

    .header .navbar-toggler:focus {
        background-color: transparent;
        border-radius: 0;
        border: 0 !important;
        outline: 0 !important;
        color: white;
        box-shadow: none !important;
    }

    .header .navbar-toggler:active {
        background-color: transparent;
        border-radius: 0;
        border: 0 !important;
        outline: 0 !important;
        color: white;
    }

.header .top-social-menu {
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 0.7rem 0 0.7rem;
}

    .header .top-social-menu .social-icons {
        order: 2;
    }

        .header .top-social-menu .social-icons a:hover {
            background-color: #20a8d3;
            transition: .5s;
        }

    .header .top-social-menu .phone {
        order: 1;
        color: white;
    }

.social-icons {
    /* padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: end; */
}

.footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    color: white;
    background-color: #08384f;
    padding: 10px 13px;
}

    .footer .social-icons a:hover {
        color: white;
        background-color: #20a8d3;
    }

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.footer a:hover {
    color: white;
    text-decoration: none;
}

#menu-bar {
    display: none;
}


/*firstslidecss*/
.owl-carouselslide {
    top: 0;
}

    .owl-carouselslide img {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }

    .owl-carouselslide .slide-detail {
        position: absolute;
        top: 40%;
        transition: all 1s;
        background-color: rgba(255, 255, 255, 0.644);
        backdrop-filter: blur(8px);
        padding: 2rem;
        text-align: center;
        width: 60%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

.slide-detail h2 {
    font-size: 2rem;
}

.slide-detail p {
    font-size: 1rem;
    line-height: 30px;
}

.slide-detail button {
    padding: 0.4rem;
    margin: 0.2rem;
    border-radius: 10px;
    color: white;
    font-size: 1rem;
    width: 150px;
}

.content-title {
    font-size: 1.7rem;
}

/*firstslidecss*/


/*
in gen css
*/

.bg-bar {
    background-color: #545454;
}

.paddingyequal {
    padding: 3rem 0;
}

.btn-default {
    background-color: #08384f;
    color:#fff;
}

    .btn-default:hover {
        background-color: #92def5;
        color: #000;
    }

.btn-default2 {
    background-color: #eff7fa;
}

    .btn-default2:hover {
        background-color: #7998aa;
    }

.btn-purple {
    background-color: #9c27b0;
    color: white;
}

.btn-black-hover:hover {
    background-color: #000;
    color: white;
}

.btn-green {
    background-color: #79c356;
    color: white;
}

.bold {
    font-weight: 600;
}

.btn-padding {
    padding: 30px 0;
}

.padding-xxl {
    padding: 250px 0 50px 0;
}

.padding-xl {
    padding: 100px 0 50px 0;
}

.padding-l {
    padding: 50px 0;
}

.form-control {
    box-shadow: none !important;
}

.border-radius30 {
    border-radius: 30px;
}

.border-radius50 {
    border-radius: 50px;
}

.thin {
    font-weight: 300 !important;
}

.btn-black {
    background-color: #000;
    color: white;
}

    .btn-black:hover {
        background-color: rgb(78, 78, 78);
        color: white;
    }

.bg-bordo {
    background-color: #08384f;
}

.faq .accordion-button {
    border-radius: 0px !important;
    background-color: #20a8d3;
    color: #fff;
}

.faq .accordion-item {
    border-radius: 0px;
}

.accordion-button:not(.collapsed) {
    background-color: #20a8d3;
    color: #153478;
}

/*bar bg + birb tekrar eden diğer şeyler.*/


/*
in gen css
*/


/*third*/

.third img {
    width: 80%;
}

.third .owl-carouselfirst img {
    height: 500px !important;
    width: 100%;
    object-fit: cover;
    /*  filter: grayscale(100%);*/
}

    .third .owl-carouselfirst img:hover {
        filter: grayscale(0%);
        transition: all 0.5s ease-in-out;
    }

.third .owl-carouselfirst .owltextfirst:hover .textowlinside {
    display: none;
    transition: all 1s ease-in-out !important;
}

/* hizmet kategorileri korosel */
.third .owl-carouselfirst .textowlinside {
    position: absolute;
    top: 35%;
    color: #000;
    padding: 1rem 2rem;
    transition: all 1s ease-in-out;
    background-color: rgba(255, 255, 255, 0.644);
    backdrop-filter: blur(3px);
    min-height: 150px;
    max-height: 150px;
    left: 0;
    width: 100%;
}

.third p {
    line-height: 40px;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.third .content-whyus {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*third*/


/*fourth*/
/*fourth*/

.fourth {
    background-color: #eff7fa;
}

    .fourth .card .card-alt-menu {
        display: flex;
        justify-content: space-between;
    }

        .fourth .card .card-alt-menu .share {
            background-color: #7998aa;
            padding: 10px 15px;
            border-radius: 100%;
            color: white;
        }

    .fourth .owl-carouselproduct img {
        object-fit: cover;
        height: 260px;
    }


/*fourth*/


/*fifth*/

.fifth img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.fifth p {
    line-height: 40px;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}


/*fifth*/


/*sixth*/

.sixth {
    background-color: #08384f;
    border-radius: 0px 290px 0px 0px;
}

    .sixth .btn-icon1 {
        width: 100%;
        display: block;
        background-color: #20a8d3;
        border-radius: 50px;
    }

        .sixth .btn-icon1:hover {
            background-color: #92def5;
            border: 1px solid black;
        }

        .sixth .btn-icon1 i {
            color: white;
        }


/*sixth*/


/*about and general*/

.image-bg {
    background-image: url('/img/shattered-glass-space-background-with-design-space.jpg');
    background-position: center top;
    background-size: cover;
}

.firstleft {
    background-color: #9ddad9;
    height: 400px;
}

.title-lefts {
    font-weight: 500;
    text-align: left;
    font-size: 2rem;
    color: white;
    text-transform: capitalize;
    display: flex;
    padding-bottom: 4rem;
    align-items: center;
    justify-content: center;
}

.title-l-lefts {
    font-weight: 500;
    text-align: left;
    font-size: 2rem;
    color: white;
    padding: 0px 0 50px 20%;
}

.secondleft p {
    font-weight: bold;
}


/*about and general*/


/*services*/

.secondleft .service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
}

.secondleft .service-img {
    width: 260px; /* yuvarlak görsel için sabit */
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.secondleft .service-title {
    margin: 18px 0 14px;
    line-height: 1.25;
    /* 2 satır sabitle */
    min-height: 2.5em; /* 2 satırlık alan */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* birleşik kelimelerde daşmadan düzgün kırılsın */
    word-break: break-word;
    overflow-wrap: anywhere;
}

.secondleft .service-btn {
    margin-top: auto; /* butonu her kartta en alta sabitler */
}

.secondleft .services-col {
    border-right: 1px solid rgb(233, 233, 233);
    border-bottom: 1px solid rgb(233, 233, 233);
    padding: 0.5rem 3rem 1rem 3rem;
}

    .secondleft .services-col:last-child {
        border-right: 0px !important;
        border-bottom: 0px !important;
    }

    .secondleft .services-col:nth-child(5) {
        border-bottom: 0px !important;
    }

    .secondleft .services-col:nth-child(4) {
        border-bottom: 0px !important;
    }

    .secondleft .services-col:nth-child(3) {
        border-right: 0px !important;
    }

    .secondleft .services-col img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: all 1s;
        border-radius: 100%;
    }

        .secondleft .services-col img:hover {
            transform: scale(0.9);
        }

.secondleft .card a {
    text-align: center;
}

.secondleft .card button {
    background: #08384f;
    padding: 10px;
    color: white;
    width: 50%;
    border-radius: 40px;
}

    .secondleft .card button:hover {
        background: #92def5;
        padding: 10px;
        color: white;
        width: 50%;
        border-radius: 40px;
    }

.firstservices .card img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.firstservicedetail img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/*services*/


/*blog*/

.blog {
    position: relative;
}

    .blog .card button {
        background: #08384f;
        padding: 10px;
        color: white;
        width: 30%;
        border-radius: 40px;
        margin: 1rem 0;
    }

    .blog img:first-child {
        height: 300px;
        object-fit: cover;
        width: 100%;
    }

.blogdetail {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: black;
    padding: 10px 15px;
}

    .blogdetail a {
        color: white;
    }

.blog .list-group li.active {
    background-color: #000;
    border: 0px;
    border-radius: 0px;
}

.blog .list-group {
    border-radius: 0px;
}

    .blog .list-group li.active a {
        color: white;
    }

    .blog .list-group a {
        color: black;
    }


/*blog*/


/*gallery*/
.gallery-img {
    width: 100%;
    height: 220px; /* burayı istediğin sabit yüksekliğe çek */
    object-fit: cover; /* kırparak eşit boy gösterir */
    display: block;
    border-radius: 12px; /* istersen */
}

.galleryarea .card {
    border-radius: 0;
    /* filter: grayscale(100%);*/
    transition: transform 0.5s;
    opacity: 0.7;
}

.gallery-album {
    padding-bottom: 3rem;
}

.galleryarea img {
    height: 300px;
    object-fit: cover;
}

.galleryarea .card:hover {
    transform: scale(0.8);
    filter: grayscale(0%);
    opacity: 1;
}


/*gallery*/


/*
contact css*/

.contact-photo img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}

.contact-page {
    padding-top: 100px;
    padding-bottom: 30px;
}


/*
contact css*/


/*footer*/

.footer {
    background-color: #08384f;
    /* padding-bottom: 1rem; */
    padding-top: 3rem;
}

.footer-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.btn-top {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #20a8d3;
    color: white;
    border: none;
}

    .btn-top i {
        color: white;
    }

.footer .pozitif img {
    animation: flip;
    animation-duration: 2s;
}

.footer-about-text {
    color: white;
}

.iconf {
    color: black;
    padding: 7px 10px;
    border-radius: 100%;
    background-color: white;
}

    .iconf:hover {
        background-color: #f0f3f7;
    }

.footer-menu li {
    list-style: none;
}

    .footer-menu li a {
        color: white;
    }

        .footer-menu li a:hover {
            color: #cacaca;
        }

.footer-subs .form-control {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 1rem;
}

.footer-subs .btn-icon2 {
    background-color: #20a8d3;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 1rem;
}

    .footer-subs .btn-icon2 i {
        color: white;
    }

.footer-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
}

.bg-bar h2 {
    color: #fff !important;
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.bg-bar p {
    color: #fff;
    font-size: 18px;
    padding-left: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
}

.footer-hizli-menu {
    text-align: center;
}

.footer .links {
    padding-bottom: 1rem;
}


/*footer*/

.copyright-text a {
    background: url(../img/hlogobeyaz.png) no-repeat;
    margin: 5px auto;
    text-align: end;
    height: 70px;
    width: 50px;
    transition: ease-in .5s;
    background-size: 150px 70px;
    display: inline-block;
}

    .copyright-text a:hover {
        height: 70px;
        width: 170px;
        transition: ease-in .5s;
    }

.space-top-xl {
    margin-top: 150px;
}

.padding-top {
    padding-top: 230px;
}

.margin-bottom {
    margin-bottom: 50px;
}

.card-body-2 {
    justify-content: center;
}



/* Header menü başlıkları her durumda beyaz */
.header .header-menu .navbar {
    --bs-navbar-color: #fff;
    --bs-navbar-hover-color: #fff;
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255,255,255,.35);
    --bs-navbar-toggler-icon-bg: none; /* ikonunu fontawesome kullanıyorsun */
}

    /* Bazı temalarda link rengi a {color:...} ile ezildiği için: */
    .header .header-menu .navbar .navbar-nav > .nav-item > .nav-link {
        color: #fff !important;
    }

    /* Dropdown toggle / ok ikonu da beyaz */
    .header .header-menu .navbar .navbar-nav .dropdown-toggle,
    .header .header-menu .navbar .navbar-nav .dropdown-toggle i {
        color: #fff !important;
    }

    /* Hover/focus */
    .header .header-menu .navbar .navbar-nav > .nav-item > .nav-link:hover,
    .header .header-menu .navbar .navbar-nav > .nav-item > .nav-link:focus {
        color: #fff !important;
    }
/* HOME: hayalet başlangıç */
.header[data-page="home"] .header-menu,
.header[data-page="home"] .top-menu {
    background: rgba(255,255,255,.10);
}

/* HOME: scroll sonrası */
.header[data-page="home"].is-scrolled .header-menu,
.header[data-page="home"].is-scrolled .top-menu {
    background: #08384f;
}

.header[data-page="home"].is-scrolled .top-menu {
    display: none;
}

/* INNER: her zaman koyu */
.header[data-page="inner"] .header-menu,
.header[data-page="inner"] .top-menu {
    background: #08384f;
}

.header[data-page="inner"] .top-menu {
    display: none;
}

/* =========================
   MOBILE NAVBAR FIX
   ========================= */
/*@media (max-width: 991.98px) {*/

    /* Header sabit kalsın ama collapse tam ekran açılsın */
    /*.header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1050;
    }*/

        /* Hamburger açılınca arka plan */
        /*.header .navbar-collapse {
            position: fixed;
            top: 70px;*/ /* header yüksekliğine göre ayarla */
            /*left: 0;
            width: 100%;
            height: calc(100vh - 70px);
            background-color: #08384f;
            padding: 20px;
            overflow-y: auto;
            z-index: 1040;
        }*/

        /* Menü linkleri */
        /*.header .navbar-nav {
            gap: 12px;
        }

            .header .navbar-nav .nav-link {
                font-size: 18px;
                padding: 12px 10px;
                color: #fff !important;
            }*/

        /* Dropdown alt menüler mobilde düzgün aksın */
        /*.header .dropdown-menu {
            position: static !important;
            float: none;
            background: rgba(255,255,255,0.08);
            border: 0;
            box-shadow: none;
            margin-top: 6px;
        }

        .header .dropdown-item {
            color: #fff !important;
        }
}*/
/* =========================
   MOBILE NAVBAR (TEK KAYNAK)
   ========================= */
@media (max-width: 991.98px) {

    /* header sabit */
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1050;
    }

        /* top-menu mobilde istersen kapalı */
        .header .top-menu {
            display: none !important;
        }

        /* collapse panel: tam ekran katman */
        .header .navbar-collapse {
            position: fixed;
            top: 80px; /* LOGO/HEADER yüksekliğine göre ayarla */
            left: 0;
            width: 100%;
            height: calc(100vh - 80px);
            background: #08384f;
            padding: 20px 16px;
            overflow-y: auto;
            z-index: 1040;
            /* Bootstrap'ın collapse animasyonu için önemli */
            display: block; /* show/hide Bootstrap class ile kontrol edecek */
            visibility: hidden;
            opacity: 0;
            pointer-events: none;
            transition: opacity .2s ease;
        }

            /* Bootstrap .show gelince görünür */
            .header .navbar-collapse.show {
                visibility: visible;
                opacity: 1;
                pointer-events: auto;
            }

        /* nav liste */
        .header .navbar-nav {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

            .header .navbar-nav .nav-link {
                color: #fff !important;
                font-size: 18px;
                padding: 10px 8px;
            }

        /* dropdown mobilde içeride aksın */
        .header .dropdown-menu {
            position: static !important;
            float: none !important;
            width: 100%;
            margin: 6px 0 0;
            background: rgba(255,255,255,.08);
            border: 0;
            box-shadow: none;
            border-radius: 12px;
            padding: 8px 0;
        }

        .header .dropdown-item {
            color: #fff !important;
            padding: 10px 14px;
        }

        /* 3. seviye (senin open class) */
        .header .submenu-list {
            background: transparent; /* şu an #20a8d3 vermişsin, çok çiğ duruyor */
            border-left: 2px solid rgba(255,255,255,.15);
        }
}
@media (max-width: 991.98px) {
    .header .submenu-list {
        display: none;
    }

    .header .submenu-item.open > .submenu-list {
        display: block !important;
    }
}
:root {
    color-scheme: light !important;
}

html, body {
    background: #ffffff !important;
    color: #0b1220 !important;
}

/* Şeffaf (rgba) yüzünden tarayıcı karartmayı seviyor → ana içerik alanlarını netle */
/*main, .page, .content, .container, .bg-white {
    background: #ffffff;
}*/

/* iOS/Samsung bazı durumlarda metin rengi override */
* {
    -webkit-text-fill-color: currentColor;
   
}
 