/* Comman Style */

:root {
    --font-primary: 'Inter', sans-serif;
    --font-secondary: 'Neue Helvetica Pro', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    --font-quote: 'Cardo', Georgia, serif;
}
:root, [data-bs-theme=light] {
    --bs-carousel-indicator-active-bg: #fff;
    --bs-carousel-caption-color: #fff;
    --bs-carousel-control-icon-filter: ;
}
:root, [data-bs-theme=light] {
    --bs-btn-close-filter: ;
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}
:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

/* Hero Section Heading */
/* Hero section Pane Name Style Ex. About Us, Contact, etc. */
h1.heading {
  font-size: 2rem !important;
  line-height: 4rem !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  font-family: 'Neue Helvetica Pro', 'Helvetica Neue', sans-serif !important;
}

/* Hero Section Sub Heading (After the page name heading) */
h2.heading {
  font-size: 1.375rem !important;
  line-height: 1.7875rem !important;
  font-weight: 400 !important;
  font-family: 'Inter', sans-serif !important;
  color: #4a4a49;
}

h4.sub-heading {
  font-size: 1.375rem !important;
  line-height: 1.7875rem !important;
  font-weight: 500 !important;
  font-family: 'Inter', sans-serif !important;
  color: #4a4a49;
}

/* Page content main Heading */
/* Ex. EQUIPPED FOR EMEA CHALLENGES AND GROWTH */
/* Choose Your Go-To-Market Strategy */
h3.heading {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  color: #4a4a49 !important;
  font-family: 'Neue Helvetica Pro', 'Helvetica Neue', sans-serif !important;
}

/* Page Content Sub Heading  */
/* Ex. System Integration, Local Office, Retail, etc. */
h3.sub-heading {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  color: #4a4a49 !important;
  font-family: 'Neue Helvetica Pro', 'Helvetica Neue', sans-serif !important;
}

/* Header Style */
/* Default transparent navbar */
.transparent-navbar {
  background-color: transparent !important;
  position: absolute !important;
  width: 100%;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  padding: 0 !important;
  transition: background-color 0.6s, color 0.3s;
}

/* Sticky navbar on scroll */
.sticky-navbar {
  position: fixed !important;
  top: 0;
  /* left: 0; */
  /* width: 100%; */
  background-color: #ffffff !important;
  color: #4a4a49 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

/* Change nav-link and icon colors when sticky */
.sticky-navbar .nav-item a {
  color: #4a4a49 !important;
}

.site-logo {
  transition: all 0.6s ease;
  max-width: 202px !important;
  width: 100%;
}

.sticky-navbar .site-logo {
  content: url('images/footer-logo.svg');
}

.sticky-navbar .btn svg path {
  fill: #4a4a49;
  transition: background-color 0.6s, color 0.3s;
}

.sticky-navbar .container {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* Restrict navbar content to 1440px and center it */
.navbar .container {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 9px 35px !important;
}

.transparent-navbar .nav-link,
.transparent-navbar .navbar-brand {
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.dropdown-toggle {
  margin-left: 10px !important;
}

.main-menu ul {
  gap: 25px;
}

.btn svg {
  transition: background-color 0.6s, color 0.3s;
}

.modal-dialog {
  z-index: 1055 !important;
}

/* Responsive Menu Toggle */
.navbar-toggler {
  border: none !important;
}

/* Default: white toggler icon */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Sticky: dark toggler icon */
.sticky-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%234A4A49' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Close icon (X) */
.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4' y1='4' x2='20' y2='20' stroke='white' stroke-width='2'/%3E%3Cline x1='20' y1='4' x2='4' y2='20' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}

/* Optional: white close icon when not sticky */
.sticky-navbar .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4' y1='4' x2='20' y2='20' stroke='%234A4A49' stroke-width='2'/%3E%3Cline x1='20' y1='4' x2='4' y2='20' stroke='%234A4A49' stroke-width='2'/%3E%3C/svg%3E");
}

/* Fullscreen mobile menu */

/* Custom breakpoint at 1180px */
@media (max-width: 1100px) {
  .navbar-expand-custom .navbar-toggler {
    display: block !important;
  }

  .main-menu {
    justify-content: flex-start !important;
    position: fixed;
    top: 0;
  }
}

@media (min-width: 1100px) {
  .main-menu {
    justify-content: flex-end !important;
  }
}

/* ✅ Fullscreen menu styles — applied only on mobile/tablet */
@media (max-width: 1100px) {
  .navbar-collapse {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 0;
    background-color: white;
    overflow: hidden;
    transition: height 0.5s ease;
    z-index: 1040;
    padding-top: 0;
    display: block !important;
    align-items: self-start;
  }

  .navbar-collapse.collapsing {
    height: 100vh !important;
    transition: height 0.5s ease;
  }

  .navbar-collapse.show {
    height: 100vh;
    overflow-y: auto;
    padding-top: 100px;
  }

  .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: column;
    padding: 2rem;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-direction: column;
  }

  .navbar-collapse .nav-link {
    color: #4a4a49 !important;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    transition: color 0.2s ease;
  }

  .dropdown-item {
    border: none !important;
    padding-left: 2rem !important;
  }

  .custom-toggler {
    border: none;
    background: none;
    z-index: 1050;
    position: relative;
    width: 30px;
    height: 24px;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
  }

  .custom-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    transition: all 0.3s ease;
  }

  .custom-toggler[aria-expanded='true'] .toggler-icon {
    background: #4a4a49;
  }

  .sticky-navbar .toggler-icon {
    background: #4a4a49 !important;
  }

  .top-bar {
    top: 0;
  }

  .middle-bar {
    top: 10px;
  }

  .bottom-bar {
    top: 20px;
  }

  .custom-toggler[aria-expanded='true'] .top-bar {
    transform: rotate(45deg);
    top: 10px;
  }

  .custom-toggler[aria-expanded='true'] .middle-bar {
    opacity: 0;
  }

  .custom-toggler[aria-expanded='true'] .bottom-bar {
    transform: rotate(-45deg);
    top: 10px;
  }
}

.logo-wrapper {
  z-index: 1050;
}

.navbar-collapse.show .btn svg path {
  fill: #4a4a49;
}

.navbar-collapse.show .logo-wrapper img {
  content: url(images/footer-logo.svg) !important;
}

/* Sub menu item list  */

/* .nav-item.dropdown:hover .dropdown-menu {
    display: block;
} */

/* .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
} */

.dropdown-toggle:hover .dropdown-menu {
  display: block !important;
}

/* Contact Page Style - Minimized custom CSS with Bootstrap 5 */
/* Hero section styling */
.hero-section {
  position: relative;
  width: 100%;
}

.hero-bg {
  background-size: cover;
  background-position: center;
  height: 590px;
  width: 100%;
}

.bg-info {
  background-color: #2f9bd0 !important;
}

.contact-container {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
  background-color: #fafafa;
}

.py-custom {
  padding-top: 6.25rem;

  /* padding-bottom: 6.25rem; */
}

.office-block {
  display: flex;
  gap: 55px;
  margin-bottom: 100px;
}

.office-inner-block {
  display: flex;
  gap: 45px;
}

.office-block img {
  height: 301px;
}

.custom-heading {
  line-height: 4rem;
  letter-spacing: -0.02em;
  color: #4a4a49;
}

.custom-office-title {
  font-weight: 500;
  font-size: 2.05rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #4a4a49;
}

.custom-office-subtitle {
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.653125rem;
  letter-spacing: -0.46px;
  color: #4a4a49;
}

.custom-office-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: -0.02em;
  color: #4a4a49;
}

.custom-office-hr {
  width: 3.75rem;
  height: 0.3125rem;
  border: none;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  opacity: 1;
}

.first-para {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #4a4a49;
}

.heading-custom {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #434343;
}

.desc-para {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.65;
  color: #434343;
  margin-bottom: 2.75rem;
}

.contact-img {
  /* height: 25.75rem; */
  object-fit: cover;
}

.main-form-section {
  position: relative;
  background: linear-gradient(351.88deg, #f8f8f8 6.25%, #fdfdfd 93.75%);
}

.form-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 645.2px;
  width: 649.24px;
  z-index: 1;
  pointer-events: none;
}

.form-section {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.form-label {
  color: #424242;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.form-control {
  color: #b9b9b9;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  height: 60px;
  padding: 16px 24px;
  background-color: #fcfcfc;
}

textarea {
  min-height: 116px !important;
  resize: vertical;
}

.form-control:focus {
  border-color: #bdbdbd !important;
  box-shadow: none;
}

.form-container {
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  padding: 64px 42px;
}

.submit-btn {
  background-color: #2661ab;
  color: #fff;
  font-weight: 700;
  line-height: 1.65;
  border-radius: 30px;
  width: 106px;
  height: 36px;
  padding: 5px 20px;
  border: none;
}

.submit-btn:hover {
  background-color: #004ea2;
}

@media (max-width: 768px) {
  .form-padding-0 {
    padding: 24px 0px 0px 0px !important;
  }
}

/* Core styles that can't be fully replaced with Bootstrap */

@font-face {
  font-family: 'Helvetica Neue';
  src: url('font/helvetica-neue-5/HelveticaNeueRoman.otf') format('opentype');
}

/* Add Neue Helvetica Pro font declarations */
@font-face {
  font-family: 'Neue Helvetica Pro';
  src: url('webFonts/NeueHelveticaPro55Roman/font.woff2') format('woff2'),
    url('webFonts/NeueHelveticaPro55Roman/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Helvetica Pro';
  src: url('webFonts/NeueHelveticaPro65Medium/font.woff2') format('woff2'),
    url('webFonts/NeueHelveticaPro65Medium/font.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Helvetica Pro';
  src: url('webFonts/NeueHelveticaPro75Bold/font.woff2') format('woff2'),
    url('webFonts/NeueHelveticaPro75Bold/font.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Define font variables for consistent usage */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Neue Helvetica Pro', 'Helvetica Neue', -apple-system,
    BlinkMacSystemFont, Arial, sans-serif;
  --font-quote: 'Cardo', Georgia, serif;
}

/* Special styling for key section headings - all as h3 with medium weight */
/* This targets all the key headings:
   - EQUIPPED FOR EMEA CHALLENGES AND GROWTH
   - Choose your Go-To-Market Strategy
   - EXPLORE OUR 100+ TECHNOLOGY PARTNERS
   - Catch Up With What's New
   - Work With Us
*/
h3.text-secondary,
h3.fw-medium,
h3.has-text-align-center,
h3.text-uppercase {
  font-family: 'Neue Helvetica Pro', 'Helvetica Neue', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* Add specific styling for these headings if they appear as h1 or h2 in some pages */
h1.text-uppercase,
h1.fw-medium,
h2.has-text-align-center,
h2.text-uppercase {
  font-family: 'Neue Helvetica Pro', 'Helvetica Neue', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* Special styling for go-to-market headings (system integration, monobrand, etc.) */
h2.fw-medium.text-secondary,
h2.go-to-market-heading {
  font-family: 'Neue Helvetica Pro', 'Helvetica Neue', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: var(--font-secondary) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 1rem;
}

body h1 {
  font-size: 3.5rem;
  letter-spacing: -0.04em;
}

body h2 {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
}

body h3 {
  font-size: 2rem;
  font-weight: 500 !important;
}

body h4 {
  font-size: 1.5rem;
  font-weight: 500 !important;
}

body h5 {
  font-size: 1.25rem;
}

body h6 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

body {
  font-family: var(--font-primary);
  background-color: #f7f7f7;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

/* Custom spacing that can't be directly achieved with Bootstrap spacing utilities */
.letter-spacing-1 {
  letter-spacing: 0.1rem;
}

/* Custom styling for submit button */
.btn-primary {
  background-color: #2661ab;
  border-color: #2661ab;
}

.btn-primary:hover {
  background-color: #004ea2;
  border-color: #004ea2;
}

/* Custom background for the form section */
.bg-gradient {
  background: linear-gradient(351.88deg, #f8f8f8 6.25%, #fdfdfd 93.75%);
}

/* Text colors */
.text-dark {
  color: #434343 !important;
}

/* Custom styling for horizontal rules - could be replaced with border utilities but kept for precision */
.bg-info {
  background-color: #21a4dd !important;
}

.bg-primary {
  background-color: #2f9bd0 !important;
}

/* Media queries for responsive design */
@media (max-width: 768px) {
  .py-custom {
    padding-top: 1rem;
  }

  .form-section {
    gap: 30px;
  }
}

.text-secondary {
  color: #4a4a49 !important;
}

/* Footer styling - minimal custom CSS to complement Bootstrap */
footer {
  font-family: 'Inter', sans-serif;
  border-top: 1px solid #f0f0f0;
}

footer .text-secondary {
  color: #4a4a49 !important;
  font-size: 14px;
}

li.list-inline-item a {
    font-size: 12px;
}

footer h6 {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

footer .list-unstyled li a:hover {
  cursor: pointer;
}

footer hr {
  background-color: #e5e5e5;
  height: 1px;
}

footer .small {
  font-size: 12px;
  color: #777;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  footer .list-inline-item {
    margin-bottom: 10px;
  }
}

/* Custom Style Apply for Contact */
.gap-100 {
  gap: 100px !important;
}

.gap-47 {
  gap: 47px !important;
}

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

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

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

@media (max-width: 768px) {
  .gap-100 {
    gap: 40px !important;
  }

  .custom-py-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 100px;
  column-gap: 30px;
}

.grid-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 47px;
}

@media (max-width: 1100px) {
  .custom-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
  }
}

@media (max-width: 576px) {
  .grid-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/* Custom Style For Home Page  */

.text-highlight {
  color: #21a4d9;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.me-80px {
  margin-right: 80px;
}

.column-with-gap {
  display: flex;
  gap: 24px;
}

.column-gap {
  display: flex;
  gap: 80px;
}

@media (max-width: 767.98px) {
  .column-with-gap {
    flex-direction: column;
  }

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

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
  width: 100%;
}

@media (max-width: 1200px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.container-item {
  /* background-color: white; */
  /* padding: 1.5rem; */
  /* border-bottom: 5px solid #ffffff; */
  /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.grid-items {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .grid {
    align-items: stretch;
  }

  .grid-items {
    display: flex;
    flex-direction: column;
  }

  .grid-items > * {
    flex: 1;
  }
}

.grid-icon {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
  width: 100%;
  margin-bottom: 50px;
}

.grid-icon img {
  transition: transform 0.4s ease-in-out;
  object-fit: contain;
}

.grid-icon:hover img {
  transform: scale(1.15);
}

/* Slider Style  */

.swiper {
  padding-bottom: 50px;
  background-color: #ffffff;
  position: relative;
}

.swiper-wrapper {
  margin-bottom: 25px;
}

.swiper-slide {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  /* padding: 0px 60px; */
}

.logo-item {
  width: 120px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-logo img {
  width: 130px;
  height: 100px;
  transition: transform 0.4s ease-in-out;
}

.home-logo img:hover {
  transform: scale(1.15);
}

/* Pagination Dots */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  background: #4b4c4d;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: #4b4c4d;
  opacity: 1;
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #4b4c4d;
  width: 45px;
  height: 45px;
  background: #f0f0f0;
  border-radius: 50%;
  top: 38%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-button-next {
  right: 0%;
}

.swiper-button-prev {
  left: 0%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed !important;
}

/* About Page Custom Style  */

.main-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.our-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 76px;
}

.margin-156 {
  margin-left: 156px;
  margin-right: 156px;
}

@media (max-width: 1092px) {
  .main-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .our-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
  }

  .margin-156 {
    margin-left: 78px;
    margin-right: 78px;
  }
}

@media (max-width: 768px) {
  .margin-156 {
    margin-left: 35px;
    margin-right: 35px;
  }
}

/* Custom Qoute style */
.custom-quote {
  font-size: 1.625rem;
  line-height: 2.25875rem;
  font-weight: 500;
  color: #4a4a4a;
  max-width: 700px;
  font-family: var(--font-quote);
  position: relative;
  display: inline-block;
  font-family: var(--font-primary);
}

.custom-quote .quote-symbol-1 {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin: 0 3px 0 0;
}

.custom-quote .quote-symbol-1 img {
  width: 60%;
  height: auto;
  position: relative;
  top: 0;
  color: #4a4a49;
}

.custom-quote .quote-symbol-2 {
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 6px;
  margin-left: 5px;
  vertical-align: top;
}

.custom-quote .quote-symbol-2 img {
  width: 60%;
  height: auto;
  color: #4a4a49;
}

@media (max-width: 1024px) {
  .custom-image {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .custom-image {
    margin-top: 0px;
  }
}

/* Technology Partners Page Style  */

.button-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-flex-item {
  flex: 0 0 auto;
}

/* .major-partners {
    border: 1px solid #103A5E !important;
}

.local-office {
    border: 1px solid #2F9DB0 !important;
}

.mono-brand {
    border: 1px solid #6E4698 !important;
}

.multi-brand {
    border: 1px solid #2661AB !important;
}

.system-integration {
    border: 1px solid #21A4D9 !important;
}

.retail {
    border: 1px solid #E03A25 !important;
} */

.major-partners:hover {
  background-color: #103a5e !important;
  color: #ffffff !important;
}

.local-office:hover {
  background-color: #2f9db0 !important;
  color: #ffffff !important;
}

.mono-brand:hover {
  background-color: #6e4698 !important;
  color: #ffffff !important;
}

.multi-brand:hover {
  background-color: #2661ab !important;
  color: #ffffff !important;
}

.system-integration:hover {
  background-color: #21a4d9 !important;
  color: #ffffff !important;
}

.retail:hover {
  background-color: #e03a25 !important;
  color: #ffffff !important;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0;
  max-width: 100%;
}

.icon-grid-item {
  height: 92px;
  background-color: white;
  padding: 25px 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  overflow: hidden;
}

.icon-grid-item:hover {
  box-shadow: 2px 9px 10px 0px #00000033;
}

.icon-grid-item img {
  transition: transform 0.4s ease-in-out;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.icon-grid-item:hover img {
  transform: scale(1.15);
}

/* Custom Dialog Style  */

#open-modal {
  cursor: pointer !important;
}

dialog {
  margin: auto;
  padding: 65px 45px;
  border: none;
  border-radius: 20px;
  box-shadow: 10px 14px 54px 0px #00000040;
  background-color: #ffffff;
}

.img-dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 28px;
  transform: rotate(45deg);
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

body.dialog-open {
  overflow: hidden;
}

/* Our Company Page Custom Style */

.two-column-grid {
  display: grid;
  grid-template-columns: calc(45% - 22px) calc(55% - 22px);
  gap: 50px;
}

@media (max-width: 991.98px) {
  .two-column-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.our-grid-item {
  display: grid;
  grid-template-columns: calc(40% - 22px) calc(60% - 22px);
  gap: 44px;
  width: 100%;
  padding: 26px 35px 30px 30px;
}

.img-margin {
  margin-bottom: 16px;
}

@media (max-width: 1199.98px) {
  .our-grid-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .img-margin {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .img-margin {
    margin-bottom: 20px;
  }
}

/* Affiliates Directory Page Style */

.hero-section-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 336px;
}

@media (max-width: 992px) {
  .hero-section-grid {
    gap: 136px;
  }
}

/* Affiliates Hero Form Style */

.form-box {
  width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}

.channel-select-wrapper {
  position: relative;
  user-select: none;
  width: 100% !important;
  box-sizing: border-box;
}

.channel-select-toggle {
  height: 81px;
  width: 100%;
  color: #b9b9b9;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0px;
  box-sizing: border-box;
}

.selected-options {
  position: absolute;
  bottom: 10px;
  left: 48px;
  right: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.channel-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: white;
  color: #4a4a49;
  border: 1px solid #ccc;
  width: 100%;
  box-shadow: 2px 9px 10px 0px #00000033;
  box-sizing: border-box;
}

.options-grid,
.grid-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  column-gap: 20px;
  padding: 22px 26px;
  box-sizing: border-box;
}

.grid-options {
  grid-template-columns: 1fr;
}

.channel-options label {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.26px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 10px;
}

.channel-options input[type='checkbox'] {
  margin-right: 10px;
  background-color: #6e4698 !important;
}

.custom-select-wrapper {
  height: 81px;
  width: 100%;
  box-sizing: border-box;
}

.custom-select:focus {
  box-shadow: none;
  /* border-color: #00AEEF; */
}

.custom-placeholder {
  position: absolute;
  top: 10px;
  left: 20px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #4a4a49;
  pointer-events: none;
}

.custom-placeholder img {
  height: 24px;
  width: 24px;
  margin-right: 5px;
}

.search-button {
  font-size: 1.216875rem;
  font-weight: 700;
  line-height: 2.00784375rem;
  color: #f9f9f9;
  background-color: #00aeef;
  width: 100%;
  border-radius: 36.51px;
  padding: 12px 23px 12px 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  box-sizing: border-box;
}

.search-button:hover {
  background-color: #0095d9;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1250px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .form-box {
    max-width: 500px;
    width: 100%;
  }
}

.channel-options {
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  z-index: 100;
}

.main-option {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #00000040;
  position: relative;
}

.main-option .icon::before {
  content: '+';
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
}

.main-option.active .icon::before {
  content: '-';
}

.main-option .sub-menu {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.32px;
  color: #4a4a49;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sub-options {
  display: none;
  padding: 10px;
  padding-top: 20px;
  padding-left: 20px;
}

.sub-option label {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.26px;
  color: #4a4a49;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.main-option.active .sub-options {
  display: block;
}

.selected-options {
  position: absolute;
  bottom: 10px;
  left: 48px;
  right: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
  min-height: 20px;
}

.selected-options .selected-item {
  background: #4a4a49;
  color: #f9f9f9;
  padding: 3px 15px;
  font-size: 13px;
  line-height: 26px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
}

.navigation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sub-grid-layout {
  background-color: #ffffff;
  border: 1px solid #dadbdb;
  border-radius: 20px;
}

.sub-grid-layout:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

.sub-grid-layout img {
  transition: transform 0.4s ease-in-out;
  object-fit: contain;
}

.sub-grid-layout:hover img {
  transform: scale(1.15);
}

/* Affiliates Interacrive Page Style */

.grid-main {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 20px;
}

.grid-layout-inter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sub-grid-layout-inter {
  background-color: #ffffff;
  border: 1px solid #dadbdb;
  border-radius: 20px;
}

.sub-grid-layout-inter:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

.sub-grid-layout-inter img {
  transition: transform 0.4s ease-in-out;
  object-fit: contain;
}

.sub-grid-layout-inter:hover img {
  transform: scale(1.15);
}

.section-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 33px;
  color: #4a4a49;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.section-title img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.form-check {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 33px;
  color: #4a4a49;
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-check-label {
  padding-top: 6px;
}

.form-check-input:checked {
  background-color: #2661ab !important;
  color: #ffffff !important;
  font-weight: 400 !important;
}

.section .form-select {
  color: #4a4a49;
  height: 44px !important;
}

.btn-update {
  background-color: #00aaff;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 20px;
}

.btn-update:hover {
  background-color: #00aaff;
  color: white;
  font-weight: bold;
}

.section {
  margin-bottom: 30px;
}

/* Mono Brand Page Style */

.image-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.main-img {
  transition: transform 0.4s ease;
  display: block;
  transform-origin: center center;
}

.container-item:hover .main-img {
  transform: scale(1.15);
}

.explore-grid-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: start;
}

@media (max-width: 576px) {
  .explore-grid-item {
    grid-template-columns: 1fr;
  }

  .left-align-text {
    margin-left: 0px !important;
  }
}

.count-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  background-color: #f0f0f0;
  border-radius: 0px 0px 20px 20px;
}

@media (max-width: 499px) {
  .count-grid {
    gap: 15px;
    padding: 7px 15px 9px 15px !important;
  }
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 135px;
}

@media (max-width: 1200px) {
  .expertise-grid {
    /* grid-template-columns: 1fr; */
    gap: 60px;
  }
}

@media (max-width: 992px) {
  .expertise-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* .container-item:hover {
  box-shadow: 2px 9px 10px 0px #00000033;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
} */

/*html {
  font-size: 90%; 
}*/

/* News Page Style */

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}

@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.news-sub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: start;
}

.select-field-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

@media (max-width: 575.98px) {
  .select-field-grid {
    flex-direction: column;
    align-items: flex-start;
  }
}

.search-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 930px) {
  .dropdown-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .search-container {
    justify-content: flex-start;
  }
}

.dropdown-grid-item {
  display: grid;
  grid-template-columns: 65% 35%;
  gap: 17px;
  align-items: start;
}

@media (max-width: 1370px) {
  .dropdown-grid-item {
    grid-template-columns: 1fr;
  }
}

/* Select Field Style For News & Insights Page */

.news-dropdown-wrapper {
  position: relative;
  max-width: 100%;
  height: 36px;
}

.news-dropdown-toggle {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0px 10px 0px 13px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}

.news-dropdown-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  line-height: 2.0625rem;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #4a4a49;
}

.news-dropdown-arrow {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  color: #4a4a49;
}

/* .news-dropdown-wrapper.active .news-dropdown-arrow {
  transform: rotate(180deg);
} */

.news-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
  padding: 42px 44px;
  width: max-content;
  min-width: 150px;
  max-width: 100vw;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 99;
}

.news-dropdown-wrapper.active .news-dropdown-menu {
  display: block;
}

.news-dropdown-title {
  font-size: 0.8125rem;
  line-height: 2.0625rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #444;
}

.news-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 40px;
}

@media (max-width: 625px) {
  .news-checkbox-grid {
    grid-template-columns: 1fr;
  }
}

.news-checkbox-grid label {
  font-size: 1rem;
  line-height: 3rem;
  letter-spacing: -0.02em;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-checkbox-grid input[type='checkbox'] {
  /* accent-color: #555; */
  cursor: pointer;
  border-color: #cdcfcf;
  box-shadow: 0px 4px 4px 0px #00000014;
}

/* Search Button Style */

.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-form {
  position: relative;
  width: 100%;
  max-width: 375px;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon svg {
  width: 100%;
  height: 100%;
  transform: rotate(270deg);
}

.search-icon svg path {
  fill: #2b2523 !important;
}

.search-input {
  width: 100%;
  height: 50px;
  padding: 16px 21px 16px 55px;
  border-radius: 40px;
  border: 1px solid #2b2523;
  border: none;
  font-size: 1rem;
  line-height: 2.0625rem;
  letter-spacing: -0.02em;
  color: #797d80;
}

.search-input:focus {
  outline: none;
}

.news-text {
  font-size: 0.85rem;
  font-weight: 400;
  font-family: 'Inter' sans-serif !important;
  line-height: 1.55;
  margin-bottom: 15px;
  color: #4a4a49;
  text-decoration: none;
  background-image: linear-gradient(to right, #4a4a49 50%, transparent 50%);
  background-size: 200% 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-position 0.3s;
}

.grid-container-item:hover .news-text {
  background-position: 0% 100%;
}

.grid-container-item {
  cursor: pointer;
}

.grid-container-item:hover .main-img {
  transform: scale(1.15);
}

.arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.grid-container-item:hover .arrow-icon {
  transform: translateX(10px);
}
.w-100 {
    width: 100% !important;
}
.text-start {
    text-align: left !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.end-0 {
    right: 0 !important;
}
.start-0 {
    left: 0 !important;
}
.position-absolute {
    position: absolute !important;
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important
;
}
.text-secondary {
    color: #4a4a49 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.border-0 {
    border: 0 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.position-relative {
    position: relative !important;
}
.h-100 {
    height: 100% !important;
}
.end-0 {
    right: 0 !important;
}

.start-0 {
    left: 0 !important;
}
.top-0 {
    top: 0 !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: #fff!important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.bg-light {
    --bs-bg-opacity: 1;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.bg-gradient {
    background: linear-gradient(351.88deg, #f8f8f8 6.25%, #fdfdfd 93.75%);
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
}
img, svg {
    vertical-align: middle;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.d-inline-block {
    display: inline-block !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.gap-100 {
    gap: 100px !important;
}
.text-dark {
    color: #434343 !important;
}
.fw-bold {
    font-weight: 700 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}
body h6 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.text-decoration-none {
    text-decoration: none !important;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex
;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media (min-width: 1200px) {
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
      .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.list-inline-item {
    display: inline-block;
}
.ms-3 {
    margin-left: 1rem !important;
}
}