html {
    scroll-behavior: smooth
}
.hero_bg{
    padding: 150px 0;
    background-image: url("https://rostra.pixaura.com/images/commercial-fleet-safety-savings/hero-image.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
    #wrapper{
    background-color: transparent;
}
.hero_bg .red_text{
    background-color: #D33D3E;
    padding: 5px 10px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 30px;
}
.hero_bg h1{
    font-style: normal;
    font-size: 29px;
    font-weight: normal;
    line-height: 45px;
}
.features_sect{
    background: rgb(0,0,0);
    background: linear-gradient(185deg, rgba(0,0,0,1) 0%, rgba(19,47,73,1) 100%);
}

.features_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
}

.features_row .column {
    flex: 1;
}

.features_row .column img {
    max-width: 100%;
    height: 82px;
    width: 168px;
    object-fit: contain;
}

.features_row h3 {
    margin: 10px 0px 30px;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.features_row a {
    padding: 7px 15px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.features_row a:hover {
    background-color: #fff; /* Darker shade on hover */
    color: #132f49;
    text-decoration: none;
}

.mt-100{
    margin-top: 100px;
}
.costs_profits{
    background: rgb(245,245,245);
    background: linear-gradient(185deg, rgba(245,245,245,1) 0%, rgba(229,229,229,1) 100%);
}
.costs_profits h2{
    font-size: 29px;
    text-align: center;
}
.costs_profits p{
    font-size: 24px;
    margin-bottom: 40px;
}

.costs_profits_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;

}

.costs_profits_flex .column {
    flex: 1;
}

.costs_profits_flex .image-column {
    max-width: 50%;
}

.costs_profits_flex .image-column img {
    max-width: 100%;
    height: auto;
}

.costs_profits_flex .content-column {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.btn_dark{
    padding: 10px 20px;
    background-color: #132C44;
    color: #fff !important;
    border-radius: 30px;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.btn_dark:hover{
    text-decoration: none;
    border: 1px solid #132C44;
    color: #132C44 !important;
    background-color: transparent;
}

.padd_sect{
    padding: 80px 0;
}
.email_us_sect a.tel{
    padding: 10px 20px;
    background-color: #132C44;
    color: #fff !important;
    border-radius: 30px;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.email_us_sect .mail_, .email_us_sect .tel_{
    margin-bottom: 40px;
}
.email_us_sect a.mail_link{
    font-size: 17px;
}
.email_us_sect h2{
    color: #005F95;
}

.two_col_flex {
    display: flex;
}
.two_col_flex .column {
    flex: 1;
}
.two_col_flex .image-column {
    padding: 0; 
}
.two_col_flex .image-column img {
    width: 100%;
    display: block;
}
.btn_white{
    padding: 10px 20px;
    background-color: #fff;
    color: #275C8E !important;
    border-radius: 30px;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.btn_white:hover{
    background-color: transparent;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #fff;
}
.two_col_sect .content-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.two_col_sect .content_blue{
    background-color: #275C8E;
    padding: 35px 30px;
    color: #fff;
    border-radius: 15px;
    max-width: 630px;
    margin: 0 auto;
}
.two_col_sect .headings h2{
    font-size: 42px;
    font-weight: normal;
}
.two_col_sect .content_blue h2{
    font-size: 36px;
    font-weight: normal;
}
.two_col_sect .content_blue p{
    font-size: 20px;
}
.two_col_sect .headings{
    padding: 0 70px;
}
.two_col_sect .headings p{
    font-size: 20px;
}
.two_col_sect .cta{
    margin-top: 50px;
}
/* .two_col_sect .speed_limiters_div_img{
    background-image: url('https://rostra.pixaura.com/images/commercial-fleet-safety-savings/speed-limiters.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.two_col_sect .cruise_controls_div_img{
    background-image: url('https://rostra.pixaura.com/images/commercial-fleet-safety-savings/cruise-control-img.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
} */
    .text-center{
    text-align: center;
    }

    .features_sect{
    background: rgb(0,0,0);
    background: linear-gradient(185deg, rgba(0,0,0,1) 0%, rgba(19,47,73,1) 100%);
}

.rostra_commercial_fleet_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    gap: 40px;
}

.rostra_commercial_fleet_row .column {
    flex: 1;
}

.rostra_commercial_fleet_row .column img {
    max-width: 100%;
    width: 110px;
    object-fit: contain;
}

.rostra_commercial_fleet_row h3 {
    margin: 10px 0px 30px;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.rostra_commercial_fleet_row a {
    padding: 7px 15px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.rostra_commercial_fleet_row a:hover {
    background-color: #fff; /* Darker shade on hover */
    color: #132f49;
}
.rostra_commercial_fleet_sol{
    background: rgb(0,0,0);
    background: linear-gradient(185deg, rgba(0,0,0,1) 0%, rgba(19,47,73,1) 100%);
    color: #fff;
}
.rostra_commercial_fleet_sol h2{
    text-align: center;
    font-size: 40px;
    font-weight: normal;
}
.rostra_commercial_fleet_sol h4{
    font-weight: normal;
    font-size: 22px;
}
.rostra_commercial_fleet_sol .bottom_headings{
    margin-top: 50px;
}
.rostra_commercial_fleet_sol .bottom_headings p {
    text-align: center;
}
.rostra_commercial_fleet_sol .bottom_headings .cta{
    margin-top: 40px;
    text-align: center;
}
@media (max-width: 1540px){
    .two_col_flex .image-column img{
        height: 100%;
    }
    .two_col_sect .content_blue{
        padding: 25px 30px;
        margin-bottom: 20px;
    }
    .two_col_sect .cta{
        margin-top: 40px;
    }
}
@media (min-width: 1919px){
    .two_col_flex{
        align-items: center;
    }
    .two_col_sect .content-column{
        gap: 50px;
    }
    .two_col_sect .content_blue{
        max-width: 800px;
    }
    .two_col_sect .headings {
        padding: 0 100px;
    }
}

@media (max-width: 1024px) {
    .two_col_flex{
        flex-direction: column;
    }
    .flex_reverse{
        flex-direction: column-reverse;
    }
    .two_col_sect .content_blue{
        max-width: 100%;
    }
    .two_col_sect .content-column{
        padding: 30px 0 0;
    }
    .two_col_sect .headings {
        padding: 0 30px 30px;
    }
    .hero_bg {
        padding: 100px 30px;
    }
    .email_us_sect {
        padding: 80px 30px;
    }
}


@media (max-width: 768px) {
    .two_col_flex  {
        flex-direction: column;
    }
    
    .two_col_flex .image-column, .two_col_flex .content-column {
        height: auto;
    }
    
    .two_col_flex .image-column img {
        height: auto;
    }
}

@media (max-width: 767px){
    .two_col_sect .headings p{
        font-size: 12px;
    }
    .two_col_sect .content_blue p {
        font-size: 12px;
        margin-bottom: 30px;
    }
    .features_row h3{
        font-size: 25px;
    }
    .features_row a{
        padding: 10px 20px;
        font-size: 10px;
    }
    .rostra_commercial_fleet_sol  .rostra_commercial_fleet_row{
        flex-direction: column;
    }
    .rostra_commercial_fleet_sol .bottom_headings {
        margin-top: 100px;
    }
}
		