.plush__header, .plush__footer {
  background: var(--color-primary);
}

.plush__header a,
.plush__header .navbar-nav .nav-link {
  color: var(--color-light) !important;
}

.plush__header a:hover,
.plush__header a:focus,
.plush__header .navbar-nav .nav-link:hover,
.plush__header .navbar-nav .nav-link:focus,
.plush__header .navbar-nav > .active a,
.plush__header .navbar-nav .active > .nav-link {
  color: var(--color-secondary) !important;
}

.plush__header .navbar-brand,
.nav-item.nav-logo{
  width: 200px;
  height: auto;
}

@media screen and (max-width: 992px) {
  .plush__header .navbar-nav {
    background-color: var(--color-primary) !important;
  }

  .plush__header .navbar-nav .nav-link {
    color: var(--color-light) !important;
  }

  .plush__header .navbar-nav .nav-link:hover,
  .plush__header .navbar-nav .nav-link:focus,
  .plush__header .navbar-nav .active > .nav-link {
    color: var(--color-secondary) !important;
  }
}

.plush__footer a,
.plush__footer .social-list a {
  color: var(--color-light) !important;
}

.plush__footer a:hover,
.plush__footer .social-list a:hover {
  color: var(--color-secondary) !important;
}

.plush__footer .container {
  border-color: var(--color-secondary) !important;
}

.plush__footer .logo {
  display: inline-flex;
  width: 200px;
  height: auto;
}

.plush__footer .social-list .fa{
  width: 30px !important;
  height: 30px !important;
  line-height: 1 !important;
}

.product-banner-bg {
  padding: 3rem;
  text-align: center;
}

.pdng-top {
  padding-top: 10.625rem;
}

.pdng-bottom {
  padding-bottom: 7.5rem;
}

.productcard {
  border-width: 1px;
  border-color: var(--color-secondary);
  cursor: pointer;
}

.productcard img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.product-price-btn {
  margin-top: 17px;
  position: relative;
}

.product-price-btn p {
  display: inline-block;
  position: absolute;
  height: 50px;
  color: var(--color-secondary);
}

.product-price-btn button {
  float: right;
  display: inline-block;
  height: 50px;
  width: 100px;
  box-sizing: border-box;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background-color: var(--color-light);
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  cursor: pointer;
  outline: none;
  font-family: 'Adinda Melia';
}

.product-price-btn button:hover {
  background-color: var(--color-primary);
  color: var(--color-light);
  border: none;
}

@media screen and (max-width: 1200px) {
  .product-price-btn p {
    position: static;
    display: block;
    height: auto;
  }

  .product-price-btn button {
    float: none;
  }
}

.product-price-btn2 button {
  float: left;
  display: inline-block;
  height: 3.125rem;
  width: 6.25rem;
  box-sizing: border-box;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background-color: var(--color-light);
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  cursor: pointer;
  outline: none;
  font-family: 'Adinda Melia';
}

.name {
  color: var(--color-primary);
}

.font-prata-banner {
  font-size: 2.25rem;
}

.font-adinda-banner {
  font-size: 3.5rem;
  letter-spacing: -4px;
}

.product-prata-heading {
  font-size: 3rem;
}

.product-prata-price {
  font-size: 3.5rem;
}

.line {
  border: 1px dashed var(--color-primary);
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.btn {
    transition:
        background-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-outline-primary {
  color: var(--color-primary);
}

.btn-outline-primary:hover {
  background-color: var(--color-primary);
  color: var(--color-light);
}

.vector-plant-svg {
  stroke: var(--color-secondary);
}

.padding    { padding: 1rem; }
.no-margin  { margin: 0; }

.mrgn         { margin-bottom: 50px; }
.mrgn-top     { margin-top: 40px; }
.mrgn-bottom  { margin-bottom: 32px; }
.mrgn-top2    { margin-top: 160px; }
.mrgn-left    { margin-left: 200px; }
.mrgn-bottom2 { margin-bottom: 300px; }

.row    { display: flex; }
.column { flex: 30%; padding: 1.5rem; }

/* --- Bottom border accent --- */
.border-btm {
  border-bottom: 1px solid var(--color-primary);
}

.form-control {
  border: none;
  border-bottom: 1px solid #757575;
  border-radius: 0;
}

.form-group {
  margin: 2rem;
}

.modal-content {
  padding: 2.5rem;
}

.modal-row {
  margin: 0 !important;
}

.modal-header,
.modal-footer {
  border: none;
}

.modal-header {
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-direction: column;
}

.font-small {
  font-size: 14px;
}

.d-flex {
  justify-content: center;
}

.modal.order-confirmed .modal-dialog {
  max-width: 50%;
  padding: 20px;
  background-color: var(--color-light);
  border-radius: 5px;
}

.modal.order-confirmed.booking-error .modal-dialog {
  max-width: 500px;
  min-height: auto !important;
}

.modal.order-confirmed .modal-dialog .modal-content {
  border: 1px solid var(--color-primary);
}

.search-input-box-group {
  position: relative;
  z-index: 1;
  max-width: 400px;
}

.search-input-box-group input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.search-input-box-group .fa-magnifying-glass {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 2;
}

.search-var {
  padding-bottom: 0;
}

.plush__service-wrapper > ul.nav-pills > li {
  flex-basis: 20%;
  max-width: 20%;
}

.plush__service-list .card {
  border-right: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 0;
}

.plush__service-list .tab-pane .col-md-4:nth-child(3)  .card,
.plush__service-list .tab-pane .col-md-4:nth-child(6)  .card,
.plush__service-list .tab-pane .col-md-4:nth-child(9)  .card,
.plush__service-list .tab-pane .col-md-4:nth-child(12) .card {
  border-right: none !important;
}

.plush__career-list svg {
  height: 26px;
  width: 26px;
}

.plush__service-list .title-svg {
  stroke: var(--color-secondary);
}

.modal .d-flex svg + p { margin-bottom: 0; }
.modal .d-flex svg     { width: 30px; height: 30px; }

.modal .col-sm-7 .d-flex,
.modal .col-sm-4 .d-flex {
  justify-content: flex-start;
  margin-bottom: 10px;
}

#timepicker {
  position: relative;
}

#timepicker::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .column          { padding: 30px; }
  .pdng-top        { padding-top: 10px; }
  .pdng-bottom     { padding-bottom: 0; }
  .mrgn-left       { margin-left: 20px; }
  .mrgn-top2       { margin-top: 40px; }
  .mrgn-bottom2    { margin-bottom: 0; }
  .product-banner-bg { padding: 1rem; }

  .font-prata-banner  { font-size: 24px; }
  .font-adinda-banner { font-size: 32px; }

  .column-1,
  .column-5    { display: none; }

  .card-img-overlay { padding: 0; }

  .footer-text { margin: 0 20px; }
  .mrgn-side   { margin: 0 20px; }

  .career-option { text-align: center; }
}

@media screen and (max-width: 768px) {
  .plush__service-wrapper > ul.nav-pills > li {
    flex-basis: 100%;
    max-width: 100%;
  }

  .column            { padding: 50px; }
  .product-banner-bg { padding: 1rem; }
  .row               { margin: 0; }

  .plush__product-list .productcard   { margin-bottom: 20px; }
  .plush__single-product .column      { flex: 0 0 100%; padding: 20px; }

  .product-prata-heading { font-size: 2.5rem; }
  .product-prata-price   { font-size: 2.2rem; }

  .product-img { margin-bottom: 32px; }
  .mrgn-side   { margin: 0 20px; }
}

@media screen and (max-width: 992px) {
  .column            { padding: 50px; }
  .product-banner-bg { padding: 1rem; }
  .row               { margin: 0; }
  .mrgn-left         { margin-left: 15px; }
}

/*Carousel Control*/
.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon{
  background-image: none !important;
  color: var(--color-secondary);
}

.carousel .carousel-img {
  height: 400px;
  width: 400px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

/*Contact Us*/
.contact-form-figure img {
  max-height: 550px;
  object-fit: cover;
  object-position: center;
}

/*Product Order*/
.product-cart-bg {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 500 / 585;
  display: grid;
  align-items: center;
  justify-content: center;
  container-type: inline-size;
}

.product-cart-bg__1 {
  font-size: clamp(35px, 18cqi, 90px);
  width: 80%;
  aspect-ratio: 1 / 1;
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--secondary);
  padding: 1.72em;
}

.product-cart-bg__1 .fa-solid {
  z-index: 1;
}

.product-cart-bg__2 {
  position: absolute;
  background: var(--color-beige);
  height: 100%;
  width: 58%;
  right: 0;
  top: 0;
}