
.ride-card{
position:relative;
background:rgb(31 33 5);
padding:90px 25px 80px;
text-align:center;
clip-path: polygon(
0% 0%,
100% 0%,
100% 80%,
50% 100%,
0% 80%
);
border-radius:20px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* yellow top */

.ride-card::before{

content:"";

position:absolute;
top:-60px;
left:0;

width:100%;
height:143px;

background:linear-gradient(45deg, #0f2027, #203a43, #2c5364);

/* clip-path: polygon(
0% 100%,
50% 0%,
100% 100%
); */

}

/* icon */

.icon{

position:absolute;

top:-20px;
left:50%;

transform:translateX(-50%);

width:70px;
height:70px;

background:#fff;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

font-size:26px;

box-shadow:0 6px 15px rgba(0,0,0,0.15);

color:#000000;

}

/* text */

.ride-card h5{

margin-top:10px;
font-weight:700;
color:#183c64;

}

.ride-card p{

font-size:14px;
color:#6c7a89;

}

/*  */
.featuressssection{

background:url("/user/assets/img/slider1.jpg");
background-size:cover;
background-position:center;
position:relative;
padding:59px 0;

}

/* right dark overlay */

.featuressssection::after{

content:"";
position:absolute;
top:0;
right:0;
width:50%;
height:100%;
background:rgba(50,50,50,0.7);

}

/* container fix */

.featuressssection .container{
position:relative;
z-index:2;
}

/* title */

.sectionntttitle{

text-align:center;
color:#fff;
font-weight:700;
margin-bottom:18px;

}

/* feature boxes */

.feature_bbox{

background:#0a6089;
padding:18px 25px;
display:flex;
align-items:center;
gap:15px;
margin-bottom:20px;
font-weight:600;
color:#ffffff;

}

.feature_bbox i{
font-size:26px;
}

/* right content */

.featureerrright{
color:#fff;
padding-left:60px;
}

.featureerrright h2{
font-size:40px;
font-weight:700;
margin-bottom:20px;
}

.featureerrright p{
letter-spacing:2px;
opacity:0.8;
}

/* big faded text */

.bggfffeature{

    font-size: 36px;
    color: #575100;
    font-weight: 800;

}

/*  */

/* title */

.sectionnn-title{
text-align:center;
font-weight:700;
margin-bottom:20px;
}

/* top boxes */

.choosee-bbox{

background:#fff;
border:1px solid #e5c37a;
padding:20px;
display:flex;
align-items:center;
gap:15px;
font-weight:600;

}

.choosee-bbox i{
font-size:28px;
color:#d8a43d;
}

/* highlight box */

.highlight{
background:#000;
color:#fff;
}

.highlight i{
color:#d8a43d;
}

/* bottom features */

.feature-iiiitem{
display:flex;
align-items:center;
gap:20px;
margin-bottom:40px;
}

.feature-icon{

width:70px;
height:70px;
border-radius:50%;
border:2px solid #e0b458;

display:flex;
align-items:center;
justify-content:center;

font-size:28px;
color:#e0b458;

}

.featureeertext h5{
font-size:16px;
font-weight:700;
margin-bottom:5px;
}

.featureeertext p{
font-size:14px;
color:#555;
}
/* mobile view */


     @media (max-width:576px) {

        .hero-section {
     margin-top: 102px !important;
    }
        .home-about {
        padding: 29px 0;
    }
    .holi-title {
    font-size: 40px;
    }
    .section-title {
    padding-bottom: 23px !important;
}
.bggfffeature {
    font-size: 49px !important;
}

     }
     /* aboutus page */
     .page-header{
    background: url(/user/assets/img/bus.jpg) center center/cover no-repeat;
    height: 300px;
    display: flex;
      margin-top: 108px;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
}

.page-header::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
}

.page-header .container{
    position: relative;
    z-index: 2;
}

.page-header h1{
    font-size: 48px;
    font-weight: bold;
}

.page-header p{
    max-width:600px;
    margin:auto;
}
      .about-sectiontion {
        padding: 60px 0;
      }

      /* Image Boxes */
      .img-boxoxx {
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        color: #000;
      }

      .img-3999 {
        background: #f47c4c;
        height: 200px;
      }

      .img-3999 img {
        height: 200px;
        width: 100%;
        border-radius: 20px;
      }

      /* Button */
      .read-btnnnnnnn {
        background: #17a2b8;
        color: #fff;
        border-radius: 6px;
        padding: 8px 20px;
        border: none;
      }

      /* Right Content */
      .about-smallkii {
        color: #0d6efd;
        font-weight: 500;
        margin-bottom: 10px;
      }

      .about-titleuiii {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
      }

      .about-textttt {
        color: #6c757d;
        margin-bottom: 25px;
        line-height: 1.6;
      }

      /* Feature Cards */
      .feature-boxxxxx {
        background: #fff;
        padding: 14px 18px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        gap: 12px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        transition: 0.3s;
      }

      .feature-boxxxxx:hover {
        transform: translateY(-3px);
      }

      .feature-boxxxxx i {
        font-size: 20px;
        color: #0d6efd;
      }
.about_ussss{
    height:180px;
    width: 100%;
}
