body {
	background: #fff;
	overflow-x: hidden;
}

.cover {
	position: relative;
	min-height: 670px;
	background: #086b6e;
	box-shadow: inset 0 8px 20px rgba(0, 0, 0, 1);
	border-radius: 50px;
	aspect-ratio: 16 / 7;
	border-radius: 50px;
	overflow: hidden;
	margin: 50px auto;
	width: calc(100% - 100px);
}

.cover-slick {
	width: 100%;
	height: calc(100% - 60px);
	position: absolute;
	top: 60px;
	right: 0;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover .toggle-slick {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}

@media (max-width: 991px) {
	.cover .toggle-slick {
		display: none;
	}
}

.cover-content {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;
	
	max-width: 600px;
	margin-top: -60px;
}

/* Cover Form */

.cover-form {
	position: absolute;
	top: 240px;
    right: 160px;
	z-index: 99;
	
	width: 100%;
}

.cover-form h2 {
	color: #fff;
	font-size: 4.25rem;
	font-weight: 900;
	margin-bottom: 4px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.4);
	direction: rtl;
}

.cover-form h2 span {
	color: #b5d100;
}

.cover-form p {
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: 20px;
	text-shadow: 0 1px 4px rgba(0,0,0,0.4);
	direction: rtl;
}

.organizations-filters {
	display: flex;
	flex-direction: column;
	gap: 8px;
	direction: rtl;
	max-width: 520px;
}

/* Select ראשון - רוחב מלא */
.control-full {
	display: flex;
	align-items: center;
	background: rgba(10, 70, 72, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 10px;
	padding: 0 16px;
	gap: 12px;
	position: relative;
	transition: background 0.2s;
}

.control-full::after {
	content: '';
	position: absolute;
	right: -52px;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 1px;
	border-top: 1.5px dashed rgba(255, 255, 255, 0.5);
}

.control-full::before {
	content: '';
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	background: transparent;
}

.control-full:hover {
	background: rgba(10, 90, 92, 0.9);
}

/* שורה תחתונה */
.filters-bottom {
	display: flex;
	gap: 8px;
	align-items: stretch;
	direction: rtl;
}

/* כפתור חיפוש */
#org-search-btn {
	background: #b5d100;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	width: 100px;
	min-width: 100px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.2s;
	padding: 16px 10px;
	position: relative;
	overflow: hidden;
}

#org-search-btn:hover {
	background: #9abf00;
}

#org-search-btn .fa {
	font-size: 1.7rem;
}

/* עמודת ה-selects הקטנים */
.filters-selects {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 8px;
}

/* כל control (select) */
.filters-selects .control {
	display: flex;
	align-items: center;
	background: rgba(10, 70, 72, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 10px;
	padding: 0 16px;
	gap: 12px;
	position: relative;
	transition: background 0.2s;
}

/* קו מקווקוו עם חץ לימין */
.filters-selects .control::after {
	content: '';
	position: absolute;
	right: -52px;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 1px;
	border-top: 1.5px dashed rgba(255, 255, 255, 0.5);
}

/* עיגול קטן בקצה הקו */
.filters-selects .control::before {
	content: '';
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	background: transparent;
}

.filters-selects .control:hover {
	background: rgba(10, 90, 92, 0.9);
}

/* אייקון */
.filter-icon {
	color: #b5d100;
	font-size: 1.3rem;
	min-width: 22px;
	text-align: center;
}

/* Select */
.control select,
.control-full select {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 1rem;
	padding: 16px 0;
	width: 100%;
	direction: rtl;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	outline: none;
}

.control select option,
.control-full select option {
	color: #222;
	background: #fff;
}

/* חץ ▼ */
.select-caret {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.65rem;
	pointer-events: none;
	min-width: 14px;
	text-align: center;
	order: 99;
}

@media (max-width: 1199px) {
	.cover {
		margin: 0;
		min-height: 620px;
		border-radius: 36px;
		width: 100%;
		border-radius: 0;
	}

	.cover-slick {
		top: 0;
		height: 100%;
	}

	.cover-form {
		right: 80px;
		top: 210px;
	}

	.cover-form h2 {
		font-size: 3.2rem;
	}

	.articles .info {
		padding-left: 60px;
	}

	.articles .read-more {
		margin-right: 0;
	}

	.home-organizations__header h2 {
		font-size: 3.5rem;
		line-height: 3rem;
		width: auto;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.cover {
		margin: 18px;
        min-height: 580px;
        aspect-ratio: auto;
        border-radius: 28px;
        padding-top: 190px;
        padding-bottom: 150px;
        margin-bottom: 32px;
	}

	.cover-slick {
		top: 0;
		height: 100%;
	}

	.cover-form {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		width: auto;
		max-width: 100%;
		padding: 28px 18px 24px;
		background: linear-gradient(180deg, rgba(4, 67, 69, 0.05) 0%, rgba(4, 67, 69, 0.78) 100%);
	}

	.organizations-filters {
		max-width: none;
	}

	.filters-bottom {
		flex-direction: column;
	}

	.filters-selects {
		width: 100%;
		order: 1;
	}

	.filters-selects .control,
	.control-full {
		min-height: 54px;
	}

	#org-search-btn {
		width: 100%;
		min-width: 0;
		order: 2;
		padding: 14px;
		flex-direction: row;
		gap: 10px;
	}

	.logo2-container {
		margin-top: 0;
		padding-top: 18px;
	}

	.pirs {
		padding: 24px 12px;
	}

	.articles {
		padding: 70px 0 30px;
	}

	.articles:before {
		width: 100%;
		height: 38%;
		opacity: 0;
	}

	.articles .pic {
		margin-top: 40px;
	}

	.articles .info {
		max-width: 100%;
		padding: 0 15px;
		float: none;
	}

	.articles h3 {
		font-size: 1.8rem;
	}

	.articles .pic {
		height: auto;
		max-height: 420px;
	}

	.articles .read-more {
		margin-right: 0;
		padding-left: 15px;
	}

	.home-organizations {
		padding: 30px 0;
	}

	.home-organizations__header h2 {
		font-size: 2.2rem;
		line-height: 1.2;
		padding: 18px 20px;
		width: auto;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.home-org-row {
		margin-bottom: 28px;
		padding: 16px;
		border-radius: 20px;
		box-shadow: 0 12px 32px rgb(0 0 0 / 12%);
	}

	.home-org-row__content {
		padding: 1rem 0.4rem 2.2rem;
	}

	.home-org-row__content h3 {
		font-size: 1.6rem;
	}

	.home-org-row__content .btn {
		position: static;
		align-self: flex-start;
	}

	.gallery {
		padding: 35px 0 45px;
	}

	.gallery-slick-wrap::before,
	.gallery-slick-wrap::after {
		height: 40px;
	}

	.gallery-slick__item {
		height: 320px;
	}
}

@media (max-width: 767px) {
	.cover {
		margin: 0;
		min-height: unset;
		border-radius: 0;
	}

	.cover-form {
		padding: 22px 14px 18px;
	}

	.cover-form h2 {
		font-size: 1.9rem;
	}

	.cover-form p {
		font-size: 1rem;
		margin-bottom: 14px;
	}

	.filters-bottom {
		flex-direction: column;
	}

	.filters-selects {
		gap: 6px;
	}

	#org-search-btn {
		font-size: 0.95rem;
	}

	.control select,
	.control-full select {
		padding: 14px 0;
		font-size: 0.95rem;
	}

	.control-full::after,
	.control-full::before,
	.filters-selects .control::after,
	.filters-selects .control::before {
		display: none;
	}

	.gallery__header h2 {
		font-size: 1.65rem;
	}

	.gallery-slick__item {
		height: 250px;
	}

	.home-org-row__image {
		height: 170px;
		border-radius: 18px;
	}

	.home-org-row__content h3 {
		font-size: 1.35rem;
	}

	.home-org-row__tags .tag {
		font-size: 0.72rem;
	}
}

@media (max-width: 480px) {
	.cover-form h2 {
		font-size: 1.6rem;
	}

	#org-search-btn .fa {
		font-size: 1.3rem;
	}

	.articles h3 {
		font-size: 1.45rem;
	}

	.home-organizations__header h2 {
		font-size: 1.8rem;
		padding: 14px 16px;
	}

	.gallery-slick__item {
		height: 210px;
	}
}

/**/

.logo2-container {
	text-align: center;
    margin-top: -170px;
    position: relative;
}

@media (max-width: 991px) {
	.logo2-container {
		margin-top: -94px;
	}
	.logo2-container img {
		max-width: 300px;
	}
}


/**/

.pirs {
	padding: 50px 60px;
}


/* Articles */

.articles {
	position: relative;
	padding: 120px 0 50px 0;
}

.articles:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background: #0b7f82;
}

@media (min-width: 992px) {
	

	.articles .info {
		max-width: 720px;
		padding-left: 160px;
		float: left;
	}
}


.articles h2 {
	color: #f7a706;
}

.articles h3 {
	color: #0b7f82;
	font-size: 2.5rem;
	font-weight: bold;
}

.articles h3 a {
	color: inherit;
}

.articles h3:after {
	width: 50px;
	height: 3px;
	background: #f7a706;
	content: '';
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.articles p {
	line-height: 1.8;
}

.articles .pic {
	max-height: 80vh;
	display: block;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	border-radius: 30px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	padding: 10px;
	background: #fff;
}

.articles .pic img {
	height: 100%;
	display: block;
	border-radius: 30px;
}

.articles .read-more {
	margin-right: 29vw;
}


/* Gallery */

.gallery {
	position: relative;
	padding: 50px 0 60px;
	background: #fff;
	    overflow: hidden;
}

.gallery__header {
	text-align: center;
	margin-bottom: 2rem;
}

.gallery__header h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #0b7f82;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-color: #acc20f;
}

/* Wrapper — חצאי עיגולים לבנים מונחים על הסליידר מלמעלה ומלמטה */
.gallery-slick-wrap {
	position: relative;
}

.gallery-slick-wrap::before,
.gallery-slick-wrap::after {
	content: '';
	position: absolute;
	left: -5%;
	width: 110%;
	height: 70px;
	background: #fff;
	z-index: 20;
	pointer-events: none;
}

/* חצי עיגול עליון — קשת כלפי מטה */
.gallery-slick-wrap::before {
	top: 0;
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

/* חצי עיגול תחתון — קשת כלפי מעלה */
.gallery-slick-wrap::after {
	bottom: 0;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.gallery-slick {
	position: relative;
}

.gallery-slick .slick-slide {
	padding: 0 8px;
}

.gallery-slick__item {
	overflow: hidden;
	height: 500px;
	background: #eee;
}

.gallery-slick__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s;
}

.gallery-slick .slick-center .gallery-slick__item img {
	transform: scale(1.02);
}

.gallery__footer {
	text-align: center;
	margin-top: 1.5rem;
}

.gallery__footer a {
	color: #f7a706;
	font-weight: bold;
}


/* Home Organizations */

.home-organizations {
	padding: 50px 0;
}

.home-organizations__header {
	margin-bottom: 2rem;
}

.home-organizations__header h2 {
	font-weight: bold;
    background-color: #0b7f82;
    color: #fff;
    font-size: 5rem;
    margin-bottom: 0.25rem;
    width: 32rem;
    padding: 30px 70px;
    line-height: 4rem;
    margin-right: -30px;
	margin-bottom: 5rem;
}

.home-organizations__header p {
	color: #666;
	font-size: 1rem;
}

.home-organizations__list {
	max-width: 1200px;
	margin: 0 auto;
}

.home-org-row {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    background: #f8f8f8;
    border-radius: 30px;
    /* border: 1.5px solid #147f81; */
    min-height: 150px;
    position: relative;
    padding: 25px;
    box-shadow: 0 0 70px rgb(0 0 0 / 15%);
}

.home-org-row--image-left {
	flex-direction: row-reverse;
}

.home-org-row__image {
	flex: 0 0 300px;
    width: 300px;
    height: 220px;
	overflow: hidden;
	border-radius: 30px;
}

.home-org-row__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s;
	border-radius: 30px;
}

.home-org-row:hover .home-org-row__image img {
	transform: scale(1.05);
}


.home-org-row__content {
	flex: 1;
	padding: 1.25rem 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.6rem;
}

.home-org-row__logo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #f9f9f9;
	flex-shrink: 0;
}

.home-org-row__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-org-row__title-row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.home-org-row__content h3 {
	font-size: 2.5rem;
	line-height: 1.2;
    font-weight: bold;
    color: #147f81;
    margin: 0;
    line-height: 1.3;
}

.home-org-row__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.home-org-row__tags .tag {
	background: #e6f0f0;
    color: #147f81;
    padding: 2px 10px;
    border-radius: 2rem;
    font-size: 0.78rem;
    border: 1px solid #b3dadb;
}

.home-org-row__content .btn {
	align-self: flex-start;
	padding: 5px 18px;
	font-size: 0.9rem;

	position: absolute;
	bottom: -15px;
}

.home-org-row.home-org-row--image-right .home-org-row__content .btn {
	left: 2.5rem;
}

.home-organizations__more {
	text-align: center;
	margin-top: 1.5rem;
}

@media (max-width: 767px) {
	.home-organizations__list {
		max-width: 100%;
	}
	.home-org-row,
	.home-org-row--image-left {
		flex-direction: column;
	}
	.home-org-row__image {
		flex: 0 0 auto;
		width: 100%;
		height: 180px;
	}
}
