
*{
    padding: 0;
    margin: 0;
}
html, body{
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.btn-primary{
    font-size: 0.8rem;
    background-color: #64B47D;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 8px;
    flex-shrink: 0;
}

a{
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
}
img{
    width: 80%;
}
ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}


/*****************************Scroll*********************************/
::-webkit-scrollbar {
    width: 6px;
  }
  
  ::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #6FBF44;
  }
  
.section-gap{
    padding-top: 70px;
    padding-bottom: 70px;
}
/***********************************Manin Navifgation*************************************/
.navigation_wrapper{
    background-color: #ffffff;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.rtl-navigation{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.rtl-navigation .toggle-button{
    border: 0;
    padding: 0;
}
.rtl-navigation .toggle-button:focus{
    border: 0;
    box-shadow: none;
}
.log-wrapper{
    width: 140px;
    height: auto;
}
.log-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-navigation ul{
    gap: 20px;
}
.main-navigation ul li a{
    font-size: 0.8rem;
    color: #17233D;
}
/************************Hero**********************************/

.why-choose-us{
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    flex-wrap: nowrap
}
.why-choose-us h1{
    font-size: 2.2rem;
    font-weight: 600;
    color: #161A49;
    margin-bottom: 0;
}
.why-choose-us p{
    font-size: 1.0rem;
    color: #4B505A;
    margin-bottom: 0;
}
.why-choose-us .contact-button{
    font-size: 0.8rem;
    background-color: #64B47D;
    color: #ffffff;
    padding: 10px 0;
    border-radius: 8px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.white-card{
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 25px;
    border-radius: 20px;
    gap: 8px;
}
.white-card h2{
    font-size: 1rem;
    color: #161A49;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 6px;
    margin: 0;
}
.white-card h2 img{
    width: auto;
    height: 25px;
}
.white-card p{
    font-size: 0.8rem;
    line-height: 1.1rem;
    color: #3C3C43;
    margin: 0;
}

.works-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #FFFDF6;
    border-radius: 20px;
    padding: 40px;
    min-height: 470px;
}
.works-wrap img{
    height: 200px;
    width: auto;
}
.works-wrap h2{
    font-size: 1.4rem;
    font-weight: 600;
    color: #333760;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}
.works-wrap p{
    font-size: 0.9rem;
    color: #4B505A;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}

.page-title{
    font-size: 1.8rem;
    font-weight: 700;
    color: #161A49;
    padding: 25px 0;
}
.title-center{
    width: 100%;
}

.become-driver{
    background: url('../images/become-driver1.png'), url('../images/become-driver2.png');
    background-position: left, right;
    background-repeat: no-repeat;
    background-size: 28%;
    min-height: 350px;
    display: flex;
    align-items: center;
    
}
.middle-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.middle-cont h2{
    width: 100%;
    font-size: 2.5rem;
    font-weight: 700;
    color: #161A49;
}
.middle-cont p{
    width: 100%;
    font-size: 1.0rem;
    color: #4B505A;
}
.ghost-button{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #6FBF44;
    white-space: nowrap;
    gap: 15px;
}
.ghost-button img{
    width: 20px;
}


.tab-item{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.tab-item .tablinks{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 10px 10px 10px 10px;
    font-size: 0.8rem;
    color: #000000;
    width: 100%;
    height: 45px;
    position: relative;
    gap: 10px;
    padding-right: 40px;
    cursor: pointer;
}
.tab-item .tablinks::before{
    content: "\25CF";
    font-size: 2rem;
    color: #ECB304;
}
.tab-item .tablinks:hover{
    background-color: #F2FAF3;
}
.tab-item .tablinks:hover::before{
    color: #6FBF44;
}
.tab-item .tablinks.active{
    background-color: #F2FAF3;
}
.tab-item .tablinks.active::before{
    color: #6FBF44;
}
.tab-item .tablinks::after{
    content: "\003E";
    font-size: 1.5rem;
    color: #119178;
    position: absolute;
    right: 10px;
}

.tabcontent{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 12px;
    padding:50px 30px;
    padding-left: 50px;
}
.tabcontent h3{
    font-size: 1.2rem;
    font-weight: 700;
    color: #18191F;
    margin-bottom: 25px;
}
.tabcontent p{
    font-size: 0.9rem;
    color: #2c2c2c;
}

.green-bg{
    background-color:#F2FAF3 ;
}
.device-info{
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.device-info h1{
    font-size: 2.6rem;
    font-weight: 700;
    color: #161A49;
}
.device-info h1 span{
    color: #6FBF44;
}
.device-info h6{
    font-size: 1.8rem;
    color: #161A49;
}
.device-info p{
    font-size: 0.9rem;
    color: #4B505A;
}
.button-section{
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.button-section a{
    width: 120px;
    display: block;
}
.button-section a img{
    width: 100%;
}

.footer{
    background-color: #1A1917;
}
.footer-wrap{
    padding: 60px 0;
}
.footer-right{
    margin: 0;
}
.footer-right img{
    width: 200px;
}
.footer-menu{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 8px;
}
.footer-menu h6{
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
}
.footer-menu a{
    font-size: 0.8rem;
    color: #666666;
    display: block;
    cursor: pointer;
}
.footer-menu span{
    font-size: 0.8rem;
    color: #666666;
    display: block;
    cursor: pointer;
}

.copyright{
    border-top:1px solid #444444;
    font-size: 0.7rem;
    color: #666666;
    padding: 20px 0;
    text-align: center;
}

.social-media{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
.social-media img{
    width: 16px;
}


.hero-section{
    width: 100%;
    min-height: 650px;
    background: url('../images/heroimage.png'), url('../images/right-image.png');
    background-position: left top, right top ;
    background-repeat: no-repeat;
    background-size: 45%, 20%;
    display: flex;
    align-items: center;
}
.hero-info{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
.hero-info h1{
    font-size: 2.8rem;
    color: #161A49;
    font-weight: 700;
}
.hero-info p{
    font-size: 1.2rem;
    color: #4B505A;
}
.legal-content{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    padding: 40px 0;
}
.legal-content h1{
    font-size: 1.4rem;
    color: #161A49;
    font-weight: 700;
}
.legal-content p{
    font-size: 0.9rem;
    color: #4B505A;
}

.learn ol li{
    list-style: disc;
    font-size: 12px;
}

.learn p{
    font-size: 12px;
}
.learn a{
    color: #101984;
    font-size: 12px;
}

.footer-right img {
    filter: invert(1) grayscale(1) brightness(1000%);
}


.learn p b{
    padding-right: 4px;
}

.hero img{
    display: none;
}