 /* --- GENERAL THEME --- */
 body {

     font-size: 16px;
     color: #000;
     /* background-color: #dbf3fc; */
     background-image: url(../image/index/background.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     /* background-position: center; */
     background-attachment: fixed;
     font-family: 'Quicksand', sans-serif !important;


 }

 .navbar-collapse {
     padding-right: 0 !important;
     padding-left: 0 !important;
 }

 /* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap'); */

 .img-event img {
     height: 200px !important;
 }

 .mb-2 {
     margin-bottom: 8px !important;
 }

 .mb-0 {
     margin-bottom: 0px !important;
 }

 .navbar-default .navbar-toggle .icon-bar {
     background-color: #ffffff;
 }

 table {

     font-size: 16px;
     font-weight: 500;
 }

 thead th {
     background-color: #ff8c22;
     color: #fff;
     font-weight: 500;
 }

 .navbar-default .navbar-toggle {
     border-color: transparent !important;
 }

 .navbar-default .navbar-toggle:focus,
 .navbar-default .navbar-toggle:hover {
     background-color: transparent !important;
 }

 .w-100 {
     width: 100%;
 }

 label {
     font-weight: 500;
 }

 h1,
 h2,
 h3,
 h4,
 .navbar-brand {
     font-family: 'Quicksand', sans-serif;
     /* Playful font */
     font-weight: 600;
     letter-spacing: 1px;
 }

 /* --- HEADER AREA --- */
 .top-header {
     /* padding: 10px 0; */
     position: relative;
     font-family: 'Quicksand', sans-serif;
 }

 .p-2 {
     padding: 8px;
 }

 .mr-1 {
     margin-right: 4px;
 }

 .crosshairs {
     display: flex;
     align-items: baseline;
 }

 .address-board {

     color: #000000;
     padding: 10px;
     border-radius: 5px;
     font-weight: 600;
     margin-top: 10px;
     font-family: 'Quicksand', sans-serif;
     font-size: 16px;
     text-align: left;
 }

 .logo-placeholder {
     max-width: 135px;
     /* max-width: 250px; */
     margin-top: 8px;
 }

 .icolor {
     color: #ff8c22;
 }

 .py-5 {
     padding-top: 30px;
     padding-bottom: 30px;
 }

 /* --- WOODEN NAVBAR --- */
 .navbar-wood {
     background-color: #52b401;
     /* Wood brown */
     border: none;
     border-radius: 0px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
     margin-bottom: 0px;
 }

 .navbar-wood .navbar-nav>li>a {
     color: #fff !important;
     text-shadow: 1px 1px 0 #b6afaf;
     font-size: 20px;
     font-weight: 600;
     font-family: 'Quicksand', sans-serif;
     display: block;
     text-align: center;
     white-space: nowrap;
 }

 .navbar-wood .navbar-nav>li>a:hover {
     color: #fff;
     background-color: #ff8c22;
 }

 .text-end {
     text-align: end;
 }

 .navbar-wood .navbar-nav {
     width: 100%;
     display: flex;
     /* justify-content: space-evenly; */

     align-items: center;
 }

 .navbar-wood .navbar-nav>li {
     /* float: none; */
     /* very important */
     flex: 1;
 }

 /* --- TAPE HEADERS --- */
 .tape-header {
     display: inline-block;

     padding: 10px 40px;
     color: #fff;
     font-size: 24px;
     position: relative;
     margin: 20px 0;
     text-transform: uppercase;
     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);

 }

 /* --- SLIDER FRAME STYLE --- */
 .slider-container {
     background: #fff;
     /* padding: 10px; */
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
     transform: rotate(-0deg);
     max-width: 1200px;
     margin-left: auto;
     margin-right: auto;
 }

 .mt-0 {
     margin-top: 0px !important;
 }

 .mt-2 {
     margin-top: 8px;
 }

 .carousel-inner>.item>img {
     width: 100%;
     height: 350px;
     /* Fixed height for consistency */
     object-fit: cover;
     /* Ensures images don't stretch weirdly */
 }

 .carousel-inner>.item>a>img {
     width: 100%;
     height: 350px;
     /* Fixed height for consistency */
     object-fit: cover;
     /* Ensures images don't stretch weirdly */
 }

 .tape-green {
     background-color: #66cc00;
 }

 .tape-FF0000 {
     color: #ff8c22 !important;
     text-shadow: 1px 1px 0 #8b8686;
 }

 .tape-orange {
     background-color: #ff8c22;
 }

 .tape-brown {
     background-color: #8d5524;
     /* width: 100%; */
     text-align: center;
 }

 /* .form-group {
     margin-bottom: 8px;
 } */

 .tape-black {
     color: #000;
     font-size: 30px;
     font-weight: 600;
     font-family: 'Quicksand', sans-serif;
     margin-bottom: 10px !important;

 }

 /* --- CONTENT BOXES (Torn Paper Effect) --- */
 .white-paper-box {
     background-color: #fff;
     padding: 20px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     position: relative;


 }

 .min-box {
     min-height: 250px;
 }

 hr {
     margin-top: 8px;
     margin-bottom: 8px;
     border: 0;
     border-top: 1px solid #fffefe;
 }

 .bg-none {
     background: none;
     box-shadow: none;
 }

 .bg-white {
     background: #fff;

 }

 /* --- BUTTONS --- */
 .btn-custom-yellow {
     background-color: #ff8c22;
     color: #fff;

     font-size: 24px;
     border-radius: 0px;
     padding: 8px 30px;
     /* border: 2px solid #f39c12; */
 }

 .btn-custom-orange {
     background-color: #ff8c22;
     color: #fff;
     font-weight: 500;
 }

 .form-control {
     height: 45px;
 }

 /* --- NEWS & EVENTS GRID --- */
 .news-item,
 .event-item {
     background-color: #f8f8f8;
     /* Light yellow bg like screenshots */
     /* padding: 10px; */
     margin-bottom: 20px;
     border: 1px solid #eee;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
 }

 .news-title {
     color: #ff8c22;
     font-weight: 500;
     font-size: 18px;
 }

 .news-item img {
     width: 100%;
     height: 200px;
     object-fit: cover;
     /* border-radius: 5px; */
 }

 .news-item .title-news {
     background: #fff;
     padding: 18px;
 }

 /* .event-item .title-news {
   
    padding: 18px;
 } */
 .news-item .more-read {

     padding: 20px 18px;
     text-align: center;
 }

 .news-item .more-read a {
     background: #ff8c22;
     color: #fff;
     padding: 8px 70px;
     font-weight: 500;
     text-decoration: none;


 }

 .my-2 {
     margin-top: 8px;
     margin-bottom: 8px;
 }

 /* .event-item .more-read {
   
    padding-top: 8px ;
    
 } */
 /* .event-item .more-read a{
    background: #ff8c22;
    color: #fff;
    padding: 8px 30px;
    font-weight: 500;
    text-decoration: none;
    
 } */

 .both-image img {
     width: 100%;
     height: 290px;
     object-fit: cover;
     /* border-radius: 5px; */
 }


 /* 
 .event-item .media-object {
     width: 180px;
     height: 170px;
     object-fit: cover;
     
 }*/
 .single-event-box {
     background-color: #fffbe0;
     padding: 15px;
     margin-bottom: 25px;
     border: 1px solid #f0e0c0;
     border-radius: 4px;
     min-height: 140px;
 }

 .event-single-box {
     background-color: #fffbe0;
     padding: 15px;
     margin-bottom: 25px;
     border: 1px solid #f0e0c0;
     border-radius: 4px;
     min-height: 130px;
 }

 .event-single-box img {
     width: 60px;
 }

 .event-single {
     background-color: #fffbe0;
     padding: 15px;
     margin-bottom: 25px;
     border: 1px solid #f0e0c0;
     border-radius: 4px;
     min-height: 150px;
 }

 .event-single img {
     width: 60px;
 }

 .event-single p {
     font-size: 18px;
 }


 .event-img img {
     width: 100%;
     height: 100px;
     object-fit: cover;
     border: 2px solid #fff;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 }

 .event-title {
     color: #ff8c22;

     font-size: 18px;
     margin-top: 0;
     margin-bottom: 5px;
     font-weight: 500;
     text-transform: uppercase;
     line-height: 1.2;
 }

 .event-desc {
     font-size: 16px;
     color: #444;
     margin-bottom: 5px;
     line-height: 1.4;
 }

 .read-more {
     font-size: 16px;
     color: #337ab7;
     font-weight: 500;
     text-decoration: none;
 }

 a.underline {
     color: #000;
     text-decoration: none;
     border-bottom: 2px solid currentColor;
     padding-bottom: 4px;
     /* underline আর text-এর gap */
 }

 .underline:hover {

     text-decoration: none;

 }

 .underline i {
     margin-right: 6px;
 }

 .read-more:hover {
     text-decoration: underline;
     color: #23527c;
 }

 .mt-20 {
     margin-top: 20px !important;
 }

 /* --- OFFERS SECTION STYLE --- */
 .offer-item {
     padding: 10px;
 }

 .offer-item img {
     width: 100%;
     height: 300px;
     /* object-fit: cover; */
     border: 1px solid #ddd;
     padding: 4px;
     background-color: #fff;
 }

 .offer-text {
     font-size: 18px;
     color: #333;
     margin-top: 10px;
     font-weight: 500;
 }

 .d-none {
     display: none;
 }

 /* --- TAKE A TOUR SECTION --- */
 .tour-boxbg {
     background-color: #ffeebb !important;
 }

 .tour-box {
     background-color: #ffeebb;
     padding: 20px;

     position: relative;

     /* border-top: 5px dashed #dbf3fc; */
     /* border-bottom: 5px dashed #dbf3fc; */
 }


 .hand-text {
     color: #5e3715;

     font-size: 30px;
     margin-bottom: 5px;
 }


 .arrow-left,
 .arrow-right {
     font-size: 40px;
     color: #555;
     margin-bottom: 10px;
     line-height: 1;
 }

 .p-0 {
     padding: 0;
 }

 /* ---  --- */
 .polaroid {
     background: white;
     padding: 10px 10px 30px 10px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
     display: inline-block;
     transition: transform 0.3s;
     position: relative;
     max-width: 100%;
 }

 .polaroid:hover {
     /* transform: scale(1.05); */
     z-index: 10;
 }


 /* .rotate-left {
     transform: rotate(-3deg);
 }

 .rotate-right {
     transform: rotate(3deg);
 } */


 .video-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 5;
 }

 .play-icon {
     font-size: 60px;
     color: #fff;
     text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
     opacity: 0.8;
 }


 /* --- FACEBOOK WIDGET STYLE --- */
 .fb-widget-box {
     border: 1px solid #dfe3ee;
     background: #f6f7f9;
     padding: 12px;
     text-align: left;
     border-radius: 3px;
 }

 /* --- NEWSLETTER FORM STYLE --- */
 .newsletter-text {
     font-size: 18px;
     color: #555;
     margin-bottom: 8px;
 }

 .add-child-link {
     color: #337ab7;
     font-weight: 500;
     text-decoration: none;
     cursor: pointer;
 }

 .add-child-link:hover {
     text-decoration: underline;
 }

 .captcha-box {
     display: inline-block;
     width: 80px;
     margin-left: 10px;
 }

 .btn-subscribe {

     padding: 8px 40px;
     margin-top: 10px;
     /* box-shadow: 0 4px 0 #d35400; */
     transition: all 0.2s;
 }

 .btn-subscribe:active {
     transform: translateY(4px);
     box-shadow: none;
 }

 /* --- ORANGE TAPE HEADER --- */
 .tape-header-orange {
     background-color: #ff8c22;
     color: white !important;
     padding: 10px 40px;

     font-size: 24px;
     display: inline-block;
     /* transform: rotate(-2deg); */
     box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
     position: relative;
     z-index: 10;
     text-transform: uppercase;
     text-decoration: none !important;
     /* border-radius: 2px; */
     cursor: default;
 }

 .tape-header-orange:hover {
     /* transform: scale(1.05) rotate(-2deg); */
     color: #fff;
 }

 /* --- FOOTER STYLE --- */
 .custom-footer {
     background-color: #fff9c4;
     /* background-image: url(image/index/footerbg.png); */
     padding-top: 30px;
     padding-bottom: 20px;
     position: relative;

     /* width: 100%; */
 }

 /* .footer {
    background-image: url('image/index/footerbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
} */



 .footer-links {
     text-align: center;
     font-size: 18px;
     color: #000;
     margin-bottom: 10px;
     font-weight: bold;
 }

 .footer-links a {
     color: #000;
     text-decoration: none;
     margin: 0 5px;
     font-weight: 500;
 }

 .footer-links a:hover {
     color: #ff8c22;
     text-decoration: underline;
 }

 .secondary-links {
     font-size: 16px;
 }


 .footer-logos img {
     margin: 10px;
     vertical-align: middle;
 }

 /* .footer-credit a{
            color: #fff;} */
 /* .footer-credit {
     color: #337ab7;
     margin-top: 10px;
     font-size: 18px;
     margin-bottom: 30px;
 } */


 .relative-box {
     position: relative;
 }

 .butterfly-left {
     position: absolute;
     left: 0;
     top: 20px;
     width: 80px;
     transform: rotate(-15deg);
 }

 .butterfly-right {
     position: absolute;
     right: 0;
     top: 20px;
     width: 80px;
     transform: rotate(15deg);
 }



 /* Scroll to Top Button */
 /* .scroll-top-btn {
     position: absolute;
     bottom: 20px;
     right: 30px;
     background-color: #009933;
     color: #fff;
     width: 40px;
     height: 40px;
     text-align: center;
     line-height: 40px;
     border-radius: 5px;
     border: 2px solid #fff;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
     font-size: 24px;
 }

 .scroll-top-btn:hover {
     background-color: #007722;
     color: #fff;
 }
 .scroll-top-btn:focus{color: #fff;} */
 .grass-bg {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    display: none; /* start hidden */
}

.scroll-top-btn {
    width: 45px;
    height: 45px;
    background: #ff6b00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.scroll-top-btn:hover {
    background: #ff8800;
    transform: translateY(-3px);
    color: #fff;
    text-decoration: none;
}
.scroll-top-btn:focus {
    background: #ff8800;
    transform: translateY(-3px);
    text-decoration: none;
    color: #fff;

}


 .policy-item p {
     font-size: 18px;
 }

 .policy-box {
     background-color: #fff;
     padding: 30px;
     border: 3px dashed #FF0000;
     border-radius: 10px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     background-image: linear-gradient(#fff 95%, #f9f9f9 100%);
 }


 .policy-title {

     font-size: 24px;
     margin-top: 0;
     text-transform: uppercase;
 }


 .icon-danger {
     color: #FF0000;
     font-size: 30px;
     margin-right: 15px;
 }

 .icon-success {
     color: #66cc00;
     font-size: 30px;
     margin-right: 15px;
 }

 .icon-warning {
     color: #ff8c22;
     font-size: 30px;
     margin-right: 15px;
 }


 .dashed-line {
     border-top: 1px dashed #ddd;
     margin: 20px 0;
 }

 /* .minheight>.item>img {
     height: 250px;
 } */

 .responsive-img {
     display: flex;
     justify-content: space-between;
 }

 .responsive-img img {
     width: 100px;
 }

 .align-items-center {
     align-items: center;
 }

 .text-danger {
     color: #FF0000;
 }

 .text-success {
     color: #66cc00;
 }

 .text-warning {
     color: #ff8c22;
 }

 /* .feature-img-box img {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 4px solid #fff;
    transform: rotate(-2deg); 
    transition: transform 0.3s;
} */
 /* .feature-img-box img:hover {
    transform: rotate(0deg) scale(1.02); 
} */


 .custom-feature-list {
     list-style: none;
     padding-left: 0;
     margin-top: 10px;
 }

 .custom-feature-list li {
     border-bottom: 1px dashed #ccc;
     padding: 10px 0;
     position: relative;
     padding-left: 25px;
 }


 .custom-feature-list li:before {
     content: "";
     background-image: url(../image/index/star.png);
     background-size: 18px 18px;
     width: 18px;
     height: 18px;
     position: absolute;
     left: 0;
     top: 14px;

 }


 .custom-feature-list li a {
     color: #555;
     font-size: 18px;
     font-weight: 500;
     text-decoration: none;
     transition: color 0.2s;
 }


 .custom-feature-list li a:hover {
     color: #ff8c22;
     padding-left: 5px;
 }

 .news-item-img img {
     object-fit: inherit;
 }

 /* Main image */
 .slider-for img {
     width: 100%;
     border-radius: 6px;
     height: 450px;
     object-fit: cover;
     margin-bottom: 20px;
 }

 /* Arrow style */
 .slick-prev-custom,
 .slick-next-custom {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     width: 25px;
     height: 25px;
     background: rgba(255, 255, 255, 0.85);
     border: none;
     border-radius: 50%;
     font-size: 16px;
     cursor: pointer;
     z-index: 10;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
 }

 .slick-prev-custom {
     left: 15px;
 }

 .slick-next-custom {
     right: 15px;
 }

 /* Hover */
 .slick-prev-custom:hover,
 .slick-next-custom:hover {
     background: #fff;
 }


 /* Thumbnails */
 .slider-nav {
     margin-top: 15px;
     gap: 10px;
 }

 .slider-nav img {
     width: 100%;
     height: 80px;
     border-radius: 4px;
     opacity: 0.6;
     cursor: pointer;
 }

 .slider-nav .slick-current img {
     opacity: 1;
     border: 2px solid #ff6b00;
 }

 /* slider-nav image gap */
 .slider-nav .slick-slide {
     padding: 0 8px;
     /* left-right gap */
 }

 .slider-nav {
     margin: 0 -8px;
     /* padding balance */
 }

 .slider-nav img {
     width: 100%;
     border-radius: 6px;
     /* optional – smooth look */
 }

 .party-btn-wrap {
     display: flex;
     justify-content: center;
     gap: 15px;
     flex-wrap: wrap;
     margin-bottom: 10px;
 }

 .party-btn-wrap a {
     min-width: 220px;
     text-align: center;
 }

 .learn-more-btn {
     display: inline-block;
     width: auto;
     max-width: fit-content;
     padding: 6px 14px;
     font-size: 16px;
     font-weight: 600;
     color: #ffffff;
     border: 1px solid #ff9f43;
     /* border-radius: 20px; */
     background: #ff9f43;
     text-decoration: none;
     white-space: nowrap;
 }

 .learn-more-btn:hover {
     background: #ff9f43;
     color: #fff;
     text-decoration: none;
 }

 .learn-more-btn:focus {
     color: #fff !important;
     text-decoration: none !important;
 }

 /* *************************************************************************************************** */
 .content-card {
     background: #fff;
     padding: 20px;
     /* border-radius: 25px; */
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
     /* Deep Shadow for 3D effect */
     position: relative;
     z-index: 2;
 }

 /* Typography */
 h2.title-main {

     color: #ff6b6b;
     font-size: 38px;
     margin-top: 0;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

 h4.subtitle {
     /* color: #555; */
     font-weight: 600;
     margin-bottom: 25px;
     border-left: 5px solid #ff9f43;
     padding-left: 15px;
 }

 p.text-body {
     font-size: 16px;
     /* color: #666; */
     line-height: 1.8;
     margin-bottom: 20px;
 }

 /* Feature Icons Row */
 .feature-box {
     background: #f0f8ff;
     border-radius: 15px;
     padding: 15px;
     margin-top: 20px;
     display: flex;
     align-items: center;
     border: 1px solid #dcdcdc;
 }

 .feature-box i {
     font-size: 24px;
     color: #00cec9;
     margin-right: 15px;
 }

 /* Call to Action Area (Right Side) */
 .cta-area {
     text-align: center;
     background: #fff5f5;
     border-radius: 20px;
     padding: 30px;
     border: 2px dashed #ff6b6b;
     /* Dashed border looks playful */
     margin-top: 20px;
 }

 .price-text {
     font-weight: bold;
     color: #333;
     font-size: 18px;
     margin-bottom: 15px;
 }

 /* Modern Gradient Button */
 .btn-glow {
     /* background: linear-gradient(to right, #ff9f43, #ff6b6b); */
     background: #ff9f43;
     color: #fff;
     padding: 15px 15px;
     /* border-radius: 50px; */
     font-size: 16px;

     border: none;
     box-shadow: 0 10px 20px rgba(255, 107, 107, 0.4);
     transition: all 0.3s ease;
     display: block;
     width: 100%;
     text-transform: uppercase;
     white-space: normal;
 }

 .btn-glow:hover {
     /* transform: translateY(-5px) scale(1.02); */
     box-shadow: 0 15px 25px rgba(255, 107, 107, 0.6);
     color: #fff;
     text-decoration: none;
 }

 a.active {
     /* border: 2px solid #ff9f43;
     padding: 4px 27px !important;
     border-radius: 8px; */
     background-color: #ff8c22;
 }

 .btnglow {
     /* background: linear-gradient(to right, #ff9f43, #ff6b6b); */
     background: #52b401;
     color: #fff;
     padding: 15px 30px;
     /* border-radius: 50px; */
     font-size: 16px;

     border: none;
     box-shadow: 0 10px 20px rgba(255, 107, 107, 0.4);
     transition: all 0.3s ease;

     text-transform: uppercase;
     display: inline-block;
     width: auto;
     max-width: fit-content;
     white-space: normal;
     margin-top: 20px;
 }

 .rules-of-play {
     background: #4c4646 !important;
     color: #ffffff;
     box-shadow: 0 10px 20px rgb(255 255 255 / 40%);
 }

 .rules-of-play:focus {
     text-decoration: none;
     color: #fff;
     border: none;
     outline: none;
 }

 .btnglow:focus {
     text-decoration: none;
     border: none;
     outline: none;
     color: #fff;
 }

 .btnglow:hover {
     /* transform: translateY(-5px) scale(1.02); */
     /* box-shadow: 0 15px 25px rgba(255, 107, 107, 0.6); */
     color: #fff;
     text-decoration: none;
 }

 .fa-calendar-check {
     font-size: 50px;
     color: #ff9f43;
     margin-bottom: 15px;
 }

 .fa-star {
     color: #f1c40f;
 }

 .feature-box-span {
     font-weight: 600;
     color: #444;
 }

 .instant-booking {
     margin-top: 15px;
     font-size: 13px;
     color: #888;
 }

 /* *************************************************************************************************** */
 .zone-card {
     position: relative;
     width: 100%;
     height: 450px;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     /* border-radius: 20px; */
     overflow: hidden;
     /* margin-bottom: 30px; */
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
     border-radius: 20px;
     margin-bottom: 10px;
 }

 /* Common Overlay Style */
 .zone-overlay {
     position: absolute;
     top: 0;
     bottom: 0;
     width: 50%;
     /* Half width Text */
     padding: 40px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 /* Main Card Style */
 .zonecard {
     position: relative;
     width: 100%;

     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     /* border-radius: 20px; */
     overflow: hidden;
     /* margin-bottom: 30px; */
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
 }

 /* Common Overlay Style */
 .zoneoverlay {

     width: 100%;
     /* Half width Text */
     padding: 40px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 /* --- RIGHT SIDE STYLE (Default) --- */
 .overlay-right {
     right: 0;
     /* Daan dike thakbe */
     text-align: left;
     /* White Fade from Right to Left */
     background: linear-gradient(to left, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.7) 60%);
     /* background: linear-gradient(to left, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.7) 100%); */
 }

 /* --- LEFT SIDE STYLE (New) --- */
 .overlay-left {
     left: 0;
     /* Baame thakbe */
     text-align: left;
     /* White Fade from Left to Right */
     background: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.7) 60%);
     /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.7) 100%); */
 }

 /* Typography */
 h2.zone-title {
     font-family: 'Quicksand', sans-serif;
     color: #0d2c54;
     font-weight: 600;
     font-size: 28px;
     margin-top: 0;
     margin-bottom: 5px;
 }

 p.zone-age {
     font-family: 'Quicksand', sans-serif;
     color: #b08d55;
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 10px;
 }

 /* Bullet List */
 .zone-features {
     list-style: none;
     padding-left: 0;
     margin: 0;
 }

 .zone-features li {
     font-family: 'Quicksand', sans-serif;
     font-size: 16px;
     color: #444;
     margin-bottom: 10px;
     position: relative;
     padding-left: 20px;
     font-weight: 600;
 }

 .zone-features li:before {
     content: '•';
     position: absolute;
     left: 0;
     color: #0d2c54;
     font-size: 20px;
     line-height: 18px;
 }


 /* *************************************************************************************************** */
 .social-section {

     text-align: center;
 }

 .social-card {
     background: #fff;
     padding: 30px 20px;
     border-radius: 10px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
     margin-bottom: 10px;
     margin-top: 10px;
     border: 1px solid #eee;
 }

 .social-icon {
     width: 60px;
     height: 60px;
     margin-bottom: 15px;
 }

 .social-card h3 {
     font-size: 18px;
     font-weight: bold;

     margin-top: 0;
     margin-bottom: 10px;

 }

 .followers {
     color: #777;
     font-size: 14px;
     margin-bottom: 20px;
 }


 .btn-block {
     padding: 10px;
     font-size: 16px;
     border-radius: 8px;
     border: none;
 }

 .btn-fb {
     background-color: #1877F2;
 }

 .btn-tt {
     background-color: #010101;
     color: #fff;
 }


 .btn-ig {
     background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
     color: #fff;
 }

 .btn:focus {
     color: #fff;
 }

 .btn:hover {
     color: #fff;
 }

 .btn-ig:hover {
     color: #fff;
     opacity: 0.9;
 }

 /* *************************************************************************************************** */
 /* *************************************************************************************************** */
 .faq-accordion .panel-heading {
     padding: 0;
 }

 .faq-accordion .panel-title a {
     display: block;
     padding: 15px 45px 15px 15px;
     font-weight: 600;
     text-decoration: none;
     position: relative;
     color: #333;
 }

 .faq-accordion .panel-title a:hover {
     text-decoration: none;
     background: #f7f7f7;
 }

 /* Icon */
 .faq-accordion .panel-title a .icon {
     position: absolute;
     right: 15px;
     top: 50%;
     width: 22px;
     height: 22px;
     margin-top: -11px;
     border: 1px solid #ccc;
     border-radius: 50%;
 }

 /* + sign */
 .faq-accordion .panel-title a .icon:before,
 .faq-accordion .panel-title a .icon:after {
     content: '';
     position: absolute;
     background: #333;
 }

 .faq-accordion .panel-title a .icon:before {
     width: 10px;
     height: 2px;
     top: 50%;
     left: 50%;
     margin-left: -5px;
     margin-top: -1px;
 }

 .faq-accordion .panel-title a .icon:after {
     width: 2px;
     height: 10px;
     top: 50%;
     left: 50%;
     margin-left: -1px;
     margin-top: -5px;
 }

 /* Open state = minus */
 .faq-accordion .panel-title a:not(.collapsed) .icon:after {
     display: none;
 }

 /* Body styling */
 .faq-accordion .panel-body {
     background: #fff;
     border-top: 1px solid #eee;
 }

 .faq-accordion ul {
     padding-left: 20px;
     margin: 0;
 }

 .faq-accordion ul li {
     margin-bottom: 6px;
 }

 /* *************************************************************************************************** */
 /* --- UQNICE SEPARATE BUTTONS --- */
 .uq-action-container {
     display: flex;
     justify-content: center;
     gap: 20px;
     margin-top: 20px;
     flex-wrap: wrap;
 }

 .uq-btn {
     text-decoration: none;
     /* font-family: 'Segoe UI', sans-serif; */
     font-weight: 600;
     font-size: 16px;
     padding: 12px 33px;
     /* border-radius: 50px;  */
     display: flex;
     align-items: center;
     gap: 10px;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     color: #fff;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
 }

 /* Call Button Color */
 .uq-btn-call {
     background: linear-gradient(135deg, #66cc00, #66cc00);
 }

 /* Email Button Color */
 .uq-btn-email {
     background: #4c4646 !important;
     color: #ffffff;
     box-shadow: 0 10px 20px rgb(255 255 255 / 40%);
 }

 /* Hover Effect */
 .uq-btn:hover {
     /* transform: translateY(-3px);  */
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
     color: #fff;
     text-decoration: none;
 }

 .uq-btn:focus {
     text-decoration: none;
     color: #fff;
 }

 /* Mobile Responsive */
 @media (max-width: 480px) {
     .uq-action-container {
         flex-direction: column;
         gap: 15px;
     }

     .uq-btn {
         justify-content: center;
         width: 100%;
     }
 }

 /* *************************************************************************************************** */

 .bg-blue {
     background: linear-gradient(135deg, #66cc00, #66cc00);
     box-shadow: 0 5px 15px rgba(0, 114, 255, 0.3);
 }

 .bg-green {
     background: linear-gradient(135deg, #66cc00, #66cc00);
     box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
 }

 .bg-orange {
     background: linear-gradient(135deg, #f39c12, #e67e22);
     box-shadow: 0 5px 15px rgba(230, 126, 34, 0.3);
 }


 .card-phone:hover {
     border-bottom-color: #66cc00;
 }

 .card-email:hover {
     border-bottom-color: #ff8c22;
 }

 .card-loc:hover {
     border-bottom-color: #66cc00;
 }

 .follow-us {
     background: #fff9c4;
     color: #000;
     font-size: 24px;
     padding: 10px;
     font-weight: 600;
 }

 .uqnice-follow-card {
     background: #ffffff;
     /* padding: 40px 30px; */
     border-radius: 20px;
     /* text-align: center; */
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
     transition: all 0.3s ease;
     min-height: 304px;

     position: relative;
     overflow: hidden;
     margin-bottom: 20px;
 }

 .uqnice-follow {
     width: 100%;
     padding: 40px 30px;

 }

 .uqnice-contact-card {
     /* background: #ffeebb; */
     background: #ffffff;
     padding: 40px 30px;
     border-radius: 20px;
     text-align: center;
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
     transition: all 0.3s ease;
     height: 100%;
     border-bottom: 5px solid transparent;
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
 }

 .uqnice-contact-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
 }


 .uqnice-icon-circle {
     width: 80px;
     height: 80px;
     margin: 0 auto 25px auto;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 32px;
     color: #fff;
     transition: transform 0.3s ease;
 }

 /*.card-phone:hover { border-bottom-color: #ff8c22; }
    .card-email:hover { border-bottom-color: #ff8c22; }
    .card-loc:hover { border-bottom-color: #ff8c22; }*/


 .uqnice-card-title {

     font-size: 24px;
     font-weight: 600;
     color: #000;
     margin-bottom: 15px;
 }

 .uqnice-card-text {
     font-size: 16px;
     color: #000;
     line-height: 1.6;
     margin-bottom: 20px;
 }

 .uqnice-card-text strong {
     color: #000;
     display: block;
     margin-bottom: 5px;
 }

 .bg-orange {
     background: linear-gradient(135deg, #ff8c22, #ff8c22);
     box-shadow: 0 5px 15px rgba(230, 126, 34, 0.3);
 }

 .uqnice-btn-link {
     display: inline-block;
     padding: 10px 25px;
     /* border-radius: 30px; */
     text-decoration: none;
     font-weight: 600;
     transition: 0.3s;
     background-color: #ff8c22;
     color: #fff;
 }

 .uqnice-btn-link:hover {
     text-decoration: none;
     color: #fff;
 }

 .uqnice-btn-link:focus {
     text-decoration: none;
     color: #fff;
 }

 /* *************************************************************************************************** */
 .fs-6 {
     font-size: 16px !important;
 }

 .hr-dashed {
     border-top: 2px dashed #6e1f00;
     margin: 20px 0;
 }

 .alert-warning {
     border-radius: 10px;
     border: 2px solid #f39c12;
     color: #d35400;
 }

 .section-header {
     color: #000;
     /* Hot Pink */
     font-weight: 600;
     /* text-align: center; */
     font-size: 30px;
     margin-bottom: 10px;
     margin-top: 0px;
     /* text-shadow: 2px 2px 0px #fff; */
 }

 .section-header span {
     color: #000;
     font-size: 30px;

 }


 .image-content {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
     color: #fff;

 }

 .image-wrapper {
     position: relative;
 }


 /* Header / Hero Section */
 .uqnice-hero {
     /* background: linear-gradient(135deg, #00c6ff, #0072ff); */
     background-image: url(../image/index/time&prices.jpg   );
     color: #fff;
     padding: 80px 15px;
     text-align: center;

     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
     /* height: 450px; */
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
 }

 .uqnicehero h1 {
     font-size: 30px;
     margin-bottom: 20px;
     margin-top: 0px;
     font-weight: 600;
     color: #000;
     /* text-shadow: 3px 3px 0px #6e1f00; */
 }

 .uqnicehero h1 span {
     font-size: 24px;
     /* margin-bottom: 20px; */
     color: #000;
     /* text-shadow: 3px 3px 0px #6e1f00; */
 }

 /* Status Banner */
 .status-badge {
     /* background: linear-gradient(to right, #ff9f43, #ff6b6b); */
     background: #ff9f43;
     color: #fff;
     padding: 10px 25px;
     font-size: 18px;
     font-weight: bold;
     border-radius: 50px;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
     display: inline-block;
     margin-bottom: 20px;
     border: 2px solid #fff;
 }

 /* --- UQNICE HOT DESIGN --- */
 .uqnice-offer-box {

     padding: 10px;

     border-radius: 15px;
     /* box-shadow: 0 10px 20px rgba(118, 75, 162, 0.4); */
     box-shadow:
         0 2px 6px rgba(118, 75, 162, 0.12),
         0 8px 20px rgba(118, 75, 162, 0.08);

     margin-bottom: 30px;
     position: relative;
     overflow: hidden;
     height: auto;
 }

 .min-height-360 {
     min-height: 360px;
 }

 .min-height-292 {
     min-height: 292px;
 }

 .h-585 {
     min-height: 585px !important;
 }

 .uqnice-inner-dashed {
     /* border: 2px dashed rgba(255, 255, 255, 0.5);  */
     border-radius: 10px;
     padding: 30px;
     position: relative;
     z-index: 2;
 }


 .uqnice-offer-title {

     font-size: 24px;
     margin-top: 0;
     font-weight: 600;
     color: #ff8c22
 }




 .uqnice-text-content {
     font-size: 16px;
     line-height: 1.6;
     /* margin-bottom: 15px; */
     font-weight: 400;
 }


 .uqnice-action-link {
     display: inline-block;
     /* margin-top: 15px; */
     color: #000;
     font-weight: bold;
     text-decoration: none;
     border-bottom: 2px solid #000;
     transition: 0.3s;
     font-size: 16px;
 }

 .uqnice-action-link:hover {
     color: #000;
     border-bottom-color: #000;
     text-decoration: none;
 }

 /* Buttons */
 .btn-wacky {
     background-color: #6e1f00;
     color: #fff;

     font-size: 24px;
     padding: 12px 40px;
     border-radius: 50px;
     border: 4px solid white;
     box-shadow: 0 5px 0 #6e1f00;
     transition: all 0.2s;
     white-space: normal;
 }

 .btn-wacky:hover,
 .btn-wacky:focus {
     background-color: #6e1f00;
     color: #fff;
     text-decoration: none;
     top: -2px;
     position: relative;
 }

 .btn-outline-fun {
     border: 2px solid #ff4800;
     color: #ff4800;
     background: white;
     font-weight: bold;
     border-radius: 20px;
     width: 100%;
     margin-bottom: 10px;
     padding: 10px;
     transition: 0.3s;
     white-space: normal;
 }

 .btn-outline-fun:hover {
     background: #ff4800;
     color: #fff;
 }

 /* Content Boxes */
 .welcome-box {
     background: white;
     padding: 30px;
     border-radius: 20px;
     border: 2px dashed #ff6b6b;
     margin-bottom: 30px;
     text-align: center;
 }

 /* Pricing Table Styling */
 .uqnice-table-card {
     background: white;
     border-radius: 4px;

 }


 .table-header-custom th {
     text-align: center;
     font-size: 20px;

     padding: 15px !important;
 }

 .table-row-custom td {
     vertical-align: middle !important;
     font-size: 16px;
     font-weight: 600;
 }

 .price-pop {
     color: #e74c3c;
     font-weight: 800;
     font-size: 18px;
 }

 /* Opening Times Table specific */
 .time-header-custom {
     background: #27ae60;
     /* Green */
 }

 .bg-transparent {
     background: transparent !important;
 }

 .badge-offer {
     /* background: linear-gradient(to right, #ff9f43, #ff6b6b); */
     background: #ff9f43;
     font-size: 14px;
     padding: 5px;
     border-radius: 10px;
     color: #fff;
     vertical-align: middle;
     white-space: nowrap;
     /* margin-left: 10px; */
 }

 /* *************************************************************************************************** */
 /* Cookie Banner Style */
 .cookie-banner {
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     background-color: #1a1a1a;
     color: #fff;
     padding: 20px;
     box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
     z-index: 9999;
     /* font-family: 'Segoe UI', sans-serif; */
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .cookie-container {
     display: flex;
     justify-content: space-between;
     align-items: center;
     max-width: 1200px;
     width: 100%;
     flex-wrap: wrap;
     gap: 15px;
 }

 .cookie-text {
     flex: 1;
     font-size: 16px;
     line-height: 1.5;
     margin-right: 20px;
 }

 .cookie-links {
     display: flex;
     align-items: center;
     gap: 15px;
     flex-wrap: wrap;
 }

 /* "Do not sell" Link Style */
 .do-not-sell {
     color: #aaa;
     font-size: 16px;
     text-decoration: underline;
     cursor: pointer;
     transition: color 0.3s;
 }

 .do-not-sell:hover {
     color: #fff;
 }

 /* Buttons Style */
 .cookie-btn {
     padding: 10px 20px;
     border: none;
     /* border-radius: 5px; */
     font-weight: 600;
     cursor: pointer;
     font-size: 16px;
     transition: all 0.3s ease;
 }

 .btn-settings {
     background-color: transparent;
     color: #fff;
     border: 1px solid #fff;
 }

 .btn-settings:hover {
     background-color: #fff;
     color: #1a1a1a;
     text-decoration: none;
 }

 .btn-accept {
     background-color: #ff8c22;
     color: #fff;
 }

 .btn-accept:hover {
     background-color: #ff8c22;
     transform: scale(1.05);
 }

 /* Mobile Responsive Design */


 /* *************************************************************************************************** */
 .cookie-card {
     background: #fff;
     padding: 20px;
     border-radius: 10px;
     text-decoration: none;
     /* color: #333; */
     display: flex;
     align-items: center;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
     border: 1px solid #c1b8b8;
     transition: all 0.3s ease;
     margin-top: 10px;
     margin-bottom: 10px;
 }


 .cookie-card:hover {
     transform: translateY(-5px);
     color: #fff9c4;
     box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);

     border-color: #ff8c22;
     text-decoration: none;
 }

 .icon-box {
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #f0f4ff;
     color: #ff8c22;
     border-radius: 50%;
     margin-right: 15px;
     font-size: 18px;
 }

 .text-box {
     display: flex;
     flex-direction: column;
 }

 .browser-name {
     font-weight: bold;
     color: #000;
     font-size: 16px;
 }

 .action-text {
     font-size: 14px;
     color: #000;
     margin-top: 2px;
 }


 .fa-firefox-browser {
     color: #ff8c22;
 }

 .fa-chrome {
     color: #66cc00;
 }

 .fa-safari {
     color: #000;
 }

 .fa-edge,
 .fa-internet-explorer {
     color: #66cc00;
 }

 .fa-android {
     color: #000;
 }

 /* *************************************************************************************************** */
 .uqnice-transport-card {
     background-color: #fff;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
     margin-bottom: 20px;
     transition: transform 0.3s ease;
 }

 .uqnice-transport-card:hover {
     transform: translateY(-5px);
 }

 .uqnice-news-card {
     background-color: #ffeebb;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
     margin-bottom: 20px;

     transition: transform 0.3s ease;

 }

 .uqnice-news-card:hover {
     transform: translateY(-5px);
 }



 .uqnice-img-wrapper {
     position: relative;
     overflow: hidden;
     min-height: 400px;
     height: 100%;
 }

 .uqnice-bg-img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     position: absolute;
     top: 0;
     left: 0;
     transition: transform 0.5s ease;
 }

 .uqnice-transport-card:hover .uqnice-bg-img {
     transform: scale(1.05);
 }

 .uqnice-transport-badge {
     position: absolute;
     top: 20px;
     left: 20px;
     background: #ffffff;
     color: #333;
     padding: 10px 20px;
     border-radius: 50px;
     font-family: 'Fredoka One', cursive, sans-serif;
     font-weight: bold;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
     display: flex;
     align-items: center;
     gap: 10px;
     z-index: 2;
 }

 .uqnice-transport-badge i {
     font-size: 18px;
 }


 .icon-black {
     color: #000;
 }



 .uqnice-content-col {
     padding: 50px;
 }


 .uqnice-news-card .uqnice-content-col {
     display: flex;
     align-items: center;
 }

 .uqnice-title {

     color: #2c3e50;
     font-size: 24px;
     margin-bottom: 20px;
     position: relative;
     display: inline-block;
 }

 .rounded {
     border-radius: 10px;
 }

 .uqnice-title::after {
     content: '';
     position: absolute;
     bottom: -8px;
     left: 0;
     width: 60px;
     height: 4px;
     background: linear-gradient(to right, #ff8c22, #ff8c22);
     border-radius: 2px;
 }

 .uqnice-text {
     font-size: 16px;
     color: #555;
     line-height: 1.7;
     margin-bottom: 15px;
 }

 /* *************************************************************************************************** */
 .testimonial-card {
     /* max-width: 900px; */
     margin: auto;
     background: #fff;
     border-radius: 18px;
     padding: 35px 60px;
     box-shadow: 0 10px 30px rgba(118, 75, 162, 0.15);
     display: flex;
     align-items: center;
     justify-content: space-between;
     position: relative;
 }

 .testimonial-content {
     text-align: center;
     flex: 1;
     animation: fadeIn 0.5s ease;
 }

 .stars {
     color: #f5b301;
     font-size: 26px;
     margin-bottom: 12px;
 }

 .testimonial-text {
     font-size: 20px;
     line-height: 1.7;
     /* font-style: italic; */
     color: #333;
     margin-bottom: 12px;
 }

 .testimonial-author {
     font-size: 14px;
     color: #777;
 }

 .nav-btn {
     background: none;
     border: none;
     font-size: 22px;
     cursor: pointer;
     color: #555;
     transition: 0.3s;
 }

 .nav-btn:hover {
     color: #6e1f00;
     transform: scale(1.1);
 }

 /* Animation */
 @keyframes fadeIn {
     from {
         opacity: 0;
         transform: translateY(8px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }


 .image-carousel {
     position: relative;
     max-width: 900px;
     margin: auto;
     overflow: hidden;
 }

 .carousel-slide {
     position: relative;
     border-radius: 18px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
 }

 .carousel-slide img {
     width: 100%;
     height: 420px;
     object-fit: cover;
     display: block;
 }

 .carousel-caption {
     /* position: absolute;
    bottom: 0; */
     /* width: 100%; */
     padding: 16px;
     background: rgba(0, 0, 0, 0.55);
     color: #fff;
     border-radius: 10px;
     font-size: 20px;
     text-align: center;
     font-weight: 600;
 }

 /* Buttons */
 .carousel-btn {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     background: rgba(255, 255, 255, 0.9);
     border: none;
     width: 42px;
     height: 42px;
     border-radius: 50%;
     cursor: pointer;
     z-index: 2;
     transition: 0.3s;
 }

 .carousel-btn:hover {
     background: #fff;
     transform: translateY(-50%) scale(1.1);
 }

 .carousel-btn.left {
     left: 15px;
 }

 .carousel-btn.right {
     right: 15px;
 }

 /* *************************************************************************************************** */

 /* --- HEADER STYLES --- */
 .uqnice-table thead th {

     color: #fff;
     padding: 20px 15px;
     text-align: center;
     font-size: 16px;

     vertical-align: top;
     position: relative;
 }

 .uqnice-table thead th:first-child {

     text-align: left;
     /* font-size: 20px; */
     border-bottom: 2px solid #eee;
     width: 180px;
 }

 .uq-badge {
     display: block;
     font-size: 11px;
     text-transform: uppercase;
     background: rgba(0, 0, 0, 0.2);
     color: #fff;
     padding: 5px 10px;
     border-radius: 20px;
     margin-bottom: 8px;
     width: fit-content;
     margin-left: auto;
     margin-right: auto;
 }


 .uqnice-table tbody td {
     padding: 15px;
     text-align: center;
     border-bottom: 1px solid #eee;
     /* color: #555; */
     font-size: 15px;
     vertical-align: middle;
     line-height: 1.5;
 }

 .uqnice-table tbody tr:hover {
     background-color: #f9fbfd;
 }


 .uqnice-table tbody td:first-child {
     text-align: left;
     font-weight: bold;
     /* color: #2c3e50; */
     background-color: #fff;
     border-right: 2px solid #f0f0f0;
 }

 /* Highlighted Column Background (Wild Kids) */
 .col-highlight {
     background-color: #fffcf5;
     border-left: 1px solid #ffeebb;
     border-right: 1px solid #ffeebb;
     font-weight: 600;
     color: #333 !important;
 }

 /* Price Styling */
 .price-tag {
     font-size: 18px;
     font-weight: 800;
     color: #333;
     display: block;
 }

 .price-sub {
     font-size: 12px;
     color: #777;
     font-weight: normal;
 }

 /* Icons */
 .icon-check {
     color: #27ae60;
     font-size: 18px;
 }

 .icon-cross {
     color: #c0392b;
     font-size: 18px;
 }

 /* Warning Text */
 .text-warning-custom {
     color: #d35400;
     font-weight: bold;
     font-size: 13px;
     background: #fff3e0;
     padding: 5px;
     border-radius: 4px;
     display: inline-block;
 }

 /* *************************************************************************************************** */
 .package-card {
     background: #fff;
     border-radius: 18px;
     padding: 16px;
     box-shadow: 0 8px 20px rgba(118, 75, 162, 0.14);
     text-align: center;
     height: 100%;
     margin-bottom: 25px;
     transition: 0.3s ease;
     display: flex;
     flex-direction: column;
 }

 .package-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 14px 32px rgba(118, 75, 162, 0.22);
 }

 /* IMAGE */
 .package-card img {
     width: 100%;
     height: 190px;
     object-fit: cover;
     border-radius: 12px;
 }

 /* TITLE */
 .package-card h3 {
     margin: 16px 0 10px;
     font-size: 18px;
     font-weight: 600;
     /* color: #222; */
 }

 /* BUTTON */
 .btn-book {
     display: inline-block;
     /* margin: 10px auto 6px; */
     padding: 9px 22px;
     background: #ff8c22;
     color: #fff;
     /* border-radius: 8px; */
     text-decoration: none;
     font-size: 16px;
     font-weight: 600;
     transition: 0.25s;
 }

 .btn-book:hover {
     background: #ff8c22;
     color: #fff;
     text-decoration: none;
 }

 .btn-book:focus {
     background: #ff8c22;
     color: #fff;
     text-decoration: none;
 }

 /* DETAILS */
 details {
     margin-top: auto;
     text-align: left;
 }

 summary {
     cursor: pointer;
     font-weight: 600;
     color: #000;
     margin-top: 8px;
     text-decoration: underline;
 }

 summary:hover {
     text-decoration: underline;
 }

 details p {
     margin: 10px 0 0;
     font-size: 14.5px;
     color: #444;
     line-height: 1.6;
 }

 /* FEATURED CARD */
 .featured {
     border: 2px solid #f3c28b;
     background: #fff8ef;
     position: relative;
 }

 html {
     scroll-behavior: smooth;
 }

 .mtop-20 {
     margin-top: 20px;
 }

 .mobile-price-list {
     display: flex;
     flex-direction: column;
 }

 .video-responsive {
     width: 100%;
     overflow: hidden;
 }

 .wide-video {
     aspect-ratio: 1200 / 480;
 }

 .video-responsive video {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 /* MOBILE */
 @media (max-width: 992px) {
     .responsive-img {
         display: block;
         text-align: center;
     }

     .event-img img {
         height: inherit;
         margin-bottom: 8px;
     }

     .navbar-header {
         float: none;
     }

     .navbar-toggle {
         display: block;
     }

     .navbar-collapse {
         border-top: 1px solid transparent;
         box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
     }

     .navbar-collapse.collapse {
         display: none !important;
     }

     .navbar-nav {
         float: none !important;
         margin: 7.5px -15px;
     }

     .navbar-nav>li {
         float: none;
     }

     .navbar-nav>li>a {
         padding-top: 10px;
         padding-bottom: 10px;
     }

     .navbar-collapse.collapse.in {
         display: block !important;
     }

     .navbar-wood .navbar-nav {
         display: block;
         width: 100%;
         text-align: center;
     }

     .navbar-wood .navbar-nav>li {
         float: none;
         width: 100%;
     }

     .navbar-wood .navbar-nav>li>a {
         padding: 12px 15px;
         border-bottom: 1px solid rgba(255, 255, 255, 0.2);
     }

     .navbar-nav {
         margin: 0;
     }

     .carousel-inner>.item>img {
         height: 200px;
     }

     .carousel-inner>.item>a>img {
         height: 200px;
     }

     .logo-placeholder {
         /* max-width: 135px; */
         max-width: 250px;
     }

     .image-content {
         top: auto;
         bottom: 20px;
         transform: translateX(-50%);
         width: 90%;
     }

     .tape-FF0000 {
         margin-bottom: 0 !important;
     }

     .tape-black {

         font-size: 26px;
     }

     .address-board {

         margin-top: 0px;
     }

     .mtop-20 {
         margin-top: 5px !important;
     }

     .carousel-inner>.item>.time-prices {
         height: 275px !important;
     }

     .uqnice-img-wrapper {
         min-height: 250px !important;
     }

     .uqnice-news-card .uqnice-content-col {
         display: block;
     }

     .uqnice-content-col {
         padding: 30px 20px;
     }

     .uqnice-title {
         font-size: 24px;
     }


     .uqnice-content-col2 {
         display: flex;
         flex-direction: column;
     }

     .uqnice-content-col .col-md-6:first-child {
         order: 2;
     }

     .uqnice-content-col .col-md-6:last-child {
         order: 1;
     }

     .cta-area {
         margin-top: 40px;
     }

     .btnglow {

         color: #fff;
         padding: 15px;
     }
 }

 @media (max-width: 767px) {
     .package-card img {
         height: 160px;
     }

     .d-md-block {
         display: block;
     }

     .package-card h3 {
         font-size: 17px;
     }

     .bg-md-none {
         background: transparent;
     }

     .bg-md-none .table-bordered {
         border: 0;
     }

     .bg-md-none .table-bordered>tbody>tr>td {
         border: 0;
     }

     .mobile-card-table thead {
         display: none;
     }


     .mobile-card-table,
     .mobile-card-table tbody,
     .mobile-card-table tr,
     .mobile-card-table td {
         display: block;
         width: 100%;
     }


     .mobile-card-table tr {
         margin-bottom: 20px;
         background-color: #ffffff;

         border-radius: 10px;
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
         overflow: hidden;
     }

     .mobile-card-table td {
         display: flex;
         justify-content: space-between;
         align-items: center;
         border-bottom: 1px solid #f1f1f1 !important;

         padding: 12px 15px;
         text-align: right;
         font-size: 16px;
         color: #333;
     }

     .mobile-card-table td:last-child {
         border-bottom: none;
     }

     .mobile-card-table td::before {
         content: attr(data-label);
         font-weight: bold;
         color: #555;
         text-align: left;
         width: 45%;
         display: inline-block;
     }

     .mobile-card-table td:first-child {
         background-color: #ff8c22;
         color: #ffffff;
         font-size: 20px;
         /* font-weight: bold; */
         justify-content: center;
         text-align: center;
         padding: 15px;

     }

     .mobile-price-list {
         display: flex;
         flex-direction: column;

         align-items: flex-end;

         text-align: right;
         gap: 4px;

     }

     .mobile-price-list span {
         display: block;
         white-space: nowrap;

         font-weight: 500;
     }


     .mobile-card-table td:first-child::before {
         display: none;
     }


     .mobile-card-table td[data-label="Notes"] {
         display: block;
         text-align: left;
     }

     .mobile-card-table td[data-label="Notes"]::before {
         display: block;
         margin-bottom: 5px;
         color: #ff8c22;
         width: 100%;
     }

     .party-btn-wrap a {
         width: 100%;
         max-width: 320px;
     }

     .btn-custom-yellow {

         font-size: 18px;
     }

     .responsive-img {
         display: block;
     }

     .slider-nav img {
         height: 100px !important;
     }

     .slider-for img {
         height: 280px !important;
     }

     .zone-card {
         height: auto;
         display: flex;
         flex-direction: column;
         min-height: unset;
         background-position: top center;
         background-size: 100% 250px;
         background-repeat: no-repeat;
     }

     .zone-overlay {
         width: 100% !important;
         position: relative !important;
         margin-top: 250px;
         background: #ffffff !important;
         padding: 25px 20px;
         /* border-radius: 25px 25px 0 0; */
         box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
     }

     h2.zone-title {
         font-size: 24px;
     }

     p.zone-age {
         font-size: 18px;
     }

     .zone-features li {
         font-size: 15px;
     }

     .cookie-container {
         flex-direction: column;
         text-align: center;
     }

     .cookie-text {
         margin-right: 0;
         margin-bottom: 10px;
     }

     .cookie-links {
         justify-content: center;
         width: 100%;
     }

     .cookie-btn {
         width: 100%;
     }

     .testimonial-card {
         padding: 25px;
     }

     .testimonial-text {
         font-size: 16px;
     }

     .stars {
         font-size: 22px;
     }

     .nav-btn {
         font-size: 18px;
     }

     .carousel-slide img {
         height: 260px;
     }

     .carousel-caption {
         font-size: 16px;
     }

     .wide-video {
         aspect-ratio: 16 / 9;

     }

     .video-responsive video {
         object-fit: cover;

     }
 }

 /* *************************************************************************************************** */
 @media (max-width: 480px) {
     .rules-of-play {
         margin-top: 10px !important;
     }

 }