/**
 * What To Expect
 *
 * Generated by Dreamz Page Builder on 2026-07-27.
 */

.what-to-expect {
    background: var(--mist);
    padding: 88px 0;
}

.topsection p {
    color: var(--content);
    font-size: 1.0rem;
    font-family: var(--font-inter);
    max-width: 57%;
}

.topsection span {
    display: block;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--secondary);
    font-family: var(--font-inter);
}

.topsection h2 {
    font-size: clamp(1.85rem, 3.2vw, 2.5rem);
    margin: .55rem 0 .8rem;
    font-family: var(--font-fraunces);
    max-width: 608px;
}

.topsection {
    margin-bottom: 44px;
}

.expect_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    /* margin-bottom: 36px; */
    transition: opacity .6s ease, transform .6s ease;
}

.expect_items.image_block {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 28px 24px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.imagesec {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: var(--mist);
    display: grid;
    place-items: center;
    margin-bottom: 16px;
}

.imagesec img {
    width: 22px;
    height: 22px;
    filter: brightness(0) saturate(100%) invert(31%) sepia(95%) saturate(1245%) hue-rotate(160deg) brightness(92%) contrast(101%);
}

.imagesec img.image_filternone {
    filter: none !important;
    object-fit: contain;
    height: 30px;
    width: 30px;
}
.expect_container h3 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: -.01em;
    margin-bottom: .5rem;
    color: var(--primary);
    font-family: var(--font-fraunces);
}

.expect_container p {
    color: var(--content);
    font-size: .93rem;
    font-family: var(--font-inter);
}

.bottom_section {
    border-left: 3px solid var(--seafoam);
    padding-left: 20px;
    margin-top: 36px;
}

.bottom_section h2 {
    font-family: var(--font-fraunces);
    font-size: 1.28rem;
    color: var(--primary);
    font-style: italic;
    max-width: 60ch;
    font-weight: normal;
}

.bottom_section span {
    display: block;
    margin-top: .7rem;
    font-family: var(--font-inter);
    font-style: normal;
    font-size: .82rem;
    color: var(--content);
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
.expect_container h3{
    height: 41px;
}
}
@media (max-width: 991px) {

.topsection p {
    max-width: 100%;
}
}
@media (max-width: 767px) {
    .expect_container {
        grid-template-columns: 1fr;
    }

    .what-to-expect {
        padding: 50px 0;
    }

}
@media (min-width: 320px) and (max-width: 465px) {

.topsection h2 {
    font-size: 27px !important;
}
}