/** Shopify CDN: Minification failed

Line 100:0 Unexpected "{"

**/



.template-page.contact .m-page-header {
    background: url(https://cdn.shopify.com/s/files/1/0678/6514/9617/files/product-banner.jpg?v=1731928427);
    background-size: cover;
    background-position: center;
    padding-top: 8rem;
    padding-bottom: 8rem;
      color: #fff;
}
.template-page.contact h1.m-page-header__title {
  color: #fff;
}
h3.maintitle {
    flex-basis: 100%;
}

.m-footer--block h3 {
    font-size: 24px;
    border-bottom: 1px solid rgba(204, 204, 204, .5);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.m-footer--middle .m-footer--block-title {
    font-size: 24px;
    font-weight: 600;
}
.m-footer--block-content {
    font-size: 14px;
}
.address,
.contentdet{
    padding-bottom: 20px;
}
.block-text span.m-footer__copyright {
    padding-top: 30px;
    display: block;
}
.m-product-card__price {
    display: none;
}
.m-product-card__info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
}
.m-product-card__info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    background: linear-gradient(180.16deg, rgba(255, 255, 255, 0) .15%, #fff .16%, rgba(0, 0, 0, 0) .17%, #000 83.24%);
    padding: 100px 0 20px 20px;
    width: 100%;
}
.m-product-card__info h3.m-product-card__title {
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
}
a.viewbtn.m-button.m-button--primary {
    background: #fff;
    color: #000;
}
a.myenquireformbtn {
    transform: rotate(90deg) !important;
    position: fixed !important;
    bottom: auto;
    top: 50%;
    right: -43px;
    z-index: 9;
    cursor: pointer;
    background: #000;
    color: #fff;
    padding: 8px 20px;
display:none;
}

@media(max-width:700px){
span.m-menu-button.m\:flex.m\:flex-1.m\:w-3\/12 {
    max-width: 28%;
}
}

@media(min-wdith:900px){
h2.m-section__heading.h3.m-scroll-trigger.animate--fade-in-up , h2.m-richtext__title {
    font-weight: 600;
    letter-spacing: -2px;
}

{
    font-size: 52px;
    
}
}

h2.m-section__heading {
    font-weight: 700;
    letter-spacing: -2px;
    text-transform: capitalize;
}

h2.m-richtext__title {
    font-weight: 600;
    letter-spacing: -2px;
}

h3.m-icon-box__heading.h4 {
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 22px;
}

a.m-button.m-button--primary.m-button--large {
    border-radius: 25px;
    background: #1b1f3b;
    letter-spacing: -1px;
    font-weight: 400;
}


/* Styling for the horizontal link strip */
.horizontal-link-strip {
  background-color: #1A1C37; /* Dark blue background */
  padding: 10px 0; /* Vertical padding */
  text-align: center; /* Center align content */
}

.horizontal-link-strip .nav-links {
  list-style: none; /* Remove bullets */
  margin: 0;
  padding: 0;
  display: inline-flex; /* Align items in a row */
}

.horizontal-link-strip .nav-links li {
  margin: 0 15px; /* Add horizontal spacing between links */
}

.horizontal-link-strip .nav-links a {
  text-decoration: none; /* Remove underlines */
  color: #FFFFFF; /* White link color */
  font-family: Arial, sans-serif; /* Clean font */
  font-size: 16px; /* Font size */
  font-weight: 500; /* Slightly bold */
  transition: color 0.3s; /* Smooth color transition */
}

.horizontal-link-strip .nav-links a:hover {
  color: #B3B8FF; /* Light blue hover effect */
}

/* Copyright styling */
.horizontal-link-strip .copyright {
  margin-top: 10px; /* Add spacing above copyright text */
  color: #FFFFFF; /* White text */
  font-family: Arial, sans-serif;
  font-size: 14px;
  opacity: 0.8; /* Slight transparency */
}


.m-footer--middle .m-footer--block{
padding-top:5px !important;
padding-bottom:5px !important;
}

.m-slide__wrapper.container-fluid.m-slide-animate--fade-in-up {
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-slide-active .m-slide__title {
    color: white;
}

ul.m-footer--block-content.list-unstyled.m-link-lists.m-accordion--item-content {
    display: flex
;
    gap: 8px;
    text-align: center;
    justify-content: center;
}
