body {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.3rem;
}

.h1, h1 {
    font-size: 2.3rem;
}

.row {
    margin: 0 !important;
}

.navbar {
    background-color: #f8f8f8;
    padding: 5px 20px;
}
.navbar-brand{
    width: 9%;
    margin-right: 4%;
}
.navbar-brand>img {
    width: 100%;
}
.hamburger-btn {
    text-align: right;
}

.navbar-nav {
    list-style: none;
    flex-direction: row;
}

.nav-link {
    font-weight: 600;
    color: #BABABA;
    font-size: 0.9rem;
}

.nav-link:focus,
.nav-link:hover {
    color: #1a1a1a;
}

.navbar-nav li {
    margin-right: 20px;
}

.navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-nav li a {
    text-decoration: none;
    color: #333;
}

.navbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.iphone-button {
    position: relative;
    display: inline-block;
    padding: 8px 20px !important;
    border: none;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 600;
    font-size: 0.9rem;
}

.iphone-button:hover {
    background-color: #ddd;
}

.cars-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    padding: 2% 11%;
    text-align: center;
}
.cars-section .nav-link{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cars-section .fa-circle {
    font-size: 0.5rem;
    margin-right: 0.7rem;
}
.blank-container{
    height: 600px;
}

.banner-buttons .btn:last-child {
    margin-right: 0;
}

.questions-section {
    padding: 4% 11%;
    background-color: #ffff;
}

.question {
    margin-bottom: 20px;
}

.question button {
    color: #313131;
    text-align: left;
}

.question-title {
    margin: 0;
    display: inline-block;
}

.toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
    margin-left: 10px;
}

.answer {
    display: none;
    margin-top: 10px;
}

.answer p {
    margin: 0;
}

.partner-section {
    background-image: url("/images/landing/img-home-sister-companies-bg.png");
    background-size: cover;
    background-position: center;
    padding: 4% 10%;
    text-align: center;
}

.section-title {
    margin-bottom: 20px;
}

.partner-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner-item {
    margin: 0 20px;
    width: 11%;
}

.partner-item img {
    max-width: 100%;
    height: auto;
}
.partner-list .sister-companies{
    width: 26%;
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
}
.partner-list .smw{
    width: 8%;
}

.mobile {
    background-image: url("/images/landing/img-home-cta-background.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2%;
}

.mobile-content {
    padding-left: 10%;
    max-width: 40%;
    text-align: left;
}

.mobile-content>h1 {
    padding-bottom: 1rem;
    /* font-size: 3rem; */
}
.mobile-content .description{
    max-width: 75%;
}

.mobile-img-container {
    max-width: 30%;
}

.mobile-img {
    width: 90%;
    height: auto;
}

.mobile-img>img {
    width: 100%;
}

.app-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.booking {
    background: #1A1A1A;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4% 12%;
}
.booking-content{
    padding-right: 1.5rem;
}

.booking-content>h1 {
    padding-bottom: 1rem;
    /* font-size: 2rem; */
}

.booking-img-container {
    max-width: 60%;
}

.booking-img>img {
    width: 100%;
}
.other-services-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    padding: 3% 12%;
    text-align: center;
    background-color: #ffff;
}
.other-services-section .nav-item{
    width: 25%;
}
#tab1-pane .left-container{
    max-width: 70%;
}

.services-content{
    text-align: left;
    width: 60%;
}
.services-img-container{
    max-width: 40%;
}
.services-img{
    margin: 0 auto;
}
.services-img>img{
    width: 100%;
}

.store-icon {
    width: 150px;
    height: auto;
    margin-right: 1rem;
}

.store-icon>img {
    width: 100%;
}
