/*
Theme Name: GDC Construct
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)
*/
header .h-nav-menu.header-menu-sticky {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.common-p-style p:last-child {
    margin-block-end: 0 !important;
}

.portfolio-item * {
    width: 100% !important;
}

/* 05-09-2025 */
.location-block .common-p-style {
    min-height: 90px;
}

.form-part .elementor-field-label span {
    color: #b94a48;
}

.common-p-style p strong {
    font-weight: 500 !important;
}

.elementor-widget-form .elementor-message {
    color: green !important;
}

/* 05-09-2025 */


.single-projects .common-p-style,
.single-projects .elementor-button-text,
.single-projects .elementor-heading-title,
.projects-template .common-p-style,
.projects-template .elementor-button-text,
.projects-template .elementor-heading-title{
    color: #1F2A67 !important;
}

/* .projects-template .elementor-heading-title{text-align: center;} */

@media (max-width: 1024px) {
    .main-header .e-n-menu-wrapper {
        margin-top: 2.5vw !important;
    }
}

@media (max-width: 1024px) {
    .image-carousel .elementor-swiper-button-prev {
        left: 40px !important;
    }

    .image-carousel .elementor-swiper-button-next {
        right: 40px !important;
    }
}


@media (max-width:767px) {
    .protfolio-image * {
        width: 100% !important;
    }

    .location-block .common-p-style {
        min-height: auto;
    }

    .main-header .e-n-menu-wrapper {
        margin-top: 18px !important;
    }

    .project-load-more .elementor-button-content-wrapper {
        display: flex !important;
        align-items: center !important;
    }

    .image-carousel .elementor-swiper-button-prev {
        left: 50px !important;
    }

    .image-carousel .elementor-swiper-button-next {
        right: 50px !important;
    }

    .form-part .elementor-field-type-submit .elementor-button {
        padding: 12px 35px !important;
    }

    .main-header .e-n-menu-wrapper {
        margin-top: 2.5vw !important;
    }

    .scroll-icon-block {
        display: none !important;
    }
}

@media (max-width:575px) {
    .image-carousel .elementor-swiper-button-prev {
        left: 10px !important;
    }

    .image-carousel .elementor-swiper-button-next {
        right: 10px !important;
    }

    .main-header .e-n-menu-wrapper {
        margin-top: 19px !important;
    }
}

.scroll-top {
    display: inline-block;
    width: 66px;
    height: 66px;
    padding: 18px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 74px;
    right: 50px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}