/*   Small Projects Bureau Development  */
/*   Gillig   */
/*   Martin Fuks   */


/*
 * Home Page CSS
 *
 * 1. Hero Section
 * 2. Second Section
 * 3. Customs Section
 * 4. Testimonials Section
 * 5. Solutions Section
 * 6. Careers Section
 * 7. News Section
 * 8. Responsive Styles
 */

/*=======================================
 1. Hero Section
 =======================================*/
 #hero-section h1 {
    text-transform: uppercase;
    padding-bottom: 25px;
}

#hero-section p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 28px;
}

#hero-section .vc_video-bg::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}

#hero-btn-row {
    margin-top: 36px;
}

#hero-btn-row .wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 11px;
}

#hero-section .gillig-btn a {
    min-width: 260px;
}

[data-alias="homepage-hero"] sr7-poster {
	background: linear-gradient(90deg, rgba(1,23,58,1) 0%, rgba(255,255,255,0) 100%);
  	z-index: 2!important;
}

/*=======================================
 2. Second Section
 =======================================*/
#home-section-two {
    padding-top: 75px;
}

#home-section-two > .vc_row {
    padding-left: 10px;
}

#home-section-two .big-paragraph {
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    #home-section-two .big-paragraph p {
        padding-right: 60px;
    }
}

/*=======================================
 3. Customs Section
 =======================================*/
#home-section-customers {
    padding-top: 65px;
}

#home-section-customers .big-paragraph {
    padding-bottom: 40px;
}

#home-section-customers .gallery-carousel-shortcode .dt-owl-item {
    justify-content: center;
}

#home-section-customers .gallery-carousel-shortcode .dt-owl-item img {
    max-height: 44px;
    width: auto;
}

#home-customers-logo-carousel {
    margin-bottom: 42px;
}

/*=======================================
 4. Testimonials Section
 =======================================*/
#home-testimonials-section {
    padding-top: 138px;
    padding-bottom: 220px;
    background-size: cover;
    min-height: 615px;
}

#home-testimonials-section .testimonial-icon {
    margin-bottom: 23px;
}

#home-testimonials-section .testimonial-text {
    margin-bottom: 25px;
}

#home-testimonials-section .testimonial-text p {
    font-size: 29px;
    font-weight: 300;
    line-height: 45px;
    padding: 0 100px;
}

.home-testimonials-carousel .testimonial-name h3 {
    font-size: 25px;
    line-height: 25px;
    padding-top: 10px;
    letter-spacing: 2px;
    font-family: 'commuters-sans';
}

#home-testimonials-section .testimonial-name p,
#home-testimonials-section .testimonial-location p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/*=======================================
 5. Solutions Section
 =======================================*/
#home-solutions-section {
    padding-top: 82px;
    padding-bottom: 60px;
}

.tab-section {
    padding-top: 150px;
    min-height: 250px;
}

.tab-section .title {
    padding-bottom: 20px;
}

.tab-section.vc_tta.vc_general .vc_tta-tabs-list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(255, 255, 255);
}

#page .tab-section .vc_tta-tabs-list li a {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0.5;
    transition: all 0.5s;
    text-transform: uppercase;
    border: 0!important;
}

.tab-section.vc_tta-color-white.vc_tta-style-outline .vc_tta-tab > a:hover {
    background-color: inherit;
    color: inherit;
}

.tab-section .vc_tta-tab.vc_active {
    position: relative;
}

#page .tab-section .vc_tta-tab.vc_active a {
    opacity: 1;
    color: #FFF;
}

.tab-section .vc_tta-tab.vc_active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fff;
}

.tab-section .vc_tta-panel-body p {
    font-weight: 300;
    padding-bottom: 25px;
}

.tab-section .gillig-btn {
    margin-bottom: 15px;
}

.vc_row.remove-background {
    background-image: none !important;
}

/*=======================================
 6. Careers Section
 =======================================*/
#home-careers-section {
    padding-bottom: 89px;
    background-position-y: top!important;
}

#home-careers-section .subtitle {
    padding-bottom: 10px;
}

#home-careers-section .big-paragraph {
    padding-bottom: 33px;
}

/*=======================================
 7. News Section
 =======================================*/
#home-news-section {
    padding-top: 80px;
    padding-bottom: 77px;
}

#blog-carousel-row {
    padding-top: 80px;
    display: flex;
    justify-content: center;
}

#carousel-column {
    max-width: 700px;
}

#home-news-section .category-link a {
    text-decoration: unset;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    pointer-events: none;
}

#home-news-section .category-link {
    display: block;
    margin-bottom: 4px;
}

#home-news-section h3.entry-title {
    font-family: "commuters-sans", sans-serif!important;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 9px;
}

#home-news-section .entry-meta {
    margin-bottom: 19px;
}

#home-news-section .entry-meta a {
    font-size: 12.5px;
}

#home-news-section::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}

/*=======================================
 8. Responsive Styles
 =======================================*/
@media (max-width: 810px) {

    /* Hero Section */
    #hero-section {
        padding-top: 15vh;
    }

    #hero-btn-row .wpb_wrapper {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    /* Testimonials Section */
    #home-testimonials-section {
        padding-top: 100px;
        padding-bottom: 100px;
        min-height: unset;
    }

    #home-testimonials-section .testimonial-text p {
        font-size: 22px;
        line-height: 28px;
        padding: 0 40px;
    }

    /* Tabs Section */
    #page .tab-section .vc_tta-tabs-list li a {
        font-size: 22px;
        line-height: 28px;
    }

    .tab-section {
        padding-top: 50px;
        min-height: 250px;
    }

    /* News Section */
    #home-news-section {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
}
