/*
Theme Name: Accanto Construction
Author: Smart Web Agency
Description: Custom WordPress Theme
Version: 1.0
*/
:root{
    --yellowColor: #E4ED64;
}
body {
    margin: 0;
    padding: 0;
}
.animate_line .wt-icon-box-wraper {
    height: -webkit-fill-available;
}
.banner-video {
  position: fixed; /* or absolute if inside section */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; /* hides black edges */
  z-index: -1;
}

.banner-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  
  width: 100%;
  height: 100%;
  
  object-fit: cover; /* 🔥 removes black borders */
  transform: translate(-50%, -50%);
}
.scroltop{
    display: inline-block;justify-items:center
}
.accanto-before-after .slider-container{
    height: 60vh;
}
.logo-header{
    width: 150px;
    height: auto;
}
.social-icons.social-square.social-darkest a:hover{
    background-color: var(--yellowColor);
}
body .wt-breadcrumb li a{
    color: var(--blackColor);
}
.about-video{
    width: 100%;
    background-color: #000;
}
.about-video video{
    width: 100%;
    filter: grayscale(1);
}
.teams-section .wt-team-media video {
    filter: grayscale(1);
}
.loader span {
    background: rgba(0, 0, 0, 0.98) !important;
}
.site-button, .site-button-secondry{
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    text-transform: uppercase;
}
.accanto-before-after .before-text, .accanto-before-after .after-text{
    text-transform: uppercase;
}
.wt-icon-box-xld .icon-cell, .wt-icon-box-xl .icon-cell, .wt-icon-box-lg .icon-cell, .wt-icon-box-md .icon-cell, .wt-icon-box-sm .icon-cell, .wt-icon-box-xs .icon-cell {
    border: 1px solid #fff;
    border-radius: 100px;
}
.wt-team-one {
    height: 100%;
}
.site-button, .site-button-secondry{
    background-color: var(--yellowColor);
    color: var(--blackColor);
    font-size: 16px !important;
    border: 1px solid var(--yellowColor);
}
.site-button:hover{
    background-color: var(--whiteColor);
    color: var(--blackColor);
    border: 1px solid var(--blackColor);
}
.site-button-secondry:hover{
    background-color: var(--whiteColor);
    color: var(--blackColor);
    border: 1px solid var(--blackColor);
}
.accanto-trust-strip .marquee-wrapper{
    background-color: var(--yellowColor);
    color: var(--blackColor);
}
.bg-yellow{
    background-color: var(--yellowColor);
    background: var(--yellowColor);
}
.header-style-3 .header-nav .nav>li>a{
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
}
.header-style-3 .header-nav .nav>li>a:hover{
    color: var(--yellowColor);
}
.accanto-before-after .before-text, .accanto-before-after .after-text{
    background: var(--yellowColor);
}
.site-bg-primary-yellow{
    background-color: var(--yellowColor);
}
.footer-top .widget-title:after{
    background-color: var(--yellowColor);
}
.footer-dark .footer-top a:active, .footer-dark .footer-top a:focus, .footer-dark .footer-top a:hover{
    color: var(--yellowColor);
}
.footer-bottom .copyrights-nav li a:hover, .footer-bottom .copyrights-nav li a:active, .footer-bottom .copyrights-nav li a:focus, .footer-bottom .copyrights-nav li.active a{
    color: var(--yellowColor);
}
.acc-bg-dark .acod-head a:hover, .acc-bg-dark .acod-head a:active, .acc-bg-dark .acod-head a:focus, .acod-title.acc-actives a{
    background-color: var(--yellowColor);
    color: var(--blackColor);
}
.acc-bg-dark .acod-head a:hover .indicator, .acc-bg-dark .acod-head a:active .indicator, .acc-bg-dark .acod-head a:focus .indicator, .acod-title.acc-actives a .indicator{
    color: var(--blackColor);
}
button.scroltop{
    background-color: var(--yellowColor);
    color: var(--blackColor);
}
.date-style-2 .post-date strong{
    background-color: var(--yellowColor);
}
.about-com-pic:after{
    content: none;
}
.wt-icon-box-wraper .wt-tilte{
    font-size: 18px;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,span,section,header,footer,a,b,strong,em,input,select,textarea {
    text-transform: uppercase!important;
    letter-spacing: 0px!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase!important;
    font-weight: 800!important;
    letter-spacing: 0px!important;
    word-spacing: 2px
}

p,li,.p {
    font-size: 15px!important;
    line-height: 21px!important;
    font-weight: 400!important;
    letter-spacing: 0px!important;
    word-spacing: 2px
}
.status-value span{
    color: var(--yellowColor);
}
/* Base arrow style */
.slick-prev,
.slick-next {
    width: 50px !important;
    height: 50px !important;
    background-color: var(--yellowColor) !important;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    z-index: 10;
    transition: all 0.3s ease;
}

/* Remove default icon */
.slick-prev:before,
.slick-next:before {
    content: '';
}

/* Custom arrow icon */
.slick-prev::after,
.slick-next::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: solid var(--blackColor);
    border-width: 0 2px 2px 0;
    margin: auto;
    position: relative;
    top: 5px;
    transition: all 0.3s ease;
}

/* Direction */
.slick-prev::after {
    transform: rotate(135deg);
    left: 2px;
    top: 1px;
}

.slick-next::after {
    transform: rotate(-45deg);
    right: 2px;
    top: 1px;
}

/* Positioning */
.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

/* Hover effect */
.slick-prev:hover,
.slick-next:hover {
    background: #000;
    /* transform: scale(1.05); */
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

/* Arrow color change on hover */
.slick-prev:hover::after,
.slick-next:hover::after {
    border-color: var(--blackColor);
}

/* Subtle arrow movement */
.slick-prev:hover::after {
    transform: rotate(135deg) scale(1.5);
}

.slick-next:hover::after {
    transform: rotate(-45deg) scale(1.5);
    top: 1px;
}
#teams-slider .slick-prev:before,
#teams-slider .slick-next:before {
    display: none !important;
}
.page-template-template-contact-us .wt-icon-box-wraper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.acod-head a {
    padding: 17px 40px 17px 15px;
    font-size: 17px;
}
.custom-table .pricingTable {
  margin: 40px auto;
}
.custom-table .pricingTable > .pricingTable-title {
  text-align: center;
  color: #6e768d;
  font-size: 3em !important;
  font-size: 300%;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.custom-table .pricingTable > .pricingTable-subtitle {
  text-align: center;
  color: #b4bdc6;
  font-size: 1.8em;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .custom-table .pricingTable > .pricingTable-subtitle {
    margin-bottom: 30px;
  }
}
.custom-table .pricingTable-firstTable {
  list-style: none;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}
.custom-table .pricingTable-firstTable_table {
  vertical-align: middle;
  width: 32%;
  background-color: #ffffff;
  display: inline-block;
  padding: 0px 30px 40px;
  text-align: center;
  max-width: 32%;
  transition: all 0.3s ease;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table {
    display: block;
    width: 95%;
    margin: 0 auto;
    max-width: 95%;
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table > * {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px) {
  .custom-table .pricingTable-firstTable_table > * {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table:after {
    display: table;
    content: "";
    clear: both;
  }
}
.custom-table .pricingTable-firstTable_table:hover {
  transform: scale(1.08);
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table:hover {
    transform: none;
  }
}
.custom-table .pricingTable-firstTable_table:not(:last-of-type) {
  margin-right: 1.5%;
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table:not(:last-of-type) {
    margin-right: auto;
  }
}
.custom-table .pricingTable-firstTable_table:nth-of-type(2) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table:nth-of-type(2) h1 {
    padding-top: 8%;
  }
}
.custom-table .pricingTable-firstTable_table:nth-of-type(2):before {
    content: "Most Popular";
    position: absolute;
    color: var(--blackColor);
    display: block;
    background-color: var(--yellowColor);
    text-align: center;
    right: 15px;
    top: -25px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 0.6em;
    line-height: 1.6em;
    /* padding-top: 22px; */
    text-transform: uppercase;
    letter-spacing: 0.13em;
    transition: all 0.5s ease;
}
@media screen and (max-width: 988px) {
  .custom-table .pricingTable-firstTable_table:nth-of-type(2):before {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table:nth-of-type(2):before {
    left: -35px;
    width: 60px;
    height: 60px;
    top: -10px;
    padding-top: 0px;
  }
  button.scroltop {
    font-size: 10px;
    height: 40px;
    width: 40px;
    line-height: 16px;
  }
}
@media screen and (max-width: 480px) {
  .custom-table .pricingTable-firstTable_table:nth-of-type(2):before {
    font-size: 0.6em;
  }
}
.custom-table .pricingTable-firstTable_table:nth-of-type(2):hover:before {
  transform: rotate(360deg);
}
.custom-table .pricingTable-firstTable_table__header {
  font-size: 1.6em;
  padding: 40px 0px;
  border-bottom: 2px solid #ebedec;
  letter-spacing: 0.03em;
  margin-bottom: 0px;
}
@media screen and (max-width: 1068px) {
  .custom-table .pricingTable-firstTable_table__header {
    font-size: 1.45em;
  }
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table__header {
    padding: 0px;
    border-bottom: none;
    float: left;
    width: 33%;
    padding-top: 3%;
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 610px) {
  .custom-table .pricingTable-firstTable_table__header {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .custom-table .pricingTable-firstTable_table__header {
    float: none;
    width: 100%;
    font-size: 1.8em;
    margin-bottom: 15px;
  }
}
.custom-table .pricingTable-firstTable_table__pricing {
  font-size: 3em !important;
  padding: 30px 0px;
  border-bottom: 2px solid #ebedec;
  line-height: 0.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 1068px) {
  .custom-table .pricingTable-firstTable_table__pricing {
    font-size: 2.8em !important;
  }
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table__pricing {
    border-bottom: none;
    padding: 0;
    float: left;
    clear: left;
    width: 33%;
  }
}
@media screen and (max-width: 610px) {
  .custom-table .pricingTable-firstTable_table__pricing {
    font-size: 2.4em !important;
  }
}
@media screen and (max-width: 480px) {
  .custom-table .pricingTable-firstTable_table__pricing {
    float: none;
    width: 100%;
    font-size: 3em;
    margin-bottom: 15px;
  }
}
.custom-table .pricingTable-firstTable_table__pricing span:first-of-type {
  font-size: 0.35em !important;
  vertical-align: top;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1068px) {
  .custom-table .pricingTable-firstTable_table__pricing span:first-of-type {
    font-size: 0.3em !important;
  }
}
.custom-table .pricingTable-firstTable_table__pricing span:last-of-type {
  vertical-align: bottom;
  font-size: 0.3em !important;
  letter-spacing: 0.04em;
  padding-left: 0.2em;
}
@media screen and (max-width: 1068px) {
  .custom-table .pricingTable-firstTable_table__pricing span:last-of-type {
    font-size: 0.25em !important;
  }
}
.custom-table .pricingTable-firstTable_table__options {
  list-style: none;
  padding: 5px 0px;
  font-size: 0.9em !important;
  margin-bottom: 20px;
  border-bottom: 2px solid #ebedec;
  text-align: left;
}
@media screen and (max-width: 1068px) {
  .custom-table .pricingTable-firstTable_table__options {
    font-size: 0.85em !important;
  }
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table__options {
    border-bottom: none;
    padding: 0;
    margin-right: 10%;
  }
}
@media screen and (max-width: 610px) {
  .custom-table .pricingTable-firstTable_table__options {
    font-size: 0.7em !important;
    margin-right: 8%;
  }
}
@media screen and (max-width: 480px) {
  .custom-table .pricingTable-firstTable_table__options {
    font-size: 1.3em !important;
    margin-right: none;
    margin-bottom: 10px;
  }
}
.custom-table .pricingTable-firstTable_table__options > li {
    padding: 5px 0px 5px 20px;
    position: relative;
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table__options > li {
    text-align: left;
  }
}
@media screen and (max-width: 610px) {
  .custom-table .pricingTable-firstTable_table__options > li {
    padding: 5px 0 5px 25px;
    text-align: left !important;
  }
}
@media screen and (max-width: 480px) {
  .custom-table .pricingTable-firstTable_table__options > li {
    text-align: center;
  }
}
.custom-table .pricingTable-firstTable_table__options > li:before {
  content: "✓";
  display: inline-flex;
  margin-right: 15px;
  color: var(--blackColor);
  background-color: var(--yellowColor);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 0.8em !important;
  padding: 2px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0%;
  left: 0px;
  transform: translateY(50%);
}
@media screen and (max-width: 1068px) {
  .custom-table .pricingTable-firstTable_table__options > li:before {
    width: 14px;
    height: 14px;
    padding: 1.5px;
  }
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table__options > li:before {
    width: 15px;
    height: 15px;
    /* transform: translateY(-50%); */
    top: 0px;
  }
}
.custom-table .pricingTable-firstTable_table__getstart {
  color: var(--whiteColor);
  border: 0;
  background-color: #71ce73;
  margin-top: 30px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
  box-shadow: 0px 3px 0px 0px #66ac64;
  letter-spacing: 0.07em;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1068px) {
  .custom-table .pricingTable-firstTable_table__getstart {
    font-size: 0.95em !important;
  }
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table__getstart {
    margin-top: 0;
  }
}
@media screen and (max-width: 610px) {
  .custom-table .pricingTable-firstTable_table__getstart {
    font-size: 0.9em !important;
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .custom-table .pricingTable-firstTable_table__getstart {
    font-size: 1em !important;
    width: 50%;
    margin: 10px auto;
  }
}
.custom-table .pricingTable-firstTable_table__getstart:hover {
  transform: translateY(-10px);
  box-shadow: 0px 40px 29px -19px rgba(102, 172, 100, 0.9);
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table__getstart:hover {
    transform: none;
    box-shadow: none;
  }
}
.custom-table .pricingTable-firstTable_table__getstart:active {
  box-shadow: inset 0 0 10px 1px #66a564, 0px 40px 29px -19px rgba(102, 172, 100, 0.95);
  transform: scale(0.95) translateY(-9px);
}
@media screen and (max-width: 767px) {
  .custom-table .pricingTable-firstTable_table__getstart:active {
    transform: scale(0.95) translateY(0);
    box-shadow: none;
  }
}
.fit-image{
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.input-group-addon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.wt-team-one .wt-team-media {
  filter: grayscale(1);
}
#client-logo-slider .slick-prev:before, #client-logo-slider .slick-next:before{
  display: none;
}
#client-logo-slider .slick-track{
  display: flex;
  align-items: center;
}
#client-logo-slider .slick-prev {
    left: -50px;
}
#client-logo-slider .slick-next {
    right: -50px;
}

/*====================================
Floating Quote Button
=====================================*/

.floating-quote{
    position:fixed;
    right:-58px;
    top:50%;
    transform:translateY(-50%);
    z-index:9998;
}

.floating-quote .site-button{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:170px;
    height:56px;
    padding:0 35px;
    transform:rotate(-90deg);
    border-radius:12px 12px 0 0;
    letter-spacing:.12em;
    text-transform:uppercase;
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
    box-shadow:0 12px 30px rgba(0,0,0,.2);
    transition:all .35s ease;
}

.floating-quote .site-button:hover{
    right:0;
    transform:rotate(-90deg) translateY(-4px);
    box-shadow:0 18px 40px rgba(0,0,0,.3);
}


/* Small pulse */
.floating-quote::before{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    width:20px;
    height:20px;
    border-radius:50%;
    transform:translate(-50%,-50%);
    animation:quotePulse 2.5s infinite;
    z-index:-1;
}

@keyframes quotePulse{

    0%{
        transform:translate(-50%,-50%) scale(.8);
        opacity:.6;
    }

    70%{
        transform:translate(-50%,-50%) scale(3);
        opacity:0;
    }

    100%{
        opacity:0;
    }

}


/*====================================
Modal
=====================================*/

.quote-modal .modal-dialog{
    max-width:850px;
}

.quote-modal .modal-content{
    border:0;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 25px 80px rgba(0,0,0,.25);
}

.quote-modal .modal-header{
    padding:35px 40px;
    border-bottom:1px solid #ececec;
    align-items:flex-start;
}

.quote-modal .modal-header h3{
    margin:0;
    font-size:34px;
    font-weight:700;
}

.quote-modal .modal-header p{
    margin:10px 0 0;
    color:#777;
}

.quote-modal .btn-close{
    margin:0;
    font-size:14px;
}

.quote-modal .modal-body{
    padding:40px;
}


/* Better spacing for CF7 */

.quote-modal .wpcf7{
    margin:0;
}

.quote-modal .form-group{
    margin-bottom:20px;
}

.quote-modal .form-control{
    min-height:56px;
}

.quote-modal textarea.form-control{
    min-height:180px;
    resize:vertical;
}


/* Nice backdrop */

.modal-backdrop.show{
    opacity:.7;
    backdrop-filter:blur(5px);
}


/* Mobile */

@media (max-width:991px){

    .floating-quote{
        right:20px;
        left:20px;
        bottom:20px;
        top:auto;
        transform:none;
    }

    .floating-quote .site-button{
        width:100%;
        min-width:100%;
        transform:none;
        border-radius:50px;
        height:55px;
    }

    .floating-quote .site-button:hover{
        transform:translateY(-3px);
    }

    .quote-modal .modal-header,
    .quote-modal .modal-body{
        padding:25px;
    }

    .quote-modal .modal-header h3{
        font-size:28px;
    }

}
/* Service Needed */
/* Service Needed */
.wpcf7-checkbox{
    display:flex;
    flex-wrap:wrap;
    gap:12px 24px;
}

.wpcf7-checkbox .wpcf7-list-item{
    margin:0 !important;
    display:inline-flex;
    align-items:center;
    width: 30%;
}

.wpcf7-checkbox .wpcf7-list-item label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    margin:0;
}

.wpcf7-checkbox input[type=checkbox]{
    width:18px;
    height:18px;
    margin:0;
    appearance:auto;
    -webkit-appearance:checkbox;
    opacity: 1;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    align-content: center;
}