* {
    margin: 0;
    padding: 0;
}

/* Navbar Start */
.nav-link {
    font-family: "Manrope Regular";
    color: #122B4F ! important;
}

.navbar-collapse button {
    font-family: "Manrope Regular";
    background: #004F99 ! important;
    border-color: #004F99 ! important;
}


.custom-nav-width {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
}



/* Navbar End */

/* Home Page Start */

/* Heading Start */
.main-heading {
    position: relative;
    padding: 120px 0 80px;
    background-image: url(https://www.rundoori.com/assets/img/header2.png);
    background-position: center;
    background-size: cover;    
}

/* Layer 1 (content) */
.content-layer {
    position: relative;
    z-index: 2;
}

/* Layer 2 (main image on top) */
.header2 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Right image */
.header1 {
    max-width: 85%;
    position: relative;
    z-index: 2;
}

.tag {
    font-family: 'Gate Regular';
    /* font-size: 29px; */
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #42A5F5;
}

.main-heading h1 {
    font-family: 'Gate Regular';
    color: #070707;
    line-height: 100%;
    letter-spacing: 0.05em;
}

.main-heading h1 span {
    font-family: 'Gate Regular';
    color: #004F99;
}

.main-heading .para {
    font-family: "Manrope Regular";
    color: #4F5661;
}

.main-heading button {
    font-family: "Manrope Regular";
    background: #004F99;
}

/* Heading End */

/* Features Start */

.features {
    overflow-x: hidden;
}

.features .heading {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
}

.features .heading .tag {
    font-family: "Manrope Regular";
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #004F99;
}

.features .heading h1 {
    font-family: 'Gate Regular';
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: center;
    color: #070707;
}

.features .heading .para {
    font-family: "Manrope Regular";
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-align: center;
    color: #7388A5;
}

/* Cards */

.features .cards h4 {
    font-family: "Manrope Regular";
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.features .cards p {
    font-family: "Manrope Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #2D4464;
}


/* Features End */

/* Screenshort Start */
/* .screenshort {
    border: 2px solid red;
} */

.screenshort .heading {
    /* border: 2px solid red; */
    width: 70vw;
}

.screenshort .heading .tag {
    font-family: "Manrope Regular";
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: #004F99;
}

.screenshort .heading h1 {
    font-family: 'Gate Regular';
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #070707;
}

.screenshort .heading .para {
    font-family: "Manrope Regular";
    /* font-size: 20px; */
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #7388A5;
}

.screenshort .buttons .btn {
    font-family: "Manrope Regular";
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
}

.screenshort .buttons .btn.active {
    background: #42A5F5;
    color: #FFFFFF;
}

/* Screenshort End */

/* Customizable Start */

.customizable {
    background: #0D47A1;
    overflow-x: hidden;
}

.customizable .container {
    padding: 50px 15px;
}

.customizable .img img {
    max-width: 100%;
    height: auto;
}

/* TEXT */

.customizable .heading .tag {
    font-family: 'Gate Regular';
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #F1FF31;
}

.customizable .heading h1 {
    font-family: 'Gate Regular';
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.customizable .heading .para {
    font-family: "Manrope Regular";
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #D0D0D0;
}


/* Customizable End */

/* Mobile App Start */
/* .mobile-app {
    border: 2px solid red;
} */
.mobile-app {
    overflow-x: hidden;
}

.mobile-app .container {
    padding: 50px 15px;
}

.mobile-app .heading .tag {
    font-family: 'Gate Regular';
    line-height: 1.2;
    letter-spacing: 1px;
    color: #0D47A1;
}

.mobile-app .heading h1 {
    font-family: 'Gate Regular';
    line-height: 1.2;
    letter-spacing: 1px;
    color: #000000;
}

.mobile-app .heading .para {
    font-family: "Manrope Regular";
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #737373;
}

.mobile-app .heading .imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
}

.mobile-app .heading img {
    max-width: 100%;
    height: auto;
}

/* Mobile App End */

/* Cards Start */

/* .process-cards {
    border: 2px solid red;
} */

.process-cards {
    overflow-x: hidden;
}

.process-cards .container {
    padding: 50px 0px;
}

.process-cards button {
    font-family: "Manrope Regular";
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    background: #004F99;
    color: #ffffff;
    margin: 10px 0;
    padding: 12px 16px;
}

.process-cards p {
    font-family: "Manrope Regular";
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #2D2D2D;
}

.process-cards img {
    max-width: 100%;
    height: auto;
}

/* Cards End */

/* Home Page End */

/* Privacy Policy Page Start */

.pvc-heading {
    font-family: 'Gate Regular';
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #070707;
}

.pvc-desc .row {
    padding: 10px 0px;
}

.pvc-desc h4 {
    font-family: 'Manrope Bold';
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #2D4464;
}

.pvc-desc p {
    font-family: "Manrope Regular";
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #2D4464;

}

#pvc-desc * {
    font-family: "Manrope Regular";
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #2D4464;
}

.pvc-desc img {
    width: 395px;
    height: 268px;
    border-radius: 23px;
    opacity: 1;
}

/* Privacy Policy Page End */

/* Terms of Service Page Start */

.tas-heading {
    font-family: 'Gate Regular';
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #070707;
}

.tas-desc .row {
    padding: 10px 0px;
}

.tas-desc h4 {
    font-family: 'Manrope Bold';
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #2D4464;
}

.tas-desc p {
    font-family: "Manrope Regular";
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #2D4464;

}

#customer-desc * {
    font-family: "Manrope Regular";
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #2D4464;
}

#business-desc * {
    font-family: "Manrope Regular";
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #2D4464;
}

#driver-desc * {
    font-family: "Manrope Regular";
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #2D4464;
}

.tas-desc img {
    width: 395px;
    height: 268px;
    border-radius: 23px;
    opacity: 1;
}

/* Terms of Service Page End */

/* FAQ's Page Start */

.faq-heading {
    font-family: 'Gate Regular';
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #070707;
}

.faq-accordion h4 button {
    font-family: 'Manrope Bold';
    letter-spacing: 0.05em;
    color: #2D4464;
}

.faq-accordion p {
    font-family: 'Manrope Bold';
    letter-spacing: 0.05em;
    color: #2D4464;
}

/* Custom icon when the accordion is collapsed */
.accordion-button.collapsed::after {
    background-image: url("../img/plus.png");
}

/* Custom icon when the accordion is expanded */
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/mines.png");
    /* Bootstrap default rotates the icon 180deg; reset it if your icon shouldn't rotate */
    transform: none;
}

.faq-contact p {
    font-family: 'Manrope Bold';
    letter-spacing: 0.05em;
    color: #2D4464;
}

.faq-contact a {
    font-family: "Manrope Regular";
    line-height: 100%;
    letter-spacing: 0%;
    color: #0D47A1;
    margin: 10px 0px;
}

.faq-contact button {
    font-family: "Manrope Regular";
    line-height: 100%;
    letter-spacing: 0%;
    background: #004F99;
    color: #FFFFFF;
    padding: 12px 16px;
    margin: 1rem 0px;
}


/* FAQ's Page End */

/* Contact Us Page Start */

.contact-us .heading h1 {
    font-family: 'Gate Regular';
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #070707;
}

.contact-us .heading input {
    font-family: "Manrope Regular";
    line-height: 100%;
    letter-spacing: 0.05em;
    background: #E4E4E4;
    padding: 15px;
}

.contact-us .heading textarea {
    font-family: "Manrope Regular";
    line-height: 100%;
    letter-spacing: 0.05em;
    background: #E4E4E4;
    padding: 15px;
}

.contact-us .heading .btn-primary {
    font-family: "Manrope Regular";
    line-height: 100%;
    letter-spacing: 0.05em;
    background: #0D47A1;
    color: #ffffff;
    padding: 15px 0px;
}

/* Contact Us Page End */

/* Footer Start */

.footer {
    background: #0D47A1;
}

.footer .container {
    background: #0D47A1;
}

.footer .container p {
    font-family: "Manrope Regular";
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #ffffff;

}

.footer .container a {
    font-family: "Manrope Regular";
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #ffffff;

}

/* Footer End */



.navbar{padding-top:0px;padding-bottom:0px;}
.navbar > div{box-shadow: 0px 15px 33.3px 0px #00000026;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;background-color:#FFF;}
.dpf-box h4{font-family: 'Manrope Bold';color:#000;}
.dpf-box p{font-family: 'Manrope Regular';color:#2D4464;}
.sbi-tab{justify-content: center;gap: 15px;border-bottom: 0px;padding: 30px 0px;}
.sbi-content{padding-top: 30px;padding-bottom: 30px;}
.sbi-tab .nav-link.active,.sbi-tab .nav-link:hover{background-color: #42A5F5;border-color: #42A5F5;border-radius: 5px;color: #FFF !important;}
.sbi-tab .nav-link{text-transform: capitalize;background-color:#EFF7FF;}
.swiper-button-prev:after,.swiper-button-next:after{display: none;}
.mobile-app .tag{color:#0D47A1;}
.mobile-app h1{font-family: 'Gate Regular';}
.mobile-app .para{font-family: 'Manrope Regular';color:#737373;}
.process-cards{background-color: #F1F1F1;}
.hmbot-box{padding:0px 30px;position:relative;}
.hm-box-mid{padding:50px 30px;}
.hmbot-box > div{background-color:#FFF;padding: 30px;border-radius: 15px;flex-direction: column;display: flex;}
.hmbot-box img{width:100px;margin-bottom:15px;}
.hmbot-box span{background-color: #004F99;border-radius: 5px;padding:5px 15px;font-family: 'Manrope Regular';color:#FFF;width:fit-content;}
.hmbot-box p{font-family: 'Manrope Regular';color:#000;font-family: 'Manrope Regular';margin-bottom: 0px;margin-top:15px;}
.swiper-slide img{margin:0 auto;display:block;} 
.hm-box-left::before {
    content: "";
    position: absolute;
    right: -54px;
    width: 100px;
    height: 100px;
    background-image: url(../img/one.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 42%;
    background-position: center;
}
.hm-box-mid::before {
    content: "";
    position: absolute;
    right: -54px;
    width: 100px;
    height: 100px;
    background-image: url(../img/two.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    background-position: center;
}
.contact-us{min-height:750px;}

.faq-accordion .accordion-item{
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 15px 33.3px 0px #00000026;
    margin-bottom: 30px;
    border-radius: 15px;    
}
.faq-accordion .accordion-button{border-radius: 15px !important;
    border: 0px;
    box-shadow: unset !important;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: #2D4464;
    background-color: #FFF;
}
.faq-accordion .accordion-body{
    padding: 0px 20px;
}

.terms_of_service h1,.privacy-policy h1,.terms_of_service h2,.privacy-policy h2{    font-family: 'Gate Regular';
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #070707;}
.terms_of_service h3,.privacy-policy h3,.terms_of_service h4,.privacy-policy h4,.terms_of_service h5,.privacy-policy h5{font-family: 'Manrope Bold';
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #2D4464;}
.terms_of_service h6,.privacy-policy h6,.terms_of_service p,.privacy-policy p{font-family: "Manrope Regular";
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #2D4464;}
.pvc-heading,.tas-heading{margin-top: 30px;}    

.terms_of_service  #main-content,.privacy-policy .pvc-desc{margin-bottom:30px;}

.faq-accordion h4 button{

}
.faq-accordion p{
    font-family: 'Manrope Regular' !important;
}