/*
    Atlantix Commodities Website - Custom Styles
    Date: May 19, 2025
*/

/* ===== GLOBAL STYLES ===== */
:root {
    --primary-color: #b51c1f;
    --secondary-color: #DA913C;
    --light-secondary-color: #f7eacd;
    --dark-color: #1a1a1a;
    --light-color: #FFF6EC; /* Light beige/cream for backgrounds */
    --cream-color: #fcfaf7; /* Used for product section background on homepage */
    --gray-color: #5c5c5c;
    --light-gray: #f8f9fa; /* Bootstrap's light gray, good for alternating section backgrounds */
    --body-font: 'Raleway', sans-serif;
    --heading-font: 'Playfair Display', serif;
    --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    --card-hover-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    --section-padding: 4.5rem 0;
}

html {
    scroll-padding-top: 70px;
    scroll-behavior: smooth !important;
}

body {
    font-family: var(--body-font);
    color: var(--dark-color);
    line-height: 1.6;
    background-color: #fff;
    overflow-x: hidden;
    font-weight: 400;
    padding-top: 70px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--dark-color);
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
    color: var(--primary-color);
}
.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--secondary-color);
}

.section-subtitle {
    font-size: 2rem;
    color: var(--dark-color);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

a { color: var(--primary-color); text-decoration: none; transition: all 0.3s ease; }
a:hover { color: #8e1818; text-decoration: none; }

.btn {
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    transition: all 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary { background-color: var(--secondary-color); border-color: var(--secondary-color); color: #fff; }
.btn-primary:hover {
    background-color: #c47a28;
    border-color: #c47a28;
    color: #fff;
    box-shadow: 0 4px 10px rgba(218, 145, 60, 0.3);
}

.btn-outline-primary { color: var(--primary-color); border-color: var(--primary-color); }
.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 4px 10px rgba(181, 28, 31, 0.2);
}

.btn-lg { padding: 0.9rem 2rem; font-size: 1.1rem; }

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

/* ===== NAVBAR ===== */
.navbar.fixed-top { transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease; }
.navbar-brand img#logo { max-height: 50px; transition: max-height 0.3s ease; }
.navbar-light .navbar-nav .nav-link { color: #555; font-weight: 500; padding: 0.5rem 1rem; transition: color 0.3s ease; font-size: 0.95rem; }
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active { color: var(--primary-color); }
.navbar-nav { gap: 10px; }

.navbar.bg-light-transparent { background-color: rgba(255, 255, 255, 0.9) !important; box-shadow: none; }
.navbar.scrolled { background-color: white !important; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); padding-top: 0.5rem; padding-bottom: 0.5rem; }
.navbar.scrolled .navbar-brand img#logo { max-height: 40px; }
.navbar-internal-page { background-color: #fff !important; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }

/* ===== HERO SECTION (Homepage) ===== */
.hero-section {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background-color: var(--light-color);
    background-image: url('https://atlantixco.com/wp-content/uploads/2022/05/bg-pattern.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: soft-light;
}
.hero-content { position: relative; z-index: 1; padding-right: 2rem; max-width: 90%; }
.hero-content h1 { font-size: 3rem; margin-bottom: 2.5rem; color: var(--primary-color); font-weight: 700; line-height: 1.2; }
.hero-list { list-style: none; padding-left: 0; margin-bottom: 2.5rem; }
.hero-list li { position: relative; padding-left: 2rem; margin-bottom: 1.2rem; font-size: 1.1rem; font-weight: 500; color: #333; display: flex; align-items: center; }
.hero-list li::before { content: '✓'; position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: var(--primary-color); font-weight: bold; font-size: 1rem; }
.hero-image-container { display: flex; justify-content: center; position: relative; z-index: 2; }
.hero-circle { width: 540px; height: 540px; border-radius: 50%; overflow: hidden; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.15); background: #000; }
.hero-image, .hero-video { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.value-badges { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }
.value-badge { position: absolute; display: inline-flex; align-items: center; padding: 8px 16px; background-color: white; border-radius: 30px; box-shadow: 0 3px 15px rgba(0,0,0,0.08); font-size: 0.9rem; font-weight: 500; color: #333; white-space: nowrap; }
.value-badge i { margin-right: 8px; color: var(--primary-color); }
.value-badge.radical-honesty { top: 20%; right: 50%; transform: translateX(50%) translateY(-50%); }
.value-badge.loyalty { bottom: 40%; left: 10%; transform: translateX(-10%) translateY(50%); }
.value-badge.reliability { bottom: 25%; right: 15%; transform: translateY(50%); }
.buttons { display: flex; align-items: center; gap: 15px; }
.hero-section .btn-primary { background-color: var(--secondary-color); border-color: var(--secondary-color); font-weight: 600; padding: 12px 24px; color: #fff; }
.hero-section .btn-primary:hover { background-color: #c47a28; border-color: #c47a28; }
.hero-section .btn-outline-primary { color: #333; border-color: #333; font-weight: 500; padding: 12px 24px; }
.hero-section .btn-outline-primary:hover { background-color: #333; color: #fff; }

/* ===== PRODUCTS SECTION (Homepage Carousel) ===== */
.products-section { padding: 3rem 0 5rem; background-color: var(--cream-color); position: relative; }
.products-layout-wrapper { display: flex; align-items: flex-start; gap: 30px; }
.products-title-and-nav { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 0 0 180px; padding-top: 10px; text-align: center; }
.products-section .section-header-title h2 { font-size: 2.2rem; color: var(--primary-color); margin-bottom: 0.75rem; font-family: var(--heading-font); line-height: 1.2; white-space: nowrap; }
.swiper-navigation-buttons.product-nav-buttons { display: flex; flex-direction: column; gap: 0.75rem; align-items: center; margin-top: 10px; }
.product-carousel-wrapper.swiper-container { flex-grow: 1; padding: 10px 0; min-width: 0; overflow: hidden; }
.swiper-slide.product-item { width: 190px !important; height: auto; margin-right: 20px; background-color: transparent; }
.product-item figure.swiper-slide-inner { margin: 0; padding: 1rem; background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.product-item:hover figure.swiper-slide-inner { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.product-item .swiper-slide-image { max-height: 110px; margin-bottom: 0.5rem; object-fit: contain; }
.products-section .view-all-products-button-container { margin-top: 2.5rem; }
.elementor-swiper-button { background: var(--primary-color) !important; border: 1px solid var(--primary-color) !important; color: #fff !important; width: 38px !important; height: 38px !important; border-radius: 50% !important; z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.elementor-swiper-button:hover { background: var(--secondary-color) !important; border-color: var(--secondary-color) !important; color: #fff !important; transform: scale(1.1); }
.elementor-swiper-button i { font-size: 0.9rem; line-height: 1; }

/* ===== BRANDS SECTION (Homepage Carousel) ===== */
.brands-section { padding: 4rem 0; background: white; }
.brands-section .section-title-full { font-size: 2rem; color: #333; font-weight: 600; margin-bottom: 1.5rem; text-align: center; width: 100%; }
.brands-carousel-wrapper.swiper-container { padding: 1rem 0; overflow: hidden; }
.swiper-slide.brand-item { width: 190px !important; height: 90px; margin-right: 25px; background-color: transparent; transition: transform 0.3s ease; display: flex; align-items: center; justify-content: center; }
.swiper-slide.brand-item:hover { transform: scale(1.05); }
.brand-item img { max-width: 100%; max-height: 100%; object-fit: contain; }

/* ===== PAGE HEADER (Internal Pages - Products, About, Contact) ===== */
.page-header { background-color: var(--light-color); padding: 4rem 0; text-align: center; border-bottom: 1px solid var(--light-gray); }
.page-header h1.display-4 { font-size: 3rem; color: var(--primary-color); margin-bottom: 0.75rem; }
.page-header .lead-page-header { font-size: 1.25rem; color: var(--gray-color); max-width: 750px; margin: 0 auto 1.5rem auto; }
.product-categories-nav { margin-top: 2rem; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0.75rem; }
.category-btn { padding: 0.6rem 1.75rem; background-color: transparent; border: 2px solid var(--primary-color); color: var(--primary-color); border-radius: 50px; font-weight: 500; transition: all 0.3s ease; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 0.5px; }
.category-btn:hover, .category-btn.active { background-color: var(--primary-color); color: #fff; box-shadow: 0 4px 10px rgba(181, 28, 31, 0.3); }
.category-btn.active { font-weight: 600; }

/* ===== PRODUCT CATEGORY SECTION (Products Page) ===== */
.product-category-section { padding: var(--section-padding); }
#nuts.product-category-section { background-color: var(--light-gray); }
#dried-fruits.product-category-section { background-color: #fff; }
#tropical-fruits.product-category-section { background-color: var(--light-gray); }
#seeds.product-category-section { background-color: #fff; }
.category-title { font-family: var(--heading-font); font-size: 2.25rem; color: var(--dark-color); text-align: center; margin-bottom: 3rem; position: relative; padding-bottom: 0.75rem; }
.category-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 70px; height: 3px; background-color: var(--secondary-color); }
.product-card {
    display: block; background-color: #fff; border-radius: 8px; box-shadow: var(--card-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; color: var(--dark-color);
    text-decoration: none; overflow: hidden; height: 100%; display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--card-hover-shadow); }
.product-image-wrapper { width: 100%; padding-top: 75%; position: relative; overflow: hidden; background-color: #f0f0f0; border-bottom: 1px solid var(--light-gray);}
.product-image-thumb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; padding: 10px; transition: transform 0.4s ease; }
.product-card:hover .product-image-thumb { transform: scale(1.08); }
.product-card h3 { margin: 1rem 0.75rem; font-size: 1.1rem; font-weight: 500; font-family: var(--body-font); color: var(--dark-color); flex-grow: 1; display: flex; align-items: center; justify-content: center; min-height: 44px; }

/* ===== PRODUCT DETAIL PAGE (e.g., cashews.html) ===== */
.product-detail-page-section { background-color: #fff; }
.product-breadcrumb { font-size: 0.9rem; color: var(--gray-color); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--light-gray); }
.product-breadcrumb a { color: var(--primary-color); font-weight: 500;}
.product-breadcrumb a:hover { text-decoration: underline; color: var(--secondary-color); }
.product-breadcrumb span { color: var(--dark-color); font-weight: 500; }
.product-breadcrumb i.fa-chevron-right { font-size: 0.7rem; margin: 0 0.5rem; color: var(--gray-color); }

.product-gallery-detail-new .main-product-image-wrapper-new {
    border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden;
    background-color: #fff; box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.main-product-image-wrapper-new img {
    width: 100%; height: auto; aspect-ratio: 1/1; object-fit: contain;
    padding: 2rem; background-color: #fff;
}
.product-thumbnails-wrapper-new .thumbnail-item-new {
    width: 80px; height: 80px; border: 2px solid transparent; border-radius: 6px;
    overflow: hidden; cursor: pointer; transition: border-color 0.3s ease, transform 0.3s ease;
    padding: 3px; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.product-thumbnails-wrapper-new .thumbnail-item-new img { width: 100%; height: 100%; object-fit: contain; }
.product-thumbnails-wrapper-new .thumbnail-item-new:hover { border-color: var(--secondary-color); transform: scale(1.05); }
.product-thumbnails-wrapper-new .thumbnail-item-new.active { border-color: var(--primary-color); box-shadow: 0 0 0 2px var(--primary-color); }

.product-info-detail-new .product-category-tag-detail {
    display: inline-block; background-color: var(--primary-color); color: #fff;
    padding: 0.35rem 0.9rem; font-size: 0.8rem; font-weight: 600;
    border-radius: 4px; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 1rem;
}
.product-main-title-detail { font-size: 2.5rem; color: var(--dark-color); margin-bottom: 0.75rem; font-weight: 700; }
.product-short-desc-detail { font-size: 1.1rem; color: var(--gray-color); margin-bottom: 1.5rem; line-height: 1.7; }
.product-key-info {
    margin-top: 1.5rem; padding: 1.5rem; background-color: var(--light-gray);
    border-radius: 8px; border: 1px solid #e9ecef;
}
.product-key-info .info-line { display: flex; margin-bottom: 0.85rem; font-size: 1rem; align-items: flex-start; }
.product-key-info .info-line:last-child { margin-bottom: 0; }
.product-key-info .info-label { font-weight: 600; color: var(--dark-color); width: 120px; flex-shrink: 0; display: flex; align-items: center; }
.product-key-info .info-label i.fa-fw { margin-right: 0.75rem; color: var(--primary-color); font-size: 1.1rem; width: 20px; text-align: center; }
.product-key-info .info-value { color: var(--gray-color); flex-grow: 1; }
.product-actions-detail-new .btn { margin-top: 1rem; padding: 0.8rem 2rem; font-size: 1.05rem;}
.product-meta-details { font-size: 0.9rem; color: var(--gray-color); margin-top: 1.5rem; border-top: 1px solid var(--light-gray); padding-top: 1.5rem; }
.product-meta-details p { margin-bottom: 0.5rem;}
.product-meta-details i { margin-right: 0.5rem; }

.product-additional-info { border-top: 1px solid #e0e0e0; }
.additional-info-title {
    font-size: 1.75rem; color: var(--dark-color); margin-bottom: 1.5rem;
    padding-bottom: 0.5rem; border-bottom: 2px solid var(--secondary-color); display: inline-block;
}
.product-additional-info p,
.product-additional-info ul li { color: var(--gray-color); line-height: 1.7; font-size: 1rem; }
.variety-subtitle { font-size: 1.2rem; color: var(--primary-color); margin-top: 1.75rem; margin-bottom: 0.75rem; font-weight: 600; }
ul.styled-list { list-style: none; padding-left: 0; }
ul.styled-list li { position: relative; padding-left: 1.75em; margin-bottom: 0.6em; }
ul.styled-list li::before {
    content: '\f058'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
    position: absolute; left: 0; color: var(--secondary-color); font-size: 0.9rem; top: 0.2em;
}

.related-products-section { background-color: var(--light-gray); border-top: 1px solid #e0e0e0; }
.related-products-section .product-card { margin-bottom: 0; }

/* ===== ABOUT US PAGE STYLES ===== */
.about-intro-section .about-image-wrapper img { max-height: 500px; object-fit: cover; width:100%;}
.about-intro-section .about-content p { margin-bottom: 1rem; line-height: 1.7; color: var(--gray-color);}
.about-intro-section .about-content strong { color: var(--primary-color); }

.values-section .lead { margin-bottom: 3rem; color: var(--gray-color); }
.value-card-about {
    background-color: #fff; padding: 2.5rem 2rem; border-radius: 8px; box-shadow: var(--card-shadow);
    text-align: center; transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; align-items: center;
}
.value-card-about:hover { transform: translateY(-10px); box-shadow: var(--card-hover-shadow); }
.value-card-about .value-icon-wrapper { margin-bottom: 1.5rem; position: relative; display: inline-block; }
.value-card-about .value-icon-img { max-height: 60px; margin-bottom: 0.5rem; }
.value-card-about .value-number-badge { position: absolute; top: -10px; right: -10px; background-color: var(--primary-color); color: #fff; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 0.9rem; border: 2px solid #fff; }
.value-card-about h3 { font-size: 1.5rem; margin-bottom: 0.75rem; color: var(--dark-color); }
.value-card-about p { font-size: 0.95rem; color: var(--gray-color); line-height: 1.6; }

.quality-safety-section .quality-image-wrapper img { max-height: 500px; object-fit: cover; width:100%;}
.quality-list-about { padding-left: 0; margin-top: 1.5rem; }
.quality-list-about li { font-size: 1.05rem; color: var(--dark-color); margin-bottom: 0.85rem; display: flex; align-items: flex-start; }
.quality-list-about i { font-size: 1.2rem; line-height: 1.5; margin-top: 0.15em; }
.quality-safety-section .quality-content h4 { font-size: 1.4rem; color: var(--primary-color); margin-top: 2rem; margin-bottom: 1rem; }

.sourcing-section .lead { margin-bottom: 2rem; color: var(--gray-color); }
.sourcing-section .world-map-placeholder { padding: 2rem 0; }
.sourcing-section .world-map-placeholder i { color: var(--secondary-color); }
.stat-box-about { padding: 1.5rem 0.5rem; background-color: #fff; border-radius: 8px; box-shadow: var(--card-shadow); }
.stat-number-about { font-size: 2.8rem; font-weight: 700; color: var(--primary-color); line-height: 1; font-family: var(--heading-font); }
.stat-label-about { font-size: 1.1rem; color: var(--gray-color); }
.sourcing-card-about {
    background-color: #fff; padding: 2rem; border-radius: 8px; box-shadow: var(--card-shadow);
    text-align: center; transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; align-items: center;
}
.sourcing-card-about:hover { transform: translateY(-5px); box-shadow: var(--card-hover-shadow); }
.sourcing-card-about .icon-wrapper-about { width: 70px; height: 70px; background-color: var(--primary-color); color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1rem; font-size: 1.8rem; transition: all 0.3s ease;}
.sourcing-card-about:hover .icon-wrapper-about { background-color: var(--secondary-color); transform: scale(1.1); }
.sourcing-card-about h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.sourcing-card-about p { color: var(--gray-color); font-size: 0.95rem;}

.team-section .lead { margin-bottom: 3rem; }
.team-member-card {
    background-color: #fff; border-radius: 8px; box-shadow: var(--card-shadow); text-align: center;
    padding: 2rem; transition: all 0.3s ease; height: 100%; overflow: hidden; display: flex; flex-direction: column;
}
.team-member-card:hover { transform: translateY(-8px); box-shadow: var(--card-hover-shadow); }
.member-image-wrapper { width: 180px; height: 180px; border-radius: 50%; overflow: hidden; margin: 0 auto 1.5rem auto; border: 5px solid var(--light-color); flex-shrink: 0; }
.member-image-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.team-member-card .member-info { flex-grow: 1; }
.team-member-card h3 { font-size: 1.5rem; margin-bottom: 0.25rem; }
.team-member-card .position { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; color: var(--secondary-color); margin-bottom: 0.75rem; font-weight: 500; }
.team-member-card .bio { font-size: 0.9rem; color: var(--gray-color); line-height: 1.5; }

.partners-section .lead { margin-bottom: 3rem; }
.partners-logos-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2.5rem; }
.partner-logo-item img { max-height: 60px; max-width: 140px; object-fit: contain; filter: grayscale(100%); opacity: 0.6; transition: all 0.3s ease; }
.partner-logo-item img:hover { filter: grayscale(0%); opacity: 1; transform: scale(1.1); }
.loudwater-logo-about { max-height: 70px; object-fit: contain; }
.partner-logo-footer { max-width: 150px; height: auto; filter: brightness(0) invert(1); } /* For footer */

/* ===== CONTACT PAGE STYLES ===== */
.contact-page-header .lead-page-header { max-width: 650px; }
.contact-details-section { padding: var(--section-padding); background-color: #fff; }
.contact-info-wrapper, .contact-form-wrapper { padding: 2.5rem; background-color: var(--light-gray); border-radius: 8px; height: 100%; box-shadow: var(--card-shadow); }
.contact-info-wrapper { background-color: var(--light-color); }
.contact-info-wrapper .section-subtitle, .contact-form-wrapper .section-subtitle { color: var(--primary-color); }
.contact-info-item { display: flex; align-items: flex-start; margin-bottom: 1.75rem; padding-bottom: 1.5rem; border-bottom: 1px dashed var(--light-secondary-color); }
.contact-info-item:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0;}
.contact-info-item .icon { font-size: 1.5rem; color: var(--primary-color); margin-right: 1.25rem; width: 40px; text-align: center; padding-top: 0.25rem; flex-shrink: 0; }
.contact-info-item .text h4 { font-size: 1.2rem; margin-bottom: 0.35rem; color: var(--dark-color); font-weight: 600; }
.contact-info-item .text p { margin-bottom: 0; font-size: 0.95rem; color: var(--gray-color); line-height: 1.6; }
.contact-info-item .text a { color: var(--primary-color); font-weight: 500; }
.contact-info-item .text a:hover { color: var(--secondary-color); text-decoration: underline; }
.business-hours h4 { font-size: 1.3rem; color: var(--primary-color); margin-bottom: 0.75rem; }
.business-hours p { font-size: 0.95rem; color: var(--gray-color); }

.contact-form-page .form-label { font-weight: 500; margin-bottom: 0.5rem; color: var(--dark-color); }
.contact-form-page .form-control { border-radius: 0.25rem; border: 1px solid #ced4da; padding: 0.75rem 1rem; font-size: 1rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.contact-form-page .form-control:focus { border-color: var(--secondary-color); box-shadow: 0 0 0 0.25rem rgba(218, 145, 60, 0.25); }
.contact-form-page textarea.form-control { min-height: 120px; }
.contact-form-page .form-control.is-invalid { border-color: var(--primary-color); }

.map-section { padding: 0; background-color: var(--light-gray); }
.map-container { width: 100%; height: 450px; overflow: hidden; line-height: 0; border-top: 5px solid var(--primary-color); border-bottom: 5px solid var(--primary-color); }
.map-container iframe { width: 100%; height: 100%; border: none; }

/* ===== FEATURES, STATS, PHILOSOPHY (Shared/Homepage) ===== */
.features-section { padding: 6rem 0; background-color: #fff; }
.feature-card {
    background-color: #fff; border-radius: 10px; padding: 2rem; height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; text-align: center;
}
.feature-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }
.feature-card .icon { width: 70px; height: 70px; background-color: var(--light-color); color: var(--primary-color); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; font-size: 1.5rem; }
.feature-card h3 { margin-bottom: 1rem; font-size: 1.5rem; }

.stats-section { padding: 5rem 0; background-color: var(--primary-color); color: #fff; }
.stat-item { text-align: center; padding: 2rem 1rem; }
.stat-number { font-size: 3.5rem; font-weight: 700; margin-bottom: 0.5rem; line-height: 1; font-family: var(--heading-font); }
.stat-text { font-size: 1.2rem; font-weight: 500; }

.philosophy-section { padding: 6rem 0; background-color: var(--light-color); }
.philosophy-content h2, .philosophy-content h3 { color: var(--primary-color); }
.philosophy-content .lead { font-size: 1.5rem; font-weight: 400; }
.blockquote { border-left: 4px solid var(--primary-color); padding-left: 1.5rem; font-style: italic; }
.values-container { padding: 2rem; background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.values-list { display: flex; flex-direction: column; gap: 2rem; margin-top: 2rem; }
.value-box { display: flex; align-items: center; gap: 1.5rem; }
.value-number { width: 60px; height: 60px; background-color: var(--primary-color); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 700; font-family: var(--heading-font); flex-shrink: 0; }
.value-name { font-size: 1.5rem; font-weight: 600; }

/* ===== CTA Section on Homepage & About Page ===== */
.cta-section { padding: 4rem 0; background-color: var(--dark-color); color: #fff; }
.cta-section h2 { color: #fff; margin-bottom: 1rem; }
.cta-section.about-cta { background-color: var(--primary-color); }
.cta-section.about-cta .btn-primary { background-color: #fff; color: var(--primary-color); border-color: #fff; }
.cta-section.about-cta .btn-primary:hover { background-color: var(--light-gray); color: var(--primary-color); border-color: var(--light-gray); }

/* CTA Banner on Products Page */
.cta-banner { padding: 4.5rem 0; background-color: var(--primary-color); color: #fff; text-align: center; }
.cta-banner h2 { color: #fff; margin-bottom: 1rem; font-size: 2.5rem; }
.cta-banner .lead { font-size: 1.25rem; opacity: 0.9; margin-bottom: 2rem; }
.cta-banner .btn-light { background-color: #fff; color: var(--primary-color); border-color: #fff; font-weight: 600; padding: 0.9rem 2rem; }
.cta-banner .btn-light:hover { background-color: var(--light-gray); color: var(--primary-color); border-color: var(--light-gray); }

.site-footer { padding: 5rem 0 3rem; background-color: var(--dark-color); color: #fff; }
.site-footer h3 { color: #fff; margin-bottom: 1.5rem; font-size: 1.5rem; }
.site-footer address { line-height: 1.8; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--secondary-color); }
.footer-links { list-style: none; padding-left: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { transition: all 0.3s ease; position: relative; padding-left: 1rem; }
.footer-links a::before { content: '>'; position: absolute; left: 0; transition: all 0.3s ease; }
.footer-links a:hover { padding-left: 1.5rem; }
.footer-links a:hover::before { left: 0.5rem; }
.footer-logo { max-width: 180px; height: auto; margin-bottom: 1.5rem; }
.newsletter-form .form-control { background-color: rgba(255, 255, 255, 0.1); border: none; color: #fff; padding: 0.75rem 1.5rem; }
.newsletter-form .form-control::placeholder { color: rgba(255, 255, 255, 0.6); }
.newsletter-form .btn-primary { background-color: var(--secondary-color); border-color: var(--secondary-color); }
.newsletter-form .btn-primary:hover { background-color: #c47a28; border-color: #c47a28; }
.site-footer hr { background-color: rgba(255, 255, 255, 0.1); margin: 2rem 0; }
#logo { max-height: 60px; width: auto; } /* Already in navbar section, but ensure it's covered */

/* ===== ANIMATION STYLES ===== */
.animate-on-scroll { opacity: 0; transition-property: opacity, transform; }
.animate-on-scroll.anim-fade-in { transform: translateY(0) translateX(0) scale(1); }
.animate-on-scroll.anim-fade-in-up { transform: translateY(40px); }
.animate-on-scroll.anim-fade-in-down { transform: translateY(-40px); }
.animate-on-scroll.anim-fade-in-left { transform: translateX(-40px); }
.animate-on-scroll.anim-fade-in-right { transform: translateX(40px); }
.animate-on-scroll.anim-scale-up { transform: scale(0.9); }
.animate-on-scroll.anim-zoom-in { transform: scale(0.85); }
.animate-on-scroll.animated { opacity: 1; transform: translateY(0) translateX(0) scale(1); }

/* ===== RESPONSIVE STYLES (Copied from previous response, ensure it's comprehensive) ===== */
@media (max-width: 1199.98px) { /* Large devices */
    .hero-circle { width: 480px; height: 480px; }
    .hero-content h1 { font-size: 2.5rem; }
    .products-title-and-nav { flex: 0 0 150px; }
    .swiper-slide.product-item { width: 170px !important; }
    .swiper-slide.brand-item { width: 160px !important; }
}

@media (max-width: 991.98px) { /* Medium devices (tablets) */
    .hero-section { padding-top: 2rem; text-align: center; }
    .hero-content { padding-right: 0; margin-bottom: 2rem; max-width: 100%; }
    .hero-content h1 { font-size: 2.2rem; }
    .hero-list { display: inline-block; text-align: left; }
    .hero-circle { width: 420px; height: 420px; margin: 2rem auto 0; }
    .buttons { justify-content: center; }

    .products-layout-wrapper { flex-direction: column; align-items: center; gap: 1.5rem; }
    .products-title-and-nav { flex-direction: row; justify-content: space-between; width: 100%; flex-basis: auto; padding-top: 0; text-align: left; }
    .products-section .section-header-title h2 { writing-mode: horizontal-tb; transform: none; font-size: 2.2rem; white-space: normal; margin-bottom: 0; }
    .swiper-navigation-buttons.product-nav-buttons { flex-direction: row; margin-top: 0; }
    .swiper-slide.product-item { width: 200px !important; }

    .page-header { padding: 3rem 0; }
    .page-header h1.display-4 { font-size: 2.5rem; }
    .page-header .lead-page-header,
    .page-header.products-page-header .lead-products-page { font-size: 1.15rem; }

    .swiper-slide.brand-item { width: 140px !important; }

    .cta-section .row, .cta-banner .row { text-align: center; }
    .cta-section .col-lg-4.text-lg-end, .cta-banner .col-lg-4.text-lg-end { text-align: center !important; margin-top: 1rem; }
    .site-footer .col-lg-4 { margin-bottom: 2rem; text-align: center; }
    .site-footer .footer-links { display: inline-block; text-align: left; }
    .footer-logo{ display: block; margin-left: auto; margin-right: auto; }

    .value-card-about, .sourcing-card-about, .team-member-card { margin-bottom: 1.5rem; }
    .contact-info-wrapper, .contact-form-wrapper { margin-bottom: 2rem; }
}

@media (max-width: 767.98px) { /* Small devices (landscape phones) */
    .hero-circle { width: 360px; height: 360px; }
    .hero-content h1 { font-size: 2rem; }
    .products-section .section-header-title h2 { font-size: 2rem; }
    .swiper-slide.product-item { width: 180px !important; }
    .product-item .swiper-slide-image { max-height: 90px; }

    .page-header h1.display-4 { font-size: 2.2rem; }
    .category-title { font-size: 2rem; }
    .section-title { font-size: 2.2rem; }
    .section-subtitle { font-size: 1.8rem; }

    .swiper-slide.brand-item { width: 120px !important; height: 70px; }
    .brands-section .section-title-full { font-size: 1.75rem; }
    .feature-card { margin-bottom: 1.5rem; }
    .philosophy-section .col-md-6 { margin-bottom: 2rem; }
    .member-image-wrapper {width: 150px; height: 150px;}
    .contact-form-wrapper .row .col-md-6 { margin-bottom: 0rem; }
    .contact-form-wrapper .row .col-md-6:not(:last-child) { margin-bottom: 1rem; }
}

@media (max-width: 575.98px) { /* Extra small devices (portrait phones) */
    .hero-section { padding: 2rem 0; }
    .hero-circle { width: 280px; height: 280px; }
    .hero-content h1 { font-size: 1.8rem; }
    .hero-list li { font-size: 0.95rem; padding-left: 1.5rem; }
    .hero-list li::before { font-size: 0.9rem; }
    .buttons { flex-direction: column; gap: 10px; align-items: stretch; }
    .buttons .btn { width: 100%; }

    .products-title-and-nav { align-items: center; text-align: center; }
    .products-section .section-header-title h2 { font-size: 1.8rem; text-align: center; }
    .swiper-navigation-buttons.product-nav-buttons { align-self: center; }
    .swiper-slide.product-item { width: 150px !important; margin-right: 15px; }
    .product-item figure.swiper-slide-inner { padding: 0.75rem; }
    .product-item .swiper-slide-image { max-height: 80px; }
    .elementor-swiper-button { width: 32px !important; height: 32px !important; }
    .elementor-swiper-button i { font-size: 0.7rem; }

    .page-header { padding: 2.5rem 0; }
    .page-header h1.display-4 { font-size: 2rem; }
    .page-header .lead-page-header, .page-header.products-page-header .lead-products-page { font-size: 1rem; margin-bottom: 2rem;}
    .product-categories-nav { gap: 0.5rem; }
    .category-btn { padding: 0.5rem 1.25rem; font-size: 0.8rem; }
    .category-title { font-size: 1.75rem; margin-bottom: 2rem; }
    .section-title { font-size: 1.8rem;}
    .section-subtitle { font-size: 1.6rem;}

    .swiper-slide.brand-item { width: 100px !important; height: 60px; margin-right: 15px; }
    .brands-section .section-title-full { font-size: 1.5rem; }
    .stat-item { padding: 1rem 0.5rem; }
    .stat-number { font-size: 2.5rem; }
    .stat-text { font-size: 1rem; }
    .stat-box-about .stat-number-about { font-size: 2.2rem; }
    .stat-box-about .stat-label-about { font-size: 0.9rem; }

    .cta-banner h2, .cta-section h2 { font-size: 1.8rem; }
    .cta-banner .lead, .cta-section .lead { font-size: 1rem; }
    .member-image-wrapper {width: 120px; height: 120px;}
    .contact-form-wrapper .row .col-md-6 { margin-bottom: 1rem; }
}