/*
Theme Name: Miami Wrapz
Theme URI: https://miamiwrapz.com
Author: Miami Wrapz
Author URI: https://miamiwrapz.com
Description: Custom WordPress theme for Miami Wrapz - Premium Vehicle Wraps, Window Tinting, PPF, and Auto Detailing Services
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: miamiwrapz
Tags: automotive, business, custom, wraps
*/
html,
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
  overflow-x: hidden;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.App {
  text-align: center;
  margin: 0px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.Link-none a {
  text-decoration: none;
}

a:hover {
  transition: all 0.5s ease-in-out;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
  overflow-x: hidden;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.top-navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(121, 9, 9, 1) 54%,
    rgba(255, 0, 6, 1) 100%
  );

  color: white;
  width: 20vw;
  padding-top: 10px;

  padding-right: 5%;
  width: 60vw;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 5% 100%);
  margin-left: 30vw;

  height: 65px;
  line-height: 5px;
}

@media screen and (min-width: 1000px) {
  .burger {
    visibility: hidden;
  }
}

@media screen and (max-width: 600px) {
  /* p.expert {
    font-size: 12px;
    font-weight: 400;
    color: white;
    text-align: right;
    margin-top: -3px;
    margin-bottom: 8px;
  } */

  h4.main-phone {
    font-size: 29px;
    font-weight: 600;
    color: white;
    line-height: 1px;
    margin-bottom: 15px;
  }

  img.logo {
    width: 30vw;
    margin-top: 6px;
  }

  .top-navbar {
    width: 100vw;
    margin-left: 0px;
    height: 25px;
  }
  .top-nav-items {
    font-size: 11px;
    line-height: 10px;
    font-weight: 600;
    margin-top: -10px;
  }

  .top-nav-item {
    font-size: 9px;
    line-height: 10px;
    font-weight: 600;
  }
}

/*

.navbar {
  flex-direction: row;
  justify-content: center;
  background-color: black;
  color: white;
  width: 100vw;
  padding-right: 0;
  border-top-style: solid;
  border-top-color: rgb(134, 5, 5);
  padding-top: 0%;
}

.mw-nav-items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: capitalize;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 500ms ease;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  width: 95vw;
	position:relative;
	margin-bottom:0;
}
ul.sub-menu {
	background: black;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    padding-left: 0;
    padding: 10px 10px;
	max-width:280px;
}
ul.sub-menu li {
	width:100%;
}
.nav-menu ul li:hover ul.sub-menu {
	visibility:visible;
	opacity:1;
}
ul.sub-menu li a {
    padding: 15px 0;
    border-top: 1px solid #333;
}
ul.sub-menu li:first-child a {
	border-top:0;
}
.mw-nav-item {
  list-style: none;
  text-decoration: none;
  display: block;

  padding: auto 1% auto 1%;
  width: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mw-nav-item a {
  list-style: none;
  text-decoration: none;
  display: block;
  padding: 1%;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
}

.nav-links {
  text-decoration: none;
  color: white;
  display: block;
}
.nav-links:hover {
  display: block;
  text-decoration: none;
  color: white;
}

.mw-nav-item:hover {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(121, 9, 9, 0.218) 54%,
    rgba(255, 0, 4, 0.198) 100%
  );

  color: rgb(182, 4, 4);
  color: rgb(0, 0, 0);
}

.mw-active {
  list-style: none;
  text-decoration: none;

  padding: 1%;
  width: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(121, 9, 9, 1) 54%,
    rgba(255, 0, 6, 1) 100%
  );
}

.top-nav-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;

  transition: all 500ms ease;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.top-nav-item {
  margin-right: 40px;
  list-style: none;
  text-decoration: none;
  display: inline;
}

@media screen and (max-width: 850px) {
  .top-nav-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-transform: capitalize;

    transition: all 500ms ease;
    opacity: 1;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
  }

  .top-nav-item {
    font-size: 12px;
    margin-right: 40px;
    list-style: none;
    text-decoration: none;
    display: inline;
  }

  .top-navbar {
    width: 69vw;
  }
}

.nav-area {
  height: 170px;
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085947/car-detailing_ph9fva.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.836);
  margin-bottom: 5px;
  position: relative;
  z-index: 100;
}

.mid-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
}

.main-phone {
  font-size: 26px;
  font-weight: 600;
  color: white;
  line-height: 3px;
  margin-bottom: 15px;
}

.expert {
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-align: right;
  margin-top: -3px;
}

.logo {
  width: 20vw;
  margin-top: -30px;
}

.mw-mobile-menu {
  visibility: hidden;
  display: none;
}

.push-hero-down{
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
	ul.sub-menu {
		max-width:100%;
	}
  .mw-mobile-menu {
    visibility: visible;
    display: block;
  }

  .bg-black {
    background-color: black;
  }

  .hero-section {
    margin-top: 40px;
  }

  button.navbar-toggler {
    margin-bottom: 20px;
  }

  .mid-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto, 5%;
  }

  .call-expert-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5px;
    margin-right: 8%;
    padding: 10px;
  }

  .main-phone {
    font-size: 26px;
    font-weight: 600;
    color: white;
    line-height: 3px;
    text-align: right;
  }

  .expert {
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: right;
  }

  .logo {
    width: 20vw;
    margin-top: -30px;
    margin-bottom: 50px;
    position: absolute;
    top: 45px;
  }

  .navbar {
    display: block !important;
    flex-direction: column;
    justify-content: center;
    background-color: black;
    color: white;
    padding-right: 1%;
    border-top-style: solid;
    border-top-color: rgb(134, 5, 5);
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .mobile {
    visibility: hidden;
    display: none !important;
  }

  .burger {
    position: absolute;
    top: -15px;
    color: rgb(255, 255, 255);
    width: 5vw;
    padding-left: 5%;
    z-index: 315;
  }

  .mw-nav-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 500ms ease;
    opacity: 1;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
  }

  .mw-nav-item {
	  list-style: none;
	  text-decoration: none;
	  margin-bottom: 0;
	  width: 100%;
	  display: block;
	  align-items: center;
	  justify-content: center;
	  margin-left: 0;
	  position:relative;
  }

  .mw-active {
    list-style: none;
    text-decoration: none;
    padding: 1rem 0;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;

    background: rgb(0, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(121, 9, 9, 1) 54%,
      rgba(255, 0, 6, 1) 100%
    );
  }
}

/* * {
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 12pt;
  font-weight: 400;
} */

.about-us-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.history-section {
  display: flex;
  flex-direction: row;
}

.about-us-info {
  width: 50vw;
  padding: 5%;
}

.about-us {
  width: 50vw;
  padding: 5%;
}

@media screen and (max-width: 1000px) {
  .about-us-section {
    display: flex;
    flex-direction: column;
  }

  .history-section {
    display: flex;
    flex-direction: column;
  }

  .about-us-info {
    width: 100vw;
    padding: 5%;
  }

  .about-us {
    width: 100vw;
    padding: 5%;
  }
}

.about-us-display-one {
  width: 50vw;
  height: 458px;
}

.about-us-display-two {
  width: 50vw;
  height: 471px;
}

.history-image {
  min-width: 50vw;
}

/* hero section */

.auto-detailing-section {
  width: 100vw;
  min-height: 210px;
  background-color: rgba(0, 0, 0, 0.781);
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085947/car-detailing_ph9fva.gif");

  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  text-align: center;
  padding-top: 30px;
  color: white;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.auto-detailing-section h1 {
  font-size: clamp(1rem, 5vw, 2rem);
}

/* hero section */

.brands {
  width: 100vw;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0.781);
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085945/black_edyvqi.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  text-align: center;
  padding-top: 30px;
  color: white;
  padding-right: 5px;
  padding-left: 5px;
}



/* .tint:hover {
  width: 80vw;
  animation: myAnim 1s ease-in 1s 1 normal forwards;
}

@keyframes myAnim {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
} */

.two-col {
  display: flex;
  flex-direction: row;
  color: black;
  justify-content: space-around;
  margin-top: 300px;
}

.aboutus-two-col {
  display: flex;
  flex-direction: row;
  color: black;
  justify-content: space-around;
  margin-top: 80px;
}

.tint-service {
  width: 50vw;
}

.next-image-responsive {
  min-width: 50vw;
}

.tint-info {
  padding: 5%;
}

.thead-dark {
  color: white;
  background-color: #212529;
}

.economy {
  color: #d4af37;
  margin-bottom: -20px;
  font-weight: 900;
}

.premium {
  color: rgb(3, 184, 3);
  margin-bottom: -20px;
  font-weight: 900;
}

.supreme {
  color: cyan;
  margin-bottom: -20px;
  font-weight: 900;
}

.ultimate {
  color: red;
  margin-bottom: -20px;
  font-weight: 900;
}

.closer-top {
  margin-top: -10px;
}

.subCenter {
  padding-left: 3%;
  padding: 3%;
  margin-bottom: -15px;
  margin-top: -15px;
}

.compare {
  background-color: rgb(53, 53, 53);
  width: 20vw;
}

thead th {
  background-color: #e0e0e0;
}
thead th:first-child {
  border-radius: 25px 0 0 0;
  background-color: rgb(58, 58, 58);
}
thead th:last-child {
  border-radius: 0 25px 0 0;
}

/* remove border from th... */
/* !important is only required in stack snippet, probably not in your production code */

.table > thead > tr > th {
  border: none !important;
}

/* remove border from first tbody row... */
.table > tbody > tr:first-child > td,
.table > tbody > tr:first-child > th {
  border-top: none;
}

.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #ebebeb;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

/* hero section */

.ppf {
  width: 100vw;
  min-height: 210px;
  background-color: rgba(0, 0, 0, 0.781);
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085963/ppf-background-fix_n3yifs.gif");

  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  text-align: center;
  padding-top: 30px;
  color: white;
  padding-right: 5px;
  padding-left: 5px;
  /* margin-top: 1800px; */
}

.ppf h1 {
  font-size: clamp(1rem, 5vw, 2rem);
}

.ppf_03 {
  min-width: 200px;
}

.WindowTinting {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 100vw;
  min-height: 210px;
  background-color: rgba(0, 0, 0, 0.781);
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085945/black_edyvqi.gif");

  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  text-align: center;
  padding-top: 30px;
  color: white;
  padding-right: 5px;
  padding-left: 5%;
  /* margin-top: 1800px; */
}

.WindowTinting h1 {
  font-size: clamp(1rem, 5vw, 2rem);
}



.two-col {
  display: flex;
  flex-direction: row;
  color: black;
  justify-content: space-around;
}

.tint-service {
  width: 50vw;
}

.tint-info {
  padding: 5%;
}

@media screen and (max-width: 1000px) {
  .two-col {
    display: flex;
    flex-direction: column;
    color: black;
    justify-content: space-around;
    margin-top: 80px;
    margin-bottom: 15%;
  }

  .aboutus-two-col {
    display: flex;
    flex-direction: column;
    color: black;
    justify-content: space-around;
    margin-top: -10px;
    margin-bottom: 15%;
  }

  .tint-service {
    width: 100vw;
    margin-top: 50px;
  }

  .next-image-responsive {
    margin-top: 50px;
  }

  .tint-info h1 {
    font-size: 30px;
  }

  .mobile-table {
    visibility: hidden;
    display: none;
  }
}

.thead-dark {
  color: white;
  background-color: #212529;
}

.economy {
  color: #d4af37;
}

.premium {
  color: green;
}

.supreme {
  color: cyan;
}

.ultimate {
  color: red;
}

.compare {
  background-color: rgb(53, 53, 53);
  width: 20vw;
}

thead th {
  background-color: #e0e0e0;
}
thead th:first-child {
  border-radius: 25px 0 0 0;
  background-color: rgb(58, 58, 58);
}
thead th:last-child {
  border-radius: 0 25px 0 0;
}

/* remove border from th... */
/* !important is only required in stack snippet, probably not in your production code */

.table > thead > tr > th {
  border: none !important;
}

/* remove border from first tbody row... */
.table > tbody > tr:first-child > td,
.table > tbody > tr:first-child > th {
  border-top: none;
}

.ppf-info {
  margin-top: 20%;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
}
.fg-services {
  padding-bottom: 50px;
  padding-top: 30px;
  background: #f6f7f9;
  display: flex;
  flex-direction: column;
}
.fg-services .fg-title {
  margin-bottom: 80px;
  text-align: center;
}
.fg-services .fg-title h2 {
  font-weight: 700;
  color: rgb(134, 5, 5);
  line-height: 46px;
  margin-bottom: 20px;
}
.fg-services .fg-title p {
  margin-bottom: 0;
  font-weight: 300;
  padding-left: 10%;
  padding-right: 10%;
}
.fg-services .fg_services_item {
  height: 780px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.fg-services .fg_services_item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(72, 72, 72, 0.3);
}
.fg-services .fg_services_item:hover .fg_services_item_text {
  bottom: 40px;
}
.fg-services .fg_services_item:hover .fg_services_item_text h4 {
  margin-bottom: 12px;
}
.fg-services .fg_services_item_text {
  position: absolute;
  left: 0;
  bottom: -150px;
  width: 100%;
  padding: 0 35px;
  -webkit-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
}
.fg-services .fg_services_item_text h4 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 80px;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  font-size: 22px;
}
.fg-services .fg_services_item_text p {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 300;
}
.fg-services .fg_services_item_text a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  border: 2px solid #a2214d;
  transition: all 0.2s;
}
.fg-services .fg_services_item_text a:hover {
  background: #a2214d;
}

.service-1 {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085959/vehicle-wraps_wiaomg.png");
}

.service-2 {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085959/window-tinting_bjlos3.png");
}

.service-3 {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085946/ppf_jz9i0m.png");
}

.service-4 {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085938/auto-detailing_q4mbhv.png");
}

.service-5 {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085938/auto-detailing_q4mbhv.png");
}

.service-1:hover {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085959/vehicle-wraps_wiaomg.png");
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.808);
}

.service-2:hover {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085959/window-tinting_bjlos3.png");
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.808);
}

.service-3:hover {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085946/ppf_jz9i0m.png");
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.808);
}

.service-4:hover {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085938/auto-detailing_q4mbhv.png");
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.808);
}

.service-5:hover {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085938/auto-detailing_q4mbhv.png");
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.808);
}

/* hero section */

.hero-section {
  display: block;
  min-width: 100vw;
  margin-top: 5px;
}

.backDrop {
  background-image: url("https://images.pexels.com/photos/746684/pexels-photo-746684.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 115px;
}
.jumbo {
  /*   backdrop-filter:saturate(0.2) contrast(0.1) brightness(2); */
  width: 100vw;
  background: rgba(240, 240, 240, 0.94);
}
.content {
  min-width: 0px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.twoGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section {
  padding: 40px;
}
label {
  background: #f7f7f7;
  padding: 8px;
  padding-top: 10px;
  border-radius: 6px 0px 0px 6px;
  border: 1px solid lightgray;
  border-right: none;
  display: inline-block;
  margin: 0px;
  width: 24px;
  box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.05);
}
input {
  padding: 10px;
  border: 1px solid lightgray;
  display: inline-block;
  margin: 0px;
  font-size: 14px;
  border-radius: 0px 6px 6px 0px;
  width: calc(100% - 70px);
  transform: translateX(-5px) translateY(-1px);
  margin-bottom: 10px;
  letter-spacing: 0.25px;
  box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.05);
  transition-duration: 200ms;
}
input:hover {
  letter-spacing: 0.75px;
}
input:focus {
  outline: none;
  box-shadow: 0px 5px 8px -5px var(--primary);
  border-bottom: 1px solid var(--primary);
}

textarea {
  padding: 10px;
  border: 1px solid lightgray;
  display: inline-block;
  margin: 0px;
  font-size: 14px;
  border-radius: 0px 6px 6px 0px;
  width: calc(100% - 70px);
  transform: translateX(-5px) translateY(-1px);
  margin-bottom: 10px;
  letter-spacing: 0.25px;
  box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.05);
  transition-duration: 200ms;
}
textarea:hover {
  letter-spacing: 0.75px;
}
textarea:focus {
  outline: none;
  box-shadow: 0px 5px 8px -5px var(--primary);
  border-bottom: 1px solid var(--primary);
}

.ico {
  color: gray;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
}
.spot {
  color: var(--primary);
}
h1 {
  margin-top: 0px;
  font-family: sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.25px;
}
h3 {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: 0.25px;
  color: #313131;
}
.hr {
  opacity: 0.125;
}
p {
  margin-top: 20px;
  font-family: sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 0.25px;
  color: #4a4a4a;
}
.highlightText {
  color: #313131;
  font-weight: 400;
}
button {
  margin-top: 20px;
  padding: 20px 30px;
  font-size: 16px;
  border-radius: 6px;
  border: none;
  background: #ffc107;
  color: black;
  letter-spacing: 0.25px;
  box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.125);
  transition-duration: 200ms;
  cursor: pointer;
}
button:hover {
  filter: brightness(1.05) contrast(1.05);
  transform: scale(1.025);
}
button:active {
  transition-duration: 0ms;
  filter: brightness(0.8) contrast(2) saturate(0.6);
}
@media only screen and (max-width: 570px) {
  .twoGrid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 360px) {
  .section {
    padding: 20px;
  }
}

.four-col {
  display: flex;
  flex-direction: row;
  width: 100vw;
  padding-left: 1%;
  padding-right: 5%;
  padding-bottom: 5%;
}

.service-type {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.serviceimagesize {
  width: 250px;
}

@media screen and (max-width: 1000px) {
  .four-col {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 5%;
    justify-content: center;
    width: 100vw;
    padding: 1%;
    padding-left: 5%;
    align-items: center;
    margin-bottom: 5%;
  }

  .service-type {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .service-type h2 {
    font-size: 20px;
    text-align: center;
  }

  .serviceimagesize {
    width: 100%;
    margin: 0;
  }

  button {
    margin-top: 20px;
    padding: 5%;
    font-size: 11px;
    font-weight: 900;
    border-radius: 6px;
    border: none;
    background: #ffc107;
    color: black;
    letter-spacing: 0.25px;
    box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.125);
    transition-duration: 200ms;
    cursor: pointer;
    width: 150px;
    text-align: center;
  }
}

.tintind-services-type {
  padding-top: 5%;
}

.service-sections {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.marineservices {
  display: flex;
  flex-direction: row;
  min-height: 500px;
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085940/marine-styling_4392b640_mzjurp.jpg");
  background-size: cover;
  background-position: center;
}

.service-info-section {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50%;
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.service-info-section h1 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: white;
}

.service-info-section button {
  align-self: flex-start;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  background-color: #ffc107;
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.service-info-section button:hover {
  background-color: #ffb300;
  transform: translateY(-2px);
}

.homeservices-right {
  display: flex;
  flex-direction: row-reverse;
  min-height: 500px;
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085953/residential-styling_66e0acff_kvqhkx.jpg");
  background-size: cover;
  background-position: center;
}

.service-info-section-left {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50%;
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.service-info-section-left h1 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: white;
}

.service-info-section-left button {
  align-self: flex-start;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  background-color: #ffc107;
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.service-info-section-left button:hover {
  background-color: #ffb300;
  transform: translateY(-2px);
}

.commercialservices {
  display: flex;
  flex-direction: row;
  min-height: 500px;
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085948/commercial-styling_7e81d133_golrjc.jpg");
  background-size: cover;
  background-position: center;
}

.marineservices-right {
  display: flex;
  flex-direction: row-reverse;
  min-height: 500px;
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1644295950/cartintingservicebackgroud_bzm3ef.png");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1000px) {
  .service-sections {
    flex-direction: column;
  }

  .marineservices,
  .homeservices-right,
  .commercialservices,
  .marineservices-right {
    flex-direction: column;
    min-height: auto;
  }

  .service-info-section,
  .service-info-section-left {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
  }

  .service-info-section h1,
  .service-info-section-left h1 {
    font-size: 24px;
  }

  .service-info-section button,
  .service-info-section-left button {
    align-self: center;
  }
}

@media screen and (max-width: 400px) {
  button {
    margin-top: 20px;
    padding: 5%;
    font-size: 11px;
    font-weight: 900;
    border-radius: 6px;
    border: none;
    background: #ffc107;
    color: black;
    letter-spacing: 0.25px;
    box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.125);
    transition-duration: 200ms;
    cursor: pointer;
    width: 100%;
    text-align: center;
  }

  .four-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 1%;
    margin-bottom: 45%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    gap: 5%;
  }

  .four-col img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .four-col h2 {
    text-align: center;
  }

  .four-col p {
    text-align: center;
  }

  .four-col button {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .service-sections {
    margin-top: -496px;
  }
}

.homeservices-right {
  display: flex;
  justify-content: right;
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085953/residential-styling_66e0acff_kvqhkx.jpg");
}

.commercialservices {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085948/commercial-styling_7e81d133_golrjc.jpg");
}

.wraps-section {
  padding: 3%;
  color: white;
  background-color: black;
  position: relative;
  z-index: 5px;
}

@media screen and (max-width: 600px) {
  .hero-section {
    margin-top: 5px;
  }

  .logo {
    width: 35vw;
    margin-top: -30px;
    position: absolute;
    left: 30vw;
    top: 60px;
  }

  .call-expert-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    /* left: 74%; */
  }

  .main-phone {
    font-size: 66px;
    font-weight: 600;
    color: white;
    line-height: 3px;
    text-align: center;
  }

  .expert {
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: center;
    /* margin-top: 150px; */
  }

  .mobile-tile {
    font-size: 25px;
  }

  .top-nav-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 9px;
    line-height: 15px;
    font-weight: 600;
    text-transform: capitalize;

    transition: all 500ms ease;
    opacity: 1;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
  }

  .top-nav-item {
    font-size: 9px;
    margin-right: 40px;
    list-style: none;
    text-decoration: none;
    display: inline;
    /* border-left: 1px solid rgba(0, 0, 0, 0.20); */
  }

  .top-navbar {
    width: 100vw;
    margin-left: 1px;
  }
}

@media screen and (max-width: 500px) {
  .logo {
    width: 45vw;
    margin-top: -30px;
    position: absolute;
    left: 25vw;
    top: 59px;
  }
}



@media screen and (min-width: 649px) and (max-width: 991px) {
  .hero-section {
    margin: 22px 0px 0px 0px;
  }
}







.white-info {
  color: white;
}

p.white-info.subCenter {
  font-size: clamp(0.5rem, 3vw, 1rem);
}

.action-buttons {
  margin: 3%;
	width:auto;
}

@media screen and (min-width: 496px) and (max-width: 1000px) {
  .service-section-wrapper {
    margin-bottom: 135px;
  }
}

.three-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  min-height: 900px;
}

.block1 {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085954/serv3_j6yhpe.jpg");
  background-size: cover;
  background-position: center;
  flex: 1;
  min-width: 33.33%;
  background-color: rgba(0, 0, 0, 0.651);
  background-blend-mode: overlay;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5%;
  overflow: hidden;
  user-select: none;
}

.block1 h2 {
  font-size: 3rem;
  margin: 0;
  padding: 0 10px;
  user-select: none;
}

.block2 {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085955/serv4_rjr2k4.jpg");
  background-size: cover;
  background-position: center;
  flex: 1;
  min-width: 33.33%;
  background-color: rgba(0, 0, 0, 0.651);
  background-blend-mode: overlay;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5%;
  overflow: hidden;
  user-select: none;
}

.block2 h2 {
  font-size: 3rem;
  margin: 0;
  padding: 0 10px;
  user-select: none;
}

.block3 {
  background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085955/serv5_bngvtp.jpg");
  background-size: cover;
  background-position: center;
  flex: 1;
  min-width: 33.33%;
  background-color: rgba(0, 0, 0, 0.651);
  background-blend-mode: overlay;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5%;
  overflow: hidden;
  user-select: none;
}

.block3 h2 {
  font-size: 3rem;
  margin: 0;
  padding: 0 10px;
  user-select: none;
}

.block1:hover {
  background-color: rgba(128, 0, 32, 0.651);
}

.block2:hover {
  background-color: rgba(128, 0, 32, 0.651);
}

.block3:hover {
  background-color: rgba(128, 0, 32, 0.651);
}

@media screen and (max-width: 1000px) {
  .three-blocks {
    display: flex;
    flex-direction: column;
  }

  .block1 {
    background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085954/serv3_j6yhpe.jpg");
    background-size: cover;
    width: 100vw;
    height: 420px;
    background-color: rgba(0, 0, 0, 0.651);
    background-blend-mode: overlay;
    color: white;
    font-weight: bold;
    padding-top: 3%;
    padding-left: 7%;
    padding-right: 2%;
    text-align: left;
  }

  .block2 {
    background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085955/serv4_rjr2k4.jpg");
    background-size: cover;
    width: 100vw;
    height: 420px;
    background-color: rgba(0, 0, 0, 0.651);
    background-blend-mode: overlay;
    color: white;
    font-weight: bold;
    padding-top: 3%;
    padding-left: 7%;
    padding-right: 2%;
    text-align: left;
  }

  .block3 {
    background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085955/serv5_bngvtp.jpg");
    background-size: cover;
    width: 100vw;
    height: 420px;
    background-color: rgba(0, 0, 0, 0.651);
    background-blend-mode: overlay;
    color: white;
    font-weight: bold;
    padding-top: 3%;
    padding-left: 7%;
    padding-right: 2%;
    text-align: left;
  }
}

.styling-service {
  margin-top: -5px;
  margin-bottom: -10px;
}

.chrome-delete-mobile-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100vw;
  min-height: 400px;
  position: relative;
  background-image: url("images/window-tint-shades-mobile-background.png");
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.84);
  background-blend-mode: overlay;
}

.chrome-delete-image-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.chrome-delete-image-col img {
  max-width: 100%;
  height: auto;
}

.chrome-delete-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  color: white;
}

.chrome-delete-text-col h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: white;
}

.chrome-delete-text-col p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: white;
}

.chrome-delete-text-col button {
  width: 80%;
  max-width: 300px;
  padding: 15px 30px;
  background-color: rgb(134, 5, 5);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.chrome-delete-text-col button:hover {
  background-color: rgb(177, 7, 7);
}

@media screen and (max-width: 991px) {
  .chrome-delete-mobile-section {
    grid-template-columns: 1fr;
    width: 100vw;
  }
  
  .chrome-delete-image-col {
    order: 1;
  }
  
  .chrome-delete-text-col {
    order: 2;
    padding: 30px 20px;
  }
}

.ppf-protection-types {
  display: flex;
  flex-direction: row;
  justify-content: space-around;

  background-color: #38393b;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: white;
}

.ppf-protection-title-sec {
  background-color: rgb(185, 7, 7);
  color: white;
}

.ppf-protection-packages {
  display: flex;
  flex-direction: row;
  justify-content: space-around;

  padding-right: 5%;
  padding-left: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.pad {
  padding: 5px;
}

.pp-package-img {
  width: 235px;
}

.pacage-info-Section {
  border: thick;
  border-style: solid;
  border-color: rgba(72, 72, 72, 0.3);
  border-radius: 15%;
  padding: 5%;
  padding-top: 10%;
}

.pacage-info-Section ul li {
  list-style: none;
  text-align: left;
}

.package-title {
  font-weight: 900;
  line-height: 1%;
  text-align: left;
}

.protection-package-1 img {
  height: 7px;
}

/* .ppf-protection-packages img{
width: 329vw;
height: 29vh;
}  */

.ppf_pack {
  width: 23vw;
}

@media screen and (max-width: 1000px) {
  .ppf-protection-types {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    text-align: center;

    background-color: #38393b;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    color: white;
  }

  .ppf-protection-packages {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 5%;
    margin-bottom: 50px;
    justify-content: space-around;

    padding-right: 5%;
    padding-left: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .tintind-services-type {
    padding: 5%;
  }
}

@media screen and (max-width: 400px) {
  .ppf-protection-types img {
    width: 60%;
  }

  .ppf-protection-packages img {
    width: 90%;
  }

  .ppf-protection-packages {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 1%;
    margin-bottom: 50px;
    justify-content: space-around;

    padding-right: 5%;
    padding-left: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 80px;
  }

  .service-info-section {
    background-color: rgb(0 0 0);
    width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    color: white;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 400px;
  }

  .service-info-section p {
    color: white;
  }
}

/* .backgound-ribbon:hover{
  background-color: rgb(177, 7, 7);
  padding-left: 8%;
  clip-path: polygon(7% 0, 96% 0, 91% 100%, 0% 100%);
  
} */

.autodetailing-top {
  margin-top: -33px;
}

.aboutus-hero {
  position: relative;
}

.-padding-4 {
  padding: 4px;
}

/* 

.m-menu {
  list-style-type: none;
  position: relative;
  text-align: center;
  z-index: 101;
}
.m-menu.-active .m-menu__icon path {
  fill: #0b3895;
}
.m-menu.-active .m-menu__list {
  transform: scale(1);
}
.m-menu__list {
  position: absolute;
  text-align: center;
  top: 50%;

  z-index: 101;
  padding: 0;
  border-radius: 8px;
  background-color: rgb(0, 0, 0);
  transition: 0.25s ease all;
  transform: scale(0);
  transform-origin: 0 1;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.m-menu__item {
  display: block;
  width: 100%;
  padding: 12px;
}
.m-menu__item:hover {
  color: #0b3895;
}
.m-menu__link {
  width: 100%;
  padding: 4px;
  display: inline-block;
  white-space: pre;
}
.m-menu__link:hover {
  color: #0b3895;
  text-decoration: none;
} */

.about-hero-info {
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  align-items: center;
  background-color: rgba(0, 0, 0, 0.685);
  background-blend-mode: overlay;
  position: absolute;
  top: 170px;
  right: 5%;
  width: 50vw;
  height: 90%;
  padding: 5%;
  padding-top: 2%;
  color: white;
}

.contact-hero-info {
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  align-items: center;
  background-color: rgba(0, 0, 0, 0.685);
  background-blend-mode: overlay;
  position: absolute;
  top: 780px;
  right: 5%;
  width: 50vw;
  height: 83%;
  padding: 5%;
  padding-top: 2%;
  color: white;
}

.abut-hero-title {
  font-weight: 600;
  color: white;
}

.abut-hero-info {
  color: white;
}

.expertise-badge {
  width: 50%;
}
team {
  width: 50vw;
  margin-left: 40px;
}

.about-gallery-top {
  margin-top: -65px;
}

.green-contact-form {
  width: 700px;
  margin: 0 auto;
  border-radius: 10px;
}

.title-form {
  max-width: 550px;
}

@media screen and (max-width: 1000px) {
  .abut-hero-title {
    font-weight: 600;
    font-size: 90%;
    color: white;
  }

  .abut-hero-info {
    font-size: 60%;
    color: white;
  }

  .backDrop {
    background-image: url("https://images.pexels.com/photos/746684/pexels-photo-746684.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 5px;
    margin-bottom: 15%;
  }
}

@media screen and (max-width: 600px) {
  .nav-area {
    height: 20%;
    background-image: url("https://res.cloudinary.com/miamiwrapz-com/image/upload/v1636085947/car-detailing_ph9fva.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.836);
    margin-bottom: 5px;
    position: relative;
    z-index: 100;
  }

  .abut-hero-title {
    visibility: hidden;
  }

  .abut-hero-info {
    visibility: hidden;
  }

  .expertise-badge {
    width: 100%;
  }

  .team {
    width: 80%;
    margin-left: 40px;
    position: relative;
    z-index: 5px;
    margin-top: 15%;
  }

  .title-bg {
    background: linear-gradient(to bottom, rgb(161, 0, 0), black);
    color: white;
    padding: 3%;
    margin-top: -70px;
    margin-bottom: 3%;
    position: relative;
    z-index: 10px;
  }

  .tintind-services-type {
    padding-top: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .chrome-delete-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .chrome-delete-text {
    padding: 10%;
    order: 1;
  }

  .chrome-delete-image {
    padding: 5%;
    order: 2;
  }
}

.about-us-image {
  min-width: 50vw;
}

.mobile-menu {
  visibility: hidden;
}

@media screen and (max-width: 1000px) {
  .m-menu {
    list-style-type: none;
    position: relative;
    text-align: center;
    z-index: 101;
  }
  .m-menu.-active .m-menu__icon path {
    fill: #0b3895;
  }
  .m-menu.-active .m-menu__list {
    transform: scale(1);
  }
  .m-menu__list {
    position: absolute;
    text-align: center;
    top: 50%;

    z-index: 101;
    padding: 0;
    border-radius: 8px;
    background-color: rgb(0, 0, 0);
    transition: 0.25s ease all;
    transform: scale(0);
    transform-origin: 0 1;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
  .m-menu__item {
    display: block;
    width: 100%;
    padding: 12px;
  }
  .m-menu__item:hover {
    color: #0b3895;
  }
  .m-menu__link {
    width: 100%;
    padding: 4px;
    display: inline-block;
    white-space: pre;
  }
  .m-menu__link:hover {
    color: #0b3895;
    text-decoration: none;
  }

  .mobile-menu {
    visibility: visible;
  }
}

@media screen and (min-width: 1000px) {
  .m-menu {
    list-style-type: none;
    position: relative;
    text-align: center;
    z-index: 101;
    visibility: hidden;
  }
  .m-menu.-active .m-menu__icon path {
    fill: #0b3895;
    visibility: hidden;
  }
  .m-menu.-active .m-menu__list {
    transform: scale(1);
    visibility: hidden;
  }
  .m-menu__list {
    position: absolute;
    text-align: center;
    top: 50%;

    z-index: 101;
    padding: 0;
    border-radius: 8px;
    background-color: rgb(0, 0, 0);
    transition: 0.25s ease all;
    transform: scale(0);
    transform-origin: 0 1;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    visibility: hidden;
  }
  .m-menu__item {
    display: block;
    width: 100%;
    padding: 12px;
    visibility: hidden;
  }
  .m-menu__item:hover {
    color: #0b3895;
    visibility: hidden;
  }
  .m-menu__link {
    width: 100%;
    padding: 4px;
    display: inline-block;
    white-space: pre;
    visibility: hidden;
  }
  .m-menu__link:hover {
    color: #0b3895;
    text-decoration: none;
    visibility: hidden;
  }

  .mobile-menu {
    visibility: visible;
  }
}

.footer-nav-item a {
  color: #e0e0e0;
  text-decoration: none;
}

.footer-nav-item a:hover {
  color: #e0e0e0;
  text-decoration: none;
}




/*------------------------------------------- dance floor wraps and rentals css------------------------------------------ */


/* 
body{
  margin: 0px; 
  padding: 0;
  width: 100%; 
  height:auto;
}

p{
  font-size: 20px;
}

.temp-header{
  margin: 0px; 
  width: 100vw; 
  height:auto;
} */

.dance-floor-hero{
  margin: 0px; 
  width: 100vw; 
  height:auto;
}

.hero-section{
  margin: -5px 0px 0px 0px;
}

.temp-form-section{
  margin: -5px 0px 0px 0px;
}

.max-width-1400px{
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;

}


.dance-floor-number-section {
  font-size: 32px;
  color: rgb(213, 3, 27);
  font-weight: bold;
  line-height: 1.692;
  text-align: left;
  
}


.customized___personalized {
  font-size: 32px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;

}

.customized___personalized_sub{
  margin: 5px 5px 5px 5px;
  text-align: left;
}


.dance-floor-four-col-section{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 5% 30px;
  background-image: url("https://res.cloudinary.com/dn291drsi/image/upload/v1676247738/Mimai-Wraps-Floor-Wrap-Design_BG_dictrp.jpg");
}

.dance-floor-two-col-img{
  width: 50%;
  flex: 0 0 50%;
  min-height: 400px;
  overflow: hidden;
}

.dance-floor-two-col-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.dance-floor-two-col{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
}

/* Handle Gutenberg figure tag in dance floor sections */
.dance-floor-two-col figure {
  width: 50%;
  margin: 0;
  padding: 0;
  min-height: 400px;
  overflow: hidden;
  flex: 0 0 50%;
}

.dance-floor-two-col figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hide empty dance-floor-two-col-img if figure is present */
.dance-floor-two-col figure + .dance-floor-two-col-img {
  display: none;
}

.dance-floor-two-col-text{
  padding: 40px 180px;
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.dance-floor-two-col-text-heading {
  font-size: 42px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 20px;
}

.dance-floor-two-col-text-text{
  font-size: 16px;
  color: rgb(68, 68, 68);
  line-height: 1.6;
  text-align: left;
  margin-bottom: 25px;
}

.dance-floor-two-col-text-btn {
  padding: 12px 35px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  background-color: #ffc107;
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.dance-floor-two-col-text-btn:hover {
  background-color: #ffb300;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


.text-align-center{
  text-align: center;
}
.service-list-section-title{
  color: #000000;
  font-weight: 600;
  font-size: 34px;
}

.service-list-section-subtitle{
  color: #000000;
  font-weight: 600;
  font-size: 24px;
}



.service-list-section{
  padding: 5% 0px;
  background-image: url("https://res.cloudinary.com/dn291drsi/image/upload/v1676247738/Mimai-Wraps-Floor-Wrap-Design_BG_dictrp.jpg");
}

.service-list-section-two-col{
  max-width: 1140px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.service-list-section{
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-heading{
   max-width: 1140px;

}


.why-choose-us-section-three-col{

  width: 33.333%;
  /* height: 780px; */
  background-color: crimson;
  padding: 1% 2%;
  color: white;
  background-image: url("https://res.cloudinary.com/dn291drsi/image/upload/v1676247738/Mimai-Wraps-Floor-Wrap-Design_BG_20_wiqtvs.jpg");
  background-size: cover;
}

.why-choose-us-section-three-col:hover{

background-image: url("https://res.cloudinary.com/dn291drsi/image/upload/v1676247738/Mimai-Wraps-Floor-Wrap-Design_HBG_20_iydaid.jpg");
  background-size: cover;
}


.why-choose-us-section-three-title{

font-size: 42px;
font-weight: 800;
}

.why-choose-us-section-three-subtitle{

  font-size: 30px;
font-weight: 800;
color: white;

}

.why-choose-us-section-three-info{

  /* font-size: 36px;
font-weight: 800; */
color: white;

}

.why-choose-us-section-three{
  max-width: 1140px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  text-align: left;
  padding: 0px 2%
}

.why-choose-us-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: auto;
  text-align: center;
  padding: 5% 0px
}


.why-choose-us-section-two{

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 0px 5%;
}


.why-choose-us-section hr{
  height: 5px;
  width: 100px;
  background-image: url("https://res.cloudinary.com/dn291drsi/image/upload/v1676247738/Mimai-Wraps-Floor-Wrap-Design_BG_20_wiqtvs.jpg");
  margin: -15px;

}


.temp-footer{
  margin: 0px; 
  width: 100vw; 
  height:auto;
}

.dance-floor-col-four{
  max-width: 300px;
}
/* .max-width-1400px{
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
 grid-column-gap: 6px;
 grid-row-gap:6px;
 
} */


.service-list-section-col-img{
  width: 1807px;
  height: 648px;
  background-image: url("https://res.cloudinary.com/dn291drsi/image/upload/v1676248615/Dance-Floor-Img_ijcanm.webp");
  background-size: cover;
}

.service-list-section-col{
  text-align: left;
}

.doubleArrow{
  width: 60px;
  height: 69px;
  background-image: url("https://res.cloudinary.com/dn291drsi/image/upload/v1676247410/double-arrow_cwlf60.jpg");
  background-size: cover;
}

.service-list-section-col {
  text-align: left;
  padding: 0px 5%;
}


.dance-floor-two-col-text-btn {
  padding: 10px 30px;
  font-size: 19px;
  border: none;
  background-color: #ffd500;
  width: 263px;
}

.service-heading {
  max-width: 1140px;
  padding: 0px 5%;
}

.why-choose-us-section-three-title {
  font-size: 32px;
  font-weight: 800;
}


@media screen and (max-width: 992px) {

  /* .max-width-1400px{
      max-width: 1400px;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
     grid-column-gap: 6px;
     grid-row-gap:6px;
     
  } */

  .dance-floor-two-col{
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: stretch;
    }
    .flip{
      display: flex;
      flex-direction: column-reverse;
      flex-wrap: wrap;
    }
  
    .dance-floor-two-col-img {
      width: 100%;
      flex: 0 0 100%;
    }

    .dance-floor-two-col-text {
      padding: 30px 20px;
      width: 100%;
      flex: 0 0 100%;
      align-items: flex-start;
    }

    .dance-floor-two-col-text-heading {
      font-size: 28px;
      text-align: left;
    }

    .dance-floor-two-col-text-text {
      font-size: 14px;
      text-align: left;
    }


    .service-list-section-two-col {
      max-width: 1140px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 50px;
      padding: 5%;
  }


.why-choose-us-section-three {
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  text-align: left;
  padding: 0px 2%;
  align-items: center;
  color: white;
}

.why-choose-us-section-three-col p{

  color: white !important;
}

.why-choose-us-section-three-col {
  width: 80%;
  /* height: 780px; */
  background-color: crimson;
  padding: 1% 2%;
  color: white;
  background-image: url("https://res.cloudinary.com/dn291drsi/image/upload/v1676247738/Mimai-Wraps-Floor-Wrap-Design_BG_20_wiqtvs.jpg");
  background-size: cover;
}


.service-list-section-col {
  text-align: left;
  padding: 0px 5%;
}

.service-list-section-col-img {
  width: 80vw;
  height: 648px;
  background-image: url(https://res.cloudinary.com/dn291drsi/image/upload/v1676248615/Dance-Floor-Img_ijcanm.webp);
  background-size: cover;
}


.dance-floor-four-col-section {

  margin-top: -141px;
}


.why-choose-us-section-two {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  text-align: left;
}
  
  .why-choose-us-section-three-title {
    font-size: 21px;
    font-weight: 800;
    padding: 0px 5%;
}
  
 .why-choose-us-section-two {

    padding: 1px 10%;
}

  
}




@media screen and (max-width: 600px){
.push-hero-down {
  margin-bottom: 4px;
}
  }

@media screen and (max-width: 992px) {
    .dance-floor-four-col-section {
        margin-top: -26px;
    }
}

@media screen and (max-width: 554px){
.dance-floor-four-col-section {
    margin-top: -84px;
}
}




/* Video hero Section */
/* ===== Video Hero (global) ===== */

:root{
  --vh-max: 1200px;
  --vh-pad: min(4vw, 32px);
  --vh-white:#fff;
  --vh-black:#0a0a0a;
  --vh-accent:#00e0ff;
  --vh-radius:999px;
}

/* wrapper is relative; children can absolutely layer on top */
.video-hero{
  position: relative;
  min-height: clamp(520px, 65vh, 760px);
  color: var(--vh-white);
  overflow: hidden;
  background: #000; /* safety bg while video loads */
  margin: -5px 0 0 0;
}

/* VIDEO = block element that fills the hero */
.video-hero__media{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-hero__media video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.7) contrast(1.05);
}

/* overlay sits above video */
.video-hero__overlay{
  position: absolute;
  inset: 0;
  pointer-events: none;
   background: linear-gradient(90deg, rgb(0 0 0 / 63%) 0%, rgba(0, 0, 0, .30) 45%, rgb(0 0 0 / 84%) 70%, rgba(0, 0, 0, .04) 100%);
}

/* content layer: absolute + centered vertically; left-aligned */
.video-hero__content{
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;     /* centers vertically */
}
.video-hero__inner {
    width: 100%;
    max-width: var(--vh-max);
    margin-inline: auto;
    padding: clamp(56px, 8vh, 96px) var(--vh-pad);
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.video-hero__title{
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-size: clamp(32px, 6vw, 58px);
  margin: 0 0 16px 0;
  text-wrap: balance;
}
.nowrap{ white-space: nowrap; }

.video-hero__sub{
  max-width: min(70ch, 96%);
  font-size: clamp(16px, 2.2vw, 18px);
  line-height: 1.6;
  margin: 0 0 28px 0;
  color: rgba(255,255,255,.92);
}

.video-hero__ctas{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.vh-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 12px 18px;
  font-weight: 700;
  border-radius: var(--vh-radius);
  text-decoration: none;
  transition: transform .15s ease, background-color .2s ease,
              color .2s ease, border-color .2s ease;
  outline: none;
}
.vh-btn:focus-visible{
  outline: 2px solid var(--vh-accent);
  outline-offset: 2px;
}
.vh-btn--primary{
  background: #fff;
  color: var(--vh-black);
}
.vh-btn--primary:hover{ transform: translateY(-1px); }

.vh-btn--ghost{
  background: transparent;
  border: 2px solid rgba(255,255,255,.9);
  color: #fff;
}
.vh-btn--ghost:hover{
  background: rgba(255,255,255,.12);
  transform: translateY(-1px);
}
.vh-btn--link{
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.vh-btn--link:hover{ color: #e6faff; }

@media (max-width: 640px){
  .video-hero__sub{ max-width:85%; }
}

/* Accessibility: respect reduce motion */
@media (prefers-reduced-motion: reduce){
  .video-hero__media{ display:none; }
  .video-hero{
    background: url("/videos/hero-poster.jpg") center/cover no-repeat;
  }
}



/* ===== Partner Section ===== */
.partner-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: #f8f8f8; /* light gray backdrop */
  text-align: center;
}

.partner-inner {
  max-width: 900px;
}

.partner-inner p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.partner-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.partner-btn:hover {
  background: #c00; /* red accent on hover */
  transform: translateY(-2px);
}

/* ===== Quote Form / Call To Action Modal Styles ===== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  min-width: 320px;
  max-width: 400px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.modal-content h2 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #333;
}

.modal-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal-option-item {
  margin-bottom: 12px;
}

.modal-option-btn {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #0a84ff;
  background: #f5faff;
  color: #0a84ff;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.2s ease;
}

.modal-option-btn:hover {
  background: #e6f5ff;
}

.modal-option-btn.selected {
  border: 2px solid #0a84ff;
  background: #dbefff;
}

.modal-option-btn img {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #eee;
  object-fit: contain;
}

.modal-actions {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.modal-btn-cancel {
  background: #eee;
  color: #333;
  border: none;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  width: 50%;
  font-weight: 600;
  transition: all 0.2s ease;
}

.modal-btn-cancel:hover {
  background: #ddd;
}

.modal-btn-done {
  background: #0a84ff;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  width: 50%;
  font-weight: 600;
  transition: all 0.2s ease;
}

.modal-btn-done:hover {
  background: #0066cc;
}

/* Service Selection Pills */
.service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.service-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 999px;
  border: 2px solid #ccc;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  transition: all 0.2s ease;
}

.service-pill:hover {
  border-color: #0a84ff;
  background: #f5faff;
}

.service-pill.selected {
  border-color: #0a84ff;
  background: #0a84ff;
  color: #fff;
}

.service-pill i {
  margin-right: 8px;
}

/* Quote Form Wrapper */
.quote-form-wrapper {
  padding: 20px;
  background-color: #f9f9f9;
}

.quote-form-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 5%;
}

.quote-form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

.quote-form-image {
  flex: 0 0 auto;
  max-width: 600px;
}

.quote-form-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.quote-form-content {
  flex: 1 1 300px;
  max-width: 600px;
  min-width: 180px;
  box-sizing: border-box;
}

/* Form Error Messages */
.form-error {
  color: red;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 8px;
}

.form-success {
  color: green;
  font-size: 14px;
  margin-top: 10px;
}

.form-failure {
  color: red;
  font-size: 14px;
  margin-top: 10px;
}

/* Responsive: Hide image on mobile */
@media screen and (max-width: 991px) {
  .quote-form-image {
    display: none !important;
  }
  
  .quote-form-flex {
    gap: 20px;
  }
  
  .service-pills {
    flex-direction: column;
  }
  
  .service-pill {
    width: 100%;
  }
  

  
  /* .ppf {
    height: 39vh !important;
  }
   */
  /* .auto-detailing-section {
    height: 39vh;
  } */
}


/* Before/After Image Comparison Slider */
.before-after-slider {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}

.img-comp-container {
    position: relative;
    height: auto;
    overflow: hidden;
}

.img-comp-container img {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
}

.img-comp-img img {
    display: block;
    vertical-align: middle;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 50px;
    height: 50px;
    background-color: #ffc107;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.img-comp-slider:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    margin-left: 3px;
}

.img-comp-slider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #fff;
    margin-left: -13px;
}

/* Prevent horizontal scrolling globally */
* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

/* About Page Hero Overlay - Mobile Responsive */
@media (max-width: 1000px) {
    .aboutus-hero-overlay {
        width: 100% !important;
    }
}
/* Window Tinting Comparison Table - Responsive Styles */
.mobile-table {
    padding: 40px 0;
    background: #f9f9f9;
}

.mobile-table .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.mobile-table h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.mobile-table .table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 4px;
    overflow: hidden;
}

.mobile-table .table thead {
    background: #222;
    color: white;
}

.mobile-table .table th {
    padding: 20px;
    text-align: left;
    font-weight: bold;
}

.mobile-table .table td {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.mobile-table .table tbody tr:last-child td {
    border-bottom: none;
}

.mobile-table .table tbody th {
    background: #f5f5f5;
    font-weight: bold;
}

.mobile-table button {
    background: #ffc107;
    color: #000;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-table button:hover {
    background: #ffb300;
    transform: scale(1.05);
}

/* Responsive Table - Tablet */
@media (max-width: 1024px) {
    .mobile-table .table {
        font-size: 14px;
    }
    
    .mobile-table .table th,
    .mobile-table .table td {
        padding: 12px 15px;
    }
    
    .mobile-table h2 {
        font-size: 24px;
    }
}

/* Responsive Table - Mobile */
@media (max-width: 768px) {
    .mobile-table {
        padding: 20px 0;
    }
    
    .mobile-table .container {
        padding: 0 10px;
    }
    
    .mobile-table h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .mobile-table .table {
        font-size: 12px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    }
    
    .mobile-table .table th,
    .mobile-table .table td {
        padding: 10px;
    }
    
    .mobile-table .table h3 {
        font-size: 14px;
        margin: 0 0 8px 0;
    }
    
    .mobile-table .table p {
        font-size: 10px;
        margin: 2px 0;
    }
    
    .mobile-table button {
        padding: 6px 10px;
        font-size: 11px;
    }
}

/* Responsive Table - Small Mobile */
@media (max-width: 480px) {
    .mobile-table {
        padding: 15px 0;
    }
    
    .mobile-table h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .mobile-table .table {
        font-size: 11px;
    }
    
    .mobile-table .table th,
    .mobile-table .table td {
        padding: 8px;
    }
    
    .mobile-table .table h3 {
        font-size: 12px;
        margin: 0 0 5px 0;
    }
    
    .mobile-table .table p {
        font-size: 9px;
    }
    
    .mobile-table button {
        padding: 5px 8px;
        font-size: 10px;
    }
    
    /* Hide overflow for mobile */
    .mobile-table div[style*="overflow-x"] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* Services Section - Responsive Floating Cars */
.fg_services_item {
    transition: all 0.3s ease;
}

.fg_services_item img {
    transition: opacity 0.3s ease;
}

.fg_services_item:hover img {
    opacity: 1;
}

@media (max-width: 768px) {
    .fg_services_item {
        margin-bottom: 20px;
    }
    
    .fg_services_item img {
        max-height: 200px;
    }
}

@media (max-width: 480px) {
    .fg_services_item img {
        max-height: 150px;
    }
    
    .fg-title h2 {
        font-size: 24px;
    }
    
    .fg-title p {
        font-size: 14px;
    }
}


/* Logo Height Customizer Support */
.logo img {
    max-height: var(--logo-height, 100px);
    width: auto;
}
















/* =========================
   MOBILE SUBMENU (+ / -)
========================= */

.mw-mobile-menu .sub-menu {
  display: none;
  padding-left: 15px;
  margin-top: 5px;
}

.mw-mobile-menu .sub-menu.mw-submenu-open {
	display: block;
	visibility:visible;
	opacity:1;
	z-index:9;
}

/* Parent link spacing */
.mw-mobile-menu .menu-item-has-children > a {
  position: relative;
  padding-right: 40px;
}

/* PLUS icon (default) */
.mw-mobile-menu .menu-item-has-children > a::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
  transition: transform 0.2s ease;
}

/* MINUS icon (open state) */
.mw-mobile-menu .menu-item-has-children > a.mw-open::after {
  content: "−";
}

/* Child links */
.mw-mobile-menu .sub-menu a {
  font-size: 14px;
  opacity: 0.9;
  padding: 8px 15px;
}




/* =========================
   MOBILE ACCORDION BEHAVIOR
========================= */

@media (max-width: 991px) {

  .mw-mobile-menu .sub-menu {
    position: static;       /* KEY FIX */
    display: none;
    width: 100%;
    background: transparent;
    padding-left: 20px;
    margin-top: 8px;
  }

  .mw-mobile-menu .sub-menu.mw-submenu-open {
    display: block;
  }

  /* Disable hover behavior on mobile */
  .mw-mobile-menu li:hover > ul {
    display: none;
  }
}


@media (max-width: 991px) {

  .mw-mobile-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 40px;
  }

  .mw-mobile-menu .menu-item-has-children > a::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 600;
  }

  .mw-mobile-menu .menu-item-has-children > a.mw-open::after {
    content: "−";
  }
}

