:root {

  --aquila-purple: rgba(67, 160, 210, 1);

  --aquila-orange: rgba(242, 91, 29, 1);

}



.gradient-button {

  background: linear-gradient(to right, #7928ca, #4361ee);

  color: white;

  font-size: 1.25rem;

  padding: 0.75rem 2rem;

  border: none;

  border-radius: 2rem;

  box-shadow: 0 0 15px rgba(121, 40, 202, 0.5);

  transition: all 0.3s ease;

  position: relative;

  overflow: hidden;

}



.gradient-button:hover {

  transform: translateY(-2px);

  box-shadow: 0 5px 20px rgba(121, 40, 202, 0.7);

  color: white;

}



.gradient-button:active {

  transform: translateY(1px);

  box-shadow: 0 2px 10px rgba(121, 40, 202, 0.5);

}



.gradient-button::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(to right,

      var(--aquila-purple),

      var(--aquila-orange));

  opacity: 0;

  transition: opacity 0.3s ease;

  z-index: -1;

  border-radius: 2rem;

}



.gradient-button:hover::before {

  opacity: 1;

}



body {
  font-family: "Montserrat" !important;
}



.aquila-heading {

  font-family: "Roboto", sans-serif;

  font-weight: 700;

}



.aquila-subheading {

  font-family: "Overpass", sans-serif;

  font-weight: 600;

}



.aquila-gradient-bg {

  background: linear-gradient(to right,

      rgba(53, 26, 136, 1),

      rgba(255, 102, 84, 1));

}



.aquila-top-banner {

  background: linear-gradient(to right,

      rgba(53, 26, 136, 1),

      rgba(255, 102, 84, 1));

  color: white;

  padding: 8px 0;

  font-size: 14px;

  text-align: center;

}



.aquila-logo {

  max-height: 50px;

}



.aquila-nav-link {

  color: #333;

  font-weight: 500;

  margin: 0 10px;

  position: relative;

}



.aquila-nav-link.active::after {

  content: "";

  position: absolute;

  bottom: -5px;

  left: 0;

  width: 100%;

  height: 3px;

  background-color: var(--aquila-purple);

}



.aquila-quote-btn {

  background-color: var(--aquila-purple);

  color: white;

  border: none;

  padding: 8px 20px;

  border-radius: 4px;

  font-weight: 500;

}



.aquila-hero-section {

  background: linear-gradient(135deg, #2b0a5a 0%, #4b1d95 100%);

  color: white;

  padding: 60px 0;

  position: relative;

  overflow: hidden;

}



.aquila-hero-section::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImciIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4wNSkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNMjUsMzAgQzI1LDMwIDUwLDEwIDc1LDMwIFMxMDAsNTAgMTAwLDUwIFYxMDAgSDAgVjUwIEMwLDUwIDI1LDMwIDI1LDMwIFoiIGZpbGw9InVybCgjZykiLz48L3N2Zz4=");

  opacity: 0.1;

  z-index: 0;

}



.aquila-hero-content {

  position: relative;

  z-index: 1;

}



.aquila-hero-title {

  font-size: 3rem;

  font-weight: 700;

  margin-bottom: 0;

  line-height: 1.2;

}



.aquila-hero-subtitle {

  font-size: 3rem;

  color: var(--aquila-orange);

  font-weight: 700;

  margin-bottom: 10px;

  line-height: 1.2;

}



.aquila-hero-desc {

  font-size: 14px;

  max-width: 500px;

  margin-bottom: 25px;

  opacity: 0.9;

}



.aquila-btn-primary {

  background-color: transparent;

  color: white;

  border: 2px solid white;

  padding: 8px 25px;

  border-radius: 4px;

  transition: all 0.3s;

}



.aquila-btn-primary:hover {

  background-color: white;

  color: var(--aquila-purple);

}



.aquila-products-section {

  padding: 60px 0;

  background-color: #f8f9fa;

}



.aquila-section-title {

  text-align: center;

  margin-bottom: 40px;

}



.aquila-section-title span {

  color: var(--aquila-orange);

}



.aquila-product-card {

  background-color: white;

  border-radius: 8px;

  overflow: hidden;

  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);

  margin-bottom: 20px;

  height: 100%;

}



.aquila-product-img {

  height: 150px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 20px;

  background-color: #f8f9fa;

}



.aquila-product-img img {

  max-height: 100%;

  max-width: 100%;

}



.aquila-product-info {

  padding: 15px;

  text-align: center;

}



.aquila-product-title {

  font-weight: 600;

  margin-bottom: 5px;

}



.aquila-product-desc {

  font-size: 14px;

  color: #666;

}



.aquila-about-section {

  /* padding: 60px 0; */

  background-color: #eee;

}



.aquila-about-content {

  padding: 20px;

}



.aquila-about-title {

  font-size: 2rem;

  margin-bottom: 20px;

  position: relative;

  display: inline-block;

}



.aquila-about-title::after {

  content: "";

  position: absolute;

  bottom: -10px;

  left: 0;

  width: 50px;

  height: 3px;

  background: linear-gradient(to right,

      rgba(53, 26, 136, 1),

      rgba(255, 102, 84, 1));

}



.aquila-about-desc {

  margin-bottom: 20px;

  line-height: 1.6;

  text-align: justify;

}



.aquila-btn-secondary {

  background: linear-gradient(to right,

      rgba(242, 91, 29, 1),

      rgba(67, 160, 210, 1));

  color: white;

  border: none;

  padding: 8px 25px;

  border-radius: 4px;

  transition: all 0.3s;

}



.aquila-btn-secondary:hover {

  opacity: 0.9;

  color: white;

}



.aquila-testimonials-section {

  padding: 60px 0;

}



.aquila-testimonial-title {

  text-align: center;

  margin-bottom: 40px;

}



.aquila-testimonial-title span {

  color: var(--aquila-orange);

}



.aquila-testimonial-subtitle {

  text-align: center;

  margin-bottom: 30px;

  font-size: 14px;

  color: #666;

}



.aquila-testimonial-card {

  background-color: #f8f9fa;

  border-radius: 8px;

  padding: 25px;

  margin: 10px;

  position: relative;

}



.aquila-testimonial-text {

  font-size: 14px;

  line-height: 1.6;

  margin-bottom: 20px;

}



.aquila-testimonial-author {

  display: flex;

  align-items: center;

}



.aquila-author-img {

  width: 50px;

  height: 50px;

  border-radius: 50%;

  overflow: hidden;

  margin-right: 15px;

}



.aquila-author-img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.aquila-author-info h5 {

  margin: 0;

  font-size: 16px;

  font-weight: 600;

}



.aquila-author-info p {

  margin: 0;

  font-size: 14px;

  color: #666;

}



.aquila-carousel-control {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 40px;

  height: 40px;

  background-color: white;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);

  z-index: 10;

  cursor: pointer;

}



.aquila-carousel-prev {

  left: -20px;

}



.aquila-carousel-next {

  right: -20px;

}



.atn-footer {

  background-color: #111111;

  padding: 2rem 0;

  color: #ffffff;

}



.atn-footer__logo {
  width: 150px !important;
  margin-right: 2rem;

}



.atn-footer__nav {

  gap: 2rem;

}



.atn-footer__menu-group {

  display: flex;

  gap: 1.5rem;

}



.atn-footer__menu-group a {

  color: #ffffff;

  text-decoration: none;

  font-family: "Poppins", sans-serif;

  font-size: 0.9rem;

  transition: color 0.3s ease;

  border-right: 1px solid #8080809e;

  padding-right: 17px;

}



.atn-footer__menu-group a:hover {

  color: rgba(255, 102, 84, 1);

}



.atn-footer__social {

  display: flex;

  gap: 1rem;

}



.atn-footer__social-link {

  width: 32px;

  height: 32px;

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: rgba(255, 255, 255, 0.1);

  border-radius: 10%;

  color: #ffffff;

  text-decoration: none;

  transition: all 0.3s ease;

}



.atn-footer__social-link:hover {

  background-color: rgba(255, 102, 84, 1);

  color: #111111;

}



.atn-footer__bottom {

  margin-top: 2rem;

  padding-top: 1.5rem;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}



.atn-footer__copyright,

.atn-footer__credits {


  font-size: 0.875rem;

  color: rgba(255, 255, 255, 0.7) !important;

  margin: 0;

}
.atn-footer__credits a{
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7) !important;
  transition: all 0.3s ease;
}
.atn-footer__credits a:hover{
  text-decoration: underline;
}



@media (max-width: 991px) {

  .atn-footer__nav {

    flex-direction: column;

    align-items: center;

    margin-top: 1.5rem;

  }



  .atn-footer__menu-group {

    flex-direction: column;

    align-items: center;

    text-align: center;

    margin: 0 !important;

    display: inline;

  }



  .atn-footer__logo {

    text-align: center;

    margin-right: 0;

  }



  .atn-footer__bottom {

    text-align: center;

  }



  .atn-footer__copyright,

  .atn-footer__credits {

    text-align: center !important;

  }

}



/* foter :end */



.limo-testimonials {

  background-color: #f8f9fa;

  padding: 4rem 0;

}



.limo-testimonials__card {

  background: #ffffff;

  border-radius: 15px;

  padding: 2rem;

  margin: 0 auto;

  max-width: 800px;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);

}



.limo-testimonials__profile {

  display: flex;

  align-items: center;

  /* margin-bottom: 1.5rem; */

  padding-top: 17px;

}



.limo-testimonials__avatar {

  width: 60px;

  height: 60px;

  border-radius: 50%;

  margin-right: 1rem;

  object-fit: cover;

}



.limo-testimonials__info {

  flex: 1;

}



.limo-testimonials__name {

  font-family: "Roboto", sans-serif;

  font-weight: 600;

  font-size: 1.25rem;

  margin: 0;

  color: #1a1a1a;

}



.limo-testimonials__role {

  font-family: "Overpass", sans-serif;

  font-size: 0.875rem;

  color: #666666;

  margin: 0;

}



.limo-testimonials__text {

  font-family: "Overpass", sans-serif;

  font-size: 1rem;

  line-height: 1.6;

  color: rgba(84, 94, 112, 1);

  margin: 0;

  text-align: justify;

}



/* Carousel Controls */

.carousel-control-prev,

.carousel-control-next {

  width: 40px;

  height: 40px;

  background: rgba(0, 0, 0, 0.17);

  border-radius: 50%;

  top: 50%;

  transform: translateY(-50%);

  opacity: 0.7;

}



.carousel-control-prev {

  left: 1rem;

}



.carousel-control-next {

  right: 1rem;

}



.carousel-control-prev:hover,

.carousel-control-next:hover {

  opacity: 1;

  background: rgba(0, 0, 0, 0.7);

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

  width: 20px;

  height: 20px;

}



@media (max-width: 768px) {

  .height85 {

    height: 100% !important;

  }

  .limo-testimonials {

    padding: 2rem 0;

  }



  .limo-testimonials__card {

    padding: 1.5rem;

    margin: 0 1rem;

  }



  .carousel-control-prev {

    left: 0;

  }



  .carousel-control-next {

    right: 0;

  }

  .w50 {

    width: 100% !important;

  }



  .left70 {

    left: 0px;

  }



  .Right70 {

    right: 0px;

  }

}



.left70 {

  left: -77px;

}



.Right70 {

  right: -77px;

}



/* testmonial end */



.limo-services__title {

  position: relative;

  color: #1a1a1a;

  font-weight: 700;

  font-size: 2.5rem;

  padding-bottom: 1rem;

}



.limo-services__title-underline {

  width: 100px;

  height: 4px;

  background: linear-gradient(90deg,

      rgba(53, 26, 136, 1) 0%,

      rgba(255, 102, 84, 1) 50%,

      rgba(255, 102, 84, 1) 100%);

  /* margin: 0.5rem auto 0; */

  margin-top: 10px;

  display: flex;

  flex-direction: row;

  justify-self: center;

}



/* button {

  background: none;

  text-decoration: inherit;

  font-family: system-ui;

  font-size: 1rem;

  padding: 1rem 2rem;

} */



.border-gradient {

  border: 10px solid;

  border-image-slice: 1;

  border-width: 3px;

  background-color: #f0f8ff00;

  color: white;

  height: 50px;

}

.border-gradient-purple {

  border-image-source: linear-gradient(to left,

      rgba(53, 26, 136, 1),

      rgba(255, 102, 84, 1));

  font-family: "Roboto", sans-serif;

}



.fon55 {

  font-family: "Roboto", sans-serif;

  font-size: 46px;

}



.right-offset {

  right: -20px;

}



.left-offset {

  left: -20px;

}



@media (max-width: 768px) {

  .right-offset {

    right: 0px;

  }



  .left-offset {

    left: 0px;

  }

}



.button33 {

  background: linear-gradient(#ffffff00, #ffffff00) padding-box,

    linear-gradient(47deg, rgba(242, 91, 29, 1), rgba(67, 160, 210, 1)) border-box;

  color: #313149;

  padding: 7px 53px;

  border: 5px solid transparent;

  border-radius: 30px;

  display: inline-block;

  font-size: 13px;

  color: white;

}



/* Custom CSS with unique class names */

.hw-heading {

  font-weight: 600;

  text-align: center;

  margin-top: 2rem;

  margin-bottom: 0.5rem;

}



.hw-heading-accent {

  color: #c75b76;

}



.hw-subheading {

  font-family: "Overpass", sans-serif;

  font-weight: 400;

  text-align: center;

  margin-bottom: 2rem;

  color: #333;

}



.hw-product-card {

  position: relative;

  border-radius: 8px;

  overflow: hidden;

  margin-bottom: 1.5rem;

  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  background: linear-gradient(

    to bottom,

    rgba(0, 0, 0, 0.1),

    rgba(0, 0, 0, 0.7)

  ); */

}



.hw-product-image {

  width: 100%;

  /* height: 183px; */

  object-fit: cover;

  /* opacity: 0.85; */

  filter: contrast(102%);

}



.products-banner h2 {

  font-size: 34px;

  font-weight: 700;

  font-family: monospace;

}



.card-title {

  text-align: center;

}

.hw-product-info {

  position: absolute;

  bottom: 0;

  left: 0;

  padding: 1rem;

  color: white;

  width: 100%;

}



.hw-product-title {
  font-weight: 500;

  font-size: 1.5rem;

  margin-bottom: 0.25rem;

  text-align: center;

}



.hw-product-specs {

  font-family: "Overpass", sans-serif;

  font-size: 0.9rem;

  opacity: 0.9;

}



.hw-container {

  max-width: 1200px;

  margin: 0 auto;

  padding: 0 15px;

}

.text-dark:hover {
  color: rgba(67, 160, 210, 1) !important;
}

.custom-gradient-heading {

  background: linear-gradient(to right,

      rgba(242, 91, 29, 1),

      rgba(67, 160, 210, 1));

  -webkit-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;

}



.w50 {

  width: 31%;

}



.w121 {

  width: 69%;

}



.products-banner {

  color: white;

  text-align: center;

  padding: 100px 0;

  position: relative;

  overflow: hidden;

}



.mission-section {

  background-color: #eaeaea;

  padding: 40px 0;

}

.mission-title {

  font-weight: bold;

  color: #333;

}

.mission-title span {

  color: #6a0dad;

}

.mission-content {

  max-width: 600px;

}

.mission-list {

  list-style: none;

  padding: 0;

}

.mission-list li {

  margin-bottom: 15px;

}

.mission-list li strong {

  color: #000;

}

.mission-image img {

  max-width: 100%;

  height: auto;

}



.card-img,

.card-img-bottom,

.card-img-top {

  width: 356px;

  height: 188px;

  object-fit: contain;

  padding: 13px;

}



.connect-title {

  font-weight: bold;

  font-size: 28px;

}



.connect-title .highlight {

  color: var(--aquila-orange);

}



.form-title {

  font-weight: bold;

  font-size: 28px;

}



.form-title .highlight {

  color: var(--aquila-orange);

}



.contact-info {

  margin-top: 20px;

}



.contact-item {

  display: flex;

  align-items: start;

  margin-bottom: 15px;

}



.contact-icon {

  width: 30px;

  height: 30px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--aquila-purple);

  margin-right: 10px;

}



.contact-text {

  color: #333;

}



.contact-image {

  width: 100%;

  border-radius: 8px;


}



.form-container {

  background-color: white;

  border-radius: 10px;

  padding: 30px;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);

}



.form-control {

  border-radius: 5px;

  padding: 12px;

  margin-bottom: 14px;

  border: 1px solid #ddd;

}

.form_textarea {
  height: 75px !important;
}


.btn-send {

  background: linear-gradient(to right,

      var(--aquila-purple),

      var(--aquila-orange));

  color: white;

  border: none;

  padding: 10px 25px;

  border-radius: 5px;

  font-weight: bold;

  transition: all 0.3s;

}



.btn-send:hover {

  opacity: 0.9;
  color: white !important;
  transform: translateY(-2px);

}



.map-container {

  width: 100%;

  height: 452px;

  margin-top: 40px;

  /* border-radius: 10px; */

  overflow: hidden;

}



.map-container iframe {

  width: 100%;

  height: 100%;

  border: 0;

}



@media (max-width: 768px) {

  .form-container {

    margin-top: 30px;

  }

  .gapping_400 {

    gap: 400px;

    height: 30vh;

  }

  .w121 {

    width: 100% !important;

  }

}



/* .hw-product-image:hover {

  filter: brightness(1.2) contrast(1.1) blur(0px);

} */



.aquila-header {

  padding: 3rem 0;

  background-color: #f8f9fa;

}



.aquila-mission-section {

  padding: 2rem 0;

  background-color: #ffffff;

}



.aquila-gradient-heading {

  background: linear-gradient(90deg, #0062cc, #1e88e5);

  -webkit-background-clip: text;

  background-clip: text;

  color: transparent;

  display: inline-block;

}



.aquila-mission-content {

  font-size: 1.1rem;

  line-height: 1.6;

  color: #495057;

}



.aquila-mission-list {

  list-style-type: none;

  padding-left: 0;

}



.aquila-mission-list li {

  margin-bottom: 1rem;

  padding-left: 1.5rem;

  position: relative;

}



.aquila-mission-list li:before {

  content: "•";

  position: absolute;

  left: 0;

  color: #0062cc;

  font-weight: bold;

}



.aquila-faq-section {

  padding: 3rem 0;

  background-color: #f8f9fa;

}



.aquila-faq-title {

  margin-bottom: 2rem;

  text-align: center;

}



.aquila-accordion-item {

  margin-bottom: 1rem;

  border-radius: 0.5rem;

  overflow: hidden;

  border: 1px solid rgba(0, 0, 0, 0.125);

}



.aquila-accordion-header {

  background-color: #ffffff;

  font-size: large;

}



.aquila-accordion-button {

  padding: 1.25rem;

  font-weight: 600;

  color: #212529;

  background-color: #ffffff;

  border: none;

  width: 100%;

  text-align: left;

  position: relative;

  padding-right: 3rem;

}



.aquila-accordion-button:not(.collapsed) {

  font-size: large;

}



.aquila-accordion-button::after {

  content: "+";

  position: absolute;

  right: 1.25rem;

  top: 50%;

  transform: translateY(-50%);

  font-size: 1.5rem;

  font-weight: 300;

  color: #0062cc;

}



.aquila-accordion-button:not(.collapsed)::after {

  content: "−";

}



.aquila-accordion-body {

  padding: 1.25rem;

  background-color: #ffffff;

  color: #495057;

}



.aquila-footer {

  padding: 2rem 0;

  background-color: #212529;

  color: #ffffff;

}



.aquila-header {

  padding: 3rem 0;

  background-color: #f8f9fa;

}



.aquila-gradient-heading {

  background: linear-gradient(90deg, #0062cc, #1e88e5);

  -webkit-background-clip: text;

  background-clip: text;

  color: transparent;

  display: inline-block;

}



.aquila-privacy-section {

  padding: 3rem 0;

  background-color: #ffffff;

}



.aquila-privacy-title {

  margin-bottom: 2rem;

  text-align: center;

}



.aquila-privacy-content {

  font-size: 1.1rem;

  line-height: 1.6;

  color: #495057;

}



.aquila-privacy-section h3 {

  color: rgba(255, 102, 84, 1);

  margin-top: 2rem;

  margin-bottom: 1rem;

  font-weight: 600;

}



.aquila-privacy-section p {

  margin-bottom: 1.5rem;

}



.aquila-privacy-section ul {

  margin-bottom: 1.5rem;

}



.aquila-privacy-section li {

  margin-bottom: 0.5rem;

}



.aquila-privacy-date {

  font-style: italic;

  color: #6c757d;

  margin-bottom: 2rem;

}



.aquila-privacy-card {

  border-radius: 0.5rem;

  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

  padding: 2rem;

  margin-bottom: 2rem;

  background-color: #f8f9fa;

  border-left: 4px solid #0062cc;

}



.aquila-footer {

  padding: 2rem 0;

  background-color: #212529;

  color: #ffffff;

}



.aquila-navigation {

  background-color: #ffffff;

  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

}



.aquila-nav-link {

  color: #495057;

  font-weight: 500;

  padding: 0.5rem 1rem;

  transition: color 0.3s ease;

}



.aquila-nav-link:hover {

  color: #0062cc;

}



.aquila-nav-link.active {

  color: #0062cc;

  border-bottom: 2px solid #0062cc;

}



.height85 {

  height: 85px;

}



.auto-margin-width {

  width: 90%;

  margin: auto !important;

}



/* For mobile devices */

@media (max-width: 768px) {

  .auto-margin-width {

    width: 100% !important;
    /* Adjust to a smaller width for mobile */

  }

}