﻿
.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0
}

.vegas-overlay {
    opacity: .5;
    background: url(overlays/02.html) center center
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px
}

.vegas-timer-progress {
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: width ease-out;
    transition: width ease-out
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%
}

.vegas-slide, .vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: center center no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

body .vegas-container {
    overflow: hidden !important;
    position: relative
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2
}

    body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide, body.vegas-container > .vegas-timer {
        position: fixed;
        z-index: -1
    }

:root body.vegas-container > .vegas-overlay, :root body.vegas-container > .vegas-slide, _::full-page-media, _:future {
    bottom: -76px
}

.vegas-transition-blur, .vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px);
    filter: blur(32px)
}

.vegas-transition-blur-in, .vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.vegas-transition-blur2-out {
    opacity: 0
}

.vegas-transition-burn, .vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%)
}

.vegas-transition-burn-in, .vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
    filter: contrast(100%) saturate(100%)
}

.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%)
}

.vegas-transition-fade, .vegas-transition-fade2 {
    opacity: 0
}

.vegas-transition-fade-in, .vegas-transition-fade2-in {
    opacity: 1
}

.vegas-transition-fade2-out {
    opacity: 0
}

.vegas-transition-flash, .vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25)
}

.vegas-transition-flash-in, .vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25)
}

.vegas-transition-negative, .vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.vegas-transition-negative-in, .vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
    filter: invert(0)
}

.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.vegas-transition-slideDown, .vegas-transition-slideDown2 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.vegas-transition-slideUp, .vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
    -webkit-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg);
    opacity: 0
}

.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}

.vegas-transition-swirlLeft2-out, .vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
    -webkit-transform: scale(2) rotate(-35deg);
    transform: scale(2) rotate(-35deg);
    opacity: 0
}

.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}

.vegas-transition-swirlRight2-out {
    -webkit-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg);
    opacity: 0
}

.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.vegas-transition-zoomIn2-out, .vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
}

.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.vegas-transition-zoomOut2-out {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
    animation: kenburns ease-out
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
    animation: kenburnsDownLeft ease-out
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%,-10%);
        transform: scale(1.5) translate(10%,-10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%,-10%);
        transform: scale(1.5) translate(10%,-10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
    animation: kenburnsDownRight ease-out
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%,-10%);
        transform: scale(1.5) translate(-10%,-10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

@@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%,-10%);
        transform: scale(1.5) translate(-10%,-10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
    animation: kenburnsDown ease-out
}

@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0,-10%);
        transform: scale(1.5) translate(0,-10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0,-10%);
        transform: scale(1.5) translate(0,-10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
    animation: kenburnsLeft ease-out
}

@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%,0);
        transform: scale(1.5) translate(10%,0)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

@@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%,0);
        transform: scale(1.5) translate(10%,0)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
    animation: kenburnsRight ease-out
}

@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%,0);
        transform: scale(1.5) translate(-10%,0)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%,0);
        transform: scale(1.5) translate(-10%,0)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
    animation: kenburnsUpLeft ease-out
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%,10%);
        transform: scale(1.5) translate(10%,10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%,10%);
        transform: scale(1.5) translate(10%,10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
    animation: kenburnsUpRight ease-out
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%,10%);
        transform: scale(1.5) translate(-10%,10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%,10%);
        transform: scale(1.5) translate(-10%,10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
    animation: kenburnsUp ease-out
}

@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0,10%);
        transform: scale(1.5) translate(0,10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0,10%);
        transform: scale(1.5) translate(0,10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}
/* ===================================================================
   Mawasim Taiba – Footer (Fully Responsive & Full-Width)
   =================================================================== */

.mt-footer {
    background: #fff;
    border-top: 1px solid #eee;
    font-family: 'Poppins', sans-serif;
}

/* ---------- Full-width container ---------- */
.mt-footer__container {
    width: 100%;
    max-width: none;
    padding: 48px clamp(16px, 6vw, 80px);
    margin: 0;
}

/* ---------- Responsive grid (3 → 2 → 1 columns) ---------- */
.mt-footer__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: clamp(24px, 4vw, 64px);
    align-items: start;
}

@media (max-width: 1100px) {
    .mt-footer__grid {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
    }
}

@media (max-width: 640px) {
    .mt-footer__grid {
        grid-template-columns: 1fr;
    }
}

/* ---------- Text & titles ---------- */
.mt-footer__title {
    margin: 4px 0 12px;
    font-weight: 700;
    font-size: 1.15rem;
    color: #222;
}

.mt-footer__text {
    color: #333;
    line-height: 1.75;
    font-size: 2rem;
    margin: 0 0 14px;
    max-width: 52ch;
}

.mt-footer__legal {
    color: #777;
    font-size: 0.95rem;
    margin-top: 12px;
}

/* ---------- Logo + About Section ---------- */
.mt-about {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mt-footer__brand {
    margin: 0;
}

    .mt-footer__brand img {
        display: block;
        max-width: 190px;
        height: auto;
    }

/* Stack logo above text on smaller devices */
@media (max-width: 992px) {
    .mt-about {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .mt-footer__brand img {
        max-width: 170px;
    }
}

/* ---------- Quick Links ---------- */
.mt-footer__links {
    columns: 2 240px;
    column-gap: 28px;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .mt-footer__links li {
        break-inside: avoid;
        margin: 8px 0;
    }

    .mt-footer__links a {
        color: #111;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.3s ease;
    }

        .mt-footer__links a:hover {
            color: #4a8b71;
            text-decoration: underline;
        }

/* ---------- Subscribe Section ---------- */
.mt-subscribe__row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
}

@media (max-width: 520px) {
    .mt-subscribe__row {
        grid-template-columns: 1fr;
    }
}

.mt-input {
    width: 100%;
    height: 46px;
    padding: 10px 14px;
    background: #fff;
    color: #111;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    outline: none;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

    .mt-input:focus {
        border-color: #f5d46b;
        box-shadow: 0 0 0 3px rgba(245, 212, 107, 0.25);
    }

.mt-btn {
    height: 46px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 700;
    color: #111;
    background: #fffbea;
    border: 2px solid #f5d46b;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.25s ease;
}

    .mt-btn:hover {
        background: #f5d46b;
    }

/* ---------- Social Icons ---------- */
.mt-social {
    display: flex;
    gap: 14px;
    padding: 0;
    margin: 12px 0 0;
    list-style: none;
}

    .mt-social a {
        font-size: 18px;
        color: #4a8b71;
        opacity: 0.85;
        transition: opacity 0.2s ease;
    }

        .mt-social a:hover {
            opacity: 1;
        }

/* ---------- Status Message ---------- */
.mt-status {
    margin-top: 6px;
    font-size: 0.9rem;
    color: #4a8b71;
}

/* ---------- Accessibility Utility ---------- */
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ---------- Theme Overrides (safety nets) ---------- */
.footer__inner {
    margin-bottom: 0 !important;
}

.site-logo {
    text-indent: 0 !important;
    overflow: visible !important;
}

/* ---------- Optional: tighter layout for very small screens ---------- */
@media (max-width: 360px) {
    .mt-footer__container {
        padding: 36px 12px;
    }

    .mt-footer__text {
        font-size: 0.95rem;
    }
}

/* ============================================================
   Footer Bottom Bar - Centered and Stylish
   ============================================================ */
.mt-footer__bottom {
    background: linear-gradient(90deg, #fffbe6 0%, #fffef8 100%);
    border-top: 1px solid #f5d46b;
    padding: 18px 10px;
    text-align: center;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.04);
}

    .mt-footer__bottom .mt-footer__legal {
        margin: 0;
        font-size: 1rem;
        font-weight: 500;
        color: #333;
        letter-spacing: 0.2px;
    }

        .mt-footer__bottom .mt-footer__legal a {
            color: #4a8b71;
            font-weight: 600;
            text-decoration: none;
            transition: color 0.3s ease;
        }

            .mt-footer__bottom .mt-footer__legal a:hover {
                color: #1b7358;
                text-decoration: underline;
            }

    /* Divider styling */
    .mt-footer__bottom .divider {
        color: #999;
        margin: 0 8px;
    }

/* Make bottom bar text scale well */
@media (max-width: 480px) {
    .mt-footer__bottom .mt-footer__legal {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

/* Sticky footer baseline */
html, body {
    height: 100%;
}

    body.site {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        margin: 0; /* kill default body margin */
        padding: 0 !important; /* some themes add bottom padding */
    }

.site-main {
    flex: 1 0 auto;
}
/* grow the main area */
.mt-footer {
    margin-top: auto;
}
/* push footer to the bottom */

/* Make sure no element after the footer adds space */
.mt-footer__bottom .mt-footer__legal {
    margin: 0;
}

.mt-footer, .mt-footer__bottom {
    border-bottom: 0;
}

/* If your theme adds page-level bottom padding, force it off */
.page, .wrapper, .content, .main, #main {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.menu-color {
    color: #1c1a1a !important;
}

:root {
    --brand: #00703c; /* deeper green for better visibility */
    --text-strong: #1a1a1a;
    --text: #222;
    --muted: #666;
    --bg-alt: #fafafa;
    --radius: 10px;
    --shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Section base */
.product-section {
    padding: 60px 0;
}

    .product-section:nth-of-type(even) {
        background-color: var(--bg-alt);
    }

/* Text column */
.product-content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* Icon styling */
.icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0, 112, 60, 0.08);
    color: var(--brand);
    margin-bottom: 14px;
}

    .icon-wrapper i {
        font-size: 28px;
    }

/* Title */
.product-title {
    font-family: "Poppins", "Segoe UI", Roboto, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-strong);
    margin-bottom: 22px;
    letter-spacing: 0.3px;
}

/* List styling */
.product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .product-list li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 12px;
        font-family: "Open Sans", "Segoe UI", Roboto, sans-serif;
        color: var(--text);
        line-height: 1.7;
        letter-spacing: 0.1px;
    }

        .product-list li::before {
            content: "◆";
            position: absolute;
            left: 0;
            color: var(--brand);
        }

/* Image column */
.product-image img {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    object-fit: cover;
}

    .product-image img:hover {
        transform: scale(1.02);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    }

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .product-section {
        padding: 48px 0;
    }

    .product-title {
        font-size: 1.7rem;
    }

    .product-list li {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .product-section {
        padding: 40px 0;
    }

    .product-content {
        text-align: center;
    }

    .product-title {
        font-size: 1.5rem;
    }

    .product-list li {
        font-size: 0.97rem;
    }

    .product-image {
        margin-top: 20px;
    }
}
/*/----*/
