@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root,
[data-bs-theme=light] {
  --bs-black-gray-scale: #0E0E10;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-blue-gradient:linear-gradient(180%,rgba(153, 0, 255, 1), rgba(92, 0, 153,1));
  --bs-white: #FFFFFF;
  --bs-border:#F2F3FC;
  --bs-font-family: "Plus Jakarta Sans", sans-serif;
  --bs-graycolor:#737385;
  --bs-gray-bg:#F2F3FC;
  --bs-chat-gray:#A9A9C2;
  --bs-black:#000;
  --font-size-72:72px;
  --violet-color: #7333DD;
}
[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }
@media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }
  body {
    margin: 0;
    font-family: var(--bs-font-family);
  }
  h2{
    font-size:42px;
    font-weight: 700;
  }
  p{
    font-size:18px;
    color:var(--bs-graycolor);
  }
  .container-desktop-padding{
    padding:0px 40px;
  }

/********************************
********** Header ***************
********************************/

.sidebar-open section, .sidebar-open .footer-main {
    padding: 80px 40px;
}
.sidebar-open section.explore-our-case-studies{
    padding:80px 0px;
}
.sidebar-open .page-sidebar section {
    padding: 0px 0px;
}

.action-btn-nav ul {
    display:flex;
    gap:16px;
    justify-content: center;

}
.request-a-demo-btn{
    color: var(--bs-white);
    padding: 14px 16px;
    border-radius: 8px;
    text-decoration: none;
    background-image: linear-gradient(45deg, #9900ff, #5C0099);
    font-weight: 700;
}
.request-a-demo-btn:hover{
    color: var(--bs-white);
}
.action-btn-nav ul li{
    list-style: none;
}
.action-btn-nav .action-icon img{
    width:48px;
}
.bg-less-btn, .blue-gradient{
    padding-top:7px;
}
.main-header-nav .bg-less-btn a{
    padding: 13px 16px;
    border:1px solid var(--bs-black-gray-scale);
    color:var(--bs-black-gray-scale);
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}
.bg-less-btn a{
    padding: 14px 16px;
    border:1px solid var(--bs-black-gray-scale);
    color:var(--bs-black-gray-scale);
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}
.main-header-nav .blue-gradient a{
    color:var(--bs-white);
    padding: 14px 16px;
    border-radius: 8px;
    text-decoration: none;
    background-image:linear-gradient(45deg, #9900ff, #5C0099);
    font-weight: 700;
    font-size: 14px;
}
.blue-gradient a{
    color:var(--bs-white);
    padding: 14px 16px;
    border-radius: 8px;
    text-decoration: none;
    background-image:linear-gradient(45deg, #9900ff, #5C0099);
    font-weight: 700;
    font-size:14px;
}
/******** Main ***************/
/***********  Hero Sec ******/
.home-hero-sec{
    background: url('../img/home-hero-background.svg') no-repeat;
    background-size:cover;
}
.home-hero-left{
    padding-top:150px;
}
.hero-lead-h1{
    font-size:56px;
    font-weight: 700;
    line-height: 67px;
}
.hero-lead{
    font-weight: 300;
    font-size: 18px;
    padding-right: 65px;
    margin: 10px 0px 40px 0px;
    color: #374151;
    font-weight: 400;
}
.para-18{
    color: #374151;
    font-weight: 400;
}
.hero-img-sec {
    padding-top: 80px;
}
.brand-logo-text{
    margin: 67px 0px 0px 0px;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
}
.brand-undline {
    width: 96px;
    background-image: linear-gradient(to right, rgb(106, 51, 209), tomato);
    height: 5px;
    margin: 15px auto 30px;
    border-radius: 6px;
}
.highlight{
    background: linear-gradient(135deg, #7c3aed, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.action-btn-nav.hero-sec-action{
    margin: 40px 0px 20px;
}

.action-btn-nav.hero-sec-action ul{
    padding-left:0px;
}
.hero-sub-sec{
    padding:60px 0px 80px;
}
.hero-sub-sec-heading{
    padding:0px 0px 50px;
    text-align:center;
}
.page-wrapper.sidebar-open .home-hero-sec .hero-sub-sec-heading{
    text-align: center;
    padding:0px 0px 50px;
}

.sec-title p{
    padding:0px 0px 40px 0px;
    max-width: 80%;
    margin: 0 auto;
    font-size:18px;
}
.review img{
    mix-blend-mode: darken;
}
.heading-title h3{
    text-align: center;
    font-weight: 700;
    padding-bottom:30px;
}
.hero-image img.hero-img {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
}
.product .hero-image img.hero-img {
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
}
.netwrok-grouth-cal-bg-1{
   
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    background-image: linear-gradient(white, white), linear-gradient(281deg, #9900ff66, #FF0F8766, #FF781F66);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 1px 0px 1px 1px;
    position: relative;
}
.netwrok-grouth-cal-bg-2{
      
    background-image: linear-gradient(white, white), linear-gradient(281deg, #9900ff66, #FF0F8766, #FF781F66);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 1px;
    position: relative;
}
.netwrok-grouth-cal-bg-3{
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    background-image: linear-gradient(white, white), linear-gradient(281deg, #9900ff66, #FF0F8766, #FF781F66);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 1px 1px 1px 0px;
    position: relative;
}
.netwrok-grouth-cal-bg-1 h3,.netwrok-grouth-cal-bg-2 h3,.netwrok-grouth-cal-bg-3 h3{
    font-size: 56px;
    padding: 10px 0px;
    font-weight: 700;
}
.netwrok-grouth-cal-bg-1 hr,.netwrok-grouth-cal-bg-2 hr,.netwrok-grouth-cal-bg-3 hr {
   
    margin: 0px 0px 15px;
    height: 2px;
    /* border: 2px solid #D9D9D9; */
    border: 2px solid #aaaaaa;
}
.inner-network-box{
    padding:75px 56px 60px 56px;
}
.page-wrapper.sidebar-open .inner-network-box{
    padding:75px 56px 30px 56px;
}
.network-box-bg{
    width: 234px;
    height: 234px;
    position: absolute;
    right: -61px;
    top: -47px;
    /* fill: var(--Brand-P-Main, #90F); */
    /* opacity: 0.03; */
    filter: blur(42px);
}
.netwrok-grouth-cal-bg-3 .network-box-bg{
    right:0px;
}
.arch-img-bg.arch-home{
    padding:30px 0px;
}
.arch-img-bg.arch-home img{
    width:60%;
}
.arch-title{
    padding-bottom:20px;
}
.architech-sec .arch-info{
    text-align:center;
}
.arch-img-bg{
    background:#f9f9f9;
    border-radius: 32px;
    text-align: center;
}

/**********/
.grdient-top-border-head{
    width:72px;
    height:8px;
    background-image: linear-gradient(37deg, #9900FF, #FF0F87, #FF781F);
    border-radius: 88px;
}
.netwrok-grouth-cal-bg h3{
    font-size:56px;
    padding:10px 0px;
}
.netwrok-grouth-cal-bg hr{
    margin:0px 0px 15px;
    height:2px;
    border:2px solid #D9D9D9;
 }
 .sidebar-open-col-hide img {
    padding-left: 80px;
}
.solutions-heading{
    text-align: center;
    padding-bottom:40px;
}
 /* ============================================= */
/*  ***************** secure, manage, monitor, visualize section ********************* */
/* ==================================================== */
.network-security-managament{
    background: var(--bs-gray-bg);
    padding: 70px 0px 80px 0px;
}
.network-security-management-main .container{
    background: var(--white);
    border-radius: 15px;
}
.left-sec .network-security-col{
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.right-sec .network-security-col{
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.network-security-col{
    width: 100%;
    background: #fff;
   
}
.network-security-col.center-sec{
    border-radius: 0px;
}
.left-sec,.right-sec, .center-sec{
    padding:0;
}
.network-security-col .netwrok-security-card{
    padding: 25px 30px;
}
.home .network-security-col .netwrok-security-card{
    padding: 32px 40px;
    min-height: 330px;
}
.home .page-wrapper.sidebar-open .network-security-col .netwrok-security-card{
    min-height: 390px;
}
.network-security-col .netwrok-security-card img{
    width: 40px;
} 
.network-security-col .netwrok-security-card h5{
    font-size: 28px;
    font-weight: 700;
    color: var(--heading-color);
    margin-top: 40px;
}
.network-security-col .netwrok-security-card p{
    font-size: 16px;
    color: var(--bs-graycolor);
    font-weight: 400;
}
.network-security-col .align-right{
    text-align: right;
}
.netwrok-security-card.align-md-right{
    text-align: right;
}
.netwrok-security-card img{
    width:80px;
}
.network-security-management-main .left-sec .network-security-col .netwrok-security-card:first-child{
        border-bottom: 2px solid #F6F7FD;
    border-right: 2px solid #F6F7FD;
}
.network-security-management-main .left-sec .network-security-col .netwrok-security-card{
    border-right: 2px solid #F6F7FD;
}
.network-security-management-main .right-sec .network-security-col .netwrok-security-card:first-child{
    border-bottom: 2px solid #F6F7FD;
    border-left: 2px solid #F6F7FD;
}
.network-security-management-main .right-sec .network-security-col .netwrok-security-card{
    border-left: 2px solid #F6F7FD;
}
 .network-security-management-main .center-sec{
    background: url(../img/middle-card-bg.png);
    background-repeat: no-repeat;
    background-position: 18% 10%, 0 0;
    background-size: cover, auto;
    padding-top: 200px; 
    padding-left: 10px;
    padding-right: 10px;
}
.home .page-wrapper.sidebar-open .network-security-management-main .center-sec{
    background-position: 9% 10%, 0 0;
}
.network-security-management-main .center-sec .network-security-col{
    background: transparent;
}
.dpdpa-icon{
    width:25%;
}
.network-security-middle-col .network-middle-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    row-gap: 30px;
    margin-top:50px;
}
.home .page-wrapper.sidebar-open .network-security-middle-col .network-middle-card{
    margin-top: 125px;
}
.home .page-wrapper.sidebar-open .network-security-middle-col .network-middle-card{
    row-gap: 0px;
}

.netwrok-grouth-cal .row.network-grouth-row-padding, .row.network-security-management-main {
    margin: 0px;
}
.network-security-middle-col .network-middle-card p{
    font-size: 28px;
    font-weight: bold;
    color: var(--white);
    padding: 0px 30px;
    text-align: center;
}
.network-security-middle-col .network-middle-card h3{
    font-size:38px;
    font-weight: 700;
    text-align: center;
}
.home .network-security-middle-col .network-middle-card h3{
    font-size:48px;
}
.network-security-management-main .col-lg-4{
    flex:1;
}
.right-sec {
    /* background-color: #fff; */
}
/******** Qoute *******/
.industries-quote{
    background: url(../img/Testimonial.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.industries-quote{
    padding:80px 0px;
    text-align: center;
}
.industries-quote .quote{
    padding:0 120px;
}
.industries-quote .quote img{
    width:48px;
    height:48px;
}
.industries-quote .quote h2{
    padding:30px 0px;
    color:var(--bs-white);
    font-weight: 400;
}
.industries-quote .quote-profile{
    text-align: center;
}
.industries-quote .quote-profile img{
    width:76px;
    height:76px;
}
.industries-quote .quote-profile .profile-name{
    font-weight: 700;
    color: var(--bs-white);
    padding:0;
    margin-bottom: 0px;
    font-size: 18px;
}
.industries-quote .quote-profile .profile-designation{
    font-weight: 400;
    color: var(--bs-white);
    font-size: 16px;
}

/************* complex-simple *********/
.four-pillers{
    background: url(../img/c-s-bg.svg);
    background-size: cover;
    padding:70px 0px 50px 0px;
}
.complex-simple{
    background: url(../img/c-s-bg.svg);
    background-size: cover;
    padding:70px 0px 80px 0px;
}
.complex-simple .complex-div{
    background-color: #fff;
    border-radius: 24px;
    padding:80px;
}
.complex-div img {
    height: 440px;
    text-align: center;
    width: 100% !important;
}
.complex-simple .complex-div h3{
    font-size:24px;
    font-weight: 700;
    text-align: center;
    padding-bottom:30px;
}
.complex-simple .complex-div p{
    padding-top:30px;
}
.complex-simple .complex-div p.other-solution-p{
    color:var(--bs-graycolor);
    /* padding-bottom: 30px; */
}
.page-wrapper.sidebar-open .complex-simple .complex-div p.other-solution-p{
    padding-top: 30px;
    padding-bottom: 0px;
}
.page-wrapper.sidebar-open .vers{
    left: 44%;
}
.complex-simple .complex-div p.firewallx-solution-p{
    color:#0E0E10;
    text-align: left;
}
.complex-simple .complex-div p.other-solution-p{
    text-align: left;
}
.complex-compare{
    position: relative;
}
/*.vers{
    font-size:28px;
    color:#0E0E10;
    font-weight: 700;
    border-radius: 50%;
    position:absolute;
    top:46%;
    left:46%;
    width: 104px;
    height: 104px;
    padding: 30px 10px 0px 30px;
    background-color: var(--bs-gray-bg);
}*/
.vers{
    position:absolute;
    top:45%;
    left: 45.5%;
    width: 104px;
    height: 104px;
}
.sec-title p{
    font-size:18px;
}
/******* Solutions *****/
.solutions{
    padding:80px 0px;
}
.solutions h2{
    padding-bottom:25px;
}
.solutions .grdient-solution-box{
    background-image: linear-gradient(45deg,#c552ff89,#f2f3fcac);
    border-radius: 24px;
    padding:74px 74px 60px 74px;
}
.solutions .grdient-solution-box ul{
    padding-left:0px;   
    margin-bottom:0px; 
}
.solutions .grdient-solution-box ul li{
    list-style: none;
    padding:10px 0px;
}
.solutions .grdient-solution-box ul li a{
    text-decoration: none;
    color:var(--bs-black-gray-scale);
    font-size: 32px;
    font-weight: 700;
    transition-duration: 1s;
}
.solutions .grdient-solution-box ul li a:hover{
    color:var(--bs-white);
}
.solutions .grdient-solution-box h6.industry{
    background: -webkit-linear-gradient(45deg,#9900FF, #FF0F87, #FF781F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 700;
}
.solutions .grdient-solution-box h6.roles{
    background: -webkit-linear-gradient(45deg,#9900FF, #5C0099);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 700;
}
/******* standards ****/
.standards{
    background: url(../img/standard-sec.svg);
    background-size: cover;
    padding:80px 0px;
}
.standards-inner-sec{
    background: url(../img/standard-inner-sec-bg.svg);
    background-size: cover;
    padding: 80px 96px 80px 96px;
    border-radius: 24px;
}
.standards-inner-sec h2{
    background: -webkit-linear-gradient(45deg,#9900FF, #5C0099);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     font-weight: 700;
     max-width: 725px;
}
.standards-inner-sec h6{
    font-size: 24px;
    font-weight: 400;
    color: #1A1A1F;
    max-width: 800px;
    line-height: 140%;
}
.standards-inner-sec .button-sec{
     padding-bottom:60px;
     padding-top:30px;
}
a.grdient-btn-blue{
   
        color: var(--bs-white);
        padding: 16px 20px;
        border-radius: 8px;
        text-decoration: none;
        background-image: linear-gradient(45deg, #9900ff, #5C0099);
        font-weight: 700;
}
.standards-icons{
    display: flex;
    justify-content: space-between;
    padding-top:30px;
}
/********* Blog ********/
.blog{
    padding:80px 0px;
}
.blog h2{
    text-align: center;
    padding-bottom:40px;
}
.blog .blog-col .blog-text h6{
    font-size:24px;
    font-weight: 700;
    
}
.blog .blog-col{
    display:flex;
    gap:20px;
    margin-top:15px;
}
.page-wrapper.sidebar-open .blog .blog-col{
    display:flex;
    gap:20px;
    flex-direction: column;
}
.page-wrapper.sidebar-open .blog .blog-col .img .img-fluid{
    width:100%;
}
.read-more-arrow{
    font-size:14px;
    font-weight: 700;
    text-decoration: none;
    color:#0E0E10;
}
.read-more-arrow::after{
    content: '';
    width: 25px;
    height: 10px;
    background-image: url(../img/icons/Arrow-Right.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-left: 5px;
}
.blog-btn{
    padding-top:65px;
    text-align: center;
}
.slide .quote h2{
    /* font-size:30px; */
    font-size:24px;
    line-height: 1.3;
}
.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}
/* ========================================== */
/* ------------ four pillers ---------------- */
/* ========================================= */


.four-pillers-heading {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.four-pillers-heading h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    color: #0E0E10;
}

.four-pillers-heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #141417;
}

.four-pillers-accordion {
    background-color: #fff;
    border-radius: 20px;
    margin: 30px 80px;
    border: 2px solid #1215231A;
}

.page-wrapper.sidebar-open .four-pillers-accordion {
    margin: 30px 0px;
}

.four-pillar-accordion__header > div > h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    background: -webkit-linear-gradient(45deg, #9900FF 0%, #5C0099 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.four-pillar-accordion__header > div > p {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #737385;
    margin-bottom: 0px;
}

.four-pillar-accordion__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 0px;
}
.scrolling-page .four-pillar-accordion__header{
    padding-bottom:0px;
}
.scrolling-page .four-pillar__body.open{
    max-height: 100%;
    padding-bottom:50px;
}
.four-pillar-accordion__item {
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 0px 40px 0px #ffffff26;
    border-top: 1px solid #1215231A;
    padding: 25px 50px;
    
}

.four-pillar__body {
    padding: 20px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.8s ease-in-out, opacity 0.8s ease-in-out;
    /* transition: max-height 0.5s ease-out, opacity 0.5s ease; */
}

.four-pillar__body.open {
    max-height: 350px; 
    opacity: 1;
    /* animation: four-piilar-open 0.5s ease-out forwards; */
}

.four-pillar-accordion__header {
    cursor: pointer;
    margin: 0px 0 20px 0px;
    font-weight: bold;
} 


.four-pillar-col {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.four-pillar-col-item {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px;
}

.four-pillar-col-item img {
    width: 50px;
}

.four-pillar-col-item > div h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #0E0E10;
}

.four-pillar-col-item > div p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #737385;
}

.four-pillar-accordion__item .four-pillar__body {
    border-top: 1px solid #1215231A;
} 

/* @keyframes four-piilar-open {
    from {
        max-height: 0;
        opacity: 0;
    }
    to {
        max-height: 350px;
        opacity: 1;
    }
}

@keyframes four-piilar-close {
    from {
        max-height: 350px;
        opacity: 1;
    }
    to {
        max-height: 0;
        opacity: 0;
    }
} */

/* ====================================== */
/* ------------ our products ------------------ */
/* ========================================== */
.our-products{
    background-image: url(../img/our-products/bg-shape-left.png), url(../img/our-products/bg-shape-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left, right;
    padding: 80px 0px;
}
.our-products-heading{
    text-align: center;
}
.our-products-heading h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    color: #0E0E10;
}
.our-products-heading p{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #737385;
    padding-top:1px;
}
.our-product-row{
    display: flex;
    gap: 20px;
    /* margin-left: 130px; */
    align-items: center;
    margin-top:30px;    
}

.our-product-col1{
    width:40%;
}
.our-product-col2{
    width: 65%;
}
.page-wrapper.sidebar-open .our-product-col1{
    padding-top:60px;
}
.our-product-active{
    border-left: 4px solid #EC285B;
}
.our-product-detail{
    padding-left: 20px;
    margin-bottom: 40px;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}
.our-product-detail:hover, .our-product-detail.our-product-active {
    background: #ffffff;
    box-shadow: 0 4px 24px rgba(0,40,120,0.08);
    transform: translateY(-4px) scale(1.03);
}
.our-product-detail h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #0E0E10;
}
.our-product-detail p{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #737385;
    margin-right: 30px;
}
.our-product-img img{
    width: 100%;
}
.our-product-img img.hms-img{
    /* width:80%; */
}
 .our-product-img {
                    opacity: 0;
                    visibility: hidden;
                    position: absolute;
                    left: 0; top: 0; width: 100%;
                    transition: opacity 0.4s cubic-bezier(.4,0,.2,1), transform 0.4s cubic-bezier(.4,0,.2,1);
                    transform: scale(0.98);
                    z-index: 1;
                }
.our-product-img.active {
                    opacity: 1;
                    visibility: visible;
                    position: relative;
                    transform: scale(1);
                    z-index: 2;
                }
                .our-product-col2 {
                    position: relative;
                    min-height: 320px;
                }
/* .our-product-img {
    display: none;
  } */

  /* The first image is visible by default */
  .our-product-img:first-of-type {
    display: block;
  }
/* ====================================== */
/* ------------explore our case studies ------------ */
/* ===================================== */
.explore-our-case-studies{
    background: linear-gradient(90deg, #9900FF 0%, #5C0099 100%);
    padding: 80px 0px;
}
.explore-our-case-studies-heading{
    margin-left: 80px;
}
.explore-our-case-studies-heading h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    color: #fff;
}
.explore-our-case-studies-heading p{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}
.explore-our-case-studies-btn a{
    background-color: #0E0E10;
    padding: 16px 20px;
    border-radius: 72px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
.explore-our-case-studies-btn {
    text-align: end;
}
.explore-our-case-studies-sm-md-carousel .carousel-indicators{
    bottom: -45px;
}
.explore-our-case-studies-sm-md-carousel .carousel_item_card-img img{
    height: 380px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.explore-our-case-studies-sm-md-carousel {
    padding: 50px 0px 20px;
}
.explore-our-case-studies-sm-md-carousel .carousel-indicators [data-bs-target] {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    width: 14px;
    background: #00000099;
}
.explore-our-case-studies-sm-md-carousel .carousel-indicators button.active {
    background: var(--bs-white);
}
.explore-our-case-studies-carousel{
    display: block;
}
.explore-our-case-studies-sm-md-carousel{
    display: none;
}
/* ==================================== */
/* ---------- talk to expert ------------ */
/* ====================================== */
.talk-to-expert{
    background:  url(../img/talk-to-expert/bg-pattern.png),linear-gradient(90deg, #8503DC 0%, #5C0099 100%);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.talk-to-expert-card{
    background-image:url(../img/talk-to-expert/inner-bg-pattern.png);
    background-color: #8503DC ;
    background-position: left;
    background-repeat: no-repeat;
    padding: 60px;
    border-radius: 20px;
}
.talk-to-expert-card h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    color: #fff;
}
.talk-to-expert-card p{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    padding-bottom: 15px;
}
.talk-to-expert-card a{
    background: linear-gradient(90deg, #8503DC 0%, #5C0099 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 8px;
    padding: 14px 16px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.talk-to-expert-footer-text{
    text-align:center;
    padding-top: 20px;
}
.talk-to-expert-footer-text h3{
    color:#fff;
}
.excutive{
    margin-top: 50px;
}
.excutive p{
margin-top: 15px;
}
.happy-companies{
    background-color: var(--bs-white);
}
/* ===================================== */
/* ----------- footer ------------------- */
/* ====================================== */
.footer-main{
    background-image: url(../img/footer/footer-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 0px;
    position: relative;
    z-index: 2;
}
.footer-main-top-logo-with-social-media{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.footer-main-top-logo-with-social-media>img{
    width: 230px;
}
.footer-details-inline ul li::marker{
    content:"";
}
.footer-copywrite-sec ul li::marker{
    content:"";
}
.social-media-icons{
    display:flex;
    gap:10px;
}
.social-media-icons>img{
    width: 25px;
}
img.w24{
    width:24px;
    height: 24px;
}
.footer-details-address>div{
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer-details-address>div img{
    width: 20px;
}
.footer-details-address>div span,.footer-details h3, .footer-details p{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}
.footer-details-address p,.footer-details-address>ul>li>a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    margin-top: 15px;
    text-decoration: none;
}
.footer-details-address>ul>li>a img{
    width: 24px;
    margin-right: 12px;
}
.footer-details-address>ul{
    list-style: none;
    padding-inline-start: 0px;
}
.footer-details-address>ul>li{
    margin-bottom: 7px;
}
.footer-details>ul{
    list-style: none;
    padding-inline-start: 0px;
    margin-top: 20px;
}
.footer-details>ul>li{
    margin-bottom: 10px;
}
.footer-details>ul>li>a,
.footer-details-inline>ul>li>a,
.footer-copywrite-sec>div p,
.footer-copywrite-sec>div>ul>li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
}
.footer-details>ul>li>a:hover,.footer-details-inline>ul>li>a:hover{
    opacity: 0.7;
}
.divider{
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    margin: 30px 0px;
}
.footer-details-inline>ul,
.footer-copywrite-sec>div>ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
.footer-copywrite-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copywrite-sec>div p,
.footer-copywrite-sec>div>ul>li a{
    opacity: 0.7;
}
.table-custom-row {
    display: table;
}

.table-custom-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
/* ================Home Page feature 3 tabs ===================== */
.features-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
   
  .feature-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #374151;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(4px);
  }
   
  .feature-icon {
    display: flex;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(106, 51, 209, 0.1);
    color: #6a33d1;
    transition: all 0.5s ease-in-out;
  }
   
  .feature-text {
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }
   
  /* Active state */
  .feature-pill[data-active="true"] {
    background-color: #6a33d1;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
   
  .feature-pill[data-active="true"] .feature-icon {
    background-color: white;
    color: #6a33d1;
  }
   
  /* Hover state (for non-active pills) */
  .feature-pill:not([data-active="true"]):hover {
    background-color: rgba(106, 51, 209, 0.1);
    color: #6a33d1;
    transform: scale(1.05);
  }
   
  /* Underline with shine effect */
  .feature-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    border-radius: 9999px;
    opacity: 0;
  }
   
  .feature-pill[data-active="true"] .feature-underline {
    opacity: 1;
    animation: shine 3s infinite;
  }
   
  /* Bounce animation */
  .feature-pill.animate-bounce {
    animation: bounce 0.5s ease;
  }
.brand-complex-logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom:20px;
}
.brand-complex-logo .logo{
    width:180px !important;
    height: auto;
}
  /* Keyframes */
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0) scale(1.1);
    }
    50% {
      transform: translateY(-6px) scale(1.1);
    }
  }
   
  @keyframes shine {
    0% {
      background-position: -100%;
      background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,1), rgba(255,255,255,0.1));
      background-size: 200% 100%;
    }
    100% {
      background-position: 100%;
      background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(255,255,255,1), rgba(255,255,255,0.1));
      background-size: 200% 100%;
    }
  }
  
/*********** Brand logos ************/
.home-companies-logo-sec {
    display: flex;
    gap: 70px;
    margin: 0px auto;
    height: 86px;
    justify-content: center;
    vertical-align: middle;
    justify-items: center;
    align-items: center;
    width: 85%;
}

.logo-carousel {
    position: relative;
    width: 100vw;
    display: flex;
    align-items: center;
    overflow: hidden;
    will-change: transform;
    justify-content: end;
}

.logo-carousel:hover {
    animation-play-state: paused;
}

.logo-carousel::before,
.logo-carousel::after {
    position: absolute;
    content: "";
    height: 100%;
    width: var(--logo-width);
}

.logo-carousel::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, #ffffff00 100%);
    z-index: 2;
}

.logo-carousel::after {
    right: 0px;
    background: linear-gradient(to left, #fff 0%, #fff0 100%);
}

.logo-carousel ul.brands {
    list-style: none;
    width: var(--total-logo-width);
    display: flex;
    animation: slideLeft 30s linear infinite;
    padding: 20px 0px;
}
.logo-carousel ul.brands img{
    width:192px;
    height: 48px;
    object-fit: contain;
}
@keyframes slideLeft {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translateX(calc(-100% / 2));
    }
}
 ul.brands li.brand-logo{
    width:var(--logo-width);
    font-size:2rem;
    text-align:center;
    margin-left:3rem;
}
.product-solution-heading{
    margin-bottom:40px;
    text-align: center;
}
/*  Ferequently asked questions */
.freq-questions-sec{
    padding: 50px 0px;
}
.freq-questions-sec .head-part{
    padding-bottom: 30px;
}
.freq-questions-sec .faq-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: var(--theme);

}
.freq-questions-sec .faq-heading span{
    color: var(--black);
}
.faq_titles{
    padding-bottom: 30px;
}
.freq-questions-sec .accordion .accordion-item{
    margin-bottom: 20px;
    border-radius: 12px;
    border: none;
    padding: 10px;
   
     
}
.freq-questions-sec .accordion .accordion-button{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    background: rgba(243, 244, 246, 1);
    border-radius: 12px;
    color: var(--black);
    transition: box-shadow 0.5ms ease-in-out 0.3s;
}
.freq-questions-sec .accordion .accordion-body{
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
.freq-questions-sec .accordion .accordion-item:has(.accordion-collapse.show) {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2) !important;
    border-radius: 12px; 
}
.freq-questions-sec .accordion .accordion-button:not(.collapsed){
    background-color: var(--white);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--black);
    box-shadow: none !important;
}
.freq-questions-sec button.accordion-button.collapsed{
    box-shadow: none !important;
}
.freq-questions-sec .accordion .accordion-button::after{
    content: "+";
    width: 24px;
    height: 24px;
    font-size: 24px;
    padding-left: 5px;
    border-radius: 3px;
    color: var(--black);
    background-color: var(--white);
    background-image: none !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.freq-questions-sec .accordion .accordion-button:not(.collapsed)::after{
    content: "-";
    /* width: 16px;
    height: 18px; */
    color: var(--white);
    background-color: var(--theme);
}
/******* FAQ *******/
/*  Ferequently asked questions */
.freq-questions-sec{
    padding: 50px 0px;
}
.freq-questions-sec h2.faq_title{
    text-align: center;
    margin-bottom:40px;
}
.freq-questions-sec .head-part{
    padding-bottom: 30px;
}
.freq-questions-sec .faq-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: var(--theme);

}
.freq-questions-sec .faq-heading span{
    color: var(--black);
}

.freq-questions-sec .accordion .accordion-item{
    margin-bottom: 20px;
    border-radius: 12px;
    border: none;
    padding: 10px;
   
     
}
.freq-questions-sec .accordion .accordion-button{
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    background: rgba(243, 244, 246, 1);
    border-radius: 12px;
    color: var(--black);
    transition: box-shadow 0.5ms ease-in-out 0.3s;
}
.freq-questions-sec .accordion .accordion-body{
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
.freq-questions-sec .accordion .accordion-item:has(.accordion-collapse.show) {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2) !important;
    border-radius: 12px; 
}
.freq-questions-sec .accordion .accordion-button:not(.collapsed){
    background-color: var(--white);
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: var(--black);
    box-shadow: none !important;
}
.freq-questions-sec button.accordion-button.collapsed{
    box-shadow: none !important;
}
.freq-questions-sec .accordion .accordion-button::after{
    content: "+";
    width: 24px;
    height: 24px;
    font-size: 24px;
    padding-left: 5px;
    border-radius: 3px;
    color: var(--black);
    background-color: var(--white);
    background-image: none !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.freq-questions-sec .accordion .accordion-button:not(.collapsed)::after{
    content: "-";
    color: var(--white);
    background-color: var(--theme);
}
.space-height-70{
    height: 70px;
}
.thank-you-list li{
    list-style: none;
}
@media only screen and (max-width:992px){
    .page-wrapper.sidebar-open .page-body .home-hero-left{
        padding: unset !important;
    }
    .home-hero-left {
        padding-top: 0px;
    }
    .action-btn-nav.hero-sec-action ul{
        justify-content: center;
    }
    .hero-sub-sec-heading{
        text-align: center;
    }
    .home-hero-sec .hero-sub-sec {
        padding: 30px 0px 80px;
    }
    .hero-lead-h1{
        padding-top: 40px;
        font-size: 36px;
        line-height: 1.3;
        text-align: center;
    }
    .home-hero-left .hero-lead{
        padding-right: 0px;
        margin: 15px 0px;
        text-align: center;
        font-weight: 500;
        font-size: 16px;
    }
    .page-wrapper.sidebar-open .page-body .home-hero-left .hero-lead{
        padding: unset;
    }
    .action-btn-nav.hero-sec-action {
        display: block;
        margin: 22px 0px 30px;
    }
    .netwrok-grouth-cal{
        background: unset;
        height: unset;
        border-width: 2px;
        border-style: solid;
        /* border-image: linear-gradient(#9900FF4D, #FF0F874D, #FF781F4D);
        border-radius: 22px; */
        background: linear-gradient(white, white) padding-box,
        linear-gradient(to right,#9900FF4D, #FF0F874D, #FF781F4D) border-box;
        border-radius: 22px;
        border: 2px solid transparent;
    }
    .page-wrapper.sidebar-open .page-body .netwrok-grouth-cal-bg {
        padding: 30px 40px;
    }
    .complex-simple .complex-div{
        padding: 48px;
        margin-bottom: 32px;
    }
    .complex-simple .complex-div h3{
        padding-bottom: 0px;
    }
    .complex-div img{
        height: auto;
        margin: 20px 0px;
    }
    .footer-details p{
        color:#fff;
    }
    .vers{
        top: 43%;
        left: 44%;
    }
    .four-pillers-accordion{
        margin: unset;
    }
    .four-pillar-row{
        flex-direction: column;
        
    }
    .our-product-row{
        flex-direction: column;
    }
    .four-pillar-col{
        width: 100%;
    }
    .four-pillar__body{
        padding: 0px;
    }
    /* .four-pillar__body.open{
        opacity: 1.0;
        transform:translate(0,0);
        transition: transform 0.8s ease, opacity 0.8s ease;
    } */
    .four-pillar-col-item{
        padding: 10px 0px;
    }
    .four-pillar-accordion__header>div>h3,
    .solutions .grdient-solution-box ul li a{
        font-size: 24px;
        line-height: 28px;
    }
    .our-product-col1, .our-product-col2{
        width: 100%;
    }
    .our-product-row{
        margin-left: unset;
    }
    
    .solutions .grdient-solution-box{
        padding: 40px;
        margin-bottom: 20px;
    }
    .standards-inner-sec{
        padding: 30px;
        background-position: bottom center;
    }
    .standards-inner-sec h6{
        font-size: 20px;
    }
    .standards-icons{
        flex-wrap: wrap;

    }
    .standards-icons img{
        width: 120px;
        padding: 20px;
    }
    .explore-our-case-studies-carousel{
        display: none;
    }
    .explore-our-case-studies-sm-md-carousel{
        display: block;
    }
}
@media only screen and (max-width:768px){
    .complex-div img{
        width: unset;
    }
    .vers{
        top: 44%;
        left: 40%;
    }
}
