﻿.firstdiv {
    width: 100%;
    height: 500px;
    margin-top: 74px;
}
.second_div {
    width: 100%;
    height: 193px;
   
}
.features-list {
    list-style: none; 
    padding: 0;
    margin: 20px 0;
    max-width: 600px; 
    font-family: Arimo;
    margin-left: 9%;
    margin-top: -49px;
}
.a-section {
    background: #f8faff;
    margin-top: 111px;
}
.houseimage{
    width: 100%;
    height: 640px;

   
}
.download {
    display: inline-block;
    padding: 12px 24px;
    background-color: red;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.25s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.class-image{
    max-width: 100%;
    max-height: auto;
}
/* Style each list item */
.features-list li {
    padding: 4px 20px;
    border-radius: 5px;
    font-family: Arimo;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
}

        /* Hover effect for each item */
        .features-list li:hover {
            background: #e2f0d9;
            border-left-color: #388E3C;
            cursor: pointer;
        }

        /* Optional: Add a checkmark icon before each item */
        .features-list li::before {
            content: "✔"; /* Checkmark */
            margin-right: 10px;
            color: #4CAF50;
            font-weight: bold;
        }
.brands-grid {
    float: left;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 9%;
    margin-top: 51px;
    margin-left: 3%;
}

.brand-item {
   max-width: 100%;
   max-height: 100%;
}

    .brand-item:hover {
        transform: translateY(-5px);
    }
.header {
    font-family: Arimo;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 0px;
    color: #162447;
    text-align: center;
}
.brand-logo {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    width: 10%;
}

.brand-name {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.firstdivwow {
    max-width: 1263px;
    font-size: 1.15rem;
    line-height: 1.8;
    font-weight: 400;
    color: #495057;
    margin: 0 auto;
    padding: 20px;
  
    border-radius: 12px;
   
    text-align: justify;
    text-justify: inter-word;
}
/* Brand-specific colors */
.myob {
    color: #00a2e8;
}

.belimo {
    color: #e30613;
}

.life {
    color: #00a859;
}

.graovo {
    color: #ff6b00;
}

.citrus {
    color: #ff9e16;
}

.trustly {
    color: #0056b3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .brand-logo {
        font-size: 20px;
    }
    .second_div {
        background-color: red;
        width: 99%;
    }
    .a-section{
        margin-top: 192px;
    }
    .houseimage{
        height: 200px;
    }
}

@media (max-width: 480px) {
    .brands-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .brand-item {
        padding: 15px;
    }
}