        /* Capabilities */
        .capabilities {
            background: #f7fafc;
            padding: 60px 0;
        }

        .logo-text {
            background: -webkit-linear-gradient(#2b166a, #ac3c8e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bolder;
        }

        .capabilities h2 {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 2rem;
            color: #2c5282;
        }

        .capabilities-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            /* flex-wrap:; */
        }

        @media screen and (max-width: 1200px) {
            .capabilities-grid {
                grid-template-columns: repeat(2, 1fr);
            }

        }

        @media screen and (max-width: 766px) {
            .capabilities-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }

            .capabilities h2 {
                text-align: center;
                font-size: 2rem;
                margin-bottom: 2rem;
                color: #2c5282;

            }

            .capability-card {
                width: 100%;
                background: white;
                padding: 0.5rem;
                border-radius: 10px;
                text-align: center;
                font-size: 0.9rem;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            }

            .capability-card h3 {
                font-size: 1rem;
            }

            .capability-icon {
                width: 40px;
                height: 40px;
                background: #48bb78;
                border-radius: 50%;
                margin: 0 auto 0.5rem;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 1rem;
            }

        }

        @media screen and (max-width: 400px) {
            .capabilities-grid {
                grid-template-columns: 1fr;
            }
        }

        .capability-card,
        .partner-card {
            background: white;
            padding: 1.5rem 1rem;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            transition-duration: 300ms;
            cursor: pointer;
        }

        .capability-card:hover,
        .partner-card:hover {
            transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
        }

        .capability-icon {
            width: 60px;
            height: 60px;
            background: #48bb78;
            border-radius: 50%;
            margin: 0 auto 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
        }

        /* Why Partner */
        .why-partner {
            padding: 80px 0;
        }

        .why-partner h2 {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 2rem;
            color: #444444;
        }

        .partner-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
        }

        .certi-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 1.5rem;
        }

        @media screen and (max-width: 1200px) {
            .partner-grid {
                grid-template-columns: repeat(2, 1fr);
            }

        }

        @media screen and (max-width: 766px) {
            .partner-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }

            .partner h2 {
                text-align: center;
                font-size: 2rem;
                margin-bottom: 2rem;
                color: #2c5282;

            }

            .partner-card {
                width: 100%;
                padding: 0.5rem;
                border-radius: 10px;
                text-align: center;
                font-size: 0.9rem;

            }

            .partner-card h3 {
                font-size: 1rem;
            }

            .partner-icon {
                width: 60px;
                height: 60px;
                background: linear-gradient(135deg, #cfff904d, #75a73369);
                border-radius: 50%;
                margin: 0 auto 0.8rem;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 0.6rem;
            }

        }

        @media screen and (max-width: 400px) {
            .partner-grid {
                grid-template-columns: 1fr;
            }
        }

        .partner-card {
            text-align: center;
            padding: 1rem;
            background-color: #f9fafb !important;

        }

        .partner-card-new {

            background-color: #ffffff;
            text-align: center;
            height: 100%;
            border: 1px solid color-mix(in srgb, #444444, transparent 85%);
            padding: 40px 20px;
            transition: 0.3s ease-in-out;
            cursor: pointer;
        }

        .bg-light-partner {
            background-color: #f2f5f9 !important;
        }

        .partner-card-new:hover {
            background: #1977cc;
            border-color: #1977cc;
        }

        .partner-card-new .icon {
            margin: 0 auto;
            width: 64px;
            height: 64px;
            background: #1977cc;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            transition: 0.3s;
            transform-style: preserve-3d;
        }

        .partner-card-new:hover .icon {
            background: #ffffff;
        }


        .partner-card-new .icon i {
            color: #ffffff;
            font-size: 28px;
            transition: ease-in-out 0.3s;
        }

        .partner-card-new:hover .icon::after {
            background:
                color-mix(in srgb, #ffffff, transparent 70%);
        }

        .partner-card-new:hover .icon i {
            color: var(--accent-color);
        }

        .partner-card-new:hover h5,
        .partner-card-new:hover p {
            color: #ffffff;
        }

        .partner-card-new .icon::after {
            position: absolute;
            content: "";
            left: -8px;
            top: -8px;
            height: 100%;
            width: 100%;
            background:
                color-mix(in srgb, #1977cc, transparent 80%);
            border-radius: 5px;
            transition: all 0.3s ease-out 0s;
            transform: translateZ(-1px);
        }

        .partner-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #cfff904d, #75a73369);
            border-radius: 50%;
            margin: 0 auto 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
        }

        .logo {
            height: 90px;

        }

        .sliderHero {
            height: 100% !important;
        }

        .bg-slideBotm {
            background-color: #597d36;
        }

        .iconsFa {
            width: 60px;
            height: 43px;
            border-radius: 0.375rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .iconsFaone {
            background-color: #dbeafe;
            color: #2563eb;
        }


        .iconsFaSe {
            background-color: #dcfce7;
            color: #16a34a;
        }

        .iconsFaothre {
            background-color: #f3e8ff;
            color: #9333ea;
        }

        a {
            text-decoration: none;
        }

        a:hover {
            text-decoration: none;
        }

        .explore-a {
            font-size: 12px;
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 5px;
            margin-top: 3px;
        }

        .inquire-section {
            background-color: #2563eb;
            padding: 5rem 0;
        }

        .inquire-block {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            margin-top: 3rem;
        }

        a.inquire {
            transition-duration: 300ms;
            padding: 13px 15px;
            border-radius: 5px;
            width: 17rem;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }

        .Inqu-whatapp {
            background-color: #22c55e;
            color: #ffffff;
        }

        .Inqu-email {
            background-color: #ffffff;
            color: rgb(29 78 216);
        }

        .Inqu-smart {
            background-color: rgb(250 204 21);
            color: rgb(31 41 55);
        }

        a.inquire span {
            font-size: 18px;
            font-weight: 700;
        }

        a.inquire:hover {

            transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
        }

        .floating-whatsapp {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
            background-color: #25d366;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);


        }

        .floating-whatsapp i {
            font-size: 1.8rem;
        }

        .floating-Inquiry {
            position: fixed;
            bottom: 128px;
            right: 0px;
            z-index: 1000;
            background-color: #25d366;
            color: white;
            width: 120px;
            height: 40px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(192, 155, 155, 0.1), 0 4px 6px -4px rgb(0 0 0 / .1);
            transform: translateX(50%) rotate(-90deg);
            margin-right: 3rem;
            outline: none;
            border: none;
        }

        #CertifyModal {
            display: none;
            position: fixed;
            z-index: 9999;
            padding-top: 34px;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: #000000bd;
        }

        #CertifyModal .modal-content {
            position: relative;
            background-color: #fefefe;
            margin: auto;
            padding: 0;
            width: 30%;
            max-width: 1200px;
            height: 91%;
            overflow: hidden;
            border-radius: 0;
        }

        #CertifyModal .thumSlideImg {
            float: left;
            width: 10%;
        }

        #CertifyModal .close {
            color: white;
            position: absolute;
            top: 10px;
            right: 25px;
            font-size: 35px;
            font-weight: bold;
        }

        #CertifyModal .close:hover,
        #CertifyModal .close:focus {
            color: #999;
            text-decoration: none;
            cursor: pointer;
        }

        #CertifyModal .CertifySlides {
            display: none;
            height: 100%;
        }

        .cursor {
            cursor: pointer;
        }

        #CertifyModal .prev,
        #CertifyModal .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            padding: 16px;
            margin-top: -50px;
            color: white;
            font-weight: bold;
            font-size: 20px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
            -webkit-user-select: none;
            background-color: rgba(0, 0, 0, 0.8);
        }

        /* Position the "next button" to the right */
        #CertifyModal .next {
            right: 0;
            border-radius: 3px 0 0 3px;
        }

        /* On hover, add a black background color with a little bit see-through */
        #CertifyModal .prev:hover,
        #CertifyModal .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

        #CertifyModal .numbertext {
            color: #f2f2f2;
            font-size: 12px;
            padding: 0;
            position: absolute;
            top: -30px;
        }

        #CertifyModal img {
            margin-bottom: -4px;
        }

        #CertifyModal .caption-container {
            text-align: center;
            background-color: black;
            color: white;
            font-size: 20px;

        }

        #CertifyModal .Certifydemo {
            opacity: 0.6;
        }

        #CertifyModal .active,
        #CertifyModal .Certifydemo:hover {
            opacity: 1;
        }

        #CertifyModal img.hover-shadow {
            transition: 0.3s;
        }

        #CertifyModal .hover-shadow:hover {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }

        .steps-iSSL {
            position: relative;
            background: #597d36;
            border-radius: 10px;
            padding: 1.5rem !important;
            margin-bottom: 1.5rem !important;
        }

        .steps-iSSL h4 {
            color: #ffffff;
        }

        .steps-iSSL .setps-number {
            position: absolute;
            width: 64px;
            height: 64px;
            bottom: 0;
            right: 17px;
            font-weight: 900;
            border: 1px solid #fff;
            border-radius: 64px;
            transform: translateY(50%);
            color: #fff;
            background: #597d36;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .steps-iSSL h4 {
            font-size: 24px;
        }

        .sslBlock {
            padding: 100px 0;
            background-color: #000;
            background-size: cover;
            position: relative;
            background-attachment: fixed;
            background-position: center;

        }

        .sslBlock:before {
            content: "";
            background-color: #000;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0.8;
        }

        .needs-validation {
            width: 50%;
        }