.Services-About-us-Section {
    padding: 0 0 10px;
    background-image: linear-gradient(144deg, var(--e-global-color-dark-marron) 0%, var(--e-global-color-dark-icons-background) 0%);
}

.about-us-content {
    min-height: 400px;
}

   canvas {
            display: block; /* Removes extra space below the canvas */
            width: 100%;
            height: 100vh;

        }


        /* Main Layout */
        .container {
            width: 100%;
            max-width: 1152px; /* max-w-6xl */
            margin: 0 auto;
            padding-top: 10px;
        }

        .grid-container {
            display: grid;
            grid-template-columns: 1fr;
            align-items: center;
            gap: 4rem;
        }

        /* Typography */
        h1 {
            font-size: 2.25rem; /* text-4xl */
            font-weight: 700;
            line-height: 1.2;
            margin: 0 0 1rem 0;
        }

        p {
            font-size: 1.125rem; /* text-lg */
            color: var(--text-secondary);
            margin: 0 0 2rem 0;
        }

        /* List */
        .values-list {
            list-style: none;
            padding: 0;
            margin: 0 0 2rem 0;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .values-list li {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            color: var(--text-tertiary);
        }

        .values-list svg {
            width: 1.5rem;
            height: 1.5rem;
            color: var(--accent-color);
            flex-shrink: 0;
        }

        /* Buttons */
        .button-group {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .btn {
            font-weight: 600;
            padding: 0.75rem 2rem;
            border-radius: 0.375rem; /* rounded-md */
            transition: all 0.3s ease;
            cursor: pointer;
            border: 1px solid transparent;
            text-align: center;
        }

        .btn:hover {
            transform: scale(1.05);
        }

        .btn-primary {
            background-color: var(--accent-color);
            color: var(--text-primary);
            box-shadow: 0 10px 15px -3px rgba(220, 38, 38, 0.2), 0 4px 6px -2px rgba(220, 38, 38, 0.1);
        }

        .btn-primary:hover {
            background-color: var(--accent-hover);
        }
        
        .btn-secondary {
            border-color: #4b5563; /* border-gray-600 */
            color: var(--text-tertiary);
        }

        .btn-secondary:hover {
            background-color: #1f2937; /* hover:bg-gray-800 */
            border-color: #6b7280; /* hover:border-gray-500 */
        }
        
        /* Animation Container */
     .animation-container {
  width: 150%;
  height: 500px;
  background-color: var(--canvas-bg);
  border-radius: 1rem; /* rounded-2xl */
  overflow: hidden;
  border: 1px solid var(--border-color);
  padding-left: 60px;
  transition: all 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .animation-container {
    width: 130%;
    height: 450px;
    padding-left: 40px;
    padding-top: 10px;
  }
}

@media (max-width: 992px) {
   .canvas {
            display: block; /* Removes extra space below the canvas */
            width: 10vh;
            height: 10vh;

        }
  .animation-container {
    width: 139%;
    height: 750px;
    padding-left: 30px;
    padding-top: 50px;
  }
}

/* Hide animation when screen width is smaller than 736px */
@media (max-width: 736px) {
  .animation-container {
    display: none;
  }
}


        #networkCanvas {
            display: block;
            width: 100%;
            height: 100%;
        }
        
        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-in-up {
            animation: fadeInUp 0.8s ease-out forwards;
        }

        /* Responsive Design */
        @media (min-width: 640px) { /* sm breakpoint */
            .button-group {
                flex-direction: row;
                align-items: center;
            }
            .btn {
                width: auto;
            }
        }

        @media (min-width: 768px) { /* md breakpoint */
            h1 {
                font-size: 3rem; /* text-5xl */
            }
        }
        
        @media (min-width: 1024px) { /* lg breakpoint */
            .grid-container {
                grid-template-columns: 1fr 1fr;
                gap: 2rem;
            }
            .animation-container {
                height: 600px;
            }
        }

     

        .services-new{
            padding-bottom: 0px;
        }


        @media screen and (max-width: 575px) {
    .icons-section {
        padding: 0px 19px 0px 19px;
        margin-top: -100px;
    }
}

@media only screen and (max-width: 991px) {
   .icons-section {
        margin-top: -100px;
        padding: 0px 0 20px;
    }
}

.about2-left-img{
    margin-left: -500px;
    opacity: 0.1;
    padding-top: 400px;
}

.about-us-content .heading{
    display: flex;
    justify-content: center;
    
}
.heading h2{
    color: var(--e-global-color-grey-icons) !important;
    
}
.heading h2:hover{
    color: white !important;
    
}


.about-us-content .security-services-p{
    font-size: 1.15rem; line-height: 1.8; 
}


.about-us-content .icons-rounded-box{
    display: flex !important;
    justify-content: center;
}

.services-detail-section {
  padding: 80px 0;
}

.service-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 45px 35px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  max-width: 900px;

}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.08);
}

/* Bigger headings */
.service-card h3 {
  margin: 25px 0 20px 0;
  color: white;
  font-size: 1.9rem;
  font-weight: 700;
}

/* Larger, easier-to-read paragraph text */
.service-card p {
  color: white;
  font-size: 1.15rem !important;
  line-height: 1.9;
  font-weight: 400;
}

/* Icon container */
.icons-rounded-box {
  width: 110px;
  height: 110px;
  margin: 0 auto 25px auto;
  border-radius: 50%;
  background: linear-gradient(145deg, #e9f4ff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.service-card:hover .icons-rounded-box {
  transform: scale(1.05);
}

/* Keep logos same size and quality */
.icons-rounded-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .service-card {
    padding: 35px 25px;
  }
  .service-card h3 {
    font-size: 1.6rem;
  }
  .service-card p {
    font-size: 1rem;
  }
}
.emoji-icon {
  background: #f5f7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.emoji-icon .emoji {
  font-size: 48px;
}

@media (max-width: 480px) {
    .about-us-section-2 {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 768px) {
    .about-us-section-2 {
        margin-bottom: 0px !important;
    }
}
@media (max-width: 992px) {
    .about-us-section-2 {
        margin-bottom: 0px !important;
    }
}

/* your updated bg */
.service-synkhr-section {
  padding: 80px 0;
  background-image: linear-gradient(var(--e-global-color-dark-icons-background) 26%);
  color: #eaeaea; /* light text for dark bg */
}

/* MAIN TITLE */
.service-title {
  font-weight: 700;
  font-size: 38px;
  color: #ff3b3b; /* brand red */
}

/* SUBTITLE */
.service-subtitle {
  max-width: 600px;
  margin: 10px auto;
  opacity: 0.85;
  color: #dcdcdc;
}

/* RIGHT HEADER TEXT */
.synkhr-section-heading {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

/* FEATURES LIST */
.synkhr-feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.synkhr-feature-list li {
  padding: 8px 0;
  font-size: 17px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #cccccc; /* brighter against dark bg */
}

/* Image Shadow Adjusted for Dark Mode */
.synkhr-service-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.55);
}

/* NEW DARK-THEMED HIGHLIGHT BOX */
.synkhr-highlight {
  padding: 35px;
  border-radius: 18px;
  text-align: center;

  /* matches your dark gradient */
  background: #212529;

  box-shadow: 0 6px 20px rgba(0,0,0,0.45);
}

.synkhr-highlight h4 {
  font-size: 24px;
  color: #ff3b3b;
  margin-bottom: 10px;
}

.synkhr-highlight p {
  color: #e6e6e6;
  opacity: 0.88;
}

/* === Make CTAs visible and consistent on dark background === */

/* Ensure the action wrapper is on top and clickable */
.synkhr-action-buttons {
  z-index: 5;                 /* above most things */
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  pointer-events: auto;
}

/* Buttons: base */
.synkhr-action-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
  box-sizing: border-box;
}

/* Primary: bright brand red */
.synkhr-action-buttons .synk-btn-primary {
  background: linear-gradient(180deg, #ff3b3b, #d73636);
  color: #fff;
  border: 1px solid rgba(255,59,59,0.12);
  box-shadow: 0 8px 22px rgba(199,30,30,0.12);
}

/* Ghost: make it visible on dark bg by using translucent light border + text */
.synkhr-action-buttons .synk-btn-ghost {
  background: rgba(255,255,255,0.03);   /* slight surface so it reads on dark bg */
  color: #f5f5f5;
  border: 1px solid rgba(255,255,255,0.08);
}

/* hover / focus states (keyboard accessible) */
.synkhr-action-buttons .btn:hover,
.synkhr-action-buttons .btn:focus {
  transform: translateY(-2px);
  outline: none;
}
.synkhr-action-buttons .synk-btn-primary:focus {
  box-shadow: 0 10px 30px rgba(255,59,59,0.18);
}
.synkhr-action-buttons .synk-btn-ghost:focus {
  box-shadow: 0 8px 20px rgba(255,255,255,0.06);
}

/* Mobile: stack buttons and ensure spacing (keeps previous mobile rule behavior) */
@media (max-width: 768px) {
  .synkhr-action-buttons {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
  .synkhr-action-buttons .btn {
    width: 100%;
  }
}

/* Safety: force visibility if site has very-specific overrides (only if needed) */
.synkhr-action-buttons .btn[hidden] { display: inline-flex !important; }
.synkhr-action-buttons .btn[style*="display:none"] { display: inline-flex !important; }

/* If a theme rule still hides or recolors buttons, add this very-specific rule (use only if necessary) */
.service-synkhr-section .synkhr-action-buttons .btn {
  color: inherit;
  opacity: 1 !important;
}


/* Responsive */
@media (max-width: 768px) {
  .synkhr-service-block { text-align: center; }
  .synkhr-action-buttons .btn { margin-bottom: 10px; }
}

/* ===== Responsive adjustments for synkHR (paste AFTER your existing CSS) ===== */

/* Tablet / small laptop */
@media (max-width: 1024px) {
  .service-synkhr-section {
    padding: 64px 20px;
  }

  .service-title {
    font-size: 34px; /* slightly smaller */
  }

  .synkhr-section-heading {
    font-size: 22px;
  }

  .synkhr-feature-list li {
    font-size: 16px;
  }

  .synkhr-service-image img {
    height: 360px;
    object-fit: cover;
  }

  .synkhr-highlight {
    padding: 28px;
    border-radius: 16px;
  }
}

/* Tablet / large phone (stack layout starts) */
@media (max-width: 768px) {
  .service-synkhr-section {
    padding: 48px 16px;
  }

  /* ensure the main row stacks vertically */
  .synkhr-service-block {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px;
    align-items: center;
    text-align: center;
  }

  /* columns full width */
  .synkhr-col {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  /* image becomes shorter and full width */
  .synkhr-service-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
  }
  .synkhr-service-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
  }

  /* typography */
  .service-title {
    font-size: 28px;
    text-align: center;
  }
  .service-subtitle {
    font-size: 15px;
    max-width: 90%;
    margin: 8px auto 14px;
    text-align: center;
  }
  .synkhr-section-heading {
    font-size: 20px;
    text-align: center;
  }
  .synkhr-feature-list li {
    font-size: 15px;
    justify-content: center;
  }

  /* action buttons stacked, full width for easy tapping */
  .synkhr-action-buttons {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: stretch;
    justify-content: center;
    margin-top: 6px;
  }
  .synkhr-action-buttons .btn {
    width: 100%;
    padding: 12px 14px;
    min-height: 48px;
    margin: 0 !important;
  }

  /* highlight box smaller */
  .synkhr-highlight {
    padding: 18px;
    border-radius: 12px;
    margin-top: 10px;
  }
  .synkhr-highlight h4 { font-size: 18px; }
  .synkhr-highlight p { font-size: 14px; }
}

/* Small phones */
@media (max-width: 480px) {
  .service-synkhr-section {
    padding: 36px 12px;
  }

  .service-title {
    font-size: 22px;
    line-height: 1.05;
  }

  .synkhr-service-image img {
    height: 200px;
  }

  .synkhr-section-heading { font-size: 18px; }
  .synkhr-feature-list li { font-size: 14px; gap: 8px; }

  .synkhr-action-buttons .btn {
    font-size: 15px;
    padding: 12px 12px;
    border-radius: 10px;
  }

  .synkhr-highlight {
    padding: 14px;
    border-radius: 10px;
  }
}

/* ===== Accessibility & safety tweaks (ensures CTAs remain visible/clickable) ===== */
.synkhr-action-buttons { z-index: 3; pointer-events: auto; }
.synkhr-action-buttons .synk-btn-ghost {
  background: rgba(255,255,255,0.03); /* ensures ghost button reads on dark bg */
  color: #fff;
  border: 1px solid rgba(255,255,255,0.06);
}


/* Section module header — compact, modern */
.section-header-mod {
  display: flex;
  flex-direction: column;
  align-items: center;      /* center on small screens */
  gap: 6px;
  margin-bottom: 20px;      /* smaller space to content below */
  text-align: center;
}

/* main label */
.section-title {
  color: #fff;
  font-weight: 700;
  font-size: clamp(20px, 2.6vw, 34px);
  margin: 0;
  letter-spacing: -0.02em;
}

/* small red kicker under the title — looks like a brand label */
.section-kicker {
  color: #ff3b3b;
  font-weight: 700;
  font-size: 14px;
  background: rgba(200,30,30,0.06);
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
  margin: 0;
}

/* On large screens align left to create more natural reading flow */
@media (min-width: 1024px) {
  .section-header-mod { align-items: flex-start; text-align: left; margin-left: 6%; margin-bottom: 28px; }
  .section-title { font-size: 38px; }
}


.service-synkhr-section h1{
  margin-bottom: 100px;
}



.about-us-section-start .container {
    padding-bottom: 0px;

}