/* ==========================================================================
   index.css — Page-specific styles for index.html
   Extracted from internal <style> and inline style="" attributes
   ========================================================================== */

/* --- Link Styles (About & FAQ paragraphs) --- */
.s-para a,
.f-para a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.s-para a:hover,
.f-para a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* --- Footer --- */
.footer-text h2,
.footer-text p,
.ft-contact ul li {
    color: #fff;
}

.quick ul {
    padding-left: 0;
}

.quick ul li {
    list-style: none;
}

.quick ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.quick ul li a:hover {
    color: #007bff;
}

/* --- Hero Section --- */
.hero-text {
    padding: 80px 0;
    z-index: 9;
    position: relative;
    color: #fff;
}

.hero-text h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.trust-badge {
    display: inline-block;
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}

/* --- Carousel & Room Background Items --- */
.hs-item,
.hp-room-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Hero slider background images */
.hs-item--hero-r {
    background-image: url('../img/hero/hero-r.webp');
}

.hs-item--hero-b {
    background-image: url('../img/hero/hero-b.webp');
}

.hs-item--hero-l {
    background-image: url('../img/hero/hero-l.webp');
}

/* --- FAQ Section --- */
.faq-section {
    background: #f9f9f9;
    padding: 60px 0;
}

.faq-item {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    border-color: #ff713b;
}

.faq-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.faq-item p {
    color: #666;
    margin-bottom: 0;
}

/* --- About LOOH Box --- */
.about-looh-box {
    background: #e9ecef;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.about-looh-box h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.about-looh-box p {
    font-size: 14px;
    margin-bottom: 0;
}

/* --- About Picture --- */
.about-pic img {
    border-radius: 10px;
    width: 100%;
}

/* --- Footer Contact Address --- */
.ft-contact address {
    color: #fff;
    font-style: normal;
    line-height: 1.8;
}

/* --- Top Areas Section --- */
.top-areas-section {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.area-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    height: 100%;
}

.area-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.area-card {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.area-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #ff713b;
}

.area-card-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 113, 59, 0.1);
    color: #ff713b;
    font-size: 24px;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.area-card:hover .area-card-icon {
    background: #ff713b;
    color: #ffffff;
}

.area-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #19191a;
    margin-bottom: 12px;
}

.area-card p {
    font-size: 14px;
    color: #707079;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.area-card .explore-btn {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff713b;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.area-card:hover .explore-btn {
    color: #e65c2b;
}
