body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.main-section {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
}
.sub-brand {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #fff;
    background: rgba(0, 0, 0, 0.6); /* Background overlay */
    min-width: 300px;
    height: auto;
    background: url('../img/first-half.jpg') no-repeat center center/cover;
}
.sub-brand.right {
    height: auto;
    background: url('../img/end-half.jpg') no-repeat center center/cover;
}


/* Mobile responsiveness: Stacks vertically on smaller screens */
@media (max-width: 768px) {
    .main-section {
        flex-direction: row;
    }
    .left {
        border-right: none;
    }
}

.brand-logo {
    margin-bottom: 60px;
    margin-top: 60px;
    max-width: 100%;
}
img.brand-desc {
    max-width: 100%;
}

.description {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.visit-btn {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 60px;
    transition: background-color 0.3s;
}
.visit-btn img{
    max-width: 100%;
}
.brand-logo{
    margin-right: auto;
    margin-left: auto;
}
.brand-desc.one{
    margin-right: auto;
    margin-left: auto;
}
.visit-btn.one{
    margin-right: auto;
    margin-left: auto;
}
.brand-logo.two{
    margin-left: auto;
    margin-right: auto;
}
.brand-desc.two{
    margin-left: auto;
    margin-right: auto;
}
.visit-btn.two{
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding: 20px 65px;
    font-size: 28px;
    border-radius: 20px;
    transition: .5s;
    margin-bottom: 60px;
}
.visit-btn.two:hover{
    background-color: #000;
    color: #fff;
}
.visit-btn.one{
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding: 20px 65px;
    font-size: 28px;
    border-radius: 20px;
    margin-bottom: 60px;
}
.visit-btn.one:hover{
    background-color: #000;
    color: #fff;
}
/* .mainlogo{
    position: absolute;
    width: 100%;   
    position: fixed;
    bottom: -4px;
    align-content: end;
    text-align: center;
}
.mainlogo img{
    background-color: #fff;
    padding: 15px 50px;
    border-radius: 50px 50px 0px 0px;
} */