import { Container } from '@/src/components/container';

import Image from 'next/image';
import { cn } from '@/src/utils/shadcn';

const commonImageClasses = cn('rounded-10 object-cover object-center');

export function Cybersecurity() {
  return (
    <section className="  overflow-hidden">
      <Container>
        {/* Section  1*/}
        <div className="relative mt-40 grid gap-6 p-4">
          {/* Grid Section */}
          <div className="grid grid-cols-1 gap-6 lg:grid-cols-[1.5fr_2fr]">
            {/* Paragraphs on the left */}
            <div className="flex flex-col gap-4">
              <div
                className="lg:order-2"
                data-aos="fade-left"
                data-aos-delay="200"
              >
                {/* Heading */}
                <h3 className="text-md font-bold leading-[1.25] text-primary md:text-lg lg:mb-12">
                  Cybersecurity Services at SciTech Consulting & Solutions
                </h3>
                <p className="pr-4 text-justify text-black">
                  In today’s rapidly evolving digital environment, businesses
                  face increasingly sophisticated and persistent cyber threats.
                  Organizations must innovate and embrace emerging technologies
                  while ensuring their systems, data, and operations remain
                  secure. SciTech Consulting & Solutions specializes in helping
                  businesses navigate these challenges with confidence,
                  providing end-to-end cybersecurity solutions that enable
                  secure and resilient digital transformation. As disruptive
                  technologies such as generative AI, IoT, 5G, and quantum
                  computing reshape industries, the scope of cyber threats
                  continues to expand. Hacktivism, ransomware, and supply chain
                  vulnerabilities present new challenges that require a
                  proactive, strategic approach to cybersecurity. Our team
                  includes experts certified in{' '}
                  <strong className="text-primary">
                    CC, CISA, CISSP, and CCSP,{' '}
                  </strong>
                  ensuring we provide the most up-to-date, robust solutions for
                  your cybersecurity needs.
                </p>
                {/* <p className="mt-5 text-black">
                  Our objective was to create a cutting-edge center equipped
                  with the latest technologies and analytical tools, providing
                  researchers with the resources needed to delve into the
                  frontiers of genetic research and data-driven insights.
                </p> */}
              </div>
            </div>

            {/* Image on the right */}
            <div className="relative h-64 w-full lg:h-auto">
              <Image
                src="/assets/images/cybersecurity/2.jpg"
                alt="project 3"
                className={commonImageClasses}
                layout="fill"
                sizes="100vw"
              />
            </div>
          </div>
        </div>
        {/* Section 2*/}
        <div className="relative mt-40 grid gap-6 p-4">
          {/* Grid Section */}
          <div className="grid grid-cols-1 gap-6 lg:grid-cols-[1.5fr_2fr]">
            {/* Image on the right */}
            <div className="relative h-64 w-full lg:h-auto">
              <Image
                src="/assets/images/cybersecurity/3.jpg"
                alt="project 3"
                className={commonImageClasses}
                layout="fill"
                sizes="100vw"
              />
            </div>
            {/* Paragraphs on the left */}
            <div className="flex flex-col gap-4">
              <div
                className="lg:order-2"
                data-aos="fade-left"
                data-aos-delay="200"
              >
                {/* Heading */}
                <h3 className=" text-md font-bold leading-[1.25] text-primary md:text-lg lg:mb-12">
                  Our Approach to Cyber Resilience
                </h3>
                <p className="text-justify text-black">
                  Cyber resilience is essential in today’s fast-paced,
                  interconnected world. At SciTech, we take a holistic approach
                  to cybersecurity, focusing not only on preventing attacks but
                  also on ensuring business continuity in the event of a breach.
                  We equip your organization with the tools, frameworks, and
                  strategies necessary to anticipate, detect, and respond to
                  security challenges in real time. Our comprehensive approach
                  emphasizes adaptability, scalability, and proactive threat
                  management, enabling businesses to foster innovation securely
                  while protecting critical assets. We leverage industry best
                  practices, advanced frameworks, and emerging technologies to
                  help you stay ahead of the curve and drive digital
                  transformation without compromising security.
                </p>
                {/* <p className="mt-5 text-black">
                  Through this project, we empowered scientists to unravel the
                  mysteries of genetics, enabling groundbreaking discoveries
                  with far-reaching implications for fields such as personalized
                  medicine, agriculture, and biotechnology. The establishment of
                  the genome research laboratory represents our commitment to
                  advancing scientific knowledge and fostering innovation in
                  genomics.
                </p> */}
              </div>
            </div>
          </div>
        </div>
        {/* Section  3*/}
        <div className="relative mt-40 grid gap-6 p-4">
          {/* Grid Section */}
          <div className="grid grid-cols-1 gap-6 lg:grid-cols-[1.5fr_2fr]">
            {/* Paragraphs on the left */}
            <div className="flex flex-col gap-4">
              <div
                className="lg:order-2"
                data-aos="fade-left"
                data-aos-delay="200"
              >
                {/* Heading */}
                <h3 className=" text-md font-bold leading-[1.25] text-primary md:text-lg lg:mb-12">
                  Strategic Cybersecurity Frameworks
                </h3>
                <p>
                  Our services are built on proven cybersecurity frameworks and
                  are designed to address the evolving needs of modern
                  enterprises. By combining industry-leading methodologies with
                  cutting-edge technologies, we help organizations create a
                  robust and secure foundation.
                </p>

                <ul>
                  <li className="mt-5">
                    <strong>Zero Trust Architecture:</strong> Traditional
                    perimeter-based security models are no longer sufficient in
                    today’s increasingly remote and cloud-based environments. We
                    implement Zero Trust, which continuously verifies users,
                    devices, and applications before granting access, reducing
                    the risk of unauthorized access and insider threats.
                  </li>

                  <li className="mt-5">
                    <strong>DevSecOps:</strong> Security must be integrated into
                    every phase of the software development lifecycle. Our
                    DevSecOps approach ensures that security is a shared
                    responsibility across development, security, and operations
                    teams, enabling rapid, secure software deployment.
                  </li>

                  <li className="mt-5">
                    <strong>Passwordless Authentication:</strong> By replacing
                    traditional passwords with more secure authentication
                    methods such as biometrics and cryptographic keys, we
                    eliminate one of the most common attack vectors,
                    significantly enhancing your organization’s security
                    posture.
                  </li>
                </ul>
              </div>
            </div>

            {/* Image on the right */}
            <div className="relative h-64 w-full lg:h-auto">
              <Image
                src="/assets/images/cybersecurity/4.jpg"
                alt="project 3"
                className={commonImageClasses}
                layout="fill"
                sizes="100vw"
              />
            </div>
          </div>
        </div>
        {/* Section 4*/}
        <div className="relative mt-40 grid gap-6 p-4">
          {/* Grid Section */}
          <div className="grid grid-cols-1 gap-6 lg:grid-cols-[1.5fr_2fr]">
            {/* Image on the right */}
            <div className="relative h-64 w-full lg:h-auto">
              <Image
                src="/assets/images/cybersecurity/5.jpg"
                alt="project 3"
                className={commonImageClasses}
                layout="fill"
                sizes="100vw"
              />
            </div>
            {/* Paragraphs on the left */}
            <div className="flex flex-col gap-4">
              <div
                className="lg:order-2"
                data-aos="fade-left"
                data-aos-delay="200"
              >
                {/* Heading */}
                <h3 className="text-md font-bold leading-[1.25] text-primary md:text-lg lg:mb-12">
                  AI-Driven Threat Detection and Orchestrated Defense
                </h3>
                <p className="text-justify text-black">
                  We leverage advanced artificial intelligence (AI) and machine
                  learning technologies to stay ahead of cyber threats. Our
                  AI-driven threat detection systems continuously monitor your
                  network, identifying anomalies and suspicious activity before
                  they escalate into full-blown attacks.
                </p>
                <p className="mt-5 text-justify text-black">
                  Additionally, our orchestrated defense systems integrate
                  various security tools and processes into a unified defense
                  strategy. This holistic approach enables real-time
                  collaboration across security layers, ensuring comprehensive
                  protection and streamlined incident response.
                </p>
                {/* <p className="mt-5 text-black">
                  Through this project, we empowered scientists to unravel the
                  mysteries of genetics, enabling groundbreaking discoveries
                  with far-reaching implications for fields such as personalized
                  medicine, agriculture, and biotechnology. The establishment of
                  the genome research laboratory represents our commitment to
                  advancing scientific knowledge and fostering innovation in
                  genomics.
                </p> */}
              </div>
            </div>
          </div>
        </div>
        {/* Section  5*/}
        <div className="relative mt-40 grid gap-6 p-4">
          {/* Grid Section */}
          <div className="grid grid-cols-1 gap-6 lg:grid-cols-[1.5fr_2fr]">
            {/* Paragraphs on the left */}
            <div className="flex flex-col gap-4">
              <div
                className="lg:order-2"
                data-aos="fade-left"
                data-aos-delay="200"
              >
                {/* Heading */}
                <h3 className="text-md font-bold leading-[1.25] text-primary md:text-lg lg:mb-12">
                  Proactive Threat Management
                </h3>
                <p className="pr-4 text-justify text-black">
                  Cybersecurity is an ongoing effort that requires continuous
                  monitoring, testing, and improvement. At SciTech, we provide
                  proactive threat management services that enable your business
                  to stay ahead of emerging threats. From threat intelligence
                  and vulnerability assessments to incident response and
                  disaster recovery planning, we ensure that your business is
                  prepared for any security challenge.
                </p>
                <p className="mt-5 pr-4 text-justify text-black">
                  Our services are designed to address vulnerabilities before
                  they can be exploited, ensuring that your organization’s
                  operations remain secure and uninterrupted.{' '}
                </p>
                <p className="pr-4 text-justify text-black"></p>
                {/* <p className="mt-5 text-justify text-black">
                  By partnering with SciTech, technology leaders can seamlessly
                  integrate ServiceNow’s cloud solutions into their operations
                  to enable rapid innovation, improve agility, and deliver
                  long-term value for their stakeholders. With SciTech and
                  ServiceNow, future-ready leadership and transformative cloud
                  capabilities become a reality.
                </p> */}
              </div>
            </div>

            {/* Image on the right */}
            <div className="relative h-64 w-full lg:h-auto">
              <Image
                src="/assets/images/cybersecurity/6.jpg"
                alt="project 3"
                className={commonImageClasses}
                layout="fill"
                sizes="100vw"
              />
            </div>
          </div>
        </div>
        {/* Section 6*/}
        <div className="relative mt-40 grid gap-6 p-4">
          {/* Grid Section */}
          <div className="grid grid-cols-1 gap-6 lg:grid-cols-[1.5fr_2fr]">
            {/* Image on the right */}
            <div className="relative h-64 w-full lg:h-auto">
              <Image
                src="/assets/images/cybersecurity/7.jpg"
                alt="project 3"
                className={commonImageClasses}
                layout="fill"
                sizes="100vw"
              />
            </div>
            {/* Paragraphs on the left */}
            <div className="flex flex-col gap-4">
              <div
                className="lg:order-2"
                data-aos="fade-left"
                data-aos-delay="200"
              >
                {/* Heading */}
                <h3 className=" text-md font-bold leading-[1.25] text-primary md:text-lg lg:mb-12">
                  Driving Growth, Resilience, and Trust
                </h3>
                <p className="text-justify text-black">
                  Effective cybersecurity not only protects against threats but
                  also enables business growth. At SciTech, we understand that a
                  resilient security infrastructure builds trust with
                  stakeholders and creates a foundation for innovation. We help
                  organizations turn cybersecurity challenges into strategic
                  advantages, fostering growth, operational efficiency, and
                  long-term success.
                </p>
                <p className="mt-5 text-justify text-black">
                  By partnering with SciTech, you gain more than just
                  security—you gain the confidence to innovate and scale,
                  knowing that your systems, data, and business operations are
                  secure. Our approach enhances resilience, enabling you to
                  navigate today’s dynamic business environment with ease.
                </p>
              </div>
            </div>
          </div>
        </div>
        {/* Section  7*/}
        <div className="relative mb-40 mt-40 grid gap-6 p-4">
          {/* Grid Section */}
          <div className="grid grid-cols-1 gap-6 lg:grid-cols-[1.5fr_2fr]">
            {/* Paragraphs on the left */}
            <div className="flex flex-col gap-4">
              <div
                className="lg:order-2"
                data-aos="fade-left"
                data-aos-delay="200"
              >
                {/* Heading */}
                <h3 className="text-md font-bold leading-[1.25] text-primary md:text-lg lg:mb-12">
                  Your Trusted Partner in Cybersecurity Transformation
                </h3>
                <p className="pr-4 text-justify text-black">
                  As cyber threats become more sophisticated, businesses need a
                  trusted partner with the expertise and resources to stay
                  ahead. SciTech Consulting & Solutions offers a comprehensive
                  suite of cybersecurity services designed to safeguard your
                  organization’s most valuable assets. Our team, certified in
                  CC, CISA, CISSP, and CCSP, provides tailored solutions that
                  align with your business needs.
                </p>
                <p className="mt-5 text-justify text-black">
                  Our mission is to help you build a resilient, secure, and
                  future-ready organization. With SciTech by your side, you can
                  confidently embrace digital transformation, knowing that your
                  systems are protected by the best in the industry.
                </p>
                <p className="mt-5 text-justify text-black">
                  Let SciTech be your trusted partner in cybersecurity.
                  Together, we can navigate the evolving threat landscape and
                  ensure that your organization is secure, resilient, and ready
                  for the future.
                </p>
              </div>
            </div>

            {/* Image on the right */}
            <div className="relative h-64 w-full lg:h-auto">
              <Image
                src="/assets/images/cybersecurity/8.jpg"
                alt="project 3"
                className={commonImageClasses}
                layout="fill"
                sizes="100vw"
              />
            </div>
          </div>
        </div>
      </Container>
    </section>
  );
}
