.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 20px 16px;
    vertical-align: top;
}

.comparison-table th {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}

.comparison-table td {
    font-size: 14px;
}

.icon-text {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 600;
}

.icon-text .desc {
    font-weight: normal;
    margin-top: 2px;
    color: #333;
}

.check-icon {
    color: #009688;
    font-size: 20px;
}

.cross-icon {
    color: #c2185b;
    font-size: 20px;
}

.left-col {
    width: 20%;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #eee;
}

th.middle-col,
th.right-col {
    text-align: center;
}

th,
td {
    border: none !important;
}

td.left-col {
    border-right: 1px solid #000 !important;
}


.middle-col {
    width: 40%;
}

.right-col {
    width: 40%;
    background-color: #f7f7f7;
}

@media (max-width: 768px) {

    td.left-col {
        border-right: none !important;
        text-align: center;
    }

    .comparison-table,
    .comparison-table thead,
    .comparison-table tbody,
    .comparison-table tr,
    .comparison-table td,
    .comparison-table th {
        display: block;
    }

    .comparison-table tr {
        margin-bottom: 2rem;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 1rem;
    }

    .left-col,
    .middle-col,
    .right-col {
        width: 100% !important;
        border: none !important;
    }

    .left-col {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }
}

/* Epertise Cards */

.expertise-section .row>* {
    margin-top: 1.5rem;
}

.expertise-section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #003855;
    margin-bottom: 30px;
}

.expertise-sub-title {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.expertise-feature-card {
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    padding: 24px;
    height: 100%;
    transition: transform 0.3s ease;
}

.expertise-feature-card:hover {
    transform: translateY(-6px);
}

.expertise-feature-icon {
    font-size: 32px;
    color: #003855;
    margin-bottom: 16px;
}

.expertise-feature-icon .tick-mark {
    color: #fff;
    left: 18px;
    font-size: 30px;
    top: 18px;
}

.expertise-feature-icon img {
    height: 76px;
}

.expertise-feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #003855;
    margin-bottom: 10px;
}

.expertise-feature-desc {
    font-size: 14px;
    color: #555;
}

/* Type of Grills */
/* Grill Types Section Styling */

.section-title h5 {
    font-size: 1.2rem;
    color: #ED1450;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-title p {
    max-width: 720px;
    margin: auto;
    font-size: 1.125rem;
    color: #555;
}

/* Card Row Styling */
.grill-types-section .row {
    margin-bottom: 60px;
}

/* Image Styling */
.img-wrapper {
    height: 300px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.img-wrapper:hover img {
    transform: scale(1.03);
}

/* Text Styling */
.equal-height-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 15px;
}

.grill-types-section .text-primary {
    color: #ED1450 !important;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.grill-types-section p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.grill-types-section ul {
    padding-left: 1rem;
    color: #444;
}

.grill-types-section ul li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.8rem;
}

.grill-types-section ul li::before {
    content: "➤";
    color: #ED1450;
    position: absolute;
    left: 0;
}

/* Responsive Layout */
@media (max-width: 767.98px) {
    .section-title h2 {
        font-size: 2rem;
    }

    .equal-height-col {
        padding-top: 1rem;
    }

    .img-wrapper {
        height: auto;
    }

    .img-wrapper img {
        height: auto;
    }

    .grill-types-section p,
    .grill-types-section ul li {
        font-size: 1rem;
    }

    .grill-types-section .text-primary {
        font-size: 1.5rem;
    }
}

/* Why choose */

.timeline-container {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
}

.timeline-item.left {
    flex-direction: row;
}

.timeline-item.right {
    flex-direction: row-reverse;
    text-align: right;
}

.timeline-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 20px;
}

.timeline-content {
    padding: 20px 25px;
    border-radius: 10px;
    max-width: 500px;
    background-color: #f6f6f6;
}

.timeline-content h5 {
    font-size: 21px;
    font-weight: 900;
}

.bg-secondary {
    background-color: #003855 !important;
}

.text-primary {
    color: #ED1450 !important;
}

/* Mesh Section */

.mesh-gallery-section .row>* {
    margin-top: 1.5rem;
}

.mesh-card {
    transition: all 0.3s ease-in-out;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.mesh-card img {
    transition: transform 0.4s ease;
    height: 300px;
    object-fit: cover;
}

.mesh-card:hover img {
    transform: scale(1.1);
}

.mesh-content {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    transition: background 0.3s;
}

.mesh-card:hover .mesh-content {
    background: rgba(0, 0, 0, 0.7);
}