.form-messages {
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
}

.form-messages.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-messages.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Social Media Icons - Original Brand Colors with Hover Effects */

/* ========== Header Social Links (social-links5) ========== */
.header-links.v6 .social-links5 li a {
    transition: all 0.3s ease;
}

/* Facebook - Original Blue Color */
.header-links.v6 .social-links5 li a .fa-facebook-f {
    color: #1877F2 !important;
    transition: all 0.3s ease;
}

.header-links.v6 .social-links5 li a:hover .fa-facebook-f {
    color: #0d5fcc !important;
    transform: scale(1.2);
    text-shadow: 0 0 10px rgba(24, 119, 242, 0.5);
}

/* Instagram - Original Pink/Red Color */
.header-links.v6 .social-links5 li a .fa-instagram {
    color: #E4405F !important;
    transition: all 0.3s ease;
}

.header-links.v6 .social-links5 li a:hover .fa-instagram {
    color: #c13584 !important;
    transform: scale(1.2);
    text-shadow: 0 0 10px rgba(228, 64, 95, 0.5);
}

/* LinkedIn - Original Blue Color */
.header-links.v6 .social-links5 li a .fa-linkedin-in {
    color: #0077B5 !important;
    transition: all 0.3s ease;
}

.header-links.v6 .social-links5 li a:hover .fa-linkedin-in {
    color: #005885 !important;
    transform: scale(1.2);
    text-shadow: 0 0 10px rgba(0, 119, 181, 0.5);
}

/* ========== Footer Social Icons (footer-social) ========== */
.footer-social a {
    transition: all 0.3s ease;
}

.footer-social a .fa-facebook-f {
    color: #1877F2 !important;
    transition: all 0.3s ease;
}

.footer-social a:hover .fa-facebook-f {
    color: #0d5fcc !important;
    transform: scale(1.15);
}

.footer-social a .fa-instagram {
    color: #E4405F !important;
    transition: all 0.3s ease;
}

.footer-social a:hover .fa-instagram {
    color: #c13584 !important;
    transform: scale(1.15);
}

.footer-social a .fa-linkedin-in {
    color: #0077B5 !important;
    transition: all 0.3s ease;
}

.footer-social a:hover .fa-linkedin-in {
    color: #005885 !important;
    transform: scale(1.15);
}

.footer-social a .fa-twitter {
    color: #1DA1F2 !important;
    transition: all 0.3s ease;
}

.footer-social a:hover .fa-twitter {
    color: #0d8bd9 !important;
    transform: scale(1.15);
}

.footer-social a .fa-youtube {
    color: #FF0000 !important;
    transition: all 0.3s ease;
}

.footer-social a:hover .fa-youtube {
    color: #cc0000 !important;
    transform: scale(1.15);
}

/* ========== VS Social Icons (vs-social) ========== */
.vs-social a {
    transition: all 0.3s ease;
}

.vs-social a .fa-facebook-f {
    color: #1877F2 !important;
    transition: all 0.3s ease;
}

.vs-social a:hover .fa-facebook-f {
    color: #0d5fcc !important;
    transform: scale(1.15);
}

.vs-social a .fa-instagram {
    color: #E4405F !important;
    transition: all 0.3s ease;
}

.vs-social a:hover .fa-instagram {
    color: #c13584 !important;
    transform: scale(1.15);
}

.vs-social a .fa-linkedin-in {
    color: #0077B5 !important;
    transition: all 0.3s ease;
}

.vs-social a:hover .fa-linkedin-in {
    color: #005885 !important;
    transform: scale(1.15);
}

/* ========== Social Links (social-links - Team Cards) ========== */
.social-links a {
    transition: all 0.3s ease;
}

.social-links a .fa-facebook-f {
    color: #1877F2 !important;
    transition: all 0.3s ease;
}

.social-links a:hover .fa-facebook-f {
    background-color: #1877F2 !important;
    color: #ffffff !important;
    transform: scale(1.1);
}

.social-links a .fa-instagram {
    color: #E4405F !important;
    transition: all 0.3s ease;
}

.social-links a:hover .fa-instagram {
    background-color: #E4405F !important;
    color: #ffffff !important;
    transform: scale(1.1);
}

.social-links a .fa-linkedin-in {
    color: #0077B5 !important;
    transition: all 0.3s ease;
}

.social-links a:hover .fa-linkedin-in {
    background-color: #0077B5 !important;
    color: #ffffff !important;
    transform: scale(1.1);
}

/* ========== Social Style1 (social-style1) ========== */
.social-style1 a {
    transition: all 0.3s ease;
}

.social-style1 a .fa-facebook-f {
    color: #1877F2 !important;
    transition: all 0.3s ease;
}

.social-style1 a:hover .fa-facebook-f {
    color: #0d5fcc !important;
    transform: scale(1.15);
}

.social-style1 a .fa-instagram {
    color: #E4405F !important;
    transition: all 0.3s ease;
}

.social-style1 a:hover .fa-instagram {
    color: #c13584 !important;
    transform: scale(1.15);
}

.social-style1 a .fa-linkedin-in {
    color: #0077B5 !important;
    transition: all 0.3s ease;
}

.social-style1 a:hover .fa-linkedin-in {
    color: #005885 !important;
    transform: scale(1.15);
}

/* ========== Active Navigation Menu Items ========== */
/* Desktop Menu - Active State */
.main-menu.menu-style5 > ul > li.active > a {
    color: var(--theme-color) !important;
    position: relative;
}

.main-menu.menu-style5 > ul > li.active > a::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--theme-color);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Mobile Menu - Active State */
.vs-mobile-menu ul li.active > a {
    color: var(--theme-color) !important;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
}

.vs-mobile-menu ul li.active > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background-color: var(--theme-color);
    border-radius: 2px;
}

/* ========== Child's Our Activities - Column Hover Effects ========== */
.feature-style {
    transition: all 0.4s ease;
    position: relative;
}

.feature-style .feature-body {
    transition: all 0.4s ease;
    position: relative;
}

/* Hover Effect - Scale and Shadow */
.feature-style:hover {
    transform: translateY(-10px);
}

.feature-style:hover .feature-body {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px 15px;
    background-color: #ffffff;
}

/* Icon Hover Effect - Scale and Rotate */
.feature-style .feature-icon {
    transition: all 0.4s ease;
}

.feature-style:hover .feature-icon {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Title Hover Effect - Color Change */
.feature-style .feature-title {
    transition: all 0.4s ease;
}

.feature-style:hover .feature-title {
    color: var(--theme-color) !important;
    transform: translateY(-3px);
}

/* Text Hover Effect */
.feature-style .feature-text {
    transition: all 0.4s ease;
}

.feature-style:hover .feature-text {
    color: #555;
}

/* Icon Background Color Intensifies on Hover */
.feature-style:hover .feature-icon {
    background-color: rgba(255, 85, 40, 0.2) !important;
}

.feature-style:nth-child(2):hover .feature-icon {
    background-color: rgba(255, 164, 21, 0.2) !important;
}

.feature-style:nth-child(3):hover .feature-icon {
    background-color: rgba(43, 177, 206, 0.2) !important;
}

.feature-style:nth-child(4):hover .feature-icon {
    background-color: rgba(38, 204, 140, 0.2) !important;
}

/* SVG Icon Animation on Hover */
.feature-style:hover .feature-icon svg {
    transform: scale(1.1);
    transition: all 0.4s ease;
}

/* Add smooth border on hover */
.feature-style::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    /* border: 2px solid transparent; */
    transition: all 0.4s ease;
    opacity: 0;
    pointer-events: none;
}

.feature-style:hover::before {
    opacity: 1;
    border-color: var(--theme-color);
}