﻿@import url('colors.css');

.cards-container {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 20px;
    padding-top: 50px;
    align-items: flex-start;
    font-family: 'Lato', sans-serif;
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 200px;
    
}

.card-icon img, .card-icon svg {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    stroke: var(--primary-color);
    stroke-width: 1px;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.card-description {
    font-size: 14px;
    color: #555;
    min-height: 70px;
}

.collapse-section {
    display: none;
}
.firstcardtoggle {
    width: 780px;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 50px;
}
    
    .firstcardtoggle img {
        width: 50%;
    }
    .firstcardtoggle div {
        text-align: left;
        padding-left: 20px;
    }
        .firstcardtoggle div{
            margin-left: 10px;
            float: left;
            width: 670px;
            font-size: 12px;
            padding-top: 10px;
        }
.secondcardtoggle {
    transform: translateX(-40%);
    width: 800px;
}


.secondcardtoggle div {
    padding-top:0!important;

}
.thirdcardtoggle {
    width: 780px;
    transform: translateX(-80%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 50px;
    margin-top: 50px;
    align-items: center;
}

    .thirdcardtoggle div {
        margin-left: 0px;
        padding-top: 10px;
        padding-left: 0px;
        width: 680px;
        border-bottom: 1px solid #eee;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
        .thirdcardtoggle h6 {
            text-align: center;
            font-weight: bold;
            margin: 0px;
            padding-left: 0px;
            width: 100%;
        }
    .thirdcardtoggle h6 a{
      color: var(--primary-color);
      text-decoration: underline;
    }
            .thirdcardtoggle h6 a:hover {
                color: var(--secondary-color);
            }
    .thirdcardtoggle p {
        margin: 0px;
        padding-left: 20px;
        width: 100%;
    }

