@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* _reset.scss */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-brands/css/uicons-brands.css");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

body {
  font-family: "Noto Serif", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInSlideUp 1s ease-out forwards;
  animation-delay: 0s;
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body:nth-child(1) {
  animation-delay: 0.1s;
}
body:nth-child(2) {
  animation-delay: 0.2s;
}
body:nth-child(3) {
  animation-delay: 0.3s;
}
body:nth-child(4) {
  animation-delay: 0.4s;
}
body:nth-child(5) {
  animation-delay: 0.5s;
}
body:nth-child(6) {
  animation-delay: 0.6s;
}
body:nth-child(7) {
  animation-delay: 0.7s;
}
body:nth-child(8) {
  animation-delay: 0.8s;
}
body:nth-child(9) {
  animation-delay: 0.9s;
}
body:nth-child(10) {
  animation-delay: 1s;
}
body img {
  mix-blend-mode: luminosity !important;
}
body header img, body footer img {
  mix-blend-mode: normal !important;
}
body button {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInSlideUp 1s ease-out forwards;
  animation-delay: 0s;
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body button:nth-child(1) {
  animation-delay: 0.1s;
}
body button:nth-child(2) {
  animation-delay: 0.2s;
}
body button:nth-child(3) {
  animation-delay: 0.3s;
}
body button:nth-child(4) {
  animation-delay: 0.4s;
}
body button:nth-child(5) {
  animation-delay: 0.5s;
}
body button:nth-child(6) {
  animation-delay: 0.6s;
}
body button:nth-child(7) {
  animation-delay: 0.7s;
}
body button:nth-child(8) {
  animation-delay: 0.8s;
}
body button:nth-child(9) {
  animation-delay: 0.9s;
}
body button:nth-child(10) {
  animation-delay: 1s;
}
body a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
body a:hover:hover {
  color: #2650da;
  transition: all 0.3s ease-in-out;
}
body ul {
  list-style: none;
  list-style-position: inside;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInSlideUp 1s ease-out forwards;
  animation-delay: 0s;
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body ul:nth-child(1) {
  animation-delay: 0.1s;
}
body ul:nth-child(2) {
  animation-delay: 0.2s;
}
body ul:nth-child(3) {
  animation-delay: 0.3s;
}
body ul:nth-child(4) {
  animation-delay: 0.4s;
}
body ul:nth-child(5) {
  animation-delay: 0.5s;
}
body ul:nth-child(6) {
  animation-delay: 0.6s;
}
body ul:nth-child(7) {
  animation-delay: 0.7s;
}
body ul:nth-child(8) {
  animation-delay: 0.8s;
}
body ul:nth-child(9) {
  animation-delay: 0.9s;
}
body ul:nth-child(10) {
  animation-delay: 1s;
}
body hr {
  margin: 1rem 0;
  opacity: 0.25;
}
body .grecaptcha-badge {
  z-index: 999 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  font-style: bold;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInSlideUp 1s ease-out forwards;
  animation-delay: 0s;
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
h1:nth-child(1), h2:nth-child(1), h3:nth-child(1), h4:nth-child(1), h5:nth-child(1), h6:nth-child(1) {
  animation-delay: 0.1s;
}
h1:nth-child(2), h2:nth-child(2), h3:nth-child(2), h4:nth-child(2), h5:nth-child(2), h6:nth-child(2) {
  animation-delay: 0.2s;
}
h1:nth-child(3), h2:nth-child(3), h3:nth-child(3), h4:nth-child(3), h5:nth-child(3), h6:nth-child(3) {
  animation-delay: 0.3s;
}
h1:nth-child(4), h2:nth-child(4), h3:nth-child(4), h4:nth-child(4), h5:nth-child(4), h6:nth-child(4) {
  animation-delay: 0.4s;
}
h1:nth-child(5), h2:nth-child(5), h3:nth-child(5), h4:nth-child(5), h5:nth-child(5), h6:nth-child(5) {
  animation-delay: 0.5s;
}
h1:nth-child(6), h2:nth-child(6), h3:nth-child(6), h4:nth-child(6), h5:nth-child(6), h6:nth-child(6) {
  animation-delay: 0.6s;
}
h1:nth-child(7), h2:nth-child(7), h3:nth-child(7), h4:nth-child(7), h5:nth-child(7), h6:nth-child(7) {
  animation-delay: 0.7s;
}
h1:nth-child(8), h2:nth-child(8), h3:nth-child(8), h4:nth-child(8), h5:nth-child(8), h6:nth-child(8) {
  animation-delay: 0.8s;
}
h1:nth-child(9), h2:nth-child(9), h3:nth-child(9), h4:nth-child(9), h5:nth-child(9), h6:nth-child(9) {
  animation-delay: 0.9s;
}
h1:nth-child(10), h2:nth-child(10), h3:nth-child(10), h4:nth-child(10), h5:nth-child(10), h6:nth-child(10) {
  animation-delay: 1s;
}

.banner {
  background-color: #0f2058;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  position: relative;
  z-index: 1000;
}
.banner__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.banner__info {
  display: flex;
  gap: 1.5rem;
}
.banner__contact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.banner__icon {
  color: #f8fafc;
  font-size: 0.9em;
}
.banner__text {
  color: #f8fafc;
}
.banner__social {
  display: flex;
  gap: 1rem;
}
.banner__link {
  color: #f8fafc;
}
.banner__link:hover {
  color: #2563eb;
}
.banner__social-icon {
  font-size: 1em;
}

@media (max-width: 768px) {
  .banner {
    display: none;
  }
  .banner__container {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
  }
  .banner__info {
    flex-direction: column;
    gap: 0.3rem;
    align-items: center;
  }
  .banner__social {
    gap: 1.5rem;
  }
}
.header {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  font-style: normal;
}

.navbar {
  background-color: #2563eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav-logo {
  color: #f8fafc;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 70px;
}
.nav-logo img {
  width: 100%;
}

.nav-menu {
  position: fixed;
  left: -100%;
  top: 70px;
  background-color: #2563eb;
  width: 100%;
  height: calc(100vh - 70px);
  margin: 0;
  padding: 1rem 0;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  display: flex;
  list-style: none;
}
.nav-menu.active {
  left: 0;
}

.nav-item {
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-item .nav__footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav-item .nav__footer__container {
  color: #f8fafc;
  width: 100%;
}
.nav-item .nav__footer__container .nav__footer__item--contact {
  font-size: 1.25rem;
}
.nav-item .nav__footer__container .nav__footer__item--socials {
  margin-top: 4rem;
  display: flex;
  gap: 1rem;
}
.nav-item .nav__footer__container .nav__footer__item--socials a {
  background-color: #f8fafc;
  color: #2563eb;
  padding: 0.1em 0.9em;
  display: flex;
  border-radius: 5px;
}
.nav-item .nav__footer__container .nav__footer__item--socials a:hover:hover {
  color: #2650da;
  transition: all 0.3s ease-in-out;
}
.nav-item .nav__footer__container .nav__footer__item--socials a i {
  display: flex;
  align-items: center;
}

#cta-btn {
  background-color: #f8fafc;
  color: #1e40af;
  padding: 0.5em;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
#cta-btn:hover {
  background-color: #d4e1ed;
}

.nav-link {
  color: #f8fafc;
  text-decoration: none;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: 0.2s;
}
.nav-link:hover {
  color: #d4e1ed;
}
.nav-link i {
  width: 24px;
  text-align: center;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
}
.hamburger .bar {
  height: 3px;
  width: 100%;
  background-color: #f8fafc;
  border-radius: 10px;
  transition: 0.3s;
}
.hamburger.active .bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

@media (min-width: 1024px) {
  .header {
    background-image: url("../assets/images/bg-blob-1.svg");
    background-repeat: no-repeat;
    background-position: 850px -100px;
    background-size: 1380px;
  }
  .hamburger {
    display: none;
  }
  .nav-menu {
    position: static;
    height: auto;
    width: auto;
    flex-direction: row;
    background-color: transparent;
    padding: 0;
  }
  .nav-item {
    padding: 0 1rem;
    border-bottom: none;
  }
  .nav-item .nav__footer {
    display: none !important;
  }
  .nav-link {
    padding: 0.5rem 0;
  }
}
.hero {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  box-sizing: border-box;
  font-family: "Noto Serif", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  height: 50vh;
  display: flex;
  align-items: center;
}
.hero__grid {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .hero__grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.hero__col--primary {
  background-color: transparent;
  display: flex;
  justify-content: center;
}
.hero__col--primary .hero__text__cta {
  width: 70%;
  text-align: justify;
}
.hero__col--primary .hero__text__cta h1 {
  background: -webkit-linear-gradient(323deg, #c217b5, #0d0db7, #9217c2, #c217b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
}
@media (min-width: 800px) {
  .hero__col--primary .hero__text__cta h1 {
    text-align: left;
  }
}
.hero__col--primary .hero__text__cta .hero__cta {
  margin-top: 1rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 800px) {
  .hero__col--primary .hero__text__cta .hero__cta {
    text-align: left;
  }
}
.hero__col--primary .hero_cta_button {
  padding: 0.5em 1em;
  background: #2563eb;
  color: #f8fafc;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}
.hero__col--primary .hero_cta_button:hover {
  background: #134cca;
}
@media (min-width: 800px) {
  .hero__col--primary .hero_cta_button {
    width: -moz-max-content !important;
    width: max-content !important;
    width: 50% !important;
    text-align: center;
  }
}
.hero__col--secondary {
  display: none;
}
@media (min-width: 800px) {
  .hero__col--secondary {
    display: block;
    background-color: transparent;
    display: flex;
    justify-content: center;
  }
  .hero__col--secondary .img_container {
    overflow: hidden;
    max-width: 800px;
  }
  .hero__col--secondary .img_container .hero_img {
    width: 100%;
  }
}

.grid-section {
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  background-image: url("../assets/images/horizontal-fill.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-position: 0px -350px;
}
.grid-section #fleet_menu__head {
  text-align: center;
  margin-bottom: 1rem;
  background: -webkit-linear-gradient(323deg, #c217b5, #0d0db7, #9217c2, #c217b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1024px) {
  .grid-section {
    background-image: none;
    margin-top: 0;
  }
}
.grid-section__container {
  display: grid;
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-section__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-section__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-section__item {
  min-height: 200px;
  padding: 1.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8fafc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  background-blend-mode: luminosity;
  background-color: #dfdfdf;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInSlideUp 1s ease-out forwards;
  animation-delay: 0s;
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.grid-section__item:nth-child(1) {
  animation-delay: 0.1s;
}
.grid-section__item:nth-child(2) {
  animation-delay: 0.2s;
}
.grid-section__item:nth-child(3) {
  animation-delay: 0.3s;
}
.grid-section__item:nth-child(4) {
  animation-delay: 0.4s;
}
.grid-section__item:nth-child(5) {
  animation-delay: 0.5s;
}
.grid-section__item:nth-child(6) {
  animation-delay: 0.6s;
}
.grid-section__item:nth-child(7) {
  animation-delay: 0.7s;
}
.grid-section__item:nth-child(8) {
  animation-delay: 0.8s;
}
.grid-section__item:nth-child(9) {
  animation-delay: 0.9s;
}
.grid-section__item:nth-child(10) {
  animation-delay: 1s;
}
.grid-section__item h2 {
  color: #2563eb;
}
.grid-section__item:hover {
  background-color: #5484ef;
  transition: all 0.3s ease-in-out;
  scale: 1.05;
}
.grid-section__item:hover h2 {
  color: #f8fafc;
}
.grid-section__item--1 {
  background-image: url("../assets/images/fleet-card-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid-section__item--2 {
  background-image: url("../assets/images/fleet-card-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid-section__item--3 {
  background-image: url("../assets/images/fleet-card-3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid-section__item--4 {
  background-image: url("../assets/images/fleet-card-4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.steps {
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  background-color: #2563eb;
}
.steps h2 {
  margin: 1rem 0;
  text-align: center;
  color: #f8fafc;
}
.steps__container {
  display: grid;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .steps__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .steps__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.steps__item {
  height: 400px;
  padding: 1.5rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.steps__item:hover {
  background-color: #dfdfdf;
}
.steps__item:hover svg {
  filter: invert(29%) sepia(99%) saturate(2882%) hue-rotate(216deg) brightness(98%) contrast(94%);
}
.steps__item:hover:hover {
  transition: all 0.3s ease-in-out;
  scale: 1.05;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.steps__item .steps__icon_container {
  width: 150px;
}
.steps__item .steps__icon_container svg {
  width: 100%;
  height: auto;
}
.steps__item .steps__text_container h3 {
  background: -webkit-linear-gradient(323deg, #c217b5, #0d0db7, #9217c2, #c217b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.steps__item .steps__text_container h4 {
  color: #2563eb;
}
.steps__item--1, .steps__item--3 {
  background-color: #f8fafc;
}
.steps__item--2 {
  background-color: #f8fafc;
}

.logistics {
  width: 100%;
  padding: 2rem;
}
.logistics h2 {
  text-align: center;
  margin-bottom: 1rem;
  background: -webkit-linear-gradient(323deg, #c217b5, #0d0db7, #9217c2, #c217b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.logistics__container {
  display: grid;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .logistics__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.logistics__item {
  min-height: 200px;
  padding: 1.5rem;
  border-radius: 8px;
}
.logistics__item--primary {
  background-color: #2563eb;
  display: none;
}
@media (min-width: 768px) {
  .logistics__item--primary {
    display: block;
    background-image: url("../assets/images/service-section-1.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
  }
}
.logistics__item--secondary {
  background-color: transparent;
}
.logistics__item--secondary .logistics__card h3 {
  background-color: #dfdfdf;
  padding: 0.5em;
  margin-bottom: 1rem;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.logistics__item--secondary .logistics__card h3:hover {
  background-color: #2563eb;
  color: #f8fafc;
}
.logistics__item--secondary .logistics__card p {
  margin-bottom: 1rem;
}
.logistics__item--secondary a {
  padding: 0.5em 1em;
  background: #2563eb;
  color: #f8fafc;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
  text-align: center !important;
}
.logistics__item--secondary a:hover {
  background: #134cca;
}

.features {
  width: 100%;
  padding: 2rem;
}
@media (min-width: 768px) {
  .features {
    background-image: none;
  }
}
@media (min-width: 1024px) {
  .features {
    background-image: url("../assets/images/horizontal-fill.svg");
    background-repeat: no-repeat;
    background-position: 0 -340px;
    background-size: 100%;
  }
}
.features__container {
  display: grid;
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .features__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1024px) {
  .features__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.features__item {
  width: auto;
  padding: 0.5em;
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #2563eb;
  font-size: 0.9rem;
}
.features__item:hover:hover {
  transition: all 0.3s ease-in-out;
  scale: 1.05;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .features__item {
    padding: 2rem;
  }
}
.features__item .feature__circle {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: #f8fafc;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features__item .feature__circle svg {
  width: 70%;
  fill: #2563eb;
}
@media (min-width: 768px) {
  .features__item .feature__circle {
    height: 150px;
    width: 150px;
  }
}
.features__item .feature__circle--1, .features__item .feature__circle--2, .features__item .feature__circle--3 {
  background-color: #f8fafc;
}
.features__item .__text h2 {
  background: -webkit-linear-gradient(323deg, #c217b5, #0d0db7, #9217c2, #c217b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 1rem !important;
  text-transform: uppercase;
}
.features__item--1, .features__item--3 {
  background-color: #dfdfdf;
}
.features__item--2 {
  background-color: #dfdfdf;
}

.testamonials {
  width: 100%;
  padding: 3rem 1rem;
  position: relative;
  overflow: hidden;
  background-color: #2563eb;
}
.testamonials h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #f8fafc;
}
.testamonials__container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.testamonials__carousel {
  display: flex;
  width: 80%;
  max-width: 600px;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.testamonials__card {
  flex: 0 0 100%;
  min-height: 300px;
  padding: 2rem;
  border-radius: 5px;
  scroll-snap-align: center;
  transition: transform 1s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testamonials__card .card__picture {
  width: 100px;
}
.testamonials__card .card__picture img {
  width: 100%;
  border-radius: 50%;
  mix-blend-mode: normal !important;
}
.testamonials__card .card__content {
  text-align: center;
}
.testamonials__card .card__content h3 {
  background: -webkit-linear-gradient(323deg, #c217b5, #0d0db7, #9217c2, #c217b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 1rem !important;
}
.testamonials__card .card__content hr {
  margin: 1rem 0;
}
.testamonials__card .card__content--company {
  font-size: 0.8rem;
  background: -webkit-linear-gradient(323deg, #c217b5, #0d0db7, #9217c2, #c217b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.testamonials__card .card__content--company span {
  font-style: italic;
}
.testamonials__card--1, .testamonials__card--3 {
  background-color: white;
}
.testamonials__card--2, .testamonials__card--4 {
  background-color: #f9f9f9;
}
.testamonials__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  font-size: 1.2rem;
  color: #333;
}
.testamonials__nav--prev {
  left: 5%;
}
.testamonials__nav--next {
  right: 5%;
}
.testamonials__nav:hover {
  background: #f0f0f0;
}
.testamonials__indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1.5rem;
}
.testamonials__indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
  padding: 0;
}
.testamonials__indicators button.active {
  background: #666;
}

.partners {
  --item-width: 160px;
  --item-gap: 40px;
  --animation-speed: 25s;
  --light-grey: #f5f5f5;
  --dark-grey: #e0e0e0;
  width: 100% !important;
  padding: 3rem 0 !important;
  overflow: hidden !important;
  position: relative !important;
  background-color: #0f2058 !important;
  opacity: 1 !important;
  transform: none !important;
}
.partners h2 {
  text-align: center !important;
  color: #f8fafc !important;
  margin-bottom: 1rem !important;
  opacity: 1 !important;
  transform: none !important;
}

.partners__mask {
  position: relative !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 80px !important;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%) !important;
          mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%) !important;
  opacity: 1 !important;
  transform: none !important;
}

.partners__container {
  width: calc(100% - 20px) !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  transform: none !important;
}

.partners__track {
  display: flex !important;
  gap: var(--item-gap) !important;
  width: -moz-max-content !important;
  width: max-content !important;
  animation: scroll var(--animation-speed) linear infinite !important;
  will-change: transform !important;
  opacity: 1 !important;
}

.partners__item {
  flex: 0 0 var(--item-width) !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}

.partners__item:nth-child(odd) .partners__placeholder {
  background-color: transparent !important;
}

.partners__item:nth-child(even) .partners__placeholder {
  background-color: transparent !important;
}

.partners__placeholder {
  width: var(--item-width) !important;
  border-radius: 5px !important;
  transform: none !important;
}
.partners__placeholder img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border-radius: 5px !important;
  opacity: 1 !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0) !important;
  }
  100% {
    transform: translateX(calc(-50% - var(--item-gap) / 2)) !important;
  }
}
.form-system {
  max-width: 800px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  padding: 1em;
}
.form-system__tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.form-system__tab {
  padding: 0.5rem 1rem;
  background: #dfdfdf;
  border: none;
  border-radius: 5px 5px 0 0;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: background 0.3s;
}
.form-system__tab--active {
  background: #2563eb;
  color: white;
}
.form-system__tab:hover:not(.form-system__tab--active) {
  background: #c6c6c6;
}
.form-system__content {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 5px;
}
.form-system__form {
  display: none;
}
.form-system__form--active {
  display: block;
}
.form-system__title {
  margin-top: 0;
  color: #dfdfdf;
}
.form-system__group {
  margin-bottom: 1rem;
}
.form-system__label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.form-system__input, .form-system__select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.form-system__submit {
  background: #2563eb;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
.form-system__submit:hover {
  background: #134cca;
}

.vehicle_menu_container {
  display: flex;
  /* Filter Menu Styles */
  /* Responsive Styles */
}
.vehicle_menu_container .filter-toggle {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
  padding: 10px 15px;
  background: #173083;
  color: #f8fafc;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.vehicle_menu_container .filter-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 400px;
  height: auto;
  padding: 20px;
  background: #f8fafc;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  z-index: 999;
  transition: transform 0.3s ease;
}
@media (min-width: 1024px) {
  .vehicle_menu_container .filter-menu {
    position: static;
  }
}
.vehicle_menu_container .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.vehicle_menu_container .filter-header h3 {
  margin: 0;
  font-size: 1.2rem;
}
.vehicle_menu_container .close-filters {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: #2b2b2b;
}
.vehicle_menu_container .filter-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.vehicle_menu_container .filter-group {
  margin-bottom: 15px;
}
.vehicle_menu_container .filter-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1e1e1e;
}
.vehicle_menu_container .filter-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background: white;
}
.vehicle_menu_container .apply-filters, .vehicle_menu_container .reset-filters {
  width: 100%;
  padding: 10px;
  margin-top: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
.vehicle_menu_container .apply-filters {
  background: #2563eb;
  color: #f8fafc;
}
.vehicle_menu_container .reset-filters {
  background: #dfdfdf;
  color: #1e1e1e;
}
@media (max-width: 1024px) {
  .vehicle_menu_container .filter-toggle {
    display: block;
  }
  .vehicle_menu_container .filter-menu {
    transform: translateX(-100%);
  }
  .vehicle_menu_container .filter-menu.active {
    transform: translateX(0);
  }
  .vehicle_menu_container .content-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .vehicle_menu_container .filter-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.vehicle_menu_container .content-wrapper {
  padding: 2rem;
  overflow: scroll;
  width: 100%;
}
.vehicle_menu_container .content-wrapper #vehicles-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
@media (min-width: 1024px) {
  .vehicle_menu_container .content-wrapper #vehicles-container {
    justify-content: flex-start;
  }
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image image" "make make" "model model" "color color" "body-type fuel-type" "transmission reg" "rental-rate rental-rate" "cta cta";
  gap: 0.5rem;
  padding: 2em;
  max-width: 370px;
  border: 1px solid #ececec;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInSlideUp 1s ease-out forwards;
  animation-delay: 0s;
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card:nth-child(1) {
  animation-delay: 0.1s;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card:nth-child(2) {
  animation-delay: 0.2s;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card:nth-child(3) {
  animation-delay: 0.3s;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card:nth-child(4) {
  animation-delay: 0.4s;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card:nth-child(5) {
  animation-delay: 0.5s;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card:nth-child(6) {
  animation-delay: 0.6s;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card:nth-child(7) {
  animation-delay: 0.7s;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card:nth-child(8) {
  animation-delay: 0.8s;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card:nth-child(9) {
  animation-delay: 0.9s;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card:nth-child(10) {
  animation-delay: 1s;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__image {
  grid-area: image;
  height: 180px;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #ececec;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__img:hover {
  transform: scale(1.05);
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__make {
  grid-area: make;
  padding: 0 0.75rem;
  font-weight: bold;
  font-size: 1rem;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__model {
  grid-area: model;
  padding: 0 0.75rem;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__model h3 {
  font-size: 0.75rem !important;
  text-align: left;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__color {
  grid-area: color;
  padding: 0 0.75rem;
  color: #383838;
  font-size: 1rem;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__reg {
  grid-area: reg;
  padding: 0 0.75rem;
  color: #383838;
  font-size: 1rem;
  text-align: center;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__body-type {
  grid-area: body-type;
  padding: 0 0.75rem;
  background: #f2f2f2;
  border-radius: 4px;
  margin: 0 0.5rem;
  font-size: 1rem;
  text-align: center;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__fuel-type {
  grid-area: fuel-type;
  padding: 0 0.75rem;
  background: #f2f2f2;
  border-radius: 5px;
  margin: 0 0.5rem;
  font-size: 1rem;
  text-align: center;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__transmission {
  grid-area: transmission;
  padding: 0 0.75rem;
  font-size: 1rem;
  text-align: center;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__rental-rate {
  grid-area: rental-rate;
  padding: 0 0.75rem;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__cta {
  grid-area: cta;
  padding: 0.5em 1em;
  background: #2563eb;
  color: #f8fafc;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
  text-align: center;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__cta:hover {
  background: #134cca;
}
.vehicle_menu_container .content-wrapper #vehicles-container .vehicle-card__cta:hover {
  background: #173083;
}

.data-container {
  padding: 2rem;
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.data-container h1 {
  margin-bottom: 1rem;
  background: -webkit-linear-gradient(323deg, #c217b5, #0d0db7, #9217c2, #c217b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
}
.data-container .status-message {
  display: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1em;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.data-container .status-message.success {
  background-color: #9be7ac;
  color: #28a745;
}
.data-container .status-message.error {
  background-color: #f6cdd1;
  color: #dc3545;
}
.data-container .data-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f8fafc;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.data-container .data-table th, .data-container .data-table td {
  padding: 1em;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  vertical-align: middle;
}
.data-container .data-table thead {
  background-color: #2563eb;
  color: #f8fafc;
}
.data-container .data-table thead th {
  font-weight: 600;
  font-size: 1rem;
}
.data-container .data-table tbody tr:hover {
  background-color: #d2d2d2;
}
.data-container .data-table tbody tr .editable-field {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
}
.data-container .data-table tbody tr .editable-field.editable {
  border-color: #2563eb;
}
.data-container .data-table tbody tr .editable-field:focus {
  border-color: #134cca;
}
.data-container .data-table tbody tr .update-btn {
  background-color: #2563eb;
  color: #f8fafc;
  border: none;
  padding: 0.5em 1em;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color all 0.3s ease-in-out;
}
.data-container .data-table tbody tr .update-btn:disabled {
  background-color: #82a6f4;
  cursor: not-allowed;
}
.data-container .data-table tbody tr .update-btn:hover:not(:disabled) {
  background-color: #134cca;
}
@media (max-width: 768px) {
  .data-container .data-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .data-container h1 {
    font-size: 1.5rem;
  }
  .data-container .data-table th,
  .data-container .data-table td {
    padding: 0.5rem;
    font-size: 0.85rem;
  }
}

.image-data-container {
  padding: 2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.image-data-container h1 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: #007bff;
  text-align: center;
}
.image-data-container .image-status-message {
  display: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.image-data-container .image-status-message.success {
  background-color: #9be7ac;
  color: #28a745;
}
.image-data-container .image-status-message.error {
  background-color: #f6cdd1;
  color: #dc3545;
}
.image-data-container .image-data-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.image-data-container .image-data-table th, .image-data-container .image-data-table td {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.image-data-container .image-data-table thead {
  background-color: #007bff;
  color: #fff;
}
.image-data-container .image-data-table thead th {
  font-weight: 600;
  font-size: 1rem;
}
.image-data-container .image-data-table tbody tr:hover {
  background-color: #f1f1f1;
}
.image-data-container .image-data-table tbody tr .image-preview {
  width: 80px;
  height: auto;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.image-data-container .image-data-table tbody tr .image-preview:hover {
  transform: scale(1.05);
}
.image-data-container .image-data-table tbody tr .image-editable-field {
  width: 100%;
  padding: 0.5rem;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
.image-data-container .image-data-table tbody tr .image-editable-field.image-editable {
  border-color: #007bff;
}
.image-data-container .image-data-table tbody tr .image-editable-field:focus {
  border-color: #0062cc;
}
.image-data-container .image-data-table tbody tr .image-update-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.3s;
}
.image-data-container .image-data-table tbody tr .image-update-btn:disabled {
  background-color: #66b0ff;
  cursor: not-allowed;
}
.image-data-container .image-data-table tbody tr .image-update-btn:hover:not(:disabled) {
  background-color: #0062cc;
}
@media (max-width: 768px) {
  .image-data-container .image-data-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .image-data-container h1 {
    font-size: 1.5rem;
  }
  .image-data-container .image-data-table th,
  .image-data-container .image-data-table td {
    padding: 0.5rem;
    font-size: 0.85rem;
  }
  .image-data-container .image-preview {
    width: 60px;
  }
}

.servicesContainer {
  line-height: 1.6;
  color: #050505;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.servicesContainer .heroBanner {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/images/services-hero.jpg");
  background-size: cover;
  background-position: center;
  color: #f8fafc;
  margin-bottom: 40px;
  border-radius: 8px;
}
.servicesContainer .heroBanner h1 {
  font-size: 2rem;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(323deg, #c217b5, #0d0db7, #9217c2, #c217b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.servicesContainer .heroBanner p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}
.servicesContainer .servicesGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .servicesContainer .servicesGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .servicesContainer .servicesGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.servicesContainer .serviceCard {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.servicesContainer .serviceCard:hover {
  transform: translateY(-5px);
}
.servicesContainer .serviceCard .serviceImage {
  height: 200px;
  overflow: hidden;
}
.servicesContainer .serviceCard .serviceImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.servicesContainer .serviceCard .serviceImage img:hover {
  transform: scale(1.05);
}
.servicesContainer .serviceCard .serviceContent {
  padding: 25px;
}
.servicesContainer .serviceCard .serviceContent .serviceIcon {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
.servicesContainer .serviceCard .serviceContent h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(323deg, #c217b5, #0d0db7, #9217c2, #c217b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.servicesContainer .serviceCard .serviceContent .serviceDescription {
  margin-bottom: 20px;
}
.servicesContainer .serviceCard .serviceContent .serviceDescription p {
  margin-bottom: 15px;
}
.servicesContainer .serviceCard .serviceContent .serviceDescription .serviceFeatures {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.servicesContainer .serviceCard .serviceContent .serviceDescription .serviceFeatures li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.servicesContainer .serviceCard .serviceContent .serviceDescription .serviceFeatures li i {
  color: #007bff;
  margin-right: 10px;
}
.servicesContainer .serviceCard .serviceContent .ctaButton {
  padding: 0.5em 1em;
  background: #007bff;
  color: #f8fafc;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
  text-align: center;
}
.servicesContainer .serviceCard .serviceContent .ctaButton:hover {
  background: #0062cc;
}
.servicesContainer .faqSection {
  margin-top: 60px;
  padding: 0 20px;
}
.servicesContainer .faqSection h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  background: -webkit-linear-gradient(323deg, #c217b5, #0d0db7, #9217c2, #c217b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.servicesContainer .faqSection .faqAccordion {
  max-width: 800px;
  margin: 0 auto;
}
.servicesContainer .faqSection .faqItem {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.servicesContainer .faqSection .faqItem .faqQuestion {
  width: 100%;
  padding: 18px 25px;
  text-align: left;
  background: white;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  color: #007bff;
  transition: background 0.3s ease;
}
.servicesContainer .faqSection .faqItem .faqQuestion:hover {
  background: #c6c6c6;
}
.servicesContainer .faqSection .faqItem .faqQuestion i {
  transition: transform 0.3s ease;
}
.servicesContainer .faqSection .faqItem .faqAnswer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #c6c6c6;
  padding: 0 25px;
}
.servicesContainer .faqSection .faqItem .faqAnswer p {
  padding: 20px 0;
  margin: 0;
}
.servicesContainer .faqSection .faqItem.active .faqQuestion {
  background: #007bff;
  color: white;
}
.servicesContainer .faqSection .faqItem.active .faqQuestion i {
  transform: rotate(180deg);
}
.servicesContainer .faqSection .faqItem.active .faqAnswer {
  max-height: 300px;
}

@media (max-width: 768px) {
  .servicesContainer {
    padding: 15px;
  }
  .servicesContainer .heroBanner {
    padding: 40px 15px;
  }
  .servicesContainer .heroBanner h1 {
    font-size: 2rem;
  }
  .servicesContainer .heroBanner p {
    font-size: 1rem;
  }
  .servicesContainer .serviceCard .serviceContent {
    padding: 20px;
  }
  .servicesContainer .serviceCard .serviceContent h2 {
    font-size: 1.5rem;
  }
  .servicesContainer .faqSection {
    padding: 0;
  }
  .servicesContainer .faqSection h2 {
    font-size: 1.8rem;
  }
}
.contact__container {
  padding: 1em;
  overflow: hidden;
}
.contact__container .contact-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .contact__container .contact-form-container {
    flex-direction: row;
    gap: 3rem;
    justify-content: center;
    align-items: flex-start;
  }
}
.contact__container .contact-form-container .text__contact {
  text-align: left;
  font-size: 1rem;
}
.contact__container .contact-form-container .text__contact h2 {
  margin-bottom: 1rem;
}
.contact__container .contact-form-container .text__contact p {
  margin-bottom: 1rem;
}
.contact__container .contact-form-container .text__contact ul li {
  margin-bottom: 1rem;
}
.contact__container .contact-form-container .text__contact ul li i {
  margin-right: 0.5rem;
  color: #1e1e1e;
}
.contact__container .contact-form-container .contact-form {
  background: #f9f9f9;
  padding: 0.75em;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 60%;
}
@media (max-width: 768px) {
  .contact__container .contact-form-container .contact-form {
    width: 100%;
  }
}
.contact__container .contact-form-container .contact-form form {
  display: grid;
}
.contact__container .contact-form-container .contact-form form .form-group {
  margin-bottom: 2rem;
}
.contact__container .contact-form-container .contact-form form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.contact__container .contact-form-container .contact-form form label span {
  color: #e74c3c;
  font-size: 0.75rem;
}
.contact__container .contact-form-container .contact-form form input[type=text],
.contact__container .contact-form-container .contact-form form input[type=email],
.contact__container .contact-form-container .contact-form form select,
.contact__container .contact-form-container .contact-form form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.contact__container .contact-form-container .contact-form form input[type=text]::-moz-placeholder, .contact__container .contact-form-container .contact-form form input[type=email]::-moz-placeholder, .contact__container .contact-form-container .contact-form form select::-moz-placeholder, .contact__container .contact-form-container .contact-form form textarea::-moz-placeholder {
  color: #ececec;
}
.contact__container .contact-form-container .contact-form form input[type=text]::placeholder,
.contact__container .contact-form-container .contact-form form input[type=email]::placeholder,
.contact__container .contact-form-container .contact-form form select::placeholder,
.contact__container .contact-form-container .contact-form form textarea::placeholder {
  color: #ececec;
}
.contact__container .contact-form-container .contact-form form textarea {
  height: 150px;
  resize: vertical;
}
.contact__container .contact-form-container .contact-form form button {
  padding: 0.5em 1em;
  background: #007bff;
  color: #f8fafc;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}
.contact__container .contact-form-container .contact-form form button:hover {
  background: #0062cc;
}
.contact__container .contact-form-container .contact-form form .error {
  color: #e74c3c;
  background: #fdecea;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border-left: 4px solid #e74c3c;
}
.contact__container .contact-form-container .contact-form form .success {
  color: #27ae60;
  background: #e8f5e9;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border-left: 4px solid #27ae60;
}
.contact__container .contact-form-container .contact-form h1 {
  color: #2c3e50;
  text-align: center;
  margin-bottom: 30px;
}
.contact__container .contact-form-container .contact-form .success {
  color: #27ae60;
  background: #e8f5e9;
  padding: 0.75em;
  border-radius: 5px;
  margin-bottom: 2rem;
  border-left: 4px dashed #27ae60;
}

.privacyPolicyAccordion {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  color: #1e1e1e;
}
.privacyPolicyAccordion h2 {
  color: #007bff;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.privacyPolicyAccordion .policyIntro {
  text-align: center;
  margin-bottom: 2rem;
  color: #515151;
}
.privacyPolicyAccordion .accordionContainer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.privacyPolicyAccordion .accordionItem {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.privacyPolicyAccordion .accordionItem:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.privacyPolicyAccordion .accordionItem.active .accordionHeader {
  background-color: #007bff;
  color: #f8fafc;
}
.privacyPolicyAccordion .accordionHeader {
  width: 100%;
  padding: 1.2rem 1.5rem;
  text-align: left;
  background-color: #dfdfdf;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.privacyPolicyAccordion .accordionHeader:hover {
  background-color: #d2d2d2;
}
.privacyPolicyAccordion .accordionHeader i {
  transition: transform 0.3s ease;
}
.privacyPolicyAccordion .accordionContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: white;
  padding: 0 1.5rem;
}
.privacyPolicyAccordion .accordionContent p, .privacyPolicyAccordion .accordionContent ul {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.privacyPolicyAccordion .accordionContent ul {
  padding-left: 1.5rem;
}
.privacyPolicyAccordion .accordionContent ul li {
  margin-bottom: 0.5rem;
}
.privacyPolicyAccordion .accordionContent strong {
  color: #007bff;
}
@media (max-width: 768px) {
  .privacyPolicyAccordion {
    padding: 1rem 0.5rem;
  }
  .privacyPolicyAccordion h2 {
    font-size: 1.5rem;
  }
  .privacyPolicyAccordion .accordionHeader {
    padding: 1rem;
    font-size: 1rem;
  }
  .privacyPolicyAccordion .accordionContent {
    padding: 0 1rem;
  }
}

.aboutUsContainer {
  padding: 1rem;
  background-color: #f8fafc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
}

.section {
  padding: 0.5em;
  margin-bottom: 1rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.section:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.section h1, .section h2 {
  color: #007bff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.section p {
  font-size: 1.1rem;
  color: #1e1e1e;
  line-height: 1.8;
}
.section ul {
  list-style-type: none;
  padding: 0;
}
.section ul li {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #1e1e1e;
}
.section ul li strong {
  color: #007bff;
}

@media screen and (max-width: 768px) {
  .aboutUsContainer {
    padding: 1rem;
  }
  .section {
    margin-bottom: 1.5rem;
  }
  h1, h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .section {
    margin-bottom: 2rem;
  }
}
.footer {
  background-color: #0f2058;
  color: #f8fafc;
}
.footer__container {
  display: grid;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .footer__container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .footer__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer__column {
  min-height: 200px;
}
.footer__column--info .logo {
  width: 500px;
  height: auto;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer__column--info .logo {
    width: 300px;
  }
}
.footer__column--info .logo img {
  width: 100%;
  height: auto;
}
.footer__column--info .address ul li {
  margin-bottom: 0.5rem;
}
.footer__column--info .address ul li h6 {
  font-size: 1rem !important;
}
.footer__column--info .address ul li h6 i {
  margin-right: 1rem;
  font-size: 1.2rem;
}
.footer__column--info .address ul li a h6 {
  font-size: 1rem !important;
}
.footer__column--info .address ul li a h6 i {
  margin-right: 1rem;
  font-size: 1.2rem;
}
.footer__column--links .links ul li {
  margin-bottom: 0.5rem;
}
.footer__column--links .links ul li a h6 {
  font-size: 1rem !important;
}
.footer__column--links .links ul li a h6 i {
  margin-right: 1rem;
  font-size: 1.2rem;
}
.footer__column--social h6 {
  text-align: center;
}
.footer__column--social .social__icons {
  display: flex;
  justify-content: space-around;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.footer__banner {
  background-color: black;
  color: #f8fafc;
  padding: 0.75em;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__banner {
    flex-direction: column;
  }
}
.footer__banner small {
  color: #f8fafc;
}
.footer__banner__author {
  opacity: 0.15 !important;
}

#scrollToTopBtn {
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #c217b5;
  color: white;
  border: none;
  cursor: pointer;
  display: none !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  opacity: 0.5 !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
  z-index: 9999 !important;
  animation: none !important;
  transform: none !important;
}
#scrollToTopBtn.show {
  display: flex !important;
}
#scrollToTopBtn.active {
  opacity: 1 !important;
}
#scrollToTopBtn:hover {
  background-color: #94128a !important;
  transform: translateY(-2px) !important;
}/*# sourceMappingURL=main.css.map */