/* =========================================
   SECURITY HERO
========================================= */

.security-hero {
    padding: 140px 20px 15px;
}
.physical-security-info{
     position: relative;
}

.security-hero-content {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}
.security-label {
    display: inline-block;
    padding: 10px 22px;
    margin-bottom: 18px;
    color: #4E4E4E;
    font-family: "Sofia Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    font-variant: all-small-caps;
    border-radius: 20px;
    background: #F4F4F4;
}
.security-hero h1 {
    margin: 0 auto 18px;
    max-width: 900px;
    color: var(--Grey-H, #4E4E4E);
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height:48px;
}
.security-hero p {
    margin: 0 auto 16px;
    max-width: 850px;
    color: var(--Grey-H, #4E4E4E);
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height:27.7px;
}
.security-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}
.security-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    text-decoration: none;
    color: #4E4E4E;
    font-family: "Sofia Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background: #ffffff;
    border-radius: 44px;
    border: 1px solid #D9D9D9;
}
/* Primary Button */

.security-btn-primary {
    color: #ffffff;
   background: linear-gradient(94deg, #E3577A 12.82%, #D02B4B 90.78%);

}
.security-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(220, 50, 85, 0.25);
    color: #ffffff;
}
.security-btn-secondary:hover {
    background: #f8f8f8;
    border-color: #bbb;
    transform: translateY(-2px);
    color: #444;
}


/* =========================================
   FLOATING ICON CARDS
========================================= */

.security-icon {
    position: absolute;
    z-index: 2;
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-6deg);
}
.security-pdf {
    top: 0px;
    left: calc(50% - 500px);
    animation: securityFloat1 4s ease-in-out infinite;
}

.security-phone {
    top: 160px;
    left: calc(50% - 550px);
    border-radius: 22px;
    transform: rotate(-12deg);
    animation: securityFloat2 4.5s ease-in-out infinite;
}

.security-gmail {
    top: 0px;
    right: calc(50% - 540px);
    transform: rotate(-7deg);
    animation: securityFloat3 4.2s ease-in-out infinite;
}

.security-excel {
    top: 160px;
    right: calc(50% - 610px);
    transform: rotate(7deg);
    animation: securityFloat4 4.8s ease-in-out infinite;
}

/* =========================================
   FLOAT ANIMATIONS
========================================= */

@keyframes securityFloat1 {

    0%,
    100% {
        transform: translateY(0) rotate(-6deg);
    }
    50% {
        transform: translateY(-8px) rotate(-4deg);
    }
}
@keyframes securityFloat2 {

    0%,
    100% {
        transform: translateY(0) rotate(-12deg);
    }
    50% {
        transform: translateY(9px) rotate(-9deg);
    }
}
@keyframes securityFloat3 {

    0%,
    100% {
        transform: translateY(0) rotate(-7deg);
    }
    50% {
        transform: translateY(-9px) rotate(-4deg);
    }
}
@keyframes securityFloat4 {

    0%,
    100% {
        transform: translateY(0) rotate(7deg);
    }
    50% {
        transform: translateY(8px) rotate(10deg);
    }
}

.device-stats-section {
    width: 550px;
    margin: 25px auto;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    border-top: 0.586px solid rgba(78, 78, 78, 0.12);
    border-bottom: 0.586px solid rgba(78, 78, 78, 0.12);
    background: #ffffff;
}
.device-stats-item {
  flex: 1;
  text-align: center;
}
.device-stats-number {
    margin: 0 0 5px;
    color: #4E4E4E;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height:24px;
    opacity: 0;
    transform: translateY(15px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}
.device-stats-section.is-visible .device-stats-number {
  opacity: 1;
  transform: translateY(0);
}
.device-stats-label {
    margin: 0;
    color: #4E4E4E;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.39px;
}

.video-logo-section {
      width: 100%;
      overflow: hidden;
      padding: 25px 20px 50px;
    background: linear-gradient(180deg, #FFFFFF 0%, #007BFF 46.63%, #005ADB 70.67%, #003F77 100%);
}


    /* =====================================
       VIDEO
    ===================================== */
.lifecycle-video-wrapper {
    position: relative;
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 40px;
    /* box-shadow:
        0 18px 45px rgba(0,0,0,.12),
        0 5px 15px rgba(0,0,0,.06); */
    transform: scale(0.72);   /* starting state, matches JS MIN_SCALE */
    transform-origin: center top;
    will-change: transform, border-radius;
}
.hero-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

    /* =====================================
       PLAY BUTTON
    ===================================== */

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 50%;
     background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: .25s ease;
}
.play-button:hover {
    transform: translate(-50%, -50%) scale(1.08);
    background: transparent;
}
.play-button span {
    color: rgb(0 123 255);
    font-size: 21px;
}

    /* =====================================
       LOGO SLIDER
    ===================================== */

.logo-slider {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin:70px auto 20px;
    overflow: hidden;

    /*
    Fade logos at both sides
    */

    -webkit-mask-image:
    linear-gradient(
        to right,
        transparent 0%,
        #000 8%,
        #000 92%,
        transparent 100%
    );

    mask-image:
    linear-gradient(
        to right,
        transparent 0%,
        #000 8%,
        #000 92%,
        transparent 100%
    );
}
.logo-set {
    margin: 0 20px;
}
 .logo-set  img{
    max-width: 100%;
 }

    /* =====================================
       LOGO TRACK
    ===================================== */

.logo-track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
    gap: 10px;
}


/* =====================================
    LOGO IMAGE
===================================== */

.logo-img {
    width: 130px;
    height: 45px;
    object-fit: contain;
    flex: 0 0 auto;
    margin-right: 60px;
    /*
    Use this if your logos are dark
    and you want them white like screenshot.
    */
    filter: brightness(0) invert(1);
    opacity: .9;
    user-select: none;
    -webkit-user-drag: none;
}


/* =====================================
    TABLET
===================================== */

@media (max-width: 768px) {

    .video-logo-section {
        padding: 20px 15px 35px;
    }
    .lifecycle-video-wrapper {
        max-width: 100%;
        border-radius: 10px;
    }
    .play-button {
        width: 52px;
        height: 52px;
    }
    .play-button span {
        font-size: 19px;
    }
    .logo-slider {
        margin-top: 38px;
        margin-bottom: 0px;
    }
    .logo-img {
        width: 110px;
        height: 40px;
        margin-right: 40px;
    }

}


/* =====================================
    MOBILE
===================================== */

@media (max-width: 480px) {

    .video-logo-section {
        padding: 15px 12px 30px;
    }
    .lifecycle-video-wrapper {
        border-radius: 8px;
    }
    .play-button {
        width: 46px;
        height: 46px;
    }
    .play-button span {
        font-size: 16px;
    }
    .logo-slider {
        margin-top: 20px;
        margin-bottom:0px;
    }
    .logo-img {
        width: 90px;
        height: 35px;
        margin-right: 30px;
    }

}


/***/
.fragmented_management-info{
    position: relative;
    background-color: #fff;
    width: 100%;
    margin: 80px 0 0;
}
.fragmented_management-content{
    width: 100%;
    max-width: 879px;
    position: relative;
      display: block;
      margin: 0 auto;
    
}
.fragmented-management-inner{
    display: block;
    text-align: center;
    margin: 0 0;
}
.fragmented-management-inner h2{
    color: #4E4E4E;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 40px;;
    font-weight: 700;
    line-height: 40px;
    margin: 0px 0 12px;
}
.fragmented-management-inner p{
    color: #4E4E4E;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-weight: 300;
    line-height:  22.16px;
    margin: 0 0 0;
}

.fragmented-card-info{
    margin-top: 40px;
    position: relative;
}
.fragmented-card-inner{
    position: relative;
  padding: 0;
  display: flex;
  gap: 20px;
  max-width: 1127px;
  margin: 0px auto;
  flex-wrap: wrap;
  justify-content: center;
}
.fragmented-card-list{
    border-radius: 20px 20px 0 20px;
    border: 1px solid rgba(0, 123, 255, 0.12);
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-bottom: 15px;
    
}
.fragmented-card-list:hover {
    transform: rotate(0deg) translate(8px, -10px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    z-index: 2;
}
.fragmented-card-list .frg-inner-info{
    display: flex;
    align-items: center;
    padding: 14px 20px;
    gap: 8px;
}
.fragmented-card-list .frg-inner-info img{
    max-width: 100%;
}
.fragmented-card-list .frg-inner-info span{
        color: #4E4E4E;
        font-family: "Sofia Pro";
        font-size: 16px;
        font-weight: 400;
        line-height:  16px; 
        margin: 0;
}
.fragmented-card-list:nth-child(1){ transform: rotate(-2deg); }
.fragmented-card-list:nth-child(2){ transform: rotate(1.5deg); }
.fragmented-card-list:nth-child(3){ transform: rotate(-1deg); }
.fragmented-card-list:nth-child(4){ transform: rotate(2deg); }
.fragmented-card-list:nth-child(5){ transform: rotate(2.1deg);}
.fragmented-card-list:nth-child(6){ transform: rotate(-3deg); }
.fragmented-card-list:nth-child(7){ transform: rotate(-2deg); }
.fragmented-card-list:nth-child(8){ transform: rotate(1.5deg); }

/*capability-table-section*/
.capability-table-info{
    position: relative;
    background-color: #fff;
    width: 100%;
    margin:0px 0 0;
}
.capability-table-content{
    margin: 0px auto;
    display: block;
    position: relative;
    max-width: 845px;    
    width: 100%;
    text-align: center;
    padding: 0;
}
.capability-table-content h2{
    color: #4E4E4E;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 15px;
}
.capability-table-content p{
    color: #4E4E4E;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-weight: 300;
    line-height: 22.16px;
    margin: 0 0;
}
  :root{
    --border: #D9D9D9;
    --header-bg: #f4f5f6;
    --text-dark: #202632;
    --text-body: #4b5563;
    --blue: #2f7dd9;
    --blue-light: #e8f1fb;
    --blue-logo: #2f7dd9;
    --amber: #f5a623;
    --empty: #cfd3d8;
    --badge-bg: #eceef0;
    --badge-icon: #838a94;
    --badge-dark-bg: #565d68;
  }

.capability-wrap{ max-width: 1180px; margin: 40px auto 0; }
.capability-wrap .table-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

/* Chrome, Edge, Safari */
.capability-wrap .table-scroll::-webkit-scrollbar {
    height: 8px;
}

.capability-wrap .table-scroll::-webkit-scrollbar-track {
    background: #eee;
}

.capability-wrap .table-scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.capability-wrap .table-scroll::-webkit-scrollbar-thumb:hover {
    background: #666;
}
.capability-wrap .table-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
}
.capability-wrap .table-scroll.dragging {
    cursor: grabbing;
}
.capability-wrap .table-scroll::-webkit-scrollbar {
    display: none; /* hides native bar on Chrome/Safari/iOS — we draw our own below */
}

.capability-wrap .custom-scrollbar-track {
    height: 8px;
    background: #eee;
    border-radius: 10px;
    margin-top: 4px;
    position: relative;
}
.capability-wrap .custom-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: #999;
    border-radius: 10px;
    cursor: pointer;
}
.capability-wrap .custom-scrollbar-thumb:hover,
.capability-wrap .custom-scrollbar-thumb.dragging {
    background: #666;
}
.capability-wrap table{ border-collapse:collapse; width:100%; min-width: 920px; }

.capability-wrap thead tr.icon-row th{
    border:0!important;
    padding:14px 8px 14px;
    text-align:center;
    vertical-align:middle;

}
.capability-wrap .icon-badge{
    /* width: 58px;
    height: 58px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.capability-wrap .icon-badge img{
    max-width: 100%;
}
.capability-wrap .icon-badge svg{ width:24px; height:24px; }
.capability-wrap .icon-badge.dark{ background:var(--badge-dark-bg); color:#ffffff; }
.capability-wrap .brand{
    display:flex; align-items:center; justify-content:center; gap:6px;
    font-weight:800; font-size:1.4rem; color:var(--blue-logo); letter-spacing:-0.02em;
}
.capability-wrap .brand svg{ width:28px; height:28px; }

/* ---------- Label row ---------- */
.capability-wrap thead tr.label-row th{
    background:var(--header-bg);
    border-bottom:1px solid #D9D9D9;
    color: #4E4E4E;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 16px 15px;
}


.capability-wrap thead tr.label-row th.capability-head{
    text-align:left; 
    border-radius:20px 0 0 0;
    font-size:20px;
    line-height: 20px;
}
.capability-wrap thead tr.label-row th.purpose-head{
    border-radius: 0 20px 0 0;
    border-bottom: 1px solid #D9D9D9;
    background: #E0EFFF;
}

/* ---------- Body ---------- */
.capability-wrap tbody th, .capability-wrap tbody td{
    border-bottom:1px solid var(--border);
    padding: 16px 14px;
    text-align:center;
    font-size:0.95rem;
    background:#ffffff;
}
.capability-wrap tbody th{
    text-align:left; 
    color: #4E4E4E;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-weight: 300;
    line-height:  22.16px;
}
/* .capability-wrap tbody tr:last-child th, .capability-wrap tbody tr:last-child td{ border-bottom:none; } */
.capability-wrap table tbody > tr:nth-child(2n+1) > td, .capability-wrap table tbody > tr:nth-child(2n+1) > th{
    background:#ffffff;
}
.capability-wrap tbody td.purpose-col{background: rgba(0, 123, 255, 0.12)!important; }

/* status dots */
.dot{
    display:inline-block; width:17px; height:17px; border-radius:50%;
    border:2px solid rgba(78, 78, 78, 0.60); background:#fff;
}
.dot.full{ border-color: #007BFF; background: rgba(0, 123, 255, 0.80); }
.dot.half{  border-color: #F5B12F;background: linear-gradient(-90deg, rgba(245, 177, 47, 0.60) 50%, #fff 50%); }

/* ---------- Legend ---------- */
.table-legend{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    max-width: 641px;
    background: #F4F4F4;
    border-radius: 20px;
    padding: 22px 32px;
    margin: 28px auto;
}
.table-legend .legend-item{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4E4E4E;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 14px;
    font-weight: 300;
    line-height: 19.39px;
}
.table-legend .dot{
    display:inline-block;
    width:16px;
    height:16px;
    border-radius:50%;
    border:2px solid rgba(78, 78, 78, 0.60);
    background:#fff;
    flex-shrink:0;
}
.table-legend .dot.full{
    border-color: #007BFF;
    background: rgba(0, 123, 255, 0.80);
}
.table-legend .dot.half{
    border-color: #F5B12F;
    background: linear-gradient(-90deg, rgba(245, 177, 47, 0.60) 50%, #fff 50%);
}

/**/
.our-changes-info{
  position: relative;
  width: 100%;
  padding: 27px 0 0;
}
.our-ch-main-content{
    max-width: 845px;
    margin: 0px auto 40px;
    padding: 0;
    display: block;
    text-align: center; 
}
.our-ch-main-content h2{
    color: #4E4E4E;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
}
.our-changes-inner{
    max-width: 1110px;
    margin: 0px auto 0;
    display: block;
    position: relative;
    padding: 0 0 40px;
}
.our-changes-inner h3{
    color: #4E4E4E;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 24px;
    font-weight: 700;
    line-height:28.8px;
    margin: 0 0 20px;
}
.our-panel{
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.our-panel .stat{
    max-width: 243px;
    width: 100%;
}
.our-panel .stat .figure{
    color: #007BFF;
    font-family: "Sofia Pro";
    font-size: 30px;
    font-weight: 700;
    line-height:30px;
   margin: 0 0 10px;
}
.our-panel .stat .label{
    color: #4E4E4E;
    font-family: "Sofia Pro";
    font-size: 16px;;
    font-weight: 700;
    line-height: 22.16px;
    margin: 0 0 2px;
}
.our-panel .stat .desc{
    color: #4E4E4E;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-weight: 300;
    line-height: 22.16px;
}
/* .our-panel  .divider{
    background: #D9D9D9;
    width: 1px;
    height: 112px;
} */
.mobile-divider {
    display: none;
}

/* .managingsecurity-content{
    max-width: 845px;
}
.managingsecurity-content h2{
    font-size: 40px;
    line-height: 40px;
    max-width: 592px;
    margin: 0px auto 18px;
    font-weight: 700;
}
.managingsecurity-content p{
    color: #4E4E4E;
    text-align: center;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-weight: 300;
    line-height:  22.16px;
    margin: 0;
}
.managingsecurity-grid{
    padding-top: 20px;
}
.tab-icon-title{
    margin-bottom: 10px;
}
.managingsecurity-scroll-content p{
    font-size: 16px;
    line-height: 22.6px;
    font-weight: 300;
}
.msg-number{
 color: #4E4E4E;
  font-family: "Sofia Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 110px;
}
.managingsecurity-grid{
    gap: 50px;
}
.mfg-grid {
    max-width: 610px;
}
.managingsecurity-item-desktop{
    position: relative;
    max-width: 326px;
} */
 .faq-wrapper .accordion-body { color:#4E4E4E;}

/* our panel new styles */

@media (max-width: 767px) {
    .our-changes-scroll { height: auto; }
    .our-changes-sticky { position: static; height: auto; overflow: visible; }
    .our-changes-inner {
        position: static;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        margin-bottom: 40px;
    }
    .our-panel { flex-direction: column; }
    .divider { width: 100%; height: 1px; margin: 16px 0; }
}

@media(min-width:768px) and (max-width:1599px){
    /* .managingsecurity-scroll-content .managingsecurity-item{
        padding-top: 0px!important;
    } */
    .security-hero {
        padding: 139.97px 1.39vw 1.11vw;
    }
    .security-hero-content {
        max-width: 69.44vw;
    }
    .security-label {
        padding: 0.69vw 1.53vw;
        margin-bottom: 1.25vw;
        font-size: 1.04vw;
        line-height: 1.53vw;
        border-radius: 1.39vw;
    }
    .security-hero h1 {
        margin: 0 auto 0.9vw;
        max-width: 62.5vw;
        font-size: 3.03vw;
        line-height:3.33vw;
    }
    .security-hero p {
        margin:0 auto 1.25vw;
        max-width: 58.33vw;
        font-size: 1.39vw;
        line-height:1.92vw;
    }
    .security-buttons {
        gap: 1.11vw;
        margin-top: 0.69vw;
    }
    .security-btn {
        padding: 0.76vw 1.39vw;
        font-size: 1.04vw;
        border-radius: 2.96vw;
    }
    .security-icon {
        width: 1.69vw;
        height: 1.69vw;
    }
    .security-pdf {
        top: 0px;
        left: calc(50% - 31.58vw);
    }
    .security-phone {
        top: 11.11vw;
        left: calc(50% - 36.06vw);
        border-radius: 1.53vw;
    }
    .security-gmail {
        top: 0px;
        right: calc(50% - 33.36vw);
    }
    .security-excel {
        top: 11.11vw;
        right: calc(50% - 36.36vw);
    }

    .device-stats-section {
       width: 38.19vw;
        padding: 2.08vw;
        margin: 1.74vw auto;
        gap: 2.43vw;
    }
    .device-stats-number {
        margin: 0 0 0.35vw;
        font-size: 1.67vw;
        line-height:1.67vw;
        opacity: 0;
        transform: translateY(15px);
        transition:
            opacity 0.6s ease,
            transform 0.6s ease;
    }
    .device-stats-label {
        font-size: 0.97vw;
        line-height: 1.35vw;
    }

    /**768**/
    .video-logo-section{padding: 1.74vw 1.39vw 3.47vw;}
    .logo-slider{
        margin: 4.86vw auto 1.39vw;
    }
    .logo-set {
        margin: 0 1.39vw;
    }
    .fragmented-management-inner h2 {
        font-size: 2.78vw;
        line-height: 2.78vw;
    }
    .fragmented-card-info {
        margin-top: 2.78vw;
    }
    .fragmented-card-inner {
        gap: 1.39vw;
        max-width: 78.26vw;
    }
    .fragmented-card-list {
        margin-bottom: 1.04vw;
    }
    .fragmented-card-list .frg-inner-info {
        padding: 0.97vw 1.39vw;
        gap: 0.56vw;
    }
    .fragmented-card-list .frg-inner-info span {
        font-size: 1.11vw;
        line-height: 1.11vw;
    }


    /*capability-table-section*/
    .capability-table-content{    
        max-width: 58.68vw;
    }
    .capability-table-content h2{   
        font-size: 2.78vw;   
        line-height: 2.78vw;
        margin: 0 0 1.04vw;
    }
    .capability-table-content p{    
        font-size: 1.11vw;   
        line-height: 1.54vw;    
    }
    .capability-wrap{ max-width: 81.94vw; margin: 2.78vw auto 0; }
    .capability-wrap table{ border-collapse:collapse; width:100%; min-width: 63.89vw; }
    .capability-wrap thead tr.label-row th.capability-head{
        font-size:1.39vw;
        line-height: 1.39vw;
    }
    .capability-wrap thead tr.icon-row th{    
        padding:0.97vw 0.56vw 0.97vw;  
    }
    .capability-wrap .icon-badge{
        /* width: 4.03vw;
    height:4.03vw;  */
    }
    .capability-wrap .icon-badge svg{ width:1.67vw; height:1.67vw; }  
    .capability-wrap .brand svg{ width:1.94vw; height:1.94vw; }
    /* ---------- Label row ---------- */
    .capability-wrap thead tr.label-row th{    
        font-size: 1.11vw;   
        line-height: 1.11vw;
        padding: 1.11vw 1.04vw;
    }

  /* ---------- Body ---------- */
  .capability-wrap tbody th, .capability-wrap tbody td{
    padding: 1.11vw 0.97vw; 
   }
  .capability-wrap tbody th{   
    font-size: 1.11vw;   
    line-height:  1.54vw;
  }
   /* status dots */
  .dot{
   width:1.18vw; height:1.18vw;  
   }

  /* ---------- Legend ---------- */
    .table-legend{  
        gap: 1.94vw;
        max-width: 44.51vw;  
        padding: 1.53vw 2.22vw;
        margin: 1.94vw auto;
    }
    .table-legend .legend-item{   
        gap: 0.56vw;   
        font-size: 0.97vw;
        line-height: 1.35vw;
    }
    .table-legend .dot{
        width:1.11vw;
        height:1.11vw;    
    }
  

    .our-ch-main-content {
        max-width: 58.68vw;
        margin: 0px auto 2.78vw;
    }

    .our-ch-main-content h2 {
        font-size: 2.78vw;
        line-height: 2.78vw;
    }
    .our-changes-inner {
        max-width: 77.08vw;
        padding: 0 0 2.78vw;
    }
    .our-changes-inner h3 {
        font-size: 1.67vw;
        line-height: 2vw;
        margin: 0 0 1.39vw;
    }
    .our-panel {
        padding: 1.08vw 2.08vw;
        gap: 3.47vw;
    }
    .our-panel .stat {
        max-width: 16.88vw;
    }
    .our-panel .stat .figure {
        font-size: 2.08vw;
        line-height: 2.08vw;
        margin: 0 0 0.69vw;
    }

    .our-panel .stat .label {
        font-size: 1.11vw;
        line-height: 1.54vw;
        margin: 0 0 0.14vw;
    }
    .our-panel .stat .desc {
        font-size: 1.11vw;
        line-height: 1.54vw;
    }
    /* .our-panel .divider {
        width: 0.07vw;
        height: 7.78vw;
    } */


    /* .managingsecurity-content{
        max-width: 58.68vw;
    }
    .managingsecurity-content h2{
        font-size: 2.78vw;
        line-height: 2.78vw;
        max-width: 41.11vw;
        margin: 0px auto 1.25vw;
        font-weight: 700;
    }
    .managingsecurity-content p{   
        font-size: 1.11vw !important;   
        line-height:  1.54vw;
    }
    .managingsecurity-grid{
        padding-top: 1.39vw;
    }
    .tab-icon-title{
        margin-bottom: 0.69vw;
    }
    .managingsecurity-scroll-content p{
        font-size: 1.11vw;
    line-height: 1.57vw;
    } */
    .our-changes-info{
        padding: 1.88vw 0 0;
    }

    .msg-number{
        font-size: 1.67vw;
        line-height: 1.67vw;
        margin: 0 0 7.64vw;
    }
    /* .managingsecurity-grid{
        gap: 3.47vw;
    }
    .mfg-grid {
        max-width: 42.36vw;
    }
    .managingsecurity-item-desktop{
        position: relative;
        max-width: 22.64vw;
    } */
    .faq-wrapper .accordion-button {font-size: 1.39vw;}
    .faq-wrapper .accordion-body { font-size: 1.11vw;line-height: 1.6vw;}

}
@media (min-width: 1600px) {
    /* .managingsecurity-scroll-content .managingsecurity-item{
        padding-top: 0px!important;
    } */
}


@media(max-width:767px){
    .security-hero {
        padding:100px 20px 14px;
    }
    .security-hero-content {
        max-width: 1000px;
        padding: 0;
    }
    .security-label {
        padding: 10px 22px;
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 16.62px; 
    }
    .security-hero h1 {
        margin: 0 auto 18px;
        max-width: 900px;
        font-size: 25px;
        line-height: 27.5px;
    }
    .security-hero p {
        margin: 0 auto 20px;
        max-width: 850px;
        font-size: 16px;
        line-height:22px;
    }
    .security-buttons {
        gap: 16px;
        margin-top: 10px;
    }
    .security-btn {
        padding: 11px 14px;
        font-size: 15px;
        border-radius: 44px;
    }
    .security-icon {
        display: none;
    }

    .device-stats-section {
        width: 100%;
        margin: 25px auto;
        padding: 20px 10px;
        gap: 35px;
        border:0px;
        position: relative;
    }
    .device-stats-item{
        padding: 0;
    }

    .device-stats-section::after,
    .device-stats-section::before {
        content: '';
      width: 100%;
      height:0.5px;
      background-color: rgba(78, 78, 78, 0.12);
      position: absolute;
      width: calc(100% - 60px);
      left: auto;
      right: auto;
    }
     .device-stats-section::before{
        top: 0;
     }
     .device-stats-section::after{
        bottom: 0;
     }

    .device-stats-number {
        font-size: 18px;
        line-height:24.93px;
    }
    .device-stats-label {
        font-size: 12px;
        line-height:16.62px;
    }
    /**767**/
    .logo-set{
        margin: 0 10px;
    }
    .logo-set img{
        height: 20px;
    }
    .fragmented_management-info{
        margin: 48px 0 0;
    }
    .fragmented-management-inner h2{
        line-height: 24.5px;
        font-size: 20px;
    }
    .fragmented_management-content{
        max-width: 340px;
    }
    .fragmented-card-inner{
        padding: 0 18px;
        justify-content: start;
    }
    .fragmented-card-list{
        margin-bottom: 0;
    transform: none !important;
    }
    .fragmented-card-list .frg-inner-info span{
        font-size: 14px;
        line-height: 18.9px;
    }
    .fragmented-card-list .frg-inner-info{
        padding: 7px 14px;
        gap: 8px;
    }
    .fragmented-card-list .frg-inner-info img{
        width: 14px;
        height: 13px;
    }

    .capability-table-content h2{
        font-size: 20px;
    line-height: 24.5px;
    }
    .capability-wrap{
        margin: 16px auto 0;
    }
    .capability-table-content{
        padding: 0;
        max-width: 340px;
    }
    .capability-wrap{
        padding: 0 30px;
    }
    .table-legend{
        gap: 20px;
        padding: 15px 32px;
        justify-content: flex-start;
    }
    .our-ch-main-content{
        margin: 0px auto 0 !important;
        padding: 0;
    }
    .our-ch-main-content h2{
        font-size: 20px;
    line-height: 24.5px;
    margin: 0 0 15px;
    }
    .our-changes-inner{
        padding: 0 30px 25px;
    }
    .our-panel{
        flex-wrap: wrap;
    justify-content: center;
        gap: 5px;
        border: 0;
        
    }
    .our-panel .stat{
        text-align: center;
        padding: 30px 0 10px;
        max-width: 310px;
    }
    /* .our-panel .stat:first-child{
        padding-top: 0;
    } */
    .our-panel .divider{
        background: #D9D9D9;
        width: 100%;
        height: 1px;
    }
    .our-changes-inner h3{
        font-size: 18px;
        line-height: 24.5px;
        margin: 0;
    }

    .mobile-divider {
        display: block;
    }

    /* .managingsecurity-content h2{
        font-size: 20px;
        line-height: 24.5px;
    }
    .managingsecurity-content p{
        font-size: 16px !important;
        line-height: 21.6px;
        text-align: center;
        max-width: 100%;
        margin: 0 0 40px;
    }
    .managingsecurity-scroll-content{
        padding: 0px 0 0;
    }
    .managingsecurity-grid{
        gap: 11px;
        padding-bottom: 0;
        background: transparent;
        margin: 0 0;
    } */
    .capability-wrap thead tr.label-row th {
        font-size: 14px;
        line-height: 14px;
        padding: 7px 15px;
    }
    .capability-wrap thead tr.label-row th.capability-head{
        font-size: 18px;
        line-height: 18px;
        width: 25%;
    }
    /* .managingsecurity-grid .col-md-5{
        padding: 0;
    }
    .managingsecurity-scroll-content p{
        max-width: 341px;
    } */

}

/* SiteOwl changes Section Home page scroll Style */
.our-changes-info {
    position: relative;
    width: 100%;
    padding: 27px 0 0;
}
.our-ch-main-content {
    max-width: 845px;
    margin: 0 auto 40px;
    padding: 0;
    display: block;
    text-align: center;
}
.our-changes-cards {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}
.our-changes-inner {
    grid-area: 1 / 1;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 0 0 40px;
    transition: opacity 500ms ease, transform 500ms ease;
}
/* Initial States: Panel 1 visible, Panel 2 hidden */
.our-changes-inner.panel-one {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.our-changes-inner.panel-two {
    opacity: 0;
    transform: translateY(24px);
    pointer-events: none;
}
/* Transition to Panel 2: Panel 1 hides, Panel 2 shows */
.show-second .our-changes-inner.panel-one {
    opacity: 0;
    transform: translateY(-24px);
    pointer-events: none;
}
.show-second .our-changes-inner.panel-two {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
/* .our-panel .divider {
    background: #D9D9D9;
    width: 1px;
    height: 112px;
    flex-shrink: 0;
} */
.mobile-divider {
    display: none;
}

/* Mobile responsive fallback */
@media (max-width: 767px) {
    .our-changes-cards {
        display: block;
    }
    .our-changes-inner,
    .our-changes-inner.panel-one,
    .our-changes-inner.panel-two,
    .show-second .our-changes-inner.panel-one,
    .show-second .our-changes-inner.panel-two {
        position: static;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto;
        margin-bottom: 40px;
        padding: 0 10px;
    }        
    .our-panel {
        flex-direction: column;
        gap: 0;
        padding: 20px;
    }
    .our-panel .stat {
        max-width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .our-panel .divider {
        width: 100%;
        height: 1px;
        margin: 10px 0;
    }
    .our-panel .stat{
        padding: 25px 15px;
    }
}
@media(min-width:768px){
    /* Parent card ODD (1st, 3rd... card): odd stat = blue bg/white text, even stat = white bg/blue text */
    .our-changes-inner:nth-child(odd) .our-panel .stat:nth-child(4n+1){
        background: #007BFF;
    }
    .our-changes-inner:nth-child(odd) .our-panel .stat:nth-child(4n+1) .figure,
    .our-changes-inner:nth-child(odd) .our-panel .stat:nth-child(4n+1) .label,
    .our-changes-inner:nth-child(odd) .our-panel .stat:nth-child(4n+1) .desc{
        color: #fff;
    }
    .our-changes-inner:nth-child(odd) .our-panel .stat:nth-child(4n+3){
        background: #F5F5F5;
    }
    .our-changes-inner:nth-child(odd) .our-panel .stat:nth-child(4n+3) .figure,
    .our-changes-inner:nth-child(odd) .our-panel .stat:nth-child(4n+3) .label,
    .our-changes-inner:nth-child(odd) .our-panel .stat:nth-child(4n+3) .desc{
        color: #007BFF;
    }

    /* Parent card EVEN (2nd, 4th... card): reversed */
    .our-changes-inner:nth-child(even) .our-panel .stat:nth-child(4n+1){
        background: #F5F5F5;
    }
    .our-changes-inner:nth-child(even) .our-panel .stat:nth-child(4n+1) .figure,
    .our-changes-inner:nth-child(even) .our-panel .stat:nth-child(4n+1) .label,
    .our-changes-inner:nth-child(even) .our-panel .stat:nth-child(4n+1) .desc{
        color: #007BFF;
    }
    .our-changes-inner:nth-child(even) .our-panel .stat:nth-child(4n+3){
        background: #007BFF;
    }
    .our-changes-inner:nth-child(even) .our-panel .stat:nth-child(4n+3) .figure,
    .our-changes-inner:nth-child(even) .our-panel .stat:nth-child(4n+3) .label,
    .our-changes-inner:nth-child(even) .our-panel .stat:nth-child(4n+3) .desc{
        color: #fff;
    }
    .our-changes-inner h3 {margin: 0 0 2.08vw;}
    .our-panel {padding: 0;gap:0;align-items: normal;border: unset;}
    /* First stat box: round only the left side */
    .our-panel .stat:first-child{
        border-radius: 1.39vw 0 0 1.39vw;
    }
    /* Last stat box: round only the right side */
    .our-panel .stat:nth-last-child(2){
        border-radius: 0 1.39vw 1.39vw 0;
    }
    /* Middle stat box(es): no rounding */
    .our-panel .stat:not(:first-child):not(:nth-last-child(2)){
        border-radius: 0;
    }
     .our-panel .stat {
        max-width: 100%;
        width: 100%;
        padding: 2.78vw;
    }

      /* lifecycle Scroll */
    .msg-number {margin: 0 0 2.78vw;}
    .mfg-grid {max-width: 49.31vw;}
}

@media (min-width: 1600px) {
    .our-changes-inner h3 {margin: 0 0 30px;}
    .our-panel {padding: 0;gap:0;align-items: normal;border: unset;}
     /* First stat box: round only the left side */
    .our-panel .stat:first-child{
        border-radius: 20px 0 0 20px;
    }
    /* Last stat box: round only the right side */
    .our-panel .stat:nth-last-child(2){
        border-radius: 0 20px 20px 0;
    }
    .our-panel .stat {
        padding: 40px;
    }

    /* lifecycle Scroll */
    .msg-number {margin: 0 0 40px;}
    .mfg-grid {max-width: 710px;}

    /* testimonial style */
    .cus-content p {
        font-size: 20px;
        line-height: 25px;
        min-height: 126px;
    }

}


/* team layout style */

.teams-section {
  padding: 80px 0;
}
.teams-section-heading  h2 {
    max-width: 500px;
    margin: 0 auto;
}
.teams-section-heading h2 {
  font-family: 'Sofia Pro';
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
  color: #4E4E4E;
}
.teams-cards-grid {
   width: 1125px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.teams-card {
   width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 18px 86.2px -19px #0000003B;
  display: flex;
  flex-direction: column;
  border: none;
}
.teams-card-icon {
  margin-bottom: 10px;
}
.teams-card-icon img {
  display: block;
}
.teams-card-title {
  font-family: 'Sofia Pro';
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  color: #4E4E4E;
  margin-bottom: 25px;
}
.teams-card-desc {
  font-family: 'Sofia Pro';
  font-weight: 300;
  font-size: 16px;
  line-height: 22.16px;
  color: #4E4E4E;
  margin-bottom: 16px;
  min-height: 65px;
}
.teams-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 16px;
  padding-left: 0;
}
.teams-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.teams-check-icon {
  flex-shrink: 0;
  display: inline-flex;
  margin-top: 1px;
}
.teams-check-icon img {
  display: block;
}
.teams-feature-text {
  font-family: 'Sofia Pro';
  font-weight: 300;
  font-size: 16px;
  line-height: 22.16px;
  color: #4E4E4E;
}
.teams-card .btn-req-demo {
   align-self: flex-start;
   margin-top: auto;
}
.security-director-sec {padding: 80px 0 0;}
div#security-slider { max-width: 1000px;margin: 40px auto;}
.security-item {padding: 0px 20px;}
.our-changes-info {padding: 80px 0;}
.our-changes-inner {padding: 0 0 0px;}
section.faq-wrapper { margin: 80px 0;}
.security-lifecycle-video {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}
.security-lifecycle .security-lifecycle-desc p {
    margin: 0 auto;
}
/* Mobile */
@media (max-width: 767px) {
    .teams-section {
        padding: 55px 10px 0;
    }

    .teams-section-heading h2 {
        max-width: 260px;
        margin: 0 auto;
    }

    .teams-section-heading h2 {
        font-family: Sofia Pro;
        font-weight: 700;
        font-size: 20px;
        line-height: 24.5px;
        text-align: center;
        margin-bottom: 40px;
    }

    .teams-cards-grid {
        width: 100%;
        height: auto;
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .teams-card {
        padding: 25px 20px;
        border-radius: 12.5px;
        height: auto;
    }
    .teams-card-icon {
        margin-bottom: 8px;
    }
    .teams-card-title {
        font-family: Sofia Pro;
        font-weight: 700;
        font-size: 18px;
        line-height: 21.6px;
        margin-bottom: 12px;
        min-height: 0;
    }
    .teams-card-desc {
        font-family: Sofia Pro;
        font-weight: 300;
        font-size: 16px;
        line-height: 21.6px;
        margin-bottom: 20px;
    }
    .teams-feature-list {
        gap: 15px;
        margin-bottom: 20px;
    }
    .teams-feature-item {
       gap: 10px;
    }
    .teams-feature-text {
        font-family: Sofia Pro;
        font-weight: 300;
        font-size: 16px;
        line-height: 21.6px;
    }

    /* .teams-btn {
        padding: 7px 18px;
        font-size: 14px;
    } */
     .security-director-sec {padding: 40px 0 0;}
    .security-item {padding: 0px 20px;}
    .our-changes-info {padding: 40px 0;}
    .our-changes-inner {padding: 0 0 40px;}
    section.faq-wrapper { margin: 40px 0;}
    .our-changes-inner, .our-changes-inner.panel-one, .our-changes-inner.panel-two, .show-second .our-changes-inner.panel-one, .show-second .our-changes-inner.panel-two {
        margin-bottom: 0px;
    }
    .managing-workflow-section#lifecycle_scroll-1-6165 {
        position: relative;
        background-color: #ffffff;
        padding: 40px 0;
    }
}

/* 768px - 1599px */
@media (min-width: 768px) and (max-width: 1599px) {
    .teams-section {
    padding: 5.56vw 0;
    }
    .teams-section-heading  h2 {
        max-width: 34.72vw;
    }
    .teams-section-heading h2 { 
    font-size: 2.78vw;
    line-height: 2.78vw;
    margin-bottom: 4.17vw;
    }
    .teams-cards-grid {
    width: 78.13vw;
    gap: 1.39vw;
    }
    .teams-card {
    padding: 2.78vw; 
    }
    .teams-card-icon {
    margin-bottom: 0.69vw;
    }
    .teams-card-title { 
    font-size: 1.67vw;
    line-height: 2vw; 
    margin-bottom: 1.74vw;
    }
    .teams-card-desc { 
    font-size: 1.11vw;
    line-height: 1.54vw;
    margin-bottom: 1.11vw;
    min-height: 4.51vw;
    }
    .teams-feature-list {
    gap: 1.39vw;
    margin-bottom: 1.11vw;
    }
    .teams-feature-item {
    gap: 0.83vw;
    }
    .teams-check-icon {
    margin-top: 0.07vw;
    }
    .teams-feature-text { 
    font-size: 1.11vw;
    line-height: 1.54vw;
    }
    .security-director-sec {padding: 5.56vw 0 0;}
    div#security-slider {margin: 2.78vw auto;}
    .security-item {padding: 0px 1.39vw;}
    .our-changes-info {padding: 5.56vw 0;}
    .our-changes-inner {padding: 0 0 2.78vw;}
    section.faq-wrapper { margin: 5.56vw 0;}
    .security-lifecycle-video {
        max-width: 76.39vw !important;
        margin: 0 auto;
        padding: 1.39vw 0;
    }
}
