/**

Theme Name: saab-child

Author: Brainstorm Force

Author URI: https://kraftboxindia.in/

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: saab-child

Template: astra

*/

.banner-txt {
    background-color: #00000060;
    width: fit-content;
    padding: 30px;
}


.banner-txt h1, .banner-txt h2 {
    font-size: 42px;
    color: #ffe600;
    font-family: "Poppins", Sans-serif;
    padding-bottom: 20px;
}

.banner-txt h1 span, .banner-txt h2 span {
    color: #ffffff;
    display: block;
}

.banner-txt a {
    background-color: #ffe600;
    border: 3px solid #ffe600;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    padding: 13px 25px;
    transition: 0.3s;
}

.banner-txt a:hover {
    background-color: #7aa24a;
    border: 3px solid #ffe600;
    transition: 0.3s;
    color: #ffffff;
}

.about-vertical-line {
    rotate: 90deg;
}

.cta-divider {
    rotate: 122deg;
}

.cta-section {
    position: relative;
}

.cta-section:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -50px;
    width: 72%;
    height: 110%;
    z-index: 1;
    background-color: #ffe600;
    border-right: 7px solid #5f7d3b;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}

.right-menu {
    position: relative;
}

.header-call a {
    color: #7aa24a;
}

.header-call {
    position: absolute;
    right: 0px;
    border-radius: 8px;
    bottom: -49px;
    background-color: #F1F1F1;
    padding: 7px 20px;
    font-size: 16px;
}

.header-call:before {
    content: url(/wp-content/uploads/2024/06/home-left.png);
    height: 42px;
    position: absolute;
    top: -1px;
    left: -30px;
    z-index: -1;
}

.header-call:after {
    content: url(/wp-content/uploads/2024/06/home-right.png);
    height: 42px;
    position: absolute;
    top: -1px;
    right: -30px;
    z-index: -1;
}

.field input {
    border: 1px solid #bfbfbf;
    border-left: 4px solid #7aa24a;
    border-radius: 0px;
    font-family: "Poppins", Sans-serif;
}

.field textarea {
    border: 1px solid #bfbfbf;
    border-left: 4px solid #7aa24a;
    border-radius: 0px;
    height: 100px;
    resize: none;
    font-family: "Poppins", Sans-serif;
}

.contact-btn input {
    border-radius: 0px;
    background-color: #7aa24a;
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    transition: 0.3s;
    letter-spacing: 1px;
    font-weight: 500;
}

.contact-btn input:hover, .contact-btn input:active, .contact-btn input:focus {
    background-color: #ffe600;
    color: #000000;
    transition: 0.3s;
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
    
    .banner-txt h1, .banner-txt h2 {
        font-size: 36px;
    }

    #rmp_menu_trigger-682 {
        top: 57px;
        right: 20px;
    }


}



@media only screen and (max-width: 767px) {
    

    .banner-txt h1, .banner-txt h2 {
        font-size: 32px;
    }

    .banner-txt h2 {
        padding-right: 10px;
    }

    .banner-txt {
        padding: 20px;
        padding-bottom: 30px;
    }

    .cta-section:after {
        display: none;
    }


    
}