@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");
/*font-family: "JetBrains Mono", monospace;*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
/* font-family: "Space Grotesk", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
/* font-family: "Hanken Grotesk", sans-serif; */

* {
  box-sizing: border-box;
}

:root {
  --primary-color: #ff0000;
  /* --secondary-color: #E39A20; */
  --heading-color: #000000;
  --black-color: #0e0e0e;
  --paragraph-color: #8c8c8c;
  --bg-color: #f4f4f4;
  --white-color: #fff;
  --font-size: 1.2rem;
  --fonts-JetBrains: "JetBrains Mono", monospace;
  --fonts-SpaceGrotesk: "Space Grotesk", sans-serif;
  --fonts-HankenGrotesk: "Hanken Grotesk", sans-serif;
}

body {
  margin: 0px;
  font-family: "Hanken Grotesk", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*###### common css start ######*/
.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 1599px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.common-btn1 {
  position: relative;
  padding: 8px 20px;
}

.common-btn1::before {
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-15deg);
}

.common-btn1 span {
  position: relative;
  z-index: 1;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 600;
}

/*  */
.common-outline-btn1 {
  position: relative;
  padding: 8px 20px;
}

.common-outline-btn1::before {
  content: "";
  position: absolute;
  background-color: transparent;
  border: 1px solid var(--white-color);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-15deg);
}

.common-outline-btn1 span {
  position: relative;
  z-index: 1;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 600;
}

.common-title {
  position: relative;
  width: 100%;
}

.common-title h3 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 50px;
  font-weight: 600;
  font-family: var(--fonts-SpaceGrotesk);
  margin-bottom: 10px;
}

.common-title h3 span {
  position: relative;
  color: var(--primary-color);
}

/*####### common css end ########*/

/*#### Header css start #####*/
.header-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.45) 65%,
      rgba(0, 0, 0, 0.8) 100%);
  transition: background-color 0.25s ease;
}

.header-wrapper.is-sticky {
  position: fixed;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* The home banner reserves space for its side panel only before scrolling. */
.header-wrapper.home-page-header.is-sticky {
  width: 100%;
}

.header-wrapper.home-page-header {
  width: calc(100% - 450px);
}

.header-wrapper .navbar {
  position: relative;
}

.header-wrapper .navbar .navbar-nav {
  position: relative;
}

.header-wrapper .navbar .navbar-nav li {
  position: relative;
  padding: 0px 5px;
}

.header-wrapper .navbar .navbar-nav li a {
  position: relative;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--fonts-JetBrains);
  transition: all 0.5s;
}

.header-wrapper .navbar .navbar-nav li a:hover {
  color: var(--primary-color);
}

.header-wrapper .navbar .navbar-nav li.active a {
  color: var(--primary-color);
}

.header-wrapper .navbar .head-right-wrap {
  position: relative;
}

.header-wrapper .navbar .head-right-wrap ul {
  position: relative;
  margin-bottom: 0;
}

/*#### Header css end #####*/

/*##### Banner video css start #####*/
.racing-banner-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.racing-banner-wrapper .racing-banner-left {
  position: relative;
  width: calc(100% - 450px);
}

.racing-banner-wrapper .bnr-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.racing-banner-wrapper .bnr-video-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  z-index: 1;
}

.racing-banner-wrapper .bnr-video-wrap video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -6px;
}

.racing-banner-wrapper .racing-banner-right {
  position: relative;
  width: 450px;
  padding-left: 10px;
}

.racing-banner-right .banner-sld-items {
  position: relative;
  width: 100%;
}

.racing-banner-right .banner-sld-items>img {
  position: relative;
  width: 100%;
}

.racing-banner-right .banner-sld-items .bnr-sld-content {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.7);
}

.racing-banner-right .banner-sld-items .bnr-sld-content h3 {
  position: relative;
  color: #e2e2e2;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  z-index: 1;
}

.racing-banner-right .banner-sld-items .bnr-sld-content::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: var(--primary-color);
}

.racing-banner-right .banner-sld-items .bnr-sld-content::after {
  content: "";
  position: absolute;
  top: 0px;
  right: calc(50% - 15px);
  width: 30px;
  height: 100%;
  background-color: var(--primary-color);
  transform: skewX(-18deg);
}

.bnr-video-wrap .video-content-wrapper {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 2;
}

.bnr-video-wrap .video-content-wrapper .video-content {
  position: relative;
  width: 100%;
}

.bnr-video-wrap .video-content-wrapper .video-content h1 {
  position: relative;
  width: 100%;
  color: var(--white-color);
  font-size: 80px;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.bnr-video-wrap .video-content-wrapper .video-content h1 strong {
  position: relative;
  color: var(--primary-color);
}

.bnr-video-wrap .video-content-wrapper .video-content p {
  position: relative;
  width: 100%;
  color: #c6c6c7;
  font-size: 16px;
  margin-bottom: 10px;
}

.bnr-video-wrap .video-content-wrapper .video-right-btn {
  position: relative;
  width: 100%;
}

.bnr-video-wrap .video-content-wrapper .video-right-btn ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 10px 10px;
}

.bnr-video-wrap .video-content-wrapper .video-right-btn .speed-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bnr-video-wrap .video-content-wrapper .video-right-btn .speed-wrap .speed-list {
  position: relative;
  width: auto;
  padding: 0px 20px;
  border-right: 1px solid #ff0000;
}

.bnr-video-wrap .video-content-wrapper .video-right-btn .speed-wrap .speed-list:first-child {
  padding-left: 0;
}

.bnr-video-wrap .video-content-wrapper .video-right-btn .speed-wrap .speed-list:last-child {
  border-right: 0;
}

.bnr-video-wrap .video-content-wrapper .video-right-btn .speed-wrap .speed-list h5 {
  position: relative;
  width: 100%;
  color: var(--white-color);
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.bnr-video-wrap .video-content-wrapper .video-right-btn .speed-wrap .speed-list h4 {
  position: relative;
  width: 100%;
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

/*##### Banner video css end #####*/

/*##### category section css start #####*/
.category-wrapper {
  position: relative;
  width: 100%;
  padding: 20px 0px;
  padding-top: 0;
}

.category-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  border: 1px solid #e5e5e5;
  transition: all 0.5s;
}

.category-list .cat-title {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.category-list .cat-title h4 {
  position: relative;
  width: 100%;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--fonts-JetBrains);
  margin-bottom: 5px;
}

.category-list .cat-title h3 {
  position: relative;
  width: 100%;
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}

.category-list .cat-img {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
  margin-bottom: 15px;
}

.category-list .cat-shop-btn-wrap {
  /* position: relative; */
  width: 100%;
}

.category-list .cat-shop-btn-wrap .cat-shop-btn {
  position: absolute;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--fonts-JetBrains);
  bottom: 20px;
  left: 30px;
}

.category-list .cat-shop-btn-wrap .cat-shop-btn img {
  position: relative;
  margin-left: 5px;
}

.category-list .middle-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #f5f5f5;
  font-size: 110px;
  font-weight: 600;
  text-align: center;
  transition: all 0.5s;
}

.category-list:hover {
  background-color: #f5f5f5;
}

.category-list:hover .middle-text {
  color: var(--white-color);
}

/*##### category section css end #####*/

/*######## About us section css start ########*/
.about-wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 40px 0 30px;
}

.about-wrapper .about-top {
  margin-bottom: 60px;
}

.about-wrapper .about-image {
  position: relative;
  width: 100%;
  transform: skewX(-10deg);
  overflow: hidden;
}

.about-wrapper .about-image img {
  width: 100%;
  display: block;
  transform: skewX(10deg) scale(1.2);
}

.about-wrapper .about-content {
  position: relative;
  width: 100%;
  padding-left: 25px;
}

.about-wrapper .about-content h2 {
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  color: var(--heading-color);
  font-family: var(--fonts-SpaceGrotesk);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-wrapper .about-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #575757;
  margin-bottom: 15px;
}

.about-wrapper .about-counter-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.about-wrapper .about-counter-circle {
  width: 120px;
  height: 120px;
  min-width: 120px;
  /* border: 3px solid #ef1c24; */
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/about-counter-circle-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about-wrapper .about-counter-circle span {
  font-size: 28px;
  font-weight: 800;
  color: #000000;
  position: relative;
  z-index: 1;
}

.about-wrapper .about-counter-content {
  position: relative;
  width: calc(100% - 140px);
}

.about-wrapper .about-counter-content h4 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: var(--fonts-SpaceGrotesk);
}

.about-wrapper .about-counter-content p {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #8c8c8c;
  margin: 0;
}

@media (max-width: 991px) {
  .about-wrapper .about-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .about-wrapper .about-counter-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-wrapper {
    padding: 50px 0;
  }

  .about-wrapper .about-content h2 {
    font-size: 38px;
  }

  .about-wrapper .about-counter-item {
    flex-direction: column;
    text-align: center;
  }

  .about-wrapper .about-counter-content p {
    max-width: 100%;
  }
}

/*######## About us section css end ########*/

/*###### performance section css start #######*/
.performance-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0px;
}

.performance-nav {
  position: relative;
  width: 100%;
  justify-content: center;
  border: 0;
}

.performance-nav li {
  position: relative;
  padding: 0px 6px;
}

.performance-nav li .nav-link {
  position: relative;
  color: #777777;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 30px;
  border: 0;
  transition: all 0.5s;
}

.performance-nav li .nav-link.active {
  background-color: #ff0000;
  border: 0;
  color: var(--white-color);
}

.performance-nav li .nav-link:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/*###### performance section css end #######*/

/*###### Products css start ######*/
.product-wrap {
  position: relative;
  width: 100%;
}

.product-wrap .product-img {
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  overflow: hidden;
}

.product-wrap .product-img .tag {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: var(--primary-color);
  padding: 8px 10px;
  color: var(--white-color);
  font-size: 16px;
  text-transform: uppercase;
}

.product-wrap .product-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}

.product-wrap .product-content {
  position: relative;
  width: 100%;
}

.product-wrap .product-content h3 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-content p {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-wrap .product-content .engine-weight-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}

.product-wrap .product-content .engine-weight-wrap .engine-wrap {
  position: relative;
  width: calc(50% - 10px);
  padding: 10px 10px;
  border: 1px solid #e5e5e5;
}

.product-wrap .product-content .engine-weight-wrap .weight-wrap {
  position: relative;
  width: calc(50% - 10px);
  padding: 10px 10px;
  border: 1px solid #e5e5e5;
}

.product-wrap .product-content .engine-weight-wrap .engine-wrap h6,
.product-wrap .product-content .engine-weight-wrap .weight-wrap h6 {
  position: relative;
  width: 100%;
  color: #797474;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.product-wrap .product-content .engine-weight-wrap .engine-wrap h5,
.product-wrap .product-content .engine-weight-wrap .weight-wrap h5 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.product-wrap .product-content .inquire-button-wrap {
  position: relative;
  width: 100%;
}

.product-wrap .product-content .inquire-button-wrap .inquire-button {
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--heading-color);
  font-family: var(--fonts-JetBrains);
  text-align: center;
  transition: all 0.5s;
}

.product-wrap:hover .product-img img {
  transform: scale(1.1);
}

.product-wrap:hover .product-content .inquire-button {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/*###### Products css end ######*/

/*#### racing-middle banner section css start ######*/
.racing-middle-banner-wrapper {
  position: relative;
  width: 100%;
  background-color: var(--white-color);
  padding-top: 40px;
}

.racing-middle-banner-wrapper img {
  position: relative;
  width: 100%;
}

/*#### racing-middle banner section css end ######*/

/*###### sponsorship integration section css start ####*/
.sponsorship-integration-wrapper {
  position: relative;
  width: 100%;
  padding: 70px 0;
  background: #fff;
}

.sponsorship-integration-wrapper .sponsorship-image img {
  width: 100%;
  display: block;
}

.sponsorship-integration-wrapper .sponsorship-content {
  max-width: 100%;
  padding-left: 20px;
}

.sponsorship-integration-wrapper .sponsorship-content h2 {
  font-size: 56px;
  line-height: 0.95;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

.sponsorship-integration-wrapper .sponsorship-feature-list {
  margin-bottom: 25px;
}

.sponsorship-integration-wrapper .sponsorship-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.sponsorship-integration-wrapper .feature-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #ef1d24;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsorship-integration-wrapper .feature-content h4 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
}

.sponsorship-integration-wrapper .feature-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #383838;
  max-width: 80%;
}

.sponsorship-integration-wrapper .sponsorship-btn {
  display: inline-block;
  background: #ef1d24;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 28px;
  line-height: 1;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.sponsorship-integration-wrapper .sponsorship-btn:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .sponsorship-integration-wrapper .sponsorship-content {
    padding-left: 0;
    margin-top: 30px;
    max-width: 100%;
  }

  .sponsorship-integration-wrapper .sponsorship-content h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .sponsorship-integration-wrapper {
    padding: 50px 0;
  }

  .sponsorship-integration-wrapper .sponsorship-content h2 {
    font-size: 32px;
  }

  .sponsorship-integration-wrapper .sponsorship-feature-item {
    gap: 12px;
  }
}

/*###### sponsorship integration section css end ####*/

/*###### logistics supply section css start ######*/
.logistics-supply-wrapper {
  padding: 80px 0;
  background-image: url(../images/logistics-supply-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0e0e0e;
}

.logistics-supply-wrapper .logistics-supply-content {
  color: #fff;
}

.logistics-supply-wrapper .logistics-supply-content h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 0.95;
  margin-bottom: 15px;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
}

.logistics-supply-wrapper .logistics-supply-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #c6c6c7;
  margin-bottom: 22px;
  max-width: 450px;
}

.logistics-supply-wrapper .logistics-form-box {
  background: #ff1200;
  padding: 28px 28px 30px;
  color: #fff;
}

.logistics-supply-wrapper .logistics-subtitle {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: var(--fonts-JetBrains);
}

.logistics-supply-wrapper .logistics-form-box h3 {
  font-size: 35px;
  line-height: 0.95;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: var(--fonts-SpaceGrotesk);
}

.logistics-supply-wrapper .logistics-form-box p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ffc3c3;
}

.logistics-supply-wrapper .logistics-form-box input,
.logistics-supply-wrapper .logistics-form-box textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffcdcd;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
}

.logistics-supply-wrapper .logistics-form-box input::placeholder,
.logistics-supply-wrapper .logistics-form-box textarea::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.logistics-supply-wrapper .logistics-submit-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 26px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  transition: all 0.3s ease;
}

.logistics-supply-wrapper .logistics-submit-btn:hover {
  background: #fff;
  color: #ff1200;
}

@media (max-width: 991px) {
  .logistics-supply-wrapper .logistics-supply-content-wrap {
    position: static;
    padding: 30px 15px 0;
  }

  .logistics-supply-wrapper .logistics-supply-image img {
    min-height: auto;
  }

  .logistics-supply-wrapper .logistics-supply-content {
    margin-bottom: 30px;
  }

  .logistics-supply-wrapper .logistics-form-box {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .logistics-supply-wrapper .logistics-supply-content h2 {
    font-size: 36px;
  }

  .logistics-supply-wrapper .logistics-form-box h3 {
    font-size: 28px;
  }

  .logistics-supply-wrapper .logistics-form-box {
    padding: 25px 20px;
  }
}

/*##### logistics supply section css end #######*/

/*##### Racing Programs css start ######*/
.racing-programs-wrapper {
  padding: 60px 0;
  background: #fff;
  overflow: hidden;
}

.racing-programs-wrapper .racing-programs-content h3 {
  font-size: 50px;
  line-height: 0.95;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 22px;
  letter-spacing: -0.5px;
}

.racing-programs-wrapper .racing-programs-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #575757;
  margin-bottom: 18px;
}

.racing-programs-wrapper .racing-programs-image {
  text-align: right;
}

.racing-programs-wrapper .racing-programs-image img {
  width: 100%;
  display: block;
  margin-left: auto;
}

@media (max-width: 991px) {
  .racing-programs-wrapper {
    padding: 70px 0;
  }

  .racing-programs-wrapper .racing-programs-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .racing-programs-wrapper .racing-programs-content h2 {
    font-size: 48px;
  }

  .racing-programs-wrapper .racing-programs-image {
    text-align: center;
  }

  .racing-programs-wrapper .racing-programs-image img {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .racing-programs-wrapper {
    padding: 50px 0;
  }

  .racing-programs-wrapper .racing-programs-content h2 {
    font-size: 34px;
  }

  .racing-programs-wrapper .racing-programs-content p {
    font-size: 14px;
  }
}

/*##### Racing Programs css end ######*/

/*##### training-ground section css start #######*/
.training-ground-wrapper {
  position: relative;
  width: 100%;
  padding: 200px 0px;
  /* background-image: url(../images/training-ground-section-bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.training-ground-wrapper .training-ground-content {
  position: relative;
  width: 100%;
}

.training-ground-wrapper .training-ground-content h3 {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  margin-bottom: 25px;
}

/*##### training-ground section css end #######*/

/*### technical-consultation css start ####*/
.technical-consultation-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/technical-consultation-section-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 40%;
}

.technical-consultation-wrap .common-title p {
  position: relative;
  color: var(--paragraph-color);
  font-size: 16px;
  margin-bottom: 10px;
}

.technical-consultation-wrap .technical-consultation-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.technical-consultation-wrap .technical-consultation-list .icon {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ffc0c04a;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.technical-consultation-wrap .technical-consultation-list .content {
  position: relative;
  width: calc(100% - 40px);
  padding-left: 10px;
}

.technical-consultation-wrap .technical-consultation-list .content h4 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.technical-consultation-wrap .technical-consultation-list .content p {
  position: relative;
  width: 100%;
  color: var(--heading-color);
  font-size: 14px;
  margin-bottom: 5px;
}

.technical-consultation-form-wrap {
  position: relative;
  width: 100%;
  background-color: #0e0e0e;
  padding: 40px 40px;
}

.technical-consultation-form-wrap .form-group {
  position: relative;
  width: 100%;
}

.technical-consultation-form-wrap .form-group label {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
}

.technical-consultation-form-wrap .form-group .form-control,
.technical-consultation-form-wrap .form-group .form-select {
  position: relative;
  width: 100%;
  background-color: var(--black-color);
  color: var(--white-color);
  border: 1px solid #353535;
  border-radius: 0;
  padding: 10px 10px;
  font-size: 16px;
}

.technical-consultation-form-wrap .form-group .form-control:focus,
.technical-consultation-form-wrap .form-group .form-select:focus {
  outline: none;
  box-shadow: none;
}

.technical-consultation-form-wrap .form-group .form-control::placeholder {
  color: #c0aeae;
}

.technical-consultation-form-wrap .form-group .form-select {
  color: var(--white-color);
}

.technical-consultation-form-wrap .form-group .submit-btn {
  position: relative;
  width: 100%;
  background-color: #fc0000;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  border: 0;
}

/*### technical-consultation css end ####*/

/*#### Footer css start ######*/
.footer-wrapper {
  position: relative;
  width: 100%;
  background-color: #0e0e0e;
  padding-top: 50px;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}

.footer-inner-wrap .footer-logo {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #f8dcdc;
  font-size: 15px;
}

.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--fonts-SpaceGrotesk);
  margin-bottom: 20px;
}

.footer-inner-wrap .footer-nav {
  position: relative;
  width: 100%;
}

.footer-inner-wrap .footer-nav ul {
  position: relative;
  width: 100%;
}

.footer-inner-wrap .footer-nav ul li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
}

.footer-inner-wrap .footer-nav ul li a {
  color: #f8dcdc;
  font-size: 15px;
}

.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 20px;
}

.footer-inner-wrap .contact-det-list .icon {
  position: relative;
  width: 30px;
  color: var(--primary-color);
  background-color: transparent;
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-inner-wrap .contact-det-list .content {
  position: relative;
  width: calc(100% - 35px);
  padding-left: 5px;
}

.footer-inner-wrap .contact-det-list .content p {
  color: #f8dcdc;
}

/*####*/
.footer-newsletter-wrap {
  position: relative;
  width: 100%;
}

.footer-newsletter-wrap h5 {
  position: relative;
  width: 100%;
  color: #b2b2b2;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-newsletter-frm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.footer-newsletter-frm .input-text {
  position: relative;
  width: 100%;
}

.footer-newsletter-frm .input-text .form-control {
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 0px 0px 0px 0px;
  background-color: #373737;
  border: 1px solid #373737;
  color: #fff;
  height: 55px;
}

.footer-newsletter-frm .input-text .form-control:focus {
  outline: none;
  box-shadow: none;
}

.footer-newsletter-frm .input-text .form-control::placeholder {
  color: #fff;
}

.footer-newsletter-frm .submit {
  position: absolute;
  width: 100px;
  right: 5px;
  bottom: 5px;
}

.footer-newsletter-frm .submit .btn {
  position: relative;
  width: 100%;
  color: var(--white-color);
  height: 44px;
  padding: 0;
  font-size: 16px;
  border-radius: 0px;
  background-color: var(--primary-color);
  text-transform: uppercase;
  font-family: var(--fonts-SpaceGrotesk);
  font-weight: 600;
}

/*####### Footer social css start ####*/
.footer-social ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}

.footer-social ul li {
  position: relative;
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-flex;
}

.footer-social ul li a {
  color: #ffffff;
  font-size: 16px;
  transition: 0.5s;
  width: 40px;
  height: 40px;
  border: 1px solid #27272a;
  background-color: #27272a;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.5s;
}

.footer-social ul li a:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

/*#### Footer social css start #####*/

.footer-copyright {
  position: relative;
  width: 100%;
  border-top: 1px solid #272727;
  padding: 15px 0px;
}

.footer-copyright .copyright-text {
  position: relative;
  width: 100%;
}

.footer-copyright .copyright-text p {
  position: relative;
  width: 100%;
  color: #f8dcdc;
  font-size: 14px;
  margin-bottom: 0;
}

/*#### Footer css end ######*/

/*#### inner-banner css start #####*/
.inner-banner-wrapper {
  position: relative;
  width: 100%;
}

.inner-banner-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.inner-banner-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.73) 0%,
      rgba(0, 0, 0, 0.2) 30%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.inner-banner-wrapper img {
  position: relative;
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: bottom right;
  z-index: 1;
}

.inner-banner-wrapper .inner-banner-content {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.inner-banner-wrapper .inner-banner-content h1 {
  position: relative;
  color: var(--white-color);
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-breadcrumb {
  position: relative;
  width: 100%;
}

.banner-breadcrumb .breadcrumb {
  position: relative;
  margin-bottom: 0;
}

.banner-breadcrumb .breadcrumb li {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
}

.banner-breadcrumb .breadcrumb li a {
  position: relative;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}

.banner-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\f111";
  font-family: "fontawesome";
  font-size: 7px;
  margin-top: 7px;
  color: var(--primary-color);
}

.common-gap {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h2 {
  position: relative;
  width: 100%;
  color: var(--black-color);
  font-size: 35px;
  margin-bottom: 25px;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: var(--heading-color);
  font-size: 30px;
  margin-bottom: 15px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h5 {
  position: relative;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: var(--paragraph-color);
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 10px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.cms-content ul li {
  position: relative;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: var(--paragraph-color);
  margin-bottom: 8px;
}

.cms-content ul li:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 4px;
  color: var(--primary-color);
}

/*#### inner-banner css end #####*/

/*#### Contact us css start ######*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.contact-form-wrap {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  border-radius: 15px;
  background-color: #0e0e0e;
  box-shadow: 2px 5px 15px #c1c1c1;
}

.contact-form-wrap .title {
  position: relative;
  width: 100%;
}

.contact-form-wrap .title h3 {
  position: relative;
  width: 100%;
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}

.contact-form-wrap .title p {
  position: relative;
  width: 100%;
  color: #fff;
}

.contact-form-wrap .form-group {
  position: relative;
  width: 100%;
}

.contact-form-wrap .form-group label {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-form-wrap .form-group .form-control {
  position: relative;
  width: 100%;
  background-color: var(--black-color);
  color: var(--white-color);
  border: 1px solid #353535;
  padding: 12px 12px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  border-radius: 0;
}

.contact-form-wrap .form-group .form-control::placeholder {
  color: var(--white-color);
}

.contact-form-wrap .form-group .form-control:focus {
  outline: none;
  border: 1px solid #676a6e;
}

.contact-form-wrap .submit-btn {
  position: relative;
  width: 100%;
  background-color: #fc0000;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  border: 0;
  border-radius: 0;
}

/*#### Contact us css end ######*/

/*#### Shop page css start #####*/
.shop-page-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.shop-page-wrapper .left-sidebar {
  flex: 0 0 300px;
  max-width: 300px;
  position: sticky;
  left: 0;
  top: 0;
  height: -moz-max-content;
  height: max-content;
}

.shop-page-wrapper .shop-product-body {
  position: relative;
  flex: 0 0 calc(100% - 300px);
  max-width: -ms-calc(100% - 300px);
  max-width: calc(100% - 300px);
}

.left-sidebar .cat-main-title {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.left-sidebar .cat-main-title h3 {
  position: relative;
  width: 100%;
  color: #1e1e1e;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.left-sidebar .cat-menu-wrap {
  position: relative;
  width: 100%;
}

.left-sidebar .cat-menu-wrap ul {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.left-sidebar .cat-menu-wrap ul li {
  position: relative;
  padding: 5px 0px;
}

.left-sidebar .cat-menu-wrap ul li a {
  position: relative;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s;
}

.left-sidebar .cat-menu-wrap ul li a::before {
  content: "\f105";
  font-family: "fontawesome";
  margin-right: 10px;
  font-size: 14px;
  opacity: 1;
  transition: all 0.5s;
}

.sidebar-inner-wrap {
  position: relative;
  width: 100%;
  background-color: #f4f4f4;
  padding: 30px 15px;
  box-shadow: 3px 5px 18px 4px rgb(100 100 100 / 15%);
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

/*#### Shop page css end #####*/

/*#### Shop details page css start #####*/
.shop-details-wrapper {
  position: relative;
  width: 100%;
  padding: 70px 0px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  overflow: hidden;
}

.shop-details-wrapper::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 80px;
  width: 360px;
  height: 130px;
  background-color: rgba(255, 0, 0, 0.06);
  transform: skewX(-18deg);
  pointer-events: none;
}

.shop-details-image {
  position: relative;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background-color: #f2f2f2;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.shop-details-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.shop-details-image:hover img {
  transform: scale(1.04);
}

.shop-details-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 9px 14px;
  color: var(--white-color);
  background-color: var(--primary-color);
  font-family: var(--fonts-JetBrains);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-details-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 8px 0 0;
}

.shop-details-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--primary-color);
  font-family: var(--fonts-JetBrains);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-details-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background-color: var(--primary-color);
}

.shop-details-content h2 {
  margin: 0 0 18px;
  color: var(--heading-color);
  font-family: var(--fonts-SpaceGrotesk);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.shop-details-content p {
  margin: 0 0 26px;
  color: #575757;
  font-size: 17px;
  line-height: 1.7;
}

.shop-details-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.shop-details-spec {
  min-height: 92px;
  padding: 18px 18px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

.shop-details-spec span {
  display: block;
  margin-bottom: 8px;
  color: #797474;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-details-spec strong {
  display: block;
  color: var(--heading-color);
  font-family: var(--fonts-SpaceGrotesk);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.shop-details-list {
  margin: 0 0 28px;
}

.shop-details-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  color: #333333;
  font-size: 16px;
  line-height: 1.55;
}

.shop-details-list li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--primary-color);
  font-family: "fontawesome";
  font-size: 14px;
}

.shop-details-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.shop-details-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--heading-color);
  font-family: var(--fonts-JetBrains);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.shop-details-link:hover {
  color: var(--primary-color);
}

.shop-details-inquiry {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  padding: 34px;
  border: 1px solid #e5e5e5;
  background-color: #0e0e0e;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.shop-inquiry-copy {
  height: 100%;
  padding: 12px 12px 12px 0;
}

.shop-inquiry-copy h3 {
  margin: 0 0 16px;
  color: var(--white-color);
  font-family: var(--fonts-SpaceGrotesk);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.shop-inquiry-copy p {
  margin: 0 0 24px;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.7;
}

.shop-inquiry-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.shop-inquiry-note i {
  color: var(--primary-color);
  font-size: 22px;
  line-height: 1.2;
}

.shop-inquiry-note span {
  font-size: 15px;
  line-height: 1.55;
}

.shop-inquiry-form {
  height: 100%;
  padding: 28px;
  background-color: #ffffff;
}

.shop-inquiry-form .form-group label {
  display: block;
  margin-bottom: 7px;
  color: var(--heading-color);
  font-size: 15px;
  font-weight: 700;
}

.shop-inquiry-form .form-control,
.shop-inquiry-form .form-select {
  min-height: 52px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: var(--heading-color);
  background-color: #ffffff;
  box-shadow: none;
  font-size: 15px;
  padding: 12px 14px;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.shop-inquiry-form .form-control:focus,
.shop-inquiry-form .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.1);
}

.shop-inquiry-form textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.shop-inquiry-submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 0;
  color: var(--white-color);
  background-color: var(--primary-color);
  font-family: var(--fonts-JetBrains);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.shop-inquiry-submit:hover,
.shop-inquiry-submit:focus {
  color: var(--white-color);
  background-color: #b90000;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .shop-details-wrapper {
    padding: 55px 0px;
  }

  .shop-details-image,
  .shop-details-image img {
    min-height: 420px;
  }

  .shop-details-content h2 {
    font-size: 42px;
  }

  .shop-details-inquiry {
    padding: 26px;
  }

  .shop-inquiry-copy {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .shop-details-wrapper {
    padding: 45px 0px;
  }

  .shop-details-wrapper::before {
    display: none;
  }

  .shop-details-image,
  .shop-details-image img {
    min-height: 320px;
  }

  .shop-details-content h2 {
    font-size: 22px;
  }

  .shop-details-content p {
    font-size: 14px;
  }

  .shop-details-spec strong {
    font-size: 16px;
  }

  .shop-details-spec span {
    font-size: 12px;
  }

  .shop-details-specs {
    grid-template-columns: 1fr;
  }

  .shop-details-actions,
  .shop-details-actions .common-btn1 {
    width: 100%;
  }

  .shop-details-actions .common-btn1 {
    text-align: center;
  }

  .shop-details-inquiry {
    margin-top: 42px;
    padding: 20px;
  }

  .shop-inquiry-copy h3 {
    font-size: 28px;
  }

  .shop-inquiry-form {
    padding: 20px;
  }
}

/*#### Shop details page css end #####*/

/*#### technical infrastructure page css start #####*/
.rider-talent-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
  overflow: hidden;
}

.rider-talent-wrapper::before {
  content: "";
  position: absolute;
  right: -90px;
  top: 30px;
  width: 260px;
  height: 260px;
  border: 34px solid rgba(255, 0, 0, 0.08);
  transform: skewX(-15deg);
}

.rider-talent-panel {
  position: relative;
  width: 100%;
  padding: 36px;
  background:
    linear-gradient(135deg,
      rgba(255, 0, 0, 0.92) 0%,
      rgba(255, 0, 0, 0.92) 20%,
      transparent 20.2%),
    linear-gradient(135deg, #0e0e0e 0%, #171717 58%, #262626 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.rider-talent-panel::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.45;
}

.rider-talent-intro,
.rider-talent-grid {
  position: relative;
  z-index: 1;
}

.rider-talent-intro .section-kicker {
  position: relative;
  display: inline-block;
  color: var(--white-color);
  font-size: 13px;
  font-weight: 700;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 7px 12px;
  margin-bottom: 18px;
  background-color: rgba(255, 255, 255, 0.12);
}

.rider-talent-intro .common-title h3 {
  color: var(--white-color);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 18px;
}

.rider-talent-intro p {
  position: relative;
  color: #d7d7d7;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 560px;
}

.rider-talent-meta {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.rider-talent-meta div {
  position: relative;
  padding: 14px 12px;
  background-color: rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--primary-color);
}

.rider-talent-meta strong,
.rider-talent-meta span {
  display: block;
  color: var(--white-color);
}

.rider-talent-meta strong {
  font-family: var(--fonts-SpaceGrotesk);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.rider-talent-meta span {
  color: #bfbfbf;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 5px;
}

.rider-talent-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding-left: 28px;
}

.rider-talent-card {
  position: relative;
  min-height: auto;
  padding: 18px 20px 18px 72px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 3px solid var(--primary-color);
  overflow: hidden;
  transition: all 0.35s ease;
}

.rider-talent-card::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 28px;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border: 3px solid #151515;
  transform: rotate(45deg);
}

.rider-talent-card:hover {
  transform: translateX(6px);
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0px 16px 34px rgba(0, 0, 0, 0.22);
}

.rider-talent-card .icon {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 16px;
  background-color: var(--primary-color);
  transform: skewX(-12deg);
}

.rider-talent-card .icon i {
  transform: skewX(12deg);
}

.rider-talent-card h4 {
  position: relative;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.rider-talent-card p {
  position: relative;
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
}

.racing-packages-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background:
    linear-gradient(135deg, rgba(255, 0, 0, 0.12) 0%, transparent 32%),
    linear-gradient(135deg, #080808 0%, #151515 54%, #242424 100%);
  overflow: hidden;
}

.racing-packages-wrapper::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: 42px;
  width: 260px;
  height: 86px;
  background-color: rgba(255, 0, 0, 0.08);
  transform: skewX(-18deg);
}

.racing-packages-wrapper .section-kicker {
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 800;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.racing-packages-wrapper .common-title h3 {
  color: var(--white-color);
  text-transform: uppercase;
}

.racing-packages-lead {
  position: relative;
  color: #d2d2d2;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 0;
}

.racing-package-showcase {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  z-index: 1;
}

.racing-package-card {
  position: relative;
  min-height: 255px;
  padding: 82px 22px 24px;
  background: linear-gradient(145deg, #171717 0%, #232323 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 0;
  border-bottom: 0;
  box-shadow: inset 6px 0 0 var(--primary-color);
  overflow: hidden;
  transition: all 0.35s ease;
}

/* .racing-package-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 48px;
    background:
        linear-gradient(90deg, #050505 0%, #050505 calc(100% - 72px), var(--primary-color) calc(100% - 72px), var(--primary-color) 100%);
} */

.racing-package-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 48px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0.18) 50%,
      transparent 50%);
  background-size: 12px 1px;
}

.racing-package-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 0, 0.35);
  box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.32);
}

.package-tag {
  position: absolute;
  left: 22px;
  top: 15px;
  color: var(--white-color);
  font-size: 12px;
  font-weight: 800;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
  padding: 0;
  background-color: transparent;
  z-index: 2;
}

.package-icon {
  position: absolute;
  right: 16px;
  top: 63px;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 20px;
  background-color: var(--primary-color);
  transform: skewX(-12deg);
  z-index: 1;
}

.package-icon i {
  transform: skewX(12deg);
}

.racing-package-card h4 {
  position: relative;
  color: var(--white-color);
  font-size: 21px;
  font-weight: 700;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  margin-bottom: 12px;
  z-index: 1;
  padding-right: 54px;
}

.racing-package-card p {
  position: relative;
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
  z-index: 1;
}

.racing-contact-wrapper {
  position: relative;
  width: 100%;
  /* padding: 70px 0px; */
  /* background:
        linear-gradient(180deg, #151515 0%, #0e0e0e 52%, #f4f4f4 52%, #f4f4f4 100%); */
  overflow: hidden;
}

.racing-contact-wrapper::before {
  content: "";
  position: absolute;
  left: 7%;
  top: 28px;
  width: 190px;
  height: 64px;
  border: 12px solid rgba(255, 255, 255, 0.05);
  transform: skewX(-18deg);
}

/* .racing-contact-wrapper::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 36px;
    width: 220px;
    height: 72px;
    background-color: rgba(255, 0, 0, 0.08);
    transform: skewX(-18deg);
} */

.racing-contact-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 42px;
  /* background: */
  /* linear-gradient(135deg, rgba(255, 0, 0, 0.9) 0%, rgba(255, 0, 0, 0.9) 16%, transparent 16.2%), */
  /* linear-gradient(135deg, #070707 0%, #151515 56%, #242424 100%); */
  border: 1px solid rgba(255, 255, 255, 0.13);
  /* box-shadow: 0px 26px 70px rgba(0, 0, 0, 0.28); */
  overflow: hidden;
}

.racing-contact-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.26;
  pointer-events: none;
}

.racing-contact-content,
.racing-contact-form-wrap {
  position: relative;
  z-index: 1;
}

.racing-contact-content .section-kicker {
  position: relative;
  display: inline-block;
  color: var(--white-color);
  font-size: 13px;
  font-weight: 800;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
  padding: 7px 12px;
  margin-bottom: 18px;
  background-color: rgba(255, 255, 255, 0.12);
}

.racing-contact-content .common-title h3 {
  color: var(--white-color);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 18px;
}

.racing-contact-content .common-title h3 span {
  color: var(--primary-color);
}

.racing-contact-content p {
  color: #d2d2d2;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 26px;
  max-width: 520px;
}

.racing-contact-points {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.racing-contact-points div {
  position: relative;
  min-height: 102px;
  padding: 16px 12px;
  background-color: rgba(255, 255, 255, 0.08);
  border-top: 3px solid var(--primary-color);
}

.racing-contact-points span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  background-color: var(--primary-color);
  transform: skewX(-12deg);
  margin-bottom: 12px;
}

.racing-contact-points span i {
  transform: skewX(12deg);
}

.racing-contact-points strong {
  display: block;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--fonts-SpaceGrotesk);
  line-height: 1.25;
  text-transform: uppercase;
}

.racing-contact-form-wrap {
  --form-line: rgba(255, 255, 255, 0.12);
  --form-field: #101010;
  width: 100%;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 0, 0, 0.24) 0%, rgba(255, 0, 0, 0) 32%),
    linear-gradient(145deg, #080808 0%, #121212 55%, #1c1c1c 100%);
  border: 1px solid var(--form-line);
  border-bottom: 4px solid var(--primary-color);
  box-shadow:
    0px 24px 60px rgba(0, 0, 0, 0.34),
    inset 5px 0 0 var(--primary-color);
  overflow: hidden;
}

.racing-contact-form-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.42;
  pointer-events: none;
}

.racing-contact-form-wrap::after {
  content: "52";
  position: absolute;
  right: 18px;
  top: -24px;
  color: rgba(255, 255, 255, 0.035);
  font-size: 112px;
  font-weight: 800;
  font-family: var(--fonts-SpaceGrotesk);
  line-height: 1;
  pointer-events: none;
}

.racing-contact-form-wrap form {
  position: relative;
  z-index: 1;
}

.racing-contact-form-wrap .form-group {
  position: relative;
  width: 100%;
}

.racing-contact-form-wrap .form-group label {
  width: 100%;
  color: var(--white-color);
  font-size: 13px;
  font-weight: 700;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.racing-contact-form-wrap .form-control,
.racing-contact-form-wrap .form-select {
  width: 100%;
  min-height: 56px;
  color: var(--white-color);
  background-color: var(--form-field);
  border: 1px solid #343434;
  border-radius: 0;
  padding: 14px 16px;
  font-size: 15px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.racing-contact-form-wrap textarea.form-control {
  min-height: 132px;
  resize: vertical;
}

.racing-contact-form-wrap .form-control:focus,
.racing-contact-form-wrap .form-select:focus {
  color: var(--white-color);
  background-color: #151515;
  border-color: var(--primary-color);
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 0, 0, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.racing-contact-form-wrap .form-control::placeholder {
  color: #9c9c9c;
}

.racing-contact-form-wrap .form-select {
  color: var(--white-color);
  cursor: pointer;
}

.racing-contact-form-wrap .form-select option {
  color: var(--white-color);
  background-color: #101010;
}

.racing-contact-submit {
  position: relative;
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white-color);
  background: linear-gradient(135deg, var(--primary-color) 0%, #c90000 100%);
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 800;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  box-shadow: 0px 14px 30px rgba(255, 0, 0, 0.22);
  overflow: hidden;
  transition: all 0.35s ease;
}

.racing-contact-submit::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.18);
  transform: skewX(-18deg);
  transition: left 0.35s ease;
}

.racing-contact-submit span,
.racing-contact-submit i {
  position: relative;
  z-index: 1;
}

.racing-contact-submit:hover {
  background: var(--white-color);
  color: var(--primary-color);
  box-shadow: 0px 18px 34px rgba(255, 0, 0, 0.28);
}

.racing-contact-submit:hover::before {
  left: calc(100% + 18px);
}

.racing-contact-submit:hover i {
  transform: translateX(4px);
}

.racing-contact-submit i {
  transition: transform 0.35s ease;
}

.track-services-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background: #f4f4f4;
  overflow: hidden;
}

.track-services-wrapper::before {
  content: "";
  position: absolute;
  right: -70px;
  top: 55px;
  width: 300px;
  height: 92px;
  border: 18px solid rgba(0, 0, 0, 0.04);
  transform: skewX(-18deg);
}

.track-services-head {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 32px;
  z-index: 1;
}

.track-services-head .section-kicker {
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 800;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.track-services-head .common-title h3 {
  color: var(--black-color);
  text-transform: uppercase;
  margin-bottom: 0;
}

.track-services-head p {
  color: #555555;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 0;
}

.track-services-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  z-index: 1;
}

.track-service-card {
  position: relative;
  min-height: auto;
  padding: 18px 70px 18px 92px;
  background-color: var(--white-color);
  border: 1px solid #dedede;
  border-left: 4px solid var(--primary-color);
  overflow: hidden;
  transition: all 0.35s ease;
}

.track-service-card::before {
  content: "";
  position: absolute;
  left: 64px;
  top: 18px;
  width: 1px;
  height: calc(100% - 36px);
  background-color: #dedede;
}

.track-service-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 78px;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.12);
  transform: skewX(-16deg);
}

.track-service-card:hover {
  transform: translateX(6px);
  background-color: #ffffff;
  box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.12);
}

.track-service-number {
  position: absolute;
  left: 18px;
  top: 20px;
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 800;
  font-family: var(--fonts-SpaceGrotesk);
  line-height: 1;
}

.track-service-icon {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 15px;
  background-color: var(--primary-color);
  transform: skewX(-12deg);
  z-index: 1;
}

.track-service-icon i {
  transform: skewX(12deg);
}

.track-service-card h4 {
  position: relative;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  margin-bottom: 10px;
  z-index: 1;
}

.track-service-card p {
  position: relative;
  color: #666666;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
  z-index: 1;
}

.technical-infrastructure-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0px;
}

.technical-infrastructure-list {
  position: relative;
  width: 100%;
  padding: 20px 20px;
  background-color: #f4f4f4;
  border: 1px solid #e5e5e5;
}

.technical-infrastructure-list .icon {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.technical-infrastructure-list .icon img {
  position: relative;
  height: 100px;
}

.technical-infrastructure-list h4 {
  position: relative;
  width: 100%;
  color: var(--black-color);
  font-weight: 600;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.technical-infrastructure-list p {
  position: relative;
  width: 100%;
  color: var(--paragraph-color);
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .rider-talent-wrapper {
    padding: 55px 0px 15px;
  }

  .rider-talent-panel {
    padding: 28px;
  }

  .racing-package-showcase {
    grid-template-columns: repeat(2, 1fr);
  }

  .racing-contact-panel {
    padding: 30px;
  }

  .racing-contact-points {
    grid-template-columns: 1fr;
  }

  .track-services-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .track-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .rider-talent-grid {
    grid-template-columns: 1fr;
  }

  .rider-talent-meta {
    grid-template-columns: repeat(3, 1fr);
  }

  .rider-talent-meta strong {
    font-size: 18px;
  }

  .rider-talent-meta span {
    font-size: 12px;
  }

  .rider-talent-panel {
    padding: 24px 18px;
  }

  .rider-talent-intro p {
    font-size: 15px;
  }

  .rider-talent-card {
    min-height: auto;
  }

  .racing-packages-wrapper {
    padding: 45px 0px 20px;
  }

  .racing-package-showcase {
    grid-template-columns: 1fr;
  }

  .racing-package-card {
    min-height: 250px;
  }

  .racing-contact-wrapper {
    padding: 50px 0px;
    /* background: linear-gradient(180deg,
        #151515 0%,
        #0e0e0e 58%,
        #f4f4f4 58%,
        #f4f4f4 100%); */
  }

  .racing-contact-panel {
    padding: 0px 0px;
  }

  .racing-contact-content p {
    font-size: 15px;
  }

  .racing-contact-form-wrap {
    padding: 20px 16px;
  }

  .track-services-wrapper {
    padding: 50px 0px 25px;
  }

  .track-services-grid {
    grid-template-columns: 1fr;
  }

  .track-services-head p {
    font-size: 15px;
  }

  .track-service-card {
    min-height: auto;
  }
}

/*#### technical infrastructure page css end #####*/

/*#### b2b partners network page css start #####*/
.b2b-about52-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background: #f4f4f4;
  overflow: hidden;
}

.b2b-about52-content {
  position: relative;
  height: 100%;
  padding: 34px 34px 34px 0;
  z-index: 1;
}

.b2b-about52-content .section-kicker {
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 800;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.b2b-about52-content .common-title h3 {
  color: var(--black-color);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

.b2b-about52-content>p {
  position: relative;
  max-width: 620px;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.b2b-about52-mission {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 590px;
  padding: 18px 20px;
  background-color: var(--white-color);
  border: 1px solid #e2e2e2;
  box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.08);
}

.b2b-about52-mission::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--primary-color);
}

.b2b-about52-mission span {
  position: relative;
  width: 46px;
  height: 46px;
  min-width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  background-color: var(--primary-color);
  transform: skewX(-12deg);
}

.b2b-about52-mission span i {
  transform: skewX(12deg);
}

.b2b-about52-mission p {
  color: #111111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.b2b-about52-board {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  min-height: 500px;
  background: linear-gradient(135deg, #111111 0%, #242424 100%);
  box-shadow: 0px 24px 55px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  z-index: 1;
}

/* .b2b-about52-board::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42%;
    background:
        linear-gradient(135deg, transparent 0%, rgba(255, 0, 0, 0.16) 100%);
    pointer-events: none;
} */

.b2b-about52-photo {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.b2b-about52-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.72) 100%);
  z-index: 1;
}

.b2b-about52-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b2b-about52-photo-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
}

.b2b-about52-photo-badge strong {
  display: block;
  color: var(--primary-color);
  font-size: 64px;
  font-weight: 900;
  font-family: var(--fonts-SpaceGrotesk);
  line-height: 0.82;
}

.b2b-about52-photo-badge span {
  display: block;
  color: var(--white-color);
  font-size: 13px;
  font-weight: 800;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
}

.b2b-about52-points {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 30px;
  z-index: 1;
}

.b2b-about52-point {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.b2b-about52-point:last-child {
  border-bottom: 0;
}

.b2b-about52-point>span {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 900;
  font-family: var(--fonts-SpaceGrotesk);
  line-height: 1;
}

.b2b-about52-point h4 {
  position: relative;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  margin-bottom: 7px;
}

.b2b-about52-point p {
  position: relative;
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
}

.b2b-visibility-wrapper {
  position: relative;
  width: 100%;
  padding: 65px 0px;
  background:
    linear-gradient(135deg, rgba(255, 0, 0, 0.12) 0%, transparent 28%),
    linear-gradient(135deg, #070707 0%, #171717 58%, #252525 100%);
  overflow: hidden;
}

.b2b-visibility-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.5;
}

.b2b-visibility-wrapper::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: 42px;
  width: 260px;
  height: 84px;
  background-color: rgba(255, 0, 0, 0.12);
  transform: skewX(-18deg);
}

.b2b-visibility-head {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
  z-index: 1;
}

.b2b-visibility-head .section-kicker {
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 800;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.b2b-visibility-head .common-title h3 {
  color: var(--white-color);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}

.b2b-visibility-head p {
  color: #cfcfcf;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 0;
}

.b2b-visibility-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 18px;
  z-index: 1;
}

.b2b-visibility-feature {
  position: relative;
  min-height: 100%;
  padding: 34px 30px;
  background-color: var(--primary-color);
  overflow: hidden;
}

.b2b-visibility-feature::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -30px;
  width: 170px;
  height: 170px;
  border: 24px solid rgba(255, 255, 255, 0.16);
  transform: skewX(-16deg);
}

.b2b-visibility-feature-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 23px;
  background-color: var(--white-color);
  transform: skewX(-12deg);
  margin-bottom: 24px;
  z-index: 1;
}

.b2b-visibility-feature-icon i {
  transform: skewX(12deg);
}

.b2b-visibility-feature h4 {
  position: relative;
  color: var(--white-color);
  font-size: 34px;
  font-weight: 800;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 18px;
  z-index: 1;
}

.b2b-visibility-feature p {
  position: relative;
  color: var(--white-color);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 26px;
  z-index: 1;
}

.b2b-visibility-feature-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 1;
}

.b2b-visibility-feature-list span {
  color: var(--white-color);
  font-size: 12px;
  font-weight: 800;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.22);
}

.b2b-visibility-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.b2b-visibility-card {
  position: relative;
  min-height: 205px;
  padding: 24px 18px 20px;
  background-color: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  overflow: hidden;
  transition: all 0.35s ease;
}

.b2b-visibility-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--primary-color);
}

.b2b-visibility-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 0;
  width: 70px;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.1);
  transform: skewX(-16deg);
}

.b2b-visibility-card:hover {
  transform: translateY(-6px);
  background-color: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 0, 0, 0.34);
  box-shadow: 0px 18px 34px rgba(0, 0, 0, 0.28);
}

.b2b-visibility-icon {
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 17px;
  background-color: var(--primary-color);
  transform: skewX(-12deg);
  margin-bottom: 18px;
  z-index: 1;
}

.b2b-visibility-icon i {
  transform: skewX(12deg);
}

.b2b-visibility-card h4 {
  position: relative;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  margin-bottom: 10px;
  z-index: 1;
}

.b2b-visibility-card p {
  position: relative;
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
  z-index: 1;
}

.b2b-visibility-card-wide {
  grid-column: span 3;
  min-height: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  align-items: start;
}

.b2b-visibility-card-wide .b2b-visibility-icon {
  grid-row: span 2;
  margin-bottom: 0;
}

.b2b-visibility-wrapper {
  padding: 70px 0px;
  background: #ffffff;
}

/* .b2b-visibility-wrapper::before {
    height: 6px;
    background: linear-gradient(90deg, var(--primary-color) 0 16%, #111111 16% 42%, #d9d9d9 42% 100%);
    background-image: none;
    opacity: 1;
} */

/* .b2b-visibility-wrapper::after {
    right: -120px;
    top: 95px;
    bottom: auto;
    width: 260px;
    height: 260px;
    background-color: transparent;
    border: 28px solid rgba(0, 0, 0, 0.04);
} */

.b2b-visibility-head {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.52fr);
  padding-bottom: 28px;
  margin-bottom: 34px;
  /* border-bottom: 1px solid #d8d8d8; */
}

.b2b-visibility-head .section-kicker {
  color: var(--primary-color);
}

.b2b-visibility-head .common-title h3 {
  color: var(--black-color);
}

.b2b-visibility-head p {
  color: #4f4f4f;
}

.b2b-visibility-layout {
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 0;
  border: 1px solid #1a1a1a;
  background-color: var(--white-color);
  box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.08);
}

.b2b-visibility-feature {
  display: flex;
  min-height: auto;
  padding: 36px 30px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #101010;
  border-right: 1px solid #1a1a1a;
}

.b2b-visibility-feature::before {
  right: -56px;
  top: auto;
  bottom: -44px;
  width: 150px;
  height: 150px;
  border-color: rgba(255, 0, 0, 0.28);
}

.b2b-visibility-index {
  position: relative;
  display: block;
  color: var(--primary-color);
  font-size: 74px;
  font-weight: 900;
  font-family: var(--fonts-SpaceGrotesk);
  line-height: 0.86;
  margin-bottom: 42px;
  z-index: 1;
}

.b2b-visibility-feature h4 {
  font-size: 34px;
  margin-bottom: 16px;
}

.b2b-visibility-feature p {
  color: #d8d8d8;
  margin-bottom: 34px;
}

.b2b-visibility-feature-list {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.b2b-visibility-feature-list span {
  color: #111111;
  background-color: var(--white-color);
}

.b2b-visibility-register {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}

.b2b-visibility-card {
  display: grid;
  grid-template-columns: 76px 0.46fr 1fr;
  gap: 22px;
  align-items: center;
  min-height: auto;
  padding: 24px 30px;
  background-color: var(--white-color);
  border: 0;
  border-bottom: 1px solid #d8d8d8;
}

.b2b-visibility-card::before,
.b2b-visibility-card::after {
  display: none;
}

.b2b-visibility-card:last-child {
  border-bottom: 0;
}

.b2b-visibility-card:hover {
  transform: none;
  background-color: #f4f4f4;
  border-color: #d8d8d8;
  box-shadow: inset 5px 0 0 var(--primary-color);
}

.b2b-visibility-number {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 900;
  font-family: var(--fonts-SpaceGrotesk);
  line-height: 1;
}

.b2b-visibility-card h4 {
  color: var(--black-color);
  font-size: 19px;
  margin-bottom: 0;
}

.b2b-visibility-card p {
  color: #585858;
  font-size: 15px;
}

.b2b-visibility-card-wide {
  grid-column: auto;
  display: grid;
}

.sponsor-showcase {
  position: relative;
  width: 100%;
  padding: 70px 0px;
  background: linear-gradient(180deg, #f4f4f4 0%, #ffffff 100%);
  overflow: hidden;
}

.sponsor-showcase::before {
  content: "";
  position: absolute;
  left: -110px;
  top: 70px;
  width: 260px;
  height: 90px;
  background-color: rgba(255, 0, 0, 0.07);
  transform: skewX(-18deg);
}

.sponsor-showcase::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: 55px;
  width: 230px;
  height: 230px;
  border: 28px solid rgba(0, 0, 0, 0.04);
  transform: skewX(-15deg);
}

.sponsor-showcase .container {
  position: relative;
  z-index: 1;
}

.sponsor-showcase-header {
  position: relative;
  max-width: 850px;
  margin: 0 auto 42px;
}

.sponsor-showcase .section-subtitle {
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 800;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sponsor-showcase .section-title {
  color: var(--black-color);
  font-size: 50px;
  font-weight: 700;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 16px;
}

.sponsor-showcase .section-description {
  color: #555555;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 auto;
}

.sponsor-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  background-color: var(--white-color);
  border: 1px solid #e0e0e0;
  box-shadow: 0px 18px 42px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.35s ease;
}

.sponsor-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg,
      var(--primary-color) 0 35%,
      #111111 35% 100%);
}

.sponsor-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 0, 0.28);
  box-shadow: 0px 24px 52px rgba(0, 0, 0, 0.14);
}

.sponsor-logo {
  position: relative;
  width: 96px;
  height: 96px;
  min-height: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin-bottom: 22px;
  background-color: #f4f4f4;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}

.sponsor-logo img {
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
}

.sponsor-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sponsor-content h3 {
  color: var(--black-color);
  font-size: 25px;
  font-weight: 700;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 10px;
}

.business-sector {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 800;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
  padding: 7px 10px;
  margin-bottom: 16px;
  background-color: rgba(255, 0, 0, 0.08);
}

.sponsor-content>p:not(.business-sector) {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.partnership-info {
  position: relative;
  padding: 16px 16px;
  margin-bottom: 18px;
  background-color: #101010;
  border-left: 4px solid var(--primary-color);
}

.partnership-info h4 {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 700;
  font-family: var(--fonts-SpaceGrotesk);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.partnership-info p {
  color: #d7d7d7;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.service-tags span {
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 9px;
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
}

.contact-info {
  margin: auto 0 22px;
  padding-top: 18px;
  border-top: 1px solid #e3e3e3;
  font-style: normal;
}

.contact-info p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.contact-info p:last-child {
  margin-bottom: 0;
}

.contact-info i {
  color: var(--primary-color);
  width: 16px;
  margin-top: 3px;
}

.contact-info a {
  color: #333333;
  word-break: break-word;
  transition: all 0.3s ease;
}

.contact-info a:hover {
  color: var(--primary-color);
}

.sponsor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.website-btn,
.learn-more-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  color: var(--white-color);
  font-size: 13px;
  font-weight: 800;
  font-family: var(--fonts-JetBrains);
  text-transform: uppercase;
  text-align: center;
  transition: all 0.35s ease;
}

.website-btn {
  background-color: var(--primary-color);
}

.learn-more-btn {
  color: var(--black-color);
  background-color: #f4f4f4;
  border: 1px solid #dcdcdc;
}

.website-btn:hover {
  color: var(--white-color);
  background-color: #111111;
}

.learn-more-btn:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Private B2B Network section */
.private-b2b-network {
  --b2b-primary-color: var(--primary-color);
  --b2b-primary-dark: #b90000;
  --b2b-ink: #ffffff;
  --b2b-muted: #c9c9c9;
  --b2b-border: rgba(255, 255, 255, 0.13);
  --b2b-surface: rgba(18, 18, 18, 0.92);
  --b2b-soft: #151515;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 120px 0;
  background:
    linear-gradient(135deg, rgba(255, 0, 0, 0.24), rgba(255, 0, 0, 0) 28%),
    linear-gradient(180deg, #070707 0%, #121212 52%, #080808 100%);
}

/* .private-b2b-network::before {
    content: "";
    position: absolute;
    right: -120px;
    top: 86px;
    width: 420px;
    height: 180px;
    background-color: rgba(255, 0, 0, 0.12);
    transform: skewX(-18deg);
    pointer-events: none;
}

.private-b2b-network::after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: 70px;
    width: 310px;
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transform: skewX(-18deg);
    pointer-events: none;
} */

.private-b2b-network__media {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  border-radius: 20px;
  background-color: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.private-b2b-network__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.64)),
    linear-gradient(135deg, rgba(255, 0, 0, 0.32), rgba(255, 0, 0, 0) 42%);
  pointer-events: none;
}

.private-b2b-network__media::after {
  content: "52 Racing B2B";
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.74);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.34);
  font-family: var(--fonts-SpaceGrotesk);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.private-b2b-network__media img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.private-b2b-network__media:hover img {
  transform: scale(1.04);
}

.private-b2b-network__content {
  position: relative;
  z-index: 1;
}

.private-b2b-network__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--b2b-primary-color);
  font-family: var(--fonts-JetBrains);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* .private-b2b-network__eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background-color: var(--b2b-primary-color);
} */

.private-b2b-network__title {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--b2b-ink);
  font-family: var(--fonts-SpaceGrotesk);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
}

.private-b2b-network__description {
  max-width: 760px;
  margin: 0 0 34px;
  color: var(--b2b-muted);
  font-size: 18px;
  line-height: 1.7;
}

.private-b2b-network__features {
  margin-bottom: 28px;
}

.private-b2b-network__card {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--b2b-border);
  border-radius: 18px;
  background:
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.035)),
    rgba(18, 18, 18, 0.86);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
}

.private-b2b-network__card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 0, 0, 0.38);
  background-color: rgba(24, 24, 24, 0.96);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.42);
}

.private-b2b-network__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--b2b-primary-color);
  background-color: rgba(255, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition:
    transform 0.28s ease,
    color 0.28s ease,
    background-color 0.28s ease;
}

.private-b2b-network__card:hover .private-b2b-network__icon {
  color: #ffffff;
  background-color: var(--b2b-primary-color);
  transform: scale(1.08);
}

.private-b2b-network__card h3 {
  margin: 0 0 10px;
  color: var(--b2b-ink);
  font-family: var(--fonts-SpaceGrotesk);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.private-b2b-network__card p {
  margin: 0;
  color: var(--b2b-muted);
  font-size: 15px;
  line-height: 1.6;
}

.private-b2b-network__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
  border: 1px solid rgba(255, 0, 0, 0.24);
  border-radius: 20px;
  background:
    linear-gradient(135deg,
      rgba(255, 0, 0, 0.16),
      rgba(255, 255, 255, 0.035) 48%),
    var(--b2b-surface);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.38);
}

.private-b2b-network__cta-copy {
  flex: 1 1 auto;
}

.private-b2b-network__cta h3 {
  margin: 0 0 10px;
  color: var(--b2b-ink);
  font-family: var(--fonts-SpaceGrotesk);
  font-size: 24px;
  font-weight: 700;
}

.private-b2b-network__cta p {
  max-width: 690px;
  margin: 0;
  color: var(--b2b-muted);
  font-size: 16px;
  line-height: 1.65;
}

.private-b2b-network__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.private-b2b-network__btn {
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--b2b-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    color 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease;
}

.private-b2b-network__btn:hover {
  transform: translateY(-2px);
}

.private-b2b-network__btn--primary {
  color: #ffffff;
  background-color: var(--b2b-primary-color);
  box-shadow: 0 14px 28px rgba(255, 0, 0, 0.28);
}

.private-b2b-network__btn--primary:hover {
  color: #ffffff;
  background-color: var(--b2b-primary-dark);
  box-shadow: 0 18px 34px rgba(255, 0, 0, 0.34);
}

.private-b2b-network__btn--secondary {
  border-color: var(--b2b-border);
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.06);
}

.private-b2b-network__btn--secondary:hover {
  color: var(--b2b-primary-color);
  border-color: rgba(255, 0, 0, 0.42);
  background-color: rgba(255, 0, 0, 0.1);
}

.b2b-partners-network-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.partners-logo-list {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border: 1px solid #e5e5e5;
  padding: 15px 15px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.partners-logo-list>img {
  max-height: 100px;
  object-fit: contain;
}

/* Inquiry Form section */
.inquiry-form-section {
  --inquiry-primary: var(--primary-color);
  --inquiry-primary-dark: #b90000;
  --inquiry-secondary: #111111;
  --inquiry-text: #182335;
  --inquiry-muted: #667085;
  --inquiry-form-muted: #667085;
  --inquiry-border: #dfe5ee;
  --inquiry-bg: #f8f9fa;
  --inquiry-card: #ffffff;
  --inquiry-radius: 20px;
  --inquiry-space: 120px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: var(--inquiry-space) 0;
  background:
    linear-gradient(135deg, rgba(255, 0, 0, 0.08), rgba(255, 0, 0, 0) 30%),
    linear-gradient(180deg, #ffffff 0%, var(--inquiry-bg) 100%);
}

.inquiry-form-section::before {
  content: "";
  position: absolute;
  right: -150px;
  top: 80px;
  width: 420px;
  height: 160px;
  background-color: rgba(255, 0, 0, 0.06);
  transform: skewX(-18deg);
  pointer-events: none;
}

.inquiry-form-section__content {
  position: relative;
  z-index: 1;
}

.inquiry-form-section__subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--inquiry-primary);
  font-family: var(--fonts-JetBrains);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inquiry-form-section__subtitle::before {
  content: "";
  width: 34px;
  height: 2px;
  background-color: var(--inquiry-primary);
}

.inquiry-form-section__title {
  margin: 0 0 18px;
  color: var(--inquiry-secondary);
  font-family: var(--fonts-SpaceGrotesk);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
}

.inquiry-form-section__description {
  margin: 0 0 30px;
  color: var(--inquiry-muted);
  font-size: 18px;
  line-height: 1.7;
}

.inquiry-form-section__info-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 30px;
}

.inquiry-form-section__info-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
}

.inquiry-form-section__info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 0, 0, 0.38);
  background-color: #ffffff;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
}

.inquiry-form-section__info-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 15px;
  color: var(--inquiry-primary);
  background-color: rgba(255, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition:
    transform 0.28s ease,
    color 0.28s ease,
    background-color 0.28s ease;
}

.inquiry-form-section__info-card:hover .inquiry-form-section__info-icon {
  color: #ffffff;
  background-color: var(--inquiry-primary);
  transform: scale(1.06);
}

.inquiry-form-section__info-card h3 {
  margin: 0;
  color: var(--inquiry-secondary);
  font-family: var(--fonts-SpaceGrotesk);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.inquiry-form-section__image {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border-radius: var(--inquiry-radius);
  background-color: #e9edf3;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}

.inquiry-form-section__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.45)),
    linear-gradient(135deg, rgba(255, 0, 0, 0.28), rgba(255, 0, 0, 0) 48%);
  pointer-events: none;
}

.inquiry-form-section__image img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.inquiry-form-section__image:hover img {
  transform: scale(1.04);
}

.inquiry-form {
  position: relative;
  z-index: 1;
  padding: 38px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--inquiry-radius);
  background-color: var(--inquiry-card);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.14);
}

.inquiry-form__header {
  margin-bottom: 26px;
}

.inquiry-form__header h3 {
  margin: 0 0 8px;
  color: var(--inquiry-secondary);
  font-family: var(--fonts-SpaceGrotesk);
  font-size: 28px;
  font-weight: 700;
}

.inquiry-form__header p {
  margin: 0;
  color: var(--inquiry-form-muted);
  font-size: 16px;
  line-height: 1.55;
}

.inquiry-form__field label {
  display: block;
  margin-bottom: 8px;
  color: var(--inquiry-secondary);
  font-size: 15px;
  font-weight: 700;
}

.inquiry-form__field label span {
  color: var(--inquiry-primary);
}

.inquiry-form__field .form-control,
.inquiry-form__field .form-select {
  min-height: 58px;
  border: 1px solid var(--inquiry-border);
  border-radius: 14px;
  color: var(--inquiry-text);
  background-color: #ffffff;
  box-shadow: none;
  font-size: 16px;
  padding: 14px 16px;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.inquiry-form__field .form-control::placeholder {
  color: #98a2b3;
}

.inquiry-form__field .form-control:focus,
.inquiry-form__field .form-select:focus {
  border-color: var(--inquiry-primary);
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.12);
  transform: translateY(-1px);
}

.inquiry-form__field textarea.form-control {
  min-height: 180px;
  resize: vertical;
}

.inquiry-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 8px;
}

.inquiry-form__submit {
  min-height: 52px;
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background-color: var(--inquiry-primary);
  box-shadow: 0 16px 32px rgba(255, 0, 0, 0.28);
  font-size: 16px;
  font-weight: 800;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

.inquiry-form__submit:hover,
.inquiry-form__submit:focus {
  background-color: var(--inquiry-primary-dark);
  box-shadow: 0 20px 40px rgba(255, 0, 0, 0.34);
  transform: translateY(-2px);
}

.inquiry-form__submit:focus {
  outline: 3px solid rgba(255, 0, 0, 0.22);
  outline-offset: 3px;
}

.inquiry-form__footer p {
  max-width: 260px;
  margin: 0;
  color: var(--inquiry-form-muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

@media (max-width: 991px) {
  .inquiry-form-section {
    --inquiry-space: 80px;
  }

  .inquiry-form-section__title {
    font-size: 38px;
  }

  .inquiry-form {
    padding: 30px;
  }

  .private-b2b-network {
    padding: 80px 0;
  }

  .private-b2b-network__media,
  .private-b2b-network__media img {
    min-height: 440px;
  }

  .private-b2b-network__title {
    font-size: 36px;
  }

  .private-b2b-network__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .private-b2b-network__actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .b2b-about52-wrapper {
    padding: 55px 0px 35px;
  }

  .b2b-about52-content {
    padding: 0 0 18px;
  }

  .b2b-about52-board {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .b2b-about52-photo {
    min-height: 340px;
  }

  .b2b-visibility-head,
  .b2b-visibility-layout {
    grid-template-columns: 1fr;
  }

  .b2b-visibility-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .b2b-visibility-card-wide {
    grid-column: span 2;
  }

  .b2b-visibility-head {
    grid-template-columns: 1fr;
  }

  .b2b-visibility-layout {
    grid-template-columns: 1fr;
  }

  .b2b-visibility-feature {
    border-right: 0;
    border-bottom: 1px solid #1a1a1a;
  }

  .b2b-visibility-card,
  .b2b-visibility-card-wide {
    grid-column: auto;
    grid-template-columns: 70px 0.48fr 1fr;
  }

  .sponsor-showcase .section-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .inquiry-form-section {
    --inquiry-space: 60px;
  }

  .inquiry-form-section::before {
    display: none;
  }

  .inquiry-form-section__title {
    font-size: 30px;
  }

  .inquiry-form-section__description {
    font-size: 16px;
  }

  .inquiry-form-section__info-card {
    padding: 16px;
  }

  .inquiry-form-section__image,
  .inquiry-form-section__image img {
    min-height: 180px;
  }

  .inquiry-form {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .inquiry-form__header h3 {
    font-size: 24px;
  }

  .inquiry-form__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .inquiry-form__submit,
  .inquiry-form__footer p {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .private-b2b-network {
    padding: 60px 0;
  }

  .private-b2b-network::before {
    display: none;
  }

  .private-b2b-network__media {
    min-height: 320px;
    border-radius: 18px;
  }

  .private-b2b-network__media img {
    min-height: 320px;
  }

  .private-b2b-network__media::after {
    left: 18px;
    bottom: 18px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .private-b2b-network__eyebrow {
    font-size: 12px;
  }

  .private-b2b-network__title {
    font-size: 30px;
  }

  .private-b2b-network__description {
    margin-bottom: 26px;
    font-size: 16px;
  }

  .private-b2b-network__card {
    padding: 22px;
  }

  .private-b2b-network__cta {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .private-b2b-network__cta h3 {
    font-size: 22px;
  }

  .private-b2b-network__actions,
  .private-b2b-network__btn {
    width: 100%;
  }

  .b2b-about52-content .common-title h3 {
    font-size: 34px;
  }

  .b2b-about52-content>p,
  .b2b-about52-mission p {
    font-size: 15px;
  }

  .b2b-about52-mission {
    align-items: flex-start;
  }

  .b2b-about52-photo {
    min-height: 260px;
  }

  .b2b-about52-points {
    padding: 18px 20px;
  }

  .b2b-about52-point {
    gap: 14px;
    padding: 16px 0;
  }

  .b2b-about52-point h4 {
    font-size: 17px;
  }

  .b2b-visibility-wrapper {
    padding: 50px 0px;
  }

  .b2b-visibility-head {
    gap: 16px;
  }

  .b2b-visibility-head .common-title h3 {
    font-size: 34px;
  }

  .b2b-visibility-head p,
  .b2b-visibility-feature p {
    font-size: 15px;
  }

  .b2b-visibility-feature {
    padding: 28px 22px;
  }

  .b2b-visibility-feature h4 {
    font-size: 28px;
  }

  .b2b-visibility-grid {
    grid-template-columns: 1fr;
  }

  .b2b-visibility-card,
  .b2b-visibility-card-wide {
    grid-column: auto;
    min-height: auto;
  }

  .b2b-visibility-card-wide {
    display: block;
  }

  .b2b-visibility-card-wide .b2b-visibility-icon {
    margin-bottom: 18px;
  }

  .b2b-visibility-head {
    padding-bottom: 22px;
  }

  .b2b-visibility-index {
    font-size: 58px;
    margin-bottom: 28px;
  }

  .b2b-visibility-card,
  .b2b-visibility-card-wide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 20px;
  }

  .b2b-visibility-number {
    font-size: 22px;
  }

  .sponsor-showcase {
    padding: 50px 0px;
  }

  .sponsor-showcase-header {
    margin-bottom: 30px;
  }

  .sponsor-showcase .section-title {
    font-size: 34px;
  }

  .sponsor-showcase .section-description {
    font-size: 15px;
  }

  .sponsor-card {
    padding: 24px 18px;
  }

  .sponsor-logo {
    width: 82px;
    height: 82px;
    min-height: 82px;
    padding: 14px;
  }

  .sponsor-content h3 {
    font-size: 22px;
  }

  .sponsor-actions,
  .website-btn,
  .learn-more-btn {
    width: 100%;
  }
}

/*#### b2b partners network page css end #####*/

/* 404 Page css start */

.common-section404 {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}

.section-404 {
  text-align: center;
}

.section-404 .error {
  font-size: 150px;
  color: #ca432c;
  text-shadow:
    1px 1px 1px #ca432c,
    2px 2px 1px #ca432c,
    3px 3px 1px #ca432c,
    4px 4px 1px #ca432c,
    5px 5px 1px #ca432c,
    6px 6px 1px #ca432c,
    7px 7px 1px #ca432c,
    8px 8px 1px #ca432c,
    25px 25px 8px rgba(0, 0, 0, 0.1);
}

.section-404 .page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

/* 404 Page css end */

.wpcf7-response-output {
  color: #fff !important;
  font-size: 15px;
  border: none !important;
}

.shop-inquiry-form .wpcf7-response-output {
  color: #000 !important;
}

.inquiry-form-section .wpcf7-response-output {
  color: #000 !important;
  font-size: 15px;
  border: none !important;
}

/* Pagination Wrapper */
.pagination-wrap {
  display: flex;
  justify-content: flex-start;
}

/* Pagination List */
.pagination-wrap .pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Pagination Item */
.pagination-wrap .page-item {
  list-style: none;
}

/* Pagination Links & Current */
.pagination-wrap .page-numbers {
  width: 36px;
  height: 36px;
  border: 2px solid var(--primary-color);
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  transition: all 0.3s ease;
}

/* Hover */
.pagination-wrap .page-numbers:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

/* Current Page */
.pagination-wrap .page-numbers.current {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  cursor: default;
}

/* Next Button Icon */
.pagination-wrap .next i {
  font-size: 14px;
}

/* Focus */
.pagination-wrap .page-numbers:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 576px) {
  .pagination-wrap .pagination {
    gap: 8px;
  }

  .pagination-wrap .page-numbers {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}

.logistics-supply-content-wrap .wpcf7-not-valid-tip {
  color: #dc3232 !important;
  background: #fff !important;
  width: fit-content !important;
  margin-top: 5px !important;
}

/* Product Gallery Slider Start */
.product {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .product {
    flex-direction: row;
  }

  .product-images {
    width: 50%;
  }

  .product-description {
    margin-left: 36px;
  }
}

/* Thumbnails Slider */
.slider-thumbnails {
  margin-left: -15px;
  margin-right: -15px;
}

.slider-thumbnails .slick-slide {
  padding: 15px;
  transition: transform 0.3s ease-out;
}

.slider-thumbnails .slick-slide:focus img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.slider-thumbnails .slick-slide img {
  max-width: 100%;
  border: solid 5px #fff;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease-out;
  border-radius: 3px;
}

/* Main Slider */
.slider {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: solid 9px #fff;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-radius: 5px;
}

.slider .slick-slide {}

.slider .slick-slide img {
  width: 100%;
}

/* make button larger and change their positions */
.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  z-index: 1;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* General slick slider styling */
.slick-slide:focus,
.slick-slide:focus {
  outline: none;
  /* remove default outline when on :focus */
}

/* hide dots and arrow buttons when slider is not hovered */
.slick-slider:not(:hover) .slick-arrow,
.slick-slider:not(:hover) .slick-dots {
  opacity: 0;
}

/* transition effects for opacity */
.slick-arrow {
  transition: opacity 0.5s ease-out;
}

/* Loading effects for main slider */
.slider {
  background: url(img/tail-spin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px 100px;
  min-height: 100px;
}

.slider img.slick-loading {
  opacity: 0;
}

.slider img {
  transition: opacity 0.3s ease 0s;
}

.slider .slick-loading:after {
  content: "loading";
}

/* Product Gallery Slider End */

@media only screen and (min-width: 768px) {
  .product-images {
    width: 100%;
  }
}

/* .slider {
	display: flex;
	align-items: flex-end;
} */

.slider .slick-prev.slick-arrow,
.slider .slick-next.slick-arrow {
  display: none !important;
}

.slider-thumbnails .slick-prev,
.slider-thumbnails .slick-prev {
  display: none;
}

/*=========================================
    THUMBNAIL SLIDER
=========================================*/

.slider-thumbnails {
  position: relative;
  padding: 0 55px;
  margin-top: 10px;
}

/*=========================================
    SLICK LIST
=========================================*/

.slider-thumbnails .slick-list {
  margin: 0 -8px;
}

.slider-thumbnails .slick-slide {
  padding: 8px;
}

.slider-thumbnails .slick-slide:focus {
  outline: none;
}

/*=========================================
    THUMBNAIL IMAGE
=========================================*/

.slider-thumbnails .slick-slide img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  cursor: pointer;
  border-radius: 14px;
  border: 2px solid transparent;
  background: #fff;
  transition: all .35s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

/* Hover */

.slider-thumbnails .slick-slide:hover img {
  transform: translateY(-4px);
  border-color: #FB2C36;
  box-shadow: 0 18px 35px rgba(251, 44, 54, .18);
}

/* Active */

.slider-thumbnails .slick-current img {
  border: 3px solid #FB2C36;
  box-shadow: 0 20px 40px rgba(251, 44, 54, .22);
  transform: scale(.96);
}

/*=========================================
    ARROWS
=========================================*/

.slider-thumbnails .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: #ff0000;
  color: transparent;
  cursor: pointer;
  z-index: 10;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, .12); */
  transition: all .35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover */

/* .slider-thumbnails .slick-arrow:hover {
  background: #FB2C36;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 15px 35px rgba(251, 44, 54, .35);
} */

/* Previous */

.slider-thumbnails .slick-prev {
  left: 10px;
  
}

/* Next */

.slider-thumbnails .slick-next {
  right: 10px;
}

/*=========================================
    ARROW ICONS
=========================================*/

.slider-thumbnails .slick-prev::before {
  content: "←";
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  transition: .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.slider-thumbnails .slick-next::before {
  content: "→";
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  transition: .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* .slider-thumbnails .slick-arrow:hover::before {
  color: #fff;
} */

/*=========================================
    DISABLED
=========================================*/

.slider-thumbnails .slick-disabled {
  opacity: .35;
  cursor: not-allowed;
  pointer-events: none;
}

/*=========================================
    IMAGE ANIMATION
=========================================*/

.slider-thumbnails .slick-track {
  display: flex;
  align-items: center;
}

.slider-thumbnails .slick-slide {
  transition: all .3s ease;
}

/*=========================================
    MOBILE
=========================================*/

@media (max-width:991px) {

  .slider-thumbnails {
    padding: 0 45px;
  }

  .slider-thumbnails .slick-slide img {
    height: 90px;
  }

  .slider-thumbnails .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .slider-thumbnails .slick-prev::before,
  .slider-thumbnails .slick-next::before {
    font-size: 18px;
  }

}

@media (max-width:576px) {

  .slider-thumbnails {
    padding: 0 35px;
  }

  .slider-thumbnails .slick-slide {
    padding: 5px;
  }

  .slider-thumbnails .slick-slide img {
    height: 70px;
    border-radius: 10px;
  }

  .slider-thumbnails .slick-arrow {
    width: 34px;
    height: 34px;
  }

  .slider-thumbnails .slick-prev::before,
  .slider-thumbnails .slick-next::before {
    font-size: 16px;
  }

}