/* ============================================================
   AI Observability Page Styles
   ============================================================ */

/* ---- Global Reset for this page ---- */
body {
    background-color: #04051a;
    color: #ffffff;
    font-family: 'GraphikRegular', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-logo{
    margin-top:20px;
    margin-bottom:0px;
    max-width:270px;
}
.logo-short-section{
     padding: 10px 0 0;
   
      background: linear-gradient(to right, #00071F 0%, #03081e 60%, #010b24 100%);
}
.aio-header-bg {
    background-color: #020921;
    background-image: url('../images/ai-observability/hero-dashboard2.webp');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0 0px;
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.aio-header-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(4,5,26,0.75) 0%, rgba(4,5,26,0.3) 60%, rgba(4,5,26,0) 100%);
    z-index: 0;
}

.aio-hero-section {
    position: relative;
    z-index: 1;
    width: 100%;
}

.aio-hero-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.15;
    color: #ffffff;
    
    font-family: 'GraphikRegular', Arial, sans-serif;
    margin-bottom: 20px;
}

.aio-highlight {
   background: linear-gradient(264.48deg, #03FFD9 26.33%, #199BFE 93.87%);
    font-weight: 700;
    font-size: 48px;
font-family: 'GraphikSemibold', Arial, sans-serif;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    display: block;
}

.aio-hero-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    max-width: 345px;
}

.aio-cta-btn {
    display: inline-block;
    background: linear-gradient(90deg, #1A9BFE 0%, #07EEDE 100%);
    color: #010B24;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    font-family: 'GraphikMedium', Arial, sans-serif;
    cursor: pointer;
}

.aio-cta-btn:hover {
 
   opacity:0.8;
    text-decoration: none;
}

.aio-cta-btn-outline {
    display: inline-block;
    background: linear-gradient(90deg, #1A9BFE 0%, #07EEDE 100%);
    color: #010B24;
    
   font-size: 16px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    font-family: 'GraphikMedium', Arial, sans-serif;
    cursor: pointer;
}

.aio-cta-btn-outline:hover {
  opacity:0.8;
    text-decoration: none;

}

.aio-hero-right {
    text-align: center;
}

.aio-hero-img {
    width: 100%;
    max-width: 620px;
    display: block;
    margin: 0 auto;
}

/* ============================================================
   STICKY CTA MENU
   ============================================================ */

.sticky-cta-menu {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    opacity: 0;
    background: #0a0c2e;
    z-index: 9990;
    padding: 14px 0;
    transition: top 0.35s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(0,198,255,0.15);
}

.sticky-cta-menu.show-sticky {
    top: 0;
      opacity: 1;
 
}

.sticky-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sticky-left h3 {
   
    color: #ffffff;
    margin: 0;
   ;

    font-size: 24px;
    line-height: 32px;
    font-family: 'GraphikMedium';
    font-weight: 500;
    text-align: left;
}

.sticky-cta-btn {
    white-space: nowrap;
    flex-shrink: 0;
}

/* ============================================================
   WHY AI OBSERVABILITY ALONE FALLS SHORT
   ============================================================ */


.aio-falls-short-section {
    background: #00071F;
    padding: 90px 0 0;
    border:0;

}
.bg-line{
    margin: 90px 0 0;
    border: 0.5px solid;
    border-image: linear-gradient(90deg, #07EEDE 0%, #9F63F6 100%) 1;


height: 1px;
}

.aio-falls-left h2 {
   font-size: 30px;
   font-weight: 700;
   background: linear-gradient(90deg, #CDEAFF 0%, #62E0FF 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   line-height: 1.25;
   margin-bottom: 24px;
   font-family: 'GraphikSemibold', Arial, sans-serif;
}

.aio-falls-left p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 16px;
    max-width: 360px;
}

.aio-falls-right {
    text-align: center;
}

.aio-falls-img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

/* ============================================================
   DOMAIN INTELLIGENCE SECTION
   ============================================================ */

.aio-domain-section {
    background: #00071F;
    padding: 40px 0 0;

}

.aio-domain-section .bg-line{
  margin: 40px 0 0;
  
}

.aio-domain-left {
    text-align: center;
}

.aio-domain-img {
    width: 100%;
    max-width: auto;
    display: block;
    margin: 0 auto;
}

.aio-domain-right h2 {
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(90deg, #CDEAFF 0%, #62E0FF 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
    line-height: 1.25;
    margin-bottom: 24px;
    font-family: 'GraphikSemibold', Arial, sans-serif;
}

.aio-domain-right p {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    max-width: 360px;
    margin-bottom: 16px;
}
.centeralign{
    text-align: center;
}

/* ============================================================
   FROM AI SIGNALS TO ROOT CAUSE
   ============================================================ */

.aio-signals-section {
    background: #00071F;
    padding: 90px 0;
}

.aio-signals-left h2 {
   font-size: 30px;
   font-weight: 700;
   background: linear-gradient(90deg, #CDEAFF 0%, #62E0FF 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
    line-height: 1.25;
    margin-bottom: 24px;
    font-family: 'GraphikSemibold', Arial, sans-serif;
}

.aio-signals-left p {
    font-size: 16px;
    line-height: 1.5;
     max-width: 380px;
    color: #fff;
    margin-bottom: 16px;
}

.aio-signals-right {
    text-align: center;
}

.aio-signals-img {
    width: 100%;
    max-width: 760px;
    display: block;
    margin: 0 auto;
}

.aio-signals-cards {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
}

.aio-signal-card {
    background: transparent;
    border: 1.5px solid #132A58;
    border-radius: 10px;
    padding: 28px 22px;
  
    text-align: center;
    transition: border-color 0.2s, transform 0.2s;
      display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
        min-width: 205px;
    
}

.aio-signal-card:hover {
    border-color: rgba(0,198,255,0.35);
    transform: translateY(-4px);
}

.aio-signal-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aio-signal-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aio-signal-card p {
    font-size: 14px;
    line-height: 1.25;
    color: #fff;
    margin: 0;
}

/* ============================================================
   WHY eG ENTERPRISE STANDS OUT
   ============================================================ */

.aio-stands-out-section {
    background: linear-gradient(90deg, #01071F 0%, #0C249D 100%);

    padding: 90px 0;
}

.aio-stands-left h2 {
   font-size: 30px;
   font-weight: 700;
   background: linear-gradient(90deg, #CDEAFF 0%, #62E0FF 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
    line-height: 1.25;
    margin-bottom: 20px;
    font-family: 'GraphikSemibold', Arial, sans-serif;
}

.aio-stands-left p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    max-width: 350px;
}

.aio-stands-cards {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.aio-stands-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 170px;
    max-width: 170px;
}

.aio-stands-icon {
   
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: background 0.2s, border-color 0.2s;
}

.aio-stands-icon:hover {
    background: rgba(0,198,255,0.15);
    border-color: rgba(0,198,255,0.5);
}

.aio-stands-icon img {
    width: 82px;
    height: 82px;
    object-fit: contain;
}

.aio-stands-card p {
    font-size: 14px;
    line-height: 1.26;
    color:#fff;
    margin: 0;
    font-weight: 400;
}

/* ============================================================
   MORE DATA ≠ MORE CLARITY
   ============================================================ */

.aio-more-data-section {
    background: #000422;
    padding: 60px 0;

}

.aio-more-data-left {
    text-align: center;
}

.aio-more-data-img {
    width: 100%;
    max-width: 640px;
    display: block;
    margin: 0 0;
}

.aio-more-data-right h2 {
     font-size: 30px;
   font-weight: 700;
   background: linear-gradient(90deg, #CDEAFF 0%, #62E0FF 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
    line-height: 1.25;
    margin-bottom: 24px;
    font-family: 'GraphikSemibold', Arial, sans-serif;
}

.aio-more-data-right p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 16px;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 991px) {

    .aio-header-bg {
        min-height: 400px;
        padding: 70px 0 80px;
        background-position: right center;
    }

    .aio-hero-title {
        font-size: 36px;
    }

    .aio-hero-left {
        max-width: 70%;
    }

    .aio-falls-right {
        margin-top: 40px;
    }

    .aio-domain-left {
        margin-bottom: 40px;
    }

    .aio-signals-right {
        margin-top: 40px;
    }

    .aio-stands-left {
        margin-bottom: 40px;
    }

    .aio-stands-cards {
        justify-content: center;
    }

    .aio-more-data-left {
        margin-bottom: 40px;
    }

    .sticky-cta-inner {
        flex-direction: column;
        text-align: center;
    }

}

@media (max-width: 767px) {

          .aio-highlight {
                   font-size: 1.4em;
        
        }

    .aio-hero-title {
                font-size: 1.4em;
    }

    .aio-hero-sub {
        font-size: 16px;
    }

    .aio-header-bg {
       
        min-height: 340px;
        padding: 0px 0 0px;
        background-image:none!important;
    }

    .aio-hero-left {
        max-width: 100%;
    }

    .aio-falls-short-section,
    .aio-domain-section,
    .aio-signals-section,
    .aio-stands-out-section,
    .aio-more-data-section {
        padding: 20px 0;
    }

    .aio-falls-left h2,
    .aio-domain-right h2,
    .aio-signals-left h2,
    .aio-stands-left h2,
    .aio-more-data-right h2 {
        font-size: 1.7em;
        text-align: center;
    }
      .aio-falls-left p,
    .aio-domain-right p,
    .aio-signals-left p,
    .aio-stands-left p,
    .aio-more-data-right p {
max-width: 100%;
text-align: center;
    }

    .aio-signals-cards {
        gap: 14px;
    }

    .aio-signal-card {
        max-width: 100%;
        flex: 1 1 calc(50% - 14px);
    }

    .aio-stands-card {
        max-width: 100%;
        flex: 1 1 calc(50% - 14px);
    }

    .sticky-left h3 {
        font-size: 13px;
    }

}

@media (max-width: 480px) {

    .aio-signal-card,
    .aio-stands-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .aio-cta-btn,
    .aio-cta-btn-outline {
        display: block;
        text-align: center;
        width: 100%;
    }
    .sticky-left h3{
                line-height: 29px;
        font-size: 22px !important;
        text-align: center !important;
    }

}


.popup-form-wrapper{
    max-width:700px;
    width:100%;
    padding:40px;
    border-radius:20px;
    background:#fff;
}

.fancybox__content{
    border-radius:8px !important;
    padding:0 !important;
}

@media(max-width:767px){
    .popup-form-wrapper{
        padding:20px;
    }
}

/* Fancybox Popup */

#demo-popup{
    display:none;
}

.popup-form-wrapper{
    width: 100%;
    max-width: 495px;
    background: #fff;
    border-radius: 24px;
    padding: 20px 30px 10px;
    position: relative;
    /* max-height: 90vh; */
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #f29305 #f1f1f1;
}

/* Chrome Scrollbar */
.popup-form-wrapper::-webkit-scrollbar{
    width:8px;
}

.popup-form-wrapper::-webkit-scrollbar-track{
    background:#f1f1f1;
    border-radius:20px;
}

.popup-form-wrapper::-webkit-scrollbar-thumb{
    background:#f29305;
    border-radius:20px;
}

.fancybox__slide{
    padding: 0px 100px!important;
}

/* Fancybox Content */
.fancybox__content{
    padding:0 !important;
    border-radius:24px !important;
    overflow:hidden !important;
}

/* Backdrop */
.fancybox__backdrop{
    background:rgba(0,0,0,0.75) !important;
}
.fancybox-content{
    padding: 10px;
}
.fancybox__content{
    border-radius: 9px !important;
    
}

/* CLOSE BUTTON FIX */
/* Fancybox Close Icon */
.fancybox__toolbar{
    position:absolute !important;
    top:15px;
    right:15px;
    z-index:9999;
}

.fancybox__button--close{
    position:absolute !important;
    top:0;
    right:0;

    display:flex !important;
    align-items:center;
    justify-content:center;

    width:38px !important;
    height:38px !important;

    border-radius:50% !important;
    background:#f5f5f5 !important;

    color:#000 !important;
    opacity:1 !important;

    box-shadow:none !important;
    transition:all .3s ease;
}

.fancybox__button--close:hover{
    background:#f29305 !important;
    color:#fff !important;
}

.fancybox__button--close svg{
    width:18px !important;
    height:18px !important;
    stroke-width:2.5 !important;
}

.fancybox__content>.carousel__button.is-close{
    top: 0px!important;
    background-color: #f29305!important;
    border-radius: 0px!important;
    padding: 0px 9px !important;
    width: 32px!important;
    height: 32px!important;
}


/* Heading */
.popup-form-wrapper h3{
    font-size: 27px!important;
    line-height: 34px;
    color:#00338D;
    margin-bottom:5px;
    font-family:'GraphikMedium';
    text-align:center;
    margin-top:0px;
}

.popup-form-wrapper p{
    font-size:16px;
    line-height:23px;
    color:#666;
    text-align:center;
    margin-bottom: 4px;
}

/* Inputs */
.popup-form-wrapper .form-control,
.popup-form-wrapper .form-select{
    width: 100%;
    height: 45px;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 0 18px;
    font-size: 16px;
    color: #333;
    box-shadow: none !important;
    transition: all .3s ease;
    margin-bottom: 14px;
    background: #fff;
}

.popup-form-wrapper textarea.form-control{
    height:70px;
    padding-top:10px;
    resize:none;
}

/* Focus */
.popup-form-wrapper .form-control:focus,
.popup-form-wrapper .form-select:focus{
    border-color:#f29305;
}

/* Submit Button */
.popup-form-wrapper .start_process{
    width: max-content;
    padding: 8px 30px;
    margin-top: 10px;
    border:none;
    border-radius:50px;
    background:#f29305;
    color:#fff;
    font-size:18px;
    font-family:'GraphikMedium';
    transition:all .3s ease;
}

.popup-form-wrapper .start_process:hover{
   background: #f29305 !important;
    opacity: 0.7;
}

/* Privacy */
.popup-form-wrapper .zz_code{
    margin-top:15px;
    color:#777;
    font-size:12px;
    line-height:20px;
    text-align:center;
}

.popup-form-wrapper .zz_code a{
    color:#00338D;
    text-decoration:none;
}

/* Mobile */
@media(max-width:767px){

    .popup-form-wrapper{
        padding:25px 20px;
        border-radius:18px;
        max-height:85vh;
    }

    .popup-form-wrapper h3{
        font-size:26px;
        line-height:34px;
    }

    .popup-form-wrapper p{
        font-size:15px;
        line-height:22px;
    }

    .popup-form-wrapper .form-control,
    .popup-form-wrapper .form-select{
        height:46px;
        font-size:15px;
    }

    .popup-form-wrapper textarea.form-control{
        height:120px;
    }

    .popup-form-wrapper .start_process{
        height:46px;
        font-size:16px;
    }
    
    .fancybox__slide {
    padding: 0px 20px !important;
}

}

.form-group {
    position: relative;
}

label.error {
    color: #f44336;
    text-align: revert;
    font-size: 11px;
    line-height: 26px;
    margin-right: 5px;
}

.error-egstyle {
    position: absolute;
    z-index: 100;
    font-size: 13px;
    padding: 0;
    top: 20%;
    z-index: 1000;
    right: 0;
}

#hidden-content .error-egstyle {
    top: 28%;
}