 

        .logo-vid video {
            width: 100%;
        }
      body {
    font-family: 'Tajawal', sans-serif !important;
}

/* Exclude icons from font changes */
.fas, .far, .fab {
    font-family: "Font Awesome 6 Free" !important;
}
          
/*********** Start Dollar Page  **************/
.form_dollar {
    margin-top: 40px;
    margin-bottom: 40px;
}

.form_dollar .restrict {}

.form_dollar .restrict h6 {}

.form_dollar .restrict ul {}

.form_dollar .restrict li {
    line-height: 2;
    padding-bottom: 5px;
    color: #4b4b4b;
    border-bottom: 1px solid #f1f1f1;
}

.form_dollar .restrict .text-red {
    font-weight: bold;
    color: red;
}

/************ End Dollar Page ***************/


/*********** Start Accounts Page ************/

.accounts {}

.accounts .data {}

.accounts .data h4 {
    text-align: center;
    padding: 20px;
    background-color: var(--main-color);
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
}

/************* End Accounts Page *************

/**************** Start New Style *************/

.footer .data .footer_links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer .data .footer_links div {
    margin-right: 30px;
    margin-left: 30px;
    padding: 10px;
}

.footer .data .footer_links div a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #504f4f;
    font-size: 15px;
    align-items: center;
}

.footer .data .footer_links div a img {
    width: 35px;
    height: 35px;
}

.footer .data .footer_links div a span {
    margin-top: 5px;
}

@media(max-width:991px) {
    .footer .data .footer_links div {
        margin-right: 2px;
        margin-left: 2px;
        padding: 5px;
    }

    .footer .data .footer_links div a img {
        width: 30px;
        height: 30px;
    }

    .footer .data .footer_links div a span {
        margin-top: 5px;
        font-size: 0.625rem;
        color: #504f4f;
        font-weight: bold;
    }

    .form_western .data form {
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 0;
    }
}

.footer .data .footer_links div a.active span,
.footer .data .footer_links div a.active i {
    color: var(--main-color);
}

input,
.form-control,
.form-select {
    box-shadow: none;
    outline: none;
    background-color: #fff;
    color: #616161;
    border: 1px solid #d6d6d6;
}

form .alert_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #f9d7da;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #841f29;
    font-weight: bold;
}

form .alert_info img {
    width: 50px;
    padding: 2px;
}

.form_western .data form .box input::placeholder {
    color: #ccc;
}

.form_western .data form .box input[type='date']::placeholder {
    color: #ccc;
}

@media(max-width:991px) {
    form .alert_info {
        font-size: 14px;
    }
}

/************** End New Style  ************



/**************** Start New Confirm Page ********************/
.confirm_data_info {}

.confirm_data_info .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.confirm_data_info .info p {
    border: 1px solid #ccc;
    padding: 3px;
    width: 45%;
    border-radius: 10px;
    padding: 0;
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.confirm_data_info .info i {
    color: #34ab7c;
    position: relative;
    top: 3px;
}

/******************* End New Confirm Page *****************/

/******************** Start Western Info Page *************/

.western_info_page {
    background-color: #000;
    margin: auto;
    display: block;
    text-align: center;
}

.western_info_page p {
    background-color: #E2C900;
    padding: 8px;
    font-weight: bold;
}

.western_info_page img {
    max-width: 100%;
}

.western_info_page2 {
    background-color: #EFEFEF;
    padding: 5px;
    margin-top: -20px;
    text-align: center;
}

.western_info_page2 img {
    max-width: 100%;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.western_info_page_buttons {
    margin-bottom: 80px;
    margin-top: 20px;

}

.western_info_page_buttons .data a {
    background-color: var(--main-color);
    color: #fff;
    border: 2px solid var(--main-color);
    transition: all .3s ease-in-out;
    padding: 10px 23px;
    border-radius: 20px 0;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
}

@media(max-width:991px) {
    .western_info .data .info {
        flex-direction: column;
        text-align: center;
    }

    .western_info .data .info .image img {
        width: 35px;
        height: 35px;
    }

    .western_info .data .info .info_data h2 {
        font-size: 12px;
    }
}

/********************* End Western Info Page *************/
.footer .data .footer_links {
    display: none;
}

@media (max-width:991px) {
    .footer .data .footer_links {
        display: flex;
        justify-content: space-between;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    }
}


/****************************** Start Dollar Page New  Design ***********************/




/************************** Start Dollar Page *******************************/

.dollar-pag1 {
    .dollar-booking-wrapper {
        padding: 120px 0 100px;
    }

    /* ========================================
   HERO SECTION
======================================== */
    .dollar-hero {
        text-align: center;
        margin-bottom: 3rem;
        animation: fadeInDown 0.8s ease backwards;
    }

    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translateY(-40px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .dollar-icon-circle {
        width: 140px;
        height: 140px;
        margin: 0 auto 2rem;
        position: relative;
        animation: scaleRotate 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) backwards 0.2s;
    }

    @keyframes scaleRotate {
        from {
            transform: scale(0) rotate(-180deg);
            opacity: 0;
        }

        to {
            transform: scale(1) rotate(0deg);
            opacity: 1;
        }
    }

    .dollar-icon {
        width: 140px;
        height: 140px;
        background: linear-gradient(135deg, #DBAD2B 0%, #F5D876 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow:
            0 20px 60px rgba(219, 173, 43, 0.4),
            0 0 0 15px rgba(219, 173, 43, 0.1),
            0 0 0 30px rgba(219, 173, 43, 0.05);
        animation: float 6s ease-in-out infinite;
    }

    @keyframes float {
        0%, 100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-15px);
        }
    }

    .dollar-icon i {
        font-size: 4.5rem;
        color: var(--white);
        animation: pulse 2s ease-in-out infinite;
    }

    @keyframes pulse {
        0%, 100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }
    }

    .dollar-hero h1 {
        font-size: clamp(2rem, 5vw, 3rem);
        font-weight: 900;
        background: linear-gradient(135deg, #DBAD2B 0%, #F5D876 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 1rem;
    }

    .dollar-hero p {
        font-size: 1.125rem;
        color: var(--gray);
        line-height: 1.6;
        max-width: 600px;
        margin: 0 auto;
    }

    /* ========================================
   TERMS SECTION
======================================== */
    .terms-section {
        max-width: 900px;
        margin: 0 auto;
        background: var(--white);
        border-radius: 24px;
        padding: 3rem;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        animation: fadeInUp 0.8s ease backwards 0.3s;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(40px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .section-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .section-title i {
        font-size: 2rem;
        color: var(--primary);
    }

    .section-title h2 {
        font-size: 2rem;
        font-weight: 900;
        color: var(--dark);
    }

    .intro-text {
        text-align: center;
        margin-bottom: 2.5rem;
    }

    .intro-text p {
        font-size: 1.0625rem;
        font-weight: 600;
        color: var(--dark);
        line-height: 1.8;
    }

    /* ========================================
   TERMS LIST
======================================== */
    .terms-list {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        margin-bottom: 3rem;
    }

    .term-item {
        display: flex;
        gap: 1.25rem;
        padding: 1.5rem;
        background: linear-gradient(135deg, rgba(219, 173, 43, 0.05) 0%, rgba(245, 216, 118, 0.08) 100%);
        border: 2px solid rgba(219, 173, 43, 0.2);
        border-radius: 16px;
        transition: all 0.3s ease;
        animation: slideInRight 0.6s ease backwards;
    }

    .term-item:nth-child(1) {
        animation-delay: 0.4s;
    }

    .term-item:nth-child(2) {
        animation-delay: 0.5s;
    }

    .term-item:nth-child(3) {
        animation-delay: 0.6s;
    }

    .term-item:nth-child(4) {
        animation-delay: 0.7s;
    }

    .term-item:nth-child(5) {
        animation-delay: 0.8s;
    }

    @keyframes slideInRight {
        from {
            opacity: 0;
            transform: translateX(30px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .term-item:hover {
        transform: translateX(8px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        border-color: var(--primary);
    }

    .term-number {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: 900;
        color: var(--white);
        flex-shrink: 0;
        box-shadow: 0 4px 15px rgba(219, 173, 43, 0.3);
    }

    .term-content p {
        font-size: 1rem;
        font-weight: 600;
        color: var(--dark);
        line-height: 1.8;
        margin: 0;
        display: flex;
        align-items: center;
    }

    /* ========================================
   RESTRICTED COUNTRIES
======================================== */
    .restricted-countries {
        background: linear-gradient(135deg, rgba(239, 68, 68, 0.05) 0%, rgba(220, 38, 38, 0.08) 100%);
        border: 2px solid rgba(239, 68, 68, 0.2);
        border-radius: 20px;
        padding: 2rem;
        margin-bottom: 2.5rem;
        animation: fadeIn 0.8s ease backwards 0.9s;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .countries-header {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .countries-header i {
        font-size: 1.5rem;
        color: #dc2626;
    }

    .countries-header h3 {
        font-size: 1.5rem;
        font-weight: 900;
        color: #dc2626;
    }

    .countries-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
    }

    .country-badge {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.875rem 1.25rem;
        background: var(--white);
        border: 2px solid rgba(239, 68, 68, 0.2);
        border-radius: 12px;
        font-weight: 700;
        color: var(--dark);
        transition: all 0.3s ease;
    }

    .country-badge:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(239, 68, 68, 0.15);
        border-color: #dc2626;
    }

    .country-badge i {
        color: #dc2626;
        font-size: 0.875rem;
    }

    /* ========================================
   IMPORTANT NOTE
======================================== */
    .important-note {
        display: flex;
        gap: 1.25rem;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(37, 99, 235, 0.12) 100%);
        border: 2px solid rgba(59, 130, 246, 0.3);
        border-radius: 16px;
        margin-bottom: 2rem;
        animation: slideInLeft 0.8s ease backwards 1s;
    }

    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-30px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .note-icon {
        width: 50px;
        height: 50px;
        background: rgba(59, 130, 246, 0.15);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        animation: bounce 2s ease-in-out infinite;
    }

    @keyframes bounce {
        0%, 100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-8px);
        }
    }

    .note-icon i {
        font-size: 1.5rem;
        color: #2563eb;
    }

    .note-content h4 {
        font-size: 1.125rem;
        font-weight: 900;
        color: #1e40af;
        margin-bottom: 0.75rem;
    }

    .note-content p {
        font-size: 0.9375rem;
        font-weight: 600;
        color: var(--dark);
        line-height: 1.8;
        margin: 0;
        text-align: right;
    }

    /* ========================================
   AGREEMENT CHECKBOX
======================================== */
    .agreement-box {
        margin-bottom: 2rem;
        animation: fadeInUp 0.8s ease backwards 1.1s;
    }

    .checkbox-container {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1.5rem 2rem;
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, rgba(5, 150, 105, 0.08) 100%);
        border: 2px solid rgba(16, 185, 129, 0.3);
        border-radius: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
    }

    .checkbox-container:hover {
        border-color: #10b981;
        background: rgba(16, 185, 129, 0.1);
    }

    .checkbox-container input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .checkmark {
        width: 30px;
        height: 30px;
        background: var(--white);
        border: 3px solid rgba(16, 185, 129, 0.3);
        border-radius: 8px;
        position: relative;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }

    .checkbox-container:hover .checkmark {
        border-color: #10b981;
    }

    .checkbox-container input:checked~.checkmark {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        border-color: #10b981;
    }

    .checkbox-container input:checked~.checkmark::after {
        content: '\f00c';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--white);
        font-size: 1rem;
        animation: checkPop 0.3s ease;
    }

    @keyframes checkPop {
        0% {
            transform: translate(-50%, -50%) scale(0);
        }

        50% {
            transform: translate(-50%, -50%) scale(1.2);
        }

        100% {
            transform: translate(-50%, -50%) scale(1);
        }
    }

    .checkbox-text {
        font-size: 1.0625rem;
        font-weight: 700;
        color: var(--dark);
        line-height: 1.6;
    }

    /* ========================================
   NEXT BUTTON
======================================== */
    .next-btn {
        width: 100%;
        padding: 1.5rem 2rem;
        background: linear-gradient(135deg, #DBAD2B 0%, #F5D876 100%);
        color: var(--white);
        border: none;
        border-radius: 16px;
        font-size: 1.25rem;
        font-weight: 900;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        transition: all 0.4s ease;
        box-shadow: 0 8px 30px rgba(219, 173, 43, 0.3);
        animation: fadeInUp 0.8s ease backwards 1.2s;
    }

    .next-btn:not(:disabled):hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 50px rgba(219, 173, 43, 0.4);
    }

    .next-btn:not(:disabled):active {
        transform: translateY(-2px);
    }

    .next-btn i {
        font-size: 1.125rem;
        transition: all 0.3s ease;
    }

    .next-btn:not(:disabled):hover i {
        transform: translateX(-5px);
    }

    .next-btn:disabled {
        background: linear-gradient(135deg, #9ca3af 0%, #d1d5db 100%);
        cursor: not-allowed;
        opacity: 0.6;
        box-shadow: none;
    }

    /* ========================================
   RESPONSIVE
======================================== */
    @media (max-width: 991px) {
        .dollar-booking-wrapper {
            padding: 100px 0 80px;
        }

        .dollar-icon-circle {
            width: 120px;
            height: 120px;
        }

        .dollar-icon {
            width: 120px;
            height: 120px;
        }

        .dollar-icon i {
            font-size: 3.5rem;
        }

        .terms-section {
            padding: 2.5rem 2rem;
        }

        .countries-grid {
            grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        }
    }

    @media (max-width: 767px) {
        .dollar-booking-wrapper {
            padding: 100px 0 80px;
        }

        .dollar-icon-circle {
            width: 100px;
            height: 100px;
        }

        .dollar-icon {
            width: 100px;
            height: 100px;
        }

        .dollar-icon i {
            font-size: 3rem;
        }

        .dollar-hero h1 {
            font-size: 1.75rem;
        }

        .dollar-hero p {
            font-size: 1rem;
        }

        .terms-section {
            padding: 2rem 1.5rem;
        }

        .section-title {
            flex-direction: column;
            gap: 0.5rem;
        }

        .section-title h2 {
            font-size: 1.5rem;
        }

        .intro-text p {
            font-size: 0.9375rem;
        }

        .term-item {
            flex-direction: row;
            text-align: center;
            padding: 0.65rem;
        }

        .term-number {
            margin: 0;
        }

        .restricted-countries {
            padding: 1.5rem;
        }

        .countries-header h3 {
            font-size: 1.25rem;
        }

        .countries-grid {
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 0.75rem;
        }

        .country-badge {
            padding: 0.75rem 1rem;
            font-size: 0.675rem;
        }

        .important-note {
            flex-direction: row;
            text-align: center;
            padding: .5rem;
        }

        .note-icon {
            margin: 0 auto;
        }

        .checkbox-container {
            padding: 1.25rem 1.5rem;
            flex-direction: row;
            text-align: center;
        }

        .checkmark {
            margin: 0 auto;
        }

        .checkbox-text {
            font-size: 0.7375rem;
        }

        .next-btn {
            padding: 1.25rem 1.5rem;
            font-size: 1.125rem;
        }
    }

    @media (max-width: 575px) {
        .dollar-icon-circle {
            width: 90px;
            height: 90px;
        }

        .dollar-icon {
            width: 90px;
            height: 90px;
        }

        .dollar-icon i {
            font-size: 2.5rem;
        }

        .terms-section {
            padding: .75rem .25rem;
        }

        .section-title i {
            font-size: 1.5rem;
        }

        .section-title h2 {
            font-size: 1.25rem;
        }

        .countries-grid {
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr))
        }

        .country-badge {
            justify-content: center;
        }
    }

    /* ========================================
   SCROLL ANIMATIONS
======================================== */
    .terms-section.visible {
        animation: fadeInUp 0.8s ease;
    }

    .term-content p {
        font-size: 13px;
    }
}

    .form-container {
        /* max-width: 600px; */
        margin: 0 auto;
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        animation: fadeIn 0.5s ease-in-out;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .form-group {
        margin-bottom: 15px;
        position: relative;
    }

    .form-group label {
        font-weight: bold;
        margin-bottom: 5px;
        display: block;
        transition: color 0.3s ease;
    }

    .form-group input,
    .form-group select {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        transition: box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .form-group input:focus,
    .form-group select:focus {
        box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
        border-color: #007bff;
    }

    .form-group input:hover,
    .form-group select:hover {
        box-shadow: 0 0 6px rgba(0, 123, 255, 0.3);
    }

    .form-group input[type="file"] {
        padding: 5px;
    }

    .warning-banner {
        text-align: center;
        background: #ffeeba;
        padding: 10px;
        border-radius: 4px;
        margin-bottom: 20px;
        font-weight: bold;
        color: #856404;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .next-btn {
        display: block;
        width: 100%;
        padding: 10px;
        background: var(--color-primary);
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .next-btn:hover {
        background-color: #0056b3;
        transform: scale(1.05);
    }

    .next-btn:disabled {
        background: #ccc;
        cursor: not-allowed;
    }