/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 !important;
    line-height: 120%;
}

p {
    margin: 0 !important;
}

#header .logo .elementor-widget-wrap {
    background-size: 100% 100% !important;
}

.she-header .logo .elementor-widget-wrap {
    height: 100px;
    position: relative;
}

.she-header .logo .elementor-element {
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
}
#header nav {
    position: relative;
}

#header nav::before {
    content: "";
    background: rgb(18, 64, 128);
    background: linear-gradient( 180deg, rgba(18, 64, 128, 1) 0%, rgba(43, 83, 165, 1) 100% );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -90px;
    z-index: -1;
    transform: skewX(-35deg);
}

#header nav ul {
	/* margin: 0 auto; */
    padding: 30px 0;
    max-width: 1092px;
    width: 100%;
}

#banner {
    position: relative;
}

#banner h2 {
    text-shadow: 7px 7px 4px rgba(0, 0, 0, 0.65);
    max-width: 1165px;
    width: 100%;
}

#banner p {
    text-shadow: 7px 7px 4px rgba(0, 0, 0, 0.65);
    max-width: 1113px;
    width: 100%;
    margin-bottom: 60px;
}

.banner-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 230px;
    max-width: 1700px;
}

#banner .socials {
    position: absolute;
    right: 43px;
    bottom: 258px;
	max-width: 80px;
	margin: auto;
}

#welcome .left {
    right: -130px;
}

#welcome p strong {
    color: #2A52A3;
}

#welcome img {
    object-position: left;
}

#services .row {
    max-width: 1730px;
    margin: auto;
}

#why p {
    padding-bottom: 30px;
}

#why .row {
    max-width: 879px;
    margin: 0 90px 0 auto;
}

#review {
    background-size: 100% 100% !important;
}

#review .con-comment {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 80px 20px;
}

.con-comment .comment {
    padding: 95px 0 105px;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #333333;
    line-height: 45px;
    min-height: 700px;
}

.con-comment .name {
    font-size: 25px;
    font-weight: 700;
    line-height: 45px;
    color: var(--gray);
    color: #333;
}

.strong-view.pager-style-buttons .wpmslider-pager-link:before {
    color: #000 !important;
    background: #000 !important;
    width: 24px !important;
    height: 24px !important;
}
#review .right {
    max-width: 997px;
    width: 100%;
    background: #fff;
    position: relative;
    box-shadow: 5px 5px 12px rgba(136, 136, 136, 0.65);
}

#review .profile {
    position: absolute;
    top: -50px;
    left: -35px;
    max-width: 220px;
    max-height: 220px;
    width: 100%;
    height: 100%;
}

#review .row {
    max-width: 1720px;
    margin: 0 auto;
}

.con-dot {
    text-align: center;
}

#project .row {
    max-width: 1720px;
    margin: auto;
}

#gallery {
    background-size: 100% 100% !important;
}

#gallery .row {
    max-width: 1758px;
    margin: auto;
}

#gallery .elementor-widget-container {
    max-width: 338px;
    width: 100%;
    box-shadow: 7px 7px 4px rgba(0, 0, 0, 0.65);
}

.con-form {
    max-width: 1718px;
    width: 100%;
    margin: 0 auto;
    background: rgb(42, 82, 163);
    background: linear-gradient( 90deg, rgba(42, 82, 163, 1) 0%, rgba(19, 65, 129, 1) 100% );
    border: 3px solid var(--white);
    border-radius: 80px;
    padding: 60px 0 40px;
    position: relative;
}

.wpcf7 {
    margin: 0 auto;
    max-width: 1258px;
    width: 100%;
}

#footer .text {
    max-width: 1000px;
    margin: auto;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 textarea {
    color: #aaaaaa;
    height: 45px;
    display: block;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0 auto 25px;
    font-family: "Montserrat", Sans-serif;
}

.wpcf7 textarea {
    height: 155px;
    padding-top: 10px;
    resize: none;
}

.wpcf7 label {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
}

.wpcf7 .flex p {
    display: flex;
    align-items: center;
    gap: 25px;
}

.wpcf7 input[type="submit"],
[type=submit] {
    background: linear-gradient( 180deg, rgba(229, 241, 251, 1) 0%, rgba(187, 187, 187, 1) 100% );
    color: var(--dark);
    max-width: 347px;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    padding-block: 30px;
    border: none;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 20px auto 0;
}

#footer .item p {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.05em;
}

#footer .item p a {
    color: #333333;
    letter-spacing: 0.05em;
}

#footer .row {
    max-width: 1017px;
    margin: auto;
}

#footer .row.elementor-section .elementor-container {
    gap: 30px;
}

.inner #content {
    padding: 40px 10px;
    min-height: 400px;
}

.inner #content h1 {
    max-width: 100%;
    margin: auto;
    font-size: 60px;
    font-weight: 700;
    color: #8AD6AE;
    text-align: center;
    padding-bottom: 20px;
    font-family: "Montserrat", Sans-serif;
}

.inner #footer {
    margin-top: 0 !important;
}

.inner #content li {
    color: #2a52a3;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
}

.inner .wpmtst-testimonial {
    padding: 50px;
    border-radius: 25px;
    background: #2a52a3;
    text-align: center !important;
    margin-bottom: 20px;
}

.inner .wpmtst-testimonial h3 {
    color: #8ad6ac;
    font-size: 20px;
    font-family: "Montserrat", Sans-serif;
}

.inner .wpmtst-testimonial p {
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #fff;
    padding: 20px 0;
}

.strong-form-inner {
 background: linear-gradient( 90deg, rgba(42, 82, 163, 1) 0%, rgba(19, 65, 129, 1) 100% );
    border: 3px solid var(--white);
    border-radius:20px;
}

.strong-form-inner p,
.strong-form label,
.strong-form .form-field .after {
    color: #fff;
}

.strong-form .form-field.wpmtst-submit {
    display: block;
    text-align: center;
}

.page-id-14.inner #footer {
    margin-top: 0px !important;
}

@media screen and (max-width: 1440px) {
    #header .hfe-nav-menu__layout-horizontal li.menu-item a {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1024px) {
    #header nav::before {
        left: 0;
    }

    #header nav ul {
        justify-content: center;
        padding: 20px 0;
    }

    #header .logo {
        background: #000;
    }

    #banner .socials {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
		max-width: 100%;
    }

    #banner .socials .elementor-widget-social-icons .elementor-grid {
        display: flex;
        align-items: center;
    }

    #welcome .left {
        right: 0;
    }

    #review {
        background-size: cover !important;
        background-position: left !important;
    }

    .con-comment .comment {
        font-size: 16px;
        padding: 30px 0;
    }

    #review .right {
        max-width: 600px;
        box-sizing: border-box;
        margin: auto;
        padding: 40px 10px;
    }

    .con-comment .name,
    .con-star {
        text-align: center;
    }

    #why .row {
        margin: auto;
    }

    #review .profile {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        display: block;
        margin: auto;
    }

    #review .profile img {
        width: 100%;
        max-width: 150px;
    }

    #review .con-comment {
        padding: 0;
    }

    #gallery {
        background-size: cover !important;
    }

    #gallery .elementor-widget-container {
        margin: 15px auto;
    }

    .wpcf7 input[type="submit"], [type=submit] {
        padding: 15px 20px;
        font-size: 16px;
        max-width: 250px;
    }

    #footer .item p {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #header nav::before {
        display: none;
    }

    #header nav {
        background: linear-gradient( 180deg, rgba(18, 64, 128, 1) 0%, rgba(43, 83, 165, 1) 100% )
    }

    .wpcf7 .flex p {
        flex-direction: column;
        gap: 0;
    }

    
    #why {
        background-size: cover !important;
    }

    .inner #content h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 768px) {
    .she-header {
        position: relative !important;
    }

    #banner img {
        height: auto;
    }

    .banner-text {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 40px 10px;
        box-sizing: border-box;
        background: #000;
    }

    #banner .socials {
        padding: 0 10px 20px;
        background: #000;
    }

    #welcome img {
        height: auto;
    }

    #why {
        background-image: none !important;
        background: #ffff;
    }

    .wpcf7 input[type="text"], 
    .wpcf7 input[type="email"], 
    .wpcf7 textarea {
        margin-bottom: 15px;
    }

    #wprmenu_bar {
        width: 100% !important;
        border-bottom: 1px solid #fff;
    }

    .inner #content h1 {
        font-size: 40px;
    }

    .con-comment .comment {
        min-height: 800px;
        line-height: 30px;
    }
}

@media screen and (max-width: 425px) {
    h2 {
        font-size: 30px !important;
    }

    p {
        font-size: 15px !important;
        font-weight: 400;
    }
}

.elementor-animation-rotate:hover {
    transform: rotate(360deg) !important;
    transition: all 0.3s ease;
}

/* Sub Menu */
.hfe-sub-menu-item {
    color: black !important;
    display: block !important;
    text-align: center !important;
}