/* Service Banner Styles */
.service-banner {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  
  .service-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  
  .service-banner .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .service-banner .banner-content {

    gap: 60px;
    align-items: center;
    min-height: 500px;
    margin-left: -100px;

  }
  
  .service-banner .banner-text {
    color: white;
    width: 40%;
    margin-top: 150px;
  }
  
  .service-banner .banner-title {
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #2D2D2D;
    font-family: Montserrat;
    font-size: 2.8125rem;     /* 45px = 45 / 16 = 2.8125rem */
    line-height: 1.5;          /* 150% = 1.5 */
    letter-spacing: 0;         /* 0% = 0 */

  }
  
  .service-banner .banner-subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: white;
  }
  
  .service-banner .banner-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 150px;
  }
  
  .service-banner .cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    min-width: 160px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1rem;           /* 16px = 16 / 16 = 1rem */
    line-height: 1.5;          /* 150% = 1.5 */
    letter-spacing: 0;         /* 0% = 0 */
    text-align: center;

  }
  
  .service-banner .cta-outline {
    background: transparent;
    color: white;
    border-color: white;
  }
.service-banner .cta-button.cta-outline{
  background: #1552A2 !important;
  border-radius: 5px !important;
  border:none !important;

}
.container.service-tabs{
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
}
.service-banner .cta-button.cta-filled {
  background: #F15B22 !important;
  border-radius: 5px !important;
border:none !important;
}
.service-banner .cta-outline:hover {
    background: white;
    color: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
  }
  
  .service-banner .cta-filled {
    background: #f97316;
    color: white;
    border-color: #f97316;
  }
  
  .service-banner .cta-filled:hover {
    background: #ea580c;
    border-color: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4);
  }
  
  /* Service Scene Graphics */
  .service-scene {
    position: relative;
    width: 100%;
    height: 400px;
    perspective: 1000px;
  }
  
  /* Server Stack */
  .server-stack {
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%) rotateX(15deg) rotateY(-15deg);
    transform-style: preserve-3d;
  }
  
  .server-unit {
    width: 120px;
    height: 30px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    margin-bottom: 5px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    animation: serverPulse 3s ease-in-out infinite;
  }
  
  .server-unit:nth-child(2) {
    animation-delay: 0.5s;
  }
  .server-unit:nth-child(3) {
    animation-delay: 1s;
  }
  .server-unit:nth-child(4) {
    animation-delay: 1.5s;
  }
  
  .server-lights {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 4px;
  }
  
  .light {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #64748b;
    transition: all 0.3s ease;
  }
  
  .light.active {
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
    animation: lightBlink 2s ease-in-out infinite;
  }
  
  /* Person Figure */
  .person-figure {
    position: absolute;
    left: 30%;
    bottom: 20%;
    transform: rotateX(15deg) rotateY(15deg);
    transform-style: preserve-3d;
  }
  
  .person-head {
    width: 25px;
    height: 25px;
    background: #fbbf24;
    border-radius: 50%;
    margin: 0 auto 5px;
  }
  
  .person-body {
    width: 35px;
    height: 50px;
    background: #3b82f6;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
  }
  
  .person-arm {
    position: absolute;
    top: 15px;
    right: -15px;
    width: 20px;
    height: 8px;
    background: #fbbf24;
    border-radius: 4px;
    transform: rotate(-30deg);
  }
  
  .person-tablet {
    position: absolute;
    top: 10px;
    right: -35px;
    width: 20px;
    height: 15px;
    background: #1f2937;
    border-radius: 2px;
    transform: rotate(-15deg);
  }
  
  .tablet-screen {
    width: 16px;
    height: 11px;
    background: #3b82f6;
    margin: 2px;
    border-radius: 1px;
    animation: screenGlow 2s ease-in-out infinite;
  }
  
  /* Data Cubes */
  .data-cube {
    position: absolute;
    width: 30px;
    height: 30px;
    transform-style: preserve-3d;
    animation: cubeFloat 4s ease-in-out infinite;
  }
  
  .cube-1 {
    top: 15%;
    left: 15%;
    animation-delay: 0s;
  }
  
  .cube-2 {
    top: 25%;
    right: 10%;
    animation-delay: 1s;
  }
  
  .cube-3 {
    bottom: 30%;
    left: 45%;
    animation-delay: 2s;
  }
  
  .cube-face {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(59, 130, 246, 0.8);
    border: 1px solid #3b82f6;
  }
  
  .cube-face.front {
    transform: rotateY(0deg) translateZ(15px);
  }
  .cube-face.back {
    transform: rotateY(180deg) translateZ(15px);
  }
  .cube-face.right {
    transform: rotateY(90deg) translateZ(15px);
  }
  .cube-face.left {
    transform: rotateY(-90deg) translateZ(15px);
  }
  .cube-face.top {
    transform: rotateX(90deg) translateZ(15px);
  }
  .cube-face.bottom {
    transform: rotateX(-90deg) translateZ(15px);
  }
  
  /* Connection Lines */
  .connection-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
    animation: dataFlow 3s ease-in-out infinite;
  }
  
  .line-1 {
    top: 30%;
    left: 25%;
    width: 100px;
    transform: rotate(15deg);
  }
  
  .line-2 {
    top: 50%;
    left: 35%;
    width: 80px;
    transform: rotate(-10deg);
    animation-delay: 1s;
  }
  
  .line-3 {
    bottom: 35%;
    left: 20%;
    width: 120px;
    transform: rotate(25deg);
    animation-delay: 2s;
  }
  
  /* Animations */
  @keyframes serverPulse {
    0%,
    100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }
  
  @keyframes lightBlink {
    0%,
    100% {
      opacity: 1;
    }
    50% {
      opacity: 0.3;
    }
  }
  
  @keyframes screenGlow {
    0%,
    100% {
      box-shadow: 0 0 5px #3b82f6;
    }
    50% {
      box-shadow: 0 0 15px #3b82f6;
    }
  }
  
  @keyframes cubeFloat {
    0%,
    100% {
      transform: translateY(0px) rotateX(0deg) rotateY(0deg);
    }
    50% {
      transform: translateY(-20px) rotateX(180deg) rotateY(180deg);
    }
  }
  
  @keyframes dataFlow {
    0% {
      opacity: 0;
      transform: scaleX(0);
    }
    50% {
      opacity: 1;
      transform: scaleX(1);
    }
    100% {
      opacity: 0;
      transform: scaleX(0);
    }
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .service-banner .banner-content {
      grid-template-columns: 1fr;
      gap: 40px;
      text-align: center;
    }
  
    .service-banner .banner-title {
      font-size: 2.5rem;
    }
  
    .service-banner .banner-cta {
      justify-content: center;
    }
  
    .service-scene {
      height: 300px;
    }
  
    .server-stack {
      right: 10%;
      transform: translateY(-50%) scale(0.8);
    }
  
    .person-figure {
      left: 20%;
      transform: scale(0.8);
    }
  
    .data-cube {
      transform: scale(0.7);
    }
  }
  
  @media (max-width: 480px) {
    .service-banner {
      min-height: 500px;
    }
  
    .service-banner .banner-title {
      font-size: 2rem;
    }
  
    .service-banner .banner-subtitle {
      font-size: 1rem;
    }
  
    .service-banner .cta-button {
      padding: 12px 24px;
      font-size: 0.9rem;
      min-width: 140px;
    }
  }
  