/* 
Theme Name: Turbo
Theme URL: 
Author: TemplatesJungle
Author URL: https://templatesjungle.com/
Description: Turbo  is a Free Bootstrap Website Template for Car Wash by TemplatesJungle.
Version: 1.0 
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*

CSS STRUCTURE:

1. VARIABLES
2. GENERAL TYPOGRAPHY

--------------------------------------------------------------*/

/*  General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  --heading-font: "Oswald", sans-serif;
  --heading-font-weight: 700;
  --heading-color: #13325c;
  --accent-color: #dca958;
  --background-color: #f6f6f6;

  /* bootstrap */
  --bs-body-font-family: "Nunito Sans", sans-serif;
  --bs-body-font-size: 18px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.75313rem;
  --bs-body-color: #7d7d7d;
  --bs-body-color-rgb: 143, 143, 143;

  --bs-primary: #8c907e;
  --bs-secondary: #6c757d;
  --bs-black: #1f1f1f;
  --bs-light: #ffffff;
  --bs-dark: #101010;
  --bs-gray: #e4e4e4;
  --bs-gray-dark: #ababab;

  --bs-primary-rgb: 140, 144, 126;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 33, 37, 41;

  --bs-link-color: #111;
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #111;
  --bs-link-hover-color-rgb: 17, 17, 17;

  --bs-border-width: 2px;
  --bs-border-style: solid;
  --bs-border-color: #e4e4e4;
}

a {
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
  letter-spacing: 0.0725rem;
  text-transform: uppercase;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 600;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
}

.header-top {
  color: var(--accent-color);
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28125rem;
}

.heading-color {
  color: var(--accent-color);
}

.padding-large {
  padding-top: 26.13rem;
  padding-bottom: 14.06rem;
}

.padding-medium {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.padding-medium-2 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

@media only screen and (max-width: 768px) {
  .padding-large {
    padding-top: 18rem;
    padding-bottom: 12rem;
  }

  .padding-medium {
    padding-top: 5rem;
    padding-bottom: 0rem;
  }

  .padding-medium-2 {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}

html,
body {
  overflow-x: hidden;
}
/* bootstrap button style  */
.btn {
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  --bs-btn-padding-x: 3rem;
  --bs-btn-padding-y: 1.4rem;
  --bs-btn-font-weight: 600;
  --bs-btn-border-radius: 0px;
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--accent-color);
  --bs-btn-hover-border-color: var(--accent-color);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--accent-color);
  --bs-btn-active-border-color: var(--accent-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--accent-color);
  --bs-btn-border-color: var(--accent-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1452a2;
  --bs-btn-hover-border-color: #1452a2;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1452a2;
  --bs-btn-active-border-color: #1452a2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* button arrow style  */
iconify-icon.arrow-icon {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: -3px;
}

/* offcanvas style  */
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-bg: var(--bs-dark);
}

.navbar-toggler {
  border: var(--bs-border-width) solid var(--bs-light);
}

iconify-icon.hamburger-menu {
  color: var(--bs-light);
  font-size: 30px;
}

/*---- navigation section style start ----*/
.nav-link {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.075rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.show {
  background: rgba(255, 255, 255, 0.35);
}

iconify-icon.social-icon {
  font-size: 1.2rem;
}

/* dropdown style  */

/* .dropdown-menu {
  --bs-dropdown-bg: var(--bs-black);
  --bs-dropdown-border-radius: 0px;
}

.dropdown-item {
  color: var(--bs-light);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-gray-dark);
} */

/*---- hero section style start ----*/

/*---- project section style start ----*/
.swiper-slide {
    width: auto !important;
}

iconify-icon.icon-arrow-left,
iconify-icon.icon-arrow-right {
    color: var(--bs-light);
    font-size: 70px;
}

iconify-icon.icon-arrow-left:active,
iconify-icon.icon-arrow-right:active {
    color: var(--bs-light);
}

/* @media only screen and (max-width: 576px) {
    .swiper-arrow {
        left: 0;
    }

    iconify-icon.icon-arrow-left,
    iconify-icon.icon-arrow-right {

        font-size: 50px;
    }

} */

/*---- price section style start ----*/

/* tab style  */
.nav-tabs {
  --bs-nav-tabs-border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: var(--bs-light);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.nav-tabs .nav-link {
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  transition: all 0.2s ease-in;
}

.plan-post {
  border: 1px solid var(--bs-border-color);
}

.price-tick {
  color: var(--accent-color);
}

.price-option {
  height: 320px;
}

/*---- blog section style start ----*/
.blog-content {
  border-bottom: 1px solid var(--bs-border-color);
  transition: all 0.2s ease-in;
}

.blog-topic {
  color: var(--bs-gray-dark);
  font-size: 0.9375rem;
  letter-spacing: 0.28125rem;
}

.blog-title {
  transition: all 0.3s ease-in;
}

.blog-content:hover {
  background: var(--background-color);
}

.blog-content:hover .blog-title {
  color: var(--accent-color);
}

/*---- video section style start ----*/
.video .video-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

iconify-icon.video-icon {
  font-size: 66px;
  color: var(--bs-light);
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.35);
}

/*---- footer section style start ----*/
section#footer {
  background: var(--background-color);
}

.navbar-nav .footer-list .nav-link.active,
.navbar-nav .footer-list .nav-link:hover,
.navbar-nav .footer-list .nav-link.show {
  background: transparent;
  color: var(--accent-color);
}

iconify-icon.social-icon-footer {
  font-size: 20px;
  color: #d0d0d0;
}

iconify-icon.social-icon-footer.active,
iconify-icon.social-icon-footer:hover,
iconify-icon.social-icon-footer.show {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
about section style start
--------------------------------------------------------------*/

.breadcrumb {
  --bs-breadcrumb-divider-color: var(--bs-light);
}

/*--------------------------------------------------------------
blog section style start
--------------------------------------------------------------*/

.blog-title:hover {
  color: var(--accent-color);
}

.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-active-border-color: var(--bs-gray-dark);
}

/*--------------------------------------------------------------
booking section style start
--------------------------------------------------------------*/

.form-control {
  padding: 0.9rem 0.9rem;
  font-size: 1.2rem;
  border-radius: 0px;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-gray-dark);
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--bs-gray);
}

/*--------------------------------------------------------------
faqs section style start
--------------------------------------------------------------*/

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-gray);
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-black);
  outline: 0;
  box-shadow: var(--bs-black);
}

/*--------------------------------------------------------------
services section style start
--------------------------------------------------------------*/

.services-content {
  border-radius: 20px;
}

iconify-icon.service-icon {
  font-size: 80px;
  color: var(--accent-color);
}

a.icon-link {
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-table;
}

a.icon-link:after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--accent-color);
  width: 20%;
  transition: width 0.2s ease-out;
}

a.icon-link:hover:after {
  width: 80%;
}

/*--------------------------------------------------------------
reviews section style start
--------------------------------------------------------------*/

.reviews-components {
  border: 2px solid #fafafa;
  box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
  border-radius: 9px;
}

iconify-icon.quote {
  font-size: 60px;
  color: var(--accent-color);
}

.rate {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
gallary/project section style start
--------------------------------------------------------------*/

button.filter-button {
  letter-spacing: 0.075rem;
  border: 1px solid var(--bs-border-color);
  background: transparent;
  color: var(--bs-black);
  text-transform: uppercase;
  font-size: 1rem;
  transition: all 0.3s ease-in;
}

button.filter-button.active {
  color: var(--bs-light);
  background: var(--accent-color);
}

button.filter-button:hover {
  color: var(--bs-light);
  background: var(--accent-color);
}

.item .description {
  width: 100%;
  position: absolute;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease-in;
}

.item:hover .description {
  opacity: 1;
}

/* chocolat style  */
.chocolat-wrapper.chocolat-visible {
  z-index: 9999999999;
  transition: opacity 0.4s, visibility 0s;
  opacity: 1;
  visibility: visible;
}

/* Nav */
.book-now-btn {
  font-size: 0.85rem; /* slightly smaller than nav text */
  padding: 0.4rem 1rem; /* compact, clean padding */
  border-radius: 4px; /* slight roundness for modern look */
  white-space: nowrap; /* prevent it from wrapping */
  line-height: 2; /* tighter line-height */
  background-color: #dc6696;
  border: #dc6696;
}

.book-now-btn:hover {
  background-color: #f51fb5 !important;
}

/* Inline Text */
.navbar-nav .nav-link {
  white-space: nowrap;
}

/* Hero */
.sndName {
  color: #dca958;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-text {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.mainbtn {
  font-size: 0.7rem;
  background-color: #dca958;
  padding: 10px 45px;
  border-radius: 25px;
  border-color: #dca958;
  position: relative;
  z-index: 3;
}

.mainbtn:focus,
.mainbtn:active{
  background-color: #1452a2 !important;
  border-color: #1452a2 !important;
  outline: none;
}

#hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

/* Container positioning */
#hero > .container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Content positioning */
#hero .container .row {
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* Remove the old padding classes for hero sections */
.homepage .padding-large {
  padding-top: 0;
  padding-bottom: 0;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
  #hero {
    height: 100vh;
    min-height: 500px;
  }

  .hero-video {
    object-fit: cover;
    object-position: center;
  }

  .hero-text {
    font-size: 1.2rem;
  }

  .padding-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-copy {
    font-size: x-small;
  }
}

@media only screen and (max-width: 480px) {
  .hero-text {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

/* Hero Images  */
.hero-section {
  position: relative;
  overflow: hidden;
  height: 55vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-gallery {
  background-image: url(https://res.cloudinary.com/dnsc73sla/image/upload/w_1920,h_800,c_fit,q_auto,f_auto/v1754101101/hero-gallery_y2gooc.png);
  background-position: center 30%;
}

.hero-services {
  background-image: url(https://res.cloudinary.com/dnsc73sla/image/upload/w_1920,h_800,c_fit,q_auto,f_auto/v1754101108/hero-our-services_xikweu.png);
  background-position: center 70%;
}

.hero-about {
  background-image: url(https://res.cloudinary.com/dnsc73sla/image/upload/w_1920,h_800,c_fit,q_auto,f_auto/v1754101056/hero-about-us_ofprvo.png);
  background-position: 0% center;
}

.hero-academy {
  background-image: url(https://res.cloudinary.com/dnsc73sla/image/upload/w_1920,h_800,c_fit,q_auto,f_auto/v1754101079/hero-academy_vhftjc.png);
  background-position: center center;
}

.hero-booking {
  background-image: url(https://res.cloudinary.com/dnsc73sla/image/upload/w_1920,h_800,c_fit,q_auto,f_auto/v1754101091/hero-book-now_mfbapf.png);
  background-position: 60% 55%;
}

.hero-content {
  position: relative;
  z-index: 2;
}

/* Quick Links */
#about,
#about-us {
  background-color: #dec49a !important;
}

.book-now-btn-links {
  background-color: #dc6696;
  border: #dc6696;
}

.book-now-btn-links:hover {
  background-color: #f51fb5 !important;
}

/* Footer */

.footer-heading2 {
  color: #dc6696;
}
/* Footer logo */
.footer-logo {
  width: 200px;
  height: auto;
  padding-bottom: 2%;
}

.footer-em {
  font-size: 0.775em !important;
}

/* Home Detailing Packages */

/* Tablet Price Horizontal Scrolling (768px - 991.98px) */
@media (min-width: 585px) and (max-width: 991.98px) {
  .tab-content .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding-bottom: 1rem;
  }

  .tab-content .row .col-lg-3 {
    flex: 0 0 280px;
    max-width: 280px;
    scroll-snap-align: start;
  }

  .plan-post {
    height: 100%;
    min-height: 100px;
  }

  /* Hide scrollbar but keep functionality */
  .tab-content .row::-webkit-scrollbar {
    display: none;
  }

  .tab-content .row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

/* Mobile Navigation Tabs Centering */
@media screen and (max-width: 760px) {
  .nav-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .nav-tabs .nav-item {
    flex: 1;
    max-width: 325px;
  }

  .nav-tabs .nav-link {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    margin-right: 0 !important;
  }
}

/* Mobile Price Cards - Full Width with Horizontal Scroll (max-width: 767.98px) */
@media (max-width: 585px) {
  .tab-content .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-content .row .col-lg-3 {
    flex: 0 0 calc(100vw - 4rem); /* Full width minus container padding and gap */
    max-width: calc(100vw - 4rem);
    scroll-snap-align: center;
  }

  .plan-post {
    height: 100%;
    min-height: 100px;
  }

  /* Hide scrollbar but keep functionality */
  .tab-content .row::-webkit-scrollbar {
    display: none;
  }

  .tab-content .row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

/* Price Layout */
/* Fix pricing card layout and content alignment */
.plan-post {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100px;
  padding: 2rem 1rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  position: relative;
}

.plan-post .header-top {
  flex-shrink: 0;
  margin-bottom: 1rem;
}

.plan-post .display-5 {
  flex-shrink: 0;
  margin-bottom: 1.5rem;
}

.price-option {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.price-option p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  text-align: left;
}

.price-option .bullet-icon {
  font-size: 0.875rem; /* match text size */
  margin-top: 0.2rem; /* tweak for visual alignment */
  flex-shrink: 0;
}

.sup-line {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 1;
  margin-left: 1px; /* optional spacing */
}

.price-option p span {
  text-align: left;
}

/* Make all cards equal height in each row */
.row {
  display: flex;
  align-items: stretch;
}

.row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* Responsive text sizing */
@media (max-width: 768px) {
  .plan-post {
    min-height: 100px;
    padding: 1.5rem 1rem;
  }

  .price-option p {
    font-size: 0.8rem;
  }

  .display-5 {
    font-size: 1.5rem;
  }
}

/* Advance Cermanic Info Hover */
.info-icon {
  cursor: help;
  color: #6c757d;
  font-size: 0.875rem;
  margin-left: 5px;
}

.info-icon:hover {
  color: #495057;
}
.tooltip-inner {
  max-width: 400px; /* Default is 200px */
  width: max-content;
  background-color: #1f1f1f;
}

.paint-packages,
#add-ons-section,
#gallery {
  background-color: #e0dbdb;
}

/* Add ons */
#add-ons-section {
  padding-bottom: 5rem;
}

#add-ons-section .services-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center !important;
  align-items: center; /* This ensures flex items are centered */
}

#add-ons-section .services-content .service-icon {
  align-self: center; /* Explicitly center the icon */
}

#add-ons-section .services-content p {
  flex-grow: 1;
  margin-bottom: 0;
  text-align: center; /* Ensure paragraph text stays centered */
}

/* footer */
.footer-section {
  padding: 0 15px;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #333;
}

.footer-list {
  margin-bottom: 0.75rem;
}

.footer-list a {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-list a:hover {
  color: #333;
}

.social-icon-footer {
  font-size: 1.5rem;
  color: #666;
  transition: color 0.3s ease;
}

.social-icon-footer:hover {
  color: #333;
}

.contact-info p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.contact-info a {
  color: #666;
  text-decoration: none;
}

.contact-info a:hover {
  color: #333;
}

.cities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.city-item {
  text-align: center;
}

/* Ensure consistent spacing */
.footer-content > .col-lg-4:not(:last-child) {
  border-right: 1px solid #eee;
}

@media (max-width: 991px) {
  .footer-content > .col-lg-4:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
/* Quick Links */
#quick-links {
  background-color: #dec49a;
  scroll-margin-top: 150px;
}

#paintPrice {
  scroll-margin-top: 125px;
}

#disclaimers {
  scroll-margin-top: 200px;
  font-size: small;
  line-height: 1rem;
}

/* rain-x trade mark */
.sup-reg {
  font-size: 0.6em;
  vertical-align: text-top;
  margin-left: 1px;
}

/* Hamburger */

/* hamburger logo */
.offcanvas-header {
  justify-content: center;
}

.hamburger-logo {
  width: fit-content;
  height: auto;
  max-width: 200px;
}

/* hamburger x */
.offcanvas-header {
  position: relative;
}

.offcanvas-header .btn-close {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.offcanvas-header {
  margin-bottom: 0; /* Removes gap between header and body */
}

#offcanvasNavbar .offcanvas-body {
  padding-top: 0 !important;
}

/* superscript rainx */

/* Ceramic coating lines */
.large-screen-break {
  display: none;
}

@media (min-width: 1200px) {
  .large-screen-break {
    display: block;
  }
}

/* about us */
.about-supreme {
  line-height: 1.2;
}

.disclaimer {
  font-size: x-small;
}

.hero-text-div {
  padding-top: 30vh;
}

.footer-text {
  font-size: 20px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .hero-section {
    height: 50vh;
    min-height: 300px;
    background-size: cover; /* Ensure full coverage */
    background-position: center center;
  }

  .hero-content {
    padding: 0 15px;
  }

  .hero-content h1,
  .hero-content .h1 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  .hero-content p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .hero-text-div {
    padding: 45vh 10vw; 
    height: 100vh;
    /* display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;  */
}
.disclaimer {
  font-size: xx-small;
}
}
/* Youtube Video */

.video-container {
  width: 100%;
  max-width: 1200px; /* Match your gallery container width */
  margin: 0 auto;
  padding: 3rem 1rem; /* Breathing room */
}

.video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 8px; /* Optional: soften the edges */
}

/* Add ons */
.add-on-icons {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.add-on-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
  height: calc(1.3em * 2);
  padding: 1%;
}

/* * {
  outline: 1px solid red;
} */

/* Paint Protection Scroll */
#paintProtectionTab .nav-tabs {
  --bs-nav-tabs-border-color: transparent;
}

#paintProtectionTab .nav-item.show .nav-link,
#paintProtectionTab .nav-link.active,
#paintProtectionTab .nav-link:hover {
  color: var(--bs-light);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

#paintProtectionTab .nav-link {
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  transition: all 0.2s ease-in;
}

/* Mobile Navigation Tabs Centering for Paint Protection */
@media screen and (max-width: 760px) {
  #paintProtectionTab .nav-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  #paintProtectionTab .nav-tabs .nav-item {
    flex: 1;
    max-width: 325px;
  }

  #paintProtectionTab .nav-tabs .nav-link {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    margin-right: 0 !important;
  }
}

/* Paint Protection specific column rules */
@media (min-width: 585px) and (max-width: 991.98px) {
  #paintProtectionTabContent .row .col-lg-4 {
    flex: 0 0 280px;
    max-width: 280px;
    scroll-snap-align: start;
  }
}

@media (max-width: 585px) {
  #paintProtectionTabContent .row .col-lg-4 {
    flex: 0 0 calc(100vw - 4rem);
    max-width: calc(100vw - 4rem);
    scroll-snap-align: center;
  }
}

@media (max-width: 585px) {
  #paintProtectionTabContent .row .col-lg-4 {
    flex: 0 0 calc(90vw - 2rem); /* 90% width instead of 100vw - 4rem */
    max-width: calc(90vw - 2rem);
    scroll-snap-align: center;
  }
}

/* Company About Us */
.about-us-team-img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

/* Gallery Socials */
       /* Container for consistent spacing */
        .social-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            padding: 20px 15px;
        }
        
        /* Fixed width wrapper for each button */
.social-button-wrapper {
  width: 200px;
  max-width: 90vw;
  flex-shrink: 0;
}
        
        /* Fixed dimensions and centering for buttons */
        .gallerySocials {
            /* Fixed width, flexible height */
            width: 100% !important;
            min-height: 60px !important;
            
            /* Fixed font size */
            font-size: 16px !important;
            
            /* Perfect centering */
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            text-align: center !important;
            
            /* Allow text wrapping */
            white-space: normal;
            word-wrap: break-word;
            
            /* Remove Bootstrap margins */
            margin: 0 !important;
            padding: 15px !important;
        }
        
        /* Responsive adjustments for small screens */
        @media (max-width: 480px) {
            .social-button-wrapper {
                width: 180px;
            }
            
            .gallerySocials {
                font-size: 14px !important;
                min-height: 50px !important;
            }
        }
        
        /* Extra small screens */
        @media (max-width: 360px) {
            .social-button-wrapper {
                width: 160px;
            }
            
            .gallerySocials {
                font-size: 13px !important;
                min-height: 45px !important;
                padding: 12px !important;
            }
        }

@media (min-width: 992px) {
  .social-container {
    flex-wrap: nowrap !important;
    gap: 60px !important; /* increase spacing between buttons */
    justify-content: center !important;
    overflow-x: auto; /* allow horizontal scrolling if needed */
  }
}
   
/* Gallery Images */

.portfolio-img{
  width: 100%;
  height: auto; 
}

.image-link{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#detailingPrice, #maintenancePrice, #add-ons-section, #stain-removal {
  scroll-margin-top: 145px;
}


/* Only affects mobile/tablet view (hamburger menu) */
@media (max-width: 1199.98px) {
  /* .offcanvas-body .navbar-nav {
    Your mobile-specific styles here
  }
   */
  /* .offcanvas-body .nav-link {
    Style mobile nav links differently
  }
   */
  .offcanvas .social-div {
    padding: 5%;
  }

}

.member-photo{
  width: 100%;
  height: auto;
}


@media only screen and (max-width: 1500px) {
    .social-div {
        display: none;
    }
}

/* Nav Highlighting */
/* * Only highlight dropdown toggle on hover, not when dropdown is open */ 
/* .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.35);
  color: var(--bs-light);
} */

/* Prevent dropdown toggle from getting active state when dropdown items are selected */
/* .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle:focus,
.navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle.show {
  background-color: transparent !important;
  color: var(--bs-light);
  outline: none;
  box-shadow: none;
} */

/* Only apply active state when explicitly added via JavaScript */
/* .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle.active {
  background: rgba(255, 255, 255, 0.35);
  color: var(--bs-light);
} */

/* Dropdown menu items */
/* .dropdown-menu {
  --bs-dropdown-bg: var(--bs-black);
  --bs-dropdown-border-radius: 0px;
}

.dropdown-item {
  color: var(--bs-light);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-gray-dark);
} */
/* Nav item base styles */
