/**
 * Theme Name:     Freedom Fuels
 * Author:         Infobrandz
 * Template:       hello-elementor
 * Text Domain:	   freedom-fuels
 * Description:    Freedom Fuels is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder and ACF pro plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Theme URI:      https://infobrandz.com/
 */

.current-menu-parent
  .sub-menu
  a.elementor-sub-item.elementor-item-active:hover {
  color: #d43734 !important;
}

/* Hero Slider Styles */
.hero-slide {
  height: 590px;
}

.hero-slide .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}

.hero-slide .row {
  padding: 0px 0px 0px 75px;
}

/* .hero-right-image.text-center {
    margin-bottom: -20px;
} */

.hero-slider .hero-slide .container-fluid {
  height: 100%;
  z-index: 2;
  position: relative;
}

.hero-slide .row .right {
  width: 65%;
}

.hero-right-image {
  object-fit: contain;
}

.hero-slide .row .left {
  width: 45%;
}

.hero-right-image.text-center img {
  z-index: 2;
  display: block;
  position: relative;
}

/* .hero-right-image.text-center:before{
	content:'';
	width: 439px;
	height: 439px;
	position:absolute;
	top: 18%;
    right: 9%;
	border-radius:50%;
	background: rgb(249 134 152 / 48%);
    filter: blur(25px);
	z-index: 1;
} */

.hero-content h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 53px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 0px;
}

.hero-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.hero-slider .owl-stage {
  display: flex;
}

.hero-slider .owl-item {
  transition: all 0.4s ease;
}

.hero-description {
  padding-bottom: 17px;
}

.hero-slider .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 51px;
}

/* .hero-slide[data-slide="2"] .hero-content{
	margin-top:-90px;
}


.hero-slide[data-slide="3"] .hero-content{
	margin-top:-90px;
} */

.hero-slider button.owl-dot {
  background: #9c9c9c !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.hero-slider button.owl-dot.active {
  width: 62px;
  border-radius: 30px;
  background: #d43734 !important;
}

a.hero-btn {
  padding: 10px 28px;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 800;
  font-size: 21px;
  line-height: 32px;
}

.hero-slider .owl-item.active.center {
  opacity: 1;
}

.hero-slider .hero-slide {
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-slide.bg-image:before {
  content: "";
  width: 100%;
  background: linear-gradient(
    90deg,
    #000000 29.36%,
    rgba(0, 0, 0, 0.5) 47.89%,
    rgba(255, 255, 255, 0) 97.61%
  );
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  body {
    background-color: #f5f5f5 !important;
  }

  .hero-slide.bg-image {
    background-image: var(--mobile-bg);
    background-size: cover;
    background-position: center;
  }

  .hero-slide .row {
    flex-direction: column;
    gap: 10px;
  }

  .hero-slide {
    height: 669px;
  }

  .hero-slider .hero-slide {
    border-radius: 20px;
  }

  .hero-right-image.text-center:before {
    content: unset;
  }

  .hero-content h1 {
    font-size: 35px;
    line-height: 38px;
    text-align: center;
  }

  .hero-content p {
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    max-width: 285px;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-bottom: 0px !important;
  }

  .hero-description {
    padding-bottom: 19px;
  }

  a.hero-btn {
    line-height: 29px;
    margin: auto !important;
    text-align: center;
    width: fit-content;
    display: block;
  }

  .hero-slide[data-slide="2"] .hero-content {
    margin-top: 0px;
  }

  .hero-slide[data-slide="3"] .hero-content {
    margin-top: 0px;
  }

  .hero-slide .row {
    padding: 27px 23px 0px;
  }

  .hero-right-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px !important;
  }

  .hero-slide .row .left {
    width: 100%;
  }

  .hero-right-image img {
    height: 332px;
    object-fit: contain;
  }

  .hero-slide .row .right {
    width: 100%;
    max-width: 100%;
    height: auto !important;
  }

  .hero-slide.bg-image:before {
    background:linear-gradient(180deg, #000000 48%, rgba(0, 0, 0, 0.5) 58%, rgba(255, 255, 255, 0) 70.61%);
  }

  .hero-description br {
    display: none;
  }

  .hero-description p {
    max-width: 96%;
    margin: auto;
  }

  [data-slide="1"] .hero-content h1 {
    max-width: 90%;
    margin: auto;
  }

  [data-slide="2"] .hero-description p br,
  [data-slide="4"] .hero-description p br {
    display: block !important;
  }

  [data-slide="2"] .hero-description p {
    max-width: 99%;
  }

  [data-slide="4"] .hero-description p {
    max-width: 99%;
  }

  [data-slide="4"] img.mobile-view {
    height: 385px;
  }
}

@media (min-width: 767px) {
  [data-slide="2"] .hero-description p br {
    display: none !important;
  }

  [data-slide="4"] .hero-description p br {
    display: none !important;
  }
}

@media (max-width: 395px) {
  .header-logo img {
    max-width: 140px !important;
  }

  .global-button.elementor-element.elementor-global-222 .elementor-button {
    font-size: 20px !important;
  }

  a.hero-btn {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .global-button.elementor-element.elementor-global-222 .elementor-button {
    font-size: 14px !important;
  }
}

/*****Step for apply****/
.steps-wrapper {
  max-width: 700px;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
  position: relative;
}

.step-number {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #e53935;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-family: Archivo;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.step-item .step-number:after {
  content: "";
  width: 1px;
  height: 25px;
  border: 1px dashed #fff;
  z-index: 0;
  position: absolute;
  top: 40px;
}

.step-item:last-child .step-number:after {
  content: unset;
}

.step-text {
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
}

@media (max-width: 767px) {
  .step-text {
    font-size: 20px;
    line-height: 24px;
  }

  .step-item {
    margin-bottom: 24px;
  }

  .step-item .step-number:after {
    height: 50px;
  }
}

/******Home page store locator fomr******/
form#asl-home-location-form button {
  max-width: 263px;
  width: 100%;
  border-radius: 10px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #d43734;
  background: #fff;
  display: flex;
  gap: 10px;
  height: 55px;
  align-items: center;
}

form#asl-home-location-form .asl-fieldset {
  /*     max-width: 374px; */
  width: 100%;
}

.asl-search-form {
  max-width: 520px;
}

.asl-fieldset {
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 0px 14px 13px;
  background: #d63333;
}

.asl-legend {
  padding: 0 10px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}

.asl-fieldset input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #ffffff;
  font-size: 21px;
  font-weight: 500;
  padding: 0px 10px;
  line-height: 1;
}

.asl-fieldset input::placeholder {
  color: #fff;
}

form#asl-home-location-form {
  display: flex;
  gap: 10px;
  align-items: end;
}

form#asl-home-location-form button img {
  height: 16px;
  object-fit: contain;
}

@media (max-width: 767px) {
  form#asl-home-location-form {
    flex-direction: column;
    gap: 17px;
  }

  form#asl-home-location-form button {
    max-width: 100%;
    justify-content: center;
  }

  form#asl-home-location-form .asl-fieldset {
    max-width: 100%;
  }
}

/*********Footer Css***********/
.social-platform-wrapper {
  display: flex !important;
  width: 100%;
  gap: 6px;
}

/* ===== MAIN MENU ===== */
.header-push-target.menu-hover-active {
  padding-top: 100px;
}

.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li
  ul.sub-menu
  li
  a {
  border-left: 0px;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li ul {
  top: 78px !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:hover ul {
  display: flex !important;
  gap: 60px;
}

ul.sub-menu.elementor-nav-menu--dropdown li:hover a:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/wp-content/uploads/2026/01/Vector-4.png);
  transform: rotate(90deg);
  right: -25px;
}

.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:nth-child(2)
  ul {
  left: -117px !important;
}

.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:nth-child(3)
  ul {
  left: -239px !important;
}

/* Default hover disable (optional but recommended) */
.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:hover > ul {
  display: none !important;
}

/* JS controlled dropdown */
.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li.menu-hover-active
  > ul {
  display: flex !important;
  gap: 80px;
}

/* Header height on menu hover */
.elementor-location-header.menu-mega-active {
  height: 115px;
}

/* Mega menu container active state */
.elementor-location-header .e-parent.mega-menu-active {
  position: absolute;
  z-index: 3333;
  background: #fff;
}

.elementor-location-header .e-parent.mega-menu-active > .e-con-inner:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #e1e1e1;
  left: 0;
  bottom: 90px;
}

.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li.menu-hover-active
  > ul
  li:after {
  content: "";
  width: 1px;
  height: 25px;
  background: #31313147;
  position: absolute;
  top: 10px;
  right: -49px;
}

.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li.menu-hover-active
  > ul
  li:last-child:after {
  content: unset;
}

.social-list a img {
  height: 34px;
}

/* Active parent menu color */
.elementor-nav-menu--main .menu-item.menu-hover-active > a {
  color: #d43734 !important;
}

.elementor-nav-menu--main .menu-item.menu-hover-active > a .sub-arrow svg path {
  fill: #d43734;
}

/********Promotional BAnner Css**********/
.promotional-banner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.promo-banner {
  background: #d8342f;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 544px;
}

.layout-bottom_image .promo-inner {
  padding-top: 40px;
}

.promo-content h3 {
  font-family: "Archivo";
  font-weight: 600;
  font-size: 56px;
  line-height: 61px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.layout-bottom_image .promo-inner .promo-content h3 {
  text-align: center;
}

.promo-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.layout-left_image .promo-inner,
.layout-right_image .promo-inner {
  flex-direction: row;
}

.layout-bottom_image .promo-inner {
  flex-direction: column;
}

.promo-content {
  flex: 1;
}

.layout-bottom_image .promo-inner .promo-desc p {
  text-align: center;
}

.promo-desc p {
  font-size: 24px;
  font-family: "Avenir";
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 10px;
}

.promo-btn {
  display: flex;
  background: #fff;
  color: #d8342f;
  padding: 10px 24px;
  border-radius: 10px;
  font-weight: 600;
  width: fit-content;
  gap: 10px;
  font-size: 18px;
  line-height: 25px;
  align-items: center;
}

.layout-bottom_image .promo-btn {
  margin: auto;
}

.promo-btn img {
  width: 11px;
  height: 10px;
  object-fit: contain;
}

.promo-image img,
.promo-bottom-image img {
  max-width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}

.promo-bottom-image {
  margin-bottom: -7px;
  text-align: center;
  margin-top: -46px;
  margin-right: -100px;
}

.promo-image.has-padding,
.promo-bottom-image.has-padding {
  padding: 15px;
}

.promo-bottom-image img {
  height: 391px;
  object-fit: contain;
  max-width: 944px;
  width: 100%;
}

.promo-note {
  position: absolute;
  display: block;
  font-size: 14px;
  font-family: "Archivo";
  line-height: 17px;
  font-weight: 400;
}

.promo-bottom-image:before {
  content: "";
  width: 439px;
  height: 439px;
  position: absolute;
  bottom: -139px;
  right: calc(50% - 214px);
  border-radius: 50%;
  background: rgb(249 134 152 / 64%);
  filter: blur(22px);
  z-index: 1;
}

.layout-bottom_image small.promo-note {
  bottom: 20px;
  right: 18px;
}

.layout-right_image .promo-inner {
  padding-left: 84px;
  height: 100%;
}

.layout-right_image .promo-inner.has-padding {
  padding-right: 56px;
}

.layout-right_image .promo-inner .promo-content {
  z-index: 2;
  width: 30%;
}

.layout-right_image .promo-image {
  width: 70%;
  height: 100%;
  position: relative;
}

.layout-right_image .promo-image img {
  width: 100%;
  height: 100%;
}

.layout-right_image small.promo-note {
  bottom: 20px;
  left: 28px;
}

.layout-right_image .promo-inner.has-padding .promo-image {
  width: 64%;
}

.layout-right_image .promo-inner.has-padding .promo-image img {
  object-fit: contain;
}

.layout-right_image .promo-inner.text-heavy .promo-image {
  width: 59%;
}

.layout-right_image .promo-inner.text-heavy .promo-content {
  width: 41%;
}

.layout-right_image .promo-inner.text-heavy .promo-image img {
  object-fit: contain;
}

.layout-left_image .promo-inner .promo-image {
  width: 70%;
  height: 100%;
  position: relative;
}

.layout-left_image .promo-inner .promo-image img {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.layout-left_image .promo-inner {
  padding-right: 88px;
  height: 100%;
}

.layout-left_image small.promo-note {
  right: 18px;
  bottom: 20px;
}

.layout-right_image .promo-image:before {
  content: "";
  width: 472px;
  height: 375px;
  position: absolute;
  right: calc(50% - 169px);
  border-radius: 50%;
  background: rgb(249 134 152 / 64%);
  filter: blur(22px);
  z-index: 1;
  bottom: 25px;
}

.layout-left_image .promo-inner .promo-image:before {
  content: "";
  width: 472px;
  height: 375px;
  position: absolute;
  right: 162px;
  border-radius: 50%;
  background: rgb(249 134 152 / 64%);
  filter: blur(22px);
  z-index: 1;
  bottom: 39px;
}

.layout-right_image .promo-inner.has-padding .promo-image:before {
  width: 580px;
  height: 345px;
  right: 97px;
  bottom: 51px;
}

.layout-right_image .promo-inner.text-heavy .promo-image::before {
  width: 411px;
  height: 345px;
  right: 23px;
}

/* Responsive */
@media (max-width: 1024px) {
  .promo-content h3 {
    font-size: 32px;
    line-height: 35px;
  }

  .promo-desc p {
    font-size: 18px;
    line-height: 25px;
  }

  .promo-btn {
    padding: 7px 15px;
    border-radius: 6px;
    gap: 7px;
    font-size: 12px;
    line-height: 16px;
    z-index: 44;
    position: relative;
  }

  .promo-bottom-image img {
    height: 346px;
  }

  .layout-right_image .promo-image:before {
    content: unset;
  }

  .promo-inner {
    padding-top: 30px !important;
  }

  .promo-bottom-image:before {
    content: unset;
  }

  .layout-left_image .promo-inner .promo-image {
    height: 60%;
  }

  .promo-bottom-image {
    margin-top: 0px;
    margin-right: 0px;
  }

  .promo-banner {
    height: 512px;
  }

  .promo-btn {
    margin: auto;
  }

  .layout-left_image .promo-inner .promo-image:before {
    content: unset;
  }
}

@media (max-width: 767px) {
  .layout-right_image .promo-image,
  .layout-right_image .promo-inner.has-padding .promo-image,
  .layout-left_image .promo-inner .promo-image,
  .layout-right_image .promo-inner.text-heavy .promo-image {
    width: 100%;
  }

  .layout-right_image .promo-inner {
    padding-left: 0px;
  }

  .layout-right_image .promo-inner.has-padding,
  .layout-left_image .promo-inner {
    padding-right: 0px;
  }

  .layout-left_image .promo-inner,
  .layout-right_image .promo-inner {
    flex-direction: column;
    text-align: center;
  }

  .layout-right_image .promo-inner .promo-content,
  .layout-right_image .promo-inner.text-heavy .promo-content {
    width: 100%;
  }

  .layout-bottom_image .promo-inner .promo-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .promo-banner.red-bg.layout-right_image .promo-content {
    padding: 0px 35px;
  }

  .promo-banner.red-bg.layout-left_image .promo-content {
    padding: 0px 15px;
  }

  .promo-banner.red-bg.layout-right_image
    .promo-inner.text-heavy
    .promo-content {
    padding: 0px 14px;
  }

  .layout-left_image .promo-inner {
    flex-direction: column-reverse;
  }

  .promo-note {
    position: relative;
    text-align: center;
    bottom: unset !important;
    right: unset !important;
    left: unset !important;
    padding-top: 10px;
    font-size: 16px;
    line-height: 1;
  }

  .promo-banner.red-bg.layout-left_image picture {
    display: block;
    margin-bottom: -15px;
  }

  .promo-banner.red-bg.layout-right_image
    .promo-inner.has-padding
    .promo-image {
    top: -10px;
  }

  .promo-banner.red-bg.layout-right_image picture {
    display: block;
  }

  .promo-banner.red-bg.layout-right_image .promo-inner.text-heavy .promo-image {
    top: -14px;
  }
}

@media (max-width: 442px) {
  .promo-bottom-image img {
    height: 276px;
    width: 100%;
  }

  .promo-banner.red-bg.layout-bottom_image:first-child .promo-bottom-image img {
    left: 15px;
  }

  .promo-bottom-image picture {
    display: block;
    position: relative;
    bottom: 0px;
  }
}

/* =========================
   OFF CANVAS MENU
   ========================= */

/* Canvas Menu Styling */
#canvas-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.35s ease-in-out;
  z-index: 99999;
  overflow-y: auto;
}

#canvas-menu.is-open {
  transform: translateX(0);
}

/* Overlay */
body.menu-open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99998;
}

/* Close button pointer */
.elementor-element-7f57f27 {
  cursor: pointer;
}

/* Hamburger button pointer */
.elementor-element-099bb43 {
  cursor: pointer;
}

div#mob-menu > .elementor-icon-wrapper {
  height: 24px;
}

div#close-canvas,
div#close-canvas > .elementor-icon-wrapper {
  height: 28px;
}

#canvas-menu
  li.menu-item.menu-item-type-custom.menu-item-object-custom
  span.eael-simple-menu-indicator {
  top: 21px;
}

#menu-header-menu
  li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.active
  > a {
  color: #d8342f;
}

#menu-header-menu
  li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.active
  svg
  path {
  fill: #d8342f !important;
}

#menu-header-menu
  > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
  border-bottom: 1px solid #3b3b3b;
}

.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator svg,
.eael-simple-menu-container
  .eael-simple-menu
  .eael-simple-menu-indicator.eael-simple-menu-indicator-open
  svg {
  transition:
    transform 0ms,
    -webkit-transform 0ms !important;
}

/*************Tab Css*********/
.account-open
  .e-n-tabs
  > .e-n-tabs-heading
  > :is(.e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title) {
  flex-basis: 100% !important;
}

@media (max-width: 992px) {
  .fof-tabs .e-n-tabs-heading {
    display: flex;
    padding: 0px 30px;
  }

  .e-n-tabs-heading .e-n-tab-title {
    flex-basis: 50%;
        justify-content: center;
        display: flex;
        align-items: center;
  }
	
	.e-n-tabs-heading .e-n-tab-title span.e-n-tab-title-text {
    width: 100%;
    justify-content: center;
}

  .account-open
    .e-n-tabs
    > .e-n-tabs-heading
    > :is(.e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title) {
    flex-basis: 100% !important;
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 993px) {
  .fof-tab
    .e-n-tabs
    > .e-n-tabs-heading
    > :is(.e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title) {
    flex-basis: 25% !important;
  }

  .account-open
    .e-n-tabs
    > .e-n-tabs-heading
    > :is(.e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title) {
    flex-basis: 50% !important;
  }
}

/******Form Css**********/
.gform-body.gform_body span.gfield_required {
  display: none;
}

input:focus {
  outline: unset !important;
}

.form-design .gfield--input-type-name,
.form-design .gfield--input-type-email {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 0px 14px 0px;
}

.form-design
  .gfield--input-type-name
  legend.gfield_label.gform-field-label.gfield_label_before_complex,
.form-design .gfield--input-type-email label.gfield_label.gform-field-label {
  padding: 0px 6px;
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 26px;
  font-family: "Avenir";
  color: #000;
}

.form-design .gfield--input-type-name input,
.form-design .gfield--input-type-email input {
  border: unset !important;
  height: 45px !important;
}

.form-design .gfield_checkbox .gfield-choice-input {
  width: 27px !important;
  height: 27px !important;
}

input#input_5_13_1 {
  width: 27px;
  height: 27px;
}

.form-design .gform-theme--foundation .gform_fields {
  row-gap: 14px;
}

.form-design .gfield--input-type-email label.gfield_label.gform-field-label {
  margin-top: -10px;
  background: #fff;
  width: fit-content;
  font-size: 19px;
  line-height: 26px;
  font-family: "Avenir";
  font-weight: 400;
  color: #000;
}

.form-design .gfield--input-type-email {
  margin-top: 10px;
}

.form-design .gfield--type-multi_choice {
  margin-top: 10px !important;
}

.form-design .gform-footer.gform_footer.top_label input#gform_submit_button_1 {
  width: fit-content !important;
  padding: 10px 28px;
  border-radius: 10px;
  background: #d43734;
  font-size: 20px;
  line-height: 27px;
  font-family: "Avenir";
  font-weight: 600;
}

.form-design legend.gfield_label.gform-field-label.gfield_label_before_complex {
  font-size: 21px;
  line-height: 29px;
  font-family: "Avenir";
  font-weight: 400;
  color: #000;
}

.form-design .gfield_checkbox {
  column-gap: 15px;
}

.form-design .gchoice[class*="gchoice_1_10_"] {
  padding: 8px 10px 10px;
}

.form-design .gchoice[class*="gchoice_1_10_"] .gfield-choice-input {
  width: 27px;
  height: 27px;
}

.form-design .gchoice[class*="gchoice_1_10_"] .gform-field-label--type-inline {
  font-size: 19px;
  line-height: 26px;
  font-family: "Avenir";
  font-weight: 400;
  color: #000;
}

.form-design .gfield--type-consent {
  margin-top: 2px !important;
  padding-left: 10px !important;
  padding-top: 9.5px;
  padding-bottom: 12.5px;
}

.form-design .ginput_container.ginput_container_consent {
  align-items: center;
}

.form-design .ginput_container.ginput_container_consent input#input_1_13_1 {
  width: 27px;
  height: 27px;
}

.form-design
  label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  font-size: 19px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  /*     padding-right: 50px; */
  margin-left: 14px;
}

.form-design .gform-footer.gform_footer.top_label {
  margin-top: 37px;
}

.form-design .ginput_container.ginput_container_phone input {
  height: 45px !important;
}

@media (max-width: 767px) {
  .form-design .gform-theme--foundation .gform_fields {
    row-gap: 8px;
  }

  .form-design .gfield--input-type-name input,
  .form-design .gfield--input-type-email input {
    height: 35px !important;
  }

  .form-design .ginput_container.ginput_container_phone input {
    height: 35px !important;
  }
}

.step-for-club {
  position: relative;
}

.step-for-club:after {
  content: "";
  width: 1px;
  height: 119px;
  border: 1px dotted #d43734;
  position: absolute;
  top: 57px;
  left: 20px;
  opacity: 1;
  transform-origin: left top;
}

.test-layout {
  max-width: 449px;
  width: 100% !important;
  right: unset !important;
}

.roles_card.elementor-widget-image-box .elementor-image-box-content {
  padding-left: 21px;
  padding-right: 16px;
}

.third.roles_card.elementor-widget-image-box .elementor-image-box-content {
  padding-right: 5px;
}

.elementor-flip-box__layer {
  transition: all 0.3s ease-out;
}

h3.elementor-flip-box__layer__title {
  margin-bottom: 0px;
}

/* ===============================
   FRONT SIDE – Heading default
================================ */
.elementor-flip-box__front .elementor-flip-box__layer__title {
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}

/* ===============================
   FRONT SIDE – Heading move on hover
================================ */
.elementor-flip-box:hover
  .elementor-flip-box__front
  .elementor-flip-box__layer__title {
  transform: translateY(-90px);
  /* Figma-like offset */
}

/* ===============================
   BACK SIDE – Heading stable
================================ */
.elementor-flip-box__back .elementor-flip-box__layer__title {
  transform: translateY(0);
}

/* ===============================
   BACK SIDE – Description animation
================================ */
.elementor-flip-box__back .elementor-flip-box__layer__title {
  opacity: 0;
  transform: translateY(90px);
  transition: all 0.3s ease-out;
}

/* ===============================
   BACK SIDE – Description visible on hover
================================ */
.elementor-flip-box:hover
  .elementor-flip-box__back
  .elementor-flip-box__layer__title {
  opacity: 1;
  transform: translateY(0);
}

/*==========Policy Tab=========*/
.policy-wrapper {
  display: flex;
  gap: 40px;
}

.policy-tabs {
  max-width: 372px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 34px;
}

.policy-tab {
  cursor: pointer;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  padding: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  font-family: "Avenir";
	gap: 60px;
}

.policy-tab .arrow {
  opacity: 0;
  transition: 0.3s;
}

.policy-tab.active {
  color: #e53935;
}

.policy-tab.active .arrow {
  opacity: 1;
}

.policy-content {
  flex: 1;
  padding: 40px 34px;
}

.policy-panel {
  display: none;
}

.policy-panel.active {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 34px;
}

div#policy-850.policy-panel.active {
    padding-right: 32px;
}

.policy-btn {
  display: block;
  padding: 9.5px 10px;
  margin-top: 10px;
  border-radius: 4px;
  width: fit-content;
  color: #fff !important;
  font-family: "Avenir";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.policy-content h2 {
  color: #000;
  font-family: Archivo;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0px 0px 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.policy-content p {
  color: #000;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 20px;
}

.policy-content .policy-desc p{
	margin-bottom: 30px
}

.policy-content .policy-desc p:last-child{
	margin-bottom: 20px
}

.policy-content li {
  color: #000;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 05px;
}

.policy-desc h5{
    font-size: 24px;
    line-height: 33px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.policy-content ul, .policy-content ol {
  margin-bottom: 30px;
  padding-left: 27px;
}

.policy-content ul:last-child, .policy-content ol:last-child {
	margin-bottom: 20px;
}

div#policy-2176 p, div#policy-2176 .policy-desc div:not([class]) p {
    margin-bottom: 0px;
}

div#policy-2176 h4 {
    margin-top: 20px;
}

.policy-content ul li {
  color: #000;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
	    list-style: disc;
}

.policy-content h4, .policy-content h3 {
  color: #000;
  font-family: Avenir;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0px;
  padding: 0px 0px 20px;
  margin-top: 0px;
}

.policy-content p a {
  color: #000;
  text-decoration: underline;
  word-wrap: break-word;
}

.policy-content ol li ol {
    padding-left: 0px;
}

/**==========
 * Policy Tab Mobile css
 * ==================*/
/* Default */
.policy-dropdown {
  display: none;
}

@media (max-width: 1025px) {
  .policy-tabs {
    max-width: 180px;
  }
}

/* Mobile only */
/* ===== DROPDOWN WRAPPER ===== */
.policy-dropdown.custom-dropdown {
  position: relative;
  display: none;
  /* desktop hidden */
}

/* ===== SELECTED BOX ===== */
.custom-dropdown .dropdown-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.5px 25px;
  border: 1px solid #d4d4d4;
  border-radius: 11px;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  color: #d43734;
}

.custom-dropdown .dropdown-selected span.selected-text {
  font-size: 18px;
  line-height: 36px;
}

/* ===== ARROW ===== */
.custom-dropdown .dropdown-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #d43734;
  border-bottom: 2px solid #d43734;
  transform: rotate(45deg);
}

/* rotate when open */
.custom-dropdown.open .dropdown-arrow {
  transform: rotate(-135deg);
}

/* ===== OPTIONS LIST (IMPORTANT PART) ===== */
.custom-dropdown .dropdown-options {
  position: absolute;
  top: calc(100% + 8px);
  left: 30px;
  right: 30px;
  width: 86%;
  list-style: none;
  margin: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 7%);
  z-index: 99;
  padding-left: 0px;

  /* 👇 THIS FIXES “sab dikh rahe” issue */
  display: none;
}

/* show only when open */
.custom-dropdown.open .dropdown-options {
  display: block;
}

span.selected-text {
  font-size: 18px;
  line-height: 36px;
  font-family: "Avenir";
}

/* ===== OPTION ITEM ===== */
.custom-dropdown .dropdown-options li {
  padding: 7.5px 25px;
  cursor: pointer;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  line-height: 36px;
  font-family: "Avenir";
}

/* no hover highlight */
.custom-dropdown .dropdown-options li:hover {
  background: transparent;
}

/* active item */
.custom-dropdown .dropdown-options li.active {
  color: #e53935;
  font-weight: 600;
}

/* ===== MOBILE ONLY ===== */
@media (max-width: 767px) {
  .policy-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .policy-tabs {
    display: none;
  }

  .policy-content {
    padding: 0px 29px;
  }

  .policy-dropdown {
    display: block;
    padding: 0px 30px;
  }

  .policy-tabs {
    display: none;
  }

  .policy-dropdown.custom-dropdown {
    display: block;
  }

  .policy-content ul li {
    font-weight: 500;
  }
}

/********Forms and Downloads************/
.sds-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sds-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
}

.sds-row.p-y {
  padding: 13px 0;
}

.sds-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pdf-icon {
  width: 40px;
  height: auto;
}

.fuel-tag {
  width: 250px;
  height: auto;
}

.sds-text {
  font-size: 15px;
  font-weight: 500;
}

.fuel-name {
  font-size: 22px;
  font-weight: 400;
  font-family: "Avenir";
  line-height: 30px;
}

.download-btn {
  background: #d43734;
  color: #fff !important;
  padding: 9px 27px;
  border-radius: 9px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  justify-content: center;
}

.sds-right {
  display: flex;
  gap: 10px;
  align-items: center;
}

a.apply-btn {
  border: 1px solid #d43734;
  color: #d43734 !important;
  cursor: pointer;
  padding: 9px 17px;
  border-radius: 9px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  justify-content: center;
}

/**********Forms Online**********/
.forms-online .gform-datepicker {
  width: calc(50% - var(--gf-form-gap-x) / 2) !important;
}

.forms-online .gform-theme--foundation .gform_fields {
  row-gap: 12px;
}

.forms-online label.gfield_label.gform-field-label {
  font-size: 20px;
  font-family: "Avenir";
  line-height: 27px;
  padding: 10px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
}

.forms-online .gfield_description.instruction {
  display: none;
}

.forms-online
  label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  font-size: 20px;
  line-height: 27px;
  font-family: "Avenir";
  font-weight: 400;
  margin-left: 10px;
}

.forms-online input[type="checkbox"] {
  width: 27px !important;
  height: 27px !important;
}

.forms-online .gfield--input-type-consent.pt-4 {
  margin-top: 27px;
  margin-bottom: 20px;
}

.forms-online .gfield_description.gfield_consent_description {
  padding-top: 0px;
  padding-left: 38px;
  font-size: 20px;
  font-family: "Avenir";
  line-height: 27px;
  color: #000;
  border: unset;
  margin-top: 0px !important;
  font-weight: 400;
}

.forms-online .ginput_container.ginput_container_select .gfield_select {
  display: flex;
  align-items: center;
}

.forms-online input,
.forms-online select {
  font-size: 20px !important;
  font-family: "Avenir" !important;
  line-height: 27px !important;
  font-weight: 400;
}

.forms-online input#gform_submit_button_2 {
  font-size: 20px !important;
  background: #d43734;
  line-height: 27px !important;
  width: 100% !important;
  max-width: 173px !important;
  padding: 10px 0;
  border-radius: 10px;
}

.forms-online .gform-footer.gform_footer.top_label {
  margin-top: 12px !important;
}

.sds-left .content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-view {
  display: none !important;
}

@media (max-width: 767px) {
  .sds-row {
    flex-direction: column;
    gap: 10px;
  }

  .download-btn,
  a.apply-btn {
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 16px;
    width: 147px;
    gap: 4px;
  }

  .applications .sds-left {
    gap: 10px;
    max-width: 277px;
    width: 100%;
  }

  .fuel-name {
    font-size: 20px;
    line-height: 27px;
  }

  .sds-right {
    width: 299px;
  }

  .mobile-view {
    display: block !important;
  }

  .sds-left img.fuel-tag {
    max-width: 133px;
    width: 100%;
  }

  .sds-row.p-y.sheets img.pdf-icon {
    width: 23px;
  }

  .sds-row.p-y.sheets span.fuel-name {
    font-size: 17px;
    line-height: 23px;
  }

  .sds-wrapper {
    gap: 32px;
  }

  .sds-left .content {
    gap: 5px;
  }

  .sheets .sds-left {
    gap: 5px;
    justify-content: space-between;
    width: 100%;
  }

  .sds-row.p-y.sheets .sds-right {
    width: 100%;
  }
}

/********Table************/
table.ea-advanced-data-table.ea-advanced-data-table-ninja
  tbody
  tr
  td:nth-child(1),
table.ea-advanced-data-table.ea-advanced-data-table-ninja
  thead
  tr
  th:nth-child(1) {
  background: #d43734 !important;
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}

table.ea-advanced-data-table.ea-advanced-data-table-ninja
  tbody
  tr:nth-child(odd) {
  background: #f5f5f5;
}

table.ea-advanced-data-table.ea-advanced-data-table-ninja
  tbody
  tr:last-child
  td {
  border-bottom: 0px solid !important;
}

table.ea-advanced-data-table.ea-advanced-data-table-ninja {
  margin-bottom: 0px !important;
  border: unset !important;
}

.ea-advanced-data-table-wrap-inner {
  border: 1px solid #b3b3b3 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

#faq_btn span.elementor-button-text {
  text-align: left;
}

.apply_btn a.elementor-button {
/*   width: 174px; */
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
/* 
div#faq_btn a.elementor-button {
  width: 259px;
} */

@media (max-width: 991px) {
  div#faq_btn a.elementor-button,
  .apply_btn a.elementor-button,
  .apply_btn {
    width: 100%;
  }

  .box-shadow {
    box-shadow: 0px 0px 10px 0 rgb(0, 0, 0, 0.12);
  }
}

/**********Open Account FAQ*****************/
.ff-faq-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.ff-faq-topic {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.ff-faq-topic-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.ff-faq-topic-header h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  font-family: "Avenir";
}

.ff-topic-toggle {
  font-size: 26px;
  font-weight: 300;
}

.ff-faq-topic-content {
  display: none;
}

.ff-faq-item {
  margin-bottom: 11px;
}

.ff-faq-question {
  padding: 10px 20px;
  background: #f5f5f5;
}

.ff-faq-question span.ff-q-text {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.ff-faq-answer {
  padding: 10px 20px;
}

.ff-faq-topic.is-open .ff-faq-topic-content {
  display: block;
}

.popup-faq .dialog-message.dialog-lightbox-message {
  scrollbar-width: none;
}

.ff-faq-answer p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.ff-faq-topic.is-open .ff-faq-topic-header h3 {
  color: #000;
}

.ff-faq-topic.is-open .ff-topic-toggle {
  transform: rotate(180deg);
}

.form-design label.gfield_label.gform-field-label {
  margin-top: -10px;
  background: #fff;
  width: fit-content;
  font-size: 19px;
  line-height: 26px;
  font-family: "Avenir";
  font-weight: 400;
  color: #000;
  padding: 0px 10px;
  margin-bottom: 0px;
}

.form-design .ginput_container.ginput_container_text input {
  border: unset !important;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.form-design .ginput_container.ginput_container_phone input {
  border: unset !important;
  height: 45px !important;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.form-design .ginput_container.ginput_container_select select {
  border: unset !important;
  height: 45px !important;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.form-design .ginput_container_select a.chosen-single {
  border: unset !important;
	box-shadow: unset !important;
}

.form-design .gfield--input-type-phone {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 0px 14px 0px;
  margin-top: 10px;
}

.form-design .gfield--input-type-select {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 0px 14px 0px;
  margin-top: 10px;
}

.form-design .gfield--input-type-text {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 0px 14px 0px;
  margin-top: 10px;
}

.ginput_container_select a.chosen-single:focus {
  outline: unset;
}

.gform-theme--framework
  .gfield:where(.gfield--type-select, .gfield--input-type-select)
  .chosen-container-single.chosen-container-active
  .chosen-single,
.gform-theme--framework
  .gfield:where(.gfield--type-select, .gfield--input-type-select)
  .chosen-container-single.chosen-container-active.chosen-with-drop
  .chosen-single {
  --gf-local-outline-color: rgb(255 255 255 / 0%) !important;
}

.ginput_container_select .chosen-drop .chosen-search {
  display: none;
}

.ginput_container_select .chosen-drop ul.chosen-results {
  padding: 0px !important;
  max-block-size: fit-content !important;
  border-radius: 10px;
}

li.active-result.gf_placeholder {
  opacity: 0;
  height: 0px;
  padding: 0px !important;
}

ul.chosen-results .active-result {
  font-size: 20px;
  line-height: 27px !important;
}

.ginput_container_select a.chosen-single span {
  font-size: 20px;
}

ul.chosen-results .active-result:hover {
  background-color: #d43734 !important;
  color: #fff !important;
}

ul.chosen-results .active-result.result-selected {
  box-shadow: unset !important;
  background-color: #d43734 !important;
  color: #fff !important;
}

.gform-theme--foundation .chosen-container-single .chosen-single div:after {
  content: "";
  background: url(/wp-content/uploads/2026/01/Vector-6.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 222;
  right: 8px;
  top: 12px;
}

.back_btn li.elementor-icon-list-item {
  width: fit-content;
}

.gform_heading {
  display: none;
}

.forms-online a.chosen-single {
  height: 61px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 10px !important;
}

.forms-online
  .gform-theme--foundation
  .chosen-container-single
  .chosen-single
  div:after {
  top: 26px;
}

#popup-form {
  display: none;
}

#popup-form.open {
  display: flex;
}

.close {
  cursor: pointer;
}

a.elementor-button {
  cursor: pointer;
}

.submission-content p {
  font-size: 26px;
  font-family: "Avenir";
  line-height: 36px;
  text-align: center;
  margin-bottom: 0px;
}

.submission-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 748px;
  width: 100%;
  margin: auto;
}

.submission-content a.btn {
  background: #d43734;
  padding: 10px 39px;
  width: fit-content;
  margin: auto;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  line-height: 27px;
  font-family: "Avenir";
}

.submission-content h2 {
  font-size: 49px !important;
  line-height: 53px !important;
  font-family: "Archivo" !important;
  margin: 0px;
}

@media (max-width:767px){
	.submission-content h2 {
		 font-size: 29px !important;
  line-height: 32px !important;
	}
	
	.submission-content p {
		font-size:19px;
		line-height:27px;
	}
}

.form-design.popup .gfield--type-multi_choice {
  padding-left: 10px;
}

.gfield_consent_description:focus {
  outline: unset !important;
}

input[type="checkbox"]:checked {
  background: #d43734;
  border: #d43734;
}

input[type="checkbox"]::before {
  color: #fff !important;
}

.gfield_checkbox label {
  font-size: 19px !important;
  line-height: 26px !important;
  font-family: "Avenir";
}

.ginput_container input {
  box-shadow: unset !important;
}

@media (max-width: 992px) {
  .bg-white {
    background: #fff;
  }

  div#policy-847 {
    padding-right: 4px;
  }

  .policy-content p {
    font-weight: 500;
  }

  .bg-white p.elementor-image-box-description {
    font-weight: 500 !important;
  }
}

.apply-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  border-color: #c2c2c2;
  color: #c2c2c2 !important;
}

@media (max-width: 1025px) {
  .eael-simple-menu-container
    .eael-simple-menu.eael-simple-menu-vertical
    li
    ul
    li
    a {
    padding: 10px 0px 10px 20px !important;
  }

  .eael-simple-menu-container
    .eael-simple-menu.eael-simple-menu-vertical
    li
    ul {
    padding-bottom: 13px !important;
  }
}

@media (max-width: 400px) {
  .mb-scroll .form-design {
    overflow-y: scroll;
    height: 600px;
    scrollbar-width: none;
  }
}

@media (max-width: 1024px) {
  .step-for-club:after {
    display: none;
  }

  .no-transition summary.e-n-accordion-item-title {
    --n-accordion-icon-gap: 0 23px;
  }

  .fuel-value {
    font-family: "Avenir";
  }
}

@media (max-width: 768px) {
  .form-design .gform-theme--foundation .gform_fields {
    row-gap: 8px;
  }

  .form-design .gfield--input-type-name input,
  .form-design .gfield--input-type-email input {
    height: 35px !important;
  }

  .form-design .ginput_container.ginput_container_phone input {
    height: 35px !important;
  }

  .form-design
    label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    font-size: 15px;
    line-height: 20px;
  }

  .gfield_checkbox label {
    font-size: 17px !important;
  }

  .form-design .gform-footer.gform_footer.top_label {
    margin-top: 15px;
  }

  .form-design.mbl
    label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    font-size: 19px;
    line-height: 26px;
    padding-right: 10px;
  }

  .form-design.mbl .gfield_checkbox {
    gap: 14px !important;
  }
	
	.ff-faq-topic-header h3{
		font-size:20px;
		line-height:23px;
	}
}

.ginput_container.ginput_container_select select.gfield_select {
    box-shadow: unset !important;
}

.form-design .ginput_container.ginput_container_select select:focus[
	--gf-local-outline-color:unset !important;
	outline: unset !important;
]

input.gfield-choice-input, input#input_1_13_1 {
    border-radius: 4px !important;
}

.info-addr-inner {
    display: none !important;
}

@media (min-width:700px) and (max-width:768px){
	.hero-slide .row .left{
		width:55%;
	}
}

.c-g-form label.gfield_label.gform-field-label {
    padding-left: 10px;
}

.c-g-form .gform-theme--foundation .gform_fields {
    row-gap: 10px !important;
}

.Filter_section button.span-geo {
    display: none;
}


.asl-cont.asl-store-pg .asl-content-box .btn-box .btn-info {
    background-color: #d43734 !important;
    border: 1px solid #d43734 !important;
}

.asl-store-pg li.sl-store-info i.icon-clock {
    display: none;
}

.asl-store-pg li.sl-store-info .sl-timings.list-unstyled {
    display: none;
}

.asl-cont.asl-store-pg .asl-content-box .sl-address .sl-store-info:nth-child(3) {
    display: none;
}

.asl-cont .sl-container {
    max-width: 100%;
}

/**********========Single Store Location Detail=======*********/
.single-store-detail .asl-store-pg .asl-content-box .sl-store-title {
    color: #18181B;
    font-size: 32px;
    font-weight: bold;
    line-height: 52.8px;
	margin-bottom: 11px;
}

.single-store-detail .asl-store-pg .asl-content-box .bottom-line{
	display: none;
}

.single-store-detail .sl-store-info .flex {
    display: flex;
    gap: 6px;
    flex-direction: row;
    align-items: flex-start;
}

.single-store-detail h6.title-tag {
    letter-spacing: 0.6px;
    color: #A1A1AA;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
	margin-bottom: 4px;
}

.single-store-detail .asl-store-pg .asl-content-box .sl-address .sl-store-info {
    margin-bottom: 15px;
}

.asl-store-pg .asl-content-box .sl-address .sl-store-info .content-detail p {
    color: #18181B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.single-store-detail .sl-container>.sl-row {
    background: #fff;
    border-radius: 20px;
	overflow: hidden;
}

.single-store-detail .tag-group.fuel-group span.tag.fuel {
    background: #F4F4F5 !important;
    border-radius: 8px;
    padding: 8px 16px 8px 32px;
    display: flex;
    align-items: center;
    position: relative;
}

.single-store-detail .tag-group.fuel-group span.tag.fuel:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    left: 16px;
}

.single-store-detail .pol-lg-6.pol-md-12:first-child {
    display: flex;
    align-items: center;
    padding: 60px 40px 60px 60px;
}

.single-store-detail .tag.payment {
    background: #F4F4F5;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px !important;
    border-radius: 8px;
}

.tag-group.fuel-group .e10-unleaded-94:before {
    background: #DC2626;
}

.tag-group.fuel-group .unleaded-91:before {
    background: #A1A1AA;
}

.tag-group.fuel-group .hi-octane-98:before {
    background: #A1A1AA;
}

.tag-group.fuel-group .hi-flow-diesel:before {
    background: #A1A1AA;
}

.tag-group.fuel-group .ultra-high-flow-diesel:before {
    background: #3B82F6;
}

.tag-group.fuel-group .lpg-autogas:before {
    background: #3B82F6;
}

.tag-group.fuel-group .ev-charging:before {
    background: #4caf50;
}

.tag-group.fuel-group .premium-95:before{
	 background: #A1A1AA;
}


section.promotional-section {
    margin-top: 60px;
}

li.sl-store-info.energy {
    padding: 5px 0px;
}

.single-store-detail .asl-cont .asl-detail-map{
	    min-height: 790px;
	height: auto;
	margin-top: 0px;
}

.single-store-detail .asl-cont .pol-lg-6:last-child {
    padding-right: 0px;
}

/* TAG GROUP */
.tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

/* COMMON TAG */
.tag {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 16px;
	line-height:24px;
    background: #f1f1f1;
    font-weight: 500;
}

.content-detail p a {
    color: #181818 !important;
}

/* FUEL COLORS */
.tag.fuel {
    background: #eeeeee;
}

/* PAYMENT */
.tag.payment {
    background: #e8e8e8;
}

/* CHARGING */
.tag.charging {
    background: #e3f2fd;
}

/* OPTIONAL SPECIFIC STYLING */
.tag.fuel.diesel {
    background: #d7ccc8;
}

.tag.fuel.unleaded-91 {
    background: #c8e6c9;
}

.tag.fuel.hi-octane-98 {
    background: #ffe0b2;
}

/* AMENITIES */
.amenities-wrap {
    display: flex;
    gap: 20px;
    margin-top: 16px;
    flex-wrap: wrap;
}

li.sl-store-info.payment {
    padding-bottom: 5px;
}

.amenity {
    text-align: center;
}

.amenity .icon {
    width: 50px;
    height: 50px;
    background: #e53935;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
}

/* LABEL */
.amenity .label {
   font-size: 12px;
    line-height: 16px;
    color: #71717A;
    font-weight: 600;
    display: block;
}

.amenity span.icon:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
	    
}

.amenity.cafe span.icon:after {
    background: url(https://freedom.infobrandz.com/wp-content/uploads/2026/04/cafe.png);
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}

.amenity.barista-coffee span.icon:after {
    background: url(https://freedom.infobrandz.com/wp-content/uploads/2026/04/barista.png);
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}

.amenity.trailer-hire span.icon:after {
    background: url(https://freedom.infobrandz.com/wp-content/uploads/2026/04/Layer-1-3.png);
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}

.amenity.atm span.icon:after {
    background: url(https://freedom.infobrandz.com/wp-content/uploads/2026/04/atm.png);
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}

.amenity.toilets span.icon:after {
    background: url(https://freedom.infobrandz.com/wp-content/uploads/2026/04/restroom.png);
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}

.amenity.cafe span.icon:after {
    background: url(https://freedom.infobrandz.com/wp-content/uploads/2026/04/cafe.png);
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}

.amenity.cafe span.icon:after {
    background: url(https://freedom.infobrandz.com/wp-content/uploads/2026/04/cafe.png);
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}

.amenity.car-wash span.icon:after {
    background: url(https://freedom.infobrandz.com/wp-content/uploads/2026/04/car-wash.png);
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}

/* OPTIONAL ICON DIFFERENT COLORS */
.amenity .icon {
        background: #6d4c4100;
    position: relative;
}

.asl-store-pg .asl-content-box .btn-box {
    margin-top: 36px;
}

.btn-box .sl-row {
    width: 100%;
    gap: 16px;
    display: flex;
    margin-left: 0px;
}

.asl-store-pg .asl-content-box .btn-box {
    margin-top: 36px;
    display: block;
    position: relative;
}

.asl-store-pg .asl-content-box .btn-box .btn {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 32px !important;
    border-radius: 12px;
}

a.btn.btn-outline {
    border: 1px solid #E4E4E7;
    border-radius: 12px;
}

@media (max-width:767px){
	.single-store-detail .pol-lg-6.pol-md-12:first-child{
		padding: 40px
	}
}
body.page-id-984 #gform_wrapper_4 input,
body.page-id-984 #gform_wrapper_4 select,
body.page-id-984 #gform_wrapper_4 textarea,
body.page-id-984 #gform_wrapper_4 .gfield,
body.page-id-984 #gform_wrapper_4 .ginput_container,
body.page-id-984 #gform_wrapper_4 .gfield_label {
  transition: none !important;
  animation: none !important;
}

body.page-id-1974 textarea:focus,
body.page-id-1974 textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

