body {
  font-family: 'Raleway', sans-serif;
  background-color: #131617;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Berkshire Swash", serif;
  font-weight: 400;
  font-style: normal;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

/* ===== Header css Start ===== */
header {
  z-index: 112;
  margin-top: 15px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

header.sticky-header {
  margin-top: 0;
}

.menu-option {
  height: 95px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

header.sticky-header .menu-option {
  height: 82px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

header .logo_img img {
  height: 5.6rem;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

header.sticky-header .logo_img img {
  height: 4.6rem;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
}


header nav a:hover,
header nav a:focus {
  color: #FF6107;
}

header nav .nav-item .nav-link {
  font-size: 16px;
  color: #0a4363;
  margin-right: 10px;
  margin-left: 10px;
  text-transform: uppercase;
}
.navbar-toggler{
  font-size: 38px;
  margin-left: auto;
}
/* header nav .navbar-nav {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
} */

/* header.sticky-header nav a {
  color: #0a0a0a;
} */


/* ===== Header css End ===== */


/* ===== Slider css Start ===== */
.slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 95vh;
}

.slider_1 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/slider_img_01.jpg);
}

.slider_2 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/slider_img_02.jpg);
}

 .slider_3 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/slider_img_03.jpg);
}
/*
.slider_4 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/img_slider_4.jpg);
} */


.content_wrapper {
  position: absolute;
  z-index: 30;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.content_wrapper h1 {
  color: #fff;
  font-size: 52px;
  text-shadow: 0 0 41px #000e14;
  line-height: 1.1em;
  margin-bottom: 12px;
}

.content_wrapper h2 {
  font-size: 18px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.carousel-control-wrapper{
  /* position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;  */
  position: relative;
}

.carousel-control-next{
  left: 0;
  right: auto;
} 
.carousel-control-prev{

}
.carousel-indicators{
  z-index: 100;
}


/* ===== About us css ===== */
.about-content {
  transition: transform 0.5s ease-in-out;
}

.about-img-wrapper{
  overflow: hidden;
  transition: all 1.8s;
  -webkit-transition: all 1.8s;
  -o-transition: all 1.8s;
  -moz-transition: all 1.8s;
}
.about-img-wrapper img{
  transform: scale(1,1);
  transition: all 1.8s;
}
.about-img-wrapper:hover img{
  transform: scale(1.14,1.14);

}

.services-section {
  background: #f8f9fa; 
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.service-item {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  border-left: 5px solid #0a4363; 
}
.service-item:hover {
  background: #e3f2fd;
  border-left-color: #0056b3;
}
.icon {
  font-size: 20px;
  margin-right: 10px;
  color: #007bff;
}
.service-heading {
  background: #007bff;
  color: white;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
}



.car-card {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}
.car-card:hover {
  transform: scale(1.05);
}
.service-head {
  background: #007bff;
  color: white;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
}
.car-part-list ul {
  padding: 0;
  list-style: none;
}
.car-part-list li {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  background: #ff9800;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}
.extra-info p {
  margin-bottom: 5px;
  font-size: 14px;
}
.site-button {
  background: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
.site-button:hover {
  background: #0056b3;
  color: white;
}


.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
}
.food_section .box .img-box {
  background: #f1f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
  padding: 25px;
}
.food_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.food_section .box .detail-box {
  padding: 25px;
  min-height: 340px;
}
.food_section .box .detail-box hr{
  border-color: #f1f2f3;
}
.food_section .box .detail-box h5 {
  font-weight: 600;
}
.food_section .box .detail-box p {
  font-size: 15px;
}
.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ===== Gallery css start ===== */
.gallery-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: -26px;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.gallery-slider .owl-carousel .owl-nav button.owl-next, 
.gallery-slider .owl-carousel .owl-nav button.owl-prev{
  background: #0a4363;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 0 1px;
  outline: none;
  padding: 0!important;
  width: 40px;
  height: 40px;
}
.slider-content{
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.slider-content h5{
  font-size: 18px;
  font-weight: 800;
}
.gallery-slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 55vh;
  margin: 20px 12px;
  border-radius: 12px;
}
.gallery-slider_1 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(../images/gallery_img_01.jpg);
}
.gallery-slider_2 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(../images/gallery_img_02.jpg);
}
.gallery-slider_3 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(../images/gallery_img_03.jpg);
}
.gallery-slider_4 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(../images/gallery_img_04.jpg);
}
.gallery-slider_5 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(../images/gallery_img_05.jpg);
}
.gallery-slider_6 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(../images/gallery_img_06.jpg);
}
.gallery-slider_7 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/gallery_img_07.jpg);
}
.gallery-slider_8 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/gallery_img_08.jpg);
}
/* ===== Footer css Start ===== */

footer {
  /* background-color: #de671a; */
  color: #fff;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

footer .footer-section{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

footer h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
}

footer h5 {
  font-size: 32px;
}

footer .footer_wp {
  position: relative;
}

footer .footer_wp i {
  /* position: absolute; */
  font-size: 20px;
  margin-right: 10px;
  color: #fff;
  margin-top: 3px;
}

footer .footer_wp .footer-social i {
  font-size: 30px;
}

footer a {
  color: rgba(255, 255, 255);
}

footer a:focus,
footer a:hover {
  color: #0a4363;
  text-decoration: none;
}

footer .follow_us a:focus,
footer .follow_us a:hover{
  color: #ff770f;
  text-decoration: none;
}

footer .follow_us a:hover svg {
  fill: #ff770f;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.follow_us ul {
  padding: 0;
  list-style: none;
}

.follow_us ul li {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
}

footer hr {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 15px 0 15px 0;
}

footer .footer-logo{
  max-width: 60px;
}

.follow_us ul li a img {
  width: 30px;
  height: 30px;
}

.hygine-rating {
  background: #dbdd6d;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  padding: 15px;
}


/* start notice bar */
.top_notice_bar {
  z-index: 111;
  position: relative;
  top: 83px;
  color: white;
  background-color: #ff770f;
}

.top_notice {
  display: flex;
}

.notice_heading {
  width: 130px;
}

.notice_text {
  width: 100%;
}

/* end notice bar */

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background-color: #de671a;
  color: #fff;
}

.back-to-top:hover,
.back-to-top:focus {
  background-color: #de671a;
  color: #fff;
}

/* Common Classes  */
hr{
  border-color:#fff;
}
.bg-orange {
  background-color: #de671a;
}

.text-orange {
  color: #de671a;
}

.bg-darkBlue {
  background-color: #0a4363;
}

.bg-offwhite{
  background-color: #F6F6F6;
}

.btn-custom {
  background: linear-gradient(125deg, #fff 51%, #0a4363 51%);
  border: none;
  padding: 12px 24px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  background-size: 280% 100% !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  transition: background-position 0.3s ease-out;
}

.btn-custom:hover {
  color: #0a4363;
  background-position: left bottom !important;
  transition: background-position .3s ease-out;
  text-decoration: none;
}

.btn-custom-2{
  background: linear-gradient(125deg, #0a4363 51%, #fff 51%);
  border: none;
  padding: 12px 24px;
  font-size: 14px;
  cursor: pointer;
  color: #0a4363;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  background-size: 280% 100% !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  transition: background-position 0.3s ease-out;
}
.btn-custom-2:hover {
  color: #fff;
  background-position: left bottom !important;
  transition: background-position .3s ease-out;
  text-decoration: none;
}


.btn-custom-3{
  background: linear-gradient(125deg, #ff9800 51%, #fff 51%);
  border: none;
  padding: 12px 24px;
  font-size: 14px;
  cursor: pointer;
  color: #0a4363;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  background-size: 280% 100% !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  transition: background-position 0.3s ease-out;
}
.btn-custom-3:hover {
  color: #fff;
  background-position: left bottom !important;
  transition: background-position .3s ease-out;
  text-decoration: none;
}

.d-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
  gap: 20px; 
}
/* ===== Footer css End ===== */


.terms-conditions-section{
  color: #fff;
  padding-top: 180px;
  padding-bottom: 40px;
}

.terms-conditions-section h2{
  font-size: 1.6rem;
}

.title span:after, .title span:before {
  content: "";
  position: absolute;
  height: 10px;
  border-bottom: 1px solid #e2e2e2;
  top: 6px;
  width: 120px;
}

.title span:before {
  right: 100%;
  margin-right: 15px;
}

.title span:after {
  left: 100%;
  margin-left: 15px;
}