
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

  
    body {
      font-family: Arial, sans-serif;
      background-image: url('./images/KV final 3.1 for pc.png');
      background-size: cover; 
      background-position: center;
      background-attachment: fixed;
      color: #333;
      line-height: 1.6;
    }


    .hero {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%;
      position: relative;
    }

    .hero-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 1500px;
      margin-bottom: 20px;
      padding: 0px 20px;
    }

    .logo-img {
      width: 150px;
      height: auto;
      object-fit: contain;
    }

    .text-block {
      text-align: right;
      margin-left: 20px;
    }

    .main-text {
      font-size: 36px;
      font-weight: bold;
      color: #333;
    }

    .sub-text {
      font-size: 18px;
      color: #777;
    }

  
    .car-banner-container {
      width: 100%;
      margin: 0;
      padding: 0;
    }

    .car-banner-img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block; 
    }

  
    .Anniversary_section {
      width: 100%;
      overflow: hidden; 
      margin-top: 20px;
    }

    .Anniversary {
      width: 100%; 
      height: auto; 
      display: block;
      object-fit: contain; 
    }
  /* Main Text Styling */
    .main-text {
      font-size: 70px;
      font-weight: 900;
      color: #011689;
      text-shadow: 3px 3px 0 #ffffff;
    }

    .sub-text {
      font-size: 30px;
      font-weight: 700;
      color: #011689;
    }
    /* WhatsApp CTA */
    .whatsapp-cta {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #25D366;
      padding: 10px 30px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      z-index: 9999;
    }

    .whatsapp-cta a {
      color: white;
      text-decoration: none;
      display: flex;
      align-items: center;
      font-weight: bold;
      font-size: 18px; 
    }

    .whatsapp-cta img {
      width: 30px;
      height: 30px;
      margin-right: 10px;
    }

    /* Responsive Design */
  
    @media (max-width: 768px) {
      /* Hero content */
      .hero-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .logo-img {
        margin-bottom: 20px;
        width: 120px; 
      }

      .text-block {
        text-align: center;
        margin-top: 20px; 
      }

      .main-text {
        font-size: 30px !important; 
      }

      .sub-text {
        font-size: 14px !important;
      }

      .Anniversary {
        width: 100%;
        height: auto;
        object-fit: contain;
      }

      .whatsapp-cta {
    font-size: 10px !important;
    padding: 12px 10px !important;
    width: 220px !important;
    margin-bottom: 200px;
  }
/* .whatsapp-cta a{
font-size: small;
} */

  .whatsapp-cta img {
    width: 30px;
    height: 30px;
  }
    }
/* Tablet / Medium Screens: 768px to 1300px */
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.hero-content{
  width: 700px;
}
 .main-text {
        font-size: 35px !important; 
      }

      .sub-text {
        font-size: 18px !important;
      }
}
.english-text {
 font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  padding: 0 20px;
}
.sinhala-text{
font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
 
}