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

a {
    text-decoration: none !important;
}


.section-title {
    font-size: 48px;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    color: #1E1E1E;
    margin-bottom: 16px;
    line-height: 120%;
}

.section-title span {
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
}

.problem-headline {
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2%;
    vertical-align: middle;
    margin-bottom: 16px;
    /* text-transform: capitalize; */
}

.problem-headline span {
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
}

.careers-headline {
    font-size: 48px;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -2%;
    vertical-align: middle;
    margin-bottom: 16px;
}

.careers-body {
    font-size: 20px;
    color: #F1F1F1;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
}

.careers-headline .text-accent {
    color: #1655F5;
}

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

.breadcrumb-button-index-2 {
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #A5A6A9;
    color: #1e1e1e;
    font-size: 16px;
    letter-spacing: -0.5%;
    line-height: 140%;
    padding: 16px 28px;
    border-radius: 100px;
    margin-bottom: 32px;
    text-transform: uppercase;
    gap: 12px;
}

.breadcrumb-button-index-2 img {
    display: none;
}

@media (max-width: 767px) {
    .breadcrumb-button-index-2 {
        font-size: 12px;
        gap: 6px;
        padding: 7px 14px 5px 14px;
    }
}

.breadcrumb-button-index {
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #1e1e1e;
    font-size: 18px;
    letter-spacing: -0.5%;
    line-height: 140%;
    border-radius: 100px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.breadcrumb-button-index.inv {
    background: rgba(37, 99, 235, .15);
    border-color: rgba(37, 99, 235, .3);
    color: #93C5FD;
}

.pill-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1655F5;
    animation: blink 2.4s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .3
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .breadcrumb-button-index {
        margin-top: 0px;
    }
}

.breadcrumb-button-index span {
    color: #1655F5;
}

.news-card-media .card-title {
    font-size: 24px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .news-card-media .card-title {
        font-size: 24px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .news-card-media .card-title {
        font-size: 30px;
    }
}

/* Small Laptop */
@media (min-width: 1025px) and (max-width: 1280px) {
    .news-card-media .card-title {
        font-size: 38px;
    }
}


.card-title {
    color: #1e1e1e !important;
    font-size: 24px;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 5px !important;
}

.card-subtitle {
    color: #444444 !important;
    font-size: 20px;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -1%;
}

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

/* Header Css  */

.products-container {
    display: flex;
    gap: 24px;
    max-width: 1600px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.product-card {
    background: white;
    border-radius: 16px;
    /* width: 380px; */
    min-height: 520px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.product-card.special {
    border: 3px solid #4ade80;
}

.product-header {
    padding: 24px 24px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.product-title {
    color: #1f2937;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
}

.product-content {
    display: flex;
    flex: 1;
    /* padding: 24px; */
    gap: 24px;
    justify-content: space-between;
}

.product-list {
    list-style: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-item {
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    /* border: 2px solid transparent; */
}




.product-item:hover {
    background-color: #E9F0FF;
    border-color: #E9F0FF;
}

.product-item.active {
    background-color: #E9F0FF;
    border-color: #E9F0FF;
}

.product-name {
    font-size: 16px;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    color: #1E1E1E;
    margin-bottom: 4px;
    letter-spacing: -0.3px;
    line-height: 120%;
}

.product-description {
    font-size: 12px;
    color: #444;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    line-height: 130%;
}

.smartaccess-lock-card .product-image-wrapper {
    width: 200px;
    /* min-height: 300px; */
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    background: #f9fafb;
    position: relative;
    flex-shrink: 0;
}

.smartaccess-lock-card .product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: -1;
}

.smartaccess-lock-card .product-image.active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2;
    pointer-events: auto;
    display: flex !important;
}

/* Ensure default image is visible on page load */
.smartaccess-lock-card .product-image.image-smartaccess.active {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}

/* Ensure SmartEnergy image works correctly */
.smartaccess-lock-card .product-image.image-smartenergy.active {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}

.smartaccess-lock-card .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

/* Product Image Styles - Using actual images */
.image-smartaccess,
.image-smartentertainment,
.image-smartenergy,
.image-smartcloud {
    background: transparent;
}

/* Product Menu Dropdown Styles */
.smartaccess-lock-card {
    display: flex;
    flex-direction: column;
    position: relative;
}

.smartaccess-lock-card .product-content {
    display: flex;
    flex: 1;
    /* padding: 24px; */
    gap: 24px;
}

.product-content a {
    margin-bottom: 5px;
}

.smartaccess-lock-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* flex: 1; */
    max-width: 280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
}

.smartaccess-lock-card h3 {
    margin-bottom: 16px;
    font-size: 20px;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    color: #1f2937;
}

.smartaccess-lock-card .product-image-wrapper {
    width: 50%;
    /* min-height: 300px; */
    border-radius: 12px;
    overflow: hidden;
    background: #f9fafb;
    position: relative;
    flex-shrink: 0;
}

#main-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0 0 0 rgba(15, 23, 42, 0);
    transition: box-shadow 0.2s ease;
}

body.header-scrolled #main-header {
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    position: fixed;
    width: 100%;

}

.navbar-main {
    padding: 12px 0px 9px 0px !important;
}

/* Mobile navbar toggler: hamburger → cross when open */
.navbar-main .navbar-toggler {
    border: none;
    padding: 0.25rem 0.35rem;
}

.navbar-main .navbar-toggler-icon {
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    transition: background-image 0.2s ease-in-out;
}

.navbar-main .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M7 7l16 16M23 7L7 23'/%3e%3c/svg%3e");
}

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

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

header .navbar-menu .nav-item .dropdown-menu-wrap {
    list-style: none;
    padding: 0;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #D8D8D8;
    /* font-family: 'Azo Sans'; */
    position: absolute;
    /* min-width: 290px; */
    min-width: 290px;
    background-color: #f1f1f1;
    opacity: 0;
    transition: all 0.5s ease;
    visibility: hidden;
    z-index: 99;
    display: none;
    background-color: #f9fafb;
    box-shadow: 0px 15px 15px 0px #0000000D, 0px 33px 20px 0px #00000008, 0px 59px 24px 0px #00000003, 0px 93px 26px 0px #00000000;

}

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;
    text-decoration: unset !important;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
}

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

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

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

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

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

header .nav-accordion {
    display: none;
}

header .accordion-header .accordion-button {
    padding: 16px 20px;
}

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

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

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

header .accordion-body ul li a {
    color: #131927;
    font-size: 18px;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
}

header .accordion-body ul li p {
    font-size: 15px;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    color: #444;
}

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-toggler {
    padding: 0;
    border: unset;
    box-shadow: unset !important;
}

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


.contact-us-btn {
    color: #1e1e1e;
    font-size: 16px;
    padding: 11px 16px 8px 16px;
    font-family: 'Azo Sans';
    font-weight: 400;
    background-color: #fff0;
    border: unset;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.5s ease;
    line-height: 140%;
    letter-spacing: -0.5%;
}

.contact-us-btn:hover {
    background-color: #f1f1f1;
    color: #1e1e1e;
}

.demo-btn {
    background-color: #1655F5;
    box-shadow: 0px 2px 10px 0px #999B9C80;
    padding: 10px 16px 8px 16px;
    font-family: 'Azo Sans';
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    border: unset;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.demo-btn.no-bg {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    border: 1px solid #fff3;
}

.demo-btn:hover {
    background-color: #1655F5;
    color: #fff;
}


/* Home Page */



.smart-hospitality {
    position: relative;
}

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

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

.smart-hospitality-title h1 span {
    color: #004BEE;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
}

.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%;
}

.banner-section {
    position: relative;
    padding: 64px 0px;
}


.guest-satisfaction-score {
    background-color: #111111;
    padding: 52px 0px;
}

.guest-satisfaction-card {
    position: relative;
}

.guest-satisfaction-card h2 {
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 120%;
    letter-spacing: -8%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.guest-satisfaction-card h2 .growth {
    color: #1655F5;
}

.guest-satisfaction-card h2 sub {
    font-size: 28px;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    bottom: 0px;
}

.guest-satisfaction-card p {
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.5%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 0px;
}

.press-feature {
    padding: 64px 0;
    background-color: #ffffff;
}

.press-feature-inner {
    margin: 0 auto;
    /* border: 1px solid #E8E8ED; */
    /* border-radius: 16px; */
    overflow: hidden;
    box-shadow: 0px 3px 12px 0px #9EA2AE3D;

}

.press-kicker {
    /* font-family: 'Azo Sans'; */
    font-size: 14px;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    letter-spacing: 14%;
    text-transform: uppercase;
    color: #1655F5;
    margin-bottom: 16px;
}

.press-feature-inner .section-subtitle {
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    color: #64748B;
    margin-bottom: 0px;
}

.press-feature-inner .top-global-title {
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -1%;
    text-align: center;
    color: #444444;
}

.press-title {
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #1E1E1E;
    margin-bottom: 20px;
}

.press-card {
    background-color: #fafafa;
    border-radius: 16px;
    padding: 24px;
    box-shadow:
        0 24px 24px rgba(3, 3, 18, 0.04),
        0 8px 16px rgba(3, 3, 18, 0.06);
}

.press-video-wrapper {
    overflow: hidden;
    /* background-color: #fff;
    border: 1px solid #EFEFEF; */
    border-radius: 4px;
}

.press-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 480px;
}

.press-image {
    width: 100%;
    display: block;
    border-radius: 12px;
    margin-bottom: 20px;
}

.press-quote {
    /* font-family: 'Azo Sans'; */
    font-size: 14px;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    color: #444;
    margin-bottom: 16px;
}

.press-link {
    display: inline-block;
    /* font-family: 'Azo Sans'; */
    font-size: 14px;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    color: #1655F5;
    text-decoration: none;
}

.press-link:hover {
    text-decoration: underline;
}

.use-case-btn {
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    font-weight: 500;
    font-size: 14px;
    line-height: 114.99999999999999%;
    letter-spacing: 14%;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #1655F5;
    margin-bottom: 16px;
}

.news-cards-fullwidth {
    margin-left: auto;
    margin-right: 0px;
    max-width: 88vw;
}

.learn-more-btn-container {
    text-align: center;
    margin-top: 16px;
}

.smarthotel-title h3 {
    margin-bottom: 24px !important;
}

.smarthotel-title {
    display: flex;
    gap: 24px;
}

.smarthotel-title .count {
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
}


.solution-scroll-section {
    position: relative;
}

.solution-scroll-section .solution-sticky {
    position: sticky;
    top: 96px;
    z-index: 10;
    background-color: #ffffff;
}

.smarthotel-title p {
    margin-bottom: 4px !important;
}

.action-taken {
    margin-top: 24px;
}

.learn-more-btn {
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    padding: 8px 16px;
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    border-radius: 8px;
    line-height: 140%;
    color: #1E1E1E !important;
    letter-spacing: -0.5%;
    transition: all 0.5s ease-in-out;
}

.learn-more-btn:hover {
    background-color: #f1f1f1;
    color: #1e1e1e;
}




.press-video-wrapper-main {
    background-color: #FFFFFF;
    /* padding: 32px 32px 0 32px; */
    box-shadow: none;
    /* max-width: 862px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 12px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    box-shadow: 0px 3px 12px 0px #9EA2AE3D;

}

.shashi-ai-pilot {
    color: #1655F5;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 14%;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 0px;
}

.press-video-wrapper-main-content img {
    width: 100%;
    height: 100%;
}

.press-video-wrapper-main-content span {
    color: #111827;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 9px;
    margin-bottom: 9px;
    display: block;
}

.press-video-wrapper-main-content p {
    color: #64748B;
}

.press-video-wrapper-main-content h3 {
    font-family: 'Times New Roman MT Std';
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 120%;
    color: #111827;
    font-size: 42px;
    margin-bottom: 0px;
}

.press-video-wrapper-main-content-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 10px;
}

.press-video-wrapper-main-content-footer i {
    color: #111827;

    font-weight: 400;
    font-style: Italic;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: center;
    vertical-align: middle;
}

.press-video-wrapper-main-content-footer span {
    color: #111827;

    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
}

.property-menu {
    width: 100%;
}

.arrival-menu {
    min-width: 200px !important;
}

.pricing-card .accordion-button::after {
    display: none;
}

.smart-hospitality-title h1 {
    color: #1E1E1E;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    font-size: 64px;
    letter-spacing: -2%;
    margin-bottom: 8px;
}

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

.smarthotel-title .section-subtitle {
    font-size: 18px;
}

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

.how-shashi-ai-transforms h2 {
    margin-bottom: 32px;
}

.guest-journey-accordion {
    border-radius: 9999px;
    border: 1px solid #E8E8ED;
    background: #F9FAFB;
    padding: 16px 20px;
    max-width: 100%;
    margin-top: 32px;
    transition: box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.guest-journey-accordion.is-open {
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
    border-color: #E5E7EB;
}

.guest-journey-header {
    display: flex;
    align-items: center;
    gap: 18px;
}

.guest-journey-heading {
    min-width: 140px;
}

.guest-journey-label {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6D6D6D;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
}

.guest-journey-nav {
    display: inline-flex;
    align-items: stretch;
    border-radius: 9999px;
    border: 1px solid #E8E8ED;
    background: #FFFFFF;
    overflow: hidden;
    padding: 2px;
    flex: 1;
    max-width: 560px;
}

.guest-journey-nav-item {
    font-size: 14px;
    padding: 8px 14px 7px;
    color: #6B7280;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.guest-journey-nav-item+.guest-journey-nav-item {
    border-left: 1px solid #E5E7EB;
}

.guest-journey-toggle {
    border: none;
    background: #F3F4F6;
    border-radius: 9999px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: auto;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.guest-journey-toggle:hover {
    background: #E5E7EB;
}

.guest-journey-toggle-icon {
    display: inline-block;
    transition: transform 0.25s ease;
}

.guest-journey-accordion.is-open .guest-journey-toggle-icon {
    transform: rotate(180deg);
}

.guest-journey-body {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #E5E7EB;
    display: grid;
    gap: 12px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.25s ease;
}

.guest-journey-accordion.is-open .guest-journey-body {
    max-height: 600px;
    opacity: 1;
}

.guest-journey-row {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    align-items: flex-start;
    gap: 12px;
}

.guest-journey-row-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #9CA3AF;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
}

.guest-journey-row-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.guest-journey-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px 7px;
    border-radius: 9999px;
    border: 1px solid #E5E7EB;
    background-color: #F9FAFB;
    font-size: 13px;
    color: #444444;
    line-height: 1.3;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .guest-journey-accordion {
        padding: 14px 16px;
    }

    .guest-journey-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .guest-journey-heading {
        min-width: 0;
    }

    .guest-journey-nav {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .guest-journey-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .guest-journey-row-label {
        margin-bottom: 4px;
    }
}

/* Intelligence layer accordion (dark theme) */
.intelligence-layer-wrapper {
    margin-top: 32px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 20px;
    align-items: stretch;
}

.il-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 100%;
}

.il-accordion-item {
    background: #2268FF38;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.il-accordion-item.is-open {
    border-color: rgba(255, 255, 255, 0.12);
}

.il-accordion-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;

    position: relative;
    border-radius: 12px;
}

.main-title-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;

}

/* Mobile */
@media (max-width: 767px) {}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {}

/* Small Laptop */
@media (min-width: 1025px) and (max-width: 1280px) {}

.il-accordion-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #09090B;
    font-family: 'Azo Sans', system-ui, sans-serif;
    min-width: 190px;
    width: 100%;
    max-width: fit-content;
    line-height: 114%;
    letter-spacing: -0.3px;
}

.il-accordion-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    flex: 1;
    min-width: 0;
}

.il-tag {
    padding: 6px 12px;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #09090B;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0px;
    border: 1px solid #D4D4D8;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
}


.il-tag:first-child {
    border-radius: 8px 0 0 8px;
}

.il-tag:last-child {
    border-radius: 0px 8px 8px 0px;
}

.il-accordion-chevron {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444444;
    transition: transform 0.25s ease;
    position: absolute;
    top: 20px;
    right: 20px;
}

@media (min-width: 992px) and (max-width: 1124px) {
    .il-accordion-chevron {
        top: 10px;
        right: 10px;
    }
}

.il-accordion-item.is-open .il-accordion-chevron {
    transform: rotate(180deg);
}

.il-accordion-chevron svg {
    width: 18px;
    height: 18px;
    color: #000;
}

.il-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.il-accordion-item.is-open .il-accordion-body {
    max-height: 600px;
}

.il-accordion-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 5px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.il-accordion-row:last-child {
    border-bottom: none;
}

.il-accordion-row-label {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #09090B;
    min-width: 140px;
    flex-shrink: 0;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
}

.il-accordion-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.il-pill {
    padding: 8px 16px;
    font-size: 12px;
    color: #52525B;
    background: #ffffff;
    border-radius: 50px !important;
    border: 1px solid #D4D4D8;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
}

.il-pill.less-radious {
    border-radius: 6px;
}

.il-pill--dark {
    background: rgba(255, 255, 255, 0.12);
}

.il-accordion-row--connected .il-accordion-row-label {
    margin-bottom: 0;
}

.il-static-block {
    background: #2268FF;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
}

.il-static-title {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 8px;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
    text-align: start;
    min-width: 190px;
    width: 100%;
    max-width: fit-content;
}

.il-static-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 16px;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 300;
}

.il-static-pills {
    justify-content: center;
}

.il-benefits-card {
    background: #2268FF0A;
    border: 2px dotted rgba(22, 85, 245, 0.35);
    border-radius: 20px;
    padding: 28px 22px;
    text-align: center;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

.il-benefits-brand {
    margin-bottom: 18px;
}

.il-benefits-logo {
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #09090B;
    line-height: 1.05;
}

.il-benefits-subtitle {
    margin-top: 14px;
    font-family: 'Azo Sans Lt', system-ui, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.5%;
    text-transform: uppercase;
    color: #1655F5;
}

.il-benefits-pills {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.il-benefits-pill {
    width: 100%;
    max-width: 280px;
    padding: 10px 16px;
    border-radius: 9999px;
    border: 2px dashed rgba(22, 85, 245, 0.55);
    background: #2268FF14;
    color: #09090B;
    font-family: 'Azo Sans', system-ui, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

@media (max-width: 991.98px) {
    .intelligence-layer-wrapper {
        grid-template-columns: minmax(0, 1fr);
    }

    .main-title-wrapper {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 10px;
        /* padding-right: 32px; */
    }

    .il-benefits-pill {
        max-width: none;
    }
}



@media (max-width: 767.98px) {
    .intelligence-layer-wrapper {
        padding: 0px;
        grid-template-columns: minmax(0, 1fr);
    }

    .il-accordion-head {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px;
    }

    .il-static-block {
        padding: 12px;
        align-items: baseline !important;
    }

    .il-accordion-chevron {
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .il-accordion-row {
        flex-direction: column;
        gap: 10px;
    }

    .il-accordion-row-label {
        min-width: 0;
    }

    .il-benefits-card {
        padding: 22px 16px;
        max-width: 100%;
    }

    .main-title-wrapper,
    .dg-flex {
        flex-direction: column;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1024px) {
    .smart-hospitality-title h1 {
        font-size: 46px !important;
    }

    .section-title,
    .press-title,
    .problem-headline,
    .careers-headline,
    .display {
        font-size: 36px !important;
    }
}

@media (max-width: 991px) {
    .navbar-main {
        background-color: #fff;
        z-index: 999999;
        /* padding: 20px 0px 10px !important; */
    }

    .banner-section {
        padding: 60px 0px;
    }

    .solution-scroll-section .solution-sticky {
        top: 72px;
    }

    .press-title {
        margin-bottom: 24px;
    }

    .smarthotel-title .count {
        font-size: 30px !important;
    }

    .guest-satisfaction-card h2 {
        font-size: 28px !important;
    }

    .smart-hospitality-title h1 {
        font-size: 36px !important;
    }

    .section-title,
    .press-title,
    .problem-headline,
    .careers-headline,
    .display {
        font-size: 28px !important;
    }

    .section-subtitle br {
        display: none;
    }

    .pill-tags {
        gap: 15px !important;
    }

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

    .card-title {
        font-size: 16px;
    }

    header .nav-accordion {
        display: block;
    }

    header .navbar-menu {
        display: none;
    }


    .cta-btn {
        display: none;
    }

    header .accordion-body ul li a {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .card-subtitle,
    .careers-body {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .smart-hospitality-title {
        position: relative;

    }

    /* .banner-title h1 br {
        display: none;
    } */

    .banner-title p {
        font-size: 16px !important;
    }

    /* .section-title,
    .press-title,
    .problem-headline,
    .careers-headline, .display {
        font-size: 28px !important;
    } */

    /* .section-title br {
        display: none;
    } */
}

@media (min-width: 320px) and (max-width: 768px) {
    .breadcrumb-button-index {
        margin-top: 0px;
        font-size: 16px;
    }
}

.news-card strong {
    font-family: 'Azo Sans';
    font-weight: 400;
    margin-bottom: 4px;
    display: inline-block;
}

/* Mobile */
@media (max-width: 767px) {
    .stay-flow-grid {
        display: flex;
        flex-direction: column;
        border: 1px solid #d3d3d354;
    }
}


/* new mobile product menu */

.mobile-product-scroll {
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-product-scroll::-webkit-scrollbar {
    display: none;
}

.mobile-product-panel {
    max-height: 380px;


    background: #ffffff;
}

.mobile-item.open .mobile-product-panel {
    max-height: 380px;
}

.mobile-card {
    display: flex;
    flex-direction: column;
    width: 140px;
    flex-shrink: 0;
    scroll-snap-align: start;
}


.mobile-card-divider {
    width: 1px;
    flex-shrink: 0;
    background: #d6d8db;
    align-self: stretch;
    margin: 0 10px;
}

.mobile-card-image {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 10px;
}

.mobile-card-title {
    font-size: 15px;
    font-weight: 400;
    color: #1e1e1e;
    letter-spacing: -0.3px;
}

.mobile-card-desc {
    font-size: 12px;
    color: #666;
    letter-spacing: -0.15px;
    margin-top: 3px;
    line-height: 1.35;
}

.mobile-card-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #2268ff;
    text-decoration: none;
}


/* New 26 */

.ai-hospitality-title p {
    font-size: 32px;
}

.read-full-case-study,
.link-a,
.eyebrow {
    color: #2268FF !important;
    font-family: 'Azo Sans Md' !important;
    font-weight: 500 !important;
}

.top-global-title {
    margin-top: 32px;
}

.dark-sub-title {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 114.99999999999999%;
    letter-spacing: 14%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Azo Sans Md';
    color: #6D6D6D;
    margin-bottom: 34px;
}

.disruption-lead {
    font-size: 22px !important;
}

.display-sm {
    font-size: 36px !important;
}

.smart-hospitality-title h6 {
    color: #2268FF;
    font-family: 'Azo Sans Lt';
    font-weight: 300;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -0.5%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 32px;
}

.smart-hospitality-title h6 span {
    color: #2268FF;
}

.ai-plateform .il-accordion-chevron svg {
    color: #fff;
}

.footer-links-title {
    color: #fff;
    font-weight: 500;
    font-family: 'Azo Sans Md';
    font-size: 14px;
}

.footer-newsletter-title {
    font-weight: 500;
    font-family: 'Azo Sans Md';
}

.ai-hospitality-title h1 {
    font-weight: 500;
    font-family: 'Azo Sans Md';
}

.f-text {
    color: #444444;
    font-family: 'Azo Sans Lt';
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -1%;
    vertical-align: middle;
}

.tenets-stack-container .state-card-eyebrow {
    color: #6D6D6D;
    font-size: 14px;
    font-family: 'Azo Sans Md';
    font-weight: 500;
}

.tenets-stack-container .state-card-title {
    font-family: 'Azo Sans Md';
    font-weight: 500;
}

.tenets-tab-panel {
    border: 1px solid #E6E6E1;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.state-card {
    background-color: transparent !important;
    box-shadow: unset !important;
    border: unset !important;
    box-shadow: 1px 2px 40px 0px #2268FF14;

}

.press-video-wrapper-main-content-title {
    font-size: 36px !important;
    color: #111827;
}

.other-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 10px;
}

.other-name h6 {
    color: #2457C2;
}

.other-name h5 {
    color: #2457C2;
    font-size: 14px;
}

.dg-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wall-street-decription {
    height: 90px;
    overflow: hidden;
    margin-top: 24px;
    position: relative;
}

.wall-street-decription p {
    color: #111827;
    margin-bottom: 0px;
    text-align: start;
    font-family: 'Times New Roman MT Std';
    font-size: 22px;
}

.wall-street-decription::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/blur.svg);
    position: absolute;
    left: 0px;
}

/* 30/3 */
.hospitality-card {
    padding: 75px 0px;
    display: flex;
    align-items: center;
    position: relative;
}

.built-by-hospitality {
    max-width: 466px;
    width: 100%;
    background-color: #171717CC;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.built-by-hospitality h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    margin: 16px 0px;
    font-family: 'Azo Sans Lt';
}

.built-by-hospitality p {
    color: #E5E5E5;
    font-size: 14px;
    margin-bottom: 0px;
    letter-spacing: 0px;
    line-height: 125%;
    font-family: 'Azo Sans Lt';
}

.hospitality-card-img {
    max-width: 950px;
    width: 100%;
    height: 800px;
    margin-left: auto;
}

.hospitality-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.hospitality-slider {
    width: 100%;
    height: 100%;
}

.hospitality-slider .slick-list,
.hospitality-slider .slick-track,
.hospitality-slider .slick-slide,
.hospitality-slider .slick-slide>div {
    height: 100%;
}

.hospitality-slider .slick-dots {
    bottom: 20px;
}

.hospitality-slider .slick-dots li button:before {
    color: #fff;
    font-size: 10px;
    opacity: 0.5;
}

.hospitality-slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

.press-video-wrapper-main-content {
    padding: 10px 0px !important;
}

.hospitality-agentic-card {
    border: 1px solid #E6E6E1;
    border-radius: 12px;
    padding: 36px;
    background-color: #fff;
    margin-bottom: 15px;
}

.hospitality-agentic-card-content {
    margin-top: 65px;
}

.hospitality-agentic-card-content span {
    color: #6D6D6D;
    font-size: 14px;
    font-family: 'Azo Sans Md';
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 14%;
}

.hospitality-agentic-card-content h3 {
    font-family: 'Azo Sans Md';
    font-weight: 500;
    color: #111827;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -2%;
    margin-bottom: 24px;
}

.hospitality-agentic-card-content p {
    color: #444444;
    font-family: 'Azo Sans Lt';
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -1%;
    vertical-align: middle;
}

.hospitality-active-card {
    border-color: #BED3FF;
    box-shadow: 1px 2px 40px 0px #2268FF14;
}

.ota-tax-box {
    padding: 36px;
}

@media (max-width:991px) {
    .press-video-wrapper-main-content-title {
        font-size: 25px !important;
    }

    .ai-hospitality-title p {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .other-name {
        justify-content: center;
    }

    .wall-street-decription p,
    .disruption-lead {
        font-size: 18px !important;
    }

    .display-sm {
        font-size: 22px !important;
    }

    .display-sm br,
    .product-module-copy br {
        display: none;
    }

    .product-module-card {
        margin-bottom: 15px;
        height: stretch;
    }

    .hospitality-card-img {
        height: 300px;
        margin-bottom: 30px;
    }

    .hospitality-card {
        flex-direction: column-reverse;
        position: inherit;
    }

    .hospitality-card-wrap {
        position: inherit !important;
    }

    .hospitality-card {
        padding: 50px 0px;
    }

    .built-by-hospitality h3 {
        font-size: 20px;
    }

    .hospitality-agentic-card {
        padding: 18px;
    }

    .warriors-could {
        width: 100% !important;
        font-size: 12px !important;
    }

    .ota-tax-box {
        padding: 20px;
    }
    .timeline-step{
        margin-bottom: 15px;
    }
    .breadcrumb-button-index-2{
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .display-sm {
        font-size: 18px;
    }
    .click-to-book{
        border-bottom: 1px solid #80808042;
        padding-bottom: 20px;
    }
    .autonomous-card{
        padding: 24px !important;
    }
    .il-accordion-item.is-open .il-accordion-body{
        max-height: fit-content !important;
    }
     .timeline-step{
        margin-bottom: 0px;
    }
    .service-banner-img{
        margin-top: 30px;
    }
}