.elementor-1143 .elementor-element.elementor-element-ce8d460{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-1143 .elementor-element.elementor-element-ce8d460{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1143 .elementor-element.elementor-element-c967d5e{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-1143 .elementor-element.elementor-element-ce8d460{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1143 .elementor-element.elementor-element-c967d5e{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-c967d5e */<style>
  @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600&display=swap');

  .bathwal-header-container {
    font-family: 'Rajdhani', sans-serif;
  }

  .bathwal-header {
    position: sticky;
    top: 18px;
    width: 100%;
    background: white;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0 40px;
  }

  .bathwal-header-container {
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }

  .bathwal-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .bathwal-logo img {
    height: 100px;
    width: auto;
  }

  .bathwal-nav-left,
  .bathwal-nav-right {
    display: flex;
    gap: 60px;
    align-items: center;
  }

  .bathwal-nav-left {
    position: absolute;
    left: 0;
  }

  .bathwal-nav-right {
    position: absolute;
    right: 0;
  }

  .bathwal-nav-item {
    position: relative;
  }

  .bathwal-nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: #EB500B;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
  }

  /* Smooth Underline Animation */
  .bathwal-nav-item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #EB500B;
    transition: width 0.3s ease;
  }

  .bathwal-nav-item.active a::after,
  .bathwal-nav-item a:hover::after {
    width: 100%;
  }

  .bathwal-contact-btn {
    background: #EB500B;
    padding: 12px 28px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(235, 80, 11, 0.3);
  }

  .bathwal-contact-btn a {
    color: white !important;
    font-weight: 600;
  }

  .bathwal-contact-btn:hover {
    background: #d63700;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(235, 80, 11, 0.4);
  }

  .bathwal-hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 15;
    position: absolute;
    left: 20px;
  }

  .bathwal-hamburger span {
    width: 25px;
    height: 3px;
    background: #EB500B;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
  }

  .bathwal-hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .bathwal-hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .bathwal-hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }

  .bathwal-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100vh;
    background: white;
    padding: 80px 20px 20px 20px;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
    z-index: 14;
    overflow-y: auto;
  }

  .bathwal-mobile-menu.active {
    display: block;
    left: 0;
  }

  .bathwal-mobile-menu .bathwal-nav-item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid rgba(235, 80, 11, 0.1);
  }

  .bathwal-mobile-menu .bathwal-nav-item:last-child {
    border-bottom: none;
  }

  .bathwal-mobile-menu .bathwal-contact-btn {
    margin-top: 20px;
    text-align: center;
  }

  @media (max-width: 950px) {
    .bathwal-nav-left,
    .bathwal-nav-right {
      display: none;
    }
    .bathwal-hamburger {
      display: flex;
    }
    .bathwal-header {
      padding: 0 20px;
    }
    .bathwal-logo {
      position: static;
      transform: none;
      margin-left: auto;
    }
    .bathwal-header-container {
      justify-content: flex-start;
      padding: 0;
    }
  }

  @media (max-width: 480px) {
    .bathwal-header {
      padding: 0 15px;
    }
    .bathwal-mobile-menu {
      width: 250px;
      left: -250px;
    }
  }
</style>/* End custom CSS */