/* Template CSS Overrides - Tüm inline style'lar buraya taşındı */

/* Template CSS Overrides */
body {
    font-family: 'Open Sans', sans-serif !important;
}

.col_oran {
    color: #ff6600 !important;
}

.bg_dark {
    background: #343742 !important;
}

.bg_oran {
    background: #ff6600 !important;
}

.button {
    background: #ff6600 !important;
    color: #fff !important;
    display: inline-block;
    transition: 0.3s;
    padding: 15px 30px !important;
    border-radius: 5px;
    border: 1px solid #ff6600;
    text-decoration: none !important;
}

.button:hover {
    background: none !important;
    color: #ff6600 !important;
}

/* Telefon Butonu Stilleri */
.phone-btn {
    background: linear-gradient(135deg, #ff6600, #ff8533) !important;
    border: none !important;
    border-radius: 15px !important;
    padding: 15px 25px !important;
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    color: white !important;
    font-size: 16px !important;
    position: relative !important;
    overflow: hidden !important;
}

.phone-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 25px rgba(255, 102, 0, 0.4) !important;
    background: linear-gradient(135deg, #ff8533, #ff6600) !important;
    color: white !important;
}

.phone-btn:active {
    transform: translateY(-1px) !important;
}

.phone-btn i {
    font-size: 20px !important;
    animation: pulse 2s infinite !important;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.phone-btn small {
    font-size: 12px !important;
    opacity: 0.9 !important;
    margin-top: 2px !important;
}

.top_1r {
    height: 100% !important;
    min-height: 60px !important;
}

.shadow_box {
    box-shadow: 0 0 20px rgba(0,0,0,0.1) !important;
}

.rounded_5 {
    border-radius: 5px !important;
}

/* Validation Summary Gizleme */
.validation-summary-valid {
    display: none !important;
}

/* Template Specific Styles */
.p_3 {
    padding: 60px 0 !important;
}

.pt-5 {
    padding-top: 60px !important;
}

.pb-5 {
    padding-bottom: 60px !important;
}

.mt-3 {
    margin-top: 20px !important;
}

.mt-4 {
    margin-top: 30px !important;
}

.mt-5 {
    margin-top: 40px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: 20px !important;
}

.mb-4 {
    margin-bottom: 30px !important;
}

.mb-5 {
    margin-bottom: 40px !important;
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: right !important;
}

.text-white {
    color: #fff !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-muted {
    color: #6c757d !important;
}

.fw-bold {
    font-weight: bold !important;
}

.fw-normal {
    font-weight: normal !important;
}

.fs-1 {
    font-size: 2.5rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.lh-1 {
    line-height: 1 !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-md-block {
    display: block !important;
}

.d-md-none {
    display: none !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* Template Colors */
.col_oran {
    color: #ff6600 !important;
}

.bg_dark {
    background: #343742 !important;
}

.bg_oran {
    background: #ff6600 !important;
}

/* Template Buttons */
.button {
    background: #ff6600 !important;
    color: #fff !important;
    display: inline-block;
    transition: 0.3s;
    padding: 15px 30px !important;
    border-radius: 5px;
    border: 1px solid #ff6600;
    text-decoration: none !important;
    font-weight: bold;
    text-transform: uppercase;
}

.button:hover {
    background: none !important;
    color: #ff6600 !important;
}

/* Mobil Hemen Ara Butonu */
.phone-btn-mobile {
    background: linear-gradient(135deg, #ff6600, #ff8533) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: bold !important;
    min-width: 60px !important;
}

.phone-btn-mobile:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(255, 102, 0, 0.4) !important;
    background: linear-gradient(135deg, #ff8533, #ff6600) !important;
    color: white !important;
}

.phone-btn-mobile i {
    font-size: 16px !important;
}

/* Mobil Menü Düzeltmeleri */
@media (max-width: 768px) {
    .navbar-toggler {
        border: 2px solid #ff6600 !important;
        border-radius: 6px !important;
        padding: 6px 10px !important;
    }
    
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25) !important;
    }
    
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.98) !important;
        backdrop-filter: blur(10px) !important;
        border-radius: 10px !important;
        margin-top: 15px !important;
        padding: 20px !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
        border: 1px solid rgba(255, 102, 0, 0.1) !important;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 0 !important;
        border-bottom: 1px solid #eee !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #333 !important;
        transition: all 0.3s ease !important;
    }
    
    .navbar-nav .nav-link:hover {
        color: #ff6600 !important;
        padding-left: 10px !important;
    }
    
    .navbar-nav .nav-link:last-child {
        border-bottom: none !important;
    }
    
    .navbar-nav .nav-item {
        margin-bottom: 5px !important;
    }
    
    /* Mobil Arama Kutusu */
    .navbar-nav .input-group {
        margin-top: 15px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }
    
    .navbar-nav .form-control {
        border: 2px solid #e9ecef !important;
        font-size: 16px !important;
    }
    
    .navbar-nav .form-control:focus {
        border-color: #ff6600 !important;
        box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25) !important;
    }
}

/* Template Typography */
.font_13 {
    font-size: 13px !important;
}

.font_14 {
    font-size: 14px !important;
}

.font_60 {
    font-size: 60px !important;
}

/* Template Lines */
.line {
    height: 2px !important;
    width: 80px;
    background-color: #ff6600;
    margin: 0 auto;
}

.h_line {
    text-align: center;
    margin: 20px 0;
}

.h_line i {
    color: #ff6600;
    font-size: 20px;
}

/* Template Forms */
.form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 15px;
}

.form-control:focus {
    border-color: #ff6600;
    box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25);
}

/* Footer CSS */
#footer {
    background: #2c3e50;
    padding: 60px 0 30px 0;
}

#footer_bottom {
    background: #1a252f;
    padding: 20px 0;
}

.footer_1i h4, .footer_1i h5 {
    color: #fff;
    margin-bottom: 20px;
}

.footer_1i p {
    color: #bdc3c7;
    line-height: 1.8;
}

.footer_1i a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer_1i a:hover {
    color: #ff6600;
}

.footer_1ii li {
    margin-bottom: 10px;
    color: #bdc3c7;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.footer_1ii li a {
    color: #bdc3c7;
    transition: color 0.3s;
    text-decoration: none;
}

.footer_1ii li a:hover {
    color: #ff6600;
}

.footer_1ii li i {
    margin-right: 8px;
    flex-shrink: 0;
}

.footer_bottom_1i p {
    color: #bdc3c7;
    margin: 0;
}



