﻿/* =========================================
   WHY LPG SECTION
========================================= */

.why-lpg-section {
    width: 100%;
    background: #ffffff;
    padding: 55px 20px 65px;
    box-sizing: border-box;
}

.why-lpg-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.why-lpg-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 42px;
}

.why-lpg-heading h2 {
    margin: 0;
    padding: 0;
    color: #006b3f;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}

.heading-line {
    position: relative;
    display: block;
    width: 160px;
    height: 2px;
    background: #d4a94f;
}

.heading-line::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d4a94f;
    transform: translateY(-50%);
}


/* =========================================
   LPG FEATURES
========================================= */

.lpg-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    align-items: start;
}


/* =========================================
   FEATURE ITEM
========================================= */

.lpg-feature {
    min-width: 0;
    text-align: center;
}


/* =========================================
   ICON
========================================= */

.feature-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #006b3f;
    border-radius: 50%;

    color: #006b3f;
    font-size: 30px;

    box-sizing: border-box;

    transition: all 0.3s ease;
}


/* =========================================
   FEATURE TITLE
========================================= */

.lpg-feature h3 {
    margin: 0;
    padding: 0;

    color: #222222;

    font-size: 17px;
    line-height: 1.25;
    font-weight: 500;
}


/* =========================================
   HOVER EFFECT
========================================= */

.lpg-feature:hover .feature-icon {
    background: #006b3f;
    color: #ffffff;
    transform: translateY(-4px);
}


/* =========================================
   TABLET
   991px and below
========================================= */

@media (max-width: 991px) {

    .why-lpg-section {
        padding: 45px 25px 55px;
    }

    .why-lpg-heading {
        margin-bottom: 35px;
    }

    .lpg-features {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 40px;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 27px;
    }

    .lpg-feature h3 {
        font-size: 16px;
    }
}


/* =========================================
   MOBILE
   600px and below
========================================= */

@media (max-width: 600px) {

    .why-lpg-section {
        padding: 38px 18px 45px;
    }

    .why-lpg-heading {
        gap: 12px;
        margin-bottom: 30px;
    }

    .why-lpg-heading h2 {
        font-size: 23px;
    }

    .heading-line {
        width: 100px;
    }

    .lpg-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 15px;
    }

    .feature-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 12px;

        font-size: 25px;
    }

    .lpg-feature h3 {
        font-size: 15px;
        line-height: 1.3;
    }

    .desktop-break {
        display: none;
    }
}


/* =========================================
   SMALL MOBILE
   380px and below
========================================= */

@media (max-width: 380px) {

    .why-lpg-section {
        padding-left: 14px;
        padding-right: 14px;
    }

    .lpg-features {
        column-gap: 10px;
    }

    .feature-icon {
        width: 58px;
        height: 58px;
        font-size: 22px;
    }

    .lpg-feature h3 {
        font-size: 14px;
    }

    .heading-line {
        width: 75px;
    }
}


/* =========================================
   BUSINESS OPPORTUNITY
   Match existing full page layout
========================================= */

.ig-business-opportunity {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;

    color: #222;
    font-family: "Montserrat", Arial, sans-serif;
}

.ig-business-opportunity *,
.ig-business-opportunity *::before,
.ig-business-opportunity *::after {
    box-sizing: border-box;
}


/* =========================================
   INTRO
========================================= */

.ig-business-intro {
    width: 100%;
}

.ig-business-intro h2 {
    margin: 0;
    color: #006b3c;
    font-size: 38px;
    line-height: .95;
    font-weight: 800;
    letter-spacing: -1px;
}

.ig-business-intro h3 {
    margin: 5px 0 0;
    color: #e00000;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
}

.ig-business-subtitle {
    display: flex;
    flex-direction: column;

    margin-top: 18px;

    color: #006b3c;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.ig-small-line {
    width: 91px;
    height: 2px;
    margin-top: 9px;
    background: #006b3c;
}

.ig-business-intro > p {
    width: 100%;
    max-width: 900px;

    margin: 20px 0 0;

    color: #333;
    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   SECTION TITLE
========================================= */

.ig-dealer-section {
    margin-top: 30px;
}

.ig-advantages-section {
    margin-top: 40px;
}

.ig-section-title {
    width: 100%;

    display: flex;
    align-items: center;
    gap: 12px;
}

.ig-section-title h3 {
    flex: 0 0 auto;

    margin: 0;

    color: #006b3c;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.ig-title-line {
    position: relative;

    flex: 1;
    min-width: 30px;

    height: 2px;

    background: #dfac4b;
}

.ig-title-line::after {
    content: "";

    position: absolute;
    top: 50%;
    right: -1px;

    width: 4px;
    height: 4px;

    border-radius: 50%;
    background: #dfac4b;

    transform: translateY(-50%);
}


/* =========================================
   DEALER CARDS
========================================= */

.ig-dealer-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 13px 16px;

    margin-top: 17px;
}

.ig-dealer-card {
    width: 100%;
    min-width: 0;
    min-height: 105px;

    padding: 12px 8px;

    border: 1px solid #dfac4b;
    border-radius: 6px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.ig-card-icon {
    width: 100%;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #006b3c;
}

.ig-card-icon i {
    font-size: 31px;
    line-height: 1;
}

.ig-dealer-card span {
    display: block;

    margin-top: 5px;

    color: #1d1d1d;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 500;
}


/* =========================================
   BUSINESS ADVANTAGES
========================================= */

.ig-advantages-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    column-gap: 60px;
    row-gap: 25px;

    margin-top: 18px;
}

.ig-advantage {
    min-width: 0;

    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.ig-check {
    flex: 0 0 19px;

    width: 19px;
    height: 19px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #00733f;
    border-radius: 3px;

    color: #00733f;
}

.ig-check i {
    font-size: 11px;
    line-height: 1;
}

.ig-advantage span {
    color: #222;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 500;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1200px) {

    .ig-business-opportunity {
        max-width: 1200px;
    }

    .ig-dealer-grid {
        gap: 14px 16px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .ig-business-opportunity {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ig-dealer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ig-advantages-grid {
        column-gap: 30px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .ig-business-opportunity {
        padding-left: 16px;
        padding-right: 16px;
    }


    /* Intro */

    .ig-business-intro h2 {
        font-size: 32px;
    }

    .ig-business-intro h3 {
        font-size: 17px;
    }

    .ig-business-subtitle {
        margin-top: 16px;
        font-size: 14px;
    }

    .ig-business-intro > p {
        margin-top: 17px;
        font-size: 11px;
        line-height: 1.5;
    }


    /* Headings */

    .ig-dealer-section {
        margin-top: 27px;
    }

    .ig-advantages-section {
        margin-top: 35px;
    }

    .ig-section-title {
        gap: 9px;
    }

    .ig-section-title h3 {
        font-size: 14px;
    }


    /* Cards */

    .ig-dealer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 12px;

        margin-top: 15px;
    }

    .ig-dealer-card {
        min-height: 100px;
        padding: 10px 5px;
    }

    .ig-card-icon {
        height: 38px;
    }

    .ig-card-icon i {
        font-size: 27px;
    }

    .ig-dealer-card span {
        font-size: 10px;
    }


    /* Advantages */

    .ig-advantages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        column-gap: 15px;
        row-gap: 22px;

        margin-top: 16px;
    }

    .ig-advantage {
        gap: 7px;
    }

    .ig-check {
        flex: 0 0 18px;

        width: 18px;
        height: 18px;
    }

    .ig-advantage span {
        font-size: 10px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {

    .ig-business-opportunity {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ig-business-intro h2 {
        font-size: 29px;
    }

    .ig-business-intro h3 {
        font-size: 15px;
    }

    .ig-business-subtitle {
        font-size: 13px;
    }

    .ig-section-title h3 {
        font-size: 13px;
    }

    .ig-dealer-grid {
        gap: 9px;
    }

    .ig-dealer-card {
        min-height: 95px;
    }

    .ig-card-icon i {
        font-size: 25px;
    }

    .ig-dealer-card span {
        font-size: 9px;
    }

    .ig-advantages-grid {
        column-gap: 10px;
        row-gap: 18px;
    }

    .ig-advantage span {
        font-size: 9px;
    }
}

/* =========================================
   CYLINDER SECTION
========================================= */

.cylinder-section {
    width: 100%;
    padding: 80px 20px;
    background: #f8f8f6;
    overflow: hidden;
}

.cylinder-container {
    width: 100%;
    max-width: 1250px;
    margin: auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.heading-line {
    display: block;
    width: 55px;
    height: 3px;
    margin: 0 auto 12px;
    background: #ed0017;
    border-radius: 5px;
}

.heading-label {
    display: inline-block;
    color: #075c35;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.section-heading h2 {
    margin: 0;
    color: #222;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 750;
}

.section-heading h2 span {
    color: #075c35;
}

.section-heading p {
    max-width: 700px;
    margin: 15px auto 0;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   CYLINDER GRID
========================================= */

.cylinder-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}


/* =========================================
   CYLINDER CARD
========================================= */

.cylinder-card {
    position: relative;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #eeeeee;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    transition: all 0.35s ease;
}

.cylinder-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ed0017;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s ease;
}

.cylinder-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.cylinder-card:hover::before {
    transform: scaleX(1);
}


/* =========================================
   CYLINDER IMAGE
========================================= */

.cylinder-image {
    height: 235px;
    padding: 18px 12px 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #fafaf8 100%
    );
}

.cylinder-image img {
    max-width: 100%;
    max-height: 215px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.cylinder-card:hover .cylinder-image img {
    transform: scale(1.05);
}


/* =========================================
   CONTENT
========================================= */

.cylinder-content {
    padding: 18px 12px 22px;
    border-top: 1px solid #eeeeee;
}

.weight {
    color: #075c35;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
}

.weight small {
    font-size: 16px;
    font-weight: 700;
}

.cylinder-content h3 {
    margin: 8px 0 7px;
    color: #222;
    font-size: 17px;
    font-weight: 700;
}

.cylinder-content p {
    margin: 0;
    min-height: 58px;
    color: #777;
    font-size: 12px;
    line-height: 1.55;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .cylinder-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }

    .cylinder-image {
        height: 250px;
    }

    .cylinder-image img {
        max-height: 225px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .cylinder-section {
        padding: 55px 15px;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .section-heading p {
        font-size: 14px;
        line-height: 1.6;
    }

    .cylinder-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .cylinder-image {
        height: 190px;
        padding: 12px 8px 3px;
    }

    .cylinder-image img {
        max-height: 175px;
        max-width: 95%;
    }

    .cylinder-content {
        padding: 14px 8px 18px;
    }

    .weight {
        font-size: 25px;
    }

    .weight small {
        font-size: 13px;
    }

    .cylinder-content h3 {
        font-size: 15px;
        margin: 6px 0;
    }

    .cylinder-content p {
        font-size: 11px;
        min-height: 52px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {

    .cylinder-grid {
        grid-template-columns: 1fr;
    }

    .cylinder-image {
        height: 230px;
    }

    .cylinder-image img {
        max-height: 215px;
    }
}