body{
    margin:0;
    font-family: "Inter", sans-serif;
   
}


    h1 
    {
        font-size: 80px;
    }
    h2 
    {
        font-size: 70px;
    }
    h3 
    {
        font-size: 60px;
    }
    h4 
    {
        font-size: 50px;
    }
     h5 
    {
        font-size: 40px;
    }




.w-30
{
 width: 30%;
}
.w-50
{
 width: 50%;
}
.w-75
{
 width: 75%;
}
.w-90
{
 width: 90%;
}



p 
{
    margin: 0;
    font-size: 16px;
    line-height: 1.6 !important;
}

ul li 
{
    margin: 0;
    font-size: medium;
    line-height: 1.4 !important;
}

.inter-thin {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.inter-extralight {
 font-family: "Inter", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.inter-light {
 font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter-medium {
 font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.inter-semibold {
 font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.inter-extrabold {
 font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.inter-black {
 font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
}



#heroCarousel .carousel-indicators button {
    width: 15px;
    height: 15px;
    border-radius: 0%;
    border: 0;
    margin: 0 5px;
}
.carousel-indicators
{
    z-index: 3;
}


.CustomNavbar {
   
    z-index: 9999; width: 100%;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    /* top: 0;
    left: 0;
    right: 0;
   
    z-index: 9999;
    transition: background-color 0.3s ease, box-shadow 0.3s ease; */
}



.TextWhite
{
    color: white!important;
}



.CustomNavbar.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    
}

/* Black text when scrolled */
.CustomNavbar.scrolled .nav-link {
    color: #000 !important;
    padding: 1.7rem 0;
}

.CustomNavbar.scrolled .navbar-brand {
    color: #000 !important;
}
.CustomNavbar.scrolled .partner-btn
{
   color: black;
    border: 1px solid rgba(0, 0, 0);
}
.CustomNavbar.scrolled .LogoWhite 
{
    display: none;
}
.CustomNavbar.scrolled .LogoScroll 
{
    display: block;
}



    .HeroVaptBanner {

        color: #fff;
        padding: 45px 0;
        overflow: hidden;
    }

    .HeroVaptTitle {
        font-size: 50px;
        font-weight: 400;
        line-height: 1.1;
        margin: 0;
    }

   

    .HeroVaptPill {
        display: inline-block;
        background: #c4ff3d;
       color: #000000;
        border-radius: 50px;

       line-height: 1.2 !important;
    }
.bannergreentext
{
    background-color: #cbf369!important;
}
  

    .HeroVaptMainPill {
        font-size: 48px;
        padding: 10px 28px 12px;
    }

    .HeroVaptText {
        font-size: 18px;
        line-height: 1.35;
       max-width: 780px !important;
        margin: 0;
        color: #e5e5e5;
    }




.logo{
        height: 45px;
}

.navbar-nav .nav-link{
    color: white;
    font-size: 17px;
       margin: 0 1rem;
    padding: 2rem 0;
}

.navbar-nav .nav-link:hover{
    color:#dbeaff;
}



.dropdown-menu h5 i{
    display: inline-block;
    transform: translateX(0);
    transition: transform .3s ease;
    position: relative;
    top: 0.1rem;
}

.dropdown-menu h5:hover i{
    transform: translateX(8px);
}





.CustomNavbar .nav-link {
    color: #fff;
}

.CustomNavbar .navbar-brand img {
    transition: .3s;
}

/* Navbar when mega menu is open */
.CustomNavbar.MenuOpen {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.CustomNavbar.MenuOpen .nav-link {
    color: #000 !important;
}

.CustomNavbar.MenuOpen .dropdown-toggle::after {
    border-top-color: #000;
}

.CustomNavbar.MenuOpen .partner-btn
{
  
}
.CustomNavbar.MenuOpen .LogoWhite 
{
    display: none;
}
.CustomNavbar.MenuOpen .LogoScroll 
{
    display: block;
}
.LogoScroll 
{
    display: none;
}

.partner-btn{
        color: #fff;
    text-decoration: none;
  
   padding: 4px 16px;
    border-radius: 30px;
    white-space: nowrap;
}

.partner-btn:hover{
    background:#fff;
    color:#1667df;
}


.dropdown-item:hover{
    background:#eef5ff;
}

.MegaMenu{
    width:100%;
    left:0;
    right:0;
    padding:40px;
}

.MegaMenu h6{
    
    margin-bottom:15px;
}

.MegaMenu a{
    display:block;
    color: #6b6b6b!important;
    text-decoration:none;
    margin: 0;
    padding: 7px 0 0;
   
}
.MegaMenu h5 a
{
    color: white !important;
    font-size: large;
}
.MegaMenu p 
{
     margin: 0;
   
    line-height: 1.8 !important;
    font-size: medium;
    padding: 7px 0 0;
}
.MegaMenu h5 
{
    font-size: 1.22rem;
}

@media(min-width:992px){

    .dropdown:hover>.dropdown-menu{
        display:block;
        margin-top:0;
    }

}

@media(max-width:991px){

    .MegaMenu{
        width:100%;
        padding:15px;
    }

    .navbar-nav .nav-link{
        padding:10px 0;
        margin: 10px;
    }

    .partner-btn{
        display:inline-block;
        margin-top:20px;
    }

}


@media (min-width: 1800px) {

 .container {
    max-width: 1720px;
  }
}


.dropdown-menu{
    display:block;
    opacity:0;
    visibility:hidden;
    transform:translateY(12px);
    transition:.5s ease;
    pointer-events:none;
    color: white;
}

@media(min-width:992px){

.nav-item.dropdown:hover>.dropdown-menu,
.nav-item.dropdown.show>.dropdown-menu{

    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;

}

}

.MegaMenu{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    width: 100vw;
    margin-left: calc(-50vw + 50%);

    border: 0;
    border-radius: 0;
    padding: 50px 0;
   background: linear-gradient(211deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 100%)!important;

    display: block;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .35s ease;
}
@media (min-width:992px){

.nav-item:hover > .MegaMenu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

}

@media (min-width: 992px) {

    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all .35s ease;
        pointer-events: none;
    }

    .nav-item.dropdown:hover > .dropdown-menu,
    .nav-item.dropdown.show > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

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

    .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }

    .dropdown-menu.show {
        display: block;
    }

    .MegaMenu {
        position: static;
        width: 100%;
        margin-left: 0;
        padding: 15px;
        border-radius: .6rem;
    }
}






.tab-pane-custom {
    display: none; animation:fade .3s ease;
}

.tab-pane-custom.active {
    display: block;
}


.dropdown-menu h2 
{
    font-size: 55px;
}

@keyframes fade{

    from{
        opacity:0;
        transform:translateX(15px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}


@media (max-width: 991.98px) {

    .navbar-collapse {
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }

    .MegaMenu {
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 15px;
        border: 0;
        box-shadow: none;
    }

    .dropdown-menu {
        border: 0;
        background: transparent;
    }
}






.hero-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
}

/* Cloud Aggregator */
.cloud-text {
    display: inline-block;
    line-height: 0.9;
        font-size: 30px;
}

/* Green dot */
.green-dot {
    color: #c8ff3d;
    font-size: 38px;
    line-height: 1;
    margin: 0 2px;
}

.overlayBlue{
    position:absolute;
    inset:0;
    background:rgb(0 95 255 / 81%);
    z-index:1;
}
.overlayBlack{
    position:absolute;
    inset:0;
    background:rgba(6, 6, 7, 0.81);
    z-index:1;
}
.overlayPureBlack
{
    position: absolute;
    inset: 0;
    background: rgb(1 1 1 / 52%);
    z-index: 1;
}
.overlayYellow{
    position:absolute;
    inset:0;
    background:#ff7200;
    z-index:1;
}


.container{
    position:relative;
    z-index:2;
}

.sub-title{
    color:#fff;
    font-size:30px;
    
}

.HeroBanner h1{
        color: #fff;
    font-size: 75px;
    line-height: 1.15;
   
    letter-spacing: -.1rem;
}

.HeroBanner p{
   color: #fff;
  font-size: 25px;
  max-width: 730px;
  line-height: 1.35;
}
.HeroExploreBtn
{
    background-color: white;
    color: black;
    padding:.4rem 0.5rem 0.4rem 1.6rem;
    

    display: flex;
    align-items: center;
    justify-content: space-between;

    
   

    border-radius: 40px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 400;

    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);

    transition: all 0.3s ease;
    width: fit-content;
}





/* =========================
   VAPT SECTION
========================= */

.vapt-section {
    min-height: 650px;
    margin: 20px 7px;
    background: #ff7100;

    display: flex;
    align-items: center;

    overflow: hidden;
}


/* =========================
   CONTENT
========================= */

.vapt-content {
   
    padding-top: 20px;
}


.vapt-title {
    margin: 0;
    color: #fff;

    font-size: 64px;
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: -2.5px;
}


/* =========================
   VAPT SERVICES LABEL
========================= */

.vapt-label {
    display: inline-flex;
    flex-direction: column;

    vertical-align: middle;

    font-size: 29px;
    line-height: 0.95;
    letter-spacing: -1px;

    margin-right: 4px;
}

.vapt-label strong {
    font-style: italic;
    font-weight: 500;
}

.vapt-label span {
    font-weight: 400;
}


/* Orange/pink dot */

.orange-dot {
    color: #ef4055;
    font-size: 38px;

    margin: 0 2px;
}


/* =========================
   BREACH PILL
========================= */

.breach-pill {
    display: inline-block;

    background: #ef4055;
    color: #fff;

    padding: 2px 28px 7px;

    border-radius: 60px;

    line-height: 1;

    margin-left: 8px;

    white-space: nowrap;
}


/* =========================
   VAPT PILL
========================= */

.vapt-pill {
    display: inline-block;

    background: #ef4055;
    color: #fff;

    padding: 2px 25px 8px;

    border-radius: 60px;

    font-weight: 600;

    line-height: 1;

    margin-left: 7px;

    vertical-align: middle;
}


/* =========================
   DESCRIPTION
========================= */

.vapt-description {
    display: inline-block;

    font-size: 23px;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: -0.5px;

    margin-left: 8px;

    vertical-align: middle;
}



   
/* =========================
   HERO SECTION
========================= */

.security-hero {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: #102b45;
}


/* =========================
   BACKGROUND
========================= */

.security-hero-bg {
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(
            rgba(7, 35, 60, 0.82),
            rgba(7, 35, 60, 0.82)
        ),
        url("image/office-background.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* =========================
   CONTENT
========================= */

.security-hero-content {
    position: relative;
    width: 100%;
    height: 100%;
}


/* =========================
   PERSON
========================= */

.hero-person {
    position: absolute;
    left: 50%;
    bottom: 0cm;
    transform: translateX(-50%);
    z-index: 3;
    top: -5cm;
}

.hero-person img {
    display: block;

       max-width: 450px;
    height: auto;
}


/* =========================
   MESSAGE BOXES
========================= */

.hero-message {
    position: absolute;

    z-index: 5;

       padding: 20px 30px;

    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;

    border-radius: 6px;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}


/* Yellow boxes */

.hero-message-top,
.hero-message-bottom {
    background: #d8ef00;
    color: #172333;
}


/* White box */

.hero-message-right {
    background: #ffffff;
    color: #26364b;
}


/* =========================
   TOP MESSAGE
========================= */

.hero-message-top {
    top: -5cm;
    left: 57%;
    z-index: 0;
    animation:
        messageTop 1s ease-out 0.3s forwards,
        floatTop 3s ease-in-out 1.3s infinite;
}


/* =========================
   RIGHT MESSAGE
========================= */

.hero-message-right {
        top: 1cm;
    left: 68%;
    animation:
        messageRight 1s ease-out 0.8s forwards,
        floatRight 3.5s ease-in-out 1.8s infinite;
}


/* =========================
   BOTTOM MESSAGE
========================= */

.hero-message-bottom {
        left: -4%;
    bottom: -10cm;
    z-index: 0;
    animation:
        messageBottom 1s ease-out 1.3s forwards,
        floatBottom 4s ease-in-out 2.3s infinite;
}


@keyframes floatTop {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


@keyframes floatRight {

    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }
}


@keyframes floatBottom {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

    .security-hero {
        height: 550px;
    }

    .hero-person img {
        width: 300px;
    }

    .hero-message-top {
        top: 70px;
        left: 58%;
    }

    .hero-message-right {
        top: 220px;
        left: 70%;
    }

    .hero-message-bottom {
        left: 3%;
        bottom: 25px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767.98px) {

    .security-hero {
        height: 520px;
    }

    .hero-person {
        left: 50%;
    }

    .hero-person img {
        width: 270px;
    }

    .hero-message {
        font-size: 14px;
        padding: 9px 14px;
    }

    .hero-message-top {
        top: 45px;
        left: auto;
        right: 8%;
    }

    .hero-message-right {
        top: 190px;
        left: auto;
        right: 3%;
    }

    .hero-message-bottom {
        left: 3%;
        bottom: 20px;
    }
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 575.98px) {

    .security-hero {
        height: 480px;
    }

    .hero-person img {
        width: 245px;
    }

    .hero-message-top {
        top: 35px;
        right: 5%;
    }

    .hero-message-right {
        top: 180px;
        right: 2%;
    }

    .hero-message-bottom {
        bottom: 15px;
        left: 2%;
    }
}
   

   

    .HeroVaptPill {
        display: inline-block;
        background: #c4ff3d;
       
        border-radius: 72px;

        line-height: 1;
    }

    .HeroVaptTitle .HeroVaptPill {
           padding: 0px 25px;
    }

    

   


/* =========================
   BUTTON
========================= */




.arrow-circle {
    width: 40px;
    height: 40px;

    background: #ef4055;

    border-radius: 50%;

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

    color: #fff;

    font-size: 23px;

    transition: transform 0.3s ease;
}


.BtnAnimate:hover {
    transform: translateY(-4px);
   

    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}


.cloud-aggregator {
    width: 420px;
    height: 420px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Rotating text */
.circle-text {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    animation: rotateText 12s linear infinite;
}

.circle-text svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.circle-text text {
    font-size: 23px;
    fill: #ffffff;
    letter-spacing: 1px;
}

/* Green center circle */
.aggregator-circle {
   width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #c8ff3d;

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

    position: relative;
    z-index: 2;

    transition: transform 0.4s ease;
}

/* Arrow */
.arrow-icon {
    font-size: 68px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    display: inline-block;

    animation: arrowMove 1.8s ease-in-out infinite;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes arrowMove {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(6px, -6px);
    }
}

.cloud-aggregator:hover .aggregator-circle {
    transform: scale(1.08);
}

.cloud-aggregator:hover .arrow-icon {
    animation-play-state: paused;
    transform: translate(7px, -7px);
}


.LogoSection
{
    background-color: #f5f8fe;
}

.AICrew
{
        padding: 70px 0;
}
.SideHeading 
{
    font-size: 55px;
}
.SideHeadingMain
{
font-size: 1.6cm;
    line-height: 1.05;
    margin: 18px auto;
    color: #151515;
}
.SideSubHeading
{
   font-size: 40px;
}
.AICrew p 
{
    font-size: 33px;
}





.AISection {
    padding: 0;
    background: #fff;
}


/* =========================
   TABS
========================= */

.aiTabsList {
    border: 0;
    gap: 28px;
    margin-bottom: 44px;
}

.aiTabsList .nav-link {
    border: 0 !important;
    background: transparent;
    color: #222;
   font-size: 16px;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.aiTabsList .nav-link:hover {
    color: #000;
}

.aiTabsList .nav-link.active {
    background: #111;
    color: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
}


/* =========================
   TAB ANIMATION
========================= */

.tab-pane {
    transition: opacity 0.4s ease;
}


/* =========================
   MAIN ROW
========================= */

.ai-row {
    align-items: stretch;
}


/* =========================
   COMMON CARD
========================= */

.ai-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
        
}


.ai-card {
    position: relative;
   
    background: #c5ff3f;
    border-radius: 20px;
    overflow: visible;
}

.center-card {
    position: relative;
}

.ai-arrow {
    position: absolute;
    top: -3px;
    right: -5px;
    
}




.ai-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
}


/* =========================
   LEFT CARD
========================= */

.left-card {
   
    padding: 30px;
    background: #efedef;

    display: flex;
    flex-direction: column;
    justify-content: space-between;    min-height: 480px;
}


/* =========================
   AI CREW
========================= */



.ai-logo {
    position: relative;

    width: 85px;
    height: 95px;

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            #51c9bf,
            #008f89
        );

    color: #fff;

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

    font-size: 47px;
    font-weight: 400;
}

.ai-logo span {
    position: absolute;
    top: 7px;
    left: 22px;
    font-size: 18px;
}

.crew-text {
    width: 160px;
    height: 95px;

    margin-left: -1px;

    border-radius: 15px;

    background:
        linear-gradient(
            110deg,
            #53c9bd,
            #002622
        );

    color: #fff;

    display: flex;
    align-items: center;

    padding-left: 0;

    font-size: 45px;
    letter-spacing: -3px;
}


/* =========================
   TEXT
========================= */

.percentage {
    font-size: 58px;
    line-height: 1;
    color: #29282b;
    margin-bottom: 27px;
    letter-spacing: -1px;
}

.card-title {
        color: #111;
    font-size: 26px;
        font-weight: 500;
    line-height: 1.08;
}


/* =========================
   CENTER CARD
========================= */

.center-card {
   
    padding: 30px;

    background: #c4ff40;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    overflow: visible;
}
.ai-bottom-image {
    margin-top: auto;
}

/* =========================
   ARROW
========================= */

.arrow-button {
    position: absolute;

    top: -1px;
    right: -1px;

    width: 53px;
    height: 53px;

    border: 1px solid #111;
    border-radius: 50%;

    background: #fff;

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

    font-size: 30px;
    color: #111;

    z-index: 10;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}

.center-card:hover .arrow-button {
    transform: rotate(45deg);
    background: #111;
    color: #fff;
}


/* =========================
   RIGHT SIDE
========================= */

.RightCards {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


/* TOP RIGHT */

.top-card {
   min-height: 230px;

    padding: 30px;

    background: #efedef;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-card .percentage {
    margin-bottom: 27px;
}


/* BOTTOM RIGHT */

.bottom-card {
        min-height: 230px;

    padding: 30px;

    background:
        linear-gradient(
            110deg,
            #001f50 0%,
            #0051c9 45%,
            #a7efd7 100%
        );

    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enterprise-number {
   font-size: 65px;
    line-height: 1;
    margin-right: 18px;
}

.enterprise-text {
       font-size: 26px;
    line-height: 1.05;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {

    .aiTabsList {
        margin-bottom: 30px;
    }

    .left-card,
    .center-card {
        height: 300px;
    }

    .top-card {
        height: 180px;
    }

    .bottom-card {
        height: 120px;
    }
}


@media (max-width: 767px) {

    .aiTabsList {
        gap: 10px;
        flex-wrap: nowrap;
    }

    .aiTabsList .nav-link {
        font-size: 11px;
        padding: 4px 8px;
    }

    .RightCards {
        margin-top: 0;
    }
}


@media (max-width: 575px) {

    .AISection {
        padding: 10px 0;
    }

    .aiTabsList {
        gap: 5px;
        margin-bottom: 25px;
    }

    .aiTabsList .nav-link {
        font-size: 10px;
        padding: 4px 7px;
    }

    .left-card,
    .center-card {
        height: 270px;
    }

    .percentage {
        font-size: 32px;
    }

    .card-title {
        font-size: 18px;
    }

    .crew-text {
        width: 140px;
        font-size: 35px;
    }
}



.OurServices{
    padding:70px 0;
}

.TitleTag{
    color:#ff7b00;
    font-weight:600;
    font-size:18px;
}


.MainCenterHeading 
{
   font-size: 1.6cm;
    
    line-height:1.05;
    margin: 18px auto;
    color:#151515;
}
.BoldMainHeading{
             font-size: 60px;
    line-height: 1.1;
    color: #2d2d2d;
   
}

.icon{
    width:48px;
    height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    font-size:18px;
    vertical-align:middle;
}



.ServiceCard{
    border-radius:24px;
    padding:20px;
       min-height: 415px;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
}

.gray-card{
    background:#ece9ec;
}

.green-card{
    background:#dfff2f;
}

.ServiceCard small{
    font-size:26px;
   
}

.ServiceCard h2{
    font-size:62px;
    margin:20px 0;
    color:#222;
}

.ServiceCard p{
    font-size:26px;
    color:#222;
    margin-top:auto;
    line-height:1.4;
}


.tag-wrapper{
    position: relative;
    overflow: hidden;
}

/* Left Shadow/Fade */
.tag-wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;      /* Increase for a wider fade */
    height: 100%;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(to right, #ece9ec 0%, rgba(236,233,236,0) 100%);
}

/* Right Shadow/Fade */
.tag-wrapper::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(to left, #ece9ec 0%, rgba(236,233,236,0) 100%);
}

.tag-row{
    overflow:hidden;
    white-space:nowrap;
    margin-bottom:12px;
}

.tag-track{
    display:inline-flex;
    gap:12px;
    width:max-content;
}

.tag-track span{
    background:#fff;
    border-radius:30px;
    padding:8px 18px;
    font-size:18px;
    font-weight:600;
    color:#333;
    flex-shrink:0;
}

/* Left Moving */
.tag-row.left .tag-track{
    animation:scrollLeft 30s linear infinite;
}

/* Right Moving */
.tag-row.right .tag-track{
    animation:scrollRight 30s linear infinite;
}

@keyframes scrollLeft{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

@keyframes scrollRight{
    from{
        transform:translateX(-50%);
    }
    to{
        transform:translateX(0);
    }
}



.image-card{
    background:linear-gradient(90deg,#57b6e7,#4ba8dd);
    color:#fff;
    background-image: url(../image/PartnerEcosystem.png);
    background-repeat: no-repeat;
        background-size: cover;
}

.image-card img{
    position:absolute;
    right:0;
    bottom:0;
    height:100%;
    object-fit:cover;
}

.overlay-content{
    position:absolute;
    left:20px;
    bottom:20px;
    color:#fff;
}

.overlay-content h2{
    color:#fff;
}



@media(max-width:991px){


.MainCenterHeading {
    font-size:42px;
}

.ServiceCard{
    height:250px;
}

}

@media(max-width:767px){


    .HeroBanner h1 {
   font-size: 35px !important;
    }
.aggregator-circle {
  width: 160px;
  height: 160px;
}
.cloud-aggregator {
  width: 270px;
  height: 270px;
}

.MainCenterHeading {
    font-size:34px;
}

.OurServices{
    padding:50px 0;
}

.tags span{
    font-size:14px;
    padding:8px 14px;
}

.ServiceCard h2{
    font-size:46px;
}

.ServiceCard p{
    font-size:16px;
}

.arrow {
    padding: 2.5rem;
}

.BoldMainHeading {
    font-size: 40px;
}


}


.Innovation{
    padding:70px 0;
    background-color: #f9f9f9;
}

.SectionTag{
       display: inline-block;
    padding: 12px 35px;
    border-radius: 30px;
    background: rgb(234 234 234);
    font-size: 17px;
    letter-spacing: 1px;
    color: rgb(143 148 157);
}

.SectionDescription
{
  max-width: 35cm;
  color: rgb(43, 43, 43);
  font-size: 20px !important;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
   
}
.AcronisSolution
{
    padding: 70px 0;
}
.AcronisGridDashboard {
   padding: 0 0 1cm;
   margin-top: -5cm;
}

.InnovationCard{
    background:#f4f4f4;
    border-radius:18px;
       padding: 35px 25px;
}

.image-box{
    height:180px;
    border-radius:15px;
}

.brown{
    background:#7b573f;
}

.Innovation h5 
{
    font-size: 26px;
}



.ExploreBtn{
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 12px 12px 12px 28px;
    border-radius: 40px;
    font-size: 18px;
    transition: all 0.3s ease;
}
.explore-btn img {
    transition: transform .3s ease;
        background: #eaeaea;
    border-radius: 50%;
}




.SmallCard{
    border-radius:18px;
    padding:35px 25px;
    min-height:415px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}

.LargeCard{
    border-radius:18px;
    padding:40px 35px;
    min-height:415px;
    display:flex;
    flex-direction:column;
}

.card-content{
    margin-top:auto;   /* Pushes everything to the bottom */
}

.light-gray{
    background:#efefef;
}

.green{
    background:#e5ff2c;
}
.greenText 
{
    color:#90c201;
}
.blue{
    background:#1a6afc;
}
.bannerbluetext
{
     background:#1a6afc;
     color: white;
}
.BlueText
{
    color: rgb(44 214 239);
}


.SmallCard p,
.LargeCard p{
   font-size: 16px;
    line-height:1.4;
    margin:0;
}

@media(max-width:991px){

    .InnovationCard{
        margin-bottom:15px;
    }

    .image-box{
        height:220px;
    }

    .SmallCard,
    .LargeCard{
        min-height:180px;
    }

}





.SecuringTitle{

    font-size:78px;
   
    line-height:1.05;
    color:#2d2d2d;
    
}

.SecuringBadge{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#39bff5;
    color:#fff;

    padding:12px 32px;
    border-radius:50px;

    font-size:22px;
    line-height:1;
    white-space:nowrap;
   
}

.HeroSmallText{

    font-size:26px;
    color:#333;
    line-height:1.4;
}


@media (max-width:992px){

.hero-title{
    font-size:58px;
}

}

@media (max-width:768px){

.hero-title{
    font-size:42px;
}

.hero-badge{
    font-size:18px;
    padding:10px 24px;
}

.HeroSmallText{
    font-size:16px;
}

}

.cards-wrapper{
    display:flex;
    height:530px;
    overflow:hidden;
}

.expand-card{
    flex:1;
    transition: flex 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor:pointer;
   padding: 0px 50px 120px 50px;
    color:#fff;
    display:flex;
    align-items:flex-end;
}

.RevealHiddenContent
{
    opacity:0;
    transform:translateY(30px);
    max-height:0;
    overflow:hidden;
    transition:
        opacity .6s ease,
        transform .6s ease,
        max-height .6s ease;
}

.cards-wrapper .expand-card:hover .RevealHiddenContent
{
     opacity:1;
    transform:translateY(0);
    max-height:300px;

    transition-delay:.35s;
}

/* Shrink all cards when hovering the wrapper */
.cards-wrapper:hover .expand-card{
    flex:1;
}

/* Expand the hovered card */
.cards-wrapper .expand-card:hover{
    flex:1.8;
}

.cards-wrapper .expand-card:hover p 
{
       max-width: 680px;
    transition-delay: .3s;
    font-size: 32px !important;
    line-height: 46px;
}
.cards-wrapper .expand-card:hover h2 
{
      
    font-size: 50px !important;
  
}
.cards-wrapper .expand-card:hover .ExploreServiceButton
{
    float: right;
}

.expand-card h2
{
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 400;
}

.expand-card p{
   
    line-height: 34px;
    font-size: 26px;
    font-weight: 500;
}


.NewsBlogsTitle {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.3;
    color: #222;
}

.NewsBlogsTitle strong {
    font-weight: 700;
}

.NewsBlogsText {
    font-size: 15px;
    line-height: 1.45;
    color: #222;
}

@media (max-width: 576px) {

    .NewsBlogsTitle {
        font-size: 24px;
    }

    .NewsBlogsText {
        font-size: 12px;
        padding: 0 10px;
    }
}

/* Backgrounds */

.blog-card{

    

 background:
    linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)),
    repeating-linear-gradient(
    90deg,
    rgba(255,255,255,.08) 0,
    rgba(255,255,255,.08) 40px,
    transparent 60px,
    transparent 64px),
    linear-gradient(90deg,#4ab7eb,#c9f3e9);

}

.insight-card{
   

    background:
    linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)),
    repeating-linear-gradient(
    90deg,
    rgba(255,255,255,.08) 0,
    rgba(255,255,255,.08) 40px,
    transparent 60px,
    transparent 64px),
    linear-gradient(90deg,#ff8b47,#ffc247);
    
}


.news-card{

    flex:1;

    background:
    linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)),
    repeating-linear-gradient(
    90deg,
    rgba(255,255,255,.03) 0,
    rgba(255,255,255,.03) 40px,
    transparent 60px,
    transparent 64px),
    linear-gradient(90deg,#000,#000);
}

/*======================
Expand Animation
======================*/



/* Responsive */

@media(max-width:991px){

.cards-wrapper{

    flex-direction:column;
    height:auto;
}

.expand-card{

    min-height:320px;
}

.expand-card,
.case-card,
.news-card,
.blog-card:hover,
.insight-card:hover{

    flex:1;
}

}


.ProductsLogos
{
    padding: 70px 0;
}


.CareerJoin{
    padding: 70px 0;
    background:#000;
    position:relative;
    overflow:hidden;
}

/* Background Glow */
.CareerJoin::before{
    content:"";
    position:absolute;
    left:-180px;
    top:-180px;
    width:420px;
    height:420px;
    background:radial-gradient(circle,#0e5967 0%,transparent 70%);
    opacity:.45;
}

.CareerJoin::after{
    content:"";
    position:absolute;
    right:-180px;
    bottom:-180px;
    width:420px;
    height:420px;
    background:radial-gradient(circle,#6b3a18 0%,transparent 70%);
    opacity:.45;
}


.section-title{
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    padding: 0 0 0;
    margin: 0;
}

.pill-wrapper{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
}

.pill{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-width:130px;
    height:56px;
    padding:0 30px;
    border-radius:50px;
    font-size:28px;
    font-weight:400;
    transition:.35s;
    cursor:pointer;
}

.pill:hover{
    transform:translateY(-4px);
}

.pill-blue{
    background:#69c5ec;
    color:#fff;
}

.pill-dark{
    background:#363636;
    color:#fff;
}

.pill-green{
    background:#e8ff3c;
    color:#111;
}

.section-text{
    color:#d8d8d8;
    font-size:18px;
}

.OpeningButton{
    background:#fff;
    color:#222;
    padding:15px 40px;
    border-radius:50px;
    font-size:18px;
    min-width:240px;
    transition:.35s;
}

.OpeningButton:hover{
    background:#69c5ec;
    color:#fff;
}

/* Responsive */

@media(max-width:991px){

    .section-title{
        font-size:38px;
    }

    .pill{
        min-width:110px;
        font-size:24px;
        height:52px;
    }

}

@media(max-width:576px){

    .career-section{
        padding:70px 0;
    }

    .section-title{
        font-size:30px;
    }

    .pill{
        width:100%;
        max-width:220px;
        font-size:22px;
    }

    .section-text{
        font-size:16px;
        padding:0 15px;
    }

    .OpeningButton{
        width:100%;
        max-width:260px;
    }

}


footer 
{
    background-color: #000000;

color: #fff;
}

footer ul li
{
list-style-type: none;
    padding: 0 0 18px;
 transition:.3s;
}

footer li a,
.MegaMenu a 
{
    position: relative;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    transition: color .3s ease;
    font-size: 16px;
}
footer h5 
{
    font-size: 1.22rem;
}


footer li a::after,.MegaMenu a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #62d8ff;
    transition: width .35s ease;
}

footer li a:hover,
.MegaMenu a:hover{
    color: #62d8ff!important;
}

footer li a:hover::after,.MegaMenu a:hover::after{
    width: 100%;
}

footer a 
{
    text-decoration: none;
    color: white;
}
footer ul.SocialIcons li 
{
    float: left;
    margin-right: 20px;
    margin-top: 0;
}


.Securing 
{
    padding: 70px 0 0;
}
.OurCaseStudy {
    padding: 70px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}


/* =========================
   HEADER
========================= */



.CaseStudyTag {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 6px 14px;

    border: 1px solid #dce1dc;
    border-radius: 30px;

    font-size: 15px;
    font-weight: 500;

    color: #063b3d;

    margin-bottom: 16px;
}



.WhiteLogo
{
     filter: brightness(0) invert(1);
}


/* =========================
   CARDS
========================= */

.feature-row {
    align-items: stretch;
}

.CaseStudyCard {
    position: relative;

   min-height: 455px;

    border-radius: 20px;

    padding: 40px;

    overflow: hidden;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* White Card */

.card-gray {
    background: #eaeaea;
}


/* Green Card */

.CardGreen {
    background: #d7ec86;
}


/* Dark Card */

.card-black {
    background: #000;
}


/* =========================
   CARD CONTENT
========================= */

.CaseStudyCardContent {
    position: relative;
    z-index: 2;
}

.CaseStudyLogo {
    height: 65px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}




/* Dark card icon */




.CaseStudyHeading {
    position: relative;
    z-index: 2;

    font-size: 26px;
    line-height: 1.15;
    font-weight: 500;

    margin-bottom: 28px;

    color: #151515;
}

.card-dark h3 {
    color: #ffffff;
}


.CaseStudyDescription {
   position: relative;
    z-index: 2;
        max-width: 400px;
    font-size: 16px;
    line-height: 33px;
    color: #151515;
    margin: 0;
}

.card-dark p {
    color: #a8c0c3;
}




/* =========================
   EXPLORE BUTTON
========================= */






/* Dark button */

.card-dark .CaseStudyBtn {
    background: #073d3d;
    color: #ffffff;
}


/* Arrow */

.CaseStudyBtn i {
    font-size: 12px;

    transition: transform 0.3s ease;
}

.CaseStudyBtn:hover i {
    transform: translateX(5px);
}


 
            .CaseStudyButtonWrapper {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 210px;
    height: 78px;

    background: #f9f9f9;

    border-top-right-radius: 32px;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    padding-left: 0;
}


/* Small white curved connection */

.CaseStudyButtonWrapper::before {
    content: "";

    position: absolute;

    top: -20px;
    left: 0;

    width: 20px;
    height: 20px;

    background: transparent;

    border-bottom-left-radius: 20px;

    box-shadow: -10px 10px 0 10px #f9f9f9;
}
.CaseStudyButtonWrapper::after {
    content: "";
    position: absolute;
    top: 58px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-bottom-left-radius: 20px;
    box-shadow: -10px 10px 0 10px #f9f9f9;
}

/* =========================
   EXPLORE BUTTON
========================= */

.CaseStudyButton {
   width: 188px;
    transition: all 0.3s ease;
    background: #000;
}


.caseStudySlider {
    width: 100%;
    padding-bottom: 50px;
}

.caseStudySlider .swiper-slide {
    height: auto;
}

.CaseStudyCard {
    width: 100%;
  
    border-radius: 20px;
}

.card-gray {
    background: #eeeeee;
}
.caseStudySlider {
    position: relative;
    padding-bottom: 70px;
}

.caseStudySlider .swiper-button-prev,
.caseStudySlider .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 45px;
    height: 45px;
    margin: 0;
   
    border-radius: 50%;
    background: #34c6f4;
}




.caseStudySlider .swiper-button-prev {
    left: auto;
    right: 55px;
}

.caseStudySlider .swiper-button-next {
    right: 0;
}

.caseStudySlider .swiper-button-prev::after,
.caseStudySlider .swiper-button-next::after {
    font-size: 16px;
    color: white;
}



/* =========================
   ARROW CIRCLE
========================= */

 



/* =========================
   HOVER
========================= */

.CaseStudyCard {
    transition: transform 0.35s ease;
}

.CaseStudyCard:hover {
    transform: translateY(-5px);
}

.CaseStudyBtn:hover {
    text-decoration: none;
}

.card-white .CaseStudyBtn:hover {
    background: #ffffff;
}



/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

    .features-section {
        padding: 60px 0 80px;
    }

    .section-title {
        font-size: 40px;
    }

    

  

}


/* =========================
   MOBILE
========================= */

@media (max-width: 767.98px) {

    .BannerContent
    {
        padding-top: 7rem;
    }
    .w-xs-100
    {
    width: 100% !important;
    }

    .SliderText
    {
        padding-top: 9rem;
    }

    .features-section {
        padding: 45px 0 60px;
    }

    .section-title {
        font-size: 34px;
        line-height: 1.15;
        letter-spacing: -1px;
    }

   .LogoSection img
   {
        max-width: 130px;
        margin: 10px 0;
   }

    

   

    .CaseStudyLogo {
        margin-bottom: 25px;
    }

    

    .CaseStudyHeading {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .CaseStudyDescription {
        font-size: 15px;
    }

}




/* Small Mobile */

@media (max-width: 480px) {

    .section-title {
        font-size: 30px;
    }

   

}





.AcronisBanner,
.ServiceflxBanner,
.VaptBanner,
.SupportBanner 
{
    padding: 20rem 0 22rem;
    color: white;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}


.VaptBanner 
{
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.ServiceflxBanner {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
                url("../image/serviceFlxbanner.png");
    
}
.AcronisBanner h1 
{
    font-size: 80px;
}


  .DashboardWrapper {
            padding: 20px;
           
            border-radius: 25px;
        }

        .DashboardGrid {
            display: grid;
    grid-template-columns: 1.1fr 1.1fr 1.1fr;
    grid-template-rows: 7rem 17rem 7rem;
    gap: 10px;
        }

        .DashboardCard {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 18px;
                padding: 2rem;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
            overflow: hidden;
                justify-content: start;
    display: flex;
    align-items: center;
        }

        /* Left card */
        .zapier-card {
              grid-column: 1;
    grid-row: 1 / 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        }

        .zapier-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            background: #ff641f;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            margin-bottom: 18px;
        }

        .DashboardCard h5 {
                             font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
        }

        .DashboardCard p {
             font-size: 20px;
            line-height: 1.45;
            color: #999;
            margin: 0;
        }

        /* Tracker */
        .tracker-card {
            grid-column: 2;
            grid-row: 1;
           
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .tracker-icons {
            display: flex;
            gap: 3px;
        }

        .tracker-icons span {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #e8f5ff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 9px;
        }

        /* Focus card */
        .focus-card {
            grid-column: 2;
            grid-row: 2;
            position: relative;
        }

       

        .range {
            color: #b7cbd5;
            font-size: 9px;
        }

        .focus-number {
            font-size: 58px;
            line-height: 1;
            font-weight: 400;
            margin: 20px 0;
            color: #050505;
        }

        .focus-footer {
            display: flex;
            justify-content: space-between;
            color: #aaa;
            font-size: 9px;
        }

        /* Right card */
        .productivity-card {
           grid-column: 3;
    grid-row: 1 / 3;
    justify-content: end;
    align-items: self-start;
    display: flex;
    flex-direction: column;
            
        }

        .productivity-number {
            font-size: 58px;
            font-weight: 400;
            color: #000;
        }

        /* Bottom card */
        .ShortcutCard {
            grid-column: 2 / 4;
            grid-row: 3;

          
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .ShortcutLeft {
            display: flex;
            align-items: center;
            gap: 15px;
        }
.ShortcutLeft ul li 
{
display: inline;
}
        .shortcut-icon {
            width: 18px;
            height: 14px;
            border: 2px solid #56a9dc;
            border-radius: 3px;
        }

        .ShortcutText h6 {
            margin: 0;
        }

        .ShortcutText p {
            margin: 2px 0 0;
        }

        .shortcut-right {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .key-box {
            background: #f2f2f2;
            border-radius: 12px;
            padding: 8px 15px;
            font-size: 12px;
        }

        .user-circle {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: #f3f5f6;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
        }

        .configure {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .configure-btn {
            padding: 7px 12px;
            border-radius: 20px;
            background: #f4f9fa;
            color: #6f8790;
            font-size: 10px;
        }

        .toggle {
            width: 31px;
            height: 18px;
            background: #d9e9f0;
            border-radius: 20px;
            position: relative;
        }

        .toggle::after {
            content: "";
            position: absolute;
            width: 13px;
            height: 13px;
            background: #238edb;
            border-radius: 50%;
            right: 3px;
            top: 2.5px;
        }


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

            .DashboardWrapper {
                padding: 12px;
            }

            .DashboardGrid {
                display: grid;
                grid-template-columns: 1fr;
                grid-template-rows: auto;
            }

            .zapier-card,
            .tracker-card,
            .focus-card,
            .productivity-card,
            .ShortcutCard {
                grid-column: 1;
                grid-row: auto;
            }

            .zapier-card {
                min-height: 250px;
            }

            .productivity-card {
                min-height: 220px;
            }

            .focus-number,
            .productivity-number {
                font-size: 45px;
            }

            .ShortcutCard {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }

            .shortcut-right {
                width: 100%;
                justify-content: flex-end;
            }
        }



         .AcronisProtectionWork {
            padding: 35px 0;
        }

       
       

    

        /* Cards */
        .AcronisProtectionWorkCard {
            display: grid;
            grid-template-columns: 2fr 2fr 2fr;
            gap: 18px;
            align-items: stretch;
        }
        .AcronisProtectionWorkCard p 
        {
     font-size: 20px;
    line-height: 1.6;
    margin: 0;
        max-width: 470px;
        }
       .AcronisProtectionWorkCard h2 
       {
            font-size: 1.9rem;
            padding-bottom: 1rem;
       }

.AcronisProtectionWorkCard .AboutCard
{
   padding: 70px 30px !important;
}


        /* Image card */
        .FirstCard {
            position: relative;
            min-height: 250px;
            background: #1594cf;
            color: white;
           
        }

        

     
       

       
       

       

      
      

       

        /* Right cards */
        .RightCards {
           
            gap: 18px;
        }

        .data-card {
           background: #edeaed;
    min-height: 250px;
        }

       
       

        .continent-card {
            background: #111;
            color: #fff;
               min-height: 250px;
          
           
           
        }

      

       

        /* Tablet */
        @media (max-width: 991.98px) {

            .AcronisProtectionWork {
                padding: 45px 0 60px;
            }

           

            .AcronisProtectionWorkCard {
                grid-template-columns: 1fr;
            }

          

           

            .RightCards {
                grid-column: 1 / -1;
                display: grid;
                grid-template-columns: 1fr 1fr;
            }

            .data-card {
                min-height: 180px;
            }

            .continent-card {
                min-height: 180px;
            }
        }

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

            .AcronisProtectionWork {
                padding: 35px 15px 50px;
            }

           

          
          


           

            .data-card {
                min-height: 170px;
            }

            .continent-card {
                min-height: 70px;
            }
        }


          /* FAQ Section */
        .FaqSection {
         padding: 70px 0;
           
        }

       
       

        
        /* Accordion */
        .FaqList {
            max-width: 780px;
            margin: auto;
        }

        .FaqItem {
            margin-bottom: 8px;
            padding: 0;
            border-radius: 28px;
            background: rgba(255, 255, 255, .58);
            overflow: hidden;
            border: 1px solid transparent;
            transition: .3s ease;
        }

        .FaqItem.active {
            background:
                linear-gradient(#fff, #fff) padding-box,
                linear-gradient(
                    90deg,
                    #c79aff,
                    #f6c8e5,
                    #a5d7ff
                ) border-box;
            border: 1px solid transparent;
        }

        .FaqQuestion {
            width: 100%;
            min-height: 66px;
            padding: 14px 18px;
            border: 0;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-align: left;
            font-family: inherit;
          
            font-weight: 400;
            color: #111;
        }

        .QuestionLeft {
            display: flex;
            align-items: center;
            gap: 13px;
        }

        .QuestionNumber {
            width: 24px;
            height: 24px;
            min-width: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background: rgba(255, 255, 255, .7);
            font-size: 10px;
            color: #222;
        }

        /* Plus / Close button */
        .FaqIcon {
            width: 36px;
            height: 36px;
            min-width: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 19px;
            font-weight: 300;
            transition: .3s ease;
        }

        .FaqItem:not(.active) .FaqIcon {
            background: #050505;
            color: #fff;
        }

        .FaqItem.active .FaqIcon {
            background: #fff;
            color: #333;
            border: 1px solid #c9a5ff;
        }

        .plus {
            display: block;
        }

        .close {
            display: none;
            font-size: 21px;
            font-weight: 300;
            line-height: 1;
        }

        .FaqItem.active .plus {
            display: none;
        }

        .FaqItem.active .close {
            display: block;
        }

        /* Answer */
        .FaqAnswer {
          
            padding: 0 54px 22px;
            color: #666;
            font-size: 12px;
            line-height: 1.55;
             /* Animation */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.47s ease,
                opacity 0.37s ease,
                padding 0.47s ease;
        }
.FaqItem.active .FaqAnswer {
    max-height: 300px;
    padding: 0 54px 22px;
    opacity: 1;
}
        .FaqAnswer p {
            margin-bottom: 7px;
        }

       

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

            .FaqSection {
                padding: 50px 15px;
            }

           

          

            .FaqItem {
                border-radius: 20px;
            }

            .FaqQuestion {
                
            }

            .QuestionLeft {
                gap: 9px;
            }

            .QuestionNumber {
                width: 23px;
                height: 23px;
                min-width: 23px;
            }

            .FaqIcon {
                width: 32px;
                height: 32px;
                min-width: 32px;
            }

           
        }




     


/* =========================
   TOP TABS
========================= */

.SecurityTabs {
    align-items: center;
}

.SecurityTab {
    border: 0;
    background: transparent;
    padding: 8px 18px;
    font-size: 14px;
    color: #333;
    border-radius: 30px;
    transition: all .3s ease;
}

.SecurityTab.active {
    background: #050505;
    color: #fff;
    box-shadow: 0 7px 12px rgba(0, 0, 0, .30);
}


/* =========================
   CARD GRID
========================= */




/* =========================
   COMMON CARD
========================= */


.SecurityContentTab {
    display: none;
}

.SecurityContentTab.active {
    display: block;
}

.SecurityCard {
    position: relative;
    overflow: hidden;
    border-radius: 17px;
       padding: 2rem;
    display: flex;
    align-items: flex-end;
    isolation: isolate;
       
}
.SmallAcronisCard
{
    min-height: 200px;
    
}
.LargeAcronisCard
{
    min-height: 200px;
   
}
.SecurityCard img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.CardOverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .85),
        rgba(0, 0, 0, .05)
    );
    z-index: -1;
}

.SecurityContent {
    position: relative;
    z-index: 2;
}

.SecurityContent h5 {
    margin: 0 0 12px;
   font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.SecurityContent p {
    margin: 0;
   font-size: 20px;
    line-height: 1.4;
}


/* =========================
   CARD POSITIONS
========================= */

/* DLP */
.dlp-card {
   
    color: #fff;
}


/* Acronis */
.acronis-card {
   
    background: linear-gradient(
        135deg,
        #071a83,
        #04bde9
    );
    color: #fff;
  
       
}


/* Advanced Security */
.advanced-card {
  
    background: #d9f47c;
    color: #222;
   
}


/* EDR */
.edr-card {
  
    color: #fff;
   
}


/* XDR */
.xdr-card {
   
    background: #020308;
    color: #fff;
   
        margin-bottom: 1.4rem;
}


/* MDR */
.mdr-card {
  
    background: #f0f1f8;
    color: #222;
  
}





/* =========================
   HOVER
========================= */

.SecurityCard {
    transition: transform .35s ease;
}

.SecurityCard:hover {
    transform: translateY(-4px);
}


@media (max-width: 991px) {

    .security-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .dlp-card,
    .acronis-card,
    .advanced-card,
    .edr-card,
    .xdr-card,
    .mdr-card,
    .email-card {
        grid-column: auto;
        grid-row: auto;
        min-height: 250px;
    }

    .dlp-card {
        min-height: 350px;
    }

    .SecurityTabs {
        flex-wrap: wrap;
        gap: 8px !important;
    }

}


@media (max-width: 575px) {



    h1 
    {
        font-size: 45px!important;
    }
    h2 
    {
        font-size: 35px!important;
    }
    h3 
    {
        font-size: 25px!important;
    }
    h4 
    {
        font-size: 20px!important;
    }
     h5 
    {
        font-size: 18px!important;
    }

    p,ul li 
    {
       
        font-size: 1rem!important;
    }

    .AcronisBanner h1 {
    font-size: 50px;
}
.AcronisBanner h3 {
    font-size: 30px;
}

   .AcronisProtectionWork
   {
    padding: 2cm 0;
   }

    .SecurityTabs {
        justify-content: flex-start !important;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }

    .SecurityTab {
        white-space: nowrap;
        font-size: 13px;
    }

    .security-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .dlp-card,
    .acronis-card,
    .advanced-card,
    .edr-card,
    .xdr-card,
    .mdr-card,
    .email-card {
        grid-column: auto;
        grid-row: auto;
        min-height: 250px;
    }

    .dlp-card {
        min-height: 350px;
    }

    .SecurityCard {
        padding: 22px;
    }

    .SecurityContent h5 {
        font-size: 16px;
    }

    .SecurityContent p {
        font-size: 14px;
    }
    .CaseStudyCard {
   
    min-height: 550px;
    }

}


@media (min-width:1200px) {

.w-lg-30
{
 width: 30%;
}
.w-lg-50
{
 width: 50%;
}
.w-lg-75
{
 width: 75%;
}
.w-lg-90
{
 width: 90%;
}
}





   .ITManagedTools {
               padding: 0 0 2cm;
            background: #fff;
        }

        .why-wrapper {
            max-width: 1200px;
            margin: auto;
        }

        /* =========================
           LEFT CONTENT
        ========================= */

        .section-label {
            display: flex;
            align-items: center;
            gap: 7px;
            margin-bottom: 10px;
            color: #87bd19;
            font-size: 12px;
            font-weight: 600;
        }

        .section-label i {
            font-size: 13px;
        }

        .why-heading {
            max-width: 450px;
            margin-bottom: 25px;
            color: black;
            font-size: 32px;
            font-weight: 400;
            line-height: 1.08;
        }

        .why-heading strong {
            font-weight: 700;
        }

        /* =========================
           VIDEO / IMAGE
        ========================= */

        .video-box {
            position: relative;
            width: 100%;
              height: 310px;
            overflow: hidden;
            border-radius: 10px;
        }

        .video-box img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 52px;
            height: 52px;

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

            transform: translate(-50%, -50%);
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.88);
            color: #17483f;
            font-size: 25px;

            cursor: pointer;
            transition: all 0.3s ease;
        }

        .play-button:hover {
            background: #a9e600;
            transform: translate(-50%, -50%) scale(1.08);
        }

        /* =========================
           RIGHT FEATURE CARDS
        ========================= */

        .features-wrapper {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding-top: 5px;
        }

        .ITManagedFeatureCard {
           min-height: 160px;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f8f8f8;
    border-radius: 10px;
    transition: all 0.3s ease;
        }

        .ITManagedFeatureCard:hover {
            transform: translateX(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
        }

        .ITManagedFeatureIcon {
            flex: 0 0 36px;
            width: 36px;
            height: 36px;

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

            border-radius: 50%;
            background: #a9e600;
            color: #17483f;
            font-size: 17px;
        }

        .ITManagedFeatureContent h5 {
            margin: 0 0 4px;
                color: black;
            font-size: 18px;
            font-weight: 600;
        }

        .ITManagedFeatureContent p {
          
            margin: 0;
            color: #555;
            font-size: 16px;
            line-height: 1.35;
        }

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

        @media (max-width: 991px) {

            .ITManagedTools {
                padding: 50px 20px;
            }

            .why-wrapper {
                max-width: 750px;
            }

            .why-heading {
                max-width: 600px;
                font-size: 30px;
            }

            .video-box {
                height: 350px;
                margin-bottom: 25px;
            }

            .features-wrapper {
                padding-top: 0;
            }

            .ITManagedFeatureCard {
                min-height: 95px;
            }
        }

        @media (max-width: 575px) {

            .ITManagedTools {
                padding: 40px 15px;
            }

            .why-heading {
                font-size: 27px;
                line-height: 1.15;
            }

            .video-box {
                height: 250px;
            }

            .ITManagedFeatureCard {
                padding: 18px;
            }

            .ITManagedFeatureContent h5 {
                font-size: 20px !important;
            }

            .ITManagedFeatureContent p {
                font-size: 11px;
            }
        }


           .MeetServiceflxAI {
            background: #f8f8f8;
            padding: 70px 0;
        }

      


        /* =========================
           LEFT CONTENT
        ========================= */

       

       
        


        /* =========================
           SERVICE GRID
        ========================= */

       

        /* =========================
           SERVICE CARD
        ========================= */

        .MeetServiceflxCard {
            position: relative;

            min-height: 145px;
            padding: 20px 25px;

            border: 1px solid #e1e6c9;
            background: transparent;

            transition: all 0.3s ease;
        }

        .MeetServiceflxCard:hover {
            background: #edf5c9;
            transform: translateY(-3px);
        }


        /* =========================
           ACTIVE CARD
        ========================= */

        .MeetServiceflxCard.active {
            background: #121a20;
            border-color: #121a20;
            color: #fff;

            border-radius: 9px;
            z-index: 2;
        }

        .MeetServiceflxCard.active:hover {
            background: #121a20;
        }


        /* =========================
           ICON
        ========================= */

        .service-icon {
            width: 25px;
            height: 25px;

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

            margin-bottom: 8px;

            color: #91ce00;
            font-size: 20px;
        }

        .MeetServiceflxCard:not(.active) .service-icon {
            color: #667a32;
        }


        /* =========================
           TITLE
        ========================= */

        .MeetServiceflxCard h5 {
            margin: 0 0 8px;

           font-size: 15px;
            font-weight: 600;
            line-height: 1.2;
        }


        /* =========================
           LIST
        ========================= */

        .MeetServiceflxCard ul {
            padding: 0;
            margin: 0;

            list-style: none;
        }

        .MeetServiceflxCard ul li {
            position: relative;

            margin-bottom: 4px;
               padding-left: 20px;
    font-size: 14px;
            color: #68705a;
          
        }

        .MeetServiceflxCard ul li::before {
            content: "";
            position: absolute;

            width: 5px;
            height: 5px;

            top: 10px;
            left: 0;

            border-radius: 1px;
            background: #a5e600;
        }

        .MeetServiceflxCard.active ul li {
            color: #d5d8d3;
        }


        .MeetServiceflxCard {
    position: relative;
    min-height: 145px;
    padding: 20px 25px;
    border: 1px solid #e1e6c9;
    background: transparent;
    transition: all 0.3s ease;
}

/* Black background on hover */
.MeetServiceflxCard:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    transform: translateY(-3px);
}

/* Icon on hover */
.MeetServiceflxCard:hover .service-icon {
    color: #a5e600;
}

/* Text on hover */
.MeetServiceflxCard:hover h5 {
    color: #fff;
}

/* List text on hover */
.MeetServiceflxCard:hover ul li {
    color: #fff;
}
.MeetServiceflxCard {
    transition: background-color 0.4s ease,
                color 0.4s ease,
                transform 0.3s ease;
}
.MeetServiceflxCard {
    position: relative;
       min-height: 220px;
           border-radius: 1rem;
          max-width: 530px;
            margin: 20px 0;
    padding: 35px;
    border: 1px solid #e1e6c9;
    background: transparent;
    overflow: hidden;
    z-index: 1;
}

/* Expanding black background */
.MeetServiceflxCard::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #000;
    transform: scale(0);
    transform-origin: bottom right;
    transition: transform 0.5s ease;
    z-index: -1;
}

/* Expand background */
.MeetServiceflxCard:hover::before {
    transform: scale(1);
}

/* Text */
.MeetServiceflxCard:hover h5 {
    color: #fff;
}

/* Paragraph/list */
.MeetServiceflxCard:hover ul li {
    color: #fff;
}

/* Icon */
.MeetServiceflxCard:hover .service-icon {
    color: #a5e600;
}

        /* =========================
           CORNER SHAPES
        ========================= */

        .corner {
            position: absolute;

            width: 13px;
            height: 13px;

           background: #000000;
        }

        .corner-bottom-right {
            right: -1px;
            bottom: -1px;

            border-radius: 10px 0 0 0;
        }

        .corner-top-left {
            top: -1px;
            left: -1px;

            border-radius: 0 0 10px 0;
        }


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

        @media (max-width: 991px) {

            .MeetServiceflxAI {
                padding: 55px 20px;
            }

            .service-intro h2 {
                font-size: 32px;
            }

        }


        @media (max-width: 767px) {

            .MeetServiceflxAI {
                padding: 45px 15px;
            }

            .service-intro {
                padding: 0 0 30px;
            }

            .service-intro h2 {
                max-width: 100%;
                font-size: 30px;
            }

            .service-intro p {
                max-width: 100%;
            }

            .service-grid {
                grid-template-columns: 1fr;
            }

            .MeetServiceflxCard {
                min-height: 140px;
            }

        }


        @media (max-width: 575px) {

            .service-intro h2 {
                font-size: 27px;
            }

            .MeetServiceflxCard {
                padding: 20px;
            }

        }


        

     .SimplifyITOperationsContent
     {
        
     }

      

        .WhyChooseServiceFlx {
            padding: 70px 0;
            background: #f8f8f8;
        }

        .services-heading {
            text-align: center;
            margin-bottom: 16px;
        }

        .services-label {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            color: #86bd22;
            font-size: 8px;
            font-weight: 600;
            margin-bottom: 7px;
        }

        .services-label i {
            font-size: 9px;
        }

        
        .services-title strong {
            font-weight: 700;
        }

        .service-grid {
            max-width: 1200px;
            margin: auto;
        }

        .ChooseServiceFlxCard {
            min-height: 300px;
            background: #fff;
            border-radius: 11px;
            overflow: hidden;
            padding: 30px 20px;
            position: relative;
            transition: 0.2s ease;
        }

        .ChooseServiceFlxCard:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        }

        .ChooseServiceFlxCard.featured {
            background: #b7eb31;
        }

        .ChooseServiceFlxCardTop {
            min-height: 62px;
            position: relative;
            padding-right: 26px;
        }

       

        .ServiceDescription {
           font-size: 14px;
    line-height: 1.35;
    color: #526a65;
        margin: 15px 0;
    max-width: 260px;
        }

        .service-arrow {
            position: absolute;
            top: 0;
            right: 0;
            width: 21px;
            height: 21px;
            border: 1px solid #e7ebe8;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #315c55;
            font-size: 9px;
        }

        .featured .service-arrow {
            background: #24584f;
            border-color: #24584f;
            color: #b7eb31;
        }

        .service-image {
            width: 100%;
               max-height: 160px;
            object-fit: cover;
            border-radius: 5px;
            display: block;
        }

        .service-icon {
            position: absolute;
            bottom: 10px;
            left: 16px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #b7eb31;
            color: #315d52;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 11px;
        }

        .featured .service-icon {
            background: #d2fa46;
        }

        /* Responsive */
        @media (max-width: 767px) {
            .services-title {
                font-size: 21px;
            }

            .service-grid {
                max-width: 450px;
            }

            .ChooseServiceFlxCard {
                height: 180px;
            }
        }

        @media (max-width: 575px) {
           

            .service-grid {
                max-width: 380px;
            }

            .ChooseServiceFlxCard {
                height: 185px;
            }

            .services-title {
                font-size: 19px;
            }
        }
       

  

        

        /* ---------------- Header ---------------- */

        .project-tag {
            display: inline-block;
            padding: 11px 17px;
            background: #baf477;
            border-radius: 25px;
            color: #286a4e;
            font-size: 11px;
            margin-bottom: 25px;
        }

        .project-heading {
            max-width: 570px;
            margin: 0;
            font-size: 32px;
            line-height: 1.15;
            font-weight: 400;
            letter-spacing: -0.7px;
        }

        .project-intro {
            max-width: 410px;
            margin-top: 48px;
            font-size: 10px;
            line-height: 1.45;
            color: #303030;
        }

        /* ---------------- Date ---------------- */

        .project-dates {
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            margin-top: -48px;
            margin-bottom: 53px;
        }

        .date-item {
            width: 82px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f6f6f6;
            font-size: 10px;
            color: #333;
        }

        .date-item.active {
            height: 72px;
            background: #b4f06e;
            align-items: flex-end;
            padding-bottom: 10px;
        }

        /* ---------------- Process Area ---------------- */

        .WhatIsVAPT
        {
                    padding: 0 0 1cm;
    margin-top: -4cm;
        }
        .VaptProcess {
            position: relative;
            min-height: 570px;
        }

        .VaptProcessCard {
            position: absolute;
            width: 255px;
            min-height: 138px;
            padding: 18px 17px 15px 49px;
            background: #fafafa;
            border-radius: 18px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
        }

        .VaptProcessCard.green-card {
            background: #f5fbe7;
        }

        .VaptCardOne {
            left: 0;
            top: 0;
        }

        .VaptCardTwo {
            right: 75px;
            top: 91px;
        }

        .VaptCardThree {
            left: 75px;
            top: 274px;
        }

        .VaptCardFour {
            right: 0;
            top: 400px;
        }

        /* ---------------- Duration ---------------- */

        .VaptProcessStep {
            position: absolute;
    left: 0px;
    top: 20px;
    width: 27px;
    height: 114px;
    border-radius: 18px;
    background: #252525;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 9px;
    font-weight: 400;
    right: 0px;
        }

        .green-card .VaptProcessStep {
            background: #087354;
        }

        /* ---------------- Card Content ---------------- */

        .VaptProcessTitle {
            display: flex;
            align-items: center;
            gap: 10px;
          
            font-size: 15px;
            font-weight: 400;
        }

        .VaptProcessTitle i {
            font-size: 15px;
        }

        

        /* ---------------- Connectors ---------------- */

       
       .VaptProcessArrows {
    position: absolute;
    width: 100%;
    height: 570px;
    left: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

.VaptProcessCard {
    z-index: 2;
}
.VaptProcess {
    position: relative;
    min-height: 570px;
    max-width: 900px;
    margin: auto;
}

.VaptProcessArrows {
    position: absolute;
    width: 100%;
    height: 570px;
    left: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

.VaptProcessCard {
    position: absolute;
    z-index: 2;
   width: 320px;
    min-height: 138px;
    padding: 18px 17px 15px 49px;
    background: #fafafa;
    border-radius: 18px;
}
@media (max-width: 767px) {

    .VaptProcessArrows {
        display: none;
    }

    .VaptProcess {
        min-height: auto;
    }

    .VaptProcessCard {
        position: relative;
        width: 100%;
        min-height: 145px;
        margin-bottom: 25px;
        left: auto;
        right: auto;
        top: auto;
    }
}



.DonotWaitforaBreach{
  padding: 3cm 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
       
}



.DonotWaitforaBreach .container {
    position: relative;
    z-index: 2;
}
.DonotWaitforABreach
{
    padding: 1cm 0;
}


.AcronisKeepBusiness
{
    padding: 3cm 0;
    background-image: url(../image/AcronisKeepBusinessMoving.png);
    background-repeat: no-repeat;
        background-size: cover;
}


.solar-title {
    color: #ffffff;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 14px;
    letter-spacing: -1px;
}

.solar-description {
    max-width: 510px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Bottom Action */
.solar-action {
    gap: 18px;
}

/* Quote Button */
.quote-btn {
    height: 58px;
    width: 215px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.quote-btn:hover {
    color: #ffffff;
    border-color: #8df54b;
}

/* Arrow Circle */
.quote-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #8df54b;
    color: #193b32;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.quote-arrow i {
    transform: translate(1px, -1px);
}

/* Avatar Group */
.avatar-group {
    display: flex;
    align-items: center;
    padding-left: 8px;
}

.avatar-item,
.avatar-more {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 3px solid #d4f9b9;
    overflow: hidden;
    margin-left: -8px;
    background: #ffffff;
    position: relative;
}

.avatar-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.avatar-more {
    background: #8df54b;
    border-color: #8df54b;
    color: #183d32;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {

    .solar-cta {
        min-height: 400px;
    }

    .DonotWaitforaBreach {
        padding-left: 20px;
        padding-right: 20px;
    }

    .solar-title {
        font-size: 38px;
    }
}

@media (max-width: 575px) {

    .solar-cta {
        min-height: 430px;
    }

    .solar-title {
        font-size: 32px;
    }

    .solar-description {
        font-size: 12px;
    }

    .solar-action {
        flex-wrap: wrap;
    }

    .quote-btn {
        width: 205px;
    }
}


/* Main Section */
.OurVAPTServices {
    background: #f0f5fb;
        padding: 70px 0;
}

/* Heading */
.consulting-heading {
    margin-bottom: 40px;
}

.heading-small {
    display: block;
    color: #7965c3;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 11px;
}

.consulting-heading h2 {
   
}

/* Service Cards */
.VAPTserviceRow {
   
}

.VAPTserviceBox {
        min-height: 300px;
    background: #ffffff;
       padding: 2rem 2rem 0;
    border-radius: 1px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.02);
    transition: 0.3s ease;
}

.VAPTserviceBox:hover {
    transform: translateY(-3px);
}

/* Icon */
.service-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f2f1fb;
    color: #8272c5;

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

    font-size: 19px;
    margin-bottom: 13px;
}

.service-icon i {
    line-height: 1;
}



/* Card Description */
.VAPTserviceBox p {
       color: #72757d;
    font-size: 15px;
    max-width: 340px;
}

/* Learn More */
.VaptServiceLink {
    color: #17191e;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.VaptServiceLink i {
    font-size: 14px;
}

.VaptServiceLink:hover {
   color: #395529;
}

/* Active Card */
.VAPTserviceBox:hover {
   background: #f5fbe7;
   color: black;
}

.service-active .service-icon {
    background: #ffffff;
    color: #7560ba;
}

.service-active h3,
.service-active p,
.service-active .VaptServiceLink {
    color: #ffffff;
}

/* Bottom Button */
.all-services {
    margin-top: 39px;
}

.all-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 136px;
    height: 34px;
    padding: 0 17px;

    background: #7560ba;
    color: #ffffff;

    border-radius: 20px;
    text-decoration: none;

    font-size: 10px;
    font-weight: 600;

    transition: 0.3s ease;
}

.all-service-btn:hover {
    background: #624da8;
    color: #ffffff;
}


/* Tablet */
@media (max-width: 991px) {

    .VAPTserviceRow {
        max-width: 700px;
    }

    .OurVAPTServices {
        padding-left: 15px;
        padding-right: 15px;
    }
}


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

    .OurVAPTServices {
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .consulting-heading h2 {
        font-size: 24px;
    }

    .VAPTserviceBox {
        height: auto;
        min-height: 210px;
    }

    .VAPTserviceRow {
        max-width: 100%;
    }

    .all-services {
        margin-top: 30px;
    }
}



/* =========================================
   MAIN BACKGROUND
========================================= */

.BusinessNeedVapt {
   
    overflow: hidden;
}


/* =========================================
   ABOUT SECTION
========================================= */

.BusinessNeedVaptWrapper {
    position: relative;
        max-width: 1400px;
    margin: 0 auto;
       padding: 70px 0;
}



/* LEFT CONTENT */

.BusinessNeedVaptContent {
    position: relative;
    z-index: 3;
    padding: 0 !important;
}

.about-inner {
    min-width: 590px;
    min-height: 350px;
    background: #ffffff;
    padding: 28px 65px 25px;
    position: relative;
    z-index: 4;

    /* rounded right side */
    border-radius: 0 12px 12px 0;

   
}


/* About label */

.about-label {
    color: #0c4e4a;
    font-size: 9px;
    font-weight: 600;
    margin-bottom: 11px;
}

.about-label i {
    font-size: 7px;
    margin-right: 4px;
}


/* Main heading */

.about-inner h1 {
    color: #073c38;
    font-size: 27px;
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 13px;
}


/* Description */

.about-intro {
    color: #777f7e;
    font-size: 9px;
    line-height: 1.55;
    max-width: 310px;
    margin-bottom: 15px;
}


/* Feature */

.feature-item {
    margin-bottom: 9px;
}

.feature-title {
    display: flex;
    align-items: center;
    gap: 7px;
      font-size: 16px;
}


.feature-item p {
    color: #7d8584;
    font-size: 8px;
    line-height: 1.5;
    max-width: 310px;
    margin: 4px 0 0 17px;
}


/* Read button */

.read-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin-top: 3px;
    padding: 7px 12px;

    background: #075a55;
    color: #ffffff;

    border-radius: 4px;
    text-decoration: none;

    font-size: 8px;
    font-weight: 600;

    transition: 0.3s ease;
}

.read-btn i {
    font-size: 9px;
}

.read-btn:hover {
    background: #043f3b;
    color: #ffffff;
}


/* =========================================
   RIGHT IMAGE
========================================= */

.BusinessNeedVaptPhoto {
        position: absolute;
    right: 0;
  
  
    height: 600px;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 0 0 0 12px;
}

.BusinessNeedVaptPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* =========================================
   LOGO STRIP
========================================= */

.brand-strip {
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 42px;

    padding: 0 27px;

    position: relative;
    z-index: 5;
    margin-top: -1px;
}

.brand-name {
    color: #07504b;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.brand-name i {
    font-size: 14px;
    margin-right: 3px;
}


/* =========================================
   PROCESS SECTION
========================================= */

.VaptHelpProcess {
    position: relative;
    padding: 58px 0 52px;

   
   
}


/* Process heading */

.process-heading {
    margin-bottom: 25px;
}

.process-label {
    color: #4d7773;
    font-size: 9px;
    font-weight: 600;
    margin-bottom: 11px;
}

.process-label i {
    font-size: 6px;
    margin-right: 4px;
}

.process-heading h2 {
    color: #073d39;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 700;
    margin: 0;
}


/* =========================================
   PROCESS CARDS
========================================= */



.VaptHelpCard {
    min-height: 170px;
   background: #f0f5fb;

    border-radius: 9px;
    padding: 17px 17px 12px;

    box-shadow:
        0 3px 12px rgba(0, 0, 0, 0.025);

    transition: 0.3s ease;
}

.VaptHelpCard:hover {
    transform: translateY(-3px);
}


/* Card top */

.process-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 12px;
}


/* Icon */

.process-icon {
    width: 28px;
    height: 28px;

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

    color: #075a55;
    background: #eaf6f2;

    border-radius: 5px;

    font-size: 14px;
}


/* Number */

.process-number {
    color: #f0f3f2;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
}


/* Small text */

.process-type {
        color: #8a9290;
    font-size: 15px;
    margin-bottom: 6px;
}


/* Card title */

.VaptHelpCard h3 {
        color: #093e3a;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 25px;
}


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

@media (max-width: 991px) {

   

    .about-inner {
        width: 100%;
        min-height: 350px;
        padding: 30px 40px;
    }

    .BusinessNeedVaptPhoto {
        position: relative;
        width: 100%;
        height: 320px;
    }

    .brand-strip {
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }

    .VaptHelpProcess {
        padding-top: 45px;
    }
}


@media (max-width: 575px) {

    .about-inner {
        padding: 28px 25px;
        min-height: 340px;
    }

    .about-inner h1 {
        font-size: 25px;
    }

    .BusinessNeedVaptPhoto {
        height: 280px;
    }

    .brand-strip {
        gap: 18px;
        padding: 10px 15px;
    }

    .brand-name {
        font-size: 13px;
    }

    .process-heading h2 {
        font-size: 24px;
    }

    .VaptHelpCard {
        height: 115px;
    }
}


.DataguardNXTforVAPT
{
    padding: 70px 0;
}


  .cap-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px 30px 35px;
        }

        /* Header */
        .cap-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 32px;
        }

        .cap-brand {
            display: flex;
            align-items: center;
            gap: 7px;
            font-size: 13px;
            font-weight: 700;
        }

        .cap-brand-logo {
            width: 18px;
            height: 18px;
            border-radius: 4px;
            background: #111;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
        }

        .cap-menu {
            display: flex;
            gap: 32px;
            align-items: center;
        }

        .cap-menu a {
            text-decoration: none;
            color: #999;
            font-size: 10px;
            font-weight: 500;
            white-space: nowrap;
        }

        .cap-menu a.active {
            color: #111;
            font-weight: 700;
        }

        /* Heading */
        .cap-title {
            font-size: clamp(32px, 4vw, 48px);
            line-height: 1.1;
            font-weight: 400;
            margin: 0 0 28px;
            letter-spacing: -1.5px;
        }

        .cap-highlight {
            position: relative;
            z-index: 1;
        }

        .cap-highlight::before {
            content: "";
            position: absolute;
            z-index: -1;
            left: -5px;
            right: -5px;
            bottom: 2px;
            height: 48%;
            background: #ddd5f4;
            border-radius: 10px;
            transform: rotate(-1deg);
        }

        /* Main grid */
        .ChooseVaptFor {
            display: grid;
            grid-template-columns: 1.55fr 1.55fr 1.55fr 1.55fr;
               grid-template-rows: 180px 180px;
            gap: 10px;
        }

        .VaptChooseCard {
           position: relative;
    overflow: hidden;
    border-radius: 17px;
    padding: 28px 16px 18px;
    display: flex;
   justify-content: center;
    flex-direction: column;
        }

        .VaptChooseCard p {
            margin: 0;
               font-size: 15px;
            line-height: 1.35;
            font-weight: 500;
               max-width: 250px;
        }

        /* Green feature card */
        .cap-feature {
            grid-column: 1 / span 2;
            background: #eef9d9;
            align-items: flex-start;
            padding: 18px 16px;
        }

        .cap-feature p {
            max-width: 190px;
            font-size: 13px;
            line-height: 1.3;
        }

        .cap-feature-image {
            position: absolute;
            right: -4px;
            bottom: -2px;
            width: 48%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            mix-blend-mode: multiply;
        }

        /* Light cards */
        .cap-light {
            background: #e9ebed;
        }

        /* Black card */
        .cap-dark {
            background: #000;
            color: #fff;
        }

        /* Lime card */
        .cap-lime {
            background: #c5ff32;
            color: #111;
        }

        /* Icon button */
        .cap-action {
            position: absolute;
            top: 12px;
            right: 12px;
            width: 27px;
            height: 27px;
            border-radius: 50%;
            background: #000;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            z-index: 5;
        }

        .cap-dark .cap-action {
            background: #c5ff32;
            color: #000;
        }

        /* Feature bottom icons */
        .cap-feature-icons {
            position: absolute;
            left: 15px;
            bottom: 15px;
            display: flex;
            gap: 10px;
            z-index: 3;
        }

        .cap-feature-icon {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            border: 2px solid #d9e9b6;
            background: rgba(255,255,255,.85);
            display: flex;
            justify-content: center;
            align-items: center;
            color: #555;
            font-size: 16px;
        }

        /* Responsive */
        @media (max-width: 991px) {
            .ChooseVaptFor {
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: auto;
            }

            .cap-feature {
                grid-column: span 2;
                min-height: 180px;
            }

            .VaptChooseCard {
                min-height: 150px;
            }

            .cap-menu {
                gap: 15px;
            }
        }

        @media (max-width: 767px) {
            .cap-wrapper {
                padding: 18px 16px 30px;
            }

            .cap-header {
                align-items: flex-start;
            }

            .cap-menu {
                display: none;
            }

            .cap-title {
                font-size: 34px;
                margin-bottom: 22px;
            }

            .ChooseVaptFor {
                display: grid;
                grid-template-columns: 1fr;
                gap: 10px;
            }

            .cap-feature {
                grid-column: span 1;
            }

            .VaptChooseCard {
                min-height: 140px;
            }
        }



          .hassle-section {
            padding: 55px 20px 65px;
        }

        /* Heading */
        .hassle-heading {
            max-width: 600px;
            margin: 0 auto;
            text-align: center;
        }

        .hassle-heading h2 {
            font-size: 29px;
            line-height: 1.15;
            font-weight: 600;
            margin-bottom: 12px;
            letter-spacing: -0.7px;
        }

        .hassle-heading p {
            max-width: 540px;
            margin: 0 auto;
            font-size: 9px;
            line-height: 1.5;
            color: #666;
        }

        /* Cards wrapper */
        .hassle-cards {
            max-width: 1060px;
            margin: 27px auto 0;
        }

        /* Individual card */
        .hassle-card {
            min-height: 152px;
            background: #b8ff08;
            border-radius: 11px;
            padding: 14px 14px 17px;
            position: relative;
            display: flex;
            flex-direction: column;
        }

        /* Top circular icon */
        .hassle-icon {
            width: 29px;
            height: 29px;
            background: #000;
            color: #b8ff08;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            font-size: 14px;
            flex-shrink: 0;
        }

        /* Card title */
        .hassle-card h3 {
            font-size: 13px;
            line-height: 1.15;
            font-weight: 600;
            margin: 0 0 6px;
            max-width: 180px;
        }

        /* Card description */
        .hassle-card p {
            font-size: 8px;
            line-height: 1.35;
            color: #3c4a16;
            margin: 0;
            max-width: 205px;
        }

        /* Tablet */
        @media (max-width: 991px) {
            .hassle-section {
                padding: 45px 20px;
            }

            .hassle-cards {
                max-width: 700px;
            }

            .hassle-card {
                min-height: 165px;
            }
        }

        /* Mobile */
        @media (max-width: 767px) {
            .hassle-section {
                padding: 40px 16px;
            }

            .hassle-heading h2 {
                font-size: 26px;
            }

            .hassle-heading p {
                font-size: 10px;
            }

            .hassle-cards {
                margin-top: 25px;
            }

            .hassle-card {
                min-height: 155px;
                padding: 16px;
            }
        }


        .CompetitiveAnalysis
        {
            padding: 70px 0;
        }




        /* =========================================
   ARTICLE DETAIL
========================================= */

.article-detail-section {
       padding: 200px 0 100px;
  
    background-image: url(../image/blog-detail-page-banner.png);
    background-repeat: no-repeat;
background-position: 0px -15%;
}

.article-detail-box {
    max-width: 1400px;
    margin: 0 auto;
    background: #f0f0f0;
    border-radius: 25px;
    padding: 42px 30px 38px;
}

.article-content {
    max-width: 900px;
    margin: 0 auto;
}

.article-category {
    display: inline-block;
    padding: 4px 9px;
    background: #c9efae;
    color: #285c37;
    border-radius: 20px;
    font-size: 9px;
    line-height: 1.2;
}

.article-date {
    margin-top: 28px;
    margin-bottom: 25px;
    color: #9aa1a5;
    font-size: 12px;
}

.article-main-title {
    margin: 0 0 20px;
    color: #111b20;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -1.2px;
}

.article-hero-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 0 0 22px 22px;
    margin-bottom: 38px;
}

.article-hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.article-description {
    color: #26343b;
    font-size: 11.5px;
    line-height: 1.45;
}

.article-description p {
    margin-bottom: 19px;
}

.article-description h2 {
    margin: 8px 0 21px;
    color: #111b20;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
}

.article-description strong {
    font-weight: 500;
}
.article-description a 
{
    text-decoration: none;
    color: #39bff5;
}

/* =========================================
   NEXT ARTICLES
========================================= */

.next-articles-section {
    padding: 0 0 70px;
    background: #f8faf6;
}

.next-articles-wrapper {
    padding-left: 8%;
    padding-right: 0;
}

.next-articles-heading {
    padding-right: 8%;
    margin-bottom: 45px;
}

.next-articles-heading h2 {
    margin: 0;
    color: #10191e;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -1px;
}

.article-navigation {
    display: flex;
    gap: 10px;
}

.article-nav-btn {
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
}

.article-prev {
    background: #a8bcbd;
    color: #fff;
}

.article-next {
    background: #124c4d;
    color: #fff;
}




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

@media (max-width: 991px) {

    .article-detail-box {
        max-width: 750px;
    }

    .article-content {
        max-width: 500px;
    }

   

}

@media (max-width: 767px) {

    .article-detail-section {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    .article-detail-box {
        border-radius: 20px;
        padding: 30px 22px;
    }

    .article-main-title {
        font-size: 29px;
    }

    .article-hero-image {
        height: 180px;
    }

   


}

@media (max-width: 575px) {

    .article-detail-box {
        padding: 25px 18px;
    }

    .article-main-title {
        font-size: 27px;
    }

    .article-description {
        font-size: 12px;
    }

  

}

/* =========================================
   ARTICLE SLIDER
========================================= */

.next-articles-wrapper {
    padding-left: 8%;
    padding-right: 0;
}

.next-articles-heading {
    padding-right: 8%;
    margin-bottom: 45px;
}


/* Slider viewport */
.next-article-slider {
    overflow: hidden;
  
    max-width: 1400px;
    margin: auto;
}


/* Sliding row */
.next-article-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 0;
       padding: 0 0 1.5cm;
    margin: 0;
   
}

.next-article-row::-webkit-scrollbar {
    display: none;
}


/* Individual slide */
.next-article-item {
    flex: 0 0 34%;
    width: 25%;
    padding-right: 18px;
}


/* Card */
.next-article-card {
    width: 100%;
}


/* Image */
.next-card-image {
    position: relative;
    width: 100%;
   
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}

.next-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* Category */
.next-card-category {
    position: absolute;
    top: 12px;
    left: 13px;
    padding: 4px 9px;
    border-radius: 15px;
    background: #c9efae;
    color: #315d39;
    font-size: 13px;
    line-height: 1;
}


/* Card content */
.next-article-card h3 {
        margin: 0 0 25px;
    color: #11191e;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

.next-article-card p {
    margin: 0 0 20px;
    color: #9a9d9d;
        font-size: 16px;
    line-height: 1.5;
}

.next-article-card a {
    color: #31583f;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #31583f;
    padding-bottom: 2px;
}


/* =========================================
   ARROWS
========================================= */

.article-navigation {
    display: flex;
    gap: 10px;
}

.article-nav-btn {
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.article-prev {
    background: #a8bcbd;
    color: #fff;
}

.article-next {
    background: #124c4d;
    color: #fff;
}


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

@media (max-width: 1199px) {

    .next-article-item {
        flex: 0 0 33.333%;
        width: 33.333%;
    }

}

@media (max-width: 767px) {

    .next-articles-wrapper {
        padding-left: 5%;
    }

    .next-articles-heading {
        padding-right: 5%;
    }

    .next-article-item {
        flex: 0 0 70%;
        width: 70%;
    }

}

@media (max-width: 575px) {

    .next-article-item {
        flex: 0 0 85%;
        width: 85%;
    }

}


    .consultation-section {
            min-height: 100vh;
            padding: 7cm 0 5cm;
            display: flex;
            align-items: center;
        }

    .consultation-section .main-wrapper {
            width: 100%;
            max-width: 1250px;
            margin: auto;
        }

        /* =========================
           LEFT FORM
        ========================= */

        .form-area {
            padding: 20px 25px;
                max-width: 530px;
        }

        .form-title {
           font-size: 40px;
            line-height: 1.2;
            font-weight: 600;
            margin-bottom: 28px;
            letter-spacing: -1.2px;
        }

        .form-label {
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 8px;
            color: #303030;
        }

        .form-control {
            height: 34px;
            border: 1px solid #777;
            border-radius: 18px;
            font-size: 11px;
            padding: 7px 12px;
            box-shadow: none !important;
        }

        .form-control::placeholder {
            color: #969696;
            opacity: 1;
        }

        .form-control:focus {
            border-color: #111;
        }

        .form-group {
            margin-bottom: 9px;
        }

        .captcha-row {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-top: 20px;
            margin-bottom: 28px;
        }

        .captcha-image {
            width: 98px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #16a447;
            font-family: cursive;
            font-size: 26px;
            font-weight: bold;
            font-style: italic;
            transform: rotate(-2deg);
            user-select: none;
        }

        .captcha-input {
            flex: 1;
        }

        .send-btn {
            width: 100%;
            height: 33px;
            border: none;
            border-radius: 18px;
            background: #000;
            color: #fff;
            font-size: 11px;
            font-weight: 600;
            transition: 0.2s ease;
        }

        .send-btn:hover {
            background: #222;
        }

        .terms {
               max-width: 510px;
    margin: 25px auto 0;
    text-align: center;
    color: #858585;
    font-size: 12px;
    line-height: 1.5;
        }

        /* =========================
           RIGHT PROMO CARD
        ========================= */

        .promo-card {
            position: relative;
    min-height: 730px;
    overflow: hidden;
    border-radius: 42px 45px 45px 42px;
   
   background-size: contain !important;
    background-position: center top !important;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat !important;
        }

.AcronisConsultationImage
{
    background: url(../image/AcronisConsultation.png);
}
.VaptConsultationImage
{
    background: url(../image/VaptConsultation.png);
}
.ServiceflxBookDemoImage
{
    background: url(../image/ServiceflxBookDemo.png);
}

        /*
          Decorative cut-out shapes
        */
        .promo-card::before {
            content: "";
            position: absolute;
            width: 75px;
            height: 75px;
            top: 0;
            left: 0;
            background: #fff;
            border-radius: 0 0 38px 0;
            z-index: 2;
        }

        .promo-card::after {
            content: "";
            position: absolute;
            width: 70px;
            height: 70px;
            right: 0;
            bottom: 0;
            background: #fff;
            border-radius: 38px 0 0 0;
            z-index: 2;
        }

        .promo-content {
            position: relative;
            z-index: 3;
            width: 100%;
            padding: 0 0 62px;
            text-align: center;
            color: #fff;
        }

        .promo-title {
            font-size: 31px;
            line-height: 1.5;
            font-weight: 700;
            margin-bottom: 13px;
            letter-spacing: -1.3px;
        }

        .promo-highlight {
               color: #70ff00;
    font-size: 23px;
    font-weight: 200;
    margin-bottom: 17px;
        }

        .promo-description {
           font-size: 15px;
            margin-bottom: 20px;
            font-weight: 400;
        }

        .feature-row {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 9px;
            flex-wrap: wrap;
        }

        .feature-pill {
            border: 1px solid rgba(255, 255, 255, 0.8);
            border-radius: 20px;
            padding: 6px 14px;
            font-size: 13px;
            line-height: 1;
            color: #fff;
            white-space: nowrap;
        }

        .feature-pill strong {
            font-weight: 700;
        }

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

        @media (max-width: 991px) {
            .consultation-section {
                padding: 30px 20px;
            }

            .form-area {
                padding: 10px 15px 40px;
            }

            .promo-card {
                min-height: 600px;
            }
        }

        @media (max-width: 767px) {
            .consultation-section {
                padding: 20px 15px;
            }

            .form-area {
                padding: 10px 5px 40px;
            }

            .form-title {
                font-size: 27px;
            }

            .promo-card {
                min-height: 550px;
                border-radius: 30px;
            }

            .promo-content {
                padding: 0 20px 45px;
            }

            .promo-title {
                font-size: 27px;
            }

            .promo-highlight {
                font-size: 17px;
            }

            .promo-description {
                font-size: 12px;
            }
        }

        @media (max-width: 480px) {
            .promo-card {
                min-height: 520px;
            }

            .promo-title {
                font-size: 24px;
            }

            .promo-highlight {
                font-size: 15px;
            }

            .feature-pill {
                font-size: 10px;
            }
        }
        .ErrorMessage
        {
            color: #f50505!important;
            font-size:small;
            margin-top: .2cm;
            
        }
        .BlogList
        {
            padding: 7rem 0 0;
            background-image: url(../image/blog-inner-page-banner.png);
            background-repeat: no-repeat;
        }


     

        .ITSupportCard {
    background: center/cover no-repeat;
}


        /* ==============================
           IT SUPPORT SECTION
        ============================== */

        .ITSupportSection {
            min-height: 520px;
            padding: 65px 20px 45px;
            background:
                linear-gradient(
                    180deg,
                    #1558ed 0%,
                    #1558ed 58%,
                    #7eb3ff 100%
                );
            color: #fff;
            position: relative;
            overflow: hidden;
        }

        .ITSupportContent {
          
            margin: 0 auto;
            text-align: center;
        }

        /* Heading */
        .ITSupportTitle {
            font-size: 42px;
            line-height: 1.12;
            font-weight: 400;
            margin-bottom: 12px;
        }

        .ITSupportTitle strong {
            font-weight: 700;
        }

        /* Description */
        .ITSupportDescription {
            max-width: 570px;
            margin: 0 auto 22px;
            font-size: 11px;
            line-height: 1.5;
            font-weight: 400;
        }

        /* ==============================
           FEATURE CARDS
        ============================== */

        .ITSupportCards {
            display: flex;
            justify-content: center;
            align-items: stretch;
            gap: 15px;
                   margin: 35pt 0;
        }

        .ITSupportCard {
            width: 250pt;
    height: 170pt;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 28px 28px;
            text-align: left;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .ITSupportCard:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
        }

        .ITSupportCard h5 {
            margin: 0;
            color: #fff;
               font-size: 20px;
            line-height: 1.2;
           
            position: relative;
            z-index: 2;
        }

        .ITSupportCard strong {
            font-weight: 700;
        }

        /* Card backgrounds */
        .SupportCardOne {
            background:
                radial-gradient(
                    circle at 100% 100%,
                    #00c47a 0%,
                    #008f67 25%,
                    #063f46 48%,
                    #06151f 80%
                );
        }

        .SupportCardTwo {
            background:
                radial-gradient(
                    circle at 0% 100%,
                    #7d36ff 0%,
                    #3511b8 35%,
                    #100052 75%,
                    #08001f 100%
                );
        }

        .SupportCardThree {
            background:
                linear-gradient(
                    135deg,
                    #ff5c00 0%,
                    #e50025 35%,
                    #3c005e 72%,
                    #090021 100%
                );
        }

        .SupportCardFour {
            background:
                linear-gradient(
                    135deg,
                    #fff 0%,
                    #e4f9d9 25%,
                    #63cf82 55%,
                    #008a58 100%
                );
        }

        .SupportCardFour h6 {
            color: #183b2b;
        }

        /* ==============================
           BUTTONS
        ============================== */

        .ITSupportButtons {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 7px;
        }

        .ITSupportBtn {
            border: 0;
            border-radius: 50px;
            padding: 10px 18px;
            font-size: 9px;
            line-height: 1;
            transition: all 0.3s ease;
        }

        .FreeConsultationBtn {
            background: #fff;
            color: #333;
        }

        .FreeConsultationBtn:hover {
            background: #f1f1f1;
            transform: translateY(-2px);
        }

        .AcronisExpertBtn {
            background: #d8ee68;
            color: #263100;
        }

        .AcronisExpertBtn:hover {
            background: #c8e04e;
            transform: translateY(-2px);
        }


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

        @media (max-width: 767.98px) {

            .ITSupportSection {
                min-height: auto;
                padding: 55px 15px 40px;
            }

            .ITSupportTitle {
                font-size: 32px;
            }

            .ITSupportDescription {
                font-size: 10px;
                max-width: 500px;
            }

            .ITSupportCards {
                flex-wrap: wrap;
                max-width: 320px;
                gap: 8px;
            }

            .ITSupportCard {
                       width: 100%;
        height: 100%;
            }
        }

        @media (max-width: 400px) {

            .ITSupportTitle {
                font-size: 28px;
            }

            .ITSupportCards {
                max-width: 300px;
            }

            .ITSupportCard {
                width: 140px;
            }

            .ITSupportButtons {
                flex-direction: column;
            }

            .ITSupportBtn {
                width: 190px;
            }
        }
    

        /* ==========================================
   ABOUT SECTION
========================================== */




/* ==========================================
   HEADING
========================================== */

.SupportHeading {
    margin-bottom: 45px;
}

.AboutLabel {
    display: inline-block;
    margin-bottom: 15px;

    font-size: 9px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #777;
}

.AboutLabel span {
    margin: 0 4px;
}



/* Colored dots */

.BlueCircle {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    margin: 0 3px;

    border-radius: 50%;

    color: transparent;
    background: #3bc4e8;

    font-size: 0;

    vertical-align: middle;
}

.GreenCircle {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    margin: 0 3px;

    border-radius: 50%;

    color: transparent;
    background: #baff25;

    font-size: 0;

    vertical-align: middle;
}


/* ==========================================
   CARDS
========================================== */

.SupportCards {
        max-width: 1400px;
    margin: 0 auto;
}


/* ==========================================
   LEFT IMAGE CARD
========================================== */

.SupportImageCard {
    height: 195px;

    position: relative;
    overflow: hidden;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #16a5d2,
            #087eb8 65%,
            #c8e7ef
        );

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}


/* Logo */

.SupportImageLogo {
    position: absolute;

    top: 15px;
    left: 15px;

    color: #fff;

    font-size: 18px;
    font-weight: 800;

    z-index: 3;
}

.SupportImageLogo sup {
    font-size: 7px;
}


/* Person placeholder */

.AboutPerson {
    position: absolute;

    width: 150px;
    height: 170px;

    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    background:
        radial-gradient(
            circle at 50% 25%,
            #513a2c 0 17%,
            transparent 18%
        ),
        linear-gradient(
            145deg,
            transparent 30%,
            #e8e8e8 31% 75%,
            transparent 76%
        );

    opacity: .9;
}


/* Bottom information */

.SupportImageContent {
    position: absolute;

    left: 14px;
    right: 14px;
    bottom: 12px;

    padding: 9px 12px;

    border-radius: 7px;

    background: rgba(255, 255, 255, 0.96);

    z-index: 4;
}

.SupportImageContent h3 {
    margin: 0;

    font-size: 31px;
    line-height: 1;

    font-weight: 400;
    color: #111;
}

.SupportImageContent p {
    margin: 4px 0 0;

    font-size: 7px;
    line-height: 1.2;

    color: #777;
}


/* ==========================================
   MIDDLE QUOTE CARD
========================================== */

.SupportQuoteCard {
    height: 195px;

    padding: 18px 17px;

    border-radius: 14px;

    background: #f1f1f1;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.SupportSmallTitle {
    display: block;

    margin-bottom: 4px;

    font-size: 8px;
    color: #555;
}

.SupportQuoteCard h3 {
    margin: 0;

    font-size: 30px;
    font-weight: 400;
    color: #111;
}


/* Avatars */

.SupportAvatars {
    display: flex;

    margin-top: 35px;
    margin-bottom: 9px;
}

.SupportAvatars span {
    width: 23px;
    height: 23px;

    margin-left: -5px;

    border: 2px solid #f1f1f1;

    border-radius: 50%;

    background: linear-gradient(
        145deg,
        #d5a98c,
        #654638
    );
}

.SupportAvatars span:first-child {
    margin-left: 0;
}

.SupportAvatars span:nth-child(2) {
    background: linear-gradient(
        145deg,
        #e2b99a,
        #79584c
    );
}

.SupportAvatars span:nth-child(3) {
    background: linear-gradient(
        145deg,
        #c89470,
        #45332d
    );
}

.SupportAvatars span:nth-child(4) {
    background: linear-gradient(
        145deg,
        #efc8a9,
        #735044
    );
}


/* Quote */

.SupportQuoteCard p {
    max-width: 235px;

    margin: 0;

    font-size: 8px;
    line-height: 1.35;

    color: #555;
}


/* ==========================================
   RIGHT SIDE
========================================== */

.SupportRightCards {
    height: 195px;

    display: flex;
    flex-direction: column;

    gap: 12px;
}


/* Data card */

.SupportDataCard {
    flex: 1;

    padding: 14px 15px;

    border-radius: 14px;

    background: #c1ff36;

    transition: transform .3s ease;
}

.SupportDataCard:hover,
.SupportCountriesCard:hover,
.SupportImageCard:hover,
.SupportQuoteCard:hover {
    transform: translateY(-4px);
}

.SupportDataCard span,
.SupportCountriesCard span {
    display: block;

    font-size: 8px;
    color: #222;
}

.SupportDataCard h3 {
    margin: 4px 0 12px;

    font-size: 27px;
    line-height: 1;

    font-weight: 400;

    color: #111;
}

.SupportDataCard p {
    max-width: 170px;

    margin: 0;

    font-size: 7px;
    line-height: 1.3;

    color: #263000;
}


/* Countries */

.SupportCountriesCard {
    height: 53px;

    padding: 9px 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 14px;

    background: #151515;

    transition: transform .3s ease;
}

.SupportCountriesCard span {
    color: #fff;
}

.SupportCountriesCard h3 {
    margin: 0;

    font-size: 26px;
    line-height: 1;

    font-weight: 300;

    color: #fff;
}


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

@media (max-width: 991.98px) {

    .SupportHeading h2 {
        font-size: 35px;
    }

    .SupportCards {
        max-width: 700px;
    }

    .SupportRightCards {
        height: 195px;
    }
}


@media (max-width: 767.98px) {

    .SupportSection {
        padding: 55px 15px 50px;
    }

    .SupportHeading {
        margin-bottom: 30px;
    }

    .SupportHeading h2 {
        font-size: 29px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .BlueCircle,
    .GreenCircle {
        width: 23px;
        height: 23px;
    }

    .SupportImageCard,
    .SupportQuoteCard {
        height: 220px;
    }

    .SupportRightCards {
        height: 220px;
    }
}


@media (max-width: 575.98px) {

    .SupportHeading h2 {
        font-size: 25px;
    }

    .AboutLabel {
        font-size: 8px;
        letter-spacing: 2px;
    }

    .SupportImageCard,
    .SupportQuoteCard,
    .SupportRightCards {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

}



/* Main Section */
.customer-strategy-section {
    background: #f8f9fb;
    padding: 70px 0 80px;
}

/* Heading Area */
.strategy-intro-row {
    margin-bottom: 34px;
}

.strategy-main-title {
    font-size: 23px;
    line-height: 1.35;
    font-weight: 700;
    color: #171c24;
    margin: 0;
}

.strategy-intro-content {
    max-width: 400px;
    margin-left: auto;
}

.strategy-intro-content p {
    color: #777d86;
    font-size: 12px;
    line-height: 1.65;
    margin: 0 0 15px;
}

.strategy-get-started {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #5145a5;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
}

.strategy-get-started i {
    font-size: 10px;
}


/* Cards */
.strategy-feature-card {
    background: #ffffff;
    border-radius: 7px;
   padding: 50px;
    min-height: 116px;
    box-shadow: 0 2px 10px rgba(20, 30, 50, 0.025);
    transition: all 0.3s ease;
}

.strategy-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(20, 30, 50, 0.08);
}


/* Card Header */
.strategy-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.strategy-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.strategy-icon-blue {
   
    background: #eaf8fa;
    color: #61d6ef;
}

.strategy-icon-pink {
    background: #fcecf5;
    color: #bd75a4;
}

.strategy-icon-green {
    background: #e9f9f5;
    color: #55b9a8;
}

.strategy-icon-orange {
    background: #fff5e9;
    color: #c89452;
}

.strategy-icon-lightblue {
    background: #eaf4fb;
    color: #5795b7;
}

.strategy-icon-purple {
    background: #f3edfb;
    color: #9a72b8;
}


/* Card Title */


.strategy-card-top span {
       display: block;
    font-size: 12px;
    color: #92979e;
}


/* Divider */
.strategy-card-divider {
    height: 1px;
    background: #eeeeef;
    margin: 11px 0 10px;
}


/* Card Description */
.strategy-feature-card p {
   
    color: #858a91;
  
}


/* Responsive */
@media (max-width: 991px) {

    .strategy-intro-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .strategy-main-title {
        font-size: 22px;
    }

}

@media (max-width: 575px) {

    .customer-strategy-section {
        padding: 45px 0;
    }

    .strategy-main-title {
        font-size: 20px;
    }

    .strategy-feature-card {
        min-height: auto;
    }

}


.HowSupportWork
{
    padding: 70px 0;
}




/* Individual item */
.SupportStage {
       display: flex;
    align-items: center;
    min-height: 84px;
    margin: 30px 0;
}


/* Number area */
.SupportColumn {
    width: 100px;
    min-width: 100px;
    height: 62px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Blue angled shape */
.SupportColumn::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 42px;
        background: #c1ff36;
    left: 5px;
    top: 10px;

    transform: skewX(-28deg);
}


/* Number */
.SupportNumber {
    position: relative;
    z-index: 2;
    font-size: 44px;
    line-height: 1;
    font-weight: 900;
    color: #050505;
    letter-spacing: -2px;
}


/* Text */
.SupportText {
    padding-left: 5px;
          max-width: 400px;
}

.SupportText h5 {
       margin: 0 0 2px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 800;
    color: #222;
}

.SupportText p {
    margin: 0;
       font-size: 16px;
    line-height: 1.25;
    color: #777;
}





/* Tablet */
@media (max-width: 991px) {

    .HowSupportWork {
        padding: 25px 5%;
    }

    

    .SupportStage {
        margin-bottom: 10px;
    }

    .SupportColumn {
        width: 90px;
        min-width: 90px;
    }

    .SupportNumber {
        font-size: 38px;
    }

    .SupportColumn::before {
        width: 62px;
    }
}


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

    .HowSupportWork {
        padding: 25px 25px 70px;
    }

    

    

    .SupportStage {
        margin-bottom: 18px;
    }

    .SupportColumn {
        width: 85px;
        min-width: 85px;
    }

    .SupportNumber {
        font-size: 38px;
    }

    .SupportText {
        max-width: none;
    }

    .SupportText h5 {
        font-size: 14px;
    }

    .SupportText p {
        font-size: 9px;
    }

   
}




        .automation-section {
            padding: 80px 0;
            background: #ffffff;
        }

        .automation-heading {
            font-size: 54px;
            line-height: 1.08;
            font-weight: 600;
            color: #111111;
            margin-bottom: 25px;
        }

        .automation-description {
            max-width: 720px;
            margin: 0 auto;
            font-size: 20px;
            line-height: 1.45;
            color: #666666;
        }


        /* =========================
           CARDS
        ========================= */

        .automation-card {
            height: 100%;
                min-height: 290pt;
            padding: 28px;
            background: #f5f5f5;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;

            transition: all 0.3s ease;
        }

        .automation-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        }


        /* =========================
           ICON
        ========================= */

        .automation-icon {
            width: 58px;
            height: 58px;
            border-radius: 8px;
               background: #0c8bc0;
            color: #ffffff;

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

            font-size: 28px;
            margin-bottom: 55px;
        }


        /* =========================
           CARD CONTENT
        ========================= */

        .automation-card-title {
            font-size: 23px;
            line-height: 1.25;
            font-weight: 600;
            color: #111111;
            margin-bottom: 18px;
        }

        .automation-card-text {
            font-size: 18px;
            line-height: 1.45;
            color: #666666;
            margin-bottom: 0;
        }


        /* =========================
           TABLET
        ========================= */

        @media (max-width: 991.98px) {

            .automation-section {
                padding: 60px 0;
            }

            .automation-heading {
                font-size: 44px;
            }

            .automation-description {
                font-size: 18px;
            }

            .automation-card {
                min-height: 260px;
            }

            .automation-icon {
                margin-bottom: 40px;
            }

        }


        /* =========================
           MOBILE
        ========================= */

        @media (max-width: 575.98px) {

            .automation-section {
                padding: 50px 15px;
            }

            .automation-heading {
                font-size: 34px;
                line-height: 1.15;
            }

            .automation-description {
                font-size: 16px;
            }

            .automation-card {
                min-height: 240px;
                padding: 24px;
            }

            .automation-icon {
                width: 52px;
                height: 52px;
                font-size: 24px;
                margin-bottom: 35px;
            }

            .automation-card-title {
                font-size: 20px;
            }

            .automation-card-text {
                font-size: 16px;
            }

        }
   

        /* =================================
   AI PLATFORM SECTION
================================= */

.ai-platform-section {
    padding: 80px 0;
    background: #ffffff;
}


/* =================================
   LEFT IMAGE
================================= */

.ai-platform-image {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}

.ai-platform-image img {
    width: 100%;
    display: block;
    border-radius: 18px;
}


/* =================================
   RIGHT CONTENT
================================= */

.ai-platform-content {
    padding-left: 30px;
}

.ai-platform-label {
    display: block;

    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;

    color: #555555;

    margin-bottom: 28px;
}


/* =================================
   HEADING
================================= */

.ai-platform-title {
    max-width: 520px;

    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;

    color: #111111;

    margin-bottom: 28px;
}


/* =================================
   DESCRIPTION
================================= */

.ai-platform-description {
    max-width: 540px;

    font-size: 17px;
    line-height: 1.55;

    color: #707070;

    margin-bottom: 38px;
}


/* =================================
   DEMO BUTTON
================================= */

.ai-demo-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 7px 8px 7px 18px;

    background: #073f47;
    color: #ffffff;

    border-radius: 50px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 500;

    transition: all 0.3s ease;
}

.ai-demo-button:hover {
    background: #052f35;
    color: #ffffff;
    transform: translateY(-2px);
}

.ai-demo-arrow {
    width: 32px;
    height: 32px;

    border-radius: 50%;

    background: #ffffff;
    color: #073f47;

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

    font-size: 14px;
}


/* =================================
   FEATURES
================================= */

.ai-platform-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    margin-top: 75px;

    border-top: 1px solid #dddddd;
}


/* =================================
   INDIVIDUAL FEATURE
================================= */

.ai-feature {
    min-height: 145px;

    padding: 35px 30px 20px 0;
}

.ai-feature + .ai-feature {
    border-left: 1px solid #dddddd;

    padding-left: 48px;
}


/* =================================
   FEATURE ICON
================================= */

.ai-feature-icon {
    margin-bottom: 25px;

    font-size: 28px;
    color: #18383b;
}


/* =================================
   FEATURE TITLE
================================= */

.ai-feature h3 {
    max-width: 180px;

    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;

    color: #222222;

    margin: 0;
}


/* =================================
   TABLET
================================= */

@media (max-width: 991.98px) {

    .ai-platform-section {
        padding: 60px 0;
    }

    .ai-platform-content {
        padding-left: 0;
    }

    .ai-platform-title {
        font-size: 36px;
    }

    .ai-platform-features {
        margin-top: 55px;
    }

}


/* =================================
   MOBILE
================================= */

@media (max-width: 575.98px) {

    .ai-platform-section {
        padding: 45px 0;
    }

    .ai-platform-title {
        font-size: 30px;
    }

    .ai-platform-description {
        font-size: 16px;
    }

    .ai-platform-label {
        margin-bottom: 20px;
    }

    .ai-platform-features {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .ai-feature {
        min-height: auto;
        padding: 25px 0;
    }

    .ai-feature + .ai-feature {
        border-left: 0;
        border-top: 1px solid #dddddd;

        padding-left: 0;
    }

}




        .work-section {
            
            overflow: hidden;
            position: relative;
        }

        /* Header */
        .section-label {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 5px 10px;
            border-radius: 20px;
            background: #f7f7f7;
            color: #9a9a9a;
            font-size: 8px;
            font-weight: 600;
            letter-spacing: .5px;
            margin-bottom: 22px;
        }

        .section-label .dot {
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #222;
        }

        .section-title {
            margin: 0;
            text-align: center;
            color: #151515;
            font-size: 46px;
            line-height: 1.05;
            font-weight: 500;
            letter-spacing: -2.5px;
        }

        .section-description {
            max-width: 480px;
            margin: 16px auto 0;
            text-align: center;
            color: #777;
            font-size: 11px;
            line-height: 1.5;
        }

        /* Timeline */
        .timeline {
            position: relative;
            max-width: 820px;
            margin: 65px auto 0;
        }

        /* Center line */
        .timeline::before {
            content: "";
            position: absolute;
            top: 32px;
            bottom: 35px;
            left: 50%;
            width: 1px;
            background: #e9e9e9;
            transform: translateX(-50%);
        }
.timeline-progress
{
    opacity: 0;
}
        .timeline-progress {
            position: absolute;
    top: -30px;
    left: 50%;
    width: 2px;
    height: 200px;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, #b8c7ff, #d7b9ff, #f2d4ff, transparent);
    z-index: 1;
        }

        .timeline-item {
            position: relative;
            min-height: 140px;
            display: flex;
            align-items: center;
                padding: 0 25px;
        }

        .timeline-item:first-child {
            min-height: 145px;
        }

        .timeline-content {
            width: 100%;
            position: relative;
            z-index: 2;
        }

        .timeline-item.left .timeline-content {
            padding-right: 78px;
           
        }

        .timeline-item.right .timeline-content {
                padding-left: 15px;
    text-align: right;
        }

        /* Icons */
        .icon-box {
            width: 60px;
            height: 60px;
            border-radius: 16px;
            background: #f7f7f7;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #111;
            box-shadow: 0 0 0 1px rgba(0,0,0,.02);
        }

        .timeline-item.left .icon-box {
            position: absolute;
            right: 17px;
            top: 50%;
            transform: translateY(-50%);
        }

.timeline-item:hover 
{
    background: #f1f1f1;
        padding: 0 25px;
    border-radius: 28px;
}
.timeline-item:hover .active-node {
            width: 17px;
            height: 17px;
            border-radius: 50%;
            border: none;
            background: radial-gradient(
                circle at 40% 40%,
                #ff9bd6 0,
                #c9b5ff 35%,
                #9ee5ff 65%,
                #fff 66%
            );
            box-shadow: 0 0 12px rgba(188,170,255,.6);
            opacity: 1;
        }
        .timeline-item:hover .timeline-progress
        {
            opacity: 1;
        }

        .active-node
        {
            opacity: 0;
        }

        .timeline-item.right .icon-box {
            position: absolute;
            left: 17px;
            top: 50%;
            transform: translateY(-50%);
        }

        /* First active icon */
        .active-icon {
            width: 60px;
            height: 60px;
            border-radius: 16px;
            position: absolute;
          
            top: 50%;
            transform: translateY(-50%);
            background: linear-gradient(145deg, #777, #292929);
            box-shadow:
                inset 0 1px 2px rgba(255,255,255,.35),
                0 5px 15px rgba(0,0,0,.12);
        }

        .active-icon::before {
            content: "";
            position: absolute;
            width: 19px;
            height: 19px;
            background: #fff;
            border-radius: 50%;
            top: 20px;
            left: 20px;
        }

        .active-icon::after {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            background: #fff;
            border-radius: 50%;
            right: 11px;
            bottom: 13px;
        }

        /* Step number */
        .step-number {
            position: absolute;
            top: 50%;
            width: 28px;
            height: 28px;
            border-radius: 8px;
            background: #fafafa;
            color: #777;
            font-size: 9px;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translateY(-50%);
            z-index: 4;
        }

        .timeline-item.left .step-number {
            right: -14px;
        }

        .timeline-item.right .step-number {
            left: -14px;
        }

        /* Center nodes */
        .center-node {
            position: absolute;
            width: 12px;
            height: 12px;
            border: 1px solid #ededed;
            border-radius: 3px;
            background: #fff;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 3;
        }

        .active-node {
            width: 17px;
            height: 17px;
            border-radius: 50%;
            border: none;
            background: radial-gradient(
                circle at 40% 40%,
                #ff9bd6 0,
                #c9b5ff 35%,
                #9ee5ff 65%,
                #fff 66%
            );
            box-shadow: 0 0 12px rgba(188,170,255,.6);
        }

        /* Text */
        .item-title {
            margin: 0 0 7px;
            color: #202020;
               font-size: 20px;
            line-height: 1.2;
            font-weight: 600;
        }

        .item-description {
            margin: 0;
            color: #6f6f6f;
            font-size: 16px;
            line-height: 1.45;
        }

        /* Simple icons */
        .gear {
            font-size: 23px;
        }

        .rocket {
            font-size: 22px;
        }

        .network-icon {
            position: relative;
            width: 23px;
            height: 23px;
        }

        .network-icon span {
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #111;
        }

        .network-icon span:nth-child(1) {
            top: 2px;
            left: 9px;
        }

        .network-icon span:nth-child(2) {
            bottom: 2px;
            left: 2px;
        }

        .network-icon span:nth-child(3) {
            bottom: 2px;
            right: 2px;
        }

        .network-icon::before,
        .network-icon::after {
            content: "";
            position: absolute;
            height: 1px;
            width: 10px;
            background: #111;
            top: 9px;
        }

        .network-icon::before {
            left: 5px;
            transform: rotate(55deg);
        }

        .network-icon::after {
            right: 5px;
            transform: rotate(-55deg);
        }

        .testing-icon {
            width: 24px;
            height: 24px;
            border: 2px solid #111;
            border-radius: 50%;
            position: relative;
        }

        .testing-icon::before {
            content: "";
            width: 9px;
            height: 9px;
            border-top: 2px solid #111;
            border-right: 2px solid #111;
            position: absolute;
            top: 5px;
            left: 4px;
            transform: rotate(45deg);
        }

        /* Highlighted first row */
        .highlight-row {
            background: #f1f1f1;
            border-radius: 28px;
          
            padding: 0 25px;
        }

        /* Responsive */
        @media (max-width: 991px) {
           

            .work-section {
                min-height: auto;
                padding: 70px 35px;
                border-radius: 35px;
            }

            .section-title {
                font-size: 38px;
            }

            .timeline {
                margin-top: 50px;
            }
        }

        @media (max-width: 767px) {
            .work-section {
                padding: 55px 25px;
                border-radius: 28px;
            }

            .section-title {
                font-size: 34px;
                letter-spacing: -1.5px;
            }

            .section-description {
                font-size: 10px;
                max-width: 330px;
            }

            .timeline {
                margin-top: 45px;
                padding-left: 55px;
            }

            .timeline::before {
                left: 18px;
                transform: none;
            }

            .timeline-progress {
                left: 18px;
                transform: none;
            }

            .timeline-item,
            .timeline-item:first-child {
                min-height: 130px;
                display: block;
                padding: 20px 0;
            }

            .timeline-content {
                width: 100%;
                padding: 0 !important;
                text-align: left !important;
            }

            .timeline-item.left .icon-box,
            .timeline-item.right .icon-box,
            .active-icon {
                left: -60px;
                right: auto;
                top: 50%;
                transform: translateY(-50%);
            }

            .timeline-item.left .step-number,
            .timeline-item.right .step-number {
                left: -28px;
                right: auto;
            }

            .center-node {
                left: -37px;
                top: 50%;
            }

            .highlight-row {
                margin: 0;
                padding: 0;
                background: transparent;
            }

            .highlight-row .timeline-content {
                background: #f1f1f1;
                border-radius: 20px;
                padding: 20px !important;
            }

            .highlight-row .icon-box,
            .highlight-row .active-icon {
                left: -60px;
            }

            .item-title {
                font-size: 12px;
            }

            .item-description {
                font-size: 10px;
            }
        }

        @media (max-width: 420px) {
           

            .work-section {
                padding: 45px 20px;
            }

            .section-title {
                font-size: 30px;
            }

            .timeline {
                padding-left: 48px;
            }

            .timeline::before,
            .timeline-progress {
                left: 14px;
            }

            .center-node {
                left: -34px;
            }

            .timeline-item.left .icon-box,
            .timeline-item.right .icon-box,
            .active-icon {
                left: -55px;
            }

            .timeline-item.left .step-number,
            .timeline-item.right .step-number {
                left: -25px;
            }
        }



        
        .cta-section {
            width: 100%;
            max-width: 1400px;
               padding: 70px 0;
            overflow: hidden;
        }

        .cta-section::before {
            content: "";
            position: absolute;

            width: 500px;
            height: 500px;

            left: -150px;
            top: 100px;

            background: rgba(244, 158, 24, .08);
            filter: blur(100px);
            border-radius: 50%;
        }

        /* =========================
           INNER CARD
        ========================= */

        .cta-card {
           position: relative;
    z-index: 2;
    
    padding: 45px 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgb(247 247 247), rgb(247 247 247));
    border: 1px solid rgba(255, 255, 255, .025);
    box-shadow: inset 0 1px rgba(255, 255, 255, .025);
        }

        /* =========================
           OFFER BADGE
        ========================= */

        .offer-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;

            padding: 6px 11px;

            color: #f7ae1b;

            font-size: 10px;
            font-weight: 600;

            border-radius: 20px;

            background: rgba(167, 105, 7, .18);
            border: 1px solid rgba(222, 155, 20, .18);

            margin-bottom: 17px;
        }

        .offer-badge i {
            font-size: 8px;
        }

        /* =========================
           HEADING
        ========================= */

        .main-heading {
            margin: 0;

            color: #f4f3f0;

            font-size: clamp(36px, 4vw, 52px);

            font-weight: 700;

            line-height: .97;

            letter-spacing: -2px;
        }

        .orange-text {
            color: #f5a30b;

            text-shadow:
                0 0 20px rgba(245, 163, 11, .15);
        }

        .description {
            max-width: 460px;

            margin: 22px 0 0;

            color: #b4b1aa;

            font-size: 13px;

            line-height: 1.55;
        }

        /* =========================
           BUTTONS
        ========================= */

        .button-row {
            display: flex;
            gap: 12px;

            margin-top: 25px;
        }

        .btn-trial {
            padding: 11px 20px;

            border-radius: 7px;

            background: linear-gradient(
                135deg,
                #ffb516,
                #f08c00
            );

            border: none;

            color: #17120a;

            font-size: 11px;
            font-weight: 700;

            box-shadow:
                0 7px 20px rgba(244, 153, 0, .22);

            transition: .25s ease;
        }

        .btn-trial:hover {
            color: #111;
            transform: translateY(-2px);

            box-shadow:
                0 10px 28px rgba(244, 153, 0, .35);
        }

        .btn-demo {
            padding: 10px 18px;

            border-radius: 7px;

            background: transparent;

            color: #e5a41c;

            border: 1px solid #9d7117;

            font-size: 11px;
            font-weight: 500;

            transition: .25s ease;
        }

        .btn-demo:hover {
            color: #ffc34a;

            border-color: #d89b1b;

            background: rgba(255, 170, 0, .06);
        }

        /* =========================
           FEATURES
        ========================= */

        .features {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .feature {
            min-height: 58px;

            padding: 9px 13px;

            display: flex;
            align-items: center;

            gap: 12px;

            border-radius: 8px;

            background:white;
                

            border: 1px solid rgba(255,255,255,.045);

            box-shadow:
                inset 0 1px rgba(255,255,255,.015);
        }

        .feature-icon {
               width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #ffffff;
    background: #03A9F4;
    font-size: 15px;
        }

        .feature-title {
           
    color: black;
    font-size: 16px;
    margin: 0 0 3px;
        }

        .feature-text {
            color: #74716b;

            font-size: 8px;

            margin: 0;
        }

        /* =========================
           TRUST INDICATORS
        ========================= */

        .trust-row {
            display: flex;
            gap: 20px;

            margin-top: 18px;

            color: #74736d;

            font-size: 8px;
        }

        .trust-item {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .trust-item i {
            color: #26b96d;

            font-size: 9px;
        }

        /* =========================
           TESTIMONIALS
        ========================= */

        .testimonials {
            position: relative;
            z-index: 2;

            display: grid;

            grid-template-columns:
                repeat(4, 1fr);

            gap: 12px;

            margin-top: 17px;
        }

        .testimonial {
            min-height: 65px;

            padding: 11px 13px;

            border-radius: 7px;

            background:
                linear-gradient(
                    135deg,
                    rgba(40, 39, 35, .82),
                    rgba(25, 24, 22, .72)
                );

            border: 1px solid rgba(255,255,255,.035);

            display: flex;
            align-items: center;

            gap: 9px;

            overflow: hidden;
        }

        .avatar {
            width: 28px;
            height: 28px;

            flex: 0 0 28px;

            border-radius: 50%;

            background:
                linear-gradient(
                    135deg,
                    #d5a878,
                    #7a5b46
                );

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

            color: white;

            font-size: 11px;

            border: 1px solid rgba(255,255,255,.12);
        }

        .quote {
            margin: 0;

            color: #dedbd5;

            font-size: 8px;

            font-weight: 600;

            white-space: nowrap;
        }

        .person {
            margin: 3px 0 0;

            color: #77746d;

            font-size: 7px;

            white-space: nowrap;
        }

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

        @media (max-width: 991px) {

           

            .cta-section {
                min-height: auto;
            }

            .cta-card {
                padding: 35px;
            }

            .main-heading {
                font-size: 42px;
            }

            .testimonials {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 767px) {

          

            .cta-section {
                padding: 10px;
                border-radius: 16px;
            }

            .cta-card {
                padding: 30px 22px;
                min-height: auto;
            }

            .main-heading {
                font-size: 38px;
                letter-spacing: -1.5px;
            }

            .description {
                font-size: 12px;
            }

            .button-row {
                flex-direction: column;
                align-items: stretch;
            }

            .btn-trial,
            .btn-demo {
                width: 100%;
            }

            .features {
                margin-top: 30px;
            }

            .trust-row {
                flex-wrap: wrap;
                gap: 10px 18px;
            }

            .testimonials {
                grid-template-columns: 1fr;
            }

            .testimonial {
                min-height: 55px;
            }
        }

        @media (max-width: 400px) {

            .main-heading {
                font-size: 33px;
            }

            .cta-card {
                padding: 25px 18px;
            }

            .feature {
                min-height: 55px;
            }
        }