/* Custom Variables */
:root {
    --primary-color: #F9A61B;
    --secondary-color: #42526E;
    --dark-color: #212529;
    --light-color: #f8f9fa;
    --orange-gradient: linear-gradient(to right, #f7931e, #f15a24);
    --orange-button: #f7931e;
    --text-color: #333;
    --heading-color: #42526E;
    --MGS-Gold: rgba(255, 160, 0, 0.80);
}

/* Font Aliases and Smoothness */
@font-face {
    font-family: 'Gotham';
    src: local('Gotham'),
        local('Gotham-Book'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: local('Gotham Medium'),
        local('Gotham-Medium'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: local('Gotham Bold'),
        local('Gotham-Bold'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.single-main-content img {
    width: 100%;
    height: auto;
}

.application-slider .card:hover .card-img-top {
    height: 200px;
}

.application-slider .card:hover .card-body {
    height: 200px;
    padding-top: 1.5rem;
}

section.newblog .card-body:hover {
    box-shadow: none;
}

span.category-blogpost.mb-1.small.bg-light {
    padding: 5px 10px;
    color: #faa61a;
    border-radius: 5px;
}


section.management-intro-ob {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.eboboards-new {
    padding-top: 40px;
}

.mediafilteringsection {
    border-radius: 35px;
    padding: 0px 40px;
}

div#media-hub-posts .custom-top-row {
    padding-top: 20px;
}


.btn-outline-orange {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #EB662D;
    color: #EB662D;
    font-size: 18px;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}

.btn-outline-orange:hover {
    background-color: #EB662D;
    color: #fff;
}

.btn-outline-orange img {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.btn-outline-orange:hover img {
    transform: translateX(4px);
    filter: brightness(0) invert(1);
    /* make icon white on hover */
}

.accordion-item-wrapper {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.accordion-item-wrapper.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.accordion-item-wrapper {
    border-bottom: 1px solid #000;
}

.accordion-header {

    color: #000;
}


button.accordion-button {
    padding: 16px 0px;
}

button.accordion-button.collapsed {
    padding: 16px 0px;
}

.accordion-body {
    padding-bottom: 16px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.accordion-item-wrapper.show {
    margin-bottom: 5px;
}

.accordion-button::after {
    width: 20px;
    height: 20px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease;
    margin-right: 5px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('<?php echo get_stylesheet_directory_uri(); ?>/images/img/faqminus.svg');
}

section.missionos-howitworks h3 {
    color: #000;
}

.bg-light-column-repeater {
    background-color: #F8F8F8;
    width: 100%;
}

section.column-repeater.bg-light-column-repeater {
    padding: 80px 0;
}

section.column-repeater {
    padding: 40px 0;
}

.page-header.commonpage.commonpage {
    margin-bottom: 40px;
}

.page-id-46682 header.page-header.commonpage.text-white {
    margin-bottom: 0px;
}

section.contactpage {
    margin-bottom: 40px;
}

section.gradient-class.commonstrip.newstrip span {
    background: #FFD795;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    padding-left: 7px;
    border-radius: 0.375rem;
    color: black;
    padding-right: 7px;
}

.contact-boxes h5.card-title {
    font-size: 16px;
}

.contact-boxes p {
    font-size: 14px;
}

.card-body img {
    width: 50px;
}

.real-impact .card.h-100:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.real-impact .card-body:hover {
    box-shadow: none;
}


/* Reusing same validation styling from the main form */
.demo-page-form-wrapper .error-message {
    color: red;
    font-size: 0.875rem;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    margin-top: 4px;
}

.demo-page-form-wrapper .error-message.visible {
    opacity: 1;
    transform: translateY(0);
}

.demo-page-form-wrapper input.error {
    border-color: red !important;
}

.demo-page-form-wrapper .fade-out {
    opacity: 0;
    transition: opacity 0.5s ease;
}

#form-message-wrapper {
    display: none;
    text-align: center;
    margin-top: 1rem;
}

#form-message-wrapper.visible {
    display: block;
}

.demo-page-form-wrapper .custom-input {
    border: 1px solid #222;
    border-radius: 5px;
    font-size: 20px;
    padding: 8px 16px;
    width: 100%;
    height: 48px;
}

.demo-page-form-wrapper button.custom-submit {
    width: 100%;
    font-family: gotham, sans-serif;
    font-weight: 600;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px;
    transition: background-color 0.3s ease;
}

.demo-page-form-wrapper button.custom-submit:hover {
    transform: translateY(-2px);
}

.demo-page-form-wrapper .fade-transition {
    position: relative;
    transition: opacity 0.6s ease;
}

.demo-page-form-wrapper #customForm,
.demo-page-form-wrapper #form-message-wrapper {
    position: absolute;
    inset: 0;
    /* replaces top: 0; right: 0; bottom: 0; left: 0 */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    /* optional, prevents touching screen edge */
    transition: opacity 0.6s ease;
    overflow-x: hidden;
}


.demo-page-form-wrapper #customForm.fade-out {
    opacity: 0;
}

.demo-page-form-wrapper #form-message-wrapper {
    opacity: 0;
    pointer-events: none;
}

.demo-page-form-wrapper #form-message-wrapper.visible {
    opacity: 1;
    pointer-events: auto;
}

.demo-page-form-wrapper #form-message {
    font-size: 15px;
    text-align: center;
    color: #000;
    background: #ffd795;
    padding: 15px;
    border-left: 3px solid #faa61a;
    border-radius: 0 5px 5px 0;
    margin: 0;
}

.demo-page-form-wrapper .form-holder {
    position: relative;
    min-height: 160px;
}


.error-message {
    color: red;
    font-size: 0.875rem;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    margin-top: 5px;
}

.error-message.visible {
    opacity: 1;
    transform: translateY(0);
}

input.error,
textarea.error {
    border-color: red !important;
}

/* Fade animation wrapper to prevent collapse */
#product-page-form-container .fade-wrapper {
    position: relative;
    min-height: 500px;
    /* Adjust if form grows taller */
    transition: opacity 0.6s ease;
}

/* Message overlays on top of form and is centered */
#product-page-form-container .fade-wrapper.message-visible {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure form is in normal document flow */
#generalform {
    position: relative;
    width: 100%;
    transition: opacity 0.6s ease;
}

/* Message overlays on top of form */
#product-page-form-message {
    position: absolute;
    width: 100%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
    z-index: 5;
}

/* When success message is shown */
#product-page-form-message.visible {
    opacity: 1;
    pointer-events: auto;
}

/* Success message box style */
#product-page-form-message .alert-success,
#contact-page-form-message .alert-success {
    font-size: 15px;
    text-align: center;
    color: #000;
    background: #ffd795;
    padding: 15px;
    border-left: 3px solid #faa61a;
    border-radius: 5px;
    margin: 0;
    border: none;
}

/* Hide default checkbox */
#generalform input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background-color: white;
    margin-top: 4px;
}

/* Custom black checkmark */
#generalform input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: 4px;
    height: 8px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Submit button hover effect */
#generalform button[type="submit"]:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .6);
}

/* Input focus */
#generalform input:focus,
#generalform textarea:focus,
#generalform select:focus {
    outline: none;
    box-shadow: none !important;
    border-color: #D3D3D3 !important;
}

/* Label styling */
#generalform label {
    font-weight: 600;
    color: black;
    font-size: 14px;
    font-family: 'gotham', sans-serif;
}

/* Input + textarea styles */
#generalform input,
#generalform textarea {
    background-color: transparent;
    border: 1px solid #D3D3D3;
    color: #666666;
}

/* Checkbox label style */
#generalform .form-check-label {
    font-size: 14px;
    color: #42526E;
}

/* Consent label */
label.form-check-label.consent {
    font-weight: 400 !important;
}



/* Arrow icon in submit button */
#generalform button[type="submit"]::after {
    content: "";
    display: inline-block;
    background-image: url('https://beta.maxwellgeosystems26.com/wp-content/themes/generatepress-child/images/img/submitarrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 28%;
}

/* Block display for inputs/fields */
#generalform .form-label,
#generalform input,
#generalform textarea,
#generalform select {
    display: block;
}

/* Phone field full width (if intl-tel-input used) */
.forphoneonly .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

section.gradient-class.commonstrip.newstrip.py-2 h1.mb-0 {
    font-size: 14px;
    text-transform: uppercase;
}

form#forminator-module-46875 input {
    border: 1px solid #222222;
    border-radius: 5px;
    font-size: 20px !important;
    color: #212529;
    padding: 8px 16px;
}

form#forminator-module-46875 button.forminator-button.forminator-button-submit.btn.btn-primary {
    width: 100%;
    height: 48px;
    font-family: gotham, sans-serif;
    font-weight: 600;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    border: none;
}

span.forminator-checkbox-label a {
    text-decoration: underline;
}

button.forminator-button.forminator-button-submit {
    border-radius: 5px !important;
}

section.form-section-products .position-relative {
    top: -2px;
}

li.drilldown.menu-item-12017 button.menu-link img {
    display: none;
}

.form-section-products h2 {
    font-size: 2rem;

}

.quote-author {
    margin-top: 20px;
    text-align: left;
}

.quote-author p {
    margin-bottom: 0px;
}

.quote-author p:first-child {
    font-weight: 600;
    font-size: 16px;
}




.quote-author img {
    border: 2px solid #D3D3D3;
}





.row-custom-ebboard .readmore,
.row-custom-obboard .readmore {
    width: 100%;
    text-align: center;
}

.row-custom-ebboard .card img.card-img-top.teams_pic.wp-post-image {
    border-radius: 5px 5px 0px 0px;
}

.row-custom-ebboard {
    margin-top: 30px;
}

.row-custom-obboard img.card-img-top.teams_pic.wp-post-image {
    border-radius: 5px 5px 0px 0px;
}

.build-right {
    padding: 0;
}

a.nav-link.btn.btn-warning.text-dark {
    background: #ffc107;
}

.newsletter-signup button#mc4wp_submitaction {
    background: #f7931e;
    font-weight: 400;
    border: none;
    margin-top: 0.5px;
}

.leftchevron {
    transform: scaleX(-1);
    width: 25px;
    height: auto;
    vertical-align: middle;
    margin-right: 6px;
}

/* pahe header commo related starts */
.page-header.commonpage.commonpage {

    background-color: #011F5B;
    color: #ffffff;
    /* max-height: 450px; */
    overflow: hidden;

}

.card-body p {
    margin-bottom: 0px;
}

.page-id-46682 ul#sectionNav {
    border-bottom: none;
}

.page-id-46682 #sectionNav .nav-link {
    font-weight: 600;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;

}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-item a {
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 12px;
}

.breadcrumb-item a:hover {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: #ffffff;
    font-size: 12px;
    margin-top: 5px;

}

.page-header.commonpage h1 {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.page-header.commonpage .lead {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.page-header.commonpage .btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.page-header.commonpage img {
    /* max-height: 330px;
            width: auto;
            object-fit: contain; */
}

@media (max-width: 991.98px) {
    section.header-section button#mc4wp_submitaction {
        margin-left: 0px;
        margin-top: 9px;
        width: 100%;
        margin-left: 0px;
    }

    .forobonly .custom-bg {
        height: 265px;
    }

    #generalform button[type="submit"] {
        margin-bottom: 20px;
    }

    section.header-section {

        margin-top: -40px;
    }

    .page-header.commonpage {
        text-align: center;
        padding: 60px 0;
        max-height: none;
    }

    .page-header.commonpage h1 {
        font-size: 2.5rem;
    }



    .page-header.commonpage img {
        max-height: 250px;
    }

    .breadcrumb {
        justify-content: center;
    }
}

/* page header common related ends */

/* values  starts*/
.values-section {
    background-color: #f8f9fa;
}

.value-card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.value-number {
    font-size: 3rem;
    font-weight: 700;
    color: #011F5B;
    opacity: 0.1;
    position: absolute;
    top: 1rem;
    right: 1rem;
    line-height: 1;
}

.value-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #011F5B;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.value-card p {
    color: #6c757d;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .forebonly .custom-bg {
        height: 203px;
    }


    header.hero-section {
        margin-top: 30px;

    }

    .owl-nav-custom.d-flex.gap-2.desktop-slider-nav img {
        display: none;
    }

    .owl-nav-custom.d-flex.gap-2.mobile-slider-nav img {
        display: block;
    }

    .home input#mc4wp_email {
        width: 100%;
    }

    .home button#mc4wp_submitaction {
        border-radius: 5px;
        margin-top: 15px;
    }

    button.accordion-button.collapsed,
    .accordion-button:focus,
    .accordion-item:first-of-type .accordion-button,
    .accordion-button:not(.collapsed) {



        font-size: 14px;

    }


    .small-title {
        font-size: 10px;
    }

    .forminator-response-message.forminator-show.forminator-success {
        font-size: 20px !important;
        background: #FFD795 !important;
    }

    section.products-types {
        margin-top: 9rem;
    }



    .container.products-image-container {
        position: absolute;

        text-align: center;
        z-index: 2;
        right: 1.75rem;
    }

    .header-content h1.main-title {
        font-size: 30px;
        font-weight: 700;

    }


    .value-card {
        padding: 1.5rem;
    }

    .value-number {
        font-size: 2.5rem;
    }

    .value-card h3 {
        font-size: 1.25rem;
    }
}

/* values ends */
/* vison-mission starts */
.vision-mission-card {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.3s;
}

.vision-mission-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.vision-mission-img {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-top: 6px solid #F9A61B;
    border-bottom: 2px solid #eee;
    transition: filter 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: filter;
}

.vision-mission-card:hover .vision-mission-img {
    filter: grayscale(0%);
}

.vision-title {
    color: #F26522;
    font-weight: bold;
    letter-spacing: 1px;
    transition: color 0.3s;
}

.mission-title {
    color: #F9A61B;
    font-weight: bold;
    letter-spacing: 1px;
    transition: color 0.3s;
}

@media (max-width: 767.98px) {

    .newsletter-signup button#mc4wp_submitaction {

        margin-top: 17.5px;
        border-radius: 5px;
        width: 100%
    }

    .vision-mission-img {
        height: 180px;
    }
}

/* vission mission ends */

/* history slider starts */

button.timeline-control.next img {
    width: 15px;
    z-index: 10;
}

button.timeline-control.prev img {
    width: 15px;
    z-index: 10;
}

.history-section {
    background-color: #ffffff;
    overflow: hidden;
}

.timeline-wrapper {
    position: relative;
    padding: 2rem 0;
}

.timeline-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 1rem 0;
    position: relative;
}

.timeline-container::-webkit-scrollbar {
    display: none;
}

.timeline-track {
    display: flex;
    gap: 2rem;
    padding: 0 1rem;
    min-width: max-content;
    position: relative;
}

.timeline-item {
    flex: 0 0 400px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
    margin: 1rem 0;
    padding: 0.5rem;
}

.timeline-item:nth-child(1) {
    animation-delay: 0.1s;
}

.timeline-item:nth-child(2) {
    animation-delay: 0.2s;
}

.timeline-item:nth-child(3) {
    animation-delay: 0.3s;
}

.timeline-item:nth-child(4) {
    animation-delay: 0.4s;
}

.timeline-item:nth-child(5) {
    animation-delay: 0.5s;
}

.timeline-item:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #011F5B;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    animation: lineGrow 0.6s ease forwards;
    animation-delay: 0.8s;
}

@keyframes lineGrow {
    to {
        transform: scaleX(1);
    }
}

.timeline-content {
    background: white;
    padding: 1.75rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    height: 240px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    transform-origin: center;
    will-change: transform;
    display: flex;
    flex-direction: column;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(249, 166, 27, 0.05));
    opacity: 0;
    transition: opacity 0.4s ease;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    pointer-events: none;
}

.timeline-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle at bottom right, rgba(249, 166, 27, 0.1), transparent 70%);
    opacity: 0;
    transform: translate(50%, 50%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.timeline-content.active,
.timeline-content:hover {
    opacity: 1;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(249, 166, 27, 0.1));
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 12px 20px rgba(249, 166, 27, 0.1);
}

.timeline-wrapper.suppress-active .timeline-content.active:not(:hover) {
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 1;
}

.timeline-content .timeline-year,
.timeline-content h3,
.timeline-content h4,
.timeline-content p {
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.timeline-content:hover .timeline-year,
.timeline-content.active .timeline-year {
    color: #F9A61B;
}

.timeline-content:hover h3,
.timeline-content.active h3 {
    color: #F9A61B;
}

.timeline-year {
    font-size: 1.5rem;
    font-weight: 700;
    color: #011F5B;
    margin-bottom: 0.5rem;
    opacity: 1;
    transform: translateY(10px);
    animation: fadeIn 0.6s ease forwards;
    animation-delay: 0.9s;
    transition: color 0.4s ease;
    line-height: 1.2;
}

.timeline-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #011F5B;
    margin-bottom: 0.25rem;
    opacity: 1;
    transform: translateY(10px);
    animation: fadeIn 0.6s ease forwards;
    animation-delay: 1s;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline-content h4 {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.75rem;
    opacity: 1;
    transform: translateY(10px);
    animation: fadeIn 0.6s ease forwards;
    animation-delay: 1.1s;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline-content p {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.4;
    opacity: 1;
    transform: translateY(10px);
    animation: fadeIn 0.6s ease forwards;
    animation-delay: 1.2s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
    font-size: 0.95rem;
}

.timeline-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
    animation-delay: 1.3s;
}

.timeline-control {
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.timeline-control::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F9A61B;
    transform: scale(0);
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.timeline-control:hover::before {
    transform: scale(1);
}

.timeline-control:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(249, 166, 27, 0.2);
}

.timeline-control:active {
    transform: scale(0.95);
}

.timeline-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #011F5B;
    width: 0;
    transition: width 0.3s ease;
}

/* ========== ✅ MOBILE FIX: show only 1 timeline-item per screen ========== */
@media (max-width: 768px) {
    .timeline-container {
        padding: 0;
        /* remove extra padding */
        scroll-snap-type: x mandatory;
    }

    .timeline-track {
        padding: 0;
        gap: 0;
    }

    .timeline-item {
        flex: 0 0 100vw;
        margin: 0;
        scroll-snap-align: start;
    }

    .timeline-content {
        padding: 1.5rem;
        height: auto;
    }

    .timeline-year {
        font-size: 1.25rem;
    }

    .timeline-content h3 {
        font-size: 1.1rem;
    }

    .timeline-content h4 {
        font-size: 0.85rem;
    }

    .timeline-content p {
        font-size: 0.9rem;
    }
}


/* history slider ends */

.about-section p,
.vision-section p,
.mission-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--gray-700);
    margin-bottom: 1.5rem;
}

p.lead.text-muted strong {
    font-weight: bold;
}

.page-header.commonpage.commonpage img.img-fluid {
    border-radius: 8px;
}

/* .hamburger-menu ul#menu-header-menu li a:hover {
    color: #faa61a;
}

.hamburger-menu ul#menu-header-menu li a {
    color: white;
}

.hamburger-menu li {
    line-height: 25px;
    padding: 7px 0px;
}

.hamburger-menu button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    background: black;

    cursor: pointer;
    padding: 15px 11px;
    border-radius: 8px;
    z-index: 9999;
    position: fixed;
    top: 20px;
    inset-inline-end: 15px;
}






.hamburger-menu button span {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;

    transform-origin: center;

    display: block;
}


.hamburger-menu button.open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);

}

.hamburger-menu button.open span:nth-child(2) {
    opacity: 0;

}

.hamburger-menu button.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);

}


.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;

    width: 65%;

    height: 100%;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);

    overflow-y: auto;
    transition: left 0.3s ease;

    z-index: 1000;
}

.mobile-menu.open {
    left: 0;

    background: #242F3E;
    height: 100vh;
}


.menu {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.menu li {
    margin: 5px 0;

}

.menu li a {

    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.menu li .submenu-toggle {
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    position: absolute;
    right: 20px;
    color: #fff;
}

.sub-menu li {
    list-style-type: none;
    cursor: pointer;
    line-height: 18px;
    margin: 5px 0px;
}


.sub-menu {
    display: none;
    margin-left: 20px;
    max-height: 0;

    overflow: hidden;
    transition: max-height 0.3s ease-in-out;

}

.sub-menu.open {
    display: block;
    max-height: 500px;
    margin-left: 5px;
    padding-left: 15px;

} */
/* Hamburger button styles */

/* Temporary debug borders */
/* .mobile-menu  {
border: 1px solid rgba(255, 0, 0, 0.2); 
} */

/* Mobile menu container */
/* .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: #242F3E;
    transition: left 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
}

.mobile-menu.open {
    left: 0;
}


.mobile-menu .menu {
    display: block !important;
 
    padding: 20px;
    list-style: none;
    margin: 0;
 
}


.mobile-menu .menu li {
    margin: 15px 0;

}


.mobile-menu .menu a {
    color: white !important;
    text-decoration: none;
    display: block;
    font-size: 16px;
    padding: 8px 0;
}


.mobile-menu .menu-item-has-children>a {
    position: relative;
    padding-right: 25px;
}

.mobile-menu .menu-item-has-children>a:after {
    content: '›';
    position: absolute;
    right: 0;
    font-size: 20px;
}


.submenu-panel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #242F3E;
    animation: slideIn 0.3s ease;
 
    z-index: 1001;
}


.submenu-back {
    color: #faa61a !important;
    font-weight: bold;
    border-bottom: 1px solid #faa61a;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
}


.submenu-panel .sub-menu {
    display: block !important;
  
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

.submenu-panel .sub-menu li a {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}

.submenu-panel .sub-menu li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #faa61a;
    border-radius: 50%;
}


@keyframes slideIn {
    from {
        transform: translateX(30px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}


.mobile-menu .menu .sub-menu {
    display: none !important;
}

*/

/* Mobile Menu Styles */



/* .menu-chevron {
    width: 25px;
    height: auto;
    margin-left: 6px;
    vertical-align: middle;
}


.wp-mobile-menu-btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

div#siteLogo {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;

}

div#siteLogo img {
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.wp-mobile-menu-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    height: 100vh;
    
    overflow-y: auto;
    bottom: 0px;
    padding-right: 10px;
    
.wp-menu-view {
    display: none;
    flex-direction: column;
    gap: 10px;
}

.wp-menu-view.active {
    display: flex;
}

a.wp-menu-item.btn.btn-warning.btn-lg.fw-bold.menuitem12136 {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    display: inline;
    position: sticky;
    bottom: 30px;
    right: 0;
    left: 0;
}

div#headerBackButtonWrapper {
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
}

.wp-menu-item.depth-0 {
    font-weight: 600;
}

.leftchevron {
    transform: scaleX(-1);
    width: 25px;
    height: auto;
    vertical-align: middle;
    margin-right: 6px;
}

.wp-menu-item {
    font-size: 18px;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    margin-left: 10px;
    font-family: 'gotham';
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}


.wp-back-button {
    background: none;
    border: none;
    font-size: 18px;
    text-align: left;
    padding: 10px 0;
    cursor: pointer;
    color: blue;
}

#logoBackWrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}



@media (max-width: 991px) {
    .page-header.commonpage.commonpage {
        padding-top: 160px;
        padding-bottom: 60px;
    }

    .wp-mobile-menu-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .desktop-menu-wrapper {
        display: none;
    }
}

@media (min-width: 992px) {

    .page-header.commonpage.commonpage {
        padding-top: 94px;


        padding-bottom: 20px;
    }

    .wp-mobile-menu-container {
        display: none !important;
    }

    .desktop-menu-wrapper {
        display: block;
    }
} */


.breadcrumb-item+.breadcrumb-item::before {

    color: rgba(255, 255, 255, .5) !important;
}



/* .menu-chevron {
    width: 25px;
    height: auto;
    margin-left: 6px;
    vertical-align: middle;
}

.wp-mobile-menu-btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

div#siteLogo {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
}

div#siteLogo img {
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.wp-mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 1000;
    overflow: hidden;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease, opacity 0.4s ease;
}


.wp-mobile-menu-container.menu-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.wp-mobile-view-wrapper {
    height: calc(100% - 150px);
    overflow-y: auto;
}


.wp-menu-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 150px);
    background: white;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: flex;
    flex-direction: column;
}

.wp-menu-view.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    z-index: 1;
}



.wp-mobile-cta-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: white;
    z-index: 10;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.wp-mobile-cta-wrapper .wp-menu-item {
    padding: 12px;
    text-align: center;
    display: block;
    background-color: #ffc107;
    border-radius: 8px;
    color: #000;
    font-weight: bold;
}


div#headerBackButtonWrapper {
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    background: white;
    z-index: 2;
}

.wp-back-button {
    background: none;
    border: none;
    font-size: 18px;
    text-align: left;
    padding: 10px 0;
    cursor: pointer;
    color: blue;
}

.leftchevron {
    transform: scaleX(-1);
    width: 25px;
    height: auto;
    vertical-align: middle;
    margin-right: 6px;
}


.wp-menu-item.depth-0 {
    font-weight: 600;
}

.wp-menu-item {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'gotham';
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

#logoBackWrapper {
    display: flex;
    align-items: center;
    gap: 10px;
} */

@media (max-width: 991px) {
    li.menu-item-12136 {
        display: none;
    }

    .testibvb {
        position: relative;
        padding-top: 1rem;
        padding-bottom: 1.5rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    img.this {
        width: 121px;
        margin-top: 7px;
    }

    button#mobileMenuBtn {
        position: absolute;
        bottom: 10px;
        right: 17px;
        background: none;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-white.d-done.d-lg-flex {
        display: none;
    }

    .page-header.commonpage.commonpage {
        padding-top: 140px;
        padding-bottom: 60px;
    }

    .wp-mobile-menu-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .desktop-menu-wrapper {
        display: none;
    }
}

@media (min-width: 992px) {
    button#openSharePopup {
        border-radius: 5px;
        font-family: gotham;
        font-weight: 600;
        font-size: 20px;
        background-color: #000;
        color: #fff;
        border: none;
        padding: 7px 24px;
    }

    .fordefaultpage {
        padding-top: 80px;
    }

    .forobonly .column-container {
        margin-bottom: 40px;

    }

    section.newblog {
        padding-top: 104px;
        padding-bottom: 40px;
    }

    .page-header.commonpage.commonpage .bluebox.header-bottom h2 {

        color: #fff;
    }

    .header-section {

        margin-top: 30px;

    }

    .testibvb {
        display: none;
    }

    .navbar-nav i {
        display: none;
    }



    .wp-mobile-menu-container {
        display: none !important;
    }

    .desktop-menu-wrapper {
        display: block;
    }
}








/* Font Smoothing and Rendering */
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
}

iframe {
    height: auto;
}


body {
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.011em;
    color: var(--text-color);

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham';
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--heading-color);
    margin-bottom: 0.5rem;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-bottom: 1rem;
}

div#accordionExample {
    margin-bottom: 30px;
}

.header-firstline {
    background: none !important;
}





.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: white !important;
    padding: 5px;
    border: 3px solid #faa61a;
    position: relative;
    top: 2px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.accordion-button:focus {
    border: none;
}

.accordion-body {
    font-family: 'gotham';
    font-size: 15px;
}

div#opportunity-results {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}



body.admin-bar nav.navbar {
    margin-top: 30px;
}

.elementor-tab-title a {
    font-family: 'gotham';
}

img.featured-image.wp-post-image {
    height: auto;
}

.onecolumn img {
    height: auto;
}

.content-custom.obboard img {
    border-radius: 8px 8px 0px 0px;
}

.fifthcol-ft img {
    width: 25px;
    margin-right: 15px;
}

.content-custom.ebboard img {
    border-radius: 8px 8px 0px 0px;
}

.social-community-blog a {
    background-color: #faa61a;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    font-family: 'gotham';
}

.forminator-ui span.forminator-checkbox-label {
    font-size: 14px;
    font-family: 'gotham';
}

.elementor-icon-list-text {
    font-weight: 400 !important;
}

p.elementor-heading-title.elementor-size-default {
    font-weight: 400 !important;
}

footer .fifthcol-ft ul li a::after {
    background: none;
}

.newsletter-signup h2.display-5.fw-bold.mb-3 {
    line-height: 1.2;
    font-weight: 700 !important;
    font-size: 3rem;
}

.header-content .d-flex1.justify-content-center1 {
    display: flex;
    justify-content: center;
}

span.forminator-checkbox-label {
    font-size: 12px;
}

section.header-section button#mc4wp_submitaction {
    border-radius: 5px 5px 5px 5px;
    height: 48px;
    font-family: gotham;
    font-weight: 600;
    font-size: 20px;
    background-color: #000;
    color: #fff;

    border: none;
}


input#mc4wp_email {
    font-family: gotham;
}

.bluebox.header-bottom {

    border-radius: 8px 0px 0px 8px;
}

.bluebox.header-bottom p {
    color: #fff;
}

section.testimonials-section img {
    display: none;
}

section.data-build-on {
    padding-top: 80px;
    padding-bottom: 40px;
}

/* Page Header Styles */
.page-header {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(249, 166, 27, 0.1) 0%, rgba(241, 90, 36, 0.1) 100%);
    position: relative;
    overflow: hidden;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

a.nav-link.last-li-btn.menu-item.menu-item-type-custom.menu-item-object-custom {

    background: #F9A61B;
    border-radius: 8px;
}

button.navbar-toggler {
    display: none;
}


.page-header .badge {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #222 !important;
    font-weight: 500;
    padding: 0.5em 1em;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.page-header h1 {
    color: var(--heading-color);
    margin-bottom: 1.5rem;
    font-size: 3.5rem;
    line-height: 1.2;
}

.page-header .lead {
    color: var(--text-color);
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 600px;
}

.page-header .btn-dark {
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.page-header .btn-dark:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-header img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
    button#openSharePopup {
        border-radius: 5px;
        font-family: gotham;
        font-weight: 600;
        font-size: 18px;
        background-color: #000;
        color: #fff;
        border: none;
        padding: 3px 10px;
    }


    .page-header {
        padding: 80px 0;
    }

    .page-header h1 {
        font-size: 2.5rem;
    }

    .page-header .lead {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {

    .social-community-blog a {
        padding: 5px 7px;
        font-size: 14px;
    }

    .social-community-blog img {
        width: 45px;
    }

    ul.autocomplete-list {

        width: 60.5%;
    }

    .page-header {
        padding: 60px 0;
        text-align: center;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .page-header .lead {
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .page-header img {
        margin-top: 2rem;
    }
}

/* Hero Section */
.hero-section {
    /* background: linear-gradient(to right, rgba(255, 200, 20, 0.8), rgba(241, 90, 36, 0.8)), url('../img/full-width-bg-hero.jpg') no-repeat center right;
    background-size: cover; */

    color: white;
    position: relative;
    overflow: hidden;



}


.hero-section img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-section .badge {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #42526E !important;
    font-weight: 500;
    padding: 0.5em 1em;
    border-radius: 20px;
    font-size: 0.9rem;
}

.hero-section h1 {
    color: #42526E;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.hero-section p.lead {
    color: #222;
    margin-bottom: 2rem;
}

.hero-section .btn-light {
    color: #222 !important;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.hero-section .btn-light:hover {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
    color: #000 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.placeholder-image {
    height: 400px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

/* .application-slider .card:hover {
    transform: translateY(-15px);
} */

/* Features Section */
.features {
    background-color: #fff;
}

.card {
    transition: transform 0.7s ease;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.card:hover {
    transform: translateY(-5px);
}

/* Navigation */
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;

}

.navbar-brand img {
    margin-right: 5px;
}

.navbar-brand small {
    font-size: 0.75rem;
    display: block;
}

.navbar-nav {
    display: flex;
    align-items: center;
    width: 100%;

}

.navbar-nav .nav-item:last-child {
    margin-left: auto;
}

.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    color: var(--text-color);
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar-nav .btn-warning {
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.navbar-nav .btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(249, 166, 27, 0.2);
}

/* Buttons */
.btn-primary {
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
}

/* Logos Section */
.logos-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.logos-section h6 {
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    padding: 8px 16px;
    border-radius: 2px;

    display: inline-block;
    position: relative;
    color: #000;
    font-weight: 600;
}

.logos-container {
    padding: 20px 0;
}

.logo-wrapper {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all 0.3s ease;
}

.logo-wrapper:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

span.elementor-button-text {
    font-family: 'gotham';
}




a.nav-link.last-li-btn.menu-item.menu-item-type-custom.menu-item-object-custom:hover {

    background: #ffc107;
    color: #000;

}

.logo-wrapper img {
    height: 30px;
    width: auto;
    object-fit: contain;
    /* filter: grayscale(100%);
    opacity: 0.6; */
    transition: all 0.3s ease;
}


.logo-wrapper:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Responsive adjustments for logo wrapper size and inner image height */
@media (max-width: 1199.98px) {
    .hero-section {

        margin-top: 30px;
    }



    .modal-dialog {
        height: 80vh;
    }

    li.nav-item.menu-item-12136.nav-item a.nav-link {
        background: #ffc107;
        padding: 0.5rem 1rem;
        border-radius: 4px;
    }


    a.nav-link.btn.btn-warning.text-dark {


        padding: 0.5rem 1rem;
    }




    .logo-wrapper {
        width: 180px;
        height: 70px;
    }

    .logo-wrapper img {
        height: 50px;
        /* Adjust inner logo height responsively */
    }
}

@media (max-width: 991.98px) {

    .navbar-nav {
        display: none;


    }

    .navbar-brand img {
        margin-right: 5px;
        width: 121px;
    }

    .page-header.commonpage.commonpage .bluebox.header-bottom h2 {

        font-size: 2.5rem;
        line-height: 50px;
        color: #fff;


    }

    .logo-wrapper {
        width: 150px;
        height: 60px;
    }

    .logo-wrapper img {
        height: 40px;
        /* Adjust inner logo height responsively */
    }
}

@media (max-width: 767.98px) {



    .logos-container .col-auto {
        margin-bottom: 20px;
    }

    .logo-wrapper {
        width: 120px;
        height: 50px;
    }

    .logo-wrapper img {
        height: 35px;
        /* Adjust inner logo height responsively */
    }

    .logos-container .row {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .logo-wrapper {
        width: 90px;
        height: 40px;
    }

    .logo-wrapper img {
        height: 30px;
        /* Adjust inner logo height responsively */
    }
}

/* .logos-container {
    padding: 20px 0;
}

.logo-wrapper {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* Optional: Add some rounded corners */
width: 200px;
/* Fixed width for equal size */
height: 80px;
/* Fixed height for equal size */
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
/* Add some padding inside the wrapper */
}

.logo-wrapper img {
    /* max-width: 100%; Keeping max-width for safety */
    height: 30px;
    /* Fixed height for all inner logos */
    width: auto;
    /* Allow width to adjust based on height and aspect ratio */
    object-fit: contain;
    /* Ensure logo fits inside wrapper without distortion */
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.logo-wrapper img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Responsive adjustments for logo wrapper size and inner image height */
@media (max-width: 1199.98px) {
    .logo-wrapper {
        width: 180px;
        height: 70px;
    }

    .logo-wrapper img {
        height: 50px;
        /* Adjust inner logo height responsively */
    }
}

@media (max-width: 991.98px) {
    .logo-wrapper {
        width: 150px;
        height: 60px;
    }

    .logo-wrapper img {
        height: 40px;
        /* Adjust inner logo height responsively */
    }
}

@media (max-width: 767.98px) {
    .logos-container .col-auto {
        margin-bottom: 20px;
    }

    .logo-wrapper {
        width: 120px;
        height: 50px;
    }

    .logo-wrapper img {
        height: 35px;
        /* Adjust inner logo height responsively */
    }

    .logos-container .row {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .logo-wrapper {
        width: 100px;
        height: 40px;
    }

    .logo-wrapper img {
        height: 30px;
        /* Adjust inner logo height responsively */
    }
}

*/

/* MissionOS Data Section */
.data-section {
    padding: 80px 0;
}

.data-section h2 {
    color: var(--orange-button);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.data-section h3 {
    margin-bottom: 1.5rem;
}

.data-section .btn-primary {
    background-color: #000;
    border-color: #000;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: 600;
}

.data-section .btn-primary:hover {
    background-color: #333;
    border-color: #333;
}

/* Industry Solutions Section */
/* .industry-solutions {
    background-color: #fff;
    padding: 80px 0;
}

.industry-solutions .card {
    border: 1px solid #ddd;
    box-shadow: none;
}

.industry-solutions .card-body {
    padding: 1.5rem;
}

.industry-solutions .card-title {
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.industry-solutions .card img {
    height: 200px;
    object-fit: cover;
} */
section.cost-reduction h4.display-6 {
    color: #011F5B !important;
}

/* Industry Solutions Section */
.industry-solutions {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 80px;

}

.who-we-serve {

    padding-top: 80px;
    padding-bottom: 40px;

}


.industry-solutions .card {
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all 0.3s ease;
}

.industry-solutions .card:hover {
    background-color: #FFF8EB;
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.industry-solutions .card-body {
    padding: 1.5rem;
}

.industry-solutions .card-title {
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.industry-solutions .card img {
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.industry-solutions .card:hover img {
    filter: brightness(0.9);
}

/* Cost Reduction Section */
.cost-reduction {
    padding: 0px;
    background-color: #f8f9fa;
}

.cost-reduction .col-lg-6:first-child {
    display: flex;
    justify-content: flex-end;
}

.cost-reduction img {
    /* Ensure image fills its container while maintaining aspect ratio */
    object-fit: cover;
}

.cost-reduction h2 {
    color: var(--orange-button);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.cost-reduction h3 {
    margin-bottom: 1.5rem;
}

.cost-reduction h4 {
    color: var(--orange-button);
    margin-bottom: 0.25rem;
    font-weight: 700;
}

.cost-reduction p {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .cost-reduction .col-lg-6:first-child {
        justify-content: center;
        margin-bottom: 2rem;
    }
}

/* Build Smarter Section */
.build-smarter {
    background-color: #fff;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 40px;
}

.build-smarter h2 {
    margin-bottom: 1rem;
}

.build-smarter p.lead {
    margin-bottom: 2rem;
    color: #555;
}


/* Real Impact Section */
.real-impact {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #f8f9fa;
}

.real-impact h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.real-impact .card {
    border: 1px solid #ddd;
    box-shadow: none;
}

.real-impact .card-body {
    padding: 1.25rem;
}

.real-impact .card-title {
    color: #000;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.real-impact .card-text {
    color: #555;
    font-size: 0.95rem;
}

.real-impact .card-link {
    color: var(--orange-button);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.real-impact .card-link:hover {
    color: darken(var(--orange-button), 10%);
}

.real-impact .object-fit-cover {
    object-fit: cover;
}

/* Newsletter Signup Section */
.newsletter-signup {
    padding-top: 40px;
    padding-bottom: 80px;
    color: white;
    position: relative;
    z-index: 1;
}



.newsletter-signup h2,
.newsletter-signup p {
    color: white;
}

.newsletter-signup .form-control {
    border-radius: 5px 0 0 5px;
    border: none;
}

.newsletter-signup .btn-warning {
    border-radius: 0 5px 5px 0;
    background-color: var(--orange-button);
    border-color: var(--orange-button);
    color: white;
    transition: background-color 0.3s ease;
}

.newsletter-signup .btn-warning:hover {
    background-color: darken(var(--orange-button), 10%);
    border-color: darken(var(--orange-button), 10%);
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background-color: #fff;
}

.testimonials-section h2 {
    text-align: center;
    margin-bottom: 0.5rem;
}

.testimonials-section .text-muted {
    text-align: center;
    margin-bottom: 2rem !important;
    display: block;
}

.testimonials-section .card {
    border: 1px solid #ddd;
    box-shadow: none;
}

.testimonials-section .card-body {
    padding: 1.5rem;
}

.testimonials-section .card-title {
    margin-bottom: 0;
    font-weight: 600;
}

.testimonials-section .text-muted small {
    font-size: 0.9rem;
}

/* Support Section */
.support-section {
    background: var(--orange-gradient);
    color: white;
    padding: 80px 0;
}

.support-section h2 {
    color: white;
    margin-bottom: 2rem;
}

.support-section .list-group-item {
    border-color: rgba(255, 255, 255, 0.3) !important;
    margin-bottom: 1rem;
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
}

.support-section .list-group-item i {
    color: white;
    font-size: 2.5rem;
    margin-right: 20px;
}

.support-section .list-group-item div {
    flex-grow: 1;
}

.support-section .list-group-item h5 {
    color: white;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.support-section .list-group-item p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    margin-bottom: 0;
}


/* products section */
button.accordion-button.collapsed,
.accordion-button:focus,
.accordion-item:first-of-type .accordion-button,
.accordion-button:not(.collapsed) {
    font-family: 'gotham';
    background: none;
    color: inherit;
    font-weight: 600;

    border: none;
    box-shadow: none;
}

.card-body:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

section.products-threeitems {
    padding: 40px 0px;
}


.products-threeitems .card {
    border: 1px solid #ddd;
    box-shadow: none;
}

section.products-threeitems {
    padding: 40px 0px;
}

.section-nav-wrapper {
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.products-types .card,
.contact-boxes .card,
.wehoweserve .card,
.howtobuy .card {
    border: 1px solid #ddd;
    box-shadow: none;
}

.wholetable.htb ul li span i {
    color: #faa61a;
}

.wholetable.htb ul li {
    list-style: none;
    line-height: 26px;
}

.contact-boxes .card a {
    color: #EB662D;
}

.application-slider h5.card-title {
    text-align: left;
}

.application-slider .card {
    background-color: #fafafa;
    box-shadow: none;
    border: 1px solid #ddd;
}

section.application-slider p.card-text {
    text-align: left;
}

section.application-slider .card .learn-more {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    text-align: left;
}

section.application-slider .learn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #EB662D;
    font-weight: 400;
    text-align: left;
    width: 100%;

}



section.application-slider .card:hover .learn-more {
    color: #EB662D;
    font-weight: 400;
    text-align: left;
}

section.form-section-products {
    background: #f9f9f9;
}

section.form-section-products h2 {

    color: #000;
    margin-bottom: 20px;
}

.learn-more::after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 16px;
    background-image: url('/wp-content/themes/generatepress-child/images/img/Learnmore.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    position: relative;
    top: 1px;
}



section.application-slider .card:hover .learn-more section.application-slider .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    height: 100%;
}

section.application-slider .card .card-text {
    flex-grow: 1;
}

section.application-slider .learn-more {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 10px;


}

section.application-slider .card:hover .learn-more {
    opacity: 1;
    visibility: visible;
}

/* Footer */
footer {
    background-color: #212529;
    color: #aaa;
    padding: 60px 0;
    font-size: 0.95rem;
}

footer h5 {
    color: #f8f8f8;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer ul li a {
    color: #f8f8f8;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
}

footer ul li a:hover {
    color: #F9A61B;
}

select {

    font-family: 'gotham';
}

footer ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #F9A61B;
    transition: width 0.3s ease;
}

footer ul li a:hover::after {
    width: 100%;
}

footer .bg-secondary {
    background-color: #555 !important;
}

footer small {
    font-size: 0.85rem;
}

footer img {
    vertical-align: middle;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 50px;
    height: 50px;
    background-color: var(--orange-button);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.scroll-to-top.show {
    display: block;
}

.scroll-to-top:hover {
    opacity: 0.8;
}

/* Responsive adjustments */
@media (min-width: 576px) {
    .cost-reduction .row.text-left .col-sm-3 {
        border-right: 1px solid #ccc;
        /* Add right border */
    }

    .cost-reduction .row.text-left .col-sm-3:last-child {
        border-right: none;
        /* Remove border from the last column */
    }
}

@media (min-width: 768px) {



    /* Submit button style */
    #generalform button[type="submit"] {
        font-size: 18px;
        font-weight: 600;
        padding-left: 18px;
        padding-right: 50px;
        background-color: #EB662D;
        border: none;
        color: #fff;
        position: relative;
        border-radius: 5px;
        float: right;
    }

    .products-image {
        max-width: 100%;
        height: auto;

    }

    .owl-nav-custom.d-flex.gap-2.desktop-slider-nav img {
        display: block;
    }

    .owl-nav-custom.d-flex.gap-2.mobile-slider-nav img {
        display: none;
    }

    button.accordion-button.collapsed,
    .accordion-button:focus,
    .accordion-item:first-of-type .accordion-button,
    .accordion-button:not(.collapsed) {


        font-size: 16px;


    }

    .small-title {
        font-size: 12px;
    }

    .products-image-container {
        position: relative;
        margin-top: -15rem;
        text-align: center;
        z-index: 2;
        right: 4rem;
    }



    .logos-section img {
        margin: 0 10px;
    }

    ul.autocomplete-list {
        width: 50.5%;
    }
}

@media (min-width: 992px) {
    .forebonly .custom-bg {
        height: 290px;
    }

    section.header-section button#mc4wp_submitaction {
        margin-left: 7px;
    }

    body.navbar-not-fixed header.page-header.commonpage.text-white {
        padding-top: 46px;
        padding-bottom: 40px;

    }
}

header.page-header.commonpage.text-white {
    padding-bottom: 40px;
    margin-bottom: 0;
}





.navbar-brand img {
    height: 40px;
}

a.nav-link.last-li-btn.menu-item.menu-item-type-custom.menu-item-object-custom {
    padding: 0.5rem 1rem;

}

.hamburger-menu {
    display: none;
}



.logos-section img {
    margin: 0 15px;
}

.cost-reduction img {
    max-height: 450px;
    /* Adjusted max-height */
    width: auto;
    /* Allow width to adjust based on max-height and aspect ratio */
}


@media (min-width: 1200px) {


    .forobonly .custom-bg {
        height: 180px;
    }

    section.management-intro {
        margin-bottom: 6rem;
    }


    .header-content h1.main-title {
        font-size: 56px;
        font-weight: 700;
    }

    .page-header.commonpage.commonpage .bluebox.header-bottom h2 {
        color: #ffffff;
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        line-height: 67.2px;
    }

    a.nav-link.last-li-btn.menu-item.menu-item-type-custom.menu-item-object-custom {
        padding: 0.5rem 1.5rem;

    }



    /* Add specific styles for extra large devices here */
}



@media (max-width: 767.98px) {


    /* Submit button style */
    #generalform button[type="submit"] {
        font-size: 18px;
        font-weight: 600;
        padding-left: 18px;
        padding-right: 50px;
        background-color: #EB662D;
        border: none;
        color: #fff;
        position: relative;
        border-radius: 5px;
        width: 100%;
        margin-bottom: 2rem;


    }

    ul.autocomplete-list {

        width: 100%;

    }

    .hero-section,
    .data-section,
    .industry-solutions,
    .cost-reduction,
    .build-smarter,
    .real-impact,
    .newsletter-signup,
    .testimonials-section,
    .support-section,
    footer {
        padding: 40px 0;
    }

    .cost-reduction h4 {
        font-size: 1.5rem;
    }

    .cost-reduction p {
        font-size: 0.9rem;
    }

    .real-impact .card .row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .real-impact .card img {
        width: 100%;
        height: auto !important;
        border-radius: 5px 5px 0 0 !important;
    }

    .real-impact .card-body {
        padding-top: 1rem;
    }

    .newsletter-signup .input-group {
        flex-direction: column;
    }

    .newsletter-signup .form-control,
    .newsletter-signup .btn-warning {
        border-radius: 5px !important;
        margin-top: 10px;
        font-size: 14px;
    }

    .support-section h2 {
        margin-bottom: 1rem;
    }

    .support-section .list-group-item i {
        margin-right: 10px !important;
    }

    footer .row>div {
        margin-bottom: 20px;
    }

    footer .row>div:last-child {
        margin-bottom: 0;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 1rem;
    }

    .logosSwiper .swiper-slide .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 1rem;
    }

    .logosSwiper .swiper-slide .col-auto {
        flex: 0 0 auto;
        width: auto;
    }
}

@media (max-width: 575.98px) {
    .logos-section small {
        margin-right: 10px;
    }

    .logos-section img {
        margin: 0 5px;
    }

    .cost-reduction .row>div {
        margin-bottom: 20px;
    }

    .cost-reduction .row>div:last-child {
        margin-bottom: 0;
    }

    .support-section .list-group-item {
        flex-direction: column;
        text-align: center;
    }

    .support-section .list-group-item i {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .support-section .list-group-item div {
        text-align: center;
    }

    .support-section h2 {
        font-size: 2rem;
    }
}

.row.text-center.mt-4>div:not(:last-child) {
    border-right: 1px solid #ccc;
    /* light gray divider */
    /* Optional: add some right padding for spacing */
    padding-right: 15px;
}

/* Optional: add some left padding for balance */
.row.text-center.mt-4>div:not(:last-child)+div {
    padding-left: 15px;
}

/* Custom Padding */
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Custom Text Colors */
.text-orange {
    color: var(--primary-color);
}

/* Global link styles */
a {
    color: #42526E;
    /* Default link color */
    text-decoration: none;
    /* Remove default underline from all links */
}

a:hover {
    color: #F9A61B;
    /* Hover link color */
}

.animated-link {
    transition: color 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.animated-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    /* Underline thickness */
    bottom: -3px;
    /* Distance from text */
    left: 100%;
    /* Start from the right */
    transform: translateX(0%);
    /* No horizontal translation needed */
    background-color: #ff8c00;
    /* Underline color */
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.animated-link:hover {
    color: #ff8c00;
}

.animated-link:hover::after {
    width: 100%;
    left: 0%;
    opacity: 1;
}

.animated-underline-ltr {
    transition: color 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    /* Remove default underline */
    font-weight: 600;

}

.animated-underline-ltr::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    /* Underline thickness */
    bottom: -3px;
    /* Distance from text */
    left: 100%;
    /* Start from the right */
    transform: translateX(0%);
    /* No horizontal translation needed */
    background-color: #f7931e;
    /* Underline color (orange from design) */
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.animated-underline-ltr:hover {
    color: #f7931e;
    /* Text color on hover (orange from design) */
}

.animated-underline-ltr:hover::after {
    width: 100%;
    /* Expand underline on hover */
    left: 0%;
    opacity: 1;
    /* Fade in on hover */
}

.flag-wrapper {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.flag-wrapper img {
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.footer-legal {
    font-size: 0.875rem;
    color: #f8f8f8;
}

.footer-legal a {
    color: #f8f8f8;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 2px;
}

.footer-legal a:hover {
    color: #F9A61B;
}

.footer-legal a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #F9A61B;
    transition: width 0.3s ease;
}

.footer-legal a:hover::after {
    width: 100%;
}

.footer-legal .copyright {
    color: #f8f8f8;

}

.footer-custom {
    position: relative;
    background-color: #242F3E;
    overflow: hidden;
}

.footer-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(36, 47, 62, 0.95) 0%, rgba(36, 47, 62, 0.85) 100%);
    z-index: 1;
}

.footer-custom .container {
    position: relative;
    z-index: 2;
}

/* Navigation Styles */
.navbar-nav .nav-item {
    position: relative;
}

/* Dropdown Menu Styles */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    padding: 0.5rem 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .175);
    transition: all 0.3s ease;
}

/* Show dropdown on hover */
.nav-item:hover>.dropdown-menu {
    display: block;
}

/* Submenu Styles */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Show submenu on hover */
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/* Submenu Arrow */
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 9px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

/* Dropdown Item Styles */
.dropdown-item {
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: rgba(249, 166, 27, 0.1);
    transform: translateX(5px);
}

/* Mobile Responsive Styles */
@media (max-width: 991.98px) {

    section.newblog {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-id-46682 .page-header.commonpage.commonpage {
        padding-top: 31px;
        padding-bottom: 30px;
    }

    header.page-header.commonpage.text-white {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 0px;
    }

    .navbar {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }

    .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .dropdown-submenu .dropdown-menu {
        position: static;
        margin-left: 1rem;
    }

    .nav-item:hover>.dropdown-menu {
        display: none;
    }

    .dropdown-menu.show {
        display: block;
    }
}

/* Dropdown Menu Hover Effects */
.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
}

.dropdown-item:hover {
    background-color: rgba(249, 166, 27, 0.1);
    color: var(--primary-color);
    transform: translateX(5px);
}

/* Platform Page Styles */
.platform-hero {
    background: linear-gradient(135deg, rgba(249, 166, 27, 0.1) 0%, rgba(241, 90, 36, 0.1) 100%);
    padding: 120px 0;
}

.platform-hero h1 {
    color: var(--heading-color);
    margin-bottom: 1.5rem;
}

.platform-hero .lead {
    color: var(--text-color);
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
}

/* Section Styles */
.what-is-missionos,
.data-visualization,
.system-of-record,
.project-lifecycle,
.super-connector,
.risk-mitigation {
    position: relative;
}

.what-is-missionos h2,
.data-visualization h2,
.system-of-record h2,
.project-lifecycle h2,
.super-connector h2,
.risk-mitigation h2 {
    color: var(--heading-color);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.what-is-missionos p,
.data-visualization p,
.system-of-record p,
.project-lifecycle p,
.super-connector p,
.risk-mitigation p {
    color: var(--text-color);
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Benefits Grid */
.benefits-grid {
    background-color: var(--light-color);
}

.benefits-grid h2 {
    color: var(--heading-color);
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.benefits-grid .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.benefits-grid .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.benefits-grid .card-body {
    padding: 2rem;
}

.benefits-grid h3 {
    color: var(--heading-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.benefits-grid p {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .platform-hero {
        padding: 80px 0;
    }

    .platform-hero h1 {
        font-size: 2.5rem;
    }

    .what-is-missionos h2,
    .data-visualization h2,
    .system-of-record h2,
    .project-lifecycle h2,
    .super-connector h2,
    .risk-mitigation h2 {
        font-size: 2rem;
    }

    .benefits-grid .card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .platform-hero {
        padding: 60px 0;
    }

    .platform-hero h1 {
        font-size: 2rem;
    }

    .what-is-missionos h2,
    .data-visualization h2,
    .system-of-record h2,
    .project-lifecycle h2,
    .super-connector h2,
    .risk-mitigation h2 {
        font-size: 1.75rem;
    }

    .benefits-grid h2 {
        font-size: 2rem;
    }
}

section.wehoweserve.bg-white {
    padding-top: 80px;
    padding-bottom: 40px;
}

section.whoweserve-grid {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Section Navigation Styles */

.section-nav-wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/* Style when it becomes fixed */
.fixed-section-nav {


    background: white;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: -1px;

    left: 0;
    right: 0;
}

#sectionNav {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
}

#sectionNav::-webkit-scrollbar {
    display: none;
}

#sectionNav .nav-item {
    margin: 0;
    padding: 0;
}

#sectionNav .nav-link {
    color: var(--text-color);
    font-weight: 600;
    padding: 0.75rem 1.25rem;
    border-radius: 0;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

#sectionNav .nav-link:hover {
    color: var(--primary-color);
    background: transparent;
    border-bottom-color: var(--primary-color);
}

#sectionNav .nav-link.active {
    color: var(--primary-color);
    background: transparent;
    border-bottom-color: var(--primary-color);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    #sectionNav {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    #sectionNav .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
}

@media (min-width: 601px) and (max-width: 991.98px) {
    .gradient-class.commonstrip.container.newstrip.py-2 {
        margin-top: 30px;

    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .forebonly .custom-bg {
        height: 207px;
    }


    .real-impact .card .row.g-0>div:first-child img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
        border-radius: 0.5rem 0.5rem 0 0;
        /* Optional: curved top */
    }
}



@media (min-width: 768px) and (max-width: 1199.98px) {


    .mc4wp-response p {
        margin-top: 15px;
        margin-bottom: 3px;
        text-align: center;
        color: #000;
        font-size: 14px;
        background: #faa61a;
        padding: 0 10px;
        border-radius: 4px;
        font-weight: 500;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .header-content h1.main-title {
        font-size: 40px;
        font-weight: 700;
    }
}




@media (min-width: 1400px) {


    .forobonly .custom-bg {
        height: 225px;
    }
}