/**
Theme Name: accuixrcm
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accuixrcm
Template: astra
*/



/* ==========================
   Hero Background Grid
========================== */

.hero-grid{
    position:relative;
    overflow:hidden;

    background-image:
        linear-gradient(rgba(0,201,167,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(0,201,167,.04) 1px,transparent 1px);

    background-size:60px 60px;
}

.hero-grid::before,
.hero-grid::after{
    content:"";
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    pointer-events:none;
    z-index:0;
    animation:orbFloat 10s ease-in-out infinite;
}

/* Right Glow */

.hero-grid::before{

    width:600px;
    height:600px;

    top:-120px;
    right:-120px;

    background:rgba(236,188,67,.18);
}

/* Left Glow */

.hero-grid::after{

    width:450px;
    height:450px;

    left:-100px;
    bottom:-120px;

    background:rgba(236,188,67,.16);

    animation-direction:reverse;
}

@keyframes orbFloat{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-40px);
    }

}

/* ==========================
   sticky header
========================== */
body{
    padding-top:70px;
}
.site-header{
    transition: box-shadow .3s ease, background .3s ease;
}

.site-header.scrolled{
    box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

/* ==========================
   mobile vew header
========================== */

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    padding: 0 18px;
    background: #fff;
}

.mobile-logo img {
    width: 120px;
}

.mobile-menu-toggle {
    font-size: 28px;
    cursor: pointer;
}

/* ==========================
   CONTACT FORM 7
========================== */

/* Two Column Layout */

.cf7-row{
    display:flex;
    gap:20px;
    margin-bottom:16px;
}

.cf7-col{
    flex:1;
}

/* Remove extra gap */

.wpcf7-form p{
    margin:0 0 16px;
}

.cf7-col p{
    margin:0;
}

.wpcf7-form label{
    display:block;
    margin-bottom:6px !important;
    font-size:14px;
    font-weight:600;
    color:#0F172A;
}

.wpcf7-form .wpcf7-form-control-wrap{
    display:block;
    margin-top:4px !important;
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea{
    width:100%;
    height:56px;
    padding:0 18px;
    border:1px solid #D7DFEE;
    border-radius:12px;
    background:#fff;
    font-size:15px;
    color:#0F172A;
    transition:.3s;
}

.wpcf7-form textarea{
    height:140px;
    padding:16px 18px;
    resize:vertical;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus{
    border-color:#C79A2F;
    outline:none;
    box-shadow:0 0 0 3px rgba(199,154,47,.12);
}

.wpcf7-form p{
    margin:0 10 16px !important;
}

.wpcf7-form br{
    display:none;
}

/* Submit Button */

.wpcf7-form .wpcf7-submit{
    width:100%;
    height:56px;
    background:#ad8c3a !important;
    color:#0a1628 !important;
    border:none !important;
    border-radius:12px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s ease;
}

.wpcf7-form .wpcf7-submit:hover{
    background:#96772f !important;
}

.wpcf7-form .wpcf7-submit:focus{
    outline:none;
    box-shadow:0 0 0 3px rgba(173,140,58,.2);
}


.wpcf7 .cf-turnstile{
    margin-bottom:20px !important;
}
@media(max-width:767px){

.cf7-row{
    display:block;
}

.cf7-col{
    margin-bottom:16px;
}

}

/* ==========================
    Newslatter section
========================== */


.newsletter-form{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    flex-wrap:nowrap;
}

.newsletter-input{
    flex:0 0 520px;
    max-width:520px;
}

.newsletter-input input{
    width:100%;
    height:58px;
    border:1px solid #D9E1F2;
    border-radius:14px;
    padding:0 22px;
    font-size:16px;
    outline:none;
    box-sizing:border-box;
}

.newsletter-btn{
    flex:0 0 190px;
    max-width:190px;
}
.newsletter-btn .wpcf7-submit{
    width:100%;
    height:58px;
    border:none;
    border-radius:14px;
    background:#AD8C3A;
    color:#fff;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.newsletter-btn .wpcf7-submit:hover{
    background:#96752d;
}

.newsletter-note{
    text-align:center;
    margin-top:18px;
    color:#98A2B3;
    font-size:14px;
}

.newsletter-form{
    display:flex;
    justify-content:center;
    align-items:center;   /* Ye important hai */
    gap:0px;
}

.newsletter-input,
.newsletter-btn{
    display:flex;
    align-items:center;
}

.newsletter-btn{
    margin-top:0 !important;
    align-self:center;
}

.newsletter-btn .wpcf7-spinner{
    display:none;
	 width:100%;
    height:58px;
}

@media (max-width: 768px){

    .newsletter-form{
        flex-direction:column;
        gap:15px;
    }

    .newsletter-input,
    .newsletter-btn{
        flex:0 0 100%;
        max-width:100%;
        width:100%;
    }

    .newsletter-input input,
    .newsletter-btn .wpcf7-submit{
        width:100%;
        height:54px;
    }

    .newsletter-input input{
        font-size:15px;
        padding:0 18px;
    }

    .newsletter-btn{
         width:100%;
        max-width:100%;
        flex:0 0 100%;
        display:flex;
        justify-content:center;
    }

    .newsletter-note{
        font-size:13px;
        line-height:1.6;
        margin-top:15px;
    }

}

/* ==========================
    Resources page artical section
========================== */

#latest-articles-wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:40px;
}

.article-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:16px;
    overflow:hidden;
    transition:.3s;
}

.article-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.article-card img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.article-card h3{
    font-size:24px;
    margin:20px 20px 10px;
}

.article-card h3 a{
    text-decoration:none !important;
    color:#0a1628;
}

.article-card h3 a:hover{
    text-decoration:none !important;
}

.article-card p{
    margin:0 20px 20px;
    color:#16294d;
    line-height:1.7;
}

@media(max-width:768px){
	 #latest-articles-wrapper{
        grid-template-columns:1fr;
        gap:20px;
        margin-top:30px;
    }

    .article-card{
        border-radius:12px;
    }

    .article-card img{
        height:220px;
    }

    .article-card h3{
        font-size:20px;
        margin:16px 16px 8px;
    }

    .article-card p{
        margin:0 16px 16px;
        font-size:15px;
        line-height:1.6;
    }

}