/**
* Updated: Oct 28 2024 with Bootstrap v5.3.3
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */

@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito/Gabarito-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito/Gabarito-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito/Gabarito-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito/Gabarito-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito/Gabarito-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito/Gabarito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne/OpenSauceOne-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* @font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne/OpenSauceOne-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
} */

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne/OpenSauceOne-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* @font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne/OpenSauceOne-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
} */

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne/OpenSauceOne-ExtraBold.ttf")
    format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* @font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne/OpenSauceOne-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
} */

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne/OpenSauceOne-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* @font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne/OpenSauceOne-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
} */

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne/OpenSauceOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne/OpenSauceOne-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit/Kanit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* @font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne/OpenSauceOne-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
} */

:root {
  --default-font: "Gabarito";
  --heading-font: "Gabarito";
  --nav-font: "Gabarito";
  --custom-font: "Gabarito";
  --large-heading-font: "Open Sauce One";
  --highlight-font: "Kanit";
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ebf2ff; /* Background color for the entire website, including individual sections */
  --default-color: #212529; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #1d1d1f; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #4a80f5; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --grey-color: rgba(29, 29, 31, 70%);
  --white-color: #ffffff;
  --secondary-color: #4a80f5;
  --tertiary-color: #673ab7;
  --vibrant-color: #f5a623;
  --primary-gradient: linear-gradient(to bottom, #2b6df8, #5e17d3);
  --gradient-1: linear-gradient(to bottom, #2ca9e0, #136e96);
  --gradient-2: linear-gradient(to bottom, #4a3f8c, #2b2460);
  --gradient-3: linear-gradient(to bottom, #1f2933, #0b0d0f);
  --gradient-4: linear-gradient(to bottom, #41b883, #21634b);
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(
    29,
    29,
    31,
    70%
  ); /* The default color of the main navmenu links */
  --nav-hover-color: #4a80f5; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #4a80f5; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f3f9ff;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #4a80f5;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #409dfd;
  --contrast-color: #ffffff;
}

.btn-outline-primary {
  border-color: #4a80f5;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

.primary-color {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  color: transparent;
  background: linear-gradient(
    to bottom,
    #2b6df8,
    #5e17d3
  ); /* Your existing gradient */
  -webkit-background-clip: text;
  background-clip: text;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
}

.secondary-color {
  color: var(--secondary-color);
}

@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}

.vibrant-color {
  color: #f5a623;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  /* transition: 0.3s; */
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.large-heading {
  font-size: 52px;
  font-family: var(--large-heading-font);
  margin-bottom: 24px;
}

.small-heading {
  font-size: 24px;
  font-family: var(--large-heading-font);
  margin-bottom: 24px;
  font-weight: 600;
}

.heading-short-description {
  font-weight: 400 !important;
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 14px;
}

.tag-heading {
  font-size: 14px;
  color: var(--grey-color);
  font-style: italic;
  margin-bottom: 16px;
}

p {
  font-size: 18px;
}

/*--------------------------------------------------------------
# Advertisement Header
--------------------------------------------------------------*/

.advertisementsection {
  padding: 10px 0;
  color: var(--white-color);
  background: linear-gradient(to bottom, #2b6df8, #5e17d3);
  position: relative;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1; /* Start visible */
  transform: translateY(0); /* Initial position */
}

.advertisementsection.hidden {
  opacity: 0;
  transform: translateY(-20px); /* Slightly move up while fading out */
  pointer-events: none; /* Disable interaction when hidden */
}

.advertisementsection p {
  font-size: 14px;
  font-weight: 400;
}

.advertisementsection #close-button {
  position: absolute;
  right: 10px;
  transform: translate(-50%, -50%);
  top: 50%;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

/*--------------------------------------------------------------
# Advertisement Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgb(255, 255, 255);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 30px 0;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 950;
  transition: all 0.5s ease;
}

.header .header-container {
  background: var(--surface-color);
  border-radius: 40px;
  padding: 5px 25px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  /* max-width: 90%; 
  margin: 0 auto; */
}

.header.scrolled .header-container {
  max-width: 100% !important; /* Expands to full width */
  border-radius: 0; /* Removes rounded corners on scroll */
  padding: 0px 25px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.header.scrolled {
  background: transparent !important;
  top: -30px;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  color: var(--heading-color);
}

.header .btn-default,
.header .btn-default:focus,
.header .btn-default:active {
  margin: 0 0 0 16px;
}

.btn-default,
.btn-default:focus,
.btn-default:active {
  color: var(--white-color);
  background: var(--secondary-color);
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 24px;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s ease;
}

.btn-default:hover::before {
  content: "";
  pointer-events: none;
  opacity: 0.5;
  background: radial-gradient(
      circle at 20% 35%,
      transparent 0,
      transparent 2px,
      #fff 3px,
      #fff 4px,
      transparent 4px
    ),
    radial-gradient(
      circle at 75% 44%,
      transparent 0,
      transparent 2px,
      #fff 3px,
      #fff 4px,
      transparent 4px
    ),
    radial-gradient(
      circle at 46% 52%,
      transparent 0,
      transparent 4px,
      #fff 5px,
      #fff 6px,
      transparent 6px
    );
  width: 100%;
  height: 300%;
  position: absolute;
  top: 0;
  left: 0;
  animation: bubbles 5s linear infinite both;
}

@keyframes bubbles {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-66.666%);
  }
}

.btn-default::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  /* transition: all 0.4s ease-in-out; */
}

.btn-default:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.btn-default:hover {
  background: linear-gradient(to bottom, #2b6df8, #5e17d3);
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
  color: var(--default-color);
  border: 1px solid var(--default-color);
  background: transparent;
  font-size: 14px;
  padding: 8px 20px;
  /* margin: 0 0 0 16px; */
  border-radius: 24px;
  transition: 0.3s;
}

.btn-secondary:hover,
.btn-secondary:focus:hover,
.btn-secondary:focus:active {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

/* .btn-tertinary,
.btn-tertinary:focus,
.btn-tertinary:active {
  color: var(--white-color);
  background: var(--gradient-3);
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 24px;
  transition: 0.3s;
  border: none;
} */

.btn-tertinary {
  color: var(--white-color);
  background: var(--gradient-3);
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  outline: none;
}

.btn-tertinary .description {
  position: relative;
  z-index: 2;
}

.btn-tertinary .ocean {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  transition: 0.5s;
  opacity: 0; /* Initially hidden */
}

.btn-tertinary:hover .ocean {
  opacity: 1; /* Display on hover */
}

.btn-tertinary .ocean:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-tertinary .ocean:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-tertinary .ocean:before {
  border-radius: 50%;
  background: rgba(103, 59, 183, 0.4);
  animation: moveOcean 5s linear infinite;
}

.btn-tertinary .ocean:after {
  border-radius: 50%;
  background: rgba(74, 128, 245, 0.7);
  animation: moveOcean 10s linear infinite;
}

@keyframes moveOcean {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

.btn-navigation,
.btn-navigation:focus,
.btn-navigation:active {
  color: var(--white-color);
  border: 1px solid var(--white-color);
  background: transparent;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 24px;
  transition: 0.3s;
}

.btn-navigation:hover,
.btn-navigation:focus:hover,
.btn-navigation:active:hover,
.btn-navigation:hover .btn-navigation-section h5,
.btn-navigation:hover .btn-navigation-section h3 {
  color: var(--secondary-color) !important;
  /* border: none; */
  background-color: var(--white-color);
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  font-weight: 900 !important;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--white-color);
  background-color: var(--secondary-color);
  font-size: 14px;
  position: relative;
}

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

.footer .zenrotext {
  color: var(--white-color);
}

.footer .zenrotext:hover {
  color: var(--vibrant-color);
}

.footer .glassmorphismrow {
  margin: 100px 0;
  position: relative;
}

.footer .heading-short-description {
  margin-bottom: 60px;
}

.footer .glassmorphism-container {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 60px;
  z-index: 899;
}

.footer .glassmorphism-container .glassmorphism-div-section {
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 90%;
}

.footer .sphere-icon-1 {
  width: 80px;
  position: absolute;
  top: 110px;
  left: 60px;
  padding: 0px;
}

.footer .sphere-icon-2 {
  width: 180px;
  position: absolute;
  top: -60px;
  right: -20px;
  padding: 0px;
}

.footer .sphere-icon-3 {
  width: 240px;
  position: absolute;
  bottom: -60px;
  left: -110px;
  padding: 0px;
}

.footer h2 {
  color: var(--white-color);
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 24px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
  font-weight: 400;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--vibrant-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  /* padding-bottom: 12px; */
  color: var(--white-color);
  margin-bottom: 24px;
}

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

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  /* padding: 10px 0; */
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.footer .footer-links ul li:last-child {
  margin-bottom: 0px;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: transparent;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  background-image: linear-gradient(
    to right,
    #f5a623,
    #f5a623 50%,
    #fbfbfb 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  -webkit-background-clip: text;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

.footer .footer-links ul a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f5a623;
  transition: width 0.3s ease-in-out;
}

.footer .footer-links ul a:hover {
  background-position: 0%;
}

.footer .footer-links ul a:hover::before {
  width: 100%;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding: 20px 0;
  border-top: 1px solid #fbfbfb;
}

.footer .copyright p {
  margin-bottom: 0;
  font-size: 14px !important;
  font-weight: 400;
}

.footer .appstoreandplaystoreimagesection {
  display: flex;
  justify-content: end;
}

.footer .copyright .copyright-symbol {
  font-size: 20px;
}

.footer .credits {
  margin-top: 8px;
  font-size: 13px;
}

.footer .footerrowsection {
  margin-bottom: 80px;
}

.footer h5 {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
}

.footer .appstore-image-section {
  margin-left: 24px;
}

.footer .btn-navigation .btn-navigation-section .col-6 {
  width: 100%;
}

.footer .btn-navigation .btn-navigation-section h5 {
  color: #fff;
  font-size: 9px;
  margin-bottom: 2px;
}

.footer .btn-navigation .btn-navigation-section h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}

.footer .btn-navigation .btn-navigation-section .apple-icon-section,
.footer .btn-navigation .btn-navigation-section .google-play-icon-section {
  width: 100%;
}

.footer .btn-navigation .btn-navigation-section .apple-icon-section::before,
.footer
  .btn-navigation
  .btn-navigation-section
  .google-play-icon-section::before {
  font-size: 22px;
}

.footer .btn-navigation-ios {
  margin-right: 16px;
}

.footer .appstoreandplaystoreimagesection {
  display: flex;
  align-items: center;
}

.footer .appstore-image-section,
.footer .googleplay-image-section {
  width: 150px;
  /* height: 50px; */
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--gradient-3);
  width: 44px;
  height: 44px;
  border-radius: 10px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--vibrant-color);
  line-height: 0;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 90px;
  /* overflow: clip; */
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  padding-top: 130px;
  padding-bottom: 0px;
  background-image: url("../img/Banner/backgroundline.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 400px 400px;
}

.hero .contentsection {
  width: 60%;
}

.hero .hero-content {
  position: relative;
  z-index: 1;
}

.hero .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero .hero-content h1 .accent-text {
  color: var(--accent-color);
}

.hero p {
  margin-bottom: 60px;
}

.banner-image-section {
  margin-top: 90px;
  position: relative;
  top: 30px;
}

.banner-image-section .banner-image,
.banner-image-second-section .banner-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 10px rgba(103, 58, 183, 0.16);
}

.banner-image-second-section .banner-image {
  border: 5px solid var(--secondary-color);
}

.banner-image-second-section {
  /* margin-top: 24px; */
  position: relative;
  top: 54px;
  z-index: 9;
}

.hero .company-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  border-radius: 50px;
  color: var(--accent-color);
  font-weight: 500;
}

.hero .company-badge i {
  font-size: 1.25rem;
}

.hero .btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.hero .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 20%);
  border-color: color-mix(in srgb, var(--accent-color), black 20%);
}

.hero .btn-link {
  color: var(--heading-color);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.hero .btn-link:hover {
  color: var(--accent-color);
}

.hero .btn-link i {
  font-size: 1.5rem;
  vertical-align: middle;
}

.hero .hero-image {
  position: relative;
  text-align: center;
  z-index: 1;
}

.hero .hero-image img {
  max-width: 100%;
  height: auto;
}

.hero .customers-badge {
  position: absolute;
  bottom: 10px;
  right: 30px;
  background-color: var(--surface-color);
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  animation: float-badge 3s ease-in-out infinite;
  will-change: transform;
}

.hero .customers-badge .customer-avatars {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.hero .customers-badge .avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid var(--surface-color);
  margin-left: -8px;
}

.hero .customers-badge .avatar:first-child {
  margin-left: 0;
}

.hero .customers-badge .avatar.more {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
}

.hero .customers-badge p {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

@media (max-width: 992px) {
  .hero .customers-badge {
    position: static;
    margin: 1rem auto;
    max-width: 250px;
  }
}

.hero .stats-row {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
  background-color: var(--surface-color);
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding-bottom: 2rem;
}

.hero .stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}

.hero .stat-item .stat-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  border-radius: 50px;
  transition: 0.3s;
}

.hero .stat-item .stat-icon i {
  font-size: 1.5rem;
  color: var(--accent-color);
}

.hero .stat-item:hover .stat-icon {
  background-color: var(--accent-color);
}

.hero .stat-item:hover .stat-icon i {
  color: var(--contrast-color);
}

.hero .stat-item .stat-content {
  flex-grow: 1;
}

.hero .stat-item .stat-content h4 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.hero .stat-item .stat-content p {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}

@media (max-width: 575px) {
  .hero .stat-item {
    padding: 1.5rem;
  }
}

@keyframes float-badge {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Starry background animation */
#stars,
#stars2,
#stars3 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999999;
}

#stars {
  width: 100%;
  height: 100%;
  box-shadow: multiple-box-shadow(700);
  animation: animStar 50s linear infinite;
}

#stars2 {
  width: 100%;
  height: 100%;
  box-shadow: multiple-box-shadow(200);
  animation: animStar 100s linear infinite;
}

#stars3 {
  width: 100%;
  height: 100%;
  box-shadow: multiple-box-shadow(100);
  animation: animStar 150s linear infinite;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-2000px);
  }
}

@function multiple-box-shadow($n) {
  $value: "#{random(2000)}px #{random(2000)}px #FFF";
  @for $i from 2 through $n {
    $value: "#{$value} , #{random(2000)}px #{random(2000)}px #FFF";
  }
  @return unquote($value);
}

.hero .banner-image-section .banner-image-div-section {
  padding: 0px 12px;
}

.hero .overlaybluecolorsection {
  position: absolute;
  width: 100%;
  background-color: var(--secondary-color);
  height: 50%;
  bottom: 0px;
  z-index: -1;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Second Banner Section
--------------------------------------------------------------*/

.secondbannersection {
  background-color: var(--secondary-color);
  position: relative;
  /* top: -450px; */
  z-index: 0;
  padding: 200px 0px;
  text-transform: capitalize;
  padding-bottom: 310px;
}

.secondbannersection h2,
.secondbannersection p {
  color: var(--white-color);
}

.secondbannersection .underline-heading-div-section {
  z-index: 50;
}

.secondbannersection .underline-element-section {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 45%;
  z-index: -1;
  pointer-events: none;
}

.secondbannersection .secondbannercontentsection {
  width: 50%;
}

.zentro-text-image {
  position: relative;
  left: 50%;
  transform: translate(-50%, 20%);
  width: 100%;
}

.mockup-zentro-image {
  position: absolute;
  bottom: 8%;
  transform: translate(-50%, 50%);
  left: 50%;
}

.zentro-text-div-image {
  margin-top: 80px;
}

.underline-target {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.underline-target::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../img/Elements/underline.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
  .underline-target::after {
    width: 100%;
    height: 4px;
  }
}

/*--------------------------------------------------------------
# Second Banner Section
--------------------------------------------------------------*

/*--------------------------------------------------------------
# Four Step Process Section
--------------------------------------------------------------*/

.fourstepprocess {
  padding: 160px 0px;
  padding-top: 570px;
}

.fourstepprocess .large-heading {
  width: 60%;
}

.fourstepprocesscontainersection .row {
  display: flex;
  flex-wrap: wrap;
}

.fourstepprocess-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.fourstepprocesscontainersection .col-lg-6 {
  display: flex;
}

.fourstepprocesscontainersection {
  margin-top: 100px;
}

.fourstepprocess .fourstepprocesscontainersection .fourstepprocess-card {
  padding: 60px;
  background-color: #fff;
  flex: 1;
  border-radius: 30px;
  transition: 0.5s;
}

/* .fourstepprocess .fourstepprocesscontainersection .fourstepprocess-card:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  transition:0.8s;
} */

/* .fourstepprocess .fourstepprocesscontainersection .fourstepprocess-card:hover {
  border: 1px solid var(--secondary-color);
  transition:0.8s;
} */

.fourstepprocess .fourstepprocesscontainersection .fourstepprocess-card:hover {
  border: 2px solid var(--secondary-color);
  transition: 0.8s;
}

.fourstepprocess
  .fourstepprocesscontainersection
  .fourstepprocess-card:hover
  .badge {
  background-color: var(--secondary-color);
  color: var(--white-color);
  transition: 0.8s;
  border: none;
}

.fourstepprocess .fourstepprocesscontainersection .fourstepprocess-card {
  position: relative;
  border: 2px solid #fff;
  overflow: hidden; /* Ensures the gradient effect doesn't overflow */
  transition: border-color 0.3s ease; /* Smooth transition for border color */
}

.fourstepprocess .fourstepprocesscontainersection .fourstepprocess-card:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(to bottom, #2b6df8, #5e17d3);
  background-size: 200%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.fourstepprocess
  .fourstepprocesscontainersection
  .fourstepprocess-card:hover:before {
  opacity: 1;
  animation: borderAnimation 5s linear infinite;
}

@keyframes borderAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* 
.fourstepprocess .fourstepprocesscontainersection .fourstepprocess-card:hover .small-heading, .fourstepprocess .fourstepprocesscontainersection .fourstepprocess-card:hover .tag-heading {
  color: #fff;
  transition:0.8s;
}

.fourstepprocess .fourstepprocesscontainersection .fourstepprocess-card:hover .outlined-text {
  -webkit-text-stroke: 1px var(--white-color);
  transition:0.8s;
} */

.fourstepprocess .badge {
  border: 1px solid var(--secondary-color);
  background-color: transparent;
  /* background-color: var(--secondary-color); */
  color: var(--secondary-color);
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
}

.fourstepprocess .payrollprocessimagesection {
  width: 100%;
  margin: 48px 0px;
}

.fourstepprocess .tag-heading {
  color: var(--tertiary-color);
}

.fourstepprocess .outlined-text {
  font-size: 64px;
  color: transparent;
  -webkit-text-stroke: 1px black;
  opacity: 0.1;
  text-align: center;
  font-family: var(--highlight-font);
  position: absolute;
  right: 0px;
  top: 0px;
}

/*--------------------------------------------------------------
# Four Step Process Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# gif Section
--------------------------------------------------------------*/

.gifsection {
  background-color: var(--tertiary-color);
  color: var(--white-color);
  padding: 160px 0;
  position: relative;
}

.gifsection .zenro-gif-section {
  width: 65%;
}

.gifsection .tag-heading {
  color: var(--vibrant-color);
}

.gifsection .large-heading {
  color: var(--white-color);
}

.gifsection .arrow-image-section {
  position: absolute;
  left: 8%;
  top: 35%;
  transform: translate(50%, 0);
  animation: animateTopBottom 2s ease-in-out infinite alternate;
}

@keyframes animateTopBottom {
  0% {
    transform: translate(50%, 0); /* Start position */
  }
  100% {
    transform: translate(50%, 50px); /* Move 20px down */
  }
}

/*--------------------------------------------------------------
# gif Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Attendance Details Section
--------------------------------------------------------------*/

.attendancedetailssection {
  padding: 160px 0px;
  /* background-color: var(--white-color); */
}

.attendancedetailssection .attendancemockupimage {
  margin-top: 100px;
  /* width: 100%; */
}

/*--------------------------------------------------------------
# Attendance Details Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# All Data Section
--------------------------------------------------------------*/

.alldatasection {
  padding: 0px;
}

.alldatasection .banner-image-section {
  margin: 0px;
}

.alldatasection .container-fluid {
  width: calc(100% - 200px);
  padding: 0px;
}

.alldatasection .container-fluid .banner-image-section {
  padding: 50px 80px;
  background: var(--gradient-3);
  border-radius: 20px;
}

.alldatasection .large-heading,
.alldatasection .heading-short-description {
  color: var(--white-color);
}

.alldatasection .tag-heading {
  color: var(--vibrant-color);
}

.alldatasection .attendancemockupimage {
  width: 100% !important;
  /* animation: spin 20s linear infinite; */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# All Data Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Other Report Section
--------------------------------------------------------------*/

/* Other Report Section Styles */
.otherreportsection {
  padding: 160px 0;
  scrollbar-width: none;
}

/* .horizontalline {
  margin: 40px 0;
} */

/* Left Side Fixed */
.otherreportsimage {
  position: sticky;
  top: 20px; /* Distance from the top */
  align-self: start;
}

.otherreportsection .otherreportcontentsection p {
  margin: 0px;
}

/* Right Side Scrollable Content */
.otherreportcontentsection {
  overflow-y: auto;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.otherreportcontentsection::-webkit-scrollbar {
  display: none;
}

/*--------------------------------------------------------------
# Other Report Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Mobile Platform Advertisement Section
--------------------------------------------------------------*/

.mobileplatformadvertisementsection .background-image {
  width: 100%;
}

.mobileplatformadvertisementsection .mobile-background-image {
  display: none;
  width: 100%;
}

.mobileplatformadvertisementsection .leftcontentsection {
  position: absolute;
  left: 60px;
  top: 25%;
  transform: translate(0%, -50%);
}

.mobileplatformadvertisementsection .rightcontentsection {
  position: absolute;
  right: 0%;
  bottom: 25%;
  transform: translate(-10%, 50%);
}

.mobileplatformadvertisementsection h3,
.mobileplatformadvertisementsection p {
  color: var(--white-color);
}

/* .mobileplatformadvertisementsection .leftcontentsectionheadingandparagraph,
.mobileplatformadvertisementsection .rightcontentsectionheadingandparagraph {
  width: 80%;
} */

.mobileplatformadvertisementsection .arrow1-image {
  position: absolute;
  left: 20%;
  transform: translate(-50%, 0);
  width: 30%;
}

.mobileplatformadvertisementsection .googlepay-image {
  position: absolute;
  left: 60%;
  bottom: -100%;
  transform: translate(-70%, 150%);
  width: 50%;
}

.mobileplatformadvertisementsection .arrow2-image {
  position: absolute;
  right: 50%;
  top: -60%;
  transform: translate(100%, -40%);
  width: 10%;
}

.mobileplatformadvertisementsection .appstore-image {
  position: absolute;
  right: -30%;
  top: -150%;
  transform: translate(-130%, -50%);
  width: 50%;
}

.mobileplatformadvertisementsection .rightcontentsection .small-heading,
.mobileplatformadvertisementsection .leftcontentsection .small-heading {
  margin-bottom: 16px;
}

.mobileplatformadvertisementsection .rightcontentsection p,
.mobileplatformadvertisementsection .leftcontentsection p {
  margin-bottom: 0px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Mobile Platform Advertisement Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Mobile App Process Section
--------------------------------------------------------------*/

.mobileprocesssection {
  padding: 160px 0;
}

.mobileprocesssection img {
  width: 100%;
}

.mobileprocesssection .mobileprocessstepwiseimagesection {
  padding: 0 12px;
}

.mobileprocesssection .mobileprocessstepwiseimage {
  margin-top: 100px;
}

.mobileprocesssection .large-heading {
  width: 55%;
}

.mobileprocessstepwiseimagesection .text-section {
  position: absolute;
  top: 50%;
  right: 27%;
  transform: translate(50%, 10%);
  width: 40%;
}

.mobileprocessstepwiseimagesection .text-section h3 {
  color: var(--white-color);
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Mobile App Process Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# All Service Section
--------------------------------------------------------------*/

#allservicesection {
  padding: 60px 0;
}

.allservicesection .large-heading {
  width: 80%;
}

.allservicesection .card-group .card {
  border: none;
  border-radius: 10px;
  padding: 20px;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.card-icon {
  width: 50px;
  height: 50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #6c757d;
  border-radius: 50%;
}

.allservicesection .previous-button:hover,
.allservicesection .next-button:hover {
  background-color: var(--secondary-color);
}

.allservicesection #news-slider {
  margin-top: 80px;
}

.allservicesection .post-slide {
  /* margin: 20px 15px 20px; */
  border-radius: 15px;
  padding-top: 1px;
  /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
  /* transform: translate(0%, 0%) !important; */
}

.allservicesection .post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
}

.allservicesection .owl-dots {
  display: none;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  padding: 60px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  padding: 0 15px;
  border-radius: 50px;
  box-shadow: 0 14px 25px -10px #92b4d0;
  transition: background 0.5s ease;
}
.owl-controls .owl-buttons .owl-prev {
  left: 15px;
}
.owl-controls .owl-buttons .owl-next {
  right: 15px;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  font-family: FontAwesome;
  font-size: 30px;
  color: #333;
}

.owl-controls .owl-buttons .owl-prev:after {
  content: "\f104";
}

.allservicesection .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

.allservicesection .peek-in .right-arrow-icon {
  width: 14px !important;
  margin-left: 10px;
}

.allservicesection .peek-in {
  color: var(--default-color);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.allservicesection .peek-in:hover {
  color: var(--white-color);
}

.allservicesection .all-service-section {
  background-color: var(--white-color);
}

.allservicesection .all-service-section:hover .image-section,
.allservicesection .all-service-section:hover .right-arrow-icon {
  filter: brightness(0) invert(1);
}

.allservicesection .all-service-section:hover .small-heading,
.allservicesection .all-service-section:hover .peek-in {
  color: var(--white-color);
}

.allservicesection .all-service-1:hover {
  background: var(--gradient-1);
}

.allservicesection .all-service-2:hover {
  background: var(--gradient-2);
}

.allservicesection .all-service-3:hover {
  background: var(--gradient-3);
}

.allservicesection .all-service-4:hover {
  background: var(--gradient-4);
}

.allservicesection .small-heading {
  color: var(--default-color);
  /* margin-bottom: 60px; */
  margin-bottom: 0px !important;
}

.allservicesection .image-section {
  margin-bottom: 60px;
}

.allservicesection .curved-arrow-image-section {
  width: 170px !important;
  position: absolute;
  right: 0px;
  top: 30%;
}

/*--------------------------------------------------------------
# All Service Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Testimonial Section
--------------------------------------------------------------*/

.testimonialsection {
  background: url(../img/Testimonial/bg.png) center no-repeat;
  padding: 160px 0;
  overflow: hidden;
  position: relative;
}

.testimonialsection .blur-layer {
  position: absolute;
  top: 0;
  left: 50%;
  width: 55%;
  height: 25%;
  transform: translate(-50%, 50%);
  background: #4a80f5;
  border-radius: 50px;
  filter: blur(160px);
  z-index: 0;
}

.testimonialsection .contentcontainer {
  position: relative;
  width: 50%;
  z-index: 1; /* Set to 1 so it appears above the blur layer */
}

.testimonialsection .contentcontainersection {
  z-index: 99;
}

.testimonialsection .btn-default {
  margin-top: 60px;
  z-index: 9999;
}

.testimonialsection::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/Testimonial/blurbg.png");
  background-position: center;
  z-index: 1;
  pointer-events: none;
}

.testimonialsection .tag-heading {
  color: var(--vibrant-color);
}

.testimonialsection h2,
.testimonialsection p {
  color: var(--white-color);
}

.testimonialsection .container-fluid .card {
  border-radius: 20px;
  padding: 40px;
  background-color: var(--white-color);
}

.testimonialsection .container-fluid {
  margin-top: 100px;
}

.testimonialsection .container-fluid .seconrowsection {
  margin-top: 24px;
}

.testimonialsection .container-fluid .card .content {
  font-size: 18px;
  margin-bottom: 40px;
}

.testimonialsection .container-fluid .card .nameandrolesection h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.testimonialsection .container-fluid .card .nameandrolesection h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.testimonialsection .companylogosection {
  width: 90px;
  margin-bottom: 24px;
}

/* Autoscroll for left-to-right scrolling */
.autoscroll-left {
  display: flex;
  animation: scrollLeft 20s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* .autoscroll-left:hover, .autoscroll-right:hover {
  animation-play-state: paused; 
} */

/* Autoscroll for right-to-left scrolling */
.autoscroll-right {
  display: flex;
  animation: scrollRight 20s linear infinite;
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.autoscroll-left,
.autoscroll-right {
  display: flex;
  flex-wrap: nowrap;
  /* overflow: hidden; */
}

.autoscroll-right {
  margin-top: 24px;
}

#testimonialsection .btn-default {
  position: relative;
  z-index: 10;
}

.testimonialsection .viewmorebuttoncontainersection {
  position: absolute;
  bottom: 160px;
  left: 50%;
  width: 100%;
  z-index: 10;
  transform: translate(-50%, 0%);
}

.testimonial-card {
  flex: 0 0 auto;
  margin-right: 0;
}

.companylogosection {
  width: 90px;
  margin-bottom: 24px;
}

/*--------------------------------------------------------------
# Testimonial Section
--------------------------------------------------------------*

/*--------------------------------------------------------------
# Request Demo Modal Popup Section
--------------------------------------------------------------*/

.RequestDemo {
  border-radius: 10px;
}

.RequestDemo .quotes-image {
  margin-bottom: 10px;
}

.RequestDemo h3,
.RequestDemo p {
  color: var(--white-color);
}

.RequestDemo .left-section {
  background-image: url(../img/Modal/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.RequestDemo .left-section-content {
  padding: 60px;
}

.RequestDemo .right-section {
  padding: 60px 80px;
  background-color: var(--background-color);
  position: relative;
}

.RequestDemo .right-section .custom-form-section {
  background-color: var(--white-color);
  border: 1px solid rgba(125, 125, 125, 0.5);
  padding: 0.375rem 0.75rem !important;
}

.RequestDemo .right-section .custom-form-section:focus {
  box-shadow: none !important;
  border: 1px solid var(--secondary-color);
}

.RequestDemo .right-section .custom-form-section::placeholder {
  color: rgba(125, 125, 125, 0.5);
}

.RequestDemo .form-check-input {
  border-color: rgba(125, 125, 125, 0.5);
}

.RequestDemo .form-check-input:focus {
  border-color: var(--secondary-color);
  outline: 0;
  box-shadow: none !important;
}

.RequestDemo .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color) !important;
  box-shadow: none !important;
}

.RequestDemo .right-section .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--default-color);
  opacity: 1 !important;
  font-size: 14px;
}

.RequestDemo .right-section .circle-group-image {
  position: absolute;
  top: 140px;
  right: 20px;
}

.RequestDemo .right-section .slice-section-image {
  position: absolute;
  top: 20px;
  left: 40px;
}

.RequestDemo .right-section .small-heading {
  color: var(--default-color);
  margin-bottom: 30px;
}

.RequestDemo .custom-div-section {
  margin-bottom: 20px;
}

.RequestDemo .custom-div-section {
  margin-bottom: 20px;
}

.RequestDemo .modal-image {
  width: 100%;
  margin-top: 60px;
}

.RequestDemo .z-symbol-image {
  width: 100%;
  position: absolute;
  top: 0px;
  transform: translate(50%, 50%);
}

.RequestDemo .right-section .link-section {
  color: var(--secondary-color);
}

.RequestDemo .right-section .privacy-policy-content-section {
  font-size: 14px;
  color: var(--grey-color);
}

.RequestDemo .btn-default {
  width: 100% !important;
  border-radius: 10px !important;
  margin: 0px !important;
}

.thankyoumessagedivsection {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Hide the arrows for number input in Chrome, Safari, Edge, and Opera */
.custom-form-section::-webkit-inner-spin-button,
.custom-form-section::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the arrows for number input in Firefox */
.custom-form-section {
    -moz-appearance: textfield;
}


/*--------------------------------------------------------------
# Request Demo Modal Popup Section
--------------------------------------------------------------*/
