﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* =========================================================
   BASE / BOOTSTRAP OVERRIDES
========================================================= */

body {
    background-image: url('/img/spectinfood-background.png') center center / cover no-repeat fixed !important;
    background-size: cover; /* tüm ekranı kaplar */
    background-position: center; /* ortalar */
    background-repeat: no-repeat; /* tekrar etmez */
    background-attachment: fixed; /* scroll'da sabit kalır */
}
.sp-product-section,
.blog_area,
.section-padding {
    user-select: none;
}
.section-padding:not(.usage-bg),
.blog_area,
.contact_us,

.sp-product-section {
    background: transparent !important;
}
.spectin-animated-bg,
.container {
    background: transparent !important;
}
a.navbar-brand {
    white-space: nowrap; 
    text-align: left; 
    display: inline-block;
    padding: 0; 
}
#navigation {
    background-color: #283352 !important;
    padding: 10px 0 !important;
    min-height: 80px;
    display: flex;
    align-items: center;
}
.site-logo {
    background: transparent !important;
}

.site-logo img {
    height: 100px;
    width: auto;
}

/* Menü Kapsayıcısını Sağa Yasla */
.header_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* =========================================================
   STICKY FOOTER (DOĞRU)
========================================================= */
html, body {
    height: 100%;
}

body {
    margin-bottom: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main[role="main"] {
    flex: 1;
    padding: 60px 0;
}

.contact-info {
    background: #f7f9fc;
}
.contact button {
    width: 100%;
    font-size: 16px;
}

.contact_btn {
    background: #283352;
    border: 2px solid #283352;
    color: #fff;
    padding: 12px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single_address {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 18px;
    transition: .25s ease;
    height: 100%;
}

    .single_address:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    }
.single_address span {
    background: #4CAF6A;   /* mavi yerine yeşil */
    border-radius: 500px;
    color: #fff;
    font-size: 22px;
    height: 60px;
    left: 50%;
    line-height: 60px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
}
.address_br {
    background: rgba(76, 175, 106, 0.2); /* açık yeşil halka */
    border-radius: 500px;
    display: inline-block;
    height: 80px;
    margin-bottom: 10px;
    position: relative;
    width: 80px;
    margin-top: -75px;
}


/* =========================================================
   FOOTER (SPECTIN)
========================================================= */
.spectin-footer {
    background: #283351;
    color: #F8F8F8;
    padding: 40px 0 30px;
}

    .spectin-footer a {
        color: #C6CAD4;
        text-decoration: none;
        transition: 0.3s;
    }

        .spectin-footer a:hover {
            color: #78AA64;
        }

    .spectin-footer h4,
    .spectin-footer h5 {
        color: #A4C45E;
        margin-bottom: 20px;
    }

    .spectin-footer p {
        color: #C6CAD4;
        line-height: 1.7;
        margin-bottom: 8px;
    }

/* Logo alanı */
.footer-brand {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .footer-brand img {
        width: 100px;
        height: auto;
        display: block;
        margin-bottom: 15px;
        margin-left:40px;
    }

.spectin-footer .row {
    align-items: flex-start;
}

.address .row {
    align-items: stretch;
}

.address .col-lg-4 {
    display: flex;
}

.address .single_address {
    width: 100%;
    height: 100%;
    justify-content: center;
}

/* =========================================================
   HERO / FONTS
========================================================= */
.fw_al_007_slide > h1 {
    font-family: 'Poppins', sans-serif !important;
}

/* =========================================================
   CAROUSEL CONTROL FIX (slider previous-next)
========================================================= */
#fw_al_007.ps_control_rotate_f .carousel-control {
    transform: none !important;
    -webkit-transform: none !important;
    border-radius: 8px !important;
}

    #fw_al_007.ps_control_rotate_f .carousel-control.left > span,
    #fw_al_007.ps_control_rotate_f .carousel-control.right > span {
        transform: none !important;
        -webkit-transform: none !important;
    }

    #fw_al_007.ps_control_rotate_f .carousel-control span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
    }
.usage-bg {
    background: linear-gradient( 135deg, #A4C45E 0%,#8FBF61 15%, #78AA64 28%, #5C9460 40%, #407E5B 52%, #345A5A 65%, #2F3E5A 78%, #283351 100% );
}
        .usage-bg .section-title-white p {
            color: rgba(255,255,255,0.9);
        }
.spectin-card {
    position: relative;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    color: #fff;
    transition: transform 0.4s ease;
}

    .spectin-card:hover {
        transform: translateY(-8px);
    }

/* Dark overlay */
.spectin-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 100%);
    display: flex;
    align-items: flex-end;
}

/* Content */
.spectin-card-content {
    position: relative;
    padding: 25px;
    z-index: 2;
}

.spectin-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: none;
    text-shadow: 0 3px 8px rgba(0,0,0,0.7);
}

.spectin-card p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #f1f1f1;
}

.spectin-card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Button */
.spectin-card a {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #ffffff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .spectin-card a:hover {
        background: #2e7d32;
        color: #fff;
    }

.spectin-card-text {
    margin: 0;
    color: rgba(255,255,255,.85);
    font-size: 14px;
    line-height: 1.35;
    max-height: 2.7em;
    overflow: hidden;
}

/* View butonu */
.spectin-view-btn {
    align-self: flex-start;
    margin-top: 6px;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

    .spectin-view-btn:hover {
        transform: translateY(-1px);
        background: rgba(255,255,255,.18);
        border-color: rgba(255,255,255,.28);
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .spectin-service-card {
        height: 320px;
    }

    .spectin-card-title {
        font-size: 18px;
    }
}

.spectin-applications .row {
    display: flex;
    flex-wrap: wrap;
}

.process_num {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #4CAF6A;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

    .process_num::before {
        content: "";
        position: absolute;
        width: 100px;
        height: 100px;
        background: #6FCF97;
        border-radius: 50%;
        z-index: -1;
        opacity: 0.35;
    }

    .process_num h4 {
        color: #ffffff;
        margin: 0;
        font-size: 22px;
        font-weight: 600;
    }

.single_process h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .single_process h3::after {
        content: "";
        width: 60px;
        height: 3px;
        background: #1f3d2b;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        border-radius: 2px;
    }

.single_process:hover .process_num {
    transform: scale(1.05);
    transition: 0.3s;
}

.process_area .single_process .process_num {
    background: #6FCF97 !important;
    border-radius: 50% !important;
}

    .process_area .single_process .process_num::after {
        background: #6FCF97 !important;
        border-radius: 50% !important;
    }

    .process_area .single_process .process_num h4 {
        background: transparent !important;
        color: #fff !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .process_area .single_process .process_num::before {
        background: #6FCF97 !important;
        opacity: 0.35 !important;
        border-radius: 50% !important;
    }

/* =========================================================
   SECTION TITLE LINE COLOR
========================================================= */
.section-title h2::after,
.section-title h1::after,
.section-title-white::after,
.section-title.text-center h2::after {
    background: #4CAF6A !important;
}

.section-title p {
    font-size: 17px;
    line-height: 1.8;
}

.about_single:hover h4 {
    color: #1f3d2b;
}
.as_box,
.spectin-advantages {
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/* =========================================================
   ADVANTAGES (benefits)
========================================================= */
.spectin-benefits {
    background: #f8f9fa;
    padding: 100px 0;
}

.spectin-benefit-box {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 70px 50px 50px;
    border: 2px solid #E6F2EA;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
}

.spectin-benefit-top-icon {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4CAF6A;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 10px 30px rgba(76,175,106,0.35);
}

.spectin-benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 60px;
}

.benefit-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    align-items: start;
}

.benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E6F2EA;
    color: #4CAF6A;
    font-size: 20px;
}

.benefit-text h3 {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 700;
    color: #1f2d3d;
    line-height: 1.2;
}

.benefit-text p {
    margin: 0;
    font-size: 14px;
    color: #6c7a89;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .spectin-benefit-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .spectin-benefit-box {
        padding: 70px 24px 32px;
    }
}

.spectin-blog-slider-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#spectinBlogSlider {
    width: 100%;
    overflow: hidden;
}

.swiper {
    overflow: hidden;
    width: 100%;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex: 0 0 auto;
}

.spectin-slider-btn {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(15, 23, 42, .25);
    background: #fff;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 auto;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    transition: .2s ease;
}

    .spectin-slider-btn:hover {
        transform: translateY(-1px);
        border-color: rgba(15, 23, 42, .5);
    }

/* Kart */
.spectin-blog-card {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    height: 360px;
    display: flex;
    flex-direction: column;
    transition: .25s ease;
    border: 2px solid #A4C45E !important;
    outline: none !important;
    background: #ffffff;
    border-radius: 20px;

}

    .spectin-blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

/* Görsel */
.spectin-blog-media {
    height: 170px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* İçerik */
.spectin-blog-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.spectin-blog-meta {
    font-size: 13px;
    color: #6b7280;
    display: flex;
    gap: 8px;
    align-items: center;
}

.spectin-blog-dot {
    opacity: .6;
}

.spectin-blog-title {
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* max 3 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.spectin-blog-summary {
    margin: 0;
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.spectin-blog-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.spectin-blog-all-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
}

    .spectin-blog-all-btn:hover {
        background: rgba(0,0,0,.03);
    }


.blog-index-card {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.35);
    transition: 0.3s ease;
    height: 100%;
}

    .blog-index-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 35px 70px rgba(0,0,0,0.18);
    }

/* cover */
.blog-index-cover {
    height: 170px;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .blog-index-cover::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(0,0,0,0.55), rgba(0,0,0,0.1) );
    }

/* içerik */
.blog-content {
    padding: 20px;
}

/* meta */
.blog-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.blog-category {
    background: rgba(120,170,100,0.15);
    color: #345A5A;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
}

.blog-date {
    font-size: 12px;
    color: #64748b;
}

/* title */
.blog-content h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* summary */
.blog-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.6em * 3);
}

.blog-index-btn {
    background: linear-gradient(135deg, #345A5A, #283351);
    color: #fff !important;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: 0.2s ease;
}

    .blog-index-btn:hover {
        transform: translateY(-2px);
        filter: brightness(1.05);
    }

.blog_page {
    min-height: calc(100vh - 120px);
    width: 100%;
}
    .blog_page,
    .blog_page::before {
        background-clip: padding-box;
    }

        .blog_page + * {
            background: transparent;
        }



/* Görsel birleşim düzeltme */
.blog-img {
    background-color: transparent;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

    .blog-img::after {
        border-radius: 0 !important;
    }

/* Grid boşlukları */
.blog_page .row {
    margin-left: -12px;
    margin-right: -12px;
}
.blog_page_pro > .container {
    position: relative;
    z-index: 2;
}

body.page-blog .blog_header {
    margin-top: 50px;
}
    body.page-blog .blog_header h2 {
        color: #283351 !important;
        font-size: 46px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    body.page-blog .blog_header p {
        color: #345A5A !important;
        font-size: 17px;
        max-width: 750px;
        margin: 0 auto 60px;
        line-height: 1.8;
    }

.blog_page [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

body.page-blog main[role="main"] {
    padding: 0;
}

.spectin-blog-slider-wrap {
    max-width: 1600px; 
    margin-left: 20px;
    margin-right: 40px;
    width:1300px;
}

#spectinBlogSlider {
    padding-bottom: 12px;
}

.blog_area {
    background: #fff !important;
    padding: 90px 0 110px !important; 
    width: 100%;
}

.spectin-blog-slider-wrap {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

#spectinBlogSlider,
.swiper {
    background: transparent !important;
}

main[role="main"] {
    background: #fff;
}

body.page-home #fw_al_007 {
    background: #0f172a;
}

    body.page-home #fw_al_007 .carousel-inner,
    body.page-home #fw_al_007 .carousel-item {
        background: #0f172a;
    }

        body.page-home #fw_al_007 .carousel-item img {
            width: 100% !important;
            height: clamp(420px, 62vh, 680px); 
            object-fit: cover; 
            object-position: center;
            display: block;
        }

    body.page-home #fw_al_007,
    body.page-home #fw_al_007 * {
        transform: translateZ(0);
    }

body.page-home {
    background: #0f172a;
}

    body.page-home .blog_area {
        background: #fff; 
        padding: 90px 0 110px;
    }

    body.page-home .spectin-blog-slider-wrap {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 30px;
        max-width: 1900px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
        padding-right: 24px;
    }

    body.page-home #spectinBlogSlider {
        width: 100%;
        overflow: hidden;
        background: transparent;
    }

/* Mobilde boşlukları biraz azalt */
@media (max-width: 991px) {
    .blog_detail {
        padding: 24px;
    }

    .blog-sidebar,
    .widget,
    .sidebar-widget {
        padding: 20px;
        margin-top: 24px;
    }

    .blog_detail p,
    .blog-detail-content p,
    .blog-content-area p {
        font-size: 17px;
        line-height: 1.8;
    }
}
/* ===========================
   HOME HERO %80 HEIGHT
=========================== */

#fw_al_007,
#fw_al_007 .carousel-inner,
#fw_al_007 .carousel-item {
    height: 80vh; 
    min-height: 460px; 
    max-height: 760px;
}
    #fw_al_007 .carousel-item {
        background: transparent; 
    }

    #fw_al_007 .carousel-item > img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover; 
        object-position: center 15%;
        display: block;
    }

    #fw_al_007 .fw_al_007_slide {
        top: 40%;
        transform: translateY(-50%);
    }

@media (max-width: 575.98px) {
    #fw_al_007,
    #fw_al_007 .carousel-inner,
    #fw_al_007 .carousel-item {
        height: 56vh;
        min-height: 360px;
    }
}
/* Protein Timing Cards */
.protein_card {
    padding: 40px 25px;
    background-color: #f7f9fa !important;
    background-image: url('/img/process-filigran.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 75% auto !important;
    border-radius: 10px;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
    overflow: hidden;
}

    .protein_card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    }

.process_icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #a6c55d; 
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

    .process_icon i {
        font-size: 26px;
        color: #ffffff;
    }

.protein_card:hover .process_icon {
    background: #0f5c45;
}


/* ===============================
   BLOG SLIDER (İZOLE)
================================= */

.bs7-slider .bs7-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.bs7-slider .bs7-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s ease;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
    .bs7-slider .bs7-card:hover {
        transform: translateY(-6px);
    }

.bs7-slider .bs7-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

    .bs7-slider .bs7-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bs7-slider .bs7-content {
    padding: 20px;
    min-height: 90px;
    display: flex;
    align-items: center;
}

.bs7-slider .bs7-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bs7-slider .carousel-control-prev {
    left: 5px;
}

.bs7-slider .carousel-control-next {
    right: 5px;
}

.bs7-slider .bs7-link {
    position: relative;
    z-index: 1;
}

#spectinBlogSlider {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: hidden; 
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 10px;
}

.bs7-slider .bs7-card-wrap {
    flex: 0 0 calc(33.333% - 20px); /* Ekranın 3'te biri genişlikte tutar */
    min-width: 300px; /* Mobilde çok küçülmesin */
}

.bs7-slider .carousel-control-prev,
.bs7-slider .carousel-control-next {
    z-index: 99 !important; /* En üstte olduğundan emin olalım */
    pointer-events: auto !important; /* Tıklanabilirliği zorla */
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    border-radius: 50%;
    padding: 20px;
}

.bs7-slider .carousel-control-prev-icon,
.bs7-slider .carousel-control-next-icon {
    width: 45px;
    height: 45px;
    background-color: #283352; 
    border-radius: 50%;
    background-size: 50% 50%; 
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    border: 2px solid transparent;
}

/* Üzerine Gelince (Hover) */
.bs7-slider .carousel-control-prev:hover .carousel-control-prev-icon,
.bs7-slider .carousel-control-next:hover .carousel-control-next-icon {
    transform: scale(1.1);
    border-color: #fff;
}

/* Mobilde Butonları Biraz Küçültelim */
@media (max-width: 768px) {
    .bs7-slider .carousel-control-prev,
    .bs7-slider .carousel-control-next {
        width: 40px;
    }

    .bs7-slider .carousel-control-prev-icon,
    .bs7-slider .carousel-control-next-icon {
        width: 35px;
        height: 35px;
    }
}


/* =========================================================
   SPECTIN - Product Pages (RiceProtein / PeaProtein)
========================================================= */


.sp-product-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 460px;
    display: flex;
    align-items: center;
}

.sp-product-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(31, 47, 74, .78); /* navy overlay */
}

.sp-product-hero__inner {
    position: relative;
    text-align: center;
    padding: 70px 16px;
    color: #ffffff;
}

.sp-product-hero__title {
    font-size: 42px;
    margin: 0 0 10px;
    font-weight: 700;
    color:#fff;
}

.sp-product-hero__tagline {
    margin: 0;
    color: #fff;
    text-shadow: 0 3px 10px rgba(0,0,0,0.4);
    font-size: 18px;
}

@media (max-width:768px) {
    .sp-product-hero {
        min-height: 280px;
    }

    .sp-product-hero__title {
        font-size: 30px;
        color: #fff;
        text-shadow: 0 3px 10px rgba(0,0,0,0.4);
    }
}

/* Sections */

.sp-product-section {
    padding: 64px 0;
}

.sp-product-section--soft {
    background: #F4F6F9;
}

.sp-section-title h2 {
    margin: 0;
    font-weight: 700;
}

.sp-section-title.sp-center {
    text-align: center;
}

.sp-title-line {
    display: inline-block;
    width: 64px;
    height: 3px;
    background: #8BC34A;
    border-radius: 2px;
    margin-top: 10px;

}

.sp-section-subtitle {
    margin: 12px auto 0;
    max-width: 820px;
    color: #5a6475;
}

/* Intro grid */

.sp-product-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 28px;
    align-items: start;
}

@media (max-width:992px) {
    .sp-product-grid {
        grid-template-columns: 1fr;
    }
}

/* Quick info */

.sp-quick-info {
    background: #1F2F4A;
    color: #ffffff;
    border-radius: 14px;
    padding: 18px 18px 14px;
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
}
.sp-quick-info--pea .sp-check {
    color: #ffffff;
}
.sp-quick-info--rice .sp-check {
    color: #8BC34A;
}

.sp-quick-info__head {
    font-weight: 700;
    margin-bottom: 10px;
}

.sp-quick-info__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sp-quick-info__list li {
        padding: 8px 0;
        border-top: 1px solid rgba(255,255,255,.10);
    }

        .sp-quick-info__list li:first-child {
            border-top: 0;
        }



/* Advantages */

.spectin-advantages {
    background: #F8F9FA !important;
}

.spectin-advantages-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}

@media (max-width:992px) {
    .spectin-advantages-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:520px) {
    .spectin-advantages-row {
        grid-template-columns: 1fr;
    }
}

.spectin-advantage-card {
    background: #ffffff;
    border: 1px solid #E0E6ED;
    border-radius: 14px;
    padding: 18px;
    display: flex;
    gap: 12px;
    align-items: center;
    box-shadow: 0 6px 16px rgba(0,0,0,.05);
}

.spectin-advantage-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(47,111,78,.10);
    color: #2F6F4E;
    font-size: 18px;
}

.spectin-advantage-card__title {
    color: #1f2430;
    font-weight: 600;
}

/* Usage grid */

.sp-usage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

@media (max-width:768px) {
    .sp-usage-grid {
        grid-template-columns: 1fr;
    }
}

.sp-usage-card {
    background: #ffffff;
    border: 1px solid #E0E6ED;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    gap: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,.05);
    transition: transform .18s ease, border-color .18s ease;
}

    .sp-usage-card:hover {
        transform: translateY(-2px);
        border-color: rgba(47,111,78,.55);
    }

.sp-usage-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(31,47,74,.08);
    color: #1F2F4A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.sp-usage-card:hover .sp-usage-card__icon {
    background: rgba(139,195,74,.18);
    color: #2F6F4E;
}

.sp-usage-card__title {
    font-weight: 700;
    color: #1F2F4A;
    margin-bottom: 4px;
}

.sp-usage-card__desc {
    color: #5a6475;
    font-size: 14px;
    line-height: 1.45;
}
/* =========================================================
   PeaProtein - subtle green accent variation
========================================================= */

.sp-theme-pea .sp-title-line {
    background: #2F6F4E; /* lime yerine yeşil */
}

.sp-theme-pea .sp-feature-card__icon {
    background: rgba(47,111,78,.18);
    color: #2F6F4E;
}

.sp-theme-pea .sp-usage-card:hover {
    border-color: #2F6F4E;
}

.sp-theme-pea .sp-usage-card__icon {
    background: rgba(47,111,78,.10);
    color: #2F6F4E;
}


.sp-theme-pea .sp-quick-info {
    background: #2F6F4E;
}
.sp-features-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.sp-feature-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #dfe9e5;
    padding: 14px 18px;
    border-radius: 6px;
}

.sp-feature-card__icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 8px;
    font-size: 18px;
}

.sp-feature-card__title {
    margin: 0;
    line-height: 1.5;
    color: #5a6475;
    font-weight: 500;
}

/* Rice tema */
.sp-theme-rice .sp-feature-card__icon {
    background: rgba(139,195,74,.18);
    color: #8BC34A;
}

/* Pea tema */
.sp-theme-pea .sp-feature-card__icon {
    background: rgba(47,111,78,.18);
    color: #2F6F4E;
}

/* ==================================
   ARGE AREA
================================== */

.arge-area {
    background: #f8f9fa; 
    padding: 90px 0;
}

/* HEADER */

.arge-header {
    max-width: 980px; 
    margin: 0 auto;
}

.arge-title {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}


.arge-subtitle {
    max-width: 980px; /* metin daha geniş alana yayılsın */
    margin: 0 auto;
    font-size: 18px; /* çok az büyüt */
    line-height: 1.6; /* daha derli toplu */
}

.arge-line {
    width: 260px;
    height: 3px;
    background: #0b3d2e;
    margin: 20px auto 0;
    border-radius: 2px;
}

/* CONTENT */

.arge-content {
    padding-right: 30px;
}

.arge-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}


.arge-list {
    font-size: 16px;
    list-style: none;
    padding: 0;
}

    .arge-list li {
        margin-bottom: 12px;
        padding-left: 22px;
        position: relative;
    }


        .arge-list li::before {
            content: "";
            width: 8px;
            height: 8px;
            background: #0b3d2e;
            position: absolute;
            left: 0;
            top: 8px;
            border-radius: 50%;
        }

/* IMAGE */

.arge-image img {
    border-radius: 10px;
}

/* MOBILE */

@media (max-width: 991px) {

    .arge-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

/* Language switch (TR | ENG) */
#main-menu ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

    #main-menu ul > li.lang-item {
        margin-left: auto; /* sağ tarafa iter */
        display: flex;
        align-items: center;
        gap: 8px;
    }

        #main-menu ul > li.lang-item .lang-sep {
            opacity: .6;
        }

        #main-menu ul > li.lang-item a.lang-link {
            padding: 8px 6px;
            font-weight: 700;
            text-transform: uppercase;
        }

/* =========================================================
   BLOG DETAIL - LAYOUT
========================================================= */

body.page-blog-detail .blog-detail-header {
    margin-bottom: 14px;
}

body.page-blog-detail .blog-detail-title {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #488545;
}

body.page-blog-detail .blog-detail-date {
    color: #64748b;
    font-size: 14px;
}

/* Görsel küçültme */
body.page-blog-detail .blog-detail-image {
    margin: 18px 0 22px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

body.page-blog-detail .blog-detail-cover {
    width: 100%;
    height: 280px; 
    object-fit: cover;
    object-position: center;
    display: block;
   
}

/* =========================================================
   BLOG DETAIL - OTHER BLOGS (SIDEBAR)
========================================================= */

body.page-blog-detail .blog-other {
    position: sticky;
    top: 110px;
    padding: 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(15,23,42,.10);
/*    box-shadow: 0 18px 50px rgba(0,0,0,0.10);*/
    max-height: calc(100vh - 100px); /* 110 top + ~30 pay */
    overflow: hidden;
}

body.page-blog-detail .blog-other-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #488545;
}

body.page-blog-detail .blog-other-item {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    transition: .2s ease;
}

    body.page-blog-detail .blog-other-item:hover {
        background: rgba(52,90,90,0.08);
    }

body.page-blog-detail .blog-other-item-title {
    font-weight: 700;
    color: #0f172a;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.page-blog-detail .blog-other-item-date {
    margin-top: 4px;
    font-size: 12px;
    color: #64748b;
}

/* Diğer Bloglar - pagination */
body.page-blog-detail .blog-other-pager {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 12px;
}

body.page-blog-detail .blog-page-num {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    color: #0f172a;
    background: rgba(15,23,42,0.06);
    transition: .2s ease;
}

    body.page-blog-detail .blog-page-num:hover {
        background: rgba(52,90,90,0.12);
    }

    body.page-blog-detail .blog-page-num.active {
        background: linear-gradient(135deg, #345A5A, #283351);
        color: #fff;
    }

.blog-detail-content p {
    margin-bottom: 20px;
}
/* Sadece liste içi scroll */
body.page-blog-detail .blog-other-list {
    overflow-y: auto;
    max-height: calc(100vh - 220px); /* başlık + padding + pager payı */
    padding-right: 8px; /* scrollbar içerik üstüne binmesin */
    overscroll-behavior: contain; /* iç scroll sayfayı çekmesin */
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 991px) {
    body.page-blog-detail .blog-other {
        position: static;
        max-height: none;
        overflow: visible;
    }

    body.page-blog-detail .blog-other-list {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
}

/* =========================================================
   SPECTIN - Product Split Page (/urunler)
========================================================= */

/* Wrapper */
.sp-products-page {
    margin: 0;
    padding: 0;
}

/* Full-height area under navbar (navbar ~100-110px) */
.sp-split-products {
    margin: 0;
    padding: 0;
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: stretch;
}

/* Split container fills available height */
.sp-split {
    width: 100%;
    min-height: inherit;
    border-radius: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr;
    box-shadow: 0 18px 45px rgba(0,0,0,.14);
    background: #0f172a;
}

/* Panels */
.sp-split__panel {
    height: 700px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    background-size: cover;
    background-position: center;
    min-height: 100%;
    transition: transform .35s ease;
}

    .sp-split__panel:focus {
        outline: 3px solid rgba(139,195,74,.55);
        outline-offset: -3px;
    }

    .sp-split__panel:hover {
        transform: scale(1.02);
    }

/* Content */
.sp-split__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    text-align: center;
    padding: 24px;
}

.sp-split__title {
    margin: 0;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.05;
    font-size: 54px;
    text-transform: uppercase;
    color: #283352;
}

.sp-split__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 14px;
    border: 2px solid rgba(255,255,255,.70);
    background: rgba(0,0,0,.10);
    font-weight: 700;
    font-size: 18px;
    color: #283352;
    transition: all .25s ease;
}

.sp-split__btn--green {
    border-color: rgba(139,195,74,.95);
}

.sp-split__arrow {
    font-size: 22px;
    line-height: 1;
    transform: translateY(-1px);
}

.sp-split__panel:hover .sp-split__btn {
    background: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.95);
    transform: translateY(-1px);
}

.sp-split__panel:hover .sp-split__btn--green {
    border-color: rgba(139,195,74,1);
}

/* Mobile behavior:
   - Varsayılan: alt alta gelsin (daha okunur)
   - Eğer mobilde de yan yana kalsın istersen, bana söyle, 1 satırla değiştiririz.
*/
@media (max-width: 992px) {
    .sp-split {
        grid-template-columns: 1fr;
    }

    .sp-split__panel {
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    .sp-split__title {
        font-size: 38px;
    }
}

body.page-products-split main[role="main"] {
    padding: 0 !important;
}

.sp-split__btn {
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(6px);
}


#main-menu ul li > a.arrow-btn::after {
    display: none !important;
}

#main-menu ul li.has-sub > a.arrow-btn::after {
    display: inline-block !important;
}
.sp-product-intro .sp-section-title {
    text-align: center;
}

.sp-product-intro .sp-title-line {
    margin: 12px auto 0;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background: #b5c0d4;
    border-radius: 6px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #8fa3c7;
    }

#serviceModalList {
    padding-left: 20px;
}

    #serviceModalList li {
        margin-bottom: 8px;
    }

#serviceModal ul {
    list-style: none;
    padding-left: 0;
}

#serviceModal li::before {
    content: "• ";
    color: #0f172a; /* istersen değiştir */
    font-weight: bold;
}

#serviceModal .modal-dialog {
    margin: 120px auto;
}

#serviceModal .modal-content {
    border-radius: 15px;
    overflow: hidden; 
}

#serviceModal .modal-header {
    padding: 10px 20px; 
    border-bottom: 1px solid #eee;
}
#serviceModal .close {
    font-size: 20px;
    opacity: 0.6;
}

    #serviceModal .close:hover {
        opacity: 1;
    }


#main-menu ul li.has-sub > a::after,
#main-menu ul li.has-sub::after,
#main-menu ul li a.arrow-btn::after {
    display: none !important;
    content: none !important;
}
#main-menu ul li.has-sub > a.nav-with-icon {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px;
    line-height: 1.2;
}

    #main-menu ul li.has-sub > a.nav-with-icon .menu-caret {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1;
        transform: translateY(-4.5px);
    }


.mobile-menu-toggle {
    display: none;
}

@media (max-width: 991.98px) {

    .header_right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        padding-right: 12px;
    }

    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 32px;
        height: 28px;
        background: transparent;
        border: none;
        cursor: pointer;
        margin-left: auto;
        margin-right: 6px;
        padding: 0;
    }

        .mobile-menu-toggle span {
            height: 3px;
            width: 100%;
            background: #ffffff;
            border-radius: 2px;
            display: block;
        }

    #main-menu {
        position: absolute;
        top: calc(100% + 8px);
        right: 12px;
        background: #283351;
        width: 240px;
        border-radius: 12px;
        padding: 15px 20px;
        display: none;
        z-index: 9999;
    }

        #main-menu.active {
            display: block;
        }

        #main-menu > ul {
            display: block !important;
            margin: 0 !important;
            padding: 0 !important;
        }

            #main-menu > ul > li {
                display: block;
                margin: 0 0 10px 0;
                padding: 0;
            }

                #main-menu > ul > li:last-child {
                    margin-bottom: 0;
                }

        #main-menu ul li a {
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            display: inline-block;
        }

        /* alt menü default tamamen kapalı */
        #main-menu ul li .sub-menu {
            display: none !important;
            position: static !important;
            top: auto !important;
            left: auto !important;
            float: none !important;
            width: 100% !important;
            min-width: 0 !important;
            margin: 8px 0 0 0 !important;
            padding: 0 0 0 14px !important;
            background: transparent !important;
            box-shadow: none !important;
            border: 0 !important;
        }

        /* sadece open olunca açılsın */
        #main-menu ul li.open > .sub-menu {
            display: block !important;
        }

        #main-menu ul li .sub-menu li {
            margin: 0 0 8px 0 !important;
            padding: 0 !important;
        }

            #main-menu ul li .sub-menu li:last-child {
                margin-bottom: 0 !important;
            }
}
body.page-blog-detail .blog_detail {
    position: relative;
    background: #fff !important;
    overflow: hidden;
}

    body.page-blog-detail .blog_detail::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url('/img/background-filigran.png') center top / cover no-repeat;
        opacity: 1;
        z-index: 0;
        pointer-events: none;
    }

    body.page-blog-detail .blog_detail > .container {
        position: relative;
        z-index: 1;
    }
/* BLOG DETAIL MOBILE */

@media (max-width: 991.98px) {
    body.page-blog-detail .blog_detail {
        padding-top: 50px !important;
    }

    body.page-blog-detail .blog-detail-header {
        margin-top: 10px;
    }

    .blog-detail-mobile-related {
        display: block;
        padding: 14px 0 60px;
    }
}

@media (min-width: 992px) {
    .blog-detail-mobile-related {
        display: none !important;
    }
}

.blog-detail-mobile-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 4px 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

    .blog-detail-mobile-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .blog-detail-mobile-scroll::-webkit-scrollbar-thumb {
        background: #c8d3b0;
        border-radius: 999px;
    }

.blog-mobile-card {
    flex: 0 0 calc(50% - 7px);
    min-width: calc(50% - 7px);
    background: #fff;
    border: 1px solid #a4c45e;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
}

.blog-mobile-card__image-link {
    display: block;
}

.blog-mobile-card__image {
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-mobile-card__content {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-mobile-card__meta {
    font-size: 11px;
    color: #7f8a9a;
    margin-bottom: 8px;
}

.blog-mobile-card__title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: 64px;
}

    .blog-mobile-card__title a {
        color: #283351;
        text-decoration: none;
    }

.blog-mobile-card__content p {
    font-size: 12px;
    line-height: 1.5;
    color: #5f6775;
    margin-bottom: 12px;
    flex-grow: 1;
}

.blog-mobile-card__link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2f6f4e;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

    .blog-mobile-card__link span {
        transition: transform .2s ease;
    }

    .blog-mobile-card__link:hover span {
        transform: translateX(4px);
    }
/* HOME BLOG MOBILE SCROLL */

.bs7-mobile-slider {
    display: none;
}

@media (max-width: 767.98px) {
    .bs7-slider {
        display: none !important;
    }

    .bs7-mobile-slider {
        display: block !important;
    }

    .bs7-mobile-scroll {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding: 4px 4px 14px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

        .bs7-mobile-scroll::-webkit-scrollbar {
            height: 6px;
        }

        .bs7-mobile-scroll::-webkit-scrollbar-thumb {
            background: #c8d3b0;
            border-radius: 999px;
        }

    .bs7-mobile-item {
        flex: 0 0 calc(50% - 7px);
        min-width: calc(50% - 7px);
        scroll-snap-align: start;
        text-decoration: none;
    }

        .bs7-mobile-item .bs7-card {
            height: 100%;
        }

        .bs7-mobile-item .bs7-img img {
            width: 100%;
            height: 170px;
            object-fit: cover;
            display: block;
        }

        .bs7-mobile-item .bs7-content {
            padding: 14px;
        }

        .bs7-mobile-item .bs7-title {
            font-size: 16px;
            line-height: 1.4;
            margin: 0;
        }
}
.mobile-title {
    display: none;
}

@media (max-width: 767.98px) {

    .desktop-title {
        display: none;
    }

    .mobile-title {
        display: inline;
    }
}

.contact-info .row {
    row-gap: 40px;

}

    .contact-info .row > div {
        margin-bottom: 30px;
    }

@media (max-width: 767.98px) {
    .spectin-footer .row > div {
        margin-bottom: 24px;
    }

    .spectin-footer .footer-left img {
        max-width: 140px;
    }
}

.mobile-menu-toggle {
    display: none;
}

@media (max-width: 991.98px) {

    #navigation .row {
        position: relative;
        align-items: center;
        min-height: 86px;
    }

    .header_right {
        position: static !important;
    }

    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 32px;
        height: 28px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        margin: 0 !important;
        position: absolute;
        right: 15px;
        top: 16px;
        transform: translateY(-50%);
        z-index: 10001;
    }

        .mobile-menu-toggle span {
            height: 3px;
            width: 100%;
            background: #ffffff;
            border-radius: 2px;
            display: block;
        }

    #main-menu {
        position: absolute;
        top: calc(100% + 8px);
        right: 15px;
        background: #283351;
        width: 240px;
        border-radius: 12px;
        padding: 15px 20px;
        display: none !important;
        z-index: 9999;
    }

        #main-menu.active {
            display: block !important;
        }
}
@media (max-width: 575.98px) {
    #navigation .row {
        min-height: 58px;
    }

    .mobile-menu-toggle {
        right: 14px;
        top: -28px;
        transform: translateY(-50%);
    }

    .site-logo img,
    .navbar-logo img {
        max-height: 64px;
        width: auto;
    }
}

.spectin-cookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    color: #1F2F4A;
    padding: 18px 24px;
    z-index: 9999;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -3px 12px rgba(0,0,0,0.08);
}

.spectin-cookie-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.spectin-cookie a {
    color: #1F2F4A;
    font-weight: 600;
    text-decoration: underline;
}

.spectin-cookie-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-cookie {
    background: transparent;
    border: 1px solid #1F2F4A;
    color: #1F2F4A;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

    .btn-cookie:hover {
        background: #1F2F4A;
        color: #ffffff;
    }

@media (max-width: 768px) {
    .spectin-cookie-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .spectin-cookie-buttons {
        width: 100%;
    }
}

/*@media (max-width: 991.98px) {
    #main-menu {
        position: absolute;
        right: 16px;
        top: 40px;
        background: #283351;
        width: 240px;
        border-radius: 12px;
        padding: 15px 20px;
        display: none !important;
        z-index: 9999;
    }

        #main-menu.active {
            display: block !important;
        }
}*/