/* Theme Name:   Burhan Gas Cylinder - Astra Child
Theme URI:    https://wpastra.com/
Description:  A lightweight Astra child theme for Burhan Gas Cylinder Suite
Author:       Nathan
Author URI:   https://yourdomain.com/
Template:     astra
Version:      1.0.0
*/

.bgc-hero div#n2-ss-2 .n2-ss-slide-limiter {
  max-width: 100% !important;
}

.bgc-hero .n2-ss-section-main-content {
  margin-top: 80px;
}

/* Enhanced GPU-friendly optimizations */
.bgc-hero .n2-ss-slide .bgc-hero-left,
.bgc-hero .n2-ss-slide .bgc-hero-mid,
.bgc-hero .n2-ss-slide .bgc-hero-right,
.bgc-hero .n2-ss-slide .bgc-hero-btn {
  will-change: transform, opacity !important;
  transform-origin: center center !important;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  transform-style: preserve-3d !important;
}

/* ---------- START STATES ---------- */
.bgc-hero .n2-ss-slide .bgc-hero-mid {
  transform: scale(0) !important;
  opacity: 0 !important;
  transition: transform 1400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.bgc-hero .n2-ss-slide .bgc-hero-left {
  transform: translateX(-120px) !important;
  opacity: 0 !important;
  transition: transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.bgc-hero .n2-ss-slide .bgc-hero-right {
  transform: translateX(120px) !important;
  opacity: 0 !important;
  transition: transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.bgc-hero .n2-ss-slide .bgc-hero-btn {
  transform: translateX(100px) !important;
  opacity: 0 !important;
  transition: transform 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* ---------- ACTIVE STATES ---------- */
.bgc-hero .n2-ss-slide-active .bgc-hero-mid {
  transform: scale(1) !important;
  opacity: 1 !important;
  transition-delay: 150ms !important;
}

.bgc-hero .n2-ss-slide-active .bgc-hero-left {
  transform: translateX(0) !important;
  opacity: 1 !important;
  transition-delay: 400ms !important;
}

.bgc-hero .n2-ss-slide-active .bgc-hero-right {
  transform: translateX(0) !important;
  opacity: 1 !important;
  transition-delay: 600ms !important;
}

.bgc-hero .n2-ss-slide-active .bgc-hero-btn {
  transform: translateX(0) !important;
  opacity: 1 !important;
  transition-delay: 700ms !important;
}

.bgc-hero .bgc-hero-right .btn_sec {
  position: relative !important;
}

.bgc-hero .bgc-hero-right .btn_img {
  left: 145px;
  bottom: 30px;
  transform: rotate(350deg);
}

.bgc-hero .bgc-hero-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.bgc-hero .n2-ss-text {
  font-family: 'PowerGrotesk' !important;
}

.bgc-hero .n2-ss-text,
.bgc-hero a div {
  font-family: "Darker Grotesque", "Sans-serif" !important;
}

/* .bgc-hero-txt2 #n2-ss-2item2 {
  border-left: 0 !important;
  border-radius: 0 !important;
} */

.bgc-hero-left .bgc-hero-txt2 .n2-ss-text {
  border-left: 0 !important;
  border-radius: 0 6px 6px 0px !important;
  width: fit-content;
  padding-right: 20px !important;
}

/* MUCH MORE OBVIOUS floating animation with !important */
@keyframes bgcFloat {
  0% {
    transform: scale(1) translateY(0px) translateZ(0) !important;
  }

  25% {
    transform: scale(1.01) translateY(-15px) translateZ(0) !important;
  }

  50% {
    transform: scale(1.02) translateY(-25px) translateZ(0) !important;
  }

  75% {
    transform: scale(1.01) translateY(-15px) translateZ(0) !important;
  }

  100% {
    transform: scale(1) translateY(0px) translateZ(0) !important;
  }
}

/* Apply OBVIOUS floating animation after initial animation completes with !important */
.bgc-hero .n2-ss-slide-active .bgc-hero-mid {
  animation: bgcFloat 2.5s ease-in-out 1.8s infinite !important;
  animation-fill-mode: both !important;
  animation-play-state: running !important;
}

/* Force override any conflicting styles */
.bgc-hero .n2-ss-slide-active .bgc-hero-mid * {
  animation: bgcFloat 2.5s ease-in-out 1.8s infinite !important;
}

/* Enhanced z-index layering */
.bgc-hero .n2-ss-slide .bgc-hero-mid {
  z-index: 3 !important;
}

.bgc-hero .n2-ss-slide .bgc-hero-left,
.bgc-hero .n2-ss-slide .bgc-hero-right,
.bgc-hero .n2-ss-slide .bgc-hero-btn {
  z-index: 4 !important;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .bgc-hero .n2-ss-slide .bgc-hero-mid img {
    max-width: 52vw !important;
  }

  /* Reduce translation distance on tablets */
  .bgc-hero .n2-ss-slide .bgc-hero-left {
    transform: translateX(-80px) !important;
  }

  .bgc-hero .n2-ss-slide .bgc-hero-right {
    transform: translateX(80px) !important;
  }

  /* Still obvious but slightly reduced for tablets */
  @keyframes bgcFloatTablet {
    0% {
      transform: scale(1) translateY(0px) translateZ(0) !important;
    }

    25% {
      transform: scale(1.008) translateY(-12px) translateZ(0) !important;
    }

    50% {
      transform: scale(1.015) translateY(-20px) translateZ(0) !important;
    }

    75% {
      transform: scale(1.008) translateY(-12px) translateZ(0) !important;
    }

    100% {
      transform: scale(1) translateY(0px) translateZ(0) !important;
    }
  }

  .bgc-hero .n2-ss-slide-active .bgc-hero-mid {
    animation: bgcFloatTablet 2.8s ease-in-out 1.8s infinite !important;
    animation-fill-mode: both !important;
    animation-play-state: running !important;
  }
}

@media (max-width: 767px) {

  .bgc-hero .n2-ss-slide .bgc-hero-left,
  .bgc-hero .n2-ss-slide .bgc-hero-right,
  .bgc-hero .n2-ss-slide .bgc-hero-btn {
    text-align: left !important;
  }

  .bgc-hero .n2-ss-slide .bgc-hero-mid img {
    max-width: 64vw !important;
  }

  /* Further reduce translation distance on mobile */
  .bgc-hero .n2-ss-slide .bgc-hero-left {
    transform: translateX(-60px) !important;
  }

  .bgc-hero .n2-ss-slide .bgc-hero-right {
    transform: translateX(60px) !important;
  }

  .bgc-hero .n2-ss-slide .bgc-hero-btn {
    transform: translateX(60px) !important;
  }

  /* Still noticeable floating on mobile */
  @keyframes bgcFloatMobile {
    0% {
      transform: scale(1) translateY(0px) translateZ(0) !important;
    }

    25% {
      transform: scale(1.005) translateY(-8px) translateZ(0) !important;
    }

    50% {
      transform: scale(1.01) translateY(-15px) translateZ(0) !important;
    }

    75% {
      transform: scale(1.005) translateY(-8px) translateZ(0) !important;
    }

    100% {
      transform: scale(1) translateY(0px) translateZ(0) !important;
    }
  }

  .bgc-hero .n2-ss-slide-active .bgc-hero-mid {
    animation: bgcFloatMobile 3s ease-in-out 1.8s infinite !important;
    animation-fill-mode: both !important;
    animation-play-state: running !important;
  }
}

/* Additional performance optimizations with !important */
.bgc-hero .n2-ss-slide-active .bgc-hero-mid,
.bgc-hero .n2-ss-slide-active .bgc-hero-left,
.bgc-hero .n2-ss-slide-active .bgc-hero-right,
.bgc-hero .n2-ss-slide-active .bgc-hero-btn {
  transform-style: preserve-3d !important;
  -webkit-transform-style: preserve-3d !important;
}

/* Force the animation to work - alternative approach */
.bgc-hero .n2-ss-slide-active .bgc-hero-mid img,
.bgc-hero .n2-ss-slide-active .bgc-hero-mid>*,
.bgc-hero .n2-ss-slide-active .bgc-hero-mid {
  animation: bgcFloat 2.5s ease-in-out 1.8s infinite !important;
  animation-fill-mode: both !important;
  animation-play-state: running !important;
}

/* Optional: Add a subtle shadow that moves with the cylinder for more realism */
.bgc-hero .n2-ss-slide-active .bgc-hero-mid::after {
  content: '' !important;
  position: absolute !important;
  bottom: -20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 80% !important;
  height: 10px !important;
  background: rgba(0, 0, 0, 0.2) !important;
  border-radius: 50% !important;
  filter: blur(8px) !important;
  animation: shadowFloat 2.5s ease-in-out 1.8s infinite !important;
  animation-fill-mode: both !important;
  animation-play-state: running !important;
}

/* smooth, continuous float (GPU-friendly) */
@keyframes bgcFloatSmooth {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -22px, 0);
  }
}

.bgc-hero .n2-ss-slide-active .bgc-hero-mid img {
  display: block;
  will-change: transform;
  transform: translateZ(0);
  animation: bgcFloatSmooth 1.8s linear 0.6s infinite alternate both !important;
}

@keyframes shadowFloat {

  0%,
  100% {
    transform: translateX(-50%) scale(1) !important;
    opacity: 0.2 !important;
  }

  50% {
    transform: translateX(-50%) scale(0.8) !important;
    opacity: 0.1 !important;
  }
}


/* Slider Arrows */
/* Completely hide the default arrow <img> */
#n2-ss-2-arrow-previous img,
#n2-ss-2-arrow-next img {
  display: none !important;
}

/* Custom left arrow */
#n2-ss-2-arrow-previous {
  background-image: url("/wp-content/uploads/2025/08/silder-button-left.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 90px;
  height: 90px;
  z-index: 1000 !important;
}

/* Custom right arrow */
#n2-ss-2-arrow-next {
  background-image: url("/wp-content/uploads/2025/08/silder-button-right.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 90px;
  height: 90px;
  z-index: 1000 !important;
}

/* Hover effect */
#n2-ss-2-arrow-previous:hover,
#n2-ss-2-arrow-next:hover {
  filter: brightness(1.1);
}

.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
  top: 200px;
}

/* Responsive sizes */
@media (max-width: 1024px) {

  #n2-ss-2-arrow-previous,
  #n2-ss-2-arrow-next {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 640px) {

  #n2-ss-2-arrow-previous,
  #n2-ss-2-arrow-next {
    width: 28px;
    height: 28px;
  }
}


/* Smoke Explosion */
/* .smoke-container {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.smoke-particle {
  position: absolute;
  bottom: 0;
  background: radial-gradient(circle, rgba(150,150,150,0.5) 0%, transparent 70%); comment it
  background: radial-gradient(circle, #B3B3B3 0%, transparent 70%);
  border-radius: 50%;
  animation: flowUp 3s linear forwards;
}

@keyframes flowUp {
  0%   { transform: translateY(0) scale(1);    opacity: .7; }
  100% { transform: translateY(-200px) scale(1.5); opacity: 0; }
} */




/* Usage and Application */
.usage_application_body .scroll-cards-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.usage_application_body .scroll-card {
  position: absolute;
  top: 300px;
  left: 128px;
  width: 100%;
  height: auto;
  transform: translateY(50px);
  transition: all 0.8s ease;
  z-index: 0;
  background: white;
  padding: 2rem;
  min-height: auto;
  will-change: transform, opacity;
}

.usage_application_body .scroll-card:not(.active) {
  padding: 0.5rem;
  margin-top: 25px;
  width: 80%;
}

.usage_application_body .scroll-card .elementor-widget-text-editor {
  opacity: 0;
  display: none;
  transition: all 0.8s ease;
}

.usage_application_body .scroll-card.active {
  top: 0;
  left: 0;
  transform: translateY(0);
  z-index: 1;
}

.usage_application_body .scroll-card.active .elementor-widget-text-editor {
  opacity: 1;
  display: block;
  transition: all 0.8s ease;
}

html.cards-lock,
body.cards-lock {
  overflow: hidden;
}

html.cards-lock {
  scroll-behavior: auto !important;
}

/* target the same container you just tagged */
.cylinder-visual {
  position: relative;
  /*   isolation: isolate; */
  /* remove Elementor's static bg so we don't see it twice */
  /*   background-image: none !important; */
  /* optional: control speed from markup via inline style="--ring-speed: 24s" */
  /*   --ring-speed: 28s; */
}

/* rotating rings layer */
.cylinder-visual::before {
  /*   content: ""; */
  /*   position: absolute; */
  /*   inset: -8%; */
  /* make the art a bit larger than the box */
  /*   background: url('/wp-content/uploads/2025/08/circular_bg-scaled.png') center / contain no-repeat; */
  z-index: 0;
  /* behind the cylinder image/content */
  transform-origin: 60% 50%;
  /* tweak pivot so it spins around the bottle */
  /*   animation: ring-spin var(--ring-speed) linear infinite; */
  pointer-events: none;
  will-change: transform;
}

/* keep your cylinder image/content above the rings */
.cylinder-visual>* {
  position: relative;
  z-index: 1;
}

@keyframes ring-spin {
  to {
    transform: rotate(360deg);
  }
}

/* accessibility */
@media (prefers-reduced-motion: reduce) {
  .cylinder-visual::before {
    animation: none;
  }
}


/* Features List */
.feature-item .feature_pill {
  height: 80px;
}



/* Testimonial */
.testimonial_sec {
  overflow: hidden !important;
}



/* FAQ Accordion */
.faq_accordion .e-n-accordion-item[open] {
  box-shadow: 0px 4px 10px 0px #979797 !important;
  border-radius: 8px;
  background: #fff;
}

.faq_accordion .e-n-accordion-item {
  border: 1px solid #979797 !important;
  border-radius: 8px;
  background: #fff;
}

.faq_accordion .e-n-accordion-item-title-icon {
  border: 2px solid #000;
  border-radius: 20px;
  padding: 5px;
}

/* orange glow behind the FAQ card */
.faq-glow {
  position: relative;
  overflow: visible;
  z-index: 1;
}

/* the glow */
.faq-glow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-25%);
  width: 80%;
  height: 160px;
  background: radial-gradient(60% 60% at 50% 0%, rgba(255, 165, 0, .38) 0%, rgba(255, 165, 0, .22) 70%, rgba(255, 165, 0, 0) 100%);
  filter: blur(15px);
  pointer-events: none;
  z-index: 0;
  border-radius: 1000px;
}


/* Footer */
.footer_bar {
  background: linear-gradient(90deg,
      #E98729 0%,
      #FF943B 10%,
      #E86900 30%,
      #E86900 60%,
      #351500 100%) !important;
}

.footer_bar .elementor-divider-separator {
  border-top: 4px solid transparent;
  /* make sure a border exists */
  border-image: linear-gradient(90deg,
      #E98729 0%,
      #FF943B 10%,
      #E86900 30%,
      #E86900 60%,
      #351500 100%) 1 !important;
}


/* “Explore our recommendation” grid smaller shadow */
.section-reco ul.products li.product a img {
  height: 160px;
}

.section-reco ul.products li.product {
  border-radius: 16px;
}

/* Newsletter card */
.newsletter-card {
  position: relative;
  padding: 26px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4b2a12, #ff7f36);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.newsletter-card h3 {
  margin: 0 0 8px;
  font-size: 26px;
}

.newsletter-card p {
  opacity: .9;
  margin-bottom: 14px;
}

.newsletter-card form input[type="email"] {
  width: 100%;
  height: 46px;
  border-radius: 999px;
  border: none;
  padding: 0 16px;
}

.newsletter-card form button {
  margin-top: 10px;
  height: 46px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #2c150a;
  font-weight: 800;
  padding: 0 20px;
}


/* Contact US */
.cf7-modern .half-width {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 15px;
}

.cf7-modern .half-width p {
  width: 50%;
}

.cf7-modern .half-width p input {
  border-radius: 8px;
  background: #EEEEEE;
  color: #979797;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  padding: 15px !important;
  border: none;
}

.cf7-modern .full-width p {
  width: 100%;
}

.cf7-modern .full-width p input {
  border-radius: 8px;
  background: #EEEEEE;
  color: #979797;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  padding: 15px !important;
  border: none;
}

.cf7-modern .full-width p textarea {
  border-radius: 8px;
  background: #EEEEEE;
  color: #979797;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  padding: 15px !important;
  border: none;
}

.cf7-modern br {
  display: none;
}

.cf7-modern .mt-3 {
  margin-top: 20px;
}

.cf7-modern input[type="submit"] {
  background: linear-gradient(45deg, #FFC392, #FF7300);
  font-size: 20px;
  font-family: 'Poppins' !important;
  font-weight: 400 !important;
  width: 200px;
  height: 50px;
  margin-top: 15px;
  border: none;
  border-radius: 100px;
}

.cf7-modern .actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 5px;
}

.cf7-modern .actions .wpcf7-spinner {
  display: none;
}

.cf7-modern .actions i {
  font-size: 25px;
  transform: rotate(314deg);
  border: 3px solid #ff8c2e;
  border-radius: 100%;
  padding: 10px;
  color: #ff8c2e;
}

.contactus_info span.elementor-icon-list-icon {
  background: #fff;
  border: 1px solid #E86900;
  border-radius: 100%;
  padding: 10px;
}

.stay_connected span.elementor-icon-list-icon {
  background: #351500;
  padding: 10px;
  border-radius: 100%;
  border: 1px solid #351500;
}


/*Checkout*/
.woocommerce-checkout .ast-container {
  margin-top: 100px;
}


/* Mobile Responsive */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

  .bgc-hero-txt1 div,
  .bgc-hero-txt2 div {
    font-size: 35px !important;
  }

  .bgc_hero_slider_row .n2-ss-layer-row-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    margin: 0 !important;
  }

  body .bgc-hero .n2-ss-slide .bgc-hero-left {
    width: 100% !important;
    transform: translateX(0) !important;
    padding: 0;
  }

  body .bgc-hero .n2-ss-slide .bgc-hero-right {
    width: 100% !important;
    transform: translateX(0) !important;
    padding: 0;
  }

  .bgc-hero-right img {
    width: 30%;
  }

  .bgc-hero-right .n2-ss-layer-row-inner {
    display: flex;
    flex-direction: row;
    /* flex-wrap: nowrap !important; */
  }

}

@media only screen and (min-device-width : 481px) and (max-device-width : 787px) {}


/* Blog Archive Page */
.blog_top_post .eael-entry-wrapper {
  background: linear-gradient(45deg, #351500, #e86900ab);
  position: absolute;
  bottom: 10px;
  border-radius: 0px 0px 20px 20px;
  width: 1139px;
}

.blog_top_post a.eael-post-elements-readmore-btn {
  width: max-content;
}

.blog_top_post h2.eael-entry-title {
  margin-bottom: 10px;
}

.blog_top_post .eael-grid-post-excerpt {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.blog_top_post .eael-entry-wrapper {
  padding: 15px 30px;
}

.blog_top_post span.eael-posted-by a {
  color: #fff;
  text-decoration: none;
}

.bgc-tab {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 999px;
  padding: 10px 16px;
  margin-right: 10px;
  font-weight: 600;
  color: #333;
  transition: all .2s;
}

.bgc-tab.is-active {
  border-bottom: 2px solid #F28A17;
  color: #000000;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  transition: 0.8s;
}

.bgc-tab.is-active a.elementor-button.elementor-button-link.elementor-size-sm {
  background: transparent;
  color: #000;
  padding: 0;
}

.bgc-tab {
  border-radius: 0;
  border: 0;
  padding: 0;
  background: transparent;
  transition: 0.8s;
}

/* BGC Post Search Bar */
.bgc-search {
  display: flex;
  align-items: center;
  width: 500px;
  max-width: 500px;
  margin: 0 auto;
  background: transparent;
  border: 3px solid #FFF0E4;
  border-radius: 50px;
  padding: 8px 8px 8px 20px;
  transition: box-shadow 0.3s ease;
}

input#bgc-search {
  border: 0;
}

.bgc-search:focus-within {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-color: #FFB380;
}

/* Search Icon */
.bgc-search__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  margin-right: 12px;
  flex-shrink: 0;
}

.bgc-search__icon svg {
  display: block;
}

/* Input Field */
.bgc-search__field {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: #333;
  padding: 10px 12px;
  min-width: 0;
}

.bgc-search__field::placeholder {
  color: #999;
}

.bgc-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

/* Orange Search Button */
.bgc-search__btn {
  background: #FF8C42;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
  position: absolute;
  right: -75px;
  width: 115px;
  height: 60px;
}

.bgc-search__btn:hover {
  background: #FF7A28;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 140, 66, 0.3);
}

.bgc-search__btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(255, 140, 66, 0.3);
}

/* Responsive Design */
@media (max-width: 640px) {
  .bgc-search {
    max-width: 100%;
    padding: 6px 6px 6px 16px;
  }

  .bgc-search__field {
    font-size: 14px;
    padding: 8px 10px;
  }

  .bgc-search__btn {
    padding: 10px 24px;
    font-size: 14px;
  }

  .bgc-search__icon {
    margin-right: 8px;
  }
}

@media (max-width: 480px) {
  .bgc-search__btn {
    padding: 10px 20px;
  }
}


/* BGC Post Grid */
.bgc-post-card .eael-grid-post-excerpt a {
  width: fit-content;
  padding: 5px 20px !important;
  float: right;
}

.bgc-post-card .eael-entry-footer {
  bottom: 20px !important;
}

.bgc-post-card .eael-entry-footer a {
  text-decoration: none;
  color: #FF7300;
  vertical-align: middle;
}

/* Put this in a global stylesheet you already enqueue (e.g. bgc-suite/assets/css/style.css) */

/* Links & buttons: hide outline when focus is not from keyboard */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Form controls: hide mouse-focus glow */
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Optional: keep a subtle, brand focus ring for keyboard users */
:focus-visible {
  outline: 2px solid #E86900;
  /* your brand color */
  outline-offset: 2px;
}

.reco-products .astra-shop-thumbnail-wrap img {
  top: -100px !important;
}

.reco-products .button.add_to_cart_button {
  font-size: 18px !important;
}

.bgc-hero .bgc-hero-right .btn_img {
  position: absolute;
  width: 250px !important;
  bottom: -110px;
}

.bgc-hero .bgc-hero-right .btn_img {
  position: absolute !important;
  width: 230px !important;
  bottom: -70px;
  left: -120px;
}

.usage_application_body {
  max-height: 700px;
}



/*Product Catalog*/
.bgc-store .main-content span.ahfb-svg-iconset,
.ast-on-card-button.ast-onsale-card {
  display: none !important;
}

.bgc-store .main-content ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  /*column-gap: 20px;*/
  width: 100%;
}

.bgc-store .main-content ul.products li.product {
  width: 100%;
}

.bgc-store .main-content ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  height: 400px !important;
  width: 300px !important;
}

.bgc-store .main-content ul.products li.product {
  width: 100%;
}

.bgc-store .main-content ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

/*Responsiveness*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

  /*Hero Slider*/
  .bgc-hero-host {
    margin-top: 0 !IMPORTANT;
  }

  .bgc-hero-txt1 div {
    font-size: 30px !important;
  }

  .bgc-hero-txt2 div {
    font-size: 30px !important;
  }

  .bgc-hero {
    background-size: cover !important;
    background-position: top center !important;
    display: flex;
    justify-content: flex-start;
    min-height: 0;
    /*height: 600px;*/
  }

  .bgc-hero .n2-ss-slide-active .bgc-hero-mid img {
    width: 150px !important;
    margin-top: 30px;
  }

  .bgc-hero .bgc-hero-left {
    margin: 50px 0 !important;
    margin-top: 100px !important;
  }

  .bgc-hero .n2-ss-slide-active .bgc-hero-mid .n2-ss-item-image-content.n2-ss-item-content.n2-ow-all {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  .bgc-hero .bgc-hero-right {
    position: absolute !important;
    bottom: 66px;
    right: 55px;
  }

  .bgc-hero .bgc-hero-right a {
    padding: 5px 20px !important;
    display: flex !important;
    flex-direction: row;
  }

  .bgc-hero .bgc-hero-right a div {
    font-size: 20px !important;
  }

  .bgc-hero .bgc-hero-right .btn_img {
    bottom: 0px;
    left: -30px;
    max-width: 100% !important;
  }

  .bgc-hero-fog-sec {
    top: 50px;
  }

  /*Usage Application*/
  .usage_application_top {
    padding-top: 0;
  }

  .usage_application_body {
    padding: 10px;
  }

  .usage_application_body .scroll-cards-wrapper {
    height: 80vh;
  }

  .usage_application_body .scroll-cards-wrapper h1 {
    font-size: 30px !important;
    text-align: center;
  }

  .usage_application_body .scroll-card.active .elementor-widget-text-editor span {
    font-size: 15px;
  }

  .usage_application_body {
    max-height: 100%;
  }

  .usage_application_body .scroll-card:not(.active) {
    /*margin-top: 40px !important;*/
    height: 150px;
    left: 0 !important;
    padding: 10px 30px;
  }

  .scroll-card {
    margin-top: -40px !important;
  }

  .cylinder-visual {
    background-size: cover !important;
  }


  /*Features List*/
  .features-container {
    margin-top: 50px;
  }

  .features-list {
    padding: 0;
    margin-top: 120px;
  }

  .features-list .feature-item {
    margin: 0 !important;
  }

  .features-list .feature_pill {
    width: 100%;
  }

  .features_title {
    left: 0 !important;
  }

  .elementor-element.elementor-element-415e987.elementor-absolute.e-transform.elementor-widget.elementor-widget-image {
    right: 10px;
    top: 0;
    width: 30%;
  }

  .elementor-13 .elementor-element.elementor-element-415e987 img {
    width: 100%;
  }

  .feature-icon {
    left: 0 !important;
    width: 25%;
    top: 0 !important;
  }

  .features-list .feature_pill h2 {
    font-size: 21px !important;
  }

  .features-list .feature_pill h2 {
    font-size: 21px !important;
    margin-left: 15px;
  }

  .feature-item.expand .feature-text {
    display: none;
  }

  .feature-item.expand .feature_pill {
    padding-left: 25px;
  }

  .feature-item.expand .feature-description {
    width: 100% !important;
  }

  .feature-item.expand .feature-btn {
    display: none;
  }


  /*Comprehensive Checks*/
  .cylinder h1 {
    font-size: 50px !important;
  }

  .cylinder h2 {
    font-size: 25px !important;
  }

  .cylinder-wrap img {
    width: 100% !important;
  }


  /*Testimonial Sec*/
  .testimonial_sec h1 {
    font-size: 40px !important;
  }

  .testimonial_sec h2 {
    font-size: 25px !important;
  }

  .testimonial_sec .slider-controls {
    display: none;
  }


  /*FAQ*/
  .bgc_faq h1 {
    font-size: 50px !important;
  }

  .bgc_faq h2 {
    font-size: 25px !important;
  }

  .bgc_faq .elementor-element.elementor-widget-text-editor {
    padding: 0;
  }

  .bgc_faq .e-n-accordion-item-title-text {
    font-size: 18px;
  }

  .bgc_faq p {
    font-size: 15px;
  }



  /*Contact Bar*/
  .contact_bar .sec_1 {
    width: 25%;
    min-height: 150px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .contact_bar .sec_1_a {
    display: none;
  }

  .contact_bar .sec_1_b {
    width: 100px;
    height: 60px;
  }

  .contact_bar .sec_2 {
    display: none;
  }

  .contact_bar .sec_3 {
    width: 95%;
    min-height: 150px;
    padding-right: 10px;
  }

  .contact_bar .sec_3 h2 {
    font-size: 20px !important;
    margin-left: 85px;
  }

  .contact_bar .sec_3 p {
    font-size: 12px;
    margin-left: 85px;
  }

  .contact_bar .sec_3_btn {
    left: 165px;
  }

  /*Downloads Bar*/
  .downloads_bar .sec_1 {
    width: 25%;
    min-height: 150px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .downloads_bar .sec_1_a {
    display: none;
  }

  .downloads_bar .sec_1_b {
    width: 100px;
    height: 60px;
    padding: 15px 10px;
  }

  .downloads_bar .sec_2 {
    display: none;
  }

  .downloads_bar .sec_3 {
    width: 95%;
    min-height: 150px;
    padding-right: 10px;
  }

  .downloads_bar .sec_3 h2 {
    font-size: 20px !important;
    margin-right: 85px;
  }

  .downloads_bar .sec_3 p {
    font-size: 12px;
    margin-right: 85px;
  }

  .downloads_bar .sec_3_btn {
    left: 40px !important;
  }


  /*Blog*/
  .blog_top_post .eael-entry-wrapper {
    width: 95% !important;
    right: 0;
    left: 2.5%;
  }

  .eael-grid-post .eael-entry-thumbnail>img {
    height: 450px;
  }


  /*Custom Products*/
  .bgc-reco-products .custom-product-info .product-title {
    font-size: 20px;
  }

  .bgc-reco-products .rating-section span {
    font-size: 10px !important;
  }

  .bgc-reco-products .rating-section {
    flex-direction: column;
  }

  .bgc-reco-products .rating-section .star-rating,
  .rating-section .star-rating .rating-value {
    font-size: 15px !important;
  }

  .bgc-reco-products .price-section {
    font-size: 15px !important;
  }

  .bgc-reco-products .add_to_cart-section {
    display: flex;
    flex-direction: column;
  }

  .bgc-reco-products .add_to_cart-section .add_to_cart_button,
  .add_to_cart-section .buy_now_button_wrapper {
    width: 100%;
  }

  .add_to_cart-section .buy_now_button_wrapper .bgc-buy-now {
    margin: 0;
  }

  .bgc-reco-products ul.products li.product .astra-shop-thumbnail-wrap {
    height: 150px;
  }

  .bgc-reco-products .products li:not(:last-child) {
    margin-bottom: 6rem !important;
  }



  /*Product Catalog*/
  .bgc_search_bar .elementor-shortcode {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .bgc-ps-shell {
    position: relative !important;
    width: 100% !important;
  }

  .bgc-store {
    display: flex !important;
    flex-direction: column !important;
  }

  .bgc-store .sidebar {
    width: 100%;
  }

  .bgc-store .main-content {
    width: 100% !important;
    margin-top: 50px !important;
  }

  .bgc-store .main-content {
    width: 100% !important;
  }

  .bgc-store ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 0 !important;
  }

  .bgc-store .main-content ul.products li.product {
    width: 100% !important;
  }

  .bgc-store .main-content ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    height: 200px !important;
    width: 150px !important;
    top: -60px !important;
  }

  .bgc-store ul.products li.product .astra-shop-thumbnail-wrap {
    width: 100% !important;
    height: 150px !important;
  }

  .bgc-store .add_to_cart-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .bgc-store .rating-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .bgc-store .price-section .woocommerce-Price-amount.amount {
    font-size: 15px !important;
  }

  .bgc-store .rating-section span,
  .rating-section .star-rating {
    font-size: 12px !important;
  }

  .bgc-store .buy_now_button_wrapper,
  .add_to_cart_button {
    width: 100% !important;
  }


  /*Single Product Page*/
  .woocommerce-message {
    display: flex !important;
    flex-direction: column !important;
  }

  .bgc-thumbs {
    top: 240px;
  }

  .bgc-thumb img {
    width: 80px;
    height: 80px;
  }

  .bgc-sp-gallery {
    width: 90%;
    margin: 0 auto;
  }

  .bgc-sp-gallery #bgc-hero {
    height: 350px;
  }

  .ast-container .bgc-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .bgc-cat {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    /* handles both row & column gap */
  }

  .bgc-cat a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    height: auto;
    line-height: 1.2;
    box-sizing: border-box;
  }

  .bgc-sp-summary {
    width: 90%;
    margin: 0 auto;
  }

  #bgc-desc {
    padding: 10px 20px;
  }

  #bgc-desc p {
    font-size: 15px;
  }

  .bgc-ratings {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bgc-rating-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .bgc-rating-big {
    width: 100%;
  }

  .bgc-rating-bars {
    width: 100%;
  }

  .bgc-featured-review {
    width: 100%;
  }

  .bgc-related h3 {
    font-size: 30px;
  }

  .bgc-reco-products {
    margin-top: 50px !important;
  }

  .bgc-reco-products ul.products li.product a img {
    top: -50px;
  }


  /*Checkout*/
  .woocommerce-checkout .ast-container {
    margin-top: 150px;
  }


  /*Footer*/
  .useful_links li a,
  .explore_more li a {
    justify-content: center !important;
  }

}

@media only screen and (min-device-width : 481px) and (max-device-width : 787px) {}

.our_mission_btn {
  cursor: pointer;
}

.our_mission_sec {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-20px);
  transition: all 0.5s ease;
}

.our_mission_sec.active {
  max-height: inherit;
  opacity: 1;
  transform: translateY(0);
}