/*
Theme Name: Astra Child
Description: Child theme of Astra for Bhaktika project
Author: Webwila
Template: astra
Version: 1.0.0
*/

/* Child theme styles will be added here */


:root {
    --w-site-seconday-color: #016DB9;
    --w-site-primary-color: #016DB9;
    --w-site-primary-dark-color: #0160a2;
    --section-heading-content-gap: 40px;
    --w-sec-gap: 80px;
    --w-site-border-radius: 5px;
    --smokeBg: #F7F8F9;
    --w-max-container-width: 1340px;
    --swiper-theme-color: #016DB9 !important;
    --swiper-navigation-size: 20px !important;
    --w-site-font-color: #020202;
}

.w-h2-banner {
    h2 {
        max-width: 850px;
        font-size: 42px;
    }
}

@media screen and (max-width: 1024px) {
    :root {
        --w-sec-gap: 45px;
        --section-heading-content-gap: 25px;
    }

    .w-h2-banner {
        h2 {
            font-size: 30px;
        }
    }
}

@media screen and (max-width: 767px) {
    :root {
        --w-sec-gap: 45px;
        --section-heading-content-gap: 25px;
    }
}


.w-ofh {
    overflow: hidden !important;
}

.w-site-border-radius {
    border-radius: var(--w-site-border-radius) !important;
}


/*Header Start */
.site-header {
    position: sticky;
    top: 0;
}

.ast-primary-header-bar {
    background-color: #fff !important;
}

.ahfb-svg-iconset svg {
    width: 25px;
    height: 25px;
}

.ast-menu-toggle {
    outline: none !important;
    border: none !important;
}

.ast-header-break-point .ast-icon.icon-arrow svg {
    margin-left: 0 !important;
}

#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.ast-above-header.ast-above-header-bar {
    background-color: var(--w-site-primary-color) !important;
}

#masthead .ast-container {
    max-height: 95px;
}

.ast-mobile-popup-drawer.active .menu-toggle-close:focus {
    border: none !important;
}

#ast-mobile-header {
    & > div {
        & > div {
            & > div.ast-builder-grid-row {
                max-height: 95px;
            }
        }
    }
}

@media screen and (max-width: 767px) {
    ul.sub-menu li a {
        line-height: 1.45 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

/*Header End*/

/*Swiper start */
.swiper-wrapper-linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.ww-elementor-package-wrapper {
    overflow: hidden;
    /*padding-bottom: 40px;*/
}

.swiper-button-prev,
.swiper-button-next {
    height: 30px !important;
    width: 30px !important;
    background: #fff !important;
    border-radius: 100% !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

/*Swiper end*/


/* Inner content and heading =Gap (margin) */
.w-shc-mt {
    margin-top: var(--section-heading-content-gap) !important;
}

.w-shc-mb {
    margin-bottom: var(--section-heading-content-gap) !important;
}

/* Padding */
.w-shc-pt {
    padding-top: var(--section-heading-content-gap) !important;
}

.w-shc-pb {
    padding-bottom: var(--section-heading-content-gap) !important;
}

/*Heading & sub heading gap*/
.w-hs-mt {
    margin-top: .75rem;
}

.w-hs-mb {
    margin-bottom: .75rem !important;
}


/**
 * .w-sec-gap-mt
 * Adds margin-top equal to --w-sec-gap
 */
.w-sec-gap-mt {
    margin-top: var(--w-sec-gap) !important;
}

/**
 * .w-sec-gap-mb
 * Adds margin-bottom equal to --w-sec-gap
 */
.w-sec-gap-mb {
    margin-bottom: var(--w-sec-gap) !important;
}

/* === Padding Utilities === */

/**
 * .w-sec-gap-pt
 * Adds padding-top equal to --w-sec-gap
 */
.w-sec-gap-pt {
    padding-top: var(--w-sec-gap) !important;
}

/**
 * .w-sec-gap-pb
 * Adds padding-bottom equal to --w-sec-gap
 */
.w-sec-gap-pb {
    padding-bottom: var(--w-sec-gap) !important;
}


/*Homepage */
.nx-home__slide img {
    width: 100%;
}

.reviews-heading,
.video-slider-heading {
    margin-bottom: 0;
}

.ww-counters {
    @media screen and (max-width: 767px) {
        .elementor-counter-number-prefix {
            display: none;
        }
    }
}


.top-designations-widget {
    .designations-header__content {
        margin-bottom: 0 !important;
    }

    .designations-heading {
        margin-bottom: 0 !important;
    }

    @media screen and (max-width: 767px) {
        .designations-header__content {
            text-align: center;
        }
    }
}

.w-why-ph {
    .elementor-image-box-img {
        margin-bottom: 0 !important;
    }

    .elementor-image-box-content {
        padding: 1rem;
    }

    .elementor-image-box-wrapper {
        background-color: #fff;
        border-radius: var(--w-site-border-radius);
        overflow: hidden;
    }
}

.w-sf {
    .elementor-image-box-img {
        max-width: 50px;
        margin-right: 20px;
    }

    .w-sf-main-img {
        img {
            object-fit: cover;
            height: 500px;
        }
    }

    .elementor-image-box-title {
        margin-bottom: 8px;
        font-size: clamp(18px, 2vw, 24px);
    }
}

/*End homepage*/

/*Contact form 7 */
.wpcf7 {
    .w-required {
        color: #FF0000FF;
    }

    input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
        border-radius: var(--w-site-border-radius);
    }

    .wpcf7-form-control {

    }

    .wpcf7-not-valid-tip {
        margin-top: 5px;
        font-size: 14px;
    }

    .wpcf7-response-output {
        margin: 0 !important;
    }

    label {
        color: var(--ast-global-color-2, #000);
        font-weight: 500;

        .wpcf7-form-control-wrap {
            margin-top: 0.45em;
        }
    }
}

/*Contact form 7 */


/*Package Details */
.single-package {
    .ww_package-left,
    .ww_package-right {
        width: 100%;
    }

    .ww_package-right {
        position: relative;

        .ww_package-right__content-wrap {
            position: sticky;
            top: 10px;
        }
    }

    ul {
        margin-left: 15px;
        margin-bottom: 0;
    }

    .wpcf7 {
        margin-top: 1.5rem;

        p {
            margin-bottom: 0;
        }

        label {
            display: block;
            margin-bottom: 15px;
        }


        .wpcf7-submit {
            width: 100%;
            margin-top: 1rem;
        }
    }

    .ww_package-highlight-card-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: clamp(1rem, 1.5vw, 24px);
        padding: 1rem;
        background-color: var(--w-site-primary-color);
        border-radius: var(--w-site-border-radius);
        justify-content: space-between;

        p {
            margin-bottom: 0;
        }
    }

    .ww_package-highlight-card-wrap__card {
        display: flex;
        gap: 1rem;
        position: relative;
        flex: 0 0 auto;

        &:last-child {
            &:after {
                display: none;
            }
        }

        i {
            font-size: 16px;
            color: #fff;
            position: relative;
            top: 3px;
        }

        p {
            font-size: 14px;
            color: #fff;
        }

        p.value {
            font-weight: 600;
            font-size: clamp(16px, 2vw, 18px);
            color: #fff;
        }
    }

    .ww_package-content-section {
        padding: 1rem;
        margin-top: 1rem;
        background: #fff;
        border-radius: var(--w-site-border-radius);

        & > h3 {
            margin-bottom: 1.5rem;
            padding-bottom: 10px;

            &:after {
                content: "";
                position: relative;
                left: 0;
                background: var(--w-site-seconday-color);
                width: 70px;
                display: block;
                height: 2px;
                top: 10px;
            }
        }

        &.inclusion,
        &.exclusions {
            ul {
                padding-left: 0;
                list-style: none;
                margin-left: 0;

                &:last-child {
                    margin-bottom: 0;
                }

                li {
                    margin-bottom: 10px;

                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }
        }

        &.inclusion {
            ul {
                li {
                    &:before {
                        font-family: 'Font Awesome 5 Free', serif;
                        content: "\f14a";
                        margin-right: 10px;
                        color: #198754;
                    }
                }
            }
        }

        &.exclusions {
            ul {
                li {
                    &:before {
                        font-family: 'Font Awesome 5 Free', serif;
                        content: "\f00d";
                        margin-right: 10px;
                        color: #FF0000FF;
                    }
                }
            }
        }
    }

    .ww_package-contact-form {
        padding: 2rem 1rem 1rem 1rem;
        background: #fff;
        border-bottom-left-radius: var(--w-site-border-radius);
        border-bottom-right-radius: var(--w-site-border-radius);
    }

    .ww-package-price-mobile,
    .ww-package-book-now-btn-mobile {
        display: none;
    }

    @media screen and (min-width: 1024px) {
        .ww_package-flex {
            flex-wrap: nowrap;
        }

        .ww_package-left {
            width: 68%;
        }

        .ww_package-right {
            width: 32%;
        }

        .ww_package-content-section {
            padding: 1.5rem;
            margin-top: 1.5rem;
        }
    }
    @media screen and (min-width: 1200px) {
        .ww_package-highlight-card-wrap {
            .ww_package-highlight-card-wrap__card {
                width: max-content;
                /*border-left: 1px solid #e2e2e2;*/
                /*padding-left: 14px;*/

                /*&:first-child {*/
                /*    border-left: none;*/
                /*    padding-left: 0;*/
                /*}*/

                &:after {
                    content: "";
                    position: absolute;
                    right: -30.5px;
                    border-right: 1px solid #e2e2e2;
                    height: 48px;
                    display: none;
                }
            }
        }
    }
    @media screen and (max-width: 767px) {
        .ww_package-flex.ww_package-gap-10.ww_package-main-block.w-sec-gap-mt {
            margin-top: 1.5rem !important;
        }

        .ww_package-highlight-card-wrap__card {
            width: 100%;
        }

        .ww-package-book-now-btn-mobile {
            .elementor-button {
                width: 100%;
            }
        }
    }
    @media screen and (max-width: 1023px) {
        .ww-package-book-now-btn-mobile {
            display: block;
            margin-top: 1.5rem;

            .elementor-widget-button {
                .elementor-button {
                    font-size: 18px;
                }
            }
        }

        .ww-package-price-mobile {
            display: block;
            margin-top: 1.5rem;

            p {
                display: flex;
                align-items: center;
                gap: 10px;

                > span:first-child {
                    font-size: 16px;
                }

                > span:last-child {
                    font-size: 24px;
                    font-weight: bold;
                    color: var(--w-site-seconday-color);
                }
            }
        }
    }
}


/*Package Details End*/

/*Section Why choose us*/
.elementor-element-475d6944 figure {
    margin-left: auto !important;
    margin-right: auto !important;
}

/*Section Why choose us end*/


/*Package posts archive*/
.ww-packages-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(300px, 1fr));
    gap: 30px;

    @media (min-width: 768px) {
        grid-template-columns: repeat(2, minmax(300px, 1fr));
    }

    @media (min-width: 1024px) {
        grid-template-columns: repeat(3, minmax(300px, 1fr));
    }
}


.ww_package_card {
    padding: 0 !important;
    border: none !important;
    position: relative;

    .ww_package_card-highlight {
        position: absolute;
        background: var(--w-site-primary-color);
        color: #fff;
        padding: 5px;
        /*border-radius: var(--w-site-border-radius);*/
        font-size: 14px;
        font-weight: 600;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        text-align: center;
    }

    .ww_package_card-price-for {
        font-size: 16px;
    }

    .ww_package_card-content {
        padding: 1rem;
        background: var(--smokeBg);
        border-bottom-left-radius: var(--w-site-border-radius);
        border-bottom-right-radius: var(--w-site-border-radius);


        p {
            margin-bottom: 8px;
            font-size: 14px;

            &:last-child {
                margin-bottom: 0;
            }

            i {
                color: var(--w-site-seconday-color);
            }

            span {
                font-size: 16px;
                font-weight: 600;
            }
        }
    }

    .ww_package_card-img {
        position: relative;
        overflow: hidden;

        img {
            width: 100%;
            border-radius: var(--w-site-border-radius);
            object-fit: cover;
            aspect-ratio: 364 / 243;
            overflow: hidden;
            transform: scale(1);
            transition: all .3s ease-in-out;
        }
    }

    h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 1rem;

        a {
            color: inherit;
        }
    }

    .ww_package_card-button {
        display: flex;
        align-items: baseline;
        gap: 10px;
        justify-content: space-between;
        margin-top: 1rem;

        * {
            margin-bottom: 0;
        }

        h4 {
            font-size: 30px;
            font-weight: bold;
        }

        .ww_package_card-button-view-more {
            font-weight: 600;
        }
    }

    &:hover {
        .ww_package_card-img {
            img {
                transform: scale(1.1);
                transition: all .3s ease-in-out;
            }
        }
    }
}

/*Package posts archive end */

/*Page Contact us */
.ww-contact-form {
    label {
        margin-bottom: 0.9em;
        display: block;
    }

    .wpcf7 form > p {
        margin-bottom: 0 !important;
    }
}

/*Page Contact us  end */

/* Footer Start  */
footer {
    .widget-title {
        margin-bottom: 1rem;
        font-weight: 600;
    }
}

.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    margin-bottom: 0;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .footer-widget-area,
    [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
        text-align: left !important;
    }
}

/* Footer End */


/* Linear tagline*/
.text-scroll {
    background-color: var(--w-site-primary-color);
    overflow: hidden;
}

.text-scroll__content {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 46px;
    padding: 10px 0;
    animation: textScroll 25s linear infinite
}

@keyframes textScroll {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(-100%)
    }
}

.text-scroll__content p {
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
}

.text-scroll__content p a {
    color: inherit
}

@media screen and (min-width: 768px) {
    .text-scroll__content {
        height: 51px
    }

    .text-scroll__content p {
        font-size: 15px
    }
}

/* Linear tagline End*/

/*FAQ*/
.faq-question {
    color: var(--w-site-font-color) !important;
    font-weight: 600 !important;
}

/*FAQ End*/

/*ww-highlight-package*/
.ww-highlight-package {
    background: url("/wp-content/uploads/2025/10/feature-section-vector.png"), linear-gradient(180deg, #F7F8F9 0%, #F7F8F9 100%);
    background-repeat: no-repeat;
    max-width: 1200px !important;
    margin: 0 auto !important;
    margin-right: unset;
    background-position: center right;

    ul {
        margin-left: 15px;

        li {
            margin-bottom: 8px;

            b, strong {
                color: var(--w-site-primary-color);
            }

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

    @media screen and (min-width: 1024px) {
        padding: 30px;
        border-radius: var(--w-site-border-radius);
    }
}

/*ww-highlight-package end*/