.main-header .menu_element {
  position: relative !important;
  list-style: none !important;
}

/* Dropdown icon */
.main-header .menu_element.have-submenu > a::after {
  content: '▼' !important;
  font-size: 10px !important;
  margin-left: 6px !important;
  transition: transform 0.3s ease !important;
}

/* Rotate icon on hover */
.main-header .menu_element.have-submenu:hover > a::after {
  transform: rotate(180deg) !important;
}

/* Dropdown menu */
.main-header .menu_element > ul {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: white !important;
  min-width: 180px !important;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1) !important;
  border-radius: 8px !important;
  padding: 10px 0 !important;
  z-index: 999 !important;
}

/* Show dropdown on hover */
.main-header .menu_element:hover > ul {
  display: block !important;
}

/* Dropdown items */
.main-header .menu_element > ul > li {
  padding: 2px 20px !important;
}

.main-header .menu_element > ul > li a {
  color: #333 !important;
  text-decoration: none !important;
  display: block !important;
  transition: background 0.3s ease !important;
}

/* Hover effect on dropdown */
.main-header .menu_element > ul > li:hover {
  background: #f1f1f1 !important;
}

/* Top-level menu links */
.main-header .menu_element_link {
  padding: 10px 15px !important;
  display: inline-block !important;
  color: #000 !important;
  text-decoration: none !important;
}
.mwembed {
  min-height: 0 !important;
}
.breadcrumb-wrapper a {
color:#fff;
}
#mw-top-message {
  background: #a43a68;
}

#mw-top-message .container {
  padding: 1px 0px !important;
}

#mw-top-message .module-embed {
  width: 100% !important;
}

.btn {
  transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.btn:hover {
  background-color: #505152 !important;
  transform: scale(1.05);
}
.navbar {
 box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); 
}

.mobile-header-cart {
  display: none !important;
}



/* Home page css */

/* Services section css  */

.home-services-wrapper h2 {
  font-size: 24px;
  color: #a43a68;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}

.home-services-wrapper .service-card {
  position: relative;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s, box-shadow 0.4s;

  color: #ffffff !important;
  padding: 25px;
  text-align: center;
  overflow: hidden;
}

.home-services-wrapper h4 {

  font-size: 24px;
}

.home-services-wrapper .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.home-services-wrapper .service-icon {
  font-size: 50px;
  color: #a43a68;
  margin-bottom: 15px;
}

.home-services-wrapper .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #a43a68;
  border-radius: 0 0 30px 0;
}

.home-services-wrapper .btn-read-more {
  margin-top: 15px;
  background-color: #a43a68;
  color: white;
  border-radius: 5px;
  padding: 8px 18px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s, transform 0.2s;
}

.home-services-wrapper .btn-read-more:hover {
  background-color: #892a53;
  transform: scale(1.1);
}

/* Services section Css End */

/*  Why choose us section css*/


.why-choose-us h4 {
  font-size: 16px;
  color: #fff;
}

.icon-box {
  font-size: 40px;
  color: #fff;
}

.feature-card {
  background-color: #a43a68;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .scrollable-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 15px;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
  }

  .feature-card {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }
}
/* ENd Why CHOOSE SECTION CSS */

/* Team Section CSS */
.team-section .team-title h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.team-section .card {
  height:100%;	
  border: 2px solid #a43a68;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  background-color: #fff;
  margin: 0 auto;
}

.team-section .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.team-section .card-body {
  padding: 10px 15px;
}

.team-section .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #a43a68;
  margin-bottom: 8px;
}

.team-section .role {
  font-size: 1rem;
  color: #363738;
}
.team-section img {
border-radius:50%;
border:2px solid #a43a68;
}

.team-section .avatar {
  width: 150px;
  height: 150px;
  background-color: #a43a68;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* Team Section css end */
.blog-posts-1 .h-350 {
  border-radius: 20px;
}

.blog-posts-1 h4 {
  font-size: 18px !important;
  font-weight: 600;
}

.testimonials-wrapper p {
  color: #fff;
}

.testimonials-wrapper h5 {
  color: #fff;
}

#mw-element-1743418282721 {
  position: absolute;
  top: 320px;
  z-index: 1000;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}



@media screen and (max-width: 768px) {
  .mw-header-section-mh-100vh {
    min-height: calc(60vh - 100px) !important;
  }

  #mw-element-1743655811903 {
    margin-top: -70px !important;
  }

  #mw-element-1744862926005 {
    margin-top: -50px !important;
  }

  #mw-element-1744862925907 {
    margin-top: -140px !important;
  }

  #mw-element-1744775522833 {
    margin-top: -70px !important;
  }

  .templates-top-header-menu {
    display: block !important;
  }

  .templates-top-header-menu .top-header-background {
    padding: 0 20px !important;
  }

  #btn-header-layout-btn {
    font-size: 12px !important;
    padding: 3px 14px !important;
  }

  .mobile-header-search {
    display: none;
  }

  .skin-1-mobile-header-wrapper .mobile-header {
    padding: 0px !important;
  }


  .home-page-blog .h-350 {
    border: 1px solid #cdcdcd !important;
    width: 187px !important;
    height: 200px;
  }

  .contact-card {
    margin-bottom: 20px;
  }

}

@media screen and (min-width: 1024px) {
  .home-page-blog .h-350 {
    border: 1px solid #cdcdcd !important;
    height: 252px !important;
    width: 252px !important;

  }
}

.home-page-blog h4 {
  font-size: 16px !important;
  color: #363738 !important;
}

.home-testimonials h6 {

  color: #fff !important;
}

.home-testimonials p {
  color: #fff !important;
}

.blogs-page-breadcrumb .mw-breadcrumb {
  justify-content: center !important;
}

.blog-posts-3 .h-350 {
  height: 315px !important;
  border-radius: 20px !important;
}

.blog-posts-3 h4 {
  font-size: 20px !important;
  font-weight: 600;
}

.services-page-breadcrumb .mw-breadcrumb a {
  color: #fff !important;
}

.our-services-wrapper .card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.our-services-wrapper .plus-icon {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(50%, -50%);
  background: #363738;
  color: white;
  border-radius: 50%;
  padding: 10px;
}

.our-services-wrapper .card-body {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -100px;
  z-index: 9999 !important;
  width: 90% !important;
  left: 8%;
  background-color: #ffffff !important;
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}

.our-services-wrapper .card-body i {
  font-size: 35px !important;
  color: #fff !important;
  line-height: 35px !important;
}

.our-services-wrapper .card-body .icon-wrapper {
  background: #a43a68 !important;
  border-radius: 50%;
}

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

.contact-section h2 {
  font-size: 24px !important;
  font-weight: 600;
}

.contact-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
}

.contact-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  filter: brightness(0.6);
}

.contact-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-card .btn-overlay {
  background: rgba(255, 255, 255, 0.8);
  color: black;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
}

.featured-card {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #fff;
}

.service-card {
  background-color: white;
  color: #363738;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card h3 {
  height: 30px;
  width: 30px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #a43a68;
  margin-top: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
}

.service-card h6 {
  font-size: 20px;
  text-transform: uppercase;
  color: #a43a68;
  margin-top: 10px;
}

.service-card .card-title {
  color: #fff;
  background-color: #a43a68;
}
.interior-card {
transition: box-shadow 0.3s cubic-bezier(.4, 0, .2, 1);
}
 .interior-card:hover {
background-color:#fff !important;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.interior-btn span{
font-size:22px;
background-color:#f2f2f2;
border-radius:30px;
padding:0px 10px;
}
.interior-btn span:hover {
background-color:#a43a68;
color:#fff;
}
.read-more {
  background-color: #a43a68;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.read-more:hover {
  background-color: #882f5f;
}

.header-section-main {
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.2),
      rgba(54, 55, 56, 0.2)) !important;
  border-radius: 20px !Important;
}

.contact-btn-wrapper img {
  width: 35px !important
}

.contact-btn-wrapper a {
  background-color: #363738 !important;
  color: #fff !important;
  padding: 5px 20px !important;
  font-size: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  margin: 10px !important;
  border: none !important;
  border-radius: 50px;
  transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

/* Hover Effect */
.contact-btn-wrapper a:hover {
  background-color: #a43a68 !important;
  transform: scale(1.05);
}

.faq-section .card-header .btn {
  padding: 5px 20px !important;
  background-color: transparent !important;
  border-color: #ddd !important;
}

.faq-section .card-header {
  border-radius: 10px !important;
}

.faq-section .card-header button {
  border-radius: 10px !important;
}

.faq-section .card-header .btn h5 {
  font-size: 16px !important;
  color: #363738 !important;
  margin-bottom: 2px !important;
}

.faq-section i:before {
  color: #000 !important;
}

.faq-section i {
  line-height: 1 !important;
  font-size: 20px !important;
  border: none !important;
  border-radius: 50%;
}

.faq-section .faq-default-answer {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left !important;

}

.faq-section .allow-drop .card-body {
  text-align: left;
  padding: 8px 10px !important;
}

.footer {
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

.collapse.show .faq-skin-3-answer,
.faq-skin-3-title,
.faq-skin-3-question {
  color: #003800;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .our-services-wrapper .card-body {
    display: flex;
    align-items: center;
    position: static !important;
    bottom: 0;
    z-index: 9999 !important;
    width: 100% !important;
    left: 10%;
    background-color: #ffffff !important;
    box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
  }

}

#mw-element-1743418282721 {
  position: absolute;
  top: 330px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  z-index: 1000;
}

.inspiration-card h6 {
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 260px;
  color: #fff;
  background: rgba(0, 0, 0, 0.44);
  padding: 10px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

#mw-element-1743486851665,
#mw-1743486850772,
#mw-element-1743486851668,
#mw-element-1743486851671,
#mw-1743486850768 {
  box-shadow: 1px 1px 2px #000;
}

#mw-element-1743488954503,
#mw-element-1743488954506,
#mw-element-1743488954509 {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  box-shadow: 0.5px 0.5px 1px #000;
}

.painting-services .service-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  color: white;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.painting-services .price-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.7);
  padding: 6px 12px;
  border-radius: 10px;
  font-weight: bold;
}

.painting-services .card-title {
  position: absolute;
  z-index: 9999;
  padding: 7px 15px;
  border-radius: 10px;
  bottom: 20px;
  left: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

/* Overlay */
.painting-services .service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  border-radius: 15px;
}



.painting-services-wrapper img {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.painting-work-wrapper img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  border: 2px solid #a43a68;
  /* Deep pinkish-purple border */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.painting-work-wrapper img:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(54, 55, 56, 0.4);
  /* Shadow with dark gray */
}

.category-wrapper {
  padding: 15px;
  /* White to light gray gradient */
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.category-wrapper:hover {
  transform: translateY(-10px);
}

.category-wrapper h5 {
  font-size: 16px;
  color: #363738;
  /* Dark gray for text */
  font-weight: 600;
  margin-top: 10px;
}

.category-wrapper p {
  font-size: 18px;
  color: #a43a68;
  /* Deep pinkish-purple for numbering */
  font-weight: bold;
  margin: 5px 0;
}

@media screen and (max-width: 768px) {
  .painting-work-wrapper img {
    height: 105px;
  }

  .category-wrapper h5 {

    font-size: 14px;

  }

  .category-wrapper {
    padding: 0px;
  }

}

.Inspirations-wrapper .room-card {
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  color: white;
  font-weight: bold;
  position: relative;
}

.Inspirations-wrapper .room-card img {
  width: 100%;
  height: auto;
  display: block;
}

.Inspirations-wrapper .room-card .overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  /* dark overlay */
  width: 100%;
  padding: 10px 0;
}


.Inspirations-wrapper .room-title {
  color: #fff;
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.water-services .allow-edit a {
  padding-bottom: 15px;
}

.water-services .allow-edit {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #f4f4f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-circle img {
  width: 28px;
  height: 28px;
}

.card-custom {
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  transition: all 0.3s ease-in-out;
}

.card-custom:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.card-title {
  font-weight: 700;
}

.know-more {
  text-decoration: underline;
  font-weight: 500;
  color: #a43a68;
}

.waterproofing-feature-wrapper .icon-circle {
  width: 60px;
  height: 60px;
  background-color: #f8f8f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.waterproofing-feature-wrapper .icon-circle svg {
  width: 30px;
  height: 30px;
  fill: #a43a68;
}

.waterproofing-feature-wrapper .feature-box {
  padding: 30px;
  border: 1px solid #eee;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.waterproofing-feature-wrapper .feature-box:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.waterproofing-feature-wrapper .feature-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.faq-section .accordion h4 {
  font-size: 18px;
  margin-bottom: 0px;
}
/*project slider wrapper*/
.project-slider-wrapper .slider_v2-carousel .d-md-block {
border-radius:20px !important;
}
.project-slider-wrapper .header-section-main {
border-radius:20px !important;
}
 .project-container {
      background: linear-gradient(145deg, #f9f9f9, #e9e9e9);
      border-radius: 20px;
      box-shadow: inset 0 0 30px rgba(0,0,0,0.03);
    }

    .project-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      margin-bottom: 15px;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .project-img:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

    .project-card {
      border: none;
      border-radius: 20px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
      background: #fff;
      padding: 40px;
      animation: fadeInUp 1s ease forwards;
    }
.project-card h2 {
font-size:32px;
font-weight:bold;
}

    .project-card h2 span {
      color: #a43a68;
      font-weight: 800;
	font-size:32px;	
    }

    .project-card p {
      line-height: 1.7;
      font-size: 1.05rem;
      color: #444;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {
      .project-img {
        height: 150px;
      }
    }

    @media (max-width: 576px) {
      .project-img {
        height: 130px;
      }
    }
.project-img-wrapper {
/*  padding: 40px 20px;*/
}
.project-img-wrapper .col-lg-4,
.project-img-wrapper .col-lg-6 {
  padding: 10px;
  box-sizing: border-box;
}

.project-img-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 2px solid #ddd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  object-fit: cover;
}

.project-img-wrapper img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.preocess-wrapper .process-step {
overflow: hidden;
 position: relative;
border-radius:20px;
padding:20px;
color:#fff;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
transition: transform 0.3s;
}
.process-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)); /* Black gradient */
  z-index: 1;
}
.process-step * {
  position: relative;
  z-index: 2; /* Ensures content appears above the gradient */
}
.process-step h6 {
color:#fff;
font-weight:600;
}
.process-step p {
color:#fff;
}