@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px!important;
}

.container-fluid {
  padding: 0;
}

/* .nav-scroll-border {
  border-bottom: 1px solid #dadcde !important;
  background: #FFFFFF !important;
} */

.row {
  --bs-gutter-x: 1.5rem;
  margin: 0;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}

.sub-header-logo a {
  text-decoration: none;
  color: #000000;
  font-size: 36px;
  font-weight: 400;
}

a:hover {
  color: #000;
  /* font-weight: bold; */
  /* text-shadow: 0 0.015em #101010, 0 -0.015em #101010, 0.01em 0 #101010, -0.01em 0 #101010; */
}

a.button-blue {
  width: 200px;
  height: 48px;
  background: linear-gradient(180deg, #0183CB 0%, rgba(0, 164, 255, 0.7) 100%);
  border-radius: 5px;
  /* border: 2px solid linear-gradient(180deg, #0183CB 0%, rgba(0, 164, 255, 0.7) 100%)!important; */
   border-width: 2px!important;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  padding: 0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

li.button-blue {
  width: 200px;
  height: 48px;
  background: linear-gradient(180deg, #0183CB 0%, rgba(0, 164, 255, 0.7) 100%);
  border-radius: 5px;
  /* border: 2px solid linear-gradient(180deg, #0183CB 0%, rgba(0, 164, 255, 0.7) 100%)!important; */
   border-width: 2px!important;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  padding: 0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

li.button-blue a{
  color:white !important;
}

.btn_white_footer {
    width: 180px !important;
    height: 42px !important;
    color: #0183CB !important;
    background: #FFFFFF !important;
    border: 2px solid #FFFFFF;
    margin-bottom: 10px;
}
.btn_white_footer:hover {
    color: #FFFFFF !important;
    background: transparent !important;
    border: 2px solid #FFFFFF !important;
}
/* .button-blue.transparent:hover {
  background: transparent !important;
} */

/* .sub-header-login a:hover {
  background: transparent !important;
} */

a.button-blue:hover {
  text-shadow: none;
  background: transparent;
  color: rgba(0, 164, 255, 0.7);
  border: 2px solid rgba(0, 164, 255, 0.7)!important;
  border-radius: 5px;
}

li.button-blue:hover {
  text-shadow: none;
  background: transparent;
  color: rgba(0, 164, 255, 0.7);
  border: 2px solid rgba(0, 164, 255, 0.7)!important;
  border-radius: 5px;
}

li.button-blue:hover a{ 
  color: rgba(0, 164, 255, 0.7) !important;
}

a.button-white {
  width: 200px;
  height: 48px;
  border: 2px solid rgba(0, 164, 255, 0.7);
  background-color: transparent;
  border-radius: 5px;
  /* border: 2px solid #1760F1; */
  color: rgba(0, 164, 255, 0.7);
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  padding: 0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

a.button-white:hover {
  text-shadow: none;
  background: linear-gradient(180deg, #0183CB 0%, rgba(0, 164, 255, 0.7) 100%);
  color: #fff;
  transition: 0.2s;
  border: none;
  border-radius: 5px;
}
.btn-transparent:hover{
  background: #FFFFFF!important;
  color: #036EE1!important;
}
a.login-btn {
  width: 90px !important;
  height: 48px !important;
  margin: 5px 10px 0 0 !important;
}

.m-top {
  margin-top: 80px;
}

/* Header*********************************************** */
.genic-logo {
  width: 150px;
}
.sub-header-logo {
    display: flex;
    align-items: center;
}
.logo_menu {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    font-size: 25px;
}
.logo_menu p {
    margin: 0px;
    font-size: 25px;
    pointer-events: none;
    color: #0183CB;
    font-weight: 600;
}
.logo_menu:before {
    position: absolute;
    content: '';
    border-right: 1px solid darkgrey;
    height: 40px;
    left: 0px;
    bottom: -10px;
}
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  border-bottom: 1px solid #dadcde;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0 0 0 23px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color: #000;
}

#header .logo img {
  max-height: 40px;
}

.header-right {
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
}

.sign-in a {
  font-size: 12px;
  color: #FF6B00;
  text-transform: uppercase;
  font-weight: bold;
}

.sign-in a:hover {
  text-shadow: none !important;
  text-decoration: underline;
}

.language {
  display: inline-block;
  font-weight: bold;
}

form.searchBar input[type=text] {
  padding: 5px;
  font-size: 12px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.searchBar input:focus {
  outline: none;
}

form.searchBar button {
  float: left;
  width: 20%;
  padding: 5px;
  background: #FF6B00;
  color: white;
  font-size: 12px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.searchBar button:hover {
  background: #FF6B00;
}

form.searchBar::after {
  content: "";
  clear: both;
  display: table;
}

.search {
  display: flex;
  padding-right: 20px;
}

.language-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  padding: 12px 0 0 20px;
}

.language:hover .language-content {
  display: block;
}

.language span {
  padding-left: 5px;
}



/* Nav Bar */

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  display: inline-block;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px 0 10px 30px; */
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
  color: #000;
}

.navbar a i,
.navbar a:focus i {
  font-size: 14px;
  line-height: 0;
  margin-left: 5px;
}


.navbar.fix a::after {
  content: attr(data-text);
  content: attr(data-text) / "";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: var(--bold);
}

.navbar .getstarted,
.navbar .getstarted:focus {

  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: rgb(0, 0, 0);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 14px;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 35px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #FFFFFF;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 87px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
  z-index: 99999;
}
.sub-menu ul li a{
  color: #000!important;
}
.navbar li:last-child {
  display: none;
}

@media (max-width: 991px) {

  .mobile-nav-toggle {
    display: block;
    padding-right: 10px;
  }

  .navbar li:last-child {
    display: block;
  }

  .navbar ul {
    display: none;
    left: 0px !important;
    right: 0px !important;
  }

  .navbar ul li {
    display: block;
    border-bottom: 1px solid #FFFFFF;
  }

  .sub-header-link ul li a {
    /* padding: 14px 0; */
    /* border-bottom: 3px solid #65C8FF; */
    display: inline;
  }

  .sub-header-login {
    display: none;
  }

  .navbar {
    justify-content: flex-end;
  }

  .sub-header-link {
    width: 100%;
  }

}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 8px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 1px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background-color: #0257B2;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile ul li a {
  color: #ffffff;
  text-align: left;
}

.navbar-mobile li.navbar-mobile-login {
  background-color: #fff;
}

.navbar-mobile li.navbar-mobile-login a {
  color: #FF6B00;
  font-weight: 600;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffffff !important;
  /* font-weight: 500; */
  /* text-shadow: 0 0.015em #101010, 0 -0.015em #101010, 0.01em 0 #101010, -0.01em 0 #101010; */
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  /* margin: 10px 20px; */
  padding: 0 !important;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 15px 20px;
  color: #FF6B00;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  /* font-weight: 500; */
  color: #FF6B00 !important;
  text-shadow: none;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/* SubHeader ********************************************************** */
#sub-header {
  width: 100%;
  display: flex;
  padding: 13px 0 15px 0;
  margin: 0;
  clear: both;
  justify-content: space-between;
  align-items: center;
  /* overflow: hidden; */
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* border-bottom: 1px solid #dadcde; */
}

.sub-header-link li a {
  color: #000;
  display: block;
  text-align: center;
  margin: 0px 18px;
  /* padding: 22px 18px; */
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.sub-header-link li a:hover {
  color: #65C8FF;
  text-shadow: none;
}

.navbar li:last-child {
  display: block;
}

.sub-header-link .active a,.sub-header-link .current-menu-item a, .sub-header-link .current-page-ancestor a{
  color: #65C8FF;
  text-shadow: none !important;
  border-bottom: 2px solid #65C8FF;
  /* padding: 0px;
  padding-bottom: 2px; */
}

.sub-header-login ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}


.navigation {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
}

/* Home Page Banner********************************************** */
.banner-section{
  width: 100%;
  background-image: url(../../assets/img/vapt-Banner-Webpage-VAPT-US.jpg);
  background-size: cover;
  background-position: center;
  /* background: #f2f9fc; */
}
.banner-title h1{
  color: #fff;
}
.banner-title.para-title p{
  color: #fff;
}
.para-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-bottom: 30px;
}


/* Overview css */
.overview-title h2,h6{
    color: #0183CB;
}
.overview-box{
  background: #FFFFFF;
 border-radius: 10px;
 box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
 height: 100%;
}
.overview-box h5{
  color: #0183CB;
  margin: 20px 0px;
}

.overview-box p{
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
  text-align: justify;
}
.white_img{
  display: none;
}
.overview-box:hover{
  background: #0183CB;
  border-radius: 10px;
  
}
.overview-box:hover .white_img{
  background: #0183CB;
  border-radius: 10px;
  display: initial;
}
.overview-box:hover .blue_img{
  background: #0183CB;
  border-radius: 10px;
  display: none;
}

.overview-box:hover h5{
  color: #FFFFFF!important;
}
.overview-box:hover p{
  color: #FFFFFF!important;
}
.right-check i{
  color: #FFFFFF;
  font-size: 20px;
}

/* we-are-ready css */
.bg-ready-image{
  background-image: url(../../assets/img/bg-ready-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #0183CB;
  position: relative;
    overflow: hidden;
}
.bg-ready-image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(50 94 160 / 80%);
}
.we-are-ready h2{
  color: #FFFFFF;
}
.we-are-ready p{
  color: #FFFFFF;
}
.btn_white{
  color: #0183CB!important;
  background: #FFFFFF!important;
  border: 2px solid #FFFFFF;
}
.btn_white:hover{
  color: #FFFFFF!important;
  background: transparent!important;
  border: 2px solid #FFFFFF!important;
}
.talk_us-btn{
  border: 2px solid #FFFFFF!important;
  color: #FFFFFF!important;
}
.talk_us-btn:hover{
  background: #FFFFFF!important;
  color: #0183CB!important;
  border: 2px solid #FFFFFF;
}
.card-box{
  background: #FB6E51;
  border-radius: 10px;
  height: 100%;
}
.card-box p{
  margin-bottom: 0px;
}
.card-box2{
  background: #7A49E3;
  border-radius: 10px;
}
.card-box3{
  background: #D9334A;
  border-radius: 10px;
}
.card-box4{
  background: #4480DA;
  border-radius: 10px;
}
.card-box h1{
  color: #FFFFFF;
  opacity: 0.7;
  font-weight: 900;
  font-size: 60px;
}
.card-box p{
  color: #FFFFFF;
}
.our_clients{
padding: 13px;
    margin-top: 20px;
}
.our_clients img{
     /* width: 125px; */
    height: 70px;
    object-fit: contain;
}
/* Our VAPT methodology section css */
.benefits-bg {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    background-image: url(https://www.genicsolutions.com/custom-software/wp-content/uploads/2022/12/benefits-bg.jpg);
}
/* Clients logo animation css */

@media (min-width: 992px){
.clients_logo_section .row > .col-lg-2:nth-child(2n+2){
	position: relative;
    top: -50px;
} 
	.clients_logo_section .client__logo{
		margin-top: 80px
	}
	.clients_logo_section .row > .col-lg-2{
    animation: 10s floatingrev linear infinite;
	list-style: none;
}

.clients_logo_section .row > .col-lg-2:nth-child(2n+2){
    animation: 10s floating01 linear infinite;
}
/* .middle-animated .integration-list li>div:last-child {
    transition-delay: .3s;
} */
@keyframes floating01 {
    0% {
        transform: translateY(-30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-30px)
    }
}



@keyframes floatingrev {
    0% {
        transform: translateY(30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(30px)
    }
}
	
}
.sysnet-group-campanies ul{
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.sysnet-group-campanies ul li {
    list-style: none;
    display: inline-block;
    border: 1px solid #dee2e6!important;
    margin: 8px;
    padding: 10px;
}
.sysnet-group-campanies ul li img{
    max-width: 150px;
}
/* VAPT Certification Process section css */
.certification-process.apply-sec .para-title{
  position: sticky;
    top: 87px;
    background: #f1f4f7;
    z-index: 2;
    display: block;
}
.apply-sec .right {
    display: flex;
    justify-content: end;
    margin-bottom: 15px;
}
.apply-sec .step-content {
    width: 49.5%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.apply-sec .card-title h5{
  color: #fff;
}
.apply-sec .card-body p{
  margin-bottom: 0px;
}
.apply-sec .right .semi-circle {
    width: 80px;
    z-index: 1;
    height: 160px;
    transform: rotate(-180deg);
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    background-color: transparent;
}
.phase-1 .semi-circle {
    border: 20px solid #f44556;
    border-right: none;
}
.rounded-circle-1 {
    height: 20px;
    width: 19px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 120px;
    left: 50px;
}
.rounded-circle-2 {
    height: 20px;
    width: 19px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    bottom: 120px;
    left: 50px;
}
.apply-sec .right .circle-inner-img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    transform: rotate(-180deg);
    position: absolute;
    bottom: 20px;
    border: 2px solid rgb(221, 219, 219);
    background-color: #e1eafa;
    left: 20px;
    padding: 20px;
    transition: 0.3s ease-in-out;
}
.apply-sec .right .step-content:hover .circle-inner-img img {
    animation: flipX 0.6s ease-in-out forwards;
}
@keyframes flipX {
  0% {
    transform: scale(1) rotateX(0deg);
  }

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

  100% {
    transform: scale(1) rotateX(0deg);
  }
}
.apply-sec .card {
    width: 70%;
    border: none;
    border-radius: 20px;
    z-index: 1;
}
.apply-sec .right .circle-connect {
    position: absolute;
    z-index: 0;
    left: 75px;
    width: 60%;
    height: 20px;
}
.apply-sec .left {
    display: flex;
    justify-content: start;
    margin-bottom: 15px;
}
.apply-sec .left .circle-connect {
    position: absolute;
    z-index: 0;
    right: 75px;
    width: 60%;
    height: 20px;
}
.apply-sec .left .semi-circle {
    width: 80px;
    height: 160px;
    z-index: 1;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
}
.phase-2 .semi-circle {
    border: 20px solid #e97e2e;
    border-right: none;
}
.apply-sec .left .circle-inner-img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 20px;
    left: 20px;
    border: 2px solid rgb(221, 219, 219);
    background-color: #e1eafa;
    padding: 20px;
    transition: 0.3s ease-in-out;
}
.phase-3 .semi-circle {
    border: 20px solid #13afae;
    border-right: none;
}
.phase-4 .semi-circle {
    border: 20px solid #105572;
    border-right: none;
}
/* benefits list section css */
.benefits_list ul{
  margin: 0px;
  padding: 0px;
}
.benefits_list .custom-tabs ul li{
	margin-bottom:0px
}
.benefits_list ul li{
  margin-bottom: 10px;
  list-style: none;
    display: flex;
    line-height: 25px;
    align-items: baseline;
}
@-webkit-keyframes run {
  0% {
    left: 0;
    transform: translateX(0);
  }

  100% {
    left: 100%;
    transform: translateX(7px);
  }
}
.benefits_list ul li .fa{
  margin-right: 8px;
  color: #0183CB;
  font-size: 12px;
  animation: linear infinite alternate;
    animation-name: run;
    animation-duration: 0.6s;
}
@media (max-width: 767px) {
    .apply-sec .step-content {
        width: 90%;
    }
}

/* Type of Penetration Test css */
.tab-penetration {
      display: flex;
      /* gap: 30px; */
    }

    .tab-penetration .tab-list {
      display: flex;
      flex-direction: column;
      width: 50%;
      margin-right: 30px;
    }

    .tab-penetration .tab-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 20px;
      border: 1px solid #ddd;
      border-left: 5px solid #f5f5f5;
      cursor: pointer;
      transition: 0.3s ease;
      background: white;
    }

    .tab-penetration .tab-item:hover {
      background-color: #f7f9fc;
    }

    .tab-penetration .tab-item.active-tab {
      border-left-color: #0183CB;
      background-color: #eef2fb;
    }
.tab-penetration .tab-item.active-tab span{
color: #0183CB;
}
    .tab-penetration .tab-item .left {
      display: flex;
      align-items: center;
      /* gap: 10px; */
      font-weight: 600;
    }

    .tab-penetration .tab-item .icon {
      width: 35px;
      height: 35px;
      margin-right: 10px;
    }

    .tab-penetration .tab-item .right {
      font-size: 20px;
      font-weight: bold;
      color: #0183CB;
    }
.tab-penetration .tab-item .right .open-tab{
  display: none;
}
.tab-penetration .tab-item.active-tab .right .open-tab{
  display: initial;
}
.tab-penetration .tab-item.active-tab .right .close-tab{
  display: none;
}
    .tab-penetration .tab-content2 {
      /* border: 1px solid #ccc; */
      padding: 25px;
      max-width: 50%;
      min-width: 50%;
      box-shadow: 0 0px 20px #a9c9e9;
      border-radius: 16px;
    }

    .tab-penetration .tab-content2 h3 {
      color: #0183CB;
      margin-bottom: 10px;
    }

/*service page css*/
.service-item {
    position: relative;
    background:#fff;
    border: 1px solid #f5f5f5;
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-top: 30px;
    padding: 40px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid #0183cb;
}
.service-item:hover{
    background-image: linear-gradient(to right, #045684 0%, #17677e 51%, #0183cb 100%);
    border-bottom: 2px solid #0183cb;
    transform: translateY(-5px);
}
.service-item:hover .service-title h5 a, .service-item:hover p{
    color: #fff;
}
.icon-box img{
    width: 100px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
}
.service-item:hover .service-btn a{
    color: #fff;
}
.service-title h5 a{
    color: #000;
}
.service-btn a{
     color: #000;
}
.service-btn a i{
    margin-left: 5px;
    font-size: 13px;
}
/* Our VAPT Services css */

.tab-wrapper .tabs {
  position: relative;
      display: flex;
      justify-content: space-between;
      /* gap: 20px; */
      overflow-x: auto;
      /* padding: 10px 0; */
      background-color: #f8f8f8;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
    }
.tab-wrapper .tabs::-webkit-scrollbar {
  display: none;
}
.tab-wrapper .tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
    .tab-wrapper .tab {
      font-weight: bold;
      padding: 10px 15px;
      cursor: pointer;
      white-space: nowrap;
      border-top: 3px solid transparent;
    }

    .tab-wrapper .tab.current {
      color: #000;
      border-top: 3px solid #f16523;
    }

    .tab-wrapper .content {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      /* background: linear-gradient(to right, #000 40%, transparent),
        url('https://i.ibb.co/G0Pv2k7/secure-code-bg.png') no-repeat center right; */
      background-size: cover;
      padding: 40px;
      color: white;
      min-height: 400px;
    }

    .tab-wrapper .text-content {
      max-width: 50%;
    }

    .tab-wrapper .text-content h3 {
      margin-bottom: 15px;
      color: #fff;
    }

.tab-wrapper .tab:first-child{
  position: sticky;
  left: 0px;
  background-color: #fff;
}
.tab-wrapper .tab:last-child{
  position: sticky;
  right: -1px;
   background-color: #fff;
}
    .tab-wrapper .btn {
      background: linear-gradient(180deg, #0183CB 0%, rgba(0, 164, 255, 0.7) 100%);
      color: white;
      padding: 12px 30px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-weight: 500;
    }

    .tab-wrapper .btn:hover {
      background-color: #d3541c;
    }

    @media (max-width: 768px) {
      .tab-wrapper .content {
        flex-direction: column;
        text-align: left;
      }

      .tab-wrapper .text-content {
        max-width: 100%;
      }
    }
/* tabber css */
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
}

ul.tabs li {
  padding: 15px 15px;
  cursor: pointer;
  height: 80px;
  border-radius: 10px;
  display: inherit;
  margin-bottom: 20px;
  border: 1px solid #0183CB;
}

ul.tabs li.current {
  background: linear-gradient(180deg, #0183CB 0%, rgba(0, 164, 255, 0.7) 100%);
  border-radius: 10px;
  color: #222;
  color: #FFFFFF;
  border: none;
  position: relative;
}
/* ul.tabs li.current .blue_img2{
  display: none;
} */
.hover-tab .white_img2{
  display: none;
}
.hover-tab:hover .white_img2,
.hover-tab.current .white_img2{
  display: initial;
}
.hover-tab:hover .blue_img2,
.hover-tab.current .blue_img2{
  display: none;
}
ul.tabs li.current::after{
  content: '';
  position: absolute;
  top: 50%;
  right: -11px;
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, #0183CB 0%, rgba(0, 164, 255, 0.7) 100%);
  transform: translateY(-50%) rotate(45deg);

}
.hover-tab:hover{
  background: linear-gradient(180deg, #0183CB 0%, rgba(0, 164, 255, 0.7) 100%);
  color: #FFFFFF;
  border: none;
}
.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

.carousel-card {
  max-width: 850px;
  /* height: 400px; */
  background: #FFFFFF;
  box-shadow: 0px 0px 17px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 50px 70px 38px 48px;
  position: relative;
  top: 50px;
}

.card_content p {
  font-size: 15px;
  line-height: 26px;
  padding-right: 70px;
}

.card_content span {
  color: #939393;
  font-size: 12px;
}

.tabs-title p {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
}

.bg-genic-title-footer{
  width: 100%;
  background-image: url(../../assets/img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}
.footer-logo{
  width: 150px;
}
.client-response h5{
  color: #FFFFFF;
  margin-top: 20px;
}



/* footer css start */
.genic-footer{
  width: 100%;
  background: #0183CB;
  color: #FFFFFF;
}
.home-part h5{
  color: #FFFFFF;
}
.home-part ul{
  padding-left: 20px;
  color: #FFFFFF;
}
.home-part ul li{
  padding: 5px 0px;
}
ul#menu-our-solutions, ul#menu-our-solutions-2 {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}
.icon-border{
  border: 1px solid #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
    align-items: center;
    justify-content: center;
}

.addressicon {
    display: flex;
    align-items: baseline;
}


/* Faq page css start */
.breadcrum{
  background-color: #f8f8f8;
}
.breadcrum ul li a{
  color: #000;
}
.breadcrum ul li a:hover{
  color: #0183CB;
}
.breadcrum ul li span{
  margin: 0px 8px;
}
.breadcrum ul{
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.breadcrum ul li{
  list-style-type: none;
}
.contact-source{
  background: #FFFFFF;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  height: 266px;
}
.contact-source a{
  color: #0183CB;
}
.contact-source a:hover{
  text-decoration: underline;
}
.accordion-item h2 button{
  font-size: 20px;
  font-weight: 600;
  color: #40464E;
}
.accordion-body p{
  color: #40464E;
}
.accordion-body{
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button:not(.collapsed){
  background-color: #FFFFFF;
  box-shadow: none;
}
.accordion-item{
  border: 1px solid rgba(0,0,0,.125);
  border-left: none;
  border-right: none;
}

.custom-tabs .nav-tabs {
      border-bottom: none;
      justify-content: flex-start;
      gap: 40px;
    }

    .custom-tabs .nav-link {
      border: none;
      border-bottom: 2px solid transparent;
      color: #333;
      font-weight: 600;
      font-size: 16px;
      padding: 10px 0;
    }

    .custom-tabs .nav-link.active {
      color: #ef5a2d;
      border-bottom: 2px solid #ef5a2d;
    }
.custom-tabs .fade:not(.show){
display: none;
}
    .tab-pane {
      margin-top: 20px;
      font-size: 15px;
      line-height: 1.8;
      color: #333;
    }

    .tab-label {
      font-weight: bold;
      margin-right: 10px;
    }
    .benefits-circle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
    }
    .benefits-circle:hover img.circle{
      -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    }
    .benefits-inner img{
      margin-bottom: 10px;
    }
    .benefits-inner{
      position: absolute;
    }
    @-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}
/*Floating Whatsapp css start */
.whatsapp-btn{
  position:relative
}
.whbtnin{
  position:fixed;
  right:25px;
  bottom:80px;
  z-index:999999;
  border-radius:50%;
  transition:all .3s ease-in-out;
  border:2px solid #3dce75
}
.call-btn-underlay{
  position:absolute!important;
  z-index:-1!important;
  top:50%!important;
  left:50%!important;
  -ms-transform:translate(-50%,-50%)!important;
  transform:translate(-50%,-50%)!important;
  margin:auto!important;
  animation:cp-widget-button-underlay 1.5s infinite;
  border-radius:100%!important
}

.whbtnin img{
  height:50px
}

@keyframes cp-widget-button-underlay{
  0%{
      opacity:.25;
      width:0;
      height:0
  }
  40%{
      opacity:.25
  }
  100%{
      opacity:0;
      width:150px;
      height:150px
  }
}
/*Floating Whatsapp css end */



/* Media Query start */
@media (max-width: 1200px) and (min-width: 991px) {
  .sub-header-link li a{
    margin: 0px 10px;
  }
}

@media (max-width: 992px) {
  .tabset > label{
    width: 32%;
    font-size: 12px;
  }
}
@media (max-width: 991px){
.navbar ul li {
    display: block;
    border-bottom: 1px solid #FFFFFF;
    padding: 8px 2px;
}
.sub-header-link .active a{
  border-bottom: none;
}

.banner-title p {
  text-align: center;
}
.overview-title h2 {
  color: #0183CB;
  font-size: 30px;
}
.we-are-ready h2 {
  color: #FFFFFF;
  font-size: 30px;
}
h2{
  font-size: 30px!important;
}
}
@media (max-width: 767px) {
  .project-icon img{
    margin-left: 160px;
  }
  .bg-genic-title-footer{
    height: auto;
    background-position: center;
    position: relative;
    top: 2px;
  }
  .banner-title h1 {
    /*color: #0183CB;*/
    font-size: 35px;
    text-align: center;
  }
  .banner-title.para-title .d-flex{
    justify-content: center;
  }
  .tab-penetration{
    flex-wrap: wrap;
  }
   .tab-penetration .tab-list {
      width: 100%;
    }
   .tab-penetration .tab-content2 {
      max-width: 100%;
      min-width: 100%;
    }
    .tab-penetration .tab-list{
      margin-right: 0px;
      margin-bottom: 30px;
    }
}
@media (max-width: 576px) {
  .custom-width > label {
    width: 20%;
    font-size: 12px;
}
.banner-section{
    background-position: 100%;
}
  .whbtnin{
    bottom: 50px;
  }

}

.mobile-what {
  display: none;
}
@media (max-width: 768px){
  .desk-what{
    display: none
  }
.mobile-what {
    display: block;
}
.para-title.tabs-title h3{
  text-align: center;
}
.para-title.tabs-title p{
  text-align: center;
}
}
.tabs-scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.tabs-scroll-wrapper .nav-tabs {
  flex-wrap: nowrap !important;
  min-width: max-content;
  border-bottom: 1px solid #dee2e6;
}
/*  
.tabs-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.tabs-scroll-wrapper {
  scrollbar-width: none; /* Firefox 
}*/
h2.whatsapp-heading {
color: #000;
font-size: 30px;
}
input#whatsapp-phone{
padding-left: 90px !important;
}
/*///////whatsapp-contact//////////*/
#whatsapp-btn {
background-color: #25D366FF;
color: #fff;
width: 200px;
margin-left: 10px;
padding: 8px 30px;
border: 1px solid #fff;
border-radius: 10px;
outline: none;
text-align: center
}

.input-field {
margin: 15px 0px 15px 0px;
}

.input-field input {
width: 100%;
height: 40px;
background-color: #fff;
color: black;
padding: 10px 15px;
border: none;
outline: none;
border-radius: 13px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.input-field input:focus {
box-shadow: none;
}

.whatsapp-contact-submit-btn {
background-color: #25D366FF;
color: #fff;
width: 150px;
height: 50px;
padding: 8px 20px;
border: 1px solid #fff;
border-radius: 50px;
outline: none;
}

.whatsapp-contact-submit-box {
text-align: center;
}
.iti.iti--allow-dropdown.iti--separate-dial-code{ width: 100%;
}

#CloseBtn {
position: absolute;
top: 10px;
right: 10px;
background: transparent;
border: none;
font-size: 0; 
cursor: pointer;
width: 25px;
height: 25px;
}
#CloseBtn::before {
content: "\2715"; 
font-size: 22px;
color: #000; 
display: inline-block;
line-height: 25px;
font-weight: 600;
}
#CloseBtn:hover::before {
color: #ff6600; 
}
div#whatsapp_captcha {
transform: scale(0.77);
-webkit-transform: scale(0.77);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}
#whatsapp-contact-form {
display: flex;
justify-content: center;
align-items: center;
z-index: 999999;
position: fixed;
top: 100px;
left: 0;
}
@media (max-width: 576px){
#contact-form-container {
    width: 95% !important;
    padding: 30px 0px 30px 0px!important;

}
#form {
padding: 10px !important;
}
#form h2{
    font-size: 20px !important;
    line-height: 25px !important;
}
#whatsapp-btn{
width: 150px;
font-size: 14px;
line-height: 10px;
margin-right: 10px;
text-align: center;
padding: 10px 15px;
}
}
@media screen and (min-width: 1500px) and (max-width: 1624.98px){
    #contact-form-container {
        width: 35% !important;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1499.98px){
    #contact-form-container {
        width: 35% !important;
        height: auto !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1399.98px){
    #contact-form-container {
        width: 50% !important;
        height:auto !important;
    }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
#contact-form-container {
    width: 85% !important;     
    height: auto !important;
}      
}
@media (max-width: 767px){
    #contact-form-container {
        width: 90% !important;
    }
}
@media (max-width: 480px) {
    #contact-form-container {
        height: 75% !important;
    }
}
#contact-form-container {
    width: 30%;
    position: relative;
    background-image: url('https://www.genicsolutions.com/wp-content/uploads/2025/11/whttsapp.jpg');
    transition: transform 0.5s ease, opacity 0.5s ease;
    padding-top: 50px;
    border-radius: 15px;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#CloseBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    outline: none;
    /*font-size: 25px;*/
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: -1px 1px 5px #c3c3c3;
    font-weight: 600;
    z-index: 99;
}
#whatsapp-img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#Whatsapp-form {
    margin: 0 auto;
    backdrop-filter: blur(2px);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #c9c7c7;
}
.wtsapp-form p{
    color:#000
}

#form {
    padding: 30px;
    text-align: center;
    padding-top: 10px;
}
.phone-field span.fake-placeholder {
    padding-left: 75px !important;
}