/* @import "common.css"; */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@font-face {
  font-family: 'MotoGP Text ';
  src: url('../fonts/MotoGP-text/MotoGPText-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MotoGP Text';
  src: url('../fonts/MotoGP-text/MotoGPText-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MotoGP Display';
  src: url('../fonts/MotoGP-display.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

*:focus,
*:focus-visible {
  outline: none;
}

:root {

  --transition-05s: all ease-in-out 0.5s;

  --font-motoGPDisplay: "MotoGP Display", sans-serif;
  --font-jakarta: "Plus Jakarta Sans", sans-serif;

  --main-color: linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(232, 84, 69, 1) 100%);
  --main-color-hover: linear-gradient(-90deg, rgba(255, 128, 0, 1) 0%, rgba(232, 84, 69, 1) 100%);
  --black-color: 0, 0, 0;
  --white-color: 255, 255, 255;

}

body {
  font-family: "MotoGP Text ", sans-serif;
}

ul,
ol {
  margin: 0%;
  padding: 0%;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

.row {
  gap: 24px 0px;
}

/*<======================= Common Css ===============>*/
.common-section {
  padding: 60px 0px;
}

.common-head>span {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 4px;
  color: #ff0000;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: 12px;
  margin-bottom: 16px;
}

.common-head>span::after {
  content: '';
  position: absolute;
  right: -8px;
  height: 18px;
  width: 2px;
  font-size: 12px;
  transform: rotate(18deg);
  display: block;
  background: #ff0000;
  clip-path: polygon(40% 0,
      100% 0,
      60% 100%,
      0% 100%);
}

.common-head>span::before {
  content: '';
  position: absolute;
  left: -8px;
  height: 18px;
  width: 2px;
  font-size: 12px;
  transform: rotate(18deg);
  display: block;
  background: #ff0000;
  clip-path: polygon(40% 0,
      100% 0,
      60% 100%,
      0% 100%);
}

.common-head h3 {
  font-family: var(--font-motoGPDisplay);
  font-size: 44px;
  font-weight: 700;
  line-height: 47px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.common-head h3>span {
  color: #ff0000;
}

.common-head p {
  font-size: 14px;
  line-height: 18px;
  color: #616161;
  margin-bottom: 20px;
}


.skew-btn {
  font-family: var(--font-motoGPDisplay);
  position: relative;
  overflow: visible;
  display: inline-block;
  text-decoration: none;
}

/* Inner clipped button */
.skew-inner {
  background: #ff0000;
  color: #fff;
  border: none;
  padding: 14px 36px 14px 28px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;

  clip-path: polygon(8% 0,
      100% 0,
      92% 100%,
      0% 100%);
}

/* Arrow */
.skew-inner i {
  font-size: 16px;
  line-height: 1;
}

/* 👉 Extra slanted line */
.skew-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 4px;
  height: 100%;
  background: #e60000;
  transform: rotate(18deg);
  clip-path: polygon(40% 0,
      100% 0,
      60% 100%,
      0% 100%);
}

/* Hover */
.skew-btn:hover .skew-inner,
.skew-btn:hover::after {
  background: #c90000;
}

.faetCollection-slider.owl-carousel {
  position: relative;
}

.faetCollection-slider.owl-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 10px;
  background-color: transparent !important;
  /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
}

.faetCollection-slider.owl-carousel .owl-nav .owl-prev i,
.faetCollection-slider.owl-carousel .owl-nav .owl-next i {
  font-size: 20px;
}




/******************************** header start ********************************/
.MainHeader {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  height: max-content;
}

.navbar {
  padding: 20px 0;
}


.navbar-collapse {
  flex-grow: 0 !important;
}




@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.DesktopNav .row {
  align-items: center;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: none;
  width: 30px;
  height: 3px;
  background: #fff;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  left: 0;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}




.navbar-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  transition: var(--transition-05s);
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: #ff0000;
}

.head-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.head-links li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

/* .search-modal .modal-content {
  border-radius: 12px;
  padding: 20px;
}

.search-form {
  display: flex;
  gap: 10px;
}

.search-form input {
  flex: 1;
  height: 50px;
  font-size: 16px;
}

.search-form button {
  height: 50px;
  padding: 0 25px;
} */

/* .modal-fullscreen .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form {
  width: 100%;
  max-width: 600px;
} */

/* header end */

/************************************ banner start ********************************/

.banner-section {
  position: relative;
}

.banner-content-box {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
}

.banner-content h1 {
  font-family: var(--font-motoGPDisplay);
  font-size: 100px;
  line-height: 77px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}

.banner-content h1 span {
  color: #ff0000;
}

.banner-box {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -1;
}

.banner-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: var(--transition-05s);
}





/* banner end */

/******************************** Inner Banner Section *********************************************/
.inr-banner-section {
  /* background-image: url(../media/images/bnr-img1.png); */
  min-height: 50vh;
  height: 100%;
  position: relative;
}

.inr-banner-section::after {
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.inr-banner-content-box {
  width: 100%;
  min-height: 50vh;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-top: 86px;
}

.inr-banner-content-box h1 {
  font-family: var(--font-motoGPDisplay);
  font-size: 72px;
  font-weight: 700;
  color: #fff;
}

.inr-banner-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inr-banner-breadcrumb li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.inr-banner-breadcrumb li a::after {
  content: '/';
  padding-left: 10px;
}

.inr-banner-breadcrumb li:last-child a::after {
  display: none;
}

/******************************* About Us Top Section start ********************************/
.abt-top-section {
  background: rgba(0, 0, 0, 0.98) url(../media/images/abt-top-bg.png);
  background-position: right;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.abt-leftSide-img {
  position: absolute;
  left: 0%;
  bottom: -58px;
  height: 230px;
  z-index: 1;
}

.abt-leftSide-img img {
  height: 100%;
  object-fit: cover;
}

.about-top-box h3 {
  font-size: 52px;
  line-height: 54px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  text-align: center;
}

.about-top-box h3 span {
  color: #ff0000;
}

/*********************************** About Bottom Section  ************************************/
.abt-btm-section {
  position: relative;
  min-height: 750px;
  height: 100%;
  background-image: url(../media/images/abt-btm-bg.png);
  background-repeat: no-repeat;
  object-position: center;
}

.abt-btm-section::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  background: rgba(0, 0, 0, 0.3);
}

.abt-btm-side {
  position: absolute;
  right: 0px;
  bottom: -58px;
  z-index: 1;
  height: 230px;
}

.abt-btm-side img {
  height: 100%;
  object-fit: cover;
}

.abt-btm-content {
  position: absolute;
  left: 150px;
  top: 50%;
  transform: translateY(-50%);
  width: 35%;
  background: #fff;
  padding: 40px;
  z-index: 1;
}

.abt-page .abt-btm-content {
  position: relative;
  left: inherit;
  top: inherit;
  transform: inherit;
  width:100%;
  background: #fff;
  padding: 40px;
  z-index: 1;

}

.abt-btm-content>span {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 4px;
  color: #ff0000;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: 12px;
  margin-bottom: 16px;
}

.abt-btm-content>span::after {
  content: '';
  position: absolute;
  right: -8px;
  height: 18px;
  width: 2px;
  font-size: 12px;
  transform: rotate(18deg);
  display: block;
  background: #ff0000;
  clip-path: polygon(40% 0,
      100% 0,
      60% 100%,
      0% 100%);
}

.abt-btm-content>span::before {
  content: '';
  position: absolute;
  left: -8px;
  height: 18px;
  width: 2px;
  font-size: 12px;
  transform: rotate(18deg);
  display: block;
  background: #ff0000;
  clip-path: polygon(40% 0,
      100% 0,
      60% 100%,
      0% 100%);
}

.abt-btm-content h3 {
  font-family: var(--font-motoGPDisplay);
  font-size: 44px;
  font-weight: 700;
  line-height: 47px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.abt-btm-content h3>span {
  color: #ff0000;
}

.abt-btm-content p {
  font-size: 14px;
  line-height: 18px;
  color: #616161;
  margin-bottom: 20px;
}

.abt-btm-content .skew-btn::after {
  transform: rotate(14deg);
}

/*********************************** News & Events Section ************************************/
.newsEvent-section {
  position: relative;
  min-height: 100vh;
  height: 100%;
  background: #000 url(../media/images/newsEvents-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 140px 0px;
  /* overflow: hidden; */
  /* background: rgba(0, 0, 0,0.2); */
}

.newsEvent-inr-section {
  background: #000;
}

.newsEvent-inr-section .common-head {
  width: 40%;
  margin: auto;
  text-align: center;
}

.newsEvent-inr-section .common-head span {
  margin: 12px auto;
}

.newsEvent-inr-section .common-head h3 {
  color: #fff;
}

.newsEvent-inr-section .common-head.newsEvent-head-left {}

.newsEvent-leftSide-img {
  position: absolute;
  left: 0px;
  bottom: -58px;
  height: 230px;
  z-index: 1;
}

.newsEvent-leftSide-img img {
  height: 100%;
  object-fit: cover;
}

.common-head.newsEvent-head-left {
  width: 40%;
}

.common-head.newsEvent-head-left h3 {
  color: #fff;
}

.newsEvents-head-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.newsEvents-head-box .skew-btn::after {
  transform: rotate(10deg);
}

.newsEvents-lwr {
  width: calc(100% + 300px);
}

.newsEvents-lwr-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.newsEvents-box {
  background: rgba(25, 10, 10, 1);
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.newsEvents-dateTag {
  position: absolute;
  left: 35px;
  top: 35px;
  color: #fff;
  background: #ff0000;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
}

.newsEvents-dateTag p {
  margin-bottom: 0px;
}

.newsEvents-img {
  width: 100%;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}

.newsEvents-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsEvents-lwr-left p {
  color: #fff;
  margin-bottom: 0px;
}

.newsEvents-flag {
  height: 20px;
  margin-top: 20px;
}

.newsEvents-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsEvents-box h3 {
  font-family: var(--font-motoGPDisplay);
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/************************************ Riders Section **************************************/
.rider-section {
  min-height: 80vh;
  height: 100%;
  background: #280000 url(../media/images/rider-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.rider-inr-section {
  background: #000;
}

.rider-inr-section .common-head {
  width: 40%;
  margin: auto;
  text-align: center;
}

.rider-inr-section .common-head span {
  margin: 12px auto;
}

.rider-inr-section .common-head h3 {
  color: #fff;
}

.rider-inr-section .rider-lwr {
  margin-top: 40px;
}
.rider-inr-section .rider-lwr h6{
  color:#c90000;
}
.rider-inr-section .rider-lwr h3{
  font-family: var(--font-motoGPDisplay);
  font-weight: 700;
  font-size: 35px;
  color: #000;

}

.rider-right-img {
  position: absolute;
  bottom: -172px;
  right: 0px;
  height: 230px;
}

.rider-right-img img {
  height: 100%;
  object-fit: cover;
}


.rider-head-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rider-head-box .common-head {
  width: 40%;
}

.rider-head-box .common-head h3 {
  color: #fff;
}

.rider-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.rider-tag {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 6px 12px;
  background: #ff0000;
  color: #fff;
  border-radius: 6px;
}

.rider-tag p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}

.rider-img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 290px;
}

.rider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rider-content {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainContent{
  padding: 0 15px;
}
.rider-country {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.rider-content h3 {
  font-family: var(--font-motoGPDisplay);
  font-weight: 700;
  font-size: 35px;
  color: #000;
}

.rider-content p {
  font-weight: 400;
  font-size: 18px;
  color: #ff0000;
}

.slanted-badge {
  font-family: var(--font-motoGPDisplay, Arial, sans-serif);
  background: #ff0000;
  color: #ffffff;
  width: 100%;
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* slanted shape */
  clip-path: polygon(6% 0,
      100% 0,
      94% 100%,
      0% 100%);
}


/*********************************** Moto tech Overview Section  *******************************/
.motoTech-section {
  background: #000 url(../media/images/mototech-bg1.png);
  /* background-color: #000; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.motoTech-head {
  width: 40%;
  margin: auto;
}

.motoTech-head span {
  margin: 12px auto;
}

.motoTech-head h3 {
  color: #fff;
}

.motoTech-prod-box {
  position: relative;
  margin-top: 20px;
}

.motoTech-box-top {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: #ff0000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.motoTech-box-top h3 {
  font-family: var(--font-motoGPDisplay);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  width: 50%;
}

.motoTech-img {
  height: 250px;
}

.motoTech-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motoTech-box-lwr ul {
  padding: 10px 40px;
}

.motoTech-box-lwr ul li {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #282828;
  padding: 10px 50px 20px;

}

.motoTech-box-lwr ul li:last-child {
  border-bottom: none !important;
}

.motoTech-box-lwr ul li i {
  color: #ff0000;
  margin-top: 10px;
}

.motoTech-btm {
  background-image: url(../media/images/motoTech-lwr-bg.png);
  background-repeat: no-repeat;
  min-height: 300px;
  height: 100%;
  margin: auto;
  width: 85%;

}

.motoTech-btm-box {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 20px;
  height: 300px;
}

.motoTech-btm-content h3 {
  font-family: var(--font-motoGPDisplay);
  font-size: 42px;
  line-height: 47px;
  font-weight: 700;
  color: #fff;
}

.motoTech-btm-content {
  width: 40%;
}

.motoTech-btm-content .skew-btn {
  margin-top: 10px;
}

.motoTech-btm-content .skew-inner {
  background: #fff;
  color: #000;

}

.motoTech-btm-content .skew-btn::after {
  background: #fff;
}

.motoTech-btm-content .skew-inner i {
  color: #fff;
}

/* Hover */
.motoTech-btm-content .skew-btn:hover .skew-inner,
.motoTech-btm-content .skew-btn:hover::after {
  background: #fff;
}

.countdown-wrapper {
  padding: 40px 60px;
  /* background:
    radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, #c40000, #ff1a1a);
  background-size: 6px 6px, 100%; */
}

.countdown {
  display: flex;
  align-items: center;
  gap: 25px;
}

.time-box {
  text-align: center;
  color: #fff;
}

.time {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}

.time-box span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1.5px;
  opacity: 0.9;
}

.colon {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  margin-top: -10px;
}


/********************************** Sponcers and Partners *******************************/
.sponsPartner-section {
  background-image: url(../media/images/sponsPartner-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}

.sponsPartner-left-img-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 480px;
}

.sponsPartner-left-img-bg img {
  height: 100%;
  object-fit: cover;
}

.sponsPartner-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin: auto;
  margin-top: 10px;
}

.sponsPartner-head>span {
  margin: auto;
}

.sponsPartner-head>h3 {
  color: #fff;
}

.sponsPartner-container {
  width: 100%;
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin: 20px 0px 40px;
  position: relative;
  z-index: 1;
}

.sponsPartner-box {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  height: 100%;
  border-radius: 10px;
}

.sponsPartner-logo {
  height: 80px;
}

.sponsPartner-logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.sponsPartner-left-img {
  position: absolute;
  left: 0px;
  top: -58px;
  height: 230px;
}

.sponsPartner-left-img img {
  height: 100%;
  object-fit: contain;
}

.sponsPartner-right-img {
  position: absolute;
  right: 0px;
  bottom: -60px;
  /* height: 230px; */
  z-index: 1;
}

.sponsPartner-right-img img {
  height: 100%;
  object-fit: contain;
}

/*********************************** Contact US Section ***************************************/
.contact-section {
  position: relative;
  height: 100%;
  background-image: url(../media/images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.contact-inr-section {
  min-height: 90vh;
  height: 100%;
  background: #000;
  background-image: url(../media/images/contact-bg.png);
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
}

.contact-inr-section::after {
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: block;
}

.contact-inr-section .contact-form-wrapper {
  background: #ff0000;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%; */
  padding: 40px;
  border-radius: 30px;
  z-index: 1;
  position: relative;
}

/* .contact-form-wrapper {
  background: #ff0000;
  position: absolute;
  left: 150px;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  padding: 40px;
  border-radius: 30px;
  z-index: 1;
} */

.contact-head h3 {
  font-family: var(--font-motoGPDisplay);
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
}

.contact-head p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  width: 80%;
}

.contact-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

/* .contact-box label {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
} */

.contact-box input {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  padding: 8px 0;
  color: #fff;
  font-size: 16px;
  outline: none;
}

.contact-box input::placeholder {
  color: #fff;
  text-transform: uppercase;
}

.contact-box input:focus {
  border-bottom-color: #fff;
}

.contact-form .skew-btn {
  width: fit-content;
  margin-top: 20px;
}

.contact-form .skew-inner {
  background: #fff;
  color: #000;
}

.contact-form .skew-btn::after {
  right: 10px;
  background: #fff;
  transform: rotate(10deg);
}

.contact-form .skew-inner i {
  color: #ff0000;
}

.contact-form .skew-btn:hover .skew-inner,
.contact-form .skew-btn:hover::after {
  background: #fff;
}

/********************************* Gallery Section ************************************/
.gallery-home-section {
  background: #000;
  position: relative;
}

.gallery-left-img {
  position: absolute;
  left: 0px;
  top: -50px;
  height: 220px;
}

.gallery-left-img img {
  height: 100%;
  object-fit: contain;
}

.gallery-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  margin: auto;
  margin-top: 10px;
}

.gallery-head>span {
  margin: auto;
}

.gallery-head>h3 {
  color: #fff;
}

.gallery-lwr {
  margin-top: 20px;
}

.gallery-container-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  align-items: center;
}

.gallery-box {
  height: 500px;
}

.gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-slider.owl-carousel {
  position: relative;
}

.gallery-slider.owl-carousel .owl-item {
  transform: scale(1);
  opacity: 0.5;
  padding: 40px 0px;
}

.gallery-slider.owl-carousel .owl-item.active.center {
  transform: scale(1.2);
  opacity: 1;
  position: relative;
  z-index: 1;
}

/* .gallery-slider.owl-carousel .owl-nav {
  position: absolute;
  z-index: 1;
} */
.gallery-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  color: #000;
}

.gallery-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  color: #000;
}

.gallery-slider.owl-carousel .owl-stage-outer {
  margin-bottom: -120px;
  z-index: 11111;
}



/************************************ FAQ Section Page *****************************************/
.faq-section {
  padding: 80px 0;
  background: #fafafa;
}

/* Section Header */
.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}

.section-header p {
  color: #777;
  margin-bottom: 40px;
}

/* FAQ Wrapper */
.faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

/* FAQ Item */
.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* Hide checkbox */
.faq-item input {
  display: none;
}

/* Question */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  transition: background 0.3s ease;
}

/* .faq-question:hover {
  background: #f5f5f5;
} */

/* Icon */
.faq-question .icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

/* Answer (closed state) */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-answer p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* Open State */
.faq-item input:checked+.faq-question .icon {
  transform: rotate(45deg);
}

.faq-item input:checked~.faq-answer {
  max-height: 300px;
  padding: 0 22px 18px;
}


/************************************* Footer Section *************************************/
.footer-section {
  min-height: 80vh;
  height: 100%;
  /* background: #000 url(../media/images/footer-bg1.png); */
  background-repeat: no-repeat;
  background-position: top;
  /* padding-bottom: 80px; */
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 80vh;
  padding-bottom: 40px;
}

.footer-logo {
  width: 150px;
  height: 150px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-link-box {
  margin-top: 20px;
  /* display: flex;
  flex-direction: column; */
  text-align: center;
  /* align-items: center; */


}

.footer-link-box h5 {
  font-family: var(--font-motoGPDisplay);
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.footer-links li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 2px 2px 2px #000;
}

.footer-contact {
  margin-top: 20px;
  position: relative;
  /* border-top: 0.5px solid #ff0000; */
}

.footer-contact::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 1) 50%, rgba(255, 0, 0, 0) 100%);
}

/* .field::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #fff, #ffb3b3);
} */

/* background: linear-gradient(90deg,rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 0.6) 50%, rgba(255, 0, 0, 1) 100%); */

.footer-contact .footer-contact-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 20px;
}

.footer-contact .footer-contact-list li a {
  font-family: var(--font-jakarta);
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact .footer-contact-list li a>i {
  font-size: 22px;
  color: #000;
}

.copy-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.5px solid #ffffff61;
  padding: 20px 0px;
}

.copy-text p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer-social-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social-list li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.footer-social-list li a:hover {
  background: #fff;
  color: #ff0000;
}

/* FOOTER SECTION */

/* Pagination Style */
a.page-numbers {
    padding: 5px 10px !important;
    border: 1px solid #fff !important;
    color: #fff;
}
span.page-numbers.current {
    display: inline-block;
    border: 1px solid #ff0000;
    padding: 5px 15px;
    background: #ff0000;
    color: #fff;
    font-weight: 600;
}
.pagination-inner {
    display: block;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* .contact-form-wrapper {
    top: 0;
    transform: translateY(0%);
    position: relative;
} */
.contact-box input {
	max-width: 100%;
}

/* 404 Page css  */

.common-section404 {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.section-404 {
  text-align: center;
}
.section-404 .error {
  font-size: 150px;
  color: #ff0000;
  text-shadow: 1px 1px 1px #ff0000, 2px 2px 1px #ff0000, 3px 3px 1px #ff0000, 4px 4px 1px #ff0000, 5px 5px 1px #ff0000, 6px 6px 1px #ff0000, 7px 7px 1px #ff0000, 8px 8px 1px #ff0000, 25px 25px 8px rgba(0,0,0, 0.1);
}
.section-404 .page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}


/* EVENT GRID SECTION */
.events-grid-section {
    padding: 80px 0;
    background: #f8f9fb;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
}

/* EVENT CARD */
.event-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    position: relative;
    display: flex;
    transition: all 0.35s ease;
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.15);
}

/* IMAGE */
.event-thumb {
    position: relative;
    width: 40%;
    min-height: 100%;
}

.event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* DATE BADGE */
.event-date-badge {
    position: absolute;
    top: 20px;
    right: 20px; /* ✅ ALWAYS right-aligned */
    background: linear-gradient(135deg, #ff0000, #ff1010);
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    padding-top: 14px;
    z-index: 5; /* IMPORTANT */
    box-shadow: 0 10px 25px rgba(253, 5, 38, 0.4);
}


.event-date-badge span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
    text-transform: uppercase;
}

/* CONTENT */
.event-content {
    padding: 28px;
    padding-right: 100px;
    width: 60%;
}

/* TITLE */
.event-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-right: 80px;
}

.event-title a {
    color: #111;
    text-decoration: none;
}

/* META INFO */
.event-meta {
    font-size: 14px;
    color: #555;
    margin-bottom: 18px;
}

.event-meta div {
    margin-bottom: 6px;
}

/* BUTTON */
.event-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ff0000;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.event-btn:hover {
    background: #cc0000;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .event-card {
        flex-direction: column;
    }

    .event-thumb,
    .event-content {
        width: 100%;
    }

    .event-thumb {
        height: 220px;
    }

    .event-date-badge {
        width: 60px;
        height: 60px;
        font-size: 18px;
        padding-top: 12px;
    }
}
























/* .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
. */

/* media start */

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1400px) {
  .newsEvents-lwr {
    width: calc(100% + 50px);
  }
}

@media (min-width: 1600px) {
  .newsEvents-lwr {
    width: calc(100% + 150px);
  }
}

@media (min-width: 1700px) {
  .newsEvents-lwr {
    width: calc(100% + 230px);
  }
}

@media (min-width: 1800px) {}

@media (min-width: 1900px) {}

@media (min-width: 2000px) {}

@media (max-width: 1900px) {}

@media (max-width: 1800px) {}

@media (max-width: 1600px) {}

@media (max-width: 1500px) {}

@media (max-width: 1400px) {
  .newsEvents-lwr {
    width: calc(100% + 50px);
  }

  .newsEvent-leftSide-img {
    position: absolute;
    left: 0px;
    bottom: -45px;
    height: 180px;
    z-index: 1;
  }

  .banner-content h1 {
    font-size: 80px;
  }

  .about-top-box h3 {
    font-size: 42px;
  }

  .abt-leftSide-img {
    position: absolute;
    left: 0%;
    bottom: -45px;
    height: 180px;
    z-index: 1;
  }

  .abt-btm-content {
    width: 50%;
  }

  .common-head.newsEvent-head-left {
    width: 55%;
  }

  .motoTech-btm-content h3 {
    font-size: 34px;
  }

  .motoTech-btm-box {
    height: 200px;
  }

  .motoTech-btm {
    background-position: bottom;
  }

  .sponsPartner-box {
    min-height: 100px;
  }

  .sponsPartner-logo {
    height: 60px;
  }

  .sponsPartner-left-img {
    top: -45px;
    height: 180px;
  }

  .sponsPartner-left-img-bg {
    height: 300px;
  }

  .contact-form-wrapper {
    width: 55%;
  }

  .gallery-left-img {
    top: -40px;
    height: 180px;
  }

  .gallery-head {
    width: 50%;
  }

  .gallery-box {
    height: 300px;
  }
}

@media (max-width: 1199px) {
  .motoTech-box-top {
    width: 450px;
    height: 450px;
  }

  .newsEvents-lwr {
    width: calc(100% + 30px);
  }

  .abt-btm-content {
    width: 60%;
  }

  .abt-btm-content {
    left: 100px;
  }

  .abt-btm-content h3 {
    font-size: 40px;
    line-height: 42px;
  }

  .common-head.newsEvent-head-left {
    width: 65%;
  }

  .newsEvents-img {
    height: 250px;
  }

  .newsEvents-box h3 {
    font-size: 22px;
  }

  .rider-img {
    height: 200px;
  }

  .rider-content h3 {
    font-size: 28px;
  }

  .rider-content p {
    font-size: 16px;
  }

  .slanted-badge {
    font-size: 15px;
  }

  .motoTech-head {
    width: 55%;
  }

  .motoTech-img {
    height: 200px;
  }

  .motoTech-box-lwr ul li {
    font-size: 18px;
    padding: 10px 20px 20px;
  }

  .time {
    font-size: 42px;
  }

  .motoTech-btm {
    min-height: 220px;
  }

  .motoTech-btm-content h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .contact-form-wrapper {
    left: 100px;
    width: 80%;
  }

  .footer-logo {
    width: 140px;
    height: 140px;
  }

  .footer-link-box h5 {
    font-size: 28px;
  }

  .footer-contact .footer-contact-list li a {
    font-size: 15px;
  }

  .about-top-box h3 {
    font-size: 34px;
    line-height: 44px;
  }
}

/* DESKTOP */
@media (min-width: 992px) {
  .smallDeviceMenu {
    display: none;
  }

  /* .navbar-toggler {
    display: none;
  } */
}

/* MOBILE */
@media (max-width: 991px) {

  /* Hide desktop menus */
  .navbar>.container>.navbar-nav,
  .head-brand-menu .navbar-nav {
    display: none;
  }

  /* Show toggler */
  .navbar-toggler {
    display: block;
  }

  /* Mobile dropdown menu */
  .nav-menu {
    background: #000;
    padding: 20px;
  }

  .nav-menu .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
  }
}

@media (max-width: 991px) {
  .header-box-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .navbar {
    padding: 15px 0;
  }

  /* Hide desktop menus */
  .navbar>.container>.navbar-nav,
  .head-brand-menu {
    display: none;
  }

  /* Show mobile menu */
  .smallDeviceMenu {
    width: 100%;
  }

  .navbar-brand {
    position: relative;
    transform: none;
  }

  .navbar-toggler {
    display: block;
    border: none;
  }

  .navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 3px;
    background: #fff;
    position: relative;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    left: 0;
  }

  .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler-icon::after {
    top: 8px;
  }

  /* Mobile menu dropdown */
  .nav-menu {
    background: #000;
    padding: 20px;
    animation: slideDown 0.4s ease;
    position: absolute;
    left: 0px;
    width: 100%;
  }

  .nav-menu .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .nav-menu .nav-link {
    color: #fff;
    font-size: 16px;
    text-align: center;
  }

  .sponsPartner-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .rider-head-box .common-head {
    width: 70%;
  }

  .rider-content {
    padding: 10px;
  }

  .rider-section {
    min-height: 80vh;
    height: 100%;
    background: #280000 url(../media/images/rider-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
  }

  .skew-btn::after {
    transform: rotate(10deg);
  }

  .skew-inner {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
  }

  .skew-btn::after {
    transform: rotate(20deg);
  }

  .sponsPartner-head {
    width: 60%;
  }

  .motoTech-head {
    width: 65%;
  }

  .motoTech-box-top {
    width: 350px;
    height: 350px;
  }

  .motoTech-box-top h3 {
    font-size: 28px;
  }

  .motoTech-box-lwr ul {
    padding: 10px 0px;
  }

  .motoTech-box-lwr ul li {
    font-size: 16px;
    padding: 10px 20px 20px;
  }

  .sponsPartner-section {
    background-size: cover;
  }

  .sponsPartner-logo {
    height: 50px;
  }

  .common-head h3 {
    font-size: 38px;
    line-height: 42px;
  }

  .newsEvents-box .skew-btn::after {
    transform: rotate(12deg);
  }

  .rider-head-box .skew-btn::after {
    transform: rotate(12deg);
  }

  .abt-page .abt-btm-content {
    width: 80%;
  }

  .rider-inr-section .common-head {
    width: 60%;
  }

  .gallery-container-box {
    grid-template-columns: repeat(3, 1fr);
  }

  /* .contact-inr-section .contact-form-wrapper {
    width: 80%;
  } */
}

@media (max-width: 767px) {

  .contact-inr-section .contact-form-wrapper {
    width: 100%;
  }

  .contact-inr-section .contact-form-wrapper {
    padding: 20px;
    border-radius: 0px;
  }

  .contact-head p {
    font-size: 14px;
    width: 100%;
  }

  .gallery-container-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .motoTech-btm-box {
    height: auto;
    flex-direction: column;
  }

  .inr-banner-section {
    min-height: 34vh;
  }

  .inr-banner-content-box {
    min-height: 34vh;
  }

  .inr-banner-content-box h1 {
    font-size: 34px;
  }

  .sponsPartner-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .motoTech-box-top {
    width: 350px;
    height: 350px;
    margin: auto;
  }

  .motoTech-head {
    width: 100%;
  }

  .banner-box {
    height: 80vh;
  }

  .banner-content h1 {
    font-size: 60px;
    line-height: 54px;
  }

  .about-top-box h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .abt-leftSide-img {
    bottom: -30px;
    height: 120px;
  }

  .abt-btm-side {
    bottom: -30px;
    height: 120px;
  }

  .abt-btm-content {
    width: 100%;
    left: 0px;
  }

  .abt-btm-section {
    min-height: 600px;
    background-size: cover;
  }

  .common-head h3 {
    font-size: 32px;
    line-height: 34px;
  }

  .common-head.newsEvent-head-left {
    width: 70%;
  }

  .newsEvent-leftSide-img {
    bottom: -30px;
    height: 120px;
  }

  .rider-img {
    height: auto;
  }

  .rider-right-img {
    bottom: -90px;
    height: 120px;
  }

  .motoTech-btm-content {
    width: 100%;
    text-align: center;
  }

  .countdown-wrapper {
    padding: 10px 20px;
  }

  .sponsPartner-left-img {
    top: -30px;
    height: 120px;
  }

  .sponsPartner-right-img {
    bottom: -45px;
    height: 120px;
  }

  .contact-form-wrapper {
    left: 20px;
    width: 95%;
  }

  .footer-links li a {
    font-size: 14px;
  }

  .footer-contact .footer-contact-list {
    gap: 15px;
    flex-direction: column;
  }

  .gallery-left-img {
    top: -28px;
    height: 120px;
  }

  .newsEvents-lwr {
    width: 100%;
  }

  .banner-content-box {
    left: 0%;
  }

  .sponsPartner-head {
    width: 100%;
  }

  /* .motoTech-btm {
    background-image: none !important;
  } */

  .newsEvent-section {
    padding: 40px 0px;
  }

  .abt-page .abt-btm-content {
    width: 100%;
  }



}

@media (max-width: 575px) {
  .gallery-container-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .navbar-brand {
    width: 60px;
    height: auto;
  }

  .banner-content h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .banner-box {
    height: 60vh;
  }

  .abt-leftSide-img {
    bottom: -22px;
    height: 90px;
  }

  .abt-btm-side {
    bottom: -25px;
    height: 100px;
  }

  .newsEvent-leftSide-img {
    bottom: -25px;
    height: 100px;
  }

  .rider-right-img {
    bottom: -75px;
    height: 100px;
  }

  .common-head h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .motoTech-btm-content h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .time {
    font-size: 28px;
  }

  .colon {
    font-size: 24px;
    margin-top: -30px;
  }

  .sponsPartner-left-img {
    top: -27px;
    height: 100px;
  }

  .sponsPartner-right-img {
    bottom: -35px;
    height: 90px;
  }

  .contact-form-wrapper {
    left: 0px;
    width: 100%;
    border-radius: 0px;
  }

  .gallery-head {
    width: 100%;
  }

  .gallery-left-img {
    top: -18px;
    height: 80px;
  }

  .footer-section {
    min-height: 60vh;
  }

  .footer-logo img {
    object-fit: contain;
  }

  .copy-text {
    flex-wrap: wrap;
  }

  .footer-links {
    flex-direction: column;
    gap: 0px;
  }

  .sponsPartner-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .motoTech-box-top {
    width: 300px;
    height: 300px;
    margin: auto;
  }

  .common-head>span {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .about-top-box h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .banner-content h1 {
    font-size: 38px;
    line-height: 38px;
  }

  .banner-box {
    height: 50vh;
  }

  .abt-top-section {
    background-size: cover;
    height: 300px;
  }

  .footer-contact .footer-contact-list li a {
    font-size: 14px;
  }

  .copy-text {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .newsEvents-head-box {
    flex-wrap: wrap;
  }

  .common-head.newsEvent-head-left {
    width: 100%;
  }

  .rider-head-box {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .rider-head-box .common-head {
    width: 100%;
  }

  .rider-tag p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .slanted-badge {
    padding: 8px 8px;
  }


}

@media (max-width: 420px) {}

/* media end */

/* Team Staff Section */
.team-intro-section {
    background: #f8f9fa;
}

.team-intro-section h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.team-intro-section h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
    background: #e10600; /* racing red */
}

.team-intro-section hr {
    display: none;
}

.team-intro-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.team-intro-section img {
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    transition: transform 0.4s ease;
}

.team-intro-section img:hover {
    transform: scale(1.05);
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .team-intro-section h3 {
        font-size: 26px;
    }
    .newsEvent-section {

	min-height: auto;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar {
	flex-direction: column;
}
.inr-banner-section::after {
	background: rgba(0, 0, 0, 0.2);
}

}


/* Racing Info Card */
.racing-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    transition: all 0.4s ease;
    height: 100%;
}

.racing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}

/* Icon */
.racing-card i {
    font-size: 38px;
    color: #e10600; /* Racing Red */
    background: #fbe9e9;
    padding: 18px;
    border-radius: 50%;
    margin-bottom: 20px;
    display: inline-block;
}

/* Image */
.racing-card img {
    border-radius: 14px;
    margin-bottom: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Text */
.racing-card p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #555;
}

/* Contact page start */

.ctaForm-box .row {
    --bs-gutter-x: 1rem;
    gap: 16px 0px;
}
.iframe-box {
    width: 100%;
    height: 460px;
    overflow: hidden;
}
.iframe-box iframe {
    width: 100%;
    height: 100%;
}
.cont-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(var(--black-color), 0.5);
    border-radius: 8px;
    min-height: 190px;
    height: 100%;
    background: #fff;
}
.cont-text i{
  color: #ee692e;
  margin:0 5px;
  font-size: 24px;
}
.cont-icon {
    font-size: 45px;
    color: #ff0000;
}
.cont-text h5 {
    font-size: 24px;
    font-weight: 600;
    color: rgba(var(--black-color), 1);
    line-height: 1;
    margin-bottom: 12px;
}
.cont-text span, .cont-text a {
    font-size: 18px;
    line-height: 1;
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
}
.cont-text > a:hover {
    color: rgba(var(--main-color), 1);
}

/* Contact page end */

.skew-btn.noline::after, .skew-btn.wpcf7-submit.btn:after{
  display: none !important;
}

.skew-btn.noline i{
  font-size: 22px !important;
}
.single-service .rider-img {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.current-menu-item a{
  color:#ff0000 !important;
}

.et_pb_text_inner img {
	width: 100%;
}

/* .rider-box {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #0a1426;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
    margin-bottom: 50px;
} */
.rider-content {
    padding: 40px;
    
}

.rider-content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}

.rider-content p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #f15521;
}
.bg-white {
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
.bg-white h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #0a1426;
    position: relative;
}

.bg-white h2::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #f15521;
    display: block;
    margin-top: 12px;
    border-radius: 3px;
}
.et_pb_text_inner p {
    font-size: 17px;
    line-height: 1.85;
    color: #333;
    margin-bottom: 22px;
}
.wpcf7-not-valid-tip {
	color: #000;
}
.home .contact-form-wrapper {
	background: #ff0000;
	padding: 50px;
	width: 62%;
	border-radius: 12px;
}

@media (max-width:767px){
  .home .contact-form-wrapper {
	padding: 15px;
	width: 100%;
}
.row {
  gap: 0px 0px;
}
.rider-box {
	margin-bottom: 15px;
}
.modal .wpcf7-not-valid-tip {
	color: #c90000;
}
.rider-content {
	padding: 15px;
} 
.single-service .common-section {
	padding: 7px 0px;
}
.common-section.rider-inr-section {
	padding-top: 1px;
}
.inr-banner-content-box {
	padding-top: 24px;
}
.motoTech-img {
	height: 159px;
}
}