/* ==========================================================================
   HardTank Home Page Styles
   ========================================================================== */
@import url('fonts.css');

/* Reset and Base Styles */
.main-content {
    padding-top: 0;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: clamp(600px, 100dvh, 900px);
    ;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Hero Background */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 4;
    width: 100%;
    text-align: center;
    color: white;
}

.hero-text {
    max-width: 900px;
    margin: 0 auto;
}

.hero-title {
    font-size: 46px;
    font-family: 'Akrobat';
    font-weight: 700;
    margin-bottom: 30px;
}

.hero-description {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background: #39315E;
    color: white;
    border-color: #39315E;
}

.btn-primary:hover {
    background: transparent;
    border-color: #39315E;
    transform: translateY(-2px);
}

.btn-secondary {
    background: white;
    color: #39315E;
    border-color: white;
}

.btn-secondary:hover {
    background: transparent;
    color: #fff;
    transform: translateY(-2px);
}

/* Hero Splash */
.hero-splash {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none; /* so it never blocks buttons */
    z-index: 1; /* stays behind buttons */
}

.hero-splash .splash-image {
    width: 100%;
    height: 100%;
    max-height: 280px; /* adjust as needed */
    display: block;
}

.hardtank-coldbrew-wrapper {
    max-width: 1250px;
    margin: 0 auto;
    padding: 80px 0px;
}

.hardtank-solutions-title-area {
    text-align: center;
    margin-bottom: 60px;
}

.hardtank-solutions-title-area h2 {
    font-size: 40px;
    font-family: 'Akrobat';
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 120px;
    line-height: 1.2;
}

.hardtank-beverage-paths-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.hardtank-beverage-paths-grid::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 350px;
    background: rgba(52, 178, 169, 0.2);
    border-radius: 50%;
    filter: blur(120px);
    z-index: -1;
}

.hardtank-solution-pathway-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px;
}

.hardtank-solution-pathway-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.hardtank-pathway-hero-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.hardtank-pathway-heading {
    font-family: 'Akrobat';
    font-size: 30px;
    font-weight: 700;
    color: #131414;
    margin-bottom: 24px;
    margin: 30px 0px 20px 0px;
}

.hardtank-pathway-description {
    font-size: 16px;
    color: #131414;
    line-height: 34px;
    text-align: justify;
    font-weight: 400;
}

.hardtank-equipment-section {
    background: #34B2A91A;
    position: relative;
    overflow: hidden;
    padding: 0;
    z-index: 0;
    padding-top: 200px;
    padding-bottom: 300px;
}

/* Curve decorations */
.hardtank-equipment-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 288px;
    background-image: url('../images/curve1.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.hardtank-equipment-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 288px;
    background-image: url('../images/curve2.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.hardtank-equipment-container {
    margin: 0 auto;
    padding: 100px 0px 80px;
    max-width: 1440px;
    position: relative;
    z-index: 2;
}

/* Hero Section */
.hardtank-hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 120px;
}

.hardtank-hero-content h2 {
    font-family: 'Akrobat';
    font-size: 40px;
    font-weight: 700;
    color: #131414;
    margin-bottom: 30px;
    line-height: 60px;
}

.hardtank-hero-content p {
    font-size: 16px;
    color: #39315E;
    margin-bottom: 40px;
    line-height: 34px;
    text-align: justify;
}


/* Features Section */
.hardtank-features-section h3 {
    font-family: 'Akrobat';
    font-size: 40px;
    font-weight: 700;
    color: #131414;
    line-height: 60px;
    text-align: center;
    margin-bottom: 90px;
}

.hardtank-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.hardtank-feature-card {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hardtank-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.hardtank-feature-image {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    height: 300px;
    padding: 20px 0px;
    background-color: rgba(217, 217, 217, 0.2);
}

.hardtank-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.hardtank-feature-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}

.hardtank-feature-card:hover .hardtank-feature-image video {
    opacity: 1;
}

.hardtank-feature-card:hover .hardtank-feature-image img {
    transform: scale(1.05);
}

.hardtank-learn-more-btn {
    position: absolute;
    right: 50px;
    width: 62px;
    height: 62px;
    margin-top: -20px;
    background: #39315E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
    transform: scale(1);
    z-index: 9999999;
}

.hardtank-learn-more-btn:hover {
    background: #2d3748;
    transform: scale(1.1);
}

.hardtank-learn-more-btn::before,
.hardtank-learn-more-btn::after {
    content: '';
    position: absolute;
    background: white;
}

.hardtank-learn-more-btn::before {
    width: 20px;
    height: 2px;
}

.hardtank-learn-more-btn::after {
    width: 2px;
    height: 20px;
}

.hardtank-feature-title {
    font-family: 'Akrobat';
    font-size: 30px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.hardtank-feature-description {
    font-size: 16px;
    color: #39315E;
    line-height: 34px;
    text-align: justify;
}

/* Mobile Slider Styles */
.hardtank-swiper {
    width: 100%;
    padding-bottom: 50px!important;
}

.hardtank-swiper .swiper-slide {
    height: auto;
}

.hardtank-swiper .swiper-pagination {
    bottom: 0;
}

.hardtank-swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #D9D9D9;
    opacity: 1;
}

.hardtank-swiper .swiper-pagination-bullet-active {
    width: 36px;
    height: 16px;
    background: #39315E;
    border-radius: 20px;
}

.hardtank-equipment-mobile-image {
    display: none;
}

.hardtank-read-history {
    max-width: 1440px;
    margin: 0 auto;
}

.hardtank-read-history-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 120px;
}

.hardtank-read-history-content h2 {
    font-family: 'Akrobat';
    font-size: 40px;
    font-weight: 700;
    color: #131414;
    margin-bottom: 30px;
    line-height: 60px;
}

.hardtank-read-history-content p {
    font-size: 16px;
    color: #131414;
    margin-bottom: 40px;
    line-height: 34px;
    text-align: justify;
}

.hardtank-read-history-image {
    position: relative;
}

.hardtank-read-history-image img {
    width: 100%;
    object-fit: contain;
    border-radius: 50px;
}

.hardtank-read-history-image::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -60px;
    width: 70px;
    height: 70px;
    background-image: url('../images/image-icon4.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.hardtank-who-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 20px;
}

.hardtank-who-title {
    font-family: 'Akrobat';
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #131414;
    margin-bottom: 60px;
}

/* Desktop Grid */
.hardtank-who-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.hardtank-who-grid::before {
    content: "";
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 350px;
    background: rgba(52, 178, 169, 0.2);
    border-radius: 50%;
    filter: blur(120px);
    z-index: -1;
}

.hardtank-who-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #0000000A;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hardtank-who-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.hardtank-who-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.hardtank-who-content {
    padding: 30px;
}

.hardtank-who-card-title {
    font-family: 'Akrobat';
    font-size: 30px;
    font-weight: 700;
    color: #131414;
    margin-bottom: 16px;
    line-height: 1.15;
}

.hardtank-who-description {
    color: #39315E;
    line-height: 34px;
    margin-bottom: 24px;
    font-size: 16px;
    text-align: justify;
}

.hardtank-who-link {
    display: inline-flex;
    align-items: center;
    color: #39315E;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: color 0.3s ease;
    letter-spacing: 2%;
}

.hardtank-who-link>span:nth-of-type(1) {
    text-decoration: underline;
}


.hardtank-who-link:hover {
    color: #39315E;
}

.hardtank-who-arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.hardtank-who-link:hover .hardtank-who-arrow {
    transform: translateX(3px);
}

.hardtank-who-mobile-slider {
    display: none;
}

.grow-banner {
    width: 100%;
    background-color: #39315E;
    margin: 300px 0px 0px 0px;
}

.grow-banner-container {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto 0px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 90px 20px;
}

.grow-banner-container>*:first-child {
    flex: 0 0 calc(55% - 30px);
}

.grow-banner-container>*:last-child {
    flex: 0 0 calc(45% - 30px);
}

.grow-banner-text h2 {
    color: #fff;
    font-family: 'Akrobat';
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
}

.grow-banner-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #fff;
    margin: 30px 0px 20px;
    text-align: justify;
}

.grow-banner-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    height: 700px;
    margin-top: -300px;
    object-fit: cover;
}

.grow-banner-text .btn {
    text-transform: capitalize;
}

.hardtank-go-beyond {
    width: 100%;
    margin: 50px 0px 0px 0px;
}

.hardtank-go-beyond-container {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto 0px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding: 90px 20px;
    align-items: center;
}

.hardtank-go-beyond-container>*:first-child {
    flex: 0 0 calc(40% - 60px);
}

.hardtank-go-beyond-container>*:last-child {
    flex: 0 0 calc(60% - 60px);
}

.hardtank-go-beyond-image img {
    border-radius: 20px;
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.hardtank-go-beyond-text h2 {
    font-family: 'Akrobat';
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    color: #131414;
    margin-bottom: 30px;
}

.hardtank-go-beyond-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #39315E;
    margin: 30px 0px 20px;
    text-align: justify;
}



.hardtank-beverage-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 20px;
}

.hardtank-beverage-title {
    font-family: 'Akrobat';
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    color: #131414;
    margin-bottom: 80px;
}

/* Desktop Grid */
.hardtank-beverage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.hardtank-beverage-card {
    background: white;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hardtank-beverage-card:hover {
    transform: translateY(-5px);
}

.hardtank-beverage-image {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
}

.hardtank-beverage-content {
    padding: 30px 0px;
}

.hardtank-beverage-card-title {
    font-family: 'Akrobat';
    font-size: 30px;
    font-weight: 700;
    color: #131414;
    margin-bottom: 16px;
    line-height: 1.15;
}

.hardtank-beverage-description {
    color: #39315E;
    line-height: 34px;
    margin-bottom: 24px;
    font-size: 16px;
    text-align: justify;
}

.hardtank-beverage-link {
    display: inline-flex;
    align-items: center;
    color: #39315E;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: color 0.3s ease;
    letter-spacing: 2%;
}

.hardtank-beverage-link>span:nth-of-type(1) {
    text-decoration: underline;
}


.hardtank-beverage-link:hover {
    color: #39315E;
}

.hardtank-beverage-arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.hardtank-beverage-link:hover .hardtank-beverage-arrow {
    transform: translateX(3px);
}

.hardtank-beverage-mobile-slider {
    display: none;
}

.hardtank-stay-ht {
    width: 100%;
    position: relative;
}

.hardtank-stay-ht::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 65%;
    background: #39315E;
    width: 100%;
}

.hardtank-stay-ht-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
}



.hardtank-stay-ht-intro {
    text-align: center;
    margin-bottom: 40px;
}

.hardtank-stay-ht-intro-title {
    font-family: 'Akrobat';
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.hardtank-stay-ht-intro-text {
    font-size: 18px;
    color: #39315E;
    max-width: 700px;
    line-height: 34px;
    margin: 0 auto;
}

.hardtank-stay-ht-webinar-section {
    background: white;
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.hardtank-stay-ht-webinar-label {
    font-family: 'Akrobat';
    color: #34B2A9;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hardtank-stay-ht-webinar-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.hardtank-stay-ht-webinar-left {}

.hardtank-stay-ht-webinar-title {
    font-family: 'Akrobat';
    color: #131414;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.15;
}

.hardtank-stay-ht-webinar-description {
    color: #39315E;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 34px;
    text-align: justify;
}

.hardtank-stay-ht-email-form {
    display: flex;
    gap: 10px;
}

.hardtank-stay-ht-email-input {
    flex: 1;
    padding: 14px 18px;
    background-color: #F8F9FA;
    border-radius: 8px;
    font-size: 0.95rem;
    border: 0;
    outline: 0;
}

.hardtank-stay-ht-signup-btn {
    background: #39315E;
    color: white;
    padding: 14px 32px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
}

.hardtank-stay-ht-signup-btn:hover {
    background: #2f2550;
}

.hardtank-stay-ht-webinar-right {}

.hardtank-stay-ht-host-title {
    font-family: 'Akrobat';
    color: #131414;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.15;
}

.hardtank-stay-ht-host-description {
    color: #39315E;
    font-size: 16px;
    margin-bottom: 20px;
}

.hardtank-stay-ht-webinar-image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.hardtank-stay-ht-webinar-image img {
    width: 100%;
    height: auto;
    display: block;
}

.hardtank-stay-ht-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hardtank-stay-ht-card {
    background: white;
    border-radius: 30px;
    padding: 36px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.hardtank-stay-ht-card-title {
    font-family: 'Akrobat';
    color: #131414;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hardtank-stay-ht-card-text {
    color: #39315E;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 25px;
    text-align: justify;
}

.hardtank-stay-ht-card-link {
    color: #39315E;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hardtank-stay-ht-card-link:hover {
    color: #00bcd4;
}

.hardtank-stay-ht-link-arrow {
    font-size: 1.2rem;
}

.hardtank-stay-ht-newsletter-card {
    background: white;
}

.hardtank-stay-ht-newsletter-card .hardtank-stay-ht-card-text {
    color: #39315E;
    font-size: 16px;
    line-height: 34px;
}

.hardtank-stay-ht-newsletter-card .hardtank-stay-ht-email-input {
    background: #F8F9FA;
}

.hardtank-stay-ht-newsletter-card .hardtank-stay-ht-signup-btn {
    background: #39315E;
}

.hardtank-stay-ht-newsletter-card .hardtank-stay-ht-signup-btn:hover {
    background: #1f1a40;
}


/* Responsive Design */

@media (min-width: 2960px) {
    .hardtank-equipment-section::before {
        height: 576px;
    }

    .hardtank-equipment-section {
        padding-top: 500px;
    }
}

@media (max-width: 1615px) {

    .hardtank-hero-wrapper,
    .hardtank-features-section,
    .hardtank-read-history-wrapper,
    .hardtank-coldbrew-wrapper {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        padding: 0 40px;
    }

    .grow-banner-image img {
        margin-top: -250px;
    }
}

/* Tablet */
@media screen and (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }


    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .grow-banner-image img {
        margin-top: -150px;
    }

    .grow-banner-container {
        padding: 90px 20px 60px;
    }

    .hardtank-go-beyond-container {
        gap: 30px;
    }

    .hardtank-go-beyond-container>*:first-child {
        flex: 0 0 calc(40% - 30px);
    }

    .hardtank-go-beyond-container>*:last-child {
        flex: 0 0 calc(60% - 30px);
    }
}

@media (max-width: 968px) {
    .hardtank-coldbrew-wrapper {
        padding: 40px 60px;
    }

    .hardtank-beverage-paths-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hardtank-who-section {
        padding: 40px 20px;
    }

    .hardtank-who-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .hardtank-who-grid {
        display: none;
    }

    .hardtank-who-mobile-slider {
        display: block;
    }

    .hardtank-swiper-container {
        width: 100%;
        padding-bottom: 50px!important;
    }

    .hardtank-swiper-slide {
        width: 100%;
    }

    .hardtank-who-image {
        height: 280px;
    }

    .hardtank-who-content {
        padding: 25px;
    }

    .hardtank-who-card-title {
        font-size: 26px;
    }

    .hardtank-who-description {
        font-size: 16px;
        line-height: 34px;
    }

    .hardtank-who-link {
        font-size: 16px;
    }

    .hardtank-swiper-pagination {
        bottom: 10px !important;
        text-align: center;
    }

    .hardtank-swiper-pagination span.swiper-pagination-bullet {
        width: 16px !important;
        height: 16px!important;
        background: #D9D9D9!important;
        opacity: 1;
        margin: 0 6px;
    }

    .hardtank-swiper-pagination span.swiper-pagination-bullet-active {
        width: 36px!important;
        height: 16px!important;
        background: #39315E!important;
        border-radius: 20px;
    }

    .grow-banner {
        margin: 400px 0px 0px 0px;
    }

    .grow-banner-container {
        flex-direction: column-reverse;
    }

    .grow-banner-image img {
        height: 550px;
        margin-top: -450px;
    }

    .grow-banner-text h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .grow-banner-text p {
        line-height: 34px;
    }


    .hardtank-beverage-section {
        padding: 40px 20px;
    }

    .hardtank-beverage-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .hardtank-beverage-container {
        width: 100%;
        padding-bottom: 50px;
    }

    .hardtank-beverage-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .hardtank-beverage-slide {
        width: 100%;
    }

    .hardtank-beverage-image {
        height: 350px;
    }

    .hardtank-beverage-content {
        padding: 25px 0px;
    }

    .hardtank-beverage-card-title {
        font-size: 26px;
    }

    .hardtank-beverage-description {
        font-size: 16px;
        line-height: 34px;
    }

    .hardtank-beverage-link {
        font-size: 16px;
    }

    .hardtank-stay-ht-webinar-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hardtank-stay-ht-cards-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Mobile Large */
@media screen and (max-width: 768px) {

    .hardtank-hero-wrapper,
    .hardtank-features-section,
    .hardtank-read-history-wrapper,
    .hardtank-coldbrew-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-section {
        min-height: 600px;
    }

    .container {
        padding: 0 20px;
    }

    .hero-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .hero-description {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .hero-buttons {
        gap: 15px;
    }

    .btn {
        padding: 14px 28px;
        font-size: 16px;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .hero-splash {
        height: 80px;
    }

    .splash-image {
        height: 80px;
    }

    .hardtank-coldbrew-wrapper {
        padding: 30px 20px;
    }

    .hardtank-solutions-title-area {
        margin-bottom: 30px;
    }

    .hardtank-solutions-title-area h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .hardtank-solution-pathway-card {
        padding: 20px;
    }

    .hardtank-pathway-heading {
        font-size: 26px;
    }

    .hardtank-pathway-description {
        font-size: 15px;
        line-height: 32px;
    }

    .hardtank-equipment-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hardtank-feature-card {
        box-shadow: none;
    }

    .hardtank-feature-card:hover {
        box-shadow: none;
    }

    .hardtank-read-history-image {
        width: 100%;
    }

    .hardtank-hero-wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
        margin-bottom: 40px;
    }

    .hardtank-read-history-wrapper {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 100px;
        margin-bottom: 40px;
        padding: 0px 20px;
    }

    .hardtank-read-history-image::before {
        top: -15px;
        left: -15px;
        width: 35px;
        height: 35px;
    }

    .hardtank-equipment-mobile-image {
        display: block;
        text-align: right;
        margin-bottom: 20px;
    }

    .hardtank-equipment-mobile-image img {
        width: 40px;
    }

    .hardtank-hero-image::after,
    .hardtank-beverage-paths-grid::before {
        content: none;
    }

    .hardtank-equipment-section::before {
        height: 100px;
        background-image: url(../images/curve3.png);
    }

    .hardtank-equipment-container {
        padding: 60px 20px 50px;
    }

    .hardtank-hero-content h2 {
        font-size: 30px;
        text-align: left;
        line-height: 1.15;
    }

    .hardtank-hero-content p {
        font-size: 16px;
        line-height: 34px;
    }

    .hardtank-read-history-content h2 {
        font-size: 30px;
        text-align: left;
        line-height: 1.15;
    }

    .hardtank-read-history-content p {
        font-size: 16px;
        line-height: 34px;
    }

    .hardtank-features-section h3 {
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 40px;
    }

    .hardtank-features-grid {
        display: none;
        /* Hide grid on mobile */
    }

    .hardtank-features-slider {
        display: block;
        /* Show slider on mobile */
    }

    .hardtank-feature-card {
        padding: 15px 15px 35px;
    }

    .hardtank-feature-image {
        height: 290px;
    }

    .hardtank-feature-title {
        font-size: 26px;
    }

    .hardtank-learn-more-btn {
        width: 55px;
        height: 55px;
    }

    .hardtank-equipment-section::after {
        height: 100px;
        background-image: url(../images/curve4.png);
    }

    .hardtank-cta-button {
        width: 100%;
        text-align: center;
    }

    .grow-banner-image img {
        height: 450px;
    }

    .hardtank-go-beyond-container {
        flex-direction: column;
    }

    .hardtank-go-beyond-image {
        width: 100%;
    }

    .hardtank-go-beyond-image img {
        height: 370px;
    }

    .hardtank-go-beyond-text h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .hardtank-go-beyond-text .hardtank-cta-button {
        width: fit-content;
    }

    .hardtank-stay-ht {
        margin-top: 70px;
    }

    .hardtank-stay-ht::before {
        height: 30%
    }

    .hardtank-stay-ht-container {
        padding: 20px 16px;
    }

    .hardtank-stay-ht-intro-title {
        font-size: 30px;
    }

    .hardtank-stay-ht-intro-text {
        line-height: 30px;
    }

    .hardtank-stay-ht-webinar-title {
        font-size: 30px;
    }

    .hardtank-stay-ht-webinar-section {
        padding: 25px 20px;
    }

    .hardtank-stay-ht-email-form {
        flex-direction: column;
    }

    .hardtank-stay-ht-signup-btn {
        width: 100%;
    }

    .hardtank-stay-ht-card {
        padding: 25px 20px;
    }

    .hardtank-stay-ht-card-title {
        font-size: 28px;
    }
}

@media (min-width: 769px) {
    .hardtank-features-slider {
        display: none;
        /* Hide slider on desktop */
    }
}


/* Mobile Small */
@media screen and (max-width: 480px) {
    .hero-section {
        min-height: 500px;
    }

    .hero-title {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .hero-description {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .btn {
        padding: 12px 24px;
        font-size: 0.95rem;
    }

    .hero-splash {
        height: 60px;
    }

    .splash-image {
        height: 60px;
    }

    .hardtank-coldbrew-wrapper {
        padding: 20px;
    }

    .hardtank-pathway-content-area {
        padding: 20px;
    }

    .hardtank-who-section {
        padding: 30px 15px;
    }

    .hardtank-who-title {
        font-size: 28px;
    }

    .hardtank-swiper-slide {
        width: 90%;
        margin-right: 15px;
    }

    .hardtank-who-content {
        padding: 20px;
    }

    .grow-banner-image img {
        height: 345px;
    }

    .grow-banner {
        margin: 330px 0px 0px 0px;
    }
}

.hero-background {
    background-image: url('/wp-content/uploads/2025/12/hardtank-cold-brew-equipment-and-rtd.webp');
}

/* Mobile background */
@media (max-width: 768px) {
  .hero-background {
    background-image: url('/wp-content/uploads/2025/12/hardtank-equipment-and-rtd_mobile-1.webp');
  }
}