/* TRANPORTATION page new css 12.07.2025 start */

.navbar{background: transparent !important;}

h1 {
    font-size: 25px;
}
h6 {
    font-size: 18px;
}
h4 {
    font-size: 32px;
}

.card-title {
    font-size: 24px;
}

.page-node-type-transportation-distribution .card.rounded-0.h-100 {
    border: 0;
}

.spc-top{margin-top: 10px;}
.spc-btm{margin-bottom: 50px; padding: 20px 0 20px 0;}

.transport-page section p{
    color: #000;
}

.transportation-ban-text {
    margin-left: 2%;
    padding-left: 2%;
    /* border-left: 8px solid #b8152a; */
    border-radius: 15px;
}

.row.choose-rsa-transportation {
    padding-top: 50px;
}
.row.row-sustainability {
    padding-bottom: 20px;
}

.our-transpo{
    background-image: url('../img/our-transpo.png');
    min-height: 900px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.our-transpo .card-body{
    text-align: left;

}

.our-transpo .card{
    opacity: 0.8;
    border-radius: 15px;

}


.our-transpo .card:hover{
position: relative;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 11px rgba(221, 171, 177, 0.49);
    -webkit-box-shadow: 0px 0px 8px 11px rgba(221, 171, 177, 0.49);
    -moz-box-shadow: 0px 0px 8px 11px rgba(221,171,177,0.49);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #ffc7cd;
    background-color: #fff3f4;
}


.sust .card{border-radius: 15px;}

.sust .card:hover{
position: relative;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 11px rgba(221, 171, 177, 0.49);
    -webkit-box-shadow: 0px 0px 8px 11px rgba(221, 171, 177, 0.49);
    -moz-box-shadow: 0px 0px 8px 11px rgba(221,171,177,0.49);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #ffc7cd;
    background-color: #fff3f4;
}


.partner-col {
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.partner-col h4 {
    margin-left: 2%;
    margin-top: 1%;
    color: #0d2c6c;
}

.per-img {
    margin: 0;
    width: 5%;
    display: inline-block;
}

@media screen and (max-width: 480px)  {

    .container {
        padding-right: 0 !important;
    }
    .spc-btm {
        padding: 0px !important;
    }
    .our-transpo{background-size: cover;padding-left: 15px;margin: 0 auto;}
    .sust {text-align: center !important;}

    .blog-ban-text {
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 0% !important;
    }
}

/* TRANPORTATION page new css 12.07.2025 end */

