.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (max-width: 1024px) {
  /* Menu container */
  .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: fixed;
    top: 0;
    right: -250px;
    height: 100%;
    width: 250px;
    background-color: #452FAB;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
  }

  .elementor-nav-menu--dropdown.elementor-nav-menu__container.active {
    right: 0;
  }

  /* Links */
  .elementor-nav-menu--dropdown.elementor-nav-menu__container a {
    color: white;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .elementor-nav-menu--dropdown.elementor-nav-menu__container a:hover {
    background-color: white;
    color: black;
  }

  /* Active state */
  .elementor-nav-menu--dropdown.elementor-nav-menu__container .current-menu-item > a,
  .elementor-nav-menu--dropdown.elementor-nav-menu__container .current-menu-parent > a {
    background-color: black;
    color: white;
  }

  /* Sub-menu */
  .elementor-nav-menu--dropdown.elementor-nav-menu__container .sub-menu {
    background-color: #452FAB;
  }

  .elementor-nav-menu--dropdown.elementor-nav-menu__container .sub-menu a {
    padding-left: 30px;
  }
/* 🔹 Align dropdown arrow with text */
.elementor-nav-menu--dropdown.elementor-nav-menu__container .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .sub-arrow {
  display: inline-block;
  position: relative;
  top: 0;
  transform: none;
  margin-left: 2px; /* text aur arrow ke beech thoda gap */
  font-size: 18px;  /* arrow size thoda chhota rakhne ke liye */
  line-height: 1;
}

  /* 🔹 Close (×) button */
  .elementor-nav-menu__close {
    position: absolute;
    top: 15px;
    left: 15px;
    background: none;
    border: none;
    padding: 5px;
    font-size: 28px;
    color: white !important;
    line-height: 1;
    cursor: pointer;
    z-index: 10000;

    /* Animation start state */
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  /* When menu is active, show button smoothly */
  .elementor-nav-menu--dropdown.elementor-nav-menu__container.active .elementor-nav-menu__close {
    opacity: 1;
    transform: translateY(0);
  }

  /* Remove default button outline */
  .elementor-nav-menu__close:focus {
    outline: none;
    box-shadow: none;
  }
}/* End custom CSS */