@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #030A19 !important;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #F1B209 !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #030A19 !important;
}

.color-gray {
  color: #797b7a !important;
}

.color-green {
  color: #1a74fa !important;
}

.color-light-green {
  color: #F4F7FB !important;
}

.primary-button {
  float: none;
  color: #fff;
  background-color: #1a74fa;
  border-color: #000;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button:hover {
  color: #1a74fa;
  background-color: #030A19;
}

.btn-gradient {
  background: #1a74fa;
  border: none;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 0px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.banner-title {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem !important;
  color: #F1B209;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  color: #F1B209;
  max-width: 70%;
}
.main-title span {
  color: #fff;
}

.main-desc {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.768627451);
  width: 75%;
}

.sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem !important;
  color: #fff;
  line-height: 60px;
}

.sub-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #797b7a;
  line-height: 36px;
}

.sub-desc2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.96px) and (min-width: 320px) {
  .main-title {
    width: 100%;
    max-width: 100%;
  }
  .main-desc {
    width: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #030A19 !important;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #F1B209 !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #030A19 !important;
}

.color-gray {
  color: #797b7a !important;
}

.color-green {
  color: #1a74fa !important;
}

.color-light-green {
  color: #F4F7FB !important;
}

.primary-button {
  float: none;
  color: #fff;
  background-color: #1a74fa;
  border-color: #000;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button:hover {
  color: #1a74fa;
  background-color: #030A19;
}

.btn-gradient {
  background: #1a74fa;
  border: none;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 0px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.banner-title {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem !important;
  color: #F1B209;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  color: #F1B209;
  max-width: 70%;
}

.main-title span {
  color: #fff;
}

.main-desc {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.768627451);
  width: 75%;
}

.sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem !important;
  color: #fff;
  line-height: 60px;
}

.sub-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #797b7a;
  line-height: 36px;
}

.sub-desc2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.96px) and (min-width: 320px) {
  .main-title {
    width: 100%;
    max-width: 100%;
  }
  .main-desc {
    width: 100%;
  }
}
header {
  /* ---------------- HEADER TOP ---------------- */
  /* ---------------- NAVIGATION ---------------- */
  /* ---------------- HAMBURGER ---------------- */
  /* ---------------- MOBILE ---------------- */
}
header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0rem;
  gap: 1rem;
}
header .header-top .contact-info {
  display: flex;
  gap: 1.5rem;
}
header .header-top .contact-info a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.95rem;
}
header .header-top .contact-info a i {
  color: #030A19;
  cursor: pointer;
  background-color: white;
  font-size: 1rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
header .header-top .icons {
  display: flex;
  gap: 1rem;
}
header .header-top .icons a i {
  color: #030A19;
  background-color: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
  transition: 0.3s;
}
header .header-top .icons a i:hover {
  background-color: #1a74fa;
  color: #030A19;
}
header .logo img {
  filter: brightness(0) invert(1);
}
header nav {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1490196078);
  border-top: 2px solid rgba(255, 255, 255, 0.1490196078);
}
header nav ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 0px;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
header nav ul li {
  position: relative;
  /* Submenu */
}
header nav ul li a {
  display: block;
  padding: 1.2rem 1.5rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
  font-size: 1.1rem;
}
header nav ul li a:hover, header nav ul li a.active {
  color: #F1B209;
  font-weight: 600;
}
header nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  background: #fff;
  min-width: 220px;
  border: 1px solid #797b7a;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}
header nav ul li ul li a {
  display: block;
  width: 100%;
  padding: 0.8rem 1rem;
  font-weight: 500;
  color: #000;
}
header nav ul li ul li a:hover {
  background: #030A19;
  color: #1a74fa;
}
header nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header nav ul li .mega {
  padding: 1.2rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  max-width: 100vw;
  overflow-x: auto;
  white-space: nowrap;
}
header nav ul li .mega .col {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
header nav ul li .mega .col li a {
  white-space: nowrap;
}
header .hamburger {
  display: none;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 992px) {
  header {
    /* Header top responsive */
  }
  header .header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.5rem 1rem;
  }
  header .header-top .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    /* First line: phone + email */
    /* Second line: location */
  }
  header .header-top .contact-info a {
    font-size: 0.9rem;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  header .header-top .contact-info a i {
    width: 28px;
    height: 28px;
    font-size: 0.85rem;
  }
  header .header-top .contact-info a:nth-child(1),
  header .header-top .contact-info a:nth-child(2) {
    display: inline-flex;
  }
  header .header-top .contact-info a:nth-child(3) {
    display: inline-flex;
  }
  header .header-top .icons {
    display: none;
  }
  header nav .d-flex {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  header nav .logo {
    margin-left: auto;
  }
  header .hamburger {
    display: block;
    margin-right: auto;
  }
  header nav ul {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 260px;
    background: #030A19;
    flex-direction: column;
    padding-top: 0rem;
    transition: right 0.3s ease;
    z-index: 2000;
    justify-content: flex-start;
  }
  header nav ul.show {
    right: 0;
  }
  header nav ul li {
    width: 100%;
  }
  header nav ul li a {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header nav ul li ul,
  header nav ul li .mega {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    padding: 0;
    width: 100%;
    display: none;
    max-height: 300px;
    overflow-y: auto;
  }
  header nav ul li.open > ul {
    display: block;
    animation: slideDown 0.3s ease forwards;
  }
  header nav ul li .mega {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem 1rem;
    overflow-x: auto;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet adjustments (992px–1199px) */
@media screen and (max-width: 1199.96px) and (min-width: 992px) {
  .header-top .contact-info {
    gap: 0rem !important;
  }
  header nav ul li a {
    padding: 1.2rem 1rem;
    font-size: 0.9rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #030A19 !important;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #F1B209 !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #030A19 !important;
}

.color-gray {
  color: #797b7a !important;
}

.color-green {
  color: #1a74fa !important;
}

.color-light-green {
  color: #F4F7FB !important;
}

.primary-button {
  float: none;
  color: #fff;
  background-color: #1a74fa;
  border-color: #000;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button:hover {
  color: #1a74fa;
  background-color: #030A19;
}

.btn-gradient {
  background: #1a74fa;
  border: none;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 0px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.banner-title {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem !important;
  color: #F1B209;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  color: #F1B209;
  max-width: 70%;
}

.main-title span {
  color: #fff;
}

.main-desc {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.768627451);
  width: 75%;
}

.sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem !important;
  color: #fff;
  line-height: 60px;
}

.sub-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #797b7a;
  line-height: 36px;
}

.sub-desc2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.96px) and (min-width: 320px) {
  .main-title {
    width: 100%;
    max-width: 100%;
  }
  .main-desc {
    width: 100%;
  }
}
.footer {
  padding: 3rem 0rem;
  position: relative;
  overflow: hidden;
}
.footer i {
  color: #F1B209;
}
.footer .main-title {
  max-width: 100%;
}
.footer .main-desc {
  font-size: 20px;
  color: #F1B209;
}
.footer .sub-desc2 a {
  font-size: 15px !important;
  color: #fff;
  position: relative;
  font-weight: normal;
  display: inline-block;
  transition: color 0.3s ease;
}
.footer .sub-desc2 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.footer .sub-desc2 a:hover {
  color: #fff;
}
.footer .sub-desc2 a:hover::after {
  width: 100%;
}
.footer .sub-title {
  color: #F1B209;
  border-bottom: 2px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
}

.tf-marquee {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-bottom: 4rem;
}

.tf-marquee .marquee-wrapper {
  display: flex;
  align-items: center;
  animation: infiniteScroll 180s linear infinite;
}

.tf-marquee .marquee-wrapper .initial-child-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.big-text {
  font-weight: 600;
  font-size: 12rem; /* responsive alternative */
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

.big-text .text-stroke {
  color: rgba(255, 255, 255, 0.1490196078);
}

/* Infinite scroll animation */
@keyframes infiniteScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Responsive adjustments */
@media (max-width: 1200px) {
  .big-text {
    font-size: 7rem;
  }
}
@media (max-width: 768px) {
  .big-text {
    font-size: 5rem;
  }
}
.banner-area .breadcrumbs ul li {
  list-style: none;
  color: #fff;
}
.banner-area .breadcrumbs ul li a {
  color: #F1B209;
}

.banner-area {
  position: relative;
  overflow: hidden;
}
.banner-area #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-area #particles-js canvas {
  filter: drop-shadow(0 0 6px rgba(0, 255, 255, 0.5)) drop-shadow(0 0 8px rgba(255, 0, 127, 0.4)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
}
.banner-area .content-overlay {
  position: relative;
  z-index: 2;
}
.banner-area p {
  width: 85%;
}
.banner-area::before, .banner-area::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background-image: url("../img/home/bg-6.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.banner-area::before {
  top: -200px;
  left: -200px;
  animation: floatCircle 8s infinite linear;
}
.banner-area::after {
  bottom: -200px;
  right: -200px;
  animation: floatCircleReverse 8s infinite linear;
}
.banner-area .all-banner-slide .single-banner-slide {
  height: 100%;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1rem 0rem;
  position: relative;
  z-index: 2;
}

.contact-form {
  position: relative;
  z-index: 5;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 1.5rem;
  margin: 1rem;
}
.contact-form label {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-form .input-icon {
  position: relative;
}
.contact-form .input-icon i {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  pointer-events: none;
  transition: color 0.3s ease;
}
.contact-form .input-icon .custom-input {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3rem;
  padding: 1rem 2rem 1rem 3.5rem;
  font-size: 15px;
  transition: all 0.3s ease;
  width: 100%;
}
.contact-form .input-icon .custom-input::-moz-placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.contact-form .input-icon .custom-input::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.contact-form .input-icon .custom-input:focus {
  border-color: #7D1E2A;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(125, 30, 42, 0.15);
  outline: none;
}
.contact-form .input-icon .custom-input:focus + i {
  color: #7D1E2A;
}
.contact-form textarea.custom-input {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3rem;
  padding: 1rem 2rem;
  font-size: 15px;
  resize: none;
  height: 60px;
  transition: all 0.3s ease;
}
.contact-form textarea.custom-input::-moz-placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.contact-form textarea.custom-input::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.contact-form textarea.custom-input:focus {
  border-color: #7D1E2A;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(125, 30, 42, 0.15);
  outline: none;
}
.contact-form .contact-submit {
  position: relative;
  z-index: 20;
  pointer-events: auto;
  cursor: pointer;
  border: none;
  border-radius: 3rem;
  padding: 0.8rem 2rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #2c6dd5, #1e3a8a);
  transition: all 0.3s ease;
}
.contact-form .contact-submit:hover {
  background: linear-gradient(90deg, #1e3a8a, #2c6dd5);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* prevent pseudo elements from blocking clicks */
.banner-area::before,
.banner-area::after {
  pointer-events: none;
}

/* ==================== ANIMATIONS ==================== */
@keyframes floatCircle {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(180deg) translateY(-20px);
  }
  100% {
    transform: rotate(360deg) translateY(0);
  }
}
@keyframes floatCircleReverse {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(-180deg) translateY(20px);
  }
  100% {
    transform: rotate(-360deg) translateY(0);
  }
}
/* ==================== RESPONSIVE ==================== */
@media (max-width: 991px) {
  .banner-area::before, .banner-area::after {
    width: 300px;
    height: 300px;
    opacity: 0.5;
  }
}
@media (max-width: 576px) {
  .banner-area .all-banner-slide .single-banner-slide {
    padding: 2rem 0rem;
  }
  .banner-area::before, .banner-area::after {
    width: 500px;
    height: 500px;
    opacity: 0.9;
  }
}
.our-platform {
  padding: 0 0 3rem;
  position: relative;
}
.our-platform .main-desc {
  background-color: #00ffc3;
  color: #000;
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
}
.our-platform .text-gradient {
  color: #F1B209 !important;
}
.our-platform i {
  color: #F1B209;
}
.our-platform .sub-desc {
  padding-bottom: 2rem;
}
.our-platform .video-sticky {
  position: sticky;
  top: 15px;
  /* adjust depending on your header height */
  margin: 0rem 1.5rem;
  border-radius: 15px;
  overflow: hidden;
}
.our-platform .video-sticky video {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.our-platform .video-sticky iframe {
  width: 100%;
  height: 600px;
}

/* base */
.erp-module1 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 150ms linear, transform 220ms ease-out;
  will-change: opacity, transform;
  padding-bottom: 10rem !important;
}

/* Step classes (5 steps = step-0 .. step-5) */
.erp-module1.step-0 {
  opacity: 0;
  transform: translateY(20px);
}

.erp-module1.step-1 {
  opacity: 0.2;
  transform: translateY(16px);
}

.erp-module1.step-2 {
  opacity: 0.4;
  transform: translateY(12px);
}

.erp-module1.step-3 {
  opacity: 0.6;
  transform: translateY(8px);
}

.erp-module1.step-4 {
  opacity: 0.8;
  transform: translateY(4px);
}

.erp-module1.step-5 {
  opacity: 1;
  transform: translateY(0);
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .erp-module1 {
    transition: none;
    transform: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #030A19 !important;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #F1B209 !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #030A19 !important;
}

.color-gray {
  color: #797b7a !important;
}

.color-green {
  color: #1a74fa !important;
}

.color-light-green {
  color: #F4F7FB !important;
}

.primary-button {
  float: none;
  color: #fff;
  background-color: #1a74fa;
  border-color: #000;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button:hover {
  color: #1a74fa;
  background-color: #030A19;
}

.btn-gradient {
  background: #1a74fa;
  border: none;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 0px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.banner-title {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem !important;
  color: #F1B209;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  color: #F1B209;
  max-width: 70%;
}
.main-title span {
  color: #fff;
}

.main-desc {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.768627451);
  width: 75%;
}

.sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem !important;
  color: #fff;
  line-height: 60px;
}

.sub-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #797b7a;
  line-height: 36px;
}

.sub-desc2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.96px) and (min-width: 320px) {
  .main-title {
    width: 100%;
    max-width: 100%;
  }
  .main-desc {
    width: 100%;
  }
}
.our-service {
  padding: 3rem 0rem;
  position: relative;
  overflow: hidden;
  /* 🔹 Top-left round decoration */
  /* 🔹 Bottom-right round decoration */
  /* Owl dots center + blue color */
}
.our-service::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 700px;
  height: 700px;
  background-image: url("../img/home/bg-6.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
  animation: floatCircle 8s infinite linear;
}
.our-service::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 700px;
  height: 700px;
  background-image: url("../img/home/bg-6.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
  animation: floatCircleReverse 8s infinite linear;
}
.our-service .service-box {
  border: 2px solid rgba(255, 255, 255, 0.1490196078);
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin: 0.5rem;
}
.our-service .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-service .owl-stage {
  display: flex;
  align-items: normal;
}
.our-service .owl-item > div {
  height: 100%;
}
.our-service .owl-dots {
  text-align: center;
  margin-top: 20px;
  color: #000 !important;
}
.our-service .owl-dots .owl-dot.active span {
  background: #000 !important;
}
.our-service .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: white;
  /* blue */
  display: block;
  border: 2px solid #1a74fa;
  margin: 5px;
  padding: 0.3rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.our-service .owl-dots .owl-dot.active span {
  background: #000;
  /* darker blue for active */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #030A19 !important;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #F1B209 !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #030A19 !important;
}

.color-gray {
  color: #797b7a !important;
}

.color-green {
  color: #1a74fa !important;
}

.color-light-green {
  color: #F4F7FB !important;
}

.primary-button {
  float: none;
  color: #fff;
  background-color: #1a74fa;
  border-color: #000;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button:hover {
  color: #1a74fa;
  background-color: #030A19;
}

.btn-gradient {
  background: #1a74fa;
  border: none;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 0px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.banner-title {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem !important;
  color: #F1B209;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  color: #F1B209;
  max-width: 70%;
}
.main-title span {
  color: #fff;
}

.main-desc {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.768627451);
  width: 75%;
}

.sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem !important;
  color: #fff;
  line-height: 60px;
}

.sub-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #797b7a;
  line-height: 36px;
}

.sub-desc2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.96px) and (min-width: 320px) {
  .main-title {
    width: 100%;
    max-width: 100%;
  }
  .main-desc {
    width: 100%;
  }
}
.our-integration {
  padding: 0rem 0rem 3rem;
}
.our-integration .box {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  border: 2px dotted #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-integration .owl-carousel .owl-item img {
  display: block;
  width: 150px;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #030A19 !important;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #F1B209 !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #030A19 !important;
}

.color-gray {
  color: #797b7a !important;
}

.color-green {
  color: #1a74fa !important;
}

.color-light-green {
  color: #F4F7FB !important;
}

.primary-button {
  float: none;
  color: #fff;
  background-color: #1a74fa;
  border-color: #000;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button:hover {
  color: #1a74fa;
  background-color: #030A19;
}

.btn-gradient {
  background: #1a74fa;
  border: none;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 0px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.banner-title {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem !important;
  color: #F1B209;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  color: #F1B209;
  max-width: 70%;
}
.main-title span {
  color: #fff;
}

.main-desc {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.768627451);
  width: 75%;
}

.sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem !important;
  color: #fff;
  line-height: 60px;
}

.sub-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #797b7a;
  line-height: 36px;
}

.sub-desc2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.96px) and (min-width: 320px) {
  .main-title {
    width: 100%;
    max-width: 100%;
  }
  .main-desc {
    width: 100%;
  }
}
.our-products {
  padding: 3rem 0rem;
}
.our-products__details {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.our-products .our-products__details:hover {
  border: 1px solid #fff !important;
}
.our-products .our-products__details2:hover {
  border: 1px solid #fff !important;
}
.our-products .our-products__details3:hover {
  border: 1px solid #fff !important;
}
.our-products .list .sub-title {
  font-size: 1.2rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0.5rem;
  border-radius: 0.5rem;
}
.our-products__details2 {
  position: relative;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  overflow: hidden;
}
.our-products__details2 .sub-title {
  text-align: justify;
  font-size: 1.5rem;
  color: #fff;
}
.our-products__details2 #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.our-products__details2 .content-overlay {
  position: relative;
  z-index: 2;
}
.our-products__details2 .feature-list {
  list-style: none;
  padding: 0;
}
.our-products__details2 .feature-list li {
  font-size: 18px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.our-products__details2 .feature-list li i {
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
  background-color: #1a74fa;
  width: 40px;
  height: 40px;
  padding: 0.6rem;
  border-radius: 3rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #030A19 !important;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #F1B209 !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #030A19 !important;
}

.color-gray {
  color: #797b7a !important;
}

.color-green {
  color: #1a74fa !important;
}

.color-light-green {
  color: #F4F7FB !important;
}

.primary-button {
  float: none;
  color: #fff;
  background-color: #1a74fa;
  border-color: #000;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button:hover {
  color: #1a74fa;
  background-color: #030A19;
}

.btn-gradient {
  background: #1a74fa;
  border: none;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 0px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.banner-title {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem !important;
  color: #F1B209;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  color: #F1B209;
  max-width: 70%;
}
.main-title span {
  color: #fff;
}

.main-desc {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.768627451);
  width: 75%;
}

.sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem !important;
  color: #fff;
  line-height: 60px;
}

.sub-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #797b7a;
  line-height: 36px;
}

.sub-desc2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.96px) and (min-width: 320px) {
  .main-title {
    width: 100%;
    max-width: 100%;
  }
  .main-desc {
    width: 100%;
  }
}
.sss {
  /* Circle Icon */
  /* First card overlay */
  /* Vertical Content */
  /* Hover effect */
  /* Responsive */
}
.sss .service-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 420px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}
.sss .service-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.sss .service-card:hover img {
  transform: scale(1.1);
}
.sss .service-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.sss .service-icon i {
  font-size: 28px;
  color: #3b82f6;
}
.sss .service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #fff;
}
.sss .service-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sss .service-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.sss .btn-view {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  padding: 8px 18px;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.sss .btn-view:hover {
  background: #3b82f6;
  border-color: #3b82f6;
  color: #fff;
}
.sss .vertical-content {
  position: absolute;
  color: #fff;
  font-size: 14px;
  transform: rotate(-90deg);
  transform-origin: left center;
  white-space: nowrap;
}
.sss .vertical-title {
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}
.sss .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .sss .service-card {
    height: 350px;
  }
  .sss .vertical-content {
    font-size: 12px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #030A19 !important;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #F1B209 !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #030A19 !important;
}

.color-gray {
  color: #797b7a !important;
}

.color-green {
  color: #1a74fa !important;
}

.color-light-green {
  color: #F4F7FB !important;
}

.primary-button {
  float: none;
  color: #fff;
  background-color: #1a74fa;
  border-color: #000;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button:hover {
  color: #1a74fa;
  background-color: #030A19;
}

.btn-gradient {
  background: #1a74fa;
  border: none;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 0px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.banner-title {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem !important;
  color: #F1B209;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  color: #F1B209;
  max-width: 70%;
}
.main-title span {
  color: #fff;
}

.main-desc {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.768627451);
  width: 75%;
}

.sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem !important;
  color: #fff;
  line-height: 60px;
}

.sub-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #797b7a;
  line-height: 36px;
}

.sub-desc2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.96px) and (min-width: 320px) {
  .main-title {
    width: 100%;
    max-width: 100%;
  }
  .main-desc {
    width: 100%;
  }
}
.schedule-section {
  position: relative;
  padding: 3rem 0rem;
  z-index: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1490196078);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1490196078);
  /* Left side image */
  /* Right side image */
}
.schedule-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/home/bg-3.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 250px auto;
  opacity: 0.3;
  /* 10% visible */
  pointer-events: none;
  z-index: -1;
  /* 👉 goes behind content */
}
.schedule-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/home/bg-5.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 250px auto;
  opacity: 0.3;
  /* 10% visible */
  pointer-events: none;
  z-index: -1;
  /* 👉 goes behind content */
}
.schedule-section__details .main-title {
  max-width: 100% !important;
  margin: 0 auto;
}
.schedule-section__details .main-desc {
  max-width: 100% !important;
  margin: 0 auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #030A19 !important;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #F1B209 !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #030A19 !important;
}

.color-gray {
  color: #797b7a !important;
}

.color-green {
  color: #1a74fa !important;
}

.color-light-green {
  color: #F4F7FB !important;
}

.primary-button {
  float: none;
  color: #fff;
  background-color: #1a74fa;
  border-color: #000;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button:hover {
  color: #1a74fa;
  background-color: #030A19;
}

.btn-gradient {
  background: #1a74fa;
  border: none;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 0px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.banner-title {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem !important;
  color: #F1B209;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  color: #F1B209;
  max-width: 70%;
}
.main-title span {
  color: #fff;
}

.main-desc {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.768627451);
  width: 75%;
}

.sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem !important;
  color: #fff;
  line-height: 60px;
}

.sub-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #797b7a;
  line-height: 36px;
}

.sub-desc2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.96px) and (min-width: 320px) {
  .main-title {
    width: 100%;
    max-width: 100%;
  }
  .main-desc {
    width: 100%;
  }
}
.our-resources {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
}
.our-resources .accordion_set {
  position: relative;
  width: 100%;
  padding-left: 205px;
}
.our-resources .accordion_set:not(:last-child)::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #93cde9;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 50px;
  left: 100px;
}
.our-resources .accordion_set.acactive::before {
  background: #0CB6D1;
}
.our-resources .accordion_set .ac_icon_wrap {
  position: absolute;
  left: 46px;
  top: 27px;
  border-radius: 100%;
  z-index: 99;
  padding: 2rem;
  background: #012060;
}
.our-resources .accordion_set .ac_icon_wrap img {
  width: 50px;
}
.our-resources .accordion_set .ac_icon_border {
  outline: 10px solid #012060;
  transition: all 0.2s ease-in-out;
  display: flex;
  border-radius: 100%;
}
.our-resources .accordion_set.acactive .ac_icon_border {
  outline: 10px solid #0CB6D1;
  transform: scale(1.1);
}
.our-resources .accordion_set.acactive .ac_icon_wrap {
  transform: none;
}
.our-resources .accordion_set > .select_div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 4rem 0;
  font-size: 2rem;
  transition: all 0.2s linear;
}
.our-resources .accordion_set > .select_div h2.ac_header {
  position: relative;
  padding-left: 40px;
  margin: 0;
  line-height: 1.2;
}
.our-resources .accordion_set > .select_div .line {
  border-left: 2px solid;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 20px;
  height: 40px;
}
.our-resources .accordion_set > .select_div .line.linetwo {
  transform: rotate(90deg);
}
.our-resources .accordion_set:not(:first-child) > .select_div {
  border-top: 1px solid #ccc;
}
.our-resources .accordion_set.acactive .line {
  transform: rotate(270deg);
  height: 20px;
  border-width: 4px;
  border-color: #0CB6D1;
}
.our-resources .accordion_set .accontent {
  display: none;
  padding-bottom: 2rem;
}
.our-resources .accordion_set .accontent h3 {
  margin-bottom: 1rem;
}
.our-resources .accordion_set .accontent p {
  margin: 0;
}
@media (max-width: 992px) {
  .our-resources .accordion_set {
    padding-left: 120px;
  }
  .our-resources .accordion_set .ac_icon_wrap {
    left: 20px;
    top: 20px;
    padding: 1rem;
  }
  .our-resources .accordion_set > .select_div {
    font-size: 1.25rem;
    padding: 2rem 0;
  }
}
@media (max-width: 576px) {
  .our-resources .accordion_set {
    padding-left: 80px;
  }
  .our-resources .accordion_set .ac_icon_wrap {
    left: 10px;
    top: 15px;
    padding: 0.8rem;
  }
  .our-resources .accordion_set > .select_div {
    font-size: 1rem;
    padding: 1.5rem 0;
  }
}

.crm-why-choose {
  background: transparent !important;
  padding: 3rem 0rem;
  position: relative;
  overflow: hidden;
}
.crm-why-choose::before, .crm-why-choose::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background-image: url("../img/home/bg-6.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.crm-why-choose::before {
  top: -200px;
  left: -200px;
  animation: floatCircle 8s infinite linear;
}
.crm-why-choose::after {
  bottom: -200px;
  right: -200px;
  animation: floatCircleReverse 8s infinite linear;
}
.crm-why-choose .why-us__details {
  padding: auto;
  padding: 1.5rem 2rem;
  position: relative;
  border-radius: 1.5rem;
  padding: 2rem 3rem;
  height: 100%;
}

.crm-pricing-section {
  padding: 4rem 0;
  /* Middle Column */
  /* Perfect border alignment */
  /* Glow background */
  /* Responsive */
}
.crm-pricing-section .main-title {
  max-width: 100% !important;
  text-align: center;
}
.crm-pricing-section .main-desc {
  width: 100% !important;
  text-align: center;
}
.crm-pricing-section .pricing-card2 {
  background-color: white;
}
.crm-pricing-section .col-content2, .crm-pricing-section .pricing-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  color: #fff;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100% !important;
}
.crm-pricing-section .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}
.crm-pricing-section .pricing-card .col-content {
  padding: 2rem 1.5rem;
}
.crm-pricing-section .col-content-5 {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 2rem;
}
.crm-pricing-section .col-content3 {
  background: white;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.crm-pricing-section .col-content3 .banner-title {
  color: #030A19 !important;
}
.crm-pricing-section .features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.crm-pricing-section .features li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
}
.crm-pricing-section .features li i {
  color: #00F5BC;
  margin-right: 8px;
}
.crm-pricing-section .price-period {
  font-size: 1rem;
  color: #030A19 !important;
}
.crm-pricing-section .note {
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}
.crm-pricing-section .btn-premium {
  background: linear-gradient(90deg, #00E0FF, #00B8C9);
  color: #000;
  border: none;
  border-radius: 30px;
  padding: 12px 35px;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
}
.crm-pricing-section .btn-premium:hover {
  background: linear-gradient(90deg, #00B8C9, #00E0FF);
  transform: scale(1.05);
}
.crm-pricing-section .pricing-card .row > div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.crm-pricing-section .glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 224, 255, 0.1) 0%, transparent 70%);
  animation: rotateGlow 10s linear infinite;
  z-index: 0;
}
@keyframes rotateGlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.crm-pricing-section .pricing-card * {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .crm-pricing-section .pricing-card .col-content {
    text-align: center;
  }
  .crm-pricing-section .pricing-card .row > div {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .crm-pricing-section .pricing-card .row > div:last-child {
    border-bottom: none;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #030A19 !important;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #F1B209 !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #030A19 !important;
}

.color-gray {
  color: #797b7a !important;
}

.color-green {
  color: #1a74fa !important;
}

.color-light-green {
  color: #F4F7FB !important;
}

.primary-button {
  float: none;
  color: #fff;
  background-color: #1a74fa;
  border-color: #000;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button:hover {
  color: #1a74fa;
  background-color: #030A19;
}

.btn-gradient {
  background: #1a74fa;
  border: none;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 0px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.banner-title {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem !important;
  color: #F1B209;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  color: #F1B209;
  max-width: 70%;
}
.main-title span {
  color: #fff;
}

.main-desc {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.768627451);
  width: 75%;
}

.sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem !important;
  color: #fff;
  line-height: 60px;
}

.sub-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #797b7a;
  line-height: 36px;
}

.sub-desc2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.96px) and (min-width: 320px) {
  .main-title {
    width: 100%;
    max-width: 100%;
  }
  .main-desc {
    width: 100%;
  }
}
.skills-section {
  padding: 3rem 0rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  /* base layer */
  /* Left side image */
  /* Right side image */
  /* First bar */
  /* Second bar */
  /* Third bar */
}
.skills-section .main-title {
  max-width: 100% !important;
  text-align: center;
}
.skills-section .main-desc {
  padding: 1rem 0;
  width: 100%;
}
.skills-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/home/bg-3.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 250px auto;
  opacity: 0.3;
  /* 10% visible */
  pointer-events: none;
  z-index: -1;
  /* 👉 goes behind content */
}
.skills-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/home/bg-5.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 250px auto;
  opacity: 0.3;
  /* 10% visible */
  pointer-events: none;
  z-index: -1;
  /* 👉 goes behind content */
}
.skills-section .circle-wrap {
  position: relative;
  width: 150px;
  height: 150px;
  background: #d9d7da;
  border-radius: 50%;
  margin: 0 auto;
}
.skills-section .circle-wrap .circle .mask,
.skills-section .circle-wrap .circle .fill-1,
.skills-section .circle-wrap .circle .fill-2,
.skills-section .circle-wrap .circle .fill-3 {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}
.skills-section .circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 75px);
}
.skills-section .circle-wrap .inside-circle {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: #212020;
  line-height: 120px;
  text-align: center;
  margin-top: 13px;
  margin-left: 13px;
  color: white;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}
.skills-section .mask .fill-1 {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #ec0c0c;
}
.skills-section .mask.full-1,
.skills-section .circle .fill-1 {
  animation: fill-1 ease-in-out 3s;
  transform: rotate(153deg);
}
@keyframes fill-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(153deg);
  }
}
.skills-section .mask .fill-2 {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: yellow;
}
.skills-section .mask.full-2,
.skills-section .circle .fill-2 {
  animation: fill-2 ease-in-out 3s;
  transform: rotate(117deg);
}
@keyframes fill-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(117deg);
  }
}
.skills-section .mask .fill-3 {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #23b9ea;
}
.skills-section .mask.full-3,
.skills-section .circle .fill-3 {
  animation: fill-3 ease-in-out 3s;
  transform: rotate(135deg);
}
@keyframes fill-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(135deg);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #030A19 !important;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #F1B209 !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #030A19 !important;
}

.color-gray {
  color: #797b7a !important;
}

.color-green {
  color: #1a74fa !important;
}

.color-light-green {
  color: #F4F7FB !important;
}

.primary-button {
  float: none;
  color: #fff;
  background-color: #1a74fa;
  border-color: #000;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button:hover {
  color: #1a74fa;
  background-color: #030A19;
}

.btn-gradient {
  background: #1a74fa;
  border: none;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 0px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.banner-title {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem !important;
  color: #F1B209;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  color: #F1B209;
  max-width: 70%;
}
.main-title span {
  color: #fff;
}

.main-desc {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.768627451);
  width: 75%;
}

.sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem !important;
  color: #fff;
  line-height: 60px;
}

.sub-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #797b7a;
  line-height: 36px;
}

.sub-desc2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.96px) and (min-width: 320px) {
  .main-title {
    width: 100%;
    max-width: 100%;
  }
  .main-desc {
    width: 100%;
  }
}
.integration-section {
  color: white;
  border-top: 2px solid rgba(255, 255, 255, 0.1490196078);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1490196078);
  padding: 3rem 0rem;
}
.integration-section .main-title {
  max-width: 100% !important;
  text-align: center;
}
.integration-section .section-title {
  font-size: 28px;
  font-weight: 700;
}
.integration-section .section-subtitle {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.integration-section .integration-icons {
  justify-content: space-evenly;
}
.integration-section .integration-icons .icon-box {
  height: 200px;
  width: 200px;
  border-radius: 1rem;
  border: 2px dotted #1a74fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.integration-section .integration-icons .icon-box img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}

.table-container {
  font-family: "Poppins", sans-serif;
  color: #fff;
  overflow-x: auto;
}
.table-container .comparison-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  background: linear-gradient(135deg, #2c1a45 0%, #4e3c70 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  overflow-x: auto;
}
.table-container .comparison-table th, .table-container .comparison-table td {
  padding: 1rem;
  text-align: left;
  font-size: 1rem;
}
.table-container .comparison-table tr td:nth-child(1) {
  border-right: 1px solid #fff;
}
.table-container .comparison-table tr th:nth-child(1) {
  border-right: 1px solid #fff;
}
.table-container .comparison-table thead {
  background-color: #6200ee;
}
.table-container .comparison-table thead th {
  color: #fff;
  font-weight: 800;
  font-size: 1.6rem;
  text-align: center;
}
.table-container .comparison-table tbody td {
  color: #f1f1f1;
}

.crm-faq {
  border-radius: 0;
  padding: 4em 0em;
}
.crm-faq .accordion .accordion-body {
  background: #fff !important;
  color: #000 !important;
}
.crm-faq .accordion-button {
  background: linear-gradient(to right, #35bce7, #0b266f) !important;
}
.crm-faq .cab-booking-frequently-asked-questions .accordion .accordion-button:not(.collapsed) {
  background-color: #f6f6f6 !important;
}
.crm-faq .accordion {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 auto;
}
.crm-faq .accordion ul li {
  text-align: left;
  padding-left: 0.5rem;
}
.crm-faq .accordion .accordion-item {
  width: 48%;
  margin-bottom: 2rem;
}
.crm-faq .accordion .accordion-body {
  margin: 0rem 2rem;
  font-weight: 400;
  text-align: left;
  font-size: 1.1rem;
  width: 100%;
  margin: 0;
}
.crm-faq .accordion .accordion-item {
  border-radius: 1rem;
  border-top: 0;
  background-color: transparent;
  border: 0;
}
.crm-faq .accordion .accordion-header .accordion-button {
  font-size: 1.3rem;
  font-weight: 500;
}
.crm-faq .accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  border-radius: 1rem !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0 !important;
}
.crm-faq .accordion .accordion-button:focus {
  box-shadow: none;
}
.crm-faq .accordion .accordion-button {
  border-radius: 1rem !important;
  color: white !important;
}
.crm-faq .accordion .accordion-button::after {
  filter: invert(1);
}
.crm-faq .accordion .accordion-body {
  background: #a050f7;
  border: 2px solid #ffffff;
  border-top: 0px !important;
  border-radius: 0px 0px 1rem 1rem;
  color: #fff;
}
.crm-faq .accordion button.accordion-button.collapsed {
  border-radius: 1rem !important;
}
.crm-faq .accordion .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 1rem;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .crm-faq .accordion {
    width: 100%;
  }
  .crm-faq .accordion .accordion-item {
    width: 100%;
  }
}
.crm-testimonial-section {
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
.crm-testimonial-section::before, .crm-testimonial-section::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background-image: url("../img/home/bg-6.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.crm-testimonial-section::before {
  top: -200px;
  left: -200px;
  animation: floatCircle 8s infinite linear;
}
.crm-testimonial-section::after {
  bottom: -200px;
  right: -200px;
  animation: floatCircleReverse 8s infinite linear;
}
.crm-testimonial-section .crm-testimonial-section-row {
  background-color: rgba(255, 255, 255, 0.08);
}
.crm-testimonial-section .slick-dots {
  bottom: -50px !important;
}
.crm-testimonial-section .slick-dots li button:before {
  opacity: 1;
  color: #fff !important;
  content: none !important;
}
.crm-testimonial-section .slick-dots li {
  opacity: 0.6;
  background-color: #fff;
  border-radius: 10px;
  width: 12px !important;
  height: 12px !important;
}
.crm-testimonial-section .slick-dots .slick-active {
  opacity: 1;
}
.crm-testimonial-section .crm-testimonial-left .subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: white;
}
.crm-testimonial-section .crm-testimonial-right .slick-track {
  display: flex;
  align-items: normal;
}
.crm-testimonial-section .crm-testimonial-right .crm-testimonial-card {
  color: #fff;
  border-radius: 15px;
  padding: 3rem;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  border: 1px solid #fff;
  height: auto;
  margin: 0 0.5rem;
}
.crm-testimonial-section .crm-testimonial-right .crm-testimonial-card .crm-testimonial-header {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 15px;
}
.crm-testimonial-section .crm-testimonial-right .crm-testimonial-card .crm-testimonial-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #F1B209;
}
.crm-testimonial-section .crm-testimonial-right .crm-testimonial-card .crm-testimonial-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.crm-testimonial-section .crm-testimonial-right .crm-testimonial-card .crm-testimonial-header .date {
  font-size: 13px;
  font-style: italic;
  color: #ffffff;
}
.crm-testimonial-section .crm-testimonial-right .crm-testimonial-card .crm-testimonial-header .stars {
  margin-left: auto;
  color: #f16b6b;
}
.crm-testimonial-section .crm-testimonial-right .crm-testimonial-card .crm-testimonial-header .stars i {
  margin-left: 2px;
}
.crm-testimonial-section .crm-testimonial-right .crm-testimonial-card .crm-testimonial-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .crm-testimonial-section .crm-testimonial-right .crm-testimonial-card .crm-testimonial-header .stars {
    margin-left: 0;
  }
  .crm-testimonial-section .crm-testimonial-right .crm-testimonial-card .crm-testimonial-header {
    display: flex;
    flex-flow: column;
    align-items: baseline;
  }
}
.crm-feature-section {
  color: white;
  position: relative;
  padding: 4rem 0;
  z-index: 1;
  scrollbar-width: none;
}
.crm-feature-section .purple-circle {
  position: absolute;
  top: -8%;
  left: -126%;
  width: 814px;
  height: 900px;
  background-color: #ddd;
  border-radius: 50%;
  z-index: 1;
  background: linear-gradient(to right, #35bce7, #0b266f) !important;
}
.crm-feature-section .feature-tabs .crm-title {
  margin-bottom: 1rem !important;
}
.crm-feature-section .feature-tabs .nav-link {
  background: linear-gradient(to right, #35bce7, #0b266f);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 18px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  padding: 1rem 2rem 1rem 11rem;
  text-align: left;
  width: 100%;
  border: 1px solid #082a87;
}
.crm-feature-section .feature-tabs .nav-link:hover, .crm-feature-section .feature-tabs .nav-link.active {
  background: transparent;
  border: 1px solid #fff;
}
.crm-feature-section .feature-tabs .nav-link.bordered-tab {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
.crm-feature-section .feature-tabs .nav-item:nth-child(1) .nav-link,
.crm-feature-section .feature-tabs .nav-item:nth-child(2) .nav-link,
.crm-feature-section .feature-tabs .nav-item:nth-child(3) .nav-link,
.crm-feature-section .feature-tabs .nav-item:nth-child(8) .nav-link,
.crm-feature-section .feature-tabs .nav-item:nth-child(9) .nav-link,
.crm-feature-section .feature-tabs .nav-item:nth-child(10) .nav-link {
  padding: 1rem 2rem 1rem 9rem;
}
.crm-feature-section .feature-tabs .nav-item:nth-child(4) .nav-link,
.crm-feature-section .feature-tabs .nav-item:nth-child(7) .nav-link {
  padding: 1rem 2rem 1rem 10.4rem;
}
.crm-feature-section .tab-pane {
  position: sticky;
  top: 100px;
}
.crm-feature-section .info-box {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  color: #000;
  font-size: 1.1rem;
  border-radius: 20px;
}
.crm-feature-section .info-box img {
  background-color: white;
  padding: 0.2rem;
}
.crm-feature-section .info-box .crm-title {
  margin-bottom: 1rem !important;
}
.crm-feature-section .info-box ul li {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 1rem !important;
  color: #fff;
}

.slick-dots {
  bottom: -25px !important;
}

.slick-dots li button:before {
  opacity: 1;
  color: #fff !important;
  content: none !important;
}

.slick-dots li {
  opacity: 0.6;
  background-color: #fff;
  border-radius: 10px;
  width: 12px !important;
  height: 12px !important;
}

.slick-dots .slick-active {
  opacity: 1;
}

@media screen and (min-width: 1400px) {
  .crm-feature-section .purple-circle {
    position: absolute;
    top: -10%;
    left: -108% !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .crm-feature-section .purple-circle {
    position: absolute;
    top: -10%;
    left: -103%;
    width: 627px;
    height: 900px;
  }
  .crm-feature-section .feature-tabs .nav-link {
    font-size: 0.8rem;
  }
  .crm-feature-section .feature-tabs .nav-link img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .crm-feature-section {
    padding: 3rem 0;
  }
  .crm-feature-section .purple-circle {
    display: none;
  }
  .crm-feature-section .feature-tabs .nav-link {
    font-size: 0.8rem;
    padding: 1rem 1rem !important;
    border-radius: 80px;
    width: 100%;
    text-align: center;
  }
  ul#feature-tab {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0.5rem 0.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .crm-feature-section {
    padding: 2rem 0;
  }
  .crm-feature-section .purple-circle {
    display: none;
  }
  .crm-feature-section .feature-tabs .nav-link {
    font-size: 0.8rem;
    padding: 0.6rem 0.5rem !important;
    border-radius: 80px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }
  ul#feature-tab {
    display: grid;
    grid-template-columns: 100%;
    gap: 0.5rem 0.5rem;
    margin-bottom: 2rem;
  }
}
.ai-crm-section .ai-crm-wrapper .ai-crm-content {
  flex: 1;
  min-width: 300px;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-content h2 {
  font-size: 3rem;
  font-weight: 900;
  color: #5f00e6;
  margin-bottom: 10px;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-content p {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-content .feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-content .feature-list li {
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-content .feature-list li img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.8rem;
  filter: drop-shadow(3px 3px 0px #fff);
}
.ai-crm-section .ai-crm-wrapper .ai-crm-content .testimonial {
  font-size: 0.9rem;
  color: #6c6c6c;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-content .testimonial span {
  display: block;
  font-weight: 600;
  color: #0a1f44;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-form {
  flex: 1;
  min-width: 300px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.ai-crm-section .ai-crm-wrapper .ai-crm-form .form-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-form .form-header .ai-badge {
  background-color: #5f00e6;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-form .form-header h4 {
  margin: 0;
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-form form input {
  padding: 12px 15px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-form form input:focus {
  border-color: #0066ff;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.2);
}
.ai-crm-section .ai-crm-wrapper .ai-crm-form form button {
  background-color: #5f00e6;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-form form button:hover {
  background-color: #0050cc;
}
.ai-crm-section .ai-crm-wrapper .ai-crm-form .form-note {
  font-size: 0.85rem;
  color: #5f00e6;
  margin-top: 10px;
}

.crm-video-sec {
  background-color: transparent;
  padding: 4em 0em;
}
.crm-video-sec__details img {
  width: 100%;
  cursor: pointer;
}
.crm-video-sec .video-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  border-radius: 10px;
}
.crm-video-sec .video-container video {
  width: 100%;
  height: auto;
}
.crm-video-sec .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999;
}
.crm-video-sec .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

@media (min-width: 576px) and (max-width: 768px) {
  .taxi-bussniess .video-container iframe {
    width: 400px !important;
    height: 300px !important;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .taxi-bussniess .video-container iframe {
    width: 275px !important;
    height: 235px !important;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .taxi-bussniess {
    padding: 2em 0em !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #030A19 !important;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  margin-left: 0px;
  padding-left: 0px;
}

a {
  text-decoration: none !important;
}

.color-white {
  color: #fff !important;
}

.color-orange {
  color: #F1B209 !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #030A19 !important;
}

.color-gray {
  color: #797b7a !important;
}

.color-green {
  color: #1a74fa !important;
}

.color-light-green {
  color: #F4F7FB !important;
}

.primary-button {
  float: none;
  color: #fff;
  background-color: #1a74fa;
  border-color: #000;
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.primary-button:hover {
  color: #1a74fa;
  background-color: #030A19;
}

.btn-gradient {
  background: #1a74fa;
  border: none;
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 0px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.banner-title {
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 1rem !important;
  color: #F1B209;
}

.banner-description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 2rem !important;
  color: #F1B209;
  max-width: 70%;
}
.main-title span {
  color: #fff;
}

.main-desc {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.768627451);
  width: 75%;
}

.sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem !important;
  color: #fff;
  line-height: 60px;
}

.sub-desc {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #797b7a;
  line-height: 36px;
}

.sub-desc2 {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767.96px) and (min-width: 320px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.96px) and (min-width: 320px) {
  .main-title {
    width: 100%;
    max-width: 100%;
  }
  .main-desc {
    width: 100%;
  }
}
.about-section {
  padding: 3rem 0rem;
  position: relative;
}
.about-section .image {
  position: sticky;
  top: 15px;
  margin: 0rem 1.5rem;
  border-radius: 15px;
  overflow: hidden;
}
.about-section ul li {
  list-style: none;
}
.about-section ul li i {
  color: #F1B209;
}/*# sourceMappingURL=main.css.map */