/*--------------------------------------------------------------*

*-------------------------------------------------------------*
Table of Contents
	 Preloader
	 Basic	
	 Header
	 Body Content
	 Features section
	 Form Section
	 Find Dealer
	 Testimonial Slider
   Horizontal Tab
	 Vertical Tab
	 Features Pointing
	 Variation Slider
	 Before/After Car
	 Gallery
	 Footer
		
 
  
 *--------------------------------------------------------------*/
:root {
  --main-color: #2596be;
  --text-color: #3b3b3b;
  --heading-color: #000000;
  --light-gray: #eeeeee;
  --white-color: #ffffff;
  --dark-gray: #282828;
  --dark-gray-2: #8c8c8c;
  --black-color: #000000;
}

/*--------------------------------------------------------------*
  Preloader
*--------------------------------------------------------------*/
#st-preloader {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
}

.st-preloader-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--main-color);
  ;
  padding: 10px;
  border-radius: 50%;
}

.st-preloader-wave img {
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  -webkit-transform-origin: 40px 40px;
  transform: translate3d(0, 0, 0) rotate(0deg);
  animation: rotateicon 3s linear 0s infinite;
}

@-webkit-keyframes rotateicon {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotateicon {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


@-webkit-keyframes rotateicon {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotateicon {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.st-preloader-wave:before {
  position: absolute;
  display: inline-block;
  width: 150px;
  height: 150px;
  content: "";
  -webkit-animation: preloader-wave 1.5s linear infinite;
  animation: preloader-wave 1.5s linear infinite;
  border-radius: 50%;
  background: var(--main-color);
  ;
  left: -25px;
  top: -25px;
}

@-webkit-keyframes rotateicon {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateicon {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------*
  Basic
*--------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
}

body {
  color: var(--text-color);
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a:active,
a:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  color: var(--main-color);
  ;
}

a:hover,
a:focus {
  color: var(--text-color);
  ;
}

a,
.btn {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a img,
iframe {
  border: none;
}

p {
  margin: 0 0 30px;
  /*color: var(--text-color);*/
  line-height: 25px;
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}

.text-lead,
p.text-lead,
.text-lead>* {
  font-size: 22px;
  line-height: 1.6;
}

b,
strong {
  font-weight: bold;
}

.font-w-600 {
  font-weight: 600;
}

.empty-15 {
  display: table;
  margin: auto;
  clear: both;
  height: 15px;
}

.empty-30 {
  display: table;
  margin: auto;
  clear: both;
  height: 30px;
}

.empty-45 {
  display: table;
  margin: auto;
  clear: both;
  height: 45px;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid var(--light-gray);
  ;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: 0;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.5;
}

img {
  max-width: 100%;
  vertical-align: top;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 15px 0;
  color: var(--heading-color);
  ;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

.h1,
h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.h2,
h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.h3,
h3 {
  font-size: 1.75rem;
  line-height: 1.2;
}

.h4,
h4 {
  font-size: 1.5rem;
  line-height: 1.3;
}

.h5,
h5 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.m-top-0,
.m-top-10,
.m-top-15,
.m-top-20,
.m-top-25,
.m-top-30,
.m-top-35,
.m-top-40,
.m-top-50,
.m-top-80,
.m-top-100,
.m-bot-0,
.m-bot-10,
.m-bot-15,
.m-bot-20,
.m-bot-25,
.m-bot-30,
.m-bot-35,
.m-bot-40,
.m-bot-50,
.m-bot-80,
.m-bot-100 {
  display: block;
}

.m-top-0 {
  margin-top: 0 !important;
}

.m-top-5 {
  margin-top: 5px;
}

.m-top-10 {
  margin-top: 10px;
}

.m-top-15 {
  margin-top: 15px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-25 {
  margin-top: 25px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-35 {
  margin-top: 35px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-80 {
  margin-top: 80px;
}

.m-top-100 {
  margin-top: 100px;
}

/*margin bottom*/
.m-bot-0 {
  margin-bottom: 0 !important;
}

.m-bot-10 {
  margin-bottom: 10px;
}

.m-bot-15 {
  margin-bottom: 15px;
}

.m-bot-20 {
  margin-bottom: 20px;
}

.m-bot-25 {
  margin-bottom: 25px;
}

.m-bot-30 {
  margin-bottom: 30px;
}

.m-bot-35 {
  margin-bottom: 35px;
}

.m-bot-40 {
  margin-bottom: 40px;
}

.m-bot-50 {
  margin-bottom: 50px;
}

.m-bot-80 {
  margin-bottom: 80px;
}

.m-bot-100 {
  margin-bottom: 100px;
}

.m-left-10 {
  margin-left: 20px;
}

/*padding top*/
.p-top-0 {
  padding-top: 0 !important;
}

.p-top-10 {
  padding-top: 10px;
}

.p-top-15 {
  padding-top: 15px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-25 {
  padding-top: 25px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-top-35 {
  padding-top: 35px;
}

.p-top-40 {
  padding-top: 40px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-top-80 {
  padding-top: 80px;
}

.p-top-100 {
  padding-top: 100px;
}

.p-tb-10 {
  padding: 10px 0;
}

.p-tb-20 {
  padding: 20px 0;
}

.p-tb-30 {
  padding: 30px 0;
}

.p-tb-50 {
  padding: 50px 0;
}

.p-tb-100 {
  padding: 100px 0;
}

.p-tb-150 {
  padding: 150px 0;
}

.p-tb-200 {
  padding: 200px 0;
}

.p-bot-0 {
  padding-bottom: 0 !important;
}

.p-bot-100 {
  padding-bottom: 100px !important;
}

.fw-300 {
  font-weight: 300;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.half-top-padding {
  padding-top: 15px;
}

.half-bottom-padding {
  padding-bottom: 15px;
}

.single-top-padding {
  padding-top: 30px;
}

.single-bottom-padding {
  padding-bottom: 30px;
}

.double-top-padding {
  padding-top: 60px;
}

.double-bottom-padding {
  padding-bottom: 60px;
}

.half-block-padding {
  padding: 15px;
}

.single-block-padding {
  padding: 30px;
}

.double-block-padding {
  padding: 60px;
}


.container {
  max-width: 1520px;
  width: 100%;
}

.small-container {
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.height-100 {
  height: auto;
}

.height-100>* {
  height: auto;
}

.verticle-center .row {
  vertical-align: middle;
  align-items: center;
  height: 100%;
}

.desktop-hidden {
  display: none !important;
}

.btn,
input[type="button"],
input[type="submit"],
button,
.btn-primary {
  color: var(--white-color);
  height: 56px;
  line-height: 50px;
  border: 1px solid var(--black-color);
  font-size: 1rem;
  padding: 0px 45px;
  text-align: center;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--black-color);
  position: relative;
  cursor: pointer;
}

.fw {
  width: 100%;
}

.btn-primary {
  background: transparent;
  color: var(--black-color);
}

.btn-primary.has-icon span {
  left: 0px;
  display: inline-block;
  -ms-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform .45s cubic-bezier(0.25, 1, 0.33, 1);
  position: relative;
}

.btn-primary.has-icon i {
  right: 14px;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 40px;
  height: 40px;
  width: 40px;
  -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  position: absolute;
  top: 50%;
}

.btn-primary.has-icon i {
  -webkit-transform: translateY(-50%) translateX(6px);
  transform: translateY(-50%) translateX(6px);
  color: #fff;
  background-color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 15px;
}




.btn-primary:focus,
.btn-primary:hover {
  background: var(--black-color);
  color: var(--white-color);
}

.btn-primary.has-icon:hover i {
  background: var(--white-color);
  color: var(--black-color);
}

.btn-transparent {
  background: rgba(0, 0, 0, 0.8);
  color: var(--white-color);
}

.btn-square {
  border-radius: 0 !important;
}

.accent-color {
  border-color: var(--main-color);
}

.accent-color:hover {
  background: var(--main-color);
  border-color: var(--main-color);
}

.btn-primary.btn-inverse {
  background: var(--black-color);
  color: var(--white-color);
}

.btn-primary.btn-inverse.has-icon i {
  background: var(--white-color);
  color: var(--black-color);
}

.btn-primary.btn-inverse:hover {
  background: transparent;
  color: var(--black-color);
}

.btn-primary.btn-inverse.has-icon:hover i {
  background: var(--black-color);
  color: var(--white-color);
}

.btn-primary.btn-accent {
  background: var(--main-color);
  color: var(--white-color);
  border-color: var(--main-color);
}

.btn-primary.btn-accent.has-icon i {
  background: var(--white-color);
  color: var(--black-color);
}

.btn-primary.btn-accent:hover {
  background: transparent;
  color: var(--black-color);
}

.btn-primary.btn-accent.has-icon:hover i {
  background: var(--main-color);
  color: var(--white-color);
}


.btn-primary.has-icon i.fa-play {
  font-size: 16px;
}

.btn-primary.has-icon i.fa-play:before {
  margin-left: 3px;
}

.btn-primary.play-btn {
  width: 56px;
  padding: 0 0 0 5px;
}

.btn-wrapper .btn+.btn {
  margin-left: 15px;
}

.scroll-to {
  position: absolute;
  bottom: 30px;
  height: auto;
  right: calc((100% - 1490px) / 2);
}

.scroll-to a {
  position: relative;
  display: block;
  color: var(--black-color);
  font-weight: bold;
}

.scroll-to i {
  background: #ffffff;
  height: 36px;
  width: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  line-height: 32px;
  color: var(--main-color);
  text-align: center;
  animation: jumparrow 2s infinite;
}

.scroll-to span {
  -webkit-transform: rotate(90deg) translateY(0px);
  transform: rotate(90deg) translateY(0px);
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 25px;
  line-height: 1;
  transform-origin: center top;
}

button,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

@-webkit-keyframes jumparrow {
  0% {
    -webkit-transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(0px, 10px);
  }

  40% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes jumparrow {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(0px, 10px);
  }

  40% {
    transform: translate(0, 0);
  }
}

/*--------------------------------------------------------------*
  Header
*--------------------------------------------------------------*/
header {
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 2px 2px 7.92px 0.08px rgba(0, 0, 0, 0.65);
  box-shadow: 2px 2px 7.92px 0.08px rgba(0, 0, 0, 0.65);
  width: 100%;
  position: relative;
  z-index: 10;
}

header.transparent {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
}

.menu-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

header.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 1);
  top: 0;
  left: 0;
  z-index: 91;
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.logo {
  padding-top: 32px;
  padding-bottom: 20px;
  width: 155px;
}

.logo img {
  max-height: 80px;
  display: block;
  margin-top: 10px;
}

.logo img.regular-logo {
  display: block;
}

.logo img.sticky-logo {
  display: none;
}

header.fixed .logo img.regular-logo {
  display: none;
}

header.fixed .logo img.sticky-logo {
  display: block;
}

.menu-icon {
  display: none;
}

.menu-icon {
  cursor: pointer;
  display: none;
  height: 42px;
  transition: all 500ms;
  vertical-align: middle;
  width: 42px;
  position: absolute;
  top: 37px;
  right: 15px;
}

.menu-icon span {
  background-color: var(--main-color);
  border-radius: 0;
  content: "";
  display: block;
  height: 4px;
  left: 5px;
  margin: auto;
  position: absolute;
  right: 5px;
  -webkit-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.menu-icon span:nth-child(1) {
  top: 8px;
}

.menu-icon span:nth-child(2) {
  top: 0;
  bottom: 0;
}

.menu-icon span:nth-child(3) {
  bottom: 8px;
}

.menu-icon.active span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(135deg);
  -ms-transform: translateY(12px) rotate(135deg);
  -o-transform: translateY(12px) rotate(135deg);
  transform: translateY(12px) rotate(135deg);
}

.menu-icon.active span:nth-child(2) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.menu-icon.active span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-135deg);
  -ms-transform: translateY(-10px) rotate(-135deg);
  -o-transform: translateY(-10px) rotate(-135deg);
  transform: translateY(-10px) rotate(-135deg);
}

.site-navigation {
  text-align: right;
margin: auto;
}

.site-navigation>ul {
  display: inline-block;
}

.site-navigation .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;

}

@media (min-width: 1100px) and (max-width: 1300px) {
  .site-navigation .main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    gap: 1px !important;
  }
}


.site-navigation .main-menu li {
  list-style: none;
  display: inline-block;
  /*padding: 0px 10px;*/
  position: relative;
}

.site-navigation .main-menu li a {
  display: block;
  color: #000000;
  padding: 0px 5px;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 50px;
  position: relative;
}

.site-navigation .main-menu>li>a:after {
  background: #2596be;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 50px;
  content: "";
  left: 5px;
  transition: all 400ms;
}

.site-navigation .main-menu>li>a:hover:after,
.site-navigation .main-menu>li.active>a:after {
  width: calc(100% - 10px);
}

.site-navigation .main-menu .sub-menu {
  position: absolute;
  opacity: 0;
  top: 100%;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.25);
  left: 0;
  width: 240px;
  text-align: left;
  transform: translateY(50px);
  transition: all 400ms;
  padding: 10px;
}

.site-navigation .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.site-navigation .main-menu .sub-menu li {
  display: block;
  padding: 12px 0px;
  border-bottom: 1px solid #c7c7c7;
}

.site-navigation .main-menu .sub-menu li:last-child {
  border: none;
  font-size: 14px;
}

.site-navigation .main-menu .sub-menu li a {
  display: block;
  line-height: 1;
  padding: 0;
}

.site-navigation .main-menu .sub-menu li a:hover,
.site-navigation .main-menu .sub-menu li:hover a {
  color: var(--main-color);
}

.site-navigation .header-social-media {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: 15px;
}

.site-navigation .header-social-media li {
  list-style: none;
  display: inline-block;
  margin: 0px 10px;
  position: relative;
}

.site-navigation .header-social-media li a {
  display: block;
  color: #000000;
  line-height: 90px;
}

.site-navigation .header-social-media li a:hover,
.site-navigation .header-social-media li:hover a {
  color: var(--main-color);
}

/* Light Header */
.light-header .site-navigation .main-menu li a {
  color: black;
}

.light-header .site-navigation .header-social-media li a {
  color: black;
}

.light-header.fixed .site-navigation .main-menu li a {
  color: #000000;
}

.light-header.fixed .site-navigation .header-social-media li a {
  color: #000000;
}

.light-header.fixed .site-navigation .header-social-media li a:hover {
  color: var(--main-color);
}


.main-header {
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  z-index: 1000 !important;
  transition: background-color 0.3s ease !important;

}

.menu{
  width: 1600px;
}

.sticky-header {
  background-color: white !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.menu-conainer {
  display: flex !important;
  justify-content: center;

}

.sticky-header .logo img.sticky-logo {
  display: block !important;
}

.sticky-header .logo img.regular-logo {
  display: none !important;
}

/*--------------------------------------------------------------*
  Body Content
*--------------------------------------------------------------*/
.main-container>section {
  position: relative;
  clear: both;
  border: 0;
  padding: 80px 0px;
}

.section-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: inherit;
  background-clip: padding-box;
  -webkit-overflow-scrolling: touch;
}

.section-background .background-wrapper {
  backface-visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background-clip: padding-box;
}

.section-background .background-wrapper .background-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: scroll;
}

.section-background .background-wrapper .overlay-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
}

.top-sub-heading {
  font-weight: 500;
  font-size: 3.125rem;
  -webkit-text-shadow: 6px 6px 7.83px rgba(0, 0, 0, 0.18);
  text-shadow: 6px 6px 7.83px rgba(0, 0, 0, 0.18);
  line-height: 1;
}

h1.large-heading {
  font-size: 4.75rem;
  color: var(--main-color);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-shadow: 6px 6px 7.83px rgba(0, 0, 0, 0.18);
  text-shadow: 6px 6px 7.83px rgba(0, 0, 0, 0.18);
}

h1.large-heading span {
  display: block;
  font-size: 4.725rem;
}

h2.large-heading {
  font-size: 4.625rem;
  line-height: 1;
}

h2.large-heading span {
  display: block;
  font-size: 2.225rem;
  color: var(--main-color);
  font-weight: 400;
}

.banner-content {
  padding-top: 60px;
}

.about-text {
  padding-left: 120px;
}

.text-block {
  margin-bottom: 30px;
}

.offset-y-50 {
  -wenkit-transform: translateY(50px);
  transform: translateY(50px);
}

.offset-y-100 {
  -wenkit-transform: translateY(100px);
  transform: translateY(100px);
}

.light-text {
  font-weight: 300 !important
}

.heading-wrapper {
  margin-bottom: 30px;
}

.light-text,
.light-text * {
  color: #ffffff;
}

.booknow-section {
  background: var(--main-color) url('images/bg-4.jpg') no-repeat scroll bottom center;
  background-size: 100% auto;
}

.bicycle-img {
  bottom: -80px;
  position: relative;
}

.hero-section.style-2 .top-sub-heading {
  text-transform: uppercase;
  font-weight: 300;
}

.hero-section.style-3 .top-sub-heading {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3.650rem;
}

.video-section:before {
  height: 200px;
  position: absolute;
  width: 100%;
  right: calc((100% - 1200px) / 2);
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: var(--main-color);
}

.capability-slider {
  padding: 0px 100px;
}

.cap-img {
  display: block;
}

.cap-img img {
  max-width: 100%;
  vertical-align: top;
}

.cap-details {
  padding: 15px 0px 0px;
}

.cap-details h4 {
  margin: 0px 0px 10px 0px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.capability-slider .owl-prev,
.capability-slider .owl-next {
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.capability-slider .owl-next {
  right: 0;
  left: auto;
}

.banner-features {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px -15px 30px;
}

.banner-features>div {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0px 15px;
}


.morevideo-slider.owl-carousel .item-video {
  padding-top: 56.25%;
  position: relative;
}

.owl-carousel .owl-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.morevideo-slider.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 90px;
  width: 90px;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
  background: url(images/play-btn.png) no-repeat var(--main-color)center center;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .4s ease;
}

.morevideo-slider {
  margin-left: -180px;
}

.morevideo-slider.owl-carousel .owl-video-play-icon:hover {
  transform: none;
}

.morevideo-slider .owl-stage-outer {
  -webkit-box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.73);
  box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.73);
}

.morevideo-slider .owl-nav {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 120px;
  margin-left: 30px;
}

.design-video-slider.owl-carousel .item-video {
  padding-top: 56.25%;
  position: relative;
}

.design-video-slider.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 90px;
  width: 90px;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
  background: url(images/play-btn.png) no-repeat var(--main-color)center center;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .4s ease;
}

/* .design-video-slider{margin-left:100px;} */
.design-video-slider.owl-carousel .owl-video-play-icon:hover {
  transform: none;
}

.design-video-slider .owl-stage-outer {
  -webkit-box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.73);
  box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.73);
}

.design-video-slider .owl-nav {
  margin-top: 30px;
}

.innovative-design-img {
  min-width: 1550px;
  margin-left: -950px;
  position: absolute;
}

.placeholder-text {
  position: absolute;
  right: 80px;
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 0.02);
  font-size: 7rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  top: 28%;
}

.pricing-text {
  position: absolute;
  right: calc((100% - 1520px) / 2);
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 22px;
  top: 150px;
  padding: 0px 15px;
}

.pricing-text span {
  font-size: 36px;
  font-weight: 700;
  border-bottom: 2px solid var(--main-color);
}

.power-icon {
  margin-top: 50px;
}

.power-icon .icon-img {
  margin: 0px 0px 15px 0px;
}

.power-icon .icon-img img {
  max-width: 90px;
}

.power-icon .icon-title {
  font-weight: 500;
  font-size: 20px;
}

.power-icon .icon-text {
  color: var(--main-color);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.power-icon .icon-text span {
  font-size: 20px;
  display: block;
  text-transform: none;
}

.power-icon .col {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 30px 15px 30px;
  margin: 0px 15px;
  border-radius: 18px;
}

.accessories-section img {
  margin-top: -80px;
}

#audio {
  display: none;
}

.engine-ico.start-humming {
  animation: humming 0.5s;
  animation-iteration-count: infinite;
}

@keyframes humming {
  0% {
    transform: translate(0.5px, 0.5px) rotate(0deg);
  }

  10% {
    transform: translate(-0.5px, -0.5px) rotate(-0.2deg);
  }

  20% {
    transform: translate(-0.5px, 0px) rotate(0.2deg);
  }

  30% {
    transform: translate(0.5px, 0.5px) rotate(0deg);
  }

  40% {
    transform: translate(0.5px, -0.5px) rotate(0.2deg);
  }

  50% {
    transform: translate(-0.5px, 0.5px) rotate(-0.2deg);
  }

  60% {
    transform: translate(-0.5px, 0.5px) rotate(0deg);
  }

  70% {
    transform: translate(0.5px, 0.5px) rotate(-0.2deg);
  }

  80% {
    transform: translate(-0.5px, -0.5px) rotate(0.2deg);
  }

  90% {
    transform: translate(0.5px, 0.5px) rotate(0deg);
  }

  100% {
    transform: translate(0.5px, -0.5px) rotate(-0.2deg);
  }
}

.video-section .video-slider .owl-nav {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 15px;
}

.gray-bg {
  background: #f5f5f5;
}

.black-bg {
  background: #000000;
}

.accent-bg {
  background: var(--main-color);
}

.speed-features {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 60px;
  margin-bottom: 60px;
}

.speed-features .item {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
}

.speed-features .item .value {
  font-size: 60px;
  color: #000000;
  font-weight: 800;
  line-height: 1;
}

.speed-features .item:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
}

.speed-features .item:not(:last-child):after {
  background: var(--main-color);
  height: 100%;
  width: 3px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.innovative-box {
  background: var(--main-color);
  color: #ffffff;
  padding: 120px 60px;
}

.innovative-box>* {
  color: #ffffff;
}

.innovative-box .h1 {
  font-size: 3.5rem;
  line-height: 1;
}

.innovative-design-video {
  background: url("images/racingcar-vide-bg.jpg") no-repeat scroll 0px 0px;
  position: relative;
  padding-top: 100%;
}

.innovative-design-video .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-color: #ffffff;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  font-size: 32px;
  line-height: 84px;
}

.innovative-design-video .btn:hover {
  color: var(--main-color);
  transform: translate(-50%, -50%) scale(1.1);
}

.innovative-design-info {
  padding: 50px 60px;
}

.innovative-slider-wrapper .owl-nav {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.innovative-slider-wrapper .owl-nav button {
  background: #ffffff !important;
}

.innovative-slider-wrapper .owl-nav button:hover {
  border-color: var(--main-color);
  color: var(--main-color);
}


.racing-car.color-section .color-variation-slider .owl-dots {
  position: absolute;
  top: 0;
  margin: 0px;
  left: 0;
  width: 50px;
}

.racing-car.color-section .owl-dots button.owl-dot {
  margin-bottom: 10px;
  display: inline-block;
  transition: all 400ms;
}

.engine-specifications {
  margin: 0;
  padding: 0;
  display: flex;
}

.engine-specifications li {
  padding-right: 30px;
  margin-right: 30px;
  text-align: center;
  display: inline-block;
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
}

.engine-specifications span.key {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
}

.engine-specifications span.value {
  font-size: 42px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  display: block;
}

.hero-section.racing-car h1.large-heading {
  font-size: 4.725rem;
}

.hero-section.racing-car h1.large-heading span {
  display: inline-block;
}

.hero-section.racing-car .animation-text {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 12.5em;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0em;
  font-weight: bold;
  left: 50%;
}

.racing-car.start-animation .animation-text span {
  display: inline-block;
  animation: textanimate 1s linear forwards;
  opacity: 0;
  color: rgba(255, 255, 255, 0.05) !important;
}

@keyframes textanimate {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: rotateY(0deg);
    filter: blur(0px);
  }
}

.racing-car .animation-text span:nth-child(1) {
  animation-delay: 1s;
}

.racing-car .animation-text span:nth-child(2) {
  animation-delay: 2s;
}

.racing-car .animation-text span:nth-child(3) {
  animation-delay: 2.5s;
}

.racing-car .animation-text span:nth-child(4) {
  animation-delay: 3s;
}

.racing-car .animation-text span:nth-child(5) {
  animation-delay: 3.5s;
}

.racing-car .animation-text span:nth-child(6) {
  animation-delay: 4s;
}

.racing-car .animation-text span:nth-child(7) {
  animation-delay: 4.5s;
}

.racing-car .animation-text span:nth-child(8) {
  animation-delay: 5s;
}

.racing-car-animation {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
  top: 82px;
  height: auto;
  display: table;
  left: 0;
  right: 0;
  margin: auto;
}




.content-box {
  margin: 15px 0px;
}

.content-box .inner-wrapper {
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  transition: all 500ms;
  -webkit-transition: all 500ms;
}

.content-box .inner-wrapper:hover {
  border-color: var(--main-color);
  box-shadow: 0 0 22px 0 rgba(221, 7, 7, 0.15);
}

.content-box img {
  max-width: 90px;
}

.content-box .icon {
  margin-bottom: 15px;
}

.content-box .text h3 {
  margin: 0;
  font-size: 22px;
}

.bus-variation-box {
  background: url('images/variation-img-1.jpg') no-repeat scroll center bottom;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 75%;
  padding-left: 60px;
  padding-right: 60px;
}

.bus-variation-box.second-variation {
  background: url('images/variation-img-2.jpg') no-repeat scroll center bottom;
  background-size: cover;
}

.bus-variation-box .variation-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
}

.bus-variation-box .variation-details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0 0;
}

.bus-variation-box .variation-details .item {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  text-align: center;
}

.bus-variation-box .variation-details h4 {
  margin-bottom: 0px;
}

/*-------------------------------------------------------------*
  features section
*--------------------------------------------------------------*/
.feature-box {
  position: relative;
  padding: 10px 40px 30px 20px;
  margin: 50px 0px 0px;
  overflow: hidden;
}

.feature-box:before {
  background: var(--main-color);
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 2px;
  content: "";
  display: block;
  z-index: 9;
}

.feature-icon {
  margin-bottom: 15px;
  height: 220px;
  width: 220px;
  position: relative;
  display: flex;
  align-items: center;
}

.feature-icon:before,
.feature-icon:after {
  border: 1px solid #c7c7c7;
  height: 220px;
  width: 220px;
  content: "";
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -40px;
}

.feature-icon:after {
  top: -5px;
  left: -25px;
}

.feature-icon img {
  max-height: 150px;
  max-width: 150px;
  width: 100%;
  height: 100%;
}

.features-row {
  padding-bottom: 100px;
}

/*--------------------------------------------------------------*
  Form Section
*--------------------------------------------------------------*/
textarea {
  resize: none;
}

.form-wrapper {
  padding: 30px 0px;
}

.form-group {
  margin-bottom: 0;
}

.form-control {
  font-size: 1.125em;
  background-clip: inherit;
  font-family: 'Poppins', sans-serif;
}

.form-control:focus {
  box-shadow: none;
  color: inherit !important;
}

.form-control {
  padding: 0 20px;
  border-radius: 30px;
  line-height: 50px;
  height: auto;
  border: 2px solid #cccccc;
  background: #ffffff;
  margin-bottom: 15px;
}

.transparent-field .form-control {
  background: transparent;
}

select option {
  color: #000000 !important
}

.style-1 .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c2c2c2;
  padding: 0px 0px;
  line-height: 40px;
  height: 40px;
  background: none;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: var(--black-color);
  -webkit-appearance: none;
  -moz-appearance: none;
}

.style-1 .form-control:focus {
  box-shadow: none;
  border-color: var(--main-color);
}

.style-1 textarea.form-control {
  height: 120px;
}

textarea.form-control {
  line-height: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 150px;
}

select.form-control {
  background-image: url(images/select-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center right 22px !important;
}

.transparent-field select.form-control {
  background-image: url(images/select-arrow-light.png) !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: inherit !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: inherit !important;
}

::placeholder {
  color: inherit !important;
}

/*--------------------------------------------------------------*
  Find Dealer
*--------------------------------------------------------------*/
.light-gray-bg {
  background: var(--light-gray);
}

/*--------------------------------------------------------------*
  Testimonial Slider
*--------------------------------------------------------------*/

/*--------------------------------------------------------------*
  Horizontal Tab
*--------------------------------------------------------------*/
.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin: 0px 30px 0px 0px;
}

.nav-tabs .nav-item .nav-link {
  color: #000;
  background-color: transparent;
  border: 0px;
  padding: 15px 0px;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  padding: 15px 10px;
  position: relative;
}

.nav-tabs .nav-item .nav-link {
  position: relative;
}

.nav-tabs .nav-item .nav-link:after {
  background: var(--main-color);
  height: 2px;
  width: 0px;
  margin-right: 0px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
}

.nav-tabs .nav-item.show .nav-link:after,
.nav-tabs .nav-link.active:after {
  width: 100%;
  left: 0;
}

.tab-section {
  width: 100%;
}

.racing-car .tab-section {
  width: auto;
}

.tab-content {
  padding: 30px 0px 0px 0px;
}

/*--------------------------------------------------------------*
  Vertical Tab
*--------------------------------------------------------------*/
.select-filter {
  display: none;
}

.vertical-tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.vertical-tab .nav-tabs {
  max-width: 30%;
  flex: 0 0 30%;
  width: 100%;
  padding-right: 30px;
  border: none;
  display: block;
}

.vertical-tab .nav-tabs li {
  width: 100%;
  display: block;
}

.vertical-tab .nav-tabs .nav-item .nav-link {
  color: #000;
  background-color: transparent;
  border: 0px;
  padding: 15px 0px;
  font-size: 26px;
  font-weight: 300;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}

.vertical-tab .nav-tabs .nav-item .nav-link:before {
  background: var(--main-color);
  height: 2px;
  width: 0px;
  margin-right: 0px;
  content: "";
  display: inline-block;
  position: relative;
  top: -9px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.vertical-tab .nav-tabs .nav-item .nav-link.active {
  font-weight: 600;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.vertical-tab .nav-tabs .nav-item .nav-link.active:before {
  width: 32px;
  margin-right: 15px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.vertical-tab .tab-content {
  max-width: 70%;
  flex: 0 0 70%;
  width: 100%;
  border: none;
  padding: 15px 0px 0px 0px;
}

.vertical-tab .tab-content .tab-pane {
  padding-left: 30px;
}

.vertical-tab .tab-content .tab-title {
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
}

.vertical-tab .tab-content .tab-title:before {
  height: 12px;
  margin-right: 10px;
  width: 32px;
  content: "";
  display: inline-block;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 100%;
}

.vertical-tab .nav-tabs .nav-item .nav-link::after {
  display: none;
}

table.specifications {
  width: 100%;
}

table.specifications td,
table.specifications th {
  padding: 10px 0px;
  font-size: 18px;
  border-bottom: 1px solid var(--dark-gray-2);
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

table.specifications tr:last-child td,
table.specifications tr:last-child th {
  border: 0px;
}

/*--------------------------------------------------------------*
  Features 
*--------------------------------------------------------------*/
.features-box {
  text-align: center;
  margin: 0px;
  padding: 30px 0px 0px;
}

.features-box .feature-ico {
  margin-bottom: 15px;
  display: block;
}

.features-box h4 {
  margin-bottom: 15px;
}

.features-middle-img {
  padding: 15px 30px 0px;
  position: relative;
  text-align: center;
}

.features-middle-img img {
  max-height: 700px;
}

.circle-animation {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  max-height: 400px;
  z-index: 0;
  opacity: 0.15;
  background: #2596be;
}

.circle-animation:before,
.circle-animation:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 20px solid #2596be;
  border-radius: 50%;
}

.circle-animation:before {
  animation: circleripple 4s linear infinite;
}

.circle-animation:after {
  animation: circleripple 4s linear 2s infinite;
}

.circle-animation.animated {
  opacity: 0 !important;
}

@keyframes circleripple {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/*--------------------------------------------------------------*
  Variation Slider
*--------------------------------------------------------------*/
.color-variation-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.color-variation-slider .owl-dots button.owl-dot {
  min-width: inherit;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--main-color);
  margin: 0px 10px;
}

.color-variation-slider .owl-dots button:focus {
  outline: none;
}

.color-section .owl-dots button.owl-dot.black {
  background: #313131;
}

.color-section .owl-dots button.owl-dot.red {
  background: #a92323;
}

.color-section .owl-dots button.owl-dot.yellow {
  background: #c0b714;
}

.color-section .owl-dots button.owl-dot.aqua {
  background: #2a6f2c;
}

.color-section .owl-dots button.owl-dot.lightred {
  background: #b62b36;
}

.color-section .owl-dots button.owl-dot.purple {
  background: #78587c;
}

.color-section .owl-dots button.owl-dot.pink {
  background: #d6759b;
}

.color-section .owl-dots button.owl-dot.brown {
  background: #7a223a;
}

.color-section .owl-dots button.owl-dot.white {
  background: #eaeaea;
}

.color-section .owl-dots button.owl-dot.gray-blue {
  background: #013f7f;
}

.color-section .owl-dots button.owl-dot.active {
  animation: ripple 1s linear infinite;
}

.variation-section .color-variation-slider {
  max-width: 1170px;
  margin: auto;
}

.variation-section .color-variation-slider .owl-dots {
  position: absolute;
  top: 0;
  margin: 0 0 0 50px;
  right: 100%;
  width: 50px;
}

.variation-section .owl-dots button.owl-dot {
  margin-bottom: 10px;
  display: inline-block;
  transition: all 400ms;
}

.variation-section .owl-dots button.owl-dot {
  width: 32px;
  height: 32px;
  position: relative;
  transition: all 400ms;
  left: 0;
}

.variation-section .owl-dots button.owl-dot:before {
  display: inline-block;
  width: 30px;
  height: 2px;
  content: "";
  background: var(--main-color);
  position: absolute;
  left: 0px;
  transition: all 400ms;
  opacity: 0;
  z-index: -1;
}

.variation-section .owl-dots button.owl-dot.active {
  left: 40px;
}

.variation-section .owl-dots button.owl-dot.active:before {
  opacity: 1;
  left: -40px;
}


.variation-section .owl-dots button.owl-dot.brown {
  background: #8d5a32;
}

.variation-section .owl-dots button.owl-dot.navy {
  background: #41637f;
}

.variation-section .owl-dots button.owl-dot.green {
  background: #78a01f;
}

.variation-section .owl-dots button.owl-dot.black {
  background: #464646;
}

.variation-section .owl-dots button.owl-dot.active {
  animation: ripple 1s linear infinite;
}

.owl-carousel.overflow-show .owl-stage-outer {
  overflow: initial;
}

.gallery-slider .item {
  box-shadow: 0 70px 100px -40px rgba(0, 0, 0, .5);
}

.gallery-slider.owl-carousel .owl-dots {
  text-align: center;
}

.gallery-slider.owl-carousel button.owl-dot {
  outline: none !important;
}

.gallery-slider .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6);
  width: 16px;
  height: 16px;
  margin: 0 6px;
  display: block;
  border-radius: 50%;
  transform: scale(.8);
  transition: transform 0.2s ease-in-out;
}

.gallery-slider .owl-dots .owl-dot.active span {
  transform: scale(1);
}

/*--------------------------------------------------------------*
  Before/After Car
*--------------------------------------------------------------*/
.before-after-car-container {
  margin: 30px 0px 0;
}

.before-after-car-container .twentytwenty-overlay {
  display: none;
}

.twentytwenty-horizontal .before-after-car-container .twentytwenty-handle::after,
.twentytwenty-horizontal .before-after-car-container .twentytwenty-handle::before {
  background: var(--black-color);
  box-shadow: none;
}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
  width: 0;
}

.before-after-car-container .twentytwenty-handle {
  border-color: var(--black-color);
  background: #fff;
}

.twentytwenty-left-arrow {
  border-right: 6px solid var(--main-color);
}

.twentytwenty-right-arrow {
  border-left: 6px solid var(--main-color);
}

/*--------------------------------------------------------------*
  Gallery
*--------------------------------------------------------------*/
.st-gallery {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.st-gallery li {
  list-style: none;
}

.st-gallery li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.column-2.st-gallery li {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 5px;
}

.column-3.st-gallery li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 5px;
}

.column-4.st-gallery li {
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 5px;
}

.st-gallery li span.caption-text {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.st-gallery li a:before {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.st-gallery li:hover a:before {
  opacity: 1;
  visibility: visible;
}

.st-gallery li:hover span.caption-text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*--------------------------------------------------------------*
  Footer
*--------------------------------------------------------------*/
.site-footer {
  background: rgb(45 55 59);
  color: var(--dark-gray-2);
}

.site-footer .footer-widget-area {
  padding: 100px 0px 60px;
}

.site-footer a {
  color: var(--dark-gray-2);
}

.site-footer a:hover {
  color: var(--main-color);
}

.footer-logo {
  max-height: 98px;
  margin-bottom: 30px;
}

.widget-heading {
  margin-bottom: 30px;
}

.site-footer .widget {
  margin: 0 0 40px 0;
}

.site-footer .widget-title {
  text-transform: uppercase;
  font-size: 18px;
  color: var(--white-color);
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-menu {
  margin: 0px 0px;
  padding: 0;
}

.footer-menu ul.menu {
  list-style: none;
  padding: 0px;
}

.footer-menu ul.menu li {
  margin: 10px 0px;
  padding: 0px 0px;
  list-style: none;
  display: block;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}

.footer-menu ul.menu li:before {
  position: absolute;
  content: "\f192";
  top: 2px;
  left: 0;
  color: var(--main-color);
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
}

.widget-contact-info {
  margin-bottom: 15px;
  display: block;
  position: relative;
  padding-left: 40px;
}

.widget-contact-info i {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 22px;
}

.widget-contact-info h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.site-footer .widget-contact-info h3 {
  color: #ffffff;
}

.newsletter-box {
  display: block;
  margin: 0 0 15px 0;
  max-width: 360px;
}

.newsletter-box p {
  margin-bottom: 10px;
}

.newsletter-box form {
  position: relative;
}

.newsletter-box input[type="email"] {
  padding-right: 60px;
}

.newsletter-box .signup-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--main-color);
  font-size: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  border: none;
  overflow: hidden;
}

.newsletter-box .signup-btn:before {
  content: "\f054";
  color: var(--white-color);
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 56px;
  display: block;
}

.horizontal-menu {
  margin: 0;
  padding: 0;
}

.horizontal-menu li {
  margin: 0;
  padding: 0px 15px;
  list-style: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1;
}

.horizontal-menu li:not(:last-child) {
  border-right: 2px solid var(--dark-gray-2);
}

.horizontal-menu li:hover a,
.horizontal-menu li a:hover {
  color: var(--main-color);
}

.footer-social {
  margin: 30px 0px 0;
}

.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social ul li {
  margin: 0 5px 0 0;
  padding: 0px 0px;
  list-style: none;
  display: inline-block;
  font-size: 20px;
  line-height: 1.6;
}

.footer-social ul li a {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
}

.footer-social ul li:hover a,
.horizontal-menu li a:hover {
  background: var(--main-color);
  color: var(--white-color);
}

.copyright {
  padding: 18px 0px;
  border-top: 1px solid white;
}

.copyright a {
  color: var(--main-color);
}



/* ---------- Fog ---------- */
.fogwrapper {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
}

#foglayer_01,
#foglayer_02,
#foglayer_03 {
  height: 100%;
  position: absolute;
  width: 200%;
  bottom: 0;
}

#foglayer_01 .image01,
#foglayer_01 .image02,
#foglayer_02 .image01,
#foglayer_02 .image02,
#foglayer_03 .image01,
#foglayer_03 .image02 {
  float: left;
  height: 100%;
  width: 50%;
}

#foglayer_01 {
  -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
}

#foglayer_02,
#foglayer_03 {
  -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
}

#foglayer_01 .image01,
#foglayer_01 .image02 {
  background: url("images/smoke-1.png") center center/cover no-repeat transparent;
}

#foglayer_02 .image01,
#foglayer_02 .image02,
#foglayer_03 .image01,
#foglayer_03 .image02 {
  background: url("images/smoke-2.png") center center/cover no-repeat transparent;
}

/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }

  22% {
    opacity: .8;
  }

  40% {
    opacity: .48;
  }

  58% {
    opacity: .6;
  }

  80% {
    opacity: .36;
  }

  100% {
    opacity: .20;
  }
}

@-moz-keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }

  22% {
    opacity: .8;
  }

  40% {
    opacity: .48;
  }

  58% {
    opacity: .6;
  }

  80% {
    opacity: .36;
  }

  100% {
    opacity: .20;
  }
}

@-o-keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }

  22% {
    opacity: .8;
  }

  40% {
    opacity: .48;
  }

  58% {
    opacity: .6;
  }

  80% {
    opacity: .36;
  }

  100% {
    opacity: .20;
  }
}

@keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }

  22% {
    opacity: .8;
  }

  40% {
    opacity: .48;
  }

  58% {
    opacity: .6;
  }

  80% {
    opacity: .36;
  }

  100% {
    opacity: .2;
  }
}

/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
  0% {
    opacity: .7;
  }

  25% {
    opacity: .2;
  }

  50% {
    opacity: .1;
  }

  80% {
    opacity: .4;
  }

  100% {
    opacity: .7;
  }
}

@-moz-keyframes foglayer_02_opacity {
  0% {
    opacity: .7;
  }

  25% {
    opacity: .2;
  }

  50% {
    opacity: .1;
  }

  80% {
    opacity: .4;
  }

  100% {
    opacity: .7;
  }
}

@-o-keyframes foglayer_02_opacity {
  0% {
    opacity: .7;
  }

  25% {
    opacity: .2;
  }

  50% {
    opacity: .1;
  }

  80% {
    opacity: .4;
  }

  100% {
    opacity: .7;
  }
}

@keyframes foglayer_02_opacity {
  0% {
    opacity: .7;
  }

  25% {
    opacity: .2;
  }

  50% {
    opacity: .1;
  }

  80% {
    opacity: .4;
  }

  100% {
    opacity: .7;
  }
}

/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
  0% {
    opacity: 1
  }

  27% {
    opacity: .2;
  }

  52% {
    opacity: .6;
  }

  68% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes foglayer_03_opacity {
  0% {
    opacity: 1
  }

  27% {
    opacity: .2;
  }

  52% {
    opacity: .6;
  }

  68% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes foglayer_03_opacity {
  0% {
    opacity: 1
  }

  27% {
    opacity: .2;
  }

  52% {
    opacity: .6;
  }

  68% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes foglayer_03_opacity {
  0% {
    opacity: 1;
  }

  27% {
    opacity: .2;
  }

  52% {
    opacity: .6;
  }

  68% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@-moz-keyframes foglayer_moveme {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@-o-keyframes foglayer_moveme {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes foglayer_moveme {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {

  #foglayer_01 .image01,
  #foglayer_01 .image02,
  #foglayer_02 .image01,
  #foglayer_02 .image02,
  #foglayer_03 .image01,
  #foglayer_03 .image02 {
    width: 100%;
  }
}

/**============= E-bike page css ============**/
.ebike-1::before {
  content: '';
  position: absolute;
  background-color: rgba(1, 0, 0, 0.571);
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.9;
}

.services {
  width: 100%;
  height: auto;
}

.services>* {
  flex-grow: 1;
}

.circle--rotate {
  border-radius: 50%;
  border: 1px #fff solid;
  width: 43%;
  height: 43%;
  margin: 0 auto 0;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 0;
  padding: 0;
}

.circle--rotate>li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  z-index: 10;
  visibility: hidden;
}

.circle--rotate>li .icon {
  visibility: visible;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #fff;
  height: 10%;
  width: 10%;
  margin: -5% auto;
  transition: all 500ms ease;
}

.circle--rotate>li i {
  color: #000;
  font-size: 24px;
  margin: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: table;
}

.circle--rotate>li i::before {
  display: table-cell;
  vertical-align: middle;
}

.circle--rotate>li img {
  margin: auto;
  padding: 8px;
}

.circle--slider {
  position: relative;
}

.circle--slider .rotate--circle {
  margin: 0 auto;
}

.circle--slider .circle--rotate>li div {
  position: relative;
  overflow: visible;
  background-color: #2596be;
}

.circle--slider .circle--rotate>li div span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 2s;
  opacity: 0;
}

.circle--slider .circle--rotate>li.active div {
  font-size: 15px;
  background: #2596be;
  animation: pulse-animation 2s infinite;
  transform: scale(1.3);
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(253, 247, 247, 0.656);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(190, 184, 184, 0.619);
  }
}

.circle--slider .circle--rotate>li.active div span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
  opacity: 1;
}

.circle--slider .circle--rotate>li.active div span:before {
  position: absolute;
  height: 1px;
  top: -50%;
  right: 140%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 30%;
  height: 30%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: .7;
  border: 6px solid #F48E2A;
  z-index: -1;
}

.circle--slider .circle--rotate>li.active div span:after {
  position: absolute;
  height: 1px;
  top: 100%;
  left: 130%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 40%;
  height: 40%;
  border-radius: 50%;
  opacity: .7;
  border: 8px solid #FE9290;
  z-index: 5;
}

.circle--slider .count2 li:nth-child(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.circle--slider .count3 li:nth-child(2) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.circle--slider .count3 li:nth-child(3) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.circle--slider .count4 li:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.circle--slider .count4 li:nth-child(3) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.circle--slider .count4 li:nth-child(4) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.circle--slider .count5 li:nth-child(2) {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}

.circle--slider .count5 li:nth-child(3) {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}

.circle--slider .count5 li:nth-child(4) {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}

.circle--slider .count5 li:nth-child(5) {
  -webkit-transform: rotate(-72deg);
  transform: rotate(-72deg);
}

.circle--slider .count6 li:nth-child(2) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.circle--slider .count6 li:nth-child(3) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.circle--slider .count6 li:nth-child(4) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.circle--slider .count6 li:nth-child(5) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.circle--slider .count6 li:nth-child(6) {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.circle--slider .count7 li:nth-child(2) {
  -webkit-transform: rotate(51.5deg);
  transform: rotate(51.5deg);
}

.circle--slider .count7 li:nth-child(3) {
  -webkit-transform: rotate(103deg);
  transform: rotate(103deg);
}

.circle--slider .count7 li:nth-child(4) {
  -webkit-transform: rotate(154.5deg);
  transform: rotate(154.5deg);
}

.circle--slider .count7 li:nth-child(5) {
  -webkit-transform: rotate(206deg);
  transform: rotate(206deg);
}

.circle--slider .count7 li:nth-child(6) {
  -webkit-transform: rotate(-103deg);
  transform: rotate(-103deg);
}

.circle--slider .count7 li:nth-child(7) {
  -webkit-transform: rotate(-51.5deg);
  transform: rotate(-51.5deg);
}

.circle--slider .count8 li:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.circle--slider .count8 li:nth-child(3) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.circle--slider .count8 li:nth-child(4) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.circle--slider .count8 li:nth-child(5) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.circle--slider .count8 li:nth-child(6) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.circle--slider .count8 li:nth-child(7) {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.circle--slider .count8 li:nth-child(8) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.circle--slider .count9 li:nth-child(2) {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.circle--slider .count9 li:nth-child(3) {
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
}

.circle--slider .count9 li:nth-child(4) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.circle--slider .count9 li:nth-child(5) {
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
}

.circle--slider .count9 li:nth-child(6) {
  -webkit-transform: rotate(-160deg);
  transform: rotate(-160deg);
}

.circle--slider .count9 li:nth-child(7) {
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.circle--slider .count9 li:nth-child(8) {
  -webkit-transform: rotate(-80deg);
  transform: rotate(-80deg);
}

.circle--slider .count9 li:nth-child(9) {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.circle--slider .count10 li:nth-child(2) {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.circle--slider .count10 li:nth-child(3) {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}

.circle--slider .count10 li:nth-child(4) {
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
}

.circle--slider .count10 li:nth-child(5) {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}

.circle--slider .count10 li:nth-child(6) {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.circle--slider .count10 li:nth-child(7) {
  -webkit-transform: rotate(-144deg);
  transform: rotate(-144deg);
}

.circle--slider .count10 li:nth-child(8) {
  -webkit-transform: rotate(-108deg);
  transform: rotate(-108deg);
}

.circle--slider .count10 li:nth-child(9) {
  -webkit-transform: rotate(-72deg);
  transform: rotate(-72deg);
}

.circle--slider .count10 li:nth-child(10) {
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
}

.circle--slider .animate-wrapper {
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.circle--slider .animate-title {
  color: #fff;
}

.circle--slider .animate-img {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  overflow: hidden;
}

.circle--slider .animate-img .animate-img__in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
  transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
  transition: .55s ease-in-out;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
}

.circle--slider .animate-more .p-center {
  position: absolute;
  top: 40%;
  width: 100%;
  padding: 30px;
  left: 40%;
  transform: translate(-40%, -40%);
}

.circle--slider .animate-more {
  opacity: 0;
  visibility: hidden;
  transition: all .5s .4s;
  background-color: #fff;
  max-width: 400px;
  overflow: hidden;
  text-align: center;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
  padding: 0px;
  height: 400px;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.circle--slider .animate.active .animate-more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.circle--slider .animate.active .animate-img .animate-img__in {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.circle--slider .prev,
.circle--slider .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 62px;
  width: 87px;
  text-align: center;
  cursor: pointer;
}

.circle--slider .prev span,
.circle--slider .next span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
}

.circle--slider .prev {
  left: 250px;
}

.circle--slider .next {
  right: 250px;
}

.icon-text {
  color: #fff !important;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin-top: 12px;
}

.animate-title img {
  background-color: #2596be;
  border-radius: 50%;
  padding: 8px;
}

.env-carousel {
  position: relative;
  top: 200px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.env-sm {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 0px;
}

.env_carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  filter: drop-shadow(0 2px 2px #555);
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
  animation: carousel-animate-vertical 27s linear infinite;
}

.env_carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(3s * -1);
  animation-delay: calc(3s * -1);
}

.env_carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(3s * 0);
  animation-delay: calc(3s * 0);
}

.env_carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(3s * 1);
  animation-delay: calc(3s * 1);
}

.env_carousel__item:nth-child(4) {
  -webkit-animation-delay: calc(3s * 2);
  animation-delay: calc(3s * 2);
}

.env_carousel__item:nth-child(5) {
  -webkit-animation-delay: calc(3s * 3);
  animation-delay: calc(3s * 3);
}

.env_carousel__item:nth-child(6) {
  -webkit-animation-delay: calc(3s * 4);
  animation-delay: calc(3s * 4);
}

.env_carousel__item:nth-child(7) {
  -webkit-animation-delay: calc(3s * 5);
  animation-delay: calc(3s * 5);
}

.env_carousel__item:nth-child(8) {
  -webkit-animation-delay: calc(3s * 6);
  animation-delay: calc(3s * 6);
}

.env_carousel__item:last-child {
  -webkit-animation-delay: calc(-3s * 2);
  animation-delay: calc(-3s * 2);
}

.carousel__item-head {
  border-radius: 50%;
  background-color: #2596be;
  width: 90px;
  height: 90px;
  padding: 14px;
  position: relative;
  margin-right: -45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.carousel__item-body p {
  color: #000;
}

.carousel__item-body .head {
  font-weight: 600;
}

.carousel__item-body {
  border: 1px solid #2596be;
  height: 165px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px 16px 70px;
}

.title {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }

  3%,
  11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  14.1111111111%,
  22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }

  25.2222222222%,
  33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }

  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }

  3%,
  11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  14.1111111111%,
  22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }

  25.2222222222%,
  33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }

  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }

  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

.container1 {
  width: 100%;
  padding: 50px 0;
  position: relative;
  border-radius: 8px;
}

.circular-progress {
  position: absolute;
  height: 65px;
  right: 70px;
  width: 65px;
  top: 200px;
  z-index: 1;
  border-radius: 50%;
  background: #248C46;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circular-progress::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fff;
}

.progress-value {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #2596be;
}

.text {
  font-size: 30px;
  font-weight: 500;
  color: #606060;
}

.hero-img img {
  height: auto;
  width: 100%;
  object-fit: contain;
  position: relative;
  top: 120px;
}

.feature-font {
  font-size: 16px;
  line-height: 22px;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.blink img {
  height: 120px;
  width: 120px;
  object-fit: contain;
  position: absolute;
  top: 315px;
  right: 10px;
}

@media (max-width:1600px) {
  .circle--slider .animate-more {
    height: 350px;
    width: 350px;
  }

  .circular-progress {
    height: 45px;
    width: 45px;
    right: 78px;
    top: 200px;
  }

  .progress-value {
    font-size: 13px;
  }

  .blink img {
    height: 100px;
    width: 100px;
  }

  .circular-progress::before {
    height: 35px;
    width: 35px;
  }
}

@media (max-width:1400px) {
  .circular-progress {
    height: 45px;
    width: 45px;
    right: 60px;
    top: 190px;
  }

  .progress-value {
    font-size: 13px;
  }

  .blink img {
    height: 82px;
    width: 82px;
  }

  .circular-progress::before {
    height: 35px;
    width: 35px;
  }

  .circle--slider .animate-more {
    height: 320px;
    width: 320px;
  }

  .icon-text {
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
  }

  .feature-font {
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  .circle--slider .circle--rotate>li.active div {
    font-size: 13px;
    transform: scale(1.1);
  }
}

@media (max-width:1280px) {
  .circle--slider .animate-more {
    height: 300px;
    width: 300px;
  }

  .icon-text {
    font-size: 12px;
    line-height: 15px;
    margin-top: 12px;
  }

  .feature-font {
    font-size: 13px !important;
    font-weight: 500 !important;
  }
}

@media (min-width:769px) and (max-width:1100px) {
  .circular-progress {
    height: 45px;
    width: 45px;
    right: 50px;
    top: 190px;
  }

  .progress-value {
    font-size: 13px;
  }

  .blink img {
    height: 82px;
    width: 82px;
  }

  .circular-progress::before {
    height: 35px;
    width: 35px;
  }

  .circle--slider .animate-more {
    height: 280px;
    width: 280px;
  }

  .icon-text {
    display: none;
  }

  .p-center img {
    display: none;
  }

  .circle--slider .animate-more .p-center {
    padding: 40px;
  }

  .feature-font {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px;
  }
}

@media (max-width:991px) {
  .carousel__item-body {
    height: 190px;
  }
}

@media (max-width:767px) {

  .env_carousel__item,
  .env-sm {
    position: relative;
    top: 50px;
  }

  .env-carousel {
    position: relative;
    top: 50px;
  }

  .circle--slider .animate-wrapper {
    position: relative;
  }

  .circle--rotate {
    display: none;
  }

  .circle--slider .animate-more {
    height: auto;
    border-radius: 0px;
    padding: 10px;
    width: 100% !important;
  }

  .circle--slider .animate-wrapper {
    height: 350px !important;
  }

  .carousel__item-head {
    height: 70px;
    width: 70px;
    padding: 11px;
  }

  .carousel__item-body {
    height: auto;
    padding: 5px 5px 5px 49px;
  }
}











.modales1 {
  text-align: center;
  color: #313131;
}

.modales2 {
  text-align: center;
  color: #013f7f;
}

.modales3 {
  text-align: center;
  color: #7a223a;
}

.modales4 {
  text-align: center;
  color: #eaeaea;
}

.modales5 {
  text-align: center;
  color: #a92323;
}

.modales6 {
  text-align: center;
  color: #c0b714;
}

.modales7 {
  text-align: center;
  color: #b62b36;
}

.modales8 {
  text-align: center;
  color: #248C46;
}









/*Product Section*/
.product-section {
  padding: 50px 0;
}

.product-item {
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 450px;
}

.product-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.product-name {
  font-size: 24px;
  margin-bottom: 10px;
}

.product-info {
  font-size: 16px;
  margin-bottom: 5px;
}




@media (max-width: 767px) {
  .circular-progress {
    height: 40px;
    width: 40px;
    right: 30px;
    top: 180px;
  }

}

@media (max-width: 767px) {
  .blink img {
    height: 100px;
    width: 80px;
    right: -8px;
    top: 229px;
  }
}

/* Stastics section*/

.statistics-section {
  padding: 50px 0;
  /* Adjust padding for smaller screens */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.statistic {
  text-align: center;
  padding: 15px;
  /* Adjust padding for smaller screens */
  margin-bottom: 30px;
  /* Adjust margin bottom for smaller screens */
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 165px;
}

.count {
  font-size: 36px;
  /* Decrease font size for smaller screens */
  font-weight: 700;
  /* Decrease font weight for smaller screens */
  color: var(--main-color);
  margin-bottom: 5px;
  /* Adjust margin bottom for smaller screens */
}

.label {
  font-size: 24px;
  /* Decrease font size for smaller screens */
  font-weight: 600;
  /* Decrease font weight for smaller screens */
  color: var(--heading-color);
}

/* Media query for medium screens */
@media only screen and (max-width: 768px) {
  .statistics-section {
    padding: 30px 0;
    /* Adjust padding for medium screens */
  }

  .count {
    font-size: 28px;
    /* Adjust font size for medium screens */
  }

  .label {
    font-size: 18px;
    /* Adjust font size for medium screens */
  }
}

/* Media query for small screens */
@media only screen and (max-width: 576px) {
  .statistics-section {
    padding: 20px 0;
    /* Adjust padding for small screens */
  }

  .count {
    font-size: 32px;
    /* Adjust font size for small screens */
  }

  .label {
    font-size: 24px;
    /* Adjust font size for small screens */
  }


}




/* Hover effect */
.statistic:hover {
  transform: translateY(-5px);
  /* Move the statistic up slightly on hover */
  transition: transform 0.3s ease-in-out;
}

.statistic:hover .count {
  color: var(--hover-color);
  /* Change color on hover */
  transition: color 0.3s ease-in-out;
}

.count-container {
  position: relative;
}

.plus-sign {
  position: absolute;
  top: 50%;
  left: calc(100% + -58px);
  transform: translateY(-50%);
  font-size: 52px;
  /* Adjust size as needed */
  color: var(--main-color);
  /* Adjust color as needed */
}


@media (min-width: 768px) and (max-width: 992px) {
  .plus-sign {
    left: calc(100% + -17px);
    /* Adjust the distance between the count and plus sign for medium devices */
    font-size: 28px;
    font-weight: 800;
    /* Adjust size as needed */
  }
}

@media (max-width: 576px) {
  .plus-sign {
    left: calc(100% + -99px);
    /* Adjust the distance between the count and plus sign for medium devices */
    font-size: 38px;
    font-weight: 800;
    /* Adjust size as needed */
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .plus-sign {
    font-size: 38px;
    /* Adjust size as needed */
    left: calc(100% + -57px);
    /* Adjust positioning as needed */
  }
}

.plus-sign1 {
  position: absolute;
  top: 50%;
  left: calc(100% + -121px);
  transform: translateY(-50%);
  font-size: 52px;
  /* Adjust size as needed */
  color: var(--main-color);
  /* Adjust color as needed */
}


@media (min-width: 768px) and (max-width: 992px) {
  .plus-sign1 {
    left: calc(100% + -36px);
    /* Adjust the distance between the count and plus sign for medium devices */
    font-size: 28px;
    font-weight: 800;
    /* Adjust size as needed */
  }
}

@media (max-width: 576px) {
  .plus-sign1 {
    left: calc(100% + -101px);
    /* Adjust the distance between the count and plus sign for medium devices */
    font-size: 38px;
    font-weight: 800;
    /* Adjust size as needed */
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .plus-sign1 {
    font-size: 38px;
    /* Adjust size as needed */
    left: calc(100% + -57px);
    /* Adjust positioning as needed */
  }
}

.column-heading {
  position: relative;
}

.column-heading:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 50%;
  background-color: white;
  /* Adjust color as needed */
}


.special-heading {
  color: white;

  font-size: 24px;

  font-weight: bold;

  text-transform: uppercase;

  margin-bottom: 10px;



  @media only screen and (max-width: 576px) {
    font-size: 20px;

  }


  @media only screen and (min-width: 577px) and (max-width: 768px) {
    font-size: 22px;

  }

}





.custom-background {
  position: relative;
  height: 80%;
  margin-top: 98px;
  background-color: black;
  background-image: url(./images/bg-33.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.custom-background::before {
  content: "";
  /* Add an empty content */
  position: absolute;
  /* Position the overlay */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-feature-style {
  position: relative;
  /* Add other styles specific to the "feature" section */
}


.custom-background-style {
  background-image: url('./images/feautresbg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-background-style::before {
  content: "";
  /* Add an empty content */
  position: absolute;
  /* Position the overlay */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-product-style {
  position: relative;
  /* Add other styles specific to the "products" section */
}

.custom-heading-style {
  color: #fff;
  /* Add other styles specific to the heading */
}

.custom-flex-style {
  display: flex;
  justify-content: end;
  /* Add other styles specific to the div */
}

.custom-section-style {
  position: relative;
  /* Add other styles specific to the section */
}

.custom-impact-style {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  /* Add other styles specific to the section */
}

.custom-statistics-style {
  /* Add background image with opacity */
  background: url('/images/state-2.jpg') rgba(255, 255, 255, 0.5);
  /* Ensure background image covers the entire element */
  background-size: cover;
  /* Add other styles specific to the statistics section */
}


.custom-footer-bg-style {
  background-image: url('./images/footerbg2.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  /* Add other styles specific to the div */
}






.custom-background-inner {
  background-image: url('./images/color-background1.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
  z-index: 0;
  /* Add any additional styles specific to the background inner */
}



.custom-row-wrapper {
  position: relative;
  /* Add any additional styles specific to the row */
}

.custom-heading-style {
  color: rgb(24, 21, 21);
  /* Add any additional styles specific to the heading */
}

.custom-paragraph-style {
  color: #fff;
  /* Add any additional styles specific to the paragraph */
}



#impact {
  position: relative;
  /* Make sure the parent container is positioned */
  background-image: url('/images/green.jpg');
  background-size: cover;
  background-position: center;
}

#impact::before {
  content: "";
  /* Add an empty content */
  position: absolute;
  /* Position the overlay */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  /* Adjust opacity here (0.5 is 50% opacity) */
}


.testimonial-section {
  position: relative;
  /* Ensure the section is positioned relatively */
  background-image: url('/images/test.png');
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  text-align: center;
}

.testimonial-overlay {
  position: absolute;
  /* Position the overlay */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  /* Adjust the opacity (last value) as needed */
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1;
}

.main-menu li:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  display: block;
}

/* Add your additional styles here */

.testimonial-carousel {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.testimonial {
  display: none;
  padding: 20px;
  background-color: rgba(255, 255, 255, 1);
  /* Semi-transparent white background */
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Soft shadow */
}

.testimonial-content {
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.carousel-controls {
  margin-top: 20px;
}

.prev-btn,
.next-btn {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 16px;
  margin-right: 10px;
  border-radius: 5px;
}

.prev-btn:hover,
.next-btn:hover {
  background-color: #555;
}

/*About us page*/
/* Style for the about-company-section */
.about-company-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}

/* Style for the text column */
.text-column {
  flex: 0 0 50%;
}

/* Style for the image column */
.image-column {
  flex: 0 0 50%;
  position: relative;
}

/* Style for the inner content */
.inner {
  padding: 20px;
}

/* Style for the text inside the text column */
.sec-title {
  margin-bottom: 30px;
}

.u-text {
  line-height: 1.6;
}

/* Style for the vision, mission, and values section */
.custom-text-column {
  padding: 50px;
}

.custom-inner {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
}

.custom-vision-heading,
.custom-mission-heading,
.custom-values-heading {
  color: #333;
  margin-top: 0;
}

.custom-mission-heading,
.custom-values-heading {
  margin-top: 30px;
}

.custom-values-list {
  padding-left: 20px;
}

.custom-values-list li {
  list-style-type: disc;
  margin-bottom: 10px;
}

/* Responsive styling */
@media (max-width: 768px) {
  .about-company-section {
    flex-direction: column;
    align-items: center;
  }

  .text-column,
  .image-column {
    flex: 0 0 100%;
  }

  .custom-text-column {
    padding: 30px;
  }
}



.about-section {
  display: flex;
  flex-wrap: wrap;
}

.image-container {
  flex: 0 0 50%;
  /* Adjust the width as needed */
  display: flex;
  justify-content: space-between;
}

.image-container img {
  width: 45%;
  /* Adjust the width as needed */
}

.company-info {
  flex: 0 0 50%;
  /* Adjust the width as needed */
}


/* Media query for responsiveness */
@media (max-width: 768px) {

  .image-container,
  .company-info {
    flex: 0 0 100%;
    /* Make them full width on smaller screens */
  }

  .image-container img {
    width: 100%;
    /* Adjust image width for smaller screens */
  }
}

/*About*/
* About Section */ .about-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}

.about-text {
  max-width: 600px;
}

.about-text p {
  margin-bottom: 20px;
}

.about-img img {
  max-width: 100%;
  height: auto;
}



/* Management Team Section */
.management-section {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.management-content {
  text-align: center;
}

.introduction h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  /* Change color as needed */
}

.introduction p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #666;
  /* Change color as needed */
}

.profiles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.profile {
  width: calc(25% - 40px);
  margin: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.profile:hover {
  transform: translateY(-5px);
}

.profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: block;
  object-fit: cover;
}

.profile h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
  /* Change color as needed */
}

.profile p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  /* Change color as needed */
}



/* vision mission */
/* Section styling */
.vmv-section {
  padding: 50px 0;
  background-color: #f9f9f9;
  /* Background color for the section */
}

/* Container styling */
.vision-mission-values {
  display: flex;
  /* Use flexbox */
  justify-content: space-between;
  /* Distribute items evenly along the main axis */
}

/* Vision, Mission, and Values boxes */
.box {
  background-color: #2596be;
  border-radius: 10px;
  padding: 30px;
  width: 30%;
  /* Set width to fit 3 boxes in a row */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  /* Ensure padding and border are included in the width */
}

/* Background image for boxes */
.vision {
  background-image: url('/images/logo-bg.png');
  /* Replace 'vision-bg.jpg' with your image path */
}

.mission {
  background-image: url('/images/logo-bg.png');
  /* Replace 'mission-bg.jpg' with your image path */
}

.values {
  background-image: url('/images/logo-bg.png');
  /* Replace 'values-bg.jpg' with your image path */
}

/* Background image settings */
.vision,
.mission,
.values {
  background-size: cover;
  background-position: center;
}

/* Heading styling */
.box h3 {
  color: white;
  /* Theme color for headings */
  margin-bottom: 15px;
}

/* Paragraph styling */
.box p {
  color: white;
  /* Text color */
  font-size: 16px;
  line-height: 1.6;
}

/* Values list styling */
.values ul {
  list-style: none;
  padding: 0;
}

.values li {
  margin-bottom: 10px;
  color: white;
}

/* Strong tag styling */
.values li strong {
  color: #00aeef;
  color: white;
  /* Theme color for strong text */
}

/* Hover effect for boxes */
.box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}




/* CSS for contact boxes */
.contactbox {
  margin-top: 100px;
  padding-top: 100px;
}

.contact-box {
  background-color: #f8f9fa;
  padding: 6px;
  text-align: center;
  margin-bottom: 20px;
  height: 178px;
}

.contact-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--main-color);
}

.contact-box p {
  font-size: 16px;
  color: var(--black-color);
}

/* Responsive CSS */
@media (max-width: 768px) {
  .contact-box {
    padding: 15px;
  }

  .contact-box h3 {
    font-size: 18px;
  }

  .contact-box p {
    font-size: 14px;
  }
}



.product-section2 {
  margin-top: 100px;
  padding-top: 100px;
}



/* CSS for text-cta-section */
.text-cta-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.text-box {
  text-align: center;
  margin-bottom: 30px;
}

.text-box h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}

.text-box p {
  font-size: 18px;
  line-height: 1.6;
}

.cta-button {
  text-align: center;
}

.cta-button .btn {
  font-size: 18px;
  padding: 0px 30px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-button .btn:hover {
  background-color: #0056b3;
  color: #fff;
}

/* CSS for the Become a Dealer button */


.become-dealer-btn a {
  padding: 10px 20px;
  color: #007bff;
  /* Button text color */
  border: none;
  border-top: 3px solid transparent;
  /* Initially, the top border is transparent */
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: border-top 0.3s ease;
  /* Transition effect for the border */
}

.become-dealer-btn a:hover {
  border-top: 3px solid #007bff;
  /* On hover, the top border changes to the theme color */
}

/* Responsive styles for small and medium devices */
@media only screen and (max-width: 767px) {
  .vision-mission-values {
    flex-direction: column;
    /* Change flex direction to column for small devices */
    align-items: center;
    /* Align items to center */
  }

  .box {
    flex: 0 0 calc(100% - 40px);
    /* Set flex to 100% minus the margin to fit better */
    margin-bottom: 20px;
    max-width: 300px;
    /* Set maximum width for the boxes */
    width: 100%;
    /* Ensure boxes take full width */
  }
}


/* Responsive styles for small and medium devices only */
@media only screen and (max-width: 991px) {
  .management-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .profile {
    width: 100%;
    /* Set the width to 100% for each profile box */
    margin-bottom: 30px;
    /* Add some bottom margin for spacing */
  }
}


/* CSS for dealer list */
.dealer-section {
  margin-top: 100px;
  padding: 100px;
  /* Adjust padding as needed */
}

.dealer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.dealer {
  width: calc(100% - 40px);
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: auto;
}

.dealer-info {
  margin-bottom: 10px;
}

.dealer-info strong {
  font-weight: bold;
}

/* Pagination styles */
.pagination {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 5px;
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.pagination a:hover {
  background-color: #0056b3;
}

.pagination a.active {
  background-color: #0056b3;
}

/* Responsive styles for screens smaller than 768px */
@media (max-width: 767px) {
  .dealer {
    width: 300px;
    /* Adjust width as needed */
  }
}


.bicycle-img {
  background-size: cover;
}

/* Default style for the image container */
.image-container {
  display: none;
  /* Hide the image container by default */
}

/* Media query for devices smaller than or equal to 576px (mobile devices) */
@media (max-width: 576px) {
  .image-container {
    display: block;
    /* Show the image container for mobile devices */
  }
}

/* Default style for the background image */


.mobile-img {
  display: none;
  /* Hide the image by default */
}

/* Media query for screens with a maximum width of 768px (typical mobile devices) */
@media only screen and (max-width: 768px) {
  .mobile-img {
    display: block;
    /* Display the image only on mobile devices */
    margin: 0 auto;
    /* Center the image horizontally */
    max-width: 100%;
    /* Ensure the image doesn't exceed the viewport width */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Add a subtle box shadow for depth */
    border-radius: 8px;
    /* Add rounded corners for aesthetic appeal */
    overflow: hidden;
    /* Hide any overflowing content within the container */
  }

  .mobile-image-new img {
    width: 100%;
    /* Ensure the image fills its container */
    height: auto;
    /* Maintain aspect ratio */
  }
}

/* Premium section styling */
.premium-section {
  padding: 60px 0;
  margin-top: 100px;
  background-color: #f9f9f9;
}

.premium-heading {
  font-size: 36px;
  font-weight: bold;
  color: #007bff;
  /* Your theme color */
  margin-bottom: 30px;
}

.premium-subheading {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.premium-description {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
}

.premium-list {
  margin-bottom: 30px;
}

.premium-list-item {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 10px;
}

.premium-cta-button {
  text-align: center;
}

.premium-cta-button .btn {
  font-size: 18px;
  padding: 0px 30px;
  border-radius: 5px;
  background-color: #007bff;
  /* Your theme color */
  border-color: #007bff;
  /* Your theme color */
  color: #fff;
  transition: all 0.3s ease;
}

.premium-cta-button .btn:hover {
  background-color: #0056b3;
  /* Darker shade of your theme color */
  border-color: #0056b3;
  /* Darker shade of your theme color */
}

/* Premium section styling */
.premium-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.premium-heading {
  font-size: 36px;
  font-weight: bold;
  color: #007bff;
  /* Your theme color */
  margin-bottom: 30px;
}

.premium-content {
  background-color: #fff;
  /* White background for form */
  border-radius: 10px;
  /* Rounded corners */
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  /* Drop shadow */
}

.form-group {
  margin-bottom: 20px;
}

label {
  font-weight: bold;
  color: #333;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.3s;
}

.form-control:focus {
  border-color: #007bff;
  /* Highlight border color on focus */
}








.blog-item{

padding: 20px;
}




.custom-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
 
}

.custom-slide {
  display: none;
}

.custom-active {
  display: block;
}

.custom-slide img {
  width: 100%;
  height: auto;
}


.custm-btn{
      color: var(--white-color);
        /* height: 56px; */
        line-height: 50px;
        border: 1px solid var(--black-color);
        font-size: 1rem;
        padding: 0px 20px;
        text-align: center;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        font-weight: 700;
        letter-spacing: 1px;
        transition: all 300ms ease-in-out;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: var(--black-color);
        position: relative;
        cursor: pointer;
}







/* Media queries */
@media only screen and (max-width: 576px) {
  .custom-carousel {

    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 150px;


    /* Set max-width to 100% for extra small devices */
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .custom-carousel {

      position: relative;
      width: 100%;
      overflow: hidden;
      margin-top: 150px;
  
    }
    /* Set max-width to 80% for small devices */
 
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
.custom-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 150px;

  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
.custom-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 150px;

  }
}

@media only screen and (min-width: 1201px) {
.custom-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 150px;

  }
}


/* CSS for previous and next buttons */
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color:white;
  /* Adjust background color as needed */
  color: #2596be;
  /* Adjust text color as needed */
  border: none;
  cursor: pointer;

  font-size: 32px;
  z-index: 1;

}

.prev {
  left: 0;
  background-color: white;
    /* Adjust background color as needed */
    color:#2596be;
    /* Adjust text color as needed */
}

.next {
  right: 0;
  background-color: white;
    /* Adjust background color as needed */
    color: #2596be;
    /* Adjust text color as needed */
}



/* Positioning for small screens */
@media screen and (max-width: 767px) {

  .prev,
  .next {
  
    padding: 5px;
    /* Adjust button padding as needed */
    font-size: 18px;
    /* Adjust font size as needed */
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }
}











/* Style the dropdown button */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background-color: inherit;
  color: black;
  padding: 0px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
 
  color: black;
 
  text-decoration: none;
  display: block;
  text-align: center;
 
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}






/* Address Section */
.address-section {
  padding: 50px 0;
}

.address-box {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.address-box:hover {
  transform: translateY(-5px);
}

.address-box h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}

.address-box address {
  font-style: normal;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}



/* Ensure the container maintains padding and centers the content */
.product-section2 .container {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Style for the section heading */
.large-heading {
  text-align: center;
  margin-bottom: 40px;
}

.custom-heading-style {
  font-size: 2em;
  font-weight: bold;
  color: #333;
}

/* Grid layout for the videos */
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.col-lg-4,
.col-md-6 {
  padding: 10px;
  box-sizing: border-box;
}

/* Styling for individual video containers */
.product-item2 {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}

/* Responsive design */
@media (max-width: 992px) {
  .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {

  .col-lg-4,
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}










/* Ensure the section takes full width and is centered */
#partnership {
  padding: 60px 20px;
  background-color: white;
  display: flex;
  justify-content: center;  /* Center the container horizontally */
  align-items: center;  /* Center the content vertically */
  width: 100%;
}

/* Main container that holds the content */
.partnership-container {
  max-width: 1200px;  /* Define max width for the container */
  width: 100%;  /* Allow the container to take full width until max-width */
  padding: 0 15px;  /* Optional: Add some padding if needed */
  text-align: center;
}

/* Section Heading */
.partnership-heading {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.partnership-heading span {
  border-bottom: 3px solid #007bff;
  padding-bottom: 5px;
}

/* Grid Layout for Partners */
.partnership-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  /* Auto-fit grid */
  gap: 30px;
  justify-items: center;  /* Center items within each grid cell */
}

/* Partner Info Card */
.partner-info {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  max-width: 250px;
  width: 100%;
  height: 150px;  /* Fixed height for uniformity */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Partner Logo */
.partner-logo img {
  max-width: 100%;
  max-height: 120px;  /* Fixed logo height */
  object-fit: contain;
  margin-bottom: 15px;
}

/* Partner Name */
.partner-name {
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .partnership-heading {
    font-size: 2rem;
  }

  .partner-info {
    height: 260px;  /* Adjust height for smaller screens */
    padding: 15px;
  }

  .partner-name {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .partnership-heading {
    font-size: 1.8rem;
  }

  .partner-info {
    height: 240px;
    padding: 10px;
  }

  .partner-name {
    font-size: 0.9rem;
  }
}





/* Hide logo2 by default */
.logo2 {
    display: none;
}

/* Show logo2 only on screens larger than 992px */
@media (min-width: 992px) {
    .logo2 {
        display: block;
    }
}

.logo2 img {
    max-width: 100%;
    height: auto; /* Maintain aspect ratio */
}











/* Ensure the logo list is hidden by default */
.tadpole-logo-list {
    display: none !important;
}

/* Show the logo list only on screens smaller than 992px */
@media (max-width: 991px) {
    .tadpole-logo-list {
        display: block !important;
    }
}

.tadpole-logo-list li {
    list-style: none; /* Remove default list styling */
    margin: 0;
    padding: 0;
}

.tadpole-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
    max-width: 100%;
    height: 60px; /* Maintain aspect ratio */

  padding-right: 20px;

}






.menu {
  width: 100%; /* Default width for smaller screens */
}

/* For larger screens */
@media (min-width: 1024px) {
  .menu {
    width: 1400px;
  }
}

/* For even larger screens */
@media (min-width: 1440px) {
  .menu {
    width: 1500px;
  }
}












      .job-header {
        background: #007bff;
        color: white;
        padding: 20px 0;
        text-align: center;
      }

      .job-header-content h1 {
        margin: 0;
      }

   

      .job-main-content {
        max-width: 1200px; /* Set a maximum width for the main content */
        margin: 20px auto; /* Center the content */
        padding: 20px;
        border: 1px solid #ccc; /* Add a border for the box-like structure */
        border-radius: 8px; /* Rounded corners */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
        background: #fff; /* White background */
      }

      section {
        margin: 20px 0;
      }

      ul {
        list-style-type: none;
        padding: 0;
      }

      ul li {
        margin-bottom: 10px;
      }

      .job_apply_button {
        background: #007bff;
        color: white;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
        border-radius: none !important;
      }

      .job_apply_button:hover {
        background: #45a049;
      }

      .job-footer {
        background: #333;
        color: white;
        text-align: center;
        padding: 10px 0;
      }

      .job-modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 55px;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
        display: flex; /* Use flexbox for centering */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
      }

      .job-modal-content {
        background-color: #fefefe;
        padding: 20px;
        border: 1px solid #888;
        width: 600px; /* Set a width for the modal */
        border-radius: 8px; /* Rounded corners */
        max-width: 90%; /* Make modal responsive */
      }

      .job-close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }

      .job-close:hover,
      .job-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
      }

      /* Styles for input fields */
      input[type="text"],
      input[type="email"],
      input[type="tel"],
      input[type="file"],
      textarea {
        width: 98%;
        padding: 10px;
        margin: 8px 0;
        border: 1px solid #ccc;
        border-radius: 4px;
      }

      textarea {
        resize: vertical; /* Allows vertical resizing only */
      }

      .view-button1 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        margin: 20px auto; /* Center the button horizontally */
        padding: 5px 20px;
        background-color: #007bff; /* Change to your preferred color */
        color: #fff !important;
        text-decoration: none;
        border-radius: 4px; /* Adjust border-radius for a rectangular look */
        font-weight: bold;
        text-align: center; /* Center text */
        border: none;
      }

      .view-button1:hover {
        background-color: #0056b3; /* Darker shade for hover effect */
      }

      /* Responsive styles */
      @media (max-width: 768px) {
        .job-main-content {
          padding: 15px;
          margin: 10px; /* Adjust margin for smaller screens */
        }

        .job-modal-content {
          width: 90%; /* Use a percentage width for smaller screens */
        }
      }

      @media (max-width: 480px) {
        .job-header {
          padding: 15px 0; /* Adjust header padding */
        }

        button {
          width: 100%; /* Full width for buttons on smaller screens */
        }

        .job-close {
          font-size: 24px; /* Smaller close button on mobile */
        }
      }




      /* Career Page Styles */
      .career-page {
        padding: 60px 0;
        background-color: #f9f9f9;
        margin-top: 6rem;
      }

      .career-page h2 {
        font-size: 36px;
        margin-bottom: 20px;
        text-align: center;
        color: #333;
      }

      .job-listing {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }

      .job-opening {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin: 10px;
        flex: 1 1 calc(50% - 20px); /* Adjust the width as needed */
        box-sizing: border-box;
        max-width: calc(50% - 20px); /* Adjust the width as needed */
      }

      .job-opening h3 {
        font-size: 24px;
        margin-bottom: 10px;
        color: #333;
      }

      .job-opening p {
        margin-bottom: 10px;
        color: #555;
      }

      .job-opening a {
        color: #007bff;
        text-decoration: none;
      }

      .job-opening a:hover {
        text-decoration: underline;
      }

      .view-button1 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        margin: 20px auto; /* Center the button horizontally */
        padding: 10px 20px;
        background-color: #007bff; /* Change to your preferred color */
        color: #fff !important;
        text-decoration: none;
        border-radius: 4px; /* Adjust border-radius for a rectangular look */
        font-weight: bold;
        text-align: center; /* Center text */
      }

      .view-button1:hover {
        background-color: #0056b3; /* Darker shade for hover effect */
      }

      @media (max-width: 767px) {
        .career-page h2 {
          font-size: 28px;
        }

        .job-opening {
          flex: 1 1 100%;
          max-width: 100%;
        }

        .job-opening h3 {
          font-size: 20px;
        }
      }









      /* Styles for the sub-heading */
.sub-heading {
    font-size: 1.5rem;
    margin-top: 20px;
    font-weight: bold;
}

/* Styles for the icons section */
.icons-wrapper {
    display: flex;
    justify-content:flex-start; /* Adjust spacing between icons */
    gap: 20px; /* Controls the space between each icon */
    margin-top: 15px;
}

/* Styles for each icon item */
.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Styles for the custom icon images */
.icon-item img {
    width: 150px; /* Adjust the size based on your icon dimensions */
    height: auto;
    margin-bottom: 5px; /* Space between icon and text */
}

/* Styles for the text below each icon */
.icon-item p {
    margin-top: 5px;
    font-size: 1rem;
    font-weight: 500;
}



















/* Manufacturing Section */
#manufacturing-facilities {
  padding: 60px 20px;
  background-color: #f4f4f4;
}

.manufacturing-section .heading-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.manufacturing-section .section-heading {
  font-size: 2.5rem;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}

.manufacturing-section .section-heading span {
  border-bottom: 3px solid #007bff;
  padding-bottom: 5px;
}

/* Container for the facilities */
.facilities-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Row to hold facility items */
/*.facilities-row {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: space-between;*/
/*  gap: 20px;*/
/*}*/
.facilities-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}
/* Individual Facility Item */
.facility-item {
  flex-basis: 30%; /* Each facility will take up 30% of the width */
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.facility-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Facility Image */
.facility-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

/* Handling cases where there is no image */
.facility-image {
  height: auto; /* Allow height to adjust when no image is available */
}

.facility-name {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* Facility Address */
.facility-address {
  font-size: 1rem;
  color: #666;
  text-align: center;
}

/* For facilities without an image, apply a default background color */
.facility-card.no-image {
  background-color: #e6f7ff; /* Light blue background for empty cards */
}

.facility-address.no-image {
  font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
  .facility-item {
    flex-basis: 45%; /* On tablets, take up 45% */
  }
}

@media (max-width: 480px) {
  .facility-item {
    flex-basis: 100%; /* On mobile, each item takes 100% */
  }

  .facility-card {
    padding: 15px;
  }

  .facility-name {
    font-size: 1.2rem;
  }

  .facility-address {
    font-size: 0.9rem;
  }
}









@media (max-width: 600px) {
  .prev-btn, .next-btn {
    width: 10%;
  }
}



.gallery-image {
    width: 100%; /* Makes the image responsive */
    height: 400px; /* Fixed height for uniformity */
    object-fit: cover; /* Ensures the image fills the area while maintaining aspect ratio */
    border-radius: 8px; /* Optional: Adds rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Adds a subtle shadow */
}

















