@charset "utf-8";

/* CSS Document */
body {
  font-family: 'Alatsi', sans-serif;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-link {
  font-family: 'Alatsi'
}

.bg-danger {
  background: #e8630a !important;
}

.navbar-toggler {
  border: none !important;
}

/* ===== PREMIUM DROPDOWN STYLES ===== */
.custom-navbar .dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  padding: 10px;
  margin-top: 5px;
  transition: all 0.3s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

/* Desktop Hover Effects */
@media (min-width: 992px) {
  .custom-navbar .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .custom-navbar .nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

.custom-navbar .dropdown-item {
  color: #333 !important;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 8px;
  transition: all 0.2s ease;
  text-transform: none;
  letter-spacing: 0.5px;
}

.custom-navbar .dropdown-item:hover {
  background: rgba(232, 99, 10, 0.1);
  color: #e8630a !important;
  padding-left: 20px;
}

.custom-navbar .dropdown-toggle::after {
  transition: transform 0.3s ease;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .custom-navbar .dropdown-menu {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    position: static;
    width: 100%;
  }

  /* Bootstrap native toggle support */
  .custom-navbar .nav-item.dropdown .dropdown-menu.show {
    display: block;
  }

  .custom-navbar .dropdown-item {
    color: #fff !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Alatsi';
}

p {
  font-size: 16px;
  color: #28282a;
  font-family: 'Arial';
  word-wrap: break-word;
}

.logo {
  width: 322px;
  height: auto;
  margin-top: 0px;
}

.topheader {
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fcd900;
}

.topheader2 {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}

.enquiry {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -290px;
}

.enquiry2 {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgb(0, 0, 0, 0.5);
}

.enquiry3 {
  width: 100%;
  height: auto;
  background: rgb(0, 0, 0, 0.5);
  ;
  padding-top: 40px;
  padding-bottom: 40px;
}

.welcomemain {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: 100px;
  background: #ffffff;
}

.welcomemain2 {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.whyus {
  width: 100%;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #242527 url(../images/bike-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

.galleryhome {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.footergg {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0px;
  background: #001e6c;
}

.bst1 {
  border-color: #e8630a !important;
  color: #0a417c;
  cursor: pointer;
  font-size: 22px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bst1:hover {
  border-color: #e8630a !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  color: #222222;
}

.aboutus2 {
  width: 100%;
  height: auto;
  background: #ffffff;
}

.jumbotron {
  width: 100%;
  height: auto;
  background: #000000 url(../images/jumbotron.jpg) no-repeat center center fixed;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 20px;
}

.network {
  width: 100%;
  height: auto;
  background: #f0f0f0;
  padding-bottom: 40px;
  padding-top: 40px;
}

.sps {
  border-left: #035397 solid 5px;
  border-bottom: #e6e6e6 solid 1px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #e8630a;
}

.close {
  font-size: 1.5rem;
}

.table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}


.counter-box {
  display: block;
  background: rgb(0, 0, 0, 0.2);
  padding: 40px 20px 37px;
  border: #737373 solid 1px;
  text-align: center
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500
}

.counter-box i {
  font-size: 40px;
  margin: 0 0 15px;
  color: #d2d2d2;
  padding-bottom: 15px;
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 28px
}

.counter-box.colored {
  background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff
}

.mtt {
  margin-top: 100px;
}

.mtt2 {
  margin-top: 50px;
}

.icn {
  margin-bottom: 5px;
  margin-left: 5px;
  margin-top: -10px;
}

.icn2 {
  margin-bottom: 5px;
  margin-right: 20px;
  margin-top: 5px;
}

/* icon bar bottom */
.icon-bar2 {
  width: 100%;
  background-color: #000000;
  overflow: auto;
  position: fixed;
  bottom: 0;
  z-index: 1200;
  border-top: #86baff solid 1px;
}

.icon-bar2 a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s ease;
  border-right: #86baff solid 1px;
  color: white;
  font-size: 16px;
}

.icon-bar2 a:hover {
  background-color: #4ac0f2;
}

.icon-bar2 a:active {
  background-color: #ff5b00;
}

.tt {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.fa_custom {
  color: #ffffff;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}


.tel {
  color: #4c4c4c;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
}

.tel:hover {
  color: #f1c50e;
}

.tel2 {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px !important;
}

.tel2:hover {
  color: #e9ce29;
}

.tel2a {
  color: #ffffff;
  text-decoration: none;
  font-size: 23px;
  line-height: 18px;
}

.tel2a:hover {
  color: #f7c200;
}

.tel3 {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
}

.tel3:hover {
  color: #e9ce29;
}

.txts {
  font-family: Arial, sans-serif;
  font-size: 9px;
  color: #635607;
}

.txtb {
  font-size: 18px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #575757;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #575757;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #575757;
}

ul.dropdown-menu {
  background-color: #80c546;
  border-color: #5c9f23;
}

ul.dropdown-menu a {
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

ul.dropdown-menu a:hover {
  color: #FFF !important;
  background: #0555ae;
}

.dropdown-item {
  font-size: 14px;
  border-bottom: #5c9f23 solid 1px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #bfbfbf;
  color: #000 !important;
}

.clrb {
  color: #cf3b1b;
}

.clry {
  color: #cf3b1b;
}

.clra {
  color: #c3c3c3;
}

.clra2 {
  color: #7f7f7f;
}

.clrr {
  color: #e1272f;
}

.clro {
  color: #d7550a;
}

.clrbl {
  color: #459fe3;
}

.clrg {
  color: #ee3e42;
}

.clrw {
  color: #FFF;
}

.rok {
  color: #000000;
}

.txts {
  font-size: 12px;
  line-height: 15px;
}

.footerbg {
  background: #6254e7;
  padding-bottom: 30px;
}

.footermenu {
  list-style-image: url(../images/arrow.png);
}

.aaa {
  list-style-image: url(../images/arrow-5.html);
  padding-top: 10px;
}

.aaa li {
  font-size: 28px;
}

.footermenu2 {
  color: #b4b8be;
  text-decoration: none;
  line-height: 25px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.footermenu2:hover {
  color: #fbcd20;
  text-decoration: none;
}

.readmore {
  color: #ffffff;
  text-decoration: none;
}

.readmore:hover {
  color: #00baff;
}

.readmore2 {
  color: #ff9900;
  text-decoration: none;
}

.readmore2:hover {
  color: #ed3237;
  text-decoration: none;
}

.readmore3 {
  color: #28282a;
  text-decoration: none;
}

.readmore3:hover {
  color: #000000;
}

.readmore4 {
  color: #b4b8be;
  text-decoration: none;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.readmore4:hover {
  color: #fbcd20;
}

.more {
  background: url(../images/arrow2.png) no-repeat left;
  font-family: Arial, Helvetica, sans-serif;
  color: #3b3634;
  border-bottom: #ffffff dashed 1px;
  font-size: 14px;
  font-weight: normal !important;
  line-height: 18px !important;
  padding-bottom: 5px;
  padding-top: 5px;
}

.more:hover {
  color: #449ee3;
  background: url(../images/arrow3.png) no-repeat left;
}

.more2 {
  color: #7c7c7c;
  text-decoration: none;
}

.more2:hover {
  color: #000;
}

.nav-link ul li a {
  color: #333;
}

.con_txt {
  width: 100%;
  height: auto;
  border: #CCC solid 1px;
  padding: 10px;
  margin-bottom: 8px;
}


#backToTop {
  position: fixed;
  bottom: 120px;
  right: 10px;
  cursor: pointer;
  display: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: none;
}

.netbg {
  background: #ebedf4;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: #043953 double 2px;
}

.navbg2 {
  background: none;
  border: none !important;
  border-radius: 0;
  width: 100%;
  height: 155px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 2px;
  display: inline-block;
}

/* scrollbar width */
.navbg2::-webkit-scrollbar {
  width: 10px;
}

/* scrollbar track */
.navbg2::-webkit-scrollbar-track {
  background: #ffffff;
}

/* scrollbar handle */
.navbg2::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #00d2ff;
  background-image: linear-gradient(to top, #fbcd20 0%, #fff600 100%);
}

.navbg3 {
  background: none;
  border: #f1f1f1 solid 1px;
  border-radius: 0;
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 2px;
  display: inline-block;
}

.navbg4 {
  background: none;
  border: #7cd0ec solid 1px;
  border-radius: 0;
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px;
  display: inline-block;
}


.nav-list li {
  font-size: 15px;
  color: #222222;
}

.nav-list li a {
  color: #25274d;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 19px;
  text-decoration: none;
}

.nav-list li a:hover {
  color: #f13c1f;
}

@media (max-width: 768px) {
  .logo {
    width: 200px;
    margin-bottom: 10px;
  }

  /* Reduced logo size */
  .enquiry {
    margin-top: 10px;
  }

  .welcomemain {
    margin-top: 0px;
  }

  .tel2 {
    font-size: 14px;
    line-height: 18px !important;
  }

  .tel2:hover {
    color: #202020;
  }

  .tel {
    font-size: 16px;
  }

  .mtt {
    margin-top: 0px;
  }

  .mtt2 {
    margin-top: 10px;
  }

  .enquiry2 {
    background: rgb(0, 0, 0, 1);
  }

  /* Prevent horiz scroll */
  body {
    overflow-x: hidden;
    margin-bottom: 70px;
  }

  /* Reduce logo size for better mobile display */
  .logo-modern {
    max-height: 50px;
  }

  /* Optimize contact pills for smaller screens */
  .contact-pill {
    padding: 8px 15px;
    min-width: 0;
    margin-bottom: 10px;
  }

  .pill-icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin-right: 10px;
  }

  .pill-value {
    font-size: 14px;
  }
}

/* ===============================
   CUSTOM CAROUSEL STYLES
================================ */
.carousel-item img {
  height: 500px;
  /* object-fit: cover; */
}

@media (max-width: 767px) {
  .carousel-item img {
    height: 250px;
  }
}

/* Custom Indicators (Bars instead of dots) */
.custom-indicators {
  bottom: 20px;
  gap: 10px;
}

.custom-indicators button {
  width: 30px !important;
  height: 4px !important;
  border-radius: 2px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

.custom-indicators button.active {
  background-color: #f39944 !important;
  width: 50px !important;
}

/* Custom Controls */
.custom-control {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  margin: 0 15px;
}

.custom-control:hover {
  background: #f39944;
  opacity: 1;
}

.custom-control span {
  width: 20px;
  height: 20px;
}

/* ===============================
   SCROLLABLE LOCATION GRID SECTION
================================ */
/* ===============================
   UNIQUE TOP HEADER REDESIGN
================================ */
.top-header-modern {
  padding: 20px 0;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}

.logo-modern {
  max-height: 80px;
  width: auto;
  transition: transform 0.3s ease;
}

.logo-modern:hover {
  transform: scale(1.02);
}

.top-contact-v2 {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-pill {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f39944, #d36600);
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 6px 15px rgba(211, 102, 0, 0.2);
  min-width: 260px;
}

.contact-pill:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 25px rgba(211, 102, 0, 0.35);
  background: linear-gradient(135deg, #d36600, #f39944);
}

.pill-icon {
  width: 45px;
  height: 45px;
  background: #001e6c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #ffffff;
  font-size: 18px;
  transition: transform 0.5s ease;
}

.contact-pill:hover .pill-icon {
  transform: rotate(360deg);
}

.pill-info {
  display: flex;
  flex-direction: column;
}

.pill-label {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.pill-value {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 991px) {
  .top-contact-v2 {
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .contact-pill {
    width: 100%;
    min-width: auto;
  }
}

.location-card-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.location-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  border: 1px solid #ddd;
}

.location-card-header {
  background-color: #2c3e50;
  /* Website Dark Blue */
  padding: 15px 20px;
  border-bottom: 3px solid #e67e22;
  /* Website Orange Accent */
}

.location-card-header h3 {
  color: #fff;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.location-card-body {
  height: 400px;
  /* Fixed height for scroll */
  overflow-y: auto;
  padding: 0;
  background-color: #fff;
}

/* Custom Scrollbar for Card Body */
.location-card-body::-webkit-scrollbar {
  width: 6px;
}

.location-card-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.location-card-body::-webkit-scrollbar-thumb {
  background: #e67e22;
  border-radius: 3px;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-list li {
  border-bottom: 1px solid #eee;
}

.location-list li:last-child {
  border-bottom: none;
}

.location-list a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
}

.location-list a:hover {
  background-color: #fcefdc;
  /* Light Orange hover */
  color: #d35400;
  padding-left: 25px;
  /* Slide effect */
}

.location-list i {
  color: #e67e22;
  margin-right: 12px;
  font-size: 14px;
}

.scroll-item i {
  color: #e74c3c !important;
  /* Red Icon force */
  margin-right: 10px;
  font-size: 16px;
}

/* SEO Refined Section Styles */
.seo-refined-section h3,
.seo-refined-section h4 {
  color: #e8630a !important;
}

.seo-refined-section strong {
  font-weight: 700;
}

.seo-refined-section a {
  color: #007bff !important;
  text-decoration: underline !important;
}

.seo-refined-section a:hover {
  color: #0056b3 !important;
}

.seo-refined-section .fas.fa-check-circle,
.seo-refined-section .fas.fa-motorcycle,
.seo-refined-section .fas.fa-truck {
  color: #e8630a !important;
}

.sub-service-card {
  padding: 20px;
  background: #fdfdfd;
  border-left: 4px solid #e8630a;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  height: 100%;
  transition: transform 0.3s ease;
}

.sub-service-card:hover {
  transform: translateY(-5px);
}

.sub-service-card h5 {
  margin-bottom: 10px;
}

/* Global Text Alignment for Better Readability */
.welcomemain p,
.welcomemain2 p,
.seo-refined-section p,
.localized-content p,
.faq-body,
.about-company-content p,
.ps-lg-4 p,
.detailed-content p {
  text-align: justify;
  line-height: 1.7;
  color: #444;
}

/* Contact Page Premium Styles */
.contact-hero {
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/contact-bg.jpg'); */
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}

.contact-card-modern {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  border-bottom: 4px solid transparent;
}

.contact-card-modern:hover {
  transform: translateY(-10px);
  border-bottom-color: #e8630a;
  box-shadow: 0 15px 40px rgba(232, 99, 10, 0.15);
}

.contact-icon-box {
  width: 70px;
  height: 70px;
  background: #fff5ed;
  color: #e8630a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 25px;
  font-size: 28px;
  transition: all 0.3s ease;
}

.contact-card-modern:hover .contact-icon-box {
  background: #e8630a;
  color: #fff;
}

.map-container-modern {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form-refined {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.seo-refined-section ul li {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 8px;
}

/* ===============================
   PREMIUM ENQUIRY PAGE STYLES
================================ */
.enquiry-hero-premium {
  background: linear-gradient(rgba(0, 30, 108, 0.8), rgba(232, 99, 10, 0.4)), url('../images/enquiry-hero-bg.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.glass-form-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 50px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.enquiry-title-modern {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 30px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.enquiry-title-modern span {
  color: #fcd900;
}

.glass-input {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 12px !important;
  color: #fff !important;
  padding: 12px 20px !important;
  transition: all 0.3s ease !important;
}

.glass-input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

.glass-input:focus {
  background: rgb(59 59 65 / 21%) !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 0 15px rgba(8, 8, 7, 0.3) !important;
  outline: none;
}

/* Floating Label Polishing */
.glass-form-card .form-floating>label {
  color: rgba(255, 255, 255, 0.7);
  padding-left: 20px;
}

.glass-form-card .form-floating>.form-control:focus~label,
.glass-form-card .form-floating>.form-control:not(:placeholder-shown)~label {
  color: #fcd900;
  opacity: 1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.glass-form-card .form-floating>.form-control-plaintext~label {
  color: #fcd900;
}

.btn-premium-submit {
  background: #fcd900;
  color: #001e6c;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(252, 217, 0, 0.3);
}

.btn-premium-submit:hover {
  background: #fff;
  color: #e8630a;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(252, 217, 0, 0.5);
}

.btn-premium-reset {
  background: #ec8e35;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 13px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-premium-reset:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.enquiry-benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 15px;
  border-left: 4px solid #fcd900;
}

.enquiry-benefit-icon {
  font-size: 24px;
  color: #fcd900;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .glass-form-card {
    padding: 30px 20px;
    margin-top: 30px;
  }

  .enquiry-title-modern {
    font-size: 1.8rem;
    text-align: center;
  }
}

/* ===============================
   BIKE TRANSPORT RATE LIST SECTION
================================ */
.rate-list-section {
  padding: 40px 0;
  background: linear-gradient(326deg, #f8f9fa00 0%, #e9ecef00 100%);
  position: relative;
  overflow: hidden;
}

.rate-list-header {
  text-align: center;
  margin-bottom: 50px;
}

.rate-list-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #113a75;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.rate-list-title span {
  color: #f39944;
}

.rate-list-container {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.table-responsive-custom {
  border-radius: 15px;
  overflow: hidden;
}

.rate-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.rate-table th {
  background: linear-gradient(135deg, #163d7b, #103974);
  color: #fff;
  padding: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  border: none;
}

.rate-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
  color: #444;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.rate-table tr:last-child td {
  border-bottom: none;
}

.rate-table tr:hover td {
  background-color: #fff9f2;
  color: #000;
}

.rate-table .city-name {
  font-weight: 700;
  color: #123a77;
  text-align: left;
}

.rate-table .price-range {
  font-weight: 800;
  color: #d36600;
  font-size: 18px;
}

.rate-table .distance-tag {
  background: #f1f3f5;
  padding: 5px 12px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 13px;
  color: #666;
}

.rate-table .time-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #28a745;
  font-weight: 700;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .rate-list-title {
    font-size: 2rem;
  }

  .rate-list-container {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .rate-table thead {
    display: none;
  }

  .rate-table,
  .rate-table tbody,
  .rate-table tr,
  .rate-table td {
    display: block;
    width: 100%;
  }

  .rate-table tr {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }

  .rate-table td {
    text-align: right;
    padding: 10px 5px;
    border-bottom: 1px dashed #eee;
    position: relative;
  }

  .rate-table td:last-child {
    border-bottom: none;
  }

  .rate-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    color: #001e6c;
    top: 13px;
  }

  .rate-table .city-name {
    text-align: center;
    font-size: 20px;
    background: #f8f9fa;
    margin: -15px -15px 10px -15px;
    padding: 12px;
    border-radius: 12px 12px 0 0;
  }

  .rate-table .city-name::before {
    display: none;
  }
}