#dm .dmInner div.dmHeader.u_hcontainer, #dm .dmInner div.scroll-responder_set {
    background-color: rgba(255,255,255,1) !important;
}
#dm .scroll-responder_set nav.u_1982164369.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item {
    
    color: rgb(0 0 0) !important;
}

    /* Hide desktop version on mobile */
.for-desktop {
  display: block !important;
}
.for-mobile {
  display: none !important;
}
.for-desktop { display: block; }
.for-mobile { display: none; }

/* Show mobile version and hide desktop on smaller screens */
@media (max-width: 768px) {
  .bgGallerySlide, .bgGallerySlideHolder {
        width: 390px !Important;
        height: 460px !Important;
    }
    span.for-head_cust {
        font-size: 40px !important;
    }
    span.for-para_cust{
        font-size: 16px !important;
    }
    #dm .dmRespRow .dmRespColsWrapper {
    display: flex !important;
    }
    div#\31 812476149 {
        height: 222px !important;
        width: 390px !important;
    }
    div#\31 442533097 {
        height: 535px !important;
        width: 390px !important;
        padding: 20px;
        margin-bottom: 30px;
    }
    .font-size-45, .size-45, .size-45 > font {
        font-size: 30px !important;
    }
    #dm div.dmNewParagraph p {
        font-size: 16px;
    }
    #dm div.dmNewParagraph p span{
        font-size: 16px !important;
    }
     #dm .dmRespRow div#\31 276521729 {
        display: flex !important;
    }
    #1883061396 .m-size-24{
         font-size: 24px !Important; 
    }
    .u_1883061396 h3.m-size-24.size-30 .m-font-size-24 {
        font-size: 24px !important;
    }
    .u_1710843430 h3.m-size-24.size-30 .m-font-size-24 {
        font-size: 24px !important;
    }
    .u_1871400532 h3.m-size-24.size-30 .m-font-size-24 {
        font-size: 24px !important;
    }
    .u_OurServices .m-size-19 .m-font-size-19{
        font-size: 19px !important;
    }
    .u_OurServices .m-size-30 .m-font-size-30{
        font-size: 30px !important;
    }
    .u_1326922403 p {
        font-size: 17px !important;
    }
    .thumbnailInnerWrapper .image-container a {
        height: 351px !important;
    }
    .dmRespRow.fullBleedMode>.dmRespColsWrapper {
        width: 390px !important;
        max-width: 390px !important;
    }
    
}

@media (max-width: 991px) {
  .for-desktop { display: none !important; }
  .for-mobile { display: flex !important; }
}


/* Sticky Header */
.mobile-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  padding: 10px 15px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#mobileMenuToggle {
    margin-right: 30px;
}
.mobile-logo {
    margin-right: 30px;
}
.for-mobile{
    display: none;
}

/* Toggle button */
.mobile-toggle {
  width: 25px;
  cursor: pointer;
}
.mobile-toggle span {
  display: block;
  height: 3px;
  margin: 5px 0;
  background: #333;
  border-radius: 3px;
}

/* Logo */
.mobile-logo img {
  height: 45px;
  max-width: 250px;
}

/* Call Icon */
.mobile-call a {
  font-size: 30px;
  color: #333;
  text-decoration: none;
}
span.submenu-toggle {
    /* display: block !important; */
    color: #000000;
    /* background: red; */
    margin-left: 250px;
    /* background: red; */
    /* font-size: 25px !important; */
}
/* Mobile Nav */
.mobile-nav {
  display: none;
  background: #fff;
  border-top: 1px solid #ddd;
}
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav li {
  border-bottom: 1px solid #eee;
  position: relative;
}
.mobile-nav a {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
}
.mobile-nav a:hover {
  background: #f5f5f5;
}

/* Submenu */
.submenu {
  display: none;
  background: #f9f9f9;
}
.submenu li a {
  padding-left: 30px;
  font-size: 14px;
}
.submenu-toggle {
  font-weight: bold;
  margin-left: auto;
  cursor: pointer;
}

/* Popup start */


/* Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Popup Box */
.popup-content {
  background: #fff;
  padding: 25px;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 5px 25px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}

/* Logo */
.popup-logo {
  text-align: center;
  margin-bottom: 20px;
}
.popup-logo img {
  max-width: 200px;
}

/* Form Layout */
.popup-form {
  display: flex;
  flex-direction: column;
}
.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.form-row.full-width {
  flex-direction: column;
}
.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-group label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
  font-weight: 700;
}
.form-group label span {
  color: red;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #900; /* Dark Red Focus */
}

/* Submit Button */
.form-submit {
  padding: 10px 20px;
  font-size: 16px;
  background: #b30000;
  color: #fff;
  border: none;
  width: 20%;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
}
.form-submit:hover {
  background: #900;
}

/* Animation */
@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}

/* Responsive */
@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }
  .form-submit {
      width: 30%;
  }
}

/* Popup end */

.custom-contact-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.custom-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.custom-contact-item a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

.custom-contact-item a:hover {
  color: #d32f2f;
}

.custom-contact-item i {
  font-size: 18px;
  color: #d32f2f;
}
 .foo-cust {
  font-size: 18px;
  color: #d32f2f;
   padding-right: 12px;
}
.custom-phone-group {
  gap: 12px;
}

.custom-phone-group .custom-separator {
  color: #666;
  margin: 0 6px;
}
.custom-contact-box {
    padding-left: 15px;
    padding-top: 15px;
}
div#\31 468596721 {
    padding-left: 105px !IMPORTANT;
}
p.m-size-14 {
    padding-bottom: 8px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .custom-contact-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  div#\31 468596721 {
        padding-left: 80px !IMPORTANT;
    }
}
.unifiednav__container_sub-nav li .nav-item-text:hover {
    color: #c00404 !important;
}
.for-btn_cust_all
{
    padding-right: 10px !important;
}
*#dm *.p_hfcontainer nav.u_1982164369.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item:hover {
    color: rgb(255 0 0) !important;
}
#dm div.dmInner #site_content .dmWidget:hover span.text, #dm div.dmInner #site_content .dmWidget.hover span.text, #dm div.dmInner .dmHeader .dmWidget:hover span.text, #dm div.dmInner .dmHeader .dmWidget.hover span.text, #dm div.dmInner #site_content .dmWidget:hover input[type="submit"], #dm div.dmInner #site_content .dmWidget.hover input[type="submit"], #dm div.dmInner .dmHeader .dmWidget:hover input[type="submit"], #dm div.dmInner .dmHeader .dmWidget.hover input[type="submit"] {
    color: rgb(255 255 255) !important;
    font-weight: var(--btn-hover-text-font-weight);
}
#dm div.dmInner #site_content .dmWidget:hover, #dm div.dmInner #site_content .dmWidget.hover, #dm div.dmInner .dmHeader .dmWidget:hover, #dm div.dmInner .dmHeader .dmWidget.hover {
    background: rgb(192 4 4) !important;
}