
    body {
      font-family: 'Poppins', sans-serif;
      background-color: #0e141b;
      color: #e5e5e5;
      overflow-x: hidden;
    }

    /* Navbar */
    .navbar {
      background-color: #1d2223;
      box-shadow: 0 2px 10px rgba(0, 255, 200, 0.05);
    }
    .navbar-brand img {
      width:50%;
    }
    .navbar-nav .nav-link {
      color: #fff;
    font-weight: 800;
    margin-left: 15px;
    transition: 0.3s;
    font-size: 18px;
    }
    .navbar-nav .nav-link:hover {
      color: #00e0c6;
    }

    /* Hero Section */
    .hero {
      background: linear-gradient(rgba(14, 20, 27, 0.8), rgba(14, 20, 27, 0.8)),
        url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1600&q=80')
        center/cover no-repeat;
      text-align: center;
      color: white;
      padding: 140px 20px;
    }
    .hero h1 {
      font-size: 2.8rem;
      font-weight: 700;
      background: linear-gradient(90deg, #00e0c6, #00aaff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .hero p {
      font-size: 1.1rem;
      margin-top: 15px;
      color: #ccc;
    }

    /* About Info Section */
    .about-info {
      background: #111920;
      padding: 90px 0;
    }
    .about-info .section-title {
      font-weight: 700;
      background: linear-gradient(90deg, #00e0c6, #00aaff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 10px;
    }
    .about-info img {
      width: 100%;
      border-radius: 15px;
      box-shadow: 0 5px 25px rgba(0, 255, 200, 0.15);
      transition: 0.4s;
    }
    .about-info img:hover {
      transform: scale(1.03);
    }
    .about-info .lead {
      color: #ccc;
      font-size: 1.05rem;
      line-height: 1.8;
    }
    .about-points {
      list-style: none;
      padding: 0;
      margin-top: 20px;
    }
    .about-points li {
      margin-bottom: 15px;
      display: flex;
      gap: 12px;
      align-items: flex-start;
      color: #e5e5e5;
    }
    .about-points i {
      color: #00e0c6;
      font-size: 1.4rem;
      margin-top: 3px;
    }

    /* Highlights Section */
    .highlights {
      padding: 80px 0;
      background-color: #0b1117;
    }
    .highlight-box {
      background: #1a232d;
      border-radius: 15px;
      padding: 7px;
      transition: all 0.3s ease;
      box-shadow: 0 2px 15px rgba(0, 255, 200, 0.05);
    }
    .highlight-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 5px 20px rgba(0, 255, 200, 0.25);
    }
    .highlight-box i {
      font-size: 40px;
      background: linear-gradient(90deg, #00e0c6, #00aaff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 15px;
    }
    .highlight-box h5 {
      color: #e5e5e5;
      font-weight: 600;
    }

    /* Vision & Mission */
    .vision-mission {
      padding: 80px 0;
      background-color: #111920;
    }
    .vision-mission h2 {
      font-weight: 700;
      background: linear-gradient(90deg, #00e0c6, #00aaff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .vision-mission p {
      color: #ccc;
      font-size: 1.05rem;
    }
    .vision-mission img {
      height: 300px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba
#00ffc81a
(0, 255, 200, 0.1);
    width: 100%;
    object-fit: cover;
    }

    /* Footer */
    footer {
      background: #0a1015;
      color: #ccc;
      padding: 60px 0 20px;
    }
    footer h5 {
      color: #00e0c6;
      margin-bottom: 20px;
      font-weight: 600;
    }
    footer ul {
      list-style: none;
      padding: 0;
    }
    footer ul li {
      margin-bottom: 10px;
      color: #aaa;
    }
    footer ul li i {
      color: #00e0c6;
      margin-right: 10px;
    }
    footer a {
      color: #00e0c6;
      text-decoration:none!important;
    }
    footer a:hover {
      text-decoration: underline;
    }
    .footer-bottom {
      text-align: center;
      border-top: 1px solid #222;
      margin-top: 30px;
      padding-top: 20px;
      color: #777;
    }
 .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 40px;
            right: 40px;
            background-color: #25d366; /* WhatsApp Green */
            color: var(--text-light);
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease-in-out;
        }

        .whatsapp-float:hover {
            transform: scale(1.1);
        }

        @media (max-width: 768px) {
            .whatsapp-float {
                width: 50px;
                height: 50px;
                bottom: 20px;
                right: 20px;
            }
            .whatsapp-float i {
                width: 25px;
                height: 25px;
            }
        }
        
        
@media(min-width:300px) and (max-width:767px){     
[type=reset], [type=submit], button, html [type=button] {
    line-height: 1.4;
    -webkit-appearance: button;
    border: 2px solid #fff;
}
.navbar-brand {display: contents;}
.about-info .section-title{margin-top: 1em;}
.highlight-box {margin-bottom: 2em;}
.vision-mission h2 {padding-top: 1em;}

