/*Brand*/
.wellness-brands {
    /*padding: 80px 0 !important;*/
    text-align: center !important;
    width: 100% !important;
}

.brands-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Heading with line images */
.heading-with-lines {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 30px !important;
    margin-bottom: 60px !important;
    width: 100% !important;
}

.heading-with-lines h2 {
    margin: 0 !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    color: #333 !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
}

/* Line Image */
.line-img {
    width: 220px !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
}

/* Brands Row */
.brands-row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
}

/* Brand Box */
.brand-box {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

/* Brand Image */
.brand-box img {
    max-width: 100% !important;
    height: 150px !important;
    display: block !important;
    object-fit: contain !important;
}

/* Tablet */
@media (max-width: 1024px) {

    .heading-with-lines h2 {
        font-size: 48px !important;
    }

    .line-img {
        width: 160px !important;
    }

}

/* Mobile */
@media (max-width: 768px) {

    .wellness-brands {
        padding: 20px 0 !important;
    }

    .brands-container {
        padding: 0 15px !important;
    }

    .heading-with-lines {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        flex-wrap: nowrap !important;
        margin-bottom: 35px !important;
    }

    .heading-with-lines h2 {
        font-size: 15px !important;
        text-align: center !important;
        white-space: nowrap !important;
        margin: 0 !important;
        line-height: 1.2 !important;
    }

    .line-img {
        width: 80px !important;
        flex-shrink: 0 !important;
    }

    .brands-row {
        gap: 20px !important;
    }

}

/*Process*/
.process-section {
    width: 100%;
    /*padding: 80px 20px;*/
}

.process-heading-with-lines {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 70px;
}

.process-heading-with-lines h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 500;
    color: #000;
    text-align: center;
    white-space: nowrap;
}

.process-line-img {
    width: 180px;
    height: auto;
}

.process-wrapper {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    flex-wrap: wrap;
}

.process-card {
    width: 170px;
    min-height: 200px;
    border: 4px solid #000;
    border-radius: 100px;
    background: #f5f5f3;
    position: relative;
    padding: 35px 18px 70px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Zig Zag */
.process-card:nth-child(even) {
    margin-top: 110px;
}

.process-card:nth-child(odd) {
    margin-top: 32px;
}

/* Hover */
.process-card:hover {
    transform: translateY(-20px);
}

.icon-wrap {
    margin-bottom: 20px;
}

.icon-wrap img {
    width: 75px;
    height: auto;
}

.process-card h3 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0;
}

.step-number {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #3e3733;
    color: #fff;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tablet */
@media (max-width: 1024px) {

    .process-wrapper {
        gap: 20px;
    }

}

/* Mobile */
@media (max-width: 768px) {

    .process-section {
        padding: 60px 15px;
    }

    .process-heading-with-lines {
        gap: 10px;
        margin-bottom: 50px;
    }

    .process-heading-with-lines h2 {
        font-size: 24px;
    }

    .process-line-img {
        width: 70px;
    }

    .process-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .process-card:nth-child(even),
    .process-card:nth-child(odd) {
        margin-top: 0;
    }

    .process-card {
        width: 220px;
        min-height: 300px;
    }

    .process-card h3 {
        font-size: 20px;
    }

    .step-number {
        width: 70px;
        height: 70px;
        font-size: 34px;
    }

}

/*About Weath */
.about-wellth-section {
    width: 100%;
    padding: 80px 40px;
}

.about-wellth-container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}

.about-left {
    display: flex;
    align-items: center;
    gap: 25px;
    min-width: 400px;
}

.about-line-img {
    width: 130px;
    height: auto;
    display: block;
}

.about-left h2 {
    font-size: 52px;
    font-weight: 400;
    margin: 0;
    color: #4d4d4d;
    line-height: 1.1;
}

.about-right {
    max-width: 720px;
}

.about-right p {
    font-size: 24px;
    line-height: 1.4;
    color: #2f2f2f;
    margin: 0;
    font-weight: 400;
}

/* Tablet */
@media (max-width: 1024px) {

    .about-wellth-container {
        gap: 50px;
    }

    .about-left h2 {
        font-size: 42px;
    }

    .about-right p {
        font-size: 21px;
    }

}

/* Mobile */
@media (max-width: 768px) {

    .about-wellth-section {
        padding: 60px 20px;
    }

    .about-wellth-container {
        flex-direction: column;
        gap: 35px;
    }

    .about-left {
        min-width: auto;
        gap: 15px;
    }

    .about-line-img {
        width: 70px;
    }

    .about-left h2 {
        font-size: 34px;
    }

    .about-right {
        max-width: 100%;
    }

    .about-right p {
        font-size: 18px;
        line-height: 1.6;
    }

}

/* Cutome Image Grid */

.custom-grid-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    grid-template-rows: 300px 300px;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.custom-grid-container .section {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.custom-grid-container .section img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.custom-grid-container .properties {
    grid-row: 1 / span 2;
    grid-column: 1 / 2;
    height: 70%;
}

.custom-grid-container .properties img {
    height: 100%;
}

.custom-grid-container .hotel-rooms {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.custom-grid-container .hotel-rooms img {
    height: 100%;
}

.custom-grid-container .amenities {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

.custom-grid-container .amenities img {
    height: 100%;
}

.custom-grid-container .guest-images {
    grid-row: 1 / span 2;
    grid-column: 3 / 4;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.custom-grid-container .guest-images img {
    height: 70%;
    max-height: 90%;
}

.custom-grid-container .caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
}

@media (max-width: 768px) {

    .custom-grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .custom-grid-container .properties,
    .custom-grid-container .hotel-rooms,
    .custom-grid-container .amenities,
    .custom-grid-container .guest-images {
        grid-row: auto;
        grid-column: auto;
        height: 220px;
    }

    .custom-grid-container .section img {
        height: 100%;
        max-height: none;
    }

}