﻿.divider-div {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    margin-bottom: -1px; /* Prevents double borders when stacked */
}

html {
    scroll-padding-top: 100px; /* Adjust based on header height */
    scroll-behavior: smooth; /* Optional: adds a nice slide effect */
}

/* Style for the clickable header */
summary {
    padding: 20px 0;
    list-style: none; /* Removes default arrow */
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color:black;
}

    /* Remove default arrow in Webkit browsers */
    summary::-webkit-details-marker {
        display: none;
    }

/* The arrow image/icon */
.arrow-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

/* Rotate arrow when <details> is open */
details[open] .arrow-icon {
    transform: rotate(180deg);
}

/* Style for the expanded content */
.divider-longer {
    padding: 0 0 20px 0;
    color: #444;
    line-height: 1.5;
    font-size: 18px;
}

    .divider-longer p, .divider-longer h3 {
        font-size: 18px;
    }

    .divider-longer h3 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .divider-longer li {
        margin-top: 10px;
    }

.faq-header {
    margin-top: 75px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: bold;
}



.faq-header-h3 {
    margin-top: 75px;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: bold;
}
.sml-margin-top {
    margin-top:25px !important;
}
#Body_Main_faq_data {
    margin-bottom: 50px;
}
.blog-h2 {
    font-weight: 600 !important;
    color: black;
    font-size: 22px !important;
}

.blog-p {
    color: black;
    margin-top: 20px;
}
.faq-div {
    margin-top:20px;
    margin-bottom:20px;
}
@media all and (max-width: 767px) {

    .infos {
        display: flex;
        gap: 0px;
        margin-top: 40px;
        flex-direction: column;
        padding: 0px 20px;
    }
    .banner-sites {
        padding:20px;
    }
    .section-desktop {
        padding:0px 20px;
        padding-bottom:70px;
    }
    .markeds {
        font-size: 26px !important;
        border:none;
        font-weight:600;
        margin-top:0px;
        padding-top:10px;
    }
    .blog-h2 {
        font-size:18px !important;
        margin-bottom:0px !important;
        padding-top:20px !important;
    }
    .blog-p {
        font-size:18px !important;
    }
    #Body_Main_bodyElement {
        margin-top:14px !important;
    }
    summary {
        font-weight:600;
    }
}
