/* General Styles */
html {
    scroll-behavior: smooth;
}

body {
    background-color: #EFEBE4;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
    color: rgba(38, 26, 40, 0.80);
    padding: 0;
}

p {
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    color: rgba(38, 26, 40, 0.80);
}

header {
    /* padding: 15px 0; */
    position: sticky;
    top: 0;
    z-index: 1000;
}

.world-header1 h2 {
    color: #261A28;

    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
}

.world-header1 h2 span {
    background: linear-gradient(90deg, #FF6126 0%, #E92E2F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.world-header1 .head-description {
    text-align: left;
}

.world-header h2 {
    color: #261A28;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
}

.world-header h2 span {
    background: linear-gradient(90deg, #FF6126 0%, #E92E2F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.world-header .white-text {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.5px;
}

/* Custom Menu Start */

/* 1. Position the parent */
.custom-dropdown {
    position: relative;
}


.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: -150px;
    z-index: 1000;
    display: none;
    /* Initial state */
    min-width: 200px;
    padding: 0;
    margin: 0;
    background-color: #212529;
    /* Match your dark theme */
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 0;
    list-style: none;

    /* Animation properties */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.custom-dropdown:hover .custom-dropdown-menu {
    display: block;
    /* Makes it part of the layout */
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Optional: Rotate arrow on hover */
.custom-dropdown:hover i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* Ensure the links inside the menu look like Bootstrap items */
.custom-dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #cccccc36;


}

.custom-dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.custom-dropdown-menu .dropdown-item:hover {
    background-color: #343a40;
}

.custom-dropdown .dropdown-toggle::after {
    display: none;
}

.custom-dropdown-menu .dropdown-item:hover {
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%), rgba(255, 255, 255, 0.00);
}

/* Custom Menu end */
.navbar {
    background-color: #18181B;
    padding: 14px 160px;
}

/* Navigation Links */
.nav-pills .nav-link.custom-tab-btn.active,
.nav-pills .show>.nav-link.custom-tab-btn {
    color: var(--bs-nav-pills-link-active-color);
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%), rgba(255, 255, 255, 0.00);
}

.nav-link.custom-tab-btn:focus,
.nav-link.custom-tab-btn:hover {
    color: var(--bs-nav-pills-link-active-color);
}

.nav-link {
    font-size: 16px;
    margin: 0 10px;
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.nav-link:hover {
    color: #fff;
}

/* Custom Gradient Button */

/* MEGA MENU START 30-03-2026 */


.mega-menu-content {
    width: 850px;
    background-color: #1a1a1d;
    border-bottom: 3px solid linear-gradient(270deg, #E92E2F 0%, #FF6126 100%);
    padding: 0;
    position: absolute;
    /* This ensures it opens BELOW the link */
    top: 53px;
    left: 50%;
    transform: translateX(-50%) translateY(15px);

    max-width: 95vw;
    z-index: 9999;
    border-bottom: 3px solid;
    border-image: linear-gradient(270deg, #E92E2F 0%, #FF6126 100%) 1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    display: none;
    opacity: 0;
    overflow: visible;
    visibility: hidden;
    transform: translateY(15px);
    /* Start slightly lower for smooth animation */
    transition: all 0.3s ease;
}

.mega-menu-content .row.g-0 {
    border-bottom: 3px solid;
    border-image: linear-gradient(270deg, #E92E2F 0%, #FF6126 100%) 1;
}

/* Fix: The "Bridge" to prevent disappearance on hover */
.mega-menu-content::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 100%;
    /* Ensures the hover bridge stays active across the whole centered width */
    height: 20px;
    background: transparent;
}

.custom-dropdown:hover .mega-menu-content {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}




.mega-item.active .menu-title {
    color: #F4482B !important;
}

.mega-item.active .item-desc {
    color: #F4482B !important;
}

.nav-link.active-parent {
    color: #ff4d29 !important;
}

.mega-item:hover .menu-title {
    color: #ff4d29;
}

/* Left & Right Panel adjustments */
.left-panel {
    background: linear-gradient(135deg, #1A181D 0%, #271B29 100%);
    border: 0;
    padding: 32px;
}

.panel-title {
    color: #F4482B;
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 1px;
    text-transform: capitalize;

}

.panel-text {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 0;
}

.right-panel {
    background-color: #18181B;
    padding: 32px;
}

.menu-title {
    display: block;
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;

}

.mega-item {
    margin-bottom: 30px;
    text-decoration: none;
    padding-right: 25px;
}

.item-desc {
    display: block;
    text-decoration: none;
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
}

.view-all {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: 0.3s;
    text-decoration: none;
}

.view-all:hover {
    color: #ff4d29;

}

/* MEGA MENU END */

/* MEGA MENU END 30-03-2026 */


.btn-white {
    border-radius: 80px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #FAFAFA;
    box-shadow: 0 0 0 1px rgba(38, 26, 40, 0.10);
    color: #261A28;
    transition: transform 0.2s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    padding: 13px 16px;
}

.btn-white:hover {
    transform: translateY(-2px);
    background: #FAFAFA;
    color: #261A28;
    border: 1px solid rgba(0, 0, 0, 0.00);
}

.btn-ornage {
    border-radius: 80px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%);
    box-shadow: 0 -1px 1px 2px rgba(38, 26, 40, 0.10) inset, 0 1px 1px 2px rgba(239, 235, 228, 0.20) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.10);
    padding: 10px 16px;
    color: #EFEBE4;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.2px;
    transition: transform 0.2s ease;
}

.btn-ornage:hover {
    color: white;
    transform: translateY(-2px);
}

.btn-hero-primary {
    border-radius: 80px;
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%), rgba(255, 255, 255, 0.00);
    box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.10) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.20) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.10);
    color: #EFEAE4;
    border: none;
    font-weight: 500;
    padding: 10px 16px;
    font-size: 16px;
    transition: 0.3s ease;
    text-decoration: none;
}

.btn-hero-primary:hover {
    color: #EFEAE4;
    transform: translateY(-2px);
}

/* Hero Section Main Styling */
.hero-section {
    position: relative;
    height: 75vh;
    min-height: 680px;
    background: linear-gradient(266deg, rgba(24, 24, 27, 0.00) 32.34%, rgba(24, 24, 27, 0.20) 44.69%, #18181B 100%), url(../images/hero-banner.jpg) lightgray 0px -25.118px / 100% 123.469% no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

/* Heading Styling */
.hero-section .hero-text-main {
    align-items: center;
}

.hero-content-box {
    max-width: 584px;
    width: 100%;
}

.hero-content-box h1 {
    color: #EFEBE4;
    margin-bottom: 15px;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.5px;
}

.lead {
    margin-bottom: 30px;
    font-size: 20px;
    font-style: normal;
    color: #EFEBE4;
    font-weight: 400;
    line-height: 28px;
}

.partners-container h6 {
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.partner-logos {
    gap: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.partner-img {
    width: auto;
    transition: 0.3s;
}

.partner-img:hover {
    opacity: 1;
}

.tracking-widest {
    letter-spacing: 2px;
}

/* hero section end */

/* Real world start */

/* Hide arrows by default */

.mobile-arrow {
    display: none;
    /* Hide on desktop */
    position: absolute;
    bottom: -14%;
    transform: translateY(-50%);
    background: #ff4500;
    /* Use your brand color */
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 1000;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}



.slider-container {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    position: relative;
}

.world-challenge {
    background: linear-gradient(180deg, #FAFAFA 0%, #EFEBE4 100%);
    padding: 120px 0px 80px 0px;
}

.head-description {
    padding-top: 16px;
    color: rgba(38, 26, 40, 0.80);
    text-align: center;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

.head-description-white {
    padding-top: 16px;
    color: rgba(239, 235, 228, 0.80);
    text-align: center;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

.world-header {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.slider-tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    overflow-x: auto;
    padding: 10px;
    scrollbar-width: none;
    margin-top: 60px;
}

.slider-tabs::-webkit-scrollbar {
    display: none;
}

/* Hide for Chrome/Safari */

.tab-item,
.gp-tab-item {
    background: none;
    border: none;
    color: rgba(38, 26, 40, 0.80);
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: color 0.3s ease;

}

.tab-item.active {
    background: linear-gradient(270deg, #E92E2F 0%, #FF6126 75.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-item svg {
    margin-right: 8px;
}

.tab-item svg path {
    stroke: rgb(38, 26, 40);
}

/* 1. Target the active tab text */
.tab-item.active {
    color: #FF6126 !important;
}

/* 2. Target ALL parts of the SVG inside the active tab */
.tab-item.active svg path,
.tab-item.active svg g,
.tab-item.active svg mask,
.tab-item.active svg circle,
.tab-item.active svg rect {

    stroke: #FF6126 !important;
    fill: #FF6126 !important;
    stroke-opacity: 1 !important;
    fill-opacity: 1 !important;
    opacity: 1 !important;
    stop-color: #FF6126 !important;
}

.tab-item.active svg[fill="none"] path {
    fill: none !important;
}

/* Only fill things that were already filled, and stroke things that were stroked */
.tab-item.active svg [stroke] {
    stroke: #FF6126 !important;
    stroke-opacity: 1 !important;
}

.tab-item.active svg [fill]:not([fill="none"]) {
    fill: #FF6126 !important;
    fill-opacity: 1 !important;
}

/* This targets every single part of the SVG to force total consistency */
.tab-item.active svg * {
    stroke: #FF6126 !important;
    fill: #FF6126 !important;
    stroke-opacity: 1 !important;
    fill-opacity: 1 !important;
    opacity: 1 !important;
}

/* If the icon becomes a solid block, add this line: */
.tab-item.active svg[fill="none"] * {
    fill: none !important;
}

/* Scrollable Track */
.slider-track {
    display: flex;
    overflow-x: auto;


    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 32px;
    padding: 40px 160px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
}

.slider-track::before {
    background: linear-gradient(96deg, rgba(239, 235, 228, 0.00) 0%, #EFEBE4 55%);
    content: '';
    width: 80px;
    height: 190px;
    position: absolute;
    right: 0;
    top: 100px;
}

.slider-track::after {
    background: linear-gradient(270deg, rgba(239, 235, 228, 0.00) 0%, #EFEBE4 68%);
    content: '';
    width: 80px;
    height: 190px;
    position: absolute;
    left: 0;
    top: 100px;
}

.slider-track::-webkit-scrollbar {
    display: none;
}

/* Card Styling */
.slider-card {
    flex: 0 0 calc((100% - (20px * 2)) / 3);
    min-height: 100px;
    background: #fff;
    border-radius: 12px;
    padding: 24px 24px 32px 24px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 100%), radial-gradient(100% 74.99% at 0% 25.01%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0.00) 75%), radial-gradient(141.42% 114.73% at 100% 100%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0.00) 75%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(239, 235, 228, 0.70);
    box-shadow: 0 0 0 2px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 6px 6px -3px rgba(38, 26, 40, 0.05);
    scroll-snap-align: center;
    transition: transform 0.3s ease, border 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    scroll-snap-align: center;
}

.slider-track:active {
    cursor: grabbing;
}


.slider-card.active-card {
    border-radius: 24px;
    padding: 24px 24px 32px 24px;
    border: 1px solid rgba(244, 72, 43, 0.50);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 100%), radial-gradient(100% 74.99% at 0% 25.01%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0.00) 75%), radial-gradient(141.42% 114.73% at 100% 100%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0.00) 75%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(239, 235, 228, 0.70);
    box-shadow: 0 0 0 2px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 6px 6px -3px rgba(38, 26, 40, 0.05);
    /* transform: scale(1.05);  */
    z-index: 10;
}


.slider-card.active-card h3 {
    color: #FF6126;
    font-weight: 400;
}

.slider-card h3 {
    margin-top: 0;
    color: #261A28;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.slider-card p {
    color: rgba(38, 26, 40, 0.80);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

/* Real world end */


/* feature start */
.feature-card {
    border-radius: 24px;
    background: linear-gradient(180deg, #18181B 70%, #261A28 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #EFEBE4;
    box-shadow: 0 0 0 2px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 6px 6px -3px rgba(38, 26, 40, 0.05);
    overflow: hidden;
    padding: 20px;

}

.feature-card .featured-area {
    align-items: center;
}

.feature-title {
    color: #EFEBE4;
    text-align: left;
    font-family: Figtree;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.feature-title span {
    color: #F4482B;
    font-family: Figtree;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.text-light-muted {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 90%;
}

.call-btn {
    background: white;
    color: #111;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.call-btn:hover {
    background: #ff4d29;
    color: white;
    transform: translateY(-2px);
}

.feature-image-wrapper img {
    width: 100%;
}

/* feature end */

/* GOVT sec */

.gp-mobile-arrow {
    display: none;
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    background: #ff4500;
    /* Your orange theme */
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}


.main-bg-gov {
    background: url(../images/gov-back.png) no-repeat;
    background-position: center center;
    /* background: linear-gradient(0deg, #EFEBE4 11.37%, rgba(239, 235, 228, 0.00) 40.29%), linear-gradient(180deg, #EFEBE4 0.84%, rgba(239, 235, 228, 0.00) 12.41%), url(../images/gov-back-color.jpg) lightgray -185.682px 0.246px / 119.342% 118.156% no-repeat, linear-gradient(180deg, #FAFAFA 0%, #EFEBE4 100%);*/
}

#built-for-gov-v2 {
    padding: 120px 0 60px 0;
    overflow: hidden;
}

.gp-portal-wrapper {
    max-width: 100%;
    /* Full screen width */
    padding: 0 0 0 160px;
    /* Side breathing room */
    margin: 0 auto;
    overflow: hidden;
}

/* Tabs Styling */
.gp-nav-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
    margin-top: 60px;
    overflow-x: auto;
    scrollbar-width: none;
    background-color: #fff;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    scrollbar-width: none;
    /* Firefox */
    -webkit-overflow-scrolling: touch;
}

.gp-nav-tabs::-webkit-scrollbar {
    display: none;
}

.gp-tab-btn {
    padding: 12px 24px;
    background: white;
    border-radius: 50px;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: none;
    cursor: pointer;
}

.gp-tab-btn.gp-active {
    background: var(--gp-orange);
    color: white;
}

/* Scroll Snap Slider */
.gp-scroll-area {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 20px 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}

.gp-scroll-area:active {
    cursor: grabbing;
}

.gp-scroll-area::-webkit-scrollbar {
    display: none;
}

.gp-content-card {
    flex: 0 0 42.5%;
    scroll-snap-align: start;
    /* Align to the left for better 2-card visibility */
    background: white;
    border-radius: 20px;
    min-height: 450px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border: 3px solid transparent;
}

/* ACTIVE CARD HIGHLIGHT */
.gp-content-card.card-active {
    border-color: var(--gp-orange);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

.gp-card-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

.gp-text-col {
    padding: 30px;
}

.gp-visual-col {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 40px 0px 40px 40px;
    border-radius: 0px 16px 16px 0px;
}

/* UI Elements */
.gp-text-col h3 {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.gp-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.gp-list li {
    padding-left: 15px;
    border-left: 3px solid #F4492C;
    margin-bottom: 12px;
    font-size: 15px;
}

.gp-badge {
    display: inline-block;
    color: #002856;
    text-align: center;
    padding: 9px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: 20px;
    border-radius: 6px;
    background: rgba(250, 250, 250, 0.80);
    box-shadow: 0 4.5px 4.5px -2.25px rgba(5, 18, 53, 0.05), 0 2.25px 2.25px -1.125px rgba(5, 18, 53, 0.05), 0 0.75px 0.75px -0.375px rgba(5, 18, 53, 0.05), 0 0 0 0.75px rgba(5, 18, 53, 0.05);
    margin-right: 8px;
    margin-bottom: 15px;

}

.pro-title-gov {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 16px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}


.gp-scroll-area.dragging {
    scroll-snap-type: none;
    cursor: grabbing;
    user-select: none;
    -webkit-user-select: none;
}

.gp-scroll-area.dragging .gp-content-card {
    pointer-events: none;
}

.gp-content-card {
    user-select: none;
    -webkit-user-drag: none;
}

/* 2.15 Layout & Snap Logic */
.gp-slider-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 32px;
    padding: 40px 0;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.gp-slider-track:active {
    cursor: grabbing;
    scroll-snap-type: none;
    /* Makes the drag feel smoother while mouse is down */
}

/* Prevent images/links inside cards from being "ghost-dragged" */
.gp-card,
.gp-card p,
.gp-card li {
    pointer-events: none;
    user-select: none;
    color: #261A28;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.gp-card,
.gp-card h3 {
    pointer-events: none;
    user-select: none;
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    letter-spacing: 0.2px;
}

/* Ensure buttons/tabs are still clickable */
.gp-nav-tabs,
.gp-tab-item {
    pointer-events: auto;
}

.gp-card {
    flex: 0 0 42.5%;
    scroll-snap-align: start;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 100%), rgba(239, 235, 228, 0.70);
    transition: all 0.4s ease;
}

/* ACTIVE HIGHLIGHT */
.gp-card.gp-active-card {
    border-color: #ff4d2e;
    /* transform: scale(1.04); */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.gp-tab-item {
    padding: 12px 35px;
}

.gp-tab-item.gp-active {
    border-radius: 80px;
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%), rgba(255, 255, 255, 0.00);
    box-shadow: 0 0 0 1px rgba(38, 26, 40, 0.10);
    color: #FFF;
    text-align: center;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

/* Section Container */
.agencies-section {
    padding: 30px 0px;
    text-align: center;
}

.agencies-container {
    max-width: 1200px;
    margin: 0 auto;
}

.agencies-title {
    color: #261A28;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    /* 150% */
    letter-spacing: 0.5px;
}

/* Agencies Grid */
.agencies-grid-gov {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 36px;
    text-align: left;
}

.agencies-spacing {
    padding: 0 160px;
}

/* Agency Card Styling */
.agency-card-gov {
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 100%), radial-gradient(100% 74.99% at 0% 25.01%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0.00) 75%), radial-gradient(141.42% 114.73% at 100% 100%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0.00) 75%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(239, 235, 228, 0.70);
    box-shadow: 0 0 0 2px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 6px 6px -3px rgba(38, 26, 40, 0.05);
    border-radius: 12px;
    padding: 24px;
    flex: 1;
    /* min-width: 250px;
    max-width: 280px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.agency-card-gov:hover {
    transform: translateY(-8px);
    /* Elevates on hover */
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #ff4d29;
    /* Optional: adds brand color on hover */
}

.agency-name-gov {
    color: #261A28;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-right: 15px;
}

.agency-arrow-gov {
    font-size: 1.2rem;
    color: #666;
    transition: color 0.3s ease;
}

.agency-card-gov:hover .agency-arrow-gov {
    color: #ff4d29;
}


/* gov section end */

/* pilot section start */

.pilot-approach {
    padding: 120px 0px;
    color: #ffffff;
    overflow-x: hidden;
    background: linear-gradient(0deg, #261A28 0%, #18181B 100%), #EFEBE4;
    overflow-x: hidden;
    /* Prevents unwanted horizontal scrolling */
}

.pilot-container {
    max-width: 1300px;
    margin: 0 auto;
}

.pilot-header {
    text-align: center;
    margin-bottom: 80px;
}

.pilot-title {
    color: #EFEBE4;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 120% */
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.pilot-subtitle {
    color: rgba(239, 235, 228, 0.80);
    text-align: center;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 992px;
    margin: 0 auto;
    width: 100%;

}

/* Timeline Layout */
.timeline-wrapper {
    position: relative;
    padding-bottom: 40px;
}

/* Horizontal Orange Line */
.timeline-line {
    position: absolute;
    top: 30px;
    /* Aligns with the vertical center of the 60px icon */
    left: 4%;
    right: 5%;
    height: 8px;
    background-color: #ff4d29;
    z-index: 1;
}

/* Line Arrowhead */
.timeline-line::after {
    content: '';
    position: absolute;
    right: -10px;
    top: -11px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ff4d29;
}

.timeline-grid {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.timeline-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Icon Area (No border here) */
.icon-wrapper {
    padding-bottom: 50px;
    /* Space to clear the horizontal line */
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff4d29;
    font-size: 1.5rem;
    position: relative;
    z-index: 3;
}

/* Content Area - Border starts here */
.content-box {
    padding: 24px 48px 24px 16px;
    /* border-left: 3px solid rgba(255, 77, 41, 0.4); Subtle vertical orange border */
    height: 100%;
    /* Replace your border-left with this */
    border-left: 2px solid;
    border-image-source: linear-gradient(0deg, #F4492C 0%, #FFA888 100%);
    border-image-slice: 1;
    border-radius: 3px;
    /* Note: border-image can sometimes ignore border-radius in certain browsers */
    position: relative;
}

.content-box::before {
    height: 40px;
    content: '';
    background: linear-gradient(0deg, rgba(32, 32, 34, 0.00) 0%, #202022 72.09%);
    display: block;
    width: 3px;
    left: -3px;
    position: absolute;
    top: 0;
}

.content-box::after {
    height: 40px;
    content: '';
    background: linear-gradient(180deg, rgba(32, 32, 34, 0.00) 0%, #202022 72.09%);
    display: block;
    width: 3px;
    left: -3px;
    position: absolute;
    bottom: 0;
}

.item-title {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.item-text {
    color: rgba(239, 235, 228, 0.80);
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
}

/* Footer & Button */
.pilot-footer {
    text-align: center;
    margin-top: 50px;
}

.cta-white-btn {
    display: inline-block;
    background: #ffffff;
    color: #121013;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.cta-white-btn:hover {
    background: #ff4d29;
    color: #ffffff;
}

.common-white-card .main-depart-card .col-lg-4 {
    padding: 16px;
}

/* pilot section end */


/* Case study start */

.results-section {
    padding: 100px 0px;
}

.results-section .custom-tabs-content {
    margin: 60px 0;
}

.results-container {
    max-width: 1200px;
    margin: 0 auto;
}

.results-header {
    text-align: center;
    margin-bottom: 40px;
}

.results-main-title {
    font-size: 2.2rem;
    color: #1a1a1a;
    font-weight: 600;
}

/* Tab Navigation Styling */
.custom-tabs-nav {
    justify-content: center;
    /* gap: 15px; */
    margin: 48px 0;
    border: none;
}

.custom-tab-btn {
    background-color: transparent;
    color: #555;
    border-radius: 50px;
    margin: 0;
    font-weight: 500;
    transition: 0.3s;
    padding: 14px 24px;
}

.custom-tab-btn:hover {
    border-radius: 80px;
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%), rgba(255, 255, 255, 0.00);
    box-shadow: 0 0 0 1px rgba(38, 26, 40, 0.10);
    padding: 14px 24px;
}

.custom-tab-btn.active {
    border-radius: 80px;
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%), rgba(255, 255, 255, 0.00);
    box-shadow: 0 0 0 1px rgba(38, 26, 40, 0.10);
    padding: 14px 24px;
}

/* Grid Layout */
.results-grid {
    display: flex;
    align-items: center;
    gap: 50px;
}

.results-text-col {
    flex: 1;
}

.results-image-col {
    flex: 1;
}

.results-item-title {
    margin-bottom: 20px;
    color: #051236;
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.results-quote {
    color: #454545;
    font-family: Figtree;
    font-size: 20px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.results-author {
    color: #051235;
    font-family: Figtree;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    margin-bottom: 30px;
}

.results-discover-link {
    color: #051235;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.main-result-img {
    width: 100%;
    display: block;
    filter: brightness(0.9);
}

.results-footer {
    text-align: center;
    margin-top: 50px;
}

.btn-success-stories {
    display: inline-block;
    background-color: #ff4d29;
    color: white;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-success-stories:hover {
    background-color: #e63e1c;
    color: white;
}

/* Case study end */


/* Form section start */
/* Contact Section Styling */
.contact-section {
    background: linear-gradient(180deg, rgba(24, 24, 27, 0.60) 0%, #18181B 100%), url(../images/form-bg.jpg) lightgray -115.555px 0px / 112.037% 100% no-repeat;
    padding: 100px 0px;
    color: #ffffff;
}

.contact-section .form-group input,
.form-group textarea,
.form-group select {
    font-size: 16px;
    width: 100%;
    color: #fff;
    height: 60px;
    border: 1px solid rgba(38, 26, 40, 0.20);
    /* background: rgba(255, 255, 255, 0.30); */
    box-shadow: -0.5px -0.5px 1px 0 rgba(255, 255, 255, 0.25) inset, 0.5px 0.5px 1px 0 rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(4px);
    padding: 8px 8px 8px 10px;
}

.contact-section .form-group textarea {
    font-size: 16px;
    width: 100%;
    color: #fff;
    height: 130px;
    border: 1px solid rgba(38, 26, 40, 0.20);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: -0.5px -0.5px 1px 0 rgba(255, 255, 255, 0.25) inset, 0.5px 0.5px 1px 0 rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(4px);
    padding: 8px 8px 8px 10px;
}

.contact-row {
    display: flex;
    gap: 100px;
}

/* Left Column */
.contact-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-title {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    text-align: left;
}

.contact-desc {
    color: rgba(239, 235, 228, 0.90);
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    margin-bottom: 40px;
}

.contact-note p {
    color: rgba(239, 235, 228, 0.90);
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;

}

/* Form Column */
.contact-form-col {
    flex: 1.2;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Two columns */
    gap: 17px;
}

.form-group.full-width {
    grid-column: span 2;
    /* Spans across both columns */
}

/* Input Styling */
.form-group input,
.form-group textarea {
    width: 100%;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: -0.5px -0.5px 1px 0 rgba(255, 255, 255, 0.25) inset, 0.5px 0.5px 1px 0 rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(4px);
    height: 48px;
    padding: 8px 8px 8px 24px;
    border: 0;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: rgba(255, 255, 255, 0.4);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(239, 235, 228, 0.60);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.2px;
}

/* Submit Button */
.form-footer {
    margin-top: 25px;
}

.submit-btn {
    border-radius: 80px;
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%), rgba(255, 255, 255, 0.00);
    box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.10) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.20) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.10);
    backdrop-filter: blur(4px);
    border: none;
    padding: 12px 30px;
    color: #FFF;
    text-align: center;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {

    transform: translateY(-2px);
    /* Brand orange on hover */
}

/* Form section end */

/* Department section start */

.department-section {
    background: linear-gradient(180deg, #18181B 70%, #261A28 100%);
    padding: 120px 0px;
}

.main-depart-card {
    margin-top: 80px;
}

.main-depart-card .col-lg-4 {
    padding: 4px 16px;
}

.section-tag {
    margin-bottom: 10px;
    background: linear-gradient(90deg, #FF6126 0%, #E92E2F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 10px;
}

.section-title {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.section-desc {

    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

.info-card {
    background: #ffffff;
    padding: 24px 24px 32px 24px;
    border-radius: 16px;

}

.stat {
    display: inline-block;
    color: #FF6126;
    font-family: Figtree;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.396px;
    gap: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.info-card h5 {
    color: #101828;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
    letter-spacing: 0.396px;
    margin: 16px 0;
}

.info-card p {
    color: rgba(38, 26, 40, 0.80);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
}

/* CTA Image Card */
.cta-card {
    border-radius: 16px;
    background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 100%), url(../images/department-img.png) lightgray 50% / cover no-repeat;
    position: relative;

}

.cta-card a {
    position: absolute;
    z-index: 1;
    right: 16px;
    bottom: 16px;
}

/* Department section end */


/* Build For page css start */
.inner-hero-section {
    position: relative;
    min-height: 61vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/build-for-hero-img.jpg') no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    color: white;
    background-position: center -7vw;
}

.breadcrumb-custom {
    margin-bottom: 72px;
    margin-top: 40px;
}

.breadcrumb-custom a {
    color: rgba(248, 248, 248, 0.60);
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 20px;
    text-transform: capitalize;
}

.breadcrumb-custom .mx-1 {
    color: rgba(248, 248, 248, 0.60);
}

.breadcrumb-custom span {
    color: #F8F8F8;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

/* Main Heading */
.hero-title {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

/* Subtext */
.hero-lead {
    color: #EFEBE4;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    margin-bottom: 2.5rem;
}

/* State section */
#stats-section-inner-page {
    padding: 80px 0;
}

.section-title {
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.section-subtitle {
    max-width: 850px;
    margin: 0 auto 4rem auto;
    color: #6c757d;
    line-height: 1.6;
    font-size: 1.1rem;
}

/* Stat Card Styling */
.stat-card {
    text-align: center;
    padding: 10px;
}

.stat-icon {
    font-size: 2rem;
    color: #332d2d;
    margin-bottom: 1rem;
}

.stat-category {
    color: #1F2937;
    text-align: center;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    margin-bottom: 0.5rem;
}

.stat-number {
    background: linear-gradient(90deg, #FF6126 0%, #E92E2F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    /* 125% */
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
}

.stat-label {
    color: #1F2937;
    text-align: center;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

.stats-insidebox {
    margin-top: 60px;
}

/* State section */

/* Security card CTA */
#security-card-cta {
    padding: 80px 0px 120px 0px;
}

#security-card-cta .security-card {
    background: linear-gradient(180deg, #111215 0%, #0d0e10 100%);
    border-radius: 20px;
    padding: 32px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

#security-card-cta .security-card h2 {
    color: #EFEBE4;
    text-align: left;
    font-family: Figtree;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 16px;
}

#security-card-cta .security-card h2 span {
    background: linear-gradient(90deg, #FF6126 0%, #E92E2F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Figtree;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

#security-card-cta .security-description {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#security-card-cta .badge-logos {
    margin: 40px 0;
}

#security-card-cta .badge-logos img {
    height: 100%;
    transition: 0.3s ease;
}

#security-card-cta .cta-box {
    background: linear-gradient(90deg, #ff3c2e, #ff6a2e);
    border-radius: 16px;
    padding: 1.75rem;
    margin-top: 2.5rem;
}

#security-card-cta .cta-text {
    color: #EFEBE4;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-right: 20px;
}

#security-card-cta .btn-light-custom {
    background: #fff;
    color: #111;
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    white-space: nowrap;
}

#security-card-cta .btn-light-custom:hover {
    background: #f8f9fa;
}

/* Security card CTA */


/* Who we built for start */
#who-we-built-for {
    padding: 100px 0 0px 0;
}

#who-we-built-for .section-title {
    color: #261A28;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

#who-we-built-for .highlight-text {
    background: linear-gradient(90deg, #FF6126 0%, #E92E2F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#who-we-built-for .intro-text {
    max-width: 935px;
    margin: 0 auto 0px auto;
    color: rgba(38, 26, 40, 0.80);
    text-align: center;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

#who-we-built-for .who-we-built-for-inner {
    margin: 80px 0;
}

#who-we-built-for h5 {
    color: #051236;
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 48px;
}

/* Card Styling */
#who-we-built-for .service-card {
    border-radius: 12px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #EFEBE4 0%, rgba(255, 255, 255, 0.45) 100%);
    padding: 24px;
    /*height: 100%;*/
    transition: transform 0.3s ease;
    text-align: left;

}

#who-we-built-for .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

#who-we-built-for .card-title {
    color: #051236;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 16px;
}

#who-we-built-for .card-text {
    color: #332C33;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    margin-bottom: 24px;
}

/* Link & Icon Styling */
#who-we-built-for .explore-link {
    text-decoration: none;
    color: #1a2a4e;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

#who-we-built-for .x-icon {
    color: #ff4d30;
    font-weight: 900;
    margin-right: 10px;
    font-style: normal;
}

#who-we-built-for .arrow {
    margin-left: 5px;
    font-size: 0.8rem;
}

/* Who we built for end */


/* What we see slider start */
#what-we-see-slider .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

#what-we-see-slider h2 {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 120% */
    letter-spacing: 0.5px;
}

#what-we-see-slider h2 .highlight {
    color: #FF6126;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
}

/* Slider Controls */
#what-we-see-slider .slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 10px;
    border: none;
    transition: background 0.3s;
    margin-bottom: 15px;
}

#what-we-see-slider .slider-arrow:hover {
    background: #666;
    color: white;
}

/* Responsive Horizontal Scroll Container */
#what-we-see-slider .card-scroller {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 20px;
    scrollbar-width: none;
    /* Firefox */
}

#what-we-see-slider .card-scroller::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

/* Card Styling */
#what-we-see-slider {
    background: linear-gradient(180deg, #18181B 70%, #261A28 100%);
    padding: 120px 0;
}

#what-we-see-slider .dept-card {
    min-width: 300px;
    max-width: 380px;
    flex: 0 0 auto;
    background-color: #1e1e1e;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#what-we-see-slider .card-body-content {
    padding: 30px;
    flex-grow: 1;
}

#what-we-see-slider .dept-card h3 {
    color: #EFEBE4;
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

#what-we-see-slider .dept-card p {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#what-we-see-slider .card-image-wrapper {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

#what-we-see-slider .card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #333;
    border-radius: 20px;
}

/* What we see slider end */

.pilot-approach-reverse {
    background: linear-gradient(180deg, #FAFAFA 0%, #EFEBE4 100%), #EFEBE4;
    padding: 120px 0px 80px 0px;
}

.pilot-approach-reverse .item-title {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: 0.5px;
}

.pilot-approach-reverse .item-text {
    color: rgba(38, 26, 40, 0.80);
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.5px;
}

.pilot-approach-reverse .content-box:before {
    background: linear-gradient(0deg, rgba(246, 245, 242, 0.00) 0%, #F6F5F2 72.09%);
    height: 40px;
    content: '';
    display: block;
    width: 3px;
    left: -3px;
    position: absolute;
    top: 0;
}

.pilot-approach-reverse .content-box:after {
    background: linear-gradient(180deg, rgba(246, 245, 242, 0.00) 0%, #F6F5F2 72.09%);
    height: 40px;
    content: '';
    display: block;
    width: 3px;
    left: -3px;
    position: absolute;
    bottom: 0;
}

.pilot-approach-reverse .head-description {
    margin-bottom: 60px;
}

/* Build For page css end */


/* City and County Govt page css start */
.inner-hero-section1 {
    position: relative;
    background: linear-gradient(266deg, rgba(24, 24, 27, 0.00) 31.38%, rgba(24, 24, 27, 0.20) 43.94%, #18181B 100.17%), url('../images/city-banner.png') lightgray 0px -38.415px / 100% 106.808% no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    color: white;
    background-position: top center;
}

.bannerbox-inside {
    margin-bottom: 140px;
}

.inner-hero-section-state-government {
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    background: linear-gradient(268deg, rgba(24, 24, 27, 0.00) 24.31%, rgba(24, 24, 27, 0.40) 48.22%, #18181B 100%), url('../images/state-government-banner.png') lightgray 50% / cover no-repeat;
    color: white;
    background-position: top center;
}

/* City and County Govt page css end */


/* Sticky Navigation Styling */
.sub-nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: #261A28;
    padding: 15px 0;
    position: sticky;
    top: 70px;
    z-index: 999;
}

.sub-nav-container {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}

.sub-nav-links {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.sub-link {
    color: rgba(239, 235, 228, 0.80);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    transition: 0.3s;
    position: relative;
    padding: 16px 0px;
    text-decoration: none;
}

.sub-link:hover,
.sub-link.active {
    color: #EFEBE4;
}

/* The Orange Indicator Line for Active/Hover */
.sub-link.active::after,
.sub-link:hover::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FF6126;
}

/* Challenges Section Styling */
.page-section {
    padding: 95px 20px;
    background: linear-gradient(0deg, #261A28 0%, #18181B 100%);
    color: #ffffff;
}

.main-heading {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
    margin-bottom: 48px;
}

.highlight-orange {
    color: #FF6126;
}

.description-box p {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* Solutions section start */
.solutions-section {
    padding: 120px 20px;
}

.solutions-container {
    max-width: 1400px;
    margin: 0 auto;
}

.solutions-header {
    margin-bottom: 80px;
}

.solutions-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.solutions-subtitle {
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.5;
}

/* Solutions Grid Layout (8 Cards) */
.solutions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 60px;
}

/* Individual Card Styling */
.solution-card {
    display: flex;
    align-items: center;
    gap: 40px;
    transition: transform 0.3s ease;
}

.card-image-content {
    flex: 1.0;
    position: relative;
}

.card-text-content {
    flex: 1;
}

.card-heading {
    color: #051236;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 158.333% */
    margin-bottom: 16px;
}

.card-description {
    color: #332C33;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}

/* Pill Buttons */
.card-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.btn-outline-pill {
    color: #002856;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    border-radius: 6px;
    padding: 9px 16px;
    background: rgba(250, 250, 250, 0.80);
    box-shadow: 0 4.5px 4.5px -2.25px rgba(5, 18, 53, 0.05), 0 2.25px 2.25px -1.125px rgba(5, 18, 53, 0.05), 0 0.75px 0.75px -0.375px rgba(5, 18, 53, 0.05), 0 0 0 0.75px rgba(5, 18, 53, 0.05);
    transition: all 0.3s ease;
}

.btn-outline-pill:hover {
    background-color: #ffffff;
    border-color: #ff4d29;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


/* Solutions section end */


/* How It Works Section start */
.how-it-works {
    background: linear-gradient(0deg, #261A28 0%, #18181B 100%), #EFEBE4;
    padding: 120px 20px;
    color: #ffffff;
}

.works-container {
    max-width: 1100px;
    margin: 0 auto;
}

.works-header {
    margin-bottom: 70px;
}

.works-title {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.3;
}

.works-subtitle {
    color: #a0a0a0;
    max-width: 850px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Feature Item Styling */
.feature-item {
    display: flex;
    gap: 25px;
    padding: 20px;
    height: 100%;
}

.feature-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    border: 1px solid #FF6126;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff4d29;
}

.feature-heading {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.feature-desc {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.works-grid {
    margin-top: 50px;
}

.cta-box-common {
    border-radius: 16px;
    background: linear-gradient(90deg, #E92E2F 0%, #FF6126 100%);
    padding: 20px 32px;
}

.cta-text-c {
    text-align: left;
    color: #EFEBE4;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
}

.cta-text-c h5 {
    color: #EFEBE4;
    font-family: Figtree;
    font-size: 20px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
}

/* How It Works Section end */


/* Agencies two section start */

.agencies-grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 60px;
    align-items: stretch;
}

.agencies-grid-two .agencies-card {
    border-radius: 12px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #EFEBE4 0%, rgba(255, 255, 255, 0.45) 100%);
    padding: 24px;
    display: flex;
    text-align: left;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.agencies-grid-two .agencies-card:hover {
    transform: translateY(-5px);
    background: #FFF;
}

/* Agencies two section end */

/* Agencies Section start */
.agencies-section-last {
    padding: 120px 20px;
    z-index: 1;
    position: relative;
}

.agencies-header {
    margin-bottom: 50px;
}

.agencies-title-top {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
    text-align: left;
}

/* Grid Layout */
.agencies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.agencies-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Make sure it takes full height of the card */
}

/* Card Styling */
.agencies-card {
    border-radius: 12px;
    background: #FFF;
    padding: 24px;
    display: flex;
    text-align: left;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.agencies-card:hover {
    transform: translateY(-5px);
}

.agencies-card-title {
    color: #051236;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}

.agencies-card-text {
    color: #332C33;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    flex-grow: 1;
}

/* Link Styling */
.agencies-explore-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #261A28;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: color 0.3s;
    gap: 10px;
}


.agencies-explore-link:hover .agencies-arrow {
    transform: translate(3px, -3px);
}

/* Agencies Section Styles  end*/



/* FAQs inner start */
#faqs {
    background: #18181B;
    padding: 120px 0;
}

#faqs .faq-header {
    color: #EFEBE4;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 120% */
    margin-bottom: 50px;
    text-align: center;
}

#faqs .faq-container {
    max-width: 800px;
    margin: 0 auto;
}

/* Custom Accordion Styling */
#faqs .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-color: #ffffff;
    --bs-accordion-btn-color: #ffffff;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-active-color: #ffffff;
    --bs-accordion-border-color: #2a2a2a;
    --bs-accordion-btn-focus-box-shadow: none;
}

#faqs .accordion-item {
    border-radius: 0 0 15px 15px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 0 0 1px rgba(239, 235, 228, 0.01), 0 1px 1px -0.5px rgba(239, 235, 228, 0.25);
    margin: 20px 0;
    overflow: hidden;
    border: 0;

}

#faqs .accordion-button {
    padding: 25px 10px;
    color: #EFEBE4;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */

}

#faqs .accordion-button:not(.collapsed) {
    box-shadow: none;
}

/* Smooth text fade-in for the answer */
.accordion-collapse {
    transition: all 0.35s ease-in-out;
}

/* Customize the chevron icon to be white */
#faqs .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#faqs .accordion-body {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transform: translateY(-10px);
}

#faqs .collapse.show .accordion-body {
    opacity: 1;
    transform: translateY(0);
}


#faqs .accordion-button::after {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Hover effect */
#faqs .accordion-button:hover {
    color: #e0e0e0;
}

/* FAQs inner end */


/* Special Districts and Authorities css start */

.inner-hero-section3 {
    position: relative;
    background: linear-gradient(268deg, rgba(24, 24, 27, 0.00) 24.31%, rgba(24, 24, 27, 0.40) 48.22%, #18181B 100%), url('../images/spl-bg.jpg') lightgray -21px -107.732px / 102.031% 123.811% no-repeat;
    display: flex;
    align-items: center;
    color: white;
}

/* Section Styles */
.serve-section {
    padding: 120px 0px 80px 0px;
}

.serve-header {
    margin-bottom: 48px;
    z-index: 1;
    position: relative;
}

.serve-title {
    color: #261A28;
    /* text-align: left; */
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.serve-subtitle {
    color: rgba(38, 26, 40, 0.80);
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* Serve Grid */
.serve-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

/* Individual Item Styling */
.serve-item {
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 100%), radial-gradient(100% 74.99% at 0% 25.01%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0.00) 75%), radial-gradient(141.42% 114.73% at 100% 100%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0.00) 75%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(239, 235, 228, 0.70);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 0 1 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.serve-item:hover {
    transform: translateY(-3px);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.serve-name {
    color: rgba(38, 26, 40, 0.80);
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: 0.2px;
    white-space: nowrap;
    /* Keeps names on one line */
}


/* How we help slider start */
#how-we-help .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.main-title-des-box p {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
    max-width: 966px;
}

#how-we-help h2 {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 120% */
    letter-spacing: 0.5px;
}

#how-we-help h2 .highlight {
    color: #FF6126;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
}

/* Slider Controls */
#how-we-help .slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 10px;
    border: none;
    transition: background 0.3s;
    margin-bottom: 15px;
}

#how-we-help .slider-arrow:hover {
    background: #666;
    color: white;
}

/* Responsive Horizontal Scroll Container */
#how-we-help .card-scroller {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 20px;
    scrollbar-width: none;
    /* Firefox */
}

#how-we-help.card-scroller::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

/* Card Styling */
#how-we-help {
    background: linear-gradient(180deg, #18181B 70%, #261A28 100%);
    padding: 120px 0;
}

#how-we-help .dept-card {
    min-width: 300px;
    max-width: 380px;
    flex: 0 0 auto;
    background-color: #1e1e1e;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#how-we-help .card-body-content {
    padding: 30px;
    flex-grow: 1;
}

#how-we-help .dept-card h3 {
    color: #EFEBE4;
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

#how-we-help .dept-card p {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#how-we-help .card-image-wrapper {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

#how-we-help .card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #333;
    border-radius: 20px;
}

/* How we help slider end */


/* Why choose us start */
#why-choose-us .timeline-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 48px 0;
    margin-top: 60px;
}

#why-choose-us .timeline-wrapper {
    padding-bottom: 0px;
}

#why-choose-us .item-title {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.5px;
}

#why-choose-us .item-text {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

#why-choose-us .timeline-item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
}


/* Product start */
/* Section Background & Container */

.inner-hero-section-pro-hero {
    position: relative;
    min-height: 61vh;
    background: linear-gradient(268deg, rgba(24, 24, 27, 0.00) 24.31%, rgba(24, 24, 27, 0.40) 48.22%, #18181B 100%), url('../images/products-hero-banner.png') lightgray 50% / cover no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    color: white;
    background-position: top center;
}

.products-section {

    padding: 120px 0px 80px 0px;
}

/* Grid Layout Logic */
.products-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 80px;
}

.products-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.centered-row {
    grid-template-columns: repeat(2, 1fr);
    max-width: 860px;
    /* Aligns 2 cards centered under 3 */
    margin: 0 auto;
}

/* Card Styling */
.product-card {
    border-radius: 24px;
    border: 1px solid #F2F2F2;
    background: radial-gradient(100% 74.99% at 0% 25.01%, rgba(244, 72, 43, 0.06) 0%, rgba(244, 72, 43, 0.00) 75%), radial-gradient(141.42% 114.73% at 100% 100%, rgba(244, 72, 43, 0.10) 0%, rgba(244, 72, 43, 0.00) 75%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(239, 235, 228, 0.70);
    box-shadow: 0 0 0 2px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 6px 6px -3px rgba(38, 26, 40, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 24px 0px 0px 24px;
    transition: transform 0.3s ease;
    justify-content: space-between;
}

.product-card:hover {
    transform: translateY(-8px);
}

.product-name {
    color: #261A28;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}

.product-desc {
    color: #261A28;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-right: 24px;
    margin-bottom: 25px;

}

/* Image Handling */
.product-img-box {
    margin-top: auto;
    margin-bottom: 24px;
}

.product-img-box img {
    width: 100%;
    display: block;
    border-radius: 8px 0px 0 8px;
}

/* Special Case: AI 311 Mobile Frame */
.mobile-frame {

    margin: 0 auto;
    border-radius: 8px 0px 8px 0px;
    padding-bottom: 0;
    margin-bottom: 0;

}

/* Footer CTA */
.products-cta-box {
    margin-top: 80px;
}

.pro-cta-text {
    color: #051236;
    text-align: center;
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 48px;
}

/* Product end */

/* Special Districts and Authorities css end */


/*purchasing-procurement-departments start */
.inner-hero-section-purchasing-dept {
    position: relative;
    background: linear-gradient(268deg, rgba(24, 24, 27, 0.00) 24.31%, rgba(24, 24, 27, 0.40) 48.22%, #18181B 100%), url('../images/Procurement-banner-top.png') lightgray 50% / cover no-repeat;
    display: flex;
    align-items: center;
    color: white;
    background-position: top center;
}

/*purchasing-procurement-departments end */



/* K–12 Schools, Colleges, and Universities start */

.inner-hero-section4 {
    position: relative;
    background: linear-gradient(268deg, rgba(24, 24, 27, 0.00) 24.31%, rgba(24, 24, 27, 0.40) 48.22%, #18181B 100%), url('../images/schools-bg.png') lightgray -21px -107.732px / 102.031% 123.811% no-repeat;
    display: flex;
    align-items: center;
    color: white;
}

.without-bg-cta .cta-text-c {
    text-align: center;
}

.without-bg-cta .cta-text-c span {
    background: linear-gradient(270deg, #E92E2F 0%, #FF6126 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.without-bg-cta .cta-text-c h5 {
    color: #EFEBE4;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 48px;
}

.edu-section {
    padding: 120px 0 80px 0;
}

.edu-header {
    margin-bottom: 60px;
    text-align: left;
    /* Added to center the header content */
    z-index: 1;
}

/* Header Typography */
.edu-title {
    color: #261A28;
    font-family: "Red Hat Display", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 120% */
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.edu-title span {
    background: linear-gradient(90deg, #FF6126 0%, #E92E2F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
}

.edu-subtitle {
    color: rgba(38, 26, 40, 0.80);
    font-family: "Figtree", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* Content Layout */
.edu-content-wrapper {
    margin-top: 50px;
}

.edu-text-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Item Styling */
.edu-item {
    position: relative;
    padding-left: 20px;
}

.edu-item-label {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: 0.5px;
}

/* Active State Customizations */
.edu-item .edu-item-title {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.edu-item.active .edu-item-desc {
    color: rgba(38, 26, 40, 0.80);
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
}

/* Gradient Border for Active Item */
.edu-item.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 3px;
    background: linear-gradient(0deg, #F4492C 0%, #FFA888 100%);
    border-radius: 3px;
}

/* Image Presentation */
.edu-image-box {
    position: relative;
}

.edu-image-box img {
    width: 100%;
    height: auto;
}

/* K–12 Schools, Colleges, and Universities end */


/* Common tab panel start  */

.common-tab-panal {

    padding: 20px 0;
}


.common-tab-panal .tab-row {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.common-tab-panal .col-tabs,
.col-images {
    flex: 1;
    width: 50%;
}


.common-tab-panal .tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.common-tab-panal .tab-item-edu-com {
    position: relative;
    margin: 0;
}

.common-tab-panal .tab-item-edu-com input {
    display: none;
}


.common-tab-panal .tab-item-edu-com label {
    display: block;
    padding: 14px 0 14px 16px;
    cursor: pointer;
    position: relative;
}

.common-tab-panal .tab-desc-container {
    display: grid;
    grid-template-rows: 0fr;
    /* Collapsed state */
    transition: grid-template-rows 0.4s ease-out;

}

.common-tab-panal .tab-desc-content {
    min-height: 0;
    overflow: hidden;
}

.common-tab-panal .tab-desc-content p {
    margin: 0;
    white-space: normal;
    /* Ensures description wraps in free flow */
    color: rgba(38, 26, 40, 0.80);
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    letter-spacing: 0.5px;
}

.common-tab-panal .tab-item-edu-com input:checked+label .tab-desc-container {
    grid-template-rows: 1fr;
    /* Expanded state (Auto Height) */
    margin-top: 10px;
}

/* Left Line with 3px Radius (Anchored strictly to text) */
.common-tab-panal .tab-item-edu-com input:checked+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(to bottom, transparent, #ff4d29, transparent);
}

/* Heading Typography */
.common-tab-panal .tab-item-edu-com h4 {
    color: #261A2887;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    white-space: normal;
    word-wrap: break-word;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.common-tab-panal .tab-item-edu-com input:checked+label h4 {
    color: #261A28;
    font-size: 24px;
}

/* Description Slide Toggle */
.common-tab-panal .tab-desc {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-out;
}

.common-tab-panal .tab-item-edu-com input:checked+label .tab-desc {
    max-height: 150px;
    margin-top: 8px;
    /* Tightly links desc to title */
}

/* --- Image viewer linking logic --- */
/* All previous tab-list and col-text styles remain the same */

.common-tab-panal .image-viewer {
    position: relative;
    width: 100%;
    min-height: 400px;
    /* Ensures space for the images */
}

.common-tab-panal .tab-image {
    display: none !important;
    /* Hide all images by default */
    width: auto;
    height: auto;
    max-width: 100%;


}

.common-tab-panal .tab-image.active {
    display: block !important;
    /* Force show when active */

    animation: fadeIn 0.4s ease-in-out;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .common-tab-panal .tab-row {
        flex-direction: column;
    }

    .common-tab-panal .col-tabs,
    .col-images {
        width: 100%;
    }
}

/* Common tab panel end */



/* Managed IT services start */

.the-outcomes {
    background: linear-gradient(0deg, #261A28 0%, #18181B 100%), #EFEBE4;
    padding: 120px 0px;
}

.inner-hero-section5 {
    position: relative;
    background: linear-gradient(268deg, rgba(24, 24, 27, 0.00) 24.31%, rgba(24, 24, 27, 0.40) 48.22%, #18181B 100%), url('../images/managed-it.png') lightgray -21px -107.732px / 102.031% 123.811% no-repeat;
    display: flex;
    align-items: center;
    color: white;
}


.value-container {
    margin-top: 70px;
}

.value-card {
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 100%), radial-gradient(100% 74.99% at 0% 25.01%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0.00) 75%), radial-gradient(141.42% 114.73% at 100% 100%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0.00) 75%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(239, 235, 228, 0.70);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px 24px;
    height: 100%;
}

.value-card:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
}

/* Title Styling */
.value-title {
    color: rgba(38, 26, 40, 0.80);
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 16px;
}

.value-head {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-top: 16px;
}


/* Managed IT services end */



/* Education Departments start */

.inner-hero-section6 {
    position: relative;
    background: linear-gradient(268deg, rgba(24, 24, 27, 0.00) 24.31%, rgba(24, 24, 27, 0.40) 48.22%, #18181B 100%), url('../images/education-department.png') lightgray -21px -107.732px / 102.031% 123.811% no-repeat;
    display: flex;
    align-items: center;
    color: white;
}

/* Main Info Card Styling */
.edu-info-card {
    border-radius: 24px;
    padding: 24px;
    margin: 80px 0 0 0;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #EFEBE4 0%, rgba(255, 255, 255, 0.45) 100%);
}

/* Vertical Gradient Border between columns */
.border-end-gradient {
    position: relative;
}

.border-end-gradient::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #ff4d29, transparent);
}

.info-block-left {
    padding-right: 50px;
}

.info-block-right {
    padding-left: 50px;
}

.info-heading {
    color: #051236;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    margin-bottom: 15px;
}

.info-text {
    color: #332C33;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

/* Gain List (Checklist) */
.gain-list {
    list-style: none;
    padding: 0;
}

.gain-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: rgba(38, 26, 40, 0.80);
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.gain-list i {
    color: #008236;
    font-size: 1.3rem;
}


/* Education Departments end */

.how-get-started {
    padding: 80px 0px;
}

#what-you-gain {
    background: linear-gradient(0deg, #261A28 0%, #18181B 100%), #EFEBE4;
    padding: 120px 0px;
}


/* Administrative And Clerk Offices start */

.inner-hero-section-administrative-hero {
    position: relative;
    background: linear-gradient(268deg, rgba(24, 24, 27, 0.00) 24.31%, rgba(24, 24, 27, 0.40) 48.22%, #18181B 100%), url('../images/AdministrativeAndClerkOffices-img.png') lightgray -21px -107.732px / 102.031% 123.811% no-repeat;
    display: flex;
    align-items: center;
    color: white;
    background-position: top center;
}

/* Administrative And Clerk Offices end */
/* Product Vendor 360 start */

.product-hero-section {

    background-color: #fff;
    overflow: hidden;
}


.product-hero-section .breadcrumb-custom a {
    color: rgba(38, 26, 40, 0.80);
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.product-hero-section .breadcrumb-custom span {
    color: #261A28;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

/* Text Styling */
.product-hero-section .hero-content {
    flex: 1;
}

.product-hero-section .hero-content a {
    margin-bottom: 40px;
}

.product-hero-section .hero-content .logo a {
    color: #261A28;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.756px;
    border-radius: 6px;
    background: #FAFAFA;
    margin-bottom: 20px;
    box-shadow: 0 4.5px 4.5px -2.25px rgba(5, 18, 53, 0.05), 0 2.25px 2.25px -1.125px rgba(5, 18, 53, 0.05), 0 0.75px 0.75px -0.375px rgba(5, 18, 53, 0.05), 0 0 0 0.75px rgba(5, 18, 53, 0.05);
}

.product-hero-section .breadcrumb-custom {
    margin-top: 35px;
}

.product-hero-section h1 {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.product-hero-section h1 span {
    background: linear-gradient(270deg, #E92E2F 0%, #FF6126 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0.5px;
}

.product-hero-section p {
    color: #261A28;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 500px;
    margin-bottom: 32px;
}

.product-hero-section .pro-hero-box {
    display: flex;

    align-items: center;
}

/* Image Styling */
.product-hero-section .pro-hero-box .hero-image {
    margin: 80px 0;
}

.product-hero-section .pro-hero-box .hero-image img {
    width: 100%;
    height: auto;
}


/* Product Vendor 360 end */


/* Product AI311 start */
.pro-services-section {
    padding: 120px 0;
}


.feature-row {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    margin-top: 80px;
}

/* Left Column Styling */
.service-description {
    flex: 1;
}

.service-description h3 {

    margin-bottom: 16px;
    color: #051236;
    font-family: "Red Hat Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

.service-description p {
    color: #332C33;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 36px;
}

.examples-label {
    display: block;
    background: linear-gradient(270deg, #E92E2F 0%, #FF6126 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.pill-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.pill-list li {
    border-radius: 6px;
    background: rgba(250, 250, 250, 0.40);
    box-shadow: 0 4.5px 4.5px -2.25px rgba(5, 18, 53, 0.05), 0 2.25px 2.25px -1.125px rgba(5, 18, 53, 0.05), 0 0.75px 0.75px -0.375px rgba(5, 18, 53, 0.05), 0 0 0 0.75px rgba(5, 18, 53, 0.05);
    color: #002856;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 12px;
}

/* Right Column: Gradient Border Logic */
.sidebar-feature {
    flex: 1;
    padding-left: 30px;
    position: relative;
    /* Required to position the custom border */
}

/* This replaces the border-left and border-image */
.sidebar-feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(to bottom, transparent, #ff4d29, transparent);
}

.feature-benefits {
    list-style: none;
    /* Removes default dots */
    padding: 0;
    margin: 0;
}

.feature-benefits li {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 4px;
}


/* Product AI311 end */

/* Product civic recorder start */
.status-bar {
    margin-top: 16px;
    margin-bottom: 48px;
}

.status-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    /* Allows wrapping on mobile */
    gap: 16px;
}

.status-list li {
    color: rgba(239, 235, 228, 0.80);
    text-align: center;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}


.status-list li.separator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(270deg, #E92E2F 0%, #FF6126 100%);
    flex-shrink: 0;
}


.feature-section-reverse .feature-card {
    border-radius: 24px;
    background: #EFEBE4;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 0 2px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 6px 6px -3px rgba(38, 26, 40, 0.05);
}

.feature-section-reverse .feature-title {
    color: #261A28;
    text-align: left;
    font-family: Figtree;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.text-light-black {
    color: #332C33;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 90%;
}

.stat-number1 {
    background: linear-gradient(90deg, #FF6126 0%, #E92E2F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Red Hat Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.5px;
}

/* xduce-civic-recorder slider start */
#xduce-civic-recorder .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

#xduce-civic-recorder .main-title-des-box p {
    color: rgba(38, 26, 40, 0.80);
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
    max-width: 966px;
}

#xduce-civic-recorder h2 {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 120% */
    letter-spacing: 0.5px;
}

#xduce-civic-recorder h2 .highlight {
    color: #FF6126;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
}

/* Slider Controls */
#xduce-civic-recorder .slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 10px;
    border: none;
    transition: background 0.3s;
    margin-bottom: 15px;
}

#xduce-civic-recorder .slider-arrow:hover {
    background: #666;
    color: white;
}

/* Responsive Horizontal Scroll Container */
#xduce-civic-recorder .card-scroller {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 20px;
    scrollbar-width: none;
    /* Firefox */
}

#xduce-civic-recorder.card-scroller::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

/* Card Styling */
#xduce-civic-recorder {
    padding: 120px 0;
}

#xduce-civic-recorder .dept-card {
    min-width: 300px;
    max-width: 380px;
    flex: 0 0 auto;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#xduce-civic-recorder .card-body-content {
    padding: 30px;
    flex-grow: 1;
}

#xduce-civic-recorder .dept-card h3 {
    color: #332C33;
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

#xduce-civic-recorder .dept-card p {
    color: rgba(51, 44, 51, 0.80);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#xduce-civic-recorder .card-image-wrapper {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

#xduce-civic-recorder .card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #333;
    border-radius: 20px;
}

/* xduce-civic-recorder slider end */

/* Product civic recorder end */

/* Footer Main Styling */
.main-footer {
    background: #18181B;
    color: #ffffff;
    padding: 80px 20px 30px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Top Grid Layout */
.footer-top-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 32px;
    padding-bottom: 60px;

}

/* Branding Column */
.footer-logo {
    margin-bottom: 32px
}

.logo-red {
    color: #ff4d29;
}

.logo-sub {
    font-size: 0.85rem;
    font-weight: 400;
    color: #888;
    margin-left: 5px;
}

.footer-tagline {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.footer-sub-tagline {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}

.compliance-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.compliance-badges .badge-img {
    height: 60px;
}

/* Link Columns */
.footer-heading {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 16px
}

.footer-links a {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #ff4d29;
}

/* Bottom Bar */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    font-size: 0.85rem;
    color: #888;
}

.footer-copyright {
    color: rgba(239, 235, 228, 0.80);
    font-family: "Red Hat Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.footer-social {
    display: flex;
    gap: 20px;
}

.footer-social a {
    color: #fff;
    font-size: 1.1rem;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #ff4d29;
}

.footer-legal-links a {
    color: rgba(239, 235, 228, 0.80);
    font-family: "Red Hat Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    margin-left: 15px;
}

.footer-legal-links a:hover {
    text-decoration: underline;
}



/* Shobhit css */

.edu-content-wrapper {
    margin-top: 50px;
}

.civic-recorder-box {
    border-radius: 24px;
    padding: 24px;
    margin: 25px 0 0 0;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #EFEBE4 0%, rgba(255, 255, 255, 0.45) 100%);
}

.civic-recorder {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.results-btn {
    margin-top: 50px;
}

/* accordion-tabs start */
.gov-box .title {
    color: #051236;
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.gov-box .text-inner {
    color: #332C33;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.gov-box {
    margin: 40px 0px;
    padding: 20px 0px;
    border-bottom: 1px solid #261A2833;
}

/* accordion-tabs end */

/* 11-02-2026 */
.trusted-partner {
    margin: 0px 0px 50px 0px;
    border-bottom: 1px solid #EFEBE41A;
    padding-bottom: 24px;
    gap: 48px;
}

h2.trusted-partner-title {
    color: #E92E2F;
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.service-box {
    height: 100%;
    padding: 16px;

}

.who-we-built-for-wrapper .col-md-6 {
    padding: 0;
}

.service-box .service-card {
    border-radius: 12px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #EFEBE4 0%, rgba(255, 255, 255, 0.45) 100%);
    padding: 24px;
    height: 100%;
    transition: transform 0.3s ease;
    text-align: left;
    margin-bottom: 20px;
}

.text-light-team {

    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* max-width: 90%; */

}

.goverment-security .highlight {
    color: #FF6126;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.5px;
}

.goverment-security .main-title {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.5px;
}

/* 11-02-2026 */


/* 19-03-2026 */
.about-us {
    position: relative;
    background:
        linear-gradient(180deg, rgba(24, 24, 27, 0.00) 59.52%, #101010 98.49%),
        linear-gradient(260deg, rgba(24, 24, 27, 0.00) 24.31%, rgba(24, 24, 27, 0.40) 48.22%, #101010 100%),
        url('../images/about-us-hero.png') no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    color: white;


}

.about-us .hero-text-main {
    padding-bottom: 132px;
}

.white-line {
    border-bottom: 1px solid rgba(239, 235, 228, 0.40);
    width: 180px;
    margin: 36px 0;
}

.features-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 32px;
    align-items: center;
}

.ab-feature-item {
    display: flex;
    align-items: self-start;
    gap: 12px
}



.ab-feature-item p {
    color: #EFEBE4;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.about-us-core-value .info-card h5 {
    margin: 0;
}

.announcement-sec {
    background: #18181B;
    padding: 60px 0px 80px 0px;
}

.announcement-sec h3.xduce-stats-line {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 36px;
}

.announcement-sec .value-card {
    background: #202022;
}

.announcement-sec .value-title {
    color: #EFEBE4;
}

.announcement-sec .feature-card {
    border-radius: 24px;
    background: #EFEBE4;
    box-shadow: 0 0 0 2px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 6px 6px -3px rgba(38, 26, 40, 0.05);
    overflow: hidden;
    padding: 40px 0px;
    justify-content: center;
    display: flex;
    text-align: center;
    margin: 50px 0px 0px 0px;
}

.announcement-sec .feature-title {
    color: #261A28;
    text-align: center;
    font-family: Figtree;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.announcement-sec .text-light-black {
    color: #332C33;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 100%;
}

.about-us-mission {
    padding: 120px 0;
}

.about-us-mission .section-title {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.about-us-mission .img-box img {
    border-radius: 16px;
}

.about-us-mission .img-box {
    text-align: end;
}

.about-us-mission .mission-title {
    font-size: 32px;
    font-weight: 400;
    color: #051236;
    line-height: 48px;
}

.about-us-mission .mission-text {
    color: #332C33;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.about-us-mission .section-text {
    line-height: 28px;
    font-weight: 400;
    font-size: 18px;
    color: #261A28CC;
}

.about-us-core-value .main-depart-card {
    margin-top: 60px;
}

.about-us-core-value .stat {
    margin-bottom: 15px;
}

/* About us logo section start */

.aboutus-logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
    max-width: 990px;
    margin: 80px auto 0 auto;
}

.inline-logo-item {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inline-logo-item img {
    width: auto;
    filter: brightness(0) invert(1);
    transition: opacity 0.3s ease;
}

.inline-logo-item img:hover {
    opacity: 1;
}


/* About us logo section end */

/* Our team section  */
.team-section {
    padding: 120px 0px;
}

/* Grid System */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 60px;
    padding: 0 24px;
    margin: 0 auto;
    position: relative;
}

.team-grid::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    right: 24px;
    height: 1px;
    background: rgba(38, 26, 40, 0.20);
}

.team-card {
    text-align: left;
    width: 100%;
    padding-bottom: 20px;
}

.team-grid>.team-card:nth-child(n+4) {
    padding-top: 24px;
}

.team-image-wrapper {
    width: 150px;
    height: 150px;
    margin-bottom: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.team-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-image-wrapper.placeholder {
    background-color: #003E6E;
    opacity: 1;
}


.team-card h3 {
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    color: #001f3f;
    margin-bottom: 0;
}

.role {
    font-style: italic;
    font-weight: 600;
    font-size: 0.9rem;
    color: #001f3f;
    margin: 12px 0;
}

.bio {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}


.steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.steps-list li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.steps-list .text {
    color: rgba(239, 235, 228, 0.80);
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 0.5px;
}

/* Our team section  */

/* XDuce Public Services start */
.service-environments {
    padding: 120px 0;
}

.service-environments .edu-title {
    font-family: "Source Serif Pro";
}

.service-environments .edu-title span {
    font-family: "Source Serif Pro";
}

.links-container {
    display: flex;
    flex-wrap: wrap;
    /* Allows cards to drop to next line */
    gap: 32px;
    /* Spacing between cards */
    justify-content: flex-start;
}

.link-card {
    display: flex;
    align-items: center;
    background: #FAFAFA;
    box-shadow: 0 4.5px 4.5px -2.25px rgba(5, 18, 53, 0.05), 0 2.25px 2.25px -1.125px rgba(5, 18, 53, 0.05), 0 0.75px 0.75px -0.375px rgba(5, 18, 53, 0.05), 0 0 0 0.75px rgba(5, 18, 53, 0.05);
    padding: 16px 20px;
    border-radius: 6px;
    text-decoration: none;
    color: #002856;
    text-align: center;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-width: fit-content;
}

/* Hover Effect */
.link-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.link-card .icon {
    margin-right: 12px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #001f3f;
}

.link-card .text {
    flex-grow: 1;
    margin-right: 15px;
    white-space: nowrap;
}

.link-card .arrow {
    font-size: 16px;
    opacity: 0.8;
}

/* XDuce Public Services end */

/* CEO start */
.about-ceo-section {
    padding: 120px 0;
}

.about-ceo-content {
    display: flex;
    align-items: flex-start;
    gap: 110px;
}

.ceo-btn-div {
    display: flex;
    justify-content: center;
}

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.about-text {
    flex: 1.5;
}

.about-text h3 {
    background: linear-gradient(90deg, #FF6126 0%, #E92E2F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.about-text p {
    color: #454545;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
}

.about-text .values-intro {
    color: #051235;
    font-family: Figtree;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
}

.values-list {
    list-style: none;
    color: #051236;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
    padding-left: 0;

}

.values-list li {
    display: inline;
}


.values-list li:not(:last-child)::after {
    content: " | ";
    color: #051236;
    font-weight: normal;
    padding: 0 4px;
}

.ceo-title {
    color: #051236;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 48px;
}

/* CEO End */

/* inside xduce :start */
.inside-xduce-section {
    background: linear-gradient(180deg, #18181B 70%, #261A28 100%);
    padding: 120px 0px;
}

.content-col,
.video-col {
    flex: 1 1 50%;
    /* On desktop, take up exactly 50% width */
    max-width: 50%;
    padding: 20px;
}

/* --- Content Styling --- */
.content-text {
    padding-right: 40px;
    /* Space between text and video on desktop */
}

.content-text h3 {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.content-text h3 span {
    background: linear-gradient(90deg, #FF6126 0%, #E92E2F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-text p {
    color: #EFEBE4;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.life-section {
    background: linear-gradient(180deg, #18181B 70%, #261A28 100%);
    padding: 120px 0;
    overflow-x: hidden;
}

.life-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.lifesection-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
}

.header-text h3 {
    color: #EFEBE4;
    font-family: "Red Hat Display", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.header-text p {
    color: rgba(239, 235, 228, 0.80);
    font-family: "Figtree", sans-serif;
    font-size: 20px;
    line-height: 28px;
    max-width: 650px;
}

.full-width-slider {

    padding-left: calc((100vw - 1200px) / 2 + 20px);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    display: block;

}

.full-width-slider::-webkit-scrollbar {
    display: none;
}

.full-width-slider:active {
    cursor: grabbing;
    scroll-behavior: auto;

}

.slider-track-abt {
    display: flex;
    gap: 0px;
    width: max-content;
}

.slide-item {
    flex: 0 0 auto;
}

.slide-item img {
    height: 500px;
    width: auto;
    display: block;
    object-fit: cover;
    pointer-events: none;
}

/* Navigation Buttons */
.slider-nav {
    display: flex;
    gap: 12px;
}

.nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #EFEBE4;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.nav-btn:hover {
    background: #ffffff;
}

/* Responsive Fix */
@media (max-width: 1240px) {
    .full-width-slider {
        padding-left: 20px;
    }
}

/* inside xduce end */

/* 19-03-2026 */

/* 20-09-2026 */
.cookie-policy-sec {
    position: relative;
    background: #261A28;
    display: flex;
    align-items: center;
    color: white;
}

.cookie-policy-sec .hero-lead {

    margin-bottom: 0px;
}

.cookie-policy-sec .breadcrumb-custom {
    margin-bottom: 35px;
    margin-top: 40px;
}

.cookie-policy-sec .bannerbox-inside {
    margin-bottom: 55px;
}

.cookie-policy-intro-sec .policy-section {
    /* background: #f3f1ed; */
    border-radius: 8px;
}

.cookie-policy-intro-sec .policy-row {
    margin-bottom: 35px;
}

.cookie-policy-intro-sec .policy-number {
    font-size: 20px;
    text-align: center;
    color: #261A28;
    font-weight: 500;
}

.cookie-policy-intro-sec .policy-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #261A28;
}

.cookie-policy-intro-sec .policy-text {
    font-size: 18px;
    color: #261A28CC;
    line-height: 28px;
    font-weight: 400;
}

.cookie-policy-intro-sec .policy-text strong {
    color: #111827;
}

.cookie-policy-intro-sec .policy-text strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #261A28CC;
}

.cookie-policy-intro-sec .section-box {
    margin: 80px 0px;
}

/* 20-09-2026 */


/* Contact us page css start */

/* Form section start */
/* Contact Section Styling */
.wpcf7-not-valid-tip {
    font-size: 14px !important;
}

.wpcf7 form .wpcf7-response-output {
    color: #FF6126;
    font-size: 14px;
    font-weight: 600;
}

.contact-section-page {
    background: url(../images/contact-us-page-bg.png) lightgray 50% / cover no-repeat;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 120px 0px;
    color: #ffffff;
}

.contact-section-page .contact-row {
    display: flex;
    gap: 100px;
}

/* Left Column */
.contact-section-page .contact-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-section-page .contact-title {
    color: #EFEBE4;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    text-align: left;
}

.contact-section-page .contact-desc {
    color: rgba(239, 235, 228, 0.90);
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
}

.contact-section-page .contact-note p {
    color: rgba(239, 235, 228, 0.90);
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* Form Column */
.contact-section-page .contact-form-col {
    flex: 1.1;
    border-radius: 16px;
    background: #EFEBE4;
    padding: 32px;
}

.contact-section-page .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.contact-section-page .form-group.full-width {
    grid-column: span 2;
}

.contact-section-page .form-group.full-width a {
    color: #261A28;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
}

/* Input Styling */
.contact-section-page .form-group input,
.form-group textarea,
.form-group select {
    font-size: 16px;
    width: 100%;
    color: #261A28;
    height: 48px;
    border: 1px solid rgba(38, 26, 40, 0.20);
    box-shadow: -0.5px -0.5px 1px 0 rgba(255, 255, 255, 0.25) inset, 0.5px 0.5px 1px 0 rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(4px);
    padding: 8px 8px 8px 10px;
    background: transparent;
}


.contact-section-page .form-group textarea {
    font-size: 16px;
    width: 100%;
    color: #261A28;
    height: 120px;
    border: 1px solid rgba(38, 26, 40, 0.20);
    box-shadow: -0.5px -0.5px 1px 0 rgba(255, 255, 255, 0.25) inset, 0.5px 0.5px 1px 0 rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(4px);
    padding: 8px 8px 8px 10px;
}

.contact-section-page .form-group input:focus,
.form-group textarea:focus {
    border-color: rgba(255, 255, 255, 0.4);
}

.contact-section-page .form-grid .form-group label {
    color: #261A28;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}

.contact-section-page .form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(239, 235, 228, 0.60);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
}

/* Submit Button */
.contact-section-page .form-footer {
    margin-top: 25px;
}

.contact-section-page .submit-btn {
    border-radius: 80px;
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%), rgba(255, 255, 255, 0.00);
    box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.10) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.20) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.10);
    border: none;
    padding: 12px 30px;
    color: #FFF;
    text-align: center;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: 0.3s;
}

/* Form section end */
/* Contact us page css end */


/* public information page css start 25-03-2026*/
.public-section .feature-row {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    margin-top: 60px;
    border-bottom: 1px solid #261A2833;
    padding-bottom: 50px;
}

.public-section .service-description p {
    color: #332C33;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.public-section .feature-row:last-child {

    border-bottom: none;

}

/* public information page css end */

/* all departmenats page css start */

.all-department-section {
    position: relative;
    background: linear-gradient(266deg, rgba(24, 24, 27, 0.00) 31.38%, rgba(24, 24, 27, 0.20) 43.94%, #18181B 100.17%), url('../images/all-departments-sec.png') lightgray 0px -38.415px / 100% 106.808% no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    color: white;
    background-position: top center;
}

.support-every .world-header {
    margin-bottom: 35px;
}

.support-every .Support-description {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #261A28CC;
    padding-top: 16px;
}

.support-every .head-description {
    padding-top: 0px;

}

.support-every .service-card {
    border-radius: 12px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #EFEBE4 0%, rgba(255, 255, 255, 0.45) 100%);
    padding: 24px;
    height: 100%;
    transition: transform 0.3s ease;
    text-align: left;
    margin-bottom: 20px;
}

.support-every .card-title {
    color: #051236;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 16px;
}

.support-every .card-text {
    color: #332C33;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 24px;
}

.support-every .explore-text {
    text-decoration: none;
    color: #261A28CC;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    /* padding: 8px 0px; */
    line-height: 24px;
}

.support-every .explore-link {
    color: #261A28;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 24px;
}

.support-every .x-icon {
    color: #ff4d30;
    font-weight: 900;
    margin-right: 10px;
    font-style: normal;
}

.support-every .box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(to bottom, transparent, #ff4d29, transparent);
    height: 85%;
}

.support-every .box {
    flex: 1;
    padding: 15px 40px;
    position: relative;
    margin: 20px 0px;
}

.box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 3px;
    height: 80%;
    background: #ff6b4a;
}

.support-every .row {
    margin: 50px;
}

/* all departmenats page css end */


/* cookie policy start */
.cky-consent-container .cky-consent-bar {
    padding: 24px 36px;
}

.cky-notice-btn-wrapper .cky-btn {
    border-radius: 80px !important;
    border: 1px solid #E92E2F !important;
    color: #E92E2F !important;
    background: rgba(255, 255, 255, 0.00) !important;
    box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.10) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.20) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.10) !important;
}

.cky-btn-reject {
    border-radius: 80px !important;
    border: 1px solid #E92E2F !important;
    color: #E92E2F !important;
    background: rgba(255, 255, 255, 0.00) !important;
    box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.10) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.20) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.10) !important;

}

.cky-btn-preferences {
    border-radius: 80px !important;
    border: 1px solid #E92E2F !important;
    color: #E92E2F !important;
    background: rgba(255, 255, 255, 0.00) !important;
    box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.10) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.20) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.10) !important;

}

.cky-btn-accept {
    color: #FFF !important;
    border: none !important;
    border-radius: 80px !important;
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%), rgba(255, 255, 255, 0.00) !important;
    box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.10) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.20) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.10) !important;
}

.cky-btn.cky-btn-accept {
    color: #FFF !important;
    border: none !important;
    border-radius: 80px !important;
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%), rgba(255, 255, 255, 0.00) !important;
    box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.10) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.20) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.10) !important;

}

.cky-switch input[type="checkbox"]:checked {
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%) !important;
}

.cky-preference-center {
    background: #EFEBE4 !important;
    width: 800px !important;
}

.cky-preference-content-wrapper {
    border-color: rgba(38, 26, 40, 0.20) !important;
}

.cky-accordion {
    border-color: rgba(38, 26, 40, 0.20) !important;
}

.cky-footer-shadow {
    background: #EFEBE4 !important;
}

.cky-preference-header .cky-preference-title {
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.cky-prefrence-btn-wrapper {
    display: block !important;
}

.cky-notice .cky-title {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.cky-consent-bar .cky-notice-des p {
    color: #261A28 !important;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.cky-footer-shadow {
    display: none !important;
}

.cky-preference-header {
    border-bottom: none;
}

.cky-preference-header .cky-btn-close img {
    height: 16px !important;
    width: 16px !important;
    stroke: #000 !important;
}

.cky-notice-des a {
    color: #261A28 !important;
    font-family: Figtree;
    text-decoration: underline;
    text-decoration-color: #261A28 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.cky-preference-content-wrapper p {
    color: #261A28 !important;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.cky-accordion-header .cky-accordion-btn {
    color: #2B2A2A !important;
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.cky-btn-revisit-wrapper {
    background: linear-gradient(0deg, #E92E2F 0%, #FF6126 100%), rgba(255, 255, 255, 0.00) !important;
    box-shadow: 0 -1px 1px 1px rgba(38, 26, 40, 0.10) inset, 0 1px 1px 1px rgba(239, 235, 228, 0.20) inset, 0 6px 6px -3px rgba(38, 26, 40, 0.05), 0 3px 3px -1.5px rgba(38, 26, 40, 0.05), 0 1px 1px -0.5px rgba(38, 26, 40, 0.05), 0 0 0 1px rgba(239, 235, 228, 0.10) !important;
}

.cky-accordion-header-wrapper .cky-accordion-header-des p {
    color: #2B2A2A !important;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.cky-accordion {
    border-bottom: 0 !important;
}

/* cookie policy end */


/* 404 start */
.page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 0 120px 0;
    box-sizing: border-box;
    background-image: url(../images/404-bg.png) no-repeat;
    background-size: 60px 60px;
    /* Adjust for the faint background grid pattern */
}

/* --- ADDED CIRCLES START --- */
.page-container::before,
.page-container::after,
.page-container .circle-layer {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   border-radius: 1622px;
   border: 1px solid rgba(38, 26, 40, 0.06);
background: rgba(217, 217, 217, 0.10);
    z-index: 0;
    pointer-events: none;
}

/* Circle 1 - Inner */
.page-container::before {
    width: 1096px;
    height: 824px;
}

/* Circle 2 - Middle */
.page-container::after {
    width: 1348px;
    height:1014px;
}

/* Circle 3 - Outer (Added a helper class for the 3rd one) */
.circle-extra {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1600px;
    height: 1200px;
    border: 1px solid rgba(38, 26, 40, 0.06);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}
/* --- ADDED CIRCLES END --- */
/* Ensure content stays above circles */
.page-error-sub, .error-title, .error-description, .illustration-block, .pagenotfound-links {
    position: relative;
    z-index: 1;
}
/* Header Text Styling */
.page-error-sub {
    color: #261A28;
    text-align: center;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
}

.error-title {
    color: #261A28;
    font-family: "Red Hat Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    /* 133.333% */
    letter-spacing: 0.5px;
}

.error-description {
    color: rgba(38, 26, 40, 0.80);
    text-align: center;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    max-width: 560px;
    width: 100%;
}

/* The central "404" image block */
.illustration-block {
    width: 100%;
    max-width: 865px;
    margin-bottom: 50px;
    position: relative;
    margin-top: 33px;
}



.illustration-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Background large "404" text (subtle gray) */
.background-404 {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(38, 26, 40, 0.05);
    font-family: "Red Hat Display";
    font-size: 400px;
    font-style: normal;
    font-weight: 900;
    line-height: 80px;
    letter-spacing: 0.5px;
    z-index: -1;
    user-select: none;
}

/* Button/Link Section Styling */
.pagenotfound-links {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* Spacing between the two link buttons */
}

.not-f-nav-button {
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 100%), radial-gradient(100% 74.99% at 0% 25.01%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0.00) 75%), radial-gradient(141.42% 114.73% at 100% 100%, rgba(244, 72, 43, 0.03) 0%, rgba(244, 72, 43, 0.00) 75%), linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), rgba(239, 235, 228, 0.70);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.2s ease;
    padding: 24px 20px;
    text-decoration: none;
    color: rgba(38, 26, 40, 0.60);
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}

.not-f-nav-button:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);

}

.page-nt-nav-icon {
    font-size: 20px;
    margin-right: 20px;
    color: var(--text-main);
    width: 24px;
    text-align: center;
}

.nav-text-group {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 16px;
    flex-grow: 1;
    /* Pushes the arrow to the far right */
}

.nav-main-text {
    font-size: 16px;
    font-weight: bold;
    color: var(--text-main);
    margin-bottom: 2px;
}

.nav-sub-text {
    font-size: 13px;
    color: var(--text-link-sub);
    font-weight: 300;
}

.nav-main-text-page {
    color: #261A28;
    text-align: left;
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: 0.5px;
}

.nav-arrow {
    color: #d1cbc5;
    /* Light arrow */
    font-size: 18px;
    margin-left: 10px;
}


/* 404 end */