nav.navbar-custom {
    position: absolute;
    top: 15px;
}

.hero-des {
    max-width: 650px;
}

.hero-section {
    background-color: #004a44;
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-section h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #fff !important;
     font-family: "Montserrat", sans-serif !important;
     font-style: inherit;
}

.hero-section h1 span {
    color: #edbb68;
}

.hero-section p {
    margin-top: 1rem;
    font-size: 1rem;
}

.hero-section .btn-custom {
    background-color: #edbb68;
    color: #111;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 24px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.hero-section .btn-custom:hover {
    background-color: #d6a654;
    transform: scale(1.05);
    /* popup effect */
    box-shadow: 0 0 2px rgba(237, 187, 104, 0.4);
    /* very soft glow */
}


/* Arrow smooth animation */
.hero-section .btn-custom span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.hero-section .btn-custom:hover span {
    transform: translateX(2px);
    /* arrow move right smoothly */
}



.hero-section .features {
    margin-top: 1rem;
    font-size: 0.9rem;
}

.hero-section .features span {
    margin-right: 15px;
    color: #ffff;
}

.hero-section .img-box {
    position: relative;
    text-align: center;
}

.hero-section .tag {
    position: absolute;
    top: -18px;
    left: -63px;
    background: #fff;
    color: #004a44;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
}

.hero-section .partners {
    position: absolute;
    bottom: -28px;
    right: -56px;
    background: #edbb68;
    color: #004a44;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}

.about-section-one {
    padding-bottom: 30px;
}


.partner-section {
    padding-top: 30px;
    color: #004a44;
}

.partner-section h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.partner-section p {
    color: #333;
    font-size: 0.95rem;
}

.partner-section .feature-box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px 15px;
    transition: all 0.3s ease-in-out;
    height: 86%;
    text-align: center;
}

.partner-section .feature-box h5 {
    font-weight: 500;
    margin-bottom: 10px;
    color: #004a44;
    font-size: 18px;
}

.partner-section .feature-box p {
    font-size: 0.85rem;
    color: #444;
}

.partner-section .feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 4px 15px rgba(13, 45, 43, 0.15);
}

.propertiesSection {
    padding-top: 30px;
}

.offplan-heading {
    text-align: center;
}

/* Section */
.howitworks-section {
    background-color: #004a44;
    padding: 60px 0;
}

.howitworks-title {
    font-size: 40px;
    font-weight: 500;
    color: #edbb68;
    margin-bottom: 15px;
    line-height: 1.3;
}

.howitworks-subtitle {
    color: #666;
    font-size: 15px;
}

/* Cards */
.howitworks-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.howitworks-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Step Badge */
.howitworks-step {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #edbb68;
    color: #111;
    font-weight: 700;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* Icon */
.howitworks-icon {
    font-size: 30px;
    background: #004a44;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin: 25px 0 15px;
}

.howitworks-icon i {
    font-size: 20px;
}

/* Text */
.howitworks-card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #004a44;
}

.howitworks-card-text {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.registration-section h2 {
    color: #004a44;
    font-size: 40px;
    line-height: 1.3;
    font-size: 500;
}

.registration-section h5,
.registration-section h6 {
    color: #004a44;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.registration-section .btn-success {
    background-color: #004a44;
    border: none;
    border-radius: 8px;
    padding: 12px;
}

.registration-section .btn-success:hover {
    background-color: #004a44;
}

.registration-section .text-warning {
    color: #edbb68 !important;
}

.commission-section {
    background-color: #fff7e0b3;
    padding: 25px;
    border-radius: 7px;
}

.commission-section h4 {
    font-size: 28px;
    font-weight: 600;
    color: #004a44;
    margin-bottom: 10px;
}


.success-section {
    background-color: #fff;
    padding: 60px 0;
}

.success-section .section-title {
    font-size: 40px;
    font-weight: 500;
    color: #004a44;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.3;
}

.success-section .section-subtitle {
    font-size: 16px;
    color: #6c757d;
    text-align: center;
    /* margin: 0; */
}

.success-section .testimonial-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.success-section .testimonial-text {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.success-section .name {
    font-weight: 600;
    color: #004a44;
}

.success-section .role {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.success-section .company {
    font-size: 14px;
    color: #edbb68;
    margin: 0;
}

.success-section .stat-number {
    font-size: 24px;
    font-weight: 600;
    color: #004a44;
    margin-bottom: 10px !important;
}

.success-section .stat-label {
    font-size: 14px;
    color: #555;
}

.heading-title {
    font-size: 40px !important;
    color: #004a44 !important;
    margin-bottom: 15px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    font-family: "Lora", serif !important;
    font-style: italic;
}

.feature-box img {
    width: 50px;
    margin-bottom: 15px;
    height: 50px;
    background: #004a44;
    border-radius: 5px;
    padding: 10px;
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding: 40px 20px;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section .img-box {
        margin-top: 2rem;
    }
}