/* --- PREMIUM IMAGE HOVER BOX --- */
.premium-img-box { background: #f8fafc; border: 1px solid #e2e8f0; padding: 15px; border-radius: 12px; transition: all 0.4s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.03); }
.premium-img-box:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); border-color: #c9a227; }
.premium-img-box .img-wrapper { overflow: hidden; border-radius: 8px; }
.premium-img-box img { width: 100%; height: auto; display: block; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.premium-img-box:hover img { transform: scale(1.05); }

.blog-cta { background: #0f172a; padding: 20px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); color: #ffffff; margin-bottom: 20px; }
.blog-cta h3 { text-align: center; color: #c9a227; margin-top: 0;}
.blog-cta h4 { color: #ffffff; margin-top: 0; }
.blog-cta ul { padding-left: 20px; margin-bottom: 15px; color: #cbd5e1; }
.blog-cta .btn-booking { display: block; width: auto; text-align: center; background: #8a6d1c; color: #ffffff; padding: 12px; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background 0.3s ease; margin-top: 10px; }
.blog-cta .btn-booking:hover { background: #1d4ed8; color: #ffffff; }

.blog-image-cta {background: #0f172a;padding: 25px 20px;border-radius: 12px;box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);color: #ffffff;margin-bottom: 30px;text-align: center;border: 1px solid #1e293b;}
.blog-image-cta .cta-top-img {width: 100%;height: auto;margin: 0 auto 20px auto ;display: block ;}

.blog-image-info {text-align: center;}
.blog-image-info .cta-top-img {width: 100% ;max-width: 150px;height: auto;margin-left: auto;margin-right: auto;margin-top: 0 ;margin-bottom: 25px;display: block;}

.screen-reader-text { border:0 !important; clip:rect(1px,1px,1px,1px) !important; -webkit-clip-path:inset(50%) !important; clip-path:inset(50%) !important; height:1px !important; margin:-1px !important; overflow:hidden !important; padding:0 !important; position:absolute !important; width:1px !important; word-wrap:normal !important; }