/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #ff002b;
  --secondary-color:              #ff002b;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #ff002b;
  --custom-btn-bg-hover-color:    #c01f27;
  --dark-color:                   #010035;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #ff002b;

  --body-font-family:             'Outfit', sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --btn-font-size:                14px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color); 
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5, 
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 51px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
  border-bottom: 1px solid #cccccc;
}

.navbar {
  background: transparent;
  z-index: 9;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 51px);
  background-color: #010034;
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-image: linear-gradient(0deg, rgba(255,0,43,0.7987570028011204) 0%, rgba(255,0,43,0.8015581232492998) 100%), url('../images/porse-car-bg.webp');
  background-color: #ff002b;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}


/*---------------------------------------
  TICKET               
-----------------------------------------*/
.ticket-section {
  background-image: url('../images/nicholas-green-unsplash-blur.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}

.ticket-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.ticket-form .form-check {
  position: relative;
  min-height: 52px;
  padding-left: 35px;
}

.ticket-form .form-check .form-check-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-left: 35px;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  ARTISTS - Services             
-----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.artists-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: var(--primary-color);
  background-color: rgba(255, 0, 43, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p, .artists-hover p a {
  color: var(--white-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}

section#services {
  background-color: #010034;
}

section#services .card{margin-bottom:30px;}

/*section#services h2, section#services h3{color:#ffffff;}*/


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.schedule-section {
  background-image: url('../images/nainoa-shizuru-unsplash-blur.jpg');
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.table-responsive {
	filter: drop-shadow(2px 2px 4px #606060);
}

.schedule-table {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.schedule-table .bg-warning {
  background: #f0a5a5 !important;
}

.schedule-table thead th {
  background-color: var(--secondary-color);
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom-color: transparent;
}

.schedule-table thead th {
  border-right: 1px solid #c7460a;
  border-bottom-color: transparent;
}

.schedule-table th + td {
  border-bottom: 0;
}

.schedule-table thead th:last-child {
  border-right-color: transparent;
}

.schedule-table .pop-background-image {
  background-image: url('../images/artists/joecalih-UmTZqmMvQcw-unsplash.jpg');
}

.schedule-table .rock-background-image {
  background-image: url('../images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg');
}

.schedule-table .country-background-image {
  background-image: url('../images/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg');
}

.table-background-image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.schedule-table h3,
.schedule-table p {
  color: var(--white-color);
  position: relative;
  z-index: 2;
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 50px;
}

.pricing-thumb h3 small {
  display: inline-block;
  font-size: var(--p-font-size);
  margin-right: 15px;
}

.pricing-list {
  column-count: 2;
  padding-left: 20px;
}

.pricing-list-item {
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pricing-tag {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.pricing-tag span {
  font-size: 180%;
  line-height: normal;
}

.pricing-thumb .link-fx-1 {
  color: var(--primary-color);
}

.pricing-thumb .link-fx-1:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  CONTACT FORM
-----------------------------------------*/
.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  inset: -30px;
  background-image: linear-gradient(135deg, rgba(1,0,53,0.88) 0%, rgba(180,0,30,0.72) 100%), var(--contact-bg, url('../images/porse-car-bg.webp'));
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  z-index: 0;
}

.contact-section .container {
  position: relative;
  z-index: 1;
}

.contact-section h2 {
  color: var(--white-color);
}

.cf-card {
  background: rgba(1, 0, 53, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--border-radius-medium);
  padding: 48px 40px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.cf-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cf-field label {
  color: var(--white-color);
  font-size: 14px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.3px;
}

.cf-required {
  color: var(--primary-color);
  margin-left: 2px;
}

.cf-optional {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-weight: 400;
  margin-left: 4px;
}

.cf-input {
  background: rgba(255, 255, 255, 0.07);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--border-radius-small);
  color: var(--white-color);
  font-size: 15px;
  padding: 12px 16px;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
  outline: none;
}

.cf-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.cf-input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--primary-color);
}

.cf-input--valid {
  border-color: #28a745;
}

.cf-input--error {
  border-color: #ff4d6d;
}

.cf-input--error ~ .cf-feedback {
  display: block;
}

.cf-feedback {
  display: none;
  color: #ff4d6d;
  font-size: 12.5px;
  margin-top: 2px;
}

textarea.cf-input {
  resize: vertical;
  min-height: 130px;
}

.cf-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cf-spin 0.7s linear infinite;
  margin-right: 6px;
  vertical-align: middle;
}

@keyframes cf-spin {
  to { transform: rotate(360deg); }
}

.cf-success-box {
  text-align: center;
  padding: 40px 20px;
  animation: cf-fadein 0.4s ease;
}

.cf-success-icon {
  width: 64px;
  height: 64px;
  background: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin: 0 auto 20px;
}

.cf-success-box h5 {
  color: var(--white-color);
  font-size: 22px;
  margin-bottom: 8px;
}

.cf-success-box p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.cf-error-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 77, 109, 0.15);
  border: 1px solid rgba(255, 77, 109, 0.4);
  border-radius: var(--border-radius-small);
  color: #ff4d6d;
  font-size: 14px;
  margin-top: 20px;
  padding: 12px 16px;
}

@keyframes cf-fadein {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 575px) {
  .cf-card {
    padding: 32px 20px;
  }
}


/*---------------------------------------
  SITE FOOTER
-----------------------------------------*/
.site-footer {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.site-footer-top {
  background-color: var(--secondary-color);
  background-image: url('../images/porse-car-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*(margin-bottom: 70px;*/
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  /*border-top: 1px solid #1f1c1c;
  margin-top: 60px;*/
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.social-icon-link span {
  display: block;
}

.social-icon-link span:hover::before{
  animation: spinAround 2s linear infinite;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 150px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr, 
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}


/*---------------------------------------
  MULTI-PAGE STYLES
-----------------------------------------*/

/* ── Solid nav on inner pages ── */
.inner-page .navbar {
  background-color: var(--dark-color);
}

/* ── Active nav link ── */
.navbar .nav-link.active {
  color: var(--primary-color) !important;
}

/* ── Section label (small uppercase above headings) ── */
.section-label {
  color: var(--primary-color);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: 8px;
}

/* ── Page Hero (inner page header banner) ── */
.page-hero {
  position: relative;
  padding: 130px 0 60px;
  background: linear-gradient(135deg, #010035 0%, #12002a 60%, #200010 100%);
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(255,0,43,0.12) 0%, transparent 60%);
  z-index: 0;
}

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

.page-hero h1 {
  color: var(--white-color);
  font-size: 2.6rem;
  font-weight: 700;
  margin: 6px 0 0;
}

.page-hero-sub {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-hero .breadcrumb {
  background: none;
  padding: 0;
  margin: 0 0 8px;
}

.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item a {
  color: rgba(255,255,255,0.55);
  font-size: 0.85rem;
  text-decoration: none;
}

.page-hero .breadcrumb-item a:hover {
  color: var(--primary-color);
}

.page-hero .breadcrumb-item.active {
  color: rgba(255,255,255,0.9);
}

.page-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.3);
}

/* Service page hero with background image */
.service-page-hero {
  background: linear-gradient(135deg, rgba(1,0,53,0.95) 0%, rgba(30,0,20,0.92) 100%);
}

.service-page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  z-index: 0;
}

.service-category-badge {
  display: inline-block;
  background: rgba(255,0,43,0.15);
  border: 1px solid rgba(255,0,43,0.3);
  color: var(--primary-color);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 12px;
}

/* ── Stats section ── */
.stats-section {
  background: linear-gradient(135deg, var(--dark-color) 0%, #12001e 100%);
  padding: 70px 0;
}

.stat-item {
  text-align: center;
  padding: 28px 20px;
  border: 1px solid rgba(255,0,43,0.2);
  border-radius: 12px;
  transition: border-color 0.3s, transform 0.3s;
}

.stat-item:hover {
  border-color: var(--primary-color);
  transform: translateY(-4px);
}

.stat-number {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

.stat-label {
  color: rgba(255,255,255,0.75);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ── How It Works ── */
.how-it-works-section {
  background: #050026;
}

.step-card {
  text-align: center;
  padding: 40px 28px;
  background: rgba(255,255,255,0.03);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  height: 100%;
  transition: border-color 0.3s;
}

.step-card:hover {
  border-color: rgba(255,0,43,0.3);
}

.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step-card h4 {
  color: var(--white-color);
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.step-card p {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.7;
}

/* ── Why Choose Us ── */
.why-section {
  background: linear-gradient(135deg, #010035 0%, #0a001a 100%);
}

.why-card {
  padding: 30px 24px;
  background: rgba(255,255,255,0.035);
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.07);
  height: 100%;
  transition: all 0.3s;
}

.why-card:hover {
  background: rgba(255,0,43,0.07);
  border-color: rgba(255,0,43,0.3);
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(255,0,43,0.1);
}

.why-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(255,0,43,0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.5rem;
  color: var(--primary-color);
}

.why-card h5 {
  color: var(--white-color);
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1rem;
}

.why-card p {
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.7;
}

/* ── CTA Section ── */
.cta-section {
  background: linear-gradient(135deg, #0a001a 0%, #010035 50%, #150008 100%);
  border-top: 1px solid rgba(255,0,43,0.25);
  border-bottom: 1px solid rgba(255,0,43,0.25);
}

.cta-section h2 {
  color: var(--white-color);
}

.cta-section p {
  color: rgba(255,255,255,0.75);
}

/* ── Services Listing Grid ── */
.service-category {
  margin-bottom: 20px;
}

.service-category-title {
  color: var(--primary-color);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: 6px;
}

.service-category-heading {
  color: var(--white-color);
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 36px;
}

.services-grid-card {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.services-grid-card:hover {
  border-color: var(--primary-color);
  background: rgba(255,0,43,0.06);
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(255,0,43,0.15);
}

.services-grid-card .card-img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.services-grid-card .card-content {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.services-grid-card h4 {
  color: var(--white-color);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.services-grid-card p {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  flex: 1;
  margin-bottom: 14px;
  line-height: 1.6;
}

.btn-link-arrow {
  color: var(--primary-color);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}

.btn-link-arrow:hover {
  color: var(--white-color);
}

/* ── Service Detail ── */
.service-detail-section {
  background: #050026;
  padding: 70px 0;
}

.service-overview {
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 0;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.features-list li {
  color: rgba(255,255,255,0.82);
  padding: 11px 0 11px 38px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 0.93rem;
  line-height: 1.5;
}

.features-list li:last-child {
  border-bottom: none;
}

.features-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: rgba(255,0,43,0.13);
  border-radius: 50%;
  border: 1px solid rgba(255,0,43,0.5);
}

.features-list li::after {
  content: '✓';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-size: 0.68rem;
  font-weight: 700;
}

.service-sidebar {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,0,43,0.2);
  border-radius: 16px;
  padding: 28px 24px;
  position: sticky;
  top: 90px;
}

.off-road-notice {
  background: rgba(255,160,0,0.1);
  border: 1px solid rgba(255,160,0,0.3);
  border-radius: 10px;
  color: rgba(255,200,50,0.9);
  font-size: 0.85rem;
  line-height: 1.6;
  padding: 14px 18px;
}

/* ── Supported Brands ── */
.brands-section {
  background: linear-gradient(135deg, #010035 0%, #050026 100%);
  padding: 56px 0;
}

.brand-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
  font-weight: 500;
  margin: 5px;
  transition: all 0.2s;
  text-decoration: none;
}

.brand-tag:hover {
  background: rgba(255,0,43,0.12);
  border-color: var(--primary-color);
  color: var(--white-color);
}

/* ── Contact Info Card ── */
.contact-info-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.contact-info-item:last-child {
  border-bottom: none;
}

.contact-info-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  background: rgba(255,0,43,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--primary-color);
}

.contact-info-text h6 {
  color: var(--white-color);
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 0.9rem;
}

.contact-info-text a,
.contact-info-text p {
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
  margin: 0;
  text-decoration: none;
}

.contact-info-text a:hover {
  color: var(--primary-color);
}

/* ── Responsive ── */
@media screen and (max-width: 991px) {
  .page-hero {
    padding: 110px 0 48px;
  }

  .page-hero h1 {
    font-size: 2rem;
  }

  .service-sidebar {
    position: static;
    margin-top: 12px;
  }
}

@media screen and (max-width: 575px) {
  .page-hero h1 {
    font-size: 1.7rem;
  }

  .stat-number {
    font-size: 2.2rem;
  }

  .service-category-heading {
    font-size: 1.5rem;
  }
}

