/*
Theme Name: FSI
Author: Stucel
Author URI: https://www.stucel.com
Description: Custom Theme for FSI Website
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: default

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*Additional style*/

body, h1, h2, h3, h4, h5, h6, p {
    font-family: Poppins, sans-serif;
}

a.link h3, 
a.link i, 
button.link i,
.products-card:hover .products-card__head-title {
    color: #0F2645 !important;
}
.products-single .back-btn {
    color: #0073B1 !important;
}

.home-news .row .embed-content .tab-content .tab-pane .instagram-container {
    display: block;
}
.home-applications .row .image-content .items .slider-content {
    position: relative;
}
.home-applications .row .image-content .items .slider-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.home-slider .hero-content h2,
.home-slider .hero-content p,
.home-slider .hero-content a {
    color: #ffffff;
}

.home-slider .hero-content a.link i,
.about-banner__cta.link,
.about-banner__cta.link i {
    color: #ffffff!important;
}

.product-slider.gallery-slider .card-list .items-slide {
    position: relative;
}
.product-slider.gallery-slider .card-list .items-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us-title {
    position: relative;
}
.about-us-title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.family-group .section-title {
    position: relative;
}
.family-group .section-title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
@media screen and (min-width: 1281px) {
    .family-group .section-title img {
        object-position: 0 -200px;
    }
}
.family-group .teams .row.teams .items {
    position: relative;
    overflow: hidden;
}
.family-group .teams .row.teams .items img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.anc-container .section-scroll .vertical-slide .items .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 767px) {
    .anc-container .section-scroll .horizontal-slide .slider-items .items .card-items .logo img {
        width: 130px;
        height: 130px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1200px){
    footer .footer-content .section-right .social-media {
        max-width: 300px;
    }
    footer .footer-content .section-right .social-media {
        justify-content: flex-start;
    }
    main>section.single {
        padding: 140px 0;
    }
    footer .newsletter .newsletter-container .subscribe .section-form {
        display: grid;
        grid-template-columns: auto auto auto;
    }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .family-group .teams .row.teams .items {
        height: 500px;
    }
}

.hierarchy-chart .hierarchy-image img {
    width: 100%;
}

.card-list .card {
    position: relative;
}
.card-list .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.details .section-title,
section.services-title .section-title,
div.project-references-title .section-title,
div.careers .section-title {
    position: relative;
    min-height: unset;
    padding: 40px 0 100px 0;
}
section.details .section-title img,
section.services-title .section-title img,
div.project-references-title .section-title img,
div.careers .section-title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
section.details .list-details .items .featured .tab-content .tab-pane .card-list .card {
    position: relative;
}
section.details .list-details .items .featured .tab-content .tab-pane .card-list .card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-list .items-slide .card-white .card-contents .image {
    position: relative;
}
.card-list .items-slide .card-white .card-contents .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products .card-list .card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.details .card-list .card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-lists .tab-content .row .section-content {
    position: relative;
    overflow: hidden;
}
.project-lists .tab-content .row .section-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-references-modal .modal-body .project-image {
    position: relative;
    overflow: hidden;
}
.project-references-modal .modal-body .project-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-references-pdf {
    max-width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}
.project-references-pdf hr {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.latest .latest-image {
    position: relative;
    overflow: hidden;
}
.latest .latest-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-articles .list-news-articles .row .image-container .section-image {
    position: relative;
    overflow: hidden;
}
.news-articles .list-news-articles .row .image-container .section-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.details-news .section-image {
    position: relative;
    overflow: hidden;
}
.details-news .section-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer .footer-content .section-right h6.title {
    font-size: 1rem;
    letter-spacing: 2px;
    color: #aeb2bd;
    text-transform: uppercase;
    width: 100%;
}

/*Modal Form*/
.modal-form-download .modal-dialog{
    max-width: 800px !important;
    top: 20%;
    transform: translateY(-50%);
}

.modal-form-download .btn-close{
    position: absolute;
    right: 0;
    top: 0;
    border:  4px solid black;
    border-radius: 50%;
    background: white;
    color: black;
    padding: 7px;
    margin-top: -10px;
    margin-right: -10px;
    opacity: 1;
}

.modal-form-download .btn-close svg{
    margin-top: -10px;
    margin-left: -1px;
}

.modal-form-download .modal-content{
    border-width: 0 !important;
    border-radius: 20px;
}

.modal-form-download .contact-us-forms{
    border-radius: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #4e5256;
}

.modal-form-download .contact-us-forms .row{
    margin-left: 0;
    margin-right: 0;
}

.modal-form-download .contact-us-forms .row .company-image{
    padding: 2rem 1.5rem;
}

@media only screen and (max-width: 767px){
    .modal-form-download .contact-us-forms .row .company-image{
        min-height: 300px;
    }
}

.modal-form-download .contact-us-forms .row .company-image h5, .modal-form-download .contact-us-forms .row .company-image p{
    color:  white;
}

.modal-form-download .contact-us-forms .row .company-image p{
    line-height: 21px;
}

.modal-form-download .contact-us-forms #contact-form{
    padding: 2rem 1rem;
    background-color: #FFF;
}

.modal-form-download .contact-us-forms #contact-form .submit{
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

footer .footer-content .section-right .bottom-content .contact-container a.text:before {
    content: '';
    position: absolute;
    left: -65px;
    background-image: url(https://vinilon.com/wp-content/themes/V001stucel/assets/images/wa-vini.png);
    width: 85px;
    height: 100px;
    display: block;
}

@media only screen and (max-width: 767px){
    .modal-form-download .contact-us-forms #contact-form .submit{
        flex-wrap: wrap;
        align-items: center;
    }
    .modal-form-download .contact-us-forms #contact-form .submit .btn-submit{
        margin-top: -1rem;
    }
    .swiper-pagination-bullets, .tns-nav {
        display: none;
        opacity: 0;
    }
    .project-references-modal .modal-body iframe {
        border: 0;
        width: 100%;
        height: 100%;
    }
    .project-references-modal .modal-body .project-image {
        height: 200px;
    }
    .details-news .share-news .list-inline .list-inline-item .rounded.twitter {
        background-color: #1da1f2;
    }
    .details-news .share-news .list-inline .list-inline-item .rounded.facebook {
        background-color: #4267b2;
    }
    .details-news .share-news .list-inline .list-inline-item .rounded.linkedin {
        background-color: #0077b5;
    }
    .home-applications .row .controls-slider-prev, .home-applications .row .controls-slider-next {
        display: none;
        opacity: 0;
        
    }
}


.modal-form-download .contact-us-forms #contact-form .submit .btn-submit{
    padding: 25px 30px;
}

.modal-form-download .contact-us-forms #contact-form .form-floating label{
    font-size: .875rem;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}

.modal-form-download .contact-us-forms #contact-form .form-floating label span.required{
    color: red;
}
a.link h3 {
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    color: #ED0E15;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: .2em;
    margin-top: 0.8rem;
    display: inline;
}
a.btn-download-catalouge h3 {
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    color: #fff;
}
h1.title {
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    z-index: 10;
    margin-bottom: 1rem;
}
h1.title.margin-title {
    margin: 80px 0px 15px 0px;
}
h1.title.no-mb {
    margin-bottom: 1rem;
}
h1.title.dark {
    color: #25293A;
}
h1.title.light {
    color: #fff;
}
h1.sub-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .2em;
}
h1.sub-title.light {
    color: rgba(255,255,255,.6);
}
h2.sub-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .2em;
}
h2.sub-title.margin-title {
    margin: 80px 0px 15px 0px;
}
h2.sub-title.light {
    color: rgba(255,255,255,.6);
}
@media only screen and (max-width: 767px) {
    h1.title {
        font-size: 1.875rem;
    }
    h2.sub-title {
        font-size: 11px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .applications::before {
        height: 30% !important;
    }
    section.details .list-details .items .featured .featured-title {
        font-size: 22px;
    }
}

/*Modal Form*/
/* Test */

/* lp-vini */

.details-lp-vini {
    margin: 0px !important;
    padding: 0px !important;
    width:100%;
}
    .lp-vini-banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0px;
        position: relative;
        height:600px;
    }
    .lp-container {
        max-width:1140px;
        margin:140px auto  !important;
    }
.lp-container .textlp-h1, .lp-container .textlp-h2, .lp-container .textlp-h3 {
	 color: #333333;
}
 .lp-container .textlp-h4, .lp-container .textlp-h5 {
	 color: #333333;
	 font-weight: bold;
}
 .lp-container .textlp-h1 {
	 font-weight: bold;
	 font-size: 50px;
	 line-height: 45px;
}
 .lp-container .textlp-h2 {
	 font-weight: bold;
	 font-size: 35px;
	 line-height: 45px;
}
 .lp-container .textlp-h3 {
	 font-weight: 600;
	 font-size: 30px;
	 line-height: 44px;
}
 .lp-container .textlp-h4 {
	 font-style: normal;
	 font-weight: 600;
	 font-size: 25px;
	 line-height: 44px;
}
 .lp-container p {
	 text-align: justify;
}

    
@media only screen and (max-width: 767px) {
    .lp-vini-banner {
        height:250px !important;
    }
    .lp-container {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin:40px auto !important;
    }
    .lp-container .textlp-h1, .lp-container .textlp-h2, .lp-container .textlp-h3, .lp-container .textlp-h4, .lp-container .textlp-h5 {
    	 color: #333333;
    }
     .lp-container .textlp-h1 {
    	 font-size: 30px;
    	 line-height: 1.1;
    }
     .lp-container .textlp-h2 {
    	 font-size: 25px;
    	 line-height: 1.1;
    }
     .lp-container .textlp-h3 {
    	 font-size: 20px;
    	 line-height: 1.1;
    }
     .lp-container .textlp-h4 {
    	 font-size: 18px;
    	 line-height: 1.1;
    }
}

.contact-us-forms .contact-form {
  padding-top: 30px;
}
.contact-us-forms h2 {
  padding-top: 80px;
}
.latest .latest-image {
    border-radius: 0;
}
main>section.latest.row {
    padding: 0;
}
section.home-slider .home-slider-container .items .hero.adaptive-backgrounds {
    aspect-ratio: 3 / 1;
}
.details-product.news-articles .list-news-articles .row .image-container .section-image {
    aspect-ratio: 16/9;
}
.home-slider .hero-content {
    padding: 0 10%;
}
.home-slider .hero-content h2 {
    /*color: #1c1e2c;*/
    font-size: 2rem;
    font-family: 'Poppins';
    font-weight: 600;
}
.home-slider .hero-content p {
    /*color: #1c1e2c;*/
    font-size: 1.2rem;
    font-family: 'Poppins';
}
.home-slider .hero-content a {
    /*color: #0073B1;*/
    font-size: 1.2rem;
    font-family: 'Poppins';
}
@media screen and (max-width: 768px) {
    section.home-slider .home-slider-container .items .hero.adaptive-backgrounds {
        aspect-ratio: 414 / 600;
        height: auto;
    }
    .home-slider .hero-content h2 {
        color: black;
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .home-slider .hero-content p {
        color: black;
        font-size: 1rem;
    }
    .home-slider .hero-content a {
        color: #0073B1;
        font-size: 1rem;
        margin: 0;
    }
    .home-slider .hero-content a.link i {
        color: #0073B1!important;
    }

    section.home-slider {
        margin-top: 60px;
    }
    .home-slider .hero-content {
        padding: 5%;
        background: white;
    }
    header#header {
        box-shadow: 1px 1px 10px #d2d2d2;
    }
}
ul.list-menu li {
    list-style: none;
}
.news-articles .filter .form-label {
    width: 90px;
    text-align: left;
}
.details-news .content-news h1 {font-size: 32.43pt !important;}
.details-news .content-news h2 {font-size: 28.83pt !important;}
.details-news .content-news h3 {font-size: 25.63pt !important;}
.details-news .content-news h4 {font-size: 22.78pt !important;}
.details-news .content-news h5 {font-size: 20.25pt !important;}
.details-news .content-news h6 {font-size: 18pt !important;}
.details-news .content-news p {font-size: 16pt !important;}


/* FSI style */

footer, 
footer .sitemap, 
.custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.anc-container .section-title,
.products-card__body-cta,
.contact-us-titles:before {
    background-color: #0F2645; /* Blue */
    background-image: none;
}
footer .newsletter {
    background-color: #BFBFBF; /* Light Grey */
}
.services-item .row .items,
.contact-us-forms {
    background-color: #F5F5F5 !important; /* Lighter Grey */
}
.home-benefit h2.title span,
.contact-us-forms .contact-form .submit .btn-submit,
footer .newsletter .newsletter-container .subscribe .section-form .btn-form,
footer .newsletter .newsletter-container .subscribe .section-form .btn-form:hover {
    background-color: #244682; /* Light Blue */
}
body {
    background-color: white !important;
}
.home-benefit__item {
    border: 1px solid #244682; /* Light Blue */
    border-radius: 10px;
}
.home-benefit h2.title {
    max-width: none;
    line-height: 2.2;
}
.about-us-title .section-title.bg-image {
    padding-top: 10px;
    padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
    .anc-container .section-scroll .vertical-slide {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 991.98px) {
    .project-references-modal .modal-body .project-details .details {
        margin-top: 20px;
    }
}
footer .newsletter .newsletter-container .newsletter-title {
    color: #585858; /* Light Black */
}

#wrapper header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item.active .nav-link, 
#wrapper header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item.active i.fa-caret-down, 
#wrapper header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item:hover .nav-link, 
#wrapper header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item:hover i.fa-caret-down,
.products-filter.type fieldset li>.wpgb-radio[aria-pressed=true] .wpgb-radio-label {
    color: #5170FF !important; /* Neon Blue */
}
.products-filter .wpgb-facet fieldset .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control { background: #5170FF; border-color: #5170FF; }
a.link, button.link { color: #5170FF; }
.company-values .vision-missions .missions-container .title:after, 
.company-values .vision-missions .vision-container .title:after {
    border-bottom: 6px solid #0073B1; /* Blue Ocean */
}
.products-filter.action .wpgb-button.wpgb-reset {
    color: #0F2645;
    border: 1px solid #0F2645;
}
.btn.btn-white-outline:hover {
    color: #244682;
    border: 1px solid #244682;
}
.products-filter.action .wpgb-button.wpgb-apply {
    background-color: #244682;
    border: 1px solid #244682;
}
.products-filter .wpgb-facet-title.expanded, .products-filter.filter-btn {
    background-color: #244682;
}
.contact-us-titles .text-container {
    padding: 80px 0 60px 0;
}
main>section:not(.home-slider).title-container {
    padding: 30px 0 40px 0px;
}
.products-single .products-single__content-brochure {
    background: #4E5256;
}
.products-single .products-single__content-item {
    background-color: transparent;
}
.products-single .products-single__content-brochure-label, .products-single .products-single__content-link {
    color: white;
    padding: 0 12px;
}
.products-filter.load button {
    color: #244682 !important;
}
.products-single__content-bim--popup.login .products-single__content-bim--popup-form .field-group .field-input .submit-btn {
    background-color: #244682;
}
.products-single__content-bim--popup.login .products-single__content-bim--popup-form .field-group .field-input .submit-btn:hover {
    border-color: #244682;
    background-color: transparent;
    color: #244682;
}
.company-values .list-values { background-color: #fff; }
footer .footer-content .section-left .logo .company-group img { max-width: 80px; }