.intel-hub-view .view-content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px !important;
}
.intel-hub-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 20px 0;
  flex-wrap: wrap;
}

.intel-hub-left {
  flex: 1;
  min-width: 280px;
}

.intel-hub-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

.intel-hub-right {
  flex: 2;
  min-width: 300px;
}

.intel-hub-date {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  font-family:roboto;
}

.intel-hub-body {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.intel-hub-body p{
line-height: 1.5;
}
.intel-hub-read-more {
  margin-top: 20px;
}

.intel-hub-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #004C97;
  color: #004C97;
  border-radius:8px;
  text-decoration: none;
  font-weight: 500;
  font-family:roboto;
  transition: background-color 0.3s, color 0.3s;
}

.intel-hub-btn:hover {
  background-color: #004C97;
  color: white;
}

@media (max-width: 991px) {
  .intel-hub-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .intel-hub-title {
    font-size: 28px;
    text-align: left;
  }

  .intel-hub-body {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .intel-hub-title {
    font-size: 22px;
  }

  .intel-hub-body {
    font-size: 14px;
  }

  .intel-hub-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}


.intelhub-banner {
  background-color: #004c97;
  color: white;
  padding: 3rem 1rem;
  text-align: center;
}

.intelhub-banner-content {
  max-width: 900px;
  margin: 0 auto;
}

.intelhub-banner-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color:#ffffff
}

.intelhub-banner-description {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .intelhub-banner-title {
    font-size: 2rem;
  }

  .intelhub-banner-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .intelhub-banner-title {
    font-size: 1.6rem;
  }

  .intelhub-banner-description {
    font-size: 0.95rem;
  }
}

.intelhub {
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Log4Shell Section */
    .intelhub.log4shell-section {
        background: #004c97;
        color: white;
        padding: 80px 20px;
        position: relative;
        overflow: hidden;
    }

    .log4shell-content {
        position: relative;
        z-index: 2;
    }

    .log4shell-section-title {
        font-size: 48px;
        font-weight: 600;
        margin-bottom: 2rem;
        text-align: center;
        letter-spacing: -0.025em;
        color: #ffffff !important;
        line-height: 120%;
    }

    .log4shell-section-description {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 1.5rem;
        opacity: 0.95;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff !important;
        font-weight: 400;
        line-height: 150%;
    }

    .log4shell-section-highlight {
        font-size:16px;
        line-height: 1.7;
        margin-bottom: 3rem;
        font-weight: 400;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff !important;
        line-height: 150%;
    }

    .log4shell-cta-button {
        display: inline-block;
        padding: 10px 24px;
        background: rgba(255, 255, 255, 0.1);
        color: white;
        text-decoration: none;
        border-radius: 8px;
        font-weight: 500;
        font-size: 1.1rem;
        border: 2px solid rgba(255, 255, 255, 0.3);
        
             border-radius: 8px;
                text-decoration: none;
                cursor: pointer;
                transition: all 0.3s ease-in-out !important;
                justify-content: center;
                align-items: center;
                line-height: 22px;
        font-family:roboto;
    }



   
    .log4shell-cta-button:hover {
        background-color: #fff;
                transform: scale(1.05);
    }

    .log4shell-cta-button:active {
        transform: translateY(0);
    }

    .log4shell-cta-center {
        text-align: center;
    }

    /* SolarWinds Section */
    .intelhub.solarwinds-section {
        background: white;
        padding: 80px 20px;
        position: relative;
    }

    

    .solarwinds-content {
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .solarwinds-title {
        font-size: 48px;
        font-weight: 600;
        margin-bottom: 2rem;
        color: #004c97 !important;
        /* letter-spacing: -0.025em; */
        line-height: 120%;
    }

    .solarwinds-description {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 2.5rem;
        color: #343741;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .button-group {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 2.5rem;
    }

    .secondary-button {
        display: inline-block;
        padding: 10px 24px;
        background: white;
        color: #004c97;
        text-decoration: none;
        border-radius: 8px;
        font-weight: 500;
        font-size: 1rem;
        border: 2px solid #004c97;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        font-family:roboto;
    }

    

    
    .secondary-button:hover {
        color: white;
        border-color: #004c97;
        background:#004c97;
        transform: translateY(-2px);
        box-shadow: 0 15px 30px rgba(0, 76, 151, 0.2);
    }

    .secondary-button:active {
        transform: translateY(0);
    }

    .impact-text {
        font-size: clamp(1rem, 2.5vw, 1.15rem);
        line-height: 1.7;
        color: #475569;
        margin-bottom: 2.5rem;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .dark-button {
        background: #004c97;
        color: white;
        border: 2px solid #004c97;
    }

    

    .dark-button:hover {
        
        box-shadow: 0 15px 30px rgba(30, 41, 59, 0.3);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .intelhub.log4shell-section,
        .intelhub.solarwinds-section {
            padding: 60px 20px;
        }

        .button-group {
            flex-direction: column;
            align-items: center;
        }

        .secondary-button {
            width: 100%;
            max-width: 300px;
            text-align: center;
        }
    }

    @media (max-width: 480px) {
        .intelhub.log4shell-section,
        .intelhub.solarwinds-section {
            padding: 40px 15px;
        }

        .cta-button,
        .secondary-button {
            padding: 12px 24px;
            font-size: 1rem;
        }
    }

    /* Animation for smooth scrolling */
    @media (prefers-reduced-motion: no-preference) {
        .intelhub.log4shell-section,
        .intelhub.solarwinds-section {
            animation: fadeInUp 0.8s ease-out;
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

