.aside-menu .menu .menu-item .menu-link .menu-title {
    font-weight: 400 !important;
}

.aside-menu .menu .menu-item.active {
    background: #F0EDEA;
    color: #fff;
    border-right: 4px solid #664B28;
}

.aside-menu .menu .menu-item.active .menu-link .menu-title {
    font-weight: 700 !important;
}

.aside-menu .menu .menu-item.active .svg-icon svg [fill]:not(.permanent):not(g),
.aside-menu .menu .menu-item.active .menu-title {
    fill: #664B28 !important;
    color: #664B28 !important;
}

.aside-menu .menu .menu-item:hover {
    background: #664B28 !important;
    /* padding: 16px; */
    /* border-right: 4px solid #F0EDEA; */
}

.aside-menu .menu .menu-item:hover .svg-icon svg [fill]:not(.permanent):not(g),
.aside-menu .menu .menu-item:hover .menu-title {
    fill: #ffffff !important;
    color: #ffffff !important;
}

.aside-menu .menu-item {
    font-size: 16px !important;
    padding: 5px !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #664B28;
    border-color: transparent;
}

/* table action */

/* .table-responsive {
    overflow-x: unset !important;
    overflow-y: visible !important;
    position: relative;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1050;
}

.dataTables_wrapper {
    overflow: visible !important;
}

.table {
    overflow: visible !important;
    white-space: nowrap;
}

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

.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    width: 220px !important;
} */

.form-control:focus {
    border-color: #664B28 !important;
    outline: none;
    box-shadow: 0 0 0 0.2rem #F0EDEA;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px !important;
    padding: 1rem 0;
}

.pagination .page-link {
    color: #000;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover {
    background-color: #5C3D0D !important;
    /* Brown */
    color: #fff;
    border-color: #5C3D0D !important;
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
    background-color: #f8f8f8;
    pointer-events: none;
}


.upload-box {
    border: 2px dashed #d6ccc2;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    transition: border-color 0.3s ease;
    cursor: pointer;
}

.upload-box:hover {
    border-color: #8d6e63;
}

.upload-icon {
    background-color: #5d3a00;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 16px;
}

.upload-button {
    background-color: #f3eee9;
    color: #5d3a00;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.upload-button:hover {
    background-color: #e8e1da;
}

.preview img,
.preview video {
    max-width: 100%;
    max-height: 100px;
    border-radius: 8px;
    margin-top: 20px;
}

input[type="file"] {
    display: none;
}

.option-card {
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 12px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease-in-out;
}

.option-card input[type="radio"] {
    accent-color: #664b28;
    transform: scale(1.2);
}

.option-card.selected-available {
    border-color: #664b28;
    font-weight: 500;
    color: #664b28;
}

.option-card.selected-not-available {
    border-color: #664b28;
    font-weight: 500;
    color: #664b28;
}

.option-group {
    display: flex;
    gap: 16px;
}

.option-card input {
    margin: 0;
}

/* ---------- Screen 1 ---------- */
.hero-heading {
    font-size: 60px;
    color: #090500;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 25px;

}

.hero-sub-heading {
    font-size: 18px;
    color: #8A909F;
    margin-top: 10px;
    margin-bottom: 25px;

}

/* ---------- Feature Swiper Section ---------- */

.choose-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #090500;
    margin-bottom: 14px;
}

.choose-section-subtitle {
    color: #777;
    font-size: 14px;
    margin-bottom: 5px;
}

/* ---------- Swiper & Card Refinement ---------- */
.featureSwiper {
    width: 100%;
    padding: 70px 0 60px;
    overflow: hidden;
}

/* Slides */
.swiper-slide {
    width: auto !important;
    display: flex;
    justify-content: center;
}

/* ---------- Card ---------- */
.feature-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #f5f1ea;
    border: 1px solid rgba(102, 75, 40, 0.25);
    border-radius: 24px;
    padding: 1px 30px;
    width: 740px;
    min-height: 200px;
    box-shadow: 0 8px 24px rgba(166, 132, 94, 0.15);
    transition: all 0.3s ease;
    position: relative;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(166, 132, 94, 0.25);
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.4);
    pointer-events: none;
}

/* ---------- Image ---------- */
.swiper-image {
    flex: 0 0 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}

.swiper-image img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 20px;
}

/* ---------- Text ---------- */
.feature-content {
    flex: 1;
    text-align: left;
}

.feature-title {
    font-size: 22px;
    font-weight: 700;
    color: #3e2a10;
    margin-bottom: 10px;
}

.feature-text {
    font-size: 16px;
    color: #5c4b33;
    line-height: 1.6;
    max-width: 500px;
}

/* ---------- Pagination ---------- */
.swiper-pagination {
    margin-top: 25px;
    position: relative;
}

.swiper-pagination-bullet {
    background-color: #d8cbb5;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #6b4a24;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
    .feature-card {
        flex-direction: column;
        width: 90%;
        padding: 30px 25px;
        text-align: center;
    }

    .swiper-image {
        margin: 0 0 20px 0;
    }

    .swiper-image img {
        width: 130px;
        height: 130px;
    }

    .feature-content {
        text-align: center;
    }

    .feature-title {
        font-size: 20px;
    }

    .feature-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .feature-card {
        width: 100%;
        border-radius: 18px;
        padding: 25px 18px;
    }

    .swiper-image img {
        width: 100px;
        height: 100px;
    }

    .feature-title {
        font-size: 18px;
    }

    .feature-text {
        font-size: 14px;
    }
}

/* ---------- Responsive Feature Swiper Section ---------- */

/* Tablet screens */
@media (max-width: 992px) {
    .featureSwiper {
        padding: 50px 0 40px;
    }

    .feature-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 90%;
        max-width: 520px;
        padding: 30px 25px;
        margin: 0 auto;
    }

    .swiper-image {
        margin: 0 0 20px 0;
    }

    .swiper-image img {
        width: 130px;
        height: 130px;
    }

    .feature-title {
        font-size: 20px;
    }

    .feature-text {
        font-size: 15px;
        max-width: 100%;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
    }
}

/* Small screens (mobile) */
@media (max-width: 576px) {
    .feature-card {
        width: 100%;
        max-width: 360px;
        padding: 25px 18px;
        border-radius: 18px;
    }

    .swiper-image img {
        width: 100px;
        height: 100px;
    }

    .feature-title {
        font-size: 18px;
    }

    .feature-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .choose-section-title {
        font-size: 22px;
    }

    .choose-section-subtitle {
        font-size: 13px;
    }

    .swiper-pagination {
        margin-top: 15px;
    }
}



/* ---------- Popular Services Section ---------- */
.popular-services {
    text-align: center;
}

.popular-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #090500;
    margin-bottom: 16px;
}

.popular-section-subtitle {
    color: #777;
    font-size: 14px;
    margin-bottom: 60px;
}

/* Full-width button grid */
.service-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

/* Button Style */
.service-btn {
    background-color: #6b4a24;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: none;
    border-radius: 16px;
    padding: 20px 0;
    width: 100%;
    box-shadow: 0 8px 18px rgba(107, 74, 36, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-btn:hover {
    background-color: #543b20;
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(107, 74, 36, 0.25);
}

/* Responsive */
@media (max-width: 1024px) {
    .service-buttons {
        gap: 20px;
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .service-buttons {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .service-btn {
        font-size: 16px;
        padding: 16px 0;
    }
}

@media (max-width: 576px) {
    .service-buttons {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 15px;
    }

    .popular-section-title {
        font-size: 22px;
    }

    .popular-section-subtitle {
        font-size: 13px;
    }
}


/* ---------- App Feature Section ---------- */
.app-feature-section {
    padding: 100px 20px;
    background-color: #fff;
    text-align: center;
}

.app-feature-section .section-heading {
    font-size: 28px;
    font-weight: 700;
    color: #090500;
    margin-bottom: 54px;
}

.app-feature-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 19px;
    flex-wrap: wrap;
}

.app-feature-row.reverse {
    flex-direction: row-reverse;
}

.app-feature-image {
    position: relative;
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-feature-image img {
    width: 280px;
    position: relative;
    z-index: 2;
}

.image-circle {
    position: absolute;
    width: 418px;
    height: 255px;
    background-color: #664b28;
    border-radius: 160px;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1;
}

.app-feature-text {
    flex: 1 1 45%;
    text-align: left;
}

.app-feature-text h3 {
    font-size: 28px;
    font-weight: 700;
    color: #090500;
    margin-bottom: 15px;
}

.app-feature-text h3 span {
    color: #664b28;
}

.app-feature-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

.learn-more {
    background-color: #664b28;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 12px 35px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.learn-more:hover {
    background-color: #543b20;
}

/* Responsive */
@media (max-width: 991px) {
    .app-feature-row {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .app-feature-row.reverse {
        flex-direction: column;
    }

    .app-feature-text {
        text-align: center;
        margin-top: 20px;
    }

    .app-feature-text h3 {
        font-size: 22px;
    }

    .app-feature-text p {
        font-size: 15px;
    }

    .app-feature-image img {
        width: 200px;
    }

    .image-circle {
        width: 260px;
        height: 120px;
        top: 60%;
        border-radius: 60px;
    }
}

@media (max-width: 576px) {
    .app-feature-image img {
        width: 170px;
    }

    .image-circle {
        width: 200px;
        height: 80px;
    }
}


/* ---------- Testimonials ---------- */
.testimonials-section {
    background-color: #fdf7ee;
    text-align: center;
}

.testimonials-section .section-heading {
    font-size: 36px;
    font-weight: 700;
    color: #090500;
    margin-bottom: 10px;
}

.testimonials-section .section-subheading {
    font-size: 16px;
    color: #95989f;
    margin-bottom: 60px;
}

.testimonialSwiper {
    padding-bottom: 50px;
}

.testimonialSwiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.testimonial-card {
    background: #f5f1ea;
    border-radius: 14px;
    padding: 15px 14px;
    max-width: 400px;
    min-width: 320px;
    text-align: left;
    border: 1px solid rgba(102, 75, 40, 0.2);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-text {
    color: #222;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-author img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #090500;
}

.testimonial-author p {
    margin: 0;
    font-size: 13px;
    color: #8a8a8a;
}

.view-all-btn {
    background-color: #664b28;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 60px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.view-all-btn:hover {
    background-color: #543b20;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-card {
        max-width: 280px;
        min-width: 260px;
        padding: 25px 20px;
    }

    .view-all-btn {
        padding: 10px 40px;
    }
}

@media (max-width: 576px) {
    .testimonial-card {
        max-width: 260px;
        padding: 20px 15px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .view-all-btn {
        padding: 10px 35px;
        font-size: 15px;
    }
}


/* ---------- Footer ---------- */
.footer1 {
    margin-top: 0;
    padding-top: 50px;
    background-color: #664b28;
}

.footer1-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer1-left {
    max-width: 400px;
}

.footer1-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.footer1-tagline {
    font-size: 14px;
    color: #f4f1ed;
    margin-bottom: 20px;
    line-height: 1.6;
}

.app-buttons img {
    width: 150px;
    height: 48px;
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.app-buttons img:hover {
    transform: scale(1.05);
}

.footer1-right {
    text-align: right;
}

.footer1-links {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.footer1-links li {
    display: inline-block;
    margin-left: 25px;
}

.footer1-links a {
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer1-links a:hover {
    color: #f0d7b6;
}

.footer1-copy {
    font-size: 13px;
    color: #f1f1f1;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
    .footer1-container {
        flex-direction: column;
        text-align: center;
    }

    .footer1-left {
        margin-bottom: 30px;
    }

    .footer1-right {
        text-align: center;
    }

    .footer1-links li {
        margin: 0 10px;
    }
}

@media (max-width: 480px) {
    .footer1-copy {
        font-size: 12px;
    }
}

.header.page1 {
    background-color: #fff7ea;
}

.header .page1-logo img {
    max-height: 58px;
    margin-right: 8px;
}