*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}

/* Section-1 : Header Section */

.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;
}

.header-button a{
  text-decoration: none;
}

.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;
  cursor: pointer;
}

.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;
  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;
}

.main-section{
  max-width: 1240px;
  margin: 0 auto;
  align-items: center;
}

/* section-2 Banner section */

  .Background-Banner{
    padding-top: 80px;
    position: relative;

  }

  .background-details{
    padding-top: 40px;
  }
 .background-image{
  background-image: url('../Assets/cardImage-3.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 8px;
  border-width: 1px;
  overflow: hidden;
}

  .background-content{
    position: relative;
    height: 308px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 58.73%);

  }


  .Content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: -webkit-fill-available;
  }

  .Bottom{
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .badges{
    display: flex;
    justify-content: center;
    height: 30px;
    gap: 10px;
    border-radius: 3px;
    border-width: 1px;
    padding: 10px;
    background-color: #F2F2F2;
  }

  .badges p{
    color: #272727;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.card-date p{
margin: 0;
font-weight: 400;
font-size: 14px;
text-align: right;
color: #F2F2F2;
display: flex;
justify-content: center;
align-items: center;
}

.web-content{
  padding-top: 24px;
}

.web-content p{
font-weight: 800;
font-size: 36px;
color: #F2F2F2;
line-height: 40px;
}

.web-paragraph{
  padding-top: 24px;
}

.web-paragraph p{
font-weight: 400;
font-size: 16px;
color: #F2F2F2;
}

.user-details{
  display: flex;
  align-items: center;
  padding-top: 32px;
}
.user-names{
  display: flex;
  align-items: center;
}

.user-names p{
font-weight: 600;
font-size: 14px;
line-height: 20px;
text-align: right;
margin: 0px;
color: #F2F2F2;
padding-left: 8px;
}

/* section-2 : testinomials */

.Testimonials{
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

.content-wrapper{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.paragraph-wrapper{
  width: min-content;
} 

.paragraph-1{
  display: flex;
  flex-direction: column;
}



.paragraph-1 ul{
  
}

.paragraph-1 ul li{
  font-weight: 400;
font-size: 18px;
line-height: 28px;
color: #3A3434;
}



.paragraph-1 p{
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #272727;
}

.paragraph-1 span{
font-weight: 400;
font-size: 18px;
line-height: 28px;
color: #3A3434;
}


.paragraph-2 span .highlight{
  font-weight: 400;
font-size: 18px;
line-height: 28px;
color: #272727;
}

.paragraph-2{
  width: 740px;
  display: flex;
  flex-direction: column;

}

.paragraph-2 p{
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #272727;
}

.paragraph-2 span{
  font-weight: 400;
font-size: 18px;
line-height: 28px;
color: #3A3434;
}

/* Section-3: Popular Post */
.popular-post{
  padding-top: 100px;
  position: sticky;
    top: 0;
    height: fit-content;
  margin: 0px;
 
}

.heading-post p{
font-weight: 800;
font-size: 24px;
color: #3A3434;
}

.grid-card{
  padding-top: 24px;
  gap: 19px;
  display: flex;
  flex-direction: column;
}

.blog-cards{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.blog-cards a{
  text-decoration: none;
}

.cards{
  width: 448px;
  height: 115px;
  gap: 19px;
  border-radius: 8px;
  border-width: 1px;
  border: 1px solid #E4E4E4;
  display: flex;

}

.cards:hover{
  border-color: #F50000;
}

.cards:hover .content p{
  color: #F50000;
}

.image-content img{
width: 120px;
height: 115px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
object-fit:cover;
overflow: hidden; 
}

.text-details{
      display: flex;
      align-items: center;
      width: -webkit-fill-available;
}

.text-content{
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 62px;
  padding-left: 14px;
  padding-right: 14px;
  justify-content: center;
  width: -webkit-fill-available;
}

.content{
  display: flex;
}
.content p{
font-weight: 600;
font-size: 14px;
line-height: 20px;
color: #272727;
}

.user{
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
}
.user-content{
  display: flex;
}

.user-image{
  display: flex;
  gap: 8px;
}
.user-image img{
  width: 16px;
  height: 16px;
}

.user-name{
  display: flex;
  align-items: center;
}

.user-image span{
  font-weight: 400;
  font-size: 12px;
  color: #3A3434;
  display: flex;
  align-items: center;
}

.divider{
  width: 12.84px;
  border-width: 1px;
  border: 1px solid #E4E4E4;
}

.user-date{
  display: flex;
  align-items: center;
}
.user-date p{

font-weight: 400;
font-size: 12px;
text-align: right;
color: #3A3434;
}

/* 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 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;
  }

  input:focus::placeholder {
    opacity: 0;
}

  .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;
  }

  .form{
    padding-top: 32px;
    width: 100%;
}

.form form {
display: flex;
height: 40px;
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;
}

.form input {
outline: none;
border: 1px;
color: #272727;
border-radius: 8px;
width: 80%;
}

.footer-col form button {
background: #333;
color: white;
outline: none;
border: none;
width: 83px;
height: 33px;
border-radius: 4px;
border-width: 1px;
cursor: pointer;
}

.error {
  color: red;
  font-size: 12px;
  margin-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;
}