/*-----------------------------------------------------------------------------------

    Theme Name: Annex - ERP and HRM HTML Template
    Author: Netsol IT Solutions Pvt. Ltd.
    Created By: Netsol Web-designer Team.
    Support: noreply.netsolitsolution1@gmail.com
    Description: Annex - ERP and HRM HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

  00. FONTS AND COLOR CSS
  01. THEME DEFAULT CSS 
  02. Common Classes CSS
  03. BREADCRUMB AND MODAL CSS
	04. HEADER CSS
  05. FOOTER CSS
  ---------------------------------------
  06. HERO CSS      ----------------------> HOME PAGE
  07. WHY CHOOSE CSS ---------------------> HOME PAGE
  08. ANX ERP CSS   ----------------------> HOME PAGE
  09. ANX HRM CSS   ----------------------> HOME PAGE
  10. ANX TRUST CSS ----------------------> HOME PAGE
  ---------------------------------------------------
  11. ANX Counter Section ------> RETAIL POS PAGE CSS
  12. ANX billing section ------> RETAIL POS PAGE CSS
  13. ANX CTA section ----------> RETAIL POS PAGE CSS
  ---------------------------------------------------
  14. ANX Hero section ----------------> HRM PAGE CSS
  15. ANX HR section ------------------> HRM PAGE CSS
  16. ANX HR features section ---------> HRM PAGE CSS
  17. ANX HR CTA section --------------> HRM PAGE CSS
  18. ANX WHY CHOOSE section ----------> HRM PAGE CSS
  ---------------------------------------------------
  19. ANX  Hero section ------->  Accounting PAGE CSS
  20. ANX  feature section ---->  Accounting PAGE CSS
  21. ANX account erp section ->  Accounting PAGE CSS
  22. ANX performance tracking -> Accounting PAGE CSS
  23. ANX accounting CTA -------> Accounting PAGE CSS
  24. ANX Support Section ------> Accounting PAGE CSS
  ---------------------------------------------------
  25. ANX Hero Section ------------> Pricing PAGE CSS
  26. ANX clients Section ---------> Pricing PAGE CSS
  27. ANX Pricing CTA Section -----> Pricing PAGE CSS
  28. ANX FAQ Section -------------> Pricing PAGE CSS
  ---------------------------------------------------
  29. ANX HERO Section --> Manufacturing ERP PAGE CSS
  30. ANX MNF Section ---> Manufacturing ERP PAGE CSS
  31. ANX MNF Counter -------> Manufacturing PAGE CSS
  32. ANX Weaving Section ---> Manufacturing PAGE CSS
  33. ANX GET-IN-TOUCH ------> Manufacturing PAGE CSS
  ---------------------------------------------------
  34. ANX hero section ------------> Weaving PAGE CSS
  35. ANX Feature section ---------> Weaving PAGE CSS
  36. ANX production section ------> Weaving PAGE CSS
  37. ANX weaving section ---------> Weaving PAGE CSS
  38. ANX report section ----------> Weaving PAGE CSS
  39. ANX feature-2 section -------> Weaving PAGE CSS
  ---------------------------------------------------
  40. ANX hero section -----------> About Us PAGE CSS
  41. ANX Vission section --------> About Us PAGE CSS
  42. ANX feature section --------> About Us PAGE CSS
  43. ANX trust section ----------> About Us PAGE CSS
  44. ANX testimonial section ----> About Us PAGE CSS
  ---------------------------------------------------
  45. ANX erp section ------> Pharmaceutical PAGE CSS
  46. ANX features sec -----> Pharmaceutical PAGE CSS
  ---------------------------------------------------
  47. ANX all sec -------------> Contact Us PAGE CSS

**********************************************/
/*----------------------------------------*/
/* 00. Load Fonts, Colors and Buttons CSS
/*----------------------------------------*/
@import url('fonts.css');
@import url('color.css'); 
@import url('buttons.css');

/*----------------------------------------*/
/* 01. THEME DEFAULT CSS START
/*----------------------------------------*/

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1470px;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  --bs-gutter-x: 1.875rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.875rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
/*---------------------------------
	typography css start 
---------------------------------*/
*{
  box-sizing: border-box;
  margin:0;
  padding:0;
}
body {
  font-family: var(--anx-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--anx-text-color);
  line-height: 1.3;
  overflow-x: hidden;
  height: 100%;
}
html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

img {
  max-width: 100%;
}

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

p {
  color: var(--anx-text-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
html body button:focus{box-shadow: none !important;}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input {
  height: 56px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 20px;
  padding-right: 60px;
  line-height: 56px;
  border-radius: 0px;
  color: var(--anx-black);
  background-color: #faf8f7;
  border: 1px solid transparent;
}
input::-webkit-input-placeholder {
  color: #727272;
}
input:-moz-placeholder {
  color: #727272;
}
input::-moz-placeholder {
  color: #727272;
}
input:-ms-input-placeholder {
  color: #727272;
}

textarea {
  outline: none;
  width: 100%;
  padding: 20px;
  border: none;
  height: 120px;
  resize: none;
  padding-right: 60px;
  color: var(--anx-black);
  background-color: #faf8f7;
  border: 1px solid transparent;
}
textarea::-webkit-input-placeholder {
  color: #5B5B5B;
}
textarea:-moz-placeholder {
  color: #5B5B5B;
}
textarea::-moz-placeholder {
  color: #5B5B5B;
}
textarea:-ms-input-placeholder {
  color: #5B5B5B;
}
textarea:focus {
  border: 1px solid var(--anx-border-color);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--anx-black);
  color: var(--anx-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--anx-black);
  color: var(--anx-white);
  text-shadow: none;
}

::selection {
  background: var(--anx-black);
  color: var(--anx-white);
  text-shadow: none;
}

/*----------------------------------------*/
/* 02. Common Classes cs
/*----------------------------------------*/
.bdr-16 {
  border-radius: 16px;
}

.para-f-color {
  color: var(--anx-text-color);
}

.accent-color-bg {
  background: var(--anx-accent-color);
}

.shade-elips {
  position: relative;
}

.shade-elips::before {
  position: absolute;
  width: 100%;
  height: 521px;
  content: '';
  z-index: 0;
  border-radius: 100%;
  max-width: 876px;
  filter: blur(79px);
  margin: 0 0 auto auto;
  left: 0;
  right: -67px;
  pointer-events: none;
  top: -96px;
  bottom: 0;
  background: #375149;
  z-index: 1;
  background: linear-gradient(90deg, rgb(72 115 103) 0%, rgba(72, 110, 94, 1) 52%, rgba(87, 143, 127, 1) 77%, rgba(92, 152, 134, 1) 100%);
}

.inner-section .anx-section-subtitle {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 3vw, 3rem);
}

.anx-common-cta-form {
  background-color: #ffffff;
  padding: 38px 35px 9px;
  border-radius: 16px 16px 0 0;
  max-width: 630px;
  margin: 0 0 0 auto;
}

.anx-common-cta-form label {
  font-size: 20px;
  color: var(--anx-black);
  line-height: 40px;
  font-weight: 600;
}

.anx-common-cta-form input,
.anx-common-cta-form textarea {
  min-height: 55px;
  border: 0;
  background-color: #F8F8F8;
  border-bottom: 1px solid #D9D9D9;
  padding: 5px 20px;
  border-radius: 8px;
}

.anx-common-cta-form .anx-std-code ~ .select2 .select2-selection--single {
    background-color: #f8f8f8;
}
.anx-common-cta-form textarea {
  min-height: 110px;
  padding: 15px 20px;
}

.anx-common-cta-form ::placeholder {
  font-size: 18px;
  color: var(--anx-text-color);
  text-overflow: ellipsis;
}

.bi {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  /* bottom: -9px; */
  margin: 0 11px 0 0;
}

.bi-phone {
  background: url(../images/icons/phone.svg);
}

.bi-envelope {
  background: url(../images/icons/mail.svg);
}

.bi-geo {
  background: url(../images/icons/location.svg);
}
.bi-envelope::before,
.bi-phone::before,
.bi-geo::before,
.bi-telephone::before,
.bi-geo-alt::before,
.bi-envelope-paper::before{display: none;}

.anx-text-accent{
  color: var(--anx-accent-color) !important;
}
.anx-text-primary{
  color: var(--anx-primary) !important;
}
.anx-text-light-secondary{
  color: var(--anx-light-secondary) !important;
}
.anx-bg-primary{
  background-color: var(--anx-primary) !important;
}
.anx-text-secondary{
  color: var(--anx-secondary) !important;
}
.anx-text-color{
  color: var(--anx-text-color) !important;
}
.anx-bg-primary-gradient{
  background: linear-gradient(180deg, var(--anx-primary) -356.65%, var(--anx-white) 100%) !important;
}
.anx-bg-primary-shade-1{
  background: #F7FCF8 !important;
}
.anx-bg-primary-shade-2{
  background: #EDFFF7 !important;
}
.anx-bg-primary-shade-3{
  background: #CCFFE8 !important;
}

.anx-bg-img-gradient{
  background: url(../images/backgrounds/hrm_banner_bg.webp) no-repeat center / cover !important;
}
.anx-bg-wave-img{
  position: relative;
  overflow: hidden;
}
.anx-bg-wave-img::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: '';
  background: url(../images/backgrounds/annex-hero-wave-bg.svg) no-repeat !important;
  background-position: 0px 100% !important;
  background-size: 100% !important;
}
.anx-lh-1-2{
  line-height: 1.2;
}
.anx-lh-1-3{
  line-height: 1.3;
}
.anx-lh-1-4{
  line-height: 1.4;
}
.anx-lh-1-5{
  line-height: 1.5;
}
.anx-lh-1-6{
  line-height: 1.6;
}
.cusror-pointer{
  cursor: pointer !important;
}

.ff-onset{
  font-family: "Onest" !important;
}

.ff-outfit{
  font-family: "Outfit" !important;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-67 {
  padding-left: 67px;
  padding-right: 67px;
}
.pt-52 {
  padding-top: 52px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}

.anx-section-title {
  font-size: 1.25rem;
  font-size: clamp(1rem, 3vw, 1.5rem);
  line-height: 1.43em;
  color: var(--anx-text-color);
  font-weight: 700;
  margin-bottom: 18px;
}
.anx-section-subtitle {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 3vw, 2.7rem);
  font-weight: 900;
  color: var(--anx-accent-color);
  line-height: 1.2em;
  margin-bottom: 0;
}

.bg-shade-image,
.left-bg-image {position: relative;}

.left-bg-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url(../images/backgrounds/check-vector-bg.svg);
  background-repeat: no-repeat;
  background-position: -692px 80px;
  background-size: cover;
}

.bg-shade-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../images/backgrounds/bg-shade-img.svg);
  background-repeat: no-repeat;
  background-position: -170px -40px;
  background-size: cover;
  border-radius: inherit;
}
.bg-shade-image::after {
  content: '';
  position: absolute;
  top: -10%;
  left: 60%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(200deg, #5C9886 0.02%, #375149 99.98%);
  filter: blur(65px);
}

/* background circle animated gradient */

.anx-bg-circle-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: inherit;
}

.anx-circle-wrapper{
  /* width: 100%;
  height: 100%; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform-origin: center;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.anx-bg-circle-container:hover .anx-circle-wrapper{
  animation:  rotateOrbit 8.5s linear infinite;
  opacity: 1;
  visibility: visible;
}

.anx-circle {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 0;
  height: 0;
}
.anx-circle-wrapper .gc-1 {
  animation-delay: 0s;
}
.anx-circle-wrapper .gc-2 {
  animation-delay: 2s;
  top: auto;
  bottom: 26px;
  right: auto;
  left: -34px;
}
.anx-circle-wrapper .gc-3 {
  animation-delay: 4s;
  top: auto;
  bottom: -48px;
  left: auto;
  right: 79px;
}

.anx-circle-wrapper .blob {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(45px);
  position: absolute;
  top: -117px;
  left: 0;
  background: rgba(0, 196, 108, 0.6);
}
.anx-circle-wrapper .gc-1 .blob {
  width: 190px;
  height: 190px;
  background: rgba(29, 137, 25, 0.6);
}

.anx-circle-wrapper .gc-2 .blob {
  width: 190px;
  height: 190px;
  background: rgba(0, 196, 108, 0.6);
}

.anx-circle-wrapper .gc-3 .blob {
  width: 100px;
  height: 100px;
  background: rgba(96, 216, 130, 0.61);
}

@keyframes rotateOrbit {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.required:after {
  content: '*';
  color: #dc3532;
  margin-left: 3px;
  display: inline-block;
  height: max-content;
  line-height: 1;
}

/*-------------------------------------------------------------*/
/* Preloader CSS
/*-------------------------------------------------------------*/

.anx-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.anx-loader-wrapper .loader-inner-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.anx-loader-wrapper .loader-inner-wrapper img{
    position: absolute;
    z-index: 2002;
    max-width: 50px;
    object-fit: contain;
    object-position: center;
}
.anx-loader-wrapper #loader {
  display: block;
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--anx-accent-color);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 2001;
}

.anx-loader-wrapper #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #00d877a1;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.anx-loader-wrapper #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--anx-black);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

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

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

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

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

.anx-loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: var(--anx-bg-light-card);
  z-index: 2000;
}

.anx-loader-wrapper .loader-section.section-left {
  left: 0;
}
.anx-loader-wrapper .loader-section.section-right {
  right: 0;
}
/* Loaded Styles */
.anx-loaded .anx-loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.anx-loaded .anx-loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.anx-loaded .anx-loader-wrapper .loader-inner-wrapper,
.anx-loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.anx-loaded .anx-loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
/*-------------------------------------------------------------*/
/* 03. BREADCRUMB AND MODAL CSS
/*-------------------------------------------------------------*/
.breadcrumb-area{position: relative; z-index: 2;}
.breadcrumb {row-gap: 5px;}
.breadcrumb .breadcrumb-item{position: relative;}
.breadcrumb .breadcrumb-item+.breadcrumb-item{margin-left: 22px;padding-left: 12px;}
.breadcrumb .breadcrumb-item+.breadcrumb-item:after,
.breadcrumb-item+.breadcrumb-item::before{
  float: unset;
  padding-right: 0;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -9px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--anx-accent-color);
  border-left: 1px solid var(--anx-accent-color);
  transform: translateY(-50%) rotate(135deg);
}
.breadcrumb .breadcrumb-item+.breadcrumb-item:after{left: -16px;}
.breadcrumb-item .current,
.breadcrumb-item span,
.breadcrumb-item a{
  transition: all 0.4s ease;
  color: var(--anx-accent-color);
  font-size: 1rem;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
}
.breadcrumb-item .current,
.breadcrumb-item span,
.breadcrumb-item a:hover{color: var(--anx-primary); text-decoration: underline;}
.anx-breadcrumb-section {
  padding:0 0 8px 0;
}
.anx-breadcrumb-section .breadcrumb{
  margin-bottom: 0;
}

/*-------- MODAL CSS --------*/

.anx-demo-form-modal .anx-modal-content{
  background-color: var(--anx-primary-light);
  position: relative;
  border-radius: 13px;
}
.anx-demo-form-modal .anx-modal-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 40px;
}
.anx-demo-form-modal .anx-modal-bg{
  position: absolute;
  top: 36px;
  left: 20px;
  right: auto;
  z-index: 0;
  bottom: 0;
}
.anx-demo-form-modal .anx-modal-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.anx-demo-form-modal .anx-modal-body {
  max-width: 70%;
  margin-left: auto;    
  background-color: var(--anx-white);
  padding: 50px 50px 15px;
  padding: 70px 100px 15px;
  border-radius: 13px;
  position: relative;
  z-index: 1;
}
.anx-demo-form-modal .anx-modal-close-btn{
  margin-left: auto;
  margin-top: -35px;
  margin-right: -35px;
}
.anx-demo-form-modal .anx-btn{
  width: 100%;
}
.anx-demo-form-modal .anx-modal-footer {
  margin-top: 30px;
  text-align: center;
}
.anx-demo-form-modal .anx-modal-footer-link {
  font-size: clamp(14px, 1.75vw, 18px);
  font-weight: 700;
  color: var(--anx-primary);
  text-align: center;
  display: inline-block;
}
.anx-modal-title{
  font-size: 22px;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800;
  color: var(--anx-accent-color);
  line-height: 1.2;
  margin-bottom: 10px;
}
.anx-modal-desc{
  font-size: 15px;
  font-size: clamp(14px,1.5vw,18px);
  color: var(--anx-text-color);
  line-height: 1.5;
  margin-bottom: 0;
}
.anx-modal-desc a {
  background: linear-gradient(90.08deg, #2F845E 31.12%, #00D877 69.61%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.wpcf7 form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  font-size: 13px;
}
.anx-demo-form-modal .col-12 + .col-12 p{
  position: relative;
}
.anx-demo-form-modal .col-12 + .col-12 p .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 10px;
  width: 20px;
  height: 20px;
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1100px;
  }
  .anx-demo-form-modal .anx-modal-close-btn{
    margin-top: -45px;
    margin-right: -65px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .modal-xl {
    --bs-modal-width: calc(100% - 80px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .modal-xl {
    --bs-modal-width: calc(100% - 60px);
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px){
  .modal-xl {
    --bs-modal-width: calc(100% - 30px);
  }
}

/*-------------------------------------------------------------*/
/* 04. HEADER CS
/*-------------------------------------------------------------*/

.sticky-header .anx-header{
  box-shadow: 0 1px 25px #00c46c36;
  top: 0;
  z-index: 1020;
  position: fixed;
  background: var(--anx-white);
  padding: 15px 0 !important;
  width: 100%;
}

.anx-header {
  padding: 15px 0 15px;
  position: relative;
}
/* .anx-header::before {
  content: '';
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background: linear-gradient(90deg, #fff0 0%, #00d072 29.81%, #03dabb 67.31%, #fff0 100%);
  opacity: 0.5;
}
.sticky-header .anx-header::before{bottom: 0;opacity: 1;} */

.anx-header::before {
  content: '';
  background: rgba(206, 255, 233, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  width: calc(100% - 620px);
  right: 0;
  transform: skewX(-30deg);
  z-index: -1;
}

.anx-header .anx-navbar .container{justify-content: unset;}

.anx-navbar {
  padding: 0;
}

.anx-navbar-brand{
  max-width: 80px;
  max-width: 55px;
  vertical-align: middle;
  padding: 0;
  margin: 0 15px 0 0;
}
.sticky-header .anx-navbar-brand {
  max-width: 55px;
}

html body .anx-offcanvas-header .anx-navbar-brand{
  max-width: 100% !important;
  margin: 0;
}
.anx-offcanvas-header .anx-navbar-brand img{
  width: 100%;
  max-height: 55px;
  object-fit: contain;
  object-position: center;
}
.anx-nav-item:not(:last-child) {
  margin-right: 70px;
  margin-right: 15px;
}
.anx-nav-link {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-family: var(--anx-title-font);
  font-weight: 600;
  line-height: 1.273em;
  padding: 10px 10px !important;
  letter-spacing: 0.09px;
  color: var(--anx-accent-color);
}

.anx-navbar-nav .anx-nav-link:focus,
.anx-navbar-nav .anx-nav-link:hover,
.anx-navbar-nav .anx-nav-link.active {
  color: var(--anx-primary);
}
.anx-nav-item:last-child .anx-nav-link {
  padding-right: 0 !important;
}
.anx-offcanvas {
  border-radius: 30px 0 0 30px;
}
.anx-offcanvas.offcanvas-start {
  border-radius: 0 30px 30px 0;
}

.anx-offcanvas .anx-offcanvas-header{
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x) var(--bs-offcanvas-padding-y) 40px !important;
}
.anx-offcanvas .anx-navbar-btn-close {
  padding: 0 !important;
  margin: 0 !important;
  background: var(--anx-white) !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  opacity: 1;  
  border: 1px solid rgba(var(--anx-primary-rgb),0.1);
  transition: all 0.3s ease;
}
.anx-offcanvas .anx-navbar-btn-close span {
  background: url(../images/icons/anx-sidebar-icon-gray.svg) no-repeat 52% -183px / 25px;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  border-radius: inherit;
  display: block;
  transform: rotate(180deg);
}

/* when open left sidebar */
.anx-offcanvas.offcanvas-start .anx-navbar-btn-close {right: -20px; left: auto;}
.anx-offcanvas.offcanvas-start .anx-navbar-btn-close span {transform: rotate(0);}
.anx-offcanvas.offcanvas-start .anx-offcanvas-header{padding: var(--bs-offcanvas-padding-y) 40px  var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x) !important;}


.anx-offcanvas .anx-navbar-btn-close:hover{border-color: rgba(var(--anx-primary-rgb),0.7);}
.anx-offcanvas .anx-navbar-btn-close:hover span {
  background: url(../images/icons/anx-sidebar-icon-green.svg) no-repeat 52% -183px / 25px;
}


.anx-header-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 80px;
  margin-left: 35px;
  margin-top: 6px;
}
/* this media query only for header action btn */
@media screen and (min-width: 768px) {  
  .anx-header-action .anx-btn{
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15); 
  }
  .anx-header-action .anx-3d-btn{
    font-size: 15px;
  }
  .anx-header-action .anx-3d-btn .icon div::before, 
  .anx-header-action .anx-3d-btn .icon div::after {
    width: 12px;
  }
  .anx-header-action .anx-3d-btn .icon {
    right: 9px;
  }
  .anx-header-action .anx-3d-btn .icon div {
    width: 20px;
  }
  .anx-header-action .anx-3d-btn .content {
    gap: 8px;
    padding: 10.3px 35px 10.3px 20.1px;
  }

  .anx-header-action .anx-3d-btn:focus .content {
    padding: 10.3px 15px 10.3px 35px;
  }
  .anx-header-action .anx-3d-btn:focus .icon {
    left: 9px !important;
  }

}

.anx-navbar-nav .anx-nav-link.dropdown-toggle::after {
  margin-left: .1em;
  vertical-align: 0.10em;
  vertical-align: 0.0em;
  content: "\f107";
  font-family: var(--anx-fa-style-family);
  font-weight: var(--anx-fa-style);
  border: none !important;
  font-size: 18px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.anx-navbar-nav .anx-nav-link.dropdown-toggle:hover::after,
.anx-navbar-nav .anx-nav-link.dropdown-toggle.show::after{
  content: "\f106";
}

.dropdown.anx-nav-item .anx-nav-link + .dropdown-menu {
  list-style: none;
  padding: 40px 60px 60px;
  overflow: hidden;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.anx-nav-item .anx-nav-link + .dropdown-menu > li > a:not(.dropdown-submenu > li > a){
  padding: 0 0 8px;
  margin-bottom: 15px;
  font-size: 18px;
  width: calc(var(--dropdown-a-width) + 15px);
  height: max-content;
  position: relative;
}
.anx-nav-item .anx-nav-link + .dropdown-menu > li:hover > .dropdown-toggle,
.anx-nav-item .anx-nav-link + .dropdown-menu > li > .dropdown-toggle.show,
.anx-nav-item .anx-nav-link + .dropdown-menu > li.active > .dropdown-toggle{
  width: calc(var(--dropdown-a-width) + 40px);  
}
.anx-nav-item .anx-nav-link + .dropdown-menu > li > a:not(.dropdown-submenu > li > a)::before{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(177, 177, 177, 1);
  transition: all 0.3s ease-out;
}
.anx-nav-item .anx-nav-link + .dropdown-menu > li .dropdown-toggle::before{
  background: linear-gradient(to left, rgba(177, 177, 177, 1) 50%, var(--anx-primary) 50%) right;
  background-size: 200%;
  transition: all 0.3s ease-out;
}
.anx-nav-item .anx-nav-link + .dropdown-menu > li .dropdown-toggle.show::before,
.anx-nav-item .anx-nav-link + .dropdown-menu > li:hover .dropdown-toggle::before,
.anx-nav-item .anx-nav-link + .dropdown-menu > li:hover .dropdown-toggle::before{
  background-position: left;
}

.anx-nav-item .anx-nav-link + .dropdown-menu > li:hover > a:not(.dropdown-submenu:hover > li > a)::before,
.anx-nav-item .anx-nav-link + .dropdown-menu > li.active > a:not(.dropdown-submenu.active > li > a)::before{background-color: var(--anx-primary);}

.anx-nav-item .anx-nav-link + .dropdown-menu > li:last-child > a:not(.dropdown-submenu > li > a){margin-bottom: 0;}


.dropdown.anx-nav-item .anx-nav-link + .dropdown-menu > li:hover, 
.dropdown.anx-nav-item .anx-nav-link + .dropdown-menu > li > a:focus, 
.dropdown.anx-nav-item .anx-nav-link + .dropdown-menu > li.active,
.dropdown.anx-nav-item .anx-nav-link + .dropdown-menu > li.active > a,
.dropdown.anx-nav-item .anx-nav-link + .dropdown-menu > li > a.show,
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu > li:hover, 
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu > li.active,
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu > li.active > a,
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu > li > a:focus ,
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu > li > a:hover ,
.dropdown.anx-nav-item .anx-nav-link + .dropdown-menu > li.active ,
.dropdown.anx-nav-item .anx-nav-link + .dropdown-menu > li > a.active ,
.dropdown.anx-nav-item .anx-nav-link + .dropdown-menu > li > a:hover {
  color: var(--anx-primary);
  background-color: transparent;
}

.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu:hover>.dropdown-menu,
.dropdown.anx-nav-item:hover>.dropdown-menu{
  display: block;
  margin-top: 0;
}
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu.show,
.dropdown.anx-nav-item>.dropdown-menu.show{
  margin-top: 0;
}
.anx-nav-item>.dropdown-menu .dropdown-submenu {
  display: flex;
  gap: 20px;
  max-height: 47px;
}
.dropdown-submenu .dropdown-toggle{position: relative;}
.dropdown-submenu .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f053";
  font-family: var(--anx-fa-style-family);
  font-weight: var(--anx-fa-style);
  border: none !important;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.dropdown-submenu:hover .dropdown-toggle::after,
.dropdown-submenu .dropdown-toggle.show::after,
.dropdown-submenu.active .dropdown-toggle::after{
  content: "\f054";
}

.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu{
  position: relative;
  border: none;
  list-style: none;
  padding-left: 0;
  padding-top: 5px;
  padding: 0;
  min-width: unset;
  transform: scaleY(0);
  transition: all 0.3s ease-out;
  display: block;
  transform-origin: top;
  opacity: 0;
  width: 0;
}
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu.show,
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu:hover>.dropdown-menu{
  transform: scaleY(1);
  transform-origin: bottom;
  opacity: 1;
  width: auto;
  display: block;
}

.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu::before {
  content: '';
  top: 30px;
  bottom: -500%;
  width: 1px;
  background: var(--anx-primary);
  left: -20px;
  position: absolute;
  transition: all 0.3s ease-out;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, var(--anx-primary) 50%) right;
  background-size: 200%;
}
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu .dropdown-toggle.show + .dropdown-menu::before,
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu.active>.dropdown-menu::before,
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu:hover>.dropdown-menu::before {
  background-position: left;
}

.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu li a{
  padding-left: 25px;
  padding-right: 0;
  padding-bottom: 10px;
  font-size: 18px;
  position: relative;
}
.anx-navbar-toggler {
  padding: 0;
  line-height: 1;
}
.anx-navbar-toggler svg {
  width: 24px;
  height: 18px;
}
.anx-navbar-toggler svg path {
  stroke: var(--anx-secondary);
  transition: all 0.3s ease;
}
.anx-navbar-toggler:hover svg path {
  stroke: var(--anx-primary);
}

.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu li a::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-position: center;
  background-image: var(--submenu-icon);
  background-repeat: no-repeat;
}
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu li:hover a::before,
.dropdown.anx-nav-item>.dropdown-menu .dropdown-submenu>.dropdown-menu li.active a::before{
  filter: brightness(0) saturate(100%) invert(46%) sepia(53%) saturate(2114%) hue-rotate(123deg) brightness(100%) contrast(107%);
}


/*-------------------------------------------------------------*/
/* 05. FOOTER CSS
/*-------------------------------------------------------------*/

/*--------
  scroll top btn 
--------*/
.anx_scroll_top {
  width: 50px;
  height: 50px;
  background: var(--anx-bg-light-card);
  border-radius: 100%;
  position: fixed;  
  transition: all 0.4s cubic-bezier(0.36, 0.07, 0.57, 0.99);
  right: 25px;
  bottom: -15%;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  border: 1px solid var(--anx-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 0;
  box-shadow: none;
  outline: none;
}
.anx_scroll_top.show{
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.anx_scroll_top img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  object-position: center;
  margin: auto;
  line-height: 1;
  height: 25px;
  transition: all 0.2s cubic-bezier(0.36, 0.07, 0.57, 0.99);
}
.anx_scroll_top:hover img {
  animation: launchUp 1.5s ease-in-out infinite;
}

@keyframes launchUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(-3px);
    opacity: 1;
  }
  60% {
    transform: translateY(-6px);
    opacity: 0.5;
  }
  80% {
    transform: translateY(-9px);
    opacity: 0;
  }
  90% {
    transform: translateY(4px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Footer Call-to-Action Section */
.anx-footer{margin-top: -1px;}
.anx-footer .anx-footer-inner-container {
  border-radius: 20px 20px 0 0;
}
.anx-footer-logo {
  max-width: clamp(180px, 18vw, 286px);
  margin-bottom: 30px;
  vertical-align: middle;
}
.anx-cta-title {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  margin-bottom: 5px;
  font-family: var(--anx-title-font);
  line-height: 1.2em;
  color: var(--anx-white);
}
.anx-cta-subtitle {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 2.3vw, 1.5rem);
  margin-bottom: 0;
  line-height: 1.1em;
  font-weight: 500;
  color: var(--anx-white);
}

.anx-cta-form-group{
  position: relative;
}

.anx-cta-input {
  padding: 15px 265px 15px 25px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(90deg, rgba(var(--anx-white-rgb), 0.45) 0%, rgba(var(--anx-white-rgb), 0.2) 100%);
  color: var(--anx-accent-color);
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  font-weight: 600;
  height: 80px;
}
.anx-cta-input::placeholder {
  color: var(--anx-white);
}
.anx-cta-btn-container {
  position: absolute;
  top: 61.5%;
  right: 20px;
  transform: translateY(-50%);
}

.anx-footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 160px;
}
.anx-footer-brand {
  flex: 1 1 250px;
}
.anx-footer-desc {
  font-size: 1rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.4;
  color: var(--anx-accent-color);
  font-weight: 600;
  margin: 0;
}
.anx-footer-links {
  display: flex;
  flex: 2 1 600px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
.anx-footer-column {
  min-width: 150px;
}
.anx-footer-heading {
  font-weight: 700;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 2.7vw, 1.5rem);
  line-height: 1.4em;
  color: var(--anx-accent-color);
  margin-bottom: 30px;
}
.anx-footer-list {
  list-style: none;
  padding: 0;
}
.anx-footer-list li:not(:last-child) {
  margin-bottom: 15px;
}
.anx-footer-list-link {
  font-size: 1rem;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.3em;
  width: max-content;
  display: block;
  transition:  color 0.4s cubic-bezier(.74, .72, .27, .24);
  color: var(--anx-accent-color);
}
.anx-footer-list-link:before {
  content: '';
  display: block;
  bottom: -22px;
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: -4.5px;
  background: var(--anx-primary);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.anx-footer-list-link.active::before,
.anx-footer-list-link:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1,1);
  transform: scale(1, 1);
}
.anx-footer-list-link.active,
.anx-footer-list-link:hover{
  color: var(--anx-primary);
}
/* Footer Bottom */
.anx-footer-bottom {
  border-top: 1px solid #dcdcdc;
  margin-top: 45px;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anx-footer-bottom .copy_right_text {
  font-size: 1rem;
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.4em;
  color: var(--anx-accent-color);
  margin: 0;
}
.anx-footer-bottom .copy_right_text a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  transition:  color 0.4s cubic-bezier(.74, .72, .27, .24);
}

.anx-footer-bottom-links a {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.4em;
  transition:  color 0.4s cubic-bezier(.74, .72, .27, .24);
  color: var(--anx-accent-color);
}
.anx-footer-bottom .copy_right_text a:hover,
.anx-footer-bottom-links a:hover{
  color: var(--anx-primary);
}
.anx-footer-bottom-links a:not(:last-child){
  margin-right: 25px;
}
.anx-news-latter-btn .anx-dove-icon{display: none;}

/*-------------------------------------------------------------*/
/* 06. HERO CSS      ----------> HOME PAGE
/*-------------------------------------------------------------*/
.anx-hero-section{
  position: relative;
  overflow: hidden;
}

.anx-hero-column {
  padding-top: 130px;
  padding-bottom: 130px;
}

.anx-hero-image-area{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  left: 33%;
  left: 45%;
  width: auto;
  padding: 0;
  margin: 0;
  z-index: -1;
}

.anx-hero-image-area {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 80px;
    bottom: 0;
    left: 33%;
    left: 55%;
    width: auto;
    padding: 0;
    margin: 0;
    z-index: -1;
}

.anx-hero-image-area img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
  height: 100%;
}
.anx-hero-image-area img {height: auto;}

.anx-hero-heading {
  font-size: clamp(1.5rem, 3vw, 3.5rem);
  color: var(--anx-accent-color);
  margin-bottom: 37px;
  font-family: var(--anx-title-font);
  font-weight: 900;
}
.anx-hero-heading.anx-hero-heading-bnr-1{
  font-size: clamp(1.4rem, 3vw, 3rem);
}
.highlight br + span:nth-child(2),
.highlight span:first-child{
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  background: var(--anx-txt-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.light-highlight.highlight span:last-child{
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  background: var(--anx-txt-secondary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.anx-subtext {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.668em;
  color: var(--anx-accent-color);
  margin-bottom: 37px;
}

/*-------------------------------------------------------------*/
/* 07. WHY CHOOSE CSS ----------> HOME PAGE
/*-------------------------------------------------------------*/
.anx-feature-main-container {
  display: flex;
  gap: 22px;
}
.anx-feature-container {
  padding: 0 11px 23px;
  background: var(--anx-bg-light-card);
  border-radius: 10px;
  flex: 2 1 534px;
}
.anx-feature-box {
  border-bottom: 1px solid var(--anx-light-border);
  border-radius: 0 0 10px 10px;
  padding: 23px 10px;
  display: flex;
  align-items: start;
  gap: 18px;
}
.anx-feature-box:last-child{border-bottom: none;padding: 23px 10px 0;}

.anx-feature-box-content {width: calc(100% - 63px);}

.anx-feature-container-title {
  font-size: clamp(1.375rem, 2vw, 1.625rem);
  font-weight: 900;
  line-height: 1.25em;
  color: var(--anx-accent-color);
  margin: 15px 0 0;
  text-align: center;
}
.anx-feature-title {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 900;
  line-height: 1.25em;
  color: var(--anx-accent-color);
  margin-bottom: 7px;
}
.anx-feature-description {
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.3em;
  margin-bottom: 0;
  color: var(--anx-accent-color);
}

.anx-feature-icon {
  background: var(--anx-primary);
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anx-feature-icon img {
  width: 29px;
  height: 27px;
  margin: auto;
  display: block;
}

.anx-image-container {
  border-radius: 10px;
}
.anx-image-container img {
  width: 100%;
  border-radius: inherit;
  height: 100%;
  object-fit: cover;
  object-position: 85% 0px;
  vertical-align: middle;
  max-width: 390px;
}

/*-------------------------------------------------------------*/
/* 08. ANX ERP CSS   ----------> HOME PAGE
/*-------------------------------------------------------------*/

.anx-erp-box-container {
  display: flex;
  column-gap: 42px;
  row-gap: 40px;
  flex-wrap: wrap;
}
.anx-erp-box {
  flex: 2 2 300px;
}

.anx-erp-box-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--anx-icon-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.anx-erp-box-icon img{
  width: 33px;
  height: 23px;
  object-fit: contain;
  object-position: center;
}

.anx-erp-box-text {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  line-height: 1.4em;
  font-weight: 600;
  color: var(--anx-accent-color);
}
.anx-erp-box.w-100 .anx-erp-box-text {
  font-size: clamp(0.875rem, 2vw, 1rem);
}

.anx-erp-image-container img {
  max-height: 590px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  margin: auto;
}

/*-------------------------------------------------------------*/
/* 09. ANX HRM CSS
/*-------------------------------------------------------------*/

.anx-hrm-benefits {
  display: flex;
  align-items: center;
  gap: 85px;
  /* flex-wrap: wrap; */
}
.anx-hrm-image{
  margin: 0;
}
.anx-hrm-image img {
  max-height: 970px;
  margin: auto;
  object-position: center;
  object-fit: contain;
}
.anx-hrm-benefit-list {
  flex: 2 1 626px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.anx-hrm-benefit-item {
  display: flex;
  column-gap: 28px;
  row-gap: 20px;
}
.anx-benefit-content{
  width: calc(100% - 60px);
}
.anx-hrm-benefit-icon {
  width: 60px;
  height: 60px;
}
.anx-hrm-benefit-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.anx-hrm-benefit-title {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 900;
  color: var(--anx-accent-color);
  line-height: 1.3em;
}

.anx-hrm-benefit-description {
  font-size: clamp(0.875rem, 1.75vw, 1rem);
  line-height: 1.5em;
  color: var(--anx-text-color);
  font-weight: 600;
}

/*-------------------------------------------------------------*/
/* 10. ANX TRUST CSS
/*-------------------------------------------------------------*/

.anx-trust-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  list-style: none;
  margin: 40px 0 46px;
}

.anx-trust-feature {
  flex: 2 1 260px;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 800;
  color: var(--anx-accent-color);
  line-height: 1.2em;
}

.anx-trust-feature-icon {
  width: 49px;
  height: 49px;
  border-radius: 100%;
  background: var(--anx-icon-bg-color);
  display: flex;
  justify-content: center;
  align-items:center;
}
.anx-trust-feature>span,
.anx-trust-feature .short-content-wrapper{
  display: inline-block;
  width: calc(100% - 49px);
}
.anx-trust-feature span{
  display: inline-block;
  font-size: inherit;
}
.anx-trust-feature .short_description{
  font-size: clamp(15px,2vw,16px);
  margin-top: 10px;
  font-weight: 500;
}

.anx-trust-feature-icon img{
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}

.anx-trust-image-card {
  display: flex;
  gap: 25px;
  position: relative;
}

.anx-trust-image-item{
  border-radius: 10px;
}
.anx-trust-image-item img{
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 470px;
}
.anx-trust-first-image {
  margin-top: 90px;
}

.anx-right-bg-dots {
  position: absolute;
  top: -10%;
  bottom: 0;
  left: 0;
  right: -30%;
  background: url(../images/backgrounds/small-dot-balls.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.anx-right-raound-shape {
  position: absolute;
  top: auto;
  bottom: 12%;
  left: auto;
  right: -30%;
  width: 498px;
  height: 220px;
  width: clamp(300px, 30vw, 498px);
  height: clamp(90px, 12vw, 220px);
  background: var(--anx-primary-white-gradient);
  border-radius: 200px;
  z-index: -1;
  transform: rotate(-36.67deg);
}

.anx-trust-offer-badge{
  background-color: var(--anx-primary);
  padding: 28px;
  max-width: 256px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.anx-trust-offer-badge-text {
  font-size: clamp(1.125rem, 2.5vw, 2.125rem);
  font-weight: 800;
  color: var(--anx-white);
  line-height: 1.3em;
}

.anx-trust-image-column {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

/*-------------------------------------------------------------*/
/* 11. ANX Counter Section ----------> RETAIL PAGE CSS
/*-------------------------------------------------------------*/

.anx-counter-card {
  border-radius: 16px;
  padding: 27px 26px 20px;
  border: none;
  box-shadow: 0px 8.6px 28.66px 0px #0000001A;
}
.anx-counter-card .card-image {
  margin-bottom: 25px;
  margin-bottom: clamp(15px, 2.7vw, 35px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.anx-counter-card .card-image img{
  max-height: 337px;
  max-width: 388px;
  width: 100%;
  transition: all 5s cubic-bezier(0, 0, 0.2, 1);
}
.anx-counter-card .card-image:hover img{
  transform: scale(1.15);
}
.anx-counter-card .card-title {
  font-size: clamp(20px, 2.5vw, 26px);
}
.anx-counter-card .card-text {
  font-size: clamp(15px, 2vw, 20px);
}

/*-------------------------------------------------------------*/
/* 12. ANX billing section ----------> RETAIL PAGE CSS
/*-------------------------------------------------------------*/

.anx-billing-item .anx-billing-img {
  width: auto;
  max-width: 100%;
  max-height: 540px;
  height: auto;
  object-position: center;
  object-fit: contain;
}
.anx-billing-item.anx-billing-item-row{
  display: flex;
  gap: 45px;
  gap: clamp(20px, 3.7vw, 45px);
  align-items: center;
}
.anx-billing-item.anx-billing-item-row .anx-billing-img {max-height: 390px; flex: 2 2 280px;}
.anx-billing-item .anx-billing-img:not(.anx-billing-item-row.anx-billing-item .anx-billing-img) {margin-bottom: 30px; margin-bottom: clamp(30px, 6vw, 80px);}
.anx-billing-item.anx-billing-item-row .anx-billing-item-content{ flex: 2 2 280px;}
.anx-billing-item.anx-billing-item-row:nth-child(odd) .anx-billing-item-content {
  order: -1;
}

.anx-billing-title {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  color: var(--anx-accent-color);
  line-height: 1.2;
  margin-bottom: 20px;
  margin-bottom: clamp(12px, 3vw , 35px);
}

.anx-billing-desc {
  font-size: clamp(15px, 2vw, 20px);
  color: var(--anx-accent-color);
  line-height: 1.5;
}

/*-------------------------------------------------------------*/
/* 13. ANX CTA section ----------> RETAIL PAGE CSS
/*-------------------------------------------------------------*/

.anx-cta-section-container{
  background: var(--anx-accent-color);
  padding: 35px 15px;
  padding: clamp(35px, 4vw, 65px) clamp(15px, 4vw, 38px) clamp(30px, 4vw, 65px);
  border-radius: 15px;
}

.anx-cta-section-inner-container {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 50px);
}
.anx-cta-left {
  flex: 2 1 620px;
}
.anx-cta-right{
  display: flex;
  align-items: center;
  justify-content: center;
}
.anx-cta-right img{
  max-height: 490px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/*-------------------------------------------------------------*/
/* 14. ANX Hero section ----------> HRM PAGE CSS
/*-------------------------------------------------------------*/

.anx-hero-hrm-page-section .anx-hero-image-column img{
  max-height: 680px;
  object-fit: contain;
  object-position: center;
}

/*-------------------------------------------------------------*/
/* 15. ANX HR section ----------> HRM PAGE CSS
/*-------------------------------------------------------------*/
.anx-hr-image-container img{
  margin: 0;
  max-height: 615px;
  object-fit: contain;
  object-position: center;
}
.anx-hr-right {
  display: flex;
  align-items: center;
  gap: 50px;
}
.anx-hr-right .anx-subtext {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  line-height: 1.5em;
  margin-bottom: 0;
}

.anx-stats-box{position: relative;}
.anx-stats-box:not(:last-child) {
  padding-bottom: 42px;
}
.anx-stats-box:not(:last-child)::before {
  display: block;
  height: 1px;
  background: var(--anx-text-color);
  width: 75%;
  position: absolute;
  bottom: 0;
  content: '';
  left: 0;
  right: auto;
}
.anx-stats-box:not(:first-child){padding-top: 42px;}

.anx-feature-bx:not(:last-child) {
  margin-bottom: 68px;
}

.anx-feature-bx-title {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 800;
  color: var(--anx-accent-color);
  line-height: 1.2;
  margin-bottom: 18px;
}
.anx-feature-bx-desc {
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  color: var(--anx-accent-color);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

/*-------------------------------------------------------------*/
/* 16. ANX HR features section ----------> HRM PAGE CSS
/*-------------------------------------------------------------*/

.anx-hr-feature-section-box {
  gap: 22px;
  margin-bottom: 40px;
}
.anx-hr-feature-section-box:last-child{margin-bottom: 0;}
.anx-hr-feature-section-box .anx-hr-feature-section-box-content{
  width: calc(100% - 113px);
}

.anx-hr-feature-section-box-icon {
  width: 90px;
  height: 90px;
  background: var(--anx-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  box-shadow: -17px 7px 20px rgba(var(--anx-primary-rgb),0.3);
}
.anx-hr-feature-section-box-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.anx-hr-feature-section-box-title {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  margin-bottom: 10px;
}
.anx-hr-feature-section-box-description {
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  margin: 0;
}
.anx-hr-feature-section-image-container img{
  max-height: 750px;
  object-fit: contain;
  object-position: center;
}

/*-------------------------------------------------------------*/
/* 17. ANX HR CTA section ----------> HRM PAGE CSS
/*-------------------------------------------------------------*/

.anx-hr-cta-inner-container {
  background-image: url(../images/backgrounds/AnnexHRM_Sec_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  border-radius: 50px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.anx-hr-cta-image {
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: 26px;
  right: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

}
.anx-hr-cta-image img {
  max-height: 675px;
  object-fit: contain;
  object-position: center;
}

.anx-hr-cta-inner-container .anx-section-subtitle {
  font-size: clamp(1.5rem, 3vw, 3rem);
}
.anx-hr-cta-inner-container .anx-subtext {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
}

/*-------------------------------------------------------------*/
/* 18. ANX WHY CHOOSE section ----------> HRM PAGE CSS
/*-------------------------------------------------------------*/

.anx-why-choose .anx-subtext {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
}
.anx-why-choose .anx-why-image{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.anx-why-choose .anx-why-image img{
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  max-height: 680px;
}

/*-------------------------------------------------------------*/
/* 19. ANX  Hero section ---------->  Accounting PAGE CSS
/*-------------------------------------------------------------*/

.anx-hero-accounting-page-section {position: relative;}
.anx-hero-accounting-page-section .breadcrumb-area{
  transform: translateY(70px);
}
.anx-hero-accounting-page-section .anx-hero-column {
  padding-top: 70px;
}
.anx-hero-shape-large,
.anx-hero-shape-medium,
.anx-hero-shape-small{
  display: block;
  content: '';
  width: clamp(50px, 5vw, 145px);
  height: clamp(50px, 5vw,145px);
  border-radius: 100%;
  background: linear-gradient(316.35deg, #42ADDA 19.06%, #00FF8D 85.13%);
  position: absolute;
  left: -40px;
  bottom: 165px;
  z-index: -1;
}
.anx-hero-shape-medium {
  background: rgba(165, 235, 204, 1);
  right: 27px;
  left: auto;
  top: 26%;
}
.anx-hero-shape-small{
  width: clamp(20px, 3vw,50px);
  height: clamp(20px, 3vw,50px);
  background: linear-gradient(316.35deg, #0061B1 19.06%, #2FFFA1 85.13%);
  bottom: 100px;
  left: 75px;
}

/*-------------------------------------------------------------*/
/* 20. ANX  feature section ---------->  Accounting PAGE CSS
/*-------------------------------------------------------------*/

.anx-account-erp-feature-card-column:not(:last-child) .anx-account-erp-feature-card{
  padding-right: 40px;
}

.anx-icon-container {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: var(--anx-icon-bg-color);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anx-icon-container img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 58.6px;
  max-height: 58.6px;
}
.anx-account-erp-feature-card .anx-text-container{
  margin-top: 30px;
}
.anx-account-erp-feature-card .anx-title {
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  line-height: 1.25;
  font-weight: 800;
  color: var(--anx-accent-color);
  margin-bottom: 20px;
}
.anx-account-erp-feature-card .anx-description {
  font-size: clamp(1rem, 1.75vw, 1.125rem);
  color: var(--anx-accent-color);
  line-height: 1.4;
  font-weight: 500;
}

/*-------------------------------------------------------------*/
/* 21. ANX  account erp section ---------->  Accounting PAGE CSS
/*-------------------------------------------------------------*/

.account-erp-section .container {
  padding: 84px 64px;
  background-color: var(--anx-bg-light-card);
  border-radius: 14px;

}

/* Features Grid */
.account-erp-section .features {
  display: flex;
  justify-content: space-between;
  column-gap: 62px;
  flex-wrap: wrap;
  margin-top: 75px;
}

.account-erp-section .feature-box {
  background-color: var(--anx-white);
  border-radius: 10px;
  box-shadow: 0px 10.03px 28.66px 0px rgba(0, 0, 0, 0.15);
  max-width: calc(50% - 155px);
  position: relative;
  height: max-content;
  z-index: 0;
}
.account-erp-section .feature-box:nth-child(odd){
  margin-left: 61px;
  padding: 30px 30px 30px 70px;
}
.account-erp-section .feature-box:nth-child(odd):not(:first-child){
  margin-top: -15px;
}
.account-erp-section .feature-box:nth-child(even){
  margin-right: 61px;
  margin-top: 175px;
  padding: 30px 70px 30px 30px;
}
.account-erp-section .feature-box:nth-child(even) .icon {
  left: auto;
  right: -35px;
}

.feature-box:not(:last-child)::before {
  content: '';
  border: 1px dashed var(--anx-primary);
  border-left: none;
  border-bottom: 0;
  display: block;
  right: -85%;
  top: 50%;
  bottom: 0;
  position: absolute;
  left: 100%;
  border-radius: 0 14px 0 0; 
  z-index: -1;
}
.account-erp-section .feature-box:nth-child(even)::before {
  border-right: 0;
  border-left: 1px dashed var(--anx-primary);
  right: 100%;
  left: -85%;
  border-radius: 14px 0 0 0;
}

.account-erp-section .feature-box .icon {
  width: 70px;
  height: 70px;
  background-color: var(--anx-white);
  border-radius: 50%;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: -35px;
  z-index: 1;
  box-shadow: -4.3px 5.73px 17.19px 0px rgba(0, 0, 0, 0.65);
}
.account-erp-section .feature-box .icon::after,
.account-erp-section .feature-box .icon::before{
  position: absolute;
  content: '';
  top: -13px;
  bottom: -13px;
  left: -13px;
  right: -13px;
  background-color: rgba(var(--anx-white-rgb), 0.35);
  box-shadow: -4.3px 5.73px 17.19px 0px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border-radius: inherit;
}
.account-erp-section .feature-box .icon::before{
  top: -26px;
  bottom: -26px;
  left: -26px;
  right: -26px;
  background-color: rgba(var(--anx-white-rgb), 0.7);
  box-shadow: none;
}
.account-erp-section .feature-box .icon img{
  max-width: 41px;
  max-height: 41px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.account-erp-section .feature-title {
  font-size: 20px;
  font-size: clamp(1.125rem,2vw,1.625rem);
  line-height: 1.2;
  color: var(--anx-accent-color);
  margin-bottom: 15px;
  font-weight: 800;
}

.account-erp-section .feature-description {
  font-size: 16px;
  font-size: clamp(1rem,1.5vw,1.125rem);
  color: var(--anx-accent-color);
  line-height: 1.5;
  font-weight: 500;
}

/*-------------------------------------------------------------*/
/* 22. ANX performance tracking -> Accounting PAGE CSS
/*-------------------------------------------------------------*/
.anx-performance-tracking-right-image-column .anx-performance-tracking-right-image{
  max-height: 580px;
  margin: auto;
  vertical-align: middle;
  object-fit: contain;
  object-position: center;
}

/*-------------------------------------------------------------*/
/* 23. ANX accounting CTA -> Accounting PAGE CSS
/*-------------------------------------------------------------*/

.anx-accounting-erp-cta-container {
  padding: 75px 34px;
  border-radius: 15px;
}
.anx-accounting-erp-cta-container .anx-hr-feature-section-box-description {
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.anx-accounting-erp-cta-container .anx-hr-feature-section-box {
  margin-bottom: 75px;
}
.anx-accounting-erp-cta-container .anx-hr-feature-section-box:first-child{margin-top: 28px;}
.anx-accounting-erp-cta-container .anx-hr-feature-section-box:last-child{margin-bottom: 28px;}
.anx-accounting-erp-cta-container .anx-hr-feature-section-box-icon {
  width: 55px;
  height: 55px;
  padding: 15px;
  box-shadow: -17px 7px 20px rgba(var(--anx-primary-rgb), 0.3);
  position: relative;
  z-index: 1;
  margin-right: 22px;
}
.anx-accounting-erp-cta-container .anx-hr-feature-section-box-icon::after,
.anx-accounting-erp-cta-container .anx-hr-feature-section-box-icon::before{
  position: absolute;
  content: '';
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: rgba(var(--anx-white-rgb), 0.35);
  box-shadow: -4.3px 5.73px 17.19px 0px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border-radius: inherit;
}
.anx-accounting-erp-cta-container .anx-hr-feature-section-box-icon::before{
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  background-color: rgba(var(--anx-white-rgb), 0.7);
  box-shadow: none;
}
.anx-hr-feature-section-box .anx-hr-feature-section-box-content {
  width: calc(100% - 95px);
}
/*-------------------------------------------------------------*/
/* 24. ANX Support Section -> Accounting PAGE CSS
/*-------------------------------------------------------------*/


.anx-accounting-support-wrap {
  background: var(--anx-offwhite);
  overflow: hidden;
  padding: 15px;
  border-radius: 14px;
}

.anx-accounting-support-col-1 .anx-section-heading-area {
  padding: 20px 0px 20px 40px;
}

.anx-accounting-support-col-1 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.anx-accounting-support-wrap .people {
  position: relative;
  top: auto;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 130px;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}

.anx-accounting-support-wrap .people-1 {
  bottom: -416px;
  left: -173px;
}

.anx-accounting-support-wrap .people-2 {
  bottom: auto;
  top: 184px;
  right: -163px;
  left: auto;
  width: 90px;
  height: 90px;
}

.anx-accounting-support-wrap .people-3 {
  width: 185px;
  height: 185px;
  top: -63px;
}

.anx-accounting-support-wrap .people img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anx-accounting-support-wrap .circle-container {
  position: relative;
  width: 100%;
  height: 500px;
}

.anx-accounting-support-wrap .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--anx-gray-shade-border);
}

@keyframes rotate-clockwise {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate-counter-clockwise {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.anx-accounting-support-wrap .circle-0 {
  width: 200px;
  height: 200px;
  border-color: var(--anx-gray-shade-border);
  animation: rotate-clockwise 15s linear infinite;
}

.anx-accounting-support-wrap .circle-1 {
  width: 400px;
  height: 400px;
  border-color: #a2a2a2;
  animation: rotate-counter-clockwise 15s linear infinite;
}

.anx-accounting-support-wrap .circle-2 {
  width: 600px;
  height: 600px;
  animation: rotate-clockwise 20s linear infinite;
  border-color: #b9b9b9;
}

.anx-accounting-support-wrap .circle-3 {
  width: 800px;
  height: 800px;
  border-color: #e1e1e1;
  animation: rotate-counter-clockwise 25s linear infinite;
}

.anx-accounting-support-wrap .circle-4 {
  width: 1000px;
  height: 1000px;
  animation: rotate-clockwise 30s linear infinite;
  border-color: #e5e5e5;
}

.anx-accounting-support-wrap .people img {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  animation: fade-up 1s ease-out 0.5s forwards;
}

.anx-accounting-support-wrap .pulse {
  position: relative;
  border: 0;
  background: var(--anx-primary);
  border-radius: 50%;
  cursor: pointer;
}

.anx-accounting-support-wrap .pulse:hover,
.anx-accounting-support-wrap .pulse:focus {
  animation-duration: 3s !important;
}

.anx-accounting-support-wrap .pulse::before {
  content: '';
  position: absolute;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  pointer-events: auto;
}

.anx-accounting-support-wrap .pulse::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.anx-accounting-support-wrap .pulse.double {
  animation: double-pulse 1.5s linear infinite;
}

@keyframes double-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(42 229 113 / 10%), 0 0 0 0 rgb(42 204 104 / 20%);
  }

  25% {
    box-shadow: 0 0 0 10px rgb(40 218 85 / 8%), 0 0 0 0 rgb(32 180 67 / 12%);
  }

  75% {
    box-shadow: 0 0 0 30px rgb(30 200 55 / 4%), 0 0 0 48px rgb(25 176 75 / 8%);
  }

  100% {
    box-shadow: 0 0 0 50px rgb(112 221 125 / 0%), 0 0 0 72px rgb(136 250 138 / 0%);
  }
}
.anx-accounting-support-wrap .anx-image-area {
  margin: 0 -106px 0 0;
}
.anx-accounting-support-wrap .elips {
  width: 18px;
  height: 18px;
  background: #04d175;
  border-radius: 20px;
  position: absolute;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
}

/*-------------------------------------------------------------*/
/* 25. ANX Hero Section -> Pricing PAGE CSS
/*-------------------------------------------------------------*/

.anx-hero-pricing-page-section .breadcrumb-area {
  transform: translateY(0);
}
.anx-hero-pricing-page-section .anx-hero-column {
  padding-top: 90px;
  padding-bottom: 90px;
}
.anx-nav-pills {
  background: rgba(248, 248, 248, 1);
  row-gap: 10px;
  border-radius: 40px;
  position: relative;
  z-index: 0;
}

.anx-nav-pills-link {
  background: transparent !important;
  color: rgba(153, 200, 179, 1) !important;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02rem;
  line-height: 1.65;
  padding: 14px 32px 13px;
}
.anx-nav-pills-link.active {
  color: var(--anx-white) !important;
}
.anx-nav-pills .anx-btn-indicator {
  position: absolute;
  top: 0;
  width: 0;
  bottom: 0;
  border-radius: inherit;
  background: var(--anx-primary);
  transition: left .3s, width .3s;
  z-index: -1;
}

.anx-tab-content{
  padding-top: 95px;
}
.anx-pricing-card-container{
  border-radius: 10px;
  background-color: rgba(248, 248, 248, 1);
  padding: 35px 20px;
  gap: 30px;
  justify-content: center;
}
.anx-pricing-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.anx-pricing-card .anx-btn-area {
  margin-top: 30px;
}
.anx-pricing-card.popular {
  background: linear-gradient(180deg, #43D493 0%, #00C46C 80.43%);
  box-shadow: 0px 42px 25px 12px rgba(0, 196, 108, 0.25);
  color: var(--anx-white);
  padding: 24px 16px;
  border-radius: 10px;
  margin-top: -125px;
  height: 100%;
}
.price {
  font-size: 1.5rem;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 3rem);
  color: var(--anx-accent-color);
  line-height: 1.2695;
}
.anx-pricing-card.popular .price {
  color: var(--anx-white);
}
.price span:first-child{
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 700;
}
.price span:last-child{
  font-size: 1rem;
  font-weight: 500;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}
.anx-pricing-card-tag {
  font-size: clamp(1.125rem, 2vw, 2.5rem);
  line-height: 1.2;
  color: var(--anx-accent-color);
  margin: 20px 0;
  font-weight: 700;
}
.anx-pricing-card-tag-subtext {
  font-size: clamp(0.875rem, 1.7vw, 1.25rem);
  color: var(--anx-accent-color);
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 20px;
}
.popular-badge {
  background-color: rgba(200, 255, 230, 1);
  color: var(--anx-primary);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 12px;
  max-width: max-content;
  margin-left: auto;
  margin-bottom: 5px;
}

.anx-pricing-card-features {
  list-style: none;
  padding-left: 0;
}

.anx-pricing-card-features li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 600;
}
.anx-pricing-card-features li:last-child{margin-bottom: 0;}

.anx-pricing-card-features li i {
  color: var(--anx-primary);
  margin-right: 10px;
  width: 18px;
  height: 18px;
  font-size: 13px;
  position: relative;
}

.anx-pricing-card.popular .anx-pricing-card-tag-subtext,
.anx-pricing-card.popular .anx-pricing-card-tag{color: var(--anx-white);}

.anx-pricing-card-features li i:before {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.anx-pricing-card-features li i::after {
  content: '';
  background: rgba(200, 255, 230, 1);
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 50%;
  display: inline-block;
  z-index: 0;
}

/*-------------------------------------------------------------*/
/* 26. ANX clients Section -> Pricing PAGE CSS
/*-------------------------------------------------------------*/
.anx-clients-section .anx-section-subtitle {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.anx-clients-slider{
  padding: 0 15px;
}
.anx-clients-slider .owl-stage{
  display: flex;
  align-items: center;
}
.anx-clients-slider .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anx-clients-slider .item img {
  max-height: 80px;
  height: 100%;
  max-width: 300px;
  object-fit: contain;
  vertical-align: middle;
  object-position: center;
}
/*-------------------------------------------------------------*/
/* 27. ANX Pricing CTA Section -> Pricing PAGE CSS
/*-------------------------------------------------------------*/

.anx-pricing-cta-section .anx-section-subtitle {
  font-size: clamp(1.375rem, 3vw, 2.5rem);
}
.anx-pricing-cta-section {overflow: hidden;}
.anx-pricing-cta-section .anx-cta-section-container .anx-cta-left {
  max-width: 42%;
  flex: unset;
}
.anx-pricing-cta-section .anx-cta-section-container .anx-cta-right {
  position: absolute;
  right: -85px;
  top: 20px;
  max-width: 62%;
}
.anx-pricing-cta-section .anx-cta-section-container .anx-cta-right img {
  max-height: 100%;
  height: 100%;
  object-fit: cover;
}
/*-------------------------------------------------------------*/
/* 28. ANX FAQ Section -> Pricing PAGE CSS
/*-------------------------------------------------------------*/

.anx-faq-accordion-item .accordion-button {
  background-color: #e8f8f5;
  color: var(--anx-accent-color);
  font-weight: 600;
  position: relative;
  padding-right: 35px;
  font-size: clamp(1.125rem, 2vw, 2rem);
}
.anx-faq-accordion-item .accordion-button:not(.collapsed) {color: var(--anx-accent-color);background-color: #d0f0ea;}
.anx-faq-accordion-item {border: none;}
.anx-faq-accordion-item:not(:last-child){margin-bottom: 15px; margin-bottom: clamp(15px,2vw,30px);}
.anx-faq-accordion-item .accordion-button:before, .anx-faq-accordion-item .accordion-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  height: auto;
  width: 20px;
  transform: translateY(-50%);
  border-bottom: 3px solid var(--anx-primary);
  background-image: none !important;
  background-size: unset;
}
.anx-faq-accordion-item .accordion-button:before {transform: translateY(-50%) rotate(90deg) !important;}
.anx-faq-accordion-item .accordion-button:after {transform: translateY(-50%) rotate(180deg) !important;}
.anx-faq-accordion-item .accordion-button:not(.collapsed):before {transform: translateY(-50%) rotate(0) !important;}
.anx-faq-accordion-item .accordion-button:not(.collapsed):after {transform: translateY(-50%) rotate(0) !important;}
.anx-faq-accordion-item .accordion-collapse{border: 1px solid #d0f0ea;border-top: 0;}
.anx-faq-accordion-item .accordion-body {font-size: clamp(0.9375rem, 2vw, 1.25rem);line-height: 1.6;}

/*-------------------------------------------------------------*/
/* 29. ANX HERO Section --> Manufacturing ERP PAGE CSS
/*-------------------------------------------------------------*/

.anx-hero-manufacturer-erp-page-section .breadcrumb-area {
  transform: none;
  margin: 30px 0 0 !important;
}

.anx-hero-manufacturer-erp-page-section .breadcrumb {
  justify-content: center;
}

.anx-hero-manufacturer-erp-page-section {
  position: relative;
}

.anx-hero-manufacturer-erp-page-section::before {
  content: '';
  left: auto;
  top: 0px;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -330px;
  background: url(../images/backgrounds/bg-shade-img.svg) no-repeat;
  background-position: bottom;
}

.anx-hero-manufacturer-erp-page-section::after {
  content: '';
  position: absolute;
  left: 0;
  top: -970px;
  right: 0;
  bottom: auto;
  width: 1650px;
  height: 1650px;
  margin: auto;
  border-radius: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #78ffc2 30%, #00C46C 45%, #03dc7bf5 60%, #ecfff6 80%, #ffffff 100%);
  background-clip: border-box;
  -webkit-mask: radial-gradient(circle, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 755px, rgba(0, 0, 0, 1) 715px);
  mask: radial-gradient(circle, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 755px, rgba(0, 0, 0, 1) 717px);
}

.animation-container {
  position: relative;
  height: 600px;
}

/*-------------------------------------------------------------*/
/* 30. ANX MNF Section ---> Manufacturing ERP PAGE CSS
/*-------------------------------------------------------------*/

.anx-mnf-erp-section .anx-subtext {
  font-size: clamp(0.875rem, 2vw, 1.25rem);
}

/*-------------------------------------------------------------*/
/* 31. ANX MNF Counter Section ---> Manufacturing ERP PAGE CSS
/*-------------------------------------------------------------*/

.anx-mnf-erp-counter-section .anx-counter-card .card-title {
  font-size: clamp(18px, 2vw, 22px);
}

.anx-mnf-erp-counter-section .anx-counter-card .card-text {
  font-size: clamp(16px, 1.5vw, 18px);
}

.anx-common-card-area-wrap {
  padding: 40px;
}

/*-------------------------------------------------------------*/
/* 32. ANX Weaving Section ---> Manufacturing ERP PAGE CSS
/*-------------------------------------------------------------*/

.anx-weaving-mnf-erp-section .anx-counter-card .card-title {
  font-size: clamp(20px, 2vw, 24px);
  font-family: 'Outfit';
}

.anx-weaving-mnf-erp-section .anx-counter-card .card-text {
  font-size: clamp(16px, 1.5vw, 18px);
}

/*-------------------------------------------------------------*/
/* 33. ANX GET-IN-TOUCH Section ---> Manufacturing ERP PAGE CSS
/*-------------------------------------------------------------*/
.anx-get-in-touch-section .anx-common-card-area-wrap {
  padding: 40px 40px 0;
}

.bg-shade-shape {
  position: relative;
}

.bg-shade-shape::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/backgrounds/bg-shade-img.svg);
  background-position: -787px -457px;
  opacity: 0.4;
}

.contact-details p a,
.contact-details p span {
  font-size: clamp(16px, 1.5vw, 22px);
  color: #fff;
  line-height: 32px;
}

.contact-details p {
  padding: 4px 0;
  display: flex;
  align-items: start;
}
.contact-details p span{
  max-width: calc(100% - 42px);
}
.contact-details p a:hover {
  color: #00d877 !important;
}

.erp-feature-box .icon {
  background: #EFFFF8;
  width: auto;
  display: inline-block;
  padding: 40px;
  border-radius: 11px;
}

.erp-feature-box .title {
  color: var(--anx-accent-color);
  font-size: clamp(20px, 2vw, 36px);
  font-family: 'Onest';
  font-weight: 700;
  line-height: 1.3;
}

/*-------------------------------------------------------------*/
/* 34. ANX hero section ------------> Weaving PAGE CSS
/*-------------------------------------------------------------*/

.anx-weaving-page-hero-section {
  background-image: url(../images/backgrounds/weaving-erp-banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 175px;
  overflow: unset;
}

.anx-weaving-page-hero-section .anx-hero-column {
  padding-bottom: 130px;
}

.anx-weaving-hero-image {
  margin-top: 20px;
  margin-bottom: -320px;
  margin-left: auto;
  margin-right: auto;
}
.anx-weaving-hero-image img{
  max-height: 586px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/*-------------------------------------------------------------*/
/* 35. ANX Feature section ------------> Weaving PAGE CSS
/*-------------------------------------------------------------*/
.anx-weaving-feature-card{
  border: none;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: transparent;
  text-align: center;
}
.anx-weaving-feature-card-icon {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 0;
  margin: 12px 0 0 12px;
}
.anx-weaving-feature-card-icon::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: -12px 0 10px -12px;
  background-color: #C8FFE6;
  border-radius: inherit;
  z-index: -1;
}
.anx-weaving-feature-card-icon img{
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.anx-weaving-feature-card-title {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--anx-black);
  line-height: 1.2;
  font-weight: 600;
}
.anx-weaving-feature-card-desc {
  font-size: 1rem;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.35;
  color: var(--anx-text-color);
}
/*-------------------------------------------------------------*/
/* 36. ANX production section ------------> Weaving PAGE CSS
/*-------------------------------------------------------------*/
.anx-production-section .anx-img-wrapper img {
  max-height: 618px;
  object-fit: contain;
  object-position: center;
}
.anx-production-section .anx-content .anx-desc {
  font-size: 1.125rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--anx-accent-color);
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 40px;
}
.anx-production-section .anx-content .anx-feature-list{padding-left: 2rem;}
.anx-production-section .anx-content .anx-feature-list li {
  font-size: 1rem;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: var(--anx-text-color);
  line-height: 1.5;
  margin-bottom: 20px;
}
.anx-production-section .anx-content .anx-feature-list li:last-child{margin-bottom: 0;}

/*-------------------------------------------------------------*/
/* 37. ANX weaving section ------------> Weaving PAGE CSS
/*-------------------------------------------------------------*/

.anx-weaving-pills-wrapper {
  gap: 25px;
  padding: 0 21px;
}

.anx-weaving-card {
  background: #EEFFF7;
  border-radius: 20px;
  padding: 20px 12px 30px;
  flex: 1 1 30%;
  min-width: 200px;
  transition: all 0.5s ease;
  border: none;
  min-height: 290px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.anx-weaving-tab-pane-wrapper.accordion-item{border: none;}

.anx-weaving-card::after{display: none;}

.anx-weaving-card:hover,
.anx-weaving-card.active {
  transform: translateY(-40px);
  box-shadow: 0px 17px 37px 0px #0098544D;
  background: #2F845E;
}


.anx-weaving-card .anx-icon {
  width: 75px;
  height: 75px;
  background: var(--anx-white);
  border-radius: 50%;
  border: 2px solid var(--anx-primary);
  margin: 0 auto;
  display: flex;
}
.anx-weaving-card .anx-icon img{
  width: 38px;
  height: 38px;
  margin: auto;
  object-fit: contain;
}

.anx-weaving-card .anx-card-title {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 900;
  color: var(--anx-black);
  line-height: 1.2;
  margin-bottom: 15px;
  transition: all 0.5s ease;
}

.anx-weaving-card .anx-card-text {
  font-size: 15px;
  font-size: clamp(15px, 1.5vw, 1.125rem);
  color: var(--anx-text-color);
  line-height: 1.6;
  transition: all 0.5s ease;
  font-weight: 700;
}
.anx-weaving-card:hover .anx-card-text,
.anx-weaving-card.active .anx-card-text,
.anx-weaving-card:hover .anx-card-title,
.anx-weaving-card.active .anx-card-title{
  color: var(--anx-white);
}
.anx-weaving-tab-content-wrapper {
  margin-bottom: -55px;
  position: relative;
  z-index: -1;
}
.anx-weaving-tab-pane-wrapper img {
  max-height: 434px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
/*-------------------------------------------------------------*/
/* 38. ANX report section ------------> Weaving PAGE CSS
/*-------------------------------------------------------------*/

.anx-report-section .anx-report-image{
  padding: 75px 0;
}
.anx-report-section .anx-report-image-col{position: relative;}
.anx-report-section .anx-report-image-col::before{
  content: '';
  top: -30px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 196, 108, 0) 0%, #00C46C 50%, rgba(0, 196, 108, 0) 100%);
  width: 120px;
}
.anx-report-section .anx-report-image img{
  box-shadow: 0px 7.13px 17.83px 0px rgba(0, 0, 0, 0.15), -4.25px -7.13px 17.83px 0px rgba(0, 0, 0, 0.15);
  background: transparent;
  border-radius: 18px;
  max-height: 443px;
}
.anx-report-section .nav-pills-reportTabs {
  margin-top: 40px;
  margin-bottom: 35px;
}
.nav-pills-reportTabs .nav-item:not(:last-child) {
  margin-right: 40px;
  padding-right: 40px;
  position: relative;
}
.nav-pills-reportTabs .nav-item:not(:last-child)::after{
  content: '';
  position: absolute;
  z-index: 0;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  background: linear-gradient(180deg, rgb(1 181 126 / 14%) 0%, #448d77 50%, rgb(3 167 117 / 9%) 100%);
}
.nav-pills-reportTabs .nav-item .nav-link{
  color: #b4b4b4 !important;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  padding: 8px 11px;
}
.nav-pills-reportTabs .nav-item .nav-link.active{
  border-color: #009C6C;
  color: #009C6C !important;
}
.reportTabs-list {
  padding-left: 2rem;
}
.reportTabs-desc,
.reportTabs-list li {
  font-size: 16px;
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: 25px;
}
.reportTabs-list li{margin-bottom: 05px;}
.reportTabs-list li:last-child{margin-bottom: 0;}

/*-------------------------------------------------------------*/
/* 39. ANX feature-2 section ------------> Weaving PAGE CSS
/*-------------------------------------------------------------*/

.anx-weaving-feature-2 .anx-weaving-feature-card-title {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.anx-weaving-feature-2 .anx-weaving-feature-card-title::before{
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #FFFFFF 0%, #00C46C 50%, #FFFFFF 100%);
  max-width: 140px;
  margin: 0 auto;
  opacity: 0.6;  
}
.anx-weaving-feature-2 .anx-weaving-feature-card-desc {
  font-size: 1rem;
}

/*-------------------------------------------------------------*/
/* 40. ANX hero section -----> About Us PAGE CSS
/*-------------------------------------------------------------*/
.anx-hero-about-page-section{position: relative;z-index: 0;}
.anx-hero-about-page-section::before {
  position: absolute;
  content: '';
  background: linear-gradient(-90deg, var(--anx-primary) -356.65%, var(--anx-white) 100%) !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  opacity: 0.65;
}
.anx-hero-about-page-section::after {
  position: absolute;
  content: '';
  background: linear-gradient(-90deg, #ffffff00 -100%, #ffffff 100%) !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.anx-hero-about-page-section.anx-bg-primary-gradient{
  background: url(../images/backgrounds/bricks-hero-bg.png) no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

/*-------------------------------------------------------------*/
/* 41. ANX Vission section -----> About Us PAGE CSS
/*-------------------------------------------------------------*/

.anx-vision-mission-section .anx-counter-card-main-container{
  height: 100%;
  border-right: 1px solid rgba(106, 106, 106, 0.607);
}
.anx-vision-mission-section .anx-counter-card {
  padding: 40px 28px 40px 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(106, 106, 106, 0.607);
}
.anx-vision-mission-section .anx-counter-card-container .anx-counter-card .card-title {
  font-size: clamp(18px, 3vw, 24px);
}
.anx-vision-mission-section .anx-counter-card-container .anx-counter-card .card-text {
  font-size: clamp(15px, 2vw, 18px);
}
.anx-vision-mission-section .anx-counter-card-container:last-child .anx-counter-card{
  border-bottom: none;
}
.anx-vision-mission-section .anx-counter-card-container .anx-counter-card .card-image {
  margin-bottom: clamp(15px, 2.7vw, 20px);
}
.anx-vision-mission-section .anx-counter-card-container .anx-counter-card .card-image img {
  max-height: 64px;
  max-width: 64px;
}
.anx-counter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.anx-counter-bx{
  flex: 1 1 auto;
  text-align: center;
  max-width: 218px;
}
.anx-counter-title {
  font-size: clamp(22px, 5vw, 72px);
  font-weight: 700;
  color: var(--anx-accent-color);
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -20px;
}
.anx-counter-title .new-odometer{
  letter-spacing: normal;
}
.anx-counter-text {
  font-size: clamp(14px, 1.5vw, 20px);
  color: var(--anx-text-color);
  margin-bottom: 0;
  line-height: 1.4;
}

/*-------------------------------------------------------------*/
/* 42. ANX feature section -----> About Us PAGE CSS
/*-------------------------------------------------------------*/

.anx-about-feature-section{background-color: var(--anx-offwhite);}
.anx-about-feature-section .anx-weaving-feature-card-icon::before,
.anx-about-feature-section .anx-weaving-feature-card-title::before {display: none;}
.anx-about-feature-section .anx-weaving-feature-card-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.anx-about-feature-section .anx-weaving-feature-card-icon {
  border-radius: none;
  margin: 0;
}

/*-------------------------------------------------------------*/
/* 43. ANX trust section -----> About Us PAGE CSS
/*-------------------------------------------------------------*/
.anx-about-trust-section .anx-counter-container {
  gap: 15px;
  gap: clamp(15px, 5vw, 80px);
  border-top: 1px solid #6a6a6ae3;
}
.anx-about-trust-section .anx-counter-bx {
  max-width: max-content;
}
.anx-about-trust-section .anx-right-raound-shape {
  bottom: 20%;
}

/*-------------------------------------------------------------*/
/* 44. ANX testimonial section -----> About Us PAGE CSS
/*-------------------------------------------------------------*/

.anx-review-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  row-gap: 10px;
}
.anx-rating-out-of,
.anx-rating-base-on{
  margin-bottom: 0;
  font-size: 18px;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
}
.anx-rating-base-on{font-size: clamp(0.875rem, 2vw, 1.5rem);}
.anx-rating-base {
  max-width: 100px;
  max-width: clamp(80px,10vw,125px);
  max-height: 50px;
}
.anx-rating-base img{
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.anx-slider-container{
  margin-left: auto;
  padding-left: 15px;
  max-width: 1688px;
  width: 100%;
}
.anx-action-title {
  font-size: 22px;
  font-size: clamp(1.125rem, 3vw, 3rem);
  line-height: 1.1;
  font-weight: 600;
  color: var(--anx-text-color);
  margin: 15px 0;
  margin: 15px 0 clamp(15px, 2vw, 25px);
}
.quote-icon {
  max-width: 90px;
  max-width: clamp(50px,5vw,100px);
  object-fit: contain;
  object-position: center;
}
.anx-action-inner-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.anx-custom-dots {
  display: flex;
  align-items: center;
  justify-content: start;
  background: #B7B7B7;
  height: 3px;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
  margin-top: -1px;
}

.anx-custom-dot {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #B7B7B7;
  transition: all 0.5s ease-in-out;
  transform-origin: left;
}
.anx-custom-dot.active,
.anx-custom-dot:hover{
  background: #575757;
  transform-origin: right;
}
.anx-custom-action {
  font-size: 22px;
  line-height: 0.5;
  color: #B7B7B7;
  transition: all 0.4s ease;
}
.anx-custom-action.anx-prev.active,
.anx-custom-action.anx-prev:hover,
.anx-custom-action.anx-next:hover,
.anx-custom-action.anx-next.active{
  color: #575757;
}

.anx-slider .owl-stage-outer {
  padding-top: 30px;
  margin-top: -30px;
}
.anx-slider .owl-stage-outer .owl-stage{
  display: flex;
  padding-left: 0 !important;
}

.anx-slider-card {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.anx-slider-card .card-body{
  padding: 26px;
  position: relative;
  box-shadow: 0px 7.16px 17.9px 0px #0000001A, 5.37px 0px 31.32px 0px #00C46C1A;
  box-shadow: 0px 18.16px 20.9px 0px #0000001A, 5.37px 0px 31.32px 0px #00C46C1A;
  border-radius: 9px 9px 9px 0px;
}
.anx-slider-card .triangle-container{
  display: block;
  transform: rotate(330deg);
  position: absolute;
  left: -2px;
  bottom: -4px;
  z-index: 0;
}
.anx-slider-card .triangle {
  position: relative;
  background-color: var(--anx-white);
  text-align: left;
  display: block;
}
.anx-slider-card .triangle:before,
.anx-slider-card .triangle:after {
  content: '';
  position: absolute;
  background-color: inherit;
}
.anx-slider-card .triangle,
.anx-slider-card .triangle:before,
.anx-slider-card .triangle:after {
  width: 25px;
  height: 25px;
  border-top-right-radius: 30%;
}
.anx-slider-card .triangle {
  transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}
.anx-slider-card .triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
.anx-slider-card .triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.anx-review-user-container {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin-left: 20px;
}
.anx-user-image {
  width: 53px !important;
  height: 53px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.anx-ratings {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-top: 15px;
}
.star {
  display: block;
  width: 27px;
  height: 25px;
  background-image: url(../images/icons/full-star.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.star.half-star{
  background-image: url(../images/icons/half-star.svg);
  width: 14px;
}
.star.empty-star {
  filter: brightness(0) saturate(100%) invert(72%) sepia(83%) saturate(0%) hue-rotate(266deg) brightness(99%) contrast(98%);
}
.anx-user-name {
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.1;
}
.anx-posted-date {
  font-size: clamp(13px, 1.5vw, 18px);
  line-height: 1;
  margin: 0;
  font-weight: 600;
}

/*-------------------------------------------------------------*/
/* 45. ANX erp section -----> Pharmaceutical PAGE CSS
/*-------------------------------------------------------------*/

.anx-pharma-erp-counter-section .anx-counter-card{
  overflow: hidden;
  position: relative;
  z-index: 0;
  border: 1.43px solid rgba(196, 196, 196, 1);
}

.right-wave{
  position: absolute;
  content: '';
  border-radius: 100%;
  left: -160px;
  bottom: -160px;
  height: 320px;
  width: 320px;
  background: rgba(98, 195, 121, 0.1);
  z-index: -6;
  transition: 0.9s linear;
  transition-delay: 0.15s;
}
.right-wave:nth-child(2) {
  left: -125px;
  bottom: -125px;
  height: 250px;
  width: 250px;
  background: rgba(98, 195, 121, 0.15);
  z-index: -5;
  animation-delay: 1.25s;
  transition-delay: 0.15s;
}
.right-wave:nth-child(3) {
  bottom: -90px;
  left: -90px;
  width: 180px;
  height: 180px;
  background: rgba(98, 195, 121, 0.15);
  z-index: -4;
  animation-delay: 1.75s;
  transition-delay: 0.15s;
}
@keyframes zoom {
  0% {
      transform: scale(1);
      opacity: 0;
  }
  50% {
      opacity: 0.9;
  }
  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}
.anx-pharma-erp-counter-section .anx-counter-card-container:nth-child(even) .right-wave{
  top: -160px;
}
.anx-pharma-erp-counter-section .anx-counter-card-container:nth-child(even) .right-wave:nth-child(2){
  top: -125px;
}
.anx-pharma-erp-counter-section .anx-counter-card-container:nth-child(even) .right-wave:nth-child(3){
  top: -90px;
}
.anx-pharma-erp-counter-section .anx-counter-card-container {
  min-height: 400px;
}
.anx-pharma-erp-counter-section .anx-counter-card-container .card-body{
  flex-grow: 0;
}
.anx-pharma-erp-counter-section .anx-counter-card-container .card-body .card-tag {
  border: 1.43px solid rgba(196, 196, 196, 1);
  border-radius: 28px;
  padding: 6px 15px;
  font-size: 14px;
  width: max-content;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
  transition: 0.5s linear;
}
.anx-pharma-erp-counter-section .anx-counter-card-container:hover .card-body .card-tag{color: var(--anx-black) !important;}
.anx-pharma-erp-counter-section .anx-counter-card-container .card-title{transition: 0.5s linear;}
.anx-pharma-erp-counter-section .anx-counter-card-container:hover .card-title{color: var(--anx-primary) !important;}
.anx-pharma-erp-counter-section .anx-counter-card-container .card-text {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
  /* transform: translateY(90px);
  margin-top: -50px; */
  transform: translateY(30px);
  margin-top: -10px;
  height: 1px;
  transition: all 0.5s linear;
}
.anx-pharma-erp-counter-section .anx-counter-card-container:hover .card-text {
  transform: translateY(0);
  height: auto;
  margin-top: 0;
}
.anx-pharma-erp-counter-section .anx-counter-card-container:hover .right-wave{
  height: 200%;
  width: 200%;
}
.anx-pharma-erp-counter-section .anx-counter-card-container:hover .right-wave:nth-child(2) {
  height: 170%;
  width: 170%;
}
.anx-pharma-erp-counter-section .anx-counter-card-container:hover .right-wave:nth-child(3) {
  height: 150%;
  width: 150%;
}
.anx-pharma-erp-counter-section .anx-counter-card-container .anx-counter-card .card-image img{transition: 0.5s linear;}
.anx-pharma-erp-counter-section .anx-counter-card-container:hover .anx-counter-card .card-image img{
  filter: brightness(0) saturate(100%) invert(46%) sepia(54%) saturate(2078%) hue-rotate(121deg) brightness(101%) contrast(101%);
}
/*-------------------------------------------------------------*/
/* 46. ANX features sec -----> Pharmaceutical PAGE CSS
/*-------------------------------------------------------------*/
.anx-inner-subtitle {
  font-size: clamp(1.25rem, 3.5vw, 2.125rem);
  margin-bottom: 10px;
}
.anx-features-section-pharma-page .anx-subtext {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.25;
}
.anx-features-section-pharma-page .anx-hr-feature-section-image-container img{
  filter: drop-shadow(2.14px 2.14px 20.33px rgba(var(--anx-primary-rgb), 0.3));
  max-height: 600px;
}
.anx-features-section-pharma-page .anx-desktop-card .anx-hr-feature-section-image-container img{
  filter: drop-shadow(2.14px 2.14px 20.33px rgba(var(--anx-primary-rgb), 0.44));
}

.anx-features-section-pharma-page .anx-hr-feature-section-box-content {
  display: flex;
  align-items: center;
}
.anx-features-section-pharma-page .anx-hr-feature-section-box-title {
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  margin-bottom: 0;
  line-height: 1.3;
}
.anx-features-section-pharma-page .anx-hr-feature-section-box-icon {
  width: 57.5px;
  height: 57.5px;
  padding: 0;
  box-shadow: 0px 2.85px 14.27px 0px #00C46C4D;
}
.anx-features-section-pharma-page .anx-hr-feature-section-box-icon img{
  width: 28.5px;
  height: 28.5px;
}

.anx-desktop-card .anx-hr-feature-section-container {
  display: flex;
  align-items: start;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 40px;
}
.anx-desktop-card .anx-hr-feature-section-container .anx-hr-feature-section-box{
  flex: 2 2 calc(50% - 15px);
  margin-bottom: 0;
}

/*-------------------------------------------------------------*/
/* 47. ANX all sec -----> Contact Us PAGE CSS
/*-------------------------------------------------------------*/
.anx-hero-contact-page {
  padding-bottom: 200px;
}
.anx-form-section-container {
  box-shadow: 0px 6px 52px 0px #00000026;
  background-color: var(--anx-white);
  padding: 20px 24px 20px 24px;
  margin-top: -150px;
  border-radius: 20px;
}
.anx-information-wrapper {
  background-color: var(--anx-light-secondary);
  border-radius: 20px;
  position: relative;
  min-height: 660px;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  padding: 65px 30px;
}
.anx-info-shape {
  position: absolute;
  bottom: -50px;
  right: -75px;
  z-index: -1;
}
.page-template-contact .anx-info-shape {opacity: 0.5;}
.anx-info-shape img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 475px;
  max-height: 340px;
  object-position: center;
}

.anx-information-title {
  font-size: 26px;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--anx-white);
}
.anx-information-desc {
  font-size: 16px;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.35;
  margin-bottom: 35px;
  color: var(--anx-white);
}
.anx-contact-info {
  color: var(--anx-white);
  line-height: 1.5;
  font-size: clamp(14px, 2vw, 18px);
  margin-bottom: 25px;
}
.anx-contact-info:last-child{margin-bottom: 0;}
.anx-info-icon {
  max-width: 24px;
  max-height: 24px;
  display: inline-block;
  margin-right: 15px;
}
.anx-info-icon img{
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.anx-info-link{
  max-width: calc(100% - 40px);
}

.anx-form-wrapper {
  padding: 50px 0 15px 30px;
}

.anx-label {
  display: block;
  font-size: clamp(16px,1.5vw,19px);
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--anx-accent-color);
}
.anx-input {
  border: 1px solid transparent !important;
  border-color: transparent transparent #ccc !important;
  border-radius: 0 !important;
  padding: 10px 15px !important;
  box-shadow: none !important;
  font-size: 15px;
  color: var(--anx-text-color);
  transition:  0.25s ease;
  height: 56px;
}
.anx-input::placeholder{
  text-overflow: ellipsis;
}
.anx-input.anx-select {
  background-position: right 0.75rem center;
  height: 56px;
  padding: 10px 15px !important;
}
textarea.anx-input{height: auto;}

.anx-input:focus {
  border-color: var(--anx-light-secondary) !important;
  border-radius: 5px !important;
}
.anx-options-card {
  box-shadow: 0px 5.73px 17.19px 0px #00000026;
  border-radius: 14px;
}
.anx-options-card .title{
  font-size: 20px;
  font-size: clamp(20px,2vw,30px);
}
.anx-options-card .para{
  font-size: 16px;
  font-size: clamp(16px,2vw,18px);
  font-weight: 600;
  line-height: 1.45;
}
.anx-options-card .bi {
  width: 60px;
  height: 48px;
  margin-bottom: 15px;
}
.anx-options-card .bi-envelope-paper{
  background: url(../images/icons/anx-mail.png) no-repeat center / contain;
}
.anx-options-card .bi-telephone{
  background: url(../images/icons/anx-call-calling.png) no-repeat center / contain;
}
.anx-options-card .bi-geo-alt{
  background: url(../images/icons/anx-pointer.png) no-repeat center / contain;
}
.anx-map-section iframe {
  width: 100%;
  height: 550px;
  height: clamp(300px, 50vw ,700px);
  vertical-align: middle;
}

/*-------------------------------------------------------------*/
/* 48. ANX hero sec -----> trading PAGE CSS
/*-------------------------------------------------------------*/

.anx-hero-trading-page .anx-hero-image-column{
  background-image: url(../images/trading-erp-banner-bg.webp);
  background-position: 50%;
  background-size: 110%;
  background-repeat: no-repeat;
  position: relative;
}
.anx-hero-trading-page .anx-hero-image-column img{
  max-height: 450px;
  object-fit: contain;
  object-position: center;
}

.anx-smarter-card-container .anx-counter-card{
  background: url(../images/anx-smarter-card-bg.webp) no-repeat center / cover;
}
.anx-pharma-erp-counter-section .anx-smarter-card-container:hover .anx-counter-card .card-image img{
  filter: none;
}
.anx-pharma-erp-counter-section .anx-smarter-card-container .card-body .card-tag{
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-size: clamp(16px,2vw,20px);
  padding: 0;
  margin-bottom: 5px;
}
.anx-pharma-erp-counter-section .anx-smarter-card-container:hover .card-body .card-tag,
.anx-pharma-erp-counter-section .anx-smarter-card-container:hover .card-title{
  color: var(--anx-white) !important;
}

.anx-progress-block {
  margin-bottom: 38px;
}
.anx-progress-block:last-child{margin-bottom: 8px;}

.anx-progress-text {
  font-size: 16px;
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: 700;
  color: var(--anx-secondary);
  letter-spacing: 0.6px;
  margin-bottom: 38px;
}

.anx-progress-track {
  position: relative;
  height: 2px;
  background: #375149;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.anx-progress-fill {
  height: 11px;
  width: 0;
  background: var(--anx-primary);
  border-radius: 20px;
  transition: width 1.2s ease;
}

.anx-progress-percent {
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  background: #2f3f3b;
  color: var(--anx-white);
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 7px;
  white-space: nowrap;
}

.anx-circle-wrap {
  position: relative;
  width: 374px;
  height: 374px;
  margin: 41px 0 31px auto;
}

.anx-circle-chart {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 15px;
  background: var(--anx-primary);
  background: conic-gradient( var(--anx-primary) 0deg 240deg,#375149 240deg 360deg );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.anx-circle-chart::after,
.anx-circle-chart::before{
  content: '';
  position: absolute;
  bottom: 86px;
  border-radius: 14px 0px 0px 14px;
  border: 8px solid #375149;
  left: 27.99px;
  transform: rotate(-125deg);
}
.anx-circle-chart::after{
  border-radius: 0 0 14px 14px;
  left: auto;
  right: 175px;
  bottom: auto;
  top: 0px;
  transform: rotate(-90deg);
}

.anx-circle-inner {
  width: 100%;
  height: 100%;
  background-color: var(--anx-white);
  border-radius: 50%;
  padding: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-size: clamp(18px,2.5vw,26px);
  font-weight: 800;
  color: var(--anx-secondary);
  line-height: 1.45;
  z-index: 1;
  position: relative;
}
.anx-circle-inner::before{
  background-color: #DEEDE6;
  position: absolute;
  content: '';
  z-index: -1;
  border-radius: 50%;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.anx-circle-inner strong{
  font-weight: 900;
}
.anx-circle-label {
  position: absolute;
  font-size: 14px;
  font-size: clamp(12px,2vw,16px);
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 40px;
  color: var(--anx-white);
  letter-spacing: 0.4px;
}

.anx-circle-label-annex {
  background: var(--anx-primary);
  bottom: -30px;
  right: 0;
}

.anx-circle-label-other {
  background: #375149;
  top: -40px;
  left: 30%;
  transform: translateX(-50%);
}

.anx-watch-container{
  position: relative;
  background-color: rgba(55, 81, 73, 0.8);
  padding: 42px 60px;
  border-radius: 20px;
  height: 500px;
}
.anx-watch-container::before{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/watch-video.webp) no-repeat center / cover;
  z-index: -1;
  border-radius: inherit;
}
.anx-video-thumbnail-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 70%;
  margin: 0 auto;
}
.anx-video-thumbnail-wrapper .btn-area{
  margin-bottom: 50px;
}
.anx-play-btn {
  background: var(--anx-primary);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anx-play-btn i{
  font-size: 48px;
  line-height: 1;
  margin-left: 8px;
}
.anx-thumbnail-title {
  font-size: 26px;
  font-size: clamp(18px,3.5vw,42px);
  font-weight: 700;
  color: var(--anx-white);
  text-align: center;
  margin-bottom: 50px;
}
.anx-thumbnail-logo-wrapper{
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: center;
  position: relative;
}
.anx-thumbnail-logo-wrapper::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 65px;
  width: 1px;
  background-color: var(--anx-primary);
}
.anx-thumbnail-logo-wrapper .hrm-logo,
.anx-thumbnail-logo-wrapper .erp-logo {
  max-width: 220px;
  object-fit: contain;
  vertical-align: middle;
}
.anx-video-thumbnail-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.4s ease;
}
.anx-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background-color: var(--anx-secondary);
  transition: 0.4s ease;
}
.anx-video-wrapper .anx-video-iframe {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 20px;
}
.anx-video-wrapper .anx-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  z-index: 1;
}
.anx-video-wrapper .anx-video-iframe:hover + .anx-play-btn,
.anx-video-wrapper .anx-video-iframe:focus + .anx-play-btn,
.anx-video-wrapper:focus .anx-play-btn,
.anx-video-wrapper:hover .anx-play-btn{
  opacity: 1;
  visibility: visible;
}
.anx-video-wrapper.is-playing {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.anx-video-thumbnail-wrapper.is-playing {
  z-index: 0;
}
.anx-play-btn .fa-pause{
  margin-left: 0;
  margin-top: 3px;
}

/* error  */
.anx-cta-input.anx-error::placeholder{
  color: #fd7272;
}
.anx-cta-input.anx-error{
  border: 1px solid #fd7272;
}

/* solution archive */
.anx-solution .anx-solution-item {
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 10px 0;
  position: relative;
}

.solution-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  background: var(--anx-primary);
  transition: .5s;
}

.solution-content::after {
  top: 0;
  bottom: auto;
  border-radius: 10px 10px 10px 10px;
}
.anx-solution-item:hover .solution-content::after {
  height: 100%;
  opacity: 1;
  transition: .5s;
}
.color-primary {
  color: var(--anx-primary) !important;
}
.anx-solution-item .solution-content-icon i,
.anx-solution-item .solution-content-icon p {
  transition: .5s;
}
.solution-content-icon .btn{
  font-weight: 500;
  transition: .4s ease;
}
.solution-content-icon  .btn-secondary {
  background-color: var(--anx-primary);
  border:none;
  color: var(--anx-white) !important;
}
.anx-solution-item:hover .solution-content-icon {
  position: relative;
  z-index: 2;
}
.anx-solution-item:hover .solution-content-icon i {
    color: var(--anx-white) !important;
    opacity: 1;
}
.anx-solution-item .solution-content-title {
  font-weight: 700;
  color: var(--anx-secondary);
}
.anx-solution-item:hover .solution-content-title {
  color: var(--anx-white);
}
.anx-solution-item .solution-content-desc{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.anx-solution-item:hover .solution-content-desc {
    color: var(--anx-white) !important;
}
.anx-solution-item:hover .btn-secondary{
  background-color: var(--anx-white) !important;
  color: var(--anx-primary) !important;
  border-color: transparent;
}
.anx-solution-item .btn-secondary:hover{
  box-shadow: 0 4px 10px #ffffff78;
  font-weight: 600;
}
.anx-solution-item .solution-content-icon .bi{
  width: unset;
  height: unset;
  margin: 0;
  line-height: 1.2;
}

/* std code */
.anx-std-code-input-wrapper{
  position: relative;
}
.anx-std-code-input-wrapper .wpcf7-form-control-wrap{
  position: unset;
}
.anx-std-code ~ .select2 {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 75px !important;
  height: 56px;
}
.anx-std-code ~ .select2 .select2-selection--single {
  display: flex;
  align-items: center;
  height: 54px;
  margin-top: 1px;
  margin-left: 1px;
  background-color: #e5fff4;
  border: none;
  border-radius: 5px;
  outline: none;
}
.anx-std-code ~ .select2 .select2-selection--single .select2-selection__arrow {
  height: 98%;
}

.anx-std-code ~ .select2 .select2-selection--single .select2-selection__arrow::before{
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 15px;
  color: #686c71;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.anx-std-code ~ .select2.select2-container--open .select2-selection--single .select2-selection__arrow::before{
  content: "\f106";
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaaa6;
  height: 42px;
  padding: 6px 10px;
  border-radius: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
  border-color: var(--anx-light-secondary);
}
.select2-container--default .select2-results>.select2-results__options{
  scrollbar-width: thin;
}
.select2-container .select2-dropdown{
  min-width: 220px;
}
.select2-container--open .select2-dropdown{
  border-radius: 5px;
  padding: 5px 5px 8px;
}
.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #aaa;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--anx-primary-light);
  color: var(--anx-secondary);
}
.select2-container--default .select2-results__option--selected {
  background-color: var(--anx-light-secondary);;
  color: var(--anx-white);
}
.anx-phone-n {
  padding-left: 80px !important;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}