/* Arabic RTL Support for Algazara */

:root {
    --primary-green: #39aa0f;
    --secondary-yellow-green: #d4cf00;
    --dark-green: #2d8a0c;
    --light-green: #4bc51f;
}

body {
    font-family: 'IBM Plex Sans Arabic', sans-serif !important;
    direction: rtl;
    text-align: right;
}

/* Green Color Theme - Modern Glass Navbar */
.navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 50px;
    margin: 20px auto 0 auto;
    width: min(1300px, calc(100% - 1rem));
    max-width: 1300px;
    padding: 0.75rem 2rem !important;
    box-shadow: 0 10px 40px -10px rgba(57, 170, 15, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar.navbar-sticky {
    margin-top: 20px !important;
    top: 20px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
}

.navbar > .container {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand {
    color: var(--dark-green) !important;
    font-weight: 800;
    font-size: 1.5rem;
}

.nav-link {
    color: #444 !important;
    font-weight: 600;
    padding: 0.6rem 1.2rem !important;
    border-radius: 25px;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-item.active .nav-link,
.nav-link:hover {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--secondary-yellow-green) 100%);
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(57, 170, 15, 0.3);
}

.bg-warning {
    background-color: var(--primary-green) !important;
}

.bg-primary {
    background-color: var(--secondary-yellow-green) !important;
}

.bg-success {
    background-color: var(--dark-green) !important;
}

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

.bg-danger {
    background-color: #2d8a0c !important;
}

.text-danger {
    color: var(--primary-green) !important;
}

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

.text-warning {
    color: var(--secondary-yellow-green) !important;
}

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

/* Button Colors */
.form-control[type="submit"],
button[type="submit"] {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--dark-green) 100%);
    border: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.form-control[type="submit"]:hover,
button[type="submit"]:hover {
    background: linear-gradient(135deg, var(--dark-green) 0%, var(--primary-green) 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(57, 170, 15, 0.3);
}

/* Site Footer */
.site-footer {
    background: linear-gradient(135deg, #1a5a08 0%, var(--dark-green) 100%);
}

/* Hero Section - Creative Design */
.hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: transparent;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 4rem 0;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1.5;
    /* Creative vignette: clear center with yellow hint, fading to deep green edges */
    background: radial-gradient(circle at center, 
        rgba(212, 207, 0, 0.1) 0%, 
        rgba(57, 170, 15, 0.5) 50%, 
        rgba(26, 90, 8, 0.9) 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
}

.hero-background-video {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0.25;
}

.audio-toggle-btn {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 1300;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(57, 170, 15, 0.95), rgba(26, 90, 8, 0.95));
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.audio-toggle-btn:hover,
.audio-toggle-btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
    outline: none;
}

.audio-toggle-btn .audio-icon {
    font-size: 1.1rem;
}

@media (max-width: 575px) {
    .audio-toggle-btn {
        bottom: 1rem;
        left: 1rem;
        padding: 0.45rem 1rem;
        font-size: 0.85rem;
    }
}

.hero-background-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 aspect ratio */
    min-height: 100vh;
    min-width: 177.77vh; /* 16:9 aspect ratio */
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hero-decorative-shapes {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(2px);
}

.hero-shape-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: 10%;
    animation: float 8s ease-in-out infinite;
}

.hero-shape-2 {
    width: 250px;
    height: 250px;
    bottom: 50px;
    right: 60%;
    animation: float 6s ease-in-out infinite 2s;
}

.hero-shape-3 {
    width: 180px;
    height: 180px;
    top: 40%;
    left: 5%;
    animation: float 7s ease-in-out infinite 1s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

.hero-pattern {
    position: absolute;
    inset: 0;
    z-index: 3;
    background-image: 
        repeating-linear-gradient(90deg, rgba(255,255,255,0.03) 0px, transparent 1px, transparent 40px, rgba(255,255,255,0.03) 41px),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.03) 0px, transparent 1px, transparent 40px, rgba(255,255,255,0.03) 41px);
    pointer-events: none;
}

.hero-content {
    position: relative;
    max-width: 50rem;
    padding: 0.5rem 0 2rem 0;
    z-index: 10;
}

.hero-logo-container {
    margin-bottom: 1.5rem;
    margin-top: -2rem;
    opacity: 0;
    animation: fadeDown 1s ease-out 0.2s both;
}

.hero-logo-img {
    width: 170px;
    height: auto;
    filter: brightness(0) invert(1) drop-shadow(0 4px 12px rgba(0,0,0,0.2));
}

@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%);
    backdrop-filter: blur(12px);
    padding: 0.6rem 1.75rem;
    margin-bottom: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: fadeUp 800ms ease-out 0.3s both;
}

.hero-badge-icon {
    font-size: 1.25rem;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.hero-badge span {
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
}

.hero-title {
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: white;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeUp 800ms ease-out 0.4s both;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 4.5rem;
    }
}

.hero-highlight {
    color: #fde047;
    position: relative;
    display: inline-block;
}

.hero-highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 12px;
    background: rgba(253, 224, 71, 0.3);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    animation: underlineGrow 0.6s ease-out 1.2s forwards;
}

@keyframes underlineGrow {
    to { transform: scaleX(1); }
}

.hero-title-subtitle {
    display: inline-block;
    background: linear-gradient(90deg, #fde047 0%, white 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    max-width: 42rem;
    opacity: 0;
    animation: fadeUp 800ms ease-out 0.5s both;
}

.hero-stats {
    display: flex;
    gap: 2.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeUp 800ms ease-out 0.6s both;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fde047;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 10px rgba(253, 224, 71, 0.3);
}

.hero-stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.hero-buttons {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    opacity: 0;
    animation: fadeUp 800ms ease-out 0.7s both;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    padding: 1rem 2rem;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.hero-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.hero-btn:hover::before {
    width: 300px;
    height: 300px;
}

.hero-btn-primary {
    background: linear-gradient(135deg, white 0%, #f0f0f0 100%);
    color: var(--primary-green);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 2px solid transparent;
}

.hero-btn-primary:hover {
    background: #fde047;
    color: var(--dark-green);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(253, 224, 71, 0.4);
}

.hero-btn-arrow {
    transition: transform 0.3s ease;
    font-weight: 800;
}

.hero-btn-primary:hover .hero-btn-arrow {
    transform: translateX(-5px);
}

.hero-btn-secondary {
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: white;
    transform: translateY(-3px);
}

.hero-bottom-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 10;
    line-height: 0;
}

.hero-bottom-wave svg {
    width: 100%;
    height: 60px;
    display: block;
}

@media (min-width: 768px) {
    .hero-bottom-wave svg {
        height: 100px;
    }
}

/* Logo Styling */
.navbar-brand img {
    height: 65px;
    width: auto;
    margin-left: 10px;
    filter: none;
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}


/* Navigation adjustments for RTL */
.navbar-nav {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex: 1;
}

@media (min-width: 992px) {
    .navbar-nav {
        justify-content: space-around;
        gap: 0.5rem;
    }

    .navbar-nav .nav-item {
        border-bottom: none !important;
        padding: 0;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 1.5rem !important;
        border-radius: 25px;
    }
}

.navbar-brand {
    margin-right: 0;
    margin-left: 1rem;
}

/* Mobile Menu Enhancements */
@media (max-width: 991px) {
    .navbar {
        padding: 0.75rem 1rem !important;
        position: relative;
        z-index: 1000;
        margin: 10px auto;
        border-radius: 30px;
        width: 96%;
    }

    /* Ensure navbar doesn't overlap content when sticky */
    .navbar.navbar-sticky {
        position: sticky;
        top: 10px !important;
        z-index: 1000;
    }

    .navbar-brand img {
        height: 50px;
        max-width: 150px;
        width: auto;
    }

    .navbar-toggler {
        border: none;
        border-radius: 8px;
        padding: 0.5rem 0.75rem;
        background: transparent;
        backdrop-filter: none;
        transition: all 0.3s ease;
        margin-left: 0.5rem;
    }

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .navbar-toggler .navbar-toggler-icon,
    .navbar-toggler .navbar-toggler-icon:before,
    .navbar-toggler .navbar-toggler-icon:after {
        background: var(--primary-green);
        width: 24px;
        height: 2.5px;
    }

    .navbar-toggler .navbar-toggler-icon:before {
        top: -7px;
    }

    .navbar-toggler .navbar-toggler-icon:after {
        top: 7px;
    }

    .navbar-collapse {
        margin-top: 0.75rem;
        background: transparent;
        padding: 0;
        box-shadow: none;
        border: none;
        backdrop-filter: none;
        animation: slideDown 0.3s ease-out;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .navbar-nav {
        flex-direction: column;
        gap: 0.25rem;
        width: 100%;
    }

    .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 0;
        width: 100%;
    }

    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }

    .navbar-nav .nav-link {
        color: var(--dark-green) !important;
        font-size: 1.15rem;
        font-weight: 600;
        padding: 1rem 0.5rem;
        border-radius: 8px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        width: 100%;
    }

    .navbar-nav .nav-link::after {
        content: "";
        display: none;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-item.active .nav-link {
        background: linear-gradient(135deg, rgba(57, 170, 15, 0.1) 0%, rgba(57, 170, 15, 0.05) 100%);
        color: var(--primary-green) !important;
        transform: translateX(-3px);
    }

    .navbar-nav .nav-link:hover::after {
        transform: translateX(-3px);
    }

    .navbar-nav .nav-item.active .nav-link {
        background: linear-gradient(135deg, var(--primary-green) 0%, var(--light-green) 100%);
        color: white !important;
    }

    .navbar-nav .nav-item.active .nav-link::after {
        color: white;
    }
}

@media (max-width: 575px) {
    .navbar {
        width: 98%;
        padding: 0.6rem 0.75rem !important;
    }

    .navbar-brand img {
        height: 40px;
        max-width: 90px;
    }

    .navbar-toggler {
        padding: 0.4rem 0.6rem;
    }

    .navbar-collapse {
        margin-top: 0.5rem;
    }

    .navbar-nav .nav-link {
        font-size: 1.05rem;
        padding: 0.875rem 0.5rem;
    }
}


/* Portfolio/Products info alignment */
.portfolio-info {
    text-align: center;
}

/* News text alignment */
.news-text-info {
    text-align: right;
}

/* Form alignment */
.contact-form {
    direction: rtl;
}

.contact-form .form-label {
    text-align: right;
    display: block;
}

.contact-form input,
.contact-form textarea {
    text-align: right;
}

/* Footer alignment */
.site-footer {
    direction: rtl;
    text-align: right;
}

.social-icon {
    flex-direction: row-reverse;
}

/* Carousel controls for RTL */
.carousel-control-prev {
    left: auto;
    right: 0;
}

.carousel-control-next {
    right: auto;
    left: 0;
}

/* About section text alignment */
#about p {
    text-align: right;
}

/* Team/Brand carousel text */
.team-thumb {
    text-align: center;
}

/* Custom links alignment */
.custom-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.custom-link {
    text-align: right;
}

/* News category badge */
.news-category {
    right: auto;
    left: 1rem;
}

/* Improve Arabic font rendering */
h1, h2, h3, h4, h5, h6 {
    font-family: 'IBM Plex Sans Arabic', sans-serif !important;
    font-weight: 700;
}

p, span, a, label {
    font-family: 'IBM Plex Sans Arabic', sans-serif !important;
}

/* Fix margins for RTL */
.me-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

.me-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
}

.ms-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* Adjust icon positioning */
.bi-geo-alt-fill {
    margin-left: 0.5rem;
    margin-right: 0;
}

/* Product grid enhancements */
.portfolio-thumb {
    transition: transform 0.3s ease;
}

.portfolio-thumb:hover {
    transform: translateY(-5px);
}

/* View All Products Link */
.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-green);
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border: 2px solid var(--primary-green);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.view-all-link:hover {
    background: var(--primary-green);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3);
}

.view-all-link i {
    transition: transform 0.3s ease;
}

.view-all-link:hover i {
    transform: translateX(-5px);
}

/* Standardize product image sizes */
.portfolio-thumb {
    display: flex;
    flex-direction: column;
}

.portfolio-thumb a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    min-height: 280px;
    max-height: 280px;
}

.portfolio-image {
    width: 100%;
    height: 200px;
    object-fit: contain !important;
    max-width: 200px;
    margin: 0 auto;
}

/* Brand logos container */
#brands .bg-white {
    transition: all 0.3s ease;
}

#brands .bg-white:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Enhance carousel brand display */
.carousel-item img {
    transition: transform 0.5s ease;
}

.carousel-item:hover img {
    transform: scale(1.05);
}


/* Keyframe animations for hero content */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Improve button styling for Arabic */
.form-control[type="submit"],
button[type="submit"] {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* News card improvements */
.news-thumb {
    transition: all 0.3s ease;
}

.news-thumb:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Better spacing in sections */
.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Improve readability */
p {
    line-height: 1.8;
}

/* RTL-specific adjustments for flex items */
.d-flex {
    direction: rtl;
}

/* Fix checkbox alignment */
.form-check {
    padding-right: 1.5rem;
    padding-left: 0;
}

.form-check-input {
    float: right;
    margin-right: -1.5rem;
    margin-left: 0;
}

.form-check-input:checked {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
}

.form-check-label {
    text-align: right;
}

/* News category badges with green colors */
.news-category.bg-warning {
    background-color: var(--primary-green) !important;
}

.news-category.bg-primary {
    background-color: var(--secondary-yellow-green) !important;
    color: #333 !important;
}

.news-category.bg-success {
    background-color: var(--dark-green) !important;
}

/* Portfolio/Product category colors */
.portfolio-info .text-danger {
    color: var(--primary-green) !important;
}

.portfolio-info .text-success {
    color: var(--dark-green) !important;
}

.portfolio-info .text-warning {
    color: var(--secondary-yellow-green) !important;
}

.portfolio-info .text-info {
    color: var(--light-green) !important;
}

/* Team/Brand thumb colors */
.team-thumb.bg-warning {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--light-green) 100%) !important;
}

.team-thumb.bg-primary {
    background: linear-gradient(135deg, var(--secondary-yellow-green) 0%, var(--primary-green) 100%) !important;
}

.team-thumb.bg-success {
    background: linear-gradient(135deg, var(--dark-green) 0%, var(--primary-green) 100%) !important;
}

.team-thumb.bg-info {
    background: linear-gradient(135deg, var(--light-green) 0%, var(--secondary-yellow-green) 100%) !important;
}

.team-thumb.bg-danger {
    background: linear-gradient(135deg, #2d8a0c 0%, var(--primary-green) 100%) !important;
}

/* Links and hover effects */
a {
    color: var(--primary-green);
    transition: all 0.3s ease;
}

a:hover {
    color: var(--dark-green);
}

.custom-link {
    color: white;
    border-bottom: 2px solid var(--secondary-yellow-green);
}

.custom-link:hover {
    color: var(--secondary-yellow-green) !important;
    border-bottom-color: white;
}

/* Accent colors for headings */
h2 {
    color: #333;
    position: relative;
}

.section-padding h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-green) 0%, var(--secondary-yellow-green) 100%);
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Social icons with green theme */
.social-icon-link {
    color: white;
    font-size: 1.75rem;
    transition: all 0.3s ease;
}

.social-icon-link:hover {
    color: var(--secondary-yellow-green) !important;
    transform: translateY(-3px);
}


/* Brands section background */
#brands {
    background: linear-gradient(180deg, #f8fff5 0%, #ffffff 100%);
}

/* News section image sizing */
.news-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
}

.large-news-image {
    height: 400px;
}

.news-thumb {
    overflow: hidden;
}

.news-image-hover {
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

/* About section dark background with green accent */
.bg-dark {
    background: linear-gradient(135deg, #1a5a08 0%, var(--dark-green) 100%) !important;
}

/* Contact Section Enhanced UX */
.contact-info-card {
    background: white;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    min-height: 220px;
    max-height: 220px;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(46, 125, 50, 0.15);
    border-color: var(--primary-green);
}

.contact-info-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--light-green) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.contact-info-card:hover .contact-info-icon {
    transform: scale(1.08) rotate(5deg);
    box-shadow: 0 8px 20px rgba(46, 125, 50, 0.3);
}

.contact-info-icon i {
    font-size: 2.25rem;
    color: white;
    line-height: 1;
}

.contact-info-card h5 {
    color: var(--dark-green);
    font-weight: 700;
    margin-bottom: 0.75rem;
    font-size: 1.15rem;
    line-height: 1.4;
}

.contact-info-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.contact-info-card a {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-info-card a:hover {
    color: var(--primary-green);
}

/* Contact Form Styling */
.contact-form {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.contact-form .form-label {
    font-weight: 600;
    color: var(--dark-green);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.contact-form .form-label i {
    color: var(--primary-green);
    font-size: 1.1rem;
}

.contact-form .form-control,
.contact-form select {
    padding: 0.875rem 1.25rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.contact-form .form-control:focus,
.contact-form select:focus {
    border-color: var(--primary-green);
    background: white;
    box-shadow: 0 0 0 4px rgba(46, 125, 50, 0.1);
    outline: none;
}

.contact-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232E7D32' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    padding-right: 1.25rem;
    padding-left: 3rem;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

.contact-submit-btn {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--light-green) 100%);
    color: white;
    border: none;
    padding: 1rem 3rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.4s ease;
    box-shadow: 0 6px 20px rgba(46, 125, 50, 0.3);
    cursor: pointer;
}

.contact-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(46, 125, 50, 0.4);
    background: linear-gradient(135deg, var(--dark-green) 0%, var(--primary-green) 100%);
}

.contact-submit-btn i {
    transition: transform 0.3s ease;
}

.contact-submit-btn:hover i {
    transform: translateX(-5px);
}

/* Responsive adjustments for contact */
@media (max-width: 991px) {
    .contact-form {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .contact-info-card {
        margin-bottom: 1.5rem;
    }
    
    .contact-submit-btn {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
}

/* Products Page Styles */
.products-hero {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--light-green) 100%);
    padding: 8rem 0 4rem 0;
    position: relative;
}

.products-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%23ffffff" fill-opacity="0.05" fill-rule="evenodd"%3E%3Cpath d="M0 0h30v30H0V0zm30 30h30v30H30V30z"/%3E%3C/g%3E%3C/svg%3E');
    opacity: 0.3;
}

.products-hero h1,
.products-hero p {
    position: relative;
    z-index: 2;
}

/* Filter Buttons */
.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.filter-btn {
    background: white;
    border: 2px solid var(--primary-green);
    color: var(--primary-green);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary-green);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3);
}

/* Product Card */
.product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(46, 125, 50, 0.15);
}

.product-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    padding: 2rem 1rem;
    min-height: 280px;
    overflow: hidden;
}

.product-card .product-image {
    width: 100%;
    height: 220px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

.product-info {
    padding: 1.5rem;
    text-align: center;
    background: white;
}

.product-info h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark-green);
    margin-bottom: 0.5rem;
}

.product-category {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--light-green) 100%);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Product Item Animation */
.product-item {
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-item[style*="display: none"] {
    opacity: 0;
    transform: scale(0.9);
}

/* Responsive Products */
@media (max-width: 991px) {
    .products-hero {
        padding: 6rem 0 3rem 0;
    }

    .filter-btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 767px) {
    .products-hero {
        padding: 5rem 0 2.5rem 0;
    }

    .products-hero h1 {
        font-size: 2rem;
    }

    .filter-buttons {
        gap: 0.5rem;
    }

    .filter-btn {
        padding: 0.5rem 1.25rem;
        font-size: 0.9rem;
    }

    .product-card a {
        min-height: 240px;
    }

    .product-card .product-image {
        height: 180px;
    }
}

/* News image hover overlay */
.news-image-hover-warning:hover::after {
    background: rgba(57, 170, 15, 0.8) !important;
}

/* Coming Soon Page Styles */
.coming-soon-section {
    position: relative;
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--light-green) 50%, var(--secondary-yellow-green) 100%);
    min-height: 100vh;
    overflow: hidden;
    padding: 2rem 0;
}

.coming-soon-content {
    position: relative;
    z-index: 10;
}

.coming-soon-icon {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    animation: pulse 2s infinite;
}

.coming-soon-icon i {
    font-size: 4rem;
    color: white;
    animation: rotate 3s linear infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.coming-soon-title {
    font-size: 4rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.02em;
}

.coming-soon-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 3rem;
}

.coming-soon-features {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.feature-item {
    color: white;
}

.feature-icon {
    font-size: 3rem;
    color: #fde047;
    margin-bottom: 1rem;
    display: block;
}

.feature-item h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.feature-item p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.coming-soon-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    color: var(--primary-green);
    padding: 1.25rem 3rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.125rem;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.coming-soon-btn:hover {
    background: #fde047;
    color: var(--dark-green);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Decorative Shapes for Coming Soon */
.coming-soon-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.coming-soon-shapes .shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    filter: blur(60px);
}

.coming-soon-shapes .shape-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    animation: float 15s infinite ease-in-out;
}

.coming-soon-shapes .shape-2 {
    width: 300px;
    height: 300px;
    bottom: -50px;
    left: -50px;
    animation: float 12s infinite ease-in-out reverse;
}

.coming-soon-shapes .shape-3 {
    width: 250px;
    height: 250px;
    top: 50%;
    right: 10%;
    animation: float 18s infinite ease-in-out;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

/* Responsive Coming Soon */
@media (max-width: 767px) {
    .coming-soon-title {
        font-size: 2.5rem;
    }

    .coming-soon-description {
        font-size: 1.1rem;
    }

    .coming-soon-icon {
        width: 100px;
        height: 100px;
    }

    .coming-soon-icon i {
        font-size: 3rem;
    }

    .feature-icon {
        font-size: 2.5rem;
    }

    .coming-soon-features {
        padding: 2rem 1.5rem;
    }

    .coming-soon-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

.news-image-hover-primary:hover::after {
    background: rgba(212, 207, 0, 0.8) !important;
}

.news-image-hover-success:hover::after {
    background: rgba(45, 138, 12, 0.8) !important;
}

