*{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.full-width{
    width: 100%;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn{
    border: none;
    outline: none;
    cursor: pointer;    
}

main{
    position: relative;
    width: 100%;
    overflow-x: hidden;
    background-color: white;
    border-radius: 20px 20px 0 0;
    margin-top: -10px;
    box-shadow: -4px 0 10px #0001;
    margin-bottom: 0;
    padding-top: 50px;
}

.hide-shadow-effect-end{
    position: relative;
    z-index: 500;
    width: 100%;
    height: 100px;
    background: #fff;
    margin-top: -10px;
    margin-bottom: -80px;
}

.grid-container{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.grid{
    width: 100%;
    max-width: 1400px;
    display: flex;
    padding: 20px;   
}

.grid-direction-column{
    flex-direction: column;
}

.spacing-1{
    gap: 10px;
}

.spacing-2{
    gap: 20px;
}

.spacing-3{
    gap: 30px;
}

.spacing-4{
    gap: 40px;
}

.spacing-5{
    gap: 50px;
}

.grid-left{
    width: 50%;
    /* background-color: antiquewhite; */
}

.grid-left-2_3{
    width: 70%;
}

.grid-right{
    overflow: hidden;    
    width: 50%;
}

.text-align-right{
    text-align: right;
}

.font-bold{
    font-weight: bold;
}

.padding-0{
    padding: 0 !important;
}

.padding-1{
    padding: 10px;
}

.mb-0{
    margin-bottom: 0 !important;
}

.mt-1{
    margin-top: 10px !important;
}

.no-underline{
    text-decoration: none !important;
}

.bread-crum{
    color: #037A90;
    font-weight: bold;
    margin-bottom: 10px;
}

.active-breadcrum{
    color: #A3A3A3;
    font-weight: bold;
}

.heading-title{
    font-size: 34px;    
    font-weight: 500;
    line-height: 50px;
}

.sub-heading{
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
    color: #505357;
}

.heading-revenue{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #404245;
    margin-top: 20px;
}

h2.heading-revenue {
    color: #037A90;
}

* h2 {
    font-weight: bold !important;
    font-size: 24px !important;
    /* color: #037A90; */
}

h3 {
    color: #037A90;
    font-size: 20px;
}

.bold{
    font-weight: 700;
}

.color-theme-green{
    color: #00A3A1;
}

.feature-image{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.feature-image:hover{
    transform: scale(1.05);
}

.card-kpi-conatiner{
    width: 100%;
    min-width: 300px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 20px;
    flex-wrap: wrap;
}

.card-kpi{
    position: relative;
    padding: 30px 20px;
    width: 300px;
    border-radius: 12px;
    box-shadow: 0 4px 120px -40px #0005;
}

.card-kpi-heading{
    color: #404245;
    font-weight: 500;
    margin-bottom: 10px;    
}

.card-kpi-body{
    color: #3AAFA9;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}

.card-kpi-badge{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    background-color: #3AAFA920;
    color: #3AAFA9;
    border-radius: 900px;
    padding: 2.5px 15px;
}

.card-kpi-badge-url{
    background-color: #fff0; 
    color: #7E7E7E;
    cursor: pointer;
}

.card-kpi-badge-url:hover{
    text-decoration: underline;
}

.last-update-text{
    color: #779CC7;
    margin-right: auto;
    font-size: 14px;
    padding-left: 20px;
}

.revenue-graph-container{
    width: 100%;
    padding-left: 20px;
}


.revenue-graph-heading{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #404245;
    margin-top: 20px;
}

.chart-time-range{
    font-size: 14px;
    color:#7f8388;
}

#revenueChart{
    width: 100%;
    height: 300px;
}

.chart-stat-container{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-left: 20px;
    margin-top: 20px;
}

.chart-stat{
    width: calc(33% - 10px);
    padding: 12px 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.chart-stat-low{
    background: #CC000012;  
    color: #CC0000;
}

.chart-stat-avg{
    background: #FFA50012;
    color: #FFA500;
}

.chart-stat-high{
    background: #4ECB7112;
    color: #00CC00;
}

.sub-section-header {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    color: #404245;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sub-section-description {
    font-size: 18px;
    line-height: 28px;
    color: #505357;
    margin-bottom: 20px;
    margin-top: 30px;
}

.sub-section-description-small{
    font-size: 14px;
    line-height: 26px;
    color: #505357;
    margin-top: 30px;
}

.qa-section{
    font-size: 18px;
    line-height: 28px;
    color: #505357;
    margin-bottom: 30px;
    margin-top: 10px;
}


.cta-button-to-app-google-container {
    width: max(300px, 40vw);
    height: 200px;
    background: #4285F540;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-button-app-google{
    min-width: 280px;
    max-width: 350px;
    width: 100%;
    font-size: 22px;
    color: #fff;
    background: #4285F5;
    padding: 14px 20px;
    font-weight: 500;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

.cta-button-app-google:hover{
    background: #186cfe;
}

.occupancy-rate-chart-section {
    padding-left: 20px;
}

.occupancy-rate-chart-section{
    width: 100%;
}

#occupancyRateChart{
    width: 100%;
}

#propertySizeChart {
    width: 100%;
}

#propertyType {
    width: 100%;
}

/* Legacy CTA */
.country_blog_series_blog_section_cta{
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 30px 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    background: rgba(240, 243, 243, 0.7);
    border: 5px solid rgba(240, 243, 243, 1);
    box-shadow: 0px 12px 30px -15px rgba(4, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
    font-family: Inter;
}

.country_blog_series_blog_section_cta--left{
    position: relative;
    width: 70%;
    line-height: 30px;
}

.country_blog_series_blog_section_cta--btn{
    position: relative;
    margin-top: 30px;
    padding-left: 30px;
    z-index: 1;
    cursor: pointer;
}

.country_blog_series_blog_section_cta--btn::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 900px;
    background: #BCDFFF;
    z-index: -1;
    top: -33.33%;
    left: 0;
    transition: width 0.3s ease;
    animation: moveUpDown 2.5s infinite alternate;
}

.country_blog_series_blog_section_cta--btn:hover::before, 
.country_blog_series_blog_section_cta--btn:hover::before {
    width: 100%; 
}

.country_blog_series_blog_section_cta img{
    width: 200px;
    height: 200px;
    border-radius: 900px;
    position: absolute;
    right: -50px;
    bottom: -50px;
    object-fit: cover;
    border: 4px solid #fff7;
}

/* CRAD SECTION */
.top-property-card-container{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-left: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    position: relative;
}

.card-wrapper{
    display: flex;    
    justify-content: center;
    align-items: center;
    position: relative;
    width: max(300px, 30%);
    /* min-width: max(300px, 33vw); */    
}

.card{
    width: max(300px, 30%);
    position: relative;    
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 12px 30px -15px rgba(4, 0, 0, 0.15);    
}

.card-image, .card-image img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
}

.card-container{
    align-items: center;
}

.card-container .grid-left {
    width: 70%;
}

.card-container .grid-right {
    width: 30%;
}

.card-description{
    font-size: 12px;
    color: #888;
    margin-top: -4px;
    justify-self: flex-start;
}

.card .card-kpi-row{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.card .card-kpi-row .card-desc-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card .card-desc-column-body{
    font-size: 12px;
    color: #888;
}

.card .card-kpi-row-border{
    border-bottom: 1px solid #e7e7e7;
}

.card-cta-button {
    width: 100%;
    padding: 10px;
    background-color: #E5F4F4;
    color: #00A3A1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: color 0.25s ease;
}

.card-cta-button:hover{
    background-color: #00A3A1;
    color: #fff;
}

.blur{
    filter: blur(5px);
    pointer-events: none;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff7;
    background-image: linear-gradient(0deg, #ffff, #fff0);
    pointer-events: none;
}

.card-to-app-cta{
    position: absolute;
    cursor: pointer;
    z-index: 30;
    bottom: 12%;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 40px;
    background-color: #00A3A1;
    color: #fff;
    border-radius: 12px;
    font-weight: bold;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    box-shadow: 0px 12px 40px -15px rgba(4, 0, 0, 0.25);
    transition: background-color 0.25s ease;
}

.card-to-app-cta:hover{
    background-color: #007F7D;
}

/* TABLE SECTION START */
.table-container {    
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;    
    overflow: auto;
}

.responsive-table {
    position: relative;
    width: 100%;    
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    min-width: 600px;    
}

.responsive-table thead {
    background-color: #f0f0f0;
}

.responsive-table th, .responsive-table td {
    padding: 15px;
    text-align: left;
    font-size: 16px;
}

.responsive-table th {
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.star {
    color: #ffa500; /* Orange color for the star */
    margin-left: 5px;
}

.button-cell {
    text-align: center;
    padding: 20px;
}

.see-all-button {
    background-color: #00A3A1;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;

    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.see-all-button:hover {
    transform: translateY(-3px);
}
/* TABLE SECTION ENDS */

.other-chart-heading{
    font-size: 18px;
    font-weight: bold;
}


.other-chart-container{
    position: relative;
}

.other-chart-container-cta-button{
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 500px;
    width: 100%;
    background-image: linear-gradient(0deg, #ffff, #fff5, #fff0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Responisve Section */

@media only screen and (max-width: 800px) {
    .grid-container{
        flex-direction: column;
    }

    .grid-left, .grid-right, .grid-left-2_3 {
        width: 100% !important;
    }

    .card-kpi-conatiner{
        flex-wrap: wrap;
    }

    .card-kpi{
        width: 100%;
    }

    .chart-stat-container{
        flex-wrap: wrap;
        padding-left: 0;
    }

    .chart-stat{
        width: 100%;
    }

    .card-to-app-cta{
        padding: 20px 10px;
    }
}