@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
.shipping-potential-form {
  margin: 0 auto !important;
  max-width: 800px !important;
  width: 100% !important;
}
.shipping-potential-form form{
  padding: 0 !important
}
.shipping-potential-form form .hs_submit input {
      background-color: #fed800 !important;
    color: #000 !important;
  font-family: "Oswald", sans-serif !important;
    text-transform: uppercase !important;
    text-align: center !important;
    transition: all 0.2s ease !important;
    border-radius: 5px !important;
    display: inline-block !important;
    text-decoration: none !important;
    font-size: 14px !important;
    padding: 12.5px 20px !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
}
.mh-bloglisting-card-preview {
  color: #666; /* or your preferred text color */
  font-size: clamp(12px, .972vw, 14px);
  line-height: 1.4;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* limits to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 60px;
  margin-top: 10px;/* adjust as needed */
  font-family: AktivGrotesk, sans-serif;
}
    html {
      overflow-x: hidden;
      width: 100%;
      height: 100%;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      text-decoration: none;
      list-style: none;
    }

    .primary-container {
      max-width: 1300px;
      padding-inline: 30px;
      margin: 0 auto;
    }

    header#header {
      background: #000;
      padding: 16px 0;
    }

#header .primary-container {
  max-width: 100%;
} 

    .button {
      font-family: "Oswald", sans-serif !important;
      text-transform: uppercase;
      text-align: center;
      transition: all 0.2s ease;
      border-radius: 5px;
      display: inline-block;
      text-decoration: none;
      font-size: 14px;
    padding: 10px 20px !important;
    letter-spacing: 1px;
      font-weight: 600;
    }
/* .button:hover {
  font-family: "Oswald", sans-serif !important;
  font-weight: 400 !important;
} */

    .yellow-btn {
      background-color: #fed800ff;
      color: #000000ff;
    }

    .yellow-btn:hover,
    .white-btn:hover {
      outline: 1px solid #ffffffff;
      
      background-color: #000000ff;
      color: #ffffffff;
      transform: translateY(0);
      box-shadow: none;
    }

    .white-btn {
      background-color: #fff;
      color: #000000ff;
      padding: 10px 40px;
    }

    .black-btn {
      background-color: #000;
      color: #fff;
    }

    .bd-btn {
     background: transparent;
      color: #000;
    }

    .bd-btn:hover {
      outline-offset: -1px;
      background-color: #000000ff;
      color: #ffffffff;
      transform: translateY(0);
      box-shadow: none;
    }

    .black-btn:hover {
      outline: 1px solid #000;
      outline-offset: -1px;
      background-color: transparent;
      color: #000;
      transform: translateY(0);
      box-shadow: none;
    }

    .header-logo img {
      width: 190px;
      height: 48px;
      object-fit: cover;
    }

    .inner-header {
      display: flex;
      align-items: center;
      gap: 30px;
      justify-content: space-between;
    }

    .header-btns {
/*       width: 35%; */
      gap: 10px;
      display: flex;
      align-items: center;
      justify-content: end;
    }

    .header-logo {
/*       width: 25%; */
      width: max-content;
    }

    .navbar {
/*       width: 50%; */
      width: max-content;
      position: relative;
    }

    .three.col {
      display: none;
    }

    .header-mobile-btns {
      display: none;
    }
/* div#hs_menu_wrapper_widget_1742574251108_ > ul > li > a {
display: flex;
    justify-content: space-between;
    padding: 32px 15px;
}
.hs-menu-wrapper.flyouts .hs-item-has-children a {
  color: #fff !important;
  
}
.hs-menu-wrapper.flyouts .hs-item-has-children ul.hs-menu-children-wrapper {
    background-color: #000000ff !important;
    border-top: none;
    top: 82px;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 500ms ease-in-out;
    z-index: 1;
    display: block;
    height: auto;
    padding-bottom: 8px;
  left: 0 !important;
}
.hs-menu-wrapper.flyouts .hs-item-has-children:hover ul.hs-menu-children-wrapper {
opacity: 1;
        display: block;
        z-index: 20;
} */

ul[role="menu"] {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #000;
  border-radius: 5px;
  align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

ul[role="menu"] > li {
  position: relative;
  display: flex;
    align-items: center;
    justify-content: space-between;
}

ul[role="menu"] > li > a {
  display: block;
  width: 100%;
  color: #fff !important;
  text-decoration: none;
  padding: 20px 12px;
  font-weight: normal;
  transition: background 0.3s ease-in-out;
  font-size: 16px !important;
  text-transform: uppercase;
  font-family: Oswald, sans-serif !important;
}

.hs-menu-depth-1.hs-item-has-children a {
  padding: 20px 8px 20px 15px;
}

ul[role="menu"] > li.hs-menu-depth-2 > a {
  padding: 16px 15px;
  width: max-content;
}

ul[role="menu"] > li.hs-menu-depth-3 > a {
  padding: 16px 15px;
  width: max-content;
}

ul[role="menu"] > li.hs-menu-depth-4 > a {
  padding: 16px 15px;
  width: max-content;
}

/* ul[role="menu"] > li:hover > a {
  color: #FED800 !important;
} */

.hs-menu-children-wrapper {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0 0 5px 5px;
  min-width: 200px;
  padding: 10px !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  opacity: unset !important;
}

/* .hs-menu-item:hover > .hs-menu-children-wrapper {
  display: block !important;
  opacity: unset !important;
} */

.hs-menu-item a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}

.hs-menu-item a:hover {
/*   background: #005a9c; */
}

/* Submenu positioning */
.hs-menu-depth-2 .hs-menu-children-wrapper {
  top: 0 !important;
  left: 100% !important;
  border-radius: 5px;
}

.hs-menu-depth-3 .hs-menu-children-wrapper {
  left: 100% !important;
}

.hs-menu-depth-4 .hs-menu-children-wrapper {
  left: 100% !important;
}
.hs-menu-depth-2 span.down-arrow, .hs-menu-depth-1 span.down-arrow, .hs-menu-depth-3 span.down-arrow, .hs-menu-depth-4 span.down-arrow {
    transition: all 0.3s ease-in-out;
}
/* .hs-menu-depth-2:hover > span.down-arrow, .hs-menu-depth-3:hover > span.down-arrow, .hs-menu-depth-4:hover > span.down-arrow {
    transform: rotate(270deg) !important;
  filter: brightness(0) saturate(100%) invert(84%) sepia(56%) saturate(2625%) hue-rotate(5deg) brightness(103%) contrast(107%);
} */

/* .hs-menu-depth-1:hover > span.down-arrow {
    transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(84%) sepia(56%) saturate(2625%) hue-rotate(5deg) brightness(103%) contrast(107%);
} */
.down-arrow svg.svg-inline--fa.fa-angle-down {
    filter: invert(1);
}

.row-fluid-wrapper.row-depth-1.row-number-5.dnd-section {
    background-color: #000;
}

.hs_cos_wrapper_widget nav a {
    color: #fff;
}
.pagination__link.pagination__link--number.pagination__link--active {
    border-radius: 4px !important;
    background: #FED800 !important;
}
#hs_cos_wrapper_widget_1742904242504 .pagination__link-icon svg {
    fill: #ffffff !important;
}







    .top-ft-footer {
      background: #FED800;
      padding: 50px 0;
    }

    .inner-tp-ft {
      width: 70%;
      margin: auto;
    }

    .inner-tp-ft h2 {
      font-size: 36px;
      font-weight: 700;
      color: #000;
      text-align: center;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
    }

    .inner-tp-ft p {
      font-size: 17px;
      font-weight: 400;
      line-height: 110%;
      text-align: center;
      margin: 15px auto 25px;
      width: 65%;

    }

    .ft-btns {
      text-align: center;
    }

    .bottom-ft-footer {
      background: #000;
      padding: 30px 0;
    }

    .ft-social-icons {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .ss-ico {
      background: #FED800;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 2px;
    }

    .inner-ft-footr {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .ss-ico svg {
      height: 35px;
      width: 35px;
      object-fit: contain;
    }
.ss-ico a {
  display: flex;
}

    .ft-logo img {
      width: 185px;
    }
.mh-container {
  max-width: 1260px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
}

.mh-bloglisting-cards-block {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.mh-bloglisting-card-wrapper {
  width: 33.33%;
  padding: 0 7.5px;
  text-decoration: none !important;
}
.mh-bloglisting-card-wrapper:hover {
text-decoration: none !important;
}

.mh-bloglisting-card {
  background-color: #fff;
  padding: 15px 15px 20px 15px;
  border-radius: 10px;
  height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-around;    
}

.mh-bloglisting-main-wrapper {
  padding: 0 0 45px;
  background-color: #000;
}

.mh-bloglisting-card-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 2.177514792899408;
}

.mh-bloglisting-card-title h2 {
  font-size: clamp(16px, 1.667vw, 24px);
  font-family: "Oswald", sans-serif;
  color: #000;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}

.mh-bloglisting-card-info-block {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 30px);
}

.mh-bloglisting-card-time-block {
  padding: 10px 20px;
  background-color: #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mh-bloglisting-card-time-block svg {
  width: 15px;
  height: 15px;
  color: #fff;
  object-fit: contain;
}

.mh-bloglisting-card-time-block p {
  margin: 0px;
  color: #fff;
  font-family: "Oswald", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
}

.mh-bloglisting-card-author-block {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mh-bloglisting-card-author-block img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin-right: 0px !important;
}
.mh-bloglisting-card-author-block p {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0px;
}

.shipping-potential-content h2 {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.shipping-potential-content p {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 141.6%;
    max-width: 780px;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto 30px auto !important;
}

.shipping-potential-form form label {
    display: none !important;
}

/* sd-styling */
.hs-blog-listing .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section {
  background-color:#000;
  padding:0;
/*   display:none; */
}
.hs-blog-listing .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section>.row-fluid {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 30px;
    width: 100%;
}

.hs-blog-listing .blog-listing.blog-listing--card .blog-listing__post {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 15px 20px;
    margin: 0;
}

.blog-listing {
    width: 100% !important;
    justify-content: center !important;
    gap: 15px;
}

a.blog-listing__post-title-link {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-listing__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

h2.blog-listing__post-title {
    width: 100%;
}

.blog-listing__post-author {
    order: 3;
    width: 50%;
  justify-content: flex-end;
    margin-bottom: 0;
}

time.blog-listing__post-timestamp {
    width: 50%;
}

.blog-listing__post-title {
    margin-bottom: 30px;
}
.blog-listing__header {
    margin-bottom: 0;
}
.blog-listing__post-timestamp {
    display: flex;
    margin-bottom: 0;
    align-items: center;
      background-color: #000;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    padding: 10px 20px;
  color:#fff !important;
}

/* blog post form */

.hs-blog-post form {
  border-radius: 12px;
}

.hs-blog-post form label span {
  color: #ffffff;
  font-family: Oswald, sans-serif !important;
}

.hs-blog-post form label span.hs-form-required {
  color: #ef6b51;
}

.hs-blog-post form .hs-submit .actions input.hs-button {
  background-color: #fed800;
  color: #000000;
  font-family: Oswald, sans-serif !important;
  border-radius: 5px;
    font-size: 18px !important;
    font-weight: 500;
    padding: 10px;
  text-transform: uppercase;
  transition: all .2s ease;
}

.hs-blog-post form .hs-submit .actions input.hs-button:hover {
  background-color: transparent;
    box-shadow: none;
    color: #fff;
    outline: 1px solid #fff;
}

.blog-post-section:has(#hs_cos_wrapper_related_posts) {
  display: none;
}

/* sd-stylinh-end */
@media screen and (min-width: 1200px) {
  ul[role="menu"] > li:hover > a {
  color: #FED800 !important;
}

.hs-menu-item:hover > .hs-menu-children-wrapper {
  display: block !important;
  opacity: unset !important;
}

.hs-menu-depth-2:hover > span.down-arrow, .hs-menu-depth-3:hover > span.down-arrow, .hs-menu-depth-4:hover > span.down-arrow {
    transform: rotate(270deg) !important;
  filter: brightness(0) saturate(100%) invert(84%) sepia(56%) saturate(2625%) hue-rotate(5deg) brightness(103%) contrast(107%);
}

.hs-menu-depth-1:hover > span.down-arrow {
    transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(84%) sepia(56%) saturate(2625%) hue-rotate(5deg) brightness(103%) contrast(107%);
}
}

    @media screen and (max-width: 1200px) {
      #hamburger-6.is-active {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }

      #hamburger-6.is-active .line:nth-child(2) {
        width: 0px;
      }

      #hamburger-6.is-active .line:nth-child(1),
      #hamburger-6.is-active .line:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
      }

      #hamburger-6.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px);
        -ms-transform: translateY(13px);
        -o-transform: translateY(13px);
        transform: translateY(11px);
      }

      #hamburger-6.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(90deg);
        -ms-transform: translateY(-13px) rotate(90deg);
        -o-transform: translateY(-13px) rotate(90deg);
        transform: translateY(-9px) rotate(90deg);
      }

      .row .three {
        padding: 80px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #2c3e50;
        color: #ecf0f1;
        text-align: center;
      }

      .hamburger .line {
        width: 30px;
        height: 4px;
        background-color: #fff;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }

      .three col {
        position: relative;
      }

      .hamburger.is-active {
        z-index: 999999999 !important;
        position: relative;
      }

      .hamburger.is-active span {
        background: #fff;
      }

      .hamburger:hover {
        cursor: pointer;
      }

      .menusflex {
        position: fixed;
        top: 90px;
        height: 90vh;
        width: 100vw;
        background-color: #000;
        transition: 0.5s ease-in-out;
        z-index: 999999;
        left: -103%;
        overflow-x: hidden;
        overflow-y: auto;
        padding-inline: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .menusflex.active {
        left: 0;
      }
      
      .menusflex .nav-menu {
        width: 100%;
      }
      
      ul[role=menu] {
        flex-direction: column;
      }
      
      ul[role=menu]>li {
        width: 100%;
        margin-right: 20px;
        flex-direction: column;
        align-items: start;
        cursor: pointer;
      }
      
      ul[role=menu]>li>a {
        font-size: 22px !important;
        padding: 10px 15px;
        width: max-content;
      }
      
      .hs-menu-depth-1 span.down-arrow, .hs-menu-depth-2 span.down-arrow, .hs-menu-depth-3 span.down-arrow, .hs-menu-depth-4 span.down-arrow {
        font-size: 22px;
        position: absolute;
        top: 10px;
        right: 1%;
        z-index: 10;
      }
      
      ul[role=menu]>li.hs-menu-depth-2>a, ul[role=menu]>li.hs-menu-depth-3>a, ul[role=menu]>li.hs-menu-depth-4>a {
        padding: 10px 15px 10px 7px;
        width: max-content;
      }
      
      .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
        position: relative;
        top: unset !important;
        left: unset !important;
        width: 100%;
        padding-right: 0 !important;
      }
      
/*       .hs-menu-item:hover>.hs-menu-children-wrapper {
        display: unset !important;
        
      } */

      .menusflex .navbar nav>ul li a {
        color: #000;
        padding: 10px 0;
        font-size: 18px;
      }

      .menusflex .navbar nav>ul li ul.sub-menu a {
        color: #000;
        padding: 10px 0;
        font-size: 14px;
      }

      .menusflex .navbar nav>ul {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        height: 100%;
        gap: 0;
        padding: 40px 20px 60px;
      }

      .menusflex .navbar nav>ul>li {
        position: relative;
        padding: 26px 0;
        width: 100%;
        border-bottom: 1px solid #E9ECEF;
        /* display: flex; */
        justify-content: space-between;
      }

      .menusflex .navbar nav>ul>li:last-child {
        border-bottom: 0;
      }

      .three.col {
        position: relative;
        display: flex;
        top: 25%;
        right: 5px;
        width: 30px;
        justify-content: end;
      }

      .header-btns .button {
        display: none;
      }

      .menusflex.active .header-mobile-btns {
        display: flex;
        justify-content: center;
        gap: 10px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 3%;
      }

      .header-btns {
/*         width: 65%; */
        width: max-content;
      }
      body:has(.menuflex.active) {
        overflow: hidden;
      }
      .hs-menu-children-wrapper.active {
        display: block !important;
        z-index: 20;
      }
      .navbar.menusflex.menuflex.active div.nav-menu {
        height: 345px;
        overflow-y: auto;
        scroll-behavior: smooth;
        //* Scrollbar styling for Firefox */
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
      }
      /* WebKit (Chrome, Safari, Edge) */
.navbar.menusflex.menuflex.active div.nav-menu::-webkit-scrollbar {
  width: 8px;
}

.navbar.menusflex.menuflex.active div.nav-menu::-webkit-scrollbar-thumb {
  background-color: lightgray;
  border-radius: 4px;
}

.navbar.menusflex.menuflex.active div.nav-menu::-webkit-scrollbar-track {
  background: transparent;
}

.navbar.menusflex.menuflex.active div.nav-menu::-webkit-scrollbar-button {
  display: none; /* Hide arrows */
  height: 0;
}
    }
@media only screen and (max-width: 1100px) {
  .mh-bloglisting-card-info-block {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .mh-bloglisting-card-wrapper {
    width: 50%;
  }
  .mh-bloglisting-card-info-block {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mh-bloglisting-card-wrapper {
    width: 100%;
  }
}
    @media screen and (max-width: 767px) {
      .inner-tp-ft {
        width: 100%;
      }

      .inner-tp-ft p {
        width: 85%;
      }
    }

    @media screen and (max-width: 480px) {
      .inner-ft-footr {
        flex-direction: column;
        row-gap: 15px;
      }
    }