/**
Theme Name: PDB Collab
Author: bocapro
Author URI: https://www.bocapro.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pdb-collab
Template: astra
*/

/*Remove Astra Theme defaults container*/
.ast-container {max-width:none!important;padding:0!important;margin:0!important}
.ast-container .content-area {margin:0!important;padding:0!important}

.project-item .elementor-flip-box__back .elementor-button {padding:16px 100px!important}
/* Ensure the slide container allows absolute positioning */
.projects .swiper-slide {
    position: relative;
    overflow: hidden; /* Optional: keeps caption from spilling */
}

/* Image style */
.projects .swiper-slide img {
    opacity: 0.7;
    transform: scale(1);
    transition: ease-in-out all 500ms;
    -webkit-transition: ease-in-out all 500ms;
    display: block;
    width: 100%;
}
/* Dim the image on hover */
.projects .swiper-slide:hover img {
    opacity: 0.7;
}

/* On hover or next slide */
.projects .swiper-slide-next img {
    opacity: 1;
}

.projects .swiper-slide-next img {
    transform: scale(1);
}
/* Transform */
.projects .swiper-slide {padding-top:1.5%;transform:scale(0.9)}
.projects .swiper-slide-next {padding-top:0;transform:scale(1.1)}

/* Centered caption style */
.projects .swiper-slide .img-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.0);
    color: #ffffff;
    padding: 8px 16px;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
    border-radius: 6px;
    z-index: 2;
}
.projects .swiper-slide .img-caption a {
    text-decoration: none;
    color: inherit; /* optional: keeps the link the same color as the caption text */
}

.project-title span {
    font-family:'SailingClub-Regular';
    text-transform:lowercase;
    font-size:7.85rem;
    line-height:7rem;
    letter-spacing:-3px;
    padding:0 10px;
}
.project-title span:first-child{
    font-style:italic
}

/* Show caption on hover */
.projects .swiper-slide:hover .img-caption {
    opacity: 1;
}


/* Testimonial Customize*/
.testimonials .elementor-testimonial__text p {
    font-family:'SailingClub-Italic';
    font-size:5rem;
    margin-bottom: 0.5em;
    line-height: 1em;
    margin-top: 2%;
    letter-spacing:-2px;
}

span.sbi_follow_btn a {  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5)!important;}

/*WPFORMS STYLER*/
label.wpforms-field-label {font-family:"ElevenEleven-Medium", Sans-serif!important; text-transform:uppercase!important; letter-spacing:3px!important;font-weight:400!important}
.wpforms-form input,textarea,select {font-size:20px!important;font-family: "Helvetica Neue Light", Sans-serif!important;font-weight:400!important;background:transparent!important;border:0!important;border-bottom:2px solid #000!important;border-radius:0!important}
/*.wpforms-form input[type="file"] {position:relative;width:100%!important;padding-bottom:20px!important;}*/
/*.wpforms-form input[type="file"]::before { padding:20px 10px;position:absolute;background:#ebebeb!important;width:100%;height:50px; content: "If relevant, please share visuals such as floor plans, photos, videos of the space or property";border-bottom:2px solid #000!important;}
*/
/*.wpforms-form input[type="file"]::after {*/
/*  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/PLUS_ICON.png');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity:1!important;
   
} */
.wpforms-field-container {display:flex;flex-direction:column;row-gap:80px!important}
.wpforms-field {display:flex;flex-direction:column;row-gap:40px}
.wpforms-layout-row {margin:0 -40px!important}
.wpforms-field .wpforms-layout-column {padding: 0 40px!important}
.wpforms-form input:placeholder, .wpforms-form select > option[disabled] {color:#ebebeb!important;}
.wpforms-field select > option {text-transform:uppercase!important}

.elementor-message-success {font-size:1.1rem; margin:80px auto;text-align:center;text-transform:uppercase;font-family:"ElevenEleven-Medium", Sans-serif!important;letter-spacing:3px;line-height:2rem;max-width:575px;}
.elementor-message-svg:before {width:3rem;height:3rem;display:block;margin:auto;background-size:2rem}

@media (max-width:767px){
    .testimonials .elementor-testimonial__text p {
    font-size:2em
    }

}