*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

/* Section-1 Header */

.header{
  width: 100%;
  height: 80px;
  position: fixed;
  display: flex;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(4px);
}

.header-logo{
  display: flex;
  justify-content: left;
  width: 150px;
}

.header-logo img{
  width: 92px;
  height: 46px;
}

.header-button{
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 150px; */
}

.header-button button{
  height: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  background-color: #272727;
  color: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 6px;
  padding: 14px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.4s ease;
  white-space: nowrap;
}

.header-button button:hover{
  background-color: #F50000;
}

.header-button button img{
 display: none;
}

.header-button button:hover img{
  padding-left: 10px;
  display: block;
}

.header-button button::before{
  content: '';
  position: absolute;
  /* width: 129px; */
  height: 40px;
  text-align: center;
  left: 0;
  top: 0;
  transition: width 0.4s ease, height 0.4s ease, transform 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.header-menu img{
  width: 24px;
  height: 24px;
}


/* Menu icon section */
.sub-menu-wrap {
  position: absolute;
  display: none;
  overflow: hidden;
  transition: max-height 0.5s;
  z-index: 9999;
  right: 0;
  top: 24px;
  padding-top: 24px;
}


.menu{
  position: relative;
}

.sub-menu{
  border: 1px solid #E1E4ED;
  gap: 10px;
  padding-top: 18px;
  padding-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  background-color: #FFFFFF;
  cursor: pointer;
}


.info-column{
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;   
}

.info-column p{
  font-weight: 800;
  font-size: 14px;
  color: #272727;
}

.info-column ul{
  list-style-type: none;
  
}

.info-column ul li{
  display: flex;
      gap: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      flex-direction: row;
      justify-content: flex-start;
    
}

.info-column ul li a{
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5E5F63;
}

.info-column ul li a:hover{
  color: black;
}  

/* section-2 : Contact feedback Paragraph */

.main-section{
  max-width: 1240px;
  margin: 0 auto;
  align-items: center;
}

.content-form{
  padding-top: 80px;
  padding-bottom: 40px;
}

  .content-feedback{
    padding-top: 80px;
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text{
    width: 882px;
    align-items: center;
    justify-content: center;
}

.text-feedback{
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-feedback p{

font-weight: 800;
font-size: 36px;
text-align: center;
color: #272727;
}

.text-paragraph{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 40px;
}

.text-paragraph p{
font-weight: 400;
font-size: 16px;
text-align: center;
width: 488px;
}

/* Section-3 : Feedback Form */

.Feedback-Form{
    padding-bottom: 80px;
    width: -webkit-fill-available;
}

.Feedback-Section{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.Form-Wrapper{
  width: -webkit-fill-available;
    gap: 10px;

}

.contact-Us p{
font-weight: 800;
font-size: 24px;
color: #272727;
}

/* Section-4: Feedback Form */

.col-Form{
  width: -webkit-fill-available;
  gap: 10px;
  padding: 32px;
}

.input-row{
    display: flex;
    gap: 32px;
    padding-top: 24px;
}

.user-Name p{
font-weight: 600;
font-size: 14px;
color: #272727;
}

.Name{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -webkit-fill-available;
}
.input input{
  width: -webkit-fill-available;
    height: 46px;
    padding-top: 18px;
    padding-right: 16px;
    padding-bottom: 18px;
    padding-left: 16px;
    gap: 10px;
    border-radius: 6px;
    border-width: 1px;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Email-user{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -webkit-fill-available;
}

.Email-id p{
    font-weight: 600;
    font-size: 14px;
    color: #272727;
}

.Phone{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -webkit-fill-available;
}

.user-Phone p{
    font-weight: 600;
    font-size: 14px;
color: #272727;
}

.Company{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -webkit-fill-available;
}
.company p{
    font-weight: 600;
    font-size: 14px;
    color: #272727;
}


.message{
 padding-top: 24px;
 display: flex;
 flex-direction: column;
 gap: 10px;
}

.message-user p{
  font-weight: 600;
  font-size: 14px;
  color: #272727;
}

.Message-input textarea{
  width: -webkit-fill-available;
  height: 92px;
  gap: 10px;
  border-radius: 6px;
  border-width: 1px;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  resize: none;
}

textarea:focus::placeholder{
  opacity: 0;
}

.Enquire-button{
  padding-top: 24px;
}

.button button{
  height: 40px;
  padding-top: 14px;
  padding-right: 18px;
  padding-bottom: 14px;
  padding-left: 18px;
  border-radius: 6px;
   background-color: #272727;
  color: #E4E4E4;
  border:none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  transition: color 0.4s ease;
  font-weight: 600;
  cursor: pointer;
}

.button button::before{
  content: '';
  position: absolute;
  height: 40px;
  text-align: center;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.button button img{

  transition: width 0.4s ease, height 0.4s ease, transform 0.4s ease;
  display: none;
}

.button button:hover{
  background-color: #F50000;
  border: none;
  border-color: #F50000;
  outline:#F50000;
}

.button button:hover img {
  display: block; 
  padding-left: 10px;
}

.Divider{
  border-width: 2px;
  border: 2px solid #E4E4E4;
  display: flex;
  align-items: center;
}

.Book-Ad p{

font-weight: 800;
font-size: 24px;
color: #F50000;
}

.userName p{

font-weight: 600;
font-size: 14px;
color: #F50000;
}

.input-Email{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -webkit-fill-available;
}

.Email-Id p{
  font-weight: 600;
font-size: 14px;
color: #F50000;
}

.input-phone{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -webkit-fill-available;
}

.userphone p{
  font-weight: 600;
  font-size: 14px;
  color: #F50000;
}

.input-Company{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -webkit-fill-available;
}

.UserCompany p{
  font-weight: 600;
  font-size: 14px;
  color: #F50000;
}

.Message-user p{
  font-weight: 600;
  font-size: 14px;
  color: #F50000;

}
.upload-file p{
  font-weight: 600;
  font-size: 14px;
  color: #F50000;
}

.Uploadfile{
  width: -webkit-fill-available;
  height: 92px;
  gap: 10px;
  border-radius: 6px;
  border-width: 1px;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
}

form{
  gap: 10px;
}

form img{
  width: 24px;
  height: 24px;
}

form p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
text-align: center;

}

.Book-button{
  padding-top: 24px;
}

.book button span img{
  display: none; 
  transition: width 0.4s ease, height 0.4s ease, transform 0.4s ease;
}

.book button:hover {
 background-color: #272727;
}

.book button:hover span img { 
  display: block;
  padding-left: 10px;
}

.book button{
  height: 40px;
  padding-top: 14px;
  padding-right: 18px;
  padding-bottom: 14px;
  padding-left: 18px;
  border-radius: 6px;
   background-color: #F50000;
  color: #E4E4E4;
  border:none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  transition: color 0.4s ease;
  font-weight: 600;
  cursor: pointer;
}

.book button::before{
  content: '';
  position: absolute;
  height: 40px;
  text-align: center;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  
}


input::placeholder {
font-weight: 400;
font-size: 14px;
color: #5E5F63;
}

input:focus::placeholder {
  opacity: 0;
}


.placeholder p{
font-weight: 400;
font-size: 14px;
line-height: 20px;
text-align: center;
color: #5E5F63;
}

form{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
  cursor: pointer;
}
/* Section-4: Footer */

.footer {
  background: #272727;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  padding-top: 72px;
}

.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 300px;
}

.footer-col{
  display: flex;
  flex-direction: column;
}


.footer-details p{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.footer-col .links {
  display: flex;
  padding-left: 0px;
  flex-direction: column;
  padding-top: 24px;
  gap: 12px;
}

.footer-col .links li {
  list-style: none;
}

.footer-col .links li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #EFEFEF;
}

  .footer-col .links li a:hover{
      color: #F50000;
  }

  .footer-col p{
      color: white;
      font: 16px;
  }


  .logo-image{
   
  }

  .error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none; /* Hide by default */
  }
  
  .input .error{
    border-color: red;
  }
  

  .logo-image img{
      width: 93.41px;
      height: 46.54px;
  }

  .contact{
      display: flex;
      flex-direction: column;
      padding-top: 24px;
  }

  .Email{
      display: flex;
      gap: 12px;
      padding-top: 8px;
      padding-bottom: 8px;
  }

  .Email img{
      width: 20px;
      height: 20px;
  }

  .Email p{
      color: #fff;
      font-size: 16px;
      margin-bottom: 0;
  }

  .location{
      display: flex;
      gap: 12px;
  }

  .location a{
    text-decoration: none;
    display: flex;
    gap: 10px;
}

  .location img{
      width: 20px;
      height: 20px;
  }

  .location p{
      color: #fff;
      font-size: 16px;
      margin-bottom: 0;
  }

  .Email-Form{
    padding-top: 32px;
    width: 100%;
    /* position: relative; */
}

.Email-Form form {
    display: flex;
    border-radius: 6px;
    background-color: white;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    width: -webkit-fill-available;
    height: 49px;
    justify-content: space-between;
    flex-direction: row;
    cursor: auto;
}

.Email-Form input {
outline: none;
border: 1px;
color: #272727;
border-radius: 8px;
width: 80%;
height: -webkit-fill-available;
}

.footer-col form button {
background: #333;
color: white;
outline: none;
border: none;
width: 83px;
height: 33px;
border-radius: 4px;
border-width: 1px;
cursor: pointer;
white-space: none;
}

.Error {
color: red;
font-size: 12px;
padding-top: 5px;
display: none;    
}

  .icons{
  display: flex;
  gap: 10px;  
}

.icons a{
  height: 24px;
}

.icons a img{
  width: 24px;
  height: 24px;
  background-color: #635E5E;
  border-radius: 3px;
}

.icons a img:hover{
  background-color: #F50000;
}
.copyright{
  display: flex;
  align-items: center;
}

.copyright p{
  font-size: 16px;
  align-items: center;
  color: #fff;
}

.rows{
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.company-name{
    display: flex;
    gap: 12px;
    padding-bottom: 8px;
}

.company-name img{
    width: 20px;
    height: 20px;
}

.company-name p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}