html {
    overflow-x: hidden !important;
}

.has-submenu>a.iconRmv::before {
    position: absolute;
    content: "" !important;
}

.cta-area .section-title {
    font-size: 140px !important;
}


.flxMain {
    display: flex;
    /* justify-content: space-between; */
    gap: 30px;
}

.flxMain .leaftFlx div img {
    width: 150px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #035986;
}

.leaftFlx h4 {
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 15px;
    font-weight: 900;
    text-align: center;
    color: #035986;
}

.rightFlx h4 {
    color: #000;
    font-weight: 700;
    font-size: 25px;
}

.rightFlx h5 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.reviewHr hr {
    margin: 60px 0 60px;
    border-top: 2px solid #035986;
    opacity: 1;
}

.top-one--two .top-one__inner {
    border-radius: 0px;
    padding: 0px 15px 0px 0px;
}

.top-one--two .top-one__inner {
    background-color: #113a74;
    padding-right: 30px;
    border-radius: 0px 0px 30px 30px;
    max-width: 100%;
    z-index: 9999;
    position: relative;
}

.top-one__inner {
    max-width: 1775px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled-two {
    padding-left: 15px !important;
}

.top-one__info {
    background: #fff;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 5px 20px 5px 10px;
}

.top-one__info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0;
    padding-left: 0;
}

.top-one__info__item {
    color: #fff;
    font-weight: bold;
}

.top-one__info__item {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
}

.top-one__right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.googleRating {
    width: 60px;
}

.top-one .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.top-one__right a {
    color: #fff;
}

.header {
    padding: 10px 20px 0;
}

.header-button .bg-white {
    background: #113a74 !important;
    color: #fff;
}

.login-container {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

/* Left side (image) */
.login-image {
    flex: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 100vh;


}

/* Right side (form) */
.login-form {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 40px;
}

.form-box {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.form-box h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    color: #333;
}

.form-box input {
    width: 100%;
    padding: 12px 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
}

.form-box input:focus {
    border-color: #ff9800;
    outline: none;
    box-shadow: 0 0 5px rgba(255, 152, 0, 0.5);
}

.form-box button {
    width: 100%;
    padding: 12px;
    background: #ff9800;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}

.form-box button:hover {
    background: #e68900;
}

.hm-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hm-banner {
    height: 100vh;
    position: relative;
}

.header {
    padding: 10px 20px 15px;
    background: #fff;
}

.homePage .header.fixed-header ul li a {
    color: #035986 !important;
}

.homePage .header ul li a {
    color: #035986 !important;
    font-weight: bolder !important;
}

.homePage .nav-menu__item.activePage>a {
    color: #035986 !important;
}

.checkout-two-area {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.justify-content-center {
    justify-content: left !important;
}


.breadcrumb-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-title {
    font-size: 90px !important;
    text-align: left !important;
    padding-left: 40px !important;
}

.memberMainPg {
    background: #113a74 !important;
    color: #fff;
    padding: 70px 0 50px;
}

.memeberHead h2 {
    color: #fff;
    font-weight: 600 !important;
}

.memeberHead p {
    padding-bottom: 15px;
    font-size: 18px;
}

.memeberLft {
    position: relative;
}

.memeImgTxt {
    background: #113a74 !important;
    position: absolute;
    top: 20%;
    right: 0;
    max-width: 300px;
    width: 100%;
    padding: 20px 10px 20px 20px;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

.memeImgTxt p {
    font-size: 30px;
    font-weight: bold;
}

.memeImgTxt:hover {
    transition: 0.5s;
    transform: scale(1.1);
    cursor: pointer;
}

.memeberTwoPg {
    padding: 50px 0 50px;
    background: #fff;
}

.memeberTwoPg h2 {
    color: #113a74 !important;
}

.memeberTwoPg .memeberHead p {
    font-size: 18px;
}

.memeberRoom {
    margin-bottom: 30px;
}

.memeberTwoPg .memeberHead {
    margin-bottom: 30px;
}

.memContent {
    background: #fff;
    padding: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.memContent p {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 10px 0 10px;
}

.memContent p,
.memContent ul li {
    color: #113a74;
}

.memContent ul li {
    padding-bottom: 10px;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
}

.memContent ul li::before {
    content: "";
    position: absolute;
    background: #113a74;
    height: 10px;
    width: 10px;
    left: 0;
    top: 6px;
    border-radius: 50px;
}

.cardUn {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6, #06b6d4);
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    max-width: 320px;
    width: 100%;
    text-align: center;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cardUn:hover {
    transform: translateY(-12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.cardUn h2 {
    color: #fff !important;
    margin-bottom: 10px;
}

.priceUn {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
}

.detailsUn {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.detailsUn li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
}

.detailsUn li:last-child {
    border-bottom: none;
}

.btnUn {
    display: inline-block;
    background: #ffffff;
    color: #1e3a8a;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s ease, color 0.3s ease;
}

.btnUn:hover {
    background: #1e3a8a;
    color: #fff;
}

.carWhite {
    background: linear-gradient(145deg, #ffffff, #f1f1f1);
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.carWhite h2,
.carWhite p,
.carWhite li {
    color: #1e3a8a !important;
}

.cardRed {
    background: linear-gradient(145deg, #ff4d4d, #b30000);
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.cardPur {
    background: linear-gradient(145deg, #6a11cb, #b91372);
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.memeberTbl {
    margin: 90px 0 30px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.memeberTwoPckg h2 {
    padding-bottom: 30px;
}

.memeberTwoPckg {
    padding: 70px 0 70px !important;
}

.flip-card {
    perspective: 1000px;
}

.flip-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    animation: autoFlip 3s infinite ease-in-out;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}

/* Voucher Section */
.voucher-section {
    padding: 120px 0px 20px;
    background: linear-gradient(135deg, #f3f4f6, #f3f4f6);
    display: flex;
    justify-content: center;
}

.voucher-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

/* Left Image */
.voucher-image {
    flex: 1;
    min-width: 300px;
}

.voucher-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Form */
.voucher-form {
    flex: 1;
    min-width: 300px;
    padding: 40px;
    text-align: left;
}

.voucher-form h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #1e3a8a;
}

.voucher-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.voucher-form input {
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: border 0.3s;
}

.voucher-form input:focus {
    border-color: #3b82f6;
    outline: none;
}

.voucher-form button {
    padding: 14px;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.voucher-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.bottomPg {
    padding: 50px 0 50px;
}

.pgInner p {
    padding-bottom: 15px;
    font-size: 18px;
}

.pgInner h1,
.pgInner h2 {
    padding-bottom: 15px;
}

.pgInner ul li::before {
    position: absolute;
    content: "";
    background: #1e3a8a;
    height: 10px;
    width: 10px;
    left: 0;
    top: 7px;
    border-radius: 50px;
}

.pgInner ul li {
    position: relative;
    padding-bottom: 15px;
    padding-left: 20px;
}

.travel-card {
    border: none;
    border-radius: .75rem;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
}

.travel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.travel-card .card-img-top {
    height: 255px;
    object-fit: cover;
}

.badge-sight {
    background-color: #6c757d;
    color: #fff;
    margin-right: .3rem;
    margin-bottom: .3rem;
    font-size: .75rem;
}

.star-rating {
    display: inline-block;
    font-size: .9rem;
    color: #ffc107;
    position: relative;
}

.star-rating span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.star-rating::before {
    content: "★★★★★";
    opacity: .3;
}

.star-rating span::before {
    content: "★★★★★";
}

.custom-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    background: #fff;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.img-container {
    position: relative;
    overflow: hidden;
}

.img-container img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
}

.location-title {
    margin: 0;
}

.location-title a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
}

.badges {
    margin-top: 0.5rem;
}

.badge-sight {
    display: inline-block;
    background: rgba(255, 255, 255, 0.85);
    color: #333;
    font-size: 0.75rem;
    border-radius: 12px;
    padding: 4px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.custom-card-body {
    padding: 1rem;
}

.description {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1rem;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating {
    color: #ffc107;
    font-size: 1rem;
}

.btn-outline-primary {
    border-radius: 4px;
    font-size: 0.875rem;
    padding: 0.4rem 0.75rem;
    transition: background-color 0.2s, color 0.2s;
}

.btn-outline-primary:hover {
    background-color: #182351;
    color: #fff;
}

/* Add to your main stylesheet (or inside a <style> tag) */
.property-card {
    background: #fff;
    border-radius: .75rem;
    overflow: hidden;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .1);
    transition: transform .3s ease, box-shadow .3s ease;
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 .6rem 1.2rem rgba(0, 0, 0, .15);
}

.property-card__image {
    height: 200px;
    overflow: hidden;
}

.property-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.property-card:hover .property-card__image img {
    transform: scale(1.1);
}

.property-card__body {
    padding: 1rem;
    text-align: center;
}

.property-card__title {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 600;
}

.property-card__location {
    color: #6c757d;
    margin-bottom: 1rem;
    font-size: .95rem;
}

.btn-outline-primary {
    border-radius: .5rem;
}

/* Keyframes for faster auto flip */
@keyframes autoFlip {

    0%,
    45% {
        transform: rotateY(0deg);
    }

    55%,
    100% {
        transform: rotateY(180deg);
    }
}


/* Keyframes for auto flip */
@keyframes autoFlip {

    0%,
    40% {
        transform: rotateY(0deg);
    }

    50%,
    90% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@media(max-width: 768px) {
    .login-container {
        flex-direction: column;
    }

    .login-image {
        height: 200px;
    }
}

@media screen and (max-width: 991px) {
    .top-one {
        display: none;
    }

    .cardUn {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .detailsUn {
        text-align: center;
    }

    .memContent {
        margin-bottom: 30px;
    }
}