.hero-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(
        -145deg,
        rgb(128, 129, 127) 5% ,  
        rgba(241, 93, 41) 50%, 
        rgba(245, 197, 181) 100% 50% /* darker orange/brown */

    );
}

.hero-content{
    background-color: transparent;
    padding: 40px;
    font-family: sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

.hero-content-left{
    background-color: transparent;
    padding: 0px 40px 40px 40px;
}

.hero-header{
    background-color: transparent;
    font-size: 2.8em;
    font-weight: 600;
}

.hero-header-special{
    background-color: transparent;
    color: aliceblue;
    font-size: -0.3em;
}

.hero-content-left p{
    font-size: 1.3em;
    margin-bottom: 20px;
}

.hero-cta{
    padding: 5px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.hero-cta-primary button, .hero-cta-secondary button{
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    font-size: large;
    font-weight: 600;
}

.hero-cta-primary button{
    background-color: rgb(255, 255, 255);
    color: #ef5820;
    border: none;
}

.hero-cta-secondary button{
    background-color: #ef5820;
}

.hero-content-right{
    display: flex;
    flex-direction: column;
    background-color: transparent;
    justify-content: space-between;
    font-style: italic;
    border-radius: 20px;
}

.hero-content-img img{
    width: 450px;
    height: auto;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
}

.hero-content-img img{
    color: pink;
    border-radius: 20px;
}
.hero-content-elements{
    background-color: transparent;
    display: flex;
    flex-direction: row;
    font-size: 0.8em;
    margin-left: auto;
    padding-top: 20px;
    font-style: italic;
}

/*====================== Contact ===================== */


.contact-section{
    background-color: white;
    font-family: sans-serif;
    font-size: 1.2em;
    font-weight: 500;


}

.contact-content{
    background-color: rgba(0, 0, 0, 0.65);
    padding: 20px;
}

.contact-container{
    background: rgba(0, 0, 0);
    padding: 20px;
    border-radius: 20px;
}

.left-right-container{
    background: url('/media/contact-form.jpg') rgba(0, 0, 0, 0.74) no-repeat center/cover;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 100px;

}

.contact-content-form{
    background-color: transparent;
    margin: 20px 3px 10px0px;
}

.contact-content-form form{
    background-color: transparent;
    display: flex;
    flex-direction: column;
    margin-right: 20px;

}

.contact-content-form form input, .contact-content-form form input::placeholder, .contact-content-form form select, .contact-content-form form textarea, .contact-content-form form textarea::placeholder{
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
    display: flex;
    text-align: start;
    font-size: 1.2em;
    color: white;
    border-color: aliceblue;
    border-width: 2.5px;
}

.contact-content-left-cta{
    background-color: transparent;
    text-align: center;
    margin-top: 20px;
}

.contact-content-left-cta button{
    background-color: rgb(255, 255, 255);
    padding: 5px 10px 5px 10px;
    font-size: 1.3em;
    font-weight: 700;
    border: none;
    border-radius: 20px;
    color: #ef5820;
}

.contact-header{
    color: #ef5820;
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 2.1em;
    font-weight: 600;
}

.contact-header-special{
    color:white;
}

.contact-content-right p{
    color: rgb(255, 255, 255);
    margin-top: 20px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 2px;
}

/* =============== team section =============== */

.team-section
.team-cotainer
.team-left
.team-left-header
.team-header-special
.team-members-container
.team-member
.team-member-img
.team-member-name
.team-member 
.social-icons
.nav-team-members
.nav-left
.nav-right
.team-right
.team-right-header
.contact-team-container
.team-reach-out
.team-reach-out p
.team-reach-out p a
.team-follow-us a i
.team-contact-img
.team-contact-img img