
/* contact us hero section */
.gap-xxlarge {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
}

.contact-header-wrapper {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.heading_h1 {
    margin-bottom: .3em;
    font-family: Lexend, sans-serif;
    color: #191d19;
    font-size: 4.21rem;
    line-height: 1.04em;
    font-weight: 500;
    letter-spacing: -.01em;
    text-wrap: balance;
}


.ratio_1x1 {
    aspect-ratio: 1;
    position: relative;
}


.contact-subheading {
    max-width: 1000px;
    margin-bottom: 1.25rem;
    font-size: 1.13rem;
    line-height: 1.6em;
    letter-spacing: 0em;
    color: color-mix(in srgb, currentColor 70%, transparent);
    text-wrap: balance;
}

.flex-horizontal {
    display: flex;
    flex-flow: row;
}

.flex_vertical.is-y-center {
  justify-content: center;
  align-items: stretch;
}

.is-y-center {
  place-items: center stretch;
}

.flex-horizontal.gap-xxsmall {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
}

.icon {
    width: 2rem;
    height: 2rem;
    color: var(--color-core-accent-color-primary);
    vertical-align: middle;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
}


/* price plan section */
/* left part */
.grid-2-columns---pricing {
    grid-column-gap: 10px;
    grid-row-gap: 28px;
    grid-template-columns: .75fr 1fr;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
    align-items: start;
    align-content: start;
}

.grid-2-columns---pricing > .header {
    grid-area: auto;
    grid-column: 1 / 2;
}

/* price plan section */
/* card 1 */
#card-1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.grid-1-column-gap-row-16px {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
}

#price-card-1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.price-card {
    border: 1px solid #eff0f6;
    background-color: white;
    box-shadow: 0 2px 7px 0 #14142b0f;
    border-radius: 24px;
}

.price-content-card {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.flex-vertical-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-horizontal-pricing{
    max-width: 360px;
    display: flex;
    align-items: flex-start;
}

.mg-bottom-12px {
    margin-bottom: 12px;
}

.color-netural-800 {
    color: #211f54;
}

.display-4 {
    line-height: 40px;
    font-weight: 700;
    font-size: 28px;
    color: #191d19;
}

.mg-bottom-16px {
    margin-bottom: 16px;
}

.paragraph-default{
    font-size: 18px;
    line-height: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    margin-bottom: 0;
    color: #191d1999;
}

.color-neutral-600 {
    color: #6e7191;
}

.mg-bottom-0 {
    margin-bottom: 0;
}

.btn-primary-small {
    background-color: #04c16e;
    color: white;
    text-align: center;
    transform-style: preserve-3d;
    border-radius: 48px;
    justify-content: center;
    padding: 18px 24px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    transition: background-color 0.3s, transform .3s, color .3s;
}

.btn-primary-small:hover {
    background-color: #03854c;
    color: white;
    transform: translate3d(0, -3px, .01px);
}

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

.mg-right-8px {
    margin-right: 8px;
}

.color-neutral-800 {
    color: #211f54;
}

.display-3 {
    line-height: 52px;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 0;
    margin-top: 0;
    color: #03854ce6;
}

/* price plan section */
/* card 2 */
#price-card-2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

.card-pricing-popular {
    position: relative;
    border-radius: 24px;
    box-shadow: 0 2px 7px 0 #14142b0f;
    background-color: #03854ce6;
    border: 1px solid #eff0f6;
}

.color-neutral-100 {
    color: white;
}

.display-4.primary-price-text {
    color: white;
}

.m-bottom-16px {
    margin-bottom: 16px;
}

.btn-primary-small-white {
    background-color: #fff;
    color: #191d19;
    text-align: center;
    transform-style: preserve-3d;
    border-radius: 48px;
    justify-content: center;
    padding: 18px 24px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    transition: background-color 0.3s, transform .3s, color .3s;
}

.btn-primary-small-white:hover {
    background-color: #f2f1ff;
    color: #191d19;
    transform: translate3d(0, -3px, .01px);
}

.display-3.price-primary {
    color: white;
}

/* autolayout */
@media screen and (max-width: 991px) {
    .contact-header-wrapper {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    .heading_h1 {
        font-size: 3.37rem;
    }


    .contact-subheading {
        font-size: 1.1rem;
    }
/* price plan section */
/* left part */
    .grid-2-columns---pricing {
        grid-row-gap: 80px;
        grid-template-columns: 1fr;
    }

    /* price plan section */
    /* card 1 */
    .display-4 {
        font-size: 22px;
        line-height: 38px;
    }

    .display-3 {
        font-size: 32px;
        line-height: 44px;
    }
}


@media screen and (max-width: 767px) {
    .heading_h1 {
        font-size: 2.69rem;
    }

    .contact-subheading {
        font-size: 1.1rem;
    }

    /* price plan section */
/* left part */
    .grid-2-columns---pricing {
        grid-template-columns: 1fr;
    }

    /* price plan section */
    /* card 1 */
    .price-content-card {
        padding-bottom: 40px;
        padding-left: 24px;
        padding-right: 24px;
    }

     .display-4 {
        font-size: 20px;
        line-height: 32px;
    }

    .mg-bottom-16px {
    margin-bottom: 8px;
}
   
    .btn-primary-small {
    padding: 20px 32px;
}
/* card 2 */
.m-bottom-16px {
    margin-bottom: 8px;
}
}



@media screen and (max-width: 479px) {
    .heading_h1 {
        font-size: 2.15rem;
    }

    .contact-subheading {
        font-size: 1.1rem;
    }

    /* price plan section */
    /* card 1 */
    .price-content-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .flex-horizontal-pricing {
        flex-direction: column;
        margin-bottom: 18px;
    }

    .mg-bottom-16px {
    margin-bottom: 15px;
}

    .paragraph-default{
        font-size: 17px;
        line-height: 28px;
    }

    .btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}

 .display-3 {
        font-size: 26px;
        line-height: 39px;
    }

    /* card 2 */
.m-bottom-16px {
    margin-bottom: 15px;
}
}


.contact-hero-grid {
    grid-template-columns: 1.05fr 1.25fr;
    align-items: center; 
}

.hero-media {
    position: relative;
    width: 100%;
    height: clamp(420px, 60vh, 720px);
    border-radius: 24px;
    overflow: hidden; 
    box-shadow: 0 8px 24px rgba(20, 20, 43, 0.08);
}


.hero-media > img {
    position: absolute;
    inset: 0; 
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


@media screen and (max-width: 991px) {
    .contact-hero-grid {
        grid-template-columns: 1fr;
    }
    .hero-media {
        height: clamp(340px, 45vh, 560px);
    }
}

@media screen and (max-width: 767px) {
    .hero-media {
        height: clamp(280px, 40vh, 480px);
        border-radius: 16px;
    }
}