/* ================================
   IMPROVED CONTACT FORM - Fixed your original
   Works without PHP, luxury design, fixed HTML structure
   ================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Playfair+Display:wght@400&display=swap');

.contact-card-improved {
  background: #fff;
  padding: 40px 40px 30px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.06);
  border: 1px solid #f0ebe3;
  position: relative;
}

.contact-card-improved::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: #b8936b;
}

/* Your original inputContainer - improved */
.contact-form-improved .inputContainer {
  position: relative;
  margin-bottom: 5px;
}

.contact-form-improved .inputContainer label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 7px;
  display: block;
}

.input-with-icon {
  position: relative;
}

.input-with-icon i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #c9b8a3;
  font-size: 13px;
  pointer-events: none;
  z-index: 2;
}

.input-with-icon.textarea-wrap i {
  top: 18px;
  transform: none;
}

.contact-form-improved input,
.contact-form-improved select,
.contact-form-improved textarea {
  width: 100%;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  background: #fcfbf9 !important;
  border: 1px solid #ece5dc !important;
  border-radius: 0 !important;
  padding: 13px 15px 13px 38px !important;
  outline: none !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none;
}

.contact-form-improved textarea {
  padding: 12px 15px 12px 38px !important;
  resize: vertical;
}

.contact-form-improved input:focus,
.contact-form-improved select:focus,
.contact-form-improved textarea:focus {
  background: #fff !important;
  border-color: #b8936b !important;
  box-shadow: 0 0 0 4px rgba(184,147,107,0.10) !important;
}

.contact-form-improved input:focus ~ i,
.contact-form-improved select:focus ~ i,
.contact-form-improved textarea:focus ~ i,
.input-with-icon:focus-within i {
  color: #b8936b !important;
}

.contact-form-improved input::placeholder,
.contact-form-improved textarea::placeholder {
  color: #b8b0a6;
  font-weight: 300;
}

.contact-form-improved select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23b8936b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px !important;
}

/* Button - improved from btn-hvr-effects5 */
.btn-send {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 2.2px !important;
  text-transform: uppercase !important;
  background: #1a1a1a !important;
  color: #fff !important;
  border: 1px solid #1a1a1a !important;
  padding: 15px 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  cursor: pointer !important;
  transition: all 0.35s ease !important;
}

.btn-send:hover {
  background: #b8936b !important;
  border-color: #b8936b !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(184,147,107,0.28) !important;
}

.btn-send i {
  transition: transform 0.3s ease;
}
.btn-send:hover i {
  transform: translateX(4px);
}

.form-trust {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 0.8px;
  color: #999;
  margin-top: 18px;
}
.form-trust a {
  color: #b8936b;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 768px) {
  .contact-card-improved {
    padding: 28px 20px 22px;
  }
}


#mainNav.top-menu {
  background: #ffffff;
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
  position: sticky;
  top: 0;
  z-index: 999;
}
#mainNav .menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
#mainNav .menu-logo img { max-height: 90px !important; width: auto; }

#mainNav .menu-links {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 30px;
}
#mainNav .menu-links a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
#mainNav .menu-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #b8936b;
  transition: width 0.3s ease;
}
#mainNav .menu-links a:hover::after { width: 100%; }
#mainNav .menu-links a:hover { color: #b8936b; }


/* MOVE WELCOME TEXT UP - Add to bottom of css/custom.css or style.css */

#home.main-banner {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center;
  padding-top: 150px !important; /* LOWER = HIGHER UP - try 120px for even higher */
  min-height: 85vh !important;
}

#home.main-banner .heading {
  margin-top: 0 !important;
  padding-top: 10px !important;
  transform: translateY(-50px); /* <-- KEY: Increase to -80px or -100px to move even higher */
  width: 100%;
}

/* Remove the <br><br><br><br> gap you had in HTML */
#home .heading br {
  display: none;
}

@media (max-width: 991px) {
  #home.main-banner {
    padding-top: 110px !important;
  }
  #home.main-banner .heading {
    transform: translateY(-20px);
  }
}


/* ================================
   GALLERY MENU COLOURS - EDIT HERE
   ================================ */

/* Normal buttons (All, Wedding, Models, Fashion) */
.filter-button-group button,
.button-group.filter-button-group button,
.gallery-menu .button-group button {
  background: #ffffff !important;      /* Background colour - normal */
  color: #BBBBBB !important;           /* Text colour - normal */
  border: 1px solid #e5e5e5 !important; /* Border colour */
  font-family: 'Montserrat', sans-serif;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  padding: 10px 24px !important;
  margin: 5px 6px !important;
  border-radius: 0px !important; /* Change to 30px for rounded pills */
  transition: all 0.3s ease !important;
}

/* Hover colour */
.filter-button-group button:hover,
.button-group.filter-button-group button:hover {
  background: #b8936b !important;  /* Gold/brown on hover - CHANGE THIS */
  color: #ffffff !important;       /* White text on hover */
  border-color: #b8936b !important;
}

/* Active / Selected colour - the button that is clicked */
.filter-button-group button.active,
.button-group.filter-button-group button.active,
.filter-button-group button:active,
.filter-button-group button.is-checked {
  background: #BBBBBB !important;  /* Black when active - CHANGE THIS */
  color: #ffffff !important;       /* White text when active */
  border-color: #BBBBBB !important;
}

/* If you want active to be GOLD instead of black, use this instead: */
/*
.filter-button-group button.active {
  background: #b8936b !important;
  color: #ffffff !important;
  border-color: #b8936b !important;
}
*/


/* ================================
   REVIEWS - CHANGE #e45050 BORDER COLOUR
   ================================ */

/* This overrides the red #e45050 everywhere in Reviews */

#reviews .testimonial,
#reviews .testimonial .desc,
#reviews .desc,
#reviews .testi-meta,
#reviews .testimonial .desc h3,
.testi-carousel .testimonial,
.testimonial.clearfix .desc {
  border-color: #b8936b !important; /* <-- CHANGE THIS to your new colour */
}

/* Common places where #e45050 is used as border in this template */
#reviews .testimonial .desc {
  border: 1px solid #b8936b !important;
  border-left: 4px solid #b8936b !important; /* left accent border */
}

#reviews .testi-meta img,
#reviews .testimonial img {
  border-color: #b8936b !important;
}

/* Dots under reviews */
#reviews .owl-theme .owl-dots .owl-dot.active span,
#reviews .owl-theme .owl-dots .owl-dot:hover span {
  background: #b8936b !important;
  border-color: #b8936b !important;
}

/* Quote icon colour if it's #e45050 */
#reviews .desc h3 i.fa-quote-left,
#reviews .fa-quote-left {
  color: #b8936b !important;
}

/* === TO CHANGE TO ANOTHER COLOUR, REPLACE #b8936b WITH: ===
   Black: #1a1a1a
   Gold (your menu colour): #b8936b
   White: #ffffff
   Beige: #d4c4a8
   Your brand pink/beige: #c9a88a
*/


/* === BIGGER LOGO - CHANGE HERE === */
#mainNav .menu-logo img {
  max-height: 90px !important; /* DESKTOP - Try 100px or 110px for super big */
  width: auto !important;
  height: auto !important;
}

@media (max-width: 991px) {
  #mainNav .menu-logo img {
    max-height: 70px !important; /* TABLET/MOBILE - was 60px */
  }
}

#mainNav.top-menu {
	position: fixed; /* or use sticky */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: white;
  padding: 8px 0 !important; /* Adjust so menu bar doesn't get too tall */
}

#mainNav .menu-logo {
  display: flex;
  align-items: center;
}

