.apps_name ul li:last-child,
.breadcrumb {
  list-style: none;
}

.breadcrumb-item a:hover,
.footer-apps a:hover,
.footer-solutions a:hover {
  text-decoration: underline;
}

/* =====================================================================
   AUTOFYDAY THEME — logo-anchored, dark-mode-first, Bootstrap 5 friendly
   Brand marks: teal-blue peak (#226b88) + orange triangle (#f7700b)
   Toggle: <html data-theme="dark|light">, default = dark (see header script)
   ===================================================================== */
:root,
[data-theme="dark"] {
  color-scheme: dark;

  /* brand — from the logo, brightened for legibility on dark surfaces */
  --brand-teal: #d9ebf2;
  --brand-teal-deep: #1c6c8a;
  --brand-teal-dark: #0e3542;
  --brand-orange: #f7700b;
  --brand-orange-bright: #ff9a44;
  --accent-amber: #ffb020;
  --accent-cyan: #2fd4d9;
  --accent-coral: #ff6a4d;

  /* surfaces — #022735 is the anchor; -alt runs darker still, cards run
     a shade lighter than the page so they read as raised */
  --bg: #022735;
  --bg-alt: #011620;
  --surface: #063142;
  --surface-2: #0b3c4f;
  --ink: #f2f9fb;
  --muted: #9ab6bd;
  --line: rgba(255, 255, 255, 0.13);
  --line-bright: rgba(255, 255, 255, 0.32);
  --shadow-color: rgba(0, 0, 0, 0.6);

  --brand-gradient: linear-gradient(120deg, var(--brand-orange) 0%, var(--accent-coral) 45%, var(--brand-teal-deep) 100%);
  --surface-gradient: linear-gradient(165deg, var(--surface) 0%, var(--bg-alt) 100%);

  /* legacy compatibility — reactive brand accents used across older rules */
  --color_one: var(--brand-teal);
  --color_two: var(--brand-orange);
  --color_three: var(--brand-teal);
  --daynamic_color_one: var(--brand-teal);
  --day-define: var(--brand-orange);
  --day-act: var(--accent-coral);
  --day-yield: var(--brand-teal);

  /* legacy compatibility — fixed pair, kept constant so older light-only
     sections (offers/pricing demos) never lose contrast when the mode
     toggles; these were never wired into the new theme system */
  --color_four: #eef4f6;
  --color_six: #16232a;
  --color_ten: #ffffff;
}

[data-theme="light"] {
  color-scheme: light;

  --brand-teal: #226b88;
  --brand-teal-deep: #185270;
  --brand-teal-dark: #dceef3;
  --brand-orange: #f7700b;
  --brand-orange-bright: #d95f12;
  --accent-amber: #b7740a;
  --accent-cyan: #0e8f95;
  --accent-coral: #e0552f;

  /* surfaces — #fff6f4 is the anchor; -alt runs lighter still (near-white),
     cards sit on true white so they lift off the warm page tint */
  --bg: #fff6f4;
  --bg-alt: #fffcfb;
  --surface: #ffffff;
  --surface-2: #fff0ec;
  --ink: #271b16;
  --muted: #6c5b53;
  --line: rgba(39, 27, 22, 0.12);
  --line-bright: rgba(39, 27, 22, 0.3);
  --shadow-color: rgba(39, 27, 22, 0.16);

  --surface-gradient: linear-gradient(165deg, var(--surface) 0%, var(--bg-alt) 100%);

  --color_one: var(--brand-teal);
  --color_two: var(--brand-orange);
  --color_three: var(--brand-teal);
  --daynamic_color_one: var(--brand-teal);
  --day-define: var(--brand-orange);
  --day-act: var(--accent-coral);
  --day-yield: var(--brand-teal);
}

.nav-link {
  color: #226b87 !important;
}

.nav-link:hover {
  color: var(--color_two) !important;
}

.btn_menu,
.btn_primary {
  background-color: var(--color_two) !important;
  color: var(--color_ten) !important;
  border-radius: 5px;
}

.login_main_section .form-select {
  display: block;
  width: 0%;
  background-color: var(--surface-2) !important;
  border: 1px solid var(--line);
  color: var(--ink);
  max-width: 206px;
}

.btn_border_previous {
  border: 1px solid var(--color_three);
  color: var(--color_two) !important;
}

.btn_border_previous:hover {
  background-color: var(--color_two) !important;
  color: var(--color_ten) !important;
  border: 1px solid var(--color_two);
}



.section_title h2 {
  font-size: 34px;
  color: var(--color_three);
  font-weight: 700;
}

h1,
h2,
h3,
h4 {
  font-family: "Space Grotesk", "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.01em;
}

.modal {
  background: #0a439b3d !important;
}

.section_title .sub_title h3 {
  font-size: 24px;
  color: #000;
}

.section_title p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.erp_details .name,
.font_bold,
.offer_point h4,
.price_all h4,
.time_point {
  font-weight: 700;
}

.offer_section {
  background-color: var(--color_two);
  color: var(--color_ten);
  z-index: 999;
}

.offer_section p {
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
}

.time_text {
  font-size: 12px;
}

.boost_your_business h2,
.boost_your_business p,
.btn_login:hover,
.offcanvas a,
.offer_section a,
.page_highlight_area .card h5,
.top_install:hover {
  color: #fff;
}

.top_install {
  background: var(--daynamic_color_one);
  color: #fff;
  padding: 0 30px;
}

.bijoy_offer,
.pos_icon_offer,
.pos_icon_offer .icon_bg img {
  padding: 10px;
  border-radius: 10px;
}

.pos_icon_offer {
  background-color: #f0e1e1;
}

.pos_icon_offer .icon_bg img {
  background: #fff;
}

.offer_pos_title {
  margin: 20px 0;
}

.offer_pos_title h3 {
  font-size: 44px;
  color: #000;
}

.app_menu_btn .erp_all,
.offer_pos_title p,
.question_icon a:hover,
.user_login a:hover {
  color: #000;
}

.pos_icon_offer h4 {
  font-size: 70px;
  color: var(--color_two);
  font-weight: 700;
}

.plus_offer em {
  color: #1a3e08;
  font-size: 103px;
}

.plus_text {
  color: var(--color_two);
  font-size: 43px;
  font-weight: 700;
  position: absolute;
  margin: 19px;
}

.pos_items_offer .total_value,
.total_offer {
  font-size: 63px !important;
  font-weight: 700;
  font-family: Lato;
}

.pos_items_offer .total_value {
  color: #bcbebe !important;
  text-decoration-line: line-through;
}

.total_offer {
  color: var(--color_two) !important;
}

.apps_name ul li a,
.nav_title {
  font-family: Montserrat;
  text-align: left;
}

.offer_bustton h5 strong {
  color: #F7700B;
  font-weight: bold;
  font-size: 85px;
}

.bijoy_offer {
  background: #d3edf3;
}

.offer_point {
  position: relative;
  top: -192px;
  color: #fff;
}

.offer_point h3 {
  font-size: 63px;
  font-weight: 700;
}

.price_all {
  margin-top: -90px;
}

.price_all h2 {
  color: var(--color_two);
  font-weight: 700;
}

.price_all h3 {
  color: #226b87;
  font-weight: 700;
}

.price_all h3 em {
  font-size: 18px;
  color: red;
}

.top_section {
  background-color: var(--color_ten);
  color: var(--color_ten);
  padding: 5px;
  z-index: 9999999;
  border-bottom: 1px solid #226b88;
}

.all_apps_icon ul,
.user_or_menu ul {
  display: ruby;
}

.all_apps_icon a,
.apps_name ul li a:hover,
.box_shadow a,
.social-icons a:hover,
.songzog_footer_area ul li a:hover,
.what_title {
  color: var(--color_two);
}

.all_apps_icon i {
  color: var(--color_three);
  width: 34px;
  text-align: center;
  height: 34px;
  padding: 7px 6px;
  border-radius: 50%;
  font-size: 24px;
}

.question_icon a,
.user_login a {
  color: #000;
  padding: 8px 12px;
  border-radius: 9px;
}

.question_icon a {
  background: var(--color_four);
}

.user_login a {
  background: #fff;
}

.user_login i {
  background: var(--color_three);
  color: var(--color_ten) !important;
  padding: 8px 10px;
  border-radius: 15px;
}

.nav_title {
  color: #226b88 !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 26.07px;
  border-bottom: 1px solid #226b88 !important;
}

.app_menu_btn {
  padding: 30px;
  border-top: 1px solid #226b88 !important;
}

.inner .menu_section,
.user_dropdown .dropdown-menu {
  display: none !important;
  z-index: 9999;
}

.logo_section img {
  width: 226px;
}

.menu_section {
  transition: 0.5s;
  z-index: 999;
  margin-top: 0;
  background: #022735 !important;
}

.menu_section .border_bottom {
  z-index: 999;
  padding: 0;
  border-bottom: 1px solid #375e6c;
}

.menu_section .nav-item .nav-link {
  color: var(--color_six);
  font-size: 16px;
}

.modal-backdrop.show {
  opacity: 0 !important;
}

.offcanvas {
  margin-top: 50px;
  height: min-content !important;
  background: #f9fbfc;
  color: #000;
}

.offcanvas-body {
  padding: 0 0 5rem !important;
}

.menu_card {
  padding: 18px;
  border-radius: 15px;
  background-color: #f0fbff;
}

.menu_card .all_apps {
  font-size: 28px;
  color: var(--color_three);
}

.menu_card img {
  width: 46px;
}

.error_sms p,
.menu_card h4 {
  font-size: 16px;
}

.menu_card p {
  font-size: 12px !important;
  color: #000;
}

.active,
.menu_card:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  color: var(--color_ten);
  background-color: #226b88;
}

.active .text_color,
.active p,
.menu_card:hover .all_apps,
.menu_card:hover .text_color,
.menu_card:hover p,
.transform p {
  color: var(--color_ten);
}

.post_single {
  background: var(--surface);
}

.post_single .meta {
  display: flex;
  gap: 40px;
  list-style: none;
}

.post_single .meta a {
  color: var(--muted);
}

.page_title {
  background-color: var(--surface-2);
  color: var(--ink);
  text-align: center;
  font-weight: bold;
}

.page_title h5 {
  font: size 2.1rem !important;
  font-weight: bold;
}




.app_menu_btn .erp_all:hover,
.apps_name i,
.font_size a,
.text_color,
.tramp_polyse a,
a,
a:hover {
  color: #226b88;
}

.offcanvas-header .btn-close {
  margin: auto !important;
}

.apps_name ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}

.menuback {
  background-color: var(--color_three);
}

.menuback:hover {
  background-color: var(--color_three) !important;
  color: #fff !important;
}

.user_dropdown:hover .dropdown-menu,
.user_dropdown:hover .dropdown-menu a {
  display: block !important;
}

.user_dropdown .dropdown-menu a {
  display: none !important;
  background-color: var(--surface);
  color: var(--ink);
  min-width: 160px;
  box-shadow: none;
}

.user_dropdown .dropdown-menu a:hover {
  background-color: var(--surface-2);
  color: var(--brand-teal);
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  color: var(--color_two);
}

.breadcrumb-item {
  display: inline-block;
  margin-right: 0;
}

.breadcrumb-item .divider,
.breadcrumb-item .divider-last {
  font-size: 18px;
  color: #6c757d;
}

.breadcrumb-item a {
  color: #226b88;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: var(--color_two);
}

.breadcrumb-item:last-child .divider-last {
  display: none;
}

.top_section .breadcrumb-item {
  padding-top: 5px;
}

.banner_area {
  background: #022735 !important;
}

.apps_card .img,
.apps_card:hover,
.card_what {
  background-color: #fff;
}

.padding_top {
  padding: 20px 0 30px;
}

.left_banner img {
  position: absolute;
  height: 695px;
  top: 50px;
}

.top_banner img {
  position: absolute;
  top: 50px;
  right: 0;
}

.banner_area h1 {
  font-size: 42px;
}

.banner_area p,
.text_section strong {
  font-size: 20px;
}

.card_what {
  border-radius: 13px;
  padding: 46px;
  text-align: center;
}

.what_title .name {
  padding: 5px;
  font-size: 26px;
  font-weight: 700;
}

.erp_menu_buttons .card_what {
  padding: 33px !important;
}

.why_choose_autofybit .card_what {
  padding: 33px !important;
  height: 230px !important;
}

.erp_details {
  padding: 100px 0;
}

.button_trans strong,
.erp_details .sub_name {
  font-size: 24px;
}

.apps_card .details p,
.details p {
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
}

.autofy_u {
  color: #92298e;
}

.autofy_b {
  color: #1b3664;
}

.autofy_h {
  color: #359cd6;
}

.how_will_you_start {
  background-color: #edf2f9;
}

.how_will_you_start_bg_number {
  position: relative;
  font-size: 200px;
  font-weight: 700;
  color: var(--color_two);
  text-shadow: 4px 4px 8px var(--color_one);
  opacity: 0.6;
}

.how_will_you_start_title {
  width: 17%;
  position: absolute;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-top: -143px;
}

.box_shadow,
.section_bg_alter {
  background-color: var(--bg-alt);
}

.user_app a {
  color: #000;
  font-weight: 700;
}

.apps_card {
  background: #d8e3e3;
  display: flex;
  padding: 15px;
  border-radius: 15px;
}

.apps_card:hover {
  transition: 0.6s;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.apps_card .img {
  padding: 8px;
  border-radius: 10px;
}

.apps_card:hover .details .name {
  color: var(--color_two);
  transition: 0.5s;
}

.apps_card:hover .details p {
  color: var(--bg-alt);
  transition: 0.5s;
}

.apps_card:hover .wabsite {
  background-color: #155055;
  transition: 0.5s;
}

.apps_card:hover .ecome {
  background-color: #13baa5;
  transition: 0.5s;
}

.apps_card:hover .invoice {
  background-color: #f47e31;
  transition: 0.5s;
}

.apps_card:hover .inventory {
  background-color: #4b8eb0;
  transition: 0.5s;
}

.apps_card:hover .dailey_cash {
  background-color: #b33020;
  transition: 0.5s;
}

.apps_card:hover .employee {
  background-color: #4663ae;
  transition: 0.5s;
}

.apps_card:hover .point_sale {
  background-color: #0c713f;
  transition: 0.5s;
}

.apps_card:hover .accounting {
  background-color: #8d5330;
  transition: 0.5s;
}

.apps_card:hover .support {
  background-color: #ed146c;
  transition: 0.5s;
}

.apps_card img {
  width: 70px;
}

.details {
  margin: auto auto auto 15px;
  text-align: left;
}

.details .name {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
}

.details p {
  font-weight: 400;
  line-height: 30.63px;
}

.apps_card .details p {
  font-weight: 400;
  line-height: 20px;
}

.boost_your_business,
.songzog_footer_area {
  background: url(../img/seo/footer-bg.webp) 0 0 / cover no-repeat #043142;
  color: var(--color_ten);
}

.footer_menu_title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color_ten);
}

.songzog_footer_area ul li a {
  font-size: 16px;
  color: var(--color_ten);
}

.footer_area.bg-primary,
.footer_area.bg-primary h5,
.price_hover .amount,
.price_hover .bdt,
.price_hover .title {
  color: var(--color_ten) !important;
}

.footer_top_menu ul li {
  margin: 5px 0;
}

.social_icon ul li {
  display: inline-block;
  border: 1px solid var(--color_ten);
  border-radius: 50%;
  color: var(--color_ten);
  margin-right: 10px;
  margin-bottom: 5px;
  transition-duration: 0.3s;
}

.social_icon ul li a {
  color: var(--color_ten);
  display: block;
  font-size: 15px;
  text-align: center;
  height: 35px;
  width: 35px;
}

.social_icon ul li a i {
  line-height: 34px;
}

.social_icon ul li a:hover {
  background-color: var(--color_two);
  color: var(--color_ten);
  border-radius: 50%;
}

.social_icon ul li:hover {
  border: 1px solid var(--color_two);
}

.footer_bottom_menu ul li {
  margin: 5px;
  padding: 5px;
}

.boost_your_business .btn:hover,
.powered_button .btn:hover {
  background: var(--color_two);
  color: var(--color_ten);
}

.boost_your_business .btn {
  background: #fff;
  color: #043142;
  padding: 8px 30px;
  font-weight: 700;
}

.powered_button .btn {
  background: #043142;
  color: #fff;
  padding: 8px 30px;
  font-weight: 700;
}

.footer_copyright {
  background-color: var(--color_ten);
  color: var(--color_six);
}

.btn_primary_templad,
.btn_secondary:hover {
  background-color: var(--daynamic_color_one) !important;
  color: var(--color_ten) !important;
}

.btn_primary_templad,
.btn_secondary {
  font-size: 16px;
  padding: 10px 28px !important;
  font-weight: 500;
}

body {
  font-family: "Inter", Lato, sans-serif;
  background-color: var(--bg) !important;
}

p {
  margin-top: 0;
  margin-bottom: 0 !important;
  font-weight: 500;
  font-size: 16px;
}

a,
a:hover {
  text-decoration: none !important;
}

/*.btn_primary_templad {
  display: none;
}*/
.btn_secondary {
  border: 1px solid var(--daynamic_color_one) !important;
  color: var(--daynamic_color_one) !important;
  background-color: var(--color_ten) !important;
}

.section_title {
  font-size: 38px;
  color: var(--daynamic_color_one);
  font-weight: 800;
}

.title_bottom {
  display: flex;
  gap: 3px;
}

.title_border {
  background-color: var(--color_two);
  height: 10px;
  width: 10px;
  position: relative;
  left: 48%;
  border-radius: 3px;
}

.menu_section_templet {
  background-color: var(--color_ten);
}

.menu_section_templet .logo_section img {
  width: 80px;
}

.menu_section_templet .logo_title {
  margin: auto;
}

.menu_section_templet .logo_title .logo_name {
  font-size: 24px;
  font-weight: 800;
  color: var(--daynamic_color_one);
}

.menu_section_templet .logo_title .logo_sub_name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-top: -9xp;
}

.menu_section_templet .nav-item .nav-link {
  color: var(--color_six);
  font-size: 16px;
  font-weight: 500;
}

.banner_contants h1 {
  font-size: 48px;
  font-weight: 800;
}

.banner_contants p {
  font-weight: 500;
  line-height: 24px;
}

.banner_section .left_imge {
  position: absolute;
  left: 0;
}

.admin_border img {
  border: 20px solid #e5f2ec;
  box-shadow: 0 4px 4px 0 #00000040;
  position: relative;
  width: 75%;
  border-radius: 29px;
}

.banner_admin {
  left: 2%;
  position: relative;
}

.bottom_image img {
  position: absolute;
  left: 97px;
  width: 76px;
  margin-top: -136px;
}

.overview_section,
.pos_offer {
  background: rgba(249, 249, 249, 0.5);
}

.features_icon,
.overview_icon i {
  background: #fff;
  position: absolute;
}

.overview_section .section_title {
  padding-top: 70px;
}

.gride_icon img {
  width: 70px;
  position: absolute;
  left: 97px;
}

.setting_icon img {
  position: absolute;
  width: 290px;
  right: 0;
  margin-top: -47px;
}

.features_hover:hover,
.features_hover:hover .features_icon i,
.features_hover:hover .features_title .f_sub,
.features_hover:hover .features_title .f_title,
.overview_hover:hover,
.overview_hover:hover .overview_icon i,
.overview_hover:hover .overview_title {
  background-color: var(--daynamic_color_one);
  color: var(--color_ten);
}

.features_title .f_title,
.overview_icon i,
.overview_title,
.price_card .title,
.price_list ul li i {
  color: var(--daynamic_color_one);
}

.features_card .card,
.overview_section .card {
  border: none !important;
}

.overview_icon i {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  padding: 7px;
  border: 4px solid #e2eeee;
  margin-top: -23px;
  left: 9px;
}

.overview_title {
  font-size: 20px;
  font-weight: 600;
}

.overview_containt p {
  font-size: 16px;
  font-weight: 500;
}

.bottom_icon img {
  position: absolute;
  right: 47%;
  margin-top: -2%;
  width: 102px;
}

.features_icon {
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  padding: 8px;
  border: 4px solid #e2eeee;
  left: 46%;
  top: -22px;
}

.features_title .f_sub,
.features_title .f_title {
  font-weight: 500;
  font-size: 20px;
}

.features_hover {
  height: 163px !important;
}

.features_hover .desctions {
  display: none;
}

.features_hover:hover .desctions {
  display: block;
}

.features_hover:hover .f_title,
.features_hover:hover .hover_desctions {
  display: none;
}

.explore_section {
  background: rgba(249, 249, 249, 0.5);
}

.explore_section .row {
  background: rgb(238 244 245);
}

.text_left p {
  color: #000;
}




.form-switch .form-check-input {
  width: 60px !important;
  height: 31px;
}

.switch_left,
.switch_right {
  margin: 8px;
  font-size: 16px;
  font-weight: 700;
}





.pricing-card {
  border-radius: 15px;
  background: #fff;
  padding: 30px;
  text-align: center;
  transition: 0.3s;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.plan-title {
  font-weight: bold;
  color: #9b28a3;
}

.price {
  font-size: 2rem;
  font-weight: bold;
}

.old-price {
  text-decoration: line-through;
  color: gray;
  font-size: 40px;
}

.features {
  text-align: left;
  margin-top: 20px;
}

.features li {
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.features li i {
  margin-right: 8px;
}

.features .disabled {
  color: #ccc;
  text-decoration: line-through;
}

.btn-install {
  border: 1px solid #9b28a3;
  color: #9b28a3;
  border-radius: 8px;
  padding: 7px 54px;
  font-weight: 500;
  margin-top: 15px;
  background: transparent;
  transition: 0.3s;
}

.btn-install:hover {
  background: #9b28a3;
  color: #fff;
}

.popular {
  background: orange;
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 0px;
  z-index: 9999;
  left: 12px;
}

.highlight {
  background-color: #002b36;
  color: white;
}

.highlight .plan-title {
  color: white;
}

.highlight .btn-install {
  background: #9b28a3;
  color: white;
  border: none;
}



























.price_card {
  background-color: var(--color_ten);
  border-radius: 15px;
  padding: 15px;
  height: 570px;
}

.price_card .title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.price_card .amount,
.price_card .bdt {
  color: #000;
  font-weight: 700;
  text-align: center;
}

.price_card .price_border {
  border-bottom: 2px solid #ccc;
  position: relative;
  width: 186px;
  right: -29%;
}

.price_card .bdt {
  font-size: 24px;
}

.price_card .amount {
  font-family: Lato;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
}

.price_card .date,
.price_list ul .cencle {
  font-family: Lato;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
}

.price_card .date {
  font-weight: 700;
  text-align: center;
  margin-top: 26px;
  color: #d9d9d9;
}

.price_list ul li span {
  font-size: 16px;
  font-weight: 400;
  margin: 4px;
}

.price_list ul .cencle i {
  color: #d9d9d9;
}

.price_list ul .cencle {
  font-weight: 400;
  text-decoration-line: line-through;
  color: #d9d9d9;
}

.price_list ul li {
  padding: 10px;
}

.price_card .btn_secondary,
.price_hover .btn_primary {
  padding: 8px 70px !important;
}

.price_hover {
  background-color: #022835;
  color: var(--color_ten);
}

.get_all_today {
  background-color: #f9faff;
  padding: 60px 0;
  position: relative;
}

.section_title_udyog h2 {
  font-size: 28px;
  font-weight: 700;
  color: #6226df;
  margin-bottom: 10px;
}

.title_bottom .title_border {
  display: inline-block;
  width: 8px;
  height: 9px;
  background-color: #ff6b00;
  margin: 2px;
}

.banner_contants p {
  font-size: 16px;
  color: #555;
  margin: 10px 0 20px;
}

.discount_badge p,
.features .total_value {
  font-family: "lato";
  font-size: 64px;
  font-weight: 700;
}


.discount_badge .offer_off {
  font-family: "lato", bold;
  font-size: 42px;
  margin-top: -23px;
}

.offer_bustton {
  /* Rectangle 1402 */
  background: #226B87;
  border: 3px solid #FFFFFF;
  border-radius: 27px;
  padding: 15px;
}

.offer_bustton h5 strong {
  color: #F7700B;
  font-weight: bold;
}

.offer_bustton h5 {
  color: #fff;
  font-family: "lato", bold;
  font-weight: bold;
  font-size: 28px;
}


.features .offer_card {
  background-color: #f1f1f1;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 10px;
  width: 15%;
}

.features .total_value {
  color: var(--color_three);
}

.features .offer_card img {
  width: 50px;
}

.features .offer_card .icon_bg {
  width: 70px;
  padding: 5px;
  margin-left: 30%;
  border: 2px solid #fff;
  border-radius: 10px;
}

.features .offer_card h5 {
  font-size: 20px;
  margin-top: 10px;
}

.features .offer_card p {
  height: 4rem;
}

.features .offer_card .price {
  color: #ff6b00;
  font-weight: 700;
}

.features .offer_card i {
  color: var(--color_ten);
  bottom: -20px;
  right: -20px;
  font-size: 25px !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.discount_section {
  margin-top: 30px;
}

.discount_badge {
  display: inline-block;
  background-image: url(../img/udyog/discount.png);
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  width: 223px;
  height: 227.99px;
  top: 0.02px;
}

.discount_badge p {
  margin-top: 20px;
}

.features .arrow_img {
  width: 173px;
  position: absolute;
  left: 60%;
  margin-top: 30%;
}

.discount_section h2.discounted_price {
  font-size: 67px;
  color: #ff6b00;
  font-family: "lato";
  font-weight: 700;
  margin-bottom: 20px;
}

.countdown_timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-image: url(../img/udyog/bg_img.png);
  background-color: #92278F;
  margin-left: 34%;
  width: 30%;
  border-radius: 10px;
}

.timer {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.discount_text {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.countdown_timer div {
  text-align: center;
  font-weight: 700;
  color: var(--color_ten);
}

.countdown_timer span {
  display: block;
  font-size: 2rem;
}

.get_now_btn .btn:hover {
  color: #fff;
}

.get_now_btn {
  background-color: #ff6b00;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  left: 20%;
  text-align: center;
  width: 55%;
}

.cloce_amount,
.cloce_bdt {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  text-decoration-line: line-through;
  color: #bfc5c8;
  text-align: center;
}

.get_now_btn:hover {
  background-color: #e05e00;
}

.get_now_btn a {
  font-family: Lato;
  font-size: 40px;
  font-weight: 700;
  color: var(--color_ten);
}

.gat_mouse {
  margin-left: 70%;
  margin-top: -8%;
}

.transform {
  background-image: url(../img/udyog/tran.png);
  background-size: cover;
}

.hand_imge {
  position: absolute;
  left: 66%;
  margin-top: -155px;
}

.hand_imge img {
  width: 230px;
}

.img_border img {
  border: 20px solid #e5f2ec;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 #00000040;
}

.text_left,
.text_right {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 34px;
  position: relative;
  top: 30%;
}

.text_left {
  left: -37%;
}

.text_right {
  left: 15%;
}

.footer,
.seventydiscount {
  background-color: #022835;
  background-size: cover;
}

.text_left .title,
.text_right .title {
  font-size: 30px;
  color: var(--daynamic_color_one);
  font-weight: 500;
}

.cloce_bdt {
  font-size: 24px;
  line-height: 29px;
}

.cloce_amount {
  font-size: 40px;
  line-height: 48px;
}

.testimonials_img {
  height: 320px;
  border-radius: 50%;
}

.ventor img {
  width: 100px;
  position: absolute;
  margin-left: 78px;
}

.text_section p {
  font-size: 16px;
  font-family: Lato, sans-serif;
  padding-bottom: 10px;
}

.accordion-item {
  margin: 24px;
  border: 1px solid var(--daynamic_color_one) !important;
  border-radius: 15px !important;
}

.accordion-button {
  border-radius: 15px !important;
}

.accordion-item .accordion-button:not(.collapsed) {
  color: var(--daynamic_color_one);
  background-color: var(--color_ten) !important;
  box-shadow: none !important;
}

.seventydiscount {
  color: var(--color_two);
  background-image: url(../img/udyog/dsm.png);
}

.seventydiscount .amount {
  font-size: 3rem;
}

.footer {
  color: var(--color_ten);
  background-image: url(../img/seo/footer-bg.webp);
}

.footer-sections {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1;
  margin: 15px;
  min-width: 200px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

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

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-column ul li a:hover {
  color: #f1502f;
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  color: #fff;
  font-size: 20px;
}

.footer-bottom {
  border-top: 1px solid #ffffff50;
  padding-top: 20px;
  margin-top: 20px;
}

.footer-bottom p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer-apps,
.footer-solutions {
  margin-bottom: 20px;
}

.footer-apps a,
.footer-solutions a {
  text-decoration: underline !important;
  color: var(--color_ten) !important;
}

.footer-copyright {
  text-align: center;
  margin-top: 20px;
}

.mobile_view {
  display: none;
}

@media (max-width: 575.98px) {
  .top_section .nav-link {
    padding: 0.5rem 0.5rem !important;
  }

  .discount_section h2.discounted_price {
    font-size: 40px;
  }


  .ventor img {
    margin-left: 50px;
  }

  .testimonials_img {
    height: 280px;
    border-radius: 50%;
  }

  .top_section .dropdown-menu {
    left: 95px;
  }

  .classic {
    padding-right: 0px !important;
  }

  .offcanvas {
    transition: transform 0s ease-in-out;
  }

  .offcanvas-top {
    transform: translateY(-0%) !important;
  }

  .page_highlight_area h1 {
    font-size: 2rem !important;
  }

  /*last update*/

  .mobile_view {
    display: block;
  }

  .btn_primary_templad,
  .btn_secondary {
    font-size: 16px;
    padding: 4px 20px !important;
    font-weight: 500;
  }

  .menu_section_templet .navbar {
    padding-bottom: 15px;
  }

  #typewriter {
    width: 100%;
    float: left;
  }

  .top_section {
    width: 100%;
  }

  .banner_area h1 {
    font-size: 23px;
  }

  .destop_view,
  .banner_section .left_imge,
  .bottom_image,
  .features .arrow_img,
  .gat_mouse,
  .gride_icon,
  .hand_imge img,
  .left_banner,
  .mobile_d_v,
  .setting_icon,
  .top_banner {
    display: none;
  }

  .logo_section img {
    width: 150px;
  }

  .padding_top {
    padding: 0 0 30px;
  }

  .erp_details {
    padding: 0;
  }

  .left_banner_img img {
    height: 262px;
    top: 160px;
    display: none;
  }

  .menu_section ul {
    display: list-item !important;
  }

  .menu_section ul li {
    margin: 0 0 8px;
  }

  .mobile_3 {
    width: 10%;
  }

  .mobile_9 {
    width: 90%;
  }

  .user_login a {
    padding: 8px 0;
  }

  .features .offer_card .icon_bg {
    margin-left: 20%;
  }

  .overview_hover {
    margin: 0 0 20px;
  }

  .breadcrumb {
    display: none !important;
  }

  .pos_icon_offer .d-flex {
    display: grid !important;
  }

  .plus_text {
    margin: 0;
    font-size: 36px;
  }

  .offer_section {
    text-align: center;
    padding: 5px;
  }

  .mobile_3 {
    width: 30%;
  }

  .mobile_9 {
    width: 70%;
  }

  .features .offer_card p,
  .logo_title .logo_sub_name {
    font-size: 12px;
  }

  .discount_text {
    font-size: 1rem;
  }

  .banner_section .section_title {
    padding: 58px 0px 0px;
  }

  .overview_section .section_title {
    padding-top: 0px;
  }

  .section_title,
  .section_title h2 {
    font-size: 28px;
  }

  .banner_section .banner_logo {
    position: absolute;
    z-index: -999;
  }

  .mobile_height {
    height: 24px;
  }

  .banner_contants h1,
  .menu_section_templet .logo_title .logo_name {
    font-size: 18px;
  }

  .button_trans {
    width: 104%;
  }

  .banner_logo img {
    width: 348px;
  }

  .menu_section_templet .logo_section img {
    width: 64px;
  }

  .logo_title .logo_name {
    font-size: 20px;
  }

  .features .offer_card {
    width: 40%;
  }

  .bottom_icon img {
    right: 32%;
  }

  .text_left,
  .text_right {
    left: 0;
    top: 0;
  }

  .countdown_timer {
    width: 100%;
    margin-left: 0;
  }

  .get_now_btn {
    left: 0;
    width: 95%;
  }
}

.profile_cover_details,
.profile_cover_details p {
  color: #fff !important;
}

.page_highlight_area {
  background: #1d6b87;
}

.access_type_badge {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 9px 0 0;
  color: #fff;
}

.application_card .card_text {
  min-height: 80px;
}

.app_logo_container img {
  max-width: 100px;
  height: 100px;
}

.access_type_badge.free {
  background: #40ba7c !important;
}

.access_type_badge.paid {
  background: #953f98 !important;
}

.blog_features_img img {
  width: 100%;
  height: 160px;
}

.page_highlight_area h1 {
  margin-top: 0;
  color: #89d6f3;
  font-size: 3rem;
}

.page_highlight_area ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.page_highlight_area ul li:last-child {
  border-right: 0px solid rgba(255, 255, 255, 0.5);
}

.page_highlight_area .card {
  background: inherit;
  border: 0 solid #fff;
  border-radius: 0;
}

.page_highlight_area .card h5 span {
  color: #89d6f3;
  font-size: 3rem;
  line-height: 60px;
}

.page_highlight_area .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--color_one);
  outline: 0;
  box-shadow: 0 0 0 0.2rem var(--color_one);
}

/* ---------- auth forms (login / signup / OTP / reset) — techy card ---------- */
.mini_content {
  position: relative;
  background:
    radial-gradient(1px 1px at 12% 22%, rgba(47, 212, 217, 0.4), transparent),
    radial-gradient(1px 1px at 82% 16%, rgba(255, 255, 255, 0.18), transparent),
    radial-gradient(1px 1px at 32% 82%, rgba(255, 255, 255, 0.14), transparent),
    radial-gradient(1px 1px at 68% 62%, rgba(47, 212, 217, 0.28), transparent),
    var(--bg);
}

.login_tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--accent-cyan);
  background: color-mix(in srgb, var(--accent-cyan) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent-cyan) 32%, transparent);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.login_tag::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.login_form {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 30px 60px -30px var(--shadow-color);
  overflow: hidden;
}

.login_form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-teal-deep), var(--accent-cyan));
}

.login_logo {
  border-bottom: 2px solid var(--line);
}

.login_logo img {
  padding: 20px;
  width: 300px;
}

.login_title h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  padding: 14px;
}

.login_main_section {
  padding: 10px 20px 20px;
  color: var(--ink);
}

.error_sms {
  background: rgba(220, 53, 69, 0.14);
  color: var(--ink);
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(220, 53, 69, 0.3);
}

.form-control,
.form-control:focus {
  border: 1px solid var(--line) !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.login_input label,
.login_main_section .form-group > label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: var(--ink);
  font-weight: 700;
}

.login_input label::before,
.login_main_section .form-group > label::before {
  content: ">";
  color: var(--accent-cyan);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-weight: 700;
}

/* ---------- signup wizard: step-progress indicator ---------- */
.signup_stepper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  padding: 4px 16px 18px;
}

.signup_stepper_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: none;
}

.signup_stepper_dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--muted);
  background: var(--surface-2);
  border: 1.5px solid var(--line);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.signup_stepper_label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--muted);
  white-space: nowrap;
}

.signup_stepper_item.active .signup_stepper_dot {
  color: #fff;
  background: var(--accent-cyan);
  border-color: var(--accent-cyan);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-cyan) 20%, transparent);
}

.signup_stepper_item.active .signup_stepper_label {
  color: var(--ink);
}

.signup_stepper_item.done .signup_stepper_dot {
  color: #fff;
  background: var(--brand-teal-deep);
  border-color: var(--brand-teal-deep);
}

.signup_stepper_line {
  width: 36px;
  height: 2px;
  margin-top: 14px;
  background: var(--line);
  transition: background 0.25s ease;
}

.signup_stepper_line.done {
  background: var(--brand-teal-deep);
}

@media (max-width: 480px) {
  .signup_stepper_label {
    display: none;
  }

  .signup_stepper_line {
    width: 18px;
  }
}

/* ---------- signup wizard: "resend code" link-style action ---------- */
.btn_link_action {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent-cyan);
  text-decoration: underline;
  cursor: pointer;
}

.btn_link_action:hover:not(:disabled) {
  color: var(--brand-teal-deep);
}

.btn_link_action:disabled {
  color: var(--muted);
  text-decoration: none;
  cursor: default;
}

/* ---------- signup wizard: "already logged in" banner ---------- */
.signup_logged_in_banner {
  background: var(--surface-2);
  color: var(--ink);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent-cyan);
  border-radius: 8px;
  padding: 10px 16px;
}

.signup_logged_in_banner a {
  color: var(--accent-cyan);
}

/* Bootstrap's .text-dark utility is used directly on several registration
   form labels; it forces near-black text, invisible on a dark card. */
.login_main_section .text-dark,
.login_form .text-dark,
#app_open_ticket .text-dark {
  color: var(--ink) !important;
}

.login_main_section .form-text.text-muted {
  color: var(--muted) !important;
}

.form-control {
  background-color: var(--surface-2) !important;
}

.form-control:focus {
  background-color: var(--surface) !important;
  border-color: var(--accent-cyan) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-cyan) 22%, transparent) !important;
}

.show-password-button {
  background: var(--surface-2) !important;
  border: 1px solid var(--line) !important;
  color: var(--muted) !important;
}

.show-password-button:hover,
.show-password-button:focus {
  border-color: var(--accent-cyan) !important;
  color: var(--accent-cyan) !important;
}

.login_input input::placeholder {
  color: var(--muted);
  font-style: italic;
  opacity: 1;
}

input {
  outline: 0;
}

.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.btn_login {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  background: var(--brand-gradient) !important;
  background-size: 180% 180% !important;
  background-position: 0% 50% !important;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 12px 40px;
  transition: background-position 0.35s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 10px 24px -10px rgba(247, 112, 11, 0.4);
}

.btn_login::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.35) 48%, transparent 66%);
  transform: translateX(-130%);
  transition: transform 0.55s ease;
}

.btn_login:hover {
  background-position: 100% 50% !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -8px rgba(47, 212, 217, 0.45);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.btn_login:hover::after {
  transform: translateX(130%);
}

.or_login {
  color: var(--muted);
}




.page_of_life .youtube_video iframe {
  width: -webkit-fill-available;
  height: 653px;
  border-radius: 15px;
}

.modal-content {
  background-color: transparent !important;
  border: none !important;
}





@media (max-width: 560.75px) {
  .login_logo img {
    width: 60%;
  }

  .login_title h2 {
    font-size: 32px !important;
  }

  .login_input label {
    font-size: 14px;
  }

  .page_of_life .youtube_video iframe {
    width: -webkit-fill-available;
    height: 220px;
    border-radius: 15px;
  }
}





.common_contact {
  background: var(--surface);
}

.common_contact .con_icon {
  font-size: 45px;
  color: var(--color_one);
}

.common_contact p {
  color: var(--muted);
}



/*==================================================chaty-widget=====================================================*/

body {
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}


/* Button used to open the chat form - fixed at the bottom of the page */

.open-button {
  margin-right: 28px;
  background-color: green;
  color: white;
  font-size: 24px;
  padding: 5px -1px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  z-index: 999999s;
}


/* The popup chat - hidden by default */

.chat-popup {
  display: none;
  position: fixed;
  bottom: 70px;
  left: 20px;
  z-index: 999;
}

.chat_icon .messenger a {
  font-size: 20px;
  background: #1E88E5;
  color: #fff;
  padding: 12px 13px;
  border-radius: 50%;
}

.chat_icon .whatsapp_color a {
  background: #49E670;
  font-size: 21px;
  color: #fff;
  padding: 10px 12px;
  border-radius: 50%;
}


/* ==========================================================================E-commerce=======================================================================*/

.hero_section {
  width: 100%;
  /* height: 500px; */
  background: radial-gradient(ellipse at bottom center,
      #5a78b8 0%,
      #8b5a7c 45%,
      #e24b7a 100%);
  text-align: center;

}

.hero_section h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFFFFF;
}

.hero_section p {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;

}

.hero_section .btn_primary {

  background: #DA4A71;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 10px 50px;

}

.btn_whatsapps {
  background: #25D366;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 10px 24px;
  margin-left: 15px;
}

.hero_section .play_button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 196px;
  background: #DA4A71;
  opacity: 0.5;

}

.play_button i {
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
}

.hero_section .play_button::before {
  content: '';
  position: absolute;
  width: 159%;
  height: 159%;
  border-radius: 50%;
  background: #DA4A71;
  animation: pulse 2s infinite;
  opacity: 0.5;
  z-index: -1;
}

/* ==========================================================================.problem_section=================================================== */
.problem_section {}

.problem_card {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.problem_icon i {
  font-size: 30px;
  color: #fff;
}

.problem_icon {
  background: radial-gradient(ellipse at bottom center,
      #5a78b8 0%,
      #8b5a7c 45%,
      #e24b7a 100%);
  width: 93px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.problem_card:hover .problem_icon {
  background: #fff;
}

.problem_card:hover i {
  color: #e24b7a;
}

.problem_card:hover {
  background: radial-gradient(ellipse at bottom center,
      #5a78b8 0%,
      #8b5a7c 45%,
      #e24b7a 100%);
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


/* ======================================================================Problem slob-===================================================== */
.problem_slob {
  background-color: #e0eff6;
}

.problemslob_card {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;


}

/* ======================================================================Problem slob-===================================================== */
.shopping_360 {
  background-color: #226B87;
  padding: 60px 0;
}

.shopping_360_content h5 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

/* ======================================================================how it works-===================================================== */


.howitworks_card {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;

}

.howitworks_card h5 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

.howitworks_card ul li {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 500;
}

.howitworks_card ul {
  list-style: none;
  padding-left: 0px;
}

.howitworks_card ul li {
  position: relative;
  padding-left: 24px;
}

.howitworks_card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  background-color: #043142;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding: 0px 4px;
}


/* ======================================================================how it works-===================================================== */


.limited_offer_section ul li {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 500;
}

.limited_offer_section ul {
  list-style: none;
  padding-left: 0px;
}

.limited_offer_section ul li {
  position: relative;
  padding-left: 24px;
}

.limited_offer_section ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  background-color: #043142;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding: 0px 4px;
}


/* =====================================================================
   AUTOFYDAY THEME — logo-anchored, dark-mode-first, Bootstrap 5 friendly
   Every Day. Every Goal. Every Result.

   Dark mode is the default (bare :root / [data-theme="dark"]); the toggle
   button in the topbar flips <html data-theme="..."> and persists the
   choice via localStorage (see common/header_includes.php + script_autofybit.js).
   Everything below is built on Bootstrap 5's existing grid/utility classes
   already used in the templates (container, row, col-*, navbar, offcanvas,
   dropdown-menu) rather than fighting them.
   ===================================================================== */

body {
  background: var(--bg) !important;
  color: var(--ink);
  font-family: "Inter", Lato, sans-serif;
  transition: background-color 0.2s ease, color 0.2s ease;
}

a { color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}

::selection {
  background: var(--brand-orange);
  color: #fff;
}

/* ---------- theme toggle ---------- */
.theme_toggle_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface-2);
  color: var(--ink);
  cursor: pointer;
  transition: all 0.15s ease;
}

.theme_toggle_btn:hover {
  border-color: var(--brand-teal);
  color: var(--brand-teal);
}

.theme_toggle_btn i {
  font-size: 15px;
}

/* ---------- section shell ----------
   .section_bg_alter is the alternating band between full-bleed sections:
   darker than the page in dark mode, lighter than it in light mode. */
.section_bg_alter {
  background:
    radial-gradient(1200px 420px at 0% 0%, rgba(247, 112, 11, 0.07), transparent 60%),
    radial-gradient(1200px 420px at 100% 100%, rgba(53, 160, 196, 0.09), transparent 60%),
    var(--bg-alt);
}

.section_title { position: relative; }

.section_title > h2 {
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 14px;
}

.section_title .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-orange);
  background: color-mix(in srgb, currentColor 12%, transparent);
  border: 1px solid color-mix(in srgb, currentColor 32%, transparent);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.section_title .eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 50%;
  background: currentColor;
}

.what_is_it .eyebrow { color: var(--accent-coral); }
.erp_solutions .eyebrow { color: var(--brand-teal); }
.why_choose_autofybit .eyebrow { color: var(--accent-amber); }
.day_os_section .eyebrow { color: var(--accent-cyan); }
.applications .eyebrow,
.saas_based_applications .eyebrow { color: var(--accent-amber); }

.section_title .sub_title h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--ink);
  margin-top: 2px;
}

.section_title p {
  max-width: 720px;
  margin: 16px 0 0 !important;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

/* ---------- buttons — square, light-bordered, sweep-fill hover ---------- */
.btn_primary,
.btn_menu {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--brand-gradient) !important;
  background-size: 180% 180% !important;
  background-position: 0% 50% !important;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 11px 26px;
  border-radius: 3px !important;
  color: #fff !important;
  transition: background-position 0.35s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 10px 24px -10px rgba(247, 112, 11, 0.45);
}

.btn_primary::after,
.btn_menu::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.35) 48%, transparent 66%);
  transform: translateX(-130%);
  transition: transform 0.55s ease;
}

.btn_primary:hover,
.btn_menu:hover {
  background-position: 100% 50% !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -8px rgba(53, 160, 196, 0.45);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff !important;
}

.btn_primary:hover::after,
.btn_menu:hover::after {
  transform: translateX(130%);
}

.btn_border_previous,
.erp_all {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  border: 1.5px solid var(--line-bright);
  font-weight: 600;
  padding: 10px 23px;
  color: var(--ink) !important;
  background: transparent;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.btn_border_previous:hover,
.erp_all:hover {
  border-color: var(--brand-teal);
  color: var(--brand-teal) !important;
  background: var(--surface-2) !important;
}

/* ---------- top bar + nav ---------- */
.top_section {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: var(--bg) !important;
  background-image: none !important;
  border-bottom: 1px solid var(--line) !important;
  padding: 14px 0 !important;
}

.top_section .nav-link,
.top_section .all_apps_icon a,
.top_section .all_apps_icon i {
  color: var(--muted) !important;
}

.top_section .nav-link:hover {
  color: var(--brand-teal) !important;
}

.brand_text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ink);
  line-height: 1.15;
}

.brand_text small {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.62rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.nav_breadcrumb {
  font-size: 0.8rem;
  color: var(--muted);
}

.nav_links {
  display: flex;
  gap: 26px;
}

.nav_links > li > a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
  transition: color 0.15s ease;
  cursor: pointer;
}

.nav_links > li > a:hover {
  color: var(--brand-teal);
}

.nav_cta .nav_signin {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  margin-right: 4px;
  padding: 8px 12px;
}

.nav_cta .nav_signin:hover {
  color: var(--brand-teal);
}

.btn_nav_cta {
  padding: 9px 20px !important;
  font-size: 0.88rem !important;
}

.dropdown-menu {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 16px 32px -12px var(--shadow-color);
}

/* ---------- mega menu (Apps, ERP, Industries) ----------
   .mega_menu is positioned absolute against .top_section (already a
   positioning context via position:sticky), not against the trigger
   <li> itself — that keeps it centered under the full nav regardless
   of where in the row a given trigger sits. */
.mega_trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.mega_trigger i {
  font-size: 10px;
  transition: transform 0.15s ease;
}

.mega_dropdown.mega_open .mega_trigger i,
.mega_dropdown:focus-within .mega_trigger i {
  transform: rotate(180deg);
}

.mega_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: min(1080px, 94vw);
  margin-top: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 28px 56px -20px var(--shadow-color);
  padding: 28px 30px;
  z-index: 1050;
  text-align: left;
}

.mega_dropdown.mega_open .mega_menu,
.mega_dropdown:focus-within .mega_menu {
  display: block;
}

.mega_menu .nav_title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mega_menu .apps_name ul li {
  padding: 3px 0;
}

.mega_menu .apps_name ul li a {
  font-size: 14px;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mega_menu .apps_name ul li a:hover {
  color: var(--brand-orange-bright);
}

.mega_menu .apps_name ul li a i {
  font-size: 10px;
  color: var(--brand-teal);
}

/* highlighted quick-access strip, shared across all three mega menus */
.mega_highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.mega_highlight_card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface-2);
  text-decoration: none;
  transition: all 0.18s ease;
}

.mega_highlight_card:hover {
  border-color: transparent;
  background: var(--brand-gradient);
  transform: translateY(-2px);
}

.mega_highlight_icon {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  background: linear-gradient(140deg, var(--brand-teal), var(--brand-teal-deep));
}

.mega_highlights .mega_highlight_card:nth-child(2) .mega_highlight_icon {
  background: linear-gradient(140deg, var(--brand-orange-bright), var(--brand-orange));
}

.mega_highlights .mega_highlight_card:nth-child(3) .mega_highlight_icon {
  background: linear-gradient(140deg, var(--accent-coral), var(--brand-orange-bright));
}

.mega_highlight_text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.mega_highlight_text strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.92rem;
  color: var(--ink);
}

.mega_highlight_text small {
  font-size: 0.78rem;
  color: var(--muted);
}

.mega_highlight_card:hover .mega_highlight_text strong,
.mega_highlight_card:hover .mega_highlight_text small {
  color: #fff;
}

.mega_highlight_card:hover .mega_highlight_icon {
  background: rgba(255, 255, 255, 0.22) !important;
}

@media (max-width: 1200px) {
  .mega_menu { width: min(920px, 92vw); }
}

.dropdown-item {
  color: var(--ink);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: var(--surface-2);
  color: var(--brand-teal);
}

/* ---------- accordion (FAQ) ---------- */
.accordion-item {
  background: var(--surface);
  color: var(--ink);
}

.accordion-button {
  background: var(--surface);
  color: var(--ink);
}

.accordion-button:not(.collapsed) {
  background-color: var(--surface-2) !important;
  color: var(--brand-teal) !important;
}

:root:not([data-theme="light"]) .accordion-button::after {
  filter: invert(1) grayscale(1) brightness(1.8);
}

.accordion-body {
  color: var(--muted);
}

/* ---------- generic Bootstrap .card (legacy accordions/panels use this,
   not .accordion-item — e.g. support/faq's Bootstrap-4-style markup) ---------- */
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink);
}

.card-body,
.card-footer {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.card-header,
.page-header {
  background: var(--surface-2);
  border-color: var(--line) !important;
  color: var(--ink);
}

.card .btn.btn-block,
.page-header .btn {
  color: var(--ink) !important;
  text-align: left;
}

@media (max-width: 991.98px) {
  .nav_links { display: none !important; }
  .btn_nav_cta { padding: 8px 14px !important; font-size: 0.8rem !important; white-space: nowrap; }
}

@media (min-width: 992px) {
  .mobile_nav_toggle_btn { display: none !important; }
}

/* ---------- mobile nav drawer ----------
   the generic .offcanvas rule earlier in this file (margin-top/height:
   min-content) is tuned for a small dropdown-style panel elsewhere; this
   is a full side drawer and needs its own box. */
.offcanvas.mobile_nav_offcanvas {
  margin-top: 0 !important;
  height: 100% !important;
  width: min(340px, 88vw);
  background: var(--surface) !important;
  color: var(--ink) !important;
}

.mobile_nav_offcanvas .offcanvas-header {
  border-bottom: 1px solid var(--line);
}

:root:not([data-theme="light"]) .mobile_nav_offcanvas .btn-close {
  filter: invert(1) grayscale(1) brightness(1.8);
}

.mobile_nav_offcanvas .mega_highlights {
  grid-template-columns: 1fr;
  margin-bottom: 10px;
  padding-bottom: 14px;
}

.mobile_nav_accordion .accordion-button {
  font-weight: 600;
}

.mobile_nav_list {
  margin: 0;
  padding: 6px 0 4px;
}

.mobile_nav_list li a {
  display: block;
  padding: 8px 4px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
}

.mobile_nav_list li a:hover {
  color: var(--brand-orange);
}

.mobile_nav_flat {
  padding: 4px 0;
}

.mobile_nav_flat li a {
  font-weight: 600;
  color: var(--ink);
}

@media (max-width: 575.98px) {
  .nav_cta .nav_signin { display: none; }
  .brand_text { font-size: 0.92rem; }
  .brand_text small { display: none; }
  .theme_toggle_btn { width: 32px; height: 32px; }
  .theme_toggle_btn i { font-size: 13px; }
  .btn_nav_cta { padding: 7px 12px !important; font-size: 0.72rem !important; }
}

/* ---------- mega-menu offcanvas ---------- */
.offcanvas {
  background: var(--surface) !important;
  color: var(--ink) !important;
}

.nav_title {
  color: var(--brand-teal) !important;
  border-bottom-color: var(--line) !important;
}

.apps_name ul li a {
  color: var(--muted);
}

.apps_name ul li a:hover {
  color: var(--brand-orange);
}

.app_menu_btn {
  border-top: 1px solid var(--line) !important;
}

.card_what {
  background: var(--surface-2);
}

/* ---------- secondary quick-link bar: slim focus cards ---------- */
.menu_section {
  position: static;
  background: var(--bg) !important;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.quick_links { gap: 14px; }

.menu_card {
  flex: 1 1 240px;
  max-width: 360px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0;
  background: var(--surface);
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.menu_card:hover {
  border-color: var(--brand-teal-deep);
  background: var(--surface-2);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -20px var(--shadow-color);
}

.menu_card a {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  padding: 14px 18px;
}

.menu_card_icon {
  flex: none;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 17px;
  color: #fff;
  background: linear-gradient(150deg, var(--brand-orange-bright), var(--brand-orange));
}

.quick_links li:nth-child(2) .menu_card_icon { background: linear-gradient(150deg, var(--accent-cyan), #0e6f74); }
.quick_links li:nth-child(3) .menu_card_icon { background: linear-gradient(150deg, var(--accent-amber), #b3760c); }

.menu_card_text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.menu_card .text_color {
  color: var(--ink) !important;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}

.menu_card small {
  color: var(--muted);
  font-size: 0.78rem;
}

/* ---------- hero ---------- */
.banner_area {
  background:
    radial-gradient(3px 3px at 12% 20%, rgba(255, 255, 255, 0.10) 100%, transparent),
    radial-gradient(3px 3px at 28% 55%, rgba(255, 255, 255, 0.08) 100%, transparent),
    radial-gradient(3px 3px at 46% 30%, rgba(255, 255, 255, 0.10) 100%, transparent),
    radial-gradient(3px 3px at 64% 62%, rgba(255, 255, 255, 0.08) 100%, transparent),
    radial-gradient(3px 3px at 80% 25%, rgba(255, 255, 255, 0.10) 100%, transparent),
    radial-gradient(900px 460px at 92% -8%, rgba(247, 112, 11, 0.28), transparent 55%),
    radial-gradient(800px 440px at 50% 0%, rgba(255, 106, 77, 0.14), transparent 55%),
    radial-gradient(1000px 520px at 4% 100%, rgba(53, 160, 196, 0.22), transparent 55%),
    linear-gradient(160deg, var(--bg) 0%, var(--brand-teal-dark) 130%) !important;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.banner_area::after { display: none; }

.banner_area h1,
.banner_area .text-white {
  color: var(--ink) !important;
}

.banner_area p.assisting {
  color: var(--muted) !important;
}

.banner_area .day_pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 6px;
}

.banner_area .day_pill {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: var(--muted);
}

.banner_area .day_pill strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
}

.banner_area .day_pill.d strong { color: var(--brand-orange); }
.banner_area .day_pill.a strong { color: var(--accent-coral); }
.banner_area .day_pill.y strong { color: var(--brand-teal); }

.banner_area h1 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
}

.banner_area .hero_cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.banner_area .btn_outline_ghost {
  border-radius: 999px;
  padding: 11px 24px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 600;
  transition: all 0.15s ease;
  display: inline-block;
}

.banner_area .btn_outline_ghost:hover {
  border-color: var(--brand-teal);
  color: var(--brand-teal);
}

.hero_specialized { margin-top: 30px; }

.hero_specialized_label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.hero_specialized_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero_specialized_item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 8px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink) !important;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  transition: all 0.15s ease;
}

.hero_specialized_item:hover {
  border-color: var(--brand-orange);
  background: var(--surface-2);
}

.hero_specialized_icon {
  flex: none;
  width: 26px;
  height: 26px;
  display: flex;
}

.hero_specialized_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.left_banner, .top_banner { opacity: 0.12; }

.cycle_wrap { display: flex; align-items: center; justify-content: center; }
.cycle_wrap svg { width: 100%; max-width: 380px; height: auto; }

/* ---------- DAY OS philosophy (row-based flow) ---------- */
.day_os_section {
  background:
    radial-gradient(900px 400px at 100% 0%, rgba(247, 112, 11, 0.08), transparent 55%),
    var(--surface-gradient);
  position: relative;
}

.day_os_flow { margin-top: 44px; display: flex; flex-direction: column; }

.day_step {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}

.day_step:last-of-type { border-bottom: 1px solid var(--line); }

.day_step .day_letter {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
}

.day_step.d .day_letter { color: var(--brand-orange); }
.day_step.a .day_letter { color: var(--accent-coral); }
.day_step.y .day_letter { color: var(--brand-teal); }

.day_step h3 { font-size: 1.25rem; margin: 0 0 8px; color: var(--ink); }

.day_step p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
  font-weight: 400;
  max-width: 620px;
  margin-bottom: 14px;
}

.day_tags { display: flex; flex-wrap: wrap; gap: 8px; }

.day_tag {
  font-size: 0.8rem;
  padding: 5px 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--muted);
}

.day_step.d .day_tag { background: rgba(247, 112, 11, 0.14); border-color: transparent; color: var(--brand-orange-bright); }
.day_step.a .day_tag { background: rgba(255, 106, 77, 0.14); border-color: transparent; color: var(--accent-coral); }
.day_step.y .day_tag { background: rgba(53, 160, 196, 0.14); border-color: transparent; color: var(--brand-teal); }

/* ---------- one ecosystem (catalog p.3) ---------- */
.one_ecosystem_section .eyebrow { color: var(--brand-orange); }

.ecosystem_choice_card h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.ecosystem_choice_card p {
  color: var(--muted);
  margin-bottom: 0;
}

.ecosystem_best_of_both {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.ecosystem_best_of_both h3 {
  color: var(--brand-orange);
  font-size: 1.3rem;
}

.ecosystem_best_of_both h4 {
  font-size: 1.05rem;
  margin-top: 4px;
}

.ecosystem_best_of_both p {
  color: var(--muted);
  max-width: 680px;
  margin: 10px auto 0;
}

.ecosystem_flow_wrap {
  margin-top: 34px;
}

.ecosystem_flow_wrap h4 {
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 18px;
}

.ecosystem_flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ecosystem_flow_chip {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--ink);
  background: var(--surface-2);
  white-space: nowrap;
}

.ecosystem_flow_arrow {
  color: var(--brand-orange);
  font-size: 0.85rem;
  display: inline-flex;
}

.ecosystem_note {
  margin-top: 26px;
  font-style: italic;
  color: var(--muted);
}

.ecosystem_tagline {
  font-weight: 700;
  color: var(--ink);
  margin-top: 4px;
}

.day_cycle {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: var(--brand-teal);
  font-size: 1.05rem;
}

.day_cycle strong { color: var(--ink); font-family: inherit; }

.day_os_cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }

/* ---------- what-is-it pillars: bento icon cards ---------- */
.what_is_it .card_what {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 40px 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 20px 44px -32px var(--shadow-color);
  text-align: left;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.what_is_it .card_what:hover {
  transform: translateY(-6px);
  border-color: var(--line-bright);
  box-shadow: 0 28px 56px -24px var(--shadow-color);
}

.what_is_it .what_index {
  position: absolute;
  top: 18px;
  right: 24px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
  opacity: 0.07;
}

.what_is_it .what_icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 24px;
  font-size: 28px;
}

.what_is_it .what_icon .bi { color: #fff; -webkit-text-fill-color: #fff; }

.what_is_it .row > div:nth-child(6n+1) .what_icon { background: linear-gradient(150deg, var(--brand-orange-bright), var(--brand-orange)); box-shadow: 0 16px 28px -14px rgba(247, 112, 11, 0.55); }
.what_is_it .row > div:nth-child(6n+2) .what_icon { background: linear-gradient(150deg, #ff8a6e, var(--accent-coral)); box-shadow: 0 16px 28px -14px rgba(255, 106, 77, 0.55); }
.what_is_it .row > div:nth-child(6n+3) .what_icon { background: linear-gradient(150deg, var(--accent-amber), #b3760c); box-shadow: 0 16px 28px -14px rgba(255, 176, 32, 0.5); }
.what_is_it .row > div:nth-child(6n+4) .what_icon { background: linear-gradient(150deg, #3fb6de, var(--brand-teal-deep)); box-shadow: 0 16px 28px -14px rgba(28, 108, 138, 0.55); }
.what_is_it .row > div:nth-child(6n+5) .what_icon { background: linear-gradient(150deg, var(--accent-cyan), #0e6f74); box-shadow: 0 16px 28px -14px rgba(47, 212, 217, 0.45); }
.what_is_it .row > div:nth-child(6n+6) .what_icon { background: linear-gradient(150deg, #4f8fae, var(--brand-teal-deep)); box-shadow: 0 16px 28px -14px rgba(79, 143, 174, 0.5); }

.what_is_it .card_what .name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
  padding: 0;
  margin-bottom: 12px;
}

.what_is_it .card_what p {
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--muted);
  text-align: left;
  margin: 0;
}

@media (max-width: 767px) {
  .what_is_it .card_what { padding: 32px 26px; }
  .what_is_it .card_what .name { font-size: 1.3rem; }
}

/* ---------- why-choose: colorful icon-badge cards ---------- */
.why_choose_autofybit .row { margin: 0 -8px; }
.why_choose_autofybit .row > div { padding: 0 8px; }

.why_choose_autofybit .card_what {
  border: 1px solid var(--line);
  border-radius: 16px !important;
  box-shadow: 0 12px 26px -20px var(--shadow-color);
  height: auto !important;
  padding: 28px 22px !important;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.why_choose_autofybit .card_what:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px -16px var(--shadow-color);
}

.why_choose_autofybit .card_what .bi {
  font-size: 20px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  -webkit-text-fill-color: #fff;
  margin-bottom: 14px;
  background: linear-gradient(140deg, var(--brand-orange-bright), var(--brand-orange));
}

.why_choose_autofybit .row > div:nth-child(4n+2) .bi { background: linear-gradient(140deg, #ff8a6e, var(--accent-coral)); }
.why_choose_autofybit .row > div:nth-child(4n+3) .bi { background: linear-gradient(140deg, var(--accent-amber), #b3760c); }
.why_choose_autofybit .row > div:nth-child(4n+4) .bi { background: linear-gradient(140deg, var(--brand-teal), var(--brand-teal-deep)); }

.why_choose_autofybit .what_title { display: block; }
.why_choose_autofybit .name { color: var(--ink); font-size: 1rem; font-weight: 700; padding: 0; text-align: left; }
.why_choose_autofybit .card_what p { text-align: left; font-size: 0.88rem; color: var(--muted); }

/* ---------- apps grid ---------- */
.apps_card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: none;
}

.apps_card:hover {
  border-color: var(--brand-teal);
  box-shadow: none;
}

.apps_card .details .name { color: var(--ink); }
.apps_card .details p,
.details p { color: var(--muted); }

/* ---------- ERP solutions ---------- */
.erp_solutions .erp_details p { color: var(--muted); }
.erp_solutions .erp_details .sub_name { color: var(--ink); }
.autofy_u { color: var(--accent-amber); }
.autofy_b { color: var(--accent-coral); }
.autofy_h { color: var(--brand-teal); }

/* ---------- CTA bands (boost_your_business / powered_by) ---------- */
.boost_your_business,
.songzog_footer_area {
  background:
    radial-gradient(circle at 90% 10%, rgba(247, 112, 11, 0.4), transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(53, 160, 196, 0.35), transparent 50%),
    linear-gradient(155deg, var(--brand-teal-deep) 0%, #0b2e3a 55%, #071a20 100%) !important;
  position: relative;
  overflow: hidden;
}

.boost_your_business .btn { border-radius: 3px !important; }

/* this band stays a fixed dark gradient in both themes, so its outline
   button needs fixed light text/border rather than the theme-reactive
   --ink, which would go dark-on-dark in light mode */
.boost_your_business .btn_border_previous {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5);
}

.boost_your_business .btn_border_previous:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #fff;
  color: #fff !important;
}

.powered_by { background: var(--surface-gradient); }
.powered_by .section_title h2 { color: var(--ink); }
.powered_by .section_title p { color: var(--muted); }
.powered_button .btn { border-radius: 3px; }

/* .powered_button .btn (legacy, 2-class specificity) would otherwise
   beat the plain .btn_border_previous rule and paint a fixed dark box —
   this section's background is theme-reactive, so its outline button
   needs to be too. */
.powered_button .btn_border_previous {
  background: transparent !important;
  color: var(--ink) !important;
  border: 1.5px solid var(--line-bright) !important;
}

.powered_button .btn_border_previous:hover {
  background: var(--surface-2) !important;
  border-color: var(--brand-teal) !important;
  color: var(--brand-teal) !important;
}

/* ---------- footer ---------- */
.footer {
  background-image: none !important;
  background:
    radial-gradient(700px 360px at 100% 0%, rgba(247, 112, 11, 0.16), transparent 55%),
    linear-gradient(160deg, #0b2e3a 0%, #051216 100%) !important;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--brand-gradient);
}

.footer-sections { gap: 12px; }

.footer-column h4 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #fff;
}

.footer-column hr { border-color: rgba(255, 255, 255, 0.15); opacity: 1; }
.footer-column ul li a,
.footer-column ul li a.nav-link.dropdown-toggle {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14.5px;
}
.footer-column ul li a:hover,
.footer-column ul li a.nav-link.dropdown-toggle:hover {
  color: var(--brand-orange-bright) !important;
}
.footer-column .dropdown-menu .dropdown-item { color: var(--ink); }

.social-icons a {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 15px; transition: all 0.2s ease;
}

.social-icons a:hover { background: var(--brand-gradient); border-color: transparent; }

.footer-apps p, .footer-solutions p { color: rgba(255, 255, 255, 0.68); font-size: 14px; line-height: 1.7; }
.footer-copyright p { color: rgba(255, 255, 255, 0.55); font-size: 13px; }

/* ---------- responsive ---------- */
@media (max-width: 767.98px) {
  .day_step { grid-template-columns: 1fr; gap: 10px; }
  .day_step .day_letter { font-size: 3rem; }
  .why_choose_autofybit .row { border-left: none; }
}
