html{
  
   scroll-behavior: smooth;
   background-color:#a59ca0 ;
}

body {
      font-family: 'Roboto', sans-serif;
      margin: 0;
      background: #cccccc;
      color: #222;
    }
    header {
      background: #232f3e;
      color: #dee2ff;
      padding: 20px 0;
      text-align: center;
      letter-spacing: 2px;
    }
    nav {
      background: #ffddd2;
      padding: 10px 0;
      text-align: center;
      
    }
    nav a {
      color: #232f3e;
      margin: 0 12px;
      text-decoration: none;
      font-weight: 500;
      font-size: 1.3em;
      color: #072ac8;

    }
    .hero {
      background:#ffddd2;
      padding: 40px 0;
      text-align: center;
    }
    .hero img {
      width: 170vb;
      height:90vh;
      border-radius: 18px;
      box-shadow: 0 2px 10px #0515bfe7;
      margin-bottom: 24px;
      background-size: cover;
      background-repeat: no repeat;
     
      }

    
    .hero h1 {
      margin-bottom: 10px;
      font-size: 2.5em;
      text-align: center;
    }
    .hero p {
      font-size: 1.2em;
      color: #555;
      margin-bottom: 20px;
      text-align: center;
    }
    .cta-btn {
      background: #1976d2;
      color: #c7c7c7;
      border: none;
      padding: 12px 32px;
      font-size: 1.1em;
      border-radius: 6px;
      cursor: pointer;
    }
    .section {
      padding: 20px 0 30px 0;
      width: 90%;
      max-width: 1050px;
      margin: auto;
      font-size: 1.5em;
    }
    .columns {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      justify-content: space-between;
      background-color: #ccc;
    }
    .col-box {
      flex: 1 1 220px;
      background: #ffddd2;
      padding: 24px;
      border-radius: 10px;
      box-shadow: 0 1px 6px #ececec;
      min-width: 210px;
      text-align: center;
    }
    .features-list {
      display: flex;
      gap: 16px;
      margin-top: 30px;
    }
    .feature {
      flex: 1;
      background: #ffddd2;
      padding: 18px;
      border-radius: 8px;
      text-align: center;
    }
    .highlights {
      margin-top: 20px;
    }
    .highlights ul {
      list-style: none;
      padding-left: 0;
    }
    .highlights li {
      background: #ffddd2;
      margin-bottom: 16px;
      padding: 12px 20px;
      border-left: 4px solid #1976d2;
      border-radius: 6px;
      font-size: 0.98em;
    }
    footer {
      background: #232f3e;
      color: #f0f3bd;
      text-align: center;
      padding: 14px 0 10px 0;
      margin-top: 40px;
      font-size: 2.5em;
    }
    @media (max-width: 800px) {
      .columns, .features-list {
        flex-direction: column;
      }
      .col-box, .feature {
        min-width: unset;
      }
    }

    section {
      margin-bottom: 2rem;
      text-align: center;
      text-size-adjust: 80px;
      padding: 20px;
      font-size: 1.0em;
    }

    .h4 {
      font-size: 1.2em;
      color: #6b705c;
    }

    