
body,html{
  scroll-behavior: smooth;
}

.breadCrumb{
     background-color: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(40px);
    padding: 10px 0;
}

.breadCrumb{
    padding: 10px 0;
    top: 80px;
    padding: 1rem 2rem;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10;
}
.hero-buttons.updated-ui .cta-button{
  font-size: 17px;
}
@media(max-width:576px){
  .breadCrumb{  padding: 1rem 1rem;}
}
@media(max-width:1290px){

.breadCrumb{
    top: 56px;}
}
.breadCrumb .container-fluid{
padding: 0;
}

.breadCrumb p.active,.breadCrumb span{
font-weight: 600;
font-size: 16px;
line-height: 18px;
color: rgba(255, 255, 255, 1);
}

.breadCrumb p,.breadCrumb p a{
    margin: 0 5px 0;
font-weight: 400;
font-size: 16px;
line-height: 18px;
color: rgba(255, 255, 255, 0.89);
}

/* .heroSection_block::after{
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(10, 18, 30, 0.5) 18.75%, #14243B 79.81%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
} */


.heroSection_block{
    margin-top: 180px;
padding: 60px 65px 30px 70px;
background-image: url('../images/cyber-security-hero.png');
background-size: cover;
background-position: center right;
position: relative;
/* background-attachment: fixed; */
background-repeat: no-repeat;
}


.heroSection_block.it-service{
background-image: url('../images/it-service-hero-desk.png');
}
.heroSection_block .content{
    position: relative;
    z-index: 2;
    width: 60%;
}

.page-it-service .heroSection_block .content{
    width: 50%;

}


.heroSection_block h1{
font-weight: 700;
font-size: 64px;
color: rgba(255, 255, 255, 1);
}

.heroSection_block p{
font-weight: 500;
font-size: 18px;
line-height: 28px;
color: rgba(255, 255, 255, 1);
margin-top: 30px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1680px;
  }
}

@media (max-width: 991px) {
  .container, .container-md, .container-sm {
    max-width: 720px !important;
  }
}
@media (max-width: 576px) {
  .container, .container-sm {
    max-width: 540px !important;
  }
}



.circularAnimatedButton{
    position: relative;
    
}
.circularAnimatedButton{
    background-color: transparent;
    overflow: hidden;
    position: relative;
}
.circularAnimatedButton::after{
    content: '';
    position: absolute;
    top: 0;
    transform: 0;
    border-radius: 50px;
    background-color: #359BD8;
    pointer-events: none;
    box-sizing: border-box;
    transition: 0.3s linear;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hero-buttons.service{
    justify-content: start;
    opacity: 1;
    animation: none;
}

.hero-buttons.service p{
animation: none !important;
opacity: 1;
}

.hero-buttons.service span{
font-weight: 400;
font-size: 18px;
line-height: 18px;
letter-spacing: 0%;
text-align: center;
color: rgba(255, 255, 255, 1);

}

.logosSlider .swiper-slide {
  width: max-content;   
  flex-shrink: 0;
}
.logosSlider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.logosSlider .swiper-wrapper{
  align-items: center;
}

@media(min-width:768px){
  .logosSlider img[alt="futurex"]{
  height: 36px;
}
.logosSlider img[alt="shiftyLabs"]{
  height: 36px;
}
.logosSlider img[alt="DESVELADO"]{
  height: 64px;
}
.logosSlider img[alt="luxurycart"]{
  height: 48px;
}


}
.logosSlider img{
    width: 100%;
     /* height: 50px; */
     object-fit: contain;
     object-position: center;
     /* filter: brightness(0) saturate(100%) invert(60%); */
}

.logosSlider .swiper-slide{
padding:20px 40px;
}


.brands{
         background-color: rgba(0, 0, 0, 0.2);

    margin: 40px 0 100px;
}

.sectionHeading{
font-weight: 700;
font-size: 48px;
line-height: 64px;
color: rgba(255, 255, 255, 1);
}


body{
    /* background-image: url(../images/bg.jpg); */
    background-size: cover;;
    background-position: center;
background-attachment: fixed;
}


.whyChooseUs{
    margin-bottom: 100px;
}
.whyChooseUs .sectionHeading{
    margin-bottom: 60px;
}

.whyChooseUs_card img{
margin : 0 auto 40px auto;
height: 96px;
width: 96px;
object-fit: contain;
object-position: center top;
display: block;
}

.whyChooseUs_card p{
font-size: 24px;
line-height: 32px;
text-align: center;
font-weight: 3s00;
color: rgba(255, 255, 255, 1);
}

.whyChooseUs_card p span{
    font-weight: 700;
font-size: 24px;
line-height: 32px;
text-align: center;
}


@media (min-width:1266px) {
    .whyChooseUs_card{
        padding: 0 10px;
    }
    .customColumn .ourCyberSecurity_card{
      min-height: 440px;
    }
}


.ourCyberSecurity{

}


.ourCyberSecurity .sectionHeading {
  margin-bottom: 60px;
}

.ourCyberSecurity_card {
    border-radius: 24px;
    padding: 40px 25px;
    height: 100%;

}
.ourCyberSecurity_cardWrap{
    justify-content:center;
}

.ourCyberSecurity_card img{
display: block;
max-width: max-content;
margin: 0 auto 30px auto;
max-width: 68px;
max-height: 60px;
object-fit: contain;
object-position: center;
}
.ourCyberSecurity_card p{
font-weight: 700;
font-size: 20px;
text-align: center;
text-transform: capitalize;
color: rgba(255, 255, 255, 1);
margin-bottom: 30px;
line-height: 25px;
}

.ourCyberSecurity_card_button{
    gap: 10px;
}

.ourCyberSecurity_card_button span{
background-color: rgba(255, 255, 255, 0.08);
backdrop-filter: blur(12px);
padding: 10px;
border-radius: 8px;
color: rgba(255, 255, 255, 1);
font-weight: 700;
font-size: 14px;
text-align: center;
vertical-align: middle;
text-transform: capitalize;

}

.ourCyberSecurity{
    margin-bottom: 100px;
}


.purpleGradient{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
linear-gradient(180deg, rgba(94, 0, 255, 0) 0%, rgba(94, 0, 255, 0.2) 100%);

}


.blueGradient{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
linear-gradient(180deg, rgba(0, 102, 255, 0) 0%, rgba(0, 102, 255, 0.2) 100%);
}


.yellowGradient{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
linear-gradient(180deg, rgba(255, 225, 0, 0) 0%, rgba(255, 225, 0, 0.2) 100%);

}

.greenGradient{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
linear-gradient(180deg, rgba(0, 255, 30, 0) 0%, rgba(0, 255, 30, 0.2) 100%);

}


.redGradient{
   background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.2) 100%);
}


.darkGreenGradient{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
linear-gradient(180deg, rgba(0, 255, 174, 0) 0%, rgba(0, 255, 174, 0.2) 100%);

}

.darkRedGradient{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
linear-gradient(180deg, rgba(222, 0, 63, 0) 0%, rgba(222, 0, 63, 0.2) 100%);
}


.darkBlueGradient{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
linear-gradient(180deg, rgba(0, 187, 255, 0) 0%, rgba(0, 187, 255, 0.2) 100%);

}

.darkBrownGradient{
   background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
linear-gradient(180deg, rgba(255, 136, 0, 0) 0%, rgba(255, 136, 0, 0.2) 100%);
}

@media (min-width: 1590px) {
  .ourProcess .iconsDesc img {
    height: 45px;
    width: 45px;
  }
}

.customColumn {
max-width: 20%;
padding:0 10px;
margin-bottom: 20px;
width: 100%;
}

.customColumn .ourCyberSecurity_card {
max-width: 308px;
width: 100%;
min-height: 420px;
}


@media (max-width:1400px) {
.customColumn {
max-width: 24%;
}
}

@media (max-width:1200px) {
.customColumn {
max-width: 31%;
margin-bottom: 35px;
}
.ourCyberSecurity_cardWrap{
    justify-content: space-between;
}

.ourCyberSecurity_cardWrap.it-service{
    justify-content: center;
}
}

@media (max-width:991px) {
.customColumn {
max-width: 233px;
margin-bottom: 20px;
width: 100%;

}
.ourCyberSecurity_cardWrap{
    justify-content: center;
    gap: 25px;
}
}

@media (max-width:991px) {
  .hero-buttons.service span{
    font-size: 16px ;
  }
.customColumn {
max-width: 250px;
width: 100%;
}

}

.ourProcess{

}
@media (max-width: 768px) {
  .breadCrumb p.active, .breadCrumb span{
    font-size: 12px;
  }
  .container, .container-md, .container-sm {
    max-width: 720px !important;
  }
   
}


.ourProcess .arrowRight{
margin-top: 50px;
}

.ourProcess .iconsDesc{
    width: 130px;
    justify-content: center;
    display: flex;
}
.ourProcess .iconsDesc > div{
    height: 120px;
    width: 120px;
    background-color: rgba(53, 155, 216, 1);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ourProcess .iconsDesc{
color: rgba(255, 255, 255, 1);
font-weight: 400;
font-size: 16px;
text-align: center;
}

.ourProcess_cardWrapper{
    display: flex;
    justify-content: space-between;
}

.ourProcess_cardWrapper.forText{
    align-items: center;
}

.ourProcess .sectionHeading {
  margin-bottom: 60px;
}
.ourProcess_cardWrapper:not(.forText){
margin: 10px 0;
}

/* .ourProcess .iconsDesc > div.top{
margin-bottom: 20px;

}

.ourProcess .iconsDesc > div.bottom{
margin-top: 20px;
} */

.opacity-0{
    opacity: 0;
}

.ourProcess{
    margin-bottom: 100px;
}


@media (max-width:1590px) {
 .ourProcess .container{
    width: 100%;
    max-width: 100%;
 }
    .ourProcess .iconsDesc {
        width: 100px;
    }
    .ourProcess .iconsDesc img {
        height: 40px;
    }
.ourProcess .iconsDesc > div{
    width: 90px;
    height: 90px;

}
.ourProcess .arrowRight {
  margin-top: 27px;
}
}

@media (max-width:1360px) {
.arrowRight img{
    width: 50px;
}
}

@media (max-width:1280px) {

    .ourProcess .iconsDesc {
        width: 90px;
    }
    .ourProcess .iconsDesc img {
        height: 30px;
    }
.ourProcess .iconsDesc > div{
    width: 70px;
    height: 70px;

}
.ourProcess .arrowRight {
  margin-top: 27px;
}

.arrowRight img{
    width: 40px;
}
.ourProcess .iconsDesc{
    font-size: 14px;
}

}

@media (min-width:1024px) {
    .process_mob,.process_tab{
        display: none;
    }
}

@media (min-width:768px) {
     .hero-buttons.updated-ui p{
      display: flex;
      align-items: center;
    }
     .hero-buttons.updated-ui p span{
     margin-bottom: 0;
    }
}
@media (max-width:1024px) {
.logosSlider img{
height: 50px;}
     .hero-buttons.updated-ui p{
      
    }
.ourProcess_cardWrapper{
    display: none;
}
.process_tab{
      display: flex;
    justify-content: center;
}
.process_mob{
    display: none;
}
}



@media (min-width:1024px) {
    .process_mob,.process_tab{
        display: none;
    }
}

@media (max-width:600px) {

.process_tab{
    display: none;
}

.process_mob{
    display: flex;
    justify-content: center;
}
}


.faq .sectionHeading{
    margin-bottom: 60px;
    color: rgba(217, 217, 217, 1);
}

.faq {
    margin-bottom: 100px;
}






:root {
  
  --radius: 16px;
  --padding: 24px;
  --transition: 0.22s ease-out;
}

.faq-section {
  /* padding: 60px 16px 80px; */
}

.faq-container {
  margin: 0 auto;
}

/* Title */
.faq-title {
  margin: 0 0 32px;
  text-align: center;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--text-main);
}

/* List layout */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Card */
.faq-item {
  background: var(--card-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  transition: border-color var(--transition), background-color var(--transition);
}

/* Optional slight border when open for clarity */
/* .faq-item.is-open {
  border-color: var(--border-color);
} */

/* Header (clickable area) */
.faq-header {
  width: 100%;
  padding: 0;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-main);
  text-align: left;
}

.faq-header:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-header:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.faq-question {
  flex: 1;
font-weight: 600;
font-size: 18px;
line-height: 30px;
color: rgba(255, 255, 255, 1);
}

/* Icon base */
.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Horizontal line */
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: var(--text-main);
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

/* Horizontal line (before) */
.faq-icon::before {
  transform: translate(-50%, -50%);
}

/* Vertical line (after) */
.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* WHEN OPEN → X ICON */
.faq-item.is-open .faq-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.is-open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Body */
.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition), padding-bottom var(--transition),
    padding-top var(--transition);
  will-change: max-height;
  color: var(--text-main);
}

.faq-item.is-open .faq-body {
  padding-top: 0;
  padding-bottom: var(--padding);
}

/* Text inside body */
.faq-body p {
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: rgba(255, 255, 255, 0.8);
padding-top: 5px;
padding-bottom: 5px;
}

/* Responsive */
@media (max-width: 640px) {
  .faq-section {
    padding: 40px 12px 56px;
  }



  .faq-item.is-open .faq-body {
    padding-bottom: 20px;
  }
}

.faq-item .faq-icon{
    transform-origin: center;
    transition: 0.3s linear;
    width: 10px;
}
.faq-item.is-open .faq-icon{
transform: rotate(180deg);
}





/* // for tab */


@media(max-width:1200px){
    .ourCyberSecurity_card img{
        height: 46px;
        width: 46px;
        object-fit: contain;
        object-position: center;
        margin-bottom: 20px;
    }
    .heroSection_block h1 {
  font-weight: 700;
  font-size: 32px;
}
.heroSection_block p{
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 20px;
}
.heroSection_block p span{
display: block;
margin-bottom: 20px;
}
.heroSection_block{
    padding: 25px;
}
.heroSection_block{
    margin-top: 140px;
}

.brands {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 50px 0 70px;
}

.whyChooseUs,.ourCyberSecurity,.ourProcess{
  margin-bottom: 70px;

}

.sectionHeading{
    font-size: 32px;
}

.whyChooseUs .sectionHeading,.ourCyberSecurity .sectionHeading{
  margin-bottom: 50px;
}


.ourProcess .sectionHeading,.faq .sectionHeading{
  margin-bottom: 40px;
}


.whyChooseUs_card p,.whyChooseUs_card p span{
    font-size: 12px;
    line-height: 20px;
}
.whyChooseUs_card img{
    height: 48px;
    width: 48px;
    margin: 0 auto 10px auto;
}

.whyChooseUs_card{
    margin-bottom: 40px;
}

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

.ourCyberSecurity_card_button span{
    font-size: 12px;
}
.ourCyberSecurity_card{
    padding: 25px 15px;
}


}



@media(max-width:1300px){
.heroSection_block {
    background-image: url('../images/cyber-security-hero-lap.png');
  }
  .heroSection_block.it-service{
background-image: url('../images/it-service-hero-lap.png');
}

}

@media(max-width:1024px){
  .heroSection_block {
    background-image: url('../images/cyber-security-hero-tab.png');
  }
.heroSection_block.it-service{
background-image: url('../images/it-service-hero-tab.png');
}
  
}




@media(max-width:768px){
  .hero-buttons.updated-ui p{
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .heroSection .container{
    padding: 0;
  }
   .heroSection_block {
    padding: 60px 25px;
  }
    .ourCyberSecurity_cardWrap{
        gap: 10px;
    }
   .ourCyberSecurity_card{
    padding: 15px 15px;
}

  .heroSection_block {
    margin-top: 107px;
  }
   .hero-buttons.updated-ui p{
    background: transparent;
    padding: 0;
    }
    .hero-buttons.updated-ui p{
        text-align: left;
    }
    .hero-buttons.updated-ui .cta-button{
        margin-left: 0;
    }
    .hero-buttons.service span{
        font-size: 16px;
        display: block;
        text-align: left;
        margin-bottom: 0px;
    }
   

    .hero-buttons.updated-ui p{

    }
.heroSection_block{
    background-image: url('../images/cyber-security-hero-mob.png');
    background-size: 100%;
background-position: center top;
    /* background-color: rgb(12, 24, 40); */
    background-repeat: no-repeat;
}

.heroSection_block.it-service{
background-image: url('../images/it-service-hero-mob.png') !important;
background-size: 100%;
background-position: center top;
    background-color: rgb(12, 24, 40);
    background-repeat: no-repeat;

}

.heroSection_block .content,.page-it-service .heroSection_block .content{
    width: 100%;

}
.heroSection_block p{
    font-weight: 500;
}
.heroSection_block p span {
    display: block;
    margin-bottom: 20px;
  }
  .brands {
    background-color:rgb(12, 24, 40);
    margin: 0px 0 50px;
  }
  .logosSlider .swiper-slide{
    padding: 12px;
  }
  .logosSlider img{
    height: 30px;
  }

  .logosSlider img[alt="DESVELADO"]{
  height: 50px;
}
    .whyChooseUs,.ourCyberSecurity {
    margin-bottom: 30px;

    }
   .ourProcess{
    margin-bottom: 50px;
  }
  .sectionHeading{
    font-size: 24px;
  }

  .whyChooseUs .sectionHeading, .ourCyberSecurity .sectionHeading{
    margin-bottom: 40px;
  }
  .faq-section{
    padding-top: 0;
  }
 .faq .sectionHeading{
    margin-bottom: 10px;
 }
 .faq-question{
    font-size: 14px;
    line-height: 23px;
 }
.faq-header {
padding-top: 7px;
    padding-bottom: 15px;
}
.faq-body p{
    font-size: 12px;
    line-height: 20px;
}
.faq-item.is-open .faq-body{padding-bottom: 0;}
}


@media (max-width: 1024px) {
  html, body {
    overflow-y: scroll;
  }
  .heroSection_block.it-service{
background-image: url('../images/it-service-hero-tab.png');
}
}

.brands{
position: relative;
pointer-events: none !important;
}


.brands::after{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background-color: transparent;
}


 @media (min-width: 1200px) and  (max-width: 1450px){
  .logosSlider .swiper-slide{
padding:20px 15px;
}
  .hero-buttons.updated-ui .cta-button{
  font-size: 16px;
}
.heroSection_block{
background-position: center right;;
padding: 30px;
 }
 .heroSection_block .content{
  width: 58%;
 }
  .page-it-service .heroSection_block .content{
  width: 60%;
 }
 
.heroSection_block h1{
  font-size: 48px;
}

.heroSection_block p{
  font-size: 14px;
  margin-top: 20px;
  line-height: 25px;
}
.hero-buttons.updated-ui p{
  margin-top: 10px;
}
.whyChooseUs_card img{
  height: 70px;
  width: 70px;
}
.whyChooseUs_card p,.whyChooseUs_card p span{
  font-size: 18px;
  line-height: 26px;
}
.whyChooseUs_card{
  padding: 0;
}
.ourCyberSecurity_card p{
  font-size: 18px;
}

.ourProcess .container{
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
 }



.navbar-nav.desktop-middle-nav .middle-nav:nth-child(2) > a{
  border-bottom: 1px solid white;
  padding-bottom: 2px;
  color:white;
}

 @media(max-width: 760px){

  .faq{
    margin-bottom: 0px;
  }
 }



.scroll-buttons button:disabled {
  pointer-events: none;
  background: #141D2B;

 }


 @media(max-width: 1100px){
[data-hash="services"]{
  color: #359bd8 !important;
    font-weight: 700 !important;
    border-bottom: 2px solid;
    padding: 0;
    max-width: max-content;
    margin: 0 auto;
}

.logo.desktop-nav-items{
  max-height: 100%;
}
 }


 @media(max-width: 991px) and (min-width: 761px){
  .page-it-service .heroSection_block .content,.heroSection_block .content{
    width: 70%;
  }
 }