* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
a{
    color: #000000;
    text-decoration: none;
    font-size: 30px;
    font-weight: 400;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #BFB7B7;
}



/* Hero Section */
.hero  {




position: relative;
width: 100%;
height: 672px;


}
.hero::before {
    content:"";
    position: absolute;
    width: 100%;
height: 672px;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url(./images/3b3b012ca73b8bbfa079e72951fe6a18daca42e4.jpg);
top: 0;
left: 0;
opacity: 0.5;
z-index: 1;
}

.overlay {
    position: relative;
z-index: 2;
    max-width: 1560px;
    padding: 140px 20px 20px 20px;
    margin: 0 auto ;
}
.first{
    display: flex;
    gap: 30px;
    
}


.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}



.main-logo {
    width: 250px;
}

.hero-text {
    flex: 1.5;
}

.hero-text h1 {
   text-align: center;
font-weight: 700;
font-size: 96px;
line-height: 144px;
color: #000000;
/*text-shadow: 0px 4px 4.8px #FFFFFF;*/

}

.subtitle {

font-weight: 400;
font-size: 40px;
line-height: 60px;
display: flex;
align-items: center;
color: #000000;

}

.btn-email {
    padding: 4px 98px 4px 4px;
    margin-top: 115px;
   display: flex;
   gap:51px;

background: linear-gradient(90deg, rgba(130, 130, 130, 0.15) 0%, #1C1C1C 100%);



font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
display: flex;
align-items: center;
text-align: right;

/*color: #25CAD3;*/
color: #000000;

/*text-shadow: 0px 4px 4px #000000;*/





}
.modes{
    width: 100%;
    height: 1300px;
    padding: 20px;
    position: relative;
}


/* Modes Section */
.modes::before {
    content: "";
    background:url(./images/7bc8a0cb00893d2e810ffaf64ad58d172f4dcf55.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1;

}
.wrapper{
    position: relative;
    z-index: 2;
}

.last::before {
    content: "";
    background:url(./images/wmremove-transformed\ 1.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1;
    background-position: bottom;

}
.intro-text {
   margin: 70px auto;
font-weight: 400;
font-size: 38px;
line-height: 57px;
text-align: center;

/*color: #ffffff;*/

/*text-shadow: 0px 4px 4px #FFFFFF;*/
color: #000000;


}
.modes-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    max-width: 1620px;
    margin: 0 auto;
}

.mode-item {
    display: flex;
    align-items:center;
    gap: 20px;
    flex-direction: column;
}
.mode-item h3{
    
font-weight: 400;
font-size: 28px;
line-height: 42px;
color: #000000;
/*color: #FFFFFF;*/


/*text-shadow: 0px 4px 4px #000000;*/

}

.mode-item img {
    width: 205px;
   
    height: 310px;
}


.last{
    width: 100%;
    position: relative;
}
.foo_section{
  max-width: 1560px;
  margin: 0 auto;
  padding: 20px;
}
.foo_section .ser_desc{
    margin-top: 70px;
}
.last li{

  margin-left: 20px;
font-weight: 400;
font-size: 30px;
line-height: 30px;
margin-bottom: 25px;
color: #000000;
/*-webkit-text-stroke: 0.5px black;*/
/*color: #FFFFFF;*/


/*text-shadow: 0px 4px 4px #000000;*/



}



.ser_desc{
    text-align: center;
    margin: 20px auto;
font-weight: 400;
font-size: 65px;
line-height: 20px;
/* or 31% */
display: flex;
justify-content: center;
align-items: center;

color: #000000;

/*text-shadow: 0px 4px 4px #FFFFFF;*/



}
.text_block{
    display: flex;
    max-width: 1560px;
    gap: 10px;
    padding:  0 20px;
    margin:0 auto ;
}
.left,.right{
    flex: 1;
}
.text_block p{

  margin-top: 40px;
font-weight: 400;
font-size: 28px;
line-height: 30px;
/* or 107% */
display: flex;
align-items: center;
color: #000000;
/*color: #FFFFFF;*/


/*text-shadow: 0px 4px 4px #000000;*/
/*-webkit-text-stroke: 0.5px black;*/
margin-bottom: 20px;


}

/* Services Section */
.services {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('services-bg.jpg') center/cover fixed;
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.services-grid {
    display: flex;
    gap: 50px;
}

.service-col {
    flex: 1;
}

.service-block {
    margin-bottom: 30px;
}

.service-block h4 {
    color: #000000;
    /*color: #81d4fa;*/
    margin-bottom: 5px;
}

/* Advantages Section */
.advantages {
    padding: 80px 20px;
    color: #333;
}


.footer{
    max-width: 1520px;
    margin: 40px auto;


}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px;
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.form-container {
    

background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(38, 54, 0, 0.85) 100%);
/* Drop Shadow Medium */
box-shadow: 0px 2px 40px rgba(189, 189, 189, 0.11);
border-radius: 12px;



    color: #333;
    padding: 30px;
    border-radius: 10px;
    max-width: 450px;
}

.form-container h3 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.disclaimer {
    font-size: 0.7rem;
    color: #000000;
}

.footer-info {
    color: #fff;
    text-align: left;
}

.contact-details h3{

font-weight: 400;
font-size: 32px;
line-height: 30px;
/* identical to box height, or 94% */
display: flex;
align-items: center;
color: #000000;
/*color: #000000;*/

/*text-shadow: 0px 4px 4px #FFFFFF;*/


}
.footer-info{
    display: flex;
    justify-content: right;
    align-items:end;
}
.footer-info p{
    color: #000000;
    text-decoration: none;
    font-size: 30px;
    font-weight: 400;
}

.footer-info {
    display: flex;
    justify-content: right;
    align-items: end;
    height: 100%;
}

.footer_email{
    position: relative;
    margin-left: 50px;
    margin-bottom: 10px;
    margin-top: 20px;
  
}
.footer_email::before{
   content:"";
   background:url("./images/Vector (2).png");
   background-repeat:no-repeat;
   background-position:center;
   background-size:contain;
   width: 40px;
   height: 35px;
   top: 50%;
   left: -50px;
   transform: translateY(-50%);
display: block;
position: absolute;
}
.foo_section ul{
    margin-top: 40px;
}
form button{
    padding: 8px 16px;
}
@media (max-width: 1360px) {
.hero-text h1 { 
    font-size: 48px; 
     line-height: 1.1;

}
.subtitle{
    font-size: 26px;
    line-height: 1.4;

}
.main-logo {
    width: 180px;
}
.btn-email{
    font-size: 20px;
    line-height: 1.1;

}
.mode-item h3{

font-size: 20px;
line-height: 1.2;

}
.intro-text{
    font-size: 24px;
line-height: 1.2;
}

.ser_desc{
    font-size: 40px;
line-height: 1.2;
}
.text_block p,.last li {
    font-size: 16px;
line-height: 1.2;
}
.modes-grid{
    gap:10px;
}
}
@media (max-width: 900px) {
.form-container h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.mode-item h3{

font-size: 16px;
line-height: 1.2;

}
.modes-grid{
    gap:5px;
}
.mode-item img {
    width: 180px;
    height: 270px;
}
.disclaimer {
    display: inline-block;
    text-align: center;
    max-width: 400px;
    font-size: 0.7rem;
    color: #000000;
}
.last::before {
    content: "";
    background:url(./images/d4f7a0f657bcec95e46cba07b0575fb2\ 1.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1;
    background-position-y: -0;

}
}

/* Responsive */
@media (max-width: 768px) {

    .main-logo {
    width: 120px;
}

    .overlay{
        padding: 200px 20px 40px;
    }
    .first{
        flex-direction: column;
        align-items:center;
    }
    .subtitle{
        margin-top: 20px;
    font-size: 26px;
    text-align: center;
}
.btn-email{
    padding: 4px;
    margin-top: 60px;
    font-size: 16px;
}
.hero-text h1 { 
    font-size: 30px; 
     line-height: 1.1;

}
.subtitle{
    font-size: 16px;
    line-height: 1.4;

}
.modes-grid{
    flex-direction: column;
    gap: 10px;

}
.modes{
    width: 100%;
    height: 1980px;
    padding: 20px;
    position: relative;
}
.modes::before {
    
    width: 100%;
    height: 100%;
    background-position: center;
    
}
.text_block{
    flex-direction: column;
    padding:  0 ;
}
.text_block p , .last li{
   margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    
    margin-bottom: 10px;
}
.ser_desc{
    margin: 20px auto 20px;
}
.footer-content{
    flex-direction: column;
    align-items:center;
    row-gap: 20px;
}
.contact-details{
    text-align: center;
}
.contact-details h3{
justify-content: center;
margin-bottom: 20px;
}
.footer-info p, a{
    font-size: 16px;
}
}