:root {
  --primary-color: #f15c22;
  --primary-hover-color: #cc4e1c;

  --secondry-color: #606166;
  --secondry-hover-color: #095253;

  --grey-color-text: #000000cc;
  --black-color-text: #000000;
  --white-color-text: #ffffff;

  --border-color: #cee0e0;
  --border-color-focus: #000000;
}
/* Typography overrides */
.text-primary-custom {
  color: var(--primary-color) !important;
}
.bg-primary-custom {
  background-color: var(--primary-color) !important;
  color: #fff;
}
.bg-primary-custom:hover {
  background-color: var(--primary-hover-color) !important;
  color: #fff;
}
.text-blue {
  color: #3b82f6 !important;
}
.bg-blue {
  background-color: #3b82f6 !important;
  color: #fff;
}
.bg-blue:hover {
  background-color: #2563eb !important;
  color: #fff;
}
html {
  background: #ddd;
}
body {
  overflow-x: hidden;
  margin: 0 auto;
  font-size: 16px;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  background-color: #fff;
  /* background-color: #000C24; */
  text-rendering: geometricPrecision;
  max-width: 1920px;
}

::selection {
  background-color: #f15c22;
  color: #fff;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #0990b3 rgba(0, 0, 0, 0.1);
}

/* Custom Scrollbar (For WebKit Browsers like Chrome, Safari) */
*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 7px;
}

*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 7px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
}

a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  outline: 0;
  color: #000;
  text-decoration: none;
}

a:hover {
  outline: none;
  color: #1d1d1d;
  text-decoration: none;
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
    -webkit-text-fill-color: #000;
} */

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px solid #fff;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* Inputs */
select {
  color: #9e9e9e;
}

option:not(:first-of-type) {
  color: black;
}

.wow {
  visibility: hidden;
}

.clear {
  clear: both;
}

img:not(table img) {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

p {
  font-size: 16px;
  color: #757576;
}

figure {
  margin: 0 auto;
  display: block;
  text-align: center;
}

body.scroll-off {
  overflow: hidden;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-heading {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}

.form-control::-moz-placeholder {
  color: #9c9c9c;
}

.form-control:-ms-input-placeholder {
  color: #9c9c9c;
}

.form-control:-moz-placeholder {
  color: #9c9c9c;
}

/*==================== User Dropdown Start ===================*/

.user_dropdown {
  display: inline-block;
}

.user_dropdown > a {
  color: #494949;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.user_dropdown img {
  height: 35px;
  width: 35px;
  min-height: 35px;
  min-width: 35px;
  border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
  display: block;
  left: auto;
  width: 160px;
  overflow-x: hidden;
  padding-bottom: 0;
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  color: rgba(255, 255, 255, 0.6);
  right: 1px;
  box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
  font-size: 12px;
  border-radius: 9px;
  border: 0;
}

.user_name > div {
  white-space: nowrap;
  max-width: calc(160px - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  color: #494949;
  text-transform: capitalize;
  font-size: 15px;
}

.user_name {
  padding: 0 10px;
  border-bottom: 1px solid #e9ecef;
}

.user_name small {
  color: #a2a2a2;
  text-transform: lowercase;
}

.user_name .user_email {
  margin-top: -10px;
}

.user_dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user_dropdown ul li {
  display: block;
}

.user_dropdown ul li a {
  color: #494949;
  text-transform: capitalize;
  font-size: 14px;
  padding: 5px 10px;
  /* padding-left: 20px; */
  display: block;
  border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
  margin-right: 5px;
}

.user_dropdown ul li a:hover {
  color: #c72026;
}

/*==================== User Dropdown End ===================*/

/* *** loader css start ****  */

.loader-wrapper {
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
  content: "";
  width: 100px;
  height: 100px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-top-color: #fd5f09;
  border-radius: 50%;
  animation: spin 1.5s infinite linear;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* *** loader css end  ****  */

/*==================== Header Start ===================*/

#header {
  position: fixed;   /* keep fixed from start */
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 110px;

  display: flex;
  align-items: center;

  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;

  transition:
    background 0.4s ease,
    height 0.4s ease,
    transform 0.4s ease;
}

/* Inner pages (pricing, contact, about, etc.): always dark bar — no white flash at scroll top */
body.page-static #header,
#header.header--inner {
  background-color: #0b1528 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
  transition: height 0.4s ease, transform 0.4s ease;
}

body.page-static #header .nav-link,
#header.header--inner .nav-link,
body.page-static #header .navbar-brand,
#header.header--inner .navbar-brand {
  color: #fff !important;
}

body.page-static #header .dropdown-toggle::after,
#header.header--inner .dropdown-toggle::after {
  color: rgba(255, 255, 255, 0.75) !important;
}

body.page-static #header .dropdown-menu,
#header.header--inner .dropdown-menu {
  background: #0e182c;
  border: 1px solid #1c2a46;
}

body.page-static #header .dropdown-item,
#header.header--inner .dropdown-item {
  color: #e2e8f0;
}

body.page-static #header .header_btns .secondary_btn,
#header.header--inner .header_btns .secondary_btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

body.page-static #header .dropdown-item:hover,
#header.header--inner .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--primary-color, #f15c1c);
}

/* Home at top: translucent dark bar (not transparent/white when scroll resets) */
body.page-home #header:not(.is-sticky):not(.header--inner) {
  background: rgba(11, 21, 40, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Scrolled home: solid dark bar — body colors cannot bleed through */
#header.is-sticky:not(.inner_pages_head) {
  height: 95px;
  background: #0b1528;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

#header.is-sticky:not(.inner_pages_head) .nav-link {
  color: #ffffff;
  text-shadow: none;
}

#header.is-sticky:not(.inner_pages_head) .dropdown-toggle::after {
  color: rgba(255, 255, 255, 0.75);
}

#header.is-sticky.awake {
  transform: translateY(0%);
  -webkit-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}

#header.is-sticky .dropdown-menu {
  background: #0e182c;
  border: 1px solid #1c2a46;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

#header.is-sticky .dropdown-item {
  color: #e2e8f0;
}

#header.is-sticky .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--primary-color, #f15c1c);
}

#header > .container-fluid > .navbar {
  padding-left: 0;
  padding-right: 0;
}

#header .navbar-brand img {
  max-height: 85px;
  width: auto;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 25px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

#header .nav-link {
  position: relative;
  padding: 0;
  color: #fff;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
#header .navbar-expand-lg .navbar-nav .dropdown-toggle.nav-link.show,
#header .dropdown-toggle.nav-link:hover::after,
#header .dropdown-toggle.nav-link.show::after {
  color: #ff8837;
}

#header .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 11px;
  margin-left: 7px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.7);
  transition: ease-in-out 0.3s;
}

#header .extra_nav {
  margin-left: 30px;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
  margin-right: 10px;
}

.header_btns {
  gap: 14px;
  padding-left: 60px;
}

.header_login_btn {
  height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.02);
  transition: 0.3s;
}

.header_login_btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.btn-style {
  height: 48px;
  padding: 0 26px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ff8b3d 0%, #ff6b00 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(255, 107, 0, 0.25);
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.btn-style:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #ff9d57 0%, #ff7b1f 100%);
  box-shadow: 0 12px 28px rgba(255, 107, 0, 0.4);
  color: #fff;
}

/* Click Effect */
.btn-style:active {
  transform: scale(0.97);
}

/* Optional Shine Animation */
.btn-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: 0.5s;
}

.btn-style:hover::before {
  left: 130%;
}
#header .extra_nav .nav-item:list-child {
  margin-right: 0px;
}

#header .for_mobile {
  display: none;
}

#header .for_desktop {
  display: block;
}

.navbar-brand {
  font-size: 0;
  margin: 0 auto 0 0;
}
.dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 12px;
}
.dropdown-item:hover {
  color: var(--primary-color);
  background-color: #f15c221f;
}
.dropdown-item:active {
  color: var(--white-color-text);
  background-color: var(--primary-color);
}

/* 
.langugae_filter:hover .lang_dropdown {
    display: block;
} */
/*==================== Header End ===================*/

/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
  position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
}

.footer-logsign-link:before {
  background-color: #df1f26;
  left: 0;
}

.footer-logsign-link:after {
  background-color: #ec2027;
  right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
  height: 150px;
  align-items: center;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

.footer-signup-link a {
  background-color: #df1f26;
  padding-left: 0px;
}

.footer-signin-link a {
  background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
  color: #fff;
  font-size: 36px;
  width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
  color: #fff;
  font-size: 15px;
  width: 100%;
  margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background-color: #d42027;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 23px;
  transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
  background-color: #fff;
  color: #d42027;
}

/*==================== Footer login Signup Section ===================*/

/*==================== Footer ===================*/

.footer-block figure {
  margin: 0 0 30px;
  display: inline-block;
  max-width: 219px;
}

.cts_no {
  font-size: 15px;
  padding: 0 80px 0 0;
}

.cts_no p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

.copyright {
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
  color: #737777;
  font-size: 14px;
  margin-top: 30px;
}

.newsletter-form .form-control {
  height: 45px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  background: transparent;
  border: 0;
  border-radius: 3px;
  padding-right: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.relative-box {
  position: relative;
  top: 7px;
}

.relative-box .subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #827e7e;
  height: 45px;
  font-size: 20px;
  background: no-repeat;
}

.relative-box .subscribe-btn:hover {
  color: #d42027;
}

footer h6 {
  font-size: 17px;
  color: #000;
  margin: 0 0 27px;
  position: relative;
}

ul.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-links li {
  margin: 3px 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

ul.footer-links li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
}

ul.footer-links li a:hover {
  color: #d42027;
}

ul.footer-links.socialize li a {
  position: relative;
  padding-left: 25px;
}

ul.footer-links.socialize li a i {
  position: absolute;
  left: -9px;
  width: 30px;
  text-align: center;
  top: -4px;
  color: #959595;
  font-size: 17px;
}

.footer_wrapper {
  background: #fafbfc;
  padding: 55px 0 0;
  border-top: 1px solid #eeeeee;
}

footer h6 {
  font-size: 18px;
  margin: 0 0 27px;
  font-weight: 500;
}

.subscribe_text {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.navbar {
  padding: 0;
  justify-content: right;
}

#top-button {
  display: inline-block;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

.back_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #2196f3;
  display: none;
  border: #2196f3 1px solid;
  z-index: 1;
  border-radius: 4px;
}

.back_top span {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}

.back_top span svg {
  width: 22px;
  height: 21px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.back_top:hover {
  border-color: #2196f3;
  color: #2196f3;
  background-color: #fff;
}

.back_top:hover span {
  color: #2196f3;
}

/*==================== Footer ===================*/

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
  padding-right: 25px;
}
.logoIcon {
  display: none;
}

.mobiledrop {
  position: absolute;
  right: 0px;
  top: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
  height: 21px;
  width: 21px;
  min-width: 21px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 2px solid #d0d0d0;
  border-radius: 5px;
  background: transparent;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
  border: 2px solid #1295d6;
  background: #1295d6;
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
  content: "\f00c";
  height: 100%;
  color: #fff;
  font-family: "Font-awesome-5-pro";
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.custom_checkbox label {
  color: #555 !important;
}

/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
  position: absolute;
  /* left: -9999px; */
  appearance: none;
}

.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b5b5b5;
  border-radius: 100%;
  background: #fff;
}

.custom_radio [type="radio"]:checked + label::after,
.custom_radio [type="radio"]:not(:checked) + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f87da9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom_radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-control {
  height: 45px;
  font-size: 16px;
  color: rgb(66 66 66 / 60%);
  font-weight: 400;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #b1b1b1;
  padding: 15px 25px;
}

.form-control:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #2196f3;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 12px 30px;
  border: 1px solid #2196f3;
}

.btn-primary:hover {
  color: #2196f3;
  background-color: transparent;
  border: 1px solid #2196f3;
}

.custom_select_block .ms-dd .ms-dd-header {
  height: 45px;
  font-size: 16px;
  color: rgb(66 66 66 / 60%);
  font-weight: 400;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #b1b1b1;
  overflow: hidden;
  width: 100%;
}

.custom_select_block .ms-dd .ms-dd-header .option-selected {
  height: 45px;
  padding: 10px 25px;
  width: 100%;
}

.custom_select_block .ms-dd .ms-list-option.option-selected,
.ms-dd .ms-optgroup ul .ms-list-option.option-selected {
  background: #ffffff;
}

.custom_select_block .ms-dd {
  width: 100%;
}

.custom_select_block .ms-dd .ms-dd-arrow {
  margin-top: -5px;
  right: 25px;
}

/*select2*/
.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 19px;
  padding-top: 21px;
  min-height: 48px;
  font-size: 1rem;
  color: #475f7b;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

select.form-control {
  padding-top: 10px;
  transition: 0.15s;
}

.form-control:focus {
  color: #475f7b;
  background-color: #fff;
  border-color: #5a8dee;
  outline: 0;
  box-shadow: none;
}

/* ======= Go to Top Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background-color: #fff;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.07);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.arrowTop {
  position: absolute;
  top: 16px;
  left: 17px;
}

.arrowTop path {
  fill: #1295d6;
}

.progress-wrap svg.progress-circle path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: transparent;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* .progress-wrap::after {
    color: #1e90ff;
} */
.progress-wrap svg.progress-circle path {
  stroke: #1e90ff;
}

/* End */

/*==============================
        HERO SECTION START
==============================*/

.hero_section {
  position: relative;
  /* overflow: hidden; */
  padding: 150px 0 0;
  background: #000f2e;
  margin-bottom: 160px;
}
.hero_section::after {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background: url("../img/heroCroveSape.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: -160px;
  left: 0;
}

/* Container */

.hero_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/*==============================
        LEFT CONTENT
==============================*/

.hero_content {
  width: 60%;
  position: relative;
  z-index: 5;
}

/* Badge */

.hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border-radius: 60px;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  color: #5fd0ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  background: linear-gradient(
    90deg,
    rgba(0, 183, 255, 0.12) 0%,
    rgba(32, 65, 255, 0.18) 50%,
    rgba(148, 0, 211, 0.14) 100%
  );
  border: 1px solid transparent;
  background-image:
    linear-gradient(rgba(8, 16, 45, 0.88), rgba(8, 16, 45, 0.88)),
    linear-gradient(90deg, #00cfff, #4f7cff, #a855f7);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  backdrop-filter: blur(14px);
}
.hero_badge span {
  color: #fd78fd;
}
.hero_badge::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  width: 120px;
  height: 80px;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(18px);
  transform: rotate(20deg);
}

.hero_content h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.hero_content h1 span {
  background: linear-gradient(90deg, #ff952f 0%, #f15c22 35%, #9c4dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Paragraph */

.hero_content p {
  font-size: 19px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
  max-width: 540px;
  margin-bottom: 42px;
}

/*==============================
            BUTTONS
==============================*/

.hero_btns {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 55px;
}

.primary_btn {
  height: 60px;
  padding: 0 34px;
  border-radius: 14px;
  background: #f15c22;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}

.primary_btn:hover {
  color: #fff;
}

.secondary_btn {
  height: 48px;
  padding: 0 26px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.secondary_btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.secondary_btn i {
  font-size: 20px;
}
/* Active Click Effect */
.secondary_btn:active {
  transform: scale(0.97);
}

/* Glass Shine Effect */
.secondary_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  transform: skewX(-25deg);
  transition: 0.6s;
}

.secondary_btn:hover::before {
  left: 140%;
}

/*==============================
        TRUSTED LOGOS
==============================*/

.trusted_brand_area {
  /* margin-top: 70px; */
  position: relative;
  z-index: 5;
  position: absolute;
  bottom: 10px;
  max-width: 1100px;
}

.trusted_text {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

/* SWIPER */

.trusted_brand_slider {
  overflow: hidden;
  margin-bottom: -160px;
}

.trusted_brand_slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}

.trusted_brand_slider .swiper-slide {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trusted_brand_slider .swiper-slide img {
  max-height: 28px;
  width: auto;
  opacity: 0.95;
  transition: 0.3s;
  filter: brightness(0) invert(1);
}

.trusted_brand_slider .swiper-slide img:hover {
  opacity: 1;
  transform: scale(1.04);
}

/* RESPONSIVE */

@media (max-width: 767px) {
  .trusted_brand_area {
    margin-top: 50px;
  }

  .trusted_brand_slider .swiper-slide img {
    max-height: 24px;
  }
}
/*==============================
        RIGHT CONTENT
==============================*/

.hero_right {
  width: 52%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Glow */

.hero_circle {
  position: absolute;
  width: 740px;
  /* height: 598px; */
  top: -120px;
  left: -200px;
  animation: spin 15s linear infinite;
  transform-origin: center center;
  will-change: transform;
}
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/* @keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */

/* .hero_circle::before {
    content: "";
    position: absolute;
    inset: 40px;
    border-radius: 50%;
    border: 2px solid rgba(64, 120, 255, 0.15);
}

.hero_circle::after {
    content: "";
    position: absolute;
    inset: 80px;
    border-radius: 50%;
    border: 2px solid rgba(255, 120, 0, 0.10);
} */

/* Girl */

.hero_girl {
  width: 340px;
  position: relative;
  z-index: 5;
}

/*==============================
            CHAT BOX
==============================*/

.chat_box {
	position: absolute;
	left: -150px;
	bottom: 100px;
	width: 270px;
	padding: 20px;
	border-radius: 24px;
	background: rgb(12 18 42 / 25%);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	z-index: 20;
	box-shadow: 0 0px 2px rgba(255, 132, 48, 0.4);
}
.chat_box h5 {
  color: #ff9b2f;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.chat_box p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.voice_wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 22px;
}

.voice_wave span {
  width: 4px;
  border-radius: 30px;
  background: linear-gradient(180deg, #37b6ff, #007bff);
  animation: wave 1s infinite ease-in-out;
  transform-origin: center;
}

.voice_wave span:nth-child(1) {
  height: 15px;
  animation-delay: 0s;
}

.voice_wave span:nth-child(2) {
  height: 25px;
  animation-delay: 0.15s;
}

.voice_wave span:nth-child(3) {
  height: 35px;
  animation-delay: 0.3s;
}

.voice_wave span:nth-child(4) {
  height: 25px;
  animation-delay: 0.45s;
}

.voice_wave span:nth-child(5) {
  height: 15px;
  animation-delay: 0.6s;
}

@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.7);
    opacity: 0.8;
  }

  50% {
    transform: scaleY(1.2);
    opacity: 1;
  }
}
/*==============================
        FEATURE BOX
==============================*/

.feature_box {
	width: 270px;
	padding: 22px;
	border-radius: 20px;
	background: rgba(48, 64, 128, 0.25);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 100px;
}
.feature_item svg {
  color: #fff;
  width: 30px;
  height: 30px;
}
.feature_item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding-bottom: 26px;
	margin-bottom: 26px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.feature_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.feature_item i {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 136, 0, 0.1);
  color: #ff8c00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.feature_item h6 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 4px;
  font-weight: 700;
}

.feature_item p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  margin: 0;
}

/*==============================
            CURVE
==============================*/

/* .hero_curve {
    position: absolute;
    left: -5%;
    bottom: -90px;
    width: 120%;
    height: 160px;
    background: #f7f5ff;
    border-radius: 50%;
} */

/*==============================
        RESPONSIVE
==============================*/

@media (max-width: 1199px) {
  .hero_content h1 {
    font-size: 58px;
  }

  .hero_right {
    min-height: 500px;
  }

  .hero_girl {
    width: 380px;
  }
}

@media (max-width: 991px) {
  .hero_section {
    padding: 110px 0 120px;
  }

  .hero_wrapper {
    flex-direction: column;
  }

  .hero_content,
  .hero_right {
    width: 100%;
  }

  .hero_content {
    text-align: center;
  }

  .hero_btns,
  .brand_logos {
    justify-content: center;
  }

  .hero_content p {
    margin-left: auto;
    margin-right: auto;
  }

  /* .hero_right {
    min-height: auto;
    margin-top: 40px;
  } */

  .chat_box {
    left: 0;
  }

  .feature_box {
    right: 0;
  }
}

@media (max-width: 767px) {
  .hero_content h1 {
    font-size: 40px;
    line-height: 1.1;
  }

  .hero_content p {
    font-size: 16px;
  }

  .hero_btns {
    flex-wrap: wrap;
  }

  .hero_girl {
    width: 320px;
  }

  

  .brand_logos {
    gap: 25px;
  }

  .brand_logos img {
    max-height: 24px;
  }
}

/*==============================
        BUSINESS SECTION
==============================*/
.business_section {
  position: relative;
  padding: 0;
}

.business_section::before {
  content: "";
  position: absolute;
  right: 0;
  top: -160px;
  width: 1040px;
  height: 925px;
  background-image: url("../img/exploreTopRightBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  z-index: -1;
}

/* WRAPPER */

.business_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: -30px;
}

/*==============================
        LEFT CONTENT
==============================*/

.business_content {
  width: 40%;
  position: relative;
  z-index: 5;
}

/* .business_badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 50px;
    border: 1px solid rgba(157, 111, 255, 0.18);
    background: rgba(255, 255, 255, 0.75);
    color: #9f60ff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 28px;
} */
.business_badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 50px;
  background: linear-gradient(90deg, #fff 0%, #f8eafe 50%, #fff 100%);
  color: #9f60ff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  z-index: 1;
}

/* Gradient Border */
.business_badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(90deg, #e5caff, #ffadf6, #ea63ff);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.sectionHeading h2 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  color: #15113b;
  margin-bottom: 16px;
}

.sectionHeading h2 span {
  background: linear-gradient(90deg, #ff8c2f 0%, #ff5f6d 35%, #7f3dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-primary {
  color: var(--primary-color) !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
}

.sectionHeading p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #1e1e1e;
  max-width: 500px;
  margin-bottom: 30px;
  font-weight: 500;
}

/* BUTTON */
.business_btn {
  height: 55px;
  padding: 0 27px;
  border-radius: 14px;
  background: linear-gradient(90deg, #6d42ff 0%, #4f46ff 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 14px 35px rgba(79, 70, 255, 0.25);
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.business_btn:hover {
  background: linear-gradient(90deg, #7c57ff 0%, #5d54ff 100%);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(79, 70, 255, 0.4);
  color: #fff;
}

/* Click Effect */
.business_btn:active {
  transform: scale(0.97);
}

/* Shine Animation */
.business_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.18);
  transform: skewX(-25deg);
  transition: 0.6s;
}

.business_btn:hover::before {
  left: 130%;
}

/* .business_btn {
	height: 55px;
	padding: 0 27px;
	border-radius: 14px;
	background: linear-gradient(90deg, #6d42ff 0%, #4f46ff 100%);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	transition: 0.3s;
	box-shadow: 0 14px 35px rgba(79, 70, 255, 0.25);
}
.business_btn:hover {
    transform: translateY(-3px);
    color: #fff;
} */

/*==============================
        RIGHT GRAPHIC
==============================*/

.business_graphic {
  width: 60%;
  min-height: 610px;
  position: relative;
}

/* CENTER LOGO */

.center_logo {
  position: relative;
  width: 654px;
  height: 618px;
  margin: 0 auto;
}

.center_logo .sectionLogo {
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translate(27%, -23%);
  max-width: 168px;
}

/* GLOW */

/* .business_glow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(255, 174, 65, 0.18),
            rgba(255, 115, 0, 0.08),
            transparent 70%);
    filter: blur(10px);
} */

/* ORBITS */

/* .orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.orbit_1 {
    width: 380px;
    height: 380px;
    border: 2px solid rgba(255, 196, 97, 0.35);
}
.orbit_2 {
    width: 280px;
    height: 280px;
    border: 2px solid rgba(255, 220, 150, 0.45);
} */

/*==============================
            INFO CARD
==============================*/

.info_card {
  position: absolute;
  max-width: 290px;
  padding: 18px;
  border-radius: 18px;
  background: rgb(255 255 255 / 45%);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #efebff;
  animation: floatCard 4s ease-in-out infinite;
}
.info_card h6 {
  font-size: 16px;
  font-weight: 700;
  color: #1b163f;
  margin-bottom: 6px;
}
.info_card p {
  font-size: 14px;
  color: #62667c;
  margin: 0;
}
/* ICON */

.icon_box {
  min-width: 58px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(127, 61, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5245ff;
  transition: ease-in-out 0.3s;
}
.info_card:hover .icon_box {
  color: var(--primary-color);
  background: rgba(291, 92, 34, 0.08);
}
.icon_box svg {
  width: 24px;
  height: 24px;
}
.icon_box i {
  font-size: 24px;
  color: #7f3dff;
}

.icon_box.orange i {
  color: #ff8c2f;
}

/* CARD POSITION */

.card_1 {
  left: 60px;
  top: 40px;
  animation-delay: 0s;
}
.card_2 {
  right: -30px;
  top: 40px;
  animation-delay: 0.4s;
}
.card_3 {
  left: 0;
  top: 36%;
  animation-delay: 0.8s;
}
.card_4 {
  right: -100px;
  top: 36%;
  animation-delay: 1.2s;
}
.card_5 {
  left: 70px;
  bottom: 110px;
  animation-delay: 1.6s;
}
.card_6 {
  right: -30px;
  bottom: 110px;
  animation-delay: 2s;
}
/* ===== Floating Animation ===== */

@keyframes floatCard {
  0% {
    transform: translate(0px);
  }

  50% {
    transform: translate(-14px, 14px);
  }

  100% {
    transform: translate(0px);
  }
}

/* CURVE */
/*==============================
            RESPONSIVE
==============================*/

@media (max-width: 1199px) {
  .business_content h2 {
    font-size: 56px;
  }

  .info_card {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .header_btns .btn-style,
  .header_btns .secondary_btn {
    width: 100%;
  }

  .business_wrapper {
    flex-direction: column;
  }

  .business_content,
  .business_graphic {
    width: 100%;
  }

  .business_content {
    text-align: center;
  }

  .business_content p {
    margin-left: auto;
    margin-right: auto;
  }

  .card_1 {
    left: 0;
  }

  .card_2 {
    right: 0;
  }

  .card_3 {
    left: 20px;
  }

  .card_4 {
    right: 20px;
  }

  .card_5 {
    left: 0;
  }

  .card_6 {
    right: 0;
  }
}

@media (max-width: 767px) {
  .business_content h2 {
    font-size: 40px;
  }

  .business_content p {
    font-size: 16px;
  }

  .business_graphic {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    gap: 20px;
  }

  .center_logo {
    /* position:relative;
        left:auto;
        top:auto;
        transform:none;
        order:1;
        margin-bottom:20px; */
  }

  .orbit,
  .business_glow {
    display: none;
  }

  
}

/*==============================
        BUSINESS SECTION END
==============================*/

.chatDemoSection {
  position: relative;
  padding: 80px 0 40px;
  background-image: url("../img/chatDemoSectionBg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -50px;
}
.counterOuter {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.counterIcon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.counter_item:nth-child(1) .counterIcon {
  background: #5245ff;
}
.counter_item:nth-child(2) .counterIcon {
  background: #9e42ff;
}
.counter_item:nth-child(3) .counterIcon {
  background: var(--primary-color);
}
.counterIcon img {
  animation: CounterImgAnimation 4s ease-in-out infinite;
  transform-origin: center;
  display: inline-block;
}

@keyframes CounterImgAnimation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.counter_item {
  padding: 30px 20px;
  border-radius: 18px;
  background: #ffffff0d;
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #2c313e;
}
.counter_item h6,
.counter_item p {
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3;
  margin-bottom: 0;
}
.counter_item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin: 8px 0;
}
.chatDemoSection ul {
  padding: 0;
  margin-bottom: 24px;
}
.chatDemoSection ul li {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: self-start;
  gap: 8px;
}
.chatDemoSection ul li::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("../img/checkSvg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 4px;
}
.chatDemoSection ul li + li {
  margin-top: 8px;
}
.chatDemoSection .sectionHeading p {
  max-width: 300px;
  color: #fff;
  margin-bottom: 20px;
}

.chat_badge {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 50px;
  border: 1px solid #77440d;
  background: transparent;
  color: #fe880b;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.favToolSection {
  padding: 80px 0;
}
.favToolImgPart {
  /* width:700px;
  height:420px; */
  position: relative;
  /* padding-bottom: 60px; */
}
.toolBlockOuter {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  height: 100%;
}
.toolBlock {
  display: block;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: white;
  border: 1px solid white;
  filter: drop-shadow(0 4px 50px rgba(1, 10, 32, 0.1));
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;

  offset-path: ellipse(320px 220px at center);
  animation: orbitMove 140s linear infinite;
  offset-rotate: 0deg;
}
.toolBlock:nth-child(1) {
  animation-delay: 0s;
}
.toolBlock:nth-child(2) {
  animation-delay: -20s;
}
.toolBlock:nth-child(3) {
  animation-delay: -40s;
}
.toolBlock:nth-child(4) {
  animation-delay: -60s;
}
.toolBlock:nth-child(5) {
  animation-delay: -80s;
}
.toolBlock:nth-child(6) {
  animation-delay: -100s;
}
.toolBlock:nth-child(7) {
  animation-delay: -120s;
}

@keyframes orbitMove {
  from {
    offset-distance: 0%;
  }

  to {
    offset-distance: 100%;
  }
}
.toolBlock:hover {
  background-color: #f36e151e;
}
.toolBlock:hover img {
  transform: scale(1.1);
}
.moreText {
  color: #f36c15;
  font-size: 18px;
  font-weight: 600;
  transition: ease-in-out 0.3s;
}
.moreText:hover {
  color: var(--primary-hover-color);
}
.centerLogo {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: auto;
  max-width: 120px;
  transform: translate(74%, -48%);
}
.favtool_badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 50px;
  color: #4f46ff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  z-index: 1;
  border: 1px solid #4f46ff;
}

.ai-chat {
  text-align: center;
}

/* Demo/Action Section (Dark) */
.action-section {
  background-color: #000a20; /* Dark blue background */
  padding: 40px 0;
  color: #fff;
}
.action-section h1,
.action-section h2,
.action-section h3,
.action-section p {
  color: #fff; /* Override global typography for dark section */
}

.feature-icon-box {
  text-align: center;
  margin-top: 20px;
}
.feature-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgb(255 255 255 / 6%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: #1450d0;
  font-size: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.feature-icon-box:nth-child(2) .feature-icon {
  color: var(--primary-color);
}
.feature-icon-box:nth-child(2) .feature-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    220deg,
    var(--primary-color) -120%,
    rgba(255, 255, 255, 0.05) 100%
  );
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.featureCrdTitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
.contact-box {
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  padding: 15px 25px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

/* Form Card */
.form-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 2px solid rgb(255 255 255 / 6%);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.form-card h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.form-card p {
  font-size: 14px;
  color: #fff;
}
.form-card .form-label {
  color: #e2e8f0;
  font-size: 14px;
  margin-bottom: 6px;
}
.form-card .form-control {
  background-color: #0e182c;
  border: 1px solid #1c2a46;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
}
.form-card .form-control:focus {
  background-color: #0e182c;
  border-color: var(--primary-color);
  box-shadow: none;
  color: #fff;
}
.form-card .form-control::placeholder {
  color: #6b7280;
}
.form-card .form-control,
.form-card .form-select,
.site-card .form-control {
  background-color: #0e182c;
  border: 1px solid #1c2a46;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  min-height: 48px;
}
.form-card .form-select:focus,
.site-card .form-control:focus {
  background-color: #0e182c;
  border-color: var(--primary-color);
  box-shadow: none;
  color: #fff;
}
.form-card select.form-control option {
  background: #0e182c;
  color: #fff;
}
.actionImgOuter {
  position: absolute;
  width: 320px;
  left: -40%;
  bottom: 0;
  z-index: 1;
}
.actionImgOuter::after {
  content: "";
  display: block;
  width: 640px;
  height: 640px;
  background-image: url(../img/heroBgCircle.png);
  background-size: contain;
  z-index: -1;
  position: absolute;
  left: -38%;
  top: -80px;
  background-repeat: no-repeat;
  animation: rotateCircle 20s linear infinite;
}
.cta-banner {
  /* Gradient background from orange to blue */
  background: linear-gradient(90deg, var(--primary-color), #1450d0);
  border-radius: 12px;
  padding: 2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-text h2 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.btn-demo {
  background-color: white;
  color: #2e5bff;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.btn-demo:hover {
  opacity: 0.9;
  color: #2e5bff;
}

/* Dashed underline effect */
.underline-dash {
  border-bottom: 2px dashed #ffcc00;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

/* Footer */
.footer {
  background-color: #000a20;
  border-top: 2px solid rgb(255 255 255 / 6%);
  padding: 30px 0 0;
  color: #94a3b8;
  font-size: 14px;
  overflow: hidden;
}
.footerLogo {
  max-width: 160px;
  margin-bottom: 12px;
}
.footer p {
  font-size: 14px;
  color: #c3c3c3;
  margin-bottom: 12px;
}

.footer h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
}
.footer a,
.contactItem {
  color: #c3c3c3;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.contactItem {
  margin-top: 8px;
  display: flex;
  gap: 16px;
}
.footer a:hover {
  color: var(--primary-color);
}
.social-icons a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border: 1px solid #374151;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: #94a3b8;
  margin-bottom: 0;
}
.social-icons a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.footer-bottom {
	border: 1px solid rgb(255 255 255 / 0.2);
	margin-top: 24px;
	padding: 26px 0;
	font-size: 14px;
  color: #c3c3c3;
}
.copyRight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.footer .copyRight a {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0;
}
.footer .copyRight a:has(+ a)::after {
  content: "|";
  margin: 0 8px;
  color: #94a3b8;
}

/* Site pages & auth — match home dark theme */
.site-page-hero {
  padding: 150px 0 50px;
  background: #000f2e;
  color: #fff;
}
.site-page-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.site-page-title span {
  color: var(--primary-color, #f15c1c);
}
.site-page-lead {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.125rem;
  margin-top: 1rem;
}
.site-page-content {
  padding: 60px 0 100px;
  background: #000a20;
  color: #fff;
}
.site-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 2px solid rgb(255 255 255 / 6%);
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  color: #fff;
}
.site-card h3,
.site-card h4,
.site-card h5 {
  color: #fff;
}
.site-card p,
.site-card .text-muted {
  color: rgba(255, 255, 255, 0.65) !important;
}
.site-card .form-label {
  color: #e2e8f0;
}
.auth-page-section {
  padding: 150px 0 100px;
  min-height: 70vh;
  background: #000f2e;
}
.auth-page-section .form-card {
  margin: 0 auto;
}
.auth-page-section .form-card a {
  color: var(--primary-color, #f15c1c);
}
.auth-page-section .text-danger {
  color: #ff8a8a !important;
}
.auth-page-section .form-check-label {
  color: #e2e8f0;
}
.auth-page-section .form-check-input {
  background-color: #0e182c;
  border-color: #1c2a46;
}
.auth-page-section .form-check-input:checked {
  background-color: var(--primary-color, #f15c1c);
  border-color: var(--primary-color, #f15c1c);
}
.site-page-content .pagination .page-link {
  background: #0e182c;
  border-color: #1c2a46;
  color: #e2e8f0;
}
.site-page-content .pagination .page-item.active .page-link {
  background: var(--primary-color, #f15c1c);
  border-color: var(--primary-color, #f15c1c);
}
