a, a:hover {
    color: var(--color-1st);
    border-radius: 35px;
}
.cta-section .cta-inner .cta-features .single-feature .icon {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 hsla(39, 27%, 65%, .2);
    color: var(--color-1st);
    font-size: 60px;
    height: 120px;
    line-height: 120px;
    position: relative;
    text-align: center;
    width: 120px;
    z-index: 2;
    transition: transform 0.6s ease-in-out; /* Smooth transition */
    transform-style: preserve-3d; /* Enable 3D transforms */
    perspective: 1000px; /* Add perspective for better 3D effect */
}

.cta-section .cta-inner .cta-features .single-feature .icon:hover {
    transform: rotateY(180deg); 
}

header .nav-container .menu-items ul li a {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    line-height: 80px;
    padding: 0 20px;
    text-transform: capitalize;
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition for color and transform */
}

header .nav-container .menu-items ul li a:hover {
    color: var(--color-1st); /* Change text color on hover (use your primary color) */
    transform: scale(1.1); /* Slightly scale up the element */
}
.features-loop .feature-box.dark-box .count {
    color: #1269af;
}
/* Initial Style for Feature Box 
.room-gallery-cta .rotate-images img {
    position: absolute;
    bottom: 0;
    left: 3%;
    transform: rotate(-37deg);
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}


.room-gallery-cta .rotate-images img:hover {
    transform: rotate(-10deg) scale(1.05);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}*/
footer .footer-widget-area:after { background-image: var(--pattern-footer-dark); background-position: 50%; background-repeat: repeat; background-size: cover; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; opacity: 22%; }

.main-btn.payment-checkout-btn {
    align-self: center;       /* This centers the button inside the flex row */
    margin-top: 40px;
    width: fit-content;
}

.room-details .room-booking-form .main-btn {
    box-shadow: none;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 150%;
    border-radius: 5px;
}
.col-lg-6.order-3.order-lg-2 {
    margin-top: 200px;
}