.touch-landing-hero {
    position: relative;
    width: 100%;
    min-height: 500px;
    /* background: url('/landing/summer2/newDesignHeader.png') top center/cover no-repeat; */
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    direction: rtl;
}

.touch-landing-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 90px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(74, 42, 26, 0.8) 70%, #2d160c 100%);
    pointer-events: none;
}

.touch-landing-hero .logo {
    position: absolute;
    top: 73px;
    left: 50%;
    transform: translateX(-50%);
    /* max-width: 180px; */
    height: 100px;
    z-index: 2;
    background: transparent !important;
    box-shadow: none !important;
}

.touch-landing-hero .main-title {
    position: absolute;
    left: 60px;
    top: 200px;
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    text-shadow: 0 2px 8px #0005;
    line-height: 1.2;
    text-align: right;
    max-width: 500px;
}

.touch-landing-hero .form-box {
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    width: 399px;
    margin: 120px 60px 40px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    z-index: 2;
    position: absolute;
    right: 60px;
    top: 260px;
}

.touch-landing-hero .form-box form {
    padding: 32px 24px;
}

.touch-landing-hero .form-box label {
    font-weight: bolder;
    margin-bottom: 6px;
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: right;
}

.touch-landing-hero .form-box input,
.touch-landing-hero .form-box select {
    width: 100%;
    margin-bottom: 14px;
    padding: 11px 13px 6px;
    border-radius: 6px !important;
    border: 1px solid #ccc;
    background: #E2CB9E;
    color: #fff;
    opacity: .6;
    height: 45px;
}

.touch-landing-hero .form-box input::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 16px;
}

.touch-landing-hero .form-box input {
    color: #000;
    font-weight: bold;
}

.touch-landing-hero .form-box button {
    background: transparent linear-gradient(90deg, #b79756 0%, #f1e1b9 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #889587;
    padding: 14px 30px 14px 50px;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 30px;
    position: relative;
    text-align: right;
    font-size: 1.1em;
    font-weight: bold;
    transition: all 0.2s ease;
}

.touch-landing-hero .form-box button::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 6px;
    width: 34px;
    height: 34px;
    background: #FFFFFF47 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>') center/60% no-repeat;
    border-radius: 50%;
}

.touch-landing-hero .form-box button:hover {
    background: transparent linear-gradient(90deg, #f1e1b9 0%, #b79756 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.touch-landing-hero .form-box .btn.bold-button {
    background: transparent linear-gradient(90deg, #b79756 0%, #f1e1b9 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #889587;
    padding: 10px 25px 10px 40px;
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
    color: #fff;
    border: none;
    border-radius: 25px;
    position: relative;
    text-align: right;
    font-size: 1em;
    font-weight: bold;
    transition: all 0.2s ease;
}

.touch-landing-hero .form-box .btn.bold-button::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 30px;
    height: 30px;
    background: #FFFFFF47 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>') center/60% no-repeat;
    border-radius: 50%;
}

.touch-landing-hero .form-box .btn.bold-button:hover {
    background: transparent linear-gradient(90deg, #f1e1b9 0%, #b79756 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.touch-landing-hero .form-icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    width: 100%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    padding: 32px 24px;
}

.touch-landing-hero .form-icon-item {
    display: flex;
    align-items: center;
    border-radius: 14px;
    padding: 6px 28px 6px 28px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.touch-landing-hero .form-icon-item span {
    font-weight: bold;
    font-size: 1.08em;
    color: #E2CB9E;
    margin-left: 4px;
}

.touch-landing-hero .form-icon-item:hover {
    background: #E2CB9E;
}

.touch-landing-hero .form-icon-item:hover span {
    color: #fff;
}

.touch-landing-hero .active {
    background: #E2CB9E;
    color: #fff;
}

.touch-landing-hero .active span {
    color: #fff;
}

.touch-landing-hero .form-icon-item img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 12px;
}

.form-section {
    display: none;
}

.touch-section {
    padding: 48px 0 32px 0;
    background: linear-gradient(180deg, #4a2a1a 0%, #2d160c 100%);
    color: #fff;
}

.touch-section.bg-gold {
    background: #3B170E;
    color: #fff;
    padding-top: 448px;
    padding-bottom: 64px;
}

.touch-section .services-header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin-bottom: 24px;
    width: 100%;
    max-width: 500px;
    margin-right: 0;
    margin-left: auto;
}

.touch-section .services-header h2 {
    color: #fff;
}

.touch-section .services-header p {
    color: #fff;
}

.touch-section .services-header .arrows {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.touch-cards {
    display: flex;
    gap: 36px;
    overflow-x: hidden;
    padding-bottom: 16px;
    margin-top: 18px;
}

.touch-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px #0001;
    min-width: 370px;
    max-width: 370px;
    flex: 0 0 370px;
    overflow: hidden;
    direction: rtl;
}

.touch-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.touch-card .card-body {
    padding: 16px;
    text-align: right;
}

.touch-card .card-title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 8px;
    text-align: right;

}

.touch-card .card-price {
    color: #bfa16a;
    font-weight: bold;
    font-size: 1.2em;
    text-align: right;

}

.touch-card .card-btn {
    background: transparent linear-gradient(90deg, #b79756 0%, #f1e1b9 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #889587;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 25px 12px 45px;
    margin-top: 10px;
    font-size: 1em;
    cursor: pointer;
    position: relative;
    text-align: right;
    font-weight: bold;
    transition: all 0.2s ease;
    text-decoration: none;
}

.touch-card .card-btn::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 6px;
    width: 37px;
    height: 36px;
    background: #FFFFFF47 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>') center/60% no-repeat;
    border-radius: 50%;
}

.touch-card .card-btn:hover {
    background: transparent linear-gradient(90deg, #f1e1b9 0%, #b79756 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    text-decoration: none;
}

.card-btn {
    display: block;
    margin: 20px auto 0 auto;
    width: fit-content;
}

.touch-stats {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 32px 0 0 0;
}

.touch-stat {
    text-align: center;
    padding: 0 60px;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.touch-stat-sep {
    width: 110px;
    height: 2px;
    background: #013243;
    border-radius: 2px;
    margin: 0 0;
}

.touch-stat .stat-num {
    font-size: 24px;
    font-weight: bold;
    color: #013243;
}

.touch-stat .stat-label {
    font-size: 24px;
}

.touch-stat .stat-icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.touch-testimonial {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px #0001;
    max-width: 1200px;
    width: 100%;
    margin: 64px auto 0 auto;
    padding: 32px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-direction: row-reverse;
    direction: rtl;
}

.testimonial-img-rect {
    position: relative;
    width: 110px;
    height: 110px;
    background: #bfa16a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
}

.testimonial-img-rect img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: none;
    border-radius: 8px;
}

.touch-testimonial .testimonial-content {
    flex: 1;
    text-align: right;
}

.touch-testimonial .testimonial-name {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 4px;
}

.touch-testimonial .testimonial-stars {
    color: #D1AC49;
    margin-bottom: 8px;
}

.touch-testimonial .testimonial-text {
    margin-bottom: 8px;
}

.touch-testimonial .testimonial-author {
    margin-top: 8px;
    color: #bfa16a;
    font-weight: bold;
}

.touch-section .arrow-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #bfa16a 60%, #7c5a2a 100%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.2s, background 0.2s;
    box-shadow: 0 4px 16px #bfa16a55;
    position: relative;
}

.touch-section .arrow-btn svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    stroke: #fff;
    stroke-width: 2.5;
}

.touch-section .arrow-btn:hover {
    background: linear-gradient(135deg, #7c5a2a 60%, #bfa16a 100%);
    box-shadow: 0 6px 24px #bfa16a99;
}

.payment-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    font-size: 1.05em;
    color: #fff;
    justify-content: flex-start;
}

.payment-note .pay-logo {
    height: 18px;
    background: #fff;
    border-radius: 6px;
    padding: 1px 4px;
    box-shadow: 0 1px 4px #0001;
}

.terms-note {
    font-size: 0.92em;
    color: #e5d3b3;
    margin-top: 6px;
    text-align: right;
}

.testimonial-section {
    display: flex;
    background: #bfa16a;
    border-radius: 36px;
    overflow: hidden;
    min-height: 350px;
    margin-top: 64px;
}

.testimonial-img-side {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 350px;
    background: #fff !important;
}

.testimonial-img-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 220px;
    height: 220px;
    background: #bfa16a;
    border-top-right-radius: 220px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1;
}

.testimonial-img-side img {
    position: relative;
    bottom: -2px;
    left: -64px;
    z-index: 2;
    width: 385px;
    height: 260px;
    object-fit: contain;
    border-radius: 18px;
    background: transparent !important;
}

.testimonial-content-side {
    background: #fff;
    flex: 1;
    padding: 48px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.testimonial-title {
    font-size: 2.3em;
    font-weight: bold;
    margin-bottom: 24px;
}

.testimonial-stars {
    color: #bfa16a;
    font-size: 2em;
    margin-bottom: 18px;
}

.testimonial-text {
    font-size: 1.1em;
    color: #222;
    margin-bottom: 24px;
    max-width: 90%;
}

.testimonial-author {
    font-weight: bold;
    font-size: 1.3em;
    color: #222;
    margin-top: 12px;
}

@media (max-width: 900px) {
    .touch-stat-sep {
        display: none;
    }

    .testimonial-section {
        flex-direction: column;
    }

    .testimonial-img-side,
    .testimonial-content-side {
        flex: none;
        width: 100%;
        min-height: 180px;
        overflow: hidden;
    }

    .testimonial-content-side {
        padding: 24px 16px;
    }

    .testimonial-img-side img {
        bottom: -7px;
    }
}

@media (max-width: 600px) {
    .touch-landing-hero {
        min-height: 300px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* background: url('/landing/summer2/newDesignHeader.png') top center/cover no-repeat; */
        padding: 16px 0;
    }

    .touch-landing-hero .logo {
        position: absolute;
        top: 62px;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        z-index: 2;
        background: transparent !important;
        box-shadow: none !important;
        width: 150px;
    }

    .touch-landing-hero .main-title {
        position: static;
        margin: 8px auto;
        font-size: 1.8em;
        text-align: center;
        text-shadow: none;
    }

    .touch-landing-hero .form-box {
        display: none;
    }

    .form-section {
        display: block;
        padding: 16px 0;
        background: #3b170e;
    }

    .form-section .form-box {
        margin: 0 auto !important;
        width: 90vw;
        max-width: 360px;
        background: rgba(255, 255, 255, 0.20);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        border-radius: 16px;
    }

    .form-section .form-box form {
        padding: 24px 16px;
    }

    .form-section .form-box label {
        font-weight: bolder;
        margin-bottom: 6px;
        display: block;
        font-size: 16px;
        color: #b18a3e;
        text-align: right;
    }

    .form-section .form-icons {
        position: absolute;
        top: 234px;
        width: 90vw;
        max-width: 360px;
        z-index: 3;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-radius: 12px;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
        padding: 16px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    .form-section .form-box {
        margin-top: 180px;
        width: 90vw;
        max-width: 360px;
        background: rgba(255, 255, 255, 0.20);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        border-radius: 16px;
    }

    .form-section .form-box input,
    .form-section .form-box select {
        width: 100%;
        margin-bottom: 12px;
        padding: 10px 12px;
        border-radius: 6px !important;
        border: 1px solid #ccc;
        background: #E2CB9E;
        color: #fff;
        opacity: .6;
        height: 40px;
    }

    .form-section .form-box input::placeholder {
        color: #fff;
        opacity: 1;
        font-size: 14px;
    }

    .form-section .form-box input {
        color: #000;
        font-weight: bold;
    }

    .form-section .form-box button {
        background: transparent linear-gradient(90deg, #b79756 0%, #f1e1b9 100%) 0% 0% no-repeat padding-box;
        box-shadow: 3px 4px 15px #889587;
        padding: 9px 30px 14px 50px;
        width: 100%;
        color: #fff;
        border: none;
        border-radius: 30px;
        position: relative;
        text-align: right;
        font-size: 1em;
        font-weight: bold;
        transition: all 0.2s ease;
    }

    .form-section .form-box button::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        width: 34px;
        height: 34px;
        background: #FFFFFF47 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>') center/60% no-repeat;
        border-radius: 50%;
    }

    .form-section .form-box button:hover {
        background: transparent linear-gradient(90deg, #f1e1b9 0%, #b79756 100%) 0% 0% no-repeat padding-box;
        color: #fff;
    }

    .form-section .form-box .btn.bold-button {
        background: transparent linear-gradient(90deg, #b79756 0%, #f1e1b9 100%) 0% 0% no-repeat padding-box;
        box-shadow: 3px 4px 15px #889587;
        padding: 10px 25px 10px 40px;
        width: 80%;
        max-width: 250px;
        margin: 0 auto;
        display: block;
        color: #fff;
        border: none;
        border-radius: 25px;
        position: relative;
        text-align: right;
        font-size: 0.95em;
        font-weight: bold;
        transition: all 0.2s ease;
    }

    .form-section .form-box .btn.bold-button::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 2px;
        width: 30px;
        height: 30px;
        background: #FFFFFF47 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>') center/60% no-repeat;
        border-radius: 50%;
    }

    .form-section .form-box .btn.bold-button:hover {
        background: transparent linear-gradient(90deg, #f1e1b9 0%, #b79756 100%) 0% 0% no-repeat padding-box;
        color: #fff;
    }



    .form-section .form-icon-item {
        display: flex;
        align-items: center;
        border-radius: 12px;
        padding: 6px 20px;
        cursor: pointer;
        transition: all 0.5s ease;
    }

    .form-section .form-icon-item span {
        font-weight: bold;
        font-size: 1em;
        color: #E2CB9E;
        margin-left: 4px;
    }

    .form-section .form-icon-item:hover {
        background: #E2CB9E;
    }

    .form-section .form-icon-item:hover span {
        color: #fff;
    }

    .form-section .active {
        background: #E2CB9E;
        color: #fff;
    }

    .form-section .active span {
        color: #fff;
    }

    .form-section .form-icon-item img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 10px;
    }

    .form-section .form-icon-item {
        flex-direction: row-reverse;
    }

    .form-section .payment-note {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 8px;
        margin-top: 16px;
        font-size: 0.95em;
        color: #333;
        justify-content: flex-start;
    }

    .form-section .payment-note .pay-logo {
        height: 16px;
        background: #fff;
        border-radius: 6px;
        padding: 1px 4px;
        box-shadow: 0 1px 4px #0001;
    }

    .form-section .terms-note {
        font-size: 0.85em;
        color: #666;
        margin-top: 6px;
        text-align: right;
    }

    .touch-stats {
        flex-direction: column;
        gap: 16px;
        margin: 24px 0;
    }

    .touch-stat {
        padding: 16px 0;
        min-width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .touch-stat-sep {
        display: none;
    }

    .touch-stat .stat-num {
        font-size: 28px;
        color: #fff;
    }

    .touch-stat .stat-label {
        font-size: 18px;
        color: #fff;
    }

    .touch-stat .stat-icon {
        width: 60px;
        height: 60px;
    }
}

.testimonial-radius-bg {
    position: absolute;
    left: 0px;
    bottom: -64px;
    width: 247px;
    height: 283px;
    background: #E2cB9E;
    border-top-right-radius: 98px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1;
}

div {
    font-family: 'Tajawal', sans-serif !important
}

input[type="radio"] {
    display: none;
}

.ss-btn i {
    left: 3px !important;
    transform: rotate(180deg);
}

.bookingButton {
    position: relative;
}

.ss-btn i {
    background: #fff;
    width: 27px;
    height: 27px;
    font-size: 16px;
    line-height: 27px !important;
    background: #FFFFFF47 0 0 no-repeat padding-box;
    position: absolute;
    left: 16px !important;
    top: 8px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}






.touch-landing-hero {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    direction: rtl;
    min-height: 666px;
}

input[type="radio"] {
    display: inline-block !important;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    vertical-align: middle;
}

.contact-form label[for] {
    display: inline-block !important;
}

.alert-danger {
    color: #67000a !important;
}

.row {
    text-align: start;
}

label {
    direction: rtl;
}

#mainform {
    display: table-cell;
    vertical-align: middle
}

.touch-landing-hero .form-box button {
    width: 100%;
    color: #fff;
    border: none;
    border-radius: -40px;
    padding: 10px;
    font-size: 1.1em;
    font-weight: bold;
    transition: all 0.2s ease;
    background: linear-gradient(to left, #a88a55, rgb(233, 198, 139));
}


.ss-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 35px;
    padding: 10px 20px;
    font-size: 1.1em;
    font-weight: bold;
    transition: all 0.2s ease;
    background: linear-gradient(to left, #a88a55, rgb(233, 198, 139));
    text-align: center;
}



.btn.ss-btn i {
    background: #fff;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background: #FFFFFF47 0 0 no-repeat padding-box;
    position: absolute;
    right: 285px;
    top: 0px;
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 600px) {
    .btn.ss-btn i {
        background: #fff;
        width: 36px;
        height: 34px;
        line-height: 37px;
        background: #FFFFFF47 0 0 no-repeat padding-box;
        position: absolute;
        right: 225px;
        top: 1px;
        border-radius: 50%;
        text-align: center;
    }
}

@media (max-width: 600px) {

    .form-group,
    .checkbox-outer,
    .terms,
    .alert-danger {
        text-align: right !important;
        direction: rtl !important;
    }

    .checkbox-outer {
        /* display: flex; */
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

    .checkbox-outer a.text-danger {
        text-align: right !important;
    }
}

.row {
    text-align: right;
    display: block !important;
}


.hidden-radio {
    opacity: 0 !important;
    position: absolute;
    pointer-events: none;
}

/* Header Navigation Section */
.header-nav-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

.header-nav-image {
    width: 100%;
    height: 75px;
    display: block;
    filter: sepia(30%) saturate(150%) hue-rotate(15deg) brightness(1.1);
}

/* Moving Text Overlay */
.moving-text-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 60px;
    overflow: hidden;
    background: transparent;
}

.moving-text {
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    line-height: 60px;
    animation: scroll-text 25s linear infinite;
    direction: rtl;
    font-family: 'Arial', sans-serif;
}

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

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

@media (max-width: 768px) {
    .moving-text {
        font-size: 12px;
        animation-duration: 20s;
    }

    .moving-text-overlay {
        height: 50px;
    }

    .moving-text {
        line-height: 50px;
    }

    .header-nav-image {
        height: 30px;
    }
}

@media (max-width: 480px) {
    .moving-text {
        font-size: 16px;
        animation-duration: 18s;
    }

    .moving-text-overlay {
        height: 45px;
    }

    .moving-text {
        line-height: 45px;
    }

    .header-nav-image {
        height: 20px;
    }
}

/* Mobile Privacy Policy Alignment */
@media (max-width: 600px) {
    .checkbox-outer {
        text-align: right !important;
        /* direction: rtl !important; */
    }

    .checkbox-outer a.text-danger {
        text-align: right !important;
    }
}

/* Fix for detecated landing - prevent duplicate arrow */
.btn.ss-btn::after {
    display: none !important;
}

/* Fix for detected landing button on mobile */

/* Medium screens (tablets) */
@media (max-width: 1024px) and (min-width: 601px) {
    .touch-landing-hero .form-box {
        right: 30px;
        top: 250px;
        width: 350px;
    }
}

@media (max-width: 900px) and (min-width: 601px) {
    .touch-landing-hero .form-box {
        right: 20px;
        top: 200px;
        width: 320px;
    }
}

@media (max-width: 768px) and (min-width: 601px) {
    .touch-landing-hero .form-box {
        right: 15px;
        top: 180px;
        width: 300px;
    }
}

@media (max-width: 600px) {
    .touch-landing-hero {
        /* min-height: 300px; */
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
        /* background: url('/landing/summer2/newDesignHeader.png') top center/cover no-repeat; */
        padding: 16px 0;
    }

    .touch-landing-hero .logo {
        position: absolute;
        top: 62px;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        z-index: 2;
        background: transparent !important;
        box-shadow: none !important;
        width: 150px;
    }

    .touch-landing-hero .main-title {
        position: static;
        margin: 8px auto;
        font-size: 1.8em;
        text-align: center;
        text-shadow: none;
    }

    .touch-landing-hero .form-box {
        display: none;
    }

    .form-section {
        display: block;
        padding: 16px 0;
        background: #3b170e;
    }

    .form-section .form-box {
        margin: 0 auto !important;
        width: 90vw;
        max-width: 360px;
        background: rgba(255, 255, 255, 0.20);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        border-radius: 16px;
    }

    .form-section .form-box form {
        padding: 24px 16px;
    }

    .form-section .form-box label {
        font-weight: bolder;
        margin-bottom: 6px;
        display: block;
        font-size: 16px;
        color: #b18a3e;
        text-align: right;
    }

    .form-section .form-icons {
        position: absolute;
        top: 263px;
        width: 90vw;
        max-width: 360px;
        z-index: 3;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-radius: 12px;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
        padding: 16px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    .form-section .form-box {
        margin-top: 180px;
        width: 90vw;
        max-width: 360px;
        background: rgba(255, 255, 255, 0.20);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        border-radius: 16px;
    }

    .form-section .form-box input,
    .form-section .form-box select {
        width: 100%;
        margin-bottom: 12px;
        padding: 10px 12px;
        border-radius: 6px !important;
        border: 1px solid #ccc;
        background: #E2CB9E;
        color: #fff;
        opacity: .6;
        height: 40px;
    }

    .form-section .form-box input::placeholder {
        color: #fff;
        opacity: 1;
        font-size: 14px;
    }

    .form-section .form-box input {
        color: #000;
        font-weight: bold;
    }

    .form-section .form-box button {
        background: transparent linear-gradient(90deg, #b79756 0%, #f1e1b9 100%) 0% 0% no-repeat padding-box;
        box-shadow: 3px 4px 15px #889587;
        padding: 9px 30px 14px 50px;
        width: 100%;
        color: #fff;
        border: none;
        border-radius: 30px;
        position: relative;
        text-align: right;
        font-size: 1em;
        font-weight: bold;
        transition: all 0.2s ease;
    }

    .form-section .form-box button::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        width: 34px;
        height: 34px;
        background: #FFFFFF47 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>') center/60% no-repeat;
        border-radius: 50%;
    }

    .form-section .form-box button:hover {
        background: transparent linear-gradient(90deg, #f1e1b9 0%, #b79756 100%) 0% 0% no-repeat padding-box;
        color: #fff;
    }

    .form-section .form-box .btn.bold-button {
        background: transparent linear-gradient(90deg, #b79756 0%, #f1e1b9 100%) 0% 0% no-repeat padding-box;
        box-shadow: 3px 4px 15px #889587;
        padding: 10px 25px 10px 40px;
        width: 80%;
        max-width: 250px;
        margin: 0 auto;
        display: block;
        color: #fff;
        border: none;
        border-radius: 25px;
        position: relative;
        text-align: right;
        font-size: 0.95em;
        font-weight: bold;
        transition: all 0.2s ease;
    }

    .form-section .form-box .btn.bold-button::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 2px;
        width: 30px;
        height: 30px;
        background: #FFFFFF47 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>') center/60% no-repeat;
        border-radius: 50%;
    }

    .form-section .form-box .btn.bold-button:hover {
        background: transparent linear-gradient(90deg, #f1e1b9 0%, #b79756 100%) 0% 0% no-repeat padding-box;
        color: #fff;
    }

    .form-section .form-icon-item {
        display: flex;
        align-items: center;
        border-radius: 12px;
        padding: 6px 20px;
        cursor: pointer;
        transition: all 0.5s ease;
    }

    .form-section .form-icon-item span {
        font-weight: bold;
        font-size: 1em;
        color: #E2CB9E;
        margin-left: 4px;
    }

    .form-section .form-icon-item:hover {
        background: #E2CB9E;
    }

    .form-section .form-icon-item:hover span {
        color: #fff;
    }

    .form-section .active {
        background: #E2CB9E;
        color: #fff;
    }

    .form-section .active span {
        color: #fff;
    }

    .form-section .form-icon-item img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 10px;
    }

    .form-section .form-icon-item {
        flex-direction: row-reverse;
    }

    .form-section .payment-note {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 8px;
        margin-top: 16px;
        font-size: 0.95em;
        color: #333;
        justify-content: flex-start;
    }

    .form-section .payment-note .pay-logo {
        height: 16px;
        background: #fff;
        border-radius: 6px;
        padding: 1px 4px;
        box-shadow: 0 1px 4px #0001;
    }

    .form-section .terms-note {
        font-size: 0.85em;
        color: #666;
        margin-top: 6px;
        text-align: right;
    }

    .touch-stats {
        flex-direction: column;
        gap: 16px;
        margin: 24px 0;
    }

    .touch-stat {
        padding: 16px 0;
        min-width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .touch-stat-sep {
        display: none;
    }

    .touch-stat .stat-num {
        font-size: 28px;
        color: #fff;
    }

    .touch-stat .stat-label {
        font-size: 18px;
        color: #fff;
    }

    .touch-stat .stat-icon {
        width: 60px;
        height: 60px;
    }
}



body {
    background-color: #3B170E !important;
}

.touch-landing-hero .form-box .btn.bold-button {
    box-shadow: none;

}

label {
    font-weight: 800 !important;
}

.touch-landing-hero .form-box input,
.touch-landing-hero .form-box select {
    color: #000;
}

@media (max-width: 600px) {
    .touch-landing-hero .form-box {
        display: unset;
        background: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-radius: 16px;
        width: 92% !important;
        margin: 0 auto;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
        z-index: 2;
        position: absolute;
        top: 400px;
        right: auto;
    }

    .top-banner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .moving-text {
        font-size: 8px;
    }
}

    @media (max-width: 600px) {
       .touch-landing-hero .form-box,
       .form-section .form-box {
           position: static !important;
           width: auto !important;
           margin: 32px 16px !important;
           margin-top: 140px !important;
           left: auto !important;
           top: auto !important;
           transform: none !important;
           z-index: 3 !important;
       }

       /* ensure the hero banner doesn't overlap the form */
       .touch-landing-hero .top-banner {
           display: block;
           width: 100%;
           height: auto;
       }

       /* give the stats section clear spacing and normal flow */
       .touch-section.bg-gold {
           position: relative !important;
           clear: both !important;
           margin-top: 16px !important;
           padding-top: 24px !important;
       }
   }