/*-------------------------
    Variables
-------------------------*/
:root {
  --color-primary: #d26228;
  --color-secondary: #d99e81;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-yellow: #ffdb43;
  --color-body: #606060;
  --color-link: #d26228;
  --color-gray-1: #dfe0df;
  --color-secondary-dark: #402e32;
  --bg-brown-light: #fbf5f2;
  --font-heading: "Mulish", serif;
  --font-body: "Source Sans 3", serif;
  --font-code: "Source Code Pro", monospace;
  --transition: all 0.4s ease-in-out;
  --font-body-1: 22px;
  --font-body-2: 20px;
  --font-body-3: 18px;
  --font-body-4: 16px;
  --line-height-b1: 1.5;
  --line-height-b2: 1.6;
  --line-height-b3: 1.1;
  --h1: 58px;
  --h2: 48px;
  --h3: 40px;
  --h4: 32px;
  --h5: 24px;
}

body {
  background-color: #ffffff;
  font-family: var(--font-body);
  font-size: var(--font-body-3);
  color: var(--color-body);
  font-weight: 400;
  font-style: normal;
}

a,
a:focus,
a:hover,
a:active {
  text-decoration: none;
  color: var(--color-link);
}

h1 {
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-heading);
  color: var(--color-secondary-dark);
}

h1,
h2,
h3 {
  font-weight: bold;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p.large {
  font-size: var(--font-body-1);
}

.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary-dark {
  color: var(--color-secondary-dark) !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fw-ExtraBold {
  font-weight: 800;
}

.fw-ExtraBlack {
  font-weight: 1000;
}

/* ===== Scrollbar CSS ===== */

::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #d4d7d9;
  border-radius: 10px;
}

/* Standard syntax */
::placeholder {
  font-size: var(--font-body-3);
  font-weight: 300;
  color: #8a8a8a !important;
  opacity: 1; /* Firefox */
}

/* Internet Explorer 10-11 */
input:-ms-input-placeholder {
  font-size: var(--font-body-3);
  font-weight: 300;
  color: #8a8a8a !important;
}

/* Microsoft Edge */
input::-ms-input-placeholder {
  font-size: var(--font-body-3);
  font-weight: 300;
  color: #8a8a8a !important;
}

/* Firefox 18- */
input::-moz-placeholder {
  font-size: var(--font-body-3);
  font-weight: 300;
  color: #8a8a8a !important;
  opacity: 1;
}

/* Safari, Chrome, Opera */
input::-webkit-input-placeholder {
  font-size: var(--font-body-3);
  font-weight: 300;
  color: #8a8a8a !important;
}

section {
  padding: 70px 0;
}

.bg-brown-light {
  background-color: var(--bg-brown-light);
}

.text-primary {
  color: var(--color-primary) !important;
}

.btn {
  border-radius: 36px;
}

.btn-primary {
  background-color: var(--color-primary);
  padding: 10px 28px;
  border-color: var(--color-primary);
  font-size: var(--font-body-3);
  font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff !important;
}

.btn-white {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}

.btn-secondary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-white);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}

/** Top Navigation Starts **/
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  background-color: var(--color-white);
}

.logo-main {
  width: 170px;
  max-width: 100%;
}

.navbar-nav .nav-link {
  font-family: var(--font-heading);
  color: var(--color-secondary-dark);
  font-size: var(--font-body-4);
  font-weight: 600;
}

.navbar-nav {
  align-items: center;
}

nav .nav-item {
  padding: 0 7px;
}

nav .nav-item .btn-link {
  font-family: var(--font-heading);
  font-size: var(--font-body-3);
  font-weight: 700;
  text-decoration: none;
}

nav .nav-item .nav-link.join-now {
  color: #ffffff !important;
  padding: 10px 24px;
  background-color: #743616;
  font-weight: 700;
}

nav .show > .nav-link,
.navbar-nav .nav-link:hover {
  color: var(--color-primary) !important;
}

nav .nav-link {
  position: relative;
}

nav .nav-link.active::after {
  content: "";
  width: 50px;
  height: 4px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
  color: var(--color-primary);
  background-color: #f9f9f9;
}

.dropdown-item {
  font-size: 16px;
  padding: 0.5rem 0.8rem;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    padding: 0;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
    border: 0;
    box-shadow: 0px 19px 55px 4px rgb(50 50 93 / 15%);
    -webkit-box-shadow: 0px 19px 55px 4px rgb(50 50 93 / 15%);
    border-radius: 4px;
  }
}
/** Top Navigation Ends **/

/** Hero section Starts **/
.hero-section {
  padding: 140px 0 64px;
  background: url(../images/hero-bg-lines.svg) center/cover no-repeat,
    linear-gradient(to left, #fbf5f2 30%, #ffffff 100%);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.no-banner {
  padding: 30px 0 64px;
  background: var(--bg-brown-light);
}

.hero-section h1 {
  font-size: 60px;
  font-weight: 800;
  color: var(--color-secondary-dark);
  margin-bottom: 20px;
  position: relative;
}

.hero-section h1 img {
  position: absolute;
  bottom: 1px;
  left: 330px;
}

.hero-section .info {
  font-size: var(--font-body-2);
  font-weight: 400;
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 5px 10px;
  border-left: 3px solid var(--color-primary);
}

.hero-section h1 span {
  font-weight: 1000;
  color: var(--color-primary);
}

.hero-section .subtitle {
  font-size: 24px;
  color: #655f5f;
  font-weight: 600;
  margin: 16px 0;
}

.hero-section p {
  font-weight: 400;
  font-size: var(--h5);
  margin-bottom: 20px;
}

.hero-section p span.fw-sb {
  font-weight: 600;
}

.hero-section.inner p {
  font-size: 24px;
  margin-bottom: 0;
}

hero-section.inner h2 {
  margin-bottom: 15px;
}

.hero-section.inner h5 {
  font-size: var(--font-body-3);
}

.hero-section.inner {
  padding: 140px 0 50px;
}

.hero-section h2 {
  margin-bottom: 16px;
}

.hero-section .note {
  color: #775747;
  font-size: var(--font-body-4);
  text-align: center;
  margin-top: 6px;
}

/** Hero section Ends **/

/** Home page Starts **/

.services .service-block {
  background-color: var(--bg-brown-light);
  border-radius: 20px;
  padding: 24px;
  height: calc(100% - 24px);
}

.services img {
  margin-bottom: 20px;
  width: 60px;
}

.services h5 {
  margin-bottom: 10px;
  font-weight: 700;
}

.cta {
  background-color: var(--color-primary);
  position: relative;
  z-index: 1;
}

.cta .shape {
  position: absolute;
  z-index: -1;
}

.cta .shape.rt {
  right: 0;
  top: 0;
}

.cta .shape.bl {
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.cta h3 {
  color: var(--color-white);
  margin-bottom: 24px;
  font-weight: 900;
  color: #fbefea;
}

.cta h3 span {
  color: var(--color-yellow);
}

.cta a {
  background-color: var(--color-yellow);
  border-color: var(--color-yellow);
  color: var(--color-secondary-dark);
}

.cta p {
  color: var(--color-white);
  font-size: var(--font-body-1);
  margin-bottom: 0;
  color: #fbefea;
}

.compliance-cards .card-info {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--color-primary);
  height: 100%;
}

.compliance-cards .card-info .header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.compliance-cards .card-info .header span {
  font-weight: 1000;
}

.compliance-cards .card-info .header img {
  width: 60px;
}

.compliance-cards .card-info a {
  font-size: var(--font-body-3);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: var(--font-heading);
}

.compliance-cards .card-info.active {
  background-color: var(--color-primary);
}

.compliance-cards .card-info.active .header h5,
.compliance-cards .card-info.active p,
.compliance-cards .card-info.active a {
  color: var(--bg-brown-light);
}

.section-title {
  font-weight: 800;
  margin-bottom: 28px;
}

.section-title span {
  color: var(--color-primary);
  font-weight: 1000;
}

.section-title p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
  color: var(--color-black);
}

.SIMvsSIEM .info {
  background-color: var(--bg-brown-light);
  padding: 40px;
  border-radius: 32px;
}

.SIMvsSIEM .o-info {
  background-color: var(--color-white);
  border-radius: 32px;
  padding: 50px;
  height: 100%;
}

.SIMvsSIEM .sub-heading {
  font-size: 36px;
  display: flex;
  gap: 24px;
  font-weight: 800;
  justify-content: center;
  align-items: flex-start;
}

.t-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  font-size: var(--font-body-2);
  font-weight: 400;
}

.t-list li::before {
  content: "";
  position: absolute;
  background: url("../images/el_check.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 0;
  top: 4px;
  background-size: 100%;
}

.t-list.two li::before {
  background: url("../images/badge-check.svg") no-repeat center center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  top: 0;
  background-size: 100%;
}

.t-list.two li {
  font-weight: 600;
  color: var(--color-secondary-dark);
  padding-left: 35px;
}

.protip {
  background-color: rgba(255, 219, 67, 0.2);
  padding: 15px;
  border-radius: 10px;
}

.protip .title {
  font-size: var(--font-body-2);
  font-weight: 600;
  color: var(--color-secondary-dark);
  margin-bottom: 8px;
}

.table thead th {
  background-color: var(--bg-brown-light);
  padding: 20px;
  font-size: 20px;
  font-weight: 800;
  color: var(--color-secondary-dark);
  font-family: var(--font-heading);
  border: 0;
}

.table thead th:first-child {
  border-radius: 10px 0 0 10px;
}

.table thead th:last-child {
  border-radius: 0 10px 10px 0;
}

.table tbody tr td {
  background-color: transparent;
  padding: 20px;
  font-size: var(--font-body-3);
  color: var(--color-body);
  border-color: #eceaeb;
}

.table tbody tr:last-child td {
  border: 0;
}

.table.striped > tbody > tr:nth-of-type(even) > * {
  background-color: rgba(232, 232, 232, 0.25);
}

.t-list.two li {
  font-size: var(--font-body-3);
  color: var(--color-body);
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  padding-left: 30px;
}

.t-list.two li::before {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: 100%;
}

.SIMvsSIEM.our-security .t-list.two li {
  font-size: var(--font-body-2);
  color: var(--color-secondary-dark);
}

.SIMvsSIEM.our-security .t-list.two li::before {
  width: 26px;
  height: 26px;
  line-height: 26px;
}

.table.tbl-bg thead th {
  background-color: var(--color-white);
}

.table.tbl-bg > tbody > tr:nth-of-type(even) > * {
  background-color: rgba(255, 255, 255, 0.6);
}

.insights {
  border: 1px solid #cbcccb;
  border-radius: 32px;
  padding: 24px;
  height: 100%;
}

.insights h6 {
  font-size: var(--font-body-2);
  font-weight: 800;
  font-family: var(--font-heading);
  color: var(--color-secondary-dark);
  margin-bottom: 16px;
}

.insights .logs {
  background-color: #f0f1f0;
  border-radius: 8px;
  font-size: var(--font-body-4);
  color: var(--color-secondary-dark);
  font-family: var(--font-code);
  padding: 8px 16px;
}

.insights .logs.enriched {
  background-color: rgba(47, 128, 237, 0.1);
}

.insights .logs.categorize {
  background-color: rgba(255, 219, 67, 0.2);
  color: #705b07;
}

.insights .logs.enriched code {
  color: var(--color-secondary-dark);
  font-family: var(--font-code);
  font-size: var(--font-body-4);
}

.insights .logs.enriched code span {
  font-weight: 700;
}

/** Home page Ends **/

/* Login Page*/
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: calc(3rem + 60px) 0 3rem;
  background-color: #f5f6f8;
}

.login-box {
  width: 100%;
  max-width: 400px;
  padding: 2.188rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.login-box h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

.login-box p {
  font-size: 16px;
  color: #626364;
  margin-bottom: 2.5rem;
}

.login-box .plan-box {
  background-color: #fafafa;
  padding: 8px;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.login-box .plan-box h3 {
  font-size: var(--font-body-3);
  font-weight: 400;
  color: #655f5f;
}

.login-box .plan-box div {
  font-size: var(--font-body-4);
  color: #f2994a;
}

.form-label {
  font-size: var(--font-body-3);
  font-weight: 400;
  color: var(--color-black);
  margin-bottom: 8px;
}

.form-control {
  border-radius: 4px;
  border-color: #e4e4e4;
  padding: 10px;
  font-size: var(--font-body-3);
}

.form-check-input {
  border: var(--bs-border-width) solid #bab8b8;
  margin-top: 0;
  width: 18px;
  height: 18px;
}

.form-check-input[type="checkbox"] {
  border-radius: 2px;
}

.form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.form-check-input:focus {
  box-shadow: none;
  outline: none;
}

.toggle-password {
  cursor: pointer;
  top: 50%;
  right: 15px;
  transform: translateY(10%);
}

.eye-icon {
  width: 20px;
  height: 20px;
}

.form-text {
  text-align: right;
}

.form-text a {
  color: var(--color-primary);
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}

.form-text a:hover {
  text-decoration: underline;
}

.login-footer {
  text-align: center;
  margin-top: 1rem;
  font-weight: 300;
}

.login-footer a {
  color: var(--color-primary);
  text-decoration: none;
}

.login-footer a:hover {
  text-decoration: underline;
}

footer {
  padding: 50px 0 0;
  background-color: var(--bg-brown-light);
  position: relative;
}

footer .basic-info p {
  color: var(--color-secondary-dark);
  font-size: var(--font-body-4);
  font-weight: 400;
  font-family: var(--font-heading);
}

footer .basic-info .logo {
  color: var(--color-secondary-dark);
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 28px;
  display: block;
}

footer .follow-us p {
  font-size: var(--font-body-3);
  font-weight: 700;
  color: var(--color-secondary-dark);
  margin-bottom: 10px;
}

footer .follow-us a img {
  width: 24px;
}

footer .main-links h3 {
  color: var(--color-secondary-dark);
  font-size: var(--font-body-3);
  font-weight: 800;
  margin-bottom: 25px;
}

footer ul,
footer ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer .main-links ul li {
  margin-bottom: 10px;
  color: var(--color-secondary-dark);
  font-size: 18px;
  margin-bottom: 4px;
}

footer .main-links ul li a {
  color: #4e4949;
  font-family: var(--font-heading);
  font-size: var(--font-body-4);
  font-weight: 400;
}

footer .main-links ul li a.s-link {
  color: var(--color-link);
}

footer .main-links ul li a:hover {
  color: var(--color-link);
}

footer .copyright {
  background-color: #fcfcfc;
  font-size: var(--font-body-4);
  font-family: var(--font-heading);
  color: var(--color-secondary-dark);
  padding: 10px 0;
}

footer .copyright a {
  color: var(--color-link);
  font-size: var(--font-body-4);
  font-family: var(--font-heading);
  position: relative;
  margin: 0 10px;
}

footer .copyright a:not(:last-child):after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #a4a4a4;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 10px;
}

footer .copyright span {
  font-weight: 700;
}

.scroll-top.open {
  bottom: 10%;
}

button.scroll-top:focus {
  outline: none;
}

.scroll-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 999;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #743616;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  border: none;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.features .f-box {
  text-align: center;
  background-color: var(--bg-brown-light);
  padding: 64px 24px 24px;
  border-radius: 20px;
  position: relative;
  height: 100%;
}

.features .f-box .ic {
  background-color: var(--color-white);
  position: absolute;
  top: -40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 100%;
  box-shadow: 0 -10px 14px -9px rgba(0, 0, 0, 0.12);
}

.features .f-box h6 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-secondary-dark);
  margin-bottom: 16px;
  font-family: var(--font-heading);
}

.features .f-box p {
  font-size: var(--font-body-3);
}

.c-benefits .b-number {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
}

.c-benefits .b-number:nth-child(even) {
  background-color: var(--color-white);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.c-benefits .b-number .title {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 40%;
  flex: 0 0 40%;
}

.c-benefits .b-number p {
  margin-bottom: 0;
}

.c-benefits .b-number h3 {
  font-weight: 800;
  color: var(--color-primary);
}

.c-benefits .b-number h5 {
  font-weight: 800;
  color: var(--color-secondary-dark);
}

.about .team {
  background-color: var(--bg-brown-light);
  padding: 30px 25px;
  border-radius: 24px;
}

.about .team h4 {
  font-size: 30px;
  font-weight: 800;
  color: var(--color-primary);
  margin-bottom: 16px;
}

.about .block {
  border: 1px solid #cbcccb;
  border-radius: 32px;
  padding: 24px;
  height: 100%;
}

.about .block h4 {
  font-size: 30px;
  font-weight: 800;
  color: var(--color-secondary-dark);
  margin-bottom: 16px;
}

.about-why .o-info {
  background-color: var(--color-white);
  padding: 30px 40px;
  border-radius: 32px;
}

.about-why .o-info h2 {
  font-size: 36px;
}

.pricing .pricing-box {
  padding: 25px 22px;
  border: 1px solid #cbcccb;
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing .pricing-box.pro {
  border-color: #d99e81;
  background-color: var(--bg-brown-light);
}

.pricing .pricing-box.pro h5 {
  color: var(--color-primary);
}

.pricing .pricing-box .lbl-price {
  font-size: 30px;
  font-weight: 800;
  font-family: var(--font-heading);
  color: var(--color-secondary-dark);
  margin-bottom: 24px;
}

.pricing .pricing-box .lbl-price > span {
  font-size: var(--font-body-4);
  font-weight: 500;
  color: var(--color-body);
}

.pricing .pricing-box ul li {
  font-size: var(--font-body-4);
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.pricing .pricing-box ul li::before {
  content: "";
  position: absolute;
  background: url("../images/pricing-check-ic.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  left: 0;
  top: 0;
  background-size: 100%;
}

.pricing .pricing-box ul li > span {
  font-weight: 600;
}

.pricing .pricing-box .btn {
  font-size: var(--font-body-4);
  font-weight: 700;
  font-family: var(--font-heading);
  color: var(--color-secondary-dark);
  background-color: var(--color-yellow);
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: auto;
}

.pricing .pricing-box.pro .btn {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.p-features .fp-box {
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
}

.p-features .fp-box img {
  margin-bottom: 20px;
}

.p-features .fp-box h5 {
  margin-bottom: 10px;
}

.p-features .fp-box p {
  font-size: var(--font-body-3);
  margin-bottom: 0;
}

.faq p {
  margin-bottom: 0;
}

.faq .f-row:not(:last-child) {
  margin-bottom: 30px;
}

.articles .article-box {
  background-color: var(--color-white);
  border-radius: 16px;
  border: 1px solid #cbcccb;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  height: calc(100% - 24px);
}

.articles .article-box .a-thumbnail img {
  border-radius: 15px 15px 0 0;
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.articles .article-box .a-body {
  padding: 20px;
}

.articles .article-box .a-body .date {
  font-size: var(--font-body-4);
  color: #8e8e8e;
  gap: 2px;
}

.articles .article-box .a-body .author {
  font-size: var(--font-body-4);
  font-weight: 500;
  gap: 8px;
  color: var(--color-secondary-dark);
}

.articles .article-box .a-body .author img {
  border-radius: 100%;
  width: 24px;
  height: 24px;
}

.articles .article-box .a-body .title h5 {
  font-size: var(--font-body-1);
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}

.articles .article-box .a-footer {
  padding: 0 20px 20px 20px;
  font-size: var(--font-body-4);
  font-weight: 600;
  color: var(--color-secondary-dark);
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.articles .article-box .a-footer .links {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  flex-grow: 1;
}

.articles .article-box .a-footer > span {
  white-space: nowrap;
}

.articles .article-box .a-footer a {
  background-color: var(--bg-brown-light);
  border-radius: 5px;
  padding: 3px 10px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 4px;
}

.articles .pagination .page-link {
  border: 0;
  background-color: var(--color-white);
  margin: 0 5px;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  line-height: normal;
  color: #8e8e8e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.articles .pagination .active > .page-link,
.articles .pagination .page-link.active {
  background-color: var(--color-secondary-dark);
  color: var(--color-white);
  font-weight: 600;
}

.articles .pagination .page-item:not(:last-child) .page-link:hover {
  background-color: #eceaeb;
}

.articles .back-btn {
  font-size: var(--font-body-3);
  font-weight: 700;
  font-family: var(--font-heading);
}

.articles .article-box.detail .a-body .title h5 {
  font-size: 36px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 16px;
}

.articles .r-box {
  background-color: rgba(232, 232, 232, 0.3);
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #cbcccb;
  margin-bottom: 24px;
}

.articles .r-box h6 {
  font-size: var(--font-body-3);
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-black);
}

.articles .r-box .t-list.two li {
  font-size: var(--font-body-4);
  font-weight: 500;
  padding-left: 24px;
  margin-bottom: 5px;
}

.articles .r-box .t-list.two li::before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 1px;
}

.articles .r-box .a-links li span {
  display: block;
  font-weight: 500;
  color: var(--color-black);
}

.articles .r-box .a-links li {
  margin-bottom: 16px;
  font-size: var(--font-body-4);
}

.articles .cmd-terminal {
  background: linear-gradient(to bottom, #ffffff 0%, #fbf5f2 100%);
  font-family: var(--font-code);
  color: var(--color-secondary-dark);
  padding: 8px 10px;
  border: solid var(--color-primary);
  border-width: 5px 2px 2px 2px;
  white-space: normal;
  word-wrap: break-word;
}

.list-style-disc li {
  list-style-type: disc;
}

.articles {
  padding: 40px 0;
}

.numbered-list {
  padding-left: 1rem;
  margin-bottom: 0;
}

table tbody td .l-number {
  color: var(--color-primary);
  display: block;
}

.numbered-list li {
  list-style-type: decimal;
}

.th-quote {
  background-color: rgba(255, 219, 67, 0.2);
  border-radius: 10px;
  padding: 16px 20px;
}

.th-quote h6 {
  font-size: var(--font-body-1);
  font-weight: 900;
  color: var(--color-primary);
}

.wordpress .step {
  background-color: var(--bg-brown-light);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  height: 100%;
}

.wordpress .step h6 {
  font-size: var(--font-body-2);
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--color-primary);
}

.wordpress .step p {
  font-size: var(--font-body-2);
  color: var(--color-secondary-dark);
  margin-bottom: 0;
  max-width: 254px;
  width: 100%;
}

.wordpress .step img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.step-card {
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  border: solid var(--color-secondary-dark);
  border-width: 1px 1px 5px 1px;
  position: relative;
}

.step-card .heading {
  position: absolute;
  top: -23px;
  background-color: var(--color-white);
  padding: 5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--font-body-1);
  color: var(--color-secondary-dark);
}
.step-card .heading span:not(#modal-logid) {
  background-color: var(--color-primary);
  padding: 0 8px;
  border-radius: 3px 0 0 3px;
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 800;
}

.step-card .code-line {
  background-color: rgba(47, 128, 237, 0.1);
  border-radius: 8px;
  padding: 8px 16px;
  font-family: var(--font-code);
  font-size: var(--font-body-4);
  color: var(--color-black);
  white-space: normal;
  word-wrap: break-word;
}

.step-card .code-line pre {
  font-family: var(--font-code);
  font-size: var(--font-body-4);
  color: var(--color-black);
  margin-bottom: 0;
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.supported-logs .step-card {
  height: calc(100% - 48px);
}

.supported-logs .step-card .code-line {
  height: 100%;
  line-height: 1.96rem;
}

.log-means .step-card .code-line {
  line-height: 1.96rem;
}

.log-means .step-card .heading .c-yellow {
  color: var(--color-yellow);
}

.modal-header {
  background-color: var(--color-secondary-dark);
}

.modal-title {
  font-size: var(--font-body-2);
  font-weight: 800;
  color: var(--color-white);
}

.modal-content {
  border: 0;
}

.modal-header .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13%201.625C6.6625%201.625%201.625%206.6625%201.625%2013C1.625%2019.3375%206.6625%2024.375%2013%2024.375C19.3375%2024.375%2024.375%2019.3375%2024.375%2013C24.375%206.6625%2019.3375%201.625%2013%201.625ZM13%2022.75C7.6375%2022.75%203.25%2018.3625%203.25%2013C3.25%207.6375%207.6375%203.25%2013%203.25C18.3625%203.25%2022.75%207.6375%2022.75%2013C22.75%2018.3625%2018.3625%2022.75%2013%2022.75Z%22%20fill%3D%22%23FFDB43%22/%3E%3Cpath%20d%3D%22M17.3875%2018.6875L13%2014.3L8.6125%2018.6875L7.3125%2017.3875L11.7%2013L7.3125%208.6125L8.6125%207.3125L13%2011.7L17.3875%207.3125L18.6875%208.6125L14.3%2013L18.6875%2017.3875L17.3875%2018.6875Z%22%20fill%3D%22%23FFDB43%22/%3E%3C/svg%3E");
  background: transparent var(--bs-btn-close-bg) center/1.625em auto no-repeat;
  opacity: 1;
}

.modal .step-card {
  padding: 20px 10px 10px 10px;
}

.modal .step-card .heading {
  font-size: var(--font-body-3);
  font-weight: 800;
  top: -20px;
}

.privacy .main-title {
  font-size: 20px;
  color: var(--color-black);
  font-weight: 700;
  margin-bottom: 10px;
}

.privacy ol li {
  margin-bottom: 8px;
  list-style-type: inherit;
}

.privacy,
.privacy .sub-title {
  font-size: var(--font-body-2);
}

.privacy .sub-title {
  font-weight: 700;
}

.hero-section.pri-terms {
  padding: 100px 0 24px;
}

/* Login Page*/
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: calc(3rem + 60px) 0 3rem;
  background-color: #f5f6f8;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-box {
  width: 100%;
  max-width: 420px;
  padding: 2.188rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.login-box h1 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #0b0a0a;
}

.login-box p {
  font-size: var(--font-body-2);
  color: #626364;
  margin-bottom: 2.5rem;
}

.login-box .form-label {
  font-size: var(--font-body-3);
}

.privacy .main-title {
  font-size: 20px;
  color: var(--color-black);
  font-weight: 700;
  margin-bottom: 10px;
}

.privacy ol li {
  margin-bottom: 8px;
  list-style-type: inherit;
}

.privacy,
.privacy .sub-title {
  font-size: var(--font-body-2);
}

.privacy .sub-title {
  font-weight: 700;
}

.custom-tbl-container th {
  white-space: nowrap;
  position: sticky;
  top: 0;
  font-weight: 500;
  font-size: var(--font-body-3);
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 5;
}

.custom-tbl-container td {
  background: transparent;
  border: 0;
}

.custom-tbl-container {
  overflow: auto;
  border-collapse: collapse;
}

.example-box {
  background-color: #f9f9f9;
  border-left: 5px solid var(--color-primary);
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
  font: inherit;
  color: inherit;
  line-height: inherit;
}

pre {
  background-color: var(--color-gray-1);
  color: var(--color-black);
  padding: 20px 10px;
  border-radius: 6px;
  border: none;
}

ol.revert li {
  list-style-type: revert;
}

/* Responsive */
@media (max-width: 1399.98px) {
}
@media (max-width: 1199.98px) {
  .logo-main {
    width: 130px;
  }
  nav .nav-item .nav-link.join-now {
    padding: 8px 12px;
  }
  nav .nav-item {
    padding: 0 4px;
  }
  nav .nav-item .btn-link {
    font-size: var(--font-body-4);
  }
  .pricing .pricing-box {
    height: calc(100% - 24px);
    margin-bottom: 24px;
  }
  .pricing .pricing-box .btn {
    justify-content: center;
    gap: 10px;
  }
  .wordpress .step p {
    max-width: 100%;
  }
  .wordpress .step img {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    border: 0;
  }
  nav .nav-item .nav-link.join-now {
    padding: 8px 15px;
  }
  nav .nav-item {
    padding: 0 5px;
  }
  .navbar {
    background-color: var(--color-white);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .navbar-nav .btn {
    width: 100%;
    margin-bottom: 5px;
  }
  .services .service-block {
    height: auto;
    margin-bottom: 15px;
  }
  .navbar-nav .nav-link {
    font-size: var(--font-body-4);
  }
  .navbar-nav .btn {
    padding: 5px 8px;
  }
  .cta p {
    margin-bottom: 30px;
  }
  section {
    padding: 50px 0;
  }
  .cta .shape {
    z-index: -1;
  }
  .compliance-cards .card-info {
    height: calc(100% - 16px);
    margin-bottom: 16px;
  }
  .compliance-cards .card-info .header h5 br {
    display: none;
  }
  .about .block {
    height: calc(100% - 16px);
  }
  .about-why .o-info {
    padding: 24px;
  }
  .SIMvsSIEM .o-info {
    height: auto;
    margin-bottom: 24px;
  }
  .SIMvsSIEM .info,
  .SIMvsSIEM .o-info {
    padding: 20px;
  }
  .custom-tbl-container table thead {
    display: none;
  }
  .custom-tbl-container table td[data-label] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  .custom-tbl-container table td[data-label]::before {
    content: attr(data-label);
    font-weight: 800;
    width: 100%;
  }
  .custom-tbl-container {
    max-height: 100% !important;
    border: 1px solid #cbcccb;
    border-radius: 10px;
  }
  .insights,
  .pricing .pricing-box,
  .wordpress .step {
    height: auto;
    margin-bottom: 24px;
  }
  .features .f-box {
    height: auto;
    margin-bottom: 64px;
  }
  .cta {
    text-align: center;
  }
  .wordpress .step img {
    width: 70px;
    top: 50%;
    transform: translate(-10%, -50%);
  }
}

@media (max-width: 767.98px) {
  .hero-section h1 span {
    display: inline-block;
  }
  .navbar-nav {
    align-items: flex-start;
  }
  .hero-section h1 img {
    position: static;
  }
  .cta .shape {
    display: none;
  }
  .hero-section h1 br {
    display: none;
  }
  .c-benefits .b-number {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .c-benefits .b-number .title {
    width: 100%;
    flex: 0 0 100%;
  }
  .wordpress .step img {
    display: none;
  }
  .articles .article-box .a-body {
    padding: 16px;
  }
  .step-card .heading {
    font-size: var(--font-body-4);
  }
  .step-card {
    padding: 16px 16px;
  }
}

@media (max-width: 575.98px) {
  .logo-main {
    width: 140px;
  }
  .navbar-nav .nav-link {
    font-size: var(--font-body-3);
  }
  .hero-section {
    padding: 100px 0 32px;
  }
  .section-title {
    margin-bottom: 20px !important;
  }
  h1 {
    font-size: 32px;
  }
  section {
    padding: 40px 0;
  }

  .hero-section h1 {
    font-size: 42px;
  }
  .login-box {
    padding: 1rem;
    max-width: 350px;
  }

  nav .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0;
  }
  .login-container {
    padding: calc(3rem + 30px) 1rem 2rem;
  }
  .login-box h1 {
    font-size: 26px;
  }
  .cta a {
    width: 100%;
  }
  footer .main-links h3 {
    margin-bottom: 10px;
  }
  footer .main-links {
    margin-top: 30px;
  }
  .login-box {
    padding: 1rem;
    max-width: 350px;
  }
  .login-container {
    padding: 30px 0;
    height: 100vh;
    align-items: flex-start;
  }
  .login-box h1 {
    font-size: 26px;
  }
  .noc-tabs-content .tab-pane {
    padding: 15px;
  }
  h2 {
    font-size: var(--h3);
  }
  h3 {
    font-size: var(--h4);
  }
}

@media (max-width: 375.98px) {
  .login-container {
    padding: calc(3rem + -30px) 1rem 2rem;
    display: block;
  }
}
