@import url("https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css");

/* 29LT Bukra Variable (Arabic/Latin) */
@font-face {
    font-family: "29LT Bukra Variable";
    src: url("/fonts/29LTBukraVF-08lrdo.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}


:root {
    --primary-color: #006072;
    --primary-hover: #00687D;
    --text-color: #000;
    --light-gray: #f8f9fa;
    --border-color: #dee2e6;
    --card-bg: #ffffff;
}


body {
    /* Good Font */
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; */

    /* Small luxury Font */
    /* font-family: "Khand", Sans-serif !important; */

    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif !important;


    /* font-family: "29LT Bukra Variable", sans-serif !important; */

    font-stretch: semi-condensed !important;
    background-color: #fff;
    color: var(--text-color);
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    overflow-x: hidden;
    direction: ltr;
}

.website-logo {
    width: 40px !important;
    height: 40px !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.navbar-brand,
nav ul {
    font-family: "29LT Bukra Variable", sans-serif !important;
    line-height: 2 !important;
    font-weight: 600 !important;
}

h2,
h3,
h4 {
    scroll-margin-top: 100px;
}

p,
.navbar-nav li,
.platform-question-card li,
.platform-toc li {
    font-family: "29LT Bukra Variable", sans-serif !important;
    line-height: 2 !important;
    font-weight: 400 !important;
    font-size: 1.130rem !important;
}



.platform-question-card ul,
.platform-toc ul {
    list-style-type: square !important;
}

ul li::marker,
ol li::marker {
    color: #006072 !important;
    font-weight: 600;
}


input {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.bg-orange {
    background-color: #FF9530;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23015F60' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.platform-sticky-aside {
    position: sticky;
    top: 100px;
    font-size: 1.130rem !important;
}


.platform-overflow-y {
    overflow-y: auto !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    /* max-width: 100vh!important; */
}

.platform-overflow-x {
    overflow-x: auto !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    /* max-width: 100vw!important; */
}


button:focus,
.btn:focus,
.form-control:focus,
.page-link:focus,
.nav-link:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
}

button,
.btn,
.page-link,
.nav-link {
    -webkit-tap-highlight-color: transparent;
}

/* Remove blue border/flash on active (click) */
button:active,
.btn:active,
.page-link:active,
.nav-link:active {
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
    background-color: #019393d6 !important;
}

/* Flat design overrides for Bootstrap */
.btn,
.card,
.form-control,
.badge,
.nav-tabs .nav-link,
.nav-pills .nav-link {
    border-radius: 0 !important;
}

.single-q-title {
    /* font-size: large !important; */
    font-size: 1.35rem !important;
    margin-bottom: 0px !important;
    color: var(--primary-color) !important;
}

h2,
.h2 {
    font-size: x-large !important;
}

h3,
.h3 {
    font-size: large !important;
}

.col h3 a,
.col h2 a {
    color: var(--primary-color);
}

.card-title a {
    color: #000 !important;
}

.platform-small-text {
    font-size: medium !important;
}

.platform-x-small-text {
    font-size: small !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.border-primary {
    border-color: var(--primary-color) !important;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.card,
.card-header {
    border: 1px solid #f5f5f59b;
    background-color: var(--light-gray) !important;
    border-radius: 0 !important;
}

.platform-hero-section {
    position: relative;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.platform-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/background-001.webp') center center / cover no-repeat;
    filter: blur(0px);
    transform: scale(1);
    z-index: 1;
}

.platform-hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

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

.platform-question-card {
    transition: transform 0.5s;
}

.platform-question-card:hover {
    background-color: #ffffff !important;
}


.platform-question-card p,
.platform-toc p {
    text-align: justify !important;
    text-justify: inter-word;
    hyphens: auto;
}

.platform-vote-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.platform-vote-count {
    font-weight: bold;
    margin: 5px 0;
    font-size: 16px;
}

.platform-user-badge,
.badge {
    border-radius: 5px !important;
}

.platform-tag {
    display: inline-block;
    padding: 4px 8px;
    /* background-color: #f0f0f0; */
    background-color: #000;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 0.85rem;
    color: #fff !important;
}

.platform-tag:hover {
    /* background-color: #e0e0e0; */
    background-color: var(--primary-color);
    text-decoration: none;
}

.platform-sidebar-section {
    margin-bottom: 30px;
}

footer {
    background-color: #fff;
}

.platform-dark-cta {
    background-color: #000;
    color: #fff;
    border: none;
    transition: all 0.2s;
}

/* Remove blue border/flash on active (click) */
.platform-dark-cta:active,
.platform-dark-cta:focus {
    background-color: #000 !important;
    color: #fff !important;
}

.platform-category-card {
    background-color: #000;
    padding: 15px;
    border: 1px solid var(--border-color);
    text-align: center;
    transition: all 0.2s;
    height: 100%;
}


.platform-category-card:hover {
    color: #fff;
    background-color: #000000e2;
    text-decoration: none;
}

.platform-dark-cta:hover {
    color: #fff;
    background-color: #000000e2;
    text-decoration: none;
}

.platform-category-icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.platform-stats-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
}

.platform-stats-label {
    font-size: 0.875rem;
    color: #6c757d;
}

.nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.platform-user-avatar {
    width: 40px;
    height: 54px;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.platform-accepted-answer {
    border-left: 3px solid var(--primary-color);
    padding-left: 15px;
}

/* RTL specific adjustments */
.platform-vote-buttons {
    margin-left: 0;
    margin-right: 15px;
}

.platform-user-badge,
.platform-tag {
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
}


.platform-avatar-letter {
    width: 100px !important;
    height: 100px !important;
    font-size: 36px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .platform-vote-buttons {
        flex-direction: row;
        margin-bottom: 10px;
    }

    .platform-vote-count {
        margin: 0 10px;
    }

    .platform-hero-section {
        padding: 20px 0;
        height: 450px;
    }
    
    .h-600 {
        height: 600px!important;
    }

    h2 {
        font-size: large !important;
    }

    h3 {
        font-size: medium !important;
    }

    .platform-small-text {
        font-size: small !important;
    }

    .platform-avatar-letter {
        width: 70px !important;
        height: 70px !important;
    }

}

.category-sc-box {
    width: 172px;
}

/* Responsive adjustments */
@media (max-width: 425px) {
    .category-sc-box {
        width: calc(50vw - var(--bs-gutter-x) * .75) !important;
    }
}

a,
.nav-link,
.page-link,
.nav-link:hover {
    text-decoration: none;
    color: var(--primary-color);
}


@media (min-width: 992px) {
    header nav ul {
        margin-left: 2em !important;
    }

    header nav ul li {
        margin-right: 0.5em !important;
    }
}

@media (max-width: 991px) {
    header nav ul {
        margin-bottom: 1em !important;
    }
}


header nav .nav-link {
    color: #000 !important;
}

header nav .nav-link.active {
    color: var(--primary-color) !important;
}

footer a {
    text-decoration: none !important;
}

footer a:hover {
    color: #dfdfdf !important;
    text-decoration: underline !important;
}

footer ul {
    list-style-type: square !important;
}

.active>.page-link,
.page-link.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.page-item,
.page-link {
    border-radius: 0 !important;
}

.platform-answer-count {
    width: 44px;
    text-align: center;
    color: #000;
    font-size: 0.875rem;
}

.platform-answer-count-single {
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 0.875rem;
}

/* Tooltip styles */
.tooltip-inner {
    background-color: #000000;
    opacity: 1 !important;
    border-radius: 0 !important;
    padding: 10px !important;
    font-weight: 700 !important;
    font-size: small !important;
    color: #fff;
}

.navbar-toggler {
    border-radius: 0 !important;
    border: 0 !important;
    font-weight: 700 !important;
    color: #000 !important;
    padding: 0 !important;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.promobar {
    background-color: #006172eb;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1010 !important;
}

/* hide navbar-toggler transition boder color */
.navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
}

.navbar-collapse {
    margin: 8px 0 !important;
}

.platform-slide-slow-short-with-shake {
    border: none;
    cursor: pointer;
    animation: slide-rotate-shake-without-slide 2.5s infinite ease-in-out;
}

@keyframes slide-rotate-shake-without-slide {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
    }

    55% {
        transform: rotate(5deg);
    }

    60% {
        transform: rotate(-5deg);
    }

    65% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.platform-scale-up {
    transition: transform 0.5s;
}

.platform-scale-up:hover {
    transform: scale(1.1);
}

.platform-scale-down {
    transition: transform 0.5s;
}

.platform-scale-down:hover {
    transform: scale(0.9);
}


.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: -1px;
}

/* Skip link visible on focus */
.skip-link {
    position: absolute;
    left: 1rem;
    top: 1rem;
    background: #fff;
    color: #000;
    padding: .5rem .75rem;
    z-index: 2000;
    border: 1px solid var(--border-color);
    display: none;
}

.skip-link:focus {
    display: inline-block;
}



.platform-qa-vote {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px
}

.platform-qa-vote-single {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75em;
}

.platform-vote-btn {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 18px
}

.platform-vote-btn:hover {
    color: var(--accent)
}

.platform-vote-count {
    font-weight: 600;
    font-size: 16px
}

.platform-vote-btn:active {
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
    background-color: transparent !important;
}


.login-with-google-btn {
    transition: background-color .3s, box-shadow .3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    color: #ffffff;
    font-size: small;
    font-weight: 500;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=');
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-position: 12px 11px;
}

.login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
    background-color: #000000e2 !important;
}

.login-with-google-btn:focus {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
    background-color: #000000e2 !important;
}

.login-with-google-btn:active {
    background-color: #000000e2 !important;
}


.login-with-google-btn:disabled {
    filter: grayscale(100%);
    background-color: #ebebeb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    cursor: not-allowed;
}



.platform-breadcrumb {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #555;
    padding: 1em;
}

.platform-breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: center;
}

.platform-breadcrumb-list li {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.platform-breadcrumb-list li a {
    color: #006072;
    text-decoration: none;
    font-weight: bold;
}

.platform-breadcrumb-list li a:hover {
    text-decoration: underline;
}

.platform-breadcrumb-list li.active {
    color: #888;
    pointer-events: none;
}

.platform-breadcrumb-list li+li::before {
    content: "|";
    padding: 0 0.3rem;
    color: #000000;
}

.breadcrumb-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}


.tox-tinymce {
    border-radius: 0 !important;
}


.btn-orange {
    --bs-btn-color: #000;
    --bs-btn-bg: #FF9530;
    --bs-btn-border-color: #FF9530;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 166, 70);
    --bs-btn-hover-border-color: rgb(255, 160, 60);
    --bs-btn-focus-shadow-rgb: 255, 149, 48;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 170, 80);
    --bs-btn-active-border-color: rgb(255, 160, 60);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #FF9530;
    --bs-btn-disabled-border-color: #FF9530;
}

.gsc-selected-option {
    width: max-content !important;
}


.btn-disabled {
    cursor: not-allowed !important;
}

table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;

    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    font-family: inherit;
}

table thead {
    background: var(--primary-color);
    color: #fff;
}

table th,
table td {
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    text-align: left;
}

table tbody tr:nth-child(even) {
    background: #fafafa;
}

table tbody tr:hover {
    background: #f0f0f0;
    transition: 0.2s;
}

table th {
    font-weight: 600;
}

/* @media (min-width: 768px) {
    .article p {
        margin-left: 20px !important;
    }
} */



.article a {
    text-decoration: underline !important;
}

.article a:hover {
    color: var(--primary-hover);
}

.article h2 {
    color: var(--primary-color);
}

blockquote {
    padding: 20px !important;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    position: relative;
    border-radius: 0px;
}


blockquote a {
    font-weight: 600;
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
}

blockquote p {
    margin-bottom: 0px !important;
    margin-top: 30px !important;
    /* margin-left: 15px !important; */
}


blockquote:before {
    content: "“";
    font-size: 50px;
    position: absolute;
    left: 18px;
    top: 2px;
    opacity: 1;
    font-weight: 900;
    color: var(--primary-color);
}


.coupon-brand-logo {
    width: 120px !important;
    height: 120px !important;
}


.db-content img {
    object-fit: contain !important;
    text-align: left !important;
    justify-self: start !important;
    outline: none !important;
    border: 2px solid #eaebf1 !important;
    border-radius: 0px !important;
    display: inline-block !important;
    width: 100% !important;
    height: auto !important;
    margin: 10px 0px 20px 0px !important;
    /* padding: 20px; */
}

.db-content h2 {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
}


figure picture img {
    object-fit: contain !important;
    text-align: left !important;
    justify-self: start !important;
    outline: none !important;
    border: 2px solid #eaebf1 !important;
    border-radius: 0px !important;
    display: inline-block !important;
    width: 100% !important;
    height: auto !important;
    margin: 10px 0px 20px 0px !important;
    /* padding: 20px; */
}


 pre,
code {
    white-space: pre-wrap !important;
    word-break: break-word !important;
} 

pre {
    padding: 5px !important;
    margin: 5px 0px;
    background-color: #000!important;
    color: #fff !important;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
}

code {
    margin-right: 5px;
    margin-left: 5px;
    font-weight: 600;
    color: #A31F5F;
}

.comments p {
    margin-bottom: 0 !important;
}


.accordion-button:not(.collapsed) {
    color: var(--primary-color) !important;
}

.accordion-button {
    align-items: start !important;
}

.accordion-button::after {
    margin-top: 5px !important;
}


.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

.breadcrumb-divider {
    --bs-breadcrumb-divider: '|' !important;
    font-weight: 700 !important;
    color: var(--primary-color) !important;
}


.article h3 {
    font-weight: 700 !important;
    color: #000000;
}


img {
    -webkit-user-drag: none!important;
    user-select: none!important;
    pointer-events: none!important;
}


.db-content p img {
    position: relative;
    z-index: 999!important;
    pointer-events: auto !important;
}





.cookie-banner {
    position: fixed;
    bottom: 30px;
    right: 20px;
    max-width: 400px;
    background: #ffffff;
    border-radius: 0px;
    z-index: 9999;
    padding: 20px;
    border: 1px solid #eee;
    animation: slideUp 0.5s ease-out;
}

.cookie-content { display: flex; flex-direction: column; gap: 15px; }

.cookie-icon i { font-size: 32px; color: #006072; }

.cookie-text h5 { margin: 0 0 5px 0; font-weight: bold; }

.cookie-text p { font-size: 14px; color: #666; margin: 0; line-height: 1.5; }

.cookie-actions { display: flex; align-items: center; gap: 10px; }

@keyframes slideUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@media (max-width: 576px) {
    .cookie-banner { left: 15px; right: 15px; bottom: 15px; max-width: none; }
}






/* ================================
   Modal Overlay Styles
   ================================ */
.platform-overlay-modal-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    padding: 18px 14px;
    height: 100vh;
    z-index: 1050 !important;
}

/* Responsive adjustments */
@media (min-width: 1024px) {
    .platform-overlay-modal-popup {
        padding: 60px 14px;
    }
}

/* Active state to show modal */
.platform-overlay-modal-popup.active {
    opacity: 1;
    visibility: visible;
}

/* ================================
   Modal Box
   ================================ */
.platform-modal-popup {
    background: #fff !important;
    max-width: 550px;
    width: 100%;
    padding: 2em;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    position: relative;
    border-radius: 0px;
    text-align: center;
}


.platform-modal-popup .platform-media-container {
    width: 100%;
}

.platform-modal-popup img {
    width: 100%;
    height: 225px;
    margin-bottom: 20px;
    display: block;
    object-fit: contain;
    background-color: #fff;
    padding: 30px;
    border-radius: 0px;
    box-shadow: 0 20px 60px rgba(215, 215, 215, 0.25);
}

.platform-modal-popup h2, .platform-modal-popup .h2 {
    font-size: 26px!important;
    margin-bottom: 5px!important;
    color: #000!important;
}

.platform-modal-popup p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}

/* ================================
   Close Button
   ================================ */
.platform-modal-popup .platform-close-btn {
    position: absolute;
    top: -40px;
    right: 5px;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.platform-modal-popup .platform-close-btn:hover {
    color: #006072;
    scale: 0.98;
}

/* ================================
   Promo Code Box
   ================================ */
.platform-modal-popup .platform-promo-code-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    /* border: 2px dashed #aaa; */
    /* padding: 5px; */
    font-size: 18px;
    margin: 15px 0;
    border-radius: 0px;
}

.platform-modal-popup .platform-promo-code-box input {
    font-size: small;
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
}

/* Placeholder color */
.platform-modal-popup .platform-promo-code-box input::placeholder {
    color: #aaa;
}

/* Copy message */
.platform-modal-popup .platform-promo-code-msg {
    display: none;
    color: #006072;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

/* ================================
   Progress Bar
   ================================ */
.platform-modal-popup .platform-referral-progress {
    margin-top: 20px;
    text-align: center;
}

.platform-modal-popup .platform-progress-bar {
    width: 100%;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.platform-modal-popup .platform-progress-fill {
    height: 100%;
    background-color: #006072;
    width: 0;
    transition: width 0.5s ease;
}

.platform-modal-popup .platform-progress-count {
    font-size: 14px;
    color: #555;
}

.platform-modal-popup .platform-progress-text {
    font-weight: bold;
}

/* ================================
   Social Share Buttons
   ================================ */
.platform-modal-popup .platform-social-share-buttons {
    display: flex !important;
    overflow-x: auto !important;
    gap: 5px;
}

.platform-modal-popup .platform-social-share-buttons a {
    /* background-color: transparent !important; */
    color: #000;
    font-size: large;
    border: 0px;
    background-color: #f5f5f5;
}

.platform-modal-popup .platform-social-share-buttons a:hover {
    background-color: transparent !important;
    color: #006072 !important;
    font-size: large;
}

/* ================================
   Responsive
   ================================ */
@media (max-width: 480px) {
    .platform-modal-popup {
        padding: 1em;
    }

    .platform-modal-popup h2, .platform-modal-popup .h2 {
        font-size: 22px!important;
    }

    .platform-animate-hover-btn {
        width: 100%;
    }
}



/* ================================
   Login Register Modal
   ================================ */
.platform-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.platform-tab-btn {
    padding: 10px 15px;
    width: 50%;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.platform-tab-btn.active {
    background: #006072;
    color: #fff;
}

/* Tab content inputs */
.platform-tab-content {
    text-align: center;
}

.platform-popup-input {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: small;
    outline: none;
}

.platform-popup-input:active, .platform-popup-input:focus {
    border: 1px solid #ddd!important;
    background-color: #f5f5f5!important;
}

.platform-form-row {
    display: flex;
    align-items: center;
}



#ejQuestionModal option{
background-color: #000000;
color: #ffffff;
font-size: medium;
font-weight: bold;
}

