
.heading-title {
font-family: 'Britannic Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-size: 21px;
font-weight: 700;
line-height: 1.4;
min-height: 45px;
}

.text-title-name {
    font-family: 'Britannic Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 50px;
}


.package-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    max-width: 350px;
    transition: all 0.3s ease;
    padding-bottom: 0px !important;
}

.package-card:hover {
    transform: translateY(-8px);
}

.package-card:hover .package-image img {
    transform: scale(1.08);
    transition: transform 0.5s ease;
}

.package-image {
    overflow: hidden;
    border-radius: 15px;
}

.package-image img {
    transition: transform 0.5s ease;
}

.featured-badge {
    background: #e91e63;
    color: white;
    padding: 6px 12px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
}

.heart-icon {
    font-size: 14px;
    animation: heartbeat 1.5s ease-in-out infinite;
}


.package-image {
    height: 250px;
    object-fit: cover;
     border-radius: 15px;
}

.package-content {
    bottom: 0;
     left: 0;
      z-index: 2;
       background: #041426 ;
}

/* Bottom Row: Badge and Price */
.badge-left {
    font-family: 'Nexa Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
     font-size: 16px;
     font-weight: 700;
}

.box-location-name {
color: white;
 font-size: 16px;
  font-weight: 600;
}

.display_price {
text-decoration: line-through; opacity: 0.7; font-size: 14px;

}

.box-price-badge {
    background: #00a676;
     padding: 4px 8px;
      color: white;
      border-radius: 15px;
       font-weight: 500;
        font-size: 16px;

}
 /* loop-grid.blade */
.loop-card {
border-radius: 20px;
 overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
 max-width: 350px;
  transition: all 0.3s ease;
   padding-bottom: 2px !important;
}
/* loop card image border */
.image-card-bg {

height: 200px; overflow: hidden; border-radius: 15px;
}

/* loop image bottom background color */
.image-bottom-bg {
    background: #daecfa;
    color: #12223e;
}

/* Title image under titlt name */
.title-a {
    color: #12223e !important;
     transition: color 0.3s ease, transform 0.3s ease;
}

.title-a:hover {
    color: #3eaadb !important; /* change to any color you prefer */
    transform: translateY(-2px); /* small lift effect */
}
.loop-card-image {
    object-fit: cover;
     object-position: center;
      transition: transform 0.4s ease;
}

 /* <!-- Bottom Overlay Labels --> */
.card-bottom-image {
    bottom: 0;
     left: 0;
      z-index: 2;
       background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
        padding-top: 5px;
}
.loop-card-location-name {
    background: rgba(44, 62, 80, 0.9);
     color: white;
     padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
     backdrop-filter: blur(5px);
}
 /* <!-- Category Badge --> */

 .category-badge {
    background: rgba(231, 76, 60, 0.9);
     color: white;
      padding: 6px 12px;
      border-radius: 20px;
     font-size: 11px;
      font-weight: 600;
      backdrop-filter: blur(5px);
 }

 .heart-circle {
    background: #ff69b4; /* hot pink */
    padding: 2px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
}



 .title-heading {
font-family: 'Nexa Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
 font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
 min-height: 45px;
}

  /* <!-- Features Grid (2 columns with borders) hotel, meal plan , transper section--> */
.box-line {
    font-size: 13px;
    border-top: 2px solid rgb(15, 15, 15);
     border-bottom: 2px solid rgba(22, 21, 21, 0.979);
}


.box-border-right {
    border-right: 2px solid rgb(15, 15, 15);
}

 /* <!-- Stay Information --> */
.stay-name {
    border-radius: 8px;
     font-size: 13px;
      font-weight: 600;
}

 /* <!-- Price and Book Button --> */
 .box-border-top {
    border-top: 2px solid rgb(15, 15, 15);
 }

 .display-sale-price {
    font-size: 12px; text-decoration: line-through; color: #95a5a6;
 }
 .price-bg {
    background: #ee2b6f!important;
    font-size: 18px; font-weight: 700; border-radius: 10px;
 }

 .per-person {
    font-size: 12px;
     font-weight: 400;
      color: #fff;
 }
/* Book Now Section */
 .booknow-btn {
    border-radius: 10px;
     font-weight: 600;
    font-size: 13px;
     background: #27ae60;
      border: none;
       transition: all 0.3s ease;
        white-space: nowrap;
 }


 .wishlist {
    top: 10px;
    right: 10px;
    background: white;
    color: #817b7b;
    cursor: pointer;
    position: absolute;
    width: 30px;
     height: 30px;
     border-radius: 50%;
      display: flex;
      align-items: center;
     justify-content: center;
      z-index: 3;
       box-shadow: 0 2px 8px rgba(0,0,0,0.15);
 }

 .wishlist.active i {
    color: red;
}

/*
.wishlist{
            position: absolute;
           right: 10px;
            z-index: 10;
            top: 10px;
            color: #fff;
             width: 30px;
            height: 30px;
            padding: 10px;
            cursor: pointer;
            i{
                transition: all 0.3s;
                font-size: 16px;
            }
            &:hover,&.loading{
                i{
                    color: #ff9290;
                }
            }
            &.active{
                i{
                    color: #ff0000;
                }
            }
        } */


.section-title {
   font-family: 'Britannic Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
   /* font-family: 'Ibrand Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; */
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

.section-nights {
   font-family: 'Nexa Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
    /* min-height: 45px; */
}

.section-subtitle {
    font-family: 'Nexa Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
}


.location-address-title {
     font-family: 'Nexa Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #216a9b;
    font-size: 14px;
    margin-bottom: 15px;
}
/* .heading-sub-title {
    font-family: 'Nexa Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px;
} */

/* Location Card */
.location-card {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.location-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Location Image */
.location-image {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 20px;
}

.location-card.no-image .location-image {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Overlay Effect */
.location-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(4, 20, 38, 0.85) 100%
    ); */
    transition: all 0.4s ease;
    border-radius: 20px;
}

.location-card:hover .location-overlay {
    /* background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(4, 20, 38, 0.95) 100%
    ); */
}

/* Content */
.location-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.location-card:hover .location-content {
    transform: translateY(-5px);
}

/* Location Title */
.location-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Nexa Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Services Count */
.location-services {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.service-count {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.service-count:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: scale(1.05);
    color: #ffffff;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .location-card,
    .location-image {
        min-height: 150px;
    }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .location-card,
    .location-image {
        min-height: 150px;
    }

    .location-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 1.75rem;
    }

    .location-card,
    .location-image {
        min-height: 150px;
    }
}

@media (max-width: 575px) {
    .location-card,
    .location-image {
        min-height: 150px;
    }

    .location-content {
        padding: 20px;
    }

    .location-title {
        font-size: 1.2rem;
    }
}

/* Animation for cards on load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.location-card-wrapper {
    animation: fadeInUp 0.6s ease-out forwards;
}

.location-card-wrapper:nth-child(1) { animation-delay: 0.1s; }
.location-card-wrapper:nth-child(2) { animation-delay: 0.2s; }
.location-card-wrapper:nth-child(3) { animation-delay: 0.3s; }
.location-card-wrapper:nth-child(4) { animation-delay: 0.4s; }
.location-card-wrapper:nth-child(5) { animation-delay: 0.5s; }
.location-card-wrapper:nth-child(6) { animation-delay: 0.6s; }


.menu-customize  {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 50px;
    background: #12223e;
    padding: 9px 10px;
    font-family: Nexa Bold;
}

.toheader-bg {
    background: #fff; color: black !important;  font-family: 'Nexa Bold'; border-radius: 50px; padding : 6px 10px;
}

/* .whatsapp-bg {
    background: #12223e; color: #fff;  border-radius: 50px; padding : 6px 10px;
} */

.booking-btn {
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
}

/* Hover Effect */
.booking-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* Disabled (loading) */
.booking-btn.disabled {
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

.copyright-section {
    font-size: 14px;
    line-height: 1.5;
}
.copyright-text a,
.payment-methods a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.copyright-text a:hover,
.payment-methods a:hover {
    color: #f8f9fa;
    text-decoration: underline;
}
.payment-methods img {
    height: 20px;
    width: auto;
    margin: 0 3px;
    filter: brightness(0) invert(1);
}
@media (max-width: 767.98px) {
    .copyright-section {
        padding: 15px 0;
    }
    .copyright-text,
    .payment-methods {
        justify-content: center !important;
        text-align: center !important;
    }
    .payment-methods img {
        height: 18px;
        margin: 2px;
    }
}



.bravo_wrap .bravo_footer .main-footer .nav-footer .context ul li a {
    color: #fff !important;
    font-family: Nexa Bold;
    transition: color 0.3s ease, transform 0.3s ease; /* smooth hover effect */
}

.bravo_wrap .bravo_footer .main-footer .nav-footer .context ul li a:hover {
    color: #3eaadb !important;
    transform: translateX(3px); /* small movement effect */
}


.bravo_wrap .bravo_footer .main-footer .nav-footer .context .contact .sub a {
    margin-right: 20px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
}

.bravo_wrap .bravo_footer .main-footer .nav-footer .context .contact .sub a:hover {
    color: #3eaadb; /* change to any color */
}


.footer-mail {
    background: #1a2332 !important;
    /* padding-bottom: 40px; */
    padding-top: 38px;
    /* border-bottom: white; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}


.footer-bottom-bg {
    background: #1a2332;
    color: white;
}


.table-head-custom {
    background: linear-gradient(91deg, rgb(76 123 229) 0.18%, rgb(91 187 180) 97.7%);
}

.table-head-custom th {
    font-family: Nexa Bold;
    font-size: 14px;
    color: #fff;
}

/* Rounded corners */
.table-head-custom .th-left {
    border-radius: 20px 0 0 20px;
}

.table-head-custom .th-right {
    border-radius: 0 20px 20px 0;
}


/* .bravo_wrap .bravo_header .content .header-left .bravo-menu a {
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px !important;
    text-transform: uppercase;
    background: #12223e;
    border-radius: 50px;
    transition: all .3s;
} */


/* Show proper cursor */
#select-departure-city {
    cursor: pointer;
}

/* Optional: Hover effect for better UX */
#select-departure-city:hover {
    border-color: #007bff;
    box-shadow: 0 0 6px rgba(0,123,255,0.5);
}


.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li a {
    color: #1a2b48;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 9px;
    text-transform: uppercase;
    transition: all .3s;
}


.bravo_wrap .bravo_footer .main-footer .nav-footer .context ul li a {
    color: #1a2b48;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    text-decoration: none;
    transition: all .3s;
}

.bravo_wrap .bravo_footer .main-footer .nav-footer .context .contact .c-title {
    color: white;
    margin-bottom: 10px;
}

.bravo_wrap .bravo_footer .mailchimp .media-body p {
    color: #fff !important;
    font-size: 16px !important;
}
