section.hero-section {
    background: var(--primary_col);
}
.hero-section-content h1 {
    font-size: 6.188rem;
    line-height: 1;
}
h1,h2,h3{
    font-family: 'Ibrand';
}
.row.brand_boxes .content {
    color: #575756;
    font-size: 17px;
    text-align: center;
    font-family: 'Ibrand';
    padding: 1rem;
    position:relative;
}
.row.brand_boxes img {
    margin: 0 auto;
    display: table;
    height: 95px;
}
.row.brand_boxes .content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #FFFFFF;
    background: linear-gradient(179deg, rgba(255, 255, 255, 1) 0%, rgb(178 178 178 / 25%) 79%);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.heading {
    font-size: 3.375rem;
    font-family: 'Ibrand';
    margin-bottom: 0px;
    color: #626161;
    line-height: 1;
}
.sub_heading {
    font-size: 2.625rem;
    font-family: 'Ibrand';
    color: var(--primary_col);
}
.newtwork_boxes .title {
    font-size: 4.188rem;
    background: var(--primary_col);
    color: #fff;
    border-radius: 43px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
}
.newtwork_boxes .title {
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    background: var(--primary_col);
    border-radius: 40px;
    color: #fff;
}
.newtwork_boxes .content {
    background: #DADADA;
    font-size: 1.875rem;
    text-align: center;
    padding: 1.5rem;
    margin-top: 1.1rem;
    border-radius: 40px;
    color: #3C3C3B;
    height: 15rem;
}

.pay-for .details {
    font-size: 1.5rem;
    color: #626161;
    line-height: 1.3;
}
.partners-wrap {
    max-width: 70%;
    margin: 0 auto;
    column-gap: 3rem;
    row-gap: 2rem;
}
.partners-wrap img {
    height: 64px;
}
.partners .container:before,.partners .container:after {
    position: absolute;
    content: "";
    width: 75px;
    height: 100%;
}
.partners .container {
    position: relative;
}
.partners .container:before {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    left: 0;
    top: 0;
    background: #FFFFFF;
    background: linear-gradient(268deg, rgba(255, 255, 255, 1) 0%, rgb(178 178 178 / 25%) 79%);
}
.partners .container:after {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    right: 0;
    top: 0;
    background: #FFFFFF;
    background: linear-gradient(
88deg, rgba(255, 255, 255, 1) 0%, rgb(178 178 178 / 25%) 79%);
}
.stats-section {
        padding: 60px 0;
    }

    .stats-title {
        text-align: center;
    }

    .stats-subtitle {
        text-align: center;
        margin-bottom: 40px;
    }

    .stats-block {
        text-align: center;
        margin-bottom: 40px;
    }
    .stats-block img {
        height: 90px;
        margin-bottom: 15px;
    }
    .stats-value {
        font-size: 22px;
        font-weight: 700;
        color: var(--primary_col);
    }

    .stats-label {
        font-size: 17px;
        font-weight: 500;
        color: #626161;
    }

    .divider {
        border-right: 2px solid #ddd;
    }
    
    .regions-shape-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.regions-shape {
    background-image: url(../images/region_bg.svg);
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 85px;
    padding-bottom: 30px;
    color: white;
    max-width: 90%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 17%;
    padding-right: 17%;
}

.regions-title {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.region-box {
    text-align: center;
    padding: 1rem 0;
}

.region-icon img {
    height: 60px; /* Adjust size of your placeholder icons */
     /* Make sure icons are white */
}

.region-name {
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 0.8rem;
}
.brands-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.brands-pre-text {
    font-size: 1rem;
    color: #6c757d; /* Assuming grey text */
    margin-top: 1rem;
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; /* Align logos to the left */
    column-gap: 1rem;
}

.logo-item {
    margin-right: 1.5rem; /* Space between logos */
     /* Space between rows */
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
     /* Light shadow for lift */
}

.logo-item img {
     /* Logo image size */
    max-width: 100%;
    object-fit: contain;
}

/* Adjustments for the structure in the image */
.brands-left {
    padding-right: 3rem;
}

.brands-right {
    margin-top: 2rem; /* Space the logos down from the title/text */
}

@media (max-width: 500px) {
    .hero-section-content h1 {
        font-size: 3.188rem;
    }
    .heading {
        font-size: 2.375rem;
    }
    .sub_heading {
        font-size: 1.625rem;
    }
    .pay-for .details {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    .partners .container:before, .partners .container:after {
        width: 42px;
    }
    .regions-shape {
        background-image: unset;
        background: var(--primary_col);
        max-width: unset;
        padding-left: 7%;
        padding-right: 7%;
        padding-top: 56px;
    }
    .regions-shape-container {
        padding-top: 1rem;
    }
    .logo-container {
        gap: 1.5rem;
    }
    .logo-item {
        max-width: 50%;
        flex: 45%;
        margin: 0;
    }
    .newtwork_boxes .title {
        font-size: 3rem;
    }
    .newtwork_boxes .content {
        font-size: 1.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .stats-section {
        padding-bottom: 0;
    }
    .brands-section {
        padding-top: 1rem;
    }
}