/*
Theme Name: Invitation K
Theme URI: /
Author: Pratham Wadhwa
Author URI: http://prathamwadhwa.in/
Description: A custom WordPress theme
Version: 1.0
License: License
Text Domain: invitation-k
*/

.md-hide {
  display: block;
}
img {
  max-width: 100%;
}

h1,
.h1 {
  font-family: "Playfair Display", serif;
  font-size: 84px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
}
h2,
.h2 {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
}
h3,
.h3 {
  /* font-family: "Pacifico", cursive; */
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 100;
}
h4,
.h4 {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 26px;
  font-weight: 500;
}
h5,
.h5 {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 26px;
  font-weight: 500;
}
h6,
.h6 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 400;
}

p,
.body,
a,
.link {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.2px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  margin: 0;
}

.caption {
  font-family: Outfit;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0;
}
.button {
  font-family: Outfit;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 2px;
  color: #000000;
  padding: 16px 58px;
  background-color: #ffcd80;
  text-decoration: none;
  border-radius: 50px;
  max-width: max-content;
  margin: auto;
}

body {
  margin: 0;
  background-color: #000000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: 0.3s ease;
  width: 100%;
}

.header__wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding: 26px 35px;
}
.hero-section__wrapper:before {
  background: #00000085;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero-section__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}
.hero-section__content--inner h1 {
  font-family: Playfair Display;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff5c8;
}
.hero-section__content--inner p {
  font-family: Outfit;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  max-width: 795px;
  color: #fff;
}
.hero-section__content--inner {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding: 20px;
}
.hero-section__content--footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-section__content--footer p {
  font-family: Outfit;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.4px;
  text-align: center;
}
.hero-section__wrapper {
  position: relative;
}
.hero-section__media img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: flex;
}

.header .menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: center;
  gap: 62px;
  background: #ffffff1a;
  padding: 16px 38px;
  border-radius: 40px;
  border: 1px solid #ffffff88;
}

.header .menu li a {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  text-decoration: none;
}

footer {
  position: relative;
  color: #fff;
  margin-top: 33px;
}

.footer {
  color: #ffffff;
  padding: 64px 58px 90px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 430px;
}

.footer__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-copyrights {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
}

.footer-reservation .h5 {
  color: #c3a475;
}

.footer__links h5,
.footer__brand h5 {
  color: #c3a475;
  text-align: center;
  position: relative;
}
.footer__links h5:after,
.footer__brand h5:after {
  content: "";
  background-color: #fff;
  width: 45px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.footer__links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.footer__brand p:not(.h5) {
  margin-top: 32px;
}

.footer__image img {
  width: 100%;
  height: auto;
}

.booking-banner__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-banner__wrapper {
  position: relative;
}

.booking-banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 58px;
  padding-inline: 20px;
  position: relative;
}

.section-header h2 {
  color: #c3a475;
  position: relative;
}

.section-header p {
  color: #ffffff;
}

section.what-makes-us-best {
  padding-top: 45px;
  padding-bottom: 80px;
  background-image: url("https://invitationk.com/wp-content/uploads/2025/11/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.best-feature-item {
  color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 300px;
  gap: 30px;
  text-align: center;
}
.best-feature-item img {
  max-width: 110px;
  width: 100%;
  margin: auto;
}

.best-feature-item h5 {
  color: #c3a475;
  text-transform: uppercase;
}

.best-feature-item p {
  max-width: 255px;
  margin: auto;
}

.best-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 74px;
  max-width: 1400px;
  margin: auto;
  padding-inline: 22px;
}
.speciality-gallery {
  padding-left: 40px;
}
.specialists-header.section-header:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -80px;
  z-index: 0;
}
section.our-specialists {
  padding-bottom: 26px;
}

.speciality-item img {
  width: 100%;
  height: auto;
}

.speciality-item {
  padding-inline: 20px;
}

.booking-section {
  background: rgba(0, 0, 0, 0.8);
  padding: 60px 30px;
  max-width: 700px;
  margin: 80px auto;
  border-radius: 10px;
}

.booking-section h2 {
  font-family: "Playfair Display", serif;
  color: #d7b58d;
  font-size: 36px;
  text-align: left;
  margin-bottom: 30px;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

label {
  font-size: 14px;
  margin-bottom: 8px;
  color: #ccc;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 15px;
  background: transparent;
  border: 1px solid #333;
  border-radius: 14px;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
  font-family: 'Outfit';
}

input:focus,
select:focus,
textarea:focus {
  border-color: #d7b58d;
}

.half-width {
  width: calc(100%);
}

textarea {
  height: 100px;
  resize: none;
}

.submit-btn {
  width: 100%;
  background: #d7b58d;
  color: #111;
  border: none;
  border-radius: 30px;
  padding: 14px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 10px;
}

.submit-btn:hover {
  background: #c5a178;
}

.form-field-row {
  width: 100%;
  display: flex;
  gap: 40px;
}
.booking-table__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 40px;
  max-width: 1360px;
  gap: 40px;
  margin: auto;
  position: relative;
  z-index: 6;
}
.booking-table__form h2 {
  text-align: left;
}
.booking-table__form .specialists-header.section-header {
  padding: 0;
}

.booking-table__form form label {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  align-items: baseline;
  gap: 10px;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  width: 100%;
}
form.wpcf7-form p {
  width: 100%;
}
.wpcf7-response-output {
  margin: 0 !important;
  color: red;
  padding-bottom: 60px !important;
  border: none !important;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -30px;
}
input.wpcf7-form-control.wpcf7-submit {
  background: #d7a976;
  padding: 16px 8px;
  border-radius: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000;
  font-family: "Outfit";
  cursor: pointer;
}
.field-row p {
  display: flex;
  gap: 30px;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: flex;
}
.field-row {
  width: 100%;
}
.booking-table__image {
  text-align: center;
}
section.booking-table:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  top: -150px;
  z-index: 0;
}
section.booking-table {
  position: relative;
}
button.header-nav-button {
  background: transparent;
  border: none;
  width: max-content;
}
.header.sticky {
  background: #ffffff75;
  backdrop-filter: blur(28px);
}

.section-header h1 {
  color: #c3a475;
}
.filter-gallery .section-header:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  top: -50px;
}
.row {
  margin: 0 !important;
  width: 100%;
  overflow: hidden;
  padding-inline: 96px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.ufg-thumbnail-border img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ufg-thumbnail-border {
  height: 100%;
}

.filter-gallery__wrapper > .row {
  justify-content: center;
}
.filter-gallery button.ufg-parent-filters {
  background-color: transparent !important;
  border: 1px solid #c3a475;
  border-color: #c3a475 !important;
  padding: 17px 32px !important;
}
@media (max-width: 600px) {
  .half-width {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .best-feature-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media screen and (min-width: 769px) {
  .md-show {
    display: none !important;
  }
  .md-hide {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .md-hide {
    display: none !important;
  }
  .md-show {
    display: block !important;
  }
  .best-feature-item {
    margin: auto;
  }
  h1,
  .h1 {
    font-size: 42px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }

  p,
  .body,
  a,
  .link {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.2px;
  }
  .best-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .website-logo {
    order: 1;
    text-align: center;
  }
  nav {
    width: 100%;
    max-width: 320px;
    position: fixed;
    left: -100%;
    top: 0;
    background: #ffffff4a;
    backdrop-filter: blur(10px);
    padding-top: 50px;
    height: 100vh;
    border: 1px solid #ffffff82;
    transition: 0.3s linear;
  }
  nav.active {
    left: 0;
  }
  .header .menu {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 20px 20px;
    flex-direction: column;
    gap: 50px;
  }
  button.close-nav {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  button.close-nav svg {
    fill: #ffffff;
  }
  .header__wrapper {
    padding: 12px 20px;
  }
  .header.sticky {
    background: #ffffff78;
    backdrop-filter: blur(19px);
  }
  .hero-section__content--inner p {
    font-size: 22px;
  }
  .hero-section__content--footer p {
    font-size: 12px;
  }
  .booking-table__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding-inline: 40px;
  }
  .booking-table__form h2 {
    text-align: center;
  }
  .field-row p {
    gap: 20px;
    flex-direction: column;
  }
  section.our-specialists.review-slider {
    padding-top: 40px;
  }
  .footer {
    padding: 64px 40px 48px;
  }
  .footer__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__brand {
    order: -1;
  }
  .footer__brand img {
    width: 100%;
    height: auto;
  }
  .footer__brand p:not(.h5) {
    margin-top: 10px;
    font-size: 16px;
    max-width: 284px;
  }
  .footer-reservation {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
  .footer__image {
    margin-block: 30px;
    overflow: hidden;
  }
  .footer__image img {
    width: 600px;
    height: auto;
    max-width: 840px;
    margin-left: -200px;
  }
  .row {
    padding-inline: 40px;
  }
  .speciality-item {
    padding-inline: 10px;
  }
  .speciality-gallery {
    padding-left: 0;
  }
  .slick-list {
    padding-right: 30px;
    padding-left: 30px;
  }
}
