/* 
Theme Name: Nassar Stone
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Nassar Stone is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: nassar-stone
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.hidden {
    display: none !important;
}

:root {
    --ns-grey: #7B868C;
    --ns-blue: #081F2D;
}

[dir="rtl"] .is-masked.left img,
[dir="rtl"] .page-header .is-masked .elementor-widget-container img {
    -webkit-mask-image: url( /wp-content/uploads/2025/03/ns-mark-reverse.svg ) !important;
    mask-image: url( /wp-content/uploads/2025/03/ns-mark-reverse.svg ) !important;
    -webkit-mask-position: center right !important;
    mask-position: center right !important;
}

[dir="rtl"] .is-masked.right img,
[dir="rtl"] .single-marble-stone .page-header .is-masked .elementor-widget-container img {
    -webkit-mask-image: url( /wp-content/uploads/2025/03/ns-mask.svg ) !important;
    mask-image: url( /wp-content/uploads/2025/03/ns-mask.svg ) !important;
    -webkit-mask-position: center bottom !important;
    mask-position: center bottom !important;
}

.text-center .swiper-slide-contents {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.elementor-widget-form .elementor-button[type="submit"],
.elementor-widget-button .elementor-button {
    background-color: var(--ns-grey);
    color: #fff;
    border: 1px solid var(--ns-grey);
    border-radius: 0;
}

.elementor-widget-form .elementor-button[type="submit"]:hover,
.elementor-widget-button .elementor-button:hover {
    background-color: transparent;
    color: var(--ns-grey) !important;
    border: 1px solid var(--ns-grey);
}

.stone-specs table td, .stone-specs table th {
    border-width: 0px;
    padding: 8px;
    text-align: start;
}

.stone-specs table th {
    background-color: var(--ns-blue) !important;
    color: #fff;
}

.stone-specs table tr:nth-child(even) td {
    background-color: #e1e5e6;
}

.stone-specs table tr:nth-child(odd) td {
    background-color: #b8c0c3;
}

.text-center {
    text-align: center;
}

.nassarstone-project-info {
    margin: 0 auto;
}


.project-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* margin: 0 auto; */
    /* max-width: 100%; */
    /* padding: 0 10px; */
}


/* .hp-slides .elementor-slide-heading, 
.hp-slides .elementor-slide-description {
  background: #081f2d66;
  text-shadow: none;
  padding: 10px;
  display: inline-block;
} */



.hp-slides .swiper-slide-contents {
  background: #081f2d66;
  padding: 30px 80px;
}



.hp-slides .elementor-slide-description p {
	margin-bottom: 0px !important;
}
.hp-slides .swiper-slide-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.circled-images img {
	border-radius: 50%;
	border: 1px solid #eee;
}