.global_home_banner_sec.home_banner .banner-content {
    padding-bottom: 180px;
}

.global_home_banner_sec.home_banner .home_banner_form {
    position: absolute;
    bottom: 25%;
    left: 0;
    width: 100%;
}

/* AI Agentic Layer New Design Styles */
.ai-agentic-layer-wrapper {
    padding: 20px 0 0;
}

.ai-agentic-title {
    font-size: 44px;
    font-weight: 300;
    color: #4285F4;
    text-align: center;
    margin: 0 0 20px 0;
    font-family: 'Lato', sans-serif;
    line-height: 1.2;
    padding: 0;
}

.agentic-ai-subtitle {
    font-size: 20px;
    font-weight: 300;
    color: #4285F4;
    text-align: center;
    margin: 0 0 35px 0;
    font-family: 'Lato', sans-serif;
    line-height: 1.4;
    padding: 0;
}

.ai-agentic-search input.agentic-search-clickable {
    cursor: pointer;
    padding: 4px 25px 8px 0;
    color: #fff;
    font-size: 14px;
    height: 100%;
    line-height: 20px;
    width: 100%;
}

.ai-agentic-search .search-arrow {
    right: 0;
    top: 44%;
    color: #fff;
}

.search-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #333333;
    pointer-events: auto;
    font-weight: bold;
    cursor: pointer;
}

.ai-agentic-search {
    background: #ff6200;
    width: 270px;
    margin: 0;
    height: auto;
    padding: 0 15px;
    text-align: center;
}

.ai-agentic-search .search-input-wrapper {
    position: relative;
    width: 100%;
}

.search-input-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.search-logo {
    width: 35px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 0;
}

.search-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 1;
    filter: brightness(0);
}

.ai-agentic-search input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #333;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.ai-agentic-search input::placeholder {
    color: #fff;
    opacity: 1;
}

.ai-agentic-search button[type="submit"] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333333;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
}

.ai-agentic-search button[type="submit"] svg {
    width: 24px;
    height: 24px;
}

.ai-agentic-search button[type="submit"] svg path {
    stroke: #ffffff;
    opacity: 0.5;
}

.ai-agentic-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0;
    width: 100%;
}

.ai-agentic-links .form_btns_main {
    background: #ff6200;
    border-radius: 20px;
    padding: 5px 15px 7px;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.3s ease;
    gap: 5px;
}

.ai-agentic-links .form_btns_main .link-text,
.ai-agentic-links .form_btns_main .link-arrow {
    display: block;
}

.ai-agentic-links .form_btns_main .link-arrow {
    font-size: 20px;
    line-height: 1;
}

.explore-services-link {
    background: #F5F5F5;
    border-radius: 12px;
    padding: 20px 30px;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    color: #999999;
    font-family: 'Lato', sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.5;
    border: none;
    border-bottom: none;
    position: relative;
    white-space: nowrap;
}

.explore-services-link:hover {
    background: #E8E8E8;
    color: #666666;
}

.explore-services-link .link-text {
    display: block;
}

.explore-services-link .link-arrow {
    display: block;
    font-size: 20px;
    line-height: 1;
}

.inline-bot-response ul {
    list-style: disc;
    padding: 0 0 5px 15px;
    margin: 0;
}

.inline-bot-response ul li {
    margin-bottom: 10px;
    line-height: 24px;
}

.inline-bot-response ul li:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 982px) and (max-width: 1259px) {
    .global_home_banner_sec.home_banner .home_banner_form {
        bottom: 23%;
    }
}

@media (max-width: 768px) {

    .ai-agentic-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .ai-agentic-search button {
        width: 45px;
        height: 45px;
    }

    .ai-agentic-links .form_btns_main,
    .explore-services-link {
        font-size: 16px;
    }
}

.home-banner-search-info .banner-notice {
    max-width: 57%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}

.banner_search button[type="submit"][disabled],
.popup_search button[type="submit"][disabled] {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.bot-response {
    flex: 1;
    word-wrap: break-word;
    color: #1b1b1b;
}

.popup-chat-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    background-color: #2a2a2a;
    color: white;
    font-size: 14px;
    border: 1px solid #444;
}

.popup-chat-container th,
.popup-chat-container td {
    padding: 10px;
    text-align: left;
    border: 1px solid #444;
}

.popup-chat-container th {
    background-color: #333;
    font-weight: bold;
    color: #ff6200;
    font-size: 20px;
}

.popup-chat-container td {
    background-color: #2a2a2a;
}

.popup-chat-container tr:nth-child(even) td {
    background-color: #252525;
}

.popup-chat-container tr:hover td {
    background-color: #3a3a3a;
}

.chat-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    color: black;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.chat-popup-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
}

.chat-section {
    flex: 1;
    width: 100%;
    overflow-y: auto;
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.chat-section::-webkit-scrollbar {
    display: none;
}

.chat-popup-close {
    position: fixed;
    top: 90px;
    right: 14%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f8f8f8;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0;
    z-index: 10;
    margin-left: auto;
}

.chat-popup-close svg {
    width: 30px;
    height: 30px;
    stroke: #000000;
}

.popup-chat-container {
    flex-grow: 1;
    color: white;
    margin: 110px 0 0;
    max-width: 60%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
}

.popup-chat-container::-webkit-scrollbar {
    display: none;
}

.chat-message {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 20px;
}

.chat-message.user-message {
    font-size: 24px;
    font-weight: bold;
    color: #575c65;
    font-family: 'Open Sans', sans-serif;
    line-height: 36px;
    padding: 0 0 22px;
    text-transform: capitalize;
}

.chat-message.bot-message {
    width: 100%;
    max-width: 100%;
}

.explore-text {
    text-align: center;
    color: #fff;
    margin: 18px 0 12px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
}

.input-and-buttons {
    position: sticky;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.input-and-buttons .explore-text {
    color: #1b1b1b;
}

.banner_search.popup_search {
    display: flex;
    align-items: center;
    border-radius: 35px;
    padding: 12px 20px;
    margin: 0;
    width: 60%;
    height: 100%;
    background: #eaeef5;
}

.popup_search input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    color: #575c65 !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2px;
    line-height: 20px;
    height: auto;
    padding-left: 0;
}

.popup_search input::placeholder {
    color: #575c65;
    opacity: 1;
}

body.popup-active {
    overflow: hidden;
}

body.popup-active .chat-popup {
    display: flex !important;
}

body.popup-active #page-container {
    padding-top: 0 !important;
}

body.popup-active .home_banner,
body.popup-active .our-valued__main,
body.popup-active .industries_section,
body.popup-active .criticalriver_section,
body.popup-active .digital_section,
body.popup-active .collaborating_section,
body.popup-active .featured_bg,
body.popup-active .resources_bg {
    display: none !important;
}

.link-preview {
    display: flex;
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    margin: 30px 0 0 10px;
    min-height: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: fade-in 0.5s ease-in;
}

.link-preview__image {
    flex: 0 0 200px;
    min-height: 100px;
    position: relative;
    overflow: hidden;
}

.link-preview__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.link-preview__container {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
}


.link-preview__link {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    margin-bottom: 5px;
}

.link-preview__favicon {
    width: 36px;
    margin-right: 10px;
}

.link-preview__title {
    font-size: 20px;
    font-weight: 600;
    color: #3e82cb;
}

.link-preview__title :hover {
    color: #0000FF;
}

.link-preview__description {
    margin: 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes loadingWave {
    0% {
        opacity: 0.4;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-4px);
    }

    100% {
        opacity: 0.4;
        transform: translateY(0);
    }
}

.loading-indicator {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    width: 100%;
}

.loading-bar {
    height: 15px;
    width: 100%;
    background: linear-gradient(90deg, #FF6200 0%, #FFA500 100%);
    border-radius: 4px;
    animation: loadingWave 1.2s infinite;
}

.loading-bar:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-bar:nth-child(3) {
    animation-delay: 0.4s;
}

.loading-bar:nth-child(4) {
    animation-delay: 0.6s;
}

.feedback-buttons {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.feedback-button {
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
}

.feedback-button i {
    font-size: 20px;
    color: #676363;
}

.feedback-button:disabled {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.feedback-button.up.selected i {
    color: #00FF00;
}

.feedback-button.down.selected i {
    color: #FF0000;
}



.feedback-form {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    width: 100%;
    font-family: 'Lato', sans-serif;
    display: none;
    margin: 20px 0;
    border: 1px solid #d1d1d1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.feedback-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.feedback-form-header h3 {
    font-size: 20px;
    color: #ff6200;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
}

.close-button {
    background: none;
    border: none;
    color: #333333;
    font-size: 30px;
    cursor: pointer;
    transition: color 0.2s;
}

.close-button:hover {
    color: #ff6200;
}

.feedback-options {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.feedback-option {
    background: #fafafa;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 10px;
    margin: 3px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    transition: all 0.2s;
}

.feedback-option:hover {
    background: #e8e8e8;
}

.feedback-option.selected {
    background: #ff6200;
    border-color: #ff6200;
    color: #ffffff;
}

.feedback-details textarea {
    width: 100%;
    height: 80px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    background: #fafafa;
    color: #333333;
    resize: vertical;
    font-family: 'Lato', sans-serif;
}

.feedback-details textarea::placeholder {
    color: #575c65;
}

.submit-button {
    background-color: #ff6200;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: background-color 0.2s;
}

.submit-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.submit-button:hover:not(:disabled) {
    background-color: #ffa500;
}

.cookie-consent-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: flex-end;
}

.cookie-consent {
    background: #0c3368;
    color: white;
    padding: 20px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    text-align: center;
    border-radius: 10px;
}

.cookie-consent h2 {
    padding: 0 0 6px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 36px;
}

.cookie-consent p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #fff;
}

.cookie-consent .cookie-buttons {
    padding-top: 10px;
}

.cookie-consent a {
    color: #ff6200;
    text-decoration: underline;
}

.cookie-buttons,
.preference-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.cookie-buttons button {
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.25px;
}

.preference-buttons button {
    color: black;
    background-color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.25px;
}

.customize {
    background-color: #4a4a4a;
}

.reject {
    background-color: rgb(232, 232, 232);
    color: black !important;
}

.accept {
    background-color: green;
}

.preference-buttons {
    margin-top: 14px;
}

.cookie-preferences {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

.cookie-preferences label {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin: 0 6px;
}

.cookie-preferences label input[type="checkbox"] {
    margin: -2px 2px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.cta-text {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    cursor: default;
    transition: all 0.3s ease;
    margin-left: 28px;
    text-decoration: none;
}

.cta-wrapper {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0 0;
}

.cta-link {
    display: inline-block;
    color: #253f78;
    text-decoration: underline !important;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    line-height: 30px;
    margin: 0 0 12px;
}

.cta-link:hover {
    color: #ff6801;
}

.link-preview__container {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
}

.bot-response strong {
    font-weight: 900;
}

.popup-chat-container .chat-message.bot-message .bot-response ul {
    list-style: disc;
    padding: 0 0 15px 18px;
    margin: 0;
}

.popup-chat-container .chat-message.bot-message .bot-response ul li {
    margin-bottom: 6px;
}

.popup-chat-container .chat-message.bot-message .bot-response ul li:last-child {
    margin-bottom: 0;
}

.popup-chat-container .chat-message.bot-message .bot-response p,
.popup-chat-container .chat-message.bot-message .bot-response ul li {
    font-size: 16px;
    line-height: 28px;
}

.popup-chat-container .chat-message.bot-message .bot-response p {
    padding: 0 0 12px;
}

.popup-chat-container .chat-message.bot-message .bot-response p:last-child {
    padding-bottom: 0;
}

.bot-response a {
    color: #253f78;
    font-weight: 600;
}

.bot-response a:hover {
    color: #ff6801;
}

.banner_search button,
.popup_search button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.banner_search button {
    width: 30px;
}

.popup_search button {
    height: auto;
    width: 40px;
}

.banner_search button svg,
.popup_search button svg {
    width: 100%;
    height: 100%;
}


.popup-chat-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    background-color: #ffffff;
    color: #1b1b1b;
    font-size: 14px;
    border: 1px solid #d1d1d1;
    table-layout: auto;
}

.popup-chat-container th,
.popup-chat-container td {
    padding: 12px;
    text-align: left;
    border: 1px solid #d1d1d1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.popup-chat-container th {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #ff6200;
    font-size: 16px;
    text-transform: uppercase;
}

.popup-chat-container td {
    background-color: #ffffff;
}

.popup-chat-container tr:nth-child(even) td {
    background-color: #fafafa;
}

.popup-chat-container tr:hover td {
    background-color: #e8e8e8;
}

.category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.category-button {
    background: #ff6200;
    color: white;
    border: none;
    padding: 4px 11px 7px;
    border-radius: 20px;
    font-size: 14px;
    transition: background-color 0.2s;
    line-height: 18px;
}

.category-button:hover {
    background: #ffa500;
}

.subcategory-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
    width: 100%;
}

.subcategory-button-wrapper {
    width: 100%;
    margin-bottom: 0;
}

.subcategory-button-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.subcategory-button {
    flex: 1;
    background: #fafafa;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    transition: all 0.2s;
    box-shadow: none;
}

.subcategory-button:hover {
    background: #e8e8e8;
}

.subcategory-button.expandable-question {
    position: relative;
    padding-right: 30px;
    border: 1px solid rgba(165, 165, 165, 0.5);
    background: #fff;
}

.subcategory-button.expandable-question:after {
    background: url(../images/studi-category/faq-icon.svg) no-repeat;
    background-size: 22px !important;
    content: " ";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 22px;
    height: 14px;
    margin: -7px 0 0;
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.subcategory-button.expandable-question.expanded {
    background: #253f78;
    color: #fff;
}

.subcategory-button.expandable-question.expanded:after {
    transform: rotate(178deg);
    filter: brightness(0) invert(1);
}

.expand-button {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    background: #ffffff;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.expand-button.plus,
.expand-button.minus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.expand-button:hover {
    background: #f0f0f0;
    border-color: #999999;
}

.expand-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.inline-answer {
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    clear: both;
}

.inline-answer-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.inline-bot-response {
    flex: 1;
    color: #1b1b1b;
    word-wrap: break-word;
}

.inline-bot-response a {
    color: #253f78;
    font-weight: 600;
    text-decoration: underline;
}

.inline-bot-response a:hover {
    color: #ff6801;
}

.inline-error {
    color: #666666;
    font-size: 14px;
    padding: 10px;
}

/* Hide Slick Slider Navigation Arrows */
.home_banner_slider .slick-prev,
.home_banner_slider .slick-next {
    display: none !important;
}

/* Breadcrumb Styles */
.menu-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}

.service-description {
    margin: 20px 0 25px 0;
    padding: 20px 0;
    font-family: 'Lato', sans-serif;
    color: #333333;
    line-height: 1.8;
    font-size: 16px;
    text-align: left;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.core-services-description {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 300px;
    position: relative;
}

.core-services-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.core-services-logo {
    width: 50px;
    height: 38px;
    flex-shrink: 0;
    margin-top: 5px;
}

.core-services-text {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1.9;
    color: #1a1a1a;
    text-align: left;
    flex: 1;
    font-weight: 400;
    letter-spacing: 0.4px;
}

@media (max-width: 768px) {
    .core-services-description {
        padding: 40px 20px;
        min-height: 250px;
    }

    .core-services-content {
        gap: 15px;
    }

    .core-services-logo {
        width: 40px;
        height: 30px;
    }

    .core-services-text {
        font-size: 17px;
        line-height: 1.8;
        letter-spacing: 0.3px;
    }
}

.menu-container {
    background: white;
    z-index: 10;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

/* Ensure chatbot answers are not affected by menu styling */
.popup-chat-container .chat-message.bot-message:not(.menu-container) {
    position: relative;
    z-index: 1;
}

.breadcrumb-item {
    color: #333333;
    cursor: pointer;
    transition: color 0.2s ease;
}

.breadcrumb-item:hover {
    color: #4A90E2;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #4A90E2;
    cursor: default;
    font-weight: 600;
}

.breadcrumb-item.active:hover {
    text-decoration: none;
}

.breadcrumb-separator {
    color: #999999;
    margin: 0 2px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .global_home_banner_sec.home_banner .home_banner_form {
        bottom: 9%;
    }

    .popup-chat-container {
        margin: 140px 0 0;
        max-width: 100%;
    }

    .chat-popup-close {
        top: 125px;
        right: 4%;
        width: 35px;
        height: 35px;
    }

    .chat-popup-close svg {
        width: 100%;
        height: 100%;
    }

    .global_home_banner_sec.home_banner .banner-content {
        padding-bottom: 165px;
    }
}

@media (max-width: 767px) {
    .ai-agentic-layer-wrapper {
        padding: 15px 0 0;
    }

    .popup-chat-container table {
        font-size: 12px;
    }

    .popup-chat-container th,
    .popup-chat-container td {
        padding: 8px;
    }

    .popup-chat-container ul {
        font-size: 12px;
        padding-left: 15px;
    }

    .category-button {
        padding: 3px 10px 7px;
        line-height: 14px;
    }

    .subcategory-button {
        font-size: 13px;
        padding: 8px 10px;
        max-width: 83%;
        line-height: 20px;
    }

    .category-buttons {
        width: 100%;
    }

    .chat-section {
        padding: 15px 10px 0;
    }

    .popup-chat-container {
        margin: 100px 0 0;
        max-width: 100%;
    }

    .chat-popup-close {
        top: 75px;
        right: 2%;
        width: 32px;
        height: 32px;
    }

    .chat-popup-close svg {
        width: 24px;
        height: 24px;
    }

    .popup-chat-container .chat-message.bot-message .bot-response p,
    .popup-chat-container .chat-message.bot-message .bot-response ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .popup-chat-container .chat-message.bot-message .bot-response p {
        padding: 0 0 10px;
    }

    .popup-chat-container .chat-message.bot-message .bot-response ul li {
        margin-bottom: 6px;
    }

    .chat-message.user-message {
        font-size: 22px;
        line-height: 34px;
        padding: 0 0 15px;
    }

    .cta-wrapper {
        margin: 12px 0 0;
    }

    .cta-link {
        margin: 0 0 10px;
    }

    .feedback-buttons {
        margin: 6px 0;
    }

    .banner_search.popup_search {
        padding: 8px 10px;
        width: 100%;
    }

    .popup_search input {
        font-size: 16px;
    }

    .popup_search button {
        width: 30px;
    }

    .explore-text {
        margin: 10px 0 8px;
        font-size: 18px;
    }

    .bot-response {
        line-height: 22px;
    }

}

@media (max-width: 767px) {
    .global_home_banner_sec.home_banner .home_banner_form {
        padding: 0 15px;
        bottom: 4%;
    }

    .global_home_banner_sec.home_banner .banner-content {
        padding-bottom: 310px;
    }

    .menu-breadcrumb {
        display: block;
        margin-bottom: 15px;
    }

    .service-description {
        margin: 15px 0;
        padding: 15px 0;
    }
}