  @import url("../fonts/AzoSans-font/stylesheet.css");
  @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

  * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body.nav-open {
    overflow: hidden;
    height: 100vh;
  }

  .backdrop {
    position: fixed;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 999;
  }

  /* .backdrop.active {
  opacity: 1;
  visibility: visible;
} */

  @media (min-width: 992px) {
    .backdrop {
      display: none;
    }
  }

  .christmas-tree-large {
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 70px;
    z-index: -1;
  }

  @media (max-width: 767px) {
    .christmas-tree-large {
      width: 100px;
      height: 100px;
      bottom: 20px;
    }
  }

  @media (max-width: 991px) {
    .christmas-tree-large {
      width: 170px;
      height: 255px;
      bottom: 110px;
      left: 30px;
    }
  }

  @media (max-width: 575px) {
    .christmas-tree-large {
      bottom: 80px;
      left: 0px;
    }
  }

  .snow-man-index {
    position: absolute;
    bottom: 100px;
    right: 30px;
  }

  @media (max-width: 991px) {
    .snow-man-index {
      width: 150px;
      height: 150px;
    }
  }

  @media (max-width: 767px) {
    .snow-man-index {
      width: 150px;
      height: 150px;
      right: 0px;
    }
  }

  @media (max-width: 575px) {
    .snow-man-index {
      width: 100px;
      height: 100px;
      bottom: 30px;
    }
  }

  a {
    text-decoration: none !important;
  }

  .scrolled {
    position: fixed !important;
    width: 100% !important;
    background-color: white !important;
    z-index: 9999 !important;
    box-shadow: 0 53px 32px 0 rgba(3, 3, 18, 0.01), 0 24px 24px 0 rgba(3, 3, 18, 0.02), 0 6px 13px 0 rgba(3, 3, 18, 0.02) !important;
    top: -1px !important;
  }

  .scrolled .navbar-main {
    background-color: #fff;
    z-index: 999;
  }

  @media (max-width: 991px) {
    #main-header {
      position: fixed;
      width: 100%;
      background-color: white;
      z-index: 9999;
      box-shadow: 0 53px 32px 0 rgba(3, 3, 18, 0.01), 0 24px 24px 0 rgba(3, 3, 18, 0.02), 0 6px 13px 0 rgba(3, 3, 18, 0.02);
      top: -1px;
    }
  }

  .client-property-card img {
    margin: 0 auto;
  }

  .logo-item {
    position: relative;
  }

  .logo-item a {
    text-decoration: none;
  }

  .section-title {
    font-size: 42px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 15px;
    line-height: 120%;
    font-family: 'Azo Sans';
  }

  @media (max-width: 1024px) {
    .section-title {
      font-size: 36px;
    }
  }

  @media (max-width: 991px) {
    .section-title {
      font-size: 30px;
    }
  }

  @media (max-width: 767px) {
    .section-title {
      font-size: 28px;
    }
  }

  @media (max-width: 767px) {
    .section-title br {
      display: none;
    }
  }

  .section-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 140%;
    font-family: 'Azo Sans';
    margin-bottom: 0px;
  }

  @media (max-width: 991px) {
    .section-subtitle br {
      display: none;
    }
  }

  .redirect-arrow {
    position: absolute;
    right: 15px;
    top: 18px;
    max-width: 48px;
    width: 100%;
    height: 48px;
    border: 2px solid #FFFFFF;
    background-color: #F1F1F1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 12px 0px rgba(158, 162, 174, 0.2392156863);
    transition: all 0.5s ease;
  }

  .redirect-arrow:hover {
    background-color: #1E1E1E;
    border-color: #1E1E1E;
  }

  .redirect-arrow:hover img {
    filter: invert(1);
    transform: rotate(45deg);
  }

  .redirect-arrow img {
    transition: all 0.5s ease;
    width: 24px !important;
    height: 24px !important;
  }

  @media (max-width: 767px) {
    .redirect-arrow img {
      width: 18px !important;
      height: 18px !important;
    }
  }

  @media (max-width: 767px) {
    .redirect-arrow {
      max-width: 38px;
      width: 100%;
      height: 38px;
    }
  }

  .card-title {
    color: #1E1E1E !important;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Azo Sans';
    margin-bottom: 8px !important;
    line-height: 150%;
  }

  @media (max-width: 1024px) {
    .card-title {
      font-size: 20px;
    }
  }

  @media (max-width: 767px) {
    .card-title {
      font-size: 18px;
    }
  }

  @media (max-width: 991px) {
    .card-title br {
      display: none;
    }
  }

  .platform-title,
  .section-header {
    text-align: center;
    margin-bottom: 50px;
  }

  @media (max-width: 991px) {

    .platform-title,
    .section-header {
      margin-bottom: 30px;
    }
  }

  /* .platform-title h2,
  .section-header h2 {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 42px;
    font-family: 'Azo Sans';
    margin-bottom: 15px;
  } */

  @media (max-width:1024px) {

    .platform-title h2,
    .section-header h2 {
      font-size: 36px;
    }
  }

  @media (max-width: 991px) {

    .platform-title h2,
    .section-header h2 {
      font-size: 30px;
    }
  }

  @media (max-width: 767px) {

    .platform-title h2,
    .section-header h2 {
      font-size: 28px;
    }
  }

  @media (max-width: 767px) {

    .platform-title h2 br,
    .section-header h2 br {
      display: none;
    }
  }

  /* .platform-title p,
  .section-header p {
    font-size: 18px;
    color: #444444;
    font-family: 'Azo Sans';
    font-weight: 400;
    letter-spacing: -0.18px;
  } */

  @media (max-width: 767px) {

    .platform-title p,
    .section-header p {
      font-size: 16px;
    }
  }

  @media (max-width: 767px) {

    .platform-title p br,
    .section-header p br {
      display: none;
    }
  }

  .trusted-property-title h2 {
    color: #212121;
    font-weight: 700;
    font-family: 'Azo Sans';
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
  }

  .custom-padding {
    padding: 64px 0px;
  }

  @media (max-width:1024px) {
    .custom-padding {
      padding: 48px 0px;
    }
  }

  @media (max-width: 991px) {
    .custom-padding {
      padding: 32px 0px;
    }
  }

  .custom-badge {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .custom-badge button {
    background: #f1f1f1;
    border: 1px solid #e8e8e8;
    border-radius: 24px;
    padding: 4px 8px;
    font-size: 10px;
    color: #1E1E1E;
    font-weight: 400;
    font-family: 'Azo Sans';
    line-height: 120%;
    cursor: inherit !important;
  }

  .custom-badge p {
    color: #1E1E1E;
    font-family: 'Azo Sans';
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 5px;
  }

  .custom-badge p span {
    width: 4px;
    height: 4px;
    background-color: #D8D8D8;
    border-radius: 100px;
    display: block;
    flex: 0 0 4px;
  }

  .load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .load-more-wrap a {
    text-decoration: none;
  }

  @media (max-width: 991px) {
    .load-more-wrap {
      margin-top: 20px;
    }

    .custom-badge p {
      width: 100%;
    }
  }

  .load-more-wrap .load-more {
    background: #f1f1f1;
    border-radius: 32px;
    padding: 12px 24px;
    color: #1E1E1E;
    border: 2px solid #ffffff;
    box-shadow: 0px 3px 12px 0px rgba(158, 162, 174, 0.24);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.5s ease;
    font-family: 'Azo Sans';
  }

  .load-more-wrap .load-more img {
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
    transition: all 0.5s ease;
  }

  @media (max-width: 767px) {
    .load-more-wrap .load-more img {
      width: 20px;
      height: 20px;
    }
  }

  .load-more-wrap .load-more:hover {
    background-color: #1E1E1E;
    color: #fff;
  }

  .load-more-wrap .load-more:hover img {
    transform: rotate(45deg);
    filter: invert(1);
  }

  .custom-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #E8E8ED;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
  }

  .custom-card:hover {
    transform: translateY(-1px);
    box-shadow: 0px 12px 24px 0px rgba(3, 3, 18, 0.1);
  }

  .integration-innovation {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
  }

  .integration-innovation:hover {
    transform: translateY(-1px);
    box-shadow: 0px 12px 24px 0px rgba(3, 3, 18, 0.1);
  }

  .custom-card .custom-card-media {
    position: relative;
  }

  .custom-card .custom-card-media img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
  }

  .custom-card .custom-card-media:hover .redirect-arrow {
    background-color: #1E1E1E;
    border-color: #1E1E1E;
  }

  .custom-card .custom-card-media:hover .redirect-arrow img {
    transform: rotate(45deg);
    filter: invert(1);
  }

  /* Make entire customer story card clickable while keeping styles */
  .custom-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .custom-card-link:focus-visible {
    outline: 2px solid #1E1E1E;
    outline-offset: 2px;
  }

  .custom-card .custom-card-body {
    padding: 20px;
  }

  .custom-card .custom-card-body .custom-card-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eeeeee;
    padding-top: 16px;
    margin-top: 16px;
  }

  .custom-card .custom-card-body .custom-card-author .label {
    display: block;
    font-size: 10px;
    color: #444444;
    font-weight: 500;
    font-family: 'Azo Sans';
  }

  .custom-card .custom-card-body .custom-card-author .value {
    display: block;
    font-size: 12px;
    color: #1E1E1E;
    font-weight: 400;
    margin-top: 2px;
    font-family: 'Azo Sans';
    margin-bottom: 0px;
  }

  .custom-card .custom-card-body .custom-card-author .author,
  .custom-card .custom-card-body .custom-card-author .posted {
    text-align: left;
  }

  .custom-card .custom-card-body .custom-card-author .posted {
    text-align: right;
  }

  .text-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @media (max-width: 575px) {
    .text-ellipsis {
      display: block;
    }
  }

  header .navbar-menu .nav-link {
    color: #1E1E1E;
    font-weight: 500;
    font-family: 'Azo Sans';
    font-size: 16px;
    padding: 0px;
  }

  header .navbar-menu .nav-item {
    position: relative;
  }

  header .navbar-menu .nav-item .dropdown-menu-wrap {
    list-style: none;
    padding: 0px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #D8D8D8;
    font-family: 'Azo Sans';
    position: absolute;
    min-width: 290px;
    background-color: #FBFCFF;
    opacity: 0;
    transition: all 0.5s ease;
    margin-top: 8px;
    z-index: 9;
    box-shadow: 0 93px 26px 0 rgba(0, 0, 0, 0), 0 59px 24px 0 rgba(0, 0, 0, 0.01), 0 33px 20px 0 rgba(0, 0, 0, 0.03), 0 15px 15px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    display: none;
  }

  header .navbar-menu .nav-item .dropdown-menu-wrap li {
    margin-bottom: 10px;
  }

  header .navbar-menu .nav-item .dropdown-menu-wrap li:last-child {
    margin-bottom: 0px;
  }

  header .navbar-menu .nav-item .dropdown-menu-wrap a {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Azo Sans', system-ui, sans-serif;
    text-decoration: unset !important;
  }

  header .navbar-menu .nav-item .dropdown-menu-wrap p {
    font-size: 12px;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    color: #444;
    margin-bottom: 0px;
  }

  /* header .navbar-menu .nav-item .dropdown-menu-wrap h3 {
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Azo Sans';
  } */

  header .property-menu h3 {
    color: #131927;
    font-size: 12px;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    margin-bottom: 12px;
  }

  header .navbar-menu .nav-item .property-type-option {
    min-width: 590px;
  }

  header .navbar-menu .nav-item .property-type-option h3 {
    margin-bottom: 10px;
  }

  header .navbar-menu .nav-item .property-type-option .property-menu:first-child {
    border-right: 1px solid #aeb2bb;
    padding-right: 10px;
    margin-right: 10px;
  }

  header .navbar-menu .product-menu:hover .dropdown-menu-wrap {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    display: block;
  }

  header .navbar-menu .product-menu:hover .bi-chevron-down::before {
    transform: rotate(-180deg);
    transition: all 0.3s ease;
  }

  /* Accessible state: show dropdown when menu is programmatically opened (e.g., via keyboard) */
  header .navbar-menu .product-menu.open .dropdown-menu-wrap {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    display: block;
    pointer-events: auto;
  }

  header .navbar-menu .product-menu.open .bi-chevron-down::before {
    transform: rotate(-180deg);
    transition: all 0.3s ease;
  }

  header .navbar-menu .dropdown-menu-wrap {
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s ease-in-out !important;
  }

  header .navbar-menu .dropdown-menu-wrap::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
  }

  header .navbar-menu .product-menu:hover .dropdown-menu-wrap {
    pointer-events: auto;
  }

  header .nav-accordion {
    display: none;
  }

  @media (max-width: 991px) {
    header .nav-accordion {
      display: block;
    }
  }

  @media (max-width: 991px) {
    header .navbar-menu {
      display: none;
    }
  }

  header .accordion-header .accordion-button {
    padding: 16px 20px;
    font-family: 'Azo Sans';
  }

  header .accordion-header .accordion-button:focus {
    box-shadow: unset;
  }

  header .accordion-body {
    background-color: #f1f1f1;
  }

  header .accordion-body ul {
    padding: 0px;
    list-style: none;
  }

  @media (max-width: 991px) {
    header .accordion-body ul li {
      margin-bottom: 15px;
    }
  }

  header .accordion-body ul li a {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Azo Sans';
  }

  @media (max-width: 991px) {
    header .accordion-body ul li a {
      font-size: 16px;
    }
  }

  header .accordion-body ul li p {
    font-size: 12px;
    font-weight: 500;
    color: #444;
    margin-bottom: 0px;
    font-family: 'Azo Sans';
  }

  /* 
  header .property-menu h3 {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Azo Sans';
  } */

  header .property-menu li {
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 5px !important;
    transition: all 0.25s ease;
  }

  header .property-menu li:hover {
    background-color: #E9F0FF;
    border-color: #E9F0FF;
  }

  header .navbar-toggler {
    padding: 0px;
    border: unset;
    box-shadow: unset !important;
  }

  .cta-btn {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  @media (max-width: 991px) {
    .cta-btn {
      display: none;
    }
  }

  .cta-btn .contact-us-btn {
    color: #1E1E1E;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Azo Sans';
    padding: 8px 16px;
    font-weight: 500;
    background-color: transparent;
    border: unset;
    cursor: pointer;
    border-radius: 10px;
  }

  footer {
    background-color: #fafafa;
    padding: 50px 0px;
  }

  footer .footer-logo p {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Azo Sans';
    margin-top: 10px;
  }

  footer .footer-logo span {
    font-weight: 600;
    font-style: italic;
  }

  @media (max-width: 991px) {
    footer .footer-menu {
      margin-bottom: 20px;
    }
  }

  footer .footer-menu ul {
    padding: 0px;
    list-style: none;
  }

  footer .footer-menu h3 {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: 'Azo Sans';
  }

  footer .footer-menu ul li a {
    text-decoration: unset;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
    font-family: 'Azo Sans';
  }

  .contact-us-btn {
    color: #1E1E1E;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Azo Sans';
    padding: 8px 16px;
    font-weight: 500;
    background-color: transparent;
    border: unset;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 10px;
  }

  .contact-us-btn:hover {
    background-color: #F1F1F1;
    color: #1E1E1E;
  }

  /* .demo-btn {
    background-color: #1E1E1E;
    box-shadow: 0px 2px 10px 0px rgba(153, 155, 156, 0.5019607843);
    padding: 8px 16px;
    font-weight: 500;
    font-family: 'Azo Sans';
    color: #fff;
    border-radius: 10px;
    border: unset;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
  }

  .demo-btn:hover {
    background-color: #444444;
    color: #fff;
  } */

  .cta-section {
    padding: 100px 0px;
  }

  @media (max-width: 767px) {
    .cta-section {
      padding: 50px 0px;
    }
  }

  .cta-section h2 {
    color: #1E1E1E;
    font-size: 48px;
    font-family: 'Azo Sans Lt';
    font-weight: 300;
  }

  .cta-section h2 span {
    color: #1655F5;
  }

  @media (max-width: 1024px) {
    .cta-section h2 {
      font-size: 45px;
    }
  }

  @media (max-width: 991px) {
    .cta-section h2 {
      font-size: 30px;
    }
  }

  @media (max-width: 767px) {
    .cta-section h2 {
      font-size: 25px;
    }
  }

  @media (max-width: 767px) {
    .cta-section h2 br {
      display: none;
    }
  }

  .cta-section p {
    color: #444444;
    font-size: 18px;
    /* font-weight: 500; */
    font-family: 'Azo Sans Lt';
    font-weight: 300;
    text-align: center;
    margin-bottom: 36px;
  }

  @media (max-width: 991px) {
    .cta-section p {
      font-size: 16px;
      margin-bottom: 20px;
    }
  }

  @media (max-width: 991px) {
    .cta-section p br {
      display: none;
    }
  }

  .smart-hospitality {
    position: relative;
    overflow: hidden;
  }

  /* .smart-hospitality::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-image: url(../images/left-ellipse.svg);
    z-index: -1;
  }

  @media (max-width: 991px) {
    .smart-hospitality::before {
      background-image: url(../images/smart-ellipse-right.svg);
    }
  } */

  .smart-hospitality::after {
    content: "";
    width: 500px;
    height: 490px;
    position: absolute;
    left: auto;
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-image: url(../images/right-ellipse.svg);
    z-index: -1;
  }

  @media (max-width: 991px) {
    .smart-hospitality::after {
      width: 240px;
      height: 216px;
      background-image: url(../images/smart-ellipse-left.svg);
      bottom: 0;
      left: auto;
      top: auto;
      right: 0px;
    }
  }

  .breadcrumb-button {
    background-color: #f1f1f1;
    border: 2px solid #ffffff;
    border-radius: 50px;
    box-shadow: 0px 3px 12px 0px rgba(158, 162, 174, 0.2392156863);
    padding: 12px 24px;
    color: #1E1E1E;
    font-weight: 500;
    font-family: 'Azo Sans';
    font-size: 16px;
    margin-bottom: 26px;
    cursor: inherit !important;
  }

  .banner-section {
    position: relative;
  }

  .banner-title h1 {
    color: #1E1E1E;
    font-family: 'Azo Sans LT', system-ui, sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: -2%;
    margin-bottom: 24px;
  }

  @media (max-width: 1024px) {
    .banner-title h1 {
      font-size: 46px;
    }
  }

  @media (max-width: 991px) {
    .banner-title h1 {
      font-size: 32px;
    }
  }

  .banner-title p {
    color: #444444;
    font-size: 20px;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 32px;
    line-height: 140%;
  }

  @media (max-width: 991px) {
    .banner-title p {
      font-size: 16px;
    }
  }

  /* Start 16-10-2025 */
  .common-title-banner-small {
    position: relative;
    padding: 80px 0px 40px 0px;
  }

  @media (max-width: 991px) {
    .common-title-banner-small {
      padding: 50px 0px 40px 0px;
    }
  }

  .common-title-banner-small::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../images/smart-banner.svg);
    background-size: cover;
    top: 0px;
    display: none;
  }

  .common-title-banner-small.smart-page-banner {
    background: #ffffff;
  }

  .common-title-banner-small.smart-page-banner .banner-image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .common-title-banner-small.smart-page-banner::before {
    height: 50%;
    top: 0;
  }

  @media (max-width: 767px) {
    .common-title-banner-small.smart-page-banner::before {
      height: 70%;
    }
  }

  .common-title-banner-small .content-wrapper {
    text-align: center;
    position: relative;
  }

  .common-title-banner-small .resources-tag {
    margin-bottom: 24px;
    display: inline-block;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }

  .common-title-banner-small .resources-tag span {
    color: #1E1E1E;
    font-weight: 500;
    font-family: 'Azo Sans Md';
    font-size: 16px;
    display: inline-block;
    line-height: 140%;
  }

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

  @media (max-width: 991px) {
    .news-events-section .news-grid {
      grid-template-columns: 1fr;
    }
  }

  .blog-details-banner {
    position: relative;
    padding: 32px 0 32px;
    overflow: hidden;
  }

  @media (max-width: 991px) {
    .blog-details-banner {
      padding: 32px 0px 32px;
    }
  }

  .blog-details-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/news-bg.svg);
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: cover;
    z-index: -1;
  }

  .blog-details-banner .resources-tag {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }

  .blog-details-banner .resources-tag span {
    color: #1E1E1E;
    font-weight: 500;
    font-family: 'Azo Sans Md';
    font-size: 16px;
    display: inline-block;
    line-height: 140%;
  }

  .blog-details-banner .blog-title {
    font-family: 'Azo Sans Lt', system-ui, sans-serif !important;
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
    color: #1E1E1E;
    margin: 0 0 12px;
    font-family: 'Azo Sans';
  }

  @media (max-width: 1024px) {
    .blog-details-banner .blog-title {
      font-size: 40px;
    }
  }

  @media (max-width: 991px) {
    .blog-details-banner .blog-title {
      font-size: 30px;
    }
  }

  .blog-details-banner .blog-subtitle {
    color: #444;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Azo Sans';
  }

  @media (max-width: 991px) {
    .blog-details-banner .blog-subtitle {
      font-size: 18px;
    }
  }

  .blog-details-banner .meta-divider {
    height: 2px;
    width: 100%;
    margin: 24px 0;
    background: #c0c6cc;
  }

  .blog-details-banner .blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .blog-details-banner .blog-meta .meta-item .label {
    display: block;
    font-size: 12px;
    color: #6D6D6D;
    line-height: 120%;
    margin-bottom: 2px;
    font-family: 'Azo Sans';
  }

  .blog-details-banner .blog-meta .meta-item .value {
    display: block;
    font-size: 14px;
    line-height: 120%;
    color: #444444;
    font-weight: 400;
    font-family: 'Azo Sans';
  }

  .blog-details-banner .blog-meta .author {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .blog-details-banner .blog-meta .author .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d8dee6;
  }

  .blog-details-banner .blog-meta .author .author-wrap {
    display: flex;
    flex-direction: column;
  }

  .blog-body {
    padding: 32px 0 32px;
  }

  @media (max-width: 991px) {
    .blog-body {
      padding: 40px 0px;
    }
  }

  .blog-body .blog-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 32px;
  }

  @media (max-width: 1024px) {
    .blog-body .blog-grid {
      grid-template-columns: 1fr;
      gap: 10px;
      display: block;
    }
  }

  .blog-body .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
  }

  .blog-body .tag-list li {
    background: #f1f1f1;
    border: 1px solid #e8e8e8;
    border-radius: 24px;
    padding: 4px 10px;
    font-size: 12px;
    color: #5b5f6a;
  }

  .blog-body .content-col p,
  .blog-body .content-col li {
    color: #444444;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
  }

  .blog-body .content-col h3 {
    margin: 36px 0 12px;
    scroll-margin: 120px;
    font-family: 'Azo Sans';
    font-weight: 400;
  }

  .blog-body .content-col .post-figure {
    margin: 16px 0 10px;
  }

  .blog-body .content-col .post-figure img {
    width: 100%;
  }

  .blog-body .content-col .post-figure figcaption {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-style: italic;
    color: #353536;
    font-family: "Libre Baskerville", serif;
  }

  .blog-body .content-col .post-figure figcaption .figcaption-line {
    height: 16px;
    width: 3px;
    border-radius: 4px;
    background-color: #5d5d5e;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 6px;
  }

  .blog-body .content-col .post-author-container .post-author {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 12px;
    margin: 32px 0 12px;
    padding-top: 24px;
    border-top: 1px solid #e8e8ed;
  }

  .blog-body .content-col .post-author-container .post-author .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    background: #d8dee6;
  }

  .blog-body .content-col .post-author-container .post-author .label {
    display: block;
    font-size: 8px;
    color: #444;
    font-family: 'Azo Sans';
  }

  .blog-body .content-col .post-author-container .post-author .name {
    margin: 2px 0 8px;
    font-size: 12px;
    color: #1E1E1E;
    font-weight: 700;
    font-family: 'Azo Sans';
  }

  .blog-body .content-col .post-author-container .post-author p {
    margin: 0;
  }

  .blog-body .content-col .post-author-container .author-description {
    font-size: 12px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1.5;
    font-family: 'Azo Sans';
  }

  .blog-body .next-previous-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }

  @media (max-width: 575px) {
    .blog-body .next-previous-card {
      gap: 15px;
    }
  }

  .blog-body .next-previous-card .previous-card,
  .blog-body .next-previous-card .next-card {
    max-width: 280px;
    width: 100%;
    border: 1px solid #C0C6CC;
    border-radius: 8px;
    padding: 12px;
  }

  .blog-body .next-previous-card .previous-card a,
  .blog-body .next-previous-card .next-card a {
    text-decoration: unset;
    color: #1E1E1E;
    font-family: 'Azo Sans';
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .blog-body .next-previous-card .previous-card a i,
  .blog-body .next-previous-card .next-card a i {
    font-size: 16px;
  }

  .blog-body .next-previous-card .next-card a {
    justify-content: end;
  }

  .blog-body .tag-pills {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .blog-body .tag-pills li {
    background: #f1f1f1;
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #1E1E1E;
    margin-bottom: 0 !important;
    font-family: 'Azo Sans';
  }

  @media (max-width: 991px) {
    .blog-body .tag-pills li {
      font-size: 14px;
    }
  }

  .blog-body .sidebar-col .overview-card {
    position: sticky;
    top: 90px;
  }

  .blog-body .sidebar-col .overview-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
  }

  .blog-body .sidebar-col .overview-card li {
    margin-bottom: 12px;
  }

  .blog-body .sidebar-col .overview-card a {
    color: #444444;
    text-decoration: none;
    font-weight: 500;
  }

  .blog-body .sidebar-col .overview-card .overview-card-body {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0px 6px 13px 0px rgba(3, 3, 18, 0.0196078431);
  }

  @media (max-width: 991px) {
    .blog-body .sidebar-col .overview-card .overview-card-body {
      padding: 20px;
    }
  }

  .blog-body .sidebar-col .overview-card .overview-card-body h4 {
    margin-bottom: 16px !important;
  }

  .blog-body .sidebar-col .overview-card .overview-card-body ul li {
    color: #444444;
    font-size: 14px;
    line-height: 120%;
    font-family: 'Azo Sans';
  }

  .blog-body .sidebar-col .overview-card .divider {
    height: 1px;
    background: #c0c6cc;
    margin: 16px 0px;
  }

  .blog-body .sidebar-col .overview-card .share p {
    font-weight: 400;
    color: #1E1E1E;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
    font-family: 'Azo Sans';
  }

  .blog-body .sidebar-col .overview-card .share .icons {
    display: flex;
    gap: 16px;
    font-size: 22px;
  }

  .blog-list-section {
    background: #ffffff;
  }

  .blog-list-section .blog-controls {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 24px;
  }

  @media (max-width: 575px) {
    .blog-list-section .blog-controls {
      flex-direction: column;
      align-items: start;
      margin-bottom: 30px;
    }
  }

  .blog-list-section .blog-controls .search-bar {
    position: relative;
    display: flex;
    align-items: center;
    background: #f1f1f1;
    border-radius: 33px;
    padding: 12px 24px;
    max-width: 400px;
    width: 100%;
    border: 2px solid #ffffff;
    box-shadow: 0px 3px 12px 0px rgba(158, 162, 174, 0.2392156863);
  }

  @media (max-width: 767px) {
    .blog-list-section .blog-controls .search-bar {
      max-width: 300px;
    }
  }

  @media (max-width: 575px) {
    .blog-list-section .blog-controls .search-bar {
      width: 100%;
      max-width: 100%;
    }
  }

  .blog-list-section .blog-controls .search-bar .search-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }

  .blog-list-section .blog-controls .search-bar .search-input {
    border: none;
    background: transparent;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    color: #909599;
    width: 100%;
  }

  .blog-list-section .blog-controls .search-bar .search-input::placeholder {
    color: #9ea2ae;
  }

  .blog-list-section .blog-controls .category-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  @media (max-width: 768px) {
    .blog-list-section .blog-controls .category-filters {
      justify-content: start;
    }
  }

  .blog-list-section .blog-controls .category-filters .filter-btn {
    background: #f1f1f1;
    border: 1px solid #e8e8e8;
    border-radius: 24px;
    padding: 6px 12px;
    font-size: 14px;
    color: #1E1E1E;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-family: 'Azo Sans';
  }

  .blog-list-section .blog-controls .category-filters .filter-btn:hover {
    background: #e8e8e8;
    color: #1E1E1E;
  }

  .blog-list-section .blog-controls .category-filters .filter-btn.active {
    background: #1E1E1E;
    color: #ffffff;
    border-color: #1E1E1E;
  }

  /* End 16-10-2025 */
  .unified-platform-section {
    background-color: #ffffff;
  }

  .unified-platform-section .access-modes-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 16px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
  }

  @media (max-width: 1024px) {
    .unified-platform-section .access-modes-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }

  .unified-platform-section .access-modes-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  @media (max-width: 1024px) {
    .unified-platform-section .access-modes-column {
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
    }
  }

  .unified-platform-section .pin-access-column .access-mode-card {
    margin-left: auto;
  }

  .unified-platform-section .access-mode-card {
    background-color: #F3F3F6;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    max-width: 160px;
    width: 100%;
  }

  @media (max-width: 1024px) {
    .unified-platform-section .access-mode-card {
      max-width: unset;
      width: 30%;
      margin-left: 0px !important;
    }
  }

  .unified-platform-section .access-mode-card .card-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .unified-platform-section .access-mode-card .card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .unified-platform-section .access-mode-card:hover .card-icon img {
    filter: grayscale(0%);
  }

  .unified-platform-section .access-mode-card .card-label {
    font-size: 14px;
    font-weight: 600;
    color: #1E1E1E;
    font-family: 'Azo Sans';
  }

  .unified-platform-section .access-modes-center {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .unified-platform-section .main-access-card {
    background-color: #F3F3F6;
    border-radius: 12px;
    padding: 35px;
    text-align: center;
    width: 100%;
  }

  .unified-platform-section .main-access-card .main-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .unified-platform-section .main-access-card .main-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .unified-platform-section .main-access-card .main-card-title {
    font-size: 24px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 16px;
  }

  .unified-platform-section .main-access-card .main-card-description {
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
    margin: 0;
    font-family: 'Azo Sans';
  }

  .unified-platform-section .checkin-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 25px 32px;
    text-align: center;
    width: 100%;
  }

  .unified-platform-section .checkin-card .checkin-title {
    font-size: 24px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 16px;
  }

  .unified-platform-section .checkin-card .checkin-description {
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
    font-family: 'Azo Sans';
  }

  @media (max-width: 768px) {
    .unified-platform-section .access-modes-grid {
      gap: 20px;
    }

    .unified-platform-section .access-modes-column {
      gap: 16px;
    }

    .unified-platform-section .access-mode-card {
      padding: 20px;
      flex: 1;
      min-width: 120px;
    }

    .unified-platform-section .access-mode-card .card-icon {
      width: 40px;
      height: 40px;
      margin-bottom: 12px;
    }

    .unified-platform-section .access-mode-card .card-label {
      font-size: 14px;
    }

    .unified-platform-section .main-access-card {
      padding: 30px 20px;
    }

    .unified-platform-section .main-access-card .main-card-icon {
      width: 60px;
      height: 60px;
      margin-bottom: 20px;
    }

    .unified-platform-section .main-access-card .main-card-title {
      font-size: 20px;
    }

    .unified-platform-section .main-access-card .main-card-description {
      font-size: 14px;
    }

    .unified-platform-section .checkin-card {
      padding: 24px 20px;
    }

    .unified-platform-section .checkin-card .checkin-title {
      font-size: 20px;
    }

    .unified-platform-section .checkin-card .checkin-description {
      font-size: 14px;
    }
  }

  .trusted-worldwide-section {
    background-color: #ffffff;
    overflow: hidden;
  }

  .trusted-worldwide-section .logo-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .trusted-worldwide-section .logo-slider .slider-track {
    display: flex;
    animation: slide 30s linear infinite;
    gap: 40px;
    height: 80px;
  }

  .trusted-worldwide-section .logo-slider .slider-track:hover {
    animation-play-state: paused;
  }

  .trusted-worldwide-section .logo-slider .logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    min-width: 150px;
  }

  .trusted-worldwide-section .logo-slider .logo-item img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
  }

  .trusted-worldwide-section .logo-slider .logo-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }

  .trusted-worldwide-section .logo-slider .logo-item .logo-tag {
    display: block;
    background-color: #E9F0FF;
    border: 0.1px solid #2268FF;
    border-radius: 50px;
    color: #1E1E1E;
    font-size: 10px;
    font-weight: 500;
    font-family: 'Azo Sans';
    padding: 4px 6px;
    margin-left: 100px;
    line-height: 80%;
    letter-spacing: -0.2px;
  }

  @keyframes slide {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  @media (max-width: 768px) {
    .trusted-worldwide-section .logo-slider .slider-track {
      gap: 40px;
      animation-duration: 20s;
    }

    .trusted-worldwide-section .logo-slider .logo-item {
      min-width: 150px;
    }

    .trusted-worldwide-section .logo-slider .logo-item .logo-tag {
      font-size: 10px;
      padding: 4px 8px;
    }
  }

  @media (max-width: 480px) {
    .trusted-worldwide-section .logo-slider .slider-track {
      gap: 30px;
    }

    .trusted-worldwide-section .logo-slider .logo-item {
      min-width: 120px;
    }
  }

  .smarter-operations-section {
    background-color: #ffffff;
  }

  .smarter-operations-section .operation-card {
    background-color: #F3F3F6;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    min-height: 230px;
  }

  @media (max-width: 575px) {
    .smarter-operations-section .operation-card {
      min-height: auto;
    }
  }

  .smarter-operations-section .operation-card .card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .smarter-operations-section .operation-card .card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .smarter-operations-section .operation-card:hover .card-icon img {
    filter: grayscale(0%);
  }

  .smarter-operations-section .operation-card .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 7px;
    font-family: 'Azo Sans';
    line-height: 1.3;
    letter-spacing: -0.2px;
  }

  .smarter-operations-section .operation-card .card-description {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin: 0;
    font-family: 'Azo Sans';
    letter-spacing: -0.1px;
  }

  @media (max-width: 768px) {
    .smarter-operations-section .operation-card .card-icon {
      width: 40px;
      height: 40px;
      margin-bottom: 16px;
    }

    .smarter-operations-section .operation-card .card-title {
      font-size: 18px;
      margin-bottom: 12px;
    }
  }

  @media (max-width: 480px) {
    .smarter-operations-section .operation-card .card-icon {
      width: 36px;
      height: 36px;
      margin-bottom: 14px;
    }

    .smarter-operations-section .operation-card .card-title {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .smarter-operations-section .operation-card .card-description {
      font-size: 13px;
    }
  }

  .supported-integrations-section {
    background-color: #ffffff;
  }

  .supported-integrations-section .integrations-grid {
    flex-direction: row-reverse;
    justify-content: start;
  }

  .supported-integrations-section .integrations-grid .integration-card {
    background-color: #F3F3F6;
    border-radius: 8px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
  }

  .supported-integrations-section .integrations-grid .integration-card img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }

  .supported-integrations-section .integrations-grid .integration-card img:hover {
    filter: grayscale(0%);
  }

  @media (max-width: 768px) {
    .supported-integrations-section .integrations-grid .integration-card {
      padding: 20px;
      min-height: 100px;
    }

    .supported-integrations-section .integrations-grid .integration-card img {
      max-height: 50px;
    }
  }

  @media (max-width: 480px) {
    .supported-integrations-section .integrations-grid .integration-card {
      padding: 16px;
      min-height: 80px;
    }

    .supported-integrations-section .integrations-grid .integration-card img {
      max-height: 40px;
    }
  }

  .sharper-section {
    background: #ffffff;
  }

  .sharper-section .smarter-scrrens-img {
    margin-bottom: 30px;
  }

  .sharper-section .smarter-scrrens-img img {
    width: 100%;
    height: 100%;
  }

  .sharper-section .active-guests {
    margin-bottom: 35px;
  }

  @media (max-width: 991px) {
    .sharper-section .active-guests-card {
      order: 1;
    }
  }

  .founder-img {
    height: 290px;
  }

  @media (max-width: 1024px) {
    .founder-img {
      height: 220px;
    }
  }

  @media (max-width: 991px) {
    .founder-img {
      height: auto;
    }
  }

  .event-team-img img {
    width: 100%;
    height: 100%;
  }

  @media (max-width: 991px) {
    .event-team-img {
      margin-bottom: 15px;
    }
  }

  .team-img-card {
    box-shadow: 0px 18.82px 18.82px 0px rgba(3, 3, 18, 0.0196078431);
  }

  @media (max-width: 991px) {
    .team-img-card {
      margin-bottom: 15px;
    }
  }

  .team-img-card img:first-child {
    width: 100%;
  }

  .team-img-card .team-details {
    padding: 16px;
    border: 1px solid #E8E8ED;
    border-radius: 0px 0px 12px 12px;
  }

  .team-img-card .team-details h6 {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Azo Sans';
  }

  .team-img-card .team-details p {
    font-size: 12px;
    margin: 0px;
  }

  .advisory-board-team {
    background-image: url(../images/about/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .advisory-board-team .advisory-team-detail {
    text-align: center;
    margin-bottom: 50px;
  }

  @media (max-width: 991px) {
    .advisory-board-team .advisory-team-detail {
      margin-bottom: 20px;
    }
  }

  .advisory-board-team .advisory-team-detail h3 {
    color: #1e1e1e;
    font-family: 'Azo Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
  }

  .advisory-board-team .advisory-team-detail p {
    color: #444444;
    font-family: 'Azo Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -2%;
    margin-bottom: 4px;
  }

  .advisory-board-team .advisory-team-detail span {
    color: #6D6D6D;
    font-size: 14px;
    display: block;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    margin-bottom: 4px;
  }

  .advisory-board-team .advisory-team-detail img {
    transition: all 0.3s ease;
  }

  .advisory-board-team .advisory-team-detail img:hover {
    transform: scale(1.1);
  }

  .quote-section {
    background-color: #E9F0FF;
    padding: 56px 0px;
  }

  @media (max-width: 991px) {
    .quote-section {
      padding: 30px 10px;
    }
  }

  .quote-section h3 {
    text-align: center;
    font-weight: 700;
    font-family: 'Azo Sans';
    font-style: italic;
  }

  .quote-section p {
    color: #444444;
    font-size: 16px;
    text-align: center;
    margin-top: 24px;
    font-family: 'Azo Sans';
  }

  .solution-tab {
    gap: 30px;
    margin-bottom: 48px !important;
  }

  @media (max-width: 991PX) {
    .solution-tab {
      gap: 10px;
    }
  }

  .solution-tab button {
    border-radius: 50px !important;
    color: #1E1E1E !important;
    border: 1px solid #C0C6CC !important;
    font-weight: 600;
    font-family: 'Azo Sans';
    outline: unset;
  }

  .solution-tab .nav-link.active {
    background-color: #1E1E1E !important;
    color: #FFFFFF !important;
  }

  .integration-software {
    margin-bottom: 32px;
    background-color: #F3F3F6;
    border: 0.5px solid #E8E8ED;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.5s ease;
  }

  @media (max-width: 767px) {
    .integration-software {
      padding: 20px 0px;
    }
  }

  .integration-software img {
    width: 100%;
    height: 100%;
    object-fit: none;
  }

  .integration-software .light-software-logo {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .integration-software:hover .software-logo {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .integration-software:hover .light-software-logo {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .smart-hotel-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }

  .integration-card {
    box-shadow: 0px 24px 24px 0px rgba(3, 3, 18, 0.0196078431);
    margin-bottom: 30px;
  }

  .integration-card .integration-card-img {
    position: relative;
  }

  .integration-card .integration-card-img img {
    width: 100%;
    height: 100%;
  }

  .integration-card .integration-card-img:hover .redirect-arrow {
    background-color: #1E1E1E;
    border-color: #1E1E1E;
  }

  .integration-card .integration-card-img:hover .redirect-arrow img {
    transform: rotate(45deg);
    filter: invert(1);
  }

  .integration-card .integration-card-content {
    padding: 24px;
    border: 1px solid #E8E8ED;
    border-radius: 0px 0px 15px 15px;
  }

  @media (max-width: 991px) {
    .integration-card .integration-card-content {
      padding: 15px;
    }
  }

  .integration-card .integration-card-content .integration-card-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  @media (max-width: 991px) {
    .integration-card .integration-card-content .integration-card-chip {
      flex-wrap: wrap;
    }
  }

  .integration-card .integration-card-content .integration-card-chip button {
    background-color: #F1F1F1;
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Azo Sans';
    padding: 4px 8px;
    border-radius: 50px;
    border: unset;
  }

  .integration-card .integration-card-content .integration-card-chip span {
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Azo Sans';
  }

  .integration-card .integration-card-content hr {
    border: 1px solid #e1e1e1;
  }

  .integration-card .integration-card-content .integration-author-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .integration-card .integration-card-content .integration-author-detail span {
    color: #71757D;
    font-size: 12px;
    font-family: 'Azo Sans';
    margin-bottom: 2px;
    display: block;
  }

  .integration-card .integration-card-content .integration-author-detail p {
    margin: 0px;
    color: #1E1E1E;
    font-size: 14px;
    font-family: 'Azo Sans';
    font-weight: 600;
  }

  @media (max-width: 991px) {
    .customer-story-header p br {
      display: none;
    }
  }

  .hospitality-platform .content-switcher {
    display: flex;
    gap: 20px;
  }

  @media (max-width: 991px) {
    .hospitality-platform .content-switcher {
      flex-direction: column;
    }
  }

  .hospitality-platform .tabs-container {
    width: 50%;
  }

  @media (max-width: 991px) {
    .hospitality-platform .tabs-container {
      width: 100%;
    }
  }

  .hospitality-platform .tab-button {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 10px;
    background-color: #F1F1F1;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    text-align: start;
    position: relative;
    border: 1px solid transparent;
  }

  @media (max-width: 991px) {
    .hospitality-platform .tab-button {
      background-color: #FBFCFF !important;
      border-color: #E8E8ED !important;
    }
  }

  .hospitality-platform .tab-button p {
    display: none;
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Azo Sans';
    letter-spacing: -0.18px;
  }

  @media (max-width: 991px) {
    .hospitality-platform .tab-button p {
      font-size: 16px;
    }
  }

  .hospitality-platform .tab-button h3 {
    color: #1E1E1E;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Azo Sans';
    margin-bottom: 8px;
  }

  @media (max-width: 991px) {
    .hospitality-platform .tab-button h3 {
      font-size: 22px !important;
      margin-bottom: 0px !important;
    }
  }

  @media (max-width: 1024px) {
    .hospitality-platform .tab-button h3 {
      font-size: 25PX;
    }
  }

  .hospitality-platform .tab-button img {
    display: block;
    margin-left: auto;
  }

  .hospitality-platform .tab-button:hover:not(.active) {
    background-color: #ddd;
  }

  .hospitality-platform .tab-button.active {
    background-color: #F3F3F6;
    border: 1px solid #D8D8D8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
  }

  @media (max-width: 991px) {
    .hospitality-platform .tab-button.active {
      padding: 25px;
    }
  }

  .hospitality-platform .tab-button.active p {
    display: block;
  }

  .hospitality-platform .content-area {
    position: relative;
    width: 50%;
    height: 440px;
    box-shadow: 0 53px 32px 0 rgba(3, 3, 18, 0.01), 0 24px 24px 0 rgba(3, 3, 18, 0.02), 0 6px 13px 0 rgba(3, 3, 18, 0.02);
    border: 1px solid #E8E8ED;
    border-radius: 8px;
  }

  @media (max-width: 991px) {
    .hospitality-platform .content-area {
      width: 100%;
    }
  }

  .hospitality-platform .tab-content {
    display: none;
    background-color: #F3F3F6;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
    opacity: 0;
    transition: opacity 0.5s;
    height: 100%;
  }

  .hospitality-platform #entertainment-content {
    padding: 20px 0px 0px 20px;
  }

  .hospitality-platform .tab-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0px 0px 0px;
  }

  .hospitality-platform .tab-content.active {
    display: block;
    opacity: 1;
  }

  .hospitality-platform .text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  @media (max-width: 991px) {
    .smart-access-banner-img {
      margin-top: 0px;
    }
  }

  .smartentertainment-banner .smart-page-banner::before {
    height: 70%;
  }

  @media (max-width: 767px) {
    .smartentertainment-banner .smart-page-banner::before {
      height: 85%;
    }
  }

  .fragmented-tech-diagram {
    text-align: center;
    margin: 0 auto;
  }

  .fragmented-tech-diagram img {
    width: 100%;
    height: 100%;
  }

  .dashboard-tec-img {
    max-width: 796px;
    width: 100%;
    margin: 0 auto;
  }

  .outcome-card {
    text-align: center;
    padding: 30px;
    border-radius: 8px;
  }

  @media (max-width: 991px) {
    .outcome-card {
      margin-bottom: 20px;
      padding: 20px;
    }
  }

  .outcome-card h3 {
    color: #1E1E1E;
    font-family: 'Azo Sans';
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 12px;
  }

  @media (max-width:1024px) {
    .outcome-card h3 {
      font-size: 35px;
    }
  }

  @media (max-width: 991px) {
    .outcome-card h3 {
      font-size: 30px;
    }
  }

  @media (max-width: 767px) {
    .outcome-card h3 {
      font-size: 25px;
    }
  }

  .plastic-card {
    background-color: #DBFFE9;
  }

  .cost-card {
    background-color: #FFF7D6;
  }

  .saving-card {
    background-color: #E0F0FF;
  }

  .rating-card {
    background-color: #EADBFF;
  }

  .flexible-api-title {
    min-height: 90px;
  }

  @media (max-width: 767px) {
    .flexible-api-title {
      min-height: auto;
    }
  }

  .hotel-mccoy-img img {
    width: 100%;
    height: 100%;
  }

  .seamless-transition {
    position: relative;
    margin-top: 20px;
  }

  .seamless-transition::before {
    content: "";
    width: 4px;
    height: 100%;
    border: 3px solid #AEB2BB;
    position: absolute;
    border-radius: 10px;
  }

  .seamless-transition ul {
    margin-top: 24px;
    padding-left: 0px;
  }

  .seamless-transition ul li {
    margin-left: 30px;
  }

  .seamless-transition .hotel-mccoy-details {
    margin-left: 30px;
  }

  .hotel-mccoy-details a {
    color: #004BEE !important;
  }

  .hotel-mccoy-details strong {
    color: #222222;
    font-family: 'Azo Sans Lt';
    font-weight: 400;
  }

  .seamless-transition .hotel-mccoy-details b {
    color: #444444;
  }

  .seamless-transition .seamless-migration li {
    margin-bottom: 10px;
  }

  .quote-card {
    background-color: #E8F0FF;
    padding: 28px;
    border-radius: 8px;
    margin-top: 30px;
  }

  @media (max-width: 991px) {
    .quote-card {
      padding: 20px;
    }
  }

  .quote-card h6 {
    color: #353536;
    font-family: 'Azo Sans';
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    margin: 0px;
  }

  @media (max-width: 991px) {
    .quote-card h6 {
      font-size: 18px;
    }
  }

  .quote-card span {
    font-family: 'Azo Sans';
    color: #444444;
    text-align: end;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
  }

  .next-gen-hospitality .tab-content {
    padding: 0px;
    background-color: transparent;
  }

  .next-gen-hospitality .content-area {
    box-shadow: unset;
    border: unset;
  }

  .next-gen-hospitality .redirect-arrow {
    display: none;
  }

  .next-gen-hospitality .tab-content img {
    object-fit: cover;
    border-radius: 10px;
  }

  .next-gen-hospitality .tab-button {
    margin-bottom: 16px;
  }

  .next-gen-hospitality .tab-button.active {
    padding: 40px 20px;
  }

  .next-gen-hospitality #delightedguest-content {
    height: 420px;
  }

  .policy-information {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Azo Sans';
    color: #1E1E1E;
  }

  .resolution-title {
    font-size: 18px;

    font-family: 'Azo Sans';
    color: #444444;
    margin-left: 10px;
    font-weight: 400;
  }

  @media (max-width: 767px) {
    .resolution-title {
      font-size: 14px;
    }
  }

  .privacy-overview {
    margin-bottom: 0px !important;
  }

  .privacy-overview li:last-child {
    margin-bottom: 0px !important;
  }

  .privacy-policy-card {
    height: 600px;
    overflow-y: auto;
  }

  .privacy-policy-card h4 {
    position: sticky;
    top: -30px;
    background-color: #f1f1f1;
    padding: 10px 0px;
  }

  .access-checkin-card {
    font-size: 18px;
  }

  .original-logo {
    opacity: 0;
    visibility: visible;
    display: none;
  }

  .logo-item:hover .colour-logo {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .logo-item:hover .original-logo {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .footer-menu-wrap {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer-menu-wrap .footer-menu {
    width: 14%;
  }

  @media (max-width: 991px) {
    .footer-menu-wrap .footer-menu {
      width: 30%;
    }
  }

  @media (max-width: 767px) {
    .footer-menu-wrap .footer-menu {
      width: 50%;
    }
  }

  .footer-social-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 999;
  }

  .footer-social-media ul {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .footer-bottom {
    margin-top: 128px;
  }

  @media (max-width: 991px) {
    .footer-bottom {
      margin-top: 50px;
    }
  }

  .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #6D6D6D;
    margin-top: 32px;
    padding-top: 32px;
  }

  @media (max-width: 991px) {
    .footer-copyright {
      flex-wrap: wrap;
      gap: 15px;
    }
  }

  @media (max-width: 767px) {
    .footer-copyright {
      justify-content: center;
    }
  }

  .footer-copyright ul {
    display: flex;
    align-items: center;
    padding: 0px;
    list-style: none;
    margin: 0px;
    gap: 15px;
  }

  .footer-copyright ul li a {
    color: #444444;
    font-size: 14px;
    font-family: 'Azo Sans';
    font-weight: 500;
    text-decoration: unset;
  }

  @media (max-width: 767px) {
    .footer-copyright ul li a {
      font-size: 14px;
    }
  }

  .footer-copyright p {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Azo Sans';
    margin-bottom: 0px;
  }

  .centralized-card {
    padding: 40px 32px !important;
  }

  .hotel-services {
    height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  @media (max-width: 991px) {
    .hotel-services {
      height: auto;
    }
  }

  .contact-us-form-img {
    height: 830px;
  }

  @media (max-width: 991px) {
    .contact-us-form-img {
      display: none;
    }
  }

  .contact-us-form-img img {
    width: 100%;
    height: 100%;
  }

  .backgroundBg {
    background-color: transparent !important;
  }

  @media (max-width: 991px) {
    .hotel-arete-img {
      margin-bottom: 15px;
      height: 200px;
    }
  }

  .hotel-arete-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .careers-first-img {
    margin-bottom: 15px;
  }

  .careers-first-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }

  .sales-job-card {
    background-color: #F3F3F6;
    border: 1px solid #E8E8ED;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    font-family: 'Azo Sans';
  }

  .sales-job-card span {
    color: #444444;
    font-size: 12px;
    line-height: 140%;
  }

  .sales-job-card button {
    color: #1E1E1E;
    font-weight: 600;
    font-family: 'Azo Sans';
    font-size: 10px;
    line-height: 120%;
    padding: 4px 8px;
    background-color: #fff;
    border-radius: 50px;
    border: unset;
    margin: 16px 0px;
  }

  .sales-job-card .job-title {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }

  .sales-job-card .load-more-wrap {
    margin-top: 0px;
  }

  .sales-job-card .job-title-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .sales-job-card .job-title-detail p {
    width: 85%;
  }

  @media (max-width: 1024px) {
    .sales-job-card .job-title-detail p {
      width: 100%;
    }
  }

  @media (max-width: 767px) {
    .hotel-serviced-img {
      order: -1;
    }
  }

  @media (max-width: 991px) {
    .smarthotel-title {
      margin-top: 20px;
    }
  }

  .mobile-only {
    display: none !important;
  }

  @media (max-width: 1024px) {
    .mobile-only {
      display: flex !important;
    }
  }

  @media (max-width: 1024px) {
    .desktop-only {
      display: none !important;
    }
  }

  .book-demo-btn {
    height: 35px;
    display: none;
  }

  @media (max-width: 991px) {
    .book-demo-btn {
      display: block;
    }
  }

  .book-demo-btn img {
    width: 100%;
    height: 100%;
  }

  .smartaccess-lock-card {
    position: relative;
  }

  .smartaccess-lock-card-img {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .smartaccess-lock-card a {
    border-radius: 10px;
    padding: 0px;
    min-width: 245px;
    width: 100%;
  }

  .smartaccess-product:hover,
  .smartentertainment-product:hover,
  .smartenergy-product:hover,
  .smartcloud-product:hover {
    background-color: #E9F0FF !important;
  }

  .smartaccess-img,
  .smartentertainment-img,
  .smartenergy-img,
  .smartcloud-img {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .smartaccess-product:hover~.smartaccess-lock-card-img .smartaccess-img {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .smartentertainment-product:hover~.smartaccess-lock-card-img .smartentertainment-img {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .smartenergy-product:hover~.smartaccess-lock-card-img .smartenergy-img {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .smartcloud-product:hover~.smartaccess-lock-card-img .smartcloud-img {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .smartaccess-lock-card {
    min-width: 550px !important;
  }

  .customer-video {
    border-radius: 12px;
  }

  .customer-quote {
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    height: 100%;
  }

  @media (max-width: 1024px) {
    .customer-quote {
      padding: 0px;
      border-radius: 10px;
    }
  }

  @media (max-width: 991px) {
    .customer-quote {
      margin-top: 20px;
      gap: 0px;
    }
  }

  .customer-quote h3 {
    font-family: 'Azo Sans';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #1E1E1E;
  }

  @media (max-width: 1024px) {
    .customer-quote h3 {
      font-size: 25px;
    }
  }

  @media (max-width: 767px) {
    .customer-quote h3 {
      font-size: 22px;
    }
  }

  .customer-quote .customer-details p {
    color: #1E1E1E;
    font-family: 'Azo Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0px;
  }

  @media (max-width: 767px) {
    .customer-quote .customer-details p {
      font-size: 16px;
    }
  }

  .customer-quote .customer-details span {
    font-family: 'Azo Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #444444;
  }

  @media (max-width: 991px) {
    .customer-story-card {
      margin-top: 0px;
      margin-bottom: 15px;
    }
  }

  .customer-story-card img {
    width: 100%;
    height: 100%;
  }

  @media (max-width: 991px) {
    .customer-video-wrap {
      margin-left: -10px;
      padding-top: 0px;
      margin-top: 0px;
      justify-content: center;
    }
  }

  .hotel-pommier-news {
    height: 155px;
    border-radius: 16px;
    display: block;
  }

  .hotel-pommier-news img {
    border-radius: 16px;
    object-fit: cover;
  }

  .yamama-hotel-img {
    height: 400px;
  }

  @media (max-width: 767px) {
    .yamama-hotel-img {
      height: 300px;
    }
  }

  .yamama-hotel-img img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
  }

  .flexible-hardware {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #D8D8D8;
    border-radius: 12px;
    padding: 32px;
    background-image: url(../images/flexible-hardware-new.svg);
    height: 295px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #FBFCFF;
  }

  @media (max-width: 991px) {
    .flexible-hardware {
      background-image: url(../images/flexible-hardware.svg);
      height: auto;
      padding: 18px;
      background-position-y: bottom;
    }
  }

  .flexible-hardware button {
    background-color: #1E1E1E;
    box-shadow: 0px 2px 10px 0px rgba(153, 155, 156, 0.5019607843);
    padding: 8px 16px;
    font-family: 'Azo Sans';
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    margin-top: 24px;
    outline: unset;
    transition: all 0.5s ease;
  }

  .flexible-hardware button:hover {
    background-color: #444444;
    color: #fff;
  }

  @media (max-width: 991px) {
    .flexible-hardware .card-subtitle {
      width: 90%;
    }
  }

  @media (max-width: 991px) {
    .flexible-hardware .card-subtitle br {
      display: none;
    }
  }

  .smart-tv-img {
    margin-bottom: 0px !important;
  }

  #keyinsights {
    margin-top: 0px !important;
  }

  .news-card sup {
    right: 5px;
  }

  .customer-testimonial-section {
    background-color: #FBFCFF;
    border: 2px solid #E8E8ED;
    border-radius: 12px;
    padding: 24px;
  }

  @media (max-width: 991px) {
    .customer-testimonial-section {
      padding: 14px;
    }

    .smart-tv-img {
      margin-bottom: 30px !important;
    }
  }

  #mainCtaWrapper a {
    max-width: fit-content;
    padding: 8px 12px;
    background-color: #1E1E1E;
    box-shadow: 0px 3px 12px 0px rgba(158, 162, 174, 0.2392156863);
    border-radius: 50px;
    outline: unset;
    border: unset;
    display: flex;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Azo Sans';
  }

  @media (max-width: 991px) {
    #mainCtaWrapper a {
      margin-top: 10px;
    }
  }

  .mobile-btn {
    display: none;
  }

  @media (max-width: 575px) {
    .mobile-btn {
      display: block;
    }
  }

  @media (max-width: 575px) {
    .desktop-btn {
      display: none;
    }
  }

  .footer-snow {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }

  @media (max-width: 575px) {
    .footer-snow {
      background-image: unset;
    }
  }

  .footer-snow::before {
    content: "";
    width: 355px;
    height: 165px;
    background-image: url(../images/gift1.png);
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
  }

  @media (max-width: 991px) {
    .footer-snow::before {
      width: 199px;
      height: 93px;
      background-size: cover;
      z-index: 9;
    }
  }

  .footer-snow::after {
    content: "";
    width: 400px;
    height: 340px;
    background-image: url(../images/gift2.png);
    position: absolute;
    bottom: 0px;
    left: auto;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
  }

  @media (max-width: 991px) {
    .footer-snow::after {
      width: 168px;
      height: 128px;
      background-size: cover;
    }
  }

  .footer-snow .footer-container {
    position: relative;
  }

  .footer-snow-card {
    display: none;
  }

  .footer-snow-card img {
    width: 100%;
    height: 100%;
  }

  
.coming-soon {
    background-color: #2268FF;
    color: #fff;
    max-width: fit-content;
    font-size: 10px;
    border-radius: 4px;
    padding: 4px 18px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.coming-soon-chip {
    color: #fff;
    font-size: 8px;
    background-color: #252525;
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding: 3px 5px;
    height: 18px;
}

  @media (max-width: 575px) {
    .footer-snow-card {
      display: block;
      position: absolute;
      bottom: 0px;
    }
  }

  .owners-property-wrap {
    margin-top: 32px;
  }

  @media (max-width: 991px) {
    .owners-property-wrap {
      margin-top: 25px;
    }
  }

  @media (max-width: 767px) {
    .owners-property-wrap {
      gap: 15px;
    }
  }

  .owners-property-card {
    background-color: #F3F3F6;
    border: 1px solid #E8E8ED;
    border-radius: 4px;
    padding: 24px 12px;
    text-align: center;
  }

  @media (max-width: 1024px) {
    .owners-property-card {
      height: 100%;
    }

    .next-gen-hospitality .hospitality-platform .content-area {
      height: 400px;
    }

    .custom-ai-driven {
      min-height: 390px;
    }
  }

  @media (max-width: 991px) {
    .owners-property-card img {
      width: 40px;
      height: 40px;
    }

    .coming-soon {
      padding: 4px !important;
    }
  }

  .owners-property-card h3 {
    font-weight: 400;
  }

  .owners-property-card h3 strong {
    font-weight: 700;
  }

  /*# sourceMappingURL=newstyle.css.map */


  /* New Footer Css */


  .site-footer {
    background-color: #000;
    color: #adb5bd;
    padding: 64px 0 32px;
    font-size: 0.85rem;
  }

  .site-footer-top .container {
    max-width: 1140px;
  }

  .footer-newsletter-title {
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 114.99999999999999%;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 24px;
  }

  .footer-form {
    margin-bottom: 1.25rem;
  }

  .footer-email-wrap {
    display: flex;
    align-items: center;
    background-color: #212529;
    border-radius: 9999px;
    padding: 0.25rem;
    border: 1px solid rgba(148, 163, 184, 0.55);
    overflow: hidden;
  }

  .footer-email-input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
  }

  .footer-email-input::-moz-placeholder {
    color: #adb5bd;
  }

  .footer-email-input::placeholder {
    color: #adb5bd;
  }

  .footer-email-btn {
    border: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    background-color: #1655F5;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .footer-email-btn span {
    font-size: 1.1rem;
  }

  .footer-form-note {
    font-size: 12px;
    color: #adb5bd;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;

  }

  .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .footer-pill {
    display: inline-flex;
    gap: 8px;
    padding: 8px 15px;
    border-radius: 9999px;
    border: 1px solid rgba(148, 163, 184, 0.55);
    border: 1px solid #B3B3B3;

    /* color: #adb5bd; */
    /* font-size: 12px; */
    text-decoration: none;
    transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;

    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    height: 33px;
  }


  .footer-pill img {
    width: 12px;
    height: 12px;
  }

  .footer-pill .footer-pill-text {
    display: inline-block;
    color: #B3B3B3;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -1%;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.22s ease, opacity 0.18s ease;
  }

  .footer-pill:hover .footer-pill-text {
    line-height: normal;
    transition: all 0.5s ease-in-out;
  }

  .footer-pill.footer-pill-disabled {
    opacity: 40%;
  }

  .mini-footer-right {
    color: #ffffff;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -3%;
  }

  .mini-footer-right-copyright {
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    font-size: 12 px;
    line-height: 130%;
    letter-spacing: -0.5%;
    color: #6D6D6D;
  }

  .footer-pill:hover {
    border-color: rgb(74.3714285714, 125.7428571429, 238.4285714286);
    background-color: rgba(37, 99, 235, 0.08);
    color: #fff;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
    transform: translateY(-1px);
    transition: all 0.5s ease-in-out;
  }

  .footer-links-title {
    font-size: 16px;
    font-family: 'Azo Sans  ', system-ui, sans-serif;
    font-weight: 300;
    color: #fff;
    margin-bottom: 14px;
    text-transform: uppercase;
  }

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

  .footer-links-list li {
    margin-bottom: 10px;
  }

  .footer-links-list li+li {
    margin-top: 0.25rem;
  }

  .footer-links-list a {
    color: #B3B3B3;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: normal;
    gap: 6px;
    margin-bottom: 0px;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .footer-links-list a img {
    display: none;
  }

  .footer-links-list a:hover img {
    display: block;
  }

  .footer-links-list a:hover {
    color: #ffffff;
    transform: translateX(0px);
  }

  .site-footer-bottom {
    margin-top: 2.5rem;
    text-align: left;
  }

  .site-footer-copy {
    font-size: 0.78rem;
    color: #adb5bd;
  }

  .mini-footer {
    border-top: 1px solid rgba(148, 163, 184, 0.4);
    background-color: #000;
    color: #adb5bd;
    font-size: 0.8rem;
  }

  .mini-footer-inner {
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }

  @media (max-width: 767.98px) {
    .mini-footer-inner {
      flex-direction: column;
      align-items: flex-start;
    }

    .mini-footer-right {
      text-align: left;
    }

    .mini-footer-nav {
      flex-wrap: wrap;
      row-gap: 0.5rem;
    }
  }

  .footer-links-list-description {
    font-size: 12px;
    color: #6D6D6D;
    margin: 0;
    font-weight: 300;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    line-height: 130%;
    letter-spacing: -0.5%;
  }

  .mini-footer-logo {
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;

    color: #fff;
    letter-spacing: 0.02em;
    font-size: 20px;
  }

  .mini-footer-logo span {
    color: #1655F5;
  }

  .mini-footer-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.8rem;
  }

  .mini-footer-nav a {
    color: #6B7280;
    font-size: 12px;
    text-decoration: none;
  }

  .mini-footer-nav a:hover {
    color: #ffffff;
  }

  /* .mini-footer-right {
    text-align: right;
    color: #6d6d6d;
  } */

  /* New Header */
  .dropdown-menu-wrap.smartaccess-lock-card {
    min-width: 650px !important;
  }

  .customer-story-banner .banner-title p,
  .news-main-section p {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }

  .blue {
    color: #1655F5;
  }