
:root {
  --es-primary-bg:  #1c1c1c;
  --es-primary-bg2: #ffa500;
  --es-active-color: #fa0000;
  --es-brown-lighter: #ff8b42;
  --es-brown-lighter2: #ffc074;
  --es-branding-color: #004176;
  --es-dark-gray: #d9d9d9;
  --es-icon-color: #0f1c16;
  --es-default-radius: 4px;
  --es-light-gray: #adb5bd;
  --es-bg-item: #f2f2f2;
  --top-header-height: 0px;
}

.bd {
  border: 1px solid #ff0000;
}

a {
  text-decoration: none;
}

.container-coz {
  width: 100%;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.container1800 {
  width: 100%;
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}

.cozpd {
  padding: 0px 20px 0px 20px;
}

.site-header {
  background-color: #f1f1f1;
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 27;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.site-header .bi {
  margin-right: 6px;
}

/* Fixed header */
.site-header {
  position: fixed;
  top: var(--top-header-height);
  left: 0;
  width: 100%;
  z-index: 100;
  background: #f1f1f1;
  transition: top 0.3s ease, box-shadow 0.3s ease;
}

/* Shrink state */
.site-header.navbar-shrink {
  top: 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Logo animation */
.site-header .main-logo img {
  width: 140px;
  transition: width 0.3s ease;
}

.site-header.navbar-shrink .main-logo img {
  width: 60px;
}
.site-content {
  padding-top: calc(var(--top-header-height) + 90px);
}
/* 1. The Container: Handles the physical space */
.site-header .top-header {
  max-height: 200px; 
  opacity: 1;
  visibility: visible;
  transition: 
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
    opacity 0.3s ease, 
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.4s ease;
  
  /* Forces GPU acceleration */
  will-change: max-height, transform, opacity; 
  overflow: hidden;
}

/* 2. The Shrink State */
.site-header.navbar-shrink .top-header {
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  opacity: 0;
  
  /* Slides the content up slightly as it vanishes */
  transform: translateY(-20px); 
  visibility: hidden;
}
.site-header.navbar-shrink .top-header img {
  display: none !important;
}
.top-header .label-offer {
  display: flex;
  text-align: center;
  justify-content: right;
  align-items: right;
  color: rgb(255, 255, 255) !important;
  font-weight: 600;
}

.top-header .label-offer a {
  color: rgb(255, 255, 255) !important;
  font-weight: 600;
}

.top-header .label-offer a i {
  margin-right: 5px;
}

.top-header .phone-icon {
  display: flex;
  text-align: center;
  justify-content: right;
  align-items: right;
  color: #ffffff !important;
  margin-left: 5px;
}
.top-header .phone-icon a {
  color: #ffffff !important;
  font-weight: 600;
}
.top-header .phone-icon a i {
  margin-right: 5px;
}

.adjust-main-menu li a {
  color: #fff;
  font-size: 0.8587rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 0.5rem 0.8rem;
}
.adjust-main-menu li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--es-active-color);
  transition: width 0.3s;
}
.adjust-main-menu li a:hover::after {
  width: 100%;
}
.adjust-main-menu li a.active::after {
  width: 100%;
}

.dropdown-icon {
  margin-right: 0px !important;
  margin-left: 2px;
}

.table-responsive {
  width: 100% !important;
  overflow-x: auto !important;
}

.tafe-table {
  width: 100% !important;
  border-collapse: collapse !important;
  white-space: nowrap !important; /* Prevent text from wrapping */
}

.site-footer {
  padding: 0 20px;
  position: relative;
  color: var(--es-icon-color);
  margin-bottom: -27px;
  font-size: 0.8587rem;
  background-color: #f2f2f2;
}

.content-footer {
  position: relative;
}

.site-footer h3, .site-footer .h3 {
  text-transform: uppercase;
  font-size: 1rem;
}

.content-footer .logo svg {
  margin-top: 5px;
  margin-bottom: 1.3rem;
  fill: var(--es-brown-lighter);
  width: 120px;
}

.site-footer a:hover {
  color: #000000 !important;
}

.site-footer .social {
  position: relative;
}

.site-footer .social a {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px;
  border: 1px solid var(--es-light-gray);
  border-radius: var(--es-default-radius);
}

.site-footer .social a svg {
  display: block;
  width: auto;
  height: 15px;
  fill: var(--es-primary-bg);
}

.site-footer .social a:hover svg {
  fill: var(--es-icon-color);
}

.site-footer div.contact-links {
  position: relative;
  z-index: 1;
  text-align: left;
  margin-right: 60px;
  line-height: 1.75em;
}

.site-footer div.contact-links,
.site-footer div.contact-links a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
}

.site-footer div.contact-links a,
.site-footer div.contact-links .no-link {
  margin-right: 36px;
}

.second-header {
  padding: 8px 0;
}

.second-header .btn-group button.btn.btn-secondary {
  border: 0px !important;
  background-color: var(--es-primary-bg2);
  border-radius: var(--es-default-radius);
  display: flex;
  align-items: baseline;
  color: var(--es-icon-color) !important;
  padding: 4px 8px !important;
}

.second-header .btn-group .dropdown-item {
  letter-spacing: 0.2px;
}

.second-header .wrp-contact .action-contact {
  margin-right: 5px;
}

.second-header .wrp-contact {
  display: flex;
}

.content-footer .icon-title svg {
  fill: var(--es-icon-color);
  width: 22px;
  margin-bottom: 15px;
}

.content-footer .action-contact {
  text-transform: uppercase;
}

.content-footer .action-contact a {
  color: var(--es-icon-color) !important;
}

.second-header .wrp-contact .action-contact a {
  display: flex;
  background-color: #fff;
  border-radius: var(--es-default-radius);
}

.second-header .wrp-contact .action-contact a span:first-child {
  background-image: url(images/v-wrapper-border.png);
  background-position: right;
  background-repeat: repeat-y;
  background-size: contain;
  padding: 4px 5px;
}

.second-header .wrp-contact .action-contact a span:last-child {
  padding: 4px 5px;
  letter-spacing: -0.03rem;
  color: var(--es-icon-color);
}

.second-header .wrp-contact .action-contact.email a span:last-child {
  display: block;
  letter-spacing: inherit;
}

@media (max-width: 991px) {
  .second-header .wrp-contact .action-contact.email a span:last-child {
    display: none;
  }
}
.second-header .wrp-contact .action-contact svg {
  margin-top: -4px;
}

.second-header .wrp-contact svg {
  width: 15px;
  fill: var(--es-icon-color);
}

.site-footer ul.footer-menu {
  margin: 0px 0 0 -1rem;
}

.site-footer ul.footer-menu li a {
  color: var(--es-light-gray);
}

.second-header .btn-group button.btn.btn-secondary:focus,
.second-header .btn-group button.btn.btn-secondary:active .second-header .btn.show {
  color: var(--es-icon-color) !important;
}

.second-header a.dropdown-item {
  color: var(--es-icon-color) !important;
}

.second-header .dropdown-item.active,
.second-header .dropdown-item:active {
  color: var(--es-icon-color);
  text-decoration: none;
  background-color: transparent;
}

.btn-group button.btn.btn-secondary svg {
  width: 11px;
  fill: var(--es-icon-color);
  margin-right: 4px;
  margin-top: -3px;
}

.btn-group button.btn.btn-secondary.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: none;
  border: none !important;
}

.wrp-main-banner .elementor-slides-wrapper {
  border-radius: var(--es-default-radius);
  overflow: hidden;
}

/* ======== START CUSTOME NAV ======= */
.adjust-main-menu {
  position: relative;
}

@media (max-width: 991px) {
  .adjust-main-menu {
    margin: 8px 0;
    padding: 0;
    background-color: #f1f1f1;
    border-radius: var(--es-default-radius);
  }
  .phone-icon {
    font-size: 14px;
  }
  .label-offer {
    font-size: 14px;
  }
}
ul#primary-menu li.current-menu-item a.active,
ul#primary-menu li.current-menu-parent a.active,
ul#primary-menu li ul.dropdown-menu li a.active {
  color: var(--es-active-color) !important;
}

ul#primary-menu li.active-promote a.nav-link {
  color: #ff9c00 !important;
}

ul#primary-menu {
  flex-wrap: wrap;
}

ul#primary-menu,
#primary-menu ul {
  margin: 0;
  transition: all 0.3s ease-in-out;
}
ul#primary-menu li,
#primary-menu ul li {
  list-style: none;
  display: block;
}
ul#primary-menu li a,
#primary-menu ul li a {
  color: #000000;
  position: relative;
  font-size: 0.8587rem;
  letter-spacing: 0.2px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  white-space: nowrap;
}
ul#primary-menu li a:hover,
#primary-menu ul li a:hover {
  color: var(--es-active-color);
}

#primary-menu ul {
  background: #fff;
}
#primary-menu ul li a {
  text-transform: capitalize !important;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

ul#primary-menu li.has_list_dropdown ul li a {
  color: #000000;
}
ul#primary-menu li.has_list_dropdown ul li a:hover {
  color: var(--es-active-color);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: none;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  color: #000000 !important;
  background-color: transparent !important;
  border: 1px solid #000000;
  padding: 5px 8px 8px !important;
  height: 40px;
  box-shadow: none;
  cursor: pointer;
}

.nav-tgl > span {
  display: inline-block;
  position: relative;
  height: 0.1rem;
  width: 34px;
  border-radius: 1px;
  background: #000000;
  vertical-align: middle;
}

.nav-tgl > span:before,
.nav-tgl > span:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 0.1rem;
  border-radius: 1px;
  background: #000000;
  transition: all 200ms;
}

.nav-tgl > span:before {
  top: -7px;
  left: 3px;
  width: 28px;
}

.nav-tgl > span:after {
  top: 7px;
  left: 6px;
  width: 22px;
}

.nav-tgl > span:before,
.nav-tgl > span:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 0.1rem;
  border-radius: 1px;
  background: #000000;
  transition: all 200ms;
}

.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);
}

@media (max-width: 991.98px) {
  ul#primary-menu,
  #primary-menu ul {
    transition: unset !important;
    transition: height 0 ease-out !important;
  }
  ul#primary-menu li a,
  #primary-menu ul li a {
    color: #000000;
  }
  .has_list_dropdown .toggle-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 100%;
    top: 2px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: var(--es-active-color);
    font-size: 20px;
    transition: transform 0.2s ease;
    margin-left: -50px;
    margin-top: 0.05em;
    z-index: 4;
    border-radius: var(--es-default-radius);
    font-style: normal;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .top-header a {
    color: #000000 !important;
    margin-right: 20px;
  }
  .main-logo{
    display: none;
  }
  .top-header {
    padding: 0 !important;
  }
  .top-header > .container-coz{
    padding: 0 ;
  }
  .logo-mobile img {
    height: 40px;
    width: auto;
    object-fit: contain;
  }
}
@media (min-width: 992px) {
  .has_list_dropdown .toggle-icon {
    display: none;
  }
  ul.submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-out;
    z-index: 3;
  }
  .menu-item-has-children:hover ul.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(4px);
  }
  #primary-menu > li:hover ul.depth_0 {
    visibility: visible;
    opacity: 1;
    transform: translateY(4px);
  }
  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;
  }
  #primary-menu li > ul {
    display: block !important;
    overflow: visible !important;
  }
}
/*  ======== END START CUSTOME NAV ======= */
.es-devider {
  border-top: 1px solid var(--es-branding-color);
  height: 0;
  opacity: 1;
}

.copy-right {
  padding-top: 3rem;
  border-top: 1px solid var(--es-branding-color);
}

.ul-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 12px;
}

.ul-footer-menu li a {
  color: var(--es-branding-color);
}

.wrp-social-footer .social-icon svg {
  width: auto;
  height: 20px;
  fill: var(--es-primary-bg2);
}

.wrp-social-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  flex-direction: row;
  gap: 10px;
}

.wrp-social-footer .social-icon {
  width: 35px;
  background: var(--es-branding-color);
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== Custom row and Column ======== */
.privatecy-menu {
  border-top: 1px dashed #5f7675;
  padding: 10px 0 13px;
}

ul#privacy-policy-menu {
  display: block;
  margin: 0 0 0 -1rem;
  text-align: center;
}

ul#privacy-policy-menu li {
  display: inline-block;
  list-style: none;
}

ul#privacy-policy-menu li a {
  padding: 2px 8px;
}

.vdv {
  background-image: url(images/v-wrapper-border.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: contain;
}

.pck-total {
  border-top: 1px solid #989895;
  font-weight: 600;
}

.copy-right {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 12px !important;
}

.copy-right a {
  color: var(--es-active-color) !important;
}

.copy-right a:hover {
  color: var(--es-primary-bg) !important;
}

ul#footer-policy-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#footer-policy-menu li {
  list-style: none;
  display: inline-block;
  padding: 0 12px;
}

ul#footer-policy-menu li a {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
}

.top-header {
  background-color: var(--es-primary-bg);
}

.top-header,
.top-header a {
  color: #000000 !important;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

div.we-accept span {
  display: block;
}

div.we-accept span.txt-we-accept {
  font-size: 11px;
}

div.we-accept span.img-card img {
  width: 225px;
}

.floating-express-coctact {
  position: fixed;
  right: 5px;
  bottom: 85px;
  z-index: 6;
}

.floating-express-coctact a {
  display: block;
}

.floating-express-coctact a span img {
  width: 45px;
  margin-bottom: 15px;
}

.giftMsg {
  font-weight: 400;
}

.headerinfo {
  font-size: 13px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.nav-search-icon i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  color: black;
  font-size: 20px;
}

.search-form {
  max-width: 450px;
}

#search-form {
  border-radius: 25px 0 0 25px;
  border: none;
  padding: 0.6rem 2.5rem 0.6rem 1.2rem;
  font-size: 1rem;
  background-color: #d6e7f5;
  color: #333;
  box-shadow: none;
  transition: all 0.3s ease;
}

#search-form::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

#search-form::placeholder {
  color: #6c757d;
  opacity: 1;
}

#search-form:focus {
  background-color: #e3eff8;
  outline: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#search-submit {
  border-radius: 0 25px 25px 0;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  background-color: #ffffff !important;
  border: none;
  color: #000000;
  transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
  .top-Contact {
    margin-top: 50px !important;
  }
}
.text-align-end {
  text-align: end;
}

.top-Contact {
  margin-top: -70px !important;
}

.phone-icon a,
.label-offer a {
  font-size: 0.95rem;
  color: #ffffff;
  transition: color 0.3s ease;
}

@media (max-width: 767.98px) {
  .text-align-end {
    text-align: center;
  }
  .container-coz {
    padding: 0 20px;
  }
}
#search-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
  margin-top: 100px !important;
}

.pagination {
  margin: auto;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  margin-bottom: 20px;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 10px 16px;
  color: #444;
  background: #fff;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.pagination .page-numbers:hover {
  background: linear-gradient(135deg, #007cf0 0%, #00dfd8 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.pagination .page-numbers.current {
  background: linear-gradient(135deg, #007cf0 0%, #00dfd8 100%);
  color: #fff;
  font-weight: 700;
  cursor: default;
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.pagination .page-numbers.dots {
  background: transparent;
  color: #aaa;
  cursor: default;
  box-shadow: none;
  padding: 10px 12px;
  font-size: 18px;
}

.pagination .page-numbers:hover::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 14px;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.search-results {
  margin-top: 30px;
  display: grid;
  gap: 20px;
}

.search-result {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.search-result:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.result-thumbnail img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.result-content h2, .result-content .h2 {
  margin: 0;
  font-size: 1.3em;
}

.result-content h2 a, .result-content .h2 a {
  text-decoration: none;
  color: #007cf0;
  transition: color 0.3s ease;
}

.result-content h2 a:hover, .result-content .h2 a:hover {
  color: #00dfd8;
}

.result-content .excerpt {
  margin-top: 8px;
  color: #555;
  font-size: 0.95em;
  line-height: 1.5;
}

.view-button {
  margin-top: 10px;
  display: inline-block;
  color: #0073aa;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
}

.view-button:hover {
  color: black;
}

a:visited {
  color: #0073aa;
}

@media screen and (max-width: 768px) {
  .search-results {
    grid-template-columns: 1fr;
  }
  .result-thumbnail img {
    min-width: 100%;
    height: auto;
  }
  .result-content h2, .result-content .h2 {
    font-size: 1.5em;
  }
  .result-content .excerpt {
    font-size: 0.9em;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: inherit !important;
    flex: inherit !important;
    margin-left: -0.8rem !important;
  }
  .logo-mobile{
    display: none !important;
  }
  .slide-banner img{
    width: 100%;
    height:100px;
    object-fit: cover;
  }
}
@media (max-width: 1180px) {
  .top-Contact {
    margin-left: -20px !important;
  }
}
@media (max-width: 767.98px) {
  .top-header {
    padding: 0px !important;
  }
  .site-header .main-logo a img {
    width: 100px;
  }
  .phone-icon a,
  .label-offer a {
    font-size: 0.7rem;
  }
  div#page{
    margin-top:-70px;
  }
}
.btn-tour {
  background-color: #307dd6;
  color: white !important;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  width: 200px;
}

.btn-tour:hover {
  background-color: #307dd6;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.btn-whatsapp {
  margin-top: 10px;
  background-color: rgb(47, 125, 214);
  color: white !important;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  width: 200px;
}

.btn-whatsapp:hover {
  background-color: rgb(47, 125, 214);
  color: white;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.bi-whatsapp {
  margin-right: 7px;
  color: white !important;
  font-size: 15px;
}
#contact_form input, #contact_form select, #contact_form textarea{
  border-radius: 10px;
  
}
#contact_form input, #contact_form select{
  height: 50px;
  padding: 0 10px;
}
button#btn_submit_contact {
  border: 1px solid red;
  border-radius: 100px;
  padding: 8px 20px;
  color: red;
  background-color: white !important;
}
button#btn_submit_contact:hover {
  background-color: red !important;
  color: white;
  transition: all 0.3s ease-in-out;
}
/* --- 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;
}

#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;
}

/* Ensure borders reset to gray after form reset (when was-validated is removed) */
#contact_form:not(.was-validated) input,
#contact_form:not(.was-validated) textarea {
  border-color: #d1d5db !important; /* gray-300 */
}

/* --- GENERAL FORM STYLES --- */
.form-control {
  padding: 0.375rem 0.75rem !important;
}

.pipe {
  margin: 0 6px !important;
}
.site-footer li a {
  color: #ffffff;
}
.site-footer li a:hover{
  color: #ffffff !important;
  text-decoration: underline !important ;
}
.social-icons a i.fa:hover {
	color:white !important;
}