/*
Theme Name: Hello Gravel
Description: A simple WordPress theme using HTML and PHP.
Version: 1.0.0
*/

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: auto;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", serif;
  font-size: 16px;
}

html {
   margin-top: 0 !important;
}

/***********************************

GLOBAL STYLING 

************************************/
a {
  color: #f2722f;
}

.bg-orange {
  background-color: #ff6801;
}

.bg-grey {
  background-color: #f1f4f6;
}

.bg-white {
  background-color: #fff;
}

.container,
.container-full {
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  width: 100%;
}

.container-full {
  max-width: 100%;
}

.font-inter {
  font-family: Inter, Sans-serif !important;
}

.font-integral {
  font-family: "Inter", Sans-serif !important;
}

h1 {
  font-family: Inter, Sans-serif;
  font-size: 48px;
  font-weight: 800;
}

h2 {
  font-family: "Inter", Sans-serif;
  font-weight: 800;
  font-size: 40px;
}

h3 {
  font-family: "Inter", Sans-serif;
  font-size: 28px;
  font-weight: 800;
}

h4 {
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 800;
}

h5 {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.subtitle {
  font-family: Inter, Sans-serif;
  font-size: 25px;
}

a {
  color: #f2722f;
}

a:active,
a:hover {
  /* color: #336; */
}

@media screen and (max-width: 1023px) {
  .container,
  .container-full {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .container,
  .container-full {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }

  .subtitle {
    font-family: Inter, Sans-serif;
    font-size: 18px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    border-radius: 8px 8px 8px 8px;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 104, 1, 0.5);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
  }
}

.theme-btn:disabled {
  opacity: 0.5;
}

.theme-btn,
.theme-btn-link a,
.theme-btn-form input[type="submit"],
.product-contact-us input#gform_submit_button_4,
div#gform_wrapper_2 button,
div#gform_wrapper_2 input[type="submit"],
#fkcart-modal .fkcart-zero-state .fkcart-shop-button {
  background-color: #ff6801;
  font-family: Roboto, Sans-serif;
  font-weight: 500;
  fill: #ffffff;
  color: #fff;
  padding: 18px 50px 18px 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 800;
  border-radius: 16px 16px 16px 16px;
  padding: 20px 50px;
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
  transition: all ease 0.4s;
  display: table;
  text-align: center;
}

.theme-btn.small {
  padding: 10px 50px 10px 50px;
}
/*
.theme-btn.blink {
  background-color: transparent;
}

.theme-btn.blink::after {
  animation: pulse 0.5s infinite alternate ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  z-index: 0;
  background: #ff6801;
}

.theme-btn.blink span {
  position: relative;
  z-index: 1;
}*/

.theme-btn.regular,
.theme-btn-link.regular a,
#zip-code-cart-form button.single_add_to_cart_button,
.theme-btn-form.regular input[type="submit"],
.product-contact-us input#gform_submit_button_4,
div#gform_wrapper_2 button,
div#gform_wrapper_2 input[type="submit"],
#fkcart-modal .fkcart-zero-state .fkcart-shop-button {
  background-color: #f2722f;
  border: 2px solid #f2722f;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  fill: #ffffff;
  color: #ffffff;
  border-radius: 8px 8px 8px 8px;
  padding: 15px 25px;
  text-align: center;
  font-size: 15px;
}

.theme-btn.regular:hover svg * {
  fill: #f2722f;
  border-color: #f2722f;
}

.theme-btn.regular:hover,
.theme-btn-link.regular a:hover,
.theme-btn-form.regular input[type="submit"]:hover,
div#gform_wrapper_2 button:hover,
div#gform_wrapper_2 input[type="submit"]:hover,
#fkcart-modal .fkcart-zero-state .fkcart-shop-button:hover {
  background: transparent;
  color: #f2722f;
  border: 2px solid #f2722f;
  font-weight: bold;
}

.theme-btn.style-2,
.theme-btn-form.style-2 input[type="submit"],
.product-contact-us input#gform_submit_button_4 {
  background: transparent;
  color: #f2722f;
  border: 2px solid #f2722f;
  font-weight: bold;
}

.theme-btn.style-2:hover,
.theme-btn-form.style-2 input[type="submit"]:hover,
.product-contact-us input#gform_submit_button_4:hover {
  background: #f2722f;
  color: #fff;
  border-color: #f2722f;
}

.theme-btn-2 {
  /* background-color: #f2722f; */
  background-color: #ff6801;
  font-family: Roboto, Sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  fill: #ffffff;
  color: #fff;
  border-radius: 8px 8px 8px 8px;
  padding: 18px;
  text-decoration: none;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  background-color: #fff;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px 10px 10px 10px;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border: 1px solid #d7dedd;
  min-height: 40px;
}

.wp-block-image img {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .theme-btn,
  .theme-btn-link a,
  .theme-btn-form input[type="submit"],
  .product-contact-us input#gform_submit_button_4 {
    padding: 10px 25px;
  }
  .theme-btn.small {
    padding: 10px 25px 10px 25px;
  }
}

/***********************************

HEADER STYLING 

************************************/

/* Header Top Bar */
.header-up {
  background-color: #ff6801;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-family: Arial, Helvetica, sans-serif;
  /* position: fixed; */
  top: 0;
  width: 100%;
  z-index: 10;
}
.header-up p {
  margin: 0;
}

.header-up a {
  color: #fff !important;
}

header nav.custom-nav,
header nav.custom-nav .cart-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

header nav.custom-nav .logo-container {
  width: 192px;
}

nav.custom-nav .menu-menu-1-container {
  margin: 0 auto 0 0;
}

header nav.custom-nav .main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px 30px;
}

header nav.custom-nav .main-menu li a {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #222222;
  text-decoration: none;
}

header nav.custom-nav .main-menu ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}

header nav.custom-nav button.menu-toggle {
  display: none;
}

header nav.custom-nav .logo-container a.logo-link {
  display: block;
}

header nav.custom-nav .logo-container img.logo {
  width: 100%;
  display: block;
}

header nav.custom-nav .main-menu li.current_page_item > a {
  color: #ff6801;
}

header nav.custom-nav .cart-container button.btn {
  margin: 0;
}

header nav.custom-nav .main-menu .menu-item-has-children > a:after {
  content: "\f347";
  font-family: dashicons;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

header nav.custom-nav .main-menu li {
  position: relative;
}
header nav.custom-nav .main-menu a:hover {
  color: #ff6801;
}

header nav.custom-nav .main-menu .menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}

header nav.custom-nav .main-menu ul.sub-menu {
  column-count: 3;
  gap: 20px;
  position: absolute;
  z-index: 99;
  background: #fff;
  padding: 20px;
  white-space: nowrap;
  border-radius: 5px;
  min-width: 10em;
  max-width: 1000px;
}

header nav.custom-nav .main-menu ul.sub-menu li {
  margin-bottom: 10px;
}

header nav.custom-nav .cart-container {
  position: relative;
}

header nav.custom-nav .cart-container .btn {
  background-color: #ff6801;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  border-width: 2px;
  padding: 9px 15px;
  line-height: 24px;
  cursor: pointer;
  font-family: "Inter", Sans-serif;
  padding: 9px 15px 9px 15px;
}

header nav.custom-nav .cart-container .btn:hover {
  background-color: #fff;
  border: 2px solid #ff6801;
  color: #ff6801;
}

header .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.admin-bar header .sticky-header{
  top: 32px;
}

.header-up-label{
  margin-right: 5px;
}

.header-up-separator{
  margin: 0 10px;
}

@media screen and (max-width: 782px) {
  .admin-bar header .sticky-header{
    top: 46px;
  }

  .header-up-separator{
    margin: 0 5px;
  }

  .text-us-section{
    display: none;
  }

  .call-us-section + .header-up-separator {
    display: none;
  }
}

@media screen and (min-width: 1301px) {
  header nav.custom-nav .main-menu .menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
}

@media screen and (max-width: 1300px) {
  nav.custom-nav .menu-menu-1-container {
    max-height: calc(100vh - 135px);
    overflow: scroll;
  }
  header nav.custom-nav button.menu-toggle {
    display: block;
    background: transparent;
    border: 0;
    font-size: 30px;
  }
  header nav.custom-nav .cart-container .btn,
  header nav.custom-nav .cart-container .theme-btn {
    display: none;
  }

  nav.custom-nav .menu-menu-1-container {
    display: none;
  }

  .cart-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  header nav.custom-nav {
    justify-content: space-between;
    /* position: relative; */
  }

  nav.custom-nav .menu-menu-1-container {
    background: #ff6801;
    position: absolute;
    bottom: 0;
    transform: translate(0, 100%);
    z-index: 999;
    width: 100%;
    left: 0;
    padding: 20px;
    text-align: center;
  }

  nav.custom-nav .menu-menu-1-container * {
    color: #fff !important;
  }

  header {
    position: relative;
  }

  header nav.custom-nav .main-menu {
    flex-direction: column;
  }

  header nav.custom-nav .main-menu .menu-item-has-children > a {
    pointer-events: none;
  }

  header nav.custom-nav .main-menu .menu-item-has-children:focus ul.sub-menu {
    display: block;
  }

  header nav.custom-nav .main-menu ul.sub-menu {
    position: relative;
    background: transparent;
    column-count: 1;
  }
}

#hubspot-messages-iframe-container {
  z-index: 5 !important;
}

body #hubspot-messages-iframe-container {
  z-index: 99999999 !important;
}

body #hubspot-messages-iframe-container iframe {
  z-index: 99999999 !important;
}

/***********************************

SHOP MODAL STYLING 

************************************/
.container .offcanvas {
  z-index: 999999;
}
.container .offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.container .offcanvas .offcanvas-body .fkcart-shop-button {
  font-size: 14px;
  margin-top: 16px;
  align-self: center;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  background-color: #ff6801;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
}

/***********************************

FOOTER STYLING 

************************************/

footer {
  background: #000;
  color: #fff;
  padding: 80px 0;
}

footer * {
  color: #fff;
}

footer a.footer-logo {
  display: block;
}

footer .footer-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

footer .footer-icon-container a {
  background: #f36622;
  display: flex;
  width: 50px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
}

footer .footer-icon-container svg {
  width: 25px;
}

footer .footer-icon-container a path {
  fill: #fff;
}

footer .footer-icon-container a.social-fb {
  background: #3b5998;
}

footer .footer-icon-container a.social-insta {
  background: #dd7c19;
}

footer .footer-icon-container a.social-linkin {
  background: #0077b5;
}

footer .footer-menu-container h5 {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 800;
}

footer .footer-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer a {
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}

footer .footer-menu-container .menu li {
  margin-bottom: 12px;
}

footer .footer-menu-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

footer .container > * {
  margin-bottom: 60px;
}

footer .footer-end-container {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #ffffff24;
  padding-top: 20px;
  margin-bottom: 0;
}

footer .footer-end-container .copyright-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

footer .footer-end-container .payment-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

footer .footer-end-container .payment-icon-container img {
  width: 32px;
}

footer a.footer-logo {
  display: none;
}

@media screen and (max-width: 1023px) {
  footer .footer-menu-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-menu-container {
    grid-template-columns: 1fr;
  }

  footer a.footer-logo img {
    margin: auto;
    display: block;
  }

  footer .footer-end-container .copyright-container {
    text-align: center;
    flex-direction: column;
  }

  footer .footer-end-container .copyright-container p {
    margin: 0;
  }

  footer .footer-end-container {
    flex-direction: column;
    gap: 30px;
  }
}

/***********************************

HOME PAGE BANNER STYLING 

************************************/

.home-banner {
  background-image: url("https://hellogravel.wpenginepowered.com/wp-content/uploads/2024/02/gravel-plant-4727654_1280.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 90vh;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 600px;
  padding: 50px 0;
  position: relative;
}

.home-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 0%, #ffffff00 100%);
  background: -webkit-linear-gradient(left, #000000 0%, #ffffff00 100%);
  background: linear-gradient(to right, #000000 0%, #ffffff00 100%);
}

.home-banner > * {
  z-index: 1;
  position: relative;
}

.home-banner h1,
.home-banner h2 {
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .home-banner h1,
  .home-banner h2 {
    font-size: 48px;
  }
}

.home-banner .col {
  width: 100%;
  max-width: 60%;
}

.home-banner .stars {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-banner .stars svg * {
  fill: #f0ad4e;
}

.home-banner .stars svg {
  width: 14px;
}

.home-banner .subtitle {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: inherit;
}

.home-banner ul li svg {
  width: 25px;
  min-width: 25px;
}

.home-banner ul li svg * {
  fill: #ff6801;
}

.home-banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-banner ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
  gap: 10px;
}

@media screen and (max-width: 1023px) {
  .home-banner .col {
    max-width: 100%;
  }
  .home-banner .subtitle {
    display:block !important;
		margin-bottom:15px;
		text-align:left !important;
  }
  .home-banner h1 {
    text-align: center;
  }
  .home-banner {
    max-height: auto;
  }
  .home-banner .stars {
		display:block !important;
		text-align:left;
	}
}
@media screen and (max-width: 767px) {
  .home-banner .subtitle {
    font-size: clamp(15px, 2vw, 4rem);
    line-height: normal;
  }
}

/***********************************

HOME PAGE BANNER LAST SECTION STYLING

************************************/
.home-last-section {
  background-image: url("https://hellogravel.com/wp-content/uploads/2024/08/bg-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 600px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home-last-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.home-last-section .stars,
.home-last-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-last-section ul {
  gap: 20px;
}

.home-last-section .stars svg,
.home-last-section ul li svg {
  width: 14px;
  fill: #f0ad4e;
}

.home-last-section ul li svg {
  width: 25px;
  fill: #fff;
}
.home-last-section .subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home-last-section .subtitle2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-last-section .col2 .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-last-section ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .home-last-section ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    margin-left: 50px;
  }
}

/***********************************

LOOP PRODUCT

************************************/

.loop-product {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e1e4e8;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.loop-product .featured-img {
  overflow: hidden;
}

.loop-product:hover img {
  transform: scale(1.2);
}

.loop-product .featured-img img {
  transition: all ease 0.5s;
  /* aspect-ratio: 430 / 235; */
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.loop-product .loop-product-title {
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.loop-product .loop-content {
  /* height: 100%; */
}

.loop-product .theme-btn,
.loop-product .loop-button {
  margin-top: auto;
  width: 100%;
}

/***********************************

LOOP RELATED PRODUCT

************************************/

.loop-product-related img {
  aspect-ratio: 1;
  object-fit: cover;
}

.loop-product-related .loop-pricing {
  font-size: 24px !important;
  color: #111 !important;
  font-family: "calibre", Sans-serif !important;
  font-weight: 600 !important;
}

.loop-product-related a.loop-product-title {
  color: #000;
  text-decoration: none;
}

.product-related-list {
  margin-bottom: 20px;

  img {
    aspect-ratio: auto;
    height: 100%;
    width: 100%;
    display: block;
  }

  .loop-product-related {
    padding: 0 0 0 25%;
    position: relative;
  }

  .featured-img {
    width: calc(25% - 20px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  a.loop-product-title {
    margin-bottom: 5px !important;
  }

  .loop-pricing {
    font-size: inherit !important;
    margin-bottom: 10px !important;
  }

  .theme-btn {
    padding: 5px 20px;
    width: auto;
    display: table !important;
    /* !i;!; font-size: 13px; */
  }
}

/***********************************

HOME ICON

************************************/

@media screen and (min-width: 1024px) {
  .home-icon h3 {
    font-size: 25px;
    font-weight: 400;
  }
}

/***********************************

HOME PAGE FQA STYLING

************************************/

.faq-home-container .title-home h2 {
  font-family: "Inter", Sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 32px;
  color: #000;
}
.faq-home-container .title-home {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-home-container .home-container {
  width: 80%;
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.faq-home-container {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-home-container .faq-section-home {
  padding-top: 10px;
  max-width: 800px;
  width: 100%;
}
.faq-home-container .btn-home {
  display: block;
  width: 100%;
  border-radius: 16px;
  border: solid 1px #d5d8dc;
  cursor: pointer;
  font-family: "Inter", Sans-serif;
  padding: 15px;
  text-decoration: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  color: #1f2124;
  text-transform: uppercase;
}
.faq-home-container .btn-home[aria-expanded="true"] .arrow-icon {
  transform: rotate(180deg);
  color: #ff6801;
}

.faq-home-container .btn-home:hover,
.faq-home-container .btn-home:focus {
  border: solid 1px #ff6801;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

/***********************************

ABOUT PAGE FAQ STYLING

************************************/
.about-us-page figcaption.wp-element-caption {
  text-align: center;
}

.about-us-page .title-about {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us-page .faq-container {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

.about-us-page .faq-section {
  padding-top: 10px;
  max-width: 800px;
  width: 100%;
}

.about-us-page .btn5 {
  display: block;
  width: 100%;
  border-radius: 16px 16px 16px 16px;
  border: solid 1px #d5d8dc;
  cursor: pointer;
  font-family: "Inter", Sans-serif;
  padding: 25px;
  text-decoration: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  color: #000;
  text-transform: uppercase;
}

.card-body {
  margin-top: 10px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 15px;
}

.arrow-icon {
  display: inline-flex;
  transition: transform 0.3s ease;
  color: #ff6801;
  font-weight: bold;
}

.btn5[aria-expanded="true"] .arrow-icon {
  transform: rotate(180deg);
  color: #ff6801;
}

.btn5:hover,
.btn5:focus {
  border: solid 1px #ff6801;
}

.about-us-page .container .title-about h2 {
  font-family: "Inter", Sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 32px;
  color: #000;
}
.about-us-page .container .title-story {
  text-align: center;
  padding-bottom: 50px;
}
.about-us-page .container .title-story .divider {
  width: 100px;
  height: 4px;
  background-color: #ff6801;
  margin: 0 auto;
  margin-top: 50px;
}

.about-us-page .container p a {
  text-decoration: none;
  color: #c36;
}
.about-us-page .container .About_container {
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.about-us-page .container .team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*   margin-left: -50px;
  margin-right: -50px; */
  margin: 0;
  gap: 50px;
}

.about-us-page .container .Picture-Container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 40px);
  flex: unset;
  text-align: center;
}

.about-us-page .container .Picture-Container picture,
.about-us-page .container .Picture-Container img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.about-us-page .container .Picture-Container div {
  margin-top: 10px;
}

.about-us-page .container .Picture-Container img {
  aspect-ratio: 1;
  width: 100%;
  object-position: center;
}

.about-review-slider .background-image > * {
  z-index: 1;
  position: relative;
}

.about-us-page .container .Figure img {
  width: 100%;
  height: auto;
  max-width: 768px;
  display: block;
  margin: 0 auto;
}
.about-us-page .container .Figure figcaption {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-top: 10px;
  padding: 0 10px;
}

@media screen and (max-width: 1023px) {
  .about-us-page .container .Picture-Container {
    width: calc(50%);
  }
  .about-us-page .container .team-container {
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-us-page .container .Figure img {
    max-width: 100%;
  }
  .about-us-page .container .team-container {
    margin-left: 0;
    margin-right: 0;
  }
}

/***********************************

ABOUT REVIEW SLIDER TEMPLATE STYLINF

************************************/

.about-review-slider .background-image {
  background-image: url("/wp-content/uploads/2024/01/646b8147bb4ba46578a60f2f_blog2.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  /*   height: 100vh; */
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 600px;
  position: relative;
}

.about-review-slider .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
}
#carouselCaptions .carousel-control-next,
#carouselCaptions .carousel-control-prev {
  width: 50px !important;
  height: 50px !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  margin: 130px 20px 0 20px !important;
  opacity: 1 !important;
}
#carouselCaptions .carousel-indicators {
  margin-bottom: -50px !important;
}
@media screen and (max-width: 767px) {
  .about-review-slider .background-image {
    height: 0;
  }
}

/***********************************

CONTACT PAGE STYLING

************************************/
.container .Contact-Container {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  padding-top: 75px;
  padding-bottom: 75px;
  gap: 20px;
}
.container .notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  z-index: 1000;
  display: none;
}
.container .notification.success {
  background-color: #4caf50;
}
.container .notification.error {
  background-color: #f44336;
}
.container .Contact-Container .card {
  width: 100%;
  border-radius: 32px;
  border-color: #0000001a;
}
.container .Contact-Container .card .card-body {
  padding: 50px;
}

.container .Contact-Container .card .card-body .Field {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.container .Contact-Container .card .card-body .Field input {
  background: #f5f8fa;
}
.container .Contact-Container .card {
  padding-top: 20px;
  padding-bottom: 20px;
}
.container .Contact-Container .card .card-body .btn {
  background-color: #ff7a59;
  border: none;
  color: #fff;
}
.container .Contact-Container .card2 {
  width: 100%;
  height: 20%;
  padding: 20px;
  border-radius: 10px;
}
.container .Contact-Container .Icon-Container {
  margin-top: 50px;
}
.container .Contact-Container .Box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.container .Contact-Container .Box .box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff0e5;
  margin-bottom: 20px;
  border-radius: 8px;
  flex-shrink: 0;
}
.container .Contact-Container .Box .text-container {
  display: flex;
  flex-direction: column;
}

section.contact-us-page .gform_fields {
  width: 100%;
  gap: 18px;
}

section.contact-us-page .gform-theme {
  width: 100%;
}

section.contact-us-page input,
section.contact-us-page textarea {
  background-color: #f5f8fa !important;
  color: #33475b;
  border: 1px solid #cbd6e2 !important;
}

section.contact-us-page input[type="submit"] {
  background: #ff7a59 !important;
  border-color: #ff7a59 !important;
  color: #ffffff;
  padding: 10px 30px !important;
}

section.contact-us-page .gform_required_legend {
  display: none;
}

@media screen and (max-width: 1023px) {
  .container .Contact-Container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }
  .container .Contact-Container .card2 {
    order: 1;
    padding: 0;
  }
  .container .Contact-Container .card {
    order: 2;
  }
}

/***********************************

HOME STEPS STYLING

************************************/

.home-steps .step-item h3 {
  font-weight: 800;
  padding: 4px 30px;
  border-style: solid;
  border-color: #ff6801;
  border-radius: 999px;
  text-align: center;
  display: inline-flex;
  margin-bottom: 16px;
}

.home-steps .step-item {
  padding-bottom: 50px;
  padding-left: 100px;
  position: relative;
}

.home-steps .step-item:before {
  counter-increment: item;
  content: counter(item);
  font-weight: bold;
  color: #fff;
  background: #ff6801;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 100%;
  z-index: 2;
}

.home-steps .steps-container {
  counter-reset: item;
}

.home-steps .step-item:after {
  content: "";
  width: 8px;
  height: 100%;
  display: block;
  background: #ff6801;
  left: 16px;
  top: 10px;
  position: absolute;
  z-index: 1;
}

.home-steps .step-item:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .home-steps .step-item {
    padding-left: 60px;
  }
}

/***********************************

REQUEST FORM STYLING

************************************/
.req_form {
  margin-top: 50px;
}

.req_form .container .Field {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.req_form .container .Field input {
  background: #f5f8fa;
  border-radius: 15px;
  padding: 10px;
}
.req_form .container .btn {
  background-color: #ff7a59;
  border: none;
  color: #fff;
}
.req_form .container .check_form_container .form-check .form-check-label {
  cursor: pointer;
}
.req_form .container .Field .Field_Desc {
  font-size: 11px;
}

/***********************************

CALCULATOR TEMPLATE STYLING

************************************/

label .tooltip {
  display: inline-block;
  border-radius: 100%;
  padding: 0;
  height: 1.2em;
  font-size: 80%;
  width: 1.2em;
  text-align: center;
  margin-left: 0.2em;
  color: #ff6801;
  background-color: #ffffff;
  aspect-ratio: 1;
  line-height: 18px;
  margin-left: 5px;
  cursor: help;
  position: relative;
  opacity: 1;
  font-weight: bolder;
  font-family: "Inter", Sans-serif;
  display: none;
}

label .tooltip:before {
  position: absolute;
  width: auto;
  background-color: #555;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  z-index: 0;
  opacity: 0;
  content: attr(tooltip);
  z-index: 9;
  top: -34px;
  left: 0;
  transition: all ease 0.4s;
  font-size: 16px;
  width: 250px;
  text-align: center;
  top: unset;
  left: 50%;
  transform: translate(-50%, 0%);
  pointer-events: none;
  bottom: 34px;
  display: table;
}

label .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid #555555;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: #555555 transparent transparent transparent;
  transition: all ease 0.4s;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

label .tooltip {
  position: relative;
}

label:hover .tooltip:before,
label:hover .tooltip:after {
  opacity: 1;
  z-index: 1;
}

body .template-calculator label.gfield_label {
  font-family: "Inter", Sans-serif !important;
  color: #fff;
  font-size: inherit;
  line-height: normal;
}

body .template-calculator .ginput_container input {
  background-color: #f4f6fc;
  border-width: 0px 0px 0px 0px;
  border-radius: 8px;
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  line-height: normal;
}

body .template-calculator .gform_button {
  background-color: #000000 !important;
  font-family: Roboto, Sans-serif !important;
  font-weight: 600 !important;
  fill: #ffffff !important;
  color: #fff !important;
  padding: 18px 50px 18px 50px !important;
  text-decoration: none !important;
  position: relative !important;
  overflow: hidden !important;
  font-family: "Inter", Sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  border-radius: 16px 16px 16px 16px !important;
  padding: 20px 50px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border: 0 !important;
  transition: allease 0.4s !important;
  margin: auto !important;
}

#tons-result {
  color: #ff6801;
  font-size: 35px;
  border-radius: 5px;
  font-weight: 600;
  display: block;
  line-height: normal;
}

#tons-result1 {
  font-family: "Calibre", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: auto;
  color: #ff6801;
  display: block;
}

div#result-wrapper-box {
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #ffd9c6;
  padding: 20px;
}

div#result-wrapper-box p {
  color: #000;
  font-weight: bold;
  margin: 0;
}

.form-wrapper {
  background-color: #7d7d7d !important;
  padding: 12px !important;
  border-radius: 6px !important;
}

/***********************************

SINGLE PRODUCT CALCULATOR STYLING

************************************/

section.single-product-calculator {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  background: #f7f5f4;
  border: 0;
  background: unset;
}

section.single-product-calculator input,
section.single-product-calculator select {
  background: #fff;
}

#tons-result {
  font-size: 30px;
}

/***********************************

SINGLE PRODUCT STYLING

************************************/

.product-swiper {
  overflow: hidden;
  margin-bottom: 10px;
}

.product-thumb-swiper {
  overflow: hidden;
}

.product-thumb-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.product-thumb-swiper .swiper-slide {
  opacity: 0.5;
}

.product-thumb-swiper .swiper-slide,
.product-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.product-thumb-swiper img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.swiper-button-lock {
  display: flex !important;
}

.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  color: #000 !important;
  top: 50% !important;
  transform: translateY(-50%);
  padding: 20px;
  aspect-ratio: 1;
  margin-top: 0 !important;
  margin-right: 16px;
  margin-left: 16px;
}

.product-thumb-swiper .swiper-wrapper {
  height: auto;
}

.product-swiper .swiper-button-next:after,
.product-swiper .swiper-button-prev:after {
  font-size: small !important;
  font-weight: bold;
}

.product-swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  margin: 0 4px;
  width: 15px !important;
  height: 15px !important;
  transition: all 0.3s ease;
}

.product-swiper-pagination .swiper-pagination-bullet-active {
  background: #000 !important;
  width: 30px;
  height: 30px;
}

.product-swiper-pagination {
  position: relative !important;
  margin-top: 30px;
}

.single-product-page-tab-button .tab-button.active, #fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button {
  background-color: #ff6801;
}

.product h1 {
  font-size: 38px;
}

.single-product-zip-and-delivery-date .tooltip {
  z-index: 1;
}

.single-product div#dynamic-price span {
  color: #111111;
  font-family: "Calibre", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 5px;
}
#hg-starting-price
{
  display: block;
}
@media (min-width: 768px) {
  .product-swiper-pagination {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* .product-swiper .swiper-button-next,
  .product-swiper .swiper-button-prev {
    top: 7% !important;
  } */
  /* .position-sticky {
    position: static !important;
  } */
  /* .product-swiper .swiper-pagination {
    top: 606px !important;
  } */
  .product-thumb-swiper {
    display: none;
  }

  .product h1 {
    font-size: 31px;
  }
}

/***********************************

DETAILS PRODUCT STYLING

************************************/

.product-details {
  display: flex;
  flex-direction: column;
  /* max-width: 800px; */
  width: 100%;
}

.product-details .details-section {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.product-details .details-section ul li {
  line-height:2.2;
}

.product-details .details-section .btn-details {
  color: #000;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
}

.product-details .details-section .btn-details .arrow-icon {
  transition: all ease 0.4s;
  transform: rotate(180deg);
}

.product-details .details-section .btn-details.collapsed .arrow-icon {
  transform: rotate(0deg);
}

.details-section .arrow-icon svg * {
  stroke: #111111;
}

/***********************************

RELATED PRODUCTS STYLING

************************************/

.related-products-slider {
  overflow: hidden;
  position: relative;
}

.single-product-related .swiper-button-next,
.single-product-related .swiper-button-prev {
  background: #fff !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 1px 1px 8px 2px #0000006e;
  box-shadow: none;
  /* top: 25%; */
}

.single-product-related .swiper-button-next:after,
.single-product-related .swiper-button-prev:after {
  font-size: 21px;
  color: #888888;
  font-weight: bold;
}

.single-product-related .swiper-button-next {
  right: -60px;
}

.single-product-related .swiper-button-prev {
  left: -60px;
}

@media screen and (max-width: 900px) {
  .single-product-related .swiper-button-next,
  .single-product-related .swiper-button-prev {
    display: none !important;
  }
}

/***********************************

DETAILS ZIPCODE, DELIVERY DATE AND COUNTDOWN

************************************/

.single-product-countdown {
  position: relative;
}

.single-product-countdown:after {
  content: "";
  position: absolute;
  width: 50%;
  max-width: 180px;
  height: 100%;
  background-image: linear-gradient(to right, #ffad81 30%, #ffad8100 100%);
  z-index: -1;
  left: 0;
  top: 0;
}

.single-product-zip-and-delivery-date #hellogravel-zip-code-form input {
  border: 2px solid #111111;
  border-radius: 0;
  box-shadow: 0 0 0px 5px #ececec;
}

.single-product-zip-and-delivery-date
  #hellogravel-zip-code-form
  input#form-field-delivery_date {
  border: 2px solid #bfbfbf;
  border-radius: 3px;
  width: 100%;
}

.single-product-zip-and-delivery-date .tooltip {
  background-color: #b8b8b8;
  color: #fff;
  font-weight: normal;
  height: 18px;
  font-size: 69%;
  width: 18px;
  line-height: 19px;
  float: right;
}

#hellogravel-zip-code-form {
  transition: all ease 0.4s;
}

#hellogravel-zip-code-form.highlight {
  box-shadow: 0 0 0px 8px #f2722fd4;
}

/***********************************

ERROR 404 PAGE STYLING

************************************/

.error-404 {
  position: relative;
  background-image: url("https://hellogravel.wpenginepowered.com/wp-content/uploads/2024/01/646b8147bb4ba46578a60f2f_blog2.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 50vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error-404 .container {
  position: relative;
  z-index: 2;
}

.error-404 .container h1 {
  font-size: 135px;
  font-weight: 600;
  line-height: 135px;
  z-index: 2;
}
.error-404 .container span {
  font-size: 30px;
  font-weight: 600;
}
.error-404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

/***********************************

PRIVACY POLICY PAGE STYLING

************************************/
.PrivacyBG {
  background-image: url("https://hellogravel.wpenginepowered.com/wp-content/uploads/2024/01/644859da34e79637d99afcf5_built-robotics-Bkjia_-86C4-unsplash-1.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.PrivacyBG h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  z-index: 2;
}

/***********************************

SINGLE PRODUCT MARQUEE STYLING

************************************/

.single-product-marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  background: #fff; /* Optional background */
  padding: 10px 0;
}

.single-product-marquee .track {
  display: flex;
  width: max-content;
}

.single-product-marquee .marquee-content {
  display: flex;
  align-items: center;
  gap: 70px;
  animation: marquee 20s linear infinite;
  padding: 0 35px !important;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.single-product-marquee .marquee-content img {
  max-width: none;
  display: inline-block;
}

/***********************************

PRODUCT ADDON DETAILS STYLING

************************************/

.product-addon-details .col-12 {
  border: 1px solid #d9d9d9;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-addon-details ul {
  padding: 0 !important;
  list-style: none;
}

.product-addon-details ul svg {
  margin-right: 10px;
  margin-top: 4px;
}

.product-addon-details ul li {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

/***********************************

SINGLE PRODUCT QUOTE REQUEST FORM STYLING

************************************/

.single-product-QuoteRequestForm .container {
  padding: 0;
}

/***********************************

BLOG CONTENT STYLING

************************************/
.blog-page .BlogBG {
  background-image: url("https://hellogravel.com/wp-content/uploads/2024/01/6436e6496ee2dee16d7fdbde_pan-xiaozhen-F08fd8NFbhk-unsplash-p-2000.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  margin-bottom: 50px;
  text-align: center;
  padding-top: 100px;
  color: #fff;
}

.blog-page .post-container .blog-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  justify-content: center;
  padding: 20px;
  align-items: stretch;
}

.container .blog-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
  max-width: 400px;
  height: 320px;
  margin-bottom: 20px;
  position: relative;
}
.container .blog-card .blog-card-content {
  position: absolute;
  top: 0;
}

.container .blog-card .blog-read-more {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
}
.container .blog-card:hover {
  transform: translateY(-5px);
}

.container .blog-card .blog-card-content .blog-date {
  font-size: 14px;
  color: #666;
}

.container .blog-card .blog-card-content .blog-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 5px;
  text-decoration: none;
  color: #000;
}

.container .blog-card .blog-card-content .blog-title a {
  text-decoration: none;
  color: #000;
}

.container .blog-card .blog-card-content .blog-excerpt {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.container .blog-card .blog-read-more {
  display: inline-block;
  margin-top: 15px;
  color: #ff6600;
  font-weight: bold;
  text-decoration: none;
}

.container .blog-card .blog-read-more:hover {
  text-decoration: underline;
}

.container .blog-post {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .container .blog-card {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .blog-content p > img {
    width: 100%;
  }
  .container .blog-card {
    height: 320px;
  }
  .blog-page .post-container .blog-container .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/***********************************

REVIEWS STYLING

************************************/
.jdgm-write-rev-link.jdgm-write-rev-link {
  border: unset !important;
}

.jdgm-star {
  color: #f1a318 !important;
}

.jdgm-rev-widg__body {
  color: #333 !important;
}

.jdgm-rev__title {
  color: #000 !important;
  font-size: 30px;
}

.jdgm-rev__author {
  color: #000 !important;
}

.jdgm-write-rev-link {
  background-color: #f26622 !important;
  color: white !important;
  border-color: #f26622;
  border-radius: 5px;
  padding: 8px 15px;
}

.jdgm-histogram__bar-content {
  background-color: #f26622;
}

.jdgm-subtab__name {
  color: #f26622 !important;
}
.jdgm-rev__prod-link {
  color: #f26622 !important;
}
.jdgm-rev a,
.jdgm-quest a {
  color: #f26622 !important;
}
.jdgm-carousel-title {
  font-size: 30px;
}

.e-checkout__column.e-checkout__column-start {
  border: 1px solid #d9d9d9;
  background-color: #f7f5f4;
  transition: 0.3s;
  position: relative;

  > * {
    opacity: 0;
    pointer-events: none;
  }

  &::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url("img/loader.svg") center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
  }

  &.show {
    border-color: transparent;
    background-color: transparent;

    > * {
      opacity: 1;
      pointer-events: all;
    }

    &:before {
      opacity: 0;
      pointer-events: none;
    }
  }
}

/***********************************

CHECKOUT PAGE STYLING

************************************/
.order-container {
  background-color: #f8f5f3;
  padding: 50px 0;
}

.checkout-icons {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  text-align: center;
}

.checkout-icons .checkout-icons-item img {
  background: #f2722f;
  aspect-ratio: 1;
  padding: 20px;
  border-radius: 100%;
  object-fit: contain;
  width: 80%;
  margin: 0 auto 20px;
}

.checkout-icons .checkout-icons-item p {
  margin: 0;
  font-size: 14px;
}

.checkout-additional-info {
  padding: 0 20px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;

  .checkout-additional-info-item {
    padding: 20px 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }

  h6 {
    margin-bottom: 0;
  }

  a {
    font-weight: bold;
    color: #111;
    text-decoration: none;
  }

  & > :not(:last-of-type) {
    border-bottom: 1px solid #d9d9d9;
  }
}

.order-container .divider {
  width: 60px;
  height: 2px;
  background-color: #000;
  margin-right: 20px;
}

.order-container .back-to-cart {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  margin: -50px 0px 50px 0px;
  background: #fff;
  padding: 30px 0px 30px 50px;
  border-bottom: solid 1px;
}

.order-container .order-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 15px 50px;
}

.order-container .order-progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-top: -50px;
  margin-left: 400px;
}
.order-container .order-progress-bar .step {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  color: #666;
}
.circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid black;
  background-color: white;
  color: black;
  margin-right: 20px;
}

.order-container .order-progress-bar .step.completed {
  color: #666;
  margin-right: 10px;
}
.order-container .order-progress-bar .step.active {
  color: black;
  margin-right: 10px;
}

.order-container .order-progress-bar .step .label {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .order-container .order-progress-bar .step {
    flex-direction: column;
  }
  .order-container .order-progress-bar {
    margin-left: 0;
    margin-top: 0;
  }
  .checkout-icons {
    grid-template-columns: 1fr;
  }
}

/***********************************

CART PAGE STYLING

************************************/
.wp-block-woocommerce-cart {
  margin: 0 !important;
  padding-left: 100px;
  padding-right: 100px;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-container a {
  padding: 14px 18px;
  border-radius: 8px;
  background-color: #f2722f;
  color: #fff;
  text-transform: uppercase;
  font-family: "calibre" !important;
  margin-top: 20px;
  transition: 0.3s;
  border: 2px solid #f2722f;
  font-weight: 600;
  text-decoration: unset !important;
  outline: unset !important;

  &:hover,
  &:focus {
    background-color: transparent;
    color: #f2722f;
  }
}

.wp-block-woocommerce-empty-cart-block h2 {
  text-align: left !important;
  font-size: 32px !important;
  line-height: 40px !important;
  font-family: "calibre" !important;
  font-weight: 600 !important;
}

.wp-block-woocommerce-cart .wp-block-product-new {
  ul > li {
    display: flex;
    flex-direction: column;
    height: inherit;
    align-items: flex-start;
  }

  a.wc-block-grid__product-link {
    width: 100% !important;
    display: block !important;
  }

  .wc-block-grid__product-image {
    width: 100%;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  }

  .wc-block-grid__product-title {
    font-size: 20px;
    line-height: 26px;
    font-family: "calibre";
    font-weight: 600 !important;
    margin-bottom: 2px;
    color: #111;
    text-align: left;
    text-decoration: unset !important;
  }

  .wc-block-grid__product-link {
    text-decoration: unset !important;
  }

  .wc-block-grid__product-price.price {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 24px;
    line-height: 30px;
    font-family: "calibre";
    margin-bottom: 2px;
    color: #111;
    font-weight: 600 !important;
    display: flex;
    align-items: center;

    del {
      order: 3;
      color: #777;
    }
  }

  .wp-block-button.wc-block-grid__product-add-to-cart {
    margin-top: auto;
    width: 100% !important;
    max-width: 100% !important;
  }

  .wp-block-button.wc-block-grid__product-add-to-cart a {
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 18px;
    border-radius: 8px;
    background-color: #f2722f;
    color: #fff;
    text-transform: uppercase;
    font-family: "calibre";
    margin-top: 20px;
    transition: 0.3s;
    border: 2px solid #f2722f;
    font-weight: 600;
    text-decoration: unset;

    &:hover {
      background-color: transparent;
      color: #f2722f;
    }
  }

  .wc-block-grid__product-onsale {
    border: unset !important;
    right: unset !important;
    left: 4px;
    border-radius: 4px;
    background-color: #e3cdff;
  }
}

.wp-block-woocommerce-cart .wc-block-cart__empty-cart__title {
  font-size: 36px;
  line-height: 40px;
  font-family: "calibre";
}

.wc-block-cart-items {
  border-top: unset !important;

  .wc-block-components-product-name {
    font-family: "calibre" !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #111 !important;
    text-decoration: unset !important;
    margin-bottom: 8px !important;
  }

  .wc-block-cart-item__prices {
    margin-bottom: 8px !important;
  }

  span.price {
    font-family: "calibre" !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 8px !important;
  }

  .wc-block-components-product-badge {
    border: unset !important;
    border-radius: 4px !important;
    background-color: #e3cdff;
    margin-bottom: 8px !important;
  }

  .wc-block-components-product-metadata p {
    font-size: 16px;
    line-height: 20px;
    font-family: "calibre" !important;
  }

  button.wc-block-cart-item__remove-link {
    color: #dc3545 !important;
  }

  .wc-block-cart-item__total .wc-block-components-product-price__value {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
  }
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  border: 1px solid #d9d9d9;
  padding: 0 16px !important;
  border-radius: 12px;
}
.wp-cart-group .title-cart {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-left: 100px;
  margin-top: 100px;
}
.wp-cart-group .wp-block-separator {
  margin-left: 100px;
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .wp-block-woocommerce-cart {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wp-cart-group .title-cart {
    margin-left: 10px;
  }
  .wp-cart-group .wp-block-separator {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/***********************************

ZIPCODE CART FORM STYLING

************************************/

#zip-code-cart-form select#custom-variation-dropdown {
  width: 100%;
}

#zip-code-cart-form .quantity {
  display: none !important;
}

#zip-code-cart-form button.single_add_to_cart_button {
  width: 100%;
  text-transform: uppercase;
}

#zip-code-cart-form .custom-variation-checkbox {
  margin-bottom: 10px;
}

#zip-code-cart-form #custom-variation-dropdown {
  margin-bottom: 10px;
  background: transparent;
  border: 1px solid;
  border-radius: 4px;
}

#zip-code-cart-form .custom-variation-checkbox .form-group input[type="radio"] {
  &:checked {
    & ~ label {
      border-color: #8d8d8d;
    }
  }
}

#zip-code-cart-form .custom-variation-checkbox .form-group input[type="radio"] {
  &:checked {
    & ~ label {
      p.prices {
        background-color: #8d8d8d;
      }
    }
  }
}

/***********************************

THANK YOU REQUEST SENT PAGE STYLING

************************************/
.request-sent-page .thank-you-bg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: url("https://hellogravel.com/wp-content/uploads/2024/01/6446df1497bba6cb506e3e4e_andreas-weilguny-5GgiYENoWpQ-unsplash-scaled-p-2000.jpg")
    no-repeat center center/cover;
  padding: 150px 20px;
  height: 500px;
  color: white;
}
.request-sent-page .thank-you-bg FAQ {
  margin-bottom: -30px;
}
.request-sent-page .thank-you-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.request-sent-page .thank-you-bg > * {
  position: relative;
  z-index: 2;
}

.request-sent-page .thank-you-bg .container .btn {
  background-color: #fff;
  color: #ff6801;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
  transition: 0.3s;
}

.request-sent-page .thank-you-bg .container h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}

.request-sent-page .thank-you-bg .container p {
  font-size: 20px;
  margin-bottom: 20px;
}

/***********************************

PRODUCT GRID TAB STYLING

************************************/

.product-grid-tab .product-tab .product-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #f3722f;
  padding: 8px 14px;
  border-radius: 8px;
  line-height: normal;
  transition: all ease 0.4s;
  cursor: pointer;
}

.product-grid-tab .product-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 30px;
}

.product-grid-tab .product-tab .product-tab-item:hover,
.product-grid-tab .product-tab .product-tab-item.active {
  background: #f3722f;
  color: #fff;
}

.product-grid-tab .product-tab .product-tab-item svg * {
  border-color: #f3722f;
  fill: #f3722f;
  transition: all ease 0.4s;
}

.product-grid-tab .product-tab .product-tab-item:hover svg *,
.product-grid-tab .product-tab .product-tab-item.active svg * {
  border-color: #fff;
  fill: #fff;
}

@keyframes fadedown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-grid-tab .product-tab-grid .product-tab-grid-item {
  animation: fadedown 0.6s ease-out forwards;
}

@media screen and (max-width: 1023px) {
  .product-grid-tab .product-tab {
    justify-content: flex-start;
    overflow-x: auto;
    text-wrap-mode: nowrap;
  }
  .product-tab-grid .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .product-grid-tab .product-tab-grid .product-tab-grid-item {
    max-width: 450px;
  }
}


/* Product Grid Tab Carousel Styles - Universal */
.product-tab-carousel {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.product-tab-carousel-container {
  flex: 1;
  overflow: hidden;
  margin: 0 16px;
}

.product-tab-carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  gap: 20px;
  width: 100%;
}

.product-tab-carousel .carousel-slide {
  flex: 0 0 calc(25% - 15px);
  min-width: 0;
  box-sizing: border-box;
  padding-bottom: 1rem;
  width: calc(25% - 15px);
}

.product-tab-carousel .carousel-nav {
  background: transparent;
  border: none;
  border-radius: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  color: #333;
  box-shadow: none;
  flex-shrink: 0;
}

.product-tab-carousel .carousel-nav:hover {
  background: transparent;
  color: #666;
  box-shadow: none;
}

.product-tab-carousel .carousel-nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.product-tab-carousel .carousel-nav svg {
  color: #969696;
}

.product-tab-carousel .carousel-nav:hover svg {
  color: black;
}

/* Product card styling with box shadow for carousel mode */
.product-tab-carousel .loop-product {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.product-tab-carousel .loop-product:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
}

.product-tab-carousel .loop-product .featured-img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.product-tab-carousel .loop-product .featured-img img {
  border-radius: 12px 12px 0 0;
}

/* Style the price section to match the desired design for carousel mode */
.product-tab-carousel .loop-button {
  padding: 0;
}

.product-tab-carousel .loop-button .jdgm-widget.jdgm-widget .jdgm-prev-badge {
  /* display: none !important; */
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.product-tab-carousel .loop-pricing {
  margin: 0 0 16px 0;
  padding: 0;
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 0.8125rem;
}

/* Add orange separator line before price for carousel mode */
.product-tab-carousel .loop-pricing::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #ff6b35;
  margin: 0 auto 12px auto;
}

/* Style the "Starts at" text for carousel mode */
.product-tab-carousel .loop-pricing strong {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

/* Style the price amount for carousel mode */
.product-tab-carousel .loop-pricing strong:last-child {
  color: #ff6b35;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}

/* Limit product description to 6 lines for carousel mode */
.product-tab-carousel .loop-content p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(1.4em * 6);
}

/* Responsive Design for Product Grid Tab Carousel */
@media (max-width: 1200px) {
  .product-tab-carousel .carousel-slide {
    flex: 0 0 calc(33.333% - 14px);
  }
}

@media (max-width: 768px) {
  .product-tab-carousel .carousel-slide {
    flex: 0 0 calc(50% - 10px);
  }
  .product-tab-carousel-container {
    margin: 0 12px;
  }
  .product-tab-carousel .carousel-nav {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .product-tab-carousel .carousel-slide {
    flex: 0 0 100%;
  }
  .product-tab-carousel-container {
    margin: 0 8px;
  }
  .product-tab-carousel .carousel-nav {
    width: 36px;
    height: 36px;
  }
}

/***********************************

SINGLE PRODUCT TAB STYLING

************************************/

.single-product-page-tab-button {
  border: 1px solid #000000;
  border-radius: 12px;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  padding: 6px;
  gap: 20px;
  margin-bottom: 20px;
}

.single-product-page-tab-button .tab-button {
  width: 50%;
  text-align: center;
  padding: 5px 8px;
  /* background: #FF9839; */
  border-radius: 8px;
  cursor: pointer;
  /* color: #fff; */
}

.single-product-page-tab-button .tab-button.active {
  background: #ff9839;
  color: #fff;
}

/***********************************

CONTACT US BLOCK STYLING

************************************/

.product-contact-us .ginput_container input {
  border: 1px solid #d7dedd !important;
  border-radius: 6px !important;
  box-shadow: unset !important;
  min-height: 40px !important;
}

/***********************************

jdgm STYLING

************************************/

.jdgm-btn--solid,
input[type="submit"].jdgm-btn--solid {
  background: #f2722f;
  border-color: #f2722f;
  text-decoration: none;
}

/***********************************

SUBSCRIBE STYLING

************************************/

.subscribe .gfield input {
  padding: 5px 15px !important;
  height: unset !important;
  border-radius: 8px !important;
}

.subscribe .gform-footer {
  margin-top: 10px !important;
}

.subscribe .gform_heading {
  display: none;
}

/***********************************

Payment Styling

************************************/
.wc_payment_method.payment_method_woocommerce_payments.theme--stripe {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
/***********************************

KLAVIYO Styling

************************************/

div#klaviyo-home-banner-form,
.easy-pricing-form {
  padding: 30px;
  background: unset;
  position: relative;
  margin-bottom: 30px;
}

div#klaviyo-home-banner-form:before,
.easy-pricing-form:before {
  content: "";
  background: #ffffff;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 6%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.4px);
  -webkit-backdrop-filter: blur(12.4px);
  border: 1px solid rgba(255, 255, 255, 0.91);
}

div#klaviyo-home-banner-form > *,
.easy-pricing-form > * {
  z-index: 2;
  position: relative;
}

div#klaviyo-home-banner-form *,
.easy-pricing-form * {
  color: #fff;
}

.easy-pricing-form.dark * {
  color: #000;
}

div#klaviyo-home-banner-form
  form
  > div
  > .kl-private-reset-css-Xuajs1:nth-child(2),
.easy-pricing-form .easy-pricing-form-container {
  background: #ffffff;
  border-radius: 100px;
  padding: 10px 10px;
  border: 2px solid #ff6801;
  display: flex;
  align-items: center;
}

.easy-pricing-form .easy-pricing-form-container .gform_validation_errors,
.easy-pricing-form .easy-pricing-form-container .gfield_validation_message,
.easy-pricing-form .easy-pricing-form-container .gform-footer {
  display: none !important;
}

.easy-pricing-form
  .easy-pricing-form-container
  .gfield:not(.gfield_error)
  input {
  border: unset;
  box-shadow: unset !important;
  outline: none !important;
}

.easy-pricing-form .easy-pricing-form-container .gform_wrapper {
  height: auto;
  display: flex;
  width: 100%;
}

.easy-pricing-form .easy-pricing-form-container input[type="submit"] {
  border-radius: 100px !important;
  background: #ff6801 !important;
  text-transform: uppercase !important;
}

.easy-pricing-form .easy-pricing-form-container form {
  width: 100%;
}

.easy-pricing-form.is-step-1 .gform-address-autocomplete {
  grid-column: span 10;
}

.easy-pricing-form.is-step-1 .hg-hp-easy-pricing__name,
.easy-pricing-form.is-step-1 .hg-hp-easy-pricing__phone {
  display: none !important;
}

.easy-pricing-form.is-step-2 .hg-hp-easy-pricing__name,
.easy-pricing-form.is-step-2 .hg-hp-easy-pricing__phone {
  display: block;
}

.easy-pricing-form .easy-pricing-form-container .clear-autocomplete {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "dashicons";
  transform: translate(0px, -50%);
  cursor: pointer;
  opacity: 0;
  transition: all ease 0.4s;
}

.easy-pricing-form .easy-pricing-form-container .clear-autocomplete span {
  color: #ff6801;
  font-size: 20px;
}

.easy-pricing-form .easy-pricing-form-container .gform-address-autocomplete {
  position: relative;
}

.easy-pricing-form #lock_easy_pricing {
  width: 15px;
  height: 20px;
  margin-right:5px; 
}


.easy-pricing-form #lock_easy_pricing {
  width: 15px;
  height: 20px;
  margin-right:5px; 
}

.easy-pricing-form .hg-error-note {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  padding: 12px 16px;
  margin: 16px 0;
  color: #dc2626;
  font-size: 14px;
  line-height: 1.5;
  display: none;
}

.easy-pricing-form .hg-error-note ul {
  margin: 0;
  padding-left: 20px;
}

.easy-pricing-form .hg-error-note li {
  margin-bottom: 4px;
}

.easy-pricing-form .hg-error-note li:last-child {
  margin-bottom: 0;
}

.easy-pricing-form .gform_confirmation_message {
  color: #000 !important;
}

@media screen and (max-width: 1023px) {
  div#klaviyo-home-banner-form
    form
    > div
    > .kl-private-reset-css-Xuajs1:nth-child(2) {
    flex-direction: column !important;
    height: auto !important;
    display: block !important;
    border-radius: 20px;
  }
  .easy-pricing-form .easy-pricing-form-container {
    border-radius: 20px;
  }
  .easy-pricing-form
    .easy-pricing-form-container
    .gform-theme--foundation
    .gform_fields {
    gap: 20px;
  }

  .easy-pricing-form
    .easy-pricing-form-container
    .gform-theme--foundation
    .gform_fields {
    grid-template-columns: 1fr !important;
  }

  .easy-pricing-form
    .easy-pricing-form-container
    .gform-theme--foundation
    .gform_fields
    > div {
    grid-column: unset !important;
  }
}

/***********************************

Flatpicker Calendar Styling

************************************/
/* ====== Base calendar nav ====== */
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-month,
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-prev-month,
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-next-month {
    height: 40px;
}

/* ====== Base day cell styling ====== */
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day {
    border-radius: 0;
    border: 1px solid #fbfbfb;
    max-width: inherit;
}

/* ====== Hover state (only if not disabled) ====== */
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day:not(.flatpickr-disabled):hover,
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day.nextMonthDay:not(.flatpickr-disabled):hover {
    border-color: #d8d8d8;
}

/* ====== Active/selectable day (greenish bg) ====== */
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day:not(.flatpickr-disabled):not(.selected),
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day.nextMonthDay:not(.flatpickr-disabled):not(.selected) {
    background-color: #e7ffe7;
}

/* ====== Surcharge (sat-fee) day styling ====== */
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day.sat-fee:not(.flatpickr-disabled) {
    line-height: 45px;
}

.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day.sat-fee:not(.flatpickr-disabled):not(.selected) {
    line-height: 45px;
    background-color: #fdf3d2;
}

/* ====== Surcharge label inside day cell ====== */
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day.sat-fee span {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9px;
    background-color: rgb(242, 156, 19);
    color: #fff;
    line-height: 1;
    padding: 1px 3px 2px;
    border-radius: 9px;
    letter-spacing: 1px;
    display: inline-block;
    white-space: nowrap;
}

/* ====== Selected surcharge day tweak ====== */
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day.sat-fee.selected span {
    top: 8px;
    background-color: rgba(242, 156, 19, 0.90);
}


/* ====== Surcharge (sat-fee) day styling ====== */
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day.next-day-fee:not(.flatpickr-disabled) {
    line-height: 45px;
}

.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day.next-day-fee:not(.flatpickr-disabled):not(.selected) {
    line-height: 45px;
    background-color: #fdf3d2;
}

/* ====== Surcharge label inside day cell ====== */
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day.next-day-fee span {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9px;
    background-color: rgb(242, 156, 19);
    color: #fff;
    line-height: 1;
    padding: 1px 3px 2px;
    border-radius: 9px;
    letter-spacing: 1px;
    display: inline-block;
    white-space: nowrap;
}

/* ====== Selected surcharge day tweak ====== */
.hellogravel-delivery-flatpickr.flatpickr-calendar .flatpickr-day.next-day-fee.selected span {
    top: 8px;
    background-color: rgba(242, 156, 19, 0.90);
}

.next_day_delivery__label{
    font-size: .95em;
    font-weight: 500;
}

.woocommerce-checkout input#delivery_date1::-webkit-calendar-picker-indicator {
  display: none;
}
/***********************************

ENTER ZIP CODE STYLING

************************************/

.enter-zipcode {
  background: #eceff1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 20px;
  border-radius: 15px;
  border: 2px solid #dee2e6;
  overflow: hidden;
  position: relative;
}

.enter-zipcode .ez-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #f2722f;
  aspect-ratio: 1;
}

.enter-zipcode .ez-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  aspect-ratio: 1;
  border-radius: 100px;
  box-shadow: 0px 1px 5px 0px #0000001a;
  cursor: pointer;
  transition: all ease 0.4s;
}

.enter-zipcode .ez-button svg {
  width: 10px;
}

.enter-zipcode .ez-content h4 {
  color: #333333;
  font-size: 19px;
  font-weight: 700;
}

.enter-zipcode .ez-content p {
  color: #6c757d;
}

.enter-zipcode .ez-icon svg {
  width: 15px;
}

.enter-zipcode .ez-icon svg * {
  fill: #fff;
}

.enter-zipcode:after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  background: #f2722f;
}

.enter-zipcode .ez-button svg * {
  fill: #f2722f;
}

.enter-zipcode .ez-button:hover {
  transform: rotate(-90deg) scale(1.1);
}

@media screen and (max-width: 767px) {
  .enter-zipcode .ez-icon,
  .enter-zipcode .ez-button {
    width: 40px;
    height: 40px;
  }
}

/***********************************



Chuck Banner Styling



************************************/



/***************************** CHUCK GLOBAL ********************/



.font-poppins {

  font-family: Poppins;

}



.chuck-p {

  font-size: 25px;

}



.chuck-button {

  font-size: clamp(18px, 1.9vw, 28px);

  font-family: Poppins;

  padding: 18px 40px;

  background: #000;

  border-radius: 1000px;

  margin: auto;

  display: table;

  text-decoration: none;

  color: #fff;

  text-align: center;

}



.chuck-button br{

  display: none;

}



h2.chuck-title {

  font-size: clamp(30px, 3vw, 46px);

}



@media screen and (max-width: 991px) {

  .chuck-p {

    font-size: 16px;

  }



  .chuck-button {

    font-size: 18px;

    width: 100%;

    padding: 10px;

  }



  h2.chuck-title {

    font-size: clamp(20px, 2vw, 26px);

  }



  .chuck-button br {

    display: block;

  }

}




/***************************** CHUCK HEADER ********************/



.chuck-header .logo {

  display: block;

  max-width: 276px;

  width: 100%;

}

.chuck-header .top-text a {
	display:inline;
}



.chuck-header a img.logo {

  width: 100%;

}



.chuck-header br {

  display: none;

}



@media screen and (max-width: 991px) {

  .chuck-header br {

    display: block;

  }

  .chuck-header .hg-logo {

    max-width: 187px;

  }

}



/***************************** CHUCK BANNER ********************/



section.chuck-banner h2 {

  font-size: clamp(30px, 3vw, 50px);

}



section.chuck-banner img.bubble-chat-image-mobile {

  display: none;

}



section.chuck-banner .bubble-chat {

  font-size: clamp(18px, 1.9vw, 32px);

  font-weight: bold;

  border: 2px solid #e66b2d;

  padding: 20px 135px 20px 20px;

  border-radius: 1000px;

  line-height: normal;

  position: relative;

  width: 120%;

  left: -20%;

  background: #fff;

  text-align: center;

  position: relative;

  min-height: 97px;

  display: flex;

  align-items: center;

  justify-content: center;

}



section.chuck-banner .bubble-chat span {

  color: #e66b2d;

}



section.chuck-banner .bubble-chat * {

  z-index: 3;

  position: relative;

}



section.chuck-banner .bubble-chat:after {

  content: "";

  background-image: url(/wp-content/themes/hello-gravel/assets/chuck-assets/bubble-arrow.png);

  background-size: contain;

  width: 51px;

  height: 51px;

  display: block;

  position: absolute;

  left: -30px;

  top: 36%;

  z-index: 1;

}



section.chuck-banner .bubble-chat:before {

  z-index: 2;

  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  background: #fff;

  top: 0;

  left: 0;

  border-radius: 1000px;

}



section.chuck-banner .bubble-chat img {

  position: absolute;

  right: 10px;

  width: 102px;

  bottom: 0;

}



.chuck-button span {

  color: #f2722f;

}



@media screen and (max-width: 991px) {

  section.chuck-banner img.bubble-chat-image {

    display: none;

  }



  section.chuck-banner img.bubble-chat-image-mobile {

    display: block;

    width: 80%;

  }



  section.chuck-banner h2 {

    font-size: 26px;

  }



  section.chuck-banner .bubble-chat {

    font-size: clamp(18px, 3vw, 30px);

    width: 50%;

    position: absolute;

    top: 0;

    left: unset;

    right: 0;

    padding: 10px 10px 90px 10px;

    border-radius: 10px;

  }



  section.chuck-banner .bubble-chat img {

    width: 82px;

    right: calc(50% - 41px);

  }



  section.chuck-banner .bubble-chat:before {

    border-radius: 10px;

  }



  section.chuck-banner .bubble-chat:after {

    top: unset;

    bottom: 0;

    left: -33px;

  }

}



/***************************** CHUCK ABOUT ********************/

.chuck-about {

  overflow: hidden;

}

.chuck-about .icon-style .icon-hldr {

  width: 100%;

  background: #e66b2d;

  border-radius: 100%;

  max-width: 108px;

  aspect-ratio: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 10px;

}



.chuck-about .icon-style p {

  text-align: center;

}



.chuck-about .icon-style .icon-hldr img {

  aspect-ratio: 1;

  width: 100%;

  object-fit: contain;

  max-height: 53px;

  max-width: 68px;

}



@media screen and (max-width: 767px) {

  .chuck-about img.about-featured-image {

    transform: scale(1.3);

    margin-top: 100px;

  }



  .chuck-about .icon-style p br {

    display: none;

  }

}


/***************************** CHUCK Step ********************/

.chuck-step {

  overflow: hidden;
  background: #FED7C3;
}

.chuck-step .icon-style .icon-hldr {

  width: 100%;

  background: #F06723;

  border-radius: 100%;

  max-width: 108px;

  aspect-ratio: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 10px;

}

    .chuck-step .step-box {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      height: 100%;
    }
    .chuck-step .step-title {
      font-weight: bold;
      color: #f0651f;
      margin-bottom: 10px;
      font-size: 30px;
    }

    /* .step1 .step-icon {
      margin-top: 45px;
    }

    .step3 .step-icon {
      margin-top: 80px;
    }

    .step4 .step-icon {
      margin-top: 40px;
    } */

    .chuck-step .step-icon {
      font-size: 40px;
      margin-bottom: 15px;
    }

    .chuck-step .step-icon img {

      height: auto;
      margin-bottom: 15px;
    }

    .chuck-step .desc {
      font-size: 25px;
    }

  @media screen and (max-width: 767px) {

    .chuck-step .step-box {
      gap: 15%;
      padding: 30px 20px 20px 40px;
    }

    .step2 .step-box {
      gap: 12%;
      padding: 30px 20px 20px 20px;
    }

    .step3 .step-box {
      gap: 14%;
      padding: 30px 20px 20px 30px;
    }

    .step4 .step-box {
      gap: 3%;
      padding: 30px 20px 20px 10px;
    }

    .chuck-step .step-m-title {
      font-weight: bold;
      color: #f0651f;
      margin-bottom: 10px;
      font-size: 18px;
      display: block !important;

    }

    .chuck-step .step-title {

      display: none;

    }

    .chuck-step .desc {
      font-size: 16px;
    }

    .chuck-step .step-icon img {

      margin-bottom: 0px;
    }

    .step1 .step-icon img , .step2 .step-icon img , .step3 .step-icon img {
      width: 100% !important;
    }

    .step4 .step-icon img {
      width: 90% !important;
    }

    .hg-product-main .hg-product-summary{
      padding-top: 1.5rem !important;
    }
}

/* Product Icons */
.product-icons{
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .product-icons{
    margin-bottom: 0px;
  }
  .product-icons .row > div{
    width: auto !important;
    flex: 1 !important;
  }
  .product-icons .row > div span{
    font-size: 12px;
  }
  .product-icons svg{
    width: 20px;
    height: 20px;
  }
}