@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}
body.blackbg {
  background-color: #000;
}

.container-fluid {
  padding: 0 150px;
}

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

@media (max-width: 1399px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}
.whatsapp-container {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 2px 3px #000;
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 7;
}
ul {
  margin-bottom: 0px !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  margin-bottom: 0 !important;
}

h2 {
  color: #000;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 20px;
}

h3 {
  color: #46474b;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 10px;
}

button:focus {
  outline: none !important;
}

.cuscol {
  margin-bottom: 30px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mt_70 {
  margin-top: 70px;
}

/*========================================
    Header Css Begin 
==========================================*/
._header {
  /* padding: 10px 0; */
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}

.logo {
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  width: auto;
}

.logo img {
  width: 100%;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-toggler-icon {
  height: auto;
}

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

.navbar-toggler-icon .bar {
  height: 3px;
  width: 30px;
  background: #000;
  margin-bottom: 5px;
}

.navbar-toggler-icon .bar:last-child {
  margin-bottom: 0;
}

.change .bar-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar-2 {
  opacity: 0;
}

.change .bar-3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

._mob-menu-hdr {
  display: block;
  padding: 10px 15px;
  background: #fff;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

._mob-menu-hdr img {
  width: 100%;
}

.navbar-collapse {
  position: fixed;
  background: #ee0c0d;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px;
  z-index: 2;
  display: block;
  transition: transform 0.5s;
  transform: translateX(-100%);
}

.navbar-collapse.show {
  transform: translateX(0%);
}

.collapse.show {
  display: block;
}

.clickD {
  right: 3px;
  background-position: center;
  top: 17px;
  position: absolute;
  transition: transform 0.5s;
  color: #000;
  font-size: 12px;
  transition: 0.5s;
  cursor: pointer;
}

.clickD i::before {
  content: "\f107";
}

.navbar .navbar-nav > li:hover .clickD {
  color: #000;
}

.navbar .navbar-nav > li .clickD.toggled {
  transform: rotate(0deg);
}

.sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: none;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  z-index: 99;
}

.sub-menu li a {
  display: block;
}

.clickD.toggled ~ .sub-menu,
.toggled .sub-menu {
  display: block;
  top: 0;
  background: #252981;
}

._overHidden {
  overflow: hidden;
}

.navbar .navbar-nav > li {
  padding: 11px 0;
  position: relative;
}

.navbar .navbar-nav > li.active a {
  color: #000;
}

.navbar .navbar-nav > li:last-child {
  border-bottom: none;
}
.navbar .navbar-nav > li:last-child::after {
  display: none;
}
.navbar .navbar-nav > li:last-child .sub-menu {
  width: 40px;
  margin-left: 0;
  top: 25px;
  left: 2px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li {
  padding: 10px 12px;
  transition: 0.5s;
}
.navbar .navbar-nav > li:last-child .sub-menu li a {
  border: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li a img {
  border-radius: 3px;
}
.navbar .navbar-nav > li:last-child .sub-menu li:hover {
  background-color: #000;
}

.navbar li a {
  position: relative;
  color: #000;
  display: block;
  font-size: 15px;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 400;
  text-transform: capitalize;
}

.navbar li a.ride {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 5px 30px;
  margin-left: 50px;
  color: #fff;
}
.navbar li a.ride::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.navbar li a.ride::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
}
.navbar li a.ride i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.navbar li a.ride:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.navbar li a.ride:hover::before {
  left: 100%;
}
.navbar li a.ride:hover::after {
  width: 300px;
  height: 300px;
}
.navbar li a.ride:hover i {
  color: #fff;
  transform: translateX(5px);
}
.navbar li a.ride:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.navbar li a.ride:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.navbar li a.ride:focus {
  outline: none;
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.3);
}
.navbar li a.ride:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.navbar li a.ride:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.navbar li a.ride:disabled:hover::before {
  left: -100%;
}
.navbar li a.ride:hover {
  background-color: #fff;
  color: #fff;
}

.navbar li.active a {
  color: #3a57a0;
}

.navbar-collapse.collapse:not(.show) {
  display: block;
}

.navbar .navbar-nav > li a::after {
  position: absolute;
  width: 100%;
  bottom: -32px;
  height: 3px;
  border-radius: 8px 8px 0 0;
  content: "";
  transition: all 0.5s ease 0s;
  background-color: #3a57a0;
  left: 50%;
  transform: translate(-50%) scale(0);
}

.navbar .navbar-nav >  .menu-item-has-children > a:hover::after {
  transform: translate(-50%) scale(1);
}

.navbar .navbar-nav > .menu-item-has-children > a.active::after {
  transform: translate(-50%) scale(1);
}

.labo {
  width: 130px;
  height: 100%;
}
.labo img {
  width: 100%;
}

@media (max-width: 991px) {
  .navbar .navbar-nav > li.active a {
    color: #ba8f2a;
  }
  .clickD i {
    display: block;
  }
  .navbar li a i {
    display: none;
  }
}
ul.ml-auto {
  margin-left: auto !important;
  align-items: center;
  justify-content: right;
  padding-right: 30px;
}

.navbar li a:hover {
  color: #3a57a0;
}

.navbar li a.active {
  color: #3a57a0;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar .navbar-nav > li.tgle::after {
  display: none;
}
.navbar .navbar-nav > li.tgle a .openbtn:hover {
  color: #000;
}

ul.mbl_side {
  display: flex;
  align-items: center;
}
ul.mbl_side li.ctbtn a {
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  border-color: transparent;
}
ul.mbl_side li.ctbtn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
ul.mbl_side li.ctbtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
}
ul.mbl_side li.ctbtn a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
ul.mbl_side li.ctbtn a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
ul.mbl_side li.ctbtn a:hover::before {
  left: 100%;
}
ul.mbl_side li.ctbtn a:hover::after {
  width: 300px;
  height: 300px;
}
ul.mbl_side li.ctbtn a:hover i {
  color: #fff;
  transform: translateX(5px);
}
ul.mbl_side li.ctbtn a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
ul.mbl_side li.ctbtn a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
ul.mbl_side li.ctbtn a:focus {
  outline: none;
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.3);
}
ul.mbl_side li.ctbtn a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
ul.mbl_side li.ctbtn a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
ul.mbl_side li.ctbtn a:disabled:hover::before {
  left: -100%;
}
ul.mbl_side li.ctbtn a.trans {
  background: transparent;
  border: 1px solid #fff;
  color: #000;
}
ul.mbl_side li.ctbtn a:hover {
  color: #fff !important;
}

ul.mbl_side li {
  margin-right: 10px;
}

ul.mbl_side li:nth-child(2) {
  width: 131px;
}

ul.mbl_side li:last-child {
  width: 162px;
}

.navbar .navbar-nav > li.mobibk:hover::after {
  display: none;
}

.navbar .navbar-nav > li.mobibk a {
  background-color: #000;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 25px;
}

.navbar .navbar-nav > li.mobibk:hover a {
  color: #000;
}

/* SideBar */
.btn_side::after {
  display: none;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar .side_conarea {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar .side_conarea .sidelogo {
  padding-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid #fff;
}
.sidebar .side_conarea p {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  padding-top: 15px;
}
.sidebar .side_conarea h6 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.sidebar .side_conarea ul.sidecont {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.sidebar .side_conarea ul.sidecont li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.sidebar .side_conarea ul.sidecont li a {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}
.sidebar .side_conarea ul.sidecont li a i {
  padding-right: 8px;
}
.sidebar .side_conarea ul.sidecont li.side_add {
  display: flex;
  align-items: flex-start;
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar .side_conarea ul.sidecont li.side_add i {
  padding-right: 15px;
  padding-top: 5px;
}
.sidebar .side_conarea .sidemap {
  height: 190px;
}
.sidebar .side_conarea .sidefb {
  padding-top: 15px;
}
.sidebar .side_conarea .sidefb ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar .side_conarea .sidefb ul li {
  padding: 0 15px;
}
.sidebar .side_conarea .sidefb ul li a {
  min-width: 40px;
  min-height: 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 0;
}
.sidebar .side_conarea .sidefb a.sdebknow {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.sidebar .side_conarea .sidefb a.sdebknow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.sidebar .side_conarea .sidefb a.sdebknow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
}
.sidebar .side_conarea .sidefb a.sdebknow i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover::before {
  left: 100%;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover::after {
  width: 300px;
  height: 300px;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover i {
  color: #fff;
  transform: translateX(5px);
}
.sidebar .side_conarea .sidefb a.sdebknow:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.sidebar .side_conarea .sidefb a.sdebknow:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.sidebar .side_conarea .sidefb a.sdebknow:focus {
  outline: none;
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.3);
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled:hover::before {
  left: -100%;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-color: #fff;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: 0px 10px;
  border: none;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
  margin-left: 0 !important;
}

.login {
  display: flex;
  margin-left: auto;
}
.login li {
  padding-right: 15px;
}
.login li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: #000;
  font-weight: 400;
  color: #fff;
}
.login li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.login li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
}
.login li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.login li a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.login li a:hover::before {
  left: 100%;
}
.login li a:hover::after {
  width: 300px;
  height: 300px;
}
.login li a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.login li a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.login li a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.login li a:focus {
  outline: none;
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.3);
}
.login li a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.login li a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.login li a:disabled:hover::before {
  left: -100%;
}
.login li a.lgin {
  background: transparent;
  color: #000;
}

/* SideBar */
@media (min-width: 992px) {
  ._mob-menu-hdr {
    display: none;
  }
  .navbar-collapse {
    position: unset;
    transform: translate(0);
    background: transparent;
    border: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .navbar-nav {
    flex-direction: row;
    padding-left: 50px;
    width: 100%;
  }
  .navbar-toggler {
    display: none;
  }
  .clickD i {
    display: none;
  }
  .sub-menu {
    position: absolute;
    display: block;
    width: 220px;
    background: #fff;
    box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
    top: 110%;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    opacity: 0;
    padding-top: 0;
    left: 0;
  }
  .sub-menu.SUB li {
    padding: 7px 15px 0px 10px;
  }
  .sub-menu.SUB li:last-child {
    padding: 5px 15px 7px 10px;
  }
  .sub-menu.SUB li:hover {
    background-color: #de544a;
  }
  .sub-menu.SUB li:hover a {
    color: #fff;
  }
  .sub-menu.SUB li a:hover {
    border-bottom: 0px;
  }
  .sub-menu li {
    list-style: none;
  }
  .sub-menu li:hover {
    color: #000;
  }
  .navbar .navbar-nav > li .sub-menu li.active a {
    color: #000;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #000;
  }
  .navbar .sub-menu li:hover a {
    color: #000;
    border-color: #000;
  }
  .navbar .sub-menu li a {
    color: #000;
    padding: 10px 10px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    background-color: #fff;
    top: 0;
    transition: top 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-backdrop-filter: blur(7.5999999046px);
    backdrop-filter: blur(7.5999999046px);
  }
  ._header._menu_fixed .clickD {
    color: #fff;
    top: 45%;
  }
  ._header._menu_fixed .navbar li:hover .clickD {
    color: #000;
  }
  ._header._menu_fixed .nav_soal ul li:hover a {
    color: #fff;
  }
  ._header._menu_fixed .navbar li a:hover {
    color: #3a57a0;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #fff;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #3a57a0;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #3a57a0;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #3a57a0;
  }
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 5;
  }
  ._header._menu_fixed .menu-item-has-children:hover .sub-menu {
    top: 64px;
  }
  .menu-item-has-children .bknow {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 40px;
    color: #fff;
    border-radius: 8px;
    border: 0.5px solid #fff;
    background: linear-gradient(
      45deg,
      #f11c28 0%,
      #f11c28 50%,
      #3a57a0 50%,
      #3a57a0 100%
    );
    background-size: 200% 100%;
    background-position: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .menu-item-has-children .bknow::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent
    );
    transition: left 0.6s ease;
  }
  .menu-item-has-children .bknow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition:
      width 0.4s ease,
      height 0.4s ease;
  }
  .menu-item-has-children .bknow i {
    padding-left: 18px;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(0);
  }
  .menu-item-has-children .bknow:hover {
    background-position: right;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff;
  }
  .menu-item-has-children .bknow:hover::before {
    left: 100%;
  }
  .menu-item-has-children .bknow:hover::after {
    width: 300px;
    height: 300px;
  }
  .menu-item-has-children .bknow:hover i {
    color: #fff;
    transform: translateX(5px);
  }
  .menu-item-has-children .bknow:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  }
  .menu-item-has-children .bknow:active::after {
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.15);
  }
  .menu-item-has-children .bknow:focus {
    outline: none;
    box-shadow:
      0 8px 25px rgba(0, 0, 0, 0.3),
      0 0 0 3px rgba(255, 255, 255, 0.3);
  }
  .menu-item-has-children .bknow:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
  }
  .menu-item-has-children .bknow:disabled:hover {
    transform: none;
    background-position: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .menu-item-has-children .bknow:disabled:hover::before {
    left: -100%;
  }
  .menu-item-has-children .bknow:hover {
    background: #fff;
    color: #000;
  }
  .menu-item-has-children .bknow:hover::after {
    background-color: transparent;
  }
}
@media (max-width: 1024px) {
  .main_head .navbar-nav .clickD {
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 5px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    cursor: pointer;
    display: block;
    background-size: 10px;
    z-index: 9999;
    transform: translateY(-50%);
  }
  .main_head ul.navbar-nav li .clickD + .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
  .main_head ul.navbar-nav li .clickD.toggled + .sub-menu {
    position: absolute;
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
/*========================================
  Header Css End
  ==========================================*/
/*********************************
    Banner section start
*********************************/
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 100px 0;
}
.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
}
.banner .leftcap {
  width: 95%;
  position: relative;
}
.banner .leftcap h1 {
  font-size: 45px;
  /* text-transform: uppercase; */
  padding-bottom: 30px;
  color: #fff;
}
.banner .leftcap h1 span {
  color: #f11c28;
}
.banner .leftcap p {
  color: #fff;
}
.banner .leftcap ul {
  display: flex;
  align-items: center;
}
.banner.inrbnr .leftcap ul {
  justify-content: center;
}
.banner.inrbnr .leftcap ul li {
  color: #fff;
}
.banner.inrbnr .leftcap ul li i {
  margin-left: 10px;
}
.banner.inrbnr .leftcap ul li:last-child {
  color: #dedede;
}
.banner .leftcap ul li {
  margin-right: 20px;
}
.banner .leftcap ul li a {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  text-transform: none;
  color: #fff;
}
.banner .leftcap ul.twobtn {
  margin-top: 10px;
  flex-direction: row;
}
.banner .leftcap ul.twobtn li {
  margin-right: 20px;
}
.banner .leftcap ul.twobtn li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.banner .leftcap ul.twobtn li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.banner .leftcap ul.twobtn li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
}
.banner .leftcap ul.twobtn li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.banner .leftcap ul.twobtn li a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.banner .leftcap ul.twobtn li a:hover::before {
  left: 100%;
}
.banner .leftcap ul.twobtn li a:hover::after {
  width: 300px;
  height: 300px;
}
.banner .leftcap ul.twobtn li a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.banner .leftcap ul.twobtn li a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.banner .leftcap ul.twobtn li a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.banner .leftcap ul.twobtn li a:focus {
  outline: none;
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.3);
}
.banner .leftcap ul.twobtn li a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.banner .leftcap ul.twobtn li a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.banner .leftcap ul.twobtn li a:disabled:hover::before {
  left: -100%;
}
.banner .leftcap ul.twobtn li a.trabs {
  background: transparent;
  border: 1px solid #fff;
}
.banner .leftcap ul.twobtn li a.trabs:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.banner .leftcap ul.twobtn li a.whatsapp {
  background: transparent !important;
  border: 0 !important;
  padding: 0;
  box-shadow: none !important;
  transform: none !important;
}
.banner .leftcap ul.twobtn li a.whatsapp::before {
  display: none !important;
}
.banner .leftcap ul.twobtn li a.whatsapp::after {
  display: none !important;
}
.banner .leftcap ul.bnrcon {
  padding-bottom: 20px;
}
.banner .leftcap ul.bnrcon li {
  padding-right: 10px;
}
.banner .leftcap ul.bnrcon li a {
  position: relative;
  padding-left: 20px;
}
.banner .leftcap ul.bnrcon li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #3a57a0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner .leftcap .fa-arrow-down-long {
  position: absolute;
  bottom: -45%;
  left: 0;
  font-size: 50px;
  color: #fff;
}

/*********************************
    Banner section end
*********************************/
/* .bookingprssec .bookingCard {
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #ececee;
  transition: all 0.3s ease-in-out;
}
.bookingprssec .bookingCard.br3 {
  border-right: 0;
}
.bookingprssec .bookingCard .icon-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #ffebec;
}
.bookingprssec .bookingCard .icon-wrapper i {
  color: #f11c28;
  font-size: 28px;
}
.bookingprssec .bookingCard:hover {
  background-color: #f11c28;
  transform: translateY(-5px);
}
.bookingprssec .bookingCard:hover .icon-wrapper {
  background-color: #fff;
}
.bookingprssec .bookingCard:hover h3 {
  color: #fff;
}
.bookingprssec .bookingCard:hover p {
  color: #fff;
} */
.bookingprssec {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 50px 0px;
}

.bookingprssec h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 20px;
}

.bookingprssec h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #f11c28 0%, #ff4757 100%);
  border-radius: 2px;
}

.bookingprssec .bookingCard {
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e8ecef;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.bookingprssec .bookingCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f11c28 0%, #ff4757 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.bookingprssec .bookingCard.br1 .icon-wrapper {
  background: linear-gradient(135deg, #ffebec 0%, #ffe5e7 100%);
}

.bookingprssec .bookingCard.br2 .icon-wrapper {
  background: linear-gradient(135deg, #e3f2fd 0%, #e1f5fe 100%);
}

.bookingprssec .bookingCard.br2 .icon-wrapper i {
  color: #1976d2;
}

.bookingprssec .bookingCard.br3 .icon-wrapper {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.bookingprssec .bookingCard.br3 .icon-wrapper i {
  color: #f57c00;
}

.bookingprssec .bookingCard .icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  transition: all 0.4s ease;
}

.bookingprssec .bookingCard .icon-wrapper i {
  color: #f11c28;
  font-size: 32px;
  transition: all 0.3s ease;
}

.bookingprssec .bookingCard h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.bookingprssec .bookingCard p {
  font-size: 15px;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

/* Hover Effects */
.bookingprssec .bookingCard:hover {
  /* background: linear-gradient(135deg, #f11c28 0%, #d91422 100%); */
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(241, 28, 40, 0.3);
  border-color: transparent;
}

.bookingprssec .bookingCard:hover::before {
  transform: scaleX(1);
}

.bookingprssec .bookingCard:hover .icon-wrapper {
  transform: scale(1.1);
}

.bookingprssec .bookingCard:hover .icon-wrapper img {
  /* color: #f11c28; */
  transform: rotateY(360deg);
}

/* .abothme .cap {
  height: 100%;
}
.abothme .cap p {
  padding-bottom: 20px;
}
.abothme .imgsec {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.abothme .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
} */

.abothme {
  padding: 40px 0;
  background: linear-gradient(135deg, #fafbfc 0%, #ffffff 100%);
}

.abothme .cap h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 25px;
  line-height: 1.3;
  position: relative;
  padding-bottom: 15px;
}

.abothme .cap h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #f11c28;
  border-radius: 2px;
}

.abothme .cap p {
  font-size: 15px;
  line-height: 1.6;
  color: #5a6c7d;
  padding-bottom: 20px;
}

.abothme .cap p:last-child {
  padding-bottom: 0;
}

.abothme .imgsec {
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
}

.abothme .imgsec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(241, 28, 40, 0.05) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.abothme .imgsec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.abothme .imgsec:hover img {
  transform: scale(1.05);
}

.xtensive_transprt h2 {
  text-align: center;
}
.xtensive_transprt p.cenp {
  color: #000;
}
.xtensive_transprt .airport-card {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  position: relative;
  animation: fadeInUp 0.8s ease-out;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.xtensive_transprt .image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.xtensive_transprt .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.xtensive_transprt .airport-card:hover .image-container img {
  transform: scale(1.1);
}
.xtensive_transprt .content-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 10px;
  animation: slideUp 0.6s ease-out 0.3s backwards;
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.xtensive_transprt .content-box h3 {
  font-size: 20px !important;
}
.xtensive_transprt .content-box a{
  
  color: #fff;
}
.xtensive_transprt .content-box p {
  animation: fadeIn 0.8s ease-out 0.8s backwards;
  font-size: 15px;
  color: #f4f4f4;
  line-height: 24px;
}
.xtensive_transprt .flexP {
  display: flex;
}
.xtensive_transprt .arrow-icon {
  position: relative;
  bottom: 5px;
  margin-top: auto;
  min-width: 24px;
  min-height: 24px;
  height: 24px;
  background: #f11c28;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: bounceIn 0.6s ease-out 1s backwards;
}
@keyframes bounceIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.xtensive_transprt .arrow-icon:hover {
  background: #cc0000;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(255, 51, 51, 0.4);
}
.xtensive_transprt .arrow-icon i {
  color: #ffffff;
  font-size: 10px;
  transform: rotate(-45deg);
}
@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 51, 51, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 51, 51, 0);
  }
}
.xtensive_transprt .arrow-icon {
  animation:
    bounceIn 0.6s ease-out 1s backwards,
    pulse 2s infinite 2s;
}

.fltmainsec {
  background-color: #e1e1e1;
}
.fltmainsec h2 {
  text-align: center;
  color: #000;
}

.fltmainsec .fltcard {
  background-color: #fff;
  border-radius: 0;
  padding: 15px;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(60px);
  animation: fltReveal 3s linear forwards;
  animation-timeline: view();
  animation-range: entry 15% cover 35%;
  border: 1px solid transparent;
  transition: 0.3s;
}
.fltmainsec .fltcard:hover {
  transform: translateY(-6px);
  border-color: #3a57a0;
  border-radius: 15px;
}

/* Stagger animation per card */
.fltmainsec .cuscol:nth-child(2) .fltcard {
  animation-delay: 0.15s;
}
.fltmainsec .cuscol:nth-child(3) .fltcard {
  animation-delay: 0.3s;
}
.fltmainsec .cuscol:nth-child(4) .fltcard {
  animation-delay: 0.45s;
}
.fltmainsec .cuscol:nth-child(5) .fltcard {
  animation-delay: 0.6s;
}
.fltmainsec .cuscol:nth-child(6) .fltcard {
  animation-delay: 0.75s;
}

@keyframes fltReveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.fltmainsec .fltcard .maxpra > p {
  text-align: left;
  font-size: 14px;
}
.fltmainsec .fltcard-header {
  padding: 0;
  display: flex;
  text-align: center;
  align-items: center;
  position: relative;
}
.fltmainsec h3 {
  text-align: left;
  padding-bottom: 10px;
  font-size: 20px !important;
  font-weight: 700;
}
.fltmainsec .fltcard-image {
  padding: 0 20px 10px;
  text-align: center;
  position: relative;
}
.fltmainsec .fltcard-image img {
  width: 100%;
  height: auto;
}
.fltmainsec .fltcard-features {
  display: flex;
  justify-content: space-around;
  padding: 10px 15px;
  background-color: #e9e9e9;
  margin: 0px auto;
  border-radius: 6px;
}
.fltmainsec .feature-item {
  text-align: center;
  padding: 0 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: cent;
}
.fltmainsec .feature-icon {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 6px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fltmainsec .feature-text {
  font-size: 10px !important;
  color: #000;
  line-height: 1.3;
  text-align: center !important;
  background-color: transparent !important;
  width: 100% !important;
}
.fltmainsec .fltcard-pricing {
  padding: 0 10px;
}

.fltmainsec .fltcard-pricing ul {
  padding: 10px 0;
}
.fltmainsec .fltcard-pricing ul li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #46474b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
}
.fltmainsec .fltcard-pricing ul li p {
  width: 80%;
  font-size: 14px;
}
.fltmainsec .fltcard-pricing ul li span {
  color: #000;
  width: 20%;
}

.fltmainsec .flexprice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.fltmainsec .vat-note {
  text-align: right;
  font-size: 12px;
}
.fltmainsec .btn-book {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-color: #3a57a0;
}
.fltmainsec .btn-book::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.fltmainsec .btn-book::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
}
.fltmainsec .btn-book i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.fltmainsec .btn-book:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.fltmainsec .btn-book:hover::before {
  left: 100%;
}
.fltmainsec .btn-book:hover::after {
  width: 300px;
  height: 300px;
}
.fltmainsec .btn-book:hover i {
  color: #fff;
  transform: translateX(5px);
}
.fltmainsec .btn-book:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.fltmainsec .btn-book:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.fltmainsec .btn-book:focus {
  outline: none;
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.3);
}
.fltmainsec .btn-book:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.fltmainsec .btn-book:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fltmainsec .btn-book:disabled:hover::before {
  left: -100%;
}
.fltmainsec .maxpra {
  display: flex;
  flex-direction: column;
}
.fltmainsec .maxpra .feature-item {
  flex-direction: column;
}
.fltmainsec .maxpra .feature-text {
  text-align: center;
  padding: 0;
}
.fltmainsec .wifiitm {
  z-index: 2;
  background: none !important;
  padding: 0;
  border-radius: 0;
  gap: 6px;
  display: flex;
  margin-bottom: 10px;
  margin-left: -20px;
}
.fltmainsec .wifiitm .feature-item {
  flex-direction: row !important;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 4px;
  padding: 3px 7px;
}
.fltmainsec .wifiitm .feature-icon {
  background: none !important;
  color: #fff !important;
  min-width: unset;
  min-height: unset;
  font-size: 11px;
  margin-bottom: 0;
}
.fltmainsec .wifiitm .feature-text {
  color: #fff !important;
  font-size: 11px !important;
  white-space: nowrap;
  line-height: 1.2;
}
.fltmainsec .wifiitm .feature-text br {
  display: none;
}
.fltmainsec .wifiitm .feature-text span {
  color: #fff !important;
}
.fltmainsec .flt-inclusions {
  margin: 12px 10px;
  padding: 12px;
  background: #f7f7f7;
  border-left: 3px solid #3a57a0;
  border-radius: 0 6px 6px 0;
  flex: 1;
}
.fltmainsec .flt-inclusions h4 {
  font-size: 13px;
  font-weight: 600;
  color: #3a57a0;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.fltmainsec .flt-inclusions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fltmainsec .flt-inclusions ul li {
  font-size: 13px;
  color: #46474b;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  gap: 8px;
}
.fltmainsec .flt-inclusions ul li:last-child {
  border-bottom: none;
}
.fltmainsec .flt-inclusions ul li i {
  color: #3a57a0;
  font-size: 12px;
  width: 14px;
  flex-shrink: 0;
}
.fltmainsec .viewallbtn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: table;
  margin: 40px auto auto;
  background: transparent;
  color: #3a57a0;
  border-color: #3a57a0;
}
.fltmainsec .viewallbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.fltmainsec .viewallbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
}
.fltmainsec .viewallbtn i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.fltmainsec .viewallbtn:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.fltmainsec .viewallbtn:hover::before {
  left: 100%;
}
.fltmainsec .viewallbtn:hover::after {
  width: 300px;
  height: 300px;
}
.fltmainsec .viewallbtn:hover i {
  color: #fff;
  transform: translateX(5px);
}
.fltmainsec .viewallbtn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.fltmainsec .viewallbtn:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.fltmainsec .viewallbtn:focus {
  outline: none;
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.3);
}
.fltmainsec .viewallbtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.fltmainsec .viewallbtn:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fltmainsec .viewallbtn:disabled:hover::before {
  left: -100%;
}
.fltmainsec .viewallbtn:hover {
  color: #f11c28;
}
.fltmainsec .slick-slide {
  margin: 0 15px;
}
.fltmainsec .slick-prev,
.fltmainsec .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fltmainsec .slick-prev::before,
.fltmainsec .slick-next::before {
  content: "";
}
.fltmainsec .slick-prev {
  left: -25px;
}
.fltmainsec .slick-next {
  right: -25px;
}
.fltmainsec .slick-prev i,
.fltmainsec .slick-next i {
  font-size: 18px;
  color: #000000;
}
.fltmainsec .slick-prev:hover,
.fltmainsec .slick-next:hover {
  background-color: #000000;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.fltmainsec .slick-prev:hover i,
.fltmainsec .slick-next:hover i {
  color: #ffffff;
}
.fltmainsec .slick-prev:focus,
.fltmainsec .slick-next:focus {
  outline: none;
}
.fltmainsec .slick-prev.slick-disabled,
.fltmainsec .slick-next.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.fltmainsec .slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.fltmainsec .slick-dots li {
  margin: 0 11px;
}
.fltmainsec .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cccccc;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease;
}
.fltmainsec .slick-dots li.slick-active button {
  background-color: #3a57a0;
  width: 30px;
  border-radius: 6px;
}
.fltmainsec .slick-dots li button:hover {
  background-color: #3a57a0;
}
@media (max-width: 1200px) {
  .fltmainsec .slick-prev {
    left: -15px;
  }
  .fltmainsec .slick-next {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .fltmainsec .slick-prev,
  .fltmainsec .slick-next {
    width: 40px;
    height: 40px;
  }
  .fltmainsec .slick-prev {
    left: 10px;
  }
  .fltmainsec .slick-next {
    right: 10px;
  }
  .fltmainsec .slick-prev i,
  .fltmainsec .slick-next i {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .fltmainsec .slick-prev,
  .fltmainsec .slick-next {
    display: none !important;
  }
}
.fltmainsec.homefltslid {
  background-color: transparent;
}
.fltmainsec.homefltslid .fltcard {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.fltopen .leftreli h2 {
  text-align: left;
}
.fltopen .leftreli p {
  padding-bottom: 20px;
}
.fltopen .leftreli a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fltopen .leftreli a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.fltopen .leftreli a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
}
.fltopen .leftreli a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.fltopen .leftreli a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.fltopen .leftreli a:hover::before {
  left: 100%;
}
.fltopen .leftreli a:hover::after {
  width: 300px;
  height: 300px;
}
.fltopen .leftreli a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.fltopen .leftreli a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.fltopen .leftreli a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.fltopen .leftreli a:focus {
  outline: none;
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.3);
}
.fltopen .leftreli a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.fltopen .leftreli a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fltopen .leftreli a:disabled:hover::before {
  left: -100%;
}
.fltopen .reliright {
  overflow: hidden;
  height: 100%;
  border-radius: 6px;
}
.fltopen .reliright img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fltmainsec .fltcard-pricing ul li:last-child {
  border-bottom: 0;
}
.aboutPlate {
  position: relative;
  padding: 40px 0px;
}

/* ── Section heading ── */
.aboutPlate h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  padding-bottom: 0px;
  line-height: 1.15;
  color: #0f0f13;
  text-align: center;
  margin-bottom: 20px !important;
}

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

/* ── Body text ── */
.aboutPlate p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #6c757d;
  margin-bottom: 10px !important;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── plateimg ── */
.aboutPlate .plateimg {
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
  min-height: 280px;
  position: relative;
}

.aboutPlate .plateimg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(241, 28, 40, 0.12) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 12px;
}

.aboutPlate .plateimg:hover::after {
  opacity: 1;
}

.aboutPlate .plateimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.06);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.aboutPlate .plateimg:hover img {
  transform: scale(1);
}

/* ── schTrns (school image) ── */
.aboutPlate .schTrns {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  transform: scale(1.04);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.aboutPlate .cuscol:hover .schTrns {
  transform: scale(1);
}

/* ── greybg ── */
.aboutPlate .greybg {
  background: #efefef;
  height: 3px;
  width: 80px;
  border-radius: 2px;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
}

.aboutPlate .greybg::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f11c28, #3a57a0);
  animation: lineSweep 2.5s ease-in-out infinite;
}

@keyframes lineSweep {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

/* ── ul li ── */
.aboutPlate ul {
  padding-left: 0;
  list-style: none;
}

.aboutPlate ul li {
  position: relative;
  color: #46474b;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  padding-left: 30px;
  padding-bottom: 10px;
}

.aboutPlate ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f11c28;
  top: 10px;
  left: 0;
}

/* ── a (button) ── */
.aboutPlate a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 13px 32px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  background: #0f0f13;
  border-radius: 3px;
  border: none;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1; /* ensures text stays above pseudo-element */
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition:
    box-shadow 0.35s ease,
    color 0.35s ease;
}

.aboutPlate a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f11c28, #3a57a0);
  transform: translateX(-101%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.aboutPlate a span,
.aboutPlate a svg,
.aboutPlate a i {
  position: relative;
}

.aboutPlate a svg {
  transition: transform 0.3s ease;
}
.aboutPlate a i {
  padding-left: 10px;
  color: #fff;
  transition: transform 0.3s ease;
}
.aboutPlate a:hover::before {
  transform: translateX(0);
}
.aboutPlate a:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  color: #fff;
}
.aboutPlate a:hover svg {
  transform: translateX(4px);
}
.aboutPlate a:hover i {
  transform: translateX(4px);
}
.aboutPlate a:active {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.aboutPlate a:focus {
  outline: none;
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.3);
}

.aboutPlate a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ── responsive ── */
@media (max-width: 767px) {
  .aboutPlate .plateimg {
    min-height: 220px;
  }
  .aboutPlate h2.text-left {
    text-align: center;
  }
}

.testimonial-section .testimonial-wrapper {
  position: relative;
}
.testimonial-section .testimonial-content {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}
.testimonial-section .testimonial-content.active {
  opacity: 1;
  transform: translateX(0);
}
.testimonial-section .testimonial-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.testimonial-section .star-rating {
  margin-bottom: 20px;
}
.testimonial-section .star-rating i {
  color: #ffc107;
  font-size: 16px;
  margin-right: 3px;
}
.testimonial-section .testimonial-text {
  padding-bottom: 20px;
}
.testimonial-section .author-info {
  font-size: 13px;
  color: #999999;
}
.testimonial-section .author-name {
  font-weight: 600;
  color: #1a1a1a;
}
.testimonial-section .testimonial-slider {
  position: relative;
}
.testimonial-section .testimonial-slide {
  outline: none;
  padding: 0 10px;
  position: relative;
}
.testimonial-section .testimonial-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.testimonial-section .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
  transition: all 0.3s ease;
}
.testimonial-section .testimonial-slide.slick-slide.slick-active::before {
  position: absolute;
  content: "";
  width: 75%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 72.41%);
}
.testimonial-section
  .testimonial-slide.slick-slide.slick-current.slick-active::before {
  display: none;
}
.testimonial-section .slick-arrow:hover {
  background-color: #3a57a0;
}
.testimonial-section .slick-arrow:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #1a1a1a;
  opacity: 1;
}
.testimonial-section .slick-arrow:hover:before {
  color: #fff;
}
.testimonial-section .slick-prev {
  left: 0;
}
.testimonial-section .slick-next {
  right: 0;
}
.testimonial-section .slick-prev:before {
  content: "\f053";
}
.testimonial-section .slick-next:before {
  content: "\f054";
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-content {
    padding-top: 20px;
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .testimonial-section .slick-prev {
    left: 10px;
  }
  .testimonial-section .slick-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-image {
    height: 300px;
  }
}

.commfrm {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  position: relative;
  padding: 80px;
  border-radius: 40px;
  overflow: hidden;
}
.commfrm::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.372) 47.97%,
      rgba(0, 0, 0, 0.4) 58.15%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.commfrm .genTxt h2 {
  text-align: left;
  color: #fff;
}
.commfrm .genTxt ul {
  display: flex;
}
.commfrm .genTxt ul li {
  padding-right: 15px;
}
.commfrm .genTxt ul li a {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
}
.commfrm .genTxt ul li a i {
  padding-right: 10px;
}
.commfrm .frmsec {
  display: flex;
}
.commfrm .frmsec .shape {
  padding-right: 20px;
}
.commfrm .frmsec .contact-form-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 35px;
  margin: 0 auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  position: relative;
}
.commfrm .frmsec .form-header {
  text-align: center;
  margin-bottom: 10px;
}
.commfrm .frmsec .form-title {
  padding: 20px 0;
}
.commfrm .frmsec .form-subtitle {
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 20px !important;
}
.commfrm .frmsec .form-group {
  margin-bottom: 0;
}
.commfrm .frmsec .form-group label {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
  display: block;
}
.commfrm .frmsec .form-control {
  height: 45px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 14px;
  color: #333333;
  transition: all 0.3s ease;
}
.commfrm .frmsec .form-control:focus {
  border-color: #ff3333;
  box-shadow: 0 0 0 3px rgba(255, 51, 51, 0.1);
  outline: none;
}
.commfrm .frmsec .form-control::-moz-placeholder {
  color: #999999;
  font-size: 13px;
}
.commfrm .frmsec .form-control::placeholder {
  color: #999999;
  font-size: 13px;
}
.commfrm .frmsec textarea.form-control {
  height: 100px;
  resize: none;
  margin-bottom: 20px;
}
.commfrm .frmsec select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  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 15px center;
  padding-right: 40px;
}
.commfrm .frmsec .row-group {
  margin-left: -10px;
  margin-right: -10px;
}
.commfrm .frmsec .row-group .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.commfrm .frmsec .submit-btn {
  width: 100%;
  height: 50px;
  background: #ff3333;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.commfrm .frmsec .submit-btn.sendbtn {
  margin: 0px auto;
}
.commfrm .frmsec .submit-btn:hover {
  background: #cc0000;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 51, 51, 0.3);
}
.commfrm .frmsec .submit-btn:active {
  transform: translateY(0);
}
.commfrm .frmsec .top-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ff3333;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 0 0 40px 40px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .commfrm .frmsec .contact-form-wrapper {
    padding: 30px 25px;
    margin: 0 15px;
  }
}
.commfrm .iti {
  position: relative;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.commfrm .nobdr {
  border: 0 !important;
}
.commfrm .error-message {
  display: block;
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  /* min-height: 18px; */
  margin-bottom: 10px;
}

.frmcont {
  position: relative;
}

.btmcont {
  background-color: #fff;
  padding: 10px 25px 10px 0;
  position: absolute;
  bottom: 70px;
  border-radius: 0 40px 0 0;
}
.btmcont ul li {
  display: flex;
  align-items: center;
}
.btmcont ul li .call {
  display: flex;
  align-items: center;
}
.btmcont ul li .call i {
  border-radius: 40px;
  min-width: 60px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffe8e9;
  color: #f11c28;
}
.btmcont ul li .call p {
  padding: 0 20px;
  border-right: 1px solid #ececee;
}
.btmcont ul li a {
  padding-left: 20px;
  color: #000;
}
.commFaq h2 {
  text-align: center;
  margin-bottom: 30px;
}

/* FAQ Card */
.commFaq .faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.commFaq .faq-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Header */
.commFaq .faq-header {
  padding: 18px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.commFaq .faq-header:hover {
  background-color: #f9fafc;
}

/* Question */
.commFaq .faq-question {
  margin: 0;
  font-size: 16px !important;
  font-weight: 600;
  color: #333;
}

/* Icon Circle */
.commFaq .faq-icon {
  min-width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #333, #555);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

/* Icon */
.commFaq .faq-icon i {
  color: #fff;
  font-size: 12px;
  transition: transform 0.35s ease;
}

/* Rotate icon when open */
.commFaq .faq-header[aria-expanded="true"] .faq-icon i {
  transform: rotate(180deg);
}

/* Body */
.commFaq .faq-body {
  padding: 0 20px 18px 20px;
  background: #fafafa;
  border-top: 1px dashed #e5e5e5;
  animation: fadeIn 0.35s ease;
}

/* Answer text */
.commFaq .faq-answer {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 10px 0 0 0;
}

/* Smooth collapse */
.commFaq .collapse {
  transition: height 0.35s ease;
}

/* Fade animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .commFaq .faq-header {
    padding: 16px;
  }

  .commFaq .faq-question {
    font-size: 14px;
    padding-right: 10px;
  }

  .commFaq .faq-icon {
    min-width: 26px;
    height: 26px;
  }

  .commFaq .faq-icon i {
    font-size: 10px;
  }
}
.vehiclesec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  padding: 150px 0;
}
.vehiclesec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.vehiclesec .intcap {
  width: 80%;
  margin: 0px auto;
  position: relative;
}
.vehiclesec .intcap h2 {
  text-align: left;
  color: #fff;
}
.vehiclesec .intcap p {
  color: #fff;
}

/* ── Inner Banner ── */
/* ── Inner Banner ── */
.banner.inrbnr {
  padding: 0;
  min-height: calc(100vh - 93px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center;
}
.banner.inrbnr::before {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.619) 60%,
    rgba(58, 87, 160, 0.509) 100%
  );
}
.banner.inrbnr::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.055),
    transparent
  );
  animation: bnrShimmer 5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes bnrShimmer {
  to {
    left: 160%;
  }
}

/* ── Content ── */
.banner.inrbnr .leftcap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Eyebrow label */
.banner.inrbnr .leftcap::before {
  content: "PLATINUM EXECUTIVE TRANSFERS";
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 20px;
  animation: bnrUp 0.6s ease both;
}

/* Gradient line under h1 */
.banner.inrbnr .leftcap::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #f11c28, #3a57a0);
  margin: 24px auto 0;
  animation: lineGrow 0.8s 0.3s ease forwards;
}
@keyframes lineGrow {
  to {
    width: 80px;
  }
}

.banner.inrbnr .leftcap h1 {
  text-align: center;
  font-size: clamp(32px, 5.5vw, 68px);
  color: #fff;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
  animation: bnrUp 0.7s 0.1s ease both;
}

@keyframes bnrUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ── Buttons ── */
.banner.inrbnr .leftcap ul.twobtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  animation: bnrUp 0.7s 0.55s ease both;
}

@keyframes bnrUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

p.cenp {
  text-align: center;
  margin: 0px auto;
  color: #fff;
}
.reloablerte {
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.reloablerte:hover {
  transform: translateY(-6px);
}

/* alternating layout */
.reloablerte:nth-child(even) .row {
  flex-direction: row-reverse;
}

/* IMAGE */
.reloablerte .imgone {
  overflow: hidden;
  border-radius: 14px;
  height: 100%;
  min-height: 420px;
  position: relative;
}

.reloablerte .imgone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reloablerte:hover .imgone img {
  transform: scale(1.12);
  filter: brightness(0.9);
}

/* CONTENT CARD */

.reloablerte .capone {
  position: relative;
  height: 100%;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* LEFT ACCENT LINE */

.reloablerte .capone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #f11c28, #3a57a0);
  border-radius: 5px;
  transition: height 0.7s ease;
}

.reloablerte:hover .capone::before {
  height: calc(100% - 80px);
}

/* EYEBROW */

.reloablerte .eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f11c28;
  font-weight: 600;
  margin-bottom: 14px;
}

/* HEADING */

.reloablerte h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 18px;
}

/* TEXT */

.reloablerte p {
  font-size: 15px;
  line-height: 1.75;
  color: #6b7280;
  margin-bottom: 16px !important;
}

/* HIGHLIGHT BOX */

.reloablerte p.color {
  background: #1a1a1a;
  color: #ffffff;
  padding: 18px 22px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.reloablerte p.color::before {
  content: "";
  width: 3px;
  height: 36px;
  background: linear-gradient(#f11c28, #3a57a0);
  border-radius: 3px;
}

.reloablerte .capone > * {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s forwards;
}

.reloablerte .capone > *:nth-child(1) {
  animation-delay: 0.1s;
}
.reloablerte .capone > *:nth-child(2) {
  animation-delay: 0.2s;
}
.reloablerte .capone > *:nth-child(3) {
  animation-delay: 0.3s;
}
.reloablerte .capone > *:nth-child(4) {
  animation-delay: 0.4s;
}
.reloablerte .capone > *:nth-child(5) {
  animation-delay: 0.5s;
}
.reloablerte .commonbtn {
  max-width: 200px;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.commonbtn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.commonbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.commonbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
}
.commonbtn i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.commonbtn:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.commonbtn:hover::before {
  left: 100%;
}
.commonbtn:hover::after {
  width: 300px;
  height: 300px;
}
.commonbtn:hover i {
  color: #fff;
  transform: translateX(5px);
}

.reloablerte .capone > * {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s forwards;
}

.reloablerte .capone > *:nth-child(1) {
  animation-delay: 0.1s;
}
.reloablerte .capone > *:nth-child(2) {
  animation-delay: 0.2s;
}
.reloablerte .capone > *:nth-child(3) {
  animation-delay: 0.3s;
}
.reloablerte .capone > *:nth-child(4) {
  animation-delay: 0.4s;
}
.reloablerte .capone > *:nth-child(5) {
  animation-delay: 0.5s;
}
.reloablerte .commonbtn {
  max-width: 200px;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.iti {
  width: 100%;
  padding-left: 40px;
}

.termsec h2 {
  text-align: left;
}
.termsec p {
  padding-bottom: 15px;
}

.termsCond {
  color: #000;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.termsCond:hover {
  color: #f11c28;
}

.captchabtn {
  transform: scale(0.67);
  width: 15%;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ════════════════════════════════
     fltsingleSec
  ════════════════════════════════ */
.fltsingleSec {
  background: #f8f7f4;
}

/* ── gallery ── */
.fltsingleSec .vehicle_gallery_section {
  width: 100%;
}

.fltsingleSec .vehicle_main_image {
  width: 100%;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}

.fltsingleSec .vehicle_main_image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(241, 28, 40, 0.35),
    rgba(58, 87, 160, 0.35)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}

.fltsingleSec .vehicle_main_image:hover::after {
  opacity: 1;
}

.fltsingleSec .vehicle_main_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fltsingleSec .vehicle_main_image:hover img {
  transform: scale(1);
}

/* thumbnail strip */
.fltsingleSec .vehicle_thumbnail_gallery {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.fltsingleSec .vehicle_thumbnail_gallery::-webkit-scrollbar {
  display: none;
}

.fltsingleSec .vehicle_thumbnail {
  flex: 0 0 80px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition:
    border-color 0.3s ease,
    transform 0.3s ease;
}

.fltsingleSec .vehicle_thumbnail:hover {
  border-color: #f11c28;
  transform: translateY(-2px);
}
.fltsingleSec .vehicle_thumbnail.active {
  border-color: #f11c28;
}

.fltsingleSec .vehicle_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── right: singlevehicle image ── */
.fltsingleSec .singlevehicle {
  height: 100%;
  min-height: 460px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.fltsingleSec .singlevehicle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 15, 19, 0.7) 0%,
    transparent 50%
  );
  border-radius: 12px;
}

.fltsingleSec .singlevehicle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fltsingleSec .singlevehicle:hover img {
  transform: scale(1);
}

/* ── vehicle info ── */
.fltsingleSec .vehicle_info_section {
  padding: 40px 48px;
  background: #fff;
  border-radius: 12px;
  position: relative;
}

.fltsingleSec .vehicle_info_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(to bottom, #f11c28, #3a57a0);
  border-radius: 3px 0 0 3px;
  transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fltsingleSec .vehicle_info_section:hover::before {
  height: 100%;
}

.fltsingleSec .vehicle_info_section .eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f11c28;
  display: block;
  margin-bottom: 10px;
}

.fltsingleSec .vehicle_info_section h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  color: #0f0f13;
  margin-bottom: 6px;
}

.fltsingleSec .vehicle_info_section .rule {
  display: block;
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #f11c28, #3a57a0);
  border-radius: 2px;
  margin: 16px 0 20px;
  transition: width 0.4s ease;
}

.fltsingleSec .vehicle_info_section:hover .rule {
  width: 64px;
}

.fltsingleSec .vehicle_info_section p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #6c757d;
  margin-bottom: 14px;
}

/* ── CTA button ── */
.fltsingleSec .vehicle_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 32px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  background: #0f0f13;
  border-radius: 3px;
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition:
    box-shadow 0.35s ease,
    color 0.35s ease;
  cursor: pointer;
}

.fltsingleSec .vehicle_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f11c28, #3a57a0);
  transform: translateX(-101%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fltsingleSec .vehicle_btn span,
.fltsingleSec .vehicle_btn svg,
.fltsingleSec .vehicle_btn i {
  position: relative;
}

.fltsingleSec .vehicle_btn svg,
.fltsingleSec .vehicle_btn i {
  transition: transform 0.3s ease;
}

.fltsingleSec .vehicle_btn:hover::before {
  transform: translateX(0);
}
.fltsingleSec .vehicle_btn:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  color: #fff;
}
.fltsingleSec .vehicle_btn:hover svg,
.fltsingleSec .vehicle_btn:hover i {
  transform: translateX(4px);
}

/* ── features strip ── */
.fltsingleSec .vehicle_features_wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 36px 40px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.fltsingleSec .vehicle_features_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f11c28, #3a57a0);
}

.fltsingleSec .vehicle_features_wrapper .sec-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f11c28;
  display: block;
  margin-bottom: 6px;
}

.fltsingleSec .vehicle_features_wrapper h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 700;
  color: #0f0f13;
  margin-bottom: 28px;
}

/* features grid */
.fltsingleSec .vehicle_features_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 24px;
}

.fltsingleSec .vehicle_feature_column {
  padding: 0;
}

.fltsingleSec .vehicle_feature_item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #3a3a3a;
  line-height: 1.5;
  transition: padding-left 0.3s ease;
}

.fltsingleSec .vehicle_feature_item:last-child {
  border-bottom: none;
}
.fltsingleSec .vehicle_feature_item:hover {
  padding-left: 5px;
}

.fltsingleSec .vehicle_feature_icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: #f11c28;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.fltsingleSec .vehicle_feature_item:hover .vehicle_feature_icon {
  background: #3a57a0;
  transform: scale(1.15);
}

.fltsingleSec .vehicle_feature_icon i {
  color: #fff;
  font-size: 10px;
}

/* ── top stats bar ── */
.fltsingleSec .statsBar {
  display: flex;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 28px;
}

.fltsingleSec .statsBar .stat {
  flex: 1;
  background: #0f0f13;
  padding: 18px 20px;
  text-align: center;
  position: relative;
  transition: background 0.3s ease;
}

.fltsingleSec .statsBar .stat + .stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.fltsingleSec .statsBar .stat:hover {
  background: #1a1a24;
}

.fltsingleSec .statsBar .stat strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
  color: #f11c28;
  line-height: 1;
}

.fltsingleSec .statsBar .stat span {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  display: block;
  margin-top: 4px;
}

/* responsive */
@media (max-width: 991px) {
  .fltsingleSec .vehicle_features_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fltsingleSec .vehicle_info_section {
    padding: 32px 28px;
  }
  .fltsingleSec .singlevehicle {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .fltsingleSec .vehicle_main_image {
    height: 240px;
  }
  .fltsingleSec .vehicle_features_wrapper {
    padding: 28px 20px;
  }
  .fltsingleSec .statsBar .stat strong {
    font-size: 18px;
  }
  .fltsingleSec .statsBar .stat span {
    font-size: 9px;
  }
}

@media (max-width: 576px) {
  .fltsingleSec .vehicle_features_grid {
    grid-template-columns: 1fr;
  }
  .fltsingleSec .statsBar {
    flex-wrap: wrap;
  }
  .fltsingleSec .statsBar .stat {
    flex: 1 1 50%;
  }
  .fltsingleSec .statsBar .stat + .stat::before {
    display: none;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ════════════════════════════
     stepsSection
  ════════════════════════════ */
.stepsSection {
  background: #f8f7f4;
}

/* ── section header ── */
.stepsSection .secHead {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 52px;
}

.stepsSection .secHead .eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f11c28;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.stepsSection .secHead .eyebrow::before,
.stepsSection .secHead .eyebrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #f11c28;
}

.stepsSection .secHead h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.12;
  color: #0f0f13;
  margin-bottom: 14px;
}

.stepsSection .secHead p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #6c757d;
  margin: 0;
}

/* ── connector line between cards (desktop) ── */
.stepsSection .stepsRow {
  position: relative;
  row-gap: 25px;
}

.stepsSection .stepsRow::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #e0e0e0 20%,
    #e0e0e0 80%,
    transparent
  );
  z-index: 0;
}

/* ── step card ── */
.stepsSection .stepCard {
  background: #fff;
  border-radius: 12px;
  padding: 36px 28px 30px;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  text-align: center;
  overflow: hidden;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
  z-index: 1;
}

/* bottom gradient bar */
.stepsSection .stepCard::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #f11c28, #3a57a0);
  transition: width 0.5s ease;
}

.stepsSection .stepCard:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.12);
}
.stepsSection .stepCard:hover::after {
  width: 100%;
}

/* step number badge */
.stepsSection .stepCard .stepNum {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #f11c28;
}

/* icon circle */
.stepsSection .stepCard .stepIcon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f8f7f4;
  border: 2px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
  margin: 0px auto;
}

.stepsSection .stepCard .stepIcon i {
  font-size: 22px;
  color: #f11c28;
  transition:
    color 0.35s ease,
    transform 0.35s ease;
}

/* icon ring pulse on hover */
.stepsSection .stepCard:hover .stepIcon {
  background: #f11c28;
  border-color: #f11c28;
  transform: scale(1.1) rotate(6deg);
}

.stepsSection .stepCard:hover .stepIcon i {
  color: #fff;
  transform: scale(1.1);
}

/* title */
.stepsSection .stepCard h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-weight: 700;
  color: #0f0f13;
  margin: 15px 0px !important;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.stepsSection .stepCard:hover h4 {
  color: #f11c28;
}

/* paragraph */
.stepsSection .stepCard p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: #6c757d;
  margin: 0;
}

/* watermark number */
.stepsSection .stepCard .watermark {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: color 0.35s ease;
}

.stepsSection .stepCard:hover .watermark {
  color: rgba(241, 28, 40, 0.05);
}

@media (max-width: 991px) {
  .stepsSection .stepsRow::before {
    display: none;
  }
}
/* how it works end   */

.four_0_four img.thnkimg {
  margin: 0px auto;
  display: block;
  width: 70%;
}
.four_0_four h2 {
  color: #000;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
  text-align: center;
  color: #263238;
  padding-bottom: 12px;
}
.four_0_four h2::after {
  display: none;
}
.four_0_four a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  margin: 0px auto;
  display: table;
  transition: 0.5s;
}
.four_0_four a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.four_0_four a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
}
.four_0_four a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.four_0_four a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.four_0_four a:hover::before {
  left: 100%;
}
.four_0_four a:hover::after {
  width: 300px;
  height: 300px;
}
.four_0_four a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.four_0_four a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.four_0_four a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.four_0_four a:focus {
  outline: none;
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.3);
}
.four_0_four a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.four_0_four a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.four_0_four a:disabled:hover::before {
  left: -100%;
}

.thanku {
  padding: 110px 0 80px;
}
.thanku::before {
  display: none;
}
.thanku img.thnk {
  width: 50%;
  margin: auto;
  display: block;
}
.thanku a.backhme {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0px auto;
  display: table;
  margin-top: 20px;
}
.thanku a.backhme::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.thanku a.backhme::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
}
.thanku a.backhme i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.thanku a.backhme:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.thanku a.backhme:hover::before {
  left: 100%;
}
.thanku a.backhme:hover::after {
  width: 300px;
  height: 300px;
}
.thanku a.backhme:hover i {
  color: #fff;
  transform: translateX(5px);
}
.thanku a.backhme:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.thanku a.backhme:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.thanku a.backhme:focus {
  outline: none;
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.3);
}
.thanku a.backhme:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.thanku a.backhme:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.thanku a.backhme:disabled:hover::before {
  left: -100%;
}

.footer-main {
  background-color: #1f2022;
  padding: 60px 0 40px;
  border-radius: 70px 70px 0 0;
}

.footer-logo {
  height: auto;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-description {
  color: #fff;
}

.footer-title {
  color: #fff;
}

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

.footer-list li {
  margin-bottom: 8px;
}

.footer-list li a {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  transition: color 0.3s ease;
  text-transform: capitalize;
}

.footrmap {
  height: 100%;
}
.footrmap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-list li a:hover {
  color: #f11c28;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-contact-item i {
  font-size: 18px;
  color: #f11c28;
  min-width: 40px;
  min-height: 40px;
  background-color: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #fff;
}

.footer-contact-item a,
.footer-contact-item span {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.footer-contact-item a:hover {
  color: #f11c28;
}

/* Social Icons */
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.footer-social a {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #f11c28;
  transform: translateY(-3px);
}

.footer-social a i {
  font-size: 18px;
}

/* Footer Bottom */
.footer-bottom {
  background-color: #1e1e1e;
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.footer-copyright {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-main {
    padding: 40px 0 30px;
  }
  .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .footer-description {
    font-size: 13px;
  }
  .footer-list li a {
    font-size: 14px;
  }
  .footer-contact-item {
    font-size: 14px;
  }
}
/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 0px;
  opacity: 0;
  z-index: 3;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #fff;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #000;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottToparrow img.bottompath1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/*****************************
    Scroll to top css end
*****************************/ /*# sourceMappingURL=style.css.map */

/* legal page start here */
.legal_page {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333;
  font-family: "Arial", "Helvetica", sans-serif;
}

.legal_page h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.legal_page h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #111;
}
.legal_page h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px !important;
  color: #111;
}

.legal_page p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px !important;
  color: #444;
}

.legal_page p b {
  font-weight: 600;
  color: #000;
}

.legal_page ul {
  margin: 15px 0 20px 20px;
  padding-left: 20px;
}

.legal_page ul li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #444;
}

.legal_page ul li b {
  font-weight: 600;
  color: #000;
}

.legal_page p:last-child {
  margin-top: 30px;
  font-size: 14px;
  color: #777;
}

.legal_page table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* Header row styling */
.legal_page table th {
  background-color: #f2f2f2;
  text-align: left;
  padding: 10px;
  border: 1px solid #ddd;
}

/* Table cell styling */
.legal_page table td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}

/* Zebra striping for rows */
.legal_page table tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  .legal_page {
    padding: 40px 0;
  }

  .legal_page h2 {
    font-size: 26px;
  }

  .legal_page h3 {
    font-size: 18px;
  }

  .legal_page p,
  .legal_page ul li {
    font-size: 14px;
  }

  .legal_page table,
  .legal_page thead,
  .legal_page tbody,
  .legal_page th,
  .legal_page td,
  .legal_page tr {
    display: block;
  }
  .legal_page table tr {
    margin-bottom: 15px;
  }
  .legal_page table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
  .legal_page table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    font-weight: bold;
    text-align: left;
  }
  .legal_page table th {
    display: none;
  }
}

.price_table .left-sticky {
  position: sticky;
  top: 90px;
  z-index: 2;
}
.price_table .left-wrapper {
  height: 100%;
}

.price_table .left-sticky .row {
  background: #eaeaea;
  border-radius: 11.5px;
  padding: 10px;
}

/* Image should NOT be inside sticky */
.price_table .left_sticky_img img {
  width: 100%;
  margin-top: 20px;
  display: block;
}
/* LEFT BUTTONS */
.price_table .route-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
}

/* RED HOVER ONLY */
.price_table .route-btn:is(.active, :hover) {
  background: #e30613;
  color: #fff;
  text-decoration: none;
  border-color: #e30613;
}

/* RIGHT SCROLL AREA */
.price_table .right-scroll {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}
.price_table .right-scroll > div {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.price_table .right-scroll > div.active-section {
  display: block;
}

/* SECTION BOX */
.price_table .price-box {
  border-radius: 8px;
  overflow: hidden;
}

/* BLUE HEADER */
.price_table .price-title {
  background: #7e7e7e;
  color: #fff;
  padding: 12px 15px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

/* TABLE */
.price_table .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.price_table .table {
  width: 100%;
}
.price_table .table th {
  background: #3a57a0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: none;
}
.price_table .table tbody tr {
  border-bottom: 1px solid #eaeaea;
}

.price_table .table td {
  font-size: 14px;
  border: 0px;
  text-align: center;
}
.price_table .table tr {
  background: #eaeaea;
  transition: 0.2s;
}

.price_table .table tr:nth-child(odd) {
  background: #f5f5f5;
}
.price_table .table tr:hover {
  background: #ffffff;
}
.price_table table th:nth-child(4),
.price_table table td:nth-child(4) {
  display: none;
}
.price_table .price-box .table-container {
  display: none;
}

.price_table .price-box.active .table-container {
  display: block;
}

.price_table .price-box.active .table-container {
  display: block;
}

.price_table .price-box.active .price-title {
  background: #e30613;
}

@media (max-width: 768px) {
  .price_table .table tr td,
  .price_table .table tr th {
    white-space: nowrap;
  }
  .table-responsive::after {
    content: "← Swipe →";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #888;
    padding: 5px 0;
  }
  .reloablerte .capone {
    padding: 20px;
  }
}

/* ══════════════════════════
     servicesCards
  ══════════════════════════ */
.servicesCards {
  background: #f8f7f4;
}

/* ── Section header ── */
.servicesCards .sec-head {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 56px;
}

.servicesCards .sec-head .eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f11c28;
  margin-bottom: 14px;
  position: relative;
  padding: 0 20px;
}

.servicesCards .sec-head .eyebrow::before,
.servicesCards .sec-head .eyebrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #f11c28;
}

.servicesCards .sec-head .eyebrow::before {
  left: 0;
}
.servicesCards .sec-head .eyebrow::after {
  right: 0;
}

.servicesCards .sec-head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 700;
  line-height: 1.12;
  color: #0f0f13;
  margin-bottom: 16px;
}

.servicesCards .sec-head p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #6c757d;
  margin: 0;
}

/* ── Card ── */
/* wrapper handles hover */
.servicesCards .col-lg-4:hover .srvCard {
  transform: translateY(-6px);
}

/* card animation */
.servicesCards .srvCard {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translateY(50px);

  animation: cardUp linear forwards;
  animation-timeline: view();
  animation-range: entry 10% cover 35%;
}
.servicesCards .col-lg-4 {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.servicesCards .col-lg-4:hover {
  transform: translateY(-6px);
}
@keyframes cardUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ── Card image ── */
.servicesCards .srvCard .srvCard__img {
  position: relative;
  overflow: hidden;
  height: 220px;
  flex-shrink: 0;
}

.servicesCards .srvCard .srvCard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.07);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.servicesCards .srvCard:hover .srvCard__img img {
  transform: scale(1);
}

/* red-to-navy overlay on hover */
.servicesCards .srvCard .srvCard__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(241, 28, 40, 0.55) 0%,
    rgba(58, 87, 160, 0.55) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.servicesCards .srvCard:hover .srvCard__img::after {
  opacity: 1;
}

/* category tag on image */
.servicesCards .srvCard .srvCard__tag {
  position: absolute;
  bottom: 14px;
  left: 16px;
  z-index: 2;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  background: #f11c28;
  padding: 4px 12px;
  border-radius: 2px;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.servicesCards .srvCard:hover .srvCard__tag {
  opacity: 1;
  transform: translateY(0);
}

/* ── Card body ── */
.servicesCards .srvCard .srvCard__body {
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* accent line */
.servicesCards .srvCard .srvCard__body::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #f11c28, #3a57a0);
  border-radius: 2px;
  margin-bottom: 16px;
  transition: width 0.4s ease;
}

.servicesCards .srvCard:hover .srvCard__body::before {
  width: 56px;
}

.servicesCards .srvCard .srvCard__body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #0f0f13;
  margin-bottom: 12px;
}
.servicesCards .srvCard .srvCard__body h3 a{
  color: #000000;
}
.servicesCards .srvCard .srvCard__body p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: #6c757d;
  flex: 1;
  margin-bottom: 24px;
}

/* ── Card button ── */
.servicesCards .srvCard .srvCard__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 11px 26px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  background: #0f0f13;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  transition:
    box-shadow 0.35s ease,
    color 0.35s ease;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
  margin-top: 20px;
}

.servicesCards .srvCard .srvCard__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f11c28, #3a57a0);
  transform: translateX(-101%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.servicesCards .srvCard .srvCard__btn span,
.servicesCards .srvCard .srvCard__btn svg {
  position: relative;
}

.servicesCards .srvCard .srvCard__btn svg {
  transition: transform 0.3s ease;
}

.servicesCards .srvCard .srvCard__btn:hover::before {
  transform: translateX(0);
}
.servicesCards .srvCard .srvCard__btn:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.servicesCards .srvCard .srvCard__btn:hover svg {
  transform: translateX(4px);
}

/* ── animation ── */
@keyframes cardUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── responsive ── */
@media (max-width: 767px) {
  .servicesCards .srvCard .srvCard__img {
    height: 190px;
  }
  .srvDetail .contentPane {
    padding: 40px 0px !important;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-44px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(44px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ════════════════════════════════
     SECTION 1 — SERVICE DETAIL
  ════════════════════════════════ */

.srvDetail .imgPane {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 500px;
  height: 100%;
}

.srvDetail .imgPane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.srvDetail .imgPane:hover img {
  transform: scale(1);
}

.srvDetail .imgPane::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(241, 28, 40, 0.45),
    rgba(58, 87, 160, 0.45)
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  border-radius: 12px;
}

.srvDetail .imgPane:hover::after {
  opacity: 1;
}

.srvDetail .imgBadge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
  background: #0f0f13;
  border-radius: 8px;
  padding: 14px 18px;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.srvDetail .imgPane:hover .imgBadge {
  transform: translateY(0);
  opacity: 1;
}

.srvDetail .imgBadge strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 700;
  color: #f11c28;
  line-height: 1;
}

.srvDetail .imgBadge small {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.srvDetail .contentPane {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 52px;
  background: #fff;
  border-radius: 12px;
  height: 100%;
  position: relative;
}

.srvDetail .contentPane::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(to bottom, #f11c28, #3a57a0);
  border-radius: 3px 0 0 3px;
  transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.srvDetail .contentPane:hover::before {
  height: 100%;
}

.srvDetail .contentPane .eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f11c28;
  margin-bottom: 12px;
}

.srvDetail .contentPane h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 700;
  line-height: 1.12;
  color: #0f0f13;
  margin-bottom: 20px;
}

.srvDetail .contentPane p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: #6c757d;
  margin-bottom: 14px;
}

.srvDetail .rule {
  display: block;
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #f11c28, #3a57a0);
  border-radius: 2px;
  margin-bottom: 22px;
  transition: width 0.4s ease;
}

.srvDetail .contentPane:hover .rule {
  width: 64px;
}

.srvDetail .featList {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.srvDetail .featList li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #3a3a3a;
  line-height: 1.6;
  transition: padding-left 0.3s ease;
}

.srvDetail .featList li:last-child {
  border-bottom: none;
}
.srvDetail .featList li:hover {
  padding-left: 6px;
}

.srvDetail .featList .dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f11c28;
  margin-top: 7px;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.srvDetail .commonbtn {
  margin-top: 30px;
  max-width: 200px;
}
.srvDetail .featList li:hover .dot {
  background: #3a57a0;
  transform: scale(1.4);
}

.srvWhy {
  background: #0f0f13;
}

.srvWhy .eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f11c28;
  display: block;
  margin-bottom: 12px;
}

.srvWhy h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 0;
}

.srvWhy .subtext {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.whyCard {
  padding: 30px 26px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.4s ease;
}

.whyCard::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #f11c28, #3a57a0);
  transition: width 0.45s ease;
}

.whyCard:hover {
  transform: translateY(-6px);
  border-color: rgba(241, 28, 40, 0.3);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.whyCard:hover::after {
  width: 100%;
}

.whyCard .icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(241, 28, 40, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition:
    background 0.35s ease,
    transform 0.35s ease;
}

.whyCard:hover .icon {
  background: #f11c28;
  transform: rotate(6deg) scale(1.08);
}
.whyCard:hover .icon svg path,
.whyCard:hover .icon svg circle {
  stroke: #fff;
}

.whyCard h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.whyCard p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  transition: color 0.3s ease;
}

.whyCard:hover p {
  color: rgba(255, 255, 255, 0.72);
}

.whyCard .num {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  pointer-events: none;
  transition: color 0.35s ease;
}

.whyCard:hover .num {
  color: rgba(241, 28, 40, 0.07);
}

/* ── Section 2 dark variant ── */
.srvDetailDark {
  background: #0f0f13;
}

.srvDetailDark .contentPane.contentPaneDark {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.srvDetailDark .contentPane.contentPaneDark::before {
  background: linear-gradient(to bottom, #f11c28, #3a57a0);
}

.srvDetailDark .contentPane.contentPaneDark .eyebrow {
  color: #f11c28;
}

.srvDetailDark .contentPane.contentPaneDark h2 {
  color: #fff;
}

.srvDetailDark .contentPane.contentPaneDark p {
  color: rgba(255, 255, 255, 0.45);
}

.srvDetailDark .featListDark li {
  color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.07);
}


/* ================================
   FLEET CONTENT SECTION 
================================= */

.fleet-content-section{
  overflow: hidden;
}

/* ───────── LEFT ───────── */
.fleet-content-section .fleet-left{
  background: #ffffff;
  padding: 72px 56px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.fleet-content-section .fleet-left::after{
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #ddd 30%, #ddd 70%, transparent);
}

/* eyebrow */
.fleet-content-section .eyebrow{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #f11c28;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(12px);
  animation: fleetFadeUp 0.6s 0.1s forwards;
}

.fleet-content-section .eyebrow::before{
  content: '';
  width: 28px;
  height: 1px;
  background: #f11c28;
}

/* title */
.fleet-content-section .fleet-title{
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(14px);
  animation: fleetFadeUp 0.6s 0.25s forwards;
}

.fleet-content-section .fleet-title span{
  color: #3a57a0;
}

/* description */
.fleet-content-section .fleet-desc{
  font-size: 14.5px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 10px !important;
  opacity: 0;
  transform: translateY(14px);
  animation: fleetFadeUp 0.6s 0.4s forwards;

}

/* ───────── FEATURE CARD ───────── */
.fleet-content-section .feature-card{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid #e8eaf0;
  border-radius: 10px;
  margin: 20px 0 32px;
  background: #f8f9fb;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(14px);
  animation: fleetFadeUp 0.6s 0.55s forwards;
}

.fleet-content-section .feature-card::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #3a57a0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
}

.fleet-content-section .feature-card:hover{
  border-color: #3a57a0;
  box-shadow: 0 8px 28px rgba(58,87,160,0.12);
  transform: translateX(4px);
}

.fleet-content-section .feature-card:hover::before{
  transform: scaleY(1);
}

/* icon */
.fleet-content-section .feature-icon{
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dde0ea;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: 0.3s;
}

.fleet-content-section .feature-card:hover .feature-icon{
  background: #3a57a0;
  border-color: #3a57a0;
}

.fleet-content-section .feature-icon svg{
  transition: 0.3s;
}

@media (max-width:576px) {
  .fleet-content-section .feature-icon{
    display: none;
  }
}
.fleet-content-section .feature-card:hover .feature-icon svg{
  stroke: #fff;
}

/* text */
.fleet-content-section .feature-text h4{
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.fleet-content-section .feature-text p{
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* ───────── BOTTOM ROW ───────── */
.fleet-content-section .bottom-row{
  display: flex;
  align-items: center;
  gap: 40px;
  opacity: 0;
  transform: translateY(14px);
  animation: fleetFadeUp 0.6s 0.7s forwards;
}

.fleet-content-section .stat-number{
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

.fleet-content-section .stat-number span{
  color: #f11c28;
}

.fleet-content-section .stat-label{
  font-size: 12px;
  color: #666;
}

.fleet-content-section .divider-v{
  width: 1px;
  height: 44px;
  background: #ddd;
}

.fleet-content-section .cta-btn{
  border-radius: 50px;
}

/* ───────── RIGHT ───────── */
.fleet-content-section .fleet-right{
  position: relative;
  overflow: hidden;
  background: #000;
}

.fleet-content-section .fleet-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transform: scale(1.04);
}

/* badge */
.fleet-content-section .badge{
  position: absolute;
  bottom: 36px;
  left: -8px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 14px;
  box-shadow: 0 12px 36px rgba(0,0,0,0.18);
}

.fleet-content-section .badge-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f11c28;
  animation: fleetPulse 2s infinite;
}

.fleet-content-section .badge-text strong{
  font-size: 13px;
  color: #000;
}

.fleet-content-section .badge-text span{
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  display: inline-block;
}

/* overlay */
.fleet-content-section .fleet-right::after{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(58,87,160,0.18) 0%, transparent 60%);
}

/* accent line */
.fleet-content-section .accent-line{
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(45deg, #f11c28 0%, #f11c28 50%, #3a57a0 50%, #3a57a0 100%);
}

/* animations (scoped names) */
@keyframes fleetPulse{
  0%,100%{ box-shadow: 0 0 0 0 rgba(241,28,40,0.4); }
  50%{ box-shadow: 0 0 0 7px rgba(241,28,40,0); }
}

@keyframes fleetFadeUp{
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* ───────── RESPONSIVE ───────── */
@media (max-width: 768px){
  .fleet-content-section{
    grid-template-columns: 1fr;
  }

  .fleet-content-section .fleet-left{
    padding: 48px 28px;
  }

  .fleet-content-section .fleet-left::after{
    display: none;
  }

  .fleet-content-section .fleet-right{
    height: 320px;
  }
}