/* Replace header image and leaves with gradient */
.skin-header-background {
background: linear-gradient(135deg, #011930 0%,#011930 13%,#032240 43%,#011122 79%,#000b16 100%) !important;
}

/* Replace footer image and leaves with gradient */
.skin-footer-background {
background: linear-gradient(135deg, #011930 0%,#011930 13%,#032240 43%,#011122 79%,#000b16 100%) !important;
}

/* Remove left and right leaves */
.border-wrapper {
 background-image: none !important; 
}

/* Change Default Border Module Color */
.containers-v2.rounded-outline
{
border: 2px solid #084476;
}

/* Change Default Border Title Color */
.containers-v2.rounded-outline .container-title {
color: #084476;
}
/*social media icon color*/
header .social li span {
     color: #ffffff;
}/* Accordion hover effect */
.accordion-item:hover {
    background-color: rgba(8, 68, 118, 0.15);
    transition: background-color 0.3s ease;
}

/* If hover should affect the clickable header instead */
.accordion-header:hover,
.accordion-button:hover {
    background-color: #084476;
    color: #ffffff;
    transition: all 0.3s ease;
}


