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%;
}

.whatsapp-fixed-container {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9999;
}

/* WhatsApp Butonu */
.whatsapp-link {
    display: inline-block;
    background-color: #25d366;
    color: white;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* WhatsApp İkonu */
    .whatsapp-link i {
        font-size: 30px;
        z-index: 2;
        color: white;
    }

    /* Dalga Animasyonu */
    .whatsapp-link .wave {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(37, 211, 102, 0.5);
        border-radius: 50%;
        animation: wave-animation 1.5s infinite;
    }

        /* Dalga Efektinin Zamanlaması */
        .whatsapp-link .wave:nth-child(2) {
            animation-delay: 0.5s;
        }

        .whatsapp-link .wave:nth-child(3) {
            animation-delay: 1s;
        }

/* Dalga Animasyonu */
@keyframes wave-animation {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}



.phone-fixed-container {
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 9999;
}

/* WhatsApp Butonu */
.phone-link {
    display: inline-block;
    background-color: #2a4869;
    color: white;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* WhatsApp İkonu */
    .phone-link i {
        font-size: 18px;
        z-index: 2;
        color: white;
    }

    .phone-link .wave {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #2a4869;
        border-radius: 50%;
        animation: wave-animation 1.5s infinite;
    }

        /* Dalga Efektinin Zamanlaması */
        .phone-link .wave:nth-child(2) {
            animation-delay: 0.5s;
        }

        .phone-link .wave:nth-child(3) {
            animation-delay: 1s;
        }




.nav_img {
    max-width: 250px !important;
}


.iletisim_icon {
    font-size: 50px;
}


.nice-select {
    color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    background-color: rgba(0,0,0,0);
    border-radius: 50px;
}

.single-counter .icon-area i {
    font-size: 40px;
    color: #2a4869;
}

.single-counter p {
    color: #2a4869;
    font-weight: 500;
}

.single-choose-us .icon i {
    font-size: 28px;
    color: #2a4869;
}

.title-wrapper-left .pre {
    color: #2a4869;
    font-weight: 600;
}

.title-wrapper-left .title {
    color: #2a4869;
}

.title-area-center .pre {
    color: #2a4869;
    font-weight: 600;
}

.title-area-center .title {
    color: #2a4869;
}

.single-testimonials-style .quots i {
    font-size: 30px;
    color: #2a4869;
}

.stars-area i {
    color: #f4b400;
}

.title-six-center .title {
    color: #2a4869;
}

.accordion-button:not(.collapsed) {
    background-color: #2a4869;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}


.vision-mission-area {
    background: #f8fbff;
}

.pre-title {
    color: #2a4869;
    font-weight: 600;
    letter-spacing: 1px;
}

.main-title {
    color: #2a4869;
    font-weight: 700;
    margin-top: 10px;
}

.sub-text {
    max-width: 700px;
    margin: 15px auto 0;
    color: #555;
}

.vm-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
    transition: 0.3s;
}

    .vm-card:hover {
        transform: translateY(-8px);
    }

    .vm-card .icon i {
        font-size: 40px;
        color: #2a4869;
        margin-bottom: 15px;
    }

    .vm-card h3 {
        color: #2a4869;
        margin-bottom: 15px;
    }

.values-title {
    color: #2a4869;
    font-weight: 600;
}

.value-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

    .value-box:hover {
        background: #2a4869;
        color: white;
    }

    .value-box i {
        font-size: 30px;
        color: #2a4869;
        margin-bottom: 10px;
    }

    .value-box:hover i {
        color: white;
    }


.announcements-area {
    background: #f8fbff;
}

.pre-title {
    color: #2a4869;
    font-weight: 600;
    letter-spacing: 1px;
}

.main-title {
    color: #2a4869;
    font-weight: 700;
    margin-top: 10px;
}

.sub-text {
    color: #555;
    max-width: 650px;
    margin: 15px auto 0;
}

.empty-announcement {
    background: white;
    padding: 60px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

    .empty-announcement:hover {
        transform: translateY(-6px);
    }

    .empty-announcement .icon i {
        font-size: 50px;
        color: #2a4869;
        margin-bottom: 20px;
    }

    .empty-announcement h4 {
        color: #2a4869;
        margin-bottom: 15px;
    }

    .empty-announcement p {
        color: #666;
    }


.media-area {
    background: #f8fbff;
}

.pre-title {
    color: #2a4869;
    font-weight: 600;
}

.main-title {
    color: #2a4869;
    font-weight: 700;
}

.media-item {
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

    .media-item img {
        width: 100%;
        transition: 0.4s;
    }

    .media-item:hover img {
        transform: scale(1.08);
    }

/* LIGHTBOX */
.media-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
}

.lightbox-img {
    max-width: 90%;
    max-height: 80vh;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: white;
    cursor: pointer;
}

.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    padding: 20px;
}

.prev {
    left: 30px;
}

.next {
    right: 30px;
}

.gallery-img {
    height: 500px;
}


.single-service-area {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
}

    .single-service-area:hover {
        transform: translateY(-8px);
    }

    .single-service-area .icon i {
        font-size: 35px;
        color: white;
        margin-bottom: 15px;
    }

    .single-service-area .title {
        color: white;
        font-weight: 600;
    }

    .single-service-area .disc {
        font-size: 14px;
        color: ghostwhite;
        min-height: 60px;
    }

.btn-transparent {
    color: white;
    font-weight: 500;
    text-decoration: none;
}

    .btn-transparent:hover {
        color: #2a4869;
    }

.highlight-box {
    background: #f8fbff;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .highlight-box i {
        font-size: 35px;
        color: #2a4869;
    }

.cta-box {
    background: #2a4869;
    padding: 30px;
    border-radius: 12px;
    color: white;
    text-align: center;
}

    .cta-box h4 {
        color: white;
    }

    .cta-box p {
        font-size: 14px;
        margin-bottom: 20px;
    }

.single-department-service-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

    .single-department-service-wrapper i {
        color: #2a4869;
    }

    .single-department-service-wrapper:hover {
        color: #2a4869;
    }

.hd_img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

.single-department-service-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
    border-radius: 8px;
}

    .single-department-service-wrapper:hover {
        background: #f5f9fc;
    }

    /* AKTİF OLAN */
    .single-department-service-wrapper.active-service {
        background: linear-gradient(135deg, #2a4869, #2a4869);
        color: white;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

        .single-department-service-wrapper.active-service i,
        .single-department-service-wrapper.active-service h6 {
            color: white;
        }

        .single-department-service-wrapper.active-service:hover {
            background: linear-gradient(135deg, #2a4869, #2a4869);
        }


.cta-premium-box {
    position: relative;
    padding: 50px 35px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2a4869, #2a4869);
    color: white;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.cta-bg-shape {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.cta-icon i {
    font-size: 40px;
    margin-bottom: 20px;
}

.cta-premium-box h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.cta-premium-box p {
    font-size: 14px;
    opacity: 0.95;
    margin-bottom: 25px;
    color: white;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-outline-light {
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

    .btn-outline-light:hover {
        background: white;
        color: #2a4869;
    }


.single-short-service {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
}

    .single-short-service:hover {
        background: linear-gradient(135deg, #2a4869, #2a4869);
        transform: translateY(-6px);
    }

        .single-short-service:hover i,
        .single-short-service:hover .title {
            color: #fff;
        }

    .single-short-service .icon i {
        font-size: 35px;
        color: #2a4869;
        margin-bottom: 15px;
    }

    .single-short-service .title {
        color: #2a4869;
        font-weight: 600;
    }


.form-select-modern {
    width: 100%;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255) !important;
    background: transparent;
    color: white !important;
    font-size: 15px;
    appearance: none;
}

    .form-select-modern:focus {
        outline: none;
        border-color: #ffffff;
    }

    .form-select-modern option {
        color: #000;
    }


.fom_buton {
    background-color: white !important;
    color: #2a4869 !important;
    margin-top: 20px !important;
}

.fl {
    width: 300px;
}

.kma {
    color: #0077cc;
}




.banner-area-one {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 798px;
    display: flex;
    align-items: center;
    z-index: 1;
}

    .banner-area-one::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(42, 72, 105, 0.5);
        z-index: -1;
    }

@media(max-width:992px) {
    .slier_baslik {
        font-size: 20px !important;
    }

    .banner-area-one {
        background-size: cover;
        background-position: center;
        position: relative;
        height: 798px;
        display: flex;
        align-items: center;
        z-index: 1;
    }
 
}

@media(min-width:992px) {
    .slier_baslik {
        font-size: 40px;
    }

    .banner-area-one {
        background-size: cover;
        background-position: right;
        position: relative;
        height: 798px;
        display: flex;
        align-items: center;
        z-index: 1;
    }

    .o0 {
        opacity: 0;
    }
}





.job-card {
    display: block;
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    transition: 0.4s;
    text-align: center;
    text-decoration: none;
    color: #2a4869;
}

    .job-card h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .job-card span {
        display: inline-block;
        margin-top: 20px;
        font-weight: 600;
        color: #3b91bf;
    }

    .job-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    }

/* Swiper aktif kart */
.swiper-slide {
    opacity: 0.5;
    transition: 0.4s;
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .job-card {
        padding: 25px;
        border-radius: 15px;
    }

    .job-card h4 {
        font-size: 18px;
    }

    .job-card p {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .jobSwiper .swiper-slide {
        width: 85%;
    }
}

.jobSwiper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .jobSwiper .swiper-slide {
        width: 350px; /* kritik */
        height: auto;
    }


.job-ticker-wrapper {
    background: #0f2e4d;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 0;
    z-index: 998;
}

.header--sticky.sticky + .job-ticker-wrapper {
    position: fixed;
    top: 100px; /* header yüksekliği kadar */
    left: 0;
}

.job-ticker {
    display: inline-flex;
    gap: 60px;
    animation: tickerLoop 125s linear infinite;
}

.job-ticker-item {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.job-title {
    font-weight: 600;
    color: green;
    font-size:20px;
}
.cizgi {
    width: 40px; /* uzunluk */
    height: 2px; /* kalınlık */
    background: white; /* renk */
    margin: 15px auto; /* ortalama */
}

.job-desc {
    opacity: 1;
    color: white;
    font-size: 16px;
}

@keyframes tickerLoop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}









/* Pagination */
.page-btn {
    display: inline-block;
    margin: 0 4px;
    padding: 8px 14px;
    border-radius: 50%;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

    .page-btn.active {
        background: #c026d3;
        color: #fff;
        border-color: #c026d3;
    }


.med-breadcrumb-wrapper {
    background: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}

.med-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

    .med-breadcrumb li {
        display: flex;
        align-items: center;
    }

        .med-breadcrumb li a {
            text-decoration: none;
            color: #6b7280;
            transition: 0.3s;
        }

            .med-breadcrumb li a:hover {
                color: #111827;
            }

    .med-breadcrumb .separator {
        margin: 0 8px;
        color: #9ca3af;
    }

    .med-breadcrumb .active {
        color: #111827;
        font-weight: 600;
    }

.locations-hero {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    padding: 80px 0;
    color: #fff;
}

    .locations-hero h1 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 15px;
        color:white;
    }

    .locations-hero p {
        font-size: 18px;
        opacity: 0.85;
    }

.locations-section {
    padding: 70px 0;
    background: #f8fafc;
}

.location-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .location-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }

.location-header h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.location-header a {
    text-decoration: none;
    color: #0f172a;
}

    .location-header a:hover {
        color: #c026d3;
    }

.district-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

    .district-list li {
        margin-bottom: 8px;
    }

    .district-list a {
        text-decoration: none;
        color: #475569;
        font-size: 15px;
        transition: 0.2s;
    }

        .district-list a:hover {
            color: #c026d3;
            padding-left: 4px;
        }

.location-footer {
    margin-top: auto;
}

.more-btn {
    text-decoration: none;
    font-weight: 600;
    color: #c026d3;
    font-size: 14px;
}

    .more-btn:hover {
        text-decoration: underline;
    }


.fm_lab{
    font-size:15px;
    color:white;
    margin-bottom:10px;
}

.select2-container--default .select2-selection--multiple {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 40px;
    min-height: 55px;
}

.select2-container--default .select2-selection__choice {
    background: #ffffff !important;
    color: #000 !important;
    border: none !important;
}

.select2-container--default .select2-selection__choice__remove {
    color: #000 !important;
}







.cta-popupa {
    position: absolute;
    right: 70px;
    background: #2a4869 !important;
    color: white;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.4s ease;
}


/* aktif olunca görünür */
.cta-popupa.show {
    opacity: 1;
    transform: translateX(0);
}

