/*
Theme Name: WATHBAH
Theme URI: https://wathbah.sa/
Author: Ayed CHOKRI
Author URI:
*/

@import "css/style.css";
.m_t_40 {
	margin-top: 20px;
}
.fontsize-20 {
	font-size: 20px;
}
.padding-left-120 {
	padding-left: 120px;
}
@media (max-width: 1080px){
	.padding-left-120 {
		padding-left: 0;
	}
}
@media (max-width: 992px){
	.projects_swiper__container .card {
		margin-bottom: 30px;
	}
	.map-wrap {
		height: 70vh;
	}
}

/* ADJUSTMENTS FOR LYON FONT */
body {
	font-size: 16px;
}
strong {
    font-family: 'lyon-bold';
}
.main-nav .menu > li > a {	
	font-family: 'lyon-bold';
}
.site-footer .license {
    font-family: 'lyon-bold';
}
.qa__btn {
    font-family: 'lyon-bold';
	font-size: 16px;
}
.site-footer .bottom-row {
    font-size: 16px;
}
.about-block .about__text .about__lead {
    font-size: 18px;
}
.eyebrow {
    font-family: 'lyon-bold' !important;
	font-size: 20px !important;
}
/* hover rise for text blocks */
.hover-rise {
	display: inline-block;           /* needed for transform on text */
	transform: translateY(0);
	transition: transform 0.3s ease;
}

.hover-rise:hover,
.hover-rise:focus-visible {         /* keyboard accessible */
  transform: translateY(-3px);      /* adjust lift */
}

/* respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hover-rise {
    transition: none;
  }
}
.about-block .about__text .btn {
    font-family: 'lyon-bold';
}
.chip {
    font-size: 14px;
}
.blog-card-text {
    font-size: 18px;
}
.blog-card-title {
    font-size: 20px;
}
.faq_section .faq-answer p {
    color: #475569;
    font-size: 18px;
}
.faq_section .faq-question {
    font-family: 'lyon-bold';
}
.interest-form .btn {
    font-family: 'lyon-bold';
}
.contact_tools_wrapper .contact__item label {
    font-family: 'lyon-bold';	
}

.interest-form .field__input {
	font-size: 16px;
}
.interest-form .field--select .select-wrap .select {
	font-size: 16px;
}
.interest-form .field--textarea .field__textarea  {
	font-size: 16px;
}
.projects_sections .project-card .overlay .meta {
    font-weight: inherit;
}

.f__submit {
    font-family: 'lyon-bold';
	font-size: 16px;
}
.f__input, .f__textarea {
	font-size: 16px;
}
.f__label {
    font-family: 'lyon-bold';
    font-size: 16px;
}


.wpcf7 form br { display: none; }
.drawer__body{
  flex: 1 1 auto;     /* take remaining height */
  min-height: 0;      /* important so flex item can shrink */
  overflow-y: auto;   /* scroll only if taller than drawer */
  -webkit-overflow-scrolling: touch; /* smooth on iOS */
  padding: 16px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-weight: 500 !important;
}
.interest-form .btn,
.interest-form .field__input {	
    width: 100%;
}

.f__input, .f__textarea {
    font-family: var(--primary-font-family);   
	text-align: right;
}
.photo-grid_wrapper.photo-grid_wrapper_2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.photo-grid_wrapper__item.aspect-ratio-2 {
	aspect-ratio: 2;
}
.btn_wathbah {
	display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    background: var(--bronze);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: filter 160ms 
	ease, transform 160ms ease;
}
.big_title {
	color: #fff;
    font-size: 48px;
}
.page-content {
	padding: 40px 0;   
	font-size: 16px;
}
.page-content p, .page-content ul {
	margin-bottom: 15px;
}
.page-content ul {
	padding-right: 40px;
}
.hero_page_picture {
	background-image: url(images/sekak-04.jpg);
    background-size: cover;
    background-position: center;
	background-position: center 70%;
	padding-bottom: 120px;
}
.hero_page_picture:after {
    content: "";
    position: absolute;
    inset: 0;
   background: linear-gradient(to right, rgb(0 0 0 / 27%) 0%, rgb(0 0 0 / 25%) 35%, rgb(0 0 0 / 36%) 65%, rgb(0 0 0 / 17%) 100%);
}
.hero_page_picture.hero_page_section .content__text h1.eyebrow {
	color: #fff;
}
.hero_page_picture.hero_page_section .content__text .description__title {
	color: #fff;
}
.site-footer .f-social svg {
	width: 20px;
	height: 20px;
	background: none;
	border-radius: 0;
	padding: 0;
}
.site-footer .f-social svg path {
    fill: #fff;
}


.hero_page_section.hero_page_overlay {
    background-size: cover;
}


.about-block .about__stats.about__stats_3col {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-block .about__stats .icon_wrap svg {
	width: 25px;
}

.about-block .about__stats.about__stats_3col .stat {
	text-align: right;
}

.interest-hero .sub__title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #ce6c42;
}
.interest-hero {
    padding: 60px 0;
}
:root{
  --wb-bg: #0e1220;
  --wb-soft: #121836;
  --wb-card: #12162b;
  --wb-text: #eef2f7;
  --wb-dim: #b7c0d6;
  --wb-accent: #ce6c42;  /* primary accent */
  --wb-accent-2: #a78bfa;/* secondary */
  --wb-brd: rgba(255,255,255,.08);
  --wb-r: 18px;
  --wb-gap: 22px;
}
.wb-section {
	font-size: 18px;
}
.about-wb{
  background:
    radial-gradient(1200px 600px at 80% -20%, rgba(167,139,250,.12), transparent),
    radial-gradient(1000px 500px at 0% 0%, rgba(156,199,255,.10), transparent),
    var(--wb-bg);
  color: var(--wb-text);
  line-height: 1.85;
  font-size: 16px;
}

.wb-section.wb-mission {
    padding: 120px 0;
}
.wb-section.wb-mission p,
.wb-section.wb-mission .wb-title {
       color: #fff;
}
.wb-section.wb-mission  .wb-title-divider span.divider {
    background: #fff;
}
.wb-section.wb-mission p {
    font-size: clamp(24px, 3.6vw, 36px);
    font-family: 'lyon-bold';
}
/* ===== Sections ===== */
.wb-section{ padding: 56px 0; }
.wb-title{
  margin: 0 0 14px;
  font-size: clamp(24px, 3.6vw, 36px);
  letter-spacing: .2px;
}
.wb-title-divider {
	display: flex;
	padding: 40px 0;
}
.wb-title-divider span.divider {
    width: 50px;
    height: 1px;
    background: var(--bronze);
}
.background-img-unsplash {
	    position: relative;
    background: url(images/dim-gunger-IddmG2b-Kxg-unsplash-2.jpg);
    background-attachment: fixed;
}
.background-img-unsplash:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, rgb(0 0 0 / 43%) 0%, rgb(0 0 0 / 71%) 35%, rgb(0 0 0 / 80%) 65%, rgb(0 0 0 / 84%) 100% 100%);
}
.background-img-unsplash .container {
    position: relative;
    z-index: 3;
}
/* ===== Values ===== */
.wb-section.wb-values {
	padding: 120px 0;	
	background-color: transparent;   
	background-image: linear-gradient(40deg, #E8E1DB 20%, #ebe0d5 40%);
}
.wb-values__grid{
	margin-top: 22px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(12, 1fr);
}
.v-item{
    grid-column: span 4;
    padding: 40px 0;
    transition: transform .3s ease, border-color .3s ease;
}
.v-item h3{ margin: 0 0 10px; font-size: 20px;    color: var(--bronze); }

/* ===== Services ===== */
.wb-section.wb-services {
	padding: 120px 0;	
	position: relative;
	background: url('images/V14-R3-Balcony.webp');
    background-attachment: fixed;
}
.wb-section.wb-services:after {
    content: "";
    position: absolute;
    inset: 0;
	z-index: 1;  
	background: linear-gradient(to right, rgb(0 0 0 / 43%) 0%, rgb(0 0 0 / 71%) 35%, rgb(0 0 0 / 80%) 65%, rgb(0 0 0 / 84%) 100% 100%);
}
.wb-section.wb-services .container {
	position: relative;
	z-index: 3;
}
.wb-section.wb-services .wb-title {
  color: #fff;
}
.wb-cards{
  margin-top: 22px;
  display: grid;
  gap: var(--wb-gap);
  grid-template-columns: repeat(12, 1fr); 
  color: #fff;
}
.s-card{
  grid-column: span 4;
  padding: 18px 18px;
  
}
.s-card h3{ margin: 0 0 15px; font-size: 20px;color: var(--wb-accent); }

/* ===== Steps ===== */
.wb-section.wb-steps {
	padding: 120px 0;
}
.wb-steps .steps{
  list-style: none; padding: 0; margin: 18px 0 0;
  display: grid; gap: var(--wb-gap); grid-template-columns: repeat(12, 1fr);
}
.wb-steps .steps li{
  grid-column: span 4;
  display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid var(--wb-brd);
  border-radius: var(--wb-r);
  padding: 14px 16px;
}
.wb-steps .steps .n{
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgb(255 152 0 / 0%), #ff980024);
    font-weight: 700;
    color: var(--wb-accent);
}
.steps .text{
	font-size: 20px;
}
.steps .key{
	font-weight: 700;
	color: var(--wb-accent);
}
/* ===== Why Wathbah ===== */

.wb-section.wb-projects {
	padding: 120px 0;	
	position: relative;
	background: url('images/sekak-04.jpg');
    background-attachment: fixed;
	color: #fff;
}
.wb-section.wb-projects:after {
    content: "";
    position: absolute;
    inset: 0;
	z-index: 1;  
	background: linear-gradient(to right, rgb(0 0 0 / 43%) 0%, rgb(0 0 0 / 71%) 35%, rgb(0 0 0 / 80%) 65%, rgb(0 0 0 / 84%) 100% 100%);
}
.wb-section.wb-projects .container {
	position: relative;
	z-index: 3;
}
.wb-section.wb-projects .wb-lead  {
	font-size: 18px;
}

.wb-section.wb-projects .permalink  {
	display: block;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    margin: 50px 0 0;
    border: 1px solid #fff;
    padding: 10px 30px;
	transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.wb-section.wb-projects .permalink:hover  {
	background: var(--wb-accent);
    border: 1px solid var(--wb-accent);
}

.wb-section.wb-why {
	padding: 120px 0;
	background-color: #000;
	color: #decdbd;
}
.wb-section.wb-why .wb-lead {
	font-size: 18px;
	margin-bottom: 30px;
}
.why-item-wb{
    grid-column: span 4;   
    border-radius: var(--wb-r);
    padding: 16px 18px;
    transition: transform .3s 
	ease, border-color .3s 
	ease, background .3s 
	ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.why-item-wb .ico{
  width: 54px; height: 54px;
  display:grid; place-items:center; margin-bottom: 10px;
  color: var(--wb-accent);
  background: linear-gradient(135deg, rgba(156,199,255,.14), rgba(167,139,250,.10));
  border: 1px solid var(--wb-brd);
}
.why-item-wb .ico svg{ width: 26px; height: 26px; }
.why-item-wb h3{ margin: 2px 0 6px; font-size: 14px; }

/* ===== Responsive ===== */
@media (max-width: 1080px){
  .v-item{ grid-column: span 12; }
  .s-card{ grid-column: span 6; }
  .why-item-wb{ grid-column: span 6; }
  .wb-steps .steps li{ grid-column: span 6; }
}
@media (max-width: 680px){
  .s-card, .v-item, .why-item-wb{ grid-column: span 12; }
  .wb-steps .steps li{ grid-column: span 12; grid-template-columns: 52px 1fr; }
  .wb-steps .steps .n{ width: 48px; height: 48px; }
}


@media (max-width: 680px){
	.hero_page_section.hero_page_overlay {
        padding: 60px 0 0 !important;
		height: inherit;
		flex-direction: column;
	}
	.hero_page_section.hero_page_overlay .logo_project  {
		width: 140px;
		margin-top: 30px;
	}
	.meta_container_content {
        position: relative !important;
	}
	
	.photo-grid_wrapper.photo-grid_wrapper_2 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.photo-grid_wrapper__item:before {
		width: 60px;
	}
}





.about_sekak_project__section {
	padding: 120px 0;
}
.card-brief{
	background:#fff;
	overflow:hidden;  
	margin: 30px 15px;
	color:#1b1b1b;
	border:1px solid #e6dfd8;
	border-radius: 10px;
}

.cb-head{
  padding:14px 12px;
  border-bottom:1px solid #e6dfd8;
  text-align:center;
}
.cb-head__img{
  height:60px;
  width:auto;
  display:inline-block;
}
.cb-thumb{ display:block; line-height:0; background:#000; }
.cb-thumb img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
}

/* Footer: two columns */
.cb-foot{
  display:flex;
  border-top:1px solid #e6dfd8;
  background:#fff;
}
.cb-col{
	flex:1 1 0;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	padding:12px 10px;
	font-size:14px;  
	color: #9a6b3f;
	font-weight: 500;
}
.cb-col + .cb-col{
  border-inline-start:1px solid #e6dfd8; /* divider */
}
.cb-ico{
  width:20px; height:20px;
  color:#9a6b3f; /* accent */
  display:inline-grid; place-items:center;
}
.cb-ico svg{ width:100%; height:100%; }

/* CTA link */
.cb-link{
  border-top:1px solid #e6dfd8;
  padding:12px 14px;
  text-align:center;
  background:#fff;
}
.cb-btn{
  display:inline-block;
  padding:10px 16px;
  color:#9a6b3f;
  font-weight:700;
  transition: color 180ms ease, border-color 180ms ease;
}
.cb-btn:hover{
    color: #373636;
}

/* Responsive */
@media (max-width:540px){
  .cb-foot{ flex-direction:column; }
  .cb-col + .cb-col{ border-inline-start:none; border-top:1px solid #e6dfd8; }
}


.select-wrap::after {
  content: "";
  position: absolute;
  left: 10px;                 /* arrow on left */
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  background: no-repeat center/contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}
.select-wrap .select:focus { border-color: #b3b3b3; outline: none; }
.wpcf7-form a {
    color: #ce6c42;	
}
.interest-form .disclaimer a {
    color: #ce6c42;
}

.nav-panel .panel-left .menu a {
	text-align: right;
}

@media (max-width: 960px){
	.main_header.main_header_white .brand__wrapper svg path {
		fill: #ffffff;
	}
}
.page-thumb img {
    height: inherit;
}


.ti__label {
	text-align: center;
}

.receipt-add svg path {
	stroke-width: 0.4 !important;
}
	
.status-project {
	position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
    background: #000000;
    padding: 2px 20px;
    font-size: 14px;
    color: #fff;
}
.status-project.status-project-available {
	background: #ce6c42;
}
.status-project.status-project-under {
	background: #ce6c42;
}

.project-card__sold {
	background: #ffffff !important;
}
.project-card__sold img {
	filter: grayscale(100%);
    opacity: .8;
}	
.interest-hero__bg {	
    background-attachment: fixed;
}

.interest-form .disclaimer {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}
.solde-project-title {
	display: flex;
    align-items: center;
}
.solde-project-title:after {
    content: "تم بيع المشروع بالكامل";
    display: inline;
    margin-right: 0.4em;
    background: #ce6c42;
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 4px;
}
.about-block .about__stats .stat .stat__label.big {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1.2;
}
.about-block .about__stats .icon_wrap svg {
    width: 25px;
    height: 25px;
}
.nav-panel .panel-left .contact .phone, .nav-panel .panel-left .contact .email,
.nav-panel .panel-left .menu a {
	color: #ffffff;
	font-family: 'lyon-bold';
	font-weight: inherit;
}

.hero_page_section .content__text .description__title {
	font-family: 'lyon-bold';
	font-weight: inherit;	
}

.qa__btn--wa {
	width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.qa__btn--wa svg {
	width: 24px;
    height: 24px;
}
.footer-brand-logo {
	height: 80px;
    margin: auto;
    display: block;
}
.hero .hero__thumbs .thumb {
	border-radius: 0;
    border: none !important;
}

.hero_page_section.hero_page_overlay:before {	
    opacity: 0.3;
}
.projects_sections {
    padding-bottom: 60px;
    background-color: #E8E1DB;
}
.hero_page_section {
    background-color: #E8E1DB;
}
.proj-cluster { background: transparent;    cursor: auto; }
.proj-cluster .cluster-badge{
	width: 36px; height: 36px; line-height: 36px;
	border-radius: 50%;
	background: #111; color:#fff; text-align:center;
	font-weight: 700; font-size: 14px;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.leaflet-container a.leaflet-popup-close-button {
	color: #ffffff !important;
}

.hero_page_section.hero_page_overlay .content__flex_text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_page_section.hero_page_overlay {
	justify-content: center;
	padding: 60px 0;
}
.meta_container_content {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 40px;
	display: flex;
	flex-wrap: wrap;  
	align-items: end;
	gap: 20px 10px;
	justify-content: space-between;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 87%));
}
.meta_container_content .meta_info__project {
	color: #fff;
}
.meta_container_content .meta_info__project .meta {
	display: flex;
	align-items: center;
	gap: 10px;
}
.meta_container_content .meta_info__project .meta svg {
	width: 20px;
}
.meta_container_content .meta_info__project .meta svg path {
	fill: #fff;
}
.meta_status__project {
	display: flex;
	align-items: end;
	margin: 20px auto;
    width: fit-content;
}
.meta_status__project .status-project {
	position: relative;
	left: inherit;
	top: inherit;
	font-size: 16px;
    margin-top: 20px;
}


.meta_stats__project .stat {
	color: #fff;
	display: flex;
	gap: 10px;
	align-items: center;
}
.meta_stats__project .stat .icon_wrap svg {
	width: 20px;
}
.meta_stats__project .stat .icon_wrap svg path {
	fill: #fff;
}
.project-card {
  position: relative;
  overflow: hidden;
}
.project-card h3.title {
	display: none;
}
.project-card .overlay {
	overflow: hidden;
	transition: height 0.4s ease;
	padding: 0 18px 15px !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.project-card:hover .overlay {
  height: 0;
}
.projects_sections .project-card .card__logo {
	width: 120px;
	height: auto;
	filter: brightness(0) invert(1);
	margin-bottom: 10px;
}
.projects_sections .project-card img.project-card-img {
	opacity: 0.5;
}
.projects_sections .project-card:hover img.project-card-img {
	opacity: 1;
}
.projects_swiper__container .card {	
	position: relative;   
	border-radius: 10px;
}
.projects_swiper__container .card__body {
	position: absolute;
	bottom: 0;
	display: flex	;
	flex-wrap: wrap;
	gap: 10px;			
	justify-content: center;
	text-align: center;
	width: 100%;
	align-items: end;   
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 87%));
	padding: 70px 20px 15px;
}
.projects_swiper__container .card_details {  
	color: #fff;
}
.projects_swiper__container .card__logo {
	width: 120px;
	height: auto;
	filter: brightness(0) invert(1);
}

.f-col-center {
	display: flex;
    align-items: center;
    justify-content: center;
}

.blog-img img,
.chip,
.status-control,
.main-nav-slide,
.projects_swiper__container .card__img,
.projects_swiper__container .card,
.about-block .about__text .btn,
.interest-panel,
.interest-form .btn,
.about-block .about__media,
.about-block .about__media img,
.projects_sections .project-card {
    border-radius: 0;
}


.projects_swiper__container .swiper {
    margin-bottom: 0;
}
.our_projects_section {
	margin: 0;
    padding: 120px 0 60px;
}
.map-wrap {
    margin: 0;
    border-radius: 0;
}
.blog_section {
    padding: 100px 0;
    margin: 0;
}
.page-thumb img {
    border-radius: 0;
}
.about-block.about-us-section {
    padding-block: clamp(32px, 12vw, 160px);
}
.read-more {
    color: #cc6642;
}

#quick-actions {
	right: auto !important;
	left: 24px !important;
}
.qa__btn--wa {
    width: 50px;
    height: 50px;
}
.meta_container_content .actions_section.about-block {
	padding: 0;
}

.meta_container_content .actions_section.about-block .about__text .btn {
    padding: 8px 18px;
}

@media (max-width: 420px){
	.meta_container_content .actions_section.about-block a.btn {
		 width: 100%;
	}
}