/* ============================================
   TK Tuzla Antrepo - Custom Styles
   ============================================ */

/* ------------------------------------------
   Slider
   ------------------------------------------ */
.sw-text-wrapper .slider-title {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}

/* Slider Outline Button (Slide 1) */
.btn-slider-outline,
a.btn-slider-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 234px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    background: transparent;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-slider-outline:hover,
a.btn-slider-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff;
}

/* Slider Glassmorphism Info Cards */
.slider-glass-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 307px;
    height: 93px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1.25px);
    -webkit-backdrop-filter: blur(1.25px);
    border-radius: 10px;
    padding: 10px 15px;
}

.slider-glass-value {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.slider-glass-label {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
}

/* Utility: rounded-10 (Bootstrap 5 lacks this) */
.rounded-10 {
    border-radius: 10px !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

/* ------------------------------------------
   Section Titles (About, Services, Why Us)
   ------------------------------------------ */
.home-about h2,
.home-services h2,
.home-why-us h2,
.home-facility h2,
section h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 30px;
    color: #181d24;
}

section.text-light h2,
.text-light section h2 {
    color: #fff;
}

/* ------------------------------------------
   About Section
   ------------------------------------------ */
.home-about {
    overflow: visible !important;
    position: relative;
    z-index: 2;
}

.about-image-wrapper {
    position: relative;
}

.about-image-wrapper img {
    display: block;
    width: 100%;
}

.home-about p {
    color: #888;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.home-about h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #181d24;
}

.home-about .ul-check li {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #181d24;
}

/* ------------------------------------------
   Brand Colors
   Blue (#1db7ec) primary, Gray (#808386) secondary
   ------------------------------------------ */

/* Button hover - slightly darker blue */
.btn-main:hover,
a.btn-main:hover,
button.btn-main:hover {
    background: #159cc9;
}

/* ------------------------------------------
   Home Services
   ------------------------------------------ */
.home-services {
    background-color: #f7f7f7;
}

.home-services .service-card-img {
    width: 100%;
    height: 223px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 24px;
}

.home-services h4 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #181d24;
    margin-bottom: 12px;
}

.home-services p {
    color: #888;
    font-size: 16px;
    line-height: 1.5;
}

/* Utility */
.text-gray {
    color: #888 !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

/* Subtitle / Uptitle */
.subtitle,
.uptitle {
    font-family: 'Manrope', sans-serif;
    font-size: 17px !important;
    font-weight: 600;
    color: #1db7ec;
    margin-bottom: 16px;
}

/* ------------------------------------------
   Why Us Cards
   ------------------------------------------ */
.why-card h4 {
    font-size: 18px;
}

.why-card p {
    font-size: 14px;
    line-height: 1.6;
    color: rgb(255 255 255 / 75%);
}

/* ------------------------------------------
   Header CTA Button (Teklif Al)
   ------------------------------------------ */
.btn-header-cta,
a.btn-header-cta {
    border-radius: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    height: 55px;
    display: inline-flex !important;
    align-items: center;
    padding: 0 30px !important;
    background: transparent;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.btn-header-cta:hover,
a.btn-header-cta:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff;
}

/* ------------------------------------------
   Breadcrumb Section
   ------------------------------------------ */
#subheader {
    padding: 140px 0 100px 0;
    min-height: 348px;
    display: flex;
    align-items: center;
    text-align: center;
}

#subheader h1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: 0;
    color: #fff;
}

#subheader .crumb {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}

#subheader .crumb a {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

#subheader .crumb li:after {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
}

/* ------------------------------------------
   Footer
   ------------------------------------------ */
footer {
    background: #2f2f2f;
    padding: 100px 0 0 0;
}

footer .footer-logo {
    height: 53px;
    width: 267px;
    object-fit: contain;
    display: block;
    margin-bottom: 0;
}

footer .footer-social {
    margin-top: 158px;
    display: flex;
    align-items: center;
    gap: 9px;
}

footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    width: 36px;
    height: 36px;
    text-align: center;
}

footer .footer-social a:hover {
    opacity: 0.7;
}

footer .widget h5 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}

footer .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .widget ul li {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

footer .widget ul li + li {
    margin-top: 10px;
}

footer .widget ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

footer .footer-contact-label {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #f8f9fa;
    opacity: 0.5;
}

footer .footer-contact-value {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 6px;
}

footer .footer-contact-value a {
    color: #fff;
}

footer .subfooter {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: 65px;
    display: flex;
    align-items: center;
    font-family: 'Manrope', sans-serif;
    padding: 0;
}

footer .subfooter .container {
    padding-top: 0;
    padding-bottom: 0;
}

footer .subfooter .subfooter-copyright {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #f8f9fa;
}

footer .subfooter .subfooter-link {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-decoration: underline !important;
}

@media (min-width: 992px) {
    .footer-col-logo {
        flex: 0 0 auto;
        width: 34%;
    }

    .footer-col-menu {
        flex: 0 0 auto;
        width: 22%;
    }
}



/* ------------------------------------------
   Half-fluid flex text overflow fix
   ------------------------------------------ */
.d-flex > div {
    min-width: 0;
    white-space: normal;
}

/* ------------------------------------------
   Slider Info Box (glassmorphism)
   ------------------------------------------ */
.slider-info-box {
    backdrop-filter: blur(1.25px);
    -webkit-backdrop-filter: blur(1.25px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 15px 20px;
    text-align: center;
    flex: 1;
}

.slider-info-box .info-value {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}

.slider-info-box .info-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    opacity: 0.9;
}

/* ------------------------------------------
   Stats Section
   ------------------------------------------ */
.de_count h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #181d24;
}

.de_count {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #888;
}

.stat-divider {
    border-left: none;
    position: relative;
}

.stat-divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 69px;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='69' viewBox='0 0 7 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3090_237)'%3E%3Cpath d='M0.003305 37.0814C0.01983 24.6515 1.24268 12.245 3.65864 0C5.81681 10.936 7 23.498 7 37.0197C7 48.4723 6.14731 59.2556 4.5576 69H2.7068C0.912181 58.4338 0.00991501 47.7649 0 37.0814' fill='%231DB7EC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3090_237'%3E%3Crect width='7' height='69' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* ------------------------------------------
   Services Image Cards
   ------------------------------------------ */
.service-card-img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    aspect-ratio: 414/223;
    margin-bottom: 20px;
}

/* ------------------------------------------
   Why Us Icon Box
   ------------------------------------------ */
.why-icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: #1db7ec;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

/* ------------------------------------------
   Facility Section
   ------------------------------------------ */
.home-facility-section {
    background-color: #f8f9fa;
}

.home-facility h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: #181d24;
}

.home-facility p {
    color: #888;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.facility-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
}

.facility-badge-pos {
    top: 12px;
    left: 12px;
    z-index: 2;
}

.facility-badge-pos h2 {
    font-size: 40px !important;
    font-weight: 500 !important;
    color: #fff !important;
    margin-bottom: 4px !important;
    line-height: 1 !important;
}

.facility-icon-box {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background: rgba(29, 183, 236, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1db7ec;
    margin-right: 12px;
}

.facility-loc-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #888;
}

.facility-loc-distance {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #888;
    opacity: 0.6;
}

/* ------------------------------------------
   CTA Section Button
   ------------------------------------------ */
.btn-cta-outline {
    border-radius: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    background: transparent !important;
}

.btn-cta-outline:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

/* ------------------------------------------
   About Intro Section
   ------------------------------------------ */
.about-intro-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #888;
}

.about-intro-images {
    position: relative;
    padding-bottom: 60px;
    padding-left: 40px;
}

.about-intro-large {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}

.about-intro-card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 277px;
    height: 279px;
    background: #fff;
    border-radius: 20px;
    z-index: 1;
}

.about-intro-small {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 250px;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
    z-index: 2;
    box-shadow:
        0px 4px 4px rgba(0, 0, 0, 0.25),
        0px 4px 8px rgba(0, 0, 0, 0.05),
        0px 24px 35.2px rgba(0, 0, 0, 0.1);
}

/* ------------------------------------------
   Mission & Vision Section
   ------------------------------------------ */
.mission-vision-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.mv-card {
    border: 1px solid #dee2e6;
    border-radius: 20px;
    padding: 48px;
}

.mv-label {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #1db7ec;
    margin-bottom: 16px;
}

.mv-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #181d24;
    margin-bottom: 16px;
}

.mv-desc {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181d24;
}

/* ------------------------------------------
   Security Section (Güven ve Güvenlik)
   ------------------------------------------ */
.security-section .security-description {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.security-section h2 {
    font-weight: 500;
    line-height: 48px;
}

.security-section .security-info-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #f8f9fa;
}

.security-section .security-info-subtitle {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #f8f9fa;
    opacity: 0.6;
}

.security-section .security-info-icon {
    font-size: 24px;
    color: #1db7ec;
    width: 24px;
    text-align: center;
}

/* ------------------------------------------
   Tablet (768px - 1024px)
   ------------------------------------------ */
@media (max-width: 1024px) {
    .sw-text-wrapper .slider-title {
        font-size: 36px;
    }

    .slider-glass-card {
        width: auto;
        flex: 1;
        height: 80px;
    }

    .slider-glass-value {
        font-size: 20px;
    }

    .slider-glass-label {
        font-size: 13px;
    }

    .home-about h2,
    .home-services h2,
    .home-why-us h2,
    section h2 {
        font-size: 32px;
    }

    #subheader h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    #subheader {
        min-height: 280px;
    }

    .slider-info-box .info-value {
        font-size: 24px;
    }

    .slider-info-box .info-label {
        font-size: 14px;
    }

    .about-image-wrapper img {
        min-width: 100%;
    }

    .about-intro-card {
        width: 220px;
        height: 220px;
    }

    .about-intro-small {
        width: 200px;
        height: 200px;
    }

    .mission-vision-section {
        padding: 70px 0;
    }

    .mv-card {
        padding: 36px;
    }

    .mv-title {
        font-size: 24px;
        line-height: 36px;
    }

    .facility-locations {
        flex-wrap: wrap;
    }

    footer .footer-social {
        margin-top: 80px;
    }

    footer .footer-contact-value {
        font-size: 16px;
        line-height: 36px;
    }
}

/* ------------------------------------------
   Mobile (max 767px)
   ------------------------------------------ */
@media (max-width: 767px) {
    .sw-text-wrapper .slider-title {
        font-size: 28px;
    }

    .home-about h2,
    .home-services h2,
    .home-why-us h2,
    section h2 {
        font-size: 26px;
    }

    #subheader h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    #subheader {
        min-height: 240px;
        padding: 100px 0 60px 0;
    }

    .slider-glass-card {
        width: auto;
        flex: 1;
        height: auto;
        min-height: 70px;
        padding: 8px 10px;
    }

    .slider-glass-value {
        font-size: 16px;
    }

    .slider-glass-label {
        font-size: 12px;
    }

    .slider-info-box {
        padding: 10px 15px;
    }

    .slider-info-box .info-value {
        font-size: 20px;
    }

    .slider-info-box .info-label {
        font-size: 12px;
    }

    .stat-divider::before {
        display: none;
    }

    .facility-locations {
        flex-wrap: wrap;
        gap: 16px !important;
    }

    .facility-icon-box {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 15px;
    }

    .about-intro-images {
        padding-bottom: 50px;
        padding-left: 30px;
    }

    .about-intro-card {
        width: 180px;
        height: 180px;
    }

    .about-intro-small {
        width: 160px;
        height: 160px;
    }

    .mission-vision-section {
        padding: 50px 0;
    }

    .mv-card {
        padding: 28px;
        border-radius: 16px;
    }

    .mv-title {
        font-size: 22px;
        line-height: 32px;
    }

    .mv-label {
        font-size: 15px;
    }

    .mv-desc {
        font-size: 15px;
    }

    footer {
        padding: 60px 0 0 0;
    }

    footer .footer-logo {
        height: 40px;
        width: auto;
    }

    footer .footer-social {
        margin-top: 30px;
    }

    footer .widget h5 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    footer .footer-contact-value {
        font-size: 16px;
        line-height: 32px;
    }

    footer .subfooter {
        height: auto;
        padding: 20px 0;
        flex-direction: column;
        text-align: center;
    }

    footer .subfooter .subfooter-copyright {
        font-size: 14px;
        display: block;
        margin-bottom: 8px;
    }

    footer .subfooter .subfooter-link {
        font-size: 13px;
    }
}

/* ------------------------------------------
   Certifications Page
   ------------------------------------------ */
.cert-thumb {
    height: 320px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border: 1px solid #e9ecef;
    transition: transform .3s ease;
    position: relative;
}

.cert-thumb::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,.5), transparent);
    border-radius: inherit;
}

.cert-thumb:hover {
    transform: scale(1.03);
}

/* ------------------------------------------
   Language Switcher
   ------------------------------------------ */
.lang-switch-link {
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: opacity 0.3s;
}

.lang-switch-link:hover {
    opacity: 0.7;
    color: #fff;
}

.header-divider {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.4);
    vertical-align: middle;
    margin: 0 15px;
}

header.smaller.scroll-light .lang-switch-link {
    color: var(--heading-font-color);
}

header.smaller.scroll-light .header-divider {
    background: rgba(0, 0, 0, 0.2);
}

header.smaller.scroll-light .btn-header-cta,
header.smaller.scroll-light a.btn-header-cta {
    border-color: var(--heading-font-color) !important;
    color: var(--heading-font-color) !important;
    background: transparent !important;
}

header.smaller.scroll-light .btn-header-cta:hover,
header.smaller.scroll-light a.btn-header-cta:hover {
    background: var(--heading-font-color) !important;
    color: #fff !important;
}