/* ======================= Css table of contents =================================


  1. abstracts
    1.1 --> functions
    1.2 --> mixins
    1.3 --> variables

 2. Components
    2.1 --> accordion
    2.2 --> button
    2.3 --> form
    2.4 --> swiper
    2.5 --> tab
    2.6 --> table
    2.7 --> toast

 3. Layout
    3.1 --> Custom Cursor
    3.2 --> header
    3.3 --> mobile nav menu
    3.4 --> preloader
    3.5 --> scroll top
    3.6 --> slick

 4. Utilities
    4.1 --> aspect
    4.2 --> bg img
    4.3 --> bg
    4.4 --> border
    4.5 --> classes
    4.6 --> colors hover
    4.7 --> colors
    4.8 --> cursor
    4.9 --> duration
    4.10 --> font size
    4.11 --> font
    4.12 --> gap
    4.13 --> grid
    4.14 --> group
    4.15 --> height
    4.16 --> inset
    4.17 --> line clamp
    4.18 --> line height
    4.19 --> margin
    4.20 --> max height
    4.21 --> max width
    4.22 --> outline
    4.23 --> overlay
    4.24 --> padding
    4.25 --> placeholder
    4.26 --> rotate
    4.27 --> rounded
    4.28 --> scale
    4.29 --> scrollbar
    4.30 --> shadow
    4.31 --> transition
    4.32 --> translate
    4.33 --> typography
    4.34 --> underline
    4.35 --> width
    4.36 --> z index

 5. Partials
    5.1 --> About
    5.2 --> animated radial
    5.3 --> animation
    5.4 --> blur
    5.5 --> breadcrumb
    5.6 --> clip path
    5.7 --> gradient
    5.8 --> splitText
    5.9 --> testimonials
    5.10 --> top features

 6. Partials --> homeFive
    6.1 --> Home five
    6.2 --> offer five

 7. Partials --> homeFour
    7.1 --> banner four
    7.2 --> home crm
    7.3 -->  testimonials four

 8. Partials --> homeThree
    8.1 --> banner three
    8.2 --> distraction
    8.3 -->  feature three
    8.4 -->  home three

 9. Partials --> homeTwo
    9.1 --> banner two
    9.2 --> home two
    9.3 --> hosting plan
    9.4 --> pricing plan
    9.5 --> service

 10. Partials --> homeTwo
    10.1 --> about page
    10.2 --> app integration
    10.3 --> crm page
    10.4 --> play animation
    10.5 --> shop
======================= Css table of contents ================================= */

/* ======================== Functions Css End ======================= */
/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&amp;family=Poppins:wght@300;400;500;600;700;800;900&amp;family=Vidaloka&amp;display=swap");
/* ========================= Variable Css Start ======================== */

@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&amp;family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

/*@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&amp;family=Urbanist:ital,wght@0,100..900;1,100..900&amp;display=swap");*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");*/
:root {
  /* Font Family Variable */
  --heading-font: "Inter", sans-serif;
  --body-font: "Inter", sans-serif;

  /* Font Size Variable Start */
  --heading-one: clamp(2.125rem, -0.0733rem + 5.5vw, 4.4375rem);
  --heading-two: clamp(1.875rem, 0.7133rem + 2.8846vw, 3.75rem);
  --heading-three: clamp(1.75rem, 0.3353rem + 2.1661vw, 3rem);
  --heading-four: clamp(1.5rem, 0.5569rem + 1.444vw, 1.875rem);
  --heading-five: clamp(1.125rem, 1.2rem + 0.722vw, 1.5rem);
  --heading-six: clamp(1rem, 0.769rem + 0.6813vw, 1.25rem);
  /* Font Size End */
  /* template main color */
  --main-h: 194;
  --main-s: 100%;
  --main-l: 44%;
  --main: var(--main-h) var(--main-s) var(--main-l);
  --main-two-h: 225;
  --main-two-s: 98%;
  --main-two-l: 18%;
  --main-two: var(--main-two-h) var(--main-two-s) var(--main-two-l);
  --yellow-h: 40;
  --yellow-s: 100%;
  --yellow-l: 54%;
  --yellow: var(--yellow-h) var(--yellow-s) var(--yellow-l);
  --spring-green-h: 144;
  --spring-green-s: 80%;
  --spring-green-l: 55%;
  --spring-green: var(--spring-green-h) var(--spring-green-s)
    var(--spring-green-l);
  --app-landing-h: 184;
  --app-landing-s: 84%;
  --app-landing-l: 30%;
  --app-landing: var(--app-landing-h) var(--app-landing-s) var(--app-landing-l);
  /* White Color */
  --white: 0 0% 100%;
  --black: 249 63% 15%;
  --body: 0 0% 43%;
  --orange: 18 100% 55%;
  --heading-color: var(--black);
  --blue-color: #1351d8;
  --translate-x-50: translateX(-50%);
  --translate-y-50: translateY(-50%);
  --size-05: 0.125rem;
  --size-1: 0.25rem;
  --size-105: 0.375rem;
  --size-2: 0.5rem;
  --size-205: 0.625rem;
  --size-3: 0.75rem;
  --size-305: 0.875rem;
  --size-4: 1rem;
  --size-405: 1.125rem;
  --size-5: 1.25rem;
  --size-505: 1.375rem;
  --size-6: 1.5rem;
  --size-605: 1.625rem;
  --size-7: 1.75rem;
  --size-705: 1.875rem;
  --size-8: 2rem;
  --size-9: 2.25rem;
  --size-10: 2.5rem;
  --size-11: 2.75rem;
  --size-12: 3rem;
  --size-13: 3.25rem;
  --size-14: 3.5rem;
  --size-15: 3.75rem;
  --size-16: 4rem;
  --size-17: 4.25rem;
  --main-50: hsl(
    var(--main-h),
    var(--main-s),
    calc(var(--main-l) + (100% - var(--main-l)) * 0.9)
  );
  --main-100: hsl(
    var(--main-h),
    var(--main-s),
    calc(var(--main-l) + (100% - var(--main-l)) * 0.8)
  );
  --main-200: hsl(
    var(--main-h),
    var(--main-s),
    calc(var(--main-l) + (100% - var(--main-l)) * 0.7)
  );
  --main-300: hsl(
    var(--main-h),
    var(--main-s),
    calc(var(--main-l) + (100% - var(--main-l)) * 0.6)
  );
  --main-400: hsl(
    var(--main-h),
    var(--main-s),
    calc(var(--main-l) + (100% - var(--main-l)) * 0.5)
  );
  --main-500: hsl(
    var(--main-h),
    var(--main-s),
    calc(var(--main-l) + (100% - var(--main-l)) * 0.4)
  );
  --main-600: hsl(var(--main-h), var(--main-s), var(--main-l));
  --main-700: hsl(
    var(--main-h),
    var(--main-s),
    calc(var(--main-l) - var(--main-l) * 0.1)
  );
  --main-800: hsl(
    var(--main-h),
    var(--main-s),
    calc(var(--main-l) - var(--main-l) * 0.2)
  );
  --main-900: hsl(
    var(--main-h),
    var(--main-s),
    calc(var(--main-l) - var(--main-l) * 0.3)
  );
  --main-two-50: hsl(
    var(--main-two-h),
    var(--main-two-s),
    calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.9)
  );
  --main-two-100: hsl(
    var(--main-two-h),
    var(--main-two-s),
    calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.8)
  );
  --main-two-200: hsl(
    var(--main-two-h),
    var(--main-two-s),
    calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.7)
  );
  --main-two-300: hsl(
    var(--main-two-h),
    var(--main-two-s),
    calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.6)
  );
  --main-two-400: hsl(
    var(--main-two-h),
    var(--main-two-s),
    calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.5)
  );
  --main-two-500: hsl(
    var(--main-two-h),
    var(--main-two-s),
    calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.4)
  );
  --main-two-600: hsl(var(--main-two-h), var(--main-two-s), var(--main-two-l));
  --main-two-700: hsl(
    var(--main-two-h),
    var(--main-two-s),
    calc(var(--main-two-l) - var(--main-two-l) * 0.1)
  );
  --main-two-800: hsl(
    var(--main-two-h),
    var(--main-two-s),
    calc(var(--main-two-l) - var(--main-two-l) * 0.2)
  );
  --main-two-900: hsl(
    var(--main-two-h),
    var(--main-two-s),
    calc(var(--main-two-l) - var(--main-two-l) * 0.3)
  );
  --neutral-50: #f9fafb;
  --neutral-100: #f3f4f6;
  --neutral-200: #e5e7eb;
  --neutral-300: #d1d5db;
  --neutral-400: #9ca3af;
  --neutral-500: #6b7280;
  --neutral-600: #4b5563;
  --neutral-700: #374151;
  --neutral-800: #1f2937;
  --neutral-900: #111827;
  --neutral-950: #030712;
  --font-xs: 0.75rem;
  --font-sm: 0.875rem;
  --font-base: 1rem;
  --font-lg: 1.125rem;
  --font-xl: 1.25rem;
  --font-2xl: 1.5rem;
  --font-3xl: 1.875rem;
  --rotate-letter: 10deg;
  --bs-gutter-x: 2rem;
}

/* ========================= Variable Css End ======================== */
/* Media Breakpoint for Each Device End */
/* =========================== Accordion Css start ============================= */
.common-accordion .accordion-item:not(:last-child) {
  margin-block-end: 20px;
}

.accordion-border-left .accordion-item {
  border-left: 4px solid transparent !important;
}

.accordion-border-left .accordion-item:has(.accordion-collapse.show),
.accordion-border-left
  .accordion-item:has(.accordion-button[aria-expanded="true"]) {
  border-left: 4px solid var(--main-600) !important;
  background: #fff !important;
}

.accordion-button::after {
  display: none;
}

.accordion.style-two .accordion-item {
  border-bottom: 1px solid var(--neutral-100) !important;
  border-radius: 0 !important;
}

.accordion.style-two .accordion-item:has(.accordion-collapse.show),
.accordion.style-two
  .accordion-item:has(.accordion-button[aria-expanded="true"]) {
  border-left: 0 !important;
  background: #fff !important;
  box-shadow: 0 20px 20px 0 #03041c14;
  border-radius: 0 0 20px 20px !important;
}

.accordion.style-two .accordion-button {
  padding-inline-end: 32px !important;
}

.accordion.style-two .accordion-button::before {
  position: absolute;
  content: "\e136";
  font-family: "Phosphor";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--neutral-100);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  inset-inline-end: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
  color: var(--neutral-500);
}

.accordion.style-two .accordion-button[aria-expanded="true"]::before {
  background-color: var(--main-600) !important;
  color: #fff !important;
  border-color: var(--neutral-900) !important;
  content: "\e13c";
}

.accordion.style-two-three .accordion-item {
  border: 1px solid var(--neutral-200) !important;
  border-radius: 14px !important;
   background-color: var(--neutral-100) !important; 
/*  background-color: #fff !important;*/
  margin-bottom: 16px !important;
}

.accordion.style-two-three .accordion-item:has(.accordion-collapse.show),
.accordion.style-two-three
  .accordion-item:has(.accordion-button[aria-expanded="true"]) {
   background: var(--neutral-100) !important; 
/*  background: #fff !important;*/
  box-shadow: none;
  border-radius: 14px !important;
  border-block-start: 5px solid var(--main-600) !important;
}

.accordion.style-two-three .accordion-button::before {
  border: 1px solid var(--neutral-600);
  font-weight: 900;
}

.accordion.arrow-bg-orange .accordion-button[aria-expanded="true"]::before {
  background-color: var(--main-600) !important;
  border-color: var(--main-600) !important;
}

@media (min-width: 576px) {
  .position-sm-in-box {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 0;
    margin-inline-end: 12px;
  }
}

@media (max-width: 575px) {
  .position-sm-in-box {
    width: 100%;
    margin-top: 24px;
  }
}
/* ================================= Accordion Css End =========================== */
/* ========================== Button Css Start =============== */
.button__label {
  position: relative;
  text-align: center;
  transition: color 0.05s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.button--stroke:hover {
  color: #0e100f;
}

.button--stroke::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0.125rem solid #fffce1;
  border-radius: inherit;
  pointer-events: none;
}

.button--stroke .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
}

.button--stroke .button__label {
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.button__flair {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.button__flair::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  aspect-ratio: 1/1;
  background-color: #fffce1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.btn {
  border: 0;
  color: hsl(var(--white));
  line-height: 1;
  padding-inline: 32px;
  padding-block: 18px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
  transition: 0.2s linear;
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
  box-shadow: none !important;
}



.btn-main {
  background-color: var(--main-600) !important;
  color: hsl(var(--white)) !important;
}

.btn-main.button--stroke::after {
  border-color: transparent;
}

.btn-main-two {
  background-color: var(--main-two-600) !important;
  color: hsl(var(--white)) !important;
}

.btn-main-two.button--stroke::after {
  border-color: transparent;
}

.btn-white {
  background-color: hsl(var(--white)) !important;
  color: var(--heading-color) !important;
}

.btn-white:hover {
  color: hsl(var(--white)) !important;
}

.btn-white.button--stroke::after {
  border-color: transparent;
}

.hover-style-one:hover,
.hover-style-one:active {
  background-color: var(--main-600);
}

.hover-style-one:hover.button--stroke::after,
.hover-style-one:active.button--stroke::after {
  border-color: transparent;
}

.hover-style-one .button__flair::before {
  background-color: var(--main-two-600);
}

.hover-style-two:hover.button--stroke::after,
.hover-style-two:active.button--stroke::after {
  border-color: transparent;
}

.hover-style-two .button__flair::before {
  background-color: var(--main-600);
}

.hover-style-three:hover,
.hover-style-three:active {
    color: var(--main-two-600) !important;
}

.hover-style-three:hover.button--stroke::after,
.hover-style-three:active.button--stroke::after {
  border-color: transparent;
}

.hover-style-three .button__flair::before {
    background-color: #fff;
}


.hover-btn-white-outline:hover.button--stroke::after,
.hover-btn-white-outline:active.button--stroke::after {
    border-color: transparent;
}

.hover-btn-white-outline .button__flair::before {
    background-color: var(--main-600);
}


.hover-style-five:hover,
.hover-style-five:active {
  color: var(--main-two-600) !important;
}

.hover-style-five:hover.button--stroke::after,
.hover-style-five:active.button--stroke::after {
  border-color: transparent;
}

.hover-style-five .button__flair::before {
  background-color: hsl(var(--orange));
}

.btn-orange-outline {
  border: 1px solid hsl(var(--orange));
  color: hsl(var(--orange));
}

.btn-white-outline {
  border: 1px solid hsl(var(--white));
  color: hsl(var(--white));
}
    .btn-white-outline.button--stroke:hover {
        color: #fff;
    }
/* =========================== Button Css End =================== */
/* ================================= Form Css Start =========================== */
/* input File Start */
.common-file[type="file"] {
  line-height: 50px;
  padding: 0;
  position: relative;
}

.common-file[type="file"]::file-selector-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 0.2em;
  background-color: hsl(var(--main)) !important;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-inline-start: 15px;
  color: hsl(var(--body-color)) !important;
}

.common-file[type="file"]::file-selector-button:hover {
  background-color: var(--main-600);
  border: 1px solid var(--main-600);
  color: hsl(var(--black));
}

/* input File End */
/* Placeholder Start */
.placeholder-neutral-600::placeholder {
  color: var(--neutral-700) !important;
}

.placeholder-18-px::placeholder {
  font-size: 18px !important;
}

/* Placeholder End */
/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--heading-color)) !important;
  caret-color: hsl(var(--heading-color));
}

/* Autofill Css End */
/* Number Arrow None */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Custom Checkbox & Radio Css Start */
.common-check {
  display: flex;
  align-items: center;
  margin-block-end: 16px;
}

.common-check:last-child {
  margin-block-end: 0;
}

.common-check a {
  display: inline;
}

.common-check.common-radio .form-check-input {
  border-radius: 50%;
}

.common-check.common-radio .form-check-input:checked {
  background-color: transparent !important;
}

.common-check.common-radio .form-check-input:checked::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.common-check.common-radio .form-check-input:checked::before {
  display: none;
}

.common-check .form-check-input {
  transition: 0.2s linear;
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--neutral-300);
  cursor: pointer;
  transition: 0.2s linear;
  margin-block-start: 0;
}

.common-check .form-check-input::before {
  position: absolute;
  content: "\e182";
  font-family: "Phosphor";
  font-weight: 900;
  color: hsl(var(--white));
  font-size: 12px;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.common-check .form-check-input::after {
  position: absolute;
  content: "";
  inset-block-start: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  width: 10px;
  height: 10px;
  background-color: var(--main-600);
  border-radius: 50%;
  transition: 0.2s linear;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.common-check .form-check-input:checked {
  background-color: hsl(var(--main)) !important;
  border-color: hsl(var(--main)) !important;
  box-shadow: none;
}

.common-check .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.common-check .form-check-input:checked::before {
  visibility: visible;
  opacity: 1;
}

.common-check-two .form-check-input {
  border-color: #20ba8b !important;
  position: relative;
}

.common-check-two .form-check-input::before {
  position: absolute;
  content: "\e182";
  font-family: "Phosphor";
  font-weight: 900;
  color: hsl(var(--white));
  font-size: 12px;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.common-check-two .form-check-input:checked {
  background: linear-gradient(270deg, #06766e 0%, #20ba8b 100%) !important;
}

.common-check-two .form-check-input:checked::before {
  visibility: visible;
  opacity: 1;
}

/* Custom Checkbox & Radio Css End */
/* Switch Css Start */
.form-switch {
  padding-inline-start: 0;
}

.form-switch .form-check-input {
  box-shadow: none !important;
  margin: 0;
  position: relative;
  background-color: var(--neutral-200);
  border: 0;
  background-image: none !important;
  width: 70px;
  height: 32px;
}

.form-switch .form-check-input:checked {
  background-color: #23cd89;
}

.form-switch .form-check-input:checked::before {
  inset-inline-start: calc(100% - 31px);
  transition: 0.2s linear;
}

.form-switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 3px;
  transition: 0.2s linear;
}

/* Switch Css End */
.form-select-arrow-end {
  background-position: right 0rem center;
}

/* ================================= Form Css End =========================== */
/* ================================= Tab Css Start =========================== */
.common-tab .nav-link.active {
  color: var(--main-two-600) !important;
  font-weight: 700 !important;
}

.common-tab .nav-link:hover {
  color: var(--main-two-600);
}

.active-text-white .nav-link.active {
  color: hsl(var(--white)) !important;
}

.active-bg-blue .nav-link.active {
  background-color: #256bfe !important;
}

.gradient-bg .nav-link.active,
.show > .nav-link {
  background: linear-gradient(270deg, #06766e 0%, #20ba8b 100%);
}

.nav-link.active .active-white {
  filter: brightness(0) invert(1);
}

.active-bg-white-border-primary .nav-link:focus,
.active-bg-white-border-primary .nav-link:hover {
  color: var(--main-600);
}
.active-bg-white-border-primary .nav-link.active,
.active-bg-white-border-primary .show > .nav-link {
  background-color: #fff;
  color: var(--main-600) !important;
  border-inline-start: 3px solid var(--main-600) !important;
  border-radius: 0;
}

.style-border .nav-link.active,
.style-border .show > .nav-link {
  background-color: transparent !important;
  color: var(--black);
  border-color: var(--neutral-300) !important;
}

.background {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: var(--main-600);
  position: absolute;
  z-index: -1;
  inset-block-start: 50%;
  transform: translateY(-50%);
  inset-inline-start: 0;
  transition: all 0.2s linear;
  border-radius: 50rem;
  pointer-events: none;
}

.background.style-two {
  height: calc(100% - 6px);
}

.active-triangle-arrow::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  background-color: inherit;
  background-color: #256bfe;
  inset-block-start: 100%;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin-block-start: -10px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s linear;
}

.active-triangle-arrow.active::before {
  margin-block-start: -1px;
  visibility: visible;
  opacity: 1;
}

/* ================================= Tab Css End =========================== */
/* ======================= Common Table Css Start ======================= */
.table > :not(caption) > * > * {
  border-bottom: 0;
}

.table tr th:first-child {
  padding-inline-start: 0;
}

.table tr th:last-child {
  padding-inline-end: 0;
}

.table tr th,
.table tr td {
  vertical-align: middle;
}

.table tr th:first-child,
.table tr td:first-child {
  text-align: left;
}

.table tr th:last-child,
.table tr td:last-child {
  text-align: right;
  padding-inline-end: 0;
}

/* ======================= Common Table Css End ======================= */
/* Swiper Css start */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.pagination-style-two .swiper-pagination-bullet {
  background: var(--main-600);
  opacity: 1;
}

.pagination-style-two .swiper-pagination-bullet-active {
  background: #fff !important;
}

.pagination-style-three .swiper-pagination-bullet {
  opacity: 1;
}

.pagination-style-three .swiper-pagination-bullet-active {
  background: #fff !important;
  box-shadow: 0px 4px 8px 0px #00000047 !important;
}

.pagination-style-four .swiper-pagination-bullet {
  margin: 0px !important;
  opacity: 1;
  background-color: #d6d1d1;
  width: 9px;
  height: 9px;
  position: relative;
  transition: 0.3s linear;
}

.pagination-style-four .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: inherit;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: inherit;
}

.pagination-style-four .swiper-pagination-bullet-active {
  background: var(--main-600) !important;
}

.pagination-style-four .swiper-pagination-bullet-active::before {
  border: 2px solid var(--main-600);
  transform: translate(-50%, -50%) scale(1);
}

.pagination-style-five .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--heading-color);
}

.pagination-style-five .swiper-pagination-bullet-active {
  background: transparent !important;
  color: var(--heading-color);
}

.shop-small-thumbs .swiper-slide.swiper-slide-thumb-active > div {
  border-color: var(--main-600) !important;
}

/* Swiper Css end */
/* Toast Message Css start  */
:root {
  --success-600: #16a34a;
  /* Green */
  --danger-600: #dc2626;
  /* Red */
  --warning-600: #d97706;
  /* Amber */
  --info-600: #0284c7;
  /* Sky Blue */
}

#toast-container {
  position: fixed;
  inset-block-start: 20px;
  inset-inline-end: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 9999;
}

.toast-message {
  position: relative;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.25, 1.35);
  width: 300px;
  transform: translateX(calc(100% + 20px));
  overflow: hidden;
  background-color: #fff;
  border-inline-start: 3px solid var(--success-600);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding-block: 12px;
  padding-inline: 16px;
  border-radius: 6px;
}

.toast-message.active {
  transform: translateX(0);
}

.toast-message.active .progress__bar::before {
  animation: progress-bar 3.5s linear forwards;
  visibility: visible;
  opacity: 1;
}

.toast-message:hover .progress__bar::before {
  animation-play-state: paused;
}

.toast-message__content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.toast-message__icon {
  font-size: 24px;
  color: var(--success-600);
  line-height: 1;
}

.toast-message__title {
  margin-bottom: 0;
  font-size: 18px !important;
}

.toast-message__close {
  background-color: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.toast-message__text {
  color: #42494f;
  font-size: 14px;
}

.progress__bar {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  height: 3px;
  width: 100%;
  background: #fff;
}

.progress__bar::before {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 100%;
  background-color: var(--success-600);
  visibility: hidden;
  opacity: 0;
}

@keyframes progress-bar {
  from {
    width: 100%;
  }

  to {
    width: 0%;
  }
}

.success {
  border-color: var(--success-600);
}

.success .toast-message__icon {
  color: var(--success-600) !important;
}

.success .progress__bar::before {
  background-color: var(--success-600);
}

.danger {
  border-color: var(--danger-600);
}

.danger .toast-message__icon {
  color: var(--danger-600) !important;
}

.danger .progress__bar::before {
  background-color: var(--danger-600);
}

.warning {
  border-color: var(--warning-600);
}

.warning .toast-message__icon {
  color: var(--warning-600) !important;
}

.warning .progress__bar::before {
  background-color: var(--warning-600);
}

.info {
  border-color: var(--info-600);
}

.info .toast-message__icon {
  color: var(--info-600) !important;
}

.info .progress__bar::before {
  background-color: var(--info-600);
}

/* Toast Message Css End  */
/* Range slider start */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.2s linear;
}

input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.6);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.2s linear;
}

input[type="range"]::-moz-range-thumb:hover {
  transform: scale(1.6);
}

/* Range slider End */
/* ================================= Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: hsl(var(--white));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

p {
  font-weight: 400;
  margin: 0;
  line-height: 1.8; /*2*/
}

span {
  display: inline-block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  font-family: var(--heading-font);
  color: var(--black);
  line-height: 1.2;
  font-weight: 700;
}

h1,
.h1 {
  font-size: var(--heading-one);
}

h2,
.h2 {
  font-size: var(--heading-two);
}

h3,
.h3 {
  font-size: var(--heading-three);
}

h4,
.h4 {
  font-size: var(--heading-four);
}

h5,
.h5 {
  font-size: var(--heading-five);
}

h6,
.h6 {
  font-size: var(--heading-six);
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  transition: 0.2s linear;
  line-height: inherit;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--main-600);
}

a {
  display: inline-block;
  transition: 0.2s linear;
  text-decoration: none;
  color: #00ace0; /*#0661e9;*/
}

a:hover {
  color: #00ace0; /*#1d72f2;*/
}

img {
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: 0;
  background-color: transparent;
}

button:focus {
  outline: none;
  box-shadow: none;
}

input:focus,
input:focus-visible {
  box-shadow: none;
}

/* ================================= Typography Css End =========================== */
/* Bg Image Css Start */
.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 100%;
}

.bg-position-top-center {
  background-position: top center !important;
}

/* Bg Image Css End */
/* hover bg class start */
.bg-main-50 {
  background-color: var(--main-50) !important;
}

.bg-main-100 {
  background-color: var(--main-100) !important;
}

.bg-main-200 {
  background-color: var(--main-200) !important;
}

.bg-main-300 {
  background-color: var(--main-300) !important;
}

.bg-main-400 {
  background-color: var(--main-400) !important;
}

.bg-main-500 {
  background-color: var(--main-500) !important;
}

.bg-main-600 {
  background-color: var(--main-600) !important;
}

.bg-main-700 {
  background-color: var(--main-700) !important;
}

.bg-main-800 {
  background-color: var(--main-800) !important;
}

.bg-main-900 {
  background-color: var(--main-900) !important;
}

.bg-main-two-50 {
  background-color: var(--main-two-50) !important;
}

.bg-main-two-100 {
  background-color: var(--main-two-100) !important;
}

.bg-main-two-200 {
  background-color: var(--main-two-200) !important;
}

.bg-main-two-300 {
  background-color: var(--main-two-300) !important;
}

.bg-main-two-400 {
  background-color: var(--main-two-400) !important;
}

.bg-main-two-500 {
  background-color: var(--main-two-500) !important;
}

.bg-main-two-600 {
  background-color: var(--main-two-600) !important;
}

.bg-main-two-700 {
  background-color: var(--main-two-700) !important;
}

.bg-main-two-800 {
  background-color: var(--main-two-800) !important;
}

.bg-main-two-900 {
  background-color: var(--main-two-900) !important;
}

.bg-neutral-50 {
  background-color: var(--neutral-50) !important;
}

.bg-neutral-100 {
  background-color: var(--neutral-100) !important;
}

.bg-neutral-200 {
  background-color: var(--neutral-200) !important;
}

.bg-neutral-300 {
  background-color: var(--neutral-300) !important;
}

.bg-neutral-400 {
  background-color: var(--neutral-400) !important;
}

.bg-neutral-500 {
  background-color: var(--neutral-500) !important;
}

.bg-neutral-600 {
  background-color: var(--neutral-600) !important;
}

.bg-neutral-700 {
  background-color: var(--neutral-700) !important;
}

.bg-neutral-800 {
  background-color: var(--neutral-800) !important;
}

.bg-neutral-900 {
  background-color: var(--neutral-900) !important;
}

.bg-neutral-950 {
  background-color: var(--neutral-950) !important;
}

.hover-bg-main-50:hover {
  background-color: var(--main-50) !important;
}

.hover-bg-main-100:hover {
  background-color: var(--main-100) !important;
}

.hover-bg-main-200:hover {
  background-color: var(--main-200) !important;
}

.hover-bg-main-300:hover {
  background-color: var(--main-300) !important;
}

.hover-bg-main-400:hover {
  background-color: var(--main-400) !important;
}

.hover-bg-main-500:hover {
  background-color: var(--main-500) !important;
}

.hover-bg-main-600:hover {
  background-color: var(--main-600) !important;
}

.hover-bg-main-700:hover {
  background-color: var(--main-700) !important;
}

.hover-bg-main-800:hover {
  background-color: var(--main-800) !important;
}

.hover-bg-main-900:hover {
  background-color: var(--main-900) !important;
}

.hover-bg-main-two-50:hover {
  background-color: var(--main-two-50) !important;
}

.hover-bg-main-two-100:hover {
  background-color: var(--main-two-100) !important;
}

.hover-bg-main-two-200:hover {
  background-color: var(--main-two-200) !important;
}

.hover-bg-main-two-300:hover {
  background-color: var(--main-two-300) !important;
}

.hover-bg-main-two-400:hover {
  background-color: var(--main-two-400) !important;
}

.hover-bg-main-two-500:hover {
  background-color: var(--main-two-500) !important;
}

.hover-bg-main-two-600:hover {
  background-color: var(--main-two-600) !important;
}

.hover-bg-main-two-700:hover {
  background-color: var(--main-two-700) !important;
}

.hover-bg-main-two-800:hover {
  background-color: var(--main-two-800) !important;
}

.hover-bg-main-two-900:hover {
  background-color: var(--main-two-900) !important;
}

.hover-bg-neutral-50:hover {
  background-color: var(--neutral-50) !important;
}

.hover-bg-neutral-100:hover {
  background-color: var(--neutral-100) !important;
}

.hover-bg-neutral-200:hover {
  background-color: var(--neutral-200) !important;
}

.hover-bg-neutral-300:hover {
  background-color: var(--neutral-300) !important;
}

.hover-bg-neutral-400:hover {
  background-color: var(--neutral-400) !important;
}

.hover-bg-neutral-500:hover {
  background-color: var(--neutral-500) !important;
}

.hover-bg-neutral-600:hover {
  background-color: var(--neutral-600) !important;
}

.hover-bg-neutral-700:hover {
  background-color: var(--neutral-700) !important;
}

.hover-bg-neutral-800:hover {
  background-color: var(--neutral-800) !important;
}

.hover-bg-neutral-900:hover {
  background-color: var(--neutral-900) !important;
}

.hover-bg-neutral-950:hover {
  background-color: var(--neutral-950) !important;
}

.bg-crm {
  background-color: #072032 !important;
}

.bg-hover-crm:hover {
  background-color: #072032 !important;
}

.bg-app-landing {
  background-color: hsl(var(--app-landing));
}

.bg-hover-app-landing:hover {
  background-color: hsl(var(--app-landing)) !important;
}

.bg-white-08 {
  background-color: hsl(var(--white) / 0.08);
}

.bg-white-13 {
  background-color: hsl(var(--white) / 0.13);
}

.bg-white-7 {
  background-color: hsl(var(--white) / 0.7);
}

.bg-white-06 {
  background-color: hsl(var(--white) / 0.06);
}

.bg-white-01 {
  background-color: #ffffff0a;
}

.hover-bg-white:hover {
  background-color: hsl(var(--white)) !important;
}

.bg-black {
  background-color: #1c1c1c;
}

.bg-green {
  background-color: #00b67a;
}

.bg-pink {
  background-color: #fd1774;
}

.bg-pink-dark {
  background-color: #f5f5f8;
}

.bg-pink-light {
  background-color: #f97289;
}

.bg-pink-lighter {
  background-color: #feebee; /*#f9728924*/
}

.bg-sky {
  background-color: #41a5fa;
}

.bg-sky-deep {
  background-color: #1b89aa;
}

.bg-dark-deep {
  background-color: #31336b;
}

.bg-purple-light {
  background-color: #f5f5f8;
}

.bg-paste {
  background-color: #3af062;
}

.bg-paste-light {
  background-color: #defce5; /*#3af0622b*/
}

.bg-yellow {
  background-color: hsl(var(--yellow));
}

.bg-purple {
  background-color: hsl(var(--purple));
}

.bg-spring-green {
  background-color: hsl(var(--spring-green));
}

.bg-goldenrod {
  background-color: #d19d3d17;
}

.bg-orange {
  background-color: hsl(var(--orange));
}

.bg-deep-green {
  background-color: #0a8a22;
}

.section-bg-one {
  background-color: #f5f5f8;
}

.section-bg-two {
  background-color: #f3f8f8;
}

.section-bg-three {
  background-color: #ebf3fa;
}

.bg-pink-more-light {
  background-color: #fbf6ee;
}

.bg-pink-more-light-half {
  position: relative;
}

.bg-pink-more-light-half::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 100%;
  height: 40%;
  background-color: #fbf6ee;
  z-index: -1;
}

.bg-neutral-light {
  background-color: #eff1f4;
}

.bg-neutral-light-half {
  position: relative;
}

.bg-neutral-light-half::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 100%;
  height: 40%;
  background-color: #eff1f4;
  z-index: -1;
}

.bg-neutral-light-half.style-two::before {
  background-color: #f3f8f8;
  inset-block-end: auto;
  inset-block-start: 0;
  height: 60%;
}

.bg-gradient-casestudy {
  background: linear-gradient(
    90deg,
    rgba(135, 189, 243, 0.15) 0%,
    rgba(191, 200, 252, 0.15) 51%,
    rgb(148 152 255 / 15%) 100%
  );
}

/* hover bg class end */
.border-main-50 {
  border-color: var(--main-50) !important;
}

.border-main-100 {
  border-color: var(--main-100) !important;
}

.border-main-200 {
  border-color: var(--main-200) !important;
}

.border-main-300 {
  border-color: var(--main-300) !important;
}

.border-main-400 {
  border-color: var(--main-400) !important;
}

.border-main-500 {
  border-color: var(--main-500) !important;
}

.border-main-600 {
  border-color: var(--main-600) !important;
}

.border-main-700 {
  border-color: var(--main-700) !important;
}

.border-main-800 {
  border-color: var(--main-800) !important;
}

.border-main-900 {
  border-color: var(--main-900) !important;
}

.border-main-two-50 {
  border-color: var(--main-two-50) !important;
}

.border-main-two-100 {
  border-color: var(--main-two-100) !important;
}

.border-main-two-200 {
  border-color: var(--main-two-200) !important;
}

.border-main-two-300 {
  border-color: var(--main-two-300) !important;
}

.border-main-two-400 {
  border-color: var(--main-two-400) !important;
}

.border-main-two-500 {
  border-color: var(--main-two-500) !important;
}

.border-main-two-600 {
  border-color: var(--main-two-600) !important;
}

.border-main-two-700 {
  border-color: var(--main-two-700) !important;
}

.border-main-two-800 {
  border-color: var(--main-two-800) !important;
}

.border-main-two-900 {
  border-color: var(--main-two-900) !important;
}

.border-neutral-50 {
  border-color: var(--neutral-50) !important;
}

.border-neutral-100 {
  border-color: var(--neutral-100) !important;
}

.border-neutral-200 {
  border-color: var(--neutral-200) !important;
}

.border-neutral-300 {
  border-color: var(--neutral-300) !important;
}

.border-neutral-400 {
  border-color: var(--neutral-400) !important;
}

.border-neutral-500 {
  border-color: var(--neutral-500) !important;
}

.border-neutral-600 {
  border-color: var(--neutral-600) !important;
}

.border-neutral-700 {
  border-color: var(--neutral-700) !important;
}

.border-neutral-800 {
  border-color: var(--neutral-800) !important;
}

.border-neutral-900 {
  border-color: var(--neutral-900) !important;
}

.border-neutral-950 {
  border-color: var(--neutral-950) !important;
}

.hover-border-main-50:hover {
  border-color: var(--main-50) !important;
}

.hover-border-main-100:hover {
  border-color: var(--main-100) !important;
}

.hover-border-main-200:hover {
  border-color: var(--main-200) !important;
}

.hover-border-main-300:hover {
  border-color: var(--main-300) !important;
}

.hover-border-main-400:hover {
  border-color: var(--main-400) !important;
}

.hover-border-main-500:hover {
  border-color: var(--main-500) !important;
}

.hover-border-main-600:hover {
  border-color: var(--main-600) !important;
}

.hover-border-main-700:hover {
  border-color: var(--main-700) !important;
}

.hover-border-main-800:hover {
  border-color: var(--main-800) !important;
}

.hover-border-main-900:hover {
  border-color: var(--main-900) !important;
}

.hover-border-main-two-50:hover {
  border-color: var(--main-two-50) !important;
}

.hover-border-main-two-100:hover {
  border-color: var(--main-two-100) !important;
}

.hover-border-main-two-200:hover {
  border-color: var(--main-two-200) !important;
}

.hover-border-main-two-300:hover {
  border-color: var(--main-two-300) !important;
}

.hover-border-main-two-400:hover {
  border-color: var(--main-two-400) !important;
}

.hover-border-main-two-500:hover {
  border-color: var(--main-two-500) !important;
}

.hover-border-main-two-600:hover {
  border-color: var(--main-two-600) !important;
}

.hover-border-main-two-700:hover {
  border-color: var(--main-two-700) !important;
}

.hover-border-main-two-800:hover {
  border-color: var(--main-two-800) !important;
}

.hover-border-main-two-900:hover {
  border-color: var(--main-two-900) !important;
}

.hover-border-neutral-50:hover {
  border-color: var(--neutral-50) !important;
}

.hover-border-neutral-100:hover {
  border-color: var(--neutral-100) !important;
}

.hover-border-neutral-200:hover {
  border-color: var(--neutral-200) !important;
}

.hover-border-neutral-300:hover {
  border-color: var(--neutral-300) !important;
}

.hover-border-neutral-400:hover {
  border-color: var(--neutral-400) !important;
}

.hover-border-neutral-500:hover {
  border-color: var(--neutral-500) !important;
}

.hover-border-neutral-600:hover {
  border-color: var(--neutral-600) !important;
}

.hover-border-neutral-700:hover {
  border-color: var(--neutral-700) !important;
}

.hover-border-neutral-800:hover {
  border-color: var(--neutral-800) !important;
}

.hover-border-neutral-900:hover {
  border-color: var(--neutral-900) !important;
}

.hover-border-neutral-950:hover {
  border-color: var(--neutral-950) !important;
}

.hover-border-white:hover {
  border-color: hsl(var(--white)) !important;
}

.focus-border-main-50:focus {
  border-color: var(--main-50) !important;
}

.focus-border-main-100:focus {
  border-color: var(--main-100) !important;
}

.focus-border-main-200:focus {
  border-color: var(--main-200) !important;
}

.focus-border-main-300:focus {
  border-color: var(--main-300) !important;
}

.focus-border-main-400:focus {
  border-color: var(--main-400) !important;
}

.focus-border-main-500:focus {
  border-color: var(--main-500) !important;
}

.focus-border-main-600:focus {
  border-color: var(--main-600) !important;
}

.focus-border-main-700:focus {
  border-color: var(--main-700) !important;
}

.focus-border-main-800:focus {
  border-color: var(--main-800) !important;
}

.focus-border-main-900:focus {
  border-color: var(--main-900) !important;
}

.focus-border-main-two-50:focus {
  border-color: var(--main-two-50) !important;
}

.focus-border-main-two-100:focus {
  border-color: var(--main-two-100) !important;
}

.focus-border-main-two-200:focus {
  border-color: var(--main-two-200) !important;
}

.focus-border-main-two-300:focus {
  border-color: var(--main-two-300) !important;
}

.focus-border-main-two-400:focus {
  border-color: var(--main-two-400) !important;
}

.focus-border-main-two-500:focus {
  border-color: var(--main-two-500) !important;
}

.focus-border-main-two-600:focus {
  border-color: var(--main-two-600) !important;
}

.focus-border-main-two-700:focus {
  border-color: var(--main-two-700) !important;
}

.focus-border-main-two-800:focus {
  border-color: var(--main-two-800) !important;
}

.focus-border-main-two-900:focus {
  border-color: var(--main-two-900) !important;
}

.focus-border-neutral-50:focus {
  border-color: var(--neutral-50) !important;
}

.focus-border-neutral-100:focus {
  border-color: var(--neutral-100) !important;
}

.focus-border-neutral-200:focus {
  border-color: var(--neutral-200) !important;
}

.focus-border-neutral-300:focus {
  border-color: var(--neutral-300) !important;
}

.focus-border-neutral-400:focus {
  border-color: var(--neutral-400) !important;
}

.focus-border-neutral-500:focus {
  border-color: var(--neutral-500) !important;
}

.focus-border-neutral-600:focus {
  border-color: var(--neutral-600) !important;
}

.focus-border-neutral-700:focus {
  border-color: var(--neutral-700) !important;
}

.focus-border-neutral-800:focus {
  border-color: var(--neutral-800) !important;
}

.focus-border-neutral-900:focus {
  border-color: var(--neutral-900) !important;
}

.focus-border-neutral-950:focus {
  border-color: var(--neutral-950) !important;
}

.tw-border-dashed {
  border-style: dashed !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-white-01 {
  border-color: hsl(var(--white) / 0.12) !important;
}

.border-white-02 {
  border-color: hsl(var(--white) / 0.2) !important;
}

.border-spring-green {
  border-color: hsl(var(--spring-green)) !important;
}

.border-app-landing {
  border-color: hsl(var(--app-landing)) !important;
}

.border-blue {
  border-color: var(--blue-color) !important;
}

.border-dashed {
  border-style: dashed !important;
}

/* Colors class start */
.text-main-50 {
  color: var(--main-50) !important;
}

.text-main-100 {
  color: var(--main-100) !important;
}

.text-main-200 {
  color: var(--main-200) !important;
}

.text-main-300 {
  color: var(--main-300) !important;
}

.text-main-400 {
  color: var(--main-400) !important;
}

.text-main-500 {
  color: var(--main-500) !important;
}

.text-main-600 {
  color: var(--main-600) !important;
}

.text-main-700 {
  color: var(--main-700) !important;
}

.text-main-800 {
  color: var(--main-800) !important;
}

.text-main-900 {
  color: var(--main-900) !important;
}

.text-main-two-50 {
  color: var(--main-two-50) !important;
}

.text-main-two-100 {
  color: var(--main-two-100) !important;
}

.text-main-two-200 {
  color: var(--main-two-200) !important;
}

.text-main-two-300 {
  color: var(--main-two-300) !important;
}

.text-main-two-400 {
  color: var(--main-two-400) !important;
}

.text-main-two-500 {
  color: var(--main-two-500) !important;
}

.text-main-two-600 {
  color: var(--main-two-600) !important;
}

.text-main-two-700 {
  color: var(--main-two-700) !important;
}

.text-main-two-800 {
  color: var(--main-two-800) !important;
}

.text-main-two-900 {
  color: var(--main-two-900) !important;
}

.text-neutral-50 {
  color: var(--neutral-50) !important;
}

.text-neutral-100 {
  color: var(--neutral-100) !important;
}

.text-neutral-200 {
  color: var(--neutral-200) !important;
}

.text-neutral-300 {
  color: var(--neutral-300) !important;
}

.text-neutral-400 {
  color: var(--neutral-400) !important;
}

.text-neutral-500 {
  color: var(--neutral-500) !important;
}

.text-neutral-600 {
  color: var(--neutral-600) !important;
}

.text-neutral-700 {
  color: var(--neutral-700) !important;
}

.text-neutral-800 {
  color: var(--neutral-800) !important;
}

.text-neutral-900 {
  color: var(--neutral-900) !important;
}

.text-neutral-950 {
  color: var(--neutral-950) !important;
}

.text--white {
  color: hsl(var(--white));
}

.text-heading {
  color: var(--main-two-600);
}

.text-body {
  color: var(--neutral-500);
}

.text-main {
  color: var(--main-600);
}

.text-green {
  color: #00b67a;
}

.text-pink {
  color: #fd1774;
}

.text-sky {
  color: #41a5fa;
}

.text-sky-deep {
  color: #1b89aa;
}

.text-dark-deep {
  color: #31336b;
}

.text-purple {
  color: #606df1;
}

.text-paste {
  background-color: #3af062;
}

.text-yellow {
  color: hsl(var(--yellow)) !important;
}

.text-spring-green {
  color: hsl(var(--spring-green)) !important;
}

.text-orange {
  color: hsl(var(--orange)) !important;
}

.text-blue {
  color: var(--blue-color) !important;
}

.product-bg-1 {
  background-color: #c4c4c4;
}

.product-bg-2 {
  background-color: #0b5fb5;
}

.product-bg-3 {
  background-color: #00a651;
}

.product-bg-4 {
  background-color: #fee496;
}

.product-bg-5 {
  background-color: #bc25bf;
}

.text-gradient-teal {
  background: linear-gradient(270deg, #06766e 0%, #20ba8b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-stroke-yellow {
  -webkit-text-fill-color: hsl(var(--yellow)) !important;
}

/* Colors class End */
/* Hover color class start */
.hover-text-main-50:hover {
  color: var(--main-50) !important;
}

.hover-text-main-100:hover {
  color: var(--main-100) !important;
}

.hover-text-main-200:hover {
  color: var(--main-200) !important;
}

.hover-text-main-300:hover {
  color: var(--main-300) !important;
}

.hover-text-main-400:hover {
  color: var(--main-400) !important;
}

.hover-text-main-500:hover {
  color: var(--main-500) !important;
}

.hover-text-main-600:hover {
  color: var(--main-600) !important;
}

.hover-text-main-700:hover {
  color: var(--main-700) !important;
}

.hover-text-main-800:hover {
  color: var(--main-800) !important;
}

.hover-text-main-900:hover {
  color: var(--main-900) !important;
}

.hover-text-main-two-50:hover {
  color: var(--main-two-50) !important;
}

.hover-text-main-two-100:hover {
  color: var(--main-two-100) !important;
}

.hover-text-main-two-200:hover {
  color: var(--main-two-200) !important;
}

.hover-text-main-two-300:hover {
  color: var(--main-two-300) !important;
}

.hover-text-main-two-400:hover {
  color: var(--main-two-400) !important;
}

.hover-text-main-two-500:hover {
  color: var(--main-two-500) !important;
}

.hover-text-main-two-600:hover {
  color: var(--main-two-600) !important;
}

.hover-text-main-two-700:hover {
  color: var(--main-two-700) !important;
}

.hover-text-main-two-800:hover {
  color: var(--main-two-800) !important;
}

.hover-text-main-two-900:hover {
  color: var(--main-two-900) !important;
}

.hover-text-neutral-50:hover {
  color: var(--neutral-50) !important;
}

.hover-text-neutral-100:hover {
  color: var(--neutral-100) !important;
}

.hover-text-neutral-200:hover {
  color: var(--neutral-200) !important;
}

.hover-text-neutral-300:hover {
  color: var(--neutral-300) !important;
}

.hover-text-neutral-400:hover {
  color: var(--neutral-400) !important;
}

.hover-text-neutral-500:hover {
  color: var(--neutral-500) !important;
}

.hover-text-neutral-600:hover {
  color: var(--neutral-600) !important;
}

.hover-text-neutral-700:hover {
  color: var(--neutral-700) !important;
}

.hover-text-neutral-800:hover {
  color: var(--neutral-800) !important;
}

.hover-text-neutral-900:hover {
  color: var(--neutral-900) !important;
}

.hover-text-neutral-950:hover {
  color: var(--neutral-950) !important;
}

/* Text Color */
.hover-text-white:hover {
  color: #fff !important;
}

.hover-text-heading:hover {
  color: hsl(var(--heading-color)) !important;
}

.hover-text-body:hover {
  color: hsl(var(--body-color)) !important;
}

.hover-text-yellow:hover {
  color: hsl(var(--yellow)) !important;
}

.hover-text-spring-green:hover {
  color: hsl(var(--spring-green)) !important;
}

/* Hover color class end */
.cursor-pointer {
  cursor: pointer;
}

.cursor-grab {
  cursor: grab;
}

.focus-outline-0:focus-visible,
.focus-outline-0:focus {
  outline: 0 !important;
}

/* ================================= Classes Css Start =========================== */
@media screen and (min-width: 425px) and (max-width: 575px) {
  .col-xs-6 {
    width: 50%;
  }
}
.container {
  max-width: 1225px;
}
@media (min-width: 1460px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute;
  }
}

@media (max-width: 991px) {
  .overflow-x-max-lg-auto {
    overflow-x: auto;
  }
}

.transition-timing-linear {
  transition-timing-function: linear;
}

.opacity-05 {
  opacity: 0.05;
}

.opacity-1 {
  opacity: 0.1;
}

.g-32-px,
.gy-32-px {
  --bs-gutter-y: 32px;
}

.g-32-px,
.gx-32-px {
  --bs-gutter-x: 32px;
}

/* ================================= Classes Css End =========================== */
/* Font Size Class Start */
.text-inherit {
  font-size: inherit;
}

.text-30-px {
  font-size: clamp(1rem, 0.5569rem + 1.444vw, 1.875rem);
}

.text-44-px {
  font-size: clamp(1.5rem, 0.5569rem + 1.444vw, 2.75rem) !important;
}

.text-56-px {
  font-size: clamp(1.5rem, -0.9342rem + 5.0713vw, 3.5rem) !important;
}

.tw-text-xs {
  font-size: 0.75rem;
}

.tw-text-sm {
  font-size: 0.875rem;
}

.tw-text-base {
  font-size: 1rem;
}

.tw-text-lg {
  font-size: 1.125rem;
}

.tw-text-xl {
  font-size: 1.25rem;
}

.tw-text-2xl {
  font-size: 1.5rem;
}

.tw-text-3xl {
  font-size: 1.875rem;
}

/* Font Size Class End */
.tw-text-05 {
  font-size: 0.125rem;
}

.tw-text-1 {
  font-size: 0.25rem;
}

.tw-text-105 {
  font-size: 0.375rem;
}

.tw-text-2 {
  font-size: 0.5rem;
}

.tw-text-205 {
  font-size: 0.625rem;
}

.tw-text-3 {
  font-size: 0.75rem;
}

.tw-text-305 {
  font-size: 0.875rem;
}

.tw-text-4 {
  font-size: 1rem;
}

.tw-text-405 {
  font-size: 1.125rem;
}

.tw-text-5 {
  font-size: 1.25rem;
}

.tw-text-505 {
  font-size: 1.375rem;
}

.tw-text-6 {
  font-size: 1.5rem;
}

.tw-text-605 {
  font-size: 1.625rem;
}

.tw-text-7 {
  font-size: 1.75rem;
}

.tw-text-705 {
  font-size: 1.875rem;
}

.tw-text-8 {
  font-size: 2rem;
}

.tw-text-9 {
  font-size: 2.25rem;
}

.tw-text-10 {
  font-size: 2.5rem;
}

.tw-text-11 {
  font-size: 2.75rem;
}

.tw-text-12 {
  font-size: 3rem;
}

.tw-text-13 {
  font-size: 3.25rem;
}

.tw-text-14 {
  font-size: 3.5rem;
}

.tw-text-15 {
  font-size: 3.75rem;
}

.tw-text-16 {
  font-size: 4rem;
}

.tw-text-17 {
  font-size: 4.25rem;
}
.tw-text-hero-title {
  font-size: 50px;
}
.tw-text-title {
  font-size: 50px;
  font-weight: 600;
}
/* Font Size Class End */
.font-heading {
  font-family: var(--heading-font);
}

.font-body {
  font-family: var(--body-font) !important;
}

/* Height Css Class Start */
.tw-h-05 {
  height: 0.125rem;
}

.tw-h-1 {
  height: 0.25rem;
}

.tw-h-105 {
  height: 0.375rem;
}

.tw-h-2 {
  height: 0.5rem;
}

.tw-h-205 {
  height: 0.625rem;
}

.tw-h-3 {
  height: 0.75rem;
}

.tw-h-305 {
  height: 0.875rem;
}

.tw-h-4 {
  height: 1rem;
}

.tw-h-405 {
  height: 1.125rem;
}

.tw-h-5 {
  height: 1.25rem;
}

.tw-h-505 {
  height: 1.375rem;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-605 {
  height: 1.625rem;
}

.tw-h-7 {
  height: 1.75rem;
}

.tw-h-705 {
  height: 1.875rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-9 {
  height: 2.25rem;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-11 {
  height: 2.75rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-13 {
  height: 3.25rem;
}

.tw-h-14 {
  height: 3.5rem;
}

.tw-h-15 {
  height: 3.75rem;
}

.tw-h-16 {
  height: 4rem;
}

.tw-h-17 {
  height: 4.25rem;
}

.tw-h-px {
  height: 1px;
}

.tw-h-75-px {
  height: 75px;
}

.tw-h-84-px {
  height: 84px;
}

.tw-h-92-px {
  height: 92px;
}

.tw-h-114-px {
  height: 114px;
}

.tw-h-150-px {
  height: 150px;
}

.tw-h-135-px {
  height: 135px;
}

.tw-h-108-px {
  height: 108px;
}

.tw-h-180-px {
  height: 180px;
}

.tw-h-260-px {
  height: 260px;
}

.tw-h-280-px {
  height: 280px;
}

.tw-h-300-px {
  height: 300px;
}

.tw-h-424-px {
  height: 424px;
}

.tw-h-screen {
  height: 100vh;
}
.tw-min-h-150-px {
  min-height: 150px !important;
}
.tw-min-h-184-px {
  min-height: 184px;
}

.tw-min-h-210-px {
  min-height: 210px !important;
}

.tw-min-h-400-px {
  min-height: 400px;
}

.tw-min-h-144-px {
  min-height: 144px;
}

.tw-min-h-290-px {
  min-height: 290px;
}

/* Height Css Class End */
/* Gap Css start */
.tw-gap-05 {
  gap: var(--size-05);
}

.tw-gap-1 {
  gap: var(--size-1);
}

.tw-gap-105 {
  gap: var(--size-105);
}

.tw-gap-2 {
  gap: var(--size-2);
}

.tw-gap-205 {
  gap: var(--size-205);
}

.tw-gap-3 {
  gap: var(--size-3);
}

.tw-gap-305 {
  gap: var(--size-305);
}

.tw-gap-4 {
  gap: var(--size-4);
}

.tw-gap-405 {
  gap: var(--size-405);
}

.tw-gap-5 {
  gap: var(--size-5);
}

.tw-gap-505 {
  gap: var(--size-505);
}

.tw-gap-6 {
  gap: var(--size-6);
}

.tw-gap-605 {
  gap: var(--size-605);
}

.tw-gap-7 {
  gap: var(--size-7);
}

.tw-gap-705 {
  gap: var(--size-705);
}

.tw-gap-8 {
  gap: var(--size-8);
}

.tw-gap-9 {
  gap: var(--size-9);
}

.tw-gap-10 {
  gap: var(--size-10);
}

.tw-gap-11 {
  gap: var(--size-11);
}

.tw-gap-12 {
  gap: var(--size-12);
}

.tw-gap-13 {
  gap: var(--size-13);
}

.tw-gap-14 {
  gap: var(--size-14);
}

.tw-gap-15 {
  gap: var(--size-15);
}

.tw-gap-16 {
  gap: var(--size-16);
}

.tw-gap-17 {
  gap: var(--size-17);
}

.tw-gap-26-px {
  gap: clamp(1rem, 0.0938rem + 4.5vw, 1.625rem);
}

.tw-gap-48-px {
  gap: clamp(1.5rem, -4.48rem + 7.98vw, 3rem);
}

.tw-gap-56-px {
  gap: clamp(1.5rem, -4.48rem + 7.98vw, 3.5rem);
}

.tw-gap-42-px {
  gap: clamp(1.5rem, 0.0938rem + 4.5vw, 2.625rem);
}

.tw-gap-74-px {
  gap: clamp(1.5rem, -24.8393rem + 28.0952vw, 4.625rem);
}

.tw-gap-100-px {
  gap: clamp(1.5rem, -24.8393rem + 28.0952vw, 6.25rem);
}

.tw-gap-126-px {
  gap: clamp(1.5rem, -24.8393rem + 28.0952vw, 7.875rem);
}

.tw-gap-148-px {
  gap: clamp(2rem, -24.8393rem + 28.0952vw, 9.25rem);
}

/* Gap Css end */
/* ======================== Group Css Start =============================== */
.group:hover .group-hover-text-white {
  color: hsl(var(--white)) !important;
}

.group:hover .group-hover-text-main-600 {
  color: var(--main-600) !important;
}

.group:hover .group-hover-text-main-two-600 {
  color: var(--main-two-600) !important;
}

.group:hover .group-hover-text-yellow {
  color: hsl(var(--yellow)) !important;
}

.group:hover .group-hover-text-heading {
  color: var(--heading-color) !important;
}

.group:hover .group-hover-bg-white {
  background-color: hsl(var(--white)) !important;
  background: hsl(var(--white)) !important;
}

.group:hover .group-hover-bg-main-600 {
  background-color: var(--main-600) !important;
}

.group:hover .group-hover-bg-main-two-600 {
  background-color: var(--main-two-600) !important;
}

.group-hover-text-transition {
  transition: inherit;
}

.tw-invisible {
  visibility: hidden;
}

.group-item:hover .group-hover-item-visible {
  visibility: visible;
}

.group-item:hover .group-hover-item-opacity-1 {
  opacity: 1 !important;
}

.group-item:hover .group-hover-item-mt-0 {
  margin-top: 0;
}

.group-item:hover .group-hover-item-scale-12 {
  transform: scale(1.2);
}

.group-item:hover .group-hover-item-scale-1 {
  transform: scale(1);
}

.group-item:hover .group-hover-item-translate-x-0 {
  transform: translateX(0);
}

.group-item:hover .group-hover-item-d-block {
  display: block !important;
}

.group-item:hover .group-hover-item-d-none {
  display: none !important;
}

.group-item:hover .group-hover-item-text-invert {
  filter: brightness(0) invert(1);
}

/* ======================== Group Css End =============================== */
/* Inset class start */
.tw-start-0 {
  inset-inline-start: 0;
}

.tw-start-50 {
  inset-inline-start: 50%;
}

.tw-start-45 {
  inset-inline-start: 45%;
}

.tw-start-100 {
  inset-inline-start: 100%;
}

.tw-start-auto {
  inset-inline-start: auto;
}

.tw-end-0 {
  inset-inline-end: 0;
}

.tw-end-100 {
  inset-inline-end: 100%;
}

.tw-end-auto {
  inset-inline-end: auto;
}

/* Inset class End */
/* Line Clamp start */
.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

/* Line Clamp End */
/* ================================= Margin Css Start =========================== */
.tw-m-05 {
  margin: var(--size-05);
}

.tw-m-1 {
  margin: var(--size-1);
}

.tw-m-105 {
  margin: var(--size-105);
}

.tw-m-2 {
  margin: var(--size-2);
}

.tw-m-205 {
  margin: var(--size-205);
}

.tw-m-3 {
  margin: var(--size-3);
}

.tw-m-305 {
  margin: var(--size-305);
}

.tw-m-4 {
  margin: var(--size-4);
}

.tw-m-405 {
  margin: var(--size-405);
}

.tw-m-5 {
  margin: var(--size-5);
}

.tw-m-505 {
  margin: var(--size-505);
}

.tw-m-6 {
  margin: var(--size-6);
}

.tw-m-605 {
  margin: var(--size-605);
}

.tw-m-7 {
  margin: var(--size-7);
}

.tw-m-705 {
  margin: var(--size-705);
}

.tw-m-8 {
  margin: var(--size-8);
}

.tw-m-9 {
  margin: var(--size-9);
}

.tw-m-10 {
  margin: var(--size-10);
}

.tw-m-11 {
  margin: var(--size-11);
}

.tw-m-12 {
  margin: var(--size-12);
}

.tw-m-13 {
  margin: var(--size-13);
}

.tw-m-14 {
  margin: var(--size-14);
}

.tw-m-15 {
  margin: var(--size-15);
}

.tw-m-16 {
  margin: var(--size-16);
}

.tw-m-17 {
  margin: var(--size-17);
}

.tw-mx-05 {
  margin-inline: var(--size-05);
}

.tw-mx-1 {
  margin-inline: var(--size-1);
}

.tw-mx-105 {
  margin-inline: var(--size-105);
}

.tw-mx-2 {
  margin-inline: var(--size-2);
}

.tw-mx-205 {
  margin-inline: var(--size-205);
}

.tw-mx-3 {
  margin-inline: var(--size-3);
}

.tw-mx-305 {
  margin-inline: var(--size-305);
}

.tw-mx-4 {
  margin-inline: var(--size-4);
}

.tw-mx-405 {
  margin-inline: var(--size-405);
}

.tw-mx-5 {
  margin-inline: var(--size-5);
}

.tw-mx-505 {
  margin-inline: var(--size-505);
}

.tw-mx-6 {
  margin-inline: var(--size-6);
}

.tw-mx-605 {
  margin-inline: var(--size-605);
}

.tw-mx-7 {
  margin-inline: var(--size-7);
}

.tw-mx-705 {
  margin-inline: var(--size-705);
}

.tw-mx-8 {
  margin-inline: var(--size-8);
}

.tw-mx-9 {
  margin-inline: var(--size-9);
}

.tw-mx-10 {
  margin-inline: var(--size-10);
}

.tw-mx-11 {
  margin-inline: var(--size-11);
}

.tw-mx-12 {
  margin-inline: var(--size-12);
}

.tw-mx-13 {
  margin-inline: var(--size-13);
}

.tw-mx-14 {
  margin-inline: var(--size-14);
}

.tw-mx-15 {
  margin-inline: var(--size-15);
}

.tw-mx-16 {
  margin-inline: var(--size-16);
}

.tw-mx-17 {
  margin-inline: var(--size-17);
}

.tw-my-05 {
  margin-block: var(--size-05);
}

.tw-my-1 {
  margin-block: var(--size-1);
}

.tw-my-105 {
  margin-block: var(--size-105);
}

.tw-my-2 {
  margin-block: var(--size-2);
}

.tw-my-205 {
  margin-block: var(--size-205);
}

.tw-my-3 {
  margin-block: var(--size-3);
}

.tw-my-305 {
  margin-block: var(--size-305);
}

.tw-my-4 {
  margin-block: var(--size-4);
}

.tw-my-405 {
  margin-block: var(--size-405);
}

.tw-my-5 {
  margin-block: var(--size-5);
}

.tw-my-505 {
  margin-block: var(--size-505);
}

.tw-my-6 {
  margin-block: var(--size-6);
}

.tw-my-605 {
  margin-block: var(--size-605);
}

.tw-my-7 {
  margin-block: var(--size-7);
}

.tw-my-705 {
  margin-block: var(--size-705);
}

.tw-my-8 {
  margin-block: var(--size-8);
}

.tw-my-9 {
  margin-block: var(--size-9);
}

.tw-my-10 {
  margin-block: var(--size-10);
}

.tw-my-11 {
  margin-block: var(--size-11);
}

.tw-my-12 {
  margin-block: var(--size-12);
}

.tw-my-13 {
  margin-block: var(--size-13);
}

.tw-my-14 {
  margin-block: var(--size-14);
}

.tw-my-15 {
  margin-block: var(--size-15);
}

.tw-my-16 {
  margin-block: var(--size-16);
}

.tw-my-17 {
  margin-block: var(--size-17);
}

.tw-ms-05 {
  margin-inline-start: var(--size-05);
}

.tw-ms-1 {
  margin-inline-start: var(--size-1);
}

.tw-ms-105 {
  margin-inline-start: var(--size-105);
}

.tw-ms-2 {
  margin-inline-start: var(--size-2);
}

.tw-ms-205 {
  margin-inline-start: var(--size-205);
}

.tw-ms-3 {
  margin-inline-start: var(--size-3);
}

.tw-ms-305 {
  margin-inline-start: var(--size-305);
}

.tw-ms-4 {
  margin-inline-start: var(--size-4);
}

.tw-ms-405 {
  margin-inline-start: var(--size-405);
}

.tw-ms-5 {
  margin-inline-start: var(--size-5);
}

.tw-ms-505 {
  margin-inline-start: var(--size-505);
}

.tw-ms-6 {
  margin-inline-start: var(--size-6);
}

.tw-ms-605 {
  margin-inline-start: var(--size-605);
}

.tw-ms-7 {
  margin-inline-start: var(--size-7);
}

.tw-ms-705 {
  margin-inline-start: var(--size-705);
}

.tw-ms-8 {
  margin-inline-start: var(--size-8);
}

.tw-ms-9 {
  margin-inline-start: var(--size-9);
}

.tw-ms-10 {
  margin-inline-start: var(--size-10);
}

.tw-ms-11 {
  margin-inline-start: var(--size-11);
}

.tw-ms-12 {
  margin-inline-start: var(--size-12);
}

.tw-ms-13 {
  margin-inline-start: var(--size-13);
}

.tw-ms-14 {
  margin-inline-start: var(--size-14);
}

.tw-ms-15 {
  margin-inline-start: var(--size-15);
}

.tw-ms-16 {
  margin-inline-start: var(--size-16);
}

.tw-ms-17 {
  margin-inline-start: var(--size-17);
}

.tw-me-05 {
  margin-inline-end: var(--size-05);
}

.tw-me-1 {
  margin-inline-end: var(--size-1);
}

.tw-me-105 {
  margin-inline-end: var(--size-105);
}

.tw-me-2 {
  margin-inline-end: var(--size-2);
}

.tw-me-205 {
  margin-inline-end: var(--size-205);
}

.tw-me-3 {
  margin-inline-end: var(--size-3);
}

.tw-me-305 {
  margin-inline-end: var(--size-305);
}

.tw-me-4 {
  margin-inline-end: var(--size-4);
}

.tw-me-405 {
  margin-inline-end: var(--size-405);
}

.tw-me-5 {
  margin-inline-end: var(--size-5);
}

.tw-me-505 {
  margin-inline-end: var(--size-505);
}

.tw-me-6 {
  margin-inline-end: var(--size-6);
}

.tw-me-605 {
  margin-inline-end: var(--size-605);
}

.tw-me-7 {
  margin-inline-end: var(--size-7);
}

.tw-me-705 {
  margin-inline-end: var(--size-705);
}

.tw-me-8 {
  margin-inline-end: var(--size-8);
}

.tw-me-9 {
  margin-inline-end: var(--size-9);
}

.tw-me-10 {
  margin-inline-end: var(--size-10);
}

.tw-me-11 {
  margin-inline-end: var(--size-11);
}

.tw-me-12 {
  margin-inline-end: var(--size-12);
}

.tw-me-13 {
  margin-inline-end: var(--size-13);
}

.tw-me-14 {
  margin-inline-end: var(--size-14);
}

.tw-me-15 {
  margin-inline-end: var(--size-15);
}

.tw-me-16 {
  margin-inline-end: var(--size-16);
}

.tw-me-17 {
  margin-inline-end: var(--size-17);
}

.tw-mt-05 {
  margin-block-start: var(--size-05);
}

.tw-mt-1 {
  margin-block-start: var(--size-1);
}

.tw-mt-105 {
  margin-block-start: var(--size-105);
}

.tw-mt-2 {
  margin-block-start: var(--size-2);
}

.tw-mt-205 {
  margin-block-start: var(--size-205);
}

.tw-mt-3 {
  margin-block-start: var(--size-3);
}

.tw-mt-305 {
  margin-block-start: var(--size-305);
}

.tw-mt-4 {
  margin-block-start: var(--size-4);
}

.tw-mt-405 {
  margin-block-start: var(--size-405);
}

.tw-mt-5 {
  margin-block-start: var(--size-5);
}

.tw-mt-505 {
  margin-block-start: var(--size-505);
}

.tw-mt-6 {
  margin-block-start: var(--size-6);
}

.tw-mt-605 {
  margin-block-start: var(--size-605);
}

.tw-mt-7 {
  margin-block-start: var(--size-7);
}

.tw-mt-705 {
  margin-block-start: var(--size-705);
}

.tw-mt-8 {
  margin-block-start: var(--size-8);
}

.tw-mt-9 {
  margin-block-start: var(--size-9);
}

.tw-mt-10 {
  margin-block-start: var(--size-10);
}

.tw-mt-11 {
  margin-block-start: var(--size-11);
}

.tw-mt-12 {
  margin-block-start: var(--size-12);
}

.tw-mt-13 {
  margin-block-start: var(--size-13);
}

.tw-mt-14 {
  margin-block-start: var(--size-14);
}

.tw-mt-15 {
  margin-block-start: var(--size-15);
}

.tw-mt-16 {
  margin-block-start: var(--size-16);
}

.tw-mt-17 {
  margin-block-start: var(--size-17);
}

.tw-mb-05 {
  margin-block-end: var(--size-05);
}

.tw-mb-1 {
  margin-block-end: var(--size-1);
}

.tw-mb-105 {
  margin-block-end: var(--size-105);
}

.tw-mb-2 {
  margin-block-end: var(--size-2);
}

.tw-mb-205 {
  margin-block-end: var(--size-205);
}

.tw-mb-3 {
  margin-block-end: var(--size-3);
}

.tw-mb-305 {
  margin-block-end: var(--size-305);
}

.tw-mb-4 {
  margin-block-end: var(--size-4);
}

.tw-mb-405 {
  margin-block-end: var(--size-405);
}

.tw-mb-5 {
  margin-block-end: var(--size-5);
}

.tw-mb-505 {
  margin-block-end: var(--size-505);
}

.tw-mb-6 {
  margin-block-end: var(--size-6);
}

.tw-mb-605 {
  margin-block-end: var(--size-605);
}

.tw-mb-7 {
  margin-block-end: var(--size-7);
}

.tw-mb-705 {
  margin-block-end: var(--size-705);
}

.tw-mb-8 {
  margin-block-end: var(--size-8);
}

.tw-mb-9 {
  margin-block-end: var(--size-9);
}

.tw-mb-10 {
  margin-block-end: var(--size-10);
}

.tw-mb-11 {
  margin-block-end: var(--size-11);
}

.tw-mb-12 {
  margin-block-end: var(--size-12);
}

.tw-mb-13 {
  margin-block-end: var(--size-13);
}

.tw-mb-14 {
  margin-block-end: var(--size-14);
}

.tw-mb-15 {
  margin-block-end: var(--size-15);
}

.tw-mb-16 {
  margin-block-end: var(--size-16);
}

.tw-mb-17 {
  margin-block-end: var(--size-17);
}

.tw-ms-auto {
  margin-inline-start: auto;
}

.tw-me-auto {
  margin-inline-end: auto;
}

.tw-ms-128-px {
  margin-inline-start: 128px;
}

.tw-ms-148-px {
  margin-inline-start: 148px;
}

.tw-ms-80-px {
  margin-inline-start: 80px;
}

.tw-mt-70-px {
  margin-block-start: 70px;
}

.tw-mt-80-px {
  margin-block-start: 80px;
}

.tw-mt-105-px {
  margin-block-start: 105px;
}

.tw-mt-132-px {
  margin-block-start: clamp(3rem, -2.7414rem + 10.8731vw, 8.125rem);
}

.tw-mt-160-px {
  margin-block-start: 160px;
}

.tw-mt-194-px {
  margin-block-start: 194px;
}

.tw-mx-48-px {
  margin-inline: clamp(1rem, -2.7414rem + 5.8731vw, 3rem);
}

.tw-me-84-px {
  margin-inline-end: 84px;
}

.tw-me-90-px {
  margin-inline-end: 90px;
}

.tw-me-12-percent {
  margin-inline-end: 12%;
}

.tw-mb-148-px {
  margin-block-end: 148px;
}

.tw-mb-80-px {
  margin-block-end: 80px;
}

.tw--m-24-px {
  margin: -24px;
}

.tw--ms-10-px {
  margin-inline-start: -10px;
}

.tw--ms-24-px {
  margin-inline-start: -24px;
}

.tw--ms-76-px {
  margin-inline-start: -76px;
}

@media (min-width: 992px) {
  .tw--ms-110-px {
    margin-inline-start: -110px;
  }
}

.tw--me-8-px {
  margin-inline-end: -8px;
}

.tw--me-12-px {
  margin-inline-end: -12px;
}

.tw--me-32-px {
  margin-inline-end: -32px;
}

.tw--me-48-px {
  margin-inline-end: -48px;
}

.tw--me-74-px {
  margin-inline-end: -70px;
}

.tw--mt-8-px {
  margin-block-start: -8px;
}

.tw--mt-12-px {
  margin-block-start: -12px;
}

.tw--mt-28-px {
  margin-block-start: -28px;
}

.tw--mt-170-px {
  margin-block-start: -170px;
}

.tw--mt-130-px {
  margin-block-start: -130px;
}

.tw--mb-40-px {
  margin-block-end: -40px;
}

.my-120 {
  margin-block-start: 60px;
  margin-block-end: 60px;
}

@media (min-width: 576px) {
  .my-120 {
    margin-block-start: 80px;
    margin-block-end: 80px;
  }
}

@media (min-width: 992px) {
  .my-120 {
    margin-block-start: 120px;
    margin-block-end: 120px;
  }
}

.mt-120 {
  margin-block-start: 60px;
}

@media (min-width: 576px) {
  .mt-120 {
    margin-block-start: 80px;
  }
}

@media (min-width: 992px) {
  .mt-120 {
    margin-block-start: 120px;
  }
}

.mb-120 {
  margin-block-end: 60px;
}

@media (min-width: 576px) {
  .mb-120 {
    margin-block-end: 80px;
  }
}

@media (min-width: 992px) {
  .mb-120 {
    margin-block-end: 120px;
  }
}

.mt-60 {
  margin-block-start: 30px;
}

@media (min-width: 576px) {
  .mt-60 {
    margin-block-start: 40px;
  }
}

@media (min-width: 992px) {
  .mt-60 {
    margin-block-start: 60px;
  }
}

.mb-60 {
  margin-block-end: 30px;
}

@media (min-width: 576px) {
  .mb-60 {
    margin-block-end: 40px;
  }
}

@media (min-width: 992px) {
  .mb-60 {
    margin-block-end: 60px;
  }
}
/* ================================= Margin Css End =========================== */
/* Max Height Css Class Start */
.tw-max-h-screen {
  height: 100vh;
}

.tw-max-h-260-px {
  max-height: 260px;
}

.tw-max-h-295-px {
  max-height: 295px;
}

.tw-max-h-397-px {
  max-height: 397px;
}

.tw-max-h-410-px {
  max-height: 410px;
}

.tw-max-h-588-px {
  max-height: 588px;
}

@media (max-width: 575px) {
  .tw-max-h-588-px {
    max-height: 488px;
  }
}

@media (max-width: 424px) {
  .tw-max-h-588-px {
    max-height: 388px;
  }
}

@media (max-width: 380px) {
  .tw-max-h-588-px {
    max-height: 300px;
  }
}
/* Max Height Css Class End */
/* Max width Css Class Start */
.max-w-1030-px {
  max-width: 1030px;
}
.max-w-1140-px {
  max-width: 1140px;
}

.max-w-1290-px {
  max-width: 1290px;
}

.max-w-1400-px {
  max-width: 1400px;
}

.max-w-1440-px {
  max-width: 1440px;
}

.max-w-1524-px {
  max-width: 1524px;
}

.max-w-1552-px {
  max-width: 1552px;
}

.max-w-1570-px {
  max-width: 1570px;
}

.max-w-1800-px {
  max-width: 1800px;
}

.max-w-1820-px {
  max-width: 1820px;
}

.max-w-118-px {
  max-width: 118px;
}

.max-w-144-px {
  max-width: 144px;
}

.max-w-74-px {
  max-width: 74px;
}
.max-w-50-px {
  max-width: 50px;
}
.max-w-40-px {
  max-width: 40px;
}
.max-w-85-px {
  max-width: 85px;
}

.max-w-150-px {
  max-width: 150px;
}

.max-w-154-px {
  max-width: 154px;
}

.max-w-172-px {
  max-width: 172px;
}

.max-w-194-px {
  max-width: 194px;
}

.max-w-420-px {
  max-width: 420px;
}

.max-w-444-px {
  max-width: 444px;
}

.max-w-548-px {
  max-width: 548px;
}

.max-w-724-px {
  max-width: 724px;
}

.max-w-200-px {
  max-width: 200px;
}

.max-w-218-px {
  max-width: 218px;
}

.max-w-228-px {
  max-width: 228px;
}

.max-w-250-px {
  max-width: 250px;
}

.max-w-278-px {
  max-width: 278px;
}

@media (min-width: 991px) {
  .max-w-288-px {
    max-width: 288px;
  }
}

@media (min-width: 991px) {
  .max-w-388-px {
    max-width: 388px;
  }
}

@media (min-width: 992px) {
  .max-w-330-px {
    max-width: 330px;
  }
}

.max-w-350-px {
  max-width: 350px;
}

.max-w-295-px {
  max-width: 295px;
}

.max-w-400-px {
  max-width: 400px;
}

.max-w-432-px {
  max-width: 432px;
}

.max-w-444-px {
  max-width: 444px;
}

.max-w-480-px {
  max-width: 480px;
}

@media (min-width: 991px) {
  .max-w-490-px {
    max-width: 490px;
  }
}

.max-w-500-px {
  max-width: 500px;
}

.max-w-532-px {
  max-width: 532px;
}

.max-w-570-px {
  max-width: 570px;
}

@media (min-width: 991px) {
  .max-w-514-px {
    max-width: 514px;
  }
}

.max-w-602-px {
  max-width: 602px;
}

.max-w-620-px {
  max-width: 620px;
}

.max-w-672-px {
  max-width: 672px;
}

.max-w-730-px {
  max-width: 730px;
}

.max-w-780-px {
  max-width: 780px;
}

.max-w-910-px {
  max-width: 910px;
}

.max-w-830-px {
  max-width: 830px;
}

@media (min-width: 992px) {
  .max-w-58-percent {
    max-width: 58%;
  }
}

.max-w-40-percent {
  max-width: 40%;
}

/* Max width Css Class End */
/* Overlay Start */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
    progress;
}

.overlay.show-overlay {
  visibility: visible;
  opacity: 1;
}

.side-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 999;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
    progress;
}

.side-overlay.show {
  visibility: visible;
  opacity: 1;
}

/* Overlay End */
/* ================================= Padding Css Start =========================== */
.tw-p-05 {
  padding: var(--size-05);
}

.tw-p-1 {
  padding: var(--size-1);
}

.tw-p-105 {
  padding: var(--size-105);
}

.tw-p-2 {
  padding: var(--size-2);
}

.tw-p-205 {
  padding: var(--size-205);
}

.tw-p-3 {
  padding: var(--size-3);
}

.tw-p-305 {
  padding: var(--size-305);
}

.tw-p-4 {
  padding: var(--size-4);
}

.tw-p-405 {
  padding: var(--size-405);
}

.tw-p-5 {
  padding: var(--size-5);
}

.tw-p-505 {
  padding: var(--size-505);
}

.tw-p-6 {
  padding: var(--size-6);
}

.tw-p-605 {
  padding: var(--size-605);
}

.tw-p-7 {
  padding: var(--size-7);
}

.tw-p-705 {
  padding: var(--size-705);
}

.tw-p-8 {
  padding: var(--size-8);
}

.tw-p-9 {
  padding: var(--size-9);
}

.tw-p-10 {
  padding: var(--size-10);
}

.tw-p-11 {
  padding: var(--size-11);
}

.tw-p-12 {
  padding: var(--size-12);
}

.tw-p-13 {
  padding: var(--size-13);
}

.tw-p-14 {
  padding: var(--size-14);
}

.tw-p-15 {
  padding: var(--size-15);
}

.tw-p-16 {
  padding: var(--size-16);
}

.tw-p-17 {
  padding: var(--size-17);
}

.tw-px-05 {
  padding-inline: var(--size-05);
}

.tw-px-1 {
  padding-inline: var(--size-1);
}

.tw-px-105 {
  padding-inline: var(--size-105);
}

.tw-px-2 {
  padding-inline: var(--size-2);
}

.tw-px-205 {
  padding-inline: var(--size-205);
}

.tw-px-3 {
  padding-inline: var(--size-3);
}

.tw-px-305 {
  padding-inline: var(--size-305);
}

.tw-px-4 {
  padding-inline: var(--size-4);
}

.tw-px-405 {
  padding-inline: var(--size-405);
}

.tw-px-5 {
  padding-inline: var(--size-5);
}

.tw-px-505 {
  padding-inline: var(--size-505);
}

.tw-px-6 {
  padding-inline: var(--size-6);
}

.tw-px-605 {
  padding-inline: var(--size-605);
}

.tw-px-7 {
  padding-inline: var(--size-7);
}

.tw-px-705 {
  padding-inline: var(--size-705);
}

.tw-px-8 {
  padding-inline: var(--size-8);
}

.tw-px-9 {
  padding-inline: var(--size-9);
}

.tw-px-10 {
  padding-inline: var(--size-10);
}

.tw-px-11 {
  padding-inline: var(--size-11);
}

.tw-px-12 {
  padding-inline: var(--size-12);
}

.tw-px-13 {
  padding-inline: var(--size-13);
}

.tw-px-14 {
  padding-inline: var(--size-14);
}

.tw-px-15 {
  padding-inline: var(--size-15);
}

.tw-px-16 {
  padding-inline: var(--size-16);
}

.tw-px-17 {
  padding-inline: var(--size-17);
}

.tw-py-05 {
  padding-block: var(--size-05);
}

.tw-py-1 {
  padding-block: var(--size-1);
}

.tw-py-105 {
  padding-block: var(--size-105);
}

.tw-py-2 {
  padding-block: var(--size-2);
}

.tw-py-205 {
  padding-block: var(--size-205);
}

.tw-py-3 {
  padding-block: var(--size-3);
}

.tw-py-305 {
  padding-block: var(--size-305);
}

.tw-py-4 {
  padding-block: var(--size-4);
}

.tw-py-405 {
  padding-block: var(--size-405);
}

.tw-py-5 {
  padding-block: var(--size-5);
}

.tw-py-505 {
  padding-block: var(--size-505);
}

.tw-py-6 {
  padding-block: var(--size-6);
}

.tw-py-605 {
  padding-block: var(--size-605);
}

.tw-py-7 {
  padding-block: var(--size-7);
}

.tw-py-705 {
  padding-block: var(--size-705);
}

.tw-py-8 {
  padding-block: var(--size-8);
}

.tw-py-9 {
  padding-block: var(--size-9);
}

.tw-py-10 {
  padding-block: var(--size-10);
}

.tw-py-11 {
  padding-block: var(--size-11);
}

.tw-py-12 {
  padding-block: var(--size-12);
}

.tw-py-13 {
  padding-block: var(--size-13);
}

.tw-py-14 {
  padding-block: var(--size-14);
}

.tw-py-15 {
  padding-block: var(--size-15);
}

.tw-py-16 {
  padding-block: var(--size-16);
}

.tw-py-17 {
  padding-block: var(--size-17);
}

.important-tw-py-5 {
  padding-block: 20px !important;
}

.important-tw-px-9 {
  padding-inline: 36px !important;
}

.tw-ps-05 {
  padding-inline-start: var(--size-05);
}

.tw-ps-1 {
  padding-inline-start: var(--size-1);
}

.tw-ps-105 {
  padding-inline-start: var(--size-105);
}

.tw-ps-2 {
  padding-inline-start: var(--size-2);
}

.tw-ps-205 {
  padding-inline-start: var(--size-205);
}

.tw-ps-3 {
  padding-inline-start: var(--size-3);
}

.tw-ps-305 {
  padding-inline-start: var(--size-305);
}

.tw-ps-4 {
  padding-inline-start: var(--size-4);
}

.tw-ps-405 {
  padding-inline-start: var(--size-405);
}

.tw-ps-5 {
  padding-inline-start: var(--size-5);
}

.tw-ps-505 {
  padding-inline-start: var(--size-505);
}

.tw-ps-6 {
  padding-inline-start: var(--size-6);
}

.tw-ps-605 {
  padding-inline-start: var(--size-605);
}

.tw-ps-7 {
  padding-inline-start: var(--size-7);
}

.tw-ps-705 {
  padding-inline-start: var(--size-705);
}

.tw-ps-8 {
  padding-inline-start: var(--size-8);
}

.tw-ps-9 {
  padding-inline-start: var(--size-9);
}

.tw-ps-10 {
  padding-inline-start: var(--size-10);
}

.tw-ps-11 {
  padding-inline-start: var(--size-11);
}

.tw-ps-12 {
  padding-inline-start: var(--size-12);
}

.tw-ps-13 {
  padding-inline-start: var(--size-13);
}

.tw-ps-14 {
  padding-inline-start: var(--size-14);
}

.tw-ps-15 {
  padding-inline-start: var(--size-15);
}

.tw-ps-16 {
  padding-inline-start: var(--size-16);
}

.tw-ps-17 {
  padding-inline-start: var(--size-17);
}

.tw-pe-05 {
  padding-inline-end: var(--size-05);
}

.tw-pe-1 {
  padding-inline-end: var(--size-1);
}

.tw-pe-105 {
  padding-inline-end: var(--size-105);
}

.tw-pe-2 {
  padding-inline-end: var(--size-2);
}

.tw-pe-205 {
  padding-inline-end: var(--size-205);
}

.tw-pe-3 {
  padding-inline-end: var(--size-3);
}

.tw-pe-305 {
  padding-inline-end: var(--size-305);
}

.tw-pe-4 {
  padding-inline-end: var(--size-4);
}

.tw-pe-405 {
  padding-inline-end: var(--size-405);
}

.tw-pe-5 {
  padding-inline-end: var(--size-5);
}

.tw-pe-505 {
  padding-inline-end: var(--size-505);
}

.tw-pe-6 {
  padding-inline-end: var(--size-6);
}

.tw-pe-605 {
  padding-inline-end: var(--size-605);
}

.tw-pe-7 {
  padding-inline-end: var(--size-7);
}

.tw-pe-705 {
  padding-inline-end: var(--size-705);
}

.tw-pe-8 {
  padding-inline-end: var(--size-8);
}

.tw-pe-9 {
  padding-inline-end: var(--size-9);
}

.tw-pe-10 {
  padding-inline-end: var(--size-10);
}

.tw-pe-11 {
  padding-inline-end: var(--size-11);
}

.tw-pe-12 {
  padding-inline-end: var(--size-12);
}

.tw-pe-13 {
  padding-inline-end: var(--size-13);
}

.tw-pe-14 {
  padding-inline-end: var(--size-14);
}

.tw-pe-15 {
  padding-inline-end: var(--size-15);
}

.tw-pe-16 {
  padding-inline-end: var(--size-16);
}

.tw-pe-17 {
  padding-inline-end: var(--size-17);
}

.tw-pt-05 {
  padding-block-start: var(--size-05);
}

.tw-pt-1 {
  padding-block-start: var(--size-1);
}

.tw-pt-105 {
  padding-block-start: var(--size-105);
}

.tw-pt-2 {
  padding-block-start: var(--size-2);
}

.tw-pt-205 {
  padding-block-start: var(--size-205);
}

.tw-pt-3 {
  padding-block-start: var(--size-3);
}

.tw-pt-305 {
  padding-block-start: var(--size-305);
}

.tw-pt-4 {
  padding-block-start: var(--size-4);
}

.tw-pt-405 {
  padding-block-start: var(--size-405);
}

.tw-pt-5 {
  padding-block-start: var(--size-5);
}

.tw-pt-505 {
  padding-block-start: var(--size-505);
}

.tw-pt-6 {
  padding-block-start: var(--size-6);
}

.tw-pt-605 {
  padding-block-start: var(--size-605);
}

.tw-pt-7 {
  padding-block-start: var(--size-7);
}

.tw-pt-705 {
  padding-block-start: var(--size-705);
}

.tw-pt-8 {
  padding-block-start: var(--size-8);
}

.tw-pt-9 {
  padding-block-start: var(--size-9);
}

.tw-pt-10 {
  padding-block-start: var(--size-10);
}

.tw-pt-11 {
  padding-block-start: var(--size-11);
}

.tw-pt-12 {
  padding-block-start: var(--size-12);
}

.tw-pt-13 {
  padding-block-start: var(--size-13);
}

.tw-pt-14 {
  padding-block-start: var(--size-14);
}

.tw-pt-15 {
  padding-block-start: var(--size-15);
}

.tw-pt-16 {
  padding-block-start: var(--size-16);
}

.tw-pt-17 {
  padding-block-start: var(--size-17);
}

.tw-pb-05 {
  padding-block-end: var(--size-05);
}

.tw-pb-1 {
  padding-block-end: var(--size-1);
}

.tw-pb-105 {
  padding-block-end: var(--size-105);
}

.tw-pb-2 {
  padding-block-end: var(--size-2);
}

.tw-pb-205 {
  padding-block-end: var(--size-205);
}

.tw-pb-3 {
  padding-block-end: var(--size-3);
}

.tw-pb-305 {
  padding-block-end: var(--size-305);
}

.tw-pb-4 {
  padding-block-end: var(--size-4);
}

.tw-pb-405 {
  padding-block-end: var(--size-405);
}

.tw-pb-5 {
  padding-block-end: var(--size-5);
}

.tw-pb-505 {
  padding-block-end: var(--size-505);
}

.tw-pb-6 {
  padding-block-end: var(--size-6);
}

.tw-pb-605 {
  padding-block-end: var(--size-605);
}

.tw-pb-7 {
  padding-block-end: var(--size-7);
}

.tw-pb-705 {
  padding-block-end: var(--size-705);
}

.tw-pb-8 {
  padding-block-end: var(--size-8);
}

.tw-pb-9 {
  padding-block-end: var(--size-9);
}

.tw-pb-10 {
  padding-block-end: var(--size-10);
}

.tw-pb-11 {
  padding-block-end: var(--size-11);
}

.tw-pb-12 {
  padding-block-end: var(--size-12);
}

.tw-pb-13 {
  padding-block-end: var(--size-13);
}

.tw-pb-14 {
  padding-block-end: var(--size-14);
}

.tw-pb-15 {
  padding-block-end: var(--size-15);
}

.tw-pb-16 {
  padding-block-end: var(--size-16);
}

.tw-pb-17 {
  padding-block-end: var(--size-17);
}

.tw-p-54-px {
  padding: clamp(1rem, -6.1013rem + 9.4763vw, 3.375rem) !important;
}

.tw-p-44-px {
  padding: clamp(1.5rem, -6.1013rem + 9.4763vw, 2.75rem) !important;
}

.tw-p-60-px {
  padding: clamp(1.5rem, -6.1013rem + 9.4763vw, 3.75rem);
}

.tw-pt-90-px {
  padding-block-start: clamp(2.5rem, -1rem + 8vw, 5.625rem);
}

.tw-pt-100-px {
  padding-block-start: 100px;
}

.tw-pt-134-px {
  padding-block-start: 134px;
}

.tw-pt-180-px {
  padding-block-start: 180px;
}

.tw-pt-224-px {
  padding-block-start: 224px;
}

.tw-px-36-px {
  padding-inline: clamp(1rem, -1rem + 8vw, 2.25rem);
}

.tw-px-54-px {
  padding-inline: clamp(1rem, -6.1013rem + 9.4763vw, 3.375rem);
}

.tw-px-90-px {
  padding-inline: clamp(1.5rem, -1rem + 8vw, 5.625rem);
}

.tw-px-40-px {
  padding-inline: clamp(1.25rem, -1rem + 8vw, 2.5rem);
}

.tw-px-56-px {
  padding-inline: clamp(1.5rem, -1rem + 8vw, 3.5rem);
}

.tw-px-88-px {
  padding-inline: clamp(1.5rem, -1rem + 8vw, 5.5rem);
}

.tw-py-76-px {
  padding-block: clamp(2.5rem, -1rem + 8vw, 4.75rem);
}

.tw-py-84-px {
  padding-block: clamp(2.5rem, -1rem + 8vw, 5.25rem);
}

.tw-py-90-px {
  padding-block: clamp(2.5rem, -1rem + 8vw, 5.625rem);
}

.tw-py-80-px {
  padding-block: 80px;
}

.tw-py-100-px {
  padding-block: 100px;
}

.tw-pb-80-px {
  padding-block-end: 80px;
}

.tw-pb-84-px {
  padding-block-end: 84px;
}

.tw-pb-94-px {
  padding-block-end: 94px;
}

.tw-pb-136-px {
  padding-block-end: 136px;
}

.tw-pb-180-px {
  padding-block-end: 180px;
}

.tw-pb-200-px {
  padding-block-end: clamp(8.75rem, -1rem + 16vw, 12.5rem);
}

.tw-ps-48-px {
  padding-inline-start: clamp(1.5rem, -1rem + 8vw, 3rem);
}

.tw-ps-56-px {
  padding-inline-start: clamp(1.5rem, -1rem + 8vw, 3.5rem);
}

.tw-ps-74-px {
  padding-inline-start: clamp(1.5rem, -1rem + 8vw, 4.625rem);
}

.tw-ps-98-px {
  padding-inline-start: 98px;
}

.tw-pe-100-px {
  padding-inline-end: 100px;
}

.tw-pe-140-px {
  padding-inline-end: 140px;
}

@media (min-width: 576px) {
  .tw-pe-200-px {
    padding-inline-end: 200px;
  }
}

@media (min-width: 992px) {
  .tw-lg-ps--12 {
    padding-inline-start: 48px;
  }
}

.py-120 {
  padding-block-start: 60px;
  padding-block-end: 60px;
}

@media (min-width: 576px) {
  .py-120 {
    padding-block-start: 80px;
    padding-block-end: 80px;
  }
}

@media (min-width: 992px) {
  .py-120 {
    padding-block-start: 120px;
    padding-block-end: 120px;
  }
}

.pt-120 {
  padding-block-start: 60px;
}

@media (min-width: 576px) {
  .pt-120 {
    padding-block-start: 80px;
  }
}

@media (min-width: 992px) {
  .pt-120 {
    padding-block-start: 120px;
  }
}

.pb-120 {
  padding-block-end: 60px;
}

@media (min-width: 576px) {
  .pb-120 {
    padding-block-end: 80px;
  }
}

@media (min-width: 992px) {
  .pb-120 {
    padding-block-end: 120px;
  }
}

.py-60 {
  padding-block-start: 30px;
  padding-block-end: 30px;
}

@media (min-width: 576px) {
  .py-60 {
    padding-block-start: 40px;
    padding-block-end: 40px;
  }
}

@media (min-width: 992px) {
  .py-60 {
    padding-block-start: 60px;
    padding-block-end: 60px;
  }
}

.pt-60 {
  padding-block-start: 30px;
}

@media (min-width: 576px) {
  .pt-60 {
    padding-block-start: 40px;
  }
}

@media (min-width: 992px) {
  .pt-60 {
    padding-block-start: 60px;
  }
}

.pb-60 {
  padding-block-end: 30px;
}

@media (min-width: 576px) {
  .pb-60 {
    padding-block-end: 40px;
  }
}

@media (min-width: 992px) {
  .pb-60 {
    padding-block-end: 60px;
  }
}
/* ================================= Padding Css End =========================== */
/* Placeholder Classes Start */
.tw-placeholder-text-neutral-100::placeholder {
  color: var(--neutral-100);
}

.tw-placeholder-text-neutral-200::placeholder {
  color: var(--neutral-200);
}

.tw-placeholder-text-neutral-300::placeholder {
  color: var(--neutral-300);
}

.tw-placeholder-text-neutral-400::placeholder {
  color: var(--neutral-400);
}

.tw-placeholder-text-neutral-500::placeholder {
  color: var(--neutral-500);
}

.tw-placeholder-text-neutral-600::placeholder {
  color: var(--neutral-600);
}

.tw-placeholder-text-neutral-700::placeholder {
  color: var(--neutral-700);
}

.tw-placeholder-text-neutral-800::placeholder {
  color: var(--neutral-800);
}

.tw-placeholder-text-neutral-900::placeholder {
  color: var(--neutral-900);
}

.focus-tw-placeholder-text-hidden:focus::placeholder {
  opacity: 0;
}

.tw-placeholder-transition-2::placeholder {
  transition: 0.2s linear;
}

/* Placeholder Classes End */
/* Border Radius Css Start */
.tw-rounded {
  border-radius: 0.25rem;
  /* 4px */
}

.tw-rounded-none {
  border-radius: 0px;
}

.tw-rounded-sm {
  border-radius: 0.125rem;
  /* 2px */
}

.tw-rounded-md {
  border-radius: 0.375rem;
  /* 6px */
}

.tw-rounded-lg {
  border-radius: 0.5rem;
  /* 8px */
}

.tw-rounded-xl {
  border-radius: 0.75rem !important;
  /* 12px */
}

.tw-rounded-2xl {
  border-radius: 1rem;
  /* 16px */
}

.tw-rounded-3xl {
  border-radius: 1.5rem;
  /* 24px */
}

.tw-rounded-28-px {
  border-radius: 28px;
}

.tw-rounded-40-px {
  border-radius: 40px;
}

.tw-rounded-50-px {
  border-radius: 50px;
}

.rounded-top-45-px {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}
.rounded-bottom-45-px {
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}
.rounded-top-right-45-px {
  border-top-right-radius: 45px;
}
.rounded-top-30-px {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

/* Border Radius Css End */
/* Rotate Css Start */
.tw-hover-rotate-360:hover {
  transform: rotate(260deg);
}

/* Rotate Css End */
/* Hover Scale Css start */
.tw-scale-04 {
  transform: scale(0.4);
}

.hover-scale-09:hover {
  transform: scale(0.9);
}

.hover-scale-094:hover {
  transform: scale(0.94);
}

.hover-scale-098:hover {
  transform: scale(0.98);
}

.hover-scale-102:hover {
  transform: scale(1.02);
}

.hover-scale-104:hover {
  transform: scale(1.04);
}

.hover-scale-106:hover {
  transform: scale(1.06);
}

.hover-scale-108:hover {
  transform: scale(1.08);
}

.hover-scale-14:hover {
  transform: scale(1.4);
}

/* Hover Scale Css End */
/* Active Scale Css End */
.active-scale-09:active {
  transform: scale(0.9);
}

.active-scale-094:active {
  transform: scale(0.94);
}

.active-scale-098:active {
  transform: scale(0.98);
}

.active-scale-102:active {
  transform: scale(1.02);
}

/* Active Scale Css End */
/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
  position: absolute;
  overflow-y: hidden;
  padding-inline-end: 17px;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .scroll-hide {
    padding-inline-end: 0;
  }
}

.scroll-hide-sm {
  position: absolute;
  overflow-y: hidden;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: calc(100% - 0px);
}

/* Hide Scroll bar Css For Custom Modal End */
.scroll-sm::-webkit-scrollbar {
  width: 6px;
}

.scroll-sm::-webkit-scrollbar-track {
  background: hsl(var(--white));
}

.scroll-sm::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  background: hsl(var(--white));
  border-radius: 50px;
}

@media (max-width: 992px) {
  .scroll-sm::-webkit-scrollbar-thumb {
    background: #e4e4e4;
  }
}

.scroll-sm::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1 !important;
}

.scroll-sm:hover::-webkit-scrollbar-thumb {
  background: #e4e4e4;
}

.scroll-sm-horizontal::-webkit-scrollbar {
  height: 6px;
}

/* Box shadow start */
.common-shadow-one {
  box-shadow: 0 8px 22px 0px rgba(0, 0, 0, 0.04);
}

.common-shadow-two {
  box-shadow: 0 30px 50px 0px #12111614;
}

.common-shadow-three {
  box-shadow: 9px -2px 19px 9px rgba(0, 0, 0, 0.02);
}

.common-shadow-four {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
}

.common-shadow-five {
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.05);
}

.common-shadow-six {
  box-shadow: 0px 4px 30px 0px #364f8314;
}

.common-shadow-seven {
  box-shadow: 0px 4px 32px 0px #0000000a;
}

.common-shadow-eight {
  box-shadow: 0px 4px 32px 10px #0000000d;
}

.common-shadow-nine {
  box-shadow: 0px 4px 21px 0px #00000012;
}

.common-shadow-ten {
  box-shadow: 0px 4px 18px 0px #0000000d;
}

.common-shadow-eleven {
  box-shadow: 0 30px 50px 0px #0106141f;
}

.common-shadow-twelve {
  box-shadow: 0 10px 30px 0px #3955781a;
}

.common-shadow-thirteen {
  box-shadow: 0px 12px 23px 0px #3d3e4114;
}

.common-shadow-fourteen {
  box-shadow: 0px 10px 60px 0px #8d8d8d1a;
}

.common-shadow-fifteen {
  box-shadow: 0px 4px 25px 0px #00000014;
}

.common-shadow-sixteen {
  box-shadow: 0px 13px 19px -2px #2021240a;
}

.common-shadow-seventeen {
  box-shadow: 0px 7px 29px 0px #0000000f;
}

.common-shadow-eighteen {
  box-shadow: 0px 4px 8px 0px #0000000d;
}

.common-shadow-nineteen {
  box-shadow: 0px 4px 21px 0px #0000000d;
}

.common-shadow-twenty {
  box-shadow: 0px 10px 15px 0px #dddddd26;
}

.common-shadow-twentyOne {
  box-shadow: 0px 4px 30px 0px #025a451a;
}

.common-shadow-twentyTwo {
  box-shadow: 0px 5.22px 19.84px 0px #0000001f;
}

.common-shadow-twentyThree {
  box-shadow: 0px 4px 12px 0px #0000000f;
}

.common-shadow-twentyFour {
  box-shadow: 0px 20px 50px 0px #20212424;
}

.common-shadow-twentyFive {
  box-shadow: 0px 20px 20px 0px #2021241a;
}

.common-shadow-twentySix {
  box-shadow: 0px 4px 42px 0px #00000024;
}

.common-shadow-twentySeven {
  box-shadow: 0px 6px 17px 0px #0000000d;
}

.common-shadow-twentyEight {
  box-shadow: 0px 4px 11px 0px #0000000d;
}

.common-shadow-twentyNine {
  box-shadow: 0px 4px 4px 0px #0000000d;
}

.common-shadow-inset-one {
  box-shadow: -2px -2px 2px 0px #070d1d4d inset;
}

.hover-common-shadow-four:hover {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
}

.hover-common-shadow-fourteen:hover {
  box-shadow: 0px 10px 60px 0px #8d8d8d1a;
}

.hover-common-shadow-sixteen:hover {
  box-shadow: 0px 14px 31px -2px #2021241a;
}

.active-domain {
  box-shadow: 0px 4px 24px 0px #00000026 !important;
}

/* Box shadow End */
/* transition Css Class start */
.tw-transition {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-0 {
  transition: 0s;
}

/* transition Css Class End */
.tw-duration-75 {
  transition-duration: 75ms;
}

.tw-duration-100 {
  transition-duration: 100ms;
}

.tw-duration-150 {
  transition-duration: 150ms;
}

.tw-duration-200 {
  transition-duration: 200ms;
}

.tw-duration-300 {
  transition-duration: 300ms;
}

.tw-duration-400 {
  transition-duration: 400ms;
}

.tw-duration-500 {
  transition-duration: 500ms;
}

/*================================== Translate Css Start ==================================*/
/* Translate X */
.tw-translate-x-50 {
  transform: var(--translate-x-50);
}

.tw--translate-x-full {
  transform: translateX(-100%);
}

/* Translate Y */
.tw--translate-y-50 {
  transform: var(--translate-y-50);
}

.hover--translate-y-05:hover {
  transform: translateY(-2px);
}

.hover--translate-y-1:hover {
  transform: translateY(-4px);
}

.hover--translate-y-2:hover {
  transform: translateY(-8px);
}

.active--translate-y-scale-9:active {
  transform: translateY(-4px) scale(0.94);
  transition: 0.06s;
}

.active--translate-y-05:active {
  transform: translateY(-2px);
}

.active--translate-y-1:active {
  transform: translateY(-4px);
}

/* Translate X */
.hover--translate-x-05:hover {
  transform: translateX(-2px);
}

.hover--translate-x-05:hover {
  transform: translateX(-2px);
}

.hover--translate-x-1:hover {
  transform: translateX(-4px);
}

.hover--translate-x-2:hover {
  transform: translateX(-8px);
}

.translate-x-100-16 {
  transform: translateX(calc(100% + 16px));
}

/*================================== Translate Css End  ==================================*/
/* Text Decoration Start */
.hover-underline:hover {
  text-decoration: underline;
}

.hover-underline-none:hover {
  text-decoration: none;
}

/* Text Decoration End */
/* width Css Class start */
.tw-w-05 {
  width: 0.125rem;
}

.tw-w-1 {
  width: 0.25rem;
}

.tw-w-105 {
  width: 0.375rem;
}

.tw-w-2 {
  width: 0.5rem;
}

.tw-w-205 {
  width: 0.625rem;
}

.tw-w-3 {
  width: 0.75rem;
}

.tw-w-305 {
  width: 0.875rem;
}

.tw-w-4 {
  width: 1rem;
}

.tw-w-405 {
  width: 1.125rem;
}

.tw-w-5 {
  width: 1.25rem;
}

.tw-w-505 {
  width: 1.375rem;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-605 {
  width: 1.625rem;
}

.tw-w-7 {
  width: 1.75rem;
}

.tw-w-705 {
  width: 1.875rem;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-9 {
  width: 2.25rem;
}

.tw-w-10 {
  width: 2.5rem;
}

.tw-w-11 {
  width: 2.75rem;
}

.tw-w-12 {
  width: 3rem;
}

.tw-w-13 {
  width: 3.25rem;
}

.tw-w-14 {
  width: 3.5rem;
}

.tw-w-15 {
  width: 3.75rem;
}

.tw-w-16 {
  width: 4rem;
}

.tw-w-17 {
  width: 4.25rem;
}

.min-w-max {
  min-width: max-content;
}

.min-w-144-px {
  min-width: 144px;
}

.tw-w-1-px {
  width: 1px;
}

.tw-w-300-px {
  width: 300px;
}

.tw-w-w-max {
  width: max-content;
}

.tw-w-75-px {
  width: 75px;
}

.tw-w-84-px {
  width: 84px;
}

.tw-w-92-px {
  width: 92px;
}

.tw-w-105-px {
  width: 105px;
}

.tw-w-140-px {
  width: 140px;
}
.tw-w-160-px {
  width: 160px;
}
.tw-w-180-px {
  width: 180px;
}

.tw-w-100--40-px {
  width: calc(100% - 40px) !important;
}

@media (max-width: 991px) {
  .max-md-w-100 {
    width: 100%;
  }
}

.max-w-54-percent {
  max-width: 50%;
}

/* width Css Class End */
/* Z index css start */
.tw-z-99 {
  z-index: 99;
}

.tw-z-991 {
  z-index: 991;
}

.tw-z-999 {
  z-index: 999;
}

.tw-z-9999 {
  z-index: 9999;
}

.tw-hover-z-9:hover {
  z-index: 9;
}

/* Z index css End */
.tw-leading-none {
  line-height: 1;
}

.tw-leading-104 {
  line-height: 1.04;
}

.tw-leading-145 {
  line-height: 1.45;
}

.tw-leading-153 {
  line-height: 1.53;
}

.tw-leading-212 {
  line-height: 2.125;
}

/* Aspect ratio css start */
.aspect-1 {
  aspect-ratio: 1;
}

/* Aspect ratio css end */
.grid-col-5 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

/* grid css start */
.grid-cols-2 {
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 575px) {
  .xs-grid-cols-2 {
    grid-template-columns: 1fr 1fr;
  }
}
/* grid css end */
/* ================================= preload Css Start =========================== */
.preloader {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.preloader .cssload-loading i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: #00ace0;
}

.preloader .cssload-loading i:first-child {
  opacity: 0;
  animation: cssload-loading-ani2 0.58s linear infinite;
  -o-animation: cssload-loading-ani2 0.58s linear infinite;
  -ms-animation: cssload-loading-ani2 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
  -moz-animation: cssload-loading-ani2 0.58s linear infinite;
  transform: translate(-19px);
  -o-transform: translate(-19px);
  -ms-transform: translate(-19px);
  -webkit-transform: translate(-19px);
  -moz-transform: translate(-19px);
}

.preloader .cssload-loading i:nth-child(2),
.preloader .cssload-loading i:nth-child(3) {
  animation: cssload-loading-ani3 0.58s linear infinite;
  -o-animation: cssload-loading-ani3 0.58s linear infinite;
  -ms-animation: cssload-loading-ani3 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
  -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}

.preloader .cssload-loading i:last-child {
  animation: cssload-loading-ani1 0.58s linear infinite;
  -o-animation: cssload-loading-ani1 0.58s linear infinite;
  -ms-animation: cssload-loading-ani1 0.58s linear infinite;
  -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
  -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}

@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0;
  }
}

@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0;
  }
}

@-ms-keyframes cssload-loading-ani1 {
  100% {
    -ms-transform: translate(39px);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0;
  }
}

@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0;
  }
}

@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(19px);
    opacity: 1;
  }
}

@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(19px);
    opacity: 1;
  }
}

@-ms-keyframes cssload-loading-ani2 {
  100% {
    -ms-transform: translate(19px);
    opacity: 1;
  }
}

@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    opacity: 1;
  }
}

@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(19px);
    opacity: 1;
  }
}

@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(19px);
  }
}

@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(19px);
  }
}

@-ms-keyframes cssload-loading-ani3 {
  100% {
    -ms-transform: translate(19px);
  }
}

@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px);
  }
}

@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(19px);
  }
}
/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
@media screen and (max-width: 991px) {
  .header {
    padding: 10px 0;
  }
}
.header {
  z-index: 999;
  position: relative;
}
.header.fixed-header {
  position: fixed !important;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(24px);
  animation: slideDown 0.35s ease-out;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  background-color: hsl(var(--white));
}

.header.position-absolute.fixed-header {
  position: fixed !important;
  margin-top: 0 !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}
/* Header Menu and Submenu Css Start */
.nav-menu__item.activePage > a {
  color: var(--main-600) !important;
}

.nav-menu__item.activePage > a::before {
  color: var(--main-600);
}

.nav-menu__item:hover > a {
  color: hsl(var(--heading-color));
}

.has-submenu.active > a,
.has-submenu.active > a::before {
  color: var(--main-600);
}

.has-submenu.active > a::before {
  transform: translateY(-50%) rotate(180deg) !important;
}

@media (min-width: 992px) {
  .has-submenu:hover > a {
    color: var(--main-600);
  }
}

.has-submenu:hover .nav-submenu {
  visibility: visible;
  opacity: 1;
  margin-block-start: 0;
}

@media (min-width: 992px) {
  .has-submenu:hover > a::before {
    color: var(--main-600);
    transform: translateY(-50%) rotate(180deg);
  }
}

.has-submenu > a {
  position: relative;
}

a.nav-menu__link.active {
    color: #00a7dd;
}

a.menu_tablinks.active {
    color: #00a7dd;
}

.has-submenu > a::before {
    position: absolute;
    content: "\e136";
    inset-inline-end: 0px;
    inset-block-start: 50%;
    transform: translateY(-50%);
    font-family: "Phosphor";
    font-weight: 900;
    color: var(--neutral-400);
    transition: 0.2s linear;
    font-size: 12px;
}

.has-submenu--arrow-end > a::before {
  color: hsl(var(--white));
}

/* Submenu Start */
.nav-submenu {
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  min-width: 190px;
  visibility: hidden;
  opacity: 0;
}
.header-menu a.nav-menu__link:hover {
  color: var(--main-600);
}
/* Mega menu css Start */
.header-menu .nav-submenu a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-two-600);
  padding: 8px 0;
  text-align: left;
  position: relative;
  /* text-transform: capitalize; */
  transition: all 0.4s ease-in-out;
}
.header-menu .nav-submenu a:hover {
  color: var(--main-600) !important;
}
.menu_tablinks {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  padding-right: 25px !important;
  margin-bottom: 4px;
  position: relative;
}
.menu_tablinks span {
  letter-spacing: 0;
}
.menu_tablinks.active {
  font-weight: bold;
  color: var(--main-600) !important;
}

.menu_tabcontent {
  display: none;
}
.menu_tablinks:hover {
  position: relative;
}
.menu_tablinks:hover:before,
.menu_tablinks.active:before {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/icons/submenu-arrow.svg);
  width: 14px;
  height: 14px;
  background-size: contain;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.menu_tablinks p,
.menu_tablinks:hover p,
.menu_tablinks.active p {
  color: var(--black);
  font-size: 14px;
  font-weight: normal;
}
.header_common_img {
    height: 150px;
    position: absolute;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    bottom: 18px;
    max-width: 1002px;
    display: flex;
    align-items: center;
}
.header_services_image {
    background-image: url(../images/thumbs/menu/menu-Hire-Us-bg.jpg);
}
.header_insights_image {
    background-image: url(../images/thumbs/menu/menu-Insights-bg.jpg);
}
.header_company_image {
    background-image: url(../images/thumbs/menu/menu-Company-bg.jpg);
}
.header_common_img_detail {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    width: 100%;
}

.header_common_img_detail h4 {
    width: calc(100% - 280px);
    line-height: 1.3;
}
.header_common_img_detail h4 span {
    font-weight: 800;
}
.header-menu .nav-submenu .header_common_img_detail a {
    padding-inline: clamp(1.5rem, -1rem + 8vw, 2.5rem);
    padding-block: var(--size-4);
    margin-top: 15px;
    width: 270px;
    margin-left: 10px;
}

        /* Mega menu css end  */
        @media (min-width: 992px) and (max-width: 1199px) {
            .nav-submenu {
                height: 520px;
                overflow-y: auto;
            }
        }

        @media (min-width: 1200px) {
            .nav-submenu {
                height: 490px;
                overflow-y: auto;
            }
        }

        .nav-submenu__item.activePage .nav-submenu__link {
  color: var(--main-600) !important;
}

.nav-submenu__item:hover a {
  color: hsl(var(--heading-color));
}

/* Submenu End */
/* Header Menu and Submenu Css End */
.header-inner-page a.nav-menu__link {
  color: var(--heading-color) !important;
}

.nav-menu__item.activePage > a {
  color: var(--main-600) !important;
}

/* ================================= Header Css End =========================== */
/* Mobile Menu Sidebar Start */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0; /* align menu to right side */
  left: auto; /* cancel left */
  transform: translateX(100%); /* hidden offscreen right */
  transition: transform 0.2s ease-in-out; /* smooth slide */
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu__logo img {
  width: 180px;
  max-width: 100%; /* responsive safeguard */
  height: auto;
}
.nav-menu--mobile .nav-menu__item > a::before {
  transform: translateY(-50%) rotate(0deg);
  inset-inline-end: 10px;
}

.nav-menu--mobile .nav-menu__link {
  border-bottom: 1px solid var(--neutral-200) !important;
  position: relative;
  padding: 12px 1.5rem;
  padding-inline-end: 16px;
}

.nav-menu--mobile .nav-submenu {
  position: static !important;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  width: 100%;
  margin-block-start: 0;
  padding: 0;
  margin-inline-start: 0px;
  display: none;
  transition: 0s;
}
.nav-menu--mobile .nav-submenu .nav-submenu {
  margin-left: 0px; /* deeper nesting */
  padding-left: 0px;
}
.nav-menu--mobile .nav-submenu .nav-menu__link {
  padding-left: 34px;
}
.nav-menu--mobile .nav-submenu__link {
  width: 100%;
  padding: 10px 0 10px 34px;
  border-bottom: 1px solid var(--neutral-200) !important;
}

.nav-menu--mobile .nav-submenu__item:hover {
  background-color: transparent;
  color: var(--main-600);
}

.nav-menu--mobile .nav-submenu__item::before {
  display: none;
}

/* Mobile Menu Sidebar Start */
/* ===================== Scroll to Top Start ================================= */
.progress-wrap {
  position: fixed;
  inset-inline-end: 36px;
  inset-block-end: 36px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: 0 0 34px #3f3f3f;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: var(--black);
  /* mix-blend-mode: difference; */
}

@media screen and (max-width: 991px) {
  .progress-wrap {
    inset-inline-end: 24px;
    inset-block-end: 24px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap:hover {
  transform: scale(1.06);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Phosphor";
  font-weight: 900;
  content: "\e08e";
  text-align: center;
  height: 46px;
  width: 46px;
  line-height: 46px;
  font-size: 18px;
  inset-inline-start: 0;
  inset-block-start: 0;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: hsl(var(--main)) !important;
}

@media screen and (max-width: 991px) {
  .progress-wrap::after {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--main-600);
  stroke-width: 5;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* ===================== Scroll to Top End ================================= */
/* Custom Cursor Css Start */
.cursor,
.dot {
  width: 32px;
  height: 32px;
  border: 1px solid hsl(var(--white));
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999999;
  transform: translate(-50%, -50%);
  visibility: hidden;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  mix-blend-mode: difference;
}

.dot {
  width: 4px;
  height: 4px;
  background-color: hsl(var(--white));
  mix-blend-mode: difference;
}

/* Custom Cursor Css End */
/* Top Features Css Start */
.js-marquee {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, -1.9375rem + 11vw, 4.25rem);
}

.left-right-gradient::before,
.left-right-gradient::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background: linear-gradient(90deg, #ffffff, transparent);
  z-index: 2;
}

.left-right-gradient::after {
  background: linear-gradient(90deg, transparent, #ffffff);
  inset-inline-start: auto;
  inset-inline-end: 0;
}

.gradient-width-200::before,
.gradient-width-200::after {
  width: 200px;
}

/* Top Features Css End */
.clip-path-one {
  clip-path: polygon(0 0, 75% 0%, 100% 23%, 100% 100%, 0 100%, 0% 50%);
}

.bg-blur-20 {
  backdrop-filter: blur(20px);
}

.bg-blur-25 {
  backdrop-filter: blur(25px);
}

.splitTextStyleOne > div {
  display: inline-block !important;
}

/* Gradient bg start */
.gradient-bg-one {
  background: linear-gradient(
    180deg,
    rgba(19, 81, 216, 0.07) 0%,
    rgba(245, 245, 248, 0.32) 100%
  );
}

.gradient-bg-two {
  background: linear-gradient(
    131.31deg,
    #0b163f 12.26%,
    #0d1c5d 48.46%,
    #301996 91.93%
  );
}

.gradient-bg-three {
  background: linear-gradient(
    131.31deg,
    #0b163f 12.26%,
    #0d1c5d 48.46%,
    #301996 91.93%
  );
}

.gradient-bg-four {
  background: linear-gradient(
    180deg,
    rgba(245, 245, 248, 0) 0%,
    rgba(240, 240, 250, 0.37) 38.09%,
    rgba(236, 236, 251, 0.67) 100%
  );
}

.gradient-bg-five {
  background: linear-gradient(
    69.92deg,
    #003d3d 28.63%,
    #00664e 87.07%,
    #008c63 112.98%
  );
}

.gradient-bg-six,
.pagination-style-three .swiper-pagination-bullet {
  background: linear-gradient(270deg, #01175b 0%, #3157ca 100%);
}

.gradient-bg-seven {
  background: linear-gradient(180deg, #d7f2ff 0%, #f5f5fd 74.92%, #ffffff 100%);
}

.gradient-bg-eight {
  background: linear-gradient(0deg, #daf2ff 0%, #daf2ff 100%);
}

.gradient-bg-nine {
  background: linear-gradient(0deg, #ace7eb 0%, #f5f5fd 74.92%, #ffffff 100%);
}

.gradient-bg-ten {
  background: linear-gradient(180deg, #d7f2ff 0%, #f5f5fd 74.92%, #ffffff 100%);
}

.gradient-bg-lighblue {
  background: linear-gradient(180deg, #edf5f9 0%, #ffffff 74.92%, #ffffff 100%);
}
.gradient-bg-80-percent::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(
    180deg,
    rgba(231, 249, 247, 0) 0%,
    rgba(240, 244, 250, 0.614257) 65.67%,
    rgba(240, 244, 250, 0.79) 100%
  );
  z-index: -1;
}
.blue-gradient-custom {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  inset-block-start: 0;
  inset-inline-start: 0;
  opacity: 1;
  background: linear-gradient(90deg, #01175b 0%, #224ac0 100%);
  z-index: -1;
  transition: 0.3s linear;
  z-index: -1;
}
.hover-gradient-bg-five::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #01175b 0%, #224ac0 100%);
  border-radius: inherit;
  inset-block-start: 0;
  inset-inline-start: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.3s linear;
  z-index: -1;
}

.hover-gradient-bg-five:hover::before {
  visibility: visible;
  opacity: 1;
  background: linear-gradient(90deg, #01175b 0%, #224ac0 100%);
}

.gradient-overlay {
  position: relative;
}

.gradient-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #000000 89.89%);
  inset-inline-start: 0;
  inset-block-start: 0;
}

.gradient-bg-top-bottom {
  background: linear-gradient(0deg, #e7e7ea 0%, rgba(238, 238, 252, 0) 100%);
}

.gradient-bg-bottom-top {
  background: linear-gradient(0deg, #f7f6fc 0%, #f5f5fd 74.92%, #ffffff 100%);
}

.gradient-line {
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #e5e3e3 7%,
    #e6e3e3 50%,
    #e5e3e3 94%,
    #ffffff 100%
  );
}

.gradient-bg-70-top-bottom {
  position: relative;
}

.gradient-bg-70-top-bottom::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 84%;
  background: linear-gradient(180deg, #d7f2ff 0%, #f5f5fd 74.92%, #ffffff 100%);
  inset-inline-start: 0;
  inset-block-end: 0;
  z-index: -1;
  border-radius: inherit;
}

/* Gradient bg end */
.circle-border {
  position: relative;
}

.circle-border::before {
  position: absolute;
  content: "";
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border: 1px solid var(--neutral-400);
  border-radius: 50%;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}

svg.radial-progress {
  height: auto;
  max-width: 140px;
  transform: rotate(0deg);
  width: 100%;
}

svg.radial-progress circle {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  stroke-linecap: round;
}

svg.radial-progress circle.incomplete {
  opacity: 0.1;
}

svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
  stroke-dashoffset: 219.9114857513;
  /* Full circumference */
  stroke: var(--main-600);
  transition: stroke-dashoffset 1.25s ease-out;
}

svg.radial-progress text {
  fill: #fff;
  text-anchor: middle;
  transform: rotate(0deg);
}

/* ======================== Animation Css Start ==================================== */
.curve-animation {
  animation: 8s curveAnimation linear infinite;
}

@keyframes curveAnimation {
  0% {
    transform: rotateZ(24deg);
  }

  50% {
    transform: rotateZ(-24deg);
  }

  100% {
    transform: rotateZ(24deg);
  }
}

.left-right-animation {
  animation: 2.6s leftRightAnimation linear infinite;
}

@keyframes leftRightAnimation {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-24px);
  }

  100% {
    transform: translateX(0px);
  }
}

.left-right-scale-animation {
  animation: leftRightScaleAnimation 15s infinite ease-in-out;
}

@keyframes leftRightScaleAnimation {
  0% {
    transform: translateX(0px) translateY(-50%) scale(1);
  }

  50% {
    transform: translateX(-104px) translateY(-50%) scale(0.8);
  }

  100% {
    transform: translateX(0px) translateY(-50%) scale(1);
  }
}

.scale-animation {
  animation: 4s scaleAnimation linear infinite;
}

@keyframes scaleAnimation {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

@keyframes leftRightAnimation {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-24px);
  }

  100% {
    transform: translateX(0px);
  }
}

.scalable-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
  border-radius: inherit;
  animation: scalable-animation 1.5s 0s infinite;
  z-index: -1;
}

@keyframes scalable-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }

  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

.animate__wobble__two {
  animation: wobble 2.4s ease-in-out infinite;
}

/* Raw animations start here */
.animation-item:hover .animate__bounce {
  animation: bounce 1.5s;
}

.animation-item:hover .animate__wobble {
  animation: wobble 1.5s ease-in-out;
}

.animation-item:hover .animate__heartBeat {
  animation: heartbeat 1.5s ease-in-out;
}

.animation-item:hover .animate__flipInY {
  animation: flipInY 1.5s ease-in-out;
}

.animation-item:hover .animate__swing {
  animation: swing 1.5s ease-in-out;
}

@keyframes bounce {
  0%,
  20%,
  53%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.animation-scalation {
  animation: scalation 8s linear infinite;
}

.animation-upDown {
  animation: animationUpDown 8s linear infinite;
}

.animation-rotate-scale {
  animation: scaleRotate 4.5s ease-in-out infinite;
}

@keyframes scaleRotate {
  0% {
    transform: scale(1) rotate(0deg);
  }

  25% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1.2) rotate(180deg);
  }

  75% {
    transform: scale(1.2) rotate(360deg);
  }

  100% {
    transform: scale(1) rotate(360deg);
  }
}

@keyframes scalation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animationUpDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-60px);
  }

  100% {
    transform: translateY(0px);
  }
}

.animation-delay-1 {
  animation-delay: 1s !important;
}

.animation-delay-2 {
  animation-delay: 2s;
}

.animation-delay-3 {
  animation-delay: 3s;
}

.animation-rotate-right {
  animation: rotateRight 30s linear infinite;
}

.animation-rotate-left {
  animation: rotateLeft 30s linear infinite;
}

.animation-rotate-center {
  animation: rotateCenter 10s linear infinite;
}

@keyframes rotateRight {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateLeft {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotateCenter {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.list-social li {
  opacity: 0;
  transform: translateX(20px);
  transition: 0.2s ease-in-out;
}

.list-social li:nth-child(1) {
  transition-delay: 0.1s;
}

.list-social li:nth-child(2) {
  transition-delay: 0.2s;
}

.list-social li:nth-child(3) {
  transition-delay: 0.3s;
}

.list-social li:nth-child(4) {
  transition-delay: 0.4s;
}

.group-item:hover .list-social li {
  opacity: 1;
  transform: translateX(0);
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-24px);
  }

  100% {
    transform: translateY(0);
  }
}

.animated-upDown {
  animation: floatAnimation 3s ease-in-out infinite;
}

/* ======================== Animation Css End ==================================== */
/* about Css Start */
.throwable-element {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  pointer-events: auto;
  transition: none;
}

/* about Css end */
/* ================================= Testimonials section css start =============================== */
.animate-left-right {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: 0.2s linear;
  transition-delay: 200ms;
}

.testimonials-item {
  flex: 1;
  transition: 0.2s linear;
  height: 504px;
}

.testimonials-item .hidden-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.testimonials-item.active {
  flex: 2.2;
}

@media (max-width: 991px) {
  .testimonials-item.active {
    min-width: 400px;
  }
}

.testimonials-item.active .current-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.testimonials-item.active .hidden-content {
  visibility: visible;
  opacity: 1;
}

.testimonials-item.active .animate-left-right {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.animation-delay-02 {
  transition-delay: 200ms;
}

.animation-delay-03 {
  transition-delay: 300ms;
}

.animation-delay-04 {
  transition-delay: 400ms;
}

/* ================================= Testimonials section css End =============================== */

/* Banner Two Start */
.banner-two {
  padding-block-start: 40px;
}
/*.ai-colors {
  background: linear-gradient(
    90deg,
    #1fb3fd -6.67%,
    #8087f2 20.75%,
    #e957e7 50.45%,
    #f359a5 77.87%,
    #fe5c5d 107.58%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
@media (min-width: 992px) {
  .banner-two {
    padding-block-end: 180px;
  }
}

.banner-two__inner {
  padding-block-start: 100px;
  padding-block-end: 100px;
}

@media (max-width: 767px) {
  .banner-two__inner {
    padding-block-start: 100px;
    padding-block-end: 100px;
  }
}

@media (min-width: 992px) {
  .banner-two-thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 54%;
  }
}
/* Banner Two End */
/* =========================== Hosting plan section start =============================== */
.cs-history-slider {
  height: 100%;
}

.cs-history-slider .swiper-slide:last-child {
  border-inline-end: 0;
}

.hosting-plan-item .button__label {
  transition: 0s !important;
}

.hosting-plan-item:hover .hosting-plan-btn:hover {
  color: #fff !important;
}

/* =========================== Hosting plan section End =============================== */
/* ============================ Services section css start ============================ */
.square-bg-shape::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: hsl(var(--yellow));
  inset-inline-start: 0px;
  inset-block-start: 0px;
  z-index: -1;
  transition: 0.2s linear;
}

.square-bg-shape:hover::before {
  inset-inline-start: 6px;
  inset-block-start: 6px;
}

/* ============================ Services section css end ============================ */
/* Pricing Plan Start */
.pricing-item .feature-list {
  max-height: 330px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.pricing-item.expand .feature-list {
  max-height: 1000px;
}

/* Pricing Plan End */

/* Banner Two Start */
.banner-three {
  padding-block-start: 284px;
  padding-block-end: 178px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

@media (max-width: 991px) {
  .banner-three {
    padding-block-start: 240px;
  }
}

@media (max-width: 767px) {
  .banner-three {
    padding-block-start: 200px;
    padding-block-end: 120px;
  }
}

@media (max-width: 575px) {
  .banner-three {
    padding-block-start: 200px;
    padding-block-end: 100px;
  }
}
/* Banner Two End */
.transform-rotate--14-deg {
  transform: rotate(-14deg);
}

.transform-rotate-8-deg {
  transform: rotate(8deg);
}

/* ============================= Distraction section start ======================================== */
.distraction__inner {
  padding-block: 64px;
}

@media (max-width: 575px) {
  .distraction__inner {
    padding-block: 120px;
  }
}

.distraction-icon {
  max-width: 12%;
}

.distraction-icon.seven {
  inset-inline-start: 50%;
  inset-block-start: 64%;
  transform: translate(-50%, -50%);
}

.distraction-icon.six {
  inset-block-end: 6px;
  inset-inline-start: 8%;
}

.distraction-icon.five {
  inset-inline-start: 22%;
  inset-block-end: 26%;
}

.distraction-icon.four {
  inset-inline-end: 20%;
  inset-block-end: 10%;
}

.distraction-icon.three {
  inset-inline-end: 13%;
  inset-block-start: 44%;
}

.distraction-icon.two {
  inset-inline-end: 2%;
  inset-block-start: 23%;
}

.distraction-icon.one {
  inset-inline-start: 10%;
  inset-block-start: 24%;
}

/* ============================= Distraction section End ======================================== */
.bg-white-gradient {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.0224) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.backdrop-blur-20 {
  backdrop-filter: blur(20px);
}

.banner-gradient-bg {
  height: 60%;
}

@media (max-width: 1200px) {
  .banner-gradient-bg {
    height: 60%;
  }
}

@media (max-width: 992px) {
  .banner-gradient-bg {
    height: 70%;
  }
}

@media (max-width: 768px) {
  .banner-gradient-bg {
    height: 80%;
  }
}

@media (max-width: 576px) {
  .banner-gradient-bg {
    height: 84%;
  }
}

.box-layer {
  position: relative;
}

.box-layer::before,
.box-layer::after {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  inset-inline-start: 50%;
  inset-block-end: -24px;
  transform: translateX(-50%);
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  box-shadow: 0px 4px 42px 0px #00000024;
}

.box-layer-two {
  position: relative;
}

.box-layer-two::before {
  position: absolute;
  content: "";
  width: calc(100% - 80px);
  height: 100%;
  inset-inline-start: 50%;
  inset-block-end: -44px;
  transform: translateX(-50%);
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  box-shadow: 0px 4px 42px 0px #00000024;
}

.swiper-slide-active .animate-left-right {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


/* Offer Five section start */
.stair-bg::before,
.stair-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-block-start: -35px;
  inset-inline-start: 0;
  background: linear-gradient(0deg, #ffe3da 0%, #ffe3da 100%);
  z-index: -1;
  border-radius: inherit;
}

.stair-bg::after {
  background: var(--main-600);
  inset-block-start: -70px;
  z-index: -2;
}

/* Offer Five section End */
.col-border-wrapper > div {
  border-inline-end: 1px solid var(--neutral-200);
  border-block-end: 1px solid var(--neutral-200);
}

@media (min-width: 1200px) {
  .col-border-wrapper > div:nth-child(4n + 4) {
    border-inline-end: 0;
  }
}

@media (min-width: 1200px) {
  .col-border-wrapper > div:nth-child(8n + 5),
  .col-border-wrapper > div:nth-child(8n + 6),
  .col-border-wrapper > div:nth-child(8n + 7),
  .col-border-wrapper > div:nth-child(8n + 8) {
    border-block-end: 0;
  }
}

.positioned-image {
  max-width: 10%;
  z-index: -1;
}

.positioned-image.one {
  inset-block-start: 64px;
  inset-inline-start: 0;
}

.positioned-image.two {
  inset-inline-start: 26%;
  inset-block-start: 12px;
}

.positioned-image.three {
  inset-inline-start: 48%;
  inset-block-start: 24px;
}

.positioned-image.four {
  inset-inline-end: 26%;
  inset-block-start: 0;
}

.positioned-image.five {
  inset-inline-end: 9%;
  inset-block-start: 64px;
}

.positioned-image.six {
  inset-block-start: 42%;
  inset-inline-end: 0;
}

.positioned-image.seven {
  inset-block-end: 16%;
  inset-inline-end: 105px;
}

.positioned-image.eight {
  inset-inline-end: 23%;
  inset-block-end: 35px;
}

.positioned-image.nine {
  inset-inline-end: 46%;
  inset-block-end: 0;
}

.positioned-image.ten {
  inset-inline-start: 25%;
  inset-block-end: 64px;
}

.positioned-image.eleven {
  inset-inline-start: 68px;
  inset-block-end: 20%;
}

.positioned-image.twelve {
  inset-block-start: 38%;
  inset-inline-start: 10%;
}

.crm-page :root {
  --black: #072032;
  --heading-one: clamp(2.125rem, -0.0733rem + 5.5vw, 4.375rem);
  --heading-two: clamp(1.875rem, 0.7133rem + 2.8846vw, 3.125rem);
  --heading-three: clamp(1.75rem, 0.3353rem + 2.1661vw, 1.875rem);
  --heading-four: clamp(1.5rem, 0.5569rem + 1.444vw, 1.875rem);
  --heading-five: clamp(1.125rem, 1.2rem + 0.722vw, 1.5rem);
  --heading-six: clamp(1rem, 0.769rem + 0.6813vw, 1.25rem);
}

.heading-black .text-heading {
  color: var(--black);
}

.heading-black h1,
.heading-black .h1,
.heading-black h2,
.heading-black .h2,
.heading-black h3,
.heading-black .h3,
.heading-black h4,
.heading-black .h4,
.heading-black h5,
.heading-black .h5,
.heading-black h6,
.heading-black .h6 {
  color: var(--black);
}

.heading-black h1,
.heading-black .h1 {
  font-size: var(--heading-one);
}

.heading-black h2,
.heading-black .h2 {
  font-size: var(--heading-two);
}

.heading-black h3,
.heading-black .h3 {
  font-size: var(--heading-three);
}

.heading-black h4,
.heading-black .h4 {
  font-size: var(--heading-four);
}

.heading-black h5,
.heading-black .h5 {
  font-size: var(--heading-five);
}

.heading-black h6,
.heading-black .h6 {
  font-size: var(--heading-six);
}

/* Play Animation css start */
.bg-inherit-animation::before {
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  background: inherit;
  border-radius: 50%;
  inset-inline-start: 0;
  top: 0;
  z-index: -1;
  -webkit-animation: animate 2.3s ease-out infinite;
  animation: animate 2.3s ease-out infinite;
}

.bg-light-animation::after {
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  background: inherit;
  border-radius: inherit;
  inset-inline-start: 0;
  top: 0;
  z-index: -1;
}

.bg-light-animation::before {
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  background: hsl(var(--white) / 0.7);
  border-radius: 50%;
  inset-inline-start: 0;
  top: 0;
  z-index: -1;
  -webkit-animation: animate 2.3s ease-out infinite;
  animation: animate 2.3s ease-out infinite;
}

@keyframes animate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  30% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.9;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
/* Play Animation css end */
/* ========================================== Shop page css start ========================================== */
.grid-view .product-item-wrapper > div {
  width: 50%;
}

@media (max-width: 768px) {
  .grid-view .product-item-wrapper > div {
    width: 100%;
  }
}

.grid-view .product-item {
  flex-direction: row !important;
  align-items: center;
}

.grid-view .product-item__content {
  text-align: start !important;
  flex-grow: 1;
}

.grid-view .product-item__thumb {
  max-width: 170px;
  height: 190px;
  min-height: unset;
  width: 100%;
}

/* ========================================== Shop page css End ========================================== */

/* ==================== Breadcrumb Start Here ==================== */
.breadcrumb {
  padding-block-start: 270px;
  padding-block-end: 170px;
}

.breadcrumb-section {
    z-index: 1;
    background: url(/images/thumbs/banner/service-details-banner.webp) top right / cover no-repeat;
    min-height: 354px;
    display: flex;
    align-items: center;
}
.product-development-banner {
  background: url(/images/thumbs/banner/product-development-solution.jpg)
    top right / cover no-repeat;
}
.cloud-solution-banner {
  background: url(/images/thumbs/banner/Cloud-Solution-banner.jpg) top
    right / cover no-repeat;
}
.data-solution-banner {
  background: url(/images/thumbs/banner/Data-Solution-banner.jpg) top
    right / cover no-repeat;
}
.app-management-solution-banner {
  background: url(/images/thumbs/banner/Application-Management-Solution.jpg)
    top right / cover no-repeat;
}
.relativity-solution-banner {
  background: url(/images/thumbs/banner/Reativity-Solution.jpg) top right /
    cover no-repeat;
}
.low-code-solution-banner {
  background: url(/images/thumbs/banner/Low-Code-Development-Solution.jpg)
    top right / cover no-repeat;
}
.salesforce-solution-banner {
  background: url(/images/thumbs/banner/Salesforce-Solution.jpg) top
    right / cover no-repeat;
}
.ai-solution-banner {
  background: url(/images/thumbs/banner/AI-Solution.jpg) top right /
    cover no-repeat;
}
.casestudy-breadcrumb {
  z-index: 1;
  background: url(/images/thumbs/banner/case-study-bg.webp) center center /
    cover no-repeat;
}
.government-services-banner {
    background: url(/images/thumbs/banner/government-services.webp) top right / cover no-repeat;
}
.finance-services-banner {
    background: url(/images/thumbs/banner/finance-industry.webp) top right / cover no-repeat;
}
.health-services-banner {
    background: url(/images/thumbs/banner/Healthcare-Industry.webp) top right / cover no-repeat;
}
.energy-services-banner {
    background: url(/images/thumbs/banner/Energy-Industry.webp) top right / cover no-repeat;
}
.tech-services-banner {
    background: url(/images/thumbs/banner/Tech-Industry.webp) top right / cover no-repeat;
}

.hire-developer-banner {
    background: url(/images/thumbs/banner/Hire-Developers-banner.webp) top right / cover no-repeat;
}
.case-study-banner {
    background: url(/images/thumbs/banner/casestudy-banner.webp) top right / cover no-repeat;
}
.blog-banner {
    background: url(/images/thumbs/banner/blogs-banner.webp) top right / cover no-repeat;
}
.whitepaper-banner {
    background: url(/images/thumbs/banner/white-papers-banner.webp) top right / cover no-repeat;
}
.webinar-banner {
    background: url(/images/thumbs/banner/webinar-banner.webp) top right / cover no-repeat;
}
.company-overview-banner {
    background: url(/images/thumbs/banner/company-overview-banner.webp) top right / cover no-repeat;
}
.how-we-work-banner {
    background: url(/images/thumbs/banner/how-we-work-banner.webp) top right / cover no-repeat;
}
.our-team-banner {
    background: url(/images/thumbs/banner/our-team-banner.webp) top right / cover no-repeat;
}
.career-banner {
    background: url(/images/thumbs/banner/career-banner.webp) top right / cover no-repeat;
}
.submit-resume-banner {
    background: url(/images/thumbs/banner/submit-resume-banner.webp) top right / cover no-repeat;
}
.cookie-policy-banner {
    background: url(/images/thumbs/banner/cookie-policy-banner.webp) top right / cover no-repeat;
}
.privacy-policy-banner {
    background: url(/images/thumbs/banner/privacy-policy-banner.webp) top right / cover no-repeat;
}
.terms-use-banner {
    background: url(/images/thumbs/banner/terms-of-use-banner.webp) top right / cover no-repeat;
}

.breadcrumb-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: rgba(3, 23, 64, 0.541);
}
.breadcrumb-section .services-title {
  padding: 90px 0 80px; /*110px 0 100px;*/
  max-width: 800px; /*755px*/
}
.breadcrumb-section h1 {
  font-size: 60px;
}

.breadcrumb-halftext-section {
  background-color: var(--main-two-600);
  min-height: 450px;
}
.breadcrumb_title {
  padding: 56px 0;
}
    .breadcrumb_title h1 {
        font-size:56px;
    }
    .breadcrumb_title p {
        font-size: 1.2rem;
        line-height: 1.6;
    }
.breadcrumb_title p a {
  font-weight: 600;
}
.breadcrumb_halftext_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.breadcrumb_halftext_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.industry_title_pad {
    padding: 20px 0;
}
/*------- casestudy breadcrumb ------------*/
.casestudy-details-breadcrumb:before {
    background: rgba(3, 23, 64, 0.741);
}
.breadcrumb-section.casestudy-details-breadcrumb .services-title {
    padding: 55px 0 55px;
    max-width: 83.33%;
    min-height: 336px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.breadcrumb-section.casestudy-details-breadcrumb h1 {
    font-size: 56px;
}
.casestudy-details-breadcrumb p {
    color: var(--main-500);
    text-transform: uppercase;
    font-size: 1.125rem 18px;
    font-weight: 500;
}
.casestudy-details-breadcrumb h6 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.5px;
}
    /*.case_breadcrumb_seperater {
    width: 400px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #70deff 25%, color-mix(in srgb, #70deff 70%, transparent) 50%, #70deff 75%, transparent 100%);
    border-radius: 2px;
}*/
    /* ==================== Breadcrumb End Here ==================== */
    /*# sourceMappingURL=main.css.map */
    /*  ====================================== Custom Css Start  =====================================
    ===============================================================================================*/
    .main-title-custom {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.main-title-mb {
    margin-block-end: 3.25rem;
}

.hero-banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block-start: 40px;
}

.hero-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.video-overlay {
    background: linear-gradient(180deg, rgba(11, 22, 63, 0.6) 0%, rgba(45, 8, 87, 0.8) 100%);
    pointer-events: none;
}

.ai-colors {
    background: linear-gradient( 90deg, #1fb3fd -6.67%, #8087f2 20.75%, #e957e7 50.45%, #f359a5 77.87%, #fe5c5d 107.58% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ai-colors-two {
    background: linear-gradient(90deg, #4ac3ff -6.67%, #8e87f9 20.75%, #e957e7 50.45%, #f9678f 77.87%, #ff1b1c 107.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.hero-banner__inner {
    padding-block-start: 100px;
    padding-block-end: 100px;
}

@media (min-width: 992px) {
    .hero-banner {
        padding-block-end: 60px;
    }
}

@media (max-width: 767px) {
    .hero-banner__inner {
        padding-block-start: 100px;
        padding-block-end: 100px;
    }
}

.hero-rotating-text-container {
    position: relative;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.hero-enhanced-text {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0;
}

    .hero-enhanced-text span {
        font-size: inherit;
    }

    .hero-enhanced-text::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, transparent 0%, currentColor 25%, color-mix(in srgb, currentColor 70%, transparent) 50%, currentColor 75%, transparent 100% );
        border-radius: 2px;
        transition: width 0.6s ease-out;
    }

    .hero-enhanced-text.active {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }

        .hero-enhanced-text.active::after {
            width: 100%;
            animation: lineExtend 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
        }

    .hero-enhanced-text.exit {
        opacity: 0;
        transform: translateX(-50%) scale(0.8);
    }

@keyframes lineExtend {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.hero-enhanced-text.exit {
    opacity: 0;
    transform: translateX(-50%) scale(0.8);
}


.home-banner-shape-left {
    position: absolute;
    top: -38px;
    left: 0;
    width: 300px;
    height: 700px;
    transform: rotate(-28deg);
    background: var(--main-two-600);
    background: linear-gradient( 0deg, rgba(1, 23, 91, 0) 22%, rgba(1, 23, 91, 0.08) 100% );
    clip-path: polygon(0 0, 49% 0, 76% 100%, 23% 100%);
    z-index: -1;
}
.tach_stack_tab button {
  width: 150px;
  height: 128px;
}
.tach_stack_tab button img {
  max-width: 50px;
  margin-bottom: 5px;
}
.location_img {
  width: 150px;
  margin-right: 20px;
}
.location_img img {
  border-radius: 10px;
}
.location_detail {
  width: calc(100% - 170px);
}
.service_banner {
  height: 600px;
}
.service-top-content {
  text-align: center;
  margin: auto;
  padding-top: 40px;
  max-width: 60%;
}
.service-top-content p {
  max-width: 75%;
  margin: auto;
}
.service_thumbnail {
  height: 600px;
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%, 0% 10%);
}

.techstack_tabs {
  overflow-x: auto;
  width: auto;
  flex-wrap: nowrap;
}
.techstack_tabs li {
  width: auto;
  flex: 0 0 auto !important;
}
.cs-history-slider h5 {
  padding-bottom: 40px;
  position: relative;
}

.cs-history-slider p {
  padding-top: 40px;
}
.history_point {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 151px;
}
.cs_history_line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.149);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}

.cs_title_banner_img {
  padding-left: 72px;
  padding-right: 72px;
}
.cs_title_banner_text {
  padding-left: 88px;
  padding-right: 88px;
}
.hosting-plan-item {
  height: 310px;
}
.hosting-plan-item .history_point:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border: 1px solid #606a73;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  bottom: calc(26px / -2);
  left: -13px;
  transform: scale(0);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hosting-plan-item:hover .history_point:after {
  transform: scale(1);
}

/* ---------- Blog home css ----------*/
.blog-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.blog-slider .swiper-slide {
  display: flex !important;
  height: auto !important;
}

.blog-card {
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blog-card .blog-card-img-wrap .card-img {
  position: relative;
  overflow: hidden;
}

.blog-card .blog-card-img-wrap .card-img img {
  transition-duration: 500ms;
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}

.blog-card .blog-card-img-wrap .card-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}

.blog-card .blog-card-img-wrap .blog-date {
  position: absolute;
  left: 30px;
  bottom: -30px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  padding: 10px;
  font-size: 26px;
  color: var(--main);
  font-weight: 800;
  border-radius: 5px;
  line-height: 1;
}
.blog-card .blog-card-img-wrap .blog-date span {
  display: block;
  font-size: 15px;
  color: #232323;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}
.blog-card .card-content {
  padding: 30px;
  padding-top: 50px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card .card-content h4 {
  margin-bottom: 20px;
}

.blog-card .card-content h4 a {
  transition: 0.5s;
}

.blog-card .card-content h4 a:hover {
  color: var(--main-600);
}

/* .blog-card:hover .blog-card-img-wrap .card-img img {
  transform: scale(1.08);
} */

.blog-card:hover .blog-card-img-wrap .card-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.custom-location-detail {
  padding: 65px 80px 65px 80px;
}
.custom-location-detail .icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
}

.custom-location-detail .icon i {
  color: var(--white);
}
.custom-location-info {
  display: flex;
  gap: 57px;
}
.custom-location-info .lc_item {
  max-width: 235px;
}
.custom-location-info .lc_line {
  width: 1px;
  height: 152px;
  background: rgba(3, 23, 64, 0.14);
}
.custom-location-info .lc_item img {
  width: 40px;
}
.custom-callto-link {
  display: flex;
  margin-top: 2.5rem;
}

.custom-callto-link a:first-child {
  margin-right: 40px;
}
.custom-callto-link a svg {
  margin-left: 9px;
  display: inline-flex;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }

  50% {
    opacity: 0;
    transform: translate(-100%);
  }

  51% {
    opacity: 1;
  }
}
.custom-callto-link a:hover svg {
  animation: toRightFromLeft 0.3s forwards;
}
.whychoose_left_section {
  padding-bottom: 85px;
}
.whychoose_left_detail {
  right: 0;
  bottom: 0;
  padding: 50px;
  position: absolute;
  border-radius: 15px;
  background-color: var(--main-600);
}

.active-bg-grey-border-primary .nav-link {
  position: relative;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.active-bg-grey-border-primary .nav-link.active {
  color: var(--main-600) !important;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(
    240deg,
    rgba(0, 172, 224, 0.2) 0%,
    rgba(245, 245, 248, 0.32) 100%
  );
}

.what-do-tab {
  display: flex;
  align-items: center;
  gap: 22px;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
}

.what-do-tab h6 {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s;
}

.what-do-tab span {
  height: 35px; /*54px*/
  width: 2px;
  flex-shrink: 0;
  border-right: 1px solid #a0a1b5;
  position: relative;
}

.what-do-tab span:after {
  content: "";
  width: 3px;
  height: 10px;
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 12px; /*16px*/
  background-color: var(--neutral-500);
}

.what-do-tab .icon-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  display: none;
}

.what-do-tab .icon-bg .icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--neutral-400);
  transition: all 0.4s;
}
.active-bg-grey-border-primary .nav-link:focus .what-do-tab svg,
.active-bg-grey-border-primary .nav-link:hover .what-do-tab svg {
  fill: var(--neutral-500);
  transition: all 0.4s;
}
.active-bg-grey-border-primary .nav-link.active .what-do-tab svg {
  fill: var(--main-600);
  transition: all 0.4s;
}
.active-bg-grey-border-primary .nav-link.active .what-do-tab span:after,
.active-bg-grey-border-primary .nav-link:focus .what-do-tab span:after,
.active-bg-grey-border-primary .nav-link:hover .what-do-tab span:after {
  top: 0;
  transition: all 0.4s;
}
.active-bg-grey-border-primary .nav-link:focus h6,
.active-bg-grey-border-primary .nav-link:hover h6 {
  color: var(--neutral-700);
  transition: all 0.4s;
}
.active-bg-grey-border-primary
  .nav-link:focus
  .what-do-tab
  .icon-bg
  .icon-circle,
.active-bg-grey-border-primary
  .nav-link:hover
  .what-do-tab
  .icon-bg
  .icon-circle {
  background-color: var(--neutral-500);
  transition: all 0.4s;
}
.active-bg-grey-border-primary .nav-link.active h6 {
  color: var(--main-600);
}
.active-bg-grey-border-primary .nav-link.active .what-do-tab .icon-bg {
  background-color: var(--main-50);
}
.active-bg-grey-border-primary .nav-link.active .what-do-tab span:after,
.active-bg-grey-border-primary
  .nav-link.active
  .what-do-tab
  .icon-bg
  .icon-circle {
  background-color: var(--main-600);
  transition: all 0.4s;
}
.tech_group {
  min-height: 320px;
}
.fade-top {
  animation: fadeFromTop 0.6s ease-in-out forwards;
}

@keyframes fadeFromTop {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*---service page css-----------*/
.services-development-section {
  padding: 85px 0px 30px;
  overflow: visible;
}
.company-stats-bg-about {
  margin-top: 0px;
  z-index: 1;
  background: linear-gradient(
    156deg,
    #45d4ff 0.27%,
    #00ace0 19%,
    #0e2769 80.73%
  );
  clip-path: polygon(0 0, 70% 0%, 100% 15%, 100% 100%, 0 100%, 0% 50%);
  border-radius: 20px;
  background: linear-gradient(
    340deg,
    rgb(14 39 105 / 100%) 50%,
    rgb(0 172 224 / 100%) 80%
  );
}

.company-stats-bg-service {
  margin-top: -100px;
  transform: translateY(-100px);
  z-index: 1;
  background: linear-gradient(
    156deg,
    #45d4ff 0.27%,
    #00ace0 19%,
    #0e2769 80.73%
  );
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 14%);

  background: linear-gradient(
    344deg,
    rgb(14 39 105 / 100%) 28%,
    rgb(0 172 224 / 100%) 72%
  );
}
.company-stats-counter {
    max-width: 340px;
    padding: 50px 50px;
    width: 100%;
}

.company-stats-counter .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.service_choose_icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebf3fa;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  transition: all 0.4s;
  border-radius: 50%;
}
.service_choose_icon:hover .icon {
  background: var(--main-600);
}
/* .service_choose_icon:hover .icon svg path {
  stroke: #fff;
  transition: all 0.4s;
} */
.service_choose_icon:hover .icon svg path,
.service_choose_icon:hover .icon svg rect {
  fill: #fff !important;
  transition: all 0.4s;
}
.service_choose_icon h6 {
  text-align: center;
}

.counter-area1 {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  border: 1px solid rgba(3, 23, 64, 0.1);
  border-radius: 10px;
  padding: 70px 58px;
  gap: 8px 32px;
  position: relative;
  background: var(--main-two-600);
}
.counter-area1 .counter-items .content span {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
  line-height: 55px;
}
.counter-area1 .counter-items p {
  max-width: 173px;
}
.counter-area1 .counter-items:hover .content span {
  color: var(--main-600);
}
.counter-area1::before {
  border: 1px solid rgba(3, 23, 64, 0.1);
  position: absolute;
  bottom: -20px;
  width: 90%;
  height: 100%;
  content: "";
  border-radius: 10px;
  z-index: -1;
}

.service-counter-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.counter-grid .ct-sign {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .service_stats_five_grid .col-lg-2 {
    width: 20% !important;
  }
}
.service_tab li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0px;
  position: relative;
}

.service_tab .nav-pills .nav-link.active,
.service_tab .nav-pills .show > .nav-link {
  background-color: transparent;
}

.service_tab ul {
  padding-top: 15px;
}

/* base state (keeps your original look) */
.service_tab li .service_tab_heading {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px 12px 30px;
  margin-bottom: 8px;
  width: 100%;
  color: var(--neutral-900);
  cursor: pointer;
  line-height: 1.5;
  transition: color 0.25s ease, border-color 0.25s ease;
  background: transparent;
  overflow: hidden; /* needed for animation layer */
}

.service_tab li:first-child .service_tab_heading {
  border-top: 0;
}

/* animated overlay for the active/hover border */
.service_tab li .service_tab_heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px; /* same as border-left width */
  height: 100%;
  background: linear-gradient(to bottom, var(--main-600), #22c1dc);
  transform: scaleY(0); /* collapsed at top */
  transform-origin: top;
  transition: transform 0.3s ease-out;
}

/* hover: draw the border from top to bottom */
.service_tab li:hover .service_tab_heading::before {
  transform: scaleY(1);
}

/* active: keep it fully drawn */
.service_tab li.active .service_tab_heading::before {
  transform: scaleY(1);
}

/* active state visual styles */
.service_tab li.active .service_tab_heading {
  color: var(--main-600);
  border-left-color: transparent; /* hide static border, show animated one */
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

/* icons */
.service_tab li .service_tab_heading svg,
.service_tab li .service_tab_heading i {
  flex-shrink: 0;
  margin-left: auto;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.service_tab li:hover .service_tab_heading svg,
.service_tab li.active .service_tab_heading svg,
.service_tab li:hover .service_tab_heading i,
.service_tab li.active .service_tab_heading i {
  opacity: 1;
  transform: translateX(4px);
}

.service_tab li.active .service_tab_heading svg path {
  stroke: var(--main-600);
}

.service_tab_content .tab-content {
  /* box-shadow: 0 4px 25px 0 #0000000a;
  border: 1px solid #1319240f;
  padding: 50px 50px 50px 50px;
  border-radius: 18px;
  position: relative;
  background-color: #fff;
  z-index: 0;
  height: fit-content; */

  padding: 30px 40px;
  position: relative;
  z-index: 0;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  min-height: 500px;
  height: 100%;
  background-color: #f4f8fb;
  background: #fff;
  border: 1px solid #ebf3fa;
}
.service_tab_number {
  position: absolute;
  left: 20px;
  top: 18px;
  height: 16px;
  width: 16px;
  border: 2px solid var(--neutral-500);
  border-radius: 50%;
}
.service_tab_number:before {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--neutral-500);
  position: absolute;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}
.service_tab li.active .service_tab_number {
  border: 2px solid var(--main-600);
}
.service_tab li.active .service_tab_number:before {
  background: var(--main-600);
}
/* .service_tab_content .tab-content:before {
  position: absolute;
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  z-index: -1;
  --color-scheme: #0060b4;
  background: var(--neutral-100);
  mix-blend-mode: color;
} */
/* .service_tab_content h4 {
  padding-block-end: var(--size-4);
  margin-block-end: var(--size-5);
  border-bottom: 1px solid var(--neutral-500);
} */
.custom_ul {
  padding-left: 1rem;
}
.custom_ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
  margin-top: 0;
  color: var(--neutral-900);
}
.custom_ul li::marker {
  color: var(--main-600);
}
/* .services_why_choose {
background-color: transparent;
  background-image: linear-gradient(180deg, #0d2565 0%, #204ab0 100%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
} */
.services_why_choose .icon {
  width: 70px;
  height: 70px;
  /* background-color: rgba(255, 255, 255, 0.149); */
  background-color: var(--main-600);
  -webkit-border-radius: 45px;
  -khtml-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.service_why_choose_box {
  text-align: center;
}
.service_why_choose_box h6 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.service_why_choose_box p {
  /* color: var(--neutral-100); */
  color: #fff; /*#cddbef;*/
  font-size: var(--font-base);
}
.why_choose_divider {
  width: 100%;
  height: 1px;
  position: relative;
  margin-bottom: 25px;
}
.why_choose_divider:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  opacity: 0.149;
  background: #fff;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.why_choose_divider:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background: #fff;
  -webkit-transition: all 0.3s linear 0ms;
  -khtml-transition: all 0.3s linear 0ms;
  -moz-transition: all 0.3s linear 0ms;
  -ms-transition: all 0.3s linear 0ms;
  -o-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
}
.service_why_choose_box:hover .why_choose_divider:before {
  width: 0;
  left: 0;
  right: auto;
}
.service_why_choose_box:hover .why_choose_divider:after {
  width: 100%;
  left: 0;
  right: auto;
}

.sub_service_header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.sub_service_header .icon-circle {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: var(--main-600);
  font-size: 30px;
  color: rgb(255, 255, 255);
  border-radius: 15px;
  transition: 450ms;
}

.sub_service_header .icon-circle i {
  font-size: 36px;
  color: white;
}

.sub_service_header .sub-service-title {
  margin: 0;
  /* font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4; */
}

/* Responsive gap adjustment */
@media (min-width: 1536px) {
  .sub_service_headerr {
    gap: 28px;
  }
}

/* =====================================
   Stats Section – Responsive Gradient Lines
===================================== */

.sass-stats-section {
  position: relative;
}

.sass-stats-grid {
  position: relative;
}

/* ───────── Desktop (≥992px) ───────── */
/* 3 columns × 2 rows */

.sass-stats-grid::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 14%;
  bottom: 14%;
  z-index: 1;

  /* Two vertical gradient lines */
  background: linear-gradient(
        to bottom,
        rgba(30, 42, 120, 0.05),
        rgb(30 42 120 / 18%),
        rgba(30, 42, 120, 0.05)
      )
      33.333% 50% / 2px 100% no-repeat,
    linear-gradient(
        to bottom,
        rgba(30, 42, 120, 0.05),
        rgb(30 42 120 / 18%),
        rgba(30, 42, 120, 0.05)
      )
      66.666% 50% / 2px 100% no-repeat;
}

.sass-stats-grid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  z-index: 1;

  /* Horizontal gradient line */
  background: linear-gradient(
    to right,
    rgba(30, 42, 120, 0.05),
    rgba(30, 42, 120, 0.18),
    rgba(30, 42, 120, 0.05)
  );
}

/* ───────── Stat Items ───────── */

.sass-stat {
  position: relative;
  z-index: 2;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.sass-stat h2 {
  font-weight: 700;
  color: var(--main-600);
  margin-bottom: 6px;
}

/*.sass-stat h3 span {
  font-size: 22px;
  vertical-align: super;
}*/

.sass-stat p {
  font-size: 1.125rem;
  color: var(--neutral-800);
  font-weight: 500;
  margin: 0;
}

/* ───────── Tablet (768px – 991px) ───────── */
/* 2 columns × 3 rows */

@media (max-width: 991.98px) and (min-width: 768px) {
  /* One vertical center line */
  .sass-stats-grid::before {
    background: linear-gradient(
        to bottom,
        rgba(30, 42, 120, 0.05),
        rgba(30, 42, 120, 0.18),
        rgba(30, 42, 120, 0.05)
      )
      50% 50% / 1px 100% no-repeat;
  }

  /* Two horizontal lines (row dividers) */
  .sass-stats-grid::after {
    top: auto;
    height: auto;
    background: linear-gradient(
          to right,
          rgba(30, 42, 120, 0.05),
          rgba(30, 42, 120, 0.18),
          rgba(30, 42, 120, 0.05)
        )
        50% 33.333% / 72% 1px no-repeat,
      linear-gradient(
          to right,
          rgba(30, 42, 120, 0.05),
          rgba(30, 42, 120, 0.18),
          rgba(30, 42, 120, 0.05)
        )
        50% 66.666% / 72% 1px no-repeat;
  }
}

/* ───────── Mobile (<768px) ───────── */
/* 1 column × 6 rows */

@media (max-width: 767.98px) {
  .sass-stats-grid::before,
  .sass-stats-grid::after {
    display: none;
  }
}

/*------------- Services css end ----------------*/

.home-banner-hire {
  position: absolute;
  padding: 21px 18px;
  border: 0;
  border-radius: 0;
  right: 22px;
  top: -40px;
  display: inline-block;
  z-index: 1;
}
.home-banner-hire-bg-shape {
  position: absolute;
  inset: 0;
}
.home-banner-hire .banner-arrowicon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: var(--main-600);
  z-index: 2;
  line-height: 1;
}
.home-banner-hire .banner-tag {
  position: relative;
  display: inline-block;
  background: var(--main-two-600);
  color: #fff;
  border-radius: 50%;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  min-height: 116px;
  min-width: 116px;
  text-align: center;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  animation: spin 10s infinite alternate-reverse;
}

.home-banner-hire .banner-tag span {
  --rotate-letter: 13.7deg;
  min-height: 54px;
  position: absolute;
  min-width: 85px;
  top: 2px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(var(--rotate-letter));
  transform: rotate(var(--rotate-letter));
}

/*------------------ Service Process Design 2 ---------------------------*/
.service_process_two .service_process_two_slider {
  position: relative;
  z-index: 2;
}

.service_process_two .process_two_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.process_two_box .process_two_box_icon {
  --size: 70px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--main-600);
  border: 2px solid var(--main-600);
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  transition: 0.2s linear;
}
.process_two_box:hover .process_two_box_icon {
  background: #fff;
  color: var(--main-600);
  transition: 0.2s linear;
}
.process_two_box .process_two_box_icon img {
  --size: 35px;
  max-width: var(--size);
  max-height: var(--size);
  object-fit: contain;
}

.process_two_box .process_two_box_content {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 60px -1px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 23px;
}

.process_two_box .process_two_box_content .h5_title {
  color: var(--main-600);
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 1rem;
}

.process_two_box .process_two_box_content .sub_title2 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.saas-process-steps-ul {
  padding-left: 1.2rem;
}
.saas-process-steps-ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
  margin-top: 0;
  color: var(--neutral-900);
}
.saas-process-steps-ul li::marker {
  color: var(--main-600);
}
.process_two_box .process_two_box_content .saas-process-steps-ul,
.process_two_box .process_two_box_content p {
  font-size: 0.9rem;
}

@media screen and (min-width: 992px) {
  .service_process_two .service_process_two_slider {
    --slider_extra_space: 50px;
    padding: var(--slider_extra_space);
    margin: calc(var(--slider_extra_space) * -1);
  }

  .service_process_two
    .service_process_two_slider
    .swiper-wrapper
    [class*="swiper-slide"]:not(:last-child)
    .process_two_box:before {
    --extra_space: 24px;
    content: "";
    position: absolute;
    top: -35px;
    left: calc(100% + (var(--extra_space) * 0.5));
    transform: translate(-50%, 0);
    width: 108.2%;
    height: 74px;
    z-index: -1;
    display: inline-block;
    background-color: var(--main-600);
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    transition: var(--theme_transition);
  }

  /* .service_process_two
    .service_process_two_slider
    .swiper-wrapper
    [class*="swiper-slide"]:nth-child(3n + 1)
    .process_two_box:before {
    --svg: url('data:image/svg+xml,<svg width="331" height="74" viewBox="0 0 331 74" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3054_11" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="331" height="74"><rect width="331" height="74" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3054_11)"><path d="M-3 61.0002L-3.61118 63.4243L-3 61.0002ZM324.5 2.00007L326.291 3.74432L326.337 3.69711L326.38 3.64755L324.5 2.00007ZM672.155 -39.3926C673.318 -38.6496 674.864 -38.9907 675.607 -40.1545C676.35 -41.3183 676.009 -42.864 674.845 -43.607L672.155 -39.3926ZM-329.542 112.031C-282.585 78.3119 -245.083 55.2191 -197.46 45.954C-149.806 36.6829 -91.7288 41.2076 -3.61118 63.4243L-2.38882 58.576C-90.7712 36.2926 -149.694 31.5672 -198.415 41.0461C-247.167 50.531 -285.415 74.1883 -332.458 107.97L-329.542 112.031ZM-3.61118 63.4243C63.2534 80.2826 136.219 75.0593 197.091 60.8587C227.541 53.755 255.024 44.3914 277.269 34.3762C299.455 24.3879 316.632 13.6623 326.291 3.74432L322.709 0.255814C313.702 9.50447 297.199 19.9203 275.216 29.817C253.294 39.6868 226.122 48.9518 195.955 55.9895C135.591 70.0715 63.4734 75.1816 -2.38882 58.576L-3.61118 63.4243ZM326.38 3.64755C373.61 -50.2586 438.064 -75.0405 501.792 -79.3179C565.56 -83.598 628.396 -67.3291 672.155 -39.3926L674.845 -43.607C630.104 -72.1702 566.19 -88.6515 501.458 -84.3067C436.686 -79.9593 370.89 -54.7413 322.62 0.352585L326.38 3.64755Z" fill="currentColor"/></g></svg>');
    top: -22px;
  } */

  .service_process_two
    .service_process_two_slider
    .swiper-wrapper
    [class*="swiper-slide"]:nth-child(3n + 1)
    .process_two_box:before {
    --svg: url('data:image/svg+xml,<svg width="331" height="74" viewBox="0 0 331 74" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3054_11" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="331" height="74"><rect width="331" height="74" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3054_11)"><path d="M328 25.0002L327.389 27.4243L328 25.0002ZM655.5 -33.9999L657.291 -32.2557L657.337 -32.3029L657.38 -32.3524L655.5 -33.9999ZM1003.15 -75.3926C1004.32 -74.6496 1005.86 -74.9907 1006.61 -76.1545C1007.35 -77.3183 1007.01 -78.864 1005.85 -79.607L1003.15 -75.3926ZM1.4582 76.0309C48.4148 42.3119 85.9174 19.2191 133.54 9.95404C181.194 0.682892 239.271 5.20761 327.389 27.4243L328.611 22.576C240.229 0.292572 181.306 -4.4328 132.585 5.04606C83.8326 14.531 45.5852 38.1883 -1.4582 71.9695L1.4582 76.0309ZM327.389 27.4243C394.253 44.2826 467.219 39.0593 528.091 24.8587C558.541 17.755 586.024 8.39137 608.269 -1.6238C630.455 -11.6121 647.632 -22.3377 657.291 -32.2557L653.709 -35.7442C644.702 -26.4955 628.199 -16.0797 606.216 -6.18304C584.294 3.68678 557.122 12.9518 526.955 19.9895C466.591 34.0715 394.473 39.1816 328.611 22.576L327.389 27.4243ZM657.38 -32.3524C704.61 -86.2586 769.064 -111.04 832.792 -115.318C896.56 -119.598 959.396 -103.329 1003.15 -75.3926L1005.85 -79.607C961.104 -108.17 897.19 -124.651 832.458 -120.307C767.686 -115.959 701.89 -90.7413 653.62 -35.6474L657.38 -32.3524Z" fill="currentColor"/></g></svg>');
  }

  .service_process_two
    .service_process_two_slider
    .swiper-wrapper
    [class*="swiper-slide"]:nth-child(3n + 2)
    .process_two_box:before {
    --svg: url('data:image/svg+xml,<svg width="331" height="74" viewBox="0 0 331 74" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3054_11" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="331" height="74"><rect width="331" height="74" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3054_11)"><path d="M-3 61.0002L-3.61118 63.4243L-3 61.0002ZM324.5 2.00007L326.291 3.74432L326.337 3.69711L326.38 3.64755L324.5 2.00007ZM672.155 -39.3926C673.318 -38.6496 674.864 -38.9907 675.607 -40.1545C676.35 -41.3183 676.009 -42.864 674.845 -43.607L672.155 -39.3926ZM-329.542 112.031C-282.585 78.3119 -245.083 55.2191 -197.46 45.954C-149.806 36.6829 -91.7288 41.2076 -3.61118 63.4243L-2.38882 58.576C-90.7712 36.2926 -149.694 31.5672 -198.415 41.0461C-247.167 50.531 -285.415 74.1883 -332.458 107.97L-329.542 112.031ZM-3.61118 63.4243C63.2534 80.2826 136.219 75.0593 197.091 60.8587C227.541 53.755 255.024 44.3914 277.269 34.3762C299.455 24.3879 316.632 13.6623 326.291 3.74432L322.709 0.255814C313.702 9.50447 297.199 19.9203 275.216 29.817C253.294 39.6868 226.122 48.9518 195.955 55.9895C135.591 70.0715 63.4734 75.1816 -2.38882 58.576L-3.61118 63.4243ZM326.38 3.64755C373.61 -50.2586 438.064 -75.0405 501.792 -79.3179C565.56 -83.598 628.396 -67.3291 672.155 -39.3926L674.845 -43.607C630.104 -72.1702 566.19 -88.6515 501.458 -84.3067C436.686 -79.9593 370.89 -54.7413 322.62 0.352585L326.38 3.64755Z" fill="currentColor"/></g></svg>');
    top: -22px;
  }

  .service_process_two
    .service_process_two_slider
    .swiper-wrapper
    [class*="swiper-slide"]:nth-child(3n + 3)
    .process_two_box:before {
    --svg: url('data:image/svg+xml,<svg width="331" height="85" viewBox="0 0 331 85" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3054_11" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="331" height="85"><rect width="331" height="85" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3054_11)"><path d="M-333 146L-333.611 148.424L-333 146ZM-5.5 87.0001L-3.70903 88.7443L-3.66305 88.6971L-3.61963 88.6476L-5.5 87.0001ZM342.155 45.6074C343.319 46.3504 344.864 46.0093 345.607 44.8455C346.35 43.6817 346.009 42.136 344.845 41.393L342.155 45.6074ZM-659.542 197.031C-612.585 163.312 -575.083 140.219 -527.46 130.954C-479.806 121.683 -421.729 126.208 -333.611 148.424L-332.389 143.576C-420.771 121.293 -479.694 116.567 -528.415 126.046C-577.167 135.531 -615.415 159.188 -662.458 192.97L-659.542 197.031ZM-333.611 148.424C-266.747 165.283 -193.781 160.059 -132.909 145.859C-102.459 138.755 -74.9761 129.391 -52.7308 119.376C-30.5453 109.388 -13.3683 98.6623 -3.70903 88.7443L-7.29097 85.2558C-16.2984 94.5045 -32.8014 104.92 -54.7835 114.817C-76.7059 124.687 -103.878 133.952 -134.045 140.989C-194.409 155.072 -266.527 160.182 -332.389 143.576L-333.611 148.424ZM-3.61963 88.6476C43.6101 34.7414 108.064 9.9595 171.792 5.68207C235.56 1.402 298.396 17.6709 342.155 45.6074L344.845 41.393C300.104 12.8298 236.19 -3.65149 171.458 0.693299C106.686 5.04073 40.8899 30.2587 -7.38037 85.3526L-3.61963 88.6476Z" fill="currentColor"/></g></svg>');
    height: 85px;
    top: -57px;
  }

  /* .service_process_two .process_two_box.process_two_box0 {
    margin-top: 189px;
  } */
  .service_process_two .process_two_box.process_two_box1 {
    margin-top: 149px;
  }

  .service_process_two .process_two_box.process_two_box2 {
    margin-top: 100px;
  }

  .service_process_two .process_two_box.process_two_box3 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .process_two_box .process_two_box_content {
    padding: 10px 20px 13px;
  }
}
@media screen and (min-width: 992px) {
  .service_process_two_slider .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .service_process_two_slider .swiper-slide {
    flex: 1;
    width: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .service_process_two .service_process_two_slider {
    overflow: visible;
  }

  .service_process_two .service_process_two_slider:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 5px;
    background: var(--main-600);
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .service_process_two .service_process_two_slider {
    padding-inline: 24px;
  }
}

@media screen and (max-width: 400px) {
  .service_process_two .service_process_two_slider:before {
    top: 30px;
    height: 3px;
  }

  .process_two_box .process_two_box_icon {
    --size: 60px;
    margin-bottom: 15px;
  }

  .process_two_box .process_two_box_icon img {
    --size: 30px;
  }
}

.salesforce_offering_box {
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3s linear;
}
.salesforce_offering_box:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
  transition: 0.3s linear;
}

/*==================== v5 home banner css start =============================*/
.home-banner-v5 {
  border-radius: 16px;
  margin: 0px 60px 0;
}
.home-banner-v5 .shape-1 {
  position: absolute;
  bottom: 0;
  right: 200px;
  opacity: 8%;
}
.home-banner-v5 .hero-bg {
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-size: cover;
  border-radius: 25px;
}
.home-banner-v5 .bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

/*==================== v5 home banner css end =============================*/

.about-detail-right {
  position: relative;
  padding: 170px 135px 88px 0;
  /* padding: 140px 135px 88px 0; */
  margin-left: -80px;
}
.about-detail-right .img1 {
  border-radius: 16px;
  overflow: hidden;
}
.about-detail-right .about-circle2 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
  border-radius: 16px;
  background: var(--main-600);
  max-width: 258px;
  padding: 30px 26px;
}
.about-round-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  animation: none !important;
  width: auto;
  height: auto;
  border: 20px solid #fff;
  display: inline-block;
  min-height: 180px;
  min-width: 180px;
  text-align: center;
  font-size: 16px;
}
.about-round-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-round-icon img {
  width: 40px;
}
.about-round-wrapp {
  display: inline-block;
  border: 0;
  padding: 0;
  width: 180px;
  height: 180px;
  -webkit-animation: spin 10s infinite alternate linear;
  animation: spin 10s infinite alternate linear;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-round-anime {
  position: absolute;
  width: auto;
  height: auto;
  top: 11px;
  left: 53px;
}

.about-round-anime span {
  --rotate-letter: 10deg;
  min-height: 106px;
  top: -8px;
  left: -47px;
}

.about-round-tag span {
  --rotate-letter: 12.2deg;
  min-height: 85px;
  position: absolute;
  min-width: 85px;
  top: 2px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotate(var(--rotate-letter));
  transform: rotate(var(--rotate-letter));
}

.about-round-tag span.char2,
.home-banner-hire .banner-tag span.char2 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
  transform: rotate(calc(var(--rotate-letter) * 2));
}

.about-round-tag span.char3,
.home-banner-hire .banner-tag span.char3 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
  transform: rotate(calc(var(--rotate-letter) * 3));
}

.about-round-tag span.char4,
.home-banner-hire .banner-tag span.char4 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
  transform: rotate(calc(var(--rotate-letter) * 4));
}

.about-round-tag span.char5,
.home-banner-hire .banner-tag span.char5 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
  transform: rotate(calc(var(--rotate-letter) * 5));
}

.about-round-tag span.char6,
.home-banner-hire .banner-tag span.char6 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
  transform: rotate(calc(var(--rotate-letter) * 6));
}

.about-round-tag span.char7,
.home-banner-hire .banner-tag span.char7 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
  transform: rotate(calc(var(--rotate-letter) * 7));
}

.about-round-tag span.char8,
.home-banner-hire .banner-tag span.char8 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
  transform: rotate(calc(var(--rotate-letter) * 8));
}

.about-round-tag span.char9,
.home-banner-hire .banner-tag span.char9 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
  transform: rotate(calc(var(--rotate-letter) * 9));
}

.about-round-tag span.char10,
.home-banner-hire .banner-tag span.char10 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
  transform: rotate(calc(var(--rotate-letter) * 10));
}

.about-round-tag span.char11,
.home-banner-hire .banner-tag span.char11 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
  transform: rotate(calc(var(--rotate-letter) * 11));
}

.about-round-tag span.char12,
.home-banner-hire .banner-tag span.char12 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
  transform: rotate(calc(var(--rotate-letter) * 12));
}

.about-round-tag span.char13,
.home-banner-hire .banner-tag span.char13 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
  transform: rotate(calc(var(--rotate-letter) * 13));
}

.about-round-tag span.char14,
.home-banner-hire .banner-tag span.char14 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
  transform: rotate(calc(var(--rotate-letter) * 14));
}

.about-round-tag span.char15,
.home-banner-hire .banner-tag span.char15 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
  transform: rotate(calc(var(--rotate-letter) * 15));
}

.about-round-tag span.char16,
.home-banner-hire .banner-tag span.char16 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
  transform: rotate(calc(var(--rotate-letter) * 16));
}

.about-round-tag span.char17,
.home-banner-hire .banner-tag span.char17 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
  transform: rotate(calc(var(--rotate-letter) * 17));
}

.about-round-tag span.char18,
.home-banner-hire .banner-tag span.char18 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
  transform: rotate(calc(var(--rotate-letter) * 18));
}

.about-round-tag span.char19,
.home-banner-hire .banner-tag span.char19 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
  transform: rotate(calc(var(--rotate-letter) * 19));
}

.about-round-tag span.char20,
.home-banner-hire .banner-tag span.char20 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
  transform: rotate(calc(var(--rotate-letter) * 20));
}

.about-round-tag span.char21,
.home-banner-hire .banner-tag span.char21 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
  transform: rotate(calc(var(--rotate-letter) * 21));
}

.about-round-tag span.char22,
.home-banner-hire .banner-tag span.char22 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
  transform: rotate(calc(var(--rotate-letter) * 22));
}

.about-round-tag span.char23,
.home-banner-hire .banner-tag span.char23 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
  transform: rotate(calc(var(--rotate-letter) * 23));
}

.about-round-tag span.char24,
.home-banner-hire .banner-tag span.char24 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
  transform: rotate(calc(var(--rotate-letter) * 24));
}

.about-round-tag span.char25,
.home-banner-hire .banner-tag span.char25 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
  transform: rotate(calc(var(--rotate-letter) * 25));
}

.about-round-tag span.char26,
.home-banner-hire .banner-tag span.char26 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
  transform: rotate(calc(var(--rotate-letter) * 26));
}

.about-round-tag span.char27,
.home-banner-hire .banner-tag span.char27 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
  transform: rotate(calc(var(--rotate-letter) * 27));
}

.about-round-tag span.char28,
.home-banner-hire .banner-tag span.char28 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
  transform: rotate(calc(var(--rotate-letter) * 28));
}

.about-round-tag span.char29,
.home-banner-hire .banner-tag span.char29 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
  transform: rotate(calc(var(--rotate-letter) * 29));
}

.about-round-tag span.char30,
.home-banner-hire .banner-tag span.char30 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
  transform: rotate(calc(var(--rotate-letter) * 30));
}
.about-round-tag span.char31,
.home-banner-hire .banner-tag span.char31 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
  transform: rotate(calc(var(--rotate-letter) * 31));
}

.about-round-tag span.char32,
.home-banner-hire .banner-tag span.char32 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
  transform: rotate(calc(var(--rotate-letter) * 32));
}
.about-round-tag span.char33,
.home-banner-hire .banner-tag span.char33 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
  transform: rotate(calc(var(--rotate-letter) * 33));
}
.footer-bg-shape {
  background-image: url(../images/shapes/site-footer-shape-bg.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.common-bg-shape {
  background: url(images/shapes/site-footer-shape-bg.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* ====================================================================
	Working Roadmap Process One
====================================================================

***/

.process-one {
  position: relative;
  /* padding: 200px 0px 120px; */
}

.process-one.style-two {
  padding-bottom: 0px;
}
.process-one .step-block_one:nth-child(1) {
  top: 30px;
}
.process-one .step-block_one:nth-child(2) {
  top: 70px;
}

.process-one .step-block_one:nth-child(2) .step-block_one-inner:before {
  bottom: auto;
  top: 20%;
}

.process-one .step-block_one:nth-child(3) {
  top: -60px;
}

.process-one .step-block_one:nth-child(3) .step-block_one-inner:before {
  bottom: auto;
  top: 30%;
}

.process-one .step-block_one:nth-child(4) {
  top: -155px;
}

.step-block_one:last-child .step-block_one-inner:before {
  display: none;
}

.step-block_one {
  position: relative;
}

.step-block_one-inner {
  position: relative;
  padding: 65px 50px;
  border-radius: 20px;
  border: 2px solid #d9d9d9;
}

.step-block_one-inner:before {
  position: absolute;
  content: "";
  right: -29px;
  bottom: 60px;
  width: 30px;
  height: 90px;
  z-index: 1;
  background: url(/images/shapes/process-step-curve.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.step-block_one:last-child .step-block_one-inner::before {
  display: none;
}

.step-block_one-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-size: cover;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.step-block_one-inner:hover .step-block_one-bg {
  opacity: 1;
}

.step-block_one-number {
  position: relative;
  font-size: 16px;
}

.step-block_one-number span {
  position: relative;
  line-height: 1em;
  font-weight: 800;
  font-size: 96px;
  background: linear-gradient(to bottom, var(--main-two-600), var(--main-600));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step-block_one-inner:hover .step-block_one-number span {
  color: var(--black);
  -webkit-text-fill-color: inherit;
}

.step-block_one-inner:hover .step-block_one-heading {
  color: var(--main-600);
}

.step-block_one-heading {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  margin-top: 100px;
  color: var(--black);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.step-block_one-text {
  position: relative;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 15px;
}

.process-one_content {
  position: relative;
  text-align: right;
  margin-top: -140px;
}

.process-one_button {
  position: relative;
}

.process-one_content-text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 20px;
}

.mission-vision-grid .d-block {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
/*------- Company CEO Section -------------------*/
.our-team-border {
    width: calc(100% - calc(var(--bs-gutter-x) * .5));
    margin-left: calc(var(--bs-gutter-x) * .5);
    border-top: 1px solid #dee2e6;
    padding-bottom:4rem;
}
.our-team-section{
    padding-bottom:4rem;
}
.our-team-general {
    margin-bottom: 4rem;
    margin-top: 1rem;
}
.our-team-general .row {
    justify-content: flex-start;
    --bs-gutter-x: 4rem;
}
.our-team-general-single {
    width: 28%;
}
.main-people-item {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e3e3ec;
}

.cs-ceo-profile {
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  /* background-color: #F3F2FA; */
  padding: 20px;
  border-radius: 15px;
  height: fit-content;
  width: calc(425px - calc(var(--bs-gutter-x) * .5));
  margin-left: calc(var(--bs-gutter-x) * .5);
}

.cs-ceo-profile-img {
  /* height: 408px; */
  width: 100%;
  background: linear-gradient(180deg, #daf7ff 0%, #b5c5f7 100%);
  border-radius: 12px;
  position: relative;
}

.cs-ceo-profile-img::before {
  position: absolute;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: calc(100% + 50px);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(0) invert(1);
}

/* .main-people-item:nth-child(1) .cs-ceo-profile-img::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzk0IiBoZWlnaHQ9IjM5NCIgdmlld0JveD0iMCAwIDM5NCAzOTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuNiI+CjxjaXJjbGUgY3g9IjE5NyIgY3k9IjE5NyIgcj0iMTk2LjI1IiBzdHJva2U9IiNFM0UzRUMiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxjaXJjbGUgY3g9IjE5NyIgY3k9IjE5NyIgcj0iMTY4LjUzMSIgc3Ryb2tlPSIjRTNFM0VDIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8Y2lyY2xlIGN4PSIxOTciIGN5PSIxOTciIHI9IjE0MC44MTMiIHN0cm9rZT0iI0UzRTNFQyIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPGNpcmNsZSBjeD0iMTk3IiBjeT0iMTk3IiByPSIxMTMuMDk0IiBzdHJva2U9IiNFM0UzRUMiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjwvZz4KPC9zdmc+Cg==");
} */

.cs-ceo-profile-img::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQ2IiBoZWlnaHQ9IjM0NiIgdmlld0JveD0iMCAwIDM0NiAzNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuNiI+CjxyZWN0IHg9IjE3MyIgd2lkdGg9IjEuMzQ0NTYiIGhlaWdodD0iMzQ2IiBmaWxsPSIjRTNFM0VDIi8+CjxyZWN0IHg9IjIxOC4yMTkiIHk9IjUuNzczNDQiIHdpZHRoPSIxLjM0NDU2IiBoZWlnaHQ9IjM0NiIgdHJhbnNmb3JtPSJyb3RhdGUoMTUgMjE4LjIxOSA1Ljc3MzQ0KSIgZmlsbD0iI0UzRTNFQyIvPgo8cmVjdCB4PSIyNTkuOTkyIiB5PSIyMi45NDUzIiB3aWR0aD0iMS4zNDQ1NiIgaGVpZ2h0PSIzNDYiIHRyYW5zZm9ybT0icm90YXRlKDMwIDI1OS45OTIgMjIuOTQ1MykiIGZpbGw9IiNFM0UzRUMiLz4KPHJlY3QgeD0iMjk1Ljg5NSIgeT0iNTAuMzM5OCIgd2lkdGg9IjEuMzQ0NTYiIGhlaWdodD0iMzQ2IiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAyOTUuODk1IDUwLjMzOTgpIiBmaWxsPSIjRTNFM0VDIi8+CjxyZWN0IHg9IjMyMy40ODQiIHk9Ijg2LjA5MzgiIHdpZHRoPSIxLjM0NDU2IiBoZWlnaHQ9IjM0NiIgdHJhbnNmb3JtPSJyb3RhdGUoNjAgMzIzLjQ4NCA4Ni4wOTM4KSIgZmlsbD0iI0UzRTNFQyIvPgo8cmVjdCB4PSIzNDAuODc5IiB5PSIxMjcuNzczIiB3aWR0aD0iMS4zNDQ1NiIgaGVpZ2h0PSIzNDYiIHRyYW5zZm9ybT0icm90YXRlKDc1IDM0MC44NzkgMTI3Ljc3MykiIGZpbGw9IiNFM0UzRUMiLz4KPHJlY3QgeD0iMzQ2IiB5PSIxNzIuMTA1IiB3aWR0aD0iMS4zNDQ1NiIgaGVpZ2h0PSIzNDYiIHRyYW5zZm9ybT0icm90YXRlKDkwIDM0NiAxNzIuMTA1KSIgZmlsbD0iI0UzRTNFQyIvPgo8cmVjdCB4PSIzNDEuMTIxIiB5PSIyMTcuMzI0IiB3aWR0aD0iMS4zNDQ1NiIgaGVpZ2h0PSIzNDYiIHRyYW5zZm9ybT0icm90YXRlKDEwNSAzNDEuMTIxIDIxNy4zMjQpIiBmaWxsPSIjRTNFM0VDIi8+CjxyZWN0IHg9IjMyMy45NTMiIHk9IjI1OS4wOTQiIHdpZHRoPSIxLjM0NDU2IiBoZWlnaHQ9IjM0NiIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDMyMy45NTMgMjU5LjA5NCkiIGZpbGw9IiNFM0UzRUMiLz4KPHJlY3QgeD0iMjk2LjU1NSIgeT0iMjk1IiB3aWR0aD0iMS4zNDQ1NiIgaGVpZ2h0PSIzNDYiIHRyYW5zZm9ybT0icm90YXRlKDEzNSAyOTYuNTU1IDI5NSkiIGZpbGw9IiNFM0UzRUMiLz4KPHJlY3QgeD0iMjYwLjgwMSIgeT0iMzIyLjU5IiB3aWR0aD0iMS4zNDQ1NiIgaGVpZ2h0PSIzNDYiIHRyYW5zZm9ybT0icm90YXRlKDE1MCAyNjAuODAxIDMyMi41OSkiIGZpbGw9IiNFM0UzRUMiLz4KPHJlY3QgeD0iMjE5LjEyMSIgeT0iMzM5Ljk4NCIgd2lkdGg9IjEuMzQ0NTYiIGhlaWdodD0iMzQ2IiB0cmFuc2Zvcm09InJvdGF0ZSgxNjUgMjE5LjEyMSAzMzkuOTg0KSIgZmlsbD0iI0UzRTNFQyIvPgo8L2c+Cjwvc3ZnPgo=");
}

/* .main-people-item:nth-child(3) .cs-ceo-profile-img::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzk5IiBoZWlnaHQ9IjM5OSIgdmlld0JveD0iMCAwIDM5OSAzOTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuNiI+CjxyZWN0IHg9IjE5OS40ODQiIHk9IjEuOTM5MzQiIHdpZHRoPSIyNzkuMzY5IiBoZWlnaHQ9IjI3OS4zNjkiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDE5OS40ODQgMS45MzkzNCkiIHN0cm9rZT0iI0UzRTNFQyIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHJlY3QgeD0iMTk5LjQ4NCIgeT0iMzAuNTQwOSIgd2lkdGg9IjIzOC45MjIiIGhlaWdodD0iMjM4LjkyMiIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTk5LjQ4NCAzMC41NDA5KSIgc3Ryb2tlPSIjRTNFM0VDIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cmVjdCB4PSIxOTkuNDg0IiB5PSI1OS41OCIgd2lkdGg9IjIwMi45ODgiIGhlaWdodD0iMjAyLjk4OCIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTk5LjQ4NCA1OS41OCkiIHN0cm9rZT0iI0UzRTNFQyIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHJlY3QgeD0iMTk5LjQ4NCIgeT0iODguNjE5IiB3aWR0aD0iMTYxLjkyIiBoZWlnaHQ9IjE2MS45MiIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTk5LjQ4NCA4OC42MTkpIiBzdHJva2U9IiNFM0UzRUMiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjwvZz4KPC9zdmc+Cg==");
} */

    .cs-ceo-profile-img img {
        width: 100%;
        height: calc(100% + 10px);
        object-fit: contain;
        border-radius: 12px;
        margin-top: 0;
        padding-top: 10px;
        position: relative;
    }

.cs-ceo-profile-name {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  position: relative;
}

    .cs-ceo-profile-name .content {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-left: 20px;
        width: calc(100% - 50px);
    }

.cs-ceo-profile-name h5 {
  margin: 0;
  color: var(--main-two-600);
  font-weight: 600;
  line-height: 1;
}

.cs-ceo-profile-name span {
  color: var(--main-two-600);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1;
}

.cs-ceo-profile-name::before {
  position: absolute;
  width: 6px;
  height: 100%;
  border-radius: 20px;
  content: "";
  background: linear-gradient(
    135.21deg,
    var(--main-two-600) -0.75%,
    var(--main-600) 101.87%
  );
}

.cs-ceo-profile-in {
  width: 50px;
  height: 50px;
}

.cs-ceo-profile-in a,
.cs-ceo-profile-in svg {
  width: 100%;
  height: 100%;
  display: flex;
}

.cs-ceo-profile-qoute {
  font-size: 20px;
  line-height: 1.2;
  color: var(--main-two-600);
  margin-bottom: 15px;
}

.cs-ceo-profile-group {
  margin: 20px 0 25px;
}

.cs-ceo-profile-group .title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.5;
  color: var(--main-two-600);
  margin-bottom: 10px;
}

.cs-ceo-profile-group ul li {
  padding: 8px 14px;
  border: 1px solid var(--main-600);
  border-radius: 5px;
  color: var(--main-600);
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.2;
}

.cs-ceo-profile-group ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 20px;
}

.cs-ceo-profile-group .certificate-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cs-ceo-profile-group .certificate-item {
  width: 65px;
  height: 65px;
}

.cs-ceo-profile-group .certificate-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.cs-ceo-profile-content {
  width: calc(100% - 425px);
  padding-left: 80px;
}
.cs-ceo-profile-qoute .icon-qoute {
  display: block;
  margin-bottom: 8px;
}

.cs-ceo-profile-qoute .icon-qoute svg {
  display: flex;
}

.cs-ceo-profile-group .title:has(+ .certificate-row) {
  margin-bottom: 16px;
}

.cs-ceo-profile-group:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .aboutus-meet .team-card {
  }

  .main-people-item {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1366px) {
  .main-people-item {
    grid-template-columns: 394px 1fr;
    gap: 40px;
  }

  .cs-ceo-profile-img {
    height: 355px;
  }

  .aboutus-meet .team-card {
    width: 100%;
    padding: 0 12px 0 12px;
  }
}

@media screen and (max-width: 992px) {
  .main-people-item {
    display: flex;
    flex-direction: column;
  }

  .cs-ceo-profile {
    max-width: 450px;
  }

  .aboutus-meet .team-card {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .cs-ceo-profile-qoute {
    font-size: 18px;
  }

  .cs-ceo-profile-group ul {
    gap: 10px;
  }

  .cs-ceo-profile-group ul li {
    font-size: 14px;
  }

  .cs-ceo-profile-img {
    height: 320px;
  }
  .aboutus-meet .mission-card .image {
    display: none;
  }
}

/*------------------Company History ---------------------------*/
.main_journey .our_journey_slider {
  position: relative;
  z-index: 2;
}

.main_journey .journey_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.journey_box .journey_box_icon {
  --size: 70px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--main-600);
  margin-bottom: 30px;
}

.journey_box .journey_box_icon img {
  --size: 35px;
  max-width: var(--size);
  max-height: var(--size);
  object-fit: contain;
}

.journey_box .journey_box_content {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 60px -1px rgba(0, 0, 0, 0.1);
  padding: 20px 30px 23px;
}

.journey_box .journey_box_content .h5_title {
  color: var(--main-600);
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 1.25rem;
}

.journey_box .journey_box_content .sub_title2 {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .main_journey .our_journey_slider {
    --slider_extra_space: 50px;
    padding: var(--slider_extra_space);
    margin: calc(var(--slider_extra_space) * -1);
  }

  .main_journey
    .our_journey_slider
    .swiper-wrapper
    [class*="swiper-slide"]:not(:last-child)
    .journey_box:before {
    --extra_space: 24px;
    content: "";
    position: absolute;
    top: -35px;
    left: calc(100% + (var(--extra_space) * 0.5));
    transform: translate(-50%, 0);
    width: 108.2%;
    height: 74px;
    z-index: -1;
    display: inline-block;
    background-color: var(--main-600);
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    transition: var(--theme_transition);
  }

  .main_journey
    .our_journey_slider
    .swiper-wrapper
    [class*="swiper-slide"]:nth-child(3n + 1)
    .journey_box:before {
    --svg: url('data:image/svg+xml,<svg width="331" height="74" viewBox="0 0 331 74" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3054_11" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="331" height="74"><rect width="331" height="74" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3054_11)"><path d="M328 25.0002L327.389 27.4243L328 25.0002ZM655.5 -33.9999L657.291 -32.2557L657.337 -32.3029L657.38 -32.3524L655.5 -33.9999ZM1003.15 -75.3926C1004.32 -74.6496 1005.86 -74.9907 1006.61 -76.1545C1007.35 -77.3183 1007.01 -78.864 1005.85 -79.607L1003.15 -75.3926ZM1.4582 76.0309C48.4148 42.3119 85.9174 19.2191 133.54 9.95404C181.194 0.682892 239.271 5.20761 327.389 27.4243L328.611 22.576C240.229 0.292572 181.306 -4.4328 132.585 5.04606C83.8326 14.531 45.5852 38.1883 -1.4582 71.9695L1.4582 76.0309ZM327.389 27.4243C394.253 44.2826 467.219 39.0593 528.091 24.8587C558.541 17.755 586.024 8.39137 608.269 -1.6238C630.455 -11.6121 647.632 -22.3377 657.291 -32.2557L653.709 -35.7442C644.702 -26.4955 628.199 -16.0797 606.216 -6.18304C584.294 3.68678 557.122 12.9518 526.955 19.9895C466.591 34.0715 394.473 39.1816 328.611 22.576L327.389 27.4243ZM657.38 -32.3524C704.61 -86.2586 769.064 -111.04 832.792 -115.318C896.56 -119.598 959.396 -103.329 1003.15 -75.3926L1005.85 -79.607C961.104 -108.17 897.19 -124.651 832.458 -120.307C767.686 -115.959 701.89 -90.7413 653.62 -35.6474L657.38 -32.3524Z" fill="currentColor"/></g></svg>');
  }

  .main_journey
    .our_journey_slider
    .swiper-wrapper
    [class*="swiper-slide"]:nth-child(3n + 2)
    .journey_box:before {
    --svg: url('data:image/svg+xml,<svg width="331" height="74" viewBox="0 0 331 74" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3054_11" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="331" height="74"><rect width="331" height="74" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3054_11)"><path d="M-3 61.0002L-3.61118 63.4243L-3 61.0002ZM324.5 2.00007L326.291 3.74432L326.337 3.69711L326.38 3.64755L324.5 2.00007ZM672.155 -39.3926C673.318 -38.6496 674.864 -38.9907 675.607 -40.1545C676.35 -41.3183 676.009 -42.864 674.845 -43.607L672.155 -39.3926ZM-329.542 112.031C-282.585 78.3119 -245.083 55.2191 -197.46 45.954C-149.806 36.6829 -91.7288 41.2076 -3.61118 63.4243L-2.38882 58.576C-90.7712 36.2926 -149.694 31.5672 -198.415 41.0461C-247.167 50.531 -285.415 74.1883 -332.458 107.97L-329.542 112.031ZM-3.61118 63.4243C63.2534 80.2826 136.219 75.0593 197.091 60.8587C227.541 53.755 255.024 44.3914 277.269 34.3762C299.455 24.3879 316.632 13.6623 326.291 3.74432L322.709 0.255814C313.702 9.50447 297.199 19.9203 275.216 29.817C253.294 39.6868 226.122 48.9518 195.955 55.9895C135.591 70.0715 63.4734 75.1816 -2.38882 58.576L-3.61118 63.4243ZM326.38 3.64755C373.61 -50.2586 438.064 -75.0405 501.792 -79.3179C565.56 -83.598 628.396 -67.3291 672.155 -39.3926L674.845 -43.607C630.104 -72.1702 566.19 -88.6515 501.458 -84.3067C436.686 -79.9593 370.89 -54.7413 322.62 0.352585L326.38 3.64755Z" fill="currentColor"/></g></svg>');
    top: -22px;
  }

  .main_journey
    .our_journey_slider
    .swiper-wrapper
    [class*="swiper-slide"]:nth-child(3n + 3)
    .journey_box:before {
    --svg: url('data:image/svg+xml,<svg width="331" height="85" viewBox="0 0 331 85" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3054_11" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="331" height="85"><rect width="331" height="85" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3054_11)"><path d="M-333 146L-333.611 148.424L-333 146ZM-5.5 87.0001L-3.70903 88.7443L-3.66305 88.6971L-3.61963 88.6476L-5.5 87.0001ZM342.155 45.6074C343.319 46.3504 344.864 46.0093 345.607 44.8455C346.35 43.6817 346.009 42.136 344.845 41.393L342.155 45.6074ZM-659.542 197.031C-612.585 163.312 -575.083 140.219 -527.46 130.954C-479.806 121.683 -421.729 126.208 -333.611 148.424L-332.389 143.576C-420.771 121.293 -479.694 116.567 -528.415 126.046C-577.167 135.531 -615.415 159.188 -662.458 192.97L-659.542 197.031ZM-333.611 148.424C-266.747 165.283 -193.781 160.059 -132.909 145.859C-102.459 138.755 -74.9761 129.391 -52.7308 119.376C-30.5453 109.388 -13.3683 98.6623 -3.70903 88.7443L-7.29097 85.2558C-16.2984 94.5045 -32.8014 104.92 -54.7835 114.817C-76.7059 124.687 -103.878 133.952 -134.045 140.989C-194.409 155.072 -266.527 160.182 -332.389 143.576L-333.611 148.424ZM-3.61963 88.6476C43.6101 34.7414 108.064 9.9595 171.792 5.68207C235.56 1.402 298.396 17.6709 342.155 45.6074L344.845 41.393C300.104 12.8298 236.19 -3.65149 171.458 0.693299C106.686 5.04073 40.8899 30.2587 -7.38037 85.3526L-3.61963 88.6476Z" fill="currentColor"/></g></svg>');
    height: 85px;
    top: -57px;
  }

  .main_journey .journey_box.journey_box0 {
    margin-top: 189px;
  }
  .main_journey .journey_box.journey_box1 {
    margin-top: 149px;
  }

  .main_journey .journey_box.journey_box2 {
    margin-top: 100px;
  }

  .main_journey .journey_box.journey_box3 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .journey_box .journey_box_content {
    padding: 10px 20px 13px;
  }
}
@media screen and (min-width: 992px) {
  .our_journey_slider .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .our_journey_slider .swiper-slide {
    flex: 1;
    width: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .main_journey .our_journey_slider {
    overflow: visible;
  }

  .main_journey .our_journey_slider:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 5px;
    background: var(--main-600);
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .main_journey .our_journey_slider {
    padding-inline: 24px;
  }
}

@media screen and (max-width: 400px) {
  .main_journey .our_journey_slider:before {
    top: 30px;
    height: 3px;
  }

  .journey_box .journey_box_icon {
    --size: 60px;
    margin-bottom: 15px;
  }

  .journey_box .journey_box_icon img {
    --size: 30px;
  }
}

/*-------------- Contact us ----------------*/
/* Contact Us Section */
.contact-infobox-top {
  padding: 35px 95px;
}


.contact-infobox-bottom {
  padding: 0 60px;
  border-top: 3px solid #fff;
}

/* Contact Grid */
.about-contact-grid {
  display: flex;
  gap: 24px;
  border: 1px solid #e1e4e6;
  border-radius: 8px;
  padding: 24px 24px 18px;
  transition: 0.4s;
  margin-bottom: 30px;
}

/* Contact Icon */
.about-contact-icon {
  flex: none;
  width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: var(--main-600);
  transition: all 0.4s ease-in-out;
}
.about-contact-icon i {
  font-size: 26px;
  line-height: 68px;
}


.about-contact-details-text a {
  font-weight: 500;
  font-size: 24px;
  color: var(--bs-body-color);
}
.about-contact-grid:hover .about-contact-icon {
  background: var(--main-600);
  color: #fff;
}

/* Separator rules (only bottom section) */
.contact-infobox-bottom .about-contact-grid {
  margin-bottom: 0;
  border: 0;
  padding: 40px 0;
}
.contact-infobox-bottom .about-contact-grid:not(:last-child) {
  padding-right: 56px;
  border-right: 3px solid #fff;
}



.contact-form-general {
  padding: 2rem;
  height: 100%;
}
.resume-form-general {
  padding: 2rem;
  height: 100%;
  background: #fff;
}
.file-input__input {
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  display: none;
}

.file-input__label {
  min-height: auto;
  display: block;
  /* padding: 14px 20px;
  border: 1px solid #999;
  border-radius: 4px; */
  text-align: center;
}

.file-input__label .form-label {
  font-size: 16px;
  line-height: 24px;
  color: #111;
  margin-bottom: 16px;
  display: block;
  text-align: left;
  font-weight: 600;
}

.upload-file-row {
  display: flex;
  align-items: center;
}

.upload-file-img {
  width: 64px;
  height: 64px;
  background: linear-gradient(
    283.13deg,
    rgba(0, 134, 230, 0.05) 5.56%,
    rgba(141, 208, 255, 0.05) 113.66%
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.form-upload-text {
  text-align: left;
  padding-left: 14px;
  flex: 1 1;
}

.form-upload-text span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  display: block;
  padding: 0;
}

.filelist-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  border: 1px solid rgb(4 4 5 / 20%);
  color: #111;
  margin-top: 5px;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 24px;
}

.filelist-item .btn-remove {
  cursor: pointer;
  font-weight: 600;
}

.filelist-item .btn-remove button {
  padding: 0px;
  font-size: 14px;
  color:var(--neutral-900);
}
.contact-form-img img {
  border-radius: 1rem;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}
.cs-contact-location h3 {
  font-size: 26px;
  margin-top: 20px;
}
.cs-contact-location p.location-type {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-600);
  letter-spacing: 1.5px;
  margin-top: 10px;
}
.cs-contact-location hr {
  max-width: 120px;
  margin: 30px auto 30px;
  border-width: 2px;
  border-color: var(--main-two-600);
  opacity: 1;
}
.cs-contact-location p.location-address {
  line-height: 1.4;
  margin: 0 auto;
}
.blog-detail-content h1 {
    font-size: 2.5rem
}
.blog-detail-content h2{
    font-size:2rem
}
.blog-detail-content h3 {
    font-size: 1.5rem
}
.blog-detail-content h4 {
    font-size: 1.2rem
}
.blog-detail-content h5, .blog-detail-content h6 {
    font-size: 1rem
}
.blog-detail-content p {
    margin-bottom: 1rem;
    margin-top: 0;
}
.blog-detail-content ol,
.blog-detail-content ul {
  padding-left: 2rem;
}
.blog-detail-content ol li {
  list-style: decimal;
}
.blog-detail-content ul li {
  list-style: disc;
}

.blog-detail-content ol li span, .blog-detail-content ul li span{
    display:inline;
}

    .casestudy-downloadtext {
        padding-right: 40px;
    }
.casestudy-download .icon {
    position: absolute;
    font-size: 22px;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}
.casestudy-content-gen p {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--neutral-800);
  margin-bottom: 20px;
}
.casstudy_detail_space {
    border-radius: 40px;
    padding-block: 35px; /*40px;*/
    padding-inline: 40px;/*48px;*/
    box-shadow: 9px -2px 19px 9px rgba(0, 0, 0, 0.02);
}
.casestudy_title, .job_opening_title {
    font-size: 56px;
}
.casestudy_title_text {
    font-size: 34px;
}
.casestudy_project_title {
    margin-bottom: 3rem;
}
.casestudy_single_list li {
    position: relative;
    font-size: 1rem; /*1.2rem*/
    padding-left: 35px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: var(--neutral-800);
    font-weight: 500;
}
    .casestudy_single_list li:before {
        content: "\e182";
        position: absolute;
        left: 0px;
        top: 0px;
        color: var(--main-600);
        font-size: 1rem; /*1.2rem*/
        line-height: 1.5;
        font-family: "Phosphor";
        font-weight: bold;
    }
.casestudy-gen-imgsec {
    position: relative;
    padding: 25px 0px; /*40px 30px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.casestudy-img-bg {
    display:none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.casestudy-project-img img {
   
  image-rendering: pixelated;
  border-radius: 16px;
}
.casestudy-grid-content {
  display: flex;
  flex-wrap: wrap;
}
.casestudy-grid-content > [class*="col-"] {
  display: flex;
}
.casestudy-box-content {
  flex: 1; /* fills full height */
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 36px -3px rgba(0, 0, 0, 0.1);
  padding: 23px 30px 23px;
}
.casestudy-box-content h6 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.casestudy-box-content p {
  color: var(--neutral-800);
  font-size: 1rem;
  line-height: 1.53;
}
.casestudy-project-container {
  border: 8px solid #e9e9e9;
}
.casestudy-project-slider {
  padding: 5px 10px; /* adjust until borders/shadows are fully visible */
  box-sizing: border-box;
}

.casestudy-project-slider-container {
    background: var(--main-two-600);
    z-index:1;
    position:relative;
    overflow:hidden;
}

.casestudy-project-slider .swiper-slide {
  width: 90%; /* or 50%, or any fixed size */
}
.casestudy-project-slider .swiper-slide img {
  border: 7px solid rgb(243, 243, 243);
  box-shadow: rgba(0, 0, 0, 0.498039) 0px 10px 10px -10px,
    rgba(0, 0, 0, 0.298039) 0px 1px 4px;
  border-radius: 7px;
}

.caseestudy-techstack .tech_group {
  min-height: auto;
}

.cs-life-star {
  width: 52px;
  margin-top: -14px;
}
.company-culture-swiper-space {
  width: 100%;
  display: block;
  margin-top: 24px;
}
.company-culture-section .swiper-slide img {
  border-radius: 20px;
}

.company_perks_icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-600);
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  transition: all 0.4s;
  border-radius: 50%;
  stroke: #fff;
}
.company_perks_icon .icon img {
  max-width: 36px;
}
.company_perks_icon:hover .icon {
  background: var(--main-600);
}
.company_perks_icon:hover .icon svg path {
  stroke: #fff;
  transition: all 0.4s;
}
.company_perks_icon h6 {
  text-align: center;
}
.career-single-job {
  border-bottom: 1px solid var(--neutral-400);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.career-single-job:last-child {
  margin-bottom: 0;
}
.single-job-btn{
    text-align:right;
}
.career-detail-commondata {
    display: flex;
}
.career-detail-commondata .career-detail-single-div {
  flex: 0 0 auto;
  margin-bottom: 30px;
}
.career-detail-commondata .career-detail-single-div:first-child {
  width: 30%;
}
.career-detail-commondata .career-detail-single-div:last-child {
  width: 70%;
}
.career-detail-icon {
  min-width: 3.25rem;
  min-height: 3.25rem;
  width: 3.25rem;
  height: 3.25rem;
}
.career-detail-icon i {
  font-size: 24px;
}
.career-common-list ul {
  padding-left: 2rem;
}
.career-common-list ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
  margin-top: 0;
  color: var(--neutral-900);
}
.career-common-list ul li::marker {
  color: var(--main-600);
}
@media (max-width: 991px) {
  .career-detail-commondata .career-detail-single-div:first-child,
  .career-detail-commondata .career-detail-single-div:last-child {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .career-detail-commondata .career-detail-single-div:first-child,
  .career-detail-commondata .career-detail-single-div:last-child {
    width: 100%;
  }
}

/*--------- Hire Dedicated Developer Css Start -------------*/

.hiredev-card {
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hiredev-card .hiredev-card-img-wrap {
  padding: 16px;
}
.blog-card .hiredev-card-img-wrap .card-img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: 0.2s linear;
  text-decoration: none;
}
.hiredev-card .hiredev-card-img-wrap .card-img img {
  transition-duration: 500ms;
  height: 100%;
  width: 100%;
  object-fit: cover !important;
  max-height: 185px;
  border-radius: 5px 5px 0px 0px;
  object-position: top;
}

.hiredev-card .hiredev-card-img-wrap .card-img img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}

.hiredev-card .card-content {
  padding: 20px;
  padding-top: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hiredev-card .card-content h4 {
  margin-bottom: 20px;
}

.hiredev-card:hover .hiredev-card-img-wrap .card-img img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hiredev_ul_text {
  padding-left: 1rem;
}
.hiredev_ul_text li {
  list-style: disc;
  margin-bottom: 1rem;
  margin-top: 0;
  color: var(--neutral-900);
}
.hiredev_ul_text li:last-child {
  margin-bottom: 0rem;
}
.hiredev_ul_text li::marker {
  color: var(--main-600);
}

.hire-us-step-left {
  padding-right: 60px;
}
.hire-dev-steps-list li {
  margin-bottom: 0.8rem;
  margin-top: 0;
  display: flex;
  align-items: center;
}
.hire-dev-steps-list li i {
  color: var(--main-600);
  font-size: 1.4rem;
  margin-right: 10px;
}
.hire-dev-process {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
}
.hire-dev-process:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--main-600);
  position: absolute;
  top: 55px;
  left: 45px;
  z-index: 1;
}
.hire-dev-process:last-child::before {
  display: none;
}
.hire-dev-process-num {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  border: 1px solid var(--main-600);
  border-radius: 100%;
  padding: 10px;
  height: 50px;
  width: 50px;
  display: block;
  /* margin-top: 8px; */
  margin-right: 1rem;
  color: var(--netural-600);
  text-align: center;
  background: #fff;
  z-index: 2;
  transition: 0.2s linear;
}
.hire-dev-process-desc {
  width: calc(100% - 50px);
  padding-left: 40px;
  margin-top: 8px;
}
.hire-dev-process:hover .hire-dev-process-num {
  background: var(--main-600);
  color: #fff;
  transition: 0.2s linear;
}

.pricelist-section {
  background-image: url("../images/thumbs/price_bg.png");
}
.price-card {
  position: relative;
  z-index: 2;
  padding: 30px;
  border-radius: 30px;
  background-color: hsl(var(--white));
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 20px 50px 0 hsla(0, 0%, 80%, 0.3);
  box-shadow: 0 20px 50px 0 hsla(0, 0%, 80%, 0.3);
  border: 1px solid var(--neutral-100);
}

@media (max-width: 991px) {
  .price-card {
    padding: 20px;
  }
}

.price-card_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 30px 30px 19px 30px;
  margin-bottom: 20px;
  background: #ebf3fa;
  border-radius: 16px;
  border-bottom: 1px solid hsl(var(--white));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 375px) {
  .price-card_wrapp {
    padding: 40px 0 40px 25px;
  }
}

.price-card_titlebox {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--neutral-300);
}

.price-card_icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  background: var(--main-600);
  margin-bottom: 0px;
}

.price-card_icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.price-card_content {
  padding: 0 30px 30px 25px;
}

@media (max-width: 1299px) {
  .price-card_content {
    padding: 0 30px 30px 25px;
  }
}

@media (max-width: 375px) {
  .price-card_content {
    padding: 0 30px 30px 25px;
  }
}

.price-card .box-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--black);
  position: relative;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .price-card .box-title {
    font-size: 24px;
  }
}

.price-card_price {
  font-size: 36px;
  font-weight: bold;
  color: var(--main-600);
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .price-card_price {
    font-size: 30px;
  }
}

.price-card_price .duration {
  font-size: 18px;
  font-weight: 400;
  color: var(--neutral-700);
  margin-left: 3px;
}

.price-card_text {
  color: hsl(var(--black));
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}

.price-card .checklist {
  margin-top: 30px;
}

.price-card .checklist li {
  position: relative;
  font-size: 18px;
  color: var(--neutral-800);
  font-weight: 400;
  padding-left: 35px;
}

.price-card .checklist li:not(:last-child) {
  margin-bottom: 15px;
}

.price-card .checklist li .icon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.price-card .checklist li i {
  font-size: 24px;
  margin-top: 2px;
}

.price-card .checklist li::before {
  content: "\e606";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 26px;
  font-family: "Phosphor";
  color: var(--main-600);
}

.price-card .price-btn {
  margin: 0 30px 0px;
}

    .price-card .price-btn a {
        width: 100%;
        padding-inline: 20px;
    }
    .price-card .price-btn a .icon {
        position: absolute;
        font-size: 22px;
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 50%;
    }
.price-card.active .price-btn a.btn-main-two {
  background-color: var(--main-600) !important;
}
.price-card.active .offer-tag {
  opacity: 1;
}

.price-card:hover,
.price-card.active {
  -webkit-box-shadow: 0 20px 50px 0 hsla(0, 0%, 80%, 0.3);
  box-shadow: 0 20px 50px 0 hsla(0, 0%, 80%, 0.3);
}

.price-card:hover .price-card_wrapp,
.price-card.active .price-card_wrapp {
  background: var(--main-600);
}

.price-card:hover .price-card_price,
.price-card.active .price-card_price {
  color: hsl(var(--white));
}

.price-card:hover .price-card_price .duration,
.price-card.active .price-card_price .duration {
  color: hsl(var(--white));
}

.price-card:hover .price-card_text,
.price-card.active .price-card_text {
  color: hsl(var(--white));
}

.price-card:hover .box-title,
.price-card.active .box-title {
  color: hsl(var(--white));
}
.price-card:hover .price-card_titlebox,
.price-card.active .price-card_titlebox {
  border-bottom: 1px solid hsl(var(--white));
}
.price-card:hover .price-btn a.btn-main-two {
  background-color: var(--main-600) !important;
}
.privacy-list {
  padding-left: 25px;
  padding-bottom: 15px;
}
.privacy-list li {
  position: relative;
  font-size: 1.125rem;
  padding-left: 35px;
  line-height: 1.53;
  margin-bottom: 15px;
  color: var(--neutral-900);
}
.privacy-list li:before {
  content: "\e182";
  position: absolute;
  left: 0px;
  top: 0px;
  color: var(--main-600);
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "Phosphor";
  font-weight: bold;
}
/*--------- Hire Dedicated Developer Css End -------------*/

/*---------404 error page css start -------------*/
section.error-404 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 50px 0 90px;
}
section.error-404 .error-images {
  position: relative;
}
section.error-404 .error-images .img-02 {
  position: absolute;
  top: 0;
  left: 21%;
  width: 15%;
  max-width: 187px;
  animation: float_lr 5s infinite alternate ease-in-out;
  will-change: transform;
}

@keyframes float_lr {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
section.error-404 .error-content .section-title {
  margin-bottom: 25px;
}
section.error-404 .error-content .section-title h2 {
  font-size: 68px;
  line-height: 100%;
  font-weight: 600;
  color: var(--base-headingfont-color);
  margin-bottom: 0;
  display: inline;
  text-transform: capitalize;
}
section.error-404 .error-content .prt-desc p {
  color: var(--base-dark);
}

/*---------404 error page css end -------------*/

/*--------------- Our Team ---------------------------*/
.team-items {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.team-items .thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.team-items .thumb::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  background: linear-gradient(180deg, rgba(3, 23, 64, 0) 35%, #031740 100%);
  z-index: 1;
  transition: all 0.4s;
}

.team-items .thumb img {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
}

.team-items:hover .thumb img {
  transform: scale(1.05);
}

.team-items:hover .thumb::before {
  height: 100%;
}

/*-------------  Staff Augmentation Css start -----------------*/
.augmentation_model_section {
  background-image: url("../images/thumbs/price_bg.png");
}
.augmentation_model_card {
  position: relative;
  z-index: 2;
  padding: 30px;
  border-radius: 30px;
  background-color: hsl(var(--white));
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 20px 50px 0 hsla(0, 0%, 80%, 0.3);
  box-shadow: 0 20px 50px 0 hsla(0, 0%, 80%, 0.3);
  border: 1px solid var(--neutral-100);
  height: 100%;
}

@media (max-width: 991px) {
  .augmentation_model_card {
    padding: 20px;
  }
}

.augmentation_model_card_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 30px 30px 19px 30px;
  margin-bottom: 20px;
  background: #ebf3fa;
  border-radius: 16px;
  border-bottom: 1px solid hsl(var(--white));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 375px) {
  .augmentation_model_card_wrapp {
    padding: 40px 0 40px 25px;
  }
}

.augmentation_model_card_titlebox {
  padding-bottom: 15px;
}

.augmentation_model_card_icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  background: var(--main-600);
  margin-bottom: 0px;
}

.augmentation_model_card_icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.augmentation_model_card_content {
  padding: 0 30px 0px;
}

@media (max-width: 1299px) {
  .augmentation_model_card_content {
    padding: 0 30px 0px;
  }
}

@media (max-width: 375px) {
  .augmentation_model_card_content {
    padding: 0 30px 30px 25px;
  }
}

.augmentation_model_card .box-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--black);
  position: relative;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .augmentation_model_card .box-title {
    font-size: 24px;
  }
}

.augmentation_model_card_price {
  font-size: 36px;
  font-weight: bold;
  color: var(--main-600);
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .augmentation_model_card_price {
    font-size: 30px;
  }
}

.augmentation_model_card_price .duration {
  font-size: 18px;
  font-weight: 400;
  color: var(--neutral-700);
  margin-left: 3px;
}

.augmentation_model_card_text {
  color: hsl(var(--black));
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}

.augmentation_model_card .checklist {
  margin-top: 30px;
}

.augmentation_model_card .checklist li {
  position: relative;
  font-size: 1rem;
  color: var(--neutral-800);
  font-weight: 400;
  padding-left: 35px;
}

.augmentation_model_card .checklist li:not(:last-child) {
  margin-bottom: 15px;
}

.augmentation_model_card .checklist li .icon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.augmentation_model_card .checklist li i {
  font-size: 24px;
  margin-top: 2px;
}

.augmentation_model_card .checklist li::before {
  content: "\e606";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 26px;
  font-family: "Phosphor";
  color: var(--main-600);
}

.augmentation_modelcard.active .offer-tag {
  opacity: 1;
}

.augmentation_modelcard:hover,
.augmentation_modelcard.active {
  -webkit-box-shadow: 0 20px 50px 0 hsla(0, 0%, 80%, 0.3);
  box-shadow: 0 20px 50px 0 hsla(0, 0%, 80%, 0.3);
}

.augmentation_modelcard:hover .augmentation_modelcard_wrapp,
.augmentation_modelcard.active .augmentation_modelcard_wrapp {
  background: var(--main-600);
}

.augmentation_modelcard:hover .augmentation_modelcard_price,
.augmentation_modelcard.active .augmentation_modelcard_price {
  color: hsl(var(--white));
}

.augmentation_modelcard:hover .augmentation_modelcard_price .duration,
.augmentation_modelcard.active .augmentation_modelcard_price .duration {
  color: hsl(var(--white));
}

.augmentation_modelcard:hover .augmentation_modelcard_text,
.augmentation_modelcard.active .augmentation_modelcard_text {
  color: hsl(var(--white));
}

.augmentation_modelcard:hover .box-title,
.augmentation_modelcard.active .box-title {
  color: hsl(var(--white));
}
.augmentation_modelcard:hover .augmentation_modelcard_titlebox,
.augmentation_modelcard.active .augmentation_modelcard_titlebox {
  border-bottom: 1px solid hsl(var(--white));
}

.about_content_width {
  width: calc(100% - 700px);
  padding-left: 65px;
  padding-right: 35px;
}
.certifications_home {
  padding: 15px 20px;
  border-radius: 16px;
}

.about-certification-right {
  position: relative;
  max-width: 380px;
  margin-left: 0;
  padding: 94px 0px 0px 0;
}
.certificate-star {
  width: 60px;
  height: 60px;
  background: #0fa7e7;
  border-radius: 50%;
}
.company-about-certification {
  max-width: 100%;
  padding: 30px;
  border-radius: 24px;
}
.about-certification-right .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.certification-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 10px;
}
.cert-icon-wrapper {
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.excellence-badge {
  background: linear-gradient(135deg, #0fa7e7 0%, #264fb1 100%);
  padding: 20px;
  border-radius: 12px;
}
.excellence-badge h6 {
  font-size: 16px;
}
.excellence-badge p {
  font-size: 13px;
  line-height: 1.5;
}

/*-------------------------- Saas Founders steps home page css start --------------------*/
.saas-founders-section-gradient {
  max-width: 96%;
  margin: 0 auto;
}

/* Card base */
.saas-light-card {
  position: relative;
  background: rgb(255 255 255 / 50%); /*#ffffff;*/
  border-radius: 18px;
  padding: 1.6rem 1rem;
  border: 1px solid var(--main-800); /*rgba(15, 23, 42, 0.06); */ /* softer border */
  border-bottom: 5px solid var(--main-800);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06); /* soft, low-contrast */
}

/* Hover / Focus */
.saas-light-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1); /* subtle hover */
  border-color: rgba(0, 172, 224, 0.35);
}

/* step pill text color on hover (background comes from ::before now) */
.saas-light-card:hover .saas-light-step {
  transition: all 0.25s ease;
  color: #fff;
  border-color: var(--main-600) !important;
}

/* ===============================
   STEP LABEL – GHOST STYLE
================================ */
.saas-light-step {
  position: relative;
  width: 105px;
  height: 30px;
  padding: 0 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 11px;
  line-height: 1.3;
  margin: 0 auto 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--main-800);
  background: rgba(0, 172, 224, 0.1);
  border: 1px solid var(--main-800);
  border-radius: 999px;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden; /* important for the fill effect */
  z-index: 1;
}

/* animated fill layer: slides from left -> right on hover */
.saas-light-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--main-600);
  transform: translateX(-100%); /* start fully hidden to the left */
  transition: transform 0.35s ease;
  z-index: -1;
}

/* when card is hovered, fill slides in */
.saas-light-card:hover .saas-light-step::before {
  transform: translateX(0);
}

/* ===============================
   Title (PRIMARY FOCUS)
================================ */
.saas-light-title {
  font-size: 22px;
  color: var(--neutral-900);
  margin-bottom: 15px;
  margin-top: 10px;
}

/* ===============================
   Description
================================ */
.saas-light-text {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 18px;
}

/* ===============================
   Deliverable – Premium Badge
================================ */
.saas-light-deliverable {
  margin-top: auto;
  padding: 10px;
  background: linear-gradient(
    90deg,
    rgba(0, 172, 224, 0.06),
    rgba(0, 172, 224, 0.02)
  );
  border-radius: 14px;
  border: 1px dashed rgba(0, 172, 224, 0.35);
}

/* Label */
.saas-light-deliverable .label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--main-800);
  margin-bottom: 2px;
}

/* Value */
.saas-light-deliverable .value {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}

/* ===============================
   DEFAULT ACTIVE FIRST STEP
   (highlight via text, not depth)
================================ */
.saas-light-card:first-child {
  box-shadow: 0 16px 40px rgba(0, 172, 224, 0.1); /* gentle boost */
  border-color: var(--main-800); /* rgba(0, 172, 224, 0.35);*/
}

.saas-light-card:first-child .saas-light-step {
  background: rgba(0, 172, 224, 0.1); /*rgba(0, 172, 224, 0.1);*/
  border-color: rgba(0, 172, 224, 0.55);
}

/* ===============================
   Mobile Adjustments
================================ */
@media (max-width: 768px) {
  .saas-light-title {
    font-size: 18px;
  }

  .saas-light-step {
    font-size: 11px;
  }

  .saas-light-card {
    padding: 1.4rem 1.4rem;
  }
}

/*--------------- How We Work Section -------------------*/

.how-we-work-section {
  position: relative;
  overflow: hidden;
}

.bg-gradient-light-main {
  background: linear-gradient(
    135deg,
    rgba(15, 118, 110, 0.04) 0%,
    rgba(15, 118, 110, 0.02) 100%
  );
  border: 1px solid rgba(15, 118, 110, 0.08);
}

.how-we-work-card {
  background: #ebf3fa;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 172, 224, 0.35);
}
.how-we-work-icon {
  width: 70px;
  height: 70px;
  background-color: var(--main-600);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.how-we-work-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.8);
}
.card-ul-with-check {
  padding-left: 1rem;
}
.card-ul-with-check li {
  position: relative;
  list-style: none;
  margin-bottom: 0.8rem;
  margin-top: 0;
  color: var(--neutral-900);
  padding-left: 35px;
}
.card-ul-with-check li:before {
  content: "\e182";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 26px;
  font-family: "Phosphor";
  color: var(--main-600);
}

@media (max-width: 991.98px) {
  .how-we-work-card {
    margin-bottom: 2rem;
  }

  
}

@media (max-width: 575.98px) {
  .how-we-work-card {
    padding: 2rem 1.5rem;
  }
}

/*--------------- How We Work 2 Section -------------------*/
/*----------------------------------------------------
  Service Feature Section (Analytics Overview)
----------------------------------------------------*/
/* .tz-ser-feat-sec {
  overflow: hidden;
}


.tz-ser-feat-content {
  gap: 40px;
}

@media (max-width: 991.98px) {
  .tz-ser-feat-content {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}


.tz-ser-feat-text-wrap {
  max-width: 590px;
}

.tz-ser-feat-sec .tz-section-title .subtitle {
  font-size: 13px;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #7b7b93;
}

.tz-ser-feat-sec .sec_title {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  margin-top: 12px;
}


.tz-ser-feat-item-wrap {
  margin-top: 45px;
}

.tz-ser-feat-item {
  gap: 18px 26px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .tz-ser-feat-item {
    flex-wrap: wrap;
  }
}

.tz-ser-feat-item:last-child {
  margin-bottom: 0;
}


.tz-ser-feat-item .item-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--main-600);
  transition: all 450ms ease;
  font-size: 30px;
  color: #fff;
}


.tz-ser-feat-item .item-text {
  max-width: 494px;
}

.tz-ser-feat-item .item-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.tz-ser-feat-item .item-text p {
  padding-top: 4px;
  margin-bottom: 0;
}


.tz-ser-feat-item:hover .item-icon {
  transform: scale(-1) rotate(180deg);
}


.tz-ser-feat-img-wrap .item-img {
  max-width: 510px;
  overflow: hidden;
  border-radius: 36px;
  position: relative;
  clip-path: polygon(
    9.202% 50.211%,
    9.202% 50.211%,
    7.729% 50.612%,
    6.346% 51.205%,
    5.068% 51.974%,
    3.91% 52.904%,
    2.888% 53.979%,
    2.018% 55.185%,
    1.314% 56.505%,
    0.793% 57.924%,
    0.469% 59.428%,
    0.357% 61%,
    0.357% 89%,
    0.357% 89%,
    0.501% 90.784%,
    0.918% 92.477%,
    1.585% 94.055%,
    2.479% 95.496%,
    3.579% 96.778%,
    4.861% 97.878%,
    6.302% 98.772%,
    7.88% 99.439%,
    9.573% 99.856%,
    11.357% 100%,
    39.357% 100%,
    39.357% 100%,
    40.965% 99.883%,
    42.501% 99.544%,
    43.949% 98.999%,
    45.291% 98.264%,
    46.511% 97.356%,
    47.593% 96.292%,
    48.521% 95.087%,
    49.277% 93.759%,
    49.846% 92.324%,
    50.211% 90.798%,
    50.211% 90.798%,
    50.612% 92.271%,
    51.205% 93.654%,
    51.974% 94.932%,
    52.904% 96.09%,
    53.979% 97.112%,
    55.185% 97.982%,
    56.505% 98.686%,
    57.924% 99.207%,
    59.428% 99.532%,
    61% 99.643%,
    89% 99.643%,
    89% 99.643%,
    90.784% 99.499%,
    92.477% 99.082%,
    94.055% 98.415%,
    95.496% 97.521%,
    96.778% 96.421%,
    97.878% 95.139%,
    98.772% 93.698%,
    99.439% 92.12%,
    99.856% 90.427%,
    100% 88.643%,
    100% 60.643%,
    100% 60.643%,
    99.883% 59.035%,
    99.544% 57.499%,
    98.999% 56.052%,
    98.264% 54.709%,
    97.356% 53.489%,
    96.292% 52.407%,
    95.087% 51.479%,
    93.759% 50.723%,
    92.324% 50.154%,
    90.798% 49.789%,
    90.798% 49.789%,
    92.271% 49.388%,
    93.654% 48.795%,
    94.933% 48.026%,
    96.09% 47.096%,
    97.112% 46.021%,
    97.982% 44.815%,
    98.686% 43.495%,
    99.207% 42.076%,
    99.532% 40.572%,
    99.643% 39%,
    99.643% 11%,
    99.643% 11%,
    99.499% 9.216%,
    99.082% 7.523%,
    98.415% 5.945%,
    97.521% 4.504%,
    96.421% 3.222%,
    95.139% 2.122%,
    93.698% 1.228%,
    92.12% 0.561%,
    90.427% 0.144%,
    88.643% 0%,
    60.643% 0%,
    60.643% 0%,
    59.035% 0.117%,
    57.499% 0.456%,
    56.052% 1.001%,
    54.709% 1.736%,
    53.489% 2.644%,
    52.407% 3.708%,
    51.479% 4.913%,
    50.723% 6.241%,
    50.154% 7.676%,
    49.789% 9.202%,
    49.789% 9.202%,
    49.388% 7.729%,
    48.795% 6.346%,
    48.026% 5.068%,
    47.096% 3.91%,
    46.021% 2.888%,
    44.815% 2.018%,
    43.495% 1.314%,
    42.076% 0.793%,
    40.572% 0.469%,
    39% 0.357%,
    11% 0.357%,
    11% 0.357%,
    9.216% 0.501%,
    7.523% 0.918%,
    5.945% 1.585%,
    4.504% 2.48%,
    3.222% 3.579%,
    2.122% 4.861%,
    1.228% 6.302%,
    0.561% 7.88%,
    0.144% 9.573%,
    0% 11.357%,
    0% 39.357%,
    0% 39.357%,
    0.117% 40.965%,
    0.456% 42.501%,
    1.001% 43.949%,
    1.736% 45.291%,
    2.644% 46.511%,
    3.708% 47.593%,
    4.913% 48.521%,
    6.241% 49.277%,
    7.676% 49.846%,
    9.202% 50.211%
  );
}

.tz-ser-feat-img-wrap .item-img img {
  width: 100%;
  display: block;
  transition: transform 800ms ease, filter 800ms ease;
  filter: grayscale(0.3);
  transform: scale(1.08);
}

.tz-ser-feat-img-wrap .item-img:hover img {
  filter: grayscale(0);
  transform: scale(1.12);
}


@media (max-width: 991.98px) {
  .tz-ser-feat-img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
} */

/*----------------*/
.how-we-work-main {
    padding-block-start: var(--size-14);
    padding-inline:36px;
}
.how-we-work-icon {
    width: 70px;
    height: 70px;
    background-color: var(--main-600);
    font-size: 30px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    transition: 450ms;
}
.how-we-right {
  height: 90%;
}
.how-we-right .how-we-right-img {
  height: 100%;
  overflow: hidden;
  border-radius: 36px;
  position: relative;
  clip-path: polygon(
    9.202% 50.211%,
    9.202% 50.211%,
    7.729% 50.612%,
    6.346% 51.205%,
    5.068% 51.974%,
    3.91% 52.904%,
    2.888% 53.979%,
    2.018% 55.185%,
    1.314% 56.505%,
    0.793% 57.924%,
    0.469% 59.428%,
    0.357% 61%,
    0.357% 89%,
    0.357% 89%,
    0.501% 90.784%,
    0.918% 92.477%,
    1.585% 94.055%,
    2.479% 95.496%,
    3.579% 96.778%,
    4.861% 97.878%,
    6.302% 98.772%,
    7.88% 99.439%,
    9.573% 99.856%,
    11.357% 100%,
    39.357% 100%,
    39.357% 100%,
    40.965% 99.883%,
    42.501% 99.544%,
    43.949% 98.999%,
    45.291% 98.264%,
    46.511% 97.356%,
    47.593% 96.292%,
    48.521% 95.087%,
    49.277% 93.759%,
    49.846% 92.324%,
    50.211% 90.798%,
    50.211% 90.798%,
    50.612% 92.271%,
    51.205% 93.654%,
    51.974% 94.932%,
    52.904% 96.09%,
    53.979% 97.112%,
    55.185% 97.982%,
    56.505% 98.686%,
    57.924% 99.207%,
    59.428% 99.532%,
    61% 99.643%,
    89% 99.643%,
    89% 99.643%,
    90.784% 99.499%,
    92.477% 99.082%,
    94.055% 98.415%,
    95.496% 97.521%,
    96.778% 96.421%,
    97.878% 95.139%,
    98.772% 93.698%,
    99.439% 92.12%,
    99.856% 90.427%,
    100% 88.643%,
    100% 60.643%,
    100% 60.643%,
    99.883% 59.035%,
    99.544% 57.499%,
    98.999% 56.052%,
    98.264% 54.709%,
    97.356% 53.489%,
    96.292% 52.407%,
    95.087% 51.479%,
    93.759% 50.723%,
    92.324% 50.154%,
    90.798% 49.789%,
    90.798% 49.789%,
    92.271% 49.388%,
    93.654% 48.795%,
    94.933% 48.026%,
    96.09% 47.096%,
    97.112% 46.021%,
    97.982% 44.815%,
    98.686% 43.495%,
    99.207% 42.076%,
    99.532% 40.572%,
    99.643% 39%,
    99.643% 11%,
    99.643% 11%,
    99.499% 9.216%,
    99.082% 7.523%,
    98.415% 5.945%,
    97.521% 4.504%,
    96.421% 3.222%,
    95.139% 2.122%,
    93.698% 1.228%,
    92.12% 0.561%,
    90.427% 0.144%,
    88.643% 0%,
    60.643% 0%,
    60.643% 0%,
    59.035% 0.117%,
    57.499% 0.456%,
    56.052% 1.001%,
    54.709% 1.736%,
    53.489% 2.644%,
    52.407% 3.708%,
    51.479% 4.913%,
    50.723% 6.241%,
    50.154% 7.676%,
    49.789% 9.202%,
    49.789% 9.202%,
    49.388% 7.729%,
    48.795% 6.346%,
    48.026% 5.068%,
    47.096% 3.91%,
    46.021% 2.888%,
    44.815% 2.018%,
    43.495% 1.314%,
    42.076% 0.793%,
    40.572% 0.469%,
    39% 0.357%,
    11% 0.357%,
    11% 0.357%,
    9.216% 0.501%,
    7.523% 0.918%,
    5.945% 1.585%,
    4.504% 2.48%,
    3.222% 3.579%,
    2.122% 4.861%,
    1.228% 6.302%,
    0.561% 7.88%,
    0.144% 9.573%,
    0% 11.357%,
    0% 39.357%,
    0% 39.357%,
    0.117% 40.965%,
    0.456% 42.501%,
    1.001% 43.949%,
    1.736% 45.291%,
    2.644% 46.511%,
    3.708% 47.593%,
    4.913% 48.521%,
    6.241% 49.277%,
    7.676% 49.846%,
    9.202% 50.211%
  );
}
.how-we-right .how-we-right-img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 800ms ease, filter 800ms ease;
  filter: grayscale(0.3);
  transform: scale(1.08);
  object-fit: cover;
}

/*-------- what we deliver css start ---------------------*/
/* .deliver-card-simple {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.deliver-card-simple:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.deliver-icon {
  color: var(--main-600);
  font-size: 50px;
  margin-bottom: 10px;
}

.deliver-title {
  font-size: 20px;
  color: var(--neutral-900);
  margin-bottom: 20px;
}

.deliver-sub {
  font-size: 14px;
  color: var(--neutral-700);
  margin-bottom: 10px;
}
.deliver-sub span {
  font-weight: 700;
}
.deliver-link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--main-600);
  text-decoration: none;
  margin-top: 20px;
}
.deliver-link svg {
  flex-shrink: 0;
  margin-left: auto;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.deliver-card-simple:hover .deliver-link svg {
  opacity: 1;
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .deliver-card-simple {
    padding: 24px 20px;
  }
} */

/*-------- what we deliver css start - Professional Redesign ---------------------*/

/* Section Background - Clean Professional */
.what-we-deliver-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
}

.deliver-professional-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(0, 172, 224, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(99, 102, 241, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
  z-index: 0;
}

/* Professional Header Styles */
.deliver-badge-pro {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(0, 172, 224, 0.1);
  border: 1px solid rgba(0, 172, 224, 0.2);
  border-radius: 50px;
  color: #0369a1;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.deliver-card-pro.deliver-financial {
  border-bottom: 5px solid #0369a1;
}
.deliver-card-pro.deliver-energy {
  border-bottom: 5px solid #ca8a04;
}
.deliver-card-pro.deliver-tech {
  border-bottom: 5px solid #7c3aed;
}
.deliver-card-pro.deliver-healthcare {
  border-bottom: 5px solid #be123c;
}
.deliver-pro-title {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.deliver-pro-subtitle {
  font-size: 18px;
  color: #64748b;
  font-weight: 400;
  line-height: 1.6;
  max-width: 650px;
  margin: 0 auto;
}

/* Professional Card Styles */
.deliver-card-pro {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 25px 25px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.5s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.deliver-card-pro:hover {
  transform: translateY(-8px);
  border-color: #cbd5e1;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Professional Icon Styles */
.deliver-pro-icon-wrapper {
  margin-bottom: 24px;
}

.deliver-pro-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.deliver-pro-icon i {
  font-size: 36px;
  color: #0369a1;
  transition: all 0.3s ease;
}

.deliver-card-pro:hover .deliver-pro-icon {
  background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(3, 105, 161, 0.2);
}

.deliver-card-pro:hover .deliver-pro-icon i {
  color: #ffffff;
  transform: scale(1.1);
}

/* Icon Color Variations */
.deliver-icon-energy {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.deliver-icon-energy i {
  color: #ca8a04;
}

.deliver-card-pro:hover .deliver-icon-energy {
  background: linear-gradient(135deg, #ca8a04 0%, #eab308 100%);
}

.deliver-icon-tech {
  background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
}

.deliver-icon-tech i {
  color: #7c3aed;
}

.deliver-card-pro:hover .deliver-icon-tech {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
}

.deliver-icon-healthcare {
  background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
}

.deliver-icon-healthcare i {
  color: #be123c;
}

.deliver-card-pro:hover .deliver-icon-healthcare {
  background: linear-gradient(135deg, #be123c 0%, #fb7185 100%);
}

/* Professional Card Title */
.deliver-pro-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 24px;
  line-height: 1.3;
}

/* Professional Content */
.deliver-pro-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* margin-bottom: 28px; */
}

/* .deliver-pro-section {
  border-left: 3px solid #e2e8f0;
  padding-left: 16px;
  transition: border-color 0.3s ease;
}

.deliver-card-pro:hover .deliver-pro-section {
  border-color: #0ea5e9;
} */

.deliver-pro-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--main-700); /*#0369a1;*/
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.deliver-pro-text {
  font-size: 14px;
  color: var(--neutral-900);
  line-height: 1.6;
  margin: 0;
}
.deliver-pro-ul {
  font-size: 14px;
  color: var(--neutral-900);
  line-height: 1.6;
  margin: 0;
  display: inline-block;
}
.deliver-pro-ul li {
  display: block;
  padding-left: 13px;
  position: relative;
  padding-right: 3px;
}
.deliver-pro-ul li:before {
  content: "\ece0";
  font-family: "Phosphor-fill";
  font-size: 20px;
  position: absolute;
  left: -6px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  top: 6px;
  color: var(--neutral-900);
}
.deliver-pro-link {
  font-size: 14px;
  font-weight: 600;
  margin-top:10px;
  color: var(--main-700);
  text-decoration: none;
}
.deliver-financial .deliver-pro-link {
    color: #0369a1;
}
.deliver-healthcare .deliver-pro-link {
    color: #be123c;
}
.deliver-tech .deliver-pro-link {
    color: #7c3aed;
}
.deliver-energy .deliver-pro-link {
    color: #ca8a04;
}
    .deliver-pro-link svg {
        flex-shrink: 0;
        margin-left: auto;
        opacity: 0;
        transition: opacity 0.25s ease, transform 0.25s ease;
    }
.deliver-card-pro:hover .deliver-pro-link {
    color: var(--main-700) !important;
}
.deliver-card-pro:hover .deliver-pro-link svg {
    opacity: 1;
    transform: translateX(4px);
}

/*-------- why choose us with stats ---------------*/
.why-choose-stats {
  max-width: 360px;
  margin-top: 24px;
}
.why-choose-stats .company-stats-counter {
  max-width: 100%;
  padding: 45px 40px;
}
.why-choose-right-details {
  width: calc(100% - 360px);
  margin-top: 24px;
}
/*-------- what we deliver css end - Professional ---------------------*/
/*-------------- How We Are Models css start ---------------------*/
/*.how-we-models table {
  min-width: 900px;
}
.how-we-models {
  --bs-border-color: #dbdee9;
}
.how-we-models thead {
  backdrop-filter: blur(6px);
  background-clip: padding-box;
}
.how-we-models th {
  padding: 1rem;
  width: 28%;
}
.how-we-models th:first-child {
  width: 16%;
}
.how-we-models th:first-child,
.how-we-models td:first-child {
  background: linear-gradient(
    180deg,
    rgba(13, 110, 253, 0.08),
    rgba(13, 110, 253, 0.04)
  );
  font-weight: 600;
}
.how-we-models .table thead th:hover:not(:first-child) {
  transform: none;
}

.how-we-models tr td:first-child {
  background: rgba(13, 110, 253, 0.1);
}
.how-we-models th:nth-child(2) {
  background: rgba(13, 110, 253, 0.06);
}
.how-we-models th:nth-child(3) {
  background: rgba(25, 135, 84, 0.06);
}
.how-we-models th:nth-child(4) {
  background: rgba(13, 202, 240, 0.06);
}

.how-we-models th .badge {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}
.how-we-models td {
  padding: 1rem;
}
.how-we-models .table tr th:last-child,
.how-we-models .table tr td:last-child {
  text-align: left;
  padding-inline-end: 1rem;
}
.how-we-models td h6 {
  color: var(--main-two-700);
  margin-bottom: 0;
  font-size: 16px;
}
.how-we-models th h6 {
  color: var(--neutral-900);
  font-weight: bold;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.how-we-models p {
  color: var(--neutral-900);
}
.how-we-models-ul {
  font-size: 16px;
  color: var(--neutral-900);
  line-height: 1.6;
  margin: 0;
  display: inline-block;
}
.how-we-models-ul li {
  display: block;
  padding-left: 17px;
  position: relative;
  padding-right: 3px;
}
.how-we-models-ul li:before {
  content: "\ece0";
  font-family: "Phosphor-fill";
  font-size: 20px;
  position: absolute;
  left: -6px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  top: 7px;
  color: var(--neutral-900);
}
.how-we-models thead h4 {
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}
.how-we-models th .badge {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}
.how-we-models .badge {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.how-we-models p,
.how-we-models li {
  font-size: 15px;
  line-height: 1.65;
}*/

/*-------------- How We Are Models css end ---------------------*/

/*--------------- How We Are Models css start--------------------- */
.how-we-single-models .bg-gradient-primary {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #1e40af 100%) !important;
}

.how-we-single-models .bg-gradient-success {
    background: linear-gradient(135deg, var(--bs-success) 0%, #059669 100%) !important;
}

.how-we-single-models .bg-gradient-info {
    background: linear-gradient(135deg, #08afd1 0%, #0284c7 100%) !important;
}
.how-we-single-models .delivery-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.how-we-single-models .delivery-card .hover-lift:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.2) !important;
}

.how-we-single-models .delivery-card  .hover-lift .card-body {
    position: relative;
    z-index: 2;
}

.how-we-single-models .card-body h6 {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}
.how-we-single-models .model-1 .badge,
.how-we-single-models .model-1 .card-body h6 {
    color: var(--main-two-600);
}
.how-we-single-models .model-2 .badge,
.how-we-single-models .model-2 .card-body h6 {
    color: #198754;
}
.how-we-single-models .model-3 .badge,
.how-we-single-models .model-3 .card-body h6 {
    color: var(--main-700);
}

    .how-we-single-models .card-body h6 i {
    position: absolute;
    left: 0;
    top: 2px;
}
.how-we-single-models .card-body p {
    font-size: 15px;
    line-height: 1.5;
    color: var(--neutral-900);
    margin-bottom: 0px;
    padding-left: 25px;
}



@media (max-width: 991.98px) {
    .how-we-single-models .delivery-card .parameters-card {
        margin-bottom: 2rem;
    }
}

/* Smooth animations with GSAP compatibility */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.how-we-single-models .delivery-card {
    animation: fadeInUp 0.6s ease forwards;
}
/*--------------- How We Are Models css end--------------------- */

/* ================================
   Blog Comment Form – Validation
   ================================ */

/* Add red border to invalid inputs */
input.error,
textarea.error,
select.error {
    border-color: #dc3545 !important;
}

/* Red error message text */

label.error,
span.error,
.text-danger {
    color: #dc3545 !important;
    display: block;
}
.testimonial-left-title {
    max-width: 830px;
    margin: 0 auto;
}
.life-at-convergesol-main h1 {
    font-size: 3.75rem;
}
.casestudy_grid_box h5 p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}


/* ===================================
   Government Services - Modern Redesign Styles
   =================================== */
.industry_solution_single {
    border-radius: 1rem;
    padding-block: 1.75rem;
    padding-inline: 1.75rem;
    background-color: #ebf3fa;
    text-align: left;
    height:100%;
}
/* =============================== 
   Section 1: Challenge Cards 
   =============================== */
.government-challenge-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e5e7eb;
    position: relative;
    overflow: hidden;
}

    .government-challenge-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--main-600), var(--main-600));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }

    .government-challenge-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        border-color: var(--main-600);
    }

        .government-challenge-card:hover::before {
            transform: scaleX(1);
        }
.challenge_header_text {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px; 
}
.challenge-icon-wrapper {
    width: 70px;
    height: 70px;
    background-color: var(--main-600);
    font-size: 34px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    transition: 450ms;
}

/*.challenge-icon-bg {
    position: absolute;
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #dbeafe 0%, #ede9fe 100%);
    border-radius: 16px;
    transform: rotate(45deg);
    z-index: 0;
}*/
.challenge_header_text h5{
    margin: 0
}

.challenge-badge {
    display: inline-block;
    background: linear-gradient(135deg, #3b465c 0%, #3d4c66 100%);
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.challenge-stakes-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--main-600) 0%, var(--main-700) 100%);
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.challenge-badge-solution {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.challenge-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .challenge-list li {
        padding: 5px 0;
        display: flex;
        align-items: flex-start;
        font-size: 16px;
    }

        .challenge-list li i {
            font-size: 20px;
            flex-shrink: 0;
            margin-top: 2px;
        }
.industry_casestudy_icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}
    .industry_casestudy_icon .deliver-pro-icon-wrapper, .industry_casestudy_icon .deliver-pro-card-title {
        margin-bottom: 0px;
    }
.industry_casestudy_card .deliver-pro-label {
    font-size: 14px;
}
     .industry_casestudy_card .deliver-pro-text, .industry_casestudy_card .deliver-pro-ul {
        font-size: 16px;
    }

.industry_why_choose_box {
    border: 1px solid var(--main-600);
    box-shadow: 0 16px 40px rgba(0, 172, 224, 0.1);
}
.industry_why_choose_icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}
    .industry_why_choose_icon .indutry_icon_circle {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        background-color: var(--main-600);
        font-size: 38px;
        color: rgb(255, 255, 255);
        border-radius: 15px;
        transition: 450ms;
    }
.industry_capability_box {
    justify-content: space-evenly;
}
.industry_capability_box li {
    position: relative;
    padding-left: 40px;
    margin-left: 0;
    list-style: none;
    color: #fff;
    margin-bottom: 15px;
}
    .industry_capability_box li:before {
        content: "\e606";
        position: absolute;
        color: var(--main-400);
        font-size: 22px;
        margin-right: 10px;
        left: 0;
        font-family: "Phosphor" !important;
        width: auto;
        height: auto;
        top: 0;
        line-height: 1;
    }
/* =============================== 
   Section 2: Why Choose Cards 
   =============================== */
.government-why-choose-section {
    background: linear-gradient(135deg, #1e3a8a 0%, #312e81 50%, #6b21a8 100%);
    position: relative;
}

.why-choose-gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.2) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.2) 0%, transparent 50%);
    z-index: 0;
}

.why-choose-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .why-choose-card::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.05) 50%, transparent 60%);
        transform: rotate(45deg);
        transition: all 0.6s ease;
    }

    .why-choose-card:hover {
        transform: translateY(-12px);
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
    }

        .why-choose-card:hover::before {
            left: 100%;
        }

.why-choose-number {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 56px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.08);
    line-height: 1;
    font-family: 'Inter', sans-serif;
}

.why-choose-icon-wrapper {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.2));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.why-choose-icon {
    font-size: 40px;
    color: #ffffff;
}

.text-white-80 {
    color: rgba(255, 255, 255, 0.9);
}

.why-choose-glow {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-choose-card:hover .why-choose-glow {
    opacity: 1;
}

/* =============================== 
   Section 3: Capability Cards 
   =============================== */

.government-capabilities-section {
    background: #f9fafb;
}

.capability-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px 28px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

    .capability-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%);
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.4s ease;
    }

    .capability-card:hover {
        transform: translateY(-8px);
        border-color: #3b82f6;
        box-shadow: 0 20px 40px rgba(59, 130, 246, 0.15);
    }

        .capability-card:hover::after {
            transform: scaleY(1);
        }

.capability-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f3f4f6;
}

.capability-card-icon {
    font-size: 40px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.capability-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .capability-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 10px 0;
        color: #4b5563;
        font-size: 15px;
        line-height: 1.6;
        transition: color 0.3s ease;
    }

        .capability-list li i {
            font-size: 20px;
            color: #3b82f6;
            flex-shrink: 0;
            margin-top: 2px;
        }

.capability-card:hover .capability-list li {
    color: #1f2937;
}


/* =============================== 
   Government Responsive Responsive Styles 
   =============================== */

@media (max-width: 991px) {
    .challenge-icon {
        font-size: 40px;
    }

    .challenge-icon-bg {
        width: 60px;
        height: 60px;
    }

    .government-challenge-card {
        padding: 24px;
    }

    .why-choose-card {
        padding: 32px 24px;
    }

    .why-choose-number {
        font-size: 48px;
    }

    .capability-card {
        padding: 24px 20px;
    }

    .faq-main-icon {
        font-size: 180px;
    }
}

@media (max-width: 767px) {
    .government-challenge-card {
        padding: 20px;
    }

    .challenge-icon {
        font-size: 36px;
    }

    .why-choose-card {
        padding: 28px 20px;
    }

    .capability-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .government-accordion .accordion-button {
        font-size: 16px;
        padding: 20px;
    }

    .government-accordion .accordion-body {
        padding: 20px;
    }

    .faq-illustration {
        display: none;
    }
}

/*------- Industry Case study Sliders --------------------*/
.industry_casestudy_single {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px 40px 20px;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
.industry_casestudy_left {
    flex: 0 0 auto;
    width: 60%;
    padding-right: 15px;
}
.industry_casestudy_inn_title{
    font-size:30px;
}
.industry_casestudy_inn{
    margin-bottom:15px;
}
    .industry_casestudy_inn h6 {
        font-size: 1rem;
        margin-block-end: var(--size-1);
        color: var(--main-700);
    }
    .industry_casestudy_inn p {
        color: var(--neutral-900);
        font-size: 15px;
    }
    .industry_casestudy_inn .custom_ul li {
        font-size: 15px;
    }
.industry_casestudy_right {
    flex: 0 0 auto;
    width: 40%;
    padding-left: 15px;
}
.industry_casestudy_right img{
    border-radius: 12px;
    position: relative;
    width:100%;
}
.industry-slider-btn {
    height: 2.3rem;
    width: 2.3rem;
    position: absolute;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.125rem;
    color: var(--main-600);
    border: 1px solid var(--neutral-300);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
    .industry-slider-btn:hover {
        background-color: var(--main-600);
        border-color: var(--main-600);
        color:#fff;
    }
.industry-slider-button-next {
    margin-inline-start: 1rem;
    inset-inline-start: 100%;
}
.industry-slider-button-prev {
    margin-inline-end: 1rem;
    inset-inline-end: 100%;
}



.gov-stats-4x3 {
    --bs-gutter-x: 0.5rem;
}

    .gov-stats-4x3 .gov-stat {
        position: relative;
        border: 1px solid transparent;
        margin: -1px 0 0 -1px;
        padding: 1.5rem;
    }

    /* Vertical Borders */
    .gov-stats-4x3 .grid-col-1 {
        border-left: 1px solid rgb(255 255 255 / 15%);
    }

    .gov-stats-4x3 .grid-col-2 {
        border-left: 1px solid rgb(255 255 255 / 15%);
        border-right: 1px solid rgb(255 255 255 / 15%);
    }

    .gov-stats-4x3 .grid-col-3 {
        border-right: 1px solid rgb(255 255 255 / 15%);
    }

    /* Horizontal Borders */
    .gov-stats-4x3 .grid-row-2,
    .gov-stats-4x3 .grid-row-3,
    .gov-stats-4x3 .grid-row-4 {
        border-top: 1px solid rgb(255 255 255 / 15%);
    }

/* Remove specific borders */
.no-left-border {
    border-left: none !important;
}

.no-right-border {
    border-right: none !important;
}

.no-bottom-border {
    border-bottom: none !important;
}

/* Icon + Content Styling */
.stat-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
}

    .stat-content i {
        flex-shrink: 0;
        margin-top: 0.125rem;
        color: var(--main-600);
        font-size: 1.25rem;
    }

    .stat-content p {
        margin: 0;
        line-height: 1.5;
        color: #fff;
    }

/*----------- Contact us two css start ------------*/
.contact-two-tabs {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

    .contact-two-tabs ul li {
        flex: 0 0 auto;
        width: 33.33333333%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

        .contact-two-tabs ul li button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            flex-direction: column;
            gap: 12px;
            padding: 18px 18px;
            height: 100%;
            background: #f3f7fb;
            border-radius: 20px !important;
            border: 2px solid var(--neutral-200);
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
            -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

            .contact-two-tabs ul li button::before {
                content: '';
                position: absolute;
                top: 0;
                left: -100%;
                width: 100%;
                height: 100%;
                background: linear-gradient(135deg, rgba(8, 175, 209, 0.05) 0%, rgba(2, 132, 199, 0.05) 100%);
                transition: left 0.5s ease;
            }

            .contact-two-tabs ul li button.active {
                background: linear-gradient(180deg, #08afd1 0%, #0284c7 100%) !important;
                border: 2px solid var(--main-700);
                box-shadow: 0 8px 24px rgba(8, 175, 209, 0.3);
                transform: translateY(0);
            }

            .contact-two-tabs ul li button:hover {
                background: linear-gradient(to bottom, #ffffff, #f8fbff);
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                border: 2px solid var(--main-600);
                box-shadow: 0 0px 10px rgba(8, 175, 209, 0.15);
                transform: translateY(-2px);
            }

                .contact-two-tabs ul li button:hover::before {
                    left: 0;
                }

            .contact-two-tabs ul li button.active, .contact-two-tabs ul li button.active:hover {
                background: linear-gradient(180deg, #08afd1 0%, #0284c7 100%) !important;
                border: 2px solid var(--main-700);
                box-shadow: none;
                transform: translateY(0px);
            }

.contact-tab-icon {
    flex: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(135deg, var(--main-600) 0%, #0891b2 100%);
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 12px rgba(8, 175, 209, 0.25);
    position: relative;
    z-index: 1;
}

    .contact-tab-icon::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        background: inherit;
        z-index: -1;
        transition: transform 0.3s ease;
    }

.contact-two-tabs ul li button:hover .contact-tab-icon::after {
    transform: scale(1.1);
}

.contact-tab-icon i {
    font-size: 32px;
    line-height: 60px;
}

.contact-tab-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--neutral-900);
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.contact-tab-subtitle {
    font-size: 0.95rem;
    color: var(--neutral-700);
    line-height: 1.5;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.contact-two-tabs ul li button.active .contact-tab-icon {
    background: #fff;
    color: var(--main-600);
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.2);
}

.contact-two-tabs ul li button.active .contact-tab-title {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.contact-two-tabs ul li button.active .contact-tab-subtitle {
    color: rgba(255, 255, 255, 0.95);
}

/* Form Container Styles */
.contact-two-forms {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid var(--neutral-200);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    padding: 30px 35px;
    transition: all 0.3s ease;
}
    .contact-two-forms .tab-pane {
        background-color: #ebf3fa;
        padding: 30px 35px;
        border-radius: 16px;
        margin-top: 20px;
    }
/*.contact-two-form-details {
    padding-right: 30px;
}*/

.contact-form-header {
/*    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 16px;
    padding: 24px;
    border-left: 4px solid var(--main-600);*/
    margin-bottom: 16px;
}
    .contact-form-header div, .contact-form-header p{
        justify-content: center;
        text-align: center;
    }
    .contact-form-header h4 {
        color: var(--black);
    }
.form-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

    .form-feature-item:last-child {
        border-bottom: none;
    }

.feature-icon-wrapper {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--main-600) 0%, #0891b2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 2px 8px rgba(8, 175, 209, 0.25);
}

.contact-two-form-fields {
    padding-left: 30px;
    border-left: 1px solid rgba(0,0,0,0.08);
}

.form-control:focus {
    box-shadow: 0 0 0 3px rgba(8, 175, 209, 0.1);
}

.info-badge {
    background: linear-gradient(135deg, #fef3c7 0%, #fbe693 100%);
    border-left: 3px solid #f59e0b;
    border-radius: 8px;
    padding: 10px 12px;
    margin-top: 20px;
/*    max-width: 900px;*/
}
    .info-badge i {
        position: absolute;
        top: 4px;
        left: 0;
        color: #f59e0b;
        font-size: 1.2rem;
    }
.info-badge p{
    padding-left: 28px;
}
.thirdpary_info {
    background: #f0fdf4;
    border-left: 3px solid #10b981;
    border-radius: 8px;
    padding: 10px 12px;
}
    .thirdpary_info p i {
        position: absolute;
        top: 4px;
        left: 0;
        font-size: 1.2rem;
    }

    .thirdpary_info p {
        padding-left: 28px;
    }
.custom-from-two {
    background: #fff;
    /*    max-width: 900px;*/
    box-shadow: 9px -2px 19px 9px rgba(0, 0, 0, 0.02);
    border: 1px solid var(--neutral-200);
    border-radius: 8px;
}


/* Simple Clean Process Steps */
.process-steps-simple {
    border-radius: 16px;
    margin: 24px 0;
}

.process-title {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.steps-container {
    display: flex;
    align-items: stretch;
    gap: 0;
    flex-wrap: wrap;
}

.step-item {
    display: flex;
    align-items: stretch;
    gap: 14px;
    padding: 12px 16px;
    background: white;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    flex: 1;
    min-width: 170px;
}

.step-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #08afd1, #0284c7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 22px;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--neutral-900);
    margin: 0 0 8px 0;
}

.step-desc {
    color: var(--neutral-800);
    margin: 0;
    line-height: 1.5;
    font-size: 0.875rem;
}

.step-arrow {
    display: flex;
    align-items: center;
    color: var(--main-600);
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    flex-shrink: 0;
}

.highlight-border-bottom-blue {
    box-shadow: inset 0 -7px 0 var(--main-500);
}
/* Mobile */
@media (max-width: 991px) {
    .steps-container {
        flex-direction: column;
        align-items: stretch;
    }

    .step-arrow {
        align-self: start;
        transform: rotate(90deg);
        padding: 12px 25px;
    }

    .step-item {
        min-width: auto;
    }
}

@media (max-width: 576px) {


    .step-item {
        padding: 16px;
        gap: 12px;
    }

    .step-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

.g-recaptcha {
    transform: scale(0.87);
    transform-origin: 0 0;
}

@media screen and (min-width: 620px) {
    .g-recaptcha {
        max-width: 100%;
        width: 100%;
    }
}

.cursor-auto {
    cursor: auto;
}
/*----------- Contact us two css end ------------*/
/*=============================================================================
========================= Responsive Media Css Start ==========================
==============================================================================*/
@media screen and (max-width: 1700px) {
    .counter-grid .ct-sign {
            font-size: var(--heading-three);
            line-height: inherit;
        }
    }
@media screen and (min-width: 1460px) and (max-width: 1499px) {

    .industry-slider-button-next {
        margin-inline-start: 2px;
    }

    .industry-slider-button-prev {
        margin-inline-end: 2px;
    }
}
    @media screen and (max-width: 1459px) {
        .about_content_width {
            padding-left: 30px;
            padding-right: 10px;
        }

        .contact-infobox-bottom .about-contact-grid:not(:last-child) {
            padding-right: 22px;
        }

        .contact-infobox-bottom {
            padding: 0 30px;
        }

        .contact-infobox-top {
            padding: 35px 30px;
        }

        .challenge_header_text {
            min-height: 90px;
        }

        .sub_service_header {
            min-height: 85px;
        }

        .header_common_img {
            max-width: 850px;
        }
    }

    @media screen and (max-width: 1400px) {
        .cs_title_banner_img {
            padding-left: 0px;
            padding-right: 0px;
        }

        .cs_title_banner_text {
            padding-left: 64px;
            padding-right: 64px;
        }

        .custom-location-info {
            gap: 30px;
        }

        .custom-location-detail {
            padding: 40px 25px 40px 35px;
        }

        .header_common_img {
            max-width: 771px;
        }
    }
@media screen and (min-width: 992px) and (max-width: 1330px) {
    .industry_slider_top {
        padding-left: 2.3rem;
        padding-right: 2.3rem;
    }

    .industry-slider-button-next {
        margin-inline-start: -2rem;
    }

    .industry-slider-button-prev {
        margin-inline-end: -2rem;
    }
}
    @media screen and (min-width: 992px) and (max-width: 1250px) {
        .service_why_choose_box h6 {
            min-height: 58px;
        }
    }

    @media screen and (max-width: 1199px) {
        .header_common_img {
            max-width: calc(100vw - 38%);
        }

        .cs_title_banner_text {
            padding-left: 48px;
            padding-right: 48px;
        }

        .about-details {
            flex-wrap: wrap;
            gap: 0px; /*40px*/
            justify-content: center;
        }

        .company-stats-counter {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .about-detail-right, .about-certification-right {
            margin-left: 0;
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }


        .about-content-wrap {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            margin-left: 0;
            width: calc(100% - 300px);
            /* max-width: none; */
        }

        .about-certification-right {
            max-width: 800px;
            width: 100%;
            padding: 40px 0px 0px 0;
        }

        .counter-area1 {
            padding: 32px 30px;
            gap: 8px 24px;
        }

            .counter-area1 .counter-items .content span {
                font-size: 40px;
                font-weight: 800;
            }

            .counter-area1 .counter-items p {
                max-width: 173px;
            }

        .services-development-section {
            padding: 55px 0px 30px;
        }

        .company-stats-counter {
            margin-right: 10px;
        }

        .company-stats-bg-service {
            margin-top: -50px;
            transform: translateY(-50px);
        }

        .company-stats-counter {
            max-width: 285px;
            padding: 30px;
        }

        .service-description {
            max-width: 780px;
        }

        .price-card {
            padding: 15px;
        }

        .price-card_content {
            padding: 0 5px 30px 6px;
        }

        .price-card .price-btn {
            margin: 0px;
        }

        .price-card_price {
            font-size: 26px;
        }

        .breadcrumb-halftext-section {
            min-height: 370px;
        }

        .breadcrumb_title {
            padding: 30px 0;
        }

            .breadcrumb_title h1 {
                font-size: 44px;
            }

        .hire-dev-process-desc {
            padding-left: 10px;
        }

        .cs-ceo-profile-content {
            padding-left: 40px;
        }

        .mission-vision-grid .d-block {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .life-at-convergesol-main h1 {
            font-size: 2.75rem;
        }

        .cs-life-star {
            width: 42px;
            margin-top: -12px;
        }

        .our-team-general-single {
            width: 33.33%;
        }

        .about-contact-details-text a {
            font-size: 18px;
        }

        .casestudy_title, .job_opening_title {
            font-size: 48px;
            line-height: 1.4;
        }

        .challenge_header_text, .sub_service_header {
            display: flex;
            align-items: start;
            flex-direction: column;
        }

        .services_subdetails .sub_service_header {
            display: flex;
            align-items: center;
            flex-direction: row;
        }
    }

    @media screen and (min-width: 992px) and (max-width: 1199px) {
        .header .logo img {
            max-width: 150px;
        }

        .header .header-menu .nav-menu {
            gap: var(--size-4);
        }
    }

    @media screen and (max-width: 1085px) {

        .service-description {
            max-width: 685px;
        }
    }


    @media screen and (max-width: 991px) {
        .hero-banner-content h1 {
            font-size: 44px !important;
        }

        .hero-banner-content p br {
            display: none;
        }

        .tw-text-title {
            font-size: 44px;
        }

        .breadcrumb-section h1 {
            font-size: 44px;
        }

        .services-development-section {
            padding: 30px 0px 30px;
        }

        .breadcrumb-section .services-title {
            padding: 60px 0 60px;
        }

        .main-title-mb {
            margin-block-end: 2rem;
        }

        .how-we-work-section {
            padding: 60px 0 30px;
        }

        .how-we-work-left {
            padding-block: 3rem;
        }

        .why-choose-right-details {
            width: 100%;
        }

        .why-choose-stats {
            width: 100%;
            max-width: 100%;
        }

        .company-stats-bg-about {
            clip-path: none;
        }

        .why-choose-stats .company-stats-counter {
            max-width: 100%;
            padding: 30px 20px;
        }

        .company-stats-bg-about .banner-counter-inner {
            grid-template-columns: repeat(4, 1fr);
            align-items: start;
        }

            .company-stats-bg-about .banner-counter-inner .line {
                display: none;
            }

        .company-stats-bg-about .banner-counter-item a, .company-stats-bg-about .banner-counter-item svg {
            display: none;
        }

        .company-stats-bg-about .banner-counter-item .cont {
            width: 100%;
        }

            .company-stats-bg-about .banner-counter-item .cont h2 {
                font-size: 38px;
            }

        .home-banner-right .tw-ps-98-px {
            max-width: 700px;
            margin: 0 auto;
        }

        .main-banner-1 {
            text-align: center;
        }

            .main-banner-1 img {
                margin: 0 auto;
                text-align: center;
            }

        .main-banner-small {
            max-width: 300px;
        }

        .cs_title_banner_text {
            padding-left: 32px;
            padding-right: 32px;
        }

        .service-top-content {
            padding-top: 10px;
            max-width: 100%;
        }

        .service-mid-content {
            padding-top: 0px !important;
        }

        .custom-location-info {
            gap: 30px;
        }

            .custom-location-info .lc_line {
                display: none;
            }

        .what-we-deliver-section {
            padding-block: 50px;
        }

        .custom-location-detail {
            padding-top: 20px;
            padding-bottom: 40px;
            padding-left: calc(var(--bs-gutter-x) * .5);
            padding-right: calc(var(--bs-gutter-x) * .5);
        }

        .counter-area1 {
            padding: 32px 30px;
            gap: 8px 24px;
            flex-wrap: wrap;
            justify-content: center;
        }

            .counter-area1 .counter-items .content span {
                font-size: 40px;
                font-weight: 800;
            }

            .counter-area1 .counter-items p {
                max-width: 173px;
            }

        .whychoose_left_section {
            max-width: 760px;
            margin-left: auto;
            margin-right: auto;
        }

        .whychoose_left_detail .max-w-288-px {
            max-width: 288px;
        }

        .whychoose_right_section {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0;
        }

        .hire-developer-steps-section {
            padding-block: 40px !important;
        }

        .tech-stack-nav .nav {
            display: flex;
            flex-direction: row !important;
            flex-wrap: nowrap;
            width: 100%;
            overflow: auto;
        }

        .tech-stack-nav .nav-link {
            width: auto !important;
            flex: 0 0 auto;
        }

        .tech_group {
            min-height: auto;
        }

            .tech_group > div {
                justify-content: center;
            }

        .testimonial-left-title {
            max-width: 100%;
        }

        .testimonial-right {
            padding-left: calc(var(--bs-gutter-x) * .5) !important;
        }

        .testimonial-left {
            margin-bottom: 25px;
        }

        .testimonial_review_left {
            margin-top: 15px;
        }

        .custom-location-detail .cs_box h2 {
            font-size: 44px;
        }

        .footer_logodesc {
            margin: 0 auto;
        }

            .footer_logodesc p {
                max-width: 90%;
            }

            .footer_logodesc div {
                margin-top: 22px;
            }

        .footer-location-section {
            margin-top: 20px !important;
        }

        .cta_customtext h3 {
            font-size: 38px;
        }

        .service-description {
            max-width: 100%;
        }

        .company-stats-counter {
            max-width: calc(100% - (calc(var(--bs-gutter-x) * .5) + calc(var(--bs-gutter-x) * .5)));
            padding: 30px;
            margin-top: 0;
            transform: none;
            clip-path: none;
            margin-right: auto;
            margin-left: auto;
            border-radius: 20px;
        }

        .services-development-section .banner-counter-inner {
            grid-template-columns: repeat(2, 1fr);
            align-items: start;
        }

            .services-development-section .banner-counter-inner .line {
                display: none;
            }

        .company-stats-bg-service .banner-counter-item a {
            display: none;
        }

        .company-stats-bg-service .banner-counter-item .cont {
            width: 100%;
        }

        .breadcrumb-halftext-section {
            min-height: 100%;
        }

        .breadcrumb_title {
            padding: 50px 0;
        }

        .about-details .about-content-wrap {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            margin-left: 0;
            width: 100%;
            padding-left: 0px;
            padding-right: 0px;
        }

        .about-details .company-stats-counter {
            width: 100%;
            max-width: 100%;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .cs-ceo-profile {
            max-width: 320px;
            width: calc(320px - calc(var(--bs-gutter-x) * .5));
            padding: 10px;
            margin: 0 auto;
        }

        .cs-ceo-profile-img {
            height: 280px;
        }

        .cs-ceo-profile-content {
            padding-left: calc(var(--bs-gutter-x) * .5);
            padding-top: 30px;
            width: 100%;
        }

        .mission-vision-grid .d-block {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

        .how-we-models th {
            padding: 1rem 0.3rem;
            width: auto;
            min-width: 260px;
        }

            .how-we-models th:first-child {
                width: 100%;
                min-width: 140px;
            }

        .how-we-models td {
            padding: 1rem 0.5rem;
        }

        .our-team-general .row {
            --bs-gutter-x: 1rem;
        }

        .contact-infobox-bottom .about-contact-grid:not(:last-child) {
            border-right: 0;
            border-bottom: 3px solid #fff;
        }

        .about-contact-details-text a {
            font-size: 22px;
        }

        .contact-titlebox2 {
            padding: 30px 0;
        }

        .contact-infobox-bottom {
            padding: 0;
        }

            .contact-infobox-bottom .about-contact-grid {
                border-radius: 0px;
                padding-left: 22px;
            }

        .casestudy_project_title {
            margin-bottom: 1.5rem;
        }

        section.error-404 .error-content .section-title h2 {
            font-size: 30px;
        }

        section.error-404 .error-content .section-title {
            margin-bottom: 15px;
        }

        section.error-404 .error-content .prt-desc p {
            font-size: 1rem !important;
        }

        .prt-btn-wrapper a {
            margin-top: 10px;
        }

        section.error-404 {
            padding-bottom: 50px;
        }

        .challenge_header_text, .sub_service_header {
            display: flex;
            align-items: center;
            flex-direction: row;
            min-height: auto;
        }

        .industry_casestudy_left {
            width: 100%;
        }

        .industry_casestudy_right {
            display: none;
        }

        .breadcrumb-section.casestudy-details-breadcrumb h1 {
            font-size: 44px;
        }

        .contact-two-tabs ul li button {
            gap: 10px;
            padding: 12px;
        }

        .contact-tab-icon {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

            .contact-tab-icon i {
                font-size: 20px;
                line-height: 40px;
            }

        .contact-tab-title {
            font-size: 20px;
            line-height: 1.3;
        }

        .contact-tab-subtitle {
            font-size: 14px;
        }
    }

    @media (max-width: 767px) {
        .tw-text-title {
            font-size: 40px;
        }

        .breadcrumb_title h1 {
            font-size: 40px;
        }

        .hero-banner-content h1 {
            font-size: 38px !important;
        }

        .hero-banner-content h6,
        .hero-banner-content p {
            font-size: 1rem !important;
        }

        .company-stats-bg-about .banner-counter-inner {
            grid-template-columns: repeat(2, 1fr);
        }

        .how-we-work-section {
            padding: 40px 0 5px;
        }

        .how-we-work-main {
            padding-block-start: 2.5rem;
            padding-inline: 18px;
        }

        .how-we-work-left {
            padding-block: 2.5rem 2rem;
            padding-inline-start: 2rem;
        }

        .what-we-deliver-section {
            padding-block: 40px;
        }

        .custom-location-info {
            gap: 20px 24px;
            flex-wrap: wrap;
        }

            .custom-location-info .lc_line {
                display: none;
            }

        .counter-area1 {
            padding: 28px 24px 32px;
            gap: 8px 24px;
            flex-wrap: wrap;
            justify-content: center;
        }

            .counter-area1 .counter-items .content span {
                font-size: 24px;
                font-weight: 700;
            }

            .counter-area1 .counter-items p {
                max-width: 173px;
            }

        .cta {
            padding-bottom: 35px !important;
        }

        .cta_customtext {
            margin: 0 auto;
            text-align: center;
        }

            .cta_customtext h3 {
                justify-content: center;
            }

            .cta_customtext a {
                margin-top: 1rem;
            }

        .testimonial-left-title p {
            font-size: 1rem !important;
        }

        .testimonial-content {
            padding: 2rem !important;
        }

            .testimonial-content p {
                margin-bottom: 2rem !important;
            }

        .custom-location-detail .cs_box h2 {
            font-size: 40px;
        }

        .main-title-custom span {
            font-size: 1rem !important;
        }

        .saas-founders-section-gradient {
            max-width: 98%;
            padding-inline: 1rem;
            padding-block: 2rem;
        }

        .sass-stat {
            width: 50%;
            padding: 15px 15px;
        }

            .sass-stat p {
                font-size: 1rem;
                line-height: 1.4;
            }

        .company-stats-bg-service .banner-counter-item .cont h2 {
            font-size: 2.5rem;
        }

        .services_why_choose {
            padding-block: 40px;
        }

        .techstack_calltoaction {
            flex-direction: column;
            align-items: center;
        }

            .techstack_calltoaction h6 {
                max-width: 100%;
                text-align: center;
            }

        .mission-vision-grid {
            margin-bottom: 2rem;
        }

            .mission-vision-grid:last-child {
                margin-bottom: 0rem;
            }

        .life-at-convergesol-main h1 {
            font-size: 36px;
        }

        .cs-life-quote-text {
            font-size: 22px;
            line-height: 1.4;
        }

        .life-cs-description p {
            font-size: 1rem !important;
        }

        .quote_img_icon {
            width: 40px;
        }

        .single-job-data, .single-job-btn {
            text-align: center;
        }

        .single-job-title, .single-job-experience {
            margin-bottom: 10px;
        }

        .career-detail-commondata {
            flex-direction: column;
            gap: 0;
        }

        .contact-infobox-bottom .about-contact-grid:not(:last-child) {
            padding-right: 0;
        }

        .casestudy_single_list li, .casestudy-content-gen p, .casestudy-box-content p {
            font-size: 1rem;
        }

        .casestudy-project-slider-container {
            padding: calc(var(--bs-gutter-x) * .5);
        }

        .casestudy_title, .job_opening_title {
            font-size: 36px;
        }

        .lookup_page_font p {
            font-size: 1rem !important;
        }

        .privacy-list {
            padding-left: 15px;
        }

            .privacy-list li {
                font-size: 1rem;
                padding-left: 30px;
            }

        .schedule_btn_home.button--stroke .button__flair, .how_we_btn_home.button--stroke .button__flair {
            transform: scale(0) !important;
        }

        .btn-white-outline.button--stroke:hover {
            border-color: #fff;
        }

        .contact-form-header p {
            line-height: 1.4;
            margin-bottom: 10px;
        }

        .cloud-solution-service-home img {
            display: block !important;
            bottom: -90px !important;
            right: -90px !important;
            margin-bottom: 0px !important;
        }
        /*    .btn-white-outline:hover, .btn-white-outline:focus {
        color: var(--main-two-600) !important;
    }
    .hover-style-three:hover .button__flair::before {
        background-color: #fff;
    }
    .hover-style-three:target .button__flair::before {
        background-color: transparent;
    }
    .hover-style-three:focus .button__label,
    .hover-style-three:hover .button__label,
    .hover-style-three:target .button__label {
        color: var(--main-two-600) !important;
    }*/
    }

    @media screen and (max-width: 576px) {
        .tw-text-title {
            font-size: 36px;
        }

        .breadcrumb_title h1 {
            font-size: 36px;
        }

        .cta_customtext h3 {
            font-size: 36px;
        }

        .breadcrumb-section.casestudy-details-breadcrumb h1 {
            font-size: 36px;
        }

        .casestudy_title_text {
            font-size: 24px;
        }

        .breadcrumb-section.casestudy-details-breadcrumb .services-title {
            padding: 30px 0 20px;
            max-width: 100%;
        }

        .custom-location-detail .cs_box h2 {
            font-size: 36px;
        }

        .home-banner-right .tw-ps-98-px {
            padding-inline-start: 0px;
        }

        .custom-location-detail h2 {
            font-size: 2.25rem;
        }

        .home-banner-desc.tw-text-xl {
            font-size: 1rem;
        }

        .home-banner-desc br {
            display: none;
        }

        .hero-banner {
            padding-block-start: 0;
        }

        .hero-banner__inner {
            padding-block-start: 60px;
            padding-block-end: 60px;
        }

        .hero-banner-content h1 {
            font-size: 35px !important;
        }

        .hero-banner-button {
            margin-block-start: 1.5rem;
        }

            .hero-banner-button a {
                padding-inline: 18px;
                padding-block: 14px;
            }

        .how-we-work-grid {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

            .how-we-work-grid div {
                text-align: left;
            }

        .how-we-work-icon {
            margin-bottom: 16px;
        }

        .about-call {
            margin-bottom: 10px;
        }

        .custom-callto-link {
            flex-direction: column;
        }

            .custom-callto-link a:first-child {
                margin-bottom: 16px;
            }

        .testimonial_user {
            flex-direction: column;
            justify-content: flex-start !important;
            align-items: flex-start !important;
        }

            .testimonial_user > .d-flex {
                order: 2;
            }

        .testimonial_star {
            order: 1;
            margin-bottom: 15px;
        }

        .mobile-fs-1 {
            font-size: 1rem !important;
        }

        .breadcrumb_title p {
            font-size: 1rem;
        }

        .price-card_price {
            font-size: 24px;
        }

        .cs-life-star {
            width: 28px;
            margin-top: -8px;
        }

        .company_perks_icon h6 {
            font-size: 1rem;
        }

        .company_perks_icon .icon {
            width: 70px;
            height: 70px;
        }

        .our-team-general .row {
            justify-content: center;
        }

        .our-team-general-single {
            width: 320px;
        }

        .file-input__label {
            padding-inline: var(--size-6);
        }

        .resume-form-general {
            padding: 1rem;
        }

        .about-contact-icon {
            width: 50px;
            height: 50px;
            line-height: 60px;
        }

            .about-contact-icon i {
                line-height: 50px;
            }

        .about-contact-details-text a {
            font-size: 18px;
        }

        .contact-infobox-bottom .about-contact-grid {
            padding: 20px 0;
        }

        .contact-infobox-bottom .about-contact-grid {
            padding-left: calc(var(--bs-gutter-x) * .5);
            padding-right: calc(var(--bs-gutter-x) * .5) !important;
            gap: 12px;
        }

        .contact-form-general {
            padding: 1rem calc(var(--bs-gutter-x) * .5);
        }

        .location_grid_box {
            margin-bottom: 1.5rem;
        }

            .location_grid_box:last-child {
                margin-bottom: 0rem;
            }

        .cs-contact-location hr {
            margin: 20px auto 20px;
        }

        .casstudy_detail_space {
            border-radius: 24px;
            padding-block: 25px;
            padding-inline: 25px;
        }

        .show-case {
            padding-left: calc(var(--bs-gutter-x) * .5);
            padding-right: calc(var(--bs-gutter-x) * .5);
        }

        .challenge_header_text, .sub_service_header {
            display: flex;
            align-items: start;
            flex-direction: column;
        }

        .industry_casestudy_single {
            padding: 20px;
        }

        .industry_casestudy_inn_title {
            font-size: 24px;
        }

        .industry_why_choose_box {
            padding: 20px;
        }

        .breadcrumb-section .how_we_btn_home {
            margin-top: 20px;
            margin-left: 0 !important;
        }

        .breadcrumb-section a.schedule_btn_home, .breadcrumb-section a.how_we_btn_home {
            padding-inline: 18px;
            padding-block: 14px;
        }

        .contact-two-forms {
            padding: 20px;
        }

            .contact-two-forms .tab-pane {
                padding: 20px;
            }

        .contact-two-tabs ul li {
            width: 100%;
            margin-bottom: 10px;
        }

        .contact-form-header div {
            flex: 0 0 auto;
        }

        .whitepaper-download-btn {
            display: flex;
        }
    }

    @media screen and (max-width: 575px) {
        /*    .show-case-slider .swiper-wrapper {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }*/
    }

    @media screen and (max-width: 480px) {
        .hero-banner-button a {
            width: 250px;
        }

            .hero-banner-button a:last-child {
                margin-top: 20px;
                margin-left: 0 !important;
            }

        .about-details .company-stats-counter {
            margin-top: 20px;
        }

        .cs-life-star {
            display: none;
        }

        .upload-file-row {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .form-upload-text {
            margin-top: 5px;
            padding-left: 0;
        }

        .job_opening_title {
            font-size: 30px;
        }
    }

    @media screen and (max-width: 379px) {
        .hero-banner-content h1 {
            font-size: 32px !important;
        }

        .hero-banner-content p {
            margin-block-start: 20px;
            line-height: 1.4;
        }

        .how-we-work-left {
            padding-block: 1.2rem 1rem;
            padding-inline: 1.2rem;
        }

        .resume-form-general {
            padding: 1rem 0.5rem;
        }

        .about-contact-grid {
            gap: 14px;
            padding: 15px 15px 18px;
        }

        .about-contact-icon {
            width: 60px;
            height: 60px;
            line-height: 60px;
        }
    }

    @media screen and (max-width: 360px) {
        .resume-form-general {
            padding: 1rem 0.5rem;
        }

        .about-contact-details-text a {
            font-size: 15px;
        }
    }



@media only screen and (max-width: 500px) {
    #saasRecaptcha, #enterpriseRecaptcha, #generalRecaptcha, #resumegoogle_recaptcha, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}