@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&family=Nunito:wght@300;400;600&family=Libre+Baskerville:wght@400;700&display=swap);

header,
nav {
    display: flex;
    width: 100%
}

*,
nav ul {
    padding: 0;
    margin: 0
}

*,
body,
nav ul {
    margin: 0
}

.logo a,
nav ul a {
    text-decoration: none
}

.close-btn,
.menu-toggle {
    background: 0 0;
    border: none;
    cursor: pointer
}

header,
nav {
    width: 100%
}

#hero-1,
.confirm-box,
.hero-content,
header,
section {
    text-align: center
}

.hero-content h1,
.logo {
    font-family: 'Libre Baskerville', serif
}

.prod-img-wrap::after,
.prod-shine {
    pointer-events: none;
    position: absolute
}

.prod-eyebrow,
.prod-tag,
.sub-text {
    text-transform: uppercase
}

#assurance,
body,
html,
section {
    overflow-x: hidden
}

#gallery,
#products {
    background-color: #1d1d18
}

.info,
.logo,
.prod-cta {
    white-space: nowrap
}

#about,
#contact {
    overflow-y: hidden
}

body,
footer,
html,
section {
    max-width: 100%
}

#scrollToTopBtn,
header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

#scrollToTopBtn,
#toast-message {
    bottom: 30px;
    opacity: 0;
    color: #fff
}

:root {
    --primary-color: black;
    --secondary-color: white;
    --highlight-color: #61800c;
    --text-gray: gray
}

* {
    box-sizing: content-box
}

html {
    scroll-padding-top: 50px;
    scroll-snap-type: y mandatory
}

body {
    font-family: Poppins, sans-serif;
    padding: 60px 0 0;
    background: var(--secondary-color);
    color: var(--primary-color);
    scroll-behavior: smooth
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    height: 60px;
    z-index: 1000;
    align-items: center;
    padding: 0 20px
}

nav {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    gap: 20px
}

.logo {
    font-size: 24px;
    color: #fff
}

#gallery h2,
#gallery p,
#products,
.main,
.prod-cta,
.prod-number,
.sub {
    font-family: Poppins, sans-serif
}

.logo a {
    color: #fff
}

.menu-toggle {
    display: none;
    font-size: 2rem;
    color: #fff
}

.close-btn,
.hero-nav.next {
    right: 10px
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px
}

nav ul li {
    display: inline
}

nav ul a {
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    font-family: Raleway, sans-serif;
    transition: color .3s ease-in-out, transform .2s ease-in-out;
    position: relative;
    padding: 5px 10px;
    display: inline-block
}

nav ul a:hover {
    color: #829611;
    transform: translateY(-2px)
}

nav ul a:active {
    color: #829611;
    transform: scale(.95)
}

section {
    padding: 100px 20px
}

.close-btn {
    position: absolute;
    top: 10px;
    font-size: 1.5rem;
    color: #333
}



#scrollToTopBtn.show,
.confirm-modal:not(.hidden) {
    opacity: 1;
    visibility: visible
}



/* hero */

#hero-1 {
    background: linear-gradient(rgba(22, 22, 22, .25), rgba(0, 0, 0, .4)),
        url('./assets/images/homepage/outdoor-shoot.webp') center / cover no-repeat;
    height: 100vh;
}

@media (max-width: 768px) {
    #hero-1 {
        background-image:
            linear-gradient(rgba(22, 22, 22, .25), rgba(0, 0, 0, .4)),
            url('./assets/images/homepage/outdoor-shoot.webp');

        background-size: cover;
        background-repeat: no-repeat;

        /* gradient position, image position */
        background-position: center, 70% center;

        height: 70vh;
    }
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.prod-card,
.prod-img-wrap {
    position: relative;
    overflow: hidden
}

.dot {
    height: 10px;
    width: 10px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 50%;
    display: inline-block;
    transition: background-color .3s;
    cursor: pointer
}

.btn,
.sub-text {
    font-size: 1.2rem
}

.btn,
.contact-footer li a {
    text-decoration: none;
    padding-bottom: 10px
}

#about {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
    padding: 100px 10%;
    gap: 50px;
    background-color: #fff
}

.about-content {
    flex: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left
}

.about-content h2,
.lifestyle-content h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #133b1f;
    line-height: 1.6
}

.about-content img {
    width: 20%;
    display: block;
    margin-top: 15px
}

.sub-text {
    color: #555;
    margin-top: 10px;
    margin-bottom: 10px
}

.btn {
    display: inline-block;
    margin-top: 25px;
    color: #133b1f;
    border-bottom: 2px solid #d4a24f;
    transition: opacity .3s;
    text-align: left
}

.btn:hover {
    opacity: .7
}

.about-image {
    flex: 1;
    display: flex;
    width: 50%;
    justify-content: center
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.option img,
.prod-img-wrap img {
    height: 100%;
    object-fit: cover;
    will-change: transform
}

#products {
    padding: 80px 48px 60px;
    overflow: hidden
}

.prod-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 52px;
    gap: 24px
}

.prod-header-left {
    flex-shrink: 0
}

.prod-eyebrow {
    display: block;
    font-size: 13px;
    letter-spacing: 4px;
    color: #5a5a48;
    margin-bottom: 10px;
    font-weight: 400
}

.prod-title {
    font-size: clamp(32px, 6vw, 32px);
    font-weight: 700;
    color: #f0ead8;
    line-height: .95;
    letter-spacing: -1.5px
}

.prod-title em {
    font-style: italic;
    color: #dab336;
    font-weight: 300;
    letter-spacing: -.5px
}

.prod-tagline {
    font-size: 19px;
    color: #dab336;
    line-height: 1.8;
    text-align: right;
    font-weight: 600
}

.prod-stage {
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    gap: 30px;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto
}

.prod-meta-top,
.prod-wide .prod-name {
    margin-bottom: 6px
}

.prod-card {
    background: #222218;
    border-radius: 20px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .6s, transform .6s
}

.prod-card.visible {
    opacity: 1;
    transform: translateY(0)
}

.prod-card.visible:hover,
.prod-card:hover {
    transform: translateY(-5px) scale(1.01)
}

.prod-card[data-index="1"] {
    transition-delay: 0s
}

.prod-card[data-index="2"] {
    transition-delay: 80ms
}

.prod-card[data-index="3"] {
    transition-delay: 0.16s
}

.prod-card[data-index="4"] {
    transition-delay: 0.22s
}

.prod-card[data-index="5"] {
    transition-delay: 0.28s
}

.prod-card:hover {
    z-index: 2
}

.prod-img-wrap {
    background: #181812
}

.prod-img-wrap img {
    width: 100%;
    display: block;
    transition: transform .7s cubic-bezier(.4, 0, .2, 1)
}

.prod-card:hover .prod-img-wrap img {
    transform: scale(1.07)
}

.prod-shine {
    inset: 0;
    background: linear-gradient(115deg, transparent 30%, rgba(218, 179, 54, .08) 50%, transparent 70%);
    opacity: 0;
    transition: opacity .4s;
    z-index: 2
}

.option.active .shadow,
.prod-card:hover .prod-shine {
    opacity: 1
}

.prod-number {
    position: absolute;
    top: 14px;
    left: 18px;
    font-size: 21px;
    letter-spacing: 2px;
    color: #dab336;
    font-weight: 500;
    z-index: 3
}

.option,
footer {
    position: relative
}

.prod-img-wrap::after {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, .5) 0, transparent 100%);
    z-index: 1
}

.prod-meta {
    padding: 18px 22px 22px
}

.prod-meta-top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.prod-name {
    font-size: 18px;
    font-weight: 600;
    color: #f0ead8;
    letter-spacing: -.3px
}

.prod-detail {
    font-size: 12px;
    color: #5a5a48;
    font-weight: 400;
    line-height: 1.5
}

.prod-tag {
    font-size: 9px;
    letter-spacing: 2px;
    color: #dab336;
    background: rgba(218, 179, 54, .1);
    border: 1px solid rgba(218, 179, 54, .25);
    border-radius: 4px;
    padding: 4px 10px;
    flex-shrink: 0
}

.prod-hero {
    align-self: stretch;
    display: flex;
    flex-direction: column
}

.prod-hero .prod-img-wrap {
    flex: 1;
    min-height: 380px
}

.prod-hero .prod-meta {
    padding: 22px 26px 26px
}

.prod-hero .prod-name {
    font-size: 22px
}

.prod-right {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.prod-wide {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.prod-wide .prod-img-wrap {
    width: 50%;
    min-width: 50%;
    min-height: 160px
}

.prod-wide .prod-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 24px
}

.prod-trio {
    display: grid;
    grid-template-columns: 0.6fr 1fr 1fr;
    gap: 10px
}

.prod-small .prod-meta {
    padding: 14px 16px 10px
}

.prod-small .prod-name {
    font-size: 15px;
    margin-bottom: 4px
}

.prod-small .prod-detail {
    font-size: 11px
}

.prod-mid {
    border: 1px solid rgba(218, 179, 54, .2)
}

.prod-footer {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 52px
}

.prod-rule {
    flex: 1;
    height: 1px;
    background: #2a2a22
}

.prod-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 33px;
    font-weight: 500;
    color: #dab336;
    text-decoration: none;
    letter-spacing: .5px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(218, 179, 54, .35);
    transition: gap .3s, border-color .3s
}

.ad-image,
.prod-cta svg {
    transition: transform .3s
}

.prod-cta:hover {
    gap: 16px;
    border-color: rgba(218, 179, 54, .8)
}

.prod-cta:hover svg {
    transform: translateX(4px)
}

@media (max-width:1024px) {
    #about-us {
        flex-direction: column;
        text-align: center;
        height: auto;
        width: 100%;
        padding: 10px 5%
    }

    .about-content h2 {
        font-size: 1.5rem
    }

    .about-image img {
        max-width: 100%
    }

    .prod-stage {
        grid-template-columns: 1fr 1.3fr
    }
}

/* Large screens (default) */
#products {
  padding: 80px 48px 60px;
}

/* Tablets (≤1024px) */
@media (max-width: 1024px) {
  .prod-stage {
    grid-template-columns: 1fr; /* stack hero + right column */
    gap: 20px;
  }

  .prod-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .prod-tagline {
    text-align: left;
    font-size: 17px;
  }


  
}

/* Small tablets / large phones (≤768px) */
@media (max-width: 768px) {
  #products {
    padding: 60px 24px 40px;
  }

  .prod-title {
    font-size: clamp(24px, 6vw, 28px);
    line-height: 1.1;
  }

  .prod-stage {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .prod-trio {
    grid-template-columns: 1fr; /* stack trio cards */
  }

  .prod-wide {
    flex-direction: column;
  }

  .prod-wide .prod-img-wrap {
    width: 100%;
    min-width: 100%;
    min-height: 200px;
  }
#mid-one {
    width: 100%;
    min-width: 100%;
    min-height: 100%;

}

#mid-two {
    width: 100%;
    min-width: 100%;
    min-height: 100%;

}
  .prod-small .prod-img-wrap {
      width: 100%;
      min-width: 290px;
      min-height: 350px;
      
  }
  

  .prod-small .prod-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;      
      border-radius: 4px;
  }

  .prod-tagline {
    font-size: 15px;
    line-height: 1.5;
  }


  
}

/* Phones (≤480px) */
@media (max-width: 480px) {
  #products {
    padding: 40px 16px 30px;
  }

  .prod-title {
    font-size: 22px;
    letter-spacing: -1px;
  }

  .prod-tagline {
    font-size: 14px;
    text-align: left;
  }

  .prod-meta {
    padding: 12px 14px;
  }

  .prod-name {
    font-size: 16px;
  }

  .prod-detail {
    font-size: 11px;
  }

  .prod-cta {
    font-size: 20px;
  }
}


#assurance,
#gallery,
.assurance-card {
    text-align: center
}

@media (max-width:560px) {
    #products {
        padding: 48px 20px 40px
    }

    .prod-hero,
    .prod-wide {
        flex-direction: column
    }

    .prod-hero .prod-img-wrap {
        width: 100%;
        min-height: 220px
    }

    .prod-trio {
        grid-template-columns: 1fr 1fr
    }

    .prod-trio .prod-card:last-child {
        grid-column: 1/-1
    }

    .prod-small .prod-img-wrap {
        height: 120px
    }

    .prod-wide .prod-img-wrap {
        width: 100%;
        min-height: 180px
    }
}

#ad-section {
    padding: 40px 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.ad-container {
    max-width: 950px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff
}

.ad-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.ad-image:hover {
    transform: scale(1.02);
    cursor: pointer
}

#assurance::before {
    content: "";
    display: block;
    width: 30%;
    border-top: 2px solid #183f26;
    margin-left: 0;
    margin-bottom: 50px
}

#assurance::after {
    content: "";
    display: block;
    width: 30%;
    border-bottom: 2px solid #183f26;
    margin-left: auto;
    margin-top: 50px
}

#assurance {
    background: #fff;
    padding: 60px 20px;
    height: 70vh
}

#assurance h2 {
    font-size: 28px;
    margin-bottom: 60px;
    color: #133b1f
}

.assurance-container {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: auto
}

#gallery,
.gallery-cards,
.icon,
.info,
.label,
.lifestyle-flex {
    display: flex
}

.assurance-card {
    padding: 20px
}

.assurance-card img {
    width: 50px;
    margin-bottom: 15px
}

.assurance-card h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px
}

.assurance-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.5
}

.assurance-card a {
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    color: #28a745;
    text-decoration: none;
    transition: color .3s ease-in-out
}

.assurance-card a:hover {
    color: #1f7a30
}

@media (max-width:1024px) {
    #assurance {
        overflow-y: hidden;
        height: fit-content
    }

    #assurance h2 {
        margin-bottom: 0
    }

    .assurance-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:600px) {
    .assurance-container {
        grid-template-columns: 1fr
    }
}

#gallery {
    padding: 40px 20px;
    min-height: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#gallery h2 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #dab336
}

#gallery p {
    color: #c1d4cb;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 1rem
}

.gallery-cards {
    flex-direction: row;
    align-items: stretch;
    max-width: 1200px;
    width: calc(100% - 100px);
    height: 420px;
    gap: 10px;
    contain: layout style
}

.option {
    overflow: hidden;
    min-width: 60px;
    border-radius: 30px;
    flex: 1 1 0%;
    cursor: pointer;
    background-color: #222;
    transition: flex .65s cubic-bezier(.4, 0, .2, 1), border-radius .4s, filter .4s, box-shadow .4s
}

.label,
.option img,
.shadow {
    position: absolute
}

.option img {
    inset: 0;
    width: 100%;
    z-index: 0;
    transition: transform .65s cubic-bezier(.4, 0, .2, 1)
}

.option.active {
    flex: 8 1 0%;
    border-radius: 40px;
    filter: brightness(1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4)
}

.option:not(.active) {
    filter: brightness(.65) saturate(.85)
}

.shadow {
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .72) 0, transparent 65%);
    z-index: 1;
    transition: opacity .5s
}

.option:not(.active) .shadow {
    opacity: .55
}

.label {
    align-items: center;
    z-index: 2;
    bottom: 25px;
    left: 25px;
    transition: bottom .65s cubic-bezier(.4, 0, .2, 1), left .65s cubic-bezier(.4, 0, .2, 1)
}

.option:not(.active) .label {
    bottom: 14px;
    left: 14px
}

.icon {
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #183f26;
    font-size: 1rem;
    flex-shrink: 0;
    transition: transform .4s
}

.option.active .icon {
    transform: scale(1.1)
}

.info {
    flex-direction: column;
    justify-content: center;
    margin-left: 12px;
    color: #fff;
    overflow: hidden
}

.info>div {
    transition: transform .65s cubic-bezier(.4, 0, .2, 1), opacity .65s cubic-bezier(.4, 0, .2, 1)
}

.option.active .info>div {
    transform: translateX(0);
    opacity: 1
}

.option:not(.active) .info>div {
    transform: translateX(-8px);
    opacity: 0
}

.main {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 2px
}

.sub {
    font-size: .9rem;
    font-weight: 400;
    opacity: .88;
    transition-delay: 0.12s
}

.option:not(.active):hover img {
    transform: scale(1.04)
}

.option:not(.active):hover {
    filter: brightness(.78) saturate(1.05)
}

@media (max-width:798px) {
    .gallery-cards {
        height: 350px;
        gap: 8px
    }

    .option:nth-child(4) {
        display: none
    }
}

@media (max-width:638px) {
    .gallery-cards {
        width: calc(100% - 40px);
        height: 280px;
        gap: 6px
    }

    .option:nth-child(3) {
        display: none
    }

    #gallery {
        padding: 24px 0
    }

    #gallery h2 {
        font-size: 1.4rem
    }

    #gallery p {
        font-size: .9rem;
        margin-bottom: 28px
    }
}

@media (max-width:480px) {
    .hero-content h1 {
        font-size: 38px
    }

    .hero-content p {
        font-size: 18px;
        text-align: center
    }

    .hero-image img {
        max-width: 30%
    }

    .gallery-cards {
        height: 230px;
        gap: 4px
    }

    .icon {
        min-width: 34px;
        max-width: 34px;
        height: 34px;
        font-size: .85rem
    }

    .main {
        font-size: 1rem
    }

    .sub {
        font-size: .8rem
    }

    .option {
        min-width: 50px
    }

    .option.active .label,
    .option:not(.active) .label {
        bottom: 12px;
        left: 12px
    }
}

.image-lifestyle {
    padding: 30px;
    background-color: #fff
}

.lifestyle-flex {
    align-items: center;
    width: 100%;
    padding: 0
}

.lifestyle-content {
    flex: 1;
    flex-basis: 40%;
    padding: 0;
    text-align: left
}

#contact,
#toast-message,
.life-text,
footer {
    text-align: center
}

.lifestyle-content span {
    color: #97870a;
    font-size: 1.9rem
}

.life-text {
    font-family: 'Dancing Script', cursive;
    font-size: 1.6rem;
    color: #1f1e1e
}

.ls-container {
    flex: 1;
    flex-basis: 60%;
    padding: 0
}

.lifestyle-bg {
    width: 80%;
    height: auto;
    padding: 0;
    border-radius: 50%/60% 60% 40% 40%
}

#contact {
    background-color: #306f44;
    color: #fff;
    padding: 0
}

.contact-container {
    max-width: 1600px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.contact-logo {
    display: inline-block;
    padding: 0;
    margin: 0
}

.contact-logo img {
    width: 40%;
    height: 20%
}

#bag-quotes {
    width: 200px
}

#bag-quotes p {
    font-size: 13px;
    color: #c1d4cb
}

#bag-quotes h4 {
    color: #000
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: .3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.social-icons a i {
    font-size: 30px;
    color: #000;
    transition: color .3s ease-in-out
}

.service-links {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4a24f;
    border-radius: 10%
}

.service-links h4 {
    font-size: 17px;
    margin-bottom: 15px
}

.service-links ul {
    list-style: none;
    padding: 0
}

.service-links li a {
    color: #c1d4cb;
    text-decoration: none;
    transition: color .3s;
    font-size: 13px
}

.service-links li a:hover {
    color: #ddd
}

.contact-footer {
    margin-top: 20px;
    font-size: 10px
}

.contact-footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 19px
}

.contact-footer li a {
    color: #fff;
    font-size: 14px
}

footer {
    background: var(--primary-color);
    padding: 10px;
    bottom: 0;
    width: 100%
}

footer p {
    font-size: 15px;
    color: #c2baba
}

@media (max-width:768px) {
    header {
        padding: 0 5px;
        height: 65px
    }

    body {
        padding-top: 50px
    }

    .logo {
        font-size: 20px
    }

    .menu-toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px
    }

    nav ul {
        display: none;
        flex-direction: column;
        gap: 10px;
        position: absolute;
        top: 60px;
        right: 0;
        background: #000;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        border-top: 1px solid #136124
    }

    nav ul.active {
        display: flex
    }

  
   

    #about {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: fit-content;
        padding: 10px
    }

    .about-content {
        text-align: left;
        width: 80%;
        height: 90x
    }

    .about-content h2 {
        font-size: 1.5rem
    }

    .about-image {
        width: 70%;
        justify-content: center
    }

    .about-image img {
        width: 100%;
        height: auto;
        border-radius: 8px
    }

    .sub-text {
        padding: 0;
        margin: 0;
        text-align: left !important;
        font-size: 1rem;
        font-weight: 400
    }

    .image-lifestyle {
        overflow-y: hidden
    }

    .lifestyle-flex {
        flex-direction: column-reverse;
        align-items: center;
        padding: 0
    }

    .lifestyle-content,
    .ls-container {
        max-width: 100%;
        padding: 10px;
        text-align: center
    }

    .lifestyle-bg {
        width: 100%
    }

    .lifestyle-content h2 {
        text-align: left;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 13px
    }

    
    .contact-links,
    .service-links {
        flex-direction: column;
        align-items: center;
        border-bottom: none
    }

    .contact-links div {
        margin-bottom: 20px
    }

    .contact-footer ul {
        flex-direction: column;
        align-items: center
    }

    #bag-quotes {
        margin-top: 20px
    }

    .gallery-grid {
        flex-direction: column
    }
}

#scrollToTopBtn {
    position: fixed;
    right: 20px;
    z-index: 999;
    background-color: #32743c;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    visibility: hidden;
    transition: opacity .3s, transform .3s
}

#scrollToTopBtn:hover {
    background-color: #5ddb23;
    transform: translateY(-2px)
}

#toast-message {
    visibility: hidden;
    min-width: 220px;
    margin-left: -110px;
    border-radius: 8px;
    padding: 12px;
    position: fixed;
    z-index: 10000;
    left: 50%;
    font-size: 14px;
    transition: opacity .5s, bottom .5s
}

#toast-message.show {
    visibility: visible;
    opacity: 1;
    bottom: 50px
}