/*!
Theme Name: ck
Theme URI: 
Author: Igor Zubyk
Author URI: https://www.upwork.com/freelancers/~01671796c0ba318ce3
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: CK
Tags: custom-theme
*/


body {
    font-family: 'Lato', sans-serif;
    color: #000;
    background-color: #F7F1E5;
    background-image: url('img/texture.webp'); 
    background-size: contain;
    position: static;
    min-height: 100%;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body.page-template-page-shluchim {
	background: #fff;
}

div {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a { 
    cursor: pointer;
     transition: all 0.5s;
     text-decoration: none; 
     color: #ec1166;
}
a:hover {
	color: #ec1166;
}

html {
  scroll-behavior: smooth;
}


/* HEADER */

.header .container {
	display: flex;
	padding: 40px 0;
	margin: 0 auto;
	max-width: 1240px;
}
.header .logoarea {
	display: flex;
    align-items: left;
    flex: 1;
    justify-content: flex-start;
}
.header .logoarea img {
	width: 212px;
	height: auto;
}
.page-template-page-shluchim .header .logoarea img {
	width: 250px;
	margin-top: -15px;
}
.header .mainmenu {
    flex: initial;
    justify-content: center;
    display: flex;
    align-items: center;
}
.header .headercontact {
	justify-content: flex-end;
	display: flex;
    align-items: center;
    flex: 1;
}
.header .headercontact img {
	width: 12px;
	height: auto;
	margin-left: 8px;
}
.header .mainmenu ul {
	display: flex;
	gap: 1.3rem;
	margin: 0;
}
.header .mainmenu ul li {
	list-style: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.header .mainmenu .current-menu-item a {
	color: #F8475F;
}
.header .mainmenu ul li a, .header .headercontact a {
	color: #000;
}
.header .mainmenu ul li a {
	text-decoration: none;
    }
    
.header .mobmenu {
	display: none;
}

.header .mainmenu ul li a:hover {
    color: #F8475F; 
    } 
    
.header .headercontact {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.header .headercont {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    }

.header .headercont a:after {
    content: "";
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background-repeat: no-repeat;
    background: url(img/arrow-right.webp) no-repeat center center;
    background-size: cover;
    transition: background 0.3s ease;
}

.header .headercont a:hover:after {
    background: url(img/arrow-right-red.webp) no-repeat center center;
    background-size: cover;
    transition: background 0.3s ease;
}

.header .headercontact a:hover {
	color: #F8475F;
}

.hamb{
    cursor: pointer;
    float: right;
    padding: 42px 25px;
}

.hamb-line {
    background: #000;
    display: block;
    height: 4px;
    position: relative;
    width: 34px;
    
}

.hamb-line::before,
.hamb-line::after{
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 8px;
}

.hamb-line::after{
    top: -8px;
}


.side-menu {
    display: none;
}

.side-menu:checked ~ .mainmenu{
    max-height: 100%;
    z-index: 999;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #F7F1E5;
    background-image: url('img/texture.webp');
    background-size: contain;

}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}
.hamb {
    display: none;
    }
.noscroll {
	overflow-y: hidden;
}


/* Header Mobile */

@media only screen and (max-width: 767px) {  
.hamb {
    display: block;
    margin-right: 15px;
    }
.header .container {
	padding: 10px 0;
}
header .menucontainer {
	display: block;
	z-index: 3;
	width: 100%;
	padding-right: 25px;
	}
header .mainmenu {
	max-height: 0;
    transition: max-height .5s ease-out;
    width: 100%;
    height: calc(100% - 120px);
    position: fixed;
    background-color: #F7F1E5;
    background-image: url('img/texture.webp');
    background-size: contain;
    overflow-y:       auto  !important;
    overflow-x:       hidden!important;
    display: block;
    margin-top: 120px;
     padding-right: 25px;
    padding-left: 25px;
    box-sizing:       border-box !important;
	}
	
.header .mainmenu ul li {	
	font-size: 18px;
    margin-bottom: 15px;
    float: none;	
	}
header .menu {
	float: left;
	padding-left: 0; 
	padding-top: 30px;		
	}
.header .headercontact {
	display: none;
}
.header .mobmenu {
	display: block;
}
	.header .logoarea {
    align-items: center;
    margin-left: 25px;
}
.header .mainmenu ul, .header .mainmenu {
	display: block;
}
.header .container {
	width: 100%;
}
.header .mainmenu ul li {
	font-size: 14px;
}
  }

 /* Header Tablet */ 
 
@media only screen and (min-width: 768px) and (max-width: 1023px) { 

.header .mainmenu ul {
	gap: 1rem;
}
.header .mainmenu ul li {
	font-size: 13px;
}
.header .headercontact {
	font-size: 13px;
}
} 


/* Homepage */
.hero {
	margin-bottom: 100px;
}
.hero .container {
	display: flex;
	margin: 0 auto;
	padding: 40px 0;
	max-width: 1240px;
}
.hero .herotext {
	width: 65%;
	display: flex;
	align-items: center;
	padding-right: 10%;
}
.hero .heroimage {
	width: 35%;
	text-align: right;
}
.page-template-page-shluchim .hero .heroimage img {
	width: 24vw;
}
.hero .heroimage img {
	width: 30vw;
	height: auto;
	object-fit: cover;
}
.hero .herotext h1 {
	font-family: 'Playfair Display', serif;
	font-size: 78px;
	line-height: 90px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 35px;
}
.hero .herotext h5 {
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0;
}
.hero .herotext p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #717171;
	margin-bottom: 60px;
}
.hero .herobuttons {
	display: flex;
	gap: 1.5rem;
    margin: 0;
    justify-content: space-between;
}
.hero .button {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	border-radius: 70px;
	padding-top: 18px;
	padding-bottom: 18px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.5s;
}
.page-template-page-shluchim .hero .button {
	border-radius: 0;
}
.page-template-page-shluchim .help-donthelp .leftcol, .page-template-page-shluchim .help-donthelp .rightcol {
	border-radius: 10px;
	border: 1px solid rgba(212, 212, 212, 1);
	filter: none;
}

.page-template-page-shluchim .shluchim-services h2 {
	text-align: center;
	font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 50px;
}

.page-template-page-shluchim .shluchim-services {
	background: url(img/about-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 90px;
    padding-bottom: 130px;
}


element.style {
}
@media only screen and (max-width: 767px) {
    .page-template-page-shluchim .shluchim-services h2 {
        font-size: 37px;
        line-height: 45px;
    }
}

.page-template-page-shluchim .shluchim-services .container {
    margin: 0 auto;
    width: 1240px;
}

.page-template-page-shluchim .shluchim-services .cards {
	text-align: center;
	display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: stretch;
}

.page-template-page-shluchim .shluchim-services .card {
	flex: 1 0 calc(33.333% - 2rem);
    background: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    padding: 40px 20px 40px 20px;
}
.page-template-page-shluchim .shluchim-services .card img {
	height: 110px;
	object-fit: cover;
}

.page-template-page-shluchim .shluchim-services h4 {
	color: rgba(248, 71, 95, 1);
	font-size: 33px;
	line-height: 43px;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
	margin: 15px 0;
}

.page-template-page-shluchim .shluchim-services p {
color: rgba(53, 53, 121, 1);
font-size: 18px;
line-height: 21px;
font-weight: 500;
font-family: 'Lato', sans-serif;
margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .page-template-page-shluchim .shluchim-services .container .cards {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 30px;
        flex-wrap: nowrap;
    }
    
    .page-template-page-shluchim .shluchim-services .container .cards::-webkit-scrollbar {
  display: none;
}
    .page-template-page-shluchim .shluchim-services .container .card {
        flex: 0 0 calc(75% - 12.5px);
        box-sizing: border-box;
}
    .page-template-page-shluchim .shluchim-services .container .card:first-child {
        margin-left: 0;
    }
      .page-template-page-shluchim .shluchim-services .container {
        width: 100%;
        overflow: hidden;
        display: block;
        padding-right: 25px;
        padding-left: 25px;
    }
    .page-template-page-shluchim .shluchim-services h4  {
	    font-size: 21px;
	    line-height: 28px;
    }
    .page-template-page-shluchim .shluchim-services p {
	    font-size: 14px;
	    line-height: 22px;
    }
    .page-template-page-shluchim .shluchim-services .card img {
	    height: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.page-template-page-shluchim .shluchim-services .container {
		width: 100%;
        overflow: hidden;
        display: block;
		padding-right: 25px;
        padding-left: 25px;
	}
	.page-template-page-shluchim .shluchim-services .container .cards {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 30px;
        flex-wrap: nowrap;
    }
    .page-template-page-shluchim .shluchim-services .container .card {
        flex: 0 0 calc(45% - 12.5px);
        box-sizing: border-box;
}
 .page-template-page-shluchim .shluchim-services .container .cards::-webkit-scrollbar {
  display: none;
}
}

.page-template-page-shluchim .partners {
	margin-top: 80px;
	margin-bottom: 80px;
}
.page-template-page-shluchim .partners h2 {
	margin-bottom: 80px;
}
.page-template-page-shluchim .partners .partnerslider .slide {
	border: 1px solid rgba(212, 212, 212, 1);
	border-radius: 10px;
	 margin: 0 10px;
	 display: flex;
  align-items: center; 
  justify-content: center; 
  height: auto; 
  padding: 35px;
}
.page-template-page-shluchim  .partners .partnerslider .slick-track {
	align-items: stretch;
}
.page-template-page-shluchim .slick-dots li button:before {
	font-size: 10px;
}
.page-template-page-shluchim .slick-dots li.slick-active button:before {
color: rgba(248, 71, 95, 1);
}
.page-template-page-shluchim .slick-dots li button:before {
color: rgba(53, 53, 121, 1);
opacity: 1;
}
.page-template-page-shluchim .slick-dots {
	position: relative;
}
.page-template-page-shluchim .slick-list {
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .page-template-page-shluchim .partners h2 {
        font-size: 37px;
        line-height: 45px;
    }	
}

.page-template-page-shluchim .advisory .slide {
	border: 1px solid rgba(212, 212, 212, 1);
	border-radius: 10px;
	text-align: center;
	padding: 25px 15px 25px 15px;
}
.page-template-page-shluchim .advisory .slick-slide {
margin: 0 10px;
}
.page-template-page-shluchim .advisory .slick-slide h4 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	margin: 15px 0;
}
.advisory .slick-slide p {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: rgba(0, 0, 0, 1);
	font-family: 'Lato', sans-serif;
}
.teammember {
	border-radius: 50%;
	width: 140px;
	height: 140px;
	object-fit: cover;
	margin: 0 auto;
}


.hero .nominate {
	border: 1px solid #000;
	background: transparent;
	color: #000;
}
.hero .nominate:hover {
	color: #fff;
	background: #353579;
	border-color: #353579;
}
.hero .donate {
	background: #F8475F;
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0 5px 5px rgba(248, 71, 95, 0.5));
	transition: all 0.5s;
}
.hero .donate:hover {
	background: #353579;
	filter: none;
}
.hero .donate img {
	width: 18px;
	height: auto;
	margin-left: 8px;
	transition: all 0.5s;
}

.help-donthelp {
	margin-bottom: 120px;
}
.help-donthelp .container {
    margin: 0 auto;
    padding: 0;
    max-width: 1240px;
}
.help-donthelp .innerarea {
	display: flex;
	gap: 40px;
	margin-bottom: 80px;
}
.help-donthelp .leftcol, .help-donthelp .rightcol {
    flex: 1;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    padding: 35px;
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.2));
}
.help-donthelp h3 {
	font-family: 'Playfair Display', serif;
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}
.help-donthelp p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #717171;
    margin-bottom: 25px;
}
.help-donthelp .donate {
    background: #F8475F;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 5px 5px rgba(248, 71, 95, 0.5));
    transition: all 0.5s;
}
.help-donthelp .button {
    display: block;
    width: 33%;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s;
    background: #F8475F;
    border: none;
    color: #fff;
    filter: drop-shadow(0 10px 10px rgba(248, 71, 95, 0.5));
    transition: all 0.5s;
    margin: 0 auto;
}
.help-donthelp .donate:hover {
    background: #353579;
    filter: none;
}

.about {
	background: url('img/about-background.webp');
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 130px;
	padding-bottom: 130px;
}
.about .container {
	margin: 0 auto;
	width: 650px;
	text-align: center;
}
.about h2 {
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 25px;
}
.about h5 {
	font-size: 24px;
	font-weight: 700;
	margin: 15px 0;
}
.about p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 70px;
}
.about .button {
	display: block;
	width: 60%;
	margin: 0 auto;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	border-radius: 70px;
	padding-top: 18px;
	padding-bottom: 18px;
	letter-spacing: 1px;
	cursor: pointer;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	transition: all 0.5s;
}

.about .button img {
	width: 12px;
	height: auto;
	margin-left: 5px;
	transition: all 0.5s;
}
.about .button:hover {
	background: #F8475F;
	border-color: #F8475F;
}
.how {
	padding-top: 120px;
	padding-bottom: 120px;
}
.how .container {
	margin: 0 auto;
	width: 1070px;
	text-align: center;
}
.how h2 {
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 35px;
}
.how .button {
	display: block;
	width: 35%;
	margin: 0 auto;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	border-radius: 70px;
	padding-top: 18px;
	padding-bottom: 18px;
	letter-spacing: 1px;
	cursor: pointer;
	background: transparent;
	border: 1px solid #000;
	color: #000;
	transition: all 0.5s;
}
.how .button:hover {
	color: #fff;
	background: #353579;
	border-color: #353579; 
}
.how p {
    color: #717171;
    font-size: 18px;
    margin-bottom: 30px;
}
.how .cards {
	display: flex;
	gap: 2rem;
	margin-bottom: 50px;
	margin-top: 50px;
}
.how .cards .card {
	flex-grow: 1;
    flex-basis: 0;
	background: #fff;
	color: #717171;
	text-align: center;
	border-radius: 30px;
	font-size: 16px;
	padding: 35px;
	filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.2));
}
.how .cards .card img {
	height: 109px;
	width: auto;
	margin-bottom: 25px;
}
.impact {
	margin-bottom: 100px;
}
.impact .container {
	text-align: center;
	width: 1355px;
	margin: 0 auto;
}
.impact h2 {
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 35px;
}
.impact .cards {
	display: flex;
}
.impact .cards .card {
	flex-grow: 1;
    flex-basis: 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 60px 35px 60px 35px;
}
.impact .cards .card span {
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	font-weight: 700;

}
.impact .cards .card1 {
	background: #353579;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}
.impact .cards .card2 {
	background: #43438B;
}
.impact .cards .card3 {
	background: #51519A;
}
.impact .cards .card4 {
	background: #6060A9;
}
.impact .cards .card5 {
	background: #7070BD;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}
.testimonials {
	margin-bottom: 120px;
}
.testimonials .container {
	margin: 0 auto;
	width: 1070px;
	text-align: center;
}
.testimonials h2 {
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 35px;
}
.testimonials .cards {
	display: flex;
	gap: 2rem;
	margin-bottom: 70px;
}
.testimonials .card {
	font-size: 18px;
	color: #717171;
	text-align: center;
	background: #fff;
	border-radius: 40px;
	filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.2));
	align-self: center;
}
.testimonials .cardsmall {
	padding: 50px 35px 20px 35px;
	width: 30%;
}
.testimonials .cardlarge {
	padding: 50px 45px 20px 45px;
	width: 40%;
	position: relative;
	background: linear-gradient(to top, #fff 60%, transparent 60%), url('img/cardlargebg.webp') no-repeat;
    background-size: cover;
    background-position: center center;
}
.testimonials .cardsmall img {
	width: 52px;
	height: auto;
}
.testimonials .cardlarge img {
	width: 136px;
	height: auto;
}
.testimonials .button {
	display: block;
	width: 35%;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	border-radius: 70px;
	padding-top: 18px;
	padding-bottom: 18px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.5s;
	margin: 0 auto;
}
.testimonials .donate {
	background: #F8475F;
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0 5px 5px rgba(248, 71, 95, 0.5));
	transition: all 0.5s;
}
.testimonials .donate:hover {
	background: #353579;
	filter: none;
}
.testimonials .donate img {
	width: 18px;
	height: auto;
	margin-left: 8px;
	transition: all 0.5s;
}
.whatsapp {
	margin-bottom: 120px;
	margin-top: 120px;
}
.whatsapp .container {
	margin: 0 auto;
	width: 650px;
	text-align: center;
}
.whatsapp img {
	width: 113px;
	height: auto;
	margin-bottom: 20px;
}
.whatsapp p {
	color: #717171;
	font-size: 18px;
	margin-bottom: 60px;
}
.whatsapp .button {
	display: block;
	width: 55%;
	margin: 0 auto;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	border-radius: 70px;
	padding-top: 18px;
	padding-bottom: 18px;
	letter-spacing: 1px;
	cursor: pointer;
	background: transparent;
	border: 1px solid #000;
	color: #000;
	transition: all 0.5s;
}
.whatsapp .button:hover {
	color: #fff;
	background: #353579;
	border-color: #353579; 
}
.whatsapp h2 {
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 25px;
}
.banner {
	color: #fff;
	margin-bottom: 100px;
}
.banner .container {
	margin: 0 auto;
	width: 1070px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 40px;
	padding-top: 100px;
	padding-bottom: 100px;
	filter: drop-shadow(0 15px 18px rgba(0, 0, 0, 0.5));
}
.banner .button {
	display: block;
	width: 35%;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	border-radius: 70px;
	padding-top: 18px;
	padding-bottom: 18px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.5s;
	margin: 0 auto;
}
.banner .donate {
	background: #F8475F;
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}
.banner .donate:hover {
	background: #353579;
	filter: none;	
}
.banner .donate img {
	width: 18px;
	height: auto;
	margin-left: 8px;
	transition: all 0.5s;
}
.banner h2 {
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}
.banner p {
	font-size: 18px;
	width: 35%;
	margin: 0 auto 50px auto;
}
.empowering p {
	width: 85% !important;
}
.empowering .button {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}
.empowering .button:hover {
	background: #F8475F;
	border: 1px solid #F8475F;
}

.heroimagemobile {
	display: none;
}

.kindness-process {
	margin-top: 100px;
}

.kindness-process .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.kindness-process .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 35px;
    background-color: #F7F1E5;
    background-image: url(img/texture.webp);
    background-size: contain;
    border-radius: 25px;
    text-align: center;
}

.kindness-process .popup-content img {
    width: auto;
    height: 120px;
}

.kindness-process .popup-content h3 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
    margin-top: 15px;
    color: #000;
}

.kindness-process .popup-content p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.kindness-process .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.kindness-process .container {
	background: url(https://collectivekindness.net/wp-content/uploads/2024/07/kindness-process.webp);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 1240px;
	width: 1240px;
	margin: 0 auto;
	position: relative;
}
.kindness-process h2 {
	text-align: center;
	position: absolute;
	top: 43%;
	left: 36%;
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	line-height: 66px;
	width: 30%;
}
.kindness-process .card {
	background: #fff;
	border-radius: 30px;
	position: absolute; 
	padding: 15px;
	width: 160px;
	height: 220px;
	text-align: center;
}

.page-template-page-shluchim .kindness-process .card { 
	border-radius: 10px;
}

.kindness-process .card:nth-child(1) {
	top: 25%;
	left: 19%;
}
.kindness-process .card:nth-child(2) {
	top: 10%;
	left: 44.5%;
}
.kindness-process .card:nth-child(3) {
	top: 25%;
	left: 69%;
}
.kindness-process .card:nth-child(4) {
	top: 51%;
	left: 75%;
}
.kindness-process .card:nth-child(5) {
	top: 74%;
	left: 55%;
}
.kindness-process .card:nth-child(6) {
	top: 74%;
	left: 33%;
}
.kindness-process .card:nth-child(7) {
	top: 51%;
	left: 12%;
}
.kindness-process .card:nth-child(8) {
	top: 25%;
	left: 19%;
}


.page-template-page-shluchim .kindness-process .card:nth-child(3) {
	top: 16%;
	left: 61%;
}
.page-template-page-shluchim .kindness-process .card:nth-child(4) {
	top: 36%;
	left: 74%;
}
.page-template-page-shluchim .kindness-process .card:nth-child(5) {
	top: 56%;
	left: 69%;
}
.page-template-page-shluchim .kindness-process .card:nth-child(6) {
	top: 72%;
	left: 53%;
}
.page-template-page-shluchim .kindness-process .card:nth-child(7) {
	top: 72%;
	left: 35%;
}
.page-template-page-shluchim .kindness-process .card:nth-child(8) {
	top: 56%;
	left: 19%;
}
.page-template-page-shluchim .kindness-process .card:nth-child(9) {
	top: 36%;
	left: 14%;
}
.page-template-page-shluchim .kindness-process .card:nth-child(10) {
	top: 16%;
	left: 28%;
}


@media only screen and (max-width: 767px) {
    .page-template-page-shluchim .kindness-process .card:nth-child(2), .page-template-page-shluchim .kindness-process .card:nth-child(3), .page-template-page-shluchim .kindness-process .card:nth-child(4), .page-template-page-shluchim .kindness-process .card:nth-child(5), .page-template-page-shluchim .kindness-process .card:nth-child(6), .page-template-page-shluchim .kindness-process .card:nth-child(7), .page-template-page-shluchim .kindness-process .card:nth-child(8) {
        top: auto;
        left: auto;
    }
    .page-template-page-shluchim .kindness-process .container .card {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 30px;
        padding-top: 15px;
        position: relative;
        width: 100%;
        height: auto;
    }
}


.kindness-process h3 {
	color: rgba(113, 113, 113, 1);
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	margin-top: 5px;
}
.kindness-process .card .readmore {
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}
.kindness-process .card .readmore a {
	color: rgba(0, 0, 0, 1); 
}

/* Homepage Mobile */
@media only screen and (max-width: 767px) { 
.hero .container, .about .container, .testimonials .container, .whatsapp .container, .banner .container, .footer .container {
	width: 100%;
	overflow: hidden;
	display: block;
	padding-right: 25px;
	padding-left: 25px;
}
.banner {
	padding-right: 25px;
	padding-left: 25px;
}
.hero {
	margin-bottom: 0;
}
.hero .herotext h1 {
	font-size: 37px;
	line-height: 45px;
}
.hero .herotext {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
}
.hero .herotext p {
	margin-bottom: 30px;
}
.hero .herobuttons {
	display: block;
}
.hero .nominate {
	margin-bottom: 30px;
}
.hero .heroimage {
	display: none;
	width: 100%;
    text-align: center;
}
.hero .heroimage img {
    width: 60vw;
    height: auto;
    object-fit: cover;
}
.hero .heroimagemobile {
	display: block;
	width: 100%;
    text-align: center;
}
.hero .heroimagemobile img {
	margin-bottom: 30px;
	width: 28vw;
    height: auto;
    object-fit: cover;
}
.help-donthelp .container {
	padding-right: 25px;
	padding-left: 25px;
}
.help-donthelp .innerarea {
	display: block; 
	margin-bottom: 35px;
}
.help-donthelp .leftcol {
	margin-bottom: 30px;
}
.help-donthelp .leftcol, .help-donthelp .rightcol {
	padding: 25px;
}
.help-donthelp .button {
	width: 100%;
}
.help-donthelp h3 {
	font-size: 33px;
    line-height: 37px;
}
.about {
	padding-top: 60px;
    padding-bottom: 60px;
}
.about h2 {
	font-size: 33px;
	line-height: 37px;
}
.about h5 {
	font-size: 21px;
}
.about p {
	margin-bottom: 30px;
}
.about .button {
	width: 100%;
}
.how {
padding-top: 80px;
padding-bottom: 40px;	
}

.how .cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .how .cards .card {
    flex: 0 0 calc(65% - 12.5px); 
    box-sizing: border-box;
    margin: 25px 0 25px 25px; 
   filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
   border-radius: 15px;
  }

  .how .cards .card:first-child {
    margin-left: 0; 
  }

  .how .cards .card:last-child {
    flex: 0 0 calc(65% - 25px); 
    margin-right: 0; 
  }

  .how .cards::-webkit-scrollbar {
    display: none;
  }
.impact .cards::-webkit-scrollbar {
	 display: none;
}
  .how .cards::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .impact .cards::-webkit-scrollbar-track {
	  background-color: transparent;
  }

  .how .cards::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
  }

  .how .cards::-webkit-scrollbar-thumb:hover {
    background-color: #999;
  }
  .how .button {
	  width: 100%;
	  margin-bottom: 25px;
  }
  
.impact {
	margin-bottom: 30px;
}
.impact .container {
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
}
.impact h2 {
	font-size: 33px;
	line-height: 37px;
}
.impact .cards {
	overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
}
.impact .cards .card {
	font-size: 16px;
	line-height: 21px;
	flex: 0 0 calc(65% - 12.5px);
    box-sizing: border-box;
}
.impact .cards .card span {
	font-size: 44px;
}
.impact .cards .card {
	margin-bottom: 35px;
	padding: 60px 35px 20px 35px;
}
.testimonials h2 {
	font-size: 33px;
	line-height: 37px;
}
.impact .cards .card1 {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.impact .cards .card5 {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.testimonials .cards {
	display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
	margin-top: 30px;
    margin-bottom: 50px;
}
.testimonials .cardsmall, .testimonials .cardlarge {
	width: 100%;
}
.testimonials .cards .card {
	margin-bottom: 35px;
	flex: 0 0 calc(65% - 12.5px);
	margin-left: 25px;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
	border-radius: 15px;
}
.testimonials .cardlarge {
	background: linear-gradient(to top, #fff 70%, transparent 70%), url(img/cardlargebg.webp) no-repeat;
    background-size: cover;
    background-position: center center;   
}
.testimonials .button {
	width: 100%;
	margin-bottom: 30px;
}
.testimonials .cards::-webkit-scrollbar {
    display: none;
  }

.testimonials .cards::-webkit-scrollbar-track {
    background-color: transparent;
  }
.testimonials .cards .card:first-child {
    margin-left: 0;
}
.testimonials {
	margin-bottom: 50px;
}
.whatsapp h2 {
	font-size: 33px;
	line-height: 37px;
}
.whatsapp p {
	margin-bottom: 30px;
}
.whatsapp .button {
	width: 100%;
	margin-bottom: 20px;
}
.whatsapp {
	margin-bottom: 60px;
}
.banner {
	
}
.banner .container {
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2)); 
	border-radius: 15px;
}
.banner .button {
	width: 100%;
}
.banner p {
	width: 100%;
}
.banner h2 {
	font-size: 33px;
	line-height: 37px;
}
.banner {
	margin-bottom: 80px;
}

.kindness-process .container {
	background-size: 400%;
	background-position: center top;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	position: relative;
}
.kindness-process h2 {
	text-align: center;
	position: relative;
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	line-height: 66px;
	width: 100%;
	top: auto;
	left: auto;
}

.kindness-process .card:nth-child(2), .kindness-process .card:nth-child(3), .kindness-process .card:nth-child(4), .kindness-process .card:nth-child(5), .kindness-process .card:nth-child(6), .kindness-process .card:nth-child(7), .kindness-process .card:nth-child(8) {
	top: auto;
    left: auto;
}

.kindness-process .container .card {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 30px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    height: auto;
}

.kindness-process .container {
    overflow: hidden;
    padding: 0 0 50px 0;
}

.kindness-process .container .swiper-container {
    width: 100%;
}

.kindness-process .container .swiper-wrapper {
    display: flex;
}

.kindness-process .container .swiper-slide {
     flex: 0 0 60%;
     box-sizing: border-box;

    transition: transform 0.3s ease-in-out; 
}
.kindness-process .container .swiper-slide:last-child {
    margin-right: 0;
}
.kindness-process .swiper-pagination {
	z-index: 999;
}
.kindness-process .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(53, 53, 121, 1);
    opacity: 1;
}
.kindness-process .swiper-pagination-bullet-active {
    background: rgba(248, 71, 95, 1);
}
.kindness-process .card img {
	height: 127px;
}
.kindness-process h3 {
	font-size: 25px;
	line-height: 30px;
	margin-top: 15px;
}
.kindness-process .card .readmore {
	font-size: 22px;
	line-height: 26px;
}


.kindness-process .popup-box {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    z-index: 10000;
}

.noscroll {
    overflow: hidden;
}

.transform-out {
    transform: scale(0.5);
    opacity: 0;
}

.transform-in {
    transform: scale(1);
    opacity: 1;
}

.kindness-process .container .card {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 30px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    height: auto;
}
.kindness-process .popup-content h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        color: #000;
        font-size: 21px;
        line-height: 26px;
    }
.kindness-process .popup-content p {
        font-size: 13px;
        line-height: 18px;
    }
}

 /* Homepage Tablet */ 
 
@media only screen and (min-width: 768px) and (max-width: 1023px) { 
.hero .herotext h1, .about h2, .how h2, .impact h2, .whatsapp h2, .banner h2 { 
	font-size: 45px;
	line-height: 50px;
	}
.header .container, .hero .container, .how .container, .about .container, .impact .container, .testimonials .container, .whatsapp .container, .banner .container, .footer .container, .help-donthelp .container, .kindness-process .container {
	width: 100% !important;
	padding-right: 25px;
	padding-left: 25px;
	}
	.heroimagemobile {
	display: none;
}
.hero .herobuttons {
	display: block;
}
.hero .nominate {
	margin-bottom: 30px;
}
.hero .herotext p {
	margin-bottom: 30px;
}
.about h5 {
	font-size: 21px;
}
.about p {
	margin-bottom: 40px;
}
.about .container {
	width: 60vw;
}
.about .button {
	width: 55%;
}
.how .cards {
	gap: 1rem;
}
.how .cards .card img {
	width: 60px;
	height: auto;
}
.how .container {
	width: 90vw;
}
.how .cards .card {
	padding: 20px;
}
.how .button {
	width: 55%;
}
.impact .cards .card span {
	font-size: 37px;
}
.impact .cards .card {
	font-size: 13px;
	line-height: 16px;
}
.testimonials .button {
	width: 60%;
}
.whatsapp p {
	margin-bottom: 40px;
}
.whatsapp .button {
	width: 60%;
}
.banner p {
	width: 65%;
}
.banner .button {
	width: 60%;
}
.banner {
padding-right: 25px;
padding-left: 25px;	
}
}


/* How it Works */

.innerhero {
	padding-bottom: 120px;
	padding-top: 70px;
}

.innerhero .container {
	margin: 0 auto;
	width: 900px;
	text-align: center;
}
.innerhero h2 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}

.innerhero h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}

.innerhero p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #717171;
    margin-bottom: 40px;
}
.innerhero .button {
    display: block;
    width: 60%;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s;
    background: #F8475F;
    border: none;
    color: #fff;
    filter: drop-shadow(0 10px 10px rgba(248, 71, 95, 0.5));
    transition: all 0.5s;
    margin: 0 auto;
}

.innerhero .button:hover {
    filter: drop-shadow(0 10px 15px rgba(248, 71, 95, 0.8));
}

.timeline .button {
    display: block;
    width: 42%;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    filter: none;
    transition: all 0.5s;
    margin: 0 auto 80px auto;
}

.timeline .button:hover {
    color: #fff;
    background: #353579;
    border-color: #353579;
    filter: none;
}
.timeline p.underbutton {
	font-family: Lato, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: rgba(0, 0, 0, 1);
	width: 60%;
	margin: 0 auto;
}

.process {
    background: url(img/about-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 130px;
}
.process .container, .faq .container, .timeline .container {
   margin: 0 auto;
    padding: 0;
    max-width: 1240px;
}
.timeline {
	padding-top: 100px;
}
.timeline h2 {
	font-family: 'Playfair Display', serif;
    font-size: 50px;
    line-height: 66px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}
.timeline h5 {
	font-size: 16px;
	line-height: 19px;
	color: rgba(0, 0, 0, 1);
	font-weight: 500;
	font-family: Lato, sans-serif;
	text-align: center;
	margin-bottom: 60px;
}

.page-template-page-shluchim .timeline h5 {
	width: 60%;
	margin: 0 auto 45px auto;
}

.timeline h3 {
	font-size: 26px;
	line-height: 31px;
	color: rgba(0, 0, 0, 1);
	font-weight: 700;
	font-family: Lato, sans-serif;
	margin-bottom: 10px;
	margin-top: 0;
}
.timeline p {
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: rgba(113, 113, 113, 1);
}

.timeline .step:nth-of-type(2n) {
   margin-right: 45.7%;
   flex-direction: row-reverse;
}
.timeline .step:nth-of-type(2n) .step-content {
	text-align: right;
}
.timeline .step:nth-of-type(2n + 1) {
margin-left: 45.7%; 
}
.timeline .step {
    display: flex;
    align-items: center;
}
.timeline .step-number {
    margin: 20px;
}
.timeline .step-content {
    flex: 1;
}
.timeline .step-content h2 {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
}
.timeline .step-content p {
    margin: 5px 0 0;
    color: #666;
}
.timeline .steps-container {
	margin-bottom: 80px;
}
.faq .container {
	padding-top: 120px;
}
.page-template-page-shluchim .faq .container {
	padding-top: 0;
}
.process h2 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}
.process {
	margin-bottom: 120px;
}
.process h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
}
.process p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.process .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 50px;
margin-top: 60px;
align-items: stretch;
}
.process .cards .card {
    flex: 1 0 calc(33.333% - 2rem); 
    background: #fff;
    color: #717171;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    padding: 50px 35px 50px 35px; 
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.2));
}
.process .cards .card img {
    height: 90px;
    width: auto;
    margin-bottom: 15px;
}
.process .cards p {
	font-size: 16px;
	line-height: 19px;
}
.process h3 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}
.faq {
	margin-bottom: 150px;
}
.faq h2 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 45px;
    text-align: center;
}
.faq .button {
	display: block;
    width: 35%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    transition: all 0.5s;
}
.faq .button:hover {
	color: #fff;
    background: #353579;
    border-color: #353579;
}

.faq-block {
margin-bottom: 80px;	
}

.faq .accordion {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  transition: 0.4s;
}

.faq .panel p {
	text-align: left;
}

.faq .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq .active {
	color: #F8475F;
}

.faq .active:after {
  content: "\2212";
  color: #F8475F;
}

.faq .panel {
  padding: 0 18px;
  color: #717171;
  font-size: 16px;
  line-height: 28px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.timeline .step-number img {
	width: 71px;
	height: auto;
}

/* How it Works Mobile */

@media only screen and (max-width: 767px) {
	.innerhero {
    padding-bottom: 50px;
    padding-top: 50px;
}
.innerhero .container, .faq .container, .process .container {
	width: 100%;
    overflow: hidden;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 50px;
}
.innerhero h2, .process h2, .faq h2 {
    font-size: 37px;
    line-height: 45px;
}
.innerhero .button {
	width: 100%;
	font-size: 12px;
    line-height: 12px;
    margin-bottom: 25px;
    filter: drop-shadow(0 3px 3px rgba(248, 71, 95, 0.5));
}
.process {
	padding-top: 60px;
    padding-bottom: 0;
}
.process .container {
	width: 100%;
    overflow: hidden;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
}
.process {
    margin-bottom: 70px;
}
.process .cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    flex-wrap: nowrap;
}
.process .cards .card {
	flex: 0 0 calc(65% - 12.5px);
    box-sizing: border-box;
    margin: 25px 0 25px 25px;
    border-radius: 15px;s
    }
.process .cards::-webkit-scrollbar {
    display: none;
  }

.process .cards::-webkit-scrollbar-track {
    background-color: transparent;
  }
.faq {
	margin-bottom: 80px;
}
.faq .button {
	margin-bottom: 25px;
}
.faq .accordion {
	font-size: 16px;
}
.faq .panel {
	font-size: 14px;
    line-height: 24px;
}
.faq .button {
	width: 100%;
	font-size: 12px;
	font-size: 12px;
}
.faq-block {
	margin-bottom: 50px;
}
.timeline .steps-container {
     display: flex;
      overflow-x: hidden; 
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 0;
      flex-wrap: nowrap;
        margin-bottom: 0;
}
.timeline .step:nth-of-type(2n + 1), .timeline .step:nth-of-type(2n) {
	margin: 0;
	flex-direction: row;
	display: block;
	width: 100%;
	flex: 0 0 calc(100% - 0.5px);
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 30px;
}
.timeline .step-number img {
	width: 131px;
	height: auto;
}
.timeline p {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.timeline h3 {
	font-size: 36px;
	line-height: 43px;
	text-align: center;
}
.timeline .button {
	width: 90%;
	margin: 0 auto 30px auto;
}
.timeline h2, .timeline h5 {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 37px;
    line-height: 45px;
}
.timeline p.underbutton {
	width: 90%;
}
.timeline .swiper-pagination {
    position: relative; 
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-bottom: 30px;
}
.timeline .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-bottom: 10px !important;
    background: rgba(53, 53, 121, 1);
    border-radius: 50%;
    opacity: 1;
}
.timeline .swiper-pagination-bullet-active {
    background: rgba(248, 71, 95, 1);
}
}

/* How it Works Tablet */

@media only screen and (min-width: 768px) and (max-width: 1023px) {  
	.process .container, .faq .container {
	width: 100% !important;
    padding-right: 25px;
    padding-left: 25px;
	}
	.faq .button {
	width: 60%;
	}
	}

/* About Us */

.innerhero h1 {
	font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}
.subtitle {
	margin: 15px 0;
}
.innerhero .subtitle p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #000;
}
.innerhero .herobuttons {
	width: 80%;
    display: flex;
    gap: 1.5rem;
    margin: 0 auto;
    justify-content: space-between;
}
.innerhero .nominate {
    border: 1px solid #000;
    background: transparent;
    color: #000;
    filter: none;
}
.innerhero .nominate:hover {
    color: #fff;
    background: #353579;
    border-color: #353579;
    filter: none;
}
.innerhero .donate {
    background: #F8475F;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 5px 5px rgba(248, 71, 95, 0.5));
    transition: all 0.5s;
}
.innerhero .donate img {
    width: 18px;
    height: auto;
    margin-left: 8px;
    transition: all 0.5s;
}
.innerhero .donate:hover {
	background: #353579;
	filter: none;	
}
.inspiration {
	background: url(img/inspiration.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 120px;
}
.inspiration .container {
    display: flex;
    margin: 0 auto;
    gap: 2rem;
    padding: 40px 0;
    max-width: 1240px;
}
.inspiration .container .col {
	width: 50%;
	align-self: center;
}
.inspiration .container .col img {
	width: 550px;
	height: auto;
	border-radius: 50%;
	margin-left: 10%;
}
.inspiration .inspmobile {
	display: none;
}
.inspiration h2 {
	font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}
.inspiration .subtitle {
	margin-bottom: 35px;
}
.inspiration .subtitle p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.team {
	margin-bottom: 150px;
}
.team .container {
	margin: 0 auto;
    width: 1240px;
    text-align: center;
}
.team h2 {
	font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}
.teamcontainer {
	margin-top: 100px;
}
.team .teamitem {
	display: flex;
	gap: 5rem;
    margin: 0;
    margin-top: 70px;
}
.team .teamitem:not(:last-child) {
	padding-bottom: 70px;
	border-bottom: 1px solid #CECECE;
}
.team .teamitem .text {
	text-align: left;
}
.team p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
}
.team .teamitem .image img {
	margin-top: 15px;
	border-radius: 50%;
	width: 242px;
	height: 242px;
    object-fit: cover;
}
.team .subtitle {
	margin: 15px 0;
}
.team .teamitem .subtitle {
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
}
.team .teamitem p {
	color: #717171;
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 15px;
}
.team .teamitem h3 {
	font-family: 'Playfair Display', serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin: 0;
}
.aboutbanner {
	margin-bottom: 120px;
}
.aboutbanner .container {
	padding-top: 50px;
    padding-bottom: 30px;
}
.aboutbanner .portraitimg {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 25px;
}
.aboutbanner p {
    width: 90% !important;
    font-size: 17px;
}

.teamgrid {
	margin-bottom: 80px;
	
}
.teamgrid .container {
	margin: 0 auto;
    width: 1240px;
    text-align: center;
}
.teamgrid .teamitem .image img {
    margin-top: 15px;
    border-radius: 50%;
    width: 242px;
    height: 242px;
    object-fit: cover;
}
.teamgrid .teamcontainer {
	display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: stretch;
    justify-content: space-between;
}
.teamgrid .teamcontainer .teamitem {
    flex-basis: calc(33.33% - 2rem);
    margin-bottom: 30px; 
}
.teamgrid h2 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px;
}
.teamgrid p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
}
.teamgrid .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}
.teamgrid .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 35px;
    background-color: #F7F1E5;
    background-image: url(img/texture.webp);
    background-size: contain;
    border-radius: 25px;
}
.teamgrid .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.teamgrid .popup-content img {
	margin-top: 15px;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.transform-in, .transform-out {
  display:block;
  -webkit-transition:all ease 0.5s;
  transition:all ease 0.5s;
}

.transform-in {
	-webkit-transform:translate(-50%, -50%) scale(1);
	transform:translate(-50%, -50%) scale(1);
}

.transform-out {
	-webkit-transform:translate(-50%, -50%) scale(0.5);
	transform:translate(-50%, -50%) scale(0.5);
}

.teamgrid .learn-more-btn {
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 35px;
    padding-left: 35px;
    letter-spacing: 1px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    transition: all 0.5s;
}

.teamgrid .learn-more-btn:hover {
    color: #fff;
    background: #353579;
    border-color: #353579;
}

.teamgrid .teamitem h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
}
.teamgrid .teamitem .subtitle {
	margin-top: 15px;
	margin-bottom: 25px;
}

.teamgrid .popup-content p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.teamgrid .popup-content h3 {
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 15px;
}
.teamgrid .popup-content .position {
	font-weight: 700;
}
.partners {
	margin-bottom: 80px;
}
.partners .container {
	margin: 0 auto;
    width: 1240px;
    text-align: center;
}
.partners h2 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}
.partners .partnerslider {
	margin-top: 60px;
}
.partners .partnerslider .slide img {
	max-height: 90px;
	max-width: 220px; 
	object-fit: cover;
}
.partners .partnerslider .slick-track {
	display: flex;
}
.partners .partnerslider .slide {
  display: flex;
  justify-content: center; 
  align-items: center; 
  position: relative;
  align-self: center;
}

/* About Us Mobile */

@media only screen and (max-width: 767px) {	
	
	.teamgrid .container, .partners .container {
		width: 100%;
    overflow: hidden;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
	}
	
	.teamgrid .teamcontainer {
		width: 100%;
    overflow: hidden;
    display: block;
	}
	
	.teamgrid .teamitem .image img {
		width: 160px;
		height: 160px;
		margin-bottom: 0;
		margin-top: 0;
	}
	.teamgrid .teamcontainer .teamitem {
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #CECECE;
	}
	.teamgrid .teamitem h3 {
	font-size: 23px;
    line-height: 28px;
	}
	
	.teamgrid .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
        width: 90%;
        max-width: 400px; 
}

.teamgrid .popup-content .fa, .teamgrid .popup-content .fab, .teamgrid .popup-content .fad, .teamgrid .popup-content .fal, .teamgrid .popup-content .far, .teamgrid .popup-content .fas {
    color: #000;
}

.teamgrid .popup-content img {
	width: 90px;
	height: 90px;
}

.teamgrid .popup-content h3 {
	font-size: 21px;
	line-height: 26px;
}
.teamgrid .popup-content p {
	font-size: 13px;
	line-height: 18px;
}
.teamgrid .teamitem .subtitle {
	font-weight: 700;
}
.teamgrid .teamcontainer .teamitem:last-child {
	border: none;
}
.teamgrid {
    margin-bottom: 30px;
}
.teamgrid .popup-content h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.teamgrid .popup-content .position {
	margin-top: 10px;
	margin-bottom: 10px;
}
.innerhero .herobuttons {
    display: block;
    width: 100%;
}
.innerhero .donate {
filter: none;
}
.inspiration .container {
	display: block;
}
.inspiration .container .col {
	width: 100%;
}
.inspiration .container, .team .container {
	width: 100%;
    overflow: hidden;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
}
.inspiration .inspmobile {
	display: block;
	margin: 0 auto !important;
}
.cityimage {
	width: 80% !important;
}
.inspiration .inspdesk {
	display: none;
}
.teamitem h3 {
    font-size: 37px;
    line-height: 45px;
}
.innerhero h1 {
		font-size: 50px;
        line-height: 66px;
}
.inspiration .container {
	text-align: center;
}
.inspiration .container .col img {
    width: 250px;
    height: auto;
    border-radius: 50%;
    margin-left: 0;
    margin-top: 30px;
}
.inspiration {
	padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 80px;
}
.aboutbanner .container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.aboutbanner p {
    width: 100% !important;
    font-size: 12px;
    line-height: 15px;
}
.team .teamitem {
	display: block;
	margin-top: 30px;
}
.team .teamitem .text {
	text-align: center;
}

.team .teamitem:not(:last-child) {
    padding-bottom: 30px;
}
.teamcontainer {
	margin-top: 30px;
}
.team {
	margin-bottom: 80px;
}
.aboutbanner {
	margin-bottom: 50px;
}
.banner p {
	    margin: 0 auto 20px auto;
}
}

/* About Us Tablet */

@media only screen and (min-width: 768px) and (max-width: 1023px) {  
.innerhero .container, .inspiration .container, .team .container {	
	width: 100% !important;
    padding-right: 25px;
    padding-left: 25px; 
   }
.inspiration .container .col img {
    width: 300px;
    height: auto;
    border-radius: 50%;
    margin-left: 0;
}
.aboutbanner .container {
	padding-top: 50px;
	padding-bottom: 30px;
}
.teamgrid .container, .partners .container {
    width: 100% !important;
    padding-right: 25px;
    padding-left: 25px;
}
.teamgrid .teamitem .image img {
	width: 160px;
	height: 160px;
}
.teamgrid .teamitem h3 {
	font-size: 18px;
	line-height: 23px;
}
.teamgrid .teamitem .subtitle {
	font-size: 14px;
	line-height: 18px;
}
.teamgrid .learn-more-btn  {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 13px;
}
}

/* Donate */

.innerhero .donatepage {
	width: 40%;
}
.help {
	background: url(img/about-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 130px;
}
.help .container {
	text-align: center;
    width: 1240px;
    margin: 0 auto;
}
.help h2 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}
.help p {
	font-size: 18px;
	width: 80%;
	margin: 0 auto 40px auto;
}
.help .button {
    display: block;
    width: 29%;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s;
    margin: 0 auto;
}
.help .donate {
    background: #F8475F;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border: 1px solid #F8475F;
}
.help .donate img {
    width: 18px;
    height: auto;
    margin-left: 8px;
    transition: all 0.5s;
}
.help .donate:hover {
    background: #353579;
	border: 1px solid #fff;	
}
.help .cards {
	display: flex;
    gap: 1rem;
    margin-bottom: 100px;
    align-items: stretch;
}
.help .cards .card {
	flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    background: #fff;
    color: #717171;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    padding: 25px 5px 25px 5px;
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.2));
}
.help .cards .card h4 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	color: #353579;
}
.help .cards .card span {
	font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
    color: #F8475F;
}
.volunteer {
	margin-top: 120px;
	margin-bottom: 120px;
}
.volunteer .container {
    margin: 0 auto;
    width: 900px;
    text-align: center;
}
.volunteer h2 {
	font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px;
}
.volunteer p {
	font-size: 18px;
	margin-bottom: 60px;
}
.volunteer .button {
    display: block;
    width: 40%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    transition: all 0.5s;
}
.volunteer .button:hover {
    color: #fff;
    background: #353579;
    border-color: #353579;
}

/* Donate Mobile */

@media only screen and (max-width: 767px) {	
	.innerhero .donatepage {
    width: 100%;
    font-size: 16px;
}
.help {
	padding-top: 60px;
    padding-bottom: 60px;
}
.help .cards {
	margin-bottom: 50px;
}
.help .container, .volunteer .container {
    width: 100%;
    overflow: hidden;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
}
.help .button, .volunteer .button {
	width: 100%;
}
.help p, .volunteer p {
	width: 100%;
}
.help h2, .volunteer h2 {
	font-size: 37px;
    line-height: 45px;
}
.volunteer p {
	margin-bottom: 30px;
}
.volunteer {
	margin-top: 50px;
    margin-bottom: 50px;
}
.help .cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    margin-bottom: 30px;
}
.help .cards .card {
	border-radius: 15px;
	flex: 0 0 auto; 
	width: auto;
}
.help .cards::-webkit-scrollbar {
    display: none;
  }

.help .cards::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .help .cards .card span {
	font-size: 27px;  
	  }
.help .cards .card h4 {
	font-size: 14px;
	line-height: 19px;
}
	  
	}
	
	
/* Donate Tablet */

@media only screen and (min-width: 768px) and (max-width: 1023px) {  
.help .container, .volunteer .container {	
	width: 100% !important;
    padding-right: 25px;
    padding-left: 25px;
	}
	.help .cards .card span {
		font-size: 21px;
	}
	.help .cards .card {
		border-radius: 15px;
	}
	.help .cards .card h4 {
		font-size: 13px;
		line-height: 18px;
	}
}

/* Contact Us */

.contactsection .container {
    width: 1070px;
}

.contactsection .subtitle {
	width: 75%;
	margin: 15px auto;
}

.contform {
	margin-top: 80px;
	background: #fff;
	padding: 50px;
	border-radius: 40px;
}
.contform .columns {
	display: flex;
    gap: 2.5rem;
    margin: 0;
}
.contform .columns .col {
	width: 50%;
}
.contform .columns .col .label {
	width: 100%;
}
.contform .columns input[type="text" i], .contform .columns input[type="email" i], .contform .columns input[type="tel" i], .contform textarea  {
	width: 100%;
	padding-left: 0;
}
.contform p {
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}
.contform input::-webkit-input-placeholder, .contform textarea::-webkit-input-placeholder {
	color: #878787;
	font-size: 18px;
}
.contform input, .contform textarea {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #878787;
	background: transparent;
	padding-bottom: 15px;
	padding-top: 25px;
	font-family: Lato, sans-serif;
	border-radius: 0;
}

.contform :focus-visible {
    outline: none;
}
.contform textarea {
  resize: none;
}
.contform input[type="submit" i] {
	background: #F8475F;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 70px;
    padding: 18px 35px 18px 35px;
    letter-spacing: 1px;
    cursor: pointer;
}
.contform input[type="submit" i]:hover {
	background: #353579;
}
.contform .submbutton {
	padding-top: 20px;
	display: flex;
    gap: 1.5rem;
    margin: 0;
    justify-content: space-between;
}
.contform .notification {
	padding-right: 40%;
}
.contform .notification p {
	color: #878787;
	font-size: 18px;
	text-transform: none;
	font-weight: 400;
	line-height: 21px;
}

.notification img {
	width: 64px;
	height: auto;
	margin-right: 15px;
	text-align: right;
	float: left;
	margin-top: -10px;
}

/* Contact Us Mobile */

@media only screen and (max-width: 767px) {	
	.contactsection {
		margin-bottom: 90px;
	}
	.contactsection .container { 
	width: 100%;
    overflow: hidden;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    
    }
	.contform .columns, .contform .submbutton {
    display: block;
	}
	.contform .columns .col {
	width: 100%;
	}
	.contform {
	border-radius: 15px;
	}
	.contform .notification {
		padding-right: 0;
	}
	.contform input[type="submit" i] {
		width: 100%;
	}
	}
	
	/* Contact Us Tablet */

@media only screen and (min-width: 768px) and (max-width: 1023px) {  
	.contform .notification {
		padding-right: 0;
	}
	}
	
	
	/* Blog */

.heroblog {
	padding-bottom: 80px;
}
	
.latest .container {
    margin: 0 auto;
    max-width: 1240px;
}
.latest h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}
.latest .articlecontainer {
	display: flex;
	margin-bottom: 90px;
	filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.2));
}
.latest .imgcol, .latest .textcol {
	width: 50%;
}
.latest .imgcol {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}
.latest .textcol {
	padding: 50px;
	background: #fff;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}
.latest .textcol h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
}
.latest .textcol h3 a {
	color: #000;
}
.latest .textcol h3 a:hover {
	color: #F8475F;
}
.latest .textcol p {
	color: #87868B;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 50px;
	margin-bottom: 30px;
}
.loop p {
	color: #87868B;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
}
.latest .textcol .readmore, .loop .readmore {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	position: relative;
    display: inline-block;
    vertical-align: middle;
	line-height: normal;
}
.latest .textcol .readmore a, .loop .readmore a {
	color: #000;
}
.latest .textcol .readmore a:hover, .loop .readmore a:hover {
	color: #F8475F;
}
.latest .author, .latest .date, .latest .devider, .loop .author, .loop .date, .loop .devider {
	color: #87868B;
	font-size: 16px;
	line-height: 21px;
}
.latest .author, .latest .date, .loop .author, .loop .date {
font-style: italic;
}
.latest .devider, .loop .devider {
	margin-right: 10px;
	margin-left: 10px;
}
.latest img.author, .loop img.author {
	width: 22px;
	height: 22px;
	margin-right: 6px;
}
.latest .info, .loop .info {
	display: flex;
}
.latest .authorpic, .loop .authorpic {
	background: url(img/author.webp);
	width: 22px;
	height: 22px;
	display: block;
	margin-right: 6px;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.latest .readmore a:after, .loop .readmore a:after {   
  content: "";
  position: absolute;
  left: 110%;
  top: 50%;
  transform: translateY(-50%);
  width: 12px; 
  height: 10px;
  background-repeat: no-repeat; 
  background: url('img/arrow-right.webp') no-repeat center center;
  background-size: cover; 
  transition: background 0.3s ease;
    }
.latest .readmore a:hover:after, .loop .readmore a:hover:after {
  background: url('img/arrow-right-red.webp') no-repeat center center;
  background-size: cover;
  transition: background 0.3s ease;
}

.loop {
	margin-bottom: 150px;
}

.loop .container {
    margin: 0 auto;
    max-width: 1240px;
}
.loop h2 {
	font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}

.loop .postscontainer {
	display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: stretch;
    margin-bottom: 100px;
}
.loop .postscontainer .card {
    flex: 1 0 30%; 
    max-width: 30%; 
    color: #717171;
    text-align: left;
    font-size: 16px;
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.2));
}

.loop .postscontainer .textblock {
	background: #fff;
	padding: 25px 25px 50px 25px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
} 
.loop .postscontainer .card h3 {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	margin-top: 0;
}
.loop .postscontainer .card h3 a {
	color: #000;
}
.loop .postscontainer .card h3 a:hover {
	color: #F8475F;
}
.loop .miniature {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 180px;
}

.loop .button {
    display: block;
    width: 35%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    transition: all 0.5s;
}

.loop .button:hover {
    color: #fff;
    background: #353579;
    border-color: #353579;
}

	/* Blog Mobile */
@media only screen and (max-width: 767px) {	
.latest .container, .loop .container {
    width: 100%;
    overflow: hidden;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
}
.latest .articlecontainer {
	display: block;
}
.latest .imgcol, .latest .textcol {
	width: 100%;
}
.latest .imgcol {
	height: 280px;
	border-radius: 30px 30px 0 0;
}
.latest .textcol {
	border-radius: 0 0 30px 30px;
}
.latest .textcol p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.heroblog {
    padding-bottom: 30px;
} 
.loop .button {
	width: 100%;
	margin: 30px auto 30px auto;
}
.loop {
	margin-bottom: 90px;
}
.loop .postscontainer {
	display: block;
}
.loop .postscontainer .card {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
.loop .miniature {
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.loop .postscontainer .textblock {
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
}

/* Blog Tablet */

@media only screen and (min-width: 768px) and (max-width: 1023px) { 
	.latest .container, .loop .container {
	width: 100% !important;
    padding-right: 25px;
    padding-left: 25px;
	}
	.loop .postscontainer {
		gap: 1.5rem;
	}
	.latest .author, .latest .date, .latest .devider, .loop .author, .loop .date, .loop .devider {
    color: #87868B;
    font-size: 11px;
    line-height: 14px;
}
.loop .devider {
    margin-right: 5px;
    margin-left: 5px;
}
.latest .authorpic, .loop .authorpic {
    background: url(img/author.webp);
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 6px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
}

/* Single Post */

.singlehero {
	color: #fff;
	text-align: center;	
}

.singlehero .container {
	margin: 0 auto;
    max-width: 1240px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding-top: 12%;
    padding-bottom: 12%;
    filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.4));
}
.singlehero h1 {
	font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}	
.singlehero p {
	width: 80%;
	margin: 0 auto;
}
.infoline {
	padding-top: 60px;
	padding-bottom: 40px;
}
.infoline .container {
	margin: 0 auto;
    max-width: 1190px;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
}
.infoline .info {
display: flex;
}
.infoline .devider {
    margin-right: 10px;
    margin-left: 10px;
}
.infoline .authorpic {
    background: url(img/author.webp);
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 6px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.infoline .devider {
	color: #87868B;
    font-size: 16px;
    line-height: 21px;
}
.infoline .author, .infoline .date {
	color: #87868B;
    font-size: 16px;
    line-height: 21px;
    font-style: italic;
}
.infoline .back, .infoline .next {
	font-size: 14px;
	text-transform: uppercase;
}
.infoline .back a, .infoline .next a {
	color: #000;
}
.infoline .next span, .infoline .back span {
	position: relative;
    display: inline-block;
    vertical-align: middle;
}   
.infoline .next a:after {
    content: "";
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background-repeat: no-repeat;
    background: url(img/arrow-right.webp) no-repeat center center;
    background-size: cover;
    transition: background 0.3s ease;
}
.infoline .next a:hover:after {
    background: url(img/arrow-right-red.webp) no-repeat center center;
    background-size: cover;
    transition: background 0.3s ease;
}
.infoline .next a:hover, .infoline .back a:hover {
    color: #F8475F;
}
.infoline .back a:after {
    content: "";
    position: absolute;
    right: 105%;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background-repeat: no-repeat;
    background: url(img/arrow-left.webp) no-repeat center center;
    background-size: cover;
    transition: background 0.3s ease;
}
.infoline .back a:hover:after {
    background: url(img/arrow-left-red.webp) no-repeat center center;
    background-size: cover;
    transition: background 0.3s ease;
}
.singlepost .container {
	margin: 0 auto;
    max-width: 760px;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 35px;
    padding-bottom: 80px;
}
.singlepost p {
	font-size: 18px;
}
.singlepost h2, .singlepost h3 {
	font-size: 20px;
	font-weight: 700;
	font-family: Lato, sans-serif;
	margin-top: 30px;
	margin-bottom: 30px;
}
.singlepost .container img {
	max-width: 760px;
	border-radius: 30px;
}
.comments-section {
	margin-bottom: 150px;
}
.comments-section .container {
	margin: 0 auto;
    max-width: 760px;
}
.comments-section h3 {
	font-size: 24px;
	font-weight: 700;
}
.comments-section textarea {
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #878787;
		background: transparent;
		resize: none;
		width: 100%; 
}
.comments-section :focus-visible { 
    outline: none;
}
.comments-section .comment-form-comment label, .comments-section .comment-form-author label, .comments-section .comment-form-email label, .comments-section .comment-form-url label {
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.comment-form-author, .comment-form-email, .comment-form-url  {
	width: 50%;
}
.comments-section input[type="text" i], .comments-section input[type="email" i], .comments-section input[type="url" i]  {
	width: 100%;
	background: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #878787;
	margin-top: 30px;
}
.comments-section input[type="submit" i] {
    display: block;
    width: 35%;
    margin: 50px auto 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    transition: all 0.5s;
}


/* Single Post Mobile */

@media only screen and (max-width: 767px) {  
	.singlehero .container {
	width: 100%;
    overflow: hidden;
    display: block;
    filter: none;
    border-radius: 15px;
	}
	.singlehero {
	padding-right: 25px;
    padding-left: 25px;
	}
	.singlehero h1 {
	font-size: 29px;
    line-height: 35px;
	}
	.infoline .container {
	width: 100%;
    overflow: hidden;
    display: flex;
    gap: 0.5rem;
    padding-right: 25px;
    padding-left: 25px;
    }
.infoline {
	padding-top: 30px;
    padding-bottom: 10px;   
    }
.infoline .info {
	align-items: center;
    justify-content: center;
}
.infoline .authorpic {
	width: 18px;
	height: 18px;
}
.singlepost .container {
	width: 100%;
    overflow: hidden;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
}
.singlepost .container img {
	max-width: 100%;
	border-radius: 15px;
}
.comments-section .container {
	width: 100%;
    overflow: hidden;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
}
.infoline .next a:after {
	left: 105%;
}
.comments-section input[type="submit" i] {
	width: 100%;
}
.comments-section {
	margin-bottom: 80px;
}
	}

/* Single Post Tablet */

@media only screen and (min-width: 768px) and (max-width: 1023px) {  
	.singlehero {
	padding-right: 25px;
    padding-left: 25px;
	}
	.singlehero .container {
	width: 100%;
    overflow: hidden;
    display: block;
    filter: none;
	}
	.singlehero h1 {
	font-size: 33px;
	line-height: 38px;
	}
	.infoline .container {
	width: 100%;
    overflow: hidden;
    display: flex;
    gap: 0.5rem;
    padding-right: 45px;
    padding-left: 45px;	
	}
	}


        
/* FOOTER */

.footer .container {
	border-top: 1px solid #CECECE;
	margin: 0 auto;
	width: 1240px;
	padding-top: 90px;
	padding-bottom: 90px;
}
.footer .footercolumns {
	display: flex;
}
.footer .logoarea {
	margin-bottom: 35px;
}
.footer .logoarea img {
	width: 212px;
	height: auto;
}
.footer .footercolumns p {
	margin-top: 0;
	padding-right: 20%;
}
.footer .col2 ul li {
	list-style: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.6px;
	margin-bottom: 20px;
}
.footer .col2 ul li img {
	width: 12px;
	height: auto;
	margin-left: 5px;
}
.footer a {
	color: #000;
}
.footer .col3 ul li {
	list-style: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.6px; 
	margin-bottom: 20px;
}
.footer .col2 ul, .footer .col3 ul {
	margin: 0;
	padding: 0;
}
.footer .col2, .footer .col3 {
/* 	width: 30%; */
	width: 19%;
}
.footer .col1 {
/* 	width: 40%; */
	width: 50%;
    padding-left: 130px;
}
.footer .col2, .footer .col3 {
justify-content: flex-end;
    display: flex;
}
.footer .copyright {
	font-size: 14px;
	font-weight: 700;
}

.footer .col2 ul li a, .footer .col3 ul li a {
    text-decoration: none;
   
}
.footer .col2 ul li a:hover, .footer .col3 ul li a:hover {
color: #F8475F;
}

.footer .col2 ul li a {
	position: relative;
    display: inline-block;
    vertical-align: middle;
}

.footer .col2 ul li a:after {
	content: "";
    position: absolute;
    left: 105%;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background-repeat: no-repeat;
    background: url(img/arrow-right.webp) no-repeat center center;
    background-size: cover;
    transition: background 0.3s ease;
}

.footer .col2 ul li a:hover:after {
    background: url(img/arrow-right-red.webp) no-repeat center center;
    background-size: cover;
    transition: background 0.3s ease;
}

/* Footer Mobile */

@media only screen and (max-width: 767px) {  
.footer .footercolumns {
	display: block;
	}
	.footer .col1, .footer .col2, .footer .col3 {
		width: 100%;
		padding: 0;
	}
	.footer .footercolumns p {
    text-align: center;
    padding-right: 0;
    margin-bottom: 40px;
}
.footer .logoarea {
	text-align: center;
}
.footer .col2, .footer .col3 {
    text-align: center;
    display: block;
}
.footer .copyright {
	text-align: center;
	margin-top: 40px;
}
.footer .container {
	width: 100%;
}
	}
	
/* Button Scroll to Top */

#myBtn {
justify-content: center;
align-items: center;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 3vw; /* Place the button at the bottom of the page */
  right: 3vw; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #F8475F; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  width: 34px;
  height: 34px;
  border-radius: 50%; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}
#myBtn img {
	width: 11px;
	height: auto;
}

#myBtn:hover {
  background-color: #F8475F; /* Add a dark-grey background on hover */
}

.iframe-container {
	 	margin-top: 60px;
        position: relative;
        width: 100%;
        height: 120vh; 
        overflow: hidden;
    }
    
@media only screen and (max-width: 767px) {  
.iframe-container {
        height: 180vh; 
    }
}
    
.airtable-embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    
.join {
	margin-bottom: 120px;
}    
.join .container {
	display: flex;
    margin: 0 auto;
    padding: 40px 0;
    max-width: 1240px;
}
.page-template-page-shluchim .join .container {
	display: block;
	text-align: center;
}
.page-template-page-shluchim .join .container h2 {
    font-size: 50px;
    line-height: 66px;
}
.join .container .leftcol {
	width: 55%;
    display: block;
    align-items: center;
    padding-right: 10%;
}
.join .container .rightcol {
	width: 45%;
    text-align: left;
}
.join .container h2 {
	font-family: 'Playfair Display', serif;
    font-size: 39px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}
.join .container h5 {
    font-size: 21px;
    font-weight: 700;
    margin: 15px 0;
}
.page-template-page-shluchim .join .container h5 {
	margin-bottom: 30px;
}
.join .container .leftcol p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    color: #000;
}
.join .container .rightcol p {
    font-size: 18px;
}
.join .button {
    display: block;
    width: 60%;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s;
}
.join .donate {
    border: 1px solid #000;
    background: transparent;
    color: #000;
    margin-top: 45px;
}
.join .donate:hover {
    color: #fff;
    background: #353579;
    border-color: #353579;
}

@media only screen and (max-width: 767px) {
	.join {
		margin-bottom: 60px;
	}
	.join .container {
	display: block;
	overflow: hidden;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
	}
	.join .container h2 {
    font-size: 27px;
    }
    .join .container .leftcol {
	    padding: 0;
    }
    .join .button {
	 width: 100%;   
    }
	.join .container .leftcol, .join .container .rightcol {
		width: 100%;
	} 

}
@media only screen and (min-width: 768px) and (max-width: 1023px) {  
	.join .container {
		width: 100%;
    padding-right: 25px;
    padding-left: 25px;
		}
	}
	
	
.weassist .cards .card {
    flex: 1 0 calc(33.333% - 2rem);
    background: #fff;
    color: #717171;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    padding: 50px 35px 50px 35px;
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.2));
}
.weassist .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 0;
    margin-top: 60px;
    align-items: stretch;
}
.weassist .cards .card h5 {
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
}
.weassist .cards .card p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #717171;
	margin-bottom: 10px;
}
.limitations {
	padding-bottom: 100px;
	padding-top: 0;
}
.limitations .container {
    margin: 0 auto;
    width: 900px;
    text-align: center;
}
.limitations h2 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    line-height: 66px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px;
}
.limitations p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #717171;
	margin-bottom: 45px;
}
.limitations ul {
	list-style: none;
	margin-bottom: 30px;
}
.limitations ul li {
	text-align: left;
	font-weight: 500;
	font-size: 24px;
	line-height: 70px;
	color: #000;
	list-style-image: none;
	padding-left: 50px; 
    background-image: url('img/limit.webp');
    background-repeat: no-repeat;
    background-position: 0 50%; 
    background-size: 30px 30px; 
}

.limitations .button, .teamgrid .citybutton {
    display: block;
    width: 40%;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    filter: none;
    transition: all 0.5s;
    margin: 0 auto;
    }
    
.teamgrid .citybutton {
	margin-top: 50px;
}
    
.hero .herobuttons .citybutton {
	 display: block;
    width: 40%;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    filter: none;
    transition: all 0.5s;
    width: 60%;
}
#menu-city li {
	text-transform: none;
}
#menu-city li a:after {
	display: none ;
}

@media only screen and (max-width: 768px) {
.hero .herobuttons .citybutton {
width: 100%;	
}
.teamgrid .citybutton {
	width: 100%;
	margin-bottom: 30px;
}
.teamgrid h2 {
	font-size: 37px;
    line-height: 45px;
}
}
   
@media only screen and (max-width: 1023px) {
.teamgrid .citybutton {
	width: 60%;
}
}

.teamgrid .button:hover, .hero .herobuttons .citybutton:hover {
    color: #fff;
    background: #353579;
    border-color: #353579;
    filter: none;
}
  
.limitations .button:hover {
    color: #fff;
    background: #353579;
    border-color: #353579;
    filter: none;
}
.success {
	margin-top: 100px;
}
.success .container {
	display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1240px;
}
.success h2 {
	font-family: 'Playfair Display', serif;
    font-size: 50px;
    line-height: 66px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}



.success .success-slider {
    position: relative;
    width: 100%;
    filter: drop-shadow(0 15px 18px rgba(0, 0, 0, 0.2));
}

.page-template-page-shluchim .success .swiper-container {
	border: 1px solid rgba(212, 212, 212, 1);
	border-radius: 10px;
}
.page-template-page-shluchim .success .left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-template-page-shluchim .success .right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media only screen and (max-width: 767px) {
	.page-template-page-shluchim .success .swiper-container {
	border: 1px solid rgba(212, 212, 212, 1);
	}
    .page-template-page-shluchim .success .right {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
	}

.success .swiper-container {
    width: 100%;
}

.success .column h3 {
	font-size: 50px;
	line-height: 66px;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	margin-top: 0;
	margin-bottom: 25px;
}


.success .column p {
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	color: #717171;
}

.success .swiper-slide {
    display: flex;
}

.success .column {
    flex: 1;
    padding: 45px 65px 45px 45px;
}

.success .left {
    background: #fff;
    border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.success .right {
    background-position: center center;
	background-size: cover;
    border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.success .swiper-pagination {
    position: absolute;
    top: 60%;
    left: -30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.success .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-bottom: 10px !important;
    background: rgba(53, 53, 121, 1);
    border-radius: 50%;
    opacity: 1;
}

.success .swiper-pagination-bullet-active {
    background: rgba(248, 71, 95, 1);
}



@media only screen and (max-width: 767px) {
	.weassist {
	padding-top: 60px;
    padding-bottom: 20px;	
	}
    .weassist .cards {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0;
        flex-wrap: nowrap;
        margin-top: 30px;
    }
    .success .success-slider {
    filter: none;
}

.weassist h2 {
	padding-right: 25px;
	padding-left: 25px;
}

.success .swiper-slide {
	flex-direction: column-reverse;
}
.success .swiper-slide .column {
	width: 100%;
}
.success .left {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.success .right {
	min-height: 250px;
    background-position: center center;
    background-size: cover;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

    .weassist .cards .card {
        flex: 0 0 calc(65% - 12.5px);
        box-sizing: border-box;
        margin: 25px 0 25px 25px;
        border-radius: 15px;
        padding: 50px 35px 25px 35px;
    }
    .weassist .cards .card img {
    height: 90px;
    width: auto;
    margin-bottom: 15px;
}
.approach .button {
	width: 100%;
}
.limitations .container  {
		width: 100%;
        overflow: hidden;
        display: block;
        padding-right: 25px;
        padding-left: 25px;
}     
.success .container {
	width: 100%;
        overflow: hidden;
        display: block;
	padding: 0;
}
.limitations h2, .success h2, .how h2 {
		font-size: 50px;
        line-height: 66px;
        padding-right: 15px;
        padding-left: 15px;
        }
.success .column h3 {
	font-size: 40px;
    line-height: 53px;
    text-align: center;
}
.success .column p {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    }
.success {
margin-top: 50px;	
}
    .success .swiper-pagination {
	    left: 40%;
	    margin-top: 35px;
	    position: relative;
	    flex-direction: row;
    }
   
.success .column {
    padding: 25px 25px 25px 25px;
}
.how .container {
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 0;
}
        .limitations ul {
	    padding-left: 0;
        }
       .limitations ul li {
	       font-size: 16px;
	       line-height: 26px;
	       background-size: 20px 20px; 
	       padding-left: 40px;
	       margin-bottom: 15px; 
       }
       
       .limitations .button {
        width: 100%;
     }
}

/* Timeline */

.timelinelist *,
.timelinelist *::before,
.timelinelist *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.timelinelist {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 2rem;
  padding: 2rem;
  margin-bottom: 30px;
}

.timelinelist ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.timelinelist ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.timelinelist ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.timelinelist ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.timelinelist ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: #51519A;

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.timelinelist ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: #43438B;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.timelinelist ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid #F8475F;
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.timelinelist ul li .title,
.timelinelist ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.timelinelist ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.timelinelist ul li .descr {
  padding-block: 1.5rem;
  font-weight: 300;
}

/* shadows */

@media (min-width: 40rem) {
  .timelinelist ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .timelinelist ul::before {
    grid-column: 2;
  }
  .timelinelist ul li:nth-child(odd) {
    grid-column: 1;
  }
  .timelinelist ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .timelinelist ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .timelinelist ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .timelinelist ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .timelinelist ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.timelinelist .credits {
  margin-top: 1rem;
  text-align: right;
}
.timelinelist .credits a {
  color: var(--color);
}
.footerlink {
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 700;
}
.footerlink a:hover {
	color: #ec1166;
}

 /* Edits 12.12.2024 */

@media only screen and (max-width: 768px) {
    .kindness-process .kindnesscarousel {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0;
        display: flex;
    }
    .kindness-process .kindnesscarousel .card {
	    margin: 0;
	    display: block;
        flex: 0 0 calc(100% - 0.5px);
        width: 100%;
    }
    body.page-template-page-shluchim .header .container {
	padding: 35px 0;
}
.page-template-page-about .popup-box {
	width: 90%;
}
}

.partners .slick-dots li button:before {
    color: rgba(53, 53, 121, 1);
    opacity: 1;
}
.partners .slick-dots li button:before {
    font-size: 10px;
}
.partners .slick-dots li.slick-active button:before {
    color: rgba(248, 71, 95, 1);
}
.partners .learn-more-btn {
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    border-radius: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    letter-spacing: 1px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    transition: all 0.5s;
}
.partners .advisory .slide {
	border: 1px solid rgba(212, 212, 212, 1);
	border-radius: 10px;
	padding: 25px 15px 25px 15px;
}
.partners .advisory .slick-slide {
	margin: 0 10px;
}
.partners .slick-slide p {
color: #717171;
}

@media only screen and (max-width: 767px) {
.page-template-page-about .slick-dots {
	bottom: -55px;
}
.partners h2, .inspiration h2 {
	font-size: 37px;
    line-height: 45px;
}
}
.page-template-page-about .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}
.page-template-page-about .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 35px;
    background-color: #F7F1E5;
    background-image: url(img/texture.webp);
    background-size: contain;
    border-radius: 25px;
}
.page-template-page-about .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.page-template-page-about .popup-content img {
	margin-top: 15px;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    object-fit: cover;
}


.page-template-page-about .popup-wrap {
   position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: none;
    z-index: 1000 !important;
    width: 100%;
  height: 100%;
    overflow-y: auto !important;
    z-index: 1000;
}

.page-template-page-about .popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-template-page-about .popup-box p {
	font-size: 13px;
	line-height: 16px;
}

.page-template-page-about .noscroll {
  overflow: hidden;
}

.page-template-page-about .slick-dotted.slick-slider {
	margin-bottom: 60px;
}

/* cases */

.cases .container {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 1240px;
}
.cases .case {
	display: flex;
	margin-bottom: 50px;
	background: #fff;
	border-radius: 30px;
}
.caseslider .case {
	display: block;
	
}
.cases .case .excerpt, .caseslider .case .excerpt {
	margin-bottom: 0;
}
.cases .left, .caseslider .left {
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.cases .column {
    flex: 1;
    padding: 45px 65px 45px 45px;
}
.caseslider .column  {
	flex: 1;
    padding: 30px;
}
.cases .right {
    background-position: center center;
    background-size: cover;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.caseslider .right {
	background-position: center center;
    background-size: cover;
}
.cases .column h3 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-top: 0;
    margin-bottom: 25px;
}
.caseslider h3 {
	font-size: 27px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-top: 0;
    margin-bottom: 15px;
}
.cases .column p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #717171;
}
.modal-content p {
	 font-size: 14px;
    line-height: 19px !important;
    font-weight: 500;
    color: #717171;
    margin-bottom: 10px;
 }
.case button {
	background: transparent;
	border: none;
	color: rgba(0, 0, 0, 1);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	padding: 0;
	margin-top: 30px;
}
.case .fullstory h3 {
	font-size: 35px;
    line-height: 45px;
}
.case .fullstory h4 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.case .fullstory {
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.cases .column h5  {
	font-size: 50px;
    line-height: 66px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin: 0;
}
.caseslider h5 {
	font-size: 27px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin: 0;
}
.caseslider .modal-content {
    overflow-y: scroll; /* Включаем прокрутку */
    scrollbar-width: none; /* Для Firefox */
    -ms-overflow-style: none; /* Для IE и Edge */
}

.caseslider .modal-content::-webkit-scrollbar {
    display: none; /* Для Chrome, Safari */
}
body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
}


@media only screen and (max-width: 767px) {
	.cases .container {
	padding-right: 15px;
	padding-left: 15px;
	}
	.cases .case, .caseslider .case {
    flex-direction: column-reverse;
    }
    .cases .column, .caseslider .column {
    width: 100%;
    padding: 25px 0 25px 0;
    }
    .cases .column h3, .cases .column p, .cases .column h4, .caseslider .column h3, .caseslider .column p, .caseslider .column h4 {
	padding-right: 25px;
	padding-left: 25px;
    } 
    .cases .right, .caseslider .right {
    min-height: 250px;
    background-position: center center;
    background-size: cover;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    }
    .cases .column h3, .caseslider .column h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: center;
	}
   .cases .left, .caseslider .left {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 0;
    }
    .cases .column p.excerpt, .caseslider .column p.excerpt {
	display: none;
    }
    .case button {
	font-size: 16px;
	line-height: 19px;
	padding: 10px 25px 10px 25px;
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 90px;
	margin: 0 auto;
	display: block;
	width: 50%;
	margin-bottom: 30px;
    }
    .case .with {
	width: 100%;
	padding-top: 35px;
	padding-bottom: 20px;
	background-color: rgba(235, 235, 242, 1);
    }
    .case .total {
	background-color: rgba(53, 53, 121, 1);
	width: 100%;
	padding-top: 65px;
	padding-bottom: 65px;
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    }
    .case .total h3, .case .total h5 {
	color: #fff;
    } 
    .case .total h5 {
	    text-align: center;
	    font-size: 40px;
	    font-weight: 48px;
	    margin: 0;
    }
    .caseslider .modal-content img {
	    margin-top: 5px;
	    margin-bottom: 5px;
    }
    .caseslider h3 {
	    font-size: 18px;
	    line-height: 26px;
    }
    .caseslider .modal-content {
	    max-height: 85vh !important;
    }
	}
	
	@media only screen and (min-width: 768px) and (max-width: 1023px) { 
	.cases .container {
	padding-right: 15px;
	padding-left: 15px;
	}	
	.cases .column h3 {
    font-size: 33px;
    line-height: 43px;
	}	
	.cases .column p.excerpt {
	display: none;
    }
	}
	
	
 .caseslider {
        padding-bottom: 120px;
        padding-top: 0;
    }
    .caseslider .container {
        margin: 0 auto;
        max-width: 100%;
        padding: 0;
    }
    .caseslider .swiper {
        width: 100%;
        overflow: hidden;
    }
    .caseslider .swiper-wrapper {
        display: flex;
        align-items: center;
    }
    .caseslider .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .caseslider .slide-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .caseslider .row {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .caseslider .slide-container {
        width: 240px;
        height: 240px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .caseslider .slide-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

   
    @media only screen and (max-width: 767px) {
        .caseslider .slide-container {
            width: 120px;
            height: 120px;
        }
        .caseslider .row {
            gap: 10px;
        }
        .caseslider .slide-grid {
            gap: 10px;
        }
        .caseslider .slide-overlay h4 {
        font-size: 12px !important;
        line-height: 15px !important;
        margin: 0;
    	}
		.caseslider .slide-overlay a {
        font-size: 11px !important;
    	}
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1023px) {  
	         .caseslider .slide-container {
            width: 150px;
            height: 150px;
        }
        .caseslider .row {
            gap: 10px;
        }
        .caseslider .slide-grid {
            gap: 10px;
        }
        .caseslider .slide-overlay h4 {
        font-size: 12px !important;
        line-height: 15px !important;
        margin: 0;
    	}
		.caseslider .slide-overlay a {
        font-size: 11px !important;
    	}
	    }

    .caseslider .swiper-horizontal>.swiper-pagination-bullets {
        margin-top: 30px;
        position: relative;
    }

    .caseslider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: rgba(53, 53, 121, 1);
        opacity: 1;
    }
    .caseslider .swiper-pagination-bullet-active {
        background: rgba(248, 71, 95, 1) !important;
    }

    .caseslider .slide-container {
        position: relative;
    }

    .caseslider .slide-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(53, 53, 121, 0.66);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        border-radius: 20px;
    }

    .caseslider .slide-container:hover .slide-overlay {
        opacity: 1;
    }

    .caseslider .slide-overlay h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
        padding: 10px;
    }

    .caseslider .slide-overlay a {
        color: #fff;
        text-decoration: underline;
        font-size: 16px;
    }

    .caseslider .slide-overlay h4 {
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        font-size: 19px;
        line-height: 23px;
    }

    .caseslider .slide-overlay a {
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
    }

    .caseslider .slide-overlay a:hover {
        text-decoration: underline;
    }
 .caseslider .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.caseslider .modal-content {
    padding: 0;
    border: none;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    max-width: 90%;
    width: 1240px;
   padding: 30px;
   max-height: 95vh;
}
.caseslider .modal-content img {
	border-radius: 15px;
}

.caseslider .close {
    position: absolute;
    color: rgb(248, 71, 95);
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.team-section {
	font-family: inherit;
}

.team-title {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 60px;
}

.team-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 32px;
}

.team-card {
	flex: 0 1 calc((100% - 64px) / 3); 
	border: 1px solid rgba(206, 206, 206, 1);
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.3s ease;
}

.team-card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.team-name {
	font-weight: 700;
	margin: 0;
	text-align: left;
	font-size: 26px;
	color: #000;
	font-family: 'Lato', sans-serif;
	text-align: left;
}

.team-role {
	color: rgba(113, 113, 113, 1);
	font-size: 16px;
	margin-bottom: 24px;
	text-align: left;
}

.team-readmore-btn {
	background: none;
	border: none;
	color: #000;
	font-weight: 400;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.5px;
	display: flex;
	align-items: left;
	text-transform: uppercase;
	gap: 6px;
	    padding-inline: 0;
}

.team-readmore-btn .arrow-icon {
	margin-left: 6px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	stroke-width: 2.5;
}

.team-readmore-btn .arrow {
	font-size: 12px;
	transform: translateY(1px);
}
.team-section .container {
    margin: 0 auto;
    width: 1240px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .team-section .container {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 25px;
        padding-left: 25px;
        width: 100%;
    }
    h2.team-title {
  font-size: 37px;
  line-height: 45px;
}
    .team-card {
		flex: 1 1 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) { 
	.team-section .container {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 25px;
        padding-left: 25px;
        width: 100%;
    }
	.team-card {
		flex: 0 1 calc((100% - 32px) / 2); 
	}
}

.team-description {
	margin-top: 16px;
	color: rgba(113, 113, 113, 1);
	line-height: 1.5;
	font-size: 16px;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	text-align: left;
}

.team-card.open {
	background-color: #fff;
}

.team-card.open .team-description {
	opacity: 1;
	max-height: 800px;
}

.team-card.open .team-readmore-btn {
	color: rgba(248, 71, 95, 1);
}

.arrow-icon {
	transition: transform 0.3s ease;
}

.team-card.open .arrow-icon {
	stroke: rgba(248, 71, 95, 1);
	transform: rotate(180deg);
}

.team-card.open .team-description {
	display: block;
	opacity: 1;
	max-height: 800px;
}

.team-card.open .btn-text {
	content: "Close";
}

h2.team-title {
	font-family: 'Playfair Display', serif;
    text-align: center;
  font-size: 50px;
    font-weight: 700;
}


/* ===========================
  MENU WITH CHILD ITEMS
   =========================== */

.menu-header-menu-container .menu-item-has-children {
  position: relative;
}
.menu-header-menu-container .menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;    
  pointer-events: auto;
}

.menu-header-menu-container .sub-menu {
  gap: 0 !important;
  margin-top: 10px;
}

.menu-header-menu-container .sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1000;

  display: flex !important;
  flex-direction: column !important;
  min-width: 200px;

  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  overflow: hidden;

  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;

  transition:
    visibility 0s 0.3s,
    opacity    0.3s ease  0.1s,
    transform  0.3s ease  0.1s;
}

.menu-header-menu-container .menu-item-has-children:hover > .sub-menu,
.menu-header-menu-container .menu-item-has-children:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition:
    visibility 0s 0s,
    opacity    0.3s ease  0.1s,
    transform  0.3s ease  0.1s;
}

.menu-header-menu-container .sub-menu > .menu-item > a {
  display: block;
  padding: 12px 24px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.menu-header-menu-container .sub-menu > .menu-item > a:hover,
.menu-header-menu-container .sub-menu > .menu-item.current-menu-item > a {
  background-color: #f2f2f2 !important;
  color: #e17a79 !important;
}

.menu-header-menu-container .sub-menu .current-menu-item > a:not(:hover),
.menu-header-menu-container .sub-menu .current-menu-ancestor > a:not(:hover) {
  color: inherit   !important;
  background: none !important;
}

.menu-header-menu-container .sub-menu > .menu-item {
  border-bottom: 1px solid rgba(228,228,228,1);
}
.menu-header-menu-container .sub-menu > .menu-item:last-child {
  border-bottom: none;
}

.menu-header-menu-container .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  vertical-align: middle;
  background: url("https://collectivekindness.net/wp-content/themes/ck/img/childmenu.svg")
              no-repeat center center;
  background-size: contain;
  transition: transform 0.2s;
}

.menu-header-menu-container .menu-item-has-children:hover > a,
.menu-header-menu-container .menu-item-has-children.current-menu-ancestor > a {
  color: #e17a79;
}

@media (min-width: 768px) {
  /* hide nested sub-menu */
  .menu-header-menu-container .sub-menu .menu-item-has-children > .sub-menu {
    position: static !important;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition:
      max-height 0.3s ease,
      opacity    0.2s ease 0.1s,
      visibility 0s 0.3s;
  }

  .menu-header-menu-container .sub-menu .menu-item-has-children:hover > .sub-menu,
  .menu-header-menu-container .sub-menu .menu-item-has-children:focus-within > .sub-menu {
    max-height: 500px;
    visibility: visible;
    opacity: 1;
    transition:
      max-height 0.3s ease,
      opacity    0.2s ease 0s,
      visibility 0s 0s;
  }

  .menu-header-menu-container .sub-menu .menu-item-has-children > .sub-menu > .menu-item > a {
    padding: 12px 24px;
  }
  .menu-header-menu-container .sub-menu .menu-item-has-children > .sub-menu > .menu-item {
    border-bottom: 1px solid rgba(228,228,228,1);
  }
  .menu-header-menu-container .sub-menu .menu-item-has-children > .sub-menu > .menu-item:last-child {
    border-bottom: none;
  }
}

.menu-header-menu-container ul.sub-menu ul.sub-menu > .menu-item > a,
#menu-mobile-menu ul.sub-menu ul.sub-menu > .menu-item > a {
  color: rgba(113,113,113,1) !important;
  font-size: 12px              !important;
  text-transform: none         !important;
}


@media (max-width: 767px) {
  #menu-mobile-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 2em;
  }

  #menu-mobile-menu .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%) rotate(0);
    background: url("https://collectivekindness.net/wp-content/themes/ck/img/childmenu.svg")
                no-repeat center center;
    background-size: contain;
    transition: transform 0.2s;
  }


  #menu-mobile-menu .sub-menu {
    max-height: 0    !important;
    overflow:   hidden !important;
    transition: max-height 0.3s ease !important;
  }

  #menu-mobile-menu li.menu-item-has-children.open > .sub-menu {
    max-height: 500px !important; 
    margin-top: 15px;
  }

  #menu-mobile-menu li.menu-item-has-children.open > a::after {
    transform: translateY(-50%) rotate(180deg);
  }

  #menu-mobile-menu .sub-menu > .menu-item > a,
  #menu-mobile-menu .sub-menu > .menu-item > a:hover,
  #menu-mobile-menu .sub-menu > .menu-item > a:focus,
  #menu-mobile-menu .sub-menu > .menu-item > a:active {
    color:      #000 !important;
    background: none !important;
    color: rgba(113,113,113,1) !important;
    text-transform: none;
  }
}

/* ============================
 * Partner With Us (page template)
 * 4-up grid + centered last row
 * ============================ */

body.page-template-page-partner-with-us .how {
	padding-top: 0;
}

body.page-template-page-partner-with-us .how .container {
    width: 1240px;
}

body.page-template-page-partner-with-us .how.weassist .cards {
  display: flex;            
  flex-wrap: wrap;
  gap: 1.5rem;             
  justify-content: center;  
}

body.page-template-page-partner-with-us .how .cards .card img {
	height: 80px;
}

body.page-template-page-partner-with-us .how.weassist .cards .card {
  flex: 0 1 calc(25% - 1.5rem);
  padding: 50px 15px 35px 15px;
}

body.page-template-page-partner-with-us .how h2 {
	width: 70%;
	margin: 0 auto;
}
body.page-template-page-partner-with-us a.readmorelink {
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
body.page-template-page-partner-with-us a.readmorelink:hover {
	text-decoration: underline;
}

body.page-template-page-partner-with-us .process-section {
  background: url(img/different-background.webp) no-repeat center/cover;
  color: #fff;
  padding: 120px 0;
}
body.page-template-page-partner-with-us .process-section .container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0;
}


body.page-template-page-partner-with-us .process-section h2 {
  font-family: 'Playfair Display', serif;
    font-size: 50px;
    line-height: 66px;
    font-weight: 700;
    text-align: center;
    width: 60%;
    margin: 0 auto 50px auto;
}
body.page-template-page-partner-with-us .process-steps {
  margin: 0 auto;
}
body.page-template-page-partner-with-us .process-step {
  position: relative;
  display: flex;
  align-items: center;
}
body.page-template-page-partner-with-us .process-step:last-child {
  margin-bottom: 0;
}
body.page-template-page-partner-with-us .process-number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 64px;
  height: 64px;
}
body.page-template-page-partner-with-us .process-number img {
  width: 100%;
  height: 100%;
}
body.page-template-page-partner-with-us .process-step.odd .process-content {
  margin-right: calc(50% + 40px);
  text-align: right;
}
body.page-template-page-partner-with-us .process-step.even .process-content {
  margin-left: calc(50% + 40px);
  text-align: left;
}
body.page-template-page-partner-with-us .process-content {
  flex: 1;
}
body.page-template-page-partner-with-us .process-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
}
body.page-template-page-partner-with-us .process-content p {
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
}
body.page-template-page-partner-with-us .process-step.odd .process-content {
  margin-right: calc(50% + 32px + 30px);
}
body.page-template-page-partner-with-us .process-step.even .process-content {
  margin-left: calc(50% + 32px + 30px);
}
body.page-template-page-partner-with-us .limitations {
	padding-top: 120px;
} 
body.page-template-page-partner-with-us .limitations h3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.3em;
	margin: 80px auto 30px auto;
	width: 70%;
}
body.page-template-page-partner-with-us .limitations ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.page-template-page-partner-with-us .limitations p {
	margin-top: 0;
}

body.page-template-page-partner-with-us .limitations ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
  color: #717171;
  text-align: center;
  background-image: url(img/check.webp);
  background-repeat: no-repeat;
  background-position: center top;   
  background-size: 30px 30px;
  padding-left: 0;
  width: 70%;                 
  padding-top: 50px;               
  min-height: 30px;                
}

/* Partner With Us — Map (no heading) */
body.page-template-page-partner-with-us .map-section { padding: 60px 0; }

body.page-template-page-partner-with-us .map-section .map-wrap{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: block;  
}
body.page-template-page-partner-with-us .map-section .map-img{
  display:block; width:100%; height: auto; object-fit: contain; 
}

/* Pins */
body.page-template-page-partner-with-us .map-section .map-pin{
  position: absolute; transform: translate(-50%, -50%);
  background: transparent; border:0; padding:0; cursor:pointer; isolation:isolate;
}
body.page-template-page-partner-with-us .map-section .map-pin .dot{
  width:16px; height:16px; border-radius:999px; background:#ff4a58;
  box-shadow:0 0 0 4px rgba(255,74,88,.25); display:block;
}

/* Popup */
body.page-template-page-partner-with-us .map-section .map-pin .popup{
  position:absolute; left:50%; top:-12px; transform:translate(-50%, -100%);
  min-width:210px; max-width:240px; background:#fff; border-radius:12px;
  box-shadow:0 12px 30px rgba(0,0,0,.12); padding:12px 14px; display:none;
  text-align:left; color:#222; z-index:5;
}
body.page-template-page-partner-with-us .map-section .map-pin .popup:after{
  content:""; position:absolute; left:50%; bottom:-8px; transform:translateX(-50%);
  border:8px solid transparent; border-top-color:#fff;
}
body.page-template-page-partner-with-us .map-section .popup-title{ display:block; font-weight:700; margin-bottom:4px; line-height:1.2; }
body.page-template-page-partner-with-us .map-section .popup-text{ display:block; font-size:14px; color:#666; line-height:1.3; }

body.page-template-page-partner-with-us .map-section .map-pin:hover .popup,
body.page-template-page-partner-with-us .map-section .map-pin.is-open .popup{ display:block; }



@media only screen and (max-width: 767px) {
	body.page-template-page-partner-with-us .innerhero h1 {
        font-size: 37px;
        line-height: 1.3em;
    }
    body.page-template-page-partner-with-us .weassist {
        padding-top: 0;
        padding-bottom: 20px;
    }
   body.page-template-page-partner-with-us .how .container {
        width: 100%;
        overflow: hidden;
        display: block;
        padding: 0;
}
	body.page-template-page-partner-with-us .how h2, body.page-template-page-partner-with-us .success h2, body.page-template-page-partner-with-us .success .column h3, body.page-template-page-partner-with-us .process-section h2, body.page-template-page-partner-with-us .limitations h2 {
        font-size: 33px;
        line-height: 1.3em;
		width: inherit;
		max-width: 90%;
    }
    body.page-template-page-partner-with-us .map-section { padding: 60px 0; }

body.page-template-page-partner-with-us .map-section .map-wrap{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: block;  
}
body.page-template-page-partner-with-us .map-section .map-img{
  display:block; width:100%; height: auto; object-fit: contain; 
}

/* Pins */
body.page-template-page-partner-with-us .map-section .map-pin{
  position: absolute; transform: translate(-50%, -50%);
  background: transparent; border:0; padding:0; cursor:pointer; isolation:isolate;
}
body.page-template-page-partner-with-us .map-section .map-pin .dot{
  width:16px; height:16px; border-radius:999px; background:#ff4a58;
  box-shadow:0 0 0 4px rgba(255,74,88,.25); display:block;
}

/* Popup */
body.page-template-page-partner-with-us .map-section .map-pin .popup{
  position:absolute; left:50%; top:-12px; transform:translate(-50%, -100%);
  min-width:210px; max-width:240px; background:#fff; border-radius:12px;
  box-shadow:0 12px 30px rgba(0,0,0,.12); padding:12px 14px; display:none;
  text-align:left; color:#222; z-index:5;
}
body.page-template-page-partner-with-us .map-section .map-pin .popup:after{
  content:""; position:absolute; left:50%; bottom:-8px; transform:translateX(-50%);
  border:8px solid transparent; border-top-color:#fff;
}
body.page-template-page-partner-with-us .map-section .popup-title{ display:block; font-weight:700; margin-bottom:4px; line-height:1.2; }
body.page-template-page-partner-with-us .map-section .popup-text{ display:block; font-size:14px; color:#666; line-height:1.3; }

body.page-template-page-partner-with-us .map-section .map-pin:hover .popup,
body.page-template-page-partner-with-us .map-section .map-pin.is-open .popup{ display:block; }


    body.page-template-page-partner-with-us .success .swiper-slide {
	    text-align: center;
    }
   body.page-template-page-partner-with-us .innerhero {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    body.page-template-page-partner-with-us .weassist .cards {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 0 !important;
        flex-wrap: nowrap !important;
        margin-top: 30px !important;
        justify-content: flex-start !important;
    }
    body.page-template-page-partner-with-us .weassist .cards .card {
        flex: 0 0 calc(65% - 12.5px) !important;
        box-sizing: border-box;
        margin: 25px 0 25px 25px;
        border-radius: 15px;
    }
    body.page-template-page-partner-with-us .process-step {
        flex-direction: column !important;
        text-align: center;
        gap: 20px;
        position: static;
        margin-bottom: 30px;
    }
    body.page-template-page-partner-with-us .process-number {
        position: static;
        transform: none;
        margin-bottom: 0;
        width: 56px;
        height: 56px;
    }
    body.page-template-page-partner-with-us .process-step.odd .process-content, body.page-template-page-partner-with-us .process-step.even .process-content {
        margin: 0;
        text-align: center;
    }
    body.page-template-page-partner-with-us .process-section {
        padding: 50px 0;
    }
    body.page-template-page-partner-with-us .process-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    body.page-template-page-partner-with-us .limitations {
	    padding-top: 60px;
    }
    body.page-template-page-partner-with-us .limitations h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3em;
    margin: 30px auto 30px auto;
    width: 90%;
}
body.page-template-page-partner-with-us .limitations ul {
	display: block;
}
body.page-template-page-partner-with-us .limitations ul li {
width: 100%;
}
{
  body.page-template-page-partner-with-us .map-section .map-pin .popup{
    min-width:180px; max-width:210px; font-size:15px;
  }
}
/* — базовый сдвиг попапа внутри карты — */
body.page-template-page-partner-with-us .map-section .map-pin .popup{
  /* как было: */
  position:absolute; left:50%; top:-12px; 
  transform: translate(-50%, -100%);
  /* новенькое: управляем px-сдвигом через переменную */
  margin-left: var(--shiftX, 0px);
}

/* Разворот попапа ВНИЗ, если сверху не помещается */
body.page-template-page-partner-with-us .map-section .map-pin.is-below .popup{
  top: 12px;
  transform: translate(-50%, 0%);
}
body.page-template-page-partner-with-us .map-section .map-pin.is-below .popup:after{
  top: -8px; bottom: auto;
  border-top-color: transparent;
  border-bottom-color: #fff;
}

/* чуть компактнее на узких экранах */
@media (max-width: 480px){
  body.page-template-page-partner-with-us .map-section .map-pin .popup{
    max-width: 220px; min-width: 180px;
  }
}