* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family:'Poppins',sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
    background: #fff;
}


/* NAVBAR */

.custom-navbar {
    background: #5b1532;

    padding: 14px 0;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    z-index: 999;
}

/* LOGO */

.nav-logo {
    height: 34px;
    width: auto;

    object-fit: contain;
}

/* MENU */

.navbar-nav {
    gap: 34px;
}

/* LINKS */

.nav-link {
    color: #f8dfe8 !important;

    font-size: 15px;
    font-weight: 500;

    transition: 0.3s;
}

.nav-link:hover {
    color: #ff85bd !important;
}

/* BUTTON */

.nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #ff5ca1;

    color: #fff;

    text-decoration: none;

    padding: 11px 24px;

    border-radius: 12px;

    font-size: 14px;
    font-weight: 600;

    transition: 0.3s;
}

.nav-btn:hover {
    background: #ff3c8c;

    color: #fff;
}


/* TOGGLE ICON */

.navbar-toggler-icon {
    width: 28px;
    height: 28px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* MOBILE TOGGLER */

.navbar-toggler {
    border: none !important;

    box-shadow: none !important;

    padding: 4px 8px;
}

/* =========================
   TABLET
========================= */

@media(max-width:991px) {

    .custom-navbar {
        padding: 10px 0;
    }

    .nav-logo {
        height: 30px;
    }

    /* MOBILE MENU */

    .navbar-collapse {
        background: #5b1532;

        margin-top: 16px;

        padding: 22px;

        border-radius: 18px;
    }

    /* MENU */

    .navbar-nav {
        gap: 18px;

        align-items: flex-start !important;
    }

    /* LINKS */

    .nav-link {
        font-size: 15px;

        display: block;
    }

    /* BUTTON */

    .nav-btn {
        width: 100%;

        margin-top: 18px;

        text-align: center;
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:576px) {

    .custom-navbar {
        padding: 9px 0;
    }

    .nav-logo {
        height: 26px;
    }

    .navbar-collapse {
        padding: 18px;

        border-radius: 16px;
    }

    .navbar-nav {
        gap: 14px;
    }

    .nav-link {
        font-size: 14px;
    }

    .nav-btn {
        padding: 10px 18px;

        font-size: 13px;
    }

    .navbar-toggler-icon {
        width: 26px;
        height: 26px;
    }

}





/* HERO SECTION */

/* .hostel-hero{
    min-height:100vh;
    padding:80px 0;
    background:
    radial-gradient(circle at top right, rgba(255,105,180,0.12), transparent 28%),
    linear-gradient(135deg,#5b1532 0%, #6b0834 45%, #541128 100%);
    overflow:hidden;
    position:relative;
    font-family:'Poppins',sans-serif;
} */


/* HERO SECTION */

.hostel-hero{
    min-height:100vh;
    padding:40px 0 70px;
    position:relative;
    overflow:hidden;
    font-family:'Poppins',sans-serif;

    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,0.92) 0%,
        rgba(20,8,14,0.90) 32%,
        rgba(52,18,34,0.84) 65%,
        rgba(98,36,64,0.76) 100%
    ),
    url("image/hostel.jpg");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

/* DARK + PINK PREMIUM OVERLAY */

.hostel-hero::before{
    content:"";
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        to right,
        rgba(0,0,0,0.38) 0%,
        rgba(25,8,16,0.18) 45%,
        transparent 100%
    ),

    radial-gradient(
        circle at left center,
        rgba(255,90,150,0.10),
        transparent 32%
    ),

    radial-gradient(
        circle at top right,
        rgba(255,160,210,0.08),
        transparent 26%
    );

    pointer-events:none;
}

/* CONTAINER */

.hostel-hero .container {
    position: relative;
    z-index: 2;
}

/* ROW */

.hero-row {
    min-height: 85vh;
    align-items: center;
}

/* TAG */

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 9px 18px;

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(255, 255, 255, 0.08);

    color: #ff9ec7;

    font-size: 11px;
    font-weight: 500;

    letter-spacing: 1px;

    margin-bottom: 24px;
}

/* GLOW DOT */

.glow-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #ff72b2;

    box-shadow:
        0 0 6px #ff72b2,
        0 0 14px rgba(255, 114, 178, 0.9);
}

/* TITLE */

.hostel-hero h1 {
    font-size: 70px;
    line-height: 1;

    font-weight: 700;

    color: #fff;

    margin-bottom: 24px;

    font-family: 'Playfair Display', serif;
}

.hostel-hero h1 span {
    color: #ff86bc;

    font-style: italic;
}

/* TEXT */

.hostel-hero p {
    color: #f1dbe5;

    font-size: 16px;

    line-height: 1.9;

    max-width: 560px;

    margin-bottom: 28px;
}

/* BUTTONS */

.hero-btns {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;

    margin-bottom: 24px;
}

/* PRIMARY BUTTON */

.primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: #c2436e;

    color: #fff;

    text-decoration: none;

    padding: 12px 24px;

    border-radius: 12px;

    font-size: 14px;
    font-weight: 600;

    transition: 0.3s;
}

.primary-btn:hover {
    background: #a9345b;

    color: #fff;
}

/* SECONDARY BUTTON */

.secondary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    border: 2px solid rgba(255, 255, 255, 0.12);

    background: rgba(255, 255, 255, 0.04);

    color: #fff;

    text-decoration: none;

    padding: 12px 24px;

    border-radius: 12px;

    font-size: 14px;
    font-weight: 500;

    transition: 0.3s;
}

.secondary-btn:hover {
    background: rgba(255, 255, 255, 0.08);

    color: #fff;
}

/* FEATURES */

.hero-features {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;
}

/* FEATURE */

.feature-box {
    padding: 10px 16px;

    border-radius: 40px;

    background: rgba(255, 255, 255, 0.05);

    border: 2px solid rgba(255, 255, 255, 0.08);

    color: #fff;

    font-size: 12px;
}

/* FORM BOX */

.hero-form-box {
    position: relative;

    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.08) 0%,
            rgba(255, 255, 255, 0.04) 100%);

    backdrop-filter: blur(16px);

    border: 1px solid rgba(255, 255, 255, 0.08);

    padding: 30px 26px;

    border-radius: 24px;

    max-width: 390px;

    margin-left: auto;

    overflow: hidden;

    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.25);
}

/* FORM GLOW */

.hero-form-box::before {
    content: "";

    position: absolute;

    top: -120px;
    right: -80px;

    width: 240px;
    height: 240px;

    background:
        radial-gradient(circle,
            rgba(255, 110, 180, 0.22) 0%,
            transparent 70%);

    z-index: 0;
}

/* CONTENT */

.hero-form-box * {
    position: relative;
    z-index: 2;
}

/* FORM TITLE */

.hero-form-box h3 {
    font-size: 38px;
    font-weight: 700;

    color: #fff;

    text-align: center;

    margin-bottom: 8px;

    line-height: 1.1;
}

/* SUBTITLE */

.form-subtitle {
    text-align: center;

    color: #f4d9e6;

    font-size: 13px;

    margin-bottom: 24px !important;
}

/* LABEL */

.hero-form-box label {
    display: block;

    color: #fff;

    font-size: 14px;
    font-weight: 500;

    margin-bottom: 6px;
}

/* INPUT */

.form-control {
    width: 100%;

    height: 50px;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 14px;

    padding: 0 16px;

    color: #000000 !important;

    font-size: 13px;

    box-shadow: none !important;
}

/* PLACEHOLDER */

.form-control::placeholder {
    color: #dcbfcb;
}

/* SELECT */

select.form-control {
    appearance: none;
}

/* FOCUS */

.form-control:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #c2436e;
    color: #000000 !important;
}

/* SPACING */

.hero-form-box .mb-3 {
    margin-bottom: 14px !important;
}

/* SUBMIT */

.submit-btn {
    width: 100%;

    height: 50px;

    border: none;

    border-radius: 14px;

    background: #c2436e;

    color: #fff;

    font-size: 14px;
    font-weight: 600;

    margin-top: 6px;

    transition: 0.3s;

    box-shadow:
        0 10px 24px rgba(194, 67, 110, 0.35);
}

.submit-btn:hover {
    background: #a9345b;

    transform: translateY(-2px);
}

/* =========================================
   RESPONSIVE
========================================= */

/* LARGE TABLET */

@media(max-width:991px) {

    .hostel-hero {
        padding: 110px 0 60px;
        text-align: center;
    }

    .hero-row {
        min-height: auto;
    }

    /* TITLE */

    .hostel-hero h1 {
        font-size: 58px;
        line-height: 1.05;
    }

    /* TEXT */

    .hostel-hero p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.8;
    }

    /* BUTTONS */

    .hero-btns {
        justify-content: center;
    }

    /* FEATURES */

    .hero-features {
        justify-content: center;
    }

    /* FORM */

    .hero-form-box {
        max-width: 100%;
        margin: 20px auto 0;
    }

}


/* MOBILE */

@media(max-width:576px) {

    .hostel-hero {
        padding: 95px 0 50px;
    }

    /* TAG */

    .hero-tag {
        font-size: 10px;

        padding: 8px 14px;

        gap: 8px;

        margin-bottom: 18px;
    }

    /* TITLE */

    .hostel-hero h1 {
        font-size: 42px;
        line-height: 1.08;

        margin-bottom: 18px;
    }

    /* TEXT */

    .hostel-hero p {
        font-size: 14px;
        line-height: 1.7;

        margin-bottom: 22px;
    }

    /* BUTTON WRAP */
    /* BUTTONS SIDE BY SIDE */

    .hero-btns {
        display: flex;
        align-items: center;
        gap: 12px;

        flex-wrap: nowrap;
    }

    /* SAME WIDTH BUTTONS */

    .primary-btn,
    .secondary-btn {
        flex: 1;

        justify-content: center;
    }

    /* FEATURES WRAP */

    .hero-features {
        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 8px;

        max-width: 360px;

        margin-top: 6px;
    }

    /* BADGES */

    .feature-box {
        display: flex;
        align-items: center;
        justify-content: center;

        text-align: center;

        padding: 8px 10px;

        min-height: 38px;

        border-radius: 30px;

        background:
            rgba(255, 255, 255, 0.04);

        border:
            1px solid rgba(255, 255, 255, 0.07);

        color: #f5dce7;

        font-size: 11px;
        font-weight: 500;

        backdrop-filter: blur(6px);

        transition: 0.3s ease;
    }

    /* HOVER */

    .feature-box:hover {
        background:
            rgba(255, 255, 255, 0.08);

        transform: translateY(-2px);
    }

    /* FORM */

    .hero-form-box {
        padding: 22px 18px;

        border-radius: 20px;
    }

    /* FORM TITLE */

    .hero-form-box h3 {
        font-size: 30px;
    }

    /* SUBTITLE */

    .form-subtitle {
        font-size: 12px;

        margin-bottom: 18px !important;
    }

    /* INPUT */

    .form-control {
        height: 46px;

        font-size: 12px;

        border-radius: 12px;
    }

    /* LABEL */

    .hero-form-box label {
        font-size: 13px;
        text-align: left;
    }

    /* SUBMIT */

    .submit-btn {
        height: 46px;

        font-size: 13px;

        border-radius: 12px;
    }

}


/* SMALL MOBILE */

@media(max-width:380px) {

    .hostel-hero h1 {
        font-size: 36px;
    }

    .hero-tag {
        font-size: 9px;
    }

    .feature-box {
        width: 100%;

        text-align: center;
    }

}






/* SECTION */

.safety-section {
    padding: 40px 0;
    background: #fff7fa;
    overflow: hidden;
}

/* TITLE */

.safety-title {
    text-align: center;
    max-width: 620px;
    margin: auto auto 35px;
}

/* MINI BADGE */

.mini-badge1 {
    display: inline-block;

    padding: 5px 12px;

    border-radius: 30px;

    background: rgba(122, 18, 61, 0.08);

    color: #8f2d57;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 14px;
}

.safety-title h2 {
    color: #651938;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 12px;
}

.safety-title p {
    color: #7b5d69;
    font-size: 14px;
    line-height: 1.7;
}

/* IMAGE */

.safety-image {
    position: relative;
}

.safety-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.08);
}

/* FLOATING CARD */

.floating-card {
    position: absolute;
    left: 14px;
    bottom: 14px;

    display: flex;
    align-items: center;
    gap: 10px;

    background: rgba(91, 21, 50, 0.92);

    padding: 10px 14px;

    border-radius: 14px;

    backdrop-filter: blur(10px);
}

.floating-card i {
    font-size: 18px;
    color: #ff82bb;
}

.floating-card h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.floating-card p {
    color: #f0dce5;
    font-size: 11px;
    margin: 0;
}

/* FEATURES */

.safety-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* CARD */

.safety-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    background: #fff;

    padding: 18px;

    border-radius: 16px;

    border: 1px solid #f2d8e3;

    transition: 0.3s ease;

    box-shadow:
        0 5px 14px rgba(0, 0, 0, 0.03);
}

.safety-card:hover {
    transform: translateY(-3px);

    border-color: #e99cbc;
}

/* ICON */

.icon-box {
    min-width: 46px;
    height: 46px;

    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg,
            #ffe1ee 0%,
            #fff3f8 100%);
}

.icon-box i {
    font-size: 18px;
    color: #c23f77;
}

/* TEXT */

.safety-card h3 {
    color: #651938;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

.safety-card p {
    color: #7d6470;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* =====================================
   MOBILE RESPONSIVE
===================================== */

@media(max-width:576px) {

    /* SECTION */

    .safety-section {
        padding: 26px 0;
    }

    /* TITLE */

    .safety-title {
        margin: auto auto 20px;
    }

    .mini-badge1 {
        font-size: 8px;

        padding: 4px 10px;

        margin-bottom: 10px;
    }

    .safety-title h2 {
        font-size: 24px;

        margin-bottom: 8px;
    }

    .safety-title p {
        font-size: 13px;

        line-height: 1.6;
    }

    /* IMAGE */

    .safety-image img {
        height: 220px;

        border-radius: 14px;
    }

    /* FLOAT CARD */

    .floating-card {
        left: 10px;
        bottom: 10px;

        padding: 8px 10px;

        gap: 8px;

        border-radius: 12px;
    }

    .floating-card i {
        font-size: 14px;
    }

    .floating-card h4 {
        font-size: 11px;
    }

    .floating-card p {
        font-size: 9px;
    }

    /* FEATURES */

    .safety-features {
        gap: 8px;

        margin-top: 14px;
    }

    /* CARD */

    .safety-card {
        padding: 10px;

        gap: 10px;

        border-radius: 12px;
    }

    /* ICON */

    .icon-box {
        min-width: 36px;
        height: 36px;

        border-radius: 10px;
    }

    .icon-box i {
        font-size: 14px;
    }

    /* TEXT */

    .safety-card h3 {
        font-size: 15px;

        margin-bottom: 4px;
    }

    .safety-card p {
        font-size: 13px;

        line-height: 1.45;
    }

    /* REDUCE GAP */

    .safety-image {
        margin-bottom: -20px;
    }

}





/* SECTION */

.hostel-stats {
    padding: 28px 0;
    background: #fff;
}

/* WRAPPER */

.stats-wrapper {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 20px;

    align-items: center;
}

/* ITEM */

.stat-box {
    text-align: center;

    position: relative;
}

/* DIVIDER */

.stat-box:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 50%;
    right: -10px;

    transform: translateY(-50%);

    width: 1px;
    height: 46px;

    background: #ead7df;
}

/* NUMBER */

.stat-box h3 {
    color: #651938;

    font-size: 34px;
    font-weight: 700;

    line-height: 1;

    margin-bottom: 8px;
}

/* TEXT */

.stat-box p {
    color: #7d6470;

    font-size: 13px;
    font-weight: 500;

    line-height: 1.5;

    margin: 0;
}

/* =====================================
   MOBILE RESPONSIVE
===================================== */

@media(max-width:576px) {

    .hostel-stats {
        padding: 20px 0;
    }

    /* WRAPPER */

    .stats-wrapper {
        gap: 8px;
    }

    /* NUMBER */

    .stat-box h3 {
        font-size: 20px;

        margin-bottom: 4px;
    }

    /* TEXT */

    .stat-box p {
        font-size: 10px;

        line-height: 1.3;
    }

    /* DIVIDER */

    .stat-box:not(:last-child)::after {
        right: -4px;

        height: 30px;
    }

}






/* SECTION */

.parents-section {
    position: relative;

    padding: 40px 0;

    background:
        url("image/hostel.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    overflow: hidden;
}

/* OVERLAY */

.parents-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(135deg,
            rgba(74, 6, 34, 0.90) 0%,
            rgba(111, 10, 57, 0.86) 100%);
}

/* TITLE */

.parents-title {
    position: relative;

    text-align: center;

    max-width: 680px;

    margin: auto auto 35px;
}

.mini-badge {
    display: inline-block;

    padding: 6px 14px;

    border-radius: 40px;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.08);

    color: #ff9fc8;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 14px;
}

.parents-title h2 {
    color: #fff;

    font-size: 36px;
    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 14px;
}

.parents-title p {
    color: #f0dce5;

    font-size: 14px;

    line-height: 1.7;
}

/* CARD */

.parent-card {
    position: relative;

    height: 100%;

    padding: 22px 18px;

    border-radius: 18px;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(12px);

    text-align: left;

    transition: 0.35s ease;
}

/* HOVER */

.parent-card:hover {
    transform: translateY(-4px);

    border-color: rgba(255, 255, 255, 0.16);

    background: rgba(255, 255, 255, 0.08);
}

/* ICON BOX */

.card-icon {
    width: 54px;
    height: 54px;

    margin-bottom: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.10),
            rgba(255, 255, 255, 0.03));

    border: 1px solid rgba(255, 255, 255, 0.08);

    position: relative;
}

/* GLOW BORDER */

.card-icon::before {
    content: "";

    position: absolute;

    inset: 0;

    border-radius: 16px;

    padding: 1px;

    background: linear-gradient(135deg,
            rgba(255, 126, 184, 0.4),
            rgba(255, 255, 255, 0));

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* ICON */

.card-icon i {
    font-size: 22px;

    color: #ff8fc0;

    position: relative;
    z-index: 2;
}

/* HEADING */

.parent-card h3 {
    color: #fff;

    font-size: 16px;
    font-weight: 700;

    margin-bottom: 10px;
}

/* TEXT */

.parent-card p {
    color: #f0dce5;

    font-size: 13px;

    line-height: 1.7;

    margin: 0;
}

/* =====================================
   TABLET
===================================== */

@media(max-width:991px) {

    .parents-section {
        padding: 34px 0;

        background-attachment: scroll;
    }

    /* TITLE */

    .parents-title {
        max-width: 100%;

        margin: auto auto 28px;
    }

    .parents-title h2 {
        font-size: 28px;

        line-height: 1.2;
    }

    .parents-title p {
        font-size: 14px;

        line-height: 1.7;
    }

    /* CARD */

    .parent-card {
        padding: 18px 16px;

        border-radius: 16px;
    }

    /* ICON */

    .card-icon {
        width: 48px;
        height: 48px;

        margin-bottom: 14px;

        border-radius: 14px;
    }

    .card-icon i {
        font-size: 20px;
    }

    /* TEXT */

    .parent-card h3 {
        font-size: 15px;

        margin-bottom: 8px;
    }

    .parent-card p {
        font-size: 13px;

        line-height: 1.6;
    }

}


/* =====================================
   MOBILE
===================================== */

@media(max-width:576px) {

    .parents-section {
        padding: 26px 0;
    }

    /* TITLE */

    .mini-badge {
        font-size: 8px;

        padding: 5px 11px;

        margin-bottom: 10px;
    }

    .parents-title {
        margin: auto auto 20px;
    }

    .parents-title h2 {
        font-size: 22px;

        margin-bottom: 10px;
    }

    .parents-title p {
        font-size: 14px;

        line-height: 1.6;
    }

    /* CARD */

    .parent-card {
        padding: 14px 12px;

        border-radius: 14px;
    }

    /* ICON */

    .card-icon {
        width: 42px;
        height: 42px;

        border-radius: 12px;

        margin-bottom: 12px;
    }

    .card-icon::before {
        border-radius: 12px;
    }

    .card-icon i {
        font-size: 16px;
    }

    /* HEADING */

    .parent-card h3 {
        font-size: 15px;

        margin-bottom: 6px;
    }

    /* TEXT */

    .parent-card p {
        font-size: 13px;

        line-height: 1.5;
    }

}





/* SECTION */

.meals-modern-section {
    padding: 40px 0;
    background:
        linear-gradient(180deg, #fff7fa 0%, #fff 100%);
    overflow: hidden;
}

/* LEFT */

.meals-left {
    max-width: 460px;
}

/* BADGE */

.section-badge {
    display: inline-block;

    padding: 5px 12px;

    border-radius: 30px;

    background: rgba(122, 18, 61, 0.08);

    color: #8f2d57;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 14px;
}

/* TITLE */

.meals-left h2 {
    color: #651938;

    font-size: 34px;
    font-weight: 700;

    line-height: 1.15;

    margin-bottom: 14px;
}

.meals-left h2 span {
    color: #d44282;
}

/* TEXT */

.meals-left p {
    color: #7d6470;

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 18px;
}

/* BUTTON */

.meal-btn {
    display: inline-block;

    background: #c63f78;

    color: #fff;

    padding: 11px 18px;

    border-radius: 12px;

    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    margin-bottom: 22px;

    transition: 0.3s;
}

.meal-btn:hover {
    background: #a92d63;
    color: #fff;
}

/* GRID */

.meal-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(240px, 1fr));

    gap: 12px;
}

/* BOX */

.meal-grid-box {
    display: flex;
    align-items: center;
    gap: 10px;

    background: #ffeaf2;

    border-radius: 12px;

    padding: 12px 18px;

    border: 1px solid #f6d5e3;

    transition: 0.3s ease;

    min-height: 62px;
}

/* ICON */

.meal-grid-box i {
    font-size: 16px;

    color: #c63f78;

    min-width: 18px;

    flex-shrink: 0;
}

/* HEADING */

.meal-grid-box h3 {
    color: #651938;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.3;

    margin: 0;

    white-space: nowrap;
}

/* HOVER */

.meal-grid-box:hover {
    transform: translateY(-3px);
}

/* IMAGE WRAPPER */

.meal-image-wrapper {
    position: relative;

    min-height: 470px;
}

/* MAIN IMAGE */

.main-image {
    width: 82%;

    margin-left: auto;
}

.main-image img {
    width: 100%;
    height: 430px;

    object-fit: cover;

    border-radius: 22px;

    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.08);
}

/* SMALL IMAGE */

.small-image {
    position: absolute;

    left: 20px;
    bottom: 28px;

    width: 180px;
}

.small-image img {
    width: 100%;
    height: 170px;

    object-fit: cover;

    border-radius: 18px;

    border: 6px solid #fff7fa;

    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.08);
}

/* FLOAT CARD */

.meal-float-card {
    position: absolute;

    right: 16px;
    bottom: 10px;

    display: flex;
    align-items: center;
    gap: 12px;

    background: #651938;

    padding: 12px 16px;

    border-radius: 14px;

    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.12);
}

.meal-float-card i {
    font-size: 18px;
    color: #ff8abd;
}

.meal-float-card h4 {
    color: #fff;

    font-size: 15px;
    font-weight: 700;

    margin-bottom: 2px;
}

.meal-float-card p {
    color: #f2dbe5;

    font-size: 11px;

    margin: 0;
}

/* =====================================
   TABLET
===================================== */

@media(max-width:991px) {

    .meals-modern-section {
        padding: 34px 0;
    }

    /* LEFT */

    .meals-left {
        max-width: 100%;

        margin-bottom: 26px;
    }

    /* TITLE */

    .meals-left h2 {
        font-size: 28px;

        line-height: 1.2;
    }

    /* TEXT */

    .meals-left p {
        font-size: 14px;

        line-height: 1.7;
    }

    /* GRID */

    .meal-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 10px;
    }

    /* BOX */

    .meal-grid-box {
        padding: 10px 14px;

        min-height: 56px;
    }

    .meal-grid-box h3 {
        font-size: 13px;
    }

    /* IMAGE */

    .meal-image-wrapper {
        min-height: auto;
    }

    .main-image {
        width: 88%;
    }

    .main-image img {
        height: 360px;

        border-radius: 18px;
    }

    .small-image {
        width: 140px;

        left: 10px;
        bottom: 20px;
    }

    .small-image img {
        height: 130px;

        border-radius: 14px;
    }

}


/* =====================================
   MOBILE
===================================== */

@media(max-width:576px) {

    .meals-modern-section {
        padding: 26px 0;
    }

    /* BADGE */

    .section-badge {
        font-size: 8px;

        padding: 4px 10px;

        margin-bottom: 10px;
    }

    /* TITLE */

    .meals-left h2 {
        font-size: 22px;

        margin-bottom: 10px;
    }

    /* TEXT */

    .meals-left p {
        font-size: 14px;

        line-height: 1.6;

        margin-bottom: 14px;
    }

    /* BUTTON */

    .meal-btn {
        padding: 10px 14px;

        font-size: 13px;

        border-radius: 10px;

        margin-bottom: 18px;
    }

    /* GRID */

    .meal-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 8px;
    }

    /* BOX */

    .meal-grid-box {
        padding: 9px 10px;

        min-height: 48px;

        border-radius: 10px;

        gap: 8px;
    }

    /* ICON */

    .meal-grid-box i {
        font-size: 13px;

        min-width: 14px;
    }

    /* TEXT */

    .meal-grid-box h3 {
        font-size: 12px;

        line-height: 1.3;

        white-space: normal;
    }

    /* IMAGE */

    .main-image {
        width: 100%;
    }

    .main-image img {
        height: 260px;

        border-radius: 16px;
    }

    /* SMALL IMAGE */

    .small-image {
        width: 95px;

        left: 8px;
        bottom: 55px;
    }

    .small-image img {
        height: 90px;

        border-width: 4px;

        border-radius: 12px;
    }

    /* FLOAT CARD */

    .meal-float-card {
        right: 8px;
        bottom: 8px;

        gap: 8px;

        padding: 8px 10px;

        border-radius: 10px;
    }

    .meal-float-card i {
        font-size: 14px;
    }

    .meal-float-card h4 {
        font-size: 11px;
    }

    .meal-float-card p {
        font-size: 9px;
    }

}





/* SECTION */

.facility-section {
    padding: 40px 0;

    background:
        linear-gradient(180deg, #fff8fb 0%, #fffdfd 100%);
}

/* HEADING */

.facility-heading {
    margin-bottom: 18px;
}

/* BADGE */

.facility-badge {
    display: inline-block;

    padding: 5px 12px;

    border-radius: 30px;

    background: rgba(122, 18, 61, 0.08);

    color: #8f2d57;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 14px;
}

/* TITLE */

.facility-heading h2 {
    color: #681b3a;

    font-size: 36px;
    font-weight: 700;

    line-height: 1.1;

    margin-bottom: 10px;
}

/* TEXT */

.facility-heading p {
    color: #8b6878;

    font-size: 14px;

    line-height: 1.7;

    margin: 0;
}

/* TABS */

.facility-tabs {
    gap: 8px;

    margin-bottom: 18px;

    border: none;
}

/* TAB BUTTON */

.facility-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 7px;

    background: #fff;

    color: #c2436e !important;

    border: 1px solid #f3d6e3 !important;

    padding: 10px 18px;

    border-radius: 50px;

    font-size: 13px;
    font-weight: 600;

    opacity: 1 !important;

    transition: 0.3s ease;
}

/* ICON */

.facility-tabs .nav-link i {
    color: #c63f78;

    font-size: 13px;
}

/* ACTIVE */

.facility-tabs .nav-link.active {
    background: #c2436e;

    color: #fff !important;

    border-color: #c2436e !important;
}

/* HOVER */

.facility-tabs .nav-link:hover {
    background: #c2436e;

    color: #fff !important;

    border-color: #c2436e !important;
}

/* ACTIVE ICON */

.facility-tabs .nav-link.active i {
    color: #fff;
}

/* HOVER */

.facility-tabs .nav-link:hover {
    background: #c63f78;

    color: #fff !important;

    border-color: #c63f78 !important;
}

/* HOVER ICON */

.facility-tabs .nav-link:hover i {
    color: #fff;
}

/* CARD WRAPPER */

.tab-content {
    margin-top: 12px;
}

/* FACILITY CARD */

.facility-card {
    background: #fff2f7;

    border: 1px solid #f7d6e4;

    border-radius: 18px;

    padding: 16px;

    display: flex;
    align-items: flex-start;

    gap: 12px;

    height: 100%;

    transition: 0.3s ease;
}

/* HOVER */

.facility-card:hover {
    transform: translateY(-3px);

    background: #ffeaf3;

    border-color: #ecb1ca;
}

/* ICON BOX */

.facility-icon {
    width: 42px;
    height: 42px;

    min-width: 42px;

    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffe1ee;
}

/* ICON */

.facility-icon i {
    color: #cf4d88;

    font-size: 17px;
}

/* TITLE */

.facility-card h4 {
    color: #6a183a;

    font-size: 15px;
    font-weight: 700;

    line-height: 1.45;

    margin-bottom: 5px;
}

/* TEXT */

.facility-card p {
    color: #8b6878;

    font-size: 13px;

    line-height: 1.7;

    margin: 0;
}

/* =====================================
   TABLET
===================================== */

@media(max-width:991px) {

    .facility-section {
        padding: 34px 0;
    }

    /* HEADING */

    .facility-heading {
        margin-bottom: 16px;
    }

    .facility-heading h2 {
        font-size: 30px;

        line-height: 1.15;
    }

    .facility-heading p {
        font-size: 14px;

        line-height: 1.7;
    }

    /* TABS */

    .facility-tabs {
        gap: 6px;

        margin-bottom: 16px;
    }

    /* TAB BUTTON */

    .facility-tabs .nav-link {
        padding: 9px 16px;

        font-size: 12px;
    }

    .facility-tabs .nav-link i {
        font-size: 12px;
    }

    /* CARD */

    .facility-card {
        padding: 14px;

        border-radius: 16px;

        gap: 10px;
    }

    /* ICON */

    .facility-icon {
        width: 38px;
        height: 38px;

        min-width: 38px;

        border-radius: 12px;
    }

    .facility-icon i {
        font-size: 15px;
    }

    /* TEXT */

    .facility-card h4 {
        font-size: 15px;

        margin-bottom: 4px;
    }

    .facility-card p {
        font-size: 14px;

        line-height: 1.6;
    }

}


/* =====================================
   MOBILE
===================================== */

@media(max-width:576px) {

    .facility-section {
        padding: 26px 0;
    }

    /* BADGE */

    .facility-badge {
        font-size: 8px;

        padding: 4px 10px;

        margin-bottom: 10px;
    }

    /* HEADING */

    .facility-heading {
        margin-bottom: 14px;
    }

    .facility-heading h2 {
        font-size: 22px;

        margin-bottom: 8px;
    }

    .facility-heading p {
        font-size: 14px;

        line-height: 1.6;
    }

    /* TABS */

    .facility-tabs {
        gap: 6px;

        flex-wrap: nowrap;

        overflow-x: auto;

        padding-bottom: 4px;

        margin-bottom: 14px;
    }

    .facility-tabs::-webkit-scrollbar {
        display: none;
    }

    /* TAB BUTTON */

    .facility-tabs .nav-link {
        padding: 8px 14px;

        font-size: 11px;

        border-radius: 40px;

        white-space: nowrap;
    }

    .facility-tabs .nav-link i {
        font-size: 11px;
    }

    /* TAB CONTENT */

    .tab-content {
        margin-top: 10px;
    }

    /* CARD */

    .facility-card {
        padding: 12px;

        border-radius: 14px;

        gap: 9px;
    }

    /* ICON */

    .facility-icon {
        width: 34px;
        height: 34px;

        min-width: 34px;

        border-radius: 10px;
    }

    .facility-icon i {
        font-size: 14px;
    }

    /* TEXT */

    .facility-card h4 {
        font-size: 15px;

        line-height: 1.4;

        margin-bottom: 3px;
    }

    .facility-card p {
        font-size: 14px;

        line-height: 1.5;
    }

}





/* SECTION */

.location-modern-section {
    padding: 40px 0;
    background:
        linear-gradient(180deg, #fff7fa 0%, #ffffff 100%);
    overflow: hidden;
}

/* HEADING */

.location-heading {
    text-align: center;

    max-width: 620px;

    margin: auto auto 28px;
}

/* TITLE */

.location-heading h2 {
    color: #651938;

    font-size: 36px;
    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 10px;
}

/* TEXT */

.location-heading p {
    color: #7d6470;

    font-size: 15px;

    line-height: 1.7;
}

/* MAP */

.map-box {
    overflow: hidden;

    border-radius: 20px;

    border: 1px solid #f1d9e4;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.04);

    position: relative;
}

.map-box iframe {
    width: 100%;
    height: 420px;

    border: 0;

    filter: grayscale(0.1);
}

/* FLOAT CARD */

.location-float-card {
    position: absolute;

    left: 14px;
    right: 14px;
    bottom: 14px;

    display: flex;
    align-items: center;
    gap: 12px;

    background: rgba(101, 25, 56, 0.94);

    padding: 12px 16px;

    border-radius: 14px;
}

/* FLOAT ICON */

.float-icon {
    width: 42px;
    height: 42px;

    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.10);
}

.float-icon i {
    font-size: 18px;
    color: #ff8dc1;
}

/* FLOAT TEXT */

.location-float-card h3 {
    color: #fff;

    font-size: 16px;
    font-weight: 700;

    margin-bottom: 2px;
}

.location-float-card p {
    color: #f2dbe5;

    font-size: 11px;

    margin: 0;
}

/* RIGHT */

.location-feature-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* CARD */

.location-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    background: #fff;

    padding: 16px;

    border-radius: 16px;

    border: 1px solid #f2dce6;

    transition: 0.3s ease;

    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.03);
}

/* HOVER */

.location-feature:hover {
    transform: translateX(3px);

    border-color: #e8a1bf;
}

/* ICON */

.feature-icon {
    min-width: 44px;
    height: 44px;

    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(135deg,
            #ffe2ef 0%,
            #fff3f8 100%);
}

.feature-icon i {
    font-size: 18px;
    color: #c63f78;
}

/* TEXT */

.location-feature h3 {
    color: #651938;

    font-size: 16px;
    font-weight: 700;

    margin-bottom: 5px;
}

.location-feature p {
    color: #7d6470;

    font-size: 13px;

    line-height: 1.7;

    margin: 0;
}

/* =====================================
   TABLET
===================================== */

@media(max-width:991px) {

    .location-modern-section {
        padding: 34px 0;
    }

    /* HEADING */

    .location-heading {
        max-width: 100%;

        margin: auto auto 22px;
    }

    .location-heading h2 {
        font-size: 26px;

        line-height: 1.2;
    }

    .location-heading p {
        font-size: 14px;

        line-height: 1.6;
    }

    /* MAP */

    .map-box {
        border-radius: 18px;
    }

    .map-box iframe {
        height: 320px;
    }

    /* FLOAT CARD */

    .location-float-card {
        left: 10px;
        right: 10px;
        bottom: 10px;

        padding: 10px 12px;

        border-radius: 12px;
    }

    /* FLOAT ICON */

    .float-icon {
        width: 38px;
        height: 38px;

        border-radius: 10px;
    }

    .float-icon i {
        font-size: 16px;
    }

    /* FLOAT TEXT */

    .location-float-card h3 {
        font-size: 14px;
    }

    .location-float-card p {
        font-size: 10px;
    }

    /* FEATURES */

    .location-feature-wrapper {
        gap: 10px;

        margin-top: 18px;
    }

    /* CARD */

    .location-feature {
        padding: 14px;

        border-radius: 14px;

        gap: 10px;
    }

    /* ICON */

    .feature-icon {
        min-width: 40px;
        height: 40px;

        border-radius: 12px;
    }

    .feature-icon i {
        font-size: 16px;
    }

    /* TEXT */

    .location-feature h3 {
        font-size: 15px;

        margin-bottom: 4px;
    }

    .location-feature p {
        font-size: 13px;

        line-height: 1.6;
    }

}


/* =====================================
   MOBILE
===================================== */

@media(max-width:576px) {

    .location-modern-section {
        padding: 26px 0;
    }

    /* HEADING */

    .location-heading {
        margin: auto auto 18px;
    }

    .location-heading h2 {
        font-size: 22px;

        margin-bottom: 8px;
    }

    .location-heading p {
        font-size: 14px;

        line-height: 1.6;
    }

    /* MAP */

    .map-box {
        border-radius: 14px;
    }

    .map-box iframe {
        height: 240px;
    }

    /* FLOAT CARD */

    .location-float-card {
        left: 8px;
        right: 8px;
        bottom: 8px;

        gap: 8px;

        padding: 8px 10px;

        border-radius: 10px;
    }

    /* FLOAT ICON */

    .float-icon {
        width: 34px;
        height: 34px;

        border-radius: 9px;
    }

    .float-icon i {
        font-size: 14px;
    }

    /* FLOAT TEXT */

    .location-float-card h3 {
        font-size: 12px;

        margin-bottom: 1px;
    }

    .location-float-card p {
        font-size: 9px;

        line-height: 1.4;
    }

    /* FEATURES */

    .location-feature-wrapper {
        gap: 8px;

        margin-top: 14px;
    }

    /* CARD */

    .location-feature {
        padding: 12px;

        border-radius: 12px;

        gap: 9px;
    }

    /* ICON */

    .feature-icon {
        min-width: 34px;
        height: 34px;

        border-radius: 10px;
    }

    .feature-icon i {
        font-size: 14px;
    }

    /* TEXT */

    .location-feature h3 {
        font-size: 15px;

        margin-bottom: 3px;
    }

    .location-feature p {
        font-size: 13px;

        line-height: 1.5;
    }

}







/* SECTION */

.faq-section {
    padding: 40px 0;
    background:
        linear-gradient(180deg, #fff7fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* DOT BG */

.faq-section::before {
    content: "";

    position: absolute;
    inset: 0;

    background-image:
        radial-gradient(#f3d9e5 1px, transparent 1px);

    background-size: 16px 16px;

    opacity: 0.35;

    pointer-events: none;
}

/* CONTAINER */

.faq-section .container {
    position: relative;
    z-index: 2;
}

/* HEADING */

.faq-heading {
    text-align: center;

    max-width: 620px;

    margin: auto auto 38px;
}

/* BADGE */

.faq-badge {
    display: inline-block;

    padding: 6px 14px;

    border-radius: 40px;

    background: #ffeaf2;

    color: #9b3764;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 14px;
}

/* TITLE */

.faq-heading h2 {
    color: #651938;

    font-size: 36px;
    font-weight: 700;

    line-height: 1.15;

    margin-bottom: 12px;
}

.faq-heading h2 span {
    color: #d44282;
}

/* TEXT */

.faq-heading p {
    color: #7d6470;

    font-size: 14px;

    line-height: 1.7;
}

/* SIDEBAR */

.faq-sidebar {
    background: #fff;

    border: 1px solid #f2dce6;

    border-radius: 22px;

    padding: 22px;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.03);
}

/* SIDEBAR TITLE */

.faq-sidebar h3 {
    color: #651938;

    font-size: 18px;
    font-weight: 700;

    margin-bottom: 18px;
}

/* CATEGORY */

.faq-category {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    background: #fff;

    border: 1px solid #f1d9e4;

    border-radius: 14px;

    padding: 13px;

    margin-bottom: 12px;

    transition: 0.3s ease;

    cursor: pointer;
}

/* ACTIVE */

.faq-category.active {
    background: #fff0f6;

    border-color: #e8a1bf;
}

/* HOVER */

.faq-category:hover {
    transform: translateX(3px);
}

/* LEFT */

.category-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ICON */

.category-icon {
    width: 44px;
    height: 44px;

    min-width: 44px;

    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(135deg,
            #ffe2ef 0%,
            #fff5f9 100%);
}

/* ICON */

.category-icon i {
    color: #c63f78;

    font-size: 18px;
}

/* TEXT */

.category-left h4 {
    color: #651938;

    font-size: 14px;
    font-weight: 700;

    margin-bottom: 3px;
}

.category-left span {
    color: #9b7c89;

    font-size: 11px;
}

/* ARROW */

.faq-category .bi-chevron-right {
    color: #c63f78;

    font-size: 14px;
}

/* CONTACT CARD */

.contact-info-card {
    background: #fff;

    border: 1px solid #f2dce6;

    border-radius: 22px;

    padding: 22px;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.03);
}

/* TITLE */

.contact-info-card h3 {
    color: #651938;

    font-size: 22px;
    font-weight: 700;

    margin-bottom: 18px;
}

/* ITEM */

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 14px;

    background: #fff;

    border: 1px solid #f1d9e4;

    border-radius: 14px;

    padding: 14px;

    margin-bottom: 12px;

    transition: 0.3s ease;
}

/* HOVER */

.contact-info-item:hover {
    transform: translateX(3px);

    border-color: #e8a1bf;

    background: #fff7fa;
}

/* ICON */

.contact-info-icon {
    width: 44px;
    height: 44px;

    min-width: 44px;

    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(135deg,
            #ffe2ef 0%,
            #fff5f9 100%);
}

/* ICON */

.contact-info-icon i {
    color: #c63f78;

    font-size: 18px;
}

/* TEXT */

.contact-info-item h4 {
    color: #651938;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.5;

    margin: 0;
}

/* SUPPORT BOX */

.faq-support-box {
    background:
        linear-gradient(135deg, #8f2d57 0%, #651938 100%);

    border-radius: 18px;

    padding: 20px;

    margin-top: 18px;

    box-shadow:
        0 10px 24px rgba(101, 25, 56, 0.18);
}

/* SUPPORT TITLE */

.faq-support-box h4 {
    color: #fff;

    font-size: 22px;
    font-weight: 700;

    margin-bottom: 10px;
}

/* SUPPORT TEXT */

.faq-support-box p {
    color: #f3dce4;

    font-size: 13px;

    line-height: 1.8;

    margin-bottom: 16px;
}

/* BUTTON */

.faq-support-box a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    background: #fff;

    color: #651938;

    text-decoration: none;

    padding: 11px 18px;

    border-radius: 12px;

    font-size: 13px;
    font-weight: 700;

    transition: 0.3s ease;
}

/* HOVER */

.faq-support-box a:hover {
    background: #ff8fc0;

    color: #fff;
}

/* FAQ */

.custom-faq .accordion-item {
    border: none;

    background: #fff;

    border-radius: 16px !important;

    overflow: hidden;

    margin-bottom: 12px;

    border: 1px solid #f2dce6;

    box-shadow:
        0 5px 14px rgba(0, 0, 0, 0.03);
}

/* BUTTON */

.custom-faq .accordion-button {
    background: #fff;

    color: #651938;

    font-size: 15px;
    font-weight: 700;

    padding: 18px 20px;

    box-shadow: none !important;
}

/* ACTIVE */

.custom-faq .accordion-button:not(.collapsed) {
    background: #fff0f6;

    color: #651938;
}

/* BODY */

.custom-faq .accordion-body {
    color: #7d6470;

    font-size: 14px;

    line-height: 1.7;

    padding: 0 20px 20px;
}

/* ICON */

.accordion-button::after {
    transform: scale(.8);

    filter: hue-rotate(300deg);
}

/* =====================================
   TABLET
===================================== */

@media(max-width:991px) {

    .faq-section {
        padding: 34px 0;
    }

    /* HEADING */

    .faq-heading {
        max-width: 100%;

        margin: auto auto 26px;
    }

    .faq-heading h2 {
        font-size: 30px;
    }

    .faq-heading p {
        font-size: 14px;
    }

    /* SIDEBAR */

    .faq-sidebar {
        padding: 18px;

        border-radius: 18px;

        margin-bottom: 18px;
    }

    .faq-sidebar h3 {
        font-size: 16px;

        margin-bottom: 14px;
    }

    /* CATEGORY */

    .faq-category {
        padding: 11px;

        border-radius: 12px;

        margin-bottom: 10px;
    }

    /* ICON */

    .category-icon {
        width: 40px;
        height: 40px;

        min-width: 40px;

        border-radius: 12px;
    }

    .category-icon i {
        font-size: 16px;
    }

    /* TEXT */

    .category-left h4 {
        font-size: 13px;
    }

    .category-left span {
        font-size: 10px;
    }

    /* CONTACT */

    .contact-info-card {
        padding: 18px;

        border-radius: 18px;

        margin-top: 18px;
    }

    .contact-info-card h3 {
        font-size: 20px;
    }

    /* ITEM */

    .contact-info-item {
        padding: 12px;

        border-radius: 12px;
    }

    .contact-info-icon {
        width: 40px;
        height: 40px;

        min-width: 40px;
    }

    .contact-info-icon i {
        font-size: 16px;
    }

    .contact-info-item h4 {
        font-size: 13px;
    }

    /* SUPPORT */

    .faq-support-box {
        padding: 18px;

        border-radius: 16px;
    }

    .faq-support-box h4 {
        font-size: 18px;
    }

    .faq-support-box p {
        font-size: 12px;
    }

    /* FAQ */

    .custom-faq .accordion-button {
        font-size: 15px;

        padding: 16px 18px;
    }

    .custom-faq .accordion-body {
        font-size: 14px;

        padding: 0 18px 18px;
    }

}


/* =====================================
   MOBILE
===================================== */

@media(max-width:576px) {

    .faq-section {
        padding: 26px 0;
    }

    /* HEADING */

    .faq-heading {
        margin: auto auto 20px;
    }

    .faq-badge {
        font-size: 8px;

        padding: 5px 11px;

        margin-bottom: 10px;
    }

    .faq-heading h2 {
        font-size: 22px;

        margin-bottom: 8px;
    }

    .faq-heading p {
        font-size: 14px;

        line-height: 1.6;
    }

    /* SIDEBAR */

    .faq-sidebar {
        padding: 14px;

        border-radius: 14px;

        margin-bottom: 14px;
    }

    .faq-sidebar h3 {
        font-size: 14px;

        margin-bottom: 12px;
    }

    /* CATEGORY */

    .faq-category {
        padding: 10px;

        border-radius: 10px;

        gap: 8px;

        margin-bottom: 8px;
    }

    /* LEFT */

    .category-left {
        gap: 8px;
    }

    /* ICON */

    .category-icon {
        width: 34px;
        height: 34px;

        min-width: 34px;

        border-radius: 10px;
    }

    .category-icon i {
        font-size: 14px;
    }

    /* TEXT */

    .category-left h4 {
        font-size: 12px;

        margin-bottom: 1px;
    }

    .category-left span {
        font-size: 9px;
    }

    /* ARROW */

    .faq-category .bi-chevron-right {
        font-size: 12px;
    }

    /* CONTACT CARD */

    .contact-info-card {
        padding: 14px;

        border-radius: 14px;

        margin-top: 14px;
    }

    .contact-info-card h3 {
        font-size: 16px;

        margin-bottom: 14px;
    }

    /* ITEM */

    .contact-info-item {
        gap: 10px;

        padding: 10px;

        border-radius: 10px;

        margin-bottom: 8px;
    }

    /* ICON */

    .contact-info-icon {
        width: 34px;
        height: 34px;

        min-width: 34px;

        border-radius: 10px;
    }

    .contact-info-icon i {
        font-size: 14px;
    }

    /* TEXT */

    .contact-info-item h4 {
        font-size: 13px;
    }

    /* SUPPORT */

    .faq-support-box {
        padding: 14px;

        border-radius: 14px;

        margin-top: 14px;
    }

    .faq-support-box h4 {
        font-size: 16px;

        margin-bottom: 8px;
    }

    .faq-support-box p {
        font-size: 13px;

        line-height: 1.6;

        margin-bottom: 12px;
    }

    .faq-support-box a {
        width: 100%;

        padding: 10px 14px;

        font-size: 13px;

        border-radius: 10px;
    }

    /* FAQ */

    .custom-faq .accordion-item {
        border-radius: 12px !important;

        margin-bottom: 8px;
    }

    .custom-faq .accordion-button {
        font-size: 15px;

        line-height: 1.5;

        padding: 14px 14px;
    }

    .custom-faq .accordion-body {
        font-size: 13px;

        line-height: 1.6;

        padding: 0 14px 14px;
    }

}





/* SECTION */

.review-section {
    padding: 40px 0;
    background:
        linear-gradient(180deg, #fff7fa 0%, #ffffff 100%);
}

/* HEADING */

.review-heading {
    text-align: center;

    max-width: 700px;

    margin: auto auto 45px;
}

/* BADGE */

.review-badge {
    display: inline-block;

    padding: 5px 12px;

    border-radius: 30px;

    background: rgba(122, 18, 61, 0.08);

    color: #8f2d57;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 14px;
}

/* TITLE */

.review-heading h2 {
    color: #651938;

    font-size: 36px;
    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 12px;
}

.review-heading h2 span {
    color: #d44282;
}

/* TEXT */

.review-heading p {
    color: #7d6470;

    font-size: 14px;

    line-height: 1.8;
}

/* CARD */

.review-card {
    background: #fff;

    border: 1px solid #f2dce6;

    border-radius: 24px;

    padding: 24px;

    height: 100%;

    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.04);

    transition: 0.3s ease;
}

/* HOVER */

.review-card:hover {
    transform: translateY(-5px);

    border-color: #e8a1bf;
}

/* TOP */

.review-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 12px;

    margin-bottom: 18px;
}

/* USER */

.review-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* IMAGE */

.review-user img {
    width: 56px;
    height: 56px;

    border-radius: 50%;

    object-fit: cover;

    border: 3px solid #ffe2ef;
}

/* NAME */

.review-user h4 {
    color: #651938;

    font-size: 16px;
    font-weight: 700;

    margin-bottom: 2px;
}

/* ROLE */

.review-user span {
    color: #9b7c89;

    font-size: 13px;
}

/* STARS */

.review-stars {
    display: flex;
    gap: 2px;
}

.review-stars i {
    color: #ffbf2f;

    font-size: 13px;
}

/* REVIEW TEXT */

.review-card p {
    color: #6f5a64;

    font-size: 14px;

    line-height: 1.9;

    margin: 0;
}

/* =====================================
   TABLET
===================================== */

@media(max-width:991px) {

    .review-section {
        padding: 34px 0;
    }

    /* HEADING */

    .review-heading {
        max-width: 100%;

        margin: auto auto 28px;
    }

    .review-heading h2 {
        font-size: 32px;
    }

    .review-heading p {
        font-size: 14px;

        line-height: 1.7;
    }

    /* CARD */

    .review-card {
        padding: 18px;

        border-radius: 18px;
    }

    /* TOP */

    .review-top {
        margin-bottom: 14px;
    }

    /* IMAGE */

    .review-user img {
        width: 48px;
        height: 48px;
    }

    /* NAME */

    .review-user h4 {
        font-size: 15px;
    }

    /* ROLE */

    .review-user span {
        font-size: 12px;
    }

    /* STARS */

    .review-stars i {
        font-size: 11px;
    }

    /* TEXT */

    .review-card p {
        font-size: 12px;

        line-height: 1.7;
    }

}


/* =====================================
   MOBILE
===================================== */

@media(max-width:576px) {

    .review-section {
        padding: 26px 0;
    }

    /* HEADING */

    .review-heading {
        margin: auto auto 20px;
    }

    .review-badge {
        font-size: 8px;

        padding: 4px 10px;

        margin-bottom: 10px;
    }

    .review-heading h2 {
        font-size: 24px;

        margin-bottom: 8px;
    }

    .review-heading p {
        font-size: 14px;

        line-height: 1.6;
    }

    /* CARD */

    .review-card {
        padding: 14px;

        border-radius: 14px;
    }

    /* TOP */

    .review-top {
        gap: 8px;

        margin-bottom: 12px;
    }

    /* USER */

    .review-user {
        gap: 8px;
    }

    /* IMAGE */

    .review-user img {
        width: 40px;
        height: 40px;

        border-width: 2px;
    }

    /* NAME */

    .review-user h4 {
        font-size: 15px;

        margin-bottom: 1px;
    }

    /* ROLE */

    .review-user span {
        font-size: 12px;
    }

    /* STARS */

    .review-stars i {
        font-size: 10px;
    }

    /* REVIEW TEXT */

    .review-card p {
        font-size: 13px;

        line-height: 1.6;
    }

}





/* FLOATING WHATSAPP */

.whatsapp-float{
    position:fixed;
    right:20px;
    bottom:20px;
    width:60px;
    height:60px;
    background:#25d366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 6px 18px rgba(0,0,0,0.2);
    transition:0.3s ease;
}

.whatsapp-float:hover{
    transform:scale(1.1);
    color:#fff;
}

/* MOBILE */

@media(max-width:576px){

    .whatsapp-float{
        width:52px;
        height:52px;
        right:14px;
        bottom:14px;
        font-size:26px;
    }

}





/* FOOTER */

.simple-footer {
    background:
        linear-gradient(180deg, #650425 0%, #3f0017 100%);

    padding: 20px 0 20px;

    text-align: center;

    border-top: 5px solid #8f2d57;

    overflow: hidden;
}

/* LOGO */

.footer-logo img {
    max-width: 220px;

    margin-bottom: 18px;
}

/* TEXT */

.footer-text {
    color: #d8b8c5;

    font-size: 14px;

    line-height: 1.9;

    max-width: 520px;

    margin: 0 auto 28px;
}

/* SOCIAL */

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    margin-bottom: 30px;
}

/* ICON */

.footer-social a {
    width: 48px;
    height: 48px;

    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(255, 255, 255, 0.08);

    text-decoration: none;

    transition: 0.3s ease;
}

.footer-social a i {
    color: #fff;

    font-size: 18px;
}

/* HOVER */

.footer-social a:hover {
    transform: translateY(-4px);

    background: #ff5a9b;
}

/* COPYRIGHT */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);

    padding-top: 18px;

    color: #b58a9b;

    font-size: 14px;
}

/* =====================================
   TABLET
===================================== */

@media(max-width:991px) {

    .simple-footer {
        padding: 18px 0 18px;
    }

    /* LOGO */

    .footer-logo img {
        max-width: 180px;

        margin-bottom: 14px;
    }

    /* TEXT */

    .footer-text {
        font-size: 14px;

        line-height: 1.8;

        max-width: 100%;

        margin: 0 auto 22px;
    }

    /* SOCIAL */

    .footer-social {
        gap: 10px;

        margin-bottom: 22px;
    }

    /* ICON */

    .footer-social a {
        width: 42px;
        height: 42px;

        border-radius: 12px;
    }

    .footer-social a i {
        font-size: 16px;
    }

    /* COPYRIGHT */

    .footer-bottom {
        padding-top: 14px;

        font-size: 12px;
    }

}


/* =====================================
   MOBILE
===================================== */

@media(max-width:576px) {

    .simple-footer {
        padding: 16px 0 16px;

        border-top-width: 3px;
    }

    /* LOGO */

    .footer-logo img {
        max-width: 150px;

        margin-bottom: 12px;
    }

    /* TEXT */

    .footer-text {
        font-size: 14px;

        line-height: 1.7;

        margin: 0 auto 18px;
    }

    /* SOCIAL */

    .footer-social {
        gap: 8px;

        margin-bottom: 18px;

        flex-wrap: wrap;
    }

    /* ICON */

    .footer-social a {
        width: 36px;
        height: 36px;

        border-radius: 10px;
    }

    .footer-social a i {
        font-size: 14px;
    }

    /* COPYRIGHT */

    .footer-bottom {
        padding-top: 13px;

        font-size: 10px;

        line-height: 1.5;
    }

}