﻿:root {
    --primary-color: #00adef;
    --secondary-color: #007bff;
    --accent-color: #f4a100;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 24px;
    background-image: url('../media/images/webelement/blue-pattern.png');
}

h1, h2, h3, h4, h5 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}


/* TOPBAR TASARIMI */
.topbar {
    background: #10adeb !important;
    border-bottom: 1px solid #d6d6d6;
    font-size: 14px;
    font-weight: 500;
    padding: 20px;
    /*background: #0d6efd;*/
}

    .topbar a:hover {
        color: #ddd !important;
    }

/* NAVBAR TASARIMI */
.navbar {
    border-bottom: 4px solid #00adef;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: inset 0px -10px 18px -11px #c7c7c7;
    background: #fff;
}

.navbar-brand img {
    height: 60px;
    transition: 0.3s ease;
}


.nav-link {
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    /* padding: 10px 14px !important; */
    color: #505050 !important;
    transition: 0.25s ease;
    position: relative;
    BORDER: 1px solid #ddd;
    border-radius: 10px;
    margin-right: 15px;
    background: #21ade50a;
}

    .nav-link i {
        font-size: 15px;
        margin-top: -2px;
    }


    .nav-link:hover {
        background-color: #f1f1f1 !important;
    }

        .nav-link:hover::after {
            width: calc(100% - 28px);
        }

.basvuru-yap-btn {
    background-color: #168eea;
    color: #fff;
    border: 0;
    font-weight: bold;
    border-radius: 10px;
    width: 140px;
    font-size: 13px;
    padding: 10px 0;
}


    .basvuru-yap-btn:hover {
        background-color: #f4a100;
    }


@media (max-width: 991px) {
    .nav-link::after {
        display: none;
    }
}






.hero-section {
    background: linear-gradient(rgba(0, 173, 239, 0.8), rgba(0, 123, 255, 0.8)), url('https://www.denizticaretodasi.org.tr/Media/SharedDocuments/fikiryarismasi/4-fikir-yarismasi-1920.jpg');
    background-size: cover;
    background-position: center;
    height: 70vh;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.btn-primary-custom {
    background-color: var(--primary-color);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s;
}

    .btn-primary-custom:hover {
        background-color: var(--secondary-color);
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }




:root {
    --primary-color: #0277bd;
}

/* FEATURES SECTION */
.features-section {
    padding: 10px 0 35px 0;
    <!-- background: #f3f3f3; -->
    overflow: hidden;
}

    .features-section .row {
        display: flex;
        flex-wrap: wrap; /* responsive için şart */
        justify-content: space-between;
        gap: 15px;
        min-height: 200px;
    }

/* SLIDER */
.features-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

    .features-slider::-webkit-scrollbar {
        height: 8px;
    }

    .features-slider::-webkit-scrollbar-thumb {
        background-color: var(--primary-color);
        border-radius: 4px;
    }









/* FEATURE BOX */
:root {
    --primary-color: #0277bd;
}



/* ROW */
.row {
    display: flex;
    flex-wrap: wrap;
    <!-- gap: 15px; -->
}

/* FEATURE BOX */
.feature-box {
    flex: 1 1 calc(33.33% - 15px);
    min-width: 280px; /* Mobilde alt alta geçmeyi garanti eder */
}

    .feature-box .feature-card {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 1px 3px 6px #1d3d7245;
        transition: transform 0.3s, box-shadow 0.3s;
        text-align: center;
        height: 200px;
        position: relative;
    }

        .feature-box .feature-card:hover {
            transform: translateY(-3px);
            /*box-shadow: 0 10px 25px rgba(0,0,0,0.1);*/
        }

/* HEADER: ICON + BAŞLIK */
.feature-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    justify-content: center;
}

.feature-icon {
    font-size: 1.8rem;
    color: #1aade8;
    flex-shrink: 0;
}

.feature-title {
    font-size: 22px;
    color: #1aade8;
    font-weight: 600;
    margin: 0;
}

/* DESCRIPTION */
.feature-description {
    margin: 0 0 10px;
    color: #666;
    line-height: 1.6;
    font-weight: 500;
}

/* BUTTON */
.btn-outline-primary-custom {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 5px 12px;
    font-weight: 600;
    border-radius: 25px;
    font-size: 12px;
    transition: all 0.3s;
}

.btn-bottom-link {
    position: absolute;
    bottom: 23px;
    margin: cener;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    font-size: 14px;
    color: #1aade8;
    border-color: #1aade8;
}

    .btn-bottom-link:hover {
        color: #fff;
        background: #1aade8;
    }


.message-section {
    padding: 40px 0;
    background-color: #fff !important;
    background: #f4f7fb;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.18);
}

.president-image {
    border-radius: 10px;
    box-shadow: 1px 9px 23px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 600px;
}

.message-title {
    color: #1d3d72;
    margin-bottom: 30px;
}

.message-content {
    font-size: 16px;
    line-height: 1.8;
    font-style: italic;
}

.about-section {
    padding: 60px 0;
    background: #f3f3f3;
}

.about-title {
    color: #1d3d72;
    margin-bottom: 30px;
}

    .about-title::after {
        content: "";
        display: block;
        width: 80px;
        height: 3px;
        background: #1d3d72;
        margin: 10px auto 0;
        border-radius: 3px;
    }


.about-section h4 {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
}

.about-section p {
    font-size: 17px;
    line-height: 1.65;
    color: #444;
}


.footer {
    background-color: #0c1b2b;
    color: white;
    padding: 60px 0 30px;
}

    .footer h5 {
        color: #10adeb;
        margin-bottom: 20px;
    }

.footer-links a {
    color: #ddd;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s;
}

    .footer-links a:hover {
        color: var(--primary-color);
    }

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgb(255 255 255 / 29%);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    color: white;
    transition: all 0.3s;
}

    .social-icons a:hover {
        background-color: var(--primary-color);
        transform: translateY(-3px);
    }

.copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    color: #aaa;
}

.slider-section {
    max-width: 1200px;
    margin: 0 auto;
    height: 400px;
    margin-top: 20px;
}

.slider-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-item {
    width: 100%;
    height: 100%;
    display: none;
}

    .slider-item.active {
        display: block;
    }

    .slider-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }





@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px !important;
    }
}

.me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}





/* FOOTER SOSYAL MEDYA ICONLARI */
.social-media-wrapper {
    width: 100%;
    text-align: center;
}

.social-title {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    color: #2c2d30;
    font-weight: 600;
}

/* X (Twitter) SVG özel stil */
.social-icon.x svg {
    color: #ffffff;
    transition: color 0.3s ease, transform 0.3s ease;
    vertical-align: middle;
}

.social-icon.x:hover svg {
    color: #168eea;
    transform: scale(1.1);
}

.social-media {
    <!-- display: flex; -->
    <!-- justify-content: center; -->
    <!-- flex-wrap: nowrap; -->
}



.social-icon i {
    transition: color 0.2s ease;
}

/* Hover genel efekti (tüm ikonlar için geçerli) */
.social-icon:hover {
    transform: translateY(-1px);
    color: #168eea !important;
}

/* E-mail ikonu istiyorsan renkli kalsın diye ayrı bıraktım */
.social-icon.email {
    color: #555;
    border: 1px solid #555;
}

    .social-icon.email:hover {
        color: #333;
        border-color: #333;
    }

.message-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #1d3d72;
    margin: 10px auto 0;
    border-radius: 3px;
}

/*FOOTER*/



/*FOOTER SOSYAL MEDYA ICONLARI*/
.social-media-wrapper {
    width: 100%;
    text-align: center;
    /*margin: 20px 0;*/
}

.social-title {
    width: 100%;
    /*font-size: 18px;*/
    margin-bottom: 5px;
    text-align: left;
    color: #2c2d30;
    font-weight: 600;
}

.footer-modern .row {
    display: flex;
    flex-wrap: wrap;
}

.footer-modern .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.footer-modern {
    border-top: 4px solid #00adef;
    background: #cceffc;
    color: #3a4750;
}

.footer-top {
    padding: 50px 0 0;
}

.fm-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1f2d3d;
}

.fm-list,
.fm-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .fm-list li {
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

        .fm-list li i {
            margin-right: 10px;
            font-size: 16px;
        }

    .fm-list .link-600 {
        color: #2a2b2d;
        text-decoration: none;
        font-weight: 600;
    }

        .fm-list .link-600:hover {
            color: #168eea;
        }


    .fm-list a:hover {
        color: #00adef;
    }

    .fm-links li {
        margin-bottom: 10px;
    }

        .fm-links li a {
            text-decoration: none;
            color: #2a2b2d;
        }

            .fm-links li a:hover {
                color: #168eea;
            }

.fm-social a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    font-size: 18px;
    transition: all .25s ease;
    color: #0059b3;
}

    .fm-social a:hover {
        transform: translateY(-4px);
        background: #0059b3;
        color: #fff;
    }

.footer-bottom {
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
    border-top: 1px solid #d1d9e0;
    font-size: 14px;
}

.social-media-wrapper .social-icon.x svg {
    color: #000; /* X logosu siyah */
    transition: color 0.3s ease, transform 0.3s ease;
    vertical-align: middle;
}

.social-media-wrapper .social-icon.x:hover svg {
    color: #1da1f2;
    transform: scale(1.1);
}

.social-media-wrapper .social-media {
    display: flex;
}

.social-media-wrapper .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    /* margin: 0 6px; */
    margin-right: 25px;
    border-radius: 5px;
    font-size: 30px;
    background-color: transparent;
    transition: all 0.2s ease;
    text-decoration: none;
}

    .social-media-wrapper .social-icon i {
        transition: color 0.2s ease;
        color: #2a2b2d;
    }

    .social-media-wrapper .social-icon svg {
        color: #2a2b2d;
    }


    .social-media-wrapper .social-icon.youtube {
        /*color: #FF0000;*/
        /*border: 1px solid #FF0000;*/
    }

        .social-media-wrapper .social-icon.youtube i:hover {
            /*color: #b30000;*/
            /*border-color: #b30000;*/
            color: #168eea !important;
        }

    .social-media-wrapper .social-icon.facebook {
        /*color: #1877F2;*/
        /*border: 1px solid #1877F2;*/
    }

        .social-media-wrapper .social-icon.facebook i:hover {
            /*color: #0d5fe0;*/
            /*border-color: #0d5fe0;*/
            color: #168eea;
        }

    .social-media-wrapper .social-icon.instagram {
        /*color: #C13584;*/
        /*border: 1px solid #C13584;*/
    }

        .social-media-wrapper .social-icon.instagram i:hover {
            /*color: #a12b6f;*/
            /*border-color: #a12b6f;*/
            color: #168eea;
        }

    .social-media-wrapper .social-icon.twitter {
        /*color: #1c1c1c;*/
        /*border: 1px solid #1c1c1c;*/
    }

        .social-media-wrapper .social-icon.twitter svg:hover {
            /*color: #000000;*/
            /*border-color: #000000;*/
            color: #168eea;
        }

    .social-media-wrapper .social-icon.linkedin {
        /*color: #0A66C2;*/
        /*border: 1px solid #0A66C2;*/
    }

        .social-media-wrapper .social-icon.linkedin i:hover {
            /*color: #084a90;*/
            /*border-color: #084a90;*/
            color: #168eea;
        }

    .social-media-wrapper .social-icon.email {
        color: #555;
        border: 1px solid #555;
    }

        .social-media-wrapper .social-icon.email:hover {
            color: #333;
            border-color: #333;
        }

    /* Hover genel efekti */
    .social-media-wrapper .social-icon:hover {
        transform: translateY(-1px);
    }

.border-dotted-r {
    border-right: 1px black dotted;
}

.footer-address i {
    margin-right: 5px !important;
    font-size: 16px;
}

.yol-tarifi i {
    margin-right: 5px !important;
    font-size: 16px;
}

.fw-semibold::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #1d3d72;
    margin: 0;
    margin-top: 10px;
    border-radius: 3px;
}

.slider-section {
    position: relative;
}

.down-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    font-size: 45px;
    color: #ffffff;
    text-decoration: none;
    animation: bounce 3s infinite;
    z-index: 10;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translate(-50%, 0);
    }

    40% {
        transform: translate(-50%, 10px);
    }

    60% {
        transform: translate(-50%, 5px);
    }
}


.faq-continue-btn {
    width: fit-content;
    font-size: 15px;
    color: #1aade8;
    border-color: #1aade8;
    border: 2px solid #1d3d72;
    color: #fff !important;
    padding: 5px 12px;
    font-weight: 600;
    border-radius: 25px;
    background: #1d3d72;
}

    .faq-continue-btn:hover {
        background: #fff !important;
        color: #1d3d72 !important;
        border: 2px solid #1d3d72;
    }

.accordion-button:not(.collapsed) {
    color: #1e3d70 !important;
}

.accordion {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    border-radius: 10px;
}

.faq-btn {
    color: #1d3d72;
    font-weight: 500;
    text-align: left;
    padding-left: 1rem;
}

.accordion-body {
    font-size: 0.95rem;
    line-height: 1.6;
}

.faq-btn:focus {
    outline: none;
    box-shadow: none;
}

.fw-semibold {
    color: #1d3d72;
}

.about-left {
    padding: 3rem 5rem;
    background: #efefef;
    font-size: 15px;
    line-height: 2.2;
}


.about-flex {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f7fb;
}

.about-left, .about-right {
    flex: 1 1 50% !important;
    min-width: 50% !important;
}

.slide-mobil {
    display: none;
}

@media (max-width: 768px) {

    .top-menu-text {
        display: none;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .about-flex {
        flex-direction: column !important;
    }

    .about-left, .about-right {
        min-width: 100% !important;
        flex-basis: 100% !important;
    }

    .list-group {
        margin-bottom: 40px;
    }

    .footer-bottom p {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }

    .about-left, .about-right {
        padding: 20px;
    }

    .feature-description {
        font-size: 15px !important;
    }

    .down-btn {
        bottom: 10px;
    }

    #slide-default {
        display: none !important;
    }

    #slide-mobil {
        display: inherit !important;
    }

    .footer-top .border-dotted-r {
        border-right:0px !important;
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .feature-box {
        flex: 1 1 100%;
    }

    .navbar-brand img {
        height: 40px;
        margin-left: 5px;
    }

    .navbar-toggler {
        margin-right: 10px;
    }

    .nav-link {
        padding: 20px !important;
        width: 100% !important;
        font-size: 15px;
        border-radius: 0px !important;
    }
}


@media (max-width: 991px) {
    .feature-box {
        flex: 1 1 100%;
    }

    .navbar-brand img {
        height: 40px;
        margin-left: 5px;
    }

    .navbar-toggler {
        margin-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .feature-description {
        font-size: 17px !important;
    }

}


.about-right iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    min-height: 350px;
}



/*UPDATE*/

.dto-post-content {
    padding: 30px;
}


.breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
    background-color: rgb(245, 245, 245);
}

    .breadcrumb a {
        color: inherit !important;
        text-decoration: none;
        color: #0d6efd !important;
    }



.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
}

.list-group-item {
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #e7e7e7;
    transition: 0.2s;
    background: none;
    border-right: none;
    border-left: none;
    border-top: none;
}

    .list-group-item:hover {
        cursor: pointer;
    }

    .list-group-item:last-child {
        border-bottom: none;
    }

    .list-group-item a {
        text-decoration: none;
        color: #333;
        display: block;
        font-size: 15px;
    }

        .list-group-item a i {
            margin-right: 5px;
        }

    .list-group-item:hover {
        background: #f7faff;
        padding-left: 22px;
        border-left: 3px solid #0d6efd;
    }

        .list-group-item:hover a {
            color: #0d6efd;
        }


.sss-title {
    color: #1d3d72;
}

.accordion-body br:nth-of-type(even) {
    background-color: #f5f5f5;
    display: block;
}

.accordion-body .line:nth-child(even) {
    background-color: #f5f5f5;
}

.default-link {
    display: inline;
    text-decoration: none;
}

.page-title {
    color: #1d3d72;
    font-size: 15px;
    font-weight: bold;
}

.top-menu-text {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}











@media (max-width: 1200px) {
    .slider-section {
        max-width: 1200px;
        margin: 0 auto;
        height: auto !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .basvuru-yap-btn {
        display: none;
    }

   
    .navbar-nav {
        margin-top: 20px;
    }

    .navbar-collapse {
        margin-bottom: 20px;
    }

    .feature-description {
        font-size: 14px;
    }

    .footer-bottom {
        padding: 0 20px;
    }
}





.photo-gallery .gallery-img {
    width: 100%;
    height: 200px; /* burayı istersen değiştir */
    object-fit: cover;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

    .photo-gallery .gallery-img:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0,0,0,.15);
    }
