* { box-sizing: border-box; font-family: 'Inter', sans-serif; scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6 { font-family: 'Oswald', sans-serif; }

body { overflow-x: hidden; }

.faq-toggle i { transition: transform 0.3s; }

.faq-toggle.active i { transform: rotate(180deg); }

.bg-red-600 { background-color: #8B0000; }

.hover\:bg-red-700:hover { background-color: #a50000; }

.text-red-600 { color: #8B0000; }

.border-red-600 { border-color: #8B0000; }

.hotel-slider { width: 100%; height: 500px; }

.swiper-slide img { width: 100%; height: 100%; object-fit: cover; }

header { transition: background 0.3s; }

@media (max-width: 1024px) {

  h1 { font-size: 2rem; }

  h2 { font-size: 1.8rem; }

}

@media (max-width: 640px) {

  h1 { font-size: 1.5rem; }

  h2 { font-size: 1.4rem; }

  .container { padding-left: 1rem; padding-right: 1rem; }

}/* Container padding: top and sides */
.rightsCloudWrap {
    padding: 30px 20px 0 20px;
    color: #fff; /* Dark text for light theme */
    line-height: 1.6;
}

/* Moderate header sizes */
.rightsCloudWrap h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 0;
    color: #fff;
}

.rightsCloudWrap h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 24px;
    color: #fff;
}

.rightsCloudWrap h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}

.rightsCloudWrap h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 18px;
}

.rightsCloudWrap h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Paragraph styles */
.rightsCloudWrap p {
    font-size: 14px;
    margin-bottom: 12px;
    color: #fff;
}

/* List styles */
.rightsCloudWrap ul {
    margin-bottom: 16px;
    padding-left: 20px;
    list-style-type: disc;
}

.rightsCloudWrap li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #fff;
}

/* Remove margin from the last element to keep layout clean */
.rightsCloudWrap > *:last-child {
    margin-bottom: 0;
}


