/* Provided CSS (exact copy from user) */
:root{--primary: #ee4823;--light: #F1F8FF;--dark: #0F172B}
/* Prevent Horizontal Scroll - Working Version */
html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    overflow-x: hidden;
}

/* Keep images responsive */
img, svg, video, iframe {
    max-width: 100%;
    height: auto;
}

.fw-medium{font-weight:500!important}
.fw-semi-bold{font-weight:600!important}
.back-to-top{position:fixed;display:none;right:45px;bottom:45px;z-index:99}
#spinner{opacity:0;visibility:hidden;transition:opacity .5s ease-out,visibility 0s linear .5s;z-index:99999}
#spinner.show{transition:opacity .5s ease-out,visibility 0s linear 0s;visibility:visible;opacity:1}
.bootstrap-datetimepicker-widget.bottom{top:auto!important}
.bootstrap-datetimepicker-widget .table *{border-bottom-width:0}
.bootstrap-datetimepicker-widget .table th{font-weight:500}
.bootstrap-datetimepicker-widget.dropdown-menu{padding:10px;border-radius:2px}
.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background:var(--primary)}
.bootstrap-datetimepicker-widget table td.today::before{border-bottom-color:var(--primary)}
.btn{font-weight:500;text-transform:uppercase;transition:.5s}
.btn.btn-primary,.btn.btn-secondary{color:#fff}
.btn-square{width:38px;height:38px}
.btn-sm-square{width:32px;height:32px}
.btn-lg-square{width:48px;height:48px}
.btn-square,.btn-sm-square,.btn-lg-square{padding:0;display:flex;align-items:center;justify-content:center;font-weight:400;border-radius:5px}
.btn.btn-tag{font-weight:400;text-transform:capitalize}
.btn.btn-tag:hover{color:#fff;background:var(--primary);border-color:var(--primary)!important}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}
.custom-navbar {
    min-height: 95px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}
.logo-img {
    height: 100px;
    width: auto;
}
.mobile-logo {
    height: 70px;
    width: auto;
    display: block;
}
.navbar-brand {
    display: flex;
    align-items: center;
    margin: 0;
}
.navbar-toggler {
    padding: 5px 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    margin-right: 25px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ee4823;
}
@media (max-width: 991px) {
    .custom-navbar {
        min-height: 60px;
        padding: 8px 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar-light .navbar-nav {
        border-top: 1px solid #eee;
    }
}
.navbar .dropdown-toggle[aria-expanded=true]::after{transform:rotate(-180deg)}
.navbar-dark .navbar-nav .nav-link,.navbar-light .navbar-nav .nav-link{margin-right:30px;padding:25px 0;font-size:15px;text-transform:uppercase;outline:none}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link.active{color:var(--primary)}
@media(max-width:991.98px){.navbar-dark .navbar-nav .nav-link,.navbar-light .navbar-nav .nav-link{margin-right:0;padding:10px 0}.navbar-light .navbar-nav{border-top:1px solid #eee}}
.navbar-light .navbar-brand,.navbar-light a.btn{height:75px}
.navbar-light .navbar-nav .nav-link{color:var(--dark);font-weight:500}
.navbar-light.sticky-top{top:-100px;transition:.5s}
/* Mega Menu Dropdown Styles - Auto Width Version (No Horizontal Scroll) */
.dropdown-menu {
    width: auto !important;
    min-width: 700px !important;
    max-width: 90vw !important;
    padding: 25px !important;
    border: none;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border-radius: 12px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
}

/* Category Columns - Use auto width instead of fixed percentage */
.dropdown-menu .row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px;
    gap: 10px;
}

.dropdown-menu .col-md-3 {
    flex: 1 1 auto;
    min-width: 200px;
    max-width: 260px;
    padding: 0 10px;
}

/* Category Title */
.dropdown-category {
    margin-bottom: 20px;
}

.dropdown-category-title {
    display: block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #0d6efd;
    padding: 10px 0;
    margin-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
    text-decoration: none;
    transition: all 0.3s;
    white-space: normal;
    word-wrap: break-word;
}

.dropdown-category-title:hover {
    color: #0b5ed7;
    padding-left: 8px;
}

/* Sub-items Container */
.dropdown-sub-items {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Sub-item Links - Fixed for long names */
.dropdown-item-sub {
    display: block;
    padding: 8px 0 8px 12px;
    font-size: 12.5px;
    line-height: 1.4;
    color: #444;
    text-decoration: none;
    transition: all 0.2s;
    border-left: 2px solid transparent;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}

.dropdown-item-sub:hover {
    color: #0d6efd;
    border-left-color: #0d6efd;
    padding-left: 18px;
    background: #f8f9fa;
    border-radius: 0 8px 8px 0;
}

/* Dropdown positioning */
.nav-item.dropdown {
    position: static;
}

@media (min-width: 992px) {
    .nav-item.dropdown .dropdown-menu {
        margin-top: 0;
        left: 50% !important;
        transform: translateX(-50%) !important;
        right: auto !important;
    }
}

/* When menu gets too wide for screen */
@media (max-width: 1400px) {
    .dropdown-menu .row {
        flex-wrap: wrap;
    }
    
    .dropdown-menu .col-md-3 {
        flex: 0 0 auto;
        min-width: 220px;
    }
}

/* Tablet View */
@media (max-width: 1199.98px) and (min-width: 992px) {
    .dropdown-menu {
        min-width: 90vw !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .dropdown-item-sub {
        font-size: 11px;
        padding: 6px 0 6px 10px;
    }
    
    .dropdown-category-title {
        font-size: 12px;
    }
}

/* Mobile View - No horizontal scroll */
@media (max-width: 991.98px) {
    .dropdown-menu {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        position: static !important;
        transform: none !important;
        box-shadow: none;
        border: none;
        padding: 10px 15px !important;
        margin-top: 0 !important;
        overflow-x: hidden !important;
    }
    
    .dropdown-menu .row {
        flex-wrap: wrap;
        margin: 0;
    }
    
    .dropdown-menu .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: auto;
        margin-bottom: 15px;
        padding: 0;
    }
    
    .dropdown-category-title {
        padding: 10px 15px;
        background: #f8f9fa;
        margin-bottom: 5px;
        border-bottom: none;
        border-left: 3px solid #0d6efd;
    }
    
    .dropdown-item-sub {
        padding: 8px 15px 8px 35px;
        font-size: 13px;
    }
    
    .dropdown-sub-items {
        padding-left: 10px;
    }
}

/* Scrollbar for tall menus */
.dropdown-menu {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden !important;
}

/* Custom scrollbar */
.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #0d6efd;
    border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #0b5ed7;
}
@media(min-width:992px){.navbar .nav-item .dropdown-menu{display:block;margin-top:0;opacity:0;visibility:hidden;transition:.5s}.navbar .dropdown-menu.fade-down{top:100%;transform:rotateX(-75deg);transform-origin:0% 0%}.navbar .dropdown-menu.fade-up{top:200%}.navbar .nav-item:hover .dropdown-menu{top:100%;transform:rotateX(0deg);visibility:visible;transition:.5s;opacity:1}}
.carousel-caption{top:0;left:0;right:0;bottom:0;background:rgba(15,23,43,.7);z-index:1}
.carousel-control-prev,.carousel-control-next{width:10%}
.carousel-control-prev-icon,.carousel-control-next-icon{width:3rem;height:3rem}
@media(max-width:768px){#header-carousel .carousel-item,.header-carousel .owl-carousel-item{position:relative;min-height:450px}#header-carousel .carousel-item img,.header-carousel .owl-carousel-item img{position:absolute;width:100%;height:100%;object-fit:cover}}
.header-carousel .owl-nav{position:absolute;top:50%;right:8%;transform:translateY(-50%);display:flex;flex-direction:column}
.header-carousel .owl-nav .owl-prev,.header-carousel .owl-nav .owl-next{margin:7px 0;width:45px;height:45px;display:flex;align-items:center;justify-content:center;color:#fff;background:0 0;border:1px solid #fff;border-radius:2px;font-size:22px;transition:.5s}
.header-carousel .owl-nav .owl-prev:hover,.header-carousel .owl-nav .owl-next:hover{background:var(--primary);border-color:var(--primary)}
.header-carousel .owl-dots{position:absolute;left:50%;bottom:45px;transform:translateX(-50%);display:flex;align-items:flex-end;justify-content:center}
.header-carousel .owl-dot{position:relative;display:inline-block;margin:0 5px;width:15px;height:15px;border:1px solid #fff;border-radius:2px;transition:.5s}
.header-carousel .owl-dot.active{height:30px;background:var(--primary);border-color:var(--primary)}
.page-header{background-position:center center;background-repeat:no-repeat;background-size:cover}
.page-header-inner{background:rgba(15,23,43,.7)}
.breadcrumb-item+.breadcrumb-item::before{color:var(--light)}
.booking{position:relative;margin-top:-100px!important;z-index:1}
.section-title{position:relative;display:inline-block}
.section-title::before{position:absolute;content:"";width:45px;height:2px;top:50%;left:-55px;margin-top:-1px;background:var(--primary)}
.section-title::after{position:absolute;content:"";width:45px;height:2px;top:50%;right:-55px;margin-top:-1px;background:var(--primary)}
.section-title.text-start::before,.section-title.text-end::after{display:none}
.feature-title{position:absolute;content:"";width:100%;height:100%;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(15,23,43,.3);transition:.5s}
.feature-item:hover .feature-title{top:100%}
.feature-item .feature-text{position:absolute;content:"";top:-100%;left:0;width:100%;height:100%;padding:30px;background:rgba(15,23,43,.7);display:flex;align-items:center;transition:.5s}
.feature-item:hover .feature-text{top:0}
.feature-item .feature-text p{opacity:0;transition:.5s}
.feature-item:hover .feature-text p{opacity:1;transition-delay:.5s}
.room-item{box-shadow:0 0 45px rgba(0,0,0,.08)}
.nav-pills .nav-item .active{border-bottom:2px solid var(--primary)}
.service-item{height:320px;padding:30px;display:flex;flex-direction:column;justify-content:center;background:#fff;box-shadow:0 0 45px rgba(0,0,0,.08);transition:.5s}
.service-item:hover{background:var(--primary)}
.service-item .service-icon{width:65px;height:65px;transition:.5s}
.service-item i,.service-item h5,.service-item p{transition:.5s}
.service-item:hover i,.service-item:hover h5,.service-item:hover p{color:#fff!important}
.video{position:relative;height:100%;min-height:500px;background:linear-gradient(rgba(15,23,43,.1),rgba(15,23,43,.1)),url(../img/video.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover}
.video .btn-play{position:absolute;z-index:3;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);box-sizing:content-box;display:block;width:32px;height:44px;border-radius:50%;border:none;outline:none;padding:18px 20px 18px 28px}
.video .btn-play:before{content:"";position:absolute;z-index:0;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:100px;height:100px;background:var(--primary);border-radius:50%;animation:pulse-border 1500ms ease-out infinite}
.video .btn-play:after{content:"";position:absolute;z-index:1;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:100px;height:100px;background:var(--primary);border-radius:50%;transition:all 200ms}
.video .btn-play img{position:relative;z-index:3;max-width:100%;width:auto;height:auto}
.video .btn-play span{display:block;position:relative;z-index:3;width:0;height:0;border-left:32px solid var(--dark);border-top:22px solid transparent;border-bottom:22px solid transparent}
@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}
#videoModal{z-index:99999}
#videoModal .modal-dialog{position:relative;max-width:800px;margin:60px auto 0}
#videoModal .modal-body{position:relative;padding:0}
#videoModal .close{position:absolute;width:30px;height:30px;right:0;top:-30px;z-index:999;font-size:30px;font-weight:400;color:#fff;background:#000;opacity:1}
.team-item{box-shadow:0 0 45px rgba(0,0,0,.08)}
.testimonial{background:linear-gradient(rgba(15,23,43,.7),rgba(15,23,43,.7)),url(../img/carousel-2.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover}
.testimonial-carousel{padding-left:65px;padding-right:65px}
.testimonial-carousel .testimonial-item{padding:30px}
.testimonial-carousel .owl-nav,.testimonial-carousel-center .owl-nav{position:absolute;width:100%;height:40px;top:calc(50% - 20px);left:0;display:flex;justify-content:space-between;z-index:1}
.testimonial-carousel .owl-nav .owl-prev,.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel-center .owl-nav .owl-prev,.testimonial-carousel-center .owl-nav .owl-next{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--primary);border-radius:2px;font-size:18px;transition:.5s}
.testimonial-carousel .owl-nav .owl-prev:hover,.testimonial-carousel .owl-nav .owl-next:hover,.testimonial-carousel-center .owl-nav .owl-prev:hover,.testimonial-carousel-center .owl-nav .owl-next:hover{color:var(--primary);background:#fff}
.testimonial-carousel-center .owl-nav{width:350px;top:0;left:50%;transform:translateX(-50%);opacity:0;transition:.5s}
.testimonial-carousel-center:hover .owl-nav{width:300px;opacity:1}
.testimonial-carousel-center .owl-nav .owl-prev:hover,.testimonial-carousel-center .owl-nav .owl-next:hover{color:var(--primary);background:var(--dark)}
.testimonial-carousel-center .owl-item .testimonial-text{box-shadow:0 0 45px rgba(0,0,0,.08);transform:scale(.8);transition:.5s}
.testimonial-carousel-center .owl-item.center 
.testimonial-text{box-shadow:0 0 45px rgba(0,0,0,.08);transform:scale(1)}
.client-logo-item {
    padding: 2px;
    opacity: 0.7;
    transition: all 0.3s ease;
}
.client-logo-item img {
    max-height: 150px;
    width: auto;
    margin: auto;
}
.client-logo-item:hover {
    opacity: 1;
    transform: scale(1.05);
}
.blog-item{box-shadow:0 0 45px rgba(0,0,0,.08)}
.blog-item img{transition:.5s}
.blog-item:hover img{transform:scale(1.1)}
.related-carousel .owl-nav{position:absolute;width:76px;top:-52px;right:0;display:flex}
.related-carousel .owl-nav .owl-prev,.related-carousel .owl-nav .owl-next{margin-left:10px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--dark);background:var(--primary);font-size:14px;transition:.3s}
.related-carousel .owl-nav .owl-prev:hover,.related-carousel .owl-nav .owl-next:hover{color:var(--primary);background:var(--dark)}
.category-list a{position:relative;padding-left:10px;overflow:hidden;transition:.5s}
.category-list a::before{position:relative;content:"\f105";font-family:"font awesome 5 free";font-weight:900;color:var(--primary);margin-right:10px;transition:.5s}
.category-list a::after{position:absolute;content:"";width:25px;height:2px;top:50%;left:-11px;margin-top:-1px;background:var(--primary);transition:.5s}
.category-list a:hover{padding-left:21px;color:var(--primary)!important}
.category-list a:hover::after{left:0}
.fact{background:linear-gradient(rgba(15,23,43,.7),rgba(15,23,43,.7)),url(../img/carousel-2.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover}
.fact .border{border-color:rgba(256,256,256,.2)!important}
.fact .border .border{border-color:rgba(256,256,256,.3)!important}
#portfolio-flters .btn{position:relative;display:inline-block;text-transform:capitalize;font-weight:400;margin:3px;transition:.5s}
#portfolio-flters .btn:hover,#portfolio-flters .btn.active{color:#fff!important}
.portfolio-item img{transition:.5s}
.portfolio-item:hover img{transform:scale(1.1)}
.portfolio-btn{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(15,23,43,.7);transition:.5s;opacity:0}
.portfolio-item:hover .portfolio-btn{opacity:1}
.portfolio-btn a{margin-top:50px;font-size:22px}
.portfolio-item:hover .portfolio-btn a{margin-top:0}
.contact-form .help-block ul{margin:0;padding:0;list-style-type:none}
.accordion-custom .accordion-item{margin-bottom:15px;border-color:rgba(0,0,0,.02)}
.accordion-custom .accordion-item:not(:first-of-type){border-top:1px solid rgba(0,0,0,.02)}
.accordion-custom .accordion-button{font-weight:500!important;background:#fff;transition:.5s}
.accordion-custom .accordion-button:not(.collapsed){color:#fff;background:var(--primary);box-shadow:none}
.accordion-custom .accordion-button:not(.collapsed)::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZic+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+)}
.accordion-custom .accordion-body{padding:20px;background:#fff}
.footer{position:relative;margin-top:50px;padding-top:20px}
.footer .btn.btn-social{margin-right:5px;width:35px;height:35px;display:flex;align-items:center;justify-content:center;color:var(--light);border:1px solid #fff;border-radius:35px;transition:.3s}
.footer .btn.btn-social:hover{color:var(--primary)}
.footer .btn.btn-link{display:block;margin-bottom:5px;padding:0;text-align:left;color:#fff;font-size:15px;font-weight:400;text-transform:capitalize;transition:.3s}
.footer .btn.btn-link::before{position:relative;content:"\f105";font-family:"font awesome 5 free";font-weight:900;margin-right:10px}
.footer .btn.btn-link:hover{letter-spacing:1px;box-shadow:none}
.footer .copyright{padding:25px 0;font-size:15px;border-top:1px solid rgba(256,256,256,.1)}
.footer .copyright a{color:var(--light)}
.footer .footer-menu a{margin-right:15px;padding-right:15px;border-right:1px solid rgba(255,255,255,.3)}
.footer .footer-menu a:last-child{margin-right:0;padding-right:0;border-right:none}

/* Product View Styles */
.btn-view {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
}
.btn-view:hover {
    background-color: #c13b1c;
    border-color: #c13b1c;
    color: white;
}
.img-placeholder {
    background: #eef2f9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-detail-title {
    border-left: 4px solid var(--primary);
    padding-left: 15px;
    margin: 15px 0 12px;
    font-weight: 600;
}

/* Additional styles for product images */
.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.room-item:hover .product-img {
    transform: scale(1.02);
}
.img-placeholder-img {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.cert-badge {
    background-color: #28a745;
}
.list-group-item.active {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.list-group-item a {
    color: #333;
    transition: color 0.3s;
}
.list-group-item a:hover {
    color: var(--primary);
}

/* CATEGORY CARD */
.category-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

/* CATEGORY ITEM */
.category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}

.category-item i {
    color: #FEA116;
    margin-right: 10px;
}

.category-item span {
    flex: 1;
    margin-left: 10px;
    font-weight: 500;
}

.category-item small {
    color: #888;
    font-size: 12px;
}

/* LINKS */
.category-item a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #333;
    text-decoration: none;
}

/* HOVER EFFECT */
.category-item:hover {
    background: #f8f9fa;
    transform: translateX(5px);
}

/* ACTIVE ITEM */
.category-item.active {
    background: #FEA116;
    color: #fff;
}

.category-item.active i,
.category-item.active small {
    color: #fff;
}

/* TRUST BOX */
.trust-box {
    border-left: 4px solid #FEA116;
}

/* CONTACT BOX */
.contact-box {
    text-align: center;
}

/* STICKY SIDEBAR (VERY IMPORTANT) */
@media (min-width: 992px) {
    .col-lg-4 {
        position: sticky;
        top: 90px;
        height: fit-content;
    }
}

/* PREMIUM CTA BOX - ENHANCED VERSION */
.cta-premium {
    background: linear-gradient(135deg, #1a2a3a 0%, #0f172a 100%);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cta-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.cta-premium-inner {
    padding: 24px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* Animated Icon Wrapper */
.cta-icon-wrap {
    width: 65px;
    height: 65px;
    background: rgba(254, 161, 22, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
    position: relative;
}

.cta-icon-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed rgba(254, 161, 22, 0.5);
    animation: spin 20s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cta-icon-wrap i {
    font-size: 32px;
    color: #FEA116;
    transition: all 0.3s ease;
}

.cta-premium:hover .cta-icon-wrap {
    transform: scale(1.05);
    background: rgba(254, 161, 22, 0.25);
}

.cta-premium:hover .cta-icon-wrap i {
    transform: scale(1.1);
}

/* Typography */
.cta-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.cta-text {
    color: #94a3b8;
    font-size: 13px;
    margin-bottom: 20px;
}

/* Buttons Container */
.cta-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

/* Individual Buttons */
.cta-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cta-call {
    background: #fff;
    color: #1e293b;
    border: none;
}

.cta-call:hover {
    background: #FEA116;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(254, 161, 22, 0.3);
}

.cta-wa {
    background: #25D366;
    color: #fff;
    border: none;
}

.cta-wa:hover {
    background: #20b859;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(37, 211, 102, 0.3);
}

/* Hours Section */
.cta-hours {
    font-size: 11px;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-hours i {
    color: #FEA116;
    font-size: 12px;
}

/* CLICKABLE PRODUCT CARD STYLES */
.room-item {
    cursor: pointer;
    transition: all 0.3s ease;
}

.room-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.btn-view, 
.btn-success,
.btn-view:active,
.btn-success:active {
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.room-item .col-md-5,
.room-item .col-md-7,
.room-item .p-4 {
    pointer-events: none;
}

.room-item .btn-view,
.room-item .btn-success,
.room-item .btn {
    pointer-events: auto;
}

.room-item:active {
    transform: scale(0.99);
}

.modal {
    z-index: 1055;
}

.modal-backdrop {
    z-index: 1050;
}

/* Responsive */
@media (max-width: 768px) {
    .cta-premium-inner {
        padding: 20px 16px;
    }
    
    .cta-icon-wrap {
        width: 55px;
        height: 55px;
    }
    
    .cta-icon-wrap i {
        font-size: 26px;
    }
    
    .cta-title {
        font-size: 16px;
    }
    
    .cta-buttons {
        gap: 10px;
    }
    
    .cta-btn {
        padding: 8px 10px;
        font-size: 12px;
    }
	
	/* Product Image Wrapper - Fix for mobile gap */
.product-image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 220px;
    overflow: hidden;
}

.product-image-wrapper .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 220px;
}

/* Mobile Responsive Fix for Product Cards */
@media (max-width: 767.98px) {
    .room-item .col-md-5,
    .room-item .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .product-image-wrapper {
        min-height: 250px;
    }
    
    .room-item .p-4 {
        padding: 1.25rem !important;
    }
    
    .room-item .d-flex {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .room-item .btn {
        flex: 1;
        text-align: center;
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* Tablet View Fix */
@media (min-width: 768px) and (max-width: 991.98px) {
    .product-image-wrapper {
        min-height: 280px;
    }
    
    .room-item .btn {
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* Desktop XL View */
@media (min-width: 1200px) {
    .room-item .col-xl-5 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .room-item .col-xl-7 {
        flex: 0 0 65%;
        max-width: 65%;
    }
}
	
}