/********** Template CSS **********/
:root {
    --primary: #0cb4da; /* #11ccf6; */
    --secondary: #999999;
    --light: #F2F8FE;
    --dark: #111111;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 60px;
    z-index: 99;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500 !important;
}

.icon-house-3:before {
    content: "\e93d";
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}
.btn-primary:hover {
    background-color: #0f91af;
}
.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -80px;
    right: -80px;
    border: 80px solid;
    transform: rotate(45deg);
    opacity: 1;
    transition: .5s;
}

.service-item.bg-white::after {
    border-color: transparent transparent var(--light) transparent;
}

.service-item.bg-light::after {
    border-color: transparent transparent #FFFFFF transparent;
}

.service-item:hover::after {
    opacity: 0;
}


/*** Roadmap ***/
.roadmap-carousel {
    position: relative;
}

.roadmap-carousel::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 20px;
    left: 0;
    border-top: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item .roadmap-point {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    background: #FFFFFF;
    border: 2px solid var(--primary);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.roadmap-carousel .roadmap-item .roadmap-point span {
    display: block;
    width: 18px;
    height: 18px;
    background: var(--primary);
}

.roadmap-carousel .roadmap-item {
    position: relative;
    padding-top: 150px;
    text-align: center;
}

.roadmap-carousel .roadmap-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 115px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 111px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    background: var(--primary);
}

.roadmap-carousel .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.roadmap-carousel .owl-nav .owl-prev,
.roadmap-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.roadmap-carousel .owl-nav .owl-prev:hover,
.roadmap-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.bgi {
    position: relative; /* Ensures positioning for pseudo-element */
    background: none; /* Remove background from the main element */
}
.bgi::before {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/living-room-spring2.webp") center/cover no-repeat; /* Set the background image */
    opacity: 0.5; /* Adjust opacity here (0 = transparent, 1 = fully visible) */
    z-index: -1; /* Send it behind the content */
}
/*.bgi::before {*/
/*    content: "";*/
/*    background-image: url("/img/living-room-spring2.webp");*/
/*    background-position: right bottom;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    opacity: 0.5;*/
/*}*/

.bgf {
    border-top: 2px solid #0cb4da;
    /*background-color: #b6dae1;*/
    opacity: 0.7;
}

.accordion .accordion-button {
    background: var(--light);
    border-radius: 2px;
}
.title1 {
    color: #024b85;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-family: 'Merriweather', serif;
    opacity: 1;
    /*-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);*/
    /*-webkit-mask-size: 200%;*/
    /*animation: shine 4s linear infinite;*/
}
.shadow1 {
    text-shadow:
        0 0 5px #111,
        0 0 10px #333,
        0 0 20px #555,
        0 0 40px #777,
        0 0 80px #999
}

@keyframes shine {
    from { -webkit-mask-position: 150%; }
    to { -webkit-mask-position: -50%; }
}

.title {

    text-shadow:
            0 0 5px #fff,
            0 0 10px #fff,
            0 0 20px #fff,
            0 0 40px #0ff,
            0 0 80px #0ff,
            0 0 90px #0ff,
            0 0 100px #0ff,
            0 0 150px #0ff;
}
.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.footer .btn.btn-square:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(17, 17, 17, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: var(--dark);
}
.start-70 {
    left: 70% !important;
}
.start-80 {
    left: 80% !important;
}
.start-85 {
    left: 85% !important;
}
.start-90 {
    left: 90% !important;
}

/* Promo Section */

.promo {
    margin-top: 30px;
}

.title-wrapper {
    display: grid;
    align-items: center;
    justify-content: center;
    transform: skew(0, 3deg);
}

.promo-banner {
    background:  rgba(255, 255, 255, 0.4);
/*linear-gradient(135deg, #cfde9b, #3da8bb); !* Gradient background *!*/
    /*border-radius: 12px;*/
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);*/
    padding: 10px;
    color: white;
}

.promo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promo-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.promo-details {
    margin-top: 10px;
    /*background: rgba(255, 255, 255, 0.2);*/
    border-radius: 8px;
}

.promo-text {
    font-family: "Comic Sans MS", cursive, sans-serif;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 8px 12px;
    margin: 5px 0;
    color: black;
}

.btn-success {
    background-color: #28a745;
    border: none;
    font-size: 1.2rem;
    transition: 0.3s;
}

.btn-success:hover {
    background-color: #218838;
}



/*.promo-title-winter {*/
/*    order: 2;*/
/*    color: #0cb4da;*/
/*    font-weight: 900;*/

/*    font-size: clamp(2rem, 6vw, 4rem);*/
/*    line-height: 0.75em;*/
/*    text-align: center;*/
/*    text-shadow: -3px 1px 1px #4af7ff, -2px 2px 1px #000d2a, -4px 2px 1px #4af7ff,*/
/*    -3px 3px 1px #165bfb, -5px 3px 1px #4af7ff, -4px 4px 1px #165bfb,*/
/*    -6px 4px 1px #4af7ff, -5px 5px 1px #165bfb, -7px 5px 1px #4af7ff,*/
/*    -6px 6px 1px #165bfb, -8px 6px 1px #4af7ff, -7px 7px 1px #165bfb,*/
/*    -9px 7px 1px #4af7ff;*/


/*    span {*/
/*        display: block;*/
/*        position: relative;*/

/*        &:before {*/
/*            content: attr(data-text);*/
/*            position: absolute;*/
/*            text-shadow: 2px 2px 1px #0273b6, -1px -1px 1px #ffffff, -2px 2px 1px #1681fb, 1px -1px 1px #04a2da;*/
/*            z-index: 1;*/
/*        }*/

/*        &:nth-child(1) {*/
/*            padding-right: 2.25rem;*/
/*        }*/

/*        &:nth-child(2) {*/
/*            padding-left: 2.25rem;*/
/*        }*/
/*    }*/
/*}*/

/*.promo-title {*/
/*    order: 2;*/
/*    color: #ff7c08;*/
/*    font-weight: 900;*/

/*    font-size: clamp(2rem, 6vw, 4rem);*/
/*    line-height: 0.75em;*/
/*    text-align: center;*/
/*    text-shadow: -3px 1px 1px #FFE14AFF, -2px 2px 1px #000d2a, -4px 2px 1px #FFE14AFF,*/
/*    -3px 3px 1px #fb7d16, -5px 3px 1px #FFE14AFF, -4px 4px 1px #fb7d16,*/
/*    -6px 4px 1px #FFE14AFF, -5px 5px 1px #fb7d16, -7px 5px 1px #FFE14AFF;*/


/*    span {*/
/*        display: block;*/
/*        position: relative;*/
/*        margin-top: 15px;*/

/*        &:before {*/
/*            content: attr(data-text);*/
/*            position: absolute;*/
/*            text-shadow: 2px 2px 1px #fac103, -1px -1px 1px #693603,*/
/*            -2px 2px 1px #fb7d16, 1px -1px 1px #ce5d00;*/
/*            z-index: 1;*/
/*        }*/

/*    }*/
/*}*/

.promo-price {
    color: #ec7777;
}

.promo-section {
    padding: 20px;
    background-color: #f8f9fa; /* Light background to make it stand out */
    margin-top: -50px; /* Adjust this based on your layout */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.promo-section h2 {
    color: #fb7d16; /* Theme primary color */
    margin-bottom: 15px;
}
.countdown-timer {
    font-weight: bold;
    color: #dc3545; /* Red to create urgency */
}
.promo-price {
    font-family: "Comic Sans MS", cursive, sans-serif;
    color: #dc3545;
    font-size: 2.5em;
    font-weight: bold;
    text-shadow:
        0 5px 10px #fff,
        5px 0 10px #fff,
        0 -5px 10px #fff,
        -5px 0 10px #0ff;
}

.x-booking {
    border-color: #004c91;
    color: #004c91;
}

