/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    line-height: 1.6;
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    overflow-x: hidden;
    width: 100%;
}

/* TYPOGRAPHY */
h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1d6a59;
    line-height: 1.2;
}

h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1d6a59;
    line-height: 1.3;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1d6a59;
    line-height: 1.3;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
}

h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

h6 {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
}

p {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
}

small {
    font-size: 13px;
    font-weight: 400;
    color: #777777;
}

/* CONTAINER */
.container {
    width: 90%;
    max-width: 1350px;
    margin: auto;
}

/* HEADER STYLES */
.top-bar {
    background: #1d6a59;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.scroll-text {
    white-space: nowrap;
    animation: scroll 20s linear infinite;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.3px;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* MAIN HEADER */
header {
    position: fixed;
    width: 100%;
    top: 40px;
    background: #ffffff;
    backdrop-filter: blur(10px);
    padding: 0;
    z-index: 998;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.header-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    gap: 20px;
}

/* LOGO CENTER */
.logo-center {
    flex: 0 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.logo {
    height: 50px;
    width: auto;
    display: block;
    transition: all 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.logo-link {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    outline: none;
}

.logo-link:focus {
    outline: none;
}

/* NAVIGATION LINKS LEFT */
.nav-links-left {
    display: flex;
    gap: 40px;
    flex: 1;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links-left a {
    color: #333333;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
    letter-spacing: 0.3px;
}

.nav-links-left a:hover {
    color: #1d6a59;
}

.nav-links-left a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #1d6a59, #2d8a70);
    transition: width 0.3s ease;
}

.nav-links-left a:hover::after {
    width: 100%;
}

/* HEADER RIGHT SECTION */
.header-right {
    display: flex;
    gap: 20px;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

/* SEARCH BAR */
.search-bar {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border: 1.5px solid #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    padding: 0 15px;
    width: 280px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.search-bar:focus-within {
    background: #ffffff;
    border-color: #1d6a59;
    box-shadow: 0 4px 16px rgba(29, 106, 89, 0.15);
}

.search-input {
    border: none;
    background: transparent;
    padding: 10px 12px;
    width: 100%;
    outline: none;
    color: #333333;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.search-input::placeholder {
    color: #999999;
}

.search-btn {
    border: none;
    background: transparent;
    color: #1d6a59;
    padding: 8px 0;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.search-btn:hover {
    color: #2d8a70;
    transform: scale(1.1);
}

/* HEADER ICONS RIGHT */
.header-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-shrink: 0;
}

.icon-link {
    position: relative;
    color: #333333;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: transparent;
}

.icon-link:hover {
    color: #1d6a59;
    background: rgba(29, 106, 89, 0.1);
    transform: scale(1.1);
}

/* BADGE */
.badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: linear-gradient(135deg, #ff6b6b, #ff4444);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 12px;
    min-width: 18px;
    text-align: center;
    display: none;
}

/* PROFILE DROPDOWN STYLES */
.profile-dropdown-wrapper {
    position: relative;
}

.profile-toggle {
    border: none;
    background: transparent;
    cursor: pointer;
}

.profile-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 220px;
    padding: 12px 0;
    margin-top: 10px;
    display: none;
    z-index: 1000;
    animation: slideDown 0.3s ease forwards;
}

.profile-dropdown.active {
    display: block;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-header {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-header h4 {
    margin: 0;
    color: #1d6a59;
    font-size: 16px;
}

.profile-dropdown hr {
    margin: 8px 0;
    border: none;
    border-top: 1px solid #f0f0f0;
}

.dropdown-item {
    display: block;
    padding: 12px 16px;
    color: #333333;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
}

.dropdown-item i {
    margin-right: 10px;
    width: 18px;
    text-align: center;
    color: #1d6a59;
}

.dropdown-item:hover {
    background: rgba(29, 106, 89, 0.08);
    padding-left: 20px;
    color: #1d6a59;
}

.dropdown-item.logout {
    color: #e74c3c;
}

.dropdown-item.logout i {
    color: #e74c3c;
}

.dropdown-item.logout:hover {
    background: rgba(231, 76, 60, 0.1);
}

/* MOBILE MENU TOGGLE */
.mobile-menu-toggle {
    display: none;
    color: #333333;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.mobile-menu-toggle:hover {
    color: #1d6a59;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1200px) {
    .header-container {
        gap: 15px;
        padding: 8px 0;
    }

    .nav-links-left {
        gap: 30px;
    }

    .search-bar {
        width: 220px;
    }
}

@media (max-width: 1000px) {
    .search-bar {
        display: none;
    }

    .header-container {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .nav-links-left {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .header-container {
        padding: 8px 0;
    }

    .logo {
        height: 50px;
    }

    .header-icons {
        gap: 12px;
    }

    .icon-link {
        font-size: 16px;
        width: 34px;
        height: 34px;
    }
}

/* BODY PADDING FOR FIXED HEADER */
body {
    padding-top: 100px;
}

/* HERO - Handled by carousel styles below */
.btn {
    display: inline-block;
    padding: 14px 40px;
    background: #ffc107;
    color: #1d6a59;
    font-weight: 700;
    font-size: 15px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    font-family: 'Poppins', sans-serif;
}

.btn:hover {
    background: #ffb300;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.3);
}

/* SECTION SPACING */
section {
    padding: 100px 0;
}

section.hero {
    padding: 0;
    margin: 0;
}

/* ABOUT */
.about {
    text-align: center;
    background: url('images/Cow BG.jpg.jpeg') center/cover no-repeat;
    padding: 100px 0;
    width: 100% !important;
    max-width: none !important;
    margin: 60px 0 !important;
}

.about.container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}



.about-hero-inner {
    max-width: 900px;
    margin: 0 auto;
}

.about h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1d6a59;
    font-weight: 800;
    line-height: 1.3;
}

.about p {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    font-weight: 400;
}

/* PRODUCTS */
.products {
    background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
    padding: 100px 0;
}

.products h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 800;
    color: #1d6a59;
}

.card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.4s;
}

.card:hover {
    transform: translateY(-10px);
}

.card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card h3 {
    padding: 15px;
    font-size: 20px;
}

.card p {
    padding: 0 15px 20px;
}

/* WHAT WE STAND FOR SECTION - ABOUT PAGE */
.about-values-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    min-height: auto;
    background: #f6f2e8;
}

.values-content-about {
    position: relative;
    z-index: 1;
}

.about-values-section h2 {
    text-align: center;
    font-size: 40px;
    color: #1d6a59;
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: -0.5px;
}

.values-grid-about {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.value-card-about {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    backdrop-filter: none;
    border: none;
    position: relative;
    overflow: hidden;
}

.value-card-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #f4a61c;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.value-card-about:hover::before {
    transform: scaleX(1);
}

.value-card-about:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(244, 166, 28, 0.1);
}

.value-icon-about {
    font-size: 56px;
    margin-bottom: 15px;
    display: block;
    transition: transform 0.3s ease;
}

.value-card-about:hover .value-icon-about {
    transform: scale(1.1);
}

.value-card-about h3 {
    font-size: 20px;
    color: #1d6a59;
    margin-bottom: 12px;
    font-weight: 700;
}

.value-card-about p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    font-weight: 400;
}

/* TRUST SECTION */
.trust-section {
    background: #1d6a59;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* Decorative background elements */
.trust-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    z-index: 0;
}

.trust-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    z-index: 0;
}

.trust-header {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.trust-section h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.trust-yellow {
    color: #ffc107;
    font-weight: 800;
}

.trust-white {
    color: #ffffff;
    font-weight: 800;
}

.trust-subtitle {
    color: #e8e8e8;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 400;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.trust-card {
    text-align: center;
    padding: 30px 25px;
    background: rgba(30, 95, 85, 0.5);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.trust-icon {
    width: 65px;
    height: 65px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    font-size: 30px;
    color: #1d6a59;
}

.trust-card h3 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.trust-card p {
    color: #e8e8e8;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.trust-button-container {
    text-align: center;
    position: relative;
    z-index: 1;
}

.btn-shop-now {
    display: inline-block;
    padding: 16px 55px;
    background: #ffc107;
    color: #1d6a59;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.3);
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}

.btn-shop-now:hover {
    background: #ffb300;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.4);
}

/* TESTIMONIALS SECTION */
.testimonials-section {
    background: linear-gradient(180deg, #fffdeb 0%, #fff8e6 100%);
    padding: 100px 0;
}

.testimonials-section h2 {
    text-align: center;
    font-size: 36px;
    color: #1d6a59;
    margin-bottom: 70px;
    font-weight: 800;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.testimonial-card {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.testimonial-card .stars {
    color: #ffc107;
    font-size: 20px;
    margin-bottom: 20px;
}

.testimonial-card p {
    font-size: 15px;
    color: #555555;
    margin-bottom: 20px;
    line-height: 1.7;
    font-style: italic;
    font-weight: 400;
}

.testimonial-card h4 {
    color: #1d6a59;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
}

.testimonial-card span {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
}

/* PRACTICES SECTION */
.practices-section {
    background: #fff;
    padding: 100px 0;
}

.practices-section h2 {
    text-align: center;
    font-size: 36px;
    color: #1d6a59;
    margin-bottom: 70px;
    font-weight: 800;
}

.practices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.practice-card {
    text-align: center;
    padding: 45px 35px;
    border: 2px solid #f0f0f0;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fafafa;
}

.practice-card:hover {
    border-color: #1d6a59;
    box-shadow: 0 10px 30px rgba(29, 106, 89, 0.15);
    background: #fff;
    transform: translateY(-8px);
}

.practice-number {
    font-size: 52px;
    font-weight: 800;
    color: #ffc107;
    margin-bottom: 20px;
}

.practice-card h3 {
    font-size: 24px;
    color: #1d6a59;
    margin-bottom: 15px;
    font-weight: 700;
}

.practice-card p {
    color: #555555;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

/* BLOG SECTION */
.blog-section {
    background: #f5f5f5;
    padding: 100px 0;
}

.blog-section h2 {
    text-align: center;
    font-size: 36px;
    color: #1d6a59;
    margin-bottom: 70px;
    font-weight: 800;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 40px;
}

.blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.blog-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover img {
    transform: scale(1.05);
}

.blog-content {
    padding: 30px;
}

.blog-date {
    color: #ffc107;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card h3 {
    font-size: 22px;
    color: #1d6a59;
    margin: 15px 0;
    line-height: 1.4;
    font-weight: 700;
}

.blog-card p {
    color: #555555;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 400;
}

.read-more {
    color: #1d6a59;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.read-more:hover {
    color: #ffc107;
}

/* CONTACT */
.contact {
    background: #f6f2e8;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.contact::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 500px;
    height: 500px;
    background: rgba(29, 106, 89, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.contact::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 400px;
    height: 400px;
    background: rgba(29, 106, 89, 0.03);
    border-radius: 50%;
    pointer-events: none;
}

.contact .container {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.contact h2 {
    margin-bottom: 50px;
    font-size: 42px;
    font-weight: 800;
    color: #1d6a59;
    text-align: center;
}

.contact > .container::before {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #ffc107;
    margin: 0 auto 30px;
    border-radius: 2px;
}

/* CONTACT WRAPPER - TWO COLUMN LAYOUT */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
}

/* LEFT SIDE - CONTACT DETAILS */
.contact-details {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    color: #333;
}

.contact-details h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1d6a59;
}

.contact-details > p {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.detail-icon {
    width: 50px;
    height: 50px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    color: #1d6a59;
}

.detail-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1d6a59;
    margin-bottom: 5px;
}

.detail-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.detail-item a {
    color: #1d6a59;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.detail-item a:hover {
    color: #ffc107;
}

.contact-social {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.contact-social a {
    width: 48px;
    height: 48px;
    background: #1d6a59;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 16px;
}

.contact-social a:hover {
    background: #ffc107;
    color: #1d6a59;
    transform: translateY(-3px);
}

/* RIGHT SIDE - CONTACT FORM */
.contact-form-section {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
}

.contact-form-section h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #1d6a59;
}

.form-row {
    margin-bottom: 18px;
    width: 100%;
}

.contact form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
}

.contact input,
.contact textarea {
    padding: 12px 16px;
    border: 1px solid #ddd;
    background: #fafafa;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    color: #333;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
}

.contact input::placeholder,
.contact textarea::placeholder {
    color: #999;
    font-weight: 400;
}

.contact input:focus,
.contact textarea:focus {
    outline: none;
    border-color: #1d6a59;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(29, 106, 89, 0.1);
}

.contact textarea {
    resize: vertical;
    min-height: 120px;
    font-family: 'Poppins', sans-serif;
}

.submit-btn {
    padding: 12px 30px;
    border: none;
    background: #1d6a59;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    align-self: flex-start;
    padding-left: 40px;
    padding-right: 40px;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #235b4f, #1d6a59);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(29, 106, 89, 0.2);
}

.contact button:active {
    transform: translateY(0);
}

/* RESPONSIVE - CONTACT SECTION */
@media (max-width: 1000px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-details {
        padding: 30px;
    }

    .contact-form-section {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact {
        padding: 60px 20px;
    }

    .contact h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-details h3 {
        font-size: 22px;
    }

    .contact-details > p {
        font-size: 14px;
    }

    .detail-item {
        margin-bottom: 20px;
    }

    .detail-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .detail-item h4 {
        font-size: 15px;
    }

    .detail-item p {
        font-size: 13px;
    }

    .contact-social {
        gap: 12px;
    }

    .contact-social a {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .contact-form-section {
        padding: 25px;
    }

    .contact-form-section h3 {
        font-size: 20px;
    }

    .contact input,
    .contact textarea {
        font-size: 13px;
        padding: 12px 16px;
    }

    .submit-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .contact {
        padding: 40px 15px;
    }

    .contact h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .contact-wrapper {
        gap: 20px;
    }

    .contact-details h3 {
        font-size: 20px;
    }

    .contact-details > p {
        font-size: 13px;
    }

    .detail-item {
        margin-bottom: 15px;
    }

    .contact-form-section {
        padding: 20px;
    }

    .contact-form-section h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .form-row {
        margin-bottom: 15px;
    }

    .contact input,
    .contact textarea {
        font-size: 12px;
        padding: 11px 14px;
    }

    .contact textarea {
        min-height: 120px;
    }

    .submit-btn {
        padding: 11px 25px;
        font-size: 13px;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FOOTER */
.main-footer{
    background-color: #fff;
    background-image: url('images/bottom-ele.webp');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:30px 0 20px 0;
    color:#333;
    border-top: 4px solid #1d6a59;
}

.footer-wrapper{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:40px;
    padding:0 8% 0 8%;
    align-items:flex-start;
}

/* BRAND */
.footer-brand{
    min-width:260px;
    flex-basis:auto;
}

.footer-logo{
    width:120px;
    margin-bottom:12px;
    margin-left:65px;
}

.footer-brand h2{
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
    color:#0a5c3c;
}

.footer-social{
    display:flex;
    gap:8px;
    justify-content:center;
}

.footer-social a{
    width:40px;
    height:40px;
    background:#f4a61c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:16px;
    text-decoration:none;
    transition:0.3s;
}

.footer-social a:hover{
    background:#1d6a59;
}

/* LINKS */
.footer-links{
    display:flex;
    flex-direction:column;
    min-width:140px;
}

.footer-links h3{
    color:#0a5c3c;
    margin-bottom:12px;
    font-size:14px;
    font-weight:600;
}

.footer-links a{
    color:#333;
    text-decoration:none;
    margin-bottom:8px;
    font-size:14px;
    line-height:1.6;
}

.footer-links a:hover{
    color:#0a5c3c;
}

/* NEWSLETTER */
.footer-newsletter{
    min-width:250px;
    flex-basis:auto;
}

.footer-newsletter h3{
    color:#0a5c3c;
    margin-bottom:12px;
    font-size:14px;
    font-weight:600;
}

.newsletter-box{
    display:flex;
    background:transparent;
    border:1px solid #ddd;
    border-radius:25px;
    overflow:hidden;
    width:100%;
    margin-bottom:12px;
}

.newsletter-box input{
    flex:1;
    border:none;
    padding:11px 15px;
    background:transparent;
    color:#333;
    outline:none;
    font-size:14px;
}

.newsletter-box input::placeholder{
    color:#999;
}

.newsletter-box button{
    background:#0a5c3c;
    color:#fff;
    border:none;
    padding:8px 16px;
    border-radius:40px;
    font-weight:600;
    cursor:pointer;
}


/* HERO CAROUSEL */
.hero {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    margin: 0;
    display: block;
    width: 100%;
}

.carousel {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}

.slides {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    gap: 0;
    position: relative;
    width: 100%;
}

.slide {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    opacity: 0;
    background: #000;
    margin: 0;
    padding: 0;
    border: none;
    transition: opacity 0.8s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    visibility: visible;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slide.active {
    opacity: 1;
    position: relative;
    z-index: 2;
    visibility: visible;
}

/* Arrows */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.prev { left: 15px; }
.next { right: 15px; }

.prev:hover, .next:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #333;
}

/* Dots */
.dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    height: 8px;
    width: 8px;
    margin: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot:hover {
    background: rgba(255, 255, 255, 0.7);
}

.dot.active {
    background: #fff;
    width: 24px;
    border-radius: 4px;
}

/* PRODUCT SECTION */


/* PRODUCT CAROUSEL */
.product-carousel {
    position: relative;
    width: 100%;
    max-width: 1330px;
    height: auto;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: visible;
}

.product-slides {
    display: flex;
    gap: 30px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 1520px;
    padding: 0;
    overflow: hidden;
    transform: translateX(0);
    position: relative;
}

.product-card {
    flex: 0 0 280px;
    min-width: 280px;
}

/* Carousel Arrows */
.product-prev, .product-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    background: #1d6a59;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s ease;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(29, 106, 89, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
}

.product-prev {
    left: 0;
}

.product-next {
    right: 0;
}

.product-prev:hover, .product-next:hover {
    background: #ffc107;
    color: #1d6a59;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 3px 12px rgba(255, 193, 7, 0.3);
}

.product-prev:active, .product-next:active {
    transform: translateY(-50%) scale(0.95);
}

/* Carousel Dots */
.product-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 10px;
    background: rgba(255,255,255,0.9);
    padding: 10px 0;
    border-radius: 8px;
}

.product-dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.product-dot.active {
    background: #ffc107;
}

/* PRODUCT GRID */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
}

.product-link {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
}

.product-link:hover .product-card {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.view-all-container {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.btn-view-all {
    display: inline-block;
    padding: 14px 40px;
    background: #1d6a59;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid #1d6a59;
}

.btn-view-all:hover {
    background: #ffc107;
    color: #1d6a59;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(29, 106, 89, 0.2);
}

.btn-view-all:active {
    transform: translateY(0);
}

@media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .product-card {
        flex: 0 0 280px;
    }
}

@media (max-width: 900px) {
    .product-carousel {
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .product-card {
        flex: 0 0 280px;
    }

    .product-prev, .product-next {
        font-size: 16px;
        width: 32px;
        height: 32px;
        padding: 6px 10px;
    }

    .product-prev {
        left: 0;
    }

    .product-next {
        right: 0;
    }
}

@media (max-width: 600px) {
    .product-carousel {
        margin: 0 auto;
        padding-left: 45px;
        padding-right: 45px;
    }

    .product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-card {
        flex: 0 0 280px;
    }

    .product-prev, .product-next {
        font-size: 14px;
        width: 28px;
        height: 28px;
        padding: 4px 8px;
    }

    .product-prev {
        left: 0;
    }

    .product-next {
        right: 0;
    }
}

@media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .values-grid-about {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-grid-about {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .product-grid {
        grid-template-columns: 1fr;
    }

    .values-grid-about {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-values-section {
        min-height: auto;
        padding: 80px 0;
    }

    .about-values-section h2 {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .value-card-about {
        padding: 35px 25px;
    }

    .value-icon-about {
        font-size: 60px;
        margin-bottom: 15px;
    }

    .value-card-about h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .value-card-about p {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* CARD */
.product-card {
    background: #fff;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

/* DISCOUNT BADGE */
.discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ffc107;
    color: #1d6a59;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 700;
    z-index: 10;
}

/* WISHLIST */
.wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: none;
    z-index: 10;
}

.wishlist i {
    color: #ccc;
    font-size: 18px;
    transition: 0.3s;
}

.wishlist:hover i {
    color: #ff6b7a;
}

/* ========== ABOUT PAGE STYLES ========== */

/* ABOUT HERO SECTION */
.about-hero {
    background: url('images/Cow BG.jpg.jpeg') center/cover no-repeat;
    color: #fff;
    padding: 280px 60px;
    text-align: center;
    margin-top: 90px;
    position: relative;
    overflow: hidden;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.25) 100%);
    pointer-events: none;
    z-index: 0;
}

.about-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    opacity: 0;
    z-index: 0;
}

.about-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.about-hero-content h1 {
    font-size: 56px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    color: #1d6a59;
}

.about-hero-content p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
    opacity: 0.95;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #ffffff;
}

/* STORY SECTION */
.story-section {
    padding: 80px 40px;
    background: url('images/bg347.webp') center/cover no-repeat;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.story-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(29, 106, 89, 0.75) 0%, rgba(45, 138, 112, 0.65) 100%);
    z-index: 0;
}

.story-grid {
    display: block;
    position: relative;
    z-index: 1;
    max-width: 600px;
}

.story-text h2 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.story-text p {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 400;
    opacity: 0.95;
}

.story-highlight {
    background: rgba(255, 255, 255, 0.15);
    border-left: 4px solid #f4a61c;
    padding: 25px;
    border-radius: 8px;
    margin-top: 15px;
    box-shadow: 0 8px 20px rgba(244, 166, 28, 0.15);
    backdrop-filter: blur(8px);
}

.story-highlight p {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.story-image {
    display: none;
}

.story-decoration {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 350px;
    height: auto;
}

.story-decoration img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.story-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    z-index: 2;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s ease;
}

.story-image:hover img {
    transform: scale(1.05);
}

/* PHILOSOPHY SECTION */
.philosophy-section {
    padding: 60px 0;
    background: #ffffff;
}

.philosophy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.philosophy-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.philosophy-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(29, 106, 89, 0.15) 0%, rgba(244, 166, 28, 0.1) 100%);
    z-index: 2;
}

.philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s ease;
}

.philosophy-image:hover img {
    transform: scale(1.05);
}

.philosophy-text h2 {
    font-size: 36px;
    color: #1d6a59;
    margin-bottom: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.philosophy-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
    font-weight: 400;
}

.philosophy-text p strong {
    color: #f4a61c;
    font-weight: 900;
}

/* COMMITMENT SECTION */
.commitment-section {
    padding: 60px 0;
    background: #ffffff;
}

.commitment-grid h2 {
    font-size: 32px;
    color: #1d6a59;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}

.commitment-grid p {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
    font-weight: 400;
}

.commitment-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.commitment-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
}

.commitment-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.card-icon {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
}

.commitment-card h3 {
    font-size: 18px;
    color: #1d6a59;
    margin-bottom: 10px;
    font-weight: 700;
}

.commitment-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
}

/* IMPACT METRICS SECTION */
.impact-section {
    padding: 60px 0;
    background: #f6f2e8;
    color: #1d6a59;
    position: relative;
    overflow: hidden;
}

.impact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    opacity: 0;
}

.impact-section h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #1d6a59;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 1;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    position: relative;
    z-index: 1;
}

.metric-card {
    text-align: center;
    padding: 35px 25px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(244, 166, 28, 0.15);
    transition: all 0.3s ease;
    backdrop-filter: none;
    position: relative;
    overflow: hidden;
}

.metric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(244, 166, 28, 0.08), rgba(244, 166, 28, 0) 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.metric-card:hover {
    background: #fdf9f2;
    border-color: #f4a61c;
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(244, 166, 28, 0.12);
}

.metric-card:hover::before {
    opacity: 1;
}

.metric-number {
    font-size: 48px;
    font-weight: 700;
    color: #f4a61c;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    display: block;
}

.metric-card p {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

/* VISION SECTION */
.vision-section {
    padding: 60px 0;
    background: #f6f2e8;
    position: relative;
    min-height: auto;
}

.vision-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: none;
    pointer-events: none;
    z-index: 1;
    display: none;
}

.vision-grid {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.vision-image {
    display: none;
}

.vision-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(29, 106, 89, 0.15) 0%, rgba(255, 193, 7, 0.1) 100%);
    z-index: 2;
}

.vision-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s ease;
}

.vision-image:hover img {
    transform: scale(1.05);
}

.vision-text h2 {
    font-size: 36px;
    color: #1d6a59;
    margin-bottom: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.vision-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
    font-weight: 400;
}

.vision-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.vision-list li {
    font-size: 14px;
    color: #555;
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
}

.vision-list li:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #f4a61c;
    font-weight: 700;
    font-size: 18px;
}

/* CORE VALUES SECTION */
.core-values-section {
    padding: 60px 0;
    background: #f6f2e8;
}

.core-values-section h2 {
    font-size: 40px;
    color: #1d6a59;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.values-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-item {
    text-align: center;
    padding: 35px 30px;
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    border: none;
    transition: all 0.3s ease;
}

.value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #f4a61c;
    border-radius: 12px 12px 0 0;
}

.value-item:hover {
    transform: translateY(-8px);
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(244, 166, 28, 0.12);
}

.value-item:hover .value-number {
    color: #f4a61c;
    transform: scale(1.05);
}

.value-number {
    font-size: 56px;
    font-weight: 700;
    color: #f4a61c;
    margin-bottom: 12px;
    transition: 0.3s;
}

.value-item h3 {
    font-size: 18px;
    color: #1d6a59;
    margin-bottom: 10px;
    font-weight: 700;
}

.value-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
}

/* COMMITMENT STATEMENT SECTION */
.statement-section {
    padding: 60px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.statement-box {
    text-align: center;
    padding: 50px 40px;
    background: #f6f2e8;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    max-width: 850px;
    margin: 0 auto;
    backdrop-filter: none;
    border: none;
    position: relative;
    z-index: 1;
}

.statement-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #f4a61c;
    border-radius: 16px 16px 0 0;
}

.statement-box h2 {
    font-size: 36px;
    color: #1d6a59;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.statement-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
    font-weight: 400;
}

.statement-box strong {
    color: #1d6a59;
    font-weight: 700;
}

.statement-italic {
    font-style: italic;
    color: #999;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 500;
}

/* CTA SECTION */
.about-cta-section {
    padding: 60px 0;
    background: #f6f2e8;
    color: #1d6a59;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    opacity: 0;
}

.about-cta-section h2 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 1;
    color: #1d6a59;
}

.about-cta-section p {
    font-size: 16px;
    margin-bottom: 40px;
    opacity: 0.95;
    position: relative;
    z-index: 1;
    font-weight: 400;
    color: #666;
}

.btn-primary {
    background: #f4a61c;
    color: #1d6a59;
    padding: 14px 40px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    margin: 0 10px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border: none;
}

.btn-primary:hover {
    background: #e09a0f;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(244, 166, 28, 0.25);
}

.btn-secondary {
    background: transparent;
    color: #1d6a59;
    border: 2px solid #1d6a59;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    margin: 0 10px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.btn-secondary:hover {
    background: #1d6a59;
    color: #fff;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 1000px) {
    .about-hero {
        padding: 200px 40px;
        min-height: 65vh;
    }

    .about-hero-content h1 {
        font-size: 56px;
        margin-bottom: 20px;
        color: #ffffff;
    }

    .about-hero-content p {
        font-size: 16px;
    }

    .story-section,
    .philosophy-section,
    .impact-section {
        padding: 50px 0;
    }

    .about-values-section,
    .core-values-section {
        padding: 50px 0;
    }

    .values-grid-about {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .metric-card {
        padding: 25px 20px;
    }

    .values-showcase {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .vision-section {
        background: linear-gradient(to right, #ffffff 0%, #ffffff 55%, rgba(255,255,255,0) 100%),
                    url('images/Group_2085663111.webp') right center / 45% auto no-repeat;
        min-height: 500px;
    }

    .vision-grid {
        max-width: 55%;
    }

    .vision-text h2 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 120px 30px;
        min-height: 55vh;
        justify-content: center;
        text-align: center;
    }

    .about-hero::before {
        display: none;
    }

    .about-hero-content h1 {
        font-size: 36px;
        text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
        margin-bottom: 12px;
        color: #1d6a59;
    }

    .about-hero-content p {
        font-size: 14px;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        max-width: 100%;
        color: #ffffff;
    }

    .about-hero-content {
        max-width: 100%;
    }

    .story-grid,
    .philosophy-grid,
    .vision-grid {
        grid-template-columns: 1fr;
        gap: 25px;;
    }

    .story-section,
    .philosophy-section,
    .impact-section {
        padding: 40px 20px;
        min-height: auto;
    }

    .story-section::before {
        background: linear-gradient(135deg, rgba(29, 106, 89, 0.8) 0%, rgba(45, 138, 112, 0.8) 100%);
    }

    .story-decoration {
        display: none;
    }

    .story-text h2 {
        font-size: 28px;
        color: #ffffff;
    }

    .story-text p {
        font-size: 13px;
        color: #ffffff;
    }

    .about-values-section,
    .core-values-section {
        padding: 40px 20px;
    }

    .story-text h2,
    .philosophy-text h2,
    .vision-text h2,
    .impact-section h2,
    .core-values-section h2,
    .about-cta-section h2 {
        font-size: 28px;
        letter-spacing: -0.3px;
    }

    .story-text p,
    .philosophy-text p,
    .vision-text p,
    .about-cta-section p {
        font-size: 13px;
    }

    .values-grid-about {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .value-card-about {
        padding: 20px 15px;
    }

    .value-icon-about {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .value-card-about h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .value-card-about p {
        font-size: 12px;
    }

    .commitment-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .commitment-card {
        padding: 20px 15px;
    }

    .commitment-card h3 {
        font-size: 16px;
    }

    .card-icon {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .commitment-card p {
        font-size: 12px;
    }

    .metric-card {
        padding: 20px 15px;
    }

    .metric-number {
        font-size: 36px;
    }

    .metric-card p {
        font-size: 12px;
    }

    .values-showcase {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .value-item {
        padding: 20px 15px;
    }

    .value-number {
        font-size: 40px;
        margin-bottom: 8px;
    }

    .value-item h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .value-item p {
        font-size: 12px;
    }

    .statement-box {
        padding: 30px 20px;
    }

    .statement-box h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .statement-box p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .statement-italic {
        font-size: 12px;
        margin-top: 10px;
    }

    .about-cta-section {
        padding: 40px 20px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 10px 25px;
        font-size: 12px;
        margin: 0 5px;
    }

    .about-cta-section h2 {
        font-size: 32px;
    }

    .about-cta-section p {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 14px 35px;
        font-size: 14px;
        margin: 10px 0;
        width: 100%;
        box-sizing: border-box;
    }

    .btn-primary:hover,
    .btn-secondary:hover {
        transform: translateY(-2px);
    }

    .vision-section {
        background: #f6f2e8;
        min-height: auto;
        padding: 80px 20px;
    }

    .vision-section::before {
        display: none;
    }

    .vision-grid {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .about-hero {
        padding: 100px 20px;
        min-height: 50vh;
        justify-content: center;
        text-align: center;
    }

    .about-hero::before {
        display: none;
    }

    .about-hero::after {
        height: 80px;
    }

    .about-hero-content h1 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #1d6a59;
    }

    .about-hero-content p {
        font-size: 12px;
        max-width: 100%;
        color: #ffffff;
    }

    .story-section,
    .philosophy-section,
    .impact-section {
        padding: 40px 15px;
        min-height: auto;
    }

    .about-values-section,
    .core-values-section,
    .commitment-section {
        padding: 40px 15px;
    }

    .story-section::before {
        background: linear-gradient(135deg, rgba(29, 106, 89, 0.85) 0%, rgba(45, 138, 112, 0.85) 100%);
    }

    .story-text h2,
    .philosophy-text h2,
    .vision-text h2,
    .impact-section h2,
    .core-values-section h2,
    .about-cta-section h2 {
        font-size: 22px;
        color: #ffffff;
    }

    .story-text p,
    .philosophy-text p,
    .vision-text p,
    .about-cta-section p {
        font-size: 12px;
        color: #ffffff;
    }

    .values-grid-about {
        gap: 15px;
    }

    .value-card-about {
        padding: 15px 12px;
    }

    .value-icon-about {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .value-card-about h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .value-card-about p {
        font-size: 11px;
    }

    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .metric-card {
        padding: 15px 12px;
    }

    .metric-number {
        font-size: 28px;
    }

    .metric-card p {
        font-size: 11px;
    }

    .commitment-cards {
        gap: 12px;
    }

    .commitment-card {
        padding: 15px 12px;
    }

    .commitment-card h3 {
        font-size: 14px;
    }

    .card-icon {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .commitment-card p {
        font-size: 11px;
    }

    .values-showcase {
        gap: 15px;
    }

    .value-item {
        padding: 15px 12px;
    }

    .value-number {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .value-item h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .value-item p {
        font-size: 11px;
    }

    .statement-box {
        padding: 25px 15px;
    }

    .statement-box h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .statement-box p {
        font-size: 11px;
    }

    .statement-italic {
        font-size: 11px;
        margin-top: 8px;
    }

    .about-cta-section {
        padding: 40px 15px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 10px 20px;
        font-size: 11px;
        margin: 5px;
    }

    .value-description {
        font-size: 12px;
    }

    .statement-section {
        padding: 60px 0;
    }

    .statement-box {
        padding: 30px 20px;
        backdrop-filter: none;
    }

    .statement-box h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .statement-box p {
        font-size: 13px;
    }

    .about-cta-section {
        padding: 60px 0;
    }

    .about-cta-section h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .about-cta-section p {
        margin-bottom: 30px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 12px 30px;
        font-size: 13px;
    }

    .vision-section {
        background: #f6f2e8;
        min-height: auto;
        padding: 60px 0;
    }

    .vision-section::before {
        display: none;
    }

    .vision-grid {
        max-width: 100%;
    }
}

/* IMAGE */
.product-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* INFO */
.product-info {
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rating {
    display: none;
}

.product-info h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: #1d6a59;
    font-weight: 600;
    line-height: 1.4;
}

/* PRICE */
.price {
    margin-bottom: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 0;
    font-size: 13px;
    font-weight: 400;
}

.new-price {
    color: #1d6a59;
    font-weight: 700;
    font-size: 16px;
}

/* VARIANT DROPDOWN */
.variant {
    display: none;
    width: 100%;
    padding: 8px;
    border-radius: 25px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

/* BUTTONS */
.btn-cart {
    width: 100%;
    background: #ffc107;
    border: none;
    padding: 11px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #1d6a59;
}

.btn-cart:hover {
    background: #ffb84d;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.25);
}

.btn-buy {
    width: 100%;
    background: #f5f5f5;
    color: #1d6a59;
    border: 1.5px solid #1d6a59;
    padding: 11px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-buy:hover {
    background: #1d6a59;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(29, 106, 89, 0.25);
}

/* TOP SCROLLING BAR */
.top-bar {
    width: 100%;
    height: 40px;
    background: #1d6a59;
    color: #000;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 2000;
}

/* Scroll container */
.scroll-text {
    white-space: nowrap;
    display: inline-block;
    animation: scrollLeft 18s linear infinite;
}

/* Text */
.scroll-text span {
    font-weight: 600;
    padding-left: 100%;
}

/* Smooth scrolling animation */
@keyframes scrollLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* FIXED TOP BAR */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
}

/* FIXED HEADER */
header {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
}

/* Push page content down */
body {
    padding-top: 90px; /* 40px top bar + ~60px header */
}

.layers {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* Top Beige Background */
.top-layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 250px;
    background: #e8d3a3;
}

/* If using image instead */
.top-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Green Wave */
.green-wave {
    position: absolute;
    top: 180px;
    width: 100%;
    height: 200px;
    background: #167a4c;
    border-bottom-left-radius: 50% 40px;
    border-bottom-right-radius: 50% 40px;
}

/* Yellow Section */
.yellow-section {
    position: absolute;
    top: 300px;
    width: 100%;
    height: calc(100% - 300px);
    background: #f6b324;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Text Styling */
.yellow-section h1 {
    font-size: 48px;
    font-weight: 600;
    color: #006644;
}

.yellow-section span {
    color: white;
    font-weight: 700;
}

.green-wave {
    position: absolute;
    top: 180px;
    width: 100%;
}

/* ========== PROFILE & SETTINGS PAGE STYLES ========== */

.profile-page-wrapper {
    background: #ffffff;
}

/* HERO SECTION */
.profile-hero {
    background: linear-gradient(135deg, #1d6a59 0%, #2d8a70 100%);
    color: #ffffff;
    padding: 100px 20px;
    text-align: center;
    margin-top: 90px;
    position: relative;
    overflow: hidden;
}

.profile-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.profile-hero p {
    font-size: 18px;
    opacity: 0.9;
    font-weight: 400;
}

/* PROFILE CONTENT */
.profile-content {
    padding: 60px 20px;
    background: #f6f2e8;
    min-height: 70vh;
}

.profile-grid {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
}

/* SIDEBAR */
.profile-sidebar {
    position: sticky;
    top: 130px;
}

.sidebar-menu {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-weight: 500;
    font-size: 14px;
}

.menu-item:hover {
    background: #f5f5f5;
    color: #1d6a59;
    border-left-color: #1d6a59;
}

.menu-item.active {
    background: #1d6a59;
    color: #ffffff;
    border-left-color: #1d6a59;
}

.menu-item.logout:hover {
    color: #dc3545;
}

.menu-item i {
    font-size: 16px;
}

/* MAIN CONTENT */
.profile-main {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* ALERT MESSAGES */
.alert {
    padding: 16px 20px;
    border-radius: 8px;
    font-weight: 600;
    animation: slideIn 0.3s ease;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.alert-error {
    background: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* PROFILE CARDS */
.profile-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.card-header {
    padding: 25px 30px;
    background: linear-gradient(135deg, #1d6a59 0%, #2d8a70 100%);
    color: #ffffff;
    border-bottom: 0;
}

.card-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.card-header p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

/* PROFILE FORM */
.profile-form {
    padding: 30px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1d6a59;
    font-size: 14px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1d6a59;
    box-shadow: 0 0 0 3px rgba(29, 106, 89, 0.1);
}

.form-group input:disabled {
    background: #f5f5f5;
    cursor: not-allowed;
}

.form-group small {
    display: block;
    margin-top: 6px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.form-actions {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.btn-save {
    padding: 12px 40px;
    background: #1d6a59;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-save:hover {
    background: #235b4f;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(29, 106, 89, 0.25);
}

.btn-cancel {
    padding: 12px 40px;
    background: transparent;
    color: #1d6a59;
    border: 2px solid #1d6a59;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-cancel:hover {
    background: #1d6a59;
    color: #fff;
    transform: translateY(-2px);
}

/* PASSWORD REQUIREMENTS */
.password-requirements {
    background: #f0f8f5;
    border-left: 4px solid #1d6a59;
    padding: 16px 20px;
    border-radius: 6px;
    margin: 20px 0;
}

.password-requirements h4 {
    margin: 0 0 10px 0;
    color: #1d6a59;
    font-size: 14px;
    font-weight: 700;
}

.password-requirements ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

.password-requirements li {
    color: #555;
    font-size: 13px;
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative;
}

.password-requirements li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: 700;
}

/* ACCOUNT INFO */
.account-info {
    padding: 30px;
}

.info-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.info-item label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #999;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-item p {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1d6a59;
}

.info-item small {
    display: block;
    color: #999;
    font-size: 13px;
}

/* INFO BOXES */
.profile-info-boxes,
.settings-info-boxes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.info-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    gap: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.info-box.warning {
    background: #fff5e6;
    border-left: 4px solid #ffc107;
}

.info-box i {
    font-size: 32px;
    color: #1d6a59;
    flex-shrink: 0;
}

.info-box.warning i {
    color: #ffc107;
}

.info-box h3 {
    margin: 0 0 8px 0;
    color: #1d6a59;
    font-size: 16px;
    font-weight: 700;
}

.info-box p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.info-box a {
    color: #1d6a59;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.info-box a:hover {
    color: #ffc107;
}

.link {
    display: inline-block;
    margin-top: 8px;
    color: #1d6a59;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.link:hover {
    color: #ffc107;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .profile-grid {
        grid-template-columns: 1fr;
    }

    .profile-sidebar {
        position: static;
    }

    .sidebar-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-item {
        border-bottom: 1px solid #e0e0e0;
        border-left: none;
        padding: 12px 14px;
        font-size: 13px;
    }

    .menu-item.active {
        background: #f5f5f5;
        color: #1d6a59;
        border-bottom: 2px solid #1d6a59;
    }
}

@media (max-width: 768px) {
    .profile-hero {
        padding: 60px 15px;
        margin-top: 90px;
    }

    .profile-hero h1 {
        font-size: 32px;
    }

    .profile-hero p {
        font-size: 14px;
    }

    .profile-content {
        padding: 40px 15px;
    }

    .profile-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .sidebar-menu {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }

    .menu-item {
        border: 1px solid #e0e0e0;
        border-left: none;
        padding: 10px;
        text-align: center;
        font-size: 12px;
        flex-direction: column;
    }

    .form-group label {
        font-size: 13px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 13px;
    }

    .btn-save,
    .btn-cancel {
        padding: 10px 20px;
        font-size: 12px;
    }

    .card-header {
        padding: 20px;
    }

    .card-header h2 {
        font-size: 20px;
    }

    .profile-form {
        padding: 20px;
    }

    .account-info {
        padding: 20px;
    }

    .info-box {
        padding: 18px;
        gap: 15px;
    }

    .info-box i {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .sidebar-menu {
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-item {
        padding: 10px;
        font-size: 11px;
    }

    .form-actions {
        flex-direction: column;
    }

    .btn-save,
    .btn-cancel {
        width: 100%;
    }

    .profile-form {
        padding: 15px;
    }

    .info-box {
        flex-direction: column;
        text-align: center;
    }

    .info-box i {
        align-self: center;
    }
}


.landscape_container {
    height: 100vh;
    background: url('images/Component_7.webp') center/cover no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    padding-top: 80px;
}

.landscape-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.landscape_container h2 {
    font-size: 50px;
    margin-bottom: 40px;
    color: #006644;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.landscape-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 20px;
}

.landscape-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.landscape-img:hover {
    transform: scale(1.05);
}

/* ========== CONTACT PAGE STYLES ========== */

.contact-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #fafaf9 0%, #fff 100%);
    margin-top: 90px;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

/* LEFT COLUMN: CONTACT DETAILS */
.contact-left {
    padding-right: 40px;
}

.contact-left h1 {
    font-size: 42px;
    color: #1d6a59;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.welcome-text {
    font-size: 20px;
    color: #1d6a59;
    margin-bottom: 20px;
    font-weight: 700;
}

.intro-text {
    font-size: 15px;
    color: #555555;
    margin-bottom: 50px;
    line-height: 1.7;
    font-weight: 400;
}

/* Contact Info Boxes */
.contact-info-boxes {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 50px;
}

.info-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.info-icon {
    font-size: 40px;
    flex-shrink: 0;
}

.info-box h3 {
    font-size: 18px;
    color: #1d6a59;
    margin-bottom: 5px;
    font-weight: 700;
}

.info-box p {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    font-weight: 400;
}

.info-box a {
    color: #1d6a59;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.info-box a:hover {
    color: #ffc107;
}

/* Social Media Links */
.social-media-links {
    display: flex;
    gap: 15px;
}

.social-media-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #1d6a59;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 18px;
}

.social-media-links a:hover {
    background: #ffc107;
    color: #1d6a59;
    transform: translateY(-3px);
}

/* RIGHT COLUMN: CONTACT FORM */
.contact-right {
    padding: 50px 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.contact-right h2 {
    font-size: 28px;
    color: #1d6a59;
    margin-bottom: 30px;
    font-weight: 800;
}

.message-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.form-group {
    display: flex;
}

.message-form input,
.message-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    color: #333;
    transition: all 0.3s ease;
    background: #fff;
}

.message-form input::placeholder,
.message-form textarea::placeholder {
    color: #999;
}

.message-form input:focus,
.message-form textarea:focus {
    outline: none;
    border-color: #1d6a59;
    box-shadow: 0 0 0 3px rgba(29, 106, 89, 0.1);
}

.message-form textarea {
    resize: vertical;
}

.submit-btn {
    background: linear-gradient(135deg, #1d6a59, #235b4f);
    color: #fff;
    padding: 14px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(1, 75, 51, 0.2);
}

/* Form Decoration */
.form-decoration {
    text-align: center;
    margin-top: 40px;
}

.form-decoration img {
    max-width: 250px;
    height: auto;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .contact-wrapper {
        gap: 60px;
    }

    .contact-left {
        padding-right: 20px;
    }

    .contact-right {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 80px 0;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-left {
        padding-right: 0;
    }

    .contact-left h1 {
        font-size: 36px;
    }

    .welcome-text {
        font-size: 20px;
    }

    .intro-text {
        font-size: 15px;
        margin-bottom: 35px;
    }

    .contact-info-boxes {
        gap: 25px;
        margin-bottom: 35px;
    }

    .info-box {
        gap: 15px;
    }

    .info-icon {
        font-size: 32px;
    }

    .info-box h3 {
        font-size: 16px;
    }

    .info-box p {
        font-size: 14px;
    }

    .social-media-links a {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .contact-right {
        padding: 40px 25px;
    }

    .contact-right h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .message-form {
        gap: 15px;
    }

    .message-form input,
    .message-form textarea {
        padding: 12px 15px;
        font-size: 14px;
    }

    .submit-btn {
        padding: 12px 30px;
        font-size: 15px;
    }

    .form-decoration img {
        max-width: 180px;
    }
}

/* CONTACT PAGE */

.contact-page{
background:#f6f2e8;
padding:80px 0 5px 0;
}

.contact-grid{
display:grid;
grid-template-columns:0.85fr 1.5fr;
gap:40px;
align-items:start;
}

/* LEFT SIDE */

.contact-title{
font-size:40px;
color:#1d6a59;
margin-bottom:10px;
font-weight:700;
line-height:1.3;
}

.contact-title span{
color:#f4a61c;
}

.contact-subtitle{
font-size:20px;
font-weight:600;
margin-bottom:8px;
color:#1d6a59;
}

.contact-desc{
font-size:16px;
color:#666;
margin-bottom:15px;
line-height:1.8;
}

.contact-left hr{
border:none;
border-top:1px solid #ddd;
margin:15px 0;
}

.contact-item{
display:flex;
align-items:flex-start;
gap:15px;
margin-bottom:18px;
}

.contact-icon{
width:45px;
height:45px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
color:#1d6a59;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.contact-item h4{
font-size:18px;
font-weight:600;
margin-bottom:5px;
color:#1d6a59;
}

.contact-item p{
font-size:15px;
color:#666;
}

.contact-item a {
    color: #666;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #1d6a59;
}

/* SOCIAL */

.social-icons{
display:flex;
gap:15px;
}

.social-icons a{
width:40px;
height:40px;
border-radius:50%;
background:#f4a61c;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:16px;
text-decoration:none;
transition:0.3s;
}

.social-icons a:hover{
background:#1d6a59;
}

/* RIGHT FORM */

.contact-form-box{
background:linear-gradient(135deg,#1d6a59,#235b4f);
padding:40px;
border-radius:18px;
color:#fff;
}

.form-title{
font-size:36px;
font-weight:700;
margin-bottom:30px;
color:#fff;
line-height:1.3;
}

.form-title span{
color:#f4a61c;
}

.form-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
margin-bottom:20px;
}

.contact-form-box .form-row:first-of-type {
    grid-template-columns: 1fr;
}

.contact-form-box input,
.contact-form-box textarea{
width:100%;
padding:15px;
border:none;
border-radius:8px;
background:#e6e6e6;
font-size:15px;
font-family:inherit;
color:#333;
}

.contact-form-box textarea{
margin-bottom:20px;
resize:none;
}

.contact-btn{
display:block;
margin:auto;
background:#f4a61c;
border:none;
padding:14px 40px;
border-radius:30px;
font-weight:700;
font-size:16px;
cursor:pointer;
transition:.3s;
color:#fff;
}

.contact-btn:hover{
background:#ffb72e;
}

/* DECORATION */

.contact-decoration{
text-align:center;
margin-top:0;
margin-bottom:0;
padding:0;
}

.contact-decoration img{
width:100vw;
height:auto;
display:block;
margin-left:calc(-50vw + 50%);
margin-bottom:-5px;
}

/* RESPONSIVE */

@media(max-width:900px){

.contact-grid{
grid-template-columns:1fr;
}

}

/* NOTIFICATION STYLES */

.notification-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 9998;
    transition: background 0.3s ease;
}

.notification-modal-bg.show {
    background: rgba(0, 0, 0, 0);
}

.notification {
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 24px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    font-weight: 600;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
    max-width: 90%;
    text-align: center;
}

.notification.show {
    opacity: 1;
}

.notification-success {
    background: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.notification-error {
    background: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

