html{
    width: 100%;
}
.navbar{
    background-color: #001E62;
}
.logo-img{
    width: 88px;
}
.header-container{
    justify-content: flex-end
}
.navbar-nav .nav-link {
  color: #ffffff !important; 
  font-family: "Montserrat", sans-serif;

}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #fefe !important; 
}
.button-demo{
    font-family: "Montserrat", sans-serif;
    border-radius: 20px;
    border: #ffffff solid 1px;
    color:#ffffff;
    background-color: #001E62;
}
.button-signup{
    font-family: "Montserrat", sans-serif;
    border-radius: 20px;
    border: #ffffff solid 1px;
    background-color: #ffffff;
    color:#000;
    margin:10px 25px;
}

.main-title{
    font-family: "Montserrat", sans-serif;
    font-size:66px;
}
.paragraph-1{
    font-family: "Montserrat", sans-serif;
    font-size:14px;
    padding: 0 90px;
}
.track-title{
    font-family: "Montserrat", sans-serif;
    font-size:14px;
    font-weight: 900;
    padding: 0 90px;
}
.custom-input {
  background-color: #d9d9d9;
  border: none;
  border-radius: 999px;
  padding: 0.5rem 1.2rem;
  width: 280px;
}

.custom-input::placeholder {
  color: #888;
  font-weight: 500;
}

.custom-btn {
  background-color: #e4f232;
  color: #000;
  border-radius: 999px;
  padding: 0.5rem 1.5rem;
}

.custom-btn:hover {
  background-color: #c9d928;
  color: #000;
}

.main-hero{
    background-color: #001E62;
}
.center-title{
    font-family: "Montserrat", sans-serif;
            color: white;
            font-size: 3rem;
            font-weight: 300;
            text-align: center;
            margin-bottom: 80px;
            line-height: 1.2;
            margin-top: 100px;
}

        .feature-card {
            text-align: center;
            padding: 40px 20px;
            height: 100%;
        }

        .feature-icon {
            width: 200px;
            height: 200px;
            margin: 0 auto 40px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-icon img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
        
        .feature-title {
            color: white;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .feature-description {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .feature-btn {
            background: transparent;
            color: white;
            padding: 12px 24px;
            border-radius: 6px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            font-weight: 500;
        }

        .feature-btn:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.5);
            color: white;
            transform: translateY(-2px);
        }
         .section-label12 {
            font-size: 14px;
            font-weight: 600;
            color: #6c757d;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 16px;
        }
        
        .main-heading12 {
            font-size: 48px;
            font-weight: 700;
            color: #212529;
            line-height: 1.2;
            margin-bottom: 24px;
        }
        
        .description {
            font-size: 18px;
            color: #6c757d;
            line-height: 1.6;
            margin-bottom: 60px;
        }
        
        .hero-image {
            width: 100%;
            max-width: 400px;
            height: 400px;
            border-radius: 50%;
            object-fit: cover;
            display: block;
        }
        
        .integration-card {
            padding: 0;
            margin-bottom: 40px;
        }
        
        .integration-icon {
            width: 48px;
            height: 48px;
            background-color: #fff;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
        .integration-icon i {
            font-size: 24px;
            color: #212529;
        }
        
        .integration-title {
            font-size: 24px;
            font-weight: 700;
            color: #212529;
            margin-bottom: 16px;
            line-height: 1.3;
        }
        
        .integration-description {
            font-size: 16px;
            color: #6c757d;
            line-height: 1.6;
        }
        
        .learn-more-btn {
            background-color: transparent;
            border: 2px solid #212529;
            color: #212529;
            padding: 12px 32px;
            font-weight: 600;
            border-radius: 8px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
        }
        
        .learn-more-btn:hover {
            background-color: #212529;
            color: #fff;
        }

        .main-heading1 {
            font-size: 48px;
            font-weight: 700;
            color: white;
            line-height: 1.2;
            margin-bottom: 24px;
        }
        .alert-section{
            padding: 80px 0;
        }
        .aler-description {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.6;
            margin-bottom: 60px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .alert-card {
            padding: 0;
            margin-bottom: 40px;
            text-align: center;
        }
        
        .alert-icon {
            width: 64px;
            height: 64px;
            backdrop-filter: blur(10px);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
        }
        
        .alert-icon i {
            font-size: 28px;
            color: white;
        }
        
        .alert-title {
            font-size: 24px;
            font-weight: 700;
            color: white;
            margin-bottom: 16px;
            line-height: 1.3;
        }
        
        .alert-description {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
        }
        .process-section {
            padding: 80px 0;
            background-color: #ffffff;
        }
        
        .main-heading2 {
            font-size: 36px;
            font-weight: 700;
            color: #1a1a1a;
            line-height: 1.3;
            margin-bottom: 0;
        }
        
        .description-text {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 0;
        }
        
        .process-steps {
            margin-top: 60px !important;
        }
        
        .step-card {
            padding: 0;
            margin-bottom: 40px;
        }
        
        .step-icon {
            width: 48px;
            height: 48px;
            background-color: #f8f9fa;
            border: 2px solid #e9ecef;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }
        
        .step-icon i {
            font-size: 20px;
            color: #333;
        }
        
        .step-title {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 12px;
            line-height: 1.4;
        }
        
        .step-description {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
            margin-bottom: 16px;
        }
        
        .next-link {
            font-size: 14px;
            color: #333;
            text-decoration: none;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: color 0.3s ease;
        }
        
        .next-link:hover {
            color: #007bff;
        }
        
        .next-link i {
            font-size: 12px;
        }

        .team-section {
            background-color: #e6e6fa;
            padding: 80px 0;
            min-height: 100vh;
        }
        .subtitle1 {
            font-size: 18px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 60px;
        }
        
        .team-grid {
            margin-bottom: 80px;
        }
        
        .team-card {
            background-color: transparent;
            border-radius: 12px;
            padding: 24px;
            margin-bottom: 30px;
        }
        
        .team-photo {
            width: 100%;
            height: 285px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        
        .team-name {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 4px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .linkedin-icon {
            color: #0077b5;
            font-size: 16px;
        }
        
        .team-role {
            font-size: 14px;
            color: #666;
            font-weight: 500;
            margin-bottom: 12px;
        }
        
        .team-description {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }
        
        .open-positions {
            margin-top: 60px;
        }
        
        .positions-heading {
            font-size: 32px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 16px;
        }
        
        .positions-subtitle {
            font-size: 16px;
            color: #666;
            margin-bottom: 32px;
        }
        
        .apply-btn {
            background-color: transparent;
            color: black;
            border: 1px solid #666;
            padding: 12px 32px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 25px;
            text-decoration: none;
            display: inline-block;
        }
        
        .apply-btn:hover {
            background-color: transparent;
            color: white;
        }
        .locations-section {
            background-color: #004CF7;
            color: white;
            padding: 80px 0;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }
        
        .section-label {
            font-size: 14px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.8);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 16px;
        }
        
        .main-heading {
            font-size: 48px;
            font-weight: 700;
            color: white;
            line-height: 1.2;
            margin-bottom: 16px;
        }
        
        .subtitle {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.6;
            margin-bottom: 60px;
        }
        
        .governorate-card {
            margin-bottom: 24px;
            padding: 0;
            cursor: pointer;
        }
        
        .governorate-card.highlighted {
            background-color: rgba(0, 0, 0, 0.2);
            border-radius: 12px;
            padding: 24px;
        }
        
        .governorate-title {
            font-size: 24px;
            font-weight: 600;
            color: white;
            margin-bottom: 12px;
        }
        
        .governorate-areas {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
            margin-bottom: 16px;
        }
        
        .see-more-link {
            color: white;
            text-decoration: none;
            font-weight: 500;
            font-size: 16px;
            transition: opacity 0.3s ease;
        }
        
        .see-more-link:hover {
            color: rgba(255, 255, 255, 0.8);
            opacity: 0.8;
        }
        
        .map-container {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .map-frame {
            background-color: white;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            max-width: 470px;
            width: 100%;
        }
        
        .map-image {
            width: 100%;
            height: 450px;
            background-color: #b8e6e6;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
        }
        
        .map-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
        
        .map-label {
            text-align: center;
            margin-top: 16px;
        }
        
        .country-name {
            font-size: 18px;
            font-weight: 700;
            color: #333;
            letter-spacing: 2px;
            margin-bottom: 4px;
        }
        
        .region-name {
            font-size: 12px;
            color: #666;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        
        .testimonials-section {
            background-color: #ffffff;
            padding: 90px 0;
            display: flex;
            align-items: center;
        }
        
        .main-heading6 {
            font-size: 48px;
            font-weight: 700;
            color: #1a1a1a;
            text-align: center;
            line-height: 1.2;
            margin-bottom: 16px;
        }
        
        .subtitle4 {
            font-size: 18px;
            color: #666;
            text-align: center;
            line-height: 1.6;
            margin-bottom: 60px;
        }
        
        .testimonial-card {
            background-color: #f8f9fa;
            border-radius: 16px;
            padding: 32px;
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        }
        
        .star-rating {
            margin-bottom: 20px;
        }
        
        .star-rating i {
            color: #1a1a1a;
            font-size: 16px;
            margin-right: 2px;
        }
        
        .testimonial-quote {
            font-size: 16px;
            color: #333;
            line-height: 1.6;
            margin-bottom: 24px;
            flex-grow: 1;
            font-style: italic;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .author-photo {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
        }
        
        .author-info {
            flex-grow: 1;
        }
        
        .author-name {
            font-size: 16px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 2px;
        }
        
        .author-title {
            font-size: 14px;
            color: #666;
            line-height: 1.4;
        }
        .contact-section {
            background:#004CF7;
            color: white;
            padding: 80px 0;
        }
        
        .section-label99 {
            font-size: 14px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.8);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 16px;
        }
        
        .main-heading99 {
            font-size: 48px;
            color: white;
            line-height: 1.2;
            margin-bottom: 16px;
        }
        
        .subtitle99 {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.6;
            margin-bottom: 40px;
        }
 
        .contact-form {
            background-color: transparent;
            max-width: 600px;
        }
        
        .form-label {
            color: white;
            font-weight: 500;
            margin-bottom: 8px;
            font-size: 14px;
        }
        
        .form-control, .form-select {
            background-color: rgba(255, 255, 255, 0.1) !important;
            border: 1px solid rgba(255, 255, 255, 0.3) !important;
            color: white !important;
            padding: 12px 16px;
            border-radius: 8px;
            margin-bottom: 20px;
            font-size: 14px;
        }
        
        .form-control::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }
        
        .form-control:focus, .form-select:focus {
            background-color: rgba(255, 255, 255, 0.15);
            border-color: rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
            color: white;
        }
        
        .form-select {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
        }
        
        .form-select option {
            background-color: #1e40af;
            color: white;
        }
        
        .role-section {
            margin: 30px 0;
        }
        
        .role-title {
            color: white;
            font-weight: 500;
            margin-bottom: 16px;
            font-size: 14px;
        }
        
        .role-options {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }
        
        .form-check {
            margin-bottom: 8px;
        }
        
        .form-check-input {
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            margin-top: 2px;
        }
        
        .form-check-input:checked {
            background-color: #ffd700;
            border-color: #ffd700;
        }
        
        .form-check-input:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
        }
        
        .form-check-label {
            color: white;
            font-size: 14px;
            margin-left: 8px;
        }
        
        .message-textarea {
            min-height: 120px;
            resize: vertical;
        }
        
        .terms-check {
            margin: 20px 0;
        }
        
        .submit-btn {
            background-color: #ffd700;
            color: #1a1a1a;
            border: none;
            padding: 12px 40px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 25px;
            transition: all 0.3s ease;
            margin-left:188px;
        }
        
        .submit-btn:hover {
            background-color: #ffed4e;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
        }
        
        .submit-btn:active {
            transform: translateY(0);
        }
        
        .driver-image-container {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .main-driver-image {
            width: 100%;
            max-width: 500px;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }
        
        .small-driver-image {
            position: absolute;
            bottom: 20px;
            right: 20px;
            width: 120px;
            height: 80px;
            border-radius: 12px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
            border: 3px solid white;
        }
       .footer-section {
            background:#001E62;
            color: white;
            padding: 60px 0 20px !important;
        }
        
        .footer-logo {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .footer-description {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
            margin-bottom: 30px;
            max-width: 300px !important;
        }
        
        .address-section h6 {
            font-size: 16px;
            font-weight: 600;
            color: white;
            margin-bottom: 10px;
        }
        
        .address-text {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.5;
        }
        
        .contact-section h6 {
            font-size: 16px;
            font-weight: 600;
            color: white;
            margin-bottom: 15px;
        }
        
        .contact-info {
            margin-bottom: 20px;
        }
        
        .contact-info a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 14px;
            display: block;
            margin-bottom: 5px;
        }
        
        .contact-info a:hover {
            color: white;
        }
        
        .fleet-car {
            width: 100%;
            max-width: 388px;
            padding: 0px 50px;
            height: auto;
    
        }
        
        .footer-links h6 {
            font-size: 16px;
            font-weight: 600;
            color: white;
            margin-bottom: 15px;
            text-align: center;
        }
        
        .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-links li {
            margin-bottom: 8px;
            text-align: center;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
        }
        
        .footer-links a:hover {
            color: white;
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 30px;
            justify-content: center;
        }
        
        .social-icon {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .social-icon:hover {
            background-color: rgba(255, 255, 255, 0.2);
            color: white;
            transform: translateY(-2px);
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: 40px;
            padding-top: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .copyright {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
        }
        
        .footer-bottom-links {
            display: flex;
            gap: 20px;
        }
        
        .footer-bottom-links a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            font-size: 14px;
        }
        
        .footer-bottom-links a:hover {
            color: white;
        }

@media (max-width: 768px){

    .main-title{
        font-size: 36px;
    }
    .track-title{
       padding: 0px 85px;
    }
    .paragraph-1{
        padding: 26px;
    }
    .custom-btn{
        margin: 10px 120px;
    }
    .center-title{
        font-size: 2rem;
    }
    .hero-image{
        display: none;
    }
    .submit-btn{
            margin-bottom: 13px;
            margin-left: 113px;
    }
    .small-driver-image {
        display:none;
    }
    .navbar-toggler-icon {
          background-color: white;
    }
    .img-1{
            margin: 12px;
    }
}
    
