body {
    width: 100vw;
}

html {
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

body {
    overflow-x: hidden;
    position: relative;
}

#hero {
    background: url('hero-image.jpg') no-repeat center center/cover;
    height: calc(100vh - 60px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#header {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 1000; /* Ensure header is on top */
}

.header .container {
    background: inherit;
}

#header nav a {
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}

#header nav a.bookride-btn {
    background-color: #26851F;
    border-radius: 5px;
}

#header nav a.bookride-btn:hover {
    background-color: #28ED1A;
}

#hero .container {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10%;
    align-items: flex-start;
}

#hero h1, #hero h2 {
    color: white;
}

#hero h1 {
font-family: gotham black;
font-size: 50px;
}

@media (max-width: 768px) {
#hero h1 {
display: flex;
margin-top: 55px;
margin-left: 1px;
text-align: left;
font-size: 30px;
}
}

#hero h2 {
width: 75%;
font-family: sora light;
font-size: 25px;
}

@media (max-width: 768px) {
#hero h2 {
display: flex;
margin-top: 15px;
margin-left: 1px;
text-align: left;
font-size: 20px;
}
}


#hero .bookride .btn-menu {
    margin-top: 10%;
    padding: 10px 40px;
    font-size: 16px;
    color: white;
    background-color: #26851F;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    font-family: sora light;
    text-decoration: none;
}

@media (max-width: 768px) {
#hero .bookride .btn-menu {
display: flex;
margin-top: 5px;
width: 40%;
margin-left: 1px;
}
}

#hero .bookride .btn-menu:hover {
    background-color: #28ED1A;
}

.bookridesection {
justify-content: center;
font-family: sora;
margin-top: 8%;
}


@media (max-width: 768px) {
.earnWithShariders {
width: 100%;
max-width: 1200px; /* Optional: Limit maximum width */
margin: 0 auto; /* Center the section */
}
}

@media (max-width: 768px) {
.driveAndEarn h1 {
margin-top: 15px;
text-align: center;
font-size: 27px;
}
}

@media (max-width: 768px) {
.bookridebutton {
margin: 0 auto;
display: block;
}
}


.custom-tabs .nav-item {
  margin-bottom: -1px;
  margin-top: -60px;
  margin: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 768px) {
.custom-tabs .nav-item {
padding-right: 5px;
padding-left: 5px;
}
}


.custom-tabs .nav-link {
  border: 2px solid transparent;
  border-radius: 35px;
  background-color: #D8D8D8;
  color: black;
  padding-left: 45px;
  padding-right: 45px;
  
}
.custom-tabs .nav-link.active {
  background-color: black;
  border-color: #dee2e6 #dee2e6 #fff;
  color: white;
}

@media (max-width: 768px) {
.form-group {
margin-top: 10px;
}
}

::placeholder {
font-size: 10px;
font-style: italic;
font-color: gray;
}

label {
font-size: 8px;
font-style: italic;
font-color: gray;
padding-top: 4px;
}

.file-upload {
margin-top: -1.8%;
}

#onboardingmessage {
    display: flex;
    position: relative;
    width: 65%;
    justify-content: center;
    margin-top: 15px;
    align-items: center;
    text-align: center;
}


#driverOnboardingMessage {
    display: flex;
    width: 80%;
    padding: 30px;
    justify-content: center;
    margin-top: 15px;
    align-items: center;
    text-align: center;
}



.bookridebutton {
padding: 10px;
border-radius: 20mm;
border: none;
color: white;
background-color: #01A659;
width: 235px;
}

.bookridebutton:hover {
background-color: #28ED1A;
}

.computepricebutton {
padding: 10px;
border-radius: 20mm;
border: none;
color: white;
background-color: #01A659;
width: 235px;
}

#popupBox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}

/* Style the popup content box */
.popup-content {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 60%; /* 60% of the viewport width */
    max-width: 800px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Close button styling */
.close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

#closePopupButton {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #21b300;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#closePopupButton:hover {
    background-color: #21b300;
}












#popupBox2 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}

/* Style the popup content box */
.popup-content2 {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 60%; /* 60% of the viewport width */
    max-width: 800px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Close button styling */
.close-button2 {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

#closePopupButton2 {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #21b300;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#closePopupButton2:hover {
    background-color: #21b300;
}








@media (max-width: 768px) {
.computepricesectionbutton {
flex-wrap: wrap;    

}
}



.computepricebutton:hover {
background-color: #28ED1A;
}


@media (max-width: 768px) {
.computepricebutton {
display: flex;
width: 50%;
justify-content: center;
}
}

@media (max-width: 768px) {
.receiptbutton {
width: 50%;
justify-content: center;
}
}


.form-row {
justify-content: center;
}

.roundtriptext {
font-color: gray;
font-size: 12px;
font-style: italic;
font-family: sora-light;
}


.numbered-circle {
            background-color: green;
            color: white;
            border-radius: 20%;
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            margin-right: 10px;
        }

.imagerounders {
    border-radius: 15mm;
    margin-left: 20px;
    background-color: #EEEEEE;
    width: 100%; /* Use percentage for responsiveness */
    max-width: 650px; /* Set a maximum width */
    height: 450px;
}

@media (max-width: 768px) {
  .imagerounders-container {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .imagerounders {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    height: auto;
    object-fit: cover;
    object-fit: contain;
    border-radius: 8px; /* optional */
  }
}


.imagerounds-container {
    width: 85%;
    height: 650px;
    border-radius: 15mm;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 768px) {
    .imagerounds-container {
        width: 95%;
        height: 550px;
    }
}

.imagerounds {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
}



#sharidersCityGate {
margin-top: 75px;
}


@media (max-width: 768px) {
#sharidersCityGate {
margin-top: -25px;
}
}


@media (max-width: 768px) {
.footer-middle {
margin-top: 350px;
}
}

.footer-middle h4 {
color: green;
}

@media (max-width: 768px) {
.footer-middle h4 {
font-size: 14px;
color: green;
margin-left: 8px;
text-align: center;
}
}

@media (max-width: 768px) {
.company-heading {
position: relative;
left: -14px;
}
}

@media (max-width: 768px) {
    .partner-heading {
    position: relative;
    left: -14px;
    }
    }



@media (max-width: 768px) {
.footer-text {
font-size: 14px;
}
}

@media (max-width: 768px) {
.socialCopy {
margin-left: 95px;
}
}

@media (max-width: 768px) {
.copy-control {
position: relative;
right: 170px;
}
}




.footer-container {
    background-color: #f8f9fa;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 50px 0;
}
        .footer-middle {
            display: flex;
 	    padding-top: 25px;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }

        .footer-bottom {
            padding-top: 10px;
	    margin-top: 5px;
            border-top: 1px solid #dee2e6;
        }
        .social-media a {
            margin-right: 30px;
        }

	.socialicon {
	  color: green;
}

	.footer-text {
	   color: black;
	   text-decoration: none;
}


	.socialCopy {
	  margin-top: 250px;
}










/* Ensure input fields and textarea expand to 100% width */

.supportForm {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Ensures padding and border are included in the width */
}

/* Align the button to the left */
.supportButton {
    background-color: #26851F;
    border-radius: 5px;
}

.supportButton:hover {
    background-color: #28ED1A;
    border: none;
}

