/**

Theme Name: Ezy-Rest

Author: Brainstorm Force

Author URI: https://ezyrest.yourdevelopmentserver.net/

Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!

Version: 1.0.0

License: GNU General Public License v2 or later

Text Domain: Ezy-Rest

Template: astra

*/

h1 {
    font-size: 42px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

.home-banner {
    position: relative;
}

.banner-h2-heading {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 500px;
}

.banner-h3-heading {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 500px;
}

.online-quote {
    width: 650px;
}

.online-quote label {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.online-quote p {
    margin-bottom: 10px;
}

.online-quote .form-heading {
    display: block;
    width: auto;
    border-bottom: none;
    padding: 5px;
    font-weight: 500;
    color: #000000;
    font-size: 17px;
    margin: 0 0 20px 0;
}

.online-quote .label-heading {
    display: block;
    width: 22%;
    font-family: "Open Sans", Sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
}

.online-quote .enquiry-heading {
    margin-top: 20px;
}

.online-quote input {
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
    font-family: "Open Sans", Sans-serif;
    padding: 0px 10px !important;
    font-size: 15px;
    border-radius: 0px;
    height: 33px;
}

.online-quote textarea {
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    font-family: "Open Sans", Sans-serif;
    padding: 0px 10px !important;
    resize: none;
    font-size: 15px;
    height: 150px;
}

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

.submit-btn input {
    margin-left: 94px;
    background: #7cbe24 !important;
    border: medium none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 400;
    padding: 5px 22px !important;
}

.contact-form.online-quote {
    width: auto;
}

.contact-form.online-quote::placeholder {
    color: #cccccc;
    opacity: 1;
    /* Firefox */
    font-size: 10px !important;
}

.contact-form.online-quote::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #cccccc;
    font-size: 10px !important;
}

.contact-form.online-quote p {
    margin-bottom: 0px;
}

.contact-form.online-quote input {
    font-size: 12px;
    padding: 10px;
}

.contact-form.online-quote textarea {
    font-size: 12px;
    padding: 10px;
    resize: none;
    height: 100px;
}

.contact-form.online-quote .submit-btn {
    text-align: left;
}

.contact-form.online-quote .submit-btn input {
    margin-left: 0px;
}

.trigger {
    text-align: center;
    padding: 0px;
    background: transparent;
    color: #000000;
    font-size: 15px;
    outline: none;
    border: none;
    position: relative;
    border-radius: 5px;
    transition: 0.3s;
    font-family: cursive;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 45px;
    width: 99%;
    overflow: scroll;
    height: 90%;
    overflow-x: hidden;
    border-radius: 0px;
}

.close-button {
    float: right;
    text-align: center;
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    right: 15px;
    font-size: 34px;
    top: 15px;
    color: #000000;
    font-weight: 400;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.product-info {
    display: flex;
    gap: 30px;
}

.product-image {
    width: 50%;
}

.product-description {
    width: 50%;
}

.modal-content h3 {
    font-family: "Open Sans", Sans-serif;
    margin-bottom: 15px;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.product-text {
    height: 100px;
    overflow: scroll;
    overflow-x: hidden;
    font-size: 14px;
    padding-right: 30px;
    line-height: 22px;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
}

.modal-content p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
}

.product-feature {
    display: flex;
}

.product-feature ul {
    width: 50%;
    margin-top: -10px;
    margin-left: 25px;
}

.modal-content ul li {
    color: #000000;
    font-size: 14px;
    font-family: "Open Sans", Sans-serif;
}

.additional-options {
    display: flex;
}

.additional-options ul {
    width: 25%;
}

.additional-options-heading {
    text-align: center;
    margin: 40px 0px 0px 0px !important;
}

.trigger .btn-text {
    background-color: #272B23;
    font-family: "Open Sans", Sans-serif;
    display: block;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    color: #ffffff;
}

.product-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #7CBE2480;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;

    /* Smooth transition */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.trigger:hover .product-image-overlay {
    opacity: 1;
    visibility: visible;
}


/* width */
.product-text::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.product-text::-webkit-scrollbar-track {
    background: #cccccc;
}

/* Handle */
.product-text::-webkit-scrollbar-thumb {
    background: #7CBE24;
}

/* Handle on hover */
.product-text::-webkit-scrollbar-thumb:hover {
    background: #7CBE24;
}

.elementor-widget-text-editor a {
    color: #000000;
    text-decoration: none !important;
}

.elementor-widget-text-editor a:hover {
    color: #7CBE24;
}

.navigation ul li.current_page_item a {
    background: url(/wp-content/uploads/2025/08/arrow.png) no-repeat 50% 96%;
    color: #7cbe24;
    transition: 0s;
}

.navigation ul li a:hover {
    background: url(/wp-content/uploads/2025/08/arrow.png) no-repeat 50% 96%;
    transition: 0s;
    color: #7cbe24;
}

a,
a:active,
a:focus {
    outline: none;
}

#ast-scroll-top {
    display: none !important;
}




@media only screen and (min-width: 1300px) and (max-width: 1600px) {


    .home-banner .bdt-slider .bdt-slide-item {
        height: 550px !important;
    }

    .inner-banner {
        min-height: 450px !important;
    }


}


@media only screen and (min-width: 1200px) and (max-width: 1299px) {


    .home-banner .bdt-slider .bdt-slide-item {
        height: 450px !important;
    }

    .inner-banner {
        min-height: 350px !important;
    }

    .navigation ul li.current_page_item a,
    .navigation ul li a:hover {
        background-image: none;
    }


}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .home-banner .bdt-slider .bdt-navigation-next i,
    .home-banner .bdt-slider .bdt-navigation-prev i {
        font-size: 37px !important;
    }

    .banner-h2-heading {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        width: 380px;
    }

    .navigation ul li.current_page_item a,
    .navigation ul li a:hover {
        background-image: none;
    }

    .online-quote {
        width: 480px;
    }

    .online-quote label {
        display: block;
    }

    .online-quote p {
        margin-bottom: 5px !important;
    }

    .online-quote .label-heading {
        width: 100%;
        margin-bottom: 5px;
    }

    .online-quote .enquiry-heading,
    .online-quote .form-heading {
        margin-bottom: 20px !important;
    }

    .product-info {
        display: block;
    }

    .product-image {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .product-image img {
        width: 65%;
        margin: auto;
    }

    .product-description {
        width: 100%;
        padding: 0px 30px;
    }

    .product-text {
        height: auto;
        overflow: visible;
    }

    .product-feature {
        display: block;
    }

    .product-feature ul {
        width: 100%;
    }

    .modal-content {
        height: 99%;
    }

    .modal-content p {
        padding-right: 0px;
    }


}


@media only screen and (max-width: 767px) {


    .home-banner .bdt-slider .bdt-navigation-next i,
    .home-banner .bdt-slider .bdt-navigation-prev i {
        font-size: 37px !important;
    }

    .online-quote {
        width: auto;
    }

    .online-quote label {
        display: block;
    }

    .online-quote p {
        margin-bottom: 5px !important;
    }

    .online-quote .label-heading {
        width: 100%;
        margin-bottom: 5px;
    }

    .online-quote .enquiry-heading,
    .online-quote .form-heading {
        margin-bottom: 20px !important;
    }

    .product-info {
        display: block;
    }

    .product-image {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .product-image img {
        width: 100%;
        margin: auto;
    }

    .product-description {
        width: 100%;
    }

    .product-text {
        height: auto;
        overflow: visible;
    }

    .product-feature {
        display: block;
    }

    .product-feature ul {
        width: 100%;
    }

    .modal-content {
        height: 99%;
        padding: 45px 20px;
    }

    .additional-options {
        display: block;
    }

    .additional-options ul {
        width: 100%;
        margin-top: -10px !important;
    }

    .additional-options ul:first-child {
        margin-top: 10px !important;
    }

    .navigation ul li.current_page_item a,
    .navigation ul li a:hover {
        background-image: none;
    }

    .modal-content p {
        padding-right: 0px;
    }




}




@media only screen and (max-width: 400px) {

    .header-info {
        display: none;
    }

    
}