body {
    margin: 0px;
    font-family: 'Albert Sans', 'Segoe UI', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

.btn-stroke {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

.bg-overlay {
    background: rgba(10, 10, 10, 0.541) !important;
}

.about-video{
    width: 90%;
    max-width:500px;
}

#backToTopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #E42350;
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(34, 34, 34, 0.3);
    transition: background-color 0.3s;
}

#backToTopBtn:hover {
    background-color: #0089DA;
    color: #fff;
    border: 1px solid #fff;
}

.d-flex {
    display: flex !important;
}

.text-white {
    color: white;
}

.d-none {
    display: none !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.pointer {
    cursor: pointer;
}

.position-relative {
    position: relative !important;
}

.flex-column {
    flex-direction: column !important;
}

.d-b-screen {
    display: block;
}

.d-n-screen {
    display: none;
}

.larger {
    font-size: larger;
}

.x-large {
    font-size: x-large;
}

.pd-10 {
    padding: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.border-b-1 {
    border-bottom: 1px solid #f0f0f0;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.541);
    z-index: 0;
}

.partner-img {
    width: 120px;
    padding: 30px 0px;
}

/* Header */
.header {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.header-details {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 20%;
    height: auto;
}

.logo img {
    width: 120px;
    height: auto;
}

.header-shortcuts {
    font-size: 16px;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-shortcuts a {
    transition: all 0.3s ease;
}

.header-shortcuts a:hover {
    font-weight: bold;
    background: linear-gradient(to right, #E42350, #FF9428, #0189DA);
    background-clip: text;
    /* Standard */
    -webkit-background-clip: text;
    /* WebKit browsers (Chrome, Safari, Edge) */
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* Standard equivalent */
}

#menu {
    background: #fff;
    padding: 20px;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    height: 90vh;
    width: 500px;
    border-left: 1px solid #f0f0f0;
    position: absolute;
    right: 0px;
    z-index: 95;
}

.menu-title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #d15252;
    font-size: bold;
}

.menu-list {
    margin: 30px 10px;
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1.5s ease-in forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hero {
    height: max-content;
    padding: 40px 0px;
    max-height: 100vh;
    overflow: hidden;
    background-color: #6E152A;
}

.hero-phone {
    position: absolute;
    right: 40px;
}

.gradient-hover {
    transition: all 0.3s ease;
}

.gradient-hover:hover {
    background: linear-gradient(to right, #E42350, #FF9428, #0189DA);
    width: 50%;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero .container {
    z-index: 1;
}

.hero h1 {
    font-size: 48px;
}

.section-title {
    margin: 60px 0 30px;
}

.banner {
    height: 300px !important;
    background-color: #E42350;
    background: linear-gradient(to right, #E42350, #FF9428, #0189DA);
}

.card {
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none !important;
}

.cta-section {
    background: url(../imgs/thumbnail/thumb_26.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

/* Footer */
.footer {
    width: 100%;
    height: auto;
    background-color: #171717;
    color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 60px 0px 100px 0px;
    margin-bottom: -5px;
}

.footer-logo {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
    margin-left: -10px;
}

.footer-box {
    display: block;
}

.footer-box div {
    margin-bottom: 20px;
}

.footer-box h4 {
    padding-bottom: 20px;
    font-weight: bold;
    background: linear-gradient(to right, #E42350, #FF9428, #0189DA);
    background-clip: text;
    /* Standard */
    -webkit-background-clip: text;
    /* WebKit browsers (Chrome, Safari, Edge) */
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* Standard equivalent */
}

.footer-rights {
    background-color: #171717;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    margin: 0px;
}

.hotel-card-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 200px;
    border-radius: 0px 0px 10px 10px;
}

.hotel-country {
    /* width: 30px; */
    min-width: 100px;
    max-width: max-content;
    height: 35px;
    border-radius: 30px;
    padding: 0px 8px;
    font-weight: 700;
    background: rgba(5, 5, 5, 0.726);
}

.text-red {
    color: red !important;
}

.hotel-favorite {
    background: rgba(5, 5, 5, 0.726);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 18px; */
}

.text-grey {
    color: #6b6b6b;
}

.rounded-badge {
    border-radius: 50%;
    padding: auto;
}

.fontb {
    font-weight: bold;
}

.ml-10 {
    margin-left: 10%;
}

.mr-10 {
    margin-right: 10%;
}

.m-min-40 {
    margin-top: -40px !important;
}

.m-min-20 {
    margin-top: -20px !important;
}

.m-min-10 {
    margin-top: -10px !important;
}

.m-min-15 {
    margin-top: -15px !important;
}

.m-min-5 {
    margin-top: -3rem !important;
}

.steps-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px 0px 0px;
    flex-wrap: wrap;
}

.step-card {
    width: 260px;
    margin: 30px;
    padding: 20px;
    color: #6b6b6b;
    border-radius: 16px;
    z-index: 1;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.step-card:hover {
    color: #fff;
    background: linear-gradient(to right, #E42350, #FF9428, #0189DA);
}

.step-card h3 {
    font-size: 18px;
    margin: 50px 0px 20px 0px;
    font-weight: bold !important;
    text-align: center;
}

.step-card p {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.step-img {
    position: absolute;
    right: 18px;
    top: 10px;
    width: 50px;
    z-index: 2;
}

.step-number {
    background: white;
    color: #333;
    font-weight: bold;
    border-radius: 50%;
    padding: 6px 12px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -180px;
}

.how-to-earn .step {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding-bottom: 25px;
}

.how-to-earn .step-icon {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
}

.how-to-earn .step-text {
    font-size: 1rem;
    line-height: 1.6;
}

.text-red {
    color: #d15252 !important;
}

/* Tablet (Portrait and Landscape: 768px to 1024px) */
@media screen and (min-width: 768px) and (max-width: 900px) {
    /* Tablet-specific styles go here */

}

/* Mobile (up to 767px) */
@media screen and (max-width: 767px) {

    /* misc */
    .d-b-screen {
        display: none;
    }

    .how-to-earn .step-icon {
        width: 20px;
        height: 20px;
        background-color: transparent !important;
        color: #000;
    }

    .step-card {
        width: 90%;
        margin: auto;
    }

    .banner {
        height: 200px !important;
    }

    .gradient-hover:hover {
        width: 90%;
    }

    .hero-phone {
        right: -65%;
    }


    /* Mobile-specific styles go here */
    .footer {
        width: 100%;
        height: auto;
        display: block;
        padding: 60px 0px 100px 0px;
        margin-bottom: -5px;
    }

    .footer-box {
        display: block;
        margin-left: 20px;
    }

    .footer-box h4 {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .footer-rights {
        padding-left: 20px;
    }

    /* Header */
    .header-details {
        width: 90%;
    }

    .header-shortcuts {
        font-size: 16px;
        width: 70%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    #menu {
        padding: 20px 5%;
        width: 100%;
        border-left: 1px solid #f0f0f0;
        position: absolute;
        right: 0px;
    }

    .menu-list {
        margin: 30px 10px;
    }

    .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        background-color: #171717;
    }

    .hero h1 {
        font-size: 30px;
    }

    .card {
        margin-bottom: 30px !important;
    }
}

/* Small Mobile (up to 480px) */
@media screen and (max-width: 480px) {

    /* Small mobile-specific styles */

}