/*
Theme Name: Apna ERP Theme
Theme URI: https://apnaerp.in
Description: A custom WordPress theme created from an HTML template.
Author: Apna ERP
Author URI: https://apnaerp.in
Version: 1.0
*/

.erp_body *,
.erp_body *::before,
.erp_body *::after {
    box-sizing: border-box;
}

.erp_body {
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
}

.erp_body img {
    max-width: 100%;
    height: auto;
}
.erp_body h1 {
    font-family: 'Oswald', sans-serif;
}
.erp_header {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 20px 50px;
    background: #fff;
    z-index: 5;
}
.erp_header .nav-item {
    font-weight: 600;
}
.erp_btn {
    border: 0;
    position: relative;
    padding: 11px 28px;
    border-radius: 23px;
    background: linear-gradient(90deg, #170A51 0%, #5261EB 100%);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
}
.erp_btn_slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    transition: none;
    transform: translateX(-100%);
    animation: slideDark 5s ease-in-out infinite;
}
.erp_btn_hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
    z-index: 1;
}
.erp_btn_hover:hover::before {
    transform: translateX(0);
    transition: transform 0.3s ease-in;
}
.erp_btn_hover span {
    position: relative;
    z-index: 2;
}
.erp_btn_slide {
    z-index: 1; 
}
.erp_btn_slide span,
.erp_btn_slide {
    position: relative;
    z-index: 2;
}
@keyframes slideDark {
    0% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(0%);
    }
    60% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.erp_hero_banner {
    background: url('assets/img/hero_banner.svg') no-repeat;
    background-size: cover;
    padding-bottom: 170px;
}
.erp_hero_banner p {
    font-weight: 500;
}
.erp_hero_banner ul li a {
    color: #000;
    font-weight: 600;
}
.erp_hero_banner.erp_other_page_banner {
    background: url('assets/img/about_banner.svg') no-repeat;
    padding-bottom: 50px;
}
.erp_header_section {
    position: absolute;
    width: 100%;
    top: 0;
}
.erp_header_section .container-fluid{
    padding: 25px 90px;
}
.erp_hero_banner h1 {
    font-weight: 700;
    font-size: 60px;
    color: #000;
}
.erp_hero_banner.erp_other_page_banner h1 {
    font-size: 48px;
}
.erp_hero_banner h1 span {
    color: rgba(82, 97, 235, 1);
    text-transform: uppercase;
}
.erp_hero_banner .banner-content-wrap {
    padding-top: 230px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.erp_hero_banner.erp_other_page_banner .banner-content-wrap {
    min-height: 300px;
}
.erp_hero_banner .erp_hero_banner_img {
    position: absolute;
    width: 70%;
    left: 40%;
    top: 170px;
}
.erp_after_hero_section {
    margin-top: 100px;
}
.erp_after_hero_section h5 {
    font-weight: 700;
}
.erp_section {
    padding: 100px 0;
}
.erp_hero_form {
    position: relative;
}
.erp_input {
    border-radius: 30px;
    padding: 17px 20px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}
textarea.erp_input {
    border-radius: 10px;
}
.erp_input:focus,
.erp_input:focus-within,
.erp_input:focus-visible {
    outline: none;
    border: 1px solid #00000020;
}
.erp_hero_form .erp_btn {
    position: absolute;
    margin: 6px;
    right: 0;
}
.ord_card {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    border-radius: 70px;
    margin: 10px 0;
    background: #fff;
    z-index: 2;
    position: relative;
}
.erp_content_section .ord_card {
    border-radius: 10px;
}
.erp_content_section .accordion-item {
    background-color: transparent;
}
.ord_card-body {
    padding: 30px;
}
.ord_card-icon {
    background: rgba(245, 245, 245, 1);
    border-radius: 50px;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ord_card p {
    color: #4E4E4E;
    margin: 0;
}
.erp_section p {
    font-weight: 500;
    line-height: 28px;
}
.erp_sub_heading {
    font-weight: 700;
    font-size: 22px;
}
.erp_heading {
    font-weight: 700;
    font-size: 35px;
}
.erp_sub_heading2 {
    font-size: 18px;
    font-weight: 600;
}
.erp_sub_heading3 {
    font-size: 20px;
    font-weight: 700;
}
.erp_sub_heading4 {
    font-size: 15px;
    font-weight: 700;
}
.erp_sub_heading5 {
    font-size: 16px;
    font-weight: 600;
}
.erp_sub_heading6 {
    font-size: 24px;
    font-weight: 700;
}
.erp_footer {
    position: relative;
    padding-top: 110px;
    background: url('assets/img/footer_bg.svg') no-repeat;
    background-size: cover;
    color: #fff;
}
.erp_footer .erp_sub_heading {
    width: calc(100% - 50px);
}
.erp_footer .erp_sub_heading {
    color: #fff;
}
.erp_footer ul {
    list-style: none;
    padding: 0;
}
.erp_footer ul li {
    font-weight: 500;
    line-height: 30px;
    padding: 7px 0;
}
.erp_footer ul li a {
    text-decoration: none;
    color: #fff;
}
.erp_footer .container {
    position: relative;
    z-index: 2;
}
.erp_footer hr {
    color: #fff;
    width: 70%;
}
.erp_footer .erp_footer_bottom {
    border-top: 1px solid #00000020;
    position: relative;
    padding: 15px;
}
.ord_hero_bg_shape,
.erp_hero_bg_shape_1,
.erp_hero_bg_shape_2 {
    position: absolute;
    left: 0;
    top: -300px;
    width: 29%;
    height: 636px;
    background: url(assets/img/hero_bg.svg) no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: -1;
    pointer-events: none;
}
.erp_hero_bg_shape_1 {
    left: 0;
    top: 200px;
    background: url(assets/img/shape-3.svg) no-repeat;
}
.erp_hero_bg_shape_2 {
    left: unset;
    right: 0;
    top: unset;
    bottom: 200px;
    background: url(assets/img/shape-4.svg) no-repeat;
    width: 19%;
}
.erp_half_sub_heading {
    width: 80%;
}
.erp_why_choose_section h5 {
    font-weight: 700;
}
.erp_always_on_stand {
    background: url('assets/img/always_on_stand_bg.svg') no-repeat;
    background-size: cover;
}
.erp_always_on_stand .erp_sub_heading2 {
    width: 73%;
    margin: auto;
}
.erp_always_on_stand .erp_left_section{
    background: url(assets/img/always_on_stand_left_bg.svg) no-repeat;
    background-size: 650px;
    padding: 160px 120px;
}
.erp_card {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    background: #fff;
}
.erp_video_section {
    position: relative;
    padding: 0;
    margin: 100px 0;
}
.erp_video_section .ord_bg_shape_1 {
    position: absolute;
    left: 10%;
    top: 0;
    width: 385px;
    height: 415px;
    background: url(assets/img/shape-1.svg) no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: 0;
    pointer-events: none;
}
.erp_video_section .ord_bg_shape_2 {
    position: absolute;
    right: 150px;
    bottom: 50px;
    width: 405px;
    height: 413px;
    background: url(assets/img/shape-2.svg) no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: 0;
    pointer-events: none;
}
.erp_purpose_section {
    background: linear-gradient(90deg, #5261EB 0%, #2E3785 100.01%);
}
.erp_purpose_section .erp_purpose-icon {
    height: 150px;
}
.erp_purpose_section .row .col-md-2:not(:last-child) {
    border-right: 1px solid #ffffff20;
}
.erp_testimonials_section .erp_testimonials_heading {
    width: 63%;
    margin: auto;
}
.erp_testimonials_section .erp_sub_heading2 {
    width: 53%;
    margin: auto;
}
.erp_testimonials_section .card {
    background: #F7F7F7;
    border: 0;
    border-radius: 10px;
}
.erp_testimonials_post {
    color: #8D8D8D;
    font-weight: 600;
}
.erp_testimonials_img {
    width: 80px;
    height: 80px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    background: #fff;
    align-items: center;
    margin: auto;
    border: 7px solid #F7F7F7;
    margin-bottom: -40px;
    z-index: 2;
    position: relative;
}
.erp_testimonials_page_img {
    width: 80px;
    height: 80px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    background: #fff;
    align-items: center;
    border: 7px solid #F7F7F7;
}
.erp_testimonials_page_img img {
    width: 100%;
    border-radius: 20px !important;
    padding: 5px;
}
.erp_testimonials_img img {
    border-radius: 20px !important;
    padding: 5px;
}
.erp_testimonials_section .card-body {
    margin-top: 30px;
}
.erp_business_img {
    margin: 40px 0;
}
.erp_other_page_banner p {
    margin: 20px 0;
}
.erp_meet_team img.erp_meet_team_img {
    border-radius: 10px;
    height: 360px;
    width: 360px;
    max-height: 100%;
    margin-bottom: 20px;
}
.erp_accordion .accordion-button {
    background: transparent;
    padding: 30px;
}
.erp_accordion .accordion-button:not(.collapsed) {
    background: rgba(82, 97, 235, 1);
    color: white;
    box-shadow: 0px 0px 0px 0px;
    padding: 30px 30px 10px 30px;
}
.erp_accordion .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.erp_accordion .accordion-body {
    padding: 10px 30px 30px 30px;
}
.erp_accordion .accordion-collapse {
    background: rgba(82, 97, 235, 1);
    color: white;
}
.erp_client_testimonials_section .erp_testimonials_right_sec {
    border-left: 1px solid #00000010;
    padding: 20px 30px;
}
.erp_map_section iframe {
    width: 100%;
    height: 734px;
    z-index: 5;
    position: relative;
}
.erp_contact_info {
    position: absolute;
    z-index: 6;
    top: 23%;
    font-size: 18px;
}
.erp_contact_info .col-lg-6{
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    width: 600px;
}
.erp_contact_info h5 {
    font-size: 40px;
    font-weight: 700;
}
.erp_footer .menu {
    margin-top: 20px;
}
.erp_footer .erp_footer_contact_info {
    margin-top: 30px;
}
.erp_map_wrapper {
    overflow: hidden;
    position: relative;
}
.erp_map_wrapper iframe {
    position: relative;
    top: -150px;
}
.erp_map_section {
    padding: 100px 0 0;
}
.erp_form-result.alert {
    display: none;
    margin-bottom: 15px;
    margin-top: 0;
}
.erp_newslatter_success {
    padding: 5px 20px;
    display: none;
}
.erp_newslatter_error {
    padding: 5px 20px;
}

@media (max-width: 1600px) {
    .erp_hero_banner .erp_hero_banner_img {
        width: 57%;
        left: 44%;
        top: 230px;
    }
}
@media (max-width: 1400px) {
    .erp_testimonials_heading svg {
        width: 70px;
    }
}
@media (max-width: 1200px) {
    .erp_always_on_stand .erp_left_section {
        background-size: 540px;
        padding: 100px 90px;
    }
}
@media (max-width: 991.98px) {
    .erp_header {
        padding: 12px 16px;
        border-radius: 20px;
    }
    .erp_header .navbar-collapse .erp_btn {
        width: 100%;
        margin-top: 10px;
    }
    .erp_hero_banner {
        padding-bottom: 0;
    }
    .erp_hero_banner h1 {
        font-size: 30px;
    }
    .erp_hero_banner .banner-content-wrap {
        height: auto;
        min-height: 0;
        padding: 140px 0 30px;
        display: block;
    }
    .erp_hero_banner .erp_hero_banner_img {
        position: static;
        width: 100%;
        left: auto;
        top: auto;
        margin-top: 24px;
    }
    .erp_after_hero_section {
        margin-top: 0;
    }
    .erp_section {
        padding: 50px 0;
    }
    .erp_always_on_stand .erp_left_section {
        padding: 40px 20px;
        background: none;
    }
    .erp_always_on_stand {
        background-position: right;
    }
    .erp_always_on_stand svg, .erp_always_on_stand p, .erp_always_on_stand h5 {
        color: #fff;
    }
    .erp_always_on_stand .erp_sub_heading2 {
        width: 100%;
    }
    .erp_testimonials_section .erp_testimonials_heading,
    .erp_testimonials_section .erp_sub_heading2 {
        width: 100%;
    }
    .erp_footer hr {
        width: 100%;
    }
    .erp_footer {
        padding-top: 80px;
    }
    .ord_hero_bg_shape,
    .erp_video_section .ord_bg_shape_1,
    .erp_video_section .ord_bg_shape_2,
    .erp_hero_bg_shape_1, .erp_hero_bg_shape_2 {
        display: none;
    }
    .erp_footer .col-lg-8 {
        color: #fff;
    }
    .erp_footer_bottom {
        color: #fff;
    }
    .erp_testimonials_heading svg {
        width: 60px;
    }
    .erp_video_section {
        margin: 0;
    }
    .erp_heading {
        font-size: 32px;
    }
    .erp_half_sub_heading {
        width: 100%;
    }
    .erp_faq_right_banner {
        width: 250px;
    }
    .erp_contact_info {
        position: unset;
    }
    .erp_contact_info .col-lg-6 {
        padding: 0px 12px 25px 12px;
    }
    .erp_map_section iframe {
        height: 250px;
        top: 0;
    }
    .erp_footer ul li {
        padding: 3px 0;
    }
    .erp_why_choose_section .erp_why_erp_left_img {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .erp_client_testimonials_section .erp_testimonials_right_sec {
        border-left: 0;
        padding: 20px 10px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .erp_video_section iframe {
        height: 420px;
    }
}

@media (max-width: 575.98px) {
    .erp_header_section .container-fluid{
        padding: 25px 12px;
    }
    .erp_hero_banner h1 {
        font-size: 26px;
    }
    .ms-5 {
        margin-left: 0 !important;
    }
    .d-flex.gap-4.mb-4 {
        flex-direction: column;
        align-items: flex-start;
    }
    .erp_hero_form {
        flex-direction: column;
        gap: 12px;
    }
    .ord_card {
        border-radius: 30px;
    }
    .ord_card-icon {
        width: 70px;
        height: 70px;
        border-radius: 35px;
    }
    .erp_video_section iframe {
        height: 240px;
    }
    .erp_testimonials_heading svg {
        width: 40px;
    }
}