/*
Theme Name: Architangent
Theme URI: http://www.vividmotion.co
Author: Architangent
Author URI: http://www.vividmotion.co
Description:  Architangent
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: Architangent
*/
/*************************************************************
 Author     : Vivid Motion @ http://vividmotion.co/
 *************************************************************/

.how-section .sketch-lines-pink {
    background-image: url("img/how-sketch-lines-pink@2x.png");
}
.how-section .sketch-lines-blue {
    background-image: url("img/how-sketch-lines-blue@2x.png");
}
.how-section .sketch-lines-yellow {
    background-image: url("img/how-sketch-lines-yellow@2x.png");
}
.how-section .sketch-lines-black {
    background-image: url("img/how-sketch-lines-black@2x.png");
}
.wpcf7 form .wpcf7-response-output{
    margin: 0;
    padding: 0.5em;
    border: 2px solid #00aeef;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #fff200;
}
.wpcf7-not-valid-tip {
    color: #ec008c;
    font-size: 12px;
}
.section-quote .quote-image{
    max-height: 400px;
}
.grecaptcha-badge {
    z-index: 999999 !important;
}
@media (min-width: 1024px){
    .section-quote .quote-image img {
        left: -12vw;
        max-width: 430px;
    }   
}
.section-quote .decor{
    margin: 0% -40px;
}

.individual-p-section .project-gallery-photo{
    background-size: contain;
}
.swiper-gallery .swiper-arrow{
    stroke: #000;
}
.fcc-btn {
    background-color: #199319;
    color: white;
}
.fcc-btn {
    background-color: #199319;
    color: white;
    padding: 15px 25px;
}

.fcc-btn {
    background-color: #199319;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
}

/* --- Added Max Mega Menu Custom CSS --- */

/* Ensure submenu items are always visible */
.mega-menu .menu-item-has-children ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Adjust submenu item hover background */
.mega-menu .menu-item a:hover {
    background-color: #ddd !important;  /* Change this to the desired color */
}

/* Adjust submenu item font color */
.mega-menu .menu-item a {
    color: #333 !important;  /* Set this to your preferred font color */
}
