.top{
    display: flex;
}
.left{
    color: white;
}
.top img{
    width: 40vw;
}
.left p{
    color: rgba(255, 255, 255, 0.4);
    font-size: 1vw;
}
.left h1{
    font-size: 3.5vw;
}
.left .t1{
    font-size: 1.2vw;
}
.bottom {
    position: relative;
    text-align: center;
    margin: 2vw 11vw;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(to bottom right, white, #00A859);
    padding: 2px; /* Adjust border thickness */
    clip-path: margin-box;
}

.bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: black; /* Background color inside the border */
    margin: 2px; /* Adjust to match border thickness */
    z-index: -1;
}
.box{
    border-right: 2px solid white;
    width: 30vw;
    padding: 0.5vw 2vw;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box:last-child{
    border: none;
}
.plus {
    color: #00A859; /* Green color */
}
.box h1{
    font-size: 4vw;
}
.box p{
    width: 12vw;
    color: rgba(255, 255, 255, 0.5);
}
.learnmore{
    font-weight: 600;
    border: 1px solid black;
    padding: 0.5vw 1vw;
}
.learnmore:hover{
    background-color: black;
    color: white;
}
.viewproducts{
    border: 2px solid black;
    padding: 0.5vw 1vw;
    margin: 2vw 38.7vw;
}
.viewproducts:hover{
    background-color: black;
    color: white;
}
.page4 {
    width: 100%;
    padding: 4rem 2rem;
    background-color: #f8f8f8; /* Light background for contrast */
}

.page4 .top {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2vw;
    margin-bottom: 4rem;
}

.page4 .top .left p {
    display: inline-block;
    background-color: #e0e0e0; /* Grey badge background */
    color: #000; /* Black text */
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.page4 .top .left h2 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #000; /* Black text */
    line-height: 1.4;
}

.page4 .top .right {
    color: #333; /* Slightly softer black for readability */
    font-size: 1rem;
    max-width: 600px;
    line-height: 1.6;
}

.page4 .top .right span {
    display: block;
    margin-bottom: 1.5rem;
}
.page4 .btn{
    border-radius: 0;
    font-weight: bold;
    border: 2px solid black;
}
.collaborate h1{
    font-size: 2.5vw;
    margin-bottom: 1vw;
    font-weight: bold;
}
.collaborate p{
    margin-bottom: 1vw;
}
.collaborate{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 80vw;
    margin: 5vw auto;
    border: 5px solid black;
    background: linear-gradient(to right, white 50%, black 50%);
}
.collaborate button{
    border-radius: 0;
    font-weight: 600;
    font-size: 1vw;
}
.text{
    width:35vw;
    text-align: center;
    padding: 5vw 2vw;
}
.text2{
    width: 35vw;
    text-align: center;
}
.button2{
    border: 2px solid white;
    padding: 0.4vw 0.8vw;
}
.button2:hover{
    background-color: white;
    color: black;
}