/* ===============================
   MANAGEMENT SERVICES SECTION
================================ */

.manage-sec {
    background-color: #f4f4f4;
}

/* Header */
.manage-sec .manage-header {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.manage-sec .manage-header h2 {
    font-size: 30px;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px;
}

.manage-sec .manage-header p {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

/* Cards */
.manage-sec .manage-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 240px;
    margin-bottom: 30px;
}

.manage-sec .manage-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Icon */
.manage-sec .manage-icon {
    width: 45px;
    height: 45px;
    background-color: #e9f2fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.manage-sec .manage-icon i {
    color: var(--btn-color);
    font-size: 18px;
}

/* Text */
.manage-sec .manage-card h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #222;
}

.manage-sec .manage-card p {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}
/* ======================================================================== */
/* ===========================
   WHY CHOOSE SECTION
=========================== */

.why-sec {
    background-color: #f2f2f2;
    padding-top: 30px;
}

/* Image Styling */
.why-sec .why-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.why-sec .why-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content Styling */
.why-sec .why-content {
    padding-left: 40px;
}

.why-sec .why-content h2 {
    font-size: 23px;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px;
}

.why-sec .why-subtext {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
    line-height: 1.6;
    font-weight: 400;
}

/* List */
.why-sec .why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-sec .why-list li {
    font-size: 14px;
    color: #444;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.why-sec .why-list i {
    color: #4da3ff;
    font-size: 16px;
    margin-top: 3px;
}

/* ======================================================================== */
/* ===========================
   HOW IT WORKS SECTION
=========================== */

.how-sec {
    background-color: #f3f3f3;
    padding-top: 30px;
}

/* Heading */
.how-sec .how-heading {
    text-align: center;
    margin-bottom: 60px;
}

.how-sec .how-heading h2 {
    font-size: 28px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
}

.how-sec .how-heading p {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

/* Card */
.how-sec .how-card {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 180px;
}

.how-sec .how-card:hover {
    transform: translateY(-5px);
}

/* Step Number Bubble */
.how-sec .step-number {
    position: absolute;
    top: 0;
    right: 0;
    background: #e8eef7;
    color: #4d88ff;
    font-size: 12px;
    font-weight: 600;
    padding: 25px 30px;
    border-bottom-left-radius: 60px;
}

/* Card Text */
.how-sec .how-card h4 {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    margin-bottom: 12px;
}

.how-sec .how-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
}

/* ======================================================================== */
.testimonial-sec {
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 80px;
}

.testimonial-sec .testimonial-heading {
    text-align: center;
    margin-bottom: 60px;
}

.testimonial-sec .testimonial-heading h2 {
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

.testimonial-sec .testimonial-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    text-align: center;
}

.testimonial-sec .stars {
    margin-bottom: 15px;
}

.testimonial-sec .stars i {
    color: #f4b400;
    font-size: 14px;
}

.testimonial-sec .review-text {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial-sec .show-more {
    font-size: 13px;
    color: #3b82f6;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

.testimonial-sec .review-user {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.testimonial-sec .review-user img {
    width: 35px !important;
    height: 35px;
    border-radius: 0;
    object-fit: cover;
}

.testimonial-sec .review-user span {
    font-size: 14px;
    font-weight: 500;
    margin: auto;
}

/* Owl spacing fix */
.testimonial-sec .owl-stage-outer {
    padding-bottom: 10px;
}

/* ======================================================================== */
/* Targeting the section */
.rental-analysis-section {
    background-color: #e5e2dd;
}

/* Header Styling */
.rental-analysis-section .header-content {
    text-align: center;
    margin-bottom: 40px;
}

.rental-analysis-section h2 {
    color: #333;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 15px;
}

.rental-analysis-section p {
    color: #666;
    font-size: 1.1rem;
    font-weight: 400;
}

/* Form Card Container */
.rental-analysis-section .form-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Inputs and Labels */
.rental-analysis-section label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 20px;
    font-size: 0.9rem;
}

.rental-analysis-section input, 
.rental-analysis-section textarea {
    width: 100%;
    padding: 12px 15px;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: none;
    transition: 0.3s;
}

.rental-analysis-section input:focus, 
.rental-analysis-section textarea:focus {
    background-color: #fff;
    border-color: #89d0f5;
}

/* Button Styling */
.rental-analysis-section button {
    width: 100%;
    background-color: var(--btn-color);
    color: white;
    border: none;
    padding: 15px;
    font-weight: 400;
    border-radius: 8px;
    margin-top: 30px;
    cursor: pointer;
    font-size: 1rem;
}



/* Footer text inside card */
.rental-analysis-section .footer-note {
    text-align: center;
    font-size: 0.85rem;
    color: #888;
    margin-top: 20px;
    font-weight: 400;
}