.offer-section {
    padding: 140px 0 40px;
}

.offer-wrapper {
    background-color: #ffffff;
    padding: 14.5%;
    border-radius: 10px;
    box-shadow: 0px 4px 7px 0px rgba(47, 71, 114, 0.05);
    height: 100%;
    position: relative;
}

.offer-heading-wrapper p {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 76px;
}

.design-fda {
    padding-top: 84px
}

.offer-number p {
    position: absolute;
    right: 30px;
    top: 30px;
    font-family: "Onest", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: right;
    opacity: 0.2;
    width: 32px;
    height: 32px;
}



.offer-wrapper h3 {

    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: left;
    margin-bottom: 32px;
}

.offer-row {
    align-items: stretch;
    row-gap: 10px;
}

.offer-inner {
    height: 100%;
}

.offer-row .col-lg-4 {
    padding-inline: 5px;
}



.segi-column strong {
    font-weight: 700;
}

.segi-button {
    margin-top: 45px;
}


.segi-image img {
    margin-top: -10px;
}

.why-tullo-section {
    padding: 120px 0 100px;
    background-color: var(--light-blue);
    overflow: hidden;
}

.why-container {
    width: 1650px;
    margin-inline: auto;
    max-width: calc(100% - 60px);
}

.why-wrapper {
    width: 20%;
}

.why-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.why-image {
    height: 120px;
    margin-bottom: 30px;
}

.why-row {
    display: flex;
    align-items: center;
    column-gap: 60px;
    position: relative;
    z-index: 3;
    padding-top: 68px;
}

.why-container {
    position: relative;
}

.why-tullo-logo {
    position: absolute;
    top: -60%;
    right: 0;
}

.why-text {
    min-height: 100px;
}

.big-image img {
    height: 100%;
    display: block;
}

.segi-section {
    overflow: hidden;
    padding-bottom: 40px;
}

.segi-section .row {
    align-items: center;
}

/* Serving Section */

.serving-section {
    padding: 140px 0 140px;
}

.serving-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 100px;
    padding-inline: 15px;
    width: 1528px;
    margin-inline: auto;
    max-width: 100%;
}

.serving-wrapper {
    padding: 20px 40px;
    background-color: var(--light-blue);
    border-radius: 100px;
    box-shadow: inset 0px 1px 0px 0px rgba(47, 71, 114, 0.05);
}

.serving-wrapper p {
    font-size: 26px;
    font-weight: 600;
}

.slick-dots button {
    border: none;
}

/* Serving Section ends */



@media(max-width: 1200px) {
    .segi-column {
        padding-block: 80px;
    }

    .why-row {
        column-gap: 30px;
    }
}

@media(min-width: 991px) {
    .big-image img {
        height: 700px;
        width: 100%;
        object-fit: cover;
    }

}

@media(max-width: 991px) {
    .offer-row .show-lg {
        display: none;
    }
    .offer-row .col-lg-4 {
        padding-inline: 15px;
    }

    .slick-dots {
        position: absolute;
        bottom: -115px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        column-gap: 20px;
        padding-block: 40px;
    }

    .first-offer {
        display: none;
    }

     .slick-dots li {
        font-size: 0;
    }

    .offer-section .slick-track {
         display: flex !important;
     }

     .offer-section .slick-slide {
         height: inherit !important;
     }

     .slick-dots button {
        padding-inline: 0;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background-color: var(--blue);
        opacity: .15;
    }

    .slick-dots li.slick-active button {
        opacity: 1;
    }

    .slick-list {
        overflow: visible;
    }

    .offer-wrapper {
        padding: 32px;
        text-align: center;
    }

    .offer-wrapper h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .offer-number p {
        position: relative;
        top: unset;
        right: unset;
        text-align: center;
        margin-bottom: 20px;
        width: auto;
        height: auto;
    }

    .offer-wrapper-mobile p {
        margin-bottom: 32px;
    }

    .offer-section {
        padding: 40px 0 100px;
    }

    .offer-section h3 {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: -1px;
    }

    .offer-section p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .offer-section .offer-number p {
        font-size: 30px;
        line-height: 42px;
    }

    .segi-column {
        padding: 0 0 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .big-image img {
        height: 450px;
        width: 100%;
        object-fit: cover;
    }

    .why-row {
        flex-direction: column;
        row-gap: 24px;
        padding-inline: 32px;
        padding-top: 0;
    }

    .why-container {
        max-width: calc(100% - 30px);
    }

    .why-wrapper {
        width: 100%;
    }

    .why-inner {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .why-tullo-section h2 {
        text-align: center;
    }

    .why-image {
        margin: 0 24px 0 0;
    }

    .why-text {
        min-height: unset;
    }

    .why-inner {
        justify-content: flex-start;
        width: 70%;
        margin-inline: auto;
    }

    .why-image {
        height: auto;
    }

    .why-tullo-section h2 {
        margin-bottom: 60px;
    }

    .why-text {
        width: calc(100% - 85px);
    }

    .serving-section {
        padding: 80px 0 80px;
    }

    .design-fda {
        padding-top: 0;
    }

    .segi-image img {
        display: block;
        margin-bottom: 30px;
        margin-top: unset;
    }
}

@media(max-width: 768px) {
    .why-image img {
        height: 60px;
    }

    .why-tullo-logo {
        display: none;
    }

    .serving-section {
        padding: 40px 0 80px;
    }


}


@media(max-width: 575px) {
    .segi-column h2 {
        margin-top: -35px;
    }

    .why-inner {
        width: 100%;
    }

    .why-tullo-section h2 {
        margin-bottom: 40px;
    }

    .why-row {
        padding-inline: 15px;
    }

    .why-tullo-section {
        padding-block: 40px;
    }

    .big-image img {
        height: 290px;
        width: 100%;
        object-fit: cover;
    }

    .serving-wrapper p {
        font-size: 14px;
    }

    .serving-wrapper {
        padding: 10px 12px;
    }

    .serving-container {
        margin-top: 0;
        padding-top: 10px;
        gap: 6px;
        padding-inline: 0;
    }

    .slick-dots {
        bottom: -100px;
    }

    .offer-section {
        padding: 40px 0 80px;
    }

    .serving-section {
        padding: 40px 0;
    }

    .offer-section {
        padding-bottom: 40px;
    }

    .segi-column {
        padding-bottom: 0;
    }

    body #hero-inner {
        background-image: url("/wp-content/uploads/2025/09/mobile-banner-image.webp") !important;
    }
}

