/* ======== FONT FACE DECLARATIONS ======= */

:root {
  --es-primary-color: #fefefe;
  --es-primary-color2: #262626;
  --es-active-color: #dea700;
  --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;
}
.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;
}

h2 p {
  font-family: "Neue Haas Unica", sans-serif;
}
/* Paragraphs - Neue Haas Unica Regular (inherits from body) */
p {
  font-family: "Neue Haas Unica", sans-serif;
  font-weight: 300;
  font-size: 17px;
}

/* ======== START CUSTOME NAV ======= */
.adjust-main-menu {
  position: relative;
}
body {
  overflow-x: hidden;
}
img.custom-logo {
  height: auto;
  margin-bottom: 0px;
  max-width: 70px;
  padding: 6px !important;
}
nav#wrp-main-menu {
  background-color: var(--es-primary-color);
  padding: 0 2rem;
  /* padding-bottom: 4px; */
}
#masthead.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.441);
}
@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-brown-lighter);
  }
}
@media (max-width: 1200px) {
  ul#primary-menu,
  #primary-menu ul li a {
    display: block;
    width: 98%;
    padding: 5px 0px 25px 0;
    border-bottom: 1px solid #ddd;

    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: 0 0 30px 0;
    padding: 0;
  }
  .container-fluid {
    background-color: var(--es-primary-color);
  }
  .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: #21000027;
  }
  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 {
    /* width: 230px; */
    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-branding-color);
  padding: 10px 9px;
  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 {
  color: var(--es-brown-lighter)  !important;
}
a.btn-book-now {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
}
/* ============footer======================= */
.site-footer {
  background-color: #000;
  color: #fff;
  background-image: url("https://www.blancsmithresidence.com/wp-content/uploads/2025/12/bg-branding.png");
  background-size: 50px 50px;
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  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 {
  object-fit: contain;
  vertical-align: middle;
}
.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 {
    height: 100%;
  }
  .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: 100%;
    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: 125%;
    height: auto;
  }
  .site-footer .col-md-7 .row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .certificate-img {
    max-width: 100%;
  }
  .payment-img {
    max-width: 100%;
  }
  .payment-box {
    text-align: center;
  }
}
footer#colophon {
  z-index: 0;
}
/* contact */
/* --- BASE CONTAINER --- */
.contact_us {
  position: relative;
  display: block;
}

/* --- OVERLAY STYLES --- */
.disable-frm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: block !important;
}

#id-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: none;
  align-items: center;
  padding: 10px 20px;
}

#id-spinner.hidden {
  display: none !important;
}

/* --- SPINNER ICON STYLES --- */
.waiting-spinner {
  display: flex !important;
}

.waiting-spinner::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHN0cm9rZT0iI2ZmZiIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxzdHlsZT4uc3Bpbm5lcl9WOG0xe3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyO2FuaW1hdGlvbjpzcGlubmVyX3pLb2EgMnMgbGluZWFyIGluZmluaXRlfS5zcGlubmVyX1Y4bTEgY2lyY2xle3N0cm9rZS1saW5lY2FwOnJvdW5kO2FuaW1hdGlvbjpzcGlubmVyX1lwWlMgMS41cyBlYXNlLWluLW91dCBpbmZpbml0ZX1Aa2V5ZnJhbWVzIHNwaW5uZXJfaktvYXsxMDAle3RyYW5zZm9ybTpyb3RhdGUoMzYwZGVnKX19QGtleWZyYW1lcyBzcGlubmVyX1lwWlN7MCV7c3Ryb2tlLWRhc2hhcnJheTowIDE1MDtzdHJva2UtZGFzaG9mZnNldDowfTQ3LjUle3N0cm9rZS1kYXNoYXJyYXk6NDIgMTUwO3N0cm9rZS1kYXNob2Zmc2V0Oi0xNn05NSUsMTAwJXtzdHJva2UtZGFzaGFycmF5OjQyIDE1MDtzdHJva2UtZGFzaG9mZnNldDotNTl9fTwvc3R5bGU+PGcgY2xhc3M9InNwaW5uZXJfVjhtMSI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOS41IiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjMiPjwvY2lyY2xlPjwvZz48L3N2Zz4=")
    no-repeat center center;
  background-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

.waiting-spinner span {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHN0cm9rZT0iI2ZmZiIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxzdHlsZT4uc3Bpbm5lcl9WOG0xe3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyO2FuaW1hdGlvbjpzcGlubmVyX3pLb2EgMnMgbGluZWFyIGluZmluaXRlfS5zcGlubmVyX1Y4bTEgY2lyY2xle3N0cm9rZS1saW5lY2FwOnJvdW5kO2FuaW1hdGlvbjpzcGlubmVyX1lwWlMgMS41cyBlYXNlLWluLW91dCBpbmZpbml0ZX1Aa2V5ZnJhbWVzIHNwaW5uZXJfaktvYXsxMDAle3RyYW5zZm9ybTpyb3RhdGUoMzYwZGVnKX19QGtleWZyYW1lcyBzcGlubmVyX1lwWlN7MCV7c3Ryb2tlLWRhc2hhcnJheTowIDE1MDtzdHJva2UtZGFzaG9mZnNldDowfTQ3LjUle3N0cm9rZS1kYXNoYXJyYXk6NDIgMTUwO3N0cm9rZS1kYXNob2Zmc2V0Oi0xNn05NSUsMTAwJXtzdHJva2UtZGFzaGFycmF5OjQyIDE1MDtzdHJva2UtZGFzaG9mZnNldDotNTl9fTwvc3R5bGU+PGcgY2xhc3M9InNwaW5uZXJfVjhtMSI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOS41IiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjMiPjwvY2lyY2xlPjwvZz48L3N2Zz4=")
    no-repeat center center;
  background-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

/* --- FORM INPUT STYLES - Default gray borders --- */
/* Use very high specificity to override Tailwind, but don't interfere with grid layout */
#contact_form input,
#contact_form textarea {
  border-color: #d1d5db !important; /* gray-300 */
}

/* Don't interfere with Tailwind grid classes */
#contact_form .grid {
  display: grid !important;
}

/* Override any invalid state styling when form is NOT validated */
/* This ensures borders stay gray until form is actually submitted */
#contact_form:not(.was-validated) input:invalid,
#contact_form:not(.was-validated) textarea:invalid,
#contact_form:not(.was-validated) input:invalid:focus,
#contact_form:not(.was-validated) textarea:invalid:focus {
  border-color: #d1d5db !important; /* gray-300 - keep gray until form is submitted */
  box-shadow: none !important;
  --tw-ring-color: transparent !important;
}

/* --- VALIDATION STYLES - Only apply when form has was-validated class --- */
/* Using both pseudo-class and class-based selectors for maximum compatibility */
#contact_form.was-validated input:invalid,
#contact_form.was-validated textarea:invalid,
#contact_form.was-validated input.is-invalid,
#contact_form.was-validated textarea.is-invalid {
  border-color: #ef4444 !important; /* red-500 */
  border-width: 1px !important;
  --tw-ring-color: rgba(239, 68, 68, 0.5) !important;
}

#contact_form.was-validated input:valid,
#contact_form.was-validated textarea:valid,
#contact_form.was-validated input.is-valid,
#contact_form.was-validated textarea.is-valid {
  border-color: #d1d5db !important; /* gray-300 */
}

#contact_form.was-validated input:invalid:focus,
#contact_form.was-validated textarea:invalid:focus,
#contact_form.was-validated input.is-invalid:focus,
#contact_form.was-validated textarea.is-invalid:focus {
  border-color: #ef4444 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2) !important;
  --tw-ring-color: rgba(239, 68, 68, 0.5) !important;
}

#contact_form.was-validated input:valid:focus,
#contact_form.was-validated textarea:valid:focus,
#contact_form.was-validated input.is-valid:focus,
#contact_form.was-validated textarea.is-valid:focus {
  border-color: #3b82f6 !important; /* blue-500 */
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !important;
}

/* Default focus state when form is not validated */
#contact_form:not(.was-validated) input:focus,
#contact_form:not(.was-validated) textarea:focus {
  border-color: #3b82f6 !important; /* blue-500 */
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !important;
}

/* --- VALIDATION FEEDBACK --- */
#contact_form.was-validated input:invalid ~ .invalid-feedback,
#contact_form.was-validated textarea:invalid ~ .invalid-feedback {
  display: block !important;
}

#contact_form.was-validated input:valid ~ .invalid-feedback,
#contact_form.was-validated textarea:valid ~ .invalid-feedback {
  display: none !important;
}
#contact_form:not(.was-validated) input,
#contact_form:not(.was-validated) textarea {
  border-color: #d1d5db !important; /* gray-300 */
}
/* ==end */
.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: 22px;
  margin-bottom: 15px;
}
.popup-box p {
  color: #555;
  font-size: 16px;
  line-height: 20px;
}
/* Animation */
@keyframes popupFade {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
a.popup-btn.book-btn {
   color : #fff;
    width: 110px;
    margin: 1% 0 0 37%;
    
}
a.popup-btn.book-btn:hover {
    color : #dea700;
}

.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: #dea700;
}

.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: 10;
    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;
}
/* Icons */
.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;
}

/* Style the select box */
.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;
}

#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-active-color) !important;
}
.deal-btn {
    display: inline-block;
    background: #000;
    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);
        left: 81px;
        right: 81px;
        bottom: 21%;
    }
    .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;
}
.elementor-swiper-button.elementor-swiper-button-prev, .elementor-swiper-button.elementor-swiper-button-next {
    background-color: rgba(255, 255, 255, 0.789);
    padding: 6px 8px 9px 8px !important;

}
.elementor-swiper-button-prev svg, .elementor-swiper-button-next svg {
    margin-top: 4px;
    fill: #eaeaeaef;
}
.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;
}