/* footer css */
input.form-control.subscribe-input {
    margin-right: 20px;
    border-radius: 10px !important;
}

footer ul li {
    font-size: var(--bs-font-size-18);
    font-family: 'DM Sans';
    line-height: 42px;
}

footer ul li a:hover {
    color: #ffc107; /* Highlight on hover */
    text-decoration: none;
}

.footer-bottom,.footer-top-sec{
    background-color: var(--bs-purple); /* Purple color */
}
.footer-sec {
    background-image: url(/images/Background-footer.png?b8b5b54813c166e8a345ceee358ab83e);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-color: var(--bs-darkblue);
}
.footer-sec .fab {
    color: #ffffff;
    font-size: var(--bs-font-size-16);
    padding: 10px;
    display: flex;
    justify-content: center;
}
.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
}

.social-icon:hover {
    background-color: white;
    color: #2A2A2A;
}
.social-heading {
    font-size: var(--bs-font-size-18);
}
p.personal-detail {
    font-size: var(--bs-font-size-24);
}
 .icon-container {
    background: var(--bs-white);
   
} 
.shape-your-text{
    background-color: var(--bs-purple);
}

.subscribe-section {
    padding: 20px;
    text-align: center;
    color: #fff;
}
.subscribe-input {
    border-radius: 5px;
    padding: 15px;
    border: none;
}
.subscribe-btn {
    background-color: #ffb400;
    border: none;
    padding: 10px 15px;
    border-radius: 10px !important
}
.subscribe-btn:hover {
    background-color: #ffffff;
    border: none;
    padding: 10px 15px;
    border-radius: 10px !important
}
.subscribe-btn i {
    color: black;
}
/*footer*/
a.bottom-footer-text {
    color: #FFCC28;
}
a.bottom-footer-text:hover {
    color: #ffffff;
}
.personal-detail a:hover {
    color: #FFCC28 !important;
}
.event-links a:hover{
    color: #FFCC28 !important;
}
.event-links a{
    color: #170006;
}
.btn.btn-custom {
    background-color: #ffcc28;
    color: #000000 !important;
    font-weight: bold;
    border: 1px solid #ffcc28;
    border-radius: 6px;
    transition: 0.1s;
}
.news-letter .form-control {
    height: 48px;
}
.footer-nav-links li a:hover {
    color: #ffcc28 !important;
}
.footer-links li a:hover{
    color: #ffcc28 !important;
}
.footer-sec .fab:hover{  color: #ffcc28;

}
a.social-icon:hover svg path{
    fill: #ffcc28 ;
}
.border-white {
    border-right: 1px solid #fff;
}
