@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  font-family: "georgia";
  src: url("../fonts/georgia.woff");
}
@font-face {
  font-family: "georgia";
  src: url("../fonts/georgia.woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Playfair Display", serif;
  color: #333333;
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
textarea,
select {
  font-family: inherit;
  outline: none;
}

::selection {
  background: #8b0000;
  color: #ffffff;
}

::-moz-selection {
  background: #8b0000;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: #8b0000;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #660000;
}

.section_space {
  padding: 40px 0px;
}
@media only screen and (max-width: 1199.98px) {
  .section_space {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section_space {
    padding: 40px 0px;
  }
}

.section_space_top {
  padding-top: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .section_space_top {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section_space_top {
    padding-top: 40px;
  }
}

.section_space_bottom {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .section_space_bottom {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section_space_bottom {
    padding-bottom: 40px;
  }
}

@font-face {
  font-family: "georgia";
  src: url("../fonts/georgia.woff");
}
body {
  font-family: "georgia", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "georgia", serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #8b0000;
}

h1 {
  font-size: 42px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199.98px) {
  h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991.98px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575.98px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991.98px) {
  h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-size: 16px;
}
@media only screen and (max-width: 767.98px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
}
@media only screen and (max-width: 767.98px) {
  h6 {
    font-size: 12px;
  }
}

p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}
@media only screen and (max-width: 991.98px) {
  p {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  p {
    font-size: 12px;
  }
}

a {
  color: #8b0000;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  color: #660000;
}

.text-primary {
  color: #8b0000;
}

.text-dark {
  color: #333333;
}

.text-light {
  color: #666666;
}

.text-muted {
  color: #999999;
}

.text-white {
  color: #ffffff;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-normal {
  font-weight: 400;
}

.section-title {
  text-align: center;
  color: #8b0000;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1199.98px) {
  .section-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .section-title {
    font-size: 24px;
  }
}

@font-face {
  font-family: "georgia";
  src: url("../fonts/georgia.woff");
}
header {
  background: #000000;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
header .navbar {
  padding: 0px 0px;
}
header .navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  header .navbar .container {
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  header .navbar .container {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  header .navbar .container {
    padding: 4px 4px;
  }
}
header .logo img {
  width: 265px;
  height: 145px;
}
@media only screen and (max-width: 1199.98px) {
  header .logo img {
    width: 120px;
    height: 65px;
  }
}
@media only screen and (max-width: 991.98px) {
  header .logo img {
    width: 100px;
    height: 55px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .logo img {
    width: 90px;
  }
}
@media only screen and (max-width: 575.98px) {
  header .logo img {
    width: 80px;
  }
}
@media only screen and (max-width: 480px) {
  header .logo img {
    width: 70px;
  }
}
@media only screen and (max-width: 374.98px) {
  header .logo img {
    width: 60px;
  }
}
header .nav-menu {
  display: flex;
  list-style: none;
  gap: 45px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-radius: 10px;
  border: 7px double #800000;
  padding: 0px 15px;
  box-shadow: 1.57px 3px 2px rgba(64, 0, 0, 0.36);
  background: repeat padding-box border-box 0%/auto scroll linear-gradient(#ffffff, #ffffff), #800000;
}
@media only screen and (max-width: 1199.98px) {
  header .nav-menu {
    gap: 15px;
    padding: 0px 10px;
    border: 2px solid #8b0000;
  }
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu {
    gap: 10px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav-menu {
    gap: 8px;
    padding: 6px 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  header .nav-menu {
    gap: 6px;
    padding: 5px 6px;
    border: 1px solid #8b0000;
  }
}
@media only screen and (max-width: 480px) {
  header .nav-menu {
    gap: 4px;
    padding: 4px 5px;
  }
}
@media only screen and (max-width: 374.98px) {
  header .nav-menu {
    gap: 3px;
    padding: 3px 4px;
  }
}
header .nav-menu li {
  margin: 0;
  display: flex;
}
header .nav-menu a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s;
  padding: 5px 10px;
  display: inline-block;
  font-size: 18px;
}
@media only screen and (max-width: 1199.98px) {
  header .nav-menu a {
    font-size: 16px;
    padding: 6px 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu a {
    font-size: 15px;
    padding: 5px 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav-menu a {
    font-size: 10px;
    padding: 4px 5px;
  }
}
@media only screen and (max-width: 575.98px) {
  header .nav-menu a {
    font-size: 11px;
    padding: 3px 2px;
  }
}
@media only screen and (max-width: 480px) {
  header .nav-menu a {
    font-size: 10px;
    padding: 2px 1px;
  }
}
header .nav-menu a:hover,
header .nav-menu a.active {
  color: #8b0000;
}
header .search-box {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 12px 15px;
  border-radius: 6px;
}
@media only screen and (max-width: 991.98px) {
  header .search-box {
    order: 2;
    padding: 6px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .search-box {
    padding: 5px 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  header .search-box {
    padding: 8px 6px;
  }
}
header .search-box i {
  color: #8b0000;
  margin-right: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 1199.98px) {
  header .search-box i {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  header .search-box i {
    font-size: 11px;
    margin-right: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .search-box i {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  header .search-box i {
    font-size: 9px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 480px) {
  header .search-box i {
    font-size: 8px;
    margin-right: 2px;
  }
}
@media only screen and (max-width: 374.98px) {
  header .search-box i {
    font-size: 7px;
  }
}
header .search-box input {
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  width: 150px;
}
@media only screen and (max-width: 1199.98px) {
  header .search-box input {
    width: 100px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  header .search-box input {
    width: 80px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .search-box input {
    width: 70px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  header .search-box input {
    width: 60px;
    font-size: 9px;
  }
}
@media only screen and (max-width: 480px) {
  header .search-box input {
    width: 50px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 374.98px) {
  header .search-box input {
    width: 40px;
    font-size: 7px;
  }
}
header .search-box input::placeholder {
  color: #8b0000;
}

@font-face {
  font-family: "georgia";
  src: url("../fonts/georgia.woff");
}
footer {
  background: #000000;
  color: #ffffff;
  padding: 50px 0 20px;
}
@media only screen and (max-width: 991.98px) {
  footer {
    padding: 40px 0 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: 30px 0 15px;
  }
}
footer .footer-content {
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-content {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .footer-content {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  footer .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .footer-logo img {
  width: 180px;
  height: auto;
}
@media only screen and (max-width: 1199.98px) {
  footer .footer-logo img {
    width: 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  footer .footer-logo img {
    width: 140px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .footer-logo img {
    width: 120px;
    margin: 0 auto;
  }
}
footer .footer-info {
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-info {
    margin-bottom: 20px;
  }
}
footer .footer-info h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-info h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .footer-info h3 {
    font-size: 14px;
  }
}
footer .footer-info p {
  color: #999999;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-info p {
    font-size: 12px;
  }
}
footer .footer-info p i {
  margin-right: 10px;
  color: #999999;
}
footer .footer-info a {
  color: #999999;
  margin-bottom: 5px;
  display: block;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-info a {
    font-size: 12px;
  }
}
footer .footer-info a i {
  margin-right: 10px;
  color: #999999;
}
footer .footer-social {
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-social {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-social {
    gap: 10px;
  }
}
footer .footer-social .social-icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 24px;
  transition: background 0.3s;
  text-decoration: none;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-social .social-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .footer-social .social-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-social .social-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
footer .footer-social .social-icon:hover {
  background: #999999;
}
footer .footer-social .social-icon i {
  color: #000000;
}
footer .footer-bottom {
  text-align: center;
  border-top: 1px solid #333333;
  padding-top: 20px;
  font-size: 12px;
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-bottom {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .footer-bottom {
    flex-direction: column;
    gap: 10px;
    font-size: 10px;
  }
}
footer .footer-bottom p {
  margin-bottom: 5px;
  color: #999999;
}
@media only screen and (max-width: 767.98px) {
  footer .footer-bottom p {
    margin-bottom: 0;
  }
}
footer .footer-bottom a {
  color: #999999;
  text-decoration: none;
  transition: color 0.3s;
}
footer .footer-bottom a:hover {
  color: #ffffff;
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  z-index: 1000;
  text-decoration: none;
}
@media only screen and (max-width: 991.98px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    font-size: 28px;
    bottom: 25px;
    right: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 26px;
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .whatsapp-float {
    width: 45px;
    height: 45px;
    font-size: 24px;
    bottom: 15px;
    right: 15px;
  }
}
.whatsapp-float:hover {
  background: #128c7e;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.whatsapp-float i {
  color: #ffffff;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.cookie-notice {
  background-color: #000000;
  border: 1px solid #333333;
  color: #ffffff;
  padding: 10px 10px;
  position: fixed;
  top: 70%;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 99;
}
@media only screen and (max-width: 767.98px) {
  .cookie-notice {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    font-size: 12px;
    gap: 8px;
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .cookie-notice {
    padding: 6px;
    font-size: 10px;
  }
}
.cookie-notice a {
  color: #ffffff;
}
.cookie-notice span {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .cookie-notice span {
    justify-content: center;
  }
}

@font-face {
  font-family: "georgia";
  src: url("../fonts/georgia.woff");
}
.main_wrapper {
  margin-top: 140px;
}
@media only screen and (max-width: 1199.98px) {
  .main_wrapper {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 991.98px) {
  .main_wrapper {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main_wrapper {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main_wrapper {
    margin-top: 45px;
  }
}

.hero .hero-content {
  padding: 60px 100px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero .hero-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
  z-index: 0;
}
.hero .hero-content .banner_left_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.hero .hero-content .banner_left_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-content .content_wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1399.98px) {
  .hero .hero-content {
    padding: 50px 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero .hero-content {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero .hero-content {
    padding: 35px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero .hero-content {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero .hero-content {
    padding: 25px 20px;
  }
}
.hero .hero-content .typeing_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.hero .hero-content .typeing_text_wrap span {
  font-size: 42px;
  color: #8b0000;
}
@media only screen and (max-width: 1399.98px) {
  .hero .hero-content .typeing_text_wrap span {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero .hero-content .typeing_text_wrap span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero .hero-content .typeing_text_wrap span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero .hero-content .typeing_text_wrap span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero .hero-content .typeing_text_wrap span {
    font-size: 22px;
  }
}
.hero .hero-content h1 {
  color: #8b0000;
  font-size: 42px;
  margin-bottom: 0px;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (max-width: 1399.98px) {
  .hero .hero-content h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero .hero-content h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero .hero-content h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero .hero-content h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero .hero-content h1 {
    font-size: 22px;
  }
}
.hero .hero-content h2 {
  color: #333333;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1399.98px) {
  .hero .hero-content h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero .hero-content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero .hero-content h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero .hero-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero .hero-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.hero .hero-content p {
  color: #333333;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 991.98px) {
  .hero .hero-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero .hero-content p {
    font-size: 12px;
  }
}
.hero .hero-content .cta-text {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .hero .hero-content .cta-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero .hero-content .cta-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.hero .hero-content .rating {
  background: #000000;
  display: inline-block;
  margin: 20px 0;
  border-radius: 5px;
  width: 300px;
  height: 70px;
}
@media only screen and (max-width: 1199.98px) {
  .hero .hero-content .rating {
    width: 250px;
    height: 60px;
  }
}
.hero .hero-content .rating video {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.hero .hero-content .btn-primary {
  background: #8b0000;
  color: #ffffff;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
  font-weight: 600;
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .hero .hero-content .btn-primary {
    padding: 5px 25px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero .hero-content .btn-primary {
    padding: 5px 20px;
    font-size: 12px;
  }
}
.hero .hero-content .btn-primary:hover {
  background: #660000;
}

.hero_image {
  height: 100%;
}
.hero_image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .hero_image {
    height: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero_image {
    height: 250px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hero_image {
    height: 200px;
  }
}
.hero_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-attachment: fixed;
}

.services_area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.services_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(232, 230, 230, 0.9);
  z-index: 1;
}

.service_wrapper {
  position: relative;
  z-index: 9;
}
.service_wrapper .section-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991.98px) {
  .service_wrapper .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service_wrapper .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service_wrapper .section-title {
    margin-bottom: 30px;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .services-grid {
    gap: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-grid {
    grid-template-columns: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  background: transparent;
  padding: 40px 30px;
  padding-top: 0px;
  border-radius: 25px;
  text-align: center;
  transition: transform 0.3s;
  border: 2px solid #7e8183;
}
@media only screen and (max-width: 991.98px) {
  .service-card {
    padding: 30px 20px;
    padding-top: 0;
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-card {
    padding: 25px 15px;
    padding-top: 0;
  }
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.service-card .service-icon {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .service-card .service-icon {
    margin-bottom: 15px;
  }
}
.service-card .service-icon img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-top: -50px;
}
@media only screen and (max-width: 991.98px) {
  .service-card .service-icon img {
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-card .service-icon img {
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }
}
.service-card h3 {
  color: #8b0000;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .service-card h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-card h3 {
    font-size: 14px;
  }
}
.service-card p {
  color: #000000;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .service-card p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-card p {
    font-size: 12px;
  }
}
.service-card .btn-secondary {
  background: #8b0000;
  color: #ffffff;
  border: none;
  padding: 10px 25px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .service-card .btn-secondary {
    padding: 5px 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-card .btn-secondary {
    padding: 5px 15px;
  }
}
.service-card .btn-secondary:hover {
  background: #660000;
}

.commitment {
  background: #e0dfdf;
}
.commitment .commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 1199.98px) {
  .commitment .commitment-grid {
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .commitment .commitment-grid {
    gap: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .commitment .commitment-grid {
    gap: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .commitment .commitment-grid {
    grid-template-columns: 1fr;
  }
}
.commitment .commitment-card {
  text-align: center;
}
.commitment .commitment-card .commitment-icon {
  position: relative;
}
.commitment .commitment-card .commitment-icon img {
  position: absolute;
  top: -40px;
  left: 0;
  opacity: 0.2;
}
.commitment .commitment-card h2 {
  margin-top: 20px;
}
.commitment .commitment-card.center-card .luxury-image {
  position: relative;
  width: 100%;
  height: 250px;
  background: #000000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .commitment .commitment-card.center-card .luxury-image {
    height: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .commitment .commitment-card.center-card .luxury-image {
    height: 180px;
  }
}
@media only screen and (max-width: 575.98px) {
  .commitment .commitment-card.center-card .luxury-image {
    height: 150px;
  }
}
.commitment .commitment-card.center-card .luxury-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.commitment .commitment-card.center-card .luxury-image .luxury-text {
  position: absolute;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 5px;
  z-index: 2;
}
@media only screen and (max-width: 991.98px) {
  .commitment .commitment-card.center-card .luxury-image .luxury-text {
    font-size: 28px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .commitment .commitment-card.center-card .luxury-image .luxury-text {
    font-size: 22px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 575.98px) {
  .commitment .commitment-card.center-card .luxury-image .luxury-text {
    font-size: 20px;
  }
}

.city-skyline {
  width: 100%;
  overflow: hidden;
}
.city-skyline .skyline-image {
  width: 100%;
  height: 400px;
}
.city-skyline .skyline-image video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}
@media only screen and (max-width: 991.98px) {
  .city-skyline .skyline-image {
    height: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .city-skyline .skyline-image {
    height: 250px;
  }
}
@media only screen and (max-width: 575.98px) {
  .city-skyline .skyline-image {
    height: 200px;
  }
}
.city-skyline .skyline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reviews_title {
  background-color: #000000;
  color: #ffffff;
  padding: 20px 0;
}
@media only screen and (max-width: 767.98px) {
  .reviews_title {
    padding: 15px 0;
  }
}

.reviews_wrapper {
  position: relative;
  z-index: 9;
}

.reviews {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.reviews::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.86);
  z-index: 1;
}
.reviews .google-rating {
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  background-color: #cacaca;
  border-radius: 4px;
  padding: 25px 40px;
}
@media only screen and (max-width: 1199.98px) {
  .reviews .google-rating {
    padding: 20px 30px;
    margin-bottom: 40px;
    gap: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .reviews .google-rating {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .reviews .google-rating {
    padding: 15px 20px;
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .reviews .google-rating {
    padding: 15px;
    gap: 15px;
  }
}
.reviews .google-rating .logo-title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .reviews .google-rating .logo-title {
    gap: 10px;
  }
}
.reviews .google-rating .logo-title h3 {
  color: #000000;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991.98px) {
  .reviews .google-rating .logo-title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .reviews .google-rating .logo-title h3 {
    font-size: 16px;
  }
}
.reviews .google-rating .logo-title img {
  width: 100px;
  height: auto;
  margin-right: 15px;
}
@media only screen and (max-width: 991.98px) {
  .reviews .google-rating .logo-title img {
    width: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .reviews .google-rating .logo-title img {
    width: 70px;
    margin-right: 0;
  }
}
.reviews .google-rating .rating-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .reviews .google-rating .rating-info {
    gap: 5px;
  }
}
.reviews .google-rating .rating-info .rating-score {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 991.98px) {
  .reviews .google-rating .rating-info .rating-score {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .reviews .google-rating .rating-info .rating-score {
    font-size: 24px;
    line-height: 28px;
  }
}
.reviews .google-rating .rating-info .stars {
  display: flex;
  gap: 2px;
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  .reviews .google-rating .rating-info .stars {
    margin-top: 5px;
  }
}
.reviews .google-rating .rating-info .stars i {
  color: #ffd700;
  font-size: 18px;
}
@media only screen and (max-width: 991.98px) {
  .reviews .google-rating .rating-info .stars i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .reviews .google-rating .rating-info .stars i {
    font-size: 14px;
  }
}
.reviews .google-rating .rating-info .review-count {
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
}
@media only screen and (max-width: 991.98px) {
  .reviews .google-rating .rating-info .review-count {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .reviews .google-rating .rating-info .review-count {
    font-size: 12px;
    margin-top: 5px;
  }
}
.reviews .google-rating .btn-google {
  background: #4285f4;
  color: #ffffff;
  border: none;
  padding: 10px 25px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .reviews .google-rating .btn-google {
    padding: 5px 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .reviews .google-rating .btn-google {
    padding: 5px 15px;
  }
}
.reviews .google-rating .btn-google:hover {
  background: #357ae8;
}
.reviews .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-height: 930px;
  overflow-y: auto;
  padding-right: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .reviews .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    max-height: 800px;
  }
}
@media only screen and (max-width: 767.98px) {
  .reviews .reviews-grid {
    grid-template-columns: 1fr;
    grid-template-columns: repeat(2, 1fr);
    max-height: 600px;
    gap: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .reviews .reviews-grid {
    grid-template-columns: 1fr;
    max-height: 500px;
  }
}
.reviews .review-card {
  background: #cacaca;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
@media only screen and (max-width: 991.98px) {
  .reviews .review-card {
    padding: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .reviews .review-card {
    padding: 10px;
  }
}
.reviews .review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.reviews .review-card .reviewer-info {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .reviews .review-card .reviewer-info {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.reviews .review-card .reviewer-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #dddddd;
  object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  .reviews .review-card .reviewer-info img {
    width: 40px;
    height: 40px;
  }
}
.reviews .review-card .reviewer-info p {
  color: #666666;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767.98px) {
  .reviews .review-card .reviewer-info p {
    font-size: 12px;
  }
}
.reviews .review-card .reviewer-info div {
  flex: 1;
}
.reviews .review-card .reviewer-info div h4 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .reviews .review-card .reviewer-info div h4 {
    font-size: 14px;
  }
}
.reviews .review-card .stars {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .reviews .review-card .stars {
    margin-bottom: 8px;
  }
}
.reviews .review-card .stars i {
  color: #ffd700;
  font-size: 14px;
}
@media only screen and (max-width: 767.98px) {
  .reviews .review-card .stars i {
    font-size: 12px;
  }
}
.reviews .review-card .review-text {
  color: #000000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .reviews .review-card .review-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.reviews .review-card .posted-on-google {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .reviews .review-card .posted-on-google {
    gap: 8px;
  }
}
.reviews .review-card .posted-on-google p {
  margin-bottom: 0px;
  font-size: 14px;
}
@media only screen and (max-width: 767.98px) {
  .reviews .review-card .posted-on-google p {
    font-size: 12px;
  }
}
.reviews .review-card .google-badge {
  width: 50px;
  height: auto;
}
@media only screen and (max-width: 767.98px) {
  .reviews .review-card .google-badge {
    width: 40px;
  }
}

@font-face {
  font-family: "georgia";
  src: url("../fonts/georgia.woff");
}
.contact-section {
  display: flex;
  align-items: stretch;
}
.contact-section .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .contact-section .contact-wrapper {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.contact-section .contact-image {
  position: relative;
  overflow: hidden;
  background: #000000;
}
@media only screen and (max-width: 991.98px) {
  .contact-section .contact-image {
    height: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-section .contact-image {
    height: 250px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-section .contact-image {
    height: 200px;
  }
}
.contact-section .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact-section .contact-form-wrapper {
  background: #e8e8e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 50px;
}
@media only screen and (max-width: 1199.98px) {
  .contact-section .contact-form-wrapper {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-section .contact-form-wrapper {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-section .contact-form-wrapper {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-section .contact-form-wrapper {
    padding: 25px 20px;
  }
}
.contact-section .contact-title {
  color: #8b0000;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .contact-section .contact-title {
    font-size: 42px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-section .contact-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-section .contact-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-section .contact-title {
    font-size: 28px;
  }
}
.contact-section .contact-form {
  width: 100%;
  max-width: 600px;
}
.contact-section .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .contact-section .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.contact-section .form-group {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .contact-section .form-group {
    margin-bottom: 15px;
  }
}
.contact-section .form-group input,
.contact-section .form-group textarea {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #333333;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  background: #ffffff;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 767.98px) {
  .contact-section .form-group input,
  .contact-section .form-group textarea {
    padding: 10px 15px;
    font-size: 12px;
  }
}
.contact-section .form-group input:focus,
.contact-section .form-group textarea:focus {
  outline: none;
  border-color: #8b0000;
}
.contact-section .form-group input::placeholder,
.contact-section .form-group textarea::placeholder {
  color: #999;
  font-size: 14px;
}
@media only screen and (max-width: 767.98px) {
  .contact-section .form-group input::placeholder,
  .contact-section .form-group textarea::placeholder {
    font-size: 12px;
  }
}
.contact-section .form-group textarea {
  resize: vertical;
  min-height: 100px;
}
@media only screen and (max-width: 767.98px) {
  .contact-section .form-group textarea {
    min-height: 80px;
  }
}
.contact-section .recaptcha-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  .contact-section .recaptcha-wrapper {
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-section .recaptcha-wrapper {
    transform: scale(0.85);
    transform-origin: center;
  }
}
.contact-section .submit-btn {
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  display: block;
  margin: 20px auto 0;
  min-width: 150px;
}
@media only screen and (max-width: 991.98px) {
  .contact-section .submit-btn {
    padding: 10px 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-section .submit-btn {
    padding: 10px 30px;
    font-size: 12px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact-section .submit-btn {
    width: 100%;
    padding: 10px 25px;
  }
}
.contact-section .submit-btn:hover {
  background: #660000;
}

@font-face {
  font-family: "georgia";
  src: url("../fonts/georgia.woff");
}
.services-page {
  background: #000000;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}

.services-page-title {
  text-align: center;
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .services-page-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-page-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-page-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .services-page-title {
    font-size: 24px;
  }
}

.services-grid-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #ffffff;
  padding: 20px 20px;
}
@media only screen and (max-width: 1199.98px) {
  .services-grid-page {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .services-grid-page {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .services-grid-page {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 12px 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .services-grid-page {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
  }
}

.service-card-page {
  background: #e8e7e7;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  border: 3px solid #e1e1e1;
}
@media only screen and (max-width: 767.98px) {
  .service-card-page {
    border: 2px solid #e1e1e1;
  }
}
.service-card-page:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.service-card-page .service-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #dddddd;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .service-card-page .service-image {
    height: 200px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-card-page .service-image {
    height: 180px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-card-page .service-image {
    height: 160px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-card-page .service-image {
    height: 200px;
    margin-bottom: 15px;
  }
}
.service-card-page .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.service-card-page:hover .service-image img {
  transform: scale(1.05);
}
.service-card-page h3 {
  color: #8b0000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .service-card-page h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-card-page h3 {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-card-page h3 {
    font-size: 20px;
  }
}
.service-card-page .read-more {
  text-align: center;
  color: #333333;
  text-decoration: underline;
  font-size: 14px;
  padding: 10px 0;
  display: block;
  transition: color 0.3s;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767.98px) {
  .service-card-page .read-more {
    font-size: 12px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-card-page .read-more {
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.service-card-page .read-more:hover {
  color: #8b0000;
}
.service-card-page .request-quote-btn {
  background: #8b0000;
  color: #ffffff;
  border: none;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  display: inline-flex;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .service-card-page .request-quote-btn {
    padding: 5px 25px;
    font-size: 12px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-card-page .request-quote-btn {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-card-page .request-quote-btn {
    padding: 10px 30px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.service-card-page .request-quote-btn:hover {
  background: #660000;
}

@font-face {
  font-family: "georgia";
  src: url("../fonts/georgia.woff");
}
.service-quote-section {
  background-color: #000000;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}
.service-quote-section .quote-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-quote-section .quote-container {
    padding: 0 10px;
  }
}
.service-quote-section .quote-title {
  text-align: center;
  color: #8b0000;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .service-quote-section .quote-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-quote-section .quote-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-quote-section .quote-title {
    font-size: 24px;
  }
}
.service-quote-section .quote-form {
  background: #f5f5f5;
  padding: 50px;
  padding-top: 30px;
  border-radius: 0;
}
@media only screen and (max-width: 1199.98px) {
  .service-quote-section .quote-form {
    padding: 40px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-quote-section .quote-form {
    padding: 30px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form {
    padding: 25px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-quote-section .quote-form {
    padding: 20px;
    padding-top: 15px;
  }
}
.service-quote-section .quote-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 575.98px) {
  .service-quote-section .quote-form .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.service-quote-section .quote-form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .form-group {
    margin-bottom: 15px;
  }
}
.service-quote-section .quote-form .form-group label {
  color: #333333;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .form-group label {
    font-size: 12px;
  }
}
.service-quote-section .quote-form .form-group label .required {
  color: #8b0000;
}
.service-quote-section .quote-form .form-group input,
.service-quote-section .quote-form .form-group select,
.service-quote-section .quote-form .form-group textarea {
  padding: 10px 15px;
  border: 1px solid #333333;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  background: #ffffff;
  transition: border-color 0.3s;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .form-group input,
  .service-quote-section .quote-form .form-group select,
  .service-quote-section .quote-form .form-group textarea {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.service-quote-section .quote-form .form-group input:focus,
.service-quote-section .quote-form .form-group select:focus,
.service-quote-section .quote-form .form-group textarea:focus {
  outline: none;
  border-color: #8b0000;
}
.service-quote-section .quote-form .form-group input::placeholder,
.service-quote-section .quote-form .form-group select::placeholder,
.service-quote-section .quote-form .form-group textarea::placeholder {
  color: #999999;
  font-style: italic;
}
.service-quote-section .quote-form .form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 35px;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .form-group select {
    background-position: right 8px center;
    padding-right: 30px;
  }
}
.service-quote-section .quote-form .form-group textarea {
  resize: vertical;
  min-height: 100px;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .form-group textarea {
    min-height: 80px;
  }
}
.service-quote-section .quote-form .form-group .field-note {
  font-size: 11px;
  color: #999999;
  margin-top: 5px;
  font-style: italic;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .form-group .field-note {
    font-size: 10px;
  }
}
.service-quote-section .quote-form .full-width {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .full-width {
    margin-bottom: 15px;
  }
}
.service-quote-section .quote-form .service-type-section {
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .service-type-section {
    margin-bottom: 20px;
  }
}
.service-quote-section .quote-form .service-type-section .section-label {
  display: block;
  color: #333333;
  margin-bottom: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .service-type-section .section-label {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.service-quote-section .quote-form .service-type-section .section-label .required {
  color: #8b0000;
}
.service-quote-section .quote-form .service-type-section .radio-group {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .service-quote-section .quote-form .service-type-section .radio-group {
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .service-type-section .radio-group {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
.service-quote-section .quote-form .service-type-section .radio-group .radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .service-type-section .radio-group .radio-option {
    gap: 5px;
  }
}
.service-quote-section .quote-form .service-type-section .radio-group .radio-option input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .service-type-section .radio-group .radio-option input[type=radio] {
    width: 16px;
    height: 16px;
  }
}
.service-quote-section .quote-form .service-type-section .radio-group .radio-option .radio-label {
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .service-type-section .radio-group .radio-option .radio-label {
    font-size: 12px;
  }
}
.service-quote-section .quote-form .service-type-section .radio-group .radio-option .radio-label strong {
  font-weight: 700;
}
.service-quote-section .quote-form .info-sections {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .info-sections {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.service-quote-section .quote-form .info-sections::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #333333;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991.98px) {
  .service-quote-section .quote-form .info-sections::before {
    display: none;
  }
}
.service-quote-section .quote-form .info-sections .info-column {
  padding: 0px 20px;
}
@media only screen and (max-width: 991.98px) {
  .service-quote-section .quote-form .info-sections .info-column {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .info-sections .info-column {
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .service-quote-section .quote-form .info-sections .info-column:last-child {
    margin-bottom: 0;
  }
}
.service-quote-section .quote-form .info-sections .info-column .info-title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .service-quote-section .quote-form .info-sections .info-column .info-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .info-sections .info-column .info-title {
    font-size: 14px;
  }
}
.service-quote-section .quote-form .terms-checkbox {
  display: flex;
  gap: 10px;
  margin: 25px 0 20px;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .terms-checkbox {
    margin: 20px 0 15px;
    gap: 5px;
  }
}
.service-quote-section .quote-form .terms-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .terms-checkbox input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}
.service-quote-section .quote-form .terms-checkbox label {
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .terms-checkbox label {
    font-size: 12px;
  }
}
.service-quote-section .quote-form .terms-checkbox label .terms-link {
  color: #8b0000;
  text-decoration: underline;
}
.service-quote-section .quote-form .terms-checkbox label .terms-link:hover {
  color: #660000;
}
.service-quote-section .quote-form .terms-checkbox label .required {
  color: #8b0000;
}
.service-quote-section .quote-form .terms-checkbox label .terms-note {
  font-style: italic;
  color: #999999;
  font-size: 12px;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .terms-checkbox label .terms-note {
    font-size: 10px;
  }
}
.service-quote-section .quote-form .recaptcha-wrapper {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .recaptcha-wrapper {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-quote-section .quote-form .recaptcha-wrapper {
    transform: scale(0.85);
    transform-origin: center;
  }
}
.service-quote-section .quote-form .submit-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .submit-wrapper {
    margin-top: 20px;
  }
}
.service-quote-section .quote-form .submit-wrapper .submit-btn {
  background: #8b0000;
  color: #ffffff;
  border: none;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
@media only screen and (max-width: 991.98px) {
  .service-quote-section .quote-form .submit-wrapper .submit-btn {
    padding: 10px 50px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-quote-section .quote-form .submit-wrapper .submit-btn {
    padding: 10px 40px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-quote-section .quote-form .submit-wrapper .submit-btn {
    padding: 5px 30px;
    width: 100%;
  }
}
.service-quote-section .quote-form .submit-wrapper .submit-btn:hover {
  background: #660000;
}

.request-quote-info-section {
  padding: 0px 80px;
}
@media only screen and (max-width: 1199.98px) {
  .request-quote-info-section {
    padding: 0px 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .request-quote-info-section {
    padding: 0px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .request-quote-info-section {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .request-quote-info-section {
    padding: 0px 10px;
  }
}
.request-quote-info-section::before {
  display: none;
}
.request-quote-info-section .info-column {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .request-quote-info-section .info-column {
    margin-bottom: 15px;
  }
}

.service-details-page .service-hero {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .service-details-page .service-hero {
    height: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-details-page .service-hero {
    height: 250px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-details-page .service-hero {
    height: 240px;
  }
}
.service-details-page .service-hero .hero-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.service-details-page .service-hero .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-details-page .service-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-details-page .service-hero .hero-overlay h1 {
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1199.98px) {
  .service-details-page .service-hero .hero-overlay h1 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service-details-page .service-hero .hero-overlay h1 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-details-page .service-hero .hero-overlay h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-details-page .service-hero .hero-overlay h1 {
    font-size: 36px;
  }
}
.service-details-page .service-content {
  background: #ffffff;
}
.service-details-page .service-content .service-details {
  max-width: 900px;
  margin: 0 auto;
}
.service-details-page .service-content .service-details h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .service-details-page .service-content .service-details h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-details-page .service-content .service-details h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-details-page .service-content .service-details h2 {
    font-size: 32px;
  }
}
.service-details-page .service-content .service-details .subtitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 40px;
  font-style: italic;
}
@media only screen and (max-width: 767.98px) {
  .service-details-page .service-content .service-details .subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-details-page .service-content .service-details .subtitle {
    font-size: 16px;
  }
}
.service-details-page .service-content .service-details .service-description {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .service-details-page .service-content .service-details .service-description {
    margin-bottom: 30px;
  }
}
.service-details-page .service-content .service-details .service-description h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .service-details-page .service-content .service-details .service-description h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-details-page .service-content .service-details .service-description h3 {
    font-size: 22px;
  }
}
.service-details-page .service-content .service-details .service-description p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .service-details-page .service-content .service-details .service-description p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-details-page .service-content .service-details .service-description p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.service-details-page .service-content .service-details .service-description p:last-child {
  margin-bottom: 0;
}
.service-details-page .service-content .service-details .service-images {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .service-details-page .service-content .service-details .service-images {
    margin-bottom: 30px;
  }
}
.service-details-page .service-content .service-details .service-images .image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .service-details-page .service-content .service-details .service-images .image-grid {
    gap: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-details-page .service-content .service-details .service-images .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  .service-details-page .service-content .service-details .service-images .image-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.service-details-page .service-content .service-details .service-images .image-grid .image-item {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .service-details-page .service-content .service-details .service-images .image-grid .image-item {
    height: 220px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-details-page .service-content .service-details .service-images .image-grid .image-item {
    height: 200px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-details-page .service-content .service-details .service-images .image-grid .image-item {
    height: 250px;
  }
}
.service-details-page .service-content .service-details .service-images .image-grid .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.service-details-page .service-content .service-details .service-images .image-grid .image-item img:hover {
  transform: scale(1.05);
}
.service-details-page .service-content .service-details .cancellation-policy h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .service-details-page .service-content .service-details .cancellation-policy h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-details-page .service-content .service-details .cancellation-policy h3 {
    font-size: 22px;
  }
}
.service-details-page .service-content .service-details .cancellation-policy p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 15px;
  text-align: justify;
}
@media only screen and (max-width: 767.98px) {
  .service-details-page .service-content .service-details .cancellation-policy p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-details-page .service-content .service-details .cancellation-policy p {
    font-size: 15px;
    line-height: 1.7;
  }
}
.service-details-page .service-content .service-details .cancellation-policy p:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: "georgia";
  src: url("../fonts/georgia.woff");
}
.about-hero {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  position: relative;
}
.about-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .about-hero {
    background-attachment: scroll;
  }
}
.about-hero .about-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.about-hero .about-hero-overlay {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding: 60px 40px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1199.98px) {
  .about-hero .about-hero-overlay {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-hero .about-hero-overlay {
    padding: 40px 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-hero .about-hero-overlay {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-hero .about-hero-overlay {
    padding: 25px 15px;
  }
}
.about-hero .about-hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05), 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 20px 20px;
  background: rgba(188, 200, 217, 0.3882352941);
}
@media only screen and (max-width: 991.98px) {
  .about-hero .about-hero-content {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-hero .about-hero-content {
    padding: 12px 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-hero .about-hero-content {
    padding: 10px 10px;
  }
}
.about-hero .about-hero-content h1 {
  color: #8b0000;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199.98px) {
  .about-hero .about-hero-content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-hero .about-hero-content h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-hero .about-hero-content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-hero .about-hero-content h1 {
    font-size: 24px;
  }
}
.about-hero .about-hero-content h2 {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .about-hero .about-hero-content h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-hero .about-hero-content h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-hero .about-hero-content h2 {
    font-size: 16px;
  }
}
.about-hero .about-hero-content .subtitle {
  color: #333333;
  font-size: 16px;
  margin-bottom: 5px;
  font-style: italic;
}
@media only screen and (max-width: 991.98px) {
  .about-hero .about-hero-content .subtitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-hero .about-hero-content .subtitle {
    font-size: 12px;
  }
}
.about-hero .about-hero-content .look-further {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .about-hero .about-hero-content .look-further {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-hero .about-hero-content .look-further {
    font-size: 12px;
  }
}
.about-hero .about-hero-content .description {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .about-hero .about-hero-content .description {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-hero .about-hero-content .description {
    font-size: 12px;
  }
}
.about-hero .about-hero-content .mission {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .about-hero .about-hero-content .mission {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-hero .about-hero-content .mission {
    font-size: 12px;
  }
}
.about-hero .about-hero-content .explore {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991.98px) {
  .about-hero .about-hero-content .explore {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-hero .about-hero-content .explore {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.about-hero .about-hero-content .view-services-btn {
  background: #8b0000;
  color: #ffffff;
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
@media only screen and (max-width: 991.98px) {
  .about-hero .about-hero-content .view-services-btn {
    padding: 5px 25px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-hero .about-hero-content .view-services-btn {
    padding: 5px 20px;
    font-size: 12px;
  }
}
.about-hero .about-hero-content .view-services-btn:hover {
  background: #660000;
}

.fleet-section {
  background: rgba(193, 193, 193, 0.3607843137);
}
.fleet-section .section-title {
  text-align: center;
  color: #8b0000;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199.98px) {
  .fleet-section .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .fleet-section .section-title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fleet-section .section-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .fleet-section .section-title {
    font-size: 24px;
  }
}
.fleet-section .fleet-intro,
.fleet-section .fleet-description {
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991.98px) {
  .fleet-section .fleet-intro,
  .fleet-section .fleet-description {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fleet-section .fleet-intro,
  .fleet-section .fleet-description {
    font-size: 12px;
    padding: 0 15px;
  }
}
.fleet-section .vehicle-gallery {
  position: relative;
  margin-top: 50px;
  padding: 0 60px;
}
@media only screen and (max-width: 1199.98px) {
  .fleet-section .vehicle-gallery {
    padding: 0 40px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .fleet-section .vehicle-gallery {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fleet-section .vehicle-gallery {
    padding: 0 20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .fleet-section .vehicle-gallery {
    padding: 0 15px;
  }
}
.fleet-section .vehicle-gallery .gallery-grid {
  display: flex;
  flex-flow: column wrap;
  height: 500px;
}
@media only screen and (max-width: 1199.98px) {
  .fleet-section .vehicle-gallery .gallery-grid {
    height: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .fleet-section .vehicle-gallery .gallery-grid {
    height: 350px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fleet-section .vehicle-gallery .gallery-grid {
    height: 300px;
  }
}
@media only screen and (max-width: 575.98px) {
  .fleet-section .vehicle-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    gap: 10px;
  }
}
.fleet-section .vehicle-gallery .gallery-grid .gallery-item {
  background-size: cover;
  background-position: center;
  border: 2px solid #333;
  border-radius: 6px;
}
@media only screen and (max-width: 575.98px) {
  .fleet-section .vehicle-gallery .gallery-grid .gallery-item {
    height: 150px !important;
  }
}
.fleet-section .vehicle-gallery .gallery-grid .gallery-item:nth-child(6n-5) {
  height: 40%;
}
.fleet-section .vehicle-gallery .gallery-grid .gallery-item:nth-child(6n-4) {
  height: 60%;
}
.fleet-section .vehicle-gallery .gallery-grid .gallery-item:nth-child(6n-3) {
  height: 60%;
}
.fleet-section .vehicle-gallery .gallery-grid .gallery-item:nth-child(6n-2) {
  height: 40%;
}
.fleet-section .vehicle-gallery .gallery-grid .gallery-item:nth-child(6n-1) {
  height: 66.666%;
}
.fleet-section .vehicle-gallery .gallery-grid .gallery-item:nth-child(6n) {
  height: 33.333%;
}
.fleet-section .vehicle-gallery .gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 36px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  z-index: 10;
}
@media only screen and (max-width: 991.98px) {
  .fleet-section .vehicle-gallery .gallery-nav {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fleet-section .vehicle-gallery .gallery-nav {
    width: 35px;
    height: 35px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .fleet-section .vehicle-gallery .gallery-nav {
    display: none;
  }
}
.fleet-section .vehicle-gallery .gallery-nav:hover {
  background: rgba(0, 0, 0, 0.7);
}
.fleet-section .vehicle-gallery .gallery-nav.prev-btn {
  left: 0;
}
.fleet-section .vehicle-gallery .gallery-nav.next-btn {
  right: 0;
}

.benefits-hero-video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 4px solid #ddd;
}

.benefits-hero-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.5;
}

.benefits-section {
  background: #ffffff;
  position: relative;
}
.benefits-section .benefits-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1199.98px) {
  .benefits-section .benefits-wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .benefits-section .benefits-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.benefits-section .benefits-wrapper .benefits-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.benefits-section .benefits-wrapper .benefits-content {
  text-align: center;
}
.benefits-section .benefits-wrapper .benefits-content .benefit-item {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .benefits-section .benefits-wrapper .benefits-content .benefit-item {
    margin-bottom: 10px;
  }
}
.benefits-section .benefits-wrapper .benefits-content .benefit-item h3 {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991.98px) {
  .benefits-section .benefits-wrapper .benefits-content .benefit-item h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .benefits-section .benefits-wrapper .benefits-content .benefit-item h3 {
    font-size: 16px;
  }
}
.benefits-section .benefits-wrapper .benefits-content .benefit-item p {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 991.98px) {
  .benefits-section .benefits-wrapper .benefits-content .benefit-item p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .benefits-section .benefits-wrapper .benefits-content .benefit-item p {
    font-size: 12px;
  }
}
.benefits-section .benefits-wrapper .benefits-content .contact-us-btn {
  background: #8b0000;
  color: #ffffff;
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .benefits-section .benefits-wrapper .benefits-content .contact-us-btn {
    padding: 5px 25px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .benefits-section .benefits-wrapper .benefits-content .contact-us-btn {
    padding: 5px 20px;
    font-size: 12px;
  }
}
.benefits-section .benefits-wrapper .benefits-content .contact-us-btn:hover {
  background: #660000;
}

.md-profile-section {
  padding: 80px 0;
  background: #f5f5f5;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .md-profile-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section {
    padding: 40px 0;
  }
}
.md-profile-section .about-bottom-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.2;
}
.md-profile-section .profile-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1199.98px) {
  .md-profile-section .profile-wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .md-profile-section .profile-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .md-profile-section .profile-wrapper .profile-card {
    max-width: 500px;
    margin: 0 auto;
  }
}
.md-profile-section .profile-wrapper .profile-card .profile-image-frame {
  width: 280px;
  height: 320px;
  margin: 0 auto 30px;
  border: 8px solid #000000;
  border-radius: 10px;
  overflow: hidden;
  background: #dddddd;
}
@media only screen and (max-width: 1199.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-image-frame {
    width: 240px;
    height: 280px;
    border: 6px solid #000000;
  }
}
@media only screen and (max-width: 991.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-image-frame {
    width: 220px;
    height: 260px;
  }
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-image-frame {
    width: 200px;
    height: 240px;
    border: 5px solid #000000;
  }
}
@media only screen and (max-width: 575.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-image-frame {
    width: 180px;
    height: 220px;
  }
}
.md-profile-section .profile-wrapper .profile-card .profile-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.md-profile-section .profile-wrapper .profile-card .profile-quote-wrap {
  background-color: #333;
  padding: 10px;
  border-radius: 20px 0px 20px 0px;
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote-wrap {
    padding: 8px;
    border-radius: 15px 0px 15px 0px;
  }
}
.md-profile-section .profile-wrapper .profile-card .profile-quote {
  position: relative;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 20px;
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote {
    padding: 15px;
    border-radius: 15px;
  }
}
.md-profile-section .profile-wrapper .profile-card .profile-quote .quote-mark {
  font-size: 60px;
  color: #8b0000;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 991.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote .quote-mark {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote .quote-mark {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote .quote-mark {
    font-size: 32px;
  }
}
.md-profile-section .profile-wrapper .profile-card .profile-quote .quote-mark.left {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote .quote-mark.left {
    top: 5px;
    left: 5px;
  }
}
.md-profile-section .profile-wrapper .profile-card .profile-quote .quote-mark.right {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote .quote-mark.right {
    bottom: 5px;
    right: 5px;
  }
}
.md-profile-section .profile-wrapper .profile-card .profile-quote .quote-text {
  color: #8b0000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 20px 0;
  text-transform: uppercase;
}
.md-profile-section .profile-wrapper .profile-card .profile-quote .quote-text span {
  color: #333;
}
@media only screen and (max-width: 991.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote .quote-text {
    font-size: 16px;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote .quote-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote .quote-text {
    font-size: 12px;
  }
}
.md-profile-section .profile-wrapper .profile-card .profile-quote .quote-signature-wrap {
  text-align: right;
  padding-right: 20px;
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote .quote-signature-wrap {
    padding-right: 15px;
  }
}
.md-profile-section .profile-wrapper .profile-card .profile-quote .quote-signature {
  color: #8b0000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  font-style: italic;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote .quote-signature {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote .quote-signature {
    font-size: 14px;
  }
}
.md-profile-section .profile-wrapper .profile-card .profile-quote .quote-company {
  color: #333333;
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-card .profile-quote .quote-company {
    font-size: 12px;
  }
}
.md-profile-section .profile-wrapper .profile-bio h2 {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .md-profile-section .profile-wrapper .profile-bio h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .md-profile-section .profile-wrapper .profile-bio h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-bio h2 {
    font-size: 20px;
  }
}
.md-profile-section .profile-wrapper .profile-bio p {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .md-profile-section .profile-wrapper .profile-bio p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-bio p {
    font-size: 12px;
  }
}
.md-profile-section .profile-wrapper .profile-bio .contact-md-btn {
  background: #8b0000;
  color: #ffffff;
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .md-profile-section .profile-wrapper .profile-bio .contact-md-btn {
    padding: 5px 25px;
    font-size: 14px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .md-profile-section .profile-wrapper .profile-bio .contact-md-btn {
    padding: 5px 20px;
    font-size: 12px;
  }
}
.md-profile-section .profile-wrapper .profile-bio .contact-md-btn:hover {
  background: #660000;
}

.rates-hero {
  background: #ececec;
  padding: 30px 0 30px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .rates-hero {
    padding: 25px 0 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-hero {
    padding: 20px 0 20px;
  }
}
.rates-hero h1 {
  color: #8b0000;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .rates-hero h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991.98px) {
  .rates-hero h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-hero h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575.98px) {
  .rates-hero h1 {
    font-size: 28px;
  }
}
.rates-hero .hero-subtitle {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 991.98px) {
  .rates-hero .hero-subtitle {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-hero .hero-subtitle {
    font-size: 12px;
    padding: 0 15px;
  }
}

.rates-split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 600px;
  background-color: #bbbbbb;
}
@media only screen and (max-width: 991.98px) {
  .rates-split-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.rates-split-layout.reverse {
  background-color: #c0c0c0;
}
.rates-split-layout.reverse .rates-image {
  order: 1;
}
.rates-split-layout.reverse .rates-content {
  order: 2;
}
@media only screen and (max-width: 991.98px) {
  .rates-split-layout.reverse .rates-image {
    order: 1;
  }
  .rates-split-layout.reverse .rates-content {
    order: 2;
  }
}
.rates-split-layout .rates-content {
  padding: 25px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .rates-split-layout .rates-content {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .rates-split-layout .rates-content {
    padding: 25px 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-split-layout .rates-content {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .rates-split-layout .rates-content {
    padding: 15px 15px;
  }
}
.rates-split-layout .rates-content .title {
  text-align: center;
}
.rates-split-layout .rates-content h2 {
  color: #8b0000;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199.98px) {
  .rates-split-layout .rates-content h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  .rates-split-layout .rates-content h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-split-layout .rates-content h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .rates-split-layout .rates-content h2 {
    font-size: 24px;
  }
}
.rates-split-layout .rates-content .section-description {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991.98px) {
  .rates-split-layout .rates-content .section-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-split-layout .rates-content .section-description {
    font-size: 12px;
  }
}
.rates-split-layout .rates-content .disclaimer {
  color: #333333;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .rates-split-layout .rates-content .disclaimer {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-split-layout .rates-content .disclaimer {
    margin-bottom: 15px;
  }
}
.rates-split-layout .rates-content .request-quote-btn {
  background: #8b0000;
  color: #ffffff;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
  align-self: center;
}
@media only screen and (max-width: 991.98px) {
  .rates-split-layout .rates-content .request-quote-btn {
    padding: 10px 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-split-layout .rates-content .request-quote-btn {
    padding: 5px 25px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .rates-split-layout .rates-content .request-quote-btn {
    width: 100%;
    padding: 10px 20px;
  }
}
.rates-split-layout .rates-content .request-quote-btn:hover {
  background: #660000;
}
.rates-split-layout .rates-image {
  height: 100%;
  overflow: hidden;
}
.rates-split-layout .rates-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .rates-split-layout .rates-image {
    height: 350px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-split-layout .rates-image {
    height: 300px;
  }
}
@media only screen and (max-width: 575.98px) {
  .rates-split-layout .rates-image {
    height: 250px;
  }
}
.rates-split-layout .rates-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 600px;
}
@media only screen and (max-width: 991.98px) {
  .rates-split-layout .rates-image img {
    min-height: 350px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-split-layout .rates-image img {
    min-height: 300px;
  }
}
@media only screen and (max-width: 575.98px) {
  .rates-split-layout .rates-image img {
    min-height: 250px;
  }
}

.rates-table {
  margin: 30px 0;
  background: #ffffff;
  border-radius: 10px;
  overflow: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991.98px) {
  .rates-table {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-table {
    margin: 20px 0;
  }
}
.rates-table .table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767.98px) {
  .rates-table .table-wrapper::-webkit-scrollbar {
    height: 2px;
  }
  .rates-table .table-wrapper::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  .rates-table .table-wrapper::-webkit-scrollbar-thumb {
    background: #8b0000;
    border-radius: 2px;
  }
}
.rates-table table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767.98px) {
  .rates-table table {
    font-size: 12px;
  }
}
.rates-table table thead {
  background: #000000;
  color: #ffffff;
}
.rates-table table thead th {
  padding: 15px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
@media only screen and (max-width: 991.98px) {
  .rates-table table thead th {
    padding: 10px 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-table table thead th {
    padding: 5px 10px;
    font-size: 10px;
  }
}
.rates-table table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.rates-table table tbody tr:last-child {
  border-bottom: none;
}
.rates-table table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.rates-table table tbody tr td {
  padding: 10px;
  color: #333333;
  font-size: 14px;
  vertical-align: middle;
}
@media only screen and (max-width: 991.98px) {
  .rates-table table tbody tr td {
    padding: 8px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-table table tbody tr td {
    padding: 6px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 575.98px) {
  .rates-table table tbody tr td {
    padding: 5px;
    font-size: 10px;
  }
}
.rates-table table tbody tr td:first-child {
  width: 120px;
}
@media only screen and (max-width: 991.98px) {
  .rates-table table tbody tr td:first-child {
    width: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-table table tbody tr td:first-child {
    width: 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .rates-table table tbody tr td:first-child {
    width: 60px;
  }
}
.rates-table table tbody tr td:first-child img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.rates-table table tbody tr td:nth-child(2) {
  font-weight: 600;
}
.rates-table table tbody tr td:nth-child(3), .rates-table table tbody tr td:nth-child(4), .rates-table table tbody tr td:nth-child(5) {
  text-align: center;
  font-weight: 600;
}
.rates-table.hourly-table table tbody tr td:nth-child(3) {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 991.98px) {
  .rates-table.hourly-table table tbody tr td:nth-child(3) {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .rates-table.hourly-table table tbody tr td:nth-child(3) {
    font-size: 12px;
  }
}

.point-to-point-section {
  background: #c1c1c1;
}

.hourly-rates-section {
  background: #c1c1c1;
}

.frequent-routes-section {
  background: #c1c1c1;
}

.airport-transfers-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .airport-transfers-section {
    background-attachment: scroll;
  }
}
.airport-transfers-section .airport-transport-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.7;
}
.airport-transfers-section .airport-overlay {
  width: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .airport-transfers-section .airport-overlay {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .airport-transfers-section .airport-overlay {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .airport-transfers-section .airport-overlay {
    padding: 30px 0;
  }
}
.airport-transfers-section .airport-content {
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 20px 30px;
  border-radius: 15px;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .airport-transfers-section .airport-content {
    max-width: 500px;
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .airport-transfers-section .airport-content {
    max-width: 400px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .airport-transfers-section .airport-content {
    max-width: 90%;
    padding: 15px;
  }
}
.airport-transfers-section .airport-content .airport-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991.98px) {
  .airport-transfers-section .airport-content .airport-title {
    font-size: 40px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .airport-transfers-section .airport-content .airport-title {
    font-size: 32px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 575.98px) {
  .airport-transfers-section .airport-content .airport-title {
    font-size: 24px;
  }
}
.airport-transfers-section .airport-content .airport-description {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 25px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 991.98px) {
  .airport-transfers-section .airport-content .airport-description {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .airport-transfers-section .airport-content .airport-description {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.airport-transfers-section .airport-content .airport-quote-btn {
  background: #8b0000;
  color: #ffffff;
  border: none;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(139, 0, 0, 0.4);
}
@media only screen and (max-width: 991.98px) {
  .airport-transfers-section .airport-content .airport-quote-btn {
    padding: 10px 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .airport-transfers-section .airport-content .airport-quote-btn {
    padding: 10px 30px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .airport-transfers-section .airport-content .airport-quote-btn {
    width: 100%;
    padding: 10px 25px;
  }
}
.airport-transfers-section .airport-content .airport-quote-btn:hover {
  background: #660000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 0, 0, 0.6);
}

.terms-condition-page, .privacy-policy-page {
  background: #000000;
  min-height: 100vh;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 991.98px) {
  .terms-condition-page, .privacy-policy-page {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .terms-condition-page, .privacy-policy-page {
    padding: 30px 0;
  }
}
.terms-condition-page .container, .privacy-policy-page .container {
  max-width: 1000px;
}
.terms-condition-page .terms-header, .privacy-policy-page .terms-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 991.98px) {
  .terms-condition-page .terms-header, .privacy-policy-page .terms-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .terms-condition-page .terms-header, .privacy-policy-page .terms-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
.terms-condition-page .terms-header h1, .privacy-policy-page .terms-header h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .terms-condition-page .terms-header h1, .privacy-policy-page .terms-header h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .terms-condition-page .terms-header h1, .privacy-policy-page .terms-header h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .terms-condition-page .terms-header h1, .privacy-policy-page .terms-header h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575.98px) {
  .terms-condition-page .terms-header h1, .privacy-policy-page .terms-header h1 {
    font-size: 28px;
  }
}
.terms-condition-page .terms-header .effective-date, .privacy-policy-page .terms-header .effective-date {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .terms-condition-page .terms-header .effective-date, .privacy-policy-page .terms-header .effective-date {
    font-size: 12px;
  }
}
.terms-condition-page .terms-content .terms-section, .privacy-policy-page .terms-content .terms-section {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .terms-condition-page .terms-content .terms-section, .privacy-policy-page .terms-content .terms-section {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .terms-condition-page .terms-content .terms-section, .privacy-policy-page .terms-content .terms-section {
    margin-bottom: 20px;
  }
}
.terms-condition-page .terms-content .terms-section h2, .privacy-policy-page .terms-content .terms-section h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 991.98px) {
  .terms-condition-page .terms-content .terms-section h2, .privacy-policy-page .terms-content .terms-section h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .terms-condition-page .terms-content .terms-section h2, .privacy-policy-page .terms-content .terms-section h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .terms-condition-page .terms-content .terms-section h2, .privacy-policy-page .terms-content .terms-section h2 {
    font-size: 14px;
  }
}
.terms-condition-page .terms-content .terms-section p, .privacy-policy-page .terms-content .terms-section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .terms-condition-page .terms-content .terms-section p, .privacy-policy-page .terms-content .terms-section p {
    font-size: 14px;
  }
}
.terms-condition-page .terms-content .terms-section p:last-child, .privacy-policy-page .terms-content .terms-section p:last-child {
  margin-bottom: 0;
}
.terms-condition-page .terms-content .terms-section ul, .privacy-policy-page .terms-content .terms-section ul,
.terms-condition-page .terms-content .terms-section ol,
.privacy-policy-page .terms-content .terms-section ol {
  padding-left: 16px;
}
.terms-condition-page .terms-content .terms-section ul li, .privacy-policy-page .terms-content .terms-section ul li,
.terms-condition-page .terms-content .terms-section ol li,
.privacy-policy-page .terms-content .terms-section ol li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 5px;
  text-align: justify;
  list-style-type: disc;
  list-style-position: outside;
}
@media only screen and (max-width: 991.98px) {
  .terms-condition-page .terms-content .terms-section ul li, .privacy-policy-page .terms-content .terms-section ul li,
  .terms-condition-page .terms-content .terms-section ol li,
  .privacy-policy-page .terms-content .terms-section ol li {
    font-size: 14px;
  }
}
.terms-condition-page .terms-content .terms-section ul li:last-child, .privacy-policy-page .terms-content .terms-section ul li:last-child,
.terms-condition-page .terms-content .terms-section ol li:last-child,
.privacy-policy-page .terms-content .terms-section ol li:last-child {
  margin-bottom: 0;
}
.terms-condition-page .terms-content .terms-section a, .privacy-policy-page .terms-content .terms-section a {
  color: #8b0000;
  text-decoration: underline;
  transition: color 0.3s;
}
.terms-condition-page .terms-content .terms-section a:hover, .privacy-policy-page .terms-content .terms-section a:hover {
  color: #be0000;
}
.terms-condition-page .terms-content .terms-section .contact-info, .privacy-policy-page .terms-content .terms-section .contact-info {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 10px;
  margin-top: 15px;
  border-left: 3px solid #8b0000;
}
@media only screen and (max-width: 767.98px) {
  .terms-condition-page .terms-content .terms-section .contact-info, .privacy-policy-page .terms-content .terms-section .contact-info {
    padding: 15px;
  }
}
.terms-condition-page .terms-content .terms-section .contact-info p, .privacy-policy-page .terms-content .terms-section .contact-info p {
  margin-bottom: 5px;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
}
.terms-condition-page .terms-content .terms-section .contact-info p:last-child, .privacy-policy-page .terms-content .terms-section .contact-info p:last-child {
  margin-bottom: 0;
}
.terms-condition-page .terms-content .terms-section .contact-info p strong, .privacy-policy-page .terms-content .terms-section .contact-info p strong {
  color: #ffffff;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .terms-condition-page .terms-content .terms-section .contact-info p strong, .privacy-policy-page .terms-content .terms-section .contact-info p strong {
    font-size: 14px;
  }
}
.terms-condition-page .terms-content .terms-section .contact-info a, .privacy-policy-page .terms-content .terms-section .contact-info a {
  color: #8b0000;
  text-decoration: none;
}
.terms-condition-page .terms-content .terms-section .contact-info a:hover, .privacy-policy-page .terms-content .terms-section .contact-info a:hover {
  text-decoration: underline;
  color: #be0000;
}

.privacy-policy-page {
  padding-top: 0px;
}
.privacy-policy-page .terms-header {
  padding: 30px 0px;
  background-color: rgba(232, 230, 230, 0.8);
  margin: 0 auto 0px auto;
}
.privacy-policy-page .terms-header .content {
  max-width: 800px;
  margin: 0 auto;
  color: #000000;
}
.privacy-policy-page .terms-header h1 {
  color: #8b0000;
}
.privacy-policy-page .terms-header p {
  margin-bottom: 0px;
}
.privacy-policy-page .top_title {
  color: #ffffff;
  padding-top: 20px;
}

/*# sourceMappingURL=style.css.map */
