@charset "utf-8";
/* CSS Document */

    body {
      background-color: #f9f8f5; 
      font-family: Arial, sans-serif;
	  color: #5e5353;
    }
    .navbar-brand {
   font-size: 6rem;
	font-family: "PT Serif", serif;
    }


    .portfolio img {
      width: 100%;
      height: auto;
      border-radius: 20px;
      object-fit: cover;
	  max-height: 1000px; 
	   transition: filter 0.5s ease;
    }


  .navbar .nav-link,
  .navbar .nav-item a,
  .navbar .bi-instagram {
    font-family: "PT Serif", serif;
	  font-size: 1.3rem;
	  color: #5e5353;
  }

.navbar-nav .nav-link {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  color: #5e5353;
}

.navbar-collapse {
  margin-top: 25px; 
}
.btn-outline-dark {
  font-family: 'PT Serif', serif;
  font-weight: 700;
  border: 2px solid #5e5353;
  color: #5e5353;
}

.btn-outline-dark:hover {
  background-color: #5e5353;
  color: #fff;
}

.navbar-toggler {
  padding-left: 0; 
  display: block; 
	  font-family: "PT Serif", serif;
  font-weight: 400; 
	 font-size: 1.2rem;       
  background: transparent; 
  border: none;           
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
	outline: none;
  box-shadow: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none !important;
}
  .navbar .container-fluid {
  padding-left: 2.3rem; 
}

.img-fluid {
 margin-left: 0px;

}
.portfolio-item {
  position: relative;
  cursor: pointer; 
  overflow: hidden;
}



.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: "PT Serif", serif; 
  font-size: 2rem;
  font-weight: 200;
  opacity: 0; 
  transition: opacity 0.5s ease; 
  pointer-events: none;
  text-align: center;
}


.portfolio-item:hover .portfolio-img {
  filter: brightness(70%); 
}

.portfolio-item:hover .overlay-text {
  opacity: 1; 
}

.bottom {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px; 
  margin-top: 100px; 
}


.bottom-img {
  filter: brightness(70%);
  width: 100%;
  object-fit: cover;
	height: 800px;
	border-radius: 0px;
	
}


.bottom-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: "PT Serif", serif;
  font-size: 2rem;
  font-weight: 400;
  max-width: 90%;
  pointer-events: auto;
  z-index: 2;
  text-align: center;
  line-height: 1.6; 
}


.bottom-text a {
  display: inline-block;
  margin-top: 15px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}


.bottom-text a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #5e5353;
  transition: width 0.4s ease;
}


.bottom-text a:hover::after {
  width: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 50% 50%; 

}

.slim-arrow {
    width: 20px;
    height: 20px;
}

#reviewsCarousel {
    margin-top: 250px !important;  
    margin-bottom: 250px; 
}

.custom-number {
  font-family: 'Playfair Display', serif; 
  color: #aaa0a0; 
}
.contact-cta {
  background: transparent; 
}

.cta-box {
  background: #eae4df;         
  color: #5e5353;                  
  border-radius: 12px;
  max-width: 1100px;
  /* responsive padding */
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}


.quote {
  margin: 0;
  font-weight: 600;              
  font-size: clamp(1.05rem, 2.2vw, 1.25rem); 
  color: #5e5353; 
	font-family: "PT Serif";
}


.contact-link {
  display: inline-block;
  margin-top: 0.1rem;
  font-weight: 600;
  text-decoration: none;
  color: #aaa0a0;              
  padding-bottom: 2px;
	font-family: PT Serif;
	font-size: clamp(1.05rem, 2.2vw, 1.25rem);
	position: relative; 
}


.contact-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;               
  width: 0;                  
  background-color: #ffffff;  
  transition: width 0.3s ease;
}

.contact-link:hover::after,
.contact-link:focus::after {
  width: 100%;               
}

.project-link img {
  transition: filter 0.3s ease;
  display: block;
}

.project-link:hover img {
  filter: brightness(60%);
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}

.project-link img {
  display: block;
  width: 100%;
  z-index: 1;
}
.overlay-text {
  color: white;
  font-family: 'PT Serif', serif;
  font-size: 1.5rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.project-link:hover .overlay-text {
  opacity: 1;
}


.project-name {
  font-family: 'PT Serif', serif;
  font-size: 1.1rem;
  font-weight: 500;
}


.client-logo {
  width: auto;
  margin-bottom: 3.2rem; /* spacing between logos */
  transition: transform 0.3s ease, opacity 0.3s ease;
}


.client-logo:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

form .form-control.underline-input {
  border: none !important;
  border-bottom: 1px solid #aaa !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0.5rem 0 !important;
  font-size: 1rem;
  color: #5e5353;
}

form .form-control.underline-input:focus {
  border-bottom: 1px solid #5e5353 !important;
  box-shadow: none !important;
  outline: none !important;
}


.custom-btn {
  background: transparent;
  border: 1px solid #5e5353;
  color: #5e5353;
  padding: 0.75rem 2rem;
  border-radius: 0;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.custom-btn:hover {
  background: #5e5353;
  color: #fff;
}

    .newsletter-section {
      position: relative;
      background: url('../img/newsletter.jpg') center center/cover no-repeat;
      width: 100%;
      min-height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
    }

  
    .newsletter-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;
    }

    
    .newsletter-content {
      position: relative;
      z-index: 2;
    }

    .newsletter-content h2 {
      font-family: 'PT Serif', serif;
      font-size: 2.5rem;
      margin-bottom: 1.5rem;
    }

    /* Input and button */
    .newsletter-form input[type="email"] {
      background: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      color: #fff;
      border-radius: 0;
      padding: 0.5rem 1rem;
      outline: none;
    }

    .newsletter-form input::placeholder {
      color: rgba(255, 255, 255, 0.7);
    }

    .newsletter-form .btn-go {
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      border-radius: 0;
      padding: 0.5rem 1.5rem;
    }

footer {
  margin-bottom: 35px; 
}
@media (min-width: 768px) {
    .navbar-nav .nav-item + .nav-item {
        margin-left: 40px; 
    }
	.navbar-brand2 {
		display: none!important;
	}

}

@media (max-width: 767px) {
  .bottom-text {
    font-size: 1.2rem;
    padding: 0 0px;
	line-height: 1.6;
	  width: 80%;
  }
	
  .bottom-text a {
    font-size: 1.4rem;
	margin-top: 10px;
  }
	
	.bottom-img {
  filter: brightness(60%);
  width: 100%;
  object-fit: cover;
	height: 550px;
}
	
 #reviewsCarousel .carousel-item p {
        font-size: 0.9rem;
    }
    #reviewsCarousel .carousel-item h6 {
        font-size: 0.8rem;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 20px; 
    }
	
	#reviewsCarousel {
    margin-top: 130px !important;  
    margin-bottom: 90px; 
}
	.navbar-brand {
		display: none!important;
	}
	
  .navbar-brand2 {
    display: flex !important;   /* use flex for centering */
    margin: 0;                 
    text-align: center;
    width: 100%;               
    justify-content: center;   
    align-items: center;       
  }
	
	.navbar-toggler {
		margin-top: 20px;
	}
	
	  .client-logo {
    max-height: 100px; 
    margin-bottom: 1rem; /* space between wrapped rows */
  }
}
