/*
Theme Name: PMP Facilities
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)
*/

*:focus,
*:focus-visible,
*:focus-within {
    outline: none !important;
}

/* Header */
.header-contact-box .elementor-icon-box-description a {
    color: #ffffff;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

.h-navigation-menu a {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

.header-contact-box .elementor-icon-box-description a:hover {
    color: #FFA500;
}



.hfe-nav-menu-icon {
    padding: 0 !important;
}



/* Header */

/* Common */
.common-details *:last-child {
    margin-bottom: 0 !important;
}

.common-details h1,
.common-details h2,
.common-details h3,
.common-details h4,
.common-details h5,
.common-details h6 {
    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: 10px;
}

/* Common */

/* Footer */
.f-contact-lists a {
    width: auto !important;
    display: inline-flex !important;
}

.contact-box .elementor-icon-box-description a {
    color: #606D7A;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

.contact-box .elementor-icon-box-description a:hover {
    color: #FFA500;
}


/* Footer */

/* Home Banner */
.banner-bg-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(1, 30, 59, 0.4);
}

.banner-bg-img {
    height: 100%;
}

.banner-main-title {
    margin: 0 !important;
}

.home-banner-carousel .carousel-arrow {
    padding: 8px;
}

/* Home Banner */

/* Why Choose Us Section */
.why-us-grid-icon .elementor-icon-wrapper {
    display: flex;
}

.why-us-grid-icon svg {
    fill: none !important;
}

.why-us-grid-icon path {
    fill: #ffffff !important;
}

.why-us-grid-item .why-us-grid-icon-main {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

.why-us-grid-item:hover .why-us-grid-icon-main {
    background: #FFA500 !important;
}

/* Why Choose Us Section */

/* Contact Form */
.contact-form .row {
    margin-left: -15px;
    margin-right: -15px;
    font-family: "Inter", Sans-serif;
}

.contact-form .col-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Inter", Sans-serif;
}

.contact-form .col-12 {
    padding: 0 15px;
}

.contact-form .form-label {
    margin-bottom: 10px;
    font-weight: 400;
}

.contact-form .form-field-with-icon {
    position: relative;
}

.contact-form .wpcf7-form-control {
    border-radius: 10px;
    border: 1px solid rgba(1, 30, 59, 0.4);
    min-height: 55px;
    padding: 12px 50px 12px 15px;
    font-family: "Inter", Sans-serif;
    color: #011E3B;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    transition: all 0.3s ease;
    background-color: transparent;
}

.contact-form select.wpcf7-form-control option {
    color: #011E3B;
}

.contact-form .wpcf7-form-control.wpcf7-textarea {
    height: 130px;
}

.contact-form .wpcf7-form-control:focus {
    border-color: #FFA500;
    outline: none;
}

.contact-form .wpcf7-form-control:focus-visible {
    border-color: #FFA500;
    outline: none;
}

.contact-form .wpcf7-form-control::placeholder {
    color: rgba(1, 30, 59, 0.4)
}

.contact-form .field-icon {
    position: absolute;
    right: 0;
    top: 16px;
    right: 22px;
}

.contact-form .field-icon img {
    border-radius: 0;
}

.contact-form .form-label {
    font-size: 18px;
    color: #011E3B;
}

.contact-form .col-12 {
    margin-bottom: 20px;
}

.contact-form .wpcf7-form-control.wpcf7-submit {
    padding: 10px 30px 10px 30px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border: none;
    min-width: 175px;
    background-color: #FFA500;
    transition: all 0.3s ease;
    border: 1px solid #FFA500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contact-form .form-submit.text-center {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.contact-form .form-submit .btn.btn-parrot-gradient {
    position: relative;
    display: flex;
    width: 175px;
    transition: all 0.3s ease;
}

.contact-form .form-submit .btn.btn-parrot-gradient:hover .wpcf7-form-control.wpcf7-submit {
    color: #FFA500;
    background: transparent;
}

.contact-form form .wpcf7-response-output {
    border: none;
}

.contact-form form.invalid .wpcf7-response-output,
.contact-form form.failed .wpcf7-response-output {
    color: red;
}

.contact-form form.sent .wpcf7-response-output {
    color: green;
}

/* Contact Form */

/* Partner Logos Section */
.partner-carousel .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.partner-carousel img {
    object-fit: contain !important;
    max-height: 120px !important;
}

/* Partner Logos Section */

/* Testimonial Carousel Section */
.testimonial-carousel .premium-testimonial-img-wrapper,
.testimonial-carousel .premium-testimonial-img-wrapper img {
    width: 100px !important;
    height: 100px !important;
}

/* Testimonial Carousel Section */

@media(max-width:1366px) {

    .testimonial-carousel .premium-testimonial-img-wrapper,
    .testimonial-carousel .premium-testimonial-img-wrapper img {
        width: 90px !important;
        height: 90px !important;
    }
}

@media (max-width: 1024px) {

    .contact-form .wpcf7-form-control.wpcf7-submit,
    .contact-form .form-label,
    .contact-form .wpcf7-form-control {
        font-size: 16px;
    }

    .contact-form .wpcf7-form-control.wpcf7-submit {
        padding: 10px 20px 10px 20px;
    }

    .partner-carousel img {
        max-height: 100px !important;
    }

    .testimonial-carousel .premium-testimonial-img-wrapper,
    .testimonial-carousel .premium-testimonial-img-wrapper img {
        width: 80px !important;
        height: 80px !important;
    }
}

@media (max-width: 767px) {
    .hfe-nav-menu__layout-horizontal {
        position: fixed !important;
        top: 0 !important;
        max-width: 100%;
        width: 100% !important;
        left: auto !important;
        bottom: 0 !important;
        height: 100% !important;
        overflow: auto;
        background: #fff;
        padding: 200px 0px 30px;
        right: -100%;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .hfe-nav-menu__layout-horizontal.menu-is-active {
        right: 0;
        height: auto !important;
        margin-top: 0 !important;
        width: 100% !important;
    }

    .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        display: block;
    }

    .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item .hfe-menu-item {
        padding: 15px 10px !important;
    }

    .hfe-nav-menu__toggle {
        z-index: 999999;
    }

    .home-banner-carousel .carousel-arrow {
        display: none !important;
    }

    .contact-form .col-12 {
        margin-bottom: 15px;
    }

    .contact-form .form-submit.text-center {
        margin-top: 20px;
    }

    .contact-form .wpcf7-form-control.wpcf7-submit {
        padding: 8px 20px 8px 20px;
    }

    .partner-carousel img {
        max-height: 90px !important;
    }

    .testimonial-carousel .premium-testimonial-img-wrapper,
    .testimonial-carousel .premium-testimonial-img-wrapper img {
        width: 70px !important;
        height: 70px !important;
    }
}

@media(max-width:575px) {

    .services-grid,
    .why-us-grid,
    .quote-detail-grid {
        --e-con-grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media(max-width:525px) {
    .header-contact-grid {
        --e-con-grid-template-columns: repeat(1, 1fr) !important;
        gap: 15px !important;
    }
}