.inner_banner {
    height: 300px;
}

.What_We_Offer .item-title h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 50px;
}

.What_We_Offer .item-title p {
    font-size: 16px;
    line-height: 22px;
}
.What_We_Offer .icon-img {
    width: 70px;
    height: auto;
    margin-bottom: 10px;
}
.Team_You_bx {
}
.about-us-section p {
    font-size: 18px;
}
.about_us_left_img {
    object-fit: cover;
}
.tre_txxxx {
    border-bottom: 2px solid #ffeded;
    margin-bottom: 40px;
    padding: 30px 30px 30px;
    background-image: linear-gradient(180deg, #ffddfd, rgb(31 0 60 / 2%));
    border-radius: 10px;
    background: #e4dab0;
}
.Why_Sellers_scn p {
    font-size: 18px;
    color:#212529;
}

.about_Who_We_scn{
    margin-bottom: 60px;
}
/* FAQ CSS */
.faq_scn{
    padding: 60px 0;
}
/*Description Css*/
.Hotel_bx {
    margin-bottom: 50px;
    border-radius: 8px;
}

.Accom_accordion_Cl {
    position: relative;
    cursor: pointer;
}

.sub_head_2 {
    display: block;
    margin: 0 0 0px;
    padding: 22px 12px;
    background: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #07090F;
}

.Accom_accordion_Cl {
    position: relative;
    cursor: pointer;
}

.Accom_accordion_Cl:before {
    position: absolute;
    right: 18px;
    top: 31px;
    z-index: 9;
    font: normal normal normal 16px/1 FontAwesome;
    border-top: 10px solid #737C8A;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    content: "";
    border-radius: 4px;
}

.accordion_bx_Add:before {
    border-top: 0px solid #FF713E;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #FF713E;
    border-left: 8px solid transparent;
}

.Accom_accordion_Show {
    display: none;
    padding: 0 12px;
    margin-top: 0;
    padding-top: 0;
    max-width: 970px;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    top: -10px;
}

.Accom_accordion_ShowBlock {
    display: block;
}

.Hotel_bx_in {
    margin-bottom: 10px;
    border: 1px solid #D4D7DE;
}

.column-count-none {
    column-count: inherit !important;
}

.Hotel_bx_in.active {
    background: #FFFFFF;
    border: 1px solid #D4D7DE;
    box-shadow: 0px 15px 25px rgba(215, 220, 228, 0.4);
}


/* investment_scn */
.investment_scn {
    background: #e4dab0; no-repeat center center;
    background-size: cover;
    padding: 80px 0 116px;
}

.investment_scn .cta-btn {
    display: inline-block;
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 50px;
    background-color: #6D7933; /* Terracotta */
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.investment_scn .cta-btn:hover {
    background-color: #626d2e; /* Olive Green */
    color: #F1E9DA; /* Beige text */
    transform: translateY(-2px);
}


.invest_in {
    max-width: 730px;
    width: 100%;
}

.investment_scn h2 {
    margin-bottom: 20px;
}

.investment_scn p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #07090F;
    margin-top: 1.5rem;
}

.ftr_Form {
    position: relative;
    width: 410px;
    margin-top: 45px;
}

.ftr_Form input.form-control {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 0;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #737C8A;
    outline: none;
    box-shadow: none;
}

button.ftr_btn {
    position: absolute;
    right: 2px;
    top: 2px;
    background: linear-gradient(270deg, #FFC320 -0.12%, #FFA519 97.96%);
    border-radius: 0;
    border: 0;
    font-style: normal;
    font-weight: 4005;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    width: 121px;
    height: 44px;
    background: #07090F;
    outline: none !important;
    transition: 0.5s all ease;
}

button.ftr_btn:hover {
    color: #fff;
    background: #FF713E;
    outline: none !important;
    transition: 0.5s all ease;
}











