:root {
  /* --theme-color: #ff3838; */
  --theme-color: #384BFF;
  --theme-color2: #B42AF3;
  --title-color: #17012C;
  --body-color: #726B7D;
  --smoke-color: #F6F5FD;
  --smoke-color2: #CFD3FC;
  --smoke-color3: #F7F7F7;
  --smoke-color4: #E0E0E0;
  --black-color: #000000;
  --gray-color: #F5F5F5;
  --white-color: #ffffff;
  --light-color: #BDBDBD;
  --border-color: #E5E5E5;
  --title-font: "Plus Jakarta Sans", sans-serif;
  --body-font: "Plus Jakarta Sans", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1185px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

  /*------------------- 2.4. Mobile Menu -------------------*/
  .gt-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
  }
  .gt-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2);
  }
  .gt-menu-wrapper .mobile-logo svg {
    max-width: 185px;
  }
  .gt-menu-wrapper .gt-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 36px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
  }
  .gt-menu-wrapper .gt-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color);
  }
  .gt-menu-wrapper .gt-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
  }
  .gt-menu-wrapper.gt-body-visible {
    opacity: 1;
    visibility: visible;
  }
  .gt-menu-wrapper.gt-body-visible .gt-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  
  .gt-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
    /***scroll-bar***/
  }
  .gt-mobile-menu ul {
    margin: 0;
    padding: 0 0;
  }
  .gt-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
  }
  .gt-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
  }
  .gt-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px;
  }
  .gt-mobile-menu ul li a:before {
    content: "";
    font-family: "Font Awesome 5 Free", "Plus Jakarta Sans",sans-serif;
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
    font-weight: 900; 
  }
  .gt-mobile-menu ul li.gt-active > a {
    color: var(--theme-color);
  }
  .gt-mobile-menu ul li.gt-active > a:before {
    transform: rotate(90deg);
  }
  .gt-mobile-menu ul li ul li {
    padding-left: 20px;
  }
  .gt-mobile-menu ul li ul li:last-child {
    border-bottom: none;
  }
  .gt-mobile-menu ul .gt-item-has-children > a .gt-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%;
  }
  .gt-mobile-menu ul .gt-item-has-children > a .gt-mean-expand:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free", "Plus Jakarta Sans",sans-serif;
    font-weight: 900;
  }
  .gt-mobile-menu ul li.gt-item-has-children > a:after {
    content: "";
    font-family: "Font Awesome 5 Free", "Plus Jakarta Sans",sans-serif;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--smoke-color);
    /* float: right; */
    margin-top: 1px;
    font-weight: 900;
  }
  .gt-mobile-menu ul .gt-item-has-children.gt-active > a .gt-mean-expand:before {
    content: "\f068";
  }
  .gt-mobile-menu ul li.gt-item-has-children.gt-active > a:after {
    content: "";

  }
  .gt-mobile-menu > ul {
    padding: 0 40px;
  }
  .gt-mobile-menu > ul > li:last-child {
    border-bottom: none;
  }
  .gt-mobile-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .gt-mobile-menu::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .gt-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  }
  
  .gt-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    line-height: 52px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0px;
    /* Large devices */
  }
  .gt-menu-toggle:hover {
    background-color: var(--white-color);
  }
  .gt-menu-toggle.style-text, .gt-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px;
  }
  .gt-menu-toggle.style-text i, .gt-menu-toggle.style-text-white i {
    margin-right: 10px;
  }
  .gt-menu-toggle.style-text-white {
    color: var(--white-color);
  }
  @media (max-width: 1199px) {
    .gt-menu-toggle {
      background-color: var(--white-color);
    }
  }
  
  @media (max-width: 400px) {
    .gt-menu-wrapper .gt-menu-area {
      width: 100%;
      max-width: 270px;
    }
    .gt-mobile-menu > ul {
      padding: 0 20px;
    }
  }