.property_expert {
    height: 500px;
    position: relative;
    background: url(../images/property-expert-bg.png) 0% 0% / cover no-repeat;
}
.align-items-center {
    align-items: center !important;
}
:root {
    --primary-color: #ff385c;
    --light-blue: #fff6f8;
    --heading: #002441;
    --text-color: #465166;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex
;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.property_expert_left, .property_expert_right {
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: center;
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.property_expert_left h2 {
    font-weight: 600;
    font-size: 48px;
    margin-bottom:30px;
}


@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem;
    }
}
.f500 {
    font-weight: 500;
    margin-bottom:15px;
}
p {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 400;
    /* margin-bottom: 30px; */
}
.mob_hide{margin-bottom: 30px;}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}


.expert_btn {
    background-color: var(--light-blue);
    color: var(--primary-color);
  
  
    border: 1px solid var(--primary-color);
    /* border-radius: 8px;
    padding: 8px;
    transition: 0.3s ease-in-out;
    height:48px;
    border:1px solid #ff385c !important; */
}

.expert_btn {
    background-color: rgb(255, 255, 255);
    font-weight: 600;
    margin-top: 12px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 8px;
    padding: 8px;
}
.expert_btn, .heading_span {
    color: var(--primary-color);
}
.contact_num {
    color: var(--heading);
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.contact_num {
    color: var(--heading);
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.property_expert_right {
    height: 450px;
    justify-content: space-evenly;
}

.property_expert_left, .property_expert_right {
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: center;
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.property_expert_right {
    height: 450px;
    justify-content: space-evenly;
}
.expert_right {
    margin-left: 160px;
    width: 90%;
}
.d-flex {
    display: flex !important;align-items: center;gap:15px;
;
}
.expert_right_heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}
p {
    color:#666;
    font-size: 15px;
    font-weight: 400;
}
@media screen and (max-width:768px){
    .mob_hide{display: none;}
    .property_expert_left h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: left;
}
.property_expert {height:420px}
.investmentGraphSection{flex-wrap: wrap;}

}
    .demo-container {
            text-align: center;
            color: white;
        }

        /* .open-popup-btn {
            background: linear-gradient(45deg, #ff416c, #ff4757);
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 18px;
            font-weight: bold;
            border-radius: 50px;
            cursor: pointer;
            box-shadow: 0 10px 30px rgba(255, 65, 108, 0.4);
            transition: all 0.3s ease;
            margin: 10px;
        } */

        .open-popup-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(255, 65, 108, 0.6);
        }

        /* Modal Overlay */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(5px);
            z-index: 1000;
            animation: fadeIn 0.3s ease;
        }

        .modal-overlay.active {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Modal Content */
        .modal-content {
            position: relative;
            background: white;
            border-radius: 20px;
            width: 90%;
            max-width: 450px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.4s ease;
            overflow: hidden;
        }

        /* Decorative elements */
        .modal-content::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(45deg, #ff416c, #ff4757);
        }

        .decorative-circles {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
        }

        .circle {
            position: absolute;
            border-radius: 50%;
            opacity: 0.1;
        }

        .circle-1 {
            width: 80px;
            height: 80px;
            background: #ff416c;
            top: 20px;
            right: 30px;
        }

        .circle-2 {
            width: 60px;
            height: 60px;
            background: #4facfe;
            top: 60px;
            right: 80px;
        }

        .circle-3 {
            width: 40px;
            height: 40px;
            background: #43e97b;
            top: 120px;
            right: 50px;
        }

        .circle-4 {
            width: 30px;
            height: 30px;
            background: #fa709a;
            bottom: 80px;
            left: 30px;
        }

        .circle-5 {
            width: 50px;
            height: 50px;
            background: #feca57;
            bottom: 40px;
            left: 70px;
        }

        /* Close Button */
        .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #ff416c;
            color: white;
            border: none;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            font-weight: bold;
            z-index: 10;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .close-btn:hover {
            background: #e73c7e;
            transform: rotate(90deg);
        }

        /* Form Content */
        .form-container {
            padding:20px;
            text-align: center;
            position: relative;
        }

        .form-title {
            color: #ff416c;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .heart-icon {
            color: #ff416c;
            font-size: 28px;
        }

        .form-subtitle {
            color: #666;
            font-size: 14px;
            margin-bottom: 30px;
        }

        /* Form Fields */
        .form-group {
            position: relative;
            margin-bottom: 20px;
            text-align: left;
        }

        .form-group input {
            width: 100%;
            padding: 15px 20px 15px 50px;
            border: 2px solid #f0f0f0;
            border-radius: 25px;
            font-size: 16px;
            transition: all 0.3s ease;
            outline: none;
        }

        .form-group input:focus {
            border-color: #ff416c;
            box-shadow: 0 0 0 3px rgba(255, 65, 108, 0.1);
        }

        .form-group input::placeholder {
            color: #aaa;
        }

        .form-icon {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #ff416c;
            font-size: 18px;
        }

        /* Checkbox */
        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 25px;
            text-align: left;
        }

        .checkbox-group input[type="checkbox"] {
            margin-top: 4px;
            accent-color: #ff416c;
        }

        .checkbox-group label {
            font-size: 14px;
            color: #666;
            line-height: 1.4;
        }

        .privacy-link {
            color: #ff416c;
            text-decoration: none;
        }

        .privacy-link:hover {
            text-decoration: underline;
        }

        /* Contact Button */
        .contact-btn {
            width: 100%;
            background: linear-gradient(45deg, #ff416c, #ff4757);
            color: white;
            border: none;
            padding: 15px;
            font-size: 18px;
            font-weight: bold;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            /* margin-bottom: 20px; */
        }

        .contact-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(255, 65, 108, 0.4);
        }

        /* Discount Banner */
        .discount-banner {
            background: linear-gradient(45deg, #ff416c, #ff4757);
            color: white;
            padding: 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .discount-banner::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: repeating-linear-gradient(
                45deg,
                transparent,
                transparent 10px,
                rgba(255, 255, 255, 0.05) 10px,
                rgba(255, 255, 255, 0.05) 20px
            );
            animation: slide 3s linear infinite;
        }

        .best-offer-badge {
            background: #feca57;
            color: #2c2c2c;
            padding: 5px 15px;
            border-radius: 15px;
            font-size: 12px;
            font-weight: bold;
            display: inline-block;
            margin-bottom: 10px;
            position: relative;
            z-index: 2;
        }

        .discount-text {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 5px;
            position: relative;
            z-index: 2;
        }

        .offer-text {
            font-size: 14px;
            opacity: 0.9;
            position: relative;
            z-index: 2;
        }

        .phone-number {
            font-size: 20px;
            font-weight: bold;
            margin-top: 10px;
            position: relative;
            z-index: 2;
        }

        /* Animations */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes slideIn {
            from { 
                opacity: 0;
                transform: scale(0.8) translateY(-20px);
            }
            to { 
                opacity: 1;
                transform: scale(1) translateY(0);
            }
        }

        @keyframes slide {
            0% { transform: translateX(-50%); }
            100% { transform: translateX(50%); }
        }

        /* Responsive */
        @media (max-width: 480px) {
            .modal-content {
                width: 95%;
                margin: 10px;
            }

            .form-container {
                padding:20;
            }

            .form-title {
                font-size:18px;
            }
        }