/* Truncate long text */
truncate {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 50px; /* Adjust the max-width to your preference */
  }

/* NAVBAR */
@media screen and (max-width: 768px) {
.navbar-mobile{
    font-size:25px;
    /*border-bottom: 1px solid white;*/
}}

/* RESPONSIVE */
@media screen and (min-width: 1020px) {
.hide-mobile{
    display:none;
}}

@media screen and (max-width: 1020px) {
.hide-larger{
    display:none!important;
}}

@media screen and (min-width: 800px) {
.show-mobile{
    display:none;
}}

.dashboard-preview {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.dashboard-preview:hover {
  transform: scale(1.01);
}

/* stricky button for cta */
.sticky-item {
  z-index: 1050; /* stays above most elements */
}

/* Initial hidden position */
.translate-hide {
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
}

/* Show position */
.translate-show {
  transform: translateY(0%);
}

.feature-image-circle {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  border: 4px solid #fdca31; /* optional highlight ring */
}

.feature-image-circle:hover {
  transform: scale(1.05);
}


/* main-banner */
.mainBanner{
    padding-top:50px;
    padding-bottom:100px;
    background-color:#1e1e1e;
    background-image: url('/static/herobg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (min-width: 800px) {
    .landingBanner{
        padding-top:50px;
        padding-bottom:100px;
        background-color:#1e1e1e;
        background-image: url('/static/network.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (max-width: 799px) {
    .landingBanner{
        padding-top:50px;
        padding-bottom:100px;
        background-color:#1e1e1e;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.hero {
  text-align: left; /* or center, depending on your layout */
  padding: 120px 20px;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
}

.heroH1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);  /* scales smoothly with screen size */
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 20px;
}

.heroH2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  color: #d8e1ff;
  margin-bottom: 10px;
}

.heroP {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: #bfc7e0;
  margin-bottom: 40px;
}

.heroBtn {
  font-size: 1.1rem;
  padding: 14px 32px;
  font-weight: 700;
  border-radius: 10px;
  margin-right: 16px;
}



.plansBg{
    padding-top:50px;
    padding-bottom:100px;
    background-color:#1e1e1e;
    background-image: url('/static/enterpBg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.darkFormBg{
    padding-top:50px;
    padding-bottom:100px;
    background-color:#1e1e1e;
}

.jumbotron{
    padding-top:50px;
    padding-bottom:100px;
    background: url('/static/VulnscannerAI_face_op7.png') no-repeat right, linear-gradient(to right, #03409b, #0f1319);
    background-size: contain;
}

.hackedBg{
    padding-top:50px;
    padding-bottom:100px;
    background-color:#1e1e1e;
    background-image: url('/static/hacked1_3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}


/* footer */
@media screen and (min-width: 800px) {
.fixed-bottom-responsive{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}}

@media screen and (max-width: 799px) {
.fixed-bottom-responsive{
padding-top:120px;
}}

/* home */
@media screen and (min-width: 800px) {
.home-responsive{
    padding-top:130px;
}}

@media screen and (max-width: 799px) {
.home-responsive{
padding-top:60px;
}}



/* TEXT */
.navbar-text{
  color: #ffffff;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  transition: all .2s ease-in-out;
}
.navbar-text:hover{
  transform: scale(1.1);
  color:#ffffff;
}

.url-text{
    text-align: center;
    color: #454545;
    font-family: 'Alexandria', sans-serif;
}

.footer-text{
  color: #ffffff;
  font-family: 'Poppins', sans-serif
}

.main-text{
  text-align: center;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
 }

.body-text{
  text-align: left;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
}

.main-report-text-wh{
    text-align: left;
    color: #454545;
    font-family: 'Roboto', sans-serif;
}

.main-text-wh{
    text-align: center;
    color: #000000;
    font-family: 'Poppins', sans-serif

}

.main-text-box-wh{
    text-align: left;
    color: #000000;
    font-family: 'Roboto', sans-serif;

}

    @media screen and (min-width: 424px) {
.website-result-text{
    font-size:20px;
}}

/* BUTTONS */
.main-button{
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  height: 150px;
  border-color: #FDCA31;
  border-width: 3px;
  width: 150px;
  transition: all .2s ease-in-out;
}
.main-button:hover {
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
  transform: scale(1.1);
}


.home-button{
  color:#fff !important;
}

.home-button:focus, .home-button:hover {
  color:#000 !important;
}


/* submit form */
.main-form-button{
  background: rgba(255, 255, 255, 0.2);
  color: #000000;
  font-weight: bold;
  border-radius: 100%;
  height: 150px;
  border-color: #fdca31;
  border-width: 3px;
  width: 150px;
}

/*LINKS*/
.nav-link{
padding: 0.5rem 0.5rem;
}

.a-link:link {
  color: #FDCA31 !important;
  text-decoration: none !important;
  transition: all .1s ease-in-out !important;
}
.a-link:visited {
  color: #FDCA31 !important;
  text-decoration: none !important;
}
.a-link:hover {
  font-weight: bold !important;

}
.a-link:active {
  color: white !important;
}

.a-text:link {
  color: #000000 !important;
  text-decoration: none !important;
}

/* BOXES */
.main-box{
    border-radius:50px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transform: translateY(0px);
    transition: all .3s ease-in-out;
}
.main-box:hover{
    border-radius:50px;
    box-shadow: 1px 1px 10px 2px #c7c7c7;
    transform: translateY(-10px);
}

.no-size-box{
    border-radius:50px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transform: translateY(0px);
    transition: all .3s ease-in-out;
}
.no-size-box:hover{
    border-radius:50px;
    box-shadow: 1px 1px 10px 2px #c7c7c7;
    transform: translateY(-10px);
}

.thin-box{
    border-radius:50px;
    height:50px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transform: translateY(0px);
    transition: all .3s ease-in-out;
}
/*
.thin-box:hover{
    border-radius:50px;
    box-shadow: 1px 1px 10px 2px #c7c7c7;
    transform: translateY(-10px);
}
*/
.report-box{
    border-radius:10px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transform: translateY(0px);
    transition: all .3s ease-in-out;
}
.report-box:hover{
    border-radius:10px;
    ox-shadow: 1px 1px 10px 2px #c7c7c7;
    transform: translateY(-10px);
}

.data-box-shadow-green:hover{
  border-color:#00bd9d;
}

.data-box-shadow-blue:hover{
  border-color:#0B52BD;
}

.data-box-shadow-yellow:hover{
  border-color:#FDCA30;
}

.data-box-shadow-red:hover{
  border-color:#E3170A;
}

@media screen and (min-width: 321px) {
.data-box{
  border-width: 2px;
  border-radius:10px;
  width: 290px;
  height: 220px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  transform: translateY(0px);
  transition: all .3s ease-in-out;
  } }

    @media screen and (max-width: 321px) {
.data-box{
  border-width: 2px;
  border-radius:10px;
  height: 220px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  transform: translateY(0px);
  transition: all .3s ease-in-out;
  } }

.data-box:hover{
  border-width: 2px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  box-shadow: 1px 1px 10px 2px #c7c7c7;
  transform: translateY(-10px);
  border-color:none;
  }

@media screen and (max-width: 770px) and (min-width: 425px){
.data-box-mobile{
  padding-left:45px;
  } }

  @media screen and (max-width: 425px) and (min-width: 380px){
.data-box-mobile{
  padding-left:55px;
  } }

  @media screen and (max-width: 380px) and (min-width: 330px){
.data-box-mobile{
  padding-left:35px;
  } }

  @media screen and (max-width: 425px){
.col{
 width:500px;
 flex: none;
}}


  @media screen and (min-width: 769px){
.onlyMobile{
 display:none;
}}


  @media screen and (max-width: 768px){
.onlyDesktop{
 display:none;
}}

  @media screen and (min-width: 769px){
.bigTitle-res{
 font-size: 5rem;
 line-height: 8rem;
 letter-spacing: 0.01em;
}}

/* ICONS */
.blue-light{
        color: #0b52bd;
    font-size: 30px;
    vertical-align:middle;
}

.yellow-light{
    color:#FDCA30;
    font-size: 30px;
    vertical-align:middle;
}

.red-light{
    color:#E3170A;
    font-size: 30px;
    vertical-align:middle;
}

/* CARDS COLOR */
.green-card-head{
    background-color: #00bd9d;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.green-card-border{
    border-color:#00bd9d;
}

.blue-card-head{
    background-color: #0b52bd;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.blue-card-border{
    border-color:#0b52bd;
}

.yellow-card-head{
    background-color:#FDCA30;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.yellow-card-border{
    border-color:#FDCA30;
}

.red-card-head{
    background-color:#E3170A;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.red-card-border{
    border-color:#E3170A;
}


/* Login - signup - password forgot */
  @media screen and (max-width: 768px){
.login-col{
 width:100%!important;
}}

  @media screen and (max-width: 425px){
.signup-col{
 width:100%!important;
}}

  @media screen and (max-width: 425px){
.form-padding{
 padding-top:0px!important;
}}


/* other */

.not-wordpress{
    color:#FDCA30;
    border: 2px solid #0d6efd;
    border-radius: 10px;
    padding: 8px;
    transform: translateY(0px);
    transition: all .3s ease-in-out;

}
/*
.not-wordpress:hover a:hover{
    color:#0b52bd;
    transform: translateY(-10px);
    border: 2px solid #0d6efd;
    border-radius: 5px;
}
*/

.not-wordpress:hover{
    transform: translateY(-10px);
    border: 2px solid #0d6efd;
    border-radius: 10px;
    color:#FDCA30;
}

.collapsible{
    border: none;
    text-align:left;
    background:none;
}

.content{
    background-color:#f1f1f1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.log-fade-front {
  --mask: linear-gradient(to bottom,
      rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 0%,
      rgba(0,0,0, 0) 85%, rgba(0,0,0, 0) 0
  ) 100% 50% / 100% 100% repeat-x;

  -webkit-mask: var(--mask);
  mask: var(--mask);

}

.log-fade-front-demo {
  --mask: linear-gradient(to bottom,
      rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 70%,
      rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0
  ) 100% 50% / 100% 100% repeat-x;

  -webkit-mask: var(--mask);
  mask: var(--mask);

}

.bannerAlert{
    position: fixed;
    top: 0px; /* Start off-screen */
    left: 0;
    width: 100%;
    z-index: 1050;
    transition: top 0.5s ease-in-out; /* Slide-in effect */
    display: none; /* Initially hidden */
}