/* General styling */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.top-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #000000;
  color: white;
  z-index: 1051;
  /* higher than navbar */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 16px 0px 0px 0px;
}

.custom-navbar {
  position: fixed !important;
  top: 50px;
  /* match top-header-bar height */
  width: 100%;
  z-index: 1050;
}

/* Header styles */
.navbar {
  background-color: white !important;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  padding: 21px 0;
}

.navbar-brand img {
  max-height: 33px;
  width: auto;
}

/* Navbar link styles */
.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #333 !important;
  margin-left: 15px;
  transition: color 0.3s ease-in-out;
}

li.nav-item {
  padding: 0px 40px 0px 0px;
}

.nav-link:hover {
  color: #087A1E !important;
  /* color: #f1f1f1 !important;
  background-color: #087A1E;
  border-radius: 50px;
  padding: 12px 20px !important; */
}

.demo-btn {
  background-color: #000000;
  color: white !important;
  padding: 10px 22px !important;
  border-radius: 24px;
  text-decoration: none;
  display: inline-block;
}

.demo-icon {
  margin-left: 10px;
  /* Adds space between the text and image */
}

.demo-btn:hover {
  /* background-color: #4ed368;   */
  color: white !important;
}

/* Mobile navbar styling */
.navbar-toggler {
  border-color: #ddd;
}

/* drodown */

/* Show dropdown on hover */
/* .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
} */

.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* for sub-menus in usecases */
/* Nested dropdown setup */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1050;
  min-width: 220px;
  border-radius: 8px;
  background-color: #fff;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Add right arrow to indicate submenu */
.dropdown-submenu>a::after {
  content: "▶";
  float: right;
  margin-left: 0.5rem;
  margin-top: 4px;
  font-size: 0.6rem;
  color: #888;
}

/* for sub-menus in usecases end*/

/* Add smooth appearance for dropdown */
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Customize the dropdown menu */
.dropdown-menu {
  background-color: #fff;
  /* White background for dropdown */
  border-radius: 8px;
  /* Rounded corners */
  /* box-shadow: 0 4px 8px #57F876; */
}

.dropdown-item {
  color: #444;
  /* Slightly darker text for better contrast */
  padding: 8px 20px !important;
  /* Increased padding for a more spacious feel */
  font-size: 14px;
  /* Adjust font size */
  background-color: #f8f9fa;
  /* Light background color */
  transition: all 0.3s ease;
  /* Smooth hover transition */
}

.dropdown-item:hover {
  color: #BBBBBB;
  /* Text color on hover */
  /* background-color:  #cecfce; */
  /* Highlight background on hover */
  text-decoration: none;
  /* Prevent underline on hover */
}


/* Make sure the nested submenu is hidden by default */
.nav-item.dropdown:hover .dropdown-submenu:hover>.dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Show nested submenu only when its parent is hovered */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1050;
  min-width: 220px;
  border-radius: 8px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown-submenu>a::after {
  content: "▶";
  float: right;
  margin-left: 0.5rem;
  font-size: 0.6rem;
  color: #888;
}



/* mega menu */
.mega-dropdown {
  min-width: 500px;
  /* adjust as needed */
}

/* Flex columns in mega menu */
.mega-dropdown .d-flex {
  display: flex;
  align-items: start;
}

/* Each column */
.mega-column {
  width: 54%;
}

/* Vertical line separator */
.vertical-line {
  width: 3px;
  background-color: #f5f5f5;
  margin: 0 10px;
  align-self: stretch;
}

/* mega menu end */


/* Navbar Background Black in Mobile */
@media (max-width: 992px) {
  .custom-navbar {
    position: fixed !important;
    background-color: #000 !important;
    /* Ensure visibility */
    /* padding: 20px 7px; */
  }

  .cyber-protection {
    height: 30vh;
  }

  .custom-section {
    padding: 60px 0px 0px;
  }

  .custom-section h2 {
    font-size: 40px !important;
  }

  /* Mobile Logo */
  .desktop-logo {
    display: none !important;
  }

  .mobile-logo {
    display: block !important;
    width: 150px !important;
  }

  /* White Toggle Button */
  .custom-toggler {
    border: none;
  }

  /* Default hamburger icon */
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  /* X mark when navbar is open */
  .custom-toggler.open .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L24 24M6 24L24 6'/%3E%3C/svg%3E");
  }


  /* Move Book a Demo button beside Toggle */
  .demo-btn {
    display: inline-block;
    background-color: #57F876;
    color: black !important;
    padding: 21px 31px;
    border-radius: 41px;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
  }

  .demo-btn img {
    filter: invert(1);
    width: 16px;
  }

  .toc-container {
    display: none;
  }

  .power-con {
    display: none;
  }

  .carousel-inner .carousel-img1 {
    display: none !important;
  }

  .color-nav {
    color: #ffffff !important;
  }

  .index-img {
    content: url("../../assets/images/malware-img1.png");
    /* Mobile image */
    max-width: 100% !important;
    height: 384px !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .index-pro {
    padding: 0px 50px;
  }

  .grid-title {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .index-desk {
    display: none;
  }

  /* .event-gla h2 {
    font-size: 40px;
  }
  .event-gla h4 {
    font-size: 28px;
  } */
  .event-gla-36 {
    font-size: 14px !important;
  }

  .event-gla-32 {
    font-size: 20px !important;
    font-weight: 400;
  }

  .partners-global {
    height: 828px !important;
  }
}

.border-bottom {
  margin-top: 20px;
  border: 1px solid #087a1e;
}

/* Footer styling */
.footer {
  background-color: #E7FFEB;
  padding: 40px 0;
  text-align: left;
}

.footer-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #087A1E;
}

.footer-links {
  list-style-type: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
}

.footer-links a:hover {
  color: #087a1e;
}

.footer p {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
  color: #333;
}

/* Footer icons */
.footer-icon {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.footer-icon:hover {
  color: #007bff;
}

.footer-logo {
  max-height: 50px;
  width: 300px;
  margin-right: -21px;
}

.reserved p {
  color: #6B6B6B;
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}

.custom-section-events {
  background-color: #000;
  color: white;
  margin-top: 129px;
  position: relative;
  overflow: hidden;
  height: 65vh;
  /* Ensures a tall enough section */
  display: flex;
  align-items: center;
  /* Vertically center the content */
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust for text visibility */
  z-index: 0;
}

.custom-section-events .container {
  position: relative;
  z-index: 1;
}

.custom-section-events h2 {
  font-size: 78px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
}

.custom-section-events h2 span {
  color: #57F876;
}


.custom-section {
  background-color: #000;
  color: white;
  /* padding: 50px 20px; */
  margin-top: 129px;
}

.custom-section h2 {
  font-size: 78px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
}

.custom-section h2 span {
  color: #57F876;
}

.custom-section img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.malware-img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.demo-first-btn {
  display: inline-block;
  background-color: #57F876;
  color: black;
  padding: 20px 44px;
  border-radius: 41px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  margin-top: 15px;
}

.demo-first-btn:hover {
  background-color: #4ed368;
  color: black;
}

.preemptive {
  padding: 50px 0;
  font-family: 'Syne', sans-serif;
}

.cyb-icon {
  height: 80px;
}

.heading-title {
  font-size: 48px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
}

.heading-title span {
  color: #087A1E;
  /* Green color for "Preemptive Security" */
}

.grid-item {
  padding: 20px;
  position: relative;
  /* To position the pseudo-element */
}

.grid-item::after {
  content: "";
  position: absolute;
  right: 0;
  /* Align the border to the right */
  top: 133px;
  /* Push the border down slightly */
  width: 1px;
  /* Width of the vertical line */
  height: 27%;
  /* Height of the border */
  background-color: #d3d3d3;
  /* Gray color */
}

.grid-item:last-child::after {
  display: none;
  /* Remove the right border for the last grid item */
}

.grid-item h5 {
  font-size: 24px;
  font-weight: 600;
}

.grid-item p {
  font-size: 16px;
  color: #6A6A6A;
}

.icon-wrapper {
  background-color: #E7FFEB;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 28px;
  display: inline-block;
}


.feature {
  margin-bottom: 30px;
}

.feature-all {
  background-color: #FFF3E9;
  /* Light green background */
  padding: 20px 0px;
  border-radius: 20px;
}

.feature-all h5 {
  font-size: 16px;
  font-weight: 600;
}

.feature-wrapper {
  padding: 0px;
  border-radius: 10px;
  display: inline-block;
}

.know-more-btn {
  display: inline-block;
  border: 2px solid #C0293F;
  /* Red border */
  font-size: 14px;
  font-weight: 600;
  color: #C0293F;
  /* Red text */
  padding: 8px 16px 8px 20px;
  border-radius: 25px;
  /* Rounded corners */
  text-decoration: none;
  /* Removes underline */
}


.feature-icon {
  transition: transform 0.3s, opacity 0.3s;
}

.right-arrow {
  transition: transform 0.3s, opacity 0.3s;
}

/* Change icon and arrow on feature hover */
.feature:hover .feature-icon,
.know-more-btn:hover .feature-icon {
  content: url('../../assets/images/botnet-infections-hover.svg');
  /* Replace with hover image */
  transform: scale(1.1);
  /* Optional: Adds a slight zoom effect */
}

.feature:hover .feature-icon-1,
.know-more-btn:hover .feature-icon {
  content: url('../../assets/images/dark-web-hover.svg');
  /* Replace with hover image */
  transform: scale(1.1);
  /* Optional: Adds a slight zoom effect */
}

.feature:hover .feature-icon-2,
.know-more-btn:hover .feature-icon {
  content: url('../../assets/images/developers-exposure-hover.svg');
  /* Replace with hover image */
  transform: scale(1.1);
  /* Optional: Adds a slight zoom effect */
}

.feature:hover .feature-icon-3,
.know-more-btn:hover .feature-icon {
  content: url('../../assets/images/code-leaks-hover.svg');
  /* Replace with hover image */
  transform: scale(1.1);
  /* Optional: Adds a slight zoom effect */
}

.feature:hover .feature-icon-4,
.know-more-btn:hover .feature-icon {
  content: url('../../assets/images/supply-chain-hover.svg');
  /* Replace with hover image */
  transform: scale(1.1);
  /* Optional: Adds a slight zoom effect */
}


.feature:hover .right-arrow,
.know-more-btn:hover .right-arrow {
  content: url('../../assets/images/white-right-arrow.svg');
  /* Replace with hover arrow image */
  transform: translateX(5px);
  /* Optional: Adds a subtle movement to the arrow */
}

/* Button and feature hover combined */
.feature:hover .know-more-btn,
.know-more-btn:hover {
  background-color: #E21E3B;
  /* Red background on hover */
  color: white;
  /* White text on hover */
  text-decoration: none;
  /* Remove underline */
}


/* cybermindr works start */


/* cybermindr works end */


.automatic {
  background-color: #E7FFEB;
  padding: 50px 0;
}

.automatic-grid {
  display: flex;
  justify-content: center;
  /* Centers the content horizontally */
  align-items: center;
  /* Centers the content vertically */
}

.grid-title {
  font-size: 48px;
  font-weight: 600;
}

.border-end {
  border-right: 3px solid #0A9718 !important;
  /* Thin vertical line */
}

.proactive {
  padding: 80px 0;
  font-family: 'Syne', sans-serif;
  position: relative;
  overflow: hidden;
}

.proactive .background-image {
  position: absolute;
  top: 856px;
  left: -19px;
  width: 28%;
  height: 30%;
  background-image: url('../../assets/images/proactive/6.png');
  /* Replace with your image path */
  background-size: cover;
  /* Ensures the image covers the entire area */
  background-position: center;
  /* Centers the image */
  background-repeat: no-repeat;
  /* Prevents repeating */
  z-index: -1;
  /* Places the image behind other content */
}

.proactive .background-image2 {
  position: absolute;
  top: 1367px;
  left: 1035px;
  width: 30%;
  height: 32%;
  background-image: url('../../assets/images/proactive/7.png');
  /* Replace with your image path */
  background-size: cover;
  /* Ensures the image covers the entire area */
  background-position: center;
  /* Centers the image */
  background-repeat: no-repeat;
  /* Prevents repeating */
  z-index: -1;
  /* Places the image behind other content */
}

.proactive .container {
  position: relative;
  z-index: 1;
  /* Ensures content is above the background */
}

.proactive-feature {
  position: relative;
  margin-bottom: 30px;
  max-width: 410px;
}

.proactive-all {
  background-color: #FFF3E9;
  /* Light green background */
  border-radius: 32px;
}

.proactive-all h5 {
  font-size: 32px;
  font-weight: 600;
}

.proactive-all p {
  font-size: 16px;
  font-weight: 300;
  color: #6A6A6A;
}

.proactive-blog-wrapper {
  padding: 0px 0px 0px 0px;
  border-radius: 10px;
  display: inline-block;
}

.proactive-blog-wrapper img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.proactive-wrapper {
  padding: 0px 0px 0px 0px;
  border-radius: 10px;
  display: inline-block;
}

.proactive-wrapper img {
  max-width: 100%;
  /* Ensures the image doesn't exceed the container's width */
  height: auto;
  /* Maintains aspect ratio */
  object-fit: contain;
  /* Ensures the image is scaled without cropping */
}

.proactive-attack {
  padding: 35px 28px;
}

.proactive-two {
  margin-top: 140px;
}

.learn-more-btn {
  display: inline-flex;
  /* Aligns text and image horizontally */
  border: 2px solid #0D0D0D;
  /* Red border */
  font-size: 14px;
  font-weight: 600;
  color: #0D0D0D;
  /* Red text */
  padding: 20px 44px 20px 44px;
  border-radius: 35px;
  /* Rounded corners */
  text-decoration: none;
  /* Removes underline */
  width: 100%;
  margin: 10px 0px;
}

.learn-more-btn:hover {
  background-color: black;
  color: white;
}

.learn-more-btn:hover .white-arrow {
  content: url('../../assets/images/white-right-arrow.svg');
  /* Replace with hover arrow image */
  transform: translateX(5px);
}


.book-demo-btn {
  display: inline-flex;
  /* Aligns text and image horizontally */
  border: 2px solid #0D0D0D;
  /* Red border */
  font-size: 14px;
  font-weight: 600;
  color: #0D0D0D;
  /* Red text */
  padding: 20px 40px 20px 40px;
  border-radius: 35px;
  /* Rounded corners */
  text-decoration: none;
  /* Removes underline */
  margin: 10px 0px;
}

.platform-font {
  font-family: 'Poppins', sans-serif;
}

.platform-font h1 {
  font-size: 64px;
  font-weight: 600;
}

.platform-font p {
  font-size: 24px;
  font-weight: 400;
}

.cyber-protection {
  position: relative;
  /* Needed for positioning */
  width: 100%;
  height: 90vh;
  background-color: black;
  /* Black background color */
  background-image: url('../../assets/images/cyber-protection/cyber-bg.png');
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  /* background-size: contain; 
  background-position: center top;  */
  background-repeat: no-repeat;
  /* Prevent the image from repeating */
  display: flex;
  /* Flexbox for centering text */
  align-items: center;
  /* Vertical centering */
  justify-content: center;
  /* Horizontal centering */
  text-align: center;
  /* Center text alignment */
  overflow: hidden;
  /* Avoid content overflow */
  color: white;
  /* Text color for contrast */
}

.cyber-protection .content {
  z-index: 1;
  /* Keep text above the background */
  max-width: 800px;
  /* Optional: Limit text width */
  margin: 0 auto;
}

.cyber-protection p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #f0e4da;
}

.book-demo-cyber-btn {
  display: inline-block;
  /* Ensures padding and alignment behave like a button */
  font-family: 'Poppins', sans-serif;
  background-color: #57F876;
  /* Background color */
  color: black;
  /* Text color */
  padding: 20px 44px;
  /* Adjust padding for button size */
  font-size: 16px;
  /* Adjust font size as needed */
  font-weight: bold;
  /* Optional: Make text bold */
  text-align: center;
  /* Center-align the text */
  text-decoration: none;
  /* Remove the underline */
  border-radius: 35px;
  /* Optional: Rounded corners */
  transition: background-color 0.3s, color 0.3s;
  /* Smooth hover effect */
  margin-top: 40px;
}

.book-demo-cyber-btn:hover {
  background-color: #45c767;
  /* Darker shade on hover */
  color: white;
  /* Change text color on hover */
}

.attackers {
  padding: 50px 0px;
}

.attackers-sec {
  background-color: #E3FFE9;
  /* Light green background */
  border-radius: 64px;
  /* Rounded corners */
  padding: 62px 0px 76px 86px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  /* Optional: Add shadow for a polished look */
  overflow: hidden;
  /* Ensures content doesn't overflow */
}

.attackers-text {
  display: flex;
  flex-direction: column;
  /* Stack text elements */
  justify-content: center;
  /* Vertically center content */
}

.attackers-text h2 {
  font-size: 32px;
  /* Adjust as needed */
  font-weight: bold;
  margin-bottom: 10px;
}

.attackers-text p {
  font-size: 16px;
  /* Adjust as needed */
  margin-bottom: 20px;
  line-height: 1.5;
  color: #6A6A6A;
  margin-top: 20px;
}

.attackers-des {
  font-size: 32px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
}

.attackers-des span {
  color: #087A1E;
  /* Green color for "Preemptive Security" */
}

.clients-success {
  padding: 100px 0px;
}

.clients-sec {
  background-color: #FFF3E9;
  /* Light green background */
  border-radius: 64px;
  /* Rounded corners */
  padding: 62px 40px 0px 86px;
  /* Optional: Add shadow for a polished look */
  overflow: hidden;
  /* Ensures content doesn't overflow */
}

.clients-des {
  font-size: 32px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #6A6A6A;
  letter-spacing: 1px;
}

.clients-text p {
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
}

/* security sec */

.read-more-btn {
  position: absolute;
  bottom: 36px;
  display: inline-block;
  color: #57F876;
  padding: 9px 0px 38px 0px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}

.read-more-btn:hover {
  /* background-color: #45c767; */
  color: white;
  /* White text on hover */
}

.security {
  background-color: #000;
  border-radius: 30px;
  height: 490px;
  overflow: hidden;
  position: relative;

}

.security .security-image {
  display: block;
  /* Removes inline spacing around the image */
  width: 100%;
  /* Make the image take up the full width of the container */
  height: auto;
  /* Maintain aspect ratio */
  padding: 0;
  /* Remove any padding */
  margin: 0;
  /* Remove any margin */
}

.security-sec {
  color: white;
  /* White text for contrast */
  /* text-align: center;  */
  padding: 25px 31px;
  border-radius: 10px;
  /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Optional: Add shadow for a polished look */
  overflow: hidden;
  /* Ensure content doesn't overflow */
}

.security-sec p {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0px 0px 0px;
}


/* cybermindr work sec */

.cybermindr-works {
  background-color: #000;
  padding: 52px 0px;
}

/* .cybermindr-height{
  height: 1050px;
} */

.cybermindr-works-heading h1 {
  font-size: 48px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  color: #57F876;
  margin-top: 30px;
}

.cybermindr-works-heading h5 {
  color: #939393;
  font-size: 16px;
  letter-spacing: 2px;
}

.cybermindr-works-heading p {
  color: #fff;
  font-size: 24px;
  /* font-weight: 300; */
  letter-spacing: 1px;
}

.carousel-inner .carousel-img2 {
  width: auto;
  /* Remove the full-width scaling */
  max-width: 100%;
  /* Ensure it doesn't exceed the column width */
  display: inline-block;
  /* Align it as an inline element */
}

.img-left {
  float: left;
  /* Aligns the image to the left */
  margin-right: 15px;
  /* Adds space between the image and text */
}

#carouselExample {
  position: relative;
}

.carousel-inner .carousel-img1 {
  width: 350px !important;
  padding-top: 54px;
}

.carousel-item {
  padding: 20px 0px;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  /* Center the buttons */
  margin-top: 20px;
  /* Add space above the buttons */
  gap: 10px;
  /* Space between the buttons */
}

.custom-control {
  border: 2px solid white;
  /* 2px white border */
  border-radius: 50%;
  /* Circular shape */
  width: 50px;
  /* Button width */
  height: 50px;
  /* Button height */
  display: flex;
  align-items: center;
  /* Center the icon vertically */
  justify-content: center;
  /* Center the icon horizontally */
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  color: white;
  /* Icon color */
}

.left-control {
  position: absolute;
  left: 20%;
  /* Adjust as needed */
  top: 80%;
  transform: translateY(-30%);
  z-index: 10;
}

/* Updated right control */
.right-control {
  position: absolute;
  right: 70%;
  /* Adjust as needed */
  top: 80%;
  transform: translateY(-30%);
  z-index: 10;
}

.custom-control:hover {
  background-color: rgba(0, 0, 0, 0.8);
  /* Darker background on hover */
  transform: scale(1.1);
  /* Slight scaling on hover */
  transition: 0.3s ease;
  /* Smooth hover transition */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 70%;
  /* Adjust icon size */
}

.carousel-text h3 {
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.carousel-text p {
  color: #8C8C8C;
  font-size: 20px;
}

.carousel-text p span {
  color: #fff;
}

.carousel-text p .different {
  color: #62A369;
}


/* .img-height{
  height: 65vh;
} */

@media (min-width: 992px) {
  .malware-img {
    margin-left: 102px;
  }

  .blog-img {
    margin-left: 111px;
  }
}


/* about us */

.about-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #939393;
  letter-spacing: 2px;
}

.font-syne {
  font-family: 'Syne', sans-serif !important;
}

.font-poppins {
  font-family: 'Poppins', sans-serif;
}

.italic-text {
  font-style: italic;
}

.font-4 {
  font-weight: 400 !important;
}

.font-6 {
  font-weight: 600;
}

.font-size-12 {
  font-size: 14px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-48 {
  font-size: 48px !important;
}

.font-size-40 {
  font-size: 40px !important;
}


.font-size-64 {
  font-size: 64px !important;
}

.font-size-event-64 {
  font-size: 64px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height {
  line-height: 74px !important;
}

.line-height-event {
  line-height: 74px;
}

.line-height-54 {
  line-height: 54px;
}

.attack {
  color: #087A1E;
}

.text-justify {
  text-align: justify;
}

.gray-color {
  color: #858585;
}

.gray-dark-color {
  color: #4F4F4F;
}

.gray-light-color {
  color: #C0C0C0;
}

.spacing {
  margin-bottom: 100px;
}

.overview {
  padding: 50px 0px;
}

.overview-sec p {
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 100px;
}

.overview-sec p span {
  color: #087A1E;
}

.overview-sec .overview-span {
  color: #939393;
}

.border-left-right {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}


.overview-wrapper {
  border-radius: 8px;
  /* Optional: Rounded corners */
  display: flex;
  /* Flexbox for alignment */
  align-items: center;
  /* Vertical centering */
  justify-content: center;
  /* Horizontal centering */
  width: 100%;
  /* Ensure the container takes full width of the column */
  height: 100%;
  /* Match the height of the column */
  overflow: hidden;
  /* Ensures the image doesn’t overflow */
  text-align: center;
  /* Centers the image horizontally */
}

.overview-wrapper img {
  max-width: 100%;
  /* Ensures the image scales within the container */
  height: auto;
  /* Maintain aspect ratio */
  min-height: 536px;
  object-fit: contain;
  /* Ensures the image fits inside the wrapper */
}

.team {
  padding: 50px 0;
  /* Adds spacing above and below the section */
}

.team-member {
  margin: 0px 0px 27px 20px;
  border: 1px solid #DAF6E0;
  border-radius: 64px;
  background-color: #ffffff;
  max-width: 418px;
  padding: 0px 0px 50px 0px;
}

.team-img-sec {
  background-color: #E3FFE9;
  /* Light green background */
  justify-content: center;
  /* Horizontally center the image */
  max-height: 212px;
  max-width: 416px;
  border-top-left-radius: 64px;
  /* Top-left corner rounded */
  border-top-right-radius: 64px;
  /* Top-right corner rounded */
  overflow: hidden;
  /* Ensures content stays within the rounded corners */
}

.team-img {
  /* width: 150px; 
  height: 150px;  */
  object-fit: cover;
  /* Ensures the image fits within the circle */
  /* border: 3px solid #ddd;  */
}

.team-member h5 {
  margin-top: 25px;
  font-size: 32px;
  font-weight: bold;
}

.team-member p {
  margin-top: 8px;
  letter-spacing: 1px;
  color: #858585;
}

.linkedin-icon {
  margin-top: 20px;
}


.team-cyber {
  background-color: #E7FFEB;
  /* Light green background */
  padding: 24px;
  /* Space around the content */
  border-radius: 32px;
  /* Rounded corners for a polished look */
}

.team-cyber img {
  max-width: 100%;
  /* Makes the image responsive */
  border-radius: 8px;
  /* Optional: Adds rounded corners to the image */
  margin-bottom: 10px;
  /* Space below the image */
}

.team-cyber p {
  margin: 0;
  font-size: 20px;
  /* Adjust font size */
}


.vision {
  background-color: #000;
  /* Black background for the section */
  padding: 50px 0;
  /* Adds space above and below the content */
}

.vision-item {
  /* background-color: #E7FFEB;  */
  padding: 20px;
  /* Space around the content */
  text-align: center;
  /* Centers the content inside */
  color: #fdfdfd;
  /* Text color for visibility */
}

.vision-item img {
  max-width: 100%;
  /* Makes the image responsive */
  border-radius: 8px;
  /* Optional: Rounds the image corners */
  margin-bottom: 10px;
  /* Space below the image */
}

.vision-item .mission-img {
  max-width: 100%;
  /* Makes the image responsive */
  width: 287px;
}

.vision-item h5 {
  margin: 20px 0px;
  font-size: 36px;
  /* Adjust font size */
  color: #FFFFFF;
}

.vision-item p {
  margin: 0;
  font-size: 24px;
  /* Adjust font size */
  color: #858585;
}

/* form */
.form-box {
  position: absolute;
  background-color: #E7FFEB;
  /* Light green background */
  padding: 38px;
  border-radius: 30px;
  margin: -79px 0px 0px -100px;
}

.form-abt-box {
  position: absolute;
  background-color: #E7FFEB;
  padding: 38px;
  border-radius: 30px;
  margin: -131px 0px 0px -50px;
}

.connect-form {
  border-radius: 30px;
  padding: 18px 36px;
  background-color: #E7FFEB;
  border: 1px solid #6C9871;
  margin: 0px 0px 34px 0px;
}

.book-demo-about {
  background-color: #000000;
  padding: 18px 45px;
  border-radius: 52px;
  color: #fff;
  font-size: 20px;
}

.book-demo-about:hover {
  background-color: #6e7175;
  /* Darker blue on hover */
}

.blog-sec {
  min-height: 279px;
}

.blog-text {
  font-size: 20px !important;
  color: #000000 !important;
}

.whitepapers-text {
  font-size: 18px !important;
  color: #000000 !important;
}

.read-more-blog-btn {
  position: absolute;
  bottom: 36px;
  left: 31%;
  transform: translateX(-50%);
  color: #E21E3B;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}

.event-more-btn {
  position: absolute;
  bottom: 30px;
  left: 26%;
  transform: translateX(-29%);
  color: #E21E3B;
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
}

.event-more-btn-tbd {
  position: absolute;
  bottom: 30px;
  left: 26%;
  transform: translateX(-50%);
  color: #E21E3B;
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
}

/* Discover Attack Path*/

.discover-attack {
  background-color: #E7FFEB;
  padding: 30px 0px;
}

.discover-attack p {
  color: #6A6A6A;
}

.discover-attack p span {
  color: #000;
}

.method-cybermindr {
  padding: 50px 0px;
}

.attack-paths {
  background-color: #FFF3E9;
  padding: 50px 0px;
}

.color-red {
  color: #E21E3B;
}

.color-green {
  color: #087A1E;
}

.color-light-green {
  color: #57F876 !important;
}

.color-white {
  color: #ffffff;
}

.color-beige {
  color: #FFF3E9;
}

.color-black {
  color: #000000 !important;
}

.why-cybermindr {
  padding: 50px 0px;
}

.why-cyber {
  background-color: #E7FFEB;
  /* Light green background */
  border-radius: 64px;
  /* Rounded corners for a polished look */
  padding: 30px;
  min-height: 418px;
}

.why-cyber img {
  max-width: 100%;
  /* Makes the image responsive */
  border-radius: 8px;
  /* Optional: Adds rounded corners to the image */
  margin-bottom: 10px;
  /* Space below the image */
}

.why-cyber p {
  margin: 0;
}

.threat-cyber {
  min-height: 441px !important;
}

.reach-us {
  padding: 50px 0px;
}

.reach-form-box {
  background-color: #FFF3E9;
  /* Light green background */
  padding: 38px;
  border-radius: 30px;
  /* Rounded corners for the box */
}


.reach-connect-form {
  border-radius: 30px;
  padding: 18px 36px;
  background-color: #FFF3E9;
  border: 1px solid #949494;
  margin: 0px 0px 34px 0px;
}

.prepared-sec {
  padding: 80px 0px;
}

.prepared-safe {
  background-color: #000000;
  padding: 50px 0;
  border-radius: 64px;
  background-image: url('../../assets/images/discover-attack/prepared-safe.png');
  background-size: cover;
  /* Ensures the image covers the element */
  background-repeat: no-repeat;
  /* Prevents repeating the image */
  background-position: center;
  /* Centers the image */
  min-height: 701px;
}

.events-safe {
  background-color: #000000;
  padding: 50px 0;
  border-radius: 64px;
  background-image: url('../../assets/images/events/events-safe.png');
  background-size: cover;
  /* Ensures the image covers the element */
  background-repeat: no-repeat;
  /* Prevents repeating the image */
  background-position: center;
  /* Centers the image */
  min-height: 600px;
}

.tab-event {
  min-width: 1020px;
}

.discover-demo-first-btn {
  display: inline-block;
  color: #57F876;
  border: 1px solid #57F876;
  padding: 21px 47px;
  border-radius: 41px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  margin-top: 15px;
  background-color: #000000;
}

.discover-demo-first-btn:hover {
  background-color: #4ed368;
  /* Slightly darker green on hover */
  color: black;
  /* Keep black text */
}

/* contact */

.contact-sec {
  padding: 100px 0px;
}

.contact-img {
  max-width: 150px;
  /* Adjust the size of the image */
  height: auto;
  /* Maintain aspect ratio */
}

.cyber-contact {
  padding: 100px 0px;
}

.contact-form-box {
  position: absolute;
  background-color: #E7FFEB;
  /* Light green background */
  padding: 38px;
  border-radius: 30px;
  margin: -311px 0px 0px 0px;
}


.contact-form-box .connect-form {
  border-radius: 30px;
  padding: 18px 36px;
  background-color: #E7FFEB;
  border: 1px solid #6C9871;
  margin: 0px 0px 34px 0px;
}

.contact-bg {
  background-color: #FFF3E9;
  padding: 50px;
  border-radius: 32px;
  min-height: 420px;
}

.cyber-evolve {
  background-color: #000000;
  padding: 50px 0px 0px 0px;
}

.threat-attackers {
  padding: 50px 0px;
}

.threat-attackers-sec {
  background-color: #FFF3E9;
  border-radius: 64px;
  padding: 25px 12px 25px 56px;
  overflow: hidden;
}

.cybermindr-threat {
  background-color: #E7FFEB;
  padding: 50px 0px;
}

.cybermindr-threat-sec {
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 32px;
}

.threat-circle,
.threat-circle-border {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* Makes it a perfect circle */
  margin-right: 10px;
  /* Space between circle and text */
}

/* Filled Circle */
.threat-circle {
  background-color: #57F876
    /* Change as needed */
}

/* Bordered Circle */
.threat-circle-border {
  border: 2px solid #57F876;
  /* Change as needed */
}

.threat-top {
  margin-top: -197px;
}

.lower-img {
  margin-top: auto;
  /* Pushes it to the bottom */
  margin-bottom: -30px;
  /* Moves it further down */
  display: block;
  /* Ensures it does not take extra line space */
}


/* portfolio risk */

.portfolio-managing {
  padding: 120px 0px;
}

.portfolio-step-by-step {
  background-color: #FFF3E9;
}

.portfolio-sec {
  padding: 100px 0px;
}

.portfolio-sec-step {
  padding: 50px 0px
}

.portfolio-sec-bg {
  background-image: url('../../assets/images/portfolio-risk/01.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 254px;
  height: 318px;
}

.portfolio-sec-bg-2 {
  background-image: url('../../assets/images/portfolio-risk/02.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 307px;
  height: 269px;
}

.portfolio-sec-bg-3 {
  background-image: url('../../assets/images/portfolio-risk/03.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 285px;
  height: 252px;
}

.portfolio-sec-bg-4 {
  background-image: url('../../assets/images/portfolio-risk/04.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 343px;
  height: 273px;
}

.portfolio-sec-bg-5 {
  background-image: url('../../assets/images/portfolio-risk/05.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 376px;
  height: 310px;
}

.portfolio-sec-bg-6 {
  background-image: url('../../assets/images/portfolio-risk/06.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 376px;
  height: 310px;
}

.portfolio-sec-bg-7 {
  background-image: url('../../assets/images/portfolio-risk/07.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 320px;
  height: 276px;
}

.portfolio-sec-bg-8 {
  background-image: url('../../assets/images/portfolio-risk/08.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 320px;
  height: 276px;
}

.portfolio-sec-bg-9 {
  background-image: url('../../assets/images/portfolio-risk/09.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 320px;
  height: 276px;
}

.border-red {
  border: 1px solid #E21E3B33;
}

.key-outcomes {
  padding: 100px 0px;
}


/* cyber security Due */

.cyber-sec-bg {
  background-image: url('../../assets/images/cyber-due/01.png');
  background-repeat: no-repeat;
  /* Ensures the background does not repeat */
  background-size: cover;
  /* Makes the image cover the entire element */
  background-position: center;
  /* Centers the image */
  position: absolute;
  /* Sets the element's position to absolute */
  /* top: 0; 
  left: 0;  */
  width: 254px;
  height: 318px;
}

.cyber-sec-bg-2 {
  background-image: url('../../assets/images/cyber-due/02.png');
  background-repeat: no-repeat;
  /* Ensures the background does not repeat */
  background-size: cover;
  /* Makes the image cover the entire element */
  background-position: center;
  /* Centers the image */
  position: absolute;
  /* Sets the element's position to absolute */
  /* top: 0; 
  left: 0;  */
  width: 307px;
  height: 269px;
}

.cyber-sec-bg-3 {
  background-image: url('../../assets/images/cyber-due/03.png');
  background-repeat: no-repeat;
  /* Ensures the background does not repeat */
  background-size: cover;
  /* Makes the image cover the entire element */
  background-position: center;
  /* Centers the image */
  position: absolute;
  /* Sets the element's position to absolute */
  /* top: 0; 
  left: 0;  */
  width: 285px;
  height: 252px;
}

.cyber-sec-bg-4 {
  background-image: url('../../assets/images/cyber-due/04.png');
  background-repeat: no-repeat;
  /* Ensures the background does not repeat */
  background-size: cover;
  /* Makes the image cover the entire element */
  background-position: center;
  /* Centers the image */
  position: absolute;
  /* Sets the element's position to absolute */
  /* top: 0; 
  left: 0;  */
  width: 343px;
  height: 273px;
}

.cyber-sec-bg-5 {
  background-image: url('../../assets/images/cyber-due/05.png');
  background-repeat: no-repeat;
  /* Ensures the background does not repeat */
  background-size: cover;
  /* Makes the image cover the entire element */
  background-position: center;
  /* Centers the image */
  position: absolute;
  /* Sets the element's position to absolute */
  /* top: 0; 
  left: 0;  */
  width: 376px;
  height: 310px;
}

.cyber-sec-bg-6 {
  background-image: url('../../assets/images/cyber-due/06.png');
  background-repeat: no-repeat;
  /* Ensures the background does not repeat */
  background-size: cover;
  /* Makes the image cover the entire element */
  background-position: center;
  /* Centers the image */
  position: absolute;
  /* Sets the element's position to absolute */
  /* top: 0; 
  left: 0;  */
  width: 376px;
  height: 310px;
}

.border-green {
  border: 1px solid #CEE4D2;
}

.cyber-due-safe {
  background-color: #E7FFEB;
  padding: 50px 0;
  border-radius: 64px;
  background-image: url('../../assets/images/cyber-due/cyber-prepared.png');
  background-size: cover;
  /* Ensures the image covers the element */
  background-repeat: no-repeat;
  /* Prevents repeating the image */
  background-position: center;
  /* Centers the image */
  min-height: 701px;
}

.why-cyber-black {
  background-color: #000000;
  /* Light green background */
  border-radius: 64px;
  /* Rounded corners for a polished look */
  padding: 30px;
  min-height: 477px;
}

.compliance {
  background-color: #E7FFEB;
}

.compliance-nist {
  background-color: #FFF3E9;
}

.compliance-holistic {
  padding: 100px 0px;
  background-color: #E7FFEB;
}

.compliance-conti {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 32px;
  max-width: 500px;
  /* Adjust width as needed */
  margin: 0 auto;
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E7FFEB;
  padding: 23px 0px 0px 0px;
  border-radius: 40px;
  width: 80px;
  height: 80px;
}

.icon-container img {
  max-width: 40px;
  /* Adjust icon size */
  max-height: 40px;
}

/* cyber insurance security */

.cyber-risk-simple {
  padding: 100px 0px;
}

.cyber-risk-min {
  min-height: 419px !important;
}

.cyber-risk-impact {
  padding: 100px 0px
}

.cyber-risk-begin {
  min-height: 432px !important;
}


/* cybermindr developers */

.developers-practical {
  background-color: #FFF3E9;
  padding: 100px 0px;
}


/* cybermindr ceo */

.ceo-sec {
  padding: 100px 0px;
}

.ceo-assisting {
  background-color: #000000;
  padding: 30px 60px;
  border-radius: 64px;
}

.ceo-benefits {
  padding: 20px 0px 50px 0px;
}


/* blog-page pagination */

.custom-pagination {
  color: black !important;
  /* Make arrow color black */
  border: 2px solid black !important;
  /* Set 2px black border */
  border-radius: 50% !important;
  /* Make it round */
  width: 40px;
  /* Set a fixed width */
  height: 40px;
  /* Set a fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  margin: 67px 26px 0px 26px;
}

.custom-pagination:hover {
  background-color: black !important;
  /* Change background to black on hover */
  color: white !important;
  /* Change arrow color to white on hover */
}


.blog-img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  max-width: 104% !important;
  height: auto;
  min-height: 410px !important;
}

.text-blog {
  padding: 50px 0;
  /* Add padding to top and bottom */
}


.blog-page-sec {
  padding: 100px 0px;
}

.blog-li {
  list-style-type: disc;
  /* Ensures bullet points appear */
  display: list-item;
  padding-top: 11px;
}

/* blog-highlighting */

.toc-container {
  background-color: #000000;
  /* padding: 15px; */
  border-radius: 5px;
  color: black;
  transition: all 0.3s ease-in-out;
}

.toc-container h3 {
  color: black;
}

.toc-container a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 8px;
  transition: 0.3s;
  position: relative;
  border-left: 3px solid gray;
}

.toc-container a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  transform: scale(1.01);
}

/* Active TOC Link */
.toc-container a.active {
  border-left: 3px solid white;
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
}

/* Initially, TOC is positioned normally */


/* When scrolled past a certain point, TOC is fixed */
.fixed-toc {
  position: fixed;
  top: 129px;
  width: 28%;
  max-height: 90vh;
  overflow-y: auto;
}


/* Active paragraph highlight */
.paragraph {
  padding: 7px 0px;
  transition: 0.3s;
  cursor: pointer;
}

.paragraph.active {
  border-left: 5px solid green;
  background-color: rgba(0, 255, 0, 0.1);
}

/* Active heading highlight */
.active-heading {
  border-left: 5px solid green;
  padding-left: 10px;
  transition: 0.3s;
}

.tab-con {
  background-color: #57F876;
  padding: 15px;
}

.tab-a {
  padding: 20px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Aspect ratio 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.good-sec {
  background-color: #E7FFEB;
  border-radius: 20px;
}

.intelligence-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures it covers without distortion */
  border-radius: 20px;
}

.custom-list {
  list-style: none;
  /* Removes default bullets */
  padding-left: 0;
}

.custom-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.custom-list i {
  color: #8d8f91;
  /* Change icon color */
  margin-right: 10px;
  font-size: 18px;
}

.power-con {
  background-color: #E7FFEB;
  margin-top: 80px;
}

.power-sec-discover {
  background-color: #FFF3E9;
}

.power-sec {
  padding: 20px 0px 50px 0px;
}

.blog-form-box {
  background-color: #E7FFEB;
  /* Light green background */
  padding: 38px;
  border-radius: 30px;
  /* Rounded corners for the box */
}

.blogs-img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.blogs-img-upd {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.events-img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 134px;
  /* or any height you prefer */
  width: 100%;
  display: block;
}

.btn-event-custom{
      background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
    border-radius: 40px;
    padding: 20px 26px;
}

.btn-custom {
  background-color: transparent !important;
  color: #858585 !important;
  padding: 10px 10px;
  font-size: 16px;
  transition: all 0.3s ease;
   border: none !important;         /* Remove border */
  outline: none !important;        /* Remove outline */
  box-shadow: none !important;     /* Remove Bootstrap's hover/focus shadow */
}

 .vertical-event-line {
   display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #858585;
  /* margin-top: 29px; 
  vertical-align: top; */
  }

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom:focus-visible {
  color: #000000 !important;       /* Your hover/active text color */
  border: none !important;         /* Re-affirm border removal */
  outline: none !important;
  box-shadow: none !important;
}

.events-sec {
  padding: 70px 0px;
}

.power-con {
  position: sticky;
  top: 135px;
  background-color: #ebfdef;
  z-index: 1000;
}

.power-text p {
  cursor: pointer;
  padding: 32px 0px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 5px;
  color: #5D5D5D;
}

.power-text p.active {
  background-color: green;
  color: white;
}

.power-con-space {
  margin-bottom: -15px;
}


.proactive-wrapper-event {
    position: relative;
    /* display: inline-block; */
}

.overlay-title-text {
    position: absolute;
    top: 50%;
    left: 21%;
    transform: translate(-50%, -50%);
    color: white; /* or any contrasting color */
    font-size: 20px;
    font-weight: 600;
}

.overlay-title-webinar-text {
    position: absolute;
    top: 50%;
    left: 18%;
    transform: translate(-50%, -50%);
    color: white; /* or any contrasting color */
    font-size: 20px;
    font-weight: 600;
}

.overlay-title-resource-text {
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translate(-50%, -50%);
    color: white; /* or any contrasting color */
    font-size: 20px;
    font-weight: 600;
}

.events-con {
  padding: 35px 16px;
  min-height: 219px;
}

.events-con a {
  text-decoration: none;
}

.events-con-new {
  padding: 20px 24px;
  min-height: 271px;
}

.events-con-new a {
  text-decoration: none;
}

.events-min-width {
  min-width: 410px;
}


.event-gla {
  background-color: #FFF3E8;
  padding: 40px 43px;
  border-radius: 32px;
}

.custom-underline {
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 2px;
  /* Adjust thickness if needed */
  text-underline-offset: 3px;
  /* Adjust the distance from text */
}

.speakers {
  padding: 50px 0px;
}

.panel-team {
  min-height: 349px;
}

.award-img {
  border-radius: 50px;
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
  display: none !important;
}

/* Custom styling for + and - icons */
.accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-button span {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
}

/* Change + to - when expanded */
.accordion-button[aria-expanded="true"] span::before {
  content: "−";
  /* Minus symbol */
}

.accordion-button[aria-expanded="false"] span::before {
  content: "+";
  /* Plus symbol */
}

.text-decoration-none {
  text-decoration: none !important;
  color: inherit;
}

.text-decoration-none:hover {
  color: #087A1E !important;
}


/* right sec demo */
.right-sec-demo {
  position: relative;
  height: 834px;
  background-image: url('../../assets/images/right-sec-main.png');
  background-size: cover;
  /* Ensures the image covers the entire div */
  background-position: center center;
  /* Centers the image */
  background-repeat: no-repeat;
  /* Prevents repetition */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  margin-right: -100px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

/* Green Dot */
.green-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #57f876;
  border-radius: 50%;
  top: 75%;
  left: 21%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3s ease;
  animation: blink 1.5s infinite;
  /* Blinking effect */
}

/* .green-dot:hover {
  transform: scale(1.3);
} */

/* Hidden Class */
.hidden {
  display: none;
}

/* Hover Text Boxes */
.hover-text-box,
.hover-text-box-red {
  position: absolute;
  background-color: black;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s ease;
  z-index: 2;
  cursor: pointer;
  border: 1px solid;
}

.hover-text-box {
  color: #57f876;
  border-color: #57f876;
}

.hover-text-box-red {
  color: #E21E3B;
  border-color: #E21E3B;
}

/* Positioning Hover Text */
#text1 {
  top: 31%;
  left: 9%;
  transform: translateX(-50%);
}

#text2 {
  top: 67%;
  left: 21%;
  transform: translateX(-50%);
}

#text3 {
  top: 4%;
  left: 32%;
  transform: translateX(-50%);
}

/* Connecting Line */
.connect-line {
  position: absolute;
  width: 1px;
  height: 300px;
  background-color: #2D76F0;
  top: 39%;
  left: 15%;
  transform: translateX(-50%) rotate(-15deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

/* Position the second line differently */
.connect-line:nth-child(5) {
  top: 9%;
  left: 21%;
  transform: translateX(-50%) rotate(37deg);
  height: 276px;
}

/* Show Elements on Hover */
.green-dot:hover~#text1,
.green-dot:hover~#text2,
.green-dot:hover~#text3,
.green-dot:hover~.connect-line {
  display: block;
  opacity: 1;
}

/* Green Dot 2  Ip address*/
#greenDot2 {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #57f876;
  border-radius: 50%;
  top: 60%;
  left: 52%;
  transform: translate(-55%, -58%);
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3sease;
}

/* New Hover Text Boxes */
#text4 {
  top: 38%;
  left: 34%;
  transform: translateX(-50%);
}

#text5 {
  top: 51%;
  left: 52%;
  transform: translateX(-50%);
}

#text6 {
  top: 82%;
  left: 29%;
  transform: translateX(-50%);
}

/* New Connecting Lines */
#line3 {
  position: absolute;
  width: 1px;
  height: 164px;
  background-color: #2D76F0;
  top: 43%;
  left: 42%;
  transform: translateX(-50%) rotate(-53deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

#line4 {
  position: absolute;
  width: 1px;
  height: 294px;
  background-color: #2D76F0;
  top: 58%;
  left: 40%;
  transform: translateX(-50%) rotate(34deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

/* Hover Effect for New Dot */
#greenDot2:hover~#text4,
#greenDot2:hover~#text5,
#greenDot2:hover~#text6,
#greenDot2:hover~#line3,
#greenDot2:hover~#line4 {
  display: block;
  opacity: 1;
}

/* Green Dot 2  Ip address end*/


/* Green Dot 3  technologies*/
#greenDot3 {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #57f876;
  border-radius: 50%;
  top: 86%;
  left: 44%;
  transform: translate(-34%, -44%);
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3sease;
}

/* New Hover Text Boxes */
#text7 {
  top: 74%;
  left: 14%;
  transform: translateX(-50%);
}

#text8 {
  top: 78%;
  left: 44%;
  transform: translateX(-50%);
}

/* New Connecting Lines */
#line5 {
  position: absolute;
  width: 1px;
  height: 205px;
  background-color: #2D76F0;
  top: 72%;
  left: 29%;
  transform: translateX(-50%) rotate(-81deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

/* Hover Effect for New Dot */
#greenDot3:hover~#text7,
#greenDot3:hover~#text8,
#greenDot3:hover~#line5 {
  display: block;
  opacity: 1;
}

/* Green Dot 3  technologies end*/


/* Green Dot 4 github*/
#greenDot4 {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #57f876;
  border-radius: 50%;
  top: 93%;
  left: 64%;
  transform: translate(-47%, -38%);
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3sease;
}

/* New Hover Text Boxes */
#text9 {
  top: 74%;
  left: 10%;
  transform: translateX(-50%);
}

#text10 {
  top: 85%;
  left: 64%;
  transform: translateX(-50%);
}

/* New Connecting Lines */
#line6 {
  position: absolute;
  width: 1px;
  height: 366px;
  background-color: #2D76F0;
  top: 66%;
  left: 40%;
  transform: translateX(-50%) rotate(-76deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

/* Hover Effect for New Dot */
#greenDot4:hover~#text9,
#greenDot4:hover~#text10,
#greenDot4:hover~#line6 {
  display: block;
  opacity: 1;
}

/* Green Dot 4 github end*/

/* Green Dot 5 ports*/
#greenDot5 {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #57f876;
  border-radius: 50%;
  top: 11%;
  left: 53%;
  transform: translate(-47%, -38%);
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3sease;
}

/* New Hover Text Boxes */
#text11 {
  top: 9%;
  left: 16%;
  transform: translateX(-50%);
}

#text12 {
  top: 4%;
  left: 53%;
  transform: translateX(-50%);
}

/* New Connecting Lines */
#line7 {
  position: absolute;
  width: 1px;
  height: 256px;
  background-color: #2D76F0;
  top: -1%;
  left: 36%;
  transform: translateX(-50%) rotate(-100deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

/* Hover Effect for New Dot */
#greenDot5:hover~#text11,
#greenDot5:hover~#text12,
#greenDot5:hover~#line7 {
  display: block;
  opacity: 1;
}

/* Green Dot 5 ports end*/


/* Green Dot 6 ports*/
#greenDot6 {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #57f876;
  border-radius: 50%;
  top: 40%;
  left: 53%;
  transform: translate(-47%, -36%);
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3sease;
}

/* New Hover Text Boxes */
#text13 {
  top: 49%;
  left: 18%;
  transform: translateX(-50%);
}

#text14 {
  top: 32%;
  left: 53%;
  transform: translateX(-50%);
}

/* New Connecting Lines */
#line8 {
  position: absolute;
  width: 1px;
  height: 284px;
  background-color: #2D76F0;
  top: 32%;
  left: 36%;
  transform: translateX(-50%) rotate(-119deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

/* Hover Effect for New Dot */
#greenDot6:hover~#text13,
#greenDot6:hover~#text14,
#greenDot6:hover~#line8 {
  display: block;
  opacity: 1;
}

/* Green Dot 6 ports end*/

/* Green Dot 7 sub-domains*/
#greenDot7 {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #57f876;
  border-radius: 50%;
  top: 33%;
  left: 21%;
  transform: translate(-62%, -36%);
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3sease;
}

/* New Hover Text Boxes */
#text15 {
  top: 39%;
  left: 33%;
  transform: translateX(-50%);
}

#text16 {
  top: 25%;
  left: 21%;
  transform: translateX(-50%);
}

#text17 {
  top: 55%;
  left: 33%;
  transform: translateX(-50%);
}

#text18 {
  top: 68%;
  left: 58%;
  transform: translateX(-50%);
}

#text19 {
  top: 74%;
  left: 9%;
  transform: translateX(-50%);
}

#text20 {
  top: 20%;
  left: 51%;
  transform: translateX(-50%);
}

#text21 {
  top: 2%;
  left: 73%;
  transform: translateX(-50%);
}

/* New Connecting Lines */
#line9 {
  position: absolute;
  width: 1px;
  height: 132px;
  background-color: #2D76F0;
  top: 32%;
  left: 27%;
  transform: translateX(-50%) rotate(-41deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

#line10 {
  position: absolute;
  width: 1px;
  height: 130px;
  background-color: #2D76F0;
  top: 47%;
  left: 33%;
  transform: translateX(-50%) rotate(0deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

#line11 {
  position: absolute;
  width: 1px;
  height: 204px;
  background-color: #2D76F0;
  top: 57%;
  left: 46%;
  transform: translateX(-50%) rotate(-59deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

#line12 {
  position: absolute;
  width: 1px;
  height: 204px;
  background-color: #2D76F0;
  top: 60%;
  left: 24%;
  transform: translateX(-50%) rotate(41deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

#line13 {
  position: absolute;
  width: 1px;
  height: 222px;
  background-color: #2D76F0;
  top: 17%;
  left: 36%;
  transform: translateX(-50%) rotate(79deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

#line14 {
  position: absolute;
  width: 1px;
  height: 213px;
  background-color: #2D76F0;
  top: 6%;
  left: 62%;
  transform: translateX(-50%) rotate(46deg);
  transition: height 0.4sease, opacity 0.4sease;
  opacity: 0;
  z-index: 1;
}

/* Hover Effect for New Dot */
#greenDot7:hover~#text15,
#greenDot7:hover~#text16,
#greenDot7:hover~#text17,
#greenDot7:hover~#text18,
#greenDot7:hover~#text19,
#greenDot7:hover~#text20,
#greenDot7:hover~#text21,
#greenDot7:hover~#line9,
#greenDot7:hover~#line10,
#greenDot7:hover~#line11,
#greenDot7:hover~#line12,
#greenDot7:hover~#line13,
#greenDot7:hover~#line14 {
  display: block;
  opacity: 1;
}

/* Green Dot 7 subdomains end*/

/* right sec demo end */

.custom-pagination.disabled {
  pointer-events: none;
  color: gray;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.white-paper-width {
  max-width: 437px !important;
}


.positioned-bell {
  position: absolute;
  bottom: -532px;
  right: 10px;
  height: auto;
}

.positioned-bell-new {
  position: absolute;
  bottom: -190px;
  right: 10px;
  height: auto;
}

.positioned-bell-sf {
  position: absolute;
  bottom: -99px;
  right: 10px;
  height: 86px;
}

.event-gla-bg {
  background-color: #000000;
  padding: 33px 0px 0px 33px;
}

.event-cyber-black {
  background-color: #000000;
  border-radius: 64px;
  padding: 37px;
  min-height: 469px;
}

.rsvp-btn {
  background-color: #000000;
  color: white !important;
  padding: 10px 22px !important;
  border-radius: 24px;
  text-decoration: none;
  display: inline-block;
  max-width: 166px;
}

.event-form {
  position: absolute;
  background-color: #E7FFEB;
  padding: 38px;
  border-radius: 30px;
  margin: -311px 0px 0px 40px;
  width: 475px;
}

.event-form-new {
  position: absolute;
  background-color: #E7FFEB;
  padding: 38px;
  border-radius: 30px;
  margin: 0px 0px 0px 40px;
  width: 520px;
}

.event-form-raffle {
  position: absolute;
  background-color: #E7FFEB;
  padding: 38px;
  border-radius: 30px;
  /* margin: 0px 0px 0px 40px;
  width: 520px; */
}

.timeline-bg {
  background-image: url('../../assets/images/book-demo/demo-timeline.png');
  background-size: cover;
  background-position: 60% center;
  background-repeat: no-repeat;

  position: absolute;
  top: 0px;
  right: -257px;
  width: 58%;
  height: 100%;
  /* min-height: 100vh; */
  z-index: 0;
  /* Stay behind content if needed */
}

.event-form-eve {
  position: absolute;
  margin: 0px 0px 0px 40px;
}

.custom-eve-video {
  width: 100%;
  height: 500px;
  border-radius: 32px;
  overflow: hidden;
}

.event-gla-36 {
  font-size: 36px;
}

.event-gla-32 {
  font-size: 32px;
  font-weight: 600;
}

.event-gla-head {
  font-size: 48px;
}

.event-gla-head-watch {
  font-size: 40px;
}

.event-cyber-contact {
  padding: 100px 0px;
}

.event-cyber-mt {
  position: absolute;
  top: 89px;
  /* or top: 10px; adjust as needed */
  left: 0;
  width: 100%;
  /* Optional: lets the text/image align nicely */
  z-index: 1;
  /* Ensures it stacks above background if needed */
}


.nyc-speaker-hei {
  min-height: 458px;
}

.event-demo-btn {
  background-color: #000000;
  color: white !important;
  padding: 10px 22px !important;
  border-radius: 24px;
  text-decoration: none;
  display: inline-block;
}

.event-py {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.event-cyber-nyc {
  padding: 100px 0px;
}

.speaker-bg {
  background-color: #FFF3E8;
  padding: 24px;
  border-radius: 32px;
}

.event-gla-key {
  font-size: 24px;
}

.event-gla-event-key {
  font-size: 20px;
}

.event-gla-fix-event-key {
  font-size: 22px;
}

.ms-n1 {
  margin-left: -11px !important;
}

/* partners sec start*/
.partners-sec {
  background-color: #E7FFEB;
}

.partners-icon-wrapper {
  background-color: #FFF3E9;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 28px;
  display: inline-block;
}

.partners-icon {
  height: 84px;
}

.partners-grid-item {
  padding: 20px;
  position: relative;
  /* To position the pseudo-element */
}

.partners-grid-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 120px;
  width: 2px;
  height: 27%;
  background-color: #d3d3d3;
}

.partners-grid-item:last-child::after {
  display: none;
  /* Remove the right border for the last grid item */
}

.partners-grid-item h5 {
  font-size: 24px;
  font-weight: 600;
}

.partners-grid-item p {
  font-size: 20px;
  color: #6A6A6A;
  font-family: 'Poppins', sans-serif;
}

.why-partner {
  border-radius: 64px;
  padding: 62px 0px 76px 86px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  border: 1px solid #AAAAAA;
}

.why-partners-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-partners-text h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.why-partners-text p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #6A6A6A;
  margin-top: 20px;
}

.partners-different {
  background-color: #E7FFEB;
  padding: 35px 25px;
  border-radius: 32px;
}

.partners-global {
  background-color: #000000;
  padding: 50px 0;
  background-image: url('../../assets/images/partners/partners-global.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 600px;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.partners-diff-sec {
  padding: 45px 0px 100px 0px;
}

/*partners sec End */

/* pricing */

.custom-table {
  border-collapse: collapse;
}

.custom-table thead th {
  background-color: #363C46;
  color: white;
  border: none;
  font-weight: 400;
  padding: 20px;
  font-size: 18px;
}

.custom-table tbody tr:nth-of-type(odd) td {
  background-color: #ffffff;
  padding: 20px;
}

.custom-table tbody tr:nth-of-type(even) td {
  background-color: #F4F9FF;
  padding: 15px 20px;
}

.custom-table td,
.custom-table th {
  border: none;
  vertical-align: middle;
}

.tab-font-light {
  color: #596376 !important;
}

.tab-font-dark {
  color: #363C46 !important;
}

.cm-tab {
  color: #CBCBCB;
  font-size: 18px;
}

.hr-line {
  border-top: 2px solid #CBCBCB;
  margin-top: -10px;
}

.tab-imp {
  font-size: 40px;
  font-weight: 400;
}


.custom-table-imp {
  border-collapse: collapse;
}

.custom-table-imp thead th {
  background-color: #000000;
  color: white;
  border: none;
  font-weight: 400;
  padding: 30px 20px;
  font-size: 18px;
}

.custom-table-imp tbody tr:nth-of-type(odd) td {
  background-color: #F4F9FF;
  padding: 20px;
}

.custom-table-imp tbody tr:nth-of-type(even) td {
  background-color: #ffffff;
  padding: 15px 20px;
}

.custom-table-imp td,
.custom-table-imp th {
  border: none;
  vertical-align: middle;
}

/* pricing end */

.img-border-radius {
  border-radius: 32px;
}


.nyc-video-bg {
  background-color: #FFF3E8;
  padding: 20px;
}

.nyc-video-bg,
.nyc-video-sec {
  min-height: 300px;
  /* Ensures there's enough height for vertical alignment */
}

.nyc-video-sec video {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* Optional: use cover to fill container */
  display: block;
}

.event-cyber-mt img {
  top: 53px;
}


.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 12px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.blog-line-color {
  line-height: 34px;
  color: #434141;
}

.h-w-cyber {
  width: 265px;
  max-height: 50px;
  margin-top: 11px;
}

@media (max-width: 768px) {
  .mobile-left-control {
    left: 152px !important;
    top: 610px !important;
  }

  .mobile-right-control {
    right: 157px !important;
    top: 610px !important;
  }

  .event-form {
    margin: 29px 0px 0px 0px !important;
    max-width: 406px;
  }

  .event-form-new {
    margin: 0px 0px 0px 0px !important;
    max-width: 350px;
  }

  .event-gla-36 {
    font-size: 14px;
  }

  .event-gla-16 {
    font-size: 16px;
  }

  /* .positioned-bell {
    position: absolute;
    bottom: -74px !important;
    right: 10px;
    height: auto;
    width: 63px;
  } */
  .event-gla-head {
    font-size: 20px !important;
  }

  .event-cyber-contact {
    padding: 47px 0px !important;
    margin-top: -100px;
  }

  .event-cyber-nyc {
    padding: 47px 15px !important;
    /* margin-top: 0px; */
  }

  /* .event-form-new {
    width: 389px;
  } */

  .custom-mob-sec {
    margin-top: 100px;
    padding: 0px 20px;
  }

  .event-gla-key {
    font-size: 14px !important;
  }

  .event-gla-event-key {
    font-size: 14px;
  }

  .event-gla-fix-event-key {
    font-size: 14px;
  }

  .line-height-25 {
    line-height: 25px !important;
  }

  .gray-color-bg {
    background-color: #1C1C1C;
  }

  .font-size-event-64 {
    font-size: 32px !important;
  }

  .line-height-event {
    line-height: 50px !important;
  }

  .mnb-3 {
    margin-bottom: -70px;
  }

  .cybermindr-height {
    height: 1150px;
  }

  .dropdown-submenu>.dropdown-menu {
    left: 37%;
  }

  .top-header-bar {
    background-color: #ffffff;
    color: #000000;
    padding: 20px 0px 0px 0px;
    font-size: 11px;
  }

  .color-green-mob {
    color: #087A1E !important;
  }

  .portfolio-sec-bg {
    width: 150px;
    height: 184px;
  }

  .portfolio-sec-bg-2 {
    width: 195px;
    height: 169px;
  }

  .portfolio-mt-4 {
    margin-top: 1.5rem;
  }

  .portfolio-sec-bg-3 {
    width: 196px;
    height: 171px;
  }

  .portfolio-sec-bg-4 {

    width: 214px;
    height: 169px;
  }

  .portfolio-sec-bg-5 {

    width: 206px;
    height: 169px;
  }

  .portfolio-sec-bg-6 {
    width: 204px;
    height: 171px;
  }

  .portfolio-sec-bg-7 {
    width: 198px;
    height: 174px;
  }

  .portfolio-sec-bg-8 {
    width: 205px;
    height: 171px;
  }

  .portfolio-sec-bg-9 {
    width: 200px;
    height: 171px;
  }

  .cyber-protection {
    height: 95vh;
  }

  .attackers-sec-home {
    padding: 62px 0px 76px 25px;
  }

  .mob-contact {
    margin: -231px 0px 0px 0px;
  }

  .address-mob {
    margin-top: 335px;
  }

  .right-control-threat-mob {
    margin-right: -149px;
  }
  .form-abt-box {
    position: absolute;
    background-color: #E7FFEB;
    padding: 38px;
    border-radius: 30px;
    margin: -61px 0px 0px -95px;
}
.custom-mobile-abt{
  margin-top: 700px;
}
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}