*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a{
  text-decoration: none !important;
}

body {
    /* font-family: 'Lato', Helvetica, Arial, sans-serif; */
    font-family: "Belleza", sans-serif;
    color: #222;
  }
  
  h2, h3 {
    font-weight: 700;
  }
  
  ul {
    padding-left: 1.2rem;
  }

  /* hero section  */


  .hero-banner {
    position: relative;
    overflow: hidden;
  }
  
  .banner-image {
    width: 100%;
    height: auto;
    display: block;
  }
  
  @media (max-width: 767px) {
    .banner-image {
      height: 18vh;
      /* object-fit: cover; */
      /* object-position: center; */
	}
  }

  .hero-section{
    background-color: #fff;
    padding: 25px 0;
    max-width: 1200px;
    margin: auto;
  }
  
  .hero-heading, .skin-heading{
    font-family: "Belleza", sans-serif;
    color: #5064a3;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .hero-para{
    margin-top: 20px;
    color: #686868;
    line-height: 30px;
    font-size: 18px;
  }

  .specials-cta {
    background: linear-gradient(180deg, #d94a00 0%, #f9b233 100%);
    padding: 2rem 1rem;
    color: white;
  }
  
  .specials-cta .cta-heading {
    font-weight: 700;
    font-size: 1.5rem;
  }
  
  .specials-cta .btn-outline-light {
    background-color: #1e3aa2;;
    color: #fff;
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out;
  }

  a.btn-2.btn-outline-light.rounded-pill.px-4.py-2.fw-semibold {
    color: #fff;
    border: 2px solid #fff;
    transition: all 0.3s ease-in-out;
    background-color: #25D366;
  }
  
  a.btn-2.btn-outline-light.rounded-pill.px-4.py-2.fw-semibold:hover{
    background-color: transparent ;
    color: #fff;
    border-color: #fff;
  }

  .specials-cta .btn-outline-light:hover {
    background-color: transparent ;
    color: #fff;
    border-color: #fff;
  }
  
  /* skin section  */

  .skin-header-2{
    color: #3a5363;
  }

  .skin-list{
     color: #686868;
     font-size: 18px;
  }

  .skin-span{
    font-weight: bold;
    color: #686868;
  }

.section-title {
  font-weight: bold;
  margin-bottom: 1rem;
}

.skin-section {
  padding: 25px 0;
  max-width: 100% !important;
  margin: auto;
}

.protect-section{
    padding: 25px 0;
    max-width: 1200px;
    margin: auto;
}

.Glowing-section{
  background-color: #ebebeb;
  padding: 25px 0;
  max-width: 100% !important;
  margin: auto;
}

.Loyalty-section{
    background-color: #fff;
    padding: 25px 0;
    max-width: 1200px;
    margin: auto;
}

.highlight-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.offer-banner {
  width: 100%;
  height: auto;
}
.card-img-top {
  height: 200px;
  object-fit: cover;
}
.loyalty-badge {
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.offer-section{
  background: linear-gradient(180deg, #d94a00 0%, #f9b233 100%);
  color: #fff;
}

.offer-section .container p{
  color: #fff;
}

/* mobile responsive start  */

@media (max-width: 767px){
    .skin-header-2{
        margin-top: 20px;
    }
    .hero-section, .protect-section, .Glowing-section, .Loyalty-section, .skin-section{
        padding: 25px 0;
    }

    .hero-heading, .skin-heading{
        line-height: 30px;
        margin-bottom: 15px;
      }
    
  }


