@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
.logo img {
    width: 50%;
}
body {
    font-family: "Inter", sans-serif;
    min-height: 100vh;
    margin: 0;
    background: linear-gradient(9deg, #cde5fa 0%, #fafffc 50%, #ffffff 100%)
}

header {
    background-color: #f4f4f5;
    border-bottom: 1px solid #e5e7eb;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.logo-italic {
    font-style: italic;
    font-weight: 600;
    font-size: 1.125rem;
    color: #111827;
    line-height: 1;
}

.logo-bold {
    font-weight: 700;
    font-size: 1.125rem;
    color: #111827;
    line-height: 1;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 64px 24px;
    min-height: calc(100vh - 56px);
}

.card-custom {
    /* background: rgba(255 255 255 / 0.3); */
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
    max-width: 720px;
    width: 100%;
    padding: 20px 20px;
    border: 1px solid #f3eaea;
    text-align: center;

}

.icon-blue {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}

h2 {
    font-weight: 600;
    font-size: 1.80rem;
    color: #111827;
    margin-bottom: 24px;
}

h2 a {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

ul.check-list {
    list-style: none;
    padding-left: 0;
    max-width: 480px;
    margin: 0 auto 40px auto;
    text-align: left;
    color: #374151;
    font-size: 1rem;
    line-height: 1.5;
}

ul.check-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

ul.check-list li i {
    color: #374151;
    font-size: 1rem;
    min-width: 20px;
    text-align: center;
}

button.btn-teal {
    background-color: #166e68;
    color: white;
    border-radius: 8px;
    padding: 10px 32px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    min-width: 180px;
}

button.btn-teal:hover {
    background-color: #145a56;
    color: white;
}




/* .header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 0.75rem 1.5rem;
  } */
.header .logo-text {
    font-style: italic;
    font-weight: 600;
    font-size: 1.125rem;
    color: #212529;
}

.timer {
    background-color: rgb(221 231 231);
    color: #000;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 9999px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    gap: 0;
    user-select: none;
    min-width: 39px;
    justify-content: center;
}

.timer img {
    width: 13px;
    margin: 2px 0px 2px 4px;
}

section.card-custom.card-custom2 form {
    border-top: 1px solid #3c3c3c1c;
    padding-top: 15px;
}

.header_des {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-content {
    max-width: 72rem;
    margin: 0rem auto;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
}

.left-image-container {
    position: relative;
    width: 400px;
    height: 350px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    border-radius: 0.5rem;
    overflow: hidden;
}

.left-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    display: block;
    object-position: right;
}

.question-mark-box {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 7rem;
    height: 7rem;
    background-color: #fff;
    border: 4px solid #0d6efd;
    border-radius: 0.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    user-select: none;
}

.question-mark-box span {
    font-weight: 800;
    font-size: 3rem;
    color: #0d6efd;
    line-height: 1;
}

.right-section {
    max-width: 450px;
    width: 100%;
    text-align: center;
}

.right-section p {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #212529;
}

.answer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.answer-btn {
    background-color: #f8f9fa;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    border: none;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.answer-btn:hover {
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
}

.answer-btn img {
    max-width: 80px;
    max-height: 50px;
    object-fit: contain;
    user-select: none;
}

.pagination-container {
    max-width: 1014px;
    margin: 0 auto 2rem;
    padding: 0 1.5rem;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 0 1px #e5e7eb;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pagination-container::-webkit-scrollbar {
    display: none;
}

.pagination-container {
    padding: 7px;
}

.pagination {
    margin: 2.5rem auto 1.5rem;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    /* flex-wrap: nowrap !important; */

}

.pagination a.active {
    background: #0f766e !important;
    color: white !important;
}

.pagination a {
    text-decoration: none;
    color: black !important;
    border-radius: 9px !important;
    background: #f4f4f5 !important;
}


.pagination2 {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.pagination2 .page-link {
    border: none;
    border-radius: 50%;
    background: #f1f1f1;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    padding: 0;
}

.pagination2 .active .page-link {
    background: #00796b;
    color: white;
}

.pagination2 .disabled .page-link {
    pointer-events: none;
    background-color: transparent;
    color: #bbb;
}

.pagination2 .ellipsis {
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    color: #aaa;
}




.page-btn {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s ease, color 0.15s ease;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

.page-btn:hover:not(.active):not(:disabled) {
    background-color: #f3f4f6;
}

.page-btn.active {
    background-color: #065f46;
    color: #fff;
    font-weight: 700;
    border-color: #065f46;
    cursor: default;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.2);
}

.page-btn:disabled {
    color: #d1d5db;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #e5e7eb;
    box-shadow: none;
}

.page-arrow {
    font-size: 0.875rem;
    color: #6b7280;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.15s ease;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

.page-arrow:hover:not(:disabled) {
    background-color: #f3f4f6;
}

.page-arrow:disabled {
    color: #d1d5db;
    cursor: not-allowed;
    box-shadow: none;
}


.btn-continue {
    background-color: #7fb6b5;
    color: white;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
    font-weight: 500;
}

.btn-continue:hover,
.btn-continue:focus {
    background-color: #6aa5a4;
    color: white;
}

input.form-control {
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    border: none;
    padding: 0.75rem 1rem;
    color: #6b7280;
}

input.form-control:focus {
    box-shadow: none;
    border-color: #3b82f6;
    background-color: #f3f4f6;
    color: #111827;
}

a {
    color: #2563eb;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #1e40af;
}

.logo-text {
    font-weight: 600;
    font-size: 1.25rem;
    color: #111827;
}

.logo-text strong {
    font-weight: 700;
}



.main2 {
    max-width: 28rem;
    margin: 5rem auto;
    padding: 0 1.5rem;
    text-align: left;
    display: block;
}


.btn-continue {
    background-color: #0f766e;
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 0.75rem 0;
    border-radius: 0.5rem;
    width: 100%;
    transition: background-color 0.2s ease-in-out;
}

.btn-continue:hover {
    background-color: #115e59;
}

img.illustration {
    margin-bottom: 2rem;
    object-fit: contain;
}

h1 {
    /* font-weight: 800; */
    font-size: 1.70rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
    color: #000;
}

h1 .highlight {
    color: #2563eb;
}

p {
    color: #4b5563;
    font-size: 0.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}

.btn-continue {
    background-color: #0f766e;
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 0.75rem 0;
    border-radius: 0.5rem;
    width: 100%;
    transition: background-color 0.2s ease-in-out;
}

.btn-continue:hover {
    background-color: #115e59;
}


.main3 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    padding: 3rem 1rem 4rem;
}

section.card-custom.card-custom2 {
    text-align: left;
}

section.card-custom.card-custom2 p.description {
    max-width: 100%;
}


.main3 h2 {
    font-weight: 900;
    font-size: 1.875rem;
    margin-top: 0.25rem;
    margin-bottom: 1.5rem;
    color: #0069f7;
    line-height: 1.2;
}

p.description {
    color: #5a5a5a;
    margin-bottom: 2rem;
    max-width: 600px;
    font-weight: 400;
    font-size: 0.875rem;
}

.progress {
    height: 1.25rem;
    border-radius: 0.375rem;
    overflow: visible;
}

.progress-bar {
    background-color: #0069f7;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: white;
    text-align: center;
    border-radius: 0.375rem;
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

form .form-check {
    margin-bottom: 0.75rem;
}

form .form-check-input:checked {
    background-color: #0069f7;
    border-color: #0069f7;
}

footer {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    color: #222;
    padding: 0.75rem 1rem;
    user-select: none;
}

footer .stars {
    color: #fbbf24;
    margin: 0 0.25rem;
    font-size: 1.125rem;
    vertical-align: middle;
}

.modal-dialog {
    max-width: 360px;
    margin: auto;
}

.modal-content {
    border-radius: 1rem;
    padding: 2rem 2rem 1.5rem 2rem;
    text-align: center;
}

.btn-custom {
    background-color: #f0f6f6;
    color: #212529;
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.75rem 0;
    transition: background-color 0.15s ease-in-out;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #e0ebeb;
    color: #212529;
}

.modal-body p {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: #212529;
}

.sparkle-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
}

.popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    display: none;
    background: #6983cfad;
}

.modal-dialog {
    background: #fff;
    width: 600px;
    border-radius: 18px;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 92%;
    }
}

@keyframes pulse-scale {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.02651);
        opacity: 0.9;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.btn-pulse {
    animation: pulse-scale 1.5s infinite;
}

.def_btnopt {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 10;
}

/* checkout */
.info-bar2-wrap {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.info-bar2 {
    width: 90%;
    margin: 0px auto;
    border-bottom: 0px !important;
    padding: 15px 0px !important;
}

.maincontent {
    position: relative;
    width: 100%;
    padding: 48px;
    margin: 0px;
    max-width: 100%;
    display: flex;
}


.maincontent::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #e6f0ff;
    content: "";
}

.left-content {
    position: relative;
    z-index: 10;
}


.cards {
    position: relative;
    z-index: 10;
}

.top-bar {
    background-color: #f7f7f7;
    font-size: 13px;
    line-height: 18px;
    color: #222222;
    user-select: none;
    padding: 10px 0;
}

.top-bar span {
    margin: 0 4px;
}

.navbar-custom {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 24px;
}

.navbar-custom .logo-text {
    font-weight: 600;
    font-size: 1.125rem;
    color: #222222;
    user-select: none;
}

.navbar-custom .user-email {
    font-size: 0.75rem;
    color: #222222;
}

.info-bar2 {
    background-color: white;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 24px;
    font-size: 0.75rem;
    color: #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-bar2 a {
    color: #0a66c2;
    font-weight: 600;
    text-decoration: none;
}

.info-bar2 a:hover {
    text-decoration: underline;
}

.info-bar2 .timer2 {
    font-weight: 700;
}

.btn-continue2 {
    background-color: #0f5e56;
    color: white;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
    border: none;
    transition: background-color 0.3s ease;
    user-select: none;
}

.btn-continue2:hover {
    background-color: #0d4f47;
}

.maincontent .cards {
    justify-content: flex-end;
}

.left-content {
    max-width: 400px;
    flex: 1 1 300px;
}

.maincontent .left-content h1 {
    font-weight: 600;
    font-size: 2rem;
    color: #222222;
    margin-bottom: 0.25rem;
    user-select: text;
}

.maincontent .left-content h2 {
    font-weight: 400;
    font-size: 1.8rem;
    color: #0a66c2;
    user-select: text;
}

.btn-certificate {
    margin-top: 24px;
    background-color: #0f5e56;
    color: white;
    font-weight: 400;
    padding: 12px 24px;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
    border: none;
    user-select: none;
    transition: background-color 0.3s ease;
}

.btn-certificate:hover {
    background-color: #0d4f47;
}

.maincontent .cards {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
    flex: 1 1 300px;
    justify-content: right;
    align-items: end;
}

.maincontent .card-custom {
    width: 144px;
    border-radius: 0.375rem 0.375rem 0 0;
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;

    padding: 0px;
}

.card-header {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 8px 0;
    border-radius: 0.375rem 0.375rem 0 0;
    user-select: text;
}

.card-header.blue {
    background-color: #0a66c2;
    color: white;
}

.card-header.white {
    background-color: white;
    color: #0a66c2;
    border-radius: 10px 10px 0 0;
}

.card-body {
    width: 100%;
    background-color: #e6e6e6;
    border-radius: 0 0 0.375rem 0.375rem;
    padding: 12px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.card-body.blue {
    background-color: #0a66c2;
}

.card-name {
    font-size: 0.75rem;
    font-weight: 400;
    user-select: text;
    color: #000000;
}

.card-name.blue {
    color: white;
    font-weight: 600;
}

.card-img {
    /* width: 100px;
    height: 120px; */
    object-fit: contain;
}

.bottom-logos {
    background-color: #e6f0ff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 24px 16px;
    overflow-x: auto;
    user-select: none;
}

.bottom-logos img {
    /* height: 30px;
    width: 100px; */
    object-fit: contain;
}

.bottom-logos img {
    object-fit: contain;
    height: 53px;
    background: #ffffff;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-70 {
    opacity: 0.7;
}

.d-flex1.align-items-center.gap-2.emailinfo {
    background: #fff;
    font-size: 13px;
    border-radius: 25px;
    padding: 0px 5px 0 0;
    display: flex;
}

.rounded-circle.border.border-secondary.d-flex.justify-content-center.align-items-center.text-secondary.fw-semibold {
    width: 25px !important;
    height: 25px !important;
}

span.user-email {

    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
}

.offer_opt {
    text-align: center;
    width: 100%;
    font-size: .875rem;
}

.offer_opt span {
    display: block;
    font-size: 1.2rem;
    padding: 5px 0 0;
}

@media (max-width: 768px) {
    main {
        flex-direction: column;
        align-items: flex-start;
    }

    .cards {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 16px;
    }

    .card-custom {
        width: 100%;
    }

    .bottom-logos {
        gap: 24px;
    }

    .right-section {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}



.container h2 {
    font-weight: 600;
    font-size: 1.4rem;
}

.h3,
h3 {
    font-size: 1rem;
}

.container.py-4 {
    flex-direction: column;
}

.icon-blue2 {
    color: #1e40af;
    font-size: 1.25rem;
}

.profile-img-group img {
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: -12px;
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.profile-img-group .more-count {
    background-color: #e5e7eb;
    color: #4b5563;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -12px;
}

.checkbox-blue:checked {
    background-color: #2563eb;
    border-color: #2563eb;
}

.btn-paypal {
    background-color: #fbbf24;
    font-style: italic;
    font-weight: 700;
    color: #1e293b;
}

.btn-paypal span {
    font-style: normal;
    font-weight: 400;
}

.btn-paypal:hover {
    background-color: #f59e0b;
    color: #1e293b;
}

.line-through {
    text-decoration: line-through;
    color: #9ca3af;
}

.featured-logos span {
    font-weight: 600;
    color: #9ca3af;
    margin-right: 1rem;
    white-space: nowrap;
}

.featured-logos .globe-mail {
    font-family: serif;
    font-weight: 700;
    opacity: 0.5;
    letter-spacing: 0.05em;
}

.featured-logos .benzinga {
    font-weight: 700;
    opacity: 0.7;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
}

.featured-logos .barchart,
.featured-logos .yahoo {
    opacity: 0.6;
}

.featured-logos .yahoo {
    font-weight: 600;
    font-size: 1rem;
}


.bg-white {
    box-shadow: 0px 0px 17px #0000000d !important;
    border-radius: 10px;
    margin: 2rem .5rem;
}

.blurred-text {
    filter: blur(3px);
    opacity: 0.3;
    user-select: none;
    pointer-events: none;
}

.lock-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #064e40;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.2;
    text-align: center;
    user-select: none;
}

.lock-overlay i {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.position-relative {
    position: relative;
}

.checkbox-custom {
    pointer-events: none;
}

.star-yellow {
    color: #fbbf24;
    /* Tailwind yellow-400 */
}

.star-gray {
    color: #d1d5db;
    /* Tailwind gray-300 */
}

.review-card {
    border: 1px solid #f3f4f6;
    /* Tailwind gray-100 */
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
    max-width: 33.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}

p.fw-semibold.mb-3 {
    color: #fff;
}

.verified-icon {
    color: #0f766e;
    /* Tailwind teal-700 */
    font-size: 0.625rem;
    margin-right: 0.25rem;
}

.verified-text {
    color: #000 !important;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.verified-text i {
    color: #0f766e !important;
    font-weight: 600;
    font-size: 15px;

}

p.small.text-black-900.mb-4 {
    color: #000;
}

.review-card .mb-3 {
    margin: 0px 0 2px !important;
}

p.small.text-black-900.mb-4 {
    margin-bottom: 10px !important;
}

.small.text-black-50 {
    text-align: right !important;
    color: #000 !important;
    font-size: 12px !important;
}

.small.text-black-50 {
    text-align: right !important;
    color: #000 !important;
    font-size: 12px !important;
}

.arrow-btn {
    border: 1px solid #f3f4f6;
    color: #0f766e;
    width: 3rem;
    height: 10rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease-in-out;
    background: none;
    border-radius: 2rem;
}

.arrow-btn:hover {
    color: #115e59;
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {

    font-size: 39px;
}

.owl-nav button {
    background: transparent !important;
    font-size: 36px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #bbbbbb !important;
}

.text-secondary {
    color: #3f425e !important;
}

img.checkopt1 {
    margin-right: 8px;
}

label.form-check-label.ms-2 {
    margin: 0px !important;
}


@media (max-width: 767.98px) {
    .arrow-btn {
        display: none;
    }
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #0f766e;
    transition: color 0.3s ease;
    cursor: pointer;
    z-index: 10;
    outline: none;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    color: #064e48;
}

.owl-nav button.owl-prev {
    left: -35px;
}

.owl-nav button.owl-next {
    right: -35px;
}

.owl-dots {
    display: none;
}

/* Fix for fontawesome icons inside nav buttons */
.owl-nav button.owl-prev i,
.owl-nav button.owl-next i {
    pointer-events: none;
}

.review-card {
    max-width: 90% !important;

}

@media (max-width: 767.98px) {

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        font-size: 1.2rem;
    }
}


.container-custom {
    margin: 0px auto 48px;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

div#faqAccordion {
    flex: 1;
}

.faq-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #1E2235;
    max-width: 280px;
    white-space: pre-line;
    flex-shrink: 0;
}

.accordion-flush .accordion-item {
    border-bottom: 1px solid #E6E9F0;
}

.accordion-button {
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1E2235;
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: relative;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #1E2235;
    box-shadow: none;
}

.accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    /* left chevron */
    color: #1E2235;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out;
    background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-90deg);
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.accordion-collapse {
    border: none;
}

.accordion-body {
    white-space: normal;
    padding-left: 0;
    padding-right: 0;
}

img.add {
    width: 100%;
}

@media (max-width: 767.98px) {
    .container-custom {
        flex-direction: column;
        gap: 24px;
    }

    .faq-title {
        max-width: 100%;
    }
}

.footer2 {
    background-color: #001c38;
    color: white;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 156px;
}

.footer-hr {
    border-color: #4b5563;
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.btn-customer-support {
    border: 1px solid white;
    border-radius: 50rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: background-color 0.3s, color 0.3s;
}

.btn-customer-support:hover {
    background-color: white;
    color: #001c38;
    text-decoration: none;
}

.btn-customer-support i {
    font-size: 1.25rem;
}

.btn-language {
    border: 1px solid white;
    border-radius: 0.5rem;
    padding: 0.375rem 1rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 9rem;
    background: transparent;
}

.btn-language i {
    font-size: 0.75rem;
    margin-left: 0.5rem;
}

/* .payment-logos img {
    object-fit: contain;
    margin-left: 0.2rem;
} */

footer .d-flex.align-items-center.gap-3 {
    flex-direction: column;
    align-items: flex-end !important;
}

.footer-logo {
    font-weight: 600;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-links {
    text-align: left;
}

.d-flex.flex-column.text-start.lh-1 {
    line-height: 18px !important;
}

.footer2 .justify-content-between {
    justify-content: flex-end !important;
    gap: 5rem !important;
}

.social-icons a {
    font-size: 1.25rem;
    color: white;
    margin-right: 1rem;
    transition: color 0.2s;
}

.social-icons a:hover {
    color: #d1d5db;
    text-decoration: none;
}

.footer-links h5 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-links ul li {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
}

.footer-links ul li a {
    color: white;
    text-decoration: none;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.btn-cta {
    background-color: #0f6b66;
    color: white;
    border-radius: 0.5rem;
    padding: 0.75rem 2rem;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(15, 107, 102, 0.5);
    transition: background-color 0.3s;
    border: none;
}

.btn-cta:hover {
    background-color: #0e5a59;
    color: white;
}

.footer2 .d-flex.align-items-center.gap-3 {
    flex-direction: column;
}

.footer2 .d-flex.flex-column.flex-md-row.justify-content-between.align-items-center.gap-3.gap-md-0 {
    color: #fff;
    align-items: self-end !important;
    justify-content: space-between;
    gap: 10px;
}

.footer2 p.mb-0.small {
    color: #fff;
    text-align: left;
    margin: 0px;
}

/* 
.payment-logos img {
    width: 49px;
    height: 40px;
    object-fit: cover;
    margin-left: 0.5rem;
    border-radius: 6px;
    padding: 5px 0;
} */


.pagination {
    flex-wrap: wrap;
}

.left-content {
    position: relative;
    z-index: 10;
}

.marquee-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #e6f0ff;
    padding: 17px 0;
    overflow: hidden;
}

.marquee-container:after {
    width: 10px;
    height: 100px;
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    z-index: 10;
    background: #e6f0ff;
    box-shadow: 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff;
}

.marquee-container:before {
    width: 10px;
    height: 100px;
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    background: #e6f0ff;
    z-index: 10;
    box-shadow: 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff, 0px 0px 50px #e6f0ff;
}

.marquee-content {
    display: flex;
    gap: 40px;
    align-items: baseline;
}

.marquee {
    display: flex;
    width: fit-content;
    animation: marquee 30s linear infinite;
}

.marquee .flex.items-center.justify-center {
    width: 208px;
    height: 100%;
}

.marquee:hover {
    animation-play-state: paused;
}

.marquee-content {
    display: flex;
    gap: 40px;
    /* spacing between logos */
}

.marquee-content img {
    height: 50px;
    object-fit: contain;
}

section.card-custom.card-custom2 h1 {
    font-weight: 600;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.modf_content {
    margin: 0px auto;
    max-width: 400px;
}

.modf_content p {
    padding-top: 15px;
    text-align: center;
}

.btn-continue:hover,
.btn-continue:active {
    background-color: #115e59 !important;
    color: #fff !important;
}

.left-image-container {

    box-shadow: 0 4px 20px rgb(0 0 0 / 13%);
}

span.small.ms-1 {
    width: 100%;
    text-align: center;
}

span.small.fw-semibold.text-secondary {
    color: #000 !important;
}

.d-flex.justify-content-end.mt-4.pe-2.reviewimage img {
    width: 100px;
    margin-bottom: 15px;
}

main {
    min-height: auto !important;
}

.owl-carousel .owl-stage-outer {
    margin: 0px 20px !important;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #0f766e !important;
    font-size: 17px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

section.card-custom.card-custom2 h1 {
    font-weight: 700;
}

.progress {
    margin-bottom: 17px;
}

article.review-card p.small.text-black-900.mb-4 {
    padding: 0px !important;
    margin: 3px 0px 15px !important;
}

.card-body {
    border-radius: 0.375rem 0.375rem;

}

.checkbox-blue:checked {
    background-color: #eff3f8 !important;
    border-color: #eff3f8 !important;
    width: 22px;
    height: 22px;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: 8 !important;
}

.form-check.d-flex.align-items-center.mb-3 {
    padding-left: 0px !important;
}

.bg-white {
    box-shadow: 0px 0px 17px #0000000d !important;

    border: 1px solid #e9e9e9;
}

.d-flex.justify-content-between.align-items-center.mt-4.fw-semibold.text-dark.small span {
    font-size: 1.2rem;
}

.d-flex.justify-content-between.align-items-center.mt-4.fw-semibold.text-dark.small span span {
    font-size: 0.9rem !important;
}

button.btn.btn-paypal img {
    width: 82px;
}

.bg-primary.bg-opacity-10.rounded-3.p-3.d-flex.align-items-center.gap-3.text-primary.small .fa,
.bg-primary.bg-opacity-10.rounded-3.p-3.d-flex.align-items-center.gap-3.text-primary.small .fas {
    font-weight: 900;
    font-size: 24px;
    padding: 6px 0px;
}

.bg-primary {
    background-color: rgb(246 251 255) !important;
}

.bg-primary.bg-opacity-10.rounded-3.p-3.d-flex.align-items-center.gap-3.text-primary.small {
    background: #f6fbff !important;
}

.mob_on {
    display: none;
}

.desktop_on {
    display: block;
}

h2.faq-title.mob_on {
    text-align: center;
}

.card.shadow-sm.rounded-3.text-center.p-4.h-100 {
    box-shadow: 0px 0px 17px #0000000d !important;
    border: 1px solid #e9e9e9 !important;
}

.card-img-top {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 2px solid #3b82f6;
    /* blue-500 */
    border-radius: 50%;
    margin: 1rem auto 1rem auto;
}

.h3,
h3 {
    font-weight: 600;
}

p.location-text {
    margin-bottom: 18px;
}

section.container.py-5.resultsinfo h2 {
    text-align: center;
    margin: 0px 0px 25px;
}

.location-text {
    color: #3b82f6;
    font-size: 0.875rem;
    margin: 0px 0px 20px;
}

.location-text i {
    margin-right: 0.25rem;
}

.card-text {
    font-size: 0.875rem;
    color: #4b5563;
    /* gray-700 */
}

p.text-secondary.mb-4 {
    text-align: center;
}

.align-items-start {
    align-items: center;
}

.maincontent {
    align-items: center;
}

@media (max-width: 991px) {
    .left-image-container {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 991px) {

    .profile-img-group .more-count {

        width: 20px;
        height: 20px;

    }

    .social-icons.d-flex img {
        width: 23px;
    }

    section.col-12.col-md-6.col-lg-5.bg-white.rounded-3.shadow-sm.p-4.d-flex.flex-column.justify-content-between {
        width: 90%;
        margin: 0px auto !important;
    }

    section.container.py-4 {
        padding: 0px;
        width: 94%;
    }

    section.col-12.col-md-6.col-lg-6.bg-white.rounded-3.shadow-sm.p-4.d-flex.flex-column.justify-content-between {
        width: 90%;
        margin: 15px auto;
    }

    section.container-custom.container {
        width: 92%;
    }

    .row.g-4.justify-content-center {
        flex-direction: column-reverse;
    }

    .left-content {
        text-align: center;
    }

    .maincontent {
        padding: 48px 25px 0;

    }

    .maincontent .left-content h2 {
        font-size: 1.3rem;
    }

    .maincontent .left-content h1 {
        font-size: 1.6rem;
        padding-bottom: 5px;
    }

    .maincontent .left-content h2 {
        font-weight: 400;
        font-size: 1.6rem;
        color: #0a66c2;
        user-select: text;
    }

    .left-content {
        max-width: 400px;
        flex: auto;
    }

    .card-img {
        object-fit: contain;
        width: 100px;
    }

    .maincontent .card-custom {
        width: 100%;
        flex-direction: column;
        align-items: center;
        background: none;
        padding: 0px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        max-width: 100%;
    }

    .bg-white {
        margin: 1rem .5rem;
    }

    .container-custom {
        flex-direction: column;
        gap: 6px;
    }

    .container-custom {
        margin: 0px auto 20px;
        padding: 0 6px !important;
        gap: 30px !important;
    }

    .bg-white {
        margin: 0rem 0.5rem;
    }

    .footer2 .justify-content-between {
        gap: 0;
    }

    .footer2 {

        padding: 0px !important;
        padding-bottom: 118px !important;
    }

    .py-5 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    h2.faq-title br {
        display: none;
    }

    section.container.py-4 {
        padding: 0px;
    }

    /* section.col-12.col-md-6.col-lg-6.bg-white.rounded-3.shadow-sm.p-4.d-flex.flex-column.justify-content-between {
        margin-bottom: 37px;
    } */
    .row.g-4.mb-4 {
        margin-bottom: 0px;
    }

    .container-custom {
        margin: 0px auto 47px;
        padding: 0 6px !important;
        gap: 0 !important;
    }

    h1.text-center.mb-4.fs-3.fw-semibold {
        padding-bottom: 24px;
    }

    .container h2 {
        font-weight: 600;
        font-size: 1.2rem;
    }

    .card-custom {
        width: 100%;
    }

    .right-section {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }


    .pagination-container {
        padding: 7px;
        margin: 5px 11px;
    }

    section.card-custom.card-custom2 {
        padding: 17px;
    }

    .pagination {
        margin: 41px 15px !important;
    }

    .left-image-container img {

        object-fit: cover !important;
        object-position: bottom right;

    }

    .maincontent .left-content h2 {
        font-weight: 600;

    }

    button.accordion-button {
        padding-right: 25px;
    }

    .checkout_opt .col-md-9.d-flex.flex-wrap.justify-content-between {
        justify-content: end;
        width: 100%;
        display: block !important;
        text-align: center !important;
    }

    .checkout_opt .d-flex.flex-column.flex-md-row.justify-content-between.align-items-center.gap-3.gap-md-0 {
        gap: 19px !important;
        align-items: flex-start !important;
    }

    .checkout_opt .d-flex.align-items-center.gap-3 {
        align-items: flex-start !important;
        /* display: block !important; */
        margin-top: 23px;
    }

    .checkout_opt .maincontent {
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
    }

    .checkout_opt h2 {

        margin-bottom: 9px;
    }

    main {
        padding: 24px 15px;
        justify-content: start;
        align-items: start;

    }

    .modf_content {
        margin: 0px 15px;
        max-width: 100%;
    }

    header {
        height: 64px;
    }

    .main-content {
        margin: 0rem auto !important;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        max-width: 100% !important;

    }

    .review-card {
        max-width: 93% !important;

    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        margin: 0px 24px;
    }

    .maincontent .cards {
        gap: 5px;
        padding: 0px 0 25px;
        flex: 1;
        margin-top: -14px;
    }

    section.container.mt-4.py-4 {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    section.container.py-5.resultsinfo {
        padding-bottom: 60px !important;
    }
}

@media (max-width: 767px) {
    section.container.py-5.resultsinfo {
        width: 96%;
    }

    h2.fs-5.fw-semibold.mb-3 {
        text-align: center;
    }

    h2.faq-title {
        text-align: center;
    }

    .mob_on {
        display: block;
    }

    .desktop_on {
        display: none;
    }

    article.review-card p.small.text-black-900.mb-4 {
        padding: 0px !important;
        margin: 3px 0px 10px !important;
    }

    section.col-12.col-md-6.col-lg-5.bg-white.rounded-3.shadow-sm.p-4.d-flex.flex-column.justify-content-between {
        width: 85% 343.391px;
        margin: 0px auto !important;
    }

    .left-image-container {

        box-shadow: 0 4px 20px rgb(0 0 0 / 13%);
    }

    header {
        padding-left: 0px;
    }

    main {
        padding: 24px 15px;
        justify-content: start;
        align-items: start;

    }

    h2 {
        font-weight: 600;
        font-size: 1.25rem;
        color: #111827;
        margin-bottom: 22px;
    }

    .modf_content {
        margin: 0px 15px;
        max-width: 100%;
    }

    .left-image-container {
        width: 100%;
        height: 274px;

    }

    .marquee .flex.items-center.justify-center {
        width: 150px;
        height: 100%;
    }

    .maincontent .left-content h1 {
        font-size: 1.4rem;
        padding-bottom: 5px;
    }

    .maincontent .left-content h2 {
        font-weight: 600;
        font-size: 1.3rem;

    }

    .left-content {
        max-width: 100%;
        flex: auto;
        display: block;
        width: 100%;
    }

    button.btn-certificate {
        width: 100%;
    }

    .card-custom {

        padding: 20px 20px
    }

    ul.check-list li {
        font-size: 1.125rem;
    }

    .main-content {
        max-width: 72rem;
        margin: 0rem auto;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    section.card-custom.card-custom2 {
        box-shadow: 0px 0px 0px transparent;
        border: 0px;
        padding: 0;
    }

    section.card-custom.card-custom2 h1 {
        font-size: 1.25rem !important;
        font-weight: 600;
    }

    main {
        min-height: auto !important;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        max-width: 100% !important;

    }

    .review-card {
        max-width: 88% !important;
    }

    .review-card {
        padding: 1rem;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        margin: 0px 34px;
    }

    .form-check.d-flex.align-items-center.mb-3 {
        padding-left: 0px !important;
        align-items: flex-start !important;
    }

    .p-4 {
        padding: 1rem !important;
    }

    .align-items-start {
        align-items: flex-start;
    }
}