body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #fff;
    color: #000;
  }
/*   
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
  } */
  
 .home {
  color: #fcb900;
  margin-bottom: 80px;
  padding: 50px;
}
.hometxt{
  font-size: 90px;
  font-family: Arial, sans-serif;
  margin-left: 20px;
  letter-spacing: -4px;
  color: #fcb900;

}
.underline {
  border-bottom: 4px solid #fcb900;  
  padding-bottom: 10px;
}

/*   
  .features {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    
    
  }
  
  .feature {
    width: 250px;
    
  }
  
  .feature img {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 50px;
    border: 2px solid #fcb900;
  } */



  .features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px 0;
  
  }
  
  .feature {
    max-width: 250px;
    margin: 20px;
  }
  
  .feature-img {
    width: 120px;
    height: 120px;
    border: 3px solid #fcb900;
    padding: 10px;
    border-radius: 50%;
    object-fit: contain;
    margin-bottom: 20px;
  }
  
  .feature-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #000;
  }
  
  .feature-subtext {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #000;
    margin: 0;
  }
  
  
  footer {
    text-align: end;
    margin-right: 58px;
    font-size: 14px;
  }
  
  .highlight {
    color: #fcb900;
    font-weight: bold;
  }

  
  /* Responsive */
  @media screen and (max-width: 768px) {
    .features {
      flex-direction: column;
      align-items: center;
    }
  }
  



  /* partnershippage */

  .partner-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 40px 0;
    text-align: center;
    gap: 20px;
    
  }
  .partner{
    max-width: 250px;
    margin: 20px;
  }
  .partner-img{
    border: 3px solid #fcb900;
    border-radius: 9%;
    margin-bottom: 20px;
    
  }
  .bosslogo{
     margin-top: 10px;
 
     width: 100%;
  }

  /* Corporate Gifting page */
  .Gifting-container{
    display: flex;
    justify-content: space-around;
    
    margin-top: 40px;
    text-align: center;
    gap: 50px;
    margin-left: 0px;
    margin-right: 50px;


  }

  .gift-box{
    width: 240px; 
    margin: 20px;

  }
  .gift-img{
    border: 3px solid #fcb900;
    border-radius: 24%;
    margin-bottom: 20px;
    
  }

  /* thankyoupage */
  .thankyoutxt{
    margin-left: 96px;
    padding: 80px;
    padding-top: 0;
    margin-top: 0;

  }
  .thankyouclr{
    font-size: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    
    color: #fcb900;

  }
  .logoccps{
   margin-top: 90px;

  }

  .info{
    width: 780px;
    /* border: 3px solid #fcb900; */
    
    
  }
  .infotxt{
  font-size: 25px;
  color: #1d4f91;
   
   }
   .iconcircle{
    width: 40px;
    height: 40px;
    background-color: #f6b800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    
   }
   .icon-clr {
    color: #f4f6f8;
  }
  .address-text {
    max-width: 980px;  
    line-height: 1.4;
  }
  .footer-bar {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-top: 100px; 
    margin-right: 0;
  }
  
  .footer-img {
    width: 420px;  
    height: auto;
    margin-top: 80px;
     
    
  }
  .margin-top{
    margin-top: 140px;
  }
  .margin-btm{
    margin-bottom: 30px;
  }
  .margin-lft{
    margin-left: 100px;
  }
  
  
 