.navbar-custom {
    background: #F8F9FF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);


}

.logo-img {
    height: 60px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(45, 90, 39, 0.2));

}

.nav-link {
    color: #6b7280bd !important;
    font-weight: 500;
    margin: 0 10px;
    padding: 12px 20px !important;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #1A299D;
}

.nav-link.active {
    color: #1A299D !important;
}

.header-btn {
    background: #052251;
    color: #fff;
    padding: 15px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-btn:hover {
    background-color: #A53005;
    color: #fff;

    .custom-content {
        margin-left: 200px;
    }
}


.nav-link:hover {
    color: #1A299D !important;
}

.teklif-btn {
    width: 130px;
    height: 51px;
    padding: 16px 20px;
    background-color: #052251;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.teklif-btn:hover {
    background-color: #A53005;
    color: #fff;
}

@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
        margin-top: 20px;
        padding-bottom: 55px;
    }

    .nav-link {
        margin: 8px 0;
        display: inline-block;
    }

    .teklif-btn {
        margin-top: 15px;
    }
}

body.bgcolor {
    background-color: #f8f9ff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* header son */

/* pano css başlangıç */

:root {
    --dark-blue: #052251;
    --orange: #C84C09;
    --light-gray: #F5F5F5;
    --transition-speed: 0.3s;
}

.mbs-stats-section {
    position: relative;
    overflow: hidden;
    background: url('https://minibilisim.org/cnyapimuhendislik/uploads/image/pano.jpg') center/cover no-repeat;
    padding: 60px 0;
    color: white;
}

.mbs-stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(29, 43, 74, 0.35);
    pointer-events: none;
    z-index: 0;
}

.mbs-stats-inner {
    position: relative;
    z-index: 2;
}

.mbs-stat-item {
    background: #D9D9D9;
    color: var(--dark-blue);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    transition: transform var(--transition-speed), box-shadow var(--transition-speed);
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.mbs-stat-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.pano-kutu {
    max-width: 100%;
    width: 100%;
}

.mbs-stat-number {
    font-size: 42px;
    font-weight: 800;
    color: var(--orange);
    line-height: 1;
    display: block;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.mbs-stat-label {
    font-weight: 700;
    color: var(--dark-blue);
    font-size: 20px;
    line-height: 1.15;
    margin-top: 4px;
}

.kutu-text-color {
    color: var(--dark-blue);
    font-size: 14.5px;
    line-height: 1.6;
    margin-top: 6px;
}

.mbs-animate-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: all 0.7s cubic-bezier(.22, .9, .34, 1);
    will-change: transform, opacity;
}

.mbs-animate-on-scroll.in-view {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .mbs-stat-number {
        font-size: 36px;
    }
}

@media (max-width: 575.98px) {
    .mbs-stat-number {
        font-size: 30px;
    }

    .mbs-stat-item {
        padding: 18px;
        min-height: unset;
    }
}

/* pano css kodları son */

/* hizmetler css kodları son */


.hizmetler-baslik {
    font-size: 32px;
    font-weight: 800;
    color: #052251;
    margin-bottom: 40px;
    text-align: center;
}

.hizmet-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    width: 100%;
    height: 363px;
    display: flex;
    flex-direction: column;
}

.hizmet-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.hizmet-card .card-body {
    padding: 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.hizmet-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: #052251;
    margin: 8px 0;
}

.hizmet-card p {
    font-size: 16px;
    color: #4b4a4aff;
    margin: 8px 0 12px;
    line-height: 1.4;
    flex: 1;
}

/* OKLARIN GENEL TANIMLAMASI (769px ve üzeri için dışarıda) */
.owl-prev {
    left: -35px;
}

.owl-next {
    right: -35px;
}

@media (max-width: 768px) {

    /* Hizmet Kartı: Mobilde tam ortalanması için */
    .hizmet-card {
        margin: 0 auto;
        width: 323px;
        max-width: 100%;
    }

    /* OKLARIN MOBİL CİHAZDA KENARLARA YERLEŞTİRİLMESİ */
    /* Bu değerler, carousel'in ana kapsayıcısı (genellikle .container)
       içinde kalmalarını ve kartın dışına çıkmalarını sağlar. */

    .owl-prev {
        left: 0px !important;
        /* Mobil'de carousel'in sol kenarına sıfırla */
    }

    .owl-next {
        right: 0px !important;
        /* Mobil'de carousel'in sağ kenarına sıfırla */
    }

    /* İPUCU: Eğer hala kartın üzerine geliyorsa, 
       üstteki 0px değerlerini negatif yapın (örneğin -10px).
       Ancak en iyi çözüm, okların kartın dışına çıkmasını garantilemektir. */

    /* Mobil görünümde okların boyutunu küçültmek, içeriği kurtarabilir: */
    .owl-prev i,
    .owl-next i {
        font-size: 20px;
    }
}

/* hizmetler son */


/* iletişim css son */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transform: scale(0.7) translateY(50px);
    transition: all 0.3s ease;
}

.popup-overlay.active .popup-content {
    transform: scale(1) translateY(0);
}

.popup-title {
    font-size: 18px;
    font-weight: 600;
    color: #052251;
    margin-bottom: 15px;
    line-height: 1.4;
}

.popup-message {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.5;
}

.popup-button {
    background: #052251;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.popup-button:hover {
    background: #A53005;
}

/* Success Animation */
.success-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border: 3px solid #4CAF50;
    border-radius: 50%;
    position: relative;
    animation: checkmark-appear 0.5s ease;
}

.success-icon::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 21px;
    width: 12px;
    height: 20px;
    border: solid #4CAF50;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    animation: checkmark-draw 0.3s ease 0.2s both;
}

@keyframes checkmark-appear {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes checkmark-draw {
    0% {
        height: 0;
    }

    100% {
        height: 20px;
    }
}

.main_page_title {
    color: #052251;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

.image_container_box {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image_container_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form_section_right {
    background: #fff;
    border-radius: 10px;
    border: 2px solid #BDBDBD;
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_box input,
.form_box textarea {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #BDBDBD;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #A53005;
}

.form_box textarea {
    resize: none;
    min-height: 100px;
}

.form_box button {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 6px;
    background: #052251;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
}

.kapsayici-div {
    display: flex;
    justify-content: center;
}

.form_box button:hover {
    background: #A53005;
}

/* iletişim css son */

/* hakkımızda css başlangıç */

.hero-workspace-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.hero-workspace-image:hover {
    transform: scale(1.02);
}

.company-main-title {
    color: #052251;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.company-mission-text {
    color: #052251;
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.company-description-text {
    color: #052251;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.hero-action-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.primary-cta-button {
    background: #052251;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 58, 95, 0.3);
    text-decoration: none;
    text-align: center;
}

.primary-cta-button:hover {
    transform: translateY(-2px);
    background-color: #A53005;
    color: #fff;
}

@media (max-width: 768px) {
    .hero-workspace-image {
        height: auto;
    }

    .company-main-title {
        font-size: 25px;
        line-height: 56px;
    }

    .hero-action-buttons {
        justify-content: center;
    }

    .primary-cta-button {
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .company-main-title {
        font-size: 1.7rem;
    }

    .company-mission-text,
    .company-description-text {
        font-size: 20px;
    }
}

/* hakkimizda son */


/* index php css başlangıç */


.custom-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 70vh;
    color: #ffffffff;
    font-family: 'Inter', sans-serif;
}

.custom-overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
}

.custom-content {
    padding: 0;
}

.custom-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.custom-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}

.custom-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.custom-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.custom-btn {
    background: #ffffffff;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background-color: #A53005;
    color: #fff;
}

@media (max-width: 768px) {
    .custom-title {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    .custom-subtitle {
        font-size: 16px;
        text-align: center;
    }

    .custom-text {
        font-size: 14px;
        text-align: center;
    }

    .custom-buttons {
        justify-content: center;
    }
}

.custom-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}

.custom-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.custom-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.custom-btn {
    background: #052251;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background-color: #A53005;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-title {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    .custom-subtitle {
        font-size: 16px;
        text-align: center;
    }

    .custom-text {
        font-size: 14px;
        text-align: center;
    }

    .custom-buttons {
        justify-content: center;
    }
}

/* index css son */