 @import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-color: #16610e;
  --primary-color-light: #affca7;
  --primary-color-dark: #083503;
  --secondary-color: #f97a00;
  --bg-color-01: #fed16a;
  --bg-color-02: #fff4a4;
}


/* navbar */
body {
  font-family: "Raleway", sans-serif !important;
}

.navbar {
  background-color: var(--primary-color) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.navbar-brand {
  font-weight: 700;
  color: var(--bg-color-01) !important;
  font-size: 2rem;
  text-transform: uppercase;
}
.nav-link {
  color: #fff !important;
  font-weight: 600;
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: var(--secondary-color) !important;
}
.btn-primaryME {
  background-color: var(--bg-color-01) !important;
  color: #232323 !important;
  font-weight: 700 !important;
}
.btn-primaryME:hover {
  background-color: var(--secondary-color) !important;
  color: #232323 !important;
}


 

  
        body {
            background: #fff4a4 !important;
            font-family: "Poppins", sans-serif;
        }

        .contact-header {
            padding: 60px 0 20px;
            text-align: center;
        }

        .contact-header h1 {
            font-weight: 700;
            color: #16610e !important;
        }

        .contact-box, .info-box {
            background: #fff;
            border-radius: 16px;
            padding: 35px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.08);
        }

        .info-item h6 {
            font-weight: 600;
            color: #083503 !important;
        }

        .info-item p {
            margin: 0;
            color: #083503 !important;
        }

        .map-box iframe {
            width: 100% !important;
            height: 350px !important;
            border-radius: 16px !important;
            border: none ;
        }

        .social-icons a {
            width: 40px;
            height: 40px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            background: #2d4f2d;
            border-radius: 50%;
            margin-right: 10px;
            text-decoration: none;
        }

        .social-icons a:hover {
            background: #1e351e;
        }
        
        
          /* footer */
     .footer {
  background-color:var(--primary-color) !important;
  color: white !important;
  padding: 60px 0 20px;
  position: relative;
  margin-top: 50px;
}
.footer h5 {
  font-weight: 700;
  margin-bottom: 20px;
  color: white !important;
}
.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none;
  font-size: 0.95rem;
}
.footer a:hover {
  color: var(--secondary-color) !important;
  text-decoration: underline;

}
.footer .social-icons a {
  display: inline-block;
  color: var(--secondary-color) !important;
  background: white !important;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.footer .social-icons a:hover {
  background: var(--bg-color-02) !important;
  color: white;
  transform: scale(1.1);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8) !important;
}
.footer-logo {
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}


    