/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Astra Child Theme
Author: Tirth Raj
Template: astra
Version: 1.0
Text Domain: astra-child
*/  

.site-footer .site-footer-section .footer-widget-area h5 {color: #ffffff;}

/* Individual icon */
.site-footer .wp-block-social-link {
    margin: 0 !important;
    padding: 0;
}

/* Circle */
.site-footer .wp-block-social-link-anchor {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    padding: 0 !important;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* SVG */
.site-footer .wp-block-social-link-anchor svg {
    width: 26px !important;
    height: 26px !important;
    fill: #ffffff !important;
    transition: all 0.3s ease;
}

/* Facebook */
.site-footer .wp-social-link-facebook
.wp-block-social-link-anchor {
    background: #1877f2 !important;
}

/* Instagram */
.site-footer .wp-social-link-instagram
.wp-block-social-link-anchor {
    background: #e4405f !important;
}

/* YouTube */
.site-footer .wp-social-link-youtube
.wp-block-social-link-anchor {
    background: #ff0000 !important;
}

/* Hover */
.site-footer .wp-block-social-link-anchor:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

/* Hover SVG */
.site-footer .wp-block-social-link-anchor:hover svg {
    fill: #ffffff !important;
    transform: scale(1.08);
}


/* Mobile */
@media (max-width: 767px) {
    .site-footer .wp-block-social-links {gap: 12px;}
    .site-footer .wp-block-social-link-anchor {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
    }
    .site-footer .wp-block-social-link-anchor svg {
        width: 19px !important;
        height: 19px !important;
    }
}

.menu-quick-links-container #menu-quick-links li, .menu-our-projects-container #menu-our-projects li {margin-bottom: 10px;}
.menu-quick-links-container #menu-quick-links li > a, .menu-our-projects-container #menu-our-projects li> a {color: #ffffff;}
.menu-quick-links-container #menu-quick-links li > a:hover, .menu-our-projects-container #menu-our-projects li > a:hover {color: #e3bd2c;}
.btech-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
}

.btech-contact-item a {color: #ffffff; text-decoration: none;}
.btech-contact-item a:hover {color: #e3bd2c;}
.btech-icon {
    width: 22px;
    min-width: 22px;
    color: #e3bd2c;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}