/* Default Header */
.boostify-site-header {
    position: relative;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 999;
}

/* Sticky Active State */
/*.boostify-site-header.show-on-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    animation: smoothSlideDown 1s ease-in-out forwards;
}*/

/* Smooth Animation */
@keyframes smoothSlideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



.bookwp_title .bookwp_title_color {
    color: #3B67F9;
    font-weight: 700;
}

.bookwp_site-header ul li:last-child a {
    background-color: #3B67F9;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.3px;
    padding: 10px 20px !important;
    margin-left: 20px !important;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    transition-duration: 0.5s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3B67F9;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bookwp_site-header ul li:last-child a:hover {
    background-color: #fff;
    color: #3B67F9 !important;
    border-color: #3B67F9;
}

.bookwp_bg_other_page {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

.bookwp_bg_hero {
    background: url(https://plugins.pluginsorbit.com/bookwp/wp-content/uploads/sites/2/2026/01/banner_bg.svg) no-repeat, linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) !important;
    background-position: top;
}

.bookwp_bg_colors {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(238, 246, 255, 1) 50%, rgba(255, 241, 243, 1) 100%) !important;
    position: relative;
    border-radius: 50px 50px 0 0;
    display: flow-root;
    z-index: 1;
}

.bookwp_bg_white {
    background: linear-gradient(180deg, rgba(255, 255, 255, 100%) 60%, rgba(255, 255, 255, 100%) 100%);
    position: relative;
    border-radius: 50px 50px 0 0;
    display: flow-root;
    z-index: 1;
}

.bookwp_ul_li_bg_blue ul li {
    background: #DAEBFF;
    padding: 12px 20px !important;
    margin-bottom: 10px !important;
    border-radius: 5px;
}

.bookwp_ul_li_bg_pink ul li {
    background: #FFE3E7;
    padding: 12px 20px !important;
    margin-bottom: 10px !important;
    border-radius: 5px;
}

.bookwp_ul_li_bg_green ul li {
    background: #DCFCE7;
    padding: 12px 20px !important;
    margin-bottom: 10px !important;
    border-radius: 5px;
}

.bookwp_ul_li_bg_orange ul li {
    background: #FEEED6;
    padding: 12px 20px !important;
    margin-bottom: 10px !important;
    border-radius: 5px;
}

.bookwp_ul_li_bg_purple ul li {
    background: #EBE8FF;
    padding: 12px 20px !important;
    margin-bottom: 10px !important;
    border-radius: 5px;
}

.wp__aux_accout_pro .wp__aux_accout_ul_li ul li {
    padding: 5px 20px !important;
    border: solid #E9E9E9;
    border-width: 1px 1px 0 1px;
}

.wp__aux_accout_pro .wp__aux_accout_ul_li ul li:last-child {
    border-width: 1px
}

.wp__aux_accout_pro .wp__aux_accout_ul_li ul li:nth-child(odd) {
    background-color: #DAEFFF;
}

.wp__aux_accout_pro .wp__aux_accout_ul_li ul li:nth-child(even) {
    background-color: #FFFFFF;
}

.wp__aux_accout_pro .wp_aux_account_details {
    font-weight: 700;
    color: #000000;
}

.fx_account_stpes .fx_account_icon {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    line-height: 0
}

.fx_account_stpes .fx_account_stpe:nth-child(odd) .fx_account_process h5 {
    margin-bottom: 57px;
}

.fx_account_stpes .fx_account_stpe:nth-child(even) .fx_account_process h5 {
    margin-bottom: 24px;
}


.fx_account_process h5 {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #314b5e;
    border: 1px solid #e4e9ec;
    border-radius: 50%;
    margin-bottom: 6px;
    background-color: #fff;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.fx_account_process h5::before {
    position: absolute;
    content: '';
    background-color: #dbe0e3;
    width: 1px;
    height: 30px;
    left: 23px;
}

.fx_account_stpes .fx_account_stpe:nth-child(odd) .fx_account_process h5::before {
    bottom: -30px;
}

.fx_account_stpes .fx_account_stpe:nth-child(even) .fx_account_process h5::before {
    top: -30px;
}

.fx_account_stpes .fx_account_stpe:nth-child(odd) .fx_account_process h5::after {
    position: absolute;
    content: '';
    background-color: #dbe0e3;
    width: 13px;
    height: 12px;
    left: 17px;
    bottom: -41px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}

.fx_account_stpes .fx_account_stpe:nth-child(even) .fx_account_process h5::after {
    position: absolute;
    content: '';
    background-color: #dbe0e3;
    width: 13px;
    height: 12px;
    left: 17px;
    top: -41px;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}

@media (min-width: 992px) and (max-width: 1024px) {
    .bookep_menu {
        width: 100%;
    }

    .bookep_logo {
        width: 400px;
    }
}



#stack-scroll {
    position: relative;
}

.stack-item {
    position: sticky;
    top: 100px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

@media (max-width:1024px) {
    .stack-item {
        position: unset;
    }
}

.bookwp_demo::before {
    content: "";
    position: absolute;
    background: url("https://plugins.pluginsorbit.com/bookwp/wp-content/uploads/sites/2/2026/01/zbs-design-elements.png");
    background-size: 972px 126px;
    top: 0px;
    left: 1250px;
    width: 96px;
    height: 116px;
    z-index: 1;
}

.bookwp_demo::after {
    content: "";
    position: absolute;
    background: url("https://plugins.pluginsorbit.com/bookwp/wp-content/uploads/sites/2/2026/01/zbs-design-elements.png");
    background-size: 972px 126px;
    background-position: -824px 0;
    width: 87px;
    height: 64px;
    top: 300px;
    left: -110px;
    background-color: #f5f4fd;
}

.suport-elmt-circle {
    position: absolute;
    left: -5%;
    top: 20%;
    z-index: 0;
}

.suport-elmt-one::before {
    content: "";
    position: absolute;
    background: url("https://plugins.pluginsorbit.com/bookwp/wp-content/uploads/sites/2/2026/01/zbs-design-elements.png");
    background-size: 972px 126px;
    background-position: -552px -1px;
    width: 67px;
    height: 64px;
    left: 1270px;
    top: 500px;
    z-index: 1;
}

.suport-elmt-one::after {
    content: "";
    position: absolute;
    background: url("https://plugins.pluginsorbit.com/bookwp/wp-content/uploads/sites/2/2026/01/zbs-design-elements.png");
    background-size: 972px 126px;
    background-position: -625px -1px;
    width: 67px;
    height: 65px;
    right: 30%;
    top: 745px;
    z-index: 1;
}

@media (max-width: 1280px) {

    .bookwp_demo::before,
    .bookwp_demo::after,
    .suport-elmt-one::before,
    .suport-elmt-one::after,
    .suport-elmt-circle {
        display: none;
    }
}

.bookwp-list-cnt::before {
    content: "";
    position: absolute;
    width: 100%;
    top: -1px;
    height: 50%;
    left: 0;
    background: #f3f0fe;
    z-index: -1;
}

.bookwp-list-cnt::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50%;
    background: #fff6f8;
    z-index: -1;
}

.hero_bg_line-vertical {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(14, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
}

@media (max-width:768px) {
    .hero_bg_line-vertical {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

.bookwp_my-element-vetical {
    position: relative;
    height: 100%;
    display: flex;
    min-width: 6rem;
    border-left: 1px solid #f3f4f6;
}

.bookwp_my-element-vetical:first-of-type {
    border-left: none;
}

.hero_bg_line-horizntal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}


.bookwp_my-element-horizntal {
    display: flex;
    gap: 0;
    width: 100%;
    min-height: 6rem;
    border-bottom: 1px solid #f3f4f6;
}

.bookwp_hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -10;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 250, 0) 47.35%, #fffffa 100%);
}

.bookwp_add-on_description {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bookwp_demo_descriptio .elementor-icon-box-description {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-form-wrapper {
    font-family: "DM Sans", Sans-serif;
}

.row {
    display: flex;
    gap: 20px;
}

.col-half {
    width: 50%;
}

.contact-form-wrapper label {
    width: 100%;
    
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    margin-top: 5px !important;
    font-size: 14px !important;
}

.contact-form-wrapper textarea {
    
    height: 120px;
    resize: none;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
    border-color: #2563eb !important;
    outline: none !important;
}

.wpcf7-submit {
    width: 100%;
    background: #3B67F9 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.5;
    letter-spacing: 0.3px;
    padding: 10px 20px !important;
    border: 1px solid #3B67F9 !important;
    border-radius: 3px;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background: #FFFFFF !important;
    color: #3B67F9 !important;
    border-color: #3B67F9 !important;
}

.privacy-policy {
    font-size: 13px;
    margin: 15px 0;
}