/* how SAC:::::::::::::::::::::::::::::::::::::::::::::::::: */
.nameapp_howSAC  {
    margin-top: 70px;
    color: #6c87be;
    text-shadow: 4px 4px 2px rgb(0 0 0 / .3);
    width: 98%;
}  

.accordion_howSAC {
    background-color: #334d86;
    border: 1px solid #6392f8;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
    width: 800px;
    max-width: 92%;
    text-align: left;
    outline: none;
    transition: background-color 0.3s ease;
    border-radius: 4px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.accordion_howSAC:hover {
    opacity: 0.8;
}

.accordion_howSAC.active_howSAC {
    background-color: #1E2630;
}

/* Arrow styling */
.arrow_howSAC {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.accordion_howSAC.active_howSAC .arrow_howSAC {
    transform: translateY(-50%) rotate(180deg);
}

.panel_howSAC {
    background-color: #1E2630;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-radius: 8px;
    margin: 0 auto;
    width: 800px;
    max-width: 92%;
    border: 1px solid rgba(39, 133, 201, 0.3);
}

.panel_howSAC p {
    color: #C0D3FC;
    margin: 15px;
    text-align: left;
    font-size: 15px;
}

@media (max-width: 600px) {
    .panel_howSAC p {
    font-size: 14px;
    }
}

/* how SDC:::::::::::::::::::::::::::::::::::::::::::::::::: */
.nameapp_howSDC  {
    margin-top: 70px;
    color: #b7bcc6;
    text-shadow: 4px 4px 2px rgb(0 0 0 / .3);
    width: 98%;
}  

.accordion_howSDC {
    background-color: #606f90;
    border: 1px solid #6392f8;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
    width: 800px;
    max-width: 92%;
    text-align: left;
    outline: none;
    transition: background-color 0.3s ease;
    border-radius: 4px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.accordion_howSDC:hover {
    opacity: 0.8;
}

.accordion_howSDC.active_howSDC {
    background-color: #1E2630;
}

/* Arrow styling */
.arrow_howSDC {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.accordion_howSDC.active_howSDC .arrow_howSDC {
    transform: translateY(-50%) rotate(180deg);
}

.panel_howSDC {
    background-color: #1E2630;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-radius: 8px;
    margin: 0 auto;
    width: 800px;
    max-width: 92%;
    border: 1px solid rgba(39, 133, 201, 0.3);
}

.panel_howSDC p {
    color: #C0D3FC;
    margin: 15px;
    text-align: left;
    font-size: 15px;
}

@media (max-width: 600px) {
    .panel_howSDC p {
    font-size: 14px;
    }
}

/* how SIC:::::::::::::::::::::::::::::::::::::::::::::::::: */
.nameapp_howSIC  {
    margin-top: 70px;
    color: #87adff;
    text-shadow: 4px 4px 2px rgb(0 0 0 / .3);
    width: 98%;
}  

.accordion_howSIC {
    background-color: #5175c3;
    border: 1px solid #6392f8;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
    width: 800px;
    max-width: 92%;
    text-align: left;
    outline: none;
    transition: background-color 0.3s ease;
    border-radius: 4px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.accordion_howSIC:hover {
    opacity: 0.8;
}

.accordion_howSIC.active_howSIC {
    background-color: #1E2630;
}

/* Arrow styling */
.arrow_howSIC {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.accordion_howSIC.active_howSIC .arrow_howSIC {
    transform: translateY(-50%) rotate(180deg);
}

.panel_howSIC {
    background-color: #1E2630;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-radius: 8px;
    margin: 0 auto;
    width: 800px;
    max-width: 92%;
    border: 1px solid rgba(39, 133, 201, 0.3);
}

.panel_howSIC p {
    color: #C0D3FC;
    margin: 15px;
    text-align: left;
    font-size: 15px;
}

@media (max-width: 600px) {
    .panel_howSIC p {
    font-size: 14px;
    }
}


/* how SVC:::::::::::::::::::::::::::::::::::::::::::::::::: */
.nameapp_howSVC  {
    margin-top: 70px;
    color: #4980f9;
    text-shadow: 4px 4px 2px rgb(0 0 0 / .3);
    width: 98%;
}  

.accordion_howSVC {
    background-color: #2652b3;
    border: 1px solid #6392f8;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
    width: 800px;
    max-width: 92%;
    text-align: left;
    outline: none;
    transition: background-color 0.3s ease;
    border-radius: 4px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.accordion_howSVC:hover {
    opacity: 0.8;
}

.accordion_howSVC.active_howSVC {
    background-color: #1E2630;
}

/* Arrow styling */
.arrow_howSVC {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.accordion_howSVC.active_howSVC .arrow_howSVC {
    transform: translateY(-50%) rotate(180deg);
}

.panel_howSVC {
    background-color: #1E2630;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-radius: 8px;
    margin: 0 auto;
    width: 800px;
    max-width: 92%;
    border: 1px solid rgba(39, 133, 201, 0.3);
}

.panel_howSVC p {
    color: #C0D3FC;
    margin: 15px;
    text-align: left;
    font-size: 15px;
}

@media (max-width: 600px) {
    .panel_howSVC p {
    font-size: 14px;
    }
}