.text-justify {
    text-align: justify;
}

.key-about {
    background-color: #ffecbd;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #000000;
    margin-bottom: 15px;
    border-bottom: 2px solid #eaa636;
    padding-bottom: 5px;
}

.key-links {
    background-color: #ffecbd;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #000000;
    margin-bottom: 15px;
    border-bottom: 2px solid #eaa636;
    padding-bottom: 5px;
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 1rem;
    padding: 8px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #eaa636;
    color: #ffffff;
    transform: translateX(5px);
}

.key-contact {
    background-color: #ffecbd;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #000000;
    margin-bottom: 15px;
    border-bottom: 2px solid #eaa636;
    padding-bottom: 5px;
}

.key-contact p a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
}

.key-baner-div img {
    width: 100%;
    height: 340px;
    /* margin-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.key-main h2 {
    color: #eaa636;
    font-size: 38px;
}



.why-icon {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.why-icon i {
    padding: 35px;
    font-size: 40px;
    color: #eaa636;
}


.prev-ious {
    left: 180px;
}

.prev-next {
    right: 180px;
}





/* category grid */
.service-grid {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
    width: 96%;
}

.card-s {
    background: white;
    border-radius: 28px;
    box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.02);
    padding: 20px;
    transition: all 0.25s ease;
    border: 1px solid #f0eae4;
    display: flex;
    flex-direction: column;
    height: 340px;
}

.card-s:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 40px -15px rgba(90, 65, 45, 0.15);
    border-color: #dccfc3;
}

.card-s-icon {
    font-size: 2.5rem;
    color: #eaa636;
    margin-bottom: 1.4rem;
}

.card-s h4 {
    font-size: 22px;
    font-weight: 550;
    /* letter-spacing: -0.02em; */
    margin-bottom: 15px;
    color: #2e2a26;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-s p {
    color: #55514c;
    margin-bottom: 1.5rem;
    font-size: 0.98rem;
    flex: 1;
}









.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 40px;
    color: #eaa636;
    ;
    margin-bottom: 20px;
    transition: transform 0.3s, color 0.3s;
}

.service-card:hover .service-icon {
    transform: scale(1.2);
    color: #ff6b6b;
}

.service-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
}

.service-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}



.flexible {
    display: flex;
    gap: 20px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
}

.interior-img {
    height: 100%;
    width: 100%;
}

.interior-img img {
    height: 100%;
    width: 100%;
}

.pricing-list {
    line-height: 2;
    list-style: none;
    padding-left: 0rem;
}

.font-h {
    font-size: 23px;
}

.pricing-list li i {
    color: #eaa636;
    margin-right: 9px;
}



/* Mobile Responsive */
@media (max-width: 768px) {
    .service-grid {
        display: grid;
        /* width: 96%; */
    }

    .about-heading {
        font-size: 30px;
        margin-top: 60px;
    }

    .page-header {
        margin-bottom: 2rem;
    }

    .py-6 {
        padding-top: 0rem;
        padding-bottom: 3rem;
    }

    .key-about {
        max-width: 100%;
    }

    .key-links {
        max-width: 100%;
    }

    .key-contact {
        max-width: 100%;
    }

    .key-baner-div img {
        width: 100%;
        height: auto;
    }

    .key-baner-div {
        width: 100%;
        height: auto;
    }

    .key-main h2 {
        color: #eaa636;
        font-size: 30px;
    }

    .service-grid {
        width: 100%;
    }

    .card-s {
        height: auto;
    }

    .flexible {
        display: grid;
    }

    .prev-next {
        right: 0;
    }

    .prev-ious {
        left: 0;
    }

    .dynamic-sec {
        display: grid !important;
    }


}


.table-wrapper {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

thead {
    background: #eaa636;
    color: #fff;
}

thead th {
    padding: 18px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

tbody td {
    padding: 18px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

tbody tr:last-child td {
    border-bottom: none;
}

tbody tr:nth-child(even) {
    background: #f4f6fb;
}

.feature-col {
    text-align: left;
    font-weight: 600;
    color: #333;
}

.yes {
    color: #28a745;
    font-weight: 600;
}

.no {
    color: #dc3545;
    font-weight: 600;
}

.highlight {
    background: #eaa636;
    font-weight: 600;
}

@media (max-width: 768px) {

    thead th,
    tbody td {
        padding: 14px;
        font-size: 14px;
    }

    .room-h {
        height: auto !important;
    }
}

.stand-bg {
    background: #ffebcb;
}

.room-h {
    height: 380px;
}

.dynamic-sec {
    display: flex;
}

.dynamic-sec h5 a {
    color: #000000;
}