/**
* 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 */
: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;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

@media (min-width: 1400px) {
  /* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1600px!important;
  } */
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
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;
  border-radius: 12px;
  transition: 0.3s;
  border: none;
  
}

form#loginForm input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  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;
}

/* Style for the popup content */
.login-popup-content {
  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);
}

/* Close button */
.login-close-btn {
  font-size: 24px;
  color: #333;
  float: right;
  cursor: pointer;
}
/* Filter Button Styles */
.red-border {
  border: 2px solid red !important;
  outline: none;
}
.hex-item 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: 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;
  height: 90%;
  width: 247px;
  content: '';
  bottom: 0;
  border-radius: 20px;
  z-index: 1;
}
.slide:hover {
    flex: 2;
display: flex;
/* 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;
  display: none;
  border-radius: 20px;
  padding: 20px;
  color: #000;
  background-color: #ffc10e;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}

/* Show content on hover */
.slide:hover .member-content {
  display: block;
}


.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;
}

.feature-big-img {
  position: relative;
  display: flex;
  width: 100%;
  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;
}

.red {
  background: url('../../assets/img/home-hover/red-img.png') no-repeat center center;
  background-size: cover;
}

/* 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: rgba(255, 223, 0, 0.9);
  transform: translateX(100%); /* Hidden off the right */
}
.red-content .main-cta-div{
  background-color: rgba(255, 223, 0, 0.9);
  height: auto;
  width: 90%;
}
.home-joincontent.red-content .main-cta-div a.open-modal h3 {color: #000 !important;}
.red-content {
  left: 0;
  background-color: rgba(255, 0, 0, 0.9);
  transform: translateX(-100%); /* Hidden off the left */
}

#yellow-side:hover ~ .yellow-content,
.home-joincontent.yellow-content:hover {
  transform: translateX(0); /* Slide yellow content in */
}

/* Keep the red content visible on hover over red side or red content */
#red-side:hover ~ .red-content,
.home-joincontent.red-content:hover {
  /* overflow-y: scroll; */
  transform: translateX(0); /* Slide red content in */
}


.red-content p, .red-content ul li {
  color: #000;
}

.red-content ul li {
  text-align: left;
}

.sg-prod-range-text {
  display: flex;
  justify-content: space-around;
}
section.barricade-yellow-car-section {
  text-align: center;
}

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;
}

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%;
}
.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:10px;
}
.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: 30px 10px;
  color: #000;
}
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 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;
}
div#locationsList {
  padding-top: 0;
  padding-left: 100px;
  max-height: 498px;
  overflow-y: scroll;
  margin-top: 49px;
}
section.yellow-cta {
  background: #ffc10e;
  text-align: center;
  padding: 20px 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: 20px;
  margin-bottom: 0;
}

.main-cta-div {
  background: #000;
  display: inline-block;
  width: 300px;
  padding: 15px 30px;
  border-radius: 12px;
  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;
}

select#cityDropdown {
  background: #ffc10e;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
#imageContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2-column layout */
  gap: 10px;
  max-height: 400px; /* Set your preferred height */
  overflow-y: auto; /* Vertical scroll */
  padding: 10px;
  border: 1px solid #ddd;
}
section.video-slider .container {
  background: #313131;
  border-radius: 20px;
  padding: 40px;
}
.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(2, 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;
  left: 30%;
  top: 30%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);

}

.videomodal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  width: 80%;
  max-width: 600px;
  text-align: center;
}

.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;
  width: 100%;
  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;
}


.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 {
  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 {
  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;
}

@media (max-width: 1024px) {
  .contact-numbers, .form-details, .contact-details {
    padding: 15px !important;
  }
  

  .gallery .text-blk.title {
    width: 100%;
  }

  .gallery .text-blk.heading {
    width: 100%;
  }

  .gallery .text-blk.title {
    width: auto;
  }
}

@media (max-width: 768px) {
  .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;
}
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: grey;
  padding: 20px 0 10px 100px;
}
.form-details {
  padding: 40px 100px 0 100px;
}
.row.address-and-form {
  border-bottom: 1px solid #80808047;
  border-top: 1px solid #80808047;
}
i.bi.bi-three-dots-vertical {
  font-size: 20px;
  padding: 0;
}
.warrentty-form button.cta-btn, a.cta-btn {
  color: #000;
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 12px;
  font-size: 14px;
  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;
  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: 20px;
}
.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: none;
}
.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"] {
  background-color: #ffc10e !important;
  color: #000;
}
.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: 60%;
  margin-top: 1% !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: 5px;
  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: 18px;
  color: #000;
}

.close1, .close2 {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

.enquiry-form {
  padding: 20px;
}

.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;
  color: #fff;
  font-size: 12px;
  padding: 10px 40px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  /* width: 100%; */
}

.submit-btn:hover {
  background: #333;
}

.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);*/
}

.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: 100%;
  position: relative;
  margin: 5% auto;
  padding: 0;
  border-radius: 8px;
  background: white;
  z-index: 9999;
}

.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;
}

.top-header .social-links a:hover i.bi {
  color: #ffc10e;
}

.social-links.d-flex.justify-content-center a.cta-btn.login: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: 10px 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 26px;
  margin: 0;
  border-radius: 12px;
  transition: 0.3s;
}

a.cta-btn.login {
  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;
}

.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) {
  .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
--------------------------------------------------------------*/
.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 15px 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;
}
.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 {
  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% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--accent-color);
  border-top-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# 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;
  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: 40px 0;
  scroll-margin-top: 72px;
  overflow: clip;
}

@media (max-width: 1199px) {
  .img-fluid {
    width: 100%;
  }

  section,
  .section {
    scroll-margin-top: 57px;
  }
}

/*--------------------------------------------------------------
# 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%;
  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;
  position: relative;
}

.main-heading-abt {
  text-align: left;
  width: 100%;
  /* padding-left: 20px; */
  position: absolute;
  bottom: 30px;
  z-index: 9;
}

.title-with-icon {
  display: flex;
  border-bottom: 1px solid #444;
  padding-top: 20px;
}

.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: 25px;
  height: 25px;
  width: 25px;
  background-position: center;
}

.founder-name-wrap {
  background: #ffc10e;
  border-radius: 0 0 8px 8px;
  padding: 15px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.founder-name h3,
.founder-name h4 {
  font-family: var(--default-font);
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.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: right;
  margin-bottom: 10px;
  width: 100%;
  color: #000;
}
.founder-name h4 {
  font-size: 14px;
  font-weight: 500;
}

section#about-hero {
  position: relative;
  padding-top: 120px;
}

.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;
}
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;
}
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;
  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: 14px;
  padding: 10px 15px;
  border-radius: 6px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.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: 8px;
}
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;
}

.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;
}

.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);
}

.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: 15px;
}
.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: 5px 5px 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;
}

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) {
  .header .logo img {
    max-height: 35px !important;
}
}
@media (min-width: 1365px) {
  .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);
  } */
}

/*--------------------------------------------------------------
# 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;
}

@media (max-width: 640px) {
  .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;
  }

  section.studio-section .cooper-car img,
  section.studio-section img {
    position: relative !important;
  }

  section#products .col-lg-2 {
    width: 100%;
  }

  .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: 42px;
  }

  section#about-hero {
    padding-top: 180px;
  }

  .founder-photo-wrap {
    margin-bottom: 30px;
  }

  section.client-logo-swiper {
    padding-top: 0;
  }

  .contact-info {
    color: #fff;
    text-align: center;
  }

  .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);
    /* border-color: var(--accent-color); */
    background: var(--accent-color);
  }

  .stats .stats-item {
    padding: 0 !important;
    text-align: center;
  }

  .stats .stats-item::after {
    display: none;
  }

  section#services .col-lg-2 {
    width: 100% !important;
  }

  .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;
  }

  .client-logo-swiper .swiper-slide img {
    height: 30px !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: 190px;
  }

  .mobile-nav-active .navmenu a.cta-btn.login {
    width: 80px;
    margin-left: 20px;
  }

  .header .cta-btn {
    width: 120px;
    margin-left: 20px;
  }

  .top-header {
    height: auto;
  }

  .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;
  justify-content: center;
  /* justify-content: space-around; */
}

.stats .container {
  position: relative;
  z-index: 3;
}

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

.stats .subheading h3 {
  font-weight: 700;
  font-size: 36px;
}

.stats .stats-item {
  padding: 30px;
  width: 100%;
  position: relative;
  text-align: center;
}

.stats .stats-item::after {
  position: absolute;
  content: '';
  background: #fff;
  height: 100%;
  max-height: 60px;
  width: 1px;
  top: 40px;
  bottom: 0;
  right: 0;
}

.stats .stats-item span {
  font-size: 36px;
  display: block;
  color: var(--default-color);
  font-weight: 500;
}

.stats .stats-item p {
  padding: 0;
  width: 100%;
  margin: 0;
  font-family: var(--default-font);
  font-size: 11px;
  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;
}

.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: space-between;
  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: 10px;
  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;
  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;
}


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: 12px;
  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;
}

.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: 40px;
}

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 {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0px;
}
.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: 40px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.testimonial-section span {
  color: #ffcc00;
  background: transparent;
  padding:0;
}

.testimonial-section .swiper {
  padding: 20px 0;
}

.testimonial-section .swiper-wrapper {
  padding-left: 80px;
}

.testimonial-section .swiper-slide {
  display: flex;
  justify-content: center;
  min-height: 250px;
}

.testimonial-section .testimonial-card {
  /* background-color: #111; */
  padding: 20px;
  border-radius: 12px;
  width: 300px;
  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.5;
  margin-bottom: 20px;
  z-index: 9;
  position: relative;
}

.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;
}

.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next,
.testimonial-section .swiper-pagination {
  display: none;
}

/*--------------------------------------------------------------
# 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;
  align-items: center;
  margin-bottom: 0px;
}
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: 20px;
  font-family: 'Poppins';
  margin-bottom: 0;
}
.yellow-cta.all-service-cta .main-cta-div {
  background: #ffc10e;
  max-width: 220px;
}
.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: 20px;
  min-height: 100px;
  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: 30px 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;
}

.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-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 */