.attraction-card:hover {
    background-color: #ECFBFF;
    border: 1px solid #00CBFF;
}

.under300slider .attraction-card:hover {
    background-color: #FFFCE8;
    border: 1px solid #FFDE00;
}

.dubaiattractionsslider .attraction-card:hover {
    background-color: #FFFCE8;
    border: 1px solid #FFDE00;
}

.abudhabiattractionsslider .attraction-card:hover {
    background-color: #ECFBFF;
    border: 1px solid #00CBFF;
}

.abudhabidivrightbefore:before {
    content: "";
    background: transparent url(../img/travelheart.svg) no-repeat;
    display: block;
    background-position: top right;
    opacity: 15%;
    background-size: 15% 15%;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: -26%;
}

.abudhabidivright2before:after {
    content: "";
    background: transparent url(../img/discoveruae/h1_plane.webp) no-repeat;
    display: block;
    background-position: top left;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    left: -7%;
    opacity: 35%;
	z-index: -1;
}

.palacebehind:before {
    content: "";
    background: transparent url(../img/discoveruae/palacebehind.webp) no-repeat;
    display: block;
    background-position: bottom center;
    background-size: 600px auto;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 10%;
}

.burjkhalifaleft:before {
    content: "";
    background: transparent url(../img/discoveruae/burjkhalifa.webp) no-repeat;
    display: block;
    background-position: bottom left;
    background-size: 75px auto;
    height: 100%;
    position: absolute;
    width: 100%;
    left: -6%;
    opacity: 15%;
    bottom: -130px;
}

.ofrcodeinbuae {
    font-size: var(--font-size-md);
    font-weight: 500;
}

.lineheight-normal {
    line-height: normal;
}

.cstmcheckoutuae {
    padding: 15px 15px 0px;
}

.bookingformuae {
    border: 1px solid #707070;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: var(--font-size-xs);
}

.bookingformuae label {
    font-size: var(--font-size-xs);
}

.bookingformuae .form-control {
    font-size: var(--font-size-xs);
    height: 50px !important;
}

.bookingsummaryuae {
    background-color: #707070;
    border: 1px solid #707070;
    border-radius: 10px 10px 0 0;
    padding: 15px;
    font-size: var(--font-size-sm);
    color: #ffffff;
    text-align: center;
}

.bookingsumuaediv {
    border: 1px solid #707070;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: var(--font-size-xs);
}

.chkuaetitle {
    font-size: var(--font-size-xxs);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: normal;
}

.chkuaesubtitle {
    font-size: var(--font-size-xxs);
}

.paymethoduae {
    font-size: var(--font-size-sm);
    font-weight: 500;
}

.abudhabibox1 {
    border: 1px solid #EAEAEA;
    background-color: #E9F6F5;
    font-size: 18px;
    border-radius: 15px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.abudhabibox1:hover {
    background-color: #caf7f4;
}

.dubaibox2 {
    border: 1px solid #EAEAEA;
    background-color: #E8F0FF;
    font-size: 18px;
    border-radius: 15px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
}

.dubaibox2:hover {
    background-color: #d3e1fc;
}

.sharjahbox3 {
    border: 1px solid #EAEAEA;
    background-color: #FFF2E5;
    font-size: 18px;
    border-radius: 15px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
}

.sharjahbox3:hover {
    background-color: #fbe8d5;
}

.ajmanbox4 {
    border: 1px solid #EAEAEA;
    background-color: #E8FAF0;
    font-size: 18px;
    border-radius: 15px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
}

.ajmanbox4:hover {
    background-color: #c4f6da;
}

.raspalkhaimahbox5 {
    border: 1px solid #EAEAEA;
    background-color: #EEF4FF;
    font-size: 18px;
    border-radius: 15px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
}

.raspalkhaimahbox5:hover {
    background-color: #deeaff;
}

.border-radius-15 {
    border-radius: 15px;
}

/* UAE countdown offer start */
.newuae-fifthboxtitle {
    font-size: var(--font-size-lg);
    font-weight: 600;
}

.newuae-fifthboxtitle span {
    color: var(--primary-color);
}

.flip-countdown {
    position: relative;
    display: inline-flex;
    background: #F2F2FF;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    gap: 12px;
    overflow: hidden;
    z-index: 1;
}

.beforeflipdiv {
    position: relative;
    overflow: hidden;
    background: #F2F2FF;
    border-radius: 10px;
}

/* Left flag */
.beforeflipdiv::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: url(../img/discoveruae/leftuaeflag.webp) no-repeat left center / contain;
}

/* Right flag */
.beforeflipdiv::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: url('../img/discoveruae/rightuaeflag.webp') no-repeat right center / contain;
}

.flip-countdown > .lefttxtbox {
    background: #F2F2FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.flip-card {
    text-align: center;
    position: relative;
}

.card-inner {
    position: relative;
    width: 50px;
    height: 60px;
    background: #B0FD16;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    color: #333333;
    perspective: 400px;
}

/* Top and bottom halves */
.card-top,
.card-bottom {
    position: absolute;
    width: 100%;
    height: 50%;
    overflow: hidden;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
}

.card-top {
    top: 0;
    border-bottom: 1px solid #707070;
}

.card-bottom {
    bottom: 0;
    transform-origin: top;
}

.card-top span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: block;
    line-height: 60px;
}

.card-bottom span {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 60px;
    display: block;
    line-height: 60px;
}

.flip-card .label {
    color: #333333;
    font-size: 10px;
    margin-top: 5px;
}

/* Smooth Flip */
.flip {
    animation: flip 0.6s ease-in-out forwards;
}

@keyframes flip {
    0% {
        transform: rotateX(0deg);
    }

    49% {
        transform: rotateX(-90deg);
    }

    51% {
        transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.newuae-fifthboxtitle span {
    position: relative;
    display: inline-block;
}

/* UAE countdown offer end */

.drawline span::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 5px;
    background-color: #fdbb17;
    width: 0;
    animation: drawLine 2s linear infinite;
}

@keyframes drawLine {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* optional spacing between cards */
}

.fromgraycolor {
    color: #707070;
    font-weight: 400;
    font-size: 13px;
}

/* Card */
.attraction-card {
    margin-top: 3px;
    flex: 1 1 200px;
    /* flexible width, minimum 200px */
    display: flex;
    flex-direction: column;
    height: 325px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.attraction-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.attraction-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.attraction-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

/* Label Tag */
.uaetag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff44f;
    color: #333333;
    font-size: 12px;
    border-radius: 30px;
    padding: 3px 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.afcchoice {
    background-color: #E6FF00;
}

.musttry {
    background-color: #D6FEFF;
    font-size: 12px;
}

/* Card Content */
.uaeinfo {
    padding: 15px;
}

.uaeinfo h6 {
    font-weight: 600;
    color: #333333;
    margin-bottom: 6px;
    font-size: var(--font-size-xs);
    line-height: 1.3;
}

.uaeinfo p {
    margin-bottom: 6px;
    color: #707070;
    font-size: var(--font-size-xxs);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
}

/* Rating + Price row */
.bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size-xxs);
    color: #707070;
}

.rating {
    display: flex;
    align-items: center;
}

.rating i {
    color: #f4b400;
    margin-right: 4px;
}

.uaeprice {
    font-weight: 600;
    color: #E01B1B;
    text-align: right;
}

.max-height-none {
    max-height: none;
}

.max-width-none {
    max-width: none;
}

.inboundsmalltxt {
    font-size: var(--font-size-sm);
    font-weight: 500;
}


/* Shimmer animation start */
@keyframes shimmer {
    0% {
        background-position: -450px 0;
    }

    100% {
        background-position: 450px 0;
    }
}

/* Shimmer container */
.shimmer {
    position: relative;
    overflow: hidden;
}

/* Shimmer background */
.shimmer-box,
.shimmer-line {
    background: #f6f7f8;
    background-image: linear-gradient(90deg,
            #f6f7f8 0px,
            #edeef1 40px,
            #f6f7f8 80px);
    background-size: 600px 100%;
    animation: shimmer 1.6s infinite linear;
    border-radius: 6px;
}

/* Image placeholder */
.shimmer-box {
    height: 200px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

/* Line placeholders */
.shimmer-line {
    height: 12px;
    margin-bottom: 10px;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

/* Optional – match your card layout */
/* Shimmer animation end */

.text-active {
    color: var(--primary-color);
}

.googlemapbtn {
    background-color: #F0F0F0;
    border-radius: 15px;
}

.inbounduaesticky.sticky-top {
    top: 140px;
    height: 100%;
    z-index: 1;
}

.accordion-header {
    cursor: pointer;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size-md);
    font-weight: 500;
    border: 1px solid #707070;
    border-radius: 10px;
    margin-top: 20px;
}

.accordion-body {
    padding: 15px 18px;
    border-bottom: 1px solid #eee;
    font-size: var(--font-size-xs);
}

.accordion-icon {
    transition: transform .3s ease;
}

/* rotate when active */
.collapse.show ~ .accordion-header .accordion-icon,
.accordion-header.active .accordion-icon {
    transform: rotate(180deg);
}

.side-box {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: var(--font-size-xs);
    line-height: var(--line-height-lg);
}

.sidebox-title {
    font-size: var(--font-size-xs);
    font-weight: 600;
}

.titleofdiscoveruae {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: #000000;
}

.pdiscoveruae {
    font-size: var(--font-size-sm);
    font-weight: 500;
}

.ratingdiscoveruae {
    font-size: var(--font-size-xs);
}

.detail-badge1 {
    padding: 6px 10px;
    border-radius: 10px;
    font-size: var(--font-size-xs);
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    background: #E9F6F5;
    border: 1px solid #EAEAEA;
}

.detail-badge1 img {
    width: 25px;
    margin-right: 6px;
}

.detail-badge2 {
    padding: 6px 10px;
    border-radius: 10px;
    font-size: var(--font-size-xs);
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    background: #E8F0FF;
    border: 1px solid #EAEAEA;
}

.detail-badge2 img {
    width: 25px;
    margin-right: 6px;
}

.detail-badge3 {
    padding: 6px 10px;
    border-radius: 10px;
    font-size: var(--font-size-xs);
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    background: #FFF2E5;
    border: 1px solid #EAEAEA;
}

.detail-badge3 img {
    width: 25px;
    margin-right: 6px;
}

.carddiscoveruae {
    max-height: 25px;
    width: auto;
}

.readmore-box {
    max-height: 175px;
    overflow: hidden;
    position: relative;
    transition: max-height .3s ease;
    font-size: var(--font-size-xxs);
}

.readmore-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.readmore-expanded {
    max-height: none !important;
}

.readmore-expanded:after {
    display: none;
}

/* REMOVE fade completely if not needed */
.no-fade:after {
    display: none !important;
}

.readmore-btn {
    display: inline-block;
    color: var(--primary-color);
    cursor: pointer;
    font-weight: 500;
    margin-top: 6px;
    user-select: none;
}

.price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 18px 20px;
    background: #fff;
    max-width: 100%;
}

.price-left .label {
    color: #333333;
    display: block;
    margin-bottom: 4px;
    font-size: var(--font-size-xs);
}

.price-left .priceforuaetrs {
    font-size: var(--font-size-lg);
    font-weight: 600;
    margin-bottom: 4px;
}

.price-left .noteforuaetours {
    color: #FF0000;
    font-size: var(--font-size-xs);
    display: block;
    animation: blinker 1s linear infinite;
    transition: transform .3s ease;
}

.select-tickets {
    background: var(--primary-color);
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: var(--font-size-sm);
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;

    position: relative;
    transition: color 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.select-tickets:hover,
.select-ticketschecked {
    background: #b5191f;
    color: #fff;
}

.select-tickets::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shine 2s infinite;
    animation-delay: 3s;
}

.discuaepricebig {
    width: 30px !important;
    display: inline-block !important;
    margin-right: 5px;
    margin-top: -5px;
}

.price-uaefxibtm {
    display: none;
}

.selectticket {
    line-height: 44px;
    height: 44px;
    border-radius: 27px;
    border: 1px solid var(--midgray-color);
    font-size: var(--font-size-xs);
    padding: 0 15px;
}

.selectpackage {
    background-color: #ffffff;
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: #333333;
}

.selectpackage.checked {
    background-color: #b9b9b9;
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: #333333;
}

.uaepackageoptions {
    cursor: pointer;
    transition: all 0.3s ease;
}

.uaepackageoptions.checked {
    border: 5px solid #b9b9b9;
}

.uaepackageoptions.notavailable {
    opacity: 0.5;
    cursor: auto;
}

/* search autocomplete for discover UAE start */
.disuaeautocomplete-container {
    position: relative;
    width: 100%;
}

.disuaeautocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    max-height: 350px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
}

.disuaeresult-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.disuaeresult-item img {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 12px;
    flex-shrink: 0;
}

.disuaeresult-text {
    flex: 1;
}

.disuaeresult-text .title {
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
}

.disuaeresult-text .location {
    font-size: 13px;
    color: #6c757d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: normal;
}

.disuaeresult-arrow {
    font-size: 20px;
    color: #888;
}

.disuaelist-group-item-action:hover,
.disuaeresult-item.active {
    background-color: #ECFBFF;
}

/* Highlighted matched text */
.disuaehighlight {
    background: #fff44f;
}

/* No results */
.disuaeno-results {
    padding: 12px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

/* search autocomplete for discover UAE end */
@media (min-width:768px) {
    .tourpage-sticky-wrapper {
        position: sticky;
        top: 122px;
        z-index: 2;
        background-color: #fff;
        transition: box-shadow .25s ease;
    }

    .tourpage-sticky-wrapper.is-stuck {
        box-shadow: 0 2px 0px rgba(0, 0, 0, .1);
    }

    .searchuaesubmenu {
        background-color: #ffffff;
        padding: 0px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 0px;
        margin-top: 0px;
        scrollbar-width: thin;
    }
}

.at-card {
    border: 1px solid #707070;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    transition: 0.3s;
    font-size: var(--font-size-xxs);
    transition: 0.1s ease;
}

.at-card .btnuaeselect {
    background-color: var(--primary-color);
    color: #333333;
    font-size: var(--font-size-sm);
    border-radius: 27px;
    padding: 14px 30px;
    border: 1px solid #707070;
    background: linear-gradient(to left, var(--primary-color) 50%, var(--text-white-color) 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all .4s ease;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px
}

.at-card.selected .btnuaeselect {
    background-color: var(--primary-color);
    color: var(--text-white-color);
    font-size: var(--font-size-sm);
    border-radius: 27px;
    padding: 14px 30px;
    border: 1px solid var(--primary-color);
    background: linear-gradient(to left, var(--primary-color) 50%, var(--text-white-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .4s ease;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px
}

.at-card .title {
    font-weight: 600;
    font-size: var(--font-size-sm);
    color: #333333;
}

.at-card .price {
    color: #444;
}

.at-card .price span {
    font-weight: 500;
    font-size: var(--font-size-md);
}

.at-card.selected,
.at-card:hover {
    border: 2px solid #971419;
    background: #FFEFF0;
    cursor: pointer;
}

.at-card:hover .btnuaeselect {
    background-color: var(--primary-color);
    color: var(--text-white-color);
    font-size: var(--font-size-sm);
    border-radius: 27px;
    padding: 14px 30px;
    border: 1px solid var(--primary-color);
    background: linear-gradient(to left, var(--primary-color) 50%, var(--text-white-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .4s ease;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px
}

.at-card.soldout {
    opacity: 0.5;
    filter: grayscale(100%);
}

.at-card.soldout {
    background: #ffffff;
    border: 1px solid #707070;
    border-radius: 8px;
    padding: 8px 22px;
    color: #555;
    cursor: not-allowed;
}

.at-card.soldout:hover {
    cursor: not-allowed;
}

.at-card .btn-outline-dark {
    border-radius: 8px;
    padding: 8px 22px;
}

.max-h100 {
    max-height: 100px;
    overflow-y: auto;
}

.time-box {
    display: inline-block;
    margin: 5px;
    padding: 7px 10px;
    border: 1px solid var(--midgray-color);
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    min-width: 80px;
    text-decoration: none;
    background-color: #ffffff;
}

.time-box.selected {
    background-color: #30475E;
    color: #fff;
    border-color: #30475E;
}

@media (max-width: 991px) {
    .price-box {
        display: none;
    }

    .price-uaefxibtm {
        position: fixed;
        z-index: 1029;
        bottom: 0;
        margin: 0;
        width: 100%;
        border-radius: 20px 20px 0 0;
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #707070;
        background: #fff;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
	.accordion-header {
    	padding: 10px;
    	font-size: var(--font-size-sm);
	}
    .newuae-fifthboxtitle {
        font-size: var(--font-size-md);
    }

    .abudhabibox1,
    .dubaibox2,
    .sharjahbox3,
    .ajmanbox4,
    .raspalkhaimahbox5 {
        font-size: 12px;
        border-radius: 15px;
        padding: 10px;
    }

    .attraction-card {
        height: 275px;
    }

    .lefttxtbox {
        display: none !important;
    }

    .flip-countdown {
        width: 100%;
    }

    .lefttxtboxshow {
        display: block !important;
        background: #f2f3ff;
        font-size: var(--font-size-md);
        font-weight: 500;
        padding-top: 10px;
    }

    .beforeflipdiv,
    .flip-countdown {
        border-radius: 0px;
    }

    .fromgraycolor {
        color: #707070;
        font-weight: 400;
        font-size: 10px;
    }

    .uaeinfo h6 {
        font-size: var(--font-size-sm);
    }

    .uaeinfo p,
    .bottom-row {
        font-size: var(--font-size-xs);
    }

    .uaetag {
        font-size: 10px;
    }
}
