﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=League+Spartan:wght@100..900&family=Playwrite+US+Trad:wght@100..400&display=swap");

@font-face {
  font-family: "Poster Gothic Cond ATF";
  src: url("../fonts/Poster_Gothic/fonnts.com-Poster_Gothic_Cond_ATF_Heavy.otf")
    format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poster Gothic Cond ATF";
  src: url("../fonts/Poster_Gothic/fonnts.com-Poster_Gothic_Cond_ATF.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --Soft-black: #111;
  --black: #000;
  --Black: #000;
  --aqua-color: #009899;
  --white-color: #fff;
  --White: #fff;
  --gray-color: #d9d9d9;
  --lightest-gray-color: #fafafa;
  --Blue-bright: #2464db;
  --Red1: #a50b01;
}

/* Common css start here  */

a {
  text-decoration: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

a:hover {
  text-decoration: none;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.my-40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.my-30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

p {
  margin-bottom: 0;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
}

ul {
  margin-bottom: 0;
}

.nav-container {
  max-width: 1500px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-unlimited-fluid {
  max-width: 1680px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-unlimited-md {
  max-width: 1360px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-unlimited {
  max-width: 1248px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-century {
  max-width: 1440px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* Common css end here  */

/* User requested global styles */

/* Generic Section Utility Classes */
.split-section {
  padding: 64px 0;
}
.sub-heading {
  color: var(--Black, #000);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.section-heading {
  color: var(--Black, #000);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.text-body-large {
  color: var(--Black, #000);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 40px;
}

.split-section {
  background-color: #fff;
}

.split-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.split-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.split-section .splitsec-detail {
  padding: 0 100px;
}

h1 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Poster Gothic Cond ATF", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 80px; /* 100% */
}

h2 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-global {
  color: var(--White, #fff);
  background: var(--Red1, #a50b01);
  border-radius: 4px;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  padding: 14px 22px;
  display: inline-block;
}

.btn-global:hover {
  /* color: var(--Red1, #a50b01);
  box-shadow: 0px 0px 0px 2px var(--Red1, #a50b01); */
  background-color: #9c0a00;
  color: #fff;
}

.hero-section {
  background-color: var(--Soft-black);
  padding: 120px 0;
}

/* Header Styles */
.main-header {
  background-color: #000;
  padding: 10px 0;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 80px; /* Ensure space for absolute logo */
}

/* Left Section - Nav Links */
.header-left .nav-links {
  display: flex;
  align-items: center;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-left .nav-links li a {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* Center Section - Logo */
.header-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.header-center .logo-wrapper img {
  max-height: 130px;
  width: auto;
  display: block;
  margin-top: 40px;
}

/* Right Section - Contact & Actions */
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

.header-right .contact-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--White, #fff);
  margin-right: 10px;
}

.header-right .contact-box .contact-label {
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-right .contact-box .contact-number {
  color: var(--White, #fff);
  text-align: right;
  font-family: "Poster Gothic Cond ATF";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}

.header-right .menu-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: #fff;
  margin-left: 10px;
}

.header-right .menu-trigger .more-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.arrival-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--Red1, #a50b01);
}

/* Service Mega Menu */
.mega-menu-overlay.service-menu {
  top: 80px; /* Adjust based on header height */
  height: auto;
  width: 100%;
  background-color: transparent; /* Container is transparent, content has background */
  padding: 0;
  overflow: visible;
  display: none;
  z-index: 99;
}

.mega-menu-overlay.service-menu.active {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: none;
}

.service-menu .container-unlimited-fluid {
  position: relative;
  padding-left: 15px; /* Match header fluid container */
  max-width: 1680px;
  margin: 0 auto;
}

.service-menu-content {
  background-color: #000;
  padding: 24px 40px 48px 40px;
  width: 380px;
  position: absolute;
  left: 16%;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-menu-content a {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.header-right .menu-trigger .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 18px;
}

.header-right .menu-trigger .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* Hover state for hamburger */
.header-right .menu-trigger:hover .hamburger span {
  background-color: var(--Red1);
}

/* Mega Menu Overlay */
.mega-menu-overlay {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  z-index: 90;
  padding-top: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  overflow-y: auto;
}

.mega-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Main Mega Menu Styles */
.main-mega-menu {
  top: 100px;
  height: calc(100vh - 100px);
  padding-top: 0;
  width: 460px;
  max-width: 100%;
  left: auto;
  right: 0;
  transform: translateX(100%);
  transition:
    transform 0.4s ease-in-out,
    visibility 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
  opacity: 1;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
}

.main-mega-menu.active {
  transform: translateX(0);
  visibility: visible;
}

.main-link {
  color: var(--White, #fff);
  text-align: right;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
  display: block;
}

.sub-link {
  color: var(--White, #fff);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: block;
  margin-bottom: 16px;
}

.main-menu-content {
  padding: 24px 120px 0px 0px;
  gap: 40px;
}

/* Inventory Mega Menu Styles */
.inventory-menu.mega-menu-overlay {
  height: 520px;
  overflow: hidden;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  z-index: -1;
}

.inventory-menu .container-century {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.inventory-menu .mega-menu-content {
  flex: 1;
  overflow: hidden;
  padding: 0;
}

.inventory-menu .mega-menu-content > .row > .col-md-3:first-child {
  padding-top: 40px;
  padding-bottom: 40px;
}

.inventory-menu .row {
  height: 100%;
}

.inventory-card {
  height: 360px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block;
}

.inventory-card > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hover-arrow {
  position: absolute;
  bottom: 120px; /* Positioned above the logo */
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  opacity: 0;
  transition: all 0.4s ease;
}

.hover-arrow img {
  width: 60px; /* Adjust scale as needed */
  height: auto;
}

.inventory-card:hover .hover-arrow {
  opacity: 1;
  bottom: 130px; /* Subtle float up effect */
}

.inventory-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}

.brand-logo-overlay {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 5; /* Increased to be above the gradient overlay */
  text-align: center;
}

.brand-logo-overlay img {
  width: 160px;
  display: inline-block !important;
}

.inventory-links-list li {
  list-style: none;
  margin-bottom: 16px;
}
.inventory-links-list li a {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.inventory-close .close-text {
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.inventory-close .close-text img {
  color: rgba(255, 255, 255, 0.5);
}

/* Financing Banner */
.financing-banner {
  padding: 60px 0;
  background-color: #fff;
}

.financing-text {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

/* Hero Section Styles */
.video-hero-section {
  position: relative;
  height: 820px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-title {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Poster Gothic Cond ATF", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 80px;
}
.inventory-section .inventory-card {
  height: 560px;
}
.inventory-section .brand-logo-overlay img {
  width: 200px;
}

/* body.menu-open {
  overflow: hidden;
} */

/* New Arrivals Section */
.new-arrivals-section {
  padding: 120px 0;
}

.new-arrivals-header {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-arrivals-section .section-title {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.new-arrivals-link-wrapper {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.view-listings-link {
  color: var(--Red1, #a50b01);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
}

.arrival-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.arrival-card:hover {
  text-decoration: none;
  color: inherit;
}

.arrival-image-wrapper {
  height: 360px;
  overflow: hidden;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.arrival-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrival-title {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px; /* 144.444% */
  text-transform: uppercase;
  margin: 0;
}

.arrival-price {
  color: var(--Red1, #a50b01);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px; /* 144.444% */
  text-transform: uppercase;
}

/* Service Mega Menu */
.mega-menu-overlay.service-menu {
  top: 80px; /* Adjust based on header height */
  height: auto;
  width: 100%;
  background-color: transparent; /* Container is transparent, content has background */
  padding: 0;
  overflow: visible;
  display: none;
  z-index: 99;
  pointer-events: none;
}

.mega-menu-overlay.service-menu.active {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.service-menu-content {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  padding: 24px 40px 48px 40px;
  width: 320px;
  position: absolute;
  left: 16%;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Service & Events Section Styles */
.service-events-section .row {
  margin: 0;
}

.service-events-section .col-md-6 {
  height: 800px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-col {
  background-image: url("https://cdn.mdsbrand.com/mean-unlimited-marine/assets/images/home/marine-service.png");
}

.events-col {
  background-image: url("https://cdn.mdsbrand.com/mean-unlimited-marine/assets/images/home/local-events.png");
}
.field-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.error_field {
    border-color: red !important;
}
.iti{
  width: 100%;
}
.tt-suggestion {
    position: absolute;
    top: 103%;
    width: 100%;
    z-index: 10;
    background: #fff;
    max-height: 500px;
    overflow-y: auto;
    top: 40px;
    width: 400px;
}
.imgContainer {
    height: 160px;
    width: 45%;
}
.hidden{
    display:none;
}
.conetntSectionContainer {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 15px;
    color: black;
}
.imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-events-section h2 {
  color: var(--White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.service-events-section .content-wrapper {
  text-align: center;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Facebook Feed Section Styles */
.facebook-section {
  background-image: url("https://cdn.mdsbrand.com/mean-unlimited-marine/assets/images/home/gallerybg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
  background-color: #000; /* Fallback */
}

.facebook-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.facebook-header h2 {
  margin-bottom: 24px;
}

.facebook-header p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.facebook-header .btn-global i {
  font-size: 18px; /* Slightly larger icon */
  margin-right: 10px;
  border-radius: 50px;
}

/* Facebook Carousel Styles */
.facebook-gallery-carousel .owl-stage {
  display: flex;
}

.gallery-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  aspect-ratio: 1/1;
}

/* Footer Styles */
.site-footer {
  background-color: #000;
  color: #fff;
  border-top: 1px solid #222;
}
.site-footer .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.footer-top {
  padding: 80px 0;
}
.footer-heading {
  justify-content: center !important;
}
.footer-logo {
  width: 301px !important;
}

.footer-contact-info p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.footer-phone {
  color: var(--White, #fff);
  font-family: "Poster Gothic Cond ATF";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}
.footer-phone:hover {
  color: var(--Red1, #a50b01);
}

.footer-heading-wrap {
  margin-bottom: 24px;
}

.footer-heading {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s;
}

.social-icon:hover {
  background-color: var(--Red1, #a50b01);
  color: #fff;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.4) !important;
  height: 280px;
  margin-top: 20px;
}
.footer-bottom p a{
    color: #ab9c9ccc;
}

.copyright-text {
  font-size: 12px;
  font-family: "Inter";
  opacity: 0.6;
}

/* Generic Page Hero Section */
.page-hero-section {
  height: 600px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 0;
  overflow: hidden;
}

/* Hero Background Image */
.page-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-hero-section .container-unlimited {
  position: relative;
  z-index: 2;
}

.page-hero-title {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Poster Gothic Cond ATF";
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.page-hero-subtitle {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

/* Trade Process Section Styles */
/* .trade-process-section {
    background-color: #000;
    padding: 64px 0;
    color: #fff;
    width: 100%;
}

.trade-process-section .section-title {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.process-icon-wrap {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-icon {
    max-height: 100%;
    width: auto;
}

.process-title {
color: var(--White, #FFF);
text-align: center;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 32px;
letter-spacing: 1.2px;
text-transform: uppercase;
}

.process-desc {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto;
} */
/* Trade Process Section Styles (Restored if missing) */
.trade-process-section {
  background-color: #000;
  padding: 100px 0;
  color: #fff;
  width: 100%;
}

.trade-process-section .section-title {
  color: var(--White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.process-icon-wrap {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-icon {
  max-height: 100%;
  width: auto;
}

.process-title {
  color: var(--White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
  height: 48px; /* Force consistent height for alignment */
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-desc {
  color: var(--White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
}

/* Valuation Form Styles */
.unlimited-form-section {
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  padding: 64px 0;
}

.unlimited-form-section .title-desc {
  color: var(--Blackish, #1d1d1d);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.valuation-form .form-control {
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  padding: 12px 15px;
  height: 50px;
  font-family: Inter;
  font-size: 14px;
  color: #000;
  background-color: #fafafa;
}

.form-group {
  margin-bottom: 0;
}
 .form-group label {
  display: none;
}
.valuation-form textarea.form-control {
  height: auto;
}

.valuation-form .form-control::placeholder {
  color: var(--Blackish, #1d1d1d);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.valuation-form .form-control:focus {
  box-shadow: none;
  border-color: #1d1d1d;
}

.form-subheading {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.radio-group-label {
  color: #1d1d1d;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
}

.custom-control-label {
  font-family: Inter;
  font-size: 16px;
  color: #1d1d1d;
  padding-left: 5px;
  cursor: pointer;
}

/* Custom Radio Button Color */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--Red1, #a50b01);
  border-color: var(--Red1, #a50b01);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(165, 11, 1, 0.25);
}

/* Certified Technicians Section Styles */
.technicians-section {
  background-color: #fff;
  padding: 64px 0;
}

.technicians-section .section-heading {
  text-align: center;
  margin-bottom: 24px;
}

.technicians-section p {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.certified-logo {
  max-width: 160px;
  object-fit: contain;
  width: 100%;
  margin: 0 auto;
}

/* DIY & Mobile Service Section Styles */
.diy-mobile-section {
  background-color: #000;
}

.service-subtitle {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.service-desc {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.service-image-wrapper {
  width: 100%;
  margin-bottom: 32px;
}

.service-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Our Culture Section Styles */
.culture-section {
  background-color: #fff;
}

.culture-section .section-title {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Poster Gothic Cond ATF", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.culture-subtitle {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.culture-desc {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.hexagon-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hexagon-icon img {
  max-height: 100%;
  width: auto;
}

.culture-item-title {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.culture-item-desc {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* Contact Section Styles */
.contact-section {
  background-color: #fff;
  padding: 100px 0;
}

.contact-main-title {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Poster Gothic Cond ATF";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 72px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact-address {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

.contact-address:hover {
  color: var(--Theme-Red, #a50b01);
}

.contact-phone {
  color: var(--Theme-Red, #a50b01);
  text-align: center;
  font-family: "Poster Gothic Cond ATF", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  text-decoration: none;
}

.contact-phone:hover {
  color: var(--Black, #000);
  text-decoration: none;
}

.hours-title {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.contact-hours p {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-title {
  color: var(--Black, #000);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.contact-form .form-control {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  padding: 15px;
  height: auto;
  font-family: Inter;
  font-size: 14px;
  color: #000;
}

/* .contact-form textarea.form-control {
  min-height: 150px;
} */

/* Map Section Styles */
.map-section iframe {
  display: block;
  width: 100%;
}
.financing-herosec h1 {
  color: var(--Black, #000);
  font-family: "Poster Gothic Cond ATF";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 72px; /* 112.5% */
  text-transform: uppercase;
    margin-bottom: 24px;
}

/* Finance Benefits Section Styles */
.finance-benefits-section {
    background-color: #fff;
    padding-bottom: 64px;
}

.finance-benefits-section .section-title {
    color: var(--Black, #000);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

.benefit-item {
    padding: 0 15px;
}

/* .benefit-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
} */

.benefit-icon img {
    width: 100%;
    height: auto;
}

.benefit-text {
    color: var(--Black, #000);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
}

/* Staff Profile Section Styles */
.staff-profile-section {
    background-color: #fff;
    
}

.staff-name {
    color: var(--Black, #000);
    font-family: "Poster Gothic Cond ATF", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 8px; /* Reduced spacing */
}

.staff-title {
  color: var(--Black, #000);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 32px; /* Increased spacing */
}

.staff-bio p{
color: var(--Black, #000);

font-family: Inter !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}

.staff-contact-form .form-control {
    border-radius: 2px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    padding: 12px 15px;
    height: auto;
    font-family: Inter;
    font-size: 14px;
    color: #000;
}

.staff-contact-form textarea.form-control {
    min-height: 120px;
}
.profi-detail{
  max-width: 440px;
}
.staff-bio-form{
  max-width: 440px;
  margin: 0 auto;
}


/* Responsive Styles */

@media screen and (min-width: 992px) {
  .footer-brand-inner {
    gap: 30px;
  }
  .footer-heading {
    text-align: center !important;
    width: 100%;
  }
}

@media (max-width: 1600px) {
}

@media (max-width: 1550px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
  .header-left .nav-links {
    display: none; /* Hide main links on tablet/mobile */
  }

  .header-inner {
    justify-content: space-between;
    min-height: 80px;
  }

  /* Reset absolute positioning for mobile logo */
  .header-center {
    position: static;
    transform: none;
    margin-right: auto; /* Push to left */
  }

  .header-center .logo-wrapper img {
    max-height: 90px; /* Smaller logo */
    margin-top: 0; /* Reset margin */
  }

  .main-header {
    padding: 10px 0;
  }

  .header-right .contact-box,
  .header-right .btn-global,
  .header-right .menu-trigger .more-text {
    display: none; /* Hide desktop elements */
  }

  .header-right .menu-trigger {
    display: block; /* Ensure hamburger is visible */
    margin-left: 0;
  }

  /* Mobile Menu Styles */
  .mobile-menu {
    top: 100px;
    height: 100vh;
    background-color: #000;
    overflow-y: auto;
    display: block;
    padding-top: 40px;
  }

  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile-accordion-header {
    cursor: pointer;
  }

  .mobile-accordion-header h5 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
  }

  .mobile-accordion-body {
    background-color: #1a1a1a !important; /* Slightly lighter black */
  }

  .mobile-accordion-body a {
    font-size: 16px;
    padding: 5px 0;
    display: block;
    color: #ccc !important;
  }

  .mega-menu-content {
    padding-top: 20px;
  }

  .mega-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .container-century {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Hide Desktop Mega Menus on Mobile */
  .main-mega-menu,
  .inventory-menu {
    display: none !important;
  }

  /* Hero Section Mobile Adjustments */
  .video-hero-section {
    height: 600px;
  }

  .hero-title {
    font-size: 60px;
    line-height: 60px;
  }
  .site-footer .border-right {
    border-right: none !important;
  }
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 40px;
    letter-spacing: 1px;
  }
  h2 {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .new-arrivals-section .section-title {
    font-size: 32px;
    letter-spacing: 1px;
}
  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}
  .video-hero-section {
    height: 550px;
  }
  .split-section {
    padding: 34px 0;
  }
  .technicians-section {
    padding: 34px 0;
  }
  .hero-title {
    font-size: 50px;
  }
  .new-arrivals-section {
    padding: 80px 0;
  }
  .section-heading {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .text-body-large {
    font-size: 14px;
    line-height: 22px;
  }
  .split-image-wrapper {
    margin-top: 32px;
  }
  .split-section .splitsec-detail {
    padding: 0;
  }
  .splitsec-detail {
    text-align: center;
    margin: 15px !important;
  }
  .gallery-item {
    aspect-ratio: 4/3;
  }

  .facebook-section {
    padding-top: 40px;
  }

  .page-hero-section {
    height: 500px;
  }

  .page-hero-title {
    font-size: 40px;
  }

  .trade-process-section {
    padding: 40px 0;
  }

  .trade-process-section .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .process-title {
    height: auto;
    margin-bottom: 12px;
  }

  .trade-process-section {
    padding: 60px 0;
  }

  .trade-process-section .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .process-title {
    height: auto;
    margin-bottom: 12px;
  }

  .unlimited-form-section {
    padding: 40px 0;
  }

  .culture-item-title {
    height: auto;
    margin-bottom: 12px;
  }

  .contact-main-title {
    font-size: 50px;
  }

  .contact-phone {
    font-size: 32px;
  }

  .contact-section {
    padding: 60px 0;
  }

  .finance-benefits-section {
      padding-bottom: 40px;
  }
  
  .finance-benefits-section .section-title {
      font-size: 20px;
      margin-bottom: 40px;
  }
  .financing-herosec h1 {
      font-size: 44px;
      line-height: 45px;
      margin-bottom: 20px;
  }


    .staff-profile-section {
        padding: 60px 0;
    }
    
    .staff-name {
        font-size: 32px;
  text-align: center;
    }
    .staff-title{
      text-align: center;
    }
    .profi-detail{
  max-width: 100%;
  padding-top: 20px;
  text-align: center;
}
.staff-bio-form{
  max-width: 100%;
  margin: 0 auto;
}





  /* -----footer style ------  */

  .site-footer {
    padding-top: 40px;
  }

  .footer-brand-inner {
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-logo-wrap {
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }

  .footer-heading-wrap {
    background-color: #111;
    padding: 15px;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: 1px solid #222;
  }

  /* When expanded, maybe change background */
  .footer-heading-wrap[aria-expanded="true"] {
    background-color: #1a1a1a;
  }

  .footer-links-collapse .footer-links {
    background-color: #111;
    padding: 15px;
    margin-top: 0 !important;
    margin-bottom: 0;
  }

  .footer-col {
    padding: 0; /* Remove padding to make full width look like accordion */
  }

  /* Rotate chevron */
  .footer-heading-wrap[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s;
  }

  .footer-heading-wrap .fa-chevron-down {
    transition: transform 0.3s;
  }

  .footer-social {
    padding: 0 15px 15px;
    background-color: #111;
    margin-top: -10px; /* Pull up to join with links container */
    display: block;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 32px;
    letter-spacing: 1px;
  }
  h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  
  .py-120 {
    padding-top: 40px;
    padding-bottom: 40px;
}
  .financing-herosec h1 {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 12px;
  }
  .video-hero-section {
    height: 480px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 40px;
  }

  .header-center .logo-wrapper img {
    max-height: 60px;
  }
  .new-arrivals-link-wrapper {
    position: unset !important;
    margin-top: 18px;
  }
  .new-arrivals-section {
    padding: 60px 0;
  }
  .service-events-section .col-md-6 {
    height: 500px; /* Adjust height for mobile */
  }

  .service-events-section h2 {
    font-size: 30px;
  }
  .facebook-header h2 {
    font-size: 28px;
  }

  .facebook-header p {
    padding: 0 15px;
  }

  .page-hero-section {
    height: 400px;
  }

  .page-hero-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .page-hero-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media (max-width: 576px) {
  .video-hero-section {
    height: 400px;
  }

  .hero-title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 32px;
  }

  .btn-global {
    font-size: 14px;
    padding: 10px 18px;
  }

  .header-center .logo-wrapper img {
    max-height: 50px;
  }
  .new-arrivals-section {
    padding: 40px 0;
  }
}
