*{
    margin: 0;padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    
}
a{
    text-decoration: none;
    
}
body{

    background-color: rgba(128, 128, 128, 0.404);
}
.flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
/* header section start  */
header {
    padding: 0 5%;
}
header nav a{
    text-transform: uppercase;
}
header nav .logo{
    width: 10%;
}
header nav .logo img{
    width: 100%;
    object-fit: cover;
}
/* header nav .lists{
} */
header nav .lists{
    width: 100%;

}
header nav .lists a{
    width: 25%;
    margin: 0 4%;
    font-size: 1rem;
    color: #757575;
    transition: 0s;
}
header nav .lists a:hover{
  border-bottom: 4px solid orange;
  padding-bottom: 1.5%;
}
header nav .lists a img{
    width: 2%;
    object-fit: cover;
    transition: .5s;
}
header nav .lists a img:hover{
    width: 2.5%;
}
header nav .tabs{
    width: 50%;
}
header nav .tabs a{
    width: 25%;
    margin: 0 5%;
    font-size: 1rem;
    color: #757575;
    transition: 0s;
}
header nav .tabs a:hover{
    border-bottom: 4px solid orange;
    padding-bottom: 1.5%;
}

header nav .region a{
    font-size: 1rem;
    background-color: #FF0037;
    padding: 1rem;
    color: #FFFF;
    transition: 1s;
}
header nav .region a:hover{
    opacity: .5;
}

/* header section end  */

/* banner section startt  */

.banner{
    width: 100%;
    height: 20%;
}
.banner video{
    width: 100%;
    height:100%; 
}
/* banner section end  */

/* container section start  */

.container{
    width: 100%;
}
.container .two-slide{
    width: 100%;
    padding: 2vw 80px;
    background-color: #fff;
    margin: 2vw 0;
}
.container .two-slide.flex{
    flex-wrap: wrap;
    justify-content: space-between;
}
.container .two-slide .first-slide{
    width: 45%;
}
.container .two-slide .first-slide .text{
    line-height: 2.2rem;
    font-size: 1.2rem;
}
.container .two-slide .first-slide .text p{
    margin: 1.5vw 0;
}
.container .two-slide .first-slide .text h2{
    font-size: 2rem;
    font-style: italic;
    font-weight: bolder;
}
.container .two-slide .first-slide .text h4{
    font-weight: bolder;
    font-size: 1.2rem;
    padding-top: 1vw;
    color: #FF0037;
}
.container .two-slide .first-slide .button{
    margin: 5% 0;
}
.container .two-slide .first-slide .button a {
    background-color: #FF0037;
    color: #fff;
    padding: 1vw;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.container .two-slide .first-slide .button a img{
    width: 2%;
    height: 100%;
    object-fit: cover;
    margin: unset;
    padding: unset;
    transform: scale(2);
}
.container .two-slide .second-slide{
    width: 45%;
}
.container .two-slide .second-slide img{
    width: 100%;
    object-fit: contain;
}
.container .client-logo{
    padding: 2vw 80px;
    background-color: #fff;
    
}
.container .client-logo .title h2{
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: bolder;
}
.container .client-logo .logo.flex{
    justify-content: center;
    flex-wrap: wrap;
}
.container .client-logo .logo img{
    width: 10%;
    margin: 1vw;
}

.container .service{
    padding: 2vw 80px;
    position: relative;
    background-color: #fff;
    margin: 2vw 0;
}
.container .service .title{
    width: 100%;
    text-align: left;
    padding: 1vw 0;
}
.container .service .title h2{
    font-size: 2rem;
    font-weight: bolder;
    text-transform: uppercase;
}
.container .service .title h2 a{
    font-size: 1rem;
    background-color: #FF0037;
    padding: 1vw;
    color: #fff;
}
.container .service .title h2 a img{
    width: 1%;
    height: 2%;
    object-fit: cover;
    transform: scale(2);
    margin: 0 1vw;
}
.container .service .service-cards{
    width: 100%;

}
.container .service .service-cards.flex{
    justify-content: space-between;
    flex-wrap: wrap;
}
.container .service .service-card{
    width: 50%;
    height: 30vw;
    background-color: #FFF;
    margin: 1vw 0;
}
.container .service .service-card .img{
    width: 50%;
    height: 100%;
}
.container .service .service-card .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.container .service .service-card .text{
    width: 50%;
    height: 100%;
    padding: 0 1vw;
}
.container .service .service-card .text h2{
    width: 100%;
    font-size: 1.1rem;
    text-transform: capitalize;
    background-color: #FFCCC8;
    font-weight: normal;
    padding: 1vw 0.5vw;

}
.container .service .service-card .text p{
    font-size: 1rem;
    line-height: 2rem;
}

    /* General Body Style */
    .container .contact-us {
        /* font-family: 'Arial', sans-serif; */
        background-color: #4d0303; /* Dark maroon background */
        color: white;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
      }
  
      /* Form Container */
      form {
        background: #6b0505; /* Slightly lighter maroon for form */
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        width: 100%;
        max-width: 800px;
        box-sizing: border-box;
      }
  
      /* Heading Styles */
      .container .contact-us h1 {
        font-size: 28px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
        text-align: center;
      }
  
      .container .contact-us h1 + p {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
      }
  
      /* Form Grid */
      .form-row {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
      }
  
      .form-group {
        flex: 1;
        display: flex;
        flex-direction: column;
      }
  
      /* Input, Textarea, Select Styling */
      label {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
      }
  
      input, textarea, select {
        width: 100%;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 14px;
        background: white;
        color: black;
      }
  
      input::placeholder, textarea::placeholder {
        color: #aaa;
      }
  
      select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
      }
  
      /* Full Width for Smaller Fields */
      .form-group.full-width {
        flex: 100%;
      }
  
      /* Button Styles */
      .container .contact-us button {
        width: 100%;
        padding: 15px;
        background: #ff0040;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s;
      }
  
      .container .contact-us button:hover {
        background: #e60036;
      }
  
      /* Responsive Design */
      @media (max-width: 768px) {
        .form-row {
          flex-direction: column;
        }
      }

/* media screen  */
@media(max-width: 1024px){
    header nav .logo{
        width: 15%;
    }
    header nav .lists{
        width: 100%;
    }
    header nav .lists a{
        margin: 0 2%;
        font-size: 1rem;
    }
    header nav .tabs{
        width: 60%;
    }
    header nav .lists a img{
        width: 3%;
        object-fit: cover;
        transition: .5s;
    }
    header nav .lists a img:hover{
        width: 3.5%;
    }
    header nav .tabs a{
        margin: 0 2%;
        font-size: 1rem;
    }
    header nav .region a{
       font-size: 1rem;
    }
    p{
        font-size: 1rem;
    }
    h2{
        font-size: 2.1rem;
    }
    .container .client-logo .title h2{
       font-style: normal;
    }
    
    .container .two-slide .first-slide .text h4{
        font-size: 1rem;
    }
    a{
        font-size: 1rem;
    }
    .container .two-slide .first-slide .button a img{
        width: 3%;
        transform: scale(2);
    }
    .container .service .title h2{
        font-size: 2rem;
        font-weight: bolder;
        text-transform: uppercase;
    }
    .container .service .title h2 a{
        font-size: 1rem;
        background-color: #FF0037;
        padding: 1vw;
        color: #fff;
    }
    .container .service .title h2 a img{
        width: 1%;
        height: 2%;
        object-fit: cover;
        transform: scale(2);
        margin: 0 1vw;
    }

    .container .service .service-card{
        height: 40vw;
    }
    .container .client-logo .logo img{
        width: 15%;
        margin: 1vw;
    }
}


@media(max-width: 920px){
    nav{
        padding: 2.5% 0;
    }
    header nav .logo{
        width: 18%;
    }
    header nav .lists a{
        margin: 0 1.5%;
    }
    header nav .tabs a{
        margin: 0 1.5%;
    }
    .container .two-slide .first-slide .button a img{
        width: 2%;
        transform: scale(4);
        margin: 0 1vw;
    }
    .container .service .service-card{
        height: 29vw;
    }
    .container .service .service-card .text h2{
        font-size: 0.9rem;
    }
    .container .service .service-card .text p{
        font-size: 0.7rem;
        line-height: 1rem;
    }
    .container .client-logo .logo img{
        width: 16%;
        margin: 1vw;
    }
}


@media(max-width: 840px){
    header nav .logo{
        width: 20%;
    }
    header nav .lists{
        width: 150%;
    }
    header nav .lists a{
        margin: 0 1%;
        font-size: 1rem;
    }
    header nav .tabs{
        width: 65%;
    }
    header nav .lists a img{
        width: 4%;
        object-fit: cover;
        transition: .5s;
    }
    header nav .lists a img:hover{
        width: 4.5%;
    }
    header nav .tabs a{
        margin: 0 1%;
        font-size: 1rem;
    }
    header nav .region a{
       font-size: 1rem;
    }
    p{
        font-size: 1rem;
        line-height: 2rem;
    }
    .title h2{
        font-size: 2.1rem;
    }
    h2{
        font-size: 2.1rem;
    }
    h4{
        font-size: 1rem;
    }
    a{
        font-size: 1rem;
    }
    .container .two-slide .first-slide .button a img{
        width: 4%;
        transform: scale(2);
    }
    .container .service .service-card .text h2{
        font-size: 0.9rem;
    }
    .container .service .service-card .text p{
        font-size: 0.7rem;
        line-height: 1rem;
    }
    .container .client-logo .logo img{
        width: 25%;
        margin: 1vw;
    }
}


@media(max-width: 768px){
    header nav .logo{
        width: 20%;
    }
    header nav .lists{
        width: 150%;
    }
    header nav .lists a{
        margin: 0 0.5%;
        font-size: 0.9rem;
    }
    header nav .tabs{
        width: 65%;
    }
    header nav .lists a img{
        width: 2.5%;

    }
    header nav .lists a img:hover{
        width: 2.8%;
    }
    header nav .tabs a{
        margin: 0 0.5%;
        font-size: 0.9rem;
    }
    header nav .region a{
       font-size: 0.9rem;
    }
    p{
        font-size: 0.9rem;
    }
    .title h2{
        font-size: 2rem;
    }
    h2{
        font-size: 2rem;
    }
    h4{
        font-size: 1rem;
    }
    a{
        font-size: 0.9rem;
    }
    .container .client-logo .logo img{
        width: 30%;
        margin: 1vw;
    }
}


@media(max-width: 600px){
    nav{
        padding: 2.5% 0;
    }
    header nav .logo{
        width: 20%;
    }
    header nav .lists{
        width: 150%;
    }
    header nav .lists a{
        margin: 0 0.5%;
        font-size: 0.7rem;
    }
    header nav .tabs{
        width: 65%;
    }
    header nav .lists a img{
        width: 4%;

    }
    header nav .lists a img:hover{
        width: 4%;
    }
    header nav .tabs a{
        margin: 0 0.5%;
        font-size: 0.7rem;
    }
    header nav .region a{
       font-size: 0.7rem;
    }
    p{
        font-size: 0.7rem;
    }
    .title h2{
        font-size: 1.8rem;
    }
    h2{
        font-size: 1.8rem;
    }
    h4{
        font-size: 1rem;
    }
    a{
        font-size: 0.7rem;
    }
}


@media(max-width: 480px){

    header nav .logo{
        width: 30%;
    }
    header nav .lists a{
        font-size: 0.5rem;
    }
    header nav .tabs a{
        font-size: 0.5rem;
    }
    header nav .region a{
       font-size: 0.5rem;
    }
    p{
        font-size: 0.5rem;
    }
    
    h2{
        font-size: 1.5rem;
    }
    .container .client-logo .title h2{
        font-size: 1rem;
    }
    .container .service .title h2{
        font-size: 1rem;
    }
    .container .service .title h2 a{
        font-size: 0.7rem;
    }
    h4{
        font-size: 0.7rem;
    }
    a{
        font-size: 0.5rem;
    }
    .container .two-slide.flex{
        flex-direction: column;
    }
    .container .two-slide .first-slide{
        width: 100%;
    }
    .container .two-slide .first-slide .text p{
        line-height: 1.5rem;
        font-size: 0.6rem;
    }
    .container .two-slide .first-slide .text h2{
        font-size: 1rem;
    }
    .container .two-slide .first-slide .button a{
        font-size: 0.4rem;
    }
    .container .two-slide .second-slide{
        width: 100%;
    }
    .container .service .service-card {
        width: 100%;
        height: 50vw;
    }
    .container .service .service-card .text h2 {
        font-size: 0.5rem;
    }
    .container .service .title h2 a {
        font-size: 0.5rem;
    }
    .container .service .service-card .text p {
        font-size: 0.5rem;
    }
    .container .client-logo .logo img{
        width: 40%;
        margin: 1vw;
    }
    .container .service{
        padding: 2vw 20px;
    }
    .container .client-logo{
        padding: 2vw 20px;
    }
    .container .two-slide{
        padding: 2vw 20px;
    }
}

@media(max-width: 420px){

    header nav .logo{
        width: 20%;
    }
    header nav .lists a{
        font-size: 0.5rem;
    }
    header nav .tabs a{
        font-size: 0.5rem;
    }
    header nav .region a{
       font-size: 0.5rem;
    }
    p{
        font-size: 0.5rem;
    }
    .title h2{
        font-size: 1.5rem;
    }
    .container .client-logo .title h2{
        font-size: 0.9rem;
    }
    h2{
        font-size: 1.5rem;
    }
    a{
        font-size: 0.5rem;
    }
    .container .service .service-card .text h2 {
        font-size: 0.7rem;
    }
    .container .service .service-card .text p {
        font-size: 0.5rem;
    }
}

@media(max-width: 390px){

    header nav .logo{
        width: 15%;
    }
    header nav .lists a{
        font-size: 0.4rem;
    }
    header nav .tabs a{
        font-size: 0.4rem;
    }
    header nav .region a{
       font-size: 0.4rem;
    }
    p{
        font-size: 0.4rem;
    }
    .title h2{
        font-size: 1.3rem;
    }
    .container .client-logo .title h2{
        font-size: 1rem;
    }
    h2{
        font-size: 1.3rem;
    }
    a{
        font-size: 0.4rem;
    }
    .container .service .service-card .text h2 {
        font-size: 1rem;
    }
    .container .service .service-card .text p {
        font-size: 0.6rem;
        line-height: 1.2rem;
    }
    .container .two-slide .first-slide .button a img {
        width: 2%;
        transform: scale(2);
    }
}



@media(max-width: 320px){

    header nav .logo{
        width: 30%;
    }
    header nav .lists a{
        font-size: 0.3rem;
    }
    header nav .tabs a{
        font-size: 0.3rem;
    }
    header nav .region a{
        font-size: 0.3rem;
    }
    p{
        font-size: 0.3rem;
    }
    .title h2{
        font-size: 1rem;
    }
    .container .client-logo .title h2{
        font-size: 0.5rem;
    }
    h2{
        font-size: 1rem;
    }
    a{
        font-size: 1rem;
    }
    .container .service .title h2 {
        font-size: 0.5rem;
    }
    .container .service .title h2 a{
        font-size: 0.5rem;
    }
    .container .service .title h2 a img {
            width: 1.5%;
            object-fit: cover;
            transform: scale(4);
            margin: 0 1vw;
    }
    .container .service .service-card .text p {
        font-size: 0.4rem;
        line-height: 0.7rem;
    }
    form{
        padding: 10px;
    }

}

@media(max-width: 270px){
header{
    padding: 2% 1%;
}
    header nav .logo{
        width: 30%;
    }
    header nav .lists a{
        font-size: 0.3rem;
    }
    header nav .tabs a{
        font-size: 0.3rem;
    }
    header nav .region a{
        font-size: 0.3rem;
    }
    p{
        font-size: 0.3rem;
    }
    .title h2{
        font-size: 1rem;
    }
    .container .client-logo .title h2{
        font-size: 0.5rem;
    }
    h2{
        font-size: 1rem;
    }
    a{
        font-size: 1rem;
    }
    .container .service .title h2 {
        font-size: 0.5rem;
    }
    .container .service .title h2 a{
        font-size: 0.5rem;
    }
    .container .service .title h2 a img {
            width: 1.5%;
            object-fit: cover;
            transform: scale(4);
            margin: 0 1vw;
    }
    .container .service .service-card .text p {
        font-size: 0.4rem;
        line-height: 0.7rem;
    }

}
@media(max-width: 250px){
    header{
        padding: 2% 1%;
    }
        header nav .logo{
            width: 30%;
        }
        header nav .lists a{
            font-size: 0.3rem;
        }
        header nav .tabs a{
            font-size: 0.3rem;
        }
        header nav .region a{
            font-size: 0.3rem;
            padding: 3px;
        }
        p{
            font-size: 0.3rem;
        }
        .title h2{
            font-size: 1rem;
        }
        .container .client-logo .title h2{
            font-size: 0.5rem;
        }
        h2{
            font-size: 1rem;
        }
        a{
            font-size: 1rem;
        }
        .container .service .title h2 {
            font-size: 0.5rem;
        }
        .container .service .title h2 a{
            font-size: 0.5rem;
        }
        .container .service .title h2 a img {
                width: 1.5%;
                object-fit: cover;
                transform: scale(4);
                margin: 0 1vw;
        }
        .container .service .service-card .text h2 {
            font-size: 0.6rem;
        }
        .container .service .service-card .text p {
            font-size: 0.4rem;
            line-height: 0.5rem;
        }
    
    }