body {
  overflow-x: hidden !important;
}

/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

/* back-to-to */
.back-to-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 50px;
  height: 40px;
  margin: 0px;
  font-size: 18px;
  background: rgb(20, 20, 20);
  color: var(--bs-white);
  transition: 0.5s;
  z-index: 999;
  transform: skew(18deg);
}

.back-to-top a i {
  transform: skew(-18deg);
}
.logo {
  height: 122px;
  width: auto;
  margin-top: -49px;
  margin-left: 0;
  position: absolute;
}
.logoM {
  width: 100px !important;
  height: 100px !important;
  position: relative;
  /* top: -15px; */
  right: 50px;
}
.logo-div {
  display: flex;
  justify-content: center;
  position: relative;
  width: 200px;
  height: 100px;
  left: 0;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.logoM-div {
  position: relative;
  width: 300px;
  height: 155px;
  left: 20px;
}

/*  hero section Start ***/
.c-cards {
  padding-bottom: 7rem !important;
  padding-top: 2rem !important
  ;
}
.a-r {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
.A-r-c {
  color: #f9a51b !important;
  font-weight: 900;
  font-size: 48px;
  text-align: center;
  padding: 20px;
  z-index: 1;
}

@media (max-width: 767px) {
  .A-r-c {
    font-size: 24px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .A-r-c {
    font-size: 20px;
    padding: 8px;
  }
}
.intro-section {
  flex: 0 0 auto;
  width: 14%;
}
.company-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.company-card:hover {
  transform: translateY(-5px);
}

.company-title {
  background-color: #f8f9fa;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
}

.company-images img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.text-color {
  color: #f9a51b;
}

.Hero-Section {
  position: relative;
  top: 105px;
  overflow-x: hidden !important;
  background: url(../img/const.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0 !important;
  color: white !important;
}
.para {
  color: white !important;
  text-align: center;
}
.z-top {
  z-index: 1001 !important;
  position: relative;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.para {
  color: white !important;
  text-align: center;
  padding: 0 20px;
  line-height: 1.7;
  font-size: 16px;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
  hyphens: none;
}

@media (max-width: 576px) {
  .para {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.6;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: none;
  }
}

/*  hero section End ***/

*,
*::before,
*::after {
  box-sizing: border-box;
}

.logo-footer {
  width: 166px;
  height: 158px;
  position: absolute;
  top: -60px;
  left: 0;
}
.body-width {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-w {
  max-width: 2000px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .logo-footer-div {
    width: 100%;
  }
}

.logo-footer-div {
  position: relative;
  width: 178px;
  height: 80px;
}
.footer a:hover {
  color: #f9a51b !important;
}

.back-to-top a:hover {
  background: #22211f;
  color: var(--bs-white);
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 40px;
  height: 40px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-xl-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
  border: none;
  transform: skew(18deg);
  transition: 0.5s;
  white-space: nowrap;
}

.btn.btn-primary span,
.btn.btn-primary i {
  display: inline-block;
  transform: skew(-18deg);
}

/* .btn.btn-primary:hover {
  background: var(--bs-white);
  color: white !important;
} */
.btn.btn-light {
  color: #f9a51b;
  border: none;
  transform: skew(18deg);
  transition: 0.5s;
}

.btn.btn-light:hover {
  background-color: #f9a51b !important;
  color: white;
}

.btn.btn-light span,
.btn.btn-light i {
  display: inline-block;
  transform: skew(-18deg);
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: #ecc311;
}

.btn.btn-dark {
  color: var(--bs-primary);
  border: none;
  transform: skew(18deg);
  transition: 0.5s;
}

.btn.btn-dark span,
.btn.btn-dark i {
  display: inline-block;
  transform: skew(-18deg);
}

.btn.btn-dark:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
}
.custom-dropdown .nav-link {
  color: #333;
  padding: 10px 15px;
  transition: color 0.3s ease;
}
.custom-dropdown .dropdown-menu {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border: none;
  min-width: 280px;
  max-height: 400px;
  overflow-y: auto;
}
.custom-dropdown .dropdown-item {
  padding: 10px 20px;
  color: #444;
  font-size: 14px;
  transition: all 0.2s ease;
  white-space: normal;
}
.custom-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/*** Navbar Start ***/

.header-top {
  height: 105px;
  background: whitesmoke;
}
.offer-section {
  margin-top: 30px;
}
.header-top::after {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 16%;
  height: 100%;
  top: 0;
  left: 0;

  z-index: 1;
}

.topbar .login-btn {
  position: relative;
}

.topbar .login-btn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: -1px;
  background: whitesmoke;
  /* background: var(--bs-primary); */
  transform: skew(18deg);
}

@media (min-width: 992px) {
  .header-top::before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 45px;
    top: 0;
    right: 0;
    background: whitesmoke;
    z-index: -1;
  }

  .navbar-brand-2 {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-top {
    max-height: 80px;
  }

  .navbar {
    justify-content: space-between;
  }

  .header-top .container {
    max-height: 80px;
  }
  .intro-section {
    flex: 0 0 auto;
    width: 25%;
  }
  .c-cards {
    padding-bottom: 0rem !important;
  }
  .Hero-Section {
    top: 80px;
  }

  .navbar-brand {
    display: none;
  }

  .navbar-brand-2 {
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 99;
  }

  .navbar-brand-2::before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 600px;
    top: -200px;
    right: 18px;
    background: whitesmoke;
    transform: rotate(-18deg);
    z-index: -1;
  }

  .navbar.navbar-light {
    height: 100%;
    padding: 0;
  }

  .navbar .navbar-collapse {
    margin-top: -20px;
  }
}

.navbar-brand {
  position: relative;
  overflow: hidden;
  padding: 40px 15px 40px 0;
}
.modal-body {
  background-color: #f0cb2a !important;
}

.navbar-brand::before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 150px;
  height: 305px;
  top: -200px;
  right: 50px;
  background: whitesmoke;
  z-index: -1;
  transform: skew(18deg);
}

.header-top .navbar-brand {
  position: relative;
  z-index: 99;
}

.nav-bar .navbar {
  z-index: 9;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.nav-bar .navbar-light .navbar-brand img {
  max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
}

.navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 20px;
  white-space: nowrap;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #f9a51b !important;
}

@media (max-width: 992px) {
  .navbar {
    padding: 20px 0;
  }
  .nav-shaps-2{
    display: none;
  }

  .navbar .navbar-nav .nav-link {
    padding: 0;
  }

  .navbar .navbar-nav .nav-item {
    display: flex;
    padding: 12px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .navbar .navbar-nav .nav-btn {
    display: flex;
    justify-content: start;
  }

  .navbar .navbar-nav {
    width: 100%;
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-left: 50px;
    background: var(--bs-light);
  }

  .navbar .navbar-nav .nav-btn {
    display: flex;
    flex-direction: column;
  }

  .navbar .navbar-nav .nav-btn a.btn {
    margin-right: 15px;
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 8px 15px;
    border: none;
    background: #f9a51b;
    color: white;
    transform: skew(18deg);
  }

  .navbar.navbar-expand-lg .navbar-toggler span {
    transform: skew(-18deg);
  }
}
.dropdown-toggle {
  border: none;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
@media (min-width: 992px) and (max-width: 1075px) {
  .navbar .navbar-nav .nav-btn {
    margin-left: -45px !important;
  }
}

@media (min-width: 992px) {
  .navbar {
    padding: 20px 0;
  }

  .navbar .navbar-nav .nav-btn {
    display: inline-flex;
    margin-left: auto;
    background: transparent;
  }

  .navbar .navbar-nav {
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-light);
    border-radius: 10px;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 19px;
    background: var(--bs-white);
    transition: 0.5s;
    opacity: 1;
  }

  .navbar-nav {
    background: transparent !important;
  }

  .nav-shaps-1 {
    position: absolute;
    overflow: hidden;
    min-width: calc(100% - 81%);
    height: 65px;
    top: 0;
    right: 0;
    transform: skew(18deg);
    background: whitesmoke;
    z-index: -1;
  }

  .nav-shaps-2 {
    position: absolute;
    overflow: hidden;
    width: 12%;
    height: 100%;
    top: 0;
    right: 0;
    background: whitesmoke;
    z-index: 1;
    display: flex;
    gap: 20px;
  }
  .nav-shaps-2 a i{
    color: #f9a51b;
  }
}
/*** Navbar End ***/

/*** Single Page Hero Header Start ***/

@media (max-width: 576px) {
  .display-4 {
    font-size: 2rem;
    text-align: center;
  }
}

.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(236, 195, 17, 0.4), rgba(236, 195, 17, 0.4));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding: 150px;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

/* .hero-bg-half-1 {
    background-image: url(../img/header-2.jpg);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(15%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
} */

/* .hero-bg-half-2 {
    background-image: url(../img/header-1.jpg);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(15%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
} */

/* @media (max-width: 991px) {
    .hero-bg-half-1 {
        background-image: url(../img/header-2.jpg);
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
        filter: grayscale(0%);
        transform: scale(100% - 0%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }

    .hero-bg-half-2 {
        background-image: url(../img/header-1.jpg);
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
        filter: grayscale(0%);
        transform: scale(100% - 0%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }
} */

/*** Carousel Hero Header Start ***/
#myCarousel .carousel-item {
  height: 90vh !important;
}

.carousel-text-slide {
  height: 70vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
}

.text-slide-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(100, 95, 95, 0.4);
  background-blend-mode: darken;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.carousel-text-content {
  padding: 15px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin: 0 auto;
}

.carousel-text-content h2 {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #f9a51b;
}

.carousel-text-content p {
  font-size: 1rem;
  margin: 0;
}

.carousel-image-custom {
  height: 90vh !important;
  object-fit: cover !important;
  width: 100% !important;
  object-position: top center !important;
}

.carousel-image {
  height: 90vh;
  object-fit: cover;
  width: 100%;
  object-position: center center;
}

/* Media Queries */

/* Tablet Devices */
@media (max-width: 1024px) {
  #myCarousel .carousel-item {
    height: 70vh;
  }

  .carousel-text-content h2 {
    font-size: 2.5rem;
  }

  .carousel-image {
    height: 60vh;
  }

  .carousel-text-content .btn-primary,
  .carousel-text-content .btn-secondary {
    font-size: 1rem;
    padding: 10px 20px;
    width: 50%;
    margin: 10px auto;
  }
}

/* Mobile Devices */
@media (max-width: 767px) {
  .carousel-text-slide {
    height: 60vh;
  }

  .carousel-text-content h2 {
    font-size: 1.5rem;
    margin-top: 10px;
    white-space: nowrap;
  }

  .carousel-text-content p {
    font-size: 1rem;
  }

  .carousel-image {
    height: 45vh;
  }

  .carousel-control-prev,
  .carousel-control-next {
    font-size: 2rem;
    padding: 1rem;
  }

  .carousel-text-content .btn-primary,
  .carousel-text-content .btn-secondary {
    font-size: 1rem;
    padding: 12px 20px;
    width: 30%;
    margin: 10px auto;
  }
}
@media (max-width: 576px) {
  .feature .feature-shaps {
    width: 80%;
    margin-left: 5%;
  }
  .feature-carousel .owl-nav .owl-prev,
  .feature-carousel .owl-nav .owl-next {
    bottom: -68px !important;
  }
  .container-header {
    width: 180px;
  }
  .container-headers {
    width: 325px;
  }
  .bg-breadcrumb {
    padding: 150px 150px 150px 100px;
  }
  .bg-breadcrumbs {
    padding: 150px 150px 150px 35px;
  }
  .feature-carousel .owl-nav .owl-next {
    right: 80px !important;
  }
  .custom-img-height {
    height: 330px !important;
  }
  .carousel-text-slide {
    height: 70vh;
  }
  .carousel-text-content p {
    font-size: 14px;
  }
  .valmargin {
    margin-left: 33px;
  }

  .carousel-text-content h2 {
    font-size: 1.5rem;
    margin-top: 10px;
    white-space: nowrap;
  }
}
.btn-secondary {
  transform: skew(18deg);
  transition: 0.5s;
}
/*** Carousel Hero Header End ***/

/* About Section start */
.about {
  position: relative;
  /* padding-bottom: 20px; */
  background: whitesmoke;
}

.custom-img-height {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .custom-img-height {
    height: 500px;
    object-fit: cover;
  }
}

.about .about-content {
  margin-bottom: 0px !important;
  position: relative;
  z-index: 9;
}

.about .tab-class .nav .nav-item a {
  position: relative;
  text-align: center;
  background: var(--bs-white);
  color: #f9a51b;
  transform: skew(18deg);
  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
}

.about .tab-class .nav .nav-item a:hover {
  color: white;
  background-color: #f9a51b;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.about .tab-class .nav .nav-item a.active {
  background: #f9a51b;
  color: var(--bs-white);
}

.about .tab-class .nav .nav-item a span {
  transform: skew(-18deg);
}
/* about end */
/*** feature start  ***/
.feature {
  overflow: hidden;
}

.feature-carousel.owl-carousel {
  z-index: 9;
  padding: 0 30px;
  transform: skew(10deg);
}

.feature .feature-shaps {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin-top: -150px;
  transform: skewX(-10deg);
  border: 3px solid #f9a51b;
  z-index: 2;
}

.feature .feature-item {
  position: relative;
  width: 100%;
}

.feature .feature-item .feature-img {
  position: relative;
  overflow: hidden;
}

.feature .feature-item .feature-img img {
  width: 100%;
  height: auto;
}

.feature .feature-item .feature-content {
  position: relative;
  background: var(--bs-white);
  z-index: 1;
}

.feature .feature-item .feature-content p {
  font-size: 1rem;
}

.feature .feature-item .feature-content h4 {
  font-size: 1.2rem;
  color: #333;
}

.feature .feature-item .feature-content a {
  padding: 8px 16px;
  background-color: #f9a51b;
  color: #fff;
  border-radius: 5px;
}

.feature-carousel .owl-nav .owl-prev,
.feature-carousel .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -67px;
  transform: skew(18deg);
  background: linear-gradient(360deg, #835900 0%, #f9a51b 100%);
  color: var(--bs-white);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.feature-carousel .owl-nav .owl-prev i,
.feature-carousel .owl-nav .owl-next i {
  transform: skew(-18deg);
}

.feature-carousel .owl-nav .owl-prev {
  left: 0;
}
.feature-carousel .owl-nav .owl-next {
  right: 120px;
}

.feature-carousel .owl-nav .owl-prev:hover,
.feature-carousel .owl-nav .owl-next:hover {
  background: linear-gradient(360deg, #f9a51b 0%, #835900 100%);
  color: var(--bs-white);
}

@media (max-width: 767px) {
  .feature .feature-item .feature-content {
    padding: 20px;
  }

  .feature .feature-item .feature-content p {
    font-size: 0.9rem;
  }

  .feature .feature-item .feature-content h4 {
    font-size: 1.1rem;
  }

  .feature .feature-item .feature-content a {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}

/*** Features End ***/
/* trust section start */
.courses {
  position: relative;
  overflow: hidden;
  background: url(../img/66img.jpeg);

  background-position: center center;

  background-repeat: no-repeat;
  background-size: cover;
  top: 25px;
}

.courses .courses-item {
  position: relative;
  overflow: hidden;
}
.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.courses .courses-item p {
  color: var(--bs-white);
  transition: 0.5s;
}

.courses .courses-item:hover p {
  color: var(--bs-body);
}

.courses-item .courses-item-inner {
  position: relative;
  transform: skew(4deg);
  margin: 0 15px;
  background: rgba(255, 245, 225, 0.5);
  transition: 0.5s;
}

.courses-item:hover .courses-item-inner {
  background: none;
}

.courses-item .courses-item-inner:hover {
  transform: skew(-4deg);
}

.courses-item .courses-item-inner .data-info .courses-trainer {
  color: var(--bs-white);
  transition: 0.5s;
}

.courses-item:hover .courses-item-inner .data-info .courses-trainer {
  color: var(--bs-body);
}

.courses-item .courses-item-inner .data-info .courses-date {
  font-size: 13px;
}

.courses-item .courses-item-inner .courses-icon-img {
  width: 80px;
  height: 80px;
  background: var(--bs-primary);
  transition: 0.5s;
}

.courses-item .courses-item-inner .courses-icon-img img {
  filter: grayscale(100%);
  transition: 0.5s;
}

.courses-item:hover .courses-item-inner .courses-icon-img img {
  filter: grayscale(0%);
}

.courses-item-inner:hover a {
  color: #f9a51b;
  transition: 0.5s;
}

.courses-item-inner::after {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: white;
  transition: 0.5s;
  z-index: -1;
}

.btn-primary:hover {
  background: #f9a51b;
}

.courses-item-inner:hover:after {
  height: 100%;
  background: #f9a51b;
}

.courses-item-inner::after {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: white;
  transition: 0.5s;
  z-index: -1;
}

.btn-primary:hover {
  background: #f9a51b;
}

.courses-item-inner:hover:after {
  height: 100%;
}
.s_promotion_icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: white;
  border: 2px solid #fff;
  margin: 0 auto 10px auto;
}

.s_promotion_icon img {
  width: 50px;
  height: 50px;
}

hr {
  width: 50%;
  margin: 30px auto;
  border: none;
  border-top: 1px solid rgba(200, 200, 200, 0.3);
}
/* trust section end */
/*** Blog Start ***/
.blog {
  overflow: hidden;
}

.blog .blog-item {
  position: relative;
  border: 1px solid var(--bs-primary);
  transition: 0.5s;
}

.blog .blog-item .blog-content {
  background: var(--bs-white);
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.3);
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skew(100deg);
  background: rgba(200, 0, 54, 1);
  border: none;
  transition: 0.5s;
  z-index: -1;
}

.blog .blog-item .blog-img::before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skew(-100deg);
  background: rgba(12, 24, 68, 1);
  border: none;
  transition: 0.5s;
  z-index: -1;
}

.blog-content .blog-comment {
  transform: skew(8deg);
  background: rgba(12, 24, 68, 1);
}

.blog-content .blog-comment div.small,
.blog-content .blog-comment span {
  transform: skew(-4deg);
}

.blog-carousel .owl-stage-outer {
  margin-right: -1px;
}

.blog-carousel .owl-dots {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.blog-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  margin: 30px 10px 0 10px;
  background: var(--bs-dark);
  transform: skew(18deg);
  transition: 0.5s;
}

.blog-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 50px;
  background: var(--bs-primary);
  transition: 0.5s;
}

.blog-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  margin-right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.blog-carousel .owl-dots .owl-dot.active span::after {
  background: var(--bs-white);
  height: 30px;
  margin-top: 10px;
}

.blog-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-primary);
  transition: 0.5s;
}
/*** Blog End ***/

/*** Explore Fitness Start ***/
.explore {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7)),
    url(../img/services-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*** Explore Fitness End ***/

/*** Team Start ***/
team {
  overflow: hidden;
}

.team .team-item {
  position: relative;
}
.team .team-item .team-img {
  position: relative;
  overflow: hidden;
  transform: matrix(1, -0.1, 0, 1, 0, 0);
  transition: 0.5s;
}

.team .team-item .team-img img {
  transition: 0.5s;
}

.team .team-item:hover .team-img img {
  transform: scale(1.1);
}

.team .team-item .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  z-index: 1;
}

.team .team-item:hover .team-img::after {
  height: 100%;
  background: rgba(255, 245, 225, 0.5);
}

.team .team-item .team-img .team-icon {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  z-index: 2;
}

.team .team-item .team-img .team-icon a {
  transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon a {
  margin: 0 7px;
}

.team .team-item .team-content {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 25px;
  border: 1px solid var(--bs-primary);
  border-top: none;
  transform: matrix(1, -0.1, 0, 1, 0, 0);
  transition: 0.5s;
}

.team .team-item .team-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: -1;
}

.team .team-item:hover .team-content,
.team .team-item:hover .team-img {
  transform: matrix(1, 0.1, 0, 1, 0, 0);
  border: none;
}

.team .team-item:hover .team-content::after {
  height: 100%;
  background: var(--bs-dark);
}

.team .team-item .team-content h4 {
  transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
  color: var(--bs-white);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(12, 24, 68, 0.9), rgba(12, 24, 68, 0.9)),
    url(../img/services-img.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-item .quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--bs-white);
}

.testimonial-item .testimonial-img {
  border: 2px solid var(--bs-primary);
}

.testimonial-item .testimonial-img img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  transform: skew(18deg);
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev i,
.testimonial-carousel .owl-nav .owl-next i {
  transform: skew(-18deg);
}

.testimonial-carousel .owl-nav .owl-prev {
  left: 0;
}
.testimonial-carousel .owl-nav .owl-next {
  right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--bs-white);
  color: var(--bs-primary);
}
/*** Testimonial End ***/

/*** Conatct Start ***/
.contact {
  overflow: hidden;
}
.form-section {
  background-color: #f9a51b !important;
}

.contact .form-section form .form-section-col {
  transform: skewX(18deg);
  margin: 0 12px;
}

.contact .contact-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  border: 2px solid var(--bs-dark);
  background: linear-gradient(
    rgba(255, 245, 225, 0.2),
    rgba(12, 24, 68, 0.1),
    rgba(200, 0, 54, 0.3)
  );
}

.contact .contact-banner::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: url(../img/contact-banner.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.contact form button {
  border: none;
  transition: 0.5s;
}

.contact form button:hover {
  background: var(--bs-white);
  color: var(--bs-primary);
}
/*** Contact End ***/

/*** Footer Start ***/
.footer {
  background-color: #fba51a;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.f-sects {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.f-sect {
  flex: 1;
  min-width: 200px;
  max-width: 24%;
  font-size: 14px;
  line-height: 1.6;
}

.f-sect h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.f-sect ul {
  padding-left: 16px;
  list-style-type: disc;
}

.f-sect ul li {
  margin-bottom: 6px;
}

.footer-bottom {
  padding-top: 20px;
  padding-left: 10px;
}

.small-text {
  font-size: 15px;
  color: #fff;
}
.footer-divider {
  border: 0;
  height: 1px;
  background: #3b3a3a;
  margin-top: 30px;
  width: 100%;
}

@media (max-width: 991px) {
  .f-sects {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-sect {
    max-width: 100%;
  }

  .footer-bottom {
    text-align: left;
    padding-left: 10px;
  }
}

/*** Footer End ***/

/* changes */
.navbar-nav .nav-link:hover {
  color: #f9a51b !important;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f9a51b !important;
  color: #000 !important;
}
.products {
  display: flex;
}
.product-filter {
  width: 30%;
}
.product-filter-s {
  width: 70%;
}
.product-filter-s select {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 2px solid #f9a51b;
  /* font-size: 12px; */
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  /* width: calc(50% - 6px); */
}
.product {
  width: 70%;
}
.products-view {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.products-view p {
  color: #f9a51b;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  margin-right: 12px;
  text-transform: uppercase;
}
.products-grid {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  margin: 0 -6px 30px;
}
.products-item-2 {
  width: 100%;
  padding: 6px;
}
.products-item {
  width: 33.33%;
  padding: 6px;
}
.products-item-a {
  align-items: center;
  flex-direction: column;
  background-color: #f0f0f0;
  border-radius: 30px;
  color: inherit;
  display: flex;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}
.products-item-a-2 {
  align-items: center;
  flex-direction: row;
  background-color: #f0f0f0;
  border-radius: 30px;
  color: inherit;
  display: flex;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}
.products-item a:hover {
  background-color: #e0e0e0;
}
.products-item .image {
  padding: 1rem 0;
  width: 100%;
}
.products-catalog {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.products-catalog p {
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  color: #000;
  font-size: 20px;
}
.lg-primary-blue-btn {
  align-items: center;
  background: #ecc311;
  border: 2px solid #ecc311;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 28px;
  text-decoration: none;
  transition: 0.3s;
  width: fit-content;
}
.lg-primary-blue-btn:hover {
  color: white;
}
.lg-primary-blue-btn img {
  margin-left: 52px;
  display: block;
  height: auto;
  max-width: 100%;
}
.products-item .image img {
  aspect-ratio: 7 / 6;
  margin: 0 auto;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .products {
    flex-direction: column;
  }
  .f-screen {
    flex-direction: column;
  }
  .product-filter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product {
    width: 100%;
  }
  .products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .f-sect {
    width: 100%;
  }
  .f-sects {
    gap: 50px;
  }
  .products-grid-2 {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    margin: 0 -6px 30px;
  }
  .products-item {
    width: 100%;
  }
  .products-item .image {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .f-sects {
    flex-direction: column;
  }
}
@media (max-width: 515px) {
  .intro-section {
    width: 40%;
  }
  .courses {
    background: url(../img/slide11.jpeg);
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .product-filter-s {
    width: 100%;
  }
  .intro-section {
    width: 40%;
  }
}
.text-primary {
  color: #f9a51b !important;
}
.products-item .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  width: 100%;
}
.products-item-2 .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  width: 100%;
}
.products-item p.type {
  color: #ecc311;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.products-item-2 p.type {
  color: #ecc311;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.products-item p {
  text-align: center;
}
.products-item-2 p {
  text-align: center;
}
.products-item p.title {
  color: #000000;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.products-item-2 p.title {
  color: #000000;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.product-detail {
  padding: 110px 0;
  width: 100%;
}
.product-detail .container {
  width: 85%;
  margin: 0 auto;
  max-width: 1440px;
}
.product-wrap {
  display: flex;
  flex-wrap: wrap;
}
.product-detail .container .left {
  margin-bottom: 0;
  width: 33.33%;
}
.product-image {
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  border-radius: 40px;
  overflow: hidden;
  padding: 20px;
}
.product-detail .container .right {
  padding-left: 50px;
  width: 66.66%;
}
.product-detail .container h2 {
  font-size: 2rem;
  color: #ecc311;
  font-weight: 700;
  margin-bottom: 10px;
}
.meta {
  display: flex;
  margin-bottom: 20px;
}
.meta p.type {
  background-color: #ecc311;
  border: 1px solid #ecc311;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  padding: 2px 6px;
}
.meta p.technology {
  background-color: #fff;
  border: 1px solid #ecc311;
  border-radius: 6px;
  color: #ecc311;
  font-size: 14px;
  margin-right: 10px;
  padding: 2px 6px;
}
.product-detail .container .description {
  font-weight: 700;
  margin-bottom: 20px;
}
.product-link {
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 14px 28px;
  text-decoration: none;
}
.product-files {
  display: flex;
}
.product-files a {
  background-color: #fff;
  border: 2px solid #ecc311;
  border-radius: 20px;
  color: #ecc311;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
  padding: 14px 28px;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .product-detail {
    padding: 70px 0;
  }
}
@media (max-width: 992px) {
  .product-wrap {
    flex-direction: column;
  }
  .product-detail .container .left {
    margin-bottom: 20px;
    width: 100%;
  }
  .product-detail .container .right {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 635px) {
  .product-files {
    flex-direction: column;
  }
  .product-files a {
    margin-bottom: 10px;
    padding: 10px 10px;
  }
}
.btn-primary {
  background: #f9a51b !important;
}
.btn.btn-dark {
  color: #f9a51b !important;
}
.about .tab-class .nav .nav-item a.active {
  background: #f9a51b !important;
}

.nav-item.active {
  color: #f9a51b !important;
}
.header-carousel .owl-nav .owl-prev {
  color: #f9a51b !important;
}

.header-carousel .owl-nav .owl-next {
  color: #f9a51b !important;
}
.text-gold {
  color: #ecc311;
}

.btn-custom {
  background: linear-gradient(360deg, #835900 0%, #f9b414 100%);
  color: white !important;
  border-radius: 5px;
  padding: 10px;
}
.carousel-about {
  position: relative;
  height: 100%;
}

.carousel-about {
  background: white;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 20px 15px 20px 15px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  width: 150px;
  height: 150px;
}
.finder {
  margin: 30px 0px;
  padding: 0px 30px;
}

.radio-button {
  width: 24%;
  border: none;
  cursor: pointer;
  flex: none;
  padding: 0.5rem;
}
.inner-rb {
  align-items: center;
  border: 1px solid #ecc311;
  border-radius: 1.5rem;
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  transition: 0.4scubic-bezier (0.19, 1, 0.22, 1);
}
.inner-rb:hover {
  background-color: #ecc311;
}
.inner-rb:hover .rb-svg g {
  stroke: white;
}
.rb-svg {
  margin-bottom: 0;
  margin-right: 0.5rem;
  display: block;
  height: auto;
  max-width: 100%;
}
.radio-button input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -999;
}
.radio-button-label {
  color: #ecc311;
  font-size: 18px;
  width: auto;
}
.inner-rb:hover .radio-button-label {
  color: white;
}
.brand-model {
  display: flex;
  align-items: center;
  padding: 0px 20px;
  margin-top: 20px;
}
.fields {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.brand-field {
  margin-bottom: 0;
  margin-right: 1rem;
  width: calc(33.33% - 1rem);
}
.brand-field select {
  font-size: 1rem;
  border: none;
  outline: none;
  border-bottom: 2px solid #ecc311;
  font-weight: 700;
}
.input-select {
  display: inline-block;
  width: 100%;
}
.search-form-button {
  align-items: center;
  background-color: #ecc311;
  border-radius: 1rem;
  display: flex;
  height: 58px;
  justify-content: center;
  padding: 1rem;
  width: 58px;
}
.divider {
  border: 10px solid whitesmoke;
  width: 100%;
}
@media (max-width: 768px) {
  .vehicles-type {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .radio-button {
    width: 100% !important;
  }
  .brand-field {
    flex: none;
    margin-bottom: 1rem;
    margin-right: 1rem;
    width: calc(100% - 1rem);
  }
  .fields {
    flex-direction: column;
    width: 100%;
  }
}

/* ... */
.oil-head {
  border-bottom: 1px solid #ecc311;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 2rem;
}
.oil-head a {
  align-items: center;
  background-color: #fff;
  border: 2px solid #ecc311;
  border-radius: 20px;
  color: #ecc311;
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  width: fit-content;
}
.oil-head a svg {
  transform: rotate(180deg);
}
.oil-head a span {
  margin-left: 20px;
}
.entry-header {
  border-bottom: 1px solid #ecc311;
  padding: 2rem 0rem;
}

.print-action {
  display: flex;
  justify-content: flex-end;
}

.print-action a {
  align-items: center;
  background-color: #ecc311;
  border: 2px solid #ecc311;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  justify-content: flex-start;
  margin-bottom: 2rem;
  padding: 10px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  width: fit-content;
}

.print-action svg {
  margin-right: 8px;
}
.vehicle-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-top: 30px;
  padding-top: 20px;
  padding-left: 20px;
}

.label {
  background-color: #ecc311;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0.325rem 0.5rem;
  text-transform: uppercase;
}

.entry-header h2 .headline-common {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.headline-brand,
.headline-model {
  color: #ecc311;
}

.headline-energy {
  color: #ecc311;
  font-weight: 100;
}

.headline-year {
  color: #ecc311;
  font-weight: 100;
}

.content {
  padding: 30px;
  font-size: 16px;
}
.entry-content {
  font-size: 2.1rem;
  font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond,
    "Times New Roman", serif;
  letter-spacing: normal;
  line-height: 1.5;
}
.oil-vehicle-attributes {
  max-width: none !important;
  width: 100% !important;
}
.oil-vehicle-attributes-toggle {
  display: flex;
  justify-content: flex-end;
  padding: 2rem 0;
}
.oil-vehicle-attributes-toggle button {
  align-items: center;
  background: 0 0;
  color: #ecc311;
  display: flex;
  font-size: 0.75rem;
  justify-content: flex-start;
  padding: 0;
  text-transform: none;
}
.oil-vehicle-attributes-toggle button {
  align-items: center;
  background: 0 0;
  color: #ecc311;
  display: flex;
  font-size: 0.75rem;
  justify-content: flex-start;
  padding: 0;
  text-transform: none;
}
.oil-vehicle-attribute {
  margin-bottom: 1rem;
  box-sizing: border-box;
  overflow: hidden;
}
.oil-vehicle-attribute summary {
  align-items: center;
  background-color: #ecc311;
  border-radius: 24px;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 10px 40px;
}
.oil-vehicle-attribute summary span {
  width: calc(100% - 1rem);
}
.oil-vehicle-attribute dl {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 2rem;
}
.oil-vehicle-attribute dl dt {
  width: 50%;
  font-size: 2rem;
  color: black;
}
.oil-vehicle-attribute[open] svg {
  transform: rotate(0);
}
.oil-vehicle-attribute summary svg {
  transform: rotate(180deg);
}
.oil-vehicle-attribute dl dd {
  font-size: 1.25rem;
  width: 50%;
  color: #878787;
  margin-left: 0px;
}
.oil-vehicle-attribute dl hr {
  background: 0 0;
  border-top: 1px solid #d6d6d6;
  color: #d6d6d6;
  height: 1px;
  margin: 2rem 0;
  width: 100%;
}
.oil-vehicle-attribute dl ol li svg {
  margin-right: 1rem;
}
.oil-vehicle-attribute dl ol li {
  align-items: center;
  display: flex;
  line-height: 1.476;
}
.oil-footer {
  display: flex;
  justify-content: flex-end;
  padding: 2rem 0 0;
  border-top: 1px solid #ecc311;
}
.oil-footer a {
  align-items: center;
  background-color: #fff;
  border: 2px solid #ecc311;
  border-radius: 20px;
  color: #ecc311;
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  width: fit-content;
}
.oil-footer a span {
  margin-left: 20px;
}
.oil-footer a svg {
  transform: rotate(180deg);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .entry-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .print-action {
    margin-bottom: 10px;
  }

  .vehicle-info {
    text-align: left;
  }
}
.separator {
  width: 1px;
  height: 24px;
  background-color: #ecc311;
  align-self: center;
  margin: 0 1rem;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #043cfb;
}

button svg {
  margin-right: 8px;
}

@media (max-width: 600px) {
  .oil-vehicle-attributes-toggle {
    flex-direction: column;
    gap: 10px;
  }

  .separator {
    display: none;
  }

  .button svg {
    order: 1;
  }
}

.engine-details {
  background-color: #043cfb;
  color: white;
  border-radius: 8px;
  margin: 20px;
  padding: 10px;
}

.engine-details summary {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.engine-text {
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}

.engine-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.engine-details[open] .engine-icon {
  transform: rotate(180deg);
}

.engine-details dl {
  margin: 10px 0 0;
}

dt {
  font-weight: bold;
  margin: 5px 0;
}

dd {
  margin: 5px 0;
  margin-left: 50px;
}

hr {
  border: 0;
  border-top: 1px solid #fff;
  margin: 10px 0;
}

.product-link {
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

ol {
  padding-left: 20px;
  margin: 5px 0;
}

.transmission-details {
  background-color: #043cfb;
  color: white;
  border-radius: 8px;
  margin: 20px;
  padding: 10px;
}

.transmission-details summary {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.transmission-text {
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}

.transmission-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.transmission-details[open] .transmission-icon {
  transform: rotate(180deg);
}

.transmission-details dl {
  margin: 10px 0 0;
}

dt {
  font-weight: bold;
  margin: 5px 0;
}

dd {
  margin: 5px 0;
  margin-left: 50px;
}

hr {
  border: 0;
  border-top: 1px solid #fff;
  margin: 10px 0;
}

.capacity-lt {
  font-size: 16px;
  margin-left: 5px;
}

.product-link {
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

ol {
  padding-left: 20px;
  margin: 5px 0;
}
.differential-details {
  background-color: #043cfb;
  color: white;
  border-radius: 8px;
  margin: 20px;
  padding: 10px;
}

.differential-details summary {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.differential-text {
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}

.differential-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.differential-details[open] .differential-icon {
  transform: rotate(180deg);
}

.differential-details dl {
  margin: 10px 0 0;
}

dt {
  font-weight: bold;
  margin: 5px 0;
}

dd {
  margin: 5px 0;
  margin-left: 50px;
}

hr {
  border: 0;
  border-top: 1px solid #fff;
  margin: 10px 0;
}

.product-link {
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.product-link:hover {
  color: #043cfb;
}

ol {
  padding-left: 20px;
  margin: 5px 0;
}

.brake-fluid-details {
  background-color: #043cfb;
  color: white;
  border-radius: 8px;
  margin: 20px;
  padding: 10px;
}

.brake-fluid-details summary {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.brake-fluid-text {
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}

.brake-fluid-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.brake-fluid-details[open] .brake-fluid-icon {
  transform: rotate(180deg);
}

.brake-fluid-details dl {
  margin: 10px 0 0;
}

dt {
  font-weight: bold;
  margin: 5px 0;
}

dd {
  margin: 5px 0;
  margin-left: 50px;
}

hr {
  border: 0;
  border-top: 1px solid #fff;
  margin: 10px 0;
}

.product-link {
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.product-link:hover {
  color: #043cfb;
}

ol {
  padding-left: 20px;
  margin: 5px 0;
}
/* Search section start */
.filters-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
}

.filter {
  flex: 1 1 200px;
  position: relative;
}

.form-control,
.form-select {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.form-select {
  font-size: 14px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.form-select:focus {
  z-index: 11;
  outline: none;
}

.form-select option {
  font-size: 12px;
}

.list-group-item {
  justify-content: space-between;
}

@media (max-width: 768px) {
  .filters-container {
    align-items: stretch;
  }
}
/* Search section end*/
/* product section start */
.company-card2 {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
}

.company2-images {
  width: 100%;
  height: 180px;
  background: #fff;
  position: relative;
}

.company2-images img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: relative;
  background: #fff;
}
.name {
  color: #f9a51b;
  font-size: 15px;
  padding-top: 1rem;
  padding-left: 1rem;
  display: inline-block;
  white-space: normal;
}

.img-fluid2 {
  height: 300px;
}
.category {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--bs-secondary);
  text-decoration: none;
  padding-top: 1rem;
  padding-left: 1rem;
}

.category:hover {
  color: #f9a51b !important;
}
.name:hover {
  color: #f9a51b !important;
}
/* product section end */

/* About us section start */

.about2 {
  padding-top: 80px;
}

.feature {
  background-color: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.who-we-are {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
}
.container-fluids {
  margin-top: 81px;
}

/* History Section */
.container-fluid.feature {
  padding-top: 30px;
}

.display-4 {
  font-size: 2.5rem;
  font-weight: 600;
}

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

.ceo-message .ceo-content {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ceo-message p {
  font-size: 1rem;
  color: #333333;
}

.mb-0 {
  margin-bottom: 0;
}

.px-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.pb-5 {
  padding-bottom: 3rem;
}

.wow {
  visibility: hidden;
}

.wow.fadeInUp {
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .display-4 {
    font-size: 2rem;
  }

  .who-we-are {
    font-size: 1.5rem;
  }
}

/* policy section start  */

.text-orange {
  color: #f9a51b;
}

.policy-section {
  background-color: #f8f9fa;
}

.card-title {
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.card-text li {
  margin-bottom: 0.5rem;
}

/* policy section End  */

<!-- FABRICATION & WELDING DIVISION Section start */ .offer-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.offer-item:hover {
  transform: translateY(-10px);
}

.offer-item h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #f9a51b;
}

.offer-item p {
  font-size: 1rem;
  color: #555;
}

@media (max-width: 768px) {
  .offer-item {
    padding: 15px;
  }
}

.icon-size {
  font-size: 2rem;
}

.icon-bg {
  padding: 0.5rem;
  border-radius: 50%;
  color: white;
}

.offer-item i {
  margin-bottom: 0.5rem;
}

.icon-img {
  width: 250px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 20px;
}
/* FABRICATION & WELDING DIVISION Section end */

.nav-link.active {
  color: #f9a51b !important;
}
/* form start */

.form-section2 {
  background-color: #f7f7f7 !important;
  padding-top: 40px !important;
}
.career_form_container {
  width: 450px;
  height: auto;
  border: 2px solid #f9a51b;
  padding: 35px 15px 15px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  justify-items: center;
  justify-self: center;
}

.career_lbltxt_container {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  float: left;
}

.career_lable {
  float: left;
  width: 30%;
  height: auto;
  font-family: revert;
  font-size: 14px;
  padding-top: 5px;
  color: #f9a51b;
  font-weight: 700;
}

.career_txtbox {
  float: left;
  width: 65%;
  height: auto;
  font-family: Arial;
  font-size: 14px;
  margin-left: 5px;
}

.txt_inner_style {
  width: 100%;
  border: 1px solid #f9a51b;
  border-radius: 5px;
  padding: 5px;
}
.txt_inner_style::placeholder {
  color: gray;
  font-style: italic;
  font-size: 14px;
  opacity: 0.7;
}
.txt_inner_style:focus {
  outline: none;
}

button,
input,
select,
textarea,
optgroup {
  font: inherit;
  margin: 0;
}

.career_drpdown {
  width: 100%;
  height: 26px;
}

.career_btn {
  width: 92px;
  background-color: #f9a51b;
  border: none;
  color: white;
}
@media (max-width: 576px) {
  .career_form_container {
    width: 90%;
    padding: 25px 15px;
  }
  .carousel-text-content .btn-primary,
  .carousel-text-content .btn-secondary {
    font-size: 1rem;
    padding: 12px 20px;
    width: 45%;
    margin: 10px auto;
  }

  .career_lbltxt_container {
    display: flex;
  }

  .career_lable {
    width: 65%;
    margin-bottom: 5px;
  }

  .career_txtbox {
    width: 100%;
    margin-left: 0;
  }
}

/* form end  */

/* quote-start */

.quote-section-bg {
  background: linear-gradient(to bottom, #fee5b3, #fbc66c);
}

.quote-btn {
  background-color: #f9a51b;
  border: none;
  transition: background-color 0.3s ease;
  color: #fff;
}

.quote-btn:hover {
  background-color: #e18f11;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(49%) sepia(90%) saturate(572%) hue-rotate(2deg) brightness(97%)
    contrast(96%);
  cursor: pointer;
}

input[type="date"]:focus {
  border-color: #f9a51b;
  box-shadow: 0 0 0 0.2rem rgba(249, 165, 27, 0.25);
}
.form-control:focus {
  border-color: #f9a51b;
  box-shadow: 0 0 0 0.2rem rgba(249, 165, 27, 0.2);
}

/* quote-end */

.breadcrumb-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}
@keyframes slideFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-text-content.animate-text {
  animation: slideFromTop 1s ease-out;
}
/* .. */
.feature-item2 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 15px;
}

.feature-img2 {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}

.feature-img2 img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.feature-content {
  padding: 1.5rem;
}

.feature-content .about-2 {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: #333;
}

.feature-content .btn {
  padding: 0.5rem 1.5rem;
  background-color: #f9a51b;
  border: none;
  color: #fff;
  transition: background-color 0.3s ease;
}

.feature-content .btn:hover {
  background-color: #e68d13;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-img2 {
    height: 160px;
  }

  .feature-content {
    padding: 1rem;
  }

  .feature-content .about-2 {
    font-size: 0.95rem;
  }
}

/* .. */
.heading-transition {
  position: relative;
  background: rgba(255, 245, 225, 0.5);
  /* border: 2px solid #F9A51B; */
  transform: skew(4deg);
  margin: 0 15px;
  transition: background 0.5s ease, transform 0.5s ease, border-color 0.5s ease;
}

.heading-transition:hover {
  background: #f9a51b;

  transform: skew(4deg) scale(1.03);
  border-color: #e08900;
  color: white !important;
}

.heading-transition h1 {
  transform: skew(-4deg);
  margin: 0;
  transition: color 0.5s ease;
}

.heading-transition :hover h1 {
  color: white !important;
}

.OB-main {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 15px;
}

.OB-items {
  width: 300px;
  background-color: white;
  box-shadow: 2px 2px 10px #8a8888;
  padding-top: 15px;
  border-radius: 10px;
}
