.header-user-profile-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header-username {
  color: white;
  font-size: 18px;
}

.header-user-img {
  width: 55px;
  height: 55px;
  border: 2px solid #1c9e75;
  border-radius: 100%;
  padding: 3px;
}

.header-user-img img {
  width: 100%;
  height: 100%;
}

.fiq-header {
  /* max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; */
}
.fiq_about_us_header,
.fiq_pricing_page_header,
.fiq_contact_us_header {
  position: relative;
  height: 255px;
}
.fiq_about_us._header_bg,
.fiq_pricing_page._header_bg,
.fiq_contact_us._header_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fiq_contact_us_header_wrap,
.fiq_pricing_page_header_wrap,
.fiq_about_us_header_wrap {
  max-width: 1280px;
  margin: auto;
  z-index: 10;
  position: relative;
  padding-top: 20px;
}
.fiq_contact_us_header_heading,
.fiq_pricing_page_header_heading,
.fiq_about_us_header_heading {
  color: white;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin-top: 85px;
}
.dropdown-menu a:hover {
  cursor: pointer;
}
.fiq_about_us_current_page_wrap,
.fiq_pricing_page_current_page_wrap,
.fiq_contact_us_current_page_wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* width: 190px; */
  margin: auto;
  height: 40px;
  border: 1px solid #009dc8;
  border-radius: 6px;
  margin-top: 10px;
  color: white;
  font-size: 16px;
  background: #062d428a;
  max-width: max-content;
  padding: 10px;
  gap: 8px;
}
.fiq_contact_us_current_page_wrap span,
.fiq_pricing_page_current_page_wrap span,
.fiq_about_us_current_page_wrap span {
  color: #d6c100;
}
.fiq_contact_us_current_page_wrap i,
.fiq_pricing_page_current_page_wrap i,
.fiq_about_us_current_page_wrap i {
  font-size: 12px;
  margin-top: 2px;
}
/* .fiq_pricing_page._header_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.fiq-header-logo {
  width: 210px;
}

.fiq-header-logo img {
  width: 210px;
  height: auto;
}

.fiq-header-nav {
  width: 520px;
}

.fiq-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fiq-nav-list li {
  list-style: none;
}

.fiq-nav-list li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
}

.fiq-nav-list li a.active,
.fiq-nav-list li a:hover,
.fullscreen-menu ul li a.active {
  color: #1c9e75;
}

.fiq-header-btn-wrap {
  display: flex;
  align-items: center;
}

.fiq-header-btn-wrap .login-btn {
  color: white;
  border: 1px solid white;
  border-radius: 6px;
  padding: 13px 30px 13px 30px;
  cursor: pointer;
  text-wrap: nowrap;
}

.fiq-header-btn-wrap .login-btn:hover {
  color: #1c9e75;
  border: 1px solid #1c9e75;
}

.fiq-header-btn-wrap .signup-btn {
  color: white;
  background-color: #1c9e75;
  padding: 15px 30px;
  border-radius: 6px;
  margin-left: 20px;
  cursor: pointer;
  text-wrap: nowrap;
}
.fiq-hero-header-wrap {
  background-color: #0e1f19;
  position: relative;
  padding: 20px 0px;
  height: 1190px;
}
.fiq-header-btn-wrap .signup-btn:hover {
  color: #1c9e75;
  background-color: white;
}
.menu-toggle {
  cursor: pointer;
  z-index: 999;
}
.fiq-header-logo {
  display: flex;
  gap: 10px;
  align-items: center;
}
.menu-toggle svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.fullscreen-menu {
  display: none;
}
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0e1f19c7;
  display: flex;
  flex-direction: column;
  padding-top: 60px;

  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 1000;
}

.fullscreen-menu.active {
  transform: translateX(0);
}

.fullscreen-menu ul {
  list-style: none;
  text-align: center;
}
.fullscreen-menu ul li {
  margin: 20px 0;
  text-align: left;
  padding-left: 32px;
}
.fullscreen-menu ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

.fullscreen-menu ul li a:hover {
  color: #00bcd4;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.menu-toggle {
  display: none;
}
.custom-drop-down {
  position: relative;
  width: fit-content;
  font-family: Arial, sans-serif;
}

.dropdown-toggle-custom {
  background: transparent;
  /* border: 1px solid #ccc; */
  padding: 0px 8px;
  cursor: pointer;
}

.arrow-down {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.2s;
}

.inner-header {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dropdown-toggle-custom.active .arrow-down {
  transform: rotate(-135deg);
}

.dropdown-menu-custom {
  position: absolute;
  background-color: #fff;
  right: 0;
  padding: 10px;
  border-radius: 6px;
  top: 42px;
  width: 280px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.search-box {
  width: 100%;
  margin: 0 auto 10px auto;
  display: block;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Rubik";
}

.action-td > span > svg {
  margin-right: -10px;
}
.user-list {
  list-style: none;
  max-height: 240px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

.user-list li {
  padding: 6px 10px;
  cursor: pointer;
  color: #2e2e2e;
  font-size: 13px;
  border-radius: 4px;
}

.user-list li.selected {
  background: #f3f4f6;
}

.user-list li:hover {
  background: #177255;
}

.user-list li:hover .user-info-account span.span-account {
  color: #fff;
}

.dropdown-user {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dropdown-user img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.user-info-account {
  line-height: 1.2;
}

.user-info-account {
  text-align: center;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  color: #2e2e2e;
  justify-content: space-between;
  width: 100%;
}

.user-info-account span.span-account,
.no-result {
  font-size: 13px;
  color: #2e2e2e;
  text-align: left;
}

.no-result {
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
}

.dropdown-menu-custom {
  position: absolute;
  background-color: #fff;
}

.user-info-account .user-id {
  font-size: 11px;
  color: #888;
}
@media (max-width: 1024px) {
  .fiq-header-nav {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .fiq-nav-list {
    display: none;
  }
  .fiq-hero-header-wrap {
    height: 1020px;
  }
  .menu-toggle {
    display: block;
  }
  .menu-toggle svg {
    /* margin-top: 6px; */
  }
}

.custom-drop-down {
  position: relative;
  width: fit-content;
  font-family: Arial, sans-serif;
}

.dropdown-toggle-custom {
  background: transparent;
  /* border: 1px solid #ccc; */
  padding: 0px 8px;
  cursor: pointer;
  color: #fff;
}

.dropdown-toggle-custom i {
  color: #fff;
}

.arrow-down {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.2s;
}

.inner-header {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dropdown-toggle-custom.active .arrow-down {
  transform: rotate(-135deg);
}

.dropdown-menu-custom {
  position: absolute;
  background-color: #fff;
  right: 0;
  padding: 10px;
  border-radius: 6px;
  top: 42px;
  width: 280px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.search-box {
  width: 100%;
  margin: 0 auto 10px auto;
  display: block;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.user-list,
.user-list-account {
  list-style: none;
  max-height: 240px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

.user-list li,
.user-list-account li {
  padding: 6px 10px;
  cursor: pointer;
  color: #2e2e2e;
  font-size: 13px;
  border-radius: 4px;
}

.user-list li.selected,
.user-list-account li.selected {
  background: #f3f4f6;
}

.user-list li:hover {
  background: #177255;
}

.user-list li:hover .user-info-account span {
  color: #fff;
}

.dropdown-user {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dropdown-user img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.user-info-account {
  line-height: 1.2;
}

.user-info-account {
  text-align: center;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  color: #2e2e2e;
  justify-content: space-between;
  width: 100%;
}

.user-info-account span,
.no-result {
  font-size: 13px;
  color: #2e2e2e;
  text-align: left;
}

.no-result {
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
}

.dropdown-menu-custom {
  position: absolute;
  background-color: #fff;
}

.user-info-account .user-id {
  font-size: 11px;
  color: #888;
}
/* wrap */
.fiq_cs_user_wrap {
  width: 100%;
}

/* Switch Account button—looks like a menu item */
.acc_dropdown_btn {
  padding: 11px 14px;
  font-size: 15px;
  cursor: pointer;
  color: #2e2e2e !important;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.2s;
  justify-content: space-between;
  border-bottom: 1px solid #dfdbdb;
}

.account-dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
}

.acc_dropdown_btn:hover {
  background: #1c9e75;
  color: white !important;
}

.acc_dropdown_btn i {
  font-size: 15px;
  color: #1c9e75;
}
.acc_dropdown_btn:hover i {
  color: #fff;
}
.fiq_cs_user_wrap.fiq_user_account_switcher {
  /* max-height: 41px; */
}

/* inner list appears exactly like normal dropdown items */
.user_acc_switch_wrap {
  width: 100%;
  background: transparent;
  display: none;
  padding-left: 0;
  max-height: 235px !important;
  overflow-y: auto;
}

/* each email item same style as normal dropdown items */
.user_swicthed_acc {
  font-size: 15px !important;
  padding: 8px 14px;
  text-decoration: none !important;
  color: #2e2e2e !important;
  display: block !important;
  border-bottom: 1px solid #7466663d !important;
  cursor: pointer !important;
  border-radius: unset !important;
  display: flex !important;
  align-items: center;
  gap: 10px !important;
}
/* Initial state of the icon (not rotated) */
.fa-angle-down {
  transition: transform 0.3s ease; /* Smooth transition for rotation */
}

/* Rotated state when the class is added */
.fa-angle-down.rotate {
  transform: rotate(180deg); /* Rotates the icon */
}

.User_acc_pr {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.User_acc_pr img {
  width: 100%;
}

.user_acc_ative,
.user_swicthed_acc:hover {
  background: #1c9e75;
  color: white !important;

  .user_acc_ative span {
    color: white !important;
  }
}

.user_acc_ative {
  background: #1c9e75;
  color: white;
}
@media (max-width: 500px) {
  .fiq-header {
    width: 100%;
  }
  .menu-toggle svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    /* margin-top: 6px; */
  }
  .fiq-header-logo img {
    width: 120px;
  }
  .User_acc_pr {
    width: 18px;
    height: 18px;
  }
  .fiq_contact_us_current_page_wrap i,
  .fiq_pricing_page_current_page_wrap i,
  .fiq_about_us_current_page_wrap i {
    font-size: 10px;
    margin-top: 0;
  }
  .fiq_contact_us_header_heading,
  .fiq_pricing_page_header_heading,
  .fiq_about_us_header_heading {
    font-size: 22px;
    margin-top: 65px;
  }
  .fiq_about_us_current_page_wrap,
  .fiq_pricing_page_current_page_wrap,
  .fiq_contact_us_current_page_wrap {
    /* width: 150px; */
    height: 35px;
    font-size: 12px;
  }
  .acc_dropdown_btn,
  span.user_swicthed_acc.user_acc_ative {
    font-size: 13px !important;
    padding: 8px 10px;
  }
  .acc_dropdown_btn i {
    font-size: 13px;
  }
  .fiq_contact_us_header_wrap,
  .fiq_pricing_page_header_wrap,
  .fiq_about_us_header_wrap {
    width: 100%;
    padding: 20px;
  }
  .header-username {
    font-size: 12px;
  }
  .fiq_about_us_header,
  .fiq_pricing_page_header,
  .fiq_contact_us_header {
    height: 200px;
  }
  .header-user-img {
    width: 40px;
    height: 40px;
    padding: 2px;
  }

  .header-user-profile-wrap {
    gap: 10px !important;
  }

  .fiq-header-nav {
    display: none;
  }

  .fiq-header-logo {
    width: 120px;
  }

  .fiq-header-btn-wrap .login-btn {
    padding: 10px 16px 10px 16px;
    font-size: 11px;
  }

  .fiq-header-btn-wrap .signup-btn {
    padding: 11px 14px;

    margin-left: 5px;

    font-size: 11px;
  }

  .fiq-hero-header-wrap {
    padding: 25px;
    height: fit-content;
  }
}
