/*
Theme Name: Gabso Child Theme 2
Author: Wordpress Developer
Description: Your description goes here
Version: 2.0
Template: gabso

This is the child theme for Gabso Group theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/* Global custom font Ezer Solid*/
@font-face {
    font-family: 'Ezer Solid';
    src: url('https://gabso.heyrook.live/wp-content/uploads/2026/05/EzerSolid-Medium.woff2') format('woff2'),
        url('https://gabso.heyrook.live/wp-content/uploads/2026/05/EzerSolid-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Ezer Solid';
    src: url('https://gabso.heyrook.live/wp-content/uploads/2026/05/EzerSolid-Light.woff2') format('woff2'),
        url('https://gabso.heyrook.live/wp-content/uploads/2026/05/EzerSolid-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Global custom font Denim INK-TRIAL */
@font-face {
    font-family: 'Denim INK-TRIAL';
    src: url('https://gabso.heyrook.live/wp-content/uploads/2026/05/DenimINK-Regular.woff2') format('woff2'),
        url('https://gabso.heyrook.live/wp-content/uploads/2026/05/DenimINK-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
  font-family: 'Ezer Solid';
  font-weight:300;
}
.section-title{
	 font-family: 'Ezer Solid';
}
.header_top {
    font-family: 'Denim INK-TRIAL';
}
/* Global Colors start */
 :root {
      --primary-color: #DEFFB0;
      --secondary-color: #68695C;
      --text-color: #1D1D1B;
      --accent-color:#68695C;
	 --accent2-color:#30472B;
	 --alter-color:#C2F0FF;
	 --background-color:#EFEFEF;
    }
/* Global Colors end */
html body, .text-gray-900{
	 color: var(--text-color);
}
@media(max-width:767px){
	.container {
    padding-left: 20px;
    padding-right: 20px;
}
}
.header_custom_content {
    flex-direction: row-reverse;
    padding-block: 21px;
}

#menu-primary-1 a,  #menu-primary-sub-menu-1 a{
    direction: rtl;
    font-size: 14px;
}
/* Top navigation links — site dark green. Covers the desktop menu, the desktop
   sub-menu and the mobile drawer, all of which live inside .header_main. */
.header_main nav .menu-item > a {
    color: var(--accent2-color);
}
/* The gold hover is a Tailwind class on the <li>, so the link colour above
   would otherwise win on hover for the two desktop menus. */
#menu-primary-1 .menu-item:hover > a,
#menu-primary-sub-menu-1 .menu-item:hover > a {
    color: #c28d03; /* gabso-gold */
}
nav .menu-item {
    margin-inline: 20px;
}
.header_main {
    background: #fff;
}
footer {
    background: #68695C !important;
}
.footer-social-icon {
    height: 20px;
    width: 20px;
}
.footer_logo_items {
    gap: 8px;
    direction: rtl;
}
.footer_content_logo_items {
    gap: 80px;
    justify-content: right;
    align-items: flex-end;
}
.footer_content_logo_items a > div {
    display: flex;
    justify-content: right;
}
header {
    padding-bottom: 89px;
}

/* Footer */
.footer_menu_part_1 {
    display: flex;
    gap: 150px;
}
.footer_menu_part_1 .footer-gabso-details {
    gap: 0;
    justify-self: flex-end !important;
    width: fit-content;
    text-align: right;
}
.footer_menu_part_1 .footer-gabso-details a {
    gap: 0;
    text-align: right;
    border: none;
    color: #DEFFB0;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 0;
}
#menu-footer {
    gap: 16px;
    justify-content: right;
}
#menu-footer .menu-item {
    margin-inline: 0;
    text-align: right;
    color: #DEFFB0;
}
#menu-footer {
    gap: 16px;
    justify-content: right;
    direction: rtl;
    column-gap: 37px;
}
.header_main {
    background: #fff;
    border-bottom: 1px solid #68695C;
}
#menu-primary-1, #menu-primary-sub-menu{
    direction: rtl;
}
.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 60px;
    font-size: 28px;
    font-weight: 400;
    line-height: 130%;
}
/* CREATE → BUILD → INSPIRE strip, including the arrows between the words. */
.header_top_item {
    color: var(--accent2-color);
}
#menu-primary-sub-menu {
    text-align: left;
    margin-top: -1px;
}
@media(max-width:1280px){
	.custom-logo {
    max-width: 150px;
}
	nav .menu-item {
    margin-inline: 10px;
    font-size: 13px;
}
	header {
    padding-bottom: 75px !important;
}
		
/* 	footer */
	.footer_menu_part_1 {
    display: flex;
    gap: 70px;
}
.header_top {
    padding: 15px 60px;
    font-size: 20px;
    flex-wrap: wrap;
}
	.header_custom_content .custom-logo-link {
    display: flex;
    justify-content: flex-end;
}
}


@media(max-width:960px){
		
/* 	footer */

	.footer_top_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
	.footer_menu_part_1 {
    display: flex;
    gap: 20px;
}
	.footer_menu_part_1 .footer-gabso-details a{
    font-size: 14px;
}
	.footer_content_logo_items img {
    max-width: 120px;
}
	.footer_top_content {
    gap: 20px;
}
	.footer_content_logo_items {
    width: 130px;
}
}
@media(max-width:767px){
	.custom-logo-link {
    display: flex !important;
    justify-content: flex-end;
}
	
/* 	Footer */
	.footer_top_content {
    gap: 20px;
    flex-direction: column-reverse;
    align-items: center;
}
	
	.footer_content_logo_items {
    gap: 20PX;
    justify-content: right;
    align-items: flex-end;
    margin-bottom: 20px;
    width: 100%;
}
	.footer_menu_part_1 {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}
	.footer_menu_part_1 .footer-gabso-details {
    width: 100%;
}
	.footer_menu_part_1 {
    gap: 40px;
}
	.footer_top_content {
    padding-block: 0;
}
	.header_top {
    padding: 15px 0px;
    font-size: 16px;
    flex-wrap: wrap;
    gap: 10px;
}
}

/* Video section  */
.video_wrapper_section video {
    width: 100%;
}

/* video_banner_content */
.video_banner_bottom {
    background: var(--primary-color);
    padding-block: 40px;
    color: var(--accent-color);
}

@media(max-width:767px){
	.video_wrapper_section video {
		min-height: 300px;
		object-fit: cover;
	}
}

body main {
    direction: rtl;
}

.video_banner_bottom .section-title {
    font-size: 45px;
    font-weight: 300;
}
.video_badge {
    position: fixed;
    right: 50px;
    bottom: 50px;
    transform: translateY(-50%);
    z-index: 99;
    height: 115px;
    width: 115px;
}
@media(max-width:991px){
	.video_badge {
    right: 20px;
    bottom: 20px;
    height: 80px;
    width: 80px;
}
}



.video_wrapper_section, .video_banner_bottom{
    position: relative;
}
.video_banner_bottom .grid {
    max-width: 80%;
    margin-inline: auto;
}
/* Icon List section */
.home_icon_list {
    padding-block: 100px 0;
    padding-inline: 50px;
}
.home_icon_list img {
    width: 100%;
    height: auto;
    z-index: 1;
}
.home_icon_list_wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr 1.2fr;
    column-gap: 190px;
    position: relative;
}
.bullet-item:after {
    content: '←';
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
} 
.bullet-item{
	position:relative;
}
.bullet-item.bullet-3:after {
	display:none;
}
.bullet-item h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
}
.bullet-item p {
    font-weight: 300;
}



.home_icon_list  p {
    max-width: 370px;
}
.home_icon_list_wrapper .bullet-item  {
    position: relative;
}

.home_icon_list_wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background-image: repeating-linear-gradient(
        to bottom,
        transparent 0,
        transparent calc(20% - 1px),
        #68695c calc(20% - 1px),
        #68695c 20%
    );
}
.home_icon_list:after {
    content: '';
    background: #fff;
    height: 4px;
    position: absolute;
    width: 100%;
    bottom: -2px;
}
.home_icon_list{
	position:relative;
}
.home_icon_list_wrapper .bullet-item {
    display: grid;
    grid-template-rows: repeat(5, 120px);
}
.home_icon_list_wrapper .bullet-item.bullet-1 img {
    grid-row: 1/5;
}
.home_icon_list_wrapper img {
    height: 100%;
    object-fit: cover;
}
.home_icon_list_wrapper .bullet-item.bullet-1 .bullets_item_inner_content {
    grid-row: 5/5;
}
.bullets_item_inner_content {
    margin-block: 18px;
}
.home_icon_list_wrapper .bullet-item.bullet-2 .bullets_item_inner_content{
    grid-row: 2/3;

}
.home_icon_list_wrapper .bullet-item.bullet-2  img {
      grid-row: 3/6;
}

.home_icon_list_wrapper .bullet-item.bullet-3 .bullets_item_inner_content{
    grid-row: 4/5;

}
.home_icon_list_wrapper .bullet-item.bullet-3  img {
      grid-row: 1/4;
}
.video_badge {
    display: inline-block;
    /*
     * The badge sits still. The rotation animation used to also cancel the
     * translateY(-50%) further up, so it has to be neutralised explicitly here
     * or dropping the animation would shift the badge half its height upwards.
     */
    transform: none;
}

@media(max-width:1800px){
	.home_icon_list  p {
		font-size: 15px;
	}
		.home_icon_list_wrapper {
    column-gap: 130px;
}
	.bullet-item:after {
    left: -70px;
}
}
@media(max-width:1500px){
	
	.home_icon_list_wrapper {
    column-gap: 100px;
}
	.bullet-item:after {
    left: -50px;
}
	.bullets_item_inner_content {
    margin-block: 10px;
}
}
@media(max-width:1400px){
.home_icon_list  p {
    font-size: 13px;
}
	.bullet-item h4 {
    font-size: 18px;
    line-height: 21px;
}

}

@media(max-width:1200px){
	.home_icon_list_wrapper {
    gap: 50px;
}
	.bullet-item::after {
    left: -25px;
    height: 20px;
    width: 20px;
    font-size: 20px;
}
	.video_banner_bottom .grid {
    max-width: 100%;
}
	.bullet-item h4 {
    font-size: 18px;
    line-height: 20px;
}
	.home_icon_list  p {
    max-width: 100%;
    font-size: 14px;
}
}


				
@media(max-width:991px){
	.home_icon_list_wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
}
	.home_icon_list .bullet-2 img {
    order: 0;
}
	.video_badge {
    height: 50px;
    width: 50px;
}
	.video_banner_bottom .section-title {
    font-size: 26px;
    padding-left: 0;
    margin-bottom: 10px;
}
	body{
		font-size:14px;
	}
	.home_icon_list {
    padding-block: 30px 0;
}
	.home_icon_list {
    padding-inline: 20px;
}
	.home_icon_list_wrapper .bullet-item {
    display: flex;
    align-items: center;
}
	.home_icon_list_wrapper::after {
    display:none;
}
}


/* Project List section */
.home-projects-list {
    padding-top: 110px;
    margin-top: 0;
}
.home-projects-list .section-title {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 120%;
}
.home-projects-button {
    margin-bottom: 30px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 300;
}
.homepage-project-img {
    padding-bottom: 12px;
    border-bottom: 1px solid;
}

.projects_item_list:hover .project_item_top {
    background: var(--primary-color);
}
.projects_item_list:hover .project_item_bottom {
    background: var(--alter-color);
}




@media(max-width:1199px){
	.projects_item_list {
    max-width: calc(50% - 20px);
    width: calc(50% - 20px);
}
	.selected_projects {
    flex-wrap: wrap;
}
}

@media(max-width:960px){
	.projects_item_list {
		max-width: 100%;
		width: 100%;
	}
		.home-projects-list {
		padding-top: 30px;
	}
}

@media(max-width:767px){
	.home-projects-list .section-title {
    margin-bottom: 10px;
}
}

/* Project All Wrapp */
.projects_all_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.project_all_right {
    width: 254px;
    border-inline: 1px solid var( --border-color);
    padding: 20px 40px;
}
.project_all_center {
    width: calc(100% - 762px);
    border-left: 1px solid var( --border-color);
    padding: 20px;
}
.projects_main_all_section .project_all_center {
    padding: 30px;
}
.project_all_left {
    width: 508px;
    border-left: 1px solid var( --border-color);
    padding: 20px 30px 40px;
}
.projects_main_all_section {
    margin-block: 40px 80px;
    background: var(--primary-color);
    color: #30472B;
}
.project_all_right .section-title {
    font-size: 45px;
    line-height: 55px;
    padding-bottom: 4px;
}
.project_wrapp_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
.project_wrapp_title {
    font-size: 36px;
	margin-bottom:10px;
}
.project_center_head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 16px;
}
.project_all_center img {
    max-width: 100%;
    max-height: 638px;
    object-fit: cover;
}
.projects_all_details_items {
    border-bottom: 1px solid var( --border-color);
    display: flex;
    padding-block: 15px;
    font-weight: 300;
    gap: 5px;
}
.projects_all_wrapper .animate-link {
    text-decoration: underline;
}
.project_short_desc {
    padding-block: 48px;
    border-bottom: 1px solid var( --border-color);
}
.projects_all_items_icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.projects_all_items_icons img {
    height: 30px;
    width: 30px;
}

@media(max-width:1300px){
	.project_all_left {
    width: 400px;
}
	.project_all_center {
    width: calc(100% - 654px);
}
}

@media(max-width:1199px){
.project_all_right {
    width: 100%;
    border-bottom: 1px solid var( --border-color);
}
	.project_all_left {
    width: 40%;
}
	.project_all_center {
    border-inline: 1px solid var( --border-color);
   
}
	.project_center_head {
    flex-direction: column;
    align-items: flex-start;
}
	.project_all_center {
    width: 60%;
}
}

@media(max-width:767px){
	.project_all_center {
    width: 100%;
    border-bottom: 1px solid var( --border-color);
		padding: 15px;
}
	.project_all_left {
    width: 100%;
    border-right: 1px solid var( --border-color);
    padding: 15px;
    padding-bottom: 30px;
}
	.project_all_right {
    padding: 15px;
}
	.project_all_right .section-title {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 4px;
}
	.project_wrapp_title {
    font-size: 22px;
    line-height: 28px;
}
	.project_center_head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 16px;
}
	.projects_all_details_items {
    padding-block: 10px;
}
	.project_short_desc {
    padding-block: 30px;
}
}

/* Home contact form */

.contact-form-home {
    margin-top: 160px;
    background: var(--background-color);
    display: flex;
}
.contact-form-details {
    padding: 100px 150px 100px 130px;
    width: 65%;
    align-items: center;
    margin: auto;
}
.gabso-contact-form input:not(.wpcf7-submit) {
    border-color: #68695C;
    background: transparent;
	    padding: 17px 0;
}
.gabso-contact-form form .form-fields .wpcf7-form-control-wrap {
    gap: 0;
}
.gabso-contact-form {
    margin-top: 15px;
}
.gabso-contact-form form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}
.gabso-contact-form form .form-submit-btn {
    flex-direction: column;
    width: 100%;
    grid-column: span 2;
}
.gabso-contact-form .wpcf7-submit {
    width: 100%;
    background: #E4E4E4;
    border: none;
}
.contact_form_wrapp {
    width: 35%;
}
.contact_form_details_inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}
.contact-bar-container {
    flex-direction: column;
    gap: 32px;
}
.contact_form_data {
    width: calc(65% - 10px);
}
.contact-form-image {
    height: 100%;
}
.contact_form_data .section-title {
    font-size: 45px;
    line-height: 100%;
}
@media(max-width:1400px){
	.contact-form-details {
		padding: 60px 50px 60px 50px;
		width: 65%;
	}
}

@media(max-width:1199px){
		.contact-form-details .section-title {
    font-size: 35px;
    line-height: 41px;
}
		.contact-form-details .gabso-contact-form input:not(.wpcf7-submit) {
    padding: 10px 0;
			font-size:14px;
}
	.gabso-contact-form form {
    gap: 20px;
}
	.contact-bar-container {
    flex-direction: column;
    gap: 20px;
}
	.contact-form-details {
    padding: 50px 20px;
}
}

@media(max-width:991px){
	.contact_form_details_inner {
    gap: 0;
    justify-content: space-between;
    flex-direction: column;
}
	.contact_form_wrapp {
    width: 50%;
}
	.contact-form-details {
    padding: 20px;
    width: 50%;
}
	.contact_form_data {
    width: 100%;
}
	.contact-form-home {
    margin-top: 100px;
}
}

@media(max-width:767px){
	.contact-form-details {
    width: 100%;
}
	.contact_form_wrapp {
    width: 100%;
}
	.contact-form-home {
    margin-top: 20px;
    flex-direction: column;
}
	.contact-form-details .section-title {
    font-size: 25px;
    line-height: 31px;
}
	.gabso-contact-form .wpcf7-submit {
    font-size: 14px;
}
	.projects_main_all_section {
    margin-block: 10px 40px;
}
	.contact_form_data .section-title {
    font-size: 25px;
    line-height: 100%;
}
}


/* All Project page */
.all_projects_banner {
    flex-direction: column;
    gap: 56px;
}
.all_projects_page {
    padding-block: 56px;
}
.all_projects_category {
    border-block: 1px solid #68695C;
    padding-block: 19px;
}
.category-select {
    width: 161px;
    height: 23px;
    border-bottom: 2px solid #1D1D1B;
    background: #fff;
    font-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url("https://gabso.heyrook.live/wp-content/uploads/2026/05/arrow_icon-svg.svg");
    background-repeat: no-repeat;
    background-position: left 0px center;
    line-height: 24px;
}
select.category-select:focus-visible {
    box-shadow: none;
    outline: none;
}
.all_projects_page .projects-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-block: 35px;
}
.all_projects_page .projects-grid .project {
    width: calc(33.33% - 14px);
    background: #C2F0FF;
    padding: 20px  20px 35px;
    height: auto;
}
.all_projects_item {
    display: flex;
    gap: 16px;
    height: 100%;
}
.all_projects_item .proj-img {
    width: calc(70% - 8px);
    height: 100%;
    aspect-ratio: 1/1.2;
}

.all_projects_item .all_projects_content {
    width: calc(30% - 8px);
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    justify-content: flex-start;
    border: none;
}
.all_projects_item .all_projects_content h4 {
    font-size: 25px;
    line-height: 100%;
}
.all_projects_item .all_projects_content p {
    font-size: 16px;
    line-height: 100%;
}
.all_projects_content_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
    justify-content: space-between;
}
.all_projects_content_item > div {
    border-block: 1px solid;
    padding-block: 17px;
    width: calc(50% - 10px);
}
.all_projects_content_item > div {
    padding-block: 2px;
    min-height: 37px;
    align-items: center;
    display: flex;
}
.all_projects_content_item > div {
    height: 100%;
	min-height:57px;
}

.all_projects_item_wrapp {
    display: flex;
    flex-direction: column;
}
.otherpages .section-title {
    font-size: 86px;
    line-height: 100%;
}
.all_projects_item .all_projects_content h4 {
    word-break: normal;
    overflow-wrap: break-word;
}

@media(max-width:1400px){
	.all_projects_item .all_projects_content h4 {
    font-size: 24px;
    line-height: 100%;
}
	.all_projects_content_item > div {
    padding-block: 2px;
    font-size: 13px;
}

}

@media(max-width:1280px){
	.all_projects_item .all_projects_content h4 {
    font-size: 16px;
}
	.all_projects_item .all_projects_content p {
    font-size: 12px;
}
	.all_projects_page .projects-grid .project {
    padding: 10px  10px 25px;
}
}

@media(max-width:1199px){
		.all_projects_page .projects-grid {
    gap: 10px;
}
	.all_projects_page .projects-grid .project {
    width: calc(33.33% - 7px);
}
	
	.all_projects_item .all_projects_content p {
    font-size: 10px;
    line-height: 100%;
}
	.all_projects_content_item {
    gap: 10px;
}
	.all_projects_content_item > div {
    font-size: 10px;
    width: calc(50% - 5px);
}
	.otherpages .section-title {
    font-size: 40px;
    line-height: 100%;
}
	.all_projects_content_item > div {
    min-height: 40px;
}
}

@media(max-width:991px){
	.all_projects_page {
    padding-block: 30px;
}
	.all_projects_banner {
    gap: 20px;
}
	.all_projects_title {
    margin: 0;
}
	.all_projects_title h1{
    margin: 0;
    font-size: 35px;
}
	.all_projects_category {
    padding-block: 9px;
}
	.category-select {
    width: 140px;
    font-size: 14px;
}
	.all_projects_page .projects-grid .project {
    width: calc(50% - 5px);
    padding: 15px  15px 30px;
}
	.otherpages .section-title {
    font-size: 30px;
}
}

@media(max-width:767px){
	.all_projects_title h1 {
    font-size: 25px;
}
	
	.all_projects_banner {
    gap: 10px;
}
	.category-select {
    width: 140px;
    font-size: 12px;
    border-bottom: 1px solid;
}
	.all_projects_page .projects-grid {
    margin-block: 30px;
}
	.all_projects_page .projects-grid .project {
    width: 100%;
    padding: 15px  15px 30px;
}
	.otherpages .section-title {
    font-size: 25px;
}
}

/* Contact US page */
.contact-form-page {
    margin-block: 40px;
    background: var(--background-color);
    display: flex;
    margin-inline: 30px;
}
@media(max-width:767px){
		.contact-form-page {
    flex-direction: column;
			 margin-block: 0;
}
	.contact-form-page {
    flex-direction: column;
    margin: 20px;
}
}

/* Gallery page */
.all_gallery_page {
    padding-block: 56px;
}
.gallery-project-wrapper {
    gap: 120px;
}

.project-info {
    padding: 28px 24px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.category-section {
    margin-bottom: 120px;
    border: 1px solid #1D1D1B;
}



.project-layout {
    display: grid;
    grid-template-columns: 450px 1fr;
    min-height: 800px;
    direction: ltr;
    border-top: 1px solid #1D1D1B;
}

.content-side {
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

.project-title {
    font-size: 45px;
    line-height: 100%;
    margin-bottom: 12px;
    font-weight: 300;
}

.project-address {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 300;
}

.divider {

    width: 100%;
    height: 1px;

    background: #ccc;

    margin: 30px 0;
}

.custom-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 36px;
    border-top: 1px solid;
    padding: 2px 25px;
}

.custom-nav div {
    cursor: pointer;
    font-size: 36px;
    transition: .3s;
    font-weight: 300;
    letter-spacing: 0;
}

.custom-nav div:hover {
    opacity: .5;
}

.image-side {

    overflow: hidden;
}

.image-side img {

    width: 100%;
    height: 800px;

    object-fit: cover;

    display: block;
}
.category-header h2 {
    font-size: 18px;
    font-weight: 300;
}
.category-header {
    padding: 10px 38px;
}
.gallery-page-header {
    margin-bottom: 100px;
}
.project-status {
    border-block: 1px solid #1D1D1B;
    padding-block: 17px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}
.project-status.status_not_available {
    display: none;
}
.project_info_wrapper_link a {
    text-decoration: underline;
}
/* IMPORTANT FIX */

.swiper-slide {
    opacity: 0 !important;
}

.swiper-slide-active {
    opacity: 1 !important;
}

@media(max-width:1400px){
	.gallery-page-header {
    margin-bottom: 50px;
}
	.project-layout {
    grid-template-columns: 1fr 2fr;
    min-height: 400px;
}
	.image-side img {
    height: 400px;
}
	.project-title {
    font-size: 30px;
    margin-bottom: 10px;
}
	.project-address {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
}
	.project-status {
    padding-block: 10px;
    font-size: 14px;
}
	.category-section {
    margin-bottom: 60px;
}

}
@media(max-width: 991px){

    .project-layout {
        grid-template-columns: 1fr;
    }

    .image-side img {
        height: 500px;
    }

    .project-title {
        font-size: 30px;
    }

}

@media(max-width:767px){
.all_gallery_page {
    padding-block: 30px;
}
	.category-header {
    padding: 10px 15px;
}
	.category-header h2 {
    font-size: 14px;
}
.project-layout {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}
	.image-side img {
    height: 250px;
}
	.gallery-page-header {
    margin-bottom: 30px;
}
	.project-info {
    padding: 15px;
}
	.project-title {
    font-size: 18px;
    margin-bottom: 5px;
}
	.project_info_wrapper_link {
    font-size: 12px;
}
	.project-status {
    padding-block: 6px;
    font-size: 12px;
}
	.custom-nav {
    padding: 0px 15px;
}
	.custom-nav div {
    font-size: 20px;
}
	.category-section {
    margin-bottom: 40px;
}
}


/* Single product section */
.single-product-section {
    padding-block: 45px 15px;
}

.single_product_back a {
    font-weight: 300;
    color: #1D1D1B;
}
.single_product_wrapper_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    border-bottom: 1px solid #68695C;
    padding-bottom: 26px;
    line-height: 24px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 26px;
}

.section-main-single-product .project_all_left {
    width: 40%;
}
.section-main-single-product .project_all_center {
    width: 60%;
    border-right: 1px solid;
}
.section-main-single-product .project_all_left > div {
    width: 70%;
    margin-inline: auto;
}
.section-main-single-product .project_all_center img {
    max-width: 100%;
    object-fit: fill;
}
.section-main-single-product {
    padding-inline: 0;
}
.project_all_left {
    padding: 15px 30px 40px;
}
@media(max-width:1400px){
	.section-main-single-product .project_all_left > div {
    width: 100%;
    margin-inline: auto;
}
}

@media(max-width:991px){
	.projects_all_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
	.section-main-single-product .project_all_center {
    width: 100%;
}
	.section-main-single-product .project_all_left {
    width: 100%;
}
}

@media(max-width:767px){
	.single-product-section {
    padding-block: 30px 10px;
}
	.single_product_wrapper_header {
    gap: 5px;
    padding-bottom: 15px;
    line-height: 15px;
    font-size: 11px;
    margin-bottom: 15px;
}
	.single_product_back a {
    font-size: 11px;
    line-height: 15px;
}
	.section-main-single-product .project_all_center img {

    min-height: auto;
}
	.project_center_head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
    padding-bottom: 16px;
}

}


/* single-project image gallery */
.single-product-section .swiper-slide {
    opacity: 1 !important;
}
.project-gallery-slider-img {
    height: 400px;
}

.swiper-pagination-next {
    border-block: 1px solid #68695C;
    transform: none;
    padding-block: 3px;
    margin-top: 34px;
}

.swiper-pagination-next svg {
    font-size: inherit;
    height: 51px;
    width: 23px;
}

@media(max-width:767px){
	.project-gallery-slider-img {
		height: 250px;
	}
	.swiper-pagination-next {
		margin-top: 20px;
	}
	.swiper-pagination-next svg {
    font-size: inherit;
    height: 30px;
    width: 13px;
}
}


/* Project apartments details */
.apartment_details_parts {
    border-inline: 1px solid #30472B;
}
.project-apprtment-specification {
    background: #EAFAFF;
    border-right: 1px solid #30472B;
    padding: 10px 36px 100px;
    width: 60%;
}
.apartment-details-image {
    padding-inline: 20px;
    width: 40%;
}
.project-apprtment-specification h4 {
    font-size: 45px;
    line-height: 55px;
}

.project-specification-icon-with-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
    padding-block: 15px;
    border-bottom: 1px solid #1D1D1B;
}
.attribute_icon {
    height: 18px;
    width: 18px;
    margin-top: 5px;
}
.project-specification-icon-with-content-wrapper {
    padding: 0;
    column-gap: 20px;
}
.grid_button_apartments {
    margin: 0 !important;
    padding-inline: 15px;
    border-left: 1px solid #1D1D1B;
}
.grid_button_apartments.active-apt {
    background: #DEFFB0;
    color: #1D1D1B;
}
.apartment-details-image-grid {
    border-right: 1px solid;
}

.project_Apartment_section_3 {
    margin-bottom: 130px;
}

@media(max-width:1300px){
	.project-apprtment-specification {
    padding: 10px 20px 40px;
}
	.grid_button_apartments {
    padding-inline: 10px;
    font-size: 14px;
}
	.project-specification-icon-with-content {
    font-size: 13px;
    line-height: 21px;
    padding-block: 14px;
}
}

@media(max-width:992px){
	.apartment-details-image {
		width: 100%;
	}
	.project-apprtment-specification {
		width: 100%;
	}
	.apartment_details_parts {
		flex-direction: column;
	}
	.project-apprtment-specification {
    border-right: none;
}
	.mobile_accordion_apprtmnets {
    padding-block: 0 30px;
}
}

@media(max-width:767px){
	.project-apprtment-specification h4 {
    font-size: 25px;
    line-height: 35px;
    padding-top: 20px;
}
}

/* Spec note */
.project-apprtment-specification {
    position: relative;
}
.spec-note-text {
    position: absolute;
    bottom: 20px;
    right: 36px;
    left: 36px;
    font-size: 16px;
    line-height: 24px;
    color: inherit;
    margin: 0;
    direction: rtl;
}
@media(max-width:1300px){
    .spec-note-text {
        right: 20px;
        left: 20px;
        font-size: 13px;
        line-height: 21px;
    }
}

/* Lead Contact form section */
.lead-contact-form-section {
   
	padding-block: 95px;
}
.lead_contact_col_inner {
     max-width: 1280px;
    margin-inline: auto;
}
.lead_contact_col_inner {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}
.lead-contact-inner {
    width: 292px;
}
.lead-contact-form {
    width: 600px;
}
.lead-contact-form form .lead-form-fields {
    flex-direction: column;
    align-items: flex-start;
}
.lead_contact_col_inner {
    padding-inline: 50px;
}
.lead-contact-form input:not(.wpcf7-submit) {
    width: 100%;
}
.lead-contact-inner h3 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 25px;
}
.lead-contact-form-wrapp {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.lead-contact-form-wrapp .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.lead-contact-form-wrapp  .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin-top: 35px;
    background: #E4E4E4 !important;
}
.lead-contact-form-wrapp  .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin-top: 35px;
    background: #E4E4E4 !important;
    border-color: #E4E4E4 !important;
    color: #68695C !important;
}

@media(max-width:1199px){
	.lead-contact-inner {
    width: 25%;
}
	.lead-contact-form {
    width: 40%;
}
	.lead-contact-form-wrapp {
    justify-content: center;
    width: 100%;
    gap: 70px;
}
	.lead-contact-inner h3 {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 20px;
}
	.lead-contact-inner p {
    font-size: 14px;
    margin-bottom: 0;
}
	.lead-contact-form form .lead-form-fields {
    gap: 0;
}
}

@media(max-width:767px){
	.lead-contact-form-wrapp {
    gap: 40px;
    flex-direction: column;
}
	.lead-contact-inner {
    width: 100%;
}
	.lead-contact-form {
    width: 100%;
}
	.lead-contact-form-section {
    padding-block: 40px;
}
	.lead_contact_col_inner {
    padding-inline: 20px;
}
		.lead-contact-inner h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
}

/* Addtional product setcion */
.otherpages .section-title.additional_project_title {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 100%;
    color: #68695C;
}
.otherpages .home-projects-button {
    color: #68695C;
}

@media(max-width:767px){
	.home-projects-button {
    margin-bottom: 20px;
}
	.otherpages .section-title.additional_project_title {
    margin-bottom: 10px;
}
}
/* About us page section */

.about-right-pannel{
	padding:20px;
}

.about_panel_header h1{
    text-align: left;
    font-family: 'Denim INK-TRIAL';
    font-weight: 500;
    font-size: 80px;
    line-height: 105%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.about_pannel_subheading {
    font-size: 36px;
    margin-top: 19px;
    line-height: 100%;
}
.about_banner_logo {
    height: 115px;
    width: 115px;
}
.scroll_text {
    font-size: 22px;
}
.about_hero_section {
    background: #DEFFB0;
    color: #B49463;
    display: grid;
    grid-template-columns: 4fr 2fr;
}
.about-right-left img {
    min-height: 728px;
}
	.about_hero_section {
    min-height: 85vh;
}
@media(max-width:1800px){

	.about_pannel_subheading {
    font-size: 30px;
    margin-top: 19px;
    font-weight: 300;
}
.about_banner_logo {
    height: 90px;
    width: 90px;
}
}

@media(max-width:1500px){
	.about_panel_header h1 {
		font-size: 45px;
	}
	.about_pannel_subheading {
    	font-size: 20px;
	}
	.about_banner_logo {
    height: 70px;
    width: 70px;
}
	.scroll_text {
    font-size: 18px;
}
}

@media(max-width:1199px){
	.about_hero_section {
		grid-template-columns: 3fr 2fr;
	}
	.about_panel_header h1 {
		font-size: 35px;
	}
	.about_pannel_subheading {
		font-size: 16px;
	}
	.min-h-screen {
    min-height: 70vh;
}
}

@media(max-width:767px){
	.about_hero_section {
    grid-template-columns: auto;
    min-height: 70vh;
}
	.about-right-pannel {
 	   	padding: 20px;
    	color: #1D1D1B;
	}
	.about_panel_header h1 {
		font-size: 24px;
	}
	.about_pannel_subheading {
		font-size: 13px;
	}
	.scroll_text {
    font-size: 14px;
}
	.scroll_text svg path{
		fill: #1D1D1B;
	}
	.about_banner_logo {
		height: 50px;
		width: 50px;
	}
	.about_banner_logo {
    height: 50px;
    width: 50px;
    filter: brightness(0) saturate(100%);
}
	.about-right-left img {
    min-height: auto;
    object-fit: contain;
    position: relative;
}
}


/* About Profile image */
.about_founder_details {
    flex-direction: column;
    align-items: flex-start;
}
.founder_section {
    color: var(--secondary-color);
}
.founder_section h4 {
    font-size: 36px;
    margin-bottom: 28px;
    line-height: 110%;
}
.founder_profile_pic {
    margin-bottom: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile_details_wrapper p {
    text-align: right;
    margin-inline: 13px;
}
.profile_details_wrapper {
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 1;
}
img.founder_sign {
    width: 110px;
    margin-right: auto;
    padding-inline: 13px;
}
.about_founder_profile {
    grid-column-start: 5;
    width: 100%;
    grid-row-start: 1;
}
.about_founder_details {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
	padding-right:0;
    grid-column: 3 / 5;
    width: fit-content;
    grid-row-start: 1;
    background: #fff;
    z-index: 1;
    margin-inline: 19px;
}
.founder_section_inner {
    margin-inline: auto;
    padding-bottom: 200px;
    position: relative;
    
}
.enturpanure_section, .founder_section_inner, .share_holders_section_inner, .bullets_Sections_wrapper {
	position:relative;
	border-right: 1px solid #68695C;
}

.founder_section_inner::after, .enturpanure_section::after, .share_holders_section_inner::after, .bullets_Sections_wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background-image:
    linear-gradient(to right, #a4a59d 1px, transparent 1px);

  background-size: calc(100% / 6) 100%;
}

@media(max-width:1199px){

	.about_founder_details {
    grid-column: 2 / 5;
    padding-block: 0;
}
	.founder_section h4 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 110%;
}
	.founder_content_inner {
    font-size: 14px;
}
	.founder_section_inner {
    margin-inline: auto;
    padding-bottom: 100px;
}
}

@media(max-width:767px){
	.founder_section_inner {
    margin-inline: auto;
    display: flex;
    flex-direction: column;
}
	.about_founder_details {
    padding-block: 0;
    padding: 0;
    padding-top: 20px;
}
	.founder_section h4 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 110%;
}
	.founder_content_inner {
    font-size: 12px;
}
	.founder_section_inner {
    margin-inline: auto;
    padding-bottom: 50px;
}
	.enturpanure_section, .founder_section_inner, .share_holders_section_inner, .bullets_Sections_wrapper{
		border:none;
	}
}


/* Enturpanure section */
.enturpanure_section {
    color: var(--secondary-color);
}
.enturpanure_details_content {
    padding: 10px 20px;
    grid-column: 4 / 6;
}
.enturpanure_details_content h2 {
    font-size: 36px;
    line-height: 100%;
    padding-bottom: 23px;
	margin-bottom:0;
}
.short_sentence {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px;
}
.enturpanure_details_content .font-mont {
    font-weight: 500;
    font-family: Ezer Solid;
}
.enturpanure_details_image {
    grid-column: 2 / 4;
    z-index: 1;
}
.enturpanure_details_content > *{
	background:#fff;
	z-index:1;
}
@media(max-width:1199px){
	.enturpanure_details_content h2 {
		font-size: 30px;
		line-height: 100%;
		padding-bottom: 16px;
	}
	.enturpanure_details_content p {
		font-size: 14px;
		max-width: 100%;
	}
	.enturpanure_details_content .short_sentence {
		font-size: 18px;
	}
}

@media(max-width:767px){
	.enturpanure_details_content h2 {
		font-size: 25px;
	}
	.enturpanure_details_content .short_sentence {
		font-size: 14px;
	}
	.enturpanure_details_content p {
		font-size: 12px;
	}
	.enturpanure_section > div {
		display: flex;
		flex-direction: column;
	}
	.enturpanure_details_content {
		padding: 20px 20px;
	}
}

/* Share Holder section */
.shareholders_details_wrapper {
    display: flex;
    align-items: center;
    padding-inline: 0;
    gap: 0;
}
.share_holder_item {
    width: 16.66%;
    gap: 8px;
    align-items: flex-start;
    padding-inline: 10px;
}


.share_holder_item h4 {
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 28px;
}
.share_holders_section {
    color: var(--secondary-color);
}
.share_holders_content_text {
    font-size: 16px;
}
.shareholders_details_wrapper {
    color: var(--secondary-color);
    padding-block: 200px 260px;
}

@media(max-width:1500px){
	.share_holder_item h4 {
    font-size: 29px;
    line-height: 110%;
    margin-bottom: 20px;
}
	.share_holders_content_text {
    font-size: 14px;
}
}

@media(max-width:1200px){
	.share_holder_item.share_holders_header {
			width: 100%;
			align-items: flex-start;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			text-align: center;
		}
	.shareholders_details_wrapper {
    display: flex;
    align-items: center;
    padding-inline: 20px;
    gap: 0;
    flex-wrap: wrap;
    background: #fff;
    z-index: 1;
    position: relative;
    padding-block: 20px;
}
	.share_holder_item {
		width: calc(20% - 16px);
		gap: 8px;
		align-items: flex-start;
	}
}

@media(max-width:991px){
	.share_holders_section {
		color: var(--secondary-color);
		padding-block: 100px;
	}
}

@media(max-width:767px){
	.share_holders_section {
		padding-block: 50px;
	}
	.share_holder_item h4 {
		font-size: 25px;
		line-height: 110%;
		margin-bottom: 10px;
	}
	.share_holders_content_text {
		font-size: 12px;
	}
	.share_holder_item.share_holders_header {
		align-items: flex-start;
		text-align: right;
	}
	.share_holder_item {
		width: calc(50% - 8px);
		gap: 8px;
		align-items: flex-start;
	}
	.shareholders_details_wrapper {
		gap: 15px;
		flex-wrap: wrap;
		padding-inline: 0;
	}
	.share_holder_item.share_holders_header {
		margin-bottom: 20px;
	}
	.shareholders_details_wrapper {
    padding-block: 30px 50px;
}
	.founder_section_inner::after, .enturpanure_section::after, .share_holders_section_inner::after, .bullets_Sections_wrapper::after{
		display:none;
	}
}


/* Bullets section */
.bullets_Sections_wrapper .bullets_section_items {
    margin-bottom: 120px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    display: grid;
}
.bullets_section_items_inner {
    grid-column: 3 / 4;
    background: #FFF;
    z-index: 1;
}
.bullets_Sections_wrapper {
    color: var(--secondary-color);
}

.bullets_section_items.bullets_section_items_1 .bullets_section_img {
    grid-column: 1 / 3;
}

.bullets_section_items .bullets_section_img {
    z-index:1;
}

h4.bullets_title {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
}
.bullets_contents {
    font-size: 16px;
    line-height: 24px;
}
.bullets_section_items.bullets_section_items_2 .bullets_section_img {
    grid-column: 4 / 7;
}
.bullets_section_items.bullets_section_items_2 .bullets_section_items_inner {
    grid-column: 3 / 4;
    grid-row: 1;
}
.bullets_section_items.bullets_section_items_3 .bullets_section_img {
    grid-column: 2 / 4;
}
.bullets_section_items.bullets_section_items_3 .bullets_section_items_inner {
    grid-column: 4 / 5;
}
.bullets_contents br {
    display: none;
}
.share_holders_content_text br {
    display: none;
}
.bullets_section_items .bullets_section_items_inner {
    margin-inline: 20px;
}
@media(max-width:1300px){
	.bullets_section_items_inner {
		grid-column: 3 / 5;
	}
	.bullets_section_items.bullets_section_items_2 .bullets_section_items_inner {
		grid-column: 2 / 4;
	}
	.bullets_section_items.bullets_section_items_3 .bullets_section_items_inner {
		grid-column: 4 / 6;
	}
}

@media(max-width:991px){
	.bullets_section_items_inner {
		grid-column: 3 / 7;
	}
	.bullets_section_items.bullets_section_items_2 .bullets_section_items_inner {
		grid-column: 1 / 4;
	}
	.bullets_section_items.bullets_section_items_3 .bullets_section_items_inner {
		grid-column: 4 / 7;
	}
}

@media(max-width:767px){
	.bullets_Sections_wrapper .bullets_section_items {
		display: flex;
		flex-direction: column;
	}
	.bullets_section_items_inner {
		padding: 20px 0;
	}
		h4.bullets_title {
		font-size: 18px;
		font-weight: 500;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.bullets_contents {
		font-size: 14px;
		line-height: 21px;
	}
	.bullets_Sections_wrapper .bullets_section_items {
		margin-bottom: 40px;
	}
	
}

/* Partner section */
.partner_section .swiper-slide {
    opacity: 1 !important;
}
.partner_section {
    padding-top: 50px;
}
.partner_section .section-title {
    font-family: Ezer Solid;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 20px;
    color: var(--secondary-color);
}
.partner-swiper-wrapper {
    border-block: 1px solid #000000;
    padding-block: 40px;
}

@media(max-width:991px){
	.partner-swiper-wrapper {
    padding-block: 20px;
}
}

@media(max-width:767px){
	.partner_section {
		padding-top: 0;
	}
	.partner_section .section-title {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.partner-swiper-wrapper {
		padding-block: 10px;
	}
}

/* Choose Product section */
.choose_product_section_about {
    padding-block: 140px;
}

@media(max-width:991px){
	.choose_product_section_about {
		padding-block: 80px;
	}
}

@media(max-width:767px){
	.choose_product_section_about {
		padding-block: 50px;
	}
	.otherpages .section-title.additional_project_title {
    	font-size: 25px;
	}
}


/* Gallery page misonary section */
/* ==========================================================================
   Masonry Gallery — two flex columns, dealt row-wise in page-gallery.php
   (CSS `column-count` filled column-by-column and broke the field order)
   ========================================================================== */

.masonry-grid {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    direction: ltr; /* first column sits on the left, so field order reads left-to-right */
}

.masonry-col {
    flex: 1 1 0;
    min-width: 0;
    direction: rtl; /* card content stays RTL like the rest of the site */
}

.masonry-item {
    position: relative;
    display: block;
    margin-bottom: 10px;
    break-inside: avoid;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.masonry-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.masonry-item:hover img {
    transform: scale(1.06);
}

.masonary-product-bottom {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border-block: 1px solid var(--project-text-color);
    padding-block: 12px;
    margin-top: 12px;
	font-size:16px;
}

/* Overlay */
.masonry-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background: var(--project-color);
	color:var(--project-text-color);
	opacity: 0; 
    transform: translateY(10px); 
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.masonry-item:hover .masonry-overlay,
.masonry-item:focus-visible .masonry-overlay {
    opacity: 1;
    transform: translateY(0);
}

.masonry-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 100%;
}

@media(max-width:1199px){
		.masonary-product-bottom {
    flex-direction: column;
    border-block: none;
    padding-block: 0;
    margin-top: 6px;
    font-size: 12px;
	align-items:flex-start;
}
	.masonry-overlay {
    justify-content: flex-start;
}
	.masonry-address {
    padding-block: 4px;
    border-block: 1px solid var(--project-text-color);
    width: 100%;
}
	.masonary-product-bottom {
    width: 100%;
}
	.masonry-link {
    margin-top: 23px;
}
}

@media(max-width:991px){
	.masonry-grid {
    column-gap: 6px;
}
	.masonry-item {
    margin-bottom: 4px;
}
	.masonry-overlay{
		padding:8px;
	}
	.masonry-title {
    font-size: 20px;
}

	.masonry-item {
    min-height: 117px;
}
	.masonry-item img {
    min-height: 117px;
    object-fit: cover;
}
}

@media(max-width:767px){
	.masonry-title {
		font-size: 17px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.masonry-address{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/* ==========================================================================
   Utility overrides
   ========================================================================== */

/* .py-4 is compiled Tailwind output (gabso/css/app.css:1378) and the parent
   theme still has its build tooling, so an edit there would be lost on the next
   `npm run dev`. This stylesheet loads after app.css, so the override wins. */
.py-4 {
    padding: 1rem 0.3rem;
}
