.w-100 {
    width: 100% !important;
}

.footer-bg-dark-blue {
    background-color: #111827 !important;
}

.text-white {
    color: #ffffff !important;
}

.fs-25 {
    font-size: 35px !important;
}

.icon i {
    color: #0d1a60;
}

.bg-white {
    background-color: #ffffff !important;
}

.rounded-5 {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.working-time i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.language-dropdown {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

.language-button {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.language-button img {
    width: 24px;
    height: 16px;
    margin-right: 8px;
    border-radius: 2px;
}

.language-button span {
    font-weight: 600;
    color: #333;
    margin-right: 5px;
    font-size: 14px;
}

.language-button svg {
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    /* yukar覺 ok */
    transition: transform 0.3s;
}

.language-options {
    position: absolute;
    bottom: 110%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    min-width: 150px;
    padding: 4px 0;
}

.language-options div {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
}

.language-options div:hover {
    background: #f1f1f1;
}

.language-options img {
    width: 24px;
    height: 16px;
    margin-right: 8px;
    border-radius: 2px;
}

.bg-success {
    background-color: #3fa500;
}

.pt-140 {
    padding-top: 140px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.rounded-5 {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.whatsapp-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    animation: slideInRight 0.8s ease-out, glowPulse 2.5s infinite;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp-widget:hover {
    background-color: #1ebea5;
    transform: scale(1.05);
}

.whatsapp-icon svg {
    display: block;
    width: 26px;
    height: 26px;
    fill: white;
}

.nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 40px;
    gap: 10px;
}

.nav-tabs .nav-link {
    background: #f8f8f8;
    color: #333;
    border: none;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    letter-spacing: 0.3px;
}

.nav-tabs .nav-link:hover {
    background: #ffffff;
    color: #28a745;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #01290bff, #135a3aff);
    color: #fff !important;
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
    font-weight: 600;
}

.tab-content .tab-pane {
    animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rts-btn2 {
    height: 55px;
    max-width: 100%;
    padding: 13px 29px;
    border: none;
    box-shadow: none;
    border-radius: 15px;
    transition: 800ms;
    font-weight: 600;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.menu-sub-color {
    color: #000000 !important;
}

/*hero custom*/
.hero-section {
    background: linear-gradient(180deg, #0e2a7a 0%, #0d1a60 100%);
    color: #fff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.hero-section {
    padding: 270px 0 130px 0;
    margin-bottom: 50px;
}

.slide-subtitle {
    color: #ffffff;
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.hero-text {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #cfd8ef;
}

.btn-orange {
    background-color: #ff6b00;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-orange:hover {
    background-color: #ff8533;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-outline:hover {
    background-color: #fff;
    color: #0e2a7a;
}

.service-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 40px;
    backdrop-filter: blur(8px);
}

.service-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.service-item {
    margin-bottom: 12px;
    font-size: 16px;
}

.service-item i {
    color: #ff6b00;
    margin-right: 8px;
}

.stats {
    margin-top: 60px;
}

.stat-item {
    text-align: center;
}

.stat-item h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
}

.stat-item p {
    color: #cfd8ef;
    margin: 0;
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 42px;
    }

    .hero-section {
        padding: 120px 0;
    }

    .service-box {
        margin-top: 40px;
    }
}

/*custom service*/
.service-areas {
    background-color: #f5f7fb;
    padding: 100px 0 !important;
    margin-bottom: 50px;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-title h2 {
    font-weight: 700;
    color: #1c1c1c;
}

.section-title p {
    color: #5f6b7b;
    max-width: 700px;
    margin: 10px auto 0;
}

.region-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: 0.3s;
    background-color: #fff;
}

.region-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.region-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.region-card-body {
    padding: 25px;
}

.region-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.region-card p {
    color: #4b5563;
    font-size: 15px;
    margin-bottom: 15px;
}

.badge-city {
    background-color: #e7ecf5;
    color: #1e40af;
    font-size: 13px;
    margin-right: 5px;
}

.service-list {
    margin-bottom: 10px;
}

.service-list li {
    list-style: none;
    color: #000000;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 600;
}

.contact-info {
    font-size: 15px;
    color: #3a3a3a;
}

.contact-info i {
    color: #0d6efd;
    margin-right: 8px;
}

.btn-region {
    background-color: #0d6efd;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
    font-size: 15px;
    padding: 10px 0;
    transition: 0.3s;
}

.btn-region:hover {
    background-color: #0059d6;
    color: #fff;
}

@media (max-width: 991px) {
    .region-card {
        margin-bottom: 30px;
    }
}

.p-none {
    padding-left: 5px !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*custom cta*/

/*teklif al*/
#teklifModal {
    zoom: 105%;
}

#teklifModal .modal-content {
    border-radius: 12px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
    border: none;
    overflow: hidden;
    animation: modalFade 0.4s ease-in-out;
}

@keyframes modalFade {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#teklifModal .modal-header {
    background: linear-gradient(90deg, #072059, #0a2d80);
    color: #fff;
    border-bottom: none;
    padding: 1.2rem 1.5rem;
}

#teklifModal .btn-close {
    filter: invert(1);
}

#teklifModal .modal-body {
    padding: 1.8rem;
    background: #f9fbff;
}

#teklifModal .form-label {
    font-weight: 600;
    color: #072059;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

#teklifModal .form-control,
#teklifModal .form-select {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px 14px;
    transition: all 0.3s ease;
    background-color: #fff;
}

#teklifModal .form-control:focus,
#teklifModal .form-select:focus {
    border-color: #0a2d80;
    box-shadow: 0 0 0 4px rgba(10, 45, 128, 0.15);
}

#teklifModal textarea.form-control {
    resize: none;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 8px;
    border: 1px solid #ccc;
    min-height: 46px;
    padding: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0a2d80;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 3px 10px;
    margin: 4px;
}

#teklifModal .modal-footer {
    border-top: none;
    padding: 1.2rem 1.8rem;
    background: #f9fbff;
}

#teklifModal .btn-primary {
    background-color: #072059;
    border-color: #072059;
    border-radius: 8px;
    padding: 10px 20px;
    transition: 0.3s;
    font-weight: 600;
}

#teklifModal .btn-primary:hover {
    background-color: #0a2d80;
    transform: translateY(-2px);
}

#teklifModal .btn-secondary {
    border-radius: 8px;
}

#teklifModal select.form-select option {
    font-size: 15px;
    padding: 3px 10px;
    color: #333;
}

#teklifModal .form-select {
    font-size: 12px;
}

/* --- Textarea Placeholder stili --- */
#teklifModal textarea::placeholder {
    font-size: 15px;
    color: #7a7a7a;
    opacity: 0.9;
}


/*modal end*/


.advantages-section {
    background: #f9fafc;
    padding: 80px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

/* Başlık */
.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

/* Grid yapısı */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    justify-items: center;
}

/* Kart */
.advantage-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 280px;
}

.advantage-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    font-size: 24px;
}

/* Renk Temaları */
.icon-wrapper.blue {
    background-color: #e0e7ff;
    color: #2563eb;
}

.icon-wrapper.green {
    background-color: #d1fae5;
    color: #059669;
}

.icon-wrapper.purple {
    background-color: #f3e8ff;
    color: #9333ea;
}

.icon-wrapper.orange {
    background-color: #ffedd5;
    color: #f97316;
}

/* Kart metinleri */
.advantage-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.advantage-card p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

section.login-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.login-container {
    background: #fff;
    padding: 50px 40px;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 780px;
    text-align: center;
}

.login-icon {
    width: 80px;
    height: 80px;
    background-color: #2563eb;
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 25px;
}

h2 {
    font-weight: 700;
    color: #111827;
    margin-bottom: 5px;
    font-size: 26px;
}

p.subtext {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 30px;
}

.tab-buttons {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    margin-bottom: 30px;
}

.tab-buttons button {
    flex: 1;
    padding: 12px 0;
    font-weight: 600;
    background: #f3f4f6;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.tab-buttons button.active {
    background: #2563eb;
    color: #fff;
}

.input-group {
    text-align: left;
    margin-bottom: 18px;
    position: relative;
}

.input-group label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    display: block;
    margin-bottom: 6px;
}

.input-group input {
    width: 100%;
    padding: 12px 40px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
}

.input-group input:focus {
    border-color: #2563eb;
}

.input-group i {
    position: absolute;
    left: 12px;
    top: 38px;
    color: #9ca3af;
}

.login-btn {
    background: #2563eb;
    color: white;
    width: 100%;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
}

.login-btn:hover {
    background: #1d4ed8;
}

.links {
    margin-top: 30px;
    font-size: 14px;
}

.links a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.links a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .login-container {
        padding: 35px 25px;
        max-width: 90%;
    }

    .login-icon {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }
}

.input-group i {
    display: none !important;
}

.input-group input {
    padding: 12px 16px !important;
}

.header-main-one-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main-one-wrapper .thumbnail {
    flex: 0 0 180px;
    /* Sabit genişlik */
    max-width: 180px;
}

.header-main-one-wrapper .thumbnail img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.header-main-one-wrapper .main-header {
    flex: 1;
    min-width: 0;
}

@media (max-width: 991px) {
    .header-main .button-area {
        margin-left: auto !important;
        justify-content: flex-end !important;
        display: flex !important;
    }

    .header-main-one-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between !important;
    }
}

.button-row {
    display: flex;
    justify-content: center;
    /* Ortala */
    align-items: center;
    gap: 12px;
    /* Butonlar arası boşluk */
    flex-wrap: nowrap;
    /* Alt satıra geçmesin */
}

/* Genel buton stili */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

/* Görüntüle butonu */
.btn-view {
    background-color: #2563eb;
    color: #fff;
}

.btn-view:hover {
    background-color: #1d4ed8;
    transform: scale(1.05);
}

/* İndir butonu */
.btn-download {
    background-color: #10b981;
    color: #fff;
}

.btn-download:hover {
    background-color: #059669;
    transform: scale(1.05);
}

/* İkon boyutu */
.btn i {
    font-size: 16px;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.search-section {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1200px;
}

.search-container input,
.search-container select {
    padding: 10px 15px;
    border: 1px solid #cbd5e1;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    flex: 1;
    min-width: 180px;
}

.search-inputs {
    height: 40px !important;
}

.search-container input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

#resultCount {
    font-size: 14px;
    color: #374151;
    white-space: nowrap;
}

/* Döküman listesi */
.document-list {
    margin-top: 20px;
    width: 100%;
    max-width: 800px;
}

.document-item {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    text-align: center;
    transition: all 0.2s ease;
}

.document-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.badge {
    background: #2563eb;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.doc-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.service-section {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    text-align: center;
    margin: 40px auto;
    max-width: 1100px;
}

.service-section h3 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.service-section p {
    color: #555;
    font-size: 16px;
    margin-bottom: 30px;
}

.btn-primary-custom {
    background-color: #111827;
    color: #fff;
    font-weight: 600;
    border: none;
    font-size: 15px;
    padding: 12px 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background-color: #fff;
    color: #2563eb;
    border: 2px solid #2563eb;
}

.btn-outline-custom {
    border: 2px solid #2563eb;
    color: #2563eb;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-outline-custom:hover {
    background-color: #2563eb;
    color: #fff;
}

.btn i {
    margin-right: 8px;
}