@import url('https://fonts.googleapis.com/css2?family=Zain:wght@200;300;400;700;800;900&display=swap');

body {
    font-family: "Zain", serif;

}

* {
    /* --main-color: #DFAC1D;
    --second-color: #3498db; */
    --primary: #DBAD2B;
    --primary-light: #F5D876;
    --primary-dark: #B8941F;
    --dark: #0F1419;
    --gray: #64748B;
    --light: #F8FAFC;
    --white: #FFFFFF;

    --gradient-gold: linear-gradient(135deg, #DBAD2B 0%, #F5D876 100%);
    --gradient-soft: linear-gradient(135deg, rgba(219, 173, 43, 0.05) 0%, rgba(245, 216, 118, 0.08) 100%);

    --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.12);
    --shadow-xl: 0 15px 50px rgba(0, 0, 0, 0.15);

    --bg-light: #F8FAFC;

    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --info: #3b82f6;
}

.navbar {
    padding: 0
}

.navbar-collapse {
    flex-grow: 0
}

.navbar .main_logo {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar .main_logo h1 {
    font-size: 18px;
    color: var(--main-color);
    margin-bottom: 25px;
    padding-top: 10px;
    font-weight: 600
}

.navbar .main_logo p {
    color: var(--main-color)
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--main-color);
    font-weight: 500
}

.footer {
    background-color: #ffffff;
    text-align: center;
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(129, 129, 129, 0.2);
    z-index: 99999;
}

.footer .data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:991px) {
    .footer .data {
        flex-direction: column-reverse;
    }
}

.footer .data ul {
    padding-top: 10px;
}

.footer .data ul li {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff
}

.footer .data ul li i {
    color: var(--main-color);
    font-size: 19px
}

.footer .data p {
    color: #fff;
    margin: 0;
    padding: 0;

}

.footer .data p a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.footer .data p a i {
    color: #c0392b;
}

.navbar-toggler {
    color: #4b4848;
    font-size: 1.5rem
}

.top_header {
    background-color: var(--main-color);
    padding: 10px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999
}

.top_header .top1 {
    font-size: 12px
}

.top_header .top1 .date {
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
}

.top_header .top1 .time {
    padding-right: 5px
}


.top_header .top2 ul li {
    display: inline-block;

}

.top_header .top2 ul li a {
    background-color: #fff;
    color: var(--main-color);
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
}

.top_header .row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:991px) {
    .top_header .row {
        justify-content: center
    }

    .top_header {
        height: 80px
    }
}

header {
    margin-top: 65px !important;
    border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        margin-right: 15%
    }
}

@media(max-width:991px) {
    .top_header .top2 .button_login {
        padding: 5px
    }

    .navigation .navbar-nav {
        text-align: right;
        box-shadow: 0 0 10px 2px #fff;
        background: #f9f9f9
    }
}

.nav-item:hover .nav-link {
    color: var(--main-color) !important
}

.small_screen .top_header {
    position: relative
}

@media (max-width: 991px) {
    .small_screen .top_header {
        height: auto
    }
}

.small_screen .medieum {
    background-color: #fff
}

@media (max-width: 991px) {
    .small_screen .medieum .row {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.small_screen .medieum .navbar-brand {
    padding: 0;
    margin: 0
}

.small_screen .medieum .navbar-brand img {
    margin-left: 10px
}

.small_screen .medieum .button_login {
    background-color: var(--main-color);
    color: #fff;
    margin-left: 10px;
    margin-right: 10px
}

.small_screen .top_header .top2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.new_links {
    -webkit-text-wrap: nowrap;
    -moz-text-wrap: nowrap;
    -ms-text-wrap: nowrap;
    -o-text-wrap: nowrap;
    text-wrap: nowrap;
    overflow: scroll;
    direction: rtl;
    -webkit-overflow: scroll;
    -moz-overflow: scroll;
    -ms-overflow: scroll;
    -o-overflow: scroll;
    white-space: nowrap
}

.new_links ul li {
    display: inline-block
}

.new_links ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.small_screen {
    display: none
}

@media(max-width:991px) {
    .large_screen {
        display: none
    }

    .small_screen {
        display: block
    }
}

.small_screen .medieum {
    background: #fff
}

@media (max-width: 991px) {
    .small_screen .medieum .row {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.small_screen .medieum .navbar-brand {
    padding: 0;
    margin: 0
}

.small_screen .medieum .button_login {
    background-color: var(--main-color);
    color: #fff;
    margin-left: 3px;
    margin-right: 3px
}

.login_navbar li {
    margin-right: 10px;
    margin-left: 10px
}

.navigation .navbar-nav {
    text-align: center
}

.large_screen .navigation .navbar-nav {
    display: -webkit-inline-box
}

.login-button {
    border: 2px solid #dedede;
    margin-right: 8px;
    padding: 6px 20px !important
}

@media (max-width: 400px) {
    .login-button {
        display: inline-block;
        padding: 6px 45px !important;
        margin: 5px 0
    }
}

@media (max-width: 480px) {
    .login-button {
        display: inline-block;
        padding: 6px 45px !important;
        margin: 5px 0
    }
}

@media (max-width: 768px) {
    .login-button {
        display: inline-block;
        padding: 6px 45px !important;
        margin: 5px 0
    }
}

@media (max-width: 992px) {
    .login-button {
        display: inline-block;
        padding: 6px 45px !important;
        margin: 5px 0
    }
}

.add-button {
    background: var(--main-color);
    color: #fff;
    padding: 8px 20px !important;
    display: inline-block
}

.add-button:hover {
    color: #fff
}

.main-nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 43px;
    padding: 0 10px
}

.main-nav .nav-item .nav-link span {
    margin-left: 4px
}

.main-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 10px
}

.main-nav .nav-item .dropdown-toggle::after {
    border: none
}

.main-nav .nav-item.active .nav-link {
    color: var(--main-color) !important;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--main-color);
}

.nav-item a.active {
    color: var(--main-color) !important;
}

.main-nav .search .nav-link i {
    font-size: 15px;
    height: 43px;
    width: 43px;
    line-height: 43px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 3px;
    text-align: center
}

.main-nav .search .input-group {
    width: 300px;
    direction: rtl
}

.main-nav .search .input-group .input-group-addon {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color)
}

.main-nav .search .input-group .input-group-addon i {
    font-size: 15px;
    padding-right: 5px;
    padding-left: 5px
}

@media (max-width: 480px) {
    .navbar-toggleable-md>.container {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #3c3c3c;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        margin-right: 30%
    }
}

@media(max-width:991px) {
    .top_header .top2 .button_login {
        padding: 5px
    }

    .navigation .navbar-nav {
        text-align: right;
        box-shadow: 0 0 10px 2px #fff;
        background: #f9f9f9
    }
}

.nav-item:hover .nav-link {
    color: var(--main-color) !important
}

.small_screen .medieum .navbar-brand {
    padding: 0;
    margin: 0
}

.nav-link {
    color: #000;
    font-size: 14px;
}

[dir='rtl'] .slick-next,
[dir='rtl'] .slick-prev {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 40px
}

@media(max-width:991px) {
    [dir='rtl'] .slick-next {
        left: 0;
        display: none !important
    }

    [dir='rtl'] .slick-prev {
        right: 0;
        display: none !important
    }

    .about_section .main_slide {
        overflow: hidden
    }
}

.whatsapp_bottom {
    position: fixed;
    bottom: 45px;
    right: 15px;
    z-index: 99999;
}

.whatsapp_bottom img {
    width: 55px;
}

@media(max-width:991px) {
    .whatsapp_bottom {
        bottom: 65px;
        right: 10px;
    }
}


/********************  Start Hero Section  ******************/
.hero {
    display: flex;
    align-items: center;
    /* background-color: #f1f1f1; */
}

.hero .data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.hero .data button {
    border: none;
    background-color: var(--main-color);
    color: #fff;
    padding: 7px;
    border-radius: 30px;
    font-size: 14px;
}

.hero .data h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
}

.hero .data p {
    font-size: 15px;
    color: #5d5d5d;
}

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



.hero .data .buttons .btn1 {
    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;
    margin: 20px;
    width: 25%;
}

.hero .data .buttons .btn1:hover {
    color: var(--main-color);
    background-color: transparent;
    border-color: var(--main-color);
}

.hero .data .buttons .btn2 {
    background-color: #000;
    color: #fff;
    border: 2px solid #000000;
    transition: all .3s ease-in-out;
    padding: 9px 30px;
    border-radius: 20px 0;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 25%;
}

.hero .data .buttons .btn2:hover {
    background-color: var(--main-color);
    color: #fff;
}

@media(max-width:991px) {
    .hero .data .buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero .data .buttons .btn1 {
        margin: 0;
        width: 100%;
    }

    .hero .data .buttons .btn2 {
        width: 100%;
    }
}

/********************  End Hero Section  ******************/


/********************* Start Wester Section ///////////////////*/

.western {
    padding: 20px 10px;
    background: #f1f1f1;
    margin-top: 40px;
}

.western .wester_image {}

.western .wester_image img {
    max-width: 100%;
}

.western .info {
    margin-bottom: 20px;
}

.western .info h2 {
    font-size: 28px;
    color: #313131;
    margin-bottom: 30px;
}

@media(max-width:991px) {
    .western .info h2 {
        font-size: 15px;
        font-weight: bold;
    }
}

.western .info p {
    color: #454444;
    line-height: 2;
    margin-bottom: 30px;
}

.western .info a {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    transition: all .3s ease-in-out;
    padding: 7px 28px;
    border-radius: 10px 0;
    font-size: 15px;
}

.western .info a:hover {
    color: var(--main-color);
    background-color: transparent;
    border-color: var(--main-color);
}

/********************* End  Wester Section ///////////////////*/

/*********************** Start recieve_dollar_banner **********/

.recieve_dollar_banner {}

.recieve_dollar_banner img {
    width: 100%;
}

/*********************** End  recieve_dollar_banner **********/

/********************* Start Services *****************/

.services {
    padding: 60px 10px;
}

.services h2 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    color: #000;
    font-weight: bold;
    position: relative;
}

.services h2::after {
    position: absolute;
    content: '';
    background-color: #dbae29;
    width: 40px;
    height: 2px;
    bottom: -5px;
    right: 48%;

}

@media(max-width:991px) {
    .services h2::after {
        right: 42%;
    }
}

.services .info {
    text-align: center;
    /* box-shadow: 0px 0px 10px 2px #e8e8e8; */
    border-radius: 10px;
    border: 1px solid #e3e2e2;
    padding: 20px;
    min-height: 320px;
    margin-bottom: 20px;
}

.services .info img {
    width: 100px;
    height: 100px;
    /* border: 2px solid var(--main-color); */
    padding: 20px;
    border-radius: 50%;
    background: #f1f1f1;
}

.services .info h4 {
    margin: 20px 0;
    color: var(--main-color);
    font-size: 20px;
}

.services .info p {
    line-height: 2;
    color: #5b5959;
}

@media(max-width:991px) {
    .services {
        padding-bottom: 10px;
    }
}

/******************** End Services ****************/

/***************** Start Last Hero **************/

.last_hero {
    padding-top: 40px;
    padding-top: 10px;
    padding-bottom: 70px;
    text-align: center;
}

.last_hero .data {}

.last_hero .data img {
    max-width: 20%;
}

.last_hero .data p {
    margin-top: 20px;
    font-size: 18px;
}

@media(max-width:991px) {
    .last_hero .data img {
        max-width: 40%;
    }

    .last_hero .data p {
        font-size: 16px;
    }
}

/**************** End Last Hero ****************/


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


.western_info {
    padding: 10px 0;
}

@media(max-width:991px) {
    .western_info {
        padding: 20px 0;
    }
}

.western_info .data {}

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

.western_info .data .info .image {
    /* background-color: #ebebeb; */
    border-radius: 50%;

    margin-left: 10px;
}

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

.western_info .data .info .info_data {}

.western_info .data .info .info_data h2 {
    font-size: 25px;
    margin-bottom: 3px;
    margin-top: 20px;
    color: #050563;
    font-weight: bold;
}

.western_info .data .info .info_data p {
    font-size: 10px;
    color: #5d5c5c;
    font-weight: 600;
}


/*************** End Wester Pagee ************/

/*********** Start From Send Western ***********/
.form_western {
    margin-bottom: 70px;
}

.form_western .data {}

.form_western .data form {
    background: #fdfdfd;
    padding: 20px;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    margin-bottom: 50px;
}

.form_western .data form .form_title {
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 20px;
}

.form_western .data form .box {
    margin-top: 15px;
    margin-bottom: 20px;
}

.form_western .data form .box label {
    margin-bottom: 10px;
    color: #000;
}

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

.form_western .data form .box_info {}

.form_western .data form .box_info h6 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_western .data form .box_info ul {}

.form_western .data form .box_info ul li {
    line-height: 2;
    color: #4d4d4d;
}

.form_western .data form .box_info p {
    color: #4d4d4d;
}

/*********** End  From Send Western ***********/


/************** START CONFRIM ORDER ************/

.confirm_order {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #EFF8FF;
}

@media(max-width:991px) {
    .confirm_order {
        padding-top: 20px;
    }
}

.confirm_order .data {}

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

.confirm_order .info h5 {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}

.confirm_order .info h6 {
    font-weight: bold;
}

.confirm_order .info p {

    padding-bottom: 0px;
    color: #3e3e3e;
}

.confirm_order .info p img {
    width: 100px !important;
    height: auto !important;
    padding: 0;
    display: block !important;
    float: none !important;
    margin: auto;
    margin-top: -15px;
    margin-bottom: -10px;
}

.confirm_order .info h2 {
    text-align: center;
    margin: 0;
    margin-top: -20px;
    margin-bottom: 10px;
}

.confirm_order .info p br {
    display: none !important;
}

.confirm_order .info ul li {
    line-height: 2;
    color: #3e3e3e;
    padding-bottom: 10px;
}

/*************** End Confrim ORDER ************/

/*********** 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, #DBAD2B 0%, #F5D876 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;
    }
}

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


/******************************* end Dollar Page New Design. ***************************/


/******************** Start Home Page Hero Section ***************/
/******************************************************/
/*******************************************************/


/* ========================================
   HERO SECTION
======================================== */
.hero {
    /* min-height: 100vh; */
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(219, 173, 43, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(219, 173, 43, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    animation: gradientFlow 20s ease infinite;
}

@keyframes gradientFlow {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.hero-content {
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(219, 173, 43, 0.2);
    border-radius: 50px;
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 0.6375rem;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.hero-badge i {
    font-size: 15px;
    margin-right: 3px;
    position: relative;
    top: 2px;
    color: #548BF6;
}

.badge-glow {
    position: absolute;
    inset: -50%;
    background: linear-gradient(90deg, transparent, rgba(219, 173, 43, 0.3), transparent);
    animation: badgeGlow 3s linear infinite;
}

@keyframes badgeGlow {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(200%) rotate(45deg);
    }
}

.hero-title {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.gradient-text {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShine 3s ease infinite;
}

@keyframes gradientShine {
    0%, 100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.2);
    }
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--gray);
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   SERVICES HERO
======================================== */
.services-hero-wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: 0rem;
}

.services-hero-label {
    text-align: center;
    margin-bottom: 2rem;
}

.services-hero-label h2 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: var(--dark);
}

.services-hero-label p {
    color: var(--gray);
    font-size: 1rem;
}

.services-hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.service-hero-card {
    position: relative;
    background: var(--white);
    border: 2px solid rgba(219, 173, 43, 0.1);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    text-decoration: none;
    color: var(--dark);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
    animation: cardFloatIn 0.8s ease backwards, continuousFloat 6s ease-in-out infinite;
}

.service-hero-card.card-1 {
    animation-delay: 0.1s, 0s;
}

.service-hero-card.card-2 {
    animation-delay: 0.3s, 1.5s;
}

.service-hero-card.card-3 {
    animation-delay: 0.5s, 3s;
}

.service-hero-card.card-4 {
    animation-delay: 0.7s, 4.5s;
}

@keyframes cardFloatIn {
    0% {
        opacity: 0;
        transform: translateY(-90px);
    }

    60% {
        transform: translateY(5px);
        /* ينزل شوي زيادة */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        /* يرجع للموقع الطبيعي */
    }
}

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

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

.service-hero-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

.service-hero-card.featured {
    background: var(--gradient-gold);
    color: var(--white);
    border-color: var(--primary);
    transform: scale(1.05);
}

.service-hero-card.featured h3,
.service-hero-card.featured p {
    color: var(--white);
}

.service-hero-card.featured:hover {
    transform: translateY(-15px) scale(1.07);
}

.service-hero-bg {
    position: absolute;
    inset: 0;
    background: var(--gradient-soft);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-hero-card:hover .service-hero-bg {
    opacity: 1;
}

.popular-tag {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--white);
    animation: tagPulse 2s ease-in-out infinite;
}

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

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

.service-hero-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-soft);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    position: relative;
    animation: iconRotate 8s linear infinite;
}

@keyframes iconRotate {
    0%, 100% {
        transform: rotate(0deg);
    }

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

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

.service-hero-card.featured .service-hero-icon {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.service-hero-card:hover .service-hero-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 25px rgba(219, 173, 43, 0.3);
}

.service-hero-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.service-hero-card p {
    color: var(--gray);
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
}

.service-hero-card.featured p {
    color: rgba(255, 255, 255, 0.9);
}

/* CTA Button */
.service-cta-btn {
    width: auto;
    padding: 1rem 1.5rem;
    background: var(--gradient-gold);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-size: 1.0625rem;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(219, 173, 43, 0.3);
    position: relative;
    overflow: hidden;
    display: none;
}

@media(max-width:991px) {
    .service-cta-btn {
        display: block;
    }
}

.service-cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.service-cta-btn:hover::before {
    transform: translateX(100%);
}

.service-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(219, 173, 43, 0.5);
}

.service-cta-btn:active {
    transform: translateY(-1px);
}

.service-cta-btn.featured-btn {
    background: var(--white);
    color: var(--primary);
    font-weight: 900;
    animation: btnPulse 2s ease-in-out infinite;
}

@keyframes btnPulse {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
    }

    50% {
        box-shadow: 0 8px 30px rgba(255, 255, 255, 0.6);
    }
}

.service-hero-card:hover .service-cta-btn {
    transform: translateY(-2px);
}

.service-glow {
    position: absolute;
    inset: -100%;
    background: radial-gradient(circle, rgba(219, 173, 43, 0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% {
        transform: scale(0.8);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.service-hero-card:hover .service-glow {
    opacity: 1;
}

/* ========================================
   QUICK STATS
======================================== */
.quick-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(219, 173, 43, 0.1);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    animation: statFadeIn 0.8s ease backwards;
}

.stat-item:nth-child(1) {
    animation-delay: 0.5s;
}

.stat-item:nth-child(2) {
    animation-delay: 0.6s;
}

.stat-item:nth-child(3) {
    animation-delay: 0.7s;
}

@keyframes statFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-soft);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.5rem;
    animation: iconBounce 2s ease-in-out infinite;
}

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

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

.stat-number {
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
}

.stat-label {
    font-size: 0.9375rem;
    color: var(--gray);
}

/* ========================================
   FLOATING ELEMENTS
======================================== */
.floating-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.float-element {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(219, 173, 43, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.5rem;
    animation: elementFloat 20s linear infinite;
}

.el-1 {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.el-2 {
    top: 70%;
    left: 5%;
    animation-delay: 5s;
}

.el-3 {
    top: 20%;
    right: 15%;
    animation-delay: 10s;
}

.el-4 {
    bottom: 15%;
    right: 5%;
    animation-delay: 15s;
}

@keyframes elementFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.3;
    }

    25% {
        transform: translateY(-30px) rotate(90deg);
        opacity: 0.6;
    }

    50% {
        transform: translateY(-60px) rotate(180deg);
        opacity: 0.3;
    }

    75% {
        transform: translateY(-30px) rotate(270deg);
        opacity: 0.6;
    }
}

/* ========================================
   SECTIONS
======================================== */
.section {
    padding: 30px 0;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 1rem;
}

.section-label {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: var(--gradient-soft);
    border-radius: 50px;
    color: var(--primary);
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.3;
}


@media (max-width: 767px) {
    .hero {
        padding: 20px 0 0px;
        /* z-index: -1; */
    }

    .hero-title {
        font-size: 1.1rem;
        margin-bottom: .5rem;
        line-height: 2;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .services-hero-label h2 {
        font-size: 1.5rem;
    }

    .services-hero-label p {
        font-size: 0.9375rem;
    }

    .services-hero-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .service-hero-card {
        padding: 1.5rem 1rem;
    }

    .service-hero-card.featured {
        transform: scale(1);
        grid-column: span 2;
    }

    .service-hero-icon {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .service-hero-card h3 {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
    }

    .service-hero-card p {
        font-size: 0.8125rem;
        margin-bottom: 1rem;
    }

    .service-cta-btn {
        padding: 0.875rem 1.25rem;
        font-size: 0.9375rem;
        font-weight: 800;
    }

    .popular-tag {
        top: 1rem;
        right: 1rem;
        padding: 0.375rem 0.75rem;
        font-size: 0.75rem;
    }

    .quick-stats {
        flex-direction: row;
        align-items: center;
    }

    .quick-stats .stat-item {
        gap: 1rem;
        padding: .25rem 1rem;
        min-width: 102px;
        text-align: center;
        flex-direction: column;
    }

    .quick-stats .stat-number {
        font-size: 1rem;
    }

    .input-wrapper,
    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .bottom-nav-item {
        padding: 0.375rem 0.5rem;
    }

    .bottom-nav-icon {
        width: 45px;
        height: 30px;
        font-size: 1.175rem;
    }

    .bottom-nav-item span {
        font-size: 0.6875rem;
    }

    .whatsapp-float {
        bottom: 90px;
        right: 1rem;
        width: 50px;
        height: 50px;
    }

    .whatsapp-icon i {
        font-size: 1.75rem;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 0 1rem;
    }

    .services-hero-grid {
        gap: 0.875rem;
    }

    .service-hero-card {
        padding: 5px 0.375rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #c9c9c9;
    }

    .service-hero-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .service-hero-card h3 {
        font-size: 14px;
        line-height: 1.4;
    }

    .service-hero-card p {
        font-size: 0.75rem;
        margin-bottom: 0.875rem;
    }

    .service-cta-btn {
        padding: 10px;
        font-size: 0.7rem;
        gap: 0.5rem;
    }

    .services-hero-label h2 {
        font-size: 1.25rem;
    }

    .services-hero-label p {
        font-size: 0.875rem;
    }

}



/******************** End Home Page Hero Section ***************/

/******************** Start Features *****************/


/* ========================================
   FEATURES
======================================== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 2fr));

    gap: 0.3rem;
}

.feature-box {
    text-align: center;
    padding: 1rem;
    background: var(--white);
    border: 1px solid var(--light);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary);
    margin: 0 auto 1.5rem;
}

.feature-box h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.feature-box p {
    color: var(--gray);
}

/****************** End Features *******************/

@media(max-width:991px) {
    .section-title {
        font-size: 1rem;
        line-height: 1.5;
    }

    .feature-box h4 {
        font-size: 1rem;
    }

    .feature-box p {
        font-size: 14px;
    }
}


/* ========================================
   CONVERTER
======================================== */
.converter-section {
    background: var(--light);
}

.converter-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.converter-card {
    background: var(--white);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: var(--shadow-md);
}

.converter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--light);
}

.converter-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

.status-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 50px;
    color: #10b981;
    font-weight: 600;
    font-size: 0.875rem;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: dotPulse 2s infinite;
}

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

    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

.converter-body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.input-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--dark);
}

.input-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1rem;
}

.input-wrapper input,
.input-wrapper select {
    padding: 1rem 1.25rem;
    border: 2px solid var(--light);
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: inherit;
    background: var(--white);
    transition: all 0.3s ease;
}

.input-wrapper input:focus,
.input-wrapper select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(219, 173, 43, 0.1);
}

.swap-button {
    align-self: center;
    width: 50px;
    height: 50px;
    background: var(--gradient-gold);
    border: none;
    border-radius: 12px;
    color: var(--white);
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.swap-button:hover {
    transform: rotate(180deg) scale(1.1);
}

.rate-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: var(--gradient-soft);
    border-radius: 12px;
    color: var(--gray);
    font-weight: 600;
}

.rate-info i {
    color: var(--primary);
}

.calculate-btn,
.submit-button {
    width: 100%;
    padding: 1.125rem 2rem;
    background: var(--gradient-gold);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(219, 173, 43, 0.3);
}

.calculate-btn:hover,
.submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(219, 173, 43, 0.4);
}

.converter-footer {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--light);
    color: var(--gray);
    font-size: 0.875rem;
}

/* .input-wrapper,
.form-row {
    grid-template-columns: 1fr;
} */

@media (max-width: 767px) {
    .converter-header h3 {
        font-size: .8rem;
        font-weight: 700;
    }

    .input-wrapper,
    .form-row {
        grid-template-columns: 1fr;
    }

    input-group label {
        display: block;
        font-weight: 600;
        margin-bottom: 0.75rem;
        color: var(--dark);
    }
}




/************************* Start Money Transfer ************************/

.money-transfer {

    /* ========================================
   MONEY TRANSFER PAGE - SAMA BAGHDAD
======================================== */

    /* ========================================
   HERO SECTION
======================================== */
    .transfer-hero {
        min-height: 100vh;
        padding: 140px 0 80px;
        position: relative;
        overflow: hidden;
        background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    }

    .transfer-hero-bg {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    .hero-pattern {
        position: absolute;
        inset: 0;
        background-image:
            repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(219, 173, 43, 0.03) 35px, rgba(219, 173, 43, 0.03) 70px),
            repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(219, 173, 43, 0.03) 35px, rgba(219, 173, 43, 0.03) 70px);
        animation: patternMove 60s linear infinite;
    }

    @keyframes patternMove {
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(70px, 70px);
        }
    }

    .hero-gradient {
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 15% 20%, rgba(219, 173, 43, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 85% 80%, rgba(15, 20, 25, 0.05) 0%, transparent 50%),
            radial-gradient(circle at 50% 50%, rgba(219, 173, 43, 0.03) 0%, transparent 70%);
        animation: gradientPulse 8s ease-in-out infinite;
    }

    @keyframes gradientPulse {
        0%, 100% {
            opacity: 1;
        }

        50% {
            opacity: 0.6;
        }
    }

    .transfer-hero .container {
        position: relative;
        z-index: 2;
    }

    /* ========================================
   WESTERN UNION BADGE
======================================== */
    .wu-badge-container {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
        animation: badgeFloat 6s ease-in-out infinite;
    }

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

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

    .wu-badge {
        background: #0F1419;
        /* padding: 2rem 4rem; */
        border-radius: 20px;
        box-shadow:
            0 15px 50px rgba(0, 0, 0, 0.15),
            0 0 0 1px rgba(255, 255, 255, 0.1) inset;
        position: relative;
        overflow: hidden;
        animation: cardFloatIn 0.8s ease backwards;
    }

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

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

    .wu-badge::before {
        content: '';
        position: absolute;
        inset: -50%;
        background: linear-gradient(90deg, transparent, rgba(219, 173, 43, 0.1), transparent);
        animation: badgeShine 3s linear infinite;
    }

    @keyframes badgeShine {
        0% {
            transform: translateX(-100%) rotate(45deg);
        }

        100% {
            transform: translateX(200%) rotate(45deg);
        }
    }

    .wu-logo {
        display: flex;
        align-items: center;
        gap: 1rem;
        position: relative;
        z-index: 2;
    }

    .wu-text-1,
    .wu-text-2 {
        font-size: 2rem;
        font-weight: 900;
        color: #DBAD2B;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .wu-line {
        width: 2px;
        height: 40px;
        background: #DBAD2B;
        transform: skewX(-20deg);
    }

    .wu-text-3 {
        font-size: 1.75rem;
        font-weight: 900;
        color: #DBAD2B;
        font-family: monospace;
    }

    /* ========================================
   IMPORTANT NOTICE
======================================== */
    .important-notice {
        background: linear-gradient(135deg, #DBAD2B 0%, #F5D876 100%);
        padding: 1.25rem 2rem;
        border-radius: 16px;
        display: flex;
        align-items: center;
        gap: 1.25rem;
        margin-bottom: 1rem;
        box-shadow: 0 8px 30px rgba(219, 173, 43, 0.3);
        position: relative;
        overflow: hidden;
        animation: cardFloatIn 0.8s ease backwards;

    }

    @keyframes noticeSlide {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

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

    .important-notice::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        animation: noticeGlow 3s linear infinite;
    }

    @keyframes noticeGlow {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(200%);
        }
    }

    .notice-icon {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
        z-index: 2;
        animation: noticePulse 2s ease-in-out infinite;
    }

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

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

    .notice-icon i {
        font-size: 1.5rem;
        color: var(--white);
    }

    .important-notice p {
        color: var(--white);
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.6;
        margin: 0;
        position: relative;
        z-index: 2;
    }

    /* ========================================
   MAIN CONTENT
======================================== */
    .transfer-content {
        text-align: center;
    }

    /* WU Icon Circle */
    .wu-icon-circle {
        width: 180px;
        height: 180px;
        margin: 0 auto 2rem;
        position: relative;
        animation: iconFloat 0.8s ease backwards 0.3s, continuousRotate 20s linear infinite;
    }

    @keyframes iconFloat {
        from {
            opacity: 0;
            transform: scale(0.8);
        }

        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes continuousRotate {
        0% {
            transform: rotate(0deg);
        }

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

    .wu-icon-inner {
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #0F1419 0%, #1a2028 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow:
            0 15px 50px rgba(0, 0, 0, 0.3),
            0 0 0 8px rgba(219, 173, 43, 0.1);
        position: relative;
        z-index: 2;
    }

    .wu-icon-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .wu-slash {
        font-size: 2rem;
        font-weight: 900;
        color: #DBAD2B;
        font-family: monospace;
        line-height: 1;
        margin-bottom: -0.5rem;
    }

    .wu-letters {
        font-size: 3rem;
        font-weight: 900;
        color: #DBAD2B;
        font-family: monospace;
        line-height: 1;
    }

    .icon-rings {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .ring {
        position: absolute;
        inset: 0;
        border: 2px solid rgba(219, 173, 43, 0.3);
        border-radius: 50%;
        animation: ringPulse 3s ease-out infinite;
    }

    .ring-1 {
        animation-delay: 0s;
    }

    .ring-2 {
        animation-delay: 1s;
    }

    .ring-3 {
        animation-delay: 2s;
    }

    @keyframes ringPulse {
        0% {
            transform: scale(1);
            opacity: 1;
        }

        100% {
            transform: scale(1.8);
            opacity: 0;
        }
    }

    /* Title */
    .transfer-title {
        font-size: 30px;
        font-weight: 900;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        animation: titleFade 0.8s ease backwards 0.4s;
    }

    @keyframes titleFade {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

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

    .title-line {
        display: block;
        color: var(--dark);
    }

    .title-highlight {
        display: block;
        background: linear-gradient(135deg, #DBAD2B 0%, #F5D876 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: titleShine 3s ease-in-out infinite;
    }

    @keyframes titleShine {
        0%, 100% {
            filter: brightness(1);
        }

        50% {
            filter: brightness(1.3);
        }
    }

    /* Description */
    .transfer-description {
        font-size: 1.25rem;
        color: var(--gray);
        max-width: 700px;
        margin: 0 auto 4rem;
        line-height: 1.8;
        animation: descFade 0.8s ease backwards 0.5s;
    }

    @keyframes descFade {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

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

    /* ========================================
   SERVICES GRID
======================================== */
    .transfer-services-grid {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 3rem;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .transfer-service-card {
        position: relative;
        border-radius: 16px;
        padding: 1.5rem 2rem;
        text-decoration: none;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        /* animation: cardSlideUp 0.6s ease backwards; */
        animation: cardFloatIn 0.8s ease backwards;
        display: flex;
        align-items: center;
        gap: 1.5rem;

    }

    .transfer-service-card:nth-child(1) {
        animation-delay: 0.6s;
    }

    .transfer-service-card:nth-child(2) {
        animation-delay: 0.7s;
    }

    .transfer-service-card:nth-child(3) {
        animation-delay: 0.8s;
    }

    .transfer-service-card:nth-child(4) {
        animation-delay: 0.9s;
    }

    .transfer-service-card:nth-child(5) {
        animation-delay: 1s;
    }

    .transfer-service-card:nth-child(6) {
        animation-delay: 1.1s;
    }

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

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

    /* Gold Card */
    .gold-card {
        background: linear-gradient(135deg, #DBAD2B 0%, #F5D876 100%);
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .gold-card .service-card-content {
        color: var(--white);
    }

    .gold-card .service-icon {
        background: rgba(255, 255, 255, 0.25);
        color: var(--white);
    }

    .gold-card h3,
    .gold-card p {
        color: var(--white);
    }

    .gold-card .service-arrow {
        background: rgba(255, 255, 255, 0.25);
        color: var(--white);
    }

    /* Dark Card */
    .dark-card {
        background: linear-gradient(135deg, #0F1419 0%, #1a2028 100%);
        border: 2px solid rgba(219, 173, 43, 0.2);
    }

    .dark-card .service-card-content {
        color: var(--white);
    }

    .dark-card .service-icon {
        background: rgba(219, 173, 43, 0.2);
        color: #DBAD2B;
    }

    .dark-card h3,
    .dark-card p {
        color: var(--white);
    }

    .dark-card .service-arrow {
        background: rgba(219, 173, 43, 0.2);
        color: #DBAD2B;
    }

    /* Card Background */
    .service-card-bg {
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 0.4s ease;

    }

    .gold-card .service-card-bg {
        background: linear-gradient(135deg, rgba(245, 216, 118, 0.3) 0%, rgba(219, 173, 43, 0.2) 100%);

    }

    .dark-card .service-card-bg {
        background: linear-gradient(135deg, rgba(26, 32, 40, 0.3) 0%, rgba(15, 20, 25, 0.2) 100%);
    }

    .transfer-service-card:hover .service-card-bg {
        opacity: 1;
    }

    /* Card Content */
    .service-card-content {
        position: relative;
        z-index: 2;
        flex: 1;
        display: flex;
        align-items: center;
        gap: 1.25rem;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.75rem;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }

    .transfer-service-card:hover .service-icon {
        transform: scale(1.1) rotate(5deg);
    }

    .service-text {
        flex: 1;
        text-align: right;
    }

    .transfer-service-card h3 {
        font-size: 1.25rem;
        font-weight: 800;
        margin-bottom: 0.25rem;
        line-height: 1.3;
    }

    .transfer-service-card p {
        font-size: 0.875rem;
        line-height: 1.4;
        margin: 0;
        opacity: 0.9;
    }

    .service-arrow {
        width: 45px;
        height: 45px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        transition: all 0.3s ease;
        flex-shrink: 0;
        position: relative;
        z-index: 2;
    }

    .transfer-service-card:hover .service-arrow {
        transform: translateX(-8px);
    }

    /* Shine Effect */
    .service-shine {
        position: absolute;
        inset: -50%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transform: translateX(-100%) rotate(45deg);
        transition: transform 0.6s ease;
    }

    .transfer-service-card:hover .service-shine {
        transform: translateX(100%) rotate(45deg);
    }

    /* Hover Effect */
    .transfer-service-card:hover {
        transform: translateX(8px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    }

    .transfer-service-card:active {
        transform: translateX(5px) scale(0.98);
    }

    /* ========================================
   FEATURES
======================================== */
    .transfer-features {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        flex-wrap: wrap;
        padding: 2rem;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(20px);
        border-radius: 20px;
        border: 1px solid rgba(219, 173, 43, 0.1);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
        animation: featuresFade 0.8s ease backwards 1.2s;
    }

    @keyframes featuresFade {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

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

    .feature-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        transition: all 0.3s ease;
    }

    .feature-item:hover {
        transform: translateY(-3px);
    }

    .feature-icon-small {
        width: 45px;
        height: 45px;
        background: linear-gradient(135deg, rgba(219, 173, 43, 0.1) 0%, rgba(245, 216, 118, 0.15) 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-size: 1.125rem;
        animation: iconBounce 2s ease-in-out infinite;
    }

    .feature-item:nth-child(1) .feature-icon-small {
        animation-delay: 0s;
    }

    .feature-item:nth-child(2) .feature-icon-small {
        animation-delay: 0.2s;
    }

    .feature-item:nth-child(3) .feature-icon-small {
        animation-delay: 0.4s;
    }

    .feature-item:nth-child(4) .feature-icon-small {
        animation-delay: 0.6s;
    }

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

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

    .feature-item span {
        font-weight: 700;
        color: var(--dark);
        font-size: 1rem;
    }

    /* ========================================
   FLOATING ELEMENTS
======================================== */
    .transfer-floats {
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 1;
    }

    .float-icon {
        position: absolute;
        width: 70px;
        height: 70px;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(15px);
        border: 1px solid rgba(219, 173, 43, 0.2);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-size: 1.75rem;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
        animation: floatMove 25s linear infinite;
    }

    .float-1 {
        top: 15%;
        left: 8%;
        animation-delay: 0s;
    }

    .float-2 {
        top: 65%;
        left: 5%;
        animation-delay: 6s;
    }

    .float-3 {
        top: 25%;
        right: 10%;
        animation-delay: 12s;
    }

    .float-4 {
        bottom: 20%;
        right: 7%;
        animation-delay: 18s;
    }

    @keyframes floatMove {
        0%, 100% {
            transform: translateY(0) rotate(0deg);
            opacity: 0.4;
        }

        25% {
            transform: translateY(-40px) rotate(5deg);
            opacity: 0.7;
        }

        50% {
            transform: translateY(-80px) rotate(0deg);
            opacity: 0.4;
        }

        75% {
            transform: translateY(-40px) rotate(-5deg);
            opacity: 0.7;
        }
    }

    /* ========================================
   RESPONSIVE
======================================== */
    @media (max-width: 991px) {
        .transfer-services-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        .wu-badge {
            /* padding: 1.5rem 3rem; */
        }

        .wu-text-1,
        .wu-text-2 {
            font-size: 1.5rem;
        }

        .wu-text-3 {
            font-size: 1.25rem;
        }

        .wu-line {
            height: 30px;
        }
    }

    @media (max-width: 767px) {
        .transfer-hero {
            padding: 65px 0 60px;
        }

        .wu-badge {
            padding: 10px;
            background: #030303;
        }

        .wu-text-1,
        .wu-text-2 {
            font-size: 1.25rem;
        }

        .wu-text-3 {
            font-size: 1rem;
        }

        .wu-line {
            height: 25px;
        }

        .important-notice {
            padding: 1rem 1.5rem;
            gap: 1rem;
        }

        .notice-icon {
            width: 40px;
            height: 40px;
        }

        .notice-icon i {
            font-size: 1.25rem;
        }

        .important-notice p {
            font-size: 0.875rem;
        }

        .wu-icon-circle {
            width: 120px;
            height: 120px;
            margin-bottom: 1.5rem;
        }

        .wu-slash {
            font-size: 1.25rem;
        }

        .wu-letters {
            font-size: 2rem;
        }

        .transfer-description {
            font-size: 1rem;
            margin-bottom: 2.5rem;
        }

        .transfer-services-grid {
            gap: 0.75rem;
            margin-bottom: 2rem;
        }

        .transfer-service-card {
            padding: 1.25rem 1.5rem;
            gap: 1rem;
        }

        .service-icon {
            width: 50px;
            height: 50px;
            font-size: 1.5rem;
        }

        .transfer-service-card h3 {
            font-size: 1.0625rem;
        }

        .transfer-service-card p {
            font-size: 0.8125rem;
        }

        .service-arrow {
            width: 40px;
            height: 40px;
            font-size: 0.875rem;
        }

        .transfer-features {
            gap: 1.5rem;
            padding: 1.5rem;
        }

        .feature-icon-small {
            width: 40px;
            height: 40px;
            font-size: 1rem;
        }

        .feature-item span {
            font-size: 0.875rem;
        }

        .float-icon {
            width: 50px;
            height: 50px;
            font-size: 1.25rem;
        }
    }

    @media (max-width: 575px) {
        .wu-badge-container {
            margin-bottom: 1.5rem;
        }

        .important-notice {
            padding: 0.275rem .65rem;
            gap: 0.75rem;
            flex-direction: column;
            text-align: center;
        }

        .important-notice p {
            font-size: 0.8125rem;
        }

        .wu-icon-circle {
            width: 100px;
            height: 100px;
            margin-bottom: 1.5rem;
        }

        .wu-slash {
            font-size: 1.25rem;
        }

        .wu-letters {
            font-size: 2rem;
        }

        .transfer-services-grid {
            gap: 1rem;
        }

        .transfer-service-card {
            padding: 5px;
        }

        .service-icon {
            width: 40px;
            height: 40px;
            font-size: 1rem;
            margin-bottom: 4px;
            margin-top: 4px;
        }

        .transfer-service-card h3 {
            font-size: 1rem;
        }

        .service-arrow {
            width: 40px;
            height: 40px;
            font-size: 0.875rem;
        }

        .transfer-features {
            flex-direction: row;
            gap: 1rem;
            padding: .25rem;
        }

        .feature-item {
            /* width: 100%; */
            justify-content: center;
        }

        .transfer-title {
            font-size: 17px;
        }

        .title-line,
        .title-highlight {
            display: inline-block;
        }
    }

    /************************* End Money Transfer ***************************/
}

/************************************* Start New Services Section ****************/


.new-services-section .services-section-wrapper {
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}


/* ========================================
   SECTION HEADER
======================================== */
.new-services-section .services-header {
    text-align: center;
    margin-bottom: 4rem;
    animation: fadeInDown 0.8s ease backwards;
}

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

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

.new-services-section .section-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: var(--gradient-soft);
    border-radius: 50px;
    color: var(--primary);
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    /* animation: pulse 2s ease-in-out infinite; */
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(219, 173, 43, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(219, 173, 43, 0);
    }
}

.new-services-section .section-badge i {
    color: var(--primary);
    font-size: 1.125rem;
}

.new-services-section .section-badge span {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--primary);
}

.new-services-section .section-title {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    margin-bottom: 1rem;
    justify-content: center;
}

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

.new-services-section .title-highlight {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #DBAD2B 0%, #F5D876 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.new-services-section .section-description {
    font-size: 1.125rem;
    color: var(--gray);
    margin-bottom: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.new-services-section .title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.new-services-section .decoration-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #DBAD2B 50%, transparent 100%);
}

.new-services-section .decoration-dot {
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    animation: bounce 2s ease-in-out infinite;
}

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

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

.new-services-section .decoration-dot:nth-child(3) {
    animation-delay: 0.3s;
}

/* ========================================
   SERVICES GRID
======================================== */
.new-services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

/* ========================================
   SERVICE CARD
======================================== */
.new-services-section .service-card {
    position: relative;
    background: var(--white);
    border-radius: 24px;
    padding: 1rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.8s ease backwards;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.new-services-section .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #DBAD2B 0%, #F5D876 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.new-services-section .service-card:hover::before {
    transform: scaleX(1);
}

.new-services-section .service-card:nth-child(1) {
    animation-delay: 0.1s;
}

.new-services-section .service-card:nth-child(2) {
    animation-delay: 0.2s;
}

.new-services-section .service-card:nth-child(3) {
    animation-delay: 0.3s;
}

.new-services-section .service-card:nth-child(4) {
    animation-delay: 0.4s;
}

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

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

.new-services-section .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Card Glow Effect */
.new-services-section .card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(219, 173, 43, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.new-services-section .service-card:hover .card-glow {
    opacity: 1;
}

.new-services-section .card-content {
    position: relative;
    z-index: 2;
}

/* ========================================
   SERVICE ICON
======================================== */
.new-services-section .service-icon-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    animation: float 6s ease-in-out infinite;
}

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

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

.new-services-section .icon-circle {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(219, 173, 43, 0.1) 0%, rgba(245, 216, 118, 0.2) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease;
}

.new-services-section .service-card:hover .icon-circle {
    background: linear-gradient(135deg, #DBAD2B 0%, #F5D876 100%);
    transform: rotate(360deg);
}

.new-services-section .icon-inner {
    width: 90px;
    height: 90px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.new-services-section .icon-inner i {
    font-size: 2.5rem;
    color: var(--primary);
    transition: all 0.3s ease;
}

.new-services-section .service-card:hover .icon-inner i {
    color: var(--primary);
    transform: scale(1.2);
}

/* Icon Sparkles */
.new-services-section .icon-sparkle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    animation: sparkle 3s ease-in-out infinite;
    opacity: 0;
}

.new-services-section .sparkle-1 {
    top: 10px;
    right: 10px;
    animation-delay: 0s;
}

.new-services-section .sparkle-2 {
    bottom: 10px;
    left: 10px;
    animation-delay: 1s;
}

.new-services-section .sparkle-3 {
    top: 50%;
    left: -5px;
    animation-delay: 2s;
}

@keyframes sparkle {
    0%, 100% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

.new-services-section .service-card:hover .icon-sparkle {
    animation-duration: 1.5s;
}

/* ========================================
   SERVICE CONTENT
======================================== */
.new-services-section .service-title {
    font-size: 1rem;
    font-weight: 900;
    color: var(--dark);
    margin-bottom: 1rem;
    text-align: center;
    transition: color 0.3s ease;
}

.new-services-section .service-card:hover .service-title {
    color: var(--primary);
}

.new-services-section .service-description {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--gray);
    line-height: 1.8;
    text-align: center;
    margin-bottom: 1.5rem;
}

/* ========================================
   SERVICE FEATURES
======================================== */
.new-services-section .service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.new-services-section .feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(219, 173, 43, 0.08);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.new-services-section .feature-item:hover {
    background: rgba(219, 173, 43, 0.15);
    transform: translateY(-2px);
}

.new-services-section .feature-item i {
    color: #10b981;
    font-size: 0.875rem;
}

.new-services-section .feature-item span {
    font-size: 0.675rem;
    font-weight: 700;
    color: var(--dark);
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 991px) {
    .new-services-section .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 767px) {
    .new-services-section .services-section-wrapper {
        padding: 60px 15px;
    }

    .new-services-section .services-header {
        margin-bottom: 3rem;
    }

    .new-services-section .section-badge {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }

    .new-services-section .title-main,
    .new-services-section .title-highlight {
        font-size: 1rem;
    }

    .new-services-section .section-description {
        font-size: 1rem;
    }

    .new-services-section .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .new-services-section .service-card {
        padding: 2rem 1.5rem;
    }

    .new-services-section .service-icon-wrapper {
        width: 100px;
        height: 100px;
    }

    .new-services-section .icon-circle {
        width: 100px;
        height: 100px;
    }

    .new-services-section .icon-inner {
        width: 75px;
        height: 75px;
    }

    .new-services-section .icon-inner i {
        font-size: 2rem;
    }

    .new-services-section .service-title {
        font-size: 1.25rem;
    }

    .new-services-section .service-description {
        font-size: 0.875rem;
    }


}

@media (max-width: 575px) {
    .new-services-section .services-section-wrapper {
        padding: 40px 10px;
    }

    .new-services-section .service-card {
        padding: 1.75rem 1.25rem;
    }

    .new-services-section .service-icon-wrapper {
        width: 90px;
        height: 90px;
    }

    .new-services-section .icon-circle {
        width: 90px;
        height: 90px;
    }

    .new-services-section .icon-inner {
        width: 65px;
        height: 65px;
    }

    .new-services-section .icon-inner i {
        font-size: 1.75rem;
    }

    .new-services-section .service-features {
        flex-direction: column;
        gap: 0.75rem;
    }

    .new-services-section .feature-item {
        width: 100%;
        justify-content: center;
    }

    .new-services-section .services-cta {
        padding: 2rem 1.5rem;
    }
}

/* ========================================
   HOVER EFFECTS FOR DIFFERENT SERVICES
======================================== */
.service-card[data-service="dollar"]:hover {
    border-color: rgba(59, 130, 246, 0.3);
}

.service-card[data-service="bank"]:hover {
    border-color: rgba(16, 185, 129, 0.3);
}

.service-card[data-service="internal"]:hover {
    border-color: rgba(245, 158, 11, 0.3);
}

.service-card[data-service="cards"]:hover {
    border-color: rgba(139, 92, 246, 0.3);
}



/************************************* End New Services Section *******************/

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


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

.western_page {
    /* ========================================
   WESTERN UNION SEND PAGE
======================================== */

    /* ========================================
   HERO SECTION
======================================== */
    .wu-send-hero {
        padding: 120px 0 80px;
        position: relative;
        overflow: hidden;
        background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    }

    .hero-bg {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    .hero-pattern {
        position: absolute;
        inset: 0;
        background-image:
            repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(219, 173, 43, 0.03) 35px, rgba(219, 173, 43, 0.03) 70px),
            repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(219, 173, 43, 0.03) 35px, rgba(219, 173, 43, 0.03) 70px);
        animation: patternMove 60s linear infinite;
    }

    @keyframes patternMove {
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(70px, 70px);
        }
    }

    .hero-gradient {
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 20% 30%, rgba(219, 173, 43, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 80% 70%, rgba(15, 20, 25, 0.05) 0%, transparent 50%);
    }

    .wu-send-hero .container {
        position: relative;
        z-index: 2;
    }

    /* ========================================
   WU HEADER
======================================== */
    .wu-header {
        display: flex;
        align-items: center;
        gap: 2.5rem;
        margin-bottom: 3rem;
        animation: fadeInUp 0.8s ease backwards;
    }

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

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

    .wu-logo-large {
        position: relative;
        width: 140px;
        height: 140px;
        flex-shrink: 0;
    }

    .wu-logo-bg {
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, #0F1419 0%, #1a2028 100%);
        border-radius: 28px;
        box-shadow:
            0 15px 50px rgba(0, 0, 0, 0.25),
            0 0 0 8px rgba(219, 173, 43, 0.15);
        animation: logoFloat 6s ease-in-out infinite;
    }

    @keyframes logoFloat {
        0%, 100% {
            transform: translateY(0) rotate(0deg);
        }

        50% {
            transform: translateY(-10px) rotate(3deg);
        }
    }

    .wu-logo-content {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .wu-slash {
        font-size: 2.5rem;
        font-weight: 900;
        color: #DBAD2B;
        font-family: monospace;
        line-height: 1;
        margin-bottom: -0.75rem;
        animation: slashPulse 3s ease-in-out infinite;
    }

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

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

    .wu-letters {
        font-size: 4rem;
        font-weight: 900;
        color: #DBAD2B;
        font-family: monospace;
        line-height: 1;
    }

    .wu-header-text h1 {
        font-size: clamp(2rem, 5vw, 3rem);
        font-weight: 900;
        line-height: 1.3;
        margin-bottom: 0.75rem;
        color: var(--dark);
    }

    .wu-header-text h1 .highlight {
        background: linear-gradient(135deg, #DBAD2B 0%, #F5D876 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .wu-header-text p {
        font-size: 1.125rem;
        color: var(--gray);
        line-height: 1.6;
    }

    /* ========================================
   INFO CARDS
======================================== */
    .info-cards-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
        margin-bottom: 3rem;
    }

    .info-card {
        position: relative;
        background: var(--white);
        border-radius: 20px;
        padding: 2rem;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        transition: all 0.4s ease;
        overflow: hidden;
        animation: cardSlideIn 0.8s ease backwards;
    }

    .info-card:nth-child(1) {
        animation-delay: 0.2s;
    }

    .info-card:nth-child(2) {
        animation-delay: 0.3s;
    }

    .info-card:nth-child(3) {
        animation-delay: 0.4s;
    }

    @keyframes cardSlideIn {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

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

    .info-card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, transparent 0%, rgba(219, 173, 43, 0.05) 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .info-card:hover::before {
        opacity: 1;
    }

    .info-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    }

    .card-icon {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, rgba(219, 173, 43, 0.1) 0%, rgba(245, 216, 118, 0.15) 100%);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-size: 2rem;
        margin-bottom: 1.5rem;
        transition: all 0.3s ease;
    }

    .info-card:hover .card-icon {
        transform: scale(1.1) rotate(5deg);
    }

    .card-content h3 {
        font-size: 1.25rem;
        font-weight: 800;
        color: var(--dark);
        margin-bottom: 0.75rem;
    }

    .card-value {
        font-size: 2rem;
        font-weight: 900;
        background: linear-gradient(135deg, #DBAD2B 0%, #F5D876 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .card-value span {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .card-label {
        font-size: 0.875rem;
        color: var(--gray);
        line-height: 1.5;
    }

    .card-badge {
        position: absolute;
        top: 1.5rem;
        left: 1.5rem;
        padding: 0.5rem 0.875rem;
        background: rgba(219, 173, 43, 0.1);
        border-radius: 50px;
        font-size: 0.8125rem;
        font-weight: 700;
        color: var(--primary);
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .live-badge {
        background: rgba(16, 185, 129, 0.1);
        color: #10b981;
        animation: badgePulse 2s ease-in-out infinite;
    }

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

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

    .live-dot {
        width: 8px;
        height: 8px;
        background: #10b981;
        border-radius: 50%;
        animation: dotPulse 2s infinite;
    }

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

        50% {
            transform: scale(1.3);
            opacity: 0.7;
        }
    }

    .fast-badge {
        background: linear-gradient(135deg, rgba(219, 173, 43, 0.15) 0%, rgba(245, 216, 118, 0.2) 100%);
        color: var(--primary);
    }

    /* ========================================
   IMPORTANT NOTICE
======================================== */
    .important-notice-box {
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(37, 99, 235, 0.08) 100%);
        border: 2px solid rgba(59, 130, 246, 0.2);
        border-radius: 20px;
        padding: .5rem;
        margin-bottom: 0rem;
        animation: noticeSlide 0.8s ease backwards 0.5s;
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
        animation: noticeSlide 0.8s ease backwards 0.5s;
    }

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

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

    .notice-header {
        display: flex;
        align-items: center;
        gap: 1rem;

    }

    .notice-icon {
        width: 50px;
        height: 50px;
        background: rgba(59, 130, 246, 0.15);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #3b82f6;
        font-size: 1.5rem;
        animation: iconShake 3s ease-in-out infinite;
    }

    @keyframes iconShake {
        0%, 100% {
            transform: rotate(0);
        }

        10%, 30% {
            transform: rotate(-5deg);
        }

        20%, 40% {
            transform: rotate(5deg);
        }

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

    .notice-header h4 {
        font-size: 1.25rem;
        font-weight: 800;
        color: #1e40af;
    }

    .notice-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .notice-list li {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        font-size: 0.9375rem;
        line-height: 1.6;
        color: var(--dark);
    }

    .notice-list i {
        color: #10b981;
        font-size: 1.125rem;
        margin-top: 0.125rem;
        flex-shrink: 0;
    }

    /* ========================================
   FEATURES
======================================== */
    .wu-features {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2.5rem;
        flex-wrap: wrap;
        padding: 2rem;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(20px);
        border-radius: 20px;
        border: 1px solid rgba(219, 173, 43, 0.1);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
        animation: featuresFade 0.8s ease backwards 0.6s;
    }

    @keyframes featuresFade {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

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

    .feature-box {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        transition: all 0.3s ease;
    }

    .feature-box:hover {
        transform: translateY(-3px);
    }

    .feature-icon {
        width: 45px;
        height: 45px;
        background: linear-gradient(135deg, rgba(219, 173, 43, 0.1) 0%, rgba(245, 216, 118, 0.15) 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        font-size: 1.125rem;
        animation: iconFloat 2s ease-in-out infinite;
    }

    .feature-box:nth-child(1) .feature-icon {
        animation-delay: 0s;
    }

    .feature-box:nth-child(2) .feature-icon {
        animation-delay: 0.2s;
    }

    .feature-box:nth-child(3) .feature-icon {
        animation-delay: 0.4s;
    }

    .feature-box:nth-child(4) .feature-icon {
        animation-delay: 0.6s;
    }

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

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

    .feature-box span {
        font-weight: 700;
        color: var(--dark);
        font-size: 1rem;
    }

    /* ========================================
   FORM SECTION
======================================== */
    .form-section {
        padding: 20px 0;
        background: var(--white);
    }

    .form-header {
        text-align: center;
        margin-bottom: 0rem;
    }

    .form-header h2 {
        font-size: 2.5rem;
        font-weight: 900;
        margin-bottom: 0.75rem;
        color: var(--dark);
    }

    .form-header p {
        font-size: 1.125rem;
        color: var(--gray);
    }

    .wu-form {
        max-width: 900px;
        margin: 0 auto;
        background: var(--light);
        border-radius: 24px;
        padding: 3rem;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    }

    .form-group {
        margin-bottom: 2rem;
    }

    .form-group label {
        display: block;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 0.75rem;
        color: var(--dark);
    }

    .required {
        color: #ef4444;
    }

    .form-group input[type="text"],
    .form-group input[type="tel"],
    .form-group input[text="date"],
    .form-group input[text="number"] {
        width: 100%;
        padding: 1rem 1.25rem;
        border: 2px solid rgba(219, 173, 43, 0.2);
        border-radius: 12px;
        font-size: 1rem;
        font-family: inherit;
        background: var(--white);
        transition: all 0.3s ease;
        outline: none;
        box-shadow: none;
    }

    .form-group .form-select {
        width: 100%;
        padding: 1rem 1.25rem;
        border: 2px solid rgba(219, 173, 43, 0.2);
        border-radius: 12px;
        font-size: 1rem;
        font-family: inherit;
        /* background: var(--white); */
        transition: all 0.3s ease;
        outline: none;
        box-shadow: none;
    }

    .form-group input:focus {
        outline: none;
        border-color: var(--primary);
        box-shadow: 0 0 0 4px rgba(219, 173, 43, 0.1);
    }

    .form-hint {
        display: block;
        margin-top: 0.5rem;
        font-size: 0.875rem;
        color: var(--gray);
    }

    /* File Upload */
    .file-upload-wrapper {
        position: relative;
    }

    .file-upload-wrapper input[type="file"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .file-upload-label {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        padding: 2rem;
        border: 2px dashed rgba(219, 173, 43, 0.3);
        border-radius: 12px;
        background: var(--white);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .file-upload-label:hover {
        border-color: var(--primary);
        background: rgba(219, 173, 43, 0.05);
    }

    .file-upload-label i {
        font-size: 2.5rem;
        color: var(--primary);
    }

    .file-text {
        font-weight: 700;
        color: var(--dark);
    }

    .file-name {
        font-size: 0.875rem;
        color: var(--gray);
    }

    /* Submit Button */
    .submit-btn {
        width: 100%;
        padding: 1.25rem 2rem;
        background: linear-gradient(135deg, #DBAD2B 0%, #F5D876 100%);
        color: var(--white);
        border: none;
        border-radius: 12px;
        font-size: 1.125rem;
        font-weight: 800;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        transition: all 0.4s ease;
        box-shadow: 0 8px 25px rgba(219, 173, 43, 0.3);
        margin-bottom: 1.5rem;
    }

    .submit-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(219, 173, 43, 0.4);
    }

    .submit-btn:active {
        transform: translateY(-1px);
    }

    /* Service Info */
    .service-info {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 1.25rem;
        background: rgba(59, 130, 246, 0.05);
        border: 1px solid rgba(59, 130, 246, 0.2);
        border-radius: 12px;
    }

    .service-info i {
        color: #3b82f6;
        font-size: 1.25rem;
        margin-top: 0.125rem;
        flex-shrink: 0;
    }

    .service-info p {
        font-size: 0.875rem;
        line-height: 1.6;
        color: var(--dark);
        margin: 0;
    }

    /* ========================================
   RESPONSIVE
======================================== */
    @media (max-width: 991px) {
        .wu-header {
            gap: 2rem;
        }

        .wu-logo-large {
            width: 120px;
            height: 120px;
        }

        .wu-slash {
            font-size: 2rem;
        }

        .wu-letters {
            font-size: 3.5rem;
        }

        .info-cards-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 767px) {
        .wu-header {
            margin-bottom: 2rem;
        }

        .wu-logo-large {
            width: 90px;
            height: 90px;
        }

        .wu-slash {
            font-size: 1.25rem;
        }

        .wu-letters {
            font-size: 2.5rem;
        }

        .info-cards-grid {
            gap: .4rem;
            display: flex;
        }

        .info-card {
            padding: .35rem;
            display: flex;
            flex-direction: column;
        }

        .card-content h3 {
            font-size: 14px;
        }

        .card-label {
            font-size: 12px;
        }

        .card-icon {
            margin-bottom: 0.5rem;
        }

        .card-badge {
            position: static;
            display: inline-flex;
            margin-top: 1rem;
        }

        .important-notice-box {
            padding: .25rem;
        }

        .notice-header {
            flex-direction: row;
            text-align: center;
        }

        .wu-features {
            flex-direction: column;
            gap: 1rem;
        }

        .feature-box {
            width: 100%;
            justify-content: center;
        }

        .wu-form {
            padding: 1.5rem 1rem;
        }

        .form-header h2 {
            font-size: 1rem;
            text-align: right;
        }

        .form-header p {
            font-size: .8rem;
            text-align: right;
        }

        .notice-header {

            margin-bottom: 0;
        }

        .info-cards-grid {
            margin-bottom: 1rem;
        }

    }

    @media (max-width: 575px) {
        .wu-header {
            margin-bottom: 2rem;
        }

        .wu-logo-large {
            width: 90px;
            height: 90px;
        }

        .wu-slash {
            font-size: 1.25rem;
        }

        .wu-letters {
            font-size: 2.5rem;
        }

        .info-cards-grid {
            gap: .4rem;
            display: flex;
        }

        .info-card {
            padding: .35rem;
            display: flex;
            flex-direction: column;
        }

        .card-content h3 {
            font-size: 14px;
        }

        .card-label {
            font-size: 12px;
        }

        .card-icon {
            margin-bottom: 0.5rem;
        }

        .card-badge {
            position: static;
            display: inline-flex;
            margin-top: 1rem;
        }

        .important-notice-box {
            padding: .25rem;
            width: 100%;
        }

        .notice-header {
            flex-direction: row;
            text-align: center;
        }

        .wu-features {
            flex-direction: column;
            gap: 1rem;
        }

        .feature-box {
            width: 100%;
            justify-content: center;
        }

        .wu-form {
            padding: .5rem 1rem;
        }

        .form-header h2 {
            font-size: 1rem;
            text-align: right;
        }

        .form-header p {
            font-size: .8rem;
            text-align: right;
        }

        .notice-header {

            margin-bottom: 0;
        }

        .info-cards-grid {
            margin-bottom: 1rem;
        }

        .card-icon {
            width: 40px;
            height: 40px;
        }

        .card-icon i {
            font-size: 20px;
        }

        .notice-header h4 {
            font-size: 12px;
        }

        .wu-send-hero {
            padding: 70px 0 20px;
        }

    }

}


/************************ End Western Page ************************************/



/********************************** End New Design Page ***************************/


/* ========================================
   TOOLTIPS
======================================== */
.tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 0.2rem;
    cursor: help;
    position: relative;
    color: var(--primary);
    transition: all 0.3s ease;
}

.tooltip-icon i {
    font-size: 0.875rem;
}

.tooltip-icon:hover {
    transform: scale(1.2);
    color: #F5D876;
}

/********************************************** Start Confirmation Page ***************************************/



/* ========================================
   MAIN CONTAINER
======================================== */
.confirmation-page {
    position: relative;
    z-index: 1;

}

.confirmation-page .container {
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   SUCCESS HEADER
======================================== */
.success-header {
    text-align: center;
    margin-bottom: 1.5rem;
    animation: fadeInDown 0.8s ease backwards;
}

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

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

.success-animation {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
}

.checkmark-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.checkmark {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: var(--white);
    stroke-miterlimit: 10;
    box-shadow: 0 10px 40px rgba(16, 185, 129, 0.3);
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke: var(--success);
    stroke-width: 3;
    stroke-miterlimit: 10;
    fill: var(--success);
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: var(--white);
    stroke-width: 3;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: 0 10px 50px rgba(16, 185, 129, 0.5);
    }
}

/* Sparkles */
.sparkle {
    position: absolute;
    font-size: 1.5rem;
    opacity: 0;
    animation: sparkle-float 3s ease-out infinite;
}

.sparkle-1 {
    left: 10%;
    top: 10%;
    animation-delay: 0.5s;
}

.sparkle-2 {
    right: 10%;
    top: 15%;
    animation-delay: 0.8s;
}

.sparkle-3 {
    left: 15%;
    bottom: 10%;
    animation-delay: 1.1s;
}

.sparkle-4 {
    right: 15%;
    bottom: 15%;
    animation-delay: 1.4s;
}

.sparkle-5 {
    left: 50%;
    top: 5%;
    animation-delay: 1.7s;
}

.sparkle-6 {
    right: 50%;
    bottom: 5%;
    animation-delay: 2s;
}

@keyframes sparkle-float {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-20px) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-40px) scale(0);
    }
}

.success-title {
    font-size: 17px;
    font-weight: 900;
    color: var(--dark);
    margin-bottom: 0.75rem;
    background: linear-gradient(135deg, var(--success) 0%, #34d399 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleGlow 2s ease-in-out infinite;
}

@keyframes titleGlow {
    0%, 100% {
        filter: drop-shadow(0 0 10px rgba(16, 185, 129, 0.3));
    }

    50% {
        filter: drop-shadow(0 0 20px rgba(16, 185, 129, 0.6));
    }
}

.success-subtitle {
    font-size: 1rem;
    color: var(--gray);
    margin-bottom: 1.25rem;
}

/* Customer Name Display */
.customer-name-display {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.5rem;
    background: #fff;
    border: 2px dashed rgb(0 0 0 / 61%);
    border-radius: 50px;
    animation: fadeInUp 0.8s ease 0.3s backwards;
}

.name-label {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--gray);
}

.name-value {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark);
}

/* ========================================
   ORDER SUMMARY COMPACT
======================================== */
.order-summary-compact {
    background: var(--white);
    border-radius: 16px;
    padding: 1.25rem 5px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    animation: fadeInUp 0.8s ease 0.4s backwards;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0;
}

.summary-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray);
}

.summary-label i {
    color: #12b981;
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
}

.summary-value {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
    border: 1px solid #ccc;
    padding: 2px 15px;
    min-width: 110px;
    text-align: center;
    border-radius: 20px;
    background: #eef7fe;
}

.summary-value.badge {
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
    border: none;
    padding: 7px 10px;
}

.summary-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(219, 173, 43, 0.2) 50%, transparent 100%);
    margin: 0.25rem 0;
}

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

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

/* ========================================
   ALERTS
======================================== */
.confirmation-page .alert {
    display: flex;
    gap: 1rem;
    padding: .25rem;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease backwards;
}

.confirmation-page .alert p {
    font-size: 14px;
    color: #dc3545;
}

.deposit_alert {
    margin: 10px;
    display: block;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.alert-warning {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(251, 191, 36, 0.05) 100%);
    border: 2px solid rgba(245, 158, 11, 0.3);
}

.alert-info {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(96, 165, 250, 0.05) 100%);
    border: 2px solid rgba(59, 130, 246, 0.3);
}

.pulse-alert {
    animation: fadeInUp 0.8s ease backwards, pulse-border 2s ease-in-out infinite;
    animation-delay: 0s, 0.8s;
}

@keyframes pulse-border {
    0%, 100% {
        border-color: rgba(245, 158, 11, 0.3);
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4);
    }

    50% {
        border-color: rgba(245, 158, 11, 0.6);
        box-shadow: 0 0 0 10px rgba(245, 158, 11, 0);
    }
}

.alert-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.alert-warning .alert-icon-wrapper {
    background: linear-gradient(135deg, var(--warning) 0%, #fbbf24 100%);
}

.alert-info .alert-icon-wrapper {
    background: linear-gradient(135deg, var(--info) 0%, #60a5fa 100%);
}

.alert-icon-wrapper i {
    color: var(--white);
    font-size: 1.5rem;
}

.alert-content h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: var(--dark);
}

.alert-content p {
    font-size: 0.9375rem;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

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

.highlight-text {
    color: var(--danger) !important;
    font-weight: 700 !important;
}

/* ========================================
   WHATSAPP CTA
======================================== */
.whatsapp-cta {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 16px;
    margin-bottom: 1.5rem;
    text-decoration: none;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease backwards;
}

.whatsapp-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(37, 211, 102, 0.4);
}

.whatsapp-cta-icon {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.whatsapp-cta-icon i {
    font-size: 1.75rem;
    color: var(--white);
}

.whatsapp-cta-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.whatsapp-cta-title {
    font-size: 1.0625rem;
    font-weight: 900;
    color: var(--white);
}

.whatsapp-cta-subtitle {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.9);
}

.whatsapp-cta-subtitle strong {
    font-weight: 900;
    color: var(--white);
}

.whatsapp-cta-arrow {
    font-size: 1.25rem;
    color: var(--white);
    transition: transform 0.3s ease;
}

.whatsapp-cta:hover .whatsapp-cta-arrow {
    transform: translateX(-5px);
}

/* ========================================
   CARD STYLES
======================================== */
.card {
    background: var(--white);
    border-radius: 20px;
    padding: 1.75rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    animation: fadeInUp 0.8s ease backwards;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(219, 173, 43, 0.1);
}

.card-header i {
    font-size: 1.5rem;
    color: var(--primary);
}

.card-header h3 {
    font-size: 1.125rem;
    font-weight: 900;
    color: var(--dark);
    line-height: 1.4;
}



/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 767px) {
    .confirmation-page {
        padding: 0
    }

    .card {
        padding: 1.5rem;
    }

    .success-animation {
        width: 100px;
        height: 100px;
    }

    .success-title {
        font-size: 1rem;
    }

    .success-subtitle {
        font-size: 0.9375rem;
    }

    .customer-name-display {
        padding: 0.2rem 1.25rem;
    }

    .name-label {
        font-size: 0.875rem;
    }

    .name-value {
        font-size: 1rem;
    }

    .alert {
        flex-direction: column;
        text-align: center;
    }

    .alert-icon-wrapper {
        margin: 0 auto;
    }

    .whatsapp-cta {
        flex-direction: row;
        text-align: center;
        gap: 0.75rem;
    }

    .whatsapp-cta-arrow {
        display: none;
    }

    .account-number {
        font-size: 1.125rem;
        letter-spacing: 1px;
    }

    .payment-badges {
        justify-content: center;
    }

    .upload-area {
        padding: 2rem 1rem;
    }

    .upload-icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .upload-icon-wrapper i {
        font-size: 1.75rem;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        left: 20px;
    }

    .whatsapp-icon i {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    .card {
        padding: 1.25rem;
    }

    .card-header h3 {
        font-size: 1rem;
    }

    .account-number {
        font-size: 1rem;
    }

    .sparkle {
        font-size: 1.25rem;
    }
}




/********************************************* End Confirmation Page *********************************************/


/***************************** Start New Design ****************************/

/***************************** End New Design *******************************/

.service-hero-icon {
    background: linear-gradient(135deg, #DBAD2B, #FFD700);
    color: #000;
    margin-left: 10px;
}


/********************************** Start New Tracking Order *****************************/

.tracking-order-page {

    background: linear-gradient(135deg, #f8f9fa 0%, #fff5e6 100%);


    .brand {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        text-decoration: none;
        color: #333;
    }

    .brand-text {
        font-size: 1.5rem;
        font-weight: 800;
        background: linear-gradient(135deg, #dbad2b, #ffd700);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .nav-menu {
        display: flex;
        gap: 2rem;
        align-items: center;
    }

    .nav-link {
        color: #333;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.3s;
    }

    .nav-link:hover {
        color: #dbad2b;
    }

    /* Container */
    .container {
        max-width: 900px;
        margin: 0 auto;
        padding: 3rem 2rem;
    }

    /* Header Section */
    .page-header {
        text-align: center;
        margin-bottom: 3rem;
    }

    .iraqi-flag-small {
        width: 60px;
        height: 40px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        margin: 0 auto 1.5rem;
        animation: wave 3s ease-in-out infinite;
    }

    @keyframes wave {

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

        25% {
            transform: rotate(-2deg);
        }

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

    .flag-stripe {
        width: 100%;
        height: 33.33%;
    }

    .flag-red {
        background: #ce1126;
    }

    .flag-white {
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.5rem;
        color: #007a3d;
        font-weight: 900;
    }

    .flag-black {
        background: #000;
    }

    .page-title {
        font-size: 2.5rem;
        font-weight: 900;
        color: #333;
        margin-bottom: 0.5rem;
    }

    .page-title .highlight {
        background: linear-gradient(135deg, #dbad2b, #ffd700);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .page-subtitle {
        font-size: 1.1rem;
        color: #666;
    }

    /* Search Card */
    .search-card {
        background: #fff;
        border-radius: 25px;
        padding: 2.5rem;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        margin-bottom: 2rem;
    }

    .search-label {
        font-size: 1.2rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .search-label i {
        color: #dbad2b;
    }

    .search-form {
        display: flex;
        gap: 1rem;
    }

    .search-input {
        flex: 1;
        padding: 1rem 1.5rem;
        border: 2px solid #e0e0e0;
        border-radius: 15px;
        font-size: 1.1rem;
        font-family: "Tajawal", sans-serif;
        transition: all 0.3s;
    }

    .search-input:focus {
        outline: none;
        border-color: #dbad2b;
        box-shadow: 0 0 0 3px rgba(219, 173, 43, 0.1);
    }

    .search-btn {
        padding: 1rem 2.5rem;
        background: linear-gradient(135deg, #dbad2b, #ffd700);
        border: none;
        border-radius: 15px;
        color: #000;
        font-size: 1.1rem;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
    }

    .search-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(219, 173, 43, 0.4);
    }

    /* Example Orders */
    .example-section {
        text-align: center;
        margin-bottom: 3rem;
    }

    .example-title {
        font-size: 0.95rem;
        color: #888;
        margin-bottom: 0.75rem;
    }

    .example-orders {
        display: flex;
        justify-content: center;
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .example-order {
        padding: 0.5rem 1rem;
        background: #fff;
        border: 2px solid #e0e0e0;
        border-radius: 10px;
        color: #666;
        cursor: pointer;
        transition: all 0.3s;
        font-size: 0.9rem;
    }

    .example-order:hover {
        border-color: #dbad2b;
        color: #dbad2b;
        transform: translateY(-2px);
    }

    /* Order Result Card */
    .order-result {
        background: #fff;
        border-radius: 25px;
        padding: 2.5rem;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        display: none;
        animation: fadeIn 0.5s;
    }

    .order-result.show {
        display: block;
    }

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

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

    /* Order Header */
    .order-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 1.5rem;
        border-bottom: 2px solid #f0f0f0;
        margin-bottom: 2rem;
    }

    .order-number {
        font-size: 1.5rem;
        font-weight: 800;
        color: #333;
    }

    .order-number span {
        color: #dbad2b;
    }

    .order-status-badge {
        padding: 0.65rem 1.5rem;
        border-radius: 50px;
        font-weight: 700;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .status-pending {
        background: linear-gradient(135deg, #ffa500, #ff8c00);
        color: #fff;
    }

    .status-processing {
        background: linear-gradient(135deg, #4ecdc4, #44a08d);
        color: #fff;
    }

    .status-completed {
        background: linear-gradient(135deg, #a8e6cf, #56ab2f);
        color: #000;
    }

    .status-cancelled {
        background: linear-gradient(135deg, #ce1126, #ff6b6b);
        color: #fff;
    }

    /* Timeline */
    .timeline {
        position: relative;
        padding-right: 3rem;
        margin-bottom: 2rem;
    }

    .timeline::before {
        content: "";
        position: absolute;
        right: 11px;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(to bottom, #dbad2b, #e0e0e0);
    }

    .timeline-item {
        position: relative;
        margin-bottom: 2rem;
    }

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

    .timeline-dot {
        position: absolute;
        right: -3rem;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 0.8rem;
        z-index: 2;
    }

    .timeline-item.active .timeline-dot {
        background: linear-gradient(135deg, #dbad2b, #ffd700);
        box-shadow: 0 0 0 4px rgba(219, 173, 43, 0.2);
        animation: pulse-dot 2s infinite;
    }

    .timeline-item.completed .timeline-dot {
        background: linear-gradient(135deg, #a8e6cf, #56ab2f);
    }

    .timeline-item.pending .timeline-dot {
        background: #e0e0e0;
    }

    @keyframes pulse-dot {

        0%,
        100% {
            box-shadow: 0 0 0 4px rgba(219, 173, 43, 0.2);
        }

        50% {
            box-shadow: 0 0 0 8px rgba(219, 173, 43, 0.1);
        }
    }

    .timeline-content {
        background: #f8f9fa;
        padding: 1.25rem 1.5rem;
        border-radius: 15px;
        border-right: 3px solid transparent;
        transition: all 0.3s;
    }

    .timeline-item.active .timeline-content {
        background: linear-gradient(135deg,
                rgba(219, 173, 43, 0.1),
                rgba(255, 215, 0, 0.05));
        border-right-color: #dbad2b;
    }

    .timeline-item.completed .timeline-content {
        border-right-color: #56ab2f;
    }

    .timeline-title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 0.25rem;
    }

    .timeline-time {
        font-size: 0.85rem;
        color: #888;
        margin-bottom: 0.5rem;
    }

    .timeline-description {
        font-size: 0.95rem;
        color: #666;
        line-height: 1.6;
    }

    /* Order Details */
    .order-details {
        background: #f8f9fa;
        border-radius: 15px;
        padding: 1.5rem;
        margin-top: 2rem;
    }

    .details-title {
        font-size: 1.2rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 1.25rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .details-title i {
        color: #dbad2b;
    }

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

    .detail-item {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .detail-label {
        font-size: 0.85rem;
        color: #888;
        font-weight: 600;
    }

    .detail-value {
        font-size: 1.05rem;
        color: #333;
        font-weight: 700;
    }

    .detail-value.amount {
        color: #dbad2b;
        font-size: 1.3rem;
    }

    /* Action Buttons */
    .action-buttons {
        display: flex;
        gap: 1rem;
        margin-top: 2rem;
        flex-wrap: wrap;
    }

    .action-btn {
        flex: 1;
        min-width: 200px;
        padding: 1rem 1.5rem;
        border: none;
        border-radius: 15px;
        font-size: 1rem;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s;
        font-family: "Tajawal", sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        text-decoration: none;
    }

    .action-btn-primary {
        background: linear-gradient(135deg, #dbad2b, #ffd700);
        color: #000;
    }

    .action-btn-secondary {
        background: #fff;
        color: #333;
        border: 2px solid #e0e0e0;
    }

    .action-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    /* WhatsApp Float */
    .whatsapp-float {
        position: fixed;
        bottom: 2rem;
        left: 2rem;
        width: 65px;
        height: 65px;
        background: #25d366;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        color: #fff;
        box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
        cursor: pointer;
        z-index: 999;
        animation: whatsapp-pulse 2s infinite;
        text-decoration: none;
    }

    @keyframes whatsapp-pulse {

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

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

    /* Loading State */
    .loading {
        text-align: center;
        padding: 3rem;
        display: none;
    }

    .loading.show {
        display: block;
    }

    .spinner {
        width: 50px;
        height: 50px;
        border: 4px solid #f0f0f0;
        border-top-color: #dbad2b;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin: 0 auto 1rem;
    }

    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }

    .loading-text {
        color: #666;
        font-size: 1.1rem;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .container {
            padding: 2rem 1rem;
        }

        .search-card {
            padding: 1.5rem;
        }

        .search-form {
            flex-direction: column;
        }

        .search-btn {
            justify-content: center;
        }

        .order-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
        }

        .timeline {
            padding-right: 2.5rem;
        }

        .timeline-dot {
            right: -2.5rem;
            width: 24px;
            height: 24px;
        }

        .order-result {
            padding: 1.5rem;
        }

        .details-grid {
            grid-template-columns: 1fr;
        }

        .action-buttons {
            flex-direction: column;
        }

        .action-btn {
            min-width: 100%;
        }

        .whatsapp-float {
            width: 55px;
            height: 55px;
            bottom: 1rem;
            left: 1rem;
            font-size: 1.75rem;
        }
    }
}

/********************************** End Tracking Order *****************************/

.confirm_alert_danger {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.05) 0%, rgba(220, 38, 38, 0.08) 100%);
    border-color: #dc3545;
}

.confirm_alert_danger .alert-icon-wrapper {
    background-color: #dc3545;
}