    /*
    Theme Name: Astra Child - Webwila
    Author: Webwila
    Description: Your description goes here
    Version: 1.0
    Template: astra

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

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

    :root {

        --primary-color: var(--ast-global-color-0);
        --secondary-color: #0a3b66;
        --tertiary-color: #8C886B;
        --text-color: #000;
        --site-border-radius: 5px;
        --site-card-border-radius: 1rem;
        --ww-container-padding-left: 15px;
        --ww-container-padding-right: 15px;
        --col-padding: 12px;
        --text-gray-1: #7B7B7B;
        --post-heading-size: 18px;
        --borderColor: #E5E5E5;
        --ww-section-padding-top: 80px;
        --ww-section-padding-bottom: 80px;
        --ww-section-margin-top: 80px;
        --ww-section-margin-bottom: 80px;
        --ww-section-entry-space: 40px;
        --wp-swiper-pagination-color: var(--ast-global-color-0);
    }

    @media screen and (max-width:767px) {
        :root {
            --ww-section-padding-top: 50px;
            --ww-section-padding-bottom: 50px;
            --ww-section-margin-top: 50px;
            --ww-section-margin-bottom: 50px;
        }
    }


    * {
        outline: none !important;
    }

    /*  */


    /*  */
    /* section margin */
    .ww-section-margin-top {
        margin-top: var(--ww-section-margin-top) !important;
    }

    .ww-section-margin-bottom {
        margin-bottom: var(--ww-section-margin-bottom) !important;
    }

    /* section padding */
    .ww-section-padding-top {
        padding-top: var(--ww-section-padding-top) !important;
    }

    .ww-section-padding-bottom {
        padding-bottom: var(--ww-section-padding-bottom) !important;
    }


    .ww-section-entry-margin-top {
        margin-top: var(--ww-section-entry-space) !important;
    }

    .ww-section-entry-margin-bottom {
        margin-bottom: var(--ww-section-entry-space) !important;
    }

    /* section padding */
    .ww-section-entry-padding-top {
        padding-top: var(--ww-section-entry-space) !important;
    }

    .ww-section-entry-padding-bottom {
        padding-bottom: var(--ww-section-entry-space) !important;
    }

    .ww-home-features svg {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem !important;
    }

    .ww-home-features svg path {
        fill: var(--ast-global-color-0);
    }

    /* Global Contact form */
    .wpcf7 form .wpcf7-response-output {
        margin-top: 0 !important;
    }

.wpcf7-form-control-wrap{
	    margin-bottom: 12px;
}

    .wpcf7-spinner {
        margin: 10px 24px !important;
        position: absolute;
        left: 0;
    }

    /* Global Contact form end*/


    .ast-header-button-1[data-section="section-hb-button-1"] {
        width: max-content;
    }

    .ast-builder-menu .main-navigation>ul {
        row-gap: 10px;
    }


    /* contact us */
    .ww-contact-form .wpcf7 form .form-group select {
        height: 48px;
        color: #9ca3af;
    }

    .wpcf7 form .gp-contact-form p {
        margin-bottom: 0;
        position: relative;
    }


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

    .ww-contact-form .wpcf7 form .gp-contact-form input:focus,
    .ww-contact-form .wpcf7 form .gp-contact-form select:focus,
    .ww-contact-form .wpcf7 form .gp-contact-form textarea:focus {
        border: 0.7px solid #F0E6C5;
        box-shadow: none;
        outline-offset: 2px;
    }

    .ww-cont-get-loc ul li p a {
        text-decoration: none !important;
    }

    .ww-hport .swiper-slide {
        cursor: grab;
    }

    .ww-hport .swiper-slide:active {
        cursor: grabbing;
    }

    .ww-hport .swiper-wrapper {
        transition-timing-function: linear !important;
    }

    .ww-hport .swiper-wrapper .wp-swiper__slide .wp-swiper__slide-content figure img {
        aspect-ratio: 320 / 320;
        object-fit: cover;
    }

    .ww-hp-blog {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding-left: 0px !important;
    }

    .ww-hp-blog li {
        margin-top: 0px !important;
        border: 1px solid var(--ast-border-color);
        padding: 1rem;
        overflow: hidden;
        border-radius: 8px;
    }

    .ww-hp-blog li .wp-block-latest-posts__featured-image a {
        overflow: hidden;
    }

    .ww-hp-blog li .wp-block-latest-posts__featured-image a img:hover {
        transform: scale(1.1);

    }

    .ww-hp-blog .wp-block-latest-posts__post-title {
        color: #000;
        font-size: clamp(22px, 2rem, 22px);
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
		margin-top:24px;
    }

    .ww-hp-blog li .wp-block-latest-posts__post-title:hover {
        color: var(--primary-color);
    }

    .ww-hp-blog .wp-block-latest-posts__post-excerpt {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin: 0;
    }

    .ww-hp-blog li div a {
        margin: -1rem !important;
    }

    .ww-hp-blog .wp-block-latest-posts__featured-image img {
        height: auto;
        max-width: 100% !important;
        width: auto;
        transition: transform 0.5s ease;
        aspect-ratio: 300 / 200;
        object-fit: cover;
    }

    /* home page contact form */
    .ww-hp-contact-form .wpcf7 form .form-group select {
        height: 48px;
        color: #9ca3af;
    }

    .ww-hp-contact-form .wpcf7 form .gp-contact-form p {
        margin-bottom: 15px;
    }

    .ww-hp-contact-form .wpcf7 form .wpcf7-response-output {
        margin: 0px !important;
    }

    .ww-hp-contact-form .form-group p input span {
        display: none !important;
    }

    .ww-hp-contact-form .form-group .wpcf7-form-control {
        margin-bottom: 0px !important;
    }

    .ww-hp-contact-form .wpcf7 form .gp-contact-form input:focus,
    .ww-hp-contact-form .wpcf7 form .gp-contact-form select:focus,
    .ww-hp-contact-form .wpcf7 form .gp-contact-form textarea:focus {
        border: 0.7px solid #F0E6C5;
        box-shadow: none;
        outline-offset: 2px;

    }

    /* blog page */
    .ast-archive-entry-banner {
        background-blend-mode: multiply;
        /* background: linear-gradient(to right, #f0970982, #edcd999a), url(/wp-content/uploads/2026/04/beautiful-shot-altes-museum-berlin-germany_181624-4101.jpg); */
        background: linear-gradient(rgba(0, 0, 0, 0.45),
                rgba(0, 0, 0, 0.45)),
            url("/wp-content/uploads/2026/06/professional-equipment-camera-tripod-stand-field-front-prepared-table-evening-time_146671-14420-e1782218549298.jpg");

        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .blog .ast-archive-entry-banner .ast-container h1 {
        color: #fff;
    }

    .blog .ast-breadcrumbs-wrapper .ast-breadcrumbs-inner ul li a span {
        color: #fff !important;
    }

    .blog .ast-breadcrumbs-wrapper .ast-breadcrumbs-inner ul li:after {
        color: #fff !important;
    }

    .blog .ast-breadcrumbs-wrapper .ast-breadcrumbs-inner ul li span span {
        color: #fff !important;
    }

    .blog .ast-blog-layout-4-grid .ast-article-inner .wp-post-image {
        width: 100%;
        object-fit: cover;
    }

    .blog .ast-blog-layout-4-grid .ast-article-inner h2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
		font-size: clamp(18px, 2vw, 24px);
    }

    .blog .ast-blog-layout-4-grid .ast-article-inner p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-bottom: 0;
    }

    /* .blog .ast-blog-layout-4-grid .ast-article-post {
        margin-bottom: 0px;
    } */

    /*  */
    .ast-single-entry-banner[data-post-type="post"] {
        text-align: left;
        justify-content: center;
        width: 100%;
        padding: 30px 0px 0px 0px !important;
    }


    .ast-single-entry-banner {
        background: linear-gradient(to bottom, #ffd12d2e 0, #ffffff 100%) !important;
		        background: 		linear-gradient(to bottom, #fbf1e4 0, #ffffff 100%) !important;
    }

    .single-post .ast-single-entry-banner h1 {
        margin-bottom: 10px !important;
    }

    .single-post .ast-single-entry-banner .post-thumb-img-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        margin-top: 20px !important;
    }

    .single-post .site-content .site-main article {
        padding: 0px !important;
    }

    .ast-single-entry-banner .ast-breadcrumbs-wrapper ul li a span {
        color: #000000;
    }

    .ast-single-entry-banner .ast-breadcrumbs-wrapper ul li span {
        color: #000000;
    }

    /* single post */
    .single .site-content .content-area .entry-content h2 {
        font-size: 28px !important;
        font-weight: 600 !important;
    }

    .single .site-content .content-area .entry-content h3 {
        font-size: 24px !important;
        font-weight: 600 !important;
    }

    .single .site-content .content-area .entry-content p {
        font-size: 17px !important;
    }

    .ast-single-related-posts-container {
        padding: 0px !important;
    }

    .ast-single-related-posts-container .ast-related-posts-wrapper article {
        margin-top: 0px !important;
        border: 1px solid var(--ast-border-color);
        padding: 1rem !important;
        overflow: hidden;
        border-radius: 8px;
    }

    .ast-single-related-posts-container .ast-related-posts-wrapper article a img:hover {
        transform: scale(1.1);

    }

    .ast-single-related-posts-container .ast-related-posts-wrapper article a {
        overflow: hidden;
    }

    .ast-single-related-posts-container .ast-related-posts-wrapper article a img {
        height: auto;
        max-width: 100% !important;
        width: auto;
        transition: transform 0.5s ease;
        aspect-ratio: 300 / 200;
        object-fit: cover;
    }

    .ast-single-related-posts-container .ast-related-posts-wrapper article .post-thumb-img-content {
        overflow: hidden;
    }

    .ast-single-related-posts-container .ast-related-posts-wrapper article .entry-meta {
        display: none;
    }

    .ast-single-related-posts-container .ast-related-posts-wrapper article .ast-related-posts-inner-section {
        margin-top: 0px !important;
        padding: 1rem;
        background-color: var(--ast-bg-style-guide);
    }

    .ast-single-related-posts-container .ast-related-posts-wrapper article .ast-related-posts-inner-section .ast-related-post-content {
        margin: -1rem !important;
    }

    .ast-single-related-posts-container .ast-related-posts-wrapper article .entry-header {
        margin-top: 0px !important;
        padding: 10px;
		background:#fbf1e4;
    }

    .ast-single-related-posts-container .ast-related-posts-wrapper article .entry-header .ast-related-post-title a {
        font-size: 22px !important;
        font-weight: 600;
        line-height: 1.2 !important;
        margin-bottom: 0px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .ast-single-entry-banner .entry-meta,
    .ast-single-entry-banner .entry-meta span a span,
    .ast-single-entry-banner .entry-meta span span {
        color: #000000;
        font-size: 16px !important;
    }



    /* home page services */
    .ww-hp-services {
        margin-top: 0 !important;
    }

    .ww-hp-services .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
    .ww-hport-testimonials .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        position: relative;
        margin-top: 2rem;
    }

    .ww-hp-services .swiper-wrapper .wp-swiper__slide .wp-block-spectra-container {
        border: 1px solid var(--ast-border-color);
        overflow: hidden;
        padding: 1rem;
        overflow: hidden;
        border-radius: 8px;
    }

    .ww-services-btn {
        border: none !important;
        padding: 0px !important;
    }

    .ww-services-btn * {
        margin: 0;
    }

    .ww-hp-services .swiper-wrapper .wp-swiper__slide .wp-block-spectra-container figure {
        margin: -1rem;
        overflow: hidden;
    }

    .ww-hp-services .swiper-wrapper .wp-swiper__slide .wp-block-spectra-container figure img {
        aspect-ratio: 154 / 100;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .ww-hp-services .swiper-wrapper .wp-swiper__slide .wp-block-spectra-container figure img:hover {
        transform: scale(1.1);
    }

    .ww-hp-services .swiper-wrapper .wp-swiper__slide .wp-block-spectra-container .wp-block-heading {
        font-size: clamp(22px, 2rem, 28px);
        margin-top: 16px;
    }

    .ww-hp-services .swiper-wrapper .wp-swiper__slide .wp-block-spectra-container .wp-block-paragraph {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
    }



    .ww-hp-services .swiper-button-prev,
    .ww-hp-services .swiper-button-next {
        padding: 10px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        background: transparent;
        transition: 0.3s ease;
    }

    .ww-hp-services .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, -55px);
        right: auto;
    }

    .ww-hp-services .swiper-button-next {
        left: auto;
        right: var(--swiper-navigation-sides-offset, -55px);
    }

    /* Hover */
    .ww-hp-services .swiper-button-prev:hover,
    .ww-hp-services .swiper-button-next:hover {
        background: var(--primary-color);
        color: #fff;
    }

    /* Click / Active */
    .ww-hp-services .swiper-button-prev:active,
    .ww-hp-services .swiper-button-next:active,
    .ww-hp-services .swiper-button-prev:focus,
    .ww-hp-services .swiper-button-next:focus {
        background: var(--primary-color);
        color: #fff;
    }


    /*  */

    .ww-hport-testimonials .wp-swiper__slide .wp-block-spectra-container {
        aspect-ratio: 300 / 250;
        width: 100%;
        height: auto;
        padding: 30px;
    }

    /* portfolio page */

    .ww-portfolio .filter-buttons {
        display: flex;
        align-items: center;
        gap: 18px;
        flex-wrap: wrap;
        margin-bottom: var(--ww-section-entry-space);
    }

    .ww-portfolio .filter-btn {
        padding: 12px 19px;
        border: 1px solid var(--primary-color);
        border-radius: 50px;
        background: transparent;
        color: var(--primary-color);
        cursor: pointer;
        transition: 0.3s ease;
        text-transform: capitalize;
    }

    .ww-portfolio .filter-btn:hover,
    .ww-portfolio .filter-btn.active {
        background: var(--primary-color);
        color: #fff;
    }

    .ww-portfolio .gallery-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .ww-portfolio .gallery-item {
        position: relative;
        overflow: hidden;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        transition: 0.4s ease;
        cursor: pointer;
    }

    .ww-portfolio .gallery-item:hover {
        transform: translateY(-8px);
    }

    .ww-portfolio .gallery-item img {
        width: 100%;
        aspect-ratio: 380 / 350;
        object-fit: cover;
        display: block;
        transition: 0.5s ease;
    }

    .ww-portfolio .gallery-item:hover img {
        transform: scale(1.08);
    }

    .ww-portfolio .gallery-overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 25px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
        color: #fff;
        display: none !important;
    }

    .ww-portfolio .gallery-overlay h3 {
        font-size: 28px;
        margin: 0 0 8px;
        font-weight: 600;
    }

    .ww-portfolio .gallery-overlay p {
        font-size: 16px;
        margin: 0;
        opacity: 0.9;
    }

    /* services page */
    /* .ww-services-key-point p {
        font-size: 15px;
        line-height: 1.4;
    }
    .ww-services-key-point p::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #DCA54A !important;
        display: inline-block;
        transform: rotate(45deg);
        margin-bottom: 3.5px;
        margin-right: 6px;
    } */

    .ww-services-key-point p {
        font-size: 16px;
        line-height: 1.5;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .ww-services-key-point p::before {
        content: "";
        width: 10px;
        height: 10px;
        min-width: 10px;
        background-color: var(--primary-color);
        display: block;
        transform: rotate(45deg);
        margin-top: 6px;
        flex-shrink: 0;
    }

    /*  */
    .ww-services-wbtn .whatsapp-btn {
        margin-top: 1rem !important;
    }


    .whatsapp-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 15px;
        gap: 8px;
        margin-top: 0px !important;
        background: var(--secondary-color);
        border-color: var(--secondary-color);
        color: #fff;
        padding: 15px 25px;
        border-radius: 5px;
        text-decoration: none !important;
        font-weight: 600;
        line-height: 1em;
        font-family: 'DM Sans', sans-serif;
    }

    .whatsapp-btn:hover {
        color: #fff;
        border-color: var(--primary-color);
        background: var(--primary-color);
    }

    .whatsapp-btn img {
        width: 1em;
        height: 1em;
    }

    .whatsapp-btn:focus {
        color: #fff !important;
    }

    /* services home */
    .ww-hp-services-content h2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .ww-hp-services-content p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }


    /* footer */
    .site-footer .site-above-footer-wrap {
        background: linear-gradient(45deg, #ffe4b87a, transparent);
        /* background: #ffe4b87a; */
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .site-footer-above-section-4 p.wp-block-paragraph {
        align-items: flex-start !important;
    }

    .footer-widget-area ul li {
        margin-bottom: 12px;
    }

    .footer-widget-area ul li:last-child {
        margin-bottom: 0;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns {
        grid-template-columns: 30% 20% 20% 30%;
        gap: 0rem;
        padding-left: 0;
        padding-right: 0;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 aside #block-8 figure img {
        width: 150px;
        margin-bottom: 0px !important;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 aside #block-8 {
        margin-bottom: 16px !important;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 aside #block-14 p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0px !important;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 aside #block-14 {
        margin-bottom: 16px !important;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 aside #block-16 h3 {
        margin-bottom: 0px !important;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 aside #block-16 {
        margin-bottom: 16px !important;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 aside #block-15 ul li {
        font-size: 20px !important;
    }

    /*  */
    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-15 {
        display: none;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-23 {
        display: none;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-19 p {
        margin-bottom: 0px !important;
        display: flex;
        align-items: center !important;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-19 {
        margin-bottom: 8px !important;
        align-items: center !important;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside p img {
        width: 1em;
        height: 1em;
        margin-right: 8px;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-20 {
        margin-bottom: 8px !important;
        align-items: center;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-20 p {
        margin-bottom: 0px !important;
        color: #4a4a4a !important;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-20 p img {
        width: 20px;
        margin-right: 8px;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-20 p a {
        color: #4a4a4a !important;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-21 p img {
        width: 20px;
        margin-right: 8px;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-21 p a {
        color: #4a4a4a !important;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-21 p {
        margin-bottom: 16px !important;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-21 {
        margin-bottom: 16px !important;
        align-items: center;
    }

    .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-3 #nav_menu-5 #menu-item-1678 a {
        display: flex !important;
        align-items: baseline !important;
    }

    .site-footer-above-section-2 .menu a,
    .site-footer-above-section-3 .menu a {
        color: #4a4a4a;
        font-size: 16px;
        transition: all .2s linear;
    }

    .site-footer-above-section-2 .menu a:hover,
    .site-footer-above-section-3 .menu a:hover {
        color: var(--primary-color);
    }

    .site-footer-above-section-2 .menu a:before,
    .site-footer-above-section-3 .menu a:before {
        content: "";
        width: 7px;
        height: 7px;
        background-color: var(--primary-color) !important;
        display: inline-block;
        transform: rotate(45deg);
        margin-bottom: 3.5px;
        margin-right: 10px;
    }

    /* .footer-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        
        margin-bottom: 40px;
    } */

    /*  */
    .book-now-btn {
        margin-top: 10px !important;
        height: 45px;
        border-color: var(--primary-color);
        background: var(--primary-color);
        color: #fff;
    }

    .book-now-btn:hover {
        color: #fff;
        background: var(--secondary-color);
        border-color: var(--secondary-color);
    }


    .booking-popup {
        display: none;
        justify-content: center;
        align-items: flex-start;
        padding: 60px 20px;
        overflow-y: auto;
        position: fixed !important;
        inset: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.85);
        z-index: 9999999 !important;
    }

    .booking-popup-content {
        width: 800px;
        max-width: 95%;
        background: #fff;
        padding: 40px;
        border-radius: 12px;
        position: relative;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .booking-popup-content form {
        width: 100%;
    }

    .gp-contact-form {
        overflow: visible;
        margin-bottom: 0px !important;
    }

    #close-booking-popup {
        position: sticky;
        top: 0;
        float: right;
        font-size: 28px;
        cursor: pointer;
        z-index: 99;
    }

    /*  */
    .b2b-collaboration-form {
        padding-top: 16px;
        margin-bottom: 0px;
    }

    .b2b-collaboration-form p {
        margin-bottom: 16px !important;
    }

    .b2b-collaboration-form span {
        color: #e30b0b;
    }

    .ww-brand-coll .wpcf7 form .b2b-collaboration-form input:focus,
    .ww-brand-coll .wpcf7 form .b2b-collaboration-formselect:focus,
    .ww-brand-coll .wpcf7 form .b2b-collaboration-form textarea:focus {
        border: 0.7px solid #F0E6C5 !important;
        box-shadow: none !important;
        outline-offset: 2px !important;

    }
    .ww-brand-coll .wpcf7-response-output 
    {
        text-align: center;
    }

    .form-row {
        display: flex;
        gap: 20px;
    }

    .form-group {
        width: 100%;
        /* margin-bottom: 12px; */
    }

    .wpcf7 .form-group label {
        display: block;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #7c787c;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        padding: 14px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
        outline: none;
    }

    .form-group textarea {
        min-height: 140px;
        resize: vertical;
    }

    .full-width {
        width: 100%;
        margin-bottom: 20px;
    }

    .form-submit {
        text-align: center;
    }

    .form-submit input[type="submit"] {
        background: var(--primary-color);
        ;
        color: #fff;
        border: none;
        padding: 14px 35px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 6px;
        cursor: pointer;
        transition: 0.3s;
    }

    .form-submit input[type="submit"]:hover {
        background: #b8832f;
    }

    /* terms and conditions */
    .ww-terms-conditions h2 {
        font-size: 28px;
    }
    .ww-terms-conditions h3 {
        font-size: 24px;
    }
    .ww-terms-conditions p {
        font-size: 17px;
    }

    /* Responsive */
    @media (max-width: 921px) {
        .ast-separate-container .ast-article-inner {
            background-color: transparent;
        }

        .ast-plain-container,
        .ast-page-builder-template {
            background-color: transparent;
        }

        /* .ast-blog-layout-4-grid .ast-article-post {
            width: 50%;
        } */

        .ww-services-wbtn .whatsapp-btn {
            font-size: 12.50px !important;
        }

        .whatsapp-btn {
            font-size: 13px;
            margin-top: 0px !important;
        }

    }

    @media (max-width: 1024px) {
        .ast-builder-menu-1 .menu-item>.menu-link {
            padding-right: 10px !important;
            padding-left: 10px !important;
        }

        .ww-hp-blog {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            padding-left: 0px !important;
        }

        .ww-hport-testimonials .wp-swiper__slide .wp-block-spectra-container {
            aspect-ratio: 250 / 250;
        }

        /* portfolio page */
        .ww-portfolio .gallery-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        /*  */
        .site-footer .site-above-footer-wrap {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns {
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
        }

        .site-footer .site-footer-section {
            justify-content: flex-start;
        }

        .single-post .site-content .ast-container .entry-content {
            background: #fff !important;
        }

        .single-post .ast-single-entry-banner {
            padding-left: 16px !important;
            padding-right: 16px !important;
        }

        .single-post .site-content .ast-container {
            padding-left: 16px !important;
            padding-right: 16px !important;
        }


    }

    @media (max-width: 767px) {

        /* Global CTA Section */
        .ww-global-cta-sec .wp-block-spectra-buttons {
            flex-wrap: wrap;
            gap: 1rem;
        }

        .ww-global-cta-sec .wp-block-spectra-buttons>* {
            flex-basis: 100%
        }

        /* global-whatsapp */
        .global-whatsapp-btn {
            right: 20px;
            /* bottom: 15px; */
            width: 40px;
            height: 40px;
        }

        .global-whatsapp-btn i {
            font-size: 24px;
        }

        #ast-scroll-top {
            right: 70px;
        }

        /*  */

        .ww-hport-testimonials .wp-swiper__slide .wp-block-spectra-container {
            aspect-ratio: auto;
        }

        /* Global CTA Section end */

        .ww-hp-blog {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
            padding-left: 0px !important;
        }

        .ww-hp-contact-form .ww-form-img {
            order: -1 !important;
        }

        .ww-hp-contact-form p {
            margin-top: 10px !important;
            margin-bottom: 10px !important;
        }

        .ww-hp-contact-form h2 {
            margin-bottom: 0px !important;
            margin-top: 0px !important;
        }

        /* portfolio page */
        .ww-portfolio .gallery-grid {
            grid-template-columns: 1fr;
        }

        .ww-portfolio .filter-btn {
            padding: 12px 22px;
            font-size: 15px;
        }

        /*  */

        .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns {
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            text-align: center;
        }

        .ast-single-entry-banner .ast-breadcrumbs .trail-items {
            display: flex;
            flex-wrap: nowrap;
            width: 100%;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

        .ww-portfolio .filter-buttons {
            margin-bottom: 40px;
            display: flex;
            flex-wrap: nowrap;
            justify-content: start !important;
            width: 100%;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

        .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-15 {
            display: block;
        }

        .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-4 aside #block-23 {
            display: block;
        }

        .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 aside #block-16 {
            display: none;
        }

        .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns .site-footer-above-section-1 aside #block-22 {
            display: none;
        }

        /*  */
        .form-row {
            flex-direction: column;
            gap: 0px;
        }

        .b2b-collaboration-form {
            padding: 20px;
        }

        .whatsapp-btn {
            margin-top: 12px !important;
            font-size: 12px;
        }

        .ww-services-wbtn .whatsapp-btn {
            font-size: 12px;
        }

        .ww-services-wbtn .wp-block-button {
            margin-top: 16px !important;
            padding: 0px !important;
        }

    }

    @media (max-width: 544px) {
        .site-below-footer-wrap[data-section="section-below-footer-builder"] {
            padding-top: 10px;
            padding-bottom: 10px;
        }

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

        .site-footer .site-above-footer-wrap .ast-builder-footer-grid-columns {
            grid-template-columns: 1fr;
            gap: 20px;
            text-align: center;
        }
    }

    @media screen and (min-width: 1025px) {
        .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row>div {
            padding-left: 12px;
            padding-right: 12px;
        }

        .ast-separate-container #content .ast-container {
            padding-left: 20px;
            padding-right: 20px;
        }

        .site-footer-above-section-1.site-footer-section.site-footer-section-1 {
            padding-right: 2rem !important;
        }

        /* blog page */
        .blog .ast-archive-entry-banner .ast-container h1 {
            font-size: 48px;

        }

        .single-post .ast-single-entry-banner h1 {
            font-size: 42px !important;
        }


    }