.whatsapp-btn {
    padding: 11px 32px;
}

.faq .accordion-button {
    flex-direction: row-reverse;
    text-align: right;
}

.about-testimonials h2 {
    margin-bottom: 48px;
}

.faq .nav {
    padding-inline-start: 0;
    row-gap: 8px;
}

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

.ms-auto {
    margin-left: 16px !important;
    margin-right: auto !important;
}

.navbar-nav {
    overflow-x: hidden;
    padding: 0;
}

.dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
}

.partners h2 {
    font-weight: 600;
    font-size: 32px;
}

@media (max-width: 991.98px) {
    .stick-side-menu {
        margin: 0;
    }

    .cta-btn {
        padding: 9px 24px;
    }

    .whatsapp-btn {
        padding: 8px 24px;
    }

    .cta-btn,
    .whatsapp-btn {
        width: 170px;
    }
}

/* ------------- Offers page ----------------- */
body,
body.hide-menu {
    box-shadow: none;
}

aside {
    position: fixed;
    height: 100dvh;
    z-index: 2;
}

@media (max-width: 576px) {
    body {
        padding-right: 0 !important;
    }
    aside {
        width: 75%;
    }
}

body.hide-menu aside {
    right: 0 !important;
    transform: translateX(100%);
}

aside .icon-wrapper {
    padding: 8px;
    background-color: white;
    position: absolute;
    top: 50px;
    left: -50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    box-shadow: -1px 1px 1px 0px #0000002b;
}

aside .burger-icon {
    font-size: 34px;
    color: #acaeb0;
    line-height: 0;
}

body.hide-menu {
    padding-right: 0;
}

/* Offer card */
.offer-card .image {
    max-width: 80%;
    width: auto;
}

.offer-card .image img {
    width: 100%;
    box-shadow: none;
    max-height: 90px;
    height: auto;
}

/* Company Card */
.company {
    display: flex;
    align-items: center;
    padding: 0 !important;
    gap: 12px;
}

.company .image {
    position: static !important;
    box-shadow: none !important;
    max-height: 90px;
    flex-shrink: 0;
}

.company .image img {
    height: 100%;
    width: 100%;
}

/* ------------- Form page ----------------- */

.select2-selection--error {
    border: 1px solid red !important;
}

#phone-number {
    direction: ltr;
    unicode-bidi: embed;
}

#approvalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.6);
}

.overlay-content {
    position: relative;
    background: white;
    padding: 2rem 3rem;
    border-radius: 12px;
    text-align: center;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.loader-text {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--color-secondary);
}

.countdown-timer {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-primary);
}

@media (max-width: 576px) {
    .payment-form,
    .offers-form {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* Status Page */

.status-form {
    background: #fff;
    padding: 40px 58px;
    border-radius: 20px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.256);
    border: 1px solid var(--color-primary);
    margin: 4rem 0 7rem 0;
}

.status-form h2 {
    color: #1e3654;
    font-weight: 600;
    margin-bottom: 32px;
    font-size: 22px;
    text-align: center;
}

.status-form input {
    text-align: center;
}

@media (max-width: 576px) {
    .status-form {
        padding: 35px 25px !important;
    }
}

/* ------------- About Us Page ------------- */

/* Intro Section */

.intro {
    padding-top: 240px !important;
}

.intro-content {
    font-weight: 300 !important;
}

.intro-content {
    line-height: 32px !important;
}

@media (max-width: 768px) {
    .intro-content {
        margin-left: 0 !important;
    }
}

/* Statistics Section */

.cards-container h2 {
    color: #1e3654;
    font-weight: 600;
    margin-bottom: 80px;
    font-size: 32px;
    text-align: center;
}

.custom-card-container {
    position: relative;
}

.custom-card-container .custom-card {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
    background: rgb(255, 255, 255);
    margin: 12px 0;
    border-radius: 12px;
    padding: 24px 32px 48px 32px;
    position: relative;
    z-index: 2;
}

.custom-card-container .tag-background {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100%);
    height: 18px;
    background-color: var(--color-secondary);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    z-index: 1;
}

.custom-card h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 14px;
    color: #f90021;
    position: relative;
    border-bottom: 1px solid #dee2e6;
}
.custom-card p {
    font-size: 18px;
    font-weight: 100;
    line-height: 32px;
    margin-top: 35px;
}

@media (max-width: 768px) {
    .custom-card-container {
        margin-bottom: 48px;
    }
}

@media (max-width: 992px) {
    .custom-card-container {
        margin-bottom: 65px;
    }
}

/* Our Vision & Message Sections */

.vision,
.message,
.why-us {
    background-color: #f5f7f9;
}

.message {
    padding: 77px 0 0 0;
}

.vision-card,
.message-card,
.why-us-card {
    text-align: center;
    background: rgb(255, 255, 255);
    padding: 24px 32px 48px 32px;
    border-radius: 12px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px; */
}

.vision-card h3,
.message-card h3,
.why-us h3 {
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--color-primary);
}

.vision-card p,
.message-card p {
    font-size: 18px;
    line-height: 32px;
}

/* @media (max-width: 576px) {
    .vision-card img {
        width: 200px;
    }
} */

/* ------------- Our Values Section ----------- */

.values {
    padding-top: 58px;
    position: relative;
    background-color: #f5f7f9;
}

.value-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px 22px 10px;
}

.value-card p {
    margin-top: 0;
}

.value-card img {
    margin-bottom: 10px;
}

/* ------------ Why Us Section ------------- */

.why-us {
    padding-top: 105px;
    padding-bottom: 48px;
}

.why-us-card h3 {
    margin-bottom: 40px;
}

.why-us-card ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.why-us-card ul li {
    margin-bottom: 20px;
}

.why-us-card ul li p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
}

.why-us-card ul li .custom-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-primary);
    flex-shrink: 0;
}

/* /////////////////////////////////////////////// HTML CONTENT STYLING ////////////////////////// */

.html-content a:not([href*="#"]) {
    font-weight: bold;
    color: var(
        --color-primary
    ); /* Tailwind 'text-secondary' assumed as CSS variable */
    text-decoration: none;
}

.html-content a:not([href*="#"]):hover {
    text-decoration: underline;
}

.html-content #main-toc[name="tableOfContents"] {
    color: var(--color-primary);
}

.html-content a[href^="#"] {
    padding: 0.25rem; /* p-1 */
    padding-inline-start: 0.5rem; /* ps-2 */
    color: #4b5563; /* Tailwind 'text-gray-600' */
    text-decoration: none;
    font-size: 1.25rem; /* md:text-xl */
}

.html-content a[href^="#"]:hover {
    color: var(--color-secondary);
}

.html-content li::marker {
    margin-inline-start: 1rem; /* start-4 */
    color: var(--color-primary);
}

.html-content #table {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.html-content {
    margin-block-start: 0;
    margin-block-end: 0;
}

.html-content #toc {
    margin-block: 1rem; /* my-4 */
}

.html-content h2 {
    font-size: 1.125rem; /* text-lg */
    color: var(--color-primary);
    margin: 1rem 0;
}

@media (min-width: 768px) {
    .html-content h2 {
        font-size: 1.25rem; /* md:text-xl */
    }
}

@media (min-width: 1280px) {
    .html-content h2 {
        font-size: 1.5rem; /* xl:text-2xl */
    }
}

.html-content h3 {
    font-size: 1rem; /* text-base */
}

@media (min-width: 768px) {
    .html-content h3 {
        font-size: 1.125rem; /* md:text-lg */
    }
}

@media (min-width: 1280px) {
    .html-content h3 {
        font-size: 1.25rem; /* xl:text-xl */
    }
}

.html-content li {
    font-size: 0.875rem; /* text-sm */
    line-height: 1.375; /* ~leading-snug */
}

@media (min-width: 768px) {
    .html-content li {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media (min-width: 1024px) {
    .html-content li {
        font-size: 1.125rem;
    }
}

.html-content p {
    margin-block: 0.25rem; /* my-1 */
    padding-block: 0.25rem; /* py-1 */
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.625;
}

@media (min-width: 768px) {
    .html-content p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media (min-width: 1024px) {
    .html-content p {
        font-size: 1.125rem;
    }
}

.html-content p img {
    margin-block: 1.5rem; /* my-6 */
    min-height: 170px;
    height: 100%;
    width: 100%;
}

@media (min-width: 1280px) {
    .html-content p img {
        margin-block: 2rem; /* xl:my-8 */
    }
}

/* ------------------ TABLE STYLING ------------------ */

.html-content table {
    direction: var(--table-direction);
    border: 2px solid var(--color-secondary); /* If uncommented */
    margin: 2rem 0;
}

.html-content table td {
    border: 1px solid var(--color-secondary);
    padding: 0.75rem;
    text-align: start;
    direction: ltr;
}

[dir="rtl"] .html-content table td {
    text-align: right;
}

.html-content table tr:first-child {
    background-color: var(--color-secondary);
    font-weight: bold;
}

.html-content table tr:first-child td,
.html-content table tr:first-child td strong {
    color: white;
}

.html-content table tr td:last-child {
    font-weight: bold;
}

.html-content blockquote {
    font-style: normal;
}
