/* Beach Sunset Custom CSS */
.nav_logo_img,
.logo1 {
    width: 150px !important;
}

.logo2 {
    width: 150px !important;
}

.main-title.text-center h2,
.main-title.text-center h3 {
    margin-bottom: 0;
}

.main-title.text-center p {
    margin-bottom: 10px;
}

.statement-block {
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.bgc-thm {
    background: none;
    background-image: url("../Images/cta-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.parner_reg_btn a.btn {
    background-color: #222222;
}

.inner_page_breadcrumb {
    background-size: cover;
    background-position: center;
}

.team_member .thumb .overylay .social_icon li a i, 
.our_agent .thumb .overylay .social_icon li a i {
    font-size: 20px;
}

section .frame ul {
    list-style: disc;
    padding-left: 18px;
}

section:not(.footer_one):not(.footer_middle_area) .frame ul li {
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #484848;
    font-weight: 400;
}

.testimonial_post .thumb h4.title {
    margin-top: 5px;
    padding-left: 0;
}

.feat_property .thumb figure {
    margin-bottom: 0;
}

.feat_property .details .tc_content h4 a {
    font-size: 18px;
    font-family: "Nunito";
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
}

.footer_about_widget .image-embed-item {
    width: 180px;
}

.image-embed-item {
    max-width: 100%;
    height: auto;
}

.video-hero {
    position: relative;
    width: 100%;
    height: 900px;
    min-height: 500px;
    overflow: hidden;
}

.video-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.video-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(24, 36, 45, 0.24) 0%,
        rgba(24, 36, 45, 0.30) 30%,
        rgba(34, 34, 34, 0.65) 65%,
        #222222 100%
    );
}

.video-hero__content {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1000px;
    text-align: center;
    z-index: 2;
}

.video-hero__content h1 {
    margin: 0;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.25;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

/* Tablet */
@media (max-width: 991px) {
    .video-hero {
        height: 600px;
    }

    .video-hero__content {
        bottom: 60px;
    }

    .video-hero__content h1 {
        font-size: 38px;
    }
}
@media (max-width: 767px) {
    .video-hero {
        height: 500px;
        min-height: 400px;
    }
    .video-hero__video {
        object-position: center center;
    }
    .video-hero__content {
        bottom: 45px;
        width: calc(100% - 30px);
    }
    .video-hero__content h1 {
        font-size: 30px;
        line-height: 1.2;
    }
}
.footer_social_widget .frame-type-image:first-child .image-embed-item {
    width: 100px;
}
.footer_social_widget .frame-type-image:last-child .image-embed-item {
    width: 200px;
}
.rental-fees {
    padding: 45px 0 55px;
    background: #fff;
}
.rental-fee-card {
    width: 100%;
    height: 100%;
    min-height: 400px;
    padding: 45px 40px;
    box-sizing: border-box;
    border: 1px solid #FF6E00;
    background: #f8f8f5;
    color: #666;
}
.rental-fee-card h3 {
    margin: 0 0 14px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #222;
}
.rental-fee-card .price {
    margin: 0;
    text-align: center;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
}
.rental-fee-card ul {
    width: 300px;
    max-width: 100%;
    margin: 32px auto 30px;
    padding: 0;
    list-style: none;
}
.rental-fee-card ul li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.45;
    color: #666;
}
.rental-fee-card ul li:last-child {
    margin-bottom: 0;
}
.rental-fee-card ul li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    width: 9px;
    height: 5px;
    border-left: 3px solid #FF6E00;
    border-bottom: 3px solid #FF6E00;
    transform: translateY(-65%) rotate(-45deg);
}
.rental-fee-card.left > p:not(.price) {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}
.rental-fee-card.left > p:not(.price) strong {
    margin-right: 4px;
    font-weight: 700;
    color: #555;
}
.rental-fee-card.left ul {
    padding-bottom: 22px;
    border-bottom: 1px solid #ddd;
}
.rental-fee-card.right {
    text-align: center;
}
.rental-fee-card.right .phone {
    margin: 18px 0 0;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
    color: #222;
}
.rental-fees .row {
    align-items: stretch;
}
.rental-fees .row > [class*="col-"] {
    display: flex;
}

@media (max-width: 991.98px) {
    .rental-fees {
        padding: 40px 0 45px;
    }
    .rental-fees > .container > h2 {
        margin-bottom: 30px;
        font-size: 27px;
    }
    .rental-fee-card {
        min-height: 370px;
        padding: 35px 30px;
    }
    .rental-fee-card h3 {
        font-size: 18px;
    }
    .rental-fee-card .price {
        font-size: 24px;
    }
    .rental-fee-card ul li {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .rental-fees {
        padding: 35px 0 40px;
    }
    .rental-fees > .container > h2 {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .rental-fee-card {
        min-height: 0;
        padding: 30px 25px;
    }
    .rental-fee-card h3 {
        font-size: 18px;
    }
    .rental-fee-card .price {
        font-size: 23px;
    }
    .rental-fee-card ul {
        width: 280px;
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .rental-fee-card ul li {
        margin-bottom: 10px;
        padding-left: 23px;
        font-size: 15px;
    }
    .rental-fee-card ul li::before {
        width: 8px;
        height: 4px;

        border-width: 2px;
    }
    .rental-fee-card.left > p:not(.price) {
        width: 280px;
        font-size: 14px;
    }
    .rental-fee-card.right .phone {
        font-size: 19px;
    }
}

.frame-servicebox {
    border: 1px solid #ccc;
    padding: 20px;
}

.frame-contactbox {
    background-color: #FF6E00;
    padding: 20px;
    color: #ffffff;
}

.frame-contactbox h3,
.frame-contactbox p {
    color: #ffffff;
}

.frame-type-form_formframework {
    background-color: #f7f7f7;
    padding: 40px;
}

.frame-type-form_formframework .btn-primary {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
    border-radius: 8px !important;
    padding: 10px 30px;
}
.frame-type-form_formframework .btn-primary:hover {
    background-color: #ffffff;
    border-color: #222222;
    color: #FF6E00;
}
.frame-type-form_formframework .form-check-wrapping-label {
    padding-left: 20px;
}

@media only screen and (max-width: 1199.98px) {
    .stylehome1 .nav_logo_img .img-fluid {
        width: 90px;
    }

    .for_blog .thumb, .for_blog .thumb figure {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

/* =========================================================
   WHY CHOOSE US
========================================================= */

.bs-why {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    background: #222222;
    color: #fff;
    padding: 0 !important;
}

.bs-why-content {
    padding: 80px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bs-why-eyebrow,
.bs-how-eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.bs-why-eyebrow {
    color: rgba(255,255,255,.6);
}

.bs-why-content h2 {
    color: #ffffff;
}

.bs-why-content h2,
.bs-how-content h2 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 400;
}

.bs-why-intro,
.bs-how-intro {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}

.bs-why-intro {
    color: #ffffff;
}

.bs-why-line {
    width: 100%;
    height: 1px;
    margin: 35px 0 0;
    background: rgba(255,255,255,.2);
}

.bs-why-features {
    margin-top: 25px;
}

.bs-why-feature {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.bs-why-feature:last-child {
    border-bottom: 0;
}

.bs-why-feature h3 {
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #ffffff;
}

.bs-why-feature p {
    margin: 0;
    color: rgba(255,255,255,.6);
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
}

.bs-why-image {
    min-height: 600px;
    overflow: hidden;
}

.bs-why-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* WHY CHOOSE US — DESKTOP */
@media (min-width: 1200px) {
    .bs-why {
        height: 680px;
        min-height: 680px;
        max-height: 680px;
        overflow: hidden;
    }

    .bs-why-content {
        height: 680px;
        padding: 70px 8%;
        justify-content: center;
    }

    .bs-why-image {
        height: 680px;
        min-height: 680px;
    }

    .bs-why-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .bs-why-features {
        margin-top: 22px;
    }

    .bs-why-feature {
        padding: 15px 0;
    }

    .bs-why-feature h3 {
        margin-bottom: 5px;
        font-size: 17px;
    }

    .bs-why-feature p {
        font-size: 11px;
        line-height: 1.5;
    }

    .bs-why-content h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .bs-why-intro {
        font-size: 12px;
    }

    .bs-why-line {
        margin-top: 28px;
    }
}


/* =========================================================
   HOW IT WORKS
========================================================= */

.bs-how {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    background: #f7f7f4;
    color: #222222;
    padding: 0 !important;
}

.bs-how-image {
    min-height: 600px;
    overflow: hidden;
}

.bs-how-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-how-content {
    padding: 75px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bs-how-eyebrow {
    color: #666;
}

.bs-how-intro {
    color: #666;
}

.bs-how-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 30px;
}

.bs-how-step {
    min-height: 105px;
    padding: 18px;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
}

.bs-how-number {
    display: block;
    margin-bottom: 10px;
    color: #b8b8b8;
    font-size: 21px;
    line-height: 1;
}

.bs-how-step h3 {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
}

.bs-how-step p {
    margin: 0;
    color: #777;
    font-size: 11px;
    line-height: 1.5;
}
@media (min-width: 1200px) {

    .bs-how {
        height: 680px;
        min-height: 680px;
        max-height: 680px;
        overflow: hidden;
    }

    .bs-how-image {
        height: 680px;
        min-height: 680px;
    }

    .bs-how-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bs-how-content {
        height: 680px;
        padding: 70px 8%;
        justify-content: center;
    }

    .bs-how-content h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .bs-how-steps {
        margin-top: 28px;
        gap: 12px;
    }
}
/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .bs-why-content,
    .bs-how-content {
        padding: 60px 40px;
    }

    .bs-why-content h2,
    .bs-how-content h2 {
        font-size: 36px;
    }

    .bs-why-image,
    .bs-how-image {
        min-height: 500px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .bs-why,
    .bs-how {
        display: flex;
        flex-direction: column;
    }

    .bs-why-image,
    .bs-how-image {
        min-height: 350px;
    }

    .bs-why-image {
        order: 1;
    }

    .bs-why-content {
        order: 2;
        padding: 55px 25px;
    }

    .bs-how-image {
        order: 1;
    }

    .bs-how-content {
        order: 2;
        padding: 55px 25px;
    }

    .bs-why-content h2,
    .bs-how-content h2 {
        font-size: 34px;
    }

    .bs-how-steps {
        grid-template-columns: 1fr;
    }

    .bs-how-step {
        display: block;
        min-height: 0;
        padding: 18px;
    }

    .bs-how-number {
        display: block;
        margin-bottom: 10px;
    }

    .bs-how-step h3 {
        margin-bottom: 6px;
    }

    .bs-how-step p {
        margin: 0;
    }
}