/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Tom Usborne

 Author URI:   https://tomusborne.com

 Template:     generatepress

 Version:      0.1

*/
/* ============================
   PRIMARY MENU STYLES
============================ */
a {
    text-decoration: none;
}

/* Add padding-top except on home/front-page */
body:not(.home):not(.front-page):not(.is-front-page) .main-nav-container {
    padding-top: 20px;
}

/* @media(max-width:1370px){
    body:not(.home):not(.front-page):not(.is-front-page) .main-nav-container .main-header{
    padding:20px 30px 20px 30px;
}
} */
@media(max-width:767px) {
    body:not(.home):not(.front-page):not(.is-front-page) .main-nav-container {
        padding-top: 10px;
    }
}

#primary-menu {
    width: 100%;
}

p {
    font-size: 16px;
    line-height: 28px;
}

.main-navigation .main-nav>ul {
    justify-content: center;
}

#primary-menu ul li a {
    padding: 0 10px;
    color: #fff;
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    text-transform: uppercase;
    align-items: center;
}

#primary-menu ul li a .dropdown-menu-toggle {
    line-height: normal !important;
    padding-left: 5px !important;
    padding-right: 0 !important;
}

.main-navigation,
.main-navigation ul ul {
    background-color: transparent !important;
}

#primary-menu .sub-menu {
    background: #fff !important;
}

#primary-menu .sub-menu li a {
    color: #000 !important;
}

@media(min-width:1201px) {
    #menu-menu-1 .sub-menu li a {
        padding: 7px !important;
    }

    #menu-menu-1 .sub-menu li {
        border-bottom: 1px solid #0000001A;

    }

    #menu-menu-1 .sub-menu li:last-child {
        border-bottom: 0;
    }

    #menu-menu-1 .sub-menu li a {
        font-size: 14px !important;
        font-weight: 500 !important;
        text-transform: unset !important;
        color: #181D24;
    }

    #menu-menu-1 .sub-menu li a:hover {
        background: #f85c00;
        color: #fff !important;
    }

    #menu-menu-1 .sub-menu {
        border-radius: 4px;
    }

    /* Clean Nested Submenu Design (3rd Level) - Nav Bar Style */
    #primary-menu .sub-menu .sub-menu {
        width: 250px !important;
        background: #ffffff !important;
        border-radius: 4px !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
        border: 1px solid rgba(0, 0, 0, 0.05);
        padding: 0 !important;
        display: block !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: opacity 0.2s ease, visibility 0.2s ease !important;
        position: absolute !important;
        left: 100% !important;
        top: 0 !important;
    }

    /* Prevent Viewport Overflow: Make submenus strictly in the 3rd column open to the LEFT */
    #menu-item-53>.sub-menu>li:nth-child(3n)>.sub-menu,
    #menu-item-1004>.sub-menu>li:nth-child(3n)>.sub-menu {
        left: auto !important;
        right: 100% !important;
    }

    #primary-menu .sub-menu li:hover>.sub-menu,
    #primary-menu .sub-menu li.sfHover>.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    /* Fix overlapping submenus caused by delayed JS transitions: forcefully hide siblings if one is actively hovered */
    #primary-menu .sub-menu:hover>li:not(:hover)>.sub-menu {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition-delay: 0s !important;
    }

    #primary-menu .sub-menu .sub-menu li {
        border-bottom: 1px solid #0000001a !important;
    }

    #primary-menu .sub-menu .sub-menu li:last-child {
        border-bottom: 0 !important;
    }

    #primary-menu .sub-menu .sub-menu li a {
        padding: 15px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #181d24 !important;
        display: block !important;
        background: transparent !important;
        transition: all 0.2s ease !important;
    }

    #primary-menu .sub-menu .sub-menu li a:hover {
        background: #f85c00 !important;
        color: #fff !important;
    }
}

/* ============================
   DESKTOP TO MOBILE ADJUSTMENTS
============================ */
@media (max-width: 1200px) {
    .mobile-main-container {
        flex-direction: row-reverse;
        align-items: center !important;
    }

    .menu-container {
        width: fit-content !important;
    }

    .menu-toggle {
        line-height: 50px;
        height: fit-content;
    }

    .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.sfHover > a::after {
    transform: rotate(90deg);
}



    /* ============================
       HALF-PAGE MOBILE MENU STYLES
    ============================ */
    .main-navigation {
        position: relative;
    }

    .icon-arrow {
        display: none !important;
    }

    #primary-menu .sub-menu {
        border: 0 !important;
        padding: 0 0px 0 20px !important;
        margin: 0 !important;
    }

    #primary-menu .sub-menu li a {
        padding: 20px 0 12px 12px !important;
        font-size: 15px !important;
        line-height: 26px;
    }

    .mobile-menu {
        display: none;
    }

    #primary-menu ul li a {
        color: #000 !important;
        padding: 12px 0;
        max-width: 100%;
        width: auto;
        font-size: 18px;
        font-weight: 600;
        color: #181d24 !important;
        line-height: 104%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        text-transform: unset;
    }

    /* MENU TOGGLE BUTTON */
    .menu-toggle {
        background: transparent;
        color: #fff;
        cursor: pointer;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px;
        transition: all 0.3s ease;

        border-radius: 50% !important;
        width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
    }

    .menu-toggle:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    /* HALF-PAGE MOBILE MENU OVERLAY */
    .main-navigation .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 370px;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        display: flex !important;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 60px 40px;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

        overflow-y: auto;
    }

    .main-navigation.toggled .main-nav {
        transform: translateX(0);
    }

    .main-navigation:not(.toggled) .main-nav {
        transform: translateX(100%);
        display: none;
    }

    /* MENU ITEMS */
    .main-navigation.toggled .main-nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .main-navigation.toggled .main-nav li {
        width: 100%;
        text-align: left;
        opacity: 0;
        transform: translateX(20px);
        animation: fadeInRight 0.4s ease forwards;
    }

    .main-navigation.toggled .main-nav li:nth-child(1) {
        animation-delay: 0.1s;
    }

    .main-navigation.toggled .main-nav li:nth-child(2) {
        animation-delay: 0.15s;
    }

    .main-navigation.toggled .main-nav li:nth-child(3) {
        animation-delay: 0.2s;
    }

    .main-navigation.toggled .main-nav li:nth-child(4) {
        animation-delay: 0.25s;
    }

    .main-navigation.toggled .main-nav li:nth-child(5) {
        animation-delay: 0.3s;
    }

    .main-navigation.toggled .main-nav li:nth-child(6) {
        animation-delay: 0.35s;
    }

    .main-navigation.toggled .main-nav li:nth-child(7) {
        animation-delay: 0.4s;
    }

    .main-navigation.toggled .main-nav a {
        color: #000 !important;
        font-size: 16px;
        font-weight: 500;
        padding: 15px 0;
        display: block;
        text-decoration: none;
        transition: all 0.3s ease;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .main-navigation.toggled .main-nav a:hover {
        color: #333 !important;
        transform: translateX(5px);
    }

    /* CLOSE BUTTON */
    .main-navigation.toggled .menu-toggle {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 10000;
        background: rgba(255, 255, 255, 0.1);
        z-index: 10000000000;
    }

    /* BACKGROUND OVERLAY */
    .main-navigation::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        cursor: pointer;
    }

    .main-navigation.toggled::before {
        opacity: 1;
        visibility: visible;
    }

    /* SUBMENU */
    .main-navigation.toggled .main-nav ul ul {
        position: static;
        left: auto;
        background: transparent;
        box-shadow: none;
        padding: 10px 0 10px 20px;
        margin-top: 5px;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        display: none;
        width: 100%;
    }

    .main-navigation.toggled .main-nav ul li.menu-item-has-children.active>ul {
        display: block;
    }

    .main-navigation.toggled .main-nav ul ul a {
        font-size: 14px !important;
        padding: 10px 20px !important;
        color: #666 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    }

    .main-navigation.toggled .main-nav ul li.menu-item-has-children>a {
        position: relative;
        padding-right: 40px !important;
    }

    .main-navigation.toggled .main-nav ul li.menu-item-has-children>a::after {
        content: "›";
        position: absolute;
        right: 10px;
        font-size: 20px;
        transition: transform 0.3s ease;
    }

    .main-navigation.toggled .main-nav ul li.menu-item-has-children.active>a::after {
        transform: rotate(90deg);
    }

    .main-navigation.toggled .main-nav ul ul li {
        animation: fadeInRight 0.3s ease forwards;
        animation-delay: calc(0.1s * var(--item-index, 0));
    }

    /* Replace burger icon with custom SVG and set color to white */
    .menu-toggle .gp-icon svg:first-child {
        display: none !important;
    }

    .menu-toggle .gp-icon::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='%23fff'%3E%3Cpath d='M3 4H21V6H3V4ZM3 11H15V13H3V11ZM3 18H21V20H3V18Z'%3E%3C/path%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 32px 32px;
        /* 🔹 increased from contain to specific size */
        width: 36px;
        /* 🔹 slightly larger wrapper */
        height: 36px;
        display: block;
        margin: auto;
    }

    .main-navigation .inside-navigation {
        margin-top: -2px !important;
    }



    /* Default: menu toggle shows burger icon (no close yet) */
    .menu-toggle {
        position: relative;
        z-index: 10001;
        background: transparent;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    /* Add close icon with ::before when menu is toggled */
    .main-navigation.toggled .menu-toggle::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M71.029 71.029c9.373-9.372 24.569-9.372 33.942 0L256 222.059l151.029-151.03c9.373-9.372 24.569-9.372 33.942 0 9.372 9.373 9.372 24.569 0 33.942L289.941 256l151.03 151.029c9.372 9.373 9.372 24.569 0 33.942-9.373 9.372-24.569 9.372-33.942 0L256 289.941l-151.029 151.03c-9.373 9.372-24.569 9.372-33.942 0-9.372-9.373-9.372-24.569 0-33.942L222.059 256 71.029 104.971c-9.372-9.373-9.372-24.569 0-33.942z' fill='%23000'/%3E%3C/svg%3E");
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
    }

    .main-navigation .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 370px;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        /* this is high */
    }

    .menu-toggle {
        z-index: 999999;
        /* probably lower than 9999 */
    }

    /* Add border around close (X) icon only */
    .main-navigation.toggled .menu-toggle {
        border: 1px solid rgba(0, 0, 0, 0.04) !important;
        background: #fff !important;
        /* optional, if you want white background for contrast */
        color: #000 !important;
        /* optional - makes X icon black */
    }

    /* Ensure menu toggle color is white */
    .menu-toggle {
        color: #fff !important;
    }
}

/* ============================
   ANIMATIONS
============================ */
@keyframes fadeInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ============================
   ICON STYLES
============================ */
.gp-icon {
    width: auto;
    height: auto;
}

.gp-icon svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
}

.gp-icon.icon-menu-bars svg:last-child {
    margin-top: -2px !important;
    display: none;
}

/* Allow submenu clicks inside opened mobile menu */
.main-navigation.toggled .main-nav {

    z-index: 99999 !important;
}

.main-navigation.toggled .sub-menu {

    z-index: 999999 !important;
    pointer-events: auto !important;
}

/* Make sure overlay sits BELOW the nav */
.main-navigation.toggled::before {
    z-index: 9998 !important;
}

/* FIX: Push desktop submenu lower so parent link stays clickable */
@media (min-width: 1201px) {
    #primary-menu .menu-item-has-children>.sub-menu {
        top: calc(100% + 0) !important;
        /* You can increase 8px to 10px or 12px if needed */
    }
}

@media (min-width:1201px) {

    /* Shared submenu styling */
    #menu-item-53>.sub-menu,
    #menu-item-1004>.sub-menu {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        width: 800px !important;
        padding: 0 !important;
    }

    #menu-item-53>.sub-menu>li,
    #menu-item-1004>.sub-menu>li {
        display: flex !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    /* Remove right border from column 2 */
    /* #menu-item-53 > .sub-menu > li:nth-child(2n),
    #menu-item-1004 > .sub-menu > li:nth-child(2n) {
        border-right: none;
    } */



    #menu-item-53>.sub-menu>li>a,
    #menu-item-1004>.sub-menu>li>a {
        flex: 1;
        display: flex;
        align-items: center;
        padding: 15px;
        height: 100%;
    }

    #menu-item-53>.sub-menu>li>a:hover,
    #menu-item-1004>.sub-menu>li>a:hover {
        background: #f60;
        color: #fff;
    }

}

@media(min-width:1200px){
    .op-menu-list{
        display:none;
    }
}

@media (max-width: 1200px) {

    /* Hide GeneratePress default dropdown toggle icon */
    #primary-menu ul li a .dropdown-menu-toggle {
        display: none !important;
    }

}

/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
#ctrbCounters-1 .ctrbCounters .counter {
    text-align: center;
    width: 100% !important;
    height: auto !important;
    padding: 20px 20px;
    border-radius: 50%;
    box-shadow: none !important;
}

#ctrbCounters-1 .ctrbCounters {
    padding: 0 !important;
}

.counter .counterIcon {
    display: none !important;
}

@media(max-width:1024px) {
    #ctrbCounters-1 .ctrbCounters {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media(max-width:767px) {
    #ctrbCounters-1 .ctrbCounters {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px;
    }
}

.home-video-image {
    transition: transform 0.6s ease;
    transform-origin: center center;
}

.home-video-image:hover {
    transform: scale(1.05);
}

.home-video-section {
    overflow: hidden !important;
}

.footer-email {
    word-wrap: break-word;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* About Us */
.hero-banner {
    overflow: hidden;
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:

        /* ORANGE overlay (TOP – visible clearly) */
        linear-gradient(0deg, #f85c00c2 0%, rgba(248, 92, 0, 0) 100%),

        /* LIGHT BLACK overlay */
        linear-gradient(0deg, rgba(16, 16, 16, 0.25) 0%, rgba(16, 16, 16, 0.10) 50%, rgba(16, 16, 16, 0) 100%),

        /* FULL BLACK soft transparent */
        linear-gradient(0deg, rgba(16, 16, 16, 0.35) 0%, rgba(16, 16, 16, 0.35) 100%);

    z-index: 2;
    pointer-events: none;
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Contact Us */
.custom-contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.custom-contact-form p {
    margin: 0;
}

.custom-contact-form p br {
    display: none;
}

.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #0000000D;
    background: #f2f3f4;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
    transition: 0.3s;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: #f85c00;
    background: #fff;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    font-weight: 500;
}

.send-btn {
    width: fit-content !important;
    background: #f85c00 !important;
    padding: 12px 25px 12px 25px !important;
    font-family: "Manrope", Sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #ffffff;
    border-style: none;
    border-radius: 25px !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    margin: 0;
    transition: all 0.3s ease;
}

.send-btn:hover {
    background: #0a0b14;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Home Services*/
/* Separator line inside service item */
.home-service-item .wp-block-separator {
    border-top: 1px !important;
    margin: 20px 0px !important;
}

/* Hover background */
.home-service-item:hover {
    background: #0a0b14 !important;
}

/* Hover text color */
.home-service-item:hover h5,
.home-service-item:hover .home-service-item-desc {
    color: #ffffff !important;
}

/* Hover separator line color */
.home-service-item:hover .wp-block-separator {
    background: #f85c00 !important;
    color: #f85c00 !important;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Services list page*/
@media (min-width: 1024px) and (max-width: 1032px) {
    .list-page-item {
        height: 300px;
    }

    .list-page-wrapper div img {
        width: 100%;
    }
}


.list-page-wrapper {
    overflow: hidden;
    position: relative;
}

.list-page-transition {
    transition: transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    /* You can increase 1.2s to 1.5s or 2s if you want even slower */
}

.list-page-item:hover .list-page-transition {
    transform: scale(1.03);
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Services single page tab*/

.service-tab:hover {
    background: #f85c00 !important;
    color: #fff !important;
}

.active-service-tab {
    background: #f85c00 !important;
    color: #fff !important;
}

.active-service-tab p {
    color: #fff !important;
}


@media(max-width:767px) {
    #wpfront-scroll-top-container {
        bottom: 75px !important;
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Product Inner Page*/
.product-innerpgae-feature-image {
    border-radius: 20px !important;
    border: 1px solid #181d24;
    height: 100% !important;
}

.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.lightbox-content {
    display: flex;
    justify-content: center;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 1000000;
    font-weight: bold;
    line-height: 1;
}

.lightbox-close:hover {
    opacity: 0.7;
}

.service-gallery-grid-item a img {
    border-radius: 20px;
}

.service-gallery-grid-item a img {
    border: 1px solid #181d24;
}

@media(max-width:1024px) {
    .service-gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

}

@media(max-width:767px) {
    .service-gallery-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media(max-width:480px) {
    body:not(.home):not(.front-page):not(.is-front-page) .main-nav-container .main-header {
        padding: 5px !important;
    }
}

@media(max-width:1032px) {
    .product-inner-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        text-align: center !important;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .pi-logo-sec {
        width: 40% !important;
    }
}

/* ======================================== Our system list style  =================================================================== */

.our-system-wrapper {
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.system-item {
    display: block;
    background: #e9e9e9;
    padding: 22px 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease;
}

.system-item:hover {
    background: #f85c00;
    color: #fff;
}

.system-item.active-system {
    background: #f85c00;
    color: #fff;
}

.pi-service-tab {
    display: none !important;
}

/* ======================================== Our system list style End  =================================================================== */



/* ======================================== Request a quote form style  =================================================================== */

.custom-enquiry-form .cf7-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.custom-enquiry-form .cf7-field {
    margin-bottom: 20px;
}

.custom-enquiry-form .cf7-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.custom-enquiry-form .cf7-input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.custom-enquiry-form .cf7-input:focus {
    border-color: #f85c00;
    box-shadow: 0 0 0 2px rgba(234, 71, 70, 0.1);
    outline: none;
}

.custom-enquiry-form .cf7-submit {
    text-align: center;
    margin-top: 10px;
}

.custom-enquiry-form .cf7-btn {
    background: #f85c00;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-enquiry-form .cf7-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(234, 71, 70, 0.3);
    background: #0a0b14;
}

/* Error Messages */
.custom-enquiry-form .wpcf7-not-valid-tip {
    font-size: 12px;
    color: red;
    margin-top: 4px;
}

.custom-enquiry-form .wpcf7-response-output {
    margin-top: 15px;
    border-radius: 6px;
    padding: 10px;
}

.custom-enquiry-form .cf7-field p {
    margin: 0;
}

.custom-enquiry-form .cf7-field br {
    display: none;
}

.custom-enquiry-form .cf7-field label {
    display: block;
    margin-bottom: 4px;
}

.custom-enquiry-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 0;
}

@media(max-width:1024px){
    .pi-form-contnet{
        position:relative !important;
    }
}

.wpcf7-spinner{
    display: none;
}
/* Mobile */
@media (max-width: 767px) {
    .custom-enquiry-form .cf7-form-wrapper {
        padding: 20px;
    }

    .custom-enquiry-form .cf7-input {
        height: 44px;
        font-size: 13px;
    }

    .custom-enquiry-form .cf7-btn {
        width: 100%;
        padding: 12px;
    }
}

/* ======================================== Request a quote form style End =================================================================== */