/**
* Template Name: Bootslander
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
* Version: 2.0 - Updated for Highest Honor Transportation
*/

:root {
  --bs-secondary-border-subtle: #ffffff;
  --bs-border-color: #ffffff;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'AICON';
  src: url('../fonts/AICON-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AICON';
  src: url('../fonts/AICON-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AICON';
  src: url('../fonts/AICON-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'AICON';
  src: url('../fonts/AICON-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'AICON';
  src: url('../fonts/AICON-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: #f0f2f5;
}

#main {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 25%, #f8f9fa 35%, #e8ecf4 55%, #d1d9e8 75%, #b8c5d9 90%, #9fb3cc 100%);
  min-height: 100vh;
}

a {
  color: #19376d;
  text-decoration: none;
}

a:hover {
  color: #2d5aa0;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #f8f9fa;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #19376d;
  border-top-color: #4a90e2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #19376d;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2d5aa0;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  transition: all 0.5s;
  z-index: 10000;
  transition: all 0.5s;
  background: rgba(25, 55, 109, 0.95);
  width: 100vw;
  max-width: 100vw;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(25, 55, 109, 0.95);
  height: auto;
}

#header .header-content {
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  outline: none !important;
  border: none !important;
}

#header .logo {
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0;
  max-width: auto !important;
  box-sizing: border-box !important;
  outline: none !important;
  border: none !important;
}

/* Responsive centering for larger screens */
@media (min-width: 351px) and (max-width: 1450px) {
  #header {
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
  }
  
  #header .logo {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;
    max-width: auto !important;
    z-index: 1 !important;
  }
  
  #header .logo h1 {
    text-align: center !important;
    justify-content: center !important;
  }
  
  #header .logo-subtitle {
    text-align: center !important;
  }
  
  /* Ensure navbar maintains its position */
  #header .navbar {
    position: relative !important;
    z-index: 2 !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }
}

/* Absolute centering for very large screens */
@media (min-width: 1451px) {
  #header {
    height: auto !important;
    min-height: 80px !important;
    padding: 0 !important;
    overflow: visible;
  }
  
  #header .logo {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    max-width: auto !important;
    z-index: 1 !important;
  }
  
  #header .logo h1 {
    text-align: center !important;
    justify-content: center !important;
  }
  
  #header .logo-subtitle {
    text-align: center !important;
  }
  
  /* Ensure navbar maintains its position */
  #header .navbar {
    position: relative !important;
    z-index: 2 !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }
}

#header .navbar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding-left: 0;
  padding-right: 1em;
  max-width: 50px;
  overflow: hidden;
}

#header .logo h1 {
  font-size: clamp(10px, 2.5vw, 20px);
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
  font-weight: 700;
  font-family: 'AICON', sans-serif;
  white-space: nowrap;
  overflow: visible;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

#header .logo h1 span {
  margin-right: 5px;
}

/* Removed conflicting flex-shrink rule */

#header .logo-subtitle {
  font-size: clamp(7px, 1.8vw, 10px);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0 0 8px 0;
  padding-left: 0px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 195px;
  width: auto;
  height: 195px;
  display: block;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 30px;
  background-color: #4a90e2;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 25px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #01036f;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #19376d;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    position: relative;
    z-index: 1000;
  }

  .navbar ul {
    display: none;
  }
  
  .navbar {
    position: relative;
    justify-content: flex-end;
    margin: 0 !important;
    padding: 1em !important;
    flex: 0 0 auto !important;
    min-width: 0px !important;
    max-width: 80px !important;
  }
  
  /* Reduce padding for small screens */
  #header .logo {
    padding-left: 1em !important;
    position: relative !important;
    left: auto !important;
    transform: none !important;
    max-width: auto !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  
  /* Ensure no margins for edge positioning */
  #header .logo {
    margin: 0;
  }
}

/* Enhanced navbar styling for extremely small screens where logo overlap is likely */
@media (max-width: 349px) {
  .navbar {
    background: rgba(25, 55, 109, 0.9) !important;
    backdrop-filter: blur(8px) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  }
}

@media (min-width: 950px) and (max-width: 1200px) {
  /* Reduce logo size for medium screens to prevent navbar cutoff */
  #header .logo h1 {
    font-size: clamp(10px, 2vw, 14px);
  }
  
  #header .logo-subtitle {
    font-size: clamp(7px, 1.4vw, 10px);
  }
}

@media (min-width: 992px) {
  /* Ensure desktop navigation is visible */
  .navbar ul {
    display: flex !important;
  }
  
  .mobile-nav-toggle {
    display: none !important;
  }
  
  /* Full navbar styling for desktop */
  #header .navbar {
    max-width: none !important;
    padding-right: 2em !important;
    overflow: visible !important;
  }
}

/* Override old navbar-mobile styles that conflict with our new overlay */
.navbar-mobile {
  display: none !important;
}

.navbar-mobile ul {
  display: none !important;
}

/* Mobile Navigation Overlay */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 55, 109, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(8px);
}

.mobile-nav-overlay {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* Debug: Ensure overlay is visible */
.mobile-nav-overlay {
  background-color: rgba(25, 55, 109, 0.85) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.mobile-nav-container {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 25px;
  max-width: 280px;
  width: 100%;
  position: relative;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: translateY(-5%);
  z-index: 9998;
  backdrop-filter: blur(10px);
}

.mobile-nav-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 20px;
  color: #19376d;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.mobile-nav-close:hover {
  background-color: #fff;
  color: #4a90e2;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.mobile-nav-header {
  text-align: center;
  margin-bottom: 35px;
  padding: 0 20px;
}

.mobile-nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mobile-nav-menu ul li {
  border-bottom: 1px solid rgba(25, 55, 109, 0.1);
  margin-bottom: 5px;
}

.mobile-nav-menu ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.mobile-nav-menu ul li a {
  display: block;
  padding: 18px 25px;
  font-size: 17px;
  font-weight: 500;
  color: #19376d;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  border-radius: 12px;
  margin: 0 5px;
}

.mobile-nav-menu ul li a:hover {
  background-color: rgba(25, 55, 109, 0.08);
  color: #4a90e2;
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#home {
  width: 100%;
  background: none;
  position: relative;
  padding: 120px 0 0 0;
  min-height: 75vh;
  overflow: visible;
  display: flex;
  align-items: center;
}

#home:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../gallery/fleet_main.avif");
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  z-index: -2;
}

#home:before {
  content: "";
  background: rgba(25, 55, 109, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#home .hero-content {
  position: relative;
  z-index: 2;
}

#home h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.8);
}

#home h1 span {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

#home h1 span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #4a91e288 0%, #4a90e2 25%, #5ba0f2 50%, #4a90e2 75%, #4a91e288 100%);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 6px rgba(74, 144, 226, 0.5);

}

#home .hero-subtitle {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-family: "Poppins", sans-serif;
}

#home h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-size: 24px;
}

#home .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  margin: 10px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #19376d;
  min-width: 200px;
  text-align: center;
}

#home .btn-get-started:hover {
  background: #2d5aa0;
}

#home .btn-request-service {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  margin: 10px;
  border-radius: 50px;
  transition: 0.5s;
  color: #19376d;
  background: #fff;
  min-width: 200px;
  text-align: center;
}

#home .btn-request-service:hover {
  background: #8B6914;
  color: #fff;
  border-color: #8B6914;
}

#home .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #home {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 85vh;
  }

  #home .animated {
    animation: none;
  }

  #home h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  #home h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  
  #header .logo h1 {
    font-size: 14px;
  }
  
  #header .logo {
    margin-right: 15px;
    max-width: auto !important;
    padding-left: 1em !important;
  }
  
  #header .logo-subtitle {
    font-size: 9px;
    text-align: left;
    margin: 0;
  }
  
  #home .hero-subtitle {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }
  
  #home .hero-cta {
    margin-top: 30px !important;
  }
}

@media (max-width: 768px) {
  #home {
    min-height: 90vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .mobile-nav-toggle {
    font-size: 24px;
  }
  
  .mobile-nav-container {
    max-width: 280px;
    padding: 20px;
  }
  
  /* Override fluid scaling for mobile to ensure readability */
  #header .logo h1 {
    font-size: 12px !important;
  }
  
  #header .logo-subtitle {
    font-size: 8px !important;
    text-align: left !important;
    margin: 0 !important;
  }
  
  #header .logo {
    margin: 0;
  }
  
  #header .navbar {
    margin: 0;
  }
  
  #home .hero-subtitle {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  
  #home .hero-cta {
    margin-top: 25px !important;
  }
  
  #home h1 {
    font-size: 24px;
    line-height: 28px;
  }
  
  #home h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  #home {
    min-height: 95vh;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  .mobile-nav-container {
    max-width: 300px;
    padding: 20px;
  }
  
  /* Override fluid scaling for small mobile */
  #header .logo h1 {
    font-size: 11px !important;
    line-height: 1.0;
  }
  
  #header .logo-subtitle {
    font-size: 7px !important;
    line-height: 1.0;
    text-align: left !important;
    margin: 0 !important;
  }
  
  #header .logo {
    margin: 0;
  }
  
  #header .navbar {
    margin: 0;
  }
}

@media (max-width: 415px) {
  #home {
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }
  
  /* Override fluid scaling for very small screens */
  #header .logo h1 {
    font-size: 10px !important;
    line-height: 1.0;
  }
  
  #header .logo-subtitle {
    font-size: 6px !important;
    line-height: 1.0;
    text-align: left !important;
    margin: 0 !important;
  }
  
  #header .logo {
    margin: 0;
  }
  
  #header .navbar {
    margin: 0;
  }
  
  #header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.hero-waves {
  display: block;
  margin-top: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
  position: absolute;
  bottom: 0;
  background: transparent;
}

.hero-waves .wave3 {
  fill: #ffffff !important;
  border: none !important;
  border-color: transparent !important;
}

.wave1 use {
  animation: move-forever1 12.5s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 10s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 7.5s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #e8ecf4;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #19376d;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #19376d;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #e8ecf4;
  min-height: 40px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 64px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 40px 0 0 0;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #19376d;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #4a90e2;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #19376d;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #19376d;
  border-color: #19376d;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #19376d;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background-size: contain;
  min-height: 300px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#19376d 50%, rgba(25, 55, 109, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 55, 109, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #19376d;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/


.features .row {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
}
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f8f9fa;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #19376d;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #0f2444;
}

.features .icon-box:hover {
  background: #e9ecef;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f8f9fa;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #19376d;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #19376d;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content+.content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #19376d;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #19376d;
}

.details .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.gallery .gallery-image-container {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery .gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

/* Swiper-specific styles */
.testimonials .swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.testimonials .swiper-wrapper {
  display: flex;
  transition-property: transform;
}

.testimonials .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 10px;
  margin: 20px;
  height: auto;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #F4C430;
  font-size: 18px;
  margin: 0 2px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  margin: 0 4px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #19376d;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(25, 55, 109, 0.5);
}

/* Mobile-specific pagination improvements */
@media (max-width: 768px) {
  .testimonials .swiper-pagination {
    margin-top: 15px;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    transform: scale(1.3);
  }
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #19376d;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #19376d;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #19376d;
}

.team .member .social {
  margin-top: 10px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #19376d;
}

.team .member .social a:hover {
  color: #4a90e2;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #19376d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #19376d;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #19376d;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #2d5aa0;
}

.pricing .featured h3 {
  color: #fff;
  background: #19376d;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #19376d;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #4a90e2;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #19376d;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .service-info-banner {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #dee2e6;
  margin-bottom: 25px;
}

.contact .service-info-banner .info-item {
  padding: 15px 10px;
  text-align: center;
  transition: all 0.3s ease;
}

.contact .service-info-banner .info-item:hover {
  transform: translateY(-5px);
}

.contact .service-info-banner .info-item i {
  font-size: 32px;
  color: #19376d;
  margin-bottom: 15px;
  display: block;
}

.contact .service-info-banner .info-item:nth-child(2) i {
  color: #ffd700;
}

.contact .service-info-banner .info-item h5 {
  font-size: 16px;
  font-weight: 600;
  color: #19376d;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact .service-info-banner .info-item p {
  font-size: 14px;
  color: #2d5aa0;
  margin-bottom: 5px;
  font-weight: 500;
}

.contact .service-info-banner .info-item small {
  font-size: 12px;
  color: #6c757d;
  font-style: italic;
}

.contact .info {
  width: 100%;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact .info i {
  font-size: 20px;
  color: #19376d;
  width: 44px;
  height: 44px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #19376d;
}

.contact .info p {
  padding: 0 0 0 15px;
  margin-bottom: 0;
  font-size: 14px;
  color: #2d5aa0;
}

.contact .info .vehicle-info {
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.contact .info .vehicle-info i {
  font-size: 20px;
  color: #ffd700;
  width: 44px;
  height: 44px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.contact .info .vehicle-info:hover i {
  background: #ffd700;
  color: #fff;
  transform: scale(1.1);
}

.contact .info .vehicle-info small {
  padding: 0 0 0 15px;
  color: #6c757d;
  font-size: 12px;
}

.contact .info .email,
.contact .info .phone,
.contact .info .address {
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #19376d;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form label {
  font-weight: 600;
  color: #19376d;
  margin-bottom: 8px;
  font-size: 14px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea,
.contact .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border: 1px solid #dee2e6;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus,
.contact .php-email-form select:focus {
  border-color: #19376d;
  box-shadow: 0 0 0 0.2rem rgba(25, 55, 109, 0.25);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form select {
  height: 44px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2.5rem;
}

.contact .php-email-form .text-muted {
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.contact .php-email-form .tooltip-text {
  position: absolute;
  background: #19376d;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 1000;
  max-width: 250px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  margin-top: 5px;
}

.contact .php-email-form .tooltip-text::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #19376d;
}

.contact .php-email-form button[type=submit] {
  background: #19376d;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #2d5aa0;
}

.contact .php-email-form .btn-book-now {
  background: linear-gradient(135deg, #19376d 0%, #2d5aa0 100%);
  border: 0;
  padding: 15px 40px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.4s ease;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(25, 55, 109, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact .php-email-form .btn-book-now:hover {
  background: linear-gradient(135deg, #2d5aa0 0%, #19376d 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(25, 55, 109, 0.4);
  color: #fff;
}

.contact .php-email-form .btn-book-now:active {
  transform: translateY(0);
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #19376d;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #0f2444;
  color: #fff;
  border-top: 4px solid #800000;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  font-family: 'AICON', sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #4a90e2;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#footer .footer-top .footer-links ul i {
  padding-right: 0;
  color: #4a90e2;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  flex-shrink: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

#footer .footer-top .footer-links ul a:hover {
  color: #4a90e2;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px 6px 15px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #19376d;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #2d5aa0;
}

#footer .copyright {
  border-top: 1px solid #2d5aa0;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

/* Footer responsive layout for screens below 992px */
@media (max-width: 991px) {
  #footer .footer-top .row {
    flex-direction: column;
  }
  
  #footer .footer-top .col-lg-5 {
    width: 100%;
    margin-bottom: 30px;
    order: -1;
  }
  
  /* Force navigation sections to stay horizontal on all screen sizes */
  #footer .footer-top .col-lg-7 .row {
    display: flex !important;
    flex-direction: row !important;
  }
  
  /* Override parent container width to use full page width */
  #footer .footer-top .col-lg-7 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  
  #footer .footer-top .col-lg-7 .col-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
  
  /* Center the navigation sections */
  #footer .footer-top .footer-links {
    text-align: center;
  }
  
  /* Adjust footer-info margins for mobile */
  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Form Status Messages
--------------------------------------------------------------*/
.alert {
  border-radius: 8px;
  border: none;
  margin-bottom: 20px;
  padding: 15px 20px;
  position: relative;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}

.alert .btn-close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 18px;
  color: inherit;
  opacity: 0.7;
  cursor: pointer;
}

.alert .btn-close:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Form Improvements
--------------------------------------------------------------*/
.form-control:disabled {
  background-color: #f8f9fa;
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-book-now:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
}

/*--------------------------------------------------------------
# Tooltip Improvements
--------------------------------------------------------------*/
.tooltip-text {
  background: rgba(25, 55, 109, 0.9);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 5px;
  position: relative;
  z-index: 1000;
}

.tooltip-text::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(25, 55, 109, 0.9);
}

@media (max-width: 575px) {
  #header .logo {
    flex: 1 1 auto !important;
  }
  
  #header .navbar {
    flex: 0 0 25%;
  }
  
  #header .logo h1 {
    font-size: 10px;
    line-height: 1.0;
  }
  
  #header .logo-subtitle {
    font-size: 7px;
    line-height: 1.0;
  }
}

/*--------------------------------------------------------------
# Scroll Offset for Fixed Header
--------------------------------------------------------------*/
#booking-form {
  scroll-margin-top: 100px;
}

@media (max-width: 768px) {
  #booking-form {
    scroll-margin-top: 80px;
  }
}

/* Mobile-specific scroll improvements */
@media (max-width: 768px) {
  html {
    scroll-behavior: smooth;
  }
  
  /* Ensure form fields are properly scrollable on mobile */
  .contact .php-email-form {
    overflow: visible;
  }
  
  /* Improve mobile focus behavior */
  .contact .php-email-form input:focus,
  .contact .php-email-form select:focus,
  .contact .php-email-form textarea:focus {
    position: relative;
    z-index: 1001;
  }
}

/*--------------------------------------------------------------
# Mobile Ready to Submit Box States
--------------------------------------------------------------*/
.mobile-status-box {
  border-radius: 8px;
  border: none;
  padding: 1rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.mobile-status-box.ready-state {
  background-color: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}

.mobile-status-box.pending-state {
  background-color: #f8f9fa;
  color: #6c757d;
  border-left: 4px solid #6c757d;
}

.mobile-status-box.error-state {
  background-color: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}

.mobile-status-box .status-icon {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.mobile-status-box .status-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.mobile-status-box .status-details {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.mobile-status-box .missing-fields {
  font-weight: 500;
  color: inherit;
}

/*--------------------------------------------------------------
# Gallery Styles
--------------------------------------------------------------*/
.gallery-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-image-container:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.gallery-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-image-container:hover .gallery-image {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-overlay i {
  color: white;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.6);
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
}

.gallery-image-container:hover .gallery-overlay {
  opacity: 1;
}

/* Image Modal Styles */
.image-modal-overlay {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.image-modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 10000;
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.image-modal-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.image-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 10000;
  padding: 12px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.image-modal-nav:hover {
  background-color: rgba(255, 255, 255, 0.2);
}



.image-modal-nav.prev {
  left: -50px;
}

.image-modal-nav.next {
  right: -50px;
}

.image-modal-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  /* Enable better touch zooming and panning */
  touch-action: pan-x pan-y pinch-zoom;
  /* Prevent text selection during zoom */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.image-modal-counter {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 20px;
}

.image-modal-hint {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 15px;
  opacity: 0;
  animation: fadeInHint 0.5s ease-in-out 0.5s forwards;
  pointer-events: none;
  transition: all 0.3s ease;
}



/* Gallery Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes zoomIn {
  from { 
    opacity: 0; 
    transform: scale(0.9); 
  }
  to { 
    opacity: 1; 
    transform: scale(1); 
  }
}

@keyframes fadeInHint {
  from { 
    opacity: 0; 
    transform: translateX(-50%) translateY(-10px);
  }
  to { 
    opacity: 1; 
    transform: translateX(-50%) translateY(0);
  }
}

/* Mobile optimizations */
@media (max-width: 768px) {
  .image-modal-overlay {
    top: 60px;
    padding: 10px;
  }
  
  .image-modal-content {
    max-width: 95vw;
    max-height: 95vh;
  }
  
  .gallery-image {
    height: 200px;
  }
  
  .image-modal-nav {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  
  .image-modal-nav.prev {
    left: -30px;
  }
  
  .image-modal-nav.next {
    right: -30px;
  }
  
  /* Enhanced mobile touch experience */
  .image-modal-image {
    touch-action: manipulation;
  }
  
  .image-modal-nav {
    opacity: 0.7;
    transition: opacity 0.2s ease;
  }
  
  .image-modal-nav:hover,
  .image-modal-nav:active {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
  }
}

/* Footer Logo Styling */
.footer-logo {
  display: block;
  margin: 0 0 5px 0;
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}

/* Footer Separator Styling */
.footer-info .footer-separator {
  font-size: 18px;
  font-weight: 900;
  margin: 0 8px;
  color: #4a90e2;
}

/* Footer Certification Text Styling */
.footer-info .footer-certification {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

/* Responsive sizing for small screens (iPhone SE, etc.) */
@media (max-width: 390px) {
  .footer-info .footer-certification {
    font-size: 12px !important;
  }
  
  .footer-info .footer-separator {
    font-size: 16px !important;
    margin: 0 6px;
  }
}