/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1778571525
Updated: 2026-05-12 07:38:45

*/


/* header mega menu css */

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.popup-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

button.gprev.gbtn , button.gnext.gbtn{
  display: none !important;
}

.detail-row.client_row .value {
    position: relative;
    padding-left: 55px;
}

.detail-row.project_list.works_row .value ul li{
  margin-bottom: 20px !important;
}
.is_mac .detail-row.client_row .value::before {
   
    top: 16px;
}
.project-details .label{  width:80px }
.detail-row.client_row .value::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url(./images/list-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


.elementor-popup-modal {
  background-color: transparent !important;
  position: fixed !important;
}

.detail-row.project_list.works_row li::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 8px !important;
    width: 28px;
    height: 28px;
    background-image: url(./images/list-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

/*.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  transition: max-height .6s, transform .6s !important;
}
 .elementor-popup-modal{
  background-color: transparent !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  top: 0px !important;
  right: 0 !important;
  padding-right: 32px;
  transition: transform .5s ease !important;
  position: fixed !important;
}
.logged-in .elementor-popup-modal .dialog-widget-content{
  margin-top: 90px !important;
}
.dialog-message {
  width: 450px !important;
  overflow: hidden !important;
  transition: transform .5s ease !important;
  top: 0 !important;
}
.elementor-popup-modal .dialog-widget-content{
  background-color: transparent !important;
  border-radius: 20px !important;
  animation-name: fadeIn !important;
  animation-duration: 2s !important;
  box-shadow: none !important;
  margin-top: 60px;
}*/
.eicon-close {
  fill: #000 !important;
}

.sidebar_menu ul {
  display: flex;
  flex-wrap: wrap;
}

.sidebar_menu ul li {
  width: 50%;
}

.toggle-heading {
  cursor: pointer;
}

.toggle-heading .heading-icon {
  display: none;
}

.toggle-heading.active .heading-text {
  display: none;
}

.toggle-heading.active .heading-icon {
  display: inline-flex;
}


/* home page */


.service_button a,
.service_blue_button a {
  line-height: unset !important;
  /* line-height: 32px !important; */
}

.is_mac .service_button a,
.is_mac .service_blue_button a,
.is_mac .header_service_blue_button a,
.is_mac .contcat_form button {
  padding: 20px 30px 10px !important;
}

.is_mac .service_button a svg,
.is_mac .service_blue_button a svg,
.is_mac .header_service_blue_button a svg,
.is_mac .contcat_form button svg {
  margin-top: -7px !important;
}

.blue_button a svg {
  width: 14px !important;
}

.service_button a svg,
.service_blue_button a svg,
.contcat_form button svg {
  width: 14px !important;
  margin-top: 5px !important;
}

.service_button a:hover svg path,
.service_blue_button a svg path {
  fill: #fff !important;
  stroke: #fff !important;
}

.service_blue_button a:hover svg path {
  fill: #101843 !important;
  stroke: #101843 !important;
}

.marble_data {
  position: relative;
  overflow: hidden !important;
  height: 534px !important;
  cursor: pointer;
}

.marble_hover {
  position: absolute !important;
  height: 100%;
  left: 0;
  width: 100% !important;
  opacity: 0;
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) !important;
  cursor: pointer;
  border: 0.75px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(35px);
  transform: scale(1.02);
}

.marble_data:hover .marble_hover {
  opacity: 1;
  transform: scale(1);
  position: absolute !important;
  bottom: 0px !important;
  height: 100% !important;
}


.elementor-align-center.service_blue_button.elementor-widget.elementor-widget-button {
    display: block;
    margin: 0 auto;
}
.stone_slider .swiper-pagination-bullet,
.stone_slider .swiper-pagination-lock,
.stone_slider .swiper-pagination {
  display: flex !important;
}

.showroom_section {
  transition: transform .5s ease !important;
}

.showroom_section::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: scale(1);
  transition: transform .5s ease !important;
  cursor: pointer;
}

.showroom_section:hover::before {
  transform: scale(1.1);
}



/* service page */

/* MAIN CARD */

.service-card {
  position: relative;
  overflow: hidden !important;
  height: 705px !important;
  padding: 40px 40px 70px !important;
}

.service-card {
  transition: all .9s ease !important;
}

.hover-layout {
  position: absolute !important;
  height: 100%;
  /* Always at bottom */
  left: 0;
  width: 100% !important;
  opacity: 1;
  /* Always visible */
  transform: translateY(100%);
  /* Start hidden below */
  transition: transform 0.9s cubic-bezier(0.5, 0, 0.3, 1) !important;
  cursor: pointer;
}

.service-card:hover .hover-layout {
  transform: translateY(0);
  /* Slide up smoothly into view */
  position: absolute !important;
  bottom: 0px !important;
  height: 100% !important;
}


/* contact page */


.contcat_form input,
.contcat_form textarea,
.contcat_form select {
  padding: 10px 0 !important;
}

.contcat_form .elementor-field-type-submit {
  margin-top: 30px !important;
}

.contcat_form .elementor-button-icon svg {
  width: 14px !important;
}

::placeholder {
  color: rgba(16, 24, 67, 0.70) !important;
}

.contcat_form input:focus,
.contcat_form textarea:focus,
.contcat_form input:focus-visible,
.contcat_form textarea:focus-visible {
  border-bottom: 1px solid #2d2d2d !important;
  outline: none !important;
  box-shadow: unset !important;
}

.contcat_form .elementor-button.loading {
  pointer-events: none;
  opacity: 0.7;
  position: relative;
}

.contcat_form .elementor-button.loading:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  animation: spin 0.7s linear infinite;
  vertical-align: middle;
}

.contcat_form .elementor-button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.is_mac .contact_icons .elementor-icon-box-icon,
.is_mac .contact_icons .elementor-icon-box-icon a {
  display: block !important;
}

.is_mac .contact_icons .elementor-icon-box-wrapper svg path,
.is_mac .contact_icons .elementor-icon-box-wrapper svg {
  stroke: #69727d !important;
  fill: #69727d !important;
}

.contact_icons .elementor-icon-box-wrapper:hover svg path {
  stroke: #101843 !important;
  fill: #101843 !important;
}

.contact_icons h3 {
  margin: 0px !important;
}


/* collection page */


.searchbar form button {
  height: 42px;
  margin: 5px;
  right: 0;
  position: absolute;
}

.slab-search-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 16px 5px 16px 20px;
  border-radius: 5px;
  border: 1px solid #101843;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.slab-search-box input {
  color: rgba(16, 24, 67, 0.70);
  font-family: "Exensa Grotesk", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  outline: 0px;
  border: 0px;
  padding: 0 10px;
}

.search-icon {
  font-size: 22px;
  color: #101843;
  width: 30px;
  height: 30px;
}

.slab-search-box input::placeholder {
  color: #101843;
  opacity: 1;
}

.is_mac .slab-search-box button {
  padding: 12px 15px 5px;
}

.slab-search-box button,
.slab-search-box button:focus,
.slab-search-box button:focus-visible {
  background-color: #101843;
  color: #fff;
  border: 1px solid #101843;
  padding: 9px 15px;
  font-size: 20px;
  border-radius: 5px !important;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  line-height: 24px;
  font-family: "Exensa Grotesk", Sans-serif;
}

.slab-search-box button:hover,
.slab-search-box button:focus,
.slab-search-box button:focus-visible {
  background-color: #fff !important;
  color: #101843;
}

#clear-search {
  position: absolute;
  right: 105px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  display: none;
  line-height: 1;
}

/* slab filter header */
.slab-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.slab-filter-header h3 {
  margin: 0;
  font-family: "Exensa Grotesk";
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
  text-transform: capitalize;
  color: #2D2D2D;
  font-family: "Exensa Grotesk", Sans-serif;
}

#clear-filters {
  color: #2D2D2D;
  text-decoration: underline;
  cursor: pointer;
  font-family: "Exensa Grotesk", Sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
}

#clear-filters:hover {
  color: #101843;
}

.searchbar .e-fas-search {
  fill: #101843 !important;
}

.slab-filter-wrap {
  display: flex;
  gap: 20px;
  position: relative;
  align-items: flex-start;
  margin-bottom: 10px;
}

.filter-group {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='30' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%232D2D2D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0px center !important;
  background-size: 15px 30px !important;
  background-origin: content-box !important;
  font-family: "Exensa Grotesk", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #2D2D2D;
}

.is_mac .filter-group {
  padding: 20px 20px 10px;
}

.filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}

.filter-options {
  border: 1px solid #F3F3F5;
  border-radius: 10px;
  background-color: #F3F3F5;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  color: #2D2D2D;
  font-family: "Exensa Grotesk", Sans-serif;
  display: none;
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  z-index: 999;
}

.filter-options-flex {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-btn input {
  display: none;
}

.is_mac .filter-btn span {
  padding: 15px 15px 10px;
}

.filter-btn span {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #3D3D3D;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Exensa Grotesk", Sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.filter-group.active .filter-title span {
  transform: rotate(180deg);
}

.filter-btn span:hover {
  background: #101843;
  color: #fff;
  border-color: #101843;
}

.filter-btn input:checked+span {
  background: #101843;
  color: #fff;
  border-color: #101843;
}

/* custom box */
.filter-options-last .filter-btn span {
  position: relative;
  padding-left: 42px;
  color: #2D2D2D;
  border-radius: 0px;
  border: 0px;
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-size: 24px;
  font-family: "Exensa Grotesk", Sans-serif;
}

.filter-options-flex.filter-options-last {
  column-gap: 60px;
  row-gap: 20px;
}

.filter-options-last .filter-btn span:hover,
.filter-options-last .filter-btn input:checked+span {
  background: transparent;
  color: #2D2D2D;
}

/* empty checkbox box */
.filter-options-last .filter-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #2D2D2D;
}

/* checked style */
.filter-options-last .filter-btn input[type="radio"]:checked+span::before {
  background: #fff;
}

/* check icon */
.filter-options-last .filter-btn input[type="radio"]:checked+span::after {
  content: "✔";
  position: absolute;
  left: 4px;
  top: -3px;
  font-size: 24px;
  font-family: "Exensa Grotesk", Sans-serif;
  color: #2D2D2D;
  font-weight: bold;
}

/* .slab_filter_img,
.slab_filter_hover {
  transition: opacity 0.5s ease;
}
.slab_filter_hover a, .slab_filter_hover a img{
  width: 100% !important;
}

.slab_filter_img {
  opacity: 1;
}

.slab_filter_hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slab_filter_images:hover .slab_filter_img {
  opacity: 0;
}

.slab_filter_images:hover .slab_filter_hover {
  opacity: 1;
} */

.slab_filter_images {
  position: relative;
  overflow: hidden;
}

/* common styles */
.slab_filter_img,
.slab_filter_hover {
  width: 100%;
  transition: opacity 0.6s ease-in-out !important;
  will-change: opacity;
}

/* default image */
.slab_filter_img {
  opacity: 1;
}

/* hover image */
.slab_filter_hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* hover effect */
.slab_filter_images:hover .slab_filter_img {
  opacity: 0;
}

.slab_filter_images:hover .slab_filter_hover {
  opacity: 1;
}

/* Collection details page */


.breadcrumb li a,
.breadcrumb li span {
  color: #fff !important;
  opacity: 0.7;
}

.breadcrumb li:hover a,
.breadcrumb li:hover span {
  color: #fff !important;
  opacity: 1;
}

.breadcrumb li:last-child a,
.breadcrumb li:last-child span {
  color: #fff !important;
  opacity: 1;
}

.single-slab_type .elementor-popup-modal#elementor-popup-modal-2160 {
  background-color: rgba(0, 0, 0, .8) !important;
  justify-content: center !important;
  align-items: center !important;
  top: 0 !important;
  right: 0 !important;
  padding-right: 0px;
  transition: transform .5s ease !important;
  position: fixed !important;
}

.single-slab_type .elementor-popup-modal#elementor-popup-modal-2160 .eicon-close {
  display: block !important;
}

body.admin-bar.single-slab_type .dialog-lightbox-widget {
  height: 100vh !important;
}

.is_mac .single-slab_type .elementor-widget-post-info {
  padding: 10px 12px 4px 12px !important;
}

/* Projects page */


.elementor-widget-loop-grid .projects .elementor-widget-image {
  overflow: hidden;
  border-radius: 20px !important;
}

.elementor-widget-loop-grid .projects .elementor-widget-image img {
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.elementor-widget-loop-grid .projects:hover .elementor-widget-image img {
  transform: scale(1.1);
}

.project_image a {
  width: 100% !important;
}


/* Projects Details page */

.single-projects p {
  margin-bottom: 30px !important;
}

.single-projects p:last-child {
  margin-bottom: 0px !important;
}

.project_list ul {
  list-style: none;
  padding: 0;
}

.project_list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 0;
  list-style: none !important;
}

.project_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 28px;
  height: 28px;
  background-image: url(./images/list-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.is_mac .project_list li::before {
  width: 28px;
  height: 28px;
  top: 0px;
}

/* gallery css*/

.custom-gallery {
  margin-top: 20px;
}

.two-images {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.half-image {
  width: 50%;
  overflow: hidden;
  position: relative;
  border-radius: 20px !important;
  height: 660px;
}

.full-image {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 20px !important;
  height: 818px;
}

/* .four-items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.four-items a img, .four-items .gallery-item{
  height: 350px !important;
  width: 100%;
} */
.half-image a img {
  height: 660px;
  object-fit: cover;
}

.full-image .single-image,
.full-image .single-image a {
  width: 100%;
  height: 100%;
  display: block;
}

.custom-gallery img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  border-radius: 20px !important;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.custom-gallery .half-image:hover img,
.custom-gallery .gallery-item:hover img,
.custom-gallery .full-image:hover img {
  transform: scale(1.1);
}

.gallery-item {
  overflow: hidden;
  position: relative;
  border-radius: 20px !important;
}

.glightbox-container .gslide-description {
  display: block !important;
}

.glightbox-clean .gcounter {
  display: block !important;
  opacity: 1 !important;
}

.gslide-image img {
  max-height: 97vh !important;
  max-width: 100% !important;
}

.goverlay {
  background: rgba(0, 0, 0, .92) !important;
}

.glightbox-download {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.glightbox-download:hover {
  background: #000;
  color: #fff;
}

.custom-gallery video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.glightbox-clean .gslide-media {
  box-shadow: unset !important;
}

/* detail custom code */

.project-details {
  font-family: "Exensa Grotesk", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 51px;
  color: #2d2d2d;
  width: 740px;
}

.project-details .detail-row {
  display: flex;
  gap: 105px;
  border-bottom: 1px solid #00000033;
}

.project-details .client_row {
  padding-bottom: 40px;
}

.project-details .works_row {
  padding: 57px 0 54px;
}

.project-details .stone_row {
  padding: 50px 0 80px;
}

.project-details .detail-row:last-child {
  border-bottom: none;
}

.project-details .label {
  font-family: "Exensa Grotesk", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36.4px;
  color: #2d2d2d;
}

.project-details .value {
  flex: 1;
  width: 510px;
  font-family: "Exensa Grotesk", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36.4px;
  color: #2D2D2DB3;
}

.project-details .value p {
  margin: 0;
}


/* thank you */

.thank_you_number a {
  color: #101843 !important;
}

.thank_you_number a:hover {
  color: #2D2D2D !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm {
  position: relative;
}
.elementor-1257 .elementor-element.elementor-element-cfca5f4 a {
  width: 100%;
}
.elementor-1257 .elementor-element.elementor-element-cfca5f4 img {
  width: 100%;
}

/* responsive css */

@media (min-width:2600px) and (max-width:3400px) {
  /* .elementor-popup-modal{
    padding-right: 22.3% !important;
  } */
}

@media (min-width:2000px) and (max-width:2590px) {
  /* .elementor-popup-modal{
    padding-right: 13.8% !important;
  } */
}

@media (max-width: 1680px) {

  .service_button a,
  .service_blue_button a,
  .contcat_form button {
    font-size: 25px !important;
    line-height: unset !important;
  }

  /* .elementor-popup-modal{
    padding-right: 20px !important;
  } */
  .card-title h2 {
    font-size: 70px !important;
    line-height: 70px !important;
  }

  .service-card .service_img {
    border-radius: 20px;
    background-size: cover;
    height: 100% !important;
  }

  .home_fabric {
    width: 400px !important;
  }

  .hover-layout {
    row-gap: 100px !important;
  }

  .half-image a img,
  .half-image,
  .full-image {
    height: 600px;
  }

  .sidebar_menu ul li {
    margin-bottom: 15px !important;
  }

  .sidebar_menu ul li:last-child {
    margin-bottom: 0px !important;
  }

  .site_logo {
    padding-bottom: 0px !important;
  }
}


@media (min-width:1670px) and (max-width:1800px) {
  .footer_text {
    width: 17% !important;
  }
}

@media (min-width:1500px) and (max-width:1670px) {
  .main_marble .marble_hover {
    padding-top: 60px !important;
  }

  .card-title h2 {
    font-size: 60px !important;
    line-height: 60px !important;
  }

  .hover-layout {
    row-gap: 20px !important;
  }

  .footer_text {
    width: 19% !important;
  }
}


@media (min-width:1450px) and (max-width:1499px) {
  .marble_hover {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 1440px) {

  /* #mega-menu{
    max-width: 1000px;
    right: 0px;
  }
   .elementor-popup-modal{
    margin-top: -15px;
    padding-right: 10px;
  } */
  .service-card {
    height: 600px !important;
  }

  .card-title h2 {
    font-size: 54px !important;
    line-height: 54px !important;
  }

  .service-card {
    height: 500px !important;
  }

  .location_icon .elementor-icon-box-icon a {
    margin-top: 3px;
  }

  .email_icon .elementor-icon-box-icon a {
    margin-top: 10px;
  }

  .elementor-icon-box-title {
    margin: 0px !important;
  }

  .is_mac .location_icon .elementor-icon-box-icon a {
    margin-top: 0px;
  }

  .is_mac .email_icon .elementor-icon-box-icon a {
    margin-top: 0px;
  }

  .home_fabric {
    width: 300px !important;
  }

  /* .logged-in .elementor-popup-modal .dialog-widget-content{
    margin-top: 100px !important;
    margin-right: 0px !important;
  }
  .elementor-popup-modal .dialog-widget-content{
    margin-top: 70px !important;
  } */
  .half-image a img,
  .half-image,
  .full-image {
    height: 500px;
  }

  .project-details {
    width: 100%;
  }
}

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

@media (max-width: 1280px) {
  .card-title h2 {
    font-size: 50px !important;
    line-height: 50px !important;
  }

  .hover-layout {
    row-gap: 20px !important;
  }

  .project_list li {
    margin-bottom: 0px;
    padding-left: 45px;
  }

  .project_list li::before {
    top: 8px;
    width: 25px;
    height: 30px;
  }

  .marble_data {
    height: 430px !important;
  }

  .home_fabric {
    width: 280px !important;
  }

  /* .logged-in .elementor-popup-modal .dialog-widget-content{
    margin-right: 0px !important;
  } */
  .location_icon .elementor-icon-box-icon a {
    margin-top: 0px;
  }

  .is_mac .location_icon .elementor-icon-box-icon a {
    margin-top: 0px;
  }
}


@media (min-width:1025px) and (max-width:1250px) {
  .home_fabric {
    width: 180px !important;
  }
}

@media (max-width: 1025px) {

  /* .elementor-popup-modal .dialog-widget-content{
      margin-top: 55px;
      padding-right: 0;
      align-items: flex-start !important;
  } */
  .dialog-message {
    /* width: 900px !important; */
  }

  /* .elementor-popup-modal{
    padding: 0 20px !important;
  } */
  .service-card {
    padding: 30px !important;
  }

  .card-title h2 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  .hover-layout {
    row-gap: 50px !important;
  }

  .home_fabric {
    width: 180px !important;
  }

  .is_mac .home_fabric {
    width: 160px !important;
  }

  .location_icon .elementor-icon-box-icon a {
    margin-top: 6px;
  }

  .project_list li {
    margin-bottom: 10px;
    padding-left: 45px;
  }

  .project_list li::before {
    top: 5px;
    width: 25px;
    height: 30px;
  }

  .half-image a img,
  .half-image,
  .full-image {
    height: 400px;
  }

  .project-details .detail-row {
    gap: 50px;
    justify-content: flex-start;
    align-self: flex-start;
  }

  .project-details .label {
    /* line-height: 40px; */
  }

  .project-details .client_row {
    padding-bottom: 30px;
  }

  .project-details .works_row {
    padding: 30px 0 30px;
  }

  .project-details .stone_row {
    padding: 30px 0 60px;
  }

  .project-details .value {
    font-size: 25px;
    line-height: 30px;
  }

  .is_mac .service_button a,
  .is_mac .service_blue_button a,
  .is_mac .header_service_blue_button a,
  .is_mac .contcat_form button {
    padding: 20px 10px 10px !important;
  }

  /* .four-items{
      grid-template-columns: repeat(3, 1fr);
  }
  .four-items a img, .four-items .gallery-item{
    height: 300px !important;
  } */
}

@media (max-width: 991px) {
  .marble_data {
    height: 399px !important;
  }

  .card-title h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .service-card {
    height: 400px !important;
  }

  .slab-filter-wrap select {
    min-width: auto;
  }

  .home_fabric {
    width: 150px !important;
  }

  .filter-options-last .filter-btn span {
    line-height: 20px;
    font-size: 20px;
    padding-left: 32px;
  }

  .service_button a,
  .service_blue_button a {
    font-size: 20px !important;
    line-height: unset !important;
  }

  .half-image a img,
  .half-image,
  .full-image {
    height: 300px;
  }

  .project-details .detail-row {
    gap: 30px;
  }

  .project-details .label {
    font-size: 25px;
    line-height: 30px;
  }

  /* .four-items{
      grid-template-columns: repeat(2, 1fr);
  } */
}

@media (min-width: 825px) and (max-width: 880px) {
  .dialog-message h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 820px) {
  .dialog-message {
    /* width: 730px !important; */
  }

  .dialog-message h2 {
    font-size: 20px !important;
  }

  .location_icon .elementor-icon-box-icon a {
    margin-top: 0px;
  }
}


@media (max-width: 768px) {

  .glightbox-clean .gprev,
  .glightbox-clean .gnext {
    position: relative !important;
    top: -50% !important;
  }

  .glightbox-clean .gnext {
    top: -55% !important;
    left: 90%;
  }

  /* .logged-in .elementor-popup-modal .dialog-widget-content{
    margin-top: 120px !important;
  } */
  .logged-in #elementor-popup-modal-504 .dialog-close-button {
    top: 6.3% !important;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .service-card {
    width: 550px !important;
  }

  .showroom_blue-section .service_button a,
  .showroom_blue-section .service_blue_button a {
    width: 211px !important;
  }
}

@media (max-width: 767px) {

  /* .dialog-message {
    overflow: scroll !important;
    height: 100% !important;
    width: 100 !important;
  }
  .logged-in .elementor-popup-modal .dialog-widget-content{
    margin-top: 125px !important;
  }
   .elementor-popup-modal .dialog-widget-content{
      margin-top: 79px !important;
   }
  .elementor-popup-modal .elementor{  
    height: 100% !important;
    margin: 0px 0 100px;
  }
   .elementor-popup-modal{
    padding: 0 !important;
  } */
  .dialog-message {
    width: 100% !important;
  }

  #elementor-popup-modal-504 .dialog-close-button {
    top: 10% !important;
  }

  .logged-in .site_logo,
  .logged-in .Menu_text {
    margin-top: 50px !important;
  }

  .logged-in #elementor-popup-modal-504 .dialog-close-button {
    top: 14% !important;
  }

  .card-title h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  .service-card {
    display: block !important;
    height: 400px !important;
    padding: 30px 30px 50px !important;
  }

  .is_mac .marble_hover {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .hover-layout {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    row-gap: 30px !important;
  }

  .slab-filter-wrap {
    flex-wrap: wrap;
  }

  .slab-filter-wrap select {
    min-width: 100%;
  }

  .project_list li {
    margin-bottom: 10px;
    padding-left: 35px;
  }

  .project_list li::before {
    top: 5px;
    width: 22px;
    height: 25px;
  }

  .is_mac .project_list li::before {
    top: 0px;
    width: 22px;
    height: 22px;
  }

  .half-image {
    width: 100%;
  }

  /* .two-images {
    flex-direction: column;
  } */

  .glightbox-clean .gprev {
    left: 0 !important;
    top: -52% !important;
  }

  .glightbox-clean .gnext {
    top: -57% !important;
    right: -90% !important;
  }

  .showroom_blue-section {
    height: 100% !important;
    min-height: 100% !important;
  }

  .home_fabric {
    width: 100% !important;
  }

  .dialog-message h2 {
    font-size: 24px !important;
  }

  .location_icon a {
    margin-top: 12px;
  }

  .half-image a img,
  .half-image,
  .full-image {
    height: 100%;
    max-height: 350px;
  }

  .single-slab_type .elementor-popup-modal#elementor-popup-modal-2160 .dialog-close-button {
    right: 40px !important;
  }

  .single-slab_type .elementor-popup-modal#elementor-popup-modal-2160 .dialog-message {
    padding: 0 20px !important;
  }

  .sitemap_data .elementor-sitemap-wrap {
    gap: 25px !important;
  }

  .sitemap_data .elementor-sitemap-section h2 {
    margin-top: 0px !important;
  }

  .project-details .detail-row {
    gap: 20px;
  }

  .project-details .client_row {
    padding-bottom: 20px;
  }

  .project-details .works_row {
    padding: 20px 0 20px;
  }

  .project-details .stone_row {
    padding: 20px 0 20px;
  }

  .project-details .label {
    font-size: 22px;
    line-height: 30px;
  }

  .project-details .value {
    font-size: 22px;
    line-height: 30px;
  }

  .showroom_blue-section .service_button a,
  .showroom_blue-section .service_blue_button a {
    width: 211px !important;
  }

  .service_button a,
  .service_blue_button a {
    line-height: normal !important;
  }

  #factory_craftmanship {
    scroll-margin-top: 70px;
  }

  .is_mac .service_button a,
  .is_mac .service_blue_button a,
  .is_mac .header_service_blue_button a,
  .is_mac .contcat_form button {
    padding: 15px 15px 8px 10px !important;
    justify-content: center !important;
  }

  .is_mac .service_button a svg,
  .is_mac .service_blue_button a svg,
  .is_mac .header_service_blue_button a svg,
  .is_mac .contcat_form button svg {
    width: 14px !important;
    height: 14px !important;
    margin-bottom: 7px !important;
    margin-top: 0px !important;
  }

  .is_mac .service_button span,
  .is_mac .service_blue_button span,
  .is_mac .header_service_blue_button span,
  .is_mac .contcat_form span {
    text-decoration: inherit;
    display: flex;
    align-items: center;
    line-height: 29px;
  }

  .service_button .elementor-button,
  .service_blue_button .elementor-button,
  .header_service_blue_button .elementor-button,
  .contcat_form .elementor-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 20px 12px !important;
    width: fit-content !important;
  }

  .service_button .elementor-button-content-wrapper,
  .service_blue_button .elementor-button-content-wrapper,
  .header_service_blue_button .elementor-button-content-wrapper,
  .contcat_form .elementor-button-content-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: fit-content !important;
  }

  .service_button .elementor-button-text,
  .service_blue_button .elementor-button-text,
  .header_service_blue_button .elementor-button-text,
  .contcat_form .elementor-button-text {
    display: block !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 1px;
  }

  .service_button .elementor-button-icon,
  .service_blue_button .elementor-button-icon,
  .header_service_blue_button .elementor-button-icon,
  .contcat_form .elementor-button-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }

  .service_button .elementor-button-icon svg,
  .service_blue_button .elementor-button-icon svg,
  .header_service_blue_button .elementor-button-icon svg,
  .contcat_form .elementor-button-icon svg {
    width: 14px !important;
    height: 14px !important;
    display: block !important;
  }

  .marble_data {
    height: 300px !important;
  }
}

@media (max-width: 450px) {

  .showroom_blue-section .service_button a,
  .showroom_blue-section .service_blue_button a {
    width: 100% !important;
  }

  .service_button a,
  .service_blue_button a {
    line-height: unset !important;
    /* line-height: 24px !important; */
  }

  .service_button a svg,
  .service_blue_button a svg,
  .contcat_form button svg {
    width: 14px !important;
    margin-top: 2px !important;
  }

  .site_logo {
    padding-bottom: 10px !important;
  }

  .service_title br {
    display: none;
  }

  /* .four-items{
      grid-template-columns: repeat(1, 1fr);
  } */
}

@media (max-width: 420px) {
  .glightbox-clean .gnext {
    top: -58% !important;
    right: -90% !important;
  }
}

@media (max-width: 400px) {
  .glightbox-clean .gnext {
    top: -59% !important;
    right: -90% !important;
  }
}

@media (max-width: 380px) {
  .glightbox-clean .gnext {
    top: -60% !important;
    right: -90% !important;
  }

  #elementor-popup-modal-504 .dialog-close-button {
    top: 13% !important;
  }

  .logged-in #elementor-popup-modal-504 .dialog-close-button {
    top: 18% !important;
  }
}

@media (max-width: 360px) {
  #elementor-popup-modal-504 .dialog-close-button {
    top: 8% !important;
  }

  .logged-in #elementor-popup-modal-504 .dialog-close-button {
    top: 15% !important;
  }
}

@media (max-width: 350px) {

  .marble_hover,
  .marble_data:hover .marble_hover,
  .main_marble:hover .marble_hover {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    display: flex !important;
    --flex-wrap-mobile: nowrap !important;
  }

  .marble_data {
    height: 300px !important;
  }
}
.elementor-element.elementor-element-897aa56.elementor-align-center.service_blue_button.elementor-widget.elementor-widget-button {
    text-align: right;
    margin: 0;
}
@media (max-width: 820px) {
    .elementor-1179 .elementor-element.elementor-element-27da6ba{
        font-size: 22px !important;
        padding-top: 10px;
    }
}
.is_mac .breadcrumb_new .elementor-icon-list-item .elementor-icon-list-text
 {
    height: 18px;
 }
 .breadcrumb_new  .elementor-widget .elementor-icon-list-items.elementor-inline-items{
    gap: 10px 0px !important;
 }
 