*
{
    box-sizing: border-box;
}
body
{
    background-color: #010314;
    cursor:default !important;
   
}
::-webkit-scrollbar {
    display: none;
  }
.header-bg
{
    background-color: transparent;
}

.nav-padding
{
    padding: 10px 30px;
}
.logo-width
{
    width: 65%;
}
.active
{
    color: #00AEFF !important;
    font-weight: 400;
}
.nav-item .nav-link:focus
{
    color: #00AEFF !important;
}
.nav-item .nav-link:hover
{
    color: #00AEFF !important;
}

header
{
    padding: 5px 0;
    border-bottom: 1px solid #333333 !important;
    position: absolute;
    width: 100%;
}
.navbar ul li a{
    font-weight: 400;
    color: white;
    font-size: 16px;
    padding: 5px 20px !important;
    margin-bottom: 6px;
    transition: all 0.6s;
}
.navbar{
    margin: 0% 70px;
}
.login-btn
{
    border: none;
    background-color: white;
    border-radius: 17px; 
    padding: 5px 18px;
    display: flex;
    align-items: center;
}
.login-btn:hover
{
    background-image: linear-gradient(280deg, #01bfff 20%, #3d5ccb 100%) ;
    color: white !important;
}
.book-demo-btn:hover
{
    background-image: linear-gradient(280deg, #01bfff 20%, #3d5ccb 100%) ;
    color: white;
}

.book-demo-btn
{
    transition: background-image 0.5s;
    border: none;
    background-color: white;
    border-radius: 23px; 
    padding: 13px 25px;
    margin-top: 17px;
    font-weight: 600;
    /* font-size: 18px; */
    color: #132431;
    margin-bottom: 20px;
}
.sec-bg
{
    background: linear-gradient(-195deg, #000000 4.25%, #084b6a 74.25%, #06354a 167.51%);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    padding-top: 110px;
    padding-bottom: 50px;
    margin: 0px 10px;
    border-radius: 0px 0px 20px 20px;
}
.welcome-text li{
    border: 0.5px solid rgba(255, 255, 255, 1);
    border-radius: 30px;
    padding: 10px 15px;
    width: auto;
    margin-top: 30px;
    list-style: none;
}
.welcome-text {
    color: white;
    text-align: center;
    display: flex;
    height: auto;
}
.banner-hadding-tag
{
    font-size: 50px;
    color: white;
    line-height: 50px;
}

@keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .navbar-toggler 
  {
      background-color: #00aeff63 !important;
      border: none;
  }
  .l-1
  {
    width: 250px ;
    height: 60px;
  } 
  .l-2
  {
    width: 100px ;
    height: 100px;
  } 
  .l-3
  {
    width: 190px ;
    height: 100px;
  } 
  .l-4
  {
    width: 180px ;
    height: 70px;
  } 
  .l-5
  {
    width: 230px ;
    height: 106px;
  } 
  .l-6
  {
    width: 115px ;
    height: 115px;
  } 
  .l-7
  {
    width: 190px ;
    height: 35px;
  } 
  .heading-text
  {
    font-size: 38px;
    color: white;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 14px;
    margin-top: 10px;
    cursor: default;
  }
  .client-container-box {
    border: 1px solid #333333;
    background: linear-gradient(180deg, rgba(1, 3, 20, 0) 0%, rgba(28, 202, 255, 0.102) 100%);
    border-radius: 18px;
    width: 200px;
    height: auto;
    color: white;
    padding: 50px 10px 35px 10px;
}
.img-section-about img
{
    width: 519px;
    border-radius: 20px;
}
.about-p
{
    line-height: 24px;
    font-size: 14px !important;
    font-weight: 500;
}

.bg-gradiant
{
    border-radius: 20px 20px 20px 20px;
    background: linear-gradient(6.7deg, #010314 20.96%, #096E9C 77.88%, #00AEFF 99.6%);
    margin: 0px 10px;
}
.mobile-hight
{
    height: 302px;
}
.active-img
{
    width: 79%;
    margin-left: 10px;
}
.footer-border
{
    border-top: 1px solid #333333;
}
.form-control
{
    padding: 20px 100px 20px 20px;
    border-radius: 30px;
    border: 1px solid #00AEFF;
    color: white !important;
    width: 75% !important;
}
.form-control:focus
{
    border: 1px solid #ffffff;
    box-shadow: none;
}
input::placeholder
{
    color: #495057 !important;
    font-weight: 600;
}
.input-p
{
    color: #00AEFF;
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    right: 3%;
    top: 19px;
    background-color: transparent;
    border: 0;

}
.anti-phising {
    display: flex;
    justify-content: center;
    margin-bottom: -80px;
}

.anti-phising-img {
    height: 200px !important;
    background-size: cover;
    /* background-image: url(./img/anti-phising.png); */
    background-position: center;
    width: 48% !important;
}
.anti-phising-img-1 {
    height: 200px !important;
    background-size: cover;
    /* background-image: url(./img/anti-phising.png); */
    background-position: center;
    width: 60% !important;
}
.anti-phising-container {
    background: linear-gradient(0deg, #00AEFF 0%, #2E538E 51.04%, #010314 90.08%);
    padding: 35px;
    border-radius: 8px;
    padding-top: 100px;
    height: 300px;
}
.anti-phising-heading {
    color: white;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 600;
}
.anti-phising-para {
    color: white;
    font-size: 13px;
    padding-bottom: 25px;
}
.owl-carousel-2
{
    width: 75% !important;
}
.learn-more a{
    color: white !important;
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
    bottom: 25px;
}
.pw-box
{
    width: 430px !important;
    padding: 10px;
    margin: 0 auto;
}
.owl-carousel-class
{
    position: absolute !important; 
    right: 0px;
}
.linear-text {
    color: transparent;
    background: linear-gradient(293.52deg, #FFFFFF 59.39%, rgba(255, 255, 255, 0.28) 95.56%);
    -webkit-background-clip: text;
    background-clip: text;
}
.support-buy h5
{
    font-size: 28px;
    font-weight: 500;
}

.card-1
{
    background-color: #010314;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    margin-right: -50px;
    margin-left: 90px;
    padding: 10px 22px;
}
.card-2
{
    background-color: #010314;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    padding: 10px 22px;
}
.card-3
{
    border: 1px solid rgb(0, 174, 255);
    background-color: #011831;
    border-radius: 30px;
    color: white;
    margin-left: -50px;
    margin-right: 80px;
    padding: 25px 22px;
    margin-top: -15px;
}
.card-1:hover
{
    border: 1px solid #00AEFF;
    
}
.card-2:hover
{
    border: 1px solid #00AEFF;
    
}
.jkit-button-wrapper {
    background: linear-gradient(0deg, #00AEFF 0.39%, #2D548F 100.65%) !important;
    /* box-shadow: 0px 4px 4px 0px #00000040 inset !important; */
    color: white;
    border-radius: 20px;
    border: 0;
    padding: 10px 0px;
    width: 100%;
    font-weight: 600;
    font-size: 17px;
}
.card ul li{
    list-style: none;
    padding: 7px 0px;

}
.f-color
{
    font-size: 14px;
    font-weight: 600;
    color: #A7A7A7;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background: #197CC17A;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #00AEFF;
    font: 700 12px / 1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}
.ribbon-top-right span {
    left: -18px;
    top: 30px;
    transform: rotate(45deg);
}
.ribbon-top-right {
    top: -0px;
    right: -0px;
}
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.box-owl p{
    color: white;
    font-size: 15px;
    font-weight: 300;
}
.box-owl h6{
    color: #00AEFF;
}
.box-owl
{
    border: 1px solid white;
    border-radius: 18px;
    padding: 22px 20px;
    width: 85%;
    height: 250px !important;
    margin-right: 10px;
}
.owl-carousel .item {
    width: 100%; 
    overflow: hidden; 
  }
  
  .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
  .mac-img
  {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mac-img img 
  {
  height: 38vh;
  }
  .bg-gradiant-btm{
    margin: 0px 10px;
    background: linear-gradient(174.7deg, #010314 20.96%, #096E9C 77.88%, #00AEFF 99.6%);
    border-radius: 0px 0px 20px 20px;
}
  .mac-dashboard img
  {
    position: absolute;
    top: 70px;
    left: 47px;
    width: 85%;
    height: 30vh !important;
  }
  .blog-content {
    background: #010314CC;
    border: 1px solid #010314CC;
    position: absolute;
    width: 100%;
    bottom: 0px;
    font-size: 20px;
    padding: 30px;
    color: white;
    font-weight: 500;
    border-radius: 0px 0px 30px 30px;
}
.blog-heading {
    color: white !important;
}
a
{
    text-decoration: none;
}
.blog-date {
    color: #FFFFFF80;
    font-size: 12px;
}
.read-more {
    font-size: 12px;
    color: white !important;
}
.br-30 {
    border-radius: 0px 0px 30px 30px !important;
}
.footer-padding
{
    padding: 0px 60px;
}
.heading-title {
    font-size: 28px;
    font-weight: 500;
    color: white;
}
.footer-list-style{
    text-decoration: none;
    list-style: none;
}
.footer-list-style li
{
    padding-bottom: 8px;
}
.footer-list-style li a
{ 
    transition: all 0.6s;
}
.footer-list-style li a:hover
{ 
    color: #00AEFF !important;
}
.w-60
{
    width: 60%;
}
.margin-top-footer
{
    margin-top: -25px;
}

  
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
  }
 
  .offcanvas
  {
    background-color: #010314;
    color: white;
  }
  .accordion-button
  {
    background-color: #010314 !important;
    color: white;
  }
  .welcome-back {
    /* font-family: 'Noto Sans', sans-serif; */
    font-size: 54px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}
.skip-leg {
    /* font-family: 'Noto Sans', sans-serif; */
    font-size: 20px;
    border: 6px solid;
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    background: #010314;
}
.dotted-line {
    width: 920px;
    height: 2px;
    background: linear-gradient(to left, transparent 50%, #fff 50%);
    background-size: 16px 2px, 100% 2px;
    overflow: hidden;
    position: absolute;
    top: 16px;
    z-index: -3;
    left: 35%;
    animation: move 1s linear infinite;
}
@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 16px 0;
    }
}
.credential-container-box {
    width: 380px;
    z-index: 1;
    border-color: rgba(255, 255, 255, 0.6);
}
.blur-background {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 10px;
}
.card-bg .card
{
    background-color: transparent;
    color: white;
    border: 1px solid #191e3a;
}
.mf-input {
    background: none;
    border: 1px solid white;
    color: white;
        padding: 0.75rem 1.25rem !important;
        border-radius: 6px !important;
        transition: all 0.5s;
}
.mf-input:hover {
    border: 1px solid #00AEFF;
    
}
input::placeholder {
   
    color: white !important;
       
}
input
{
    width: 100%;
}
.metform-btn
{
    background-color: #00AEFF;
    border: none;
  
}
.metform-btn:hover
{
    background-color: #00AEFF;
    border: none;
}
.security1-img {
    width: 150px;
    height: 150px;
    position: absolute;
    right: -90px;
    top: 85%;
    z-index: -1;
}
.mt-6
{
    margin-top: 29px;
}
.about-para {
    color: white;
    text-align: center;
    /* padding: 10px 0px 10px; */
}
.about-heading {
    font-size: 76px;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
}
.pagination-n span
{
    color: #00AEFF ;
}
.pagination-n
{
    margin-left: 40px;
}
.contact-box
{
    margin: 0px 0px !important;
    background: linear-gradient(171.7deg, #010314 28.96%, #096E9C 146.88%, #00AEFF 99.6%);
    border: 1px solid #FFFFFF;
    padding: 40px 30px;
     border-radius: 24px;
}
.mf-input-1{
    background: none;
    border: 1px solid white;
    color: white;
        padding: 1rem 1.25rem !important;
        border-radius: 19px !important;
        transition: all 0.5s;
}
.mf-input-1:hover {
    border: 1px solid #00AEFF;
}
.mf-input-1::placeholder {
   color: white;
}
.send-message
{
    background-color: white;
    color: #010314;
    width: 100%;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    padding: 10px 0px;
    margin-top: 19px;
    margin-bottom: 10px;
}
.blog-news-1
{
    width: 335px;
}
.blog-news-2
{
    width: 265px;
}
.blog-news-3
{
    width: 320px;
}
.blog-news-4
{
    width: 280px;
}
.blog-news-5
{
    width: 380px;
    padding:20px 0px;
}
.blog-news-6
{
    width: 320px;
}
.blog-news-7
{
    width: 320px;
}
.blog-news-8
{
    width: 300px;
    padding: 20px 0;
}

.blog-round
{
    border-radius: 30px;
    padding: 30px 20px;
    border: 0.5px solid #38393a;
    /* height: 400px; */
}
.blog-news-bg
{
    background: linear-gradient(85.61deg, #1E3E5C 0.31%, #0C182A 61.39%, #0C182A 94.44%), linear-gradient(0deg, #82868C, #82868C);
   
}
.blog-news-bg-1
{
    background: linear-gradient(90deg, #201526 0%, #0B1729 100%), linear-gradient(0deg, #82868C, #82868C);
}
.blog-news-bg-2
{
    background: linear-gradient(90deg, #292147 0%, #0B1729 100%), linear-gradient(180deg, #82868C 0%, rgba(130, 134, 140, 0) 100%);
}
.blog-news-bg-3
{
    background: linear-gradient(90deg, #3F2F80 0%, #04081B 100%), linear-gradient(180deg, #82868C 0%, rgba(130, 134, 140, 0) 100%);
}
.blog-news-bg-4
{
    background: linear-gradient(90deg, #013356 0%, #030A1C 100%), linear-gradient(180deg, #82868C 0%, rgba(130, 134, 140, 0) 100%);
}
.blog-news-bg-5
{
    background: linear-gradient(90.18deg, #191C5F -21.54%, #0D1336 39.14%, #0A1628 99.81%), linear-gradient(180deg, #82868C 0%, rgba(130, 134, 140, 0) 100%);
}
.blog-news-bg-6
{
    background: linear-gradient(90deg, #331E1F 0%, #060819 100%), linear-gradient(180deg, #82868C 0%, rgba(130, 134, 140, 0) 100%);
}
.blog-news-bg-7
{
    background: linear-gradient(90deg, #01313F 0%, #03081A 100%), linear-gradient(180deg, #82868C 0%, rgba(130, 134, 140, 0) 100%);

}
.blog-news-bg-8
{
    background: linear-gradient(90deg, #013356 0%, #030A1C 100%), linear-gradient(180deg, #82868C 0%, rgba(130, 134, 140, 0) 100%);
}
.text {
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    padding: 30px;
    font-size: 16px;
}
.read-more-text {
    color: white !important;
    text-decoration: underline !important;
}
.text-align-justify
{
    text-align: justify;
}
footer .heading-text
{
    font-weight: 700;
}
.about-our-value-container {
    width: 100%;
    background-image: url(./img/about-our-value.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-heading-text {
    color: transparent;
    background: linear-gradient(293.52deg, #FFFFFF 59.39%, rgba(255, 255, 255, 0.28) 95.56%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 37px;
    line-height: 46px;
    font-weight: 700;
}
.our-value-box {
    border-radius: 18px;
    padding: 20px;
    background: linear-gradient(173.7deg, #010314 20.96%, #096E9C 98.88%, #00AEFF 99.6%);
    font-size: 19px;
    height: 192px;
}
.our-value-para {
    font-size: 14px;
    color: white;
    padding-top: 5px;
}
.our-value-icon-heading {
    font-size: 19px;
    font-weight: 600;
    color: white;
    padding-left: 10px;
    padding-bottom: 8px;
}
.profile-card {
    border-radius: 20px;
    overflow: hidden;
}
.user-name {
    color: white;
    font-size: 24px;
    text-align: left;
}
.user-des {
    font-size: 18px;
    color: white;
    text-align: left;
}
.profile-card img
{
    height: 500px;
}
.profile-card
{
    width: 93%;
}
.profile-box {
    background: linear-gradient(352.7deg, #010314 20.96%, #096E9C 77.88%, #00AEFF 99.6%);
    /* margin: 0px 10px; */
    border-radius: 20px 20px 20px 20px;
}
.w-90
{
    width: 90%;
}
.why-box {
    border: 1px solid #525660;
    display: flex;
    padding: 20px 10px 20px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    /* Width: 50%; */
}
.per-number {
    font-size: 60px;
    line-height: 61px;
    font-weight: 600;
    color: white;
}
.blue-border-line {
    border: 2.73px solid #00AEFF;
    margin: 0px 25px;
}
.why-content {
    font-size: 16px;
    color: white;
    display: flex;
    align-items: center;
}
.why-box:hover
{

    background: rgb(1,3,20);
background: linear-gradient(261deg, rgba(1,3,20,1) 70%, rgba(0, 174, 255, 0.51) 100%);
}
.business-reputation-container {
    width: 100%;
    background-image: url(./img/business-reputation.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.business-reputation-box {
    border: 1px solid #00AEFF;
    border-radius: 20px;
    padding: 30px 0px 30px 0px;
}
.blog-image-height {
    height: 616px !important;
}
.br-30 {
    border-radius: 30px 30px 30px 30px !important;
}



.accodian-padding
{
  padding : 0px 130px !important; 
}

.accordion-body
{
    background-color: #010314 !important;
    color: white;
    font-size: 15px;
    padding-top: 10px;
    font-weight: 600;
    padding-left: 0;
   
}
.accordion-item
{
    background-color: #010314 !important;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0 !important;
    padding: 10px 0;
}

.accordion-button {
 
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 8px;
   font-size: 17px;
   font-weight: 700;
   padding-left: 0;
   padding-right: 0;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.accordion-button::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background-color: white;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: #000000;
    font-size: 12px;
    margin-top: 2px;
}

.accordion-button:not(.collapsed) {
    color:white;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068"; 
}

.accordion-collapse {
    border: none;
    border-radius: 8px;
    margin-top: 5px;
    transition: height 0.4s ease;
}
.accordion-button::after
{
    background-image: none;
}
.accordion-button::before
{
    background-image: none;
}
.accordion-button:not(.collapsed)::after 
{
    background-image: none;
}
.accordion-button:focus
{
    box-shadow: none;
}
.border-accodian
{
    border: 1px solid white;
    border-radius: 20px;
    padding: 30px 50px;
}
.margin-top-anti
{
    padding-top: 140px;
}
.anti-color h2{
    color: #00AEFF;
}
.anti-color p{
    color: #ffffff;
}
.services-list-container {
    border: 1px solid #52535D;
    border-radius: 15px;
    padding: 30px 40px;
    height: 210px;
}
.service-list-heading {
    color: #FFFFFF;
    font-size: 20px;
    margin-left: 20px;
    font-weight: 600;
}
.service-list-para {
    color: #BFC9D4;
    padding-top: 7px;
}
.anti-phishing-software-img
{
    background-color: #14182B;
    justify-content: center;
    display: flex;
    padding: 25px 0px;
    width: 16%;
    border-radius: 12px;
}
.anti-phishing-heading
{
    font-size: 20px;
    font-weight: bold;
    color: #BFC9D4;
    margin-bottom: 10px;
}
.anti-phishing-para {
    color: #BFC9D4;
    font-size: 18px;
}
.anti-phishing-fast-heading {
    font-size: 18px;
    font-weight: bold;
    color: #BFC9D4;
    margin: 10px 0;
}
.anti-phishing-fast-para {
    color: #BFC9D4;
}
.anti-phishing-fast-container {
    background: linear-gradient(180deg, rgba(1, 3, 20, 0) 0%, rgba(28, 202, 255, 0.102) 100%);
    border: 1px solid #52535D;
    border-radius: 10px;
    padding: 40px 50px;
}
.service-bg {
    background-image: url(https://techowlshield.com/assets/TechOwlsheild/wp-content/plugins/elementor/assets/img/dark-web-bg.png);
    padding: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 60px 0px;
}
.dark-web-service-container {
    border: 1px solid;
    padding: 30px;
    margin: 30px;
    border-radius: 15px;
    backdrop-filter: blur(18px);
}
.dark-web-service-para {
    color: #fff;
    padding-left: 45px;
}
.dark-web-service-heading {
    color: #fff;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
}
.anti-phishing-fast-container-1,.anti-phishing-fast-container-2,.anti-phishing-fast-container-3 {
    background: linear-gradient(180deg, rgba(1, 3, 20, 0) 0%, rgba(28, 202, 255, 0.102) 100%);
    border: 1px solid #52535D;
    border-radius: 10px;
    padding: 42px 40px;
    height: 200px;
}
.anti-phishing-fast-container-2
{
    height: 250px;
}
.anti-phishing-fast-container-3
{
    height: 160px;
    display: flex;
    align-items: center;
}
.color-blue
{
    color: #00AEFF !important;
}
.accordion-body ul{
    margin-bottom: 0px !important;
}
.banner-bg {
    position: relative;
    background: linear-gradient(179.99deg, #000000 4.25%, #096E9C 155.25%, #00AEFF 167.51%);
    padding-bottom: 30px;
    border-radius: 20px;
    margin: 0px 100px 0px;

    background-image: url(./img/Navigating-the-Waters-of-CVE-2024-21762.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 50px 70px;
}
.banner-bg-8 {
    position: relative;
    background: linear-gradient(179.99deg, #000000 4.25%, #096E9C 155.25%, #00AEFF 167.51%);
    padding-bottom: 30px;
    border-radius: 20px;
    margin: 0px 100px 0px;

    background-image: url(./img/How-Machine-Learning-is-Revolutionizing-Anti-Phishing-Efforts.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 50px 70px;
}

.banner-bg-8::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(12 12 12 / 39%); /* Adjust the color and opacity as needed */
    border-radius: inherit; /* Matches the parent's border radius */
    z-index: 1; /* Ensures overlay is above background but below content */
}

.banner-bg-8 * {
    position: relative;
    z-index: 2; /* Ensures content appears above overlay */
}
.banner-bg-amos {
    position: relative;
    background: linear-gradient(179.99deg, #000000 4.25%, #096E9C 155.25%, #00AEFF 167.51%);
    padding-bottom: 30px;
    border-radius: 20px;
    margin: 0px 100px 0px;

    background-image: url(./img/Amos-Stealer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 50px 70px;
}
.about-heading-1{
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 55px;
    text-align: left;
    line-height: 68px;
    padding-bottom: 40px;
}

.about-para-1 {
    font-size: 26px;
    font-weight: 500;
    color: white;
    line-height: 40px;
}
.blog-text {
    color: #fff !important;
    font-size: 18px;
    line-height: 27px;
    word-break: break-all;
}
.linear-heading {
    color: transparent;
    background: linear-gradient(274.29deg, #00AFEF 77.45%, rgba(0, 175, 239, 0.5) 97.21%);
    -webkit-background-clip: text;
    background-clip: text;
}
li::marker {
    color: #00AFEF;
}
.banner-bg-1
{
    position: relative;
    background: linear-gradient(179.99deg, #000000 4.25%, #096E9C 155.25%, #00AEFF 167.51%);
    padding-bottom: 30px;
    border-radius: 20px;
    margin: 0px 100px 0px;
    background-image: url(./img/Darkweb.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 50px 70px;
    overflow: hidden;
}

.banner-bg-1::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(12 12 12 / 39%); /* Adjust the color and opacity as needed */
    border-radius: inherit; /* Matches the parent's border radius */
    z-index: 1; /* Ensures overlay is above background but below content */
}

.banner-bg-1 * {
    position: relative;
    z-index: 2; /* Ensures content appears above overlay */
}

ol li
{
    color: white !important;
    margin-bottom: 8px;
    font-size: 18px;
}
.banner-bg-3
{
    position: relative;
    background: linear-gradient(179.99deg, #000000 4.25%, #096E9C 155.25%, #00AEFF 167.51%);
    padding-bottom: 30px;
    border-radius: 20px;
    /* margin: 0px 100px 0px; */
    background-image: url(./img/Real-Time-Alerts.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 70px;
    overflow: hidden; 
}
.banner-bg-3::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(12 12 12 / 39%); /* Adjust the color and opacity as needed */
    border-radius: inherit; /* Matches the parent's border radius */
    z-index: 1; /* Ensures overlay is above background but below content */
}

.banner-bg-3 * {
    position: relative;
    z-index: 2; /* Ensures content appears above overlay */
}

.banner-bg-5 {
    position: relative;
    background: linear-gradient(179.99deg, #000000 4.25%, #096E9C 155.25%, #00AEFF 167.51%);
    padding-bottom: 30px;
    border-radius: 20px;
    margin: 0px 100px 0px;
    background-image: url(./img/Palo-Alto-Networks-fixes-zero-day-exploited-to-backdoor-firewalls.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 70px;
    overflow: hidden; /* Ensures overlay respects border radius */
}

.banner-bg-5::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(12 12 12 / 39%); /* Adjust the color and opacity as needed */
    border-radius: inherit; /* Matches the parent's border radius */
    z-index: 1; /* Ensures overlay is above background but below content */
}

.banner-bg-5 * {
    position: relative;
    z-index: 2; /* Ensures content appears above overlay */
}
.banner-bg-6
{
    position: relative;
    background: linear-gradient(179.99deg, #000000 4.25%, #096E9C 155.25%, #00AEFF 167.51%);
    padding-bottom: 30px;
    border-radius: 20px;
    margin: 0px 100px 0px;
    background-image: url(./img/How-Machine-Learning-is-Revolutionizing-Anti-Phishing-Efforts.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 70px;
    overflow: hidden;
}

.banner-bg-6::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(12 12 12 / 39%); /* Adjust the color and opacity as needed */
    border-radius: inherit; /* Matches the parent's border radius */
    z-index: 1; /* Ensures overlay is above background but below content */
}

.banner-bg-6 * {
    position: relative;
    z-index: 2; /* Ensures content appears above overlay */
}
.bot-bor {
    border-bottom: 0.25px solid #e9e1e1;
    /* padding: 20px 0px; */
    color: white;
}
.pagination-n a{
    color: #00AEFF;
}

.nav-pills .nav-link.active
{
    background-color: black !important;
    border: 2px solid white !important;
}
   .certfication-img a img
            {
                width: 85px !important;
            }
            .small-img img
            {
                width: 90px !important;
            }
            .certfication-img-1
            {
                width: 82px;
            }
.display-bl-md
{
    display: none !important;
}
  .carousel-32
        {
            position: relative;
        }
       .carousel-32 .owl-prev
        {
            position: absolute;
            top: 10px;
             background:#00AEFF !important;
             color: white !important;
             width: 30px;
             height: 30px;
             left: -55px;
             top: 35%;
             border-radius: 5px;
        }
        .carousel-32  .owl-prev span
        {
              font-size: 30px;
              position: absolute;
              top: -10px;
             left: 10px;
        }
           .carousel-32 .owl-next
        {
            position: absolute;
            top: 10px;
             background:#00AEFF !important;
             color: white !important;
             width: 30px;
             height: 30px;
             right: -55px;
             top: 35%;
             border-radius: 5px;
        }
        .carousel-32  .owl-next span
        {
              font-size: 30px;
              position: absolute;
              top: -10px;
             left: 10px;
        }
          .centered-box
  {
    font-size: 40px;
    color: white;
    font-weight: 700;
        letter-spacing: 0.3px;
  }
  .table-container-word th:nth-child(1),   .table-container-word td:nth-child(1) {
  width: 4%;
  word-break: break-word;
  white-space: normal;
}

  .table-container-word th:nth-child(2),   .table-container-word td:nth-child(2) {
  width: 10%;
  word-break: break-word;
  white-space: normal;
}

  .table-container-word th:nth-child(3),   .table-container-word td:nth-child(3) {
  width: 3%;
  word-break: break-word;
  text-align: center;
  white-space: normal;
}

  .table-container-word th:nth-child(4),   .table-container-word td:nth-child(4) {
  width: 6%;
  word-break: break-word;
  white-space: normal;
}

  .table-container-word th:nth-child(5),  .table-container-word td:nth-child(5) {
  width: 6%;
  word-break: break-word;
  text-align: center;
  white-space: normal;
}
  .table-container-word th:nth-child(6),   .table-container-word td:nth-child(6)
{
     width: 7%;
  word-break: break-word;
  text-align: center;
  white-space: normal;
}
  .table-container-word th:nth-child(7),   .table-container-word td:nth-child(7)
{
     width: 5%;
  word-break: break-word;
  text-align: center;
  white-space: normal;
}
  .table-container-word th:nth-child(8),   .table-container-word td:nth-child(8){
   
     width: 4%;
  word-break: break-word;
  text-align: center;
  white-space: normal;
}


  .table-container-word th:nth-child(9),   .table-container-word td:nth-child(9){
      width: 4%;
  word-break: break-word;
  text-align: center;
  white-space: normal;
  }
  .table-container-word th:nth-child(10),   .table-container-word td:nth-child(10){
  width: 6%;
  word-break: break-word;
  white-space: normal;

}
.table-container-word th:nth-child(11),   .table-container-word td:nth-child(11)
{
      width: 4%;
  word-break: break-word;
  text-align: center;
  white-space: normal;
}

.dropdown-menu-1 p 
{
    color: #929292;
    font-weight: 600;
    padding: 5px 10px;
}
 .dropdown-item
  {
    
    font-weight: 500;
    border-radius: 23px;
    color: white;
   width: 100%;
   transition: all 0.6s;
  }
  .dropdown-item:hover
  {
    color:#00AEFF;
    background: rgba(1, 3, 20, 0);
    /* background: linear-gradient(261deg, rgba(1,3,20,1) 0%, rgba(0,174,255,1) 100%); */
    border: transparent;
  }
.dropdown-item.active
{
color: #00AEFF !important;
    background: rgba(1, 1, 20, 0);
    /* background: linear-gradient(261deg, rgba(1, 3, 20, 1) 0%, rgba(0, 174, 255, 1) 100%); */
    border: transparent;
}

.nav-item .dropdown-menu {
    display: none;
    background-color: #171822;
    /* padding: 20px 40px; */
      padding: 14px 18px;
      right: -25px;
    border-radius: 15px;
    border-bottom: 4px solid #00AEFF;
  }
  .dropdown-menu-2
  {
    right: -200px !important;
  }
  .border-start
  {
    border-left: 2px solid #ffffff0a !important;
  }
.offcanvas-body .nav-link
{
    font-weight: 500;
}

.blog-main-image-n
{
    width: 100%;
    height: 280px;
}
.blog-main-image-n img
{
    border-radius: 13px;
}
.border-hover
{
    border:2px solid #3b3b3b91;
    padding: 10px;
    border-radius: 13px;

    transition: all 0.5s;
}
.border-hover:hover
{
    border:2px solid #084b6a ;
}
.header-check-blog {
    background: linear-gradient(188deg, rgba(1, 3, 20, 0) 0%, rgba(28, 202, 255, 0.102) 100%);
    padding: 10px;
    border: 2px solid #3b3b3b91;
    border-radius: 13px;
    color: #fff;
}
.header-check-blog li 
{
    font-size: 15px;
    margin: 10px 0px;
    cursor: pointer;
    font-weight: 500;
}

        .main-container {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .main-container .radial-container {
            position: relative;
            width: 480px;
            height: 480px;
            transition: transform 0.5s ease;
            flex-shrink: 0;
        }

        /* CENTER HUB */
        .main-container .hub {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 120px;
            height: 120px;
            margin: -60px 0 0 -60px;
            background: linear-gradient(180deg, rgba(1, 3, 20, 0) 0%, rgba(28, 202, 255, 0.102) 100%);
            border-radius: 50%;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            color: #fff;
            z-index: 30;
        }

        .main-container .hub::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 140px;
            height: 140px;
            margin: -70px 0 0 -70px;
            border-radius: 50%;
            box-shadow: 0 0 30px rgba(255, 65, 108, 0.4);
            animation: pulse 2s infinite ease-in-out;
            z-index: -1;
        }

        /* RINGS */
        .main-container .ring {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            animation: rotate 30s linear infinite;
        }

        .main-container .ring.outer-1 {
            width: 540px;
            height: 540px;
            border: 2px dashed rgba(255, 255, 255, 0.4);
            animation-duration: 60s;
            z-index: 1;
        }

        .main-container .ring.outer {
            width: 400px;
            height: 400px;
            border: 2px dashed rgba(255, 255, 255, 0.6);
            animation-duration: 45s;
            z-index: 2;
        }

        .main-container .ring.inner {
            width: 260px;
            height: 260px;
            border: 2px dashed rgba(255, 255, 255, 0.6);
            z-index: 3;
        }

        /* ICONS */
        .main-container .icon {
            --angle: 0deg;
            --radius: 0px;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 50px;
            height: 50px;
            margin: -27px;
            transform: rotate(var(--angle)) translate(var(--radius)) rotate(calc(-1 * var(--angle)));
            cursor: pointer;
            transition: all 0.5s ease;
        }

        /* Outer-1 ring icons */
        .main-container .ring.outer-1 .icon {
            --radius: 275px;
            z-index: 1;
        }

        /* Outer ring icons */
        .main-container .ring.outer .icon {
            --radius: 200px;
            z-index: 2;
        }

        /* Inner ring icons */
        .main-container .ring.inner .icon {
            --radius: 130px;
            z-index: 3;
        }

        .main-container .icon img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #fff;
            padding: 4px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        /* CONNECTING LINES */
        /* .icon::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: var(--radius);
        height: 2px;
        background: rgb(255, 255, 255);
        transform-origin: left center;
        transform: rotate(calc(var(--angle) - 180deg));
        z-index: -1;
        transition: all 0.5s ease;
      } */

        .main-container .icon:hover::before {
            background: rgba(255, 65, 108, 0.6);
        }

        /* Active icon connecting line */
        .main-container .icon.active::before {
            background: #ff416c;
        }

        /* LABELS */
        .main-container .icon span {
            position: absolute;
            left: 50%;
            top: -20px;
            transform: translateX(-50%);
            white-space: nowrap;
            font-size: 0.85rem;
            font-weight: 600;
            color: white;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .main-container .icon:hover span {
            opacity: 1;
        }

        /* POSITIONING FOR INNER RING ICONS */
        .ring.inner .icon:nth-child(1) {
            --angle: 0deg;
        }

        .ring.inner .icon:nth-child(2) {
            --angle: 180deg;
        }

        /* POSITIONING FOR OUTER RING ICONS */
        .ring.outer .icon:nth-child(1) {
            --angle: 80deg;
        }

        .ring.outer .icon:nth-child(2) {
            --angle: 150deg;
        }

        .ring.outer .icon:nth-child(3) {
            --angle: 230deg;
        }
         .ring.outer .icon:nth-child(4) {
            --angle: 300deg;
        }

       .ring.outer-1 .icon:nth-child(1) {
    --angle: 0deg;
}

.ring.outer-1 .icon:nth-child(2) {
    --angle: 60deg;
}

.ring.outer-1 .icon:nth-child(3) {
    --angle: 120deg;
}

.ring.outer-1 .icon:nth-child(4) {
    --angle: 180deg;
}

.ring.outer-1 .icon:nth-child(5) {
    --angle: 240deg;
}

.ring.outer-1 .icon:nth-child(6) {
    --angle: 300deg; /* Last item at 300° (instead of 360° to keep symmetry) */
}
        /* CONTENT PANEL */
        .main-container .content-panel {
            position: absolute;
            right: 0;
            width: 500px;
            height: 100%;
            background: linear-gradient(171.7deg, #010314 28.96%, #096E9C 146.88%, #00AEFF 99.6%);
            border-radius: 13px;
            border: 1px solid #2e2e2e;

            padding: 40px;
            transform: translateX(100%);
            transition: transform 0.5s ease;
            opacity: 0;
            z-index: 10;
        }

        .main-container .content-panel.active {
            transform: translateX(0);
            opacity: 1;
        }

        .main-container .content-panel h2 {
            color: #fff;
            margin-bottom: 20px;
            font-size: 1.8rem;
        }

        .main-container .content-panel p {
            color: #fff;
            line-height: 1.6;
            font-size: 1rem;
        }

        /* ACTIVE STATES */
        .main-container .radial-container.active {
            transform: translateX(-200px);
        }

        .main-container .icon.active img {
            border: 2px solid #00AFEF;
            /* transform: scale(1.1); */
        }

        .main-container .icon.active span {
            opacity: 1;
            font-weight: 700;
        }

        /* ANIMATIONS */
        @keyframes rotate {
            from {
                transform: translate(-50%, -50%) rotate(0deg);
            }

            to {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

        @keyframes pulse {

            0%,
            100% {
                box-shadow: 0 0 0 rgba(255, 65, 108, 0);
            }

            50% {
                box-shadow: 0 0 30px #00afef34;
            }
        }

        /* OVERLAY FOR CLICK OUTSIDE */
        .main-container .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: transparent;
            z-index: 5;
            display: none;
        }

        .main-container .overlay.active {
            display: block;
        }
        .logo-box-slide img {
            width: 80% !important;
            height: 45px;
        }
        .owl-carousel-3 .owl-dots
        {
            display: none;
        }
        .logo-box-slide
        {
            background-color: white;
            border-radius: 8px;
            padding: 10px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .logo-box-slide:hover
        {
            background-color: rgba(255, 255, 255, 0.986);
        }