/* .banner-tabsArea {
  margin-bottom: 30px;
}
.banner-tabsArea > .nav-pills {
  margin-bottom: 15px;
}
.banner-tabsArea > .nav-pills > .nav-item > .nav-link {
  padding: 7px 20px;
  background: #fff;
  border-radius: 30px;
  color: #565656;
  transition: all 0.3s;
}
.banner-tabsArea > .nav-pills > .nav-item + .nav-item {
  margin-left: 7px;
}
.banner-tabsArea > .nav-pills > .nav-item > .nav-link.active {
  background: #f01616;
  color: #fff;
}
.banner-form {
  background: #fafafa;
  display: flex;
  width: 100%;
  max-width: 630px;
  padding: 5px;
  border-radius: 25px;
  border: 1px solid #ababab;
}
.banner-form > input {
  border: 0;
  outline: 0;
  padding: 10px 20px;
  background: transparent;
  flex: 1 1 auto;
  border-radius: 25px 0 0 25px;
}
.banner-form > button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  background: #f01616;
  color: #fff;
}

/* @media(max-width:576px) {
  .breaches-div {
    justify-content: center;
  }
} */

/* .breach-div i{
  margin-right: 10px;
}
.breaches-div1 i{
  margin-right: 10px;
}
.breaches-div1 {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}
.breaches-div1 .image {
  margin-right: 15px;
}
.breaches-div1 .image img {
  width: 100%;
  max-width: 70px;
}
.breaches-div1 .subheadings {
  font-size: 16px;
  margin: 0px;
  line-height: 1;
  font-weight: 700;
}
.breaches-div1 .text-div p {
  margin: 0px;
} */



/*================================================
  HOME PAGE
=================================================*/

/* ========== TOP HERO SECTION ============== */


.bg-white {
  padding-top: 170px;
  padding-bottom: 40px;
}
.bg-white1 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.banner-tabsArea .nav-pills {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
  border: none;
}

.banner-tabsArea .nav-pills .nav-item .nav-link {
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  background: #E7E7E7;
  color: #666;
  transition: all 0.3s;
}

.banner-tabsArea .nav-pills .nav-item .nav-link.active {
  background: #d01616;
  color: #fff;
}

.banner-form {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.banner-form input {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 1px solid #E7E7E7;
  border-radius: 30px;
  padding: 0 70px 0 30px;
  font-size: 16px;
  color: #333;
}

.banner-form input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(208, 22, 22, 0.2);
}

.banner-form button {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #DFDFDF;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.banner-form button:hover {
  background: #b01212;
}

.heading01 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  margin-bottom: 40px;
}

/* Adjust the container spacing */
.row > [class*="col-"] {
  padding: 0 10px;
}

/* Add gap between stat boxes */
.col-lg-6.col-sm-6:first-child {
  padding-right: 8px;
}

.col-lg-6.col-sm-6:last-child {
  padding-left: 8px;
}

.stats-container {
  display: flex;
  gap: 16px;
  margin-left: 0;
  margin-right: 0;
  flex-direction: column;
  padding-left: 150px;
}

.single-feature {
  flex: 1;
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: left;
  border: none;
  box-shadow: none;
}

.single-feature-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.single-feature-content h2 {
  font-size: 56px;
  font-weight: 400;
  color: #000;
  margin-bottom: 4px;
  line-height: 1;
}

.single-feature-content h3 {
  font-size: 24px;
  color: #000;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 991px) {

  .row > [class*="col-"] {
    padding: 0 20px;
  }

  .top-feature-section .row {
      flex-direction: column-reverse;
  }
  
  .stats-container {
      flex-direction: row;
      margin-bottom: 40px;
      padding-left: 0;
      gap: 40px;
  }
  
  .single-feature {
      margin: 0;
      background: #fff;
  }
  
  .single-feature-content h2 {
      font-size: 42px;
  }
  
  .single-feature-content h3 {
      font-size: 18px;
  }
  
  .heading01 {
      font-size: 32px;
      margin-bottom: 30px;
      text-align: left;
      line-height: 30px;
  }
  
}

@media (max-width: 767px) {

  .stats-container {
      flex-direction: row;
      gap: 15px;
      margin-top: 60px;
      margin-bottom: 20px;
  }
  
  .banner-tabsArea .nav-pills .nav-item .nav-link {
      padding: 8px 20px;
      font-size: 14px;
  }
  
  .banner-form input {
      height: 50px;
      font-size: 14px;
  }
  
  .banner-form button {
      top: 5px;
      width: 40px;
      height: 40px;
  }
  
  .heading01 {
      font-size: 16px;
  }

.single-feature {
    padding: 0px!important;
}

.single-feature-content h2 {
    font-size: 28px;
}

.single-feature-content h3 {
    font-size: 14px;
}
}

/*============ END OF TOP HERO SECTION ====== ********** ============ ====== */



/*============ RECENT BREACHES SECTION ====== ********** ============ ====== */


.breaches-div {
  display: flex;
  align-items: start;
  background: #f2f2f2;
  padding: 17px;
  margin-bottom: 30px;
  border-radius: 8px;
  margin-right: 15px;
}
.breaches-div .image {
  margin-right: 15px;
}
.breaches-div .image img {
  width: 100%;
  max-width: 70px;
}
.breaches-div .subheadings {
  font-size: 16px;
  margin: 0px;
  line-height: 1;
  font-weight: 600;
}
.breaches-div .text-div p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.fa-arrow-right:before {
  content: "\f061";
  color:#9B9B9B;
}

.btn{
  background-color: #DFDFDF;
  box-shadow: none!Important;
  color: #242424;
  padding: 12px 17px;
  border-radius: 30px;
  font-weight: 400;
}

.btn i{
  display: none;
}

.gray-box{
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 10px;    
}
.gray-box1{
  background-color: #f9f9f9;
  padding: 5px 15px;
 
}
.gray-box2{
  background-color: #fff;
  padding: 5px 15px;
 
}

.image1 {
  margin: 5px;
  margin-right: 15px;
  text-align: center;
} 

@media (max-width: 991px) {
  .bg-white {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .btn{
    display: block!important;
  }

}

/*============ END OF RECENT BREACHES SECTION ====== ********** ============ ====== */


/* ==================== START OF SERVICE SECTION ============================= */



/* Remove default padding from columns for custom gap */
.breach-service-section [class*="col-"] {
  padding: 0;
}

.breach-card {
  background: #F2F2F2!important;
  border-radius: 37px;
  padding: 25px;
  margin: 0px 16px;
  height: 100%;
  position: relative;
}

/* Icon styles */
.breach-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

/* Content styles */
.breach-content h6 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.3;
}

.breach-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 0;
  font-weight: 400;
}

/* Email subscription form */
.breach-subscribe-form {
  margin-top: 20px;
  position: relative;
}

.breach-subscribe-form input {
  width: 100%;
  height: 48px;
  background: #fff;
  border: none;
  border-radius: 100px;
  padding: 0 120px 0 20px;
  font-size: 16px;
}

.breach-subscribe-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 40px;
  padding: 0 20px;
  background: #E7E7E7;
  border: none;
  border-radius: 100px;
  color: #000;
  font-size: 14px;
}

/* Hover effect */
.breach-card:hover {
  transform: translateY(-5px);
  transition: all 0.5s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Input hover/focus effect */
.breach-subscribe-form input:hover,
.breach-subscribe-form input:focus {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  outline: none;
}

/* Button hover effect */
.breach-subscribe-form button {
  transition: all 0.3s ease;
}

.breach-subscribe-form button:hover {
  background: #d9d9d9;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive styles */

@media (max-width: 767px) {
  .breach-service-section {
      padding: 40px 0;
  }
  
  .breach-service-section .row {
      gap: 16px;
  }
  
  .breach-content h6 {
      font-size: 18px;
  }
  
  .breach-content p {
      font-size: 14px;
  }
}

/* ======================= END OF SERVICE SECTION ===================== */

/*================================================
  ABOUT US PAGE
=================================================*/


.about-section {
  padding: 80px 0;
  background: #fff;
}

.about-title {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  margin-top: 40px;
}

.content-wrapper {
  max-width: 940px;
}

.about-item {
  background: #F4F4F4;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 24px;
}

.about-item:last-child {
  margin-bottom: 0;
}

.about-item h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 16px;
}

.about-item p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 16px;
  font-weight: 400;
}

.about-item p:last-child {
  margin-bottom: 0;
}


@media (max-width: 767px) {
  .about-section {
      padding: 40px 0;
  }

  .about-title {
      font-size: 24px;
      margin-bottom: 24px;
      margin-top: 50px;
  }

  .about-item {
      padding: 24px;
      margin-bottom: 16px;
  }

  .about-item h2 {
      font-size: 20px;
  }
}





/* ========================== Start of Footer Section ==================== */



.hn-footer-content {
  max-width: 800px;
}

.hn-footer-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 50px;
  font-weight: 400;
}

.copyright {
  font-size: 16px;
  color: #000;
}

.hn-footer-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  padding: 0;
  height: 100%;
}

.hn-footer-nav > .d-flex {
  align-items: flex-end;
}

.quick-links {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.quick-links a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.quick-links a:hover {
  color: #d01616;
}

.social-links {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B3B3B3;
  transition: color 0.3s ease;
}

.social-links .social-icon i{
  font-size: 18px;
}

.social-icon:hover {
  color: #d01616;
}

.social-icon svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  stroke: none;
}

@media (max-width: 767px) {
  .quick-links {
      gap: 8px;
  }
  
  .social-links {
      margin-bottom: 20px;
  }

  .hn-footer-nav {
    justify-content: left;
    align-items: center;
    text-align: center;
  }

  .hn-footer-nav > .d-flex {
    align-items: center;
  }

  .hacknotify-footer .container .row{
    flex-direction: column-reverse;
  }

  .hacknotify-footer.bg-white1{
    padding-top: 0px;
  }
}


/*================================================
  Data Protection PAGE
=================================================*/

.gdpr-section {
  padding: 80px 0;
  background: #fff;
  margin-top: 40px;
}

.content-wrapper-dp {
  display: flex;
  gap: 80px;
}

.main-content {
  flex: 1;
}

h1 {
  font-size: 42px;
  font-weight: 400;
  color: #000;
  margin-bottom: 24px;
}
.gdpr-section p{
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 48px;
  font-weight: 400;
}

.dp-heading{
  font-size: 32px;
  font-weight: 400;
  color: #000;
  margin-bottom: 16px;
}

.steps-subtitle {
  font-size: 16px;
  color: #333;
  margin-bottom: 32px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 0.25fr);
  gap: 24px;
  margin-bottom: 48px;
}

.step-card {
  background: #F8F8F8;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}

.step-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 25px;
}

.step-card p {
  font-size: 16px;
  color: #000000;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}

.section-heading {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  background: #2C2C2C;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.highlight-box {
  background: #F8F8F8;
  padding: 24px;
  border-radius: 8px;
  margin: 24px 0;
}

.highlight-box p {
  font-size: 26px;
  color: #000000;
  margin: 0;
  line-height: 32px;
  font-weight: 400;
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.bullet-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #333;
  font-size: 16px;
}

.bullet-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #d01616;
  border-radius: 50%;
}

/* Sidebar */
.sidebar {
  width: 300px;
  flex-shrink: 0;
}

.toc-box {
  background: #F8F8F8;
  padding: 24px;
  border-radius: 12px;
  position: sticky;
  top: 75px;
}

.toc-box h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
  border-left: 2px solid #d01616;
  margin-left: -24px;
  padding-left: 24px;
}

.toc-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-box li {
  margin-bottom: 16px;
}

.toc-box a {
  color: #666;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.toc-box a:hover,
.toc-box a.active {
  color: #000;
}

.text-red {
  color: #d01616;
}

.link-red {
  color: #d01616;
  text-decoration: none;
}

.link-red:hover {
  text-decoration: underline;
}

.rights-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rights-list li {
  margin-bottom: 32px;
}

.rights-list h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
}

.rights-list p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.content-section {
  margin-bottom: 40px;
}

.content-section p {
  margin-bottom: 16px;
  line-height: 1.6;
}

.content-section p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .highlight-box p {
    font-size: 22px;
  }

  .section-heading {
    font-size: 24px;
  }

  .rights-list h4 {
      font-size: 16px;
  }
  
  .content-section {
      margin-bottom: 32px;
  }

  .content-wrapper-dp {
    flex-direction: column;
    gap:0px;
}

.sidebar {
    width: 100%;
    order: -1;
    margin-bottom: 40px;
}

.steps-grid {
    grid-template-columns: repeat(2, 1fr);
}

  .gdpr-section {
    padding: 40px 0;
}

.steps-grid {
    grid-template-columns: 1fr;
}

.step-card {
    padding: 20px;
}
}




/*================================================
  Donate PAGE
=================================================*/

.donate-section {
  padding: 80px 0;
  background: #fff;
  margin-top: 40px;
}

.donate-content {
  max-width: 1320px;
}

.donate-section h1 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  margin-bottom: 16px;
}

.donate-section h2 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  margin-bottom: 16px;
}

.donate-section .intro-text{
  max-width: 940px;
}

.intro-text{
  margin-bottom: 20px;
}

.intro-text p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
}

.donate-section .payment-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.payment-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8;
  padding: 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.payment-card .payment-card:hover {
  background: #f0f0f0;
}

.payment-card .payment-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.payment-card .payment-icon {
  width: 32px;
  height: 32px;
}

.payment-card .payment-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.payment-details h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0 0 4px;
}

.payment-details p {
  font-size: 14px;
  color: #666;
  margin: 0;
  word-break: break-all;
}

.copy-btn {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 8px;
  transition: color 0.3s ease;
}

.copy-btn:hover {
  color: #000;
}

.payment-link {
  color: inherit;
}

.payment-link i {
  color: #666;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.payment-link:hover i {
  transform: translateX(4px);
}

.horizontal-rule{
  margin:50px 0px;
  color:#cfcfcf;
}


.donate-section .action-buttons {
  display: flex;
  gap: 0px;
}

.payment-card .icon-btn {
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-card .icon-btn img {
  width: 22px;
  height: 22px;
}

.qr-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 24px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  max-width: 300px;
  width: 90%;
}

.close-modal {
  position: absolute;
  right: 16px;
  top: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}

#qrCode {
  margin: 20px auto;
}

.address-text {
  font-size: 14px;
  color: #666;
  word-break: break-all;
  margin: 16px 0 0;
}

@media (max-width: 767px) {

  .horizontal-rule{
    margin:10px 0px;
  }
  

  .donate-section {
      padding: 40px 0;
  }

  .donate-section .payment-options {
    grid-template-columns: repeat(1, 1fr)!important;
  }

  .donate-section h1 {
    font-size: 24px;

  }

  .donate-section h2 {
    font-size: 20px;
  }

  .payment-card {
      padding: 16px;
  }
}

/* Mobile Styles */
@media (max-width: 767px) {
  .payment-options {
      grid-template-columns: 1fr;
  }

  .payment-card {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
  }

  .payment-info {
      width: 100%;
  }

  .payment-info h3 {
      font-size: 20px;
      margin-bottom: 8px;
  }

  .payment-info p {
      font-size: 16px;
      word-break: break-all;
  }

  .donate-section .action-buttons {
      width: 100%;
      display: flex;
      gap: 12px;
  }

.donate-section .icon-btn {
      flex: 1;
      padding: 12px;
      border-radius: 30px;
      background: #DFDFDF;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 16px;
      color: #000;
      border-radius: 30px;
  }

  /* For PayPal and Credit Card */
  .payment-card.payment-link {
      flex-direction: column;
      align-items: flex-start;
      order: 1;
  }

  .payment-card.payment-link .visit-btn {
      width: 100%;
      padding: 12px;
      border-radius: 30px;
      background: #DFDFDF;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 16px;
      color: #000;
  }
}

/*================================================
  Breach Archive PAGE
=================================================*/

.pwned-websites {
  padding: 80px 0;
  background: #fff;
  margin-top: 40px;
}

.section-title {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  margin-bottom: 22px;
}

.breach-item {
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 14px;
  padding: 32px;
  margin-bottom: 24px;
}

.breach-header {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}

.breach-logo {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.breach-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.breach-title h2 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breach-title h2 i {
  color: #22C55E;
  font-size: 20px;
}

.breach-title p {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0;
  font-weight: 400;
}

.breach-details {
  background: #F0F0F0;
  border-radius: 8px;
  overflow: hidden;
}

.detail-row {
  display: flex;
  padding: 16px 24px;
}

.detail-row:nth-child(even) {
  background: #fff;
}

.detail-row strong {
  flex: 0 0 200px;
  font-weight:400;
  color: #000;
}

.detail-row span {
  color: #000000;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .pwned-websites {
      padding: 40px 0;
  }

  .section-title {
      font-size: 24x;
      margin-bottom: 24px;
  }

  .breach-item {
      padding: 20px;
  }

  .breach-header {
      gap: 16px;
      margin-bottom: 24px;
  }

  .breach-logo {
      width: 48px;
      height: 48px;
      padding: 0px;
  }

  .breach-title h2 {
      font-size: 20px;
  }

  .detail-row {
      flex-direction: column;
      padding: 12px 16px;
      gap: 4px;
  }

  .detail-row strong {
      flex: none;
  }
}


/*================================================
  Home Page Results
=================================================*/
.success-container{
    background: white;
    margin-top: -25px;
    z-index: 1;
    position: relative;
    margin-bottom: 46px;
}


.success-message {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #216F28;
  font-size: 16px;
  font-weight: 400;
}



@media (max-width: 767px) {
  .success-container {
    margin: 10px 15px;
  }
  

}

/* -----  Breach Notification ----- */

.breach-notification {
  margin: 20px 0px;
  border: 2px solid #F01616;
  border-radius: 12px;
  padding: 24px;
}

.notification-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.notification-header i {
  color: #d01616;
  font-size: 24px;
}

.notification-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.notification-text {
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
}

.breach-company {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breach-notification-section .breach-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.breach-notification-section .breach-logo {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.breach-notification-section .breach-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.breach-notification-section .breach-details {
  flex: 1;
}

@media (max-width: 767px) {
  .breach-notification {
      padding: 16px;
      margin-top: 24px;
  }

  .notification-header h3 {
    font-size: 20px;
  }

  .breach-content {
      flex-direction: column;
      gap: 16px;
  }

  .breach-notification-section .breach-logo {
    display: none;
  }

  .detail-row {
      flex-direction: column;
      gap: 4px;
      padding: 12px;
  }

  .detail-row strong {
      flex: none;
  }

  .breach-logo {
      width: 48px;
      height: 48px;
      padding: 6px;
  }
}


/* breach tooltip */
.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.tooltip-wrapper .tooltip-text {
  visibility: hidden;
  position: absolute;
  top: -100px; /* Fixed height above */
  left: 230px;
  transform: translateX(-50%);
  width: 400px;
  padding: 24px;
  background: white;
  border-radius: 16px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  z-index: 1000;
  opacity: 0;
  transition: all 0.2s ease;
  text-align: left;
  gap: 12px;
  align-items: flex-start;
  font-weight: 500;
}

.tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip-wrapper .tooltip-text .title-text {
  color: #22C55E;
  font-weight: 500;
}

.tooltip-wrapper .tooltip-text .title-text-nonverified{
  color: #F7931A;
  font-weight: 500;
}

/* For unverified version */
.tooltip-wrapper.unverified .tooltip-text .title-text {
  color: #F59E0B;
}

.tooltip-wrapper .tooltip-text svg {
  flex-shrink: 0;
  margin-right: 3px;
  margin-bottom: 3px;
}

.secure-account-btn {
  display: inline-flex;
  align-items: center;
  background: #111;
  color: #fff !important;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 18px;
  text-decoration: none;
  transition: background 0.2s;
  gap: 10px;
  box-shadow: none;
  align-self: flex-start;
  max-width: 100%;
  white-space: normal;
}
.secure-account-btn i {
  font-size: 16px;
  margin-left: 8px;
}
.secure-account-btn:hover, .secure-account-btn:focus {
  background: #222;
  color: #fff;
  text-decoration: none;
}

.secure-btn-wrapper {
  width: 100%;
  text-align: right;
}

/*================================================
  Mobile header
=================================================*/

@media (max-width: 767px) {
  .navbar-area .mobile-nav.mean-container .mean-bar {
    background: #FFF!important;
}

.mean-container a.meanmenu-reveal span {
  background: #000!important;
}
}

/* OTP Verification Styles */
.otp-verification {
    text-align: center;
    padding: 20px 0;
}

.otp-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 25px 0;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.otp-input:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
    outline: none;
}

.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.verify-btn {
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.verify-btn:hover {
    background-color: #c82333;
}

.resend-btn {
    background: none;
    border: none;
    color: #dc3545;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 15px;
    font-size: 14px;
}

.resend-btn:hover {
    color: #c82333;
}

.verification-message {
    margin-bottom: 20px;
    font-size: 16px;
    color: #4a5568;
}

.verification-phone {
    font-weight: 600;
    color: #2d3748;
}
