﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* ✅ Çok katmanlı dropdown menü desteği */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        position: absolute;
        z-index: 1000;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

/* Partner Slider Arrow Buttons */
.partner-arrow {
    width: 48px;
    height: 48px;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    border: 1.5px solid #e5e7eb;
    opacity: 0.85;
    transition: background 0.2s, opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    margin-right: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.partner-arrow:hover {
    background: #f3f4f6 !important;
    opacity: 1;
}

.partner-arrow .bi,
.partner-arrow svg {
    color: #111;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-slider {
    background: #fff !important;
    max-width: 1250px;
    width: 96vw;
    margin: 0 auto 2rem auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08), 0 1.5px 6px 0 rgba(0,0,0,0.04);
    border: 1.5px solid #e5e7eb;
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.scrolling-logos {
    gap: 3rem !important;
}

.banner-frame {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08), 0 1.5px 6px 0 rgba(0,0,0,0.04);
    background: #fff;
    border: 1.5px solid #e5e7eb;
    overflow: hidden;
    position: relative;
}

.banner-arrow {
    width: 48px;
    height: 48px;
    background: #fff !important;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    border: 1.5px solid #e5e7eb;
    opacity: 0.85;
    transition: background 0.2s, opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    margin-right: 8px;
}
.banner-arrow:hover {
    background: #f3f4f6 !important;
    opacity: 1;
}

.banner-arrow .carousel-control-prev-icon,
.banner-arrow .carousel-control-next-icon {
    background-image: none;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-arrow .carousel-control-prev-icon::after {
    content: '\2039';
    color: #111;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

.banner-arrow .carousel-control-next-icon::after {
    content: '\203A';
    color: #111;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

.banner-frame .carousel-control-prev,
.banner-frame .carousel-control-next {
    width: 48px;
}

.navbar-logo {
    position: relative;
    z-index: 10;
    padding: 0;
    margin-left: 0.5rem;
}
    .navbar-logo img {
        display: block;
        height: 75px;
        margin-top: 5px;
        /*    margin-top: 13px;
    margin-bottom: -25px;
    margin-left: 20px;
    Hafifçe aşağı taşma ve yukarıdan boşluk */
    }
@media (max-width: 768px) {
    .navbar-logo img {
        height: 38px;
        margin-top: 6px;
        margin-bottom: -8px;
    }
}

.partner-arrow-icon {
    color: #111;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1400px) {
    .partner-slider {
        max-width: 98vw;
        width: 98vw;
    }
}

/* Ok butonlarını çerçevenin daha dışında göster */
.partner-slider .left-arrow {
    left: -40px;
}
.partner-slider .right-arrow {
    right: -40px;
}
@media (max-width: 900px) {
    .partner-slider .left-arrow {
        left: 0;
    }
    .partner-slider .right-arrow {
        right: 0;
    }
}

#partnerScroll {
    scrollbar-width: none;         /* Firefox */
    -ms-overflow-style: none;      /* IE 10+ */
}
#partnerScroll::-webkit-scrollbar {
    display: none;                 /* Chrome, Safari, Opera */
}

/* Solution Detail Image Sizes */
.small-image {
    max-width: 100%;
    height: auto;
    max-height: 150px; /* Small resimler için maksimum yükseklik */
    object-fit: contain;
}

.medium-image {
    max-width: 100%;
    height: auto;
    max-height: 250px; /* Medium resimler için maksimum yükseklik */
    object-fit: contain;
}

.large-image {
    max-width: 100%;
    height: auto;
    max-height: 400px; /* Large resimler için maksimum yükseklik */
    object-fit: contain;
}

.under-show-media .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.under-show-media .col-6,
.under-show-media .col-md-4,
.under-show-media .col-lg-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/* Solution Style Title */
.solution-main-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.title-underline {
    width: 80px;
    height: 4px;
    background-color: #0088cc;
    margin: 0 auto 2rem;
}

/* Solution Sections */
.solution-section {
    margin-bottom: 4rem;
}

.solution-section h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.solution-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
}

.solution-image img {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.solution-image img:hover {
    transform: translateY(-5px);
}

/* Statistics Section */
.statistics {
    background-color: #f8f9fa;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.stat-item {
    padding: 2rem 1rem;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0.5rem;
}

.stat-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0;
    color: white;
}

/* Team Section */
.team-member {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.team-member .card-img-top {
    height: 250px;
    object-fit: contain;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.team-member .card-body {
    padding: 1.5rem;
}

.team-member .card-footer {
    border-top: none;
    background-color: transparent;
}

.team-member .btn-outline-primary {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    transition: all 0.3s ease;
    border-color: #0088cc;
    color: #0088cc;
}

.team-member .btn-outline-primary:hover {
    transform: translateY(-2px);
    background-color: #0088cc;
    color: white;
}
