/**
 * Theme Name:     jbadeco
 * Author:         the WordPress team
 * Template:       twentytwentyone
 * Text Domain:	   jbadeco
 * Description:    Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
 */
@font-face {
    font-family: 'Silver South Script';
    src: url('fonts/SilverSouthScript.eot');
    src: url('fonts/SilverSouthScript.eot?#iefix') format('embedded-opentype'),
        url('fonts/SilverSouthScript.woff2') format('woff2'),
        url('fonts/SilverSouthScript.woff') format('woff'),
        url('fonts/SilverSouthScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    overflow-x: hidden;
}
.custom-font h2{
	font-family: 'Silver South Script' !important;
}
img{
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}
.header-btn svg {
    width: 30px;
}
.header-btn a .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
.color-primary{
	color: #0097A7;
}
.social-icon .elementor-icon-list-item {
    flex-direction: row-reverse;
    gap: 0px 20px;
    justify-content: flex-end;
}
.service-box .elementor-image-box-content {
    position: relative;
}
.service-box .elementor-image-box-content:after {
    content: '';
    filter: brightness(0) saturate(100%);
    position: absolute;
    right: 0;
    top: 10px;
    background: url('http://localhost/jbadeco/wp-content/uploads/2025/04/arrow.svg') no-repeat right;
    width: 22px;
    height: 22px;
    background-size: 100%;
	transition: .4s all;
}
.service-box:hover .elementor-image-box-content:after {
    transform: rotate(45deg);
}
.testimonial-box {
    display: flex;
    align-items: center;
    gap: 0 30px;
}
.tss-wrapper .tss-carousel3 .profile-img-wrapper,
.tss-wrapper .single-item-wrapper h3.author-name,
.tss-wrapper .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel3 .rating-wrapper {
    margin: 0;
}
.rating-box-inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}
.tss-wrapper .tss-carousel3 .single-item-wrapper h3.author-name,
.author-designation {
    color: #111112;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
.tss-wrapper .single-item-wrapper .rating-wrapper span.dashicons {
    color: #111112;
    font-size: 14px;
}
.tss-wrapper .tss-carousel3 .rating-wrapper {
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.tss-wrapper .tss-carousel3 .item-content-wrapper {
    background: transparent;
    padding: 0;
    margin-bottom: 100px;
}
.tss-wrapper .tss-carousel3 .item-content-wrapper .item-content {
    font-size: 50px;
    color: #111112;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -3px;
    word-spacing: 0px;
}
.tss-wrapper .tss-carousel3 .item-content-wrapper:before {
    content: "\F10D";
    color: #eaeaea;
    position: absolute;
    left: -100px;
    top: -15px;
    font-family: "tss-font", serif;
    font-size: 70px;
    transform: rotate(180deg);
}
.single-item-wrapper {
    max-width: 65%;
    margin: 0 auto;
}
.tss-carousel-main .swiper-arrow, .tss-carousel .swiper-arrow {
    background: #F6F6F6;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 30px;
}
.tss-carousel-main .swiper-arrow > i, .tss-carousel .swiper-arrow > i {
    font-size: 19px;
}
.swiper-button-prev .rttss-left-open:before {
    content: url('http://localhost/jbadeco/wp-content/uploads/2025/04/arrow-left.png');
}
.swiper-button-next .rttss-right-open:before {
    content: url('http://localhost/jbadeco/wp-content/uploads/2025/04/arrow-right.png');
}
.tss-carousel .swiper-arrow {
    margin-top: -65px;
}
:focus{
    outline: none !important;
}
.service-detail-process .elementor-icon-list-items li {
    background: #F1F1F1;
    padding: 25px 30px;
    border: 1px solid #D4D4D4;
}
.service-detail-process .elementor-icon-list-items li span {
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    margin-right: 10px;
}
.with_frm_style .frm_form_field textarea::placeholder,
.with_frm_style .frm_form_field input::placeholder{
    color: #11111273 !important;
    font-size: 18px;
    font-weight: 600;
}
.with_frm_style .frm_form_field textarea,
.with_frm_style .frm_form_field input {
    background: #f1f1f1;
    border-radius: 9px;
    border-color: #f1f1f1;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
}
.with_frm_style .frm_form_field textarea{
    height: auto;
}
.with_frm_style .frm_form_field textarea:focus,
.with_frm_style .frm_form_field input:focus {
    box-shadow: none !important;
    border-color: #f1f1f1 !important;
    background: #f1f1f1 !important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
    background: #111112;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 9px;
    transition: .4s all;
    border: 2px solid #111112;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: transparent;
    color: #111112;
    border-color: #111112;
}
.timeline-text h2 span {
    font-size: 16px;
    color: #a0a0a0;
    position: absolute;
    top: 0;
    right: -40px;
}
.timeline-img img{
    width: 100% !important;
}
.home footer {
    display: none;
}
.misionary-grid:hover{
    transform: scale(1.1);
}
 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0097A7; /* White background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
/***************************************************
 * Generated by SVG Artista on 4/27/2025, 6:00:25 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
  0%, 50% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-1 {
  0%, 50% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 1.5s ease-in-out 0.8s infinite alternate;
          animation: animate-svg-fill-1 1.5s ease-in-out 0.8s infinite alternate;
}

@-webkit-keyframes animate-svg-fill-2 {
  0%, 50% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 151, 167);
  }
}

@keyframes animate-svg-fill-2 {
  0%, 50% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 151, 167);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 1.5s ease-in-out 0.9s infinite alternate;
          animation: animate-svg-fill-2 1.5s ease-in-out 0.9s infinite alternate;
}

@-webkit-keyframes animate-svg-fill-3 {
  0%, 50% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-3 {
  0%, 50% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 1.5s ease-in-out 1s infinite alternate;
          animation: animate-svg-fill-3 1.5s ease-in-out 1s infinite alternate;
}

@-webkit-keyframes animate-svg-fill-4 {
  0%, 50% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-4 {
  0%, 50% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 1.5s ease-in-out 1.1s infinite alternate;
          animation: animate-svg-fill-4 1.5s ease-in-out 1.1s infinite alternate;
}


/* Media Query Starts From Here */
@media(max-width: 1440px){
    .timeline-text h2{
        margin-top: 30px;
    }
    .timeline-text h2 span {
        top: 0px;
        right: 0;
        left: 0;
    }
    .timeline-text{
        flex-wrap: nowrap;
    }
}
@media(max-width: 991px){
    .tss-wrapper .tss-carousel3 .item-content-wrapper .item-content {
        font-size: 34px;
    }
    .tss-wrapper .tss-carousel3 .item-content-wrapper {
        margin-bottom: 50px;
    }
    .tss-wrapper .tss-carousel3 .item-content-wrapper:before {
        left: -50px;
        font-size: 50px;
        z-index: -1;
    }
    .service-box .elementor-image-box-content:after {
        width: 16px;
        height: 16px;
    }
    .timeline-text h2{
        font-size: 18px;
    }
}
@media(max-width: 767px){
    .tss-wrapper .tss-carousel3 .item-content-wrapper .item-content {
        font-size: 24px;
        letter-spacing: -1px;
    }
    .single-item-wrapper {
        max-width: 70%;
    }
    .tss-wrapper .tss-carousel3 .item-content-wrapper:before {
        font-size: 40px;
    }
    .testimonial-box {
        gap: 0 15px;
    }
    .tss-wrapper .tss-img-circle .profile-img-wrapper img {
        max-width: 50px !important;
    }
    .timeline-text{
        flex-wrap: wrap;
    }
    .timeline-text .e-con-full {
        border: 1px solid #fff;
        border-radius: 10px;
        min-height: 150px;
        display: flex;
        justify-content: center;
        transition: .4s all;
    }
    .timeline-text .e-con-full:hover{
        background-color: #fff;
    }
    .timeline-text .e-con-full:hover h2,
    .timeline-text .e-con-full:hover h2 span{
        color: #111112 !important;
    }
}