.book-now-card-border-top {
    border-top: #df0023 5px solid;
}
.max-width-100 {
    max-width: 100%;
}
.text-red {
    color: #df0023 !important;
}
.hero-section {
    background-image: url("/asset/images/advert-page-hero.png") !important;
    background: rgba(0,0,0,0.91);
    background-repeat: round;
}
/* .custom-popup {
    background-color: black !important;
} */
/* .custom-title {
    color: white !important;
} */
/* .swal2-html-container {
    color: white !important;
} */

.feature-item {
    text-align: center;
}

.feature-item img {
    display: block;
    margin: 0 auto;
}

.feature-item p {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 10px; /* Space between icon and text */
}
.mr-0 {
    margin-right: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.why-us {
    display: block;
    background: rgba(245, 245, 245, 1);
    border-style: none none none none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    border-radius: 0;
    width: 100%;
    height: 636px;
    position: relative;
}
.font-size-xx-large {
    font-size: xx-large;
}
.why-choose-container {
    background-color: #f4f4f4;
    padding: 50px 20px;
    text-align: center;
}

.why-choose-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

.why-choose-subtitle {
    font-size: 16px;
    color: #555;
    text-align: center;
    margin-bottom: 30px;
}

.feature-card {
    border: 1px solid #e00024;
    background: #fff;
    transition: transform 0.3s ease-in-out;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.feature-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.feature-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    padding: 15px;
}

.cta-button {
    background-color: #e00024;
    color: white;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

.cta-button:hover {
    background-color: dark#e00024;
}
.bb-1px-red {
    border-bottom: 1px solid #e00024;
}
.b-1px-red {
    border: 1px solid #e00024;
}
.banner-section {
    display: block;
    background: rgba(26, 16, 0, 1);
    background: url("/asset/images/offer-section-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    height: 528px;
    position: relative;
}
.content-box {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    border-style: none;
    border-radius: 0px;
    top: 60px;
    height: 412px;
    position: absolute;
    padding: 80px;
    text-align: center;
}
.anti-theft-card {
    border: 1px solid #e00024;
    background: #fff;
    transition: transform 0.3s ease-in-out;
}

.anti-theft-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.anti-theft-card img {
    width: 100%;
    height: 79px;
    object-fit: cover;
}
.about-us-container {
    display: block;
    background: rgba(245, 245, 245, 1);
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    position: relative;
}
.customer-experience-container {
    display: block;
    background-color: rgba(0, 0, 0, 0.81);
    background-image: url("/asset/images/customer-experience.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 452px;
    position: relative;
}
