/**
* Template Name: BrotoMotive
* Template URL: https://bootstrapmade.com/knight-simple-one-page-bootstrap-template/
* Updated: Oct 16 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
html{
    scroll-behavior: smooth!important;
    scroll-padding-top: 100px!important;
}


/*code for safari browser dropdown issue*/
.select-wrapper-dropdown {
  position: relative;
  /*width: 50%;*/
  width: 100%;
}

.select-wrapper-dropdown select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px; /* Space for the arrow */
}

.select-wrapper-dropdown::after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 10px;
  pointer-events: none;
  transform: translateY(-50%);
  color: #555;
}
/*end code for safari browser dropdown issue*/


:root {
  --default-font: "Poppins", serif;
  ;
  --heading-font: "Bebas Neue", serif;
  --nav-font: "Inter", serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {

  --background-color: #000;
  /* Background color for the entire website, including individual sections */
  --default-color: #fff;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #fff;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #ffc10e;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #313131;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;
  /* The default color of the main navmenu links */
  --nav-hover-color: #009961;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #009961;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.social-background {
  --surface-color: #fff;
  --social-color: #000;
}

.dark-background {
  /*--background-color: #060606;*/
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}


@media (min-width: 770px) and (max-width:1300px)
{
    .banner_about_barricade
    {
        /*margin-top:-42px !important;*/
    }
}
@media (min-width:1300px) {
  footer .footer-container{     justify-content: space-between !important;}
    .container 
    {
        max-width: 96%;
        margin-left:2%;    
    }
    .ms-content h3 
    {
        font-weight: 700 !important;
        font-size: large !important;
    }
    .ms-content
    {
          font-size: 12px;
    }
}
@media (max-width:1300px) 
{
    .ms-content h3 
    {
        font-weight: 700 !important;
        font-size: large !important;
    }
    .ms-content
    {
          font-size: 12px !important;
    }
    
    section#about-hero 
    {
      position: relative;
      /*padding-top: 30px;*/
      padding-top: 52px;
    }
    /*.banner_about_barricade*/
    /*{*/
    /*    margin-top:-4px !important;*/
    /*}*/
}
@media (max-width: 1400px) 
{
  /* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1600px!important;
  } */

}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
.gm-style .gm-style-iw-d h6 {
  font-size: 18px;
  font-family: 'Poppins';
}
.location-map-div {
  padding-right: 100px;
  margin-left: 15px;
}
.show-location-on-page {
  display: flex;
}
.image-show-on-mobile{
display: none;
}
.blogSlider{
  display: none;
}
.img-area{
  width: 1000px;
  margin: 2% auto;
}

.single-img {
  position: relative;
  width: 31%;
  float: left;
  margin: 0 1%;
}
.single-img .image {
  position: relative;
  background-color: #808080;
}

.single-img:after {
  position: absolute;
  content: '';
  background: grey;
  height: 350px;
  width: 100%;
  top: 42px;
  left: 0;
  border-radius: 8px;
  z-index: -1;
  margin-bottom: -24px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay {
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffc10e;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-img:hover .img-overlay {
  height: 100%;
}

.text {
  padding: 30px 10px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.text span{
  font-weight: 300;
}

.text p {
  color: #000 !important;
  font-weight: normal;
  font-size: 16px;
}

/*all input and dropdown text color will be black */
input , select 
{
    color:black !important;
}

.hide-ondesk-partical{display: none;}
.offcanvas-header .btn-close {
  background-image: url(../../assets/img/ham-close.svg) !important;
  --bs-btn-close-white-filter: none;
  font-size: 21px;
  margin-bottom: 8px;
}
.navbar-toggler-icon{
  /* background-image: url(../../assets/img/hamburger-menu.svg) !important; */
  /* background-image: url(../../assets/img/hamburger_3_dots.png) !important; */
  background-image: url(../../assets/img/3\ yellow\ dots-50x50.png) !important;
}
.search-box-outer {
  position: relative;
  display: flex;
  align-items: center;
}

.search-box {
  position: absolute;
  top: -9px;
  right: 0;
  width: 0;
  overflow: hidden;
  /*background: white;*/
  /*box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);*/
  border-radius: 50px !important;
  transition: width 0.3s ease-in-out, padding 0.3s ease-in-out;
  white-space: nowrap;
  display: flex;
  align-items: center;
  
  height:40px;
}

/* Initially hide the close button */
.close-search {
  display: none;
  cursor: pointer;
  font-size: 18px;
  margin-left: 10px;
}

/* When active, expand smoothly */
.search-box.active 
{
  width:230px;
  padding: 0;
  border-radius: 50px;
  background: white;
  top: -18px;
  border:1px solid black;
  /*border: 1px solid #ffc10e !important;*/
  background-color:#ffc10e;
}

.search-box button
{
    width:20px;
    text-align:center;
}


/* Hide search icon when input is active */
.search-box-outer .search-toggler.hidden {
  display: none;
}

/* Show close button when input is active */
.search-box.active .close-search {
  display: inline-block;
  color: #000;
  position: absolute;
  top: -5px;
  font-weight: bold;
  font-size: 18px;
  right: -16px;
}

.search-box.active form {
  margin-bottom: 0;

  position: relative;
}

.search-box  i.bi.bi-search.search-toggler {
  color: #000;
  border: none;
}

.search-box button {
  border: none;
  background: no-repeat;
}

.search-box input#search-input 
{
  border-left:1px solid black;
  border-right:1px solid #ffc10e;
  font-size: 14px;
  border-radius: 50px 0 0 50px;
  padding: 0 5px;
  margin-left:-1px !important;
  height:42px !important;
  /* text-align: center; */
}
.search-box input#search-input:focus
{
    outline: none;
}

.search-box input::placeholder {
  padding-left: 6px; /* Adjust the value as needed */
}


div.google-map-info-window {
  max-width: 300px;
  padding: 12px;
  font-family: Arial, sans-serif;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  overflow: hidden; /* Prevent scrollbars */
}

.google-map-info-window h6 {
  font-size: 18px;
  color: #333;
  margin-top: 0;
  margin-bottom: 8px;
}

.google-map-info-window p {
  margin: 0;
}

button#getDirectionsBtn {
  color: #000;
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 26px;
  margin: 0;
  border-radius: 6px;
  border: none;
  transition: 0.3s;
  margin-top: 10px;
}

button#getDirectionsBtn:hover {
  background: #d09d0a;
  color: #fff;
}

.stats a:hover .stats-item span, .stats a:hover .stats-item p {
  color: #000 !important;
}
.purecounter::after {
  content: '+';
}
.stats-item.w-100.insta-box {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.stats-item.w-100.insta-box p, .stats-item.w-100.facebook-box p, .stats-item.w-100.youtube-box p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.stats .stats-item:hover span, .stats .stats-item:hover p {
  color: #ffc10e;
}
.stats-item.w-100.youtube-box {
  background: linear-gradient(0deg, rgb(249 136 136) 0%, rgba(241, 185, 185, 1) 100%);
}

.stats-item.w-100.facebook-box {
  background: linear-gradient(0deg, rgba(8,102,255,1) 0%, rgba(202,234,244,1) 100%);
}
.icon-slider .swiper-wrapper {
  align-items: center !important;
}
.top-header .social-links a.cta-btn.collab-btn:hover {
  color: #000;
}
.top-header .social-links a.cta-btn.collab-btn {
  background: transparent;
  font-size: 14px;
  padding: 8px 40px;
  margin: 0;
  border-radius: 6px;
  transition: 0.3s;
  color: #ffc10e;
}
form.career-form button.submit-btn {
  border: 2px solid #ffc10e;
}
form.career-form label {
  color: #fff;
  opacity: 0.8;
}
form.career-form input[type="file"] {
  color: white;
  opacity: 0.8;
}
nav.navbar.navbar-dark {
  display: none;
}
.privacy-page h6 {
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  font-family: 'Poppins';
}
form.career-form span.error {
  color: red;
}
form.enquiry-form1{padding: 20px;}
.subform-container h4.modal-form-heading {
  background: #ffc10e;
  font-family: 'Poppins';
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  text-transform: capitalize;
  color: #000;
  font-size: 20px;
}

.subform-container form {
  padding: 12px;
}
span.error-text {
  font-size: 12px;
}
.subform-container h5 {
  color: #000;
  text-align: center;
}

.subform-container input {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  /*margin-bottom: 10px;*/
  border-radius: 3px;
  width: 100%;
  margin-top: 10px;
}
.subform-container label{color: #000;}

.subform-container  button {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 10px 40px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
  margin: 15px auto;
}

button#subclose-modal {
  font-size: 20px;
  background: no-repeat;
  color: #000;
  padding: 0;
  width: auto;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 5px;
}
.subpopup-form {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  z-index: 9999;;
}
.subform-container {
  background-color: #fff;
  position: relative;
  /* padding: 20px; */
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
}
div#stateCityDropdown select#cityDropdown {
  width: auto;
  background: #fff;
}
div#stateCityDropdown select#stateDropdown {
  background: #fff;
  padding: 10px;
}
.dropdown-for-locations {
  display: flex;
  gap: 10px;
  /* justify-content: space-around; */
}
div#stateCityDropdown {
  margin: 20px auto;
  /* text-align: center; */
}
.dropdown-for-locations button {
  background-color: #ffc10e !important;;
  padding: 10px 40px;
  width: 200px;
}
.login-popup-content h2 {
  color: #000;
  font-size: 24px;
}
form#loginForm button {
  color: #000;
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 26px;
  /*margin: 15px 0;*/
  margin: 15px 165px;
  display: block;
  border-radius:3px;
  transition: 0.3s;
  border: none;
  
}
p#forgotPasswordMessage {
  color: #000;
}
.login-popup-content a#forgotPasswordLink:hover {
  color: #000;
}
form#loginForm span.error {
  color: red;
  font-size: 12px;
}

form#loginForm span.error {
  font-size: 12px;
}
form#loginForm input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
}
.login-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.subform-container label{
  display: none;
}

/* Style for the popup content */
.login-popup-content {
  position: relative;
  background-color: white;
  margin: 15% auto;
  /*padding: 20px;*/
  border-radius: 10px;
  width: 300px;
  /* text-align: center; */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
form#loginForm label {
  display: none;
}
#loginForm{
  padding: 20px;
}
/* Close button */
.login-close-btn {
  font-size: 24px;
  color: #333;
  right: 15px;
  /* float: right; */
  position: absolute;
  cursor: pointer;
  top: 10px;
}
/* Filter Button Styles */
.red-border {
  border: 2px solid red !important;
  outline: none;
}
.home-joincontent p {
  font-size: 11px;
  line-height: normal;
  font-weight: 600;
}
.slider-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  justify-content: space-evenly;
  gap: 10px; /* Use gap instead of individual margins */
}

.slide {
    position: relative;
width: 247px;
/* flex: 1; */
height: 400px;
/* height: 300px; */
border-radius: 12px;
/* transition: flex 0.5sease; */
background-color: #333;
/* display: flex
; */
overflow: hidden;
align-items: center;
}
.image-container {
  z-index: 999;
  position: relative;
}
.slide:before {
  position: absolute;
  background: grey;
  width: 247px;
  content: '';
  top: 30px;
  height: 250px;
  bottom: 0;
  border-radius: 20px;
  z-index: 1;
}
.slide:hover {
    flex: 2;
display: flex;
height: 100%;
/* background-color: yellow; */
gap:20px;
}

/* Left Section for Image and Info */
.left-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #1a1a1a;
  height: 100%;
  box-sizing: border-box;
}

.image-container img {
  width: 100%;
  height: auto;
  /* border-radius: 8px; */
}
.slide:hover::before {
  position: absolute;
  background: #808080;
  height: 90%;
  width: 247px;
  content: '';
  bottom: 0;
  border-radius: 20px;
  z-index: 1;
}
.info {
  margin-top: 10px;
  text-align: center;
  /* background-color: yellow; */
  padding: 5px;
  border-radius: 4px;
}
.slide:hover .image-container {
background: #808080;
width: 247px;
border-radius: 20px;
}
.info h2,
.info p {
  margin: 0;
  color: #000;
}

/* Right Section for Content */
.member-content {
  flex: 2;
  opacity: 0;
  /* display: none; */
  border-radius: 20px;
  padding: 20px;
  color: #000;
  background-color: #ffc10e;
 
  box-sizing: border-box;
  overflow-y: auto;
}

/* Show content on hover */
.slide:hover .member-content {
  /* display: block; */
  opacity: 1;
  transition: opacity 2s;
  text-align: center;
  height: 380px;
}

.image-container img {
  transition: transform 1s ease-in-out;
}

/* Move the image slightly when hovered */
.slide:hover .image-container img {
  /* transform: translateY(-10px); Adjust the value as needed */
}


.hex-item {
  background-color: #f0f0f0;
  border: 2px solid #ccc;
  padding: 20px;
  margin: 7px;
  text-align: center;
  font-size: 16px;
  width: 140px;
  height: 140px;
  clip-path: polygon(
    25% 6.7%, 75% 6.7%, 
    100% 50%, 75% 93.3%, 
    25% 93.3%, 0% 50%
  ); /* Hexagon shape */
}
.home-joincontent.yellow-content .main-cta-div {
  height: auto;
  background-color: red;
  width: 90%;
  padding: 10px 30px;
}


.home-joincontent.yellow-content .main-cta-div a.open-modal h3, .home-joincontent.red-content .main-cta-div a.open-modal h3 {
  font-size: 14px;
  font-family: 'Poppins';
  margin-bottom: 0;
  text-transform: capitalize !important;
  font-weight: bold;
}

.feature-big-img {
  position: relative;
  display: flex;
  width: 100%;
  height: 550px;
  /* height: 100vh; */
  overflow: hidden;
}

.side {
  flex: 1;
  height: 100%;
}

.yellow {
  background: url('../../assets/img/home-hover/yello-img.png') no-repeat center center;
  background-size: cover;
  /*background-size: 100%;*/
  background-position: bottom;
}

.red {
  background: url('../../assets/img/home-hover/red-img.png') no-repeat center center;
  background-size: cover;
  /*background-size: 100%;*/
  background-position: bottom;
}

/* Hidden content sections */
.home-joincontent {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%; /* Only cover half the container */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
  transition: transform 0.5s ease;
  z-index: 10;
  padding: 20px;
}

.yellow-content {
  left: 50%; /* Start from the middle */
  background-color: #ffc10e;
  transform: translateX(100%); /* Hidden off the right */
}
.red-content .main-cta-div{
  background-color: rgba(255, 223, 0, 0.9);
  height: auto;
  width: 90%;
  padding: 10px 30px;
}
.home-joincontent.red-content .main-cta-div a.open-modal h3 {color: #000 !important;    font-weight: bold;}
.red-content {
  left: 0.5px;
  background-color: red;
  transform: translateX(-101%); /* Hidden off the left */
}




/* #yellow-side:hover ~ .yellow-content,
.home-joincontent.yellow-content:hover {
  transform: translateX(0); 
} */



/* Keep the red content visible on hover over red side or red content */
/* #red-side:hover ~ .red-content,
.home-joincontent.red-content:hover {
  transform: translateX(0); 
} */


/* Desktop Hover Effects */
#yellow-side:hover ~ .yellow-content,
.home-joincontent.yellow-content:hover {
  transform: translateX(0);
}

#red-side:hover ~ .red-content,
.home-joincontent.red-content:hover {
  transform: translateX(0);
}


button.close-btn-content i.bi.bi-chevron-double-right {
  position: absolute;
  left: 0;
  color:#fff;
  top: 40%;
  font-size: 30px;
}

button.close-btn-content i.bi.bi-chevron-double-left {
  position: absolute;
  right: 0;
  top: 40%;
  color:#fff;
  font-size: 30px;
}
@keyframes moveChevronLeft {
  0% { transform: translateX(0); }
  50% { transform: translateX(-5px); } /* Moves slightly to the left */
  100% { transform: translateX(0); }
}

.bi-chevron-double-left {
  display: inline-block;
  animation: moveChevronLeft 1s ease-in-out infinite; /* Moves back and forth */
}

@keyframes moveChevron {
  0% { transform: translateX(0); }
  50% { transform: translateX(5px); } /* Moves slightly to the right */
  100% { transform: translateX(0); }
}

.bi-chevron-double-right {
  display: inline-block;
  animation: moveChevron 1s ease-in-out infinite; /* Moves back and forth every second */
}

.red-content p, .red-content ul li {
  color: #000;
  font-size: 12px;
}

.red-content ul li {
  text-align: left;
}
/* Disable hover effect when "closed" class is added */
/* .home-joincontent.yellow-content.closed,
.home-joincontent.red-content.closed {
    transform: translateX(100%) !important; 
}

.home-joincontent.red-content.closed {
    transform: translateX(-100%) !important;
} */

/* These rules for closed state are not needed in JS mode on mobile;
   they are here for desktop hover if you choose to add a "closed" class later */
   .home-joincontent.yellow-content.closed,
   .home-joincontent.red-content.closed {
       transform: translateX(100%) !important;
   }
   .home-joincontent.red-content.closed {
       transform: translateX(-100%) !important;
   }



.home-joincontent.closed {
  animation: none !important;
}

button.close-btn-content {
  background: no-repeat;
  border: none;
}
.sg-prod-range-text {
  display: flex;
  padding-top: 20px;
  justify-content: space-around;
  margin-left: 16px;
}
section.barricade-yellow-car-section {
  text-align: center;
  padding-bottom: 0;
}

section.barricade-yellow-car-section .yellow-cta.all-service-cta {
  text-align: center;
  margin: 0 auto;
  justify-content: center;
}

section.barricade-yellow-car-section .yellow-cta.all-service-cta .container {
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding-bottom: 0;
  padding-top: 0;
}
.left-sg-section {
  margin-top: -20px;
}

.left-sg-section h3{
  color: #ffc10e;
  text-align: left;
}

.left-sg-section p{
  text-align: justify;
  hyphens: auto;
  margin-left: 64px;
}
/* 
section.barricade-yellow-car-section .yellow-cta.all-service-cta .main-cta-div.find-store, section.barricade-yellow-car-section .yellow-cta.all-service-cta .main-cta-div {
  max-width: 100% !important;
  width:100%;
} */
section.barricade-yellow-car-section .yellow-cta.all-service-cta .main-cta-div:hover a h2 {
  color: #fff !important;
}
.yellow-cta.all-service-cta .main-cta-div:hover {
  background: #ffc10e99;
}

.yellow-cta.all-service-cta .main-cta-div:hover a h2 {
  color: #fff !important;
}
section.barricade-yellow-car-section .yellow-cta.all-service-cta .main-cta-div:hover {
  background: #ffc10e99;
}
section.barricade-yellow-car-section .yellow-cta.all-service-cta .main-cta-div a h2 {
  color: #000;
  font-family: 'Poppins';
  text-transform: capitalize;
}
section.barricade-yellow-car-section .container {
  background: #313131;
  border-radius: 20px;
  padding: 20px 40px;
  text-align: center;
}
.filter-buttons {
  margin-bottom: 20px;
  /* display: flex; */
  justify-content: center;
  gap: 10px;
}
.tab-padding button.filter-btn {
  width: 100%;
}
.tab-padding {
  width: 100%;
  margin-bottom: 10px;
}
.filter-btn {
  padding: 10px 20px;
  /* border: none; */
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
  border: 2px solid #7f7f7f;
}

.filter-btn.active,
.filter-btn:hover {
  background-color: #ffc10e;
  color: white;
}

/* Gallery Grid */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.gallery-item {
  cursor: pointer;
  overflow: hidden;
}

.gallery-img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.gallery-img:hover {
  transform: scale(1.1);
}

/* Lightbox styles */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
}

#lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  color: white;
  cursor: pointer;
}

#lightbox-prev,
#lightbox-next {
  position: absolute;
  top: 50%;
  font-size: 32px;
  color: white;
  cursor: pointer;
  user-select: none;
}

#lightbox-prev {
  left: 20px;
}

#lightbox-next {
  right: 20px;
}

.hidden {
  display: none;
}

.benifits-wrap.product-franchise-wrap {
  padding-left: 0;
}

.patch-behind {
  padding: 20px;
  background: #ffc10e;
  display: inline-block;
}

.benifits-wrap.product-franchise-wrap h2 span {
  font-weight: 600;
  color: #000;
}


p.patch-subhead {
  padding-left: 20px;
  width: 78%;
  margin: 20px 0;
}
body.about-page.service-content-section section.video-slider h2, body.about-page.service-content-section section.video-slider .subheading {
  text-align: left;
  margin-bottom:2px;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 0;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed:hover {
  /* background: #ffc10e; */
  
}
.navmenu .dropdown.active > a {
  color: #ffc10e; /
}

.navmenu .dropdown ul li a.active {
  color: #ffc10e; /
  
}

.navmenu .dropdown.active > ul {
  display: block; 
}


.navmenu .dropdown a.active {
  color: #ffc10e; 
}

.miscellaneous-container{position: relative;}
.ms-content {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  left: 0;
  text-align: center;
  right: 0;
  background-color: #ffc10e;
  padding: 10px;
  border: 1px solid #ffc10e;
  padding: 10px 10px;
  color: #000;
}
.ms-content h3 
{
  font-weight: 700 !important;
  font-size: large !important;
}
.ms-content
{
  font-size: 16px;
}


section#features {
  padding-bottom: 0;
}

section.car-two-section {
  padding-bottom: 0;
}
.service-item.position-relative.trigger:hover  .ms-content {
  display: block; /* Show content on hover */
}
.blog-detail-div a:hover h3,  .blog-detail-div a:hover p{
  color: #ffc10e;
}
.blog-detail-div:hover {
  background: #ffc10e;
  transform: translateY(-10px);
  transition: all ease-in-out 0.3s;
}

.blog-detail-div:hover a h3, .blog-detail-div:hover a p {
  color: #000;
}
.blog-detail-div p {
  color: #fff;
}
.container.blog-posts-section-wrap {
  background: #313131;
  border-radius: 35px;
  padding:  40px;
}
div#locationsList h4 {
  color: #ffc10e;
}
div#locationsList p 
{
  background: #8080808c;
  padding: 20px;
  width:96% !important;
  margin-left:2%;
}
div#locationsList {
  padding-top: 0;
  padding-left: 100px;
  max-height: 498px;
  overflow-y: scroll;
  margin-top: 49px;
  padding-right: 10px;
}
.locationsList h4 {
  position: sticky;
  top: 0;
  background-color: #000; 
  z-index: 10;
}
section.yellow-cta {
  background: #ffc10e;
  text-align: center;
  padding: 8px 0;
}

section.yellow-cta a.open-modal1 {
  /* color: #000; */
  /* background: #000; */
}

section.yellow-cta a.open-modal1 h2 {
  color: #fff;
  font-family: 'Poppins';
  font-size: 16px;
  margin-bottom: 0;
}

.main-cta-div {
  background: #000;
  display: inline-block;
  /* width: 200px; */
  padding: 10px 10px;
  border-radius: 6px;
  height: auto;
  cursor: pointer;
}
.row.city-gallery-row {
  display: flex;
  /* align-items: center; */
}
.row.city-gallery-row .service-imgs {
  padding: 0 15px;
  text-align: center;
}
.gm-style-iw-d div {
  color: #000;
}

.gm-style-iw-d div strong {
  color: #000;
}
select#cityDropdown, select#companyDropdown, select#stateDropdown {
  /* background: #ffc10e; */
  color: #ffffff !important;
  background: #000;
  /* width: 100%; */
  padding: 6px;
  /* border-radius: 12px; */
  border-radius: 6px;
  margin-bottom: 12px;
  margin-top: 10px;
}
select.cityDropdownFranchise{
background: #ffc10e !important;
/*background: #ffffff  !important;*/
/*color: #000 !important;*/
color: #000 !important;
/* width: 100%; */
padding: 6px;
/* border-radius: 12px; */
border-radius: 6px;
margin-bottom: 12px;
margin-top: 10px;
}


/* when you open (focus) the dropdown, make it yellow */
/*.select-wrapper-dropdown select.cityDropdownFranchise:focus {*/
/*  background: #ffc10e !important;*/
/*}*/


.location-dropdown-select {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffc10e;
}
#imageContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2-column layout */
  gap: 10px;
  max-height: 465px; /* Set your preferred height */
  overflow-y: auto; /* Vertical scroll */
  padding: 10px;
  border: 1px solid #ffc10e;
}

/*#imageContainer1 {*/
/*  gap: 10px;*/
/*  max-height: 465px;*/
/*  padding: 10px;*/
/*  border: 1px solid #ffc10e;*/
/*}*/

 #imageContainer1 {
  padding: 1rem;
  border: 1px solid #ffc10e;
  border-radius: 6px;
}

#imageContainer1 .carousel-inner .row .col-6 {
  padding: 0.25rem;
}

#imageContainer1 .carousel-inner .row .col-6 img {
  width: 100%;
  max-height: 200px;    /* tweak this */
  object-fit: cover;
  border-radius: 0.5rem;
}

/* 1) Make indicators participate in layout (not overlay) */
#cityCarousel .carousel-indicators {
  position: static;      /* remove absolute positioning */
  display: flex;         /* lay the buttons out in a row */
  justify-content: center;
  margin-top: 0.5rem;    
  margin-bottom: 0px; 
  bottom: auto;          /* reset any Bootstrap bottom: 0 */
  left: auto;            /* reset any Bootstrap left: 50% */
  transform: none;       /* reset any Bootstrap translateX(-50%) */
}


section.video-slider .container {
  background: #313131;
  border-radius: 20px;
  padding: 28px;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* Three equal columns */
  gap: 15px;
  margin: auto;
}

.grid-column {
  display: grid;
  grid-template-rows: repeat(1, 1fr); /* Two equal-height rows */
  gap: 15px;
}

.box {
  border-radius: 5px;
  display: flex;
}

.box1 {
  grid-row: span 1; /* Makes Blog 1 span two rows to match others */
  position: relative;
  bottom: 0px;
}
.box1 img {
  position: absolute;
  width: 100%;
  bottom: 40px;
}

.box1  .blog-arrow{
  position: absolute;
    margin-right: 20px;
    justify-content: flex-end;
    bottom: 0;
    right:0;
}

.videomodal {
  display: none;
  position: fixed;
  z-index: 1000;
  /*margin-left:2%;*/
  left: 28%;
  top: 30%;
  width:96%;
  /*background-color: rgba(0, 0, 0, 0.7);*/

}

.videomodal-content {
   background: #fff; 
  background: #ffc107;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  width: 80%;
  max-width: 600px;
  text-align: center;
}

#youtubeVideo {
    margin-top: 5px;
}

.videoclose {
  color: #000;
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 24px;
  cursor: pointer;
}






section#portfolio .container.section-title.aos-init.aos-animate {
  background: #313131;
  border-radius: 20px;
  padding: 20px;
}
.gallery{overflow: hidden;}
.youtube-thumbnail img {
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  border-radius:12px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  display: block;
  margin: auto;
  transition: transform 0.3s;
}

.youtube-thumbnail img:hover {
  transform: scale(1.05);
}

.product-franchise-wrap p {
  text-align: left;
  padding-right: 40px;
  /* margin: 20px auto;
  width: 100%; */
}
.benifits-wrap.product-franchise-wrap h2 {
  text-align: left;
}
.product-franchise-wrap i.bi {
  font-size: 40px;
  color: #ffc10e;
}
.benifits-wrap.product-franchise-wrap li {
  width: 33%;
}
#map {
  height: 500px;
  max-width: 100%  !important;
  width: 880px !important;
  float: left;
}
.location-selection {
  display: flex;
  align-items: center;
  gap:20px;
}
h5.loc-name {
  font-family: 'Poppins';
  color: #ffc10e;
}


.bro-to-location select#location1 {
  margin: 0;
}
.bro-to-location, .barricade-locations {
  text-align: center;
}

.barricade-locations select#location2 {
  margin: 0;
}
.store-dropdown h5 {
  font-family: 'Poppins';
}
.location-dropdown {
  width: 200px;
  padding: 10px;
  margin: 0px;
}
.local-branch-name {
  display: flex;
  align-items: center;
  gap: 15px;
}

.local-branch-name h3 {
  margin-bottom: 0;
}
.about-how-we-got .container {
  background: #313131;
}
section.contact-maps h2 {
  text-align: center;
}
.gallery * {
  font-family: Nunito, sans-serif;
}

.gallery .container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.gallery .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
}

.gallery .gallerySwiper .swiper-pagination-bullet-active, .gallery .blogSlider .swiper-pagination-bullet-active {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #f49892;
  opacity: 1 !important;
}

.gallery .gallerySwiper .swiper-pagination-bullet, .gallery .blogSlider .swiper-pagination-bullet  {
  width: 25px;
  height: 4px;
  display: inline-block;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 0%;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #ffc10e;
}

.gallery .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
  /*max-width: 1490px;*/
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(2);
  flex-direction: column;
  align-items: center;
}

.gallery .responsive-container-block.bg {
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  /*max-width: 1320px;*/
}

.gallery .text-blk.title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
  color: #f49892;
  max-width: 1490px;
  width: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.gallery .text-blk.heading {
  font-size: 20px;
  line-height: 30px;
  color: white;
  font-weight: 400;
  text-align: center;
  max-width: 480px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  width: 480px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.gallery .container-block.card {
  width: 32.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery .text-blk.card-text {
  width: 100%;
  text-align: center;
  background-color: #333333;
  color: white;
  font-size: 20px;
  line-height: 34px;
  padding-top: 35px;
  padding-right: 15px;
  padding-bottom: 35px;
  padding-left: 15px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 50px;
  margin-left: 10px;
}

.gallery .text-blk.name {
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 27.28px;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.gallery .text-blk.desig {
  color: white;
  text-align: center;
  line-height: 21.82px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.gallery .responsive-container-block.card-cont {
  justify-content: space-evenly;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 80px;
  margin-left: 0px;
}

.gallery .container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.gallery .swiper-container {
  width: 100%;
  height: 100%;
}

.gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 80px;
  margin-left: 0px;
  width: 32.5%;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.gallery .swiper-slide img {
  display: block;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youtube-thumbnail {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.youtube-thumbnail:after {
  background: #31313140;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: 0;
}
.youtube-thumbnail i.bi.bi-youtube {
  color: red;
  font-size: 45px;
  position: absolute;
  top: 45px;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
}
.gallery .swiper-pagination.container-block {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}


.gallery .swiper-container.mySwiper {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  max-width: 1490px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.gallery .swiper-slide.card-sel {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.gallery .responsive-container-block.img {
  min-height: 245px;
  background-image: url("https://workik-widget-assets.s3.amazonaws.com/widget-assets/images/PM2.4.png");
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.gallery .text-blk.info {
  font-size: 20px;
  line-height: 27.28px;
  color: #999999;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  max-width: 400px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.gallery .text-blk.date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 25px;
  line-height: 34px;
  color: white;
  font-weight: 700;
  background-color: #f43b2f;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.gallery .responsive-container-block.blue-cont {
  background-color: #f4fcff;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(-1);
  width: 50%;
  position: absolute;
  float: right;
  left: 0px;
  height: 100%;
  bottom: 0px;
  top: 0px;
}

.gallery .text-blk.desc {
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 25px;
  line-height: 34.1px;
  color: #666666;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.gallery #ipmmi {
  color: black;
}

.gallery .im {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: auto;
}

.gallery #iwcuv {
  color: black;
}

.gallery #itnqd {
  color: black;
}

.gallery #igv7i {
  color: black;
}

.gallery #iswt7 {
  color: black;
}
/* Hamburger icon */

/*@media  (max-width:1025px) {*/
/*.offcanvas-body li.nav-item a.nav-link:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 100%;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    background: #ffc10e;*/
/*    transform: scaleX(0);*/
/*    transform-origin: right;*/
/*    transition: transform 0.5s;*/
/*}*/
@media  (max-width:1300px) {
.offcanvas-body li.nav-item a.nav-link:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffc10e;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
}

.offcanvas-body li.nav-item a.nav-link {
    position: relative;
    padding: 6px;
}

.offcanvas-body li.nav-item a.nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}
  .mobile-collab .collab-btn {
    margin-left: 0px !important;
}
  nav.navbar.navbar-dark{padding-top: 0; padding-bottom: 0;}
  div#locationsList{padding-left: 0;}
  .search-box-outer{display: none;}
  .mobile-collab {
    display: flex;
    align-items: center;
    /* margin-top: 20px; */
    justify-content: flex-start;
    gap: 9px;
}
.mobile-collab a.cta-btn{  margin-right: 0px;}
.mobile-social {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.mobile-collab a.cta-btn.login.collab-btn.login-cms {
    margin: 0 !important;
}
  .yellow-cta.all-service-cta img {
    width: 100%;
}
  .top-header{
    display: none  !important;
  }
  .fixed-top{padding-top: 0 !important;}
  header#header {
    display: none !important;
}
  .mobile-ham-div {
    display: flex;
}
  nav.navbar.navbar-dark {
    display: block;
}
  .navbar {
    background-color: #333;
  }
  
  .navbar-brand,
  .nav-link {
    color: white !important;
    margin-right: 0;
    margin-left: 10px;
  }
  
  /* Hamburger icon styles */
  .navbar-toggler {
    border: none;
    margin-right: -10px;
  }
  
  /* Smooth sliding effect */
  .offcanvas {
    transition: transform 0.3s ease-in-out;
    background-color: #333;
  }
  
  /* Submenu link style */
  .submenu .nav-link {
    /* color: #ccc !important; */
  }
  a.nav-link.submenu-toggle {
    justify-content: space-between;
    display: flex
;
}
.submenu-toggle[aria-expanded="true"] i.bi.bi-chevron-down{
  transform:rotate(180deg);
}
.promotion-banner {
  text-align: center;
  color: #ffc10e;
}
  /* Arrow for submenu */
  /* .submenu-toggle::after {
    content: ' ▼';
    font-size: 0.8em;
    color: white;
  } */
  
  /* Rotate arrow when expanded */
  /* .submenu-toggle[aria-expanded="true"]::after {
    content: ' ▲';
  } */
  
  /* Smooth Transition for submenu */
  .submenu {
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
    max-height: 0;
  }
  
  .submenu.show {
    max-height: 500px; /* Adjust according to the content height */
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
      .red-content {
  left: 0;
}
  .footer h3 {
    font-size: 11px !important;
}
  .contact-numbers, .form-details, .contact-details {
    /*padding: 15px !important;*/
    padding: 8px !important;
  }
  

  .gallery .text-blk.title {
    width: 100%;
  }

  .gallery .text-blk.heading {
    width: 100%;
  }

  .gallery .text-blk.title {
    width: auto;
  }
}

@media (max-width: 768px) {
  .text p{font-size: 11px;}
  section.how-we-got.section .container{    padding: 1px 10px !important;}
  .text {
    padding: 10px 10px;font-size: 16px;}
  .founder-name h3, .founder-name h4{font-size: 14px;}
  .single-img:after{
    height: 265px;
  }
  .footer h3 {
    font-size: 16px !important;
}
  img.footer-person {
    margin-top: 0px !important;
}
  footer .footer-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}
  .video-slider-section .row {
    gap: 0 !important;
}
  .video-slider-section .col-lg-3 {
    width: 25%;
}
  .video-slider-section .youtube-thumbnail i.bi.bi-youtube{top:10px;}
  .stats .col-lg-2.col-md-6.col-sm-4 {
    width: 33%;
}
  a.cta-btn.open-modal.mobile-enquiry{display: none;}
  section.video-slider .row {
    gap: 20px;
}
  .gallery .text-blk.card-text {
    width: 100%;
  }

  .gallery .text-blk.heading {
    font-size: 18px;
  }

  .gallery .text-blk.title {
    font-size: 32px;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .gallery .text-blk.card-text {
    width: 100%;
  }

  .gallery .text-blk.heading {
    font-size: 16px;
    line-height: 26px;
  }

  .gallery .text-blk.title {
    font-size: 26px;
    line-height: 36px;
  }
}
button#close-bas-form {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  z-index: 11111;
  font-size: 24px;
  cursor: pointer;
}
div#bas-form-popup {
  margin-top: 0px;
  z-index: 11111;
  padding: 3%;
}
form.bas-form {
  max-width: 660px;
  position: relative;
  /*margin: 5% auto;*/
  padding: 20px;
  border-radius: 20px;
  background: white;
  z-index: 9999;
}
.bas-form-div{
  max-width: 660px;
  position: relative;
  margin: 5% auto;
  /* padding: 20px; */
  border-radius: 10px;
  background: white;
  z-index: 9999;
}
form.bas-form label {
  color: #000;
}
/* .form-trigger {
  padding: 10px 20px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
} */
.contact-numbers {
  background: #121113;
  padding: 25px 0 10px 100px;
  
}
.contact-details span {
  color: #ffc10e;
}
.contact-details p, .location-head-detail p {
  color: #fff;
  opacity: 0.8;
}
.form-details {
  position: relative;
  background: #000;
  border: solid #2b2b2b73;
  padding: 25px 100px 50px 100px;
}
/* .form-details:after {
  position: absolute;
  content: '';
  height: 60px;
  width: 60px;
  top: 0;
  right: 0;
  border-bottom: solid 30px transparent;
  border-left: solid 30px transparent;
  border-right: solid 30px rgb(255 255 255);
  border-top: solid 30px rgb(255 255 255);
}
.form-details .shape {
  position: absolute;
  top: 40px;
  right: 100px;
  width: 183px;
  height: 21px;
  background-repeat: no-repeat;
  z-index: 1;
} */
/* section.after-hero.contact-after-hero {
  background: #fff;
}
section.contact-maps {
  background: #fff;
} */

.row.address-and-form {
  border-bottom: 1px solid #80808047;
  border-top: 1px solid #80808047;
  /* padding-top: 60px; */
}
.map-url-location {
  padding: 10px 30px;
  text-align: center;
  background: #ffc10e;
}
section.cta-section-for-all .map-url-location {
  color: #000;
  font-weight: 600;
  border-radius: 12px;
  background: #ffc10e;
  cursor: pointer;
}



section.cta-section-for-all a:hover .map-url-location {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  color: #fff;
}
.map-url-location a {
  color: #000;
  font-weight: 600;
}
i.bi.bi-three-dots-vertical {
  font-size: 20px;
  padding: 0;
}
.container.warrentty-form button.cta-btn {
  min-height: 40px;
  border:2px solid #ffc10e;
}
.warrentty-form button.cta-btn, a.cta-btn {
  color: #000;
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 6px;
  font-size: 12px; 
  margin-right: 15px;
  border: 1px solid #ffc10e;
}
.container.warrentty-form p{margin-bottom:30px;}
.container.warrentty-form input#warrantyInput, #verificationInput {
  font-size: 14px;
  border: none;
  min-height: 40px;
  width: 30%;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 8px;
  color: var(--default-color);
  background-color: transparent;
  border-color: 
color-mix(in srgb, var(--default-color), transparent 80%);
  border: 1px solid #444;
}
.container.warrentty-form h5 {
  font-family: 'Poppins';

}
li.dropdown.three-dots {
  padding-left: 0;
  margin-right: 10px;
}
.contact-details{
margin-bottom: 30px;
padding-right: 100px;
}
.contact-enquiry-form .form-row {
  margin-bottom: 20px;
}
.contact-details h3 {
  font-size: 30px;
}
.form-row.contact-page-submit-btn button.submit-btn:hover {
  background: #ffc10e;
  color: #000;
}
.blog-detail-div img {
  width: 100%;
  border-radius: 15px;
}
.blog-detail-div {
  /* margin-top: 50px; */
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 20px 10px;
}
.job-list {
  list-style: none;
  padding: 0;
}
.job-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: background-color 0.3s;
}
.job-item:hover {
  background-color: #f0f8ff;
}
.job-title {
  font-weight: 500;
  color: #ffc10e;
  cursor: pointer;
  text-decoration: none;
}
.job-title:hover {
  text-decoration: underline;
}
.no-jobs {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.register-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #ffc10e;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.job-item:hover a.job-title {
  color: #ffc10e;
  font-weight: 500;
}

.job-item:hover span {
  color: #000;
}
.register-btn:hover {
  background-color: #ffc10e;
}
.job-description {
  display: none;
  margin-top: 20px;
}
.apply-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid #ffc10e;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.apply-btn:hover {
  background-color: #ffc10e;
  color: #000;
}
.back-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #6c757d;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.back-btn:hover {
  background-color: #5a6268;
}
/* Popup Form Styles */
.career-popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.career-popup-form .form-container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.career-popup-form  .form-container h2 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  color: #ffc10e;
}
.career-popup-form  .form-container input,
.career-popup-form .form-container textarea,
.career-popup-form .form-container button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}
.career-popup-form .form-container button {
  background-color: #ffc10e;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.career-popup-form .form-container button:hover {
  background-color: #ffc10e;
  color: #000;
}
.career-popup-form .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
  color: #000;
}
.career-popup-form .close-btn:hover {
  color: #000;
}

div#careerAccordion button.accordion-button.collapsed:hover {
  background: #ffc10e;
  color: #000;
  border: 1px solid #fff;
}
.about-barricade-accordion .container.rounded  button.accordion-button{
  background: #fff;
  /* margin-bottom: 10px; */
  font-family: 'Poppins';
  border-radius: 8px;
  font-weight: 600;
  background: #000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px !important;
}
[aria-expanded="true"] {
/* color: #ffc10e !important; */
  color: #000 !important;
  background-color: #ffc10e !important;
}
.accordion-body p, .accordion-body li, .accordion-body strong {
  color: #fff;
}

.about-barricade-accordion .container.rounded button.accordion-button:hover {
  background: #ffc10e;
  color:#000;
}
section.how-we-got.section.about-barricade-accordion {
  padding-top: 0;
}
.form-row.contact-page-submit-btn button.submit-btn {
  border: 2px solid #ffc10e;
}
.contact-enquiry-form{padding:0 !important;}
.hidden {
  display: none;
}
.form-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: 1000;
}
.radio-group input[type="radio"] {
  width: auto;
}
.radio-group label {
  margin-right: 15px;
}

.modalDialog2 .overlay {
  max-width: 98%;
  margin-top: 10% !important;
}
.submit-at-right {
  text-align: right;
  display: flex
;
  justify-content: flex-end;
}
.overlay {
  max-width: 660px;
  background: #fff;
  margin: 50px auto;
  padding: 20px;
  border-radius:10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffc107;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}

.form-header .modal-form-heading {
  margin: 0;
  font-weight: 600;
  font-size: 21px;
  color: #000;
}

.close1, .close2 {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

.enquiry-form {
  padding: 20px;
}
.enquiry-form input,.enquiry-form select,.enquiry-form textarea
{
    /*color:white !important;*/
}
.job-details-body
{
    font-size:16px !important;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.form-row input,
.form-row select,
textarea {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
}

textarea {
  resize: none;
}

.submit-btn {
  /* background: #000; */
  background: #ffc10e;
  /* color: #fff; */
  color: #000;
  font-size: 12px;
  padding: 10px 40px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  /* width: 100%; */
}

.submit-btn:hover {
  /* background: #333; */
  color: #fff;
}

.modal-backdrop {
  display: none;
}

.modalDialog1, .modalDialog2 {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: auto;
  display: none;
  /*	background:rgba(0,0,0,0.8);*/
}

/* Mobile view (up to 768px) */
@media screen and (max-width: 400px) 
{

  .modalDialog2 
  {
    /*display: none;*/
    position: fixed;
    width: 98%;
    /*margin-left: -95px !important;*/
  }
}

.modal-backdrop1, .modal-backdrop2 {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.modalDialog1:target, .modalDialog2:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog1 .overlay, .modalDialog2 .overlay {
  width: 95%;
  position: relative;
  /*margin: 5% auto;*/
  margin: 3% auto;
  padding: 0;
  border-radius:10px;
  background: white;
  z-index: 9999;
}

.modalDialog1 select ,.modalDialog1 input ,.modalDialog1 label , .modalDialog2 select , .modalDialog2 input , .modalDialog2 label
,.form-popup select ,.form-popup input ,.form-popup label , .modalDialog1 textarea
{
    color:black !important;
}

.close1, .close2 {
  /* background:black; */
  color: #000;
  line-height: 25px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  text-decoration: none;
  font-weight: bold;
  opacity: 1;
  width: 40px;
  height: 30px;
  border-radius: 50%;
  padding: 6px 0px;
}

.modal-backdrop1.in {
  opacity: 0;
}

.close1:focus, 
.close1:hover, .close1:focus, .close2:hover {
  /* background:black; */
  /* color:white; */
  opacity: 1;
  text-decoration: none;
}

.modal-body1 .coupon-btn1,
.modal-body1 .thanks-btn1 {
  background: #dc241e;
  width: 36%;
  float: left;
  display: inline-block;
  margin: 30px 20px 20px;
  color: #fff;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}

.modal-head1 {
  text-align: center;
}

.modal-body1 .coupon-btn1 {
  background: gray;
}

body.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

.heading {
  display: table;
  width: 100%;
}

.open {
  background: #00BCD4;
  padding: 8px 30px;
  font-size: 23px;
  color: white;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  text-transform: uppercase;
}

.h2,
h2 {
  font-size: 42px;
}

h2 span {
  color: #ffc10e;
}

.brand-partner-txt span {
  color: #ffc10e;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Semi-transparent black */
  z-index: 999;
  /* Below the popup but above other content */
  display: none;
}

section.client-logo-swiper {
  padding-top: 0;
}

/* When visible */
.popup-overlay.hidden {
  display: none;
}

.popup {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffc10e;
  background: #000;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

p#popup-testimonial-text {
  color: #fff;
  padding: 15px;
}

.popup.hidden {
  display: none;
}

.popup-content {
  position: relative;
}

.popup-close {
  position: absolute;
  top: -15px;
  right: 0px;
  cursor: pointer;
  font-size: 20px;
}
.social-links.d-flex.justify-content-center a:hover {
  background: #ffc10e;
}
/* .top-header .social-links a:hover i.bi {
  color: #ffc10e;
} */
body.index-page section#about {
  padding-top: 0;
}

body.index-page section#about .row {
  align-items: center;
}
.social-links.d-flex.justify-content-center a.cta-btn.login:hover {
  background: #ffc10e;
  color: #000;
}

.social-links.d-flex.justify-content-center a.cta-btn.login-cms:hover {
  background: #ffc10e;
  color: #000;
}

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 0px 0;
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  /* max-height: 36px; */
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

section.car-two-section img {
  width: 100%;
  transform: rotateY(360deg);
}

section.testimonial {
  text-align: center;
  padding-top:0 !important
}

.header .cta-btn,
.header .cta-btn:focus {
  color: #000;
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 33px;
  margin: 0;
  border-radius: 6px;
  transition: 0.3s;
}

a.cta-btn.login {
  background-color: transparent;
  border: 1px solid var(--accent-color);
  color: #ffc10e;
}

a.cta-btn.login-cms {
  background-color: transparent;
  border: 1px solid var(--accent-color);
  color: #ffc10e;
}

.header .cta-btn:hover,
.header .cta-btn:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

/* body.about-page header#header {
  padding: 10px 0 40px;
} */

.icon-overlay {
  bottom: 0px;
  width: 100%;
  height: 140px;
  position: absolute;
  background: #0c0c0c;
  background: linear-gradient(90deg, #0c0c0c 0%, rgba(0, 0, 0, 0.006127450980392135) 20%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 80%, #0c0c0c 100%);
  z-index: 9;
}

.fixed-top {
  top: unset;
  padding-top: 10px;
  background: #000;
}

.top-header {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-info {
  color: #fff;
  /* margin-top: 5px; */
}

.social-info {
  color: #fff;
  text-align: right;
}
.service-head-img-sec img {
  width: 100%;
  padding-top: 20px;
}
.car-container {
  position: relative;
  /* display: inline-block; */
}
section.car-two-section .row {
  align-items: center;
}
.info-popup.info-popup10 {
  top: -172px;
}
.info-popup.info-popup7 {
  top: -170px;
}
.info-popup.info-popup4 {
  top: -188px;
}

.info-popup.info-popup5 {
  top: -188px;
}

.info-popup.info-popup6 {
  top: -188px;
}

.info-popup.info-popup9 {
  top: -172px;
}

.info-popup.info-popup2 {
  top: -138px;
  left: 74px
}

.info-popup.info-popup3 {
  top: -172px;
}

.info-popup.info-popup8 {
  top: -110px;
  left: -63px;
}

.info-popup h3 {
  font-family: 'Poppins';
  font-size: 12px !important;;
  text-transform: capitalize;
}
.dot.first-dot {
  top: 45%;
  left: 15%;
}

.dot.second-dot {
  top: 30%;
    left: 68%;
}

.dot.third-dot {
  top: 38%;
    left: 90%;
}

.dot.four-dot {
  top: 43%;
  left: 50%;
  z-index: 4;
}

.dot.five-dot {
  top: 50%;
  left: 58%;
  z-index: 5;
}

.dot.six-dot {
  top: 60%;
  left: 68%;
  z-index: 5;
}

.dot.seven-dot {
  top: 36%;
  left: 62%;
  z-index: 4;
}

.dot.eight-dot {
  top: 22%;
  left: 55%;
  z-index: 3;
}

.dot.nine-dot {
  top: 50%;
  left: 81%;
  z-index: 3;
}
.dot.ten-dot {
  top: 50%;
  z-index: 4;
  left: 44%;
}
.info-popup {
  display: none;
  position: absolute;
  top: -201px;
  /* Adjust position as needed */
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  white-space: nowrap;
  text-align: center;
  z-index: 10;
  font-size: 14px;
}

.dot:hover .info-popup {
  display: block;
}

.info-popup img {
  margin-top: 5px;
  width: 50px;
  /* Adjust image size */
  height: auto;
  border-radius: 3px;
}

.car-image {
  width: 100%;
  padding: 70px 0;
  height: auto;
}

.dot {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ffc10e;
  border: 2px solid #6a6262;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.dot:hover .info-popup h3 {
  white-space: break-spaces;
    word-wrap: break-word;
    text-wrap: auto;
    color: #000;
    width: 100px;
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
}

.info-popup p {
  margin-top: 0;
}

/* .dot:hover::after {
  content: attr(data-text);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 14px;
  z-index: 10;
} */
@media (max-width: 1200px) 
{
    .red-content , .yellow-content
    {
        height:100%;  
        /*margin-top:1%;*/
    }
    
    .red-content p, .yellow-content p
    {
        font-size:10px;
    }
    
    .red-content .img-res , .yellow-content .img-res
    {
        width:40px;
        height:40px;
    }
    #car_video
    {
        width:90%;
    }
    .main-cta-div h3
    {
        font-size:13px;
    }
    
    .top-header .social-links a 
    {
        margin: 0 5px !important;
    }

  .section-title h2 {
    width: 100% !important;
  }

  /* .header .logo {
    order: 1;
  } */

  .header .logo h1 {
    font-size: 24px;
  }

  .header .cta-btn {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: rgba(40, 40, 40, 0.9);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.navmenu a:hover {
  color: #95a5a6;
}

.navmenu a:hover::after {

  transform: scaleX(1);
  transform-origin: left;
}

a.menu-link:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffc10e;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

a.menu-link {
  position: relative;
  display: block;
  text-decoration: none;
  transition: 0.5s;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, 0) 84%);
}

@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #fff;
    font-size: 18px;
    padding: 0 2px;
    font-family: var(--default-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  /* .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -27px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  } */

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--accent-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #000;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }
 
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    text-transform: none;
    color: #fff;
    justify-content: flex-start;
  }

  .navmenu .dropdown ul a i {
    display: none;
  }

  .navmenu .dropdown ul a:hover i {
    display: block;
    margin-right: 10px;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #ffc10e;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .features .features-image {
    min-height: auto !important;
  }

  .call-to-action h3,
  .call-to-action p {
    width: 100% !important;
  }

  section#services .col-lg-2 {
    width: 33% !important;
  }

  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--accent-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.services-footer {
  display: flex;
  gap: 20px;
}

.footer-section {
  /* border: 1px solid #333333; */
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 20px;
}
h3.footer-service-heading{text-align: center !important;}
.footer-section.footer-images {
  margin-top: 15px;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.footer h3 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 0;
  font-family: var(--default-font);
  margin: 0 0 10px 0;
  text-align: left;
  text-transform: capitalize;
  color: #ffc10e;
}

.footer p {
  /* font-size: 18px; */
  padding: 0;
  margin: 0 0 30px 0;
  text-align: left;
  /* color: #d1c6ae; */
}

.cta-btns-multiple {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer .social-links {
  margin: 0 0 30px 0;
}

.top-header .justify-content-center {
  justify-content: flex-end !important;
  gap:10px;
}

.social-links.d-flex.justify-content-center a.cta-btn.login {
  background: transparent;
  font-size: 14px;
  padding: 8px 40px;
  margin: 0;
  border-radius: 6px;
  transition: 0.3s;
  color: #ffc10e;
}

.social-links.d-flex.justify-content-center a.cta-btn.login-cms {
  background: transparent;
  font-size: 14px;
  padding: 8px 40px;
  margin: 0;
  border-radius: 6px;
  transition: 0.3s;
  color: #ffc10e;
}

.collab-btn {    margin-left: 20px !important;}
.top-header .social-links a {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-color);
  color: var(--social-color);
  line-height: 1;
  /* margin: 0 5px; */
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}

.footer .social-links a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-color);
  color: var(--social-color);
  line-height: 1;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  text-decoration: none;
}



.footer .credits {
  font-size: 13px;
  padding-top: 5px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
}

.preloader-text {
  font-size: 2rem;
    color: white;
    letter-spacing: 2px;
    opacity: 1;
    animation: fadeInText 2s ease-in-out forwards;
    text-align: center;
    top: 50%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.preloader-circle {
  width: 50px;
  height: 50px;
  top:40%;
  border: 2px solid white;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@keyframes fadeInText {
  0% { opacity: 0; letter-spacing: 10px; }
  100% { opacity: 1; letter-spacing: 2px; }
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 0.5; }
}


#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  /* top: calc(50% - 100px); */
  /* left: calc(50% - 30px); */
  /* left: calc(45% - 30px); */
  /* Center vertically & horizontally */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  border: 0px solid var(--accent-color);
  border-top-color: 
color-mix(in srgb, var(--accent-color), transparent 90%);
  /* border-radius: 50%; */
  border-radius: 30%;
  /* width: 80px;
  height: 80px; */
  /*width: 180px;*/
  /*height: 180px;*/
  width: 500px;
  height: 500px;
  /* animation: animate-preloader 1s linear infinite; */
  /* background-image: url(../../assets/img/Preloader.gif); */
  /* background-image: url(../../assets/img/BrotomotivPreLoaderAnimationGIF.gif); */
  /*background-image: url(../../assets/img/BrotomotivPreLoaderAnimationBGRemoveGIF.gif);*/
  background-image: url(../../assets/img/IMG_7642-ezgif.com-video-to-gif-converter.gif);
  /*background-image: url(../../assets/img/IMG_7642.gif);*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

/* @media (max-width: 420px) {
  #preloader:before {
    left: calc(34% - 30px);
  }
} */



@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

 body > *:not(#preloader) {
    visibility: hidden;
  }
  /* Ensure the preloader itself is visible (in case you have other global visibility rules) */
  #preloader {
    visibility: visible;
  }
  
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px)
{
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  
  
  
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
section#services .col-lg-2 {
  width: 20%;
}

/* .service-page section.after-hero {
  margin-top: -85px;
} */
body.service-page section#hero .container-fluid {
  padding: 0;
}

.product-section-first {
  background-image: url(../../assets/img/barricade-banner.png);
  background-position: center;
  background-size: contain;
  height: 640px;
  background-repeat: no-repeat;
}

.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*padding: 160px 0 80px 0;*/
  padding: 375px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  /* background-color: color-mix(in srgb, var(--background-color), transparent 50%); */
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  scroll-margin-top: 72px;
  overflow: clip;
}

@media (max-width: 1199px) {
  .img-fluid {
    width: 100% !important;
  }

  section,
  .section {
    scroll-margin-top: 57px;
  }
}

.img-fluid{
  width: 100% 
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 500;
  /* margin-bottom: 30px; */
  padding-bottom: 0px;
  width: 65%;
  width: 65%;
  position: relative;
}

p#popup-testimonial-text div {
  color: #ffc10e;
  font-size: 30px;
}

/* .section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
} */

.section-title p {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color) 90%, white 50%);

}

.section-title p.subheading {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color) 90%, white 50%);

  margin-bottom: 40px;
}

section#about {
  padding-bottom: 0;
}

section#about .container {
  padding-bottom: 0;
}

section#services .container {
  background: #313131;
  border-radius: 20px;
  padding: 40px;
  /* max-width: 1180px; */
}

.title-and-head-btn {
  position: relative;
}

.button-at-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  /* min-height: 80vh; */
  position: relative;
  padding-top: 120px;
  /* padding: 80px 0; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

/* .index-page .hero .container-fluid {
  background: rgb(148, 187, 233);
  background: linear-gradient(90deg, rgba(148, 187, 233, 0.4010854341736695) 0%, rgba(1, 1, 1, 1) 49%, rgba(148, 187, 233, 0.38988095238095233) 100%);
} */

.hero img {
  /* position: absolute; */
  inset: 0;
  display: block;
  /* height: 350px; */
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
  z-index: 1;
}

/* 
.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
} */

.hero .container {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 80vh;
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 10px 0 20px 0;
  font-size: 24px;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
  }
}

.what-makes-us-special .list-item-abt {
  height: 300px;
  padding-right:20px;
  /* Adjust the height as needed */
  overflow-y: auto;
}

.what-makes-us-special .list-item-abt::-webkit-scrollbar {
  width: 10px;
  /* Adjust the width of the scrollbar */
}

.what-makes-us-special .list-item-abt::-webkit-scrollbar-track {
  background: #f1f1f100;
  /* Track color */
}

.what-makes-us-special .list-item-abt::-webkit-scrollbar-thumb {
  background: #ffc10e;
  /* Thumb color */
  border-radius: 10px;
  /* Optional: round the corners */
}

.what-makes-us-special .list-item-abt::-webkit-scrollbar-thumb:hover {
  background: #ffc10e;
  /* Darker yellow when hovered */
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
a.read-more1 {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.more {
  display: none;
}

.para {
  margin-bottom: 15px;
}

.read-more {
  color: blue;
  cursor: pointer;
}

.para-blog {
  padding: 20px;
  /* min-height: 200px; */
  min-height: 150px;
  position: relative;
}

@media (max-width: 400px) {
  .para-blog {
    min-height: 120px;
  }
}



.main-heading-abt {
  text-align: left;
  width: 100%;
  /* padding-left: 20px; */
  position: absolute;
  bottom: 20px;
  z-index: 9;
}

.title-with-icon {
  display: flex;
  border-bottom: 1px solid #444;
  padding-top: 20px;
}
.icon-title img {
  width: 60px;
}
.para-icon {
  padding-left: 15px;
}

.about-post .container {
  background: #313131;
  border-radius: 20px;
  padding: 60px 40px;
}

.about-post .post-img img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-top: 1px solid grey;
}

.title-with-icon h3 {
  font-family: var(--default-font);
  color: #ffc10e;
  letter-spacing: 0;
  font-weight: 600;
}

.founder-photo-wrap {
  background: grey;
  border-radius: 12px;
}

.founder-name-wrap .arrow-image {
  background: url(../../assets/img/arrow_outward_hover.svg);
  background-size: cover;
  max-width: 22px;
  height: 22px;
  width: 22px;
  background-position: center;
  /*position:absolute;*/
  /*margin-top:-230%;*/
}

.founder-name-wrap 
{
  background: #ffc10e;
  border-radius: 0 0 8px 8px;
  padding:5px;
  height:100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.founder-name h3,
.founder-name h4 {
  font-family: var(--default-font);
  font-size: 12px;
  color: #000;
  font-weight: 600;
  font-weight:bold;
}

.founder-photo-wrap img {
  margin-top: -70px;
}

.founder-row {
  margin-top: 0px;
  gap: 70px;
}
.slide:hover .member-content p {
  color: #000;
}
.slide:hover .member-content h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  color: #000;
}
.founder-name h4 
{
  font-size: 11px;
  font-weight: 500;
}

section#about-hero {
  position: relative;
  padding-top: 120px;
}
section#enquiry-page {
  /* position: relative; */
  padding-top: 100px;
}

.img-res {
  width: 100%;
}

.list-item-abt p {
  font-size: 18px;
}
/* div#careerAccordion .accordion-button:not(.collapsed), .accordion-button:not(.collapsed) {
  background-color: #ffc10e;
} */
button.accordion-button.collapsed:hover {
  background: #ffc10e;
}
button.btn.btn-primary {
  background: #ffc10e;
  border: #ffc10e;
  color: #000;
  font-size: 14px;
  border-radius: 6px;
}
section.how-we-got.section.about-barricade-accordion .accordion-flush>.accordion-item{
margin-bottom: 10px;
background: transparent;
    border: 1px solid #fff;
border-radius: 8px;
}

button.accordion-button {
  font-family: 'Poppins';
  border-radius: 8px;
}
.accordion-item {
  /* margin-bottom: 10px; */
  border-radius: 8px;
}
section.how-we-got.section .container {
  /* background-color: #313131 !important; */
  border-radius: 30px !important;
  padding: 30px 40px;
}
.note_from_founder{
  padding:0% !important;
}
body.about-page.service-content-section section.how-we-got.section .container {
  padding: 0 15px;
}

body.about-page.service-content-section section.how-we-got.section .container img.img-res {
  padding: 0;
  border: 2px solid #ffc10e;
}
section.how-we-got.faq-about-padding.section.about-barricade-accordion .container.rounded {
  padding: 0 15px;
}

.list-item-abt p span {
  color: #ffc10e;
  font-weight: 600;
}

section.after-hero h2 {
  margin-bottom: 0px;
}

.main-heading-abt h1 {
  font-size: 100px;
}

.main-heading-abt p {
  font-size: 18px;
  font-weight: 600;
}

.about-hero-overlay {
  background-image: linear-gradient(#3c3c3c, #000000);
  position: absolute;
  bottom: 0px;
  width: 100%;
  /*height: 300px;*/
  height: 180px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(48, 48, 48, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

section.after-hero {
  padding-top: 0;
}

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.row.founder-row.aos-init.aos-animate {
  display: flex;
  justify-content: center;
}

.read-more {
  background: var(--accent-color);
  color: #000;
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 11px;
  padding: 10px 15px;
  border-radius: 6px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
}

.benifits-wrap {
  background: #313131;
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
div#careerAccordion button.accordion-button.collapsed {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  border-radius:4px;
}
div#careerAccordion .accordion-item {
  margin-bottom: 10px;
  background-color: #eeeeee00;
}
div#careerAccordion .accordion-item button.accordion-button {
  color: #fff;
  border: 1px solid #fff;
}
div#careerAccordion .accordion-item:last-child {
  margin-bottom: 0;
  /* border: none; */
}
.benifits-wrap ul {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding: 0;
  text-align: center;
}

section.studio-section a.read-more {
  font-size: 18px;
  font-weight: 600;
}

.benifits-wrap ul li {
  list-style: none;
  font-size: 12px;
  padding: 10px;
  line-height: normal;
  text-transform: uppercase;
}

span.redtext {
  color: red;
}

.benifits-wrap h2 {
  font-family: var(--default-font);
  font-size: 24px;
  text-align: center;
}

.services .service-item img {
  width: 100%;
  /* height: 300px; */
  border-radius: 18px;
}

.service-item-miscellaneous-image img{
    aspect-ratio: 16 / 12; 
}



.about .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .read-more:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.about .read-more:hover i {
  transform: translate(5px, 0);
}

a.stretched-link h3 {
  font-family: var(--default-font);
}

/*--------------------------------------------------------------
# Main Service Section
--------------------------------------------------------------*/
h1.service-heading span 
{
  color: #ffc10e;
}
h1.service-heading {
  margin-bottom: -30px;
}

/* .left-para-list p {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.left-para-list p:before {
  position: absolute;
  content: '';
  background: #ffc10e;
  height: 10px;
  width: 2px;
  left: 0;
  top: 7px;
  transform: rotate(20deg);
} */

.left-para-list p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

/*.left-para-list-privacy-policy ul,*/
/*.left-para-list-privacy-policy ol,*/
/*.left-para-list-privacy-policy ol{*/
/*  margin-bottom: 0px;*/
/*}*/

.left-para-list p:before {
  content: ""; 
  /*background-image: url(../../assets/img/right-arrow-svgrepo-com.svg);*/
   background-image: url(../../assets/img/hd-white-dot-circle-icon-transparent-png-701751694972425s9tjztzus0-removebg-preview.png);
  font-family: "Bootstrap Icons"; 
  font-size: 14px;
  color: #ffc10e;
  position: absolute;
  left: 0;
  top: 4px;
  background-size: 100%;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
}


.section.how-we-got.section .row {
  align-items: center;
  display: flex;
}
.benifits-wrap.product-franchise-wrap li img {
  width: 100px;
  max-width: 100%;
  height: 100px;
}
.benifits-wrap.product-franchise-wrap {
  display: flex;
  align-items: center;
  text-align: left;
}
.product-franchise-wrap li p {
  text-align: center;
  text-transform: capitalize;
  padding-right: 0;
}
.benifits-wrap.product-franchise-wrap li h4 {
  font-size: 14px;
  color: #ffc10e;
  font-family: 'Poppins';
}
.section.how-we-got.section .row .service-imgs {
  border-radius: 25px;
  /* background-color: #313131; */
  /* box-shadow: 0 4px 16px rgb(0 0 0 / 78%); */
}
.container.warrentty-form {
  text-align: center;
}
.section.how-we-got.section .row .service-imgs img {
  border-radius: 35px;
  padding: 0px;
  border: 2px solid #ffc10e;
}
.service-imgs {
  padding: 12px;
  /* padding: 5px; */
}
.franchise-first-img
{
  border: 2px solid #ffc10e;
}
.service-imgs img.img-res {
  border-radius: 25px;

}
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  /* box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1); */
  padding: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  /* border-bottom: 5px solid var(--surface-color); */
  height: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); 
}

.services .service-item .icon {
  color: var(--contrast-color);
  background: var(--accent-color);
  margin: 0;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

section#products .col-lg-2 {
  width: 20%;
}

.services .service-item h3 {
  font-weight: 500;
  margin: 15px 0 15px 0;
  font-size: 15px;
  transition: ease-in-out 0.3s;
  font-family: var(--default-font);
  text-transform: none;
}

a.stretched-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* For mobile view up to 768px */
@media (max-width: 768px) {
  a.home_abt_barricade_prod {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-direction: row;
  }
}

section.studio-section {
  position: relative;
}

section.studio-section img.icon-img {
  position: relative;
  min-height: 48px;
  height: 48px;
}

section.studio-section .cooper-car img {
  position: absolute;
  transform: rotateY(360deg);
  width: auto;
  max-width: 40%;
  top: 55%;
  right: 0;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover h3 {
  color: #000;
}

.arrow-image {
  background: url("../../assets/img/arrow_outward.svg");
  background-size: cover;
  max-width: 25px;
  height: 25px;
  width: 25px;
  background-position: center;
}

@media (max-width: 1367px) {
  .footer-section{    padding: 10px 8px;}
  .footer h3{font-size: 14px;}
  img.footer-person{margin-top: 37px !important;}
  .header .logo img {
    max-height: 35px !important;
}
}
@media (min-width: 1281px) and (max-width:1395px){
  footer .footer-container{position: relative;}
  img.footer-person{
    margin-top: 0px !important;
        position: absolute;
        width: 385px !important;
        bottom: 0;
        margin-bottom: 0 !important;
  }
}
@media (max-width: 1281px) {
  .footer-section.footer-images{    width: 25%;}
  img.footer-person{margin-top:130px !important;}
  img.footer-person {
    width: 100%;
    margin-bottom: 0 !important;
}
}
@media (max-width: 2000px) {
  
  .services .service-item:hover {
    transform: translateY(-10px);
    /* border-color: var(--accent-color); */
    background: var(--accent-color);
  }

  .services .service-item:hover .arrow-image {
    background: url("../../assets/img/arrow_outward_hover.svg");
    background-size: cover;
    max-width: 25px;
    height: 25px;
    width: 25px;
    background-position: center;
  }

  /* .services .service-item:hover h3 {
    color: var(--accent-color);
  } */
}
.services .service-item:active {
    transform: translateY(-10px);
    background: var(--accent-color);
    transition: none;     /* make it instant if you like */
  }
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 120px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  color: var(--default-color);
  font-size: 42px;
  width: 46%;
}

.call-to-action p {
  color: var(--default-color);
  width: 45%;
}

.call-to-action .cta-btn {
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 8px;
  transition: 0.5s;
  margin: 10px;
  background: var(--accent-color);
  color: #000;
}

section.features {
  text-align: center;
}

section.features img {
  width: 100%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 50px;
  width: 50px;
}

section.features .row.gy-4 {
  justify-content: center;
  /* align-items: center; */
  gap: 0;
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

.features-item {
  padding: 60px !important;
  /* background: #111111; */


}

section.features h2 {
  margin-bottom: 0px;
  font-size: 24px;
  color: #000;
}

.features-image.col-lg-4.order-lg-1 .features-item {
  border-top-left-radius: 20px;
  /* Top-left corner */
  border-bottom-left-radius: 20px;
}

.features-image.col-lg-4.order-lg-3 .features-item {
  border-top-right-radius: 20px;
  /* Top-left corner */
  border-bottom-right-radius: 20px;
}

.call-to-action .cta-btn:hover {
  background: color-mix(in srgb, var(--accent-color) 90%, white 15%);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-image {
  position: relative;
  min-height: 300px;
}

.features .features-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.features .features-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.features .features-item i {
  font-size: 48px;
  color: var(--accent-color);
  margin-right: 20px;
  line-height: 0;
}

.features .features-item p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-left: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.clients .client-logo {
  background-color: var(--surface-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  overflow: hidden;
}

.clients .client-logo img {
  padding: 50px;
  max-width: 80%;
  transition: 0.3s;
}

.privacy_term_refund_blog_heading,.privay_term_refund_blog_heading
{
    margin-top:-10px;
}

@media (max-width: 640px) 
{
    .blog-details-banner
    {
        padding: 120px 0 80px 0 !important;   /*to decrease blog detail banner height */
        
    }
    #terms_condition .left-para-list
    {
        font-size:12px !important;
    }
    #terms_condition .privay_term_refund_blog_heading
    {
        color:white !important;
        font-size:16px !important;
    }
    #refund_cancel .privay_term_refund_blog_heading
    {
        color:white !important;
        font-size:16px !important;
    }
    section.cta-section-for-all .row 
    {
        display: flex;
        gap: 5px 0;
    }
    #privacy_poli p,#privacy_poli .left-para-list,
    #terms_condition p,#terms_condition .left-para-list
    #refund_cancel p, #refund_cancel .left-para-list
    {   
        font-size:12px !important;
    }
    .privacy_term_refund_blog_heading,.privay_term_refund_blog_heading
    {
        margin-top:-10px;
    }
    
    .job-details-body
    {
        font-size:12px !important;
    }

    .modal-form-heading
    {
        font-size:18px !important;
    }

    section.cta-section-for-all .col-md-3 
    {
        width: 50%;
    }

    section.cta-section-for-all .col-md-2 
    {
      width: 50%;
    }

    .location-map-div 
    {
        padding-right: 0;
    }
    .show-location-on-page 
    {
        display: flex;
        flex-direction: column-reverse;
    }
    footer .footer-container{grid-template-columns: repeat(1, 1fr) !important;}
    div#accordionExampleFooter h2.accordion-header 
    {
        background: no-repeat;
    }
    div#accordionExampleFooter .footer-section 
    {
      margin-bottom: 0;
      padding: 0;
    }
    div#accordionExampleFooter .accordion-item 
    {
        background-color: transparent;
        margin-bottom: 10px;
        border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    }
    div#accordionExampleFooter .accordion-body 
    {
      padding: 0 10px;
    }
    div#accordionExampleFooter button.accordion-button 
    {
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding: 10px 10px;
        color: #fff;
    }
    .service-content-section section.how-we-got.section .container 
    {
        padding: 0px 10px !important;
    }
    .image-show-on-desktop{display: none;}
    .image-show-on-mobile{display: block;}
    section#blog-posts .title-and-head-btn
    {
        margin-bottom: 0;
    }
    .blog-posts .grid-container
    {
        display: none;
    }
    .blogSlider
    {
        display: block;
    }
    .text p{font-size: 14px !important;}
    .single-img .text
    {
        position: absolute;
        top:20%;
    }
    .img-area 
    {
        width: 100%;
        margin: auto;
    }
    .single-img{float: none;width: 100%;        margin-bottom: 30px;}
    section#about-hero img 
    {
        position: absolute;
         top: -20px;
         /*height: 100px;*/
    }
    .service-content-section section#about-hero img 
    {
        /*top: -6px;*/
    }
    section#about-hero{height: 200px;}
    /*.about-hero-overlay{height: 80px;}*/
    section.yellow-cta h2{font-size: 16px !important;}
    div#benifits-bro .service-imgs 
    {
        padding: 15px;
    }
  .h2, h2 {
    font-size: 24px;
}
.gallery .swiper-pagination.container-block{min-height: auto !important;}
.gallery .swiper-slide{margin-bottom: 20px !important;}
section.testimonial .swiper-button-prev, section.testimonial .swiper-button-next{top:170px !important;}
.testimonial-section .swiper{    padding: 0 0 20px !important;}
.section-title h2{margin-bottom: 10px;}
  section.yellow-cta.all-service-cta h2{font-size: 24px  !important;}
  .yellow-cta.all-service-cta .main-cta-div {
    max-width: 100% !important;
    width: auto !important;
    padding: 10px  !important;
}
.yellow-cta.all-service-cta .main-cta-div a h2{font-size: 14px !important;}
.yellow-cta.all-service-cta{padding: 10px;}
  .contact-info div {
    margin-bottom: 15px;
  }
  .navbar-brand, .nav-link{margin-left: auto;margin-right:auto;}
  .hide-ondesk-partical{display: block;        text-align: center;}
  .show-ondesk-partical{display: none;}
  .member-content{display: none;}
  .slide {
    height: auto !important;
}
body.about-page.service-content-section section#about-hero .about-hero-overlay{    bottom: -80px;}
  .slide:before{height: auto;}
body.about-page.service-content-section section#about-hero {
  padding-top: 0 !important;
  height: 200px;
}

.about-hero-overlay{   
  bottom: 0px !important;
 }

body.about-page.service-content-section .service-head-img-sec img{padding-top:50px;}
  /* a.navbar-brand img {
    transform: scale(0.6);
} */
  section.how-we-got.section.about-how-we-got {
    margin: 0 10px;
}
  .yellow, .red{background-size: cover;}
  section.video-slider {
    margin: 0 10px;
}
  .footer-section.footer-images{display: none;}
  .footer-section.footer-images.footer-img-on-mobile{display: block !important;}
  img.footer-person {
    margin-top: 0px !important;
}
  h3.footer-service-heading {
    text-align: left !important;
}
.copyright-container{     margin-top: 0px !important;}
  .services-footer{display: block;}
  div#dropdown-container\ store-dropdown h3{text-align: center;}

  .testimonial-section{padding: 0px 40px !important;}

.button-at-right a i.bi.bi-arrow-right {
    margin-left: 5px;
    margin-top: 2px;
}
section.video-slider .youtube-thumbnail i.bi.bi-youtube{top:35px;        font-size: 20px;}
  section.video-slider .row{gap:0px !important;}
  section.video-slider .col-lg-3 {
    width: 50%;
    margin-bottom: 20px;
}
section.video-slider .container{padding: 30px 15px;}
  a.cta-btn.open-modal.mobile-enquiry {
    display: block;
}
  /* nav.navbar.navbar-dark .container-fluid {
    justify-content: flex-end;
} */
  .stats .col-lg-2.col-md-6 {
    width: 33%;
}
  section#services .container{padding: 40px 10px;}
  span.hide-on-mobile-about {
    display: none;
}
  .client-logo-swiper .swiper-slide img {
    height: auto;
    width: 45px !important;
}
section#portfolio  .title-and-head-btn{    display: flex;
        justify-content: space-between;}
  .collab-btn {
    margin-left: 0px !important;
}
  .mobile-enquiry{width: auto;}
  section.testimonial.aos-init.aos-animate {
    padding-bottom: 0;
}
.warrentty-form button.cta-btn, a.cta-btn{    padding: 10px 15px; font-size: 11px !important; margin-right:0;}
.mobile-collab{gap:10px;}
.contact-process{padding: 0 20px !important;}
p.patch-subhead{width:100%;}
section#portfolio {
  padding:0;
  margin: 0 10px;
}
  .mobile-benifits-icons  .col-md-2,  .mobile-benifits-icons  .col-md-3{width:33%;}
  .testimonial-section .testimonial-card{margin:0 10px;}
  .stats-item.w-100 {
    margin-bottom: 0 !important;
}
  .stats .col-lg-3.col-md-6.col-xs-6 {
    display: flex;
    gap: 10px;
}

  .stats-item.w-100.youtube-box, .stats-item.w-100.facebook-box, .stats-item.w-100.insta-box{
    margin-bottom: 0 !important; min-height: auto !important;
  }
  .offcanvas.offcanvas-start{width: 100% !important;}
  /* nav.navbar.navbar-dark a.navbar-brand img {
    width: 120px;
} */
  .ms-content{overflow-y: auto;    padding: 0px 10px;}
  .service-head-img-sec {
    height: 290px;
    position: static;
    padding-top: 0px !important;
}
.service-head-img-sec  img{
  padding-top:0;
}
  .yellow-content {
    left: auto;
  }
  .home-joincontent{
    width: 100%;
    overflow-y: scroll;
    display: block;
  }
  a.stretched-link{display: block;text-align:center;}
  .yellow-cta.all-service-cta .main-cta-div a h2, .yellow-cta.all-service-cta{text-align: center !important;}
  section.barricade-yellow-car-section .yellow-cta.all-service-cta .container, .sg-prod-range-text{display: block;}
  .barricade-car-img img {
    width: 100%;
}
  .main-cta-div.find-store{max-width: 100%; width: 300px; margin-left: 0 !important; margin-top:20px;} 
 
  .contact-details {
    margin-bottom: 0;}
  .row.address-and-form{padding-top: 0;}
  section.how-we-got.section .container, .container.blog-posts-section-wrap{padding: 30px 15px;}
  div#locationsList {
    padding-top: 0;
    padding-left: 0;}
  .location-dropdown-select {
    display: grid;
    justify-content: center;
    gap: 0px;
    grid-template-columns: 2fr;
    padding: 10px;
}
  .videomodal{left: 0;}
  iframe, .videomodal-content{width:100%; max-width: 100%;}
  section.video-slider .row {
    gap: 20px;
}
  section.yellow-cta.all-service-cta .container{display: block !important;}
  .slide{margin-bottom: 20px;}
  .slider-wrap, .slide:hover{
    display: block;
  }
  .slide, .slide:hover .image-container, .slide:before{width:100%;}
  .slide:hover .member-content {
    display: block;
    border-radius: 0 0 20px 20px;
 
    text-align: center;
    position: relative;
    display: block;
    color: #000;
    z-index: 9;
}
  .benifits-wrap.product-franchise-wrap li{width:100%;}
  .benifits-wrap.product-franchise-wrap {
    display: block;}
  .dropdown a.active + .submenu {
    display: block;
  }

  .button-at-right {
    position: relative;
  }

  .video-slider-section .row {
    gap: 20px;
  }

  section.studio-section .container {
    padding: 30px 10px !important;
  }

  h2.service-studio-heading {
    width: 100% !important;
  }

  .benifits-wrap ul {
    display: block !important;
    
  }
  .location-selection{display: block;}
  form.career-form .submit-at-right{margin-top: 10px;}
  form.career-form .form-row{display: block; margin-bottom: 0;}
  form.career-form .form-row input, textarea{margin-bottom: 10px;}
  form.career-form .form-row select{margin-bottom: 10px;}
  .container.warrentty-form input#warrantyInput, #verificationInput{width:70%;}
  section.studio-section .cooper-car img{max-width:100%;}
  section.studio-section .cooper-car img,
  section.studio-section img {
    position: relative !important;
  }

  section#products .col-lg-2 {
    width: 50%;
  }

  .steps:after {
    display: none;
  }

  .index-page .blog-btn {
    margin-top: 30px !important;
  }

  .top-header .justify-content-center {
    justify-content: center !important;
    margin-top: 20px;
  }

  .main-heading-abt h1 {
    font-size: 30px;
    margin-bottom: -20px;
  }
  .footer-section.footer-images {
    width: 100%;
}
p , ul, li {
  font-size: 12px !important;
}

  section#about-hero {
    padding-top: 0px;
  }

  .founder-photo-wrap {
    margin-bottom: 30px;
  }

  section.client-logo-swiper 
  {
    padding-top: 0;
    width:98%;
    margin-left:1%;
  }

  .contact-info {
    color: #fff;
    margin-top: 10px;
  }

  .hide-ondesk {
    display: block;
  }

  .steps .step:not(:last-child)::after {
    display: none;
  }

  .steps {
    display: block !important;
  }

  .testimonial-section .swiper-wrapper {
    padding-left: 0 !important;
  }

  
  .testimonial-section .swiper-wrapper {
    padding-left: 50px;
  }

.swiper.icon-slider.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-backface-hidden {
    margin-top: 20px;
  }

  footer .social-icons {
    justify-content: center;
    margin-bottom: 20px;
  }

  .step {
    max-width: 100% !important;
  }

  .copyright-container {
    display: block !important;
  
  }

  .services .service-item:hover 
  {
    transform: translateY(-10px) !important;
    background: var(--accent-color) !important;
  }
  .services .service-item:hover .arrow-image {
    background: url("../../assets/img/arrow_outward_hover.svg");
    background-size: cover;
    max-width: 25px;
    height: 25px;
    width: 25px;
    background-position: center;
  }

  .stats .stats-item {
    padding: 10px 0 !important;
    text-align: center;
  }

  .stats .stats-item::after {
    display: none;
  }
  .stats .stats-item span {
    font-size: 16px !important;}
    .stats-item.w-100.insta-box p, .stats-item.w-100.facebook-box p, .stats-item.w-100.youtube-box p {
      color: #fff;
      font-weight: bold;
      font-size: 14px;
  }
 
  .stats-item.w-100.insta-box i.bi.bi-instagram, .stats-item.w-100.youtube-box i.bi.bi-youtube, .stats-item.w-100.facebook-box i.bi.bi-facebook {
    font-size: 30px !important;
    color: #ffffffb5;
}
  section#services .col-lg-2 {
    width: 50% !important;
  }
  section#services {
    margin: 0 10px;
    padding-bottom:0;
}

  .testimonial-section .swiper-slide {
    width: 100% !important;
  }

  .features .features-image {
    min-height: auto !important;
  }

  .features-item {
    padding: 30px !important;
  }

  .section-title h2 {

    font-size: 28px;
    width: 100%;
  }

  .section-title p,
  .call-to-action h3,
  .call-to-action p {
    width: 100%;
  }

  .blog-btn {
    margin-top: 0 !important;
  }

 

  .hero .container {
    min-height: auto;
  }

  /* .hero{
    background-image: url(../../assets/img/brotomotive.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 60vh;
  } */
  /* .hero .container-fluid img {
    display: none;
} */
  section#about {
    padding-top: 0;
  }

  .hero img {
    /* position: absolute; */
    inset: 0;
    display: block;
    height: auto;
    width: 100%;
    /* height: auto; */
    object-fit: fill;
    z-index: 1;
  }

  .hero {
    padding-top:60px;
  }
  section#contact video {
    width: 100%;
}
  .mobile-nav-active .navmenu a.cta-btn.login {
    width: 80px;
    margin-left: 20px;
  }
  
   .mobile-nav-active .navmenu a.cta-btn.login-cms {
    width: 80px;
    margin-left: 20px;
  }

  .header .cta-btn {
    width: 120px;
    margin-left: 20px;
  }
  section#blog-posts .grid-container{
    grid-template-columns: auto;
  }
  .box1 img{position: relative;}
  .top-header {
    height: auto;
  }
  .feature-big-img{
    height: 220px !important;
  }
  div#testimonial-popup{
    width:90%;
  }
  .part {
    width: 100%;
    height: 85px !important;
  }
  .cta-btns-multiple {
    display: none;
  }

  .header .logo img {
    max-height: 36px;
  }

  .clients .client-logo img {
    padding: 30px;
    max-width: 50%;
  }
}

.clients .client-logo:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats {
  position: relative;
}

.stats img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* 
.stats:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 20%);
  position: absolute;
  inset: 0;
  z-index: 2;
} */
.stats .row {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* justify-content: space-around; */
}
.stats-item.w-100.youtube-box,  .stats-item.w-100.facebook-box, .stats-item.w-100.insta-box{
  min-height: 195px;
  transition: 0.3s;
  /* padding-top:65px; */
}
.stats a:hover .stats-item {
  transform: scale(1.1);
}
.stats-item.w-100.facebook-box i.bi.bi-facebook {
  font-size: 50px;
  color: blue;
}
.stats-item.w-100.youtube-box i.bi.bi-youtube {
  font-size: 50px;
  color: #ff0000;
}
.stats-item.w-100.insta-box i.bi.bi-instagram {
  font-size: 50px;
  color: #ffffffb5;
}
.stats .container {
  position: relative;
  z-index: 3;
}

.stats .subheading {
  text-align: center;
}

.subheading{
  font-size: 20px;
}

.stats .subheading h3 {
  font-weight: 700;
  font-size: 36px;
}

.stats .stats-item {
  padding: 15px;
    margin-bottom: 20px;
    background: #313131;
    /* width: 100%; */
    position: relative;
    text-align: center;
    border-radius: 12px;
}

/* .stats .stats-item::after {
  position: absolute;
  content: '';
  background: #fff;
  height: 100%;
  max-height: 60px;
  width: 1px;
  top: 40px;
  bottom: 0;
  right: 0;
} */
@media (max-width: 1200px) 
{
    .stats .stats-item span 
    {
      font-size:15px !important;
    }
}
.stats .stats-item span {
  font-size: 26px;
  display: block;
  /* color: var(--default-color); */
  font-weight: 500;
  color: #ffc10e;
}
.social_numbers{
  color: var(--default-color) !important;
}

.stats .stats-item p {
  padding: 0;
  width: 100%;
  margin: 0;
  font-family: var(--default-font);
  font-size: 13px;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-item img {
  border-radius: 25px;
}

.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  border-radius: 25px;
  height: 100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--surface-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item img.eye-icon {
  width: 20px;
  position: absolute;
  top: 25%;
  left: 25%;
  text-align: center;
}

.eye-div-circle {
  height: 40px;
  width: 40px;
  border: 1px solid #ffc10e;
  position: absolute;
  left: 45%;
  top: 45%;
  text-align: center;
  border-radius: 50px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

.process {
  background-color: #000;
  padding-top: 0;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.privacy-page h5 {
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  font-family: 'Poppins';
}
.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .pricing-item h3 {
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.pricing .pricing-item h4 {
  color: var(--accent-color);
  font-size: 42px;
  font-family: var(--default-font);
  font-weight: 500;
}

.pricing .pricing-item h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .pricing-item h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 16px;
  font-weight: 300;
}

.pricing .pricing-item ul {
  padding: 20px 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .pricing-item ul li {
  padding-bottom: 16px;
}

.pricing .pricing-item ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  text-decoration: line-through;
}

.pricing .pricing-item .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .pricing-item .btn-buy {
  color: var(--accent-color);
  background-color: transparent;
  border: 2px solid var(--accent-color);
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  font-size: 14px;
  font-family: var(--heading-font);
  font-weight: 600;
  transition: 0.3s;
}

.pricing .pricing-item .btn-buy:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .recommended .btn-buy {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .recommended .btn-buy:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.pricing .recommended-badge {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
  padding: 3px 25px 6px 25px;
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  border-radius: 50px;
}

section#blog-posts .title-and-head-btn {
  /* text-align: center; */
  /* margin-bottom: 20px; */
}
section#blog-posts .container{
  background: #313131;
  border-radius: 20px;
  padding: 25px;
}

.blog-btn {
  margin-top: 60px;
  text-align: center;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.faq .faq-container {
  margin-top: 15px;
}

.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  margin: 0 30px 0 32px;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item h3 span {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 22px;
  line-height: 0;
  transition: 0.3s;
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  background: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--accent-color);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact img {
  width: 100%;
}

.contact .row.gy-4 {
  align-items: center;
}

.contact .info-item i {
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .php-email-form {
  height: 100%;
}

.search-box-outer.search-toggler {
  margin-right: 15px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  border: none;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: transparent;
  border-color:
    color-mix(in srgb, var(--default-color), transparent 80%);
  border-bottom: 1px solid #444;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

footer {
  background-color: #111;
  padding: 50px 20px;
  color: #fff;
}

.footer .container {
  max-width: 1400px;
}

footer .footer-container {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  /* gap: 18px; */
  /*margin-bottom: 30px;*/
}

footer .footer-column {
  flex: 1;
  min-width: 200px;
}

footer h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ccc;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 7px;
  text-align: left;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer ul li a:hover {
  color: #ffc107;
}

footer .contact-info {
  font-size: 14px;
}

footer .contact-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
}

footer .contact-info a:hover {
  color: #ffc107;
}

footer .subscribe {
  margin-top: 20px;
}

footer .subscribe input {
  padding: 10px;
  border: none;
  border-radius: 20px;
  width: calc(100% - 100px);
}

footer .subscribe button {
  padding: 10px 20px;
  background-color: #ffc107;
  border: none;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
}

footer .social-icons {
  display: flex;
  gap: 15px;

}

footer .social-icons a {
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #d1c6ae; */
  background: #ffffff;
  color: #000;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}

footer .social-icons a:hover {
  /* color: #ffc107; */
  background-color: #ffc107;
}

.footer-section.footer-images.footer-img-on-mobile{display: none;}
footer .characters {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

footer .characters img {
  height: 80px;
  width: auto;
}

.subscribe-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #333;
  /* Dark background */
  padding: 8px;
  border-radius: 50px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.email-input::placeholder {
  color: #888;
  /* Gray placeholder */
  font-size: 14px;
}

.subscribe-button:hover {
  background-color: #ffb000;
  /* Slightly darker yellow */
}

button.subscribe-btn {
  margin-left: 10px;
  padding: 8px 20px;
  background-color: #ffc107;
  /* Yellow button */
  border: none;
  border-radius: 50px;
  font-size: 14px;
  color: #000;
  /* Black text */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact .php-email-form button[type=submit] {
  color: #000;
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 6px;
  font-size: 14px;
  margin-right: 15px;
  border: 1px solid #ffc10e;
}

.copyright-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #333;
  padding: 15px 20px;
  border-radius: 50px;
  color: #ddd;
  font-family: Arial, sans-serif;
  margin-top:-30px;
  margin: 0px 5px 0px 5px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

/* Social media icon links */
.icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #444;
  /* Circle background */
  color: #f5f5dc;
  /* Beige color for icons */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect for icons */
.icon-link:hover {
  background-color: #ffc107;
  /* Yellow */
  color: #000;
  /* Black */
}

.footer-logo img {
  height: 35px;
}

/* Logo styling */
.footer-logo {
  font-size: 24px;
  font-weight: bold;
  color: #ddd;
  /* Light text color */
}

/* Highlight for logo and copyright text */
.highlight {
  color: #ffc107;
  /* Yellow color */
}

/* Copyright styling */
.copyright {
  font-size: 14px;
  color: #888;
  /* Subtle gray */
}


.email-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 16px;
  color: #ddd;
  background-color: transparent;
}

.enquiry {
  background: transparent;
  color: #ffc10e;
  border: 1px solid #ffc10e;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 12px;
  font-size: 14px;
}

button.enquiry:hover {
  background: #ffc10e;
  color: #000;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.client-logo-swiper .swiper-slide img {
  height: auto;
  width: 90px;
}

section.client-logo-swiper .container {
  background: #0c0c0c;
  padding: 15px 15px;
  border-radius: 25px;
}

section.client-logo-swiper .container .row {
  justify-content: space-between;
  align-items: center;
}

footer ul li a i.bi {
  color: #ffc10e;
  margin-right: 5px;
}

.client-logo-swiper .swiper-button-prev,
.client-logo-swiper .swiper-button-next {
  display: none;
}

/*Review slider*/
.testimonial-section .swiper{

  padding: 20px 0px;
}
.testimonial-section {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0px 60px;
}
.testimonial-section .testimonial-card {
  position: relative;
}

/* .testimonial-section .testimonial-card:after {
  position: absolute;
  content: '';
  background-color: #000;
  top: -20px;
  right: -10px;
  height: 80px;
  width: 80px;
  z-index: 0;
} */

.article-btn {
  margin-top: 60px;
  text-align: right;
}

.services .service-item:hover i.bi.bi-arrow-up-right {
  color: #000;
}

.services .service-item i.bi.bi-arrow-up-right {
  /* background: #ffc10e; */
  color: #ffc10e;
  /* height: 27px;
  width: 27px;
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center; */
}

.video-slider-section {
 
  color: #fff;
  margin-top: 5px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.testimonial-section span {
  color: #ffcc00;
  background: transparent;
  padding:0;
}



/* .testimonial-section .swiper-wrapper {
  padding-left: 80px;
} */

.testimonial-section .swiper-slide {
  display: flex;
  justify-content: center;
  /* min-height: 242px; */
}

.testimonial-section .testimonial-card 
{
  /* background-color: #111; */
  padding: 20px;
  border-radius: 12px;
  width: 100% !important; 
  margin:0 10px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  border: 2px solid #444444;
}

section.video-slider img {
  width: 100%;
}

.stars {
  color: #ffcc00;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.testimonial-card h3 {
  font-size: 1.1rem;
  /* margin-bottom: 10px; */
}

.testimonial-card p {
  font-size: 0.9rem;
  line-height: 1;
  /* margin-bottom: 5px; */
  z-index: 9;
  position: relative;
  height:55px;
  /*text-align: justify;*/
  hyphens: auto;
  width:98%  !important;
  overflow:hidden;
  text-wrap:wrap;
}
.testimonial-content .profile
{
    font-size:14px !important;
}
.profile {
  display: flex;
  align-items: center;
}

.profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.profile strong {
  font-size: 0.9rem;
  display: block;
}

.profile span {
  font-size: 0.8rem;
  color: #ffcc00;
}

section.testimonial .swiper-button-prev, section.testimonial .swiper-button-next {
  color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  background: #ffc10e;
  top:200px;
}
section.testimonial{
  position: relative;
}
/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .swiper-wrapper {
  height: auto;
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {

  .portfolio-details .swiper-button-prev,
  .portfolio-details .swiper-button-next {
    display: none;
  }
}

.portfolio-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.portfolio-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.portfolio-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.portfolio-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50px;
  transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  margin-bottom: 50px;
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}

.portfolio-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.portfolio-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.portfolio-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.hide-ondesk {
  display: none;
}

.service-swiper .swiper-button-prev:after,
.swiper-button-next:after,
.service-swiper .swiper-button-prev:after,
.swiper-button-prev:after {
  display: none;
}

.service-swiper .swiper-button-next,
.service-swiper .swiper-button-prev {
  background: #dccfae;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#products .container {
  background: #313131;
  border-radius: 20px;
  padding: 40px;
}

h2.service-studio-heading {
  width: 70%;
}

section.studio-section .container {
  border: 10px solid #ffc10e;
  padding: 30px 60px;
}

section.studio-section img {
  max-width: 300px;
  text-align: right;
  position: absolute;
  /* right: 0; */
}

section.studio-section .col-md-6 {
  position: relative;
}

h2.service-studio-heading span {
  color: red;
}

.service-swiper .swiper-button-next i.bi.bi-chevron-right,
.service-swiper .swiper-button-prev i.bi.bi-chevron-left {
  color: grey;
  font-size: 18px;
}

.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgb(0 0 0);
  /* padding: 30px; */
  /* height: 100%; */
  border-radius: 10px;
  overflow: hidden;
}

.blog-posts .post-img {
  max-height: 180px;
  /* margin: 30px -30px 15px -30px; */
  overflow: hidden;
  display: flex;
  align-items: center;
}

.blog-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;

}

.blog-posts article:hover i.bi.bi-arrow-right {
  color: #ffc10e;
}

.blog-arrow {
  display: flex;
    height: 40px;
    align-items: center;
    margin-right: 20px;
    justify-content: flex-end;
}

.blog-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0px 0;
}

.blog-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog-info {
  padding: 20px;
}

.blog-posts .title {
  font-family: var(--default-font);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  /* min-height: 70px; */
}

.blog-posts .title a:hover {
  /* color: var(--accent-color); */
}

.blog-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
  position: relative;
  padding-left: 12px;
}
.cat-and-date h2 {
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 600;
}
.cat-and-date {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  height: 35px;
}
section.what-makes-us-special.aos-init.aos-animate .row {
  align-items: center;
}
.blog-posts .post-date:before {
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  background:#ffc10e;
  left: 0;
  top: 6px;
  border-radius: 50px;
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--accent-color);
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
section.yellow-cta.all-service-cta h2 {
  font-size: 40px;
  font-family: 'Bebas Neue';
  margin-bottom: 20px;
}
section.yellow-cta h2 {
  font-size: 16px;
  font-family: 'Poppins';
  margin-bottom: 0;
}
.yellow-cta.all-service-cta .main-cta-div {
  background: #ffc10e;
  max-width: 250px;
}

.main-cta-div.find-store {
  width: 100%;
  /* max-width: 250px !important; */
  margin-left: 20px;
}
.container.ppf-product-page.aos-init.aos-animate {
  text-align: center;
  margin: 0 auto;
}

.container.ppf-product-page.aos-init.aos-animate .container {
  padding: 0;
  text-align: center;
  margin-top: 30px;
}
.modalDialog2 .form-row input, .modalDialog2 .form-row select, .modalDialog2 textarea{
  height: 40px;
}
.yellow-cta.all-service-cta .main-cta-div a h2 {
  color: #000 !important;
  font-size: 18px;
  font-family: 'Poppins';
  margin-bottom: 0;
}
.yellow-cta.all-service-cta {
  text-align: left;
  background-color:transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.yellow-cta.all-service-cta h2 {
  margin-bottom: 0;
}
section.yellow-cta.all-service-cta .container {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.blog-details {
  padding-bottom: 30px;
}
.blog-detail-div h3 {
  font-family: 'Poppins';
  text-transform: capitalize;
  font-size: 18px;
  min-height: 80px;
  margin-top: 20px;
}
.blog-details .article {
  /* background-color: var(--surface-color); */
  padding: 30px;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  /* color: var(--heading-color); */
  /* font-size: 28px;
  font-weight: 700; */
  padding: 0;
  margin: 15px 0;
}

.blog-details .content {
  background-color: transparent;
  margin-top: 20px;
}

.blog-details .content h3 {
  /* font-size: 22px; */
  /* margin-top: 30px; */
  /* font-weight: bold; */
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.contact-process {
  text-align: center;
  padding: 50px 20px;
}

.contact-process h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.contact-process h1 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
}

.contact-process h1 span {
  color: #ffc107;
}

.steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
}

.step {
  flex: 1;
  max-width: 250px;
  text-align: center;
  position: relative;
}

.step .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background-color: #000000;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444444;
  font-size: 24px;
  position: relative;
  z-index: 1;
  border: 2px solid #ffc10e;
}
.step .icon i.bi {
  color: #ffc10e;
}
.step h4 {
  font-size: 16px;
  font-weight: 500;
  color: #ffc107;
  margin-bottom: 10px;
  font-family: var(--default-font);
  text-transform: capitalize;
}

.step p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

img.footer-person {
  width: 100%;
  margin-top: 42px;
  margin-bottom: -35px;
}

.steps {
  position: relative;
}

.steps:after {
  position: absolute;
  content: '';
  background: grey;
  height: 1px;
  width: 80%;
  top: 25px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

/* .steps .step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  right: 0;
  width: 430px;
  height: 2px;
  background-color: #444;
  z-index: 0;
} */

.steps .step:last-child::after {
  display: none;
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  background-color: var(--surface-color);
  padding: 30px;
  margin: 60px 0 30px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.widget-item {
  margin-bottom: 40px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.blog-author-widget img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-author-widget h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0px;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author-widget .social-links {
  margin: 5px 0;
}

.blog-author-widget .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-right: 5px;
  font-size: 18px;
}

.blog-author-widget .social-links a:hover {
  color: var(--accent-color);
}

.blog-author-widget p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 10px 0 0 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 75%);
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px 10px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: none;
  color: var(--default-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 16px;
  transition: 0.3s;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  color: var(--accent-color);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}


/* CSS Related to logo particle animation */
.part {
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* End CSS Related to logo particle animation */


/* logo media css  */
 @media (max-width: 768px) 
 { 
  .navbar-brand img {
      width: 108px; 
      height: auto;
      /* margin-left: 30px;  */
      margin-right: 33px;
  }
  .navbar_brand_sidebar_image
  {
    margin-left: 118px !important; 
  }
} 
@media (max-width: 1000px) 
{ 
    h1.service-heading
    {
        font-size:70px;   
    }
    section#about-hero 
    {
      position: relative;
      padding-top: 30px;
    }
    
} 
@media (min-width: 1000px) 
{ 
    .modalDialog2 .overlay 
    {
      max-width: 60%;
      margin-top: 10% !important;
    }
    section#about-hero 
    {
      position: relative;
      padding-top: 30px;
    }
}

 /* @media (max-width: 768px) {
  .navbar-brand img {
    width: 120px;
    height: auto;
    margin: 0 auto;
  }
} */



/* Default dropdown styling */
/* .dropdown {
  position: relative;
} */

/* Hide submenu initially */
.submenu1 {
  display: none;
  position: relative;
  background: black; /* Adjust as needed */
  padding-left: 20px;
  margin-top: 5px;
  margin-left: 400px !important;
}

/* Show submenu when hovering over "Range of Products" */
.dropdown:hover > .submenu1 {
  display: block;
}

/* Style for submenu items */
.submenu1 li {
  padding: 5px 0;
}

.submenu1 li a {
  color: white;
  text-decoration: none;
  /* display: block; */
  display: flex;
  align-items: center;
  gap: 4px; /* Adjust spacing between icon and text */
  white-space: nowrap; 
}

.submenu1 li a:hover {
  /* background: #ffc107; Highlight effect */
  color: black;
}


.blog_articles :hover{
  background-color: #ffc10e !important;
}

.blog_articles:hover i.bi.bi-arrow-right {
  color: black !important;
}


.blog_articles:hover .title a {
  color: black !important;
}

.blog_articles:hover .post-date {
  color: black !important;
}

.get-direction-btn {
  display: inline-block;
  padding: 4px 10px;
  color: #000;
  background: var(--accent-color);
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
}

.get-direction-btn:hover {
  background: #d09d0a;
  color: #fff;
}

/* Show modal when target is activated */
/* .subpopup-form:target {
  display: flex;
} */


.barri_ppf{
  font-size: 15px;
}

.pppf-cta-div {
  background: #000;
    display: inline-block;
    /* width: 200px; */
    padding: 10px 10px;
    /*border-radius: 12px;*/
    border-radius: 6px;
    height: auto;
    cursor: pointer;
}

@media (max-width: 420px) {
  .appliedpppf {
    flex-direction: column;
    text-align: center;
  }
  .appliedpppf_warr{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

.job_heading strong{
  color: #ffc10e;
}

.privay_term_refund_blog_heading{
  /*color: #ffc10e;*/
}


.image-scroll-container {
  /* width: 100%;
  height: 400px; */
  overflow-y: scroll;
  scrollbar-width: 10px;
  scrollbar-color: #FFC107 #000;
}

.image-scroll-container::-webkit-scrollbar-button {
  display: none;
}

.warranty_form{
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  /* background: #ffc107; */
  /* background: #e8e3d6; */
  background: transparent;
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  text-align: start;
  border: 1px solid #ffc107;
}
.warranty_form input{
  background: transparent;
  color: white !important;
}

.warranty_form ::placeholder{
  color: #ffffff;
}


.warranty_form p{
  margin-bottom: 0px !important;
}    

.warranty_form h3{
  /*color: #ffffff;*/
  color: #ffc10e;
}




/* .footer_quick_link{
  min-width: 120px;
}

.footer_service{
  min-width: 273px;
}

.footer_franchise_contact{
  min-width: 198px;
}

.footer_barricade_button{
  min-width: 175px;
} */


/* Footer container: flex layout with wrapping */
.footer-container {
  display: flex;
  flex-wrap: wrap;
  /* gap: 20px; */
  justify-content: flex-start;
  /*margin-bottom: 20px;*/
}

/* Footer sections: each is a flex item */
.footer-section {
  /* 
    flex: 1 1 220px  -> tries to maintain about 220px width
    min-width: 220px -> prevents columns from shrinking below 220px
  */
  flex: 1 1 100px;
  min-width: 200px;
  box-sizing: border-box;
  margin-bottom: 20px; /* optional bottom spacing for each column */
}

/* Give .footer_service a slightly bigger base width */
.footer_service {
  flex: 1 1 240px;    /* or whatever size you need */
  min-width: 220px;   /* slightly larger min-width */
  font-size: 13px;
}

.footer_name {
  flex: 1 1 280px;    /* or whatever size you need */
  font-size: 13px;
}

.footer_barricade_button{
  flex: 1 1 70px;    /* or whatever size you need */
  font-size: 13px;
}

/* Example media query (optional):
   Adjust column widths on smaller screens if desired */
@media (max-width: 1200px) {
  .footer-section {
    flex: 1 1 180px;
    min-width: 180px;
  }
}

/* Remove or override any other min-width rules on specific classes */
.footer_quick_link,
.footer_service,
.footer_franchise_contact,
.footer_barricade_button {
  min-width: auto !important; /* force remove other min-width constraints */
}


.footer-images {
  margin-top: auto;
  /* text-align: center; */
}

.footer-images img {
  max-width: 100%;
  height: auto;
}

.footer-buttons{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-each_buttons{
  background: #ffc107;
  border-radius: 6px;
  padding: 5px;
  width: 160px;
  font-size: 12px;
  cursor: pointer; ;
}



  .custom-menu {
    display: none;
    position: absolute;
    background-color: #000;
    right: 175px;
    border: 1px solid #ccc;
    min-width: 200px;
    z-index: 1000;
  }
  
  .custom-menu li a {
    padding: 3px 18px;
    display: block;
  }
  
  .custom-dropdown.active .custom-menu {
    display: block;
  }

 /*  .custom-dropdown {
    position: relative;
    display: inline-block; 
  }
  .custom-menu {
    display: none;
    position: absolute;
    top: 100%;  
    left: 0; 
    background-color: #000;
    border: 1px solid #ccc;
    min-width: 250px;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .custom-menu li a {
    display: block;
    padding: 8px 15px;
    color: #fff; 
    text-decoration: none;
  }

  .custom-dropdown.active .custom-menu {
    display: block;
  } */


 
 /* .custom-dropdown {
  position: static;
  margin-bottom: 0;
}


.custom-toggle {
  display: block;  
  text-decoration: none;
  color: #fff;     
  background: #000;
  padding: 10px;
}

.custom-menu {
  display: none;        
  background-color: #000;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-menu li a {
  display: block;
  padding: 8px 15px;
  color: #fff;  
  text-decoration: none;
}


.custom-dropdown.active .custom-menu {
  display: block;
} */


/* @media (max-width: 767px) {
  .desktop-footer {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-footer {
    display: none;
  }
} */

.product_about_barricade_img{
 min-height: 417px; 
/* max-height: 449px;  */
}

.product_about_barricade_img1{
  border: 3px solid #ffc107;
 }

/* Remove min-height on mobile devices (e.g., screens below 768px) */
@media (max-width: 768px) {
  .product_about_barricade_img {
    min-height: unset; /* Removes min-height */
  }
}




/* Container holds items in a single line and centers them vertically */
.appliedpppf-inline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}


/* Style the button to match the heading size and keep it inline */
.check-warranty-btn {
  display: inline-block;
    text-decoration: none;
    background-color: rgb(255, 193, 7);
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 4px;
    transition: 0.3s;
    margin-bottom: 10px;
}

@media (max-width: 420px) {
  .appliedpppf-inline {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

/* clickable banner */

.open-modal {
  cursor: pointer;
}

/* .search-overlay {
  display: none; 
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
}

.search-overlay.active {
  display: block;
}

.search-box_mobile {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 400px;
  background-color: #fff;
  background-color: transparent;
  padding: 1rem;
  border-radius: 6px; 
  z-index: 9999;
}

.search-box_mobile form {
  display: flex;
  align-items: center;
}

.search-box_mobile input {
  flex: 1;
  margin-right: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.search-box_mobile button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  cursor: pointer;
} */

/* 
  1) The semi-transparent overlay. 
     No change except for the .active display toggle.
*/
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.search-overlay.active {
  display: block;
}

/* 
  2) The container that centers the search form.
     We remove the background and let the form itself 
     have the "pill" shape and background.
*/
.search-box_mobile {
  position: absolute;
  /* Center on screen */
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* So the container won't block the entire screen, 
     but wide enough for a decent search box. */
  width: 80%;
  max-width: 400px;
  background: transparent; /* No background on the container itself */
  z-index: 9999;
}

/* 3) Style the form as a pill */
.search-box_mobile form {
  display: flex;
  align-items: center;
  /* The pill shape */
  background-color: #fff;
  border-radius: 9999px; /* large border-radius for a pill look */
  padding: 0.5rem 1rem;  /* spacing inside the pill */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* slight shadow */
}

/* 4) The input: remove borders and add a clean style */
.search-box_mobile input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent; 
  font-size: 1rem;
  color: #333;
  ::placeholder {
    color: #999;
  }
}



/* 5) The button: remove background to match the pill, or keep it minimal */
.search-box_mobile button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin-left: 0.5rem;
}



/* 6) The search icon color, size, etc. */
.search-box_mobile button i {
  color: #ffc107;
  font-size: 1.2rem;
}




/* Media query for mobile screens (up to 600px width) */
@media (max-width: 600px) {
  .form-row input, 
  .form-row select, 
  .form-row textarea {
    height: 42px; /* Adjust for mobile */
  }
}

@media (max-width: 640px) {
  .barricade_product_image {
    margin-top: 49px;
  }
}

@media (max-width: 640px) {
  .testimonial-card p {
    /* margin-top: 49px; */
    /*min-height: 80px;*/
  }
  .testimonial-section{
    min-height: 200px !important;
  }
}

.popup-content {
  max-width: 90vw; /* Ensures it fits mobile viewports */
  word-break: break-word; /* Breaks long words */
  overflow-wrap: break-word; 
}

.section-divider {
  border: none;
  border-top: 1px solid #ffc107; 
  /* margin: 1rem 0;             */
}

video::-webkit-media-controls {
  display: none !important;
}
video::-webkit-media-controls-enclosure {
  display: none !important;
}
video::-webkit-media-controls-panel {
  display: none !important;
}

.local_branch_list iframe {
  display: block; 
  width: 100% !important;
  height: 100% !important;
}



@media (max-width: 1025px) {
    /*.section.how-we-got.section .container {*/
    /*    padding: 5px;*/
    /*}*/
    
    
    .image-scroll-container {
      display: flex;
      flex-direction: column;
    }
    .location-map-div {
      order: 1;
    }
    .location-list-div {
      order: 2;              
    }
    
    .location-map-div {
      padding: 10px;
      margin-left: 45px;
    }
    
    .location-map-div {
      overflow-x: hidden;
    }
    
    div#locationsList{
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .main-heading-abt h1 {
    font-size: 80px;
    }
    
    .about-hero-overlay {
        /*height: 206px;*/
        height: 189px;
    }
    
    /* force the â€œimagesâ€ column and the â€œtextâ€ column each to 100% width */
  .note_from_founder .col-lg-7,
  .note_from_founder .col-lg-5 {
    flex: 0 0 100% !important;
    max-width: 100%   !important;
  }
  
  .note_from_founder_text{
    height: 12px;
  }
  
  .map-url-location {
      padding: 12px 10px;
      font-size: 12px;
    }
    
    #imageContainer img{
        width: 100%;
    }
    
    .videomodal {
        left: 21%;
    }
    
    .banner_about_barricade {
        /*padding-top: 75px;*/
    }
    
}

@media (max-width: 991px) {
    .location-map-div {
      margin-left: 20px;
    }
    
}
@media (max-width: 769px)
{
   .post-img {
    max-height: 142px !important;
  }
  /*section#about-hero*/
  /*{*/
  /*  padding-top: 20px;*/
  /*}*/
  /* section.video-slider .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  } */

  .services .service-item:hover 
  {
    transform: translateY(-10px);
    border-color: var(--accent-color);
    background: var(--accent-color);
  }
  .hero {
    padding-top: 45px;
  }
 
  .part {
    height: 232px;
  }

  section#services .col-lg-2
  {
    width: 25% !important;
  }
    
    .testimonial-card{
      min-height: 275px;
    }
    
    .gallery .swiper-slide {
      margin-bottom: 40px;
    }
    
    .warrentty-form button.cta-btn, a.cta-btn {
      padding: 5px 14px;
    }
    
    .navbar-toggler-icon {
      width: 1em;
      height: 1em;
    }
    .footer_logo_desk_image{
      margin: 0 !important;
    }
    
    .blog-posts article {
      min-height: 408px;
    }
    
    .cat-and-date2 img{
      width: 80%;
    }
    
    .main-heading-abt h1{
      font-size: 60px;
    }
    .about-hero-overlay {
      height: 170px;
    }
    
    .ms-content {
      padding: 2px 6px;
      font-size: 14px;
    }
    
    #imageContainer {
      max-height:250px;
    }
    
    .product-franchise-wrap p {
      text-align: center;
    }
    
    .footer_desktop_logo_image img {
      margin: 0 !important;
    }
    
    .h2, h2 {
      font-size: 37px;
    }
    
    .map-url-location {
      padding: 16px 10px;
      font-size: 9px;
    }
    .contact-numbers {
      display: flex;
      flex-wrap: wrap;
    }
    .contact-numbers .contact-details {
      flex: 0 0 50%; 
      max-width: 50%;
      box-sizing: border-box;
      padding-right: 10px; 
    }
    
    .image-scroll-container {
      display: flex;
      flex-direction: column;
    }
    .location-map-div {
      order: 1;
    }
    .location-list-div {
      order: 2;              
    }
    
    .location-map-div {
      padding: 10px;
      margin-left: 0px;
    }
    
    .location-map-div {
      overflow-x: hidden;
    }
    #map {
      width: 100% !important;
      max-width: 100% !important;
    }
    .local_branch_list iframe {
      display: block; 
      width: 100% !important;
      height: auto !important;
    }
    
    .home-joincontent {
      display: block;
      width: 100%;
      overflow-y: scroll;
        /* height: 100%; */
      -webkit-overflow-scrolling: touch;
    }
    .yellow-content {
      left: 0%;
    }
    .feature-big-img {
      height: 384px;
    }
    
    #particle-slider { display: none !important; }
    #particle-slider-mobile { display: block !important; }
    
    
    /* .local_branch_list {
      margin-bottom: 1.5rem;
    } */
}


@media (max-width: 640px) {
    

.service-imgs.eight-grid .img-res {
        border-radius: 0px;
    }
.videomodal {
        left: 8px;
    }
  section#services .col-lg-2 {
    width: 50% !important;
}
.testimonial-card{
  min-height: auto;
}
.blog-posts article {
  min-height: auto;
}
.main-heading-abt h1 {
  font-size: 30px;
  margin-bottom: -20px;
}
.about-hero-overlay {
  height: 110px;
}
.ms-content {
  padding: 30px 10px;
  font-size: 16px;
}
.h2, h2 {
  font-size: 24px;
}
.map-url-location {
  padding: 10px 30px;
  font-size: 12px;
}
.contact-numbers {
  display: flex;
  flex-wrap: wrap;
}
.contact-numbers .contact-details {
  flex: 0 0 100%; 
  max-width: 100%;
  box-sizing: border-box;
  /* padding-right: 10px;  */
}

.home-joincontent{
  width: 100%;
  overflow-y: scroll;
  display: block;
}


#imageContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.wish_to_join_us{
  font-size: 24px !important;
}

/* Make each row stack vertically with a smaller gap */
  .career-form .form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;  /* Reduced gap between inputs */
    margin-bottom: 10px; /* Adjust overall spacing between groups if needed */
  }
  /* Remove any extra margin/padding from the input containers */
  .career-form .input-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* Optionally, remove extra spacing from form elements */
  .career-form input,
  .career-form select,
  .career-form button,
  .career-form label {
    margin: 0;
    padding: 8px; /* Set a consistent padding for inputs */
    box-sizing: border-box;
  }
  .submit-at-right {
    text-align: center;
    margin-top: 10px; /* Adjust submit button spacing if needed */
  }

}

i.bi.bi-search {
  color: #ffc10e; /* Change to your desired yellow shade */
}

/* select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */

select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 16px;
  color: #757575;
  cursor: pointer;
  /* width: 100%; */
}

.modalDialog2 textarea {
    height: 70px;
}

.subscribe_submit-btn:hover {
  color: #fff !important;
}

.zoom-hover {
  transition: transform 0.3s ease !important;
  /*cursor: pointer;*/
}

.zoom-hover:hover {
  transform: scale(1.05) !important;
}

/* make this container a 2â€‘column grid, 4 rows */
.service-imgs.eight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;               /* space between your images */
}

/* ensure each image stays within its cell */
.service-imgs.eight-grid .img-res {
  width: 100%;
  height: auto;
  object-fit: contain;    /* preserve aspect ratio */
  display: block;
}

#loginPopup label , #loginPopup input
{
    color:black !important;
}
#loginPopup .modal-footer
{
    width:100% !important;
    text-align:center !important;
    justify-content:center !important;
    padding-bottom:5px !important;
}
#loginPopup .modal-body
{
    width:98% !important;
    margin-left:1%;
}


#collab_form input ,#collab_form label ,#collab_form select
{
    color:white !important;
    background-color:black !important;
}


 /*select.placeholder-option {*/
 /*   color: #787878 !important; */
 /* }*/

  /* When a real option is selected, switch to black */
  /*select.placeholder-option:valid {*/
  /*  color: #000 !important;*/
  /*}*/


/* 2. Hide scrollbar in WebKit browsers (Chrome, Safari, Edge Chromium) */
.show-location-on-page::-webkit-scrollbar,
.image-scroll-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* 3. Hide scrollbar in Firefox */
.show-location-on-page,
.image-scroll-container {
  scrollbar-width: none;    /* Firefox */
}

/* 4. Hide scrollbar in IE 10+ / Edge Legacy */
.show-location-on-page,
.image-scroll-container {
  -ms-overflow-style: none; /* IE and Edge */
}

/* two‐up: subtract the single 10px gap */
.form-row > .col-md-6 {
  flex: 0 0 calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}

/* three‐up: subtract the two 10px gaps (20px total) */
.form-row > .col-md-4 {
  flex: 0 0 calc((100% - 20px) / 3);
  max-width: calc((100% - 20px) / 3);
}

/* full-width */
.form-row > .col-12,
.form-row > .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}


.enquiry-form .form-group label {
  white-space: nowrap;
}

/*.about-hero-privacy-term-refund{*/
/*    padding-top: 120px !important;*/
/*}*/


@media (max-width: 768px) {
    
    .about-hero-privacy-term-refund{
    padding-top: 0px !important;
}
}


@media (max-width: 640px) {
    
    .red-content {
  left: 0;
}

    section.about-hero-privacy-term-refund img {
        /*top: 40px !important;*/
    }
    
    
/* two‐up: subtract the single 10px gap */
.form-row > .col-md-6 {
  flex: 0 0 calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}

/* three‐up: subtract the two 10px gaps (20px total) */
.form-row > .col-md-4 {
  flex: 0 0 calc((100% - 20px) / 3);
  max-width: calc((100% - 20px) / 3);
}

/* full-width */
.form-row > .col-12,
.form-row > .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
}

@media (max-width: 1300px) {
  .contact-numbers, .form-details, .contact-details {
    /*padding: 15px !important;*/
    padding: 10px !important;
  }
  
  
/* two‐up: subtract the single 10px gap */
.form-row > .col-md-6 {
  flex: 0 0 calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}

/* three‐up: subtract the two 10px gaps (20px total) */
.form-row > .col-md-4 {
  flex: 0 0 calc((100% - 20px) / 3);
  max-width: calc((100% - 20px) / 3);
}

/* full-width */
.form-row > .col-12,
.form-row > .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
}

.service-item .miscellaneous_description{
     color: #000;
}

.service-item .miscellaneous_description p {
  color: #000;
}


@media (max-width: 576px) {
  .subscribe_modal_width {
    max-width: 100% !important;
  }
}




  /*.grid-column .blog_articles {*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  flex: 1;*/
  /*}*/


.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* each row will be as tall as the tallest cell in that row */
  /* (this is the default `align-items: stretch`, but if you have overridden it,
     re‑enable it here) */
  align-items: stretch;
  gap: 1rem;
}


.blog_articles {
  /* fill the entire grid‐cell */
  height: 100%;
  /* now lay out its inner pieces with flex so you can pin the footer down */
  display: flex;
  flex-direction: column;
}

.blog_articles article {
  flex: 1;               /* stretch article to fill the card */
  display: flex;
  flex-direction: column;
}

/* date + title just size to content */
.blog_articles .blog-info {
  flex: 0 0 auto;
}

/* let the image area soak up the remaining space */
.blog_articles .post-img {
  flex: 1 0 auto;
  overflow: hidden;
}

/* pin the arrow to the bottom */
.blog_articles .blog-arrow {
  flex: 0 0 auto;
  margin-top: auto;
}

.blog_articles .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



  @media (max-width: 767px) {
    /* 1) Only affect your blogSlider instance */
    .blogSlider .swiper-wrapper {
      display: flex !important;
      align-items: stretch;
    }

    /* 2) Make each slide flex‑column and fill the wrapper’s height */
    .blogSlider .swiper-slide.mobile-equal-height {
      display: flex;
      flex-direction: column;
      flex: 1 0 auto;
      height: auto !important;
    }

    /* 3) Have the .blog_card fill its slide */
    .blogSlider .swiper-slide.mobile-equal-height .blog_card {
      display: flex;
      flex-direction: column;
      flex: 1 0 auto;
    }

    /* 4) Date + title stay natural size */
    .blogSlider .mobile-equal-height .blog-info {
      flex: 0 0 auto;
    }

    /* 5) Image area soaks up leftover vertical space */
    .blogSlider .mobile-equal-height .post-img {
      flex: 1 0 auto;
      overflow: hidden;
    }

    /* 6) Footer arrow pinned at the bottom */
    .blogSlider .mobile-equal-height .blog-arrow {
      flex: 0 0 auto;
      margin-top: auto;
    }

    /* 7) Make images cover their container */
    .blogSlider .mobile-equal-height .post-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }



.service-item-service-image img{
    aspect-ratio: 16 / 10; 
}

.service-item-franchise-image img{
    aspect-ratio: 16 / 10; 
}

.service-item-product-image img{
    aspect-ratio: 16 / 10; 
}

.service-item-range-of-product-image img{
    aspect-ratio: 16 / 14; 
}


.job_heading + div,
.job_heading + ul,
.job_heading + p {
  color: #fff;
}


.blog-background-image-banner{
    /*padding: 310px 0 80px 0 !important; */
    padding: 225px 0 73px 0 !important;
}
.blog-details {
    /*padding: 0 100px;*/
    padding: 0 80px;
}

@media (max-width: 1024px) 
 { 
  .blog-background-image-banner{
   /*padding: 200px 0 80px 0 !important; */
   padding: 100px 0 40px 0 !important;
}
.blog-background-image-banner-top-space{
    height: 45px !important;
}
.blog-details {
    /*padding: 0 80px;*/
    padding: 0 45px;
    padding-bottom:10px;
}
 }
@media (max-width: 640px) 
 { 
  .navbar-brand img {
      /*margin-right: 31px !important;*/
  }
  .blog-background-image-banner{
   padding: 14px 0 80px 0 !important; 
}
.blog-background-image-banner-top-space{
    height: 1px !important;
}

.blog-details {
    padding: 0px;
    padding-bottom:10px;
}
 }

.career-form .form-row input[type="file"] {
  background-color: #fff !important;
}

.collab-service-submit-btn:hover {
    background-color: #ffc10e !important;
  color: #fff !important;
}


/*section#enquiry-page #car-manufacturer option[disabled] {*/
/*  font-size:10px;*/
/*}*/




