@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-family: "Roboto", sans-serif;
}


:root {
  --background-color: #000000;
  --button: #ff8b00;
  --active: #bc6800;
  --text: #ffffff;
}

* {
  margin: 0%;
  padding: 0%;

}

body {
  display: block;

}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  color: #ffffff;
  position: relative;
}




.logo img {
  color: #bc6800;
  height: 90px;
  width: 90px;
}

.nav-links {
  margin-left: 30px;
  color: #bc6800;
  list-style: none;
  display: flex;
  gap: 25px;
}

.nav-links {
  margin-top: 20px;
}

.nav-links li a {
  text-decoration: none;
  color: #bc6800;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links li a.active {
  color: #bc6800;
}


.download-btn {
  border: 3px solid;
  padding: 8px 10px;
  border-radius: 10px;
  margin-top: 0px;
  margin-top: -10px;
}

#menu-toggle {
  display: none;
}

.menu-icon {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
}


@media (max-width: 768px) {

  .menu-icon {
    display: block;
    color: #bc6800;
  }

  .nav-links li a {
    color: #ffffff;
  }

  .navbar {

    margin-left: none;
    margin-right: none;
  }


  .navbar .logo {
    color: #ffffff;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 60px;
    left: 0;
    text-align: center;
    padding: 15px 0;
    margin-left: 0px;
  }

  .download-btn {
    border: none;
  }



  #menu-toggle:checked~.nav-links {
    display: flex;
  }

  .nav-links li {
    margin: 10px 0;
    color: #ffffff;
  }

  .navbar {
    margin-left: 0px;
  }

  .nav-links {
    color: #fff;
  }
}

.bg-img img {
  height: 512px;
  width: 512px;
  margin-right: 20px;
}

.hero {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.hero h1 {
  letter-spacing: 2px;
  width: 1000px;
  text-align: left;
  margin-left: 80px;
  margin-top: 70px;
  font-size: 100px;
  font-weight: 1000;

}

.hero h1 {

  color: #ff991d;
  letter-spacing: 2px;
}

.hero h1 span {
  color: #000000;
  text-align: center;
}

.hero h1:hover {
  cursor: pointer;
  color: #ff991d;
  transition: 0.5s;
}

.hero p {
  width: 800px;
  text-align: left;
  margin-left: 80px;
  font-size: bold;
  line-height: 25px;
}

.taxi h1 {
  color: #000000;
  align-items: center;


}

@media (max-width:670px) {
  .bg-img {
    display: none;
  }

  .hero h1 {
    display: none;
  }

  .hero p {
    display: none;
  }
}


.taxi-options {
  display: grid;
  width: 85%;
  margin: 50px auto;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  justify-content: center;
  gap: 35px;
  padding: 20px;
}

.taxi h1 {
  margin-top: 20px;
  font-weight: 800;
  color: #bc6800;
  font-size: 50px;
}

.taxi h1 span {
  color: rgb(0, 0, 0);
}


.card {
  box-sizing: 0 0 0 0.2;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border-radius: 40px;
  padding: 20px;
  flex: 1;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


.book-btn {
  background-color: #ff9800;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 15px;
}

.book-btn:hover {
  background-color: #000000;
  color: white;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  justify-content: center;
  gap: 20px;
  padding: 20px;
  margin-top: 50px;
}


.feature-card {

  background-color: #000000;
  color: white;
  border-radius: 10px;
  padding: 40px;
  flex: 1;
  max-width: 500px;
  text-align: center;
  margin-bottom: 20px;
}




.feature-card h4 {
  font-size: 1.2em;
  margin-bottom: 10px;

  font-weight: bold;
}


.feature-card p {
  font-size: 0.9em;
  line-height: 1.5;
}

@media (max-width:670px) {
  .feature-row {
    margin-right: 20px;
    margin-right: 20px;
  }
}

.footer {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0%;
}

.container {
  margin: auto;
  max-width: 1170px;
}

ul {
  list-style: none;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #000000;
  padding: 70px 0;
  line-height: 40px;
}

.row {
  display: flex;
  flex-wrap: wrap;

}

.footer-col {
  width: 25%;
  padding: 0 15px;
  position: relative;
}

@media (max-width:670px) {
  .footer-col {
    width: 25%;
    gap: 2px;
  }

  .address h4 {
    display: flex;
    margin-left: 100px;
  }

  .li {
    width: 25%;
    gap: 2px;
  }

  .dimages {

    margin-left: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
    gap: 20px;

  }

  .download h4 {
    margin-left: 20px;
    margin-left: 20px;
  }

  .footer-col {
    margin-left: 20px;
    margin-left: 20px;
  }
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}


.footer ul li a {
  text-decoration: none;
  color: #808080;
  font: weight 300px;
  display: grid;
  transition: 0.3s ease;
}

.footer ul li a:hover {
  cursor: pointer;
  color: #ffffff;
  padding-left: 10px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);

  margin-right: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #000000;
  background-color: #ffffff;
}

.download h4 {
  margin-top: 20px;
  width: 50px;
}

.dimages {
  margin-top: 30px;
  width: 500px;
  height: 400px;
  display: grid;
  gap: 20px;
}

.dimages img {
  width: 400px;
  height: 100px;
  margin-bottom: none;
  margin-top: none;
}

.companylogo img{
  margin-top: 20px;
  height: 200px;
}
 .dimages img:hover{
  cursor: pointer;
 }
.line hr {
  margin-top: 10px;
  margin-bottom: 0px;
  opacity: 40%;

}

.line p {
  font-size: 0.9rem;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0px;
}

.carosel {
  align-content: center;
  margin: 100px auto;
  display: flex;
  border-radius: 0.2px;
  overflow-x: auto;
}

.groupcar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.carcade {
  flex: 0 0 5em;
  box-shadow: rgba(0, 0, 0, 0.1);
  height: 5em;
  padding-left: 1em;
  background-color: #bc6800;
  border-radius: .2em;
  font-size: 20px;
  text-align: center;
  align-content: center;
}

.faq-item {
  box-shadow: rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.faq h1 {

  text-align: center;
  color: #bc6800;
  margin-bottom: 20px;

}

.faq-question {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  background: #f1f5ff;
  border-radius: 5px;
  color: #000000;
  font-weight: 600;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: '⤵';
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item input {
  display: none;
}

.faq-item input:checked+.faq-question::after {
  transform: rotate(45deg);
}

.faq-item {
  margin-left: 20px;
  margin-right: 20px;
  border: none;


}

.faq-answer {

  background: #fff;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.4s ease, padding 0.3s ease;
  color: #444;
}

.faq-item input:checked~.faq-answer {

  max-height: 300px;
  padding: 15px 20px 20px;
  border-top: 1px solid #eee;
}


.feedback-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

.feedback-section h1 {
  font-size: 2.2em;
  color: #ff8b00;
  margin-bottom: 30px;
}

.feedback-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.feedback-track {
  display: flex;
  gap: 25px;
  width: max-content;
  animation: scrollFeedback 40s linear infinite;
}

.feedback {
  background: #f8f9fa;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  padding: 25px;
  text-align: left;
  flex-shrink: 0;
}

.feedback p {
  font-size: 1em;
  color: #555;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 10px;
}

.feedback h4 {
  color: #222;
  font-weight: 600;
  font-size: 1em;
  text-align: right;
}


@keyframes scrollFeedback {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


@media (max-width: 992px) {
  .feedback-track {
    gap: 20px;
    animation-duration: 50s;
  }

  .feedback {
    min-width: 260px;
    padding: 20px;
  }

  .feedback-section h1 {
    font-size: 2em;
  }
}


@media (max-width: 600px) {
  .feedback-track {
    animation-duration: 60s;
  }

  .feedback {
    min-width: 220px;
    padding: 18px;
  }

  .feedback-section h1 {
    font-size: 1.8em;
  }

  .feedback p {
    font-size: 0.95em;
  }
}


.dimages {
  margin-top: 20px;
  width: 200px;
  display: grid;
  gap: 20px;
}

.dimages img {
  width: 200px;
}

.profile img {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 40px;
  width: 100%;
  max-width: 400px;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 40px;
}

.wrapper {
  border-radius: 50px;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 5rem;
}



.wrapper .intro {
  font-size: xx-large;
}

.wrapper .profile img {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.intro h1 {
  margin-bottom: 30px;
}

.intro h1 span {
  color: #bc6800;
}

.intro p {
  margin-top: 20px;
  width: 800px;
}

.intro {
  flex: 5;

}

@media (max-width: 768px) {


  .wrapper {
    align-items: center;
    justify-content: space-around;
    gap: 5rem;
  }

  .profile img {
    display: none;
  }

  .intro {
    flex: 1;

  }

  .intro p {
    margin-top: 20px;
    width: 300px;
  }

  .intro h1 {
    max-width: 150px;
    font-size: bold;

  }


  .wrapper .intro {
    font-size: bolder;
  }

  .profile img {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 40px;
  }
}

.founders-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}

.founders-section h1 {
  font-size: 2.5em;
  color: #ff8b00;
  margin-bottom: 15px;
}

.founders-section .intro {
  font-size: 1.1em;
  color: #555;
  max-width: 850px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.founders-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.founder-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 320px;
  padding: 20px;
  transition: all 0.3s ease;
  text-align: center;
}

.founder-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.image-holder {
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ff8b00;
}

.image-holder img {
  width: 100%;
  height: 100%;

}

.founder-card h2 {
  color: #222;
  font-size: 1.4em;
  margin: 10px 0 5px;
}

.founder-card h4 {
  color: #bc6800;
  font-weight: 600;
  margin-bottom: 15px;
}

.founder-card p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.6;
}

.mission {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.mission h2 {
  color: #ff8b00;
  margin-bottom: 10px;
  font-size: 1.8em;
}

.mission p {
  color: #444;
  font-size: 1em;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}


@media (max-width: 992px) {
  .founders-container {
    gap: 30px;
  }

  .founder-card {
    width: 45%;
  }

  .mission {
    margin-top: 40px;
  }
}


@media (max-width: 600px) {
  .founders-container {
    flex-direction: column;
    align-items: center;
  }

  .founder-card {
    width: 90%;
  }

  .founders-section h1 {
    font-size: 2em;
  }

  .founders-section .intro {
    font-size: 1em;
    padding: 0 10px;
  }

  .mission h2 {
    font-size: 1.5em;
  }
}

.drivers-feedback {
  margin-top: none;
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

.drivers-feedback h1 {
  font-size: 2.2em;
  color: #ff8b00;
  margin-bottom: 10px;
}

.drivers-feedback .intro {
  color: #555;
  font-size: 1.1em;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scroll-content {
  display: flex;
  gap: 25px;
  width: max-content;
  animation: scroll 35s linear infinite;
}

.driver-card {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 15px;
  min-width: 250px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  flex-shrink: 0;
}

.driver-card h3 {
  color: #222;
  font-size: 1.1em;
  margin-bottom: 8px;
}

.driver-card p {
  color: #555;
  font-size: 0.95em;
  line-height: 1.5;
  font-style: italic;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


@media (max-width: 768px) {
  .driver-card {
    min-width: 220px;
    padding: 18px;
  }

  .drivers-feedback h1 {
    font-size: 1.8em;
  }

  .drivers-feedback .intro {
    font-size: 1em;
  }
}

.cover {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 40px;
  flex-wrap: wrap;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.photo img {
  max-width: 350px;
  width: 100%;
  border-radius: 10px;
}

.start {
  max-width: 500px;
  margin-top: 30px;
}

.start h1 {
  font-size: 2rem;
  color: #000000;
}

.start h1 span {
  color: #ff0000;
}

.start p {
  font-size: 1.1rem;
  margin: 10px 0 20px;
  color: #000000;
}

.wts-app {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-option {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.contact-option:hover {
  transform: scale(1.05);
}

.contact-option a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
}

.chat a {
  color: #00ad40;
}

.call a {
  color: #007bff;
}


.text {
  background-color: #ff0000;
  padding: 10px 100px;
  font-weight: bolder;
  border-radius: 5px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .cover {
    flex-direction: column;
    text-align: center;
  }

  .contact-option {
    justify-content: center;
  }
  .text {
  align-content: center;
  background-color: #ff0000;
  padding: 10px 100px;
  font-weight: bolder;
  border-radius: 5px;
  color: #ffffff;
}
}

.apps{
  
  padding: 40px 50px;
}
.heading h1{
  justify-content: center;
  margin-top: 20px;
}

.app-container{
  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
 

.custom h4{
  color: #bc6800;
  text-align: center;
  margin-top: 45px;
  font-size: xx-large;
   
}

.custom img{
  width: 320px;
  gap: 40px;
  margin-top: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}

.custom img:hover{
  transition: 3ms smooth;
  cursor: pointer;
  transform: translateY(-8px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.down-btn{
  justify-content: center;
  display: flex;
  margin-top: 20px;
  
}

.down-btn a{ 
  padding: 20px 30px;
  color:white;
  background-color: #000000;
  text-decoration: none;
  justify-content: center;
  border-radius: 30px;
}

.down-btn a:hover{
  cursor: pointer;
  transition: 5ms;
  border: none;
  background-color: green;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  
  
}

.apps h1{
  display: flex;
  justify-content: center;
  color: #000000;
  margin-top: 20px; 
  margin-bottom: 40px;
}