/* ============================================
   Deglo Global Investment - Premium Leather Theme
   ============================================ */

:root {
    --color-dark-brown: #4B2E1E;
    --color-brown: #6B4423;
    --color-tan: #C89B5C;
    --color-tan-light: #D4B07A;
    --color-cream: #F7F1E8;
    --color-white: #FFFFFF;
    --color-text: #3A3A3A;
    --color-text-light: #6B6B6B;
    --font-heading: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --shadow-sm: 0 2px 8px rgba(75, 46, 30, 0.08);
    --shadow-md: 0 8px 30px rgba(75, 46, 30, 0.12);
    --shadow-lg: 0 20px 60px rgba(75, 46, 30, 0.15);
    --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --navbar-height: 80px;
}

/* ---- Base ---- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--navbar-height);
}

body {
    font-family: var(--font-body);
    color: var(--color-text);
    background-color: var(--color-white);
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--color-dark-brown);
    font-weight: 600;
    line-height: 1.25;
}

a {
    text-decoration: none;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.section-padding {
    padding: 100px 0;
}

.section-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--color-tan);
    margin-bottom: 12px;
}

.section-label-light {
    color: var(--color-tan-light);
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 20px;
}

.section-text {
    color: var(--color-text-light);
    font-size: 1.05rem;
}

/* ---- Buttons ---- */
.btn-primary {
    background: linear-gradient(135deg, var(--color-tan) 0%, var(--color-brown) 100%);
    border: none;
    color: var(--color-white);
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 28px;
    border-radius: 4px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color-tan-light) 0%, var(--color-tan) 100%);
    opacity: 0;
    transition: var(--transition);
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, var(--color-tan-light) 0%, var(--color-tan) 100%);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(200, 155, 92, 0.4);
}

.btn-primary span,
.btn-primary i {
    position: relative;
    z-index: 1;
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: var(--color-white);
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 4px;
    transition: var(--transition);
}

.btn-outline-light:hover {
    background: var(--color-white);
    color: var(--color-dark-brown);
    border-color: var(--color-white);
    transform: translateY(-2px);
}

.btn-cta {
    padding: 10px 24px !important;
    font-size: 0.9rem;
}

/* ---- Navbar ---- */
#mainNavbar {
    background: transparent;
    padding: 18px 0;
    transition: var(--transition);
    z-index: 1050;
}

#mainNavbar.scrolled {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 12px 0;
    box-shadow: var(--shadow-sm);
}

#mainNavbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    padding: 4px 12px;
}

.brand-logo {
    height: 56px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    transition: var(--transition);
}

#mainNavbar.scrolled .navbar-brand {
    background: #000000;
    box-shadow: var(--shadow-sm);
}

.brand-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--color-tan), var(--color-brown));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 1.1rem;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-text strong {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--color-white);
    transition: var(--transition);
}

.brand-text small {
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-tan-light);
    transition: var(--transition);
}

#mainNavbar.scrolled .brand-text strong {
    color: var(--color-dark-brown);
}

#mainNavbar.scrolled .brand-text small {
    color: var(--color-tan);
}

#mainNavbar .nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 0.9rem;
    padding: 8px 16px !important;
    position: relative;
    transition: var(--transition);
}

#mainNavbar.scrolled .nav-link {
    color: var(--color-text);
}

#mainNavbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--color-tan);
    transition: var(--transition);
    transform: translateX(-50%);
}

#mainNavbar .nav-link:hover,
#mainNavbar .nav-link.active {
    color: var(--color-tan-light);
}

#mainNavbar.scrolled .nav-link:hover,
#mainNavbar.scrolled .nav-link.active {
    color: var(--color-tan);
}

#mainNavbar .nav-link:hover::after,
#mainNavbar .nav-link.active::after {
    width: 24px;
}

.navbar-toggler {
    border: none;
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#mainNavbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2875, 46, 30, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
    #mainNavbar .navbar-collapse {
        background: var(--color-white);
        padding: 20px;
        border-radius: 12px;
        margin-top: 12px;
        box-shadow: var(--shadow-md);
    }

    #mainNavbar .nav-link {
        color: var(--color-text) !important;
    }

    #mainNavbar .btn-cta {
        margin-top: 12px;
        width: 100%;
        text-align: center;
    }
}

/* ---- Hero ---- */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url('../images/de-global-03.jpg') center/cover no-repeat fixed;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(75, 46, 30, 0.88) 0%,
        rgba(75, 46, 30, 0.65) 50%,
        rgba(107, 68, 35, 0.75) 100%
    );
    z-index: 1;
}

.hero-texture {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C89B5C' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 2;
    opacity: 0.5;
}

.hero-content {
    position: relative;
    z-index: 3;
    padding-top: var(--navbar-height);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(200, 155, 92, 0.2);
    border: 1px solid rgba(200, 155, 92, 0.4);
    color: var(--color-tan-light);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 24px;
    backdrop-filter: blur(4px);
}

.hero-title {
    font-size: clamp(2.2rem, 5.5vw, 3.75rem);
    color: var(--color-white);
    margin-bottom: 24px;
    font-weight: 700;
    animation: heroFadeIn 1s ease-out;
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
    max-width: 650px;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.hero-desc {
    font-size: clamp(0.95rem, 1.8vw, 1.05rem);
    color: rgba(255, 255, 255, 0.75);
    max-width: 620px;
    margin-bottom: 36px;
    font-weight: 300;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.hero-scroll a {
    color: var(--color-tan-light);
    font-size: 1.5rem;
    animation: bounce 2s infinite;
    opacity: 0.7;
}

.hero-scroll a:hover {
    opacity: 1;
    color: var(--color-white);
}

@keyframes heroFadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

/* ---- About ---- */
.about-section {
    background: var(--color-cream);
    position: relative;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(200, 155, 92, 0.05) 100%);
    pointer-events: none;
}

.highlight-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--color-white);
    padding: 18px;
    border-radius: 10px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
}

.highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.highlight-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, var(--color-cream), rgba(200, 155, 92, 0.2));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-tan);
    font-size: 1.2rem;
}

.highlight-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-text-light);
    margin-bottom: 2px;
}

.highlight-value {
    display: block;
    font-size: 0.95rem;
    color: var(--color-dark-brown);
    font-weight: 600;
    line-height: 1.3;
}

.overview-title {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    color: var(--color-dark-brown);
    margin-top: 28px;
    margin-bottom: 4px;
}

.about-image-wrapper {
    position: relative;
}

.about-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
}

.about-image-accent {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 60%;
    height: 60%;
    border: 3px solid var(--color-tan);
    border-radius: 12px;
    z-index: -1;
}

.about-experience-badge {
    position: absolute;
    top: 30px;
    right: -15px;
    background: linear-gradient(135deg, var(--color-tan), var(--color-brown));
    color: var(--color-white);
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--shadow-md);
}

.exp-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.exp-text {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

/* ---- Products ---- */
.products-section {
    background: var(--color-white);
}

.product-card {
    background: var(--color-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    border: 1px solid rgba(200, 155, 92, 0.15);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.product-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.08);
}

.product-overlay {
    position: absolute;
    inset: 0;
    background: rgba(75, 46, 30, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-body {
    padding: 24px;
}

.product-body h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.product-body p {
    font-size: 0.9rem;
    color: var(--color-text-light);
    margin-bottom: 16px;
}

.product-link {
    color: var(--color-tan);
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-link:hover {
    color: var(--color-brown);
    gap: 10px;
}

.product-card-detailed {
    display: flex;
    flex-direction: column;
}

.product-card-detailed .product-image {
    height: 240px;
}

.product-card-detailed .product-body p {
    font-size: 0.92rem;
    line-height: 1.7;
}

.product-features-title {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-dark-brown);
    margin-bottom: 8px;
    margin-top: 4px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.product-features li {
    position: relative;
    padding-left: 20px;
    font-size: 0.88rem;
    color: var(--color-text-light);
    margin-bottom: 6px;
    line-height: 1.5;
}

.product-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--color-tan);
    border-radius: 50%;
}

/* ---- Why Choose Us ---- */
.why-section {
    background: var(--color-cream);
}

.feature-card {
    background: var(--color-white);
    padding: 36px 28px;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    border-bottom: 3px solid transparent;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-bottom-color: var(--color-tan);
}

.feature-card-accent {
    background: linear-gradient(135deg, var(--color-dark-brown), var(--color-brown));
}

.feature-card-accent h3,
.feature-card-accent p {
    color: var(--color-white);
}

.feature-card-accent .feature-icon {
    background: rgba(200, 155, 92, 0.2);
    color: var(--color-tan-light);
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--color-cream), rgba(200, 155, 92, 0.15));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--color-tan);
    transition: var(--transition);
}

.feature-card:hover .feature-icon {
    background: linear-gradient(135deg, var(--color-tan), var(--color-brown));
    color: var(--color-white);
    transform: scale(1.1);
}

.feature-card h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 0.9rem;
    color: var(--color-text-light);
    margin-bottom: 0;
}

/* ---- Factory ---- */
.factory-section {
    background: linear-gradient(135deg, var(--color-dark-brown) 0%, #3A2215 100%);
    position: relative;
    overflow: hidden;
}

.factory-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23C89B5C' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
    pointer-events: none;
}

.factory-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.factory-detail-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    border-left: 3px solid var(--color-tan);
    transition: var(--transition);
}

.factory-detail-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(6px);
}

.factory-detail-item i {
    font-size: 1.4rem;
    color: var(--color-tan);
}

.factory-detail-item span {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
}

.factory-detail-item strong {
    display: block;
    color: var(--color-white);
    font-size: 1rem;
}

.factory-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.factory-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.stats-section {
    margin-top: 80px;
    padding-top: 50px;
    border-top: 1px solid rgba(200, 155, 92, 0.2);
}

.stat-card {
    padding: 20px;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--color-tan);
    line-height: 1;
}

.stat-suffix {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--color-tan);
}

.stat-label {
    display: block;
    margin-top: 8px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---- Global Presence ---- */
.global-section {
    background: var(--color-white);
    position: relative;
    overflow: hidden;
}

.global-map-bg {
    position: absolute;
    inset: 0;
    background: url('../images/world-map.svg') center/contain no-repeat;
    opacity: 0.06;
    pointer-events: none;
}

.market-card {
    background: var(--color-cream);
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
    border: 1px solid rgba(200, 155, 92, 0.15);
}

.market-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    background: var(--color-white);
}

.market-card-featured {
    background: linear-gradient(135deg, var(--color-dark-brown), var(--color-brown));
    border: none;
}

.market-card-featured h3,
.market-card-featured p {
    color: var(--color-white);
}

.market-card-featured .market-icon {
    background: rgba(200, 155, 92, 0.2);
    color: var(--color-tan-light);
}

.market-card-featured:hover {
    background: linear-gradient(135deg, var(--color-brown), var(--color-dark-brown));
}

.market-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--color-tan);
    box-shadow: var(--shadow-sm);
}

.market-card h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.market-card p {
    font-size: 0.9rem;
    color: var(--color-text-light);
    margin-bottom: 0;
}

.market-card-featured p {
    color: rgba(255, 255, 255, 0.8);
}

/* ---- CTA Banner ---- */
.cta-banner-section {
    padding: 60px 0;
    background: var(--color-cream);
}

.cta-banner {
    background: linear-gradient(135deg, var(--color-dark-brown) 0%, var(--color-brown) 100%);
    padding: 50px 60px;
    border-radius: 16px;
    color: var(--color-white);
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(200, 155, 92, 0.1);
    border-radius: 50%;
}

.cta-banner h2 {
    color: var(--color-white);
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 10px;
}

.cta-banner p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.cta-banner .cta-note {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

.cta-banner .btn-light {
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 4px;
    transition: var(--transition);
}

.cta-banner .btn-light:hover {
    background: var(--color-tan);
    color: var(--color-white);
    border-color: var(--color-tan);
    transform: translateY(-2px);
}

/* ---- Services ---- */
.services-section {
    background: var(--color-cream);
}

.service-card {
    background: var(--color-white);
    padding: 36px 28px;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    border: 1px solid rgba(200, 155, 92, 0.12);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--color-tan);
}

.service-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--color-dark-brown), var(--color-brown));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--color-tan-light);
    transition: var(--transition);
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, var(--color-tan), var(--color-brown));
    color: var(--color-white);
    transform: scale(1.08);
}

.service-card h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.service-card p {
    font-size: 0.9rem;
    color: var(--color-text-light);
    margin-bottom: 0;
    line-height: 1.6;
}

/* ---- Gallery ---- */
.gallery-section {
    background: var(--color-white);
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 250px;
    cursor: pointer;
}

.gallery-item-tall {
    height: 100%;
    min-height: 520px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(75, 46, 30, 0.85) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    opacity: 0;
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay span {
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 600;
    transform: translateY(20px);
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay span {
    transform: translateY(0);
}

/* ---- Contact ---- */
.contact-section {
    background: var(--color-cream);
}

.contact-form-wrapper {
    background: var(--color-white);
    padding: 40px;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
}

.contact-form-wrapper .form-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-dark-brown);
}

.contact-form-wrapper .form-control,
.contact-form-wrapper .form-select {
    border: 1px solid rgba(200, 155, 92, 0.3);
    padding: 12px 16px;
    border-radius: 6px;
    transition: var(--transition);
}

.contact-form-wrapper .form-control:focus,
.contact-form-wrapper .form-select:focus {
    border-color: var(--color-tan);
    box-shadow: 0 0 0 3px rgba(200, 155, 92, 0.15);
}

.contact-info-card {
    background: linear-gradient(135deg, var(--color-dark-brown), var(--color-brown));
    padding: 40px;
    border-radius: 12px;
    color: var(--color-white);
    height: 100%;
}

.contact-info-card h3 {
    color: var(--color-white);
    margin-bottom: 30px;
    font-size: 1.5rem;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(200, 155, 92, 0.3);
}

.contact-info-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: rgba(200, 155, 92, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-tan-light);
    font-size: 1.1rem;
}

.contact-info-item span {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 2px;
}

.contact-info-item strong {
    display: block;
    color: var(--color-white);
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-info-item strong a {
    color: var(--color-tan-light);
}

.contact-info-item strong a:hover {
    color: var(--color-white);
}

.contact-info-item small {
    display: block;
    color: var(--color-tan-light);
    font-size: 0.85rem;
}

/* ---- Footer ---- */
.site-footer {
    background: #1A0F0A;
    color: rgba(255, 255, 255, 0.75);
    padding: 18px 0;
    position: relative;
    z-index: 1030;
}

.footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 56px;
}

.footer-bar-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 0;
}

.footer-back-top {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    border: none;
    background: #1e4d2b;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
}

.footer-back-top:hover {
    background: #256f3a;
    transform: translateY(-2px);
}

.footer-copyright {
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.footer-copyright a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: var(--transition);
}

.footer-copyright a:hover {
    color: var(--color-tan-light);
}

.footer-bar-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.footer-partner-logo {
    display: block;
    transition: var(--transition);
}

.footer-partner-logo img {
    height: 52px;
    width: auto;
    object-fit: contain;
}

.footer-partner-logo:hover {
    opacity: 0.85;
    transform: scale(1.02);
}

/* ---- WhatsApp Float ---- */
.whatsapp-float {
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 52px;
    height: 52px;
    background: #25D366;
    color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    z-index: 1050;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
    transition: var(--transition);
}

.whatsapp-float:hover {
    background: #20bd5a;
    color: var(--color-white);
    transform: scale(1.08);
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55);
}

/* ---- Responsive ---- */
@media (max-width: 991.98px) {
    .section-padding {
        padding: 70px 0;
    }

    .about-image {
        height: 400px;
    }

    .about-experience-badge {
        right: 10px;
        top: 10px;
        padding: 16px;
    }

    .exp-number {
        font-size: 2rem;
    }

    .gallery-item-tall {
        min-height: 300px;
    }

    .cta-banner {
        padding: 40px 30px;
        text-align: center;
    }

    .cta-banner .btn-light {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .section-padding {
        padding: 60px 0;
    }

    .brand-logo {
        height: 44px;
        max-width: 150px;
    }

    #mainNavbar .navbar-brand {
        padding: 3px 8px;
    }

    .hero-section {
        background-attachment: scroll;
        min-height: 90vh;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
        text-align: center;
    }

    .about-image-accent {
        display: none;
    }

    .contact-form-wrapper,
    .contact-info-card {
        padding: 28px;
    }

    .factory-image {
        height: 300px;
    }

    .stats-section {
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .footer-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding-bottom: 8px;
    }

    .footer-bar-right {
        align-self: flex-end;
    }

    .footer-copyright {
        font-size: 0.75rem;
    }

    .footer-partner-logo img {
        height: 44px;
    }

    .whatsapp-float {
        bottom: 16px;
        right: 16px;
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .footer-bar-left {
        gap: 12px;
    }

    .footer-back-top {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 0.9rem;
    }
}
