


.mega-menu {
  width: 100vw;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.menu-left {
  width: 219px;
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.menu-right {
  flex: 1;
  padding-left: 20px;
  width: 40%;
  padding-right: 20PX;
}
/* Base styles for dropdown content */
.content-section {
  display: none;
  position: relative;
  margin-top: 0; /* Default to no margin */
}
.content-form {
  width: 100%;
  max-width: 600px;
  margin: 17px auto;
  padding: 20px;
  color: black;
  text-align: center;
  font-family: Arial, sans-serif;
}
.content-form h6{
  color: #d8ff00;
}

/* Form Input Styles */
.strategy-form {
display: flex;
flex-direction: column;
gap: 20px;
}

.strategy-form label {
text-align: left;
font-size: 14px;
margin-bottom: -21px;
}
.strategy-form input {
padding: 12px;
border: 1px solid #444;
border-radius: 5px;
font-size: 16px;
color: #000;
}

.strategy-form span {
color: red;
}
/* Submit button */
.submit-button {
background-color: #e60000;
color: black;
padding: 12px;
border: none;
font-size: 16px;
font-weight: bold;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}

.submit-button:hover {
background-color: yellowgreen;
}
.data-content{
  display: flex !important;
}
@media (max-width: 768px) {
  .data-content{
      display: none !important;
  }
}
/* Active dropdown */
.content-section.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
  .content-section {
      position: absolute; /* Positioned relative to its parent container */
      width: 100%; /* Full width of parent container */
      z-index: 10; /* Ensure it appears above other elements */
      background-color: #fff; /* Optional: background color for better visibility */
  }
  .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    display: none !important;
  }
  
}

/* Optional: Add fade-in effect for better UX */
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(-10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  display: flex !important;
}
.product-item, .solution-item {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 15px;
}

.product-item img, .solution-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.navbar-nav .dropdown-menu {
  display: none;
}


.nav-item:hover .dropdown-menu  {
  display: block;
  position: absolute;
  top: 100%;
  left: -19px;
  right: 0;
  margin-top: 0;
  border: none;
  box-shadow: none;
  width: 1100px;
  padding-right: 20%;
  
}
.nav-item1:hover .dropdown-menu{
  display: block;
  position: absolute;
  top: 100%;
  left: -93px;
  right: 0;
  margin-top: 0;
  border: none;
  box-shadow: none;
  width: 833px;
}
/* Navigation item */
.navigation-item {
  list-style: none;
  position: relative;
}

/* Dropdown trigger */
.dropdown-trigger {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 10px 15px;
  display: block;
  transition: color 0.3s ease-in-out;
}

.dropdown-trigger:hover {
  color: #007bff;
}
.marker{
  display: none !important;
}
/* Dropdown menu */
.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 309px;
  display: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
.dropdown-toggle::after{
  color: black;
}
.dropdown-menu-container:hover .dropdown-list {
  display: block;
}
.img-fluid1 {
  max-width: 430%;
  height: auto;
}

.dropdown-item:hover, .dropdown-item.active {
  background-color: blue !important;
  color: white !important;
}
/* Dropdown options */
.dropdown-option {
  width:auto;
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none !important;
  /* transition: background 0.3s ease-in-out, color 0.3s ease-in-out; */
}
.DELL{
  text-align: start;
}
b{
  color: black !important;
}
.dropdown-option:hover {
  background-color: #007bff;
  color: #fff;
}

.h6, h6 {
  font-size: 1rem;
  font-weight: bold;
}

.dropdown-item {
  padding: .25rem 1.5rem !important;
  color: #333;
  text-align: center;
  width: 109% !important;
}

.dropdown-item:hover .menu-left {
  background-color: #f8f9fa;
  color: #007bff;
  width: 250px;
  border-right: 1px solid #eee;
  padding-right: 20px;
  flex: 1;
  padding-left: 20px;
}
 /* {
  width: 250px;
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.menu-right {
  flex: 1;
  padding-left: 20px;
} */


.dropdown-item:hover,
.dropdown-item.active {
  background-color: blue !important;
  color: #007bff;
}
.dropdown-item1 {
  padding: 10px 20px;
  color: #333;
  text-align: center;
}

.dropdown-item1:hover .menu-left {
  background-color: #f8f9fa;
  color: #007bff;
  width: 250px;
  border-right: 1px solid #eee;
  padding-right: 20px;
  flex: 1;
  padding-left: 20px;
}
/* Dropdown Customization */
.custom-dropdown .dropdown-menu {
  background-color: #007bff;
}

.custom-dropdown .custom-dropdown-item {
  display: block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
}

.custom-dropdown .custom-dropdown-item:hover {
  background-color: #0056b3;
  color: white;
}

/* Responsive Design */
@media (max-width: 991px) {
  .navbar-nav {
      text-align: center;
  }
}
/* {
  width: 250px;
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.menu-right {
  flex: 1;
  padding-left: 20px;
} */

.dropdown-item1 {
  padding: 10px 15px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 10% !important;
}

.dropdown-item1:hover,
.dropdown-item1.active {
  background-color: #f8f9fa;
  color: #007bff;
}

.product-item {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.product-item:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.content-section {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.content-section.active {
  display: block;
  opacity: 1;
  
}

.product-item {
  text-align: center;
  width: 100%;
  height: auto;
  max-width: 306px;
}

h2 {
  margin-bottom: 20px;
}

.crm-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.crm-links a {
  text-decoration: none;
  color: #333;
  padding:0px;
  text-align: left;
}
.BOLD{
  text-align: left;
}
.col-md-3-1 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 33%;
}

.crm-links a:hover {
  color: #007bff;
}
.row1{
  display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -159px;
    margin-left: -15px;
    width: 87%;
}

.col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 30.666667%;
}

/* ... (rest of your existing CSS) ... */
 a{
    color:black;
    text-decoration: none;
    background-color: transparent;
}

.product-column {
  display: flex;
  flex-direction: row; /* Aligns items vertically in a column */
  align-items: center; /* Centers items horizontally */
  gap: 20px; /* Adds spacing between items */
}

.dropdown:after {
 display: none;
}

.product-item-link {
  text-decoration: none;
  color: inherit;
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
  /* Hamburger Menu Icon */
  .navbar-toggler {
      display: block;
  }

  /* Mobile Navigation */
  .navbar-collapse {
      position: fixed;
      top: 89px; /* Adjust based on your navbar height */
      left: 0;
      width: 100%;
      /* height: calc(100vh - 60px); */
      background: white;
      overflow-y: auto;
      transition: all 0.3s ease;
      display: none;
  }

  .navbar-collapse.show {
      display: block;
  }

  /* Mega Menu Mobile Styles */
  .mega-menu {
      width: 100%;
      position: static;
      padding: 0;
      box-shadow: none;
  }

  /* Flex Direction for Mobile */
  .d-flex {
      flex-direction: column !important;
  }

  /* Left Menu Mobile Styles */
  .menu-left {
      width: 100%;
      border-right: none;
      padding: 0;
  }

  .menu-left .dropdown-item {
      position: relative;
      padding: 15px;
      border-bottom: 1px solid #eee;
  }

  /* Add toggle icons */
  .menu-left .dropdown-item::after {
      content: '+';
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      transition: transform 0.3s ease;
  }

  .menu-left .dropdown-item.active::after {
      content: '-';
      transform: translateY(-50%);
  }

  /* Right Content Mobile Styles */
  .menu-right {
      padding: 15px;
      display: flex;
  }

  .menu-right.show {
      display: block;
  }

 /* Default styles */
.content-section {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.content-section.active {
  display: block;
}

/* Desktop styles */
@media screen and (min-width: 769px) {
  .content-section {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* Mobile styles */
@media screen and (max-width: 768px) {
  .content-section {
    position: relative;
    margin-top: 0 !important; /* Override inline styles */
  }
  
  .content-section.active {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}


  /* Product Items Mobile Styles */
  .product-item {
      margin-bottom: 15px;
      border: 1px solid #eee;
  }

  .row {
      margin: 0;
  }

  .col-md-4 {
      padding: 0;
      margin-bottom: 15px;
  }

  /* Dropdown Menu Mobile Styles */
  .nav-item {
      position: static;
  }
  .h6, h6 {
    font-size: 1rem;
    font-weight: bold;
  }

  .nav-item .dropdown-menu {
      position: static !important;
      transform: none !important;
      padding: 0;
      border: none;
      box-shadow: none;
      display: none;
  }
  

  .nav-item.show .dropdown-menu {
      display: block;
  }

  /* Main Navigation Items */
  .nav-link {
      padding: 15px;
      border-bottom: 1px solid #eee;
      position: relative;
  }

  .nav-link::after {
      content: '+';
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
  }

  .nav-link.active::after {
      content: '-';
  }
}

@media (max-width: 768px) {
  .nav-item1:hover .dropdown-menu {
      position: static; /* Stays in the normal flow */
      width: 100%; /* Takes up the full width of the viewport */
      margin-top: 0; /* Optional: can add spacing if needed */
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: for visibility */
  }
}


.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  MARGIN-TOP: 3%;
  MARGIN-BOTTOM: 3%;
}

.data-content{
  display: flex !important;
}

.faq-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.tab-btn {
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 20px;
  transition: all 0.3s ease;
  /* color: grey; */
}

.tab-btn.active {
  /* background: #ff6b33; */
  color: white;
  FONT-WEIGHT: BOLD;
  border: 2px solid #ff6b33;
}

.faq-content {
  display: none;
}

.faq-content.active {
  display: block;
}

.faq-item {
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-radius: 8px;
}

.faq-question {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h3 {
  margin: 0;
  font-size: 16px;
}

.arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(-135deg);
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
}

.faq-item.active .faq-answer {
  display: block;
}
/* Mobile Responsive CSS */
@media screen and (max-width: 768px) {
  .faq-container {
      padding: 15px;
      margin: 0 10px;
  }
  .data-content{
    display: none !important;
  }
}
.dropdown-list {
  list-style-type: none;
  padding-left: 0;
}
