/* General Reset */
* {
    margin: 0;
    padding: 0;
    background-color: #141414;
    color: white;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}

html {
    scroll-behavior: smooth;
}



/* HEADER STYLES */
.navbar {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 50px;
    color: white;
    border-bottom: 0.3px solid #FFFFFF;
}
.nav-links {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
}
.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 25px;
}
.nav-links a:hover {
    text-decoration: underline;
}



/* ABOUT US SECTION */
.about_us{
    position: relative;
    margin-top: 1px;
    padding-left: 6%;
    background-image: url('images/about_us_background_pic.svg'); /* Adjust path as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    /* height: 740px; */
    height: 100%;
    display: flex;
    justify-content: space-between;
}


.about_us_1{
    background-color: transparent;

}
.frosted-glass{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; /* 50% of the viewport width */
    height: 100%; /* 100% of the viewport height */
    background: rgba(0, 0, 0, 0.2); /* Dark translucent background */
    backdrop-filter: blur(40px); /* Adjust blur intensity */
    -webkit-backdrop-filter: blur(40px); /* For Safari support */
    border-right: 2px solid rgba(255, 255, 255, 0.2); /* Slight border for effect */
    z-index: 5;
    
}

.about_us_1, .about_us_2 {
    position: relative;
    z-index: 10;
    max-width: 45%;
}
.about_us_1 h1{
    background-color: transparent;
    margin-top: 70px;
    font-size: 80px;
}
.about_us_1 p{
    background-color: transparent;
    font-size: 40px;
    margin-top: 15px;
    width: 400px;
}
.about_us_1 h4{
    margin-top: 300px;
    margin-bottom: 60px;
    background-color: transparent;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    width: 480px;
}





.about_us_2{
    background-color: transparent;
    position: relative;
}





.icon-container {
    position: absolute;
    right: 0px;
    top: 10%;
    display: flex;
    flex-direction: column;
    gap: 70px;
    z-index: 10;
    background-color: transparent;
}
.icon {

    border-top: 1px solid rgba(255, 255, 255, 0.2); /* Border only on top */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Border only on bottom */
    border-left: 1px solid rgba(255, 255, 255, 0.2); /* Border only on right */
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, #717171, #343434, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top-left-radius: 20px; /* Rounded only on left top */
    border-bottom-left-radius: 20px; /* Rounded only on left bottom */
    display: flex;
    flex-direction: column;  /* Stack items vertically */
    align-items: center;     /* Center horizontally */
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background-color: transparent;
}

.icon h1{
    font-size: 50px;
    background-color: transparent;
}
.icon p{
    font-size: 20px;
    background-color: transparent;
}



/* OUR SERVICES SECTION */

.services{
    
    padding: 80px 6%;
    margin-bottom: 50px;
}

.services-logo{
    display: flex;
    align-items: center;
    background-color: transparent;
}
.services-logo p{
    font-size: 30px;
    background-color: white;
    color: black;
    padding: 10px 50px;
    border-radius: 10px;
    margin-left: 20px;
}
.services-logo h1{
    font-size: 48px;
}

.services-text{
    font-size: 35px;
    margin-top: 50px;
    text-align: center;
    font-weight: 300;
    opacity: 0.8;

}

.service-pic img{
    width: 360px;
}
.service-pic{
    position: relative;
}
.service-pic h1{
    font-size: 30px;
    background-color: transparent;
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: 400;
}
.service{
    text-align: center;
}

.services-2{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.services-2 p{
    margin-top: 15px;
    font-size: 25px;
}



/*BENEFIT YOUR BUSINESS*/
.benefit-main{
    padding-top: 30px;
}
.benefit-desc{
    padding: 0 6%;
    margin-bottom: 90px;
}
.benefit{
    
    padding: 0 5%;
    background-image: url('images/benefit_business.svg'); /* Adjust path as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 740px;
    margin-top: 20px;
    
}

.benefit-item{
    /* width: 450px;
    background-color: transparent; */
    width: 400px;
    height: fit-content;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
    backdrop-filter: blur(15px); /* Increased blur intensity */
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    color: white; /* Ensure text is readable */
    border: 1px solid rgba(255, 255, 255, 0.2);

}
.benefit-item h1{
    background-color: transparent;
    font-size: 25px;
}
.benefit-item img{
    background-color: transparent;
}
.benefit-item p{
    background-color: transparent;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 50px;
}
.benefit-item-row{
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    margin-bottom: 200px;
}




/* SECTION INDUSTRIES */
.industries{
    padding: 80px 6%;
}
.industries-row{
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
}
.industries-icon{
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center; 
}
.industries-icon img{
    background-color: transparent;
}
.industries-icon p{
    font-size: 25px;
    background-color: transparent;
    margin-top: 10px;

}



/* CONTACT */
.contact{
    padding: 0 6%;
    padding-top: 50px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.container {
    background-color: transparent;
    display: flex;
    width: 80%;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.image-section {
    flex: 1;
    background: url('images/email_background_image.svg') center/cover;
    background-color: transparent;
}
form{
    background-color: transparent;
}
.form-section {
    flex: 1;
    padding: 40px;
    background-color: white;
}

.form-section h2 {
    margin-bottom: 10px;
    background-color: transparent;
    color: black;
    font-size: 30px;
    font-weight: 400;
    
}
.form-section p{    
    background-color: transparent;
    color: black;
    opacity: 0.42;
    font-size: 30px;
}
label {
    font-weight: bold;
    display: block;
    background-color: transparent;
    margin: 10px 0 5px;
    color: black;
    font-size: 25px;
    font-weight: 400;
}
input, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #D9D9D9;
    border: none;
    color: black;
    opacity: 0.8;
}

.contact button {
    width: 60%;
    background: #FF6F00;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}
button:hover {
    background: #d96b1f;
}




/* FOOTER */
footer {
    background-color: #FF6F00;
    height: 550px;
    background-image: url('images/footer_background.svg'); /* Adjust path as needed */
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 6%;
}

.footer-row1{
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;

}
.col1{
    background-color: transparent;
    width: 300px;
}
.col1 h3{
    background-color: transparent;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}
.col1 p{
    background-color: transparent;
    margin-bottom: 20px;
    font-weight: 600;
    color: inherit; /* Ensures text color is consistent with parent */
    font-family: inherit; 

}
.col2{
    background-color: transparent;
    text-align: center;
}
.col2 h1{
    background-color: transparent;
    font-size: 30px;
    margin-bottom: 30px;
}
.col2_btn{
    width: 60%;
    background: #FF6F00;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
}
.col3{
    background-color: transparent;
    width: 300px;
}
.col3 h3{
    background-color: transparent;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}
.col3 p{
    background-color: transparent;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-row2{
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    margin-top: 130px;
}

.footer_col1{
    background-color: transparent;
}
.footer_col1 p{
    background-color: transparent;
}














