.elementor-7112 .elementor-element.elementor-element-9ff688f{--display:flex;--position:fixed;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:-100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:30px;--z-index:99;}body:not(.rtl) .elementor-7112 .elementor-element.elementor-element-9ff688f{left:0px;}body.rtl .elementor-7112 .elementor-element.elementor-element-9ff688f{right:0px;}.elementor-7112 .elementor-element.elementor-element-11318e8{width:var( --container-widget-width, 1280px );max-width:1280px;--container-widget-width:1280px;--container-widget-flex-grow:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-11318e8 *//* --- DESKTOP VS MOBILE VISIBILITY --- */
/* Hide mobile elements on Desktop */
.menu-toggle, .mobile-menu-overlay {
    display: none;
}

/* --- MOBILE STYLES (Max Width 768px) --- */
@media screen and (max-width: 768px) {
    
    .liquidGlass-wrapper {
  position: relative;
  display: flex;
  width: 90% !important;

  overflow: hidden;
  border-radius: 2rem !important;
  padding: 16px 28px !important;

  box-shadow:
    0 6px 6px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 0, 0, 0.1);

  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}
    
    /* Hide Desktop Menu */
    .desktop-menu {
        display: none !important;
    }

    /* Show Toggle Button */
    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 100;
    }
    
    .menu-toggle span {
        display: block;
        height: 3px;
        width: 100%;
        background: #333; /* Change color to match your theme */
        border-radius: 3px;
        transition: 0.3s;
    }

    /* --- FULL SCREEN OVERLAY --- */
    .mobile-menu-overlay {
        display: flex; /* Ready to be shown */
        justify-content: left;
        align-items: center;
        position: fixed; /* Fixes it to screen regardless of parent container */
        top: 0;
        left: 0;
        padding-left: 50px;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.85); /* Glass Background */
        backdrop-filter: blur(15px); /* Strong blur for Glass Effect */
        -webkit-backdrop-filter: blur(15px);
        z-index: 9999;
        opacity: 0; /* Hidden state */
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s;
    }

    /* Active State (When menu is open) */
    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Overlay Content Styling */
    .overlay-content {
        display: flex;
        flex-direction: column;
        align-items: left;
        gap: 30px;
        text-align: left;
   
    }

    .overlay-content a {
        font-size: 24px;
        font-weight: 700;
        color: #333;
        text-decoration: none;
        transition: 0.3s;
             font-family: "poppins";
        font-weight: 400 !important;
        letter-spacing: 2px;
        font-size:28px;
    }

    .overlay-content a:hover {
        color: #0073e6; /* Your brand color */
        transform: scale(1.1);
    }

    /* Close Button */
    .close-btn {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 40px;
        cursor: pointer;
        color: #333;
    }
}

/* ===== HEADER WRAPPER ===== */
.wrapper {

  top: 20px;

  display: flex !important;
  justify-content: center;
  z-index: 999;
}

/* ===== LIQUID GLASS BASE ===== */
.liquidGlass-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
  border-radius: 2rem !important;
  padding: 18px 32px !important;

  box-shadow:
    0 6px 6px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 0, 0, 0.1);

  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

/* ===== EFFECT LAYERS ===== */
.liquidGlass-effect {
  position: absolute;
  inset: 0;
  z-index: 0;

  backdrop-filter: blur(3px);
  filter: url(#glass-distortion) !important;
}

.liquidGlass-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}

.liquidGlass-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  box-shadow:
    inset 2px 2px 1px rgba(255, 255, 255, 0.5),
    inset -1px -1px 1px rgba(255, 255, 255, 0.5);
}

/* ===== CONTENT ===== */
.liquidGlass-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* ===== LOGO ===== */
.logo img {
  max-height: 40px;
  display: block;
}

/* ===== NAV ===== */
.header-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header-nav a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  font-family: 'poppins';
}

/* ===== MOBILE TOGGLE ===== */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* ===== MOBILE MENU ===== */
@media (max-width: 768px) {
  .header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    flex-direction: column;
    gap: 14px;

    padding: 16px 0;
    border-radius: 1.5rem;

    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);

    display: none;
  }

  .header-nav.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
}
.dock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 2rem;
  padding: 0.6rem;
}

/* NOTE: You need to duplicate styles onto the child `div`s (`> div`) so that the glass wrapper and all the layers are affected in the same way.  */
.dock,
.dock > div {
  border-radius: 2rem !important;
}

.dock:hover {
  padding: 0.8rem !important;
  border-radius: 2.5rem !important;
}
.dock:hover > div {
  border-radius: 2.5rem !important;
}

.dock img {
  width: 75px !important;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  cursor: pointer;
}

.dock img:hover {
  transform: scale(0.95) !important;
  transform-origin: center center !important;
}

@keyframes moveBackground {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 0% -1500%;
  }
}/* End custom CSS */