


/* -----------------------------------------
   GOOGLE FONTS
----------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Montserrat:wght@400;700&family=Raleway:wght@400;700&family=Oxygen:wght@300;400;700&family=Merriweather:wght@300;400;700&display=swap");


/* -----------------------------------------
   DESKTOP TICKER
----------------------------------------- */
#Ads_div {
    width: 100% !important;
    min-height: 40px;
    overflow: hidden;
    margin-top: 0;
    display: block;
    white-space: nowrap;
    padding-top: 10px;
}

/* Clean ticker background block */
.ticker-bg {
    background: url("../assets/images/blue_grad.jpg") center/cover no-repeat;
    padding-top: 30px;        /* more breathing room above */
    padding-bottom: 40px;     /* more breathing room below */
    min-height: 150px;        /* ensures ticker sits fully inside */
    position: relative;
    z-index: 2;
}



/* -----------------------------------------
   HIDE DESKTOP TICKER + gradient section MOBILE ONLY
----------------------------------------- */
@media (max-width: 768px) {

    #Ads_div,
    #msg-box8-4v {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
    }

} /* <-- THIS WAS MISSING */


@media (max-width: 768px) {
    .ticker-bg {
        display: none !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }
}

/* -----------------------------------------
   WELCOME SECTION (DESKTOP)
----------------------------------------- */
#header1-10 {
    padding-top: 200px !important;     /* more space above */
    padding-bottom: 140px !important;  /* more space below */
    min-height: 70vh;                  /* ensures full visibility */
    background-size: cover !important;
    background-position: center !important;
}

#header1-10 .mbr-table-cell {
    display: block !important;
    width: 100%;
}

.welcome-img {
    max-width: 540px;  */Welcome.png Scaling
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

@media (min-width: 769px) {
    .welcome-img {
        margin-top: -250px;
        transform: translateX(0px);
    }
}

/* -----------------------------------------
   WELCOME SECTION (MOBILE)
----------------------------------------- */
@media (max-width: 768px) {

    .welcome-title, h1.welcome-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
        text-align: center;
    }

    .welcome-subtitle, h2.welcome-subtitle {
        font-size: 18px !important;
        line-height: 1.3 !important;
        text-align: center;
    }

    .welcome-wrapper {
        padding: 20px 10px !important;
    }
}

@media (max-width: 768px) {

    /* Reduce Welcome block height */
    #header1-10 {
        padding-top: 10px !important;
        padding-bottom: 40px !important;
        min-height: auto !important;
    }

    /* Scale Welcome image smaller */
    .welcome-img {
        max-width: 280px !important;   /* adjust size */
        margin-top: -50px !important;   /* moves it UP a bit */
        transform: none !important;    /* remove desktop right-shift */
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
    }
}

/* -----------------------------------------
   CAROUSEL - SWIPER
----------------------------------------- */

/* Desktop Swiper */
.mySwiper {
    width: 100%;
    height: 720px;
}

.mySwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile Swiper */
@media (max-width: 768px) {
    .mySwiper {
        height: auto !important;
        aspect-ratio: 4 / 3;
    }
}


/* -----------------------------------------
   PARALLAX CSS
----------------------------------------- */

.mbr-parallax-background .mbr-overlay {
    pointer-events: none;
    z-index: 0 !important;
}

.mbr-parallax-background > *:not(.mbr-overlay) {
    position: relative;
    z-index: 2;
}

.parallax-section {
    background-size: cover;
    background-position: center;
}


/* -----------------------------------------
   MOBILE FIXES
----------------------------------------- */

@media (max-width: 768px) {

    body, html {
        overflow-x: hidden;
    }

    section {
        padding: 30px 0;
    }

    .container, .content-wrapper {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    h1, .hero-title {
        font-size: 28px;
        line-height: 1.2;
    }

    h2, .hero-subtitle {
        font-size: 18px;
        line-height: 1.3;
    }

    .product-grid {
        display: block;
    }

    .product-item {
        width: 100%;
        margin-bottom: 25px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    #gm-root .gm-panel {
        width: 220px;
    }

    #gm-root .gm-panel a {
        font-size: 18px;
        padding: 14px 18px;
    }
}

/* -----------------------------------------
   COLOR BUTTONS on INDEX
----------------------------------------- */

.btn,
.btn-primary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger,
.btn-default {
    background-color: #512d1e !important;
    border-color: #512d1e !important;
}