/*!
Theme Name: exclusio
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: exclusio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

exclusio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
  margin: 0;
  padding: 0;
}
body {
    overflow-x: hidden;
}
main#primary {
    overflow: hidden;
}
body {
    font-family: 'Mulish', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: rgba(51, 51, 51, 0.6);
}
p {
    font-family: 'Mulish', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: rgba(51, 51, 51, 0.6);
	font-style: normal;
	line-height: 30px;
    letter-spacing: 0;
}
a {
	text-decoration: none !important;
}
a, h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
}
/* HEADER
--------------------------------------------- */
header#masthead {
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 60px 100px 0px;
}
img.custom-logo {
    width: 400px;
    height: auto;
}
.header-link a {
    background-color: #F3BDD4;
    border-radius: 40px;
	color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    font-style: normal;
	padding: 10px 45px;
}
header#masthead {
    margin-bottom: -155px;
    z-index: 999;
    position: relative;
	background-color: #fff;
}
a.pink-btn-icon {
    border-radius: 40px;
    background-color: #F3BDD4;
    color: #fff;
    padding: 10px 5px 10px 20px;
	width: fit-content;
    margin: 40px auto 0;
    display: block;
}
span.icon-arrow {
    background-color: #fff;
    border-radius: 50%;
    margin-left: 50px;
    padding: 8px;
}
.pink-btn-icon i.fas.fa-arrow-right {
    height: 24px;
    width: 24px;
    text-align: center;
    color: #F3BDD4;
}
/* CONTENT 
--------------------------------------------- */
section.home-banner-section {
    background-repeat: no-repeat;
	background-size: contain;
    background-position: top left;
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
    padding-bottom: 70px;
    padding-top: 180px;
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
}
.home-banner-content {
    width: 50%;
    padding-top: 100px;
}
.home-banner-content h1 {
    color: #333333;
    font-size: 80px;
    font-weight: 600;
    line-height: 100%;
}
.banner-btn-link {
    width: 65%;
}
.home-right-content {
    width: 50%;
    /* text-align: center; */
}
section.home-features-section {
    padding: 160px 100px;
}
.feature-box-container {
    display: flex;
	gap: 40px;
}
.feature-box {
    box-shadow: 0px 10px 20px 10px #0000000F;
    border-radius: 20px;
    padding: 0px 10px 20px 10px;
    text-align: center;
	width: 25%;
}
.feature-box-img {
    background: linear-gradient(180deg, #FDD9E8 -157.19%, #FFFFFF 100%);
    width: fit-content;
    border-radius: 50%;
    padding: 40px;
    margin: -75px auto 20px auto;
}
.feature-box h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    color: #333333;
	margin-bottom: 15px;
    line-height: 100%;
    letter-spacing: 0;
}
.feature-box a {
    color: rgba(51, 51, 51, 0.6);
}
section.home-get-started-wrapper {
    padding: 80px 100px;
    background-color: rgba(243, 189, 212, 0.1);
}
h3.inner-section-title {
    color: #97C7E2;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0;
}
.get-started-content-container {
    display: flex;
	margin-top: 50px;
    margin-bottom: 50px;
}
.started-content-box {
    padding: 22px 40px;
	text-align: center;
	width: 33.33%;
}
.started-content-box h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #333333;
	margin-bottom: 15px;
    letter-spacing: 0;
}
.started-content-box:nth-child(2) {
    border-left: 1px solid rgba(51, 51, 51, 0.2);
    border-right: 1px solid rgba(51, 51, 51, 0.2);
}
.title-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}
.title-line .big-line,
.title-line .small-line {
    display: block;
    height: 4px;
    background-color: #F4BDD3;
    border-radius: 2px;
}
.title-line .big-line {
    width: 120px;
}
.title-line .small-line {
    width: 40px;
}
a.blue-btn-fill {
    background-color: #97C7E2;
    color: #fff;
    border-radius: 40px;
    padding: 10px 50px;
    width: fit-content;
    margin: 15px auto 0px;
    display: block;
	font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}
section.home-faq-wrapper {
    padding: 120px 0px 120px 100px;
}
.faq-site-feature-container {
    display: flex;
    margin-top: 90px;
    gap: 60px;
}
.faq-container {
    width: 56%;
}
.site-feature-container {
    /* position: relative; */
    width: 50%;
    background-color: rgba(243, 189, 212, 0.1);
    padding: 40px 100px;
}
.site-feature-container h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #F3BDD4;
    letter-spacing: 0;
    margin-bottom: 15px;
}
button.accordion-button {
    background-color: #fff !important;
    box-shadow: 0px 10px 20px 0px #0000000F !important;
}
.accordion-item {
    border: none;
    margin-bottom: 40px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 10px !important;
}
.accordion-item:last-child {
    margin-bottom: 0px;
}
.accordion-button {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #333333 !important;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
}
.accordion-body {
    color: rgba(51, 51, 51, 0.6);
    line-height: 40px;
    letter-spacing: 0;
}
.accordion-button::after {
    display: none;
}
.accordion-button {
    position: relative;
    padding: 10px 60px 10px 10px;
}

.accordion-button::before {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}
.accordion-button:not(.collapsed)::before {
    transform: translateY(-50%) rotate(180deg);
}
.accordion-button::before {
    content: '';
    display: block; /* Safari requires this */
    background-image: url("https://start.exclusio.io/wp-content/uploads/2025/08/down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 10px;
    width: 10px;
    margin-right: 8px; /* adjust spacing */
}

.mobile-screen {
    display: none;
}
.page-title-wrapper {
    padding: 200px 100px 100px;
    background-color: #eaf4f9;
    text-align: center;
}
.content-container {
    padding: 60px 100px;
}
.page-title-wrapper h1 {
    color: #333333;
    font-size: 80px;
    font-weight: 600;
    line-height: 100%;
}
.content-container h2 {
    color: #97C7E2;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0;
}
.content-container h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
}
.home-banner-content p {
    padding-right: 50px;
}
.home-banner-content {
	padding-right: 50px;
}
.home-right-content img {
    width: 100%;
    height: auto;
}
/* FOOTER
--------------------------------------------- */
.footer-wrapper {
    display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 80px 100px;
    box-shadow: 0px -10px 20px 10px #0000000F;
}
a.pink-btn-fill {
    background-color: #F4BDD3;
    color: #fff;
    border-radius: 40px;
    padding: 10px 50px;
	font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 100%;
}
.footer-social-links a {
    background-color: #97C7E2;
    color: #fff;
    text-align: center;
    padding: 10px 13px;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 15px;
}
.footer-social-links a:first-child {
	margin-left: 0px;
}
.footer-social-links a:last-child {
	margin-right: 0px;
}
i.fab.fa-facebook-f, 
i.fa-brands.fa-instagram, 
i.fa-brands.fa-x-twitter, 
i.fa-brands.fa-linkedin-in, 
i.fa-brands.fa-youtube {
    height: 22px;
    width: 22px;
}
.footer-copyright-wrapper {
    background-color: #97C7E2;
    padding: 10px 100px;
}
.footer-copyright-wrapper p {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
    color: #333333;
	margin-bottom: 0px;
	font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}
.footer-copyright-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.footer-link-list {
    list-style-type: none;
    display: flex;
    gap: 60px;
	margin-bottom: 0px;
	padding: 0px;
}
.footer-link-list li a {
    color: #333333;
	font-weight: 500;
    color: #333333;
    line-height: 100%;
    letter-spacing: 0;
}
/* RESPONSIVE
--------------------------------------------- */
@media (max-width: 1880px) and (min-width: 1600px) {
  .home-banner-content p {
    padding-right: 255px;
  }
}
@media (max-width: 1599px) and (min-width: 1440px) {
  .home-banner-content p {
    padding-right: 166px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .home-banner-content p {
    padding-right: 145px;
  }
}
@media only screen and (max-width: 1200px) {
	.faq-container, .site-feature-container {
    	width: 100% !important;
	}
	.faq-site-feature-container {
        flex-direction: column-reverse;
    }
	.site-feature-container {
        padding: 20px;
        background-color: transparent;
    }
	section.home-faq-wrapper {
    	padding: 120px 100px;
	}
	.mobile-screen{
        display: block;
    }
	.title-line.mobile-screen {
        display: flex;
    }
	.desktop-screen {
        display: none;
    }
	.faq-site-feature-container{
		margin-top: 0px;
	}
}
@media only screen and (max-width: 1024px) {
    .footer-column1 img.custom-logo {
        width: 200px;
    }
    .footer-social-links a{
        margin-right: 8px;
        margin-left: 8px;
    }
    .footer-copyright-wrapper {
        gap: 50px;
    }
	.feature-box-container {
    	flex-wrap: wrap;
		justify-content: space-between;
	}
	.feature-box {
    	width: 47%;
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 991px) {
    section.home-banner-section {
        background: none !important;
        flex-direction: column-reverse;
        padding: 80px 100px 20px;
    }
    .home-banner-content, .home-right-content {
        width: 100%;
    }
    .home-banner-content {
        text-align: center;
        padding-top: 20px;
		padding-right: 0px;
    }
    span.icon-arrow{
		margin-left: 10px;
	}
    .banner-btn-link {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
	p{
		font-size: 18px;
	}
    .home-banner-content p {
        font-size: 20px;
    }
	header#masthead {
		margin: 0;
        padding: 20px 20px 0;
        border-radius: 0;
        box-shadow: none;
	}
	img.custom-logo {
    	width: 200px;
	}
    .header-link a {
        padding: 8px 12px;
		font-size: 16px;
    }
    section.home-banner-section {
        padding: 20px;
    }
	.footer-wrapper {
    	padding: 40px 30px;
    	flex-direction: column;
    	gap: 60px;
	}
	.footer-copyright-wrapper {
		padding: 20px 30px;
		flex-direction: column-reverse;
		gap: 20px;
		justify-content: center;
		align-items: center;
	}
	.footer-copyright-wrapper p {
    	width: 75%;
    	text-align: center;
	}
	
    
    .home-banner-content h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }
    a.pink-btn-icon {
        font-weight: 600;
    }
    
	.home-banner-content p {
    	padding-right: 0px;
	}
    .home-right-content img {
        width: 100%;
        height: auto;
    }
	section.home-features-section {
   		padding: 100px 20px 60px 20px;
	}
	.feature-box {
    	width: 100%;
	}
    .feature-box h2 {
        font-size: 26px;
    }
	section.home-get-started-wrapper {
    	padding: 40px 20px;
	}
	.get-started-content-container {
    	flex-direction: column;
		margin-bottom: 40px;
	}
	h3.inner-section-title {
		font-size: 30px;
	}
	.started-content-box:nth-child(2) {
    	border-top: 1px solid rgba(51, 51, 51, 0.2);
    	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
		border-left: none;
		border-right: none;
	}
	.started-content-box {
    	width: 100%;
		padding: 20px 0;
	}
	.started-content-box h4 {
		font-size: 26px;
	}
/*     .faq-site-feature-container {
        flex-direction: column-reverse;
    } */
  
    section.home-faq-wrapper {
        padding: 60px 20px;
    }
    .accordion-body {
        font-size: 18px;
        padding: 10px 20px;
    }
    button.accordion-button.collapsed {
        padding-right: 60px;
    }
/*     .site-feature-container {
        padding: 20px;
        background-color: transparent;
    } */
    .slick-slide img {
        width: 100%;
    }
    
    .faq-site-feature-container {
        margin-top: 0px;
    }
	.page-title-wrapper {
    	padding: 50px;
    	margin-top: 18px;
	}
	.content-container {
    	padding: 40px 20px;
	}
	.page-title-wrapper h1 {
		font-size: 40px;
	}
	.content-container h2 {
		font-size: 30px;
	}
	.footer-link-list li a {
    	font-size: 16px;
	}
	.footer-copyright-wrapper p{
		font-size: 16px;
	}
}
@media only screen and (max-width: 600px) {
	.footer-social-links a {
		margin-right: 6px;
    	margin-left: 6px;
	}
}
@media only screen and (max-width: 400px) {
	
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slick-prev {
    left: 0px !important;
}
.slick-next {
    right: 0px !important;
}
.slick-prev, .slick-next {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 35px !important;
    width: 35px !important;
}
.slick-prev:before,
.slick-next:before {
    content: "" !important;
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1 !important;
}
.slick-prev:before {
    background-image: url(https://start.exclusio.io/wp-content/uploads/2025/08/Vector.svg) !important;
    height: 20px;
    width: 15px;
}
.slick-next:before {
    background-image: url(https://start.exclusio.io/wp-content/uploads/2025/08/next.svg);
        height: 20px;
    width: 11px;
}

ul.slick-dots {
    display: none !important;
}
.wpsisac-slide-title.blue-btn-fill {
    background-color: #97C7E2;
    color: #fff;
    border-radius: 40px;
    padding: 8px 20px !important;
    width: fit-content;
    margin: 15px auto 0px !important;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}
.wpsisac-slide-title a.blue-btn-fill{
	padding: 8px 20px;
}
.slick-active .wpsisac-slide-title{
	transform: scale(0.8);
}
.slick-center .wpsisac-slide-title{
	transform: scale(1);
}