    .colud-box{

        background-color: #f1f1f1;
        padding: 25px;
    }

    .heading {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.floating-menubar {
    position: fixed;
    top: 105px;
    left: 0;
    width: 300px;
    z-index: 9999;
    background: transparent;
    background-color: white;
    box-shadow: none;
    display: block;
    border-radius: 0 8px 8px 0;
    transition: box-shadow 0.2s;
    height: auto;
}




/* Main Menu Item */
.floating-menubar nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.floating-menubar nav ul li {
    position: relative;
    width: 100%;
}





/* Menu Link */
.floating-menubar nav ul li > a {
    position: relative;
    padding: 15px 40px 15px 20px;
    width: 100%;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--theme-color);
    text-decoration: none;
    background: transparent;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    opacity: 0.7;
}

.floating-menubar nav ul li > a:hover {
    background: rgba(0,0,0,0.03);
    color:white;
}

/* Arrow Styles */
.floating-menubar nav ul li > a .arrow {
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid var(--title-color, #222);
    transition: transform 0.2s, border-top-color 0.2s;
}

.floating-menubar nav ul li.active > a .arrow {
    transform: rotate(180deg);
    border-top-color: var(--theme-color, #007bff);
}





/* Submenu Styles */
.floating-menubar nav ul li .sub-menu {
    opacity: 0;
    pointer-events: none;
    background: rgba(255,255,255,0.95);
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 220px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 0 8px 8px 8px;
    padding: 0;
    margin: 0;
    z-index: 10000;
    transition: opacity 0.2s;
    list-style: none;
}

.floating-menubar nav ul li.active .sub-menu {
    opacity: 1;
    pointer-events: auto;
}

/* Submenu Items */
.floating-menubar nav ul li .sub-menu li a {
    display: block;
    padding: 12px 20px;
    color: var(--theme-color, #222);
    text-decoration: none;
    border-bottom: 1px solid #eee;
    background: transparent;
    font-size: 0.98rem;
    transition: background 0.2s, color 0.2s;
    opacity: 0.7;
}

.floating-menubar nav ul li .sub-menu li a:hover {
    background: var(--title-color);
    color: white;
    transition: all 0.5s, ease-in;
}


.trainings {
    width: 350px;
    height: 400px;
    object-fit: contain;
    display: inline;
    margin: 0 auto 20px auto;
    }

.Sales_1 {
    width: 250px;
    height: 250px;
    object-fit: contain;
    margin-left: 70px;
    margin-top: 20px;
}

.Sales_2 {
    width: 350px;
    height: 350px;
    object-fit: contain;
    margin-top: 80px;
}

.Sales_3 {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin-left: 50px;
    margin-top: 50px;
}


.Sales_4 {
    width: 400px;
    height: 400px;
    object-fit: contain;
    margin-left: 50px;
    margin-top: 100px;
} 

.DGPS_Surveys {
    width: 350px;
    height: 350px;
    object-fit: contain;
    display: inline;
    margin: 0 auto 20px auto;
}
  
.DGPS_Surveys_2 {
    width: 350px;
    height: 350px;
    object-fit: contain;
    display: inline;
    margin: 0 auto 20px auto;
}

 .image-row {
    display: flex;
    margin-top: 50px;
    margin-right: 20px; 
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
}

 .image-row_5 > .Sales_3  {
    flex: 1 1 45%; 
    aspect-ratio: 4/3;
    height: 200px;
    gap: 30%;
    object-fit: cover;
    border-radius: 8px;
    background: #f1f1f1;
    width: 200px;
    margin-left: 30px;
    margin-top: 80px;
} 

@media (max-width: 900px) {
    .image-row img {
        max-width: 90%; 
        flex-basis: 90%;
    }
}

/* .image-row img,
.spray_Drone,
.Sales,
.Sales_2,
.Sales_4,
.DGPS_Surveys,
.DGPS_Surveys_2 {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 8px;
    background: #f1f1f1;
} */

.image-row img,
.spray_Drone,
.Sales_1,
.Sales_2,
.Sales_3,
.Sales_4,
.DGPS_Surveys,
.DGPS_Surveys_2 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-row img:hover,
.spray_Drone:hover,
.Sales_1:hover,
.Sales_2:hover,
.Sales_3:hover,
.Sales_4:hover,
.DGPS_Surveys:hover,
.DGPS_Surveys_2:hover {
    transform: scale(1.07);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    z-index: 2;
}

 .spray_Drone {
    margin-top: 100px;
    width: 525px;
    margin-left:40px;
    height: auto;
    max-width: 100%;
    max-height: 400px; 
    object-fit: contain;
    display: inline;
    background: transparent;

}

@media (max-width: 768px) {
    .floating-menubar {
        width: 90vw;
        top: 60px;
        left: 0;
        border-radius: 0 0 8px 8px;
    }
    .floating-menubar nav ul li .sub-menu {
        left: 0;
        top: 100%;
        border-radius: 0 0 8px 8px;
        min-width: 180px;
    }
}

.headings {
    margin-left: 20px;
}
