/*
Theme Name: Futurism
*/


/* Common CSS
--------------------------------------------- */
:root {
  --white: #fff;
  --black: #000000;
  --black50:rgb(0 0 0 / 50%);;
  --black2727: #272727;
  --blue32CD: #4732CD;
  --blueEE2: #484EE2;
  --blue6F9: #EAF6F9;
  --blue3ff: #E2E3FF;
  --purple23A5: #A623A5;
  --purple1FE: #F9F1FE;
  --pinklightEF3: #FCEEF3;
  --greyf6f6: #F6F6F6;
  --greybbb: #bbb;
  --grey9F9: #F9F9F9;
  --greyAFA: #FAFAFA;
  --blue5cc: #58B5CC;
  --orange633 : #FFB633;
  --orange4EB: #F9F4EB;
}

html{
    margin-top: 0px !important;
}

body {
  font-family: "Wix Madefor Display";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: #000;
  overflow: unset;
}
h1{
  font-size: 55px;
  font-family: "Wix Madefor Display";
  line-height: 1.3;
  font-weight: bold;
  color: #000;
  margin: 20px 0;
}
h2{
  font-size: 40px;
  font-family: "Wix Madefor Display";
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}
h3{
  font-size: 26px;
  font-family: "Wix Madefor Display";
  line-height: 1.3;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  color: #000;
  font-family: "Wix Madefor Display";
}

.custom-container{
    max-width: 90%;
    margin:auto;
}

.custom-btn {
  background-color: #9c27b0;
  color: #fff;
  border-radius: 50px;
  padding: 6px 6px 6px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 24px;
}

.icon-circle {
  background: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.icon-circle svg {
  width: 30px;
  height: auto;
  margin-left: -25px;
  transition: transform 0.3s ease;
}

.custom-btn:hover {
  background-color: #7b1fa2;
  color: #fff;
}

.custom-btn:hover .icon-circle svg {
  transform: translateX(6px);
}

.sm-title-1 {
  font-weight: normal;
  font-size: 18px;
  color: #A623A5;
  letter-spacing: 3px;
}

.sub-title {
  font-size: 40px;
  color: #000;
  font-weight: 500;
}

.sm-title-2 {
  font-size: 20px;
}

.responsive-iframe{
    border: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;  
}

@media (min-width: 2561px) and (max-width: 80000000px) {
  body,
  html {
    position: relative;
    width: 1920px !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
  }

  header {
    width: 1920px !important;
  }

  .header {
    width: 1920px !important;
    margin: auto;
  }
}

@media screen and (max-width: 992px) {
  h1 { font-size: 35px; }
  h2 { font-size: 30px; }
}


/* Owl Carousel Styles
--------------------------------------------- */
.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}

.owl-carousel .owl-nav {
  margin: auto;
}

body .owl-carousel .owl-nav .owl-prev {
    float: left;
    text-transform: uppercase;
    padding: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    transform: none;
    position:relative;
}

body .owl-carousel .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-image: url(./cybersecurity/images/left-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}

body .owl-carousel .owl-nav .owl-prev:focus {
  border: none;
  outline: none;
}

body .owl-carousel .owl-nav .owl-next {
  float: right;
  text-transform: uppercase;
  padding: 20px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  transform: none;
  position:relative;
}

body .owl-carousel .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-image: url(./cybersecurity/images/right-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}

body .owl-carousel .owl-controls .owl-nav .owl-next:focus {
  border: none;
  outline: none;
}

/* Hover effect */
 .owl-nav button:hover {
  background: #333;
}
.owl-nav button:hover .nav-icon {
  stroke: #fff;
}

/* Active (while clicking) */
.owl-nav button:active {
  transform: scale(0.9);
  background: #555;
}
.ft-carousel .owl-nav button:active .nav-icon {
  stroke: #fff;
}

/* Disabled state */
.owl-nav button.owl-prev.disabled,
.owl-nav button.owl-next.disabled {
  opacity: 0.5;
  background: #e0e0e0 !important;
  cursor: not-allowed;
}

.owl-nav button.disabled .nav-icon {
  stroke: #aaa;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  font-size: 40px;
  display: none;
}

.owl-carousel .owl-nav button > i{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: none;
}

.owl-dots {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 18px;
}

.owl-dot {
  display: inline-block;
  margin-right: 5px;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #000;
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #83249e;
}

.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
  border: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #4732CD;
    border: 1px solid #ccc;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
     background: #4732CD;
}


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation li {
	position: relative;
	display: flex;
    align-items: center;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}


@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

#wp-admin-bar-autoptimize-default .shadow {
    min-height: auto;
    background:transparent;
}

header.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  padding: 8px;
  background: #fff;
  transition: 0.5s ease;
  z-index: 999;
}

header.site-header.active {
  box-shadow: 0 6px 20px #bfbfbf;
}

body.logged-in.admin-bar .site-header-row {
    padding-top: 25px;
}

header.site-header .main-navigation{
    top: 0 !important;
    position: static;
    overflow: unset !important;
    padding:0;
}

.main-navigation a {
  font-size: 16px;
  font-family: "Wix Madefor Display";
  font-weight: 500;
  color: #000;
  padding: 12px;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #5b4ffe;
  outline: none;
}

.site-header-row .main-navigation ul > .menu-item-has-children {
  position: static;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.site-header-row .main-navigation ul > .menu-item-has-children:after {
  content: "";
  position: relative;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-top: solid 5px #000;
}

.site-header-row .main-navigation .menu-item-has-children > a {
  pointer-events: none;
}

.site-header-row .menu-item-has-children > ul {
  width: 100%;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border-top: .75rem solid #AB2FCF;
}

.site-header-row .menu-item-has-children > ul.sub-menu.menu-scroll {
    max-height: 275px;
    overflow: auto;
}

.site-header-row .main-navigation ul > .menu-item-has-children.open ul {
  left: 50%;
  transform: translateX(-50%);
}

.site-header-row .menu-item-has-children > ul li a{
    padding: 0px;
    font-size: 14px;
    height: 100%;
    text-transform: capitalize;
}

/* Scrollbar Buttons */
.sub-menu.menu-scroll::-webkit-scrollbar {
  width: 14px;
}
.sub-menu.menu-scroll::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius:0;
  background: #fff; 
}
.sub-menu.menu-scroll::-webkit-scrollbar-thumb {
  background: gray;
  border: 4px solid #fff;
}
.sub-menu.menu-scroll::-webkit-scrollbar-thumb:hover {
  background: gray;
}
.sub-menu.menu-scroll::-webkit-scrollbar-button:single-button {
  background-color: #fff;
  display: block;
  border-style: solid;
  height: 13px;
  width: 16px;
  margin:8px;
}
.sub-menu.menu-scroll::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent gray transparent;
}
.sub-menu.menu-scroll::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: gray transparent transparent transparent;
}

ul.g-translate {
  flex: 0 0 20%;
  max-width: 20%;
}

ul.g-translate li.dropdown.mega-dropdown {
    position: relative !important;
}
.g-translate .gt_float_switcher {
  box-shadow: none;
}

.g-translate .gt_float_switcher .gt_options {
  position: absolute !important;
  max-width: 100% !important;
  width:100%;
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.g-translate span.gt-lang-code {
  color: #000;
  font-size: 16px;
}

.g-translate .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    border-color: #000 !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{
    filter: brightness(1) !important;
}

@media screen and (max-width: 1420px) {
    .site-header-row .menu-item-has-children > ul.sub-menu.menu-scroll {
        max-height: 295px;
    }
    
}
@media screen and (min-width: 1024px) {
    .main-navigation{
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 992px) {
  .site-header .site-branding {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .site-header .navbar-toggle {
    background: transparent;
    border: 0;
  }
  
  .site-header .navbar-toggle .fa-bars {
    font-size: 25px;
    color: #333;
  }
  
  header.site-header .main-navigation {
    position: fixed;
    top: 0;
    left:unset;
    right: -100%;
    z-index: 999999;
    width: 75%;
    height: 100%;
    background-color: #54155c;
    padding: 16px 16px 42px;
    transition: 0.5s ease;
  }
  
  header.site-header .main-navigation.open {
    right: 0;
  }
  
  /*body.admin-bar header#masthead .main-navigation.open {*/
  /*  padding-top: 46px;*/
  /*}*/
  
  .site-header .main-navigation ul {
    display: block;
    max-width: 100%;
  }
  
  .site-header .menu-toggle {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: end;
  }
  
  .site-header .main-navigation a {
    color: #fff;
  }
  
  .site-header-row .main-navigation ul > .menu-item-has-children {
    position: relative;
  }
  
  .site-header-row .main-navigation ul > .menu-item-has-children:after {
    border-top-color: #fff;
  }
  
  .site-header-row ul.nav-menu .menu-item-has-children.open:after {
    border-top-color: #fff;
  }
  
  .site-header-row .menu-item-has-children > ul {
    display: inline-block;
    padding: 16px;
  }
  
  .site-header-row .menu-item-has-children > ul.sub-menu li {
    max-width: 100%;
    width: 100%;
  }
  
  .site-header-row .menu-item-has-children > ul.sub-menu.menu-scroll{
    max-height: none;
  }
  
  .site-header-row .main-navigation .menu-item-has-children > ul a {
    color: #000;
    padding: 8px 0;
  }
  .g-translate .gt_float_switcher{
    min-width: 200px;
  }
  .g-translate span.gt-lang-code{
    color:#fff;
  }
  
  .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{
    filter: brightness(3) !important;
  }
}

/* Footer CSS
--------------------------------------------- */

.enquiry-section {
  overflow: hidden;
}
.enquiry-details {
  position: relative;
  padding: 70px 70px 70px 0;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 0;
}
.enquiry-details:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: var(--purple23A5);
  z-index: -1;
}
.enquiry-details > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.enquiry-details > ul > li {
  display: flex;
  align-items: self-start;
  color: #fff;
  gap: 16px;
  margin-bottom: 50px;
}
.enquiry-details ul > li > i{
  font-size: 30px;
}
.enquiry-details ul i.fa.fa-envelope-o {
    font-size: 25px;
}
.enquiry-details h3 {
  color: #fff;
}
.enquiry-details p {
  font-size: 14px;
}
.enquiry-form {
  padding: 40px 0;
  position:relative;
}
.enquiry-form:before {
  content: '';
  position: absolute;
  top: 0;
  left: -60px;
  width: 100vw;
  height: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px  #bfbfbf;
  z-index: 0;
}
.enquiry-form .group,
.enquiry-form .form-group{
  position: relative;
  margin-bottom: 26px;
}
.enquiry-form .group:before,
.enquiry-form .form-group:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #dbdbdb;
}
.enquiry-form .group input,
.enquiry-form .form-group select,
.enquiry-form  .group textarea {
  position: relative;
  font-size: 12px;
  padding: 10px 0;
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  color: #000;
  background-color: transparent;
  background-color: none;
  min-height: 45px;
}
.enquiry-form .form-control:focus,
.enquiry-form .form-control:focus-visible,
.enquiry-form input{
    border-color: none!important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.enquiry-form input:focus {
    border-bottom: 2px solid #bc02c9;
}

.enquiry-form input[type="checkbox"] {
    min-height: auto;
    cursor: pointer;
}
.enquiry-form .bar {
  position: relative;
  display: block;
  width: 100%;
}
.explore-section .form-control{
    width:100% !important
}
.enquiry-form .mylabel {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    top: 10px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
}
.enquiry-form input:focus~.mylabel, input:valid~.mylabel {
    top: -12px;
    font-size: 14px;
    color: #000;
}
.enquiry-form1 input:focus~.mylabel, input:valid~.mylabel {
    font-size: 14px;
    color: #000;
}
.enquiry-form .highlight {
    position: absolute;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5;
}
.highlight {
    color: #fff;
    padding: 20px 0;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 48px;
}
button#enquiry-submit-btn {
    font-size: 16px !important;
    font-family: "Wix Madefor Display";
    font-weight: 400;
    line-height: normal;
    color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
    padding: 12px;
    border-radius: 7px;
    display: inline-block;
    width: auto;
    min-width: 130px;
    background-color: #fff;
    background-image: none;
    position: relative;
}
button#enquiry-submit-btn:hover{
    color: #fff;
    background-color: #5f267f !important;
    border: 1px solid #5f267f;
}

@media screen and (max-width: 992px) {
  .enquiry-section{
    padding: 0px;
  }
  .enquiry-details {
    padding: 30px;
    min-height: auto;
  }
  .enquiry-details:before{
    width: 100%;
  }
  .enquiry-form:before{
    left: 0px;
    width: 100%;
  }
}

/*Partners css*/
.partners{
  padding: 20px 0;
}
.partners .item {
  max-width: 200px;
  padding: 16px;
}

.parnter-carousel .owl-stage{
    display: flex;
    align-items: center;
}

.parnter-carousel.owl-carousel .owl-item img {
    max-height: 80px;
}
@media screen and (max-width: 992px) {
  .partners {
    padding: 30px 0;
  }
}

/*Newsletter css*/
section.newsletter {
    position: relative;
    z-index: 1;
}
.newsletter-row{
  padding:30px;
  background-image: linear-gradient(var(--purple23A5) 50%, #85038e);
}
.newsletter-row .input-group input {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  width: 50%;
  min-height: 60px;
  margin-right: 30px;
  flex: none;
  padding: 18.5px !important;
}
.newsletter-row input#email::placeholder {
  font-weight: 400;
  opacity: 1;
  color: #fff;
}
.newsletter-row input#email:focus-visible,
.newsletter-row input#email:focus{
  outline: none;
  box-shadow:none;
}
.newsletter-row .input-group input::placeholder {
  color: #fff;
}
.newsletter-row .input-group input::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
.subscribe_btn {
  background: transparent;
  border: 1px solid #fff !important;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 16px !important;
  font-family: var(--text-font-family);
  font-weight: 500;
  text-transform: uppercase;
  padding: 16px !important;
  transition: 0.5s all ease;
}
.subscribe_btn:hover{
 color: #fff;
}
.subscribe_btn > i{
  color: #fff;
  font-size: 16px;
  transition: 0.5s all ease;
}

#newsletter .newsletter-row .input-group input#email:focus{
    box-shadow: none;
}

@media screen and (max-width: 992px) {
  .newsletter-row input.form__email{
    margin: 20px 0;
  }
  .newsletter-row .input-group input{
     width: 100%;
     margin: 0px;
  }
  .newsletter-row .input-group-btn{
      width: 100%;
      margin: 30px 0 0;
  }
  .newsletter-sect {
    display: flex;
    flex-wrap: wrap;
  }
  .newsletter img {
    object-fit: contain;
  }
}

/*main footer css*/
.site-footer {
  padding: 100px 0 0;
  position: relative;
  margin-top: -60px;
}
.site-footer::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background:#090521;
  z-index: -1;
}
.site-footer ul{
    margin: 0;
    padding: 0;
}
.footer-links {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links .title-link,
.site-footer .social-icons h4{
  font-size: 20px;
  font-family:"Wix Madefor Display";
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
}
.footer-links li a {
  color: #989898;
  font-size: 16px;
  font-family:"Wix Madefor Display";
  display: inline-block;
  padding: 3px 0;
  text-decoration: none;
  text-align: left;
  width: 100%;
}
.footer-links > li > .title-link {
    pointer-events: none;
}
.call_us_text {
  color: #fff;
  font-size: 16px;
  font-family: "Wix Madefor Display";
  display: inline-block;
  padding: 3px 0;
  text-decoration: none;
}
.call_us_text:hover {
    color: #fff;
    text-decoration: underline;
}
.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #939698;
  margin: 5px 5px 5px 0;
  text-align: center;
  font-size: 19px;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.social-icons svg {
    width: 24px;
    margin-bottom: 8px;
}
.social-icons a:hover svg path{
    fill: #fff;
}
.social-icons .facebook-icon svg{
    width: 10px;
}

footer .copyright, footer .copyright a {
  color: #fff;
  font-size: 16px;
  font-family: "Wix Madefor Display";
  text-align: center;
  margin: 0;
  border-top: 2px solid #373251;
}
@media screen and (min-width: 1024px) {
  .social-icons a {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .footer-links{
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .services-menu-links .title-link,
  .solutions-menu-links .title-link,
  .industries-menu-links .title-link{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .services-menu-links > .title-link:after,
  .solutions-menu-links > .title-link:after,
  .industries-menu-links > .title-link:after{
    content: '+';
    width: auto;
    display: inline-block;
    font-size: 28px;
    color: #fff;
  }
  footer.site-footer .call-us-footer-section,
  footer.site-footer .social-icons,
  footer.site-footer .newsletter{
    text-align: left;
  }
}


/* Home Page CSS
--------------------------------------------- */
.embed-responsive{
   position: relative;
   padding-bottom: 56.25%;
   height: 0; 
}

.welcome-section .container {
    max-width: 1640px;
    margin: 0 auto
}

.welcome-section .title-text {
    font-family: "Wix Madefor Display";
    font-weight: normal;
    font-size: 55px;
    line-height: 1.2;
    margin: 0;
}

.description-text {
    font-family: "Wix Madefor Display";
    font-size: 20px;
    font-weight: normal;
    color: var(--black);
}

.title-text span {
    font-size: 60px;
    font-weight: normal;
    color: #A623A5;
    /*margin-left: 20px;*/
    vertical-align: middle;
}

.title-text::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -160px;
    width: 400px;
    height: 5px;
    background: #A623A5;
    border-radius: 30px;
}

.description-container {
    position: relative;
    margin-left: 500px;
    margin-top: 0px;
}

.title-container {
    width: 50%;
}

.binary-section .binary-container {
    position: absolute;
    width: 670px;
    height: 380px;
    top: 20%;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    filter: blur(0.4px);
    mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

.binary-section .digit {
    position: absolute;
    font-size: clamp(16px, 1.5vw, 18px);
    font-family: monospace;
    color: rgba(222, 140, 193, 0.8);
    animation: fall linear infinite;
    white-space: nowrap;
    user-select: none;
}

@keyframes fall {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        transform: translateY(110%);
        opacity: 0;
    }
}


.new-ai-section {
    background-color: #F9F9F9;
}

.ai-parent .container-fluid {
    width: 90%;
    margin: auto;
}

.ai-parent .ai-section {
    background: #f9f9f9;
}

.ai-parent .ai-image {
    position: relative;
}

.ai-parent .ai-image img {
    max-width: 100%;
    border-radius: 8px;
}

.ai-parent .lock-icon {
    position: absolute;
    font: normal normal normal 34px/1 FontAwesome;
    color: #9c27b0;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.6s ease;
}

.ai-parent .lock-icon.show {
    opacity: 1;
    transform: scale(1);
}


.ai-parent .lock1 {
    top: 16%;
    left: 20%;
    font-size: 25px;
}

.ai-parent .lock2 {
    bottom: 20%;
    left: 20%;
}

.ai-parent .lock3 {
    font-size: 25px;
    top: 5%;
    right: 35%;
}

.ai-parent .lock4 {
    bottom: 17%;
    right: 40%;
    font-size: 25px;
}

.ai-parent .pulse-rotate {
    animation: aiPulseRotate 2s infinite;
}

@keyframes aiPulseRotate {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    25% {
        transform: scale(1.2) rotate(15deg);
        opacity: 0.8;
    }

    50% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    75% {
        transform: scale(1.2) rotate(-15deg);
        opacity: 0.8;
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.ai-parent .lock-icon svg{width:25px;}
.ai-parent .fa-lock.show svg.lock-svg-icon {display: block;}
.ai-parent .fa-unlock.show svg.lock-svg-icon{display: none;}
.ai-parent .fa-lock.show svg.unlock-svg-icon {display: none;}
.ai-parent .fa-unlock.show svg.unlock-svg-icon{display: block;}


.ai-parent .ai-stats .counter {
    font-size: 3.5rem;
    font-weight: 700;
}

.ai-parent .ai-stats span {
    font-size: 3.5rem;
    font-weight: normal;
}

.ai-parent .ai-stats p {
    margin: 0;
    font-size: 20px;
    text-align: left;
}

.ai-parent .underline {
    height: 5px;
    max-width: 150px;
    background: #9c27b0;
    margin-top: auto;
    margin-left: 0;
    border-radius: 30px;
}

.ai-parent .stat-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.cyber-threats .cyber-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

.cyber-threats .cyber-overlay {
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    inset: 0;
}

.cyber-threats .cyber-subtitle {
    color: #a78bfa;
    font-weight: 600;
    margin-bottom: 10px;
}

.cyber-threats .cyber-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.cyber-threats .cyber-stats {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.8);
}

.cyber-threats .cyber-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 60px 30px 60px 80px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cyber-threats .cyber-item:last-child {
    border-bottom: none;
}

.cyber-threats .cyber-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #A623A5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    position: absolute;
    left: -60px;
}

.cyber-threats .cyber-icon-1 {
    background: #484EE2;
}

.cyber-threats .cyber-icon-2 {
    background: #A623A5;
}

.cyber-threats .cyber-text {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cyber-threats .cyber-text h3 {
    font-size: 5rem;
    margin: 0;
    font-weight: 600;
    min-width: 210px;
    text-align: right;
     color: #fff;
}

.cyber-threats .cyber-text p {
    margin: 0;
    font-size: 1rem;
    color: #fff;
    flex: 1;
}


.ft-security-box {
    position: relative;
    width: 100%;
    min-height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px;
    box-sizing: border-box;
}

.ft-security-box .top-content {
    max-width: 600px;
}

.ft-security-box .para {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
}

.ft-security-box .bottom-content {
    position: absolute;
    right: 60px;
    bottom: 40px;
    max-width: 600px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

.ft-security-box .bottom-content span.purple {
    color: #A623A5;
}

.ft-security-box .bottom-content span.white {
    color: #fff;
}

.ft-security-carousel {
    background-color: #F9F9F9;
}

.ft-security-carousel .para {
    font-size: 18px;
    color: #B9B9B9;
    margin-bottom: 20px;
    line-height: 1.6;
}

.ft-security-carousel .btn-learn {
    background: #a300b6;
    color: #fff;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.ft-security-carousel .btn-learn i {
    margin-left: 10px;
    background: #fff;
    color: #a300b6;
    border-radius: 50%;
    padding: 6px;
}

/* Carousel Item */
.ft-security-carousel .owl-carousel .item {
    position: relative;
    overflow: hidden;
    min-height: 280px;
}

.ft-security-carousel .owl-carousel .item .text-number-top {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px;
    border-radius: 8px;
}

.ft-security-carousel .owl-carousel .item .text-number-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
    border-radius: 8px;
}

.ft-security-carousel .owl-carousel .item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 1px solid #E8DDDD
}

.ft-security-carousel .owl-carousel .item h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ft-security-carousel .owl-carousel .item p {
    font-size: 16px;
    color: #333;
}

.ft-security-carousel .item-one h3 {
    color: #5a2be0;
}

.ft-security-carousel .item-two h3 {
    color: #a300b6;
}

.ft-security-carousel .owl-nav {
    text-align: right;
    margin: 20px 90px 0px 0px;
    width: 120px;
    margin-left: auto;
}

@media screen and (max-width: 1300px) {
    .ft-security-carousel .owl-carousel .item h3 {
        font-size: 30px;
    }
}

.ap-powered-sc {
    background: #111;
    color: #fff;
}

.ap-powered-sc .nav-link {
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    border-radius: 0;
    border: 0;
    background: transparent;
    text-align: left;
}

.ap-powered-sc .nav-link img {
    background: #242424;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 8px;
    transition: all 0.3s ease;
}

.ap-powered-sc .nav-link.active,
.ap-powered-sc .nav-link:hover {
    /*color: #A623A5;*/
    color: #E06CDE;
}

.ap-powered-sc .nav-link.active img {
    background: #A623A5;
}

.ap-powered-sc .tab-content .image-area {
    position: relative;
    overflow: hidden;
}

.ap-powered-sc .tab-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.ap-powered-sc .tab-pane.active.show img {
    opacity: 1;
}

.ap-powered-sc .overlay-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    padding: 24px;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    width: 75%;
    border-radius: 10px;
}

.ap-powered-sc .tab-pane.active.show .overlay-text {
    opacity: 1;
}

.ap-powered-sc .overlay-text h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
}

.ap-powered-sc .nav-link:last-child {
    border-bottom: none !important;
}

.proven-section,
.stats-section {
    padding: 60px 100px;
}

.proven-section p {
    font-size: 1rem;
    color: #333;
}

.proven-list {
    list-style: none;
    padding: 0;
}

.proven-list li {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.proven-list li:before{
    content: '';
    background-image: url(./cybersecurity/images/bullet-icon.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    flex: 0 0 50px;
}

.proven-list li img {
    width: 42px;
    height: 38px;
    margin-right: 16px;
    flex-shrink: 0;
}

.proven-images img {
    width: 100%;
}

.stats-section {
    background-color: #F9F9F9;
}

.stats-box {
    background: #A623A5;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 80px;
    margin-right: 24px;
    perspective: 1000px;
}

.stats-box img {
    width: 40px;
    height: 40px;
    animation: rotate3D 6s ease-in-out infinite;
    transform-style: preserve-3d;
}

/* rotate once then pause */
@keyframes rotate3D {
    0% {
        transform: rotateY(0deg) rotateX(0deg);
    }

    20% {
        transform: rotateY(180deg) rotateX(20deg);
    }

    40% {
        transform: rotateY(360deg) rotateX(0deg);
    }

    100% {
        transform: rotateY(360deg) rotateX(0deg);
    }

    /* stay still */
}

.stats-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.stats-item h3 {
    font-weight: 700;
    margin: 0;
    font-size: 34px;
}

.stats-item p {
    margin: 0;
    font-size: 18px;
    color: #333;
}

/* Parent Scoped Section */
.threat-response {
    background-color: #A623A5;
    border-radius: 16px;
    color: #fff;
    margin: 0px 8% 0% 10%;
    padding: 5% 0px 5% 0px;
}

.threat-response .info-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1rem 0;
    position: relative;
}

.threat-response .info-box::after {
    content: "";
    display: block;
    height: 2px;
    width: 70%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    position: absolute;
    bottom: 0;
    left: 0;
}

.threat-response .icon {
    width: 70px;
    height: 80px;
}

.threat-response .info-text h3 {
    font-size: 34px;
    margin: 0;
    font-weight: 500;
    color:#fff;
}

.threat-response .info-text p {
    margin: 0;
    font-size: 16px;
}

.intelligence-driven img {
    position: absolute;
    left: -8%;
    top: -22%;
    max-width: 100%;
    width: 900px;
}

/* Background height */
.custom-owl-carousel {
    position: relative;
    width: 100%;
    color: #fff;
    overflow: hidden;
    height: 650px;
    /* background height */
}

.custom-owl-carousel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent 50%, rgb(0 0 0 / 77%) 70%);
    z-index: 1;
}

.custom-owl-carousel .carousel-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.6s ease-in-out;
    /*z-index: 1;*/
}

/* Header above carousel */
.carousel-header {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 5%;
    color: #000;
    margin-top: 100px;
}

/* Navigation aligned right */
.carousel-header .custom-nav {
    display: flex;
    gap: 10px;
}

.carousel-header .custom-nav button {
    background: #f0f0f0;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-header .custom-nav button.active {
    background: #4527a0;
    color: #fff;
}

.carousel-header .custom-nav button:hover {
    background: #4527a0;
    color: #fff;
}


/* Carousel items */
.custom-owl-carousel .owl-carousel {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.custom-owl-carousel .item {
    padding: 10px 20px 0px 20px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.custom-owl-carousel .item h3 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color:#fff;
}

.custom-owl-carousel .item .icon {
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
    background: none;
}

.custom-owl-carousel .item .extra-text {
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    font-size: 18px;
    padding: 20px 0px;
    text-align: left;
}

.custom-owl-carousel .item:hover .extra-text {
    opacity: 1;
    border-bottom: 4px solid #A623A5;
}

.item-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

/* Responsive */
@media (max-width: 768px) {
	.ft-security-carousel .owl-nav{
		width: 200px;
    	margin: 30px auto;
	}
	
    .carousel-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .custom-owl-carousel,
    .custom-owl-carousel .carousel-bg{
        height: 400px;
    }

    .custom-owl-carousel .owl-carousel {
        width: 100%;
    }	
}


.custom-hero {
    padding: 0px 200px;
}

.custom-hero .hero-section {
    border-radius: 12px;
    color: #fff;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
}

.custom-hero .hero-overlay {
    border-radius: 12px;
    padding: 40px;
    margin-left: 30px;
}
.custom-hero .hero-overlay p{
    color: #fff;
    font-size: 18px;
}

@media (max-width: 992px) {
  .custom-hero .hero-overlay{
      margin-left: 0px;
  }
}

/* new section  */
.futurism-transformation .main-section {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    padding: 0px;
    overflow: hidden;
}

/* Left panel */
.futurism-transformation .left-panel {
    background: url('https://cyber-security.futurismdemo.com/wp-content/uploads/2023/07/transform-journey-bg.webp') no-repeat bottom center;
    background-size: cover;
    color: #fff;
    position: relative;
    min-height: 100vh;
}

.futurism-transformation .left-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0px 20px 150px;
}

.futurism-transformation .left-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    width: 50%;
    margin-left: auto;
}

.futurism-transformation .left-center h3 {
    font-size: 34px;
    padding-bottom: 25px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #7E3B8C, #4732CD) 1;
    color: #fff;
}

.futurism-transformation .nav-section {
    list-style: none;
    padding: 0;
    margin: 0;
}

.futurism-transformation .nav-section li {
    font-size: 24px;
    font-weight: bold;
    padding: 30px;
    border-bottom: 1px solid #BFBFBF;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.futurism-transformation .nav-section li svg {
    flex-shrink: 0;
}

.futurism-transformation .nav-section li:hover {
    color: #A623A5;
}

.futurism-transformation .nav-section li.active {
    color: #A623A5;
    font-weight: bold;
}

.content-section {
    z-index: 2;
}

/* Right panel */
.futurism-transformation .right-panel {
    background: #A623A5;
    color: #fff;
    padding: 50px 100px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.futurism-transformation .right-panel h3 {
    text-align: right;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    color:#fff;
}

.futurism-transformation .right-panel h2 {
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    color:#fff;
}

.futurism-transformation .sub-heading {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    color:#fff;
}

.futurism-transformation .results {
    margin: 40px 0;
}

.futurism-transformation .results .col-xl-6 {
    text-align: center;
}

.futurism-transformation .right-panel .results h2 {
    font-size: 100px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    text-align: center;
}

.futurism-transformation .results p {
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    color: #fff;
}

.futurism-transformation .results p:first-child {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #fff;
}

.futurism-transformation .btn-custom {
    margin: 10px;
    border-radius: 25px;
    padding: 12px 30px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
}

.futurism-transformation .btn-custom:hover {
    background: #fff;
    color: #9c27b0;
}


.futurism-transformation .btn-box a {
    padding: 8px 20px;
    border: 1px solid #fff;
    background: transparent;
    transition: 0.3s;
    display: inline-block;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.futurism-transformation .btn-box a:last-child {
    background-color: #4732CD;

}

.futurism-transformation .btn-box a:hover {
    background-color: #4732CD;
    opacity: 0.9;
}

.futurism-transformation .btn-box a:last-child:hover {
    background-color: transparent;
}

.left-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}


.futurism-transformation .right-panel::before {
    content: "";
    background: url(https://cyber-security.futurismdemo.com/wp-content/uploads/2023/07/ftj-bg.webp) no-repeat center center;
    background-size: cover;
    color: #fff;
    position: absolute;
    top: 0;
    right: -250px;
    height: 786px;
    width: 786px;
    z-index: 1;
}


/* partner-section  */
.partner-section {
    padding: 50px 5%;
    background-color: #F9F9F9;
}

.partner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.partner-carousel .item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.partner-carousel .logo-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-carousel .logo-box img{
    object-fit: contain;
    height: 100px;
}

.partner-nav {
    display: flex;
    gap: 10px;
}

.partner-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    color: #c6bfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

.partner-nav button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.partner-nav button:hover {
    background: #4732CD;
    border-color: #4732CD;
    color: #fff;
}

.partner-nav button.active {
    background: #4732CD;
    border-color: #4732CD;
    color: #fff;
}

.partner-nav button:hover {
    background: #4732CD;
    color: #fff;
    border-color: #4732CD;
}


/* Videos-section  */
.videobanner-cyber {
    position:relative;
    padding: 80px 0 0;
}
.videobanner-cyber:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: url('./cybersecurity/images/videoBg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
}
.videobanner-cybercontent {
    text-align: center;
}

.videobanner-cyber span {
    color: #604BD7;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1.2px;
}

.videobanner-cyber h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.3;
}
    
.bg-grad3 {
    position: relative;
    padding: 50px 0;
}
.container-wide {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.bg-grad3:before{display:none;}

#cyber-security-videos-slider{
    position: relative;
}
#cyber-security-videos-slider.owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
}

#cyber-security-videos-slider.owl-carousel .owl-stage{
    display:flex;
}
#cyber-security-videos-slider .post-slide {
    background: #fff;
    margin: 0px 15px 0px;
    border-radius: 15px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
    height:100%;
    position: relative;
    padding-bottom: 40px;
}
#cyber-security-videos-slider .post-slide .post-title{
    line-height: 1.5;
    font-size: 16px !important;
    font-weight: bold;
    color: #5B4FFE;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
#cyber-security-videos-slider .post-slide .post-content {
    background: #fff;
    padding: 20px 20px 0;
}

#cyber-security-videos-slider .post-slide .post-img {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    cursor: pointer;
}

#cyber-security-videos-slider .post-slide .post-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#cyber-security-videos-slider .post-slide .post-img:hover img {
    transform: scale(1.02);
}

#cyber-security-videos-slider .post-slide iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.youtube-placeholder .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.youtube-placeholder .play-btn i{
    position: relative;
    font-size: 60px;
    color: red;
}

.youtube-placeholder .play-btn i:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: -1;
}

#cyber-security-videos-slider .post-slide .post-title a {
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    font-size: 15px;
    font-weight: bold;
    color: #5B4FFE;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#cyber-security-videos-slider .post-slide .post-description {
    line-height: 24px;
    color: #000000;
    margin-bottom:15px;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    font-weight: normal;
}
#cyber-security-videos-slider .post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}
#cyber-security-videos-slider .post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
    font-family:"Roboto", sans-serif;
    font-weight:400;
    display:flex;
    align-items:center;
    position: absolute;
    bottom: 20px;
}

#cyber-security-videos-slider .owl-controls {
    left: 50%;
    max-width: 150px;
    transform: translateX(-50%);
}

#cyber-security-videos-slider .owl-nav {
    width: 200px;
}

#cyber-security-videos-slider .owl-controls .owl-nav .owl-prev, 
#cyber-security-videos-slider .owl-controls .owl-nav .owl-next {
    background-color: #1E1E1E;
    width: 65px;
    height: 65px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    color: #fff;
}

#cyber-security-videos-slider .owl-controls .owl-nav .owl-prev i, 
#cyber-security-videos-slider .owl-controls .owl-nav .owl-next i{
    font-size: 30px;
}
@media (max-width: 767px) {
    .videobanner-cyber h3 {
        font-size: 30px;
    }
}


/* .review-section */
.review-section {
    position: relative;
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.review-overlay {
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 50px;
    border-radius: 50px 0 0 0;
    max-width: 800px;
    width: 100%;
    position: relative;
}

.rating {
    font-size: 14px;
    color: #A623A5;
    margin-bottom: 10px;
}


.review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reviewer {
    display: flex;
    align-items: center;
}

.owl-carousel .reviewer img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.reviewer-info {
    font-size: 14px;
}

.reviewer-info strong {
    display: block;
    color: #fff;
}

.review-overlay .owl-nav {
    position: absolute;
    bottom: 6px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.review-overlay .owl-carousel .owl-nav button.owl-next,
.review-overlay .owl-carousel .owl-nav button.owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-overlay .owl-nav button.disabled {
    background: transparent !important;
    cursor: not-allowed;
}


/* latest insights */
.custom-insights {
   padding: 50px 10%;
}

.custom-insights .insight-card  {
    border-bottom: 1px solid #D9D9D9;
    display:inline-block;
    width: 100%;
}

.insight-card-col .readMore-icon-2 path:first-child {
    fill: #A623A5;
}

.custom-insights .insight-card img {
    border-radius: 12px;
    width: 100%;
    height: auto;
}

.custom-insights .insight-card h3 {
    font-size: 20px;
    font-weight: 500;
}

.custom-insights .insight-meta {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Home Page Responsive CSS
--------------------------------------------- */
@media (max-width: 1900px) {
  .description-container {
    margin-top: 0px;
  }
}

@media (max-width: 1700px) {
  .welcome-section .container {
    max-width: 90%;
    margin: 0 auto;
  }

  .intelligence-driven img {
    position: static;
  }

  .threat-response {
    margin: 2%;
    padding: 2%;
  }
}

@media (max-width: 1400px) {
  .title-container {
    width: 100%;
  }

  .description-container {
    margin-left: 0px;
    margin-top: 20px;
  }

  .binary-section .binary-container {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
  }

  .custom-hero {
    padding: 0px;
  }

  .carousel-header {
    margin-top: 0px;
  }

  .futurism-transformation .left-center {
    width: 100%;
  }

  .futurism-transformation .left-content {
    padding: 20px 0px 20px 20px;
  }

  .futurism-transformation .right-panel {
    padding: 40px 20px;
  }

  .futurism-transformation .right-panel h3,
  .futurism-transformation .right-panel h2 {
    text-align: left;
  }
  
  .ft-security-box .bottom-content {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .cyber-threats .cyber-stats {
    max-width: 100%;
  }

  .cyber-threats .cyber-icon {
    position: initial;
  }

  .cyber-threats .cyber-item {
    padding: 20px 50px;
  }

  .cyber-threats .cyber-text h3 {
    font-size: 3rem;
    text-align: start;
    min-width: 100px;
  }

  .cyber-threats .cyber-text {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
  }

  .cyber-threats .cyber-section {
    background-position: top left;
  }

  .ft-security-carousel .owl-carousel .item .text-number-top {
    top: 0;
    left: 10px;
  }

  .ft-security-carousel .owl-carousel .item .text-number-bottom {
    bottom: 0;
    left: 10px;
  }

  .ft-security-carousel .owl-carousel .item h3 {
    margin-bottom: 0;
  }

  .proven-section,
  .stats-section {
    padding: 20px;
  }

  .threat-response .info-text h3 {
    font-size: 24px;
  }

  .futurism-transformation .results h1 {
    font-size: 50px;
  }

  .review-overlay {
    max-width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .sub-title {
    font-size: 28px;
  }

  .ft-security-box .bottom-content {
    position: static;
    margin-top: 40px;
    font-size: 16px;
    text-align: left;
  }

  .ft-security-box {
    background-color: #000;
    background-image: unset !important;
    min-height: 100%;
    padding: 60px 20px;
  }
  
  .ap-powered-sc .tab-content img {
    min-height: auto;
  }

  .stats-item h3 {
    font-weight: 700;
    margin: 0;
    font-size: 22px;
  }
  
  .futurism-transformation .right-panel {
    padding: 30px 20px;
  }

  .description-text {
    font-size: 16px;
  }

  .futurism-transformation .main-section {
    flex-direction: column;
  }

  .futurism-transformation .left-panel,
  .futurism-transformation .right-panel {
    min-height: auto;
    padding: 30px 20px;
    width: 100%;
  }

  .futurism-transformation .left-content {
    flex-direction: column;
    justify-content: flex-start;
  }

  .left-overlay {
    background: rgba(0, 0, 0, 0.7);
  }

  .futurism-transformation .left-content {
    padding: 0px;
  }

  .futurism-transformation .results {
    margin: 14px 0px 24px 0px;
  }

  .futurism-transformation .left-center h3 {
    font-size: 28px;
    margin-top: 16px;
  }

  .review-overlay {
    padding: 20px;
  }

  .review-section {
    height: auto;
  }

  .custom-insights {
    padding: 20px 5%;
  }
}

@media (max-width: 576px) {
  .welcome-section .title-text {
    font-size: 40px;
  }

  .title-text span {
    font-size: 30px;
  }

  .review-overlay .owl-nav {
    position: static;
    margin-top: 10px;
    justify-content: end;
  }

  .ap-powered-sc .tab-content img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ap-powered-sc .overlay-text {
    position: relative;
    margin: 16px auto;
    bottom: unset;
    left: unset;
    transform: none;
  }
}



/* Post Listing Page CSS
--------------------------------------------- */
.post-box {
    position: relative;
    background: #fff;
    margin: 15px 0px;
    box-shadow: 0 14px 22px -9px #bbcbd8;
    height: 100%;
}
.post-box .post-img {
    position: relative;
    overflow: hidden;
}
.post-box .post-img img {
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
    object-position: left;
    transform: scale(1, 1);
    transition: transform .2s linear;
}
.post-box:hover .post-img img {
    transform: scale(1.1, 1.1);
}
.post-box .post-content {
    background: #fff;
    padding: 20px;
}
.post-box .post-title{
    font-size: 24px;
    font-family: "Wix Madefor Display";
    line-height: normal;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.post-box .post-title a {
    font-size: 20px;
    color: #5b4ffe;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.post-box .post-title a:hover,
.post-box .post-title a:active,
.post-box .post-title a:focus-visible{
    color: #5b4ffe;
}
.post-box .post-description {
    font-size: 16px;
    color: #000;
    font-family: "Wix Madefor Display";
    margin-bottom: 0;
}
.post-box .read-more {
    position: absolute;
    bottom: 0px;
    right: 20px;
    padding: 14px 20px;
    font-size: 12px;
    font-weight: 600;
    background: #4e43d9;
    color: #fff;
    box-shadow: 0 10px 20px -10px #4e43d9;
    border: 1px solid transparent;
    border-radius: 25px;
    text-transform: uppercase;
    text-decoration: none;
    transform: translateY(20px);
}
.post-box .read-more:hover {
    border-color: #4e43d9;
    background: #fff;
    color: #4e43d9;
}


/* Breadcrumbs CSS
--------------------------------------------- */
.main-breadcrumbs {
  background-color: #4E43D9;
  padding: 10px;
  color: #fff;
}

.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li:not(:last-child)::after {
  content: '/';
  margin: 0 5px;
}

.breadcrumbs li a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}


/* Single Post Page CSS
--------------------------------------------- */
.inner-page-banner {
  position: relative;
  width:100%;
  min-height: 553px;
  display: flex;
  align-items: center;
}
.inner-page-banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner-page-banner-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inner-page-banner-info{
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
   .inner-page-banner{
       min-height: 300px;
   } 
}

.single-post-details h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0f0f1a;
}
.single-post-details .sub-title-1 h2,
.single-post-details .sub-title-2 h3,
.single-post-details .sub-title-2 h4 {
  font-size: 20px;
  font-weight: bold;
}
.single-post-details .single-post-box {
  background-color: #fff;
  border: none;
  padding: 24px;
  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow ease 0.3s;
  -moz-transition: box-shadow ease 0.3s;
  -o-transition: box-shadow ease 0.3s;
  -ms-transition: box-shadow ease 0.3s;
  transition: box-shadow ease 0.3s;
  height: 100%;
  overflow: hidden;
}
.single-post-details .single-post-topic {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  text-transform: uppercase;
  color: #673ab7;
  text-decoration: none;
}
.single-post-details .media-heading {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}
.single-post-details .single-post-text {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}
.single-post-details .single-post-text h4,
.single-post-details .single-post-text h5 {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}
.single-post-details .single-post-data span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}
.single-post-details .single-post-data {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.single-post-details p {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.single-post-details .single-post-box a {
  color: #673ab7;
  text-decoration: none;
}
.single-post-details .single-post-trending-title h4 {
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  background-color: #9a2fbd;
  min-height: 20px;
  margin-top: 0;
  padding: 15px;
  margin-bottom: 0;
}
.trending-post {
  background-color: #f7f7f7;
  box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.1);
}
.trending-post ul {
  list-style: none;
  padding: 0 8px;
  margin: 0;
}
.trending-post ul li a {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: #707070;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.trending-post ul li {
  border-bottom: 3px solid #fff;
  padding: 6px 10px;
  line-height: normal;
}
.trending-post ul li:last-child {
  border-bottom: 0;
}
.trending-post ul li a:hover {
  color: #673ab7;
  transition: all 0.5s ease;
  text-decoration: underline;
}
.single-post-details .blog-text span {
  position: static;
}
.single-post-image img{
    width:100%;
}
.post-navigation .nav-next {
    text-align: center;
}
.post-navigation .nav-next a {
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 576px) {
  .single-post-details .sub-title-1 h2,
  .single-post-details .sub-title-2 h3 {
    font-size: 20px;
  }

  .single-post-details .single-post-data span {
    position: static;
    white-space: nowrap;
    display: block;
    margin-top: 8px;
  }
}



/* Single Services CSS
--------------------------------------------- */
.text-img-services h4 {
    font-size: 26px;
    color: var(--black);
}

.text-img-services p {
    font-size: 18px;
    color: var(--black);
}

/*services/futurism-g-soc page css start*/
.managed-soc-services-embed-video{padding-bottom: 45.35%;}
.managed-soc-services-embed-video iframe{width: calc(100% + 2px);}
/*services/futurism-g-soc page css end*/


/* services-overview */
.services-overview{
    padding:50px 0;
    background-color: #f9f9f9;
}
.services-overview-content{
    max-height: 600px;
    overflow-y: auto;
    padding-right: 0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.services-overview-content ul {
    list-style: none;
    padding: 0;
}
.services-overview-content ul li {
    display: flex;
    margin-bottom: 16px;
}
.services-overview-content ul li:before {
    content: '';
    background-image: url(./cybersecurity/images/bullet-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    flex: 0 0 35px;
    margin-top: 5px;
}
.services-overview img {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}

/* services-our-approach */
.our-approach-services {
background: var(--white);
    padding: 60px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.our-approach-services p.lead {
    color: #555;
    max-width: 800px;
    margin: 0 auto 40px;
}

.our-approach-services .feature-card {
    border-radius: 12px;
    padding: 25px 25px 30px 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid #ddd;
    position: relative;
}

.our-approach-services .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.our-approach-services .feature-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
    padding: 16px;
}

.our-approach-services .border-line {
    height: 4px;
    width: 100px;
    display: block;
    position: absolute;
    left: 25px;
    bottom: 16px;
    background-color: var(--blue5cc);
    border-radius: 20px;
}

.our-approach-services .bg-blue {
    background: var(--blue5cc);
}

/* kye-features */
.elite-diagonal-section {
    padding: 60px 0px;
    background: var(--grey9F9);
}

.elite-diagonal-section .feature-card {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 16px;
    overflow: hidden;
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
}

.elite-diagonal-section .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.elite-diagonal-section .feature-icon {
    flex: 0 0 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    transition: transform 0.3s ease;
}

.elite-diagonal-section .feature-card:hover .feature-icon {
    transform: scale(1.2) rotate(10deg);
}

.elite-diagonal-section .feature-icon img {
    width: 100%;
    height: 100%;
}

.elite-diagonal-section .feature-content h5 {
    font-size: 20px;
    color: var(--black2727);
    font-weight: 700;
    margin-bottom: 12px;
}

.elite-diagonal-section .feature-content ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.elite-diagonal-section .feature-content ul li {
    font-size: 18px;
    color: var(--black2727);
    margin-bottom: 8px;
    line-height: 1.6;
    list-style: unset;
}

/*why-choose CSS*/
.why-choose-services {
    background-color: var(--greyf6f6);
}

.why-choose-services .container-fluid {
    max-width: 90%;
}

.why-choose-services .why-choose-services-content{
   max-height: 540px;
   overflow-y: scroll;
   padding-right: 0.5rem;
   scrollbar-width: none;
   -ms-overflow-style: none; 
}

.why-choose-services .icon-box {
    max-width: 100px;
    height: 100px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--purple23A5);
    padding: 16px;
}

.why-choose-services p {
    font-size: 16px;
    color: var(--black);
}

.why-choose-services h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--black);
}

.why-choose-services h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--black);
    background-color: var(--greyf6f6);
    border-radius: 10px;
}

.why-choose-services ul{
    margin: 0;
    list-style: circle;
    padding-left: 20px;
}

.why-choose-services ul li {
    list-style: circle;
    margin-bottom: 10px;
}

.why-choose-icon ul {
    margin: 0;
    padding-left: 20px;
}
.why-choose-icon ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.why-choose-services-img img {
    border-radius: 10px;
}


/*FAQs CSS*/
.faqs-section {
    background: #f5f5f5;
    padding: 50px 0;
}
#accordion-faqs{
  counter-reset: number;
}
.accordion-item{
    border:none;
    position: relative;
}
.accordion-item:before {
    position: absolute;
    counter-increment: number;
    content: counter(number) ". ";
    color: #5B4FFE;
    padding: 17px 14px;
    font-weight: 600;
}
.accordion-button::after{
    content: "";
    position:absolute;
    right:25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 3px;
    margin: 0px;
    display: inline-block;
    background-image: url(./cybersecurity/images/black-right-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 25px);
    background-color: rgb(236, 236, 236);
    
}
.accordion-button.show::after,
.accordion-button:not(.collapsed)::after{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    background-color: rgb(72, 78, 224);
    background-image: url(./cybersecurity/images/right-icon.svg);
}
.accordion-button:focus{
    box-shadow:none;
}
.accordion-button.faq-question:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.accordion-button.faq-question{
    margin-bottom: 0;
    color: #5B4FFE;
    font-size: 16px;
    font-family: "Wix Madefor Display";
    font-weight: 500;
    line-height: 1.6;
    padding-right: 40px;
    padding-left: 40px;
    align-items: flex-start;
    background: transparent;
}
.accordion-body.faq-answer {
    font-size: 16px;
    font-family: "Wix Madefor Display";
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.5;
}
.accordion-body.faq-answer ul {
    margin: 0;
    list-style: circle;
    padding-left: 20px;
}
.accordion-body.faq-answer ul li{
   list-style: circle;
   margin-bottom: 10px; 
}

@media screen and (max-width: 992px) {
    .our-approach-services{
        padding: 30px 0;
    }
    .elite-diagonal-section {
        padding: 30px 0px;
    }
    .elite-diagonal-section .feature-card {
        flex-direction: column;
        text-align: left;
        justify-content: start;
    }
    .why-choose-services .why-choose-services-content {
        max-height: max-content;
        overflow-y: unset;
        padding-right: 0;
    }
   .faqs-section {
        padding: 50px 0;
    } 
}


/* Single Solution CSS
--------------------------------------------- */
.banner-title-1 {
  font-size: 60px;
  font-weight: bold;
  line-height: normal;
}

.banner-title-2 {
  font-size: 24px;
  line-height: normal;
}

.solution-heading-1 {
  font-size: 46px;
  line-height: normal;
  font-weight: 500;
}

.solution-heading-2 {
  font-size: 18px;
  line-height: 26px;
}

.secondary-btn {
  background-color: var(--blue32CD);
}

.secondary-btn:hover {
  background-color: #3422a7;
}

.transparent-btn {
  border: 1px solid #fff;
  background: transparent;
  transition: 0.3s;
}

.transparent-btn:hover {
  background-color: var(--purple23A5);
}

.single-solution .left-img-right-text .container,
.single-solution .revolutionize-security .container {
  max-width: 90%;
}

.custom-hero-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 450px;
  display: flex;
  align-items: center;
  color: var(--white);
  position: relative;
}
.single-solutions.postid-11604 .custom-hero-banner {
    background-position: inherit;
}

.left-img-right-text .img-fluid {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.left-img-right-text h4 {
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
  color: var(--black);
}

.left-img-right-text p {
  font-size: 16px;
  color: var(--black);
}

.problem-solution-container {
  background-color: var(--greyf6f6);
}

/* custom-problems-solutions */
.custom-problems-solutions .nav-tabs {
  border: none;
  justify-content: center;
}

.custom-problems-solutions .nav-tabs .nav-link {
  border: none;
  border-radius: 16px 16px 0 0;
  padding: 10px 30px;
  font-weight: 500;
  color: var(--black);
  /*width: 200px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: background 0.4s ease, color 0.4s ease;
  background: var(--white);
  /* Smooth transition */
}

.custom-problems-solutions .nav-tabs .nav-link.active {
  background: #000;
  color: var(--white);
  transition: background 0.4s ease, color 0.4s ease;
  /* Smooth transition */
}

.custom-problems-solutions .tab-content-box {
  background: var(--black);
  border-radius: 16px;
  padding: 30px;
  color: var(--white);
  margin-top: 0.05rem;
}

.custom-problems-solutions .solution-problem-icon {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.custom-problems-solutions .solution-problem-icon ul{
    padding-left: 20px;
}

.custom-problems-solutions .solution-problem-icon ul li {
    list-style: circle;
    margin-bottom: 10px;
}

.custom-problems-solutions .icon-box {
  min-width: 100px;
  height: 100px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-problems-solutions .icon-purple {
  background: var(--purple23A5);
}

.custom-problems-solutions .icon-blue {
  background: var(--blueEE2);
}

.custom-problems-solutions .icon-box img {
    max-width: 50px;
    height: auto;
}

.custom-problems-solutions h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-problems-solutions p {
  font-size: 16px;
  color: var(--greybbb);
}

/* our-approach */
.custom-approach {
  background-color: var(--greyAFA);
}

.custom-approach .hero {
  min-height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  color: var(--white);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.custom-approach .hero-badge {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  backdrop-filter: blur(6px);
}

.custom-approach .card-mini {
  border-radius: 12px;
  min-height: auto;
}

.custom-approach .card-mini p {
  font-size: 16px;
  color: var(--black);
}

.custom-approach .card-mini ul {
    margin: 10px 0;
    padding-left: 20px;
}

.custom-approach .card-mini ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.custom-approach .card-mini h6 {
  color: var(--black);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}

.custom-approach .thumb {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

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

.custom-approach .scrollable-cards {
  max-height: 720px;
  overflow-y: auto;
  padding-right: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.custom-approach .scrollable-cards::-webkit-scrollbar {
  display: none;
}

/* sr-tabs-section  */
.sr-tabs .nav-tabs {
  border: 1px solid #e3e3e3;
  background: var(--white);
  flex-wrap: nowrap;
  justify-content: center;
}

.sr-tabs .nav-item {
  flex: 1 1 auto;
  text-align: center;
  position: relative;
  border-right: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sr-tabs .nav-item:last-child {
  border-right: 0;
}

.sr-tabs .nav-link {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--black2727);
  font-weight: 600;
  padding: 18px 12px 26px;
}

.sr-tabs .nav-link:hover {
  color: var(--purple23A5);
}

.sr-tabs .nav-link.active {
  color: var(--purple23A5);
  background: transparent;
}

.sr-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: var(--purple23A5);
  border-radius: 999px;
}

.sr-tabs .tab-content {
  max-width: 1400px;
  padding: 0px 20px;
  width: 100%;
  margin: auto;
}

.sr-tabs .sr-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--black);
  margin: 0 0 0.25rem 0;
}

.sr-tabs .sr-lead {
  color: var(--black);
  font-size: 18px;
}

.sr-tabs .sr-list {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 0 0;
}

.sr-tabs .sr-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.75rem;
  align-items: start;
  margin: 0.85rem 0;
}

.sr-tabs .sr-list li:before {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-image: url(./cybersecurity/images/right-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 25px);
    background-color: #484ee0;
}

.sr-tabs .sr-item-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 0.15rem 0;
}

.sr-tabs .sr-item-text {
  color: var(--black2727);
  margin: 0;
  font-size: 16px;
}

.sr-tabs .sr-img {
  width: 450px;
  display: block;
  margin-left: auto;
  position: relative;
  right: -8%;
  border-radius: 10px;
}

.sr-tabs .tab-content-text {
  background-color: var(--blue3ff);
  border-radius: 10px;
  display: flex;
  align-items: center;
}

/* custom-cards-section */
.custom-cards-section {
  max-width: 90%;
  margin: auto;
}

.custom-cards-section .card {
  border: none;
  border-radius: 10px;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  min-height: auto;
}

.custom-cards-section .icon-box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  perspective: 1000px;
}

.custom-cards-section .icon-box img {
  animation: flip 3s linear infinite;
  transform-style: preserve-3d;
  max-width: 40px;
}

/* 3D flip animation */
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.custom-cards-section .card h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--black);
}

.custom-cards-section .card p {
  font-size: 16px;
  line-height: 1.5;
  /*flex-grow: 1;*/
  color: var(--black);
}

.custom-cards-section .card ul{
    padding-left: 20px;
}

.custom-cards-section .card li {
    list-style: disc;
    margin-bottom: 10px;
}

.custom-cards-section .underline {
  width: 100px;
  height: 4px;
  border-radius: 2px;
  margin-top: auto;
}

.custom-cards-section .bg-purple {
  background: var(--purple1FE);
}

.custom-cards-section .bg-blue {
  background: var(--blue6F9);
}

.custom-cards-section .bg-yellow {
  background: var(--orange4EB);
}

.custom-cards-section .icon-purple {
  background: var(--purple23A5);
}

.custom-cards-section .icon-blue {
  background: var(--blue5cc);
}

.custom-cards-section .icon-yellow {
  background: var(--orange633);
}

.custom-cards-section .underline-purple {
  background: var(--purple23A5);
}

.custom-cards-section .underline-blue {
  background: var(--blue5cc);
}

.custom-cards-section .underline-yellow {
  background: var(--orange633);
}

/* why choose section */
.why-choose-slider .owl-stage {
    display: flex;
    margin-bottom: 30px;
}
.why-choose-slider .why-choose-icon {
    background: #e8e1ff;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.why-choose-slider .icon-box{
    max-width: 80px;
    height: 80px;
    background: #6f43ff;
}
.why-choose-slider .icon-box img {
    max-width: 50px;
    max-height: 50px;
}
.why-choose-slider .why-choose-icon p{
    margin-bottom:0px;
}
.why-choose-slider .owl-nav {
    max-width: 200px;
    padding-bottom: 50px;
}


/* use-case-section  */
.use-cases-section {
  background: var(--grey9F9);
  padding: 60px 20px;
}

.use-cases-section .container-fluid {
  max-width: 80%;
}

/* Timeline Nav */
.use-cases-section .timeline-nav {
  position: relative;
  border-left: 4px solid #ddd;
  padding-left: 40px;
}

/* Progress line */
.use-cases-section .timeline-progress {
  position: absolute;
  top: 0;
  left: -3px;
  width: 4px;
  height: 0;
  background: var(--purple23A5);
  transition: height 0.5s ease;
  z-index: 1;
  border-radius: 20px;
}

/* Timeline items */
.use-cases-section .nav-link {
  background: none;
  border: 0;
  text-align: left;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.use-cases-section .nav-link:last-child {
  border-bottom: 0;
}

/* SVG icons left */
.use-cases-section .nav-link.active::after {
  content: "";
  position: absolute;
  left: -54px;
  bottom: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.3s ease, transform 0.3s ease;
  background-image: url(./cybersecurity/images/progress-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}

/* Small description */
.use-cases-section .nav-link.active p {
  color: var(--black);
}

.use-cases-section .nav-link p {
  font-weight: normal;
  font-size: 16px;
  margin: 5px 0 0;
  color: var(--black50);
}

/* Right Images */
.use-cases-section .tab-content img {
  display: block;
  margin: auto;
  border-radius: 10px;
  /*transform: rotate(2deg);*/
  transition: opacity 0.5s ease;
}

.use-cases-section .tab-pane {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative;
}

.use-cases-section .tab-pane.active {
  opacity: 1;
}

.use-cases-section .timeline-nav .active h5 {
  color: var(--purple23A5);
}

.use-cases-section .timeline-nav h5 {
  font-family: "Wix Madefor Display";
  font-size: 24px;
  color: var(--black);
}

/* revolutionize section */
.revolutionize-security .row {
  --bs-gutter-x: 0;
}

.revolutionize-security .content-box {
  background: var(--blueEE2);
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.revolutionize-security h2 {
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
  color: var(--white);
}

.revolutionize-security h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  color: var(--white);
}

.revolutionize-security p {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}

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

.revolutionize-security .content-box .custom-btn{
    width: fit-content;
}

.revolutionize-security ul {
    list-style: none;
    padding-left: 0;
    margin: 0.5rem 0 0 0;
}

.revolutionize-security ul li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 0.75rem;
    align-items: start;
    margin: 0.85rem 0;
}

.revolutionize-security ul li:before {
    content: '';
    width: 40px;
    height: 30px;
    background-image: url(./cybersecurity/images/right-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 25px);
}

/* Features section */
.security-features #accordion-features{
    max-height: 550px;
    overflow-y: auto;
    padding-right: 20px;
}

.security-features-box {
    display: flex;
    gap: 30px;
    border-bottom: 2px solid #ececec;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.security-features-box-icon{
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    perspective: 1000px;
    background: #edebfe;
}

.security-features-box:nth-child(even) .security-features-box-icon{
    background: #ffe4fb;
}

.security-features-box-icon img{
    max-width: 35px;
}

.security-features-box-info .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
    color: #212529;
    padding: 0;
}

.security-features-box-info h3 {
    font-size: 20px;
    width: 80%;
}

.security-features-box-info ul{
    padding: 0;
}

.security-features-box-info ul li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 0.75rem;
    align-items: start;
    margin: 0.85rem 0;
}

.security-features-box-info ul li:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: url(./cybersecurity/images/right-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 20px);
    background-color: #9c27b0;
}

@media (max-width: 992px) {
  .security-features #accordion-features{
    max-height: 100%;
    padding-right: 0;
  }
  .security-features-box{
    flex-direction: column;  
    gap: 0;
  }
  .security-features-box-info .accordion-button{
    padding: 10px 0;
  }
  .security-features-box-info .accordion-button:not(.collapsed){
    padding: 15px 0;
  }
  .security-features-box-info .accordion-button::after{
    margin-top: 0px;
  }
}

/* Inner Pages CSS
--------------------------------------------- */
@media (max-width: 1200px) {
  .sr-tabs .nav-item {
    flex: 1 1 200px;
  }

  .sr-tabs .sr-img {
    width: 350px;
    margin: auto;
    display: block;
    right: unset;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .custom-problems-solutions,
  .use-cases-section .container-fluid {
    max-width: 90%;
  }
}

@media (max-width: 991px) {
  .custom-hero-banner{
      min-height: auto;
  }    
  .custom-hero-banner .hero-overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 30px;
    border-radius: 10px;
  }
  
  .custom-problems-solutions .nav-tabs .nav-link{
      width: 200px;
  }

  .revolutionize-security img,
  .left-img-right-text .img-fluid {
    height: 350px;
  }

  .custom-approach .hero {
    min-height: 420px;
    padding: 1.5rem;
  }

  .sr-tabs .nav-item {
    flex: 1 1 350px;
  }

  .sr-tabs .nav-item {
    border: 1px solid #e3e3e3;
  }

  .sr-tabs .nav-tabs {
    border: 0;
    flex-wrap: wrap;
  }

  .sr-tabs .nav-item:last-child {
    border: 1px solid #e3e3e3;
  }

  .custom-cards-section {
    max-width: 94%;
  }
}

@media (max-width: 576px) {
  .banner-title-1 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
  }

  .solution-heading-1 {
    font-size: 30px;
    line-height: normal;
  }

  .custom-problems-solutions .solution-problem-icon {
    flex-wrap: wrap;
  }

  .left-img-right-text .container {
    max-width: 94%;
  }

  .revolutionize-security .content-box {
    padding: 30px;
  }

  .left-img-right-text h4 {
    font-size: 20px;
  }

  .use-cases-section {
    padding: 20px 10px;
  }
}


/* About Page CSS
--------------------------------------------- */
.about-who_we_are{
    background-image: url('./cybersecurity/images/welcome-bg.jpg');
    background-repeat: no-repeat;
}
.about-who_we_are img {
    border-radius: 10px;
}

.we-address-title-info{
    position: relative;
    margin-bottom: 50px; 
}
.we-address-title-info:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -50%;
    width: 70%;
    height: 5px;
    background: #A623A5;
    border-radius: 30px;
}
.we-address-images img {
    border-radius: 10px;
}
.we-address-section ul{
   padding:0; 
   margin: 0;
}
.we-address-section li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.we-address-section li:before {
    content: '';
    background-image: url(./cybersecurity/images/bullet-icon.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    flex: 0 0 50px;
}
.we-address-section li > p {
    margin: 0;
}

.custom-cards-slider .owl-stage {
    display: flex;
}
.custom-cards-slider .owl-stage .owl-item {
    height: inherit;
}
.custom-cards-customNavigation button.prev,
.custom-cards-customNavigation button.next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #4732CD;
    border: 1px solid #ccc;
    margin: 0 5px;
    padding: 0px 0 5px;
    transition: all 0.3s ease;
}
.custom-cards-customNavigation button.prev.disabled,
.custom-cards-customNavigation button.next.disabled{
    opacity: 0.5;
    background: #e0e0e0;
    cursor: not-allowed;
}

.our-value-section {
    background: var(--blueEE2);
}
.our-value-item {
    background: #7e82eb;
    padding: 30px;
    text-align: center;
    height: 100%;
    border-radius: 10px;
}
.our-value-item-col:nth-child(2) .our-value-item {
    background: #5b60e0;
}
.our-value-item-col:nth-child(3) .our-value-item {
    background: #464abb;
}

.testimonials-slider .owl-stage {
    padding-left: 0 !important;
    display: flex;
}
.testimonials-slider .review-overlay {
    padding: 50px 50px 50px 0;
    border-radius: 0;
    background: transparent;
    position: relative;
}
.testimonials-slider .review-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 25px;
    width: 1px;
    height: 100%;
    background: var(--purple23A5);
}
.testimonials-slider .owl-item:last-child .review-overlay:after{
    display:none;
}
.testimonials-customNavigation button.prev,
.testimonials-customNavigation button.next{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #4732CD;
    border: 1px solid #ccc;
    margin: 0 5px;
    padding: 0px 0 5px;
    transition: all 0.3s ease;
}
.testimonials-customNavigation button.prev.disabled,
.testimonials-customNavigation button.next.disabled{
    opacity: 0.5;
    background: #2f2f2f;
    cursor: not-allowed;
}

.our-culture-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.our-culture-item img{
    width: calc(100% + 50px);
    min-height: 400px;
    -webkit-transition: opacity 0.35s, -webkit-transform .35s;
    transition: opacity 0.35s, transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
.our-culture-item:hover img{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.our-culture-item-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: linear-gradient(to top, #000000, #181818, #151515d1, transparent 60%);
}

.global-presence-section{
    background-color: var(--grey9F9);
}
.global-presence-item h3{
    font-size: 3.5rem;
    font-weight: 700;
}
.global-presence-item .display-4 {
    font-size: 3.5rem;
    font-weight: 700;
}
.global-presence-item p {
    margin: 0;
    font-size: 20px;
    text-align: left;
}
.global-presence-item .underline {
    height: 5px;
    max-width: 150px;
    background: #9c27b0;
    margin-top: auto;
    margin-left: 0;
    border-radius: 30px;
}
@media (min-width: 1500px) {
    .custom-offset {
        margin-left: 8.33333333%;
    }
}
@media (max-width: 767px) {
    .our-culture-item img{
        min-height: auto;
        height: 300px;
        object-fit: cover;
        object-position: top;
    }
    
    .testimonials-slider .review-overlay {
        padding: 0;
    }
    .testimonials-slider .review-overlay:after{
        top:unset;
        bottom: 0;
        left: 0;
        right:unset;
        width: 100%;
        height: 1px;
    }
}

