/* ======== FONT FACE DECLARATIONS ======= */
:root {
  --es-primary-color: #14435e;
  --es-primary-color2: #ffffff;
  --es-active-color: #c19676;
  --es-brown-lighter: #dea700;
  --es-brown-lighter2: #cea92c;
  --es-branding-color: #020202;
  --es-dark-gray: #d9d9d9;
  --es-icon-color: #0f1c16;
  --es-default-radius: 4px;
  --es-light-gray: #adb5bd;
  --es-bg-item: #f2f2f2;
}
/* ======== TYPOGRAPHY - FONT APPLICATIONS ======= */
body {
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.container-coz {
  width: 100% !important;
  position: relative !important;
  max-width: 1800px !important;
  margin: 0 auto !important;
}
.btn-custom a {
  font-family: "Neue Haas Unica", sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.post,
.page {
  margin: 0 0 0;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: var(--es-primary-color2);
  border-radius: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-button {
  display: none;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--es-branding-color) transparent;
}
div#main-menu {
  scrollbar-width: thin;
  scrollbar-color: #000000 transparent;
}
h1,
h2 {
  font-family: "Neue Haas Unica", sans-serif;
  font-size: clamp(2rem, 1.7rem + 1vw, 2.25rem);
  font-weight: 600;
}
h3 {
  font-weight: 500 !important;
  font-family: "Neue Haas Unica", sans-serif !important;
  font-size: clamp(1.5rem, 1.3rem + 0.8vw, 1.75rem) !important;
}
p {
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 0.98rem + 0.2vw, 1.0625rem);
}
.a-link {
  font-family: "Neue Haas Unica", sans-serif;
  font-size: 0.756rem !important;
}
a {
  text-decoration: none;
}
a:visited,
a:focus {
  color: #ffffff;
}
/* ======== START CUSTOME NAV ======= */
.adjust-main-menu {
  position: relative;
}
body {
  overflow-x: hidden;
}
img.custom-logo {
  height: auto;
  margin-bottom: 0px;
  max-width: 70px;
  padding: 3px !important;
}
nav#wrp-main-menu {
  padding: 0 2rem;
}
#masthead.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.441);
}
.site-header {
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: var(--es-primary-color);
  background: var(--es-primary-color)
    url(https://blancsmithhotel.com/wp-content/uploads/2026/07/blanc-Smith-Hotel-Art.png);
  background-size: 80px;
  z-index: 2;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.95;
  height: 100%;
  background-color: var(--es-primary-color);
}
@media (min-width: 1350px) {
  ul#primary-menu li a {
    padding: 2px 12px;
  }
}
@media (max-width: 1428px) {
  nav#wrp-main-menu {
    padding: 0 1rem;
  }
}
@media (max-width: 1200px) {
  nav#wrp-main-menu {
    padding: 0 2rem;
  }
  ul#primary-menu li a {
    padding: 2px 10px;
  }
}
@media (max-width: 1200px) {
  nav#wrp-main-menu {
    padding: 0.2rem 1rem;
    max-height: 46rem;
    overflow-y: auto;
  }
}
.site-header {
  position: relative;
  z-index: 2000;
}
.wp-block-button.has-custom-font-size.is-style-fill.has-small-font-size {
  display: inline-block;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .adjust-main-menu {
    margin: 8px 0;
    padding: 0;
  }
  ul#primary-menu li {
    flex-direction: column !important;
  }
  .container-fluid #main-menu {
    margin-top: 15px;
    justify-content: center;
  }
  ul#primary-menu li {
    border-left: 0px !important;
    border-top: 0px !important;
  }
}
#primary-menu li.current-menu-item > a,
#primary-menu li.current-menu-parent > a,
#primary-menu li.current-menu-ancestor > a {
  color: var(--es-active-color) !important;
}
ul#primary-menu li {
  flex: 1 1 auto;
}
ul#primary-menu li a {
  text-align: left;
  display: block;
}
a.dropdown-item {
  font-size: 15px !important;
  font-weight: 500 !important;
}
ul#primary-menu,
#primary-menu ul {
  margin: 0;
  transition: all 0.3s ease-in-out;

  li {
    list-style: none;
    display: block;
  }
  li a {
    color: var(--es-primary-color2);
    position: relative;
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 0px;
    white-space: nowrap;
  }
  li a:hover {
    color: var(--es-active-color);
  }
}
@media (max-width: 1200px) {
  ul#primary-menu,
  #primary-menu ul li a {
    display: block;
    width: 98%;
    padding: 5px 0px 10px 0;
    white-space: normal;
    word-break: break-word;
    line-height: 1.5;
  }
}
#primary-menu ul {
  li a {
    text-transform: capitalize !important;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: none;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  background-color: transparent;
  padding: 5px 8px 8px !important;
  height: 40px;
  box-shadow: none;
  cursor: pointer;
  border: none;
}
.nav-tgl > span {
  display: inline-block;
  position: relative;
  height: 0.1rem;
  width: 34px;
  background: var(--es-primary-color2);
  vertical-align: middle;
}
.nav-tgl > span:before,
.nav-tgl > span:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 0.1rem;
  border-radius: 1px;
  background: var(--es-primary-color2);
  transition: all 200ms;
}
.nav-tgl > span:before {
  top: -7px;
  left: 3px;
  width: 28px;
}
.nav-tgl > span:after {
  top: 7px;
  left: 6px;
  width: 22px;
}
.navbar-toggler.nav-tgl.active > span:after,
.navbar-toggler.nav-tgl.active > span:before {
  top: 0px;
  left: 5px;
  width: 25px;
}
.navbar-toggler.nav-tgl.active > span {
  height: 0;
}
.navbar-toggler.nav-tgl.active > span:after {
  transform: rotate(-45deg);
}
.navbar-toggler.nav-tgl.active > span:before {
  transform: rotate(45deg);
}
.container-fluid #main-menu {
  justify-content: center;
}
.fixed-top {
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;
}
.navbar {
  --bs-navbar-padding-y: 0rem;
}
.mobile-menu-extra.d-none.d-xl-block {
  z-index: 777;
}
@media (max-width: 1200px) {
  ul#primary-menu,
  #primary-menu ul {
    transition: unset !important;
    transition: height 0 ease-out !important;
  }
  .adjust-main-menu {
    margin: 0px;
    padding: 0;
  }
  .has_list_dropdown .toggle-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 100%;
    top: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: var(--es-brown-lighter);
    font-size: 20px;
    transition: transform 0.2s ease;
    margin-left: -47px;
    margin-top: 0.3rem;
    z-index: 4;
    font-style: normal;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .main-logo.d-lg-none.col.d-flex.justify-content-start {
    padding-left: 4px;
  }
  ul#primary-menu li {
    padding: 10px 0;
  }
  ul#depth_0 {
    padding-top: 17px !important;
    margin-top: 2cap;
    padding-bottom: 20px;
    border-radius: 5px;
    background-color: #12405b;
  }
  a.dropdown-item {
    padding: 0px !important;
    margin-left: 5px;
  }
}
@media (max-width: 1468px) {
  .navbar-expand-xl {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .has_list_dropdown .toggle-icon {
    display: none;
  }
  ul.submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;

    color: var(--es-primary-color) !important;
    background-color: var(--es-primary-color) !important;
    padding: 10px;
    border-radius: 0px;
    transition: transform 0.3s ease-out;
    z-index: 3;
  }
  .menu-item-has-children:hover ul.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  #primary-menu > li:hover ul.depth_0 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  ul.submenu.depth_1 {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
  }
  ul.depth_0 > .menu-item-has-children:hover ul.submenu.depth_1 {
    visibility: visible;
    opacity: 1;
  }
  .nav_menu ul li a:hover,
  .nav_menu ul li a:focus,
  .nav_menu ul li a.menuactive {
    color: #dea700 !important;
    background: transparent;
  }
  #primary-menu li > ul {
    display: block !important;
    overflow: visible !important;
    z-index: 1;
  }
  .has_list_dropdown > .toggle_submenu::after {
    display: inline-block;
    content: "";
    margin-left: 0.7em;
    vertical-align: 0.2em;
    border-top: 2px solid;
    border-right: 2px solid;
    border-left: none;
    transform: rotate(135deg);
    width: 6px;
    height: 6px;
    transition: transform 0.2s ease-in;
  }
  ul#primary-menu li {
    padding: 4px 0;
  }
}
/* ===== MOBILE MENU CONTACT, SOCIAL & BUTTON ===== */
.book-btn {
  display: block;
  color: #ffffff !important;
  background: var(--es-active-color);
  padding: 12px 15px;
  border-radius: 0;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  z-index: 77;
  text-transform: uppercase;
}
.book-btn:hover {
  background-color: #ad7d59 !important;
}
a.btn-book-now {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
}
/* ============footer======================= */
.site-footer {
  background-color: var(--es-primary-color);
  color: #fff;
  background-image: url("https://blancsmithhotel.com/wp-content/uploads/2026/07/blanc-Smith-Hotel-Art.png");
  background-size: 85px;
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.95;
  height: 100%;
  background-color: var(--es-primary-color);
  z-index: 1;
}
.site-footer > * {
  position: relative;
  z-index: 2;
}
.footer-time-weather span {
  font-size: 40px;
}
.certificate-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.payment-img {
  max-width: 350px;
  width: 335px;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.payment-custome {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.payment-custome p {
  margin-left: 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  .payment-custome {
    justify-content: flex-start;
    text-align: left;
  }

  .payment-custome p {
    margin-left: 105px;
  }
}
.address h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.our-address-footer p a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
h2.h4.mb-4.our-address-add {
  font-size: 18px;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #d9d9d9;
  text-decoration: none;
}
.social-icons a {
  color: #fff;
  font-size: 25px;
  margin: 0 7px;
}
.site-info {
  text-align: start;
  padding: 2px 0 42px 0px;
  margin-bottom: -24px;
}
/* = */
@media (max-width: 768px) {
  .mb-4 {
    margin-bottom: 0rem !important;
  }
  .our-address-add {
    margin-bottom: 1rem !important;
  }
  .my-custom {
    padding: 1.3rem !important;
  }
  .payment-img {
    width: 250px;
    height: auto;
  }
  .certificate-img {
    margin: 8px 4px;
  }
  .container,
  .container-sm {
    max-width: 554px;
  }
  .site-footer {
    padding: 30px 0 30px;
  }
  .footer-time-weathe {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .certificate-img {
    max-width: 100%;
    height: auto;
    margin: 6px;
  }
  .payment-img {
    max-width: 280px;
    height: auto;
  }
  .site-footer .col-md-7 .row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 990px) and (max-width: 1198px) {
  .certificate-img {
    max-width: 122%;
    height: auto;
    margin: 6px;
  }
  .payment-img {
    max-width: 330px;
    height: auto;
  }
  .site-footer .col-md-7 .row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .certificate-img {
    max-width: 100%;
  }
  .payment-img {
    max-width: 350px;
    width: 335px;
    height: auto;
  }
  .payment-box {
    text-align: center;
  }
}
footer#colophon {
  z-index: 0;
}

.gallery {
  display: inline !important;
  object-fit: cover;
}
figure.gallery-item {
  height: 250px;
}
/* img.attachment-full.size-full {
  height: 240px;
  object-fit: cover;
} */
/* ===========================POP UP======================= */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.popup-box {
  background: #fff;
  max-width: 480px;
  width: 90%;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  border-radius: 0px;
  animation: popupFade 0.4s ease;
  z-index: 1000;
}
.popup-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.popup-close:hover {
  color: var(--es-active-color);
}
/* Icon */
.pupup-icon {
  margin-bottom: 20px;
}
/* Text */
.popup-box h2 {
  color: #000;
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 500;
}
.popup-box p {
  color: #555;
  font-size: 16px;
  line-height: 20px;
}
@keyframes popupFade {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
button.popup-btn.book-btn {
  color: #fff;
  width: 118px;
  margin: auto;
}
button.popup-btn.book-btn:hover {
  color: var(--es-active-color);
}

.popup-overlay {
  pointer-events: auto !important;
}
.popup-box {
  pointer-events: auto !important;
}

.popup-close {
  pointer-events: auto !important;
  z-index: 1000001;
}
/* ========================================= */
.chat-btn {
  position: fixed;
  bottom: 100px;
  right: 10px;
  cursor: pointer;
  z-index: 99;
}
.chat-btn:hover svg {
  color: var(--es-active-color);
}
.chat-btn svg {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: transform 0.3s ease;
  animation: pulse-glow 2.5s infinite;
}
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(165, 165, 165, 0.6);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 25px 15px rgba(0, 132, 255, 0);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 132, 255, 0);
    transform: scale(1);
  }
}
svg {
  margin-right: 0px !important;
}
.chat-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.chat-modal {
  background: #fff;
  width: 90%;
  max-width: 480px;
  padding: 40px;
  text-align: center;
  position: relative;
}
.close-popup {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 40px;
  cursor: pointer;
}
.chat-modal h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 15px;
}
.chat-modal p {
  font-size: 16px;
  color: #555;
}
.chat-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}
.chat-icons img {
  width: 50px;
  transition: transform 0.3s;
}
.chat-icons img:hover {
  transform: scale(1.15);
}
/* ========================translate==================*/
body iframe.VIpgJd-ZVi9od-ORHb-OEVmcd,
iframe.skiptranslate,
.goog-te-banner-frame-skiptranslate,
.goog-te-gadget-simple img,
.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
}
.goog-text-highlight {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
body {
  position: static !important;
}
#google_translate_element {
  height: 40px;
}
#google_translate_element select {
  width: 165px;
  margin: 0px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: rgb(248, 252, 255);
}
#google_translate_element div + span {
  display: none !important;
}
.goog-te-gadget {
  font-size: 0px !important;
  color: transparent !important;
}
.skiptranslate {
  display: block;
}
.goog-te-combo {
  background-image: none;
  padding-left: 30px;
}
.wrp-g-lang {
  position: fixed !important;
  top: 90px;
  right: 20px;
  z-index: 1;
  pointer-events: auto !important;
}
#custom-translate {
  position: relative;
  z-index: 1;
}
.navbar-shrink .wrp-g-lang {
  top: 15px;
}
@media (max-width: 1200px) {
  .wrp-g-lang {
    top: 90px;
  }
}
@media (max-width: 991.98px) {
  .wrp-g-lang {
    top: 90px;
  }
  .navbar-shrink .wrp-g-lang {
    top: 85px;
  }
}
#custom-translate.custom-select {
  position: relative;
  width: 42px;
  font-family: Arial, sans-serif;
}
#custom-translate .selected-option {
  padding: 10px;
  background-color: #f4f4f4;
  cursor: pointer;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
}
#custom-translate .selected-option img {
  margin-right: 10px;
}
#custom-translate .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 10;
}
.flag {
  width: 40px;
  height: auto;
}
#custom-translate .option span.lang-code,
#custom-translate .selected-option span.lang-code {
  display: none;
}
#custom-translate .option {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#custom-translate .option img {
  margin-right: 10px;
}
#custom-translate .option:hover {
  background-color: #f1f1f1;
}
#custom-translate.custom-select.active .options {
  display: block;
}
#custom-translate .options.show {
  display: block;
}
/* =======================translate================== */
.deal-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 400px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 8px 20px rgba(194, 194, 194, 0.2);
  z-index: 5;
  display: none;
  font-family: "Neue Haas Unica", sans-serif;
}
.deal-content {
  display: flex;
}
.deal-content img {
  width: 160px;
  height: auto;
  object-fit: cover !important;
}
.deal-text {
  padding: 12px;
}
.deal-text h4 {
  margin: 0 0 6px;
  font-size: 16px;
  color: black;
  letter-spacing: 1px;
  font-weight: 400;
}
.deal-text p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.deal-btn:hover {
  color: var(--es-bg-item) !important;
}
.deal-btn {
  display: inline-block;
  background: var(--es-active-color);
  color: #fff !important;
  padding: 4px 10px;
  text-decoration: none;
  font-size: 13px;
  margin-left: 26%;
  margin-top: 2px;
}
.deal-close:hover {
  color: var(--es-active-color) !important;
}
.deal-close {
  position: absolute;
  top: 2px;
  right: 7px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
@media (max-width: 470px) {
  .deal-popup {
    width: calc(100% - 160px);
    bottom: 21%;
    margin: auto;
    width: 87%;
  }
  .deal-content {
    flex-direction: column;
  }
  .deal-content img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .deal-text {
    padding: 14px;
    text-align: center;
  }
  .deal-text h4 {
    font-size: 15px;
  }
  .deal-text p {
    font-size: 13px;
  }
  .deal-btn {
    margin: 10px auto 0;
    display: inline-block;
  }
  .deal-close {
    font-size: 24px;
    top: 6px;
    right: 10px;
  }
}
/* ========custom all slide ============== */
img.swiper-slide-image {
  height: 500px !important;
  object-fit: cover !important;
}
.swiper-pagination-bullet {
  border-radius: 0px !important;
}
@media (min-width: 768px) {
  .parent-page-slide img {
    height: 610px !important;
    object-fit: cover !important;
  }
}
.nowrap-group {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
}
span#weather {
  margin-top: -59px;
}
/* ======================end==================== */
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
  background: #00000000;
}
img {
  margin-bottom: 0px !important;
}
.Caroursel-custom {
  width: 100%;
  height: 500px;
}
.Caroursel-custom .elementor-image-carousel-wrapper,
.Caroursel-custom .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.Caroursel-custom .swiper-slide {
  width: 100%;
  height: 500px;
}
.Caroursel-custom .swiper-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .Caroursel-custom .swiper-slide img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }
  .Caroursel-custom {
    width: 100%;
    height: 380px;
  }
}
.elementor .blancsmith-wp-carousel img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .elementor .blancsmith-wp-carousel img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
  }
}
