/*
Theme Name: Icon-transport
Author: Hilson
Description: This is child theme
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

html,body{
    overflow-x: hidden;
}
.card {
    border-radius: 10px;
}

.card-title
 {
line-height: 0px;;
}

.card-body {
line-height: 12px;;
}

.card img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    padding-top: 10px;
    margin: auto;
    display: block;
}

h5 {
    font-weight: bold;
}

.btn-cta {
    margin-top: 10px;
    gap: 10px; 
    width: 100%; 
}

.badge-tag {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
    background-color: #d5dcd7;
    color: #000;
    width: fit-content;
    margin: 0 auto;
}
.desc-br{
    border-top: 1px dashed  #eee; width: 100%;
}
.text-start {
    text-align: start;
}
.text-end {
    text-align: end;
    padding-left: 0px;
}

.btn-red {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
    background-color: rgb(49 58 103);
    color: white;
    width: 100%;
}
.btn-red:hover {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
    background-color: rgb(68, 68, 68);
    color: white;
    width: 100%;
}
.btn-grey {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
    background-color: #387242;
    color: white;
    width: 100%;
}

.btn-grey:hover {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
    background-color: #40a050;
    color: white;
    width: 100%; 
}

.simple-arrow .arrow-text {
    font-size: 2rem;
    color: #000;
    background: none !important;
    border: none;
    box-shadow: none;
}
.simple-arrow {
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    border: none;
    background-color: transparent;
}
.simple-arrow:hover {
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    border: none ;
    background-color: transparent;
}

.simple-arrow:focus {
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    border: none ;
    background-color: transparent;
}

.simple-arrow .carousel-control-prev-icon,
.simple-arrow .carousel-control-next-icon {
    display: none;
}