
.page111 .top{
    display: flex;
    gap: 2em;
}
.page111 .left{
    color: white;
}
.page111 .top img{
    width: 40vw;
}
.page111 .left p{
    color: rgba(255, 255, 255, 0.4);
    font-size: 1vw;
}
.page111 .left h1{
    font-size: 3.5vw;
}
.page111 .left .t1{
    font-size: 1.2vw;
}
.page111 .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;
}
.page111 .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);
}

/* Responsive Media Queries */
@media (max-width: 768px) {
    .page111 .top{
        flex-direction: column;
        text-align: center;
        padding: 2em;
    }
    .page111 .top img{
        width: 80vw;
        margin: auto;
    }
    .page111 .left p{
        font-size: 3vw;
    }
    .page111 .left h1{
        font-size: 6vw;
    }
    .page111 .left .t1{
        font-size: 3vw;
    }
    .page111 .bottom {
        margin: 2vw 5vw;
        flex-direction: column; /* Stack boxes vertically */
    }
    .box{
        width: 89vw;
        border-right: none;
        border-bottom: 2px solid white;
        margin-bottom: 1vw;
    }
    .box:last-child{
        border: none;
    }
    .box h1{
        font-size: 6vw;
    }
    .box p{
        width: 70%;
        font-size: 3vw;
    }
}

@media (max-width: 480px) {
    .page111 .left p{
        font-size: 4vw;
    }
    .page111 .left h1{
        font-size: 8vw;
    }
    .page111 .left .t1{
        font-size: 4vw;
    }
    .box h1{
        font-size: 8vw;
    }
    .box p{
        font-size: 4vw;
    }
}

.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;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .page4 {
        padding: 2rem 1rem;
    }
    .page4 .top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom:0;
    }
    .page4 .top .left h2 {
        font-size: 2.5rem;
    }
    .page4 .top .right {
        max-width: 100%;
        font-size: 0.9rem;
    }
}

.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;
}
.text2 p{
    width: 27em;
    margin: 0.5em auto;
}
.button2 {
    border: 2px solid white;
    padding: 0.4vw 0.8vw;
}
.button2:hover {
    background-color: white;
    color: black;
}
.btn-outline-dark{
    border: 2px solid black;
    padding: 0.4vw 0.8vw;
}
.btn-outline-dark:hover{
    background: black;
    color: white;
}
/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .collaborate {
        flex-direction: column;
        width: 90vw;
        margin: 5vw auto;
        background: linear-gradient(to bottom, white 50%, black 50%);
    }
    .text, 
    .text2 {
        width: 100%;
        padding: 4vw 2vw;
        text-align: center;
    }
    .collaborate h1 {
        font-size: 6vw; /* Larger relative size for better readability on mobile */
        margin-bottom: 2vw;
    }
    .collaborate p {
        font-size: 4vw;
        width: auto;
        margin-bottom: 2vw;
    }
    .collaborate button {
        font-size: 3vw;
    }
}
.benefit-item{
    transition: all 0.1s ease;
}
.benefit-item:hover{
    transform: scale(1.05) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.slope{
    position: relative;
}
.pin1{
    position: absolute;
    bottom: 19%;
    left: 16%;
    height: 5vw;
}
.pin2{
    position: absolute;
    bottom: 8%;
    left: 25%;
    height: 4vw;
}
.pin3{
    position: absolute;
    bottom: 13%;
    left: 38%;
    height: 5.5vw;
}
.pin4{
    position: absolute;
    bottom: 12%;
    right: 31%;
    height: 4vw;
}
.pin5{
    position: absolute;
    bottom: 26%;
    right: 17%;
    height: 5vw;
}
.pin6{
    position: absolute;
    bottom: 33%;
    right: 25%;
    height: 3.5vw;
}
.pin7{
    position: absolute;
    bottom: 37%;
    right: 38%;
    height: 4vw;
}
.pin8{
    position: absolute;
    bottom: 25%;
    right: 54%;
    height: 11vw;
}
.pin9{
    position: absolute;
    bottom: 26%;
    left: 32%;
    height: 6%;
}
.pin10{
    position: absolute;
    bottom: 45%;
    height: 10%;
    left: 30%;
}
.pin11{
    position: absolute;
    bottom: 50%;
    left: 40%;
    height: 10%;
}
.pin12{
    position: absolute;
    top: 23%;
    height: 10%;
    left: 37%;
}
.pin13{
    position: absolute;
    top: 28%;
    right: 42%;
    height: 6%;
}
.pin14{
    position: absolute;
    height: 20%;
    top: 26%;
    right: 20%;
}
.pin15{
    position: absolute;
    top: 47%;
    right: 27%;
    height: 6%;
}
.popbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    color: white;
    padding: 0.5vw 1vw;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 4px;
}
.popbox:hover{
    cursor: pointer;
}
.popbox h2{
    margin-top: 1vw;
    font-size: 1.5vw;
    width: 15vw;
}
.popbox h4{
    font-size: 1vw;
}
.pop1{
    bottom: 28%;
    left: 15%;
}
.pop2{
    position: absolute;
    bottom: 16%;
    left: 24%;
}
.pop3{
    position: absolute;
    bottom: 23%;
    left: 37%;
}
.pop4{
    position: absolute;
    bottom: 20%;
    right: 30%;
}
.pop5{
    position: absolute;
    bottom: 36%;
    right: 15%;
}
.pop6{
    position: absolute;
    bottom: 40%;
    right: 24%;
}
.pop7{
    position: absolute;
    bottom: 45%;
    right: 36%;
}
.pop8{
    position: absolute;
    bottom: 47%;
    right: 52%;
}
.pop9{
    position: absolute;
    bottom: 33%;
    left: 31%;
}
.pop10{
    position: absolute;
    bottom: 55%;
    left: 28%;
}
.pop11{
    position: absolute;
    bottom: 60%;
    left: 38%;
}
.pop12{
    position: absolute;
    top: 18%;
    left: 35%;
}
.pop13{
    position: absolute;
    top: 23%;
    right: 40%;
}
.pop14{
    position: absolute;
    top: 21%;
    right: 18%;
}
.pop15{
    position: absolute;
    top: 43%;
    right: 27%;
}
