@media (max-width: 400px) {

.enquiry-btn {
    border-radius: 30px;
    font-size: 10px !important;
    width: 40% !important;
}

}

/* ===== Common Branding CSS ===== */
/* #e53338 */

.bg {
    background-color: #e53338 !important;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
}

.section-padding {
    padding: 80px 0;
}

.hero-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
}

.rounded-20 {
    border-radius: 20px;
}

.btn-dark-custom {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
}

.card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.rating-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.navbar-brand {
    font-weight: 600;
    font-size: 22px;
}

.hero-title {
    font-size: 60px;
    font-weight: 600;
}

.hero-sub {
    font-size: 70px;
    font-weight: 700;
    color: #e53338;
}

/* Common Footer Branding CSS */

footer {
    background-color: #000;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #222;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
    text-decoration: none;
}

.social-icon:hover {
    background-color: #fff;
    color: #000;
}

/* highlights  */

.highlight-box {
    padding: 20px 10px;
    transition: 0.3s;
}

.highlight-box h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.highlight-box p {
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    opacity: 0.95;
    line-height: 1.4;
}

.highlight-box:hover {
    transform: translateY(-6px);
}


/* **Destinations css code  */

.destination-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.destination-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.destination-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
}

.destination-overlay h4 {
    font-size: 20px;
    font-weight: 600;
}


.toggle-btn.active {
    background: #000;
    color: #fff;
}


/* review rating cards css  */

.review-card {
    min-height: 220px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
    
}
 

.review-avatar {
    width: 40px;
    height: 40px;
    background: #e53338;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.bg-purple {
    background: #9c27b0;
}

.stars {
    color: #ffc107;
    font-size: 18px;
}


.review-rating-box {
    padding: 30px 20px;
    border-radius: 15px;

    transition: 0.3s;
    background: #fff;
}

.review-rating-box:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.review-logo {
    height: 45px;
}

.stars {
    color: #ffc107;
    font-size: 18px;
}


/* about us css  */

.section-padding {
    padding: 80px 0;
}

.section-sub {
    letter-spacing: 3px;
    font-size: 14px;
    color: #6c757d;
    font-weight: 600;
}

.section-title {
    font-size: 46px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 20px;
}

.red-line {
    width: 4px;
    height: 25px;
    background: #e53338;
    display: inline-block;
    margin-right: 12px;
}

.contact-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.btn-custom {
    border: 1px solid #222;
    padding: 12px 30px;
    border-radius: 40px;
    font-weight: 500;
    background: transparent;
    transition: .3s;
}

.btn-custom:hover {
    background: #222;
    color: #fff;
}

.map-box iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    border: 0;
}


/* Destinations css code  */

.destination-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.destination-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: .6s;
}

.destination-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
}

.destination-overlay h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.destination-box:hover img {
    transform: scale(1.1);
}

.toggle-btn.active {
    background: #000;
    color: #fff;
}

.enquiry-btn {
    border-radius: 30px;
    font-size: 14px;
        width: 30%;
    /* height: 13%;  */
}

/* footer css code  */

.reel-card {
      width: 200px;
      height: 350px;
      overflow: hidden;
      border-radius: 25px;
      position: relative;
      transition: 0.4s;
    }

    .reel-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .reel-card:hover {
      transform: scale(1.05);
    }

    .social-img {
      width: 28px;
      height: 28px;
      object-fit: contain;
      transition: 0.3s;
    }

    .social-icon:hover .social-img {
      transform: scale(1.15);
    }