:root {   
    --body-font-valzani: "Dancing Script", cursive;
    --section-space-50: 50px;     
}

.font-valzani {
    display: block;
    text-transform: none;
    color: var(--theme-color);
    font-family: var(--body-font-valzani);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-top: -0.1em;
    margin-bottom: 18px;
    font-size: 46px;
}

.font-valzani-30 {
    display: block;
    text-transform: none;
    color: var(--theme-color);
    font-family: var(--body-font-valzani);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-top: -0.1em;
    margin-bottom: 3px;
    font-size: 30px;
}

.img-box9 .img-2 {
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 1;
    margin: -369px 0 0 auto;
    background-color: var(--white-color);
    padding: 3px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.img-box9 .img-3 {
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 1;
    margin: 30px 289px 0 auto;
    background-color: var(--white-color);
    padding: 3px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.img-box9 .img-4 {
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 1;
    margin: -177px 51px 0 auto;
    background-color: var(--white-color);
    padding: 3px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.team-style1 .team-name {
    font-size: 22px;
    margin: 30px 0 6px 0;
}

.bg-light-4 {
    background-color: rgb(217 217 217 / 50%);
}

.team-style1 .team-img {
    background-color: #e5d4ce;
    border-radius: 10px;
    overflow: hidden;
    margin: 7px;
    outline: 0.5px solid rgba(154, 86, 58, 0.4);
    outline-offset: 5px;
    position: relative;
    transition: all ease 0.4s;
}

.space, .space-bottom-base {
    padding-bottom: var(--section-space-50);
}
.space, .space-top-base {
    padding-top: var(--section-space-50);
}

.widget-area {
    padding-top: 40px;
    padding-bottom: 20px;
}

.breadcumb-wrapper {
    padding-bottom: 0.1px;
    overflow: hidden;
    position: relative;
    background-color: var(--body-bg);
    background-size: 100% auto;
    background-position: top center;
}

.product-big-img {
    background-color: #ffffff;
    border: 0px solid rgba(203, 203, 203, 0.3);
    margin-bottom: 30px;
}

.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 10px 0;
    line-height: 0;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
    line-height: 0;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 30px;
    height: 8px;
    line-height: 0;
    border: 1px solid var(--theme-color);
    background-color: var(--dots-bg, transparent);
    transition: all ease 0.4s;
    position: relative;
}

.product-about .product-text {
    margin-bottom: 10px;
}

.product_meta {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    background-color: #f6f6f6;
    padding: 2px 5px 2px 10px;
}

.product_meta > span {
    display: block;
    margin-bottom: 0px;
    color: var(--title-color);
}

.product-about {
    margin-bottom: 0px;
}

.sidebar-style2 .widget_whatsapp {
    background-color: #25D366;
    border: 1px solid rgb(0 97 14 / 30%);
    padding: 30px;
    color: #fff;
}

.widget_whatsapp a {  
    color: #fff;
}



.widget_title_whatsapp {
    position: relative;
    text-transform: none;
    font-weight: 400;
    font-size: 26px;
    line-height: 1em;
    padding: 0 0 0px 0;
    margin: -0.2em 0 13px 0;
    font-family: var(--title-font);
    border-bottom: 0px solid var(--border-color);
    color: #fff;
}

.pl {
    margin-left: 10px;
}

.widget_categories a, .widget_nav_menu a {
    display: block;
    padding: 0 0 20px 15px;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #888888;
    border-bottom: 1px dashed var(--border-color);
}

.main-menu > ul > li {
    margin: 0 10px;
}

/** Toast messages **/
#resultDiv{
    position: fixed;
    top: 150px;
    right: 0px;
    z-index: 999;
    max-height: 500px;
    overflow-y: auto;
  }

.toast-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .toast-error rect{
    fill: #e23847
  }
  .toast-success rect{
    fill: #1cc84b
  }

  #resultDiv{
    width: 75%;
  }
  
.toast-error, .toast-success{
    background-color: rgb(255 255 255 / 95%);
    width: 350px;
}

/**  **/
.main-menu a.nav-active{
    color: var(--theme-color);
}

.footer-cta-container{
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background-color: var(--theme-color);
}
.footer-cta-container ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    overflow-x: auto;
    margin-bottom: 0;
    padding-left: 0;
    height: 3.5rem;
}
.footer-cta-container li{
    list-style-type: none;
}
.footer-cta-container a{
    color: ghostwhite;
    padding: .25rem 1rem;
    border: 1px solid lightgray;
    min-width: 138px;
    display: inline-block;
    text-align: center;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.gap-2{
    gap: .5rem;
}

.mobile-wrapper{
    background-position: center top;
}

@media screen and (min-width:991px) and (max-width:1700px){
    .breadcumb-content {
        padding: 75px 0 75px 0;
    }
}

@media screen and (min-width:567px){
    /** Toast message **/
    #resultDiv{
        max-height: 700px;
    }
    
    #resultDiv{
        width: auto;
    }
}

@media screen and (max-width:991px){
    :root{
        --section-space-50: 25px;
        --section-space-mobile: 40px
    }
    .mobile-nav ul{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .mobile-nav ul li{
        flex: 0 0 auto;
    }
    .menu-style1 > ul > li > a {
        padding: 1rem 0 1.25rem 0;
    }

    .breadcumb-wrapper {
        background-size: cover;
        background-position: center top;
    }
    .scrollToTop.show {
        bottom: 90px;
    }
    .space, .space-bottom {
        padding-bottom: 0px;
    }
    .footer-layout6 .copyright-wrap {
        margin-bottom: 2.75rem;
    }

    .custom-row .row{
        flex-direction: column-reverse;
    }
    .mobile-slide{
        height: 45vh !important;
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width:576px){
    .h3, h3 {
        font-size: 1.5rem;
    }
    .header-links li {
        font-size: 14px;
    }
    .mobile.breadcumb-content {
        padding: 40px 0 40px 0;
    }
    .widget-area {
        padding-bottom: 0px;
    }
    .widget {
        margin-bottom: 40px;
    }
    .contact-table .th {
        font-size: 1rem;
    }
    .contact-table .td {
        font-size: 1rem;
    }
    
    .main-menu > ul > li {
        margin: 0 16px;
    }

    .breadcumb-title {
        font-size: 2rem;
    }

    .about-gallery-row{
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .mobile-wrapper{
        display: flex;
        align-items: center;
        background-size: cover;
        background-position: left center;
        margin-top: .5rem;
        height: 45vh;
    }
}