/*
*
* theme: smmtor V1.0
* Theme Author : web master owner
* Theme Designed By: web master team
* Contact: +880130744289
* Email: smmtor@gmail.com
*
*/

/*
|--------------------------------------------------------------------------
| Theme Font Family
|--------------------------------------------------------------------------
|
| Google Fonts (Poppins) is preloaded asynchronously in header.twig
| to eliminate render-blocking delay.
|
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Official Bootstrap 5 Token Integration & Theme Overrides */
  --bs-primary: #7367F0;
  --bs-primary-rgb: 115, 103, 240;
  --bs-secondary: #8592a3;
  --bs-secondary-rgb: 133, 146, 163;
  --bs-success: #28cb69;
  --bs-success-rgb: 40, 203, 105;
  --bs-warning: #ff9800;
  --bs-warning-rgb: 255, 152, 0;
  --bs-danger: #dc3545;
  --bs-danger-rgb: 220, 53, 69;
  --bs-info: #03c3ec;
  --bs-info-rgb: 3, 195, 236;
  --bs-body-font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-border-radius: 0.5rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;

  /* Theme Core Tokens (Synchronized with Bootstrap 5) */
  --primary-gradient: linear-gradient(267deg, var(--bs-primary) 3.42%, #8F85F3 91.65%);
  --bg-daymode: #f1f2f6;
  --bg-darkmode: #0d1117;
  --bg-card-day: #ddd;
  --bg-sidebar-day: #ffffff;
  --bg-sidebar-night: #1e2130;
  --bg-tab-wrapper: #f6f3fa;
  --bg-menu-active: #3c3b62;
  --dark-bg-menu-active: #3d3a8e;
  --bg-filter-btn: #3c15a4;
  --bg-secondary: var(--bs-primary);
  --text-black: #000;
  --text-white: #fff;
  --text-primary: var(--bs-primary);
  --dark-text-primary: #8F85F3;
  --bg-input: #f1f2f6;
  --dark-bg-input: #0d1117;
  --badges-pending: var(--bs-warning);
  --badges-inprogress: #ff5c00;
  --badges-completed: var(--bs-success);
  --badges-partials: #4a629c;
  --badges-canceled: var(--bs-danger);
  --badges-processing: #ac4006;
  --home-hero-top-text: #ff004d;
  --home-btn-hover: #36118b;
  --border-dark: transparent;

  /* Custom Interactive & Status Theme Tokens */
  --color-success-brand: var(--bs-success);
  --color-warning-badge: var(--bs-warning);
  --color-ticket-badge: #ffb500;
  --color-details-btn: #6366f1;
  --color-details-night-btn: #818cf8;
  --color-order-btn: #10b981;
  --color-order-btn-hover: #059669;
  --color-logout-danger: var(--bs-danger);
  --bg-logout-hover: rgba(var(--bs-danger-rgb), 0.1);
  --shadow-card: 0 4px 12px rgba(0, 0, 0, 0.04);
  --shadow-none: none;
}

body {
  font-family: "Poppins", sans-serif;
}

body.noAuth {
  background: var(--bg-sidebar-day);
}

/* Prevent unintended horizontal scroll and fix double scrollbar */
html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}


.noAuth #navbar,
#notLogin,
.hero_image {
  overflow-x: hidden;
}

.hidden {
  display: none;
}

.dashboard {
  background: var(--bg-daymode);
}

#notLogin,
main#notLogin,
body.noAuth #notLogin {
  padding-top: 73px !important;
}

.noAuth #top_services,
.noAuth #services {
  padding-top: 40px !important;
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff !important;
  box-shadow: 0 0 10px #d2d2d2;
}

#main_container .sidebar {
  position: fixed;
  width: 300px;
  /* padding: 0px 20px; */
  min-height: 100vh;
  transition: 0.5s;
  /* z-index: 9; */
  z-index: 1;
}

#main_container.toogle_sidebar .sidebar {
  transform: translate(-300px);
}

#main_container .sidebar_menu::-webkit-scrollbar {
  display: none;
}

#main_container .sidebar .sidebar_top {
  padding: 0;
}

#main_container .sidebar .sidebar_top .user_data {
  margin: 0 20px;
}

#main_container .sidebar .logo {
  height: 65px !important;
  min-height: 65px !important;
  max-height: 65px !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.dashboard.nightmode #main_container .sidebar .logo,
.nightmode #main_container .sidebar .logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#main_container .sidebar .logo a {
  display: flex;
  align-items: center;
}

#main_container .sidebar .logo .logo_img_nav,
#main_container .sidebar .logo .logo_img {
  max-height: 38px !important;
  width: auto !important;
  margin: 0 !important;
  display: block;
}

a.navbar-brand img {
  max-width: 230px;
}

.dashboard #main_container .sidebar {
  background: var(--bg-sidebar-day);
  color: var(--text-black);
}

.dashboard.nightmode #main_container .sidebar {
  background: var(--bg-sidebar-night);
  color: var(--text-white);
}

#main_container .content_area {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding-left: 300px;
  box-sizing: border-box !important;
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}

#main_container .content_area .content {
  padding-top: 80px;
  width: 100%;
  box-sizing: border-box !important;
}

#main_container .content_area .top_header {
  position: fixed;
  width: calc(100% - 300px);
  height: 65px;
  z-index: 7;
  transition: 0.5s;
}

#main_container.toogle_sidebar .content_area .top_header {
  width: 100%;
}

.dashboard #main_container .top_header {
  background: var(--bg-sidebar-day);
  color: var(--text-black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dashboard.nightmode #main_container .top_header {
  background: var(--bg-sidebar-night);
  color: var(--text-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

#main_container.toogle_sidebar .content_area {
  padding-left: 0px;
}

.dashboard #main_container .content_area {
  background: var(--bg-daymode);
}

.dashboard.nightmode #main_container .content_area {
  background: var(--bg-darkmode);
}

/*
*
*
* Default Css Editor
*
*
*/
.nightmode h1,
.nightmode h2,
.nightmode h3,
.nightmode h4,
.nightmode h5,
.nightmode h6,
.nightmode p,
.nightmode ul,
.nightmode li,
.nightmode .help-block {
  color: var(--text-white);
}

button.btn.btn-default.btn-big-secondary.clear-datetime {
  background: red;
  height: 100%;
  color: var(--text-white);
}

.nav-pills .nav-link {
  color: var(--text-primary);
  border-radius: 10px;
  transition: 0.5s;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: var(--text-primary);
}

.dashboard.nightmode .nav-pills .nav-link.active,
.dashboard.nightmode .nav-pills .show>.nav-link {
  background: var(--dark-text-primary);
}

.tab_btn_wrap {
  background: var(--bg-tab-wrapper);
  display: flex;
  width: 100%;
  padding: 8px;
  border-radius: 12px;
}

.tab_btn_wrap .nav-item input,
.tab_btn_wrap .nav-item input:focus {
  background: #dfdbf0;
}

.nightmode .tab_btn_wrap .nav-item input {
  background: #22213b;
}

.dashboard.nightmode .tab_btn_wrap {
  background: var(--bg-darkmode);
}

.dashboard.nightmode .nav-pills .nav-link {
  color: var(--text-white);
}

.dashboard label {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.35rem;
  font-size: 16px;
  font-weight: 500;
}

.dashboard.nightmode label {
  color: var(--text-white);
}

.dashboard .form-group {
  margin-bottom: 1rem;
}

.dashboard .form-control {
  background: var(--bg-input);
  height: 45px;
  border-radius: 10px;
  border: none;
  color: var(--text-black);
  outline: 0 !important;
}

.dashboard .form-control:focus {
  background: var(--bg-input);
  box-shadow: none;
  border: 0;
}

.dashboard.nightmode .form-control {
  background-color: var(--dark-bg-input);
  color: var(--text-white);
}

.dashboard .btn-primary {
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 18px;
  color: var(--text-white);
  background: var(--primary-gradient);
  border: none;
  font-weight: 700;
  box-shadow: 0 0 10px #a8a8a8c9;
}

.dashboard.nightmode .btn-primary {
  background: var(--primary-gradient);
  /* color: var(--bg-darkmode); */
  color: var(--text-white);
  box-shadow: none;
}

.user_data {
  background: var(--bg-daymode);
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border: none;
}

/* Dark mode styles */
.dashboard.nightmode .user_data {
  background: var(--bg-darkmode);

}


.dashboard:not(.nightmode) .user_data {
  background: var(--bg-daymode) !important;
}

.user_data .total_data {
  padding: 15px;
}

/* .nightmode .user_data — reserved for future dark mode overrides */

.user_data .user_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.user_data .user_badges {
  position: absolute;
  width: 160px;
  height: 25px;
  background: var(--primary-gradient);
  top: 22px;
  transform: rotate(45deg);
  right: -48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.nightmode .user_data .user_badges {
  /* background: var(--dark-text-primary); */
  color: var(--text-white);
}

.user_data .user_badges h4 {
  margin: 0;
  font-size: 14px;
  color: var(--text-white);
  font-weight: bold;
}

.nightmode .user_data .user_badges h4 {
  /* color: var(--bg-darkmode); */
  color: var(--text-white);
}

.user_data .user_info .msg {
  font-size: 18px;
  font-weight: 500;
  color: var(--bg-secondary);
}

.v2_avatar img {
  width: 85px;
  margin-bottom: 8px;
  border: none;
  border-radius: 50px;
}

.v2_user_info h5 {
  font-size: 16px;
  font-weight: bold;
  color: var(--text-black);

  text-transform: capitalize;
  margin: 0;
}

.nightmode .v2_user_info h5 {
  color: var(--text-white);

}

.user_data .user_info h2 {
  font-size: 20px;
  color: var(--text-white);
  font-weight: 600;
}

.user_data .avatar {
  width: 60px;
}

.user_data .user_balance {
  min-width: 150px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  background: var(--primary-gradient);
  color: var(--text-white);
  border-radius: 5px;
}

/* .nightmode .user_data .user_balance — background & color reserved for future use */

.sidebar_menu {
  margin-top: 25px;
  position: relative;
  height: calc(100vh - 311px);
  overflow: auto;
  padding: 0px 20px;
}


.sidebar_menu .menu_item {
  background: transparent;
  text-decoration: none;
  color: var(--text-black);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  margin-bottom: 4px;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.nightmode .sidebar_menu .menu_item {
  color: var(--text-white);
}

.sidebar_menu .menu_item:hover:not(.active) {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-primary);
}

.nightmode .sidebar_menu .menu_item:hover:not(.active) {
  background: rgba(255, 255, 255, 0.06);
  color: var(--dark-text-primary);
}

.sidebar_menu .menu_item.active,
.nightmode .sidebar_menu .menu_item.active {
  background: var(--primary-gradient) !important;
  color: var(--text-white) !important;
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.35);
  border: none !important;
}

.sidebar_menu .menu_item.active .menu_icon i,
.nightmode .sidebar_menu .menu_item.active .menu_icon i {
  color: var(--text-white) !important;
}

/* Page infos and other infos*/
#page_info {
  display: flex;
  justify-content: center;
  margin: 0;
}

#page_info .item h4 {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
}

#page_info .item h4 .sp_text_primary {
  color: var(--bg-menu-active);
  font-weight: 800;
}

.nightmode #page_info .item h4 {
  color: var(--text-white);
}

.nightmode #page_info .item h4 .sp_text_primary {
  color: var(--dark-text-primary);
}

/* Card Design */

.card.card_v2 {
  border-radius: 15px;
}

.card,
.card.card_v2,
.dashboard .card,
.dashboard .card.card_v2,
.dashboard.nightmode .card,
.dashboard.nightmode .card.card_v2,
.nightmode .card,
.nightmode .card.card_v2 {
  border-radius: 15px !important;
  overflow: hidden;
}

.card.card_v2 .card-body,
.card .card-body {
  padding: 20px;
  margin: 0;
  border-radius: 15px;
}

.dashboard .card.card_v2,
.card.card_v2 {
  background: var(--bg-sidebar-day);
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 20px;
}

.card-body.shadow_top {
  box-shadow: inset 4px 10px 5px #9b9b9b;
  border-radius: 15px;
}

/* Table - Services Page Section Wrapper */
#table.services_page {
  padding: 0;
  background: transparent;
  border: none !important;
  box-shadow: none !important;
}

#table .catetitle td,
.services_page .catetitle td {
  background: transparent !important;
  padding: 14px 8px 8px 8px;
  border-bottom: none;
}

.dashboard.nightmode #table .catetitle td,
.dashboard.nightmode .services_page .catetitle td {
  background: transparent !important;
}

.services-category {
  background: var(--primary-gradient);
  color: var(--text-white);
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);
}

.dashboard.nightmode .services-category {
  background: rgba(99, 102, 241, 0.2);
  color: #818cf8;
  border: 1px solid rgba(99, 102, 241, 0.3);
  box-shadow: none;
}

.services-category .cat-icon {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.services-category .cat-name {
  font-size: 15px;
  font-weight: 600;
}

#table .table tr,
.services_table tr {
  background: var(--bg-sidebar-day);
}

.dashboard.nightmode #table .table tr,
.dashboard.nightmode .services_table tr {
  background: var(--bg-darkmode);
  color: var(--text-white) !important;
  border-color: var(--border-dark);
}

#table .table tr:nth-child(even),
.services_table tr:nth-child(even) {
  background: #e8edff;
}

.dashboard.nightmode #table .table tr:nth-child(even),
.dashboard.nightmode .services_table tr:nth-child(even) {
  background: #10151d;
}

.services_table th,
.services_table td {
  white-space: nowrap;
}

/* Service name column: allow text to be constrained, not overflow */
.services_table td.service-name {
  white-space: normal;
  min-width: 200px;
  max-width: 280px;
}

/* Category title row: full width, not constrained */
.services_table tr.catetitle td {
  white-space: normal !important;
  max-width: none !important;
}

.services_page .service-name {
  font-weight: 500;
  color: var(--text-black);
}

.services_page .service-name .service-title-text {
  display: inline;
  white-space: normal;
  vertical-align: middle;
  word-break: break-word;
  line-height: 1.4;
}

.dashboard.nightmode .services_page .service-name {
  color: var(--text-white);
}

.btn-details-cell {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 13px;
  border-radius: 20px;
  border: 1.5px solid var(--color-details-btn);
  background: transparent;
  color: var(--color-details-btn);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.btn-details-cell:hover {
  background: var(--color-details-btn);
  color: var(--text-white);
}

.dashboard.nightmode .btn-details-cell {
  border-color: var(--color-details-night-btn);
  color: var(--color-details-night-btn);
}

.dashboard.nightmode .btn-details-cell:hover {
  background: var(--color-details-night-btn);
  color: var(--bg-sidebar-night);
}

.btn-order-cell {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 14px;
  border-radius: 20px;
  border: none;
  background: var(--color-order-btn);
  color: var(--text-white) !important;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.25);
}

.btn-order-cell:hover {
  background: var(--color-order-btn-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(16, 185, 129, 0.35);
}

.input-group-btn>button {
  background: var(--text-primary);
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  display: flex;
  align-items: center;
}

.input-group-btn>button i {
  color: var(--text-white);
}

.dashboard.nightmode .input-group-btn>button {
  background: var(--primary-gradient);
}

.noAuth #top_services {
  padding-top: 50px;
}

.dashboard.nightmode .files-label,
.dashboard.nightmode a.paperclip {
  color: var(--text-white);
}

.service_button_filter {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 50px));
  gap: 15px;
  margin-bottom: 20px;
  justify-content: center;
}

.service_button_filter .btn_ser_filter {
  background: gray;
  border: none;
  padding: 10px 0px;
  border-radius: 10px;
  box-shadow: none;
  color: var(--text-black);
  font-size: 18px;
}

.service_button_filter .btn_ser_filter i,
.service_button_filter .btn_ser_filter svg,
.service_button_filter .btn_ser_filter .icon {
  color: inherit;
}

.dashboard.nightmode .service_button_filter .btn_ser_filter {
  color: var(--text-white);
}

.btn_ser_filter.btn_all {
  background: var(--bg-secondary);
  color: var(--text-white);
}

.dashboard.nightmode .btn_ser_filter.btn_all {
  background: var(--dark-text-primary);
}

.btn_ser_filter.btn_fb {
  background: #3b5998;
  color: var(--text-white);
}

.btn_ser_filter.btn_tw {
  background: #1da1f2;
  color: var(--text-white);
}

.btn_ser_filter.btn_ig {
  background: linear-gradient(90.28deg,
      #5f1db9 -5.68%,
      #bb2c96 49.27%,
      #f0c33b 99.81%);
  color: var(--text-white);
}

.btn_ser_filter.btn_in {
  background: #1da1f2;
  color: var(--text-white);
}

.btn_ser_filter.btn_yt {
  background: #ff0000;
  color: var(--text-white);
}

.btn_ser_filter.btn_sp {
  background: #3ce060;
  color: var(--text-white);
}

.btn_ser_filter.btn_tik {
  background: var(--bg-sidebar-night);
}

.btn_ser_filter.btn_dis {
  background: #5865f2;
}

.btn_ser_filter.btn_traffic {
  background: #fee75c;
  color: #232323;
}

/*
*
*
* New Order Page Design
*
*/

/* category filte design */
.card {
  transition: 0.5s;
}

.dashboard.nightmode .card,
.dashboard.nightmode .card.card_v2,
.nightmode .card,
.nightmode .card.card_v2 {
  background-color: var(--bg-sidebar-night) !important;
  border-radius: 15px !important;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}

.search-orders-at-new-order {
  margin-top: -5px;
  margin-bottom: 10px;
}

#minmax_value {
  color: var(--text-black);
}

.dashboard.nightmode #minmax_value {
  color: var(--text-white);
}

.dashboard .details_data {
  margin-bottom: 15px;
}

.dashboard .details_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.dashboard .details_data .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  gap: 15px;
  background: var(--bg-daymode);
  padding: 8px 10px;
  border-radius: 10px;
}

.dashboard .details_data .item .item_left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dashboard .details_data .item .item_left h3 {
  margin-bottom: 0px;
}

.dashboard.nightmode .details_data .item {
  background: var(--bg-darkmode);
}

.dashboard .details_data .item .icon {
  width: 38px;
  height: 38px;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  background: var(--primary-gradient);
  color: var(--text-black);
  border-radius: 50%;
  flex-shrink: 0;
}

.dashboard.nightmode .details_data .item .icon {
  background: var(--primary-gradient);
  color: var(--text-white);
}

.dashboard .descriptions_box {
  background: var(--bg-daymode);
  padding: 10px;
  border-radius: 15px;
}

.dashboard.nightmode .descriptions_box {
  background: var(--bg-darkmode);
  color: var(--text-white);
}

.dashboard .details_data .item .item_content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.dashboard .details_data .item .item_content p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.dashboard .details_data .item .item_content {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-black);
}

.dashboard .details_data .item .item_value {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-black);
  text-align: right;
}

.dashboard.nightmode .details_data .item .item_content,
.dashboard.nightmode .details_data .item .item_value {
  color: var(--text-white);
}

/* Top Bar */
.top_head_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.top_head_wrap .item {
  display: flex;
  align-items: center;
}

.user_settings {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user_settings .telegram {
  /* position: relative; */
  background-color: var(--bg-secondary);
  color: var(--bg-sidebar-day);
  font-size: 30px;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* #orderform-category,
   #orderform-service{
      display: none;
   } */
#dropdownMenu3 {
  text-align: left;
}

#order-dd {
  text-align: left;
}

#newOrderTabsWrap .dropdown,
#newOrderTabsWrap .dropdown .form-control {
  min-height: 40px;
  height: auto;
}

#category-drop,
#orders-drop {
  width: 100%;
  height: 415px;
  overflow: auto;
}

#order-cItem,
#order-sItem {
  width: 100%;
  white-space: normal;
}

#category-drop .dropdown-item,
#orders-drop .dropdown-item {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--text-primary);
  white-space: normal;
}

.fa.fa-caret-down.ml-auto {
  position: absolute;
  right: 8px;
  top: 35%;
}

.nightmode #category-drop .dropdown-item,
.nightmode #orders-drop .dropdown-item {
  color: var(--text-white);
}

/* .user_settings .telegram i{
    position: absolute;
    top: 8px;
    left: 6px;
} */

.btn_profiles {
  background: var(--primary-gradient);
  margin-right: 10px;
  margin-right: 10px;
  padding: 3px 6px;
  border-radius: 15px;
  color: var(--bg-sidebar-day);
  font-size: 18px;
  font-weight: bold;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  background: var(--primary-gradient) !important;
}

.day_night_btn {
  width: 70px;
  position: relative;
  background: var(--bg-sidebar-day);
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  border-radius: 50px;
  color: var(--bg-filter-btn);
}

.day_night_btn:hover {
  color: var(var(--bg-filter-btn));
}

.day_night_btn .active_circle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  top: -5px;
  right: -2px;
  z-index: 0;
  background: var(--primary-gradient);
  transition: 0.5s ease;
}

.nightmode .day_night_btn .active_circle {
  transform: translate(-34px);
}

.day_night_btn .day_mode {
  color: var(--text-white);
  transition: 0.5s ease;
}

.nightmode .day_night_btn .day_mode {
  color: var(--bg-sidebar-day);
}

.day_night_btn .day_mode,
.day_night_btn .night_mode {
  display: block;
  z-index: 1;
}

.nightmode .night_mode {
  color: var(--text-white);
  transition: 0.5s ease;
}

/* Offcanvas day/night toggle visibility */
/* Light mode: show sun (day_mode), hide moon (night_mode) */
.day_night_offcanvas_icon .night_mode,
.day_night_offcanvas_txt .night_mode {
  display: none;
}

.day_night_offcanvas_icon .day_mode,
.day_night_offcanvas_txt .day_mode {
  display: inline;
}

/* Dark mode: show moon (night_mode), hide sun (day_mode) */
.nightmode .day_night_offcanvas_icon .night_mode,
.nightmode .day_night_offcanvas_txt .night_mode {
  display: inline;
}

.nightmode .day_night_offcanvas_icon .day_mode,
.nightmode .day_night_offcanvas_txt .day_mode {
  display: none;
}

.logo_off_nav {
  display: none;
  padding: 10px;
  transition: 0.5;
}

.toogle_sidebar .logo_off_nav {
  display: inline-block;
  margin-top: -5px;
}

.toogle_sidebar .logo_off_nav img {
  max-width: 200px;
}

/* Mass Order */

.dashboard .form-control.massorder_textarea {
  height: 350px;
}

/* Order Page */
#orders_menu {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px;
}

#orders_menu a .icon {
  font-size: 16px;
  margin-right: 10px;
}

#orders_menu.nav-pills .nav-link {
  border: 0.8px solid transparent;
  white-space: nowrap;
}

#orders_menu.nav-pills .nav-link:hover {
  border-color: var(--text-primary);
}

.dashboard.nightmode #orders_menu.nav-pills .nav-link.active {
  background: var(--primary-gradient);
  background-repeat: no-repeat;
}

.dashboard.nightmode #orders_menu.nav-pills .nav-link:hover {
  border-color: var(--dark-text-primary);
}

.order_page .order_link_wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 280px;
}

.order_page .order_link_wrap a.order_link {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex: 1;
  border: 1px solid var(--text-primary);
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
}

.order_page .order_link_wrap a.order_link .link-text {
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.dashboard.nightmode .order_page .order_link_wrap a.order_link {
  color: var(--text-white);
  border-color: var(--dark-text-primary);
}

/* Copy button */
.btn-copy-link {
  flex-shrink: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 4px 7px;
  cursor: pointer;
  color: var(--text-primary);
  font-size: 13px;
  transition: all 0.2s ease;
  line-height: 1;
}

.btn-copy-link:hover {
  background: rgba(99, 102, 241, 0.15);
  border-color: var(--text-primary);
  color: #6366f1;
}

.btn-copy-link.copied {
  color: #22c55e;
  border-color: #22c55e;
}

.dashboard.nightmode .btn-copy-link {
  color: var(--dark-text-primary);
}

.dashboard.nightmode .btn-copy-link:hover {
  background: rgba(99, 102, 241, 0.2);
  color: #818cf8;
}

.order_link_wrap>input.form-control {
  padding: 5px;
  border-radius: 8px;
  border: 1px solid var(--text-primary);
  width: 100%;
  height: 40px;
}

.dashboard.nightmode .order_link_wrap>input.form-control {
  border-color: var(--dark-text-primary);
}

.order_link_wrap>.btn_order_link {
  right: 5px;
  background: var(--text-primary);
  height: 30px;
  top: 5px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--text-white);
  border-radius: 6px;
  text-decoration: none;
}

.order_page .order_id {
  display: block;
  background: var(--text-primary);
  text-align: center;
  color: var(--text-white);
  padding: 3px 8px;
  border-radius: 10px;
}

/* Actions dropdown */
.order-actions-wrap {
  position: relative;
  display: inline-block;
}

.btn-order-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 20px;
  border: none;
  background: #6366f1;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}

.btn-order-actions:hover {
  background: #4f46e5;
  transform: translateY(-1px);
}

.btn-order-actions i {
  font-size: 10px;
  transition: transform 0.2s ease;
}

.btn-order-actions.open i {
  transform: rotate(180deg);
}

.order-actions-menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  min-width: 160px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 999;
  overflow: hidden;
  animation: dropIn 0.15s ease;
}

.order-actions-menu.show {
  display: block;
}

@keyframes dropIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.order-action-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  font-size: 13px;
  color: #374151;
  text-decoration: none;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease;
  white-space: nowrap;
}

.order-action-item:hover {
  background: #f3f4f6;
  color: #111827;
}

.order-action-refill {
  color: #2563eb;
}

.order-action-refill:hover {
  background: #eff6ff;
  color: #1d4ed8;
}

.order-action-refill:disabled {
  color: #9ca3af;
  cursor: not-allowed;
}

.order-action-cancel {
  color: #dc2626;
}

.order-action-cancel:hover {
  background: #fef2f2;
  color: #b91c1c;
}

/* Nightmode */
.dashboard.nightmode .order-actions-menu {
  background: #1e1e2e;
  border-color: #2d2d3f;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.dashboard.nightmode .order-action-item {
  color: #d1d5db;
}

.dashboard.nightmode .order-action-item:hover {
  background: #2a2a3e;
  color: #f9fafb;
}

.dashboard.nightmode .order-action-refill {
  color: #60a5fa;
}

.dashboard.nightmode .order-action-cancel {
  color: #f87171;
}

.nightmode .order_page .order_id {
  background: var(--dark-text-primary);
  color: var(--bg-darkmode);
}

/* Refill cell button */
.btn-refill-cell {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1.5px solid #2563eb;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.btn-refill-cell:hover {
  background: #2563eb;
  color: #fff;
}

.btn-refill-spinning {
  border-color: #9ca3af;
  color: #9ca3af;
  cursor: not-allowed;
}

.refill-na {
  color: #9ca3af;
  font-size: 14px;
}

/* Nightmode refill cell */
.dashboard.nightmode .btn-refill-cell {
  border-color: #60a5fa;
  color: #60a5fa;
}

.dashboard.nightmode .btn-refill-cell:hover {
  background: #60a5fa;
  color: #1e1e2e;
}

.dashboard.nightmode .refill-na {
  color: #4b5563;
}



.order_page .order_date {
  width: 85px;
  font-size: 14px;
}

.order_page .order_service {
  width: 220px;
  /* white-space: nowrap;
    height: 40px; 
    overflow: hidden;
    text-overflow: ellipsis; */
}

.order_page a.serv_id {
  background: var(--text-primary);
  color: var(--text-white);
  padding: 1px 13px;
  border-radius: 50px;
  font-size: 14px;
}

.dashboard.nightmode .order_page a.serv_id {
  background: var(--dark-text-primary);
  color: var(--text-black);
}

.dashboard.nightmode .order_page .order_id {
  background: var(--dark-text-primary);
}

.dashboard.nightmode .order_link_wrap>.btn_order_link {
  background: var(--dark-text-primary);
}

.btn_action {
  background: var(--text-primary);
  color: var(--text-white);
  border-radius: 10px;
  border: none;
  box-shadow: none;
}

.dashboard.nightmode .btn_action {
  background: var(--primary-gradient);
}

.order_status_badges {
  color: var(--text-white);
  display: block;
  /* min-width: 150px; */
  background: var(--text-primary);
  text-align: center;
  border-radius: 50px;
  padding: 3px 10px;
}

.dashboard.nightmode .order_status_badges {
  background: var(--dark-text-primary);
}

.order_status_badges.badges_pending {
  background: var(--badges-pending) !important;
  color: var(--text-black);
}

.order_status_badges.badges_inprogress {
  background: var(--badges-inprogress) !important;
}

.order_status_badges.badges_completed {
  background: var(--badges-completed) !important;
}

.order_status_badges.badges_partials {
  background: var(--badges-partials) !important;
}

.order_status_badges.badges_canceled {
  background: var(--badges-canceled) !important;
}

.order_status_badges.badges_processing {
  background: var(--badges-processing) !important;
}

/* Add Fund Page */
#addfundTable thead tr th:nth-child(1),
#addfundTable tbody tr td:nth-child(1) {
  width: 60px;
}

#addfundTable thead tr th:nth-child(2),
#addfundTable tbody tr td:nth-child(2) {
  width: 130px;
  font-size: 16px;
}

#addfundTable thead tr th:last-child,
#addfundTable tbody tr td:last-child {
  width: 150px;
  font-size: 16px;
}

#addfundTable tbody tr:nth-child(even) {
  background: #e8edff;
}

.dashboard.nightmode #addfundTable tbody tr:nth-child(even) {
  background: var(--bg-darkmode);
}

.dashboard.nightmode #addfundTable thead tr th,
.dashboard.nightmode #addfundTable tbody tr td {
  color: var(--text-white);
}

.tab_id {
  display: block;
  height: 30px;
  background: var(--text-primary);
  text-align: center;
  line-height: 30px;
  color: var(--text-white);
  font-size: 16px;
  border-radius: 10px;
}

/* def side */
.dashboard #def_side_title {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
  margin-bottom: 1rem;
}

.dashboard #def_side_title .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: var(--text-black);
  text-align: center;
  background: var(--bg-daymode);
  border-radius: 10px;
}

.dashboard #def_side_title .icon i {
  color: var(--text-black) !important;
}

.dashboard.nightmode #def_side_title .icon {
  background: var(--dark-text-primary);
  color: var(--text-white);
}

.dashboard.nightmode #def_side_title .icon i {
  color: var(--text-white) !important;
}

.dashboard #def_side_title .name {
  font-size: 20px;
  font-weight: 700;
}

.dashboard.nightmode #def_side_title .name {
  color: var(--text-white);
}

/*
Global Accoridan 
*/
.site_accordion .accordion-item {
  margin-bottom: 10px;
  border: 1px solid var(--text-primary);
  border-radius: 10px;
  background: var(--text-white);
  transition: 0.5s;
}

.site_accordion .accordion-item .accordion-header button {
  box-shadow: none !important;
}

.site_accordion .accordion-item .accordion-button {
  background: var(--primary-gradient);
  color: var(--text-white);
  font-size: 18px;
  border-color: var(--text-primary);
  border-radius: 5px 5px 0px 0px;
}

.site_accordion .accordion-item .accordion-button i {
  margin-right: 10px;
}

.site_accordion .accordion-item .accordion-button.collapsed {
  background: var(--bg-daymode);
  color: var(--text-black);
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.5s;
}

.dashboard.nightmode .site_accordion .accordion-item .accordion-button {
  background: var(--dark-text-primary);
  color: var(--text-black);
}

.dashboard.nightmode .site_accordion .accordion-item .accordion-button.collapsed {
  background: var(--dark-bg-input);
  color: var(--text-white);
}

.dashboard.nightmode .site_accordion .accordion-item {
  background: var(--dark-bg-input);
  color: var(--text-white) !important;
  border-color: var(--dark-text-primary);
}

.accordion-button:not(.collapsed)::after {
  background-image: "https://res.cloudinary.com/dw8lywl8p/image/upload/v1651083085/caret-down-solid_1_1_wl8it4.png" !important;
}

.site_accordion .accordion-item .accordion-header button {
  box-shadow: none !important;
  z-index: 0;
}

/*
* ticket page
*/

#viewTicket .msg_user .ticket-message {
  background: var(--text-primary);
  padding: 25px;
  border-radius: 20px;
  color: var(--text-white);
}

#viewTicket .msg_user,
#viewTicket .msg_admin {
  margin-bottom: 20px;
}

#viewTicket .msg_user .info,
#viewTicket .msg_admin .info {
  padding: 4px 10px;
}

#viewTicket .msg_admin .ticket-message {
  background: var(--bg-secondary);
  padding: 25px;
  border-radius: 20px;
  color: var(--text-white);
}

.dashboard.nightmode #viewTicket .msg_admin .ticket-message {
  background: var(--dark-text-primary);
  color: var(--bg-darkmode);
}

.dashboard.nightmode #viewTicket .msg_user .info,
.dashboard.nightmode #viewTicket .msg_admin .info {
  color: var(--text-white);
}

.dashboard .ticket_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 10px 0px;
  padding: 15px 15px;
  background: var(--bg-daymode);
  border-left: 3px solid var(--badges-pending);
  border-radius: 15px;
}

.dashboard .ticket_item.ticket_Closed {
  border-color: rgb(250, 21, 21);
}

.dashboard .ticket_item.ticket_Answered {
  border-color: rgb(4, 221, 4);
}

.dashboard .item_left h3 {
  display: inline;
  font-size: 16px;
}

.dashboard.nightmode .ticket_item {
  background: var(--bg-darkmode);
}

.dashboard .ticket_item p,
.dashboard .ticket_item h3 {
  margin: 0;
  padding: 0;
  color: #232323;
}

.dashboard.nightmode .ticket_item p,
.dashboard.nightmode .ticket_item h3 {
  color: var(--text-white);
}

.dashboard .ticket_item .item_left {
  display: flex;
  gap: 10px;
  width: 48%;
  align-items: center;
}

.dashboard .ticket_item .item_left .ticket_icon {
  width: 60px;
  height: 60px;
  background: var(--text-primary);
  color: var(--text-white);
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  border-radius: 50px;
}

#ticket_filter_wrap {
  margin: 10px 0px;
}

#ticket_filter_wrap button {
  background: transparent;
  border: 0.8px solid var(--text-primary);
  border-radius: 10px;
  color: #232323;
}

.dashboard.nightmode #ticket_filter_wrap button {
  border-color: var(--dark-text-primary);
  color: var(--text-white);
}

.dashboard #ticket_filter_wrap button:hover {
  background: var(--text-primary) !important;
  color: var(--text-white);
}

.dashboard.nightmode #ticket_filter_wrap button:hover {
  background: var(--dark-text-primary) !important;
  color: var(--text-white);
}

.dashboard #ticket_filter_wrap .ticket_btn_active {
  background: var(--text-primary);
  color: var(--text-white);
}

.dashboard.nightmode #ticket_filter_wrap .ticket_btn_active {
  background: var(--dark-text-primary);
  color: var(--bg-darkmode);
}

/* Affiliate Page */

#affiliates .aff_item {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
}

#affiliates .item_left {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
}

#affiliates .item_left .icon {
  width: 50px;
  height: 50px;
  background: var(--bg-daymode);
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  color: var(--text-black);
}

#affiliates .item_left .icon i {
  color: var(--text-black) !important;
}

#affiliates .item_right {
  display: flex;
  align-items: center;
}

#affiliates .affiliate_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#affiliates .sm_aff_item .icon {
  background: var(--bg-daymode);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: var(--text-black);
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}

#affiliates .sm_aff_item .icon i {
  color: var(--text-black) !important;
}

.dashboard.nightmode #affiliates .item_left .icon,
.dashboard.nightmode #affiliates .sm_aff_item .icon {
  background: var(--dark-text-primary);
  color: var(--text-white);
}

.dashboard.nightmode #affiliates .item_left .icon i,
.dashboard.nightmode #affiliates .sm_aff_item .icon i {
  color: var(--text-white) !important;
}

#affiliates .sm_aff_item {
  display: flex;
  gap: 12px;
}

#affiliates .sm_content h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}

#affiliates .sm_content p {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

/*
*
*
* NO Auth Page Css
* Design Started
*
*
*/

/* def side */
#def_side_title {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
  margin-bottom: 1rem;
}

#def_side_title .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: var(--text-black);
  text-align: center;
  background: var(--bg-daymode);
  border-radius: 10px;
}

#def_side_title .icon i {
  color: var(--text-black) !important;
}

#def_side_title .name {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-black);
}

/* Dashboard (login) def_side_title styling */
.dashboard #def_side_title .icon {
  background: var(--bg-daymode) !important;
  color: var(--text-black) !important;
}

.dashboard #def_side_title .icon i {
  color: var(--text-black) !important;
}

.dashboard #def_side_title .name {
  color: var(--text-black);
}

/* Dashboard night mode def_side_title */
.dashboard.nightmode #def_side_title .icon {
  background: var(--dark-text-primary) !important;
  color: var(--text-white) !important;
}

.dashboard.nightmode #def_side_title .icon i {
  color: var(--text-white) !important;
}

.dashboard.nightmode #def_side_title .name {
  color: var(--text-white);
}

/* Night mode for def_side_title */
.nightmode #def_side_title .icon {
  background: var(--dark-text-primary);
  color: var(--text-white);
}

.nightmode #def_side_title .icon i {
  color: var(--text-white) !important;
}

.nightmode #def_side_title .name {
  color: var(--text-white);
}

/* Reset Password */
.highlight-lside .hlight-box {
  margin-bottom: 30px;
  padding: 24px 30px;
  background: var(--bg-sidebar-day);
  border-radius: 9px;
  box-shadow: 0px 10px 10px #7878780f;
}

.highlight-lside .hlight-box .hlight-first {
  font-size: 19px;
  line-height: 24px;
  color: #232323;
  font-weight: 800;
}

.highlight-lside .hlight-box .hlight-second {
  font-size: 14px;
  line-height: 25px;
  color: #232323;
  margin: 0;
  width: 100% !important;
}

.nightmode .card_v2 table td {
  color: var(--text-white);
}

.highlight-lside .hlight-box .icon {
  font-size: 60px;
  width: 70px;
  text-align: center;
  line-height: 100px;
}

.highlight-lside .hlight-box:nth-child(1) .icon {
  color: #ffb645;
}

.highlight-lside .hlight-box:nth-child(2) .icon {
  color: #117ec2;
}

.highlight-lside .hlight-box:nth-child(3) .icon {
  color: #16caba;
}

@media (max-width: 1199.98px) {
  .highlight-lside .hlight-box {
    text-align: center !important;
  }
}

.noAuth .form-control {
  background: var(--bg-input);
  height: 45px;
  border-radius: 10px;
  border: none;
  color: var(--text-black);
  outline: 0 !important;
  box-shadow: none !important;
}

.noAuth .control-label .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: var(--text-primary);
  text-align: center;
  background: #f6f3fa;
  border-radius: 10px;
}

.noAuth .btn.btn-primary {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  background: var(--primary-gradient);
  padding: 12px 25px;
  border-radius: 50px;
  border: none;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
  border: none;
  font-weight: 700;
}

.reset_Card .card.card_v2 {
  box-shadow: 0px 10px 10px #7878780f;
}

/* Non-Logged-In Pages Spacing (Desktop & Mobile Media Queries) */
@media only screen and (min-width: 769px) {

  #notLogin #pageSection,
  #notLogin #hero,
  #notLogin #single_blog_post,
  #notLogin #blog_post,
  #notLogin #blog_detail,
  #notLogin #blogSection,
  #notLogin #blog,
  #notLogin #services,
  #notLogin #api,
  #notLogin #faq,
  #notLogin #terms,
  #notLogin #updates,
  #notLogin #refund-policy,
  #notLogin #child-panels,
  #notLogin #affiliates {
    padding-top: 35px !important;
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 768px) {

  #notLogin #pageSection,
  #notLogin #hero,
  #notLogin #single_blog_post,
  #notLogin #blog_post,
  #notLogin #blog_detail,
  #notLogin #blogSection,
  #notLogin #blog,
  #notLogin #services,
  #notLogin #api,
  #notLogin #faq,
  #notLogin #terms,
  #notLogin #updates,
  #notLogin #refund-policy,
  #notLogin #child-panels,
  #notLogin #affiliates {
    padding-top: 20px !important;
    margin-top: 0 !important;
  }
}

/* Page Section container border (day/night) */
#blog_post,
#pageSection {
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
}

.nightmode #blog_post,
.nightmode #pageSection,
.dashboard.nightmode #blog_post,
.dashboard.nightmode #pageSection {
  border: none !important;
  box-shadow: none !important;
}

#api pre {
  background: var(--bg-darkmode);
  padding: 50px 20px;
  border-radius: 20px;
  color: var(--text-white);
}

.dashboard.nightmode #api table tr th {
  color: var(--text-white);
}

#notLogin #api .card.card_v2 {
  background: var(--bg-sidebar-day);
  border: 1px solid transparent;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  border-radius: 15px;
}

#notLogin #api .card.card_v2 .card-body {
  padding: 1rem;
}

#notLogin #api #def_side_title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 1rem;
}

#notLogin #api #def_side_title .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--bg-daymode);
  color: var(--text-black);
  border-radius: 10px;
  font-size: 20px;
}

#notLogin #api #def_side_title .icon i {
  color: var(--text-black) !important;
}

#notLogin #api #def_side_title .name {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-black);
  margin: 0;
}

/* Dark mode support for API page */
.nightmode #notLogin #api .card.card_v2 {
  background: var(--bg-darkmode);
  border: 1px solid var(--border-dark);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.nightmode #notLogin #api #def_side_title .name {
  color: var(--text-white);
}

.nightmode #notLogin #api #def_side_title .icon {
  background: var(--dark-text-primary);
  color: var(--bg-darkmode);
}

.nightmode #notLogin #api #def_side_title .icon i {
  color: var(--bg-darkmode) !important;
}

/*
*
* Service Page
*
*/
.cat_btn_filter {
  background: var(--primary-gradient);
  padding: 10px 10px;
  width: 100%;
  color: var(--text-white);
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
}

#currency_changer .btn.btn-primary.dropdown-toggle {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  background: var(--primary-gradient);
  padding: 12px 25px;
  border-radius: 50px;
  border: none;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
  width: 100%;
  text-align: center;
}

.dashboard.nightmode #currency_changer .btn.btn-primary.dropdown-toggle {
  background: var(--dark-text-primary);
}

.cat_btn_filter:hover {
  color: var(--bg-sidebar-day);
}

#catList {
  display: none;
}

#currency_changer {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.dashboard.nightmode .cat_btn_filter {
  background: var(--dark-text-primary);
  color: var(--bg-darkmode);
}

#currency_changer .dropdown .dropdown-toggle {
  width: 100%;
}

#currencies-list.openNow {
  display: block;
  width: 100%;
}

.dashboard.nightmode .dropdown-menu {
  background: var(--bg-darkmode);
}

.dashboard.nightmode .dropdown-menu li a {
  color: var(--text-white);
}

.dashboard.nightmode .dropdown-item:focus,
.dashboard.nightmode .dropdown-item:hover {
  background: var(--dark-text-primary);
  color: var(--bg-darkmode) !important;
}

#cat_filter {
  position: relative;
}

#cat_filter #catList {
  position: absolute;
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
  background: var(--bg-input);
  z-index: 1;
}

.dashboard.nightmode #cat_filter #catList {
  background: var(--bg-sidebar-night);
}

#cat_filter #catList button {
  width: 100%;
  display: block;
  padding: 8px;
  text-align: left;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--text-black);
}

#cat_filter #catList button:hover {
  background: var(--bg-menu-active);
  color: var(--text-white);
}

.dashboard.nightmode #cat_filter #catList button:hover {
  background: var(--dark-text-primary);
  color: var(--text-white);
}

.dashboard.nightmode #cat_filter #catList button {
  color: var(--text-white);
}

#catList.openFilter {
  display: block;
}

#services .card,
#services .card-body {
  overflow: visible !important;
}

#cat_filter .dropdown-menu {
  max-height: 380px;
  overflow-y: auto;
  z-index: 1050;
  border-radius: 10px;
}

.text_imp {
  color: var(--text-primary);
}

.dashboard.nightmode .text_imp {
  color: var(--dark-text-primary);
}

/* Dashboard page design */
#dashboard .user_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#dashboard .user_info .text_info h5 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
  color: #232323;
}

#dashboard .user_info .text_info h4 {
  font-size: 16px;
  margin: 0;
  color: #232323;
  font-weight: bold;
}

#dashboard .user_info .icon_info {
  color: #232323;
}

.dashboard.nightmode #dashboard .user_info .text_info h5,
.dashboard.nightmode #dashboard .user_info .text_info h4 {
  color: var(--text-white);
}

.dashboard.nightmode #dashboard .user_info .icon_info {
  color: var(--text-white);
}

.btn_ac_benefit {
  position: absolute;
  width: 140px;
  align-items: center;
  height: 40px;
  border: none;
  font-size: 18px;
  gap: 10px;
  display: flex;
  color: var(--text-white);
  top: 15px;
  background: var(--text-primary);
  border-radius: 10px;
  justify-content: center;
  right: 15px;
}

.dashboard.nightmode .btn_ac_benefit {
  background: var(--dark-text-primary);
}

.acc_benefit_cont {
  min-height: 280px;
}

.acc_spend_status {
  width: 87%;
  font-weight: bold;
  display: grid;
  grid-template-columns: 100px 50px 200px;
  margin-bottom: 5px;
}

.dashboard.nightmode .btn_ac_benefit {
  color: var(--text-white);
}

.dashboard.nightmode .acc_spend_status {
  color: var(--text-white);
}

/* Show more btn styles */

#show_more_wrap {
  color: var(--text-black);
  padding: 8px 16px;
  background: transparent;
  border-radius: 8px;
  margin-bottom: 4px;
  transition: all 0.25s ease;
}

.nightmode #show_more_wrap {
  color: var(--text-white);
}

#show_more_wrap:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text-primary);
}

.nightmode #show_more_wrap:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--dark-text-primary);
}

#showMore {
  width: 100%;
  display: flex;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#more_menu {
  display: none;
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
  border-radius: 10px;
  background: var(--bg-daymode);
  padding: 6px 8px;
}

.dashboard.nightmode #more_menu,
.nightmode #more_menu {
  background: var(--bg-darkmode);
}

.dashboard:not(.nightmode) #more_menu {
  background: var(--bg-daymode) !important;
}

#more_menu.active_more_menu {
  display: block;
}

.modal_status_close {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 16px;
  width: 34px;
  height: 34px;
  background: var(--text-primary);
  border-radius: 50%;
  color: var(--text-white);
  z-index: 999999;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border: none;
}

.nightmode .modal_status_close {
  background: var(--dark-text-primary);
}

.status_modal .nav-pills .nav-link {
  background: #80808036;
  color: var(--text-primary);
  border-radius: 10px;
  transition: 0.5s;
  margin-bottom: 5px;
}

.nightmode .status_modal .nav-pills .nav-link {
  background: var(--bg-darkmode);
}

.status_modal .nav-pills .nav-link.active {
  background: var(--text-primary);
  color: var(--text-white);
}

.status_modal .tab-content {
  background: #e4e4e4;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid var(--text-primary);
}

.nightmode .status_modal .tab-content {
  background: var(--bg-darkmode);
  border-color: var(--border-dark);
  color: var(--text-white) !important;
}

.nightmode .modal-body.status_modal {
  background: var(--bg-sidebar-night);
}

ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #7367f01c;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  color: #4916bf;
}

ul.pagination li.active a {
  background: linear-gradient(233deg, #ef9f26 22.58%, #53de78 88.75%);
}

.nightmode ul.pagination li a {
  background: #00ffa330;
  color: #d92d52;
}


.sidebar_menu_icon {
  background: none;
  border: none;
  color: var(--text-black);

  font-size: 30px;
  padding: 5px;
}


.nightmode .sidebar_menu_icon {
  color: var(--text-white);

}

.close_btn_phone {
  display: none;
}

/*
*
*   Responsive area start 
*
*/
@media only screen and (max-width: 1600px) {
  .order_page .order_link_wrap a.order_link {
    width: 200px;
    font-size: 14px;
  }

  .order_page .order_service {
    width: 150px;
    font-size: 14px;
  }

  .order_page a.serv_id {
    font-size: 14px;
  }

  /* Services table: slightly narrower service name on large-but-not-huge screens */
  .services_table td.service-name {
    min-width: 180px;
    max-width: 240px;
  }

  .services_page .service-name .service-title-text {
    max-width: clamp(140px, 16vw, 240px);
  }
}

@media only screen and (max-width: 1250px) {
  .logo_off_nav {
    display: inline-block;
    width: 250px;
  }

  #page_info {
    flex-direction: column;
    align-items: center;
  }

  #page_info .item {
    text-align: center;
  }

  .dashboard .details_2 {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 991px) {
  #main_container .sidebar {
    transform: translate(-300px);
    top: 0 !important;
    z-index: 100 !important;
  }

  #main_container.toogle_sidebar .sidebar {
    transform: translate(0px);
  }

  .close_btn_phone {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 50px;
    border: none;
    right: 6px;
    background: #ff606069;
    color: #ff6060;
  }

  #main_container .content_area {
    padding-left: 0px !important;
  }

  #main_container .content_area .top_header {
    width: 100%;
  }

  .logo_off_nav {
    display: inline-block;
  }

  #page_info {
    flex-direction: column;
    align-items: center;
  }

  #page_info .item {
    text-align: center;
  }

  .dashboard .details_2 {
    grid-template-columns: 1fr;
  }

  /* Services: tighter service name column on tablet */
  .services_table td.service-name {
    min-width: 160px;
    max-width: 200px;
  }

  .services_page .service-name .service-title-text {
    max-width: clamp(120px, 22vw, 200px);
  }

  .services-category {
    font-size: 14px;
    padding: 8px 14px;
  }

  .services-category .cat-icon {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .user_settings .menu_text {
    display: none;
  }

  .logo_off_nav {
    display: inline-block;
  }
}

@media only screen and (max-width: 550px) {
  #main_container.toogle_sidebar .content_area>.content {
    filter: blur(5px);
    pointer-events: none;
    overflow: hidden;
  }

  .logo_off_nav img {
    width: 150px;
  }

  .user_settings .telegram {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .day_night_btn {
    font-size: 15px;
    width: 55px;
  }

  .day_night_btn .active_circle {
    width: 30px;
    height: 30px;
    top: -4px;
    right: -2px;
  }

  .nightmode .day_night_btn .active_circle {
    transform: translate(-28px);
  }

  .dropdown-toggle.btn_profiles {
    padding: 2px;
    border-radius: 50px;
  }

  .dropdown-toggle.btn_profiles::after {
    display: none;
  }

  .dropdown-toggle.btn_profiles img {
    width: 100%;
    height: 100%;
  }

  .dashboard .details_2 {
    grid-template-columns: 1fr;
  }

  .filter_btn_wrap {
    grid-template-columns: repeat(4, 1fr);
    height: 150px;
    overflow: hidden;
    overflow-y: auto;
    grid-gap: 8px 10px;
  }

  .filter_btn_wrap .btn_filter {
    font-size: 20px;
    padding: 5px;
    border-width: 1px;
  }

  .filter_btn_wrap .btn_filter .filter_txt {
    display: none;
  }

  .dashboard.nightmode .filter_btn_wrap .btn_filter {
    border-width: 1px;
  }

  .card.card_v2 .card-body {
    padding: 0.6rem;
  }

  .tab_btn_wrap {
    width: 100%;
    /* justify-content: space-between; */
    gap: 15px;
  }

  .nav-pills .nav-link {
    font-size: 16px;
    padding: 0.5rem 1rem;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    font-size: 16px;
    padding: 0.5rem 1rem;
  }

  .dashboard .details_data .item .item_content h3 {
    font-size: 16px;
  }

  .dashboard .details_data .item .item_content p {
    font-size: 14px;
  }

  .dashboard .details_data .item {
    height: 40px;
    gap: 10px;
    padding: 10px;
  }

  .dashboard .details_data .item .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .dashboard .details_data .item h3 {
    font-size: 14px;
  }

  /* Table */
  #table {
    padding: 0px;
  }

  #table .table tr {
    font-size: 14px;
  }

  .dashboard #table .btn-primary.btn_serv {
    font-size: 14px;
    padding: 3px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .table-responsive table {
    width: 1500px;
  }

  /* Services table: auto-fit, horizontally scrollable, no fixed 1500px */
  .table-responsive .services_table {
    width: auto;
    min-width: 900px;
  }


  #table .category_title {
    font-size: 16px;
  }

  #affiliates .affiliate_wrap {
    grid-template-columns: 1fr;
  }

  #currency_changer {
    margin-bottom: 1rem;
  }

  .drop_dwon_menu {
    margin-bottom: 1rem;
  }

  .hide_phone {
    display: none;
  }

  #page_info .item h4 {
    font-size: 14px;
    line-height: 1.1;
  }

  .user_data .user_balance {
    padding: 8px 0px;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .user_data .user_wrap {
    margin-bottom: 5px;
  }

  .user_data {
    margin-bottom: -15px;
  }

  #main_container .sidebar .logo {
    margin-bottom: 0px;
  }

  .sidebar_menu {
    height: calc(100vh - 200px);
  }

  .user_data .total_data {
    padding: 10px 12px;
  }

  .v2_avatar img {
    width: 50px;
    margin-bottom: 0;
  }

  .v2_user_info h5 {
    font-size: 14px;
  }

  .user_data .user_balance {
    font-size: 13px;
  }

  .user_data .user_balance {
    padding: 5px 0px;
    box-shadow: 0 2px 4px rgb(19 5 52 / 61%);
    border-radius: 4px;
  }

  .user_data .user_info .msg {
    font-size: 14px;
  }

  .user_data .user_info h2 {
    font-size: 16px;
  }

  .user_data .avatar {
    width: 40px;
  }

  #main_container .sidebar .logo {
    text-align: center;
  }

  #main_container .sidebar .logo .logo_img {
    width: 180px;
  }

  .sidebar_menu .menu_item {
    padding: 3px 15px;
    margin-bottom: 2px;
  }

  .search-orders-at-new-order .input-group .form-control {
    height: 35px !important;
  }

  /* Services page - mobile (≤550px) */
  .services_table tr {
    font-size: 13px;
  }

  .services_table td.service-name {
    min-width: 140px;
    max-width: 170px;
  }

  .services_page .service-name .service-title-text {
    max-width: clamp(100px, 30vw, 160px);
    font-size: 12px;
  }

  .services-category {
    font-size: 13px;
    padding: 7px 12px;
    border-radius: 8px;
    gap: 8px;
  }

  .services-category .cat-icon {
    font-size: 16px;
  }

  .btn-details-cell {
    padding: 4px 10px;
    font-size: 11px;
  }

  .btn-order-cell {
    padding: 4px 10px;
    font-size: 11px;
  }

  .servis_id.order_id {
    font-size: 11px;
    padding: 1px 6px;
  }
}

@media only screen and (max-width: 480px) {}

/*
*
*
*
*=================== SIGN IN PAGE CSS START FROM HERE =======================================
*
*
*/

section.formSec {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 150px 0 50px;
  overflow: hidden;
  margin: 0;
}

section.formSec h1 {
  margin: 0;
  font-size: 49px;
  font-weight: 600;
}

section.formSec p {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-primary);
  /* margin: 30px 0 50px; */
  width: 70%;
  margin: 10px 0 20px;
}

.banner-app-mock {
  position: relative;
  width: 272px;
}

.banner-app-mock .main-img {
  margin-top: 21px;
  width: 100%;
  height: 250px;
}

.input-group .btn {
  z-index: 0;
}

.noAuth .form-group.inputDiv {
  position: relative;
}

.noAuth .form-group.inputDiv span {
  position: absolute;
  background: var(--text-primary);
  display: flex;
  width: 46px;
  height: 46px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: var(--text-white);
  left: 6px;
  top: 4px;
}

.my-form input[type="text"],
.my-form input[type="password"],
.my-form input[type="email"] {
  background: none;
  box-shadow: none;
  border: 0.8px solid var(--text-primary);
  height: 55px;
  font-size: 14px;
  width: 100%;
  padding-left: 80px;
  border-radius: 50px;
  width: 100%;
}

.my-form .btn.btn-default {
  background: var(--text-primary);
  border-color: var(--text-primary);
  border-radius: 50px;
  width: auto;
  font-size: 14px;
  font-weight: 400;
  height: 55px;
  width: 100%;
  position: relative;
  color: var(--text-white);
}

.checkbox label {
  color: var(--text-primary);
  font-size: 16px;
  margin: 0;
}

section.sclSlider {
  padding: 40px 0;
  text-align: center;
}

.noAuth .stat-wrap {
  background-color: var(--bg-sidebar-day);
  box-shadow: none;
  display: block;
  border-radius: 0;
  background-image: none;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 0 10px var(--bg-card-day);
  border-radius: 15px;
  border: 0.8px solid var(--text-primary);
}

.noAuth .stat-icon {
  width: auto;
  height: auto;
  box-shadow: none;
  border: none;
}

.stat-icon i {
  font-size: 46px;
  color: var(--text-primary);
}

.stat-wrap:hover .stat-icon i {
  animation: tada 3s infinite;
}

.stat-desc {
  padding: 22px 22px 0;
}

.stat-desc h5 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 25px;
}

.stat-desc h5::before {
  content: "";
  width: 112px;
  height: 8px;
  display: block;
  background-color: var(--text-primary);
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
}

.stat-desc h5::after {
  content: "";
  width: 72px;
  height: 8px;
  display: block;
  background-color: var(--text-primary);
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}

.stat-desc p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  margin-top: 25px;
}

.noAuth section {
  position: relative;
}

section.whatWeOffer {
  padding: 80px 0 40px;
  overflow: hidden;
}

section.whatWeOffer h2.heading~p {
  text-align: center;
  width: 65%;
  margin: 0 auto 60px;
}

section.weOffer .col-sm-3 {
  padding: 0 10px;
}

section.whatWeOffer .singleOfr {
  background-color: var(--bg-sidebar-day);
  padding: 35px 25px;
  box-shadow: 0 10px 10px 5px #36268208;
  min-height: 330px;
}

section.whatWeOffer .singleOfr span {
  display: block;
  width: 100px;
  height: 110px;
  line-height: 110px;
  margin: 0 0 25px;
}

section.whatWeOffer img.mickeyMouse {
  right: -50px;
  top: -100px;
}

section.whatWeOffer .singleOfr h3.heading {
  position: relative;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0 0 35px;
}

section.whatWeOffer .singleOfr h4 {
  font-size: 82px;
  line-height: 62px;
  margin-top: 0;
  color: var(--text-primary);
}

.heading.bordered.l-b::before,
.heading.bordered.l-b::after {
  left: 0 !important;
  right: auto;
}

section.whatWeOffer .singleOfr p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

section.whatWeOffer .row.shadedRow {
  margin-bottom: 60px;
}

section.whatWeOffer .row.shadedrow::after,
section.stat-sec .row.shadedRow::after {
  content: "";
  height: 60px;
  width: 100%;
  display: block;
  background-size: 100%;
}

section.easyTo {
  padding: 0 0 80px;
}

section.easyTo img {
  margin: -20px 0 0 -30px;
}

.heading.bordered {
  position: relative;
  color: var(--text-primary);
}

h2.heading.l-b {
  text-align: left;
}

section.easyTo h2~p {
  margin: 0 0 40px;
}

section.easyTo.connected {
  padding: 80px 0 160px;
}

section.easyTo.connected img {
  margin: 0 -10px 0 auto;
  display: block;
}

section.happyUser {
  text-align: center;
  background-color: #58a0ff;
  padding: 115px 0 40px;
  position: relative;
}

section.happyUser img.mickeyMouse {
  top: -205px;
  left: 0;
  right: 0;
  margin: auto;
}

section.happyUser h2 {
  color: var(--text-white);
  font-size: 49px;
  font-weight: 600;
  margin: 0 0 10px;
}

section.happyUser h2~h3 {
  font-size: 30px;
  color: var(--text-white);
  margin: 0 0 60px;
  font-weight: 600;
}

.happyUser p,
.happyUser h4 {
  color: var(--text-white);
}

section.happyUser .pInfo {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
}

section.happyUser .pInfo span {
  background-color: var(--bg-sidebar-day);
  border-radius: 70px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  margin-right: 25px;
  box-shadow: 0 5px 10px 0 #36268233;
}

section.happyUser .pInfo span img {
  max-width: 70px;
}

section.happyUser .pInfo h3 {
  margin: 0 0 5px;
  font-size: 30px;
  font-weight: 600;
  color: var(--text-white);
}

section.happyUser .pInfo p {
  margin: 0;
  color: var(--text-white);
  font-weight: 400;
}

section.happyUser .uniBtn {
  margin: 60px auto 0;
  background-color: #816ad6;
}

section.serWeOffer {
  padding: 80px 0 50px;
  text-align: center;
}

.box .nav.nav-tabs {
  display: block;
  width: 96%;
  margin: 0;
  border: 0;
}

h2.heading {
  font-size: 49px;
  font-weight: 600;
  text-align: center;
}

.heading.bordered::before,
.heading.bordered::after {
  content: "";
  width: 112px;
  height: 8px;
  display: block;
  background-color: var(--text-primary);
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
}

.heading.bordered::after {
  width: 77px;
  bottom: 1px;
}

section.happyUser img.mickeyMouse {
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

section.happyUser h2 {
  color: var(--text-white);
  font-size: 49px;
  font-weight: 600;
  margin: 0 0 10px;
}

n.happyUser h2~h3 {
  font-size: 30px;
  color: var(--text-white);
  margin: 0 0 60px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .box .nav.nav-tabs li {
    margin: 3px 0 !important;
  }
}

section.serWeOffer .tab-content h2 {
  font-size: 49px;
  font-weight: 600;
  margin: 0 0 20px;
}

section.serWeOffer .nav-link {
  text-align: center;
}

.forActive {
  display: none;
}

.nav-link.active>img {
  display: none;
}

.nav-link.active .forActive {
  display: inline;
}

.social-slider .slick-slide img {
  text-align: center;
  display: inline;
}

section.serWeOffer .nav-link.active {
  background: transparent;
  text-align: center;
}

.uniBtn {
  text-decoration: none;
  background-color: var(--dark-text-primary);
  display: block;
  max-width: 210px;
  text-align: center;
  padding: 19px 20px;
  border-radius: 50px;
  font-size: 14px;
  color: var(--text-white) !important;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 30px;
}

.testimonial .slick-slide .userReview .bg {
  background-color: var(--text-primary);
  color: var(--text-white);
  min-height: 340px;
  padding: 30px 30px 40px;
}

.testimonial .slick-slide:nth-child(2n) .userReview .bg {
  background-color: var(--dark-text-primary);
  color: var(--bg-darkmode);
}

.testimonial .slick-slide .userReview img.quote {
  display: block;
  margin: 0 0 -10px auto;
}

.testimonial .slick-slide .userReview span.userImg {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  overflow: hidden;
  margin: 0 0 30px;
}

.testimonial .slick-slide .userReview p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.testimonial .slick-slide .userReview span.date {
  display: block;
  margin: 30px 0 0;
  font-size: 12px;
}

.testimonial .slick-slide .userReview span.date i {
  font-size: 16px;
  margin-right: 13px;
}

.testimonial .slick-slide .userReview .author {
  background-color: var(--bg-sidebar-day);
  padding: 25px 10px;
  text-align: center;
}

.testimonial .slick-slide .userReview .author p {
  font-weight: 300;
  color: #29375a;
  margin: 0 0 5px;
}

.testimonial .slick-slide .userReview .author img.rating {
  display: block;
  margin: auto;
}

a {
  text-decoration: none !important;
}

footer {
  padding: 80px 0 0;
}

footer .col-sm-3:nth-child(2),
footer .col-sm-3:nth-child(3) {
  padding-left: 80px;
}

footer img.ftrLogo {
  margin-bottom: 15px;
}

footer p {
  font-size: 13px;
  color: #3f3b50;
  margin: 0 0 30px;
  font-weight: 400;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul.cntctInfo li {
  display: flex;
  margin: 0 0 15px;
}

footer ul li {
  margin: 0 0 7px;
}

footer ul.cntctInfo li i {
  font-size: 18px;
  color: #58a0ff;
  width: 28px;
  margin-right: 5px;
}

footer ul li a {
  font-size: 13px;
  color: #3f3b50;
}

footer h4 {
  margin: 35px 0 30px;
  font-size: 18px;
  font-weight: 600;
}

footer div.input-group {
  border: 1px solid #362682;
  padding: 5px;
  border-radius: 40px;
  background-color: var(--bg-sidebar-day);
}

footer div.input-group input {
  border-radius: 40px;
  border: 0;
  background-color: var(--bg-sidebar-day);
  box-shadow: none !important;
  height: 40px;
  font-size: 13px;
}

footer div.input-group input::placeholder {
  color: #362682;
}

footer div.input-group .input-group-addon {
  border: 0;
  border-radius: 40px;
  background-color: transparent;
  padding: 0;
}

footer div.input-group .input-group-addon button.sendBtn {
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
}

footer div.ftrStrip {
  background-color: #362682;
  padding: 20px 0;
  margin: 60px 0 0;
}

footer div.ftrStrip p {
  color: var(--text-white);
  margin: 0;
  font-weight: 400;
}

footer div.ftrStrip ul {
  text-align: right;
}

footer div.ftrStrip ul li {
  display: inline-block;
  margin: 0 0 0 30px;
}

footer div.ftrStrip ul li a {
  text-decoration: none;
  color: var(--text-white);
}

/* Keyframes */

@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }

  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(-3deg);
  }

  20% {
    -webkit-transform: rotate(-3deg);
  }

  30% {
    -webkit-transform: rotate(3deg);
  }

  40% {
    -webkit-transform: rotate(-3deg);
  }

  50% {
    -webkit-transform: rotate(3deg);
  }

  60% {
    -webkit-transform: rotate(-3deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
  }

  80% {
    -webkit-transform: rotate(-3deg);
  }

  90% {
    -webkit-transform: rotate(3deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes tada {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(-3deg);
  }

  20% {
    transform: rotate(-3deg);
  }

  30% {
    transform: rotate(3deg);
  }

  40% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(3deg);
  }

  60% {
    transform: rotate(-3deg);
  }

  70% {
    transform: rotate(3deg);
  }

  80% {
    transform: rotate(-3deg);
  }

  90% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#order_average_time {
  display: none !important;
}

/* New Changes */

.tab_btn_wrap,
#newOrderTabsWrap #pills-tab,
#addFundsTabsWrap #pills-addfunds {
  width: 100%;
  gap: 5px;
  background: var(--bg-tab-wrapper);
  padding: 8px;
  border-radius: 12px;
  display: flex;
}

.tab_btn_wrap .nav-item,
#newOrderTabsWrap #pills-tab .nav-item,
#addFundsTabsWrap #pills-addfunds .nav-item {
  flex: 1;
  width: auto;
}

.tab_btn_wrap .nav-item .nav-link,
#newOrderTabsWrap #pills-tab .nav-item .nav-link,
#addFundsTabsWrap #pills-addfunds .nav-item .nav-link {
  width: 100%;
  text-align: center;
  background: transparent;
  color: var(--text-primary);
  border: 0.8px solid var(--text-primary);
  padding: 8px 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.tab_btn_wrap .nav-item .nav-link.active,
#newOrderTabsWrap #pills-tab .nav-item .nav-link.active,
#addFundsTabsWrap #pills-addfunds .nav-item .nav-link.active {
  background: var(--text-primary);
  color: var(--text-white);
  border-color: var(--text-primary);
}

.dashboard.nightmode .tab_btn_wrap,
.nightmode .tab_btn_wrap,
.dashboard.nightmode #newOrderTabsWrap #pills-tab,
.dashboard.nightmode #addFundsTabsWrap #pills-addfunds {
  background: var(--bg-darkmode);
}

.dashboard.nightmode .tab_btn_wrap .nav-item .nav-link,
.nightmode .tab_btn_wrap .nav-item .nav-link,
.dashboard.nightmode #newOrderTabsWrap #pills-tab .nav-item .nav-link,
.dashboard.nightmode #addFundsTabsWrap #pills-addfunds .nav-item .nav-link {
  color: var(--text-white);
  border-color: var(--dark-text-primary);
}

.dashboard.nightmode .tab_btn_wrap .nav-item .nav-link.active,
.nightmode .tab_btn_wrap .nav-item .nav-link.active,
.dashboard.nightmode #newOrderTabsWrap #pills-tab .nav-item .nav-link.active,
.dashboard.nightmode #addFundsTabsWrap #pills-addfunds .nav-item .nav-link.active {
  background: var(--dark-text-primary);
  color: var(--bg-darkmode);
  border-color: var(--dark-text-primary);
}

.search_byId>.search {
  border-radius: 0px 10px 10px 0px;
}

.card.card_v2 {
  border: 0.8px solid transparent;
  border-radius: 15px;
}

/* Dashboard (login) pages card styling */
.dashboard .card.card_v2 {
  background-image:
    linear-gradient(var(--bg-sidebar-day), var(--bg-sidebar-day)),
    linear-gradient(to bottom, #7367F0, #8F85F3);
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin-bottom: 15px;
}

/* Dashboard night mode cards */
.dashboard.nightmode .card.card_v2 {
  background-image:
    linear-gradient(#1e2130, #1e2130),
    linear-gradient(to bottom, #7367F0, #8F85F3);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

/* Non-login pages card styling */
#notLogin .card.card_v2 {
  background: var(--bg-sidebar-day);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

/* Night mode for non-login cards */
.nightmode #notLogin .card.card_v2 {
  background: var(--bg-darkmode);
  border: 1px solid var(--border-dark);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Night mode for API page cards specifically */
.nightmode #notLogin #api .card.card_v2 {
  background: var(--bg-darkmode);
  border: 1px solid var(--border-dark);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Child Panel Order Page */
.card.card_v2.child_step {
  margin-bottom: 0px;
  border: none;
  background: var(--bg-daymode);
  box-shadow: none;
}

.nightmode .card.card_v2.child_step {
  background: var(--bg-darkmode);
}

.nightmode .card.card_v2 {
  /* border: 0.8px solid var(--border-dark); */
  background-image:
    linear-gradient(#1e2130, #1e2130),
    linear-gradient(to bottom, #7367F0, #8F85F3);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.child_panel_step {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.child_panel_step .left_item h6 {
  background: #ffb40047;
  display: inline-block;
  padding: 5px 15px;
  color: var(--text-black);
  border-radius: 0;
  margin: 0;
  margin-bottom: 10px;
  border-left: 4px solid var(--bg-secondary);
}

.nightmode .child_panel_step .left_item h6 {
  background: #00ffa369;
  color: var(--text-white);
  border-left: 4px solid var(--dark-text-primary);
}

.child_panel_step .left_item p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.child_panel_step .right_item i {
  font-size: 35px;
  margin-right: 20px;
  color: var(--text-primary);
}

.nightmode .child_panel_step .right_item i {
  color: var(--dark-text-primary);
}

.dns_info {
  margin-top: 20px;
  margin-bottom: 32px;
}

/* Child Panel Page Accordian*/
#child_faq {
  padding: 1rem 0 3rem 0;
}

#child_faq .accordion-item {
  margin-bottom: 10px;
  border-radius: 10px;
  background: transparent;
}

#child_faq .accordion-item .accordion-collapse {
  background: var(--bg-sidebar-day);
  border-radius: 0px 0px 10px 10px;
}

.nightmode .accordion-item .accordion-collapse {
  background: var(--bg-sidebar-night) !important;
}

.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 10px 10px 10px 10px;
  border-color: transparent;
  background: var(--bg-sidebar-day);
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 10px 10px 0px 0px;
  border-color: transparent;
  transition: 0.5s;
}

.nightmode .accordion-flush .accordion-item .accordion-button {
  background: var(--bg-sidebar-night);
  color: var(--text-white);
}

.accordion-button:not(.collapsed) {
  background: var(--text-primary);
  color: var(--text-white);
}

.for_phone {
  display: none;
}

@media only screen and (max-width: 550px) {
  .for_desktop {
    display: none;
  }

  .for_phone {
    display: block;
  }

  #newOrderTabsWrap #pills-tab {
    gap: 5px;
  }

  #newOrderTabsWrap #pills-tab .nav-item {
    width: calc(50% - 5px);
  }

  #newOrderTabsWrap #pills-tab .nav-item .nav-link {
    border-width: 1px;
    font-size: 14px;
  }

  #category-drop .dropdown-item,
  #orders-drop .dropdown-item {
    padding: 0.23rem 1rem;
    border-bottom: 1px solid var(--text-primary);
    font-size: 14px;
  }

  #category-drop,
  #orders-drop {
    /* height: 390px; */
    height: 444px;
    padding: 0px;
  }

  #orders-drop {
    height: 305px !important;
  }

  ul.pagination li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #7367f01c;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    margin-right: 2px;
  }

  #child_panel .card.card_v2.child_step {
    margin-bottom: 8px;
  }

  #child_panel .card.card_v2.child_step .card-body {
    padding: 1rem;
  }

  .nightmode .alert.alert-info.dns_info {
    background: var(--dark-text-primary) !important;
    border-color: var(--dark-text-primary) !important;
    color: var(--text-white) !important;
  }
}

/* Footer Design Started */

footer {
  padding: 2rem 0;
}

#footerV2 {
  background: url(https://storage.perfectcdn.com/hmz1fi/f33oq7i66czlwtj4.jpg);
  background-size: cover;
  background-position: top center;
}

#footerV2 .row.footer_top {
  padding: 3rem 0;
}

#footerV2 .footer_link .link_item {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  font-size: 18px;
}

#footerV2 .footer_link .link_item .icon i {
  color: var(--bg-secondary);
}

#footerV2 .footer_link .link_item a {
  color: var(--text-white);
  text-decoration: none;
  transition: 0.5s;
}

#footerV2 .footer_link .link_item a:hover {
  color: var(--bg-secondary);
}

#footerV2 .footer_bottom_links {
  padding: 1rem 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--text-white);
}

#footerV2 .footer_bottom_links span,
#footerV2 .footer_bottom_links a {
  color: var(--text-white);
  transition: 0.5s;
}

#footerV2 .footer_bottom_links a:hover {
  color: var(--bg-secondary);
}

#footerV2 .footer_v2_logo img {
  max-width: 260px;
}

.hr_primary {
  background: var(--bg-secondary);
  height: 3px !important;
  opacity: 1;
}

@media only screen and (max-width: 550px) {
  #footerV2 .footer_bottom_links {
    gap: 10px;
    column-gap: 18px;
  }

  .footer_v2_logo {
    text-align: center;
    margin-bottom: 15px;
  }

  #footerV2 .row.footer_top {
    padding: 2rem 0;
  }

  .hr_primary {
    height: 2px !important;
  }

  span.divid {
    display: none;
  }

  #footerV2 .footer_bottom_links span {
    width: 100%;
  }
}

/* Footer Design Ended */

/* Home Page Css Start  */
/* Hero Section Design Start From Here (removed) */
.showMob {
  display: none;
}

/* Login */
#login {
  margin-top: 30px;
}

#login .login_box {
  background: var(--text-white);
  padding: 50px 20px;
  border-radius: 15px;
}

.login_box .in_group {
  position: relative;
  margin-bottom: 15px;
}

.login_box .in_group .icon {
  position: absolute;
  font-size: 20px;
  top: 15px;
  left: 20px;
  color: var(--bg-secondary);
}

.login_box .in_group .in_control {
  width: 100%;
  height: 60px;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 15px;
  border-radius: 50px;
  border: 0.8px solid #cdbef0 !important;
  background: #f7f5fc;
}

.login_box .in_group .in_control:focus,
.login_box .in_group .in_control:active {
  box-shadow: none;
}

.login_box .btn-signin {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--text-primary);
  color: var(--text-white);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.5s;
}

.login_box .btn-signin:hover {
  background: var(--home-btn-hover);
}

/* Why Section Title */
#whySec {
  padding: 40px 0px;
  margin-top: 30px;
  background: url("https://res.cloudinary.com/grow-follows/image/upload/v1656760177/growfollows_home/why_bg_btcmwi.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding-bottom: 120px;
}

#whySec .why_title {
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  font-weight: bold;
  color: var(--text-black);
  text-align: center;
  margin-bottom: 50px;
}

#whySec .why_item {
  text-align: center;
  margin-top: 60px;
}

#whySec .why_item .why_item_wrap {
  position: relative;
  width: 95%;
  background: var(--text-white);
  margin: 0 auto;
  box-shadow: 0 0 15px var(--bg-card-day);
  padding: 35px 40px;
  border-radius: 20px;
}

#whySec .why_item .why_item_wrap .icon {
  width: 100px;
  margin: 0 auto;
  margin-top: -80px;
  margin-bottom: 20px;
}

#whySec .why_item .why_item_title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: var(--text-black);
  font-weight: bold;
  margin-bottom: 10px;
}

#whySec .why_item .why_content p {
  width: 90%;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-black);
}

/* Default Section Css */
#deafultSec {
  padding: 50px 0;
}

#deafultSec.bg_color_1 {
  background: #f9f7fe;
}

#deafultSec.bg_color_1.has_bg {
  background: url(https://storage.perfectcdn.com/hmz1fi/7pewfuztc7006m10.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

#deafultSec.bg_color_2.has_bg {
  background: url(https://storage.perfectcdn.com/hmz1fi/e9dxrp213gcog1bd.png);
  background-repeat: no-repeat;
  background-size: normal;
  background-position: right;
}

#deafultSec .def_sec_content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: var(--text-black);
  margin-bottom: 25px;
}

#deafultSec .def_sec_content p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: var(--text-black);
  line-height: 1.5;
  margin-bottom: 25px;
}

#deafultSec .def_sec_content .def_btn_wrap .def_btn {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--text-primary);
  color: var(--bg-darkmode);
  border-radius: 10px;
  padding: 10px 20px !important;
  transition: 0.5s;
}

#deafultSec .def_sec_content .def_btn_wrap .def_btn:hover {
  background: var(--home-btn-hover);
}

#deafultSec .def_right_img {
  position: relative;
}

#deafultSec .def_right_img .insc_size {
  max-width: 100%;
}

.sec_title .top_sm_title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: var(--home-hero-top-text);
  text-align: center;
  margin-bottom: 15px;
}

.sec_title .title_normal {
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  font-weight: bold;
  color: var(--text-black);
  text-align: center;
  margin-bottom: 50px;
}

.def_animations {
  display: grid;
  grid-template-columns: 1fr 10fr 1fr;
  position: relative;
}

.def_animations .animations_left img {
  position: absolute;
}

.def_animations .animations_right img {
  position: absolute;
}

.def_animations .main_img {
  max-width: 90%;
}

.def_animations .main_img img {
  animation: float 3s infinite;
}

.def_animations .def_icon1 {
  top: 250px;
  left: 130px;
  animation: tada 2s infinite;
}

.def_animations .def_icon2 {
  top: 350px;
  left: 130px;
  animation: float 4s infinite;
}

.def_animations .def_icon3 {
  top: 500px;
  left: 150px;
  animation: wobble-bottom 2s infinite;
}

.def_animations .def_icon4 {
  top: 190px;
  right: 100px;
  animation: heartBeat 3s infinite;
}

.def_animations .def_icon5 {
  top: 290px;
  right: 65px;
  animation: rotation 7s infinite;
}

.animations_float {
  animation: float 4s infinite;
}

/* Payment Methods */

#paymentSec {
  padding: 150px 0px;
  background: url(https://res.cloudinary.com/grow-follows/image/upload/v1656760174/growfollows_home/payment_method_bg_p4xqrp.jpg);
  background-size: cover;
  background-position: 0px -415px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.payment_item {
  position: relative;
  left: 0px;
  animation: paymentItem1 30s infinite;
}

.payment_item_2 {
  position: relative;
  right: 0px;
  animation: paymentItem2 30s infinite;
}

@keyframes paymentItem1 {
  0% {
    left: -500px;
  }

  50% {
    left: 0px;
  }

  100% {
    left: -500px;
  }
}

@keyframes paymentItem2 {
  0% {
    right: -500px;
  }

  50% {
    right: 0px;
  }

  100% {
    right: -500px;
  }
}

/* FAQ's Page */
#faq {
  padding: 100px 0px;
  background: url(https://storage.perfectcdn.com/hmz1fi/0wbfo7anbtn320i5.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Services Area Design */
#services_area {
  padding: 3rem 0rem;
  background: var(--text-white);
}

.top__title {
  color: var(--text-black);
  text-align: center;
}

.top__title h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--home-hero-top-text);
  text-align: center;
  margin-bottom: 5px;
}

.top__title h2 {
  font-size: 30px;
  font-weight: 800;
  color: var(--text-black);
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.top__title p {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}

#services__wraper .nav-pills .nav-link,
#services__wraper .nav-pills .show>.nav-link {
  cursor: pointer;
  width: 100px;
  padding: 0px;
  margin-right: 10px;
  background: transparent !important;
  border-bottom: 3px solid var(--bg-card-day);
  border-radius: 0px !important;
  transition: 0.5s;
}

#services__wraper .nav-pills .nav-link:hover,
#services__wraper .nav-pills .nav-link {
  cursor: pointer !important;
}

#services__wraper .nav-pills .nav-link.active {
  border-color: var(--text-primary);
  background: transparent !important;
  border-radius: 0px !important;
}

.tab_content_wraper {
  margin-top: 5rem;
}

.tab_content_wraper .tab__img {
  text-align: center;
}

.tab_content_wraper .tab__content h3 {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--text-black);
}

.tab_content_wraper .tab__content p {
  font-size: 16px;
  color: var(--text-black);
  margin-bottom: 10px;
}

.faqAcc .accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border-bottom: 0px;
  box-shadow: 0 0 10px #c6c6c66b;
}

/* Testimonials */
.whatPeopleSay {
  padding: 100px 0;
}

.testimonial_item .testimonials_wraper {
  position: relative;
  width: 92%;
  margin: 0 auto;
  background: var(--text-white);
  padding: 30px 50px;
  margin-bottom: 20px;
  box-shadow: 0 10px 37px #ddddddb0;
  margin-top: 60px;
  margin-bottom: 60px;
  top: -50px;
  cursor: pointer;
}

.testimonials .slick-slide:nth-child(odd) .testimonial_item .testimonials_wraper {
  top: 0px;
}

.testimonial_item .testimonials_wraper .testimoni_content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  color: var(--text-black);
  margin-bottom: 20px;
  min-height: 180px;
  max-height: 180px;
}

.testimonial_item .testimonials_wraper .testimoni_content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: var(--text-black);
  line-height: 30px;
}

.testimonial_item .testimonials_wraper .testimoni_content img {
  margin-bottom: 20px;
}

.testimonials .slick-slide:nth-child(odd) .testimonial_item .testimonials_wraper {
  background: var(--text-primary) !important;
}

.testimonial_item .testimonials_wraper .item_icon::after {
  content: "";
  background: url(https://res.cloudinary.com/grow-follows/image/upload/v1656760175/growfollows_home/quote_1_svjvm7.png);
  width: 45px;
  height: 45px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.testimonial .slick-slide:nth-child(odd) .testimonial_item .testimonials_wraper .item_icon::after {
  background: url(https://res.cloudinary.com/grow-follows/image/upload/v1656760176/growfollows_home/quote_2_z1gerb.png);
  width: 45px;
  height: 45px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.testimonial .slick-slide:nth-child(odd) .testimonial_item .testimonials_wraper .testimoni_content p,
.testimonial .slick-slide:nth-child(odd) .testimonial_item .testimonials_wraper .testimoni_content h4 {
  color: var(--bg-sidebar-day);
}

#single_blog_post,
#blog_post,
#blog_detail {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.blog_wraper,
.post_content {
  background: var(--bg-sidebar-day);
  padding: 25px;
  border: none;
  margin-bottom: 25px;
  box-shadow: none !important;
  border-radius: 15px !important;
}

.nightmode .blog_wraper,
.nightmode .post_content,
.dashboard.nightmode .blog_wraper,
.dashboard.nightmode .post_content {
  background: var(--bg-sidebar-night) !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--text-white) !important;
}

.nightmode .blog_content,
.nightmode .blog_body,
.nightmode .blog_meta,
.nightmode .blog_body *,
.nightmode .text-secondary,
.nightmode .text-muted,
.dashboard.nightmode .blog_content,
.dashboard.nightmode .blog_body,
.dashboard.nightmode .blog_meta,
.dashboard.nightmode .blog_body *,
.dashboard.nightmode .text-secondary,
.dashboard.nightmode .text-muted {
  color: var(--text-white) !important;
}

.blog_wraper .blog_img img {
  width: 100%;
  height: 200px;
  max-height: 200px;
  object-fit: cover;
}

.blog_content h4 {
  font-family: "Poppins", sans-serif;
  color: var(--text-black);
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  max-height: 100px;
}

.blog_content .blog_content {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: var(--text-black);
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.blog_content .blog_content>h1,
.blog_content .blog_content>h2,
.blog_content .blog_content>h3,
.blog_content .blog_content>h4,
.blog_content .blog_content>h5,
.blog_content .blog_content>h6,
.blog_content .blog_content>p,
.blog_content .blog_content>a,
.blog_content .blog_content>span,
.blog_content .blog_content>* {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  color: var(--text-black);
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.blog_btn_wrap {
  margin-top: 15px;
}

.blog_btn_wrap .btn.btn-primary {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  background: var(--primary-gradient);
  padding: 12px 25px;
  border-radius: 50px;
  border: none;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

.blog_btn_wrap .btn.btn-primary:hover {
  background: var(--bg-secondary);
  box-shadow: 0 0 5px var(--bg-card-day);
}

/* v2 qna section */
.sig_qna_wrap {
  width: 95%;
  margin: 0 auto !important;
  position: relative;
  background: #ffffff4d;
  padding: 10px 20px;
  border-radius: 15px;
  border: 0.8px solid rgba(115, 103, 240, 0.58);
  min-height: 470px;
  max-height: 470px;
  cursor: pointer;
}

.sig_qna_wrap .num_item {
  color: var(--text-primary);
  width: 70px;
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50px;
  margin-bottom: 15px;
  border: 0.8px solid rgba(115, 103, 240, 0.58);
}

.sig_qna_wrap .qna_cont h4 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.sig_qna_wrap .itm_btn {
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 25px;
}

.sig_qna_wrap .itm_btn a {
  font-size: 18px;
  font-weight: bold;
  color: var(--text-black);
  text-decoration: none;
  transition: 0.5s;
}

.sig_qna_wrap .itm_btn a:hover {
  color: var(--text-primary);
}

.sig_qna_wrap .qna_cont .txt {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--text-black);
  font-weight: normal;
  overflow: auto;
  max-height: 250px;
  margin-top: 15px;
}

/* width */
.sig_qna_wrap .qna_cont .txt::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.sig_qna_wrap .qna_cont .txt::-webkit-scrollbar-track {
  background: #ffffffd3;
}

/* Handle */
.sig_qna_wrap .qna_cont .txt::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.sig_qna_wrap .qna_cont .txt::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#faqSlider .slick-dots {
  bottom: -50px;
}

#faqSlider .slick-dots li button:before {
  font-size: 16px;
  color: var(--text-primary);
}

#faqSlider .slick-dots li {
  margin: 0;
}

/*
*
*
*
* Responsive Area Start For Home Page
*
*
*
*/

@media only screen and (max-width: 1260px) {

  /* hero rules removed */
  #login .login_box {
    padding: 30px 12px;
  }

  .login_box .btn-signin {
    height: 50px;
    font-size: 18px;
  }

  .login_box .in_group .in_control {
    height: 50px;
    font-size: 18px;
    padding-left: 40px;
  }

  .login_box .in_group .icon {
    font-size: 18px;
    top: 12px;
    left: 13px;
  }

  .forgot_password a {
    color: var(--text-black);
    font-size: 18px;
    text-decoration: none;
  }

  .no_account a {
    font-size: 18px;
    color: var(--text-black);
    text-decoration: none;
  }

  #whySec {
    margin-top: 0px;
    padding-bottom: 50px;
  }

  #whySec .why_title {
    font-size: 35px;
  }

  #whySec .why_item {
    margin-top: 50px;
  }

  #whySec .why_item .why_item_wrap {
    width: 100%;
    padding: 30px 22px;
    border-radius: 10px;
  }

  #whySec .why_item .why_item_wrap .icon {
    width: 90px;
    margin-top: -75px;
  }

  #whySec .why_item .why_item_title {
    font-size: 25px;
  }

  #whySec .why_item .why_content p {
    width: 100%;
    font-size: 16px;
  }

  #deafultSec {
    padding: 40px 0;
  }

  #deafultSec .def_sec_content h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  #deafultSec .def_sec_content p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  #deafultSec .def_sec_content .def_btn_wrap .def_btn {
    height: 50px;
    font-size: 18px;
  }

  #deafultSec .def_right_img .insc_size {
    max-width: 100%;
  }

  #paymentSec {
    padding: 50px 0;
  }

  .sec_title .top_sm_title {
    font-size: 25px;
    margin-bottom: 12px;
  }

  .sec_title .title_normal {
    font-size: 35px;
    margin-bottom: 35px;
  }

  .sec_title.mb-5 {
    margin-bottom: 2rem !important;
  }

  #paymentSec {
    background-position: 0px -40px;
  }

  .payment_item img {
    max-width: 1400px;
  }

  .payment_item_2 img {
    max-width: 1400px;
  }

  @keyframes paymentItem1 {
    0% {
      left: -800px;
    }

    50% {
      left: 400px;
    }

    100% {
      left: -800px;
    }
  }

  @keyframes paymentItem2 {
    0% {
      right: -200px;
    }

    50% {
      right: 1000px;
    }

    100% {
      right: -200px;
    }
  }

  #faq {
    padding: 50px 0px;
  }

  .faqAccordian .accordion-item .accordion-button {
    font-size: 18px;
  }

  .faqAccordian .accordion-body {
    font-size: 16px;
  }

  .sig_qna_wrap .qna_cont h4 {
    font-size: 20px;
  }

  .sig_qna_wrap .num_item {
    font-size: 25px;
    width: 60px;
    height: 60px;
  }

  .sig_qna_wrap .itm_btn a {
    font-size: 16px;
  }

  #testimonials {
    padding: 50px 0px;
  }

  .testimonial_item .testimonials_wraper {
    width: 90%;
    padding: 19px 20px;
  }

  .testimonial_item .testimonials_wraper .testimoni_content p {
    font-size: 18px;
    min-height: 150px;
    max-height: 150px;
    line-height: 28px;
  }

  .testimonials .slick-slide:nth-child(odd) .testimonial_item .testimonials_wraper .item_icon::after {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

  .testimonial_item .testimonials_wraper .testimoni_content img {
    margin-bottom: 12px;
    width: 120px;
  }

  .testimonial_item .testimonials_wraper .item_icon::after {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

  .testimonial_item .testimonials_wraper .testimoni_content h4 {
    font-size: 24px;
  }

  .def_animations .def_icon1 {
    top: 200px;
    left: 125px;
    width: 60px;
  }

  .def_animations .def_icon2 {
    top: 300px;
    width: 60px;
    left: 170px;
  }

  .def_animations .def_icon3 {
    top: 390px;
    left: 115px;
    width: 60px;
  }

  .def_animations .def_icon4 {
    top: 160px;
    right: 70px;
    width: 60px;
  }

  .def_animations .def_icon5 {
    top: 250px;
    width: 60px;
    right: 100px;
  }
}

@media only screen and (max-width: 992px) {
  #login .login_box {
    padding: 30px 12px;
  }

  .login_box .btn-signin {
    height: 45px;
    font-size: 16px;
  }

  .login_box .in_group .in_control {
    height: 45px;
    font-size: 16px;
    padding-left: 35px;
  }

  .login_box .in_group .icon {
    font-size: 16px;
    top: 10px;
    left: 14px;
  }

  .forgot_password a {
    color: var(--text-black);
    font-size: 16px;
    text-decoration: none;
  }

  .no_account a {
    font-size: 16px;
    color: var(--text-black);
    text-decoration: none;
  }

  #whySec {
    margin-top: 0px;
    padding-bottom: 40px;
  }

  #whySec .why_title {
    font-size: 30px;
  }

  #whySec .why_item {
    margin-top: 40px;
  }

  #whySec .why_item .why_item_wrap {
    width: 100%;
    padding: 30px 22px;
    border-radius: 10px;
  }

  #whySec .why_item .why_item_wrap .icon {
    width: 90px;
    margin-top: -75px;
  }

  #whySec .why_item .why_item_title {
    font-size: 20px;
  }

  #whySec .why_item .why_content p {
    width: 100%;
    font-size: 14px;
  }

  #deafultSec {
    padding: 40px 0;
  }

  #deafultSec .def_sec_content h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #deafultSec .def_sec_content p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  #deafultSec .def_sec_content .def_btn_wrap .def_btn {
    height: 45px;
    font-size: 16px;
  }

  #deafultSec .def_right_img .insc_size {
    max-width: 100%;
  }

  #paymentSec {
    padding: 40px 0;
  }

  .sec_title .top_sm_title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .sec_title .title_normal {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .sec_title.mb-5 {
    margin-bottom: 1.5rem !important;
  }

  #paymentSec {
    background-position: 0px -40px;
  }

  .payment_item img {
    max-width: 1400px;
  }

  .payment_item_2 img {
    max-width: 1400px;
  }

  @keyframes paymentItem1 {
    0% {
      left: -800px;
    }

    50% {
      left: 400px;
    }

    100% {
      left: -800px;
    }
  }

  @keyframes paymentItem2 {
    0% {
      right: -200px;
    }

    50% {
      right: 1000px;
    }

    100% {
      right: -200px;
    }
  }

  #faq {
    padding: 40px 0px;
    background-position: 0px -454px;
  }

  .faqAccordian .accordion-item .accordion-button {
    font-size: 16px;
  }

  .faqAccordian .accordion-body {
    font-size: 14px;
  }

  #testimonials {
    padding: 40px 0px;
  }

  .testimonial_item .testimonials_wraper {
    width: 95%;
    padding: 19px 20px;
  }

  .testimonial_item .testimonials_wraper .testimoni_content p {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonials .slick-slide:nth-child(odd) .testimonial_item .testimonials_wraper .item_icon::after {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
  }

  .testimonial_item .testimonials_wraper .testimoni_content img {
    margin-bottom: 10px;
    width: 100px;
  }

  .testimonial_item .testimonials_wraper .item_icon::after {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
  }

  .testimonial_item .testimonials_wraper .testimoni_content h4 {
    font-size: 20px;
  }

  .def_animations .def_icon1 {
    top: 120px;
    left: 50px;
    width: 40px;
  }

  .def_animations .def_icon2 {
    top: 195px;
    width: 60px;
    left: 85px;
  }

  .def_animations .def_icon3 {
    top: 265px;
    left: 40px;
    width: 50px;
  }

  .def_animations .def_icon4 {
    top: 90px;
    right: 40px;
    width: 50px;
  }

  .def_animations .def_icon5 {
    top: 185px;
    width: 50px;
    right: 25px;
  }
}

@media only screen and (max-width: 767px) {

  /* hero rules removed */
  #login .login_box {
    padding: 35px 15px;
    box-shadow: 0 5px 10px var(--bg-card-day);
  }

  .login_box .in_group .in_control {
    height: 45px;
    padding-left: 35px;
    font-size: 16px;
  }

  .login_box .in_group .icon {
    font-size: 18px;
    top: 10px;
    left: 14px;
  }

  .login_box .btn-signin {
    font-size: 14px;
    height: 40px;
    margin-top: 30px;
  }

  .login_box .in_group {
    margin-bottom: 10px;
  }

  .remember_me {
    margin-top: -70px;
  }

  .remember_me_has_cap {
    margin-top: -149px;
  }

  .noAuth .stat-wrap {
    margin-bottom: 10px;
  }

  .forgot_password {
    margin-top: 10px;
    text-align: center;
  }

  .forgot_password a {
    color: var(--text-black);
    text-decoration: none;
  }

  .no_account {
    margin-top: 10px;
    text-align: center;
  }

  .no_account a {
    color: var(--text-black);
    text-decoration: none;
  }

  #whySec {
    margin-top: 0px;
    padding: 40px 0;
  }

  #whySec .why_title {
    font-size: 25px;
  }

  #whySec .why_item .why_item_wrap .icon {
    margin: 0 auto;
    margin-top: -75px;
    width: 80px;
    margin-bottom: 10px;
  }

  #whySec .why_item {
    margin-top: 55px;
  }

  #whySec .why_item .why_item_title {
    font-size: 20px;
  }

  #whySec .why_item .why_content p {
    font-size: 16px;
    line-height: 1.4;
  }

  #deafultSec {
    padding: 40px 0px;
  }

  #deafultSec .def_sec_content h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
  }

  #deafultSec .def_sec_content h2 br {
    display: none;
  }

  #deafultSec .def_sec_content p {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 10px;
  }

  #deafultSec .def_sec_content .def_btn_wrap {
    text-align: center;
    margin-bottom: 20px;
  }

  #deafultSec .def_sec_content .def_btn_wrap .def_btn {
    width: 150px;
    height: 40px;
    font-size: 14px;
    margin: 0 auto;
  }

  #deafultSec .def_right_img .insc_size {
    max-width: 100%;
  }

  #paymentSec {
    padding: 40px 0px;
  }

  .sec_title .top_sm_title {
    font-size: 20px;
    margin-bottom: 10px !important;
  }

  .sec_title .title_normal {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .payment_item img {
    display: none;
  }

  .payment_item_2 img {
    display: none;
  }

  .showMob {
    display: block;
  }

  #paymentSec>.container>.row>.mb-5 {
    margin-bottom: 1rem !important;
  }

  #paymentSec {
    background-position: 0px 0px;
  }

  #faq {
    padding: 40px 0px;
  }

  #faq .sec_title.mb-5 {
    margin-bottom: 1rem !important;
  }

  #faq .sec_title .title_normal {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
  }

  .faqAccordian .accordion-item {
    margin-bottom: 5px;
  }

  .faqAccordian .accordion-item .accordion-button {
    font-size: 14px;
    padding: 8px;
  }

  #faq {
    background-position: 0px -278px;
  }

  .faqAccordian .accordion-item .accordion-body {
    font-size: 14px;
  }

  .faqAccordian .accordion-item .accordion-button::after {
    width: 0.7rem;
    height: 0.7rem;
    background-size: contain;
  }

  #testimonials {
    padding: 40px 0px;
  }

  .testimonial_item .testimonials_wraper {
    width: 95%;
  }

  .testimonial_item .testimonials_wraper .item_icon::after {
    width: 35px;
    height: 35px;
  }

  .testimonials .slick-slide:nth-child(odd) .testimonial_item .testimonials_wraper .item_icon::after {
    width: 35px;
    height: 35px;
  }

  .testimonial_item .testimonials_wraper {
    padding: 20px 15px;
  }

  .testimonial_item .testimonials_wraper .testimoni_content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .testimonial_item .testimonials_wraper .testimoni_content img {
    width: 90px;
    margin-bottom: 10px;
  }

  .testimonial_item .testimonials_wraper .testimoni_content h4 {
    font-size: 18px;
  }

  .def_animations .def_icon1 {
    top: 100px;
    left: 50px;
    width: 40px;
  }

  .def_animations .def_icon2 {
    top: 180px;
    left: 45px;
    width: 70px;
  }

  .def_animations .def_icon3 {
    top: 278px;
    left: 30px;
  }

  .def_animations .def_icon4 {
    top: 75px;
    right: 20px;
    width: 50px;
  }

  .def_animations .def_icon5 {
    top: 160px;
    right: 20px;
    width: 55px;
  }

  .sig_qna_wrap .qna_cont h4 {
    font-size: 18px;
  }

  .sig_qna_wrap .qna_cont .txt {
    font-size: 14px;
  }

  #faqSlider .slick-dots li button:before {
    font-size: 14px;
  }
}

#single_blog_post {
  margin-top: 35px;
}

.post_content {
  border: 0.8px solid #39139b;
  background: #f7f7f7;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.btn.btn-primary.back_btn {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  background: var(--primary-gradient);
  padding: 12px 25px;
  border-radius: 50px;
  border: none;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
  margin-bottom: 100px;
}

.benifit_name h4 {
  color: var(--text-primary);
}

.dashboard.nightmode .benifit_name h4 {
  color: var(--dark-text-primary);
}

/*
*
*
* Home Design CSS END
*
*/

#howItworks {
  min-height: 750px;
  background: url(https://res.cloudinary.com/grow-follows/image/upload/v1656760174/growfollows_home/How_It_Works_BG_dwkqph.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0px;
}

#howItworks .how_it_content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 55px;
  line-height: 1.2;
  color: var(--text-black);
}

#howItworks .how_it_content h1>span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: var(--home-hero-top-text);
}

#howItworks .how_it_content .how_btn .btn_how {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--text-white);
  background: var(--text-primary);
  width: 200px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s;
}

#howItworks .how_it_content .how_btn .btn_how:hover {
  background: var(--home-btn-hover);
}

#howItworks .how_img img {
  animation: float 3s ease infinite;
}

#howItWorksBox {
  padding: 150px 0px;
}

.how_works_btn_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
}

.how_works_btn_wrap .nav-link {
  font-family: "Poppins";
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--text-white);
  border-radius: 50px;
  padding: 8px;
  min-width: 260px;
  font-size: 20px;
  color: var(--text-black);
  font-weight: bold;
  box-shadow: 0 0 10px var(--bg-card-day);
  border: 0.8px solid var(--text-white);
}

.how_works_btn_wrap .nav-link .btn_serial {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  background: var(--bg-secondary);
  color: var(--text-black);
  font-weight: bold;
  border-radius: 50px;
}

.how_works_btn_wrap .nav-link.active {
  background: var(--text-white) !important;
  color: var(--text-black);
  border-color: var(--bg-secondary);
  cursor: pointer;
}

.how_it_works_tab_content {
  margin-top: 45px;
}

.how_item_content h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.how_item_content p {
  font-size: 16px;
  color: var(--text-black);
}

.how_item_content p>strong {
  font-weight: bolder;
  color: var(--text-primary);
}

.how_it_works_tab_content .tab-pane {
  background: var(--text-white);
  min-height: 750px;
  box-shadow: 0 0 20px var(--bg-card-day);
  border-radius: 25px;
  padding: 30px;
}

.how_item_img {
  text-align: right;
}

.how_item_info {
  background: #f6f7fb;
  border: 0.8px solid var(--text-primary);
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 15px;
}

.info_title h4 {
  font-size: 24px;
  font-weight: bold;
  color: var(--text-black);
}

.info_title h4>span {
  font-size: 36px;
  color: var(--text-primary);
}

.info_content p {
  font-size: 16px;
  font-weight: normal;
  color: var(--text-black);
}

.noAuth .navbar.navbar-expand-lg.navbar-light.bg-light {
  background: var(--bg-sidebar-day) !important;
  padding: 15px 0;
}

.noAuth .nav-link {
  font-size: 18px;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
}

.noAuth .nav-link.active {
  font-weight: 800;
}

.sigup_title h1 {
  text-align: center;
  font-weight: 800;
  color: var(--text-black);
  margin-top: 50px;
}

/*
    hOME PAGE DESIGN 
*/
#banner {
  padding: 5rem 0;
  background: url(https://storage.perfectcdn.com/hmz1fi/moxku6f6j005qx7d.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.sbadge {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background: var(--text-white);
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 5px 5px #f1f0f0;
}

h1.naHdTi {
  font-size: 45px;
  font-weight: bold;
}

p.naHdTx {
  font-size: 14px;
}

.btn_banner {
  padding: 10px 20px !important;
}

#counter {
  padding: 2rem 0;
  background: #f2f2f2;
}

.counter_item {
  text-align: center;
  padding: 15px;
}

.counter_icon img {
  width: 50px;
}

.counter_icon .item_cart.img-fluid {
  width: 80px;
  margin-bottom: 15px;
}

.counter_icon .item_money.img-fluid {
  width: 60px;
  margin-bottom: 15px;
}

.counter_icon .item_txt.img-fluid {
  width: 70px;
  margin-bottom: 10px;
}

.counter_icon .item_api.img-fluid {
  width: 100px;
  margin-bottom: 5px;
}

.counter_count h4 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 5px;
}

.counter_count h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}

#counter .counter_item .counter_icon img {
  width: 65px;
  height: auto;
}

@media only screen and (max-width: 1280px) {
  .how_works_btn_wrap {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
  }

  .how_works_btn_wrap .nav-link {
    min-width: 100%;
    width: 100%;
    gap: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  #howItworks {
    padding: 50px 0px;
  }

  #howItworks .how_it_content {
    margin-bottom: 20px;
  }

  #howItworks .how_it_content h1 {
    font-size: 35px;
  }

  #howItworks .how_it_content h1>span {
    font-size: 25px;
  }

  #howItworks .how_it_content .how_btn .btn_how {
    height: 50px;
    font-size: 18px;
  }

  .how_img {
    text-align: center;
    margin-top: 15px;
  }

  .how_img img {
    width: 90%;
  }

  #howItWorksBox {
    padding: 50px 0px;
  }

  .how_works_btn_wrap {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
  }

  .how_works_btn_wrap .nav-link {
    min-width: 100%;
    width: 100%;
    gap: 5px;
    font-size: 14px;
  }

  .how_works_btn_wrap .nav-link .btn_serial {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .how_it_works_tab_content .tab-pane {
    padding: 20px;
    min-height: 500px;
  }

  .how_item_content h2 {
    font-size: 28px;
  }

  .how_item_content p {
    font-size: 16px;
  }

  .how_item_info {
    padding: 15px;
    margin-bottom: 10px;
  }

  .info_title h4 {
    font-size: 18px;
  }

  .info_title h4>span {
    font-size: 22px;
  }

  .info_content p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #howItworks {
    padding: 70px 0px;
  }

  #howItworks .how_it_content {
    margin-bottom: 15px;
  }

  #howItworks .how_it_content h1 {
    font-size: 30px;
    text-align: center;
  }

  #howItworks .how_it_content h1>span {
    font-size: 20px;
  }

  #howItworks .how_it_content .how_btn .btn_how {
    height: 40px;
    font-size: 16px;
    margin: 0 auto;
  }

  .how_img {
    text-align: center;
    margin-top: 15px;
  }

  .how_img img {
    width: 80%;
  }

  #howItWorksBox {
    padding: 70px 0px;
  }

  .how_works_btn_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .how_works_btn_wrap .nav-link {
    min-width: 45%;
    width: 100%;
    gap: 5px;
    font-size: 12px;
  }

  .how_works_btn_wrap .nav-link .btn_serial {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .how_works_btn_wrap .nav-link.active {
    font-size: 12px;
    padding: 8px;
  }

  .how_it_works_tab_content .tab-pane {
    padding: 15px;
    min-height: 300px;
  }

  .how_item_content h2 {
    font-size: 24px;
  }

  .how_item_content p {
    font-size: 14px;
  }

  .how_item_info {
    padding: 15px;
    margin-bottom: 10px;
  }

  .info_title h4 {
    font-size: 18px;
  }

  .info_title h4>span {
    font-size: 22px;
  }

  .info_content p {
    font-size: 14px;
    margin-bottom: 0;
  }
}

/* Mobile navigation without login */
#navMob {
  transform: translateY(2000px);
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-in-out;
}

@media only screen and (max-width: 990px) {
  #navMob {
    bottom: 0px;
    z-index: 9999999999;
    width: 100%;
    background: var(--bg-sidebar-day);
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0 0 10px #d3cfcf;
    padding-bottom: 29px;
  }

  #navMob.active {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
    bottom: 0;
  }
}

.nav_content {
  width: 90%;
  margin: 0 auto;
}

.menu_mobs {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}

.menu_mobs li a {
  font-size: 16px;
  color: var(--text-black);
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.menu_mobs li a.active {
  color: var(--text-primary);
}

#navMob .nav_content .btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
  margin: 0;
}

#cls {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #7367f059;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  font-size: 20px;
  color: var(--text-primary);
  z-index: 999;
}

.btn_icon {
  position: absolute;
  background: var(--bg-secondary);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: inline-block;
  line-height: 30px;
  right: 8px;
  top: 7px;
}

#navMob .nav_content .btn a:first-child {
  background: #e5e5e5;
  color: #232323;
}

#navMob .nav_content .btn a:last-child {
  position: relative;
}

#navMob .nav_content .btn a {
  background: var(--text-primary);
  padding: 10px 0px;
  border-radius: 50px;
  color: #ffff;
  font-weight: bold;
  font-size: 16px;
}

#navbar.shrink {
  top: -73px;
  transition: 0.5s ease-in-out;
}

#navbar.shrink.fixed-top {
  top: 0px;
  background: var(--bg-sidebar-day);
  transition: 0.5s ease-in-out;
}

/* Sevice page modal design */

.serv_modal_close {
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--dark-text-primary);
  top: 15px;
  right: 15px;
  border-radius: 50px;
  z-index: 9;
  opacity: 1;
  color: var(--text-white);
  border: none;
}

.servicesHead {
  min-height: 250px;
  background:
    linear-gradient(rgba(221, 221, 221, 5%), rgba(221, 221, 221, 5%)),
    linear-gradient(rgba(221, 221, 221, 5%), rgba(221, 221, 221, 5%)),
    url(https://storage.perfectcdn.com/770smr/08xz2nr05ora49hs.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 50px;
  border-radius: 20px 20px 0px 0px;
}

#servDescriptionDialog .modal-body {
  padding: 0;
}

#servId {
  font-size: 18px;
  background: var(--text-primary);
  padding: 5px 30px;
  display: inline-block;
  border-radius: 50px;
  color: var(--text-white);
  font-weight: bold;
}

#servDescriptionDialog .modal-content {
  border-radius: 20px;
  border: none;
}

#serv_names {
  display: inline-block;
  width: 90%;
  font-size: 18px;
  font-weight: 800;
  color: #232323;
  margin: 0 auto;
  margin-top: 10px;
}

#serv_details {
  width: 85%;
  margin: 0 auto;
  background: #f3f1f1;
  margin-top: -50px;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 0 10px #1e1e1e63;
}

.serv_more_infos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 50px;
  padding-bottom: 30px;
  width: 95%;
  margin: 0 auto;
}

.buyNOwBtn {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 20px;
}

#buyNow {
  width: 100%;
  background: var(--text-primary);
  display: block;
  padding: 10px 30px;
  border-radius: 50px;
  text-align: center;
  color: var(--text-white);
  font-size: 18px;
  font-weight: bold;
}

.ser_more_item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.serv_more_icon {
  width: 75px;
  height: 75px;
  background: linear-gradient(#814df7, #361187);
  color: var(--text-white);
  font-size: 35px;
  line-height: 75px;
  border-radius: 50px;
  box-shadow: inset 0 0 10px #dddddd70;
}

.more_infos h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: var(--text-black);
}

.more_infos>span {
  font-size: 20px;
  font-weight: 800;
  color: #00ffa3;
}

.dashboard.nightmode .modal-content {
  background: var(--bg-sidebar-night);
}

.dashboard.nightmode #serv_names {
  color: var(--text-white);
}

.dashboard.nightmode #serv_details {
  background: var(--dark-bg-input);
  color: var(--text-white) !important;
}

.dashboard.nightmode #buyNow {
  background: var(--dark-text-primary);
}

.dashboard.nightmode .more_infos h5 {
  color: var(--text-white);
}

.dashboard.nightmode .serv_more_icon {
  background: linear-gradient(#f9446c, #00ffa3);
}

@media (min-width: 576px) {
  #servDescriptionDialog {
    max-width: 600px;
  }
}

@media (max-width: 576px) {
  #banner {
    background: transparent !important;
  }

  #deafultSec.bg_color_1.has_bg {
    background-size: cover;
  }

  .top__title p {
    width: 100%;
  }

  h2.heading,
  h1.naHdTi {
    font-size: 25px;
    text-align: center;
  }

  .text_center_mob {
    text-align: center;
  }

  p.naHdTx {
    text-align: center;
  }

  .more_infos h5 {
    font-size: 13px;
  }

  .more_infos>span {
    font-size: 16px;
  }

  .servicesHead {
    min-height: 200px;
    padding-top: 10px;
  }

  .serv_modal_close {
    width: 30px;
    height: 30px;
  }

  .serv_more_infos {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .serv_more_icon {
    width: 60px;
    line-height: 60px;
    font-size: 20px;
    height: 60px;
  }

  #serv_details {
    font-size: 14px;
  }

  .logo_off_nav {
    width: 150px;
  }
}

#currency_changer5 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#currency_changer5,
#currencyToggler2 {
  margin-bottom: 0px !important;
}

#currencyToggler2 {
  width: 45px;
  height: 45px;
  background-color: var(--bg-secondary);
  color: var(--bg-sidebar-day);
  font-size: 22px;
  padding: 0px;
  text-align: center;
  border-radius: 50px;
}

#currencyToggler2::after {
  display: none;
}

@media only screen and (max-width: 550px) {
  #currencyToggler2 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .user_settings {
    gap: 5px;
  }
}

#orders-drop {
  position: absolute !important;
  inset: 0px auto auto 0px !important;
  margin: 0px !important;
  transform: translate(0px, 62px) !important;
}

#category-drop {
  position: absolute !important;
  inset: 0px auto auto 0px !important;
  margin: 0px !important;
  transform: translate(0px, 42px) !important;
}

.show#dropdownMenu3,
.show#order-dd {
  box-shadow: 0 0 2px var(--text-primary);
}

@media only screen and (max-width: 550px) {

  #order-dd,
  #dropdownMenu3 {
    font-size: 12px;
  }

  #orders-drop {
    transform: translate(0px, 50px) !important;
  }

  .line3#orders-drop {
    transform: translate(0px, 69px) !important;
  }

  #orders-drop .dropdown-item {
    font-size: 12px;
  }

  .item_content .serviceLink {
    font-size: 10px;
  }

  .line2#category-drop {
    transform: translate(0px, 50px) !important;
  }
}

.gizli {
  display: none !important;
}

#proFile {
  border-radius: 150px;
  object-fit: cover;
}

.user_top_avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: var(--dark-bg-input);
  border-radius: 50px;
  object-fit: cover;
}

.user_top_avatar img {
  border-radius: 50px;
  object-fit: cover;
  background-image:
    linear-gradient(#161b22, #161b22),
    linear-gradient(to bottom, #7367F0, #8F85F3);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding: 0.8px;
}

.v2_avatar {
  width: 85px;
  height: 85px;
  background: #3a0f9e;
  border-radius: 85px;
  object-fit: cover;
  margin-bottom: 5px;
}

.v2_avatar img {
  width: 85px;
  height: 85px;
  object-fit: cover;
}

.btn_whatsapp {
  background: #25d366;
  padding: 15px 35px;
  border-radius: 50px;
  color: #ffff;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn_whatsapp>i {
  font-size: 25px;
}

.support__btn__wrap {
  text-align: center;
}

.contact__item {
  background: #ffffffa3;
  padding: 50px 30px;
  margin-top: 20px;
  border: 0.8px solid var(--bg-card-day);
  border-radius: 20px;
  min-height: 330px;
}

.contact__item__icon {
  text-align: center;
  margin-bottom: 20px;
}

.contact__item__icon img {
  width: 100px;
}

.contact__item__info {
  text-align: center;
}

.contact__item__info h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
}

.contact__item__info h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: var(--text-primary);
}

.contact__item__info h3>a {
  color: var(--text-primary);
}

/* Drop Dwon Design */

.settings_drop {
  margin: 0;
  padding: 0;
  width: 250px;
  border-radius: 10px;
  border: 1px solid var(--text-primary);
  padding: 10px;
  background: var(--bg-sidebar-day);
  box-shadow: 0 0 10px var(--text-black);
}

.nightmode .settings_drop {
  border-color: var(--dark-text-primary);
}

.user__menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}

.user__menu a {
  display: flex;
  background: #f4f4f4;
  padding: 5px;
  border-radius: 5px;
  align-items: center;
  gap: 10px;
  color: var(--text-black);
  transition: 0.5s ease;
}

.user__menu a:hover {
  background: var(--primary-gradient);
}

.nightmode .user__menu a {
  background: #f4f4f414;
  color: var(--text-white);
}

.nightmode .user__menu a:hover {
  color: var(--dark-bg-input);
  background: var(--primary-gradient);
}

span.user_menu_icon {
  width: 30px;
  height: 30px;
  background: #dedede;
  color: #21203b;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
}

.nightmode span.user_menu_icon {
  color: var(--dark-text-primary);
  background: #444444;
}

a.logout_btn {
  display: flex;
  background: #5815ed;
  padding: 5px;
  border-radius: 5px;
  align-items: center;
  gap: 10px;
  color: var(--text-white);
  box-shadow: 0 3px 6px #040303;
  justify-content: center;
  min-height: 40px;
}

.nightmode a.logout_btn {
  background: var(--dark-text-primary);
}

@media only screen and (max-width: 550px) {
  .settings_drop {
    width: 300px;
    padding: 5px;
  }

  a.logout_btn {
    font-size: 14px;
    min-height: 30px;
  }

  span.user_menu_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 25px;
    height: 25px;
  }

  .user__menu {
    gap: 7px;
    margin-bottom: 5px;
  }
}

/*
*
*   Tech SMM Version 2.0
*   Designed by: Yunus
*   Email: yunus.a.polash@gmail.com
*   Phone/Whatsapp: +8801303260848
*
*/



.nav--2.bg-nav-notauth {
  background: var(--text-white) !important;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  min-height: 80px;
}

.nav--2 .nav-item .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-black);
}

.nav--2 .nav-item.btn__sp__nav .nav-link {
  color: var(--text-white);
  border-radius: 50px;
  background: var(--primary-gradient);
  padding: 8px 20px;
  margin: 0px 15px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

/* General btn-primary styling - same as btn-gradient */
.btn.btn-primary {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  background: var(--primary-gradient);
  padding: 12px 25px;
  border-radius: 50px;
  border: none;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

.btn.btn-primary.btn-gradient {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  background: var(--primary-gradient);
  padding: 12px 25px;
  border-radius: 50px;
  border: none;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

/* Banner */
#v2-banner {
  background: url(https://storage.perfectcdn.com/hmz1fi/z4z9tnwm148k29uk.webp) no-repeat;
  min-height: 850px;
  background-size: cover;
  background-position: center;
}

#v2-banner .v2_banner_content {
  padding: 150px 0px;
}

#v2-banner .v2_banner_content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: var(--text-black);
  margin-bottom: 10px;
}

#v2-banner .v2_banner_content h4 {
  color: #878f99;
}

#v2-banner .v2_banner_content h4>span {
  color: #ff9000;
}

#v2-banner .banner_image img {
  position: relative;
  bottom: 0px;
  right: -100px;
}

.banner_animations {
  position: relative;
}

.banner_animations>img {
  position: absolute;
  z-index: 9;
}

.banner_animations .tw_bnn {
  top: 390px;
  left: 60px;
  animation: pulse 1s infinite;
}

.banner_animations .ig_bnn {
  top: 210px;
  left: 0px;
  animation: bounceIn 2s infinite;
}

.banner_animations .fb_bnn {
  top: 70px;
  left: 50px;
  animation: tada 2s infinite;
}

.banner_animations .yt_bnn {
  left: 240px;
  top: 70px;
  animation: bounceOut 5s infinite;
}

.banner_animations .tik_bnn {
  top: 230px;
  left: 240px;
  animation: jello 2s infinite;
}

.banner_animations .sp_bnn {
  top: 400px;
  left: 180px;
  animation: swing 2s infinite;
}

#signinSection {
  position: relative;
  z-index: 1;
  height: 220px;
  top: -150px;
}

#signinSection .signin__container {
  background: var(--text-white);
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.25);
}

#signinSection .signin__container .signin__inner {
  padding: 0.8px;
  border: double 0.8px transparent;
  border-radius: 10px;
  background-image:
    linear-gradient(white, white), linear-gradient(to bottom, #7367F0, #8F85F3);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.signinForm {
  padding: 25px;
}

.signinForm h3 {
  color: var(--text-black);
  text-align: center;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.signinForm .signin__access__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 25px;
}

.signinForm .signin__access__wrap .signin__username .form-control,
.signinForm .signin__access__wrap .signin__password .form-control {
  height: 60px;
  border-radius: 50px;
  padding: 10px 20px;
  background: #f5f4f2;
  border-color: #f5f4f2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);
}

.signinForm .signin__access__wrap .signin__username .form-control:focus,
.signinForm .signin__access__wrap .signin__password .form-control:focus {
  border-color: #8F85F3;
}

.signinForm .signin__access__wrap .singin__button .btn__signin {
  width: 100%;
  height: 60px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);
}

.signinForm .singin__essent {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.signinForm .singin__essent {
  color: var(--text-black);
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.signinForm .singin__essent p a {
  color: #f99b21;
}

.signinForm .singin__essent .forgotPassword a {
  color: #1cac44;
}

#CounterSections {
  margin-top: 100px;
  margin-bottom: 50px;
}

#CounterSections .counter_item__wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* .counter_wraper_bg {
    background: var(--bg-sidebar-day);
    padding: 45px 25px;
    box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
} */

#CounterSections .counter_item__wrap h4 {
  color: var(--text-black);
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

#CounterSections .counter_item__wrap p {
  color: var(--text-black);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

#top__smm {
  padding: 150px 0px;
  padding-bottom: 20px;
}

.section__title {
  color: var(--text-black);
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}

#bestsmmpanel {
  background: linear-gradient(to left, #7367F0, #8F85F3);
  padding: 150px 0;
  border-radius: 0px;
  overflow: hidden;
}

.best__btn__wrap {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.best__btn__wrap .btn__best.bg__blck {
  background: var(--bg-sidebar-night) !important;
}

.best__btn__wrap .btn__best.bg__white {
  background: var(--bg-sidebar-day) !important;
  color: var(--text-black);
}

#bestsmmpanel {
  position: relative;
}

.best_smm_panel>img {
  position: absolute;
  right: 0;
  top: -24px;
}

.best_smm_animations {
  position: relative;
  z-index: 1;
}

.best_smm_animations>img {
  position: absolute;
  border-radius: 50px;
  box-shadow: 0 5px 10px rgba(49, 49, 49, 0.13);
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.best_smm_animations .tw_bnn {
  left: 296px;
  top: 236px;
  animation: pulse 1s infinite;
}

.best_smm_animations .ig_bnn {
  top: 240px;
  right: -70px;
  animation: bounceIn 2s infinite;
}

.best_smm_animations .fb_bnn {
  top: -50px;
  right: 264px;
  animation: tada 2s infinite;
}

.best_smm_animations .tik_bnn {
  top: 100px;
  right: -150px;
  animation: jello 2s infinite;
}

.best_smm_animations .sp_bnn {
  top: 95px;
  left: 192px;
  animation: swing 2s infinite;
}

.best_smm_animations .yt_bnn {
  top: -60px;
  right: -60px;
  animation: bounceOut 5s infinite;
}

.smmpanel_best_main__image {
  animation: bobs 5s infinite;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

@keyframes bobs {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.bestsmm__bg__animations {
  position: absolute;
  top: 40px;
  right: 30px;
  mix-blend-mode: screen;
}

.best_bg_ring {
  position: absolute;
  bottom: 0px;
}

#howItWorksSection {
  padding: 100px 0px 30px 0px;
}

.how-its-items {
  position: relative;
}

.how-its-items {
  text-align: center;
}

.how-its-items .how-icons {
  width: 100px;
  height: 100px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: var(--text-white);
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(115, 103, 240, 0.25);
  transition: all 0.3s ease;
}

.how-its-items:hover .how-icons {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(115, 103, 240, 0.4);
}

.how-its-items h4 {
  color: var(--text-black);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.nightmode .how-its-items h4 {
  color: var(--text-white) !important;
}

.nightmode .how-its-items p {
  color: #a3a3a3 !important;
}

.how_icon_up {
  position: absolute;
  right: -100px;
  top: 30px;
}

.roateds {
  animation: roateded 10s infinite;
  transition: 0;
}

@keyframes roateded {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.accordion__wraper .accordion-item {
  padding: 0.8px;
  border: double 0.8px transparent;
  border-radius: 10px;
  background-image:
    linear-gradient(white, white), linear-gradient(to bottom, #7367F0, #8F85F3);
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin-bottom: 25px;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
}

.accordion__wraper .accordion-item button {
  color: var(--text-black);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  background: transparent;
  box-shadow: none;
}

#testimonialSection {
  padding: 100px 0px;
}

.testimonial__item__wrap {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.sliderBtn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  border-radius: 50px;
  background: var(--primary-gradient);
  border: none;
  color: var(--text-white);
  z-index: 6;
}

.sliderBtn.slide-prev {
  position: absolute;
  top: 70px;
}

.sliderBtn.slide-next {
  position: absolute;
  top: 70px;
  right: 0;
}

.testimonial__item__wrap .top__icon {
  margin-bottom: 25px;
}

.testimonial__item__wrap .stars {
  color: rgb(255, 167, 3);
  font-size: 18px;
  margin-bottom: 5px;
}

.testimonial__item__wrap h4 {
  font-family: Poppins;
  font-weight: 700;
  color: var(--text-black);
  margin-bottom: 0px;
}

.testimonial__item__wrap p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-black);
}

#whyChooseUs {
  padding: 120px 0px;
}

.why__item__wrap {
  background: var(--bg-sidebar-day);
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 15px;
  box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.13);
}

.why__item__wrap .why__item__top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.why__item__wrap .why__item__top h3 {
  color: var(--text-black);
  font-family: Poppins;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

#blogSection {
  padding: 50px 0px;
  background: var(--bg-daymode);
  border-radius: 0px;
}

/* Dark mode override for blog section */
.nightmode #blogSection {
  background: var(--bg-darkmode);
}

.blog__card {
  background: var(--bg-daymode);
  box-shadow: 0px 4px 22px 0px rgb(0 0 0 / 25%);
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Dark mode override for blog cards */
.nightmode .blog__card {
  background: var(--bg-darkmode);
  border: 1px solid var(--border-dark);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.blog__card .blog__image>img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

/* Platform Card Specific Banners */
.platform__banner {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #fff;
}

.platform__banner.facebook {
  background: linear-gradient(135deg, #1877f2 0%, #0056b3 100%);
}

.platform__banner.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.platform__banner.youtube {
  background: linear-gradient(135deg, #ff0000 0%, #8b0000 100%);
}

.platform__banner.tiktok {
  background: linear-gradient(135deg, #010101 0%, #25f4ee 100%);
}

.platform__banner.cheap {
  background: linear-gradient(135deg, #28a745 0%, #155724 100%);
}

.platform__banner.best {
  background: linear-gradient(135deg, #ffc107 0%, #ff8a00 100%);
}

.platform__banner.spotify {
  background: linear-gradient(135deg, #1db954 0%, #191414 100%);
}

.platform__banner.twitter {
  background: linear-gradient(135deg, #1da1f2 0%, #0d8ecf 100%);
}

.platform__banner.traffic {
  background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
}

.platform__banner.linkedin {
  background: linear-gradient(135deg, #0077b5 0%, #00598a 100%);
}


/* ─── Why Choose Us Card Banners ─── */
.platform__banner.expertise {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
}

.platform__banner.services-why {
  background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
}

.platform__banner.pricing {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.platform__banner.customer {
  background: linear-gradient(135deg, #ec008c 0%, #fc6767 100%);
}

.platform__banner.rapid {
  background: linear-gradient(135deg, #f12711 0%, #f5af19 100%);
}

.platform__banner.support {
  background: linear-gradient(135deg, #4568dc 0%, #b06ab3 100%);
}


.blog__card .blog__content {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog__card .blog__date {
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 5px;
}

.blog__card h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.blog__card p {
  font-size: 14px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.blog__card .btn-sm {
  font-size: 14px;
  padding: 10px 20px;
  margin-top: auto;
  align-self: flex-start;
}

#paymentSection {
  padding: 70px 0;
}

.hr-line {
  width: 100%;
  height: 2px;
  background: var(--primary-gradient);
}

.footer__v2 {
  padding: 60px 0 20px 0;
  background: var(--bg-sidebar-night);
}

.footer__v2 .logo__white {
  margin-bottom: 25px;
}

.footer__v2 .infos__wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  color: var(--text-white);
}

.footer__v2 .infos__wrap .infos__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(233deg, #ef9f26 22.58%, #53de78 88.75%);
  border-radius: 50px;
  color: var(--text-white);
  font-size: 20px;
}

.footer__v2 .infos__wrap .infos__txt h6 {
  color: var(--text-white);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.footer__v2 .infos__wrap .infos__txt a {
  color: var(--text-white);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.foo__link__wraper h4 {
  color: var(--text-white);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 0;
}

.foo__link__wraper .foo__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.foo__link__wraper .foo__menu a {
  display: block;
  color: var(--text-white);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.payment__images {
  text-align: center;
  margin-top: 20px;
}

.dashboard .btn-primary.btn-sm {
  font-size: 14px;
  padding: 5px 10px;
}

.currency_change_btn {
  display: flex;
  gap: 5px;
  padding: 0px;
  box-shadow: none;
}

.dashboard.nightmode .currency_change_btn {
  color: var(--text-white);
}

.top__smm__img {
  position: relative;
}

.top__smm__img .img-icon-favs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cheapest {
  position: relative;
}

.gradient-1,
.gradient-2 {
  position: absolute;
  overflow: hidden;
}

.gradient-1 {
  left: -350px;
  top: -458px;
  z-index: -1;
}

.gradient-2 {
  right: 0px;
  z-index: -1;
}

/* Home page Responsive Area */
@media only screen and (max-width: 1600px) {
  #v2-banner .v2_banner_content h1 {
    font-size: 45px;
  }

  p {
    font-size: 16px;
  }

  .signinForm h3 {
    font-size: 30px;
  }

  .signinForm .singin__essent .forgotPassword a {
    font-size: 14px;
  }

  .signinForm .singin__essent {
    align-items: center;
  }

  #top__smm {
    padding: 100px 0px;
  }

  .section__title {
    font-size: 40px;
    line-height: 1.4;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .why__item__wrap .why__item__top h3 {
    font-size: 28px;
    line-height: 1.3;
  }

  .best_smm_panel>img {
    right: -148px;
  }

  #bestsmmpanel {
    padding: 150px 0px;
  }

  .best_smm_animations .tik_bnn {
    top: 79px;
    right: -89px;
  }

  .best_smm_animations .sp_bnn {
    left: 220px;
  }

  .best_smm_animations .fb_bnn {
    right: 275px;
  }

  .best_smm_panel>img {
    top: 22px;
  }
}

@media only screen and (max-width: 1400px) {
  #v2-banner .v2_banner_content h1 {
    font-size: 40px;
  }

  #v2-banner .banner_image img {
    right: -75px;
  }

  .banner_animations .sp_bnn {
    left: 130px;
  }

  .banner_animations .tik_bnn {
    left: 208px;
  }

  .banner_animations .yt_bnn {
    left: 205px;
    top: 57px;
  }

  #CounterSections .counter_item__wrap h4 {
    font-size: 24px;
  }

  #CounterSections .counter_item__wrap p {
    font-size: 18px;
  }

  .section__title {
    font-size: 35px;
    line-height: 1.3;
  }

  .best_smm_animations .tw_bnn {
    left: 130px;
  }

  .best_smm_animations .sp_bnn {
    left: 85px;
  }

  .best_smm_animations .fb_bnn {
    right: 310px;
  }

  .best_smm_animations .yt_bnn {
    right: 20px;
  }

  .best_smm_animations .tik_bnn {
    right: -30px;
  }

  .best_smm_animations .ig_bnn {
    top: 230px;
    right: -16px;
  }

  .why__item__wrap .why__item__top h3 {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 1200px) {
  #v2-banner .banner_image img {
    bottom: -20px;
    right: -17px;
  }

  .banner_animations .tw_bnn {
    top: 529px;
    left: 19px;
  }

  .banner_animations .ig_bnn {
    top: 295px;
    left: -84px;
  }

  .banner_animations .fb_bnn {
    top: 139px;
    left: -53px;
  }

  .banner_animations .yt_bnn {
    left: 112px;
    top: 131px;
  }

  .banner_animations .tik_bnn {
    top: 314px;
    left: 89px;
  }

  .banner_animations .sp_bnn {
    left: 401px;
  }

  .best_smm_animations .tw_bnn {
    left: 30px;
  }

  .best_smm_animations .sp_bnn {
    left: 17px;
  }

  .best_smm_animations .yt_bnn {
    right: 65px;
  }

  .best_smm_animations .tik_bnn {
    right: 15px;
  }

  .how_icon_up {
    position: absolute;
    right: -108px;
    top: 29px;
  }

  .accordion__wraper .accordion-item button {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .banner_image {
    display: none;
  }

  #v2-banner {
    min-height: 600px;
  }

  #v2-banner .v2_banner_content {
    padding: 40px 0px;
  }

  .signinForm {
    padding: 5px 10px;
  }

  .signinForm .signin__access__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  #signinSection {
    min-height: 200px;
    height: 200px;
  }

  .navbar-toggler.nav__icons img {
    width: 28px;
  }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 550px) {
  .v2_banner_content {
    text-align: center;
  }

  #v2-banner {
    overflow: hidden;
  }

  #v2-banner .v2_banner_content h1 {
    text-align: center;
    font-size: 35px;
  }

  #v2-banner .v2_banner_content h4 {
    font-size: 18px;
    text-align: center;
  }

  #v2-banner .v2_banner_content p {
    text-align: center;
    font-size: 14px;
  }

  .banner_image {
    display: block;
  }

  #v2-banner .banner_image img {
    bottom: 145px;
    right: 0;
  }

  .banner_animations .fb_bnn {
    top: -36px;
    left: -84px;
    width: 60px;
  }

  .banner_animations .ig_bnn {
    width: 60px;
    top: 110px;
    left: -60px;
  }

  .banner_animations .tw_bnn {
    top: 290px;
    left: 31px;
    width: 60px;
  }

  .banner_animations .yt_bnn {
    left: 53px;
    top: -44px;
    width: 60px;
  }

  .banner_animations .tik_bnn {
    top: 100px;
    left: 20px;
    width: 60px;
  }

  .banner_animations .sp_bnn {
    left: 78%;
    top: 190px;
    width: 60px;
  }

  .cheapest__content__wrap {
    text-align: center;
  }

  #v2-banner .v2_banner_content {
    padding: 60px 0px;
  }

  #v2-banner .v2_banner_content {
    padding-bottom: 75px;
  }

  #signinSection .signin__container {
    border-radius: 15px;
    padding: 12px;
  }

  .signinForm h3 {
    font-size: 28px;
    line-height: 1.3;
  }

  .signinForm .signin__access__wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .signinForm {
    padding: 20px 10px;
  }

  .signinForm .singin__essent {
    flex-direction: column;
    gap: 0;
  }

  #signinSection {
    height: 350px;
  }

  #CounterSections .counter_item__wrap {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  #CounterSections .counter_item__wrap .count__icon>img {
    width: 70px;
  }

  .section__title {
    text-align: center;
  }

  .top__smm p {
    text-align: center;
  }

  p {
    text-align: center;
  }

  #top__smm {
    text-align: center;
  }

  .how_icon_up {
    display: none;
  }

  .section__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .cheap_content_wrapers {
    flex-direction: column-reverse;
  }

  .best__btn__wrap {
    flex-direction: column;
  }

  .best_smm_panel>img {
    top: 15px;
    right: -20px;
    position: relative;
  }

  .bestsmm__bg__animations {
    display: none;
  }

  .best_smm_panel>img {
    top: 60px;
  }

  .best_smm_animations .tw_bnn {
    width: 50px;
    left: 40px;
    top: 240px;
  }

  .best_smm_animations .ig_bnn {
    width: 50px;
    right: 81px;
  }

  .best_smm_animations .fb_bnn {
    width: 50px;
    right: 70%;
    top: 100px;
  }

  .best_smm_animations .yt_bnn {
    width: 50px;
    top: 100px;
    right: 98px;
  }

  .best_smm_animations .tik_bnn {
    width: 50px;
    top: 160px;
    right: 70px;
  }

  .best_smm_animations .sp_bnn {
    width: 50px;
    left: 19px;
    top: 170px;
  }

  .how-its-items h4 {
    font-size: 22px;
    line-height: 25px;
  }

  .how-its-items {
    margin-bottom: 25px;
  }

  .faq__conetent__wrap {
    text-align: center;
    margin-bottom: 25px;
  }

  .accordion__wraper .accordion-flush .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 1.3;
  }

  #whyChooseUs {
    padding: 80px 0px;
    border-radius: 0 80px 0 0;
  }

  .why__item__top .why__icon {
    width: 80px;
  }

  .why__item__wrap .why__item__top h3 {
    font-size: 22px;
  }

  .why__item__wrap p {
    text-align: left;
  }

  .sliderBtn.slide-prev,
  .sliderBtn.slide-next {
    position: absolute;
    top: 380px;
  }

  .sliderBtn.slide-next {
    right: 100px;
  }

  .sliderBtn.slide-prev {
    left: 100px;
  }

  #blogSection {
    border-radius: 0px;
  }
}

.user_statistic_wraper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.user_statistic_wraper .statistic__item {
  padding: 0;
  border-radius: 15px !important;
  background: var(--bg-sidebar-day);
  border: none !important;
  min-width: 0;
}

.user_statistic_wraper .statistic__item .statistic_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  background: var(--bg-sidebar-day);
  padding: 14px 18px;
  border-radius: 15px !important;
  height: 100%;
  box-shadow: var(--shadow-card);
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.statistic__item .icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(102, 108, 255, 0.08);
}

.statistic__item .icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.statistic__item .user__data {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.statistic__item .user__data span {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-black);
  opacity: 0.85;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.statistic__item .user__data h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  line-height: 1.2;
}

.statistic_inner .join_now_btn,
.user_statistic_wraper .join_now_btn,
.dashboard .statistic_inner .join_now_btn,
.dashboard .statistic_inner a.btn-primary,
.dashboard .btn-primary.join_now_btn,
.btn-sm.btn-primary.join_now_btn,
.join_now_btn {
  font-size: 12px !important;
  padding: 4px 10px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  text-shadow: none !important;
  border-radius: 6px !important;
  border: none !important;
  text-decoration: none;
}

.statistic_inner .join_now_btn:hover,
.user_statistic_wraper .join_now_btn:hover,
.dashboard .statistic_inner .join_now_btn:hover,
.dashboard .statistic_inner a.btn-primary:hover,
.dashboard .btn-primary.join_now_btn:hover,
.join_now_btn:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
}

.nightmode .user_statistic_wraper .statistic__item {
  border-radius: 15px !important;
  background: var(--bg-sidebar-night);
  border: none !important;
}

.nightmode .user_statistic_wraper .statistic__item .statistic_inner {
  background: var(--bg-sidebar-night);
  box-shadow: var(--shadow-none);
}

.nightmode .user_statistic_wraper .statistic__item .statistic_inner .icon {
  background: rgba(255, 255, 255, 0.06);
}

.nightmode .statistic__item .user__data h4,
.nightmode .statistic__item .user__data span {
  color: var(--text-white);
}

#service_description {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .user_statistic_wraper {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media only screen and (max-width: 992px) {
  .toogle_sidebar .mob_bg_closer_sidebar {
    display: block !important;
    width: 100%;
    height: 100vh;
    z-index: 0;
    position: fixed;
    overflow: hidden;
  }

  .user_statistic_wraper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .statistic__item .user__data {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
  }

  .statistic__item .user__data span {
    margin-bottom: 2px;
  }

  .statistic__item .user__data h4 {
    text-align: left;
    font-size: 15px;
  }
}

@media only screen and (max-width: 550px) {
  .user_statistic_wraper {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  #blogSection .row .col-lg-4.col-md-4.col-12 {
    margin-bottom: 15px;
  }

  .blog__card p {
    text-align: left;
  }

  .foo__link__wraper {
    margin-bottom: 30px;
  }

  .footer__v2 .logo__white {
    width: 170px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .footer__v2 .infos__wrap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .foo__link__wraper {
    text-align: center;
  }

  #bestsmmpanel {
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 0px;
  }

  .user_statistic_wraper .statistic__item .statistic_inner {
    padding: 5px 10px;
  }

  .statistic__item .user__data h4,
  .statistic__item .user__data span {
    font-size: 13px;
  }

  .statistic__item .icon {
    width: 30px;
  }

  .currency_change_btn {
    font-size: 8px;
    gap: 1px;
  }

  .has_currency {
    gap: 2px !important;
  }

  .user_statistic_wraper .statistic__item .statistic_inner {
    gap: 5px;
  }

  .btn-sm.btn-primary.join_now_btn {
    font-size: 13px;
    padding: 0px;
    border: none;
    box-shadow: none;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .dashboard.nightmode .btn-sm.btn-primary.join_now_btn {
    color: var(--text-white);
  }

  .sidebar_menu_icon {
    padding: 10px;
  }

  .navbar-brand img {
    max-width: 152px;
  }

  #notLogin {
    padding-top: 130px;
  }

  .noAuth .navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 10px;
  }

  #top__smm {
    overflow: hidden;
  }

  .top__smm__img .img-icon-favs {
    width: 150px;
  }

  #testimonialSection {
    padding: 50px 0px;
  }

  .testimonial__item__wrap {
    padding: 70px 0px;
    padding-top: 20px;
  }

  .gradient-1 {
    left: -188px;
    top: -100px;
    z-index: -1;
  }

  .gradient-2 {
    bottom: -150px;
  }
}

/*
NEW CSS CODES
*/

.nightmode .btn_profiles {
  background: var(--primary-gradient);
}

.navbar-toggler.nav__icons {
  border: none;
}

#navMob .nav_content .btn a {
  background: var(--primary-gradient);
}

.dashboard.nightmode #affiliates .item_right,
.dashboard.nightmode #affiliates .item_left {
  color: var(--text-white);
}

.form-control.form-select:focus,
.form-control.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 20px 20px;
}

#select2-orderform-category-container .select2-selection__text {
  white-space: nowrap;
}

#select2-orderform-service-container {
  white-space: break-spaces;
}

.select2-container .select2-selection__text {
  white-space: inherit !important;
}

.select2-results__option .badge.badge-secondary {
  background: var(--bg-secondary);
  color: var(--text-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  border-radius: 4px;
}

.select2-results__option,
.select2-results__options {
  padding: 5px 0px;
  font-size: 15px;
}

.select2-results__option--highlighted {
  background: var(--bg-daymode);
}

.select2-selection__id.badge,
.select2-selection__id-4.badge {
  background: var(--bg-secondary);
  color: var(--text-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  border-radius: 4px;
}

.select2-results__option {
  border-bottom: 0.4px solid var(--bg-card-day);
}

.dashboard.nightmode .select2-results__option.active {
  background: var(--dark-text-primary);
  color: var(--bg-darkmode);
}

.dashboard.nightmode .nav-pills .nav-link.active,
.dashboard.nightmode .nav-pills .show>.nav-link,
.dashboard.nightmode .btn_ac_benefit {
  background: var(--primary-gradient);
  color: var(--bg-darkmode);
}

.dashboard.nightmode .alert-warning ul li,
.dashboard.nightmode .alert-warning,
.dashboard.nightmode .input-group-btn>button,
.dashboard.nightmode #currency_changer .btn.btn-primary.dropdown-toggle,
.dashboard.nightmode .select2-results__option.active>* {
  color: var(--bg-darkmode) !important;
}

.dashboard.nightmode .service_button_filter .btn_ser_filter {
  color: var(--text-white) !important;
}

.dashboard.nightmode .select2-results__option--highlighted {
  background: #f1f2f63d;
}

.dashboard.nightmode .select2-container--default .select2-results__option--highlighted[aria-selected] {
  border-color: var(--border-dark);
}

/* Off Canvas Design (Exact Match with Sidebar UI & Blur Effect) */
#offcanvasExample.offcanvas {
  width: 300px !important;
  background: var(--bg-sidebar-day);
  color: var(--text-black);
  border-left: none;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.dashboard.nightmode #offcanvasExample.offcanvas,
.nightmode #offcanvasExample.offcanvas {
  background: var(--bg-sidebar-night);
  color: var(--text-white);
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.4);
}

#offcanvasExample .offcanvas-header {
  height: 65px !important;
  min-height: 65px !important;
  max-height: 65px !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  box-sizing: border-box !important;
}

.dashboard.nightmode #offcanvasExample .offcanvas-header,
.nightmode #offcanvasExample .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#offcanvasExample .offcanvas-title {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

#offcanvasExample .offcanvas_site_logo {
  max-height: 38px !important;
  width: auto !important;
  display: block;
}

#offcanvasExample .btn-close {
  opacity: 0.8;
  transition: all 0.2s ease;
}

.dashboard.nightmode #offcanvasExample .btn-close,
.nightmode #offcanvasExample .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

#offcanvasExample .offcanvas-body {
  padding: 15px 20px;
}

/* Background Blur Effect when Offcanvas is open (Identical to Sidebar toggle) */
body.offcanvas-active #main_container .content_area>.content,
body.offcanvas-open #main_container .content_area>.content {
  filter: blur(5px);
  pointer-events: none;
}

.offcanvas-backdrop.show {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1040;
}

/* hero_v3 heading removed */

/* hero_v3 title removed */

/* hero_v3 paragraph removed */

/* hero_v3 login wrap removed */

#hero_v3 .hero_login .login_group .form-control {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 15px 10px 60px;
  /* Adjusted padding for icon spacing */
  background: var(--bg-sidebar-day);
  color: var(--text-black);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 50px;
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid var(--bg-card-day);
  transition: all 0.3s ease;
}

#hero_v3 .hero_login .login_group .form-control:focus {
  border-color: #00abff;
  box-shadow: 0 2px 4px rgba(0, 171, 255, 0.2);
  outline: none;
}

#hero_v3 .hero_login .login_group .form-control::placeholder {
  color: #999;
  opacity: 1;
}

/* hero_v3 button removed */

/* hero_v3 button hover removed */

/* hero_v3 login link removed */

/* hero_v3 tools login removed */

/* hero_v3 links removed */

/* hero_v3 text removed */

/* hero_v3 image wrap removed */

/* hero_v3 image abs removed */

/* ===== Category filter styles (migrated from catagory.css) ===== */
.card.card_v2 {
  background: #222242;
  border: 1px solid var(--dark-text-primary);
  border-radius: 15px;
}

.dashboard.nightmode .card.card_v2 {
  border-color: var(--dark-text-primary);
}

.card.card_v2 .card-body {
  padding: 1rem;
  margin: 0;
}

.dashboard .card.card_v2 {
  background: var(--bg-sidebar-day);
  box-shadow: 0 5px 5px rgba(7, 7, 7, 10%);
  margin-bottom: 15px;
}

/* category filter design */
.card {
  transition: 0.5s;
}

.dashboard.nightmode .card {
  background-color: var(--bg-sidebar-night);
}

.filter_btn_wrap {
  display: grid;
  gap: 10px 15px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1200px) {
  .filter_btn_wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 10px;
  }
}

.category_filter_wrap .card,
.category_filter_wrap .card.card_v2,
.dashboard .category_filter_wrap .card,
.dashboard .category_filter_wrap .card.card_v2,
.dashboard.nightmode .category_filter_wrap .card,
.dashboard.nightmode .category_filter_wrap .card.card_v2,
.nightmode .category_filter_wrap .card,
.nightmode .category_filter_wrap .card.card_v2 {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.category_filter_wrap .card .card-body,
.category_filter_wrap .card.card_v2 .card-body,
.dashboard .category_filter_wrap .card-body,
.dashboard.nightmode .category_filter_wrap .card-body,
.nightmode .category_filter_wrap .card-body {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}

.filter_btn_wrap .btn_filter {
  font-size: 15px;
  text-transform: capitalize;
  border: none !important;
  padding: 0 10px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  border-radius: 8px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  cursor: pointer;
  background: var(--bg-sidebar-day);
  color: var(--text-black);
  transition: 0.3s;
  box-sizing: border-box;
}

.dashboard.nightmode .filter_btn_wrap .btn_filter,
.nightmode .filter_btn_wrap .btn_filter {
  font-size: 15px;
  padding: 0 10px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  border-radius: 8px !important;
  background: var(--bg-sidebar-night) !important;
  color: var(--text-white) !important;
  border: none !important;
  box-shadow: none !important;
}

.dashboard.nightmode .filter_btn_wrap .btn_filter:hover,
.dashboard.nightmode .filter_btn_wrap .btn_filter.active,
.dashboard.nightmode .filter_btn_wrap .btn_filter.activeItem,
.nightmode .filter_btn_wrap .btn_filter:hover,
.nightmode .filter_btn_wrap .btn_filter.active,
.nightmode .filter_btn_wrap .btn_filter.activeItem {
  background: var(--primary-gradient) !important;
  color: var(--text-white) !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.dashboard.nightmode .filter_btn_wrap .btn_filter.active i,
.dashboard.nightmode .filter_btn_wrap .btn_filter.activeItem i,
.dashboard.nightmode .filter_btn_wrap .btn_filter.active .filter_txt,
.dashboard.nightmode .filter_btn_wrap .btn_filter.activeItem .filter_txt,
.nightmode .filter_btn_wrap .btn_filter.active i,
.nightmode .filter_btn_wrap .btn_filter.activeItem i,
.nightmode .filter_btn_wrap .btn_filter.active .filter_txt,
.nightmode .filter_btn_wrap .btn_filter.activeItem .filter_txt {
  color: var(--text-white) !important;
  text-shadow: none !important;
}

.filter_btn_wrap .btn_filter:hover,
.filter_btn_wrap .btn_filter.active,
.filter_btn_wrap .btn_filter.activeItem,
.btn_filter:hover,
.btn_filter.active,
.btn_filter.activeItem {
  background: var(--primary-gradient) !important;
  color: var(--text-white) !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.filter_btn_wrap .btn_filter.active i,
.filter_btn_wrap .btn_filter.activeItem i,
.filter_btn_wrap .btn_filter.active .filter_txt,
.filter_btn_wrap .btn_filter.activeItem .filter_txt,
.btn_filter.active i,
.btn_filter.activeItem i,
.btn_filter.active .filter_txt,
.btn_filter.activeItem .filter_txt {
  color: var(--text-white) !important;
  text-shadow: none !important;
}

/* Responsive tweaks related to filter grid and card body */
@media (max-width: 991.98px) {
  .filter_btn_wrap {
    grid-template-columns: repeat(4, 1fr);
    height: 150px;
    overflow: hidden;
    overflow-y: auto;
    grid-gap: 8px 10px;
  }

  .filter_btn_wrap .btn_filter {
    font-size: 20px;
    padding: 5px;
    border-width: 1px;
  }

  .filter_btn_wrap .btn_filter .filter_txt {
    display: none;
  }

  .dashboard.nightmode .filter_btn_wrap .btn_filter {
    border-width: 1px;
  }

  .card.card_v2 .card-body {
    padding: 0.6rem;
  }
}

/* ===== End category filter styles ===== */

/* ===== custom: Dropdown/Search, News, Select2, Order form, Utilities ===== */
/* Dropdown container */
#dropdown_for_search {
  display: none;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid var(--bg-card-day);
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  white-space: normal;
  word-wrap: break-word;
}

/* Dropdown item */
.dropdown-item {
  padding: 10px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: normal;
  word-break: break-word;
  border-bottom: 1px solid var(--bg-card-day);
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

/* Nightmode */
.nightmode .dropdown-item {
  color: var(--text-white);
}

.nightmode #dropdown_for_search .text-center {
  color: var(--text-white);
}

/* Badge */
.badge.service_id_badge {
  margin-right: 8px;
  font-size: 12px;
  background: var(--bg-secondary);
  color: var(--text-white);
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* AddFunds page: align layout with New Order card structure */
#addFundsTabsWrap #pills-addfunds {
  width: 100%;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
}

#addFundsTabsWrap #pills-addfunds .nav-item {
  width: calc(33.333% - 5px);
}

#addFundsTabsWrap .tab_btn_wrap {
  background: transparent;
  padding: 0;
}

#addFundsTabsWrap #pills-addfunds .nav-item .nav-link {
  width: 100%;
  text-align: center;
  background: transparent;
  color: var(--text-primary);
  border: 0.8px solid var(--text-primary);
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: none;
}

#addFundsTabsWrap #pills-addfunds .nav-item .nav-link.active,
#addFundsTabsWrap #pills-addfunds .nav-item .nav-link.show {
  background: var(--text-primary);
  color: var(--text-white);
  box-shadow: none;
}

.dashboard.nightmode #addFundsTabsWrap #pills-addfunds .nav-item .nav-link {
  color: var(--text-white);
  border-color: var(--dark-text-primary);
}

.dashboard.nightmode #addFundsTabsWrap #pills-addfunds .nav-item .nav-link.active,
.dashboard.nightmode #addFundsTabsWrap #pills-addfunds .nav-item .nav-link.show {
  background: var(--dark-text-primary);
  color: var(--bg-darkmode);
}

#addFundsTabsWrap .tab-content {
  padding-top: 1rem;
}

#addFundsTabsWrap .methodName {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

#addFundsTabsWrap .methodName h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

#addFundsTabsWrap .methodName .btn {
  min-width: 150px;
  box-shadow: none;
  filter: none;
}

/* Loading message */
#dropdown_for_search .text-center {
  display: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: bold;
}

@media (max-width: 991px) {
  #block_93 .totals-block__card-right {
    margin-left: -13px;
    padding-left: 22px;
    border: 0.8px solid;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-radius: 0px 12px 12px 0px;
    margin-right: -10px;
  }
}

.news-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.news-item:first-child {
  margin-top: -20px;
}

.news-icon-inline {
  width: 30px;
  margin-right: 7px;
}

.news-icon img {
  width: 100%;
}

.news-details {
  flex: 1;
}

.news-title {
  display: flex;
  font-size: 14px;
  margin-bottom: 0px;
  padding: 7px;
  background: transparent;
  border-radius: 12px 12px 0 0;
}

.news-content {
  margin: 0;
  color: var(--text-black);
  padding: 7px;
  background: transparent;
  border-radius: 0px 0px 12px 12px;
}

.headsir {
  position: sticky;
  top: 0;
  width: 101%;
  font-weight: 700;
  font-size: 22px;
  padding: 1rem 1rem;
  color: var(--text-white);
  margin: -1.2px 0px 0px -1.2px;
  border-radius: 12px 12px 0px 0px;
  background: var(--bg-secondary);
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
}

.news-date {
  margin: 0;
  padding: 0.5px 0px;
  color: var(--text-white);
  font-size: 12px;
  width: 50%;
  text-align: center;
  border-radius: 8px;
  background: var(--bg-secondary);
  margin-bottom: 10px;
  margin-top: 20px;
}

.ssw {
  max-height: 450px;
  overflow-y: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .news-date {
    width: 40%;
  }
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 412px;
  overflow-y: auto;
}

.body .form-group .select2-results__option {
  border-bottom: 0px solid white;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 4px;
  margin-left: -5px;
}

.select2-container .select2-selection--single .select2-selection__rendered .badge.service_id_badge,
.select2-container .select2-selection--single .select2-selection__rendered .badge.badge-secondary {
  background: var(--bg-secondary);
  color: var(--text-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  border-radius: 4px;
}

.body .style-bg-primary-alpha-10 {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  transform: skew(0deg, 0deg);
  overflow: hidden;
  background: rgb(233 233 233 / 22%);
}

.body .style-bg-primary-alpha-10:before {
  content: "";
  display: block;
  background: #ffffff50;
  height: 205%;
  width: 20px;
  transform: rotate(35deg);
  position: absolute;
  left: 0;
  top: -24px;
  transition: all 0.3s ease-in-out;
  animation: 3.2s shine infinite;
}

@keyframes shine {
  0% {
    left: -20px;
  }

  20% {
    left: 100%;
    top: -20px;
  }

  100% {
    left: 100%;
    top: -20px;
  }
}

.mop {
  transform: rotateY(180deg);
  margin-bottom: -5px;
  margin-top: -12px;
  opacity: 2;
}

.select2-container--default .select2-container--default .select2-results__option:hover a {
  color: var(--bg-sidebar-day);
}

.badge.badge-secondary {
  color: var(--text-white);
}

/* Order form hide */
#orderform-category,
#orderform-service {
  display: none;
}

@media only screen and (max-width: 550px) {
  .currency_change_btn {
    font-size: 8px;
    gap: 1px;
  }
}

.CJ7 {
  border: 1px solid #ff7700;
  border-radius: 5px 5px 0px 0px;
  font-size: 17px;
  font-weight: 700;
  padding: 9px 10px 21px 19px;
}

.nightmode .CJ7 {
  border: 1px solid #38b6ff;
  color: white;
}

.gone {
  height: 20px;
  width: 20px;
}

main {
  padding-top: 0px !important;
}

@keyframes glowingText {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.animated-username {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  background: linear-gradient(90deg,
      #ff0000,
      #ff7300,
      #ffeb00,
      #47ff00,
      #00ffee,
      #007bff,
      #ff00ff);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glowingText 3s ease infinite;
}

/* ===== End Custom Section ===== */

/* hero_v3 icon tw removed */

/* hero_v3 icon ig removed */

/* hero_v3 icon fb removed */

/* hero_v3 icon lv removed */

/* hero_v3 dot icon removed */

/* hero_v3 content link removed */

/* hero_v3 container removed */

/* hero dots removed */

/* hero nion removed */

/* hero_v3 responsive removed (1300px) */

/* hero_v3 responsive removed (992px) */

/* hero_v3 responsive removed (768px) */

.for_desktop {
  display: block;
}

.login_group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.icon-circle {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #ffae00, #16de31);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5px;
  top: 45%;
  transform: translateY(-52%);
  z-index: 1;
}

.icon-circle .icon {
  color: white;
  font-size: 18px;
}

.login_group input {
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 60px;
  /* Adjusted for icon spacing */
  font-size: 16px;
  box-sizing: border-box;
}

.login_group:first-child .icon-circle {
  background-color: #ffbf00;
}

.login_group:last-child .icon-circle {
  background-color: #ffbf00;
}

/* default: Hide the main image and social icons on mobile devices */
.main_image,
.icon_tw,
.icon_fb,
.icon_ig,
.icon_lv {
  display: none;
}

/* Show the main image and social icons only on desktop or mobile desktop mode */
@media only screen and (min-width: 768px) {

  .main_image,
  .icon_tw,
  .icon_fb,
  .icon_ig,
  .icon_lv {
    display: block;
    /* or inline-block, depending on your design */
  }
}

.main_image {
  position: absolute;
  right: 1%;
  top: 100%;
  transform: translateY(-40%);
  width: 790px !important;
  max-width: 100%;
  display: none;
  /* default: hide the image */
}

@media only screen and (min-width: 768px) {
  .main_image {
    display: block;
    /* Show the image only on desktop or mobile desktop mode */
  }
}

/* hero_v3 responsive removed (550px) */

/* CSS Extracted from home.twig */

/* Circle Gradient Input Group Text */
.input-group-text.circle-gradient {
  border-radius: 50%;
  background: var(--primary-gradient);
  color: var(--white);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: none;
  margin-right: 10px;
}

/* Service Home Section */
#service_home {
  padding: 100px 0px;
}

#service_home .def__title__wrap {
  text-align: center;
  margin-bottom: 20px;
}

#service_home .def__title__wrap h2 {
  font-family: var(--font-title);
  font-size: 36px;
  font-weight: bold;
  color: var(--text-black);
  word-spacing: 5px;
  margin-bottom: 10px;
}

#service_home .def__title__wrap p {
  font-family: var(--font-text);
  color: var(--text-black);
  width: 90%;
  margin: 0 auto;
}

#service_home .card_services {
  margin-bottom: 20px;
  background: #f6f9ff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.22);
  border-radius: 30px;
  border: none;
}

#service_home .card_services .card-header {
  background: #eff3fc;
  border: none !important;
  border-radius: 30px;
  padding: 30px 30px;
}

#service_home .card_services .service_tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

#service_home .card_services .service_tabs button {
  display: flex;
  width: 100%;
  font-size: 18px;
  color: var(--text-black);
  font-weight: var(--font-bold);
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--bg-white);
  border: 0.8px solid var(--bg-white);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  min-height: 58px;
}

#service_home .card_services .service_tabs button.active {
  border-color: var(--nav-acitve);
}

#service_home .card_services .services_tabs_content {
  padding: 15px 15px;
}

#service_home .card_services .services_tabs_content h3 {
  font-family: var(--font-title);
  font-size: 35px;
  font-weight: var(--font-bold);
  margin-bottom: 10px;
}

#service_home .card_services .services_tabs_content p {
  font-size: 16px;
  font-weight: var(--font-normal);
  line-height: 1.4;
}

#service_home .def__title__wrap h2.section__title {
  color: var(--text-black);
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}

/* Desktop md */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service_home .def__title__wrap h2 {
    font-size: 36px;
  }

  #service_home .def__title__wrap p {
    width: 100%;
  }

  #service_home .card_services .card-header {
    padding: 25px 20px;
  }

  #service_home .card_services .service_tabs {
    gap: 3px;
  }

  #service_home .card_services .service_tabs button {
    font-size: 12px;
    min-height: 50px;
    gap: 3px;
  }
}

@media only screen and (max-width: 1280px) {
  #service_home .def__title__wrap h2.section__title {
    font-size: 40px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 992px) {
  #service_home .def__title__wrap h2.section__title {
    font-size: 35px;
    line-height: 1.3;
  }
}

/* Tablet */
@media only screen and (max-width: 991px) {

  #service_home,
  #default_sec {
    padding: 70px 0px;
  }

  #service_home .def__title__wrap h2 {
    font-size: 28px;
  }

  #service_home .card_services {
    border-radius: 20px;
  }

  #service_home .card_services .card-header {
    padding: 25px 20px;
    border-radius: 19px;
  }

  #service_home .card_services .service_tabs {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  #service_home .card_services .services_tabs_content h3 {
    font-size: 25px;
  }

  #service_home .card_services .services_tabs_content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  #service_home .def__title__wrap h2.section__title {
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  #service_home {
    padding: 50px 0px;
  }

  #service_home .def__title__wrap h2 {
    font-size: 24px;
  }

  #service_home .card_services .service_tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #service_home .card_services .service_tabs button {
    font-size: 14px;
    min-height: 45px;
  }

  #service_home .card_services,
  #service_home .card_services .card-header {
    border-radius: 15px;
  }

  #service_home .card_services .card-header {
    padding: 25px 20px;
  }

  #service_home .card_services .services_tabs_content {
    padding: 0px;
  }

  #service_home .card_services .services_tabs_content h3 {
    font-size: 20px;
  }

  #service_home .card_services .services_tabs_content p {
    font-size: 14px;
  }
}

#service_home .def__title__wrap .text-center {
  text-align: center;
}

#service_home .def__title__wrap .mb-5 {
  margin-bottom: 3rem !important;
}

/* Why Choose Us Section */
#whyChooseUs {
  padding: 120px 0px;
}

#whyChooseUs .def__title__wrap {
  margin-bottom: 50px !important;
}

#whyChooseUs .why_choose_item {
  border-radius: 17px;
  border: 1px solid #eee;
  background: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(226, 226, 226, 0.25);
  padding: 25px 25px;
  margin-bottom: 1.75rem;
  min-height: 290px;
  transition: 0.5s ease-in-out;
}

#whyChooseUs .why_choose_item:hover {
  transform: scale(1.05);
  border-color: var(--primary-color);
}

#whyChooseUs .why_choose_item .icon {
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 80px;
  margin-bottom: 15px;
  background: var(--primary-gradient);
}

#whyChooseUs .why_choose_item h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-title);
  margin-bottom: 10px;
}

/* Make the Font Awesome icon visible and centered; keep two-tone gradient on the circle */
#whyChooseUs .why_choose_item .icon i {
  color: var(--text-white);
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
}

#whyChooseUs .why_choose_item p {
  font-size: 16px;
  color: var(--black-p);
}

/* Testimonials Section */
#testimonials {
  background: #ebf6ff;
  padding-top: 100px;
  overflow: hidden;
}

#testimonials .testimonials__comments {
  width: 95%;
  margin: 0 auto;
}

#testimonials .swiper_slider_button {
  display: flex;
  justify-content: end;
  position: relative;
  top: -100px;
  z-index: 999;
}

.testimonials_text_wrap .testi_comments {
  display: flex;
  gap: 5px;
}

.testimonials_text_wrap .testi_comments .qoute_top,
.testimonials_text_wrap .testi_comments .qoute_last {
  min-width: 60px;
}

.testimonials_text_wrap .testi_comments .qoute_last {
  display: inline-flex;
  flex-direction: column;
  justify-content: end;
}

.testimonials_text_wrap .testi_comments .qoute_top img,
.testimonials_text_wrap .testi_comments .qoute_last img {
  height: 60px;
}

.testimonials_text_wrap .user__infos {
  padding-left: 60px;
}

.testimonials_text_wrap .user__infos .star {
  font-size: 16px;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.testimonials_text_wrap .user__infos h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-title);
  margin-bottom: 0;
}

#testimonials .def__title__wrap h2 {
  font-family: var(--title-font);
  font-size: 32px;
  font-weight: bold;
  color: var(--black-title);
}

.swiper-next.swiper-button-disabled,
.swiper-prev.swiper-button-disabled {
  opacity: 0.5;
}

/* Responsive Design */
@media only screen and (max-width: 1440px) {
  #whyChooseUs .why_choose_item p {
    font-size: 16px;
  }

  #whyChooseUs .why_choose_item h3 {
    font-size: 18px;
  }

  #whyChooseUs .why_choose_item .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .testimonials_image img {
    width: 100%;
    position: relative;
    bottom: -20px;
  }
}

@media only screen and (max-width: 1200px) {
  #whyChooseUs .why_choose_item p {
    font-size: 14px;
  }

  #whyChooseUs .why_choose_item h3 {
    font-size: 18px;
  }

  #whyChooseUs .why_choose_item .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .testimonials_image img {
    width: 100%;
    position: relative;
    bottom: -20px;
  }
}

@media only screen and (max-width: 991px) {
  #whyChooseUs {
    padding: 80px 0px;
  }

  #whyChooseUs .why_choose_item .icon {
    margin-bottom: 20px;
  }

  #whyChooseUs .why_choose_item {
    min-height: 310px;
  }

  .testimonials_image {
    text-align: center;
  }

  .testimonials_image img {
    width: 50%;
    margin: 0 auto;
  }

  #testimonials {
    padding-top: 80px;
  }

  #testimonials .row {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  #whyChooseUs {
    padding: 60px 0px;
  }

  .testimonials_image {
    text-align: center;
  }

  .testimonials_image>img {
    width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  #whyChooseUs {
    padding: 45px 0px;
  }

  #whyChooseUs .why_choose_item p {
    font-size: 14px;
  }

  #whyChooseUs .why_choose_item {
    min-height: 270px;
  }

  .testimonials_image>img {
    width: 100%;
    max-width: 100% !important;
  }

  .testimonials_text_wrap .testi_comments .qoute_top,
  .testimonials_text_wrap .testi_comments .qoute_last {
    min-width: 40px;
  }

  .testimonials_text_wrap .testi_comments .qoute_top img,
  .testimonials_text_wrap .testi_comments .qoute_last img {
    height: 40px;
  }

  .testimonials_text_wrap .user__infos {
    padding-left: 40px;
  }

  .testimonials_text_wrap .user__infos .star {
    font-size: 14px;
  }

  .testimonials_text_wrap .user__infos h4 {
    font-size: 18px;
  }
}

/* Payment Methods Section - Ready */
#ready {
  padding: 100px 0px;
  background: #ebf6ff;
}

.def__title__wrap {
  margin-bottom: 20px;
}

.def__title__wrap h4 {
  font-size: 28px;
  color: var(--primary-color);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.def__title__wrap h2 {
  font-size: 48px;
  color: var(--black-title);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1 !important;
}

.def__title__wrap p {
  font-size: 18px;
  margin-bottom: 15px;
}

.text-primary-gradient {
  background-color: var(--primary-color);
  background-image: var(--primary-gradient);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

/* Removed global .btn-primary overrides to avoid affecting existing buttons */

/* Responsive Design */
@media only screen and (max-width: 1440px) {
  .def__title__wrap h2 {
    font-size: 40px;
  }

  .def__title__wrap p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .def__title__wrap h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 991px) {
  #ready {
    padding: 80px 0px;
  }

  .def__title__wrap h2 {
    font-size: 38px;
    text-align: center;
  }

  .def__title__wrap {
    text-align: center;
  }

  .ready-social-media {
    text-align: center;
  }

  .def__title__wrap h2 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #ready {
    padding: 60px 0px;
  }

  .def__title__wrap h2 {
    font-size: 33px;
  }

  .def__title__wrap p {
    font-size: 16px;
  }

  /* Removed responsive overrides for .btn-primary to prevent conflicts */
}

@media only screen and (max-width: 575px) {
  #ready {
    padding: 45px 0px;
  }

  .def__title__wrap h2 {
    font-size: 24px;
  }

  .def__title__wrap p {
    font-size: 14px;
  }

  /* Removed additional .btn-primary font-size override */
}

/* Hero Section (moved to sun.css styles) */

/* Hero image styles */
.hero_image {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero_image>img {
  max-width: 100%;
  height: auto;
}

/* Login form container */
.login-hero {
  width: 85%;
  max-width: 85%;
  margin: 2rem 0 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Form groups */
.top__login__group {
  margin-bottom: 1rem;
}

.top__login__group .form-group {
  margin-bottom: 1rem;
}

/* Form control styles */
.login-hero .form-control {
  height: 55px;
  border-radius: 10px;
  font-size: 18px;
  padding-left: 60px;
  padding-right: 20px;
  box-shadow: none !important;
  border: 1px solid var(--bg-card-day);
  transition: border-color 0.3s ease;
}

.login-hero .form-control:focus {
  border-color: #ff8a00;
  /* match brand color */
  outline: none;
  box-shadow: none;
  /* glow will be applied on the wrapper */
}

/* Icon positioning */
.login-hero .has_icon {
  position: relative;
}

.login-hero .has_icon .icon img {
  position: absolute;
  z-index: 9;
  width: 30px;
  height: 30px;
  top: 12px;
  left: 10px;
}

/* Password show/hide button */
.has_password {
  position: relative;
}

.pwd_show_hide {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-gradient);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.pwd_show_hide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.pwd_show_hide i {
  font-size: 18px;
  color: var(--text-white);
}

/* toggle eye/eye-slash visibility */
.pwd_show_hide .show-eye {
  display: none;
}

.pwd_show_hide.is-show .show-eye {
  display: inline;
}

.pwd_show_hide.is-show .hide-eye {
  display: none;
}

/* Left-side input icons (Font Awesome) */
.input-with-left-icon {
  position: relative;
  overflow: hidden;
  /* clip segments to rounded corners */
  border-radius: 10px;
  /* so outer focus ring follows corners */
  width: 100%;
  flex: 1;
}

/* Outer focus ring across full control (including icon segments) */
.input-with-left-icon:focus-within {
  box-shadow: none;
  transform: none;
}

.input-with-left-icon .form-control:focus {
  border-color: var(--text-primary);
  outline: none;
}

.input-with-left-icon .form-control:hover {
  border-color: var(--text-primary);
}

.input-with-left-icon .left-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  background: var(--primary-gradient);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  pointer-events: none;
}

/* subtle divider between icon segment and input text */
.input-with-left-icon .left-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.input-with-left-icon .left-icon i {
  font-size: 18px;
  line-height: 1;
}

/* Keep password eye button on the right */
.has_password.input-with-left-icon .pwd_show_hide {
  right: 0;
}

/* radius adjustments so segments meet edge cleanly */
.input-with-left-icon .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 60px;
  height: 55px;
  font-size: 18px;
  border: 1px solid var(--bg-card-day);
  border-radius: 10px;
}

.has_password.input-with-left-icon .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 50px;
  padding-left: 60px;
  height: 55px;
  font-size: 18px;
}

/* Middle login group */
.login-hero .middle__login__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

/* Form check styles */
.form-check {
  display: flex;
  align-items: center;
}

.form-check-input {
  margin-right: 0.5rem;
}

.form-check-label {
  font-size: 14px;
  cursor: pointer;
}

/* Forgot password link */
.forgotpassword {
  font-size: 14px;
  text-decoration: none;
  color: #007bff !important;
}

.forgotpassword:hover {
  text-decoration: underline;
}

/* Bottom login group */
.login-hero .bottom__login__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 1rem;
}

/* Button styles */
.btn-signin {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.btn-signin:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

/* Signup page submit button sizing inside login-hero */
.login-hero .btn.btn-primary.btn-gradient {
  width: 100% !important;
  /* full width */
  max-width: 100%;
  height: 45px;
  border-radius: 10px;
  display: block;
  margin: 10px auto 0 auto;
  /* center horizontally */
  font-size: 18px;
  font-weight: 600;
}

/* Signup form container width increase */
.signup__form {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  transform: translateX(0);
}

/* Form groups flexible */
.top__login__group {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}

.form-group {
  width: 100%;
  flex: 1;
  margin-bottom: 1rem;
}

/* Google signin button */
.google_signin_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 10px;
  background: var(--bg-sidebar-day);
  border: 1px solid var(--bg-card-day);
  cursor: pointer;
  transition: all 0.3s ease;
}

.google_signin_btn:hover {
  border-color: #007bff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Sign up link */
.link {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.link:hover {
  text-decoration: underline;
}

/* Responsive Design */

/* Large screens (1700px and below) */
@media only screen and (max-width: 1700px) {
  .hero_image>img {
    max-width: 450px;
  }
}

/* Large screens (1440px and below) */
@media only screen and (max-width: 1440px) {
  .hero_image>img {
    max-width: 450px;
  }
}

/* Medium-large screens (1200px and below) */
@media only screen and (max-width: 1200px) {
  .login-hero {
    width: 90%;
    max-width: 90%;
    margin: 2rem 0 0 0;
    flex: 1;
  }

  .login-hero .bottom__login__group {
    gap: 15px;
  }
}

/* Tablets (991px and below) */
@media only screen and (max-width: 991px) {
  .hero_content p {
    font-size: 18px;
    text-align: center;
  }

  .hero_image.text-end {
    text-align: center !important;
    margin-top: 35px;
  }

  .login-hero {
    margin: 2rem 0 0 0;
    flex: 1;
    width: 95%;
    max-width: 95%;
  }
}

/* Mobile devices (768px and below) */
@media only screen and (max-width: 768px) {
  .hero_content p {
    font-size: 16px;
  }

  .login-hero .form-control {
    height: 50px;
    font-size: 16px;
    padding-left: 55px;
    padding-right: 20px;
    width: 100%;
    flex: 1;
  }

  .login-hero .has_icon .icon img {
    width: 22px;
    height: 22px;
    top: 11px;
    left: 10px;
  }

  .hero_image.text-end {
    width: 400px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .hero_image>img {
    max-width: 100%;
  }

  .login-hero .bottom__login__group {
    grid-template-columns: repeat(2, 1fr);
  }

  .btn-signin {
    height: 50px;
    font-size: 16px;
  }

  .google_signin_btn {
    height: 50px;
  }
}

/* Small mobile devices (550px and below) */
@media only screen and (max-width: 550px) {
  .hero_content p {
    font-size: 14px;
  }

  .login-hero .form-control {
    font-size: 14px;
    height: 45px;
  }

  .hero_image.text-end {
    width: 100%;
    max-width: 100% !important;
  }

  .hero_image>img {
    max-width: 100%;
  }

  .login-hero .bottom__login__group {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bottom__login__group .btn-signin {
    width: 100%;
    height: 48px;
    font-size: 14px;
  }

  .google_signin_btn {
    height: 48px;
  }

  .login-hero .has_icon .icon img {
    width: 20px;
    height: 20px;
    top: 14px;
    left: 12px;
  }
}

/* Extra small devices (400px and below) */
@media only screen and (max-width: 400px) {
  .login-hero .form-control {
    height: 42px;
    font-size: 13px;
  }

  .btn-signin {
    height: 45px;
    font-size: 13px;
  }

  .google_signin_btn {
    height: 45px;
  }
}

/* Utility classes */
.text-black {
  color: var(--text-black) !important;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.flex-column {
  flex-direction: column !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

/* Animation for smooth transitions */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Focus states for accessibility */
.btn:focus,
.form-check-input:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* Loading state for buttons */
.btn-signin:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Error states */
.form-control.is-invalid {
  border-color: var(--badges-canceled);
}

.form-control.is-invalid:focus {
  border-color: var(--badges-canceled);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* ===== Hide Scrollbar for Category Filter ===== */
.filter_btn_wrap {
  /* Hide scrollbar for WebKit browsers */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.filter_btn_wrap::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

/* ===== End Hide Scrollbar ===== */

/* Home Page (Hero) — copied exactly from sun.css */
#hero {
  background: url(https://smmtor.com/assets/winterpro/img/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px;
}

/* Hero image rules copied from sun.css */
@media only screen and (max-width: 1700px) {
  .hero_image>img {
    max-width: 450px;
  }
}

@media only screen and (max-width: 1440px) {
  .hero_image>img {
    max-width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .hero_image.text-end {
    text-align: center !important;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .hero_image.text-end {
    width: 400px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .hero_image>img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .hero_image.text-end {
    width: 100%;
    max-width: 100% !important;
  }

  .hero_image>img {
    max-width: 100%;
  }
}

/* Desktop-only fine-tune: lower the hero image slightly */
@media only screen and (min-width: 1200px) {
  .hero_image {
    margin-top: 30px;
  }

  .signup_title {
    text-align: center !important;
  }

  .signup_title h1 {
    text-align: center !important;
    font-weight: 800 !important;
    font-size: 48px !important;
    letter-spacing: 1px !important;
  }

  .signup_title p {
    text-align: center !important;
  }
}

@media only screen and (min-width: 1440px) {
  .hero_image {
    margin-top: 40px;
  }
}

/* desktop: add a bit more breathing room from the header to hero like sun.css */
@media only screen and (min-width: 1200px) {
  #hero {
    padding-top: 150px;
  }

  #signup_wraper .signup_right {
    padding-top: 100px;
  }
}

#hero .hero_content h4 {
  font-size: 24px;
  color: var(--black-title);
  font-weight: 400;
}

#seo_top_section h1,
#hero .hero_content h1 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
}

/* Responsive (from sun.css) */
@media only screen and (max-width: 1700px) {
  #hero .hero_content h4 {
    font-size: 22px;
  }

  #seo_top_section h1,
  #hero .hero_content h1 {
    font-size: 48px;
  }
}

/* Signup section */
#signup_wraper {
  padding: 30px 0 60px 0;
  width: 100%;
}

#signup_wraper .signup_left,
#signup_wraper .signup_right {
  background: transparent;
  width: 100%;
}

.signup__image img.img-fluid {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

/* Signup title center alignment */
.signup_title {
  text-align: center !important;
  margin-bottom: 2rem;
}

.signup_title h1 {
  text-align: center !important;
  font-weight: 800 !important;
  font-size: 48px !important;
  letter-spacing: 1px !important;
}

.signup_title p {
  text-align: center !important;
}

.signup__form .has_icon,
.login-hero .has_icon {
  position: relative;
}

.signup__form .has_icon .icon img,
.login-hero .has_icon .icon img {
  position: absolute;
  z-index: 9;
  width: 30px;
  height: 30px;
  top: 12px;
  left: 10px;
}

.signup__form .form-control,
.login-hero .form-control {
  height: 55px;
  border-radius: 10px;
  font-size: 18px;
  padding-left: 60px;
  padding-right: 20px;
  box-shadow: none !important;
  border: 1px solid var(--bg-card-day);
  transition: border-color 0.3s ease;
}

.signup__form .form-control {
  background: #f3f3f3;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding-right: 5px;
}

.signup_button_wraper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  transform: translateX(0);
}

.signup_with_google {
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup_title p {
  text-align: center;
}

.signup_title h1 {
  font-weight: 800 !important;
  font-size: 40px !important;
  letter-spacing: 1px !important;
}

@media only screen and (max-width: 1200px) {
  .signup__image img {
    width: 80%;
    margin: 20px auto 0 auto;
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  #signup_wraper {
    margin-top: 60px;
  }

  #signup_wraper {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    min-height: 100vh;
    width: 100%;
  }

  #signup_wraper .signup_left,
  #signup_wraper .signup_right {
    padding: 30px 0px;
    flex: 1;
    width: 100%;
  }

  .signup__image img {
    width: 100%;
    margin: 10px auto 0 auto;
    display: block;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #signup_wraper {
    margin-top: 70px;
  }

  #signup_wraper .signup_right {
    padding: 40px 5px 0 5px;
    min-height: 100vh;
  }

  .signup__form .form-control,
  .login-hero .form-control {
    height: 50px;
    font-size: 16px;
    padding-left: 55px;
    width: 100%;
    flex: 1;
  }

  .signup__form .has_icon .icon img,
  .login-hero .has_icon .icon img {
    position: absolute;
    z-index: 9;
    width: 22px;
    height: 22px;
    top: 11px;
    left: 10px;
  }
}

@media only screen and (max-width: 550px) {
  #signup_wraper {
    margin-top: 80px;
  }

  #signup_wraper .signup_right {
    padding: 50px 5px 0 5px;
    min-height: 100vh;
  }

  .signup_title h1 {
    font-weight: 800 !important;
    font-size: 30px !important;
    letter-spacing: 1px !important;
  }
}

@media only screen and (max-width: 550px) {
  .signup_button_wraper {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1440px) {
  #hero .hero_content h4 {
    font-size: 22px;
  }

  #seo_top_section h1,
  #hero .hero_content h1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1200px) {
  #hero .hero_content h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  #hero {
    padding: 100px 0px;
    margin-top: 50px;
  }

  #hero .hero_content h4 {
    font-size: 22px;
    text-align: center;
  }

  #seo_top_section h1,
  #hero .hero_content h1 {
    font-size: 56px;
    text-align: center;
  }

  .hero_content p {
    font-size: 18px;
    text-align: center;
  }
}

/* FAQ v2 CSS - Moved from gen.css */
#faq_v2 {
  padding: 100px 0px;
  padding-bottom: 150px;
}

/* FAQ v2 Title Styling - Same as whyChooseUs */
#faq_v2 .def__title__wrap {
  margin-bottom: 50px !important;
  text-align: center;
}

#faq_v2 .def__title__wrap h4 {
  font-size: 28px;
  color: var(--primary-color);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

#faq_v2 .def__title__wrap h2 {
  font-size: 48px;
  color: var(--black-title);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1 !important;
}

#faq_v2 .def__title__wrap p {
  font-size: 18px;
  margin-bottom: 15px;
}

#faq_v2 .accordion-item {
  margin-bottom: 15px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.25);
}

#faq_v2 .accordion-item .accordion-button.collapsed {
  border-radius: 10px;
}

#faq_v2 .accordion-item .accordion-button {
  font-size: 16px;
  font-weight: bold;
  box-shadow: none;
  border-radius: 10px 10px 0px 0px;
}

#faq_v2 .accordion-item .accordion-body {
  font-size: 14px;
}

#faq_v2 .accordion-button:not(.collapsed) {
  color: var(--primary-color-v2);
  background-color: rgb(95 29 232 / 16%);
}

/* FAQ v2 Responsive CSS */
@media (max-width: 1440px) {
  #faq_v2 .def__title__wrap h2 {
    font-size: 40px;
  }

  #faq_v2 .def__title__wrap p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  #faq_v2 {
    padding: 80px 0px;
  }

  #faq_v2 .def__title__wrap h2 {
    font-size: 34px;
  }

  #faq_v2 .accordion-item .accordion-button {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #faq_v2 .def__title__wrap h2 {
    font-size: 38px;
    text-align: center;
  }

  #faq_v2 .def__title__wrap {
    text-align: center;
  }

  #faq_v2 .def__title__wrap h2 br {
    display: none;
  }
}

@media (max-width: 768px) {
  #faq_v2 {
    padding: 50px 0px;
  }

  #faq_v2 .def__title__wrap h2 {
    font-size: 33px;
  }

  #faq_v2 .def__title__wrap p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  #faq_v2 .def__title__wrap h2 {
    font-size: 24px;
  }

  #faq_v2 .def__title__wrap p {
    font-size: 14px;
  }
}

/* CTA v3 CSS - Moved from gen.css with bestsmmpanel gradient */
#cta_v3 {
  padding: 130px 0px;
  background: linear-gradient(to left, #7367F0, #8F85F3);
  border-radius: 0px;
  overflow: hidden;
}

#cta_v3 .def__title__wrap p,
#cta_v3 .def__title__wrap h2 {
  color: var(--white-v2);
}

#cta_v3 .def__title__wrap .btn-white {
  background: var(--white-v2);
}

/* CTA v3 Responsive CSS */
@media (max-width: 768px) {
  #cta_v3 {
    padding: 60px 0px;
  }
}

/* Page Top Banner CSS - Moved from gen.css with gradient background */
#page_top_banner {
  padding: 60px 0px;
  background: linear-gradient(to left, #7367F0, #8F85F3);
  border-radius: 0px;
  overflow: hidden;
}

#page_top_banner .page__title__all {
  text-align: center;
}

#page_top_banner .page__title__all h1 {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  color: var(--text-white);
}

#page_top_banner .page__title__all p {
  font-size: 16px;
  font-weight: normal;
  color: var(--text-white);
  line-height: 1.5;
}

/* Page Top Banner Responsive CSS */
@media only screen and (max-width: 1440px) {
  #page_top_banner .page__title__all h1 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1200px) {
  #page_top_banner .page__title__all h1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 991px) {
  #page_top_banner .page__title__all h1 {
    text-align: center;
  }

  #page_top_banner .page__title__all p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #page_top_banner .page__title__all h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 550px) {
  #page_top_banner .page__title__all h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 768px) {
  #hero {
    padding: 80px 0px;
    margin-top: 80px;
  }

  #seo_top_section h1,
  #hero .hero_content h1 {
    font-size: 40px;
  }

  .hero_content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 550px) {
  #hero {
    padding: 60px 0px;
    margin-top: 70px;
  }

  #hero .hero_content h4 {
    font-size: 18px;
  }

  #seo_top_section h1,
  #hero .hero_content h1 {
    font-size: 30px;
  }

  .hero_content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  #hero {
    padding: 45px 0px;
    margin-top: 60px;
  }

  #seo_top_section h1,
  #hero .hero_content h1 {
    font-size: 26px;
  }

  .signup_title h1 {
    font-weight: 800 !important;
    font-size: 26px !important;
    letter-spacing: 1px !important;
  }
}

/* ---------- Currency Balance Dropdown ----------- */

.balance-dropdown-container .dropdown-menu {
  /* Override background-clip so padding doesn't stretch the border gradient */
  background-clip: padding-box, border-box !important;
  background-origin: border-box !important;
  border: 0.8px solid transparent !important;

  padding: 8px !important;
  min-width: 160px !important;
  max-width: 180px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  top: 100% !important;
  transform: translateY(10px) !important;
  transition: all 0.3s ease;

  max-height: 250px !important;
  overflow-y: auto !important;

  display: none;
}

.balance-dropdown-container .dropdown-menu.show {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

/* Custom scrollbar for currency dropdown */
.balance-dropdown-container .dropdown-menu::-webkit-scrollbar {
  width: 4px;
}

.balance-dropdown-container .dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}

.balance-dropdown-container .dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(115, 103, 240, 0.3);
  border-radius: 10px;
}

.nightmode .balance-dropdown-container .dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(143, 133, 243, 0.3);
}

.balance-dropdown-container .dropdown-menu.dropdown-menu-end,
.balance-dropdown-container .dropdown-menu.dropdown-menu-right {
  right: 0 !important;
  left: auto !important;
}

.nightmode .balance-dropdown-container .dropdown-menu {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.balance-dropdown__item {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.balance-dropdown__link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 12px !important;
  color: var(--text-black) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px !important;
  background: #f4f4f4 !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 100%;
}

.nightmode .balance-dropdown__link {
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--text-white) !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.balance-dropdown__link:hover {
  background: var(--primary-gradient) !important;
  color: var(--text-white) !important;
  border-color: transparent !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nightmode .balance-dropdown__link:hover {
  background: var(--primary-gradient) !important;
  color: var(--text-white) !important;
  border-color: transparent !important;
}

/* Ensure dropdown toggle button matches aesthetic (transparent, no circle, no shadow) */
.balance-dropdown-container .btn-primary {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  width: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  color: var(--text-black) !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 20px !important;
  margin-right: 12px;
  outline: none !important;
}

.nightmode .balance-dropdown-container .btn-primary {
  background: transparent !important;
  color: var(--text-white) !important;
}

.balance-dropdown-container .dropdown-toggle::after {
  display: none !important;
}

.balance-dropdown-container .btn-primary:active,
.balance-dropdown-container .btn-primary:focus {
  box-shadow: none !important;
  background: transparent !important;
}

.nightmode .balance-dropdown-container .btn-primary:active,
.nightmode .balance-dropdown-container .btn-primary:focus {
  box-shadow: none !important;
  background: transparent !important;
}

/* ===== Sitewide Icon Colors ===== */
/* Light mode: icons are black */
.dashboard i.fas,
.dashboard i.far,
.dashboard i.fab,
.dashboard i.fa,
.dashboard i.fal,
.dashboard i.fad {
  color: var(--text-black);
}

/* Dark mode: icons are white */
.dashboard.nightmode i.fas,
.dashboard.nightmode i.far,
.dashboard.nightmode i.fab,
.dashboard.nightmode i.fa,
.dashboard.nightmode i.fal,
.dashboard.nightmode i.fad {
  color: var(--text-white);
}

/* Order status badges (moved from inline styles in Twig templates) */
.ordStatus {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 15px;
  padding: 5px 15px;
  font-size: 12px;
  text-align: center;
  color: var(--text-black);
}

.ordStatus i {
  font-size: 14px;
}

.status-completed {
  background: var(--badges-completed);
}

.status-inprogress {
  background: var(--badges-inprogress);
}

.status-pending {
  background: var(--badges-pending);
}

.status-partial {
  background: var(--badges-partials);
}

.status-processing {
  background: var(--badges-processing);
}

.status-canceled {
  background: var(--badges-canceled);
}

.ordStatus .status-text {
  color: inherit;
}

.dashboard.nightmode .ordStatus {
  color: var(--text-white);
}

/* Filter buttons: use the button's own color */
.btn_filter i.fas,
.btn_filter i.far,
.btn_filter i.fab,
.btn_filter i.fa {
  color: inherit;
}

/* ===== End Sitewide Icon Colors ===== */

/* ---------- Redesigned How It Works Section ---------- */
.how-it-works-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--text-black);
  line-height: 1.2;
}

.nightmode .how-it-works-title {
  color: var(--text-white);
}

/* Orders page button styles (moved from inline orders.twig) */
.refill-button {
  background: var(--text-primary);
  color: #fff;
  border: none;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
}

.refill-button:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

.btn-actions {
  background-color: #dc3545;
  color: #fff;
  border: none;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.btn-actions:hover {
  background-color: #c82333;
}

.how-it-works-subtitle {
  font-size: 15px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.nightmode .how-it-works-subtitle {
  color: #b0b0b0;
}

.how-works-card {
  background: var(--bg-sidebar-day) !important;
  border: 1px solid rgba(115, 103, 240, 0.08) !important;
  box-shadow: 0 10px 30px rgba(115, 103, 240, 0.04) !important;
  border-radius: 20px !important;
  transition: all 0.3s ease !important;
  height: 100%;
}

.nightmode .how-works-card {
  background: var(--bg-sidebar-night) !important;
  border: 1px solid rgba(115, 103, 240, 0.15) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.how-works-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(115, 103, 240, 0.1) !important;
  border-color: rgba(115, 103, 240, 0.2) !important;
}

.nightmode .how-works-card:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4) !important;
  border-color: rgba(115, 103, 240, 0.3) !important;
}

.how-works-icon-wrap {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.how-works-icon-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.how-works-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-black) !important;
  margin-bottom: 15px;
  text-align: left;
}

.nightmode .how-works-card-title {
  color: var(--text-white) !important;
}

.how-works-card-desc {
  font-size: 14px;
  color: #64748b !important;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 0;
}

.nightmode .how-works-card-desc {
  color: #a8a8b3 !important;
}

/* ---------- Mobile App / Software Section ---------- */
#softwareSection {
  padding: 80px 0px;
  background: var(--bg-daymode);
  position: relative;
}

.nightmode #softwareSection {
  background: var(--bg-darkmode) !important;
}

.app-mockup-wrap {
  position: relative;
  display: inline-block;
  animation: appFloat 6s ease-in-out infinite;
  will-change: transform;
}

@keyframes appFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -15px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.app-mockup-img {
  max-height: 520px;
  width: auto;
  filter: drop-shadow(0 20px 40px rgba(115, 103, 240, 0.25));
}

.nightmode .app-mockup-img {
  filter: drop-shadow(0 20px 40px rgba(115, 103, 240, 0.4));
}

.feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(115, 103, 240, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nightmode .feature-icon {
  background: rgba(115, 103, 240, 0.2);
}

.feature-text {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}

.nightmode .feature-text {
  color: #b0b0b0;
}

.nightmode .feature-text strong {
  color: var(--text-white) !important;
}

.why-choose-login {
  padding-top: 50px !important;
}

/* Button hover effects for app section */
.app-download-buttons .btn {
  transition: all 0.3s ease-in-out !important;
}

.app-download-buttons .btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.app-download-buttons .btn-primary:hover {
  box-shadow: 0 8px 20px rgba(115, 103, 240, 0.35) !important;
}



/* Why Chose Us Section Premium Styles */
#why_chose_us {
  background: linear-gradient(180deg, #F0F5FF 0%, var(--bg-sidebar-day) 100%);
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.nightmode #why_chose_us {
  background: var(--bg-darkmode) !important;
}

#why_chose_us .text-feature {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-primary);
  margin-top: 20px;
  margin-bottom: 40px;
}

#why_chose_us .features_items_wraper {
  padding: 10px 0 40px 0;
}

#why_chose_us .swiper {
  width: 100%;
  padding: 20px 10px 40px 10px;
}

#why_chose_us .feature_item,
#howItWorksSection .feature_item {
  background: var(--bg-sidebar-day);
  border-radius: 20px;
  padding: 40px 30px;
  border: 1px solid rgba(115, 103, 240, 0.08);
  box-shadow: 0 10px 30px rgba(115, 103, 240, 0.04);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nightmode #why_chose_us .feature_item,
.nightmode #howItWorksSection .feature_item {
  background: var(--bg-sidebar-night) !important;
  border-color: rgba(115, 103, 240, 0.15) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

#why_chose_us .feature_item:hover,
#howItWorksSection .feature_item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(115, 103, 240, 0.1);
  border-color: rgba(115, 103, 240, 0.2);
}

.nightmode #why_chose_us .feature_item:hover,
.nightmode #howItWorksSection .feature_item:hover {
  border-color: rgba(115, 103, 240, 0.3) !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4) !important;
}

#why_chose_us .feature_item .icon,
#howItWorksSection .feature_item .icon {
  width: 130px;
  height: 130px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#why_chose_us .feature_item .icon img,
#howItWorksSection .feature_item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#why_chose_us .feature_item_content h3,
#howItWorksSection .feature_item_content h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-black);
  margin-bottom: 15px;
}

.nightmode #why_chose_us .feature_item_content h3,
.nightmode #howItWorksSection .feature_item_content h3 {
  color: var(--text-white) !important;
}

#why_chose_us .feature_item_content p,
#howItWorksSection .feature_item_content p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.nightmode #why_chose_us .feature_item_content p,
.nightmode #howItWorksSection .feature_item_content p {
  color: #a8a8b3 !important;
}

#why_chose_us .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--text-primary);
  opacity: 0.3;
}

#why_chose_us .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  background: var(--text-primary);
  opacity: 1;
  transition: all 0.3s ease;
}

#why_chose_us .btn-get-started {
  background: var(--primary-gradient, var(--text-primary));
  color: var(--text-white) !important;
  border-radius: 50px;
  padding: 14px 40px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  box-shadow: 0 10px 20px rgba(115, 103, 240, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
}

#why_chose_us .btn-get-started:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 25px rgba(115, 103, 240, 0.3);
}

/* Moved inline styles from login.twig */
.app-download-buttons a {
  border-radius: 50px !important;
}

.app-download-buttons .btn-dark {
  background: var(--bg-darkmode) !important;
  border-color: var(--bg-darkmode) !important;
}

.nightmode .app-download-buttons .btn-dark {
  background: var(--bg-sidebar-night) !important;
  border-color: var(--border-dark) !important;
}

.app-download-buttons a small {
  font-size: 10px !important;
  opacity: 0.8 !important;
  line-height: 1 !important;
}

.app-download-buttons a span {
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

@media only screen and (max-width: 576px) {
  .app-download-buttons {
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }

  .app-download-buttons a {
    padding: 8px 12px !important;
    flex: 1;
    justify-content: center;
  }

  .app-download-buttons a i {
    font-size: 14px !important;
  }

  .app-download-buttons a small {
    font-size: 8px !important;
  }

  .app-download-buttons a span {
    font-size: 11px !important;
  }
}


/* ---------- Scroll Lag & Animation Performance Optimization ---------- */
.snowflakes,
.snowflake {
  will-change: auto !important;
}

/* ==========================================
   Integration Buttons & Review Rating Styles
   ========================================== */
/* ==========================================================================
   UNIFIED FLOATING SOCIAL BUTTON SYSTEM (WhatsApp & Telegram)
   ========================================================================== */

/* 1. Base Container & Position Alignment */
.floating-social-container,
.floating-social-group {
  position: relative;
  z-index: 999999;
}

.floating-social-widget,
.floating-social-group,
.integration-fixed {
  position: fixed !important;
  z-index: 999999 !important;
}

/* Right Side Positioning & Stacking */
.floating-social-group-right,
.floating-social-right,
.integration-fixed__bottom-right,
.integration-fixed__top-right {
  right: 25px !important;
  left: auto !important;
  display: flex !important;
  flex-direction: column-reverse !important;
  align-items: flex-end !important;
  gap: 12px !important;
}

.floating-social-group-right,
.floating-social-right,
.integration-fixed__bottom-right {
  bottom: 25px !important;
  top: auto !important;
}

/* Left Side Positioning & Stacking */
.floating-social-group-left,
.floating-social-left,
.integration-fixed__bottom-left,
.integration-fixed__top-left {
  left: 25px !important;
  right: auto !important;
  display: flex !important;
  flex-direction: column-reverse !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.floating-social-group-left,
.floating-social-left,
.integration-fixed__bottom-left {
  bottom: 25px !important;
  top: auto !important;
}

.whatsapp-container,
.telegram-container {
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

/* 2. Unified Base Floating Button (.float-btn) */
.float-btn,
.whatsapp-button,
.telegram-button,
a.whatsapp-button,
a.telegram-button,
#whatsapp-btn,
#telegram-btn {
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 999999 !important;
  outline: none !important;
}

.float-btn i,
.float-btn svg,
.whatsapp-button i,
.whatsapp-button svg,
.telegram-button i,
.telegram-button svg {
  font-size: 28px !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.float-btn:hover,
.whatsapp-button:hover,
.telegram-button:hover {
  transform: scale(1.1) translateY(-3px) !important;
}

/* 3. Button Theme Modifiers */
/* WhatsApp */
.float-btn-whatsapp,
.whatsapp-button,
#whatsapp-btn {
  background-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4) !important;
}

.float-btn-whatsapp:hover,
.whatsapp-button:hover,
#whatsapp-btn:hover {
  background-color: #128c7e !important;
  color: #ffffff !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6) !important;
}

/* Telegram */
.float-btn-telegram,
.telegram-button,
#telegram-btn {
  background-color: #1fafcc !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(31, 175, 204, 0.4) !important;
}

.float-btn-telegram:hover,
.telegram-button:hover,
#telegram-btn:hover {
  background-color: #0088cc !important;
  color: #ffffff !important;
  box-shadow: 0 8px 25px rgba(31, 175, 204, 0.6) !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {

  .floating-social-group-right,
  .floating-social-right,
  .integration-fixed__bottom-right {
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
  }

  .floating-social-group-left,
  .floating-social-left,
  .integration-fixed__bottom-left {
    bottom: 20px !important;
    left: 20px !important;
    right: auto !important;
  }

  .float-btn,
  .whatsapp-button,
  .telegram-button,
  #whatsapp-btn,
  #telegram-btn {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 50px !important;
    height: 50px !important;
  }

  .float-btn i,
  .whatsapp-button i,
  .telegram-button i {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
  }
}

.telegram-button:hover,
a.telegram-button:hover,
#telegram-btn:hover {
  background-color: #0088cc !important;
  color: #ffffff !important;
  transform: scale(1.1) translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(31, 175, 204, 0.6) !important;
}

.whatsapp-button i,
.whatsapp-button svg,
.telegram-button i,
.telegram-button svg {
  font-size: 28px !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Review Stars Rating */
.rating-stars .star-btn.text-warning,
.rating-stars .star-btn.active {
  color: #ffc107 !important;
}

.rating-stars .star-btn:hover {
  transform: scale(1.1);
}

/* Custom Clean Utilities (Replacing Inline style= attributes) */
.logo_img_nav {
  max-width: 200px;
}

.logo_img_noauth {
  max-width: 175px;
}

.site_name_text {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1;
}

.site_name_text strong {
  font-weight: bold;
}

.noauth_site_name {
  font-weight: bold;
  color: var(--color-success-brand);
}

.badge_ticket_count {
  background-color: var(--color-ticket-badge) !important;
}

.offcanvas_menu_wrap {
  height: auto !important;
  overflow: visible !important;
}

.start-count-header {
  white-space: nowrap;
}

.modal-content,
.modal-dialog .modal-content {
  border-radius: 15px !important;
  border: none !important;
  background: var(--bg-sidebar-day) !important;
  position: relative !important;
  overflow: visible !important;
}

.nightmode .modal-content,
.nightmode .modal-dialog .modal-content {
  background: var(--bg-sidebar-dark) !important;
}

.serv_modal_body {
  padding: 25px !important;
  position: relative !important;
  border-radius: 15px !important;
}

.serv_modal_title {
  font-weight: 600 !important;
  color: var(--text-black) !important;
}

.nightmode .serv_modal_title {
  color: var(--text-white) !important;
}

.serv_modal_badge {
  background: var(--color-warning-badge) !important;
  color: var(--text-white) !important;
  font-size: 16px !important;
  margin-right: 5px !important;
  vertical-align: middle !important;
}

.serv_modal_body .details_data .item {
  height: auto !important;
  min-height: 60px !important;
  padding: 12px 15px !important;
  background: var(--bg-tab-wrapper) !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  justify-content: flex-start !important;
}

.nightmode .serv_modal_body .details_data .item {
  background: var(--bg-darkmode) !important;
}

.serv_modal_body .descriptions_box {
  background: var(--bg-tab-wrapper) !important;
  padding: 15px !important;
  border-radius: 15px !important;
  color: var(--text-black) !important;
}

.nightmode .serv_modal_body .descriptions_box {
  background: var(--bg-darkmode) !important;
  color: var(--text-white) !important;
}

.serv_modal_subhead {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

/* Offcanvas Logout Button — pinned to bottom with separator */
.offcanvas_logout_btn {
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--color-logout-danger) !important;
  padding-top: 10px;
}

.offcanvas_logout_btn .menu_icon i {
  color: var(--color-logout-danger) !important;
}

.nightmode .offcanvas_logout_btn {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.offcanvas_logout_btn:hover {
  background: var(--bg-logout-hover) !important;
  color: var(--color-logout-danger) !important;
}

/* Offcanvas Close Button — matches sidebar close_btn_phone structure */
.offcanvas_close_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 18px;
  border-radius: 50%;
  border: none;
  background: #ff606069;
  color: #ff6060;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.offcanvas_close_btn:hover {
  background: #ff606099;
  transform: rotate(90deg);
}

/* Header Theme Toggle Button — icon show/hide */
.theme-toggle-container .day_night_btn .night_mode {
  display: block;
}

.theme-toggle-container .day_night_btn .day_mode {
  display: none;
}

.nightmode .theme-toggle-container .day_night_btn .night_mode {
  display: none;
}

.nightmode .theme-toggle-container .day_night_btn .day_mode {
  display: block;
}

/* Fix: Currency + Theme Toggle buttons vertical alignment */
.component_balance_dropdown,
.theme-toggle-container {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.component_balance_dropdown .btn,
.theme-toggle-container .btn {
  margin: 0 !important;
  padding: 8px 12px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ==========================================================================
   Root-Connected Theme System: Day Mode & Night Mode (Dark Mode) Overrides
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Day Mode (Default / Light Mode) - White Cards, Black Fonts & Icons
   -------------------------------------------------------------------------- */
body.noAuth {
  background-color: var(--bg-daymode) !important;
  color: var(--text-black) !important;
}

body.noAuth main#notLogin,
body.noAuth section#api,
body.noAuth section#services,
body.noAuth section#blog,
body.noAuth section#faq,
body.noAuth section#terms {
  background-color: transparent !important;
  color: var(--text-black) !important;
}

body.noAuth .card,
body.noAuth .card_v2 {
  background-color: var(--bg-sidebar-day) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  color: var(--text-black) !important;
}

body.noAuth .card-body {
  background-color: var(--bg-sidebar-day) !important;
  color: var(--text-black) !important;
  border-radius: 16px !important;
}

body.noAuth #def_side_title .name,
body.noAuth h1,
body.noAuth h2,
body.noAuth h3,
body.noAuth h4,
body.noAuth h5,
body.noAuth h6 {
  color: var(--text-black) !important;
}

body.noAuth #def_side_title .icon,
body.noAuth i:not(.btn i):not(.badge i) {
  color: var(--text-black) !important;
}

body.noAuth p,
body.noAuth label,
body.noAuth div:not(.bg-primary):not(.btn):not(.top-bar-noauth),
body.noAuth span:not(.badge):not(.sp__icon):not(.btn__txt):not(.navbar-toggler-icon) {
  color: var(--text-black);
}

body.noAuth table {
  background-color: var(--bg-sidebar-day) !important;
  color: var(--text-black) !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

body.noAuth table th {
  background-color: var(--bg-daymode) !important;
  color: var(--text-black) !important;
  font-weight: 600 !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

body.noAuth table td {
  background-color: var(--bg-sidebar-day) !important;
  color: var(--text-black) !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

body.noAuth table tr {
  background-color: var(--bg-sidebar-day) !important;
}

body.noAuth pre,
body.noAuth code {
  background-color: var(--bg-darkmode) !important;
  color: var(--text-white) !important;
  border-radius: 10px !important;
}

body.noAuth pre code,
body.noAuth pre code span {
  color: inherit !important;
}

body.noAuth a:not(.btn):not(.navbar-brand):not(.nav-link) {
  color: var(--text-primary) !important;
}

body.noAuth a:not(.btn):not(.navbar-brand):not(.nav-link):hover {
  color: var(--dark-bg-menu-active) !important;
  text-decoration: underline !important;
}

/* --------------------------------------------------------------------------
   2. Night Mode (Dark Mode: .nightmode / body.nightmode) - Dark Cards, White Fonts & Icons
   -------------------------------------------------------------------------- */
body.noAuth.nightmode,
.nightmode body,
body.nightmode {
  background-color: var(--bg-darkmode) !important;
  color: var(--text-white) !important;
}

.nightmode main#notLogin,
.nightmode section#api,
.nightmode section#services,
.nightmode section#blog,
.nightmode section#faq,
.nightmode section#terms {
  background-color: transparent !important;
  color: var(--text-white) !important;
}

.nightmode .card,
.nightmode .card_v2 {
  background-color: var(--bg-sidebar-night) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: var(--text-white) !important;
}

.nightmode .card-body {
  background-color: var(--bg-sidebar-night) !important;
  color: var(--text-white) !important;
}

.nightmode #def_side_title .name,
.nightmode h1,
.nightmode h2,
.nightmode h3,
.nightmode h4,
.nightmode h5,
.nightmode h6 {
  color: var(--text-white) !important;
}

.nightmode #def_side_title .icon,
.nightmode .icon,
.nightmode i:not(.btn i):not(.badge i) {
  color: var(--text-white) !important;
}

.nightmode p,
.nightmode label,
.nightmode div:not(.bg-primary):not(.btn):not(.top-bar-noauth),
.nightmode span:not(.badge):not(.sp__icon):not(.btn__txt):not(.navbar-toggler-icon) {
  color: var(--text-white) !important;
}

.nightmode table {
  background-color: var(--bg-sidebar-night) !important;
  color: var(--text-white) !important;
  border-color: transparent !important;
}

.nightmode table th {
  background-color: var(--bg-darkmode) !important;
  color: var(--text-white) !important;
  font-weight: 600 !important;
  border-color: transparent !important;
}

.nightmode table td {
  background-color: var(--bg-sidebar-night) !important;
  color: var(--text-white) !important;
  border-color: transparent !important;
}

.nightmode table tr {
  background-color: var(--bg-sidebar-night) !important;
}

.nightmode a:not(.btn):not(.navbar-brand):not(.nav-link) {
  color: var(--dark-text-primary) !important;
}

/* Universal 15px Border Radius Guarantee for All Cards (Day & Night Mode) */
.card,
.card.card_v2,
.dashboard .card,
.dashboard .card.card_v2,
.dashboard.nightmode .card,
.dashboard.nightmode .card.card_v2,
.nightmode .card,
.nightmode .card.card_v2,
.user_statistic_wraper .statistic__item,
.user_statistic_wraper .statistic__item .statistic_inner,
.nightmode .user_statistic_wraper .statistic__item,
.nightmode .user_statistic_wraper .statistic__item .statistic_inner,
.user_data,
.blog_wraper,
.post_content,
.nightmode .blog_wraper,
.nightmode .post_content {
  border-radius: 15px !important;
}