﻿/********** Template CSS **********/
:root {
    --primary: #00B074;
    --secondary: #2B9BFF;
    --light: #EFFDF5;
    --dark: #2B3940;
}




/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }


/*** Button ***/
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}

    .btn.btn-primary,
    .btn.btn-secondary {
        color: #FFFFFF;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}





/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid var(--primary);
}

    .header-carousel .container::before,
    .header-carousel .container::after,
    .page-header .container::before,
    .page-header .container::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100px;
        height: 15px;
        background: var(--primary);
    }

    .header-carousel .container::after,
    .page-header .container::after {
        top: 100%;
        margin-top: -15px;
    }

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        min-height: 300px !important;
        position: relative;
    }

    .header-carousel .owl-carousel-item img {
        height: 300px !important;
        object-fit: cover;
        width: 100%;
    }

    .header-carousel .owl-carousel-item .position-absolute {
        height: 300px !important;
        width: 100%;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 24px !important;
        line-height: 1.3;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
    }

    .header-carousel .owl-nav {
        right: 5%;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .header-carousel .owl-carousel-item {
        min-height: 250px !important;
        position: relative;
    }

    .header-carousel .owl-carousel-item img {
        height: 250px !important;
        object-fit: cover;
        width: 100%;
    }

    .header-carousel .owl-carousel-item .position-absolute {
        height: 250px !important;
        width: 100%;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 20px !important;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 12px !important;
    }

    .header-carousel .owl-nav {
        right: 3%;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin: 7px 0;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: transparent;
        border: 1px solid #FFFFFF;
        border-radius: 2px;
        font-size: 22px;
        transition: .5s;
    }

        .header-carousel .owl-nav .owl-prev:hover,
        .header-carousel .owl-nav .owl-next:hover {
            background: var(--primary);
            border-color: var(--primary);
        }

.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/biberiye.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}


/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
}

    .cat-item:hover {
        border-color: rgba(0, 0, 0, .08);
        box-shadow: none;
    }


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

    .job-item:hover {
        border-color: rgba(0, 0, 0, .08);
        box-shadow: none;
    }


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

    .testimonial-carousel .owl-item.center .testimonial-item * {
        color: #FFFFFF !important;
    }

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 2px;
    transition: .5s;
}

    .testimonial-carousel .owl-dot.active {
        background: var(--dark);
        border-color: var(--primary);
    }





a.gflag {
    vertical-align: middle;
    font-size: 32px;
    padding: 1px 0;
    background-repeat: no-repeat;
    background-image: url(//gtranslate.net/flags/32.png);
}

    a.gflag img {
        border: 0;
    }

    a.gflag:hover {
        background-image: url(//gtranslate.net/flags/32a.png);
    }

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none !important;
}

/* Pop-up Arka Planı */
#kvkk-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none; /* Başlangıçta gizli */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Pop-up İçerik Kutusu */
.kvkk-box {
    background: white;
    padding: 20px;
    width: 400px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    /* Buton Stili */
    .kvkk-box button {
        margin-top: 10px;
        padding: 10px 20px;
        border: none;
        background: #00B074;
        color: white;
        cursor: pointer;
        border-radius: 5px;
    }

/* Açıkken Sayfa Kaymasını Engelle */
body.kvkk-active {
    overflow: hidden;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    /* Header Carousel Adjustments */
    .header-carousel .owl-carousel-item {
        min-height: 400px !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 24px !important;
        line-height: 1.3;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
    }

    /* Category Section Adjustments */
    .cat-item {
        margin-bottom: 15px;
        height: auto !important;
        min-height: 200px;
    }

    .cat-item i {
        font-size: 2rem !important;
    }

    .cat-item h6 {
        font-size: 1rem;
    }

    .cat-item p {
        font-size: 0.9rem;
    }

    /* Product List Adjustments */
    .job-item {
        padding: 15px !important;
    }

    .job-item img {
        width: 80px !important;
        height: 80px !important;
    }

    .job-item h3 {
        font-size: 1.2rem !important;
    }

    .job-item .text-truncate {
        font-size: 0.9rem;
    }

    /* About Section Adjustments */
    .about-bg {
        margin-bottom: 20px;
    }

    /* Footer Adjustments */
    .footer {
        text-align: center;
    }

    .footer .btn-social {
        margin: 5px;
    }

    /* Logo Size Adjustment */
    .navbarinlogo {
        height: 50px !important;
    }
}

/* Additional Mobile Optimizations */
@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    .display-3 {
        font-size: 2rem;
    }

    .fs-5 {
        font-size: 1rem !important;
    }
}