@font-face {
  font-family: "Futura PT Book";
  src: url("/futura-pt-book-wisabo/Futura-PT_Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Kinfolk";
  src: url("/kinfolk/Kinfolk.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.font-family {
  font-family: "Futura PT Book";
}
a:hover{
  color: #584025 !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #584025 !important;
}


.color {
  color: #584025;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bg {
  background: #307fe2;
}

.heading {
  color: #584025;
  font-size: 50px;
  font-weight: 700;
  font-family: "Futura PT Book";
}

.heading2 {
  color: #584025;
  font-size: 30px;
  font-weight: 700;
  font-family: "Futura PT Book";
}

.nav-link.active {
  color: #584025;
  /* Green or your theme color */
  font-weight: bold;
  border-bottom: 2px solid #584025;
  /* Optional visual indicator */
}


.pera {
  font-size: 16px;
  font-weight: 400;
  font-family: "Futura PT Book";
}

.pera1 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Futura PT Book";
}


.nav-link {
  font-family: "Futura PT Book";
  font-weight: 550;
  font-size: 18px;
  letter-spacing: 2px;
  color: #584025;
}

.navbar-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fffdf7;
}

ul li a {
  font-size: 18px;
  color: #83735b;
  text-decoration: none;
  font-weight: 500;

  cursor: pointer;
  color: #7e7770;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

:focus-visible {
  outline: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.navbar-nav {
  margin-left: auto;

  flex-direction: row;
}


.brand-logo {
  width: 300px;
}
.brand-logo1 {
  width: 130px;
}

@media (max-width: 992px) {
  .navbar-nav {
    flex-direction: column;

    align-items: center;

    justify-content: center;
  }

  .nav-item {
    margin-bottom: 10px;
  }

  .navbar-toggler {
    margin-left: auto;
  }

  .heading {
    color: #584025;
    font-size: 30px;
    font-weight: 700;
    font-family: "Futura PT Book";
  }

  .brand-logo {
    width: 200px;
  }

  .brand-logo1 {
    width: 100px;
  }


}



.card1 {
  background: #f3f1ee;
  border-radius: 30px;
}

.location {
  width: 51.64px;
  height: 51.64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(41, 46, 54, 0.1);
  border-radius: 50px;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}



:focus-visible {
  outline: none;
}




.btn1 {
  background-color: #584025;
  /* Bootstrap primary color */
  color: white;
  font-size: 16px;
  border: none !important;
  border-radius: 0px !important;
  font-family: "Poppins", sans-serif;
}


.invalid-feedback {
  color: #ff6c6c;
  margin-top: 4px;
}

.form-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 30px;
  /* max-width: 450px; */
  width: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}



.form-label {
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Futura PT Book";
  font-size: 16px;
}

.form-control {
  border: none;
  border-bottom: 1px solid #584025;
  border-radius: 0;
  box-shadow: none !important;
  background-color: transparent;
  font-family: "Futura PT Book";
  font-size: 16px;
}

.form-control:focus {
  border-color: #E2A330;
}

.form-control::placeholder {
  color: #888;
}



.project-card {
  text-align: center;
  margin-bottom: 30px;
  transition: 0.4s ease;
  overflow: hidden;
  /* important */
  border-radius: 15px;
  
}

/* SAME HEIGHT FOR ALL IMAGES */
.project-card img {
  width: 100%;
  height: 280px;
  /* You can adjust */
  object-fit: cover;
  /* Crop properly */
  border-radius: 15px;
  transition: 0.5s ease;
  
  
}



.project-title {
  margin-top: 15px;
  font-weight: 600;
  color: #584025;
  font-size: 23px;
  font-family: "Futura PT Book";
  text-align: center;
}

/* Hide extra projects initially */
.extra-project {
  display: none;
}

.view-btn {
  padding: 10px 25px;
  border: none;
  background-color:#584025;
    font-family: "Futura PT Book";
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}


@media (max-width: 768px) {
    .project-title {
        margin-top: 15px;
        font-weight: 600;
        color: #584025;
        font-size: 18px;
        font-family: "Futura PT Book";
        text-align: center;
      }

}

/* ===== GALLERY SECTION ===== */

.gallery-section {
  background: #f9f7f4;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;

}

.gallery-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.6s ease;
}

.gallery-card.large img {
  height: 400px;
}






/* Mobile */
@media (max-width: 576px) {
  .gallery-card img {
    height: 220px;
  }

  .gallery-card.large img {
    height: 250px;
  }
}