:root{--tm-primary-color:#191b41;--tm-box-color:#f9f9f9;--tm-text-color:#fff;--tm-text-second-color:#333;--tm-text-para-color:#666;--tm-text-para-color-light:#d1cece;--tm-box-shadow-color:rgba(0, 0, 0, 0.3);--tm-heading-color:#005177;--tm-icon-color:#73c2e7}.tm-hotel-details{padding:50px 200px;text-align:justify}.tm-hotel-location h4,.tm-hotel-location i{font-size:1.1rem}.tm-hotel-data p{color:#373737}.gallery-heading{font-size:36px;color:var(--tm-heading-color);margin-top:30px}.tm-hotel-gallery div{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:60px}.tm-hotel-gallery img{width:400px;height:250px;border-radius:5%}.tm-hotel-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-auto-rows:180px;gap:18px;max-width:900px;margin:0 auto;padding:16px 0}.tm-gallery-grid-item{border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .08);background:#fff;display:flex;align-items:center;justify-content:center;transition:transform 0.18s,box-shadow 0.18s;opacity:0;transform:translateY(40px) scale(.97);animation:tm-fade-in-up 0.7s cubic-bezier(.23,1.02,.47,.98) forwards}.tm-gallery-grid-item:hover{transform:scale(1.05);box-shadow:0 4px 16px rgb(0 0 0 / .12)}.tm-gallery-grid-item img{width:100%;height:100%;object-fit:cover;display:block}@keyframes tm-fade-in-up{to{opacity:1;transform:translateY(0) scale(1)}}.tm-gallery-grid-item{animation-delay:0.1s}.tm-gallery-grid-item:nth-child(2){animation-delay:0.2s}.tm-gallery-grid-item:nth-child(3){animation-delay:0.3s}.tm-gallery-grid-item:nth-child(4){animation-delay:0.4s}.tm-gallery-grid-item:nth-child(5){animation-delay:0.5s}.tm-gallery-grid-item:nth-child(6){animation-delay:0.6s}.tm-gallery-grid-item:nth-child(7){animation-delay:0.7s}.tm-gallery-grid-item:nth-child(8){animation-delay:0.8s}.tm-gallery-grid-item:nth-child(9){animation-delay:0.9s}.tm-gallery-grid-item:nth-child(10){animation-delay:1s}.gallery-section{width:100%;max-width:1200px;margin:0 auto;padding:20px}.section-title{text-align:center;color:#2c3e50;margin-bottom:40px;font-size:2.5rem;text-shadow:1px 1px 3px rgb(0 0 0 / .1)}.carousel-container{position:relative;overflow:hidden;border-radius:15px;box-shadow:0 15px 30px rgb(0 0 0 / .2);background:#fff}.carousel-slides{display:flex;transition:transform 0.5s ease-in-out;height:500px}.carousel-slide{min-width:100%;height:100%;position:relative}.carousel-slide img{width:100%;height:100%!important;object-fit:cover;display:block}.slide-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgb(0 0 0 / .8),transparent);color:#fff;padding:20px;text-align:center}.slide-title{font-size:1.5rem;margin-bottom:5px;font-weight:600}.slide-desc{font-size:1rem;opacity:.9}.carousel-controls{display:flex;justify-content:center;margin-top:20px;margin-bottom:20px;gap:10px}.carousel-btn{background:#3498db;color:#fff;border:none;padding:12px 20px;border-radius:50px;cursor:pointer;font-weight:700;transition:all 0.3s ease;display:flex;align-items:center;gap:8px;box-shadow:0 4px 8px rgb(0 0 0 / .1)}.carousel-btn:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 6px 12px rgb(0 0 0 / .15)}.carousel-btn:active{transform:translateY(0)}.carousel-dots{display:flex;justify-content:center;margin-top:20px;gap:8px}.dot{width:12px;height:12px;border-radius:50%;background:#bdc3c7;cursor:pointer;transition:all 0.3s ease}.dot.active{background:#3498db;transform:scale(1.3)}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 20px;z-index:10}.nav-btn{width:50px;height:50px;border-radius:50%;background:rgb(255 255 255 / .8);color:#3498db;border:none;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:all 0.3s ease;box-shadow:0 2px 5px rgb(0 0 0 / .2)}.nav-btn:hover{background:#fff;transform:scale(1.1)}.thumbnails{display:flex;justify-content:center;gap:10px;margin-top:30px;flex-wrap:wrap;display:none}.thumbnail{width:80px;height:60px;border-radius:8px;overflow:hidden;cursor:pointer;opacity:.6;transition:all 0.3s ease;box-shadow:0 2px 4px rgb(0 0 0 / .2)}.thumbnail:hover,.thumbnail.active{opacity:1;transform:scale(1.1)}.thumbnail img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.carousel-slides{height:350px}.section-title{font-size:2rem}}@media (max-width:480px){.carousel-slides{height:250px}.section-title{font-size:1.8rem}.carousel-btn{padding:10px 15px;font-size:.9rem}.nav-btn{width:40px;height:40px;font-size:1rem}}@media (max-width:600px){.tm-hotel-details .header{margin-top:0;display:flex;flex-direction:column;align-items:center}.tm-hotel-details .header h3{font-size:2rem;margin:0;padding-top:10px}.tm-hotel-details .header i,.tm-hotel-details .header h4{font-size:18px}.tm-hotel-data{padding:0;margin:0}.gallery-heading{text-align:center;font-weight:700;font-size:1.5rem}.tm-hotel-gallery-grid{grid-template-columns:1fr 1fr;gap:10px;grid-auto-rows:120px}.tm-hotel-details img{height:250px;border-radius:10px}}@media (max-width:1366px){.tm-hotel-details{padding:50px 50px}}