        .header-main .main-menu ul li .submenu.services-mega {
            position: fixed;
            width: min(1200px, calc(100vw - 96px));
            top: 80px;
            left: 50vw;
            inset-inline-start: auto;
            transform: translateX(-50%) translateY(-24px);
            display: grid;
            grid-template-columns: 285px minmax(0, 1fr);
            gap: 0;
            padding: 0;
            margin-left: 0;
            overflow: hidden;
            border: 1px solid #d8d8e8;
            border-radius: 22px;
            background: #ffffff;
            /* box-shadow: 0 28px 70px rgba(17, 24, 39, 0.18); */
            transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
        }

        .header-main .main-menu ul li:hover>.submenu.services-mega {
            top: 87px;
            transform: translateX(-50%) translateY(0);
            opacity: 1;
            visibility: visible;
            margin-left: 100px;
        }

        #header-sticky {
            z-index: 1002 !important;
        }

        #header-sticky:not(.position-absolute):not(.sticky) {
            position: relative !important;
        }

        .services-mega-backdrop {
            position: fixed;
            inset: 0;
            z-index: 1001;
            pointer-events: none;
            opacity: 0;
            visibility: hidden;
            background: rgba(9, 15, 31, 0.28);
            backdrop-filter: blur(1px);
            -webkit-backdrop-filter: blur(7px);
            transition: opacity 0.25s ease, visibility 0.25s ease;
        }

        body:has(.services-mega:hover) .services-mega-backdrop,
        body:has(.services-mega__tab:hover) .services-mega-backdrop,
        body:has(.main-menu > nav > ul > li:hover .services-mega) .services-mega-backdrop {
            opacity: 1;
            visibility: visible;
        }

        .header-main .main-menu ul li .submenu.services-mega li,
        .header-main .main-menu ul li .submenu.services-mega a {
            border: 0;
        }

        .header-main .main-menu ul li .submenu.services-mega a:hover,
        .header-main .main-menu ul li .submenu.services-mega li:hover>a {
            background: transparent;
            color: #241233 !important;
        }

        #mobile-menu ul li .submenu.services-mega a::after,
        #mobile-menu ul li .submenu.services-mega a:hover::after,
        #mobile-menu ul li .submenu.services-mega li.active>a::after {
            content: none;
            display: none;
        }

        .services-mega__rail,
        .services-mega__content,
        .services-mega__panels,
        .services-mega__story {
            display: block !important;
            width: 100% !important;
            margin: 0 !important;
        }

        .services-mega__rail {
            background: rgba(81, 53, 255, 0.08);
            padding: 34px 28px !important;
        }

        .services-mega__content,
        .services-mega__panels {
            padding: 28px 40px 32px !important;
        }

        .services-mega__story {
            padding: 32px 30px 32px 0 !important;
        }

        .header-main .main-menu ul li .submenu.services-mega .services-mega__tab {
            border: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 12px 18px;
            margin-bottom: 16px;
            border-radius: 999px;
            background: transparent;
            color: #252434;
            cursor: pointer;
            font-size: 17px;
            font-weight: 700;
            line-height: 1.2;
            text-align: left;
        }

        .header-main .main-menu ul li .submenu.services-mega .services-mega__tab.active {
            background: linear-gradient(93deg, #5135FF 10.65%, #FF5455 89.35%);
            color: #ffffff !important;
            box-shadow: 0 12px 28px rgba(81, 53, 255, 0.28);
        }

        .header-main .main-menu ul li .submenu.services-mega .services-mega__tab:not(.active):hover,
        .header-main .main-menu ul li .submenu.services-mega .services-mega__tab:not(.active):focus {
            color: #5135FF;
        }

        .header-main .main-menu ul li .submenu.services-mega .services-mega__tab i {
            margin-left: 12px;
            font-size: 14px;
        }

        .services-mega__group+.services-mega__group {
            margin-top: 28px;
        }

        .services-mega__panel {
            display: none;
        }

        .services-mega__panel.active {
            display: block;
        }

        .services-mega__list {
            display: grid;
            grid-template-columns: repeat(2, minmax(240px, 1fr));
            column-gap: 36px;
            row-gap: 14px;
            margin: 0;
            padding: 0;
        }

        .services-mega__panel[data-services-panel="security"] .services-mega__list {
            display: block;
            columns: 2 280px;
            column-gap: 48px;
        }

        .services-mega__item,
        .header-main .main-menu ul li .submenu.services-mega .services-mega__item {
            display: block;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .header-main .main-menu ul li .submenu.services-mega .services-mega__panel[data-services-panel="security"] .services-mega__item {
            break-inside: avoid;
            margin-bottom: 14px;
        }

        .header-main .main-menu ul li .submenu.services-mega .services-mega__panel[data-services-panel="security"] .services-mega__sublist .services-mega__item {
            margin-bottom: 0;
        }

        .services-mega__item--full {
            grid-column: 1 / -1;
        }

        .services-mega__sublist {
            display: grid;
            gap: 6px;
            margin: 6px 0 0;
            padding: 0 0 0 24px;
        }

        .services-mega__sublist .services-mega__sublist {
            margin-top: 6px;
            padding-left: 28px;
        }

        .header-main .main-menu ul li .submenu.services-mega .services-mega__link {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            width: auto;
            padding: 0;
            color: #17111f;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.25;
            text-transform: none;
        }

        .header-main .main-menu ul li .submenu.services-mega .services-mega__link--main {
            font-size: 19px;
            font-weight: 600;
        }

        .header-main .main-menu ul li .submenu.services-mega .services-mega__link--child {
            color: #373244;
            font-size: 16px;
            font-weight: 500;
        }

        .header-main .main-menu ul li .submenu.services-mega .services-mega__link--main::before {
            content: '\f3ed';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 13px;
            color: #5135FF;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: rgba(81, 53, 255, 0.12);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .header-main .main-menu ul li .submenu.services-mega .services-mega__link--main:hover::before {
            background: #5135FF;
            color: #ffffff;
            transform: scale(1.08);
        }

        .services-mega__panel-heading {
            margin: 0 0 22px;
            color: #17111f;
            font-family: 'Poppins', serif;
            font-size: 28px;
            font-weight: 500;
            line-height: 1.2;
        }

        .header-main .main-menu ul li .submenu.services-mega .services-mega__title {
            display: block;
            width: fit-content;
            padding: 0;
            margin-bottom: 4px;
            color: #17111f;
            font-family: 'Poppins', serif;
            font-size: 25px;
            font-weight: 500;
            line-height: 1.25;
            text-transform: none;
        }

        .services-mega__text {
            max-width: 420px;
            margin: 0;
            color: #6d6d86;
            font-size: 15px;
            line-height: 1.55;
        }

        .services-mega__quote {
            min-height: 282px;
            padding: 32px;
            border: 1px solid #b9bbd2;
            border-radius: 18px;
            background: #fbfbfe;
        }

        .services-mega__mark {
            display: block;
            margin-bottom: 12px;
            color: #111111;
            font-family: Georgia, 'Times New Roman', serif;
            font-size: 34px;
            line-height: 1;
        }

        .services-mega__quote p {
            max-width: 520px;
            margin-bottom: 36px;
            color: #1f1b24;
            font-family: Georgia, 'Times New Roman', serif;
            font-size: 25px;
            line-height: 1.27;
        }

        .services-mega__person {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }

        .services-mega__avatar {
            width: 96px;
            height: 96px;
            flex: 0 0 auto;
            display: grid;
            place-items: center;
            border-radius: 10px;
            background: #26113c;
            color: #ffffff;
            font-size: 34px;
            font-weight: 800;
        }

        .services-mega__person-details {
            flex: 1;
        }

        .services-mega__person-details strong,
        .services-mega__brand {
            display: block;
            color: #17111f;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.3;
        }

        .services-mega__person-details span {
            color: #343141;
            font-size: 15px;
            line-height: 1.4;
        }

        .services-mega__brand {
            font-size: 30px;
            letter-spacing: 0;
            text-transform: lowercase;
        }

        .security-headding {
            text-align: center;
            margin-bottom: 30px;
        }

        @media (max-width: 1399px) {
            .header-main .main-menu ul li .submenu.services-mega {
                width: min(1040px, calc(100vw - 48px));
                grid-template-columns: 245px minmax(0, 1fr);
            }

            .services-mega__quote p {
                font-size: 22px;
            }
        }

        @media (max-width: 1199px) {
            .services-mega-backdrop {
                display: none;
            }

            .header-main .main-menu ul li .submenu.services-mega,
            .mean-container .mean-nav ul li .submenu.services-mega {
                position: static !important;
                top: auto !important;
                left: auto !important;
                width: 100% !important;
                max-height: 72vh;
                overflow-y: auto;
                transform: none !important;
                margin: 0 !important;
                border: 0;
                border-radius: 12px;
                box-shadow: none;
                background: #ffffff;
                grid-template-columns: 1fr;
            }

            .header-main .main-menu ul li:hover>.submenu.services-mega {
                top: auto;
                transform: none;
                margin: 0;
            }

            .services-mega__rail {
                display: grid !important;
                grid-template-columns: 1fr;
                gap: 8px;
                padding: 14px !important;
                background: rgba(81, 53, 255, 0.08);
            }

            .header-main .main-menu ul li .submenu.services-mega .services-mega__tab,
            .mean-container .mean-nav ul li .submenu.services-mega .services-mega__tab {
                min-height: 44px;
                padding: 11px 14px;
                margin: 0;
                border-radius: 10px;
                font-size: 15px;
            }

            .services-mega__content,
            .services-mega__panels {
                padding: 18px 16px 22px !important;
            }

            .services-mega__panel[data-services-panel="security"] .services-mega__list {
                columns: auto;
                column-gap: 0;
            }

            .services-mega__story {
                padding: 18px 16px 22px !important;
            }

            .services-mega__list {
                display: block;
                grid-template-columns: 1fr;
            }

            .header-main .main-menu ul li .submenu.services-mega .services-mega__panel[data-services-panel="security"] .services-mega__item,
            .mean-container .mean-nav ul li .submenu.services-mega .services-mega__panel[data-services-panel="security"] .services-mega__item,
            .services-mega__item {
                margin-bottom: 12px;
            }

            .services-mega__sublist {
                gap: 7px;
                margin-top: 8px;
                padding-left: 16px;
            }

            .services-mega__sublist .services-mega__sublist {
                padding-left: 14px;
            }

            .header-main .main-menu ul li .submenu.services-mega .services-mega__link,
            .mean-container .mean-nav ul li .submenu.services-mega .services-mega__link {
                width: 100%;
                font-size: 15px;
                line-height: 1.35;
                white-space: normal;
            }

            .header-main .main-menu ul li .submenu.services-mega .services-mega__link--main,
            .mean-container .mean-nav ul li .submenu.services-mega .services-mega__link--main {
                font-size: 16px;
            }

            .header-main .main-menu ul li .submenu.services-mega .services-mega__link--child,
            .mean-container .mean-nav ul li .submenu.services-mega .services-mega__link--child {
                font-size: 14px;
            }

            .security-headding {
                margin-bottom: 16px;
                text-align: left;
            }

            .security-headding h3,
            .services-mega__panel-heading {
                margin-bottom: 16px;
                font-size: 22px;
                line-height: 1.25;
            }
        }

        @media (max-width: 767px) {

            .services-mega__rail,
            .services-mega__content,
            .services-mega__panels,
            .services-mega__story {
                padding: 22px !important;
            }

            .services-mega__quote {
                padding: 24px;
            }

            .services-mega__quote p {
                font-size: 20px;
            }

            .services-mega__person {
                align-items: flex-start;
                flex-direction: column;
            }

            .header-main .main-menu ul li .submenu.services-mega,
            .mean-container .mean-nav ul li .submenu.services-mega {
                max-height: 68vh;
                border-radius: 10px;
            }

            .services-mega__rail {
                padding: 12px !important;
            }

            .services-mega__content,
            .services-mega__panels,
            .services-mega__story {
                padding: 16px 12px 18px !important;
            }

            .header-main .main-menu ul li .submenu.services-mega .services-mega__link--main::before,
            .mean-container .mean-nav ul li .submenu.services-mega .services-mega__link--main::before {
                width: 22px;
                height: 22px;
                font-size: 12px;
            }
        }

        /* Permanently hide the mobile-specific data clone so it never renders on desktop or mobile layouts */
        #mobile-menu-active {
            display: none !important;
        }

        /* ----------------------------------------------------
           Mobile View Premium Header Adjustments (<= 1199px)
           ---------------------------------------------------- */
        @media (max-width: 1199px) {

            /* Hide the desktop main menu completely on mobile view */
            .main-menu,
            #mobile-menu {
                display: none !important;
            }

            /* Make the mobile header sticky with white background and custom bottom borders/shadows */
            #header-sticky,
            #header-sticky.sticky {
                position: fixed !important;
                top: 0 !important;
                left: 0 !important;
                width: 100% !important;
                background: #ffffff !important;
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
                z-index: 1005 !important;
                /* Remain above slider overlays, loaders, etc. */
                padding: 12px 0 !important;
                border-bottom: 1px solid rgba(81, 53, 255, 0.08) !important;
                animation: none !important;
                -webkit-animation: none !important;
                transition: none !important;
            }

            /* Ensure header-main is full-width flexbox centering elements */
            .header-main {
                display: flex !important;
                align-items: center !important;
                justify-content: space-between !important;
                width: 100% !important;
            }

            /* Vertically center logo and control container spacing */
            .header-left {
                display: flex !important;
                align-items: center !important;
                padding-top: 0 !important;
            }

            /* Clean sizing and scaling for the brand logo */
            .header-logo img {
                max-width: 180px !important;
                height: auto !important;
            }

            /* Align hamburger toggle and search button perfectly on the right */
            .header-right {
                display: flex !important;
                align-items: center !important;
                justify-content: flex-end !important;
                gap: 20px !important;
            }

            /* Clean crisp look for search and menu icons */
            .search-trigger,
            .header__hamburger {
                display: block !important;
            }

            .search-trigger i {
                font-size: 20px !important;
                color: #17111f !important;
            }

            .sidebar__toggle img {
                width: 24px !important;
                height: auto !important;
            }
        }

        .contact-details-wrapper {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .contact-detail-card {
            background: #fff;
            border: 1px solid #E3E3E3;
            border-radius: 16px;
            padding: 24px;
            display: flex;
            align-items: center;
            gap: 20px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
        }

        .contact-detail-card:hover {
            transform: translateY(-5px);
            box-shadow: 0px 10px 30px rgba(81, 53, 255, 0.08);
            border-color: var(--p1-clr);
        }

        .contact-icon-box {
            width: 60px;
            height: 60px;
            min-width: 60px;
            border-radius: 12px;
            background: rgba(81, 53, 255, 0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: var(--p1-clr);
            transition: all 0.4s ease;
        }

        .contact-detail-card:hover .contact-icon-box {
            background: var(--p1-clr);
            color: #fff;
        }

        .contact-detail-card.email-card .contact-icon-box {
            background: rgba(255, 84, 85, 0.05);
            color: var(--p3-clr);
        }

        .contact-detail-card.email-card:hover .contact-icon-box {
            background: var(--p3-clr);
            color: #fff;
        }

        .contact-detail-card.address-card .contact-icon-box {
            background: rgba(254, 213, 0, 0.1);
            color: #dcb300;
        }

        .contact-detail-card.address-card:hover .contact-icon-box {
            background: var(--p2-clr);
            color: var(--black);
        }

        .contact-detail-info h5 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 6px;
            color: var(--black);
        }

        .contact-detail-info p,
        .contact-detail-info a {
            font-size: 15px;
            color: var(--pra);
            margin: 0;
            line-height: 24px;
            transition: color 0.3s;
        }

        .contact-detail-card:hover .contact-detail-info a {
            color: var(--p1-clr);
        }

        .contact-detail-card.email-card:hover .contact-detail-info a {
            color: var(--p3-clr);
        }

        .contact-img-container {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
            transition: transform 0.4s ease;
        }

        .contact-img-container:hover {
            transform: scale(1.02);
        }

        .contact-img-container img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Section 2 Grid styles */
        .contact-form-card {
            background: #fff;
            border: 1px solid #E3E3E3;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
            transition: border-color 0.3s, box-shadow 0.3s;
        }

        .contact-form-card:hover {
            border-color: rgba(81, 53, 255, 0.2);
            box-shadow: 0px 12px 50px rgba(81, 53, 255, 0.06);
        }

        .contact-form-card h3 {
            font-size: 28px;
            font-weight: 700;
            color: var(--black);
            margin-bottom: 30px;
        }

        .form-input-wrapper {
            margin-bottom: 20px;
            position: relative;
        }

        .form-input-wrapper input,
        .form-input-wrapper textarea {
            width: 100%;
            padding: 16px 20px;
            border: 1px solid #E3E3E3;
            border-radius: 12px;
            background: #F9FAFC;
            font-size: 15px;
            color: var(--black);
            font-family: "Inter", sans-serif;
            transition: all 0.3s ease;
        }

        .form-input-wrapper input::placeholder,
        .form-input-wrapper textarea::placeholder {
            color: #8C99B2;
        }

        .form-input-wrapper input:focus,
        .form-input-wrapper textarea:focus {
            border-color: var(--p1-clr);
            background: #fff;
            box-shadow: 0px 4px 15px rgba(81, 53, 255, 0.05);
            color: var(--black);
            outline: none;
        }

        .contact-map-card {
            height: 100%;
            min-height: 450px;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid #E3E3E3;
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
        }

        .contact-map-card iframe {
            width: 100%;
            height: 100%;
            min-height: 450px;
            border: 0;
            display: block;
        }

        @media (max-width: 991px) {

            .contact-map-card,
            .contact-map-card iframe {
                min-height: 350px;
                height: 350px;
            }

            .contact-form-card {
                padding: 30px 20px;
            }
        }

        .touchhh {
            font-size: 40px;
        }

        @media (max-width: 767px) {
            .touchhh {
                font-size: 30px !important;
            }
        }

        .white-color {
            color: #fff;
            font-weight: 600;
        }

        /* Outcome Card Styling for Cybersecurity SOP Program */
        .outcome-card {
            background: #ffffff;
            border: 1px solid rgba(81, 53, 255, 0.08);
            border-radius: 24px;
            padding: 36px 30px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.02);
            position: relative;
            overflow: hidden;
        }

        .outcome-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(93deg, #5135FF 10.65%, #FF5455 89.35%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .outcome-card:hover {
            transform: translateY(-8px);
            box-shadow: 0px 20px 40px rgba(81, 53, 255, 0.08);
            border-color: rgba(81, 53, 255, 0.15);
        }

        .outcome-card:hover::before {
            opacity: 1;
        }

        .outcome-card__icon-box {
            width: 64px;
            height: 64px;
            border-radius: 18px;
            background: rgba(81, 53, 255, 0.06);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            color: #5135FF;
            margin-bottom: 24px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .outcome-card:hover .outcome-card__icon-box {
            background: linear-gradient(93deg, #5135FF 10.65%, #FF5455 89.35%);
            color: #ffffff;
            transform: scale(1.05) rotate(5deg);
            box-shadow: 0px 8px 20px rgba(81, 53, 255, 0.2);
        }

        .outcome-card__title {
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 700;
            color: #17111f;
            margin-bottom: 12px;
            line-height: 1.4;
            transition: color 0.3s ease;
        }

        .outcome-card:hover .outcome-card__title {
            color: #5135FF;
        }

        .outcome-card__text {
            font-family: 'Inter', sans-serif;
            font-size: 15px;
            line-height: 1.6;
            color: #5e6282;
            margin: 0;
        }

        /* Premium Risk Management Program Styles */
        .framework-card {
            background: #ffffff;
            border: 1px solid rgba(81, 53, 255, 0.08);
            border-radius: 20px;
            padding: 30px 24px;
            transition: all 0.4s ease;
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.02);
        }

        .framework-card:hover {
            transform: translateY(-5px);
            border-color: #5135FF;
            box-shadow: 0px 15px 35px rgba(81, 53, 255, 0.1);
        }

        .framework-card__icon {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: rgba(81, 53, 255, 0.08);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            color: #5135FF;
            margin-bottom: 16px;
            transition: all 0.3s ease;
        }

        .framework-card:hover .framework-card__icon {
            background: #5135FF;
            color: #ffffff;
        }

        /* Process Cards (SP-RMM Process Flow) */
        .process-card {
            background: #ffffff;
            border: 1px solid rgba(81, 53, 255, 0.06);
            border-radius: 20px;
            padding: 30px 20px;
            position: relative;
            transition: all 0.4s ease;
            box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.01);
        }

        .process-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #5135FF, #FF5455);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .process-card:hover {
            transform: translateY(-6px);
            box-shadow: 0px 15px 35px rgba(81, 53, 255, 0.08);
        }

        .process-card:hover::before {
            opacity: 1;
        }

        .process-card__step {
            font-size: 13px;
            font-weight: 700;
            color: #FF5455;
            background: rgba(255, 84, 85, 0.08);
            padding: 4px 12px;
            border-radius: 100px;
            display: inline-block;
            margin-bottom: 16px;
        }

        /* Scope Cards */
        .scope-card {
            background: rgba(81, 53, 255, 0.02);
            border: 1px solid rgba(81, 53, 255, 0.05);
            border-radius: 16px;
            padding: 24px;
            transition: all 0.3s ease;
        }

        .scope-card:hover {
            background: #ffffff;
            border-color: rgba(81, 53, 255, 0.15);
            box-shadow: 0px 10px 30px rgba(81, 53, 255, 0.05);
            transform: scale(1.02);
        }

        /* Culture Card */
        .culture-card {
            background: linear-gradient(135deg, #120e2e 0%, #1c133a 100%);
            border-radius: 24px;
            padding: 45px;
            color: #ffffff;
            position: relative;
            overflow: hidden;
            box-shadow: 0px 15px 40px rgba(18, 14, 46, 0.2);
        }

        .culture-card::after {
            content: '';
            position: absolute;
            bottom: -50px;
            right: -50px;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(81, 53, 255, 0.15) 0%, transparent 70%);
            border-radius: 50%;
        }

        /* Advantage Callout Slogan Banner */
        .advantage-banner {
            background: linear-gradient(93deg, rgba(81, 53, 255, 0.05), rgba(255, 84, 85, 0.05));
            border-left: 5px solid #5135FF;
            border-radius: 8px 24px 24px 8px;
            padding: 24px 30px;
            margin: 30px 0;
        }

        .advantage-banner__text {
            font-family: 'Poppins', sans-serif;
            font-size: 20px;
            font-weight: 700;
            color: #5135FF;
            margin: 0;
            letter-spacing: 0.5px;
        }



        .gradient-footer {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at top left,
                    rgba(76, 110, 245, 0.38),
                    transparent 32%),

                radial-gradient(circle at bottom right,
                    rgba(0, 238, 255, 0.28),
                    transparent 34%),

                radial-gradient(circle at center,
                    rgba(129, 92, 255, 0.18),
                    transparent 45%),

                linear-gradient(135deg,
                    #020617 0%,
                    #071226 25%,
                    #0a1930 55%,
                    #102a43 100%);
        }

        .gradient-footer::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
            background-size: 40px 40px;
            opacity: 0.6;
            pointer-events: none;
        }

        .gradient-footer::after {
            content: "";
            position: absolute;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle,
                    rgba(0, 225, 255, 0.28),
                    rgba(79, 70, 229, 0.18),
                    transparent 72%);
            top: -150px;
            right: -120px;
            pointer-events: none;
            filter: blur(10px);
        }

        .gradient-footer .container {
            position: relative;
            z-index: 2;
        }

        .footer-section ul li a {
            font-weight: 300 !important;
        }

        /* ==========================================================================
   Core Security Principles (DSP) Glowing Vector Badges
   ========================================================================== */
        .dsp-card-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            color: #ffffff;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
            position: relative;
            z-index: 1;
        }

        /* Subtle outer ring border */
        .dsp-card-icon::before {
            content: '';
            position: absolute;
            inset: -3px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1));
            z-index: -1;
            transition: all 0.4s ease;
        }

        /* Individual Gradient Palettes */
        .dsp-card-icon.confidentiality {
            background: linear-gradient(135deg, #00C6FF 0%, #0072FF 100%);
            box-shadow: 0 8px 24px rgba(0, 114, 255, 0.2);
        }

        .dsp-card-icon.integrity {
            background: linear-gradient(135deg, #7F00FF 0%, #E100FF 100%);
            box-shadow: 0 8px 24px rgba(127, 0, 255, 0.2);
        }

        .dsp-card-icon.availability {
            background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
            box-shadow: 0 8px 24px rgba(56, 239, 125, 0.2);
        }

        .dsp-card-icon.safety {
            background: linear-gradient(135deg, #FF416C 0%, #FF4B2B 100%);
            box-shadow: 0 8px 24px rgba(255, 75, 43, 0.2);
        }

        /* Interaction Micro-Animations */
        .event-work-items:hover .dsp-card-icon {
            transform: translateY(-8px) scale(1.08);
        }

        .event-work-items:hover .dsp-card-icon.confidentiality {
            box-shadow: 0 15px 30px rgba(0, 114, 255, 0.45);
        }

        .event-work-items:hover .dsp-card-icon.integrity {
            box-shadow: 0 15px 30px rgba(127, 0, 255, 0.45);
        }

        .event-work-items:hover .dsp-card-icon.availability {
            box-shadow: 0 15px 30px rgba(56, 239, 125, 0.45);
        }

        .event-work-items:hover .dsp-card-icon.safety {
            box-shadow: 0 15px 30px rgba(255, 75, 43, 0.45);
        }

        /* DPP Section Specific Gradients & Shadow Glows */
        .dsp-card-icon.compliance {
            background: linear-gradient(135deg, #00C6FF 0%, #0072FF 100%);
            box-shadow: 0 8px 24px rgba(0, 114, 255, 0.2);
        }

        .dsp-card-icon.risk-reduction {
            background: linear-gradient(135deg, #FF416C 0%, #FF4B2B 100%);
            box-shadow: 0 8px 24px rgba(255, 75, 43, 0.2);
        }

        .dsp-card-icon.governance {
            background: linear-gradient(135deg, #7F00FF 0%, #E100FF 100%);
            box-shadow: 0 8px 24px rgba(127, 0, 255, 0.2);
        }

        .dsp-card-icon.trust {
            background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
            box-shadow: 0 8px 24px rgba(56, 239, 125, 0.2);
        }

        .dsp-card-icon.data-protection {
            background: linear-gradient(135deg, #F37335 0%, #FDC830 100%);
            box-shadow: 0 8px 24px rgba(243, 115, 53, 0.2);
        }

        .dsp-card-icon.due-diligence {
            background: linear-gradient(135deg, #00F2FE 0%, #4FACFE 100%);
            box-shadow: 0 8px 24px rgba(79, 172, 254, 0.2);
        }

        /* Hover States for DPP classes */
        .event-work-items:hover .dsp-card-icon.compliance {
            box-shadow: 0 15px 30px rgba(0, 114, 255, 0.45);
        }

        .event-work-items:hover .dsp-card-icon.risk-reduction {
            box-shadow: 0 15px 30px rgba(255, 75, 43, 0.45);
        }

        .event-work-items:hover .dsp-card-icon.governance {
            box-shadow: 0 15px 30px rgba(127, 0, 255, 0.45);
        }

        .event-work-items:hover .dsp-card-icon.trust {
            box-shadow: 0 15px 30px rgba(56, 239, 125, 0.45);
        }

        .event-work-items:hover .dsp-card-icon.data-protection {
            box-shadow: 0 15px 30px rgba(243, 115, 53, 0.45);
        }

        .event-work-items:hover .dsp-card-icon.due-diligence {
            box-shadow: 0 15px 30px rgba(79, 172, 254, 0.45);
        }

        /* Justify span and p tag content on mobile view only */
        @media (max-width: 767px) {

            .about-clarent span,
            .about-clarent p,
            .about-content span,
            .about-content p,
            .event-work-items span,
            .event-work-items p {
                text-align: justify !important;
            }
        }

        /* Responsive height for main about/program images */
        .about-thumbbb img {
            height: 500px !important;
            object-fit: cover !important;
        }

        @media (max-width: 991px) {
            .about-thumbb img {
                height: 400px !important;
            }
        }

        @media (max-width: 767px) {
            .about-thumbb img {
                height: 300px !important;
            }
        }

        .about-content-col {
            padding-top: 40px !important;
        }

        @media (max-width: 991px) {
            .about-content-col {
                padding-top: 0px !important;
            }
        }










        .indexx-services-menu {
            padding: 32px 38px !important;
            border: 1px solid rgba(3, 23, 64, 0.08);
            border-radius: 22px;
            background: #ffffff;
            box-shadow: 0 24px 70px rgba(3, 23, 64, 0.16);
        }

        .indexx-services-menu .services-mega__rail {
            background: #f6f7fb;
            border: 1px solid rgba(3, 23, 64, 0.06);
            border-radius: 14px;
            padding: 16px;
        }

        .indexx-services-menu .services-mega__tab {
            border-radius: 10px;
            color: #385469;
            font-size: 16px;
            font-weight: 700;
            transition: all 0.3s ease;
        }

        .indexx-services-menu .services-mega__tab.active {
            background: linear-gradient(93deg, #5135ff 10.65%, #ff5455 89.35%);
            color: #ffffff;
            box-shadow: 0 12px 28px rgba(81, 53, 255, 0.24);
        }

        .indexx-services-menu .services-mega__tab:hover {
            color: #5135ff;
            transform: translateX(4px);
        }

        .indexx-services-menu .services-mega__tab.active:hover {
            color: #ffffff;
        }

        .indexx-services-menu .services-mega__panel h3,
        .indexx-services-menu .security-headding h3 {
            color: #031740;
            font-size: 34px;
            font-weight: 800;
            letter-spacing: -0.5px;
            margin-bottom: 28px;
            padding-bottom: 16px;
            position: relative;
        }

        .indexx-services-menu .services-mega__panel h3::after,
        .indexx-services-menu .security-headding h3::after {
            background: #ff5455;
            border-radius: 999px;
            bottom: 0;
            content: "";
            height: 4px;
            left: 0;
            position: absolute;
            width: 78px;
        }

        .indexx-services-menu .services-mega__panel h3::before,
        .indexx-services-menu .security-headding h3::before {
            background: #5135ff;
            border-radius: 999px;
            bottom: 0;
            content: "";
            height: 4px;
            left: 88px;
            position: absolute;
            width: 26px;
        }

        .indexx-services-menu .services-mega__list {
            display: grid;
            gap: 14px 36px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .indexx-services-menu .services-mega__panel[data-services-panel="security"] .services-mega__item {
            background: transparent;
            border: 0;
            border-bottom: 1px solid rgba(3, 23, 64, 0.08);
            border-radius: 0;
            box-shadow: none;
            padding: 0 0 14px;
            transition: all 0.3s ease;
        }

        .indexx-services-menu .services-mega__panel[data-services-panel="security"] .services-mega__sublist .services-mega__item {
            background: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            padding: 0 0 4px;
        }

        .indexx-services-menu .services-mega__panel[data-services-panel="security"]>.services-mega__list>.services-mega__item:hover {
            border-bottom-color: rgba(81, 53, 255, 0.34);
        }

        .indexx-services-menu .services-mega__link--main {
            color: #031740;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: 18px;
            font-weight: 800;
            line-height: 1.35;
            margin-bottom: 8px;
            padding-left: 0;
            position: relative;
            transition: all 0.3s ease;
        }

        .header-main .main-menu ul li .submenu.services-mega.indexx-services-menu .services-mega__link--main::before,
        .indexx-services-menu .services-mega__link--main::before {
            content: none;
            display: none;
        }

        .indexx-services-menu .services-mega__link--main::after {
            background: linear-gradient(93deg, #5135ff 10.65%, #ff5455 89.35%);
            border-radius: 999px;
            content: "";
            display: inline-block;
            height: 7px;
            width: 7px;
        }

        .indexx-services-menu .services-mega__link--main:hover {
            color: #5135ff;
        }

        .indexx-services-menu .services-mega__sublist {
            background: #f7f9fc;
            border: 1px solid rgba(3, 23, 64, 0.06);
            border-left: 3px solid rgba(81, 53, 255, 0.24);
            border-radius: 10px;
            margin-top: 4px;
            padding: 10px 14px;
        }

        .indexx-services-menu .services-mega__sublist .services-mega__sublist {
            background: #ffffff;
            border-color: rgba(3, 23, 64, 0.05);
            border-left-color: rgba(255, 84, 85, 0.3);
            border-radius: 8px;
            margin-top: 6px;
            padding: 8px 12px;
        }

        .indexx-services-menu .services-mega__link--child {
            color: #56657d;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.55;
            padding: 2px 0;
            transition: all 0.3s ease;
        }

        .indexx-services-menu .services-mega__sublist>.services-mega__item>.services-mega__link--child {
            color: #031740;
            font-weight: 700;
        }

        .indexx-services-menu .services-mega__sublist .services-mega__sublist .services-mega__link--child {
            color: #6b7280;
            font-size: 13.5px;
            font-weight: 500;
        }

        .indexx-services-menu .services-mega__link--child:hover {
            color: #031740;
            padding-left: 6px;
        }





        /* Premium Background Video Hero styling */
        .modern-cyber-hero {
            position: relative;
            width: 100%;
            min-height: 740px;
            background: #030611;
            z-index: 1;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .video-background {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
            object-fit: cover;
            z-index: 1;
            pointer-events: none;
        }

        /* Premium dark overlay to ensure zero visible interface, complete player concealment, and superb text contrast */
        .video-overlay {
            position: absolute;
            inset: 0;
            /* background: linear-gradient(
                180deg,
                rgba(3, 6, 17, 0.85) 0%,
                rgba(10, 16, 44, 0.6) 50%,
                rgba(3, 6, 17, 0.88) 100%
            ); */
            z-index: 2;
            pointer-events: none;
        }

        /* Keep Banner Text and Controls Static and on Top */
        .banner-content {
            position: relative;
            z-index: 10;
        }

        /* Typography & Layout Finishes */
        .modern-content-layout {
            padding: 100px 0 100px;
        }

        .modern-hero-title {
            font-size: clamp(38px, 5.5vw, 72px);
            font-weight: 800;
            line-height: 1.1;
            letter-spacing: -2px;
        }

        .gradient-text-glow {
            font-size: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
            letter-spacing: inherit !important;
            background: linear-gradient(135deg, #ffffff 10%, #abb4ff 50%, #ffabab 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline-block;
            position: relative;
            text-shadow: 0 0 35px rgba(81, 53, 255, 0.25);
        }

        .modern-hero-desc {
            max-width: 720px;
            font-size: 17px;
            line-height: 1.65;
            color: rgba(255, 255, 255, 0.75);
            letter-spacing: -0.1px;
        }

        /* Clean High-End Cyber Buttons */
        .modern-action-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 32px;
            border-radius: 100px;
            font-size: 15px;
            font-weight: 700;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none !important;
        }

        .btn-primary-glow {
            background: #ffffff;
            color: #030611 !important;
            box-shadow: 0 8px 20px rgba(255, 255, 255, 0.06);
        }

        .btn-primary-glow:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(81, 53, 255, 0.4);
            background: linear-gradient(93deg, #5135ff 10.65%, #ff5455 89.35%);
            color: #ffffff !important;
            z-index: 10;
        }

        .btn-primary-glow:hover .arrow-icon {
            transform: translateX(4px);
        }

        .arrow-icon {
            transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .btn-secondary-outline {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.15);
            color: #ffffff !important;
            backdrop-filter: blur(4px);
        }

        .btn-secondary-outline:hover {
            background: rgba(0, 243, 255, 0.04);
            border-color: #00f3ff;
            color: #00f3ff !important;
            box-shadow: 0 0 20px rgba(0, 243, 255, 0.15);
            transform: translateY(-3px);
        }

        /* Fluid ambient mesh gradient glow orbs for indexxx.html only */
        .cyber-glow-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(130px);
            opacity: 0.38;
            mix-blend-mode: screen;
            pointer-events: none;
            z-index: 2;
            /* Directly above the video background and linear overlay, but below text (z-index 10) */
            animation: orbFloat 22s ease-in-out infinite alternate;
        }

        .orb-primary {
            width: 480px;
            height: 480px;
            background: radial-gradient(circle, rgba(81, 53, 255, 0.8) 0%, rgba(81, 53, 255, 0) 70%);
            top: 10%;
            left: 20%;
        }

        .orb-secondary {
            width: 450px;
            height: 450px;
            background: radial-gradient(circle, rgba(255, 84, 85, 0.75) 0%, rgba(255, 84, 85, 0) 70%);
            bottom: 10%;
            right: 20%;
            animation: orbFloatAlt 26s ease-in-out infinite alternate;
            animation-delay: -5s;
        }

        .orb-tertiary {
            width: 320px;
            height: 320px;
            background: radial-gradient(circle, rgba(0, 243, 255, 0.65) 0%, rgba(0, 243, 255, 0) 70%);
            top: 40%;
            left: 45%;
            animation: orbFloat 18s ease-in-out infinite alternate-reverse;
            animation-delay: -10s;
        }

        @keyframes orbFloat {
            0% {
                transform: translateY(0) scale(1) rotate(0deg);
            }

            50% {
                transform: translateY(-50px) translateX(30px) scale(1.15) rotate(90deg);
            }

            100% {
                transform: translateY(20px) translateX(-40px) scale(0.9) rotate(180deg);
            }
        }

        @keyframes orbFloatAlt {
            0% {
                transform: translateY(0) scale(1) rotate(0deg);
            }

            50% {
                transform: translateY(60px) translateX(-50px) scale(0.9) rotate(-90deg);
            }

            100% {
                transform: translateY(-30px) translateX(20px) scale(1.12) rotate(-180deg);
            }
        }
        
        /* Modern styling additions for the Service Details Page */
        .service-details-tab-btn {
            padding: 28px 24px;
            background: #ffffff;
            border: 2px solid rgba(81, 53, 255, 0.08);
            color: #17111f;
            border-radius: 20px;
            font-weight: 700;
            text-align: center;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 10px 30px rgba(81, 53, 255, 0.02);
            border-bottom: 4px solid rgba(81, 53, 255, 0.12);
        }

        .service-details-tab-btn i {
            font-size: 36px;
            transition: all 0.4s ease;
        }

        .service-details-tab-btn.active,
        .service-details-tab-btn:hover {
            background: linear-gradient(135deg, #17111f, #231238);
            color: #ffffff !important;
            border-color: #5135FF;
            border-bottom: 4px solid #FF5455;
            box-shadow: 0 15px 35px rgba(81, 53, 255, 0.15);
            transform: translateY(-8px);
        }

        .service-details-tab-btn.active i,
        .service-details-tab-btn:hover i {
            color: #FF5455 !important;
            transform: scale(1.15);
        }

        .service-details-tab-btn.active span,
        .service-details-tab-btn:hover span {
            color: #ffffff !important;
        }

        .service-details-tab-btn.active .pra,
        .service-details-tab-btn:hover .pra {
            color: rgba(255, 255, 255, 0.7) !important;
        }

        .service-details-tab-pane {
            display: none;
            animation: fadeIn 0.4s ease-in-out forwards;
        }

        .service-details-tab-pane.active {
            display: block;
        }

        .sidebar-consult-card {
            background: linear-gradient(145deg, #17111f, #241233);
            border-radius: 20px;
            padding: 30px;
            border: 1px solid rgba(81, 53, 255, 0.2);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .process-serial-badge {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #5135FF, #FF5455);
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 15px rgba(81, 53, 255, 0.4);
        }

        .principle-card {
            background: #ffffff;
            border: 1px solid rgba(81, 53, 255, 0.08);
            border-radius: 20px;
            padding: 32px;
            box-shadow: 0 12px 30px rgba(17, 24, 39, 0.04);
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
        }

        .principle-card:hover {
            transform: translateY(-8px);
            border-color: rgba(81, 53, 255, 0.3);
            box-shadow: 0 20px 40px rgba(81, 53, 255, 0.12);
        }

        .objective-plus-list li {
            position: relative;
            padding-left: 32px;
            margin-bottom: 18px;
            font-size: 16px;
            color: #17111f;
            font-weight: 500;
            line-height: 1.5;
        }

        .objective-plus-list li i {
            position: absolute;
            left: 0;
            top: 4px;
            color: #5135FF;
            font-size: 16px;
            transition: transform 0.3s ease;
        }

        .objective-plus-list li:hover i {
            transform: rotate(90deg);
            color: #FF5455;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .pillar-card {
            background: #ffffff;
            border: 1px solid rgba(81, 53, 255, 0.08);
            border-radius: 20px;
            padding: 28px 24px;
            box-shadow: 0 12px 30px rgba(17, 24, 39, 0.04);
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
        }

        .pillar-card:hover {
            transform: translateY(-5px);
            border-color: rgba(81, 53, 255, 0.3);
            box-shadow: 0 20px 40px rgba(81, 53, 255, 0.12);
        }

        @media (min-width: 992px) {
            .border-start-lg {
                border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
                padding-left: 3rem !important;
            }
        }

        .card-icon-box {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: rgba(81, 53, 255, 0.08);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            color: #5135FF;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        /* Hover transitions */
        .shadow-sm:hover .card-icon-box,
        .pillar-card:hover .card-icon-box {
            background: linear-gradient(93deg, #5135FF 10.65%, #FF5455 89.35%);
            color: #ffffff;
            transform: scale(1.05) rotate(5deg);
            box-shadow: 0px 8px 20px rgba(81, 53, 255, 0.2);
        }

        /* Platform Security Section Styles */
        .platform-card {
            background: #ffffff;
            border-radius: 20px;
            border: 1px solid rgba(81, 53, 255, 0.08);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            overflow: hidden;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .platform-card:hover {
            transform: translateY(-8px);
            box-shadow: 0px 20px 40px rgba(81, 53, 255, 0.1);
        }
        .platform-img-wrapper {
            position: relative;
            overflow: hidden;
            border-bottom: 1px solid rgba(81, 53, 255, 0.05);
            background: #0b0f19;
            height: 350px;
        }
        .platform-img-wrapper img {
            width: 100%;
            height: 350px;
            object-fit: cover;
            object-position: center;
            display: block;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .platform-card:hover .platform-img-wrapper img {
            transform: scale(1.04);
        }
        .platform-content {
            padding: 30px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .platform-icon-list {
            margin-top: 15px;
            padding-left: 0;
            list-style: none;
        }
        .platform-icon-list li {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 8px;
            font-size: 15px;
            color: #6d6d86;
        }
        .platform-icon-list li i {
            font-size: 14px;
        }
        .platform-icon-list li.microsoft-item i {
            color: #00a4ef;
        }
        .platform-icon-list li.aws-item i {
            color: #ff9900;
        }

@media(max-width:767px){
    .sidebar-consult-card{
        display: none;
    }
    .section-padding{
        padding: 40px 0px;
    }
}