/*
Theme Name: Car Exhibition Pro
Theme URI: https://www.theclassictemplates.com/products/portfolio-wordpress-theme
Author: Theclassictemplates
Author URI: https://www.theclassictemplates.com/
Description: Premium Portfolio WordPress Theme is a theme all creatives need to display their work to potential clients. Be it writers, designers, illustrators, cartoonists, web developers, photographers, architects, fashion designers, or marketing and advertising professionals, if you have a portfolio to show, this theme is all you need. Tell your clients about what you do and yourself under “About Me” as it becomes your call-to-action (CTA) tool. With sleek, modern design layouts, well-structured configuration, this theme is cross-platform and all-browsers compatible, making it responsive. The bug and breach free theme reassures for a faster loading website that won’t keep your clients waiting for pages to load.
Version: 0.0.1
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: car-exhibition-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
developed by Theclassictemplates(Theclassictemplates.net), 2023.
Car Exhibition Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --white: #ffffff;
  --black: #000000;
  --purple: #7532A2;
  --dark-purple: #6D38AC;
  --violet: #496CF0;
  --blackk: #514F4F;
  --blue: #4A69EC;
}
/* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
} */
:root {
  --pri-font: "Montserrat", sans-serif;
  --sec-font: "Inter", sans-serif;
  overflow: auto;
}

#wpadminbar {
  position: fixed !important;
}
section{
  padding: 4% 0px;
  position: relative;
}
html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  color: var(--color-black);
  font-weight: 300;
  font-size: 15px;
  font-family: var(--font-var(--pri-font));
  overflow-x: hidden;
  background-color:var(--color-white);
  overflow-x: hidden;
  width: 100%;
}
body.home, .page-template, .archive, .author-admin, .single-post, .single-smarttech, .single-mobility, .single-attend, .single-event, .search{
    background-color: #161415;
}
:hover{
  transition: all 0.5s ease 0s;
}
#categories_slider .owl-carousel .owl-stage{
  transition: 20s linear !important;
}
#blog .owl-nav ,#categories_slider .owl-nav,#testimonial .owl-nav {
  display: block;
}
#blog .owl-nav i ,#categories_slider .owl-nav i,#testimonial .owl-nav i{
  font-size: 20px;
}
/* #categories_slider .owl-nav .owl-prev ,#blog .owl-nav .owl-prev ,#testimonial .owl-nav .owl-prev {
  background: #000;
  color: #fff !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 6px !important;
  box-shadow: none;
  line-height: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -6%;
}
#blog .owl-nav .owl-next,#categories_slider .owl-nav .owl-next,#testimonial .owl-nav .owl-next {
  background: linear-gradient(232.41deg, var(--violet) 6.82%, var(--dark-purple) 55.57%, var(--purple) 95.57%) !important;
  color: #fff !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 6px !important;
  box-shadow: none;
  line-height: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -6%;
}
#blog .owl-nav .owl-prev:hover,#categories_slider .owl-nav .owl-prev:hover,#testimonial .owl-nav .owl-prev:hover,#deals-day .owl-nav .owl-prev:hover{
  background: linear-gradient(232.41deg, var(--violet) 6.82%, var(--dark-purple) 55.57%, var(--purple) 95.57%) !important;
} */

#deals-day .owl-nav {
  position: unset;
  margin: 3% auto 0% auto;
  width: fit-content;
  display: block;
}
#deals-day .owl-nav .owl-prev, #deals-day .owl-nav .owl-next {
  position: unset;
  color: #fff !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 6px !important;
  box-shadow: none;
  line-height: 35px;
}
#deals-day .owl-nav .owl-prev:hover{
  background: linear-gradient(232.41deg, var(--violet) 6.82%, var(--dark-purple) 55.57%, var(--purple) 95.57%) !important;
}
#deals-day .owl-nav .owl-next{
  background: linear-gradient(232.41deg, var(--violet) 6.82%, var(--dark-purple) 55.57%, var(--purple) 95.57%) !important;
}

.owl-nav .owl-prev {
  background: var(--black) !important;
  color: #fff !important;
  margin-right: 15px;
  border: none !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 2px var(--purple);
}
.owl-nav .owl-next {
  background: var(--black) !important;
  color: #fff !important;
  margin-right: 15px;
  border: none !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 2px var(--blue);
}
.owl-nav i{
  font-size: 30px;
  line-height: 30px;
}
.owl-nav{
  display: none;
}
.owl-nav button.owl-next:hover {
  box-shadow: 0px 0px 10px 2px var(--purple);
}
/* body.home,.page-template,html body{
  background-color: #f6f8f0;
} */
h6{
  font: 600 18px / 28px var(--pri-font);
  color: var(--black);
  margin: 0;
}
h5{
  font: 600 18px/25px var(--pri-font);
  color: var(--black);
  margin: 0;    
}
h4 {
  font: 600 20px / 25px var(--pri-font);
  color: var(--black);
  margin: 0;
}
h3, h3 a {
  font: 600 24px / 34px var(--pri-font);
  margin: 0 auto;
  color: #F6A609;
  position: relative;
  width: fit-content;
}

@keyframes rubberBand{
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
  }
  40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
  }
  50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
  }
  65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
  }
  75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
  }
  100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
  }

}
.heading-box p {
  font: 700 32px / 42px var(--pri-font);
  color: #fff;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
h2{
  font: 600 40px / 40px var(--pri-font);
  color: var(--black);
  margin: 0px;
}
h1{
  font: 600 40px / 40px var(--pri-font);
  color: var(--black);
  margin: 0px;
}
p{
  font: 400 16px/26px var(--pri-font);
  color:#787777;
  margin: 0;
}
.heading-box{
  /* width: fit-content;
  margin: auto; */
}
#reply-title{
  font: 400 35px/60px var(--pri-font);
  color: var(--black);
  margin: 0;
}
.page-title{
  color: #000;
  font: 600 40px/52px var(--pri-font);
}
/* button */
.btn-outer-box{
  width: fit-content;
  transition: 0.2s ease-in-out;
}


.blog-button-outer-box{
  display: flex;
  justify-content: center;
}

.error-button-box.btn-outer-box {
    width: fit-content;
    margin: auto;
    color: #fff;
    background: #F6A609;
    padding: 10px;
    font-weight: 700;
}
.error-button-box.btn-outer-box:hover{
  background: #fff;
  color: #000;
}

.get-contact-box,.case-studies-title-content-outer-box,.get-service-box{
  position: relative;
}
.get-contact-box img{
  border-radius: 350px;
  object-fit: cover;
}
.get-contact-box:after {
  content: '';
  width: 300px;
  height: 180px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--purple);
  position: absolute;
  right: 10%;
  top: 0%;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.get-contact-box:before {
  content: '';
  width: 300px;
  height: 180px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--blue);
  position: absolute;
  left: 10%;
  top: 0%;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.get-service-box:after {
  content: '';
  width: 300px;
  height: 180px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--purple);
  position: absolute;
  right: 10%;
  top: 0%;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.get-service-box:before {
  content: '';
  width: 300px;
  height: 180px;
  border-radius: 50px;
  box-shadow: 10px 0px 125px 40px;
  color: var(--purple);
  position: absolute;
  left: 10%;
  top: 0%;
  bottom: 0;
  margin: auto;
  z-index: -1;
}


@keyframes animStar{
  0% {
    transform: translateY(0);
  }
  100% {
      transform: translateY(-135rem);
  }
}

@keyframes animStarRotate{
  0% {
    transform: rotate(360deg);
  }
  100% {
      transform: rotate(0);
  }
}

.bypostauthor {
  font-weight: 600;
}
.wpcf7-spinner {
  display: none;
}
/*.sticky{
    position: unset;
}*/

.eco-box {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 99999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}


.loader {
  width: 60px;
  aspect-ratio: 1;
  --c:no-repeat linear-gradient(#F88B07 0 0);
  background:
    var(--c) left   20px top    0,
    var(--c) top    20px right  0,
    var(--c) right  20px bottom 0,
    var(--c) bottom 20px left   0;
  background-size:calc(100%/3) calc(100%/3);
  animation: 
    l29-1 .75s infinite alternate linear,
    l29-2 1.5s infinite;
}
@keyframes l29-1 {
 90%,100% {background-size:calc(2*100%/3) calc(100%/3),calc(100%/3) calc(2*100%/3)}
}
@keyframes l29-2 {
 0%,49.99% {transform:scaleX(1)}
 50%,100%  {transform:scaleX(-1)}
}
#page-loader {
  background: #1A1A1A;
}






 /* loader end */



@keyframes push {
  0% {
    transform: translate(0, -1em) rotate(-45deg);
  }
  5% {
    transform: translate(0, -1em) rotate(-50deg);
  }
  20% {
    transform: translate(1em, -2em) rotate(47deg);
  }
  25% {
    transform: translate(1em, -2em) rotate(45deg);
  }
  30% {
    transform: translate(1em, -2em) rotate(40deg);
  }
  45% {
    transform: translate(2em, -3em) rotate(137deg);
  }
  50% {
    transform: translate(2em, -3em) rotate(135deg);
  }
  55% {
    transform: translate(2em, -3em) rotate(130deg);
  }
  70% {
    transform: translate(3em, -4em) rotate(217deg);
  }
  75% {
    transform: translate(3em, -4em) rotate(220deg);
  }
  100% {
    transform: translate(0, -1em) rotate(-225deg);
  }
}





/* .loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #fff;
}
.loader{
  width: 48px;
  height: 48px;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #FFF;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after, .loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  background-color: #FFF;
  border-radius: 50%;
  animation: scale50 1s infinite ease-in-out;
}
.loader::before {
  top: auto;
  bottom: 0;
  background-color: var(--purple);
  animation-delay: 0.5s;
}
@keyframes rotation{
  0% {
    transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
@keyframes scale50{
  0%, 100% {
      transform: scale(0);
  }
  50% {
      transform: scale(1);
  }
} */

/* HEADER ANIMATION */
#menu-primary-menu >li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  /* box-shadow: 0px 0px 5px 0px #ffffff5e; */
}
#menu-primary-menu >li:hover ul.sub-menu {
  -webkit-animation-name: wobble-top;
  animation-name: wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  transition: all 0.5s;

  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1 !important;
  visibility: visible;
}

@keyframes wobble-top{
  16.65% {
    -webkit-transform: skew(-12deg);
    transition: all 0.5s;
    transform: skew(-12deg);
  }
  33.3% {
      -webkit-transform: skew(10deg);
      transform: skew(10deg);
  }
  49.95% {
      -webkit-transform: skew(-6deg);
      transform: skew(-6deg);
  }
  66.6% {
      -webkit-transform: skew(4deg);
      transform: skew(4deg);
  }
  83.25% {
      -webkit-transform: skew(-2deg);
      transform: skew(-2deg);
  }
  100% {
      -webkit-transform: skew(0);
      transform: skew(0);
  }
}
#menu-primary-menu >li:hover ul.sub-menu li:hover {
    background: #1A1A1A;
}
#menu-primary-menu li:hover > .sub-menu li:hover > a {
    color: #fff !important;
}

#menu-primary-menu li ul.sub-menu li a {
  font-size: 14px;
  position: relative;
  color: #fff;
  font-weight: 400;
  margin-right: 25px;
  list-style-type: none;
  padding: 10px 25px 10px 15px;
  display: inline-block;
  width: 100%;
  margin: 0px;
  transition: all 0.4s;
}
header.site-header ul.sub-menu li {
  box-shadow: 0px 0px 2px 0px #ffffff5e;
  border-radius: 6px;
  background: #F6A609;
}
.main-navigation ul ul li a{
  color: #fff;
}
@keyframes menulhs {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes menurhs {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}


 /* search bar */
 .hed-search-box .search-icon {
  background-color: transparent;
  border: none;
  color: black;
  border-color: transparent;
  border-radius: 0px;
}
 .hed-search-box .search_col{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30px;
  width: 280px;
}
.hed-search-box input.search-field::placeholder{
 font-family: var(--font-Unbounded);
}
.hed-search-box [type="submit"] {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  display: none;
}
.hed-search-box [type="submit"]:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  color: #000;
}

.hed-search-box [type="submit"] {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 0px;
  border: inherit;
  color: var(--white);
  cursor: pointer;
  border: none;
  border-radius: 0px;
  background: transparent;
}
.hed-search-box .widget.woocommerce.widget_product_search {
  max-width: 100%;
  position: relative;
  z-index: 4;
}
.hed-search-box input::placeholder {
  opacity: 1 !important;
  color: #000 !important;
}
.hed-search-box{
  width: 70%;
}
input#woocommerce-product-search-field-0::placeholder {
color: #000 !important;
font-family: var(--pri-font);
font-weight: 300;
font-size: 14px;
line-height: 100%;
}
.side_search input {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 11px 15px;
  border-radius: 10px;
  color: #1A1A1A !important;
  font: 400 14px / 20px var(--pri-font);
  border: 2px solid #fff;
}


.search-container{
  display: none;
  position: absolute;
  bottom: -60px;
  z-index: 999;
  padding: 0px;
  right: 15%;
  width: auto !important;
  border: none;
  border-radius: 8px;
}
#header_navigation [type="submit"] {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 7px 11px;
  background-color: #a2272700;
  border: inherit;
  color: #000;
  cursor: pointer;
  border: none;
  border-radius: 0px;
}
.search-container [type=search] {
  color: #fff !important;
  border: unset;
  position: relative;
  padding: 15px 90px 15px 10px;
  width: auto;
  outline: none;
  border-radius: 0px;
  background: var(--yellow);
  font-size: 12px;
}
.search-form button {
  color: white;
  padding: 10px 10px 10px 10px;
  width: 50px;
  height: 49px;
  font-size: 0;
  position: absolute;
  right: auto;
  top: -2px;
  border: none;
  background: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
}
.search-form button[type=submit]::before {
  content: '\f002';
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 16px;
}

/* faq page */
#faq-page .accordion-button:not(.collapsed){
  border: none;
  background: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  font: 500 16px/28px var(--pri-font);
}
#faq-page .accordion-body{
  font: 400 14px/28px var(--pri-font);
}
#faq-page .accordion-item{
  border: none;
  box-shadow: 0px 0px 2px 0px #9e9c9c;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
#faq-page .accordion-button{
  box-shadow: 0px 0px 2px 0px #9e9c9c;
  border-radius: 10px;
  padding: 12px 30px;
  color: #000;
  font: 500 16px/28px var(--pri-font);
}
#faq-page .accordion-button.collapsed::after {
  content: '\f067';
}
#faq-page .accordion-button::after {
  content: '\f068';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  background-image: unset !important;
  height: unset !important;
  width: unset !important;
  transition: unset !important;
}
#faq-page .faq-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
/* contact */
.contact-detail a{
  font: 400 14px/20px var(--pri-font);
}
.contact-outer-form{
  gap: 50px 0px;
  justify-content: space-between;
}
.get-contact-small-head {
  padding: 5% 10px 5% 0px;
}
.contact-touch-form-box .wpcf7 form.invalid .wpcf7-response-output{
  color: #fff;
}
.checkbox .wpcf7-list-item-label{
  color: var(--blue);
  font: 300 14px/14px var(--pri-font);
  padding-left: 6px;
}
.contact-touch-form-box form .get:nth-child(5)-box input[type="text"]{
  padding-bottom: 40px;
}
.contact-touch-form-box .wpcf7-checkbox input {
  background: transparent;
}
.contact-detail-box svg path{
  fill: #F05C04;
}
.contact-touch-form-box .wpcf7-checkbox input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 1px solid var(--blue);
  border-radius: 3px;
  background-color: #fff;
  padding: 1px;
}
.contact-touch-form-box .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
.contact-touch-form-box .wpcf7-checkbox input {
  background: transparent;
}
.contact-touch-form-box form .submit p input[type="submit"]{
  font: 500 16px / 20px var(--pri-font);
  color: var(--white);
  background: #F6A609;
  border: none;
  border-radius: 0px;
  padding: 10px 25px;
  width: max-content;
}
.contact-touch-form-box form .submit p input[type="submit"]:hover{
  background: #fff;
  color: #000;
}
.contact-bg-colr{
  background: #006940 0% 0% no-repeat padding-box;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="date"], input[type="phone"], input[type="password"], textarea{
  background: #fff;
}
.contact-form-content-box { 
  background: #ffffff;
  padding: 25px 35px;
  box-shadow: 0px 0px 2px 0px #999999;
}
.contact-touch-form-box input[type="text"], .contact-touch-form-box input[type="tel"], .contact-touch-form-box input[type="email"], .contact-touch-form-box input[type="number"], .contact-touch-form-box input[type="date"], .contact-touch-form-box input[type="phone"], .contact-touch-form-box input[type="password"], .contact-touch-form-box textarea, .contact-touch-form-box select {
  font-size: 16px !important;
  padding: 14px 18px !important;
  width: 100%;
  border-radius: 0px;
  line-height: 16px;
  font-family: var(--pri-font);
  border: none;
  box-shadow: 0px 0px 3px 0px #999999;
}
.contact-touch-form-box .wpcf7 form.failed .wpcf7-response-output{
  color: #fff;
}

/* single blog review form */
#comments textarea {
  height: 150px;
  background-color: #000;
  border-color: #f1f1f1;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}
#comments input[type="text"],#comments input[type="tel"],#comments input[type="email"],#comments input[type="number"],#comments input[type="date"],#comments input[type="phone"],#comments input[type="password"],#comments textarea {
  border: 1px solid #cfcfcf;
  padding: 12px 10px;
  font-size: 18px;
  background: transparent;
  height: auto;
  border-radius: 5px;
  width: 100%;
  color: #fff;
}
div#comments {
  position: relative;
  /* background: #000; */
  padding: 3rem 2rem 2rem 2rem;
}
div#comments:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  border-radius: 15px;
  z-index: 0;
  padding: 1px;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  box-shadow: 1px 1px 4px 0px #fff;
  box-shadow: 1px 1px 2px 2px #fff inset;
}
#respond {
  padding: 1.5rem 2rem;
  border-radius: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.comment-form-cookies-consent{
  display: flex;
}
.comment-form-cookies-consent label{
  margin-left: 4px !important;
}
#comments{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
  color: #fff;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}
#comments input[type="submit"].submit {
  background: #F6A609;
  color: white;
  border: unset;
  font-weight: 600;
  padding: 10px 25px;
  font-family: var(--pri-font);
  border-radius: 10px;
}
#respond p.form-submit:hover .submit {
  position: relative;
  z-index: 1;
}
#comments input[type="submit"].submit:hover{
  background: #fff;
  border-radius: 10px;
  color: #000;
}
.comment-body{
  color: #fff;
}
.comment-list{
  border: 1px solid #363636;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  z-index: 2;
}
#comments a time{
  color:#fff;
  font-weight:bold;
  font-size:12px;
}
#comments .reply{
  text-align:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  text-align:left;
  margin-left:7%;
}
#comments .comment-author{
  margin-bottom: 1em;
}
#comments h2#reply-title {
  display: inline-table;
  font-family: var(--pri-font);
  color: #fff;
}
#comments .comment-author.vcard img {
  padding: 2px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}
.nav-links .nav-previous{
  padding: 1.5rem 1rem;
  border: none;
  position: relative;
  margin-right: 17px;
  /* background: #000; */
}
.nav-links .nav-previous:after,.nav-links .nav-next:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  border-radius: 6px;
  z-index: 0;
  padding: 1px;
  background: #F6A609;
  /* mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); */
  mask-composite: exclude;
}
.nav-links .nav-next{
  width: 50%;
  padding: 1.5rem 1rem;
  border: none;
  position: relative;
  /* background: #000; */
}
.nav-links {
  display: inline-flex;
  width: 100%;
  margin-top: 25px;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
}





/* woocomerce login page */
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li a{
  color: #fff;
}
.woocommerce li.woocommerce-MyAccount-navigation-link.is-active{
  border: 1px solid var(--violet) !important;
  background: #fff !important;
}
.woocommerce li.woocommerce-MyAccount-navigation-link.is-active a{
  color: var(--violet) !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
  background: var(--violet) !important;
  padding: 8px 10px;
}
.woocommerce-info{
  border-color: var(--violet) !important;
}
button.woocommerce-Button.button,.woocommerce-Button{
  border: none;
  background: var(--violet);
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font: 600 14px/20px var(--pri-font);
}
.woocommerce .col2-set, .woocommerce-page .col2-set{
  display: flex;
  flex-direction: column;
}
.woocommerce-account .addresses .title .edit {
    float: left !important;
}
.woocommerce form .form-row {
  width: 100%;
  position: relative;
}
.woocommerce-account .woocommerce {
  padding: 5% 0px;
}
.woocommerce-button.button.woocommerce-form-login__submit {
  background: #F05C04;
  color: #fff;
  border: none;
  padding: 10px 20px;
}
.woocommerce-button.button.woocommerce-form-login__submit:hover{
   background: #012458;
   color: #fff;
}
.woocommerce form .form-row label {
  font: 500 16px / 30px var(--pri-font);
  color: #000;
}
.woocommerce form .form-row input.input-text {
  padding: 8px 10px;
  font: normal normal normal 15px / 20px var(--pri-font);
}
.woocommerce form .form-row {
  width: 100%;
  position: relative;
}
.woocommerce-info a{
  background-color: var(--violet) !important;
  color: #fff !important;
  padding: 8px 10px;
  font: normal normal normal 15px / 20px var(--pri-font) !important;
}


/* single product review form */
#review_form input[type="text"], #review_form input[type="tel"], #review_form input[type="email"], #review_form input[type="number"], #review_form input[type="date"], #review_form input[type="phone"], #review_form input[type="password"], #review_form textarea {
  border: 1px solid #cfcfcf;
  font-size: 16px;
  padding: 10px 10px;
  height: auto;
  border-radius: 5px;
  width: 100%;
  background: transparent;
}
#review_form form{
  display: flex;
  flex-wrap: wrap;
  background: var(--white);
  padding: 3%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #d2d0d0;
  width: 100%;
}
#reviews .comment-form-author {
  order: 1;
  width: 100%;
}
#reviews .comment-form-email {
  order: 2;
  width: 100%;
}
#reviews .comment-form-cookies-consent {
  order: 3;
  width: 100%;
}
#respond p.form-submit {
  order: 4;
  width: fit-content;
  position: relative;
  border-radius: 6px;
}
/* p.form-submit:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
} */
/* #respond p.form-submit:hover{
  background: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  border-radius: 6px;
} */
#reviews .comment-form-rating {
  order: 4;
  width: 100%;
  display: flex;
  color: #949494;
  font: normal normal normal 13px/19px var(--pri-font);
}
#reviews .comment-notes{
  display: none !important;
}
#reviews .comment-form-comment {
  order: 3;
  width: 100%;
}
.woocommerce #review_form #respond p.stars{
  width: fit-content !important;
}

/* single product page */
.single-product .price ins{
  color: #F05C04;
  font: 600 20px / 25px var(--pri-font);
  text-decoration: none;
  margin-right: 5px;
}
.woocommerce div.product div.summary{
  position: relative;
}
.single-product .yith-add-to-wishlist-button-block{
  bottom: -30px;
}
.single-product .price del {
  color: #000;
  font: 400 14px / 14px var(--pri-font);
}
.summary.entry-summary .desc-para{
  padding: 30px 0px;
  font: 400 15px / 26px var(--pri-font);
}
.single-product .summary.entry-summary p.price del{
  font: 600 20px / 25px var(--pri-font);
}
.shop.shop-product .woocommerce-ordering, .yith-wcwl-add-button span {
  display: none;
}
.woocommerce-product-details__short-description{
  font: 400 14px / 25px var(--pri-font);
  color: var(--blackk);
}
.woocommerce .loader::before{
  display: none;
}
.entry-summary .rating {
  /* display: none; */
  color: #ffffff00 !important;
  background: transparent;
}
.woocommerce .star-rating span{
  color: #FFC400;
}
.woocommerce div.product .product_title,.woocommerce-Tabs-panel h2{
  font: 600 35px / 60px var(--pri-font);
  color: var(--black);
}
.woocommerce-product-details__short-description p,.woocommerce div.product div.summary p{
  flex-direction: row-reverse;
  display: flex;
  justify-content: start;
  padding-bottom: 10px;
}
.woocommerce div.product div.images img{
  width: auto !important;
  margin: auto;
  height: 80%;
}
.woocommerce .woocommerce-product-rating .star-rating{
  color: var(--pink);
}
#review_form input[type="submit"]{
  background: #F05C04 !important;
  color: #fff !important;
  padding: 12px 30px !important;
  font: 400 16px / 20px var(--pri-font);
}
#review_form .form-submit:hover input[type="submit"]{
  background: #012458 !important;
}
.single-product .woocommerce-product-gallery .flex-viewport{
  background: #f2f2f2;
}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img{
  position: relative;
  top: 10%;
  object-fit: contain;
}
.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image{
  height: 400px;
}
.single-product div.product div.images .flex-control-thumbs li{
  background: #f2f2f2;
  position: relative;
  color: #000;
}
.wc-block-cart-item__quantity button,.is-large.wc-block-cart .wc-block-cart__totals-title,.wc-block-components-totals-coupon .wc-block-components-panel__button,.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper,.wc-block-components-totals-item__label,.wc-block-components-totals-item__value,.is-large.wc-block-cart .wc-block-cart-items{
  color: #000 !important;
}
.single-product div.product div.images .flex-control-thumbs{
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.single-product div.product div.images .flex-control-thumbs li img{
  width: 80px !important;
  height: 80px !important;
  margin: 20% auto;
  object-fit: contain;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  margin-top: 1%;
}
.single-product .woocommerce-product-gallery__trigger{
  z-index: 1 !important;
}
.summary.entry-summary .desc-para:nth-child(6), .summary.entry-summary .desc-para:nth-child(7), .summary.entry-summary .desc-para:nth-child(8), .summary.entry-summary .desc-para:nth-child(8), .summary.entry-summary .desc-para:nth-child(9){
  display: none;
}
.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.yith-wcwl-add-to-wishlist-button svg, .product-cart-icon svg {
  color: var(--white) !important;
  background: #012458;
  padding: 5px;
  width: 30px !important;
  height: 30px;
  border-radius: 50px;
  fill: #fff;
  opacity: 0;
  margin-right: 20px;
}
.yith-wcwl-add-to-wishlist-button svg, .product-cart-icon:hover svg path{
  fill: red !important;
}
.yith-wcwl-add-to-wishlist-button--added svg {
  fill: #fff !important
}
.single-product .woocommerce-notices-wrapper .woocommerce-message a {
  font: 400 14px / 20px var(--pri-font);
  color: #ffffff;
  font-size: 14px;
  width: fit-content;
  position: unset;
  background: #F05C04;
  border-radius: 4px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message a:hover{
  background: #012458;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce-shop .add_to_cart_button ,#related-products .add_to_cart_button, .add_to_cart_button, .added_to_cart,.product-cart-icon .button {
  border: none;
  border-radius: 8px;
  font-size: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover{
  background-color: transparent;
}
.product-hover-cart-icons .rating{
  color: var(--white) !important;
  background: linear-gradient(232.41deg, var(--violet) 6.82%, var(--dark-purple) 55.57%, var(--purple) 95.57%);
  padding: 6px 6px;
  font: 400 13px / 13px var(--pri-font);
  border-radius: 6px;
}
.onsale{
  display: none;
}
h3.wc-block-components-product-name:after{
  display: none;
}
.entry-summary .yith-wcwl-add-button a.add_to_wishlist i {
  border: 2px solid var(--red);
  font-weight: 500;
  color: var(--red);
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: unset !important;
}
.entry-summary .product_meta {
  position: relative;
  top: -50px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.entry-summary .product_meta .posted_in, .entry-summary .product_meta .tagged_as {
  font: 500 16px / 20px var(--pri-font);
}
.custom-content h6 a{
  font: 600 18px / 25px var(--pri-font);
}
#woosq-popup .summary-content{
  padding: 6%;
}
#woosq-popup .summary-content .price{
  font: 600 16px / 40px var(--pri-font);
}
.woocommerce div.product form.cart .button{
  background: #F05C04;
  padding: 13px 30px;
  border-radius: 4px;
  font: 500 16px / 16px var(--pri-font);
  position: absolute;
  bottom: -1%;
  left: 7%;
}
.woocommerce div.product form.cart .button:hover {
  background: #012458;
}
#woosq-popup h1 {
  font: 600 35px / 50px var(--pri-font);
}
#woosq-popup .thumbnail img{
  width: 50%;
  margin: auto;
  background: #f4f4f4;
  padding: 40px;
}
.woocommerce-cart .wp-block-woocommerce-cart{
  margin-top: 5%;
}
.wc-block-cart-items {
  box-shadow: 0px 0px 3px 0px #000;
  border-radius: 10px;
  padding: 10px;
}
.wp-block-woocommerce-cart-order-summary-block {
  box-shadow: 0px 0px 3px 0px #000;
  border-radius: 10px;
  padding: 10px;
}
.is-large.wc-block-cart .wc-block-cart-items th, .is-large.wc-block-cart .wc-block-cart__totals-title {
  font: 500 18px / 20px var(--pri-font) !important;
  text-transform: capitalize !important;
  color: #000!important;
}
.wc-block-components-product-name {
  font: 600 18px / 25px var(--pri-font) !important;
  color: #000 !important;
  margin: unset;
}
.wc-block-components-product-details__name, .wc-block-components-product-details__value {
  margin-left: 0;
  color: #000 !important;
}
.wc-block-components-product-details.wc-block-components-product-details li {
  margin-left: 0;
  color: #000 !important;
}
.wc-block-components-checkout-return-to-cart-button{
  color: #fff !important;
  font: 500 14px / 20px var(--pri-font);
  background:#F05C04;
  border-radius: 5px;
  padding: 10px 10px 10px 30px;
  width: 23%;
  margin: auto;
  text-align: center;
  margin-right: 10px;
}
.wc-block-components-checkout-return-to-cart-button:hover{
  background: #012458;
}
.wc-block-components-product-price{
  font: 600 16px / 20px var(--pri-font) !important;
  color: #000;
}
.wc-block-cart__submit-container{
  text-align: center;
}
.wc-block-components-button__text {
  background: #F05C04;
  color: #fff;
  padding: 9px 30px;
  border-radius: 6px;
  font: 500 14px / 20px var(--pri-font);
  margin-top: 30px;
  opacity: 1 !important;
}
.wc-block-components-button__text:hover{
   background: #012458;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row{
  display: block !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
  background: none;
  width: auto;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
  color: #000 !important;
  font-weight: 500;
}
.woocommerce-Tabs-panel--description .desc-para{
  font: 400 16px / 25px var(--pri-font);
}
.wc-block-components-totals-coupon__form .wc-block-components-button__text{
  margin: 0;
}
.wc-block-components-totals-coupon__form .wc-block-components-button{
  border: none;
}
.wc-block-checkout__actions_row .wc-block-components-button .wc-block-components-button__text {
  margin: 0;
}
.wc-block-checkout__actions_row .wc-block-components-button {
  border: none;
  background: transparent;
  padding: 0 !important;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row{
  padding: 16px 20px !important;
}
.wc-block-components-main form{
  box-shadow: 0px 0px 3px 0px #000;
  border-radius: 10px;
  padding: 30px;
}
.wc-block-cart .wc-block-cart__submit-container--sticky:before {
  box-shadow: 0 1px 6px 0px currentColor !important;
}
.wc-block-checkout__actions_row{
  width: fit-content;
  margin: auto;
}
.is-large .wp-block-woocommerce-checkout-order-summary-block {
  box-shadow: 0px 0px 3px 0px #000 !important;
  border-radius: 10px !important;
  padding: 30px;
  position: relative;
  top: -8px;
}
.wp-block-woocommerce-checkout-order-summary-block{
  box-shadow: 0px 0px 3px 0px #000 !important;
  border-radius: 10px !important;
}
.wc-block-components-checkbox__label,.wc-block-components-form .wc-block-components-checkout-step{
  color: #000;
}
.single-product .custom-quantity-select{
  border: none;
  width: 60px;
  height: 35px;
  border: 1px solid #dcdcdc;
  background: transparent;
  padding: 0;
  margin-left: 5px;
}
#single-product-page .entry-summary .yith-wcwl-add-to-wishlist{
  position: relative;
  top: -70px;
  left: 180px;
  width: fit-content;
}
#single-product-page .yith-wcwl-add-button .yith-wcwl-icon-svg {
  margin: 0 !important;
  border: 2px solid linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  border-radius: 50%;
  padding: 5px;
  width: 38px;
  stroke: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
}
#single-product-page .entry-summary .product_meta{
  position: relative;
  top: -50px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#wp-comment-cookies-consent{
  align-self: baseline;
  top: 8px;
  position: relative;
}
#single-product-page .entry-summary .product_meta .posted_in,#single-product-page .entry-summary .product_meta .tagged_as{
  font: 500 16px/20px var(--pri-font);
  color: var(--blackk);
}
#single-product-page .entry-summary .product_meta .posted_in a,#single-product-page .entry-summary .product_meta .tagged_as a{
  font: 400 14px/20px var(--pri-font);
}
#single-product-page .entry-summary .product form.cart{
  width: fit-content;
}
#single-product-page .entry-summary .yith-wcwl-wishlistaddedbrowse:before, #single-product-page .entry-summary .yith-wcwl-wishlistexistsbrowse:before,#single-product-page .entry-summary  .yith-wcwl-add-button a.add_to_wishlist:before, #single-product-page .entry-summary  .yith-wcwl-wishlistaddedbrowse:before, #single-product-page .entry-summary  .yith-wcwl-wishlistexistsbrowse:before{
  display: none;
}
#single-product-page .entry-summary .yith-wcwl-add-button a.add_to_wishlist i {
  border: 2px solid var(--pink);
  font-weight: 500;
  color: var(--pink);
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: unset !important;
}
#single-product-page .entry-summary .yith-wcwl-wishlistaddedbrowse a,#single-product-page .entry-summary .yith-wcwl-wishlistexistsbrowse a{
  position: unset;
}
#single-product-page .entry-summary .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  color: pink;
  font-size: 20px;
  border: 2px solid var(--pink);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
}
#single-product-page .entry-summary .yith-wcwl-wishlistaddedbrowse a {
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 25px;
  font-size: 0px;
}
#single-product-page .yith-wcwl-wishlistaddedbrowse svg{
  fill: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  height: auto;
  width: 38px !important;
  padding: 5px;
  border: 2px solid linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  border-radius: 50%;
}
.single-product .yith-wcwl-wishlistaddedbrowse .feedback {
  font-size: 0px;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
  height: 41px;
  width: 40px;
  height: 41px;
  padding: 6px 12px 8px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #efefef;
  font-size: 16px;
  line-height: 27px;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  margin: 0 -3px !important;
}
.single-product .summary.entry-summary .stock.in-stock {
  padding-top: 10px;
  font: 600 15px / 20px var(--pri-font);
  color: var(--blackk);
}


/* wishlist page  */
.woocommerce-wishlist .woocommerce-Price-amount bdi,.woocommerce-wishlist .product-name a{
  color: #000;
}
.our-products-price-box ins{
  text-decoration: none;
  color: #514F4F;
  font: 600 20px / 25px var(--pri-font);
}
.woocommerce-wishlist .product-thumbnail {
  max-width: 100% !important;
  height: 250px !important;
}
.woocommerce-wishlist .product-thumbnail img {
  height: 100% !important;
  max-width: 100%;
  object-fit: contain;
}
.woocommerce-wishlist .product-custom-content{
  padding: 0px 10px
}
.woocommerce-wishlist .shop_table.wishlist_table {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
.wishlist-page-image-box {
  width: 275px;
}
.product-thumbnail {
  max-width: 100% !important;
  height: auto;
}
.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce a.remove {
  background: #f7f7f7;
  color: #F38686 !important;
  font-size: 19px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px 12px 25px 25px;
}
.yith_wcwl_wishlist_footer,.woocommerce-breadcrumb{
  display: none;
}
.wc-block-grid,.wp-block-woocommerce-empty-cart-block{
  margin-top: 4%;
}
.wp-block-woocommerce-cart .wc-block-grid__product-rating,.wp-block-woocommerce-cart .yith-wcwl-add-to-wishlist{
  display: none;
}
.wc-block-grid__product-title{
  font: 500 18px / 20px Rubik !important;
  color: #000;
}
.wc-block-grid__product-add-to-cart.wp-block-button a {
    background: var(--red);
    color: #fff;
    font: 400 14px / 20px var(--pri-font) !important;
    border-radius: 4px;
    padding: 8px 16px;
}
.wc-block-grid__products {
  background-clip: padding-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0px;
  justify-content: space-between;
}
.wc-block-grid__product.wc-block-grid__product {
  background: #fff;
  box-shadow: 0px 0px 50px 0px #cacaca;
  box-sizing: border-box;
  width: 100%;
  max-width: 315px !important;
  border-radius: 8px;
}
.products-content-main-box:hover .product-tag,.yith-wcwl-add-button a.add_to_wishlist:hover::before,.products-content-main-box:hover .sale-product-tag .onsale,.yith-wcwl-add-button a.add_to_wishlist:hover::before, .yith-wcwl-wishlistaddedbrowse a:hover::before, .yith-wcwl-wishlistexistsbrowse a:hover::before {
  background: #000;
}
#arrival-products .sale-product-tag .onsale{
  background: #222120;
}
.products-content-main-box{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #00000029;
  padding: 10px;
  margin: 10px 5px;
  position: relative;
}
.product-remove.remove-whishlist {
  background: #f7f7f7;
  color: #F38686 !important;
  font-size: 19px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px 12px 25px 25px;
}
.woocommerce-wishlist .our-products-price-box del{
  display: none;
}
.header_meta .cart-text{
  display: none;
}





/* faq */
.faq-left {
  overflow: hidden;
  max-height: 526px;
  max-width: 450px;
  height: 526px;
  width: 450px;
}
.faq-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px dashed #000;
}
.faq-left img:hover {
  transform: scale(1.1);
  border-radius: 20px;
}

.faq-contact-box {
  width: 80%;
  margin: 0px auto;
}

#FAQ .accordion-item {
  background-color: #F3EDE1;
  margin-bottom: 1.1em;
  border: 2px dashed #F88B07;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  color: #212529;
  text-align: left;
  border: 0;
  overflow-anchor: none;
  font-family: 'Montserrat';
  font-weight: 500;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: auto;
  content: "";
  background-image: url("assets/images/FAQ/Vector.svg");
  background-repeat: no-repeat;
  background-size: auto;
  transition: transform .2s ease-in-out;
  margin-right: 25px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("assets/images/FAQ/uppar.svg");
  transform: rotate(0deg);
}
.accordion-button:not(.collapsed) {
  color: #F88B07;
  background-color: #F3EDE1;
  font-size: 20px;
  font-weight: 600;
  box-shadow: none;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-radius: 0px;
}
.accordion-body {
  padding: 1rem 1.25rem;
  font-family: var(--pri-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  width: 92%;
}


/* Smart */

#smart .post-img img {
  height: 80px;
  width: 74px;
  object-fit: contain;
}
#smart .smart-content-box h5 {
  font-family: var(--pri-font);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #F6A609;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#smart .smart-content-box p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #332F2F;
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
#smart .btn-icon-smart img{
  width: 12px;
  height: 12px;
}
#smart .smart-btn-text-outer{
  display: flex;
  align-items: center;
  gap: 10px;
}
#smart .smart-image-box {
  background: #fff;
  padding: 40px 10px 0px 20px;
  min-height: 460px;
}
.smart-button-text.btn-text {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #F6A609;
}
#smart .smart-image-box:hover{
  background: #F6A609;
}
#smart .smart-image-box:hover h5{
  color: #fff;
}
#smart .smart-image-box:hover p{
  color: #fff;
}
#smart .smart-image-box:hover .smart-button-text.btn-text{
  color: #fff;
}
/* .smart-image-box:hover .post-img img {
  filter: brightness(0) saturate(100%) invert(100%);
} */
/* .smart-image-box:hover .btn-icon-smart img {
    filter: brightness(0) saturate(100%) invert(100%);
} */
.smart-image-box:hover .smart-img-box img {
    transform: rotateY(360deg);
    transition: linear all 0.3s;
}



#smart::before{
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: -1;
  -webkit-mask: url('assets/images/mobility/mobility-ellipse.svg') no-repeat center;
  mask: url('assets/images/mobility/mobility-ellipse.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}





/* Smart Tech Image Box */
.smart-img-box {
    position: relative;
    display: inline-block;
    overflow: hidden; /* Ensure hover image doesn't spill */
}

/* Main Image */
.smart-main-img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

/* Hover Image */
.smart-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* Prevent hover image from blocking buttons */
}

.smart-img-box:hover .smart-main-img {
    opacity: 0;
}

/* Optional: Add smooth transition for content boxes */
.smart-content-box-outer {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#smart .smart-image-box:hover .smart-hover-img {
    opacity: 1 !important;
}

#smart .smart-image-box:hover .btn-icon-main {
    opacity: 0;
}

#smart .smart-image-box:hover .btn-icon-hover {
    opacity: 1;
}
#smart .smart-image-box .btn-icon-hover{
  opacity: 0;
}
img.btn-icon-main {
    position: absolute;
}




/* mobility */

#mobility .post-img img {
  width: 315px;
  height: 210px;
  border-radius: 37px;
}
.btn-icon-mobility img{
  width: 12px !important;
  height: 12px;
}
.mobility-btn-text-outer{
  display: flex;
  align-items: center;
  gap: 10px;
}
#mobility .mobility-contents-box h5 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #332F2F;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}
#mobility .mobility-contents-box p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #332F2F;
  width: 85%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
#mobility .mobility-button-text.btn-text {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
#mobility .mobility-image-box{
  background: #fff;
  border-radius: 37px;
  min-height: 380px;
}
.mobility-image-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #F6A609;
  border-radius: 37px;
  z-index: -1;
  opacity: 0;
}
#mobility .mobility-image-box:hover::before{
  opacity: 1;
}
.mobility-image-box:hover .post-img img {
    border: 2px solid #F6A609;
}
#mobility .mobility-content-box-outer{
  padding: 15px 15px 0px 15px;
}

#mobility .mobility-image-box:hover h5{
  color: #F6A609;
}
#mobility .mobility-image-box:hover .mobility-button-text.btn-text{
  color: #F6A609;
}
#mobility .mobility-image-box:hover .btn-icon-mobility img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(96%) saturate(756%) hue-rotate(2deg) brightness(106%) contrast(93%);
}
.mobility-border-box::after {
  content: "";
  position: absolute;
  inset: -2px; 
  border-radius: inherit;
  z-index: 1;
  -webkit-mask: url('assets/images/mobility/mobility-border.svg') no-repeat center;
  mask: url('assets/images/mobility/mobility-border.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  width: 96%;
  margin: 0 auto;
}

#mobility .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
}
#mobility .owl-nav .owl-prev{
    background: #fff !important;
    color: #000 !important;
    margin-right: 15px;
    border: none !important;
    border-radius: 50%;
    box-shadow: unset;
}
#mobility .owl-nav .owl-prev:hover{
  color: #F6A609 !important;
}
#mobility .owl-nav .owl-next{
    background: #fff !important;
    color: #000 !important;
    margin-right: 15px;
    border: none !important;
    border-radius: 50%;
    box-shadow: unset;
}
#mobility .owl-nav .owl-next:hover{
  color: #F6A609 !important;
}
#mobility  .owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  padding: 0 !important;
  font: inherit;
  font-size: 12px;
  position: absolute;
  left: -7%;
  border-radius: 10px;
}

#mobility  .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  padding: 0 !important;
  font: inherit;
  font-size: 12px;
  position: absolute;
  right: -7%;
  border-radius: 10px;
}

/* Attend */
#attend .attend-img-box img {
  height: 243px;
  width: 315px;
  border-radius: 37px;
}
#attend .attend-image-box {
  background: #fff;
  min-height: 406px;
  border-radius: 38px;
}
#attend .attend-icon img {
  width: 40px !important;
  height: 40px !important;
}
#attend .attend-icon{
  background: #ffff;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50px;
  position: absolute;
  right: 10px;
  bottom: 43%;
}
#attend .attend-contents-box h5 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #332F2F;
  padding-bottom: 10px;
}
#attend .attend-contents-box p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #332F2F;
  width: 95%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
}
#attend .attend-contents-box{
  padding: 15px 15px 0px 15px;
}

#attend .attend-image-box:hover h5{
   color: #F6A609;
}
#attend .attend-image-box:hover p{
   color: #F6A609;
}
#attend .attend-image-box:hover .attend-icon{
   background: #F6A609;
}
#attend .attend-image-box:hover .attend-img-box img{
  border: 2px solid #F6A609;
}
/* #attend .attend-image-box:hover .attend-icon img{
 filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(23%) hue-rotate(320deg) brightness(106%) contrast(100%);
} */


.attend-image-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #F6A609;
  border-radius: 37px;
  z-index: -1;
  opacity: 0;
}
#attend .attend-image-box:hover::before{
  opacity: 1;
}
.attend-boder-box::after {
  content: "";
  position: absolute;
  inset: -2px; 
  border-radius: inherit;
  z-index: 1;
  -webkit-mask: url('assets/images/attend/ateend-border.svg') no-repeat center;
  mask: url('assets/images/attend/ateend-border.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  width: 96%;
  margin: 0 auto;
}
#attend::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: -1;
  -webkit-mask: url('assets/images/attend/attend-ellipse.svg') no-repeat center;
  mask: url('assets/images/attend/attend-ellipse.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
}



.attend-hover-icon {
    position: relative;
    display: inline-block;
}

.attend-hover-icon .icon-hover {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
}

.attend-hover-icon:hover .icon-normal {
    display: none;
}

.attend-hover-icon:hover .icon-hover {
    display: block;
}
#attend .attend-image-box:hover .attend-icon img {
  transform: rotateY(360deg);
  transition: linear all 0.3s;
  opacity: 0;
}
#attend .attend-image-box:hover .icon-hover{
  opacity: 1 !important;
}











/* inovation */
.listical-box-one{
  display: flex;
  align-items: center;
  gap: 20px;
}
.innovation-listical-img-one img {
  height: 40px;
  width: 40px;
}
.listical-box-two{
  display: flex;
  align-items: center;
  gap: 20px;
}
.innovation-listical-img-two img {
  height: 40px;
  width: 40px;
}
.listical-box-three{
  display: flex;
  align-items: center;
  gap: 20px;
}
.innovation-listical-img-three img {
  height: 40px;
  width: 40px;
}
.listical-box-four{
  display: flex;
  align-items: center;
  gap: 20px;
}
.innovation-listical-img-four img {
  height: 40px;
  width: 40px;
}





/* === Innovation Section (BMW Vision Style) === */


/* === Main Image === */
.innovation-image-wrapper {
  border-radius: 12px;
  max-height: 320px;
  height: 320px;
  width: 92%;
  max-width: 92%;
}
.innovation-image-wrapper img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition: linear all 0.3s;
}
.innovation-image-wrapper .first{
  overflow: hidden;
  border-radius: 12px;
}
.innovation-image-wrapper img:hover{
  transform: scale(1.1);
  border-radius: 12px;
}


/* === Right Content === */
.innovation-content {
  color: #fff;
}
.innovation-heading {
  color: #f6a609;
  font-family: var(--pri-font);
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin: unset;
}
.innovation-description {
  color: #ffff;
  max-width: 480px;
  font-family: var(--pri-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

/* === Button === */
.innovation-btn {
  display: inline-flex;
  gap: 8px;
  color: #f6a609;
  text-decoration: none;
  margin-top: 15px;
  transition: 0.3s;
  font-family: var(--pri-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.innovation-btn:hover {
  color: #fff;
}
.innovation-btn i {
  font-size: 18px;
  transition: 0.3s;
}


/* === Secondary Image === */
.innovation-subtext p {
  font-family: var(--pri-font);
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  text-align: left;
}
.innovation-secondary-img {
  border-radius: 12px;
  width: 502px;
  max-width: 502px;
  height: 313px;
  max-height: 313px;
  margin-top: 5em !important;
}
.innovation-secondary-img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  transition: linear all 0.3s;

}

.innovation-secondary-img .second{
  overflow: hidden;
  border-radius: 12px;
}
.innovation-secondary-img img:hover{
  transform: scale(1.1);
  border-radius: 12px;
}


/* === Bottom Text === */
.innovation-subtext {
  color: #ddd;
  font-size: 16px;
  max-width: 800px;
}
.innovation-subtitle {
  color: #f6a609;
  margin-top: 20px;
  font-family: var(--pri-font);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-decoration: underline;
  text-align: left;
}

/* === Features === */
.innovation-features {
  margin-top: 25px;
  gap: 25px;
}
.feature-item p {
  font-family: var(--pri-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #fff;
}
.feature-item img {
  width: 40px;
  height: 40px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.innovation-secondary-img::after {
  content: '';
  position: absolute;
  width: 384px;
  height: 287px;
  bottom: -25px;
  right: -25px;
  border-right: 5px solid #F6A609;
  border-bottom: 5px solid #F6A609;
  border-radius: 0 0 37px 0;
}
.innovation-image-wrapper::after {
  content: '';
  position: absolute;
  width: 619px;
  height: 287px;
  top: -25px;
  left: -25px;
  border-left: 5px solid #F6A609;
  border-top: 5px solid #F6A609;
  border-radius: 37px 0 0 0;
}
.innovation-image-wrapper::before {
  content: '';
  width: 78px;
  height: 270px;
  background: #F6A609;
  position: absolute;
  right: -40px;
  top: 25px;
}
.innovation-secondary-img::before {
  content: '';
  position: absolute;
  border-top: 30px solid #000;
  border-left: 30px solid transparent;
  top: 0px;
  right: 0;
  z-index: 9;
}
#innovation::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: -1;
  -webkit-mask: url('assets/images/innovation/innovation-ellipse.svg') no-repeat center;
  mask: url('assets/images/innovation/innovation-ellipse.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  right: 0;
  top: 0;
  bottom: 0;
}



/* About */
#about .heading-box h3 {
  margin: unset;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #fff;
}
#about .about-main-para {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  margin: unset;
  width: unset;
  text-align: left;
}
#about .about-para-one {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin: unset;
  width: 95%;
  text-align: left;
}
#about .about-para-two {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin: unset;
  width: 85%;
  text-align: left;
}
#about .about-para-three {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin: unset;
  width: 100%;
  text-align: left;
}
#about .right-col-img-one{
  max-width: 637px;
  max-height: 327px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 100px 0px 100px 0px;
}
#about .right-col-img-one img {
  width: 100%;
  height: 100%;
  border-radius: 100px 0px 100px 0px;
  transition: linear all 0.3s;
  border: 1px solid #fff;
}
#about .right-col-img-one img:hover {
    transform: scale(1.1)
}
#about .right-col-img-two{
  max-width: 637px;
  max-height: 327px;
  border-radius: 0px 100px 0px 100px;
  overflow: hidden;
  border: 1px solid #fff;
}
#about .right-col-img-two img{
  width: 100%;
  height: 100%;
  border-radius: 0px 100px 0px 100px;
  transition: linear all 0.3s;
}
#about .right-col-img-two img:hover {
  transform: scale(1.1)
}
#about .right-col-img-one::before {
  content: '';
  position: absolute;
  border-bottom: 100px solid #F6A609;
  border-right: 100px solid transparent;
  bottom: 0;
  z-index: 9;
  
}
#about .right-col-img-one::after {
  content: '';
  position: absolute;
  border-top: 100px solid #F6A609;
  border-left: 100px solid transparent;
  top: 0;
  right: 0;
  z-index: 9;
}

#about .right-col-img-two::before {
  content: '';
  position: absolute;
  border-top: 100px solid #F6A609;
  border-right: 100px solid transparent;
  top: 0;
  z-index: 9;
  
}
#about .right-col-img-two::after {
  content: '';
  position: absolute;
  border-bottom: 100px solid #F6A609;
  border-left: 100px solid transparent;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.about-listical-img-one{
  background: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  padding: 10px;
}
.about-listical-img-one img {
  width: 30px;
  height: 30px;
}
.about-listical-img-one:hover{
  background: #F6A609;
}
.about-listical-img-two{
  background: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  padding: 10px;
}
.about-listical-img-two img {
  width: 30px;
  height: 30px;
}
.about-listical-img-two:hover{
  background: #F6A609;
}
.about-listical h4 {
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  width: 73%;
}
.listical-box-one{
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-button-text{
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  background: #F6A609;
  padding: 15px 32px;
  border-radius: 10px;
}
.about-button-text-one{
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  background: #F6A609;
  padding: 15px 27px;
  border-radius: 10px;
}
.btn-icon-about {
  background: #F6A609;
  padding: 5px;
  border-radius: 50px;
  margin-left: -12px;
  border: 1px solid #fff;
  color: #fff;
}
.about-button-box:hover .about-button-text{
  background: #fff;
  color: #F6A609;
}
.about-button-box:hover .btn-icon-about{
  background: #fff;
  color: #F6A609;
  border-color: #F6A609;
}
.about-button-box:hover .about-button-text-one{
  background: #fff;
  color: #F6A609;
}

#about::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: -1;
  -webkit-mask: url('assets/images/about/about-ellipse.svg') no-repeat center;
  mask: url('assets/images/about/about-ellipse.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  left: -35%;
  top: 0;
  bottom: 0;
}




/* Video */
#video .heading-box h3 {
  margin: unset;
}
#video .heading-box p {
  margin: unset;
  width: unset;
  text-align: left;
}
#video .heading-box .vedio-para-one {
  margin: unset;
  width: unset;
  text-align: left;
  font-family: 'Montserrat';
  font-weight: unset;
  font-size: 19px;
  line-height: 40px;
  color: #FFFFFF;
}
.modal-new {
  display: none;
  position: fixed;
  z-index: 999999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.4);
}

.modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px;
  width: 45%;
  transition: 2s;
  border-radius: 10px;
}
.close-one{
  color: #252525;
  float: right;
  font-size: 28px;
  padding-right: 20px;
  cursor: pointer;
  background: transparent;
  border: none;
  font-weight: 900;
}
.video-sec-bottom-img .right-one-play-svg-box {
  position: absolute;
  top: unset;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 40%;
  margin: auto;
  border-radius: 50%;
  line-height: 42px;
}
.video-sec-bottom-img .right-one-play-svg-box svg {
  width: 120px;
  height: 120px;
}
.video-sec-bottom-img .play-svg-box-outer svg:hover path{
  fill: #F6A609;
}
.video-sec-bottom-img {
  max-height: 480px;
  height: 480px;
  max-width: 860px;
  width: 860px;
}
.video-sec-bottom-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.video-border-box::after {
  content: "";
  position: absolute;
  inset: -2px; 
  border-radius: inherit;
  z-index: 1;
  -webkit-mask: url('assets/images/video/video-border.svg') no-repeat center;
  mask: url('assets/images/video/video-border.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  width: 96%;
  margin: 0 auto;
}
.vedio-para-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #ffff;
}
.para_head {
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
}


/* gallery */

.gallery-item{
  max-height: 305px;
  max-width: 420px;
  position: relative;
 
}
.gallery-item img{
  width: 100%;
  height: 100%;
}
.galy-img-one{
  border: 5px solid transparent;
  transition: linear all 0.3s;
}
.galy-img-two{
  border: 5px solid transparent;
  transition: linear all 0.3s;
}
.galy-img-three{
  border: 5px solid transparent;
  transition: linear all 0.3s;
}
.galy-img-four{
  border: 5px solid transparent;
  transition: linear all 0.3s;
}
.galy-img-five{
  border: 5px solid transparent;
  transition: linear all 0.3s;
}
.galy-img-six{
  border: 5px solid transparent;
  transition: linear all 0.3s;
}
.galy-img-one::before {
  content: '';
  position: absolute;
  border-bottom: 65px solid #F6A609;
  border-right: 65px solid transparent;
  bottom: 0;
  z-index: 9;
  opacity: 0;
}
.galy-img-one::after{
  content: '';
  position: absolute;
  border-top: 65px solid #F6A609;
  border-left: 65px solid transparent;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
}
.galy-img-two::before {
  content: '';
  position: absolute;
  border-bottom: 65px solid #F6A609;
  border-right: 65px solid transparent;
  bottom: 0;
  z-index: 9;
  opacity: 0;
}
.galy-img-two::after{
  content: '';
  position: absolute;
  border-top: 65px solid #F6A609;
  border-left: 65px solid transparent;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
}
.galy-img-three::before {
  content: '';
  position: absolute;
  border-bottom: 65px solid #F6A609;
  border-right: 65px solid transparent;
  bottom: 0;
  z-index: 9;
  opacity: 0;
}
.galy-img-three::after{
  content: '';
  position: absolute;
  border-top: 65px solid #F6A609;
  border-left: 65px solid transparent;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
}
.galy-img-four::before {
  content: '';
  position: absolute;
  border-bottom: 65px solid #F6A609;
  border-right: 65px solid transparent;
  bottom: 0;
  z-index: 9;
  opacity: 0;
}
.galy-img-four::after{
  content: '';
  position: absolute;
  border-top: 65px solid #F6A609;
  border-left: 65px solid transparent;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
}
.galy-img-five::before {
  content: '';
  position: absolute;
  border-bottom: 65px solid #F6A609;
  border-right: 65px solid transparent;
  bottom: 0;
  z-index: 9;
  opacity: 0;
}
.galy-img-five::after{
  content: '';
  position: absolute;
  border-top: 65px solid #F6A609;
  border-left: 65px solid transparent;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
}
.galy-img-six::before {
  content: '';
  position: absolute;
  border-bottom: 65px solid #F6A609;
  border-right: 65px solid transparent;
  bottom: 0;
  z-index: 9;
  opacity: 0;
}
.galy-img-six::after{
  content: '';
  position: absolute;
  border-top: 65px solid #F6A609;
  border-left: 65px solid transparent;
  top: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
}
.gal-box:hover .galy-img-one::before{
  opacity: 1;
}
.gal-box:hover .galy-img-one::after{
  opacity: 1;
}
.gal-box:hover .galy-img-one{
  border: 5px solid #F6A609;
  transition: linear all 0.3s;
}
.gal-box:hover .galy-img-two::before{
  opacity: 1;
}
.gal-box:hover .galy-img-two::after{
  opacity: 1;
}
.gal-box:hover .galy-img-two{
  border: 5px solid #F6A609;
  transition: linear all 0.3s;
}
.gal-box:hover .galy-img-three::before{
  opacity: 1;
}
.gal-box:hover .galy-img-three::after{
  opacity: 1;
}
.gal-box:hover .galy-img-three{
  border: 5px solid #F6A609;
  transition: linear all 0.3s;
}
.gal-box:hover .galy-img-four::before{
  opacity: 1;
}
.gal-box:hover .galy-img-four::after{
  opacity: 1;
}
.gal-box:hover .galy-img-four{
  border: 5px solid #F6A609;
  transition: linear all 0.3s;
}
.gal-box:hover .galy-img-five::before{
  opacity: 1;
}
.gal-box:hover .galy-img-five::after{
  opacity: 1;
}
.gal-box:hover .galy-img-five{
  border: 5px solid #F6A609;
  transition: linear all 0.3s;
}
.gal-box:hover .galy-img-six::before{
  opacity: 1;
}
.gal-box:hover .galy-img-six::after{
  opacity: 1;
}
.gal-box:hover .galy-img-six{
  border: 5px solid #F6A609;
  transition: linear all 0.3s;
}

#Gallery::before{
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: -1;
  -webkit-mask: url('assets/images/gallery/gallery-ellipse.svg') no-repeat center;
  mask: url('assets/images/gallery/gallery-ellipse.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}


/* blog */
@keyframes shine{
  100% {
    left: 125%;
  }
}

.blog-content-box-outer {
  padding: 5px 15px 5px 15px;
}
.blog-contents-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-image-box{
  padding: 0px;
}
.blog-image-box{
  background: #fff;
  border-radius: 30px;
}
.mail-box input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #1A1A1A;
}

.blog-contents-box h4 a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-img-box .post-img {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.blog-content-box .owl-carousel .owl-stage-outer{
  padding-bottom: 20px
}
.blog-img-box .post-img img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 15px;   
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-0px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.blog-image-box:hover img {
  /* opacity: 0.5; */
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.blog-contents-box h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font: 600 20px/35px var(--pri-font);
  color: #332F2F;
}
.blog-image-box:hover::after {
  background: #F6F8F0;
}
.blog-image-box:hover .btn-outer-box{
  background: unset;
}
.blog-contents-box{
  gap: 2px;
}
.blog-content-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font: 300 16px / 26px var(--pri-font);
  color: #1F2021;
}
.blog-content-box-outer p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.date-icon-box {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(232.41deg, var(--violet) 6.82%, var(--dark-purple) 55.57%, var(--purple) 95.57%);
  color: #fff;
  font: 400 13px / 14px var(--pri-font);
  padding: 6px 25px;
  border-radius: 20px 0px 0px 0px;
  z-index: 1;
}
/* blog button */

.blog-button-box {
    display: inline-flex;        
    align-items: center;         
    gap: 10px;   
    margin-bottom: -2em;                
}

.blog-button-text {
  display: inline-block;
  padding: 13px 28px;
  background-color: #332F2F;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  font-family: var(--pri-font);
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  border: 1px solid #fff;
}
.btn-icon-blog{
  background: #332F2F;
  height: 30px;
  width: 30px;
  line-height: 25px;
  padding: 3px;
  border-radius: 50px;
  z-index: 9;
  color: #fff;
  border: 1px solid #fff;
  margin-left: -20px;
}

.blog-image-box:hover .blog-button-text {
  background-color: #F6A609;
  color: #fff;
}
.blog-image-box:hover .blog-contents-box h5 {
  color: #F6A609;
}
.blog-image-box:hover .btn-icon-blog{
  background: #F6A609;
}
/* .blog-image-box:hover .blog-img-box .post-img{
  border: 3px solid #F6A609;
} */
/* .blog-image-box:hover{
  border: 2px solid #F6A609;
  border-radius: 17px;
} */
#blog .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
}

#blog .owl-nav .owl-prev{
    background: #fff !important;
    color: #000 !important;
    margin-right: 15px;
    border: none !important;
    border-radius: 50%;
    box-shadow: unset;
}
#blog .owl-nav .owl-prev:hover{
  color: #F6A609 !important;
}
#blog .owl-nav .owl-next{
    background: #fff !important;
    color: #000 !important;
    margin-right: 15px;
    border: none !important;
    border-radius: 50%;
    box-shadow: unset;
}
#blog .owl-nav .owl-next:hover{
  color: #F6A609 !important;
}
#blog .owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  padding: 0 !important;
  font: inherit;
  font-size: 12px;
  position: absolute;
  left: -7%;
  border-radius: 10px;
}

#blog .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  padding: 0 !important;
  font: inherit;
  font-size: 12px;
  position: absolute;
  right: -7%;
  border-radius: 10px;
}

.our-blog-box .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.our-blog-box .owl-carousel button.owl-dot {
  background: #F88B074D;
  color: inherit;
  border: none;
  border-radius: unset;
  width: 15px;
  height: 15px;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 !important;
  font: inherit;
  font-size: 12px;
  margin-right: 5px;
}
.our-blog-box .owl-dot.active {
  background: #F88B07 !important;
}

.blog-border-box::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: 1;
  -webkit-mask: url('assets/images/mobility/mobility-border.svg') no-repeat center;
  mask: url('assets/images/mobility/mobility-border.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  width: 96%;
  margin: 0 auto;
}

.blog-image-box:hover .post-img img {
    border: 2px solid #F6A609;
}
.blog-image-box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #F6A609;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  top: 0;
}
.blog-image-box:hover::after{
  opacity: 1;
}
/* top-categories */
.top-cat-left-col{
  background: #000;
  padding: 30px 15px 40px 16px;
}
.top-cat-left-col h4 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}
.top-cat-left-col p {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.top-cat-button-text{
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.top-left{
  max-width: 450px;
  max-height: 275px;
}
.top-left img{
  width: 100%;
  height: 100%;
}
.btn-outline-primary {
  color: #1A1A1A;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  
}
.cat-col{
  height: 242px;
  width: 100%;
  box-shadow: 0px 0px 1px 1px #00000040 inset;
  justify-content: center;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 4px 0px #00000040;
  box-shadow: 0px 0px 1px 1px #00000040 inset;
}
.cat-col:hover{
  background: #F3EDE1;
}
.cat-col:hover .btn-outline-primary{
  color: #F88B07;
}
.cat-col:hover .top-cat-button-text {
    color: #F88B07;
}
.cat-col span{
  padding-top: 20px;
}
.cat-col:hover img {
  transform: rotateY(360deg);
  transition: linear all 0.7s;
}
.cat-col:hover img{
  filter: brightness(0) saturate(100%) invert(64%) sepia(79%) saturate(3231%) hue-rotate(1deg) brightness(101%) contrast(102%);
}
.top-left img {
    width: 100%;
    height: 100%;
}
.top-left img:hover{
  transform: scale(1.1);
}
 .btn-outline-primary:hover {
    color: unset;
    background-color: unset;
    border-color: unset;
}
.btn-outline-primary:focus {
    box-shadow: unset !important;
}
.top-cat-btn .button-arrow {
  font-size: 20px;   
  margin-left: 5px;  
  vertical-align: middle;
}
.top-cat-right-col .top-cat-button-text {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.cat-box{
  margin: 0px 0px 20px 0px;
}
/* Store */
#feature-store{
  background: #F3EDE1;
}
.btn-outline-success:hover {
    color: unset;
    background-color: unset;
    border-color: unset;
}
.btn-outline-success {
  color: #1A1A1A;
  border-color: unset;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  flex-direction: column;
}
.btn-outline-success:focus {
    box-shadow:unset !important;
}
.store-button-text {
  font-family: 'Montserrat' !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 26px !important;
  background: #000;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  border: 2px dashed #fff;
}
.store-item {
  background: #fff;
  box-shadow: 1px 1px 4px 0px #00000040;
  box-shadow: 0px 0px 1px 1px #00000040 inset;
  height: 323px;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.store-item .coupon-title{
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
.store-item:hover {
  background: #F3EDE1;
}
.store-item:hover .store-button-text{
  background: #F88B07;
}
.store-item:hover img {
  transform: rotateY(360deg);
  transition: linear all 0.7s;
}
#feature-store .owl-carousel button.owl-dot {
  background: #F88B074D;
  color: inherit;
  border: none;
  border-radius: unset;
  width: 15px;
  height: 15px;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 !important;
  font: inherit;
  font-size: 12px;
  margin-right: 5px;
}
#feature-store .owl-carousel button.owl-dot.active {
  background-color: #F88B07; 
}
#feature-store .owl-carousel .owl-dots{
  text-align: center !important;
  margin-top: 4em;
}
.store-hed{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-more-cat-btn-text{
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  background: #F88B07;
  color: #fff;
  padding: 18px 30px;
  border-radius: 10px;
  border: 2px dashed #fff;
}
.store-more-cat-btn-text:hover{
  background: #1A1A1A;
}
/* trending coupon */
.trending-card {
  box-shadow: 1px 1px 4px 0px #00000040;
  box-shadow: 0px 0px 1px 2px #00000040 inset;
  height: 336px;
  width: 303px;
}
.trending-card h6 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  min-height: 75px;
}
.trending-button-text {
  display: inline-block;
  padding: 10px 32px;
  background-color: #1A1A1A;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  font-family: var(--pri-font);
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  border: 2px dashed #fff;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: unset !important;
}
.used-count{
  color: #1A1A1A;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.trending-expiry #timer {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.trending-card:hover {
    background: #F3EDE1;
}
.trending-card:hover .trending-button-text{
  background: #F88B07;
}
.trending-card:hover .progress {
    background: #fff !important;
}
#trending .owl-carousel .owl-nav{
  display: block;
  text-align: center;
  margin-top: 5em;
}
#trending .owl-carousel .owl-nav button.owl-prev{
    background: #000 !important;
    border-radius: 10px !important;
    width: 36px !important;
    height: 36px !important;
    color: #fff;
    box-shadow: unset !important;
}
#trending .owl-carousel .owl-nav button.owl-next{
    background: #000 !important;
    border-radius: 10px !important;
    width: 36px !important;
    height: 36px !important;
    color: #fff;
    box-shadow: unset !important;
}
#trending .owl-carousel .owl-nav button.owl-prev:hover{
  background: #F88B07 !important;
}
#trending .owl-carousel .owl-nav button.owl-next:hover{
  background: #F88B07 !important;
}
/* how it works */
#how-it-work {
  background: #F3EDE1;
}
.how-img{
  height: 70px;
  width: 70px;
  max-height: 70px;
  max-width: 70px;
}
.how-box{
  background: #000;
  padding: 20px;
  border-radius: 80px;
}
.how-inner-boxed:hover .how-box {
    background: #F88B07
}
.center-line{
  position: absolute;
  top: 25%;
  right: -38%;
}
.center-line svg{
  width: 300px;
}
.owl-carousel .owl-item.active:last-child .how-inner-box .center-line {
  display: none !important;
}
.how-inner-boxed:hover img {
  transform: rotateY(360deg);
  transition: linear all 0.7s;
}
/* why-choose-us */
#why-choose-us {
  background: #F3EDE1;
}
.why-inner-box h4 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}
/* how-it-work */
.how-inner-boxed h4{
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}
/* Brands */
.brand-main-box img{
  width: 100%;
  height: 100%;
}
.brand-main-box{
  width: 165px;
  height: 165px;
  max-width: 165px;
  max-height: 165px;
}
.brand-main-box img:hover{
 transform: scale(1.3);
}
.why-inner-boxed:hover img{
 filter: brightness(0) saturate(100%) invert(64%) sepia(79%) saturate(3231%) hue-rotate(1deg) brightness(101%) contrast(102%);
}
.why-inner-boxed:hover h4{
  color: #F88B07;
}
.why-inner-boxed:hover img {
  transform: rotateY(360deg);
  transition: linear all 0.7s;
}
.brand-main-box img {
    height: 315px;
    width: 315px;
    object-fit: contain;
}

/* testimonial */

#testimonial {
  position: relative;
  background-color: transparent;
}
#testimonial .owl-nav {
    display: none;
}
#testimonial .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  border-radius: 4px;
  width: 27px;
  height: 8px;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 !important;
  font: inherit;
  font-size: 12px;
  background: #332F2F;
  margin-right: 5px;
}
#testimonial .owl-carousel button.owl-dot.active {
  background: #F6A609 !important;
}

#testimonial .owl-dots{
  text-align: center;
}
.testimonial-img img {
  width: 100px !important;
  object-fit: cover;
  border-radius: 50px;
  border: 1px solid #000;
}
.testimonial-card{
  display: flex;
}
.testimonial-img {
  transform: translate(5px, 30px);
  height: 100%;
  width: 100%;
  max-width: 70px;
  max-height: 70px;
}
.testibox{
  background: #fff;
  padding: 10px 10px 0px 20px;
  height: 100%;
  width: 100%;
  box-shadow: 1px 1px 1px 0px #00000040;
  box-shadow: 5px 0px 0px 0px #00000040 inset;
  height: 220px;
}
.testibox:hover{
  box-shadow: 1px 1px 1px 0px #F6A609;
  box-shadow: 5px 0px 0px 0px #F6A609 inset;
}
.testibox:hover .testimonial-img img{
  border: 1px solid #F6A609;
}
.testimonial-heading {
  display: flex;
  align-items: center;
  transform: translate(95px, -60px);
}
#testimonial h4 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-align: left;
  color: #F88B07;
  width: 60%;
}
.testimonial-text p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 95%;
}

.left-col-testimonial{
  position: relative;
}

.testimonial-main-content-box .owl-carousel .owl-stage-outer{
  padding: 30px 0px;
}

.testimonial-destination {
  font-family: ''var(--pri-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.testi-rating{
  color: #F6A609;
  font-size: 18px;
}
#testimonial::before{
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: 1;
  -webkit-mask: url('assets/images/testimonial/testimonial-ellipse.svg') no-repeat center;
  mask: url('assets/images/testimonial/testimonial-ellipse.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/* Recipe */


.recipe-card {
  display: flex;
  gap: 50px;
  background-color: #fff;
  padding: 30px 0px 30px 30px;
  border-radius: 30px;
  box-shadow: 1px 1px 4px 0px #00000040;
  box-shadow: 0px 0px 2px 2px #00000040 inset;
}
.quick-recipe-overview{
  display: flex;
  gap: 50px;
}
.recipe-img {
  height: 420px;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.recipe-img img{
  height: 100%;
  width: 100%;
  border-radius: 30px;
  transition: linear all 0.3s;
}
.recipe-img img:hover{
   transform: scale(1.1);
  
}
.recipe-card h6 {
  font-family: var(--sec-font);
  font-weight: 600;
  font-size: 36px;
  line-height: 60px;
  color: #012458;
}
.recipe-card .recipe-text p{
  font-family: var(--pri-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1F2021;
  width: 85%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recipe-card h4 {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #1F2021;
}
.overview-lines li {
    list-style: none;
    font-family: var(--pri-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.recipe-card ul {
    padding-left: 0;
}
.overview-details p {
    font-family: var(--pri-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.overview-title b, strong{
  font-weight: 400;
}

#Recipe .owl-nav{
  display: block;
}
#Recipe .owl-nav .owl-prev {
    background: #012458 !important;
    color: #fff !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    box-shadow: none;
    line-height: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -6%;
    z-index: 1;
}


#Recipe .owl-nav .owl-prev::before {
    content: "";
    position: absolute;
    top: -6px;   
    left: -6px;
    width: 70px;  
    height: 70px;
    border-radius: 50%;
    border: 2px solid #012458;  
    z-index: -1; 
}


#Recipe .owl-nav .owl-next {
    background: #012458 !important;
    color: #fff !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    box-shadow: none;
    line-height: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -6%;
    z-index: 1;
}

#Recipe .owl-nav .owl-next::after {
    content: "";
    position: absolute;
    top: -6px;   
    left: -6px;
    width: 70px;  
    height: 70px;
    border-radius: 50%;
    border: 2px solid #012458; 
    z-index: -1; 
}


#Recipe .owl-nav .owl-prev:hover{
  background: #F05C04 !important;
}
#Recipe .owl-nav .owl-next:hover{
  background: #F05C04 !important;
}

.recipe-content-box .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.recipe-content-box .owl-carousel button.owl-dot {
  background: #F05C04;
  color: inherit;
  border: none;
  border-radius: 31px;
  width: 15px;
  height: 15px;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 !important;
  font: inherit;
  font-size: 12px;
  margin-right: 5px;
}
.recipe-content-box .owl-dot.active {
  background: #F05C04 !important;
  opacity: 50%;
}


/* recipi button */

.recipe-button-box {
    display: inline-flex;        
    align-items: center;         
    gap: 10px;                   
}

.recipe-button-text {
    display: inline-block;
    padding: 12px 25px;
    background-color: #F05C04;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    font-family: var(--pri-font);
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
}

.recipe-button-text:hover {
    background-color: #012458;
    color: #fff;
}

.recipe-button-box .button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #F05C04;
    border-radius: 50%;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, color 0.3s;
    cursor: pointer;
}

.recipe-button-box .button-icon:hover {
    background-color: #012458;
    color: #fff;
}
.recipe-icon-outer{
    border: 1px solid #012458;
    padding: 5px;
    border-radius: 50px;
}
.recipe-btn-outer{
    border: 1px solid #012458;
    padding: 5px;
    border-radius: 50px;
    overflow: hidden;
}
.recipe-btn {
  transform: translate(0px, 270px);
}
.title-box-first{
  display: flex;
  align-items: center;
  gap: 20px;
}
.title-box-second{
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Impact */
.impact-main-box h4{
  font: 700 20px / 30px var(--pri-font);
  color: #1A1A1A;
}
.impact-main-box h2{
  font: 700 20px / 30px var(--pri-font);
  color: #1A1A1A;
}
.impact-inner-boxed {
  border: 2px dashed #000;
  border-radius: 15px;
}

.impact-inner-boxed:hover{
  border: 2px dashed #F88B07;
  background: #F3EDE1;
}
.impact-inner-boxed:hover h4{
  color: #F88B07;
}
.impact-inner-boxed:hover h2{
  color: #F88B07;
}
.impact-inner-boxed:hover img{
  filter: brightness(0) saturate(100%) invert(64%) sepia(79%) saturate(3231%) hue-rotate(1deg) brightness(101%) contrast(102%);
}

.impact-inner-boxed:hover img {
  transform: rotateY(360deg);
  transition: linear all 0.7s;
}


@keyframes marquee{
  0% {
    left: 0;
  }
  100% {
    left: -55%;
  }
}

@keyframes effect{
  0% {
    text-shadow: 4px -4px 0 #000, 3px -3px 0 #000, 2px -2px 0 #000, 1px -1px 0 #000, -4px 4px 0 #000, -3px 3px 0 #000, -2px 2px 0 #000, -1px 1px 0 #000;
  }
  25% {
      text-shadow: -4px -4px 0 #000, -3px -3px 0 #000, -2px -2px 0 #000, -1px -1px 0 #000, 4px 4px 0 #000, 3px 3px 0 #000, 2px 2px 0 #000, 1px 1px 0 #000;
  }
  50% {
      text-shadow: -4px 4px 0 #000, -3px 3px 0 #000, -2px 2px 0 #000, -1px 1px 0 #000, 4px -4px 0 #000, 3px -3px 0 #000, 2px -2px 0 #000, 1px -1px 0 #000;
  }
  75% {
      text-shadow: 4px 4px 0 #000, 3px 3px 0 #000, 2px 2px 0 #000, 1px 1px 0 #000, -4px -4px 0 #000, -3px -3px 0 #000, -2px -2px 0 #000, -1px -1px 0 #000;
  }
  100% {
      text-shadow: 4px -4px 0 #000, 3px -3px 0 #000, 2px -2px 0 #000, 1px -1px 0 #000, -4px 4px 0 #000, -3px 3px 0 #000, -2px 2px 0 #000, -1px 1px 0 #000;
  }
}

/* newsletter */
#newsletter h3 {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin: unset;
}
#newsletter p{
font-family: 'Inter';
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #fff;
}
.news-main-box{
  display: flex;
  align-items: center;
}
.newsletter-right img{
  height: 100%;
  width: 100%;
}
.newsletter-head-form-box h6,#gaurantee-card .heading-box p{
  font: 400 25px / 30px var(--pri-font);
  color: #fff;
}
.newsletter-head-form-box .newsletter-head-title-box p:after {
  content: '';
  left: -20px;
  background: #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  border-radius: 50px;
}
.newsletter-head-form-box .newsletter-para-text-box p{
  color: #fff;
  font: 400 14px/20px var(--pri-font);
}
.newsletter-head-form-box .newsletter-head-title-box p {
  color: #fff;
  font: 400 18px / 30px var(--pri-font);
  left: 20px;
  position: relative;
}
.newsletter-button-outer-box{
  display: flex;
  justify-content: end;
}
.newsletter-head-form-box .get-box input[type="text"], .newsletter-head-form-box .get-box input[type="email"] {
  width: 100%;
  padding: 12px 0px;
  background: transparent;
  box-shadow: 0px 1px 0px 0px #fff;
  border: none;
}
.newsletter-head-form-box form ::placeholder {
  color: #fff;
}
#newsletter .wpcf7 form.invalid .wpcf7-response-output {
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: -48px;
  margin: 0;
  padding: 3px;
  font-size: 16px;
}
#newsletter .wpcf7-not-valid-tip{
  position: absolute;
}
#newsletter .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: fit-content;
  color: #fff;
  left: 0px;
  bottom: -55px;
}
.newsletter-content-outer-box {
  margin: 0 5% 0 0%;
  padding: 6% 3% 6% 0%;
  border-radius: 250px;
}
.newsletter-outer-box a.submit-btn.btn{
  padding: 7px 30%;
  width: 100%;
}

#newsletter {
  position: relative;
  overflow: hidden;
  background: #F6A609;
  padding: 0 !important;
}
#newsletter .container {
  position: relative;
  z-index: 2; 
}
.newsletter-box {
  z-index: 1;
  position: relative;
  border-radius: 30px;
}
.newsletter-right{
  position: relative;
}
.newsletter-right{
  content: "";
  inset: 0px;
  border-radius: inherit;
  z-index: 1;
  -webkit-mask: url('assets/images/newsletter/news-mask.png') no-repeat center;
  mask: url('assets/images/newsletter/news-mask.png') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #382521;
  transition: background-color 0.3s ease;
  pointer-events: none;
  height: 180px;
}

.newsletter-right::before {
  position: absolute;
  content: '';
  height: 138%;
  width: 10px;
  background: #000;
  z-index: 99;
  left: 75px;
  transform: rotate(39deg);
  top: -36px;
}
.newsletter-right::after {
  position: absolute;
  content: '';
  height: 141%;
  width: 10px;
  background: #000;
  z-index: 99;
  right: 81px;
  transform: rotate(40deg);
  top: -33px;
}
.news-left-col{
 margin-top: -35px;
}


@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
  }
  80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
  }
  100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

/* single service */
#singleService .single-srevice-title a{
  font: 700 24px/24px var(--pri-font);
  color: var(--white);
}
#singleService .service-image{
  height: 430px;
}
#singleService .service-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* border-radius: 350px; */
}
#singleService .nav-pills .nav-link {
  color: #fff;
  padding: 15px 20px;
  font: 600 15px/25px var(--pri-font);
  border-radius: 6px;
  box-shadow: 0px 0px 6px 0px var(--blue);
  width: 90%;
  text-align: center;
}
#singleService .nav-pills .nav-link.active {
  background: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
}
#singleService .nav-pills .nav-item{
  width: 100%;
}
#singleService .top_title {
    font: normal normal 600 26px/30px var(--pri-font);
    color: var(--black);
}
#singleService .about_me p span,#singleService .about_me p{
    color: #000;
}
#singleService .about_me{
  box-shadow: rgb(0 0 0/10%) 0px 0px 12px;
  background-color: #fff;
  border-radius: 25px;
  padding: 40px;
  margin-right: 10%;
}
.sidebar4 .add-title i{
  font-size: 20px;
}
#services-page .heading-box{
  display: none;
}
.single-post-content {
  font: 400 16px/25px var(--pri-font);
}
.services-list-items{
  padding-top: 20px;
  list-style-type: decimal;
  padding-left: 18px;
}
.services-list-items li,.service-para p{
  font: normal normal normal 15px/25px var(--pri-font);
  color: var(--white);
}
.single-post-content li {
  font: 600 15px/30px var(--pri-font);
}
.single-services-img-box , .single-services-img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* quotation form */
.quotation-form-box{
  box-shadow: 0px 1px 5px 0px var(--blue);
  padding: 50px;
  border-radius: 0px;
}
.quotation-form-box .head-label {
  font-size: 22px !important;
  line-height: 35px;
  font-weight: 600 !important; 
  color: #fff;
}
.quotation-form-box .waste-box label {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
}
.quotation-form-box input[type="text"], .quotation-form-box input[type="tel"], .quotation-form-box input[type="email"], .quotation-form-box input[type="number"], .quotation-form-box input[type="date"], .quotation-form-box input[type="phone"], .quotation-form-box input[type="password"], .quotation-form-box textarea, .quotation-form-box select {
  font-size: 16px !important;
  padding: 14px 18px !important;
  width: 100%;
  border-radius: 50px;
  line-height: 16px;
  font-family: var(--pri-font);
  border: none;
  box-shadow: 0px 1px 5px 0px var(--blue);
  background: transparent;
}
.quotation-form-box form .submit p input[type="submit"] {
  font: 500 16px / 20px var(--pri-font);
  color: var(--white);
  background: var(--black);
  border: none;
  border-radius: 0px;
  padding: 10px 25px;
  width: max-content;
}
.quotation-form-box form .submit p input[type="submit"]:hover {
  background: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  color: #fff;
}

/* media css */
@media screen and (max-width: 1600px){  
  .offer-grid-box{
    padding: 0 6%;
  }
  .offer-head-image-inner-box img{
    object-fit: contain;
  }
  #offer{
    padding-bottom: 0px;
  }
  #blog .owl-nav .owl-prev , #testimonial .owl-nav .owl-prev{
    left: -3%;
  }
  #blog .owl-nav .owl-next,  #testimonial .owl-nav .owl-next{
    right: -3%;
  }

  #categories_slider .owl-nav .owl-prev{
    left: -2%;
  }
  #categories_slider .owl-nav .owl-next{
    right: -2%;
  }
   #blog .owl-carousel .owl-stage-outer{
    padding-bottom: 2em;
  }
   .modal-contents {
    width: 90%;
  }
  #blog .owl-nav {
    display: none;
  }

#mobility .owl-nav {
    display: none;
}
}
/* 
@media screen and (max-width: 1599px) and (min-width: 1400px){
  .main-navigation ul{
    padding-left: 3%;
  }
  .main-navigation li {
    padding: 8px 13px;
  }
  .main-navigation #menu-primary-menu a{
    font: 700 13px / 20px var(--pri-font);
  }
} */
@media screen and (max-width: 1399px){
  #categories_slider .owl-nav .owl-prev, #blog .owl-nav .owl-prev, #testimonial .owl-nav .owl-prev{
    left: -3%;
  }
  #blog .owl-nav .owl-next, #categories_slider .owl-nav .owl-next, #testimonial .owl-nav .owl-next{
    right: -3%;
  }
  .main-navigation #menu-primary-menu a{
    font: 500 13px / 20px var(--pri-font);
    padding: 15px 0px;
  }
  .header-main-outer-box {
    padding: 0px 10px;
  }
  .footer2 #menu-quick-links li a, #menu-customer-support li a, .custom-social-icons a {
    font: 400 15px / 35px var(--pri-font);
  }
  .newsletter-head-form-box h6, #gaurantee-card .heading-box p{
    font: 400 20px / 30px var(--pri-font);
  }
  /* .testibox {
    padding: 15px 18px;
  } */
  .testibox .detail{
    gap: 10px;
  }
  .offer-grid-box{
    padding: 0 0%;
  }
  .offer-head-image-inner-box img{
    object-fit: contain;
  }
  h1 {
    font: 600 40px / 55px var(--pri-font);
  }
  .newsletter-outer-box h3 {
    font: 600 20px / 30px var(--pri-font);
  }
  a.contact-text, .footer1 .textwidget {
    color: #fff;
    font: 400 14px / 20px var(--pri-font);  
  }
  #header_navigation .menu-item-has-children:after{
    right: 0px;
  }
  .newsletter-head-form-box{
    gap: 15px;
  }
  .gaurantee-card-title h4 {
    font: 600 20px / 22px var(--sec-font);
  }

  .boxing-bg-image {
    height: 480px;
  }
  .influencer-post-content-inner-box {
    height: 445px;
  }
  .our-feature-outer-box{
    gap: 5px;
  }
  .our-feature-outer-box h2 {
    font: 700 40px / 50px var(--sec-font);
  }
  .our-feature-outer-box h6 {
    font: 600 30px / 30px var(--pri-font);
  }
  .our-feature-outer-box .offer-para {
    padding-left: 10%;
  }
  .our-feature-outer-box h4 {
    font: 700 30px / 40px var(--pri-font);
    padding: 0 !important;
  }
  .offer-head-image-inner-box {
    top: -20%;
    width: 650px;
    height: 450px;
  }

}
@media screen and (min-width: 1200px) and (max-width: 1300px){
 .slidemainbox-col1 {
    padding: 8em 0px 0em 0px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
.newsletter-right::before {
  left: 59px;
  transform: rotate(27deg);
  top: -45px;
}
.newsletter-right::after {
  right: 64px;
  transform: rotate(29deg);
  top: -40px;
}
#newsletter h3{
  margin: unset !important;
}
.filter-select {
  background-position: right 45px center !important;
}
.divider {
  margin-right: 50px !important;
}
}
@media screen and (max-width: 1440px){

  .blog-border-box::after{
    display: none;
  }
  #blog {
    border: 2px solid rgba(246, 166, 9, 0.5);
    border-radius: 20px;
    width: 96%;
    margin: 0 auto;
  }
.slider-img {
  margin: 1px auto 0px;
  height: 80%;
  width: 50%;
}
.slider-img img {
  margin-top: -48px;
  margin-bottom: 45px;
}
.slide-heading-one {
  font-size: 60px !important;
}
.header-button-text {
  padding: 15px 15px;
}

#expoSearchForm #locationIcon {
  right: 10px !important;
}
.expo-filter-bar {
    padding: 20px 10px !important;
}
.expo-filter-bar select{
  padding: 0 !important;
}
.expo-filter-bar select {
    font-size: 12px !important;
}

#about .heading-box h3 {
  font-size: 40px;
}
.heading-box p {
  font: 700 20px / 30px var(--pri-font);
}
#attend .attend-image-box {
  background: #fff;
  min-height: 100%;
  border-radius: 20px;
}
#attend .attend-img-box img {
  height: 100%;
  width: 100%;
  border-radius: 18px;
}
#attend .attend-contents-box {
  padding: 7px 15px 7px 15px;
}
.attend-content-box{
  margin-top: 25px !important;
  margin-bottom: 0 !important;
}
#attend .attend-contents-box p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #332F2F;
  width: 95%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.innovation-secondary-img {
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.innovation-secondary-img::after {
  width: 100%;
  height: 80%;
  bottom: -25px;
  right: -25px;
}
.innovation-features {
  gap: 5px;
}
.event-item ul li{
  font-size: 12px !important;
}
#event .event-contents-box h5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#event .event-contents-box p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.event-img-box {
  max-width: 100%;
  height: 100%;
}
.event-item {
  min-height: 100% !important;
  border-radius: 10px !important;
}
.event-item::before {
  border-radius: 10px !important;
}
.event-img-box img {
    border-radius: 10px !important;
}
.event-content-box{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.event-image-box .list-unstyled {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  gap: 15px !important;
}
#event .event-contents-box p {
  margin-top: 5px !important;
}
.event-img-box {
  max-width: 100% !important;
  height: 100% !important;
}
#event .event-contents-box h5 {
  padding-top: 0px !important;
}

.countdown2 {
  width: 100% !important;
}
.countdown2 .numbers {
  padding: 5px 5px !important;
}
.countdown2 .numbers span:first-child {
 font-size: 18px !important;
}
.countdown2 .numbers .nofont {
  font-size: 14px !important;
}
.event-content-box {
  padding: 5px 15px 5px 15px !important;
}


.redefining-image img {
  height: auto;
  max-height: 540px !important;
  max-width: 540px !important;
}
.redefining-image {
    position: absolute;
    top: 40% !important;
    right: 0;
}


#mobility .post-img img {
  width: 100%;
  height: 100%;
  border-radius: 37px;
}
#mobility .mobility-image-box {
  min-height: 100%;
}
.mobility-button-box{
  margin-top: 10px !important;
}
.mobility-content-box{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#mobility .mobility-content-box-outer {
  padding: 15px 20px 15px 20px !important;
}
#mobility .heading-box p {
  width: 50% !important;
  padding-bottom: 15px;
}

.video-sec-bottom-img {
  max-height: 100%;
  height: 100%;
  max-width: 100%;
  width: 100%;
}
#video .heading-box .vedio-para-one{
  overflow: hidden;
  display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
}
.video-sec-bottom-img .right-one-play-svg-box svg {
  width: 50px;
  height: 50px;
}
#smart .smart-content-box h5{
  padding-bottom: 0 !important;
}

.blog-image-box{
  margin: 0 !important;
}

#newsletter h3{
  margin: unset !important;
}
#newsletter p{
 font-size: 14px;
}
.newsletter-right{
  height: 225px;
}
.footer1 p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.footer-content {
  padding-top: 0 !IMPORTANT;
}
.footer-border-box {
  margin-bottom: 0px;
}
.copyright {
  padding-top: 0 !important;
}
#footer {
  margin-top: 5em;
  margin-bottom: 2em;
}
#footer{
  padding-top: 0 !important;
}
.footer4 .faq-contact-box .contact-item {
  font-size: 17px;
}
.footer1 h4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.single-event .single-event-section h2 {
    font-size: 20px;
}
#pass p {
  margin: unset !important;
  text-align: left;
}
.social_widget .widget_wpb_social_widget {
  flex-direction: column;
  align-items: flex-start;
}
.social_widget i {
  margin-left: 0px;
}
.testimonial-heading {
  transform: translate(80px, -60px);
}
}
@media screen and (max-width: 1199px){
.header-button-text {
  padding: 10px 8px;
}
.slidemainbox-col1 {
  padding: 6em 0px 0em 0px;
}
.slide-heading-one {
  font-size: 40px !important;
}
.divider {
  margin-right: 0px !important;
}
.filter-select {
  background-position: right 18px center !important;
}
#expoSearchForm #locationIcon {
  right: 10px !important;
}
.expo-filter-bar {
    padding: 20px 10px !important;
}
.expo-filter-bar select{
  padding: 0 !important;
}
.expo-filter-bar select {
    font-size: 12px !important;
}

#about .heading-box h3 {
  font-size: 30px;
}
.about-listical h4 {
  font-size: 16px;
}
#about .about-para-one{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#about .about-para-two{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#about .about-para-three{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-button-text {
  padding: 15px 15px;
}
.attend-boder-box::after{
  display: none;
}
#attend{
  border: 2px solid rgba(246, 166, 9, 0.5);
  border-radius: 20px;
  width: 96%;
  margin: 0 auto;
}

.event-boder-box::after{
  display: none;
}
#event{
  border: 2px solid rgba(246, 166, 9, 0.5);
  border-radius: 20px;
  width: 96%;
  margin: 0 auto;
}


.feature-list li {
  font-size: 18px !important;
  line-height: 30px;
  max-width: 400px !important;
}

.mobility-border-box::after{
  display: none;
}
#mobility{
  border: 2px solid rgba(246, 166, 9, 0.5);
  border-radius: 20px;
  width: 96%;
  margin: 0 auto;
}
.heading-box p {
  margin: 15px auto !important;
}

.newsletter-right {
  max-width: 100% !important;
  max-height: 230px !important;
  height: 230px !important;
  width: 100% !important;
}

.newsletter-box .mail-box .wpcf7-form-control-wrap input {
  clip-path: unset;
  width: 95%;
}
.newsletter-box .wpcf7-submit{
  clip-path: unset;
}
.newsletter-box .wpcf7-submit{
  margin: 5px 0 5px 0;
}
.newsletter-right::before {
  left: 50px;
  transform: rotate(24deg);
  top: -36px;
}
.newsletter-right::after {
  right: 63px;
  transform: rotate(26deg);
  top: -33px;
}
.newsletter-right {
  margin-left: 20px !important;
}
#newsletter p{
  text-align: left;
}
#newsletter .wpcf7 form.invalid .wpcf7-response-output {
    bottom: -39px !important;
}
#newsletter .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 14px !important;
}
.newsletter-box{
  padding-top: 0 !important;
}
#newsletter .wpcf7 form .wpcf7-response-output {
  bottom: -54px !important;
}
.newsletter-form-box form .wpcf7-response-output {
  font: 300 14px / 12px var(--pri-font) !important;
}
.news-left-col{
  padding-top: 4em;
  padding-bottom: 3em;
}

.footer-border-box::after{
  display: none;
}
#footer{
  border: 2px solid rgba(246, 166, 9, 0.5);
  border-radius: 20px;
  width: 96%;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.footer4 .faq-contact-box .contact-item {
    font-size: 12px;
}

}
@media screen and (max-width: 1023px){  
  .slidemainbox-col1 {
    padding: 6em 0px 0em 0px;
  }
  .feature-list li {
    font-size: 17px !important;
    line-height: 30px;
    max-width: 370px !important;
  }
  #smart .smart-image-box {
    min-height: 420px;
  }
  #newsletter p{
    text-align: left;
  }
  .footer4 .faq-contact-box .contact-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px){
  .slide-heading-one {
    font-size: 30px !important;
  }
  .filter-item h6 {
    font-size: 14px !important;
  }
  .slider-outer-box::before{
    display: none;
  }
  .slider-img img {
    margin-top: 0px;
    margin-bottom: 45px;
  }
  .slidemainbox-col1 {
    padding: 6em 0px 0em 0px;
  }
  #slider{
    border: 2px solid rgba(246, 166, 9, 0.3);
    border-radius: 20px;
    width: 96%;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .header-outer-box{
    margin-top: 30px;
  }

  



  #about .about-main-para{
    overflow: hidden;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  }
  .about-button-text {
    font-size: 12px;
  }
  .about-button-text {
    padding: 15px 10px;
  }
  .about-button-text-one {
    font-size: 12px;
    padding: 15px 15px;
  }
  .about-listical h4 {
   overflow: hidden;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  }
  .redefining-box:before {
    transform: translate(-47px, 150px) !important;
    width: 75% !important;
    height: 90% !important;
  }
  .redefining-image {
    position: unset !important;
    text-align: center !important;
  }

  .video-border-box::after{
    display: none;
  }
  #video{
    border: 2px solid rgba(246, 166, 9, 0.5);
    border-radius: 20px;
    width: 96%;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .testimonial-destination {
    font-size: 14px;
  }

  .social_widget .widget_wpb_social_widget {
    flex-direction: unset;
    align-items: center;
  }
  .social_widget i {
    margin-left: 10px;
  }

  .news-left-col {
  padding-top: 4em !important;
  padding-bottom: 3em !important;
  }
}
@media screen and (max-width:767px){
.slider-img {
  margin: 1px auto 0px;
  height: 100%;
  width: 100%;
}
#slider .owl-carousel .owl-nav button.owl-prev{
  display: none;
}
#slider .owl-carousel .owl-nav button.owl-next{
  display: none;
}
 .expo-filter-bar{
  flex-direction: column;
 }
 .logo a{
  margin: 0 auto;
 }
.header-outer-box {
  margin-top: 100px;
}
.slidemainbox-col1 {
  padding: 8em 0px 0em 0px;
}
.slide-heading-one {
  font-size: 20px !important;
  line-height: 30px !important;
}
.stickynavbar .header-outer-box {
  margin: 0;
}
.header-button-text {
  font-size: 14px;
}
#slider {
  margin-top: 0em;
}

#about .about-main-para{
  text-align: center;
}
#about .about-main-para{
  text-align: center;
}
.listical-box-one{
  display: block;
}
.about-listical-img-one{
  margin: 0 auto;
}
.about-listical-img-two{
  margin: 0 auto;
}
.about-listical h4{
  margin: 0 auto;
}
#about .about-para-one{
  text-align: center;
   width: 100%;
}
#about .about-para-two{
  text-align: center;
  width: 100%;
}
#about .about-para-three{
  text-align: center;
}
.about-button-box {
  padding-top: 25px !important;
  padding-bottom: 25px;
}
#about .right-col-img-one::before {
  border-bottom: 50px solid #F6A609;
  border-right: 50px solid transparent;
}
#about .right-col-img-one::after {
  border-top: 50px solid #F6A609;
  border-left: 50px solid transparent;
}
#about .right-col-img-two::before {
  border-top: 50px solid #F6A609;
  border-right: 50px solid transparent;
}
#about .right-col-img-two::after {
  border-bottom: 50px solid #F6A609;
  border-left: 50px solid transparent;
}



.heading-box p {
  width: 85%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 0 !important;
}
#attend .attend-contents-box h5{
  text-align: center;
}
#attend .attend-contents-box p{
  text-align: center;
}
#book .heading-box p {
  width: 90% !important;
  padding-top: 0 !important;
  padding-bottom: 0px !important;
}
.footer4 .footer-contact-box .location{
  flex-direction: column;
  gap: 10px;
}

.innovation-image-wrapper {
  max-height: 100%;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.innovation-image-wrapper::after {
  width: 100%;
  height: 100%;
  top: -20px;
  left: -20px;
}
.innovation-image-wrapper::before {
  width: 50px;
  height: 90%;
  right: -17px;
  top: 7px;
}
.innovation-subtext p{
  text-align: center;
}
.innovation-subtitle{
  text-align: center;
}
.feature-item {
  display: block;
}
.innovation-features {
  display: block !important;
}
.feature-item p{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.innovation-heading {
  margin: 0 auto;
  text-align: center;
}
.innovation-description{
  text-align: center;
}
.innovation-secondary-img::after {
  width: 100%;
  height: 80%;
  bottom: -15px;
  right: -15px;
}
.innovation-btn {
  margin: 0 auto;
  display: block;
  text-align: center;
}
#event {
  margin: 20px auto;
}

.countdown2 .numbers .nofont {
  font-size: 12px !important;
}


#pass .heading-box p {
  text-align: center !important;
}
#pass .fc-header-toolbar select {
  font-size: 18px !important;
}
#pass .fc .fc-daygrid-day-number {
  font-size: 18px !important;
}
.Timer-zone{
  padding-left: 2em;
  padding-right: 2em;
}
#pass .fc .fc-scrollgrid-liquid {
    height: 112% !important;
}

.redefining-content p {
  margin: unset;
  width: 100% !important;
  text-align: center !important;
  padding: 0 !important;
}
.feature-list li {
  font-size: 14px !important;
  line-height: 30px;
  max-width: 370px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.feature-list li img {
  margin-right: 3em !important;
  margin-left: 2em !important;
}
.feature-list{
  padding-top: 20px;
}
.redefining-button-text {
  padding: 15px 10px !important;
}
.redefining-box:before {
    transform: translate(0px, 121px) !important;
    width: 75% !important;
    height: 90% !important;
}
.redefining-box{
  padding: 0 !important;
}
.redefining-button-box {
  text-align: center;
  padding-top: 10px !important;
  padding-bottom: 10px;
}


#mobility .mobility-contents-box p{
  width: 100%;
}
.mobility-button-box {
  margin-top: 10px !important;
  margin: 0 auto;
}


#smart .post-img img {
  margin: 0 auto;
}
#smart .smart-content-box h5{
  text-align: center;
}
#smart .smart-content-box p{
  width: 100%;
}
.smart-button-box{
  text-align: center !important;
  margin: 0 auto;
}


#video .heading-box p {
  text-align: center;
  padding-bottom: 0 !important;
}
#video .heading-box .vedio-para-one {
  text-align: center;
}

.gal-box{
  padding: 0;
}
.gallery-item{
  width: 100%;
  height: 100%;
}
.gallery-first-col {
  padding: 0px 15px 0 15px;
  margin: 0;
}
.blog-button-text {
  padding: 10px 12px;
  font-size: 14px;
}
#newsletter .wpcf7-not-valid-tip {
  position: absolute;
  top: 92px;
}
.testimonial-destination {
  font-size: 12px;
}
.testimonial-heading {
    transform: translate(81px, -60px);
}
.footer3 #menu-help-support li a {
    font: 400 15px / 40px var(--pri-font);
}
.footer4 .faq-contact-box .contact-item {
  font-size: 15px;
  flex-direction: column;
}
.footer1 .widget-title, .footer2 h4, .footer3 h4, .footer4 h4 {
  font: 500 20px / 30px var(--pri-font) !important;
}

.book-form-box {
  position: unset !important;
  transform: translateY(10%) !important;
  padding: 20px 20px 20px 20px !important;
  max-width: 100% !important;
}
.divider {
  width: 50px !important;
  height: 1px !important;
  background-color: #fff;
}
.testimonial-main-content-box{
  padding-top: 0px !important;
}
.title-box h1 {
    font-size: 30px;
    line-height: 40px;
}
.banner-heading { 
  width: 100%;
  top: 35px;
}
.single-event .box-booking {
  display: block;
  gap: 10px;
  margin-top: 2em;
}
}
@media screen and (max-width:574px){
.news-left-col {
  padding-top: 4em;
  padding-bottom: 4em;
}
#newsletter .wpcf7 form.invalid .wpcf7-response-output {
  bottom: -57px !important;
}
}
@media screen and (min-width: 575px) and (max-width: 767px){
  .header-outer-box {
    margin-top: 0px;
}
.testimonial-heading {
    transform: translate(90px, -72px);
    display: block;
}

}
@media screen and (min-width: 576px) and (max-width: 767px){
.footer2{
  width: 20% !important;
}
.footer3{
  width: 20% !important;
}
.footer4{
  width: 40% !important;
}
.footer2 h4, .footer3 h4, .footer4 h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-bottom: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
 .expo-filter-bar {
    padding: 20px 5px !important;
}
.filter-item {
  padding: 0 0px !important;
}
.expo-filter-bar select{
  padding: 0 !important;
}
.filter-item #city i{
  padding-left: 15px !important;
}
.expo-filter-bar select {
  font-size: 11px !important;
}
#expoSearchForm .filter-item i {
  padding-left: 15px;
}
.about-button-box {
  padding-top: 10px !important;
  padding-bottom: 30px !important;
}
.innovation-heading{
  padding-top: 20px;
}
#pass .fc-header-toolbar select {
  font-size: 20px !important;
}
.header-outer-box {
  margin-top: 15px;
}
}


@media screen and (min-width: 992px) and (max-width: 1199px){
  #video .heading-box .vedio-para-one {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  
  80% {
    transform: translateX(10px);
  }
  
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  
  80% {
    transform: translateX(-10px);
  }
  
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/* tada  */
@keyframes tada{
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      -ms-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      -ms-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      -ms-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg);
  }
  100% {
      -webkit-transform: scale(1) rotate(0);
      -ms-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
  }
}

@keyframes bouncess{
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-15px);
  }
}

.modal.modal-login {
  position: fixed;
  z-index: 2147483647;
  padding-top: 100px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
}
#loginModal .modal-content {
  width: 50%;
  margin: 0 auto;
  border: none;
}
#myNewModal .close-one, #loginModal .close, #bsServiceModal .close-one, #bsserviceAppointment .close-one {
  color: #252525;
  cursor: pointer;
  background: #ECECEC;
  border: none;
  font-weight: 900;
  position: absolute;
  right: -15px;
  height: 60px;
  width: 60px;
  top: -20px;
  border-radius: 50%;
  padding-top: 6px;
  text-align: center;
}
#loginform {
  padding: 30px 25px;
  position: relative;
}
#loginform:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  border-radius: 20px;
  z-index: -1;
  padding: 2px;
  background: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
#loginModal .close i {
  padding-top: 7px;
  font-size: 35px;
}
#loginform label {
  font: 600 16px / 32px var(--pri-font);
  color: #fff;
  text-transform: uppercase;
}
#loginform p{
  margin: 0 0 15px 0;
}
#loginform input[type="text"], #loginform input[type="tel"], #loginform input[type="email"], #loginform input[type="phno"], #loginform input[type="password"], #loginform textarea{
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: transparent;
  color: #fff;
}
.login-submit {
  font: 600 14px / 14px var(--pri-font);
  letter-spacing: 0;
  color: var(--white) !important;
  background: var(--black);
  padding: 2px 2px;
  border-radius: 50px;
  position: relative;
  border: none;
  z-index: 1;
  width: fit-content;
}
#wp-submit{
  font: 600 14px / 14px var(--pri-font);
  letter-spacing: 0;
  color: var(--white) !important;
  background: var(--black);
  border: none;
  padding: 14px 60px;
  border-radius: 50px;
}
.login-submit:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(90deg, var(--purple) 0%, var(--violet) 49%, var(--blue) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1;
}


/* single coupon */

.single-coupone-container{
  border: 1px solid #1A1A1A;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
}
.single-coupone-image img{
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.single-coupone-bottom-img img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.single-coupon h2 {
  font: 600 20px / 30px var(--pri-font);
  color: var(--black);
  margin: 0px;
}
.single-coupon .coupon-features li {
  font: 400 16px / 26px var(--pri-font);
  color: var(--black);
  margin: 0;
}

.single-coupon .coupon-store-box {
    border: 1px solid #1A1A1A;
    border-radius: 10px;
}

.single-coupon .btn-primary:focus {
    box-shadow: unset !important;
   
}
.single-coupon .btn-primary {
  background-color: #F88B07 !important;
  color: #fff !important;
  padding: 10px 40px !important;
}
.single-coupon .btn-primary:hover{
  background-color: #1A1A1A !important;
}

.single-coupon .text-success {
    color: #1A1A1A !important;
}
.single-coupon .text-muted {
    color: #1A1A1A !important;
}

@media screen and (max-width: 1440px){
  #offer {
    padding-bottom: 5%;
}
.quote-img-one {
  position: absolute;
  top: -5%;
  right: -5%;
}
.blog-contents-box h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font: 600 20px/35px var(--sec-font);
  color: #1A1A1A;
}
.blog-content-box-outer p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.faq-contact-box {
  width: 98%;
}
.top-cat-left-col {
  background: #000;
  padding: 30px 15px 42px 16px;
}
.slider-outer-box {
  height: auto;
}
.single-coupone-image img {
  height: 500px;
}
.single-coupone-bottom-img img {
  height: 300px;
}
#book::after{
  display: none;
}
.redefining-content p {
  width: 100% !important;
}
.footer4 .about_me a {
    font: 400 14px / 18px var(--pri-font) !important;
    color: #fff;
}
}
@media screen and (min-width: 768px) and (max-width: 1184px){
.footer4 .footer-contact-box .contact-text{
  width: 94% !important;
  display: inline-block;
}
}
@media screen and (max-width: 1400px){
.topbar-info-text a {
    font-size: 14px;
}
.top-midel{
  padding: 0;
}
#offer {
  padding-bottom: 5%;
}
.quote-img-one {
  position: absolute;
  top: -5%;
  right: -5%;
}
#testimonial h4 {
  width: 85%;
}
.blog-contents-box h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font: 600 20px/35px var(--sec-font);
  color: #1A1A1A;
}
.blog-content-box-outer p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#newsletter .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 16px;
}
.newsletter-form-box form .wpcf7-response-output {
  font: 300 15px / 12px var(--pri-font);
}
.newsletter-right {
  margin-left: 50px;
}
.faq-left {
  width: 100%;
}
.faq-contact-box {
  width: 98%;
}
.trending-card {
  width: 100%;
}
.top-cat-left-col {
  padding: 30px 15px 5px 16px;
}
.slider-outer-box {
  height: auto;
}
.footer2 h4, .footer3 h4, .footer4 h4 {
  font: 600 20px / 30px var(--sec-font);
}
.footer3 #menu-popular-categories li a {
  font: 400 15px / 35px var(--pri-font);
}
.footer4 #menu-support li a {
  font: 400 15px / 42px var(--pri-font);
}
.contact-item {
  font-size: 13px;
}
}

@media screen and (max-width: 1199px){
.social-sidebar{
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.topbar-info-text a {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.topbar-info-text a {
  font-size: 12px;
}

.logo {
  width: 100%;
  height: auto;
}
.main-navigation li {
  padding: 0px 3px;
}

.trending-card {
  width: 100%;
}

.why-inner-box h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.why-inner-box p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
h3, h3 a {
  font: 600 20px / 30px var(--sec-font);
}
.newsletter-box .mail-box .wpcf7-form-control-wrap input {
  padding: 13px 5px;
}
.newsletter-box .wpcf7-submit {
  padding: 13px 13px;
}
.newsletter-right {
  max-width: 292px;
  max-height: 292px;
  height: 292px;
  width: 292px;
}
#newsletter .wpcf7 form.invalid .wpcf7-response-output {
  bottom: -57px;
}
#newsletter .wpcf7 form .wpcf7-response-output {
  left: -9px;
  bottom: -63px;
}
.contact-box {
  padding: 1em 1em;
}
.how-inner-boxed h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.how-inner-boxed p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.center-line svg {
  width: 190px;
}
.center-line {
  right: -35%;
}
.top-cat-left-col {
  padding: 30px 15px 42px 16px;
}
.single-coupone-content p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.car-exhibition-promo p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

}

@media screen and (max-width: 1023px){
.toggle-nav i {
  color: #fff;
} 
.toggle-nav i {
  background: #F88B07;
}
.toggle-nav{
  text-align: center;
}
.btn-outline-primary {
  font-size: 20px;
}
.how-inner-boxed p{
   overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.center-line svg {
  width: 190px;
}
.center-line {
  right: -35%;
}
.top-cat-left-col {
  padding: 30px 15px 42px 16px;
}
.slider-outer-box {
  height: auto;
}
}


@media screen and (max-width: 991px){
.btn-outline-primary {
  font-size: 13px;
}
.top-cat-right-col .top-cat-button-text {
  font-size: 11px;
}
.top-cat-left-col h4 {
  font-size: 30px;
}
.left-cat {
  padding: 0;
}
.top-cat-left-col {
  padding: 30px 15px 48px 16px;
}
.divider {
  margin-right: 0px !important;
}
.filter-select {
  background-position: right 18px center !important;
}
#expoSearchForm #locationIcon {
  right: 10px !important;
}


#offer .countdown-timer .numbers .timer_days {
  font-size: 20px;
  line-height: 30px;
}

#offer .countdown-timer .nofont {
  font-size: 12px;
  line-height: 22px;
}
#testimonial h4 {
  font-size: 30px;
  line-height: 50px;
}
.quote-img-one {
  position: absolute;
  top: -15%;
  right: -25%;
}
.newsletter-right{
 display: none;
}
.mail-box p {
  justify-content: left;
  margin-top: 2%;
}
#newsletter {
  padding: 10px 0px 65px 0px;
}
.accordion-button {
  font-size: 15px;
}
.accordion-button {
  padding: 5px 20px;
}
.accordion-body {
  width: 100%;
}
.faq-left {
  height: 425px;
}
.accordion-button:not(.collapsed) {
  font-size: 15px;
}
.accordion-body {
  font-size: 14px;
  line-height: 24px;
}

.footer1{
  width: 100%;
}
.footer3 #menu-popular-categories li a {
  font: 400 14px / 30px var(--pri-font);
}
.footer2 h4, .footer3 h4, .footer4 h4 {
  font: 600 20px / 30px var(--sec-font);
}
.footer4 #menu-support li a {
  font: 400 14px / 36px var(--pri-font);
}
.contact-box {
  padding: 1em 1em;
  display: block;
}
.contact-item {
  margin-bottom: 15px;
}
.slider-outer-box {
  height: auto;
}
.single-coupon h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.book-form-box {
  top: 58% !important;
}
.single-event .box-booking {
  display: block;
  gap: 10px;
  margin-top: 2em;
}

}

@media screen and (max-width: 767px){ 
.hed-search-box {
  width: 70%;
  margin: 0 auto;
}
.slider-button-box{
 justify-content: center;
}
.slider-outer-box {
    height: auto;
}
.divider {
  margin-right: 0px !important;
}
.filter-select {
  background-position: right 18px center !important;
}
.heading-box {
  text-align: center !important;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-cat-left-col{
  text-align: center;
}
.top-left {
  margin: 0 auto;
}
.cat-box {
  margin: 20px 0px 20px 0px;
}

.store-hed {
  display: block;
}
.store-more-cat-btn{
  text-align: center;
}
.choose-box{
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.offer-left-col {
  height: 100%;
  padding: 10px 10px 10px 10px;
  width: 96%;
  margin: 0 auto;
}
.offer-right-col {
  height: 100%;
  padding: 10px 10px 10px 10px;
  width: 96%;
  margin: 0 auto;
}
.offer-center-col{
  margin-top: 20px;
  margin-bottom: 20px;
}
.how-it-box{
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
#testimonial h4{
  text-align: center;
  width: 100%;
}
.mail-box p {
  display: block;
}
.newsletter-box .wpcf7-submit {
  margin-top: 10px;
}

.impact-box{
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
#Saving p {
  width: 100%;
  text-align: center;
}
#Saving h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto;
}
.Faq-outer-main-box{
  width: 98%;
  margin: 0 auto;
}
.faq-left {
  height: 100%;
  margin: 0 auto;
}



.single-coupon .coupon-store-box {
    margin-top: 20px;
}
.single-attend .attend-details h2{
  text-align: center;
}
.single-attend .attend-details p{
  text-align: center;
}
.single-attend .attend-details h3 {
  margin: 0 auto;
}
.single-attend .attend-details ul li{
  text-align: center;
  list-style: none;
}


.single-event .single-event-section h2{
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.single-event .single-event-section p {
    text-align: center;
}
.single-event .single-event-section h4{
  text-align: center;
}
.single-event .list-unstyled {
    text-align: center;
}

.single-smarttech .smart-content p {
  text-align: center;
}

.single-mobility .mobility-details h1{
  text-align: center;
}
.single-mobility .mobility-details p{
  text-align: center;
}
.single-mobility .mobility-details h3 {
  margin: 0 auto;
}
.single-mobility ul li {
  text-align: center;
  list-style: none;
}
.single-mobility .mobility-sidebar h4{
  text-align: center;
}

h3, h3 a {
  font: 600 20px / 30px var(--sec-font);
  margin: 15px auto !important;
}

}

@media screen and (max-width: 574px){
.top-col-one{
  display: block !important;
}
.top-col-two{
  justify-content: center;
}
#blog .owl-nav{
  display: none;
}
.newsletter-box .wpcf7-submit {
  padding: 9px 9px;
}
.mail-box .wpcf7-not-valid-tip {
  position: absolute;
  top: 93px;
  font-size: 15px;
}
#newsletter .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 16px;
  line-height: 16px;
}
#newsletter .wpcf7 form.invalid .wpcf7-response-output {
    bottom: -63px;
}
#newsletter .wpcf7 form .wpcf7-response-output {
  left: -9px;
  bottom: -75px;
}
.newsletter-form-box form .wpcf7-response-output {
    font: 300 15px / 16px var(--pri-font);
}
h3, h3 a {
    font: 600 20px / 30px var(--sec-font);
    margin: 0 auto;
}
.news-left-col{
  text-align: center;
}
.news-center-col p{
  text-align: center;
  padding-bottom: 0 !important;
}
.heading-box p {
  text-align: center;
}
.redefining-box:before{
  display: none;
}
}


@media screen and (max-width:767px){
.container, .container-sm {
      max-width: unset;
  }
  
/* footer */
.footer1{
  width: 100%;
  text-align: center;
}
  .footer1 .widget-title, .footer2 h4, .footer3 h4, .footer4 h4{
  font: 500 14px / 30px var(--pri-font);
}
  .footer2 #menu-quick-links li a, #menu-customer-support li a, .custom-social-icons a {
  font: 400 15px / 35px var(--pri-font);
  color: #fff;
}
.footer3 #menu-popular-categories li a {
  font: 400 14px / 40px var(--pri-font);
  color: #fff;
}
.footer4 #menu-support li a {
    font: 400 14px / 50px var(--pri-font);
    color: #fff;
}
.footer1 .widget_media_image {
  margin: 0 auto;
}
.social_widget .widget_wpb_social_widget {
  justify-content: center;
}
.footer2{
  text-align: center;
  margin: 0;
  padding: 0;
}
.footer2 ul{
  padding: 0;
  list-style: none;
}
.footer3{
  text-align: center;
  margin: 0;
  padding: 0;
}
.footer3 ul{
  padding: 0;
  list-style: none;
}
.footer4{
  text-align: center;
  margin: 0;
  padding: 0;
}
.footer4 ul{
  padding: 0;
  list-style: none;
}

.contact-box{
  display: block;
  padding: 1em 1em;
}
.faq-contact-box {
  width: 98%;
}
.contact-item {
  margin-bottom: 20px;
}

}





/* book */
/* 
.test-drive-form-wrapper {
  background: #fff;
  padding: 0px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
  border-radius: 6px;
  max-width: 554px;
  margin: auto;
} */

.test-drive-form-wrapper .form-group {
  margin-bottom: 25px;
}

.test-drive-form-wrapper label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #332F2F;
  margin-bottom: 8px;
  font-family: 'Montserrat';
}

.test-drive-form-wrapper input[type="text"],
.test-drive-form-wrapper input[type="email"],
.test-drive-form-wrapper input[type="tel"],
.test-drive-form-wrapper input[type="date"],
.test-drive-form-wrapper input[type="time"],
.test-drive-form-wrapper textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #f6a609;
  border-radius: 0;
  font-size: 15px;
  color: #555;
  background: transparent;
}

.test-drive-form-wrapper input::placeholder {
  color: #999;
}

.test-drive-form-wrapper .form-submit {
  text-align: center;
}

.book-drive-btn {
  background-color: #f6a609;
  color: #fff;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 13px 17px;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.book-drive-btn:hover {
  background-color: #d89605;
}

.book-drive-btn::after {
  content: "→";
  margin-left: 8px;
  font-weight: 600;
}
/* .book-bg {
  position: relative;
  width: 96%;
  margin: 0 auto;
} */
/* .book-bg img {
  width: 100%;
  height: auto;
  display: block;
} */
.book-form-box {
  position: absolute;
  top: 55%;
  right: 10%;
  transform: translateY(-50%);
  background: #fff;
  padding: 50px 20px 50px 20px;
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  z-index: 2;
  width: 100%;
  max-width: 554px;
  /* max-height: 600px; */
}
.book-form-box .wpcf7 form .wpcf7-response-output {
  margin: 8px;
  padding: 5px;
  border: 2px solid #000;
}
/* .book-form-box .invalid .test-drive-form-wrapper input[type="text"]{
 padding: 5px 5px;
} */
.book-form-box .invalid .test-drive-form-wrapper .form-group {
    margin-bottom: 5px;
}
.book-form-box .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  color: #000;
}

#book {
  position: relative;
  overflow: hidden;
}

#book::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: 1;
  -webkit-mask: url(assets/images/book/book-border.svg) no-repeat center;
  mask: url(assets/images/book/book-border.svg) no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  width: 98%;
  margin: 0 auto;
}

.book-bg{
  min-height: 630px;
  width: 96%;
  margin: 0 auto;
}
#book .heading-box p {
  width: 35%;
  padding-top: 0 !important;
  padding-bottom: 15px;
}
.wpcf7 input[name="select-date"] {
  background-image: url('assets/images/contact/date.svg');
  background-repeat: no-repeat;
  background-position: 12px center;
  padding-left: 44px; /* make room */
  background-size: 20px 20px;
}

/* time input */
.wpcf7 input[name="book-time"] {
  background-image: url('assets/images/contact/time.svg');
  background-repeat: no-repeat;
  background-position: 12px center;
  padding-left: 44px;
  background-size: 20px 20px;
}
/* input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
}

input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background-image: url('your-calendar.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
} */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    left: 10px;
    height: 22px;
    width: 22px;
}
.form-select {
  display: block;
  width: 100%;
  padding: 12px 10px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f6a609;
  font-family: 'Montserrat';
}

.form-select:focus {
  border-color: #f6a609;
  outline: 0;
  box-shadow: unset;
}
.form-control:focus {
    box-shadow: unset;
}
.test-drive-form-wrapper br {
  display: none;
}







/* redefining */

#redefining-section {
  background: transparent;
}
.redefining-content h3 {
  margin: unset;
}
.redefining-content p{
  margin: unset;
  width: 50%;
  text-align: left;
}

.feature-list li {
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 8px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  max-width: 550px;
}

.feature-list i {
  color: #F6A609;
  margin-right: 3em !IMPORTANT;
  margin-left: 2em;
}
.redefining-button-text {
  background: #F6A609;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  padding: 17px 30px;
  border-radius: 10px;
}
.redefining-button-text:hover{
  background: #fff;
  color: #F6A609;
}
.redefining-button-box:hover .btn-icon-redefining {
  background: #fff;
  border-color: #F6A609;
  color: #F6A609;
}
.btn-icon-redefining {
  background: #F6A609;
  padding: 6px 6px;
  border-radius: 50px;
  border: 1px solid #fff;
  margin-left: -10px;
}
.redefining-image img {
  height: auto;
  max-height: 540px;
  max-width: 1006px;
}
.redefining-image{
  position: absolute;
  top: 50px;
  right: 0;
}
.redefining-box:before {
  transform: translate(-32px, 10px);
  content: '';
  position: absolute;
  width: 50%;
  height: 85%;
  border-top: 5px solid #F6A609;
  border-bottom: 5px solid #F6A609;
  border-left: 5px solid #F6A609;
  border-radius: 20px;
}
.feature-list li img{
  width: 40px;
  height: 24px;
}
.feature-list li img {
  width: 40px;
  height: 24px;
  margin-right: 3em !important;
  margin-left: 2em;
}
#redefining-section::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: 1;
  -webkit-mask: url('assets/images/redefining/car-ellipse.svg') no-repeat center;
  mask: url('assets/images/redefining/car-ellipse.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  left: -50%;
  top: 0;
  bottom: 0;
}





.countdown2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #fff;
  border: 1px solid #161415;
  border-radius: 10px;
  overflow: hidden;
  width: 386px;
  margin: 0 auto;
  padding: 5px 5px 5px 5px;
}

.countdown2 .numbers {
  flex: 1;
  text-align: center;
  padding: 8px 20px;
  border-right: 1px solid #e6e6e6;
}

.countdown2 .numbers:last-child {
  border-right: none;
}

.countdown2 .numbers span:first-child {
  display: block;
  font-family: var(--pri-font);
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 4px;
  color: #161415;
}

.countdown2 .numbers .nofont {
  color: #161415; 
  font-family: var(--pri-font);
  font-weight: 500;
  font-size: 16px;
}
.countdown-timer{
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}


.event-item {
  background: #fff;
  border-radius: 20px;
  min-height: 460px;
  z-index: 1;
  position: relative;
  border: 2px solid #fff;
}
#event .event-contents-box h5 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: left;
  padding-top: 10px;
}
#event .event-contents-box p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #161415;
  text-align: left;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.event-item ul li{
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.event-content-box{
  padding: 15px 15px 15px 15px;
}

.event-item:hover h5 {
    color: #F6A609;
}
.event-item:hover .countdown2 .numbers span:first-child {
    color: #F6A609;
}
.event-item:hover .countdown2{
    border-color: #F6A609;
}
.event-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #F6A609;
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.event-item:hover::before {
    opacity: 1;
}
.event-item:hover .event-image-box img {
    border: 1px solid #F6A609;
    border-radius: 20px;
}

.event-boder-box::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: 1;
  -webkit-mask: url('assets/images/event/event-border.svg') no-repeat center;
  mask: url('assets/images/event/event-border.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  width: 96%;
  margin: 0 auto;
}
.event-img-box img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}
.event-img-box{
  max-width: 430px;
  height: 170px;
}




.expo-filter-bar {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 10px 20px;
  backdrop-filter: blur(15px);
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  gap: 10px;
}

.filter-item {
  flex: 1;
  color: #fff;
  font-size: 14px;
}

.filter-item h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #fff;
}

.filter-select {
  width: 100%;
  background: transparent;
  border: none;
  color: #ddd;
  font-size: 15px;
  outline: none;
  appearance: none;
}

.expo-filter-bar select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.expo-filter-bar select option{
  background: #000;
}

.expo-filter-bar select:focus {
    outline: none;
}

.expo-filter-bar {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 25px;
    backdrop-filter: blur(10px);
}
#expoSearchForm #locationIcon{
  position: absolute;
  right: 20px;
}

.filter-item {
    flex: 1;
    padding: 0 15px;
    position: relative;
}

.divider {
    width: 1px;
    height: 45px;
    background-color: #fff;
    margin-right: 50px;
}

.filter-item h6 {
  color: #fff;
  margin-bottom: 4px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

.filter-select {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.select-wrapper {
    position: relative;
    width: 100%;
}

.select-wrapper::after {
    content: "\f078"; /* Font Awesome down arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
    font-size: 12px;
    opacity: 0.9;
}

.filter-btn {
    background: #f4a100;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 15px 22px;
    border-radius: 10px;
    margin-left: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.filter-btn:hover {
    background: #fff;
}


/* wrapper */
.dropdown-with-icon {
  position: relative;
}

/* hide default dropdown arrow */
.dropdown-with-icon select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px; /* space for custom icon */
}

/* custom location icon */
.location-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}
#city.filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none !important;
}






/* pass */

#pass .heading-box h3{
  margin: unset;
} 
#pass .heading-box p{
  text-align: left;
  margin: unset;
} 

/* //full calender styles */
#myCalendar {
  max-width: 609px;
  padding: 15px;
  font-family: 'Montserrat';
}
#pass .fc-theme-standard .fc-scrollgrid {
  border: unset;
}
#pass .fc-theme-standard td, .fc-theme-standard th {
    border: unset;
}
#pass .fc-header-toolbar select{
  background: #161415;
  border: none;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
}
#pass .fc .fc-toolbar {
  align-items: center;
  display: flex;
  margin: 20px auto;
  gap: 20px;
}
#pass .fc-scroller{
  overflow:  hidden !important;
  margin-bottom: 25px;
}
#pass .fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
}
#pass .fc .fc-daygrid-day-number {
  padding: 4px;
  position: relative;
  z-index: 4;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
#pass .fc .fc-day-other .fc-daygrid-day-top {
    opacity: unset;
}
#pass .fc .fc-daygrid-day.fc-day-today {
    background-color: transparent;
}
#pass .fc-scrollgrid table{
  border: none;
}
#pass .fc {
  background: transparent !important;
  border: none !important;
}

#pass .fc-toolbar-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}

#pass .fc-button {
  background: none !important;
  border: none !important;
  color: #f5f5f5 !important;
  font-size: 1.2rem !important;
  padding: 4px !important;
  transition: color 0.2s ease;
}
#pass .fc-button:hover {
  color: #facc15 !important;
}

#pass .fc-col-header-cell {
  background: transparent !important;
  border: none !important;
  color: #bbb !important;
  font-weight: 500;
  font-size: 0.9rem;
}

#pass .fc-daygrid-day {
  border: none !important;
  text-align: center;
}

#pass .fc-daygrid-day-number {
  color: #ddd;
  border-radius: 8px;
  padding: 6px 8px;
  transition: all 0.2s ease;
}

#pass .fc-daygrid-day:hover .fc-daygrid-day-number {
  background: #222;
  color: #fff;
}

#pass .selected-day .fc-daygrid-day-number {
  background: #facc15;
  color: #111;
  box-shadow: 0 0 10px rgba(250, 204, 21, 0.5);
}


#pass .fc .fc-daygrid-day-top {
    display: block;
}

#pass .highlight-day .fc-daygrid-day-number {
  border: 2px solid #F6A609;
}

#pass .event-card.active {
  border: 2px solid #b99502 !important;
  border-radius: unset !important;
  background: #161415;
}
#pass .event-card{
  background: #161415;
}
#pass .event-card.active h5 a {
  color: #b99502 !important;
}
#pass .event-card{
  width: 100%;
}

#pass .form-select {
  display: block;
  width: 100%;
  padding: 19px 10px;
  color: #fff;
  background-color: #161415;
  background-image: url("assets/images/pass/dropdown.svg");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  -moz-appearance: none;
  appearance: none;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border-radius: unset;
}
#pass .form-select:focus {
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
#pass .event-card ul li {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  gap: 15px;
  display: flex;
  align-items: center;
}

#pass .event-card svg path {
    fill: #fff;
}
#pass #eventList {
  max-height: 330px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
#pass #eventList::-webkit-scrollbar {
    display: none;
}




/* Hide scrollbar - Firefox */
#pass #eventList {
    scrollbar-width: none;
}

/* Hide scrollbar - Edge */
#pass #eventList {
    -ms-overflow-style: none;
}
/* #pass .event-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: 1;
  -webkit-mask: url('assets/images/pass/card-border.svg') no-repeat center;
  mask: url('assets/images/pass/card-border.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  width: 96%;
  margin: 0 auto;
} */



/* Dropdown Custom Arrow */
.filter-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" width="14" height="14" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 7.5l4.5 4 4.5-4" stroke="%23fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 70px center;
    background-size: 14px;
    padding-right: 40px !important;
    color: #fff;
    font-weight: 500;
}
#pass .form-label {
    gap: 10px;
    font-family: 'Montserrat';
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 100%;
    padding-bottom: 1em;
}

#pass::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: -1;
  -webkit-mask: url('assets/images/pass/passEllipse.svg') no-repeat center;
  mask: url('assets/images/pass/passEllipse.svg') no-repeat center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #F6A609;
  transition: background-color 0.3s ease;
  pointer-events: none;
  right: -45%;
  top: 0;
  bottom: 0;
}

/* #locationFilter::before{
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    z-index: 1;
    -webkit-mask: url(assets/images/pass/dropdown.svg) no-repeat center;
    mask: url(assets/images/pass/dropdown.svg) no-repeat center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #F6A609;
    transition: background-color 0.3s ease;
    pointer-events: none;
    width: 98%;
    margin: 0 auto;
} */


/* 
#locationFilter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(assets/images/pass/dropdown.svg);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 15px;
    margin-right: 2rem;
} */