@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&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&family=Yeseva+One&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

.bg-blue {
  display: flex;
  background-color: #060b26;
  /* height: 900px; */
}

/* header.site-head {
  margin-top: 50px;
} */

/* .header-custom-menu {
  margin-top: 60px !important;
} */

/* Beta */

.beta-banner {
  position: fixed;
  top: 0;
  width: 100%;
  /* background-color: red; */
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1020;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-height: 60px;
}

.beta-badge {
  background-color: #4a90e2;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.beta-text {
  color: #374151;
  font-size: 16px;
  line-height: 1.4;
  flex-grow: 1;
}

.beta-link {
  color: #3b82f682;
  text-decoration: none;
  font-weight: 500;
}

.beta-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .beta-banner {
    margin: 12px;
    padding: 14px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .beta-text {
    font-size: 13px;
  }
}

/* Beta */

.scan-sidebar {
  position: absolute;
  top: 120px;
  left: 40px;
}

.down-bg {
  width: 10%;
  margin-top: 55%;
  background-color: #d8f2fe;
}

/* img {
  max-width: 100%;
} */

.row {
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  font-family: "Roboto", sans-serif;
}

/* header css  */

.site-head {
  /* margin-top: 100px; */
  background-color: #fff;
  padding: 15px 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  z-index: 1020;
  width: 100%;
}

.site-head .logo img {
  /* height: 32px; */
  margin-right: 6px;
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.site-head .nav-links a,
.site-head .nav-links button {
  margin-right: 20px;
  color: #6c757d;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}

.site-head .nav-links {
  color: #6c757d;
}

.site-head .nav-links a:hover {
  color: #000;
}

.site-head .freemium-btn {
  background-color: #f8931f;
  color: white;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.site-head .search-icon {
  font-size: 16px;
  color: #6c757d;
  margin-right: 15px;
  cursor: pointer;
}

.site-head .toggle-btn {
  font-size: 22px;
  color: #333;
  cursor: pointer;
  display: none;
}

/* Mobile Drawer Menu */
.site-head .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 80%;
  height: 100vh;
  z-index: 9999;
  padding: 30px;
  overflow-y: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.site-head .mobile-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.site-head .mobile-menu a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.site-head .mobile-menu a:hover {
  color: #000;
}

.site-header-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 30px;
  align-items: center;
}

header.site-header .col {
  width: 50%;
}

header.site-header .row {
  align-items: center;
  justify-content: space-between;
}

.col-sm-7.left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.site-header a {
  font-size: 16px;
  font-weight: 500;
  color: #727272;
  text-decoration: none;
}

/* header.site-header a.active {
  color: #ffc700 !important;
  position: relative;
} */

/* a.active::after {
  content: "";
  position: absolute;
  width: 52%;
  height: 1px;
  background-color: #ffc700;
  left: 26px;
  bottom: -7px;
  margin: auto !important;
  text-align: center;
} */

.site-header-nav {
  text-align: center;
  margin-top: 20px;
}

header.site-header {
  /* position: absolute; */
  width: 100%;
  padding-bottom: 25px;
}

.site-header {
  position: fixed;
  height: 90px;
  background-color: #fff;
  transition: background-color 0.3s ease;
  z-index: 9999;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}

.product-page .site-head .freemium-btn {
  background-color: #f8931f;
  color: white;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.other-page .site-header {
  position: relative;
  background-color: #001b36;
  padding-top: 0;
}

.search {
  font-size: 16px;
  font-weight: 500;
  color: #727272;
  text-decoration: none;
}

header.site-header .site-header-login-btn {
  background-color: #ed2e26;
  text-decoration: none;
  padding: 7px 10px;
  border: 2px solid #ed2e26;
  width: 112px;
  /* color: #fff; */
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.site-header-login-btn.site-btn a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
}

/* Mobile Drawer Menu */
.site-header .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 80%;
  height: 100vh;
  z-index: 9999;
  padding: 30px;
  overflow-y: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.right-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  background-color: #000;
  width: 100%;
  height: 100vh;
  max-width: 300px;
  z-index: 99999;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.right-drawer.active {
  left: 0;
  transition: all 0.3s linear;
  z-index: 9999;
}

.right-drawer ul {
  display: block;
  text-align: start;
}

/* .site-header-logo-sm {
  display: none;
} */

.site-header .logo img {
  /* height: 32px; */
  margin-right: 6px;
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.mobile-toggle-menu {
  display: none;
}

.right-drawer ul li {
  padding-top: 28px;
  padding-left: 24px;
}

.right-drawer .site-header-login-btn {
  background-color: #ffc70080;
  text-decoration: none;
  padding: 7px 44px;
  border: 2px solid #ff9b0080;
  max-width: 144px;
  border-radius: 8px;
  transition: all 0.2s linear;
}

.site-header-login-btn.site-btn:hover {
  background-color: transparent;
  transition: all 0.2s linear;
}

.site-header-login-btn.site-btn a:hover {
  color: #727272 !important;
}

/* site banner css  */
/* section.hero {

} */

.site-banner {
  margin-top: 100px;
  width: 100%;
  background-position: 100% 100%;
}

/* .site-banner .carousel-inner .banner-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
} */

.site-banner .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.site-banner .carousel-inner .banner-bg {
  background-image: url(image/shield-lock-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 100px;
  padding: 20px 50px;
  /* height: 400px; */
}


.site-banner .carousel-inner .banner-bg-2 {
  background-image: url(image/Banner-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding: 20px 100px;
  height: 600px;
}

.site-banner .carousel-inner .banner-bg-3 {
  background-image: url(image/Banner-bg-3.png);
  /* background-repeat: no-repeat;
  background-size: cover; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding: 20px 50px;
  height: 600px;
}

/* .site-banner .carousel-inner .banner-bg-3 img {
  margin-left: 100px;
  animation: flip 2s forwards;
}

@keyframes flip {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(-1);
  }
} */

.site-banner .carousel-inner .banner-bg .banner-text h3,
.site-banner .carousel-inner .banner-bg-2 .banner-text h3,
.site-banner .carousel-inner .banner-bg-3 .banner-text h3 {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  /* flex: 1; */
}

.site-banner .carousel-inner .banner-bg .banner-text .banner-btn,
.site-banner .carousel-inner .banner-bg-2 .banner-text .banner-btn,
.site-banner .carousel-inner .banner-bg-3 .banner-text .banner-btn {
  background-color: #fe0000;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border: 2px solid #fe0000;
  padding: 6px 17px;
  border-radius: 8px;
  display: inline-block;
  font-size: 27px;
}

.site-banner .carousel-inner .banner-img {
  /* margin: 0;
  display: block; */
  width: 100%;
  height: 100%;
  /* height: 600px; */
}

.site-banner .carousel-inner .banner-bg .banner-text a,
.site-banner .carousel-inner .banner-bg-2 .banner-text a,
.site-banner .carousel-inner .banner-bg-3 .banner-text a {
  text-decoration: none;
  color: #fff;
}

.site-banner .carousel-inner .banner-gif {
  position: absolute;
  top: 12%;
  left: 7.5%;
  z-index: 2;
  pointer-events: none;
  animation: zoomInOut 1s forwards;
  -webkit-animation: zoomInOut 1s forwards;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.site-banner .carousel-inner .banner-gif-flip {
  position: absolute;
  top: 12%;
  left: 7.5%;
  z-index: 2;
  max-width: 300px;
  pointer-events: none;
  animation: flip 2s forwards;
}

@keyframes flip {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(-1);
  }
}

.site-banner .carousel-inner .banner-gif-right {
  position: absolute;
  top: 2%;
  right: 1%;
  z-index: 2;
  pointer-events: none;
  animation: zoomInOut 1s forwards;
  -webkit-animation: zoomInOut 1s forwards;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.carousel.slide .control-btn {
  opacity: 0;
}

/* banners */
/* port */
.hero-banner-port-hero-section {
  min-width: 100%;
  background: linear-gradient(135deg, #003d5c 0%, #0066a1 50%, #0099cc 100%);
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 600px; */
  height: 100vh;
  /* margin: 40px 0; */
}

.hero-banner-port-container {
  max-width: 1400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.hero-banner-port-content {
  flex: 1;
  max-width: 650px;
}

.hero-banner-port-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 24px;
  border-radius: 30px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}

.hero-banner-port-badge-icon {
  width: 20px;
  height: 20px;
  color: #facc15;
  border-radius: 50%;
  border: 1px solid #facc15;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-banner-port-hero-section .hero-banner-title {
  font-size: 60px;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
}

.hero-banner-port-hero-section .hero-banner-port-tagline {
  font-size: 20px;
  color: #d1d5db;
  line-height: 1.6;
  margin-bottom: 40px;
}

.hero-banner-port-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-banner-port-btn {
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.hero-banner-port-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.hero-banner-port-btn-primary {
  background: linear-gradient(135deg, #ff8a00, #ff6b00);
  color: white;
}

.hero-banner-port-btn-secondary {
  background: #ff0000;
  color: white;
}

.hero-banner-port-features {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.hero-banner-port-features span {
  font-size: 16px;
  color: #d1d5db;
}

.hero-banner-port-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 15px;
}

.hero-banner-port-check-icon {
  width: 16px;
  height: 16px;
  background: #4ade80;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.hero-banner-port-image {
  animation: imageSlideIn 1.5s ease-out forwards;
  animation-delay: 0.3s;
}

/* Keyframes for slide in */
@keyframes imageSlideIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .hero-banner-port-container {
    padding-top: 30px;
  }

  .hero-banner-port-content {
    margin-top: 10px;
  }

  .hero-banner-port-badge {
    margin-bottom: 10px;
  }

  .hero-banner-port-hero-section .hero-banner-title {
    font-size: 30px;
  }

  .hero-banner-port-hero-section .hero-banner-port-tagline {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hero-banner-port-hero-section {
    padding: 60px 20px;
    min-height: auto;
  }

  .hero-banner-port-badge {
    font-size: 8px;
    margin-bottom: 10px;
    padding: 4px 10px;
  }

  .hero-banner-port-hero-section .hero-banner-title {
    font-size: 36px;
  }

  .hero-banner-port-hero-section .hero-banner-port-tagline {
    font-size: 16px;
  }

  .hero-banner-port-features span {
    font-size: 10px;
    color: #d1d5db;
  }

  .hero-banner-port-check-icon {
    width: 10px;
    height: 10px;
    font-size: 10px;
  }

  .hero-banner-port-buttons {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .hero-banner-port-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .hero-banner-port-image {
    max-width: 90%;
    margin-top: 3px;
    display: block;
  }

  .hero-banner-port-features {
    gap: 3px;
  }
}

@media (max-width: 480px) {
  .hero-banner-port-hero-section .hero-banner-title {
    font-size: 28px;
  }
}

/* Hero Section banner two */
.hero-banner-one {
  background: url("/static/image/hero-banner-1.png") no-repeat center center/cover;
  background-attachment: scroll;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 8%;
  position: relative;
  width: 100%;
}

/* Overlay to darken background slightly */
.hero-banner-one::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 27, 54, 0.5), rgba(0, 27, 54, 0.2));
  z-index: 1;
}

.hero-banner-one-hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.hero-banner-one-hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #fff;
}

.hero-banner-one-hero-content p {
  font-size: 25px;
  color: #d1d5db !important;
  margin-bottom: 2rem;
}

/* Button */
.hero-banner-one-get-started-btn {
  background-color: #f8931f;
  color: white;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.hero-banner-one-get-started-btn:hover {
  background-color: #ffb347;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-banner-one-hero-content h1 {
    font-size: 2.2rem;
    text-align: left !important;
  }

  .hero-banner-one-hero-content p {
    font-size: 1rem;
    text-align: left !important;
  }

  .hero-banner-one-get-started-btn {
    padding: 12px 26px;
  }
}

.security-shield-hero-section {
  position: relative;
  height: 100vh;
  background: url("/static/image/hero-banner-2.png") no-repeat center center/cover;
  /* background: linear-gradient(135deg, #0a1628 0%, #1a2f4f 50%, #0d1b2a 100%); */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}

.security-shield-hero-section.right-zoomin {
  position: relative;
  height: 100vh;
  background: url("/static/image/hero-banner-2.png") no-repeat center center/cover;
  /* background: linear-gradient(135deg, #0a1628 0%, #1a2f4f 50%, #0d1b2a 100%); */
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  /* justify-content: center; */
  padding: 20px;
  overflow: hidden;
}

.security-shield-hero-section.flip {
  position: relative;
  height: 100vh;
  background: url("/static/image/hero-banner-2.png") no-repeat center center/cover;
  /* background: linear-gradient(135deg, #0a1628 0%, #1a2f4f 50%, #0d1b2a 100%); */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}

.security-shield-hero-section.flip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(254, 0, 0, 0.26);
  z-index: 1;
}

.security-shield-container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.security-shield-left-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.security-shield-shield-container {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.security-shield-shield-container img {
  width: 100%;
  max-width: 350px;
  height: auto;
  filter: drop-shadow(0 0 40px rgba(0, 150, 255, 0.6));
  animation: zoomInOut 3s ease-in-out forwards;
}

.security-shield-shield-container.img-right img {
  width: 100%;
  max-width: 450px;
  height: auto;
  filter: drop-shadow(0 0 40px rgba(0, 150, 255, 0.6));
  animation: zoomInOut 3s ease-in-out forwards;
}

@keyframes zoomInOut {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

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

.security-shield-shield-container.flip img {
  width: 100%;
  max-width: 350px;
  height: auto;
  filter: drop-shadow(0 0 40px rgba(0, 150, 255, 0.6));
  animation: flip 2s forwards;
}

@keyframes flip {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(-1);
  }
}

.security-shield-right-section {
  flex: 1;
  color: white;
}

.security-shield-security-shield-right-section h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 30px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.security-shield-cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #fe0000;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4);
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.security-shield-cta-button:hover {
  background: #cc0000;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 0, 0, 0.6);
}

/* Responsive Design */
@media (max-width: 968px) {
  .security-shield-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .security-shield-shield-container {
    max-width: 400px;
  }

  .security-shield-right-section h1 {
    font-size: clamp(1.8rem, 6vw, 3rem);
  }
}

@media (max-width: 576px) {
  .security-shield-hero-section {
    padding: 20px 15px;
  }

  .security-shield-shield-container {
    max-width: 300px;
  }

  .security-shield-right-section h1 {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
    margin-bottom: 20px;
  }

  .security-shield-cta-button {
    padding: 15px 35px;
    font-size: 1rem;
  }
}

/* end */

/* section-2 landing page */
.section-2 {
  background: linear-gradient(110deg, #001b36 50%, #0071bd 100%, #0071bd 100%);
  color: white;
  min-height: 100vh;
  padding: clamp(60px, 10vw, 100px) clamp(20px, 5vw, 40px) clamp(80px, 12vw, 120px);
  position: relative;
  overflow-x: hidden;
  /* Prevent horizontal overflow */
}

.moon {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fe0000;
  /* background: linear-gradient(135deg, #ff3300 0%, #fe0000 100%); */
  opacity: 0.7;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  70% {
    box-shadow: 0 0 20px rgba(92, 123, 146, 0.4);
  }
}

.moon-2 {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f8931f;
  /*background: linear-gradient(135deg, #f89310 0%, #f8931f 100%);
  */
  opacity: 0.7;
  animation: pulse2 2s infinite;
  -webkit-animation: pulse2 2s infinite;
}

@keyframes pulse2 {

  0%,
  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  70% {
    box-shadow: 0 0 20px #001b36;
  }
}

@media (max-width: 768px) {
  .moon {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 50px;
    height: 50px;
  }

  .moon-2 {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
}

.section-2-container {
  max-width: 1200px;
  margin: 40px auto;
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  grid-template-rows: auto auto;
}

.section-2-card {
  /* background: rgba(255, 255, 255, 0.05); */
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  transition: all 0.3s ease;
}

.section-2-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.section-2-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.icon.attack {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.icon.growth {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

.icon.business {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.icon.cost {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

.icon.phishing {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.section-2-card-title-1 {
  font-size: 16px;
  font-weight: 500;
  color: #fe0000;
  opacity: 0.8;
  margin: 0;
}

.section-2-card-title-2 {
  font-size: 16px;
  font-weight: 500;
  color: #fb923c;
  opacity: 0.8;
  margin: 0;
}

.section-2-card-title-3 {
  font-size: 16px;
  font-weight: 500;
  color: #facc15;
  opacity: 0.8;
  margin: 0;
}

.section-2-card-title-4 {
  font-size: 16px;
  font-weight: 500;
  color: #4ade80;
  opacity: 0.8;
  margin: 0;
}

.section-2-card-title-5 {
  font-size: 16px;
  font-weight: 500;
  color: #60a5fa;
  opacity: 0.8;
  margin: 0;
}

.metric {
  font-size: 48px;
  font-weight: 700;
  margin: 16px 0 8px 0;
  line-height: 1;
}

.metric-suffix {
  font-size: 24px;
  font-weight: 400;
  opacity: 0.7;
  margin-left: 4px;
}

.description {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.7;
  margin-top: 16px;
}

.large-section-2-card {
  grid-column: span 2;
}

/* Security fabric */
.security-fabric-section {
  background: linear-gradient(90deg, #001b36 0%, #0071bd 50%, #29aae3 100%);
  padding: 60px 20px;
}

.security-fabric-container {
  max-width: 1200px;
  margin: 0 auto;
}

.security-fabric-header {
  text-align: center;
  margin-bottom: 60px;
}

.security-fabric-header h1 {
  color: white;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.security-fabric-header p {
  color: #dbeafe;
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
}

.security-fabric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.security-fabric-card {
  background: white;
  border-radius: 20px;
  padding: clamp(30px, 4vw, 40px);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.security-fabric-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.security-fabric-card.security-fabric-green {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 70.71%);
  border: 1px solid #dcfce7;
}

.security-fabric-card.security-fabric-purple {
  background: linear-gradient(135deg, #faf5ff 0%, #f5f3ff 70.71%);
  border: 1px solid #f3e8ff;
}

.security-fabric-card.security-fabric-blue {
  background: linear-gradient(135deg, #eff6ff 0%, #ecfeff 70.71%);
  border: 1px solid #dbeafe;
}

.security-fabric-card.security-fabric-orange {
  background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 70.71%);
  border: 1px solid #ffedd5;
}

.security-fabric-card.security-fabric-cyan {
  background: linear-gradient(135deg, #f0fdfa 0%, #ecfeff 70.71%);
  border: 1px solid #ccfbf1;
}

.security-fabric-card.security-fabric-pink {
  background: linear-gradient(135deg, #fef2f2 0%, #fff1f2 70.71%);
  border: 1px solid #fee2e2;
}

.security-fabric-icon-wrapper {
  width: clamp(56px, 8vw, 64px);
  height: clamp(56px, 8vw, 64px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: clamp(24px, 4vw, 28px);
}

.security-fabric-icon-green {
  background: #22c55e;
  color: white;
}

.security-fabric-icon-blue {
  background: #3b82f6;
  color: white;
}

.security-fabric-icon-orange {
  background: #f97316;
  color: white;
}

.security-fabric-icon-cyan {
  background: #06b6d4;
  color: white;
}

.security-fabric-icon-red {
  background: #ef4444;
  color: white;
}

.security-fabric-badge {
  position: absolute;
  top: clamp(20px, 3vw, 30px);
  right: clamp(20px, 3vw, 30px);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: clamp(0.75rem, 1.5vw, 0.85rem);
  font-weight: 600;
}

.security-fabric-badge-green {
  background: #dcfce7;
  color: #166534;
}

.security-fabric-badge-purple {
  background: #f3e8ff;
  color: #60a5fa;
}

.security-fabric-badge-blue {
  background: #dbeafe;
  color: #1e40af;
}

.security-fabric-badge-orange {
  background: #ffedd5;
  color: #9a3412;
}

.security-fabric-badge-cyan {
  background: #ccfbf1;
  color: #115e59;
}

.security-fabric-badge-red {
  background: #fee2e2;
  color: #991b1b;
}

.security-fabric-card h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  color: #111827;
  margin: 12px 0;
  font-weight: 700;
}

.security-fabric-card p {
  color: #374151;
  margin-bottom: 20px;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
}

.security-fabric-learn-more {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  transition: gap 0.3s ease;
}

.security-fabric-learn-more:hover {
  gap: 10px;
}

.security-fabric-learn-more.security-fabric-green {
  color: #16a34a;
}

.security-fabric-learn-more.security-fabric-purple {
  color: #9333ea;
}

.security-fabric-learn-more.security-fabric-blue {
  color: #2563eb;
}

.security-fabric-learn-more.security-fabric-orange {
  color: #ea580c;
}

.security-fabric-learn-more.security-fabric-cyan {
  color: #0d9488;
}

.security-fabric-learn-more.security-fabric-red {
  color: #dc2626;
}

.security-fabric-cta-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: #f8931f;
  color: white;
  padding: clamp(14px, 2.5vw, 18px) clamp(36px, 6vw, 48px);
  border-radius: 8px;
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(248, 147, 31, 0.4);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.security-fabric-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(248, 147, 31, 0.5);
}

@media (max-width: 1024px) {
  .security-fabric-grid {
    grid-template-columns: 1fr;
  }

  .security-fabric-container {
    max-width: 500px;
    margin: 0 auto;
  }

  .security-fabric-section {
    padding: 40px 80px;
  }

  .security-fabric-header {
    margin-bottom: 40px;
  }
}

/* Why Qcss */
.why-qcss-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  /* text-align: center; */
}

.why-qcss-title {
  font-size: 32px;
  font-weight: 600;
  color: #001b36;
  margin-bottom: 10px;
}

.why-qcss-subtitle {
  font-size: 16px;
  color: #0c0c0c;
  max-width: 900px;
  margin-bottom: 20px;
}

.why-qcss-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.why-qcss-card {
  background-color: #001b36;
  color: #ffffff;
  padding: 35px 20px;
  border-radius: 8px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-qcss-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.why-qcss-card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.why-qcss-card-text {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .why-qcss-section {
    max-width: 900px;
    /* margin: 60px auto; */
    /* padding: 0 20px;  */

  }

  .why-qcss-cards-container {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: auto;
  }
}

@media (max-width: 768px) {

  .why-qcss-title {
    font-size: 25px;
  }

  .why-qcss-subtitle {
    font-size: 14px;
  }

  .why-qcss-card-title {
    font-size: 18px;
  }

  .why-qcss-card-text {
    font-size: 13px;
  }
}

/* shieldWise section css  */

section.site-features {
  background: linear-gradient(to right, #001b36 0%, #0071bd 50%, #29aae3 100%);
  padding: 50px 0;
}

.site-features h1 {
  color: #f8931f;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.site-features h1 sup {
  font-size: 22px;
  font-weight: 700;
}

.site-features .site-features-container {
  /* background-color: #219aad; */
  padding-top: 10px;
  padding-bottom: 60px;
  margin-top: 50px;
}

.site-features .col {
  background-color: #f8f9fb;
  margin: 10px;
  padding: 10px;
}

.site-features .content h1 {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.site-features p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.site-features .card {
  border-radius: 8px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
  transition: transform 0.3s ease;
}

.site-features .card:hover {
  transform: scale(1.05);
}

.site-features .feature-icon {
  background-color: #d6e4ff;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.site-features .card-title {
  font-weight: 600;
  font-size: 20px;
  color: #111827;
  margin-bottom: 4px;
}

.site-features .card-text {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 12px;
  text-align: left;
}

.site-features .learn-more {
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}

.site-features .learn-more:hover {
  text-decoration: underline;
}

.site-features .features-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.site-features .features-btn a {
  background-color: #f8931f;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border: 2px solid #f8931f;
  padding: 6px 17px;
  border-radius: 8px;
  display: inline-block;
  font-size: 27px;
}

/* onboarding */
.onboarding {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: linear-gradient(135deg, #eff6ff 0%, #eef2ff 100%);
  padding: 40px 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.onboarding-header {
  text-align: center;
  margin-bottom: 60px;
}

.onboarding-header h1 {
  font-size: 48px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
}

.onboarding-header .highlight {
  color: #2563eb;
}

.onboarding-header p {
  font-size: 20px;
  color: #4b5563;
  margin: 0 auto;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
  align-items: center;
}

.left-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.right-column {
  margin: auto;
}

.process-card {
  display: flex;
  gap: 10px;
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.process-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
}

.before-integration .card-icon {
  background: #4f46e5;
}

.after-integration .card-icon {
  background: #059669;
}

.process-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
}

.process-card p {
  color: #4b5563;
  margin-bottom: 20px;
  font-size: 16px;
}

.feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 0;
}

.before-integration .feature-tag {
  color: #2563eb;
}

.after-integration .feature-tag {
  color: #16a34a;
}

.feature-tag::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.two-stage-process {
  position: relative;
  background: linear-gradient(135deg, #2563eb 0%, #4338ca 100%);
  border-radius: 20px;
  padding: 40px;
  color: #eef2ff;
  text-align: center;
  overflow: hidden;
}

.half-moon {
  position: absolute;
  top: -50px;
  right: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #eef2ff;
  opacity: 0.7;
}

.half-moon-2 {
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eef2ff;
  opacity: 0.7;
}

.shield-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 36px;
}

.two-stage-process h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.two-stage-process .subtitle {
  color: #dbeafe;
  margin-bottom: 32px;
  font-size: 16px;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.step {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.step-number {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.bottom-section {
  background: linear-gradient(90deg, #010920 0%, #001b36 100%);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

.bottom-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bottom-section .description {
  font-size: 20px;
  color: #d1d5db;
  margin: 0 auto 50px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.benefit {
  text-align: center;
}

.benefit-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: white;
}

.benefit h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.benefit p {
  font-size: 20px;
  color: #9ca3af;
}

/* Tablet */
@media (max-width: 1024px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .onboarding-header h1 {
    font-size: 2rem;
  }

  .two-stage-process h3 {
    margin-bottom: 5px;
  }

  .two-stage-process .subtitle {
    margin-bottom: 22px;
  }

  .step {
    padding: 16px 20px;
  }

  .process-card {
    padding: 24px;
  }

  .two-stage-process {
    padding: 30px;
  }

  .bottom-section {
    padding: 40px 24px;
  }

  .bottom-section h2 {
    font-size: 1.8rem;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .onboarding {
    padding: 20px 16px;
  }

  .onboarding-header {
    margin-bottom: 40px;
  }

  .onboarding-header h1 {
    font-size: 1.75rem;
  }

  .onboarding-header p {
    font-size: 16px;
  }

  .content-grid {
    gap: 24px;
    margin-bottom: 60px;
  }

  .process-card {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }

  .card-icon {
    margin-bottom: 0;
  }

  .process-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .process-card p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .feature-tag {
    font-size: 0.85rem;
  }

  .two-stage-process {
    padding: 24px 20px;
  }

  .shield-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }

  .two-stage-process h3 {
    font-size: 20px;
  }

  .two-stage-process .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .step {
    padding: 12px 16px;
    gap: 12px;
  }

  .step span {
    font-size: 14px;
  }

  .bottom-section {
    padding: 32px 20px;
    border-radius: 16px;
  }

  .bottom-section h2 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .bottom-section .description {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .benefit-icon {
    width: 56px;
    height: 56px;
  }

  .benefit h4 {
    font-size: 20px;
  }

  .benefit p {
    font-size: 16px;
  }

  .half-moon {
    width: 70px;
    height: 70px;
    top: -35px;
    right: -35px;
  }

  .half-moon-2 {
    width: 40px;
    height: 40px;
  }
}


/* Regulatory Bodies */
.regulatory-body {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
}

.regulatory-body-header {
  text-align: center;
  margin-bottom: 60px;
}

.main-title {
  color: #011a35;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.subtitle {
  color: #4b5563;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  align-items: start;
  justify-items: center;
}

.feature-item {
  text-align: center;
  padding: 20px;
}

.feature-logo {
  width: 100%;
  max-width: 291px;
  height: 97px;
  object-fit: contain;
  margin-bottom: 24px;
  border-radius: 8px;
}

.feature-description {
  color: #4b5563;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 320px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    align-items: start;
    justify-items: center;
  }

  .features-grid> :nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 350px;
  }
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .main-title {
    font-size: 26px;
  }

  .subtitle {
    font-size: 18px;
  }

  .feature-description {
    font-size: 18px;
  }
}

/* why qwss section css  */

/* section.site-features-why {
  background-color: #f8f9fb;
  padding: 50px 0;
}

.site-features-why h1 {
  color: #f8931f;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.site-features-why .site-features-why-container {
  padding-top: 10px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
}
.site-features-why .col {
  background-color: #f8f9fb;
  margin: 10px;
  padding: 10px;
}

.site-features-why .content h1 {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.site-features-why .card {
  border: 10px solid #e5e7eb;
  border-radius: 30px;
  transition: transform 0.3s ease;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.site-features-why .card:hover {
  transform: scale(1.05);
}

.site-features-why .card .why-icon {
  margin-bottom: 16px;
}
.site-features-why .card-title {
  font-weight: 600;
  font-size: 20px;
  color: #111827;
  margin-bottom: 4px;
  text-align: center;
}
.site-features-why .card-text {
  font-size: 16px;
  font-weight: 400;
  color: #4b5563;
  margin-bottom: 12px;
  text-align: center;
  padding: 0 20px;
}
.site-features-why .learn-more {
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}
.site-features-why .learn-more:hover {
  text-decoration: underline;
}

.site-features-why .features-why-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.site-features-why p {
  color: #111827;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}

.site-features-why .features-why-btn a {
  background-color: #111827;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border: 2px solid #111827;
  padding: 6px 17px;
  border-radius: 8px;
  display: inline-block;
  font-size: 27px;
} */

/* Testimony */
section.trusted-section {
  padding: 50px 0;
  background-color: #0071bd;
}

section.trusted-section h2 {
  text-align: center;
  font-weight: 700;
  color: #111827;
  margin-bottom: 40px;
  font-size: 30px;
}

@media (min-width: 640px) {
  section.trusted-section h2 {
    font-size: 30px;
  }
}

.trusted-section .trusted-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* max-width: 592px; */
  margin: 0 20px;
}

@media (min-width: 640px) {
  .trusted-section .trusted-cards {
    flex-direction: row;
    margin: 0 100px;
  }

  .trusted-section .certifications {
    gap: 24px;
    font-size: 25px;
  }

  .trusted-section .certifications .cert {
    gap: 5px;
  }

  .trusted-section .certifications img {
    width: 24px;
    height: 24px;
  }
}

.trusted-section .trusted-card {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex: 1;
}

.trusted-section .trusted-card p {
  font-size: 16px;
  color: #4b5563;
  /* margin-bottom: 24px; */
  line-height: 1.4;
}

.trusted-section .card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trusted-section .card-footer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.trusted-section .name {
  font-weight: 600;
  font-size: 16px;
  color: #111827;
  line-height: 1.2;
}

.trusted-section .role {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.2;
}

.trusted-section .certifications {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  font-weight: 500;
  font-size: 20px;
  color: #111827;
}

.trusted-section .certifications .cert {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.trusted-section .certifications img {
  width: 20px;
  height: 20px;
  color: #111827;
}

/* Product Categories */
.shieldwise-categories-container {
  max-width: 1200px;
  margin: 10px auto;
  margin-bottom: 30px;
  background: white;
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 60px 10px 10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.shieldwise-categories-header {
  text-align: center;
  margin-bottom: 20px;
}

.shieldwise-categories-title {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 15px;
}

.shieldwise-categories-subtitle {
  font-size: 20px;
  color: #101010;
  margin-bottom: 15px;
}

.shieldwise-categories-header-buttons.relative-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.shieldwise-categories-btn {
  padding: 15px 35px;
  border: none;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 24px;
}

.shieldwise-categories-btn-primary {
  background: #F8931F;
  color: white;
  opacity: 0.5;
}

.shieldwise-categories-btn-primary:hover {
  background: #e07f0d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(248, 147, 31, 0.3);
}

.shieldwise-categories-btn-secondary {
  background: #FFAC4D;
  color: white;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 5px 20px;
  text-decoration: none;
}

.shieldwise-categories-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  margin-top: 20px;
  position: relative;
}

.shieldwise-categories-plan {
  padding: 65px 30px 30px;
  border-radius: 20px;
  background: #fafafa;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
}

.shieldwise-categories-plan:hover {
  background: linear-gradient(135deg, #0a1628 0%, #1a2744 100%);
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(10, 22, 40, 0.4);
}

.shieldwise-categories-plan:hover .shieldwise-categories-plan-title {
  color: white;
}

.shieldwise-categories-plan:hover .shieldwise-categories-feature {
  color: white;
}

.shieldwise-categories-plan:hover .shieldwise-categories-checkmark {
  background: white;
}

.shieldwise-categories-plan:hover .shieldwise-categories-checkmark::after {
  color: #0a1628;
}

.shieldwise-categories-plan:hover .shieldwise-categories-plan-btn {
  background: #F8931F;
  opacity: 1;
  box-shadow: 0 4px 20px rgba(248, 147, 31, 0.5);
}

.shieldwise-categories-plan::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  /* background: linear-gradient(135deg, #F8931F, #FFAC4D); */
  border-radius: 14px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.shieldwise-categories-plan:hover::before {
  opacity: 1;
}

.shieldwise-categories-plan-title {
  font-size: 16px;
  font-weight: 700;
  color: #010920;
  margin-bottom: 30px;
}

.shieldwise-categories-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.shieldwise-categories-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  color: #60A5FA;
  font-size: 15px;
  font-weight: 500;
}

.shieldwise-categories-checkmark {
  min-width: 24px;
  height: 24px;
  background: #5eb3e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.shieldwise-categories-checkmark::after {
  content: '✓';
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.shieldwise-categories-plan-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #F8931F;
  opacity: 0.5;
  color: white;
  border-radius: 24px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.shieldwise-categories-plan-btn:hover {
  background: #e07f0d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(248, 147, 31, 0.3);
}

@media (max-width: 1024px) {

  .shieldwise-categories-btn-primary,
  .shieldwise-categories-plan-btn {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .shieldwise-categories-container {
    padding: 40px 20px;
  }

  .shieldwise-categories-title {
    font-size: 1.8rem;
  }

  .shieldwise-categories-subtitle {
    font-size: 1rem;
  }

  .shieldwise-categories-plans {
    grid-template-columns: 1fr;
  }

  /* .shieldwise-categories-header-buttons.relative-btn {
    flex-direction: column;
    align-items: center;
  } */

  .shieldwise-categories-btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .shieldwise-categories-title {
    font-size: 1.5rem;
  }

  .shieldwise-categories-plan-title {
    font-size: 1.2rem;
  }
}


/* pricing */
section.pricing-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #001f3f, #00aaff);
  color: white;
  padding: 0px 90px;
  flex-wrap: wrap;
}

.pricing-text {
  max-width: 500px;
}

.pricing-text h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 15px;
}

.btn-lg-screen,
.btn-sm-screen {
  background: #f8931f;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
}

.btn-lg-screen a,
.btn-sm-screen a {
  text-decoration: none;
  color: #fff;
}

.btn-lg-screen:hover,
.btn-sm-screen:hover {
  background: #022540;
}

/* Show lg button on large screens */
.btn-lg-screen {
  display: inline-block;
}

.btn-sm-screen {
  display: none;
}

.pricing-section img {
  max-width: 250px;
  height: auto;
}

/* Mobile styles */
@media (max-width: 768px) {
  section.pricing-section {
    text-align: center;
    flex-direction: column;
    padding: 30px 0;
  }

  .pricing-text h1 {
    font-size: 20px;
  }

  .pricing-section img {
    margin-top: 20px;
    max-width: 200px !important;
  }

  /* Swap button visibility */
  .btn-lg-screen {
    display: none;
  }

  .btn-sm-screen {
    display: inline-block;
    margin-top: 15px;
  }
}

/* footer css  */

.footer {
  background-color: #101928;
  padding: 40px 80px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.footer-container {
  position: relative;
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr; */
  grid-template-columns: repeat(4, 1fr);

  /* Desktop layout */
  gap: 40px;
  border: 1px solid #001b36;
  padding: 30px;
}

.footer-logo img {
  width: 180px;
}
.footer-social {
  padding-left: 30px;
}

.footer h4 {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #fff;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #d1d1d1;
  font-size: 14px;
  transition: color 0.3s;
}

.footer ul li a:hover {
  color: #fff;
}

.footer .contact p {
  margin: 6px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

.site-footer-line {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: 1px solid #001b36;
  width: 100%;
}

.footer-bottom {
  text-align: left;
  font-size: 13px;
  margin-top: 20px;
  color: #9ba4b4;
}

/* contact welcome back csss  */

.contact-welcome-back .col {
  width: 50%;
}

.form-container {
  border-bottom: 3px solid #000;
  width: 80%;
  margin: auto;
}

.form-content h2 {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 40px;
}

.contact-welcome-back .form-group {
  margin-top: 20px;
  margin-bottom: 15px;
}

.otp-container {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  /* optional scroll if needed */
}

.otp-container input.otp-input {
  width: 100%;
  height: 100%;
  max-width: 47px;
  max-height: 40px;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #007bff;
  border-radius: 6px;
  transition: border-color 0.2s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.otp-container input.otp-input:focus {
  border-color: #007bff;
  outline: none;
}

.btn-login {
  background: #001f3f;
  color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.signup-link {
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  color: #553922;
}

.signup-link a,
.signup-link span {
  color: #000e27 !important;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.contact-welcome-back .form-content {
  padding: 50px 20px;
  width: 100%;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  background-color: #27a3db;
  text-decoration: none;
  transition: all 0.2s linear;
}

.btn-login {
  background: #001f3f;
  width: 100%;
  max-width: 424px;
  margin: auto;
  font-size: 30px;
  border-radius: 9px;
  padding: 7px 0;
  transition: all 0.2s linear;
}

.login {
  text-align: center;
}

.login.pin {
  margin-top: 100px;
}

.side-img {
  height: 100%;
}

.side-img img {
  height: 100%;
}

.side-img img {
  height: 100%;
  width: 100%;
}

.contact-welcome-back .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  border-radius: 10px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #29abea;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.contact-welcome-back .form-group {
  display: flex;
  justify-content: center;
  padding: 13px 0;
}

.form-text {
  width: 27%;
  padding-top: 15px;
}

.form-field {
  width: 50%;
}

span.required {
  color: red;
}

.contact-welcome-back p {
  color: #553922;
  font-size: 18px;
  font-weight: 400;
}

.contact-welcome-back p a {
  color: #000;
  font-weight: 600;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  /* background: #000; */
}

.row-flex-license {
  position: relative;
}

.go-back-button {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffd700;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.go-back-button:hover {
  background-color: #ffc300;
}

.go-back-button i {
  font-size: 18px;
}

.row-flex-login,
.row-flex-license {
  display: flex;
}

.col-side-bg {
  flex: 1 1 50%;
  box-sizing: border-box;
  background-image: url("image/bg-ca.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.col-right-content {
  flex: 1 10%;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  width: 100%;
}

.col-right-content h3 {
  margin-top: 30px;
}

/* signup */
.register-account {
  display: flex;
  height: auto;
  margin-top: 75px;
}

.register-account.others {
  display: flex;
  height: auto;
  margin-top: 0;
}

/* Left Section */
.register-account-left-section {
  flex: 1;
  /* background: linear-gradient(135deg, #001B36 0%, #0F172A 35.36%, #001B36 70.71%); */
  background-image: linear-gradient(135deg,
      rgba(0, 27, 54, 0.7) 0%,
      rgba(15, 23, 42, 0.7) 35.36%,
      rgba(0, 27, 54, 0.7) 70.71%),
    url("image/signin.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: clamp(2rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}


.register-account-decorative-circles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.register-account-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.4;
}

.circle-1 {
  width: clamp(50px, 10vw, 80px);
  height: clamp(50px, 10vw, 80px);
  background: #1e40af;
  top: 5%;
  left: 10%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 #f8931f;
  }

  70% {
    box-shadow: 0 0 20px rgba(92, 123, 146, 0.4);
  }
}


.circle-5 {
  width: clamp(50px, 13vw, 70px);
  height: clamp(50px, 13vw, 70px);
  background: #e5e7eb;
  top: 90%;
  right: 10%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 #f8931f;
  }

  70% {
    box-shadow: 0 0 20px rgba(92, 123, 146, 0.4);
  }
}

.register-account-content {
  position: relative;
  z-index: 1;
}

.register-account-left-section h1 {
  font-size: clamp(1.5rem, 4vw, 3rem);
  color: white;
  margin-bottom: clamp(0.5rem, 1.5vw, 1rem);
  line-height: 1.2;
  font-weight: 700;
}

.register-account-highlight {
  color: #f8931f;
}

.register-account-left-section p {
  font-size: clamp(0.75rem, 1.5vw, 1rem);
  color: #d1d5db;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.6;
}

.register-account-features {
  list-style: none;
  padding-left: 0 !important;
}

.register-account-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: clamp(0.6rem, 1.5vw, 1rem);
  font-size: clamp(0.7rem, 1.3vw, 0.95rem);
  color: white;
  font-weight: 500;
}

.register-account-checkmark {
  width: clamp(18px, 2.5vw, 24px);
  height: clamp(18px, 2.5vw, 24px);
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: clamp(0.5rem, 1vw, 0.75rem);
  flex-shrink: 0;
}

.register-account-checkmark::after {
  content: "✓";
  color: white;
  font-size: clamp(10px, 1.5vw, 14px);
}

.register-account-carousel-dots {
  position: absolute;
  bottom: clamp(1.5rem, 3vw, 2rem);
  left: clamp(2rem, 5vw, 4rem);
  display: flex;
  gap: clamp(6px, 1vw, 8px);
  z-index: 2;
}

.dot {
  width: clamp(6px, 1vw, 8px);
  height: clamp(6px, 1vw, 8px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.dot.active {
  background: #fb923c;
}

.dot:nth-child(2) {
  background: #2563eb;
}

/* Right Section */
.register-account-right-section {
  flex: 1;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2px, 3vw, 2rem);
  overflow-y: auto;
}

.register-account-form-container {
  background: white;
  border-radius: clamp(12px, 2vw, 16px);
  padding: clamp(0.5rem, 3vw, 2.5rem);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 480px;
  margin: 50px 20px;
}

.register-account-form-container h2 {
  font-size: clamp(1rem, 2.5vw, 1.75rem);
  color: #111827;
  margin-bottom: clamp(0.3rem, 0.8vw, 0.5rem);
  font-weight: 700;
}

.register-account-form-container .register-account-subtitle {
  font-size: clamp(0.7rem, 1.2vw, 0.875rem);
  color: #4b5563;
  margin-bottom: clamp(1.2rem, 2.5vw, 1.75rem);
}

.register-account-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.5rem, 1.5vw, 1rem);
  margin-bottom: clamp(0.8rem, 1.5vw, 1.2rem);
}

@media (max-width: 640px) {
  .register-account-form-row {
    grid-template-columns: 1fr;
  }
}

.register-account-form-group {
  margin-bottom: clamp(0.8rem, 1.5vw, 1.2rem);
}

.register-account-form-group label {
  display: block;
  font-size: clamp(0.5rem, 1.2vw, 0.875rem);
  color: #334155;
  margin-bottom: clamp(0.3rem, 0.8vw, 0.5rem);
  font-weight: 500;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
  font-size: clamp(0.5rem, 1.2vw, 0.875rem);
}

.checkbox a {
  color: #2563eb;
  text-decoration: none;
}

.register-account-submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.85;
}

.required-field {
  color: red;
}

.register-account-form-group input,
.register-account-form-group select {
  width: 100%;
  padding: clamp(0.01rem, 1.2vw, 0.75rem);
  border: 1px solid #e2e8f0;
  border-radius: clamp(6px, 1vw, 8px);
  font-size: clamp(0.5rem, 1.2vw, 0.875rem);
  transition: border-color 0.2s;
  background: white;
}

.register-account-form-group input:focus,
.register-account-form-group select:focus {
  outline: none;
  border-color: #2563eb;
}

.register-account-form-group input::placeholder {
  color: #cbd5e1;
}

.register-account-password-input {
  position: relative;
}

.register-account-password-input input {
  padding-right: clamp(2rem, 4vw, 2.5rem);
}

/* .register-account-password-toggle {
  position: absolute;
  right: clamp(0.5rem, 1.2vw, 0.75rem);
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #94a3b8;
  font-size: clamp(0.8rem, 1.3vw, 1rem);
} */

.register-account-captcha {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 1vw, 0.75rem);
  padding: clamp(0.8rem, 1.5vw, 1rem);
  border: 1px solid #e2e8f0;
  border-radius: clamp(6px, 1vw, 8px);
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.register-account-captcha input[type="checkbox"] {
  width: clamp(16px, 2vw, 18px);
  height: clamp(16px, 2vw, 18px);
  cursor: pointer;
}

.register-account-captcha label {
  font-size: clamp(0.7rem, 1.2vw, 0.875rem);
  color: #374151;
  font-weight: 500;
  cursor: pointer;
  flex: 1;
}

.register-account-captcha-icon {
  width: clamp(20px, 2.5vw, 24px);
  height: clamp(20px, 2.5vw, 24px);
  background: #e2e8f0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.6rem, 1vw, 0.75rem);
}

.register-account-submit-btn {
  width: 100%;
  padding: clamp(0.01rem, 1.5vw, 0.875rem);
  background: #2563eb;
  color: white;
  border: none;
  border-radius: clamp(6px, 1vw, 8px);
  font-size: clamp(0.5rem, 1.3vw, 1rem);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.register-account-submit-btn:hover {
  background: #1d4ed8;
}

.register-account-login-link {
  text-align: center;
  margin-top: clamp(0.5rem, 2vw, 1.5rem);
  font-size: clamp(0.5rem, 1.2vw, 0.875rem);
  color: #4b5563;
  font-weight: 400;
}

.register-account-login-link a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.register-account-login-link a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .register-account-right-section {
    overflow-y: auto;
  }

  .register-account-form-container {
    max-width: 100%;
    margin: 1px;
  }
}

/* .Create.Account.sign-up {
  margin-top: 75px;
}

.Create.Account .col {
  width: 50%;
}

.Create.Account .form-content {
  display: flex;
  flex-wrap: wrap;
}

.Create.Account .form-content .form-group {
  width: 41%;
  margin: 0 30px;
}

.Create.Account .form-content form {
  width: 100%;
}

.Create.Account h2 {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 10px;
}

.Create.Account .form-content input,
.Create.Account .form-content select {
  height: 44px;
  border-radius: 15px;
  margin-bottom: 31px;
  outline: 1px solid #fafafa;
  box-shadow: none;
  background-color: #fafafa;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
} */

.input-group.num-flag {
  display: flex;
  align-items: baseline;
  border: 1px solid #fafafa;
  border-radius: 12px;
  outline: 1px solid #cccc;
}

/* .Create.Account .input-group.num-flag input {
  margin: 0 !important;
  background-color: transparent;
  border: none;
  border-radius: unset !important;
  outline: none !important;
  width: 81%;
  text-align: start !important;
  margin-left: 16px !important;
}

.Create.Account .input-group-addon:first-child {
  border-right: 0;
  width: 19%;
  background-color: transparent;
} */

.side-bg {
  background-image: url("image/bg-ca.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.side-content-left {
  padding: 7% 2% 27%;
  height: 650px;
}

.side-content {
  padding: 7% 2% 27%;
}

.side-content p,
.side-content li {
  color: #fff;
  font-size: 24px;
  width: 100%;
  max-width: 550px;
  line-height: 45px;
  position: relative;
}

.side-content ul {
  list-style: none;
  position: relative;
}

.side-content h2 {
  color: #fff;
  text-align: start !important;
}

.shiedWise-content,
.contact-content .right {
  position: relative;
}

.shiedWise-content .right h3 {
  color: #001b36;
  text-align: center !important;
  font-size: 35px;
  margin-top: 15px;
}

.shiedWise-content .shieldwise-btn {
  position: absolute;
  bottom: 100px;
  right: 50px;
  color: #fff !important;
  background-color: #001b36;
  padding: 8px 22px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.form-content .field {
  margin-top: 100px !important;
  padding: 10px 100px;
}

  .tooltip-message {
      position: absolute;
      left: 50%;
      bottom: -25px;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.75);
      color: #fff;
      padding: 4px 8px;
      border-radius: 4px;
      font-size: 12px;
      white-space: nowrap;
      display: none;
      animation: fadeInOut 2s ease-in-out;
    }

    @keyframes fadeInOut {
      0% {
        opacity: 0;
      }

      20% {
        opacity: 1;
      }

      80% {
        opacity: 1;
      }

      100% {
        opacity: 0;
      }
    }

    .two-fa-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(4px);
      z-index: 9998;
      display: none;
      padding-top: 40px;
      justify-content: center;
      align-items: center;
    }

    .two-fa-modal {
      background: white;
      width: 400px;
      border-radius: 20px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      border: 1px solid #f0f4f8;
    }

    .two-fa-modal-content {
      padding: 35px;
    }

    .two-fa-shield-icon {
      background: #eef5ff;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 25px;
      color: #1a73e8;
    }

    .two-fa-title {
      color: #0d1b3e;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .two-fa-description {
      color: #6a768e;
      font-size: 15px;
      line-height: 1.4;
      margin-bottom: 30px;
    }

    .two-fa-otp-container {
      display: flex;
      gap: 12px;
      justify-content: center;
      margin-bottom: 30px;
    }

    .two-fa-otp-input {
      width: 40px;
      height: 45px;
      text-align: center;
      font-size: 22px;
      font-weight: 600;
      border: 2px solid #eef2f6;
      border-radius: 10px;
      color: #334155;
      transition: all 0.2s ease;
    }

    .two-fa-otp-input:focus {
      outline: none;
      border-color: #1a73e8;
      box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
    }

    .two-fa-verify-btn {
      background: #1a73e8;
      color: white;
      border: none;
      width: 100%;
      padding: 10px 16px;
      margin-bottom: 16px;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition:
        transform 0.1s,
        background 0.2s;
    }

    .two-fa-verify-btn:active {
      transform: scale(0.98);
    }

  

    .two-fa-modal-footer {
      background: #f8fbff;
      padding: 18px;
      border-top: 1px solid #f0f4f8;
    }

    .two-fa-footer-text {
      /* color: #8a94a6; */
      color: red;
      font-size: 13px;
      margin: 0;
    }

 
    /* Responsive adjustments */
    @media (max-width: 480px) {
      .two-fa-modal {
        width: 90%;
        /* Let it breathe on small screens */
        margin: 20px;
      }

      .two-fa-modal-content {
        padding: 30px 20px;
      }

      .two-fa-otp-container {
        gap: 8px;
        /* Tighter spacing for narrow screens */
      }

      .two-fa-otp-input {
        width: 40px;
        /* Smaller inputs so they don't wrap to a new line */
        height: 50px;
        font-size: 18px;
      }

      .two-fa-title {
        font-size: 20px;
      }
    }

.asset-body {
  background-image: url("image/dash-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.asset-content {
  position: relative;
  background-color: white;
  width: 100%;
  max-width: 1057px;
  height: 500px;
  margin: 100px auto !important;
  padding: 10px;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}

.asset-content h3 {
  font-weight: 700;
  font-size: 30px;
}

.asset-content .form {
  border: 1px solid #000;
  /* padding: 2px; */
}

.asset-content .form input {
  /*border: 1px solid #000;
  */
  padding: 2px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.asset-content .asset-btn {
  position: absolute;
  bottom: 100px;
  right: 50px;
  color: #fff !important;
  background-color: #001b36;
  padding: 8px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.asset-content .title {
  font-weight: 700;
  /* font-size: 30px; */
}

.asset-row {
  display: flex !important;
  gap: 100px;
  margin: 0px 10px 0px 10px !important;
}

.asset-row-two {
  display: flex !important;
  gap: 100px;
  margin: 0px 10px 0px 10px !important;
  /* background-color: #f5f2f2; */
}

.arrow-img {
  position: absolute;
  left: -40px;
}

.Create.Account .login {
  margin-top: 100px !important;
}

.otp-inputs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid #29abea;
}

.otp-box {
  width: 44px;
  height: 42px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  outline: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #29abea;
  border-radius: 4px;
  /* border-color: #29abea; */
}

.otp-box:focus {
  border-color: #29abea;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.input-group.num-flag select {
  margin: 0 !important;
  border: none !important;
  outline: none !important;
}

/* NAVBAR (TOP) */

.navbar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  z-index: 999;
}

.navbar button {
  background-color: #ffd700;
  border: none;
  padding: 18px 33px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border-radius: 100px;
}

.navbar button:hover {
  background-color: #ffc300;
}

/* SIDEBAR (LEFT) */

.sidebar {
  position: absolute;
  top: 139px;
  left: 0;
  width: 70px;
  height: 100%;
  background-color: #000e27;
  padding: 20px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  top: 106px;
}

.sidebar.active {
  width: 270px;
  background-color: #fff;
  z-index: 999;
}

.toggle-dash.active a {
  background-color: #000e27;
}

.sidebar.active .content-box-dash {
  opacity: 1;
}

.content-box-dash {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.togglemobile {
  display: none;
}

canvas {
  max-width: 400px;
  max-height: 400px;
  margin: auto;
  display: block;
}

.scan .sidebar h2 {
  color: #000e27;
  margin-bottom: 20px;
  text-align: center;
}

.scan .sidebar ul {
  list-style: none;
  padding: 0;
}

.scan .sidebar li {
  margin: 15px 0;
}

.scan .sidebar a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: background 0.3s;
  background-color: #000;
  border-radius: 10px 0 0 10px;
  position: relative;
}

.scan .sidebar a::before {
  content: "";
  position: absolute;
  width: 3%;
  height: 41px;
  left: -19px;
  background-color: #000;
  top: 0;
}

.scan .sidebar a:hover {
  background: #2f4e7f;
}

.chart-widget {
  padding: 60px 0;
}

.chart-widget .img-box {
  margin-top: 20px;
}

/* MAIN CONTENT */

.main-content.dashboard {
  padding: 100px 30px 30px;
  /* Top padding to avoid navbar overlap */
  min-height: 100vh;
}

/* INDIVIDUAL CARD */

.card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  max-width: 100%;
}

.card h3 {
  margin-bottom: 15px;
  font-size: 25px;
  text-align: start;
}

/* PROFILE INFO INSIDE CARD */

.profile-info {
  text-align: left;
}

.profile-info p {
  margin: 5px 0;
}

.profile-info p strong {
  display: inline-block;
  width: 80px;
}

.sidebar i {
  margin-right: 17px;
}

.dashboard {
  width: 100%;
  height: 100%;
  background-position: 41% 100%;
  background: linear-gradient(to bottom, #001b36 30%, #cfe8ff 67%);
}

.cards-dashboard .col {
  width: 45%;
  margin: 20px;
}

.cards-dashboard .row {
  flex-wrap: wrap;
}

/* .left {
    width: 30%;
}

.right {
    width: 70%;
} */

.card i {
  margin-right: 8px;
}

.icon-card {
  display: flex;
  align-items: center;
  gap: 27px;
  /* justify-content: center; */
  width: 100%;
}

.toggle-dash a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
}

.input-group.flag-field {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-left: 12px;
  width: 100%;
}

.input-group-text.custom-dropdown {
  display: flex;
  align-items: center;
}

.input-group.flag-field input {
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  border-radius: unset !important;
}

.input-group.flag-field select {
  margin: 0 !important;
  border: none !important;
  outline: none !important;
}

.modal-dialog {
  max-width: 500px;
  margin: auto;
  /* width: 793px;
  height: 791px; */
}

.modal-content {
  height: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* background: rgba(0, 0, 0, 0.8); */
  flex-direction: column;
  margin: 20px;
}

/* .modal-dialog {
  width: 793px;
  height: 791px;
  margin: auto;
  padding: 10px;
}

.modal-content {
  height: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  flex-direction: column;
} */

.modal-body {
  width: 100%;
}

.modal-body .btn {
  background-color: #f8931f !important;
  color: white;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center !important;
  margin-top: 20px;
}

.modal-body button a {
  color: #fff;
  text-decoration: none;
  text-align: center !important;
  font-weight: 500;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.modal-body img {
  max-width: 20vh;
  max-height: 70vh;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.modal-content .content {
  /* background-color: #d8f2fe; */
  padding: 50px 50px;
  width: 100%;
  max-width: 700px;
}

.modal-content .content p {
  font-size: 15px;
  font-weight: 400;
}

.modal-content .content h3 {
  font-size: 20px;
  font-weight: 600;
}

.modal-content .content a {
  background-color: #ffcc05;
  color: #fff;
  padding: 22px 69px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 100px;
  font-size: 31px;
  font-weight: 600;
}

.close {
  display: none !important;
}

#pin-form {
  max-width: 400px;
  margin: 0 auto;
  /* padding: 0px 40px; */
}

#pin-form .pin-form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

#pin-form .pin-form-group label {
  width: 130px;
  /* fixed width so labels align */
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: left;
}

#pin-form .pin-form-group input {
  width: 150px;
  padding: 12px;
  font-size: 16px;
  border: 2px solid #29abea;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s;
}

/* .pin-form-group input:focus {
        border-color: #007bff;
      } */

#pin-form .login {
  text-align: end;
}

#pin-form .modal-content .content button {
  background-color: #010920;
  color: #fff;
  padding: 2px 25px;
  margin-top: 10px;
  border-radius: 15px;
  font-size: 31px;
  font-weight: 600;
}

#pin-form .alert-danger {
  text-align: left !important;
}

.input-group {
  width: 50%;
  margin: 0 auto;
}

.scan-btn {
  margin-top: 20px;
}

.banner {
  background: #0a1931;
  color: #fff;
  padding: 30px;
  margin-top: 30px;
}

.banner h2 {
  color: #00d4ff;
  font-weight: bold;
}

.info-box {
  background: rgba(0, 212, 255, 0.2);
  padding: 15px;
  border-left: 5px solid #00d4ff;
  display: inline-block;
  margin-top: 15px;
}

.notification-bar {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 1rem;
  /* 4px 16px */
  /* box-sizing: border-box; */
}

.notification-text {
  color: #151515;
  font-size: 0.875rem;
  /* 14px */
  font-weight: 400;
  font-family: Arial, sans-serif;
}

.right-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* 16px */
}

.icon-button {
  color: #151515;
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: Arial, sans-serif;
}

.user-button {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.user-button span {
  border: 1px solid #02915d;
  background-color: #02915d;
  color: #fff;
  padding: 5px 9px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.ip-address {
  width: 90%;
  background-image: url(image/Scanning-lock.png);
  background-size: contain;
  height: 100%;
  background-position: center;
  padding: 0;
  background-repeat: no-repeat;
  background-color: #d8f2fe;
}

/* .banner-image {
  width: 100%;
  height: auto;
  display: block;
  max-height: 180px;
  object-fit: cover;
} */

.ui.fluid.dropdown {
  display: block;
  width: 100% !important;
  min-width: 0;
  height: 44px;
  border-radius: 10px;
  margin-bottom: 31px;
  outline: 1px solid #fafafa;
  box-shadow: none;
  background-color: #fafafa;
  line-height: 1.4rem;
}

.field-2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.five.wide.field {
  width: 30%;
}

.seven.wide.field {
  width: 70%;
}

.seven.wide.field input {
  width: 100%;
}

.seven.wide.field input[type="text"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #ccc;
}

.ui.fluid.dropdown {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 10px 5px;
}

.ui.fluid.dropdown .text i {
  margin-right: 1px;
}

/* .ip-address, */
.chart-widget {
  width: calc(100% - 70px);
  margin-left: auto;
}

.ui.selection.dropdown .menu>.item {
  padding: 2px;
  display: flex;
  align-items: center;
}

.ui.search.dropdown>input.search {
  padding: 0 !important;
}

.ui.search.dropdown>.text {
  font-size: 11px;
}

.side-bar {
  position: absolute;
  z-index: 99;
  left: -100%;
  top: 11%;
  width: 100%;
  background-color: blue;
  height: 76%;
  max-width: 228px;
}

.ip-address form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ip-address .form-group {
  padding: 20px 0px;
}

/* .ip-address .form-group .single {
  display: flex;
  align-items: center;
  gap: 5px;
} */
.ip-address .form-group .single p {
  font-size: 15px;
  font-weight: 500;
}

.ip-address .form-group span {
  font-size: 15px;
  font-weight: 400;
  color: #717182;
}

.ip-address .scan-card {
  margin: 0 20px;
}

.ip-address .scan-card h4 {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #585d6f;
}

.ip-address .scan-options {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 20px;
}

.ip-address .scan-option {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  flex: 1;
  min-width: 250px;
  min-height: 220px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ip-address .scan-option:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ip-address .scan-option.selected {
  border-color: orange;
  border: 3px solid orange;
  background-color: #f0f8ff;
}

.ip-address .scan-option h5 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: #5c6575;
}

.ip-address .scan-option p {
  font-size: 15px;
  font-weight: 400;
  color: #878d9e;
}

.ip-address .scan-option input[type="hidden"] {
  display: none;
}

.ip-address .scan-icon {
  font-size: 25px;
}

.ip-address .form-group h4 {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #585d6f;
}

.ip-address .form-group label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  gap: 5px;
}

.ip-address .form-group .form-group label {
  display: flex;
  align-items: center;
  justify-content: left;
  /* font-size: 20px; */
  gap: 5px;
  margin-bottom: 5px;
}

.ip-address .form-group .form-group label span {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.ip-address .form-group .url-input {
  margin-top: 15px !important;
  width: 400px !important;
  max-width: 400px !important;
}

.ip-address .form-group input {
  background-color: #fff;
  height: 50px;
  border: 1px solid #becee5;
}

.ip-address .row {
  align-items: center;
}

/* .ip-address .btn-scan a {
  background-color: #2879f1;
} */
.ip-address .btn-scan {
  background-color: #2879f1;
  color: #fff;
  font-size: 22px;
  padding: 20px 40px;
  border-color: #2879f1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.ip-address .content {
  height: 100% !important;
  margin-top: 20px;
  width: 100%;
}

/* .ip-address .content .scan-banner img {
  max-width: 100%;
  height: auto;
  display: block;
} */
.ip-address .content .scan-banner {
  margin: 10px 0;
}

.ip-address .content .scan-banner h2 {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #373f4e;
}

.ip-address .content .scan-banner h4 {
  display: block;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  color: #636c7b;
}

/* .ip-address .content.result {
  height: 900px !important;
} */

.table-container {
  width: 100%;
  /* max-width: 1000px; */
  margin: 0 auto;
  height: 500px;
  margin-top: 10px;
  border-collapse: collapse;
  background-color: #fff;
  padding: 10px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.top-bar input[type="date"],
.top-bar input[type="search"] {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.top-bar .search-input {
  position: relative;
  max-width: 250px;
  width: 100%;
}

.top-bar .search-input input {
  width: 100%;
  padding: 8px 12px 8px 32px;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.top-bar .search-input span {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

th {
  background-color: #fafafa;
  /* font-weight: 600; */
}

.severity {
  color: #0cc27e;
  /* green */
  font-weight: bold;
}

.complete-profile {
  padding: 70px 0;
}

.Create.Account.complete-profile .form-content .form-group {
  width: 45%;
  margin: 0 5px;
}

.main-heading {
  text-align: center;
  margin-bottom: 50px;
}

.main-heading h1 {
  font-size: 45px;
}

.form-content.border-separate {
  border-left: 1px solid #000;
  padding-left: 25px;
}

.complete-profile textarea {
  border-radius: 10px;
  margin-bottom: 31px;
  outline: 1px solid #fafafa;
  box-shadow: none;
  background-color: #fafafa;
  height: 150px;
}

.btn-scan {
  text-align: center;
  margin: 50px 0;
}

.and-txt {
  text-align: center;
}

.and-txt h4 {
  font-size: 20px;
}

.user-dashboard-back-button {
  background: #F8931F;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 29px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0px 2px 2px #000000, 0px 0px 16px #FF8C1A;
}

.user-dashboard-back-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 126, 41, 0.4);
}


/* session Timer */
.session-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.session-modal.hidden {
  display: none;
}

.session-modal-content {
  background: #ffffff;
  padding: 24px 28px;
  max-width: 420px;
  width: 90%;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.session-modal-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.session-modal-content p {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}

.session-modal-content button {
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
}