b {
    font-weight: 700 !important;
}
h1 b {
    font-weight: 500 !important;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

.hero-section, .hero-wrapper {
    position: relative;
    min-height: 398px;
    max-height: 640px;
}
.hero-section {
    overflow: visible;
    margin: 0 auto;
    padding: 0;
}
.hero-wrapper {
    width: 100%;
    height: 640px;
    position: relative;
    overflow: hidden;

    background-color: #000;
    background-image: url('/common_resources/tawframework/img/refresh/employer/employer-hero.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.hero-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 1344px;
    width: 90%;
    text-align: center;
    color: #fff;
    align-items: stretch;
}
.hero-content h1.heading {
    font-weight: 500;
    font-size: 60px;
    line-height: 88px;
}
.hero-content h2.subheading {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
}
.hero-content .btn,
.features .btn,
.engagement .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 220px;
    height: 48px;
    padding: 13px 24px;
    background: var(--ebg-accent-color);
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.4px;
    cursor: pointer;
}
.engagement .btn {
    width: 256px;
    font-size: 16px;
}
.hero-content .btn:hover,
.hero-content .btn:active,
.hero-content .btn:focus,
.features .btn:hover,
.features .btn:active,
.features .btn:focus,
.engagement .btn:hover,
.engagement .btn:active,
.engagement .btn:focus {
    background: var(--ebg-accent-color) !important;
    color: #fff !important;
}
.hero-content .btn:active,
.hero-content .btn:focus, .hero-content .btn:focus-visible,
.features .btn:active,
.features .btn:focus, .features .btn:focus-visible,
.engagement .btn:active,
.engagement .btn:focus, .engagement .btn:focus-visible {
    outline: 2px solid #000 !important;
    outline-offset: 3px;
}
.circle,
.features .icon-wrapper,
.complete-rewards .icon-wrapper,
.engagement .icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle {
    position: absolute;
    bottom: -40px;
    top: 99%;
    width: 80px;
    height: 80px;
    background: rgba(245, 247, 251, 1);
    padding: 10px 11px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 10;
    border-radius: 50%;
}
.features h4.circle-subheading {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: rgba(68, 68, 68, 1);
}
.features,
.rewards,
.faqs,
.choices,
.engagement,
.complete-rewards,
.contact {
    padding: 40px 60px;
    width: 100%;
}
.features {
    align-items: center;
}
.features-row {
    display: flex;
    flex-direction: row;
    gap: 128px;
}
.features-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.features h1.heading, .rewards h1.heading, .contact h1.heading, .rewards-span,
.complete-rewards .feature-bullet h4.title, .complete-rewards h5.subtitle,
.complete-rewards .feature-bullet h5.subtitle {
    color: rgba(20,33,150,1);
}
.features h1.heading {
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
}
.features h3.heading-small {
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
}
.features h2.heading-right, .faqs h2.subheading {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
}
.features h2.subheading {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: rgba(68, 68, 68, 1);
}
.icon-wrapper {
    width: 80px !important;
    height: 80px;
    padding: 10px;
    border-radius: 16px;
    background: rgba(245, 247, 251, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-inner {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-inner img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
.vector-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}
.feature-bullet {
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 0 16px;
    gap: 16px;
}
.feature-bullet h4.title, .feature-bullet h5.subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: rgba(68, 68, 68, 1);
    margin: 0;
}
.feature-bullet h5.subtitle {
    font-weight: 400;
}
.brands {
    background: rgba(20, 33, 150, 1);
    color: #fff;
    text-align: center;
    padding: 60px 80px;
}
.brands h1.heading {
    font-weight: 500;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    color: rgba(245, 247, 251, 1);
}
.brands h2.subheading {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: rgba(245, 247, 251, 1);
}
.brands h3.heading-small {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: rgba(245, 247, 251, 1);
}
.brands-imgwrapper {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
.brands-imgwrapper img {
    display: block;
    max-width: 100%;
    max-height: 84px;
    width: auto;
    height: auto;
}
.choices {
    background: rgba(245, 247, 251, 1);
}
.choices h1.heading, .choices h1.blog-heading, .rewards h1.heading, .contact h1.heading, .faqs h1.heading {
    color: rgba(20, 33, 150, 1);
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
}
.choices h1.heading, .choices h1.blog-heading {
    border-bottom: 2px solid rgba(20, 33, 150, 1);
}
.choices h1.blog-heading {
    margin-bottom: 2.5rem;
}
.choices h2.subheading, .choices h2.blog-subheading a {
    color: rgba(68,68,68,1);
    font-weight: 400;
}
.choices h2.subheading {
    font-size: 24px;
    line-height: 32px;
}
.choices h2.blog-subheading a {
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
}
.choices-imgwrapper {
    border-radius: 16px;
    border: 1px solid rgba(144, 147, 157, 1);
    aspect-ratio: 5 / 3;
    overflow: hidden;
}
.choices-imgwrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.rewards-inner {
    background: rgba(245, 247, 251, 1);
    border-radius: 20px;
    padding: 60px 80px;
}
.rewards h3.heading-small,
.contact h3.heading-small{
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    color: rgba(20, 33, 150, 1);
}
.rewards h2.subheading {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: rgba(68, 68, 68, 1);
}
.rewards-span {
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    color: rgba(20, 33, 150, 1);
}
.decor {
    position: absolute;
    width: 666px;
    height: 666px;
    border: 130px solid rgba(60, 70, 155, 0.3);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.complete-rewards {
    position: relative;
    padding: 80px 60px;
    background: rgba(20, 33, 150, 1);
    contain: layout paint;
}
.decor-1 {
    top: -200px;
    left: -385px;
}
.decor-2 {
    bottom: -425px;
    right: -375px;
}
.complete-rewards h1.heading {
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    color: rgba(245, 247, 251, 1);
}
.complete-rewards .icon-wrapper {
    background: rgba(245, 247, 251, 0.2);
}
.complete-rewards .icon-inner img {
    color: rgba(255, 255, 255, 1);
}
.complete-rewards .feature-bullet h4.title, .complete-rewards h5.subtitle, .complete-rewards .feature-bullet h5.subtitle {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}
.complete-rewards h5.subtitle, .complete-rewards .feature-bullet h5.subtitle, .faqs .faq-text {
    font-size: 28px;
    line-height: 36px;
}
.engagement-inner {
    background: rgba(20, 33, 150, 1);
    border-radius: 20px;
    padding: 60px 80px;
}
.engagement h1.heading {
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    color: rgba(255, 255, 255, 1);
}
.engagement h2.subheading {
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
}
.faqs h2.subheading {
    padding: 24px 0px;
    color: rgba(20, 33, 150, 1);
}
.faqs .faq-text {
    font-weight: 300;
    color: rgba(68, 68, 68, 1);
    flex: 1;
}
.faqs .faq-subtext {
    color: rgba(68, 68, 68, 1);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
.faqs-icon-wrapper {
    width: 40px !important;
    height: 40px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-row {
    display: flex;
    align-items: center;
    padding: 24px 0px;
    border-bottom: 1px solid rgba(209, 213, 222, 1)
}
.faq-toggle {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    font: inherit;
    color: inherit;
    cursor: pointer;
    display: block;
}
.contact-imgwrapper {
    border-radius: 16px;
    flex-grow: 1;
    display: flex;
    overflow: hidden;
}
.contact-imgwrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.custom-modal {
    background: rgba(245, 247, 251, 1);
    width: 90%;
    max-width: 700px;
    border-radius: 10px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}
.custom-modal .modal-body {
    position: relative;
    z-index: 1;
}
.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    font-size: 28px;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.modal {
    z-index: 1055;
}

.modal-backdrop {
    z-index: 1050;
}

.modal-content {
    position: relative;
}
#employerModal .modal-body {
    padding: 0 !important;
}
.choices-row {
    display: flex !important;
    gap: 32px;
    padding: 0 10px;
}
.choices-row .col {
    padding: 0;
    flex: 1;
}

@media (min-width: 768px) {
    .brands-row .col-md {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 1199px) {
    .hero-wrapper {
        height: 400px;
    }
    .hero-content h1.heading {
        font-size: 32px;
        line-height: 50px;
    }

    .hero-content h2.subheading {
        font-weight: 300;
        font-size: 28px;
        line-height: 36px;
    }
    .features h1.heading,
    .choices h1.heading,
    .rewards h1.heading,
    .contact h1.heading,
    .complete-rewards h1.heading,
    .engagement h1.heading,
    .faqs h1.heading {
        font-size: 40px;
        line-height: 50px;
    }
    .features h3.heading-small,
    .features h2.heading-right,
    .rewards h3.heading-small,
    .contact h3.heading-small,
    .faqs h2.subheading,
    .faqs .faq-text{
        font-size: 24px;
        line-height: 32px;
    }
    .features h2.subheading,
    .feature-bullet h4.title,
    .feature-bullet h5.subtitle,
    .choices h2.subheading,
    .rewards h2.subheading,
    .engagement h2.subheading,
    .faqs .faq-subtext {
        font-size: 16px;
        line-height: 24px;
    }
    .features .icon-wrapper {
        width: 60px !important;
        height: 60px;
    }
    .feature-bullet {
        min-height: 60px;
    }
    .features-right {
        gap: 16px;
    }
    .brands h1.heading {
        font-size: 40px;
        line-height: 48px;
    }
    .brands h2.subheading,
    .complete-rewards .feature-bullet h4.title,
    .complete-rewards h5.subtitle,
    .complete-rewards .feature-bullet h5.subtitle {
        font-size: 24px;
        line-height: 36px;
    }
    .brands h3.heading-small {
        font-size: 18px;
        line-height: 28px;
    }
    .brands,
    .rewards-inner {
        padding: 40px;
    }
    .brands-imgwrapper {
        padding: 8px;
    }
    .brands-imgwrapper img {
        max-height: 68px;
    }
    .choices h1.blog-heading {
        font-size: 32px;
        line-height: 48px;
    }
    .choices h2.blog-subheading {
        font-size: 18px;
        line-height: 22px;
    }
    .rewards-span {
        font-size: 32px;
        line-height: 36px;
    }
    .complete-rewards h5.subtitle, .complete-rewards .feature-bullet h5.subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .decor-2 {
        display: none;
    }
    .engagement-inner {
        padding: 40px 80px;
    }
    .faqs h2.subheading {
        font-weight: 300;
        padding-top: 8px;
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .hero-wrapper {
        height: 398px;
    }
    .features,
    .brands,
    .choices,
    .rewards,
    .engagement,
    .faqs,
    .contact {
        padding: 40px 16px;
    }
    .hero-content h1.heading {
        font-size: 32px;
        line-height: 125%;
    }
    .hero-content h2.subheading {
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
    }
    .brands h1.heading, .complete-rewards h1.heading {
        font-size: 32px;
        line-height: 50px;
    }
    .brands h2.subheading {
        font-size: 22px;
        line-height: 36px;
    }
    .choices-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        gap: 24px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .choices-row .col {
        flex: 0 0 85%;
        max-width: 85%;
        scroll-snap-align: start;
    }
    .choices-row::-webkit-scrollbar {
        display: none;
    }
    .rewards-inner {
        padding: 40px 32px;
    }
    .rewards-span {
        font-size: 40px;
        line-height: 50px;
    }
    .complete-rewards {
        padding: 40px 24px;
    }
    .complete-rewards .icon-wrapper {
        width: 60px !important;
        height: 60px;
    }
    .complete-rewards .feature-bullet h4.title, .complete-rewards h5.subtitle, .complete-rewards .feature-bullet h5.subtitle {
        font-size: 24px;
        line-height: 36px;
    }
    .complete-rewards h5.subtitle, .complete-rewards .feature-bullet h5.subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .decor-1{
        display: none;
    }
    .engagement-inner {
        padding: 32px;
    }
    .features .btn {
        width: 95%;
    }
    .hero-content .btn,
    .engagement .btn {
        width: 100%;
    }
}
