/************************* PRODUCT PAGES CSS ***********************************/
.card-body h4 {
    font-size: 1.3rem !important;
}

.product-overview .product-details .nav .active {
    background-color: #EFA63E !important;
    color: #000 !important;
}

.nav {
    justify-content: flex-start;
}

.sideBar-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
    margin-left: auto;
}

#sidebar .sidebarContent {
    padding: 3rem 0 3rem 3rem;
}

#sidebar {
    background-color: #f7f7f7;
}

#sidebar .items-info a {
    color: black;
    text-underline-offset: 3.5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.4399999976158142px;
}

#sidebar .items-info i {
    color: #000;
    transform: rotate(30deg);
    line-height: 25px;
    float: right;
}

.fw-bold {
    font-weight: 600 !important;
}

.main-heading {
    font-size: 32px;
}

.product-overview .title p {
    color: #64607d;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.01em;
    text-align: left;
}

.product-overview .title a {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.01em;
    text-align: left;
}

#sidebar .items-buttons ul li button {
    border: unset;
    background-color: #E5E5E5;
    color: black;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.4000000059604645px;
}

#sidebar .items-terms a {
    color: black;
    text-underline-offset: 3.5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.4399999976158142px;
}

#sidebar .items-terms ul li {
    margin-bottom: 20px;
}

#sidebar .items-terms i {
    color: #000;
    float: right;
}

.product-overview .pricing {
    display: flex;
    justify-content: center;
}

.product-overview .pricing .plan {
    background-color: #f0f0f0;
    width: 378px;
    height: 336px;
}

.product-overview .pricing .plan .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-overview .pricing .plan h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1%;
    line-height: 28.18px;
    margin-bottom: 1rem;
    color: #000;
}

.product-overview .pricing .plan h1 {
    font-size: 50px;
    font-weight: 700;
    display: inline;
    line-height: 61.75px;
    letter-spacing: -2%;
}

.btn-custom-main {
    background-color: #EFA63E !important;
    border-color: #EFA63E !important;
    font-weight: 400;
    border-radius: 0.4rem;
    padding: 0.75rem 0.75rem;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    color: #000 !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 1px solid #EFA63E !important;
}

.btn-custom-main:hover {
    color: #EFA63E !important;
    transition: color 0.15s ease-in;
    background-color: white !important;
    border: 1px solid #EFA63E !important;
}

.card {
    flex: 0 0 calc((100% - 2rem * (3 - 1)) / 3);
    background: white;
    padding: 0.02rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    scale: none;
}

.card-custom {
    flex: 0 0 calc((100% - 2rem * (3 - 1)) / 3);
    background: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.card-custom:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    scale: none;
}

.baas-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.baas-icon i {
    font-size: 2rem;
    color: #EFA63E;
}

.baas-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.baas-text {
    font-size: 0.95rem;
    color: #555;
}

.why-baas-section {
    padding: 2rem 0;
    background-color: #f4f4f447;
}

.why-baas-heading {
    font-weight: 600;
}

.why-baas-features {
    margin-top: 2rem;
}

.why-baas-item {
    margin-bottom: 2rem;
    padding: 1.5rem;
}

.why-baas-icon {
    font-size: 1.8rem;
    color: #EFA63E;
    margin-bottom: 1rem;
}

.why-baas-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.why-baas-text {
    font-size: 0.95rem;
    color: #555;
}

.usecases {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 3rem 0;
}

.usecases-container {
    width: 100%;
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 1rem;
}

.usecases h2 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-top: 0;
}

@media (min-width: 640px) {
    .usecases h2 {
        font-size: 2.25rem;
    }
}

.usecases .top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
}

.usecase-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.usecase-btn {
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    background-color: white;
    cursor: pointer;
    border: 2px solid black;
    transition: all 0.2s ease;
}

.usecase-btn:hover {
    transform: scale(1.05);
    background-color: #f3f4f6;
}

.usecase-btn-1>img {
    transform: rotate(0deg);
    width: 20px;
    height: auto;
}

.usecase-btn-2>img {
    transform: rotate(360deg);
    width: 20px;
    height: auto;
}

.swiper {
    width: 100%;
    padding: 10px 5px 30px;
}

.usecase-card {
    padding: 1.5rem;
    border-radius: 0.8rem;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 240px;
    background: white;
    transition: all 0.3s ease;
}

.usecase-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.card-image {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.2rem;
    background-color: #f3f4f6;
    flex-shrink: 0;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.usecase-card:hover .card-image img {
    transform: scale(1.05);
}

.card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.card-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #111827;
    text-align: center;
}

.card-content p {
    font-size: 1rem;
    color: #374151;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.usecase-card button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: black;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.15s ease-out;
    padding: 0;
    margin-top: auto;
}

.usecase-card button:hover {
    color: #EFA63E;
}

.usecase-card button img {
    width: 1rem;
    transition: transform 0.2s ease;
}

.usecase-card button:hover img {
    transform: translateX(3px);
}

.product-overview .how-it-works-tab1 h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: center;
}

.product-overview .how-it-works-tab1 .card {
    position: relative;
    border: 2px solid black;
}

.product-overview .how-it-works-tab1 .cards {
    margin-top: 4rem;
}

.product-overview .how-it-works-tab1 .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 75%;
}

.product-overview .how-it-works-tab1 .img-box {
    width: 100px;
    height: 100px;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    background-color: #fff;
    margin-top: -25%;
}

.product-overview .how-it-works-tab1 .img-box img {
    width: 52px;
    height: 52px;
}

.product-overview .how-it-works-tab1 .content a {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-decoration: underline;
    text-underline-offset: 6px;
    color: black;
}

.product-overview .actions .btn-outline-custom {
    --bs-btn-color: #EFA63E;
    --bs-btn-border-color: #d7d7d7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #EFA63E;
    --bs-btn-hover-border-color: #d7d7d7;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #EFA63E;
    --bs-btn-active-border-color: #EFA63E;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #EFA63E;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #EFA63E;
    --bs-gradient: none;
    border-radius: 5px;
    gap: 32px;
    margin-right: 30px;
    padding: 7px, 14px, 7px, 14px;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.4399999976158142px;
}

#nav-Documentation a {
    text-decoration: none !important;
}

.fa-arrow-up:before {
    content: "\f062";
}

.product-overview .actions .btn-outline-custom i {
    transform: rotate(30deg);
}

.text-primary {
    color: black !important;
}

.card-pricing {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #80808061;
}

.card-header {
    padding: 15px 20px;
    font-size: 1.2rem;
}

.card-body {
    padding: 20px;
}

/* .input-group-text {
    background-color: #e9ecef;
    color: #495057;
} */


.summary-card {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.summary-card .card-header {
    font-size: 1.3rem;
}

#estimated-price {
    padding: 15px;
}

.card-upside {
    background-color: black !important;
    color: white !important;
}

/* Bootstrap 5 specific adjustments */
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.product-overview {
    .product-details .nav-tabs a {
        text-decoration: none;
        color: #000;
        font-weight: 400 !important;
        font-size: 11pt !important;
    }
}

.summary .card-body .rightside {
    border-left: 1px solid;
    height: 100%;
}

.summary .card-body .rightside_content {
    padding-bottom: 10%;
    text-align: center;
    align-items: center;
}

.btn-custom-main-demo {
    color: #EFA63E !important;
    transition: color 0.15s ease-in;
    background-color: white !important;
    border: 1px solid #EFA63E !important;
}

.btn-custom-main-demo:hover {
    background-color: #EFA63E !important;
    border-color: #EFA63E !important;
    font-weight: 400;
    border-radius: 0.4rem;
    padding: 0.75rem 0.75rem;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    color: white !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

}

button:hover {
    opacity: unset;
}


/******************* CANVAS GRADIENT *************/
@media (min-width: 1024px) {
    .canvas-container {
        height: 23%;
        clip-path: polygon(0 0, 100% 0, 100% -3%, 0% 90%);
    }
}

.canvas-container {
    position: absolute;
    z-index: 1;
    inset: 0;
    height: 85vh;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 70%);
}




/****************** How it works ****************/
.how-it-works-section {
    position: relative;
    overflow: hidden;
}

.how-it-works-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    position: relative;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #EFA63E;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.step-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #EFA63E;
    box-shadow: 0 8px 8px 1px rgba(0, 0, 0, 0.1);
    z-index: 2;
    overflow: hidden;
}

.step-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #EFA63E;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.step-card:hover::before {
    transform: scaleX(1);
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-medium);
}

.step-number {
    position: absolute;
    top: -3px;
    right: 0px;
    background: #EFA63E;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: var(--shadow-light);
}

.icon-container {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #EFA63E;
}

.icon-container::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: #EFA63E;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    border: 1px solid #EFA63E;
    color: #fff;
}

.step-card:hover .icon-container::before {
    opacity: 1;
}

.step-content a {
    color: #EFA63E;
    text-decoration: none;
}

.step-content a::before {
    font-weight: 700;
    text-decoration: none;
}

.step-card:hover .icon-container {
    background: white;
    transform: scale(1.1);
}

.icon-container i {
    font-size: 2rem;
    color: #EFA63E;
    transition: color 0.3s ease;
}

.step-card:hover .icon-container i {
    color: #000;
}

.usecases-header {
    display: flex;
    align-items: center;
    justify-content: center;
    /* keeps heading centered */
    position: relative;
}

.usecases-header h4 {
    margin: 0;
    text-align: center;
    flex: 1;
    /* takes full space so heading is centered */
}

.usecase-btn-container {
    position: absolute;
    right: 0;
    /* align buttons to the right side */
    display: flex;
    gap: 10px;
}

.usecase-btn img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.contact-megamenu {
    left: 60%;
    top: 80%;
}

.contact-title:hover {
    color: unset;
}

.contact-title {
    font-weight: 600;
    color: #111827;
    font-size: 14px;
    margin-bottom: 0;
}
/******************* Product Cast *******************/

.garai-section {
    padding: 60px 0;
}

.garai-badge {
    background-color: #EFA63E;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 0 auto 24px auto;
    /* stays centered everywhere */
    text-align: center;
}

.garai-main-title {
    color: #2c3e50;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.garai-description {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 50px;
    /* max-width: 480px; */
}

.garai-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.garai-feature-icon {
    width: 48px;
    height: 48px;
    background-color: #EFA63E;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.garai-feature-icon i {
    color: white;
    font-size: 20px;
}

.garai-feature-content h4 {
    color: #2c3e50;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.garai-feature-content p {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.garai-trusted {
    margin-top: 50px;
}

.garai-trusted h5 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.garai-trusted-quote {
    background: #e9ecef;
    padding: 20px;
    border-radius: 12px;
    font-style: italic;
    color: #495057;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Updated stats card to match exact orange gradient from image */
.garai-stats-card {
    background: #eab15c;
    border-radius: 24px;
    padding: 50px 35px;
    color: white;
    position: relative;
    overflow: hidden;
    text-align: center;
    /* Center all text */
    padding-top: 80px;
    /* To accommodate fixed icon space */
}

/* Background accent circles */
.garai-stats-card::before,
.garai-stats-card::after {
    content: '';
    position: absolute;
    border-radius: 16%;
    opacity: 0.6;
}

.garai-stats-card::before {
    width: 170px;
    height: 170px;
    background: #F97316;
    top: -50px;
    right: -50px;
}

.garai-stats-card::after {
    width: 120px;
    height: 124px;
    background: #0fdeba;
    bottom: -30px;
    right: -30px;
}

/* Title */
.garai-stats-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 30px;
    display: flex;
}

/* Icon above title */
.garai-stats-title i {
    font-size: 2rem;
    margin-bottom: 12px;
}

.garai-stat-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.garai-stat-item {
    flex: 1;
    text-align: start;
}

.garai-stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.garai-stat-label {
    font-size: 1rem;
    opacity: 0.9;
}


/* Updated monitoring section to match image styling */
.garai-monitoring {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}


.garai-monitoring-icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.garai-monitoring-icon i {
    font-size: 16px;
    color: white;
}

.garai-monitoring-content {
    text-align: left;
}

.garai-monitoring-content h6 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.garai-monitoring-content p {
    margin: 0;
    font-size: 0.85rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .garai-main-title {
        font-size: 2.2rem;
    }

    .garai-stat-row {
        flex-direction: column;
        gap: 30px;
    }

    .garai-stats-card {
        margin-top: 40px;
        min-height: auto;
    }
}

.garai-stats-icon {
    width: 120px;
    height: 110px;
    background: #F97316;
    border-radius: 0px 0px 14px 14px;
    display: flex;
    align-items: center;
    justify-content: center;

    /* Fixed positioning within card container */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
    /* Prevents icon distortion or resizing on zoom */
    pointer-events: none;
    z-index: 10;
}

.garai-stats-icon i {
    font-size: 35px;
    color: white;

    /* Prevent text resizing */
    transform: scale(1);
    -webkit-text-size-adjust: none;
    text-size-adjust: none;

}

.garai-stats-accent-left {
    position: absolute;
    width: 120px;
    height: 124px;
    background: #F97316;
    bottom: -40px;
    left: -40px;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 1;
}


.garaj-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.garaj-section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #EFA63E;
    margin: 15px auto 0;
    border-radius: 2px;
}

.garaj-feature-card {
    background: #fff;
    border-radius: 10px;
    padding: 2rem 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.garaj-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.garaj-feature-icon {
    font-size: 2.5rem;
    color: #EFA63E;
    margin-bottom: 1.5rem;
    display: block;
    transition: all 0.3s ease;
}

.garaj-feature-card:hover .garaj-feature-icon {
    transform: scale(0.9);
}

.garaj-feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.garaj-feature-desc {
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 0;
}

.garaj-container {
    background-color: #efa63e4a;
    padding: 4rem 0;
}

.industry-section-wrapper {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.industry-use-cases-tag {
    background-color: #e9ecef;
    color: #6c757d;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 24px;
}

.industry-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 16px;
    line-height: 1.2;
}

.industry-subtitle {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 60px;
    line-height: 1.5;
}

.industry-card-wrapper {
    background: white;
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
        box-shadow 0.4s ease,
        background 0.4s ease,
        border 0.4s ease;
    border: 1px solid #e9ecef;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.industry-card-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    background: #f8f9fa;
    border: 2px solid #dee2e6;
    text-align: left;
}

.industry-card-wrapper:hover .industry-icon-container {
    margin-left: 0;
    margin-right: auto;
    background: #EFA63E;
}

.industry-card-wrapper:hover .industry-icon {
    color: black;
}

.industry-icon-container {
    width: 60px;
    height: 60px;
    /* background: #fff3e0; */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0 20px;
    transition: all 0.4s ease;
    border: 2px solid #EFA63E;
}

.industry-icon {
    font-size: 28px;
    color: #EFA63E;
    transition: all 0.4s ease;
}

.industry-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 12px;
    line-height: 1.3;
}

.industry-card-description {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.6s ease, max-height 0.6s ease, margin 0.6s ease;
}

.industry-card-wrapper:hover .industry-card-description {
    opacity: 1;
    max-height: 200px;
    /* higher so longer text fits */
    margin-top: 12px;
    transition-delay: 0.1s;
    /* small delay for smoother appearance */
}

@media (max-width: 768px) {
    .industry-main-title {
        font-size: 36px;
    }

    .industry-section-wrapper {
        padding: 60px 0;
    }

    .industry-card-wrapper {
        margin-bottom: 20px;
    }
}

:root {
    --primary-color: #EFA63E;
    --primary-dark: #d4941f;
    --primary-light: #f4b855;
    --secondary-color: #f39c12;
    --accent-color: #e67e22;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --border-color: #e5e7eb;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}


.faq-section {
    padding: 4rem 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f39c12d9 0%, #e67e22b0 100%);
}

/* Header Styles */
.faq-header {
    /* margin-bottom: 3rem; */
}

.faq-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-lg);
}

.faq-icon-wrapper i {
    font-size: 2.5rem;
    color: white;
}

.faq-title {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-weight: 400;
}

/* Search Box */
.search-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.search-box {
    position: relative;
    background: white;
    border-radius: 50px;
    padding: 0.5rem;
    box-shadow: var(--shadow-xl);
    transition: all 0.3s ease;
}

.search-box:focus-within {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl), 0 0 0 4px rgba(239, 166, 62, 0.1);
}

.search-box i {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-light);
    font-size: 1.1rem;
}

.search-box input {
    border: none;
    outline: none;
    padding: 1rem 1rem 1rem 3.5rem;
    font-size: 1rem;
    border-radius: 50px;
    width: 100%;
    background: transparent;
}

.search-box input::placeholder {
    color: var(--text-light);
}

/* FAQ Container */
.faq-container {
    background: var(--bg-white);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: var(--shadow-xl);
    backdrop-filter: blur(10px);
}

/* Category Buttons */
.faq-categories {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}

.category-btn {
    background: var(--bg-light);
    border: 2px solid transparent;
    color: var(--text-light);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-btn:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.category-btn.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-dark);
    box-shadow: var(--shadow-md);
}

/* FAQ Items */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: var(--bg-white);
    border: 2px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(0);
}

.faq-item:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}

.faq-item.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    margin: 0;
    height: 0;
    min-height: 0;
    border: none;
    padding: 0;
}

.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-white);
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    text-align: left;
}

.faq-question:hover {
    background: var(--bg-light);
}

.question-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.question-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 12px;
    flex-shrink: 0;
}

.question-icon i {
    color: white;
    font-size: 1.2rem;
}

.question-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.4;
}

.toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--bg-light);
    border-radius: 50%;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.toggle-icon i {
    color: var(--primary-color);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}


.faq-answer {
    border-top: 1px solid var(--border-color);
}

.answer-content {
    padding: 2rem;
    background: var(--bg-light);
}

.answer-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-dark);
}

/* No Results */
.no-results {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--text-light);
}

.no-results i {
    font-size: 4rem;
    color: var(--text-light);
    opacity: 0.5;
}

.no-results h4 {
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item {
    animation: fadeInUp 0.6s ease forwards;
}

.faq-item:nth-child(1) {
    animation-delay: 0.1s;
}

.faq-item:nth-child(2) {
    animation-delay: 0.2s;
}

.faq-item:nth-child(3) {
    animation-delay: 0.3s;
}

.faq-item:nth-child(4) {
    animation-delay: 0.4s;
}

.faq-item:nth-child(5) {
    animation-delay: 0.5s;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-section {
        padding: 2rem 0;
    }

    .faq-title {
        font-size: 2.5rem;
    }

    .faq-subtitle {
        font-size: 1.1rem;
    }

    .faq-container {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .faq-question {
        padding: 1.25rem 1.5rem;
    }

    .question-content {
        gap: 0.75rem;
    }

    .question-icon {
        width: 40px;
        height: 40px;
    }

    .question-text {
        font-size: 1rem;
    }

    .answer-content {
        padding: 1.5rem;
    }

    .category-btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .faq-categories {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }

    .category-btn {
        white-space: nowrap;
        flex-shrink: 0;
    }
}

.faq-question:not(.collapsed) .toggle-icon {
    background: var(--primary-color);
    transform: rotate(45deg);
}

.faq-question:not(.collapsed) .toggle-icon i {
    color: white;
}


.contact-banner {
    background: linear-gradient(120deg, #EFA63E 0%, #8C4B0F 100%);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    color: white;
    position: relative;
    overflow: hidden;
}

.contact-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transform: rotate(15deg);
}

.banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-content {
    flex: 1;
}

.contact-banner h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #fff;
    /* Your primary color */
}

.btn-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.5;
}

.btn-text a {
    color: #EFA63E;
    /* Your primary color */
    text-decoration: underline;
    transition: all 0.3s ease;
    font-weight: 700;
}

.btn-text a:hover {
    color: #f6c67c;
    text-shadow: 0 0 8px rgba(239, 166, 62, 0.6);
}

.contact-info {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-item i {
    font-size: 20px;
    color: #EFA63E;
    /* Your primary color */
    width: 24px;
}

.graphic-content {
    flex: 0 0 300px;
    text-align: center;
}

.graphic {
    width: 100%;
    height: 200px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="300" height="200" viewBox="0 0 300 200"><rect x="0" y="0" width="300" height="200" fill="transparent"/><path d="M150,50 C180,30 220,40 240,70 C260,100 250,130 220,150 C190,170 150,170 120,150 C90,130 70,100 80,70 C90,40 120,70 150,50 Z" fill="none" stroke="%23FFFFFF" stroke-width="3"/><circle cx="150" cy="100" r="30" fill="none" stroke="%23FFFFFF" stroke-width="2"/><path d="M130,95 C135,85 145,85 150,95 C155,105 165,105 170,95" fill="none" stroke="%23FFFFFF" stroke-width="2"/></svg>') no-repeat center;
    background-size: contain;
}

@media (max-width: 768px) {
    .banner-content {
        flex-direction: column;
        text-align: center;
    }

    .graphic-content {
        margin-top: 30px;
        flex: 0 0 auto;
    }

    .contact-info {
        flex-direction: column;
        gap: 15px;
    }
}
/************** SASE Product***************/


.sase-section {
    background: #f5f5f5;
    /* Light grey background */
}

.sase-heading h2 {
    font-size: 2rem;
}

.text-primary-custom {
    color: #EFA63E;
    /* Primary brand color */
}

.sase-card {
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}

.sase-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    border-color: #EFA63E;
}

.sase-icon {
    font-size: 2rem;
    color: #EFA63E;
    /* Brand color for icons */
}

.sase-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.text-primary-custom {
    color: #EFA63E;
    /* brand color */
}

/* Benefits */
.sase-benefits-section {
    background: #fff;
}

.sase-benefit {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease;
}

.sase-benefit:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: #EFA63E;
}

.sase-benefit-icon {
    color: #EFA63E;
    font-size: 1.3rem;
    margin-top: 3px;
}

/* Info Section */
.sase-info-section {
    background: #f4f4f4;
    /* light grey background */
}

.sase-info-box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.sase-info-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: #EFA63E;
}

.sase-list li {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #333;
}

.sase-list i {
    color: #EFA63E;
}