 :root {
      --primary: orange;
      --secondary: blue;
      --light: #f8f9fa;
    }


    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Poppins', sans-serif;
      line-height: 1.6;
      background: #fff;
    }


header {
  background-image: url('./image2.jpg');
  color: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0rem 20px 0rem 0px;

    }

    .nav-links {
      display: flex;
      gap: 2rem;
      list-style: none;
      
    }

    .nav-links a{
        color: purple;
        font-family: "Concert One", sans-serif;
        font-weight: 400;
        font-style: normal; 
    }

     a {
      font-weight: 500;
      transition: color 0.3s;
      text-decoration: none;
      
    }

    .nav-links a:hover { color: var(--secondary); }

    .logo{
      padding-left: 150px;
        font-family: "Concert One", sans-serif;
        font-weight: 400;
        font-style: normal; 
      font-size: 3rem;
    }

    .mobile-toggle {
      display: none;
      font-size: 1.5rem;
      cursor: pointer;
      color: var(--secondary);
      border: 1px var(--secondary) dashed;
      border-radius: 5px;
      padding: 0px 7px;
    }



/* ABOUT SECTION */
.about-section {
  padding: 90px 20px;
  background-color: rgb(255, 224, 167);
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-text h2 {
  font-size: 2.4rem;
  color: purple;
  margin-bottom: 20px;
}

.about-text h3 {
  font-size: 1.5rem;
  color: purple;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 15px;
}

.about-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.about-text li {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.about-image img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* FEATURES */
.about-features {
  padding: 90px 20px;
  background: rgb(255, 202, 102);
}

.features-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card {
  background: white;
  padding: 40px 30px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.feature-card i {
  font-size: 2.5rem;
  color: purple;
  margin-bottom: 15px;
}

.feature-card h3 {
  margin-bottom: 10px;
  color: #333;
}

/* MAP */
.map-section {
  padding: 90px 20px;
  text-align: center;
  background-color: rgb(255, 224, 167);
}

.map-section h2 {
  font-size: 2.4rem;
  color: purple;
  margin-bottom: 10px;
}

.map-container {
  max-width: 1100px;
  margin: 30px auto 0;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.rainbow-divider {
  height: 8px;
  width: 100%;
  background: linear-gradient(
    to right,
    red, orange, yellow, green, cyan, blue, violet
  );
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-container,
  .features-container {
    grid-template-columns: 1fr;
  }
}



         footer {
            padding: 80px 20px 40px;
            color: #333;
            font-family: 'Georgia', serif; 
            position: relative;
        }

        footer::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background-image: url('./footer-background2.jpg');
            background-repeat: no-repeat;
            background-size: cover;
        }

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* MATCH HTML */
    gap: 40px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}


        .branch {
            text-align: center;
        }

        .branch h3 {
            font-size: 1.5rem;
            margin-bottom: 20px;
            color: purple ;
        }

        .branch p {
            margin: 8px 0;
            font-size: 1rem;
            line-height: 1.6;
            color: rgb(73, 8, 73);
        }

        .branch a {
            color: rgb(142, 15, 142);
            text-decoration: none;
            transition: color 0.3s;
        }

        .branch a:hover {
            color: green;
        }

.social-icons {
    display: flex;
    gap: 30px;
    margin: 30px auto 40px;
    justify-content: center;
    width: 100%;
}

.social-icons a {
    color: rgb(73, 8, 73);
    z-index: 1;
    font-size: 1.9rem; 
    transition: all 0.3s ease;
}

.social-icons a:hover {
    transform: translateY(-4px) scale(1.1);
    opacity: 0.8;
}



        .copyright {
            text-align: center;
            margin-top: 60px;
            font-size: 0.9rem;
            color: #555;
            position: relative;
            z-index: 1;
        } 

       .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;  /* Official WhatsApp green */
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover{
  transform: scale(1.1);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}


@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }

    .branch h3 {
        font-size: 1.3rem;
    }

    .branch p,
    .branch a {
        font-size: 0.95rem;
    }
}




        @media (max-width: 789px) {
      .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--primary);
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 5px 15px var(--secondary);
        display: none;
      }

      .nav-links.active {
        display: flex;
      }

      .mobile-toggle {
        display: block;
      }

      .logo{
      padding-left: 0;
    }
}