/** Shopify CDN: Minification failed

Line 1054:25 Unexpected "{"
Line 1221:16 Expected identifier but found "*"

**/
/* ------------ common css ------------ */

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
}
.spacing{
  margin: 85px 0;
}
.btn_white {
  background: white;
  padding: 15px 30px;
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 15px;
  border-radius: 300px 300px 300px 300px;
  line-height: normal;
}
.btn_green {
    background: #1b2a49;
    padding: 15px 30px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 15px;
    border-radius: 300px 300px 300px 300px;
    line-height: normal;
    display: inline-block;
}

@media screen and (max-width: 991px) {
  .btn_white {
    font-size: 13px;
  }
  .btn_green {
    font-size: 13px;
    }
  .spacing{
    margin: 70px 0;
  }
}
@media screen and (max-width: 1024px) {
 .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
 .container {
    padding: 0 10px;
  }
}
/* -------------------------- hero section --------------------------- */


.hero_section {
  position: relative;
  height: 100vh;
  color: white;
  overflow: hidden;
  z-index: 0
}
.trustpilot_html svg {
    height: 25px;
    width: 150px;
}
.hero_overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero_image,
.hero_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero_overlay::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #003232bf; 
  z-index: 2;
}

.hero_content {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    top: 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.hero_content h5 {
    margin: 0;
    font-size: 20px;
    color: white;
    line-height: 1.5;
    font-weight: 500;
}
.hero_content h1 {
    margin: 0;
    font-weight: 600;
    color: white;
    font-size: 60px;
    max-width: 775px;
    text-align: center;
}

.hero_content  p {
    margin: 0;
    font-size: 20px;
    color: white;
    font-weight: 400;
    line-height: 1.5;
    max-width: 1000px;
}

.hero_features {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    position: absolute;
    z-index: 111111;
    bottom: 0;
    backdrop-filter: saturate(130%) blur(10px);
    border-top: 1px solid #ffffff5e;
    width: 100%;
    padding: 0;
    margin: 0;
}
.feature_item p {
    margin: 0;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 500;
}
.feature_item {
    text-align: start;
    font-size: 14px;
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
      padding: 30px;
   border-left: 1px solid #ffffff5e;
}
.hero_features .feature_item:first-child {
  border-left: none;
}
.hero_buttons svg {
    height: auto;
    width: 1em;
}
.hero_buttons .btn_white {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 5px;
}
.hero_buttons {
    display: flex;
    gap: 25px;
}
.feature_item img {
    height: 48px;
    width: 48px;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .feature_item p {
      font-size: 14px;
  }
  .feature_item{
    padding: 20px
  }
}
@media screen and (max-width: 1024px) {
  .feature_item p {
      font-size: 12px;
  }
  .hero_content h1 {
      font-size: 50px;
  }
  .hero_content p {
    font-size: 18px;
    max-width: 800px;
  }
  .feature_item img {
    height: 45px;
    width: 45px;
  }
  .hero_section {
    height: 82vh;
  }

}
@media screen and (max-width: 895px) {
  .hero_features{
    display: none
  }
}
@media screen and (max-width: 767px) {
  .hero_content h1 {
    font-size: 42px;
  }
  .hero_content p {
      font-size: 16px;
     max-width: 600px;
  }
}
@media screen and (max-width: 575px) {
  .hero_content h1 {
    font-size: 34px;
  }
  .hero_content h5 {
    font-size: 16px;
  }
  .hero_content p {
    font-size: 14px;
    max-width: 450px;
  }
  .hero_section {
      height: 90vh;
  }
    .hero_buttons .btn_white, .btn_green {
        font-size: 12px;
    }
  .hero_buttons {
    gap: 10px;
  }
  .hero_content {
    top: 20%;
  }
  .hero_buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .hero_content h1 {
        font-size: 28px;
    }
    .hero_content p {
      font-size: 12px;
    }
    .hero_buttons .btn_white, .btn_green {
      padding: 14px;
    }
    .hero_buttons {
       gap: 5px;
    }
}
/* -------------------------- container-home-second-section------------------ */
.contariner-image-loop {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}
.container_btn svg {
    height: auto;
    width: 1em;
}
.contariner-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
h2.container-title {
    font-weight: 500;
    margin: 0;
    font-size: 16px;
    color: #1b2a49;
    text-transform: uppercase;
    text-align: center;
}
p.container-descri {
    font-size: 35px;
    font-weight: 600;
    color: black;
    text-align: center;
    margin: 10px 0 30px;
}
.contariner-top img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 300px;
}
.contariner-top {
    width: auto;
    height: 100%;
}
.contariner-bottom {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
p.bottom-title {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}
a.btn_green.container_btn {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 5px;
    max-width: 170px;
}
p.bottom-description {
    margin-top: 0;
    font-size: 20px;
}
.contariner-item-1 {
    border-radius: 10px 0px 0px 10px;
}
.contariner-item-2 {
    border-radius: 0px 10px 10px 0px;
}
@media screen and (max-width:1199px) {
  .contariner-item {
      padding: 30px;
  }
  p.bottom-title {
    font-size: 22px;
  }
  p.bottom-description {
    font-size: 18px;
  }
  p.container-descri {
    font-size: 32px;
  }
}
@media screen and (max-width:991px) {
  p.bottom-title {
    font-size: 18px;
  }
  p.bottom-description {
        font-size: 16px;
    }
  .contariner-top img {
    max-width: 100%;
    max-height: 265px;
  }
}
@media screen and (max-width:767px) {
 .contariner-image-loop {
    grid-template-columns: repeat(1,1fr);
  }
  .contariner-item-1 {
    border-radius: 10px 10px 0 0;
  }
  .contariner-item-2 {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width:575px) {
  p.container-descri {
    font-size: 26px;
  }
}
/* ----------- video with text section ---------------------- */
.video-with-text-div {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
    align-items: center;
}
.video_url_div iframe {
    width: 775px;
    height: 436px;
}
h4.small-title {
    font-weight: 500;
    margin: 0;
    font-size: 16px;
    color: #1b2a49;
    text-transform: uppercase;
}
h2.small-title {
    font-size: 35px;
    font-weight: 600;
    margin: 20px 0;
    color: black;
}
.video-left .description p {
    margin: 0 0 15px;
    font-size: 16px;
    color: black;
}
a.btn_green.video_btn {
    margin-top: 25px;
}
@media screen and (max-width: 1440px) {
   .video_url_div iframe {
      width: 700px;
  }
}
@media screen and (max-width: 1345px) {
   .video_url_div iframe {
        width: 600px;
        height: 400px;
    }
  h2.small-title {
    font-size: 30px;
  }
  .video-with-text-div {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .video_url_div iframe {
    width: 500px;
    height: 300px;
  }
  .video-left .description p {
    font-size: 14px;
  }
  h2.small-title {
      font-size: 25px;
  }
  a.btn_green.video_btn {
    margin-top: 5px;
  }
}
@media screen and (max-width: 991px) {
 .video-with-text-div {
    grid-template-columns: repeat(1,1fr);
  }
  .video_url_div iframe {
      width: 100%;
      height: 450px;
  }
  .video-left .description p {
      font-size: 16px;
  }
}



/* -------------  review section ----------------- */

.container-type-section svg {
    fill: #1b2a49;
    height: 14px;
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
}
section.container-type-section {
    border-top: 14px solid #1b2a49;
    background: #1b2a49;
    padding: 0 0 1px;
}
.container-slider-item {
    display: flex;
    flex-direction: column;
}

.image-div-slider {
  position: relative;
    width: 100%;
    height: 250px;
}
span.image_label {
    font-size: 13px;
    color: white;
    position: absolute;
    top: 16px;
    background: #1b2a49;
    right: 10px;
    padding: 5px 13px 5px 13px;
    border-radius: 30px 30px 30px 30px;
    font-weight: 600;
}
.container-type-section .image-div {
    width: 100%;
    height: 250px;
}
.image-div-slider .image-div img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.slider-bottom-div {
    background: #fff;
    padding: 10% 7%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.container-slider-item {
    padding: 10px;
}
.slider-bottom-div h4,
.slider-bottom-div h6{
    margin: 0;
    font-size: 20px;
    color: black;
    font-weight: 600;
}
.slider-bottom-div p {
    font-size: 15px;
    color: black;
    margin: 0;
    line-height: 1.5
}
section.container-type-section .slick-dots li.slick-active button:before {
    opacity: .75;
    color: transparent;
}
section.container-type-section .slick-dots li button:before {
    color: transparent;
}
.conatiner-type-header h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #1b2a49;
    text-align: center;
    margin: 25px 0 15px;
}
.conatiner-type-header p {
    color: white;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin: 0 0 15px;
}
section.container-type-section .slick-next:before {
    content: none;
}
section.container-type-section .slick-prev:before {
    content: none;
}
button.slide-arrow.next-arrow.slick-next.slick-arrow svg,
button.slide-arrow.prev-arrow.slick-prev.slick-arrow svg{
    fill: white;
    width: 25px;
    height: 25px;
}
section.container-type-section .slick-dotted.slick-slider {
    padding: 0 25px;
}
section.container-type-section .slick-prev {
    left: -5px;
}
section.container-type-section .slick-next {
    right: -5px;
}
@media screen and (max-width: 1024px) {
  
  .conatiner-type-header p{
      font-size: 26px
  }
  .slider-bottom-div{
    padding: 7%;
    gap: 10px
  }
  .slider-bottom-div h4, .slider-bottom-div h6 {
    font-size: 18px;
  }
  .conatiner-type-header h2 {
    margin: 20px 0 13px;
  }
  span.image_label {
    font-size: 12px;
  }
}


/* --------------------------  review section ----------------------------- */
.review-top-div {
    margin: 10px 0;
}
.review-top-div h2 {
    font-size: 32px;
    margin: 8px 0 16px;
    text-align: center;
    font-weight: 500;
}
.review-top-div p {
    font-size: 16px;
    color: #1A1A1A;
    text-align: center;
    line-height: 1.7;
}
.review-bottom-div {
    background-color: #F7F7F79C;
    padding: 60px 0;
}
.review-star svg.e-font-icon-svg.e-eicon-star {
    height: 20px;
    width: 20px;
    fill: #f0ad4e;
    text-transform: uppercase;
}
.review-bottom-heding h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.review-bottom-heding h4 {
    margin: 0;
    color: #1b2a49;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
.review-bottom-heding p {
    margin: 0;
    font-size: 18px;
    color: black;
    text-align: center;
    letter-spacing: 0px;
}

.review-bottom-div .review-item {
    background-color: #FFFFFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    border-radius: 10px;
    margin: 15px;
}
.review-bottom-heding {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
}
.review-item p {
    margin: 0;
    font-size: 16px;
    color: black;
    font-style: italic
}
h4.title_1 {
    font-size: 14px;
    color: black;
    font-weight: 600;
    margin: 25px 0 0;
}
h4.title_2 {
    margin: 6px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
}


/* ------------------- web last section ----------------- */
.web_btn  svg {
    width: 15px;
    height: 15px;
}
a.web_btn.btn_white {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.web-butn-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
section.web-last-section {
    background-color: transparent;
    background-image: linear-gradient(180deg,#8cb43645 48%,#1c403a3d);
    margin: 0 2%;
    border-radius: 30px 30px 0 0;
    padding: 5%;
    text-align: center;
}
section.web-last-section h2.web-title {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}
.web-last-div p.description {
    font-size: 16px;
    color: black;
    max-width: 800px;
    margin: 0 auto;
}
section.web-last-section .web-last-div {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (max-width: 1024px) {
  section.web-last-section h2.web-title {
    font-size: 28px;
  }
  section.web-last-section .web-last-div {
    gap: 25px;
  }
  section.web-last-section .web-butn-div {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
 .web-butn-div a.web_btn.btn_white {
    padding: 15px;
  }
  section.web-last-section .web-butn-div {
      gap: 5px;
  }
  .web-butn-div .web_btn {
    font-size: 12px;
  }
}


/* ----------------  footer section ----------------------------- */
.custome-footer-class {
    background: #1C403A;
}
.footer-block__newsletter .field:before, .select:before, .customer .field:before, .customer select:before, .localization-form__select:before{
      content: none;
}
.footer-block__newsletter .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    content: none;
}
.footer-block__newsletter .field__input::placeholder {
  opacity: 1 !important;
  color: #aaa;
}
.footer-block__newsletter .field__input, .customer .field input {
    border-radius: 10px;
   padding: 8px 15px
}
.footer-block__newsletter .field__input:focus, .field__input:not(:placeholder-shown), .field__input:-webkit-autofill, .customer .field input:focus, .customer .field input:not(:placeholder-shown), .customer .field input:-webkit-autofill{
  padding: 8px 15px
}
.footer-block__newsletter .contact__fields {
    display: flex;
    gap: 10px;
}
.footer-block__newsletter .button:before, .shopify-challenge__button:before, .customer button:before, .shopify-payment-button__button--unbranded:before{
   content: none;
}
.footer-block__newsletter .button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
    content: none;
    
}
.footer-block__newsletter .contact__button {
    text-align: start;
}
button.button.newsletter_btn {
    background: #1b2a49;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2em 2em 2em 2em;
    padding: 0.8em 1em 0.8em 1em;
    margin-top: 20px;
}
button.button.newsletter_btn:hover {
    background-color: #1b2a49;
    color: #ffffff;
}
.footer-block__heading a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
.footer-block__details-content h1 {
    color: #1b2a49;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 40px;
}
h2.footer-block__heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: start;
    margin-bottom: 8px;

}
.footer-block__details-content a.link.link--text.list-menu__item.list-menu__item--link,
.footer-block__details-content p{
    color: #FFFFFF;
    transition: color 0.3s;
    font-size: 17px;
    padding: 0;
    line-height: 2;
}
.footer-block__heading a:hover { 
  color: white;
  text-decoration: underline; 
}
.footer__content-top {
    padding-bottom: 0 !important;
    display: block;
}
.custome-footer-class  .footer-block {
    border-bottom: 1px solid #F0EFE424;
}
.custome-footer-class .footer__blocks-wrapper {
    column-gap: 0;
}
.custome-footer-class .footer__content-top .grid {
    row-gap: 25px;
}
.footer__copyright.caption {
    padding: 0;
    margin-top: 0;
    margin-left: auto;
}
.copyright__content p {
    font-size: 15px;
    color: white;
    text-align: right;
    margin: 0
}
.footer__content-bottom {
    border: 0;
}
@media screen and (max-width: 1440px) {
  .footer-block__details-content a.link.link--text.list-menu__item.list-menu__item--link, .footer-block__details-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .footer-block__details-content a.link.link--text.list-menu__item.list-menu__item--link, .footer-block__details-content p {
    font-size: 15px;
  }
  h2.footer-block__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
 .footer-block__details-content h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .grid--2-col .grid__item {
      width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
     max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (max-width: 749px) {
  .grid--2-col .grid__item {
      width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
     max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .custome-footer-class .footer-block {
    border-bottom: 0;
  }
  .footer-block__details-content .list-menu__item--link{
    padding: 0
  }
  .copyright__content p {
    font-size: 12px;
  }
  .footer__blocks-wrapper {
    border-bottom: 1px solid  #F0EFE424;
  }
  a.link.link--text.list-menu__item.list-menu__item--link {
    margin: 0;
    padding: 2px 0;
  }
  .footer-block__details-content h1 {
    padding-bottom: 0;
  }
  .footer-block-image {
    display: block !important;
  }
  .grid--2-col .grid__item {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .footer__content-top {
    padding: 0  15px;
  }
}
/* ----------------------------------------------------- */
.announcemrnt_bar_item svg {
    height: 20px;
    width: 20px;
}
section.announcement_bar_section {
    background: #1b2a49;
}
.announcemrnt_bar_item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.announcemrnt_bar_item p a {
    color: white;
    text-decoration: none;
  font-weight: 600;
}
.announcemrnt_bar_item p {
    margin: 0;
    font-size: 14px;
    color: white;
    text-decoration: none;
}
.announcemrnt_bar_div .contact-div {
    display: flex;
    gap: 15px;
    align-items: center;
}
.announcemrnt_bar_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.announcemrnt_bar_item span {
    display: contents;
}
section.announcement_bar_section {
    background: #1b2a49;
    padding: 14px 0;
}
section.announcement_bar_section  .list-social__link {
    padding: 0 6px;
}
section.announcement_bar_section .list-social__item span.svg-wrapper {
    height: 24px;
    width: 24px;
}
section.announcement_bar_section .list-social__item span.svg-wrapper svg{
  fill:white
}
.footer-block--newsletter ul.list-unstyled.list-social.footer__list-social {
    display: none;
}
body .footer__content-bottom {
    border-top: 0;
    padding-top: 0;
}
body .footer__localization:empty+.footer__column--info {
    display: none;
}
@media screen and (max-width: 654px) {
 .announcemrnt_bar_div {
    display: flex;
    justify-content: right;
    align-items: start;
    flex-direction: column;
  }
}
@media screen and (max-width: 425px) {
 .announcemrnt_bar_item p {
    font-size: 13px;
  }
  .announcemrnt_bar_item svg {
    height: 18px;
    width: 18px;
  }
  .announcemrnt_bar_item {
    gap: 5px;
  }
}
@media screen and (max-width: 375px) {
 .announcemrnt_bar_div .contact-div {
    display: flex;
    gap: 5px;
    align-items: stretch;
    flex-direction: column;
  }
}
/* ------------- header css ------------------- */

body .header {
    padding: 20px;
}


/* -------------- product page css ---------------------- */
  body .thumbnail-list {
      grid-template-columns: repeat(6, 1fr);
  }
  body .product__title h1 {
      font-size: 36px;
      font-weight: 600;
      letter-spacing: 0px;
  }
 body .product__title+.product__text.caption-with-letter-spacing {
      margin-top: 0;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      color: #1b2a49;
  }
body .price__regular span.visually-hidden.visually-hidden--inline {
    position: relative!important;
    overflow: visible;
    width: 100%;
}
.price__regular span.visually-hidden.visually-hidden--inline {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}
body .price__regular {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
body .price__regular .price-item--regular {
    margin-right: 0;
    font-size: 20px;
    letter-spacing: 0;
    color: #1b2a49;
    font-weight: 600;
}
.product__tax.caption.rte {
    display: none;
}
body .product__info-container .product-form, .product__info-container .product__description, .product__info-container .icon-with-text {
    margin: 0;
}
.product__description p, {
    color: black;
    margin: 5px 0;
    font-size: 14px;
}
.product__description strong, .product__description  li {
    font-size: 14px;
    color: black;
  line-height: 1.5
}
.product p {
    margin: 0;
    color: white;
    font-size: 14px;
}
.elementor-heading-title {
    font-size: 14px;
    font-weight: 600;
    color: black;
}
.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    border-radius: 10px;
}
body .thumbnail.global-media-settings img {
    border-radius: 10px;
}

body .product__info-container>*+* {
    margin: 0;
}
.product__description  ul {
    margin: 0;
    padding: 0;
}
.contact-item-list-li span svg {
    height: 18px;
    width: 18px;
    display: block;
}
.contact-details-form {
    background: #4477A1;
    padding: 30px;
    width: 50%;
}
.contact-details-form-div {
    margin-top: 35px;
    display: flex;
    width: 100%;
}
.first-contact-detail {
    width: 50%;
    background: #1B2A49;
    padding: 30px;
}
ul.contact-item-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.contact-item-list li.contact-item-list-li {
    display: flex;
    gap: 10px;
    align-items: center;;
      margin-bottom: 10px;
}
li.contact-item-list-li  .contact-number p {
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
}
.contact-details-form .footer-block__newsletter .contact__fields {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.contact-details-form  button.button.newsletter_btn{
  width: 100%
}
.status-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #00c853;
    position: relative;
    z-index: 2;
}
.status-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 200, 83, 0.4);
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
    animation: pulse 2s infinite;
}
.support-status {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #333;
    gap: 15px;
    text-align: start;
    font-size: 14px;
}
.contact-details-form-div .elementor-widget-container {
    background-color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 17px;
    margin-bottom: 17px;
    align-items: start;
}
.contact-details-form-div .heding-title p {
    font-weight: 600;
    margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .first-contact-detail,
  .contact-details-form{
    padding: 15px;
  }
  .contact-item-list li.contact-item-list-li {
    margin-bottom: 7px;
  }
  li.contact-item-list-li  .contact-number p {
    white-space: break-spaces;
  }
}
@media screen and (max-width: 749px) {
 
   .contact-details-form-div {
      margin-bottom: 35px;
  }
}
@media screen and (max-width: 500px) {
   .first-contact-detail,
  .contact-details-form{
    width: 100%;
  }
  .contact-details-form-div {
    flex-direction: column;
  }
}


/* ------------------------------ */
.megamenu-block-info-box-wrapper {
    background: #1b2a49;
    padding: 40px;
    border-radius: 15px;
    width: 33.33%;
    display: flex;
    align-items: center;
}
button.small-block-title {
    border: 0;
    outline: 0;
    border-radius: 35px;
    padding: 10px;
    padding-left: 40px;
    position: relative;
    background: #fff;
}
.header .status-icon {
    z-index: 2; */
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #00c853;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.header .status-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 200, 83, 0.4);
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
    animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.megamenu-box-content ul {
  padding: 0;
}
.megamenu-box-content ul li {
    position: relative;
    list-style: none;
  
}
/* .megamenu-box-content ul li:first-child:before {
    position: absolute;
    content: url('https://cdn.shopify.com/s/files/1/0741/4628/3805/files/call-svg.svg?v=1753615334');
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    z-index: 4;
}
.megamenu-box-content ul li:last-child:after {
    position: absolute;
    content: url('https://cdn.shopify.com/s/files/1/0741/4628/3805/files/container.svg?v=1753615334');
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    z-index: 4;
} */
.header__submenu .header__menu-item {
    padding: 10px;
}
.megamneu-collection-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.megamneu-collection-inner {
    background: #f3f3f3;
    border-radius: 15px;
    padding: 30px;
    width: 33.33%;
}
.megamneu-collection-box img {
    width: 55px;
    height: 55px;
    min-width: 55px;
    object-fit: cover;
    border-radius: 15px;
    margin-right: 15px;
}
.megamneu-collection-box a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: black;
    font-size: 14px;
}
.megamneu-collection-box a svg {
    display: block;
    width: 20px;
    min-width: 20px;
    margin-left: auto;
}
.megamneu-collection-box {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0000000F;
}
.megamneu-collection-outer-wrapper .megamneu-collection-box:first-child {
    padding-top: 0;
}
.megamneu-collection-outer-wrapper .megamneu-collection-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.ctm-header .mega-menu__content {
    padding-bottom: 25px;
    padding-top: 25px;
}
.ctm-header .header {
    padding-top: 0;
    padding-bottom: 0;
}
.ctm-header .header__menu-item {
    padding: 33px 20px;
}
.contact-icons-wrapp svg {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: block;
    margin-right: 20px;
}
.heaer-contact-info {
    display: flex;
    align-items: center;
}
.heaer-contact-info a {
    display: block;
    text-decoration: none;
}
.ctm-header header.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1250px) {

  .contact-icons-wrapp svg {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  body .header--middle-left {
      column-gap: 1.5rem;
  }
  .heaer-contact-info {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ctm-header .header__menu-item {
    padding: 33px 18px;
  }
}
@media (max-width: 991px) {
  .heaer-contact-info {
    display: none;
  }
  .ctm-header header.header {
    flex-direction: row-reverse;
  }
  .ctm-header .header {
    padding: 12px 20px;
  }
  .ctm-header .header__icon.header__icon--menu {
    width: auto;
    height: auto;
    /* border-radius: 50%; */
    /* background: #1b2a49; */
  }
  .header__icon--menu .icon.icon-hamburger {
    padding: 0;
    width: 30px;
    height: 30px;
    min-width: 40px;
    position: unset;
  }
  .ctm-header .menu-drawer {
    transform: translate(100%);
  }
  .header__icon--menu .icon.icon-close {
    z-index: 4;
    width: 32px;
    height: 32px;
    min-width: 32px;
    top: 30px;
    right: 30px;
  }
  .ctm-header .menu-drawer__inner-container {
    position: relative;
    background: #fff;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border-radius: 15px;
  }
  .js .ctm-header .menu-drawer {
    height: 100vh;
    top: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .ctm-header .header__icon--menu[aria-expanded=true]:before {
    top: 0;
    height: 100vh;
  }
  .ctm-header .menu-drawer__navigation {
    justify-content: flex-start;
    /* padding: 50px 30px 50px 30px; */
  }
  .menu-drawer__button {
    text-align: center;
  }
  .menu-drawer__button h3 {
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 17px;
  }
  .menu-drawer__button a {
    background-color: #1b2a49;
    font-family: "Barlow", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    fill: #000000;
    color:rgb(255, 255, 255);
    border-radius: 30px 30px 30px 30px;
    padding: 1em 2em 1em 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
  }
  body .menu-drawer__navigation-container {
    display: flex;
    flex-direction: column;
    padding: 50px 30px;
  }
  body .menu-drawer__navigation-container .header__heading {
    text-align: left;
  }
  body .header__icon span svg {
    height: 50px;
    width: 50px;
  }
}

.header__submenu .header__menu-item {
    padding: 5px 10px;
    color: black;
}
body .list-menu--disclosure{
      width: 33rem;
}
.header__menu-item span {
    color: black;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0px;
}
body .header__menu-item:hover span {
    text-decoration: none;
    text-underline-offset: 0;
}
body .header__menu-item .icon-caret{
  right: 0.10rem;
}
.megamenu-box-content a {
    color: white;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
}
.megamenu-box-content h3 {
    font-size: 33px;
    font-weight: 600;
    color: white;
    margin: 15px 0;
}
.megamenu-box-content p {
    font-size: 14px;
    color: white;
}
body details[open]>.header__menu-item {
    text-decoration: none;
}
body .header__submenu .header__menu-item:hover {
    text-decoration-line: none;
}
body .header__submenu .header__menu-item:hover {
    text-decoration-line: none;
    color: #1b2a49;
}
.heaer-contact-info p {
    font-weight: 600;
    color: black;
}
.social-icons-div ul.list-unstyled.list-social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.js .menu-drawer__submenu{
  display: none;
}
.js .menu-drawer__submenu {
    position: relative !important;
    z-index: 1;
    transform: translate(0) !important;
    visibility: visible !important;
      padding: 0 15px;
}
.menu-drawer__inner-submenu button.menu-drawer__close-button {
    display: none;
}
body .menu-drawer__menu-item>.svg-wrapper{
      position: relative;
}
.custome-svg svg {
    height: 20px;
    width: 20px;
}
body .menu-drawer__menu-item.list-menu__item {
    justify-content: space-between;
   width: 100%
}
.menu-drawer__inner-submenu ul.menu-drawer__menu li a {
    font-weight: 400;
    font-size: 14px;
}
.menu-drawer__menu-item {
    font-weight: 600;
}
body{
  overflow-x: hidden;
}
.footer-block.scroll-trigger {
  transform: none !important;
  opacity: 1 !important;
}

/* Remove any default min-height */
.footer-block {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

html, body {
  overflow-x: hidden;
}

.reviews-section {
  padding: 40px 0;
  overflow-x: hidden;
}

.reviews-heading {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.reviews-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  box-sizing: border-box;
}

.review-box {
  flex: 0 0 auto;
  width: 280px;
  max-width: 90vw;
  background: #f9f9f9;
  padding: 16px;
  border-radius: 8px;
  scroll-snap-align: start;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

.review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.review-stars {
  font-size: 16px;
  margin-bottom: 8px;
}

.review-count {
  font-size: 13px;
  color: #666;
  margin-left: 6px;
}

.slider-toggle-btn {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.slider-toggle-btn:hover {
  background: #f0f0f0;
}

.reviews-row {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.reviews-row::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.reviews-row {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  box-sizing: border-box;
}
.reviews-row::-webkit-scrollbar {
  display: none;
}

.review-box {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 280px;
  margin-right: 20px;
}
.reviews-section {
  overflow: hidden;
  position: relative;
}

html, body {
  overflow-x: hidden;
  overflow-y: auto;
}

html, body {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer-block {
  overflow: hidden !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
}

.footer-block.scroll-trigger {
  transform: none !important;
  opacity: 1 !important;
}

html, body {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

