/* Adaptas Pack - Light Corporate Theme (White / Green / Blue) */
:root {
    --primary: #16a34a;        /* primary green */
    --primary-hover: #15803d;  /* darker green */
    --accent: #2563eb;         /* accent blue */
    --light: #ffffff;          /* light surfaces */
    --dark: #f3f4f6;           /* page background */
    --darker: #0f172a;         /* dark footer / highlights */
    --text-light: #0f172a;     /* main text on light background */
    --text-muted: #6b7280;     /* secondary text */
    --card-bg: #ffffff;        /* cards / sections */
    --border-color: #e5e7eb;   /* subtle borders */
}

body {
    background-color: var(--dark);
    color: var(--text-light);
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    background: var(--dark) !important;
}

/* Scroll animasyonlarını biraz hızlandır (WOW + animate.css override) */
.wow.animated {
    animation-duration: 0.6s !important;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.bg-white {
    background-color: var(--card-bg) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

.text-dark {
    color: var(--text-light) !important;
}

.text-muted {
    color: var(--text-muted) !important;
}


/*** Button ***/
.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.btn.btn-primary:hover,
.btn.btn-secondary:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
}

.btn-outline-light:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.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: 8px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/* Dynamic top navbar behavior (transparent -> green on scroll) */
.dynamic-navbar {
    background: transparent !important;
    box-shadow: none !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Force transparent state at top (over page-level .navbar rules) */
.navbar.dynamic-navbar:not(.is-scrolled) {
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.navbar.dynamic-navbar:not(.is-scrolled)[style] {
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
}

.navbar.dynamic-navbar:not(.is-scrolled) .navbar-collapse,
.navbar.dynamic-navbar:not(.is-scrolled) .navbar-nav {
    background: transparent !important;
}

/* Keep header on top while scrolling */
.dynamic-navbar.sticky-top {
    position: sticky !important;
    top: 0 !important;
    z-index: 1030;
}

.dynamic-navbar .navbar-brand img {
    height: 210px !important;
}

.dynamic-navbar .navbar-collapse {
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin-right: 0;
}

.dynamic-navbar .navbar-nav {
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.dynamic-navbar .navbar-brand {
    margin-left: 0;
    margin-right: 12px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    display: inline-flex;
    align-items: center;
}

.dynamic-navbar .lang-selector {
    margin-right: 0 !important;
    margin-left: 12px;
}

.navbar.dynamic-navbar .nav-link,
.navbar.dynamic-navbar .navbar-brand,
.navbar.dynamic-navbar .navbar-brand h2 {
    color: var(--primary) !important;
}

.navbar.dynamic-navbar .nav-link {
    padding: 10px 16px !important;
    border-radius: 999px;
    border: 1px solid rgba(22, 163, 74, 0.35);
    background: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    line-height: 1.1;
    transition: all 0.25s ease;
}

/* Ensure active link matches others when page is at top */
.navbar.dynamic-navbar:not(.is-scrolled) .nav-link.active {
    color: var(--primary) !important;
}

.navbar.dynamic-navbar .nav-link:hover {
    color: var(--primary-hover) !important;
    border-color: var(--primary);
    background: rgba(22, 163, 74, 0.14);
    transform: translateY(-1px);
}

.dynamic-navbar .btn-cta-navbar {
    color: var(--primary) !important;
    border-color: rgba(22, 163, 74, 0.45) !important;
    background: transparent !important;
    margin-left: 22px;
}

.dynamic-navbar .lang-selector {
    background: rgba(17, 24, 39, 0.08) !important;
    border: 1px solid rgba(17, 24, 39, 0.2) !important;
}

.dynamic-navbar .navbar-toggler {
    border-color: rgba(17, 24, 39, 0.25);
}

.dynamic-navbar .navbar-toggler-icon {
    filter: invert(1);
}

.dynamic-navbar.is-scrolled {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18) !important;
}

.navbar.dynamic-navbar.is-scrolled .nav-link,
.navbar.dynamic-navbar.is-scrolled .navbar-brand,
.navbar.dynamic-navbar.is-scrolled .navbar-brand h2 {
    color: #ffffff !important;
}

.navbar.dynamic-navbar.is-scrolled .nav-link {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
}

.navbar.dynamic-navbar.is-scrolled .nav-link:hover {
    color: #ffffff !important;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.24);
}

.dynamic-navbar.is-scrolled .btn-cta-navbar {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    background: transparent !important;
}

.dynamic-navbar.is-scrolled .lang-selector {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
}

.dynamic-navbar.is-scrolled .navbar-toggler-icon {
    filter: invert(0);
}

@media (max-width: 991.98px) {
    .dynamic-navbar .navbar-brand img {
        height: 132px !important;
    }

    .dynamic-navbar .navbar-brand {
        margin-right: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .dynamic-navbar .navbar-collapse {
        justify-content: flex-start;
        flex-grow: 1;
        margin-right: 0;
    }

    .dynamic-navbar .navbar-nav {
        margin-right: 0 !important;
        gap: 0;
    }

    .navbar.dynamic-navbar .nav-link {
        border: 0;
        border-radius: 10px;
        background: transparent;
        padding: 10px 12px !important;
    }

    .dynamic-navbar .lang-selector {
        margin-left: 0;
    }
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--accent);
}

/* Keep nav hover/active in a soft cream tone */
body .navbar .nav-link:hover,
body .navbar .nav-link.active,
body .navbar-light .navbar-nav .nav-link:hover,
body .navbar-light .navbar-nav .nav-link.active {
    color: #f3ead7 !important;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid var(--border-color);
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

/* Global navbar sizing (brand + links) */
.navbar .navbar-brand img {
    height: 64px !important;
}

.navbar .nav-link {
    font-size: 16px;
    padding: 26px 0;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--text-light);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .dropdown-menu {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
}

.navbar .dropdown-item {
    color: var(--text-light);
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item.active {
    background: var(--primary);
    color: #ffffff;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.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;
    font-size: 22px;
    transition: .5s;
    border-radius: 8px;
}

.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(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1920&q=80);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .9);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--text-muted);
}


/*** Section Title ***/
.section-title {
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary) !important;
    font-weight: 600;
    letter-spacing: 1px;
}


/*** Service ***/
.service-item {
    background: var(--card-bg);
    transition: .5s;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.service-item.h-100 {
    height: 100% !important;
}

.service-item .p-4 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
    border-color: var(--primary);
}

.service-item * {
    transition: .5s;
}

/* Tüm hizmet ikonlarını varsayılan olarak yeşil yap */
.service-item i {
    color: var(--primary) !important;
}

.service-item:hover * {
    color: #FFFFFF !important;
}

.service-item h5 {
    color: var(--text-light);
}

.service-item p {
    color: var(--text-muted);
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}

.course-item {
    background: var(--card-bg) !important;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
}

.course-item h5 {
    color: var(--text-light);
}


/*** Team ***/
.team-item {
    background: var(--card-bg) !important;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item h5 {
    color: var(--text-light);
}

.team-item small {
    color: var(--text-muted);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, var(--dark) 0%, rgba(15, 23, 43, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, var(--dark) 0%, rgba(15, 23, 43, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    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: 1px solid var(--border-color);
    border-radius: 50%;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.testimonial-text {
    background: var(--card-bg) !important;
    border: 1px solid var(--border-color);
    border-radius: 16px;
}

.testimonial-item h5 {
    color: var(--text-light);
}

.testimonial-item p {
    color: var(--text-muted);
}


/*** Footer ***/
.footer {
    background: var(--darker) !important;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-weight: normal;
    border: 1px solid var(--border-color);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #FFFFFF;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--accent);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid var(--border-color);
}

.footer .copyright a {
    color: var(--text-light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid var(--border-color);
    color: var(--text-muted);
    transition: all 0.3s ease;
}

.footer .footer-menu a:hover {
    color: var(--accent);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .footer-menu a[href="privacy.html"] {
    color: var(--accent);
    font-weight: 500;
    position: relative;
}

.footer .footer-menu a[href="privacy.html"]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--accent);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.footer .footer-menu a[href="privacy.html"]:hover::after {
    transform: scaleX(1);
}

.footer h4 {
    color: var(--text-light);
}

.footer p {
    color: var(--text-muted);
}


/*** Form Controls ***/
.form-control {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    color: var(--text-light);
}

.form-control:focus {
    background: var(--light);
    border-color: var(--primary);
    color: var(--text-light);
    box-shadow: 0 0 0 3px rgba(34, 58, 94, 0.2);
}

.form-control::placeholder {
    color: var(--text-muted);
}

.form-floating label {
    color: var(--text-muted);
}


/*** Cards and Boxes ***/
.card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text-light);
}


/*** Custom Button Styles ***/
.btn-cta {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);
    border: none;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: linear-gradient(135deg, var(--primary-hover) 0%, var(--darker) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 58, 94, 0.4);
    color: #ffffff;
}


/*** Stats Section ***/
.stats-item {
    text-align: center;
    padding: 30px;
}

.stats-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent);
}


/*** Language Selector ***/
.lang-selector {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    margin-right: 10px;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}

.lang-selector a {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0 8px;
}

.lang-selector a:hover,
.lang-selector a.active {
    color: #ffffff;
}

.lang-selector .separator {
    color: rgba(255,255,255,0.3);
    font-weight: 300;
}

@media (max-width: 991.98px) {
    .lang-selector {
        margin: 15px 0;
        justify-content: center;
    }
}

/*** Products Section ***/
.product-section {
    position: relative;
}


.products-carousel .owl-stage {
    display: flex;
}

.products-carousel .owl-item {
    height: auto;
    display: flex;
}

.product-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    background: var(--card-bg);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.product-card.reveal-ready {
    opacity: 0;
    transform: translateY(24px);
}

.product-card.reveal-show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
    border-color: var(--accent);
}

.product-card-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

/* Anasayfadaki kargo ürünü görselini hafif yeşilimsi yap */
.product-card-image img[alt="Kargo Torbaları"] {
    filter: hue-rotate(55deg) saturate(1.15);
}

.product-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.35));
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.product-card:hover img {
    transform: scale(1.08);
}

.product-card-body {
    padding: 22px;
}

.product-card-body h5 {
    margin-bottom: 10px;
    color: var(--text-light);
}

.product-card-body p {
    color: var(--text-muted);
    margin-bottom: 14px;
    min-height: 48px;
}

.product-card-link {
    color: var(--primary);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.products-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.products-carousel .owl-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-light) !important;
    background: var(--card-bg) !important;
    transition: all 0.3s ease !important;
}

.products-carousel .owl-nav button:hover {
    color: #ffffff !important;
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.products-carousel .owl-dots {
    margin-top: 12px;
}

/*** Product Detail Pages ***/
.product-hero {
    padding-top: 80px;
    padding-bottom: 70px;
    background: linear-gradient(135deg, rgba(22, 163, 74, 0.08), rgba(37, 99, 235, 0.1));
}

.product-hero-image {
    position: relative;
    border-radius: 20px;
    overflow: visible;
    border: 1px solid var(--border-color);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
    background: var(--card-bg);
    padding: 12px;
}

.product-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 430px;
    object-fit: cover;
    border-radius: 14px;
}

.product-gallery-main {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.product-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 1px solid rgba(15, 23, 42, 0.2);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--text-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all 0.25s ease;
}

.product-gallery-arrow:hover {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
}

.product-gallery-arrow.prev {
    left: 12px;
}

.product-gallery-arrow.next {
    right: 12px;
}

.product-gallery-thumbs {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    overflow-x: auto;
    padding-bottom: 2px;
}

.product-gallery-thumbs::-webkit-scrollbar {
    height: 6px;
}

.product-gallery-thumbs::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.2);
    border-radius: 999px;
}

.product-gallery-thumb {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0;
    background: transparent;
    overflow: hidden;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.product-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-gallery-thumb:hover {
    transform: translateY(-2px);
    border-color: rgba(22, 163, 74, 0.45);
}

.product-gallery-thumb.is-active {
    border-color: var(--primary);
}

.product-hero-image.is-single .product-gallery-arrow,
.product-hero-image.is-single .product-gallery-thumbs {
    display: none !important;
}

.product-feature-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 26px 22px;
    height: 100%;
    transition: all 0.3s ease;
}

/* Soft entrance animation for product pages */
@keyframes productFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-hero,
.product-feature-card,
.product-card,
.product-usage-list li {
    animation: productFadeUp 0.7s ease-out;
    animation-fill-mode: both;
}

.product-feature-card:nth-child(2),
.product-card:nth-child(2),
.product-usage-list li:nth-child(2) {
    animation-delay: 0.08s;
}

.product-feature-card:nth-child(3),
.product-card:nth-child(3),
.product-usage-list li:nth-child(3) {
    animation-delay: 0.16s;
}

.product-feature-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.product-feature-card i {
    color: var(--primary);
    font-size: 1.55rem;
    margin-bottom: 12px;
}

.product-usage-list li {
    margin-bottom: 8px;
    color: var(--text-muted);
}

@media (max-width: 767.98px) {
    .product-card-image {
        height: 200px;
    }

    .product-hero {
        padding-top: 54px;
        padding-bottom: 50px;
    }

    .product-hero-image img {
        max-height: 300px;
    }

    .product-gallery-arrow {
        width: 36px;
        height: 36px;
    }

    .product-gallery-thumb {
        flex: 0 0 56px;
        width: 56px;
        height: 56px;
    }
}


/*** Language toggle switch (shared) ***/
.lang-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin: 0 8px;
}

.lang-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.lang-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary, #16a34a);
    opacity: 0.6;
    transition: .4s;
    border-radius: 26px;
}

.lang-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.lang-switch input:checked + .lang-slider {
    opacity: 1;
}

.lang-switch input:checked + .lang-slider:before {
    transform: translateX(24px);
}

.lang-switch:hover .lang-slider {
    opacity: 0.8;
}

.lang-switch input:checked:hover + .lang-slider {
    opacity: 1;
}

.btn-cta-navbar {
    background: transparent !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    color: #ffffff !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-cta-navbar:hover {
    background: rgba(255,255,255,0.1) !important;
    border-color: #ffffff !important;
    transform: none;
    box-shadow: none;
}