/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/hello-elementor-child
Description: A child theme for the Hello Elementor theme.
Author: Your Name
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
/* Property page css */
.container {
    max-width: 1140px;
    margin: auto;
}

.property-row {
    display: flex;
}

.property-col {
    flex-basis: 60%;
	padding:20px;
	overflow:hidden;
}

.property-col-2 {
    flex-basis: 40%;
	padding: 0px 0px 0px 30px;
}
.home-detail {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
th, td {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.agent-contact {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.slider {
    width: 100%;
    margin: 20px auto;
}
.slide img {
    width: 100%;
    display: block;
}
.owl-carousel .slide img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    padding: 10px;
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.owl-carousel .owl-nav button.owl-next span,.owl-carousel .owl-nav button.owl-prev span{
    background-color: #000 !important;
    padding: 0px 8px 5px 8px !important;
    line-height: 0px !important;
    border-radius: 5px;
}
.owl-nav button {
    background: #000;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
}
.slider-section{
    overflow:hidden;
}

.enquiry-form-cf7 label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    padding-bottom: 10px;
    font-weight: 600;
}
.enquiry-form-col1 {
    display: flex;
}
.enquiry-form-cf7 p {
    margin-bottom: 0px !important;
}
p.fname {
    margin-right: 20px;
}
.enquiry-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #F9CB6B;
    color: #000;
    border: 2px solid #F9CB6B;
    padding: 15px 30px;
    font-size: 16px;
    margin-top:10px;
}
.enquiry-btn input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #334A32;
    color: #fff;
    border: 2px solid #F9CB6B;
}
.property-detail {
    padding: 50px 0px;
}
@media only screen and (max-width: 768px) {
    .property-row {
        display: block;
    }
    .property-col-2 {
        flex-basis: 40%;
        padding: 0px 20px 0px 20px;
    }
    .property-info h1{
        font-size:30px;
    }
    .property-info-box h2{
         font-size:26px;
    }
    .property-detail {
        padding: 20px 0px 50px 0px;
    }
}
