/*
Theme Name: The Private PA Formula
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/




/* ==================== Common Style Start ==================== */
.common-details p:last-child {
    margin-bottom: 0;
}

.common-details h1,
.common-details h2,
.common-details h3,
.common-details h4,
.common-details h5,
.common-details h6 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.common-details ul,
.common-details ol {
    margin-bottom: 20px;
}

.common-details ul li,
.common-details ol li {
    margin-bottom: 15px;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}

.footer-form .elementor-form #f-submit-btn,
.common-btn-style a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -ms-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-form .elementor-form #f-submit-btn .elementor-button-icon,
.common-btn-style a .elementor-button-icon {
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-form .elementor-form #f-submit-btn .elementor-button-icon,
.common-btn-style a .elementor-button-content-wrapper .elementor-button-icon {
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.footer-form .elementor-form #f-submit-btn .elementor-button-icon svg path,
.common-btn-style a .elementor-button-icon svg path {
    transition: stroke 0.4s ease;
    -webkit-transition: stroke 0.4s ease;
    -moz-transition: stroke 0.4s ease;
    -ms-transition: stroke 0.4s ease;
    -o-transition: stroke 0.4s ease;
}

.footer-form .elementor-form #f-submit-btn:focus .elementor-button-icon,
.footer-form .elementor-form #f-submit-btn:hover .elementor-button-icon,
.common-btn-style a:focus .elementor-button-icon,
.common-btn-style a:hover .elementor-button-icon {
    transform: rotate(32deg);
    -webkit-transform: rotate(32deg);
    -moz-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    -o-transform: rotate(32deg);
}

.footer-form .elementor-form #f-submit-btn:focus .elementor-button-icon svg path,
.common-btn-style a:focus .elementor-button-icon svg path,
.footer-form .elementor-form #f-submit-btn:hover .elementor-button-icon svg path,
.common-btn-style a:hover .elementor-button-icon svg path {
    stroke: #000000 !important;
}

/* ==================== Common Style Start ==================== */


/* ==================== Home Page Start ==================== */
.banner-bg-img {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

.banner-bg-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22.5%, rgba(0, 0, 0, 1) 90.3%);
    pointer-events: none;
}

.banner-description-block {
    position: relative;
}

.banner-description-block::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 1px;
    width: 60000px;
    background: rgba(255, 255, 255, 0.2);
}

/* Faqs Section Start */
.pa-faqs-main-wrp .e-n-accordion .e-n-accordion-item {
    /* padding-bottom: 30.5px; */
    border: 0px solid rgb(0, 0, 0, 0.15);
    border-bottom-width: 1px;
}

.pa-faqs-main-wrp .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    padding: 20px 0;
}

.pa-faqs-main-wrp .e-n-accordion .e-n-accordion-item > div:last-child {
    padding-bottom: 20px;
}

/* .pa-faqs-main-wrp .e-n-accordion .e-n-accordion-item[open] {
     padding-bottom: 25px;
} */

.pa-faqs-main-wrp .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
    width: 50px;
    height: 50px;
    padding: 18px;
    border: 1px solid #DDD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

/* Faqs Section End */
/* ==================== Home Page End ==================== */


/* ==================== Responsive Style Start ==================== */

@media (max-width: 1200px) {

    /******************* Common Style Start *******************/
    .common-details h1,
    .common-details h2,
    .common-details h3,
    .common-details h4,
    .common-details h5,
    .common-details h6,
    .common-details ul,
    .common-details ol {
        margin-bottom: 15px;
    }

    .common-details ul li,
    .common-details ol li {
        margin-bottom: 10px;
    }

    /******************* Common Style End *******************/
}

@media (max-width: 1024px) {

    .h-header .e-off-canvas,
    html:has(header .e-off-canvas[aria-hidden="false"]) {
        overflow: auto !important;
    }
}

@media (max-width: 767px) {
    .banner-description-block::after {
        right: 20px;
    }

    .pa-benefits-block .swiper .swiper-slide .pa-benefits-item::after {
        content: "" !important;
        position: absolute !important;
        left: 0;
        right: 0;
        top: calc(100% + 30px);
        height: 2px;
        width: 100%;
        background: #000;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }



    .pa-benefits-block .swiper .swiper-slide.swiper-slide-active .pa-benefits-item::after {
        opacity: 1;
    }

    .pa-benefits-block .swiper .swiper-slide.swiper-slide-active .pa-benefits-item {
        box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.20);
        background: linear-gradient(0deg, #000 0%, #000 100%, #FFF);
    }

    .pa-benefits-block .swiper .swiper-slide.swiper-slide-active .pa-benefits-item .elementor-heading-title {
        color: #FFF !important;
    }

    .pa-benefits-block .swiper .swiper-slide.swiper-slide-active .pa-benefits-item .elementor-icon svg path {
        fill: #FFF !important;
    }

    /* .who-it-title {
        padding: unset !important;
    } */

    .who-it-slider-block {
        background: #f7f7f7 !important;
    }
}

@media (max-width: 575px) {
    .banner-big-title .elementor-heading-title {
        font-size: 70px !important;
        line-height: 60px !important;
    }

}

@media (max-width: 359px) {
    .banner-big-title .elementor-heading-title {
        font-size: 60px !important;
    }

}

/* ==================== Responsive Style End ==================== */