@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("./rewards.css ");
@import url("./faq.css ");
@import url("./userSubscription.css ");
@import url("./unsolicited-policy.css ");
@import url("./refund-policy.css ");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/*   font-family: "Inter", sans-serif; */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
iframe {
    border: 0;
    overflow: hidden;
}

header {
    position: sticky;
    top: 0;
    z-index: 11;
}

header.sticky {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
iframe[title="reCAPTCHA"] {
    border: 0; /* removes the frameborder */
    display: block; /* optional, ensures layout */
    overflow: hidden;
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Montserrat", serif;
    color: #1a1b28;
    font-weight: 500;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
}

a {
    text-decoration: none;
    color: #1a1b28;
}

a:focus,
a:focus-visible {
    outline: 1px solid #2563eb;
    outline-offset: 1px;
}
.form-check-input:focus {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}
button:focus {
    outline: 1px solid #2563eb;
    outline-offset: 1px;
}

input:focus,
input:focus-visible {
    outline: 1px solid #2563eb;
    outline-offset: 1px;
}

footer-submit-btn:focus {
    outline: 1px solid #2563eb;
    outline-offset: 1px;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1120px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #184996;
    --bs-btn-border-color: #184996;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #184996;
    --bs-btn-active-border-color: #184996;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #184996;
    --bs-btn-disabled-border-color: #184996;
}

.btn-primary:focus {
    --bs-btn-color: #fff;
    --bs-btn-bg: #184996;
    --bs-btn-border-color: #184996;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #184996;
    --bs-btn-active-border-color: #184996;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #184996;
    --bs-btn-disabled-border-color: #184996;
}

.btn.btn-white {
    background-color: #fff;
    color: #184996;
    font-weight: 600;
}

.contact-btn-link {
    background-color: #fff;
    color: #184996;
    padding: 10px 40px;
    font-size: 20px;
}

.btn.btn-white:hover {
    background-color: #000;
    color: #fff;
}

.btn.btn-white:hover svg path {
    stroke: #fff;
}

::-webkit-scrollbar {
    width: 12px;
    height: 8px;
    background: var(--clr-white);
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #2a67c4;
}

::selection {
    background-color: #2a67c4;
    color: var(--clr-white);
}

.scroll-top {
    position: fixed;
    bottom: 93px;
    right: 15px;
    z-index: 9999;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    display: none;
    border-radius: 50%;
    color: #fff;
}

.border-divider-right {
    border-right: 1px solid rgb(193 193 193);
}

.border-divider-left {
    border-left: 1px solid rgb(193 193 193);
}

.border-divider-top {
    border-top: 1px solid rgb(193 193 193);
}

.border-divider-bottom {
    border-bottom: 1px solid rgb(193 193 193);
}

/* Header */

.top-header {
    padding: 21px 32px;
    background-color: #ffffff;
}

.navbar-nav > li:first-child a {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.navbar-nav li a {
    font-weight: 500;
    color: #1a1b28;
}

.top-header .dropdown-toggle:after {
    content: "";
    font-family: bootstrap-icons;
    border: none;
    vertical-align: -1px;
    margin-left: 7px;
    font-weight: 900;
    font-size: 12px;
}

.navbar .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    line-height: 35px;
    font-size: 0.85em;
    background: transparent;
    position: relative;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 500;
}

.nav-link {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #000;
    padding: 10px 0;
    margin: 0 15px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}

.btn-receive {
    font-weight: 500;
    height: 48px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    background-color: #0949ac;
    color: #fff;
}

.merchant-login a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
}

.menu-btn {
    background-color: transparent;
    border: none;
}

/* hero section */
.hero-section {
    background: linear-gradient(90deg, #2a67c4 0%, #6ea5f8 100%);
    overflow: visible;
    position: relative;
}

.hero-section::after {
    width: 100%;
    top: 30px;
    left: 0;
    content: "";
    background-image: url(../images/hero-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    height: 100%;
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-content {
    margin: 30px 0;
}

.hero-content h1 {
    font-size: 48px;
    color: #fff;
    line-height: 53px;
    max-width: 560px;
}

.hero-content h2 {
    font-size: 22px;
    line-height: 53px;
    color: #fff;
    margin-bottom: 12px;
}

.hero-content p {
    font-size: 22px;
    line-height: 53px;
    color: #fff;
    margin-bottom: 12px;
}

.hero-img {
    margin-top: 20px;
}

.hero-img img {
    max-width: 545px;
}

.search-box {
    display: flex;
}

.search-input {
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
}

.search-input select {
    border: none;
    box-shadow: none;
    outline: none;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #1a1b28;
}

.form-select:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.search-box input {
    height: 48px;
    border: none;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: #1a1b28;
    max-width: 163px;
    min-width: 163px;
    text-align: center;
}

.search-box button {
    background-color: #2a67c4;
    border-radius: 0 8px 8px 0;
    border: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seprater {
    background-color: #b2b2b2;
    height: 30px;
    width: 2px;
}

/* location input and dropdown */
.location-input-group {
    position: relative;
}

.category-list {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    overflow: visible;
}

.home-text111,
.home-text117,
.home-text122 {
    color: white;
    font-weight: 100;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.home-thq-dropdown1,
.home-thq-dropdown2,
.home-thq-dropdown3 {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.home-dropdown-toggle10,
.home-dropdown-toggle16,
.home-dropdown-toggle21 {
    display: flex;
    color: #333;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: color 0.3s ease;
}

.home-dropdown-toggle10:hover,
.home-dropdown-toggle16:hover,
.home-dropdown-toggle21:hover {
    color: #2a67c4;
}

.home-dropdown-arrow1 svg,
.home-dropdown-arrow2 svg,
.home-dropdown-arrow3 svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    transition: transform 0.3s ease;
}

.home-thq-dropdown1:hover .home-dropdown-arrow1 svg,
.home-thq-dropdown2:hover .home-dropdown-arrow2 svg,
.home-thq-dropdown3:hover .home-dropdown-arrow3 svg {
    transform: rotate(90deg);
}

.home-dropdown-list1,
.home-dropdown-list2,
.home-dropdown-list3 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    /* High z-index to ensure it is on top */
    padding: 10px 0;
}

.home-thq-dropdown1:hover .home-dropdown-list1,
.home-thq-dropdown2:hover .home-dropdown-list2,
.home-thq-dropdown3:hover .home-dropdown-list3 {
    display: block;
    z-index: 9999;
}

.home-dropdown-list1 li,
.home-dropdown-list2 li,
.home-dropdown-list3 li {
    padding: 10px 15px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.home-dropdown-list1 li:hover,
.home-dropdown-list2 li:hover,
.home-dropdown-list3 li:hover {
    background-color: #f0f0f0;
    color: #000;
}

/* .list-item {
margin-bottom: 15px;
} */

/* rewards Section */
.rewards-section {
    padding: 50px 0;
}

.business-rewards-section.rewards-section {
    padding: 66px 0;
}

.business-rewards-section .features-section {
    margin-top: 20px;
}

.business-rewards-section .features-header {
    margin-top: 50px;
}

.reward-note {
    max-width: 860px;
    margin: 50px auto 0;
}

.reward-note-item {
    background: #1e40af;
    padding: 18px 24px;
    height: 100%;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
}

.reward-note-item-dis {
    background: #1e40af;
    padding: 18px 24px;
    height: 100%;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
    gap: 5px;
}

.reward-disclaimer {
    font-size: 16px;
}

.reward-card {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}

.reward-card {
    background-color: #5e36ef;
    min-height: 246px;
}

.reward-inner-content {
    padding: 20px 25px;
}

.reward-inner-content span {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.reward-inner-content h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    color: #fff;
    margin-bottom: 9px;
}

.reward-inner-content h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
    color: #fff;
}

.reward-inner-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}

.reward-inner-content a {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    color: #5e36ef;
    gap: 10px;
    display: flex;
    align-items: center;
    width: max-content;
    height: 44px;
    border-radius: 8px;
    justify-content: center;
}

.reward-inner-content a:hover {
    background-color: #000;
    color: #fff;
}

.reward-inner-content a:hover svg path {
    stroke: #fff;
}

.reward-button {
    background-color: #ffffff;
}

.reward-image {
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reward-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
    gap: 20px;
    padding: 0px;
    margin-top: 26px;
}

.features-header h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    margin: 0;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 7px;
    border: 1px solid #e2e2e2;
    padding: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.feature * {
    position: relative;
    z-index: 2;
    /* Brings the inner content above the pseudo-elements */
}

.feature::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    z-index: 1;
    border-radius: 7px;
}

/* .feature::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #e2e2e2;
    border: 1px solid #e2e2e2;
    border-radius: 7px;
} */

/* .feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
} */

.feature-icon img {
    max-width: 78px;
    height: auto;
    margin-bottom: 15px;
}

.feature-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: #2a67c4;
    margin-bottom: 10px;
}

.feature-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #000;
}

/* revenue-section */
.revenue-section {
    background-color: #f7f8fa;
    padding: 40px 0 65px;
    position: relative;
}

.revenue-section .container {
    position: relative;
    z-index: 1;
}

.revenue-header {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
    color: #1a1b28;
}

.revenue-img {
    margin-bottom: 17px;
    text-align: center;
}

.revenue-img img {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.revenue-content label {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #2a67c4;
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
}

.revenue-content span {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #2a67c4;
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
}

.revenue-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    max-width: 318px;
    margin: 0 auto;
}

.revenue-step .row {
    --bs-gutter-x: 18px;
}

.revenue-section .services-box {
    margin-top: 30px;
}

.revenue-left-bg {
    position: absolute;
    left: 0;
    top: 0;
}

.revenue-right-bg {
    position: absolute;
    right: 0;
    top: 0;
}

/* wellness-section */

.wellness-section {
    padding: 60px 0;
    background-color: #fff;
}

.wellness-box {
    padding: 8px;
    display: flex;
    justify-content: end;
    border-radius: 20px;
    background-size: cover;
}

.wellness-content {
    max-width: 553px;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
}

.wellness-content h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 11px;
    color: #1a1b28;
}

.wellness-content p {
    font-size: 16px;
    color: #1a1b28;
    line-height: 24px;
    margin-bottom: 24px;
}

.wellness-content p:last-child {
    margin-bottom: 0;
}

/* service-section */

.service-section {
    padding: 66px 0;
    background-color: #f7f8fa;
    position: relative;
}

.service-section .container {
    position: relative;
    z-index: 1;
}

.become-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.become-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.become-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.become-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* offer-section */

.offer-section {
    background-color: #4a2cda;
    padding: 60px 0;
}

.offer-section .container {
    max-width: 860px;
    margin: 0 auto;
}

.offer-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 44px;
}

.offer-header h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
}

.offer-header p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    max-width: 478px;
}

.offer-note {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-top: 33px;
    font-weight: 500;
}

.offer-email {
    display: flex;
    justify-content: center;
}

.offer-email button {
    background-color: #000;
    border: none;
    border-radius: 0 8px 8px 0;
    padding: 0 10px;
    min-width: 110px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.offer-email input {
    height: 48px;
    width: 308px;
    background-color: #ffffff;
    border-radius: 8px 0px 0px 8px;
    border: none;
    padding: 13px 16px;
    font-size: 16px;
    font-weight: 500;
}

.recaptchaClass {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.claim-business-text {
    text-align: center;
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}

.claim-my-business-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.claim-my-business-details .group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.claim-my-business-details input.input-details {
    height: 48px;
    width: -webkit-fill-available;
    background-color: #ffffff;
    border-radius: 8px;
    border: none;
    padding: 13px 16px;
    font-size: 16px;
    font-weight: 500;
    margin: 6px;
}

.claim-my-business-details button {
    background-color: #000;
    border: none;
    border-radius: 8px;
    padding: 10px;
    min-width: 110px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.claim-my-business-details-user-consent {
    color: #fff;
}

.claim-my-business-phone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.claim-my-business-phone input {
    height: 48px;
    background-color: #ffffff;
    border-radius: 8px;
    border: none;
    padding: 13px 16px;
    font-size: 16px;
    font-weight: 500;
    margin: 6px;
}

.claim-my-business-phone button {
    background-color: #000;
    border: none;
    border-radius: 8px;
    padding: 12px;
    min-width: 110px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.offer-section .form-check-input {
    border: solid 1px #1a1b28;
    border-radius: 0;
}

.offer-section .form-check .form-check-label {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.offer-form-check {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.offer-section .form-check-input:checked {
    background-color: #1a1b28;
}

.services-box {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 78px 50px;
}

.services-list {
    max-width: 860px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 75px;
}

.service-card {
    display: flex;
    align-items: start;
    gap: 20px;
}

.service-image {
    min-width: 425px;
    max-width: 425px;
}

.service-image img {
    border-radius: 20px;
    width: 100%;
}

.align-left {
    padding-left: 25px;
}

.align-right {
    padding-right: 25px;
}

.service-content {
    max-width: 400px;
}

.service-details h2 {
    font-size: 34px;
    line-height: 110%;
    margin-bottom: 21px;
    font-weight: 500;
    letter-spacing: -2px;
}

.service-details p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
}

.service-details a {
    margin-top: 27px;
    height: 54px;
    width: 182.95px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 11px;
    border-radius: 8px;
}

.service-details a.business {
    width: 255px;
}

.service-details a.sales {
    width: 200px;
}

/* ourapp-section */

.ourapp-section {
    background-color: #f7f8fa;
    padding: 60px 0;
    position: relative;
}

.ourapp-section .container {
    position: relative;
    z-index: 1;
}

.ourapp-box {
    max-width: 860px;
    margin: 0 auto;
}

.app-img {
    max-width: 270px;
    margin: 0 auto;
    border-radius: 20px;
}

.app-img img {
    /* box-shadow: 0px 4px 6.7px rgba(0, 0, 0, 0.15); */
    border-radius: 20px;
}

.ourapp-content {
    min-width: 354px;
}

.ourapp-content h2 {
    margin-bottom: 17px;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
}

.ourapp-content p {
    font-size: 20px;
    line-height: 25px;
    color: #1a1b28;
    letter-spacing: 0;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    /* Prevent interfering with other elements */
}

.custom-prev,
.custom-next {
    pointer-events: all;
    /* Enable clicking on the buttons */
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    /* Adjust button size */
    height: 50px;
    z-index: 10;
}

.custom-prev {
    margin-left: 10px;
    /* Add some spacing from the edge */
}

.custom-next {
    margin-right: 10px;
    /* Add some spacing from the edge */
}

.app-content {
    max-width: 322px;
    margin: 13px auto 0;
}

.app-content h2 {
    font-size: 20px;
    font-weight: 500;
    color: #1a1b28;
    text-align: center;
}

.app-content p {
    font-size: 16px;
    line-height: 24px;
    color: #1a1b28;
    text-align: center;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    gap: 12px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #d9d9d9;
    border-radius: 50px;
}

.owl-dot.active {
    background-color: #2a67c4;
}

.ourapp-left-bg {
    position: absolute;
    top: 0;
    left: 0;
}

.ourapp-right-bg {
    position: absolute;
    top: 0;
    right: 0;
}

/* join-now-section */

.join-now-section {
    background: #7a57d0;
    padding: 6px 0;
}

.join-now-section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #ffffff !important;
}

.join-now-section p a {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #fff !important;
}

/* find-services-section */

.find-services-section {
    padding: 40px 0;
    background-color: #f7f8fa;
    position: relative;
}

.find-services-section .container {
    max-width: 1260px;
    position: relative;
    z-index: 1;
}

.business-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.find-services-section .section-title {
    margin-bottom: 34px;
}

.section-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #000;
}

.business-logo {
    width: 96px;
    height: 68px;
}

.business-logo img {
    max-width: 96px;
}

.business-card {
    box-shadow: 0px 4px 4px 0px #0000001f;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    gap: 28px;
    background-color: #fff;
    position: relative;
    padding-top: 45px;
}

.view-more {
    margin-top: 10px;
}

.view-more a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #0949ac;
}

.business-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color: #000;
}

.business-status {
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    margin-bottom: 14px;
}

.claim-business-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    min-height: 38px;
}

.schedule-appointment {
    box-shadow: 0px 4px 4px 0px #0000001f;
    padding: 22px 20px;
    border-radius: 8px;
    background-color: #fff;
}

.schedule-appointment .filter-label {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
    margin-bottom: 15px;
    color: #1a1b28;
}

.schedule-appointment .appointment-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #000;
    margin-bottom: 19px;
}

.contact-sales-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    height: 38px;
    padding: 9px;
}

.filter-distance {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.distance-options .filter-label {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
    margin-bottom: 15px;
    color: #1a1b28;
}

.distance-options {
    box-shadow: 0px 4px 4px 0px #0000001f;
    padding: 22px 20px;
    border-radius: 8px;
    background-color: #fff;
}

.distance-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.distance-options .form-check .form-check-input {
    border: 1px solid #1a1b28;
    border-radius: 0;
}

.distance-options .form-check-input:checked {
    background-color: #1a1b28;
    border-color: #1a1b28;
}

.map-container {
    /* border: 1px solid #1a1b28; */
    /* height: max-content; */
    /* position: relative; */
    width: 100%;
    height: 100%;
}

.map-contents {
    display: contents;
}

#deskmap {
    height: 500px;
    /* Set your desired height */
    width: auto;
    /* Set your desired width */
}

#map {
    height: 100%;
    /* Set your desired height */
    width: auto;
    /* Set your desired width */
}

.find-search {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    overflow: hidden;
}

.find-search .search-input {
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    border: 1px solid #5e36ef;
    display: flex;
    align-items: center;
    border-radius: 8px 0px 0 8px;
    overflow: hidden;
    width: 100%;
}

.find-search input {
    height: 48px;
    border: none;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: #1a1b28;
    max-width: 163px;
    min-width: 163px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.find-search input:first-child {
    width: 100%;
    max-width: 100%;
}

.find-search input:last-child {
    max-width: 100px;
    min-width: auto;
}

.find-search input::placeholder {
    color: #1a1b28;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
}

.find-search button {
    background-color: #2a67c4;
    border-radius: 0 8px 8px 0;
    border: none;
    width: 48px;
    height: auto;
    display: flex;
    border: 1px solid #2a67c4;
    align-items: center;
    justify-content: center;
    min-width: 48px;
}

.custom-dropdown {
    position: relative;
    font-size: 16px;
}

.dropdown-selected {
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    color: #1a1b28;
    position: relative;
}

.dropdown-selected::after {
    content: "";
    width: 12px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.938965%201L5.99193%207L11.0449%201%22%20stroke%3D%22%231A1B28%22%2F%3E%3C%2Fsvg%3E")
        no-repeat center center;
    background-size: contain;
    margin-left: 6px;
    flex-shrink: 0;
    display: inline-block;
}

.custom-dropdown:hover .dropdown-options {
    display: block;
}

.dropdown-options {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 219px;
}

.dropdown-options li {
    padding: 10px 15px;
    cursor: pointer;
}

.dropdown-options li:hover {
    background-color: #eaeaea;
}

.custom-dropdowns {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
    justify-content: space-between;
}

.top-left-bg {
    position: absolute;
    left: 0;
    top: 100px;
}

.top-right-bg {
    position: absolute;
    right: 0;
    top: 20px;
}

.bottom-left-bg {
    position: absolute;
    bottom: -25%;
    left: 0;
}

.bottom-right-bg {
    position: absolute;
    bottom: -25%;
    right: 0;
}

/* hero-second-section */

.hero-second-section {
    min-height: 440px;
    display: flex;
    align-items: center;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-second-section::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-second-section .container {
    max-width: 860px;
    position: relative;
    z-index: 1;
}

.hero-second-content h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 53px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
}

.hero-second-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.hero-second-content .btn-white {
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    color: #184996;
    height: 48px;
    min-width: 161px;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
    width: max-content;
}

/* earn-credits-section */

.earn-credits-section {
    padding: 50px 0;
}

.earn-credits-section .container {
    max-width: 860px;
}

.earn-credits-inner {
    background: #5e36ef;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.earn-credits-inner h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}

.earn-credits-inner h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}

.earn-credits-inner p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 28px;
}

.earn-credits-inner .offer-form-check {
    margin-bottom: 0;
    margin-top: 20px;
}

.earn-credits-inner .form-check-input[type="checkbox"] {
    border-radius: 0;
    border: 1px solid #1a1b28;
}

.earn-credits-inner .form-check-label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

.form-check-input {
    font-size: 20px;
    font-weight: 500;
    color: #5e36ef;
    background-color: #fff;
}
.form-check-input:checked {
    background-color: #fff;
}
.form-check-input:focus {
    box-shadow: none;
}

.earn-credits-inner .form-check-input:checked {
    background-color: #1a1b28;
}

.earn-credits-content h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    margin-bottom: 9px;
}

.earn-credits-content p.section-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    max-width: 422px;
    margin: 0 auto 14px;
}

.points-earn-rate {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}

.points-earn-rate span {
    color: #2a67c4;
}

.earn-credits-box hr {
    max-width: 188px;
    margin: 26px auto;
}

.how-it-works {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.how-it-works .sub-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #1a1b28;
    margin-bottom: 9px;
}

.how-it-works .sub-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #1a1b28;
    max-width: 442px;
    margin-bottom: 25px;
}

.rewards-list {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.reward-item .reward-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reward-item:last-child .reward-icon::after {
    display: none;
}

.reward-item .reward-icon::after {
    max-width: 49px;
    width: 100%;
    height: 6px;
    border-radius: 100px;
    background: #d9d9d9;
    content: "";
    position: absolute;
    top: 32px;
    left: 72px;
}

.reward-label {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #1a1b28;
    margin-top: 16px;
}

.reward-label .blue-location {
    color: #184996;
    font-size: 20px;
    font-weight: 500;
}

.reward-label .light-blue {
    color: #051d92;
    font-size: 20px;
    font-weight: 500;
}

.reward-label .light-lavender {
    color: #5f4ba6;
    font-size: 20px;
    font-weight: 500;
}

.reward-label .purple-location {
    color: #4725c2;
    font-size: 20px;
    font-weight: 500;
}

/* rewards-welcome */
.rewards-welcome .modal-title {
    color: #2a67c4;
}

.rewards-welcome .show-messages {
    font-size: 16px;
}

.personalMessage {
    font-size: 18px;
    color: #2a67c4;
}

/* about-section */

.about-section {
    padding: 60px 0;
}

.about-section .row {
    --bs-gutter-x: 22px;
}

.about-content h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 53px;
    text-align: left;
    color: #1a1b28;
    margin-bottom: 20px;
}

.about-content h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 53px;
    text-align: left;
    color: #1a1b28;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1a1b28;
}

.about-img {
    border-radius: 20px;
    overflow: hidden;
}

/* coming-soon-section */

.coming-soon-section {
    padding: 60px 0;
}

.coming-soon-section .row {
    --bs-gutter-x: 22px;
}

.coming-soon-content h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 53px;
    text-align: left;
    color: #1a1b28;
    margin-bottom: 11px;
}

.coming-soon-content h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 53px;
    text-align: left;
    color: #1a1b28;
    margin-bottom: 11px;
}

.coming-soon-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1a1b28;
}

.coming-soon-content span {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.04em;
    margin-bottom: 11px;
    display: block;
}

.coming-soon-img {
    border-radius: 20px;
    overflow: hidden;
}

/*  Meet the team Section */

.team-section {
    background-color: #f7f8fa;
    padding: 70px 0 60px;
    position: relative;
}

.team-section .container {
    position: relative;
    z-index: 1;
}

.team-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 44px 20px 60px;
}

.team-content {
    max-width: 860px;
    margin: 0 auto;
}

.team-image {
    width: 260px;
    height: 260px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
}

.team-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.team-header {
    font-size: 34px;
    font-weight: 500;
    line-height: 37.4px;
    letter-spacing: -0.04em;
    text-align: left;
    margin-bottom: 53px;
}

.team-info h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 37.4px;
    letter-spacing: -0.04em;
    text-align: left;
    margin-bottom: 20px;
    color: #1a1b28;
}

.team-info p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color: #1a1b28;
}

.team-members {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.team-members .row {
    --bs-gutter-x: 48px;
}

.team-section .right-bottom-bg {
    bottom: -30%;
}

.left-top-bg {
    position: absolute;
    top: 0;
    left: 0;
}

.right-top-bg {
    position: absolute;
    top: 0;
    right: 0;
}

.right-bottom-bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* faq-section */
.faq-page {
    position: relative;
}

.faq-page .faq-left-bg {
    top: 0;
}

.faq-page .faq-right-bg {
    top: 0;
}

.faq-section {
    padding: 60px 0;
    background-color: #f7f8fa;
    position: relative;
    overflow: hidden;
}

.faq-section .container {
    max-width: 860px;
}

.faq-content {
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.faq-content h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.04em;
    text-align: center;
    color: #1a1b28;
    margin-bottom: 23px;
}

.faq-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #1a1b28;
    margin-bottom: 29px;
}

.faq-description a {
    color: #2a67c4;
}

.faq-container .dropdown-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.faq-select {
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none;
    cursor: pointer;
}

.faq-container .dropdown-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    color: #fff;
}

.faq-container .dropdown-wrapper {
    max-width: max-content;
    margin-bottom: 27px;
}

.faq-container .dropdown-wrapper .faq-select {
    background: #2a67c4;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: left;
    color: #ffffff;
    border: none;
    min-height: 44px;
}

.faq-container .dropdown-wrapper .faq-select option {
    color: #1a1b28;
    background-color: #fff;
}

.faq-info .faq-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 26.4px;
    letter-spacing: -0.04em;
    margin-bottom: 19px;
}

.faq-header {
    font-size: 24px;
    font-weight: 500;
    line-height: 26.4px;
    letter-spacing: -0.04em;
    margin-bottom: 28px;
}

.faq-info .faq-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}

.faq-left-bg {
    position: absolute;
    left: 0;
    top: -50%;
}

.faq-right-bg {
    position: absolute;
    right: 0;
    top: -50%;
}

/* app-section */

.app-section {
    background: linear-gradient(180deg, #2a67c4 0%, #6ea5f8 100%);
    padding-top: 40px;
}

.app-section .container {
    max-width: 860px;
}

.app-img-content {
    max-width: 300px;
}

.app-section .ourapp-content {
    max-width: 526px;
}

.app-section .ourapp-content h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 53px;
    color: #fff;
}

.app-section .ourapp-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
}

/* help section */

.help-section {
    padding: 60px 0;
}

.help-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.help-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    color: #1a1b28;
    max-width: 691px;
    margin: 0 auto 40px;
}

.help-details {
    background-color: #5e36ef;
    padding: 20px 43px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.help-label {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.help-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.help-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.help-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.help-actions button {
    min-width: 165px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: center;
    height: 44px;
}

/* footer section */

footer {
    background-color: #1a1b28;
    padding: 60px 0;
}

.footer-link h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}

.footer-link li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
}

.bottom-footer {
    margin-top: 100px;
}

.bottom-footer p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
}

/* business-section */

.business-section {
    padding: 60px 0;
}

.business-section .container {
    max-width: 860px;
}

.business-content {
    background-color: #5e36ef;
    padding: 34px 20px;
    margin-bottom: 54px;
    border-radius: 8px;
}

.business-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
    margin-bottom: 24px;
    color: #fff;
}

.business-section .offer-email input {
    width: 389px;
}

.business-section .offer-email button:hover {
    background-color: #1a1b28;
    color: #fff;
}

.claimForm_disclaimer {
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.business-help {
    text-align: center;
    max-width: 471px;
    margin: 0 auto;
}

.business-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.business-help a {
    min-width: 165px;
    height: 44px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: center;
    padding-top: 10px;
    /* only for a not button*/
}

.business-content .offer-email {
    position: relative;
}

.claim-my-business-flow-dropdown-list {
    position: absolute;
    /* Position the dropdown relative to the parent */
    top: 100%;
    /* Place it just below the input field */
    left: 0;
    width: -webkit-fill-available;
    /* Match the input's width */
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 999;
    /* Ensure it appears above other elements */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional: Add shadow for better visibility */
    max-height: 200px;
    /* Optional: Limit height for better usability */
    overflow-y: auto;
    /* Enable scrolling if there are many items */
    list-style: none;
    padding: 0;
    margin: 0;
    /* Remove default padding and margin */
    display: none;
    /* Initially hide the dropdown */
    flex-direction: column;
}

.claim-my-business-flow-dropdown1 {
    padding: 10px;
    cursor: pointer;
}

.claim-my-business-flow-dropdown1:hover {
    background-color: #f0f0f0;
    /* Highlight item on hover */
}

/* business details  */
.viewRouting2,
.viewRouting3,
.viewRouting4 {
    display: none;
}

/* success-section */

.success-section {
    padding: 60px 0;
}

.success-section .section-title {
    text-align: center;
    font-size: 44px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 50px;
}

.section-header {
    text-align: center;
    margin-bottom: 58px;
}

.success-cards .row {
    --bs-gutter-x: 53px;
}

.success-cards .card-image {
    border-radius: 8px;
    margin-bottom: 20px;
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-cards .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.success-card .card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: #2a67c4;
    margin-bottom: 12px;
}

.success-card .card-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #000;
}

.success-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}

.success-action a {
    min-width: 165px;
    height: 44px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: center;
    padding: 10px;
}

/* sync-benefits-section */

.sync-benefits-section {
    padding-bottom: 60px;
}

.sync-benefits-section .section-header {
    margin-bottom: 22px;
}

.sync-benefits-section .section-title {
    font-size: 44px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    max-width: 764px;
    margin: 0 auto 30px;
}

.sync-benefits-section .section-description {
    max-width: 833px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}

.benefits-cards .row {
    --bs-gutter-x: 53px;
}

.benefit-card .card-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.benefit-card .card-image {
    margin-bottom: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
}

.benefit-card .card-content .card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: #184996;
    margin-bottom: 12px;
}

.benefit-card .card-content .card-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #000;
}

.benefit-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* platforms-section */

.platforms-section {
    background-color: #f7f8fa;
    padding: 50px 0;
    position: relative;
}

.platforms-section .container {
    position: relative;
    z-index: 1;
}

.platforms-wrapper {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
}

.platforms-content {
    max-width: 860px;
    margin: 0 auto;
}

.platforms-header {
    text-align: center;
    margin-bottom: 30px;
}

.platforms-header h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: #1a1b28;
    max-width: 770px;
    margin: 0 auto 16px;
}

.platforms-header p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #1a1b28;
    max-width: 780px;
    margin: 0 auto;
}

.platforms-box h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #1a1b28;
    margin-bottom: 20px;
}

.platforms-list ul {
    column-count: 2;
    column-gap: 16px;
}

.platforms-list ul li {
    font-size: 20px;
    font-weight: 500;
    line-height: 41px;
    text-align: left;
    color: #1a1b28;
}

/* earnings-calculator-section */

.earnings-calculator-section {
    padding: 60px 0;
    background-color: #f7f8fa;
    position: relative;
}

.earnings-calculator-section .container {
    position: relative;
    z-index: 1;
}

.earnings-calculator-section .container {
    position: relative;
    z-index: 1;
}

.calculator-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 28px 28px 38px;
}

.calculator-header {
    text-align: center;
    margin-bottom: 32px;
}

.calculator-header h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 53px;
    text-align: center;
    color: #1a1b28;
}

.calculator-header h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 53px;
    text-align: center;
    color: #1a1b28;
}

.calculator-content {
    max-width: 860px;
    margin: 0 auto;
}

.result-summary {
    font-size: 30px;
    font-weight: 500;
    line-height: 53px;
    padding: 24px 0 16px;
    line-height: normal;
}

.result-summary span {
    color: #5e36ef;
    font-weight: 500;
}

.result-description {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.result-description p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #1a1b28;
}

.calculator-inputs {
    display: flex;
    gap: 10px;
    align-items: start;
}

.calculator-inputs .input-group input {
    border: 1px solid #1a1b28;
    border-radius: 7px !important;
    height: 44px;
    width: 100%;
    padding: 0 10px;
}

.calculator-inputs button {
    height: 44px;
    min-width: 165px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: center;
}

.input-description {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
}

/* business-promotion-section */

.business-promotion-section {
    padding: 50px 0;
}

.promotion-content h2 {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #1a1b28;
    margin-bottom: 20px;
}

.promotion-content p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #1a1b28;
    max-width: 471px;
    margin: 0 auto;
}

.promotion-content a {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: center;
    min-width: 165px;
    height: 44px;
    padding-top: 10px;
    /* only for a not button*/
}

.promotion-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/* Earn Extra Section */

.earn-extra-section {
    padding: 60px 0;
}

.earn-extra-content .section-header {
    margin-bottom: 25px;
}

.earn-extra-content button {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.earn-extra-content .section-header h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 53px;
    text-align: center;
    color: #1a1b28;
    margin-bottom: 5px;
}

.earn-extra-content .section-header h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 53px;
    text-align: center;
    color: #1a1b28;
    margin-bottom: 5px;
}

.earn-extra-content .section-header p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #1a1b28;
}

.earn-extra-section .tabs-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
    gap: 15px;
}

.earn-extra-section .tabs-container label {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    color: #1a1b28;
}

.earn-extra-section .tabs-container .nav-tabs .nav-link {
    border: none;
    margin: 0;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: center;
    padding: 8px 15px;
}

.earn-extra-section .tabs-container .nav-tabs .nav-link.active {
    color: #2a67c4;
}

.earn-extra-section .tabs-container .nav-tabs .nav-link {
    color: #fff;
}

.earn-extra-section .tabs-container .nav-tabs {
    background-color: #2a67c4;
    border-radius: 50px;
    padding: 3px;
}

.earn-extra-content .tab-pane .row {
    --bs-gutter-x: 53px;
    --bs-gutter-y: 53px;
}

.earn-extra-card .earn-card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: #2a67c4;
}

.earn-extra-card .earn-card-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.earn-extra-img {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.earn-extra-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* wellzon-earn-extra */

.wellzon-earn-extra {
    background-color: #f7f8fa;
    padding: 60px 0;
    position: relative;
}

.wellzon-earn-extra .container {
    position: relative;
    z-index: 1;
}

.wellzon-extra-content {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 30px;
}

.wellzon-extra-content .intro-section h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 20px;
}

.wellzon-extra-content .intro-section p {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #1a1b28;
}

.wellzon-extra-content .intro-section a {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: center;
    height: 44px;
    padding: 10px 15px !important;
}

.form-section {
    background-color: #5e36ef;
    padding: 32px 35px;
    border-radius: 16px;
}

.form-section .form-header {
    margin-bottom: 20px;
}

.form-section .form-header h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 43px;
    color: #fff;
}

.form-section .form-header p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    max-width: 400px;
}

.form-section .form-control {
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    border: none;
}

.form-section .form-control::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
}

.form-section .form-control:focus {
    border: none;
}

.form-section .form-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
}

.form-section select {
    height: 48px;
}

.form-section .mb-3 {
    margin-bottom: 13px !important;
}

.form-section .form-check input {
    border-radius: 0;
    border: 1px solid #1a1b28;
}

.form-section .form-check-input:checked {
    background-color: #1a1b28;
}

.form-section .form-check label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    cursor: pointer;
}

.form-section .form-note {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
}

.form-section .form-note a {
    color: #fff;
}

.form-section .form-btn button {
    height: 44px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    text-align: center;
    color: #5e36ef;
}

.form-section .clinical-providers-container-success-message {
    display: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
}

/* clinical-provider-review  */
.clinical-provider-review .review-form-section {
    color: #2a67c4;
}

.clinical-providers-review-container-success-message {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}

.clinical-providers-review-container-success-message b.title {
    font-size: 20px;
}

/* content-section */

.content-section {
    padding: 60px 0;
}

.content-header h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 53px;
    text-align: center;
    margin-bottom: 27px;
}

.last-update {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #1a1b28;
    margin-bottom: 20px;
}

.content-item {
    margin-bottom: 20px;
}

.content-item h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #1a1b28;
    margin-bottom: 20px;
}

.content-item p:last-child {
    margin-bottom: 0;
}

.content-item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #1a1b28;
    margin-bottom: 20px;
}

.content-item p a {
    color: #2a67c4;
}

.content-subheader {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    color: #1a1b28;
}

.content-list li {
    margin-bottom: 10px;
}

.content-list li:last-child {
    margin-bottom: 0px;
}

/* responisve */

@media screen and (max-width: 1412px) {
    .nav-link {
        margin: 0 5px;
        font-size: 16px;
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    .btn-receive {
        font-size: 16px;
        padding-left: 12px;
        padding-right: 12px;
        line-height: 16px;
    }

    .logo img {
        width: 79px;
    }

    .hero-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-img img {
        width: 70%;
        margin: 0 auto;
        max-width: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .wellzon-earn-extra {
        padding: 30px 0;
    }

    .wellzon-extra-content .intro-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 36px;
    }

    .wellzon-extra-content .intro-section h2 {
        text-align: center;
        margin-bottom: 18px;
    }

    .wellzon-extra-content .intro-section p {
        text-align: center;
    }

    .wellzon-extra-content .intro-section button {
        margin-top: 28px;
    }

    .form-section .form-header h2 {
        text-align: center;
        line-height: normal;
        text-align: center;
        margin-bottom: 18px;
    }

    .form-section .form-header p {
        text-align: center;
        line-height: 20px;
    }

    .wellzon-extra-content {
        padding: 26px 20px;
    }

    .earn-extra-section {
        padding: 30px 0 40px;
    }

    .benefits-cards .row {
        --bs-gutter-x: 1.5rem;
    }

    .success-section .section-title {
        font-size: 40px;
        line-height: normal;
        margin-bottom: 35px;
    }

    .success-cards .row {
        --bs-gutter-x: 1.5rem;
    }

    .revenue-step .row {
        --bs-gutter-y: 40px;
    }

    .service-image {
        min-width: 345px;
        max-width: 345px;
    }

    .service-card {
        gap: 16px;
    }

    .service-card:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .service-details h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 11px;
    }

    .sync-benefits-section .section-title {
        font-size: 40px;
        line-height: normal;
    }

    .features-section {
        grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
        padding: 0px;
        margin-top: 18px;
    }

    .business-rewards-section .features-section {
        grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
        padding: 0px;
        margin-top: 18px;
    }

    .feature {
        padding: 46px 30px;
        min-height: 270px;
    }

    .feature-icon img {
        width: 78px;
        height: 78px;
    }

    .feature-title {
        font-size: 18px;
    }

    .feature-description {
        font-size: 18px;
    }

    /* hero section  */

    .hero-content {
        margin: 24px 0;
    }

    .hero-content h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        margin: 0 auto 20px;
        width: 100%;
    }

    .hero-content p {
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        margin-bottom: 12px;
    }

    .search-input select {
        font-size: 14px;
    }

    .search-box input {
        font-size: 14px;
        max-width: 80px;
        min-width: 125px;
    }

    .category-list {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
        position: relative;
    }

    .category-item {
        font-size: 14px;
        font-weight: 500;
        line-height: 19.5px;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .hero-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-img img {
        width: 70%;
        margin: 0 auto;
        max-width: 300px;
    }

    .search-box {
        display: flex;
        justify-content: center;
    }

    .hero-second-section {
        text-align: center;
        min-height: auto;
        padding: 40px 0;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hero-second-content h1 {
        text-align: center;
    }

    .hero-second-content p {
        text-align: center;
    }

    .hero-second-content .btn-white {
        margin: 30px auto 0;
    }

    .earn-credits-section {
        padding: 25px 0;
    }

    .earn-credits-inner .offer-form-check {
        max-width: 90%;
        margin: 20px auto 0;
    }

    .earn-credits-inner {
        margin-bottom: 20px;
    }

    .earn-credits-content h2 {
        font-size: 30px;
        line-height: normal;
    }

    .points-earn-rate {
        font-size: 20px;
    }

    .how-it-works .sub-title {
        font-size: 30px;
        line-height: normal;
    }

    .how-it-works .sub-description {
        font-size: 20px;
        line-height: normal;
    }

    .reward-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .reward-item .reward-icon {
        width: 50px;
    }

    .rewards-list {
        gap: 10px;
    }

    .reward-label {
        font-size: 16px;
        line-height: normal;
    }

    .reward-item .reward-icon::after {
        max-width: 49px;
        width: 81%;
        height: 6px;
        border-radius: 100px;
        background: #d9d9d9;
        content: "";
        position: absolute;
        top: 29px;
        left: 45px;
    }

    .earn-credits-section .features-section {
        margin-top: 35px;
    }

    .earn-credits-section .features-section {
        padding: 26px 20px;
        min-height: 260px;
        max-width: 270px;
        margin: 0 auto;
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    }

    .ourapp-content {
        min-width: auto;
    }

    .reward-inner-content h3 {
        font-size: 26px;
        line-height: normal;
    }

    .reward-inner-content span {
        font-size: 26px;
        line-height: normal;
    }

    .reward-inner-content {
        padding: 13px 15px;
    }

    .features-header h2 {
        font-size: 30px;
        line-height: normal;
        max-width: 500px;
        margin: 0 auto;
    }

    .business-rewards-section .features-header {
        margin-top: 34px;
    }

    /* claim business  */
    .claim-my-business-details .group {
        display: block;
    }

    .claim-my-business-phone {
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        font-size: 1em;
        z-index: 5;
        background-color: #fff;
        border-radius: 10px;
        display: block;
        right: auto;
        left: 0;
        padding: 10px 5px;
        border: none;
        top: 100%;
        visibility: hidden;
        transform: translateY(5px);
        opacity: 0;
        min-width: 200px;
        box-shadow: 0 50px 100px rgba(0, 0, 0, 0.12);
        margin: 0;
        transform-origin: 0 0;
        transition: all 0.2s ease-in;
    }

    .navbar .dropdown-menu:before {
        content: "";
        position: absolute;
        left: 30px;
        top: -17px;
    }

    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: 0;
        right: auto;
        min-width: 240px;
        box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
        transform: translateY(0);
    }

    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navbar .show.dropdown-toggle:after {
        transform: rotate(180deg);
    }

    .mobile-menu {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .faq-container .dropdown-wrapper {
        margin: 0 auto 27px;
        width: 100%;
        max-width: 100%;
    }

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

    .calculator-wrapper {
        padding: 20px;
    }

    .calculator-inputs {
        flex-direction: column;
    }

    .calculator-inputs .input-group p {
        text-align: center;
        max-width: 270px;
        margin: 8px auto 0 !important;
        text-align: center;
    }

    .calculator-inputs .button-group {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .result-summary {
        text-align: center;
        padding: 20px 0;
        flex-direction: column;
        display: flex;
    }

    .result-description p {
        text-align: center;
    }

    .promotion-content h2 {
        line-height: 32px;
    }

    .sync-benefits-section {
        padding-bottom: 36px;
    }

    .business-content {
        margin-bottom: 30px;
        padding: 24px 20px;
    }

    .business-section .offer-email input {
        width: 100%;
        max-width: 100%;
    }

    .benefit-card .card-content .card-description {
        max-width: 270px;
        margin: 0 auto;
    }

    .revenue-header {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .revenue-section {
        padding: 30px 0 45px;
    }

    .reward-note {
        max-width: 860px;
        margin: 30px auto 0;
    }

    .reward-note .row {
        --bs-gutter-y: 16px;
    }

    .business-rewards-section.rewards-section {
        padding: 36px 0;
    }

    .rewards-section .feature {
        padding: 26px 15px;
        min-height: 270px;
        max-width: 255px;
        margin: 0 auto;
    }

    .btn-receive {
        font-size: 14px;
        height: 40px;
        padding-left: 13px;
        padding-right: 13px;
    }

    .top-header {
        padding: 12px 12px;
        background-color: #ffffff;
    }

    .logo img {
        width: 79px;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        z-index: 1111111;
    }

    .mobile-menu .nav-link {
        color: #fff;
    }

    .menu-close {
        width: 50px;
        height: 50px;
        text-align: right;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 10px;
        top: 15px;
    }

    .menu-content {
        padding: 20px;
        height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .menu-content li {
        padding: 10px 0;
    }

    .menu-content .accordion-item {
        border: none;
    }

    .menu-content .accordion-button {
        padding: 0;
        border: none;
        box-shadow: none;
    }

    .menu-content .accordion-button:not(.collapsed) {
        background-color: transparent;
    }

    .menu-content .accordion-button:focus {
        box-shadow: none;
    }

    .menu-content .accordion-body {
        padding: 0;
        padding-top: 10px;
    }

    .mobile-menu.active {
        transform: translateX(0);
    }

    .mobile-menu svg path {
        fill: #2a67c4;
    }

    .mobile-logo {
        padding: 12px 20px;
    }

    /* footer */
    .footer-logo {
        margin-bottom: 20px;
    }

    .top-footer .row {
        --bs-gutter-y: 1.5rem;
    }

    /* offer  */

    .offer-header {
        flex-wrap: wrap;
    }

    /* .service-section */
    .service-section {
        padding: 30px 0;
    }

    .service-card {
        flex-direction: column;
    }

    .service-content {
        max-width: 100%;
    }

    .service-details {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }

    .service-image {
        min-width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .services-box {
        max-width: 400px;
        padding: 15px;
        margin: 0 auto;
    }

    /* .offer-section */
    .offer-section {
        padding: 33px 0;
    }

    .offer-header {
        text-align: center;
        gap: 6px;
        margin-bottom: 20px;
        justify-content: center;
    }

    .offer-header h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .offer-form-check {
        margin-top: 20px;
    }

    .offer-note {
        margin-top: 20px;
    }

    /* wellness-section */

    .wellness-content h2 {
        font-size: 30px;
        text-align: center;
    }

    .wellness-content p {
        text-align: center;
    }

    .features-section {
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
        padding: 0px;
        margin-top: 18px;
    }

    .ourapp-section {
        background-color: #f7f8fa;
        padding: 30px 0;
    }

    .ourapp-content h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 17px;
    }

    .ourapp-content p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        margin-bottom: 17px;
    }

    .map-container {
        margin-bottom: 20px;
        width: 100%;
        height: 450px;
    }

    .app-section .ourapp-content {
        margin: 0 auto;
        min-width: auto;
    }

    .app-section .ourapp-content h2 {
        font-size: 36px;
        line-height: normal;
        max-width: 290px;
        margin: 0 auto 15px;
    }

    .app-section .ourapp-content p {
        font-size: 18px;
        max-width: 290px;
        margin: 0 auto 15px;
    }

    .app-img-content {
        max-width: 270px;
        margin: 0 auto;
    }

    .faq-content {
        padding: 20px;
    }

    .faq-content h2 {
        margin-bottom: 20px;
    }

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

    .faq-info .faq-title {
        text-align: center;
    }

    .faq-info .faq-description {
        text-align: center;
    }

    .faq-left-bg {
        top: 0;
    }

    .faq-right-bg {
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .reward-card .reward-content {
        max-width: 55%;
    }

    .reward-inner-content button {
        font-size: 14px;
        width: 155.74px;
    }

    .content-section {
        padding: 30px 0;
    }

    .content-header h1 {
        font-size: 40px;
        line-height: normal;
    }

    .earn-extra-content .section-header h2 {
        font-size: 40px;
        line-height: normal;
        margin-bottom: 16px;
    }

    .earn-extra-section .tabs-container {
        flex-direction: column-reverse;
    }

    .earn-extra-section .tabs-container {
        margin-bottom: 30px;
    }

    .earn-extra-content .tab-pane .row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .platforms-wrapper {
        padding: 20px;
    }

    .platforms-header h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .platforms-list ul {
        column-count: 1;
    }

    .platforms-list ul li {
        text-align: center;
    }

    .sync-benefits-section .section-header {
        margin-bottom: 32px;
    }

    .benefits-cards .row {
        --bs-gutter-y: 30px;
    }

    .benefits-cards .card-image {
        max-width: 390px;
        margin: 0 auto 20px;
    }

    .success-section {
        padding: 30px 0 40px;
    }

    .success-cards .row {
        --bs-gutter-y: 30px;
    }

    .success-cards .card-image {
        max-width: 390px;
        margin: 0 auto 20px;
    }

    .success-cards .card-description {
        max-width: 270px;
        margin: 0 auto;
    }

    .business-section {
        padding: 30px 0;
    }

    .help-details {
        padding: 20px;
        max-width: 400px;
        width: 100%;
    }

    .help-section {
        padding: 30px 0;
    }

    .help-actions {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .help-actions button {
        min-width: auto;
        max-width: 291px;
        width: 100%;
    }

    .team-section {
        background-color: #f7f8fa;
        padding: 22px 0 30px;
        position: relative;
    }

    .team-wrapper {
        padding: 30px 20px 30px;
    }

    .team-header {
        margin-bottom: 30px;
        text-align: center;
    }

    .team-info h2 {
        text-align: center;
        margin-bottom: 18px;
    }

    .team-info p {
        text-align: center;
    }

    .team-members .row {
        --bs-gutter-y: 34px;
    }

    .team-members .row:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .about-section {
        padding: 30px 0;
    }

    .about-section .row {
        --bs-gutter-y: 20px;
    }

    .about-content h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 500;
        line-height: 42px;
    }

    .about-content p {
        text-align: center;
    }

    .custom-prev,
    .custom-next {
        width: 17px;
        height: 17px;
    }

    .app-img {
        max-width: 240px;
    }

    .reward-card {
        max-width: 500px;
        margin: 0 auto;
    }

    .business-rewards-section .features-section {
        grid-template-columns: 1fr;
        padding: 0px;
        margin-top: 18px;
    }

    .revenue-left-bg {
        top: 30%;
    }

    .rewards-section {
        padding: 30px 0;
    }

    .wellness-section {
        padding: 30px 0;
    }

    .features-section {
        grid-template-columns: 1fr;
        padding: 0px;
        margin-top: 18px;
    }

    .services-list {
        gap: 40px;
    }

    .service-details p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
    }

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

    .footer-link h2 {
        text-align: center;
    }

    .footer-link li {
        text-align: center;
    }

    .bottom-footer p {
        text-align: center;
    }

    .find-services-section {
        padding: 20px 0;
    }

    .find-services-section .section-title {
        text-align: center;
        margin-bottom: 24px;
    }

    .custom-dropdowns {
        margin-bottom: 27px;
    }

    .distance-options .form-check .form-check-input {
        width: 14px;
        height: 14px;
        top: 4px;
        position: relative;
    }

    .distance-options .form-check-label {
        font-size: 16px;
        font-weight: 500;
        line-height: 33px;
        text-align: left;
    }

    .filter-distance {
        margin-bottom: 27px;
    }

    .business-status {
        margin-bottom: 17px;
    }

    .business-logo {
        width: 66px;
        height: auto;
    }

    .business-logo img {
        max-width: 66px;
    }

    .business-card {
        gap: 20px;
        padding: 16px;
    }

    .claim-business-btn {
        padding-left: 8px;
        padding-right: 8px;
    }

    .find-search input {
        min-width: 50px;
        /* prev auto */
        padding: 0 10px;
    }

    .bottom-left-bg {
        display: none;
    }

    .bottom-right-bg {
        display: none;
    }

    .offer-email input {
        max-width: 308px;
        width: 100%;
    }

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

    .coming-soon-section {
        padding: 30px 0;
    }

    .coming-soon-section .row {
        --bs-gutter-y: 20px;
    }

    .coming-soon-content h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 500;
        line-height: 42px;
    }

    .coming-soon-content span {
        text-align: center;
    }

    .coming-soon-content p {
        text-align: center;
    }
}

@media screen and (max-width: 360px) {
    .btn-receive {
        font-size: 11px;
        line-height: 14px;
        height: 38px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .custom-dropdowns {
        gap: 4px;
        flex-wrap: wrap;
    }

    .dropdown-selected {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .business-name {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        text-align: left;
        color: #000;
    }

    .business-card {
        gap: 20px;
        padding: 16px;
    }

    .claim-business-btn {
        font-size: 14px;
        height: auto;
        min-height: 38px;
        line-height: 1;
    }
}

/* Home Category/SubCategory dropdown */
.sub-category-drop {
    background-color: transparent;
    border: 0px;
    color: white;
}

.sub-cat-beauty {
    width: 50%;
}

/* location dropdown */
.search-input {
    position: relative;
}

.loc-dropdown {
    position: absolute;
    left: 50%;
    top: 132%;
    width: 51%;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
    margin-top: -15px;
    text-align: center;
    /* padding: 10px; */
}

.loc-dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.loc-dropdown-menu li {
    padding: 10px 15px;
    cursor: pointer;
}

.loc-dropdown-menu li:hover {
    background-color: #eaeaea;
}

/* home launch Validation css */
.form-submit-btn-spinner {
    display: none;
}

.input-validation-error {
    color: #c70a0a;
    font-weight: 500;
    display: none;
    font-size: initial;
    padding-top: 10px;
}

/* how we work */
.pictureViewer {
    max-width: fit-content;
}

/* email verification failed */
.verification-failed-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 50px;
}

/* Footer social Icons */
.footer-container19 {
    margin-top: 20px;
}

.footer-container19 a {
    color: white;
}

.footer-container19 a svg {
    max-width: 30px;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .footer-container19 {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}

.captchaBtn {
    display: none;
}

.checkbox-error {
    color: red;
    display: none;
}

.article-container {
    margin-bottom: 4rem;
}

.blog-section {
    padding: 66px 0;
    background-color: #f7f8fa;
    position: relative;
}

.blog-section .container {
    position: relative;
    z-index: 1;
}

.article-title {
    display: flex;
    flex: 1;
    margin-bottom: 3rem;
}

.article-title > h3 {
    color: black;
}

.article-cta {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.article-widgets {
    display: grid;
    align-items: stretch;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

/* WellzOn Blogs */

.blog-feature-image-container {
    width: 100%;
    height: 280px;
}

.blog-feature-image-container img {
    border-radius: 25px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-content {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* .blog-content ol li {
    list-style: auto !important;
} */

.blog-content-ordered-list {
    list-style: auto !important;
}

.blog-content-bullet-list {
    list-style: initial !important;
}

.blog-content-heading {
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-content-para {
    font-size: 16px;
}

.blog-read-links {
    font-weight: 600;
    color: #2a67c4;
    font-size: 18px;
}

.article-page-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}

.view-article-content-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.view-article-title {
    margin-bottom: 15px;
    align-content: center;
    text-align: center;
}

.view-article-content {
    justify-content: center;
    align-content: center;
    text-align: inherit;
}

.sidebar {
    padding: 30px 0px 0px 20px;
    /* border-radius: 5px; */
}

.sidebar-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.recent-articles-list {
    list-style: none;
    padding: 0;
}

.recent-articles-list li {
    margin-bottom: 10px;
}

.recent-articles-list a {
    text-decoration: none;
    color: #007bff;
    font-size: 16px;
}

.recent-articles-list a:hover {
    text-decoration: underline;
}

.other-article-links a {
    font-weight: 200;
    font-size: 18px;
    color: black;
}

.mobile-views {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 991px) {
    .article-widgets {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .article-widgets {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Client blogs */
.client-blogs,
.provider-blogs {
    padding: 20px 20px 60px;
}

.invite-partner-btn {
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    background-color: white;
    color: black;
    cursor: pointer;
}

.invite-partner-btn:hover {
    background-color: black;
    color: white;
}

button.btn.btn-outline-secondary.invite-partner-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}

/* Popup Styles */
.popup-container {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup-close {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.popup-close:hover {
    color: red;
}

#send-invite-btn,
.send-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
}

.invite-btn:hover,
.send-btn:hover {
    background-color: #0056b3;
}

/*  */

/* content-section */

.trust-safety-section {
    padding: 60px 0;
}

.trust-safety-header h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 53px;
    text-align: center;
    margin-bottom: 27px;
}

.trust-safety-tabnav {
    margin-bottom: 30px;
}

.trust-safety-tabnav button {
    background-color: #5e36ef;
    color: #fff;
}

.trust-safety-tabnav button:hover {
    color: #fff;
    background-color: #2a67c4;
}

.trust-safety-tabnav .nav-tabs .nav-link {
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.trust-safety-tabnav .nav-tabs .nav-link.active {
    background-color: #2a67c4;
    color: #fff;
}

.trust-safety-tabnav .nav-tabs {
    gap: 1px;
    border-radius: 10px;
}

.trust-safety-tabnav .nav-link {
    margin: 0 0;
    border: none;
}

.trust-safety-tabnav .nav-link.active {
    display: flex;

    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.trust-safety-tabnav .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background: #2a67c4;
    transform: rotate(45deg);
    z-index: -1;
}

.trust-safety-item {
    margin-bottom: 20px;
}

.trust-safety-item h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #1a1b28;
    margin-bottom: 20px;
}

.trust-safety-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #1a1b28;
    margin-bottom: 20px;
}

.trust-safety-tab {
    margin-top: 30px;
}

.trust-safety-tab .nav-item {
    width: 33%;
}

.trust-safety-tab .nav-item button {
    width: 100%;
}

.trust-safety-content h3 {
    font-weight: 600;
    margin: 20px 0;
    font-size: 24px;
}

.trust-safety-content h2 {
    font-weight: 600;
    margin: 20px 0;
    font-size: 24px;
}

.trust-safety-content h4 {
    font-weight: 500;
    margin: 20px 0;
    font-size: 20px;
}

.trust-safety-content li {
    padding: 4px 0;
    font-size: 16px;
}

.list-dot {
    margin-left: 0;
}

.list-dot li {
    list-style: disc;
    margin-left: 15px;
}

/* rewards-welcome */

/* hero-second-section */

.hero-rewards-section {
    min-height: 340px;
    display: flex;
    align-items: center;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-rewards-section::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-rewards-section .container {
    max-width: 960px;
    position: relative;
    z-index: 1;
}

.thankyou-icon {
    position: absolute;
    margin: 0 auto;
}

.hero-rewards-section h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 53px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.hero-rewards-section p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 34px;
}

.hero-rewards-section p a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.hero-rewards-section .btn-white {
    background-color: #fff;

    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    color: #2a67c4;
    height: 48px;
    min-width: 161px;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
    width: 161px;
}

/* credits-section */
.credits-section {
    padding: 80px 0 60px;
    position: relative;
}

.credits-section .container {
    position: relative;
}

.credits-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    margin-top: 20px;
}

.credits-section p {
    font-size: 18px;
    text-align: center;
    max-width: 870px;
    line-height: 28px;
    margin: 0 auto 20px;
}

.credits-section h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 40px;
}

.thankyou-icon {
    position: absolute;
    top: -170px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.thankyou-icon img {
    width: 170px;
}

/* credits-form */

.credits-form {
    padding: 80px 0;
    position: relative;
    background-color: #f7f8fa;
}

.credits-form .container {
    position: relative;
    z-index: 1;
}

.credits-card {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 48px 48px 48px;
    max-width: 690px;
    margin: 0 auto;
}

.credits-card .form-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.credits-card .form-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.credits-card .form-items h2 {
    text-align: center;
    font-weight: 600;
}

.credits-card .form-items input {
    min-height: 50px;
}

.credits-card .form-items input:focus {
    min-height: 50px;
    outline: none;
    box-shadow: none;
}

.credits-card button {
    margin-top: 0 !important;
    max-width: max-content;
    min-width: 140px;
    margin: 0 auto;
}

.wellzOn-join {
    text-align: center;
    padding: 60px 0;
}

.wellzOn-join p {
    margin-top: 15px;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    font-weight: 400;
}

.wellzOn-join p a {
    font-weight: 500;
}

.credits-arrow-down {
    position: absolute;
    top: -110px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.credits-arrow-down .arrow-down {
    background-color: #5e36ef;
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.credits-arrow-down .arrow-down img {
    max-width: 40px;
}

.arrow-down {
    animation: upDown 1.5s infinite ease-in-out;
}

/* Keyframes for smooth up-down movement */
@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    /* Moves down */
    100% {
        transform: translateY(0);
    }

    /* Back to original position */
}

@media screen and (max-width: 1024px) {
    .hero-second-content {
        padding-bottom: 80px;
    }

    .hero-rewards-section h1 {
        font-size: 34px;
        line-height: normal;
    }
}

/* Contact Sales Section */

.contactSalesSection {
    background: linear-gradient(to right, #cebaf8 0%, #5e36ef 100%);
    padding: 95px 0 85px;
}

.contactSalesContent h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.contactSalesContent p {
    color: #fff;
    font-size: 18px;
    max-width: 630px;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: 400;
}

.contact-action {
    display: flex;
    justify-content: center;
}

.contact-action .btn.btn-primary {
    max-width: 395px;
    width: 100%;
    background-color: #5e36ef;
    min-height: 58px;
    border-radius: 100px;
}

.contact-action .btn.btn-primary:hover {
    max-width: 395px;
    width: 100%;
    background-color: #fff;
    border-color: #5e36ef;
    color: #5e36ef;
}

/* joinSection */

.joinSection {
    padding: 0px 0;
}

.joinSection .section-header {
    text-align: center;
}

.joinSection .section-header h2 {
    font-size: 40px;
    color: #232323;
    max-width: 560px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    text-align: center;
    width: 100%;
    margin: 0 auto 4px;
}

.joinSection .section-header p {
    font-family: "Inter", sans-serif;
    color: #969696;
    font-size: 18px;
    font-weight: 300;
}

.testimonial-item {
    width: 100%;
}

.testimonial-img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.testimonial-info .rating {
    padding: 30px 0 22px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.testimonial-info p {
    text-align: center;
    color: #969696;
    font-size: 14px;
}

.testimonial-info p.testimonial-info-text {
    font-size: 33px;
    line-height: 39px;
    color: #4b5563;
    margin-bottom: 20px;
}

.testimonial-info p.testimonial-info-text-end {
    font-size: 22px;
    color: #4b5563;
}

.testimonial-info .rating img {
    width: 50px !important;
}

/* referralsection */

.referralsection {
    background-color: #5e36ef;
    position: relative;
    overflow: hidden;
}

.referral-info {
    padding: 148px 30px 165px 55px;
}

.referral-info h2 {
    font-size: 40px;
    color: #fff;
    max-width: 560px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.referral-info p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 21px;
    font-weight: 400;
}

.referral-info .contact-action {
    justify-content: flex-start;
}

.referral-info .contact-action .btn {
    background-color: #ebe2ff;
    color: #4e36a6;
    padding: 21px 46px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
}

.referral-info .contact-action .btn:hover {
    background-color: #fff;
    color: #4e36a6;
    padding: 21px 46px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
}

.refer-friend-img {
    width: 50vw;
    left: 0;
    position: absolute;
    height: 100%;
}

.refer-friend-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* getstartedsection */
.getstartedSection {
    padding-top: 80px;
    padding-bottom: 80px;
}

.getstartedSection .section-header {
    margin-bottom: 45px;
}

.getstartedSection .section-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #232323;
    font-family: "Inter", sans-serif;
}

.getstartedSection .section-header p {
    color: #4b5563;
    font-size: 18px;
}

.getstartedBox {
    background-color: #f5f5f5;
    padding: 94px 50px 40px;
    border-radius: 25px;
}

.text-field {
    display: flex;
    flex-direction: column;
}

.text-field span {
    color: #4b5563;
    font-size: 14px;
    margin-bottom: 4px;
}

.text-field input {
    background-color: #fff;
    border: none;
    min-height: 50px;
    width: 100%;
    border-radius: 9px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.text-content {
    display: flex;
    gap: 44px;
}

.text-content .icon {
    background-color: #0949ac;
    color: #fff;
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 26px;
}

.text-label h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    line-height: normal;
    margin-bottom: 12px;
    display: block;
}

.text-label p {
    color: #4b5563;
    font-size: 18px;
    font-weight: 500;
    max-width: 460px;
}

.getstartedBox > .row {
    margin-bottom: 60px;
}

.getstartedBox > .row:last-child {
    margin-bottom: 0;
}

.getstartedBox .contact-action {
    margin-bottom: 21px;
}

.getstartedBox .contact-action .btn {
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.getstartedBox .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.getstartedBox .offer-form-check .form-check-input {
    border: solid 1px #707070;
    width: 20px;
    height: 20px;
    border-radius: 0;
    margin-right: 10px;
}

.getstartedBox .form-check-label {
    color: #4b5563;
    cursor: pointer;
    line-height: normal;
    padding-left: 10px;
}

.business-email > div:first-child {
    margin-bottom: 35px;
}

.business-email > div:nth-child(3) {
    margin-bottom: 20px;
}

.phone-input {
    display: flex;
    align-items: center;
    position: relative;
}

.phone-input span {
    position: absolute;
    margin: 0;
    padding-left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.phone-input span::after {
    content: "";
    width: 1px;
    height: 47%;
    background-color: #1f1f1f;
    position: relative;
    right: -11px;
}

.text-field .phone-input input {
    padding-left: 70px;
}

/* landing-hero-section */

.landing-hero-section {
    padding: 75px 0;
    position: relative;
    margin-top: 5px;
}

.landing-hero-section .container {
    max-width: 1400px !important;
}

.landing-hero-section .container {
    position: relative;
    max-width: 1480px;
}

.landing-hero-img {
    min-height: 644px;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
}

.landing-hero-img img {
    width: 100%;
}

.bg {
    /* background-image: url(../images/announcement-barbar.png); */
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.booking-row {
    padding: 8px 0;
}

.booking-row p a {
    color: #4e36a6;
}

.landing-hero-content span {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #4e36a6;
    margin-bottom: 11px;
    display: block;
}

.landing-hero-content h1 {
    color: #232323;
    font-size: 48px;
    font-family: "Inter", sans-serif;
    margin-bottom: 21px;
    font-weight: 700;
    max-width: 630px;
}

.landing-hero-content p {
    color: #4b5563;
    font-size: 18px;
    line-height: normal;
    max-width: 660px;
    margin-bottom: 20px;
}

.landing-hero-content .action {
    margin-top: 37px;
}

.landing-hero-content .action .btn {
    font-size: 18px;
    color: #fff;
    max-width: 289px;
    width: 100%;
    background-color: #0949ac;
    min-height: 58px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #0949ac;
    font-weight: 500;
}

.landing-hero-content .action .btn:hover {
    font-size: 18px;
    color: #0949ac;
    max-width: 289px;
    width: 100%;
    background-color: #ffffff;
    min-height: 58px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #0949ac;
}

.landing-hero-content .list li {
    padding-left: 36px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 6px;
}

.landing-hero-content .list li::after {
    background-image: url(../images/check-circle.svg);
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}

.commission-note {
    margin-top: 20px;
}

.commission-note span {
    font-size: 12px;
}

.commission-note p {
    font-size: 12px;
    color: #969696;
}

.landing-page .container {
    max-width: 1168px;
}

/* spets */

.steps-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.step-circle {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #c4c4c4;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin: 0 55px;
    font-weight: bold;
    border: solid 1px #c4c4c4;
    position: relative;
    z-index: 1;
}

.step-circle.done .number {
    display: none;
}

.step-circle.done .img-icon {
    display: block;
}

.step-circle.active .number {
    display: none;
}

.step-circle.active .img-icon {
    display: block;
}

.step-circle .img-icon {
    display: none;
}

.step-circle::after {
    position: absolute;
    height: 2px;
    background-color: #c4c4c4;
    content: "";
    width: 115px;
    top: 14px;
    left: 33px;
    z-index: 0;
}

.step-circle:last-child::after {
    display: none;
}

.step-circle.active {
    background: #5e36ef;
    border: solid 1px #5e36ef;
    color: #fff;
}

.step-circle.done::after {
    background-color: #5e36ef;
}

.step-circle.active::after {
    background-color: #5e36ef;
}

.step-circle.done {
    background: #5e36ef;
    border: solid 1px #5e36ef;
    color: #fff;
}

.step-circle.next {
    background: #fff;
    border: solid 1px #5e36ef;
    color: #4e36a6;
}

.step-content {
    display: none;
}

.step-content.active {
    display: block;
}

.step-content .buttons {
    margin-top: 20px;
    text-align: center;
}

.step-content .buttons button {
    padding: 8px 16px;
    margin: 0 10px;
    font-size: 16px;
    cursor: pointer;
}

.steps-nav .buttons button:disabled {
    opacity: 0.5;
    cursor: default;
}

.steps-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 30px;
}

.steps-buttons .btn {
    background-color: #5e36ef;
    min-height: 58px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    min-width: 240px;
}

.steps-buttons .buttons.hidden {
    display: none;
}

.last-step-content {
    justify-content: center;
}

.last-step-content p {
    width: 100%;
    text-align: center;
    justify-content: center;
    max-width: 100%;
}

.refund-content-section {
    margin-bottom: 80px;
    margin-top: 80px;
}

.landing-hero-section {
    position: relative;
}

.refer-friend {
    opacity: 0.2;
}

.commission-section {
    background-color: #1a1b28;
    padding: 60px 0;
}

.commission-section .footer-logo {
    margin: 0 auto;
    text-align: center;
}

.commission-section p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
}

.congratulations {
    max-width: 791px;
}

.congratulations h3 {
    max-width: 690px;
}
.commission-note {
    margin-top: 20px;
}

.footer-div {
    background: #3400f1b2;
    padding: 95px 0 85px;
    color: #ffffff;
}

@media screen and (min-width: 1324px) {
    .landing-hero-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .landing-hero-content span {
        font-size: 20px;
    }

    .landing-hero-content h1 {
        font-size: 34px;
    }

    .landing-hero-img {
        min-height: auto;
        margin-top: 60px;
    }

    .landing-hero-section {
        padding-bottom: 0;
    }

    .getstartedBox {
        padding: 24px 20px;
        border-radius: 15px;
    }

    .text-label h3 {
        font-size: 20px;
    }

    .text-content {
        gap: 10px;
        margin-bottom: 20px;
    }

    .text-content .icon {
        background-color: #5e36ef;
        color: #fff;
        width: 26px;
        height: 26px;
        min-width: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        font-size: 16px;
    }

    .text-label p {
        font-size: 14px;
    }

    .getstartedBox > .row {
        margin-bottom: 20px;
    }

    .getstartedBox .form-check-label {
        font-size: 12px;
    }

    .getstartedSection .section-header h2 {
        font-size: 24px;
    }

    .joinSection .section-header h2 {
        font-size: 24px;
    }

    .contactSalesContent h2 {
        font-size: 24px;
    }

    .refer-friend-img {
        position: relative;
        width: 100vw;
        left: -10px;
    }

    .referral-info {
        padding: 28px 20px 25px 25px;
    }

    .referral-info h2 {
        font-size: 24px;
    }
}

/* WELLZON, LLC TERMS OF USE */
.terms-and-use-section {
    margin: 60px 0 80px;
}
.terms-and-use-header {
    margin: 30px;
}
.terms-and-use-header h1 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}

.terms-and-use-content p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.terms-and-use-content p:last-child {
    margin-bottom: 0;
}
.terms-and-use-item {
    margin-bottom: 20px;
}
.terms-and-use-items {
    margin-top: 40px;
}

.terms-and-use-items h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.terms-and-use-item {
    padding-left: 20px;
}
.terms-and-use-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.terms-and-use-item li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.terms-list li {
    display: flex;
    gap: 10px;
}
.address-list {
    margin-left: 20px;
    margin-top: 20px;
}
.address-list li {
    margin-bottom: 5px;
}

.address-list li span {
    font-weight: 600;
}

.terms-and-use-item a {
    color: #0c3475;
    font-weight: 600;
}

.app-store-container {
    padding: 42px 0;;
}

.store-listing-text {
    color: white;
}

.app-store-class {
    display:inline-block; 
    vertical-align:middle;
    height:70px; 
    padding:15px; 
}

.name-content-center {
  display: flex;
  align-items: center;    /* vertical center */
  /* justify-content: center;horizontal center */
  text-align: center;     /* center inline text */
}