/** Shopify CDN: Minification failed

Line 70:1 Unexpected "{"

**/
/* whatsapp icon  css start */
.fixed-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: transform 0.3s ease;
}

.fixed-icon:hover {
  transform: scale(1.1);
}

.fixed-icon img {
  width: 100%;
  height: auto;
}
/* whatsapp icon  css end */
.page-width.section-template--18627285352626__multicolumn_g9QFAg-padding.isolate.scroll-trigger.animate--slide-in {
    width: 55%;
}
.service-features {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 250px; /* Optional: adjust as needed */
  padding: 10px;
}
.feature-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000; /* Adjust if needed */
  font-size: 16px;
  font-weight: 500;
}
.feature-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  object-fit: contain;
}
.feature-item p {
  margin: 0;
} /* facebook insta css */
.facebook-features {
  display: flex;
  align-items: center;
  padding: 10px;
}

button#Deferred-Poster-Modal-31612402663602,
video {
  height: 500px ;
}
 {
  height: 500px;
}
deferred-media.video-section__media.deferred-media.gradient.global-media-settings.global-media-settings--full-width.scroll-trigger.animate--slide-in {
  height: 500px !important;
  padding: 0px;
}
/* PRODCUT PAGE CSS START */
.thumbnail-slider .thumbnail-list.slider--tablet-up {
  display: flex;
  padding: 0.5rem;
  flex: 1;
  scroll-padding-left: 0.5rem;
  justify-content: center;
}

/* button css start */

.product-pdf-buttons {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.product-pdf-button {
  padding: 11px 26px 8px 26px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  /* border: 2px solid transparent; */
  /* border-radius: 3px; */
  cursor: pointer;
  display: inline-block;
}
.product-pdf-button-first {
  background-color: #33aadd;
  color: white;
  border-color: #33aadd;
}
.product-pdf-button-sec {
  background-color: white;
  color: black;
  /* border: 1px solid #000; */
}
.product-pdf-button-first:hover {
  background-color: white;
  color: #000;
  border-color: #33aadd;
}
.product-pdf-button-sec:hover {
  background-color: #33aadd;
  color: white;
  border-color: #33aadd;
}


.product-form__input--pill input[type=radio]:checked+label,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded{
    background-color: #33aadd !important;
    color: rgb(255 255 255) !important;
}

/* .product-form__input--pill input[type=radio]+label {
    border: #000 !important;
} */

/* button css end  */
/* PRODUCT PAGE CSS END */
.header__icon--search {
  display: none;
}
.custom-column {
  float: left;
  width: 50%;
  padding: 13px 10px 10px 10px ;
  background-color: #5f5f5f;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}
.custom-column:nth-child(2) {
  background-color: #dcdcdc;
}
.custom-column:hover {
  background-color: #41a5d7;
}
.custom-heading,
.custom-paragraph {
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}
.custom-column:nth-child(2) .custom-heading,
.custom-column:nth-child(2) .custom-paragraph {
  color: #000;
}
.section-template--18627285287090__custom_liquid_hNRDYr-padding {
  margin-bottom: -10px;
}
.thumbnail-list.slider--tablet-up {
    display: flex !important;
    gap: 0.8rem !important; /* Should match the .8rem you subtract */
    flex-wrap: nowrap !important;
    padding-left: 0.8rem !important; /* match the spacing */
}
@media (max-width: 600px) {
  .custom-column {
    width: 100%;
  }

  #shopify-section-template--18627285287090__custom_liquid_hNRDYr .topbanner {
    display: grid !important;
}

#shopify-section-template--18627285287090__custom_liquid_hNRDYr .topbanner a{
   background: #fff;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 15px;
    font-size: 14px;
    text-align: center;

    position: absolute !important;
    bottom: 24px !important;
    left: 50% !important;
    transform: translateX(-50% ) !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

}
  .custom-row.banner_below .custom-column:first-child {
    margin-top: 10px;
}
  button#Deferred-Poster-Modal-31612402663602,
video {
  height: 300px !important;
}
  deferred-media.video-section__media.deferred-media.gradient.global-media-settings.global-media-settings--full-width.scroll-trigger.animate--slide-in {
    height: 300px !important;
    padding: 0px;
}

  .page-width.section-template--18627285352626__multicolumn_g9QFAg-padding.isolate.scroll-trigger.animate--slide-in {
    width: 100%;
}
}


