/*

Theme Name: codearoma

Theme URI: http://codearoma/

Author: codearoma

Author URI: https://codearoma.com/

Description: CodeAroma Technologies mainly focuses on Website development, Application development, Software development, Online Marketing Services and Branding. 

Version: 1.0.0

Tested up to: 5.4

Requires PHP: 5.6

License: GNU General Public License v2 or later

License URI: LICENSE

Text Domain: codearoma

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

*/



/* Start Default CSS*/

@font-face {

    font-family: 'fontello';

    src: url('assets/fonts/fontello.eot');

    src: url('assets/fonts/fontello.eot?#iefix') format('embedded-opentype'),

        url('assets/fonts/fontello.woff2') format('woff2'),
        /* Add woff2 if available */

        url('assets/fonts/fontello.woff') format('woff'),

        url('assets/fonts/fontello.ttf') format('truetype'),

        url('assets/fonts/fontello.svg#fontello') format('svg');

    font-weight: normal;

    font-style: normal;

    font-display: swap;
    /*  This improves CLS and fixes Lighthouse warning */

}





.demo-icon {

    font-family: "fontello";

    font-style: normal;

    font-weight: normal;

    speak: never;

    display: inline-block;

}




/* ✅ Critical CSS: Header, Logo, Navigation */
:root {
    --primary: #42974f;
    --secondary: #0162af;
}

body {
    margin: 0;
    font-family: 'Poppins',sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    /* Prevents inline gaps */
}

/* Sticky Navbar */
#masthead {
    background-color: #fff;
    transition: .5s ease top;
    top: -105px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    z-index: 999;
}

#masthead.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#masthead .header h1 {
    color: white;
}

/* Menu styling */
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}

.main-navigation ul.sub-menu {
    display: none;
    padding-left: 15px;
}

.main-navigation ul.sub-menu.depth-0 {
    padding-left: 0;
}

.menu-toggle {
    display: none;
}

.main-navigation a:hover,
.main-navigation a:focus {
    background-color: #f5f5f5;
}

.main-navigation .current-menu-item>a {
    font-weight: bold;
}

/* Mobile styles */
@media (max-width: 991px) {
    .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 4px;
        width: 40px;
        height: 40px;
        background: #000;
        border: none;
        cursor: pointer;
        padding: 0;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        z-index: 1;
        color: #fff;
    }

    .main-navigation li.has-children>a {
        padding-right: 40px;
    }

    .main-navigation ul.sub-menu {
        display: none;
        padding-left: 15px;
        background-color: #f9f9f9;
    }

    .main-navigation ul.sub-menu .sub-menu {
        padding-left: 15px;
    }

    .main-navigation ul.sub-menu li a {
        padding-left: 25px;
    }

    .main-navigation ul.sub-menu li.has-children>a {
        padding-right: 40px;
    }

    .main-navigation ul.sub-menu.active {
        display: block;
    }
}


/* Hide anchor tags with href="#" */

.social_media a[href="#"],

.social_media a[href=""],

.social_media a[href=" "],

.social_media a:not([href]) {

    display: none;

}



.social_media li:empty {

    display: none;

}







/* Desktop styles */

@media (min-width:991px) {

    .main-navigation>ul>li {

        display: inline-block;

    }



    .main-navigation ul.sub-menu {

        position: absolute;

        min-width: 200px;

        background: #fff;

        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

        z-index: 100;

        padding-left: 0;

    }



    .main-navigation ul.sub-menu .sub-menu {

        left: 100%;

        top: 0;

    }



    .main-navigation li.has-children>a {

        padding-right: 30px;

    }



    .main-navigation li.has-children:hover>ul.sub-menu {

        display: block;

    }

}



/*Custom Form*/

.form-group textarea,

.form-group input[type="email"],

.form-group input[type="text"] {

    position: relative;

    display: block;

    width: 100%;

    font-size: 15px;

    color: #000;

    line-height: 30px;

    font-weight: 600;

    background-color: #ffffff;

    border-radius: 6px;

    padding: 11px 20px;

    border-width: 1px;

    border-style: solid;

    border-color: var(--primary);

    -o-border-image: initial;

    border-image: initial;

    -webkit-transition: all 300ms ease 0s;

    -o-transition: all 300ms ease 0s;

    transition: all 300ms ease 0s;

    margin-bottom: 15px;

}



button.refresh-captcha {

    background: #f1f1f1;

    color: #000;

    padding: 13px 16px;

    width: 100%;

    font-size: 18px;

    font-weight: 500;

    border-radius: 7px;

    border: 1px solid var(--primary);

}



.refresh-captcha:hover {

    background-color: #e0e0e0;

}



.custom-file-upload {

    display: inline-block;

    padding: 12px 20px;

    cursor: pointer;

    border: 1px solid var(--primary);

    border-radius: 5px;

    background-color: #f9f9f9;

    color: #000;

    text-align: left;

    transition: all 0.3s ease;

    width: 100%;

}



.custom-file-upload:hover {

    background-color: #f0f0f0;

}



.custom-file-upload input[type="file"] {

    display: none;

}



.file-name {

    margin-top: 8px;

    font-size: 14px;

    color: #555;

    word-break: break-all;

    position: absolute;

    right: 25px;

    top: 6px;

}



.form-group {

    position: relative;

}



.captcha {

    font-weight: 700;

    font-size: 25px;

    padding: 8px 0px;

    background-color: #f0f0f0;

    margin-bottom: 10px;

    text-align: center;

    font-family: 'Shadows Into Light', cursive;

    font-style: normal;

    letter-spacing: 5px;

    border: 1px solid var(--primary);

    border-radius: 7px;

}



.captcha-error {

    color: red;

    display: none;

    position: absolute;

}



/*Multi Slider*/

.slider-container {

    width: 100%;

    padding: 20px 0;

    position: relative;

    overflow: hidden;

}



.slider-wrapper {

    display: flex;

    transition: transform 0.5s ease;

}



.slider-slide {

    flex: 0 0 auto;

    text-align: center;

    font-size: 18px;

    box-sizing: border-box;

    padding: 0 10px;

}



.slider-slide img {

    width: 100%;

    height: auto;

    border-radius: 8px;

}



.slider-button {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 10;

    width: 40px;

    height: 40px;

    background: rgba(255, 255, 255, 0.7);

    border-radius: 50%;

    border: none;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 20px;

}



.slider-button-next {

    right: 10px;

}



.slider-button-prev {

    left: 10px;

}



.slider-pagination {

    text-align: center;

    margin-top: 10px;

}



.slider-dot {

    display: inline-block;

    width: 10px;

    height: 10px;

    margin: 0 5px;

    background: #ccc;

    border-radius: 50%;

    cursor: pointer;

}



.slider-dot.active {

    background: #333;

}



/*404 page*/

.error-area .error-content i {

    color: var(--primary);

    display: inline-block;

    font-size: 100px;

}



.error-content h2 {

    font-size: 25px;

    color: var(--primary);

    margin-bottom: 10px;

    margin-top: 25px;

}



.error-content a {

    display: inline-block;

    color: #fff;

    font-weight: 500;

    border-radius: 5px;

    background-color: var(--primary);

    padding: 12px 35px;

}



p.notfound {

    font-size: 65px;

    float: left;

    width: 100%;

}



.p.notfound {

    color: var(--primary);

    display: inline-block;

    font-size: 100px;

}



.error-content h1 {

    font-size: 130px;

    color: var(--secondary);

    margin-bottom: 10px;

    text-align: center;

    width: 100%;

    display: block;

}

/* End Default CSS*/



section {

    float: left;

    width: 100%;

    padding-top: 70px;

    padding-bottom: 70px;

}



ul {

    padding: 0;

    margin: 0;

}

a {

    list-style: none;

}



.header-top {

    position: relative;

    padding: 7px 0px;

    background-color: var(--secondary);

    float: left;

    width: 100%;

}



.header-top .top-left {

    position: relative;

    float: left;

    padding-left: 15px;

}



.header-top .info-list {

    position: relative;

}



.header-top .info-list li {

    position: relative;

    color: #ffffff;

    margin-right: 15px;

    display: inline-block;

    list-style: none;

}



.header-top .info-list li a {

    text-decoration: none;

    font-size: 14px;

    position: relative;

    color: #ffffff;

    -webkit-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    transition: all 300ms ease;

}



.header-top .top-right {

    position: relative;

    float: right;

}



.menu_header {

    float: left;

    width: 100%;

    box-shadow: 0px 0px 1px 1px #e5e5e5;

    position: relative;

    background: #fff;

}



.header-top .info-list li .icon {

    font-size: 12px;

    width: 22px;

    height: 22px;

    border-radius: 4px;

    background-color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--secondary);

    margin-right: 10px;

    float: left;

}



/*Slider*/

.carousel-control i.demo-icon {

    display: inline-block;

    width: 24px;

    height: 24px;

    line-height: 24px;

    text-align: center;

    font-size: 24px;

}

a.btn {

    padding: 10px 16px;

    font-size: 16px;

}



#slider .carousel-control.left,

#slider .carousel-control.right {

    opacity: 0;

    filter: alpha(opacity=0);

    background-image: none;

    background-repeat: no-repeat;

    text-shadow: none;

    -webkit-transition: all .25s ease;

    transition: all .25s ease;

    transition: all .25s ease;

}



#slider .carousel-control .fa-angle-left {

    left: 5px;

    background: var(--primary);

}



#slider .carousel-control .fa-angle-right {

    right: 5px;

    background: var(--primary);

}



#slider .carousel-control .fa-angle-left,

#slider .carousel-control .fa-angle-right {

    position: absolute;

    top: 50%;

    z-index: 5;

    display: inline-block;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    transform: translateY(-50%);

}



#slider .carousel-control i {

    color: #fff;

    line-height: 48px;

    width: 48px;

    height: 48px;

    transition: all 500ms ease;

    background: var(--primary);

    border-radius: 50%;

    font-size: 20px;

    margin: 15px;

}



#slider .carousel-control i:hover {

    background: var(--secondary);

}



.slider01 {

    background: #f9f9f9;

    padding-bottom: 50px;

    padding-top: 10px;

}



.slider-content {

    padding-top: 70px;

    padding-bottom: 60px;

    padding-left: 20px;

    padding-right: 15px;

    width: 100%;

    position: relative;

    z-index: 99;

}



.slide-title {

    font-size: 30px;

    font-weight: 700;

    color: var(--primary);

    text-align: left;

}



.slide-sub-title {

    font-style: normal;

    font-size: 40px;

    color: var(--secondary);

    font-weight: 700;

    padding: 15px 0px;

}



.slider-description {

    color: #000;

    font-weight: 500;

    margin: 20px 0 20px;

}





/* Testimonial Section */

.testimonial-section {

    position: relative;

}



.testimonial-section .sec-title .text {

    margin-top: 40px;

}



.testimonial-section .owl-carousel .owl-stage-outer {

    padding: 20px 0px;

}



.testimonial-section .owl-theme .testimonial-block {

    margin: 0px 15px;

}



.testimonial-section .btn_01 {

    position: relative;

    text-align: right;

    padding-right: 15px;

}



.testimonial-section .btn_01 {

    position: relative;

    width: 10px;

    height: 5px;

    border-radius: 0px;

    margin-left: 10px;

    display: inline-block;

    background-color: var(--secondary);

    transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    opacity: 0.9;

}



.testimonial-section .btn_01.active,

.testimonial-section .btn_01:hover {

    width: 30px;

    background-color: var(--primary);

}



.testimonial-block {

    position: relative;

}



.testimonial-block .inner-box {

    position: relative;

}



.testimonial-block .inner-box .upper-box {

    position: relative;

    padding-top: 9px;

    padding-left: 115px;

    margin: auto;

    width: 350px;

    text-align: center;

}



.testimonial-block .inner-box .upper-box .icon {

    position: absolute;

    left: 0px;

    top: 0px;

}



.carousel-indicators.testi_btn {

    bottom: -60px;

}



.testimonial-block .inner-box .upper-box h4 {

    position: relative;

    color: var(--secondary);

    font-weight: 600;

}



.testimonial-block .inner-box .upper-box .designation {

    position: relative;

    color: var(--primary);

    font-size: 16px;

}



.testimonial-block .inner-box .text {

    position: relative;

    margin-top: 35px;

    color: #000;

    font-size: 16px;

    line-height: 1.9em;

    font-weight: 500;

    text-align: center;

}



/* Fun fact */

.counter-area {

    background: #000;

    color: #fff;

}





.copyright-info,

.copyright-info a,

.widget-content a {

    color: #fff;

}



.copyright-info.right {

    text-align: right;

}



.copyright {

    background: var(--secondary);

    padding: 6px 0px;

}



.footer-bottom-two .menu {

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}



.contact-widget ul.list li a {

    color: #fff;

    font-size: 16px;

    text-decoration: none;

    margin-left: 15px;

    line-height: 24px;

}



.widgets-section li {

    margin-bottom: 10px;

}



.contact-widget ul.list i {

    margin-right: 10px;

}



.contact-widget ul.list {

    margin-bottom: 20px;

}



.copyright-text.text-right {

    text-align: right;

}



.copyright-text a {

    text-decoration: none;

}



section.bottom_footer {

    padding: 0px;

    background: var(--secondary);

    padding-bottom: 6px;

}



/*Custome post type product button*/

.pro_left_btn {

    background: var(--secondary);

    width: 35px;

    height: 35px;

    text-align: center;

    line-height: 35px;

}